

/* Start:/bitrix/templates/main/template_styles.css?17872213586678*/
@media (max-width: 500px) {
	.page-text iframe {
		width: 100%;
		aspect-ratio: 16 / 9;
		height: auto;
	}
}
.cookie-plate {
    padding: 28px;
    background: #fff;
    max-width: 448px;
    position: fixed;
    right: 28px;
    bottom: 28px;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

@media (max-width: 500px) {
    .cookie-plate {
        right: 0;
        bottom: 0;
        left: 0;
        padding: 20px;

    }
}

.cookie-plate h5 {
    color: rgba(32, 36, 69, 1);
    font-weight: 500;
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 96%;
}

.cookie-plate p {
    display: none;
    color: rgba(32, 36, 69, 1);
    line-height: 140%;
    font-size: 14px;
}

.cookie-plate .cookie-btns {
    display: flex;
    gap: 12px;
}

.cookie-plate .cookie-btns a, .cookie-plate .cookie-btns button {
    height: 50px;
    text-decoration: none;
    outline: none;
    transition: .3s ease;
    cursor: pointer;
}
.cookie-plate .cookie-btns .cookie-leave {
    border: 1px solid rgba(199, 163, 131, 1);
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(199, 163, 131, 1);
}

.cookie-plate .cookie-btns .cookie-accept {
    background: rgba(199, 163, 131, 1);
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-plate .cookie-btns .cookie-accept:hover {
    background: rgba(178, 137, 100, 1);
    transition: .3s ease;
}

.cookie-plate .cookie-btns .cookie-leave:hover {
    background: rgba(178, 137, 100, 1);
    border-color: rgba(178, 137, 100, 1);
    color: #fff;
    transition: .3s ease;
}
.cookie-plate .cookie-more {
    color: rgba(199, 163, 131, 1);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    outline: none;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.cookie-plate .cookie-btns .cookie-accept {
    border: none;
}
.cookie-plate .cookie-more svg {
    transition: .3s ease;
}

.cookie-plate .cookie-more.active svg {
    transform: rotate(-90deg);
    transition: .3s ease;
}


.checkbox input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox p {
    display: flex;
    gap: 16px;
}

.checkbox p:before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    background-image: url("/bitrix/templates/main/../img/tick.svg");
    background-size: 0%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .3s ease;
}

.checkbox input:checked + p:before {
    background-color: rgba(199, 163, 131, 1);
    background-size: 50%;
    transition: .3s ease;
}


ol {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 16px;
    counter-increment: parent-section;
}

ol > li {
    counter-increment: section;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    gap: 10px;
    position: relative;
}

ol > li a {
    color: rgba(32, 36, 69, 1);
}

ol > li:before {
    content: counter(parent-section) "." counter(section) " ";
    font-weight: 700;
    color: rgba(32, 36, 69, 1);
    position: static;
    left: 0;
    top: 0;
    margin-right: 10px;
}

ol > li > ol {
    counter-increment: child-section;
    padding-left: 36px;
}

ol > li > ol > li {
    counter-increment: section-inner;
}

ol > li > ol > li:before {
    content: counter(parent-section) "." counter(section) "." counter(section-inner) " ";
    font-weight: 700;
}

ol > li > ol > li > ol {
    counter-increment: section-3;
    padding-left: 36px;
}

ol > li > ol > li > ol > li {
    counter-increment: section-inner-2;
}

ol > li > ol > li > ol > li:before {
    content: counter(parent-section) "." counter(section) "." counter(section-inner) "." counter(section-inner-2);
    font-weight: 700;
}

ol > li > ol > li > ol > li > ol {
    counter-increment: section-4;
    padding-left: 36px;
}

ol > li > ol > li > ol > li > ol > li {
    counter-increment: section-inner-3;
}

ol > li > ol > li > ol > li > ol > li:before {
    content: counter(parent-section) "." counter(section) "." counter(section-inner) "." counter(section-inner-2) "." counter(section-inner-3);
    font-weight: 700;
}
.policy-page ul:not(.breadcrumb) li {
    display: flex;
    gap: 24px;
}
.policy-page ul:not(.breadcrumb) li:before {
    width: 30px;
    height: 1px;
    background: #C7A383;
    content: "";
    flex-shrink: 0;
    display: block;
    margin-top: 12px;
}


.policy-page .descr {
    display: flex;
    gap: 48px;
    font-weight: 700;
    font-size: 18px;
}
.policy-page {
    padding-top: 80px;
}

.policy-page__inner .right {
    align-self: flex-start;
    position: sticky;
    top: 120px;
}

.policy-page__inner .right p {
    text-transform: uppercase;
    color: rgba(217, 195, 174, 1);
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}

.policy-page__inner .right a {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(236, 238, 245, 1);
    margin-bottom: 12px;
    color: rgba(32, 36, 69, 1);
    text-decoration: none;
    margin-bottom: 12px;
    display: block;
}


.policy-page h1 {
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 96%;
}

.policy-page h2 {
    font-size: 36px;
    margin-bottom: 24px;
}

.policy-page .left >  ol {
    padding-left: 0;
}
.policy-page .descr svg {
    flex-shrink: 0;
}

.policy-page__inner {
    display: grid;
    grid-template-columns: 1fr 235px;
    gap: 50px;
}


.policy-page__table__row {
    display: grid;
    grid-template-columns: 255px 1fr;
    gap: 30px;
    padding: 20px 0;
    border-top: 1px solid rgba(236, 238, 245, 1);
}

.policy-page__table p {
    font-size: 16px;
    font-weight: 500;
}

.policy-page__table span {
    font-size: 16px;
    line-height: 148%;
}

@media (max-width: 500px) {
    .policy-page h1 {
        font-size: 28px;
    }

    .policy-page__inner {
        display: flex;
        flex-direction: column-reverse;
    }

    .policy-page .right {
        position: static;
    }

    .policy-page .descr {
        gap: 20px;
        font-size: 16px;
    }

    .policy-page__inner .right a {
        font-size: 14px;
        line-height: 116%;
    }

    .policy-page h2 {
        font-size: 26px;
    }

    .policy-page__table__row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}
/* End */
/* /bitrix/templates/main/template_styles.css?17872213586678 */
