

/* Start:/local/components/dev/form.izmailovo/templates/.default/style.css?17689169735254*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&display=swap");

body{
    margin: 0px;
    background: url("/local/components/dev/form.izmailovo/templates/.default/fon.png?v=1")  no-repeat;
    background-size: cover;
}
header{
    background-color: #E0DFDB;
}
header .logo{
    max-width: 164px;
    margin: 0 auto;
    padding: 31px 0px;
}
.registration{
    margin: 0 auto;
    color: #4a2a12;
    padding: 75px 24px 56px;
    max-width: 560px;
    font-family: "Montserrat", serif;
} 
.registration--step3 .registration__title{
    display: none;
}
.registration__title{
    font-size: 42px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 28px;
    text-align: center;
    font-family: "Cormorant SC";
}
.registration__form{
    max-width: 520px;
}
.registration__field{
    display: block;
    margin-bottom: 22px;
}
.registration__label{
    display: block;
    font-size: 16px;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}
.registration__input{
    width: 100%;
    background-color: #e0dfdb;
    border: none;
    border-radius: 6px;
    padding: 14px 16px;
    font-size: 16px;
    color: #2c2c2c;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
}
.registration__input.is-invalid{
    box-shadow: 0 0 0 1px #E33232;
}
.registration__multi{
    position: relative;
}
.registration__multi-toggle{
    width: 100%;
    text-align: left;
    background-color: #e0dfdb;
    border: none;
    border-radius: 6px;
    padding: 14px 44px 14px 16px;
    font-size: 16px;
    color: #2c2c2c;
    cursor: pointer;
    font-family: inherit;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23858585' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}
.registration__multi-toggle.is-invalid{
    box-shadow: 0 0 0 1px #E33232;
}
.registration__multi-list{
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    background-color: #e0dfdb;
    border-radius: 6px;
    margin-top: 8px;
    padding: 8px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    text-align: left;
}
.registration__multi-list.is-hidden{
    display: none;
}
.registration__multi-option{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    font-size: 16px;
    color: #2c2c2c;
    cursor: pointer;
    justify-content: flex-start;
    text-align: left;
}
.registration__multi-option input{
    margin: 0;
}
.registration__multi-native{
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 0;
    width: 0;
}
.registration__select{
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23858585' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 44px;
}
.registration__input:focus{
    box-shadow: 0 0 0 2px rgba(224, 223, 219, 0.4);
}
.registration__footer{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}
.registration__button{
    background-color: #8a8a8a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 12px 24px;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Montserrat", serif;
}
.registration__step{
    color: #e0dfdb;
    font-size: 16px;
}
.registration__page.is-hidden{
    display: none;
}
.registration__page[data-step="3"]:not(.is-hidden){
    min-height: calc(100vh - 220px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.registration__success{
    background-color: #e0dfdb;
    color: #4a2a12;
    border-radius: 8px;
    padding: 28px 24px;
    text-align: center;
}
.registration__success-title{
    font-family: "Montserrat", serif;
    font-size: 28px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.registration__success-text{
    font-size: 16px;
    color: #6e6e6e;
    line-height: 1.5;
}
.registration__back{
    border: none;
    background: none;
    color: #6e6e6e;
    font-size: 14px;
    margin-bottom: 22px;
    cursor: pointer;
    text-decoration: underline;
    font-family: inherit;
}
.registration__consent{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 8px;
    margin-bottom: 22px;
}
.registration__checkbox{
    margin-top: 4px;
}
.registration__consent-text{
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.4;
}
/* End */
/* /local/components/dev/form.izmailovo/templates/.default/style.css?17689169735254 */
