/* START Fonts */
/* arial-400 - latin_cyrillic */
@font-face {
  font-family: "Arial";
  font-weight: 400;
  src: url("../../assets/fonts/arial/arial-regular.ttf");
}

/* arial-700 - latin_cyrillic */
@font-face {
  font-family: "Arial";
  font-weight: 700;
  src: url("../../assets/fonts/arial/arial-bold.ttf");
}

/* georgia-400 - latin_cyrillic */
@font-face {
  font-family: "Georgia";
  font-weight: 400;
  src: url("../../assets/fonts/georgia/georgia-regular.ttf");
}

/* georgia-700 - latin_cyrillic */
@font-face {
  font-family: "Georgia";
  font-weight: 700;
  src: url("../../assets/fonts/georgia/georgia-bold.ttf");
}

/* END fonts */
/* START mixin */
/* END mixin */
.button {
  cursor: pointer;
  border: transparent solid 2px;
  color: #292929;
  border-radius: 100px;
  width: 207px;
  height: 52px;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0.06em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.button_primary:hover, .button_primary:focus {
  border: #FDDCC4 solid 2px;
  background-color: #FDDCC4;
}

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

.button_secondary:hover, .button_secondary:focus {
  border: #FDDCC4 solid 2px;
  background-color: #FDDCC4;
}

.button_paginator {
  position: relative;
  width: 52px;
  border: #F1CDB3 solid 2px;
  background-color: transparent;
  padding: 10px;
}

.button_paginator-enabled {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.button_paginator-enabled:hover, .button_paginator-enabled:focus {
  border: #FDDCC4 solid 2px;
  background-color: #FDDCC4;
}

.button_paginator_arrow-left img {
  position: absolute;
  left: 50%;
  top: 44%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.button_paginator_arrow-right img {
  position: absolute;
  left: 50%;
  top: 44%;
  -webkit-transform: translate(-50%) rotate(-180deg);
          transform: translate(-50%) rotate(-180deg);
}

.button_paginator_close {
  border: #F1CDB3 solid 2px;
  background-color: transparent;
  outline: none;
}

.button_paginator_close img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.button_paginator_inactive {
  border-color: #CDCDCD;
  color: #CDCDCD;
}

.button_paginator_inactive:disabled {
  cursor: default;
  border-color: #CDCDCD;
  color: #CDCDCD;
}

.button_paginator_inactive:disabled:hover, .button_paginator_inactive:disabled:focus {
  border-color: #CDCDCD;
  color: #CDCDCD;
}

.button_paginator_active {
  border: none;
  color: #292929;
  background-color: #F1CDB3;
  cursor: auto;
}

.card {
  width: 270px;
  height: 435px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FAFAFA;
  border-radius: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card img {
  border-radius: 9px 9px 0px 0px;
}

.card span {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.06em;
  color: #545454;
}

.card .button {
  width: 187px;
}

.card:hover {
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

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

/* START mixin */
/* END mixin */
/* START Hamburger */
.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #F1CDB3;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger {
  display: none;
  position: absolute;
  right: 43px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blackout {
  position: fixed;
  z-index: 2;
  background-color: rgba(41, 41, 41, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.blackout-show {
  display: none;
}

@media screen and (max-width: 767px) {
  .blackout-show {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    z-index: 10 !important;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .hamburger.is-active {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .navbar__menu {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    position: fixed;
    right: -320px;
    top: 0;
    bottom: 0;
    -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;
    z-index: 3;
    width: 320px;
    background-color: #292929;
    height: 100%;
    margin-top: 0 !important;
    gap: 41px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar__menu .navbar__menu-link-active {
    padding-bottom: 3px !important;
    color: #FAFAFA !important;
  }
  .menu-is-active {
    right: 0;
  }
  .header .navbar .navbar__menu .navbar__menu-link {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    color: #C4C4C4;
    font-size: 32px;
    line-height: 51px;
    color: #CDCDCD;
  }
}

/* END Hamburger */
footer {
  background: url("../../assets/images/noise_lines_transparent@2X.png"), radial-gradient(110.67% 538.64% at 5.73% 50%, #513D2F 0%, #1A1A1C 100%), #211F20;
  padding: 40px 0 0;
  color: #F1CDB3;
  position: relative;
  overflow-x: clip;
}

footer picture {
  line-height: 0;
}

footer .footer__content {
  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;
}

@media screen and (max-width: 994px) {
  footer .footer__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 65px 60px;
  }
}

footer .heading {
  color: #FFFFFF;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin: 0;
  padding: 0;
}

footer .footer__link {
  color: #F1CDB3;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin: 0;
  padding: 0;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .footer__link:hover {
  color: #FDDCC4;
}

footer .footer__content-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 280px;
}

footer .footer__content-contacts-heading {
  max-width: 280px;
  padding-top: 17px;
}

footer .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  padding: 42px 0 40px;
}

footer .mail .footer__link {
  margin-top: 1px;
}

footer .phone {
  padding-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

footer .phone .footer__link {
  margin-top: 1px;
}

footer .footer__content-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  max-width: 302px;
}

footer .footer__content-location-heading {
  max-width: 302px;
  padding-top: 17px;
  padding-bottom: 1px;
}

footer .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  margin-left: -1px;
}

@media screen and (max-width: 768px) {
  footer {
    padding-top: 30px;
  }
  footer .footer__content-contacts-heading,
  footer .footer__content-location-heading {
    padding-top: 1px;
  }
  footer .mail .footer__link {
    padding-top: 1px;
  }
}

@media screen and (max-width: 520px) {
  footer {
    padding-top: 30px;
  }
  footer .footer__content {
    gap: 40px;
  }
  footer .footer__content-contacts-heading,
  footer .footer__content-location-heading {
    padding-top: 0;
    max-width: 294px;
    margin-inline: auto;
  }
  footer .mail {
    padding: 43px 0 40px;
  }
  footer .phone {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer__content-contacts {
    width: 253px;
  }
  footer .footer__content-location {
    gap: 39px;
  }
  footer .footer__image {
    padding-top: 1px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* START Footer stay at bottom of the page */
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
      grid-template-rows: auto 1fr auto;
}

/* END Footer stay at bottom of the page */
header,
main,
footer {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
}

.section {
  width: 100%;
  padding: 80px 0 100px 0;
}

.wrapper_new {
  padding: 0 40px;
}

.content {
  max-width: 1200px;
  margin-inline: auto;
}

.heading {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  color: #C4C4C4;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0.06em;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin: 0;
  padding: 0;
}

body {
  background: #292929;
}

/* START Header*/
.header {
  padding: 60px 0;
  position: relative;
  overflow-x: clip;
}

.header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 60px;
}

.header .navbar .navbar__logo {
  width: 186px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .navbar .navbar__logo-show-menu {
  position: absolute;
  right: 95px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 540px) {
  .header .navbar .navbar__logo-show-menu {
    position: absolute;
    right: 114px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .header .navbar .navbar__logo-show-menu {
    width: 186px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: unset;
  }
}

.header .navbar .navbar__logo .title {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  color: #C4C4C4;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0.06em;
  color: #F1CDB3;
  margin: 0;
  padding-top: 1px;
}

.header .navbar .navbar__logo .subTitle {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  color: #C4C4C4;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding-left: 4px;
}

.header .navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  margin-left: auto;
  margin-top: 16px;
}

.header .navbar ul li {
  list-style: none;
  position: relative;
}

.header .navbar ul .navbar__menu-link {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  color: #C4C4C4;
  font-size: 15px;
  line-height: 24px;
  color: #CDCDCD;
  padding-right: 0.6px;
  margin-top: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .navbar ul .navbar__menu-link:hover, .header .navbar ul .navbar__menu-link:focus {
  color: #FAFAFA;
}

.header .navbar ul .navbar__menu-link-active {
  position: relative;
  color: #FAFAFA;
}

.header .navbar ul .navbar__menu-link-active::before {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -7px;
  background-color: #F1CDB3;
}

/* END Header */
/* START Start screen */
.start-screen {
  position: relative;
}

.start-screen__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 100px;
}

.start-screen__content picture {
  line-height: 0;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.start-screen__start-info {
  max-width: 460px;
  padding-top: 163px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.start-screen__heading {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  color: #C4C4C4;
  font-size: 44px;
  line-height: 57px;
  max-width: 310px;
  color: #FFFFFF;
}

.start-screen__subheading {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  color: #C4C4C4;
  font-size: 15px;
  line-height: 24px;
  color: #CDCDCD;
  padding: 42px 0 42px;
}

@media screen and (max-width: 1110px) {
  .start-screen__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .start-screen .start-screen__start-info {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .start-screen .start-screen__start-info {
    padding-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .start-screen .start-screen__start-info .start-screen__heading {
    margin-right: auto;
    margin-top: 1px;
  }
  .start-screen .start-screen__start-info .start-screen__subheading {
    padding: 41px 0 42px;
  }
  .start-screen .start-screen__start-info .button_primary {
    margin-left: -1px;
  }
  .start-screen picture {
    margin-left: auto;
  }
}

.start-screen::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: url("../../assets/images/noise_lines_transparent@2X.png"), radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%), #211F20;
  min-width: 100%;
  width: 100%;
  height: calc(100% + 180px);
  z-index: -5;
}

/* END Start screen */
/* START About */
.about {
  padding: 80px 0 100px 0;
  padding-bottom: 96px;
  background-color: #FFFFFF;
}

.about__image {
  max-width: 50%;
  text-align: right;
}

.about__content {
  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: 120px;
}

@media screen and (max-width: 929px) {
  .about__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__content .about__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 768px) {
  .about__content {
    gap: 80px;
  }
}

.about__content .about__image {
  max-width: 100%;
  text-align: right;
}

.about__content .about__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.about__content .about__info p {
  margin-top: -0.6px;
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  color: #C4C4C4;
  font-size: 15px;
  line-height: 24px;
  max-width: 430px;
  color: #4C4C4C;
}

.about__content .about__info .about__content-heading {
  padding-top: 15px;
  max-width: 370px;
  color: #545454;
}

@media screen and (max-width: 768px) {
  .about__content .about__info .about__content-heading {
    padding-top: 1px;
  }
}

/* END About */
/* START Our friends */
.our-friends {
  padding: 80px 0 100px 0;
  background-color: #F6F6F6;
  /* @media screen and (max-width: 1279px) {
        .card:last-child {
            display: none;
        }
    } */
}

.our-friends .button_primary {
  width: 261px;
}

.our-friends__content {
  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;
}

.our-friends__heading {
  padding-top: 1px;
  padding-left: 2px;
  max-width: 410px;
  color: #545454;
  text-align: center;
}

.our-friends .cards {
  width: 100%;
  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;
  gap: 53px;
}

.our-friends .cards .button_paginator_arrow-left,
.our-friends .cards .button_paginator_arrow-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.our-friends .cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

@media screen and (max-width: 1279px) {
  .our-friends .cards-wrapper {
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 804px) {
  .our-friends .cards-wrapper {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .our-friends .cards-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}

@media screen and (max-width: 1279px) {
  .our-friends .cards {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .our-friends .cards {
    gap: 12px;
  }
}

@media screen and (max-width: 768px) {
  .our-friends form .button_primary {
    margin-top: 1px;
    max-width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .our-friends .card:nth-child(n+2) {
    display: none;
  }
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#item-left {
  position: absolute;
  left: -100%;
}

#item-right {
  position: absolute;
  left: 100%;
}

.carousel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 59.1px 0;
}

.transition-right {
  -webkit-animation-name: move-right;
          animation-name: move-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes move-right {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}

@keyframes move-right {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}

.transition-left {
  -webkit-animation-name: move-left;
          animation-name: move-left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes move-left {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@keyframes move-left {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

.modal {
  position: fixed;
  padding: 0;
  margin: 0;
  max-width: 900px;
  width: 100%;
  margin: auto;
  border: none;
  overflow: visible;
  z-index: 5;
  border-radius: 9px;
}

.modal .modal-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FAFAFA;
  border-radius: 9px;
}

.modal .button_paginator_close {
  position: absolute;
  left: calc(100% - 10px);
  top: -52px;
}

.modal .photo {
  max-width: 500px;
  width: 100%;
  height: auto;
  border-radius: 9px;
}

.modal .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 400px;
  width: 100%;
  padding: 50px 20px 0px 29px;
}

.modal h3 {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  /* or 45px */
  letter-spacing: 0.06em;
  color: #000000;
  padding-bottom: 10px;
}

.modal h4 {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  /* identical to box height, or 23px */
  letter-spacing: 0.06em;
  color: #000000;
}

.modal h5 {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  /* or 17px */
  letter-spacing: 0.06em;
  color: #000000;
  padding: 40px 0;
}

.modal ul {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  /* identical to box height, or 17px */
  letter-spacing: 0.06em;
  color: #000000;
  margin-left: 15px;
}

.modal li::marker {
  color: #F1CDB3;
}

.modal .modal-overview {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(41, 41, 41, 0.6);
  z-index: -10;
  cursor: pointer;
}

@media screen and (max-width: 1279px) {
  .modal {
    max-width: 630px;
  }
  .modal .photo {
    max-width: 350px;
  }
  .modal .modal-content {
    max-width: 280px;
    padding: 10px 9px 0px 11px;
  }
  .modal h3 {
    color: #000000;
    padding-bottom: 10px;
  }
  .modal h5 {
    font-size: 13px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .modal {
    max-width: 240px;
  }
  .modal .button_paginator_close {
    position: absolute;
    left: calc(100% - 22px);
  }
  .modal .photo {
    display: none;
  }
  .modal .modal-content {
    max-width: 100%;
    padding: 10px 10px 10px 10px;
  }
  .modal h3,
  .modal h4 {
    text-align: center;
  }
  .modal h5 {
    text-align: justify;
  }
}

/* END Our friends */
/* START Help */
.help {
  background-color: #FFFFFF;
}

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

.help__heading {
  color: #545454;
  max-width: 310px;
  text-align: center;
  padding-top: 1px;
  margin-left: 2px;
}

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

.help__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;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.help__list-item span {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  color: #C4C4C4;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.06em;
  color: #545454;
}

@media screen and (max-width: 768px) {
  .help .help__list {
    gap: 55px 60px;
  }
  .help .help__list-item {
    width: 170px;
    height: 113px;
  }
}

/* END Help */
/* START Donation */
.donation {
  background-color: #F6F6F6;
  padding-top: 81px;
}

.donation picture {
  line-height: 0;
}

.donation__image {
  display: inline-block;
  max-width: 505px;
  width: 100%;
  height: auto;
  padding: 10px 0;
}

.donation .content {
  max-width: 915px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 30px;
}

@media screen and (max-width: 994px) {
  .donation .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .donation .content .donation__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.donation .content .donation__content {
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.donation .content .donation__content .donation__content-heading {
  max-width: 300px;
  color: #545454;
}

.donation .content .donation__content .donation__content-subheading {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  color: #C4C4C4;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.06em;
  color: #545454;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin: 0;
  padding: 0;
}

.donation .content .donation__content .credit-card {
  max-width: 349px;
  background-color: #F1CDB3;
  padding: 10px 14px;
  border-radius: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.donation .content .donation__content .credit-card:hover {
  background-color: #FDDCC4;
}

.donation .content .donation__content .credit-card .credit-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1px;
}

.donation .content .donation__content .credit-card .credit-card-content img {
  padding-right: 15px;
}

.donation .content .donation__content .credit-card .credit-card-content h4 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin: 0;
  padding: 0;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #545454;
}

.donation .content .donation__content .donation__content-legal {
  color: #B2B2B2;
  font-family: 'Arial';
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  padding-top: 4px;
}

@media screen and (max-width: 768px) {
  .donation .donation__image {
    padding: 0;
    margin-top: -1px;
  }
}

/* END Donation */
@media screen and (max-width: 768px) {
  .wrapper_new {
    padding: 0 30px;
  }
  .header {
    padding: 30px 0;
  }
  .donation .content {
    gap: 61px 30px;
  }
}

@media screen and (max-width: 540px) {
  .wrapper_new {
    padding: 0 10px;
  }
  .section {
    padding: 42px 0;
  }
  .heading {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    color: #C4C4C4;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0.06em;
    color: #545454;
    text-align: center;
  }
  .start-screen .start-screen__start-info {
    padding-top: 31px;
  }
  .start-screen .start-screen__start-info .start-screen__heading {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    color: #C4C4C4;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
  }
  .start-screen__subheading {
    text-align: center;
  }
  .start-screen picture {
    padding-top: 5px;
  }
  .start-screen .start-screen__content,
  .about__content .about__info,
  .donation .content .donation__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .our-friends .cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 80px;
  }
  .button_paginator_arrow-left,
  .button_paginator_arrow-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .help .help__list {
    gap: 30px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 290px;
  }
  .help .help__list-item {
    width: 130px;
    height: 87px;
    gap: 20px;
  }
  .help .help__list-item img {
    width: 50px;
    height: 50px;
  }
  .help__list-item span {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    color: #C4C4C4;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.06em;
    line-height: 17px;
    color: #545454;
  }
  .donation .content .donation__content .credit-card .credit-card-content h4 {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    color: #C4C4C4;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.06em;
    color: #545454;
  }
  .donation .content .donation__content .donation__content-subheading {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    color: #545454;
    padding: 4px 0;
  }
  .donation .content .donation__image {
    text-align: center;
  }
  .about {
    padding-bottom: 38px;
  }
  .about__content {
    gap: 41px;
  }
  .about__content .about__info {
    gap: 0px;
  }
  .about__content .about__info :nth-child(1) {
    margin-top: -1px;
  }
  .about__content .about__info :nth-child(2) {
    padding-top: 26px;
    padding-bottom: 22px;
  }
  .about__content .about__info p {
    max-width: 270px;
    text-align: justify;
  }
  .our-friends__heading {
    padding: 0;
  }
  .our-friends .our-friends__content {
    gap: 0px;
  }
  .our-friends .our-friends__content .cards {
    padding: 42px 0 41px;
  }
  .help__heading {
    padding-top: 0;
    margin-left: 0;
  }
  .help__content {
    gap: 42px;
  }
  .donation {
    padding-bottom: 41px;
  }
  .donation .content {
    gap: 42px;
  }
  .donation .content .donation__content .donation__content-legal {
    text-align: justify;
    max-width: 280px;
  }
}

@media screen and (max-width: 300px) {
  .wrapper_new {
    padding: 0 5px;
  }
  .donation .content .donation__content .credit-card {
    padding: 10px;
  }
  .donation .content .donation__content .credit-card .credit-card-content img {
    padding-right: 10px;
  }
  .donation .content .donation__content .donation__content-subheading {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */