*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Museo Sans Cyrl", sans-serif;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #421919;
  font-family: "Museo Sans Cyrl", sans-serif;
  background-color: #FFF9ED;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 320px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 319px) {
  body {
    min-width: 319px;
    overflow: auto;
  }
}

p, div {
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: rgba(231, 101, 12, 0.7);
}

::-moz-placeholder {
  color: rgba(231, 101, 12, 0.7);
} /*Firefox 19+*/
:-moz-placeholder {
  color: rgba(231, 101, 12, 0.7);
} /*Firefox 18-*/
:-ms-input-placeholder {
  color: rgba(231, 101, 12, 0.7);
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  gap: 16px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  input[type=checkbox] + label {
    font-size: 12px;
    line-height: 1.2;
    gap: 5px;
  }
  input[type=checkbox] + label br {
    display: none;
  }
}
input[type=checkbox] + label:before {
  content: "";
  width: 53px;
  height: 53px;
  display: block;
  background-image: url("../img/icons/ch.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  input[type=checkbox] + label:before {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }
}
@media (max-width: 576px) {
  input[type=checkbox] + label:before {
    width: 19px;
    height: 19px;
  }
}
input[type=checkbox] + label:hover:before {
  background-image: url("../img/icons/ch-hover.svg");
}
input[type=checkbox] + label a {
  text-decoration: underline;
  display: inline;
}
input[type=checkbox] + label a:hover {
  color: #a2a2a2;
}
input[type=checkbox]:checked + label:before {
  background-image: url("../img/icons/ch-checked.svg");
}

@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../font/MuseoSansCyrl-500.eot");
  src: local("MuseoSansCyrl-500"), local("MuseoSansCyrl-500"), url("../font/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../font/MuseoSansCyrl-500.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../font/MuseoSansCyrl-700.eot");
  src: local("/font/MuseoSansCyrl-700"), local("MuseoSansCyrl-700"), url("../font/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../font/MuseoSansCyrl-700.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../font/MuseoSansCyrl-900.eot");
  src: local("MuseoSansCyrl-900"), local("MuseoSansCyrl-900t"), url("../font/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../font/MuseoSansCyrl-900.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.container {
  max-width: 1440px;
  margin: auto;
}
@media (max-width: 1440px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 576px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 320px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container-mini {
  max-width: 1110px;
  margin: auto;
}
@media (max-width: 1024px) {
  .container-mini {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .container-mini {
    max-width: 675px;
  }
}

a {
  text-decoration: none;
  color: #421919;
}
a.link {
  margin-top: 34px;
  color: #fff9ed;
  padding: 30px 44px;
  background-color: #e7650c;
  font-weight: 600;
  font-size: 40px;
  line-height: 0.75;
  border-radius: 15px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1024px) {
  a.link {
    border-radius: 4px;
    font-size: 26px;
    line-height: 0.30976;
    padding: 17px 31px;
  }
}
@media (max-width: 576px) {
  a.link {
    font-size: 16px;
    line-height: 0.50336;
    padding: 10px 13px;
  }
}
@media (max-width: 320px) {
  a.link {
    font-size: 14px;
  }
}
a.link:hover {
  background: #f47620;
}
a.link:focus {
  background: #d9610f;
}
a.link.green {
  background-color: #00a553;
}
a.link.green:hover {
  background: #00b259;
}
a.link.green:focus {
  background: #00934a;
}
a.link img {
  position: absolute;
  right: -3px;
  bottom: -25px;
}
@media (max-width: 1024px) {
  a.link img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    right: -15px;
    bottom: -20px;
  }
}
@media (max-width: 576px) {
  a.link img {
    width: 23px;
    height: 23px;
    right: -8px;
    bottom: -10px;
  }
}

.orange-block {
  background-color: #e7650c;
  color: #fff9ed;
  padding: 76px 95px 68px 95px;
  position: relative;
  border-radius: 50px;
}
@media (max-width: 1024px) {
  .orange-block {
    padding: 33px 130px 33px 44px;
    border-radius: 11px;
  }
}
@media (max-width: 576px) {
  .orange-block {
    padding: 23px 28px;
  }
}
.orange-block .title {
  font-weight: 700;
  font-size: 70px;
  line-height: 0.8;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .orange-block .title {
    font-size: 32px;
    line-height: 0.82051;
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .orange-block .title {
    font-size: 22px;
    line-height: 1.01587;
  }
}
@media (max-width: 360px) {
  .orange-block .title {
    font-size: 20px;
  }
}
.orange-block .title .span {
  font-size: 110px;
  line-height: 0.79091;
}
@media (max-width: 1024px) {
  .orange-block .title .span {
    font-size: 39px;
  }
}
@media (max-width: 576px) {
  .orange-block .title .span {
    font-size: 27px;
    line-height: 0.80016;
  }
}
.orange-block .text {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .orange-block .text {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media (max-width: 576px) {
  .orange-block .text {
    font-size: 15px;
    line-height: 1.1;
  }
}

header .logos {
  display: flex;
  justify-content: space-between;
  margin: 24px 164px 28px 164px;
}
@media (max-width: 1366px) {
  header .logos {
    margin: 15px 30px;
  }
}
@media (max-width: 700px) {
  header .logos {
    margin: 12px 18px;
  }
}
@media (max-width: 375px) {
  header .logos {
    margin: 12px 0;
  }
}
@media (max-width: 700px) {
  header .logos img {
    height: 22px;
  }
}

#par {
  width: 44%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: screen;
  overflow: hidden;
  mask-image: url("../img/hero/mask-m.svg");
  mask-mode: alpha;
  mask-composite: add;
  mask-size: cover;
  mask-repeat: no-repeat;
}
#par img {
  width: 100% !important;
  height: auto;
  float: none !important;
  position: absolute;
  top: 0;
  right: -10%;
}
#par._animated img {
  animation: par-anim 8s linear infinite;
  -webkit-animation: -webkit-par-anim 8s linear infinite;
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  animation-play-state: running;
  -webkit-animation-play-state: running;
  will-change: transform, width;
  -webkit-will-change: transform, width;
}
@keyframes par-anim {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes -webkit-par-anim {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
  }
}
@media (min-width: 577px) {
  #par {
    width: 60%;
  }
  #par img {
    right: -12%;
  }
}
@media (min-width: 1025px) {
  #par {
    width: 85%;
    mask-image: url("../img/hero/mask-t.svg");
    mask-size: contain;
  }
}
@media (min-width: 1367px) {
  #par {
    width: 100%;
  }
}
@media (min-width: 1441px) {
  #par {
    mask-image: url("../img/hero/mask.svg");
  }
}
@media (min-width: 1601px) {
  #par {
    width: 115%;
  }
}

#hero {
  height: 880px;
  width: 100%;
  background: url("../img/hero/bg-bottom.svg"), #e7650c;
  color: #fff9ed;
  position: relative;
  padding-bottom: 128px;
}
@media (max-width: 1200px) {
  #hero {
    padding-bottom: 0;
    height: auto;
  }
}
@media (max-width: 375px) {
  #hero {
    padding-bottom: 1px;
  }
}
#hero #bulochka {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1024px) {
  #hero #bulochka {
    z-index: 1;
  }
}
@media (max-width: 600px) {
  #hero #bulochka {
    z-index: 0;
  }
}
#hero #bulochka .img {
  position: relative;
}
#hero #bulochka .img img {
  width: 120%;
  float: right;
}
@media (max-width: 1600px) {
  #hero #bulochka .img img {
    width: 110%;
  }
}
@media (max-width: 1440px) {
  #hero #bulochka .img img {
    width: 100%;
  }
}
@media (max-width: 1366px) {
  #hero #bulochka .img img {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  #hero #bulochka .img img {
    width: 60%;
  }
}
@media (max-width: 576px) {
  #hero #bulochka .img img {
    width: 44%;
  }
}
#hero .text {
  padding-top: 55px;
  margin-left: 164px;
  max-width: 840px;
  position: relative;
}
@media (max-width: 1200px) {
  #hero .text {
    margin-left: 60px;
  }
}
@media (max-width: 576px) {
  #hero .text {
    margin-left: 27px;
    padding-top: 17px;
  }
}
#hero .text h1 {
  font-weight: 700;
  font-size: 147px;
  line-height: 1.0982;
  margin-bottom: 27px;
}
@media (max-width: 1200px) {
  #hero .text h1 {
    font-size: 130px;
  }
}
@media (max-width: 1024px) {
  #hero .text h1 {
    font-size: 60px;
    margin-bottom: 29px;
  }
}
@media (max-width: 576px) {
  #hero .text h1 {
    font-size: 39px;
    line-height: 1.0982;
    margin-bottom: 0;
  }
}
#hero .text h1 span {
  font-size: 276px;
  line-height: 0.91144;
  display: block;
}
@media (max-width: 1200px) {
  #hero .text h1 span {
    font-size: 240px;
  }
}
@media (max-width: 1024px) {
  #hero .text h1 span {
    font-size: 134px;
    line-height: 0.87356;
  }
}
@media (max-width: 576px) {
  #hero .text h1 span {
    font-size: 87px;
    line-height: 0.87356;
  }
}
#hero .text div {
  display: inline-block;
  border-radius: 20px;
  background-color: #00a553;
  font-weight: 700;
  font-size: 79px;
  line-height: 1.09959;
  padding: 16px 32px;
  margin-bottom: 34px;
  margin-left: -34px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  #hero .text div {
    font-size: 32px;
    line-height: 1.09501;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  #hero .text div {
    font-size: 20px;
    line-height: 1.09501;
    border-radius: 5px;
    padding: 4px 9px;
  }
}
#hero .text p {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.225;
  text-wrap: balance;
}
@media (max-width: 1024px) {
  #hero .text p {
    font-size: 22px;
    line-height: 0.99053;
  }
}
@media (max-width: 576px) {
  #hero .text p {
    font-size: 15px;
    line-height: 1.13333;
  }
}
#hero .text p:last-child {
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 2.10368;
  margin-top: 37px;
  position: relative;
  z-index: 1;
}
@media (max-width: 820px) {
  #hero .text p:last-child {
    font-size: 12px;
    line-height: 1;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  #hero .text p:last-child {
    font-size: 7px;
    margin-top: 15px;
  }
}
#hero .bg-bottom {
  width: 100%;
  padding-top: 0;
  margin-top: -3px;
}
@media (max-width: 600px) {
  #hero .bg-bottom {
    padding-top: 0;
  }
}
#hero .bg-bottom img {
  width: calc(100% + 60px);
  position: absolute;
  left: -60px;
}

#stat {
  margin-top: 0;
  position: relative;
  padding: 95px;
}
@media (max-width: 1366px) {
  #stat {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  #stat {
    padding: 65px;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  #stat {
    padding: 0 0 30px 0;
  }
}
#stat .angry-cart-wrap {
  position: relative;
}
#stat .angry-cart-wrap #hleb2 {
  position: absolute;
  z-index: -1;
  bottom: -35px;
  left: -115px;
}
@media (max-width: 1024px) {
  #stat .angry-cart-wrap #hleb2 {
    bottom: -180px;
    left: -100px;
    width: 134px;
  }
}
@media (max-width: 576px) {
  #stat .angry-cart-wrap #hleb2 {
    bottom: -43px;
    left: -40px;
    width: 74px;
  }
}
#stat .angry-cart {
  border: 6px solid #00a553;
  color: #00a553;
  border-radius: 44px;
  background-color: #fff9ed;
  display: flex;
  flex-direction: column;
  padding: 69px 40px 63px 99px;
  margin: 0 auto 50px auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  #stat .angry-cart {
    padding: 30px 182px 11px 46px;
    border-width: 1.6px;
    height: auto;
    border-radius: 12px;
    margin-bottom: 18px;
  }
}
@media (max-width: 576px) {
  #stat .angry-cart {
    padding: 17px 33px;
    margin-top: 36px;
  }
}
#stat .angry-cart .intro {
  font-weight: 600;
  line-height: 1.225;
  font-size: clamp(15px, 3vw, 40px);
}
@media (max-width: 1024px) {
  #stat .angry-cart .intro {
    line-height: 0.80769;
  }
}
@media (max-width: 576px) {
  #stat .angry-cart .intro {
    font-size: 15px;
    line-height: 0.87373;
  }
}
#stat .angry-cart .next-intro {
  display: flex;
  align-items: center;
}
#stat .angry-cart .next-intro div {
  font-weight: 700;
  line-height: 0.79091;
  font-size: clamp(30px, 6vw, 110px);
}
@media (max-width: 1024px) {
  #stat .angry-cart .next-intro div {
    line-height: 0.77566;
  }
}
@media (max-width: 576px) {
  #stat .angry-cart .next-intro div {
    font-size: 30px;
    line-height: 0.77566;
  }
}
#stat .angry-cart .next-intro div:first-child {
  font-weight: 700;
  line-height: 0.9;
  font-size: clamp(61px, 15vw, 230px);
}
@media (max-width: 576px) {
  #stat .angry-cart .next-intro div:first-child {
    line-height: 1.09726;
  }
}
#stat .angry-cart .cart-img {
  position: absolute;
  right: -100px;
  top: -58px;
}
@media (max-width: 1024px) {
  #stat .angry-cart .cart-img {
    right: 10px;
    top: 10px;
    width: 142px;
  }
}
@media (max-width: 576px) {
  #stat .angry-cart .cart-img {
    right: -35px;
    top: 13px;
    width: 100px;
  }
}
#stat .angry-cart #hleb1 {
  position: absolute;
  z-index: 3;
  top: -80px;
  left: -250px;
}
@media (max-width: 1024px) {
  #stat .angry-cart #hleb1 {
    width: 170px;
    top: -55px;
    left: -120px;
  }
}
@media (max-width: 576px) {
  #stat .angry-cart #hleb1 {
    width: 106px;
    top: -26px;
    left: -72px;
  }
}
#stat .green-text-wrap {
  position: relative;
}
#stat .green-text-wrap #hleb3 {
  position: absolute;
  left: 15px;
  top: 170px;
}
@media (max-width: 1024px) {
  #stat .green-text-wrap #hleb3 {
    display: none;
  }
}
@media (max-width: 576px) {
  #stat .green-text-wrap #hleb3 {
    width: 70px;
    top: 60px;
    left: -40px;
  }
}
#stat .green-text {
  display: flex;
  flex-direction: column;
  gap: 60px;
  background-color: #00a553;
  color: #fff9ed;
  border-radius: 50px;
  max-width: 1110px;
  margin: auto;
  padding: 23px 80px 70px 95px;
  position: relative;
}
@media (max-width: 1024px) {
  #stat .green-text {
    padding: 3px 3px 40px 46px;
    gap: 20px;
    border-radius: 13px;
  }
}
@media (max-width: 576px) {
  #stat .green-text {
    padding: 8px 11px 23px 28px;
  }
}
#stat .green-text #hleb4 {
  position: absolute;
  right: 0;
  top: 0;
}
#stat .green-text .item {
  position: relative;
}
#stat .green-text .item > div {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.225;
}
@media (max-width: 1024px) {
  #stat .green-text .item > div {
    font-size: 18px;
    line-height: 1.11111;
    max-width: 88%;
    text-wrap: balance;
  }
  #stat .green-text .item > div br {
    display: none;
  }
}
@media (max-width: 576px) {
  #stat .green-text .item > div {
    font-size: 15px;
    line-height: 1.06667;
  }
}
#stat .green-text .item > div:first-child {
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 27px;
}
@media (max-width: 1024px) {
  #stat .green-text .item > div:first-child {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 5px;
    text-wrap: balance;
  }
}
@media (max-width: 576px) {
  #stat .green-text .item > div:first-child {
    font-size: 21px;
    line-height: 1.1;
  }
}
#stat .green-text .item img {
  position: absolute;
}
#stat .green-text .item.intro .title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  #stat .green-text .item.intro .title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  #stat .green-text .item.intro .title {
    font-size: 21px;
  }
}
#stat .green-text .item.intro .title .flex {
  display: flex;
  align-items: center;
}
#stat .green-text .item.intro .title .flex span {
  font-weight: 700;
  font-size: 261px;
  line-height: 1.09726;
}
@media (max-width: 1024px) {
  #stat .green-text .item.intro .title .flex span {
    font-size: 118px;
    line-height: 1.09726;
  }
}
@media (max-width: 576px) {
  #stat .green-text .item.intro .title .flex span {
    font-size: 71px;
  }
}
#stat .green-text .item.intro .title .flex span + span {
  font-size: 131px;
  line-height: 1.81562;
}
@media (max-width: 1024px) {
  #stat .green-text .item.intro .title .flex span + span {
    font-size: 56px;
    line-height: 1.97059;
  }
}
@media (max-width: 576px) {
  #stat .green-text .item.intro .title .flex span + span {
    font-size: 36px;
    line-height: 1.81562;
  }
}
#stat .green-text .item.intro .right {
  right: -270px;
  top: 50px;
}
@media (max-width: 1440px) {
  #stat .green-text .item.intro .right {
    right: -220px;
    width: 380px;
  }
}
@media (max-width: 1366px) {
  #stat .green-text .item.intro .right {
    right: -200px;
    width: 340px;
  }
}
@media (max-width: 1024px) {
  #stat .green-text .item.intro .right {
    right: 0;
    width: 200px;
    top: 10px;
  }
}
@media (max-width: 768px) {
  #stat .green-text .item.intro .right {
    width: 180px;
  }
}
@media (max-width: 600px) {
  #stat .green-text .item.intro .right {
    right: -96px;
    top: 20px;
  }
}
@media (max-width: 576px) {
  #stat .green-text .item.intro .right {
    width: 125px;
    right: -40px;
    top: 10px;
  }
}
@media (max-width: 576px) {
  #stat .green-text .item.forget {
    padding-left: 20px;
  }
}
#stat .green-text .item.forget .right {
  right: -190px;
  top: 70px;
}
@media (max-width: 1024px) {
  #stat .green-text .item.forget .right {
    width: 130px;
    right: -70px;
    top: 150px;
  }
}
@media (max-width: 576px) {
  #stat .green-text .item.forget .right {
    width: 84px;
    right: -70px;
    top: 20px;
  }
}
#stat .green-text .item.forget .left {
  left: -268px;
  top: -80px;
}
@media (max-width: 1440px) {
  #stat .green-text .item.forget .left {
    left: -250px;
  }
}
@media (max-width: 1024px) {
  #stat .green-text .item.forget .left {
    right: -35px;
    left: auto;
    width: 150px;
    transform: scaleX(-1);
  }
}
@media (max-width: 600px) {
  #stat .green-text .item.forget .left {
    right: -105px;
  }
}
@media (max-width: 576px) {
  #stat .green-text .item.forget .left {
    left: -72px;
    width: 81px;
    top: -33px;
    transform: scaleX(1);
  }
}
#stat .green-text .item.no-money a.link {
  margin-top: 52px;
}
@media (max-width: 1024px) {
  #stat .green-text .item.no-money a.link {
    margin-left: 138px;
  }
}
@media (max-width: 600px) {
  #stat .green-text .item.no-money a.link {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  #stat .green-text .item.no-money a.link {
    margin-left: 0;
    margin-top: 16px;
  }
}
#stat .green-text .item.no-money a.link img {
  position: absolute;
}
#stat .green-text .item.no-money .right {
  right: -50px;
  bottom: -140px;
}
@media (max-width: 1024px) {
  #stat .green-text .item.no-money .right {
    transform: scaleX(-1) rotate(3deg);
    width: 140px;
    left: -62px;
    bottom: -56px;
  }
}
@media (max-width: 600px) {
  #stat .green-text .item.no-money .right {
    left: -145px;
  }
}
@media (max-width: 576px) {
  #stat .green-text .item.no-money .right {
    transform: scaleX(1) rotate(0deg);
    width: 94px;
    left: auto;
    bottom: -40px;
    right: -29px;
  }
}
#stat .tale-intro {
  padding: 88px 72px 0 95px;
  border: 7px solid #00a553;
  border-radius: 44px;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  #stat .tale-intro {
    margin-top: 30px;
    border-width: 1.87px;
    border-radius: 12px;
    padding: 26px 46px 40px 46px;
  }
}
@media (max-width: 576px) {
  #stat .tale-intro {
    padding: 24px 14px 24px 32px;
    margin-top: 20px;
  }
}
#stat .tale-intro .title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 70px;
  line-height: 1.2;
  color: #e7650c;
}
@media (max-width: 1024px) {
  #stat .tale-intro .title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  #stat .tale-intro .title {
    font-size: 22px;
    line-height: 1;
  }
}
#stat .tale-intro .desc {
  font-weight: 600;
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 76px;
}
@media (max-width: 1024px) {
  #stat .tale-intro .desc {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0;
  }
  #stat .tale-intro .desc br {
    display: none;
  }
}
@media (max-width: 576px) {
  #stat .tale-intro .desc {
    font-size: 22px;
    line-height: 1;
  }
}
#stat .tale-intro .img {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: -90px;
}
@media (max-width: 1024px) {
  #stat .tale-intro .img {
    margin-bottom: -115px;
    padding-bottom: 10px;
  }
}
@media (max-width: 576px) {
  #stat .tale-intro .img {
    margin-bottom: -55px;
    padding-bottom: 0;
  }
}
@media (max-width: 375px) {
  #stat .tale-intro .img {
    justify-content: flex-end;
  }
}
#stat .tale-intro .img img {
  width: 194px;
  height: 218px;
  object-fit: contain;
}
@media (max-width: 1024px) {
  #stat .tale-intro .img img {
    width: 90px;
    height: 96px;
  }
}
@media (max-width: 576px) {
  #stat .tale-intro .img img {
    width: 63px;
    height: 67px;
  }
}
#stat .tale-intro .img:hover .img-inner {
  top: 114px;
}
#stat .tale-intro .img .img-inner {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 90px;
  will-change: top;
  animation-name: loopdown;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
}
@media (max-width: 375px) {
  #stat .tale-intro .img .img-inner {
    align-items: flex-end;
    right: 22px;
  }
}
#stat .tale-intro .img .img-inner img {
  width: 56px;
  height: 34px;
}
@media (max-width: 1024px) {
  #stat .tale-intro .img .img-inner img {
    width: 27px;
    height: 15px;
  }
}
@media (max-width: 576px) {
  #stat .tale-intro .img .img-inner img {
    width: 19px;
    height: 11px;
  }
}

#timeline {
  margin-top: 39px;
  background-image: url("../img/timeline.svg");
  background-repeat: no-repeat;
  background-position: 48% top;
  background-size: contain;
  padding-top: 212px;
  padding-bottom: 126px;
}
@media (max-width: 1440px) {
  #timeline {
    overflow-x: hidden;
  }
}
@media (max-width: 1366px) {
  #timeline {
    background-position: 46% top;
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  #timeline {
    background-position: 44% top;
    background-size: auto;
  }
}
@media (max-width: 1024px) {
  #timeline {
    margin-top: 12px;
    background-image: url("../img/timeline-t.svg");
    padding-top: 17px;
    background-position: 53% top;
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  #timeline {
    background-position: 54% top;
  }
}
@media (max-width: 768px) {
  #timeline {
    background-position: 57% top;
  }
}
@media (max-width: 600px) {
  #timeline {
    background-position: 2vw top;
  }
}
@media (max-width: 576px) {
  #timeline {
    background-position: -75% top;
    margin-top: 0;
    padding-bottom: 35px;
  }
}
@media (max-width: 570px) {
  #timeline {
    background-image: none !important;
  }
}
@media (max-width: 480px) {
  #timeline {
    background-position: 29% top;
    background-image: none;
  }
}
@media (max-width: 425px) {
  #timeline {
    background-position: 36% top;
  }
}
@media (max-width: 375px) {
  #timeline {
    background-image: url("../img/timeline-m.svg");
    background-position: 70% top;
  }
}
@media (max-width: 1440px) {
  #timeline .container {
    overflow-x: hidden;
  }
}
#timeline .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #timeline .item {
    max-width: 800px;
    margin: auto;
  }
}
@media (max-width: 991px) {
  #timeline .item {
    max-width: 675px;
  }
}
#timeline .item.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 600px) {
  #timeline .item.nature {
    margin-top: 45px;
  }
}
@media (max-width: 375px) {
  #timeline .item.nature {
    margin-top: 60px;
  }
  #timeline .item.nature .img {
    margin-left: -56px;
  }
}
@media (max-width: 1200px) {
  #timeline .item.combainer {
    margin-top: 130px;
  }
}
@media (max-width: 1024px) {
  #timeline .item.combainer {
    margin-top: -15px;
  }
}
@media (max-width: 991px) {
  #timeline .item.combainer {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  #timeline .item.combainer {
    margin-top: 65px;
  }
  #timeline .item.combainer .img {
    margin-right: -45px;
  }
}
@media (max-width: 480px) {
  #timeline .item.combainer {
    margin-top: 153px;
  }
}
@media (max-width: 425px) {
  #timeline .item.combainer {
    margin-top: 165px;
  }
  #timeline .item.combainer .img {
    margin-right: -55px;
  }
}
@media (max-width: 375px) {
  #timeline .item.combainer {
    margin-top: 50px;
  }
  #timeline .item.combainer .img {
    margin-right: -74px;
  }
}
@media (max-width: 1200px) {
  #timeline .item.mukomol {
    margin-top: 200px;
  }
}
@media (max-width: 1024px) {
  #timeline .item.mukomol {
    margin-top: -10px;
  }
}
@media (max-width: 991px) {
  #timeline .item.mukomol {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  #timeline .item.mukomol {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  #timeline .item.mukomol .img {
    margin-left: -60px;
  }
}
@media (max-width: 425px) {
  #timeline .item.mukomol {
    margin-top: 40px;
  }
  #timeline .item.mukomol .img {
    margin-left: -50px;
  }
}
@media (max-width: 375px) {
  #timeline .item.mukomol {
    margin-top: 17px;
  }
  #timeline .item.mukomol .img {
    margin-left: -60px;
  }
}
@media (max-width: 1366px) {
  #timeline .item.pekar {
    margin-top: 200px;
  }
}
@media (max-width: 1024px) {
  #timeline .item.pekar {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  #timeline .item.pekar {
    margin-top: 70px;
  }
}
@media (max-width: 576px) {
  #timeline .item.pekar {
    margin-top: 40px;
  }
  #timeline .item.pekar .img {
    margin-right: -45px;
  }
}
@media (max-width: 480px) {
  #timeline .item.pekar {
    margin-top: 130px;
  }
}
@media (max-width: 375px) {
  #timeline .item.pekar {
    margin-top: 30px;
  }
  #timeline .item.pekar .img {
    margin-right: -70px;
  }
}
@media (max-width: 1366px) {
  #timeline .item.voditel {
    margin-top: 200px;
  }
}
@media (max-width: 1024px) {
  #timeline .item.voditel {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  #timeline .item.voditel .img {
    margin-left: -60px;
  }
}
@media (max-width: 425px) {
  #timeline .item.voditel {
    margin-top: 85px;
  }
}
@media (max-width: 375px) {
  #timeline .item.voditel {
    margin-top: 25px;
  }
}
@media (max-width: 1200px) {
  #timeline .item.prodavec {
    margin-top: 230px;
  }
}
@media (max-width: 1024px) {
  #timeline .item.prodavec {
    margin-top: -4px;
  }
}
@media (max-width: 991px) {
  #timeline .item.prodavec {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  #timeline .item.prodavec {
    margin-top: 150px;
  }
  #timeline .item.prodavec .img {
    margin-right: -30px;
  }
}
@media (max-width: 576px) {
  #timeline .item.prodavec {
    margin-top: 65px;
  }
}
@media (max-width: 480px) {
  #timeline .item.prodavec {
    margin-top: 140px;
  }
  #timeline .item.prodavec .img {
    margin-right: -50px;
  }
}
@media (max-width: 425px) {
  #timeline .item.prodavec {
    margin-top: 165px;
  }
}
@media (max-width: 375px) {
  #timeline .item.prodavec {
    margin-top: 30px;
  }
}
@media (max-width: 1366px) {
  #timeline .item.semya {
    margin-top: 150px;
  }
}
@media (max-width: 1200px) {
  #timeline .item.semya {
    margin-top: 210px;
  }
}
@media (max-width: 1024px) {
  #timeline .item.semya {
    margin-top: -10px;
  }
}
@media (max-width: 991px) {
  #timeline .item.semya {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  #timeline .item.semya {
    margin-top: 87px;
  }
  #timeline .item.semya .img {
    margin-left: -30px;
  }
}
@media (max-width: 480px) {
  #timeline .item.semya .img {
    margin-left: -60px;
  }
}
@media (max-width: 425px) {
  #timeline .item.semya .img {
    margin-left: -45px;
  }
}
@media (max-width: 375px) {
  #timeline .item.semya {
    margin-top: 15px;
  }
  #timeline .item.semya .img {
    margin-left: -70px;
  }
}
@media (max-width: 1366px) {
  #timeline .item.volonter {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  #timeline .item.volonter {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  #timeline .item.volonter {
    margin-top: 60px;
  }
  #timeline .item.volonter .img {
    margin-right: -30px;
  }
}
@media (max-width: 600px) {
  #timeline .item.volonter .img {
    margin-right: -75px;
  }
}
@media (max-width: 576px) {
  #timeline .item.volonter {
    margin-top: 16px;
  }
  #timeline .item.volonter .img {
    margin-right: -50px;
  }
}
@media (max-width: 480px) {
  #timeline .item.volonter {
    margin-top: 90px;
  }
  #timeline .item.volonter .img {
    margin-right: -100px;
  }
}
@media (max-width: 425px) {
  #timeline .item.volonter {
    margin-top: 150px;
  }
  #timeline .item.volonter .img {
    margin-top: -80px;
  }
}
@media (max-width: 375px) {
  #timeline .item.volonter {
    margin-top: 25px;
  }
  #timeline .item.volonter .img {
    margin-top: 0;
    margin-left: 0px;
  }
}
#timeline .item .img {
  width: 55%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  #timeline .item .img {
    width: 41%;
    max-width: 327px;
  }
}
@media (max-width: 576px) {
  #timeline .item .img {
    width: 50%;
  }
}
@media (max-width: 375px) {
  #timeline .item .img {
    width: 60%;
  }
}
#timeline .item .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#timeline .item .text .title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  color: #e7650c;
  padding-left: 60px;
  margin-bottom: 21px;
}
@media (max-width: 1024px) {
  #timeline .item .text .title {
    font-size: 28px;
    line-height: 0.75;
    padding-left: 32px;
    margin-bottom: 14px;
  }
  #timeline .item .text .title br {
    display: none;
  }
}
@media (max-width: 576px) {
  #timeline .item .text .title {
    font-size: 22px;
    line-height: 0.95455;
    margin-bottom: 12px;
    padding-left: 26px;
  }
}
@media (max-width: 320px) {
  #timeline .item .text .title {
    font-size: 18px;
  }
}
#timeline .item .text .title span {
  font-size: 35px;
  line-height: 2;
  display: block;
}
@media (max-width: 1024px) {
  #timeline .item .text .title span {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (max-width: 576px) {
  #timeline .item .text .title span {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  #timeline .item .text .title span {
    font-size: 10px;
    line-height: 1.73827;
  }
}
#timeline .item .text .desc {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.05;
  padding-left: 60px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  #timeline .item .text .desc {
    font-size: 22px;
    line-height: 1.1078;
    padding-left: 32px;
    margin-bottom: 12px;
  }
}
@media (max-width: 576px) {
  #timeline .item .text .desc {
    font-size: 14px;
    line-height: 1;
    padding-left: 26px;
  }
}
@media (max-width: 320px) {
  #timeline .item .text .desc {
    font-size: 12px;
  }
}
#timeline .item .text .text-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1024px) {
  #timeline .item .text .text-list {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  #timeline .item .text .text-list {
    gap: 11px;
  }
}
#timeline .item .text .text-list .text-item {
  display: flex;
  gap: 17px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  #timeline .item .text .text-list .text-item {
    gap: 8px;
  }
}
@media (max-width: 576px) {
  #timeline .item .text .text-list .text-item {
    gap: 5px;
  }
}
#timeline .item .text .text-list .text-item img {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  #timeline .item .text .text-list .text-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
}
@media (max-width: 576px) {
  #timeline .item .text .text-list .text-item img {
    width: 21px;
    height: 21px;
  }
}
#timeline .item .text .text-list .text-item div {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  #timeline .item .text .text-list .text-item div {
    font-size: 18px;
    line-height: 1.15;
  }
}
@media (max-width: 576px) {
  #timeline .item .text .text-list .text-item div {
    font-size: 13px;
    line-height: 1.15;
  }
}
@media (max-width: 320px) {
  #timeline .item .text .text-list .text-item div {
    font-size: 11px;
  }
}
#timeline .item .text .text-list .text-item div span {
  font-weight: 600;
}
@media (max-width: 570px) {
  #timeline .item.nature, #timeline .item.combainer, #timeline .item.mukomol, #timeline .item.pekar, #timeline .item.voditel, #timeline .item.prodavec, #timeline .item.semya, #timeline .item.volonter {
    margin-top: 0;
  }
}
@media (max-width: 320px) {
  #timeline .item.nature, #timeline .item.combainer, #timeline .item.mukomol, #timeline .item.pekar, #timeline .item.voditel, #timeline .item.prodavec, #timeline .item.semya, #timeline .item.volonter {
    margin-top: 10px;
  }
}
@media (max-width: 425px) {
  #timeline .item.nature .img {
    margin-left: -30px;
  }
}
@media (max-width: 375px) {
  #timeline .item.nature .img {
    margin-left: -60px;
  }
}
@media (max-width: 425px) {
  #timeline .item.combainer .img {
    margin-right: -29px;
  }
}
@media (max-width: 375px) {
  #timeline .item.combainer .img {
    margin-right: -59px;
  }
}
@media (max-width: 480px) {
  #timeline .item.mukomol .img {
    margin-left: -40px;
  }
}
@media (max-width: 375px) {
  #timeline .item.mukomol .img {
    margin-left: -54px;
  }
}
@media (max-width: 425px) {
  #timeline .item.pekar {
    margin-top: 10px;
  }
}
@media (max-width: 375px) {
  #timeline .item.pekar .img {
    margin-left: -14px;
  }
}
@media (max-width: 370px) {
  #timeline .item.pekar .img {
    margin-left: -12px;
  }
}
@media (max-width: 320px) {
  #timeline .item.pekar .img {
    margin-left: -40px;
  }
}
@media (max-width: 375px) {
  #timeline .item.voditel .img {
    margin-left: -70px;
  }
}
@media (max-width: 375px) {
  #timeline .item.prodavec .img {
    margin-left: -40px;
  }
}
@media (max-width: 370px) {
  #timeline .item.prodavec .img {
    margin-left: -25px;
  }
}
@media (max-width: 320px) {
  #timeline .item.prodavec .img {
    margin-left: -35px;
  }
}
@media (max-width: 480px) {
  #timeline .item.semya .img {
    margin-left: -30px;
  }
}
@media (max-width: 375px) {
  #timeline .item.semya .img {
    margin-left: -48px;
  }
}
@media (max-width: 480px) {
  #timeline .item.volonter .img {
    margin-right: -62px;
  }
}
@media (max-width: 375px) {
  #timeline .item.volonter .img {
    margin-right: -82px;
  }
}
#timeline .orange-block {
  margin-top: 185px;
}
@media (max-width: 1024px) {
  #timeline .orange-block {
    margin-top: 40px;
  }
}
#timeline .orange-block img {
  position: absolute;
  right: -180px;
  top: 60px;
}
@media (max-width: 1440px) {
  #timeline .orange-block img {
    right: -115px;
    width: 250px;
  }
}
@media (max-width: 1024px) {
  #timeline .orange-block img {
    right: -27px;
    width: 170px;
    top: 0;
  }
}
@media (max-width: 576px) {
  #timeline .orange-block img {
    right: -10px;
    width: 120px;
    top: -69px;
  }
}
@media (max-width: 375px) {
  #timeline .orange-block img {
    right: -10px;
    width: 100px;
    top: -60px;
  }
}

.pre-title {
  display: flex;
  justify-content: center;
}
.pre-title h2 {
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1024px) {
  .pre-title h2 {
    font-size: 35px;
    line-height: 1;
  }
}
@media (max-width: 576px) {
  .pre-title h2 {
    font-size: 24px;
  }
}

#what {
  background-image: url("../img/what.svg");
  background-repeat: no-repeat;
  background-position: 49% center;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 105px;
}
@media (max-width: 1366px) {
  #what {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  #what {
    background-image: url("../img/what-t.svg");
    background-size: auto;
    background-position: center top;
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 576px) {
  #what {
    padding-top: 24px;
    padding-bottom: 35px;
  }
}
@media (max-width: 570px) {
  #what {
    background-image: none !important;
  }
}
@media (max-width: 375px) {
  #what {
    background-image: url("../img/what-t.svg");
  }
}
#what .orange-block {
  padding: 64px;
}
@media (max-width: 1024px) {
  #what .orange-block {
    padding: 38px 44px 25px 44px;
  }
}
@media (max-width: 600px) {
  #what .orange-block {
    padding: 38px 120px 25px 44px;
  }
}
@media (max-width: 576px) {
  #what .orange-block {
    padding: 26px 28px;
  }
}
@media (max-width: 600px) {
  #what .orange-block .text br {
    display: none;
  }
}
@media (max-width: 1024px) {
  #what .orange-block a.link.green {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 360px;
    font-size: 26px;
    line-height: 0.43934;
    padding: 17px 20px;
    margin-top: 22px;
  }
}
@media (max-width: 600px) {
  #what .orange-block a.link.green {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  #what .orange-block a.link.green {
    margin-left: 0;
    width: 200px;
    height: 33px;
    font-size: 16px;
    line-height: 0.71393;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
#what .orange-block .orange-block-img {
  position: absolute;
  right: -95px;
  top: 160px;
}
@media (max-width: 1024px) {
  #what .orange-block .orange-block-img {
    right: -55px;
    top: 4px;
    width: 200px;
  }
}
@media (max-width: 600px) {
  #what .orange-block .orange-block-img {
    top: 30px;
  }
}
@media (max-width: 576px) {
  #what .orange-block .orange-block-img {
    width: 120px;
    bottom: 4px;
    top: auto;
    right: -34px;
  }
}
@media (max-width: 360px) {
  #what .orange-block .orange-block-img {
    width: 110px;
  }
}
@media (max-width: 320px) {
  #what .orange-block .orange-block-img {
    width: 100px;
  }
}
#what .what-grid {
  margin-top: 29px;
  display: grid;
  grid-template-columns: 780px 1fr;
  gap: 25px;
}
@media (max-width: 1024px) {
  #what .what-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px 12px;
  }
}
@media (max-width: 576px) {
  #what .what-grid {
    margin-top: 10px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#what .what-grid .green {
  border-radius: 37px;
  background-color: #00a553;
  padding: 77px 50px 47px 63px;
  color: #fff9ed;
}
@media (max-width: 1024px) {
  #what .what-grid .green {
    grid-column: 1/3;
    padding: 32px 44px 28px 44px;
    border-radius: 11px;
  }
}
@media (max-width: 576px) {
  #what .what-grid .green {
    padding: 26px 28px;
    grid-column: auto;
  }
}
#what .what-grid .green .title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.16;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  #what .what-grid .green .title {
    font-size: 32px;
    line-height: 1;
  }
}
@media (max-width: 576px) {
  #what .what-grid .green .title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 11px;
  }
}
#what .what-grid .green .text {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.025;
}
@media (max-width: 1024px) {
  #what .what-grid .green .text {
    font-size: 24px;
    line-height: 0.42422;
  }
}
@media (max-width: 576px) {
  #what .what-grid .green .text {
    font-size: 15px;
    line-height: 0.67875;
    margin-bottom: 14px;
  }
}
@media (max-width: 1024px) {
  #what .what-grid .green a.link {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 360px;
    font-size: 26px;
    line-height: 0.43934;
    padding: 17px 20px;
    margin-top: 28px;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  #what .what-grid .green a.link {
    margin-left: 0;
    width: 200px;
    height: 33px;
    font-size: 16px;
    line-height: 0.71393;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 0;
  }
}
#what .what-grid .soc-block {
  color: #e7650c;
  border: 8px solid #e7650c;
  border-radius: 44px;
  background-color: #fff9ed;
  padding: 50px 33px 60px 64px;
}
@media (max-width: 1024px) {
  #what .what-grid .soc-block {
    padding: 43px 17px 50px 26px;
    border-width: 2px;
    border-radius: 11px;
  }
}
@media (max-width: 576px) {
  #what .what-grid .soc-block {
    padding: 17px 16px 26px 26px;
  }
}
#what .what-grid .soc-block .title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 23px;
}
@media (max-width: 1024px) {
  #what .what-grid .soc-block .title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 14px;
  }
}
@media (max-width: 576px) {
  #what .what-grid .soc-block .title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
  }
}
#what .what-grid .soc-block .text-soc {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  #what .what-grid .soc-block .text-soc {
    flex-wrap: wrap;
    gap: 14px;
  }
}
#what .what-grid .soc-block .text-soc .text {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.125;
}
@media (max-width: 1024px) {
  #what .what-grid .soc-block .text-soc .text {
    font-size: 22px;
    line-height: 1.09;
  }
}
@media (max-width: 576px) {
  #what .what-grid .soc-block .text-soc .text {
    font-size: 15px;
  }
}
#what .what-grid .soc-block .text-soc .soc {
  display: flex;
  gap: 15px;
  line-height: 0;
}
@media (max-width: 1024px) {
  #what .what-grid .soc-block .text-soc .soc {
    gap: 11px;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  #what .what-grid .soc-block .text-soc .soc {
    gap: 7px;
  }
}
#what .what-grid .soc-block .text-soc .soc a:hover {
  filter: brightness(110%);
}
#what .what-grid .soc-block .text-soc .soc a:focus {
  filter: brightness(90%);
}
@media (max-width: 1024px) {
  #what .what-grid .soc-block .text-soc .soc a img {
    width: 48px;
    height: 47px;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 576px) {
  #what .what-grid .soc-block .text-soc .soc a img {
    width: 33px;
    height: 35px;
  }
}
#what .what-grid .attention {
  grid-row: 1/3;
  grid-column: 2/3;
  border: 6px solid #e7650c;
  border-radius: 39px;
  padding: 76px 25px 25px 42px;
  position: relative;
  background-color: #fff9ed;
}
@media (max-width: 1024px) {
  #what .what-grid .attention {
    grid-row: auto;
    grid-column: auto;
    padding: 27px 22px 30px 30px;
    border-width: 2px;
    border-radius: 11px;
  }
}
@media (max-width: 576px) {
  #what .what-grid .attention {
    padding: 19px 26px;
  }
}
#what .what-grid .attention .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #e7650c;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  #what .what-grid .attention .title {
    margin-bottom: 11px;
    font-size: 30px;
    line-height: 1;
  }
}
@media (max-width: 576px) {
  #what .what-grid .attention .title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 8px;
  }
}
#what .what-grid .attention .text ul {
  margin-left: -15px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1024px) {
  #what .what-grid .attention .text ul {
    gap: 11px;
    margin-left: -11px;
  }
}
@media (max-width: 576px) {
  #what .what-grid .attention .text ul {
    padding-right: 72px;
  }
}
@media (max-width: 375px) {
  #what .what-grid .attention .text ul {
    padding-right: 0;
  }
}
#what .what-grid .attention .text ul li {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  #what .what-grid .attention .text ul li {
    font-size: 18px;
    line-height: 1.15;
    gap: 4px;
    max-width: 89%;
  }
}
@media (max-width: 576px) {
  #what .what-grid .attention .text ul li {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  #what .what-grid .attention .text ul li:last-child {
    padding-right: 45px;
  }
}
#what .what-grid .attention .text ul li:before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #e7650c;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
}
@media (max-width: 1024px) {
  #what .what-grid .attention .text ul li:before {
    width: 7px;
    height: 7px;
    margin-top: 3px;
  }
}
#what .what-grid .attention img {
  position: absolute;
  bottom: -25px;
  right: -30px;
}
@media (max-width: 1024px) {
  #what .what-grid .attention img {
    bottom: -25px;
    right: -74px;
    width: 140px;
    transform: rotate(355deg);
  }
}
@media (max-width: 576px) {
  #what .what-grid .attention img {
    bottom: -9px;
    right: -25px;
    width: 120px;
  }
}

#partner-top h2 {
  font-weight: 600;
  font-size: 70px;
  line-height: 0.92857;
  text-align: center;
}
@media (max-width: 1024px) {
  #partner-top h2 {
    font-size: 35px;
    line-height: 0.46117;
  }
}
@media (max-width: 576px) {
  #partner-top h2 {
    font-size: 24px;
    line-height: 0.67255;
  }
}
#partner-top h2 + img {
  display: block;
  max-width: 540px;
  width: 100%;
  height: auto;
  margin: 79px auto 13px auto;
}
@media (max-width: 1024px) {
  #partner-top h2 + img {
    margin-top: 40px;
    margin-bottom: 16px;
    max-width: 327px;
  }
}
@media (max-width: 576px) {
  #partner-top h2 + img {
    max-width: 160px;
    margin-bottom: 8px;
  }
}
#partner-top h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 2.16667;
  color: #867474;
  text-align: center;
}
@media (max-width: 1024px) {
  #partner-top h3 {
    font-size: 18px;
    line-height: 0.85351;
  }
}
@media (max-width: 576px) {
  #partner-top h3 {
    font-size: 15px;
    line-height: 1.07607;
  }
}
#partner-top .partner-mini-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 68px;
  margin-top: 56px;
  margin-bottom: 13px;
}
@media (max-width: 1024px) {
  #partner-top .partner-mini-list {
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  #partner-top .partner-mini-list {
    margin-top: 14px;
    margin-bottom: 6px;
    gap: 8px;
  }
}
#partner-top .partner-mini-list img {
  width: 110px;
  height: 98px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1024px) {
  #partner-top .partner-mini-list img {
    width: 75px;
    height: 67px;
  }
}
@media (max-width: 576px) {
  #partner-top .partner-mini-list img {
    width: 40px;
    height: 36px;
  }
}

#partner-big {
  padding-top: 112px;
  padding-bottom: 110px;
  background-image: url("../img/partners-line.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media (max-width: 1024px) {
  #partner-big {
    padding-top: 51px;
    padding-bottom: 52px;
    background-image: url("../img/partners-line-t.svg");
  }
}
@media (max-width: 576px) {
  #partner-big {
    background-image: url("../img/partners-line-m.svg");
    padding-top: 40px;
    padding-bottom: 28px;
  }
}
@media (max-width: 570px) {
  #partner-big {
    background-image: none !important;
  }
}
@media (max-width: 375px) {
  #partner-big {
    background-image: url("../img/partners-line-m.svg");
  }
}
@media (max-width: 1024px) {
  #partner-big .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    max-width: 740px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 576px) {
  #partner-big .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#partner-big .pro {
  border: 7px solid #00a553;
  border-radius: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 67px;
  padding: 90px 65px;
  background-color: #fff9ed;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  #partner-big .pro {
    padding: 39px 28px 47px 28px;
    border-width: 1.74px;
    border-radius: 11px;
    gap: 24px;
    margin-bottom: 0;
    justify-content: flex-start;
    height: 100%;
  }
}
@media (max-width: 576px) {
  #partner-big .pro {
    padding: 23px 11px;
    gap: 13px;
  }
}
@media (max-width: 1024px) {
  #partner-big .pro > img {
    max-width: 232px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 576px) {
  #partner-big .pro > img {
    max-width: 170px;
  }
}
@media (max-width: 1024px) {
  #partner-big .pro .text span {
    display: block;
  }
}
#partner-big .bank {
  border: 7px solid #e7650c;
  border-radius: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 71px;
  padding: 91px 65px 89px 71px;
  background-color: #fff9ed;
}
@media (max-width: 1024px) {
  #partner-big .bank {
    padding: 23px 14px 26px 19px;
    border-width: 1.74px;
    border-radius: 11px;
    gap: 19px;
    height: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  #partner-big .bank {
    padding: 23px 11px;
    gap: 13px;
  }
}
@media (max-width: 1024px) {
  #partner-big .bank > img {
    max-width: 143px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
@media (max-width: 576px) {
  #partner-big .bank > img {
    max-width: 134px;
  }
}
#partner-big .text {
  display: flex;
  flex-direction: column;
  gap: 50px;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  #partner-big .text {
    font-size: 18px;
    line-height: 1.15;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  #partner-big .text {
    font-size: 15px;
  }
}
#partner-big .text span {
  font-weight: 600;
}
#partner-big .text .item {
  display: flex;
  gap: 38px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  #partner-big .text .item {
    gap: 6px;
  }
}
#partner-big .text .item img {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  #partner-big .text .item img {
    width: 18px;
    height: 15px;
  }
}

#history {
  background-image: url("../img/history-line.svg");
  background-repeat: no-repeat;
  background-position: 54% center;
  background-size: contain;
  padding-top: 128px;
  padding-bottom: 156px;
}
@media (max-width: 1024px) {
  #history {
    padding-top: 22px;
    padding-bottom: 64px;
    background-image: url("../img/history-line-t.svg");
  }
}
@media (max-width: 576px) {
  #history {
    padding-top: 17px;
    padding-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 570px) {
  #history {
    background-image: none !important;
  }
}
@media (max-width: 375px) {
  #history {
    background-image: url("../img/history-line-t.svg");
  }
}
#history .history-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 29px;
}
@media (max-width: 1024px) {
  #history .history-grid {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  #history .history-grid {
    gap: 8px;
  }
}
@media (max-width: 320px) {
  #history .history-grid {
    grid-template-columns: 1fr;
  }
}
#history .history-grid .item {
  background-color: #fff9ed;
  border-radius: 44px;
  display: flex;
  flex-direction: column;
}
#history .history-grid .item:hover {
  box-shadow: 0 0 85px 0 rgba(231, 101, 12, 0.84);
}
#history .history-grid .item img {
  height: 332px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 35px 35px 0 0;
}
@media (max-width: 1024px) {
  #history .history-grid .item img {
    border-radius: 9px 9px 0 0;
    width: 100%;
    height: 220px;
  }
}
@media (max-width: 576px) {
  #history .history-grid .item img {
    height: 160px;
    object-position: center;
  }
}
#history .history-grid .item .text {
  padding: 44px 29px 60px;
  border: 6px solid #e7650c;
  border-top: none;
  border-radius: 0 0 44px 44px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff9ed;
}
@media (max-width: 1024px) {
  #history .history-grid .item .text {
    padding: 16px 17px 25px;
    border-width: 1.49px;
    border-radius: 0 0 11px 11px;
  }
}
@media (max-width: 576px) {
  #history .history-grid .item .text {
    padding: 10px 16px 16px 16px;
  }
}
#history .history-grid .item .text .name {
  font-weight: 600;
  font-size: 39px;
  line-height: 0.97436;
  margin-bottom: 13px;
  flex: 1;
}
@media (max-width: 1024px) {
  #history .history-grid .item .text .name {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  #history .history-grid .item .text .name {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
#history .history-grid .item .text .intro {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 19px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #history .history-grid .item .text .intro {
    font-size: 18px;
    line-height: 1.22222;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  #history .history-grid .item .text .intro {
    font-size: 13px;
    line-height: 1.15385;
    -webkit-line-clamp: 4;
  }
}
#history .history-grid .item .text .readmore {
  height: 93px;
  width: 100%;
  background-color: #e7650c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 0.75;
  color: #fff9ed;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  #history .history-grid .item .text .readmore {
    font-size: 24px;
    line-height: 1.08333;
    border-radius: 4px;
    height: 46px;
  }
}
@media (max-width: 576px) {
  #history .history-grid .item .text .readmore {
    font-size: 14px;
    line-height: 0.53212;
    height: 30px;
  }
}
#history .history-grid .item .text .readmore:hover {
  background: #f47620;
}
#history .history-grid .item .text .readmore:focus {
  background: #d9610f;
}

.history-text {
  display: none;
}

.fancybox-stage .history-text {
  max-width: 1110px;
  border: 7px solid #e7650c;
  border-radius: 44px;
  padding: 61px 65px 64px 92px;
}
@media (max-width: 1200px) {
  .fancybox-stage .history-text {
    max-width: 90%;
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .fancybox-stage .history-text {
    padding: 20px;
    max-width: none;
  }
}
.fancybox-stage .history-text .fancybox-close-small {
  display: none;
}
.fancybox-stage .history-text img {
  width: 100%;
  height: auto;
  border-radius: 35px;
}
.fancybox-stage .history-text .title {
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .fancybox-stage .history-text .title {
    font-size: 35px;
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .fancybox-stage .history-text .title {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
.fancybox-stage .history-text .text {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .fancybox-stage .history-text .text {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .fancybox-stage .history-text .text {
    font-size: 16px;
  }
}
.fancybox-stage .history-text .text p {
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .fancybox-stage .history-text .text p {
    margin-bottom: 20px;
  }
}
.fancybox-stage .history-text .text p:last-child {
  margin-bottom: 0;
}
.fancybox-stage .history-text .close {
  width: 417px;
  height: 78px;
  margin: 69px auto 0;
  background-color: #e7650c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 0.75;
  color: #fff9ed;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .fancybox-stage .history-text .close {
    font-size: 30px;
    height: 60px;
    margin-top: 30px;
    width: 300px;
  }
}
@media (max-width: 576px) {
  .fancybox-stage .history-text .close {
    font-size: 20px;
    height: 40px;
    margin-top: 20px;
    width: 260px;
  }
}
.fancybox-stage .history-text .close:hover {
  background: #f47620;
}
.fancybox-stage .history-text .close:focus {
  background: #d9610f;
}

@media (max-width: 570px) {
  #donate {
    padding-bottom: 64px;
  }
}
#donate .donate-wrapper {
  max-width: 1200px;
  margin: auto;
  border: 7px solid #e7650c;
  border-radius: 44px;
  box-shadow: -14px 38px 64px -1px rgba(231, 101, 12, 0.8);
  background: #fff9ed;
  padding: 99px 80px 104px 110px;
}
@media (max-width: 1024px) {
  #donate .donate-wrapper {
    border-width: 1.74px;
    border-radius: 16px;
    box-shadow: -3px 9px 16px 0px rgba(231, 101, 12, 0.8);
    max-width: 900px;
    padding: 47px 66px 70px 66px;
  }
}
@media (max-width: 576px) {
  #donate .donate-wrapper {
    padding: 26px 11px 37px 18px;
  }
}
#donate .donate-wrapper .donate-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  #donate .donate-wrapper .donate-header {
    margin-bottom: 15px;
  }
}
#donate .donate-wrapper .donate-header h2 {
  font-weight: 700;
  font-size: 70px;
  line-height: 1.1;
  color: #e7650c;
}
@media (max-width: 1024px) {
  #donate .donate-wrapper .donate-header h2 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (max-width: 576px) {
  #donate .donate-wrapper .donate-header h2 {
    font-size: 22px;
    line-height: 1.1;
  }
}
#donate .donate-wrapper .donate-header img {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  #donate .donate-wrapper .donate-header img {
    width: 98px;
    height: 58px;
    object-fit: contain;
  }
}
@media (max-width: 576px) {
  #donate .donate-wrapper .donate-header img {
    width: 44px;
    height: 27px;
  }
}
#donate .donate-wrapper .donate-desc {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 49px;
}
@media (max-width: 1024px) {
  #donate .donate-wrapper .donate-desc {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 18px;
  }
}
@media (max-width: 576px) {
  #donate .donate-wrapper .donate-desc {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
#donate .donate-wrapper .donate-body h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 29px;
}
@media (max-width: 1024px) {
  #donate .donate-wrapper .donate-body h3 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
}
@media (max-width: 576px) {
  #donate .donate-wrapper .donate-body h3 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
#donate .donate-wrapper .donate-body .radios {
  border: 3px solid #e7650c;
  border-radius: 23px;
  padding: 12px;
  display: flex;
  gap: 33px;
  margin-bottom: 41px;
}
@media (max-width: 1024px) {
  #donate .donate-wrapper .donate-body .radios {
    border-width: 0.74px;
    border-radius: 6px;
    padding: 6px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  #donate .donate-wrapper .donate-body .radios {
    gap: 6px;
  }
}
@media (max-width: 320px) {
  #donate .donate-wrapper .donate-body .radios {
    flex-direction: column;
    gap: 0;
  }
}
#donate .donate-wrapper .donate-body .radios .squaredOne {
  color: #e7650c;
  border-radius: 15px;
  width: 100%;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  height: 85px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #donate .donate-wrapper .donate-body .radios .squaredOne {
    border-radius: 4px;
    height: 41px;
    font-size: 20px;
    line-height: 1;
  }
}
#donate .donate-wrapper .donate-body .radios .squaredOne label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #donate .donate-wrapper .donate-body .radios .squaredOne label {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  #donate .donate-wrapper .donate-body .radios .squaredOne label {
    font-size: 16px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 576px) {
  #donate .donate-wrapper .donate-body .radios .squaredOne label {
    font-size: 14px;
    line-height: 1;
  }
}
#donate .donate-wrapper .donate-body .radios .squaredOne input {
  display: none;
}
#donate .donate-wrapper .donate-body .radios .squaredOne:has(input:checked) {
  background-color: #e7650c;
  color: #fff9ed;
}
#donate .donate-wrapper .donate-body .rub_count {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 576px) {
  #donate .donate-wrapper .donate-body .rub_count {
    grid-template-columns: 1fr 1fr;
    gap: 5px 36px;
  }
}
#donate .donate-wrapper .donate-body .rub_count .price-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#donate .donate-wrapper .donate-body .rub_count .price-block:hover img {
  transform: rotate(-5deg);
  transition: all 500ms;
}
#donate .donate-wrapper .donate-body .rub_count .price-block:hover span {
  background-color: #ffece0;
}
#donate .donate-wrapper .donate-body .rub_count .price-block.active img {
  transform: rotate(5deg);
  transition: all 500ms;
}
#donate .donate-wrapper .donate-body .rub_count .price-block.active span {
  background-color: #e7650c;
  color: #fff9ed;
}
#donate .donate-wrapper .donate-body .rub_count .price-block img {
  height: 100px;
  width: auto;
}
@media (max-width: 1024px) {
  #donate .donate-wrapper .donate-body .rub_count .price-block img {
    height: 60px;
  }
}
@media (max-width: 576px) {
  #donate .donate-wrapper .donate-body .rub_count .price-block img {
    height: 42px;
  }
}
#donate .donate-wrapper .donate-body .rub_count .price-block span {
  height: 89px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #e7650c;
  border-radius: 23px;
  margin-bottom: 15px;
  color: #e7650c;
  cursor: pointer;
  background-color: #fff9ed;
  margin-top: -25px;
  position: relative;
  transition: all 500ms;
}
@media (max-width: 1024px) {
  #donate .donate-wrapper .donate-body .rub_count .price-block span {
    height: 54px;
    border-width: 1.84px;
    border-radius: 14px;
    margin-bottom: 10px;
    margin-top: -10px;
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  #donate .donate-wrapper .donate-body .rub_count .price-block span {
    height: 38px;
  }
}
#donate .donate-wrapper .donate-body .rub_count .price-block .desc {
  font-weight: 400;
  font-size: 21px;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 1024px) {
  #donate .donate-wrapper .donate-body .rub_count .price-block .desc {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media (max-width: 576px) {
  #donate .donate-wrapper .donate-body .rub_count .price-block .desc {
    font-size: 11px;
  }
}
#donate .donate-wrapper .donate-body .dannye {
  margin-top: 44px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  #donate .donate-wrapper .donate-body .dannye {
    margin-top: 5px;
    margin-bottom: 13px;
  }
}
@media (max-width: 576px) {
  #donate .donate-wrapper .donate-body .dannye {
    margin-top: 18px;
    margin-bottom: 9px;
  }
}
#donate .donate-wrapper .donate-body .dannye h3 {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #donate .donate-wrapper .donate-body .dannye h3 {
    margin-bottom: 12px;
  }
}
@media (max-width: 576px) {
  #donate .donate-wrapper .donate-body .dannye h3 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 9px;
  }
}
#donate .donate-wrapper .donate-body .dannye .group {
  display: flex;
  gap: 16px;
}
@media (max-width: 1024px) {
  #donate .donate-wrapper .donate-body .dannye .group {
    gap: 6px;
  }
}
@media (max-width: 320px) {
  #donate .donate-wrapper .donate-body .dannye .group {
    flex-direction: column;
  }
}
#donate .donate-wrapper .donate-body .dannye .group input {
  border: 3px solid #e7650c;
  border-radius: 23px;
  background: #fff9ed;
  height: 89px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  color: #e7650c;
  display: flex;
  justify-content: center;
  padding: 0 31px;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  #donate .donate-wrapper .donate-body .dannye .group input {
    font-size: 15px;
    line-height: 1.1;
    padding: 0 16px;
    height: 45px;
    border-width: 1.65px;
    border-radius: 13px;
  }
}
@media (max-width: 576px) {
  #donate .donate-wrapper .donate-body .dannye .group input {
    border-radius: 11px;
    font-size: 11px;
  }
}
@media (max-width: 425px) {
  #donate .donate-wrapper .donate-body .dannye .group input {
    width: 40%;
  }
}
@media (max-width: 320px) {
  #donate .donate-wrapper .donate-body .dannye .group input {
    width: 100%;
  }
}
#donate #open_cp {
  border-radius: 15px;
  max-width: 730px;
  height: 101px;
  background-color: #e7650c;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  color: #fff9ed;
  margin: 70px auto 60px;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 1024px) {
  #donate #open_cp {
    max-width: 340px;
    margin-top: 35px;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.1;
    border-radius: 4px;
    height: 50px;
  }
}
@media (max-width: 576px) {
  #donate #open_cp {
    margin-top: 21px;
    margin-bottom: 14px;
    font-size: 18px;
    height: 38px;
    max-width: 230px;
  }
}
#donate #open_cp:hover {
  background: #f47620;
}
#donate #open_cp:focus {
  background: #d9610f;
}
#donate #open_cp .button-text {
  display: flex;
  padding-top: 28px;
  justify-content: center;
}
@media (max-width: 1024px) {
  #donate #open_cp .button-text {
    padding-top: 12px;
  }
}
@media (max-width: 576px) {
  #donate #open_cp .button-text {
    padding-top: 10px;
  }
}
#donate .progress-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  #donate .progress-head {
    margin-bottom: 33px;
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  #donate .progress-head {
    font-size: 11px;
  }
}
#donate .progress-head .progress-head-block {
  display: flex;
  flex-direction: column;
}
#donate .progress-head .progress-head-block .progress-money {
  color: #e7650c;
}
#donate .progress {
  position: relative;
}
#donate .progress progress {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -777px;
}
#donate .progress-value {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #e7650c;
  text-align: right;
  position: absolute;
  z-index: 1;
  font-weight: 600;
  font-size: 28px;
  line-height: 0.3;
  color: #421919;
  height: 15px;
  min-width: 90px;
}
@media (max-width: 1024px) {
  #donate .progress-value {
    min-width: 62px;
  }
}
@media (max-width: 576px) {
  #donate .progress-value {
    height: 3px;
    min-width: 34px;
  }
}
#donate .progress-value .number {
  width: 90px;
  height: 80px;
  background-image: url("../img/icons/progress.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  #donate .progress-value .number {
    width: 62px;
    height: 55px;
    font-size: 20px;
    line-height: 0.3;
  }
}
@media (max-width: 576px) {
  #donate .progress-value .number {
    width: 34px;
    height: 32px;
    font-size: 11px;
    line-height: 0.3;
  }
}
#donate .progress-value.full .number {
  background-image: url("../img/icons/progress-full.png");
  height: 94px;
  width: 89px;
  margin-right: -10px;
  position: relative;
}
@media (max-width: 1024px) {
  #donate .progress-value.full .number {
    width: 62px;
    height: 55px;
  }
}
@media (max-width: 576px) {
  #donate .progress-value.full .number {
    width: 34px;
    height: 32px;
    margin-right: -4px;
  }
}
#donate .progress-value.full .number span {
  bottom: -10px;
  position: absolute;
}
@media (max-width: 1024px) {
  #donate .progress-value.full .number span {
    bottom: -15px;
  }
}
@media (max-width: 576px) {
  #donate .progress-value.full .number span {
    bottom: -10px;
  }
}
#donate .progress-bg {
  background: rgba(66, 25, 25, 0.22);
  position: relative;
  height: 15px;
  overflow: hidden;
}
@media (max-width: 576px) {
  #donate .progress-bg {
    height: 3px;
  }
}
#donate .progress-bar {
  overflow: hidden;
  background: #e7650c;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#donate img.donate-line {
  width: 53px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -256px;
  display: block;
  z-index: -1;
  position: relative;
}
@media (max-width: 1024px) {
  #donate img.donate-line {
    width: 23px;
    margin-top: -78px;
  }
}
@media (max-width: 576px) {
  #donate img.donate-line {
    width: 13px;
    margin-top: -41px;
  }
}
@media (max-width: 570px) {
  #donate img.donate-line {
    display: none !important;
  }
}
@media (max-width: 375px) {
  #donate img.donate-line {
    display: block;
  }
}

#thank .title {
  color: #00a553;
  font-weight: 700;
  font-size: 188px;
  line-height: 0.9;
  text-align: center;
}
@media (max-width: 1024px) {
  #thank .title {
    font-size: 131px;
  }
}
@media (max-width: 576px) {
  #thank .title {
    font-size: 63px;
  }
}
#thank .title span {
  position: relative;
}
#thank .title span img {
  position: absolute;
  left: -7px;
  top: -90px;
  width: 227px;
  height: auto;
}
@media (max-width: 1024px) {
  #thank .title span img {
    left: -15px;
    top: -70px;
    width: 165px;
  }
}
@media (max-width: 576px) {
  #thank .title span img {
    left: -4px;
    top: -32px;
    width: 76px;
  }
}

@media (max-width: 576px) {
  #pre-footer {
    padding-top: 25px;
  }
}
#pre-footer #pre-footer-line {
  width: 73px;
  height: 150px;
  margin: auto;
  display: block;
}
@media (max-width: 1024px) {
  #pre-footer #pre-footer-line {
    width: 23px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  #pre-footer #pre-footer-line {
    width: 60px;
  }
}
@media (max-width: 576px) {
  #pre-footer #pre-footer-line {
    width: 14px;
    height: auto;
  }
}
@media (max-width: 570px) {
  #pre-footer #pre-footer-line {
    display: none !important;
  }
}
@media (max-width: 375px) {
  #pre-footer #pre-footer-line {
    display: block;
  }
}
#pre-footer .pro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 59px;
  padding: 64px 70px;
  border: 7px solid #00a553;
  border-radius: 44px;
  background-color: #fff9ed;
  margin-bottom: 79px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  #pre-footer .pro {
    gap: 35px;
    padding: 36px 40px;
    border-width: 3.67px;
    border-radius: 16px;
    max-width: 900px;
    margin-bottom: 42px;
  }
}
@media (max-width: 576px) {
  #pre-footer .pro {
    margin-top: -13px;
    padding: 16px;
    border-radius: 11px;
    gap: 16px;
    margin-bottom: 29px;
    border-width: 1.74px;
  }
}
#pre-footer .pro > img {
  height: 77px;
  width: auto;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  #pre-footer .pro > img {
    max-width: 300px;
    height: auto;
  }
}
@media (max-width: 600px) {
  #pre-footer .pro > img {
    max-width: 240px;
  }
}
@media (max-width: 576px) {
  #pre-footer .pro > img {
    max-width: 130px;
  }
}
#pre-footer .pro .text-soc {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.2;
  width: min-content;
}
@media (max-width: 1024px) {
  #pre-footer .pro .text-soc {
    font-size: 28px;
    line-height: 1.05493;
    gap: 15px;
    text-wrap: balance;
  }
}
@media (max-width: 600px) {
  #pre-footer .pro .text-soc {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  #pre-footer .pro .text-soc {
    font-size: 14px;
    line-height: 1;
    gap: 8px;
  }
}
#pre-footer .pro .soc {
  display: flex;
  gap: 26px;
  position: relative;
  width: fit-content;
}
@media (max-width: 1024px) {
  #pre-footer .pro .soc {
    gap: 14px;
  }
}
@media (max-width: 576px) {
  #pre-footer .pro .soc {
    gap: 7px;
  }
}
#pre-footer .pro .soc a:hover {
  filter: brightness(110%);
}
#pre-footer .pro .soc a:focus {
  filter: brightness(90%);
}
#pre-footer .pro .soc a img {
  height: 88px;
  width: 88px;
}
@media (max-width: 1024px) {
  #pre-footer .pro .soc a img {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 600px) {
  #pre-footer .pro .soc a img {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 576px) {
  #pre-footer .pro .soc a img {
    height: 26px;
    width: 26px;
  }
}
#pre-footer .pro .soc #hand {
  width: 65px;
  height: 62px;
  object-fit: contain;
  position: absolute;
  right: -70px;
  bottom: -30px;
}
@media (max-width: 600px) {
  #pre-footer .pro .soc #hand {
    width: 40px;
    height: 36px;
    right: -40px;
    bottom: -10px;
  }
}
@media (max-width: 576px) {
  #pre-footer .pro .soc #hand {
    width: 21px;
    height: 20px;
    right: -25px;
    bottom: -3px;
  }
}
#pre-footer .hleb {
  padding: 33px;
  border: 3px solid #cb8a4e;
  border-radius: 13px;
  background-color: #fff9ed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  #pre-footer .hleb {
    border-width: 1.57px;
    border-radius: 11px;
    gap: 17px;
    padding: 25px;
  }
}
@media (max-width: 576px) {
  #pre-footer .hleb {
    border-width: 1px;
    border-radius: 3px;
    padding: 12px;
    gap: 8px;
  }
}
#pre-footer .hleb:hover {
  box-shadow: 0 0 73px -9px #d9a16d;
}
@media (max-width: 1024px) {
  #pre-footer .hleb img {
    max-width: 293px;
    height: auto;
  }
}
@media (max-width: 576px) {
  #pre-footer .hleb img {
    max-width: 138px;
  }
}
#pre-footer .hleb .btn {
  font-weight: 600;
  font-size: 30px;
  line-height: 0.77081;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #cb8a4e;
  border-radius: 9px;
  width: 410px;
  height: 62px;
  color: #fff9ed;
}
@media (max-width: 1024px) {
  #pre-footer .hleb .btn {
    width: 336px;
    height: 59px;
    gap: 10px;
    font-size: 26px;
    line-height: 0.65716;
  }
}
@media (max-width: 576px) {
  #pre-footer .hleb .btn {
    font-size: 15px;
    line-height: 0.53988;
    width: 170px;
    height: 28px;
    gap: 4px;
    border-radius: 3px;
  }
}
@media (max-width: 576px) {
  #pre-footer .hleb .btn img {
    width: 12px;
    height: 12px;
  }
}
#pre-footer .hleb .btn:hover {
  background: #d9a16d;
}
#pre-footer .hleb .btn:focus {
  background: #c18955;
}

#totop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
}
@media (max-width: 1024px) {
  #totop {
    width: 130px;
    height: auto;
  }
}

#footer {
  margin-top: 108px;
  padding-bottom: 78px;
}
@media (max-width: 1024px) {
  #footer {
    margin-top: 53px;
    padding-bottom: 40px;
  }
}
#footer .requisites {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
#footer .requisites .item .title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  #footer .requisites .item .title {
    font-size: 23px;
    line-height: 0.67725;
  }
}
@media (max-width: 576px) {
  #footer .requisites .item .title {
    font-size: 11px;
  }
}
#footer .requisites .item .text.flex {
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  #footer .requisites .item .text.flex {
    gap: 10px;
  }
}
@media (max-width: 800px) {
  #footer .requisites .item .text.flex {
    gap: 0;
    flex-direction: column;
  }
}
#footer .requisites .item .text div {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #9b9b9b;
}
@media (max-width: 1024px) {
  #footer .requisites .item .text div {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 576px) {
  #footer .requisites .item .text div {
    font-size: 8px;
  }
}
#footer .requisites .item .text div:last-child {
  margin-bottom: 0;
}
#footer .bottom-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
#footer .bottom-footer a {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  #footer .bottom-footer a {
    font-size: 11px;
    line-height: 1.4289;
  }
}
@media (max-width: 576px) {
  #footer .bottom-footer a {
    font-size: 8px;
    line-height: 0.93122;
  }
}
#footer .bottom-footer a:hover {
  text-decoration: none;
}
#footer .bottom-footer .copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.35714;
  color: #9b9b9b;
}
@media (max-width: 1024px) {
  #footer .bottom-footer .copy {
    font-size: 11px;
    line-height: 1.57179;
  }
}
@media (max-width: 576px) {
  #footer .bottom-footer .copy {
    font-size: 8px;
    line-height: 1.02434;
  }
}
#footer .bottom-footer .logo {
  height: 46px;
  width: auto;
}
@media (max-width: 576px) {
  #footer .bottom-footer .logo {
    height: 23px;
  }
}

@keyframes loopdown {
  from {
    top: 40%;
  }
  50% {
    top: 50%;
  }
  to {
    top: 40%;
  }
}

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