

/* Start:/local/templates/salon2025/assets/css/resets.css?17552630391962*/
*,
*::before,
*::after {
    box-sizing: border-box !important;
}

:where(ul[class]) {
    list-style: none;
}

p:where(:not([class], :last-child)) {
    margin-bottom: 1em;
}


/**
  Удаляем все анимации и переходы для людей,
  которые предпочитают их не использовать
 */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

*:focus,
*:active,
*:focus-visible {
   outline: none;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
}


/*
    Typographic tweaks!
    4. Add accessible line-height
    5. Improve text rendering
 */
body {
    line-height: 1.5;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
}

/*
7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
    font: inherit;
    color: inherit;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    color: inherit;
    cursor: pointer;
    background: inherit;
}

button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a {
    color: inherit;
}

a,
a:link,
a:visited {
    text-decoration: none;
}

ul li {
    list-style: none;
    list-style-position: inside;
}

ol li {
    list-style-position: inside;
}

/*
    6. Improve media defaults
 */
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

img,
svg {
    object-fit: contain;
}

svg * {
    transition-property: fill, stroke;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
*/

/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

html {
    overscroll-behavior: none;
}

/* End */


/* Start:/local/templates/salon2025/components/adinadin/system.auth.form/auth_phone/style.css?17552630392187*/
/*старый код*/
.reload_captcha_btn {
    color: #348ecc;
    display: inline-block;
    border-bottom: 1px dotted;
    padding-top: 5px;
    cursor: pointer;
}
.reload_captcha_btn:hover {
    color: #780D2D;
}
.form-group .form__req {
    color: red;
}
/*Временное изменение*/
.input-checkbox:checked + label:before {
    border-color: #c71d3e;
    background-color: #c71d3e;
}
.auth-popup .open-popup-link {
    text-decoration: none;
    color: #666666;
    border-bottom: 1px solid #dadada;
}
.auth-title {
    font-family: PT Serif, 'Times New Roman', serif;
    font-size: 1.9rem;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    margin-bottom: 35px;
    font-weight: bold;
}
.popup-content {
    padding: 50px 30px 30px;
}
.registration-link {
    color: #c71d3e;
    border-bottom: 1px solid #c71d3e;
}
@media (max-width: 768px) {
    .form__submit .btn {
        margin-bottom: 20px;
        width: 100%;
    }
    .auth-popup {
        height: 100vh;
        margin-top: 0;
        border-radius: 0;
        padding: 40px;
    }
    /*TODO стоит привести все формы к единому виду*/
    .auth-popup .popup button.mfp-close {
        top: 50px;
    }
    .auth-popup .social-icons_login {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .auth-popup .social-icons__title {
        max-width: 110px;
    }
}
.btn-auth {
    display: inline-block;
    width: 50%;
    margin-right: 30px;
}
.auth-popup .form__submit .social-icons {
    margin-top: 30px;
    border-top: 1px solid #dadada;
    padding-top: 30px;
}
.auth-popup .icon-vkontakte,
.auth-popup .icon-facebook,
.auth-popup .icon-apple,
.auth-popup .icon-google {
    width: 43.5px;
    height: 42px;
    fill: #c71d3e;
}
.input-text {
    height: 50px;
    border-color: #b3b3b3;
}
.hideShowPassword-wrapper .hideShowPassword-toggle {
    top: 50% !important;
    transform: translateY(-50%);
}
.hideShowPassword-wrapper label.error {
    position: absolute;
    bottom: -26px;
}
@media screen and (max-width: 576px) {
    .auth-popup .social-icons__title {
        max-width: none;
    }
}
/* End */


/* Start:/local/templates/salon2025/components/adinadin/auth.sms.v2/adinadin-auth/style.css?17552630394487*/
.auth-popup {
    min-height: 500px!important;
}
@media (max-width: 768px) {
    .auth-popup {
        padding: 40px 30px!important;
    }
}
.auth__title {
    font-family: "PT Serif", serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}
.auth_time__title {
    font-size: 12px!important;
}
.auth__subtitle {
    margin-bottom: 40px!important;
    line-height: 20px!important;
}
.auth__subtitle_code {
    margin-bottom: 20px!important;
}
.auth__title__lead {
    font-weight: bold;
    white-space: nowrap;
}
.auth__title__button {
    color: #7E0E2F!important;
    padding: 0!important;
    border: none!important;
    background: transparent!important;
    cursor: pointer;
}
.auth_time {
    color: #A6A6A6;
    margin-bottom: 20px;
}
.auth_tel {
    margin-bottom: 24px;
}
.auth_tel, .auth_tel_label, .auth_tel_input {
    display: block!important;
    width: 100%!important;
    font-size: 14px!important;
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif!important;
}
.auth_tel_label {
    margin-bottom: 8px;
    color: #6F6F6F;
}
.auth_tel_input {
    padding: 12px;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
}
.auth_tel_input::placeholder {
    color: #D4D4D4;
    opacity: 1;
}
.btn-auth {
    display: inline-block;
    width: 100%;
}
.btn-light {
    color: #7E0E2F!important;
    border-color: transparent!important;
    background: transparent!important;
}
.btn-light:hover {
    color: #390615!important;
    box-shadow: none!important;
    text-decoration: underline!important;
}
.auth_time > .auth_time_newcode {
    display: none;
}
.auth_time.auth_time_is-up > .auth_time_newcode {
    display: block;
}
.auth_time .btn-auth_getsms{
    display: none;
}
.auth_time.auth_time_is-up.auth_too_much_repeats .btn-auth_getsms {
    display: inline-block;
    text-align: left;
}
.auth_time.auth_time_is-up.auth_too_much_repeats .btn-auth_newcode{
    display: none;
}
.auth_time.auth_time_is-up > .auth_time_left {
    display: none;
}
.auth_agree {
    margin-top: 20px;
}
.auth_agree_privacy {
    color: #7E0E2F;
}
.auth_agree_mailing {
    display: block;
    margin-top: 20px;
    padding-right: 100px;
}
.hidden {
    display: none!important;
}
.btn-auth_login_disable {
    pointer-events: none;
    background: #C4C4C4!important;
}
.error {
    color: #C71E3F;
}
span.error {
    font-size: 12px;
    display: block;
    margin-top: 0.5em;
    padding-left: 1.3em;
}
input.error {
    color: inherit;
    border-color: #C71E3F;
    background: #fff url(/local/templates/am/assets/images/icon-form-bad.svg) no-repeat right 10px center;
}
.btn-auth_changetel,
.btn-auth_newcode,
.btn-auth_getsms
{
    color: #7E0E2F!important;
    font-size: 12px!important;
    font-weight: bold!important;
}

.auth-popup-social.social-icons.social-icons_login {
    display: flex;
    align-items: center!important;
    margin-top: 8px!important;
}
.auth-popup-social.social-icons.social-icons_login .social-icons__title {
    width: 94px;
    margin-right: 24px;
    font-size: 14px;
}
@media (max-width: 768px) {
    .auth-popup-social.social-icons.social-icons_login .social-icons__title {
        width: auto;
        margin-right: 0;
        align-self: stretch;
        text-align: center;
    }
    .auth-popup-social.social-icons.social-icons_login {
        display: flex!important;
        flex-direction: column!important;
    }
}
.quickorder_preloader {
    pointer-events: none;
    opacity: .5;
}
.modal__content .modal__body {
    margin-bottom: 50px;
}

.modal__content .modal__body .auth_agree_mailing {
    margin: 10px 0;
    padding-right: 0;
}
.modal__content .modal__body .registration--form span.error {
    display: block;
    height: 14px;
}

.modal__content .modal__body .registration--form .auth_tel {
    margin-bottom: 14px;
}


.auth-modal .app-input-text__container {
    border-radius: 100em;
}
.auth-modal .btn {
    font-size: 1.4em;
}

.auth-select {
}
.auth-select__buttons {
    display: flex;
    background: #F0DAC2;
    border-radius: 2em;
    padding: 0.45em;
}
.auth-select__button {
    flex-grow: 1;

}
.auth-select__input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.auth-select__label {
    font-size: 1.4em;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 1em;
    border-radius: 1.2em;
    margin-bottom: 0;
}
.auth-select__input:checked ~ .auth-select__label {
    background: #CC2728;
    color: #fff;
}

/* End */


/* Start:/local/templates/salon2025/styles.css?17568788618875*/
@font-face {
    font-family: 'Platform';
    font-weight: 400;
    font-style: normal;
    font-stretch: 100%;
    src: url("/local/templates/salon2025/assets/fonts/platform/Platform-Regular.woff2") format("woff2"),
    url("/local/templates/salon2025/assets/fonts/platform/Platform-Regular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    font-weight: 400;
    font-style: normal;
    font-stretch: 100%;
    src: url("/local/templates/salon2025/assets/fonts/sfprotext/sfprotext-regular.woff2") format("woff2"),
    url("/local/templates/salon2025/assets/fonts/sfprotext/sfprotext-regular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    font-weight: 500;
    font-style: normal;
    font-stretch: 100%;
    src: url("/local/templates/salon2025/assets/fonts/sfprotext/sfprotext-semibold.woff2") format("woff2"),
    url("/local/templates/salon2025/assets/fonts/sfprotext/sfprotext-semibold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    font-weight: 600;
    font-style: normal;
    font-stretch: 100%;
    src: url("/local/templates/salon2025/assets/fonts/sfprotext/sfprotext-bold.woff2") format("woff2"),
    url("/local/templates/salon2025/assets/fonts/sfprotext/sfprotext-bold.woff") format("woff");
    font-display: swap;
}

/* common */

:root {
    --ff-regular: 'SF Pro Text', sans-serif;
    --ff-secondary: 'Platform', sans-serif;
    --px-container: 2rem;
    
    --c-primary: #700029;
    --c-secondary: #937A5D;
    --c-thirdly: #55371B;
    --c-scrollbar: #9E8268;
    --fg-regular: #700029;
    --fg-secondary: #937A5D;
    --fg-black: #111;
}
body {
    color: var(--fg-regular);
    font-family: var(--ff-regular);
}
body.overflow {
    overflow: hidden;
    height: 0;
}
.container {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--px-container);
    padding-right: var(--px-container);
}

/* header */

.header {
    padding: 20px 0;
}
.header__logo {
    margin-right: 50px;
}
.header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__left, .header__right {
    display: flex;
    align-items: center;
}
.header__right {
    gap: 24px;
}
.header__nav ul {
    display: flex;
    gap: 24px;
    color: var(--fg-black);
    font-weight: 500;
}
.header__phone {
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .header__logo {
        margin-right: 15px;
        width: 70px;
    }
    .header__nav ul {
        gap: 15px;
    }
    .header {
        padding: 14px 0;
    }
    .header__right img {
        width: 24px;
    }
}
@media (max-width: 480px) {
    .header__right .header__btn {
        padding: 5px 10px;
    }
}
@media (max-width: 420px) {
    .header .container {
        padding-left: 8px;
        padding-right: 8px;
    }
    .header__logo {
        margin-right: 8px;
        width: 50px;
    }
    .header__nav ul {
        gap: 5px;
    }
}

/* common */
.mobile-visible {
    display: none !important;
}
.desktop-visible {
    display: flex;
}
.page svg {
    max-width: 100%;
}

@media (max-width: 768px) {
    :root {
        --px-container: 14px;
    }
    .mobile-visible {
        display: flex !important;
    }
    .desktop-visible {
        display: none !important;
    }
}

/* segmented */
.segmented {
    background: #DFDFDF;
    border-radius: 24px;
    display: flex;
    width: 345px;
    margin: 30px auto 0;
}
  
.segmented__input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}
  
.segmented__label {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    flex-basis: 50%;
    cursor: pointer;
}

.segmented__button {
    padding: 0;
    background-color: transparent;
    border: none;
    font-family: var(--ff-regular);
    font-weight: 700;
    font-size: 14px;
    line-height: initial;
    text-align: center;
    color: var(--fg-regular-light);
    border-radius: 24px;
    padding: 15px;
    transition: var(--tr);
    flex-grow: 1;
}

.segmented__input:checked ~ .segmented__button,
.segmented__button--active {
    background: var(--c-primary);
    color: white;
}

@media (max-width: 480px) {
    .segmented {
        width: 100%;
    }
}

/* Buttons */
.c-btn,
#salon2025 .btn-active {
    user-select: none;
    background: transparent;
    border: 1px solid transparent;
    vertical-align: middle;
    text-align: center;
    padding: 14px 40px;
    border-radius: 1000px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
}
.c-btn-primary {
    border-color: var(--c-primary);
    background-color: var(--c-primary);
    color: #fff;
    transition: all 0.3s ease;
}
.c-btn-secondary {
    border-color: var(--c-secondary);
    color: var(--c-secondary);
}
.c-btn-white {
    border-color: #fff;
    background-color: #fff;
    color: var(--c-primary);
}
.c-btn-white--transparent {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}
.modal-product__rating-submit--not-auth,
.c-btn-primary--disabled {
    background: #C4C4C4 !important;
    border-color: #C4C4C4 !important;
    pointer-events: none;
}

@media (max-width: 768px) {
    .c-btn {
        padding: 14px 20px;
    }
}

/* sections */
.section {
    overflow: hidden;
    position: relative;
    font-size: 10px;
}
.section__title {
    font-family: var(--ff-secondary);
    font-weight: 400;
    font-size: 56px;
    line-height: 1.25;
}

@media (max-width: 768px) {
    .section__title {
        font-size: 34px;
    }
}

/* footer */
.footer {
    padding-top: 80px;
    padding-bottom: 20px;
}
.footer__container {
    display: flex;
    flex-direction: column;
    gap: 72px;
}
.footer__top {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 2fr;
    gap: 28px;
}
.footer__center {
    display: flex;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #EBEBEB;
    flex-wrap: wrap;
}
.footer__text {
    color: var(--c-secondary);
}
.footer__text p:not(:last-child){
    margin-bottom: 20px;
}
.footer__text a {
    color: var(--c-primary);
}
.footer__logo {
    height: 75px;
    margin-right: 24px;
}
.footer__copy {
    font-family: var(--ff-regular);
    font-size: 12px;
    color: var(--c-secondary);
    margin-right: 275px;
}
.footer__buttons {
    height: 50px;
    display: flex;
    gap: 10px;
}
.footer img {
    display: block;
    width: 100%;
    max-height: 100%;
}

@media (max-width: 991px) {
    .footer__copy {
        margin: 0;
    }
    .footer__buttons {
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .footer {
        padding-top: 50px;
    }
    .footer__container {
        gap: 32px;
    }
    .footer__top {
        grid-template-columns: 100%;
        justify-content: center;
    }
    .footer__text a {
        white-space: nowrap;
    }
    .footer__center {
        row-gap: 24px;
        padding-bottom: 0;
    }
    .footer__copy,
    .footer__logo {
        flex: 0 0 50%;
    }
    .footer__logo {
        margin-right: 0;
    }
    .footer__copy {
        text-align: center;
    }
    .footer__buttons {
        flex: 0 0 100%;
        justify-content: center;
    }
}

/* only for salon2025 */
#salon2025 .btn-active {
    border-color: none;
    background-color: var(--c-primary);
    color: #fff;
    transition: all 0.3s ease;
}
#salon2025 .modal__content {
    border-radius: 24px;
    padding-top: 32px;
}
#salon2025 .modal__body {
    padding: 0 24px 8px;
    margin-bottom: 24px;
}
#salon2025 .auth__title {
    font-family: var(--ff-secondary);
    color: var(--c-thirdly);
    font-size: 32px;
    font-weight: 400;
}
#salon2025 .modal__closer {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
#salon2025 .modal__closer::before,
#salon2025 .modal__closer::after {
    display: none;
}
#salon2025 .modal input {
    border-radius: 24px;
}
#salon2025 .modal__offer {
    margin-top: 20px;
    font-size: 16px;
}
#salon2025 .js-action-personal-data {
    color: var(--c-primary);
    text-decoration: underline;
}
#salon2025 .modal ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
#salon2025 .modal ::-webkit-scrollbar-track {
    background: white;
    border-radius: 30px;
}
#salon2025 .modal ::-webkit-scrollbar-thumb {
    background: var(--c-scrollbar);
    border-radius: 30px;
}
#salon2025 .modal {
    scrollbar-width: 5px;
    scrollbar-color: var(--c-scrollbar) white;
}
#salon2025 .modal-product__facts-title,
#salon2025 .modal__title,
#salon2025 .modal__header-desc,
#salon2025 .scheme-product__title,
#salon2025 .modal-product__rating-caption,
#salon2025 .modal-product__rating-name {
    color: var(--fg-black)
}
@media (max-width: 768px) {
    #salon2025 .modal__closer {
        top: 20px;
        right: 20px;
    }
}
#salon2025 .personal-data-modal a {
    color: var(--c-primary);
    text-decoration: underline;
}
/* End */
/* /local/templates/salon2025/assets/css/resets.css?17552630391962 */
/* /local/templates/salon2025/components/adinadin/system.auth.form/auth_phone/style.css?17552630392187 */
/* /local/templates/salon2025/components/adinadin/auth.sms.v2/adinadin-auth/style.css?17552630394487 */
/* /local/templates/salon2025/styles.css?17568788618875 */
