

/* Start:/local/templates/zvezda/components/lombard/evaluate-form/mainpage/style.css?17715114991560*/
.evaluate-form__wrapper {
	width: 350px;
	height: fit-content;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}

.evaluate-form__title {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}

.evaluate-form__text-input {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 17px;
	padding: 8px 10px;
}

.evaluate-form__text-input::placeholder {
	color: #ddd;
}

.evaluate-form__field:not(:last-child) {
	margin-bottom: 10px;
}

.evaluate-form__label {
	display: block;
	font-size: 17px;
	margin-bottom: 10px;
}

.evaluate-form__textarea {
	width: 100%;
	height: 80px;
	border: 1px solid #ddd;
	border-radius: 9px;
	padding: 7px 10px;
	font-family: inherit;
	font-size: 17px;
	resize: none;
}

.evaluate-form__textarea::placeholder {
	color: #ddd;
}

.evaluate-form__photo-submit-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.evaluate-form__photo-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.evaluate-form__photo {
	width: 34px;
	height: 31px;
	background: url("/local/templates/zvezda/components/lombard/evaluate-form/mainpage/images/photo.svg") no-repeat center;
	background-size: contain;
	cursor: pointer;
}

.evaluate-form-popup__submit {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 125px;
	height: 45px;
	background: #F3D729;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-size: 17px;
	transition: all .3s ease;
}

.evaluate-form-popup__submit .loading,
.evaluate-form-popup__submit .success {
	display: none;
}
/* End */


/* Start:/local/templates/zvezda/components/bitrix/news.list/gold-price-mainpage/style.css?17715114994389*/
.gold-price__wrapper {
    width: 100%;
}

.gold-price {
    font-family: 'Open Sans';
    background: #f8f8fc;
    padding: 4px 7px 10px 7px;
    margin: 0 -15px;
    position: relative;
    border-radius: 14px;
}

.gold-price__title {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat-SemiBold', serif;
    margin-bottom: 20px;
    line-height: 1;
}

.gold-price__table-head-item {
    width: 50%;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
}

.gold-price__table {
}

.gold-price__table-item {
    display: flex;
    text-align: center;
    background: #f8f8fc;
    padding: 20px 25px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 14px;
}

.gold-price__table-item-probe {
    width: 50%;
}

.gold-price__table-item-price {
    width: 50%;
}

.gold-price__items-list--gold > .gold-price__table-item:nth-child(odd) {
    background: #fff;
}

.gold-price--mobile {
    display: none;
}

.gold-price__more {
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    width: 43px;
    height: 43px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    padding: 3px;
}

.gold-price__more--active .gold-price__more-inner-circle {
    transform: rotate(180deg);
}

.gold-price__more-inner-circle {
    width: 100%;
    height: 100%;
    background: url(/local/templates/zvezda/components/bitrix/news.list/gold-price-mainpage/images/circle-button.svg);
    background-size: contain;
    transition: .5s transform ease;
}

.gold-price__table-head {
    display: flex;
    background: #fff;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 400;
    padding: 20px 25px;
}

.gold-price--mobile .gold-price__table-head {
    background: #F8F8FC;
}

.gold-price__table-head-wrapper {
    width: 100% !important;
    border-radius: 14px;
    margin-bottom: 5px;
}

.gold-price__items-list--silver .gold-price__table-item {
    background: #fff;
}

.gold-price__table-item-delimiter {
    width: calc(100% - 24px);
    height: 1px;
    background: #ebebef;
    margin: 0 auto;
}

.gold-price__evaluate-btn-wrapper {
    cursor: pointer;
    border-radius: 25px;
    margin: 10px auto 0;
}

.gold-price__evaluate-btn {
    padding: 8px 50px;
    background: #f8f8fc;
    font-size: 15px;
    border-radius: 25px;
}

.gold-price--desktop .gold-price__table-head .gold-price__table-head-item:not(:last-child) {
    border-right: 1px solid #b4c3cb;
}

.gold-price--desktop .gold-price__table-head .gold-price__table-head-item {
    padding: 31px 25px;
}

.gold-price--desktop .gold-price__table-head {
    font-size: 30px;
    padding: 0;
}

.gold-price--desktop .gold-price__table-item-price {
    padding: 31px 0;
    font-size: 26px;
    font-weight: 300;
}

.gold-price--desktop .gold-price__table-item-price:not(:last-child) {
    border-right: 1px solid #b4c3cb;
}

.gold-price--desktop .gold-price__items-list .gold-price__table-item:first-child {
    background: #e1e8ec;
}

.gold-price--desktop .gold-price__items-list .gold-price__table-item {
    padding: 0;
}

.gold-price--desktop .gold-price__table-head-wrapper {
    margin: 0;
}

.gold-price--desktop {
    width: 100%;
}

.gold-price--desktop .gold-price__table-head-item--fixed {
    width: 230px;
    flex-shrink: 0;
    font-size: 30px;
    font-weight: 400;
}

@media (max-width: 1379px) {
    .gold-price--desktop .gold-price__table-head-item--fixed {
        width: 180px;
    }
}

@media (max-width: 1023px) {
    .gold-price--desktop .gold-price__table-head-item--fixed {
        width: 150px;
    }

    .gold-price--desktop .gold-price__table-head {
        font-size: 17px;
    }

    .gold-price--desktop .gold-price__table-item-price {
        font-size: 17px;
        padding: 25px 15px;
    }

    .gold-price--desktop .gold-price__table-head .gold-price__table-head-item {
        padding: 25px 20px;
    }

    .gold-price--desktop .gold-price__table-head-item--fixed {
        width: 120px;
    }

    .gold-price--desktop {
        margin-bottom: 0;
        padding: 0 25px;
    }
}

@media (max-width:767px) {
    .gold-price--mobile {
        display: block;
        width: 100%;
    }

    .gold-price {
        margin: 0;
    }

    .gold-price__table-head-item {
        font-weight: 400;
    }

    .gold-price--desktop {
        display: none;
    }
}
/* End */
/* /local/templates/zvezda/components/lombard/evaluate-form/mainpage/style.css?17715114991560 */
/* /local/templates/zvezda/components/bitrix/news.list/gold-price-mainpage/style.css?17715114994389 */
