.navigation1__link {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

h1, h2, h3, .names, .btn, .circle-button, .footer a, .donation__name-bank, .donation__number-link {
  font-family: "Georgia", "Times New Roman", serif;
}

body, .text {
  font-family: "Arial", "Helvetica", sans-serif;
}

.background__dark {
  background: url("../assets/images/noise_transparent@2x.png"), radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%), #211F20;
}

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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+.
  */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

template {
  display: none;
}

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

section,
main,
footer,
header,
article {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "Arial";
  src: url("../assets/fonts/Arial/Arial-ItalicMT.eot");
  src: local("Arial Italic"), local("Arial-ItalicMT"), url("../assets/fonts/Arial/Arial-ItalicMT.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Arial/Arial-ItalicMT.woff2") format("woff2"), url("../assets/fonts/Arial/Arial-ItalicMT.woff") format("woff"), url("../assets/fonts/Arial/Arial-ItalicMT.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Arial";
  src: url("../assets/fonts/Arial/ArialMT.eot");
  src: local("Arial"), local("ArialMT"), url("../assets/fonts/Arial/ArialMT.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Arial/ArialMT.woff2") format("woff2"), url("../assets/fonts/Arial/ArialMT.woff") format("woff"), url("../assets/fonts/Arial/ArialMT.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Georgia";
  src: url("../assets/fonts/Georgia/Georgia.eot");
  src: local("Georgia"), url("../assets/fonts/Georgia/Georgia.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Georgia/Georgia.woff2") format("woff2"), url("../assets/fonts/Georgia/Georgia.woff") format("woff"), url("../assets/fonts/Georgia/Georgia.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

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

html {
  font-size: 10px;
}

body {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  body.scroll-hidden {
    overflow-y: hidden;
  }
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 3.2rem;
  line-height: 3.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 4.4rem;
  line-height: 5.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}

@media (max-width: 320px) {
  h3 {
    font-size: 2.5rem;
    line-height: 3.2rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.06em;
  }
}

.text {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}

.names {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}

.block-shadowed {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.btn {
  display: block;
  color: #292929;
  font-size: 1.7rem;
  line-height: 2.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  width: 207px;
  height: 52px;
  border-radius: 100px;
  padding: 12px 42px;
}

.btn_colored {
  background-color: #F1CDB3;
  border: 2px solid #F1CDB3;
}

.btn_bordered {
  border: 2px solid #F1CDB3;
}

.btn:hover {
  background-color: #FDDCC4;
  border: 2px solid #FDDCC4;
}

.logo1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .logo1 {
    padding-right: 40px;
  }
  .logo1.hidden {
    opacity: 0;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
  }
}

.logo1__title {
  color: #F1CDB3;
  margin: 0;
  padding: 0 0 10px 0;
}

.logo1__subtitle-link {
  color: #FFFFFF;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

.logo1__subtitle-link.light {
  color: #292929;
}

.logo1__title.light {
  color: #545454;
}

.circle-button {
  width: 52px;
  height: 52px;
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  color: #292929;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #F1CDB3;
}

.circle-button.disabled {
  border-color: #CDCDCD;
  color: #CDCDCD;
}

.circle-button.disabled:hover {
  cursor: default;
}

.circle-button:not(.disabled):not(.active):hover {
  cursor: pointer;
  border-color: #FDDCC4;
  background-color: #FDDCC4;
}

.circle-button.active {
  cursor: default;
  border-color: #F1CDB3;
  background-color: #F1CDB3;
}

.hamburger::before, .hamburger::after, .hamburger__line {
  display: inline-block;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #F1CDB3;
}

.hamburger {
  display: none;
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 23px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.hamburger::before {
  top: 0;
  left: 0;
}

.hamburger::after {
  bottom: 0;
  left: 0;
}

.hamburger.light::before {
  background-color: black;
}

.hamburger.light::after {
  background-color: black;
}

.hamburger.rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hamburger__line {
  top: calc(50% - 0.5px);
  left: 0;
}

.hamburger__line.light {
  background-color: black;
}

.hidden_menu {
  display: none;
  position: fixed;
  top: 0%;
  right: 0%;
  width: -320px;
  height: 100vh;
  border: 1px solid black;
  background-color: red;
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 690px) {
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 320px) {
  .wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.header1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .header1 {
    padding-top: 30px;
  }
}

.header__logo-line {
  margin-right: 4.3rem;
}

@media (max-width: 767px) {
  .header__logo-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 2.8rem;
  }
}

.wrapper.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: white;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15.8rem;
  padding-top: 41px;
}

@media (max-width: 768px) {
  .footer {
    gap: 6.6rem;
    padding-top: 30px;
  }
}

@media (max-width: 690px) {
  .footer {
    gap: 0;
  }
}

.footer__column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 61.8%;
}

@media (max-width: 768px) {
  .footer__column-container {
    width: 90.5%;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}

@media (max-width: 320px) {
  .footer__column-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px;
    margin-bottom: 40px;
  }
}

.footer__column1,
.footer__column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .footer__column1,
  .footer__column2 {
    height: 234px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 320px) {
  .footer__column1,
  .footer__column2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px;
  }
}

.footer__column1 {
  width: 279px;
}

@media (max-width: 320px) {
  .footer__column1 {
    width: 252px;
    height: 208px;
    margin-bottom: 40px;
  }
}

.footer__column2 {
  width: 302px;
}

@media (max-width: 320px) {
  .footer__column2 {
    height: 222px;
  }
}

.footer__title {
  color: #FFFFFF;
}

@media (max-width: 320px) {
  .footer__title {
    width: 270px;
    text-align: center;
  }
}

.footer a {
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  color: #F1CDB3;
}

.column1__link1,
.column1__link2 {
  background-repeat: no-repeat;
  background-position-y: center;
  padding: 5px 0 5px 59px;
}

.column1__link1 {
  background-image: url("../assets/icons/mail.svg");
}

.column1__link2 {
  background-image: url("../assets/icons/phone.svg");
}

.column2__link1,
.column2__link2 {
  background-repeat: no-repeat;
  background-position-y: center;
  padding: 5px 0 5px 40px;
}

.column2__link1 {
  background-image: url("../assets/icons/pin_map.svg");
}

.column2__link2 {
  background-image: url("../assets/icons/pin_map.svg");
}

@media (max-width: 320px) {
  .column2__link2 {
    padding-right: 34px;
  }
}

.footer__image {
  width: 300px;
  height: 310px;
}

@media (max-width: 320px) {
  .footer__image {
    width: 260px;
    height: 269px;
  }
}

.header-navigation1 {
  margin-left: auto;
}

@media (max-width: 767px) {
  .header-navigation1 {
    position: fixed;
    top: 0%;
    right: -320px;
    width: 320px;
    height: 100vh;
    overflow: auto;
    background-color: #292929;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    padding: 30px 10px 0 10px;
  }
  .header-navigation1.light {
    background-color: white;
  }
  .header-navigation1.active {
    top: 0%;
    right: 0px;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    -webkit-box-shadow: -320px 0 rgba(41, 41, 41, 0.6);
            box-shadow: -320px 0 rgba(41, 41, 41, 0.6);
  }
}

.header-navigation1 .logo1 {
  display: none;
}

@media (max-width: 767px) {
  .header-navigation1 .logo1 {
    position: absolute;
  }
  .header-navigation1 .logo1.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.navigation1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 35px;
          column-gap: 35px;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
}

@media (max-width: 767px) {
  .navigation1.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 43px;
    font-size: 3.2rem;
    line-height: 5.1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.06em;
    margin-top: 158px;
  }
}

.navigation1__link {
  color: #CDCDCD;
}

.navigation1__link::after {
  display: block;
  content: "";
  height: 3px;
}

.navigation1__item:hover .navigation1__link {
  color: #FAFAFA;
}

.navigation1__item:hover .navigation1__link::after {
  display: block;
  content: "";
  height: 3px;
  background-color: #F1CDB3;
}

.navigation1__item:first-child .navigation1__link {
  color: #FAFAFA;
}

.navigation1__item:first-child .navigation1__link::after {
  display: block;
  content: "";
  height: 3px;
  background-color: #F1CDB3;
}

.navigation1__link.light {
  color: #545454;
}

.navigation1__item.light:hover .navigation1__link {
  color: #292929;
}

.navigation1__item.light:first-child .navigation1__link {
  color: #545454;
}

.navigation1__item.light:first-child .navigation1__link::after {
  display: block;
  content: "";
  height: 3px;
  background-color: white;
}

.navigation1__item.light:nth-child(2) .navigation1__link {
  color: #292929;
}

.navigation1__item.light:nth-child(2) .navigation1__link::after {
  display: block;
  content: "";
  height: 3px;
  background-color: #F1CDB3;
}

.not-only1__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4.2rem;
          column-gap: 4.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .not-only1__wrapper {
    padding-top: 0;
  }
}

.not-only1__description {
  max-width: 460px;
  margin-top: 21px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .not-only1__description {
    margin-top: 30px;
  }
}

@media (max-width: 320px) {
  .not-only1__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 105px;
  }
}

.not-only1__title {
  color: #FFFFFF;
  font-size: 4.4rem;
  line-height: 5.7rem;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  margin-bottom: 42px;
}

@media (max-width: 320px) {
  .not-only1__title {
    font-size: 2.5rem;
    line-height: 3.2rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.06em;
  }
}

.not-only1__text {
  color: #CDCDCD;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  margin: 0;
  margin-bottom: 42px;
}

@media (max-width: 768px) {
  .not-only1__btn {
    margin: auto;
  }
}

@media (max-width: 768px) {
  .not-only1__image {
    max-width: 100%;
    max-height: 593px;
    margin-left: auto;
  }
}

.about1 {
  padding: 80px 0 100px 0;
}

@media (max-width: 320px) {
  .about1 {
    padding: 42.23px 0 42.4px 0;
  }
}

.about1__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 120px;
}

@media (max-width: 768px) {
  .about1__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}

.about1__image {
  max-height: 408px;
}

@media (max-width: 320px) {
  .about1__image {
    width: 260px;
    height: 353.6px;
  }
}

.about1__description {
  max-width: 430px;
}

.about1__title {
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}

@media (max-width: 320px) {
  .about1__title {
    font-size: 2.5rem;
    line-height: 3.2rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

.about1__text,
.about1__text2 {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  margin: 0;
}

@media (max-width: 320px) {
  .about1__text,
  .about1__text2 {
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.about1__text {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .about1__text2 {
    margin-bottom: 80px;
  }
}

@media (max-width: 320px) {
  .about1__text2 {
    margin-bottom: 42px;
  }
}

@media (max-width: 320px) {
  .about1__text {
    margin-bottom: 22px;
  }
}

.our-friends__wrapper {
  background-color: #F6F6F6;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media (max-width: 320px) {
  .our-friends__wrapper {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

@media (max-width: 768px) {
  .our-friends__wrapper_pet {
    padding-bottom: 76px;
  }
}

@media (max-width: 320px) {
  .our-friends__wrapper_pet {
    padding-bottom: 42px;
  }
}

.our-friends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.our-friends__title {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 320px) {
  .our-friends__title {
    margin-bottom: 42px;
  }
}

@media (max-width: 768px) {
  .our-friends__title_pet {
    margin-bottom: 30px;
  }
}

@media (max-width: 320px) {
  .our-friends__title_pet {
    margin-bottom: 42px;
  }
}

.our-friends__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (max-width: 320px) {
  .our-friends__gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .our-friends__gallery:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media (max-width: 320px) {
  .our-friends__gallery_pet:last-child {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.circle-button_right,
.circle-button_left {
  margin-bottom: 30px;
}

@media (max-width: 320px) {
  .circle-button_right,
  .circle-button_left {
    margin-bottom: 12px;
  }
}

@media (max-width: 320px) {
  .circle-button_left {
    margin-right: 80px;
  }
}

.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 90%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  overflow-y: hidden;
  height: 465px;
}

@media (max-width: 320px) {
  .gallery-list {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: 455px;
  }
}

.gallery-list_pet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 930px;
}

@media (max-width: 768px) {
  .gallery-list_pet {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 88%;
    height: 1365px;
  }
}

@media (max-width: 320px) {
  .gallery-list_pet {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.gallery-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 435px;
  background: #FAFAFA;
  border-radius: 9px;
  margin-bottom: 30px;
}

.gallery-list__item:hover {
  background: #FFFFFF;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
          box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
}

.gallery-list__item:hover .gallery-list__btn {
  background-color: #FDDCC4;
  border: 2px solid #FDDCC4;
}

@media (max-width: 768px) {
  .gallery-list__item {
    overflow: hidden;
  }
}

.gallery-list__img {
  width: 270px;
  height: 270px;
  margin-bottom: 30px;
}

.gallery-list__names {
  margin-bottom: 30px;
}

.gallery-list__btn {
  width: 187px;
  margin-bottom: 30px;
}

.our-friends__btn {
  width: 261px;
  margin-top: 30px;
}

.our-friends__circle-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 340px;
  height: 52px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .our-friends__circle-buttons {
    margin-top: 40px;
  }
}

@media (max-width: 690px) {
  .our-friends__circle-buttons {
    width: 300px;
    margin-top: 42px;
  }
}

.help-us {
  padding-top: 80px;
  padding-bottom: 44px;
}

@media (max-width: 320px) {
  .help-us {
    padding-top: 42px;
    padding-bottom: 12px;
  }
}

.help-us__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.help-us__title {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 320px) {
  .help-us__title {
    margin-bottom: 42px;
  }
}

.help-us__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 96%;
}

@media (max-width: 320px) {
  .help-us__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    width: 100%;
  }
}

.help-us__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 113px;
  margin-bottom: 56px;
}

@media (max-width: 768px) {
  .help-us__item {
    width: 30%;
  }
}

@media (max-width: 320px) {
  .help-us__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 46%;
    height: 87px;
    margin-bottom: 30px;
  }
}

@media (max-width: 320px) {
  .help-us__icon {
    width: 50px;
    height: 50px;
  }
}

.help-us__list.hidded {
  width: 82%;
}

@media (max-width: 768px) {
  .help-us__list.hidded {
    display: none;
  }
}

.help-us__item.hidded {
  display: none;
}

@media (max-width: 768px) {
  .help-us__item.hidded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 320px) {
  .help-us__label {
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.06em;
  }
}

.donation__wrapper {
  background-color: #F6F6F6;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media (max-width: 320px) {
  .donation__wrapper {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

.donation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 768px) {
  .donation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 60px;
  }
}

@media (max-width: 690px) {
  .donation {
    gap: 42px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.donation__image {
  max-width: 505px;
  height: 261px;
}

@media (max-width: 690px) {
  .donation__image {
    width: 260px;
    height: 135.2px;
  }
}

.donation__description {
  max-width: 380px;
}

.donation__title {
  margin-bottom: 19px;
}

.donation__name-bank {
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

@media (max-width: 320px) {
  .donation__name-bank {
    line-height: 2.4rem;
    letter-spacing: 0;
  }
}

.donation__number-box {
  width: 349px;
  height: 43px;
  background: #F1CDB3;
  border-radius: 9px;
  background-image: url("../assets/icons/credit-card.svg");
  background-repeat: no-repeat;
  background-position: 15px;
  padding-top: 10px;
  padding-left: 59px;
  margin-bottom: 19px;
}

@media (max-width: 690px) {
  .donation__number-box {
    width: 281px;
    height: 43px;
    margin-left: 8px;
    padding-left: 46px;
  }
}

.donation__number-link {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  color: #545454;
}

@media (max-width: 690px) {
  .donation__number-link {
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.06em;
  }
}

.donation__text {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  color: #B2B2B2;
  margin: 0;
}

@media (max-width: 320px) {
  .donation__text {
    text-align: justify;
    padding: 0 10px;
  }
}
/*# sourceMappingURL=style.css.map */