@font-face {
  font-family: 'Georgia';
  src: url("../../assets/fonts/georgia.ttf") format("truetype");
}

body {
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

body button.btn {
  width: 207px;
  height: 52px;
  color: #292929;
  border-radius: 100px;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0.06em;
  border: none;
}

body button.btn-primary {
  background: #f1cdb3;
}

body button.btn-secondary {
  border: 2px solid #f1cdb3;
  padding-top: 3px;
  background: transparent;
}

body button:focus {
  outline: none;
}

body button:hover {
  cursor: pointer;
}

body button.btn-slider-control {
  width: 52px;
  height: 52px;
  border: 2px solid #f1cdb3;
  border-radius: 100px;
  background-image: url("../../assets/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

body button.btn-slider-control:hover {
  background-color: #f1cdb3;
  border: none;
}

body button.btn-slider-control.btn-active-right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body .btn-active-left {
  z-index: 10;
}

body .btn-active-left {
  z-index: 10;
}

body button a {
  color: #292929;
}

body .burger:hover {
  cursor: pointer;
}

body .burger {
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
}

body .logo {
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

body .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100vw;
  height: 100vh;
  background-color: rgba(41, 41, 41, 0.6);
  display: none;
}

body .menu {
  display: none;
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100vh;
  z-index: -20;
  background-color: #292929;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

body .menu .logo-wrapper {
  width: 257px;
  height: 60px;
  margin-top: 30px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .menu .logo-wrapper .logo-inner .title {
  font-family: Georgia;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.06em;
  color: #f1cdb3;
  margin-bottom: 10px;
}

body .menu .logo-wrapper .logo-inner .subtitle {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  color: #ffffff;
}

body .menu .logo-wrapper .burger-close {
  display: inline-block;
  width: 30px;
  height: 22px;
  border-top: 2px solid #f1cdb3;
  border-bottom: 2px solid #f1cdb3;
  position: relative;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  cursor: pointer;
}

body .menu .logo-wrapper .burger-close::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #f1cdb3;
  position: absolute;
  top: 8px;
}

body .menu nav.menu-nav {
  width: 243px;
  height: 327px;
  position: absolute;
  top: calc(50vh - 163px);
  left: 29px;
}

body .menu nav.menu-nav ul.menu-list {
  list-style: none;
  width: 243px;
  height: 327px;
  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;
}

body .menu nav.menu-nav ul.menu-list li {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 160%;
  color: #cdcdcd;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 0px 40px;
}

body .menu nav.menu-nav ul.menu-list li a {
  color: #cdcdcd;
}

body .menu nav.menu-nav ul.menu-list li a.menu-active {
  padding-bottom: 3px;
  color: #fafafa;
  border-bottom: 3px solid #f1cdb3;
}

body .menu nav.menu-nav ul.menu-list li a:hover {
  color: #fafafa;
}

body .menu nav.menu-nav ul.menu-list li.not-disabled:hover {
  color: #fafafa;
}

body .menu nav.menu-nav ul.menu-list li.disabled:hover {
  cursor: default;
}

body .pets .blackout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background-color: rgba(41, 41, 41, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

body .pets .blackout:hover + .popup .close-btn {
  background-color: #fddcc4;
}

body .pets .blackout.active {
  pointer-events: all;
  opacity: 1;
}

body .pets .blackout.active:hover {
  cursor: pointer;
}

body .pets .popup {
  position: fixed;
  z-index: 30;
  width: 900px;
  height: 500px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #fafafa;
  border-radius: 9px;
}

body .pets .popup .close-btn {
  position: absolute;
  top: -48px;
  right: -48px;
  width: 52px;
  height: 52px;
  border: 2px solid #f1cdb3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  background-image: url("../../assets/icons/Vector.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

body .pets .popup .close-btn:hover {
  background-color: #fddcc4;
}

body .pets .popup.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

body .pets .popup:hover {
  -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);
}

body .pets .popup .popup-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 29px;
          column-gap: 29px;
}

body .pets .popup .popup-wrapper .popup-image {
  width: 500px;
  height: 500px;
  border-radius: 9px 0px 0px 9px;
  background-size: cover;
}

body .pets .popup .popup-wrapper .popup-content {
  margin-top: 50px;
  width: 351px;
  height: 362px;
}

body .pets .popup .popup-wrapper .popup-content h3.name {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #000000;
}

body .pets .popup .popup-wrapper .popup-content h4.type {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #000000;
}

body .pets .popup .popup-wrapper .popup-content h5.description {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0.06em;
  color: #000000;
  margin-right: 5px;
}

body .pets .popup .popup-wrapper .popup-content ul.pet-info {
  list-style: none;
  /* Remove default bullets */
}

body .pets .popup .popup-wrapper .popup-content ul.pet-info li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #f1cdb3;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.start-screen {
  background: radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 100%), #211f20;
  height: 908px;
}

.start-screen .start-screen-wrapper {
  padding-left: calc(100vw - 100%);
  margin: 0 auto;
  padding-top: 60px;
  max-width: 1200px;
  height: 908px;
}

.start-screen .start-screen-wrapper header {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.start-screen .start-screen-wrapper header .logo {
  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;
}

.start-screen .start-screen-wrapper header .logo .title {
  font-family: "Georgia", "Times New Roman", Times, serif;
  color: #f1cdb3;
  font-weight: normal;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0.06em;
}

.start-screen .start-screen-wrapper header .logo .subtitle {
  margin-left: 4px;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: 0.1em;
}

.start-screen .start-screen-wrapper header nav {
  width: 443px;
  height: 27px;
}

.start-screen .start-screen-wrapper header nav ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.start-screen .start-screen-wrapper header nav ul li {
  color: #cdcdcd;
  font-size: 15px;
  line-height: 160%;
  cursor: default;
}

.start-screen .start-screen-wrapper header nav ul li a {
  color: #cdcdcd;
  font-size: 15px;
  line-height: 160%;
}

.start-screen .start-screen-wrapper header nav ul li a.active {
  padding-bottom: 3px;
  color: #fafafa;
  border-bottom: 3px solid #f1cdb3;
}

.start-screen .start-screen-wrapper header nav ul li a:hover {
  color: #fafafa;
}

.start-screen .start-screen-wrapper header nav ul li a.disabled:hover {
  color: #cdcdcd;
  cursor: default;
}

.start-screen .start-screen-wrapper header nav ul li.active a {
  color: #fafafa;
}

.start-screen .start-screen-wrapper header .burger {
  display: none;
}

.start-screen .start-screen-wrapper .start-screen-content {
  height: 728px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.start-screen .start-screen-wrapper .start-screen-content .content {
  width: 460px;
  height: 321px;
  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;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: -80px;
}

.start-screen .start-screen-wrapper .start-screen-content .content h3 {
  width: 310px;
  font-family: "Georgia", "Times New Roman", Times, serif;
  color: #ffffff;
  font-weight: normal;
  font-size: 44px;
  line-height: 130%;
}

.start-screen .start-screen-wrapper .start-screen-content .content p {
  color: #cdcdcd;
  font-size: 15px;
  line-height: 160%;
}

.start-screen .start-screen-wrapper .start-screen-content .content button:hover {
  background: #fddcc4;
}

.start-screen .start-screen-wrapper .start-screen-content .puppey {
  width: 698px;
  height: 728px;
  background-image: url("../../assets/images/main/start-screen-puppy.png");
}

.about {
  height: 588px;
  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;
}

.about .about-wrapper {
  padding-left: calc(100vw - 100%);
  max-width: 1200px;
  height: 408px;
  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;
  -webkit-column-gap: 120px;
          column-gap: 120px;
  margin-top: -20px;
}

.about .about-wrapper .about-image {
  width: 300px;
  height: 408px;
  background-image: url("../../assets/images/main/about-pets.png");
}

.about .about-wrapper .about-content {
  width: 430px;
  height: 380px;
}

.about .about-wrapper .about-content h3 {
  width: 370px;
  height: 90px;
  font-family: "Georgia", "Times New Roman", Times, serif;
  color: #545454;
  font-weight: normal;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}

.about .about-wrapper .about-content p {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 160%;
  color: #292929;
}

.pets {
  background-color: #f6f6f6;
  height: 877px;
  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;
}

.pets .pets-wrapper {
  padding-left: calc(100vw - 100%);
  max-width: 1200px;
  height: 697px;
  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;
  margin-top: -20px;
}

.pets .pets-wrapper h3 {
  max-width: 400px;
  height: 90px;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: normal;
  color: #545454;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  text-align: center;
}

.pets .pets-wrapper .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 53px;
          column-gap: 53px;
}

.pets .pets-wrapper .slider .slider-cards {
  max-width: 990px;
  height: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-column-gap: 90px;
          column-gap: 90px;
}

.pets .pets-wrapper .slider .slider-cards .pet-1 .card-image {
  background-image: url("../../assets/images/main/pets-katrine.png");
}

.pets .pets-wrapper .slider .slider-cards .pet-2 .card-image {
  background-image: url("../../assets/images/main/pets-jennifer.png");
}

.pets .pets-wrapper .slider .slider-cards .pet-3 .card-image {
  background-image: url("../../assets/images/main/pets-woody.png");
}

.pets .pets-wrapper .slider .slider-cards .slider-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 435px;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fafafa;
  border-radius: 9px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pets .pets-wrapper .slider .slider-cards .slider-card:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 0.26667rem 0.26667rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.26667rem 0.26667rem 0 rgba(0, 0, 0, 0.25);
}

.pets .pets-wrapper .slider .slider-cards .slider-card .card-inner-wrapper {
  width: 270px;
  height: 405px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pets .pets-wrapper .slider .slider-cards .slider-card .card-inner-wrapper .card-image {
  width: 270px;
  height: 270px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.pets .pets-wrapper .slider .slider-cards .slider-card .card-inner-wrapper h4 {
  font-family: "Georgia", "Times New Roman", Times, serif;
  color: #545454;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}

.pets .pets-wrapper .slider .slider-cards .slider-card .card-inner-wrapper button {
  width: 187px;
}

.pets .pets-wrapper .slider .slider-cards .slider-card .card-inner-wrapper button:hover {
  background: #fddcc4;
}

.pets .pets-wrapper button.btn.btn-primary {
  width: 261px;
}

.pets .pets-wrapper button.btn.btn-primary:hover {
  background: #fddcc4;
}

.help {
  height: 611px;
  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;
}

.help .help-wrapper {
  padding-left: calc(100vw - 100%);
  max-width: 1200px;
  height: 431px;
  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;
  margin-top: -20px;
}

.help .help-wrapper h3 {
  max-width: 308px;
  height: 90px;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: normal;
  text-align: center;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #545454;
}

.help .help-wrapper .help-content {
  max-width: 1026px;
  height: 281px;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-column-gap: 119px;
          column-gap: 119px;
}

.help .help-wrapper .help-content .help-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.help .help-wrapper .help-content .help-content-item.item-1,
.help .help-wrapper .help-content .help-content-item.item-2,
.help .help-wrapper .help-content .help-content-item.item-3,
.help .help-wrapper .help-content .help-content-item.item-4,
.help .help-wrapper .help-content .help-content-item.item-5 {
  padding-bottom: 55px;
}

.help .help-wrapper .help-content .help-content-item.item-4 {
  padding-left: 1px;
}

.help .help-wrapper .help-content .help-content-item.item-6,
.help .help-wrapper .help-content .help-content-item.item-7,
.help .help-wrapper .help-content .help-content-item.item-9 {
  padding-left: 1px;
}

.help .help-wrapper .help-content .help-content-item h4 {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #545454;
  text-align: center;
}

.help .help-wrapper .help-content .help-content-item .help-image {
  width: 60px;
  height: 60px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 30px;
}

.help .help-wrapper .help-content .help-content-item.item-1 > .help-image {
  background-image: url("../../assets/icons/icon-pet-food.png");
}

.help .help-wrapper .help-content .help-content-item.item-2 > .help-image {
  background-image: url("../../assets/icons/icon-transportation.svg");
}

.help .help-wrapper .help-content .help-content-item.item-3 > .help-image {
  background-image: url("../../assets/icons/icon-toys.svg");
}

.help .help-wrapper .help-content .help-content-item.item-4 > .help-image {
  background-image: url("../../assets/icons/icon-bowls-and-cups.svg");
}

.help .help-wrapper .help-content .help-content-item.item-5 > .help-image {
  background-image: url("../../assets/icons/icon-shampoos.svg");
}

.help .help-wrapper .help-content .help-content-item.item-6 > .help-image {
  background-image: url("../../assets/icons/icon-vitamins.svg");
}

.help .help-wrapper .help-content .help-content-item.item-7 > .help-image {
  background-image: url("../../assets/icons/icon-medicines.svg");
}

.help .help-wrapper .help-content .help-content-item.item-8 > .help-image {
  background-image: url("../../assets/icons/icon-collars-leashes.svg");
}

.help .help-wrapper .help-content .help-content-item.item-9 > .help-image {
  background-image: url("../../assets/icons/icon-sleeping-area.svg");
}

.donation {
  height: 464px;
  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;
  background: #f6f6f6;
}

.donation .donation-wrapper {
  padding-left: calc(100vw - 100%);
  max-width: 1200px;
  height: 431px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  margin-top: -20px;
}

.donation .donation-wrapper .donation-image {
  width: 505px;
  height: 261px;
  background-image: url("../../assets/images/main/donation-dog.png");
}

.donation .donation-wrapper .donation-content {
  width: 380px;
  height: 282px;
  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;
}

.donation .donation-wrapper .donation-content h3 {
  width: 300px;
  height: 90px;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #545454;
}

.donation .donation-wrapper .donation-content h4 {
  width: 307px;
  height: 17px;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0.06em;
  color: #545454;
}

.donation .donation-wrapper .donation-content .credit-card-content {
  width: 349px;
  height: 43px;
  padding: 10px 0px 0px 15px;
  background: #f1cdb3;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

.donation .donation-wrapper .donation-content .credit-card-content:hover {
  background: #fddcc4;
}

.donation .donation-wrapper .donation-content .credit-card-content .credit-card-image {
  width: 30px;
  height: 23px;
  background-image: url("../../assets/icons/icon-credit-card.png");
}

.donation .donation-wrapper .donation-content .credit-card-content .credit-card-number {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #545454;
}

.donation .donation-wrapper .donation-content p {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b2b2b2;
}

footer {
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: radial-gradient(110.67% 538.64% at 5.73% 50%, #513d2f 0%, #1a1a1c 100%), #211f20;
}

footer .footer-wrapper {
  max-width: 1200px;
  height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 160px;
          column-gap: 160px;
}

footer .footer-wrapper .contacts {
  margin-top: 16px;
  width: 278px;
  height: 234px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer-wrapper .contacts h3 {
  width: 279px;
  height: 90px;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin-bottom: 40px;
}

footer .footer-wrapper .contacts h4 {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #f1cdb3;
}

footer .footer-wrapper .contacts .contacts-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 251px;
  height: 32px;
  margin-bottom: 40px;
}

footer .footer-wrapper .contacts .contacts-email .email-icon {
  width: 40px;
  height: 32px;
  background-image: url("../../assets/icons/icon-email.png");
}

footer .footer-wrapper .contacts .contacts-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 239px;
  height: 32px;
}

footer .footer-wrapper .contacts .contacts-phone .phone-icon {
  width: 40px;
  height: 32px;
  background-image: url("../../assets/icons/icon-phone.png");
}

footer .footer-wrapper .location {
  margin-top: 16px;
  width: 302px;
  height: 234px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer-wrapper .location h3 {
  margin-left: 1px;
  width: 270px;
  height: 90px;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin-bottom: 34px;
}

footer .footer-wrapper .location h4 {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #f1cdb3;
}

footer .footer-wrapper .location .location-boston {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 302px;
  height: 46px;
  margin-bottom: 32px;
}

footer .footer-wrapper .location .location-boston .boston-icon {
  width: 22px;
  height: 32px;
  background-image: url("../../assets/icons/icon-pin.png");
}

footer .footer-wrapper .location .location-boston .boston-address {
  width: 260px;
  height: 46px;
}

footer .footer-wrapper .location .location-london {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 302px;
  height: 32px;
}

footer .footer-wrapper .location .location-london .london-icon {
  width: 22px;
  height: 32px;
  background-image: url("../../assets/icons/icon-pin.png");
}

footer .footer-wrapper .location .location-london .london-address {
  width: 260px;
  height: 23px;
}

footer .footer-wrapper .footer-image {
  width: 300px;
  height: 310px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-image: url("../../assets/images/main/footer-puppy.png");
}

@media (max-width: 1270px) {
  .start-screen {
    height: 762px;
  }
  .start-screen .start-screen-wrapper header {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 30px;
  }
  .start-screen .start-screen-wrapper .start-screen-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .start-screen .start-screen-wrapper .start-screen-content .content {
    margin-left: 30px;
    margin-top: -160px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .start-screen .start-screen-wrapper .start-screen-content .content button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .start-screen .start-screen-wrapper .start-screen-content .puppey {
    width: 558px;
    height: 582px;
    background-size: cover;
  }
  .pets .pets-wrapper .slider {
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
  .pets .pets-wrapper .slider .slider-cards {
    max-width: 700px;
    height: 435px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .help {
    height: 779px;
  }
  .help .help-wrapper {
    max-width: 768px;
    height: 779px;
    -webkit-column-gap: 60px;
            column-gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .help .help-wrapper h3 {
    margin-bottom: 60px;
  }
  .help .help-wrapper .help-content {
    max-width: 630px;
    height: 449px;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    row-gap: 55px;
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
  .help .help-wrapper .help-content .help-content-item {
    width: 170px;
    height: 113px;
  }
  .help .help-wrapper .help-content .help-content-item.item-1,
  .help .help-wrapper .help-content .help-content-item.item-2,
  .help .help-wrapper .help-content .help-content-item.item-3,
  .help .help-wrapper .help-content .help-content-item.item-4,
  .help .help-wrapper .help-content .help-content-item.item-5,
  .help .help-wrapper .help-content .help-content-item.item-6,
  .help .help-wrapper .help-content .help-content-item.item-7,
  .help .help-wrapper .help-content .help-content-item.item-8,
  .help .help-wrapper .help-content .help-content-item.item-9 {
    padding-bottom: 0px;
  }
  footer .footer-wrapper {
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  footer .footer-wrapper .contacts {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  footer .footer-wrapper .location {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  footer .footer-wrapper .location .location-boston {
    margin-bottom: 30px;
  }
}

@media (max-width: 1050px) {
  body .pets .popup {
    width: 630px;
    height: 350px;
  }
  body .pets .popup .popup-wrapper .popup-image {
    width: 350px;
    height: 350px;
  }
  body .pets .popup .popup-wrapper .popup-content {
    margin-top: 10px;
    width: 260px;
    height: 303px;
  }
  body .pets .popup .popup-wrapper .popup-content h5.description {
    font-size: 13px;
  }
  .start-screen {
    height: 645px;
  }
  .start-screen .start-screen-wrapper .start-screen-content {
    height: 450px;
  }
  .start-screen .start-screen-wrapper .start-screen-content .content {
    margin-top: -100px;
  }
  .start-screen .start-screen-wrapper .start-screen-content .puppey {
    width: 446px;
    height: 465px;
    background-size: cover;
  }
  .pets .pets-wrapper .slider {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .pets .pets-wrapper .slider .slider-cards {
    max-width: 700px;
    height: 435px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .donation {
    height: 783px;
  }
  .donation .donation-wrapper {
    max-width: 768px;
    height: 783px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .donation .donation-wrapper .donation-content {
    margin-bottom: 60px;
  }
  footer {
    height: 639px;
  }
  footer .footer-wrapper {
    max-width: 768px;
    height: 639px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
  footer .footer-wrapper .contacts {
    margin-top: 30px;
    margin-bottom: 65px;
  }
  footer .footer-wrapper .location {
    margin-top: 30px;
    margin-bottom: 65px;
  }
  footer .footer-wrapper .location .location-boston {
    margin-bottom: 33px;
  }
}

@media (max-width: 900px) {
  .start-screen {
    height: 1165px;
  }
  .start-screen .start-screen-wrapper {
    padding: 10px;
    max-width: 768px;
    height: 1165px;
  }
  .start-screen .start-screen-wrapper header {
    margin-left: 0;
  }
  .start-screen .start-screen-wrapper .start-screen-content {
    margin: 0;
    height: 1035px;
    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;
  }
  .start-screen .start-screen-wrapper .start-screen-content .content {
    margin-top: 0;
    margin-left: 0;
  }
  .start-screen .start-screen-wrapper .start-screen-content .content button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .start-screen .start-screen-wrapper .start-screen-content .puppey {
    margin: 0 auto;
    width: 569px;
    height: 593px;
    background-size: cover;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .about {
    height: 1048px;
  }
  .about .about-wrapper {
    max-width: 437px;
    height: 868px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pets .pets-wrapper .slider {
    -webkit-column-gap: 12px;
            column-gap: 12px;
  }
  .pets .pets-wrapper .slider .slider-cards {
    max-width: 580px;
    height: 435px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .help {
    height: 779px;
  }
  .help .help-wrapper {
    max-width: 768px;
    height: 779px;
    -webkit-column-gap: 60px;
            column-gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .help .help-wrapper h3 {
    margin-bottom: 60px;
  }
  .help .help-wrapper .help-content {
    max-width: 630px;
    height: 449px;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    row-gap: 55px;
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
  .help .help-wrapper .help-content .help-content-item {
    width: 170px;
    height: 113px;
  }
  .help .help-wrapper .help-content .help-content-item.item-1,
  .help .help-wrapper .help-content .help-content-item.item-2,
  .help .help-wrapper .help-content .help-content-item.item-3,
  .help .help-wrapper .help-content .help-content-item.item-4,
  .help .help-wrapper .help-content .help-content-item.item-5,
  .help .help-wrapper .help-content .help-content-item.item-6,
  .help .help-wrapper .help-content .help-content-item.item-7,
  .help .help-wrapper .help-content .help-content-item.item-8,
  .help .help-wrapper .help-content .help-content-item.item-9 {
    padding-bottom: 0px;
  }
  .donation {
    height: 783px;
  }
  .donation .donation-wrapper {
    max-width: 768px;
    height: 783px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .donation .donation-wrapper .donation-content {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .start-screen {
    height: 1165px;
  }
  .start-screen .start-screen-wrapper {
    padding: 30px;
    max-width: 768px;
    height: 1165px;
  }
  .start-screen .start-screen-wrapper header {
    height: 60px;
    width: 708px;
  }
  .start-screen .start-screen-wrapper .start-screen-content {
    height: 1015px;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .start-screen .start-screen-wrapper .start-screen-content .content {
    margin-top: 0;
  }
  .start-screen .start-screen-wrapper .start-screen-content .content h3 {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .start-screen .start-screen-wrapper .start-screen-content .content button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .start-screen .start-screen-wrapper .start-screen-content .content a {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .start-screen .start-screen-wrapper .start-screen-content .puppey {
    width: 569px;
    height: 593px;
    background-size: cover;
    margin: 0;
  }
  .about {
    height: 1048px;
  }
  .about .about-wrapper {
    max-width: 437px;
    height: 868px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pets .pets-wrapper .slider {
    -webkit-column-gap: 12px;
            column-gap: 12px;
  }
  .pets .pets-wrapper .slider .slider-cards {
    max-width: 580px;
    height: 435px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .help {
    height: 779px;
  }
  .help .help-wrapper {
    max-width: 768px;
    height: 779px;
    -webkit-column-gap: 60px;
            column-gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .help .help-wrapper h3 {
    margin-bottom: 60px;
  }
  .help .help-wrapper .help-content {
    max-width: 630px;
    height: 449px;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    row-gap: 55px;
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
  .help .help-wrapper .help-content .help-content-item {
    width: 170px;
    height: 113px;
  }
  .help .help-wrapper .help-content .help-content-item.item-1,
  .help .help-wrapper .help-content .help-content-item.item-2,
  .help .help-wrapper .help-content .help-content-item.item-3,
  .help .help-wrapper .help-content .help-content-item.item-4,
  .help .help-wrapper .help-content .help-content-item.item-5,
  .help .help-wrapper .help-content .help-content-item.item-6,
  .help .help-wrapper .help-content .help-content-item.item-7,
  .help .help-wrapper .help-content .help-content-item.item-8,
  .help .help-wrapper .help-content .help-content-item.item-9 {
    padding-bottom: 0px;
  }
  .donation {
    height: 783px;
  }
  .donation .donation-wrapper {
    max-width: 768px;
    height: 783px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .donation .donation-wrapper .donation-content {
    margin-bottom: 60px;
  }
  footer {
    height: 639px;
  }
  footer .footer-wrapper {
    max-width: 768px;
    height: 639px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
  footer .footer-wrapper .contacts {
    margin-top: 30px;
    margin-bottom: 65px;
  }
  footer .footer-wrapper .location {
    margin-top: 30px;
    margin-bottom: 65px;
  }
  footer .footer-wrapper .location .location-boston {
    margin-bottom: 33px;
  }
}

@media (max-width: 767px) {
  body .pets .popup {
    width: 240px;
    height: 341px;
  }
  body .pets .popup .popup-wrapper .popup-image {
    display: none;
  }
  body .pets .popup .popup-wrapper .popup-content {
    margin-top: 10px;
    margin-left: 10px;
    width: 220px;
    height: 321px;
  }
  body .pets .popup .popup-wrapper .popup-content h3.name {
    font-size: 30px;
  }
  body .pets .popup .popup-wrapper .popup-content h4.type {
    font-size: 17px;
  }
  body .pets .popup .popup-wrapper .popup-content ul.pet-info {
    padding-left: 15px;
    font-size: 13px;
  }
  .start-screen {
    height: 823px;
    padding-left: calc(100vw - 100%);
  }
  .start-screen .start-screen-wrapper {
    padding-top: 30px;
    padding-left: 10px;
    padding-bottom: 0px;
    max-width: calc(100vw - 10%);
    height: 823px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
  }
  .start-screen .start-screen-wrapper header {
    height: 60px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .start-screen .start-screen-wrapper header .logo {
    width: 184px;
  }
  .start-screen .start-screen-wrapper header .logo .title {
    width: 186px;
    height: 35px;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
  }
  .start-screen .start-screen-wrapper header nav {
    display: none;
  }
  .start-screen .start-screen-wrapper header .burger {
    display: inline-block;
    width: 30px;
    height: 22px;
    border-top: 2px solid #f1cdb3;
    border-bottom: 2px solid #f1cdb3;
    position: relative;
  }
  .start-screen .start-screen-wrapper header .burger::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #f1cdb3;
    position: absolute;
    top: 8px;
  }
  .start-screen .start-screen-wrapper .start-screen-content {
    height: 673px;
    width: 300px;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .start-screen .start-screen-wrapper .start-screen-content .content {
    width: 300px;
    height: 296px;
  }
  .start-screen .start-screen-wrapper .start-screen-content .content h3 {
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    padding: 0 33px 0 27px;
    letter-spacing: 0.06em;
  }
  .start-screen .start-screen-wrapper .start-screen-content .content p {
    text-align: center;
  }
  .start-screen .start-screen-wrapper .start-screen-content .content button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .start-screen .start-screen-wrapper .start-screen-content .puppey {
    width: 260px;
    height: 272px;
    background-size: cover;
    margin: 0;
  }
  .about {
    width: 95vw;
    height: 960px;
  }
  .about .about-wrapper {
    padding-top: 20px;
    width: 95vw;
    height: 960px;
  }
  .about .about-wrapper .about-image {
    margin-bottom: 30px;
    width: calc(260px * 1.2);
    height: calc(354px * 1.2);
    background-size: cover;
  }
  .about .about-wrapper .about-content {
    width: 95vw;
    height: 470px;
  }
  .about .about-wrapper .about-content h3 {
    margin-top: 10px;
    margin-left: 2px;
    margin-bottom: 25px;
    margin: 20px auto;
    width: 300px;
    height: 64px;
    padding: 0 33px 0 27px;
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.06em;
    color: #545454;
  }
  .about .about-wrapper .about-content p {
    margin-left: 14px;
    width: 95%;
    font-family: Arial;
    font-size: 15px;
    line-height: 160%;
    text-align: justify;
    color: #292929;
  }
  .about .about-wrapper .about-content p + p {
    margin-top: -2px;
  }
  .pets {
    height: 791px;
  }
  .pets .pets-wrapper {
    width: 320px;
  }
  .pets .pets-wrapper h3 {
    width: 300px;
    height: 64px;
    font-size: 25px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #545454;
    margin-top: 4px;
  }
  .pets .pets-wrapper .slider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pets .pets-wrapper .slider .btn-active-left {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    top: 18px;
    left: -34px;
  }
  .pets .pets-wrapper .slider .btn-active-right {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
    top: 18px;
    left: 34px;
  }
  .pets .pets-wrapper button.btn-primary {
    position: relative;
    top: 15px;
  }
  .help {
    height: 745px;
  }
  .help .help-wrapper {
    max-width: 290px;
    height: 661px;
    -webkit-column-gap: 42px;
            column-gap: 42px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .help .help-wrapper h3 {
    width: 220px;
    height: 64px;
    font-size: 25px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #545454;
    position: relative;
    top: 10px;
  }
  .help .help-wrapper .help-content {
    overflow: visible !important;
    position: relative;
    top: -8px;
    width: 290px;
    height: 555px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    row-gap: 30px;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .help .help-wrapper .help-content .help-content-item {
    width: 130px;
    height: 87px;
  }
  .help .help-wrapper .help-content .help-content-item .help-image {
    width: 50px;
    height: 50px;
    background-size: cover;
    margin-bottom: 20px;
  }
  .help .help-wrapper .help-content .help-content-item h4 {
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.06em;
    color: #545454;
  }
  .donation {
    height: 542px;
  }
  .donation .donation-wrapper {
    width: 90%;
    height: 542px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 42px;
            column-gap: 42px;
  }
  .donation .donation-wrapper .donation-content {
    width: 90%;
    height: 281px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .donation .donation-wrapper .donation-content h3 {
    width: 300px;
    height: 64px;
    text-align: center;
    font-size: 25px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #545454;
    padding: 0 40px;
    margin: 0 auto;
  }
  .donation .donation-wrapper .donation-content h4 {
    font-size: 15px;
    line-height: 160%;
    color: #545454;
    letter-spacing: 0.0005em;
    text-align: center;
    margin: 0 auto;
  }
  .donation .donation-wrapper .donation-content .credit-card-content {
    width: 281px;
    height: 43px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .donation .donation-wrapper .donation-content .credit-card-content .credit-card-number {
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.06em;
    position: relative;
    top: 4px;
  }
  .donation .donation-wrapper .donation-content p {
    font-family: Arial;
    font-style: italic;
    text-align: center;
    width: 90%;
    height: 90px;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: #b2b2b2;
  }
  .donation .donation-wrapper .donation-image {
    width: 260px;
    height: 135px;
    background-size: cover;
  }
  footer {
    height: 809px;
  }
  footer .footer-wrapper {
    width: 320px;
    height: 809px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .footer-wrapper .contacts {
    margin-top: 18px;
    margin-bottom: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-wrapper .contacts h3 {
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.06em;
    color: #ffffff;
    margin-bottom: 14px;
  }
  footer .footer-wrapper .location {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 14px;
    margin-bottom: 0px;
    position: relative;
    top: -14px;
  }
  footer .footer-wrapper .location h3 {
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.06em;
    color: #ffffff;
    margin-bottom: 14px;
  }
  footer .footer-wrapper .location .location-boston {
    margin-bottom: 38px;
  }
  footer .footer-wrapper .footer-image {
    width: 260px;
    height: 269px;
    background-size: cover;
  }
}

@media (max-width: 400px) {
  body {
    overflow-x: hidden;
  }
  .donation .donation-wrapper .donation-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .donation .donation-wrapper .donation-content h3 {
    position: relative;
    left: -20px;
    top: -11px;
  }
  .donation .donation-wrapper .donation-content h4 {
    position: relative;
    left: -25px;
    top: -13px;
  }
  .donation .donation-wrapper .donation-content .credit-card-content {
    position: relative;
    top: -9px;
  }
  .donation .donation-wrapper .donation-content p {
    width: 280px;
    font-family: Arial;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: justify;
    color: #b2b2b2;
    position: relative;
    top: -11px;
  }
  .donation .donation-wrapper .donation-image {
    margin-top: 20px;
  }
}

@media (max-width: 320px) {
  .start-screen .start-screen-wrapper {
    width: 300px;
  }
  .start-screen .start-screen-wrapper header {
    width: 257px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: relative;
    left: -7px;
  }
  .start-screen .start-screen-wrapper .start-screen-content {
    position: relative;
    left: 10px;
  }
  .about {
    height: 974px;
  }
  .about .about-wrapper {
    max-width: 300px;
    height: 890px;
    padding-top: 0;
    position: relative;
    left: 9px;
  }
  .about .about-wrapper .about-image {
    margin-bottom: -10px;
    width: 260px;
    height: 354px;
    background-size: cover;
    position: relative;
    left: -9px;
  }
  .about .about-wrapper .about-content {
    width: 300px;
    height: 494px;
  }
  .about .about-wrapper .about-content h3 {
    margin-top: 10px;
    margin-left: 2px;
    margin-bottom: 25px;
    width: 300px;
    height: 64px;
    padding: 0 33px 0 27px;
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.06em;
    color: #545454;
    position: relative;
    left: -8px;
  }
  .about .about-wrapper .about-content p {
    margin-left: 14px;
    width: 270px;
    font-family: Arial;
    font-size: 15px;
    line-height: 160%;
    text-align: justify;
    color: #292929;
    position: relative;
    left: -9px;
  }
  .about .about-wrapper .about-content p + p {
    margin-top: -2px;
  }
  .donation .donation-wrapper {
    position: relative;
    top: 10px;
  }
  .donation .donation-wrapper .donation-image {
    position: relative;
    top: 10px;
  }
}
/*# sourceMappingURL=styles.css.map */