/* Splide 4.1 - слайдер splidejs.com  */
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}


:root {
  --black-color: #323232;
  --white-color: #fff;
  --blue-color: #498DB5;
  --cyan-color: #64BCDA;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Semibold.eot');
    src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
        url('../fonts/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Semibold.woff2') format('woff2'),
        url('../fonts/Gilroy-Semibold.woff') format('woff'),
        url('../fonts/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
  font-family: 'plz_icon';
  src:
    url('../fonts/plz_icon.ttf') format('truetype'),
    url('../fonts/plz_icon.woff') format('woff'),
    url('../fonts/plz_icon.svg#plz_icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'plz_icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e90d";
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-location:before {
  content: "\e947";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}

html
{
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}

body
{
    margin:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary
{
    display:block
}

[hidden],template
{
    display:none
}

a
{
    background-color:transparent;
    text-decoration: none
}

a:active,a:hover
{
    outline:0
}

b,strong
{
    font-weight:700
}

small
{
    font-size:80%
}

sub,sup
{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}

sup
{
    top:-.5em
}

sub
{
    bottom:-.25em
}

img
{
    border:0
}

svg
{
    overflow:hidden
}

hr
{
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
    border-top: 1px solid var(--black-color);
    border-bottom: 0;
    margin: 20px 0;
}

button,input,optgroup,select,textarea
{
    color:inherit;
    font:inherit;
    margin:0
}

button
{
    overflow:visible
}

button,select
{
    text-transform:none
}

button,html input[type="button"],input[type="reset"],input[type="submit"]
{
    -webkit-appearance:button;
    cursor:pointer
}

button[disabled],html input[disabled]
{
    cursor:default
}

button::-moz-focus-inner,input::-moz-focus-inner
{
    border:0;
    padding:0
}

input
{
    line-height:normal
}

textarea
{
    overflow:auto
}

*
{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

:before,:after
{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

html
{
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}

input,button,select,textarea
{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}

img
{
    vertical-align:middle
}

body {
    font-family: 'Gilroy', sans-serif;
    background-color: #F5F5F5;
    font-size: 20px;
    color: var(--black-color);
    line-height: 1.4;
}
@media (max-width: 767px) {
    body {
        font-size: 15px;
        line-height: 1.3;
    }
}

a {
    color: var(--black-color);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover {
    color: var(--blue-color);
    text-decoration: none;
}.

hr
{
    margin-top:20px;
    margin-bottom:20px;
    border:0;
    border-top:1px solid var(--black-color);
}

[role="button"]
{
    cursor:pointer
}
h1, h2, h3, h4, h5, .title {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 30px 0
}
@media (max-width: 575px) {
    h1, h2, h3, h4, h5, .title {
        font-size: 26px;
        margin: 0 0 20px 0
    }
}
p {
    margin: 0 0 20px 0
}
textarea:focus, input:focus{
    outline: none;
}

.btn {
    height: 45px;
    min-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--cyan-color);
    border: 1px solid var(--cyan-color);
    border-radius: 10px;
    color: var(--white-color);
    cursor: pointer;
    text-decoration: none;
    padding: 5px 10px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.btn:hover,
.btn-head {
    color: var(--blue-color);
    background-color: var(--white-color);
    border-color: var(--blue-color);
    box-shadow: none;
}
.btn-head {
    height: 42px;
    font-size: 14px;
}
.btn-head:hover {
    color: var(--white-color);
    background-color: var(--cyan-color);
    border-color: var(--cyan-color);
}
.form-control {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    height: 45px;
    border-radius: 10px;
    min-width: 220px;
    background: var(--white-color);
    border: 1px solid var(--cyan-color);
    color: var(--black-color);
    padding: 5px 15px;
    transition: all 0.3s ease-in-out;
}
textarea.form-control {
    padding-top: 15px;
    min-height: 90px;
}
.form-control:active,
.form-control:focus {
    border-color: var(--blue-color);
}
.form-control.is-invalid {
    border-color: red;
}
@media (max-width: 767px) {
    .form-control,
    .btn {
        height: 36px;
        font-size: 14px;
    }
}

.img-fluid {
    display:block;
    max-width:100%;
    height:auto
}
.image-left {
    float: left;
    margin: 0 40px 30px 0;
    border-radius: 10px;
    max-width: 38%;
}
.image-right {
    float: right;
    margin: 0 0 30px 40px;
    border-radius: 10px;
    max-width: 38%;
}
.text-big {
    font-size: 130%;
}
.text-center {
    text-align: center;
}
.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 767px) {
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .image-left,
    .image-right {
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
        max-width: 100%;
    }
}

.container
{
    width:100%;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}
@media (min-width:576px) {
    .container
    {
        max-width:540px
    }
}

@media (min-width:768px) {
    .container
    {
        max-width:720px
    }
}

@media (min-width:992px) {
    .container
    {
        max-width:960px
    }
}

@media (min-width:1200px) {
    .container
    {
        max-width:1140px
    }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: var(--white-color);
    height: 76px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.header * {
    transition: all .2s;
}
.fixed-top .header {
    position: fixed;
    height: 52px;
    z-index: 8;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    animation: a .4s ease-in-out;
}
@keyframes a {
  0% {
    transform: translateY(-100%)
  }

  to {
    transform: translateY(0)
  }
}
.header .container {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.header-logo img {
    width: auto;
    height: 67px;
}
.fixed-top .header-logo img {
    height: 45px;
}
.fixed-top .btn-head {
    height: 36px;
}
.header-phone {
    font-weight: 600;
}
@media (max-width: 991px) {
    .header-phone {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .header {
        height: 65px;
    }
    .header-logo img {
        height: 62px;
    }
    .header-btn {
        margin: 35px 0;
    }
}

.header-menu ul {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 600;
}
.header-menu a {
    position: relative;
}
.header-menu ul a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: var(--blue-color);
    transform: scaleX(0);
    transition: all .3s;
}
.header-menu ul a.active {
    color: var(--blue-color);
}
.header-menu ul a:hover:before, 
.header-menu ul a.active:before {
    transform: scaleX(1);
    transition: all .3s;
}
@media (max-width: 1399px) {
    .header-menu {
        background-color: #fff;
        padding: 65px 20px 20px 20px;
        z-index: 100;
        min-width: 21rem;
        width: 21rem;
        margin-left: -21rem;
        height: 75vh;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        box-shadow: 3px 3px 10px rgba(0,0,0,.1);
        transition: all .4s;
    }
    .header-menu.act {
        margin-left:0;
        opacity: 1;
        visibility: visible;
    }
    .header-menu ul {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .header-menu {
        height: 100vh;
    }
}
@media (max-width: 575px) {
    .header-menu {
        width: 100%;
    }
}

/* burger menu icon */
#nav-icon {
    display: none;
    width: 39px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 102;
}

#nav-icon span {  
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--black-color);
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 9px;
}

#nav-icon span:nth-child(3) {
  top: 18px;
}

#nav-icon.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -40px;
}

#nav-icon.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 1399px) {
    #nav-icon {
        display: inline-block;
        position: relative;
        top: 6px;
    }
}

.home {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    margin-top: 76px;
    height: 680px;
    background: url(../img/bg-home.jpg) no-repeat 50% 50%;
    background-size: cover;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.home-img {
    width: 460px;
    height: 460px;
    position: absolute;
    bottom: -50px;
    right: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid var(--white-color);
}
.home-inner {
    background: var(--white-color);
    padding: 30px 0;
}
.home-title {
    font-size: 32px;
    margin-bottom: 8px;
}
.home-info {
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 991px) {
    .home {
        height: 580px;
    }
    .home-img {
        height: 220px;
        width: 220px;
    }
}
@media (max-width: 575px) {
    .home {
        margin-top: 65px;
    }
    .home-img {
        height: 120px;
        width: 120px;
        bottom: -70px;
    }
    .home-title {
        font-size: 24px;
    }
    .home-info {
        font-size: 14px;
        width: 90%;
    }
}

.about-title {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 25px;
}
.about-title .title {
    margin-bottom: 0;
}
.about-text {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-bottom: 20px;
}
.about-text__info {
    grid-column-start: span 2;
}
.about-btn .btn {
    margin-top: 35px;
    max-width: 220px;
}
@media (max-width: 1199px) {
    .about-text {
        display: flex;
        flex-direction: column;
        grid-gap: 20px;
        margin-bottom: 0;
    }
    .about-btn .btn {
        margin: 20px auto 0 auto;
    }
}

.dogs-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}
.dogs-item__oval {
    padding: 45px;
    width: 410px;
    height: 410px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    transition: all .3s;
}
.dogs-item__oval:hover {
    padding: 35px;
}
.dogs-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background: #B2CAD9;
}
.dogs-item__name,
.dogs-item__desc {
    padding: 0 65px;
}
.dogs-item__name {
    font-weight: 700;
}
.dogs-item__desc {
    font-size: 14px;
}
.dogs-item__btns {
    display: flex;
    justify-content: space-between;
    padding: 30px 65px;
}
.btn-dogs {
    background: transparent;
    height: 42px;
    border-radius: 21px;
    min-width: inherit;
    box-shadow: none;
    color: var(--cyan-color);
    width: 120px;
}
.btn-dogs:hover {
    background: var(--cyan-color);
    color: var(--white-color);
}
@media (max-width: 1399px) {
    .dogs-item__oval {
        width: 320px;
        height: 320px;
        padding: 30px;
    }
    .dogs-item__oval:hover {
        padding: 20px;
    }
    .dogs-item__name,
    .dogs-item__desc {
        padding: 0 25px;
    }
    .dogs-item__btns {
        padding: 30px 25px;
    }
}
@media (max-width: 1199px) {
    .dogs-item__oval {
        width: 260px;
        height: 260px;
        padding: 20px;
    }
}
@media (max-width: 991px) {
    .dogs-items {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .dogs-items {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}

.puppies-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.puppies-item {
    background: var(--white-color);
    border-radius: 10px;
    overflow: hidden;
}
.puppies-item__img {
    display: block;
    height: 280px;
}
.puppies-item__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.puppies-info {
    padding: 20px 25px;
}
.puppies-item__name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.puppies-item__desc {
    font-size: 16px;
    margin-bottom: 15px;
}
.btn-puppies {
    font-size: 14px;
    max-width: 175px;
    min-width: inherit;
}
@media (max-width: 1399px) {
    .puppies-item__name {
        font-size: 20px;
    }
    .puppies-item__desc {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .puppies-items {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .puppies-items {
        grid-template-columns: repeat(1, 1fr);
    }
}

.gallery .container {
    display: flex;
    gap: 40px;
}
.gallery-imgs {
    flex-shrink: 0;
    flex-grow: 0;
}
.btn-gallery {
    margin-top: 80px;
    max-width: 305px;
    gap: 12px;
}
@media (max-width: 1399px) {
    .gallery-imgs img {
        max-width: 660px;
    }
}
@media (max-width: 1199px) {
    .gallery-text {
        font-size: 14px;
    }
    .btn-gallery {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .gallery .container {
        gap: 20px;
        flex-direction: column;
    }
    .btn-gallery {
        margin-top: 25px;
    }
    .gallery-imgs img {
        max-width: 100%;
    }
}

.video-inner {
    display: flex;
    align-items: center;
    gap: 40px;
}
.video-item {
    width: 60%;
    position: relative;
}
.video-item video {
    width: 100%;
    border-radius: 5px;
    max-height: 435px;
}
.video-play-button {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
    display: block;
    width: 24px;
    height: 24px;
    background: #ba1f24;
    border-radius: 50%;
    animation: scale-after 1500ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 48px;
    height: 48px;
    background: #fa183d;
    border-radius: 50%;
    transition: all 200ms;
}
.video-play-button:hover:after {
    background-color: #97031b;
}
.video-play-button span {
    display: block;
    position: relative;
    left: 18px;
    top: 14px;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 14px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}
@keyframes scale-before {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes scale-after {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.video-text {
    width: 30%;
}
.btn-video {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 50px;
    color: var(--cyan-color);
    font-weight: 700;
    transition: all .3s;
}
.btn-video:hover {
    gap: 22px;
}
.video-item .splide {
    padding-top: 90px;
}
.video-item .splide__pagination {
    display: flex;
    gap: 30px;
    position: absolute;
    bottom: auto;
    top: 0;
    padding: 0;
    counter-reset: pagination-num 2020;
}
.video-item .splide__pagination__page:before {    
    counter-increment: pagination-num 1;
    content: counter( pagination-num );
}
.video-item .splide__pagination .btn {
    height: 50px;
    border-color: var(--cyan-color);
    background: transparent;
    min-width: 100px;
    border-radius: 25px;
    box-shadow: none;
    color: #515151;
}
.video-item .splide__pagination .btn.is-active,
.video-item .splide__pagination .btn:hover {
    background: #CFE0F0;
    border-color: #CFE0F0;
}
.splide__arrow {
    position: absolute;
    background: #E7F0F9;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    top: 51%;
    z-index: 3;
    cursor: pointer;
    transition: all .2s;
}
.splide__arrow:hover {
    background: var(--blue-color);
}
.splide__arrow:hover svg {
    fill: var(--white-color);
}
.splide__arrow svg {
    width: 20px;
    height: 20px;
    transition: all .2s;
}
.splide__arrow--next {
    right: -23px;
}
.splide__arrow--prev {
    left: -23px;
}
.splide__arrow--prev svg {
    transform: scaleX(-1);
}
@media (max-width: 1199px) {
    .video-text {
        font-size: 14px;
    }
    .video-item .splide__pagination {
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .video-inner {
        gap: 20px;
        flex-direction: column;
    }
    .video-item,
    .video-text {
        width: 100%;
    }
    .video-item .splide {
        padding-top: 60px;
    }
    .btn-video {
        margin-top: 25px;
    }
    .video-item .splide__pagination .btn {
        height: 40px;
        min-width: 90px;
    }
    .splide__arrow {
        width: 36px;
        height: 36px;
    }
    .splide__arrow svg {
        width: 14px;
        height: 14px;
    }
    .splide__arrow--next {
        right: -15px;
    }
    .splide__arrow--prev {
        left: -15px;
    }
}

.news .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news .title .btn-video {
    margin: 0;
    font-size: 20px;
}
.news-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.news-item {
    background: var(--white-color);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s;
}
.news-item:hover {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.news-item__img {
    display: block;
    height: 235px;
}
.news-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-info {
    padding: 20px 9px 8px 20px;
}
.news-item__name {
    font-weight: 700;
    margin-bottom: 5px;
}
.news-item__desc {
    font-size: 14px;
    margin-bottom: 5px;
}
.puppies-item__btn {
    text-align: right;
}
.btn-news {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: var(--cyan-color);
    color: var(--white-color);
    border: 1px solid var(--cyan-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: all .3s;
}
.btn-news:hover {
    background: transparent;
    border-color: var(--blue-color);
}
.news-item__price {
    position: relative;
    color: var(--blue-color);
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 700;
}
.news-item__price:after {
    margin-left: 5px;
    font-size: 90%;
    content: ' \20BD';
}
@media (max-width: 1199px) {
    .news-items {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .news-items {
        grid-gap: 15px;
    }
    .news .title .btn-video {
        font-size: 14px;
    }
    .news-item__img {
        height: 130px;
        flex-shrink: 0;
    }
    .news-item__desc {
        font-size: 12px;
    }
    .news-item {
        display: flex;
        flex-direction: column;
    }
}

.questions .container {
    display: flex;
    gap: 60px;
}
.questions-title .title {
    margin-bottom: 10px;
}
.questions-form form {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}
.questions-form .form-control,
.questions-form .btn {
    height: 62px;
    border-radius: 31px;
}
.questions-form .form-control {
    border-color: #A0A0A0;
    font-size: 14px;
    background: transparent;
    color: #515151;
    padding-left: 25px;
}
.questions-form .form-control:focus {
    background: var(--white-color);
}
.questions-title div {
    font-size: 18px;
}
@media (max-width: 1399px) {
    .questions-form form {
        margin-top: 10px;
    }
    .questions-title .title {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .questions-form form {
        flex-direction: column;
        gap: 15px;
    }
    .questions-form .form-control,
    .questions-form .btn {
        height: 50px;
        border-radius: 25px;
    }
}
@media (max-width: 767px) {
    .questions .container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .questions-title .title {
        font-size: 30px;
    }
    .questions-title div {
        font-size: 15px;
    }
}

/* yandex карта */
#map {
    height: 500px;
}
.yandex-map {
    position: relative;
    height: 500px;
}
@media (max-width: 767px) {
    #map {
        height: 350px;
    }
    .yandex-map {
        height: 350px;
    }
}

.contacts-inner {
    position: absolute;
    top: 60px;
    left: 10%;
    background: rgba(255, 255, 255, .9);;
    border-radius: 20px;
    padding: 25px 30px;
    max-width: 360px;
    font-size: 16px;
}
.contacts-title {
    font-size: 32px;
    font-weight: 700;
}
.contacts-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}
.contacts-info i {
    font-size: 18px;
    color: var(--blue-color);
}
.social {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 767px) {
    .contacts-inner {
        position: static;
        max-width: 100%;
        border-radius: 0;
    }
    .contacts-info {
        margin-bottom: 15px;
    }
}

.footer {
    background: var(--white-color);
}
.footer-top {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.footer-menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}
.footer-social p {
    white-space: nowrap;
    margin-bottom: 4px;
}
.footer-social .social {
    justify-content: center;
}
.footer-bottom {
    padding: 20px 0;
    font-size: 14px;
    display: flex;
    gap: 5px;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .footer-menu ul {
        flex-flow: wrap;
    }
}
@media (max-width: 767px) {
    .footer-top,
    .footer-bottom {
        flex-direction: column;
    }
    .footer-top {
        margin-top: 0;
        padding-top: 350px;
    }
    .footer-top.inner {
        padding-top: 0;
    }
    .footer-menu ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 8px 20px;
    }
    .footer-bottom {
        justify-content: center;
        align-items: center;
    }
}

/* модальное окно */
.modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    height: 0vh;
    background-color: transparent;
    transition: background-color .25s ease;
    align-items: center;
    justify-content: center;
}
.modal.open {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    transition: background-color .25s;
}
.modal.open > .content-wrapper {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.modal .content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--white-color);
    border-radius: 15px;
    -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, .5);
            box-shadow: 0 0 2.5rem rgba(0, 0, 0, .5);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transition-delay: .15s;
         -o-transition-delay: .15s;
            transition-delay: .15s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.modal-wrap {
    background: #fff;
    border-radius: 10px;
}
.modal-wrap form {
    display: flex;
    gap: 15px;
    flex-direction: column;
    font-size: 15px;
}
.modal .content-wrapper .close {
    position: absolute;
    z-index: 99;
    top: .5rem;
    right: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    background-color: transparent;
    border: none;
    -webkit-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.modal .content-wrapper .close:before,
.modal .content-wrapper .close:after {
    position: absolute;
    width: 1.25rem;
    height: .125rem;
    content: '';
    cursor: pointer;
    background-color: var(--blue-color);
}
.modal .content-wrapper .close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.modal .content-wrapper .close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.modal .content-wrapper .close:hover:before,
.modal .content-wrapper .close:hover:after {
    background-color: var(--cyan-color);
}
.modal .content-wrapper .content {
    max-width: 600px;
    display: block;
    padding: 40px;
}
@media (max-width: 575px) {
    .modal .content-wrapper .content {
       padding: 40px 20px; 
    }
}
/* это для старых iphone 5 */
@media screen and (device-aspect-ratio: 40/71) {
    .modal .content-wrapper .close {
        top: 0.4rem;
        background: var(--white-color);
        border-radius: 50%;
        right: 0.6rem;
    }
}

.blur > div:not(.modal),
.blur footer {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.privacy-agree {
    font-size: 12px;
    margin-top: 15px;
}

.inner-page {
	margin-top: 35px;
}
.inner-page ul:not(.breadcrumb),
.inner-page ol {
	padding-left: 20px;
}
.inner-page ul:not(.breadcrumb) li,
.inner-page ol li {
	margin-bottom: 12px;
}
.inner-page ul:not(.pagination) li:last-child {
	margin-bottom: 0;
}

.breadcrumb {
    margin-bottom: 25px;
    font-size: 14px;
    padding: 0;
    list-style: none;
    display: flex;    
}
.breadcrumb-item+.breadcrumb-item a {
    color: #A0A0A0;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "/";
}
.breadcrumb li.breadcrumb-item:last-child {
	font-weight: 600;
}
.breadcrumb li.breadcrumb-item:last-child a {
    color: var(--black-color);
}
@media (max-width: 575px) {
	.breadcrumb {
		margin: 25px 0;
		font-size: 10px;
		flex-flow: wrap;
		line-height: 1.6;
	}
	.breadcrumb-item+.breadcrumb-item::before {
		padding-right: 0.3rem;
    	padding-left: 0.3rem;
	}
}

.gallery-items {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-auto-rows: 185px;
    grid-auto-flow: dense;
}
.gallery-item img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.gallery-item:nth-of-type(3n) {
    grid-column: span 2;
}
.gallery-item:nth-of-type(5n) {
    grid-row: span 2;
}*/

.articles-item {
    display: flex;
    gap: 60px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #A0A0A0;
}
.articles-img {
    width: 25%;
    flex-shrink: 0;
}
.articles-img img {
    border-radius: 10px;
    max-height: 240px;
    width: 100%;
    object-fit: cover;
}
.articles-text small {
    font-size: 14px;
    color: #515151;
}
.articles-text__title {
    font-size: 24px;
    font-weight: 700;
}
.articles-text__info {
    font-size: 14px;
}
.articles-text__info span {
    display: inline-block;
    margin-top: 20px;
}
.article-full a,
.articles-text__info span a {
    color: var(--blue-color);
    border-bottom: 1px solid var(--blue-color);
}
.article-full a:hover,
.articles-text__info span a:hover {
    border-color: transparent;
}
.article-full .title {
    line-height: 1.1;
}
.article-full ul,
.article-full ol {
    list-style-position: inside;
}
@media (max-width: 1199px) {
    .articles-item {
        gap: 30px;
    }
    .articles-img {
        width: 30%;
    }
    .article-full ul,
    .article-full ol {
        list-style-position: outside;
    }
}
@media (max-width: 767px) {
    .gallery-items {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .articles-item {
        flex-direction: column;
        gap: 20px;
    }
    .articles-img {
        width: 100%;
    }
}

.rubrika-select .news-items {
    margin-bottom: 30px;
}

.dog-cats {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.dog-cats.parent .dog-cats__sub:first-child {
    display: none;
}
.dog-cats.affiliate {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: 50%;
    float: left;
}
.dog-cats.affiliate .dog-cats__sub {
    width: 95%;
}
.dog-cats__title {
    display: none;
    grid-column-start: span 2;
    font-size: 24px;
    font-weight: 700;
}
.dog-cats.parent .dog-cats__title {
    display: block;
}
.dog-cats__sub {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    background: var(--white-color);
}
.dog-cats__sub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 360px;
}
.dog-cats__text {
    padding: 30px 25px 25px 25px;
}
.dog-cats__text p {
    font-size: 24px;
    font-weight: 700;
}
#puppies-gals .dog-cats__text p {
    font-size: 22px;
    line-height: 1.1;
}
.dog-cats__text .btn {
    max-width: 230px;
}
@media (max-width: 1199px) {
    .dog-cats {
        grid-gap: 20px;
    }
    .dog-cats__sub img {
        max-height: 280px;
    }
}
@media (max-width: 767px) {
    .dog-cats {
        grid-gap: 10px;
    }
    .dog-cats__title,
    .dog-cats__text p {
        font-size: 15px !important;
        margin-bottom: 5px;
    }
    .dog-cats__sub img {
        height: 150px;
    }
    .dog-cats__text {
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .dog-cats__text .btn {
        min-width: 120px;
    }
}

.dog-page {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 30px;
}
.dog-img img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    max-height: 440px;
}
.dog-info__main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.dog-info {
    padding: 30px 40px;
    background: var(--white-color);
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.dog-list {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.dog-list__blue {
    color: var(--blue-color);
}
.dog-list__blue a {
    color: var(--blue-color);
    border-bottom: 1px solid var(--blue-color);
}
.dog-list__blue a:hover {
    border-color: transparent;
}
#doc-gals img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    .dog-page {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 0;
    }
    .dog-info {
        padding: 15px 20px;
        font-size: 14px;
    }
    .dog-info__main {
        gap: 10px;
    }
}

.table {
    width: 100%;
    border: none;
    margin-bottom: 20px;
    border-collapse: collapse;
}
.table thead th {
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: var(--black-color);
    border-top: 2px solid #A0A0A0;
    border-bottom: 2px solid #A0A0A0;
}
.table tbody td {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: var(--black-color);
    border-top: 1px solid #A0A0A0;
}

.thanks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: calc(45vh);
}

.videos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.videos .video-item {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #eee;
}
.video-item video {
    height: 100%;
}
.videos iframe {
    width: 100%;
    border-radius: 10px;
}
@media (max-width: 575px) {
   .videos {
    grid-template-columns: repeat(1, 1fr);
   } 
}

.contacts-page {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 40px;
}
.contacts-page .contacts-page__inner:nth-child(1),
.contacts-page .contacts-page__inner:nth-child(6),
.contacts-page .contacts-page__inner:nth-child(7) {
    grid-column-start: span 4;
}
.contacts-page .contacts-page__inner:nth-child(6) {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contacts-page .contacts-page__inner {
    font-size: 24px;
    margin-bottom: 0;
}
.contacts-page .contacts-info {
    margin-bottom: 0;
    margin-top: 5px;
}
.contacts-page .contacts-page__inner i {
    font-size: 26px;
}
@media (max-width: 1399px) {
    .contacts-page .contacts-page__inner {
        font-size: 17px;
    }
    .contacts-page .contacts-page__inner i {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .contacts-page {
        display: flex;
        flex-direction: column;
        grid-gap: 15px;
    }
}

.dog-letter {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.dog-letter__img {
    border-radius: 10px;
    overflow: hidden;
    height: 395px;
}
.dog-letter__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.dog-letter .dog-info {
    margin-bottom: 0;
}
.dog-letter .dog-list {
    font-size: 24px;
    margin-bottom: 5px;
}
@media (max-width: 1199px) {
    .dog-letter {
        gap: 20px;
    } 
    .dog-letter__img {
        height: 320px;
    }
    .dog-letter .dog-list {
        font-size: 19px;
    }
}
@media (max-width: 767px) {
    .dog-letter {
        gap: 10px;
    }
    .dog-letter__img {
        height: 180px;
    }
    .dog-letter .dog-list {
        font-size: 15px;
        margin-bottom: 10px;
        flex-direction: column;
        gap: 0;
    }
}