html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-Light.eot");
  src: url("../fonts/FuturaPT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Light.woff") format("woff"), url("../fonts/FuturaPT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-Book.eot");
  src: url("../fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-Medium.eot");
  src: url("../fonts/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Medium.woff") format("woff"), url("../fonts/FuturaPT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-Demi.eot");
  src: url("../fonts/FuturaPT-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Demi.woff") format("woff"), url("../fonts/FuturaPT-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-Bold.eot");
  src: url("../fonts/FuturaPT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

html, body {
  font: 400 20px/1.3 'Futura PT';
  color: #31302E; }

.content {
  overflow: hidden; }

* {
  box-sizing: border-box; }

a:focus, input:focus, textarea:focus, button:focus, .slick-slide:focus {
  outline: none; }

img {
  vertical-align: middle;
  max-width: 100%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2; }

@media (min-width: 576px) {
  .container {
    max-width: 400px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1230px) {
  .container {
    max-width: 1200px; } }

.text_bold {
  font-weight: bold; }

.text_semibold {
  font-weight: 600; }

.text_medium {
  font-weight: 500; }

.text_uppercase {
  text-transform: uppercase; }

.text_center {
  text-align: center; }

.text_white {
  color: #fff; }

.icon {
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
  .icon_telegram {
    width: 24px;
    height: 24px;
    background-image: url("../img/telegram.svg"); }
  .icon_viber {
    width: 31px;
    height: 31px;
    background-image: url("../img/viber.svg");
  }

  .viber {
    background: #7d3daf!important;
  }
  .icon_youtube, .icon_facebook, .icon_instagram {
    width: 35px;
    height: 35px; }
  .icon_youtube {
    background-image: url("../img/youtube.svg"); }
  .icon_facebook {
    background-image: url("../img/facebook.svg"); }
  .icon_instagram {
    background-image: url("../img/instagram.svg"); }

.section {
  position: relative; }

.header {
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  z-index: 300; }
  .header__wrap {
    display: flex;
    align-items: center; }
  .header__education {
    width: 85px;
    margin-right: 13px; }
    .header__education img {
      display: block;
      width: 100%; }
  .header__line {
    background: #31302E;
    opacity: 0.2;
    width: 1px;
    height: 37px;
    position: relative;
    top: 2px;
    margin-right: 7px; }
  .header__circle {
    width: 234px;
    height: 234px;
    position: absolute;
    left: 315px;
    top: -164px;
    border-radius: 50%;
    background-color: #F6C05F; }
  .header__logo {
    width: 112px;
    position: relative;
    top: -4px; }
    .header__logo img {
      display: block;
      width: 100%; }

.welcome {
  padding-bottom: 20px;
  background-color: #F6EFE6; }
  .welcome__block {
    position: relative;
    transform-style: preserve-3d;
    padding: 147px 0 15px;
    z-index: 2; }
  .welcome__select {
    position: relative; }
    .welcome__select::after {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      background: url("../img/down-chevron-svgrepo-com.svg") no-repeat center;
      background-size: contain; }
  .welcome__decor {
    position: absolute; }
  .welcome__info {
    max-width: 600px;
    width: 100%;
    margin-bottom: 74px; }
  .welcome__title {
    font-size: 52px;
    line-height: calc(60 / 52);
    margin-bottom: 11px; }
  .welcome__description {
    margin-bottom: 20px; }
  .welcome__input {
    background: transparent;
    border: 1px solid rgba(49, 48, 46, 0.2);
    border-radius: 54px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 17px;
    height: 50px;
    position: relative;
    z-index: 2;
    font-family: 'Futura PT'; }
    .welcome__input:focus {
      outline: none; }
    .welcome__input::-webkit-input-placeholder, .welcome__input::-moz-placeholder, .welcome__input:-ms-input-placeholder, .welcome__input:-moz-placeholder {
      opacity: .7; }
  .welcome__button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 2px solid #4EA76F;
    color: #fff;
    font-family: 'Futura PT';
    background: #4EA76F;
    border-radius: 58px;
    height: 50px;
    width: 100%;
    cursor: pointer;
    transition: .4s; }
    .welcome__button:hover {
      background-color: #fff;
      color: #4EA76F; }
  .welcome__form {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 10px;
    padding: 19px 30px; }
    .welcome__form-title {
      letter-spacing: 0.08em;
      margin-bottom: 15px; }
    .welcome__form-wrap {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-left: -14.25px;
      margin-right: -14.25px;
      margin-bottom: 13px; }
    .welcome__form-col {
      width: 25%;
      padding: 0 14.25px; }
  .welcome__decor {
    width: 642px;
    height: 320px;
    position: absolute;
    left: 500px;
    top: calc(50% + 13px);
    transform: translateY(-50%) translateZ(-1px);
    background: url("../img/welcome_figure.svg") no-repeat center;
    background-size: contain; }
  .welcome__photo {
    width: 462px;
    position: absolute;
    right: 51px;
    top: calc(50% + 59px);
    transform: translateY(-50%); }
    .welcome__photo img {
      width: 100%; }
  .welcome__checkbox {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 6px;
    background-color: #fff; }
    .welcome__checkbox input {
      position: absolute;
      left: 5px;
      top: 0;
      z-index: -1; }
      .welcome__checkbox input:checked + span {
        position: relative;
        background-color: #4EA76F;
        opacity: 1;
        border-color: #4EA76F; }
        .welcome__checkbox input:checked + span::after {
          content: '';
          display: block;
          width: 10px;
          height: 10px;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          background: url("../img/check.svg") no-repeat center;
          background-size: contain; }
    .welcome__checkbox span {
      display: block;
      width: 19px;
      height: 20px;
      opacity: 0.3;
      background-color: #fff;
      border: 1px solid #31302E;
      border-radius: 4px;
      margin-right: 9.5px;
      transition: .4s; }
    .welcome__checkbox p {
      font-size: 12px;
      width: calc(100% - 28.5px);
      padding-top: 3px; }

.thankyou {
  background-color: #F6EFE6; }
  .thankyou__block {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 180px 0 101px; }
    .thankyou__block::after {
      content: '';
      display: block;
      width: 157.26px;
      height: 157.26px;
      background: #4EA76F;
      border-radius: 50%;
      position: absolute;
      left: 30px;
      bottom: 2px;
      transform: translate(-50%, 50%);
      z-index: -1; }
    .thankyou__block::before {
      content: '';
      display: block;
      width: 62.29px;
      height: 184.16px;
      background: #4EA76F;
      border-radius: 50px;
      position: absolute;
      left: 437px;
      top: 23px;
      transform: translate(-50%, -50%) rotate(45deg);
      z-index: -1; }
  .thankyou__info {
    max-width: 470px;
    width: 100%;
    margin-left: 100px; }
  .thankyou__decor {
    position: absolute;
    left: 615px;
    top: 50%;
    transform: translateY(-50%);
    width: 542px;
    height: 320px;
    background: url("../img/thankyou_figure.svg") no-repeat center;
    background-size: contain; }
  .thankyou__photo {
    width: 462px;
    position: absolute;
    right: 50px;
    top: calc(50% + 13px);
    transform: translateY(-50%); }
  .thankyou__title {
    font-size: 40px;
    line-height: calc(50 / 40);
    margin-bottom: 7px; }
  .thankyou__description {
    margin-bottom: 33px; }
    .thankyou__description span {
      color: #25B1E7; }
  .thankyou__button {
    display: flex;
    align-items: center;
    height: 50px;
    background: #25B1E7;
    border-radius: 60px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding: 13px 24px 13px 13px;
    margin: 5px;
  }
    .thankyou__button_wrap {
      display: flex;
      margin-bottom: 53px; }
    .thankyou__button i {
      margin-right: 15px; }
  .thankyou__text {
    max-width: 445px;
    width: 100%;
    background: #F5DDB0;
    font-size: 16px;
    line-height: calc(21 / 16);
    padding: 15px 30px 15px 37px;
    border-radius: 100px 0 100px 0; }

.programs {
  padding: 34px 0 60px; }
  .programs__wrap {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto; }
  .programs__title {
    font-size: 36px;
    line-height: calc(60 / 36);
    position: relative;
    margin-bottom: 30px; }
    .programs__title_wrap {
      display: flex;
      justify-content: center; }
    .programs__title::after {
      content: '';
      display: block;
      width: 180px;
      height: 16px;
      position: absolute;
      right: -9px;
      bottom: 17px;
      background: url("../img/hand-drawn.svg") no-repeat center;
      background-size: contain;
      transform: translateY(100%); }
  .programs__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px; }
  .programs__col {
    width: 50%;
    padding: 0 15px; }
  .programs__circle {
    width: 148px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 0.08em;
    background: url("../img/programs_decor.svg") no-repeat center;
    background-size: contain;
    margin-bottom: 13px; }
  .programs__item {
    display: block;
    width: 100%;
    border-radius: 30px;
    backdrop-filter: blur(24px);
    padding: 27px 40px 40px; }
    .programs__item_green {
      background: #4EA76F; }
    .programs__item_purple {
      background: #6752C8; }
  .programs__label {
    font-size: 26px;
    line-height: calc(38 / 26);
    margin-right: -20px;
    margin-bottom: 29px; }
  .programs__line {
    display: block;
    width: calc(100% - 6px);
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 30px; }
  .programs__features {
    font-size: 18px;
    margin-bottom: 51px; }
    .programs__features > li {
      position: relative;
      padding-left: 40px; }
      .programs__features > li::before {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 0;
        background: url("../img/check-list.svg") no-repeat center;
        background-size: contain; }
      .programs__features > li:not(:last-of-type) {
        margin-bottom: 15px; }
  .programs__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    transition: .4s; }
    .programs__button:hover {
      background-color: #fff;
      color: #31302E; }
  .programs__description {
    font-size: 36px;
    line-height: calc(53 / 36);
    background: #F5DDB0;
    border-radius: 0 100px 0 100px;
    padding: 32px 25px 53px; }
    .programs__description span {
      color: #4EA76F; }

.contacts {
  background-color: #F6EFE6; }
  .contacts__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 52px 100px 35px;
    position: relative;
    transform-style: preserve-3d; }
    .contacts__block::before {
      content: '';
      display: block;
      width: 539px;
      height: 414px;
      background: #F6C05F;
      position: absolute;
      left: -15px;
      top: 0;
      border-radius: 0 207px 207px 207px; }
    .contacts__block::after {
      content: '';
      display: block;
      width: 664px;
      height: 280px;
      background: #6752C8;
      position: absolute;
      right: -315px;
      bottom: 0;
      z-index: -1;
      border-radius: 280px 140px 140px 0; }
  .contacts__info {
    flex-shrink: 1;
    width: 100%;
    padding-right: 40px; }
  .contacts__form {
    flex-shrink: 0;
    width: 334px;
    background: #fff;
    border-radius: 10px;
    padding: 37px 39px 36px; }
    .contacts__form-title {
      font-size: 24px;
      line-height: calc(28 / 24);
      letter-spacing: 0.09em;
      position: relative;
      left: -5px;
      margin-bottom: 21px; }
  .contacts__col:not(:last-of-type) {
    margin-bottom: 15px; }
  .contacts__checkbox {
    padding: 0;
    margin: 27px 0 19px; }
  .contacts__title {
    position: relative;
    top: 5px;
    z-index: 2;
    font-size: 54px;
    line-height: calc(58 / 54); }

.footer {
  background-color: #fff;
  padding: 27px 0 20px; }
  .footer__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .footer__logo {
    display: flex;
    align-items: center;
    margin-bottom: 11px; }
  .footer__copyright {
    font-size: 11px;
    line-height: 18px; }

.social {
  position: relative;
  top: -1px;
  display: flex;
  align-items: center; }
  .social > li:not(:last-of-type) {
    margin-right: 15px; }
  .social__item {
    display: block;
    width: 35px;
    height: 35px;
    position: relative;
    transition: .4s; }
    .social__item:hover {
      opacity: .75; }
    .social__item i {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

@media screen and (max-width: 1199px) {
  .welcome__button {
    font-size: 15px; }
  .welcome__form {
    padding: 19px 20px; }
    .welcome__form-wrap {
      margin-left: -8px;
      margin-right: -8px; }
    .welcome__form-col {
      padding: 0 8px; }
  .thankyou__title {
    font-size: 36px; }
  .thankyou__button {
    font-size: 16px; }
  .programs__label {
    font-size: 23px; }
  .programs__line {
    margin-bottom: 26px; }
  .programs__title {
    font-size: 32px;
    margin-bottom: 23px; }
    .programs__title::after {
      width: 143px;
      height: 14px;
      right: -9px; }
  .programs__button {
    font-size: 16px; }
  .programs__features {
    font-size: 16px;
    margin-bottom: 40px; }
    .programs__features > li {
      padding-left: 34px; }
      .programs__features > li::before {
        width: 20px;
        height: 20px; }
  .programs__description {
    font-size: 33px; }
  .contacts__block {
    padding-left: 0;
    padding-right: 0; }
    .contacts__block::before {
      height: 336px; }
  .contacts__title {
    top: -42px;
    font-size: 47px; } }

@media screen and (max-width: 991px) {
  html, body {
    font-size: 18px; }
  .welcome__info {
    max-width: 500px; }
  .welcome__title {
    font-size: 45px; }
  .welcome__decor {
    left: 400px; }
  .welcome__circle {
    width: 200px;
    height: 200px;
    left: 301px;
    top: -188px; }
  .welcome__form-title {
    text-align: center; }
  .welcome__form-col {
    width: 50%;
    margin-bottom: 15px; }
  .thankyou__info {
    max-width: 440px;
    margin-left: 0; }
  .thankyou__text {
    font-size: 15px; }
  .thankyou__decor {
    left: 493px; }
  .thankyou__description {
    margin-bottom: 25px; }
  .thankyou__button_wrap {
    margin-bottom: 33px; }
  .programs__list {
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto 50px; }
  .programs__description {
    font-size: 24px;
    padding: 34px 31px 32px; }
  .programs__col {
    width: 100%;
    padding: 0; }
    .programs__col:not(:last-of-type) {
      margin-bottom: 30px; }
  .contacts__block {
    padding: 70px 0 40px;
    flex-direction: column;
    align-items: center; }
    .contacts__block::before {
      left: -215px; }
  .contacts__info {
    padding-right: 0;
    margin-bottom: 30px; }
  .contacts__title {
    font-size: 32px;
    text-align: center;
    top: 0; }
  .contacts__form {
    position: relative;
    max-width: 430px;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .header {
    top: 12px;
    overflow: hidden; }
    .header__circle {
      display: none; }
    .header__wrap {
      justify-content: center; }
    .header__education {
      width: 64px;
      margin-right: 10.5px; }
    .header__line {
      height: 27px; }
    .header__logo {
      width: 83px;
      margin-right: 5.5px; }
  .container {
    padding: 0 10px; }
  .welcome {
    overflow: hidden;
    padding-bottom: 60px; }
    .welcome::after {
      content: '';
      display: block;
      width: 81px;
      height: 81px;
      border-radius: 50%;
      background-color: #F6C05F;
      position: absolute;
      right: 51px;
      top: 43px;
      transform: translateX(100%); }
    .welcome__block {
      padding: 66px 0 0; }
    .welcome__info {
      max-width: 300px;
      width: 100%;
      margin: 0 auto 40px; }
    .welcome__form {
      position: relative;
      transform-style: preserve-3d; }
      .welcome__form::before {
        content: '';
        display: block;
        width: 188.09px;
        height: 188.09px;
        border-radius: 50%;
        background-color: #F6C05F;
        position: absolute;
        left: -72px;
        top: -38px;
        z-index: -1;
        transform: translateZ(-1px); }
    .welcome__title {
      font-size: 40px;
      line-height: 40px;
      text-align: center;
      margin-bottom: 14px; }
    .welcome__description {
      font-size: 16px;
      line-height: 21px;
      position: relative;
      z-index: 2;
      text-align: center;
      margin-bottom: 35px; }
    .welcome__decor {
      display: none;
      left: -10px;
      bottom: 0;
      width: 460px;
      height: 270px;
      top: 882px;
      transform: unset;
      background-image: url("../img/welcome_figure-mob.svg"); }
    .welcome__photo {
      width: 336px;
      right: unset;
      left: 0;
      top: calc(50% + 16px); }
    .welcome__form-title {
      font-size: 18px;
      line-height: 29px;
      max-width: 300px;
      margin: 0 auto 24px; }
    .welcome__form-col {
      width: 100%;
      margin-bottom: 15px; }
  .thankyou__block {
    padding: 65px 0 300px; }
  .thankyou__title {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 14px; }
  .thankyou__description {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    padding: 0 10px; }
  .thankyou__info {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px; }
  .thankyou__button {
    max-width: 202px;
    width: 100%; }
    .thankyou__button i {
      flex-shrink: 0; }
    .thankyou__button span {
      width: 100%;
      text-align: center;
      flex-shrink: 1; }
    .thankyou__button_wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 40px; }
  .thankyou__text {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    padding: 12px 22px 20px;
    border-radius: 38px 0 38px 0; }
  .thankyou__block::before {
    width: 81px;
    height: 81px;
    border-radius: 50%;
    left: unset;
    right: -67px;
    top: 84px; }
  .thankyou__block::after {
    width: 147.08px;
    height: 147.08px;
    top: 210px;
    left: 31px; }
  .thankyou__decor {
    left: 0;
    top: unset;
    bottom: 247px;
    transform: translateY(100%); }
  .thankyou__photo {
    width: 361px;
    right: unset;
    left: calc(50% - 44px);
    transform: translate(-50%, -50%);
    top: calc(50% + 2px); }
  .programs {
    padding: 42px 0 40px; }
    .programs__title {
      font-size: 26px;
      margin-bottom: 26px; }
      .programs__title::after {
        width: 116px;
        height: 11px;
        right: -1px;
        bottom: 9px; }
    .programs__item {
      border-radius: 13px;
      padding: 27px 22px 40px; }
    .programs__circle {
      width: 112px;
      height: 37px;
      font-size: 12px;
      margin-bottom: 4px; }
    .programs__label {
      font-size: 20px;
      line-height: 1.4;
      margin-right: 0;
      margin-bottom: 23px; }
    .programs__list {
      margin-bottom: 30px; }
    .programs__col:not(:last-of-type) {
      margin-bottom: 20px; }
    .programs__line {
      width: 100%;
      margin-bottom: 30px; }
    .programs__features {
      margin-bottom: 36px; }
      .programs__features > li {
        padding-left: 30px; }
        .programs__features > li::before {
          width: 20px;
          height: 20px; }
        .programs__features > li:not(:last-of-type) {
          margin-bottom: 17px; }
    .programs__description {
      font-size: 24px;
      line-height: 34px;
      border-radius: 0 42px 0 42px;
      padding: 16px 22px 22px; }
  .contacts__block {
    padding: 45px 0 53px; }
    .contacts__block::before {
      width: 188px;
      height: 188px;
      border-radius: 50%;
      top: 28px;
      left: 0;
      transform: translateX(-50%); }
    .contacts__block::after {
      width: 134px;
      height: 134px;
      bottom: 14px;
      right: -42px;
      border-radius: 50%; }
  .contacts__info {
    margin-bottom: 21px; }
  .contacts__title {
    font-size: 26px;
    line-height: 36px; }
  .contacts__form {
    padding: 22px 21px 30px; }
    .contacts__form-title {
      font-size: 18px;
      line-height: 28px;
      left: 0; }
  .footer {
    padding: 27px 0 41px; }
    .footer__wrap {
      flex-direction: column;
      align-items: center; }
    .footer__left {
      margin-bottom: 36px; }
    .footer__copyright {
      font-size: 12px; }
    .footer__logo {
      justify-content: center;
      margin-bottom: 22px; } }
