

/* Start:/bitrix/components/krayt/krayt.request.quote/templates/vue/style.css?175138455513338*/
.block_request_quote, .block_order_form{
    width: 100%;
}
.emodal_form {
    background: #fff;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    width: 400px;
    padding: 60px 40px 40px;

    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10001;
    transform: scale(0);
    transition: transform 0.2s;
    height: min-content;
}

.emodal_form.open {
    transform: scale(1);
}

.emodal_form svg {
    display: block;
}

.emodal_form .svg-title .title {
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 40px;
}

.emodal_form .mdi-close svg {
    fill: currentColor;
}

.tools_request_quote .btn {
    font-weight: 600;
    padding: 13px 0 !important;
    display: block;
    margin: auto auto 0;
    height: auto;
    width: 160px;
    text-align: center;
}

.tools_request_quote .btn.close-oneClick {
    margin-top: 20px;
    margin-bottom: 20px;
}

.block_buy_on_click-background {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.emodal_form .emodal_content input.btn {
    height: 40px;
    border: 0;
    margin: 0 auto;
    float: none;
    padding: 0;
}

.emodal_form .emodal_content {
    background-color: #fff;
    position: relative;
}

.emodal_form .emodal-title .emodal_content input[type='text'] {
    color: #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 10px;
    line-height: 35px;
}

.emodal_form .emodal_content input[type='text']::-webkit-input-placeholder {
    color: #9e9e9e;
}

.emodal_form .emodal_content input[type='text']::-moz-placeholder {
    color: #9e9e9e;
}

/* Firefox 19+ */
.emodal_form .emodal_content input[type='text']:-moz-placeholder {
    color: #9e9e9e;
}

/* Firefox 18- */
.emodal_form .emodal_content input[type='text']:-ms-input-placeholder {
    color: #9e9e9e;
}

.emodal_form .emodal_content input[type='text'].error::-webkit-input-placeholder {
    color: rgba(244, 67, 54, .6);
}

.emodal_form .emodal_content input[type='text'].error::-moz-placeholder {
    color: rgba(244, 67, 54, .6);
}

/* Firefox 19+ */
.emodal_form .emodal_content input[type='text'].error:-moz-placeholder {
    color: rgba(244, 67, 54, .6);
}

/* Firefox 18- */
.emodal_form .emodal_content input[type='text'].error:-ms-input-placeholder {
    color: rgba(244, 67, 54, .6);
}

.emodal_form .emodal_content input[type='text'].error {
    color: rgba(244, 67, 54, .6) !important;
}

[id^=wrp_msg],
#agreement-modal{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 5;
    display: none;
}

[id^=wrp_msg].open_msg,
#agreement-modal{
    display: flex;
    flex-direction: column;
    line-height: 18px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    padding: 40px 40px 20px 40px;
}

[id^=wrp_msg] span {
    color: var(--main-txt);
}

.pk_wrp {
    margin-bottom: 32px;
    text-align: left;
}

.emodal_form .emodal-title .pk_wrp label {
    display: block;
}

.emodal_form .emodal_content .pk_wrp input[type='checkbox'] {
    width: auto;
    margin: 0;
    height: auto;
    position: relative;
    top: -16px;
    left: 10px
}

.emodal_form .emodal-title .pk_wrp a {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    width: 80%;
    color: #2AC64F;
    line-height: 13px;
    text-align: left;
}

.emodal_form .emodal-title .pk_wrp a:hover {
    color: #0CA02F;
}

.emodal_form .emodal-title .pk_wrp.error a {
    color: #F44336;
}

.tools_request_quote #close_onebay.mdi-close {
    cursor: pointer;
    position: absolute;
    width: 31px;
    height: 31px;
    background: none;
    top: -48px;
    right: -27px;
    transition: 0.2s all linear;
    color: var(--main_text_black) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.tools_request_quote #close_onebay.mdi-close:hover {
    background-color: var(--main_bg_gray);
    transition: 0.2s linear;
}

.tools_request_quote #close_onebay.mdi-close:active {
    background-color: #E4E4E4;
    transition: 0.2s linear;
}

.tools_request_quote .emodal-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 32px;

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tools_request_quote.emodal_form .emodal_content .pk_wrp input[type='checkbox'] {
    display: none;
}

.tools_request_quote .main-user-consent-request-announce {
    max-height: 40px;
}

.tools_request_quote.emodal_form .emodal_content .main-user-consent-request-announce {
    font-size: 14px;
}

.tools_request_quote.emodal_form .emodal_content .pk_wrp input[type='checkbox']:checked + .main-user-consent-request-announce:before {
    content: "";
    background-size: cover;
    color: #202020;
}

.tools_request_quote.emodal_form .main-user-consent-request-announce:before {
    color: var(--main_color);
    border-color: var(--main_color);
}

.tools_request_quote .form_inputs {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.tools_request_quote .form_inputs input {
    border: 1px solid var(--main_text_gray);
    border-radius: 6px;
    outline: none;
    padding: 16px;
    color: var(--main_text_black);
    font-size: 14px;
    height: 50px;
    width: 100%;
}

.tools_request_quote .form_inputs input:focus {
    border: 1px solid var(--main_text_gray);
}

.tools_request_quote .form_inputs input + .error-msg {
    font-size: 12px;
    color: rgba(244, 67, 54, .6);
    height: 12px;
    margin-top: 2px;
    margin-bottom: 12px;
    text-align: left;
    opacity: 0;
}

.tools_request_quote .form_inputs input.error + .error-msg {
    opacity: 1;
}

.tools_request_quote .btn {
    background-color: var(--main_color);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main_text_button);
    width: 100%;
    min-height: 50px;
    height: 50px;
    transition: .2s!important;
}

.tools_request_quote .btn:hover {
    background-color: var(--yellow-button-hover);
    color: var(--main_text_button);
    transition: .2s;
}

.tools_request_quote .btn:active {
    transform: scale(0.95);
    color: var(--main_text_button);
    transition: .2s;
}

#one-click-btn-send.disabled {
    background-color: var(--border-bottom-gray) !important;
    color: var(--gray-button-color) !important;
    pointer-events: none;
}

.background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: var(--main-txt);
    opacity: 0;
    transition: opacity 0.3s;
}

.background.open {
    display: block;
    opacity: 0.3;
}

#wrp_msg div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.phone-wrp {
    position: relative;
}

.captcha-wrap {
    display: flex;
    /*align-items: center;*/
}

.captcha-input-wrap {
    position: relative;
    width: 50%;
}

.captcha-wrap .captcha {
    margin-bottom: 24px;
    margin-left: 12px;
    max-width: 50%;
    height: 50px;
}

.reload-captcha {
    position: absolute;
    width: 36px;
    height: 36px;
    background: var(--main_color);
    border-radius: 6px;
    right: 6px;
    top: 50%;
    margin-top: -32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.reload-captcha svg {
    fill: var(--main_text_button);
}

@media(hover:hover){
    .reload-captcha:hover {
        background-color: var(--yellow-button-hover);
    }
}

.reload-captcha:active {
    transform: scale(0.95);
}

.wrp-flag {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

.flag_phone_disable {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.agreement-wrp .agreement {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
    cursor: pointer;
}
.agreement-wrp .agreement span{
    border-bottom: 1px dashed var(--main-txt);
    transition: 0.2s;
}
.agreement-wrp .agreement span:hover{
    border-color: transparent;
}

.agreement-wrp > .agreement-input {
    float: left;
    height: 18px !important;
    width: 18px !important;
    text-align: center;
    margin: 2px 8px 0 0;
    border: 1px solid #C4C4C4 !important;
    border-radius: 3px !important;
    background-color: #fff;
    padding: 0 !important;
    transition: 0.2s all linear;
    cursor: pointer;
}

.agreement-wrp > .agreement-input:hover {
    border: 1px solid var(--main-txt) !important;
}
.agreement-wrp > .agreement-input.checked {
    background: url(/bitrix/components/krayt/krayt.request.quote/templates/vue/images/check-symbol.svg) no-repeat center;
    background-size: contain;
    border: 1px solid #DBC96B!important;
}

.agreement-wrp > .agreement-input.checked:hover {
    border: 1px solid #A6974D!important;
}

#agreement-modal{
    width: 640px;
    margin-left: -120px;
    padding: 40px;
    display: none;
}

#agreement-modal.open{
    display: block;
}

#agreement-modal .title{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 32px;
    color: var(--main_text_black);
    text-align: left;
}

#agreement-modal .content{
    text-align: left;
    padding: 0 10px 10px 0;
    width: 100%;
    background: #fff;
    -moz-appearance: none;
    font-size: 14px;
    border-radius: 6px;
    margin: 0 0 20px 0;
    height: 280px;
    line-height: 160%;
}

#agreement-modal .buttons{
    display: flex;
    justify-content: space-between;
}

#agreement-modal .btn{
    width: calc(50% - 4px);
    transition: 0.2s all linear;
}

#agreement-modal .btn.no-agree{
    background-color: var(--border-bottom-gray);
    color: var(--main-txt);
}

#agreement-modal .btn.no-agree:hover{
    background-color: var(--gray-button-hover);
}

@media (max-width: 500px) {
    .emodal_form {
        width: calc(100% - 20px);
        padding: 40px 20px 20px;
    }

    .tools_request_quote #close_onebay.mdi-close {
        right: -15px;
        top: -15px;
    }
}
.btn.request_quote{
    height: 56px;
    background-color: var(--main_color);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    transition: 0.2s all linear!important;
    width: 100%;
}
.btn.request_quote:hover{
    background-color: var(--yellow-button-hover);
}
.btn.request_quote:active{
    transform: scale(0.95);
}
.tools_request_quote .main-user-consent-request-announce{
    max-height: 40px;
}

.tools_request_quote.emodal_form .emodal_content .main-user-consent-request-announce {
    font-size: 14px;
}

.tools_request_quote.emodal_form .emodal_content .pk_wrp input[type='checkbox']:checked + .main-user-consent-request-announce:before {
    content: "";
    background-size: cover;
    color: #202020;
}

.tools_request_quote.emodal_form .main-user-consent-request-announce:before {
    color: var(--main_color);
    border-color: var(--main_color);
}
.block_request_quote.active+.block_order_form .btn.request_quote{
    background-color: #EBEBEB;
    margin-top: 10px;
    color: var(--main-txt) !important;
    transition: 0.2s background-color linear;
}
.block_request_quote.active+ .wrap_subscribe .bx-catalog-subscribe-button{
    background-color: #EBEBEB;
    margin-top: 10px;
    transition: 0.2s background-color linear;
}
.block_request_quote.active+ .wrap_subscribe .bx-catalog-subscribe-button span{
    color: var(--main-txt);
}
.block_request_quote.active+.block_order_form .btn.request_quote:hover,
.block_request_quote.active+ .wrap_subscribe .bx-catalog-subscribe-button:hover{
    background-color: var(--gray-button-hover);
}
.block_request_quote.active+.block_order_form .btn.request_quote:active,
.block_request_quote.active+ .wrap_subscribe .bx-catalog-subscribe-button:active{
    transform: scale(0.95);
}
.block_request_quote.active+ .wrap_subscribe{
    margin-top: 10px;
}
.product-item-container:not([data-template="lines"]) .block_request_quote.active+.block_order_form,
.product-item-container:not([data-template="lines"]) .block_request_quote.active+ .wrap_subscribe .bx-catalog-subscribe-button{
    display: none;
}
.product-item-container.hover .block_request_quote.active+.block_order_form,
.block_request_quote.active+ .wrap_subscribe .bx-catalog-subscribe-button{
    display: flex;
}
/* End */


/* Start:/local/templates/market/components/bitrix/catalog.product.subscribe/electrotools/style.css?17513847624608*/
/* Button */
.bx-catalog-subscribe-button
{
    padding: 12px 24px !important;
    margin: 0 !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.bx-catalog-popup-content
{
    width: 100% !important;
    max-width: none !important;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label {
    font-weight: 400;
    font-size: 18px!important;
    line-height: 160%;
    margin-bottom: 6px;
    color: var(--main_text_gray) !important;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    border: 1px solid var(--main_text_gray)!important;
    border-radius: 6px!important;
    outline: none!important;
    padding: 16px!important;
    color: var(--main_text_black);
    font-size: 14px!important;
    height: 50px!important;
    display: block!important;
    width: 100%!important;
    margin-bottom: 32px!important;
}
.bx-catalog-subscribe-form-container-input input[type="text"]::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #9EA8AE;
}
.bx-catalog-subscribe-form-container-input.error input {
    color: rgba(244, 67, 54, .6) !important;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: 500 !important;
    text-align: center;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #dfdfdf;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #dfdfdf !important;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2) !important;
    border-radius: 6px;
}

.popup-window[id^="CatalogSubscribe"] .popup-window-content {
    /*padding: 20px 0 40px !important;*/
}
#bx-catalog-subscribe-form {
    position: relative;
}
#bx-catalog-subscribe-form-notify {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
}
#bx-catalog-subscribe-form-notify.error{
    color: rgba(244, 67, 54, .6);
    height: 12px;
    margin-top: 2px;
    margin-bottom: 12px;
    text-align: left;
}
.subcribe-popup-svg {
    text-align: center;
    margin-bottom: 40px;
}
.popup-window[id^="CatalogSubscribe"] {
    width: 400px;
    max-width: calc(100% - 32px);
}
.popup-window[id^="CatalogSubscribe"] .popup-window-buttons {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 6px;
    flex-wrap: nowrap;
}
.popup-window[id^="CatalogSubscribe"] .btn {
    cursor: pointer;
    min-width: calc(50% - 5px);
    width: 100%;
}
.popup-window[id^="CatalogSubscribe"] .btn > span{
    color: var(--main_text_button);
}
.popup-window[id^="CatalogSubscribe"] .btn + .btn {
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s all linear!important;
    background: var(--border-bottom-gray);
    margin-left: 10px;
}
.popup-window[id^="CatalogSubscribe"] .btn + .btn > span{
    color: var(--main-txt);
}
.popup-window[id^="CatalogSubscribe"] .btn + .btn:hover {
    transition: 0.2s all linear;
    background: var(--gray-button-hover);
}
.popup-window[id^="CatalogSubscribe"] .btn + .btn:hover:active {
    transition: 0.2s all linear;
    transform: scale(0.95);
}
.popup-window[id^="CatalogSubscribe"] .bx-catalog-popup-message {
    margin-bottom: 40px;
    font-weight: 400!important;
    font-size: 14px;
    line-height: 160%;
}
.popup-window[id^="CatalogSubscribe"] .close-popup{
    width: 100%;
}
@media(max-width: 440px){
    .popup-window[id^="CatalogSubscribe"]{
        padding: 40px 20px 20px!important;
    }
    .popup-window[id^="CatalogSubscribe"] .btn{
        height: 46px;
    }
    .subcribe-popup-svg,.popup-window[id^="CatalogSubscribe"] .bx-catalog-popup-message{
        margin-bottom: 32px;
    }
}
.bx-catalog-subscribe-button{
    height: 56px !important;
}
/* End */


/* Start:/bitrix/components/krayt/krayt.one.click/templates/vue/style.css?175138455511364*/
.emodal_form {
    /*display: none;*/
    background: #fff;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    width: 400px;
    padding: 60px 40px 40px;

    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1001;
    transform: scale(0);
    transition: transform 0.2s;
    height: min-content;
}

.emodal_form.open {
    transform: scale(1);
}

.emodal_form svg {
    display: block;
}

.emodal_form .svg-title .title {
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 40px;
}

.emodal_form .mdi-close svg {
    fill: currentColor;
}

#OneClickEmodal .btn {
    font-weight: 600;
    padding: 13px 0 !important;
    display: block;
    margin: auto auto 0;
    height: auto;
    width: 160px;
    text-align: center;
}

#OneClickEmodal .btn.close-oneClick {
    margin-top: 20px;
    margin-bottom: 20px;
}

.block_buy_on_click-background {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.emodal_form .emodal_content input.btn {
    height: 40px;
    border: 0;
    /*max-width: 190px;*/
    margin: 0 auto;
    float: none;
    padding: 0;
}

.emodal_form .emodal_content {
    background-color: #fff;
    position: relative;
}

.emodal_form .emodal-title .emodal_content input[type='text'] {
    color: #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 10px;
    line-height: 35px;
}

.emodal_form .emodal_content input[type='text']::-webkit-input-placeholder {
    color: #9e9e9e;
}

.emodal_form .emodal_content input[type='text']::-moz-placeholder {
    color: #9e9e9e;
}

/* Firefox 19+ */
.emodal_form .emodal_content input[type='text']:-moz-placeholder {
    color: #9e9e9e;
}

/* Firefox 18- */
.emodal_form .emodal_content input[type='text']:-ms-input-placeholder {
    color: #9e9e9e;
}

.emodal_form .emodal_content input[type='text'].error::-webkit-input-placeholder {
    color: rgba(244, 67, 54, .6);
}

.emodal_form .emodal_content input[type='text'].error::-moz-placeholder {
    color: rgba(244, 67, 54, .6);
}

/* Firefox 19+ */
.emodal_form .emodal_content input[type='text'].error:-moz-placeholder {
    color: rgba(244, 67, 54, .6);
}

/* Firefox 18- */
.emodal_form .emodal_content input[type='text'].error:-ms-input-placeholder {
    color: rgba(244, 67, 54, .6);
}

.emodal_form .emodal_content input[type='text'].error {
    color: rgba(244, 67, 54, .6) !important;
}

[id^=wrp_msg],
#agreement-modal{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 5;
    display: none;
}

[id^=wrp_msg].open_msg,
#agreement-modal{
    display: flex;
    flex-direction: column;
    line-height: 18px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    padding: 40px 40px 20px 40px;
}

[id^=wrp_msg] span {
    color: var(--main-txt);
}

.pk_wrp {
    margin-bottom: 32px;
    text-align: left;
}

.emodal_form .emodal-title .pk_wrp label {
    display: block;
}

.emodal_form .emodal_content .pk_wrp input[type='checkbox'] {
    width: auto;
    margin: 0;
    height: auto;
    position: relative;
    top: -16px;
    left: 10px
}

.emodal_form .emodal-title .pk_wrp a {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    width: 80%;
    color: #2AC64F;
    line-height: 13px;
    text-align: left;
}

.emodal_form .emodal-title .pk_wrp a:hover {
    color: #0CA02F;
}

.emodal_form .emodal-title .pk_wrp.error a {
    color: #F44336;
}

#OneClickEmodal #close_onebay.mdi-close {
    cursor: pointer;
    position: absolute;
    width: 31px;
    height: 31px;
    background: none;
    top: -48px;
    right: -27px;
    transition: 0.2s all linear;
    color: var(--main_text_black) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    z-index: 2;
}

#OneClickEmodal #close_onebay.mdi-close:hover {
    background-color: var(--main_bg_gray);
    transition: 0.2s linear;
}

#OneClickEmodal #close_onebay.mdi-close:active {
    background-color: #E4E4E4;
    transition: 0.2s linear;
}

#OneClickEmodal .emodal-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 32px;

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#OneClickEmodal.emodal_form .emodal_content .pk_wrp input[type='checkbox'] {
    display: none;
}

#OneClickEmodal .main-user-consent-request-announce {
    max-height: 40px;
}

#OneClickEmodal.emodal_form .emodal_content .main-user-consent-request-announce {
    font-size: 14px;
}

#OneClickEmodal.emodal_form .emodal_content .pk_wrp input[type='checkbox']:checked + .main-user-consent-request-announce:before {
    content: "";
    background-size: cover;
    color: #202020;
}

#OneClickEmodal.emodal_form .main-user-consent-request-announce:before {
    color: var(--main_color);
    border-color: var(--main_color);
}

#OneClickEmodal .form_inputs {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

#OneClickEmodal .form_inputs input {
    border: 1px solid var(--main_text_gray);
    border-radius: 6px;
    outline: none;
    padding: 16px;
    color: var(--main_text_black);
    font-size: 14px;
    height: 50px;
    width: 100%;
}

#OneClickEmodal .form_inputs input:not(:last-child) {
    /*margin-bottom: 8px;*/
    /*margin-bottom: 24px;*/
}


#OneClickEmodal .form_inputs input:focus {
    border: 1px solid var(--main_text_gray);
}

#OneClickEmodal .form_inputs input + .error-msg,
.fullError.error-msg{
    font-size: 12px;
    color: rgba(244, 67, 54, .6);
    height: 12px;
    margin-top: 2px;
    margin-bottom: 12px;
    text-align: left;
    opacity: 0;
}
.fullError.error-msg{
    opacity: 1;
}
#OneClickEmodal .form_inputs input.error + .error-msg {
    opacity: 1;
}

#OneClickEmodal .btn {
    background-color: var(--main_color);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main_text_button);
    width: 100%;
    min-height: 50px;
    height: 50px;
    transition: .2s!important;
}

#OneClickEmodal .btn:hover {
    background-color: var(--yellow-button-hover);
    transition: .2s;
}

#OneClickEmodal .btn:active {
    transform: scale(0.95);
    transition: .2s;
}

#one-click-btn-send.disabled {
    background-color: var(--border-bottom-gray) !important;
    color: var(--gray-button-color) !important;
    pointer-events: none;
}

.background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: var(--main-txt);
    opacity: 0;
    transition: opacity 0.3s;
}

.background.open {
    display: block;
    opacity: 0.3;
}

#wrp_msg div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.phone-wrp {
    position: relative;
}

.captcha-wrap {
    display: flex;
}

.captcha-input-wrap {
    position: relative;
    width: 50%;
}

.captcha-wrap .captcha {
    margin-bottom: 24px;
    margin-left: 12px;
    max-width: 50%;
    height: 50px;
}

.reload-captcha {
    position: absolute;
    width: 36px;
    height: 36px;
    background: var(--main_color);
    border-radius: 6px;
    right: 6px;
    top: 50%;
    margin-top: -32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.reload-captcha svg {
    fill: var(--main_text_button);
}

@media(hover:hover){
    .reload-captcha:hover {
        background-color: var(--yellow-button-hover);
    }
}

.reload-captcha:active {
    transform: scale(0.95);
}

.wrp-flag {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

.flag_phone_disable {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.agreement-wrp .agreement {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
    cursor: pointer;
}

.agreement-wrp > .agreement-input {
    float: left;
    height: 18px !important;
    width: 18px !important;
    text-align: center;
    margin: 2px 8px 0 0;
    border: 1px solid #C4C4C4 !important;
    border-radius: 3px !important;
    background-color: #fff;
    padding: 0 !important;
    transition: 0.2s all linear;
    cursor: pointer;
}

.agreement-wrp > .agreement-input:hover {
    border: 1px solid var(--main-txt) !important;
}

.agreement-wrp > .agreement-input.checked {
    background: url(/bitrix/components/krayt/krayt.one.click/templates/vue/images/check-symbol.svg) no-repeat center;
    background-size: contain;
    border: 1px solid #DBC96B!important;
}

.agreement-wrp > .agreement-input.checked:hover {
    border: 1px solid #A6974D!important;
}

.agreement-wrp .agreement span{
    border-bottom: 1px dashed var(--main-txt);
    transition: 0.2s;
}
.agreement-wrp .agreement span:hover{
    border-color: transparent;
}

#agreement-modal{
    width: 640px;
    margin-left: -120px;
    padding: 40px;
    display: none;
}

#agreement-modal.open{
    display: block;
}

#agreement-modal .title{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 32px;
    color: var(--main_text_black);
    text-align: left;
}

#agreement-modal .content{
    text-align: left;
    padding: 0 10px 10px 0;
    width: 100%;
    background: #fff;
    -moz-appearance: none;
    font-size: 14px;
    border-radius: 6px;
    margin: 0 0 20px 0;
    height: 280px;
    line-height: 160%;
}

#agreement-modal .buttons{
    display: flex;
    justify-content: space-between;
}

#agreement-modal .btn{
    width: calc(50% - 4px);
    transition: 0.2s all linear;
}

#agreement-modal .btn.no-agree{
    background-color: var(--border-bottom-gray);
    color: var(--main-txt);
}

#agreement-modal .btn.no-agree:hover{
    background-color: var(--gray-button-hover);
}

.wrp-btn-komplekt-nabor .one_click{
    display: none;
}
@media (max-width: 660px) {
    #agreement-modal{
        width: 100%;
        margin-left: 0;
        padding: 20px;
    }
    #agreement-modal .title{
        font-size: 22px;
        margin-bottom: 12px;
    }
}
@media (max-width: 500px) {
    .emodal_form {
        width: calc(100% - 20px);
        padding: 40px 20px 20px;
    }
    #OneClickEmodal #close_onebay.mdi-close {
        right: -15px;
        top: -35px;
    }
    #OneClickEmodal .form_inputs input{
        padding-left: 8px;
    }
}

/* End */


/* Start:/local/templates/market/components/bitrix/sale.prediction.product.detail/main/style.css?17513847621032*/
#sale_prediction {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    background: var(--main_bg_gray);
    border-radius: 12px;
    padding: 24px 24px 24px 72px;
    color: var(--main_text_black);
    margin-bottom:12px;
}

#sale_prediction:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(/local/templates/market/components/bitrix/sale.prediction.product.detail/main/./images/sale.svg) no-repeat center;
    top: 24px;
    left: 24px;
}
#sale_prediction .sale-prediction-title{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 4px;
    text-transform: uppercase;
}
#sale_prediction .catalog-element-popup-info a {
    color: var(--blue-link);
    border-bottom: 1px solid transparent;
    transition: 0.2s all linear;
}

#sale_prediction .catalog-element-popup-info a:hover {
    color: var(--blue-link);
    border-bottom: 1px solid var(--blue-link);
    transition: 0.2s all linear;
}

.catalog-element-popup-element {
    text-decoration: underline;
}
/* End */


/* Start:/bitrix/components/krayt/krayt.comments/templates/vue/style.css?175138455520773*/
.reviews-header {
    transition: opacity .5s ease;
    overflow: hidden;
    width: 310px!important;
    margin-left: 120px;
}

#comment_list_wrp{
    flex: 1;
    overflow: hidden;
}
.reviews-header-row>div{
    width: 100%;
    margin-bottom: 22px;
}
.reviews-header .rating {
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews-header .stars-list {
    display: flex;
    align-items: center;
    pointer-events: none;
}
.reviews-header .stars-list > .star:not(:last-child){
    margin-right: 5px;
}
.reviews-header .star,
.reviews-header .star.empty{
    width: 22px;
    height: 22px;
}
.reviews-header .count-rating {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
}
.reviews-header .all_rating {
    font-size: 14px;
    font-weight: 400;
    color: var(--main-txt);
}

.reviews-header .item {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.reviews-header-row .ec_comment_show{
    font-size: 16px;
    cursor: pointer;
    height: 56px;
}
.reviews-header .item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
.reviews-header .item span:first-child {
    width: 33%;
}
.reviews-header .item span:nth-child(2) {
    order: 3;
}
.reviews-header .item .rating-line {
    width: 172px;
    height: 6px;
    margin-top: 4px;
    background: #eee;
    border-radius: 15px;
}
.reviews-header .item .rating-line span {
    display: block;
    height: 100%;
    border-radius: 10px;
    background: #455360;
}

.ec-comment .author .ec-rating span{
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400;
}
div.element_description .ec-rating{
    background-color: transparent;
}
.comments_rating .ec-rating .ec-criteria .star{
    cursor: pointer !important;
}

.comments_rating .ec-rating .ec-criteria .ec-criteria-rating{
    flex-direction: row-reverse;
}

.element_description .author {
    color: #636363;
    font-size: 13px;
    /*width: 30%;*/
    width: 19%;
    flex-shrink: 0;
    padding-right: 15px;
}

.element_description .author .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 11px;
}
.element_description .author .city,
.element_description .author time {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--main_text_gray);
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.element_description .author .city{
    margin-bottom: 12px;
}

.element_description .author time {
    display: inline-block;
    margin-bottom: 16px;
}


.element_description .emarket-comments {
    position: relative;
    font-size: 14px;
    background-color: #fff;
    width: 100%;
    padding-top: 20px;
}

.element_description .emarket-comments .emarket-comments-wrap{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    /*gap: 120px;*/
}

.element_description .emarket-comments h2{
    display: none;
}
.element_description .emarket-comments .rating,
.element_description .ec-rating .ec-criteria .ec-criteria-rating,
.element_description .ec-rating .ec-criteria-full .ec-criteria-rating {
    display: flex;
    align-items: center;
    /*gap: 2px;*/
}

.element_description .ec-rating .ec-criteria .ec-criteria-rating>a:not(:last-child){
    margin-right: 2px;
}

.element_description .ec-rating .ec-criteria-full .ec-criteria-rating>*:not(:last-child){
    margin-right: 2px;
}

.element_description .emarket-comments .rating span {
    position: relative;
    top: -5px;
    padding-left: 7px;
    margin-right: 10px;
    font-weight: 600;
}
.ec-comment.row{
    border-top: 1px solid #dfdfdf;
}
.ec-comments-list.clear{
    border-bottom: 1px solid #dfdfdf;
}

.element_description .ec-comments-add {
    overflow: hidden;
    transition: opacity .5s ease;
}

.element_description .ec-comments-add.open {
    display: block
}

.element_description .ec-comments-add span {
    padding-top: 15px;
    padding-bottom: 5px;
    display: block;
    font-weight: 500;
}

.element_description .ec-comments-add span:first-child {
    padding-top: 0
}

.element_description .ec-comments-add span:after {
    content: "*";
    color: var(--main_color);
    padding-left: 3px;
}

.comment-form{
    width: 500px;
}

.ec-input-param{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.ec-input-param:last-child{
    height: 44px;
}

.element_description .ec-comments-add input, .element_description .ec-comments-add textarea {
    width: 100%;
    border: 1px solid #DDDDDD;
    padding: 5px 5px 5px 16px;
    transition: .2s;
    border-radius: 6px;
}

.element_description .ec-comments-add textarea {
    resize: none;
    overflow: inherit;
    height: 100px;
}

.element_description .ec-comments-add input.ec-empty, .element_description .ec-comments-add textarea.ec-empty {
    background-color: #fbf4f4;
    color: #dd6262;
    border: 1px solid #dd6262;
}

.element_description .ec-comments-add input.ec-empty:focus, .element_description .ec-comments-add textarea.ec-empty:focus {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: initial;
    font-size: 14px
}

.element_description .ec-comments-add .required_fields {
    float: left;
    width: 100%;
    padding: 15px 0
}

.element_description .ec-comments-add .required_fields p {
    color: #9e9e9e
}

.element_description .ec-comments-add .required_fields span {
    display: initial;
    padding-top: 0
}
.ec_comments_new_buttons{
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*gap: 25px;*/
}
.ec_comments_new_buttons .btn{
    color: var(--main_text_black);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.ec_comments_new_buttons .btn:first-child{
    margin-right: 25px;
}
#ec_comment_add,
#ec_comment_cancel{
    width: 50%;
    transition: 0.2s all linear!important;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus, .btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus{
    background-color: var(--main_color);
}

#ec_comment_cancel{
    height: 50px;
    border-radius: 6px;
    background-color: var(--border-bottom-gray);
    transition: 0.2s all linear;
}

#ec_comment_cancel:hover{
    background: var(--gray-button-hover);
    transition: 0.2s all linear;
}

#ec_comment_cancel:active {
    transform: scale(0.95);
    transition: 0.2s all linear;
}
.element_description .ec-comments-add .ec-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.element_description .ec-comments-captcha_title span {
    padding-top: 15px !important
}
.element_description .ec-comments-captcha img {
    height: 50px;
    width: auto;
}

.element_description .comments_rating {
    padding-left: 60px;
    width: 400px;
}

.comments_rating .star, .comments_rating .star.empty{
    width: 22px;
    height: 22px;
}

.element_description .ec-rating {
    background-color: #f5f5f5;
    max-width: 365px
}

.element_description .ec-rating span:after {
    display: none
}

.element_description .ec-rating .ec-criteria, .element_description .ec-rating .ec-criteria-full {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.element_description .ec-rating .ec-criteria-full {
    padding-top: 10px;
    border-top: solid 1px #e6e6e6;
    margin-top: 15px;
    pointer-events: none;
}

.element_description .ec-rating .ec-criteria span, .element_description .ec-rating .ec-criteria-full span {
    float: left;
    width: 60%;
    padding-bottom: 0;
    font-weight: 400;
}
.element_description .ec-rating .ec-criteria .ec-criteria-val, .element_description .ec-rating .ec-criteria-full .ec-criteria-val {
    margin-left: 8px;
    margin-top: 1px;
    font-size: 13px;
    font-weight: 400;
    color: var(--main-txt);
}

.element_description .ec-rating .ec-criteria-full span {
    /*padding-bottom: 20px;*/
    font-weight: 500;
}

.element_description .ec-comment {
    padding: 50px 0 44px 0;
    border-bottom: 1px solid #e6e6e6;
}

.element_description .ec-comment:first-child {
    padding-top: 0;
}

.element_description .ec-comment .ec-rating {
    display: flex;
    align-items: center;
    padding: 0;
    background: 0 0;
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 20px;
    margin-bottom: 10px;
}

.element_description .ec-comment .ec-rating-stars{
    display: flex;
}

.element_description .ec-comment .rating_comments .ec-rating .star {
    position: relative;
    top: -1px;
    -webkit-transition: none;
    transition: none
}
.element_description .ec-comment .ec-rating>div:not(:last-child){
    margin-right: 2px;
}

.element_description .ec-comment .rating_comments i {
    font-size: 20px;
    position: absolute;
    color: #2196f3;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    top: -1px
}

.element_description .ec-comment .rating_comments .ec-rating-list-show {
    color: var(--main_color);
    float: left;
    line-height: 17px;
    display: flex;
    font-size: 14px;
    position: relative;
    border-bottom: 1px dashed var(--main_color);
    flex: 0 0 auto;
    max-width: 100%;
}
.ec-rating-list-show:after{
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: 7px;
    right: -16px;
    border-bottom: 1px solid var(--main_font_color);
    border-left: 1px solid var(--main_font_color);
    transform: rotate(-45deg);
    transition: .2s;
}
.ec-rating-list-show.arrow-top:after{
    bottom: 3px;
    transform: rotate(135deg);
}
.element_description .ec-comment .rating_comments .ec-rating-list-show:hover {
    border-bottom-color: transparent;
}

.element_description .ec-comment .rating_comments .ec-rating-list-show:active {
    color: var(--main_color);
}

.element_description .ec-comment .rating_comments .ec-rating-list-show.arrow-top i {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.element_description .ec-comment .ec-rating-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.element_description .ec-comment .msg {
    width: 100%;
}

.element_description .ec-comment .msg span {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 10px;
}
.element_description .ec-comment .msg p{
    font-weight: 300;
    font-size: 16px;
    line-height: 190%;
    max-width: 850px;
    white-space: pre-wrap;
}

.element_description .ec-comment .msg-plus {
    margin-bottom: 40px;
}


.element_description .no-comment {
    text-align: center;
    display: block;
    padding: 20px 0;
}

.star {
    background-image: url(/bitrix/components/krayt/krayt.comments/templates/vue/images/star_full.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: none;
    fill: var(--main_color)!important;
}

.star:hover {
    cursor: pointer
}

.star.empty {
    background-image: url(/bitrix/components/krayt/krayt.comments/templates/vue/images/star_empty.svg);
}

.star:hover{
    background-image: url(/bitrix/components/krayt/krayt.comments/templates/vue/images/star_full.svg);
}

.star:hover ~ .star{
    background-image: url(/bitrix/components/krayt/krayt.comments/templates/vue/images/star_full.svg);
}

.star.half {
    background-image: url(/bitrix/components/krayt/krayt.comments/templates/vue/images/star_half.svg);
}

.star.empty.active {
    background-image: url(/bitrix/components/krayt/krayt.comments/templates/vue/images/star_full.svg);
}
.star, .star.empty {
    height: 16px;
    width: 16px;
    cursor: default !important;
}

.error-rating{
    background-color: #fbf4f4;
    color: #dd6262;
    border: 1px solid #dd6262;
    border-radius: 6px;
    padding: 5px;
    text-align: center;
    margin-top: 15px;
    display: none;
}
.error-rating.show{
    display: block;
}

.author time, .author p:not(.name) {
    font-size: 14px;
    color: #8d8d8d;
}

.comments_rating span {
    margin-right: auto;
}
.reviews-plug {
    display: flex;
    /*align-items: center;*/
    align-items: start;
    justify-content: space-between;
    flex-direction: row;
    transition: opacity .5s ease;
    overflow: hidden;
    width: 100%;
    flex-wrap: wrap-reverse;
}

.reviews-plug-l p {
    color: #D7D7D7;
    margin-bottom: 23px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.reviews-plug-l svg {
    fill: var(--main_bg_gray);
}


.reviews-plug-r{
    width: 310px;
    margin-bottom: 40px;
}
.rating-marks{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 40px;
}
.reviews-plug-r svg {
    fill: var(--border-bottom-gray);
}
.no-marks{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
.ec_comment_show{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    width: 100%;
    cursor: pointer;
}
.reviews-plug * {
    /*flex-shrink: 0;*/
}
#CommentModalModeration {
    width: 400px;
    max-width: calc(100% - 20px);
    padding: 60px 40px 40px;
}
#CommentModalModeration svg {
    display: block;
    margin: 0 auto 40px;
}
#CommentModalModeration svg + p{
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}
#CommentModalModeration .popup-window-buttons{
    padding: 0;
}
#CommentModalModeration .ok-btn{
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: var(--main_color);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    transition: 0.2s;
    margin: 40px 0 0;
    padding: 0;
    color: var(--main_text_button);
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    font-family: 'Roboto';
}
#CommentModalModeration .ok-btn:hover{
    background-color: var(--yellow-button-hover);
}
#CommentModalModeration .ok-btn:active{
    transform: scale(0.95);
}

/*Modal*/
.modal-comment{
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-comment-layout{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.modal-comment-content {
    position: relative;
    background-color: #fff;
    width: 400px;
    max-width: calc(100% - 20px);
    padding: 60px 40px 40px;
    border-radius: 12px;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
}

.modal-comment-title{
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: var(--main_text_black);
    display: flex;
    justify-content: center;
    padding: 0;
}

.modal-comment svg{
    display: block;
    margin: 0 auto 40px;
}

.modal-comment-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
}

.modal-comment-ok-btn{
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: var(--main_color);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    transition: 0.2s;
    margin: 40px 0 0;
    padding: 0;
    color: var(--main_text_button);
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    font-family: 'Roboto';
}

.modal-comment-ok-btn:hover{
    background-color: var(--yellow-button-hover);
}

.modal-comment-ok-btn:active{
    transform: scale(0.95);
}


@media (max-width: 1280px){
    .reviews-header{
        margin-left: 80px;
    }
}
@media (max-width: 1180px){
    .element_description .emarket-comments .emarket-comments-wrap{
        flex-direction: column-reverse;
    }
    .reviews-header{
        margin: 0;
    }
    .element_description .ec-comment:first-child{
        padding-top: 50px;
    }
    .reviews-header-row>div{
        width: 310px;
    }
}
@media(max-width: 940px){
    .element_description .comments_rating{
        width: 325px;
    }
    .comment-form,
    .ec_comments_new_buttons{
        width: 400px;
    }
}
@media(max-width: 768px){
    .element_description .author{
        width: 24%;
    }
    .ec_comments_new_buttons{
        width: 100%;
    }
    .element_description .comments_rating{
        padding-left: 0 !important;
        margin-top: 24px;
        width: 100% !important;
    }
    .comment-form{
        width: 100%;
    }
    div.element_description .ec-rating{
        max-width: 100%;
    }
}
@media(max-width: 678px){
    .reviews-header .item:last-child{
        margin-bottom: 30px;
    }
    .reviews-header{
        margin-bottom: 0;
        width: 100%!important;
    }
    .reviews-header-row>div{
        width: 100%;
    }
    .reviews-header .item .rating-line{
        width: 93%;
        margin: 4px 20px 0 20px;
    }
    .reviews-header .item span:first-child{
        width: 28%;
    }
}
@media(max-width: 576px){
    .element_description .author{
        width: 33%;
    }
    .element_description .emarket-comments {
        padding: 0;
    }
    .reviews-header .stars-list > .star:not(:last-child){
        margin-right: 4px;
    }
    .reviews-header .star,
    .reviews-header .star.empty{
        width: 20px;
        height: 20px;
    }
    .reviews-header .count-rating{
        font-size: 16px;
        line-height: 19px;
    }
    .reviews-header .rating{
        padding-bottom: 16px;
    }
    .reviews-header-row .ec_comment_show{
        height: 48px;
    }
    .element_description .ec-comment{
        padding: 24px 0;
    }
    .element_description .ec-comment:first-child{
        padding-top: 44px;
    }
}
@media(max-width: 480px){
    .reviews-plug-r{
        width: 100%;
    }
    .element_description .ec-comment{
        padding: 32px 0;
    }
    .reviews-header-row>div{
        margin-bottom: 0;
    }
    .element_description .ec-comment>.d-flex{
        flex-direction: column;
    }
    .reviews-header .item span:first-child{
        width: 45%;
    }
    .ec-comment .author .ec-rating span{
        font-size: 14px;
    }
    .element_description .author{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 24px;
    }
    .element_description .author .name{
        width: 48%;
        order: -1;
        margin-top: 3px;
        margin-bottom: 12px;
        font-size: 14px;
    }
    .element_description .author .city{
        width: 100%;
        margin-bottom: 12px;
        font-size: 12px;
    }
    .element_description .author time{
        font-size: 12px;
        margin-bottom: 0;
    }
    .element_description .ec-comment .rating_comments{
        max-width: 40%;
        order: -1;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 6px;
    }
    .element_description .ec-comment .rating_comments .ec-rating{
        max-width: none;
        margin-bottom: 0;
    }
    .element_description .ec-comment .ec-rating{
        max-width: 40%;
        order: -1;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 6px;
    }
    .element_description .ec-comment .msg-plus{
        margin-bottom: 24px;
    }
    .element_description .ec-comment .msg span{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .element_description .ec-comment .msg p{
        font-size: 14px;
        line-height: 160%;
    }
}
@media(max-width: 440px){
    #CommentModalModeration{
        max-width: calc(100% - 40px);
        padding: 40px 20px 20px;
    }
    #CommentModalModeration svg{
        margin-bottom: 32px;
    }
    #CommentModalModeration .ok-btn{
        height: 46px;
        margin-top: 32px;
    }
}
/* End */


/* Start:/local/templates/market/components/bitrix/catalog.store.amount/element/style.css?17513847627130*/

div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }

.bx_storege ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.bx_storege ul li{
  padding: 5px 0 20px;
  font-size: 12px;
  line-height: 17px;
}
.bx_storege ul li a{
  text-decoration: none;
  color: var(--main_link_color);
}
.bx_storege ul li a:hover{
  text-decoration: underline;
}


.catalog-stores-item-name{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.catalog-stores-contacts{
  width: 21%;
}
.catalog-stores-item-dop-info {
  width: 26%;
}
.catalog-stores-item-pay{
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 16px;
}
.stores_items_left{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.catalog-stores-shop-number{
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 16px;
}
.catalog-stores-item-address{
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 12px;
}

.catalog-stores-item-social{
  display: flex;
  flex-direction: column;
}
.catalog-stores-item-social .social-item{
  line-height: 0;
  margin-bottom: 12px;
  white-space: nowrap;
}
.catalog-stores-item-social .social-item:last-child{
  margin-bottom: 0;
}
.catalog-stores-item-social a{
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--main-txt);
  border-bottom: 1px dashed var(--main-txt);
  transition: 0.2s all linear;
}

.catalog-stores-item-social a:hover{
  border-bottom: 1px dashed transparent;
  color: var(--main-txt)!important;
  transition: 0.2s all linear;
}


.catalog-stores-item-phone,
.catalog-stores-item-email{
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 12px;
}

.catalog-stores-item-payment{
  width: 12%;
  flex-shrink: 0;
}
.catalog-stores-item-payment .accept_payment{
  font-size: 12px;
  line-height: 11px;
  color: #83879C;
}
.catalog-stores-item-payment .payment_description{
  color: var(--main_font_color);
  font-size: 14px;
}
.catalog-stores-item-title{
  width: 28%;
}
.second-column{
  width: 64%;
  display: flex;
  justify-content: space-between;
}

.metro-schedule-wrap>div:first-child{
  margin-bottom: 24px;
}

.catalog-stores-item-metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.catalog-stores-item-metro .metro_icon{
  margin-right: 8px;
  line-height: 1;
  margin-top: -3px;
  min-width: 16px;
}
.catalog-stores-item-metro .metro_icon svg,
.catalog-stores-item-metro .metro_icon svg path{
  min-width: 15px;
  width: 15px;
  overflow: visible;
  fill: currentColor;
}
.catalog-stores-item-schhedule{
  margin-bottom: 12px;
}
.catalog-stores-item-description{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.metro_name,
.schedule,
.availability{
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.catalog-stores-item-description span{
  padding: 0 14px;
  height: 30px;
  color: #626262;
  background-color: var(--main_bg_gray);
  border-radius: 14px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 8px;
}
.circule-wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  width: 38px;
  height: 28px;
  padding: 4px;
  margin-right: 8px;
}
.circule{
  width: 8px;
  height: 18px;
  border-radius: 2px;
}
.circule.green{
  background-color: #7DC054;
}
.circule.grey{
  background-color: #808080;
}
.circule.orange{
  background-color: #F3A952;
}
.circule.little-amount{

}

.circule.big-amount{

}

.circule.disable{

}
.payments_description {
  display: flex;
  align-items: center;
}
.payments_description .green{
  color: #7DC054;
  line-height: 1;
}
.store_item{
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: 1px solid #EFEFEF;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 20px;
  transition: .3s ease;
  border-radius: 14px;
  min-height: 254px;
}
.store_item:last-child{
  margin-bottom: 0;
}
.payments_description.green{
  color: #89E769;
}
.payments_description.grey{
  color: #ECECEC;
}
.payments_description.orange{
  color: #FFCA42;
}

.payments_description.grey .circule{
  background-color: #ECECEC;
}
.payments_description.orange .circule{
  background-color: #FFCA42;
}
.payments_description.orange .circule:nth-child(2),
.payments_description.orange .circule:last-child{
  background-color: #ECECEC;
}
.payments_description.green .circule{
  background-color: #89E769;
}

.store_item .subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 16px;
}

.catalog-stores-item-info .subtitle + a:hover {
   color: var(--main_color);
 }

@media (max-width: 1140px){
  .second-column{
    flex-direction: column;
  }
  .second-column>div{
    margin-bottom: 24px;
  }
  .second-column{
    width: 40%;
  }
}
@media (max-width: 992px){
  .store_item{
    flex-wrap: wrap;
  }
  .catalog-stores-item-title{
    width: 46%;
  }
  .catalog-stores-contacts{
    width: 35%;
  }
  .catalog-stores-item-dop-info{
    width: 46%;
    margin-top: 32px;
  }
  .catalog-stores-item-payment{
    width: 35%;
    margin-top: 32px;
  }
}
@media (max-width: 678px){
  .catalog-stores-item-title,
  .catalog-stores-contacts,
  .catalog-stores-item-dop-info,
  .catalog-stores-item-payment{
    width: 100%;
    margin-top: 32px;
  }
  .catalog-stores-item-payment{
    margin-top: 24px;
  }
  .catalog-stores-item-title{
    margin-top: 0;
  }
  .store_item{
    padding: 24px;
  }
  .catalog-stores-shop-number,
  .store_item .subtitle{
    margin-bottom: 16px;
    font-size: 14px;
  }
  .catalog-stores-item-address,.catalog-stores-item-phone, .catalog-stores-item-email{
    /*font-size: 12px;*/
    margin-bottom: 16px;
  }
  .metro_name, .schedule,.catalog-stores-item-social a, .pay-info, .availability{
    /*font-size: 12px;*/
  }
  .catalog-stores-item-schhedule{
    margin-bottom: 0;
  }
  .catalog-stores-item-social .social-item{
    margin-bottom: 16px;
  }
}


/* End */
/* /bitrix/components/krayt/krayt.request.quote/templates/vue/style.css?175138455513338 */
/* /local/templates/market/components/bitrix/catalog.product.subscribe/electrotools/style.css?17513847624608 */
/* /bitrix/components/krayt/krayt.one.click/templates/vue/style.css?175138455511364 */
/* /local/templates/market/components/bitrix/sale.prediction.product.detail/main/style.css?17513847621032 */
/* /bitrix/components/krayt/krayt.comments/templates/vue/style.css?175138455520773 */
/* /local/templates/market/components/bitrix/catalog.store.amount/element/style.css?17513847627130 */
