:root {
    --brand-blue: #0089ce;
    --hover-blue: #67b3fd;
    --hover-red: #e31f25;
    --light-blue: #e0f0ff;
    --dark-blue: #0a3c5e;
}
:root {
    --second-family: "Lato", sans-serif;
    --font6: "IgraSans", sans-serif;
}
@font-face {
    font-family: "IgraSans";
    src: url("/fonts/IgraSans.otf") format("opentype");
    font-weight: 400;  /* обычный вес */
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/fonts/Lato-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/fonts/Lato-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/fonts/Lato-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    cursor: default;
    background: #fff;
    font-family: "Lato", sans-serif;
    font-feature-settings: "liga" 0, "calt" 0;
    font-weight: 300;
    font-size: 20px;

    color: #000;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.align-between {
    justify-content: space-between;
}
.align-right {
    justify-content: right;
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.55);
    display: none;
}
.news-img {
    display: block;
    width: 100%;
    height: 367px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;

}
.content_inject {
    width: 543px;
    height: 414px;
    background: #fff;
    border-radius: 16px;
    margin: auto;
    z-index: 101;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    display: none;
}
.content_inject_default {
    padding: 40px;
}
.content_inject_close {
    position: absolute;
    right: 31px;
    top: 31px;
}
.align-center {
    justify-content: center;
}
.vertical-center {
    align-items: center;
}
.cookies {
    background: #fff;
    border-radius: 5px;
    position: fixed;
    z-index: 950;
    bottom: var(--s32);
    left: 0;
    right: 0;
    box-shadow: 0 0 10px #999;
}
.cookies-close {
    background: url(/images/close.png);
    width: 14px;
    height: 14px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
.cookies-grid {
    padding: 15px 90px;
    display: grid;
    gap: var(--s32);
    grid-template-columns: 1fr 140px;
    align-items: center;
}
.cookies-agree {

    border-radius: 5px;
    padding: 10px 18px;
    background: #000;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
.logo {
    background: url("/images/logo.png");
    width: 62px;
    height: 62px;
    display: block;
}
.header-line {
    padding: 24px 0;
}
.menu-item {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: all ease 0.6s;
}
.menu-item:hover {
    color: #91a5ff;
}
.vk {
    background: url("/images/vk.svg");
    width: 40px;
    height: 40px;
    display: block;
}
.max {
    background: url("/images/max.svg");
    width: 40px;
    height: 40px;
    display: block;
}
.menu {
    gap: 32px;
}
.social {
    gap: 13px;
}
.full-width {
    width: 100% !important;
}
.hero {
    position: relative;
    width: calc(100% - 5px);
    text-align: center;
    aspect-ratio: 899 / 618;

    outline: 5px solid #fff; /* внутренняя обводка */

}

.hero video {


    width: 100%;
    height: auto;
    transform: scale(1.03);
    object-fit: cover;
    z-index: -1;
}
.slogan {

    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #000;
}
.slogan span {
    font-weight: 700;
    font-size: 32px;
}
h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #000;
    margin: 0 0 var(--s32) 0;
}
.cookies {
    display: none;
}
.curve {
    background: url("/images/curve.png");
    width: 77px;
    height: 69px;
    margin-top: 80px;
}
.gradient {
    background: url("/images/gradient.png") left top no-repeat;
    min-height: 1268px;
}
.yua {
    display: block;
    width: 100%;
    margin-top: -30px;
}
.sert {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    padding: 16px;
    background: #ececec;
    border-radius: 20px;
    align-items: center;
    gap: 21px;
    max-width: 60%;
    margin-top: var(--s32);
}
.sert:before {
    content: "";
    display: block;
    background: url("/images/fci.png");
    width: 82px;
    height: 82px;
    flex-shrink: 0;
}
.violet {
    background: #91a5fe;

    color: #fff;
    font-size: 20px;
}
.violet a {
    color: #fff;
    text-decoration: none;
}
.bottom {
    background: url("/images/bottom.png") left top no-repeat;
    min-height: 470px;
}
.str-bottom-1 {
    font-family: var(--font6);
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: #000;
    margin-bottom: 24px;
}
.str-bottom-2 {
    font-family: var(--font6);
    font-weight: 400;
    font-size: 64px;
    color: #000;
}
.str-bottom-2 span {
    color: #91a5fe;
}
.subscribe {
    border-radius: 20px;
    padding: 16px 20px;
    background: #f1f1f1;
    margin-top: 24px;
    margin-bottom: var(--s64);
}
.subscribe-name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;

}
.subscribe-form {
    gap: 15px;
}
.m-input {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    padding: 16px;
    background: #fff;
    border: none;
    outline: none;
    display: block;
    width: calc(100% - 175px);
}
.m-submit {
    border-radius: 16px;
    padding: 16px 50px;
    background: #91a5fe;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all ease 0.8s;
}
.m-submit:hover {
    background: #B5C3FF;
}
.curve-2 {
    position: relative;
}
.curve-2:before {
    content: "";
    display: block;
    background: url("/images/vector.png");
    width: 127px;
    height: 56px;
    position: absolute;
    right: 50px;
    top: -80px;
}
.footer-link {
    font-weight: 400;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    transition: all ease 0.6s;
}
.footer-link:hover {
    color: #f9ff00;
}
.footer-logo {
    font-size: 24px;
    display: block;
    margin-bottom: 30px;
    font-weight: 400;
}
.m-input-1 {
    border-radius: 8px;
    padding: 8px 16px;
    border: none;
    outline: none;
    display: block;
    margin-bottom: 8px;
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
}
.subscribe-form-name-1 {
    margin-bottom: 8px;
}
.m-submit-1 {
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 8px;
    padding: 8px 16px;
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}
.footer-curve {
    background: url("/images/vector1.png") calc(50% + 450px) bottom no-repeat;
    padding: 44px 0 28px;
}
.sert-1 {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 16px;
    font-weight: 600;
}
.sert-1:before {
    content: "";
    display: block;
    background: url("/images/fci.png");
    width: 61px;
    height: 61px;
    flex-shrink: 0;
    background-size: cover;
}
.medium-str-1 {
    font-weight: 400;
    font-size: 42px;
    color: #000;
}
.medium-str-2 {
    font-weight: 400;
    font-size: 42px;
    color: #91a5fe;
}
.info {
    font-family: var(--font6);
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: #000;
}
.info:before {
    display: block;
    content: "";
    background: url(/images/info.svg);
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}

.info span {
    color: #91a5fe;
}
.yellow {
    background: url("/images/ellipse.png") 16px 24px no-repeat #f8ea65;
    border-radius: 20px;
    padding: 39px 35px 37px;
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #000;
    position: relative;
}
.yellow:before {
    display: block;
    content: "";
    background: url("/images/dog.png");
    width: 330px;
    height: 402px;
    position: absolute;
    left: -32px;
    top: -42px;
}
.yellow-block {
    width: 330px;
    margin: 0 0 0 auto;
}
.yellow-img {
    background: url("/images/yellow.png");
    width: 93px;
    height: 91px;
    margin: 66px auto 19px auto;
}
h2 {
    font-family: var(--font6);
    font-weight: 400;
    font-size: 48px;
    color: #000;
}
.news-link-big {
    text-decoration: none;
    color: #fff;
}
.news-item-big {
    background: #91a5fe;
    border: 2px solid #91a5fe;
    border-radius: 20px;
    padding: 32px;
}
.news-item-big-img {
    width: 220px;
    height: 220px;
}
.news-item-big-img img {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;

}
.news-item-big-right {
    width: calc(100% - 252px);
}
.news-link {
    text-decoration: none;
}
.news-item-big-date {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.4);
}
.news-item-big-name {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
}
.news-item-big-text {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 22px;
}
.news-item-big-more {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
}
.news-item-img {
    width: 103px;
    height: 103px;
}
.news-item-img img {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;

}
.news-item {
    background: #f0f3ff;
    border: 2px solid #f0f3ff;
    border-radius: 20px;
    padding: 32px;
    transition: all ease 0.6s;
    opacity: 0.5;
    height: calc(100% - 64px);
}
.news-item:hover {
    border: 2px solid #91a5fe;
    opacity: 1;
}
.news-item-date {
    font-size: 13px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
    margin: 20px 0 6px;
}
.news-item-name {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #000;
    margin-bottom: 16px;
}
.news-item-more {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #5868b1;
}
.type-item {
    transition: all ease 0.6s;
    border: 2px solid transparent;
    border-radius: 20px;
    background: transparent;
    padding: 16px 24px 0;
    cursor: pointer;
    height: 100%;
}
.type-item:hover {

    border: 2px solid #91a5fe;

    background: #f1f1f1;

}
.type-item-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;

    margin-bottom: 8px;
}
.type-item-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;


}
.type-item-active {
    background: #91a5fe;
    border: 2px solid #91a5fe;
    color: #fff;
}
blockquote {
    background: url('/images/paw.svg') 24px 24px no-repeat #f8ea65;
    border-radius: 24px;
    padding: 24px 72px 24px 88px;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #000;
    margin: 26px 0;
}
ol, ul {
    padding: 0 0 0 30px;
}

li {
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #000;
}
table {
    width: 100%;
    border-collapse: collapse;
}
td, th {
    border: solid 1px #ccc;
    padding: 5px 10px;
    transition: all ease 0.6s;
    text-align: left;
    font-size: 14px;
}
th {
    background: #91a5fe;
    color: #fff;

}
tr:hover td {
    background: #eee;
}
.light-bgr {
    background: #f0f3ff !important;
    border-color: #f0f3ff !important;
}
.light-bgr .news-item-big-name {
    color: #000;
}
.light-bgr .news-item-big-text {
    color: #000;
}
.light-bgr .news-item-big-more {
    color: #5868b1;
}

.main-swiper {
    width: 100%;
    height: 400px;
    margin: auto;
}

.thumb-swiper {
    width: 600px;
    height: 100px;
    margin: 10px auto;
}

.thumb-swiper .swiper-slide {
    width: calc(100% / 3); /* 3 превью */
    opacity: 0.4;
    cursor: pointer;
}

.thumb-swiper .swiper-slide-thumb-active {
    opacity: 1; /* активное превью */
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.list-puppy-name {
    font-weight: 400;
    font-size: 32px;
    color: #000;
}
.puppy-item-img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.puppy-item {
    text-decoration: none;
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}
.puppy-item-more {
    border-radius: 16px;
    padding: 16px 32px;
    display: inline-block;
    background: #91a5fe;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-top: 24px;
    text-decoration: none;
}
.puppy-item-short {
    min-height: 145px;
}
.map iframe {
    border-radius: 20px;
}
.we {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #000;
    margin: 34px 0 5px 0;
}
.tg {
    background: url(/images/tg.svg);
    width: 40px;
    height: 40px;
    display: block;
}
.whatsapp {
    background: url(/images/whatsap.svg);
    width: 40px;
    height: 40px;
    display: block;
}
.address {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #000;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 13px;
}
.address:before {
    content: "";
    display: block;
    width: 18px;
    height: 21px;
    background: url("/images/dot.svg");
}
.phones {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #000;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 13px;
}
.phones:before {
    content: "";
    display: block;
    width: 18px;
    height: 17px;
    background: url("/images/phone.svg");
}
.phones a {
    color: #000;
    text-decoration: none;
}
.swiper-item-flex {
    display: flex;
    gap: 16px;
}
.swiper-item-flex .medium {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px; /* если нужно */
}
.swiper-item-flex {
    display: flex;
}
.swiper-item-flex .mini-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.swiper-item-flex .mini {
    height: calc(362px / 2); /* 190px */
    width: 100%;
    object-fit: cover;
    border-radius: 20px; /* если нужно */
}
.big {
    width: 100%;
    height: 380px !important;
    object-fit: cover;
    border-radius: 20px;
}
.swiper-item-flex a {
    width: 100% !important;
}
.h1-puppy {
    font-family: var(--font6);
    font-weight: 400;
    font-size: 56px;
    color: #000;
}
a {
    text-decoration: none;
    color: #273a8c;
}
.img-puppy {
    border-radius: 20px;
    width: 100%;
    max-width: 429px;
    display: block;
    margin: 56px auto 0 auto;
}
.puppy-text ul li {
    font-weight: 400;
    font-size: 20px;
}
.wrapper-gallery {
    display: none;
}
.wrapper-gallery-active {
    display: block;
}
.no-desc {
    display: none;

}