

/* Start:/bitrix/templates/shop/components/bitrix/system.auth.registration/.default/style.css?17079141572*/


/* End */


/* Start:/bitrix/templates/shop/styles/enter_forms.css?17627864587021*/

/* forms */

.content-container {
    display: block;
    position: relative;
    width: calc((100% - 30px) * 0.75);
}

@media (max-width: 1023px) {
    .content-container {
        width: 100%;
    }
}

.content-block {
    display: block;
    text-align: center;
    position: relative;
    background-color: #ffffff;

    box-sizing: border-box;
}

.content-block__title {
    display: block;
    position: relative;
    margin: 0;
    padding: 17px 23px 14px;

    font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    box-sizing: border-box;
}

.content-block__body {
    display: block;
    margin: 0;
    padding: 17px 23px 23px;
}

.content-block__bg {
    display: block;
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 0;
    height: 596px;
    width: 640px;
    background-image: url(/bitrix/templates/shop/styles/images/1.jpg);
}

@media (max-width: 767px) {
    .content-block__bg {
        display: none;
    }
}

.form-block {
    margin: auto;
    display: block;
    position: relative;
    max-width: 332px;
    z-index: 2;
    text-align: left;
}

.form-block .form-block__popup {
    position: relative;
}

.form-block .form-block__popup-text {
    position: absolute;
    right: 0px;
    bottom: 23px;
    margin: auto;
    background: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    z-index: 1;
    padding: 10px;
    padding-right: 40px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    box-sizing: border-box;
    font-weight: normal;
    font-family: "PTSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    right: -15px;
    bottom: 30px;
}

.form-block .form-block__popup-text:after {
    content: '';
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 10px;
    margin: auto;
    width: 20px;
    text-align: center;
    content: "\f129";
}

.form-block .form-block__popup.show .form-block__popup-text {
    opacity: 1;
    visibility: visible;
}

.form-block a {
    text-decoration: none;
}

.form-block a:hover {
    text-decoration: underline;
}

.form-block__field_error .form-block__field-input {
    border-color: #e5353d;
}

.form-block__field_error .form-block__error-text {
    display: block;
}

.form-block__error-text {
    display: none;
    top: calc(100% + 5px);
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.26px;
    color: white;
    text-align: center;
    font-size: 14px;
    background: #e5353d;
    border-radius: 5px;
    position: absolute;
    padding: 5px;
    width: 100%;
    z-index: 100;
}
.form-block__error-text:after {
    content: '';
    position: absolute;
    border: 14px solid transparent;
    border-bottom: 10px solid #e5353d;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.form-block .form-block__popup-helper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #383838;
    background-image: url("/bitrix/templates/shop/styles/images/quest.png");
}

.form-block .form-block__popup-helper img {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
}


.form-block__field-radio {
    display: inline-block;
    position: relative;
    margin: 0 0 0 45px;
    cursor: pointer;
}

.form-block__field-radio input {
    display: none;
}

.form-block__field-radio span {
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    box-sizing: border-box;
}

.form-block__field-radio span:after {
    content: "";
    display: none;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    border-radius: 50%;
}

.form-block__field-radio input:checked ~ span:after {
    display: block;
}

.form-block__field-radio div {
    display: inline-block;
    padding: 0 0 0 30px;
    font-family: "PTSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #383838;
    vertical-align: top;
}

.form-block__field-radio:first-of-type {
    margin: 0;
}

.form-block__field-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.form-block__field-checkbox input {
    display: none;
}

.form-block__field-checkbox input.not_checked ~ span {
    border-width: 2px;
    border-style: solid;
}

.form-block__field-checkbox input.not_checked ~ div {
    color: #e5353d;
}

.form-block__field-checkbox input.not_checked ~ div a {
    color: #e5353d;
}

.form-block__field-checkbox input.not_checked ~ div a:hover {
    color: #e21e27;
}

.form-block__field-checkbox span {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: 2px solid #e5353d;
    box-sizing: border-box;
}

.form-block__field-checkbox span i {
    display: none;
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(1);
    font-size: 9px;
    color: #e5353d;
}

.form-block__field-checkbox input:checked ~ span i {
    display: block;
}

.form-block__field-checkbox div {
    display: block;
    position: relative;
    padding: 0 0 0 30px;
    font-family: "PTSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #383838;
    vertical-align: top;
}

.form-block__link {
    display: block;
    position: relative;
    margin: 15px 0 0;
    text-align: center;
    font-family: "PTSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.28px;
}



.form-block__enter-btn_solo {
    margin: 45px 0 0;
}

.form-block__social-login {
    display: block;
    position: relative;
    margin: 30px 0 0;
    font-family: "PTSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
    text-align: center;
    color: #383838;
}

.form-block__social-web-list {
    display: block;
    position: relative;
    margin: 15px 0 0;
}

.form-block__enter-btn {
    display: block;
    position: relative;
    width: 100%;
    margin: 15px 0 0;
    padding: 14px 0;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}
.page-container h1 {
    text-align: center;
}

/* End */


/* Start:/bitrix/templates/shop/components/bitrix/main.userconsent.request/.default/user_consent.min.css?17079141577309*/
.main-user-consent-request a {
    cursor: pointer
}

.main-user-consent-request-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 9000
}

.main-user-consent-request-popup-cont {
    min-height: 290px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    padding: 20px;
    min-width: 320px;
    width: 100%;
    max-width: 600px;
    background: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto
}

.main-user-consent-request-popup-header {
    margin: 0 0 10px 0;
    font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #000;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 260px
}

.main-user-consent-request-popup-textarea-block {
    margin: 0 0 20px 0
}

.main-user-consent-request-popup-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-user-consent-request-popup-button {
    display: inline-block;
    height: 39px;
    margin: 0 10px 5px 0;
    padding: 0 18px;
    border: 0;
    border-radius: 2px;
    font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #535c69;
    outline: 0;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
    cursor: pointer
}

.main-user-consent-request-popup-button-acc {
    background: #bbed21
}

.main-user-consent-request-popup-button-acc:hover {
    background: #d2f95f
}

.main-user-consent-request-popup-button-rej {
    -webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
    box-shadow: inset 0 0 0 1px #a1a6ac;
    background: 0
}

.main-user-consent-request-popup-button-rej:hover {
    background: #cfd4d8
}

.main-user-consent-request-popup-text {
    border: 1px solid #999;
    overflow: auto;
    padding: 8px;
    text-align: left;
    color: #545454
}

.main-user-consent-request-popup-link {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.main-user-consent-request-popup-link a {
    display: block;
    margin: 20px 0 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 260px
}

.main-user-consent-request-loader {
    position: relative;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.main-user-consent-request-path {
    stroke: #80868e;
    stroke-dasharray: 100, 200
}

.main-user-consent-request-loader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.main-user-consent-request-circular {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: inherit;
    width: inherit;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.main-user-consent-request-path {
    stroke: #ccc;
    stroke-dasharray: 60, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round
}

.main-user-consent-request-announce {
    color: #333;
    font-size: 13px;
    line-height: 15px
}

.main-user-consent-request-announce-link {
    cursor: pointer
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@media (min-width: 1000px) {
    .main-user-consent-request-popup-cont {
        min-height: 400px;
        min-width: 640px
    }

    .main-user-consent-request-popup-header {
        max-width: 590px
    }

    .main-user-consent-request-popup-text, .main-user-consent-request-popup-link {
        height: 240px
    }

    .main-user-consent-request-popup-link a {
        max-width: 200px
    }
}

@media (max-width: 768px) {
    .main-user-consent-request-popup-cont {
        height: 100%
    }
}

.custom_check {
    margin: 12px 0 20px 0;
    display: inline-block;
}

.custom_check input[type="checkbox"]:checked,
.custom_check input[type="checkbox"]:not(:checked) {
    display: none;
}

.custom_check input[type="checkbox"]:checked + span,
.custom_check input[type="checkbox"]:not(:checked) + span {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

.custom_check input[type="checkbox"] + span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #DEDEDE;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom_check input[type="checkbox"]:checked + span:before {
    border-radius: 5px;
    background-color: var(--color-main);
}

.custom_check input[type="checkbox"] + span:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

    left: 4px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}

.custom_check input[type="checkbox"]:checked + span:after {
    opacity: 1;
}

.form_quest_blog_rigth_input_button {
    background: var(--color-main);
    padding: 13px 24px;
    border-radius: 37px;
    width: 114px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}

.form_quest_blog_rigth_input_button:hover {
    background: var(--color-main-hover);;
}

.custom_check span {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}

.custom_check span a {
    color: var(--color-main);
    text-decoration: underline;
}

.custom_check span a:hover {
    color: var(--color-main-hover);
}

/* End */
/* /bitrix/templates/shop/components/bitrix/system.auth.registration/.default/style.css?17079141572 */
/* /bitrix/templates/shop/styles/enter_forms.css?17627864587021 */
/* /bitrix/templates/shop/components/bitrix/main.userconsent.request/.default/user_consent.min.css?17079141577309 */
