@font-face {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../assets/fonts/arial/arial-regular.ttf");
}

@font-face {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../assets/fonts/georgia/georgia-regular.ttf");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border:1px solid blue;*/
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    min-width: 768px;
    max-width: 1279px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .container {
    min-width: 320px;
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
  }
}

.button {
  border-radius: 100px;
  border: solid 2px #F1CDB3;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #292929;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wraper {
  background: url(../../assets/images/noise_transparent.png), radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%), #211F20;
}

header {
  padding-top: 60px;
  padding-bottom: 60px;
  /*&::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        content: "";
        background: url(../../assets/images/noise_transparent.png), radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%)
            
            , #211F20;
        ;
        background-position: center;
        width: 100%;
        height: 908px;

        @media (min-width:768px) and (max-width:1279px) {
            height: 1165px;
        }
        @media (min-width:320px) and (max-width:767px) {
            height: 823px;  
        }

    }*/
}

@media (min-width: 320px) and (max-width: 767px) {
  header {
    padding-top: 30px;
    padding-left: 10px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  header {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}

header p {
  color: #FFFFFF;
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1em;
}

header h1 {
  color: #F1CDB3;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0.06em;
}

header a {
  color: #F6F6F6;
}

header .nav-item {
  color: #FAFAFA;
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 320px) and (max-width: 767px) {
  header .nav-item {
    font-weight: 400;
    font-size: 32px;
    line-height: 160%;
  }
}

header .nav-item :hover {
  cursor: pointer;
  color: #F1CDB3;
}

header .nav_menu {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 768px) and (max-width: 1279.9px) {
  header .nav_menu {
    margin-right: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  header .nav_menu {
    right: -320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    width: 320px;
    height: 100%;
    line-break: 50px;
    text-decoration: none;
    color: #FAFAFA;
    background-color: #292929;
    margin-left: 0;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    z-index: 2;
  }
}

header .open {
  right: 0px;
}

@media (max-width: 321px) {
  header .open {
    width: 100%;
  }
}

header .menu_background {
  display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  header .menu_background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(41, 41, 41, 0.6);
    z-index: 1;
  }
}

header .open_background {
  display: block;
}

header .burgerFirst {
  display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  header .burgerFirst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 44px;
    margin-left: 20px;
  }
}

header .burgeropen {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex;
          flex-direction: flex;
  background-color: none;
  margin-right: 44px;
  margin-left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

header .burger1,
header .burger2,
header .burger3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 3px;
  background-color: #F1CDB3;
  margin: 5px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  gap: 35px;
}

@media (min-width: 320px) and (max-width: 767px) {
  header .nav-list {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 43px;
    margin: 0 auto;
  }
}

header .active {
  -webkit-text-decoration: underline 3px #F1CDB3;
          text-decoration: underline 3px #F1CDB3;
}

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;
  gap: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  header .logo {
    padding-left: 10px;
  }
}

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 (min-width: 768px) and (max-width: 1279.9px) {
  header .container {
    gap: 81px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  header .container {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.start .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 (min-width: 768px) and (max-width: 1279px) {
  .start .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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .start .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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.start .start_content {
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .start .start_content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .start .start_content {
    width: 93.75%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .start .start_content .h2_start_info {
    width: 460px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .start .start_content .h2_start_info {
    width: 300px;
  }
}

.start .start_content .start_info {
  padding-top: 163px;
  width: 310px;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 130%;
  color: #FFFFFF;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .start .start_content .start_info {
    padding-top: 0px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .start .start_content .start_info {
    padding-top: 0px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 130%;
    letter-spacing: 0.06em;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

.start .start_content p {
  width: 460px;
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #CDCDCD;
}

@media (min-width: 320px) and (max-width: 767px) {
  .start .start_content p {
    width: 300px;
  }
}

.start .start_content .button_section {
  width: 207px;
  height: 52px;
  background-color: #F1CDB3;
}

.start .start_pets {
  display: block;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /*background: url(../../assets/images/start-screen-puppy.png);*/
  width: 698px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .start .start_pets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 569px;
    height: 593px;
    margin-top: 100px;
    margin-left: 169px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .start .start_pets {
    width: 81.5%;
    min-height: 271px;
    margin-top: 105px;
    margin-left: 50px;
    margin-bottom: 0px;
  }
}

.dog_start {
  width: 100%;
}

.button:hover {
  -webkit-transform: translate(10px, 10%);
          transform: translate(10px, 10%);
  border-color: black;
  background-color: #FDDCC4;
}

.about {
  background-color: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 80px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 42px;
    margin: 0 auto;
  }
}

.about .about_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 430px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about .about_content {
    width: 93.75%;
  }
}

.about .about_content p {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #4C4C4C;
}

.about .about_content h2 {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #545454;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .about .about_content h2 {
    width: 370px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .about .about_content h2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 130%;
    letter-spacing: 0.06em;
  }
}

.about .about_foto {
  width: 50%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .about .about_foto {
    width: 39%;
    margin: 0 auto;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .about .about_foto {
    padding-top: 42px;
    width: 81.25%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .about .dog_cat_about {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .about .dog_cat_about {
    width: 100%;
  }
}

.pets {
  background-color: #F6F6F6;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pets {
    padding-top: 42px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .pets {
    padding-bottom: 42px;
  }
}

.pets .button_section {
  width: 261px;
  height: 52px;
  background-color: #F1CDB3;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
}

.pets .button_card {
  background-color: #FAFAFA;
  height: 52px;
  width: 187px;
}

.pets .button_card:hover {
  -webkit-transform: translate(10px, 10%);
          transform: translate(10px, 10%);
  border-color: black;
  background-color: #FDDCC4;
}

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

.pets .container .pets_information {
  margin: 0 auto;
  width: 400px;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #545454;
  padding-bottom: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pets .container .pets_information {
    min-width: 300px;
    max-width: 500px;
    width: 100%;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.06em;
    padding-bottom: 40px;
  }
}

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

@media (min-width: 768px) and (max-width: 1279px) {
  .pets .pets_container {
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .pets .pets_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
  }
}

.pets .button_around {
  width: 52px;
  height: 52px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pets .button_around {
    display: none;
  }
}

.pets .button_around320 {
  width: 52px;
  height: 52px;
}

.pets .button320px {
  display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pets .button320px {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
  }
}

.pets .carousel-wrapper {
  width: 100%;
  overflow: clip;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pets .carousel-wrapper {
    width: auto;
  }
}

.card_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .item {
    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;
    margin: 0 auto;
  }
}

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

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

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 435px;
  background-color: #FAFAFA;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.06em;
  color: #545454;
  border-radius: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .card {
    margin: 0 auto;
  }
}

.img_card {
  height: 270px;
  width: 270px;
}

.card:hover {
  cursor: pointer;
}

.card:hover .button {
  background-color: #FDDCC4;
}

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

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

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

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

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

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

.modal_window {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(41, 41, 41, 0.6);
  margin: 0 auto;
}

.modal_open {
  display: block;
}

.modal_card {
  display: none;
}

.modal_body {
  position: relative;
  margin: 0 auto;
  margin-top: 200px;
  width: 80%;
  background-color: #FFFFFF;
  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;
}

.modal_p {
  width: 60%;
  margin: 0 auto;
}

.modal_ul {
  width: 40%;
  margin: 0 auto;
  list-style-type: square;
}

.img_modal_body {
  margin-left: 60px;
  width: 270px;
  height: 270px;
}

@media (min-width: 320px) and (max-width: 600px) {
  .img_modal_body {
    display: none;
  }
}

.button_modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
}

.button_section {
  margin-top: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .button_section {
    margin-top: 42px;
  }
}

.help {
  background-color: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .help {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

.help .help_info {
  margin: 0 auto;
  width: 315px;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #545454;
  padding-bottom: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .help .help_info {
    width: 220px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 130%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    padding-bottom: 42px;
  }
}

.help .help_list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1026px;
  gap: 55px 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .help .help_list {
    max-width: 630px;
    gap: 55px 60px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .help .help_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 290px;
    gap: 30px 30px;
  }
}

.help .help_list p {
  min-width: 60px;
  padding-top: 90px;
  background-position: top center;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .help .help_list p {
    min-width: 170px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .help .help_list p {
    min-width: 130px;
    padding-top: 67px;
    height: 87px;
  }
}

.help .pet_food {
  background-image: url(../../assets/icons/icon-pet-food.svg);
  background-repeat: no-repeat;
}

.help .transportation {
  background-image: url(../../assets/icons/icon-transportation.svg);
  background-repeat: no-repeat;
}

.help .toys {
  background-image: url(../../assets/icons/icon-toys.svg);
  background-repeat: no-repeat;
}

.help .bowls_cups {
  background-image: url(../../assets/icons/icon-bowls-and-cups.svg);
  background-repeat: no-repeat;
}

.help .shampoos {
  background-image: url(../../assets/icons/icon-shampoos.svg);
  background-repeat: no-repeat;
}

.help .vitamins {
  background-image: url(../../assets/icons/icon-vitamins.svg);
  background-repeat: no-repeat;
}

.help .medicines {
  background-image: url(../../assets/icons/icon-medicines.svg);
  background-repeat: no-repeat;
}

.help .collars {
  background-image: url(../../assets/icons/icon-collars-leashes.svg);
  background-repeat: no-repeat;
}

.help .sleeping {
  background-image: url(../../assets/icons/icon-sleeping-area.svg);
  background-repeat: no-repeat;
}

.donation {
  background-color: #F6F6F6;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .donation {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

.donation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .donation .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 60px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .donation .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 42px;
  }
}

.donation .donation_info {
  width: 300px;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #545454;
}

@media (min-width: 320px) and (max-width: 767px) {
  .donation .donation_info {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto;
  }
}

.donation .donation_bank {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0.06em;
  color: #545454;
}

@media (min-width: 320px) and (max-width: 767px) {
  .donation .donation_bank {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}

.donation .donation_information {
  font-family: 'Arial';
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #B2B2B2;
  width: 380px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .donation .donation_information {
    font-family: 'Arial';
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto;
    width: 280px;
  }
}

.donation .donation_content {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.donation .donation_content a {
  width: 349px;
  height: 43px;
  background-color: #F1CDB3;
  background-image: url(../../assets/icons/credit-card.svg);
  background-repeat: no-repeat;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #545454;
  padding-left: 60px;
  background-position: 15px center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .donation .donation_content a {
    width: 281px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    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;
    margin: 0 auto;
  }
}

.donation .donation_dog {
  width: 50%;
  height: 261px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .donation .donation_dog {
    width: 65.7%;
    margin: 0 auto;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .donation .donation_dog {
    width: 81.25%;
    height: 50%;
    margin: 0 auto;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .donation .donation_donation_dog {
    width: 100%;
  }
}

.footer {
  padding-top: 40px;
  background: url(../../assets/images/noise_transparent.png), radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%), #211F20;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .footer {
    padding-top: 30px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer {
    padding-top: 30px;
  }
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 160px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer .footer_dog {
  width: 300px;
  background-repeat: no-repeat;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer .footer_dog {
    width: 81.25px;
    min-width: 260px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer .footer_dog1 {
    width: 100%;
  }
}

.footer .footer_contact_coordinat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 160px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .footer .footer_contact_coordinat {
    gap: 60px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer .footer_contact_coordinat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.footer .footer_contact h2 {
  width: 280px;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer .footer_contact h2 {
    width: 278px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 130%;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

.footer .footer_contact a {
  height: 32px;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #F1CDB3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 40px 32px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer .footer_contact a {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;
    padding-left: 60px;
    text-align: center;
    background-position: left top;
  }
}

.footer .footer_contact .mail {
  background-image: url(../../assets/icons/mail.svg);
}

.footer .footer_contact .phone {
  background-image: url(../../assets/icons/phone.svg);
}

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

@media (min-width: 320px) and (max-width: 767px) {
  .footer .footer_coordinat {
    width: 300px;
  }
}

.footer .footer_coordinat h2 {
  width: 270px;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer .footer_coordinat h2 {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 130%;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 auto;
  }
}

.footer .footer_coordinat a {
  height: 46px;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #F1CDB3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 42px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px 32px;
  background-image: url(../../assets/icons/icon-marker.svg);
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer .footer_coordinat a {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;
    padding-left: 60px;
    text-align: center;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */