@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #242424;
}
body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
body h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 1.5em;
}
body a {
  text-decoration: none;
  color: #242424;
}
body .red-border {
  border: 3px dashed #FF2222;
  border-radius: 17px;
}
body .big {
  font-size: 20px;
  line-height: 28px;
}
body #wrap-global {
  max-width: 1440px;
  position: relative;
}

#region-header {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  position: fixed;
  left: auto;
  right: auto;
  top: 0;
  max-width: 1440px;
  width: 100%;
  z-index: 300;
  padding: 20px;
  background-color: #FCF8F5;
}
#region-header .wrap-logo {
  display: flex;
  align-items: center;
}
#region-header .site-name p {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin-left: 16px;
  margin-bottom: 0;
}
#region-header .site-slogan > p {
  margin: 0;
  width: 100px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
#region-header .site-slogan .text-red {
  text-decoration-line: line-through;
  color: #FF2222;
}
#region-header #first-menu {
  padding-top: 14px;
}
#region-header #first-menu ul {
  display: flex;
}
#region-header #first-menu ul > li {
  margin: 0 42px;
  list-style: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #region-header #first-menu ul > li {
    margin: 0 10px;
  }
}
#region-header #first-menu ul > li a:hover {
  color: #242424;
}
#region-header #first-menu ul > li a.red {
  padding: 9px 20px;
  border: 2px solid #FF2222;
  border-radius: 30px;
}
#region-header #first-menu ul > li a.red:hover {
  background-color: #FF2222;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #region-header {
    display: none;
  }
}

#region-header-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  #region-header-mobile {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    padding: 20px;
    background-color: #FCF8F5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  #region-header-mobile .wrap-logo-global {
    display: flex;
    align-items: center;
  }
  #region-header-mobile .wrap-logo {
    display: flex;
    align-items: center;
  }
  #region-header-mobile .site-name p {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    margin-left: 16px;
    margin-bottom: 0;
  }
  #region-header-mobile .site-slogan > p {
    margin: 0 0 0 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
  }
  #region-header-mobile .site-slogan .text-red {
    text-decoration-line: line-through;
    color: #FF2222;
  }
  #region-header-mobile .close-menu {
    width: 100%;
    display: block;
  }
  #region-header-mobile .close-menu .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #region-header-mobile .open-menu {
    width: 100%;
    display: none;
    background-color: #D9D9D9;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 25px;
  }
  #region-header-mobile .open-menu .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #region-header-mobile .open-menu .wrap .wrap-logo img {
    width: 36px;
  }
  #region-header-mobile .open-menu .wrap .menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  #region-header-mobile .open-menu .wrap .download img {
    width: 48px;
  }
  #region-header-mobile .open-menu .wrap #first-menu {
    width: 100%;
  }
  #region-header-mobile .open-menu .wrap #first-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  #region-header-mobile .open-menu .wrap #first-menu ul > li {
    margin: 0 42px;
    list-style: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    margin: 36px 10px;
  }
  #region-header-mobile .open-menu .wrap #first-menu ul > li a.red {
    padding: 9px 20px;
    border: 2px solid #FF2222;
    border-radius: 30px;
  }
  #region-header-mobile .open-menu .wrap .language {
    width: 100%;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #region-header-mobile .open-menu .wrap .language a {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #727272;
  }
  #region-header-mobile .open-menu .wrap .language a.active {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #242424;
  }
  #region-header-mobile .open-menu .wrap-logo-global {
    flex-direction: column;
    align-items: flex-start;
  }
  #region-header-mobile .open-menu .site-slogan {
    width: 120px;
  }
  #region-header-mobile .open-menu .site-slogan > p {
    margin: 0;
  }
}

#region-first {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 192px;
}
@media screen and (max-width: 768px) {
  #region-first {
    margin-top: 111px;
  }
}

.area-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 192px);
  width: 100%;
  position: relative;
  background-color: #FCF8F5;
}
.area-1 .left {
  width: 480px;
  height: 332px;
}
.area-1 .left p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 1200px) {
  .area-1 .left {
    order: 1;
    align-self: auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 650px) {
  .area-1 .left {
    width: 100%;
    padding: 0 20px;
  }
}
.area-1 .right {
  max-width: 550px;
  margin-top: -100px;
}
.area-1 .right img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .area-1 .right {
    margin-top: 0;
  }
}
.area-1 .language {
  width: 100%;
  align-self: flex-end;
  position: fixed;
  display: none;
  bottom: 30px;
}
.area-1 .language a {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #727272;
}
.area-1 .language a.active {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #242424;
}
@media screen and (max-width: 1200px) {
  .area-1 .language {
    order: 3;
    width: auto;
    align-self: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .area-1 .language {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .area-1 {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    height: auto;
  }
  .area-1 .right {
    order: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 650px) {
  .area-1 .right {
    width: 90%;
  }
  .area-1 .right img {
    width: 100%;
  }
}

.area-2,
.area-3 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 170px 0 0 0;
}

.area-2 {
  align-items: center;
}
.area-2 .right .img-top {
  max-width: 142px;
  top: 32px;
  right: 37px;
  position: relative;
  z-index: -10;
}
@media screen and (max-width: 425px) {
  .area-2 .right .img-top {
    right: -47px;
  }
}
.area-2 .right .img-bottom {
  max-width: 112px;
  position: relative;
  z-index: -10;
  left: 233px;
  bottom: 47px;
}
@media screen and (max-width: 425px) {
  .area-2 .right .img-bottom {
    left: 182px;
  }
}
.area-2 .right p {
  padding: 26px;
  width: 352px;
  position: relative;
}
.area-2 .right p:before {
  content: url(../img/Vector_2.svg);
  position: absolute;
  top: -35px;
  right: 35px;
}
@media screen and (max-width: 425px) {
  .area-2 .right p {
    width: auto;
  }
}
.area-2 .left {
  max-width: 710px;
  padding-bottom: 160px;
  margin-left: 70px;
}
@media screen and (max-width: 1200px) {
  .area-2 .left {
    margin-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .area-2 {
    padding: 0 20px;
    flex-direction: column;
    margin-top: 40px;
  }
}

.area-3 .left {
  max-width: 710px;
  margin-left: 70px;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .area-3 .left {
    margin-left: 0;
  }
}
@media screen and (max-width: 425px) {
  .area-3 .left {
    padding: 0 20px;
  }
}
.area-3 .insert {
  margin: 90px 0;
  display: flex;
  justify-content: space-evenly;
}
.area-3 .insert .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 235px;
  padding-bottom: 50px;
}
.area-3 .insert .text p {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 2em;
}
.area-3 .insert .img img {
  max-width: 300px;
}
@media screen and (max-width: 650px) {
  .area-3 .insert {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 425px) {
  .area-3 .insert .img, .area-3 .insert .img img {
    width: 100%;
  }
}
.area-3 .right {
  padding-top: 37px;
}
.area-3 .right p {
  padding: 26px;
  width: 352px;
  position: relative;
}
.area-3 .right p:before {
  content: url(../img/Vector_2.svg);
  position: absolute;
  top: 190px;
  right: -23px;
}
@media screen and (max-width: 650px) {
  .area-3 .right p {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .area-3 {
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
  }
}

.area-4 {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
}
.area-4 .wrap-left {
  max-width: 995px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area-4 .wrap-left h2 {
  width: 50%;
}
@media screen and (max-width: 650px) {
  .area-4 .wrap-left h2 {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px;
  }
}
.area-4 .wrap-left .wrap {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: flex-end;
}
.area-4 .wrap-left .wrap p {
  font-size: 12px;
  line-height: 15px;
  width: 210px;
  margin: 0;
}
.area-4 .wrap-left .wrap img {
  width: 48px;
}
@media screen and (max-width: 650px) {
  .area-4 .wrap-left .wrap {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 15px;
  }
}
.area-4 .wrap-left .red-border {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  margin-bottom: 25px;
}
.area-4 .wrap-left .red-border h3 {
  width: 100%;
}
.area-4 .wrap-left .red-border p {
  width: 25%;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.area-4 .wrap-left .red-border p a {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .area-4 .wrap-left .red-border p {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .area-4 .wrap-left .red-border p {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .area-4 .wrap-left .red-border p {
    width: 100%;
  }
}
.area-4 .wrap-left .red-border p img {
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .area-4 .wrap-left .red-border {
    padding: 15px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: unset;
  }
}
.area-4 .wrap-right {
  width: 145px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .area-4 .wrap-right {
    display: none;
  }
}
.area-4 .wrap-right ul.stop {
  position: fixed;
  top: 120px;
  width: 145px;
}
.area-4 .wrap-right li {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  list-style: none;
  margin-top: 90px;
}
.area-4 .wrap-right li a {
  text-decoration: none;
  color: #242424;
}
@media screen and (max-width: 1200px) {
  .area-4 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 650px) {
  .area-4 {
    padding: 0;
  }
}

.area-5 {
  margin-top: 202px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.area-5 h2 {
  max-width: 580px;
  transform: translate(-39%, 0);
}
.area-5 .img {
  position: absolute;
  transform: translate(50%, -187px);
  z-index: -10;
}
.area-5 .img img {
  max-width: 634px;
}
.area-5 p {
  transform: translate(-26%, 0);
  max-width: 678px;
}
.area-5 p.big {
  transform: translate(-39%, 0);
  max-width: 586px;
}
@media screen and (max-width: 1200px) {
  .area-5 {
    margin-top: 25px;
  }
  .area-5 h2 {
    transform: none;
    max-width: 570px;
  }
  .area-5 .img {
    position: relative;
    transform: none;
    z-index: inherit;
  }
  .area-5 p {
    transform: none;
    max-width: 570px;
  }
  .area-5 p.big {
    transform: none;
    max-width: 570px;
  }
}
@media screen and (max-width: 650px) {
  .area-5 .img {
    overflow: hidden;
    width: 100%;
  }
  .area-5 .img img {
    width: 115%;
    margin-left: -10px;
  }
}
@media screen and (max-width: 425px) {
  .area-5 {
    padding: 0 20px;
  }
}

.area-6 {
  margin-right: 331px;
  max-width: 710px;
}
.area-6 li {
  margin-bottom: 15px;
}
.area-6 li a {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .area-6 {
    margin-right: 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 425px) {
  .area-6 ul {
    padding-left: 20px;
  }
}

.area-7 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1032px;
}
.area-7 h2 {
  width: 100%;
}
.area-7 ul {
  max-width: 637px;
}
.area-7 ul a {
  text-decoration: underline;
}
.area-7 li {
  margin-bottom: 15px;
}
.area-7 .img {
  width: 389px;
  align-self: flex-end;
  padding-bottom: 45px;
}
.area-7 .img > img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .area-7 .img {
    align-self: normal;
  }
}
@media screen and (max-width: 425px) {
  .area-7 .img {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .area-7 {
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 710px;
  }
}
@media screen and (max-width: 425px) {
  .area-7 {
    padding: 0 20px;
  }
  .area-7 ul {
    padding-left: 20px;
  }
}

.area-8 {
  margin: 50px 0 0 0;
  max-width: 687px;
  transform: translate(-25%, 0px);
}
.area-8 li {
  margin: 15px 0;
}
@media screen and (max-width: 650px) {
  .area-8 li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.area-8 button {
  width: 142px;
  height: 38px;
  background: #F5F5F5;
  border: 1px solid #D9D9D9;
  border-radius: 26px;
  position: relative;
  padding-left: 20px;
  margin: 0 25px;
}
.area-8 button.fb:before {
  content: url(../img/icons/facebook.png);
  position: absolute;
  left: 3px;
  bottom: -4px;
}
.area-8 button.telegram:before {
  content: url(../img/icons/telegram.png);
  position: absolute;
  left: 3px;
  bottom: -4px;
}
.area-8 button.insta:before {
  content: url(../img/icons/instagram.png);
  position: absolute;
  left: 3px;
  bottom: -4px;
}
.area-8 button.other {
  width: 240px;
}
.area-8 button.other:before {
  content: url(../img/icons/chat-alt.png);
  position: absolute;
  left: 8px;
  bottom: 0px;
}
@media screen and (max-width: 650px) {
  .area-8 button {
    margin: 12px 0;
  }
}
@media screen and (max-width: 1200px) {
  .area-8 {
    transform: none;
  }
}
@media screen and (max-width: 425px) {
  .area-8 {
    padding: 0 20px;
  }
  .area-8 ul {
    padding: 0;
  }
}

.area-9 {
  margin: 100px 0 0 22%;
  max-width: 785px;
  position: relative;
  transform: translate(-13%, 0px);
}
.area-9 .img {
  position: absolute;
  bottom: 229px;
  right: -71px;
  z-index: -10;
}
.area-9 .img img {
  max-width: 238px;
}
@media screen and (max-width: 768px) {
  .area-9 .img {
    transform: translate(40vw, -103px);
    bottom: unset;
    right: unset;
  }
}
@media screen and (max-width: 425px) {
  .area-9 .img {
    display: none;
  }
}
.area-9 .blot-top {
  padding: 50px 20px;
}
@media screen and (max-width: 425px) {
  .area-9 .blot-top:before {
    content: url(../img/illustrations/Group-53.png);
    position: absolute;
    top: -162px;
    right: -19px;
    z-index: -10;
  }
}
@media screen and (max-width: 768px) {
  .area-9 {
    margin: 132px 20px 0 20px;
    transform: none;
  }
}

#footer {
  background: #D9D9D9;
  padding: 70px 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 90px;
}
#footer .logo-partners {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 50px;
}
#footer .logo-partners img {
  width: 80px;
}
#footer .logo-partners img.mspu {
  width: 150px;
}
@media screen and (max-width: 768px) {
  #footer .logo-partners {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 425px) {
  #footer .logo-partners > div {
    width: 140px;
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
  }
}
@media screen and (max-width: 425px) and (max-width: 320px) {
  #footer .logo-partners > div {
    width: 80px;
  }
}
@media screen and (max-width: 425px) {
  #footer .logo-partners {
    justify-content: space-evenly;
  }
  #footer .logo-partners :nth-child(even) {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 320px) {
  #footer .logo-partners {
    justify-content: space-between;
  }
}
#footer .footer-left, #footer .footer-center {
  padding: 0;
  width: 358px;
  width: 358px;
}
#footer .footer-left p, #footer .footer-center p {
  font-size: 11px;
  line-height: 13px;
}
#footer .footer-left p a, #footer .footer-center p a {
  text-decoration: underline;
}
@media screen and (max-width: 425px) {
  #footer .footer-left, #footer .footer-center {
    width: 100%;
  }
}
#footer .footer-right {
  width: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#footer .footer-right p {
  font-size: 11px;
  line-height: 13px;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 20px 45px;
    flex-direction: column;
    align-items: center;
  }
}

/*# sourceMappingURL=base.css.map */
