@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap');
body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
input:focus,button:focus {outline:none;}

.content_circle{
    width: 100% !important;
}
a{
    color: #000000;
}
a:hover{
    cursor: pointer;
    text-decoration: none;
    color: #ad1818;
}
header{
    padding: 0 32px;
    background: #dfdfdd;
}
header nav ul li a:hover, .header nav ul li a:focus {
   color: #ad1818;
}
header nav ul li a{
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}
.pd_bt_60{
    padding-bottom: 60px;
}
.mr_bt_60{
    margin-bottom:60px;
}
.navbar{
 padding: 0 16px;   
}
.logo{
    width: 110px;
}
.logo_head{
    font-weight: 700;
    flex-direction: row;
    align-items: center;
    color: #ad1818;
    font-size: 28px;
}
.logo_text{
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #ad1818;
}
.big_text_logo{
    font-size: 50px;
    margin-right: 30px;
}
.small_text_logo{
    font-weight: 500;
    font-size: 18px;
    font-style: italic;
}
.navbar-nav{
    width: 80%;
    justify-content: space-between;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px;
}
a.navbar-brand {
    margin-right: 60px;
}
.header_phone{
   display: flex;
    flex-direction: column;
}
.mobile_call{
    display: none;
}
.header_phone a{
    font-size: 28px;
    line-height: 40px;
    color: #ad1818;
}
.header_phone a:hover{
    text-decoration: none;
}
.btn_red{
    padding: 15px 30px;
    color: #ffffff;
    background: #ad1818;
    border-radius: 24px;
    display: inline-block;
}
.btn_red:hover{
    color: #ffffff;
    background: #c13030;
}
.btn_black{
    padding: 15px 30px;
    color: #000000;
    background: transparent;
    border-radius: 24px;
    display: inline-block;
    border: 1px solid #000000;
}
.btn_black:hover{
    color: #ad1818;
    border: 1px solid #ad1818;
}
section{
    padding: 100px 0;
    position: relative;
    display: grid;
}
.pd_0{
    padding: 0 !important;
}
.btn_all{
    text-align: center;
    margin-top: 60px;
}
/*.page{*/
/*    min-height: calc(100vh - 150px);*/
/*}*/
.page_404{
    height: 100%;
    min-height: calc(100vh - 150px);
    display: flex;
    align-items: center;
}
.img_404{
    text-align: right;
}
.slider{
    position: relative;   
}
.carousel {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}
.carousel-item{
    height: 85vh;
    background-repeat: no-repeat;
    background-position: top;
    background-size:100%;
}
.container_slider{
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 48px;
}
.title_slider{
    font-weight: bold;
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 30px;
    width: 55%;
}
.description_slider{
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 60px;
    width: 55%;
}
.title_block{
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 60px;
    text-align: center;
}
.text_left{
    text-align: left !important;
}
.description_about{
    margin-bottom: 30px;
}
.img_about img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 21px #cdcdcd;
}
.big-img_about img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}
.big-img_about {
width: 100%;
height: 450px;
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
margin-bottom: 60px;
}
.advantages{
    text-align: center;
    background-color: #dfdfdd;
    position: relative;
}
.advantages::before{
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-image: url(/assets/images/fon.png);
background-size: 100%;
background-position-x: center;
opacity: 0.1;
}
.advantages .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.advantages .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.item_advantage {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 21px #cdcdcd;
    padding: 20px;
    height: 100%;
}
.title_advantages{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    min-height: 47px;
}
.svg_advantages {
    background: #ffffff;
    border-radius: 50%;
    width: 100px;
    display: flex;
    height: 100px;
    justify-content: center;
    margin: 0px auto;
    margin-bottom: 30px;
}
.svg_advantages svg{
    width: 95px;
    height: auto;
}
.svg_advantages svg path, .svg_advantages svg circle{
   fill: #ad1818 !important;
}
.about_breed{
    background: #dfdfdd;
    position: relative;
}
.about_breed::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/assets/images/fonDog.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
}
.about_breed .title_block{
    text-align: center;
}
.about_breed>.container{
    z-index: 2;
    position: relative;
}
.container_about_breed{
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 21px #cdcdcd;
    padding: 60px 30px;
}
.description_about_breed{
    margin-bottom: 60px;
    text-align: center;
}
.nav-tabs {
    border-bottom: 0;
    justify-content: center;
    margin-top: 60px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-bottom:0;
    font-size: 20px;
    border-radius: 24px;
    line-height: 24px;
    color: #ffffff;
    background: #ad1818;
    font-weight: normal;
}
.nav-tabs .nav-link {
    padding: 15px 30px;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    min-width: 124px;
    text-align: center;
    border: 1px solid;
    border-radius: 24px;
    margin-right: 30px;
 }

.container_tab_description{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.img_tab_description img{
    width: auto;
    height: 100%;
    max-height: 400px;
    display: block;
    margin: auto;
}
.title_tab_description{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ad1818;
}
.dogs .title_block, .puppies .title_block, .dogs_page .title_block{
    text-align: center;
}
.dogs_page{
    padding: 100px 0 30px;
}
.item_dog{
    box-shadow: 0 0 21px #cdcdcd;
    padding-bottom: 30px;
    border-radius: 10px;
}
.img_dog{
     width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 30px;
    border-radius: 10px 10px 0 0;
}
.info_dog{
    padding: 0 20px;
    text-align: center;
}
.title_dog{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    min-height: 72px;
}

.item_news{
    box-shadow: 0 0 21px #cdcdcd;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 60px;
}
.img_news{
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 10px 10px 0 0;
}
.info_news{
    padding: 0 20px;
}
.title_news{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
        display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: auto;
    -webkit-line-clamp: 2;
    height:48px;
}
.preview_news{
    margin-bottom: 30px;
    height: 140px;
    overflow: hidden;
}
.date_btn_news{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.date_news{
    font-weight: 600;
}
.gallery .btn_all{
    margin-top: 120px;
}

.image_gallery{
    background: #FFFFFF;
    border: 1px solid #dbdbdb;
    margin: 0 10px;
    margin-bottom: 68px;
    border-radius: 10px;
    box-shadow: 0 0 21px #cdcdcd;
}
.image_gallery img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ad1818;
}
.slick-dots li button:before {
    font-size: 60px;
    color: #c13030;
    opacity: 1;
}
.slick-prev:before, .slick-next:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 36px;
    top: -40px;
    left: 0px;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
}
.slick-prev:before {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 1.5L1.5 6.5L6.5 11.5' stroke='%23ad1818' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
    left: -30px;
}
.slick-next:before {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L6.5 6.5L1.5 11.5' stroke='%23ad1818' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
    right: -30px;
}
.reviews{
    background-color: #dfdfdd;
    position: relative;
}
.reviews .container{
    z-index: 2;
    position: relative;
}
.reviews_page .item_reviews{
    margin-bottom: 30px;
}
.reviews .title_block{
    text-align: center;
}
.img_reviews{
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 30px;
    border-radius: 10px 10px 0 0;
    background-color: #dfdfdd;
}
.more_description_reviews{
    color: #ad1818;
    margin-bottom: 30px;
}
.reviews::before{
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-image: url(/assets/images/fon.png);
background-size: 100%;
background-position-x: center;
opacity: 0.1;
}
.reviews .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.reviews .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.item_reviews>.row{
    align-items: center;
}
.item_reviews {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 21px #cdcdcd;
    height: 100%;
}
.img_reviews img{
width: 100%;
height: auto;
display: block;
margin-bottom: 30px;
border-radius: 10px 0;
}
.info_reviews{
   padding: 30px 20px;
}
.author_reviews{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.description_reviews{
    margin-bottom: 30px;
    height: 210px;
    overflow-y: scroll;
    padding-right: 15px;
}
.img_author_reviews{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.name_author_reviews{
    font-weight: 600;
    font-size: 18px;
}
.contacts{
    background: #dfdfdd;
    height: 650px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.info_contact{
    left: 14%;
    width: 35%;
    padding: 60px;
    background: #ffffff;
    position: absolute;
    z-index: 99999;
    border-radius: 10px;
    box-shadow: 0 0 21px #cdcdcd;
}
.item_contact {
    margin-bottom: 20px;
}
.item_contact i{
    color: #ad1818;
    font-size: 20px;
    width: 20px;
}
.item_contact a {
    font-size: 24px;
    line-height: 36px;
    margin-left: 10px;
    color: #000000;
}
.item_contact a:hover {
    color: #ad1818;
}
.yandex_map{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
}
footer{
    padding: 10px 32px;
    background-color: #dfdfdd;
}
footer .row{
    flex-direction: row;
    align-items: center;
}
.logo_footer{
    font-size: 28px;
    color: #ad1818;
    font-weight: 600;
}
.seti_footer, .seti_header{
    display: flex;
    font-size: 20px;
    justify-content: right;
}
.seti_header svg path{
   fill:#ad1818;
}
.phone_footer{
    font-size: 24px;
}
.seti_footer>div, .seti_header>div {
    margin-right: 30px;
}
.seti_footer>div:last-child, .seti_header>div:last-child{
    margin-right: 0px;
}

.title_404{
    font-weight: 600;
    font-size: 180px;
    line-height: 100%;
    letter-spacing: 0.08em;
    color: #ad1818;
    margin-bottom: 30px
}
.text_404{
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 40px;
}
.plug{
    height: 100vh;
    display: flex;
    align-items: center;
}
.plug>.row{
    display: flex;
    align-items: center;
}
.icon_plug{
    font-size: 50px;
    line-height: 58px;
    color: #ad1818;
}
.title_plug{
    font-weight: 600;
    font-size: 50px;
    line-height: 58px;
    color: #ad1818;
    margin-bottom: 30px
}
.text_plug{
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 40px;
}
.img_plug{
    text-align: right;
}
.item_photo{
    box-shadow: 0 0 21px #cdcdcd;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 60px;
    text-align: center;
}
.img_photo{
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 10px 10px 0 0;
}
.info_photo{
    padding: 0 20px;
}
.title_photo{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    min-height: 50px;
}
.preview_photo{
    margin-bottom: 30px;
    margin-bottom: 30px;
    height: 90px;
    overflow-x: auto;
}
.photo-page_img{
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 21px #cdcdcd;
}
.page .title_block{
    text-align: center;
}
.photo-page_preview{
    text-align: center;
    font-size: 18px;
    margin-bottom: 60px;
}
.img_card_dog{
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 0 21px #cdcdcd;
}
.title_specifications{
    font-weight: 600;
    margin-bottom: 60px;
    font-size: 20px;
}
.item_specifications{
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.title_item_specifications{
    margin-right: 30px;
    font-weight: 600;
    width: 150px;
}
.description_card_dog{
    margin-top: 60px;
}
.img_news_detail{
text-align:center;
}
.img_news_detail img{
    max-width:100%;
}
.date_news_detail{
    margin: 30px 0;
    font-weight: 600;
    display:flex;
    align-items:center;
}
.date_news_detail svg{
   margin-right:10px;
}
.contacts.page{
    height: 85vh;
}
.contacts.page .title_block{
    text-align: left;
}
.back_to_top {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    background: #ad1818;
    color: #ffffff !important;
    cursor: pointer;
    border-radius: 10px;
    display: none;
    justify-content: center;
    align-items: center;
}
.back_to_top:before{
    content: '';
    position: absolute;
    width: 22px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L6 1L11 6' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.back_to_top:hover {
    background: #c13030;
}
.pagination{
    justify-content: center;
}
.back_to_top-show {
    display: flex;
    justify-content: center;
}
.v-pagination{
    list-style: none;
    display: flex;
}
.v-pagination>li{
    margin-right: 10px;
}
.pagination .v-pagination__item{
    border-radius: 4px;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #000000;
}
.pagination .v-pagination__item.v-pagination__item--active.primary {
    background-color: #ad1818 !important;
    border-color: #ad1818 !important;
    color: #ffffff;
}
.v-pagination__navigation{
display: none;
}
.facebook_svg{
    margin-left: -2px;
    margin-top: -10px;
}
@media (max-width: 1200px){
    .logo_head {
        font-size: 20px;
    }
    .header_phone a{
        font-size: 20px;
    }
    header nav ul li a {
        font-size: 18px;
    }
    .navbar-nav {
        width: 75%;
    }
    .phone_footer {
        font-size: 20px;
    }
    .logo_footer {
        font-size: 20px;
    }
    .info_contact {
        width: 40%;
    }
}
@media (max-width: 1100px){
    .logo_head {
        font-size: 18px;
    }
    .header_phone a{
        font-size: 18px;
    }
    header nav ul li a {
        font-size: 16px;
    }
    .phone_footer {
        font-size: 18px;
    }
    .logo_footer {
        font-size: 18px;
    }
    .info_contact {
        width: 45%;
    }

}
@media (max-width: 1000px){
    .title_slider {
        font-size: 38px;
        line-height: 50px;
    }
    .navbar-toggler{
        width: 56px;
        height: 40px;
        border: 1px solid #000000;
    }
    .icon-bar{
        width: 100%;
        height: 1px;
        background: #000000;
        display: block;
        margin: 6px 0;
    }
    .img_tab_description img {
        width: 100%;
        height: auto;
    }
    .img_tab_description{
        display: flex;
        align-items: center;
        height: 100%;
    }
    .img_dog {
        height: 200px;
    }
    .item_advantage{
        margin-bottom: 30px;
    }
    .item_reviews{
        margin-bottom: 30px;
        height: auto;
    }
    .nav-link{
        text-align: left;
        color:#ad1818;
    }
}
@media (max-width: 900px){
    .item_advantage{
        margin-bottom: 30px;
    }
    .item_dog{
        margin-bottom: 30px;
    }
    .text_tab_description{
        margin-bottom: 30px;
    }
    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        margin-bottom: 30px;
    }
    .info_reviews {
        padding: 30px 20px;
    }
    .item_reviews{
        margin-bottom: 30px;
    }
    .info_contact{
        width: 100%;
        position: relative;
        left: 0;
        padding: 30px;
    }
    .yandex_map{
        position: relative;
        height: 350px;
    }
    .contacts{
        height: auto;
        display: block;
    }
    .seti_footer {
        justify-content: center;
    }
    footer{
        text-align: center;
    }
    footer .row>div{
       margin-bottom: 15px;
    }
    .back_to_top{
        right: 60px;
    }
    .img_about{
        margin-bottom: 30px;
    }
    .title_block{
        text-align: center;
        margin-bottom: 30px;
    }
    section {
        padding: 50px 0;
    }
    .logo_text{
        display: none;
    }
    .navbar {
        padding: 15px 0;
    }
    .navbar-light .navbar-brand {
        color: #ad1818;
        font-weight: 600;
    }
    .n_mobile{
        display: none;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #ad1818;
        text-align: left;
    }
    .carousel-item {
        height: 450px;
        background-image: none !important;
    }
    .container_slider{
        text-align: center;
        padding:15px;
        padding-left: 15px;
    }
    .big-img_about {
        height: 250px;
        margin-bottom: 30px;
        background-size: cover;
    }
    .img_card_dog{
        height: 350px;
        margin-bottom: 30px;
    }
    .img_reviews{
        height:450px;
    }
    .btn_about{
        text-align: center;
    }
    .title_slider, .description_slider{
        width: 100%;
    }
    .title_slider{
        font-size: 30px;
        line-height: 36px;
    }
    .img_tab_description img{
        margin-bottom: 30px;
    }
    .title_tab_description{
        text-align: center;
    }
    .contacts.page{
        height: auto;
    }
    .slick-dots li button:before {
    font-size: 24px;
    color: #c13030;
    opacity: 1;
    }
}
.description_reviews::-webkit-scrollbar {
    width: 5px;
    background-color: #f9f9fd;
}

.description_reviews::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ad1818;
}

.description_reviews ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}

.preview_photo::-webkit-scrollbar {
    width: 5px;
    background-color: #f9f9fd;
}

.preview_photo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ad1818;
}

.preview_photo ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}
section.photo.page.detail_photo {
    min-height: 90vh;
}