@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700&display=swap&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,400i,500,700,800|Alegreya:400,400i,500,700&display=swap&subset=cyrillic');
html,
body {
  border: 0;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
body {
  min-width: 400px;
  min-height: 400px;
  height: 100%;
  width: 100%;
  background: url('/i/back.png');
  background-size: 140px;
  --color-green: #003c37;
}
body,
p,
li,
td,
div {
  font-family: 'open sans', 'Alegreya Sans', sans-serif;
  font-weight: 400;
  font-size: 14pt;
  line-height: 150%;
}
a {
  color: #003c37;
}
a:visited {
  color: #161d1d;
}
h1 {
  font-size: 21pt;
  font-weight: 300;
  margin-bottom: 10px;
}
h2 {
  text-transform: uppercase;
  font-size: 10pt;
  letter-spacing: 1px;
  color: #003c37;
  text-align: right;
  clear: both;
}
h3 {
  clear: both;
  margin: 20pt 0px 5pt;
  font-size: 24pt;
  line-height: 150%;
  font-weight: 300;
  color: #003c37;
}
.mid-width {
  max-width: 1500px;
  margin: 0px auto;
  padding: 0px 20px;
}
/* header */
header {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 0px;
  padding: 25px 0px 25px;
}
header .logo {
  width: 300px;
  height: 180px;
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/i/logo.png');
}
.logo-short {
  background-image: url('/i/logo_short.png') !important;
  background-position: 0% 85%;
}
.header-back-gradient {
  /* background: linear-gradient(0deg, rgba(255,255,255,0) 00%, rgba(255,255,255,1) 20%); */
  background: rgba(255, 255, 255, 0.9);
}
nav {
  display: block;
}
@media (max-width: 1200px) {
  nav {
    display: block;
    position: absolute;
    z-index: 100;
    top: 230px;
    width: 100%;
    left: 0px;
  }
}
.menubar {
  width: 100%;
  margin-top: 25px;
}
.menubar ul {
  display: flex;
  width: 100%;
  list-style: none;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .menubar ul {
    display: none;
    position: static;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
  }
}
.menubar ul li {
  flex: auto;
  margin: 0px 0px;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14pt;
  font-weight: 700;
  border-right: solid 1px #444;
}
@media (max-width: 1200px) {
  .menubar ul li {
    border: none;
    font-size: 18pt;
    line-height: 180%;
  }
}
.menubar ul li:last-child {
  border-right: none;
}
.menubar a {
  text-decoration: none;
  color: #003c37;
}
.burger-open {
  display: none;
}
@media (max-width: 1200px) {
  .burger-open {
    display: block;
    position: absolute;
    right: -30px;
    top: 140px;
  }
}
.burger-close {
  display: none;
}
@media (max-width: 1200px) {
  .burger-close {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.phone-alone {
  display: none;
}
@media (max-width: 1200px) {
  .phone-alone {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 20pt;
    font-weight: 700;
    color: #003c37;
  }
}
.contacts {
  position: absolute;
  top: 40px;
  margin-left: 2.5%;
}
@media (max-width: 1200px) {
  .contacts {
    display: none;
  }
}
.bottomcontacts {
  color: white;
  text-align: right;
  margin: auto 40px 20px auto;
}
.bottomcontacts a {
  color: white;
}
/* slider */
.slider {
  width: 100%;
  height: 595px;
  position: relative;
  clip-path: polygon(0px 8%, 100% 0%, 100% 92%, 0% 100%);
}
.slider .slide {
  display: flex;
  position: relative;
  width: 100%;
  height: 600px;
}
.slider .slide img {
  flex: 4 40px;
  height: 600px;
  object-fit: cover;
  vertical-align: middle;
}
.slider .slide .slidetext {
  display: block;
  flex: 1 70px;
  position: relative;
  background-color: #003c37;
  background: url('/i/back-dark.png');
  background-size: 140px;
  vertical-align: bottom;
  padding: auto 20px 20px;
}
.slider .slide .slidetext span {
  display: block;
  position: absolute;
  margin: auto 20px 20px;
  bottom: 20px;
}
.slider .slide .slidetext h3,
.slider .slide .slidetext p {
  color: white;
}
.slider .slide .slidetext h3 {
  font-weight: 400;
  font-size: 24pt;
  line-height: 120%;
  margin-bottom: 10px;
}
.slider .slide .slidetext p {
  border-top: solid 1px white;
  padding-top: 5px;
  font-size: 14pt;
}
article {
  flex: 1 1 200px;
  margin-right: 2%;
}
section.newsfeed {
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
article.newsitem {
  margin-bottom: 10px;
  flex: 1 1 400px;
  max-width: 650px;
}
article.newsitem h3 {
  margin: 0px 0px 10px;
  font-size: 14pt;
  line-height: 120%;
  font-weight: 300;
  margin-bottom: 10px;
  clear: none;
}
article.newsitem img {
  width: 180px;
  height: 180px;
  margin-right: 10px;
  float: left;
  object-fit: cover;
}
article.newsitem p {
  font-size: 11pt;
}
article.newsitem time {
  display: block;
  float: right;
  background-color: #003c37;
  color: white;
  font-size: 10pt;
  margin: 10px 0px 20px;
  padding: 2px 8px;
}
section.main-about {
  margin: 0px auto 30px;
  padding: 60px 20px;
  display: flex;
  align-items: flex-end;
  clip-path: polygon(0px 0%, 100% 10%, 100% 85%, 0% 100%);
  background-color: #003c37;
  background: url('/i/back-dark.png');
  background-size: 140px;
}
@media (max-width: 1200px) {
  section.main-about {
    clip-path: none;
  }
}
section.main-about h1 {
  color: white;
}
section.main-about img {
  height: 200px;
  width: auto;
  margin-right: 40px;
}
@media (max-width: 1200px) {
  section.main-about img {
    display: none;
  }
}
section.main-about p {
  color: white;
  font-size: 14pt;
  line-height: 160%;
}
section.main-pets {
  display: flex;
  flex-flow: row wrap;
  margin: 20px auto 40px;
}
section.main-pets article h1 {
  font-size: 21pt;
  font-weight: 300;
}
section.main-pets article img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
section.main-insta {
  margin: 20px auto;
}
section.main-insta h2 {
  margin-right: 12px;
}
section.main-insta h2 img {
  vertical-align: middle;
  margin: auto 0px 6px;
}
section.main-insta .instagram_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.main-insta .instagram_gallery a {
  flex: 1 1 150px;
  display: block;
  width: 15%;
  margin-right: 1%;
}
section.main-insta .instagram_gallery img {
  border: 0;
  width: 100%;
}
hr.curly {
  border: none;
  height: 10px;
  background-image: url(/i/hr.png);
  background-repeat: repeat-x;
  background-size: 200px;
}
section.main-shop {
  display: flex;
  flex-flow: row wrap;
}
section.main-shop div {
  width: 48%;
  margin-right: 1.5%;
}
section.main-shop img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 15px;
}
section.main-cages {
  margin: 40px auto;
}
section.main-cages img {
  margin-right: 20px;
}
section.main-cages span {
  display: flex;
  flex-flow: row wrap;
}
section.main-cages div {
  max-width: 600px;
}
main.default-template {
  display: flex;
  flex-flow: row wrap;
}
main.default-template aside {
  flex: 1 1 35%;
  width: 250px;
  margin-left: 2%;
  overflow: hidden;
}
main.default-template aside .instagram_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.default-template aside .instagram_gallery a {
  flex: auto;
  display: block;
  min-width: 130px;
  height: auto;
  width: 15%;
  margin: 0% 5px 5px 0%;
}
main.default-template aside .instagram_gallery img {
  border: 0;
  width: 100%;
}
main.default-template article {
  flex: 1 1 60%;
  margin-right: 2%;
  min-width: 500px;
}
main.default-template article img {
  width: 100%;
  height: auto !important;
  max-width: 100% !important;
}
main.default-template article h1 {
  color: #003c37;
  font-size: 36pt;
  margin-top: 15pt;
  margin-bottom: 25pt;
}
main.default-template article p {
  margin-bottom: 5px;
}
main.default-template h4 {
  font-size: 18pt;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 1em;
  color: #003c37;
}
.photogal {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.photogal li {
  list-style: none;
  margin-right: 15px;
  min-width: 100px;
  max-width: 185px;
}
.photogal li:before {
  content: '' !important;
}
.children-TwoLevel {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.children-TwoLevel::after {
  content: '';
  flex: 1 1 calc(-16.67%);
  margin-right: 15px;
}
.children-TwoLevel .element {
  list-style: none;
  margin-right: 15px;
  width: 31%;
  min-width: 250px;
  flex: 1 1 calc(-16.67%);
}
.children-TwoLevel .element:before {
  content: '' !important;
}
.children-TwoLevel .element img {
  height: 80% !important;
  object-fit: cover;
}
.child-inRows {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 25px;
}
.child-inRows h3 {
  min-width: 100%;
}
.child-inRows span {
  width: 45%;
  flex: 1 0 300px;
}
.child-inRows span.item-image {
  margin-right: 15px;
}
.children-inBlocks {
  display: block;
  flex-flow: row wrap;
}
.children-inBlocks .item {
  display: flex;
  margin-bottom: 20pt;
}
.children-inBlocks .item span {
  flex: 1 1 300px;
  align-items: flex-start;
  width: 100%;
}
.children-inBlocks .item .item-image {
  margin-right: 10px;
  flex: 1 1 150px;
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.children-inBlocks .item h3 {
  margin-top: 0px;
}
section.shop,
section.cages {
  clear: both;
  margin-top: 50px;
}
.news p {
  font-size: 16pt;
}
.news time {
  display: block;
  float: right;
  background-color: #003c37;
  color: white;
  font-size: 10pt;
  margin: 10px 0px 20px;
  padding: 2px 8px;
}
footer {
  display: flex;
  margin-top: 20px;
  min-height: 200px;
  width: 100%;
  background: url('/i/back-dark.png');
  background-size: 140px;
  clip-path: polygon(0px 30px, 100% 0%, 100% 100%, 0% 100%);
  padding: 50px 20px 20px;
}
.footerlogo {
  width: 200px;
  height: 200px;
}
.footerlogo img {
  width: 100%;
  object-fit: contain;
}
