@charset "UTF-8";

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}

img {
  vertical-align: top;
}

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

/*---------------------------------------------------------*/

body {
  background: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}

.wrapper {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.container {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

.main-button {
  display: inline-block;
  min-width: 232px;
  background-color: #a87952;
  border-radius: 15px;
  padding: 23px 20px 25px;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.main-button.dark-button {
  background-color: #5a3f2d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.1;
}

h1,
.big-title {
  font-size: 36px;
}

h2,
.medium-title {
  font-size: 30px;
}

h3,
.small-title {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.header {
  background-color: #f3f2f2;
  padding: 23px 0 34px;
  position: relative;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__navigation {
  margin-left: auto;
}

.header__menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu li {
  margin-right: 17px;
}

.header__menu li:last-child {
  margin-right: 0;
}

.header__menu a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
}

.header__menu a::before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header__menu a.active::before {
  width: 100%;
  right: auto;
  left: 0;
}

.header__burger {
  display: none;
}

.header__burger.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.header__burger.active span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.header__burger.active span:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 1px);
}

.top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 12px;
}

.top__info {
  width: 625px;
  padding-top: 126px;
  position: relative;
  z-index: 2;
}

.top__title {
  margin-bottom: 19px;
}

.top__actions {
  margin-top: 30px;
  margin-right: -33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top__button {
  margin-right: 33px;
  margin-bottom: 15px;
}

.top__images {
  width: 475px;
  position: relative;
  margin-right: 5.84%;
}

.top__image-bg {
  position: absolute;
  right: -74px;
  top: 57px;
  display: block;
  width: 138%;
  height: auto;
}

.top__image-main {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: -13px;
}

.main-catalog__inner {
  padding: 11px 13px 32px;
}

.main-catalog__title {
  margin-bottom: 38px;
}

.main-catalog__slider-wrap {
  padding: 0 27px;
}

.main-catalog__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-catalog__slider .slick-slide {
  height: auto;
  min-height: 100%;
}

.main-catalog__slider .slick-slide > div {
  height: 100%;
  padding: 0 17px;
}

.main-catalog__slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-size: 0;
  line-height: 0;
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.main-catalog__slider .slick-arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  position: absolute;
  left: 17px;
  top: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-catalog__slider .slick-arrow.slick-prev {
  left: -30px;
}

.main-catalog__slider .slick-arrow.slick-next {
  right: -30px;
}

.main-catalog__slider .slick-arrow.slick-next::before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 13px;
  top: 15px;
}

.main-catalog__slider .slick-dots {
  list-style: none;
  margin-top: 10px;
  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;
}

.main-catalog__slider .slick-dots li {
  margin: 0 5px;
}

.main-catalog__slider .slick-dots li button {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #a87952;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-catalog__slider .slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
}

.main-catalog__button-wrap {
  margin-top: 33px;
  text-align: center;
}

.pet-card {
  height: 100%;
  background-color: #f3f2f2;
  padding: 20px 18px 10px;
}

.pet-card__photo {
  display: block;
  width: 100%;
  padding-bottom: 97%;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}

.pet-card__photo img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.pet-card__name {
  display: block;
  width: auto;
  margin: 0 auto 33px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  color: #000000;
  text-align: center;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.pet-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pet-card__sex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  color: #ad815d;
}

.pet-card__sex img {
  display: block;
  width: 19px;
  height: auto;
  margin-right: 5px;
}

.pet-card__breed {
  display: inline-block;
  margin-left: auto;
  padding-bottom: 7px;
  padding-right: 4px;
  color: #ad815d;
  text-align: right;
}

.footer {
  background-color: #f3f2f2;
}

.footer__inner {
  padding: 29px 0 28px 13px;
}

.footer__copyright {
  font-size: 14px;
}

.catalog__inner {
  padding: 124px 12px 30px;
}

.catalog__title {
  margin-bottom: 30px;
}

.catalog__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17px;
}

.catalog__column {
  width: 33.333%;
  padding: 0 17px;
  margin-bottom: 55px;
}

.articles__inner {
  padding: 124px 0px 50px 12px;
}

.articles__title {
  margin-bottom: 26px;
}

.articles__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.articles__column {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 30px;
}

.articles__item {
  height: 100%;
  background-color: #f3f2f2;
  padding: 20px 20px 10px;
}

.articles__item > a {
  display: block;
  width: 100%;
  padding-bottom: 68.3%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.articles__item > a img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.articles__item h3 {
  margin-bottom: 29px;
}

.articles__item h3 a {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  color: #000000;
  text-align: center;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.articles__item p {
  margin-bottom: 20px;
  font-size: 16px;
}

.article {
  padding: 124px 0px 50px;
}

.article__title {
  margin-bottom: 20px;
}

.article__content {
  padding: 0 5px 0 33px;
}

.article__content img {
  display: block;
  width: 100%;
  height: 458px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 12px;
}

.article__content h3 {
  margin-bottom: 29px;
}

.article__content p {
  margin-bottom: 20px;
  font-size: 16px;
}

@media (min-width: 481px) {
  .header__navigation {
    display: block !important;
  }

  .header__menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .main-button.dark-button:hover,
  .main-button.dark-button:focus {
    background-color: #493325;
  }

  .main-button:hover,
  .main-button:focus {
    background-color: #976d4a;
  }

  .header__menu a:hover::before,
  .header__menu a:focus::before {
    width: 100%;
    right: auto;
    left: 0;
  }

  .main-catalog__slider .slick-arrow:hover,
  .main-catalog__slider .slick-arrow:focus {
    background-color: #f3f2f2;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  }

  .pet-card__photo:hover img,
  .pet-card__photo:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .pet-card__name:hover,
  .pet-card__name:focus {
    color: #a87952;
  }

  .articles__item > a:hover img,
  .articles__item > a:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .articles__item h3 a:hover,
  .articles__item h3 a:focus {
    color: #a87952;
  }
}

@media (max-width: 1200px) {
  .top__inner {
    padding-left: 0;
  }

  .top__info {
    padding-top: 10%;
  }

  .top__images {
    margin-right: 0;
  }

  .top__image-bg {
    right: 0;
    width: 120%;
  }

  .main-catalog__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .pet-card__breed {
    padding: 0;
  }

  .footer__inner {
    padding-left: 0;
  }

  .catalog__inner {
    padding: 75px 0 30px;
  }

  .articles__inner {
    padding: 75px 0 30px;
  }

  .article {
    padding: 75px 0 30px;
  }

  .article__content {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .main-button {
    min-width: 195px;
    padding: 18px 15px;
    font-size: 22px;
  }

  h1,
  .big-title {
    font-size: 30px;
  }

  h2,
  .medium-title {
    font-size: 26px;
  }

  h3,
  .small-title {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  .header {
    padding: 20px 0;
  }

  .top__actions {
    margin-right: -15px;
  }

  .top__button {
    margin-right: 15px;
  }

  .main-catalog__title {
    margin-bottom: 25px;
  }

  .main-catalog__slider-wrap {
    padding: 0 35px;
  }

  .main-catalog__slider .slick-slide > div {
    padding: 0 5px;
  }

  .main-catalog__slider .slick-arrow.slick-prev {
    left: -40px;
  }

  .main-catalog__slider .slick-arrow.slick-next {
    right: -40px;
  }

  .pet-card__name {
    font-size: 22px;
  }

  .pet-card__sex {
    font-size: 22px;
  }

  .pet-card__sex img {
    width: 16px;
  }

  .footer__inner {
    padding: 20px 0;
  }

  .catalog__inner {
    padding-top: 50px;
  }

  .catalog__block {
    margin: 0 -5px;
  }

  .catalog__column {
    padding: 0 5px;
    margin-bottom: 25px;
  }

  .articles__inner {
    padding-top: 50px;
  }

  .article {
    padding-top: 50px;
  }

  .article__content img {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .top__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding-top: 0;
  }

  .top__images {
    margin-bottom: 20px;
    width: 350px;
  }

  .top__image-bg {
    right: -25px;
  }

  .main-catalog__slider-wrap {
    padding: 0;
  }

  .catalog__column {
    min-width: 50%;
  }

  .articles__column {
    min-width: 100%;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 16px;
  }

  .main-button {
    min-width: 180px;
    padding: 18px 10px;
    font-size: 20px;
  }

  h1,
  .big-title {
    font-size: 26px;
  }

  h2,
  .medium-title {
    font-size: 22px;
  }

  h3,
  .small-title {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  .top__actions {
    margin-top: 20px;
    margin-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top__button {
    width: 48%;
    margin-right: 0;
  }

  .main-catalog__button {
    min-width: 210px;
  }

  .pet-card {
    padding: 5px 5px 10px;
  }

  .pet-card__name {
    font-size: 20px;
    padding: 0 10px;
    margin-bottom: 15px;
  }

  .pet-card__info {
    padding: 0 10px;
  }

  .pet-card__sex {
    font-size: 20px;
  }

  .pet-card__sex img {
    width: 14px;
  }

  .articles__item {
    padding: 5px 5px 10px;
  }

  .articles__item > * {
    padding: 0 10px;
  }

  .articles__item h3 {
    margin-bottom: 15px;
  }

  .article__content img {
    height: 300px;
  }

  .article__content h3 {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .header__navigation {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 15;
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .header__menu {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 30px 20px;
  }

  .header__menu li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .header__menu a {
    font-size: 20px;
  }

  .header__burger {
    display: block;
    width: 35px;
    height: 20px;
    margin-left: auto;
    position: relative;
    z-index: 10;
  }

  .header__burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header__burger span:first-child {
    top: 0;
  }

  .header__burger span:last-child {
    top: auto;
    bottom: 0;
  }

  .top__images {
    width: 300px;
  }

  .top__image-bg {
    width: 107%;
    right: -10px;
  }

  .catalog__column {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
  }
}

@media (max-width: 400px) {
  .top__actions {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top__button {
    min-width: 230px;
  }
}