.hero {
  height: 100%;
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  background-size: 100%;
  padding-top: 158px;
  z-index: 0;
}

.hero--first::before {
  content: "";
  width: 100%;
  height: 500px;
  background-image: url(../img/backround-image.svg);
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  background-size: 100% 100%;
}

.title {
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 66px;
  color: #000000;
  margin-bottom: 8px;
}

.description {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  max-width: 372px;
  position: relative;
  width: 33%;
}

.description::after {
  content: "";
  background-image: url('../img/logo-big.svg');
  background-repeat: no-repeat;
  position: absolute;
  width: 390px;
  height: 153px;
  bottom: -18px;
  left: 135%;
}

.news {
  padding-top: 244px;
  position: relative;
}

.news-wrapper {
  position: relative;
}

.news-wrapper::before {
  content: "";
  background-image: url('../img/l2.svg');
  background-repeat: no-repeat;
  position: absolute;
  width: 20%;
  height: 100%;
  top: -53px;
  left: 53%;
}

.news::after {
  content: "";
  background-image: url(../img/maze.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 258px;
  height: 100%;
  top: 127px;
  right: 0%;
}

.section-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 57px;
  position: relative;
}

.section-title::before {
  content: "";
  background-image: url('../img/l-t.svg');
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
  left: -33px;
}

.news-wrapper::after {
  content: "";
  background-image: url('../img/tracks.svg');
  background-repeat: no-repeat;
  position: absolute;
  width: 378px;
  height: 100%;
  top: -19%;
  left: 16%;
  z-index: 6;
}

.swiper {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 29px;
  background-color: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.swiper-slide {
  padding-right: 18px;
  padding-bottom: 14px;
}

.swiper-control {
  width: 100%;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
}

.swiper-pagination {
  position: static;
  transform: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  border: 6px solid #F96B0A;
  border-radius: 50%;
  color: #000000 !important;
  width: 34px;
  height: 34px;
  position: static;
  margin-top: 0px;
}

.swiper-button-next::after {
  font-size: 20px !important;

  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f061" !important;
}

.swiper-button-prev::after {
  font-size: 20px !important;

  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f060" !important;
}

.new {
  background: #ffffff;
  border: 2px solid #F96B0A;
  border-radius: 10px;
  height: 100%;
  padding: 22px 6px 22px 8px;
  display: flex;
  justify-content: space-between;
}

.new-img {
  height: 161px;
  width: 136px;
  background: #FFFFFF;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
}

.new__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.new-text {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;

  color: #000000;
  width: 54%;
  padding-bottom: 14px;
  padding-top: 12px;
}

.new-link {
  display: block;
  padding: 4px 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #F96B0A;
  border: 2px solid #F96B0A;
  border-radius: 6px;
  max-width: 100px;
  position: absolute;
  right: 38px;
  bottom: 20px;
  background-color: #fff;
}

.new__link {
  color: #F96B0A;
  position: relative;
}

.new__link::after {
  content: url('../img/lapka.svg');
  width: 48px;
  height: 48px;
  position: absolute;
  top: -11px;
  right: -47px;
}



.subscribes {
  padding-top: 72px;
  position: relative;
}

.subscribes::before {
  content: "";
  background-image: url('../img/cat.svg');
  background-repeat: no-repeat;
  position: absolute;
  width: 260px;
  height: 325px;
  top: -41px;
  left: 40px;
}


.subscribes::after {
  content: "";
  background-image: url('../img/paws-main.svg');
  background-repeat: no-repeat;
  position: absolute;
  width: 190px;
  height: 162px;
  /* background-size: contain; */
  top: 100px;
  left: 0px;
}

.subscribes-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.subscribe-left {
  width: 52%;
  padding-left: 144px;
}

.subscribe-right {
  width: 38%;
  position: relative;
}

.subscribe-right::after {
  content: "";
  position: absolute;
  width: 231px;
  height: 207px;
  top: -54px;
  left: 211px;
  background-image: url('../img/subscribe-dog.png');
  background-repeat: no-repeat;
}

.subcribe-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 22px;
}

.subscribe-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.subscribes .social-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.contact-block {
  padding-top: 11px;
  margin-bottom: 18px;
}

.contact-block div {
  display: flex;
  align-items: center;
}

.contacts-image-first {
  width: 45px;
  height: 31.12px;
  margin-right: 19px;
}

.contacts-image-second {
  width: 30px;
  height: 30px;
  margin-right: 26px;
  margin-left: 7px;
}

.contacts-image-third {
  width: 33px;
  height: 27.34px;
  margin-right: 24px;
  margin-left: 5px;
}

.contacts-form {
  display: flex;
  align-items: start;
  flex-direction: column;
  max-width: 240px;
  max-height: 114px;
}

.contacts-form input {
  background: #ffffff;
  border: 2px solid #f96b0a;
  justify-self: center;
  border-radius: 4px;
  height: 30px;
  width: 240px;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 12px;
}

.addContainer {
  padding-right: 60px;
  padding-left: 60px;
}

.contacts-form input::placeholder {
  color: black;
}

.contacts-form>button {
  position: relative;
  width: 196px;
  height: 30px;
  background: #f96b0a;
  border-radius: 4px;
  align-self: start;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  padding: 6px 14px;
  cursor: pointer;
}

.subscribes .contacts-form>button {
  width: 131px;
}

.contacts-form>button::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 48px;
  right: -35px;
  top: -9.5px;
  background-image: url(../img/registration/reg-paw-btn.svg);
  background-repeat: no-repeat;
}

.social-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 379px;
  padding-left: 2px;
}

.social-links {
  display: flex;
  align-items: center;
  width: 150px;
  justify-content: space-between;
}

.social-links-tg {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #f96b0a;
  background-image: url(../img/footer/social/TG.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.social-links-inst {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #f96b0a;
  background-image: url(../img/footer/social/INST.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.social-links>a>img {
  width: 30px;
  height: 30px;
}

.social-group>button {
  width: 204px;
  height: 30px;
  background: #f96b0a;
  border-radius: 4px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  padding: 3px 18px;
  cursor: pointer;
}

.partner-news {
  padding-top: 66px;
  padding-bottom: 66px;
}

.slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.slide {
  width: 40%;
  display: flex;
  flex-direction: column;

}

.slide-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.new-title {
  width: 35%;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  color: #000000;
}

.new-info {
  width: 50%;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #000000;
}

.new-site {
  margin-bottom: 2px;
}

.new-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.slide-img {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  height: 211px;
}

.slide-footer {
  margin-top: 6px;
}

.title-partner {
  margin-bottom: 80px;
}

.title-partner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 141px;
  top: -44px;
  left: 0px;
  background-image: url('../img/row-cat.svg');
  background-repeat: no-repeat;
}

.slider-news {
  position: relative;
}

.partner-news {
  position: relative;
}

.partner-news::after {
  content: "";
  position: absolute;
  width: 173px;
  height: 308px;
  bottom: 23px;
  right: 0;
  background-image: url(../img/dog-toy.svg);
  background-repeat: no-repeat;
}

.new-addInfo {
  margin-bottom: 4px;
}