*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #fff;
    color: #2d3436;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

section {
    padding-bottom: 140px;
}

.title {
    font-size: 50px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 100px;
    color: #606d7d;
    text-align: center;
    overflow: hidden;
}

.title__gallery {
    padding-top: 80px;
}

.header {
    border-top: 3px solid #cacece;
}

.logo__img {
    max-width: 100%;
    display: block;
    margin-bottom: 24px;
}

.menu__btn {
    display: none;
    width: 50px;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
}

.menu__list-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #2d3436;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 24px 10px 5px;
    margin: 0 10px;
}

.menu__list-link:hover {
    color: #000;
    border-bottom: 2px solid #cacece;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
    border-bottom: 1px solid #cacece;
}

/* ............... hero section .............. */

.hero__img {
    /* border-radius: 4px; */
    box-shadow: 0 9px 31px 0 rgba(0, 0, 0, 0.52);
    -webkit-box-shadow: 0 9px 31px 0 rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.52);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 90px;
}

.hero__text p {
    margin-bottom: 12px;
}

.hero-subtitle {
    display: flex;
    justify-content: flex-end;
}

.hero__link {
    color: black;
    font-weight: 400;
}

.hero__link:hover {
    border-bottom: 1px solid black;
}

/* ..................дети общие фото */

.babies__inner {
    display: flex;
    justify-content: space-evenly;
}

.babies__text {
    padding: 0 20px;
    margin: 50px 0;
    max-width: 100%;
}

.babies__text p {
    padding: 10px 0;
}

.babies__content {
    width: 100%;
}

.babies__gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.babies__gallery a {
    width: 50%;
    padding: 20px;
}

.babies__img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 9px 31px 0 rgba(0, 0, 0, 0.52);
}

/* .....фото детей по одному............. */

.babies__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.babies__item {
    width: calc(50% - 10px);
    /* height: 500px; */
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.52);
}

.babies__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.babies__items-sam {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 70px;
    column-gap: 15px;
}

/* .....фото детей по одному адели и сема............. */
.babies__item-sam {
    width: calc(50% - 10px);
    overflow: hidden;
    box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.52);
}

/* .....фото детей по одному мишель и балу2 19 год............. */
.babies__single-baloo2 {
    margin-bottom: 70px;
}

/* .....документы адель............ */

.adellaida__title {
    margin-bottom: 40px;
}

.adellaida__items {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    gap: 20px;
    border: 1px solid #ccc8c8;
    border-radius: 2px;
}

.adellaida__item {
    width: 20%;
}

.adellaida__items--diplomes {
    margin-bottom: 80px;
}

.adellaida__img:hover {
    transition: box-shadow 0.5s;
    cursor: pointer;
    box-shadow: 0 0 10px 2px #98989b80;
}

.adel-sam__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.adel-sam__img {
    width: 50%;
    margin-right: 30px;
}

/* .................слайдер семья  */
.family__slider {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    cursor: pointer;
}

.family__slider .slick-slide {
    margin: 0 20px;
    padding-bottom: 70px;
}

.family__slider .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.family__slider .slick-dots li {
    margin: 0 8px;
}

.family__slider .slick-dots li.slick-active button {
    background-color: #fff;
    border: 2px solid #606d7d;
}

.slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    border: none;
    background-color: #606d7d;
}

/*.................главная - мишель и гендальф*/
/*.................главная - адель  и патрон*/

.parents {
    padding-bottom: 160px;
}

.parents__photo-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.divider {
    position: relative;
    height: 1px;
}

.divider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgb(48, 49, 51)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgb(48, 49, 51), transparent);
}

.parents__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.parents__content-box {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
}

.photo__mum,
.photo__father {
    text-align: center;
    position: relative;
    margin: 10px;
    /* border: 5px solid #f7df65; */
    border-radius: 6px;
    background: black;
    -webkit-box-shadow: 0px 48px 86px -71px rgba(0, 0, 0, 1);
    box-shadow: 0px 48px 86px -71px rgba(0, 0, 0, 1);
}

.photo__mum img,
.photo__father img {
    width: 100%;
}

.photo__mum h3,
.photo__father h3 {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #ffffffc7;
    font-size: 22pt;
    padding: 20px;
    width: 100%;
    font-weight: 100;
    color: #000000c7;
}

/*текст под фотками мишели и гендальфа*/
/*текст под фотками адели  и патрона*/

.parents__text-box {
    padding: 0 20px;
    text-align: justify;
    padding-top: 20px;
}

.parents__text-box span {
    font-size: 25px;
    font-weight: 500;
    color: #2d3436;
}

.parents__item-list {
    list-style: none;
    line-height: 30px;
    padding-bottom: 30px;
    padding-top: 0px;
    color: #2d3436;
    padding: 0 14px;
}

.parents__item-list li {
    margin: 10px 0;
}

.parents__item-list li:before {
    content: "";
    display: inline-block;
    background: url(https://upload.wikimedia.org/wikipedia/commons/1/12/Black_Paw.svg) no-repeat;
    background-size: 12px;
    width: 12px;
    margin-right: 10px;
    height: 12px;
}

/* ............Новый блок только для адели и сима...... */
.parents__text {
    padding-top: 50px;
}

/* ............Новый блок мишель и балу ...... */
.michelle-baloo__img {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 70px;
}

.michelle-baloo__link {
    margin-bottom: 70px;
}

/* .......................футер... */

.footer__inner {
    padding: 80px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #cacece;
}

.footer__list {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    list-style: none;
    padding: 10px 10px;
}

.footer__connection {
    margin-right: 20px;
}

.footer__item {
    content: "";
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    padding-left: 30px;
    background-position: center left;
    color: #000;
}

.footer__item:hover {
    opacity: 0.5;
}

.footer__item-loc {
    background-image: url('../images/icon/footer-location.svg');
}

.footer__item-tel {
    background-image: url('../images/icon/footer-tel.svg');
}

.footer__item-email {
    background-image: url('../images/icon/footer-message.svg');
}

.social {
    display: flex;
    list-style: none;
}

.social__item:not(:last-child) {
    margin-right: 16px;
}

.social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    transition: box-shadow 0.7s ease-in-out,
        color 0.7s background-color 0.7s
}

.social__icon {
    width: 40px;
    height: 40px;
    background-color: #fbf9f9;
    border-radius: 50%;
    color: #e50d0d;
}

.social__icon:hover {

    background-color: #0a0a0a;
    box-shadow: 0 0 0 3px #0f0e0eb3;
}

/* *страница галерея */
*/ .top__gallery-angelotti {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    text-align: center;
}

.top__gallery-angelotti img {
    width: 100%;
    height: auto;
    -ms-flex-item-align: center;
    align-self: center;
    background: black;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

.top__gallery-mishelle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    text-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
    width: 100%;
}

.top__gallery-mishelle img {
    width: 90%;
    display: block;
    -ms-flex-item-align: center;
    align-self: center;
    background: black;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

.top__inner-gallery,
.top__inner-gallery-a {
    padding-bottom: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top__gallery {
    padding-bottom: 0px;
}

/*cтраница порода*/
.poroda__title-history,
.patron__title {
    padding-top: 80px;
    margin-bottom: 50px;
}

.poroda__title {
    margin-bottom: 20px;
}

.poroda__text {
    padding: 20px 0;
    text-align: center;
    text-align: justify;
}