/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.header {
  position: relative;
  background-color: #292C2F;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1248px;
  margin: 0 auto;
  box-sizing: border-box;
}

.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -50vw;
  right: -50vw;
  top: 0;
  bottom: 0;
  background: #292C2F;
}

.header i {
  display: none;
}

.header.main-page-header {
  position: absolute;
  z-index: 9999 !important;
  background-color: transparent;
  left: 0;
  right: 0;
}

.header.main-page-header:before {
  display: none;
}

.header .main-menu ul {
  display: flex;
  margin: 0 -12px;
}

.header .main-menu ul li {
  margin: 0 12px;
}

.header .main-menu ul li a {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  transition: .3s;
}

.header .main-menu ul li a:hover {
  color: #F2A22C;
}

.footer {
  position: relative;
  background-color: #292C2F;
  display: flex;
  flex-direction: column;
  width: 1248px;
  margin: 0 auto;
  padding: 48px 0;
}

.footer:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -50vw;
  right: -50vw;
  top: 0;
  bottom: 0;
  background: #292C2F;
}

.footer .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.footer .footer-menu {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid #EDEDED;
}

.footer .footer-menu ul {
  display: flex;
  justify-content: center;
  margin: 0 -12px;
}

.footer .footer-menu ul li {
  margin: 0 12px;
}

.footer .footer-menu ul li a {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  transition: .3s;
}

.footer .footer-menu ul li a:hover {
  color: #F2A22C;
}

.footer .contact {
  display: flex;
  justify-content: center;
  margin: 0 -32px;
}

.footer .contact .item {
  display: flex;
  align-items: center;
  margin: 0 32px;
  text-decoration: none;
  cursor: pointer;
}

.footer .contact .item:hover div {
  color: #F2A22C;
}

.footer .contact .item i {
  margin-right: 12px;
  color: #F2A22C;
  font-size: 2rem;
}

.footer .contact .item div {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  transition: .3s;
}

.footer .author {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  color: #fff;
  font-size: 1.4rem;
}

.burger-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #292C2F;
  z-index: 999999;
  right: -100%;
  /* 	right: 0; */
  overflow: hidden;
}

.burger-menu.open {
  right: 0;
}

.burger-menu i {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 4.4rem;
  color: #fff;
}

.burger-menu .buger-menu-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.burger-menu .buger-menu-wrapper ul li {
  padding: 12px 0;
  text-align: center;
}

.burger-menu .buger-menu-wrapper ul li a {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  transition: .3s;
}

.burger-menu .buger-menu-wrapper ul li:hover a {
  color: #F2A22C;
}

.genaology {
  position: relative;
  width: 100%;
  margin: 64px auto 0;
  margin-bottom: 30px;
}

.genaology h3 {
  margin-bottom: 2.4rem;
}

.genaology table {
  border-collapse: separate;
  border-spacing: 2px;
}

.genaology table.ped {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.genaology table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.genaology table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.genaology table td {
  display: table-cell;
  vertical-align: inherit;
}

.genaology table td.ped {
  text-align: center;
  padding: 2px 0px 2px 5px;
}

.genaology table td.ped-a {
  border-bottom: 1px solid #EDEDED;
  text-align: center;
  padding: 2px 0px 2px 5px;
}

.genaology table td.ped-b {
  border-bottom: 1px solid #EDEDED;
  text-align: center;
  padding: 2px 0px 2px 5px;
}

.genaology table td img {
  box-shadow: none;
}

.genaology table .styleT {
  font-size: 1.4rem;
  font-weight: 600;
}

.genaology table .styleT span {
  color: #F2A22C;
  margin-right: 4px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-family: "Raleway", Open Sans, sans-serif;
  background: #fff;
  width: 100vw;
  overflow-x: hidden;
}

.main {
  width: 1248px;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.main.subpage {
  margin-bottom: 64px;
}

h1, .h1 {
  margin: 0.5em 0;
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
}

h2, .h2 {
  margin: 0.5em 0;
  font-size: 3.6rem;
  font-weight: 700;
}

h3, .h3 {
  margin: 0.5em 0;
  font-size: 3.2rem;
  font-weight: 600;
}

h4, .h4 {
  margin: 0.5em 0;
  font-size: 2.4rem;
  font-weight: 600;
}

h5, .h5 {
  margin: 0.5em 0;
  font-size: 2rem;
  font-weight: 600;
}

h6, .h6 {
  margin: 0.5em 0;
  font-size: 1.8rem;
  font-weight: 600;
}

.button {
  height: 48px;
  color: #1A1A1A;
  text-align: center;
  font-weight: 600;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 1px solid #1A1A1A;
  background: #fff;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  transition: .3s;
  border-radius: 5px;
}

.button:hover {
  border: 1px solid #F2A22C;
  color: #F2A22C;
}

.button.secondary {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.button.secondary:hover {
  border: 1px solid #F2A22C;
}

img {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.main-banner {
  position: relative;
}

.main-banner .item {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.main-banner .item .images img {
  max-width: 100%;
  margin: auto;
  display: block;
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}

.main-banner .item .info {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
  z-index: 99999 !important;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.main-banner .item .info .title {
  font-size: 12.8rem;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.main-banner .item .info .subtitle {
  font-size: 3.6rem;
  font-style: italic;
  font-weight: 600;
  color: #DFE0DF;
}

.main-banner .item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(20, 20, 20, 0.26);
}

.main-banner .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
}

.main-banner .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.main-banner .slick-dots li button {
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-indent: 100px;
  overflow: hidden;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #F2A22C;
  display: block;
  outline: none;
}

.main-banner .slick-dots li.slick-active button {
  color: #fff;
  background: #F2A22C;
}

.about-us {
  margin-top: 64px;
}

.about-us .about-us-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 48px;
}

.about-us .about-us-wrapper .flex-rwd {
  display: flex;
}

.about-us .about-us-wrapper img {
  width: 50%;
  object-fit: cover;
}

.about-us .about-us-wrapper .text {
  width: 50%;
  padding: 48px 64px 24px 64px;
}

.about-us .about-us-wrapper .text .title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.about-us .about-us-wrapper .text .desc {
  line-height: 28px;
}

.why-shepherd {
  margin-top: 64px;
}

.why-shepherd .desc {
  line-height: 28px;
  text-align: center;
  padding: 0 48px;
}

.why-shepherd .img-wrapper {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}

.why-shepherd .img-wrapper img {
  width: auto;
  object-fit: none;
  box-shadow: none;
}

.why-we {
  position: relative;
  margin-top: 64px;
  padding: 48px 0 96px;
}

.why-we:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -50vw;
  right: -50vw;
  top: 0;
  bottom: 0;
  background: #EDEDED;
}

.why-we .why-we-wrapper {
  display: flex;
  flex-grow: 1;
  margin: 0 -12px;
  margin-top: 64px;
}

.why-we .why-we-wrapper .item {
  width: 25%;
  padding: 0 12px;
  display: flex;
  flex-grow: 1;
}

.why-we .why-we-wrapper .item .item-content {
  background-color: #fff;
  padding: 36px 24px 24px 24px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  transition: .3s;
}

.why-we .why-we-wrapper .item .item-content i {
  text-align: center;
  font-size: 3.6rem;
  margin-left: 50%;
  transform: translateX(-50%);
  color: #F2A22C;
  transition: .3s;
}

.why-we .why-we-wrapper .item .item-content .title {
  text-align: center;
  margin: 24px 0 12px;
  font-size: 2.4rem;
  font-weight: 600;
  transition: .2s;
}

.why-we .why-we-wrapper .item .item-content .desc {
  line-height: 24px;
}

.why-we .why-we-wrapper .item .item-content:hover {
  transform: translateY(-5px) scale(1.03);
}

.images-section {
  margin-top: 64px;
}

.images-section .image-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -12px;
}

.images-section .image-wrapper .item {
  width: 33.3333%;
  padding: 0 12px;
  position: relative;
  margin-bottom: 24px;
}

.images-section .image-wrapper .item.big {
  width: 50%;
}

.images-section .image-wrapper .item .item-content {
  position: relative;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}

.images-section .image-wrapper .item .item-content::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  transition: 0.3s;
}

.images-section .image-wrapper .item .item-content img {
  width: 100%;
  overflow: hidden;
}

.images-section .image-wrapper .item .item-content .text {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-30%);
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}

.images-section .image-wrapper .item .item-content .text .title {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 24px;
  font-weight: 600;
}

.images-section .image-wrapper .item .item-content:hover::before {
  background: rgba(0, 0, 0, 0);
}

.images-section .image-wrapper .item .item-content:hover .text {
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%);
}

.news {
  margin-top: 64px;
}

.news .news-wrapper .news-item {
  margin: 36px 0;
}

.news .news-wrapper .news-item .date-wrapper {
  display: flex;
  align-items: center;
}

.news .news-wrapper .news-item .date-wrapper i {
  font-size: 2.4rem;
  margin-right: 12px;
  color: #F2A22C;
}

.news .news-wrapper .news-item .date-wrapper .data {
  font-weight: 600;
}

.news .news-wrapper .news-item .desc {
  margin: 12px 36px 24px 36px;
  line-height: 1.4;
}

.news .news-wrapper .news-item img {
  margin-left: 50%;
  transform: translateX(-50%);
}

.news .button {
  margin-left: 50%;
  transform: translateX(-50%);
}

.from-breeding {
  position: relative;
  padding-top: 96px;
  padding-bottom: 64px;
  margin-top: 64px;
}

.from-breeding:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -50vw;
  right: -50vw;
  top: 0;
  bottom: 0;
  background: #F2A22C;
}

.from-breeding .title-big {
  position: absolute;
  left: -300px;
  top: 43%;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-size: 7.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #fff;
}

.from-breeding .form-breeding-wrapper {
  margin: 0 -12px;
}

.from-breeding .form-breeding-wrapper .item {
  width: 25%;
  padding: 0 12px;
}

.from-breeding .form-breeding-wrapper .item .item-content img {
  width: 100%;
}

.from-breeding .form-breeding-wrapper .item .item-content .title {
  margin-top: 12px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
}

.from-breeding .form-breeding-wrapper .slick-prev {
  display: none !important;
}

.from-breeding .form-breeding-wrapper .slick-next {
  position: absolute;
  top: -36px;
  right: 12px;
  font-size: 2.8rem;
  color: #fff;
  cursor: pointer;
}

.from-breeding .button {
  margin-top: 36px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.contact {
  margin-top: 64px;
}

.contact .contact-wrapper {
  display: flex;
  justify-content: center;
  margin: 48px -32px 0;
}

.contact .contact-wrapper .item {
  display: flex;
  align-items: center;
  margin: 0 32px;
  text-decoration: none;
  cursor: pointer;
}

.contact .contact-wrapper .item:hover div {
  color: #F2A22C;
}

.contact .contact-wrapper .item i {
  margin-right: 12px;
  color: #F2A22C;
  font-size: 2.4rem;
}

.contact .contact-wrapper .item div {
  font-size: 2.4rem;
  font-weight: 600;
  color: #1A1A1A;
  transition: .3s;
}

.contact .map {
  margin-top: 36px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.contact .map iframe {
  width: 100%;
  height: 450px;
}

.dogs {
  margin-top: 64px;
}

.dogs .dogs-wrapper {
  margin-top: 48px;
}

.dogs .dogs-wrapper h2 {
  text-align: center;
  margin-bottom: 48px;
}

.dogs .dogs-wrapper .dog-item {
  margin-bottom: 64px;
}

.dogs .dogs-wrapper .dog-item .name {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 600;
}

.dogs .dogs-wrapper .dog-item .images {
  display: flex;
  justify-content: space-between;
}

.dogs .dogs-wrapper .dog-item .images .image-main {
  margin-right: 24px;
  max-width: 65%;
  max-height: 515px;
}

.dogs .dogs-wrapper .dog-item .images .image-main img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.dogs .dogs-wrapper .dog-item .images .image-head {
  max-width: 35%;
  max-height: 515px;
}

.dogs .dogs-wrapper .dog-item .images .image-head img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.dogs .dogs-wrapper .dog-item .button {
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 24px;
}

.litters {
  margin-top: 64px;
}

.litters .litters-wrapper {
  margin-top: 48px;
}

.litters .litters-wrapper .litter-item {
  margin-bottom: 64px;
}

.litters .litters-wrapper .litter-item .title {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 600;
  color: #F2A22C;
}

.litters .litters-wrapper .litter-item .date {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 400;
}

.litters .litters-wrapper .litter-item .parents {
  font-size: 2rem;
  text-align: center;
}

.litters .litters-wrapper .litter-item .images {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.litters .litters-wrapper .litter-item .images .img-father {
  margin-right: 12px;
  width: 50%;
  max-height: 515px;
}

.litters .litters-wrapper .litter-item .images .img-father img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.litters .litters-wrapper .litter-item .images .img-mother {
  width: 50%;
  margin-left: 12px;
  max-height: 515px;
}

.litters .litters-wrapper .litter-item .images .img-mother img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.dog {
  margin-top: 64px;
}

.dog .images {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.dog .images .image-main {
  margin-right: 24px;
  max-width: 65%;
  max-height: 515px;
}

.dog .images .image-main img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.dog .images .image-head {
  max-width: 35%;
  max-height: 515px;
}

.dog .images .image-head img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.dog .info-wrapper {
  display: flex;
  width: 80%;
  justify-content: center;
  margin: 12px auto 0;
}

.dog .info-wrapper .item {
  width: 25%;
  background-color: #292C2F;
  padding: 12px;
  margin: 12px;
  border-radius: 5px;
}

.dog .info-wrapper .item .name {
  color: #F2A22C;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 8px;
  transition: .3s;
}

.dog .info-wrapper .item .text {
  font-size: 2rem;
  color: #fff;
}

.dog .info-wrapper .item.peedegree {
  padding: 12px 24px;
  text-align: center;
}

.dog .info-wrapper .item.peedegree .name {
  line-height: 1.2;
}

.dog .info-wrapper .item.peedegree:hover .name {
  color: #fff;
}

.dog-gallery {
  margin-top: 24px;
}

.dog-gallery .img-list a img {
  margin: 6px;
}

.gallery-wrapper {
  margin-top: 64px;
}

.gallery-wrapper .gallery {
  width: 100%;
  margin: 64px auto;
}

@media screen and (max-width: 1280px) {
  .main {
    width: 980px;
  }
  .header {
    width: 980px;
  }
  .footer {
    width: 980px;
  }
  body {
    font-size: 1.4rem;
  }
  .about-us .about-us-wrapper .text {
    padding: 36px 64px 24px 64px;
  }
  .about-us .about-us-wrapper .text .desc {
    line-height: 24px;
  }
  .why-we .why-we-wrapper .item .item-content {
    padding: 24px;
  }
  .images-section .image-wrapper .item .item-content .text .title {
    font-size: 2.8rem;
  }
  .from-breeding .title-big {
    font-size: 6rem;
    left: -250px;
  }
  .contact .contact-wrapper .item div {
    font-size: 2rem;
  }
  .dogs .dogs-wrapper .dog-item .images .image-main {
    max-height: 450px;
  }
  .dogs .dogs-wrapper .dog-item .images .image-head {
    max-height: 450px;
  }
  .dog .info-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 1000px) {
  .main {
    width: 720px;
  }
  .header {
    width: 720px;
  }
  .footer {
    width: 720px;
  }
  h1, .h1 {
    margin: 0.5em 0;
    font-size: 3.6rem;
    font-weight: 600;
    text-align: center;
  }
  h2, .h2 {
    margin: 0.5em 0;
    font-size: 3.2rem;
    font-weight: 600;
  }
  h3, .h3 {
    margin: 0.5em 0;
    font-size: 2.4rem;
    font-weight: 600;
  }
  h4, .h4 {
    margin: 0.5em 0;
    font-size: 2rem;
    font-weight: 600;
  }
  h5, .h5 {
    margin: 0.5em 0;
    font-size: 1.8rem;
    font-weight: 600;
  }
  h6, .h6 {
    margin: 0.5em 0;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .button {
    height: 36px;
    padding: 0 12px;
  }
  .header {
    height: 80px;
  }
  .header .main-menu ul li {
    margin: 0 6px;
  }
  .header .main-menu ul li a {
    font-size: 1.6rem;
  }
  .header .logo img {
    width: 70px;
  }
  .main-banner .item .info .title {
    font-size: 10rem;
  }
  .main-banner .item .info .subtitle {
    font-size: 2.8rem;
  }
  .about-us .about-us-wrapper .text {
    padding: 24px;
  }
  .about-us .about-us-wrapper .text .title {
    font-size: 2rem;
  }
  .why-shepherd .desc {
    padding: 0;
    line-height: 24px;
  }
  .why-shepherd .img-wrapper img.dog {
    display: none;
  }
  .why-shepherd .img-wrapper img {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .why-we {
    padding: 48px 0;
  }
  .why-we .why-we-wrapper {
    flex-wrap: wrap;
  }
  .why-we .why-we-wrapper .item {
    width: 50%;
    margin-bottom: 24px;
  }
  .images-section .image-wrapper .item .item-content .text .title {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
  .news {
    margin-top: 36px;
  }
  .news .news-wrapper .news-item img {
    max-height: 250px;
  }
  .contact .contact-wrapper .item {
    margin: 0 12px;
  }
  .contact .contact-wrapper .item i {
    font-size: 2rem;
  }
  .contact .contact-wrapper .item div {
    font-size: 1.8rem;
  }
  .contact .map iframe {
    height: 350px;
  }
  .dogs {
    margin-top: 36px;
  }
  .dogs .dogs-wrapper .dog-item {
    margin-bottom: 48px;
  }
  .dogs .dogs-wrapper .dog-item .name {
    font-size: 2.4rem;
  }
  .dogs .dogs-wrapper .dog-item .images .image-main {
    max-height: 400px;
  }
  .dogs .dogs-wrapper .dog-item .images .image-head {
    max-height: 400px;
    max-width: 250px;
  }
  .dog {
    margin-top: 36px;
  }
  .dog .info-wrapper {
    width: 100%;
  }
  .dog .info-wrapper .item .name {
    font-size: 1.6rem;
  }
  .dog .info-wrapper .item .text {
    font-size: 1.6rem;
  }
  .genaology {
    margin-top: 36px;
  }
  .litters {
    margin-top: 36px;
  }
  .litters .litters-wrapper .litter-item .title {
    font-size: 2.4rem;
  }
  .litters .litters-wrapper .litter-item .date {
    font-size: 1.6rem;
  }
  .litters .litters-wrapper .litter-item .parents {
    font-size: 1.6rem;
  }
  .gallery-wrapper {
    margin-top: 32px;
  }
  .footer {
    padding: 36px 0;
  }
  .footer .footer-menu {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .footer .footer-menu ul li {
    margin: 0 6px;
  }
  .footer .footer-menu ul li a {
    font-size: 1.6rem;
  }
  .footer .contact .item div {
    font-size: 1.4rem;
  }
  .footer .contact .item i {
    margin-right: 6px;
    font-size: 1.4rem;
  }
  .footer .author {
    margin-top: 36px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 740px) {
  .main {
    width: auto;
    margin: 0 12px;
  }
  .header {
    width: auto;
  }
  .footer {
    width: auto;
    margin: 0 12px;
  }
  .header {
    padding: 0 12px;
  }
  .header .main-menu ul li a {
    font-size: 1.4rem;
  }
  .main-banner .slick-dots li button {
    width: 24px;
    height: 24px;
  }
  .why-we .why-we-wrapper {
    margin-top: 36px;
  }
  .why-we .why-we-wrapper .item .item-content i {
    font-size: 3rem;
  }
  .why-we .why-we-wrapper .item .item-content .title {
    font-size: 2rem;
    margin: 12px 0 12px;
  }
  .why-we .why-we-wrapper .item .item-content .desc {
    line-height: 22px;
  }
  .images-section .image-wrapper .item {
    margin-bottom: 12px;
    padding: 0 6px;
  }
  .news .news-wrapper .news-item img {
    max-height: 200px;
  }
  .from-breeding {
    padding-top: 48px;
  }
  .from-breeding .title-big {
    position: relative;
    transform: rotate(0);
    left: 0;
    font-size: 3.6rem;
    margin-bottom: 36px;
  }
  .contact {
    margin-top: 36px;
  }
  .contact .contact-wrapper {
    flex-wrap: wrap;
    margin: 24px 0 0;
  }
  .contact .contact-wrapper .item {
    width: 50%;
    margin: 6px 0;
  }
  .contact .map iframe {
    height: 300px;
  }
  .dogs .dogs-wrapper .dog-item .name {
    font-size: 2.4rem;
  }
  .dogs .dogs-wrapper .dog-item .images .image-main {
    max-height: 300px;
    max-width: 65%;
    margin-right: 12px;
  }
  .dogs .dogs-wrapper .dog-item .images .image-head {
    max-height: 300px;
    max-width: 35%;
  }
  .dog .images .image-main {
    margin-right: 12px;
  }
  .dog .info-wrapper {
    margin: 6px auto 0;
  }
  .dog .info-wrapper .item {
    margin: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px;
  }
  .dog .info-wrapper .item .name {
    font-size: 1.2rem;
  }
  .dog .info-wrapper .item .text {
    font-size: 1.2rem;
  }
  .dog .info-wrapper .item.peedegree {
    padding: 6px;
  }
  .litters .litters-wrapper .litter-item .images {
    margin-top: 12px;
  }
  .litters .litters-wrapper .litter-item .images .img-mother {
    margin-left: 6px;
  }
  .litters .litters-wrapper .litter-item .images .img-father {
    margin-right: 6px;
  }
  .litters .litters-wrapper .litter-item {
    margin-bottom: 36px;
  }
  .genaology {
    margin-top: 36px;
    margin-bottom: 12px;
  }
  .genaology table .styleT {
    font-size: 1rem;
  }
  .footer .contact {
    justify-content: space-between;
    margin: 0;
  }
  .footer .contact .item {
    margin: 0;
  }
  .footer .contact .item i {
    font-size: 1.2rem;
  }
  .footer .contact .item div {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 540px) {
  body {
    margin-top: 60px;
  }
  .main.subpage {
    margin-bottom: 36px;
  }
  .main-menu {
    display: none;
  }
  .header i {
    display: inline-block;
    font-size: 3.6rem;
    color: #F2A22C;
  }
  .header {
    position: fixed;
    width: 100vw;
    height: 60px;
    z-index: 99;
    top: 0;
  }
  .header.main-page-header {
    position: fixed;
    background: #292C2F;
  }
  .main-banner .item {
    height: calc(100vh - 60px);
  }
  .about-us {
    margin-top: 48px;
  }
  .about-us .about-us-wrapper img {
    width: 100%;
  }
  .about-us .about-us-wrapper .text {
    width: 100%;
  }
  .about-us .about-us-wrapper .flex-rwd {
    flex-direction: column-reverse;
  }
  .about-us .about-us-wrapper .text {
    padding: 24px 0;
  }
  .why-shepherd {
    margin-top: 36px;
  }
  .why-shepherd .img-wrapper img {
    width: 100%;
    object-fit: cover;
  }
  .why-we .why-we-wrapper .item {
    padding: 0 6px;
    margin-bottom: 12px;
  }
  .why-we .why-we-wrapper .item .item-content {
    padding: 24px 16px;
  }
  .images-section .image-wrapper .item.big {
    width: 100%;
  }
  .images-section .image-wrapper .item {
    width: 100%;
  }
  .images-section .image-wrapper .item .item-content .text {
    visibility: visible;
    opacity: 1;
  }
  .news .news-wrapper .news-item .date-wrapper i {
    font-size: 1.8rem;
  }
  .news .news-wrapper .news-item .desc {
    margin: 6px 0 24px;
  }
  .news .news-wrapper .news-item img {
    max-height: 150px;
  }
  .contact .contact-wrapper .item {
    width: 100%;
  }
  .dogs .dogs-wrapper .dog-item {
    margin-bottom: 36px;
  }
  .dog .images {
    margin-top: 36px;
  }
  .litters .litters-wrapper {
    margin-top: 36px;
  }
  .footer .footer-menu ul li a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .dogs .dogs-wrapper .dog-item .name {
    font-size: 2rem;
  }
  .litters .litters-wrapper .litter-item .date {
    font-size: 1.4rem;
  }
  .litters .litters-wrapper .litter-item .parents {
    font-size: 1.4rem;
  }
  .litters .litters-wrapper .litter-item .title {
    font-size: 1.8rem;
  }
  .dog .info-wrapper .item .name {
    font-size: 1rem;
  }
  .dog .info-wrapper .item .text {
    font-size: 1rem;
  }
  .genaology table td .parent-img {
    width: 80px;
    height: 60px;
    object-fit: fill;
  }
  .genaology table td.ped {
    padding: 0;
  }
  .footer .footer-menu ul li a {
    font-size: 1.2rem;
  }
  .footer .contact {
    flex-wrap: wrap;
  }
  .footer .contact .item {
    width: 50%;
    margin-bottom: 12px;
    font-size: 1.4rem;
    justify-content: center;
  }
  .footer .contact .item i {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 440px) {
  .main-banner .item .info .title {
    font-size: 8rem;
  }
  .main-banner .item .info .subtitle {
    font-size: 2rem;
  }
  .footer .footer-menu ul li {
    margin: 0 4px;
  }
  .footer .author {
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
  .footer .author div {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 400px) {
  .why-we .why-we-wrapper .item {
    width: 100%;
    justify-content: center;
  }
  .why-we .why-we-wrapper .item .item-content {
    padding: 24px;
  }
  .dog .info-wrapper {
    flex-wrap: wrap;
  }
  .dog .info-wrapper .item {
    width: 50%;
    margin: 0;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #EDEDED;
  }
  .dog .info-wrapper .item .name {
    font-size: 1.2rem;
  }
  .dog .info-wrapper .item .text {
    font-size: 1.2rem;
  }
  .contact .map iframe {
    height: 250px;
  }
  .footer .footer-menu ul {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-menu ul li {
    margin: 6px 0;
  }
  .footer .footer-menu ul li a {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=style.css.map */