

/* Start:/local/templates/main/styles.css?17611297775767*/
p {
    font-size: 14px;
    line-height: 1.8;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

h2 {
    font-size: 26px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}

.annotation {
    padding: 60px 0;
    font-size: 20px;
    line-height: 1.4;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #1E1E1E;
    border-top: 5px solid #323640;
    border-bottom: 5px solid #323640;
    margin-bottom: 60px;
}

.annotation-signature {
    margin-bottom: 100px;
    font-size: 26px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.02em;
    color: #1E1E1E;
}

section.reviews.container {
    display: none;
}

section.collection-block {
    display: none;
}

.hover-link--green {
    color: #0D837C;
}

.quote {
    letter-spacing: 0.02em;
    font-size: 14px;
    line-height: 1.8;
    font-style: italic;
    font-weight: 600;
    color: #1E1E1E;
}

.text-center {
    text-align: center;
}

main>section.collection-block {
    display: none;
}

.banner__slider:not(.tns-slider) .banner__slide:first-child {
    min-width: 100vw;
}

.banner-in-section__wrapper {
    color: #fff;
}

a.banner-in-section__link {
    background-color: #000000a6;
    z-index: 0;
}

a.banner-in-section__btn {
    color: #fff;
    border: 1px solid #fff;
}

/* callback form */
.callback-input {
    border: 1px solid #dddbdd;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.02em;
    font-size: 14px;
    line-height: 1.4;
    background: #fff;
    padding: 11px 15px;
    color: #1E1E1E;
    width: 100%;
    max-width: 100%;
    resize: none;
}

#callback-message {
    font-size: 16px;
    line-height: 1.5;
}

.error-border {
    border: 1px solid red;
}
/* end callback form */

/* breadcrumbs */
.breadcrumb {
    /*position: absolute;*/
    /*background-color: #F8F8F8;*/
    /*height: 60px;*/
    /*padding-left: 10%;*/
    grid-column: 1 / -1;
    padding: 20px 0;
    /*display: none;*/
}

.breadcrumb-link {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
    text-decoration: none;
    color: inherit;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.02em;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    gap: 10px;
}

.breadcrumb-last {
    display: inline;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #808080;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.02em;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: .3s;
    transition: .3s;
}

.breadcrumb-arrow {
    color: #F8F8F8;
    margin: 0 10px 0 10px;
}
/* для наплыва на фон */
/*@media (min-width: 1182px) {*/
/*    .breadcrumb {*/
/*        margin-bottom: -60px;*/
/*    }*/
/*}*/
/*@media (min-width: 767px) {*/
/*    .breadcrumb {*/
/*        margin-bottom: -80px;*/
/*    }*/
/*}*/
/* end breadcrumbs */

@media (max-width: 767px) {
    .breadcrumb {
        display: none;
    }
}
.footer {
    padding-top: 120px;
}
.footer__container {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}
.footer-logo {
    background: #231F20;
    margin-bottom: 30px;
    padding: 5px 0;
}
.footer__logo-container {
    /*width: 120px !important;*/
}
.footer-logo img {
    max-width: calc(56% - 360px);
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column: 1/-1;
}
.footer-age {
    padding: 7px 0;
    border-top: 1px solid #D9D9D9;
    background: #F6F6F6;
    font-size: 14px;
    color: #1E1E1E;
}
.footer-age .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.footer-age i {
    font-style: normal;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    background: #10101012;
}

.form-checkout_footer {
    display: flex;
    flex-direction: row;
    gap: 24px;
    max-width: 70%;
}

.form-footer-privacy-policy {
    text-decoration: underline;
}

@media (max-width: 1279px) {
    .footer-logo img {
        max-width: calc(50% - 190px);
    }
}
@media (max-width: 1023px) {
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}
@media (max-width: 999px) {
    .footer-logo {
        padding: 2px 0;
    }
    .footer-logo img {
        max-width: calc(50% - 145px);
    }
}
@media (max-width: 767px) {
    .footer {
        padding-top: 60px;
    }
    .footer-logo img {
        max-width: 50%;
    }
    .form-checkout_foote {
        flex-direction: column-reverse;
        max-width: 100%;
    }
}

.social__item {
    position: relative;
}
.dropdown_socials {
    display: none;
    position: absolute;
    bottom: 100%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 10px;
    z-index: 10;
    min-width: 270px;
    flex-direction: column;
}
.social__item:hover .dropdown_socials {
    display: flex;
}
.dropdown_socials a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
}
@media (max-width: 1023px) {
    .dropdown_socials {
        left: 50%;
        transform: translateX(-50%);
    }
}
/* End */
/* /local/templates/main/styles.css?17611297775767 */
