

/* Start:/local/php_interface/include/content/style.css?17628618437778*/
/*макет */

article.container {
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

/* TODO: переименовать guarantee */
.guarantee {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 36px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    article.container {
        padding: 0 20px;
    }

    .guarantee {
        padding-top: 62px;
    }
}

@media (min-width: 1024px) {
    article.container {
        padding: 0 30px;
    }

    .guarantee {
        padding-top: 67px;
        flex-direction: row;
    }
}

@media (min-width: 1920px) {
    article.container {
        max-width: 1440px;
        padding: 0;
    }
}

.nav-mobile__head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.nav-mobile__head--arrow {
    transition: 0.3s;
}

.nav-mobile__head.active .nav-mobile__head--arrow {
    transform: rotate(180deg);
}

.nav-mobile__head--title {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.035em;
    color: #000;
    margin: 0 30px 0 0;
    max-width: 80%;
}

.guarantee-info {
    width: 100%;
}

/* TODO: переименовать на title, subtitle, subheading */
h1.guarantee-h1,
h2.guarantee-h2,
h3.guarantee-h3,
.guarantee-text {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    letter-spacing: 0.035em;
    color: #000;
}

h1.guarantee-h1 {
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 0;
}

h2.guarantee-h2 {
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    margin-top: 45px;
    margin-bottom: 30px;
}

h3.guarantee-h3 {
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 60px;
    margin-bottom: 30px;
    display: flex;
}

.heading__number {
    margin-right: 5px;
    min-width: 30px;
}

.guarantee-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    margin-top: 0;
    margin-bottom: 0;
}

.guarantee-img {
    margin-top: 30px;
    margin-bottom: 20px;
}

/* TODO: переименовать credit */
.guarantee-text.credit-text {
    margin-top: 60px;
}

.footnote-text {
    display: flex;
    align-items: flex-start;
}

.footnote-text__img {
    height: 7px;
    width: 7px;
    margin-right: 2px;
}

.guarantee-link {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    letter-spacing: 0.035em;
    color: #bb559d;
    text-decoration: none;
    margin-right: -3px;
}

ol.guarantee-list,
ul.guarantee-list {
    padding-inline-start: 0;
    margin-top: 20px;
    list-style: none;
}

ol.guarantee-list .guarantee-list__item,
ul.guarantee-list .guarantee-list__item {
    display: flex;
    align-items: flex-start;
}

ol.guarantee-list .guarantee-list__item {
    margin-bottom: 20px;
}

ol.guarantee-list .guarantee-list__item.heading {
    margin-top: 60px;
}

ul.guarantee-list .guarantee-list__item:not(:last-child) {
    margin-bottom: 20px;
}

ul.guarantee-list .guarantee-list__item .guarantee-text {
    margin-top: 0;
    margin-bottom: 0;
}

ol.guarantee-list .guarantee-list__item__number {
    text-align: left;
    min-width: 30px;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0.035em;
    color: #000;
    margin-right: 5px;
}

ol.guarantee-list .guarantee-list__item__separator {
}

ul.guarantee-list .guarantee-list__item__marker {
    display: block;
    min-height: 5px;
    min-width: 5px;
    max-width: 5px;
    max-height: 5px;
    background-color: #000;
    border-radius: 50%;
    margin-top: 5px;
    margin-right: 19px;
}

.guarantee-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.guarantee-block__item {
}

.guarantee-block__item .guarantee-list {
    margin-top: 10px;
}

.guarantee-block__item .guarantee-list:not(:last-child) {
    margin-bottom: 20px;
}

.guarantee-block__item .guarantee-list .guarantee-list__item:not(:last-child) {
    margin-bottom: 10px;
}

.guarantee-block__item .guarantee-text__mb-small {
    margin-bottom: 10px;
}

.guarantee-block__item .guarantee-text__mb-medium {
    margin-bottom: 15px;
}

.guarantee-block__item .guarantee-text__mb-large {
    margin-bottom: 20px;
}

.guarantee-block__item.hallmark-list {
    display: flex;
    flex-direction: column;
}

.guarantee-block__item.hallmark-list .guarantee-img {
    width: 100%;
    max-width: 154px;
    margin-top: 0;
    margin-bottom: 20px;
}

.guarantee-block__item.hallmark-list .guarantee-text {
    margin-bottom: 20px;
}

.sample-list {
    padding-inline-start: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 370px;
    margin: 0;
}

.sample-list__item {
    display: flex;
    align-items: baseline;
}

.sample-list__item:not(:last-child) {
    margin-bottom: 20px;
}

.sample-list__item-separator {
    margin: 0 8px;
}

@media (min-width: 768px) {
    h1.guarantee-h1 {
        font-size: 32px;
        line-height: 32px;
    }

    h2.guarantee-h2 {
        margin-top: 60px;
    }

    h3.guarantee-h3 {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (min-width: 1024px) {
    /* TODO: продумать этот момент
    на каждой странице свои отступы
    h3.guarantee-h3 {
        margin-top: 90px;
    }
    */
}

@media (min-width: 1920px) {
}

/* accordion */
.guarantee-accordion {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

.guarantee-accordion__item {
    padding-bottom: 30px;
}

.guarantee-accordion__item:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.guarantee-accordion__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
}

.guarantee-accordion__title {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: 0.035em;
    color: #000;
}

.guarantee-accordion__content {
    padding-top: 30px;
    display: none;
}

.guarantee-accordion__toggle {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    margin-left: 25px;
    box-shadow: 0px 10 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    background: #fff;
    display: block;
    position: relative;
}

.guarantee-accordion__toggle:before,
.guarantee-accordion__toggle:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    top: 50%;
    left: 0;
    transform: rotate(45deg);
    transition: all 0.3s ease-out;
}

.guarantee-accordion__toggle:after {
    transform: rotate(-45deg);
    transition: all 0.3s ease-out;
}

.guarantee-accordion__item.active .guarantee-accordion__header {
    align-items: center;
}

.guarantee-accordion__item.active .guarantee-accordion__content {
    display: block;
}

.guarantee-accordion__item.active .guarantee-accordion__toggle:before,
.guarantee-accordion__item.active .guarantee-accordion__toggle:after {
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .guarantee-block {
        flex-direction: row;
        align-items: stretch;
        gap: 60px;
    }

    .guarantee-block__item {
        flex: 1;
        /*TODO: высоту вынести в модификатор*/
        /* max-width: 395px; */
    }
}

@media (min-width: 1024px) {
    .guarantee-accordion__title {
        line-height: 22px;
    }
}

@media (min-width: 1920px) {
    .guarantee-accordion__title {
        font-size: 24px;
        line-height: 24px;
    }
}

/* End */


/* Start:/local/templates/2021_V2/components/ony/menu/left_new/style.css?1762862561950*/
/* навигация */

.guarantee-nav {
    list-style: none;
    padding-inline-start: 0;
    margin: 0;
    display: none;
}

.guarantee-nav-item {
    min-height: 56px;
    max-height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
}

.guarantee-nav-item__link {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.035em;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.guarantee-nav-item.active {
    border-bottom: 1px solid #000;
}

.guarantee-nav-item.active .guarantee-nav-item__link {
    color: #000;
}

@media (min-width: 1024px) {
    .guarantee-nav {
        display: block;
        min-width: 250px;
        margin-right: 28px;
    }
}

@media (min-width: 1920px) {
    .guarantee-nav {
        display: block;
        min-width: 384px;
        margin-right: 80px;
    }
}
/* End */


/* Start:/local/templates/2021_V2/components/ony/menu/left_new_mobile/style.css?17628626031440*/
.nav-mobile {
    margin-bottom: 47px;
}

.nav-mobile__head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.nav-mobile__head--arrow {
    transition: 0.3s;
}

.nav-mobile__head.active .nav-mobile__head--arrow {
    transform: rotate(180deg);
}

.nav-mobile__head--title {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.035em;
    color: #000;
    margin: 0 30px 0 0;
    max-width: 80%;
}

.nav-mobile__list {
    display: none;
    position: absolute;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    padding: 18px 10px 30px 20px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.nav-mobile__list.active {
    display: flex;
}

.nav-mobile__list--item {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.035em;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.nav-mobile__list--item:not(:last-child) {
    margin-bottom: 18px;
}

.nav-mobile__list--item.active {
    color: #000;
}

@media (min-width: 768px) {
    .nav-mobile__list {
        padding: 18px 10px 30px 30px;
        left: auto;
        right: 0;
        width: 425px;
    }
}

@media (min-width: 1024px) {
    .nav-mobile {
        display: none;
    }
}
/* End */
/* /local/php_interface/include/content/style.css?17628618437778 */
/* /local/templates/2021_V2/components/ony/menu/left_new/style.css?1762862561950 */
/* /local/templates/2021_V2/components/ony/menu/left_new_mobile/style.css?17628626031440 */
