.modal {
    position: fixed;
    top: 50%;
	transform: translateY(-50%);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10509;
    display: none;
    outline: 0;
	transition: opacity 0.15s linear;
}
.modal-open {
    overflow: hidden;
	margin-right: 15px !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
	background-image: none;
}

.modal.show {
	display: block;
}
.modal-center.show {
	display: flex !important;
	align-items: center;
	height: 100%;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10409;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.in {
    opacity: .5;
}
.modal__inner {
	position: relative;
	max-width: 470px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	margin: 50px auto;
}
.modal__close {
	position: absolute;
	top: 7px;
	right: 15px;
	width: 23px;
	height: 23px;
	background: url(../img/modal-close.png) no-repeat;
	background-size: contain;
	cursor: pointer;
}
.modal__title {
	max-width: 330px;
	padding-top: 20px;
	margin: 0 auto 15px auto;
	font-size: 18px;
	line-height: 22px;
	color: #4F4F4F;
	font-family: 'Lora', serif;
	text-align: center;
}
.modal__buttons {
	display: flex;
	justify-content: center;
}
.modal__btn {
	width: 140px;
	height: 50px;
	border: 1px solid #7A7AB7;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 18px;
	line-height: 22px;
	cursor: pointer;
}
.modal__btn--yes {
	background: #7A7AB7;
	color: #F5F5F5;
	margin-right: 30px;
}
.modal__btn--yes:hover {
	color: #fff;
	background: #C5A533;
	border: 1px solid #C5A533;
}
.modal__btn--no {
	color: #7A7AB7;
	background: #F5F5F5;
}
.modal__btn--no:hover {
	background: #7A7AB7;
	color: #F5F5F5;
}

.modal-dialog {
    margin: 1.75rem auto;
    max-width: 625px;
}
.modal-lg {
    max-width: 900px;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
}
.lk-modal__inner {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #F1F1F8;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 30px;
}
.lk-modal__inner .modal__close {
    width: 18px;
    height: 18px;
    background-size: 18px;
    top: 30px;
    right: 30px;
}
.modal__close {
    background: url(../img/close-icon.svg) no-repeat;
}
.modal__header {
    margin-bottom: 40px;
}
.modal__buttons {
    display: flex;
    justify-content: center;
}
.lk-modal__title,
.login-modal__title {
	font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.02em;
	font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}
.lk-modal__line-input {
    font-family: 'Roboto', sans-serif !important;
    background: #F7F7F7;
    height: 50px;
    padding: 0 15px;
    border: 0;
    box-sizing: border-box;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.login-modal__log-btn {
    display: block;
    width: 100%;
}
.login-modal__login-emailBtn {
	border: 0;
	padding: 10px 0;
	background: transparent;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.01em;
	color: #7A7AB7;
	text-align: left;
	width: 100%;
	cursor: pointer;
	transition: 0.5s;
    margin-bottom: 50px
}
.authorization__form-line .lk-modal__line-info {
	max-width: 250px;
	flex: 0 0 250px;
	margin-right: 15px;
}
.authorization__form-line {
	align-items: center;
	justify-content: space-between;
}
.modal-body-padding {
    padding: 0 45px;
}
#login-modal2 .login-modal__title,
#email-modal .login-modal__title{
    font-size: 18px;
    color: #373737;
    margin-bottom: 40px;
}
#login-modal2 .lk-modal__lines {
    margin-bottom: 20px;
}
#login-modal2 .modal__button,
#email-modal .modal__button,
#call-backModal .modal-button {
    max-width: 250px;
    flex: 0 0 250px;
}
#login-modal2 .lk-modal__line:not(:last-child) {
    margin-bottom: 15px;
}
.authorization__form-btn {
    max-width: 200px;
    flex: 0 0 200px;
	font-size: 16px;
    padding: 12px;
}
.modal {
    font-family: 'Roboto', sans-serif;
    top: 0;
    transform: none;
}
.lk-modal__lines {
    margin-bottom: 40px;
}
.lk-modal__line:not(:last-child) {
    margin-bottom: 30px;
}
.lk-modal__line-inner {
    display: flex;
    position: relative;
    /* align-items: center; */
}
.lk-modal__line-title {
	font-family: 'Roboto', sans-serif !important;
    margin-right: 25px;
    max-width: 82px;
    flex: 0 0 75px;
    font-weight: 500;
    font-size: 15px;
    padding-top: 15px;
    line-height: 20px;
}
.lk-modal__line-info {
    /* flex: 1; */
	position: relative;
    max-width: calc(100% - 165px);
    width: 100%;
    /* overflow: hidden; */
}
.text-error {
    font-family: 'Roboto', sans-serif !important;
    position: absolute;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #FF4040;
    bottom: -18px;
	left: 15px;
}
.modal__button {
	font-family: 'Roboto', sans-serif !important;
	flex: 0 0 200px;
	padding: 10px;
    font-weight: 500;
    font-size: 16px;
}
.modal__buttons .modal__button + .modal__button {
	margin-left: 15px;
}
.edit-template__modal .selectric {
    background: #F1F1F8;
    border: 0;
}
.edit-template__modal .selectric-open .selectric {
	border: 1px solid rgba(0, 0, 0, 0.13);
}

.edit-template .lk-modal__lines .lk-modal__line:nth-child(1) {
    overflow: hidden;
}
.edit-template__modal .selectric .label {
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif !important;
    margin-left: 15px;
}
.edit-template__modal .selectric .button {
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
}
.edit-template__modal .selectric .button:after {
    border: 5px solid transparent;
    border-top-color: #373737;
}
.edit-template__modal .selectric-items {
    border: 0;
    box-shadow: none;
    background: #F1F1F8;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-top: 0;
}
.edit-template__modal .selectric-items li:not(:last-child) {
    box-shadow: inset 0px -1px 0px rgb(0 0 0 / 13%);
}


.edit-template__modal .selectric-items li {
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 !important;
    color: #373737;
}
.edit-template__modal .lk-modal__line-title {
    max-width: 140px;
    flex: 0 0 140px;
}
.login-modal__reg-btn, .forgot-modal__btn {
    width: 100%;
    padding: 11px;
    font-size: 16px;
}
.forgot-modal__btn {
    max-width: 250px;
    flex: 0 0 250px;
}
.authorization__code-send {
    color: #B2B2B2;
}
.send-code-text {
    font-family: 'Roboto', sans-serif !important;
    color: #4F4F4F;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
.change-phone {
    cursor: pointer;
    padding: 2px 15px;
    font-size: 16px;
    font-weight: 500;
}
.text-btn,
a.text-btn{
    color: #8C8CEA;
    transition: 0.5s;
    text-decoration: none;
}
.text-btn:hover {
    color: #5656CA;
    transition: 0.5s;
}
.text-btn:active {
    color: #102A83;
    transition: 0.5s;
}
.text-btn:disabled,
.text-btn[disabled] {
    color: #B2B2B2;
    cursor: default;
}

.login-modal__title {
    margin-bottom: 40px;
    text-align: center;
}

.forgot-modal__header,
.login-modal__header {
    max-width: 105px;
    margin: 0 auto 35px;
}

.forgot-password__btn {
	background: transparent;
	border:0;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	width: 100%;
    padding: 5px 0;
}

.register-modal .register-modal__send-code {
	background: transparent;
	border: 0;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.01em;
	color: #7A7AB7;
	padding: 0;
	cursor: pointer;
}
.post-subscribe {
    margin-top: 50px;
    margin-bottom: 25px;
}
.register-modal__btn {
	display: block;
	width: 100%;
	padding: 11px;
	font-size: 16px;
	margin-bottom: 15px;
}
.register-modal__info-text {
	letter-spacing: 0.01em;
	color: #4F4F4F;
	font-size: 14px;
	line-height: 18px;
    text-align: center;
}
.login-modal__title {
    font-size: 18px;
}
.forgot-modal__text {
    max-width: 250px;
    margin: 0 auto 40px;
	font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.forgot-modal__text  strong {
    font-size: 15px;
}
#forgot-modal .login-modal__title,
#pay-orderModal .login-modal__title {
    margin-bottom: 20px;
}
#pay-orderModal .login-modal__title {
    text-align: center;
}
#pay-orderModal .forgot-modal__text {
    max-width: 340px;
}

.row {
    display: flex;
    margin: 0 -15px;
    align-items: center;
}
.col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    box-sizing: border-box;
}
.recapcha-block {
    margin-bottom: 50px;
}
.pay-orderModal .modal__button {
    width: 100%;
}
.code-modal__content {
    max-width: 200px;
    flex: 0 0 200px;
}
.code-modal__content .authorization__form-btn  {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
#clear-card .login-modal__title {
    font-size: 24px;
    margin-bottom: 30px;
}
.login-modal__subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
}

/*
.register-modal__capcha {
	margin-bottom: 30px;
}*/
.full-ordersModal__header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.full-ordersModal__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #373737;
}
.full-ordersModal__back,
.full-ordersModal__header .modal__close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.full-ordersModal__back {
    left: 0;
    line-height: 1;
    border: 0;
    background: transparent;
    padding: 0;
}
.full-ordersModal__back  .material-symbols-outlined {
    font-size: 29px;
    line-height: 1;
}
.full-ordersModal__header .modal__close {
    right: 0;
}
.shopping-list__title {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 25px;
    text-align: center;
}
.shopping-list__inner {
    margin: 0 -30px 35px;
}
.shopping-list__content {
    padding: 30px;
    border-top: 1px solid #F1F1F8;
    border-bottom: 1px solid #F1F1F8;
}
.shopping-list__subtitle {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 25px;
}
.list-products__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-products__item:not(:last-child) {
    margin-bottom: 15px;
}
.list-products__item-name,
.list-products__item--quantity {
    display: block;
    line-height: 15px;
    color: #494949;
}
.list-products__item-name {
    margin-bottom: 8px;
    text-decoration: none;
}
.list-products__item--price {
    font-weight: 500;
    font-size: 16px;
    color: #494949;
    line-height: 16px;
    margin-left: 25px;
}
.list-products__footer {
    max-width: 330px;
    margin: 0 auto;
}
.list-products__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.list-products__total-label,
.list-products__total-value {
    font-weight: 700;
    font-size: 16px;
    color: #494949;
}
.list-products__total-value {
    font-size: 20px;
}
.list-products__footer-btn {
    display: block;
    width: 100%;
    text-align: center;
}

.bx-sls .dropdown-block {
    border: 0;
    background: #F1F1F8;
    padding: 0 15px;
}
.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
    font-weight: 400;
    font-size: 16px;
    height: 50px !important;
    color: #373737 !important;
    font-family: 'Roboto', sans-serif !important;
}
.bx-sls .bx-ui-sls-container {
    min-height: 50px;
}
.bx-sls .dropdown-icon,
.bx-sls .bx-ui-sls-clear {
    display: none !important;
}
.bx-sls .dropdown-fade2white {
    display: none;
}
.bx-sls .bx-ui-sls-pane {
    top: 50px;
    padding: 0;
    border-radius: 0;
    background: #F1F1F8;
    border: 0;
    box-shadow: none;
}
.bx-ui-sls-variant:not(:last-child) {
    box-shadow: inset 0px -1px 0px rgb(0, 0, 0, 0.13);
}
.bx-ui-sls-variant {
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 !important;
    color: #373737;
}
.bx-ui-sls-variant-active {
    background: #E1E1EE;
}
.bx-ui-sls-variant:hover {
    background: #D5D5D5;
}


.checkbox-label {
	display: block;
	margin-bottom: 15px;
}
.checkbox-label__input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-label__text {
	display: block;
	position: relative;
	padding-left: 30px;
	font-size: 15px;
	line-height: 20px;
	color: #A4A4A4;
	transition: 0.5s;
	cursor: pointer;
}
.checkbox-label__text:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 20px;
	height: 20px;
	border: 2px solid #A4A4A4;
	box-sizing: border-box;
	border-radius: 4px;
	transition: 0.5s;
}
.checkbox-label__text:after {
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	content: '';
	width: 11px;
	height: 8px;
	background: url('/bitrix/templates/reni_inner/images/check-icon-blue.svg') no-repeat;
	box-sizing: border-box;
    background-position: center;
    /* background-size: 19px; */
	opacity: 0;
	transition: 0.5s;
}
.checkbox-label__input:checked + .checkbox-label__text:after  {
	opacity: 1;
	transition: 0.5s;
}
.checkbox-label__input:checked + .checkbox-label__text:before {
	border: 2px solid #8C8CEA;
	transition: 0.5s;
}
.checkbox-label__input:checked + .checkbox-label__text {
	color: #494949;
	transition: 0.5s;
}
