body {
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0;
    background-size: 100% auto;
    background-color: #dfdfdf;
}

.cormorant-logo {
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
  }

.montserrat-text {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }
.eb-garamond-logo {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin: 0;
  }


.navicon {
    justify-content: flex-end;
}

.header {
    
    margin-bottom: 10px;
}

.container {
    flex-direction: column;
    position: relative;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
	align-items: center;
	justify-content: center;
    margin-top: auto;
    color: #ffffff;
    background-color: #c0a3db;
}

.logo {
    display: block;
    text-align: center;
    width: 80%;
    height: 110%;
    border: none;
    overflow: hidden;
    font-size: 42px;
    align-items: center;
}
.logo-title {
    display: block;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 0px;
    margin-bottom: -15px;
    margin-left: auto;
    margin-right: auto;
}
.logo-title span {
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}
.logo-link { text-decoration: none; }
.logo-text {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.header_contacts {
    position: absolute;
    right: 3%;
    text-align: right;
}
.header_contacts .share {
    margin-bottom: 0px;
}
.share_items {
    display: flex;
    justify-content: center;
}
.share {
    height: 35px;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.header_contacts .share_items {
    justify-content: flex-end;
}
.share_wa .share_icon {
    background-image: url(img/wa.png);
}
.share_vk .share_icon {
    background-image: url(img/vk.png);
}
.share_inst .share_icon {
    background-image: url(img/inst.png);
}
.share_icon {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
    text-indent: -999999px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .logo {
        border-bottom: 1px solid #ffffff;
    }
    .header_contacts {
      position: static;
      text-align: center;
    }
    .header_contacts .share_items {
      justify-content: center;
    }
    .carousel-inner {
        max-width: 90%;
    }
}


.main-container {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}
.main-container-trands {
    display: block;
    background-color: #c5b5cf;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    
}
.main-container-trands-carousel {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}
/* КАРУСЕЛЬ Заглавная */
.carousel-inner {
    position: relative;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    margin: 15px auto;
}
.carousel-item img {
    max-width: max-content;
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
}
.carousel-indicators {
    margin-bottom: -1.5rem;
}
.carousel-indicators  [data-bs-target="#carouselExampleIndicators"] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.main-container-trands-text {
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    display: block;
    text-align: center;
    padding-top: 10px;
    font-weight: 800;
}
.main-container-trands-text p {
    font-weight: 800;
    margin: 0;
}
.main-container-trands-batton {
    padding-bottom: 20px;
    text-align: center;
    margin: 10px auto;
}
.main-container-trands-batton-set {
    text-decoration: none;
    margin: 5px auto;
    padding: 10px 18px;
    font-size: 12px;
    background-color: #e1d9e4;
    color: #000000;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

/* Наши Вкусы*/

.main-container-tastes {
    display: block;
    text-align: center;
}
.tastes-title-text {
    color: #ffffff;
    font-weight: 800;
    font-style: inherit;
    font-size: 30px;
}
.tastes-title p {
    margin-top: 1rem;
    margin-bottom: 0rem;
}
.tastes-title {
    display: block;
}

.owl-tastes-pic img {
    display: block;
    text-align: center;
    max-width: auto;
    max-height: 200px;
}

.tastes-button {
    margin-top: 1rem;
}
.tastes-batton-set {
    margin: 5px auto;
    padding: 10px 18px;
    font-size: 12px;
    background-color: #eef0ef;
    color: #000000;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
}

/* раздел обо мне */

.main-container-bio {
    background-color: #cbbed2;
    display: block;
    text-align: center;
    padding-bottom: 10px;
}
.bio-photo {
    margin-top: 20px;
}
.bio-photo img{
    display: block;
    max-width:100%;height:auto;
}
.bio-info {
    display: block;
    text-align: center;
    max-width: 80%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}
.bio-info-head p{
    font-size: 13px;
    margin-bottom: 0px;

}
.bio-info-text {
    margin-top: 5px;
}
.bio-info-text-set {
    display: block;
    font-style: inherit;
    font-weight: 600;
}

.bio-info-batton-set {
    color: #ffffff;
    font-size: 13px;
}

.bio-table {
    max-width: 90%;
    background-color: #e9e6ed;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 10px 20px;
}
.bio-table-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
    
}
.bio-table-img {
    max-width: 30px;
}
.bio-table-img img {
    max-width:100%;height:auto;
}
.bio-table-text {
    text-align: left;
    padding-left: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #000;
}
.bio-bottom {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}
.bio-bottom-set {
    color: #ffffff;
    font-style: inherit;
    font-weight: 600;
}
.bio-contacts {
    display: flex;
    justify-content: center;
    padding-top: 5px;
}
.share_icon_bio {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
    text-indent: -999999px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}
.share_wa .share_icon_bio {
    background-image: url(img/tel.png);
}
.share_tel .share_icon_bio {
    background-image: url(img/wa.png);
}

/* раздел design */

.main-container-design {
    background-color: #cbbed2;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.container-design {
    max-width: 40%;
    margin-left: 10px;
    margin-right: 10px;
}
.container-design img {
    max-width: 100%;
    max-height: auto;
}

.container-design p {
    color: #ffffff;
    font-style: inherit;
    text-align: center;
    font-weight: 400;
    margin: 4px;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px){
    .container-design {
        max-width: 50%;
        margin: 0;
    }
}

/* подвал */
.footer {
    background-color: #363636;
    text-align: center;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;

}
.footer p {
    text-align: center;
    color: #ffffff;
    font-size: x-small;
    margin: 0;
    font-weight: 100;
}

