@font-face {
  font-family: Arial-regular;
  src: url("../../../assets/fonts/Arial/Arial_regular.ttf");
}

@font-face {
  font-family: Arial-italic;
  src: url("../../../assets/fonts/Arial/Arial_italic.ttf");
}

@font-face {
  font-family: Georgia-regular;
  src: url("../../../assets/fonts/Georgia/georgia_regular.ttf");
}

@font-face {
  font-family: Georgia-bold;
  src: url("../../../assets/fonts/Georgia/georgia_bold.ttf");
}

@font-face {
  font-family: Georgia-italic;
  src: url("../../../assets/fonts/Georgia/georgia_italic.ttf");
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  background: #fff;
}

body.overflow {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*----------------General styles-----------------------*/
.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%), #211F20;
}

@media (max-width: 1280px) {
  .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
}

.container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 1280px) {
  .container {
    max-width: auto;
    margin: 0;
  }
}

@media (max-width: 320px) {
  .container {
    padding: 0 10px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 207px;
  height: 52px;
  background: #F1CDB3;
  border-radius: 100px;
  font-family: Georgia-regular;
  text-align: center;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 130%;
  letter-spacing: 0.06em;
}

.btn__link {
  color: #292929;
}

.btn:hover {
  background: #FDDCC4;
  cursor: pointer;
}

.btn--transparent {
  border: 2px solid #F1CDB3;
  background: transparent;
  width: 187px;
}

@media (max-width: 765px) {
  .btn--transparent {
    width: 100px;
  }
}

@media (max-width: 488px) {
  .btn--transparent {
    width: 70px;
  }
}

/*----------------Main-----------------------*/
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/*----------------Header-----------------------*/
.header {
  padding: 60px 40px 60px 40px;
  position: relative;
}

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

@media (max-width: 768px) {
  .header {
    padding: 30px 0px 0px 0px;
    margin: 0px 0px 0px -10px;
  }
}

@media (max-width: 375px) {
  .header {
    margin: 0px;
  }
}

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

@media (max-width: 375px) {
  .header__container {
    padding: 0px 10px 0px 65px;
  }
}

@media (max-width: 374px) {
  .header__container {
    padding: 0px 10px 0px 25px;
  }
}

@media (max-width: 320px) {
  .header__container {
    padding: 0px 10px;
  }
}

.header__title {
  font-family: Georgia-regular;
  font-size: 2rem;
  line-height: 2.1875rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 4;
}

.header__title a {
  color: #f1cdb3;
}

.header__subtitle {
  font-family: Arial-regular;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  z-index: 4;
}

@media (max-width: 375px) {
  .header__subtitle {
    margin: 0px 0px 0px 5px;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

@media (max-width: 767px) {
  .header__list {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 40px;
    width: 320px;
    height: 100%;
    overflow-y: auto;
    background-color: #292929;
    z-index: 3;
    margin: 0;
    top: 0;
    right: -320px;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .header__list.open {
    right: 0;
  }
}

.header__item {
  font-family: Arial-regular;
  font-size: 0.9375rem;
  line-height: 160%;
  font-weight: 400;
}

@media (max-width: 767px) {
  .header__item {
    font-size: 2rem;
  }
}

.header__item:not(:last-child) {
  margin: 0 35px 0 0;
}

@media (max-width: 767px) {
  .header__item:not(:last-child) {
    margin: 0;
  }
}

.header__item--active {
  border-bottom: 2px solid #f1cdb3;
}

.header__item:active {
  border-bottom: 2px solid #f1cdb3;
}

.header__link {
  color: #cdcdcd;
}

.header__link--active {
  color: #fafafa;
}

.header__link:active,
.header__link:hover {
  color: #fafafa;
  cursor: pointer;
}

/*=============== Burger menu =============== */
.hamburger {
  display: none;
}

@media (max-width: 767px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 30px;
    height: 22px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 4;
    margin: 0px 43px 0px 20px;
  }
}

.line {
  width: 100%;
  height: 2px;
  background: #f1cdb3;
  margin: 0;
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger.open .line1 {
  -webkit-transform: rotate(-90deg) translate(-10px, -10px);
          transform: rotate(-90deg) translate(-10px, -10px);
}

.hamburger.open .line2 {
  -webkit-transform: rotate(-270deg) translate(0, 0);
          transform: rotate(-270deg) translate(0, 0);
}

.hamburger.open .line3 {
  -webkit-transform: rotate(90deg) translate(-10px, -10px);
          transform: rotate(90deg) translate(-10px, -10px);
}

.hamburger-overlay {
  display: none;
}

@media (max-width: 767px) {
  .hamburger-overlay.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #292929;
    opacity: 0.6;
  }
}

/*----------------Not only-----------------------*/
.not-only {
  background-size: 100%;
  background-repeat: no-repeat;
}

.not-only__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .not-only__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.not-only__title {
  font-family: Georgia-regular;
  font-weight: 400;
  font-size: 2.75rem;
  line-height: 130%;
  color: #FFFFFF;
  margin: 163px 0 9.158% 0;
}

@media (max-width: 1040px) {
  .not-only__title {
    margin: 70px 0 9.158% 0;
  }
}

@media (max-width: 768px) {
  .not-only__title {
    margin: 60px 0 9.158% 0;
  }
}

@media (max-width: 320px) {
  .not-only__title {
    font-size: 1.5625rem;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 60px 0 42px 0;
  }
}

.not-only__subtitle {
  font-family: Arial-regular;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 160%;
  max-width: 460px;
  color: #CDCDCD;
  margin: 0 0 42px 0;
}

@media (max-width: 320px) {
  .not-only__subtitle {
    text-align: center;
    margin: 0 0 42px 0;
  }
}

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

@media (max-width: 768px) {
  .not-only-description {
    margin: 0px 0 100px 0;
  }
}

.not-only-image {
  max-width: 698px;
  max-height: 728px;
}

@media (max-width: 1040px) {
  .not-only-image {
    max-width: 50%;
    max-height: 50%;
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .not-only-image {
    max-width: 569px;
    max-height: 593px;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .not-only-image {
    max-width: 88%;
    max-height: 88%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (max-width: 320px) {
  .not-only-image {
    max-width: 88%;
    max-height: 88%;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}

/*----------------About----------------------*/
.about {
  background: #FFFFFF;
  padding: 80px 0px 100px 0px;
}

@media (max-width: 320px) {
  .about {
    padding: 43px 0px 42px 0px;
  }
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.about__image-container {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__img {
  display: block;
  max-width: 300px;
  max-height: 408px;
  margin-left: 50px;
}

@media (max-width: 768px) {
  .about__img {
    margin: 0px 0px 0px 0px;
  }
}

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

.about__description {
  width: 50%;
  margin: 14px 6px 14px 0px;
  padding-right: 175px;
}

@media (max-width: 1040px) {
  .about__description {
    margin: 14px 6px 14px 20px;
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .about__description {
    margin: 0px 5px 80px 25px;
    width: 63%;
    padding-right: 20px;
  }
}

@media (max-width: 320px) {
  .about__description {
    width: 100%;
    margin: 0px 0px 40px 0px;
    padding: 0;
  }
}

.about__title {
  font-family: Georgia-regular;
  font-style: normal;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #545454;
  margin-bottom: 25px;
}

@media (max-width: 320px) {
  .about__title {
    font-size: 1.5625rem;
    line-height: 130%;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

.about__first-paragraph {
  margin-bottom: 25px;
  font-family: Arial-regular;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 160%;
  color: #4c4c4c;
}

@media (max-width: 320px) {
  .about__first-paragraph {
    text-align: justify;
    margin-bottom: 20px;
  }
}

.about__second-paragraph {
  font-family: Arial-regular;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 160%;
  color: #4c4c4c;
}

@media (max-width: 768px) {
  .about__second-paragraph {
    max-width: 430px;
  }
}

@media (max-width: 320px) {
  .about__second-paragraph {
    text-align: justify;
  }
}

/*----------------Our friends----------------------*/
.our-friends {
  background: #F6F6F6;
  padding: 80px 0 100px 0;
}

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

.our-friends__container {
  text-align: center;
}

.our-friends__title {
  font-family: Georgia-regular;
  font-style: normal;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #545454;
  margin-bottom: 60px;
}

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

.our-friends__btn {
  margin: 50px auto 0 auto;
  width: 261px;
}

@media (max-width: 765px) {
  .our-friends__btn {
    margin-top: 42px;
  }
}

.gallery-our-friends {
  position: relative;
}

.gallery-our-friends__item {
  margin-bottom: 50px;
}

.gallery-our-friends__card {
  background: #FAFAFA;
  max-width: 270px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-bottom: 30px;
  border-radius: 9px;
}

.gallery-our-friends__card:hover {
  cursor: pointer;
}

.gallery-our-friends__card:hover {
  cursor: pointer;
}

.gallery-our-friends__card:hover .gallery-our-friends__picture {
  background: #F6F6F6;
}

.gallery-our-friends__card:hover .btn {
  background: #FDDCC4;
}

.gallery-our-friends__picture {
  max-width: 100%;
}

.gallery-our-friends__title {
  font-family: Georgia-regular;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #545454;
}

@media (max-width: 488px) {
  .gallery-our-friends__card .btn__link {
    visibility: hidden;
    position: relative;
  }
  .gallery-our-friends__card .btn__link:after {
    visibility: visible;
    position: absolute;
    top: 25%;
    left: 20%;
    content: "More";
  }
}

/*--------------popup----------------*/
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

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

.popup.open .popup__container {
  -webkit-transform: perspective(600px) translate(0px, 0px) rotate(0);
          transform: perspective(600px) translate(0px, 0px) rotate(0);
  opacity: 1;
}

.popup__body {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup__close {
  position: absolute;
  top: -50px;
  right: -40px;
  background: url("../../../assets/icons/Icon-close-popup.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
  border: 2px solid #F1CDB3;
  border-radius: 100px;
  z-index: 4;
}

@media (max-width: 767px) {
  .popup__close {
    top: -55px;
    right: -30px;
  }
}

.popup__close:hover {
  background: url("../../../assets/icons/Icon-close-popup.svg"), #FDDCC4;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
}

.popup__content {
  padding-top: 60px;
}

.popup__container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  min-width: 240px;
  background-color: #FAFAFA;
  border-radius: 9px;
  -webkit-box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
          box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
  margin: 0px 60px;
  -webkit-transform: perspective(600px) translate(0px, -100%) rotate(45deg);
          transform: perspective(600px) translate(0px, -100%) rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 56%;
          flex: 1 1 56%;
  background: url("../../../assets/images/pets-jennifer_no_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .popup__image {
    display: none;
  }
}

.popup__description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 44%;
          flex: 1 1 44%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 55px 20px 85px 29px;
}

@media (max-width: 768px) {
  .popup__description {
    padding: 10px 9px 37px 11px;
  }
}

@media (max-width: 767px) {
  .popup__description {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media (max-width: 440px) {
  .popup__description {
    padding: 10px;
    word-break: break-all;
  }
}

.popup__title {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 10px;
}

@media (max-width: 440px) {
  .popup__title {
    text-align: center;
  }
}

.popup__subtitle {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 40px;
}

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

@media (max-width: 440px) {
  .popup__subtitle {
    text-align: center;
  }
}

.popup__text {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 110%;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .popup__text {
    font-size: 0.8125rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 440px) {
  .popup__text {
    text-align: justify;
    margin-bottom: 24px;
  }
}

.popup__item {
  list-style: none;
  position: relative;
  padding: 0px 0px 0px 10px;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 110%;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 10px;
}

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

.popup__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 4px;
  width: 4px;
  text-align: right;
  background: #F1CDB3;
}

.popup__overlay {
  display: none;
}

.popup__overlay.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/*--------------slider----------------*/
.swiper {
  max-width: 990px;
}

.swiper {
  z-index: auto !important;
}

.swiper-wrapper {
  z-index: auto !important;
}

/*----------------Help----------------------*/
.help {
  background: #FFFFFF;
  padding: 80px 0 100px 0;
}

@media (max-width: 488px) {
  .help {
    padding: 42px 0 42px 0;
  }
}

@media (max-width: 488px) {
  .help__container {
    padding: 0 10px;
  }
}

.help__title {
  font-family: Georgia-regular;
  font-style: normal;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #545454;
  margin-bottom: 60px;
}

@media (max-width: 320px) {
  .help__title {
    font-size: 1.5625rem;
    margin-bottom: 42px;
  }
}

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

@media (max-width: 768px) {
  .body-help {
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
}

@media (max-width: 488px) {
  .body-help {
    row-gap: 30px;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

.body-help__item {
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 30px;
}

@media (max-width: 768px) {
  .body-help__item {
    min-width: 170px;
  }
}

@media (max-width: 488px) {
  .body-help__item {
    gap: 25px;
    min-width: 130px;
  }
}

@media (max-width: 320px) {
  .body-help__item:last-child {
    margin-right: auto;
    margin-left: 5px;
  }
}

@media (max-width: 309px) {
  .body-help__item:last-child {
    margin: 0 auto;
  }
}

@media (max-width: 488px) {
  .body-help__icon {
    max-width: 35%;
    max-height: 35%;
  }
}

.body-help__title {
  font-family: Georgia-regular;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #545454;
}

@media (max-width: 488px) {
  .body-help__title {
    font-size: 15px;
    line-height: 110%;
    text-align: center;
  }
}

/*----------------In addition----------------------*/
.in-addition {
  background: #F6F6F6;
  padding: 80px 0 98px 0;
}

@media (max-width: 768px) {
  .in-addition {
    padding: 80px 0 102px 0;
  }
}

@media (max-width: 320px) {
  .in-addition {
    padding: 42px 0 42px 0;
  }
}

.in-addition__container {
  padding: 0 183px 0px 182px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

@media (max-width: 1249px) {
  .in-addition__container {
    padding: 0 61px 0px 60px;
  }
}

@media (max-width: 1040px) {
  .in-addition__container {
    padding: 0 183px 0px 182px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 60px;
  }
}

@media (max-width: 767px) {
  .in-addition__container {
    padding: 0 10px;
    gap: 44px;
  }
}

@media (max-width: 545px) {
  .in-addition__img {
    width: 85%;
    height: 85%;
  }
}

@media (max-width: 320px) {
  .in-addition__img {
    width: 85%;
    height: 85%;
  }
}

.description-in-addition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .description-in-addition {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 10px;
    gap: 18px;
  }
}

@media (max-width: 320px) {
  .description-in-addition {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0px;
  }
}

.description-in-addition__title {
  font-family: Georgia-regular;
  font-style: normal;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #545454;
}

@media (max-width: 320px) {
  .description-in-addition__title {
    font-size: 1.5625rem;
    text-align: center;
  }
}

.description-in-addition__subtitle {
  font-family: Georgia-regular;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 110%;
  letter-spacing: 0.06em;
  color: #545454;
}

@media (max-width: 320px) {
  .description-in-addition__subtitle {
    line-height: 160%;
    letter-spacing: normal;
  }
}

.description-in-addition__rules {
  font-family: Arial-italic;
  font-style: italic;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 150%;
  color: #B2B2B2;
}

@media (max-width: 768px) {
  .description-in-addition__rules {
    padding-right: 10px;
  }
}

@media (max-width: 320px) {
  .description-in-addition__rules {
    padding: 0px 10px;
    text-align: justify;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  background: #F1CDB3;
  border-radius: 9px;
}

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

.card__image {
  height: 23px;
  width: 30px;
  margin-right: 15px;
}

.card__number {
  font-family: Georgia-regular;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 115%;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .card__number {
    font-size: 0.9375rem;
    line-height: 110%;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}

.card__number a {
  color: #545454;
}

/*----------------Footer-----------------------*/
.footer {
  padding: 40px 0 0 0;
}

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

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .footer__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 62px;
            column-gap: 62px;
    row-gap: 62px;
  }
}

@media (max-width: 320px) {
  .footer__container {
    row-gap: 25px;
  }
}

.footer__column {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .footer__column {
    margin-left: -5px;
  }
}

@media (max-width: 320px) {
  .footer__column {
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__column:nth-child(2) {
  margin-left: -5px;
}

@media (max-width: 1040px) {
  .footer__column:nth-child(2) {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .footer__column:nth-child(2) {
    margin-left: -5px;
  }
}

@media (max-width: 320px) {
  .footer__column:nth-child(2) {
    margin-left: 0;
  }
}

.footer__title {
  font-family: Georgia-regular;
  font-style: normal;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  max-width: 280px;
}

@media (max-width: 320px) {
  .footer__title {
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    max-width: 270px;
  }
}

@media (max-width: 964px) {
  .footer__logo {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .footer__logo {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .footer__logo {
    margin-top: 15px;
  }
}

@media (max-width: 320px) {
  .footer__logo {
    max-width: 88%;
    max-height: 90%;
  }
}

.item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .item-footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.item-footer__link {
  color: #F1CDB3;
}

.item-footer-text {
  font-family: Georgia-regular;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 115%;
  letter-spacing: 0.06em;
}

.item-footer--left {
  margin-top: 42px;
}

@media (max-width: 768px) {
  .item-footer--left {
    margin-top: 36px;
  }
}

@media (max-width: 768px) {
  .item-footer--left {
    margin-top: 38px;
  }
}

.item-footer--left-2 {
  margin-top: 36px;
}

@media (max-width: 768px) {
  .item-footer--left-2 {
    margin-top: 38px;
  }
}

@media (max-width: 320px) {
  .item-footer--left-2 {
    margin-top: 40px;
  }
}

.item-footer--right {
  margin-top: 34px;
}

@media (max-width: 768px) {
  .item-footer--right {
    margin-top: 30px;
    line-height: 100%;
  }
}

@media (max-width: 320px) {
  .item-footer--right {
    margin-top: 37px;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    margin-left: -5px;
  }
}

.item-footer--right-2 {
  margin-top: 32px;
}

@media (max-width: 320px) {
  .item-footer--right-2 {
    margin-top: 40px;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    margin-left: -5px;
  }
}
/*# sourceMappingURL=style.css.map */