/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: icomoon;
  font-display: swap;
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-attention:before {
  content: "\e911";
}

.icon-play:before {
  content: "\e910";
}

.icon-arrow:before {
  content: "\e90f";
}

.icon-download:before {
  content: "\e901";
}

.icon-search:before {
  content: "\e902";
}

.icon-arrows:before {
  content: "\e903";
}

.icon-in_progress:before {
  content: "\e904";
}

.icon-collected:before {
  content: "\e905";
}

.icon-phone_1:before {
  content: "\e906";
}

.icon-urgently:before {
  content: "\e907";
}

.icon-donate:before {
  content: "\e908";
}

.icon-telegram:before {
  content: "\e909";
}

.icon-whatsapp:before {
  content: "\e90a";
}

.icon-twitter:before {
  content: "\e90b";
}

.icon-line:before {
  content: "\e90c";
}

.icon-email:before {
  content: "\e900";
}

.icon-phone_2:before {
  content: "\e90d";
}

.icon-adress:before {
  content: "\e90e";
}

._container {
  padding: 0 80px;
  width: 100%;
  margin: 0 auto;
  /*
  @media(max-width:1739.98px) {
  }
  @media(max-width:1365.98px) {
  }
  @media(max-width:1099.98px) {
  }
  @media(max-width:839.98px) {
  }
  @media(max-width:991.98px) {
      max-width: 960px;
  }

  @media(max-width:767.98px) {

  }

  @media(max-width:639.98px) {

  }

  @media(max-width:575.98px) {

  }
  @media(max-width:469.98px) {
  }
  @media(max-width:434.98px) {
  }*/
}

@media (max-width: 1365.98px) {
  ._container {
    padding: 0 20px;
  }
}

@media (max-width: 1099.98px) {
  ._container {
    padding: 0 25px;
  }
}

@media (max-width: 575.98px) {
  ._container {
    padding: 0 15px;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

body {
  font-family: "M PLUS 1p", "Arial", sans-serif;
  font-size: 18px;
  color: #303B40;
  line-height: 1.44;
  text-align: left;
  background-color: #F8F9FA;
}

@media (max-width: 1739.98px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
}

body.fix-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

::-webkit-input-placeholder {
  color: #878D8C;
  opacity: 1;
}

::-moz-placeholder {
  color: #878D8C;
  opacity: 1;
}

:-moz-placeholder {
  color: #878D8C;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #878D8C;
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

input[type=search]::-webkit-search-cancel-button {
  -moz-appearance: none;
  -webkit-appearance: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a:focus,
a:active,
a:visited,
:focus,
:active,
:visited,
button:focus,
button:visited,
button:active {
  outline: none;
  text-decoration: none;
  outline-offset: inherit;
}

a {
  color: #187FD9;
  text-decoration: underline;
}

a,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

p {
  margin: 0 0 20px;
}

b {
  font-weight: 600;
}

.h1,
.h2,
.h3 {
  line-height: 1.2;
  font-weight: 600;
}

.h1 {
  font-size: 60px;
  margin: 0 0 30px;
}

@media (max-width: 1739.98px) {
  .h1 {
    font-size: 46px;
    margin: 0 0 20px;
  }
}

@media (max-width: 575.98px) {
  .h1 {
    font-size: 34px;
  }
}

.h2 {
  font-size: 30px;
  margin: 0 0 20px;
}

@media (max-width: 1739.98px) {
  .h2 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}

@media (max-width: 575.98px) {
  .h2 {
    font-size: 20px;
  }
}

.h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 20px;
}

@media (max-width: 1739.98px) {
  .h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
}

.list-text {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}

.list-text--gray {
  color: #878D8C;
}

.list-text li {
  position: relative;
  padding: 0 0 0 28px;
}

.list-text li:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  background-color: currentColor;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.wrapper header,
.wrapper footer {
  flex: 0 0 auto;
}

.wrapper main {
  flex: 1 0 auto;
}

.header {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 1099.98px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .wrapper {
    padding-top: 81px;
  }
}

@media (max-width: 577.98px) {
  .wrapper {
    padding-top: 71px;
  }
}

.header__container {
  min-height: 110px;
  display: flex;
  align-items: center;
}

@media (max-width: 1739.98px) {
  .header__container {
    min-height: 75px;
  }
}

@media (max-width: 1099.98px) {
  .header__container {
    min-height: 80px;
    position: relative;
    z-index: 50;
    background-color: #F8F9FA;
  }
}

@media (max-width: 1099.98px) {
  .header__container {
    justify-content: space-between;
  }
}

@media (max-width: 577.98px) {
  .header__container {
    min-height: 70px;
  }
}

.header__logo {
  flex: 0 0 260px;
}

@media (max-width: 1739.98px) {
  .header__logo {
    flex: 0 0 150px;
  }
}

@media (max-width: 1365.98px) {
  .header__logo {
    flex: 0 0 120px;
  }
}

@media (max-width: 1099.98px) {
  .header__logo {
    flex: 0 0 180px;
  }
}

@media (max-width: 577.98px) {
  .header__logo {
    flex: 0 0 135px;
  }
}

.header__content {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 1099.98px) {
  .header__content {
    position: fixed;
    top: 79px;
    left: 0;
    right: 0;
    z-index: 90;
    background-color: #F8F9FA;
    display: none;
    border-top: 1px solid #e0e0e0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 577.98px) {
  .header__content {
    top: 69px;
  }
}

.header__inner {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 1099.98px) {
  .header__inner {
    padding-top: 80px;
    flex-direction: column;
  }
}

.header__nav {
  flex-grow: 2;
  display: flex;
  justify-content: center;
}

@media (max-width: 1099.98px) {
  .header__nav {
    flex-direction: column;
    padding: 0 15px;
    order: 1;
    width: 100%;
  }
}

.header__nav .nav__items {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1099.98px) {
  .header__nav .nav__items {
    flex-direction: column;
    align-items: center;
  }
}

.header__nav .nav__item {
  color: #303B40;
  margin: 0 20px;
}

@media (max-width: 1739.98px) {
  .header__nav .nav__item {
    margin: 0 15px;
  }
}

@media (max-width: 1365.98px) {
  .header__nav .nav__item {
    margin: 0 8px;
  }
}

@media (max-width: 1099.98px) {
  .header__nav .nav__item {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 1099.98px) {
  .header__nav .nav__item:first-child {
    padding-bottom: 40px;
  }
}

@media (max-width: 1099.98px) {
  .header__nav .nav__link {
    display: inline-block;
  }
}

.header__phone {
  margin: 0 0 0 50px;
}

@media (max-width: 1739.98px) {
  .header__phone {
    margin: 0 0 0 20px;
  }
}

@media (max-width: 1365.98px) {
  .header__phone {
    margin: 0 0 0 15px;
  }
}

@media (max-width: 1099.98px) {
  .header__phone {
    margin: 0;
  }
}

.header__social {
  margin: 0 0 0 75px;
}

@media (max-width: 1365.98px) {
  .header__social .social__item {
    padding: 0 3px;
  }
}

@media (max-width: 1099.98px) {
  .header__social .social__item {
    padding: 0 7.5px;
  }
}

@media (max-width: 1739.98px) {
  .header__social {
    margin: 0 0 0 30px;
  }
}

@media (max-width: 1365.98px) {
  .header__social {
    margin: 0 0 0 10px;
  }
}

@media (max-width: 1099.98px) {
  .header__social {
    order: 3;
    padding: 40px 0 80px;
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  .header__social {
    padding: 30px 0;
  }
}

.header__lang {
  margin: 0 0 0 35px;
}

@media (max-width: 1739.98px) {
  .header__lang {
    margin: 0 0 0 15px;
  }
}

@media (max-width: 1365.98px) {
  .header__lang {
    margin: 0 0 0 10px;
  }
}

@media (max-width: 1099.98px) {
  .header__lang {
    order: 2;
    padding-bottom: 40px;
    margin: 0;
  }
}

.header__contacts {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}

@media (max-width: 1099.98px) {
  .header__contacts {
    order: 4;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #E0E0E0;
    align-items: center;
  }
}

@media (max-width: 575.98px) {
  .header__contacts {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0;
  }
}

@media (max-width: 1099.98px) {

  .header__contacts .adress-box,
  .header__contacts .phone-box {
    flex-grow: 1;
    justify-content: center;
    padding: 0 15px;
  }
}

@media (max-width: 575.98px) {

  .header__contacts .adress-box,
  .header__contacts .phone-box {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 1099.98px) {
  .header__contacts .adress-box__text {
    flex: inherit;
    max-width: 230px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1099.98px) {
  .header__contacts .adress-box__icon {
    font-size: 22px;
    flex: 0 0 30px;
  }
}

@media (max-width: 575.98px) {
  .header__contacts .phone-box {
    padding: 20px 15px 0 15px;
  }
}

@media (max-width: 1099.98px) {
  .header__contacts .phone-box__link {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1099.98px) {
  .header__contacts .phone-box__icon {
    font-size: 22px;
    flex: 0 0 30px;
  }
}

.home .header {
  border-bottom: none;
}

@media (max-width: 1099.98px) {
  .home .header {
    border-bottom: 1px solid #e0e0e0;
  }
}

.logo__link {
  display: block;
}

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}

@media (max-width: 1099.98px) {
  .shadow.open {
    opacity: 1;
    visibility: visible;
  }
}

.nav__items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.nav__item {
  position: relative;
  margin: 30px 0 0 0;
  font-size: 18px;
  line-height: 1.2;
  transition: all ease 0.5s;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 1739.98px) {
  .nav__item {
    font-size: 16px;
  }
}

@media (max-width: 1365.98px) {
  .nav__item {
    font-size: 14px;
  }
}

.nav__item:first-child {
  margin: 0;
}

.nav__item:hover {
  color: #187FD9;
}

.nav__item--mobile {
  display: none;
}

@media (max-width: 1099.98px) {
  .nav__item--mobile {
    display: block;
  }
}

.nav__item--level .nav__link {
  position: relative;
  padding: 0 20px 0 0;
}

@media (max-width: 1365.98px) {
  .nav__item--level .nav__link {
    padding: 0 15px 0 0;
  }
}

.nav__item--level .nav__link:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 2px;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-left: 2px solid #303B40;
  border-bottom: 2px solid #303B40;
  transform: rotateZ(-45deg);
  transition: all ease 0.5s;
}

@media (max-width: 1739.98px) {
  .nav__item--level .nav__link:after {
    width: 5px;
    height: 5px;
  }
}

@media (max-width: 1365.98px) {
  .nav__item--level .nav__link:after {
    width: 4px;
    height: 4px;
  }
}

.nav__link {
  color: currentColor;
  white-space: nowrap;
  display: block;
  text-transform: uppercase;
}

.level-box {
  position: absolute;
  top: 80%;
  left: 0;
  z-index: 20;
  width: 240px;
  padding: 10px 0 0 0;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  background-color: #F8F9FA;
}

@media (max-width: 1365.98px) {
  .level-box {
    width: 180px;
  }
}

@media (max-width: 1099.98px) {
  .level-box {
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    width: 100%;
    display: none;
  }
}

.level-box__list {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media (max-width: 1099.98px) {
  .level-box__list {
    box-shadow: none;
  }
}

.level-box__item {
  border-top: 1px solid #E0E0E0;
}

@media (max-width: 1099.98px) {
  .level-box__item {
    border-top: none;
  }
}

.level-box__item:first-child {
  border-top: none;
}

.level-box__link {
  display: block;
  color: #303B40;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 25px;
  transition: all ease 0.5s;
}

.level-box__link:hover {
  color: #187FD9;
}

@media (max-width: 1739.98px) {
  .level-box__link {
    font-size: 14px;
  }
}

@media (max-width: 1365.98px) {
  .level-box__link {
    font-size: 12px;
    padding: 10px 15px;
  }
}

@media (max-width: 1099.98px) {
  .level-box__link {
    font-size: 14px;
  }
}

.adress-box {
  display: flex;
}

.adress-box__icon {
  color: #878D8C;
  font-size: 20px;
  flex: 0 0 30px;
  position: relative;
  top: 2px;
}

@media (max-width: 1739.98px) {
  .adress-box__icon {
    font-size: 18px;
    flex: 0 0 25px;
  }
}

.adress-box__text {
  font-size: 16px;
  line-height: 25px;
  max-width: 120px;
  flex: 0 0 120px;
}

@media (max-width: 1739.98px) {
  .adress-box__text {
    font-size: 12px;
    line-height: 20px;
    flex: 0 0 110px;
  }
}

.phone-box {
  display: flex;
}

.phone-box__icon {
  color: #878D8C;
  font-size: 20px;
  flex: 0 0 30px;
  position: relative;
  top: 2px;
}

@media (max-width: 1739.98px) {
  .phone-box__icon {
    font-size: 18px;
    flex: 0 0 25px;
  }
}

.phone-box__link {
  display: block;
  color: #303B40;
  transition: all ease 0.5s;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  white-space: nowrap;
}

.phone-box__link:hover {
  color: #187FD9;
}

@media (max-width: 1739.98px) {
  .phone-box__link {
    font-size: 12px;
    line-height: 20px;
  }
}

.social {
  display: flex;
}

.social__item {
  padding: 0 5px;
}

.social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  flex: 0 0 40px;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  background-color: #F2B33D;
  transition: all ease 0.5s;
}

.social__link:hover {
  background-color: #FFC14E;
}

@media (max-width: 1739.98px) {
  .social__link {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}

@media (max-width: 1365.98px) {
  .social__link {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

@media (max-width: 1099.98px) {
  .social__link {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}

.desktop .lang:hover .lang__popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.desktop .nav__item--level:hover .level-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0px);
}

.desktop .nav__item--level:hover .nav__link:after {
  border-left-color: #187FD9;
  border-bottom-color: #187FD9;
}

.mobile .lang.open .lang__popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1099.98px) {
  .mobile .lang.open .lang__popup {
    display: block;
  }
}

.mobile .nav__item--level.open .level-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0px);
}

@media (max-width: 1099.98px) {
  .mobile .nav__item--level.open .level-box {
    display: block;
  }
}

.mobile .nav__item--level.open .nav__link:after {
  border-left-color: #187FD9;
  border-bottom-color: #187FD9;
}

.lang {
  position: relative;
}

@media (max-width: 1099.98px) {
  .lang {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1099.98px) {
  .lang.open {
    padding-bottom: 0;
  }
}

.lang__heading {
  cursor: pointer;
  color: #878D8C;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 20px 0 0;
  position: relative;
}

@media (max-width: 1099.98px) {
  .lang__heading {
    display: inline-block;
  }
}

.lang__heading:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 1px;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-left: 2px solid #878D8C;
  border-bottom: 2px solid #878D8C;
  transform: rotateZ(-45deg);
}

@media (max-width: 1739.98px) {
  .lang__heading:after {
    width: 5px;
    height: 5px;
  }
}

@media (max-width: 1365.98px) {
  .lang__heading:after {
    width: 4px;
    height: 4px;
  }
}

@media (max-width: 1739.98px) {
  .lang__heading {
    font-size: 16px;
    padding: 0 18px 0 0;
  }
}

@media (max-width: 1365.98px) {
  .lang__heading {
    font-size: 14px;
    padding: 0 15px 0 0;
  }
}

@media (max-width: 1099.98px) {
  .lang__heading {
    font-size: 16px;
  }
}

.lang__popup {
  position: absolute;
  top: 80%;
  left: 0;
  z-index: 20;
  padding: 10px 0 0 0;
  pointer-events: none;
  transition: all ease 0.5s;
  transform: translateY(10px);
  min-width: 64px;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1739.98px) {
  .lang__popup {
    min-width: 54px;
  }
}

@media (max-width: 1099.98px) {
  .lang__popup {
    position: relative;
    top: inherit;
    left: inherit;
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    display: none;
  }
}

.lang__items {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 1099.98px) {
  .lang__items {
    box-shadow: none;
  }
}

.lang__item {
  border-top: 1px solid #E0E0E0;
  background-color: #F8F9FA;
}

@media (max-width: 1099.98px) {
  .lang__item {
    border-top: none;
  }
}

.lang__item:first-child {
  border-top: none;
}

.lang__link {
  color: #303B40;
  display: block;
  text-align: center;
  padding: 15px 5px;
  font-size: 16px;
  line-height: 25px;
  transition: all ease 0.5s;
}

.lang__link:hover {
  color: #187FD9;
}

@media (max-width: 1739.98px) {
  .lang__link {
    font-size: 14px;
    padding: 10px 5px;
  }
}

@media (max-width: 1365.98px) {
  .lang__link {
    font-size: 12px;
    padding: 10px 15px;
  }
}

@media (max-width: 1099.98px) {
  .lang__link {
    font-size: 14px;
    font-weight: 500;
  }
}

.trigger {
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
  align-items: center;
  justify-content: center;
}

.trigger__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 18px;
  position: relative;
}

.trigger__item:after,
.trigger__item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 1;
  background-color: #303B40;
  border-radius: 3px;
  overflow: hidden;
  opacity: 1;
  transition: all ease 0.5s;
}

.trigger__item:after {
  top: 0;
}

.trigger__item:before {
  bottom: 0;
}

.trigger__line {
  width: 100%;
  height: 3px;
  position: relative;
}

.trigger__line:after,
.trigger__line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  border-radius: 3px;
  overflow: hidden;
  background-color: #303B40;
  transition: all ease 0.5s;
}

.trigger--open .trigger__item:after,
.trigger--open .trigger__item:before {
  opacity: 0;
}

.trigger--open .trigger__line:after {
  transform: rotateZ(45deg);
}

.trigger--open .trigger__line::before {
  transform: rotateZ(-45deg);
}

@media (max-width: 1099.98px) {
  .trigger {
    display: flex;
  }
}

.heart-link {
  display: flex;
  align-items: center;
  padding: 20px 50px 20px 35px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #fff;
  transition: all ease 0.5s;
}

@media (max-width: 1739.98px) {
  .heart-link {
    padding: 20px 47px 20px 32px;
  }
}

@media (max-width: 575.98px) {
  .heart-link {
    padding: 15px 32px 15px 20px;
  }
}

.heart-link__icon {
  font-size: 40px;
  flex: 0 0 55px;
  line-height: 1;
}

@media (max-width: 1739.98px) {
  .heart-link__icon {
    font-size: 30px;
    flex: 0 0 45px;
  }
}

@media (max-width: 575.98px) {
  .heart-link__icon {
    font-size: 28px;
    flex: 0 0 38px;
  }
}

.heart-link__label {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  flex-grow: 1;
  white-space: nowrap;
}

@media (max-width: 1739.98px) {
  .heart-link__label {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .heart-link__label {
    font-size: 18px;
  }
}

.heart-link--yellow {
  background-color: #F2B33D;
}

.heart-link--yellow:hover {
  background-color: #FFC14E;
}

.heart-link--blue {
  background-color: #187FD9;
}

.heart-link--blue:hover {
  background-color: #268FEB;
}

.heart-link--red {
  background-color: #F2533D;
}

.heart-link--red:hover {
  background-color: #FD5C47;
}

.heart-link--purple {
  background-color: #F23DAA;
}

.heart-link--purple:hover {
  background-color: #FD41B2;
}

.heart-link--fiolet {
  background-color: #773DF2;
}

.heart-link--fiolet:hover {
  background-color: #8147FC;
}

.main-slider {
  margin: 0 0 20px;
}

@media (max-width: 1099.98px) {
  .main-slider {
    margin: 0;
  }
}

.main-slider__swiper .swiper-slide {
  padding: 45% 0 0 0;
}

@media (max-width: 1739.98px) {
  .main-slider__swiper .swiper-slide {
    padding: 40% 0 0 0;
  }
}

@media (max-width: 1099.98px) {
  .main-slider__swiper .swiper-slide {
    padding: 50% 0 0 0;
  }
}

@media (max-width: 839.98px) {
  .main-slider__swiper .swiper-slide {
    padding: 138% 0 0 0;
  }
}

.main-slider__swiper .swiper-slide__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 839.98px) {
  .main-slider__swiper .swiper-slide__img {
    object-position: center center;
  }
}

.main-slider__swiper .swiper-slide__img--mobile {
  display: none;
}

@media (max-width: 839.98px) {
  .main-slider__swiper .swiper-slide__img--mobile {
    display: block;
  }
}

@media (max-width: 839.98px) {
  .main-slider__swiper .swiper-slide__img--desktop {
    display: none;
  }
}

.main-slider__swiper .swiper-slide__button {
  position: absolute;
  bottom: 50px;
  right: 80px;
  z-index: 15;
}

@media (max-width: 1099.98px) {
  .main-slider__swiper .swiper-slide__button {
    right: 25px;
  }
}

@media (max-width: 839.98px) {
  .main-slider__swiper .swiper-slide__button {
    bottom: 125px;
    right: 15px;
    left: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .main-slider__swiper .swiper-slide__button {
    bottom: 110px;
  }
}

.main-slider__swiper .swiper-pagination {
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 0;
}

@media (max-width: 1099.98px) {
  .main-slider__swiper .swiper-pagination {
    bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .main-slider__swiper .swiper-pagination {
    bottom: 50px;
  }
}

.main-slider__swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(248, 249, 250, 0.5);
  opacity: 1;
  margin: 0 5px !important;
  display: block;
  position: relative;
  bottom: 20px;
}

@media (max-width: 1099.98px) {
  .main-slider__swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  .main-slider__swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    bottom: 10px;
  }
}

.main-slider__swiper .swiper-pagination-bullet-active {
  background-color: #F2B33D;
}

.main-slider__swiper .swiper-button-next,
.main-slider__swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(248, 249, 250, 0.3);
  border-radius: 50%;
  overflow: hidden;
  transition: all ease 0.5s;
}

@media (max-width: 1739.98px) {

  .main-slider__swiper .swiper-button-next,
  .main-slider__swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 575.98px) {

  .main-slider__swiper .swiper-button-next,
  .main-slider__swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

.main-slider__swiper .swiper-button-next:hover,
.main-slider__swiper .swiper-button-prev:hover {
  background-color: #F2B33D;
}

.main-slider__swiper .swiper-button-prev::before,
.main-slider__swiper .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 11px;
  height: 11px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 1;
}

@media (max-width: 1739.98px) {

  .main-slider__swiper .swiper-button-prev::before,
  .main-slider__swiper .swiper-button-next::before {
    width: 9px;
    height: 9px;
  }
}

@media (max-width: 575.98px) {

  .main-slider__swiper .swiper-button-prev::before,
  .main-slider__swiper .swiper-button-next::before {
    width: 7px;
    height: 7px;
  }
}

.main-slider__swiper .swiper-button-prev::before {
  left: 54%;
  transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
}

.main-slider__swiper .swiper-button-next::before {
  left: 46%;
  transform: translateX(-50%) translateY(-50%) rotateZ(225deg);
}

.main-slider__swiper .swiper-button-prev {
  left: 80px;
}

@media (max-width: 1099.98px) {
  .main-slider__swiper .swiper-button-prev {
    left: 25px;
  }
}

@media (max-width: 575.98px) {
  .main-slider__swiper .swiper-button-prev {
    left: 15px;
  }
}

.main-slider__swiper .swiper-button-next {
  right: 80px;
}

@media (max-width: 1099.98px) {
  .main-slider__swiper .swiper-button-next {
    right: 25px;
  }
}

@media (max-width: 575.98px) {
  .main-slider__swiper .swiper-button-next {
    right: 15px;
  }
}

.main-slider__swiper .swiper-button-next::after,
.main-slider__swiper .swiper-button-prev::after {
  display: none;
}

.main-content {
  padding: 80px 0 100px;
}

@media (max-width: 1739.98px) {
  .main-content {
    padding: 80px 0;
  }
}

@media (max-width: 1099.98px) {
  .main-content {
    padding: 40px 0 80px 0;
  }
}

@media (max-width: 767.98px) {
  .main-content {
    padding: 30px 0 60px;
  }
}

.main-content__container {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1099.98px) {
  .main-content__container {
    flex-direction: column;
  }
}

.main-content__sidebar {
  flex: 0 0 560px;
}

@media (max-width: 1739.98px) {
  .main-content__sidebar {
    flex: 0 0 400px;
  }
}

@media (max-width: 1099.98px) {
  .main-content__sidebar {
    flex: inherit;
    width: 100%;
  }
}

.main-content__wrapper {
  width: 100%;
}

.main-content__sidebar+.main-content__wrapper {
  flex-grow: 1;
  padding: 0 0 0 100px;
}

@media (max-width: 1739.98px) {
  .main-content__sidebar+.main-content__wrapper {
    padding: 0 0 0 80px;
  }
}

@media (max-width: 1365.98px) {
  .main-content__sidebar+.main-content__wrapper {
    padding: 0 0 0 40px;
  }
}

@media (max-width: 1099.98px) {
  .main-content__sidebar+.main-content__wrapper {
    padding: 0;
  }
}

.main-content__description {
  padding: 0 0 80px;
}

@media (max-width: 1739.98px) {
  .main-content__description {
    padding: 0 0 30px;
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .main-content__description {
    font-size: 14px;
    padding: 0;
  }
}

.nav-organization {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 10px 50px rgba(223, 225, 227, 0.5);
  margin: 0 0 20px;
}

@media (max-width: 1099.98px) {
  .nav-organization {
    margin: 0 0 80px;
  }
}

@media (max-width: 767.98px) {
  .nav-organization {
    margin: 0 0 60px;
  }
}

.nav-organization__items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media (max-width: 1099.98px) {
  .nav-organization__items {
    display: flex;
    flex-wrap: wrap;
  }
}

.nav-organization__item {
  display: flex;
  align-items: center;
  padding: 40px;
  border-top: 1px solid #e0e0e0;
}

.nav-organization__item:first-child {
  border-top: none;
}

@media (max-width: 767.98px) {
  .nav-organization__item:first-child {
    padding: 20px;
  }
}

@media (max-width: 1739.98px) {
  .nav-organization__item {
    padding: 30px;
  }
}

@media (max-width: 1099.98px) {
  .nav-organization__item {
    width: 50%;
    border: none;
  }
}

@media (max-width: 767.98px) {
  .nav-organization__item {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
}

.nav-organization__img-wrap {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 20px 0 0;
}

@media (max-width: 1739.98px) {
  .nav-organization__img-wrap {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
  }
}

@media (max-width: 575.98px) {
  .nav-organization__img-wrap {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    margin: 0 15px 0 0;
  }
}

.nav-organization__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

.nav-organization__heading {
  font-size: 24px;
  line-height: 35px;
  color: #000;
  font-weight: 600;
}

@media (max-width: 1739.98px) {
  .nav-organization__heading {
    font-size: 20px;
    line-height: 29px;
  }
}

@media (max-width: 575.98px) {
  .nav-organization__heading {
    font-size: 18px;
    line-height: 26px;
  }
}

.nav-organization__link {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 26px;
  text-decoration-line: underline;
  margin: 5px 0 0 0;
  font-weight: 500;
}

@media (max-width: 1739.98px) {
  .nav-organization__link {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 575.98px) {
  .nav-organization__link {
    font-size: 14px;
    line-height: 20px;
  }
}

.posts {
  margin: 0 0 100px;
}

@media (max-width: 1739.98px) {
  .posts {
    margin: 0 0 80px;
  }
}

@media (max-width: 575.98px) {
  .posts {
    margin: 0 0 60px;
  }
}

.posts__heading {
  position: relative;
  background-color: #187FD9;
  padding: 10px 40px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  min-height: 78px;
  display: flex;
  align-items: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 1739.98px) {
  .posts__heading {
    font-size: 24px;
    min-height: 60px;
    padding: 5px 30px;
  }
}

@media (max-width: 575.98px) {
  .posts__heading {
    font-size: 20px;
    padding: 5px 20px;
    min-height: 50px;
  }
}

.posts__heading .icon-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  right: 40px;
}

@media (max-width: 1739.98px) {
  .posts__heading .icon-arrow {
    font-size: 12px;
    right: 30px;
  }
}

.posts__body {
  background-color: #fff;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.posts__item {
  padding: 40px;
  border-top: 1px solid #e0e0e0;
}

@media (max-width: 1739.98px) {
  .posts__item {
    padding: 30px;
  }
}

@media (max-width: 575.98px) {
  .posts__item {
    padding: 20px 20px 50px;
    position: relative;
  }
}

.posts__item:first-child {
  border-top: none;
}

.posts__wrapper {
  margin: 0 0 30px;
}

@media (max-width: 575.98px) {
  .posts__wrapper {
    margin: 0 0 20px;
  }
}

.card-post__heading {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.card-post__description p:last-child {
  margin: 0;
}

.card-post__img {
  display: flex;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px 0 0;
}

@media (max-width: 1739.98px) {
  .card-post__img {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    margin: 0 15px 0 0;
  }
}

.card-post__content {
  flex-grow: 1;
}

.card-post__name {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #303B40;
  transition: all ease 0.5s;
}

@media (max-width: 1739.98px) {
  .card-post__name {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .card-post__name {
    font-size: 18px;
  }
}

.card-post__name:hover {
  color: #187FD9;
}

.card-post__detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5px 0 0 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #878D8C;
}

@media (max-width: 1739.98px) {
  .card-post__detail {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .card-post__detail {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .card-post__date {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 575.98px) {
  .btn-all-wrap {
    text-align: center;
  }
}

.btn-detail {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #187FD9;
  transition: all ease 0.5s;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
}

@media (max-width: 1739.98px) {
  .btn-detail {
    font-size: 16px;
    min-height: 55px;
  }
}

@media (max-width: 575.98px) {
  .btn-detail {
    font-size: 14px;
    min-height: 50px;
    border-radius: 4px;
  }
}

.btn-detail:hover {
  background-color: #268FEB;
}

.btn-detail__icon {
  font-size: 10px;
  margin: 0 0 0 15px;
}

.projects-main .main-content__description {
  padding: 0 0 20px;
}

@media (max-width: 1739.98px) {
  .projects-main .main-content__description {
    padding: 0 0 10px;
  }
}

.projects-list__item {
  margin: 0 0 20px;
}

.card-projects {
  display: flex;
  overflow: hidden;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  background-color: #fff;
  min-height: 350px;
}

@media (max-width: 1739.98px) {
  .card-projects {
    min-height: 300px;
  }
}

@media (max-width: 1099.98px) {
  .card-projects {
    min-height: 280px;
  }
}

@media (max-width: 767.98px) {
  .card-projects {
    flex-direction: column;
    min-height: inherit;
  }
}

.card-projects__img-wrap {
  position: relative;
  display: flex;
  min-height: 100%;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  flex: 0 0 350px;
}

@media (max-width: 1739.98px) {
  .card-projects__img-wrap {
    flex: 0 0 300px;
  }
}

@media (max-width: 1099.98px) {
  .card-projects__img-wrap {
    flex: 0 0 280px;
  }
}

@media (max-width: 767.98px) {
  .card-projects__img-wrap {
    flex: inherit;
    padding: 50% 0 0 0;
    border-radius: 8px 8px 0 0;
  }
}

.card-projects__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 767.98px) {
  .card-projects__img-wrap img {
    object-position: center center;
  }
}

.card-projects__content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  flex-grow: 1;
  padding: 40px;
}

@media (max-width: 1739.98px) {
  .card-projects__content {
    padding: 30px;
  }
}

@media (max-width: 1099.98px) {
  .card-projects__content {
    padding: 20px;
  }
}

.card-projects__id {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  border-radius: 8px;
  background-color: #f5f5f5;
  padding: 6px 15px;
}

@media (max-width: 1739.98px) {
  .card-projects__id {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .card-projects__id {
    top: 10px;
    left: 10px;
  }
}

@media (max-width: 575.98px) {
  .card-projects__id {
    font-size: 12px;
    line-height: 17px;
  }
}

.card-projects__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
}

@media (max-width: 575.98px) {
  .card-projects__heading {
    flex-direction: column;
    align-items: flex-start;
  }
}

.card-projects__name {
  margin: 0;
}

@media (max-width: 575.98px) {
  .card-projects__name {
    order: 2;
  }
}

.card-projects__urgently {
  margin: 0 0 0 10px;
}

@media (max-width: 575.98px) {
  .card-projects__urgently {
    order: 1;
    margin: 0 0 20px;
  }
}

.card-projects__description {
  padding: 20px 0 10px 0;
  flex: 1 0 auto;
}

.card-projects__description a {
  font-weight: 500;
  text-decoration: underline;
}

.card-projects__description a:hover {
  text-decoration: none;
}

@media (max-width: 1739.98px) {
  .card-projects__description {
    padding: 15px 0 10px 0;
  }
}

@media (max-width: 767.98px) {
  .card-projects__description {
    padding: 15px 0 50px;
  }
}

.card-projects__price-wrap {
  flex: 0 0 auto;
}

.card-projects__footer {
  display: flex;
  align-items: flex-end;
}

.card-projects__footer .price-wrap {
  flex-grow: 1;
}

.card-projects__footer .map-link {
  margin: 0 0 0 30px;
}

@media (max-width: 575.98px) {
  .card-projects__footer .map-link {
    display: none;
  }
}

.card-projects__marker-wrap {
  display: flex;
  align-items: flex-start;
}

.card-projects__marker-wrap .map-link {
  display: none;
  margin: 0 20px 20px 0;
}

@media (max-width: 575.98px) {
  .card-projects__marker-wrap .map-link {
    display: flex;
  }
}

.card-projects--large {
  flex-direction: column;
  position: relative;
}

.card-projects--large .card-projects__id {
  top: 40px;
  left: 40px;
}

@media (max-width: 1739.98px) {
  .card-projects--large .card-projects__id {
    top: 30px;
    left: 30px;
  }
}

@media (max-width: 1099.98px) {
  .card-projects--large .card-projects__id {
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 575.98px) {
  .card-projects--large .card-projects__id {
    top: 10px;
    left: 10px;
  }
}

.card-projects--large .card-projects__img-wrap {
  flex: inherit;
  width: 100%;
  padding: 50% 0 0 0;
  border-radius: 8px 8px 0 0;
}

.card-projects--large .card-projects__img-wrap img {
  object-position: center center;
}

.card-projects--large .card-projects__description {
  padding: 20px 0 50px;
}

@media (max-width: 1739.98px) {
  .card-projects--large .card-projects__description {
    padding: 15px 0 50px;
  }
}

@media (max-width: 1099.98px) {
  .card-projects--large .card-projects__description {
    padding: 15px 0 40px;
  }
}

.card-projects--large .card-projects__content {
  padding: 30px 40px;
}

@media (max-width: 1739.98px) {
  .card-projects--large .card-projects__content {
    padding: 30px;
  }
}

@media (max-width: 1099.98px) {
  .card-projects--large .card-projects__content {
    padding: 20px;
  }
}

@media (max-width: 575.98px) {
  .card-projects--large .card-projects__content {
    position: relative;
  }
}

.card-projects--large .video__button {
  width: 110px;
  height: 110px;
}

@media (max-width: 1739.98px) {
  .card-projects--large .video__button {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 575.98px) {
  .card-projects--large .video__button {
    width: 50px;
    height: 50px;
  }
}

.card-projects--large .video__button:before {
  font-size: 35px;
}

@media (max-width: 1739.98px) {
  .card-projects--large .video__button:before {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .card-projects--large .video__button:before {
    font-size: 15px;
  }
}

.card-projects--large .urgently {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 5;
  font-size: 24px;
  height: 57px;
}

@media (max-width: 1739.98px) {
  .card-projects--large .urgently {
    font-size: 20px;
    height: 55px;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 1099.98px) {
  .card-projects--large .urgently {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 575.98px) {
  .card-projects--large .urgently {
    position: relative;
    top: inherit;
    right: inherit;
    height: 34px;
    font-size: 14px;
  }
}

.card-projects--large .urgently__icon {
  font-size: 24px;
}

@media (max-width: 1739.98px) {
  .card-projects--large .urgently__icon {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  .card-projects--large .urgently__icon {
    font-size: 16px;
  }
}

.card-projects--large .price-wrap__need {
  display: none;
}

.card-projects--large .price-wrap__need--mobile {
  display: block;
  font-size: 24px;
  line-height: 35px;
  padding: 25px 0 0;
}

@media (max-width: 1739.98px) {
  .card-projects--large .price-wrap__need--mobile {
    font-size: 20px;
    line-height: 29px;
    padding: 20px 0 0;
  }
}

@media (max-width: 575.98px) {
  .card-projects--large .price-wrap__need--mobile {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 0 0;
  }
}

.map-link {
  width: 50px;
  flex: 0 0 50px;
  height: 50px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: all ease 0.5s;
  position: relative;
}

@media (max-width: 575.98px) {
  .map-link {
    width: 34px;
    flex: 0 0 34px;
    height: 34px;
  }
}

.map-link:hover {
  box-shadow: none;
}

.map-link:active {
  box-shadow: none;
  background-color: #f5f5f5;
}

.map-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74%;
  height: 74%;
  object-fit: contain;
  object-position: center center;
  transform: translateX(-50%) translateY(-50%);
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.video__button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  position: relative;
}

@media (max-width: 1739.98px) {
  .video__button {
    width: 60px;
    height: 60px;
  }
}

.video__button::before {
  position: absolute;
  top: 51%;
  left: 53%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 1739.98px) {
  .video__button::before {
    font-size: 18px;
  }
}

.urgently {
  display: inline-flex;
  align-items: center;
  height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  background-color: #F2533D;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  flex: 0 0 auto;
}

@media (max-width: 1739.98px) {
  .urgently {
    font-size: 16px;
    height: 42px;
  }
}

@media (max-width: 575.98px) {
  .urgently {
    font-size: 14px;
    height: 34px;
    padding: 0 12px;
    border-radius: 4px;
  }
}

.urgently__icon {
  font-size: 20px;
  margin: 0 10px 0 0;
}

@media (max-width: 1739.98px) {
  .urgently__icon {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .urgently__icon {
    font-size: 16px;
    margin: 0 8px 0 0;
  }
}

.price-wrap__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 1739.98px) {
  .price-wrap__heading {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .price-wrap__heading {
    font-size: 14px;
  }
}

.price-wrap__line-wrap {
  padding: 15px 0 0 0;
}

@media (max-width: 1739.98px) {
  .price-wrap__line-wrap {
    padding: 10px 0 0 0;
  }
}

.price-wrap__line {
  height: 10px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
  position: relative;
}

.price-wrap__line-current {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F2B33D;
}

.price-wrap__amount {
  font-weight: 600;
  color: #187FD9;
}

.price-wrap__need {
  padding: 0 0 0 10px;
}

@media (max-width: 575.98px) {
  .price-wrap__need {
    display: none;
  }
}

.price-wrap__need--mobile {
  display: none;
}

@media (max-width: 575.98px) {
  .price-wrap__need--mobile {
    display: block;
    padding: 5px 0 0 0;
  }
}

.heading-section {
  background-color: #f5f5f5;
  padding: 70px 0;
  border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 1739.98px) {
  .heading-section {
    padding: 50px 0;
  }
}

@media (max-width: 639.98px) {
  .heading-section {
    padding: 30px 0;
  }
}

.heading-section__description {
  margin: 0 0 50px;
}

@media (max-width: 1739.98px) {
  .heading-section__description {
    margin: 0 0 30px;
  }
}

@media (max-width: 575.98px) {
  .heading-section__description {
    margin: 0 0 20px;
  }
}

.heading-section__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 639.98px) {
  .heading-section__detail {
    display: block;
  }
}

@media (max-width: 639.98px) {
  .heading-section__donate {
    margin: 0 0 30px;
  }
}

.heading-section__content {
  position: relative;
  padding: 0 780px 0 0;
}

@media (max-width: 1739.98px) {
  .heading-section__content {
    padding: 0 580px 0 0;
  }
}

@media (max-width: 1099.98px) {
  .heading-section__content {
    padding: 0;
  }
}

.heading-section__content .company-section {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 1739.98px) {
  .heading-section__content .company-section {
    top: 10px;
  }
}

@media (max-width: 1099.98px) {
  .heading-section__content .company-section {
    position: relative;
    top: inherit;
    right: inherit;
  }
}

.btn-donate {
  display: inline-flex;
  align-items: center;
  min-height: 80px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #187FD9;
  font-weight: 600;
  border-radius: 8px;
  overflow: hidden;
  padding: 5px 35px;
  transition: all ease 0.5s;
  background-color: #fff;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
}

@media (max-width: 1739.98px) {
  .btn-donate {
    min-height: 70px;
    font-size: 20px;
    padding: 5px 32px;
  }
}

@media (max-width: 575.98px) {
  .btn-donate {
    min-height: 60px;
    padding: 5px 22px;
    font-size: 18px;
    border-radius: 4px;
  }
}

.btn-donate:hover {
  background-color: #f5f5f5;
}

.btn-donate:active {
  background-color: #fff;
}

.btn-donate__icon {
  font-size: 40px;
  flex: 0 0 40px;
  margin: 0 15px 0 0;
}

@media (max-width: 1739.98px) {
  .btn-donate__icon {
    font-size: 30px;
    flex: 0 0 30px;
  }
}

@media (max-width: 575.98px) {
  .btn-donate__icon {
    font-size: 28px;
    flex: 0 0 28px;
    margin: 0 8px 0 0;
  }
}

.btn-donate--red,
.btn-donate--purple,
.btn-donate--yellow,
.btn-donate--fiolet {
  color: #fff;
}

.btn-donate--red:active,
.btn-donate--purple:active,
.btn-donate--yellow:active,
.btn-donate--fiolet:active {
  box-shadow: none;
}

.btn-donate--red {
  background-color: #F2533D;
  box-shadow: 0px 10px 40px rgba(242, 83, 61, 0.3);
}

.btn-donate--red:hover {
  background-color: #FD5C47;
}

.btn-donate--purple {
  background-color: #F23DAA;
  box-shadow: 0px 10px 40px rgba(242, 61, 170, 0.3);
}

.btn-donate--purple:hover {
  background-color: #FD41B2;
}

.btn-donate--yellow {
  background-color: #F2B33D;
  box-shadow: 0px 10px 40px rgba(242, 179, 61, 0.3);
}

.btn-donate--yellow:hover {
  background-color: #FFC14E;
}

.btn-donate--fiolet {
  background-color: #773DF2;
  box-shadow: 0px 10px 40px rgba(119, 61, 242, 0.3);
}

.btn-donate--fiolet:hover {
  background-color: #8147FC;
}

.breadcrumb {
  display: flex;
  align-items: flex-start;
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
}

.breadcrumb__item {
  margin: 0 10px 0 0;
  position: relative;
  line-height: 159%;
}

@media (max-width: 1739.98px) {
  .breadcrumb__item {
    font-size: 14px;
  }
}

.breadcrumb__item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #878D8C;
  margin: 0 10px 0 0;
}

.breadcrumb__item:first-child::before {
  display: none;
}

.breadcrumb__link {
  text-decoration: underline;
}

.breadcrumb__link:hover {
  text-decoration: none;
}

.company-section {
  display: flex;
  margin: 0 -15px;
}

@media (max-width: 767.98px) {
  .company-section {
    margin: 0 -10px;
  }
}

.company-section__item {
  flex-grow: 1;
  padding: 0 15px;
}

@media (max-width: 767.98px) {
  .company-section__item {
    padding: 0 10px;
  }
}

.company-section__card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  padding: 100% 0 0 0;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 7.05069px 28.2028px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 1739.98px) {
  .company-section__card {
    width: 150px;
  }
}

@media (max-width: 1099.98px) {
  .company-section__card {
    width: 110px;
  }
}

@media (max-width: 639.98px) {
  .company-section__card {
    width: 100%;
  }
}

.company-section__card img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 70%;
  height: 70%;
  object-fit: contain;
  object-position: center center;
}

.catalog-donate {
  padding: 0 0 30px;
}

@media (max-width: 1739.98px) {
  .catalog-donate {
    padding: 0;
  }
}

@media (max-width: 1099.98px) {
  .catalog-donate {
    padding: 40px 0 0 0;
  }
}

@media (max-width: 575.98px) {
  .catalog-donate {
    padding: 30px 0 0 0;
  }
}

.catalog-donate__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

@media (max-width: 1365.98px) {
  .catalog-donate__items {
    margin: 0 -10px;
  }
}

.catalog-donate__item {
  display: flex;
  padding: 0 20px 40px;
  width: 33.3%;
}

@media (max-width: 1365.98px) {
  .catalog-donate__item {
    padding: 0 10px 20px;
  }
}

@media (max-width: 1099.98px) {
  .catalog-donate__item {
    width: 100%;
  }
}

.catalog-donate__item--large {
  width: 66.666%;
}

@media (max-width: 1099.98px) {
  .catalog-donate__item--large {
    width: 100%;
  }
}

.card-donate {
  width: 100%;
  padding: 40px 40px 130px 40px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  background-color: #187FD9;
  position: relative;
}

@media (max-width: 1739.98px) {
  .card-donate {
    padding: 30px 30px 115px 30px;
  }
}

@media (max-width: 1099.98px) {
  .card-donate {
    padding: 30px;
  }
}

@media (max-width: 575.98px) {
  .card-donate {
    padding: 20px;
  }
}

.card-donate__heading {
  font-size: 30px;
  line-height: 43px;
  font-weight: 600;
}

@media (max-width: 1739.98px) {
  .card-donate__heading {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 575.98px) {
  .card-donate__heading {
    font-size: 20px;
    line-height: 29px;
  }
}

.card-donate__description {
  font-weight: 500;
  padding: 20px 0 0 0;
}

@media (max-width: 575.98px) {
  .card-donate__description {
    padding: 10px 0 0 0;
    font-size: 16px;
  }
}

.card-donate__btn {
  font-size: 18px;
  min-height: 60px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 1;
}

@media (max-width: 1739.98px) {
  .card-donate__btn {
    font-size: 16px;
    line-height: 23px;
    min-height: 55px;
    bottom: 30px;
    left: 30px;
  }
}

@media (max-width: 1099.98px) {
  .card-donate__btn {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin: 30px 0 0 0;
  }
}

@media (max-width: 575.98px) {
  .card-donate__btn {
    font-size: 14px;
    min-height: 50px;
  }
}

.card-donate__btn .btn-donate__icon {
  font-size: 20px;
  flex: 0 0 20px;
  margin: 0 10px 0 0;
}

@media (max-width: 1739.98px) {
  .card-donate__btn .btn-donate__icon {
    font-size: 18px;
    flex: 0 0 18px;
  }
}

@media (max-width: 575.98px) {
  .card-donate__btn .btn-donate__icon {
    margin: 0 8px 0 0;
  }
}

.card-donate--yellow {
  background-color: #F2B33D;
}

.card-donate--dark {
  background-color: #303B40;
}

.card-donate--purple {
  background-color: #F23DAA;
}

.card-donate--fiolet {
  background-color: #773DF2;
}

.download-section {
  padding: 30px 0 100px;
}

@media (max-width: 1739.98px) {
  .download-section {
    padding: 0 0 80px;
  }
}

@media (max-width: 1099.98px) {
  .download-section {
    display: none;
  }
}

.download-section__container {
  display: flex;
  align-items: flex-start;
}

.download-section .download-link {
  margin: 0 20px 0 0;
}

.download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  min-height: 80px;
  border-radius: 8px;
  overflow: hidden;
  padding: 5px 35px;
  background-color: #187FD9;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  transition: all ease 0.5s;
}

@media (max-width: 1739.98px) {
  .download-link {
    font-size: 20px;
    line-height: 29px;
    min-height: 70px;
  }
}

.download-link:hover,
.download-link:active {
  background-color: #268FEB;
}

.download-link__icon {
  font-size: 40px;
  flex: 0 0 40px;
  margin: 0 15px 0 0;
}

@media (max-width: 1739.98px) {
  .download-link__icon {
    font-size: 30px;
    flex: 0 0 30px;
  }
}

@media (max-width: 1099.98px) {
  .composition {
    padding: 60px 0 0 0;
  }
}

@media (max-width: 575.98px) {
  .composition {
    padding: 30px 0 0 0;
  }
}

.composition__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

@media (max-width: 1099.98px) {
  .composition__items {
    margin: 0 -10px;
  }
}

.composition__item {
  padding: 0 20px 50px;
  width: 25%;
}

@media (max-width: 1739.98px) {
  .composition__item {
    padding: 0 20px 40px;
  }
}

@media (max-width: 1365.98px) {
  .composition__item {
    width: 33.3%;
  }
}

@media (max-width: 1099.98px) {
  .composition__item {
    padding: 0 10px 40px;
  }
}

@media (max-width: 767.98px) {
  .composition__item {
    width: 50%;
  }
}

@media (max-width: 469.98px) {
  .composition__item {
    width: 100%;
  }
}

@media (max-width: 469.98px) {
  .composition__item {
    padding: 0 10px 30px;
  }
}

.composition__heading {
  margin: 0 0 50px;
}

@media (max-width: 1739.98px) {
  .composition__heading {
    margin: 0 0 30px;
  }
}

.card-composition__img-wrap {
  position: relative;
  overflow: hidden;
  padding: 170% 0 0 0;
  border-radius: 8px;
  margin: 0 0 25px;
}

@media (max-width: 1739.98px) {
  .card-composition__img-wrap {
    padding: 167% 0 0 0;
  }
}

@media (max-width: 1739.98px) {
  .card-composition__img-wrap {
    margin: 0 0 20px;
  }
}

@media (max-width: 1365.98px) {
  .card-composition__img-wrap {
    padding: 140% 0 0 0;
  }
}

@media (max-width: 767.98px) {
  .card-composition__img-wrap {
    padding: 150% 0 0 0;
  }
}

@media (max-width: 469.98px) {
  .card-composition__img-wrap {
    padding: 125% 0 0 0;
  }
}

.card-composition__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.card-composition__social {
  margin: 0 -5px;
}

@media (max-width: 1365.98px) {
  .card-composition__social .social__link {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}

.card-composition__contacts {
  padding: 20px 0 0 0;
}

.card-composition__post {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  font-size: 16px;
  line-height: 1;
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-radius: 8px;
  overflow: hidden;
  font-weight: 500;
}

@media (max-width: 1739.98px) {
  .card-composition__post {
    font-size: 14px;
    padding: 9px 15px;
  }
}

@media (max-width: 469.98px) {
  .card-composition__post {
    font-size: 12px;
    bottom: 10px;
    left: 10px;
    border-radius: 4px;
    padding: 8px 15px;
  }
}

.card-composition__description {
  font-size: 16px;
}

@media (max-width: 1739.98px) {
  .card-composition__description {
    font-size: 14px;
  }
}

@media (max-width: 1739.98px) {
  .card-composition__heading {
    margin: 0 0 10px;
  }
}

.tab-section__heading {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .tab-section__heading {
    flex-direction: column;
  }
}

.tab-section__buttons {
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.tab-section__content {
  display: none;
}

@media (max-width: 1099.98px) {
  .tab-section__content {
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 0 15px;
  }
}

.tab-section__content--visible {
  display: block;
}

@media (max-width: 1099.98px) {
  .tab-section__content .table {
    width: 1280px;
  }
}

@media (max-width: 767.98px) {
  .tab-section__content .table {
    width: 1100px;
  }
}

.tab-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  cursor: pointer;
  padding: 5px 20px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  transition: all ease 0.5s;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 20px 20px 0;
  white-space: nowrap;
}

@media (max-width: 1739.98px) {
  .tab-section__button {
    min-height: 55px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .tab-section__button {
    font-size: 14px;
    min-height: 50px;
    margin: 0 15px 20px 0;
  }
}

.tab-section__button:hover {
  border-color: #187FD9;
}

.tab-section__button--current {
  background-color: #187FD9;
  border-color: #187FD9;
  color: #fff;
}

.tab-section__search-form {
  max-width: 250px;
}

@media (max-width: 767.98px) {
  .tab-section__search-form {
    max-width: 100%;
    margin: 0 0 20px;
  }
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.table__heading,
.table__content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.table__icon {
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
}

.table__map-link {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  box-shadow: none;
}

@media (max-width: 1739.98px) {
  .table__map-link {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
}

.table__name {
  max-width: 465px;
}

@media (max-width: 1739.98px) {
  .table__name {
    max-width: 300px;
  }
}

@media (max-width: 767.98px) {
  .table__name {
    max-width: 240px;
  }
}

.table th {
  background-color: #f5f5f5;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1739.98px) {
  .table th {
    font-size: 20px;
    line-height: 29px;
    padding: 15px 30px;
  }
}

@media (max-width: 767.98px) {
  .table th {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 20px;
  }
}

.table th:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  z-index: 1;
}

.table th:first-child {
  border-radius: 8px 0 0 0;
}

.table th:first-child:after {
  border-radius: 8px 0 0 0;
  border-left: 1px solid #e0e0e0;
}

.table th:last-child {
  border-radius: 0 8px 0 0;
}

.table th:last-child:after {
  border-radius: 0 8px 0 0;
}

.table td {
  padding: 20px 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  vertical-align: top;
}

@media (max-width: 1739.98px) {
  .table td {
    font-size: 16px;
    line-height: 23px;
    padding: 15px 30px;
  }
}

@media (max-width: 767.98px) {
  .table td {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
  }
}

.table td:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  overflow: hidden;
}

.table td:first-child::after {
  border-left: 1px solid #e0e0e0;
}

.table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

.table tbody tr:last-child td:first-child:after {
  border-radius: 0 0 0 8px;
}

.table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.table tbody tr:last-child td:last-child:after {
  border-radius: 0 0 8px 0;
}

.collected,
.in-progress {
  display: flex;
  width: 100%;
  align-items: center;
  white-space: nowrap;
}

.collected__icon,
.in-progress__icon {
  font-size: 24px;
  flex: 0 0 24px;
  margin: 0 10px 0 0;
}

@media (max-width: 1739.98px) {

  .collected__icon,
  .in-progress__icon {
    font-size: 20px;
    flex: 0 0 24px;
    margin: 0 8px 0 0;
  }
}

.in-progress {
  color: #187FD9;
}

.collected {
  color: #25D937;
}

.search-form {
  display: block;
  width: 100%;
}

.search-form__item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding: 0 20px 0 54px;
}

@media (max-width: 767.98px) {
  .search-form__item {
    padding: 0 20px 0 50px;
  }
}

.search-form__item--search:before {
  content: "\e902";
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 1;
  font-size: 24px;
  color: #878D8C;
}

@media (max-width: 1739.98px) {
  .search-form__item--search:before {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .search-form__item--search:before {
    font-size: 20px;
  }
}

.search-form__control {
  font-family: "M PLUS 1p", "Arial", sans-serif;
  color: #303B40;
  font-size: 18px;
  padding: 0;
  min-height: 58px;
  border: none;
  width: 100%;
}

@media (max-width: 1739.98px) {
  .search-form__control {
    min-height: 53px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .search-form__control {
    font-size: 14px;
    min-height: 48px;
  }
}

.donation-section__wrapper {
  display: flex;
}

@media (max-width: 1099.98px) {
  .donation-section__wrapper {
    flex-direction: column;
  }
}

.donation-section__items {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.donation-section__card,
.donation-section__sidebar {
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 40px;
}

@media (max-width: 1739.98px) {

  .donation-section__card,
  .donation-section__sidebar {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {

  .donation-section__card,
  .donation-section__sidebar {
    padding: 20px;
  }
}

.donation-section__card {
  width: 100%;
}

.donation-section__sidebar {
  flex: 0 0 465px;
  margin: 0 0 0 40px;
}

@media (max-width: 1365.98px) {
  .donation-section__sidebar {
    flex: 0 0 420px;
    margin: 0 0 0 30px;
  }
}

@media (max-width: 1099.98px) {
  .donation-section__sidebar {
    flex: 1 0 auto;
    margin: 30px 0 0 0;
  }
}

.donation-section__card *:last-child {
  margin-bottom: 0;
}

.card-donation {
  display: none;
}

.card-donation--visible {
  display: block;
}

.card-donation a {
  text-decoration: underline;
}

.card-donation a:hover {
  text-decoration: none;
}

.card-donation__description {
  color: #878D8C;
}

.card-donation__description .btn-donate {
  min-height: 60px;
  margin: 0 0 20px;
  font-size: 18px;
  padding: 5px 30px;
  box-shadow: none;
}

@media (max-width: 1739.98px) {
  .card-donation__description .btn-donate {
    min-height: 55px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .card-donation__description .btn-donate {
    font-size: 14px;
    min-height: 50px;
    padding: 5px 20px;
    border-radius: 4px;
  }
}

.contacts-donation {
  display: inline-block;
  vertical-align: top;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background-color: #F8F9FA;
  margin: 0 0 20px;
}

.contacts-donation__items {
  display: flex;
  align-items: flex-start;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  border-top: 1px solid #e0e0e0;
}

@media (max-width: 1739.98px) {
  .contacts-donation__items {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 767.98px) {
  .contacts-donation__items {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    display: block;
  }
}

.contacts-donation__items:first-child {
  border-top: none;
}

.contacts-donation__heading {
  margin: 0 10px 0 0;
  display: inline;
}

@media (max-width: 767.98px) {
  .contacts-donation__heading {
    margin: 0 2px 0 0;
  }
}

.contacts-donation__label {
  color: #187FD9;
  display: inline;
}

.tabs-donation {
  display: flex;
  align-items: flex-start;
  padding: 0 0 10px;
  margin: 0;
  list-style-type: none;
}

@media (max-width: 767.98px) {
  .tabs-donation {
    flex-direction: column;
    padding: 0 0 5px;
  }
}

.tabs-donation__item {
  margin: 0 20px 20px 0;
}

@media (max-width: 767.98px) {
  .tabs-donation__item {
    margin: 0 0 15px;
  }
}

.tabs-donation__btn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  line-height: 170%;
  font-size: 16px;
  min-height: 100px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  padding: 5px 20px;
  background-color: #f5f5f5;
  transition: all ease 0.3s;
}

@media (max-width: 1739.98px) {
  .tabs-donation__btn {
    font-size: 14px;
    min-height: 90px;
  }
}

.tabs-donation__btn--current {
  background-color: #187FD9;
  color: #fff;
}

.tabs-donation__btn--current .tabs-donation__text {
  color: #fff;
}

.tabs-donation__btn:hover {
  border-color: #187FD9;
}

.tabs-donation__heading {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 1739.98px) {
  .tabs-donation__heading {
    font-size: 20px;
  }
}

.tabs-donation__text {
  padding: 2px 0 0 0;
  color: #878D8C;
  transition: all ease 0.3s;
}

.select-wrap {
  position: relative;
}

.select-wrap.open .select-wrap__heading {
  border-radius: 8px 8px 0 0;
  border-bottom-color: transparent;
}

.select-wrap.open .select-wrap__heading:hover {
  border-top-color: #e0e0e0;
  border-left-color: #e0e0e0;
  border-right-color: #e0e0e0;
}

.select-wrap.open .select-wrap__dropdown {
  display: block;
}

.select-wrap--current .select-wrap__heading {
  background-color: #187FD9;
  color: #fff;
}

.select-wrap--current .select-wrap__heading:after {
  border-color: #fff transparent transparent transparent;
}

.select-wrap--current .select-wrap__text {
  color: #fff;
}

.select-wrap__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  line-height: 170%;
  font-size: 16px;
  min-height: 100px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 5px 54px 5px 20px;
  background-color: #f5f5f5;
  transition: all ease 0.3s;
}

@media (max-width: 1739.98px) {
  .select-wrap__heading {
    font-size: 14px;
    min-height: 90px;
  }
}

.select-wrap__heading:hover {
  border-color: #187FD9;
}

.select-wrap__heading:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #303B40 transparent transparent transparent;
  transition: all ease 0.3s;
}

.select-wrap__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.select-wrap__title {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 1739.98px) {
  .select-wrap__title {
    font-size: 20px;
  }
}

.select-wrap__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #f5f5f5;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  display: none;
}

.select-wrap__option {
  display: block;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  transition: all ease 0.5s;
  cursor: pointer;
}

@media (max-width: 1739.98px) {
  .select-wrap__option {
    font-size: 16px;
  }
}

.select-wrap__option:hover,
.select-wrap__option--current {
  color: #187FD9;
  background-color: #E8F2FB;
}

.select-wrap__text {
  transition: all ease 0.3s;
  color: #878D8C;
  padding: 2px 0 0 0;
}

.sidebar-donation__icon {
  font-size: 25px;
  line-height: 1;
  margin: 0 0 20px;
  color: #187FD9;
}

.cards-info {
  margin: 0 0 40px;
  display: flex;
  align-items: center;
}

@media (max-width: 1739.98px) {
  .cards-info {
    margin: 0 0 30px;
  }
}

.cards-info img {
  max-width: 77px;
  margin: 0 0 0 10px;
}

.form-donation {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}

@media (max-width: 1739.98px) {
  .form-donation {
    margin: 0 0 30px;
  }
}

@media (max-width: 767.98px) {
  .form-donation {
    flex-wrap: wrap;
  }
}

.form-donation__label {
  font-weight: 600;
}

.form-donation__price {
  color: #187FD9;
}

.form-donation__select-month {
  margin: 0 10px;
}

@media (max-width: 425.98px) {
  .form-donation__select-month {
    margin: 0 5px;
  }
}

.form-donation .btn-donate {
  min-height: 60px;
  margin: 0 0 0 30px;
  font-size: 18px;
  padding: 5px 30px;
  box-shadow: none;
}

@media (max-width: 1739.98px) {
  .form-donation .btn-donate {
    min-height: 55px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .form-donation .btn-donate {
    font-size: 14px;
    min-height: 50px;
    padding: 5px 20px;
    border-radius: 4px;
    margin: 0 0 0 10px;
  }
}

@media (max-width: 425.98px) {
  .form-donation .btn-donate {
    margin: 20px 0 0 0;
  }
}

.form-donation .btn-donate__icon {
  font-size: 20px;
  flex: 0 0 20px;
  margin: 0 10px 0 0;
}

@media (max-width: 1739.98px) {
  .form-donation .btn-donate__icon {
    font-size: 18px;
    flex: 0 0 18px;
  }
}

@media (max-width: 767.98px) {
  .form-donation .btn-donate__icon {
    margin: 0 8px 0 0;
  }
}

.form-donation__input {
  font-family: "M PLUS 1p", "Arial", sans-serif;
  width: 100%;
  max-width: 256px;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 10px 0 0;
  font-size: 18px;
  line-height: 1;
  color: #303B40;
  font-weight: 400;
}

@media (max-width: 1739.98px) {
  .form-donation__input {
    height: 55px;
    font-size: 16px;
    max-width: 235px;
  }
}

@media (max-width: 767.98px) {
  .form-donation__input {
    height: 50px;
    font-size: 14px;
    max-width: 210px;
    border-radius: 4px;
  }
}

.select-month {
  position: relative;
}

.select-month.open .select-month__dropdown {
  display: block;
}

.select-month.open .select-month__btn {
  border-radius: 8px 8px 0 0;
  border-bottom-color: transparent;
}

.select-month__btn {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  min-height: 60px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  padding: 5px 40px 5px 20px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 1739.98px) {
  .select-month__btn {
    font-size: 16px;
    min-height: 55px;
    padding: 5px 35px 5px 20px;
  }
}

.select-month__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #303B40 transparent transparent transparent;
}

.select-month__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  max-height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
}

.select-month__option {
  display: block;
  padding: 10px 40px 10px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: all ease 0.5s;
}

@media (max-width: 1739.98px) {
  .select-month__option {
    font-size: 16px;
  }
}

.select-month__option:hover,
.select-month__option--current {
  background-color: #E8F2FB;
}

.organization-wrap *:last-child {
  margin-bottom: 0;
}

.organization-wrap__heading {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}

@media (max-width: 1739.98px) {
  .organization-wrap__heading {
    margin: 0 0 30px;
  }
}

@media (max-width: 575.98px) {
  .organization-wrap__heading {
    margin: 0 0 20px;
  }
}

.organization-wrap__avatar {
  position: relative;
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  margin: 0 30px 0 0;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 1739.98px) {
  .organization-wrap__avatar {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    margin: 0 20px 0 0;
  }
}

@media (max-width: 575.98px) {
  .organization-wrap__avatar {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    margin: 0 15px 0 0;
  }
}

.organization-wrap__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.organization-wrap__name {
  color: #000;
  margin: 0;
}

.organization-wrap__poster {
  position: relative;
  padding: 40% 0 0 0;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 40px;
}

@media (max-width: 1739.98px) {
  .organization-wrap__poster {
    padding: 43% 0 0 0;
    margin: 0 0 30px;
  }
}

@media (max-width: 575.98px) {
  .organization-wrap__poster {
    padding: 60% 0 0 0;
    border-radius: 4px;
  }
}

.organization-wrap__poster img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.organization-wrap .video__button {
  width: 110px;
  height: 110px;
}

@media (max-width: 1739.98px) {
  .organization-wrap .video__button {
    width: 60px;
    height: 60px;
  }
}

.organization-wrap .video__button:before {
  font-size: 30px;
}

@media (max-width: 1739.98px) {
  .organization-wrap .video__button:before {
    font-size: 21px;
  }
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  transform: translateY(0);
}

.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.popup__content {
  background-color: #F8F9FA;
  transform: translateY(50%);
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  max-width: 1460px;
  border-radius: 8px;
  width: 100%;
  padding: 80px;
}

@media (max-width: 1739.98px) {
  .popup__content {
    max-width: 1060px;
    padding: 60px;
  }
}

.popup--md .popup__content {
  max-width: 775px;
  padding: 50px;
}

@media (max-width: 1365.98px) {
  .popup__content {
    padding: 40px;
  }
}

@media (max-width: 767.98px) {
  .popup__content {
    padding: 30px;
    border-radius: 4px;
  }
}

@media (max-width: 575.98px) {
  .popup__content {
    padding: 25px 15px;
  }
}

.popup__close {
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 575.98px) {
  .popup__close {
    top: 10px;
    right: 10px;
  }
}

.popup__close:after,
.popup__close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #878D8C;
  border-radius: 3px;
}

.popup__close:after {
  z-index: 1;
  transform: translateY(-50%) rotateZ(45deg);
}

.popup__close::before {
  z-index: 2;
  transform: translateY(-50%) rotateZ(-45deg);
}

.lang-popup__title {
  text-align: center;
  color: #000;
}

.lang-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 25px 25px;
}

.lang-list__item {
  width: 33.3%;
  padding: 0 25px 25px;
}

.lang-popup__title {
  margin: 0 0 50px;
}

.lang-list__card {
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  padding: 30px 10px;
  transition: all ease .5s;
}

.lang-list__card:hover,
.lang-list__card.current {
  border-color: #187FD9;
}

.lang-list__img-wrap {
  display: block;
  margin: 0 auto 15px;
  width: 90px;
  height: 56px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.lang-list__heading {
  display: block;
  color: #303B40;
}

.lang-list__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}

.lang-popup__btn-wrap {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}

@media (max-width: 767.98px) {
  .lang-list {
    padding: 0 0 30px;
    margin: 0 -10px;
  }

  .lang-list__item {
    padding: 0 10px 20px;
  }
}

@media (max-width: 575.98px) {
  .lang-list {
    flex-direction: column;
  }

  .lang-list__item {
    width: 100%;
  }

  .lang-list__card {
    max-width: 158px;
    margin: 0 auto;
  }
}

.footer {
  padding: 65px 0 100px;
  background-color: #303B40;
}

@media (max-width: 1099.98px) {
  .footer {
    padding: 85px 0 115px;
    position: relative;
  }
}

@media (max-width: 767.98px) {
  .footer {
    padding: 60px 0 30px;
  }
}

.footer__container {
  display: flex;
}

@media (max-width: 767.98px) {
  .footer__container {
    flex-direction: column;
    padding: 0;
  }
}

.footer__sidebar {
  flex: 0 0 560px;
}

@media (max-width: 1739.98px) {
  .footer__sidebar {
    flex: 0 0 400px;
  }
}

@media (max-width: 1099.98px) {
  .footer__sidebar {
    flex: inherit;
  }
}

@media (max-width: 767.98px) {
  .footer__sidebar {
    order: 2;
    text-align: center;
    padding: 30px 25px 0;
    border-top: 1px solid rgba(224, 224, 224, 0.2);
  }
}

@media (max-width: 575.98px) {
  .footer__sidebar {
    padding: 30px 15px 0;
  }
}

.footer__content {
  flex-grow: 1;
  padding: 35px 0 0 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1739.98px) {
  .footer__content {
    padding: 35px 0 0 80px;
  }
}

@media (max-width: 1365.98px) {
  .footer__content {
    padding: 35px 0 0 40px;
  }
}

@media (max-width: 1099.98px) {
  .footer__content {
    padding: 0;
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .footer__content {
    order: 1;
    padding: 0 25px;
  }
}

@media (max-width: 575.98px) {
  .footer__content {
    padding: 0 15px;
  }
}

@media (max-width: 1099.98px) {
  .footer__item--social {
    width: 50%;
    padding: 80px 0 0 0;
  }
}

@media (max-width: 767.98px) {
  .footer__item--social {
    width: 100%;
    padding: 60px 0 0 0;
  }
}

@media (max-width: 1099.98px) {
  .footer__item--contacts {
    padding: 80px 0 0 0;
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .footer__item--contacts {
    width: 100%;
    padding: 30px 0;
  }
}

.footer__caption {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 30px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1739.98px) {
  .footer__caption {
    font-size: 16px;
  }
}

@media (max-width: 1099.98px) {
  .footer__caption {
    margin: 0 0 25px;
  }
}

@media (max-width: 767.98px) {
  .footer__caption {
    display: none;
  }
}

.footer__social {
  margin: 0 -5px;
}

.footer__social .social__link {
  background-color: #f5f5f5;
  color: #303B40;
}

.footer__social .social__link:hover {
  background-color: #fff;
}

.footer__adress {
  color: #fff;
  margin: 0 0 30px;
}

@media (max-width: 1099.98px) {
  .footer__adress {
    margin: 0 0 25px;
  }
}

.footer__adress .adress-box__icon {
  color: #fff;
  font-size: 20px;
  flex: 0 0 20px;
  margin: 0 10px 0 0;
}

.footer__adress .adress-box__text {
  flex: inherit;
  max-width: inherit;
  white-space: nowrap;
}

@media (max-width: 1099.98px) {
  .footer__adress .adress-box__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.footer__phone .phone-box__link,
.footer__phone .phone-box__icon {
  color: #fff;
}

@media (max-width: 1099.98px) {
  .footer__phone .phone-box__link {
    font-size: 16px;
    line-height: 24px;
  }
}

.footer__phone .phone-box__link:hover {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1099.98px) {
  .footer__phone .phone-box__icon {
    font-size: 20px;
    flex: 0 0 20px;
    margin: 0 10px 0 0;
  }
}

.footer__logo {
  margin: 0 0 55px;
}

@media (max-width: 1099.98px) {
  .footer__logo {
    margin: 0;
    position: absolute;
    top: 85px;
    left: 25px;
    z-index: 1;
  }
}

@media (max-width: 767.98px) {
  .footer__logo {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0 0 30px;
  }
}

.footer__logo-link {
  display: inline-block;
  vertical-align: top;
}

.footer__text {
  font-size: 16px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1099.98px) {
  .footer__text {
    position: absolute;
    bottom: 40px;
    left: 25px;
    right: 25px;
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .footer__text {
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
    display: block;
    font-size: 14px;
    line-height: 22px;
  }
}

.footer__text p {
  margin: 0 0 5px;
}

@media (max-width: 1099.98px) {
  .footer__text p {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .footer__text p {
    width: 100%;
  }
}

.footer__text a {
  color: currentColor;
  text-decoration: underline;
}

.footer__text a:hover {
  text-decoration: none;
}

@media (max-width: 1099.98px) {
  .footer__nav {
    padding: 0 0 0 50%;
  }
}

@media (max-width: 767.98px) {
  .footer__nav {
    padding: 0;
  }
}

@media (max-width: 1099.98px) {
  .footer__nav .nav__item {
    font-size: 16px;
    margin: 25px 0 0 0;
  }
}

@media (max-width: 767.98px) {
  .footer__nav .nav__item {
    font-size: 14px;
    margin: 30px 0 0 0;
  }
}

@media (max-width: 1099.98px) {
  .footer__nav .nav__item:first-child {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .footer__nav .nav__item:first-child {
    margin: 0;
  }
}

.footer__nav .nav__item:hover {
  color: rgba(255, 255, 255, 0.5);
}