

/* Start:/bitrix/components/krayt/krayt.request.quote/templates/vue/style.css?174199509313338*/
.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?17419953784608*/
/* 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/bitrix/main.userconsent.request/templates/.default/user_consent.css?17419950904354*/
.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 var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	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: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.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: none;
}

.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: rgb(84, 84, 84);
}

.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;
}

/** LOADER **/
.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%;
	}
}
/* End */


/* Start:/bitrix/components/tinkoff/tcb.button/templates/.default/tcb_button.css?175127913314075*/
@font-face {
	font-family: haas;
	font-style: normal;
	font-weight: 400;
	src: url(https://tcb.cdn-tinkoff.ru/static/fonts/haas/v6/NeueHaasUnicaW1G-Regular.eot) format("eot"),url(https://tcb.cdn-tinkoff.ru/static/fonts/haas/v6/NeueHaasUnicaW1G-Regular.woff2) format("woff2"),url(https://tcb.cdn-tinkoff.ru/static/fonts/haas/v6/NeueHaasUnicaW1G-Regular.woff) format("woff"),url(https://tcb.cdn-tinkoff.ru/static/fonts/haas/v6/NeueHaasUnicaW1G-Regular.ttf) format("ttf")
}

@font-face {
	font-family: haas;
	font-style: normal;
	font-weight: 500;
	src: url(https://tcb.cdn-tinkoff.ru/static/fonts/haas/v6/NeueHaasUnicaW1G-Medium.eot) format("eot"),url(https://tcb.cdn-tinkoff.ru/static/fonts/haas/v6/NeueHaasUnicaW1G-Medium.woff2) format("woff2"),url(https://tcb.cdn-tinkoff.ru/static/fonts/haas/v6/NeueHaasUnicaW1G-Medium.woff) format("woff"),url(https://tcb.cdn-tinkoff.ru/static/fonts/haas/v6/NeueHaasUnicaW1G-Medium.ttf) format("ttf")
}

@font-face {
	font-family: TinkoffSans;
	font-style: normal;
	font-weight: 400;
	src: url(https://tcb.cdn-tinkoff.ru/static/fonts/TinkoffSans/v2/TinkoffSans_Regular.woff2) format("woff2"),url(https://tcb.cdn-tinkoff.ru/static/fonts/TinkoffSans/v2/TinkoffSans_Regular.woff) format("woff")
}

@font-face {
	font-family: TinkoffSans;
	font-style: normal;
	font-weight: 500;
	src: url(https://tcb.cdn-tinkoff.ru/static/fonts/TinkoffSans/v2/TinkoffSans_Medium.woff2) format("woff2"),url(https://tcb.cdn-tinkoff.ru/static/fonts/TinkoffSans/v2/TinkoffSans_Medium.woff) format("woff")
}

@font-face {
	font-family: TinkoffSans;
	font-style: normal;
	font-weight: 700;
	src: url(https://tcb.cdn-tinkoff.ru/static/fonts/TinkoffSans/v2/TinkoffSans_Bold.woff2) format("woff2"),url(https://tcb.cdn-tinkoff.ru/static/fonts/TinkoffSans/v2/TinkoffSans_Bold.woff) format("woff")
}
#tcb--popup-window{
	border-radius: 24px;
	padding: 32px 0;
	box-shadow: 0px 18px 30px 0px #000000A3;
	max-width: 100%;
}
.tcb--popup-window-wrap{
	padding: 0 32px;
}
#tcb--popup-window .popup-window-close-icon {
	opacity: 1;
	width: 32px;
	height: 32px;
}
#tcb--popup-window .popup-window-close-icon:after{
	background-image: url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/close.svg');
	width: 32px;
	height: 32px;
}
.tcb--popup-logo{
	display: flex;
	justify-content: center;
}
.tcb--popup-logo_img{
	width: 150px;
	height: 34px;
}
.tcb--popup-product, .tcb--popup-contactinfo{
	margin-top: 32px;
}
.tcb--popup-product_title,.tcb--popup-contactinfo_title{
	font-family: TinkoffSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
	line-height: 24px;
}
.tcb--popup-conditions{
	margin-top: 32px;
}
.tcb--popup-conditions_title{
	font-family: TinkoffSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
	line-height: 24px;
	padding: 0 32px;
}

#tcb--popup-window .popup-window-close-icon {
	position: fixed;
}

.tcb--form_quantity-field{
	padding: 13px 12px;
	border-radius: 8px 0px 0px 8px;
	background: #244A7F0F;
	font-family:haas,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin-right: 2px;
	cursor: text;
}
.tcb--form_quantity-field:hover {
	background: #244A7F14;
}

.tcb--form_quantity-field.tcb--form-field--focus{
	padding: 12px 11px;
	border: 1px solid #000;
}
.tcb--form_quantity-field.tcb--form-field--focus.tcb--form-field--invalid{
	padding: 12px 11px;
	border: 1px solid #E31C1C;
}

.tcb--form-field--focus #tcb--form_quantity{
	margin-top: 0px;
}
.tcb--form_quantity-field.tcb--form-field--focus:hover {
	background: #fff;
}

#tcb--form_plus_button{
	width: 32px;
	height: 21px;
	border-radius: 0px 8px 0px 0px;
	background: url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/plus.svg') #244A7F0F no-repeat center center;
	display: inline-block;
	margin-bottom: 2px;
}

#tcb--form_plus_button:focus {
	outline: none;
}
#tcb--form_plus_button:hover{
	background-color: #244A7F14;
}
#tcb--form_plus_button:disabled{
	opacity: 0.56;
}

#tcb--form_minus_button{
	width: 32px;
	height: 21px;
	border-radius: 0px 0px 8px 0px;
	background: url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/minus.svg') #244A7F0F no-repeat center center;
	display: inline-block;
	/*opacity: 0.56px*/
}
#tcb--form_minus_button:focus{
	outline: none;
}
#tcb--form_minus_button:hover{
	background-color: #244A7F14;
}

#tcb--form_minus_button:disabled{
	opacity: 0.56;
}

#tcb--form_quantity {
	background: none;
	border: none;
	width: 20px;
	padding: 0;
}
#tcb--form_quantity:focus {
	outline: none;
}

.tcb--form-row_cell{
	flex: 1;
}

.tcb--form-field {
	border-radius: 12px;
	padding: 0 16px 0 12px;
	background: #244A7F0F;
	margin: 20px 0 0 0;
	position: relative;
	width: 100%;
	cursor: text;
	display: inline-block;
	box-shadow: none;
}

.tcb--form-sep {
	width: 20px;
}
#tcb--form .tcb--form-field input,#tcb--form .tcb--form-field textarea {
	text-align: left;
	width: 100%;
	border: none;
	font-family: haas,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	background: none;
	padding: 9px 4px;
	margin-top: 18px;
	color: #000000CC;
}
.tcb--form-field textarea{
	height: 35px;
	resize:none;
	padding: 7px 4px!important;
}

.tcb--form-field textarea.tcb--form-field--tall{
	height: 83px;
}

.tcb--form-field input:focus,.tcb--form-field textarea:focus {
	outline: none;
}

.tcb--form-field:hover {
	background: #244A7F14;
}


.tcb--form-field--invalid {
	background: #E01F191F;
}

.tcb--form-field--focus {
	background: #fff;
	border: 1px solid #000000;
	color: #000;
	padding: 0 16px 0 11px;
}

.tcb--form-field--focus:hover {
	background: #fff;
}

.tcb--form-field--invalid.tcb--form-field--focus {
	border: 1px solid #E31C1C;
}

.tcb--form-field_label {
	position: absolute;
	font-size: 15px;
	line-height: 20px;
	color: #0000008A;
	top: 18px;
	left: 16px;
}

.tcb--form-field--filled .tcb--form-field_label{
	top: 10px;
	left: 16px;
	font-size: 13px;
	line-height: 16px;
	color: #000000CC;
}

.tcb--form-field--focus .tcb--form-field_label{
	top: 9px;
	left: 15px;
	font-size: 13px;
	line-height: 16px;
	color: #000000CC;
}

.tcb--form-field--focus input, .tcb--form-field--focus textarea {
	margin-top: 17px;
}
.tcb--form-row_error {
	color: #E31C1C;
	font-size: 13px;
	line-height: 20px;
	font-family: haas,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	margin-top: 4px;
}
.tcb--form-row_error--hidden {
	display: none;
}
.tcb--popup-product_line{
	display: flex;
	padding: 16px;
	border-bottom: 1px solid #0010241F;
	font-size: 15px;
	line-height: 24px;
	font-family: haas,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	justify-content: space-between;
	align-items: center;
}
.tcb--popup-product_total {
	padding: 16px;
	display: flex;
	font-size: 15px;
	line-height: 24px;
	font-family: haas,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	justify-content: space-between;
}
.tcb--form_total_wrap {
	font-weight: 500;
}
.tcb--form_quantity_block{
	display: flex;
	flex-direction: column;
	min-width: 100px;
}
.tcb--form_quantity_input_wrap {
	display: flex;
}
.tcb--form_buttons{
	display: flex;
	flex-direction: column;
}
.tcb--form_buttons button{
	border: none;
	background: #244A7F0F;
	display: block;
	height: 16px;
	width: 16px;
}
.tcb--popup-product_info{
	margin-top: 20px;
	border: 1px solid #0010241F;
	border-radius: 16px;
}
.tcb--form-row{
	display: flex;
}
.tcb--button {
	border: none;
	background: #FFDD2D;
	color: #000000CC;
	font-size: 15px;
	line-height: 24px;
	padding: 16px 24px;
	font-family: haas;
	border-radius: 12px;
}

.tcb--button:hover {
	background: #FFCD33;
}


.tcb--button:focus {
	outline: none;
}

.tcb--button:active {
	background: #FAB619;
}

#tcb--button {
	background-image: url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/logo.svg');
	padding-left: 66px;
	background-repeat: no-repeat;
	background-position-y: 0px;
	background-position-x: 10px;
	font-weight: 500;
	display: block;
	margin: 0 auto;
	background-size: 55px;
	border-radius: 8px;
	/*
	background-position-y: 7px;
	background-size: 38px;
	padding-left: 62px;*/

}
#tcb--button_wrap {
	container-name: tcbbutton;
	container-type: inline-size;
}
@container tcbbutton (max-width: 256px) {
  #tcb--button {
    background-image: url(/bitrix/components/tinkoff/tcb.button/templates/.default/img/logo.svg);
	background-repeat: no-repeat;
	background-position-y: -3px;
	background-position-x: 10px;
	/*
	background-position-y: 7px;
	background-size: 23px;
	padding: 5px 20px 7px 43px;
	*/
	background-size: 34px;
	padding: 5px 20px 7px 45px;
	font-weight: 400;
	line-height: 20px;
	border-radius: 8px;
  }
}


.tcb--form_footer {
	display: flex;
	margin-top: 32px;
	justify-content: space-between;
	align-items: center;
}
#tcb--userconsent{
	position: relative;
	margin-top: 32px;
}
#tcb--userconsent label input {
	display: none;
}
#tcb--userconsent label {
	padding-left: 36px;
}
#tcb--userconsent .main-user-consent-request-announce-link {
	line-height: 21px;
}
#tcb--userconsent .main-user-consent-request-announce-link:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	border-radius: 6px;
	background: #ECF1F7;
	left: 0;
}

#tcb--userconsent .main-user-consent-request-announce-link:hover:before {
	background: #E4EBF3;
}

#tcb--userconsent input:checked + .main-user-consent-request-announce-link:before {
	background:url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/check.svg') #FFDD2D;
}

#tcb--userconsent input:checked + .main-user-consent-request-announce-link:hover:before {
	background-color: #FCC521;
}
#tcb--userconsent.tcb--form-field--invalid{
	background: none;
}
#tcb--userconsent.tcb--form-field--invalid  .main-user-consent-request-announce-link:before {
	background: #E01F191F;
}
#tcb--form-userconsent-error {
	margin-left: 36px;
}

#tcb--form_promocode-field {
	height: 56px;
	cursor: pointer;
}
.tcb--form_promocode-field--one{
	height: 56px;
	background: #fff;
	border: 1px solid #0010241F;
}
.tcb--form-field.tcb--form_promocode-field--one:hover{
	background: #fff;
	cursor: auto;
}

.tcb--form_promocode-field--one .tcb--form-field_label{
	top: 10px;
	left: 16px;
	font-size: 13px;
	line-height: 16px;
	color: #000000CC;
}

#tcb--form_promocode-field:hover {
	background: #244A7F14;
}

#tcb--form_promocode-field:after {
	content: '';
	display: block;
	background: url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/arrow_down.svg') transparent no-repeat 50% 50%;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 24px;
	height: 24px;
}

#tcb--form_promocodes {
	display: none;
}
#tcb--form_promocodes.tcb--form_promocodes--opened{
	display: block;
	border-radius: 15px;
	box-shadow: 0px 8px 16px 0px #00000029;
	border: 1px solid #DDDFE0;
	padding: 6px;
	background: #fff;
	margin-top: 4px;
	margin-left: 32px;
	position: absolute;
	width: calc(100% - 64px);
	z-index: 1000;
}

#tcb--form_promocodes label {
	padding: 10px;
	display: block;
	border-radius: 8px;
	cursor: pointer;
}
#tcb--form_promocodes label:hover {
	background: #244A7F0F;
}
.tcb--form_promocode{
	position: relative;
}

#tcb--form_promocodes label:after {
	position: absolute;
	right: 10px;
	top: 5px;
	content: '';
	display: block;
	width: 24px;
	height: 24px;
}

#tcb--form_promocodes input:checked + label:after {
	background: url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/check.svg') transparent no-repeat 50% 50%;
}

#tcb--form_promocodes input {
	display: none;
}

#tcb--form_promocode-field.tcb--form-field--focus:after {
	background: url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/arrow_up.svg') transparent no-repeat 50% 50%;
}

#tcb--form_promocode-field.tcb--form-field--focus:hover{
	background: #fff;
}

#tcb--form_promocode-field.tcb--form-field--focus .tcb--form-field_label{
	font-size: 15px;
	line-height: 20px;
	color: #000000CC;
	top: 17px;
	left: 15px;
}
#tcb--form_promocode-field_value {
	font-family: haas,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	background: none;
	padding: 9px 4px;
	margin-top: 18px;
	color: #000000CC;
	display: inline-block;
}
#tcb--form_promocode-field.tcb--form_promocodes--selected .tcb--form-field_label{
	top: 10px;
	left: 16px;
	font-size: 13px;
	line-height: 16px;
	color: #000000CC;
}

#tcb--form_promocode-field.tcb--form_promocodes--selected.tcb--form-field--focus .tcb--form-field_label{
	top: 9px;
	left: 15px;
}

#tcb--form_save_button {
	text-wrap: nowrap;
	margin-left: 32px;
	min-width: 184px;
	display: flex;
	justify-content: center;
}
#tcb--form_save_button:disabled {
	padding: 12px 24px;
}
#tcb--form_save_button:disabled .tcb-form_save_button_preloader {
	display: block;
}

#tcb--form_save_button:disabled .tcb-form_save_button_text {
	display: none;
}

@keyframes tuiLoaderRotate{0%{transform:rotate(0)}50%{transform:rotate(1turn)}to{transform:rotate(3turn)}}

@keyframes tuiLoaderDashOffset{0%{stroke-dashoffset:-66}50%{stroke-dashoffset:-314}to{stroke-dashoffset:-66}}

.tcb-form_save_button_preloader {
	display: none;
	min-width: 1em;
	max-width: 1em;
	min-height: 1em;
	max-height: 1em;
	margin: 0.25rem -0.5em;
	border-radius: 100%;
	overflow: hidden;
	transform: scaleY(-1);
	animation: tuiLoaderRotate 3s linear infinite;
	font-size: 24px;
}
.tcb-form_save_button_preloader circle {
	fill: none;
	stroke: #000;
	stroke-width: 17px;
	animation: tuiLoaderDashOffset 3s linear infinite;
}

@media (max-width: 600px) {
	.tcb--form-row_cell {
		flex-basis: 100%;
		flex-grow: 0;
		flex-shrink: 0;
	}
	.tcb--form-row {
		flex-wrap: wrap;
	}
	.tcb--form_footer {
		flex-wrap: wrap;
		flex-direction: column-reverse
	}
	#tcb--form_save_button {
		width: 100%;
		margin-left: 0;
	}
	.tcb--popup-product_line {
		flex-wrap: wrap;
	}
	#tcb--product_name {
		width: 100%;
		margin-bottom: 16px;
	}
	#tcb--popup-window .popup-window-close-icon {
		position: absolute;
	}
	#tcb--popup-window .popup-window-close-icon:after{
		background-image: url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/close_black.svg');
		height: 20px;
		width: 20px;

	}
}
/* End */


/* Start:/bitrix/components/krayt/krayt.comments/templates/vue/style.css?174199509320773*/
.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?17419953787130*/

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?174199509313338 */
/* /local/templates/market/components/bitrix/catalog.product.subscribe/electrotools/style.css?17419953784608 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17419950904354 */
/* /bitrix/components/tinkoff/tcb.button/templates/.default/tcb_button.css?175127913314075 */
/* /bitrix/components/krayt/krayt.comments/templates/vue/style.css?174199509320773 */
/* /local/templates/market/components/bitrix/catalog.store.amount/element/style.css?17419953787130 */
