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

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

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

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

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  background: linear-gradient(0deg, #211F20, #211F20) no-repeat; 
  background: url("../assets/Images/noise_transparent.png"), radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%) no-repeat;
}

.no-scroll {
  overflow: hidden;
  padding-right: 17px;
  background-color: rgba(0, 0, 0, 0.5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Georgia", serif;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 57.2px;
  text-align: left;
  color: #545454;
}

h3 {
  font-size: 35px;
  font-weight: 400;
  line-height: 45.5px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #545454;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #545454;
}

h5 {
  font-size: 15px;
  font-weight: 400;
  line-height: 16.5px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #545454;
}

a {
  text-decoration: none;
}

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

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #4c4c4c;
  padding: 0;
  margin: 0;
}

.button {
  display: inline-block;
  padding: 13px 43px 13px 43px;
  border: 2px solid #f1cdb3;
  border-radius: 100px;
  color: #292929;
  font-family: "Georgia", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22.1px;
  letter-spacing: 0.06em;
  text-align: center;
  transition: 0.3s ease-in-out;
  transition-property: border-color, background-color;
}

.button_active {
  background-color: #f1cdb3;
}

.button:hover {
  border-color: #fddcc4;
  background-color: #fddcc4;
}

.paginator {
  display: inline-flex;
  justify-content:center;
  align-items:center;
  width: 50px;
  height: 50px;
  border: 2px solid #f1cdb3;
  border-radius: 100px;
  font-family: "Georgia", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.06em;
  color: #292929;
  transition: 0.3s ease-in-out;
  transition-property: border-color, background-color;
}

.paginator:hover {
  background-color: #f1cdb3;
  border-color: #f1cdb3;
}

.paginator_inactive {
  color: #cdcdcd;
  border-color: #cdcdcd;
  pointer-events: none;
  cursor: default;
}

.paginator_disabled {
  pointer-events: none;
}

.paginator:hover.paginator_inactive {
  border-color: #cdcdcd;
  color: #cdcdcd;
  background: none;
}

.paginator_current {
  background-color: #f1cdb3;
  pointer-events: none;
  cursor: default;
}

.paginator_active {
  cursor: pointer;
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

/* HEADER 1280px */

.header {
  max-height: 90px;
}

.header_internal {
  background: #ffffff;
  max-height: 120px;
}

.header-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px 0;
}

.header-block_internal {
  padding-bottom: 30px;
}

.header-nav__burger {
  display: none;
}

.logo {
  display: block;
}

.logo__name {
  font-family: "Georgia", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 35.2px;
  letter-spacing: 0.06em;
  text-align: left;
  color:#f1cdb3;
  margin: 0;
  padding: 0;
}

.logo__name_internal {
  color: #545454;
}

.logo__slogan {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 14.95px;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 0;
  margin-top: 10px;
  margin-left: 4px;
  padding: 0;
  color: #ffffff;
}

.logo__slogan_internal {
  color: #292929;
}

.header-nav {
  margin-top: 15px;
}

.header-nav__list {
  display: flex;
}

.header-nav__item {
  margin-left: 36px;
}

.header-nav__link {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #cdcdcd;
  padding: 5px 0;
  transition: color 0.3s ease-in-out;
}

.header-nav__link:hover {
  color: #fafafa;
}

.header-nav__link_active {
  cursor: default;
  color: #fafafa;
  border-bottom: 3px solid #f1cdb3;
  transition: color 0.3s ease-in-out;
}

.header-nav__link_internal {
  transition: color 0.3s ease-in-out;
  color: #545454;
}

.header-nav__link_internal:hover {
  color: #292929;
}

.header-nav__link_internal:hover.header-nav__link_active {
  color: #545454;
}

.noscroll {
  cursor: default;
  pointer-events: none;
}

.overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292929;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.overlay_active {
  opacity: 0.6;
  visibility: visible;
}

/* MAIN 1280px */

.start,
.about-block,
.pets-block,
.help-block,
.donation-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px 100px;
}

.about,
.help {
  background-color: #ffffff;
}

.pets,
.donation {
  background-color: #f6f6f6;
}

/* section start */

.start {
  padding-top: 90px;
  padding-bottom: 0;
}

.start__screen {
  display: flex;
  justify-content: space-between;
}

.start__content {
  padding-top: 163px;
}

.start__content-heading {
  color: #ffffff;
  margin-right: 150px;
}

.start__content-subheading {
  color: #cdcdcd;
  margin: 42px 42px 42px 0;
}

.start__image {
  width: 698px;
  height: 728px;
}

/* section about */

.about-block {
  display: flex;
  justify-content: center;
  gap: 120px;
}

.about-image {
  max-height: 408px;
}

.about-image__image {
  width: 300px;
  height: 408px;
}

.about-content {
  width: 430px;
}

.about-content__heading {
  margin-top: 14px;
  margin-right: 60px;
}

.about-content__text {
  margin-top: 25px;
}

/* section pets */

.pets-block {
  text-align: center;
}

.pets__heading {
  width: 400px;
  margin: 0 auto 59px;
  text-align: center;
}

.pets__heading_internal {
  margin-bottom: 45px;
}

.pets-slider {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  justify-content: space-between;
}

.pets-cards {
  width: 990px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.pets-cards__no-scroll {
  scroll-behavior: auto;
}

.pets-cards_internal {
  width: auto;
  padding-bottom: 13px;
  padding-top: 15px;
  margin-bottom: 45px;
}

.pets-cards__list {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
  gap: 90px;
}

.pets-cards__list_internal {
  flex-wrap: wrap;
  gap: 30px;
  transition: opacity 0.2s ease-in-out;
}

.pets-cards__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  background-color: #fafafa;
  border-radius: 9px;
  transition: 0.3s ease-in-out;
  transition-property: box-shadow, background-color;
}

.pets-cards__item:hover {
  box-shadow: 0px 2px 35px 14px #0D0D0D0A;
  background-color: #ffffff;
  cursor: pointer;
}

.pets-cards__item:hover > .button {
  border-color: #fddcc4;
  background-color: #fddcc4;
}

.pets-cards__item-image {
  width: 270px;
  height: 270px;
  border-radius: 9px 9px 0 0;
}

.pets-cards__item-link {
  margin-bottom: 30px;
}

.pets-heading {
  display: none;
}

.pets-paginator {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.button-paginator_left,
.button-paginator_right {
  margin-top: 7px;
  cursor: pointer;
}

.button-paginator__arrow_left {
  background: url("../assets/icons/arrow-left.svg") center no-repeat;
}

.button-paginator__arrow_right {
  background: url("../assets/icons/arrow-right.svg") center no-repeat;
}

/* section help */

.help__heading {
  width: 310px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 60px;
}

.help__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 87px;
  gap: 55px 119px;
}

.help__item-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
}

.help__item-text {
  text-align: center;
}

/* section donation */

.donation-block {
  display: flex;
  justify-content: space-between;
}

.donation-block {
  width: 915px;
  padding-right: 183px;
  padding-left: 182px;
  padding-bottom: 99px; 
}

.donation-image {
  margin-top: 11px;
}

.donation-image__image {
  width: 505px;
  height: 261px;
}

.donation-content {
  width: 380px;
}

.donation-content__heading {
  width: 300px;
  margin-bottom: 20px;
}

.donation-content__subheading {
  margin-bottom: 20px;
}

.donation-content__card-details {
  width: 320px;
  display: flex;
  align-items: center;
  padding: 9px 14px 9px 14px;
  gap: 15px;
  background-color: #f1cdb3;
  border: 1px solid #f1cdb3;
  border-radius: 9px;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;
  transition-property: background-color, border-color;
}

.donation-content__card-details:hover {
  background-color: #fddcc4;
  border-color:  #fddcc4;
}

.donation-content__disclaimer {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #b2b2b2;
}

.pets-popup {
  overflow: visible;
  width: 70.3%;
  max-width: 900px;
  padding: 0;
  border: none;
  border-radius: 9px;
}

.pets-popup::backdrop {
  background-color: #292929;
  opacity: 0.6;
}

.pets-popup[open] {
  animation: openPopup 0.3s ease-in-out;
}

.pets-popup__hover {
  box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.4);
}

@keyframes openPopup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pets-popup__container {
  display: flex;
}

.pets-popup__image {
  width: 500px;
  height: 500px;
  border-radius: 9px;
  }

.pets-popup__details {
  margin-top: 50px;
  margin-right: 20px;
  margin-left: 29px;
}

.pets-popup__title {
  color: #000000;
}

.pets-popup__subtitle {
  margin-top: 10px;
  color: #000000;
}

.pets-popup__description {
  margin-top: 40px;
  color: #000000;
}

.pets-popup__list {
  margin-top: 40px;
  list-style-type: disc;
}

.pets-popup__item {
  font-family: Georgia;
  margin-bottom: 11px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #000000;
  margin-left: 16px;
}

.pets-popup__item::marker {
  color: #f1cdb3;
}

.pets-popup__close {
  position: absolute;
  cursor: pointer;
  top: -52px;
  right: -42px;
  width: 52px;
  height: 52px;
  border: 2px solid #f1cdb3;
  border-radius: 50%;
  background: url("../assets/icons/close.svg") center no-repeat;
  transition: all 0.3s ease-in-out;
}

.pets-popup__close:focus {
  outline: none;
}

.pets-popup__close:hover {
  background-color: #f1cdb3;
  border-color: #f1cdb3;
}

/* FOOTER 1280px */

.footer {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.footer-frame {
  display: flex;
  margin: 40px 40px 0 40px;
}

.footer__content {
  display: flex;
  justify-content: space-between;
}

.contacts,
.locations {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 159px;
  margin-bottom: 60px;
  margin-top: 16px;
  height: 234px;
}

.locations {
  width: 302px;
}

.contacts {
  width: 279px;
}

.contacts__details,
.locations__details {
  display: flex;
  align-items: center;
}

.contacts__details-icon,
.locations__details-icon {
  margin-right: 20px;
}

.contacts__details-link,
.locations__details-text {
  display: inline;
  font-family: "Georgia", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #f1cdb3;
  text-decoration: none;
  margin: 0;
  padding: 0;
  transition: color 0.3s ease-in-out;
}

.contacts__details:hover > .contacts__details-link,
.locations__details:hover > .locations__details-text {
  color: #fddcc4;
}

.contacts__heading,
.locations__heading {
  color: #ffffff;
}

.footer-image {
  width: 300px;
  height: 310px;
}

@media only screen and (max-width: 1279px) {

  body {
    width: 100%;
    box-sizing: border-box;
  }

  .no-scroll {
    overflow: hidden;
    padding-right: 0;
  }
  
  .no-scroll::-webkit-scrollbar {
    display: none;
  }

  .header-block {
    width: 92%;
    padding: 30px 30px 0 30px;
  }

  .header-block_internal {
    padding-bottom: 30px;
  }
  
  .start__screen {
    flex-direction: column;
  }

  .start {
    width: 74%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding-top: 60px;
  }

  .start__screen {
    padding: 0;
    margin: 0;
  }

  .start__content {
    width: 81%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .start__content-subheading {
    padding: 0;
    margin: 0;
    margin-top: 42px;
  }

  .start__content > .button {
    margin-top: 42px;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .start__image {
    width: 569px;
    height: 593px;
    margin-top: 100px;;
    margin-left: 69px;
  }

  .about-block {
    width: 57%;
    flex-direction: column-reverse;
    align-items: center;
    padding: 65px 0 100px 0;
    gap: 80px; 
  }

  .about-content {
    width: 98%;
  }

  .pets-block {
    width: 92%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pets__heading {
    margin-bottom: 59px;
  }

  .pets-slider {
    margin-bottom: 59px;
  }

  .pets-cards {
    width: 580px;
    overflow: hidden;
  }

  .pets-cards_internal {
    width: auto;
    padding: 0;
    margin-bottom: 38px;
  }

  .pets-cards__list {
    gap: 40px;
    max-height: 435px;
  }

  .pets-cards__list_internal {
    max-height: 1365px;
    gap: 30px;
  }

  .pets-block_internal {
    width: 75%;
    padding-top: 80px;
    padding-bottom: 75px;
  }

  .pets__heading_internal {
    margin-bottom: 30px;
  }

  .button-paginator {
    margin-top: 8px;
  }

  .button-paginator_left {
    margin-right: 9px;
  }

  .button-paginator_right {
    margin-left: 9px;
  }

  .help-block {
    width: 82%;
  }

  .help__heading {
    margin-bottom: 59px;
  }

  .help__list {
    gap: 55px 59px;
    margin: 0px;
    justify-content: space-between;
  }

  .help__item {
    min-width: 170px;
  }

  .donation-block {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
    margin: 0;
    padding-top: 80px;
    padding-bottom: 93px;
  }

  .donation-image {
    margin-top: 60px;
  }

  .pets-popup {
    width: 82%;
  }
  
  .pets-popup__image {
    width: 350px;
    height: 350px;
  }
  
  .pets-popup__details {
    margin-top: 10px;
    margin-right: 9px;
    margin-left: 11px;
    margin-bottom: 25px;
  }
  
  .pets-popup__description {
    margin-top: 20px;
  }
  
  .pets-popup__list {
    margin-top: 20px;
  }

  .pets-popup__item {
    margin-bottom: 6px;
    margin-left: 14px;
  }

  .footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-frame {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
  }

  .footer__content {
    width: 93%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .contacts {
    margin-right: 30px;
  }

  .locations {
    margin-right: 0;
  }

  .footer-image {
    margin-top: 4px;
  }
}



@media only screen and (max-width: 767px) {

  body {
    width: 100%;
    box-sizing: border-box;
  }

  .no-scroll {
    overflow: hidden;
    padding-right: 0;
  }
  
  .no-scroll::-webkit-scrollbar {
    display: none;
  }

  h2,
  h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 32.5px;
    letter-spacing: 0.06em;
    text-align: center;
  }

  .header-block {
    width: 100%;
    box-sizing: border-box;
    padding: 31px 20px 0 20px;
  }

  .header-block_internal {
    padding-bottom: 30px;
  }

  .header-nav__burger {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 0;
    margin-top: 3px;
    background: none;
    width: 30px;
    height: 22px;
    border: none;
    border-top: 2px solid #f1cdb3;
    border-bottom: 2px solid #f1cdb3;
    background-color: none;
    transition: all 0.3s ease-in-out;
  }

  .header-nav__burger-line {
    content: '';
    height: 2px;
    width: 30px;
    background-color: #f1cdb3;
  }

  .header-nav__burger_internal {
    border-color: #000000;
  }

  .header-nav__burger-line_internal {
    background-color: #000000;
  }

  .header-nav__burger_active {
    transform: rotate(90deg);
  }

  .header-nav__list {
    position: fixed;
    display: flex;
    flex-direction: column;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
    justify-content: center;
    text-align: center;
    gap: 40px;
    transition: right 0.3s ease-in-out;
  }

  .header-nav__list_active {
    right: 0;
  }

  .header-nav__item {
    margin-left: 0;
  }

  .header-nav__link {
    font-size: 32px;
    font-weight: 400;
    line-height: 52px;
    text-align: left;
  }

  .menu-background {
    position: fixed;
    top: 0;
    right: -100%; 
    width: 320px;
    height: 100%;
    background-color: #292929;
    transition: right 0.3s ease-in-out;
  }

  .menu-background_internal {
    background-color: #ffffff;
  }
  
  .menu-background_active {
    right: 0;
  }
  
  .start {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding-top: 60px;
  }

  .start__content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0;
  }

  .start__content-heading {
    width: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .start__content-subheading {
    margin-top: 42px;
    text-align: center;
  }

  .start__content > .button {
    margin-right: auto;
    margin-left: auto;
    transform: none;
  }

  .start__image {
    width: 260px;
    height: 271.77px;
    margin-top: 104px;
    margin-left: 40px;
  }

  .about-block {
    width: 95%;
    flex-direction: column-reverse;
    align-items: center;
    padding: 42px 0 36px 0;
    gap: 41px; 
  }

  .about-content__heading {
    margin: 0;
    width: 81%;
    margin-right: auto;
    margin-left: auto;
  }

  .about-content__text {
    padding: 0 15px 0px;
    text-align: justify;
    margin-top: 23px
  }

  .about-image__image {
    width: 260px;
    height: 353.6px;
  }

  .pets-block {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 42px;
    padding-bottom: 41px;
  }

  .pets__heading {
    width: 94%;
    margin-bottom: 41px;
  }

  .pets-slider {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 34px;
  }

  .pets-slider::after {
    content: "";
    flex-basis: 100%;
    order: 1;
  }

  .pets-cards__list {
    justify-content: start;
  }

  .pets-cards__list_internal {
    max-height: 1365px;
    justify-content: center;
    gap: 30px;
  }

  .pets-block_internal {
    width: 95%;
    padding-top: 42px;
    padding-bottom: 41px;
  }

  .pets__heading_internal {
    margin-bottom: 42px;
  }

  .pets-cards {
    width: 270px;
    order: 0;
  }

  .pets-cards_internal {
    width: auto;
    padding: 0;
    margin-bottom: 40px;
  }

  .pets-paginator {
    gap: 10px;
  }

  .button-paginator {
    margin-top: 19px;
    order: 2;
  }

  .button-paginator_left {
    margin-left: 26px;
  }

  .button-paginator_right {
    margin-right: 26px;
  }

  .help-block {
    width: 90%;
    padding-top: 42px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .help__heading {
    width: 94%;
    margin-bottom: 41px;
  }
  
  .help__list {
    gap: 20px;
  }

  .help__item {
    min-width: 130px;
  }
  
  .help__item-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .help__item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 16.5px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 11px;
  }

  .donation-block {
    width: 100%;
    padding-top: 41px;
    padding-bottom: 35px;
  }

  .donation-content {
    width: 100%;
  }

  .donation-content__heading {
    width: 100%;
    text-align: center;
  }

  .donation-content__subheading {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    letter-spacing: normal;
  }

  .donation-image {
    margin-top: 42px;
  }

  .donation-image__image {
    width: 260px;
    height: 135.2px;
  }

  .donation-content__card-details {
    max-width: 88%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .donation-content__card-number {
    font-size: 15px;
    font-weight: 400;
    line-height: 16.5px;
    letter-spacing: 0.06em;
    text-align: left;
  }

  .donation-content__disclaimer {
    width: 88%;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
  }

  .pets-popup {
    width: 75%;
  }
  
  .pets-popup__image {
    display: none;
    }

  .pets-popup__details {
    margin-bottom: 4px;
  }

  .pets-popup__title {
    font-size: 35px;
    font-weight: 400;
    line-height: 45.5px;
    letter-spacing: 0.06em;
  }

  .pets-popup__subtitle {
    text-align: center;
  }

  .pets-popup__description {
    font-size: 13px;
    font-weight: 400;
    line-height: 14.3px;
    letter-spacing: 0.06em;
    text-align: justify;
  }

  .pets-popup__close {
    right: -30px;
  }

  .footer-frame {
    margin: 14px 0 0 0;
  }

  .contacts,
  .locations {
    height: 208px;
    width: 100%;
    margin-right: 0px;
    align-items: center;
  }
  
  .contacts {
    margin-bottom: 40px;
  }

  .locations {
    align-items: start;
    margin-top: 0;
    height: 222px;
    margin-bottom: 40px;
  }

  .locations__heading {
    align-self: center;
    width: 80%;
  }

  .footer-image {
    width: 260px;
    height: 269px;
    margin-top: 0;
  }
}