

/* Start:/local/components/rrr/form.iblock/templates/feedback/style.css?17728907978177*/
.modal__overlay-main {
    padding: 0 20px;
}
    .popular-menus__modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-color: rgba(132, 108, 108, 0.33);
        overflow: hidden;
        overflow-y: scroll;
        /* Современные браузеры
        ----------------------------  */
        /* WebKit, Edge
        ----------------------------  */
        /* Edge
        ----------------------------  */
        /* Firefox 4-18
        ----------------------------  */
        /* Firefox 19+
        ----------------------------  */
        /* IE 10-11
        ----------------------------  */
    }
    .popular-menus__modal-inner {
        position: relative;
        left: 50%;
        top: 0%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: 90%;
        max-width: 594px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        background: #fff;
        border-radius: 20px;
        padding: 16px 24px 24px;
        margin: 64px 0;
    }
    @media screen and (min-height: 720px) {
        .popular-menus__modal-inner {
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            margin: 0;
        }
    }
    .popular-menus__modal-head {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 8px;
    }

    @media screen and (max-height: 700px) {
        .popular-menus__modal-head {
            margin-top: 30px;
        }
    }

    .popular-menus__modal-close {
        width: 24px;
        height: 24px;
        background: url("/images/close.svg") no-repeat center/cover;
        cursor: pointer;
        display: block;
    }
    .popular-menus__modal-body {
        width: 100%;
    }
    .popular-menus__modal-title {
        color: #101828;
        font: 600 18px/28px "Inter", sans-serif;
    }
    .popular-menus__modal-text {
        color: #475467;
        font: 400 14px/20px "Inter", sans-serif;
    }
    .popular-menus__modal-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        margin-top: 8px;
    }
    .popular-menus__modal-form-submit-btn {
        width: 100%;
        padding: 10px 18px;
        border-radius: 8px;
        border: 1px solid #EB5757;
        background: #EB5757;
        -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        color: #fff;
        font: 600 16px/24px "Inter", sans-serif;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .popular-menus__modal-form-submit-btn:hover {
        background: transparent;
        color: #EB5757;
    }
    .popular-menus__modal-label {
        color: #344054;
        font: 500 14px/20px "Inter", sans-serif;
    }
    .popular-menus__modal-input {
        width: 100%;
        min-width: 264px;
        padding: 10px 14px;
        border-radius: 8px;
        border: 1px solid #D0D5DD;
        -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        color: #232323;
        font: 400 16px/24px "Inter", sans-serif;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
    }
    .popular-menus__modal-input:focus-visible {
        border: 1px solid #000;
    }
    .popular-menus__modal-input:focus {
        border: 1px solid #000;
    }
    .popular-menus__modal-input-wrap {
        position: relative;
    }
    .popular-menus__modal input::-webkit-input-placeholder {
        color: #667085;
        font: 400 16px/24px "Inter", sans-serif;
    }
    .popular-menus__modal input::-moz-placeholder {
        color: #667085;
        font: 400 16px/24px "Inter", sans-serif;
    }
    .popular-menus__modal input:-ms-input-placeholder {
        color: #667085;
        font: 400 16px/24px "Inter", sans-serif;
    }
    .popular-menus__modal input::-ms-input-placeholder {
        color: #667085;
        font: 400 16px/24px "Inter", sans-serif;
    }
    .popular-menus__modal input::placeholder {
        color: #667085;
        font: 400 16px/24px "Inter", sans-serif;
    }
    .popular-menus__modal input::-webkit-input-placeholder {
        color: #667085;
        font: 400 16px/24px "Inter", sans-serif;
    }
    .popular-menus__modal input::-ms-input-placeholder {
        color: #667085;
        font: 400 16px/24px "Inter", sans-serif;
    }
    .popular-menus__modal input:-moz-placeholder {
        color: #667085;
        font: 400 16px/24px "Inter", sans-serif;
        opacity: 1;
    }
    .popular-menus__modal input::-moz-placeholder {
        color: #232323;
        font: 400 16px/24px "Inter", sans-serif;
        opacity: 1;
    }
    .popular-menus__modal input:-ms-input-placeholder {
        color: #232323;
        font: 400 16.68px/normal "Poppins", sans-serif;
    }
    .popular-menus__modal-textarea {
        width: 100%;
        height: 94px;
        resize: none;
        padding: 10px 24px 10px 14px;
        border-radius: 8px;
        border: 1px solid #D0D5DD;
        -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        color: #232323;
        font: 400 16px/24px "Inter", sans-serif;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        -moz-appearance: textfield;
        scrollbar-color: rgba(13, 31, 51, 0.2) rgba(13, 31, 51, 0.05);
        scrollbar-width: thin;
    }
    .popular-menus__modal-textarea::-webkit-scrollbar {
        width: 4px !important;
        height: 4px;
        background-color: #ffffff;
    }
    .popular-menus__modal-textarea::-webkit-scrollbar-track {
        background-color: rgba(13, 31, 51, 0.05);
        border-radius: 0%;
        -webkit-box-shadow: none;
    }
    .popular-menus__modal-textarea::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background: rgba(13, 31, 51, 0.2);
        cursor: pointer;
    }
    .popular-menus__modal-textarea::-webkit-inner-spin-button, .popular-menus__modal-textarea::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    .popular-menus__modal-textarea:focus-visible {
        border: 1px solid #000;
    }
    .popular-menus__modal-textarea:focus {
        border: 1px solid #000;
    }

    .popular-menus__clear-button {
        position: absolute;
        top: 16px;
        right: 14px;
        width: 24px;
        height: 24px;
        color: #232323;
        font: 400 24px/normal "Poppins", sans-serif;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        display: none;
    }
    .popular-menus__clear-button.top-50 {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .popular-menus__clear-button.right {
        right: 6px;
    }

    .sf_feedback_form_error {
        color: red;
        font: 400 16px/normal "Poppins", sans-serif;
    }
/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17709249464416*/
.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;
}
.main-user-consent-request-announce-required {
	color: red;
}

@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 */
/* /local/components/rrr/form.iblock/templates/feedback/style.css?17728907978177 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17709249464416 */
