/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@-webkit-keyframes line{100%{width:100%}}@keyframes line{100%{width:100%}}@-webkit-keyframes Change-opacity{100%{opacity:1}}@keyframes Change-opacity{100%{opacity:1}}@font-face{font-family:"Noto";font-style:normal;font-weight:normal;src:url(../assets/fonts/NotoSerif-Regular.ttf) format("truetype"),url(../assets/fonts/NotoSerif-Regular.woff) format("woff")}@font-face{font-family:"Liberation";font-style:normal;font-weight:normal;src:url(../assets/fonts/LiberationSans-Regular.ttf) format("truetype"),url(../assets/fonts/LiberationSans-Regular.woff) format("woff")}@font-face{font-family:"Liberation";font-style:italic;font-weight:normal;src:url(../assets/fonts/LiberationSans-Italic.ttf) format("truetype"),url(../assets/fonts/LiberationSans-Italic.woff) format("woff")}html{scroll-behavior:smooth}*,*::after,*::before{box-sizing:border-box}ul,li{margin:0;padding:0}li{list-style-type:none}button{padding:0}h1,h2,h3,h4,h5,p{margin:0}body{position:relative;margin:0 auto;font-family:"Liberation";font-style:normal;font-weight:normal;font-size:15px;line-height:normal;letter-spacing:normal;background:#f6f6f6}body.lock{position:relative;overflow:hidden}body.lock::after{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;content:"";background:#29292999}@font-face{font-family:"Noto";font-style:normal;font-weight:normal;src:url(../assets/fonts/NotoSerif-Regular.ttf) format("truetype"),url(../assets/fonts/NotoSerif-Regular.woff) format("woff")}@font-face{font-family:"Liberation";font-style:normal;font-weight:normal;src:url(../assets/fonts/LiberationSans-Regular.ttf) format("truetype"),url(../assets/fonts/LiberationSans-Regular.woff) format("woff")}@font-face{font-family:"Liberation";font-style:italic;font-weight:normal;src:url(../assets/fonts/LiberationSans-Italic.ttf) format("truetype"),url(../assets/fonts/LiberationSans-Italic.woff) format("woff")}.menu-toggle{z-index:4;display:none}@media(max-width: 767px){.menu-toggle{display:block;cursor:pointer}}.menu-toggle:hover .menu-toggle-line{background-color:#fddcc4}.menu-toggle:hover .menu-toggle-line.pets{background-color:#292929}.menu-toggle-line{display:block;width:30px;height:2px;margin:8px auto;background-color:#f1cdb3;transition:all .4s linear}.menu-toggle-line.pets{background-color:#545454}.menu-toggle.active .menu-toggle-line:nth-child(2){transform:rotate(90deg)}.menu-toggle.active .menu-toggle-line:nth-child(1){transform:translateY(10px) translateX(10px) rotate(90deg)}.menu-toggle.active .menu-toggle-line:nth-child(3){transform:translateY(-10px) translateX(-10px) rotate(90deg)}.menu-toggle.active:hover .menu-toggle-line{background-color:#fddcc4}.menu-toggle.active:hover .menu-toggle-line.pets{background-color:#292929}.card{overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:30px;min-width:270px;padding-bottom:30px;border-radius:9px;background-color:#fafafa;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:transform 1s linear}.card-name{font-family:"Noto";font-style:normal;font-weight:normal;font-size:20px;line-height:115%;letter-spacing:.03em}.card:hover{cursor:pointer;box-shadow:0px 2px 35px 14px rgba(13,13,13,.04);background-color:#fff}@media(max-width: 768px){.card:hover{box-shadow:0px 2px 15px 5px rgba(13,13,13,.04)}}.card:hover .card-button{border:2px solid #fddcc4;background-color:#fddcc4}.card-button{display:flex;flex-direction:row;align-items:center;justify-content:center;width:187px;height:52px;border:2px solid #f1cdb3;border-radius:100px;border-color:#f1cdb3;font-family:"Noto";font-style:normal;font-weight:normal;font-size:17px;line-height:130%;letter-spacing:.03em;color:#292929;text-decoration:none;background-color:#fafafa}.card-button:hover{cursor:pointer;border:2px solid #fddcc4;background-color:#fddcc4}.title{font-family:"Noto";font-style:normal;font-weight:normal;font-size:35px;line-height:130%;letter-spacing:.03em;color:#545454}@media(max-width: 767px){.title{font-family:"Noto";font-style:normal;font-weight:normal;font-size:25px;line-height:130%;letter-spacing:.03em}}.container{max-width:calc(1280px - 80px);margin:0 auto}@media(max-width: 1279px){.container{max-width:1280px;padding:0 30px}}@media(max-width: 767px){.container{padding:0 10px}}.footer{color:#fff;background:url(../assets/img/noise_transparent@2x.png),radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 100%),linear-gradient(0deg, #211f20, #211f20)}.footer-inner{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:160px;width:100%;height:100%;padding-top:40px}@media(max-width: 1279px){.footer-inner{display:flex;flex-direction:row;align-items:center;justify-content:center;row-gap:60px;flex-wrap:wrap;padding-top:15px}}@media(max-width: 1023px){.footer-inner{display:flex;flex-direction:row;align-items:center;justify-content:center;-moz-column-gap:60px;column-gap:60px}}@media(max-width: 767px){.footer-inner{row-gap:36px;max-width:300px;margin:0 auto;padding-top:30px}}.footer-inner .footer-img{position:relative;overflow:hidden;align-self:end;flex-basis:300px;padding-bottom:26%}@media(max-width: 1279px){.footer-inner .footer-img{flex-basis:100%;padding-bottom:31%}}@media(max-width: 1023px){.footer-inner .footer-img{padding-bottom:43.7853107345%}}@media(max-width: 767px){.footer-inner .footer-img{padding-bottom:90%}}.footer-inner .footer-img .footer-puppy{position:absolute;left:0;top:0;z-index:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.footer-inner .footer-content{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:wrap;-moz-column-gap:20px;column-gap:20px;row-gap:36px;flex-basis:279px;padding-top:16px}@media(max-width: 767px){.footer-inner .footer-content{justify-content:center;padding-top:0}}.footer-inner .footer-content .title{color:#fff;letter-spacing:.02em}@media(max-width: 767px){.footer-inner .footer-content .title{width:100%;text-align:center}}.footer-inner .footer-content-icon{width:40px;height:32px;fill:#f1cdb3}.footer-inner .footer-content-icon.address{width:22px;height:32px}.footer-inner .footer-content-link{font-family:"Noto";font-style:normal;font-weight:normal;font-size:20px;line-height:115%;letter-spacing:.03em;color:#f1cdb3;text-decoration:none}.footer-inner .footer-content.address{row-gap:31px;flex-basis:303px;justify-content:start}@media(max-width: 767px){.footer-inner .footer-content.address{row-gap:40px}.footer-inner .footer-content.address .title{display:block;padding:0 10px}}.header{position:absolute;left:0;top:0;z-index:3;width:100%;height:120px;padding-top:60px;color:#fff}.header.pets{position:fixed;padding-top:30px;color:#545454;background-color:#fff}body.lock .header.pets::after{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;content:"";background:#29292999}@media(max-width: 1279px){.header{padding-top:30px}}.header-inner{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media(max-width: 767px){.header-inner{overflow:hidden;padding:0 43px 0 0}}.header-inner .header-logo{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:10px;text-decoration:none;cursor:pointer}.header-inner .header-logo.lock .header-title{color:rgba(181,156,138,.8)}.header-inner .header-logo.lock .header-subtitle{color:rgba(191,191,191,.8)}.header-inner .header-logo .header-title{font-family:"Noto";font-style:normal;font-weight:normal;font-size:32px;line-height:110%;letter-spacing:.03em;color:#f1cdb3}.header-inner .header-logo .header-title.pets{color:#545454}.header-inner .header-logo .header-subtitle{font-family:"Liberation";font-style:normal;font-weight:normal;font-size:13px;line-height:115%;letter-spacing:.1em;color:#fff}.header-inner .header-logo .header-subtitle.pets{color:#292929}.header-inner .header-logo.double{position:absolute;left:10px;top:30px;z-index:-1;opacity:0;transition:opacity .3s linear}@media(max-width: 767px){.header-inner .header-logo.double.active{opacity:1}}.header-inner nav{position:relative;width:36.9166666667%}@media(max-width: 1279px){.header-inner nav{width:46.6804979253%}}@media(max-width: 1023px){.header-inner nav{width:62.5706214689%}}@media(max-width: 767px){.header-inner nav{position:fixed;top:0;left:100%;z-index:3;display:block;width:320px;height:100vh;padding-top:248px;background-color:#292929;transition:transform .5s linear}.header-inner nav.pets{background-color:#fff}.header-inner nav.active{transform:translateX(-100%)}}.nav-list{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:35px;padding:0}@media(max-width: 767px){.nav-list{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:40px}}.nav-list .nav-item .nav-link{position:relative;font-family:"Liberation";font-style:normal;font-weight:normal;font-size:15px;line-height:160%;letter-spacing:normal;text-decoration:none;color:#cdcdcd}.nav-list .nav-item .nav-link.pets{color:#545454}.nav-list .nav-item .nav-link.pets:hover{color:#292929}.nav-list .nav-item .nav-link.pets.active{color:#292929}@media(max-width: 767px){.nav-list .nav-item .nav-link{font-family:"Liberation";font-style:normal;font-weight:normal;font-size:32px;line-height:160%;letter-spacing:normal}}.nav-list .nav-item .nav-link.active{color:#fafafa;transition:color .2s linear}.nav-list .nav-item .nav-link.active::after{opacity:1;-webkit-animation:line .5s;animation:line .5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal}.nav-list .nav-item .nav-link::after{position:absolute;left:0;top:19px;z-index:3;display:block;width:0;height:3px;content:"";opacity:0;background-color:#f1cdb3;transition:opacity .2s linear}@media(max-width: 767px){.nav-list .nav-item .nav-link::after{position:absolute;left:0;top:40px;z-index:3}}.nav-list .nav-item .nav-link:hover{color:#fafafa}.popup-overlay{position:fixed;top:0;left:0;z-index:3;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#29292999;opacity:0;-webkit-animation:Change-opacity 1s;animation:Change-opacity 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal}.popup-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:952px;background-color:transparent}@media(max-width: 1279px){.popup-wrapper{width:682px}}@media(max-width: 767px){.popup-wrapper{width:270px}}.popup-wrapper .popup-close-button{align-self:flex-end;display:flex;flex-direction:row;align-items:center;justify-content:center;width:52px;height:52px;border:2px solid #f1cdb3;border-radius:100px;border-color:#f1cdb3;font-family:"Noto";font-style:normal;font-weight:normal;font-size:17px;line-height:130%;letter-spacing:.03em;color:#292929;text-decoration:none;background-color:transparent;font-family:"Liberation";font-style:normal;font-weight:bold;font-size:30px;line-height:normal;letter-spacing:normal;color:#292929;background-image:url(../assets/icons/Vector.svg);background-repeat:no-repeat;background-position:center}.popup-wrapper .popup-close-button:hover{cursor:pointer;border:2px solid #fddcc4;background-color:#fddcc4}.popup-wrapper .popup-close-button.hover{cursor:pointer;border:2px solid #fddcc4;background-color:#fddcc4}.popup-wrapper .popup-container{overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:space-between;align-self:flex-start;width:calc(100% - 52px);border-radius:9px;background-color:#fafafa}@media(max-width: 767px){.popup-wrapper .popup-container{width:calc(100% - 30px)}}.popup-wrapper .popup-container .popup-img{width:500px;padding-bottom:55.5555555556%;background-size:cover;background-repeat:no-repeat}@media(max-width: 1279px){.popup-wrapper .popup-container .popup-img{width:350px;padding-bottom:55.5555555556%}}@media(max-width: 767px){.popup-wrapper .popup-container .popup-img{display:none}}.popup-wrapper .popup-container .popup-data{align-self:flex-start;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:10px;width:400px;padding:50px 20px 0 30px}@media(max-width: 1279px){.popup-wrapper .popup-container .popup-data{width:280px;padding:10px 9px 10px 11px}}@media(max-width: 767px){.popup-wrapper .popup-container .popup-data{width:100%}}.popup-wrapper .popup-container .popup-data .title{font-size:35px;color:#292929}@media(max-width: 767px){.popup-wrapper .popup-container .popup-data .title{align-self:center}}.popup-wrapper .popup-container .popup-data .subtitle{font-family:"Noto";font-style:normal;font-weight:normal;font-size:20px;line-height:115%;letter-spacing:.02em}@media(max-width: 767px){.popup-wrapper .popup-container .popup-data .subtitle{align-self:center;text-align:center}}.popup-wrapper .popup-container .popup-data .pets-description{padding:30px 0;font-family:"Noto";font-style:normal;font-weight:normal;font-size:15px;line-height:115%;letter-spacing:.03em}@media(max-width: 1279px){.popup-wrapper .popup-container .popup-data .pets-description{padding:10px 0 14px 0;font-size:13px}}@media(max-width: 767px){.popup-wrapper .popup-container .popup-data .pets-description{text-align:justify}}.popup-wrapper .popup-container .popup-data .popup-list li:not(:last-child){padding-bottom:10px}@media(max-width: 1279px){.popup-wrapper .popup-container .popup-data .popup-list li:not(:last-child){padding-bottom:5px}}.popup-wrapper .popup-container .popup-data .popup-list .list-item{font-weight:bold;list-style-position:inside}.popup-wrapper .popup-container .popup-data .popup-list .list-item::before{color:#f1cdb3;content:"●";padding-right:10px}.popup-wrapper .popup-container .popup-data .popup-list .list-item span{font-weight:normal}.pets-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:60px;width:100%;height:100%;padding:200px 0 100px 0;background-color:#f6f6f6}@media(max-width: 1279px){.pets-content{gap:30px;padding:200px 0 75px 0}}@media(max-width: 767px){.pets-content{gap:42px;padding:160px 0 45px 0}}.pets-content .title{font-family:"Noto";font-style:normal;font-weight:normal;font-size:35px;line-height:130%;letter-spacing:.03em;text-align:center;color:#545454}.pets-content .pagination{position:relative;display:flex;flex-direction:column-reverse;align-items:center;justify-content:space-between;gap:60px;width:100%;min-height:1012px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(max-width: 1279px){.pets-content .pagination{gap:40px;min-height:1457px}}.pets-content .pagination-pets{position:absolute;left:0;top:0;z-index:1;display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(2, 435px);row-gap:30px;-moz-column-gap:40px;column-gap:40px;opacity:1;transition:opacity .5s linear}@media(max-width: 1279px){.pets-content .pagination-pets{left:50%;grid-template-columns:repeat(2, 270px);grid-template-rows:repeat(3, 435px);justify-content:center;max-height:1365px;margin:0 auto;transform:translateX(-50%)}}@media(max-width: 767px){.pets-content .pagination-pets{grid-template-columns:270px;grid-template-rows:repeat(3, 435px)}}.pets-content .pagination-pets-double{position:absolute;left:0;top:0;z-index:-1;display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(2, 435px);row-gap:30px;-moz-column-gap:40px;column-gap:40px;width:100%;opacity:0;transition:opacity .5s linear}@media(max-width: 1279px){.pets-content .pagination-pets-double{grid-template-columns:repeat(2, 270px);grid-template-rows:repeat(3, 435px);justify-content:center;max-height:1365px;margin:0 auto}}@media(max-width: 767px){.pets-content .pagination-pets-double{grid-template-columns:270px;grid-template-rows:repeat(3, 435px)}}.pets-content .pagination-controls{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}@media(max-width: 767px){.pets-content .pagination-controls{gap:10px}}.pets-content .pagination-controls .controls-button{display:flex;flex-direction:row;align-items:center;justify-content:center;width:52px;height:52px;border:2px solid #f1cdb3;border-radius:100px;border-color:#f1cdb3;font-family:"Noto";font-style:normal;font-weight:normal;font-size:17px;line-height:130%;letter-spacing:.03em;color:#292929;text-decoration:none;background-color:#fafafa}.pets-content .pagination-controls .controls-button:hover{cursor:pointer;border:2px solid #fddcc4;background-color:#fddcc4}.pets-content .pagination-controls .controls-button.inactive{border:2px solid #cdcdcd;color:#cdcdcd;pointer-events:none}.pets-content .pagination-controls .controls-button.active{background-color:#f1cdb3;pointer-events:none}

/*# sourceMappingURL=pets.css.map*/