::-webkit-scrollbar {
  width: 14px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4831d4; }

body ::-moz-selection {
  background-color: rgba(255, 255, 255, 0.1); }
body ::selection {
  background-color: rgba(255, 255, 255, 0.1); }

.body-active {
  width: 100%;
  max-height: 100vh;
  overflow: hidden; }

a {
  text-decoration: none; }

@font-face {
  font-family: "SF UI Text";
  src: url(".../../../../../font/SFUIText-Regular.ttf") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "SF UI Text";
  src: url(".../../../../../font/SFUIText-Medium.ttf") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: "SF UI Text";
  src: url(".../../../../../font/SFUIText-Semibold.ttf") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: "SF UI Text";
  src: url(".../../../../../font/SFUIText-Bold.ttf") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "SF UI Text";
  src: url(".../../../../../font/SFUIText-Heavy.ttf") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 800; }
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html,
body {
  overflow: auto;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }

.container .header,
.sections .header,
.section .header {
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 80px;
  z-index: 999;
  right: 0px;
  top: 40%;
  position: absolute;
  top: -1%; }
  .container .header .header__logo,
  .sections .header .header__logo,
  .section .header .header__logo {
    font-family: "SF UI Text";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: #4831d4;
    user-select: none;
    cursor: pointer; }
    .container .header .header__logo .header__img,
    .sections .header .header__logo .header__img,
    .section .header .header__logo .header__img {
      position: relative;
      top: 13px;
      margin-left: 2px;
      margin-right: 2px; }
    .container .header .header__logo .header__color,
    .sections .header .header__logo .header__color,
    .section .header .header__logo .header__color {
      fill: #4831d4;
      transition: 1s; }
  .container .header .first__logo-active,
  .sections .header .first__logo-active,
  .section .header .first__logo-active {
    animation-name: first__logo;
    animation-duration: 1s;
    animation-iteration-count: 1; }
@keyframes first__logo {
  0% {
    position: relative;
    left: 50px; }
  100% {
    position: relative;
    left: 0px; } }
  .container .header .last__logo-active,
  .sections .header .last__logo-active,
  .section .header .last__logo-active {
    animation-name: last__logo;
    animation-duration: 1s;
    animation-iteration-count: 1; }
@keyframes last__logo {
  0% {
    position: relative;
    right: 50px; }
  100% {
    position: relative;
    right: 0px; } }
  .container .header .burger__box,
  .sections .header .burger__box,
  .section .header .burger__box {
    display: flex;
    justify-content: flex-end; }
    .container .header .burger__box .contact__menu,
    .sections .header .burger__box .contact__menu,
    .section .header .burger__box .contact__menu {
      position: absolute;
      -webkit-transition: opacity 0.4s, box-shadow 0.4s;
      transition: opacity 0.4s, box-shadow 0.4s;
      z-index: 998;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      box-shadow: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .container .header .burger__box .contact__menu .contact__box,
      .sections .header .burger__box .contact__menu .contact__box,
      .section .header .burger__box .contact__menu .contact__box {
        width: 100%;
        height: 100%;
        background-color: transparent;
        z-index: 9999;
        opacity: 0;
        display: flex;
        flex-direction: column;
        padding-top: 12%;
        padding-left: 55px; }
        .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text,
        .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text,
        .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text {
          z-index: 9999;
          font-family: 'SF UI Text';
          font-style: normal;
          font-weight: 500;
          font-size: 20px;
          line-height: 29px;
          letter-spacing: 0.04em;
          color: #4831D4;
          cursor: pointer;
          margin-top: 20px;
          -webkit-text-decoration: none;
          text-decoration: none;
          -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          -webkit-transition-property: opacity, color, background-color, -webkit-transform, border;
          -webkit-transition-property: opacity, color, background-color, transform, border;
          transition-property: opacity, color, background-color, transform, border;
          position: relative; }
          .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after,
          .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after,
          .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 30px;
            height: 100%;
            content: '';
            position: absolute;
            left: 100%;
            -webkit-transform-origin: right;
            -ms-transform-origin: right;
            transform-origin: right;
            background-color: rgba(255, 255, 255, 0.3);
            opacity: 0; }
        .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after,
        .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after,
        .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after {
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          width: 30px;
          height: 100%;
          content: '';
          position: absolute;
          -webkit-transform-origin: right;
          -ms-transform-origin: right;
          transform-origin: right;
          background-color: rgba(72, 49, 212, 0.1);
          opacity: 1; }
        .container .header .burger__box .contact__menu .contact__box .contact__box-active,
        .sections .header .burger__box .contact__menu .contact__box .contact__box-active,
        .section .header .burger__box .contact__menu .contact__box .contact__box-active {
          animation-name: contact__box;
          animation-duration: 0.5s;
          animation-iteration-count: 1; }
@keyframes contact__box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
        .container .header .burger__box .contact__menu .contact__box .contact__box2,
        .sections .header .burger__box .contact__menu .contact__box .contact__box2,
        .section .header .burger__box .contact__menu .contact__box .contact__box2 {
          opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2 {
            z-index: 9999;
            font-family: 'SF UI Text';
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 29px;
            letter-spacing: 0.04em;
            color: #CBCCE8;
            cursor: pointer;
            margin-top: 70px;
            text-transform: uppercase; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text {
            z-index: 9999;
            font-family: 'SF UI Text';
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 29px;
            letter-spacing: 0.04em;
            color: #4831D4;
            cursor: pointer;
            -webkit-text-decoration: none;
            text-decoration: none;
            -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
            -webkit-transition-property: opacity, color, background-color, -webkit-transform, border;
            -webkit-transition-property: opacity, color, background-color, transform, border;
            transition-property: opacity, color, background-color, transform, border;
            position: relative; }
            .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after,
            .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after,
            .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after {
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              -webkit-transition: 0.3s;
              transition: 0.3s;
              width: 30px;
              height: 100%;
              content: '';
              position: absolute;
              left: 100%;
              -webkit-transform-origin: right;
              -ms-transform-origin: right;
              transform-origin: right;
              background-color: rgba(255, 255, 255, 0.3);
              opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 30px;
            height: 100%;
            content: '';
            position: absolute;
            -webkit-transform-origin: right;
            -ms-transform-origin: right;
            transform-origin: right;
            background-color: rgba(72, 49, 212, 0.1);
            opacity: 1; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin {
            position: relative;
            top: 20px; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2 {
            position: relative;
            top: 40px; }
        .container .header .burger__box .contact__menu .contact__box .contact2__box-active,
        .sections .header .burger__box .contact__menu .contact__box .contact2__box-active,
        .section .header .burger__box .contact__menu .contact__box .contact2__box-active {
          animation-name: contact__box2;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          opacity: 1; }
@keyframes contact__box2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
        .container .header .burger__box .contact__menu .contact__box .sociable__box,
        .sections .header .burger__box .contact__menu .contact__box .sociable__box,
        .section .header .burger__box .contact__menu .contact__box .sociable__box {
          display: flex;
          height: 40px;
          align-items: center;
          opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .socible__img,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .socible__img,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .socible__img {
            width: 35px;
            height: 35px;
            transition: 0.1s;
            position: relative;
            top: 110px; }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover {
            margin-bottom: 10px;
            transform: rotate(-10deg); }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin {
            margin-right: 25px; }
        .container .header .burger__box .contact__menu .contact__box .sociable__box-active,
        .sections .header .burger__box .contact__menu .contact__box .sociable__box-active,
        .section .header .burger__box .contact__menu .contact__box .sociable__box-active {
          animation-name: contact__box2;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          opacity: 1; }
@keyframes contact__box2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
      .container .header .burger__box .contact__menu::before,
      .sections .header .burger__box .contact__menu::before,
      .section .header .burger__box .contact__menu::before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: scaleX(0.3826) scaleY(0.27);
        -ms-transform: scaleX(0.3826) scaleY(0.27);
        transform: scaleX(0.3826) scaleY(0.27); }
    .container .header .burger__box .contact__menu-active,
    .sections .header .burger__box .contact__menu-active,
    .section .header .burger__box .contact__menu-active {
      width: 400px;
      height: 500px;
      right: 50px;
      top: 10px; }
      .container .header .burger__box .contact__menu-active .contact__box,
      .sections .header .burger__box .contact__menu-active .contact__box,
      .section .header .burger__box .contact__menu-active .contact__box {
        opacity: 1; }
      .container .header .burger__box .contact__menu-active::before,
      .sections .header .burger__box .contact__menu-active::before,
      .section .header .burger__box .contact__menu-active::before {
        transform: scaleX(1) scaleY(1.05);
        -ms-transform: scaleX(1) scaleY(1.05);
        -webkit-transform: scaleX(1) scaleY(1.05);
        box-shadow: 0px 4px 5px rgba(64, 26, 113, 0.25);
        background-color: #fff; }
    .container .header .burger__box .contact__menu-non,
    .sections .header .burger__box .contact__menu-non,
    .section .header .burger__box .contact__menu-non {
      width: 350px;
      height: 500px; }
      .container .header .burger__box .contact__menu-non::before,
      .sections .header .burger__box .contact__menu-non::before,
      .section .header .burger__box .contact__menu-non::before {
        -webkit-transform: scaleX(0.3826) scaleY(0.27);
        -ms-transform: scaleX(0.3826) scaleY(0.27);
        transform: scaleX(0.3826) scaleY(0.27);
        animation-name: burger;
        animation-iteration-count: 1;
        opacity: 0; }
@keyframes burger {
  0% {
    transform: scaleX(1) scaleY(1.05);
    -ms-transform: scaleX(1) scaleY(1.05);
    -webkit-transform: scaleX(1) scaleY(1.05);
    opacity: 1; }
  100% {
    -webkit-transform: scaleX(0) scaleY(0);
    -ms-transform: scaleX(0) scaleY(0);
    transform: scaleX(0) scaleY(0);
    opacity: 0; } }
    .container .header .burger__box .burger,
    .sections .header .burger__box .burger,
    .section .header .burger__box .burger {
      width: 2.78em;
      height: 2.09em;
      background: none;
      position: relative;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-flexbox;
      display: inline-flex;
      margin-top: 0.699em;
      color: var(--text-color, #4831D4);
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      position: relative;
      top: 17px;
      cursor: pointer;
      z-index: 999; }
      .container .header .burger__box .burger::before,
      .sections .header .burger__box .burger::before,
      .section .header .burger__box .burger::before {
        content: '';
        width: 60%;
        height: 2px;
        position: absolute;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        background-color: var(--text-color, #4831D4);
        top: 12px; }
      .container .header .burger__box .burger::after,
      .sections .header .burger__box .burger::after,
      .section .header .burger__box .burger::after {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        background-color: var(--text-color, #4831D4); }
    .container .header .burger__box .burger__active,
    .sections .header .burger__box .burger__active,
    .section .header .burger__box .burger__active {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
      .container .header .burger__box .burger__active::before,
      .sections .header .burger__box .burger__active::before,
      .section .header .burger__box .burger__active::before {
        top: 0;
        width: 100%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #4831D4; }
      .container .header .burger__box .burger__active::after,
      .sections .header .burger__box .burger__active::after,
      .section .header .burger__box .burger__active::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #4831D4; }

.section0 {
  width: 100%;
  min-height: 100vh;
  background: #f5f4fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-left: 80px;
  padding-right: 80px; }
  .section0 .section__box {
    width: 350px;
    height: 110px;
    background-image: url(../img/work.svg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section0 .section__box .section__titel {
      font-family: "SF UI Text";
      font-style: normal;
      font-weight: 700;
      font-size: 48px;
      line-height: 57px;
      color: #474747;
      position: relative;
      top: 10px; }
  .section0 .section__description {
    font-family: "SF UI Text";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #474747;
    text-align: center; }
  .section0 .section__container {
    width: 100%;
    min-height: auto;
    margin-top: 100px; }
    .section0 .section__container .container__buttons {
      width: fit-content;
      height: fit-content;
      padding: 12px 20px;
      display: flex;
      gap: 20px;
      box-shadow: -10px -10px 20px white, -5px -5px 10px 0 rgba(255, 255, 255, 0.5), 5px 5px 10px rgba(170, 170, 204, 0.25), 10px 10px 20px rgba(170, 170, 204, 0.5); }
      .section0 .section__container .container__buttons-button {
        width: fit-content;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f5f5fa;
        font-family: "SF UI Text";
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        padding: 12px 20px;
        color: #333;
        cursor: pointer;
        border: none;
        outline: none; }
      .section0 .section__container .container__buttons-active {
        background: #7158e2;
        background: linear-gradient(180deg, #7158e2 0%, #cd84f1 100%);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        color: white; }
    .section0 .section__container .section__button {
      width: 155px;
      height: 46px;
      background: #474747;
      border-radius: 2px;
      border: none;
      font-family: "SF UI Text";
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 21px;
      letter-spacing: 0.055em;
      color: #ffffff;
      cursor: pointer;
      overflow: hidden;
      background-image: url(../img/buttons__elips.svg);
      background-size: cover;
      background-size: 30px 30px;
      background-repeat: no-repeat;
      background-position: 300px;
      transition: all 500ms cubic-bezier(0.5, 0.25, 0.5, 0.75);
      transition-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75); }
  .section0 .container__main {
    width: 100%;
    min-height: 10vh;
    margin-top: 30px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px; }
    .section0 .container__main .skeleton-loader {
      width: 100%;
      flex-wrap: wrap;
      display: flex;
      justify-content: space-between; }
    .section0 .container__main .skeleton-card {
      width: 370px;
      height: 220px;
      margin-top: 35px;
      margin-bottom: 45px;
      border-radius: 4px;
      background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
      background-size: 200% 100%;
      animation: shimmer 3.5s infinite; }
@keyframes shimmer {
  0% {
    background-position: 200% 0; }
  100% {
    background-position: -200% 0; } }
    .section0 .container__main .card__container {
      width: 100%;
      flex-wrap: wrap;
      display: flex;
      justify-content: space-between;
      gap: 20px; }
    .section0 .container__main .container__card {
      width: 370px;
      height: fit-content;
      background: #f9f8fd;
      margin-top: 35px;
      margin-bottom: 45px;
      box-shadow: 10px 10px 20px rgba(170, 170, 204, 0.5); }
      .section0 .container__main .container__card-img {
        width: 100%;
        height: 220px;
        background-size: cover;
        padding: 10px; }
        .section0 .container__main .container__card-img .teg-box {
          width: 100%;
          height: auto;
          gap: 10px;
          display: flex;
          flex-wrap: wrap; }
        .section0 .container__main .container__card-img .button__teg {
          width: fit-content;
          height: 24px;
          background-color: white;
          padding: 5px 15px;
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: "SF UI Text";
          font-weight: 500;
          font-size: 12px;
          color: #474747;
          border: 2px solid rgba(218, 55, 218, 0.504);
          backdrop-filter: blur(10px);
          border-radius: 20px; }
      .section0 .container__main .container__card-text {
        width: 100%;
        height: auto;
        padding: 20px; }
        .section0 .container__main .container__card-text .card__title {
          font-family: "SF UI Text";
          font-style: normal;
          font-weight: 700;
          font-size: 20px; }
        .section0 .container__main .container__card-text .buttons__container {
          width: 100%;
          display: flex;
          justify-content: space-between;
          margin-top: 20px;
          gap: 20px; }
          .section0 .container__main .container__card-text .buttons__container-link {
            width: 50%;
            position: relative;
            height: 50px; }
          .section0 .container__main .container__card-text .buttons__container-button {
            position: relative;
            width: 100%;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: "SF UI Text";
            font-style: normal;
            color: white;
            border: none;
            outline: none;
            cursor: pointer;
            font-weight: 500;
            backdrop-filter: blur(10px);
            transition: 0.5s;
            overflow: hidden;
            z-index: 0;
            background: radial-gradient(circle, #4834d4 0%, #686de0 100%); }
            .section0 .container__main .container__card-text .buttons__container-button:before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: radial-gradient(circle, #7158e2 0%, #cd84f1 100%);
              transition: opacity 0.5s ease;
              opacity: 0;
              z-index: -1; }
            .section0 .container__main .container__card-text .buttons__container-button:hover::before {
              opacity: 1; }
            .section0 .container__main .container__card-text .buttons__container-button:hover {
              box-shadow: 0 4px 20px rgba(195, 62, 239, 0.35); }
          .section0 .container__main .container__card-text .buttons__container-blue {
            box-shadow: 0 4px 20px rgba(0, 11, 255, 0.35);
            background: radial-gradient(circle, #4834d4 0%, #686de0 100%); }
          .section0 .container__main .container__card-text .buttons__container-red {
            box-shadow: 0 4px 20px rgba(255, 127, 80, 0.5);
            background: radial-gradient(circle, #ffa502 0%, #ff6348 100%); }

.footer {
  width: 100%;
  height: 100vh;
  background: #3d155f;
  padding-left: 100px;
  padding-right: 100px; }
  .footer .section__top {
    width: 100%;
    height: 80%;
    padding-top: 12%; }
    .footer .section__top .section__titel {
      text-transform: uppercase;
      font-family: "SF UI Text";
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0.1em;
      color: #ffffff; }
    .footer .section__top .section__box {
      display: flex;
      margin-top: 20px; }
      .footer .section__top .section__box .box__container {
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column; }
        .footer .section__top .section__box .box__container .container__text {
          width: auto;
          font-family: "SF UI Text";
          font-style: normal;
          font-weight: 600;
          font-size: 20px;
          line-height: 29px;
          letter-spacing: 0.04em;
          color: #ccf381;
          margin-top: 20px;
          -webkit-text-decoration: none;
          text-decoration: none;
          -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          -webkit-transition-property: opacity, color, background-color, -webkit-transform, border;
          -webkit-transition-property: opacity, color, background-color, transform, border;
          transition-property: opacity, color, background-color, transform, border;
          position: relative; }
          .footer .section__top .section__box .box__container .container__text::after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 30px;
            height: 100%;
            content: "";
            position: absolute;
            left: 100%;
            -webkit-transform-origin: right;
            -ms-transform-origin: right;
            transform-origin: right;
            background-color: rgba(255, 255, 255, 0.3);
            opacity: 0; }
        .footer .section__top .section__box .box__container .container__text:hover:after {
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          width: 30px;
          height: 100%;
          content: "";
          position: absolute;
          -webkit-transform-origin: right;
          -ms-transform-origin: right;
          transform-origin: right;
          background-color: rgba(255, 255, 255, 0.3);
          opacity: 1; }
      .footer .section__top .section__box .box__margin {
        margin-left: 250px; }
  .footer .section__bottom {
    width: 100%;
    height: 20%; }
    .footer .section__bottom .section__line {
      width: 100%;
      height: 3px;
      background: #ccf381;
      opacity: 0.8; }
    .footer .section__bottom .section__container {
      width: 100%;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 35px; }
      .footer .section__bottom .section__container .section__deffents-text {
        font-family: "SF UI Text";
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 29px;
        letter-spacing: 0.04em;
        color: #ccf381; }
      .footer .section__bottom .section__container .sociable__box {
        display: flex;
        align-items: center; }
        .footer .section__bottom .section__container .sociable__box .socible__img {
          width: 40px;
          height: 40px;
          transition: 0.1s; }
        .footer .section__bottom .section__container .sociable__box .socible__img:hover {
          margin-bottom: 10px;
          transform: rotate(-10deg); }
        .footer .section__bottom .section__container .sociable__box .sociable__margin {
          margin-right: 25px; }
  .footer .footer__bottom {
    animation-name: sections3__title;
    animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transition: transform 0.5s, opacity 0.2s;
    transition: transform 0.5s, opacity 0.2s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
@keyframes sections3__title {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@media screen and (max-width: 1250px) {
  .container .header,
  .sections .header,
  .section .header {
    width: 100%;
    height: 10vh;
    padding-left: 30px;
    padding-right: 55px;
    z-index: 999;
    right: 0px;
    top: 40%;
    position: absolute;
    top: -1%; }
    .container .header .header__logo,
    .sections .header .header__logo,
    .section .header .header__logo {
      font-size: 36px;
      line-height: 4px;
      user-select: none;
      cursor: pointer; }
      .container .header .header__logo .header__img,
      .sections .header .header__logo .header__img,
      .section .header .header__logo .header__img {
        width: 35px;
        height: 35px;
        position: relative;
        top: 15px;
        margin-left: -3px;
        margin-right: -3px; }
      .container .header .header__logo .header__color,
      .sections .header .header__logo .header__color,
      .section .header .header__logo .header__color {
        transition: 1s; }
    .container .header .first__logo-active,
    .sections .header .first__logo-active,
    .section .header .first__logo-active {
      animation-duration: 1s; }
  @keyframes first__logo {
    0% {
      position: relative;
      left: 50px; }
    100% {
      position: relative;
      left: 0px; } }
    .container .header .last__logo-active,
    .sections .header .last__logo-active,
    .section .header .last__logo-active {
      animation-duration: 1s; }
  @keyframes last__logo {
    0% {
      position: relative;
      right: 50px; }
    100% {
      position: relative;
      right: 0px; } }
    .container .header .burger__box .contact__menu,
    .sections .header .burger__box .contact__menu,
    .section .header .burger__box .contact__menu {
      position: absolute;
      -webkit-transition: opacity 0.4s, box-shadow 0.4s;
      transition: opacity 0.4s, box-shadow 0.4s;
      z-index: 998; }
      .container .header .burger__box .contact__menu .contact__box,
      .sections .header .burger__box .contact__menu .contact__box,
      .section .header .burger__box .contact__menu .contact__box {
        width: 100%;
        height: 100%;
        padding-top: 12%;
        padding-left: 55px; }
        .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text,
        .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text,
        .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text {
          z-index: 9999;
          font-size: 20px;
          line-height: 29px;
          letter-spacing: 0.04em;
          color: #4831d4;
          cursor: pointer;
          margin-top: 20px;
          -webkit-text-decoration: none;
          text-decoration: none;
          -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          -webkit-transition-property: opacity, color, background-color, -webkit-transform, border;
          -webkit-transition-property: opacity, color, background-color, transform, border;
          transition-property: opacity, color, background-color, transform, border;
          position: relative; }
          .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after,
          .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after,
          .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 30px;
            height: 100%;
            content: "";
            position: absolute;
            left: 100%; }
        .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after,
        .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after,
        .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after {
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          width: 30px;
          height: 100%;
          content: "";
          position: absolute;
          -webkit-transform-origin: right;
          -ms-transform-origin: right;
          transform-origin: right;
          background-color: rgba(72, 49, 212, 0.1);
          opacity: 1; }
        .container .header .burger__box .contact__menu .contact__box .contact__box-active,
        .sections .header .burger__box .contact__menu .contact__box .contact__box-active,
        .section .header .burger__box .contact__menu .contact__box .contact__box-active {
          animation-duration: 0.5s; }
  @keyframes contact__box {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 40px, 0);
      -ms-transform: translate3d(0, 40px, 0);
      transform: translate3d(0, 40px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
        .container .header .burger__box .contact__menu .contact__box .contact__box2,
        .sections .header .burger__box .contact__menu .contact__box .contact__box2,
        .section .header .burger__box .contact__menu .contact__box .contact__box2 {
          opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2 {
            font-size: 20px;
            line-height: 29px;
            cursor: pointer;
            margin-top: 70px; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text {
            z-index: 9999;
            font-family: "SF UI Text";
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 29px;
            letter-spacing: 0.04em;
            color: #4831d4;
            cursor: pointer;
            -webkit-text-decoration: none;
            text-decoration: none;
            -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
            -webkit-transition-property: opacity, color, background-color, -webkit-transform, border;
            -webkit-transition-property: opacity, color, background-color, transform, border;
            transition-property: opacity, color, background-color, transform, border;
            position: relative; }
            .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after,
            .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after,
            .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after {
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              -webkit-transition: 0.3s;
              transition: 0.3s;
              width: 30px;
              height: 100%;
              content: "";
              position: absolute;
              left: 100%;
              -webkit-transform-origin: right;
              -ms-transform-origin: right;
              transform-origin: right;
              background-color: rgba(255, 255, 255, 0.3);
              opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 30px;
            height: 100%;
            content: "";
            position: absolute;
            -webkit-transform-origin: right;
            -ms-transform-origin: right;
            transform-origin: right;
            background-color: rgba(72, 49, 212, 0.1);
            opacity: 1; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin {
            position: relative;
            top: 20px; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2 {
            position: relative;
            top: 40px; }
        .container .header .burger__box .contact__menu .contact__box .contact2__box-active,
        .sections .header .burger__box .contact__menu .contact__box .contact2__box-active,
        .section .header .burger__box .contact__menu .contact__box .contact2__box-active {
          animation-name: contact__box2;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          opacity: 1; }
  @keyframes contact__box2 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      -ms-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
        .container .header .burger__box .contact__menu .contact__box .sociable__box,
        .sections .header .burger__box .contact__menu .contact__box .sociable__box,
        .section .header .burger__box .contact__menu .contact__box .sociable__box {
          display: flex;
          height: 40px;
          align-items: center;
          opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .socible__img,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .socible__img,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .socible__img {
            width: 35px;
            height: 35px;
            transition: 0.1s;
            position: relative;
            top: 110px; }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover {
            margin-bottom: 10px;
            transform: rotate(-10deg); }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin {
            margin-right: 25px; }
        .container .header .burger__box .contact__menu .contact__box .sociable__box-active,
        .sections .header .burger__box .contact__menu .contact__box .sociable__box-active,
        .section .header .burger__box .contact__menu .contact__box .sociable__box-active {
          animation-name: contact__box2;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          opacity: 1; }
  @keyframes contact__box2 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      -ms-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
      .container .header .burger__box .contact__menu::before,
      .sections .header .burger__box .contact__menu::before,
      .section .header .burger__box .contact__menu::before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: scaleX(0.3826) scaleY(0.27);
        -ms-transform: scaleX(0.3826) scaleY(0.27);
        transform: scaleX(0.3826) scaleY(0.27); }
    .container .header .burger__box .contact__menu-active,
    .sections .header .burger__box .contact__menu-active,
    .section .header .burger__box .contact__menu-active {
      width: 350px;
      height: 500px;
      right: 40px;
      top: 5px; }
      .container .header .burger__box .contact__menu-active .contact__box,
      .sections .header .burger__box .contact__menu-active .contact__box,
      .section .header .burger__box .contact__menu-active .contact__box {
        opacity: 1; }
      .container .header .burger__box .contact__menu-active::before,
      .sections .header .burger__box .contact__menu-active::before,
      .section .header .burger__box .contact__menu-active::before {
        transform: scaleX(1) scaleY(1.05);
        -ms-transform: scaleX(1) scaleY(1.05);
        -webkit-transform: scaleX(1) scaleY(1.05);
        box-shadow: 0px 4px 5px rgba(64, 26, 113, 0.25);
        background-color: #fff; }
    .container .header .burger__box .contact__menu-non,
    .sections .header .burger__box .contact__menu-non,
    .section .header .burger__box .contact__menu-non {
      width: 350px;
      height: 500px; }
      .container .header .burger__box .contact__menu-non::before,
      .sections .header .burger__box .contact__menu-non::before,
      .section .header .burger__box .contact__menu-non::before {
        -webkit-transform: scaleX(0.3826) scaleY(0.27);
        -ms-transform: scaleX(0.3826) scaleY(0.27);
        transform: scaleX(0.3826) scaleY(0.27);
        animation-name: burger;
        animation-iteration-count: 1;
        opacity: 0; }
  @keyframes burger {
    0% {
      transform: scaleX(1) scaleY(1.05);
      -ms-transform: scaleX(1) scaleY(1.05);
      -webkit-transform: scaleX(1) scaleY(1.05);
      opacity: 1; }
    100% {
      -webkit-transform: scaleX(0) scaleY(0);
      -ms-transform: scaleX(0) scaleY(0);
      transform: scaleX(0) scaleY(0);
      opacity: 0; } }
    .container .header .burger__box .burger,
    .sections .header .burger__box .burger,
    .section .header .burger__box .burger {
      width: 2.78em;
      height: 2.09em;
      background: none;
      margin-top: 0.699em;
      position: relative;
      top: 17px;
      cursor: pointer;
      z-index: 999; }
      .container .header .burger__box .burger::before,
      .sections .header .burger__box .burger::before,
      .section .header .burger__box .burger::before {
        content: "";
        width: 60%;
        height: 2px;
        top: 12px; }
      .container .header .burger__box .burger::after,
      .sections .header .burger__box .burger::after,
      .section .header .burger__box .burger::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    .container .header .burger__box .burger__active::before,
    .sections .header .burger__box .burger__active::before,
    .section .header .burger__box .burger__active::before {
      top: 0;
      width: 100%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .container .header .burger__box .burger__active::after,
    .sections .header .burger__box .burger__active::after,
    .section .header .burger__box .burger__active::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

  .footer {
    width: 100%;
    height: 100vh;
    padding-left: 80px;
    padding-right: 80px; }
    .footer .section__top {
      width: 100%;
      height: 80%;
      padding-top: 12%; }
      .footer .section__top .section__titel {
        font-size: 24px;
        line-height: 29px; }
      .footer .section__top .section__box {
        margin-top: 20px; }
        .footer .section__top .section__box .box__container .container__text {
          font-size: 20px;
          line-height: 29px;
          letter-spacing: 0.04em;
          color: #ccf381;
          margin-top: 20px; }
          .footer .section__top .section__box .box__container .container__text::after {
            width: 30px;
            height: 100%;
            position: absolute;
            left: 100%; }
        .footer .section__top .section__box .box__container .container__text:hover:after {
          width: 30px;
          height: 100%; }
        .footer .section__top .section__box .box__margin {
          margin-left: 250px; }
    .footer .section__bottom {
      width: 100%;
      height: 20%; }
      .footer .section__bottom .section__line {
        width: 100%;
        height: 3px; }
      .footer .section__bottom .section__container {
        width: 100%;
        height: 50px;
        margin-top: 35px; }
        .footer .section__bottom .section__container .section__deffents-text {
          font-size: 20px;
          line-height: 29px; }
        .footer .section__bottom .section__container .sociable__box .socible__img {
          width: 40px;
          height: 40px;
          transition: 0.1s; }
        .footer .section__bottom .section__container .sociable__box .socible__img:hover {
          margin-bottom: 10px;
          transform: rotate(-10deg); }
        .footer .section__bottom .section__container .sociable__box .sociable__margin {
          margin-right: 25px; }
  @keyframes sections3__title {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      -ms-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } } }
@media screen and (max-width: 1140px) {
  .container .header,
  .sections .header,
  .section .header {
    width: 100%;
    height: 10vh;
    padding-left: 30px;
    padding-right: 55px;
    z-index: 999;
    right: 0px;
    top: 40%;
    position: absolute;
    top: -1%; }
    .container .header .header__logo,
    .sections .header .header__logo,
    .section .header .header__logo {
      font-size: 36px;
      line-height: 4px;
      color: #4831d4;
      user-select: none;
      cursor: pointer; }
      .container .header .header__logo .header__img,
      .sections .header .header__logo .header__img,
      .section .header .header__logo .header__img {
        width: 35px;
        height: 35px;
        position: relative;
        top: 15px;
        margin-left: -3px;
        margin-right: -3px; }
      .container .header .header__logo .header__color,
      .sections .header .header__logo .header__color,
      .section .header .header__logo .header__color {
        fill: #4831d4;
        transition: 1s; }
    .container .header .first__logo-active,
    .sections .header .first__logo-active,
    .section .header .first__logo-active {
      animation-duration: 1s; }
  @keyframes first__logo {
    0% {
      position: relative;
      left: 50px; }
    100% {
      position: relative;
      left: 0px; } }
    .container .header .last__logo-active,
    .sections .header .last__logo-active,
    .section .header .last__logo-active {
      animation-duration: 1s; }
  @keyframes last__logo {
    0% {
      position: relative;
      right: 50px; }
    100% {
      position: relative;
      right: 0px; } }
    .container .header .burger__box .contact__menu,
    .sections .header .burger__box .contact__menu,
    .section .header .burger__box .contact__menu {
      position: absolute;
      -webkit-transition: opacity 0.4s, box-shadow 0.4s;
      transition: opacity 0.4s, box-shadow 0.4s;
      z-index: 998; }
      .container .header .burger__box .contact__menu .contact__box,
      .sections .header .burger__box .contact__menu .contact__box,
      .section .header .burger__box .contact__menu .contact__box {
        width: 100%;
        height: 100%;
        padding-top: 12%;
        padding-left: 55px; }
        .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text,
        .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text,
        .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text {
          z-index: 9999;
          font-size: 20px;
          line-height: 29px;
          letter-spacing: 0.04em;
          color: #4831d4;
          cursor: pointer;
          margin-top: 20px;
          -webkit-text-decoration: none;
          text-decoration: none;
          -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          -webkit-transition-property: opacity, color, background-color, -webkit-transform, border;
          -webkit-transition-property: opacity, color, background-color, transform, border;
          transition-property: opacity, color, background-color, transform, border;
          position: relative; }
          .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after,
          .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after,
          .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 30px;
            height: 100%;
            content: "";
            position: absolute;
            left: 100%; }
        .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after,
        .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after,
        .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after {
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          width: 30px;
          height: 100%;
          content: "";
          position: absolute;
          -webkit-transform-origin: right;
          -ms-transform-origin: right;
          transform-origin: right;
          background-color: rgba(72, 49, 212, 0.1);
          opacity: 1; }
        .container .header .burger__box .contact__menu .contact__box .contact__box-active,
        .sections .header .burger__box .contact__menu .contact__box .contact__box-active,
        .section .header .burger__box .contact__menu .contact__box .contact__box-active {
          animation-duration: 0.5s; }
  @keyframes contact__box {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 40px, 0);
      -ms-transform: translate3d(0, 40px, 0);
      transform: translate3d(0, 40px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
        .container .header .burger__box .contact__menu .contact__box .contact__box2,
        .sections .header .burger__box .contact__menu .contact__box .contact__box2,
        .section .header .burger__box .contact__menu .contact__box .contact__box2 {
          opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2 {
            font-size: 20px;
            line-height: 29px;
            cursor: pointer;
            margin-top: 70px; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text {
            z-index: 9999;
            font-family: "SF UI Text";
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 29px;
            letter-spacing: 0.04em;
            color: #4831d4;
            cursor: pointer;
            -webkit-text-decoration: none;
            text-decoration: none;
            -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
            -webkit-transition-property: opacity, color, background-color, -webkit-transform, border;
            -webkit-transition-property: opacity, color, background-color, transform, border;
            transition-property: opacity, color, background-color, transform, border;
            position: relative; }
            .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after,
            .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after,
            .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after {
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              -webkit-transition: 0.3s;
              transition: 0.3s;
              width: 30px;
              height: 100%;
              content: "";
              position: absolute;
              left: 100%;
              -webkit-transform-origin: right;
              -ms-transform-origin: right;
              transform-origin: right;
              background-color: rgba(255, 255, 255, 0.3);
              opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 30px;
            height: 100%;
            content: "";
            position: absolute;
            -webkit-transform-origin: right;
            -ms-transform-origin: right;
            transform-origin: right;
            background-color: rgba(72, 49, 212, 0.1);
            opacity: 1; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin {
            position: relative;
            top: 20px; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2 {
            position: relative;
            top: 40px; }
        .container .header .burger__box .contact__menu .contact__box .contact2__box-active,
        .sections .header .burger__box .contact__menu .contact__box .contact2__box-active,
        .section .header .burger__box .contact__menu .contact__box .contact2__box-active {
          animation-name: contact__box2;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          opacity: 1; }
  @keyframes contact__box2 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      -ms-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
        .container .header .burger__box .contact__menu .contact__box .sociable__box,
        .sections .header .burger__box .contact__menu .contact__box .sociable__box,
        .section .header .burger__box .contact__menu .contact__box .sociable__box {
          display: flex;
          height: 40px;
          align-items: center;
          opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .socible__img,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .socible__img,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .socible__img {
            width: 35px;
            height: 35px;
            transition: 0.1s;
            position: relative;
            top: 110px; }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover {
            margin-bottom: 10px;
            transform: rotate(-10deg); }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin {
            margin-right: 25px; }
        .container .header .burger__box .contact__menu .contact__box .sociable__box-active,
        .sections .header .burger__box .contact__menu .contact__box .sociable__box-active,
        .section .header .burger__box .contact__menu .contact__box .sociable__box-active {
          animation-name: contact__box2;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          opacity: 1; }
  @keyframes contact__box2 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      -ms-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
      .container .header .burger__box .contact__menu::before,
      .sections .header .burger__box .contact__menu::before,
      .section .header .burger__box .contact__menu::before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: scaleX(0.3826) scaleY(0.27);
        -ms-transform: scaleX(0.3826) scaleY(0.27);
        transform: scaleX(0.3826) scaleY(0.27); }
    .container .header .burger__box .contact__menu-active,
    .sections .header .burger__box .contact__menu-active,
    .section .header .burger__box .contact__menu-active {
      width: 350px;
      height: 500px;
      right: 40px;
      top: 5px; }
      .container .header .burger__box .contact__menu-active .contact__box,
      .sections .header .burger__box .contact__menu-active .contact__box,
      .section .header .burger__box .contact__menu-active .contact__box {
        opacity: 1; }
      .container .header .burger__box .contact__menu-active::before,
      .sections .header .burger__box .contact__menu-active::before,
      .section .header .burger__box .contact__menu-active::before {
        transform: scaleX(1) scaleY(1.05);
        -ms-transform: scaleX(1) scaleY(1.05);
        -webkit-transform: scaleX(1) scaleY(1.05);
        box-shadow: 0px 4px 5px rgba(64, 26, 113, 0.25);
        background-color: #fff; }
    .container .header .burger__box .contact__menu-non,
    .sections .header .burger__box .contact__menu-non,
    .section .header .burger__box .contact__menu-non {
      width: 350px;
      height: 500px; }
      .container .header .burger__box .contact__menu-non::before,
      .sections .header .burger__box .contact__menu-non::before,
      .section .header .burger__box .contact__menu-non::before {
        -webkit-transform: scaleX(0.3826) scaleY(0.27);
        -ms-transform: scaleX(0.3826) scaleY(0.27);
        transform: scaleX(0.3826) scaleY(0.27);
        animation-name: burger;
        animation-iteration-count: 1;
        opacity: 0; }
  @keyframes burger {
    0% {
      transform: scaleX(1) scaleY(1.05);
      -ms-transform: scaleX(1) scaleY(1.05);
      -webkit-transform: scaleX(1) scaleY(1.05);
      opacity: 1; }
    100% {
      -webkit-transform: scaleX(0) scaleY(0);
      -ms-transform: scaleX(0) scaleY(0);
      transform: scaleX(0) scaleY(0);
      opacity: 0; } }
    .container .header .burger__box .burger,
    .sections .header .burger__box .burger,
    .section .header .burger__box .burger {
      width: 2.78em;
      height: 2.09em;
      background: none;
      margin-top: 0.699em;
      position: relative;
      top: 17px;
      cursor: pointer;
      z-index: 999; }
      .container .header .burger__box .burger::before,
      .sections .header .burger__box .burger::before,
      .section .header .burger__box .burger::before {
        content: "";
        width: 60%;
        height: 2px;
        top: 12px; }
      .container .header .burger__box .burger::after,
      .sections .header .burger__box .burger::after,
      .section .header .burger__box .burger::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    .container .header .burger__box .burger__active::before,
    .sections .header .burger__box .burger__active::before,
    .section .header .burger__box .burger__active::before {
      top: 0;
      width: 100%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .container .header .burger__box .burger__active::after,
    .sections .header .burger__box .burger__active::after,
    .section .header .burger__box .burger__active::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

  .footer {
    width: 100%;
    height: 100vh;
    padding-left: 80px;
    padding-right: 80px; }
    .footer .section__top {
      width: 100%;
      height: 80%;
      padding-top: 10%; }
      .footer .section__top .section__titel {
        font-size: 22px;
        line-height: 29px; }
      .footer .section__top .section__box {
        margin-top: 20px; }
        .footer .section__top .section__box .box__container .container__text {
          font-size: 18px;
          line-height: 29px;
          letter-spacing: 0.04em;
          color: #ccf381;
          margin-top: 20px; }
          .footer .section__top .section__box .box__container .container__text::after {
            width: 30px;
            height: 100%;
            position: absolute;
            left: 100%; }
        .footer .section__top .section__box .box__container .container__text:hover:after {
          width: 30px;
          height: 100%; }
        .footer .section__top .section__box .box__margin {
          margin-left: 250px; }
    .footer .section__bottom {
      width: 100%;
      height: 20%; }
      .footer .section__bottom .section__line {
        width: 100%;
        height: 3px; }
      .footer .section__bottom .section__container {
        width: 100%;
        height: 50px;
        margin-top: 35px; }
        .footer .section__bottom .section__container .section__deffents-text {
          font-size: 18px;
          line-height: 29px; }
        .footer .section__bottom .section__container .sociable__box .socible__img {
          width: 35px;
          height: 35px;
          transition: 0.1s; }
        .footer .section__bottom .section__container .sociable__box .socible__img:hover {
          margin-bottom: 10px;
          transform: rotate(-10deg); }
        .footer .section__bottom .section__container .sociable__box .sociable__margin {
          margin-right: 25px; }
  @keyframes sections3__title {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      -ms-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } } }
@media screen and (max-width: 1000px) {
  .section0 .container__main .card__container {
    flex-wrap: nowrap !important;
    display: flex;
    flex-direction: column;
    align-items: center; }

  .section0 .section__container {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .skeleton-loader {
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center; }

  .container .header,
  .sections .header,
  .section .header {
    width: 100%;
    height: 10vh;
    padding-left: 30px;
    padding-right: 40px;
    z-index: 999;
    right: 0px;
    top: 40%;
    position: absolute;
    top: -1%; }
    .container .header .header__logo,
    .sections .header .header__logo,
    .section .header .header__logo {
      font-size: 26px;
      line-height: 0px;
      color: #4831d4;
      user-select: none;
      cursor: pointer;
      position: relative;
      top: 5px; }
      .container .header .header__logo .header__img,
      .sections .header .header__logo .header__img,
      .section .header .header__logo .header__img {
        width: 30px;
        height: 30px;
        position: relative;
        top: 15px;
        margin-left: -3px;
        margin-right: -3px; }
      .container .header .header__logo .header__color,
      .sections .header .header__logo .header__color,
      .section .header .header__logo .header__color {
        fill: #4831d4;
        transition: 1s; }
    .container .header .first__logo-active,
    .sections .header .first__logo-active,
    .section .header .first__logo-active {
      animation-duration: 1s; }
  @keyframes first__logo {
    0% {
      position: relative;
      left: 50px; }
    100% {
      position: relative;
      left: 0px; } }
    .container .header .last__logo-active,
    .sections .header .last__logo-active,
    .section .header .last__logo-active {
      animation-duration: 1s; }
  @keyframes last__logo {
    0% {
      position: relative;
      right: 50px; }
    100% {
      position: relative;
      right: 0px; } }
    .container .header .burger__box .contact__menu,
    .sections .header .burger__box .contact__menu,
    .section .header .burger__box .contact__menu {
      position: absolute;
      -webkit-transition: opacity 0.4s, box-shadow 0.4s;
      transition: opacity 0.4s, box-shadow 0.4s;
      z-index: 998; }
      .container .header .burger__box .contact__menu .contact__box,
      .sections .header .burger__box .contact__menu .contact__box,
      .section .header .burger__box .contact__menu .contact__box {
        width: 100%;
        height: 100%;
        padding-top: 20%;
        padding-left: 55px; }
        .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text,
        .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text,
        .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text {
          z-index: 9999;
          font-size: 18px;
          line-height: 29px;
          letter-spacing: 0.04em;
          color: #4831d4;
          cursor: pointer;
          margin-top: 5px;
          -webkit-text-decoration: none;
          text-decoration: none;
          -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          -webkit-transition-property: opacity, color, background-color, -webkit-transform, border;
          -webkit-transition-property: opacity, color, background-color, transform, border;
          transition-property: opacity, color, background-color, transform, border;
          position: relative; }
          .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after,
          .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after,
          .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 30px;
            height: 100%;
            content: "";
            position: absolute;
            left: 100%; }
        .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after,
        .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after,
        .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after {
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          width: 30px;
          height: 100%;
          content: "";
          position: absolute;
          -webkit-transform-origin: right;
          -ms-transform-origin: right;
          transform-origin: right;
          background-color: rgba(72, 49, 212, 0.1);
          opacity: 1; }
        .container .header .burger__box .contact__menu .contact__box .contact__box-active,
        .sections .header .burger__box .contact__menu .contact__box .contact__box-active,
        .section .header .burger__box .contact__menu .contact__box .contact__box-active {
          animation-duration: 0.5s; }
  @keyframes contact__box {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 40px, 0);
      -ms-transform: translate3d(0, 40px, 0);
      transform: translate3d(0, 40px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
        .container .header .burger__box .contact__menu .contact__box .contact__box2,
        .sections .header .burger__box .contact__menu .contact__box .contact__box2,
        .section .header .burger__box .contact__menu .contact__box .contact__box2 {
          opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2 {
            font-size: 18px;
            line-height: 29px;
            cursor: pointer;
            margin-top: 70px; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text {
            z-index: 9999;
            font-family: "SF UI Text";
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 29px;
            letter-spacing: 0.04em;
            color: #4831d4;
            cursor: pointer;
            -webkit-text-decoration: none;
            text-decoration: none;
            -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
            -webkit-transition-property: opacity, color, background-color, -webkit-transform, border;
            -webkit-transition-property: opacity, color, background-color, transform, border;
            transition-property: opacity, color, background-color, transform, border;
            position: relative; }
            .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after,
            .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after,
            .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after {
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              -webkit-transition: 0.3s;
              transition: 0.3s;
              width: 30px;
              height: 100%;
              content: "";
              position: absolute;
              left: 100%;
              -webkit-transform-origin: right;
              -ms-transform-origin: right;
              transform-origin: right;
              background-color: rgba(255, 255, 255, 0.3);
              opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 30px;
            height: 100%;
            content: "";
            position: absolute;
            -webkit-transform-origin: right;
            -ms-transform-origin: right;
            transform-origin: right;
            background-color: rgba(72, 49, 212, 0.1);
            opacity: 1; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin {
            position: relative;
            top: 20px; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2 {
            position: relative;
            top: 30px; }
        .container .header .burger__box .contact__menu .contact__box .contact2__box-active,
        .sections .header .burger__box .contact__menu .contact__box .contact2__box-active,
        .section .header .burger__box .contact__menu .contact__box .contact2__box-active {
          animation-name: contact__box2;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          opacity: 1; }
  @keyframes contact__box2 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      -ms-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
        .container .header .burger__box .contact__menu .contact__box .sociable__box,
        .sections .header .burger__box .contact__menu .contact__box .sociable__box,
        .section .header .burger__box .contact__menu .contact__box .sociable__box {
          display: flex;
          height: 40px;
          align-items: center;
          opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .socible__img,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .socible__img,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .socible__img {
            width: 30px;
            height: 30px;
            transition: 0.1s;
            position: relative;
            top: 140px; }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover {
            margin-bottom: 10px;
            transform: rotate(-10deg); }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin {
            margin-right: 25px; }
        .container .header .burger__box .contact__menu .contact__box .sociable__box-active,
        .sections .header .burger__box .contact__menu .contact__box .sociable__box-active,
        .section .header .burger__box .contact__menu .contact__box .sociable__box-active {
          animation-name: contact__box2;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          opacity: 1; }
  @keyframes contact__box2 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      -ms-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
      .container .header .burger__box .contact__menu::before,
      .sections .header .burger__box .contact__menu::before,
      .section .header .burger__box .contact__menu::before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: scaleX(0.3826) scaleY(0.27);
        -ms-transform: scaleX(0.3826) scaleY(0.27);
        transform: scaleX(0.3826) scaleY(0.27); }
    .container .header .burger__box .contact__menu-active,
    .sections .header .burger__box .contact__menu-active,
    .section .header .burger__box .contact__menu-active {
      width: 350px;
      height: 500px;
      right: 25px;
      top: 10px; }
      .container .header .burger__box .contact__menu-active .contact__box,
      .sections .header .burger__box .contact__menu-active .contact__box,
      .section .header .burger__box .contact__menu-active .contact__box {
        opacity: 1; }
      .container .header .burger__box .contact__menu-active::before,
      .sections .header .burger__box .contact__menu-active::before,
      .section .header .burger__box .contact__menu-active::before {
        transform: scaleX(1) scaleY(1.05);
        -ms-transform: scaleX(1) scaleY(1.05);
        -webkit-transform: scaleX(1) scaleY(1.05);
        box-shadow: 0px 4px 5px rgba(64, 26, 113, 0.25);
        background-color: #fff; }
    .container .header .burger__box .contact__menu-non,
    .sections .header .burger__box .contact__menu-non,
    .section .header .burger__box .contact__menu-non {
      width: 350px;
      height: 500px; }
      .container .header .burger__box .contact__menu-non::before,
      .sections .header .burger__box .contact__menu-non::before,
      .section .header .burger__box .contact__menu-non::before {
        -webkit-transform: scaleX(0.3826) scaleY(0.27);
        -ms-transform: scaleX(0.3826) scaleY(0.27);
        transform: scaleX(0.3826) scaleY(0.27);
        animation-name: burger;
        animation-iteration-count: 1;
        opacity: 0; }
  @keyframes burger {
    0% {
      transform: scaleX(1) scaleY(1.05);
      -ms-transform: scaleX(1) scaleY(1.05);
      -webkit-transform: scaleX(1) scaleY(1.05);
      opacity: 1; }
    100% {
      -webkit-transform: scaleX(0) scaleY(0);
      -ms-transform: scaleX(0) scaleY(0);
      transform: scaleX(0) scaleY(0);
      opacity: 0; } }
    .container .header .burger__box .burger,
    .sections .header .burger__box .burger,
    .section .header .burger__box .burger {
      width: 2.78em;
      height: 1.7em;
      background: none;
      margin-top: 0.699em;
      position: relative;
      top: 17px;
      cursor: pointer;
      z-index: 999; }
      .container .header .burger__box .burger::before,
      .sections .header .burger__box .burger::before,
      .section .header .burger__box .burger::before {
        content: "";
        width: 60%;
        height: 2px;
        top: 12px; }
      .container .header .burger__box .burger::after,
      .sections .header .burger__box .burger::after,
      .section .header .burger__box .burger::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    .container .header .burger__box .burger__active::before,
    .sections .header .burger__box .burger__active::before,
    .section .header .burger__box .burger__active::before {
      top: 0;
      width: 100%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .container .header .burger__box .burger__active::after,
    .sections .header .burger__box .burger__active::after,
    .section .header .burger__box .burger__active::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

  .section0 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 50px; }
    .section0 .section__box {
      width: 350px;
      height: 110px; }
      .section0 .section__box .section__titel {
        font-size: 48px;
        line-height: 57px;
        position: relative;
        top: 10px; }
    .section0 .section__description {
      font-size: 24px;
      line-height: 29px; }
    .section0 .section__container .section__button {
      width: 155px;
      height: 46px;
      border-radius: 2px;
      font-size: 18px;
      line-height: 21px; }
    .section0 .section__container .section__button:hover {
      background-image: url(../img/buttons__elips.svg);
      background-size: 30px 30px; }
    .section0 .section__container .section__button-margin {
      margin-left: 30px; }

  .footer {
    width: 100%;
    height: 100vh;
    padding-left: 50px;
    padding-right: 50px; }
    .footer .section__top {
      width: 100%;
      height: 80%;
      padding-top: 18%; }
      .footer .section__top .section__titel {
        font-size: 22px;
        line-height: 29px; }
      .footer .section__top .section__box {
        margin-top: 20px; }
        .footer .section__top .section__box .box__container .container__text {
          font-size: 18px;
          line-height: 29px;
          letter-spacing: 0.04em;
          color: #ccf381;
          margin-top: 10px; }
          .footer .section__top .section__box .box__container .container__text::after {
            width: 30px;
            height: 100%;
            position: absolute;
            left: 100%; }
        .footer .section__top .section__box .box__container .container__text:hover:after {
          width: 30px;
          height: 100%; }
        .footer .section__top .section__box .box__margin {
          margin-left: 250px; }
    .footer .section__bottom {
      width: 100%;
      height: 20%; }
      .footer .section__bottom .section__line {
        width: 100%;
        height: 2px; }
      .footer .section__bottom .section__container {
        width: 100%;
        height: 50px;
        margin-top: 15px; }
        .footer .section__bottom .section__container .section__deffents-text {
          font-size: 18px;
          line-height: 29px; }
        .footer .section__bottom .section__container .sociable__box .socible__img {
          width: 30px;
          height: 30px;
          transition: 0.1s; }
        .footer .section__bottom .section__container .sociable__box .socible__img:hover {
          margin-bottom: 10px;
          transform: rotate(-10deg); }
        .footer .section__bottom .section__container .sociable__box .sociable__margin {
          margin-right: 20px; }
  @keyframes sections3__title {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      -ms-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } } }
@media screen and (max-width: 820px) {
  .container .header,
  .sections .header,
  .section .header {
    width: 100%;
    height: 10vh;
    padding-left: 30px;
    padding-right: 40px;
    z-index: 999;
    right: 0px;
    top: 40%;
    position: absolute;
    top: -1%; }
    .container .header .header__logo,
    .sections .header .header__logo,
    .section .header .header__logo {
      font-size: 26px;
      line-height: 0px;
      color: #4831d4;
      user-select: none;
      cursor: pointer;
      position: relative;
      top: 5px;
      z-index: 99999; }
      .container .header .header__logo .header__img,
      .sections .header .header__logo .header__img,
      .section .header .header__logo .header__img {
        width: 30px;
        height: 30px;
        position: relative;
        top: 15px;
        margin-left: -3px;
        margin-right: -3px; }
      .container .header .header__logo .header__color,
      .sections .header .header__logo .header__color,
      .section .header .header__logo .header__color {
        fill: #4831d4;
        transition: 1s; }
    .container .header .first__logo-active,
    .sections .header .first__logo-active,
    .section .header .first__logo-active {
      animation-duration: 1s; }
  @keyframes first__logo {
    0% {
      position: relative;
      left: 50px; }
    100% {
      position: relative;
      left: 0px; } }
    .container .header .last__logo-active,
    .sections .header .last__logo-active,
    .section .header .last__logo-active {
      animation-duration: 1s; }
  @keyframes last__logo {
    0% {
      position: relative;
      right: 50px; }
    100% {
      position: relative;
      right: 0px; } }
    .container .header .burger__box .contact__menu,
    .sections .header .burger__box .contact__menu,
    .section .header .burger__box .contact__menu {
      position: absolute;
      -webkit-transition: opacity 0.4s, box-shadow 0.4s;
      transition: opacity 0.4s, box-shadow 0.4s;
      z-index: 998; }
      .container .header .burger__box .contact__menu .contact__box,
      .sections .header .burger__box .contact__menu .contact__box,
      .section .header .burger__box .contact__menu .contact__box {
        width: 100%;
        height: 100%;
        padding-top: 20%;
        padding-left: 55px; }
        .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text,
        .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text,
        .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text {
          z-index: 9999;
          font-size: 20px;
          line-height: 29px;
          letter-spacing: 0.04em;
          color: #4831d4;
          cursor: pointer;
          margin-top: 5px;
          -webkit-text-decoration: none;
          text-decoration: none;
          -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          -webkit-transition-property: opacity, color, background-color, -webkit-transform, border;
          -webkit-transition-property: opacity, color, background-color, transform, border;
          transition-property: opacity, color, background-color, transform, border;
          position: relative; }
          .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after,
          .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after,
          .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 30px;
            height: 100%;
            content: "";
            position: absolute;
            left: 100%; }
        .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after,
        .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after,
        .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after {
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          width: 30px;
          height: 100%;
          content: "";
          position: absolute;
          -webkit-transform-origin: right;
          -ms-transform-origin: right;
          transform-origin: right;
          background-color: rgba(72, 49, 212, 0.1);
          opacity: 1; }
        .container .header .burger__box .contact__menu .contact__box .contact__box-active,
        .sections .header .burger__box .contact__menu .contact__box .contact__box-active,
        .section .header .burger__box .contact__menu .contact__box .contact__box-active {
          animation-duration: 0.5s; }
  @keyframes contact__box {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 40px, 0);
      -ms-transform: translate3d(0, 40px, 0);
      transform: translate3d(0, 40px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
        .container .header .burger__box .contact__menu .contact__box .contact__box2,
        .sections .header .burger__box .contact__menu .contact__box .contact__box2,
        .section .header .burger__box .contact__menu .contact__box .contact__box2 {
          opacity: 0;
          display: flex;
          flex-direction: column; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2 {
            font-size: 24px;
            line-height: 29px;
            cursor: pointer;
            margin-top: 70px; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text {
            z-index: 9999;
            font-family: "SF UI Text";
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 29px;
            letter-spacing: 0.04em;
            color: #4831d4;
            cursor: pointer;
            -webkit-text-decoration: none;
            text-decoration: none;
            -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
            -webkit-transition-property: opacity, color, background-color, -webkit-transform, border;
            -webkit-transition-property: opacity, color, background-color, transform, border;
            transition-property: opacity, color, background-color, transform, border;
            position: relative; }
            .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after,
            .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after,
            .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after {
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              -webkit-transition: 0.3s;
              transition: 0.3s;
              width: 30px;
              height: 100%;
              content: "";
              position: absolute;
              left: 100%;
              -webkit-transform-origin: right;
              -ms-transform-origin: right;
              transform-origin: right;
              background-color: rgba(255, 255, 255, 0.3);
              opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 30px;
            height: 100%;
            content: "";
            position: absolute;
            -webkit-transform-origin: right;
            -ms-transform-origin: right;
            transform-origin: right;
            background-color: rgba(72, 49, 212, 0.1);
            opacity: 1; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin {
            position: relative;
            top: 20px; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2 {
            position: relative;
            top: 30px; }
        .container .header .burger__box .contact__menu .contact__box .contact2__box-active,
        .sections .header .burger__box .contact__menu .contact__box .contact2__box-active,
        .section .header .burger__box .contact__menu .contact__box .contact2__box-active {
          animation-name: contact__box2;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          opacity: 1; }
  @keyframes contact__box2 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      -ms-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
        .container .header .burger__box .contact__menu .contact__box .sociable__box,
        .sections .header .burger__box .contact__menu .contact__box .sociable__box,
        .section .header .burger__box .contact__menu .contact__box .sociable__box {
          display: flex;
          height: 40px;
          align-items: center;
          opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .socible__img,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .socible__img,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .socible__img {
            width: 35px;
            height: 35px;
            transition: 0.1s;
            position: relative;
            top: 140px; }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover {
            margin-bottom: 10px;
            transform: rotate(-10deg); }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin {
            margin-right: 25px; }
        .container .header .burger__box .contact__menu .contact__box .sociable__box-active,
        .sections .header .burger__box .contact__menu .contact__box .sociable__box-active,
        .section .header .burger__box .contact__menu .contact__box .sociable__box-active {
          animation-name: contact__box2;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          opacity: 1; }
  @keyframes contact__box2 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      -ms-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
      .container .header .burger__box .contact__menu::before,
      .sections .header .burger__box .contact__menu::before,
      .section .header .burger__box .contact__menu::before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: scaleX(0.3826) scaleY(0.27);
        -ms-transform: scaleX(0.3826) scaleY(0.27);
        transform: scaleX(0.3826) scaleY(0.27); }
    .container .header .burger__box .contact__menu-active,
    .sections .header .burger__box .contact__menu-active,
    .section .header .burger__box .contact__menu-active {
      width: 100%;
      height: 110vh;
      right: 0px;
      top: 0px;
      position: absolute; }
      .container .header .burger__box .contact__menu-active .contact__box,
      .sections .header .burger__box .contact__menu-active .contact__box,
      .section .header .burger__box .contact__menu-active .contact__box {
        opacity: 1; }
      .container .header .burger__box .contact__menu-active::before,
      .sections .header .burger__box .contact__menu-active::before,
      .section .header .burger__box .contact__menu-active::before {
        transform: scaleX(1) scaleY(1.05);
        -ms-transform: scaleX(1) scaleY(1.05);
        -webkit-transform: scaleX(1) scaleY(1.05);
        box-shadow: 0px 4px 5px rgba(64, 26, 113, 0.25);
        background-color: #fff; }
    .container .header .burger__box .contact__menu-non,
    .sections .header .burger__box .contact__menu-non,
    .section .header .burger__box .contact__menu-non {
      display: none; }
      .container .header .burger__box .contact__menu-non::before,
      .sections .header .burger__box .contact__menu-non::before,
      .section .header .burger__box .contact__menu-non::before {
        -webkit-transform: scaleX(0.3826) scaleY(0.27);
        -ms-transform: scaleX(0.3826) scaleY(0.27);
        transform: scaleX(0.3826) scaleY(0.27);
        animation-name: burger;
        animation-iteration-count: 1;
        opacity: 0; }
  @keyframes burger {
    0% {
      transform: scaleX(1) scaleY(1.05);
      -ms-transform: scaleX(1) scaleY(1.05);
      -webkit-transform: scaleX(1) scaleY(1.05);
      opacity: 1; }
    100% {
      -webkit-transform: scaleX(0) scaleY(0);
      -ms-transform: scaleX(0) scaleY(0);
      transform: scaleX(0) scaleY(0);
      opacity: 0; } }
    .container .header .burger__box .burger,
    .sections .header .burger__box .burger,
    .section .header .burger__box .burger {
      width: 2.78em;
      height: 1.7em;
      background: none;
      margin-top: 0.699em;
      position: relative;
      top: 17px;
      cursor: pointer;
      z-index: 999; }
      .container .header .burger__box .burger::before,
      .sections .header .burger__box .burger::before,
      .section .header .burger__box .burger::before {
        content: "";
        width: 60%;
        height: 2px;
        top: 12px; }
      .container .header .burger__box .burger::after,
      .sections .header .burger__box .burger::after,
      .section .header .burger__box .burger::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    .container .header .burger__box .burger__active::before,
    .sections .header .burger__box .burger__active::before,
    .section .header .burger__box .burger__active::before {
      top: 0;
      width: 100%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .container .header .burger__box .burger__active::after,
    .sections .header .burger__box .burger__active::after,
    .section .header .burger__box .burger__active::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

  .section0 {
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 50px; }
    .section0 .section__box {
      width: 300px;
      height: 92px; }
      .section0 .section__box .section__titel {
        font-size: 42px;
        line-height: 57px; }
    .section0 .section__description {
      font-size: 22px;
      line-height: 29px; }

  .footer {
    width: 100%;
    height: 100vh;
    padding-left: 50px;
    padding-right: 50px; }
    .footer .section__top {
      width: 100%;
      height: 80%;
      padding-top: 18%; }
      .footer .section__top .section__titel {
        font-size: 22px;
        line-height: 29px; }
      .footer .section__top .section__box {
        margin-top: 20px; }
        .footer .section__top .section__box .box__container .container__text {
          font-size: 18px;
          line-height: 29px;
          letter-spacing: 0.04em;
          color: #ccf381;
          margin-top: 10px; }
          .footer .section__top .section__box .box__container .container__text::after {
            width: 30px;
            height: 100%;
            position: absolute;
            left: 100%; }
        .footer .section__top .section__box .box__container .container__text:hover:after {
          width: 30px;
          height: 100%; }
        .footer .section__top .section__box .box__margin {
          margin-left: 150px; }
    .footer .section__bottom {
      width: 100%;
      height: 20%; }
      .footer .section__bottom .section__line {
        width: 100%;
        height: 2px; }
      .footer .section__bottom .section__container {
        width: 100%;
        height: 50px;
        margin-top: 15px; }
        .footer .section__bottom .section__container .section__deffents-text {
          font-size: 18px;
          line-height: 29px; }
        .footer .section__bottom .section__container .sociable__box .socible__img {
          width: 30px;
          height: 30px;
          transition: 0.1s; }
        .footer .section__bottom .section__container .sociable__box .socible__img:hover {
          margin-bottom: 10px;
          transform: rotate(-10deg); }
        .footer .section__bottom .section__container .sociable__box .sociable__margin {
          margin-right: 20px; }
  @keyframes sections3__title {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      -ms-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } } }
@media screen and (max-width: 650px) {
  .container .header,
  .sections .header,
  .section .header {
    width: 100%;
    height: 10vh;
    padding-left: 20px;
    padding-right: 30px;
    z-index: 999;
    right: 0px;
    top: 40%;
    position: absolute;
    top: -1%; }
    .container .header .header__logo,
    .sections .header .header__logo,
    .section .header .header__logo {
      font-size: 26px;
      line-height: 0px;
      color: #4831d4;
      user-select: none;
      cursor: pointer;
      position: relative;
      top: 5px;
      z-index: 99999; }
      .container .header .header__logo .header__img,
      .sections .header .header__logo .header__img,
      .section .header .header__logo .header__img {
        width: 30px;
        height: 30px;
        position: relative;
        top: 15px;
        margin-left: -3px;
        margin-right: -3px; }
      .container .header .header__logo .header__color,
      .sections .header .header__logo .header__color,
      .section .header .header__logo .header__color {
        fill: #4831d4;
        transition: 1s; }
    .container .header .first__logo-active,
    .sections .header .first__logo-active,
    .section .header .first__logo-active {
      animation-duration: 1s; }
  @keyframes first__logo {
    0% {
      position: relative;
      left: 50px; }
    100% {
      position: relative;
      left: 0px; } }
    .container .header .last__logo-active,
    .sections .header .last__logo-active,
    .section .header .last__logo-active {
      animation-duration: 1s; }
  @keyframes last__logo {
    0% {
      position: relative;
      right: 50px; }
    100% {
      position: relative;
      right: 0px; } }
    .container .header .burger__box .contact__menu,
    .sections .header .burger__box .contact__menu,
    .section .header .burger__box .contact__menu {
      position: absolute;
      -webkit-transition: opacity 0.4s, box-shadow 0.4s;
      transition: opacity 0.4s, box-shadow 0.4s;
      z-index: 998; }
      .container .header .burger__box .contact__menu .contact__box,
      .sections .header .burger__box .contact__menu .contact__box,
      .section .header .burger__box .contact__menu .contact__box {
        width: 100%;
        height: 100%;
        padding-top: 20%;
        padding-left: 55px; }
        .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text,
        .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text,
        .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text {
          z-index: 9999;
          font-size: 20px;
          line-height: 29px;
          letter-spacing: 0.04em;
          color: #4831d4;
          cursor: pointer;
          margin-top: 5px;
          -webkit-text-decoration: none;
          text-decoration: none;
          -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          -webkit-transition-property: opacity, color, background-color, -webkit-transform, border;
          -webkit-transition-property: opacity, color, background-color, transform, border;
          transition-property: opacity, color, background-color, transform, border;
          position: relative; }
          .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after,
          .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after,
          .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 30px;
            height: 100%;
            content: "";
            position: absolute;
            left: 100%; }
        .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after,
        .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after,
        .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after {
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          width: 30px;
          height: 100%;
          content: "";
          position: absolute;
          -webkit-transform-origin: right;
          -ms-transform-origin: right;
          transform-origin: right;
          background-color: rgba(72, 49, 212, 0.1);
          opacity: 1; }
        .container .header .burger__box .contact__menu .contact__box .contact__box-active,
        .sections .header .burger__box .contact__menu .contact__box .contact__box-active,
        .section .header .burger__box .contact__menu .contact__box .contact__box-active {
          animation-duration: 0.5s; }
  @keyframes contact__box {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 40px, 0);
      -ms-transform: translate3d(0, 40px, 0);
      transform: translate3d(0, 40px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
        .container .header .burger__box .contact__menu .contact__box .contact__box2,
        .sections .header .burger__box .contact__menu .contact__box .contact__box2,
        .section .header .burger__box .contact__menu .contact__box .contact__box2 {
          opacity: 0;
          display: flex;
          flex-direction: column; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2 {
            font-size: 24px;
            line-height: 29px;
            cursor: pointer;
            margin-top: 70px; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text {
            z-index: 9999;
            font-family: "SF UI Text";
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 29px;
            letter-spacing: 0.04em;
            color: #4831d4;
            cursor: pointer;
            -webkit-text-decoration: none;
            text-decoration: none;
            -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
            -webkit-transition-property: opacity, color, background-color, -webkit-transform, border;
            -webkit-transition-property: opacity, color, background-color, transform, border;
            transition-property: opacity, color, background-color, transform, border;
            position: relative; }
            .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after,
            .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after,
            .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after {
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              -webkit-transition: 0.3s;
              transition: 0.3s;
              width: 30px;
              height: 100%;
              content: "";
              position: absolute;
              left: 100%;
              -webkit-transform-origin: right;
              -ms-transform-origin: right;
              transform-origin: right;
              background-color: rgba(255, 255, 255, 0.3);
              opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 30px;
            height: 100%;
            content: "";
            position: absolute;
            -webkit-transform-origin: right;
            -ms-transform-origin: right;
            transform-origin: right;
            background-color: rgba(72, 49, 212, 0.1);
            opacity: 1; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin {
            position: relative;
            top: 20px; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2 {
            position: relative;
            top: 30px; }
        .container .header .burger__box .contact__menu .contact__box .contact2__box-active,
        .sections .header .burger__box .contact__menu .contact__box .contact2__box-active,
        .section .header .burger__box .contact__menu .contact__box .contact2__box-active {
          animation-name: contact__box2;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          opacity: 1; }
  @keyframes contact__box2 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      -ms-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
        .container .header .burger__box .contact__menu .contact__box .sociable__box,
        .sections .header .burger__box .contact__menu .contact__box .sociable__box,
        .section .header .burger__box .contact__menu .contact__box .sociable__box {
          display: flex;
          height: 40px;
          align-items: center;
          opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .socible__img,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .socible__img,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .socible__img {
            width: 35px;
            height: 35px;
            transition: 0.1s;
            position: relative;
            top: 140px; }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover {
            margin-bottom: 10px;
            transform: rotate(-10deg); }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin {
            margin-right: 25px; }
        .container .header .burger__box .contact__menu .contact__box .sociable__box-active,
        .sections .header .burger__box .contact__menu .contact__box .sociable__box-active,
        .section .header .burger__box .contact__menu .contact__box .sociable__box-active {
          animation-name: contact__box2;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          opacity: 1; }
  @keyframes contact__box2 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      -ms-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
      .container .header .burger__box .contact__menu::before,
      .sections .header .burger__box .contact__menu::before,
      .section .header .burger__box .contact__menu::before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: scaleX(0.3826) scaleY(0.27);
        -ms-transform: scaleX(0.3826) scaleY(0.27);
        transform: scaleX(0.3826) scaleY(0.27); }
    .container .header .burger__box .contact__menu-active,
    .sections .header .burger__box .contact__menu-active,
    .section .header .burger__box .contact__menu-active {
      width: 100%;
      height: 110vh;
      right: 0px;
      top: 0px;
      position: absolute; }
      .container .header .burger__box .contact__menu-active .contact__box,
      .sections .header .burger__box .contact__menu-active .contact__box,
      .section .header .burger__box .contact__menu-active .contact__box {
        opacity: 1; }
      .container .header .burger__box .contact__menu-active::before,
      .sections .header .burger__box .contact__menu-active::before,
      .section .header .burger__box .contact__menu-active::before {
        transform: scaleX(1) scaleY(1.05);
        -ms-transform: scaleX(1) scaleY(1.05);
        -webkit-transform: scaleX(1) scaleY(1.05);
        box-shadow: 0px 4px 5px rgba(64, 26, 113, 0.25);
        background-color: #fff; }
    .container .header .burger__box .contact__menu-non,
    .sections .header .burger__box .contact__menu-non,
    .section .header .burger__box .contact__menu-non {
      display: none; }
      .container .header .burger__box .contact__menu-non::before,
      .sections .header .burger__box .contact__menu-non::before,
      .section .header .burger__box .contact__menu-non::before {
        -webkit-transform: scaleX(0.3826) scaleY(0.27);
        -ms-transform: scaleX(0.3826) scaleY(0.27);
        transform: scaleX(0.3826) scaleY(0.27);
        animation-name: burger;
        animation-iteration-count: 1;
        opacity: 0; }
  @keyframes burger {
    0% {
      transform: scaleX(1) scaleY(1.05);
      -ms-transform: scaleX(1) scaleY(1.05);
      -webkit-transform: scaleX(1) scaleY(1.05);
      opacity: 1; }
    100% {
      -webkit-transform: scaleX(0) scaleY(0);
      -ms-transform: scaleX(0) scaleY(0);
      transform: scaleX(0) scaleY(0);
      opacity: 0; } }
    .container .header .burger__box .burger,
    .sections .header .burger__box .burger,
    .section .header .burger__box .burger {
      width: 2.78em;
      height: 1.7em;
      background: none;
      margin-top: 0.699em;
      position: relative;
      top: 17px;
      cursor: pointer;
      z-index: 999; }
      .container .header .burger__box .burger::before,
      .sections .header .burger__box .burger::before,
      .section .header .burger__box .burger::before {
        content: "";
        width: 60%;
        height: 2px;
        top: 12px; }
      .container .header .burger__box .burger::after,
      .sections .header .burger__box .burger::after,
      .section .header .burger__box .burger::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    .container .header .burger__box .burger__active::before,
    .sections .header .burger__box .burger__active::before,
    .section .header .burger__box .burger__active::before {
      top: 0;
      width: 100%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .container .header .burger__box .burger__active::after,
    .sections .header .burger__box .burger__active::after,
    .section .header .burger__box .burger__active::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

  .footer {
    width: 100%;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px; }
    .footer .section__top {
      width: 100%;
      height: 80%;
      padding-top: 18%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .footer .section__top .section__titel {
        font-size: 22px;
        line-height: 29px;
        text-align: center; }
      .footer .section__top .section__box {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .footer .section__top .section__box .box__container {
          display: flex;
          flex-direction: column;
          align-items: center; }
          .footer .section__top .section__box .box__container .container__text {
            font-size: 18px;
            line-height: 29px;
            letter-spacing: 0.04em;
            color: #ccf381;
            margin-top: 10px;
            text-align: center; }
            .footer .section__top .section__box .box__container .container__text::after {
              width: 30px;
              height: 100%;
              position: absolute;
              left: 100%; }
          .footer .section__top .section__box .box__container .container__text:hover:after {
            width: 30px;
            height: 100%; }
        .footer .section__top .section__box .box__margin {
          margin-left: 0px;
          margin-top: 30px; }
    .footer .section__bottom {
      width: 100%;
      height: 20%; }
      .footer .section__bottom .section__line {
        width: 100%;
        height: 2px; }
      .footer .section__bottom .section__container {
        width: 100%;
        height: 50px;
        margin-top: 15px; }
        .footer .section__bottom .section__container .section__deffents-text {
          font-size: 18px;
          line-height: 29px; }
        .footer .section__bottom .section__container .sociable__box .socible__img {
          width: 30px;
          height: 30px;
          transition: 0.1s; }
        .footer .section__bottom .section__container .sociable__box .socible__img:hover {
          margin-bottom: 10px;
          transform: rotate(-10deg); }
        .footer .section__bottom .section__container .sociable__box .sociable__margin {
          margin-right: 20px; }
  @keyframes sections3__title {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      -ms-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } } }
@media screen and (max-width: 530px) {
  html,
  body {
    overflow-x: hidden; }

  .section0 .section__container .container__buttons-button {
    width: 100%; }

  .container .header,
  .sections .header,
  .section .header {
    width: 100%;
    height: 10vh;
    padding-left: 20px;
    padding-right: 30px;
    z-index: 999;
    right: 0px;
    top: 40%;
    position: absolute;
    top: -1%; }
    .container .header .header__logo,
    .sections .header .header__logo,
    .section .header .header__logo {
      font-size: 26px;
      line-height: 0px;
      color: #4831d4;
      user-select: none;
      cursor: pointer;
      position: relative;
      top: 5px;
      z-index: 99999; }
      .container .header .header__logo .header__img,
      .sections .header .header__logo .header__img,
      .section .header .header__logo .header__img {
        width: 30px;
        height: 30px;
        position: relative;
        top: 15px;
        margin-left: -3px;
        margin-right: -3px; }
      .container .header .header__logo .header__color,
      .sections .header .header__logo .header__color,
      .section .header .header__logo .header__color {
        fill: #4831d4;
        transition: 1s; }
    .container .header .first__logo-active,
    .sections .header .first__logo-active,
    .section .header .first__logo-active {
      animation-duration: 1s; }
  @keyframes first__logo {
    0% {
      position: relative;
      left: 50px; }
    100% {
      position: relative;
      left: 0px; } }
    .container .header .last__logo-active,
    .sections .header .last__logo-active,
    .section .header .last__logo-active {
      animation-duration: 1s; }
  @keyframes last__logo {
    0% {
      position: relative;
      right: 50px; }
    100% {
      position: relative;
      right: 0px; } }
    .container .header .burger__box .contact__menu,
    .sections .header .burger__box .contact__menu,
    .section .header .burger__box .contact__menu {
      position: absolute;
      -webkit-transition: opacity 0.4s, box-shadow 0.4s;
      transition: opacity 0.4s, box-shadow 0.4s;
      z-index: 998; }
      .container .header .burger__box .contact__menu .contact__box,
      .sections .header .burger__box .contact__menu .contact__box,
      .section .header .burger__box .contact__menu .contact__box {
        width: 100%;
        height: 100%;
        padding-top: 35%;
        padding-left: 40px; }
        .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text,
        .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text,
        .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text {
          z-index: 9999;
          font-size: 20px;
          line-height: 29px;
          letter-spacing: 0.04em;
          color: #4831d4;
          cursor: pointer;
          margin-top: 5px;
          -webkit-text-decoration: none;
          text-decoration: none;
          -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          -webkit-transition-property: opacity, color, background-color, -webkit-transform, border;
          -webkit-transition-property: opacity, color, background-color, transform, border;
          transition-property: opacity, color, background-color, transform, border;
          position: relative; }
          .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after,
          .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after,
          .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text::after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 30px;
            height: 100%;
            content: "";
            position: absolute;
            left: 100%; }
        .container .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after,
        .sections .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after,
        .section .header .burger__box .contact__menu .contact__box .contact__box1 .contact__text:hover:after {
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          width: 30px;
          height: 100%;
          content: "";
          position: absolute;
          -webkit-transform-origin: right;
          -ms-transform-origin: right;
          transform-origin: right;
          background-color: rgba(72, 49, 212, 0.1);
          opacity: 1; }
        .container .header .burger__box .contact__menu .contact__box .contact__box-active,
        .sections .header .burger__box .contact__menu .contact__box .contact__box-active,
        .section .header .burger__box .contact__menu .contact__box .contact__box-active {
          animation-duration: 0.5s; }
  @keyframes contact__box {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 40px, 0);
      -ms-transform: translate3d(0, 40px, 0);
      transform: translate3d(0, 40px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
        .container .header .burger__box .contact__menu .contact__box .contact__box2,
        .sections .header .burger__box .contact__menu .contact__box .contact__box2,
        .section .header .burger__box .contact__menu .contact__box .contact__box2 {
          opacity: 0;
          display: flex;
          flex-direction: column; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text2 {
            font-size: 24px;
            line-height: 29px;
            cursor: pointer;
            margin-top: 70px; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text {
            z-index: 9999;
            font-family: "SF UI Text";
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 29px;
            letter-spacing: 0.04em;
            color: #4831d4;
            cursor: pointer;
            -webkit-text-decoration: none;
            text-decoration: none;
            -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
            -webkit-transition-property: opacity, color, background-color, -webkit-transform, border;
            -webkit-transition-property: opacity, color, background-color, transform, border;
            transition-property: opacity, color, background-color, transform, border;
            position: relative; }
            .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after,
            .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after,
            .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text::after {
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              -webkit-transition: 0.3s;
              transition: 0.3s;
              width: 30px;
              height: 100%;
              content: "";
              position: absolute;
              left: 100%;
              -webkit-transform-origin: right;
              -ms-transform-origin: right;
              transform-origin: right;
              background-color: rgba(255, 255, 255, 0.3);
              opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__text:hover:after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 30px;
            height: 100%;
            content: "";
            position: absolute;
            -webkit-transform-origin: right;
            -ms-transform-origin: right;
            transform-origin: right;
            background-color: rgba(72, 49, 212, 0.1);
            opacity: 1; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin {
            position: relative;
            top: 20px; }
          .container .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2,
          .sections .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2,
          .section .header .burger__box .contact__menu .contact__box .contact__box2 .contact__margin2 {
            position: relative;
            top: 30px; }
        .container .header .burger__box .contact__menu .contact__box .contact2__box-active,
        .sections .header .burger__box .contact__menu .contact__box .contact2__box-active,
        .section .header .burger__box .contact__menu .contact__box .contact2__box-active {
          animation-name: contact__box2;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          opacity: 1; }
  @keyframes contact__box2 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      -ms-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
        .container .header .burger__box .contact__menu .contact__box .sociable__box,
        .sections .header .burger__box .contact__menu .contact__box .sociable__box,
        .section .header .burger__box .contact__menu .contact__box .sociable__box {
          display: flex;
          height: 40px;
          align-items: center;
          opacity: 0; }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .socible__img,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .socible__img,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .socible__img {
            width: 35px;
            height: 35px;
            transition: 0.1s;
            position: relative;
            top: 140px; }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .socible__img:hover {
            margin-bottom: 10px;
            transform: rotate(-10deg); }
          .container .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin,
          .sections .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin,
          .section .header .burger__box .contact__menu .contact__box .sociable__box .sociable__margin {
            margin-right: 25px; }
        .container .header .burger__box .contact__menu .contact__box .sociable__box-active,
        .sections .header .burger__box .contact__menu .contact__box .sociable__box-active,
        .section .header .burger__box .contact__menu .contact__box .sociable__box-active {
          animation-name: contact__box2;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          opacity: 1; }
  @keyframes contact__box2 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      -ms-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
      .container .header .burger__box .contact__menu::before,
      .sections .header .burger__box .contact__menu::before,
      .section .header .burger__box .contact__menu::before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: scaleX(0.3826) scaleY(0.27);
        -ms-transform: scaleX(0.3826) scaleY(0.27);
        transform: scaleX(0.3826) scaleY(0.27); }
    .container .header .burger__box .contact__menu-active,
    .sections .header .burger__box .contact__menu-active,
    .section .header .burger__box .contact__menu-active {
      width: 100%;
      height: 110vh;
      right: 0px;
      top: 0px;
      position: absolute; }
      .container .header .burger__box .contact__menu-active .contact__box,
      .sections .header .burger__box .contact__menu-active .contact__box,
      .section .header .burger__box .contact__menu-active .contact__box {
        opacity: 1; }
      .container .header .burger__box .contact__menu-active::before,
      .sections .header .burger__box .contact__menu-active::before,
      .section .header .burger__box .contact__menu-active::before {
        transform: scaleX(1) scaleY(1.05);
        -ms-transform: scaleX(1) scaleY(1.05);
        -webkit-transform: scaleX(1) scaleY(1.05);
        box-shadow: 0px 4px 5px rgba(64, 26, 113, 0.25);
        background-color: #fff; }
    .container .header .burger__box .contact__menu-non,
    .sections .header .burger__box .contact__menu-non,
    .section .header .burger__box .contact__menu-non {
      display: none; }
      .container .header .burger__box .contact__menu-non::before,
      .sections .header .burger__box .contact__menu-non::before,
      .section .header .burger__box .contact__menu-non::before {
        -webkit-transform: scaleX(0.3826) scaleY(0.27);
        -ms-transform: scaleX(0.3826) scaleY(0.27);
        transform: scaleX(0.3826) scaleY(0.27);
        animation-name: burger;
        animation-iteration-count: 1;
        opacity: 0; }
  @keyframes burger {
    0% {
      transform: scaleX(1) scaleY(1.05);
      -ms-transform: scaleX(1) scaleY(1.05);
      -webkit-transform: scaleX(1) scaleY(1.05);
      opacity: 1; }
    100% {
      -webkit-transform: scaleX(0) scaleY(0);
      -ms-transform: scaleX(0) scaleY(0);
      transform: scaleX(0) scaleY(0);
      opacity: 0; } }
    .container .header .burger__box .burger,
    .sections .header .burger__box .burger,
    .section .header .burger__box .burger {
      width: 2.78em;
      height: 1.7em;
      background: none;
      margin-top: 0.699em;
      position: relative;
      top: 17px;
      cursor: pointer;
      z-index: 999; }
      .container .header .burger__box .burger::before,
      .sections .header .burger__box .burger::before,
      .section .header .burger__box .burger::before {
        content: "";
        width: 60%;
        height: 2px;
        top: 12px; }
      .container .header .burger__box .burger::after,
      .sections .header .burger__box .burger::after,
      .section .header .burger__box .burger::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    .container .header .burger__box .burger__active::before,
    .sections .header .burger__box .burger__active::before,
    .section .header .burger__box .burger__active::before {
      top: 0;
      width: 100%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .container .header .burger__box .burger__active::after,
    .sections .header .burger__box .burger__active::after,
    .section .header .burger__box .burger__active::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

  .section0 {
    padding-top: 150px;
    padding-left: 20px;
    padding-right: 20px; }
    .section0 .section__box {
      width: 280px;
      height: 88px; }
      .section0 .section__box .section__titel {
        font-size: 36px;
        line-height: 57px; }
    .section0 .section__description {
      font-size: 20px;
      line-height: 29px; }
    .section0 .container__buttons {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .section0 .section__container .section__button {
      width: 155px;
      height: 46px;
      border-radius: 2px;
      font-size: 18px;
      line-height: 21px; }
    .section0 .section__container .section__button:hover {
      background-image: url(../img/buttons__elips.svg);
      background-size: 30px 30px; }
    .section0 .section__container .section__button-margin {
      margin-left: 0px;
      margin-top: 30px; }
    .section0 .container__main {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-left: 0px;
      padding-right: 0px;
      flex-wrap: nowrap; }
      .section0 .container__main .container__card {
        width: 320px;
        margin-top: 20px;
        margin-bottom: 30px;
        margin-left: 0px;
        margin-right: 0px; }

  .footer {
    width: 100%;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
    .footer .section__top {
      width: 100%;
      height: 80%;
      padding-top: 18%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .footer .section__top .section__titel {
        font-size: 22px;
        line-height: 29px;
        text-align: center; }
      .footer .section__top .section__box {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .footer .section__top .section__box .box__container {
          display: flex;
          flex-direction: column;
          align-items: center; }
          .footer .section__top .section__box .box__container .container__text {
            font-size: 18px;
            line-height: 29px;
            letter-spacing: 0.04em;
            color: #ccf381;
            margin-top: 10px;
            text-align: center; }
            .footer .section__top .section__box .box__container .container__text::after {
              width: 30px;
              height: 100%;
              position: absolute;
              left: 100%; }
          .footer .section__top .section__box .box__container .container__text:hover:after {
            width: 30px;
            height: 100%; }
        .footer .section__top .section__box .box__margin {
          margin-left: 0px;
          margin-top: 30px; }
    .footer .section__bottom {
      width: 100%;
      height: 20%; }
      .footer .section__bottom .section__line {
        width: 100%;
        height: 2px; }
      .footer .section__bottom .section__container {
        width: 100%;
        height: 50px;
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .footer .section__bottom .section__container .section__deffents-text {
          font-size: 18px;
          line-height: 29px;
          display: none; }
        .footer .section__bottom .section__container .sociable__box .socible__img {
          width: 30px;
          height: 30px;
          transition: 0.1s; }
        .footer .section__bottom .section__container .sociable__box .socible__img:hover {
          margin-bottom: 10px;
          transform: rotate(-10deg); }
        .footer .section__bottom .section__container .sociable__box .sociable__margin {
          margin-right: 20px; }
  @keyframes sections3__title {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      -ms-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } } }

/*# sourceMappingURL=work.css.map */
