

/* Start:/local/templates/.default/components/bitrix/catalog/invest_coins/style.css?178394198622392*/
.grid{}
.main{
    background-color: #F2F6F9;
}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* coins-promo block */
.coins-container.container {
    width: 1440px;
    max-width: 100%;
    background-color: #F2F6F9;
    padding-left: 40px;
    padding-right: 40px;
}
.coins-main-title{
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    vertical-align: middle;
    margin-bottom: 24px;
}
.coins-promo {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 100px;
    gap: 4px;
    min-height: 569px;
}
.coins-promo__left {
    border-radius: 24px;
    flex: 0 0 50%;
    background: #265BC1;
    color: #fff;
    padding: 40px 36px;
    position: relative;
    overflow: hidden;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.coins-promo__title {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -0.01em;
    margin: 0;
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
}
.coins-promo__img {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    z-index: 1;
}
.coins-promo__right {
    flex: 0 0 50%;
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    flex-direction: column;
}
.coins-promo__card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 24px;
    border-bottom: 1px solid #EAEDF3;
    background: #fff;
}
.coins-promo__card:last-child {
    border-bottom: none;
}
.coins-promo__icon {
    margin-bottom: 8px;
    line-height: 0;
}
.coins-promo__card-title {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #265BC1;
    margin-bottom: 4px;
}
.coins-promo__card-desc {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-align: center;
    color: rgba(38, 91, 193, 0.7);
    max-width: 240px;
}
/* coins-tabs */
.coins-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 4px;
}
.coins-tabs__item {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fff;
    color: #222;
    text-decoration: none;
    border: 1px solid #EAEDF3;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s;
}
.coins-tabs__item:not(.coins-tabs__item--active):hover {
    opacity: 0.4;
}
.coins-tabs__item--active {
    background: #265BC1;
    color: #fff;
    border-color: #265BC1;
    cursor: default;
}

/* coins-grid */
.coins-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    margin-bottom: 4px;
}

.coins-grid--commemorative {
    margin-top: 40px;
}
.coins-grid__item {
    background: #fff;
    border-radius: 16px;
    padding: 40px 55px;
    text-align: center;
    text-decoration: none;
    color: #222;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 109px;
}
.coins-grid__item:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.coins-grid__name {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    max-width: 210px;
    color: #222;
    line-height: 100%;
}
.coins-grid__img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
}

/* coins-middle */
.coins-middle {
    display: flex;
    gap: 4px;
    margin-bottom: 4px;
    min-height: 447px;
}
.coins-memorial {
    flex: 0 0 calc(50% - 8px);
    background: #265BC1;
    border-radius: 24px;
    padding: 32px 24px 24px 24px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 450px;
}
.coins-memorial__title {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
}
.coins-memorial__img {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    max-width: 60%;
    height: auto;
    z-index: 1;
}
.coins-memorial__features {
    display: flex;
    gap: 4px;
    position: relative;
    z-index: 2;
    margin-top: auto;
}
.coins-memorial__feature {
    flex: 1;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(40px);
    min-height: 196px;
    border-radius: 16px;
    padding: 4px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.coins-memorial__feature-icon {
    margin-bottom: 8px;
    line-height: 0;
    min-height: 32px;
}
.coins-memorial__feature-text-wrap {
    padding: 12px;
}
.coins-memorial__feature-text {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 120%;

}
.coins-why {
    padding: 32px 24px 24px 24px;
    background-color: #FFFFFF;
    border-radius: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 109px;
    min-height: 450px;
}
.coins-why__title {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
    line-height: 110%;
}
.coins-why__cards {
    display: flex;
    gap: 16px;
    flex: 1;
}
.coins-why__card {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.coins-why__card-icon {
    margin-bottom: 12px;
    line-height: 0;
    min-height: 40px;
}
.coins-why__card-text-wrap {
    padding: 12px;
}
.coins-why__card-text {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #265BC1;
    line-height: 130%;
}

/* coins-download */
.coins-download {
    text-align: center;
    background: #ffff;
    border-radius: 16px;
    margin-bottom: 100px;
}
.coins-download__link {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #265BC1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 18px 24px;
    border-radius: 16px;
    transition: background 0.2s, color 0.2s;
    width: 100%;
    justify-content: center;
}
.coins-download__link svg path {
    stroke: currentColor;
}
.coins-download__divider {
    width: 2px;
    height: 24px;
    background: rgba(38, 91, 193, 0.12);
    transition: background 0.2s;
}
.coins-download__link:hover {
    background: #265BC1;
    color: #fff;
}
.coins-download__link:hover .coins-download__divider {
    background: rgba(255, 255, 255, 0.35);
}

/* coins-offices */
.coins-offices{
    margin-bottom: 100px;
}
.coins-offices__title {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 24px 0;
    color: #222;
}
.coins-offices__wrapper {
    display: flex;
    min-height: 600px;
    border-radius: 24px;
    overflow: hidden;
    max-height: 678px;
    gap: 4px;
}
.coins-offices__left {
    flex: 0 0 50%;
    display: flex;
    background: #ffffff;
    flex-direction: column;
    border-right: 1px solid #EAEDF3;
    min-width: 0;
    border-radius: 24px;
    padding: 24px;
}
.coins-offices__header {
    flex-shrink: 0;
}
.coins-offices__right {
    flex: 1;
    position: relative;
    min-width: 0;
    border-radius: 24px;
    overflow: hidden;

}
.coins-offices__map-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.coins-offices__map {
    width: 100%;
    height: 100%;
    min-height: 600px;
}


/* -- Yandex Map: hide default controls & copyrights -- */
.coins-offices__map [class*="copyrights-pane"],
.coins-offices__map [class*="controls-pane"] {
    display: none;
}

/* -- Yandex Map: custom balloon styles -- */
.coins-offices__map [class*="-balloon"] {
    box-shadow: none !important;
}
.coins-offices__map [class*="-balloon__layout"] {
    border-radius: 24px !important;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12) !important;
}
.coins-offices__map [class*="-balloon__content"] {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}
.coins-offices__map [class*="-balloon__close"],
.coins-offices__map [class*="-balloon__tail"] {
    display: none !important;
}

/* -- Custom placemark (dot marker) -- */
.custom-placemark {
    --size: 12px;
    position: relative;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: #265BC1;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}
.custom-placemark.is-active {
    transform: scale(1.5);
    box-shadow: 0 0 0 4px rgba(38, 91, 193, 0.3);
}
@media (min-width: 767.98px) {
    .custom-placemark {
        --size: 14px;
    }
}
@media (min-width: 1279.98px) {
    .custom-placemark {
        --size: 16px;
    }
}

/* -- Custom cluster icon -- */
.custom-cluster {
    --size: 32px;
    position: relative;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: #265BC1;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    box-shadow: 0 2px 6px rgba(38, 91, 193, 0.4);
}
@media (min-width: 1279.98px) {
    .custom-cluster {
        --size: 40px;
        font-size: 14px;
    }
}

/* -- Balloon content styles -- */
.coins-balloon {
    padding: 16px 24px;
    background: #fff;
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
}
.coins-balloon__name {
    font-size: 22px;
    font-weight: 400;
    color: #222;
    margin-bottom: 16px;
    line-height: 1.3;
}
.coins-balloon__label {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.coins-balloon__address {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.4;
}

/* -- Map zoom buttons -- */
.coins-offices__zoom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.coins-offices__zoom-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: #fff;
    color: #265BC1;
    border: none;
    border-bottom: 1px solid #EAEDF3;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s;
    padding: 0;
}
.coins-offices__zoom-btn:last-child {
    border-bottom: none;
}
.coins-offices__zoom-btn:hover {
    opacity: 0.4;
}
.coins-offices__zoom-btn svg {
    width: 18px;
    height: 18px;
}

.coins-offices__tabs {
    display: inline-flex;
    border-radius: 16px;
    gap: 4px;
    margin-bottom: 16px;
    background: #F0F5FF;
    padding: 4px;
}
.coins-offices__tab {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 16px;
    border-radius: 12px;
    border: none;
    background: transparent;
    color: #222;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s;
    white-space: nowrap;
}
.coins-offices__tab:hover {
    opacity: 0.4;
}
.coins-offices__tab--active {
    background: #265BC1;
    color: #fff;
}
.coins-offices__search {
    position: relative;
    margin-bottom: 16px;
}
input[type="text"].coins-offices__search-input{
    width: 100%;
    border: 1px solid #EAEDF3;
    border-radius: 16px;
    padding: 13px 40px 13px 16px;
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 16px;
    color: #222;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
    margin: 0;
    text-transform: uppercase;
    background: #fff;
}
.coins-offices__search-input::placeholder {
    color: #999;
    text-transform: uppercase;
}
.coins-offices__search-input:focus {
    border: 1px solid #18181866 !important;
}
.coins-offices__search-icon,
.coins-offices__search-clear {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.coins-offices__search-icon {
    pointer-events: none;
}
.coins-offices__search-clear {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    opacity: 1;
    transition: opacity 0.2s;
}
.coins-offices__search-clear:hover {
    opacity: 0.4;
}
.coins-offices__empty {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 24px;
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #222;
}
.coins-offices__list {
    overflow-y: auto;
    flex: 1;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.coins-offices__list::-webkit-scrollbar {
    display: none;
}
.coins-offices__card {
    padding: 32px 24px;
    border-radius: 16px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    border: none;
}
.coins-offices__card:hover {
    background: #E8EEFF;
}
.coins-offices__card--active:hover {
    background: #265BC1;
}
.coins-offices__card--active {
    background: #265BC1;
}
.coins-offices__card--active .coins-offices__card-name {
    color: #fff;
}
.coins-offices__card--active .coins-offices__card-label {
    color: rgba(255, 255, 255, 0.6);
}
.coins-offices__card--active .coins-offices__card-address {
    color: rgba(255, 255, 255, 0.9);
}
.coins-offices__card--active .coins-offices__worktime-toggle {
    color: rgba(255, 255, 255, 0.8);
}.coins-offices__card--active .coins-offices__worktime-toggle span{
    color: rgba(255, 255, 255, 0.8);
}
.coins-offices__card--active .coins-offices__worktime-content {
    color: rgba(255, 255, 255, 0.9);
}
.coins-offices__card-name {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #222;
    margin-bottom: 16px;
    line-height: 1.3;
    transition: color 0.2s;
}
.coins-offices__card-label {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 4px;
    transition: color 0.2s;
}
.coins-offices__card-address {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.4;
    transition: color 0.2s;
}
.coins-offices__worktime-toggle, .coins-offices__worktime-toggle span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #265BC1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    cursor: pointer;
    margin-top: 16px;
    border: none;
    background: none;
    padding: 0;
    opacity: 1;
    transition: opacity 0.2s;
}
.coins-offices__worktime-toggle:hover {
    opacity: 0.4;
}
.coins-offices__worktime-toggle span {
    margin-top: 0;

}
.coins-offices__worktime-toggle svg {
    transition: transform 0.2s;
}
.coins-offices__worktime-toggle--open svg {
    transform: rotate(180deg);
}
.coins-offices__worktime-content {
    display: none;
    padding-top: 8px;
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    transition: color 0.2s;
}
.coins-offices__worktime-content--open {
    display: block;
}

/* responsive */
@media (max-width: 1024px) {
    .coins-grid { grid-template-columns: repeat(2, 1fr); }
    .coins-middle { flex-direction: column; }
    .coins-memorial { flex: auto; }
}
@media (max-width: 768px) {
    .coins-promo { flex-direction: column; }
    .coins-promo__left { min-height: 400px; }
    .coins-promo__title { font-size: 40px; }
    .coins-grid { grid-template-columns: 1fr; }
    .coins-why {
        padding-right: 0;
    }
    .coins-why__cards {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .coins-why__cards::-webkit-scrollbar { display: none; }
    .coins-why__card {
        flex: 0 0 200px;
    }
    .coins-why__card:last-child {
        margin-right: 24px;
    }
    .coins-memorial {
        padding-right: 0;
    }
    .coins-memorial__features {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .coins-memorial__features::-webkit-scrollbar { display: none; }
    .coins-memorial__feature {
        flex: 0 0 180px;
    }
    .coins-memorial__feature:last-child {
        margin-right: 24px;
    }
    .coins-offices__wrapper {
        flex-direction: column-reverse;
        max-height: none;
    }
    .coins-offices__left {
        flex: auto;
        max-height: 559px;
        border-right: none;
        border-bottom: 1px solid #EAEDF3;
    }
    .coins-offices__right {
        flex: 0 0 350px;
    }
    .coins-offices__map { min-height: 350px; }
    .coins-offices { padding: 0; }
    .coins-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .coins-tabs::-webkit-scrollbar { display: none; }
    .coins-tabs__item {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .coins-tabs__item--active {
        order: -1;
    }
    .coins-main-title,
    .coins-memorial__title,
    .coins-why__title,
    .coins-offices__title,
    .coins-form .title h2 { font-size: 36px !important; }
    .coins-promo,
    .coins-download,
    .coins-offices,
    .coins-form { margin-bottom: 80px; }
    .coins-form .consumerCredit fieldset {
        padding: 24px 16px;
    }
}
.coins-container .consumerCredit .container{
    width: 100% !important;
}
.coins-form .title {
    justify-content: left;
    max-width: 432px;
    margin-bottom: 24px;
}
.coins-form .title h2 {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 85% !important;
    color: #181818 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    max-width: none !important;
    margin-bottom: 0 !important;
}
.coins-container .btn{
    border-radius: 16px;
}
.coins-container #consumerCreditForm, .consumerCredit{
    padding-top: 0;
    margin-top: 0;
}

.coins-form{
    margin-bottom: 100px;
}

.coins-form .consumerCredit fieldset{
    border-radius: 24px;
    background: #fff;
    padding: 40px;
}

.coins-form .consumerCredit fieldset[hidden]{
    padding: 0;
}

.coins-form .consumerCredit fieldset .section-title{
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif !important;
    font-weight: 400;
    font-size: 14px!important;
    line-height: 140%;
    text-transform: uppercase;
}


@media (max-width:479px){
    .coins-container.container{
        padding-left: 16px;
        padding-right: 16px;
    }
    .coins-promo__img{
        bottom: 0;
    }

    .coins-promo__left{
        padding: 24px 36px;
    }

    .coins-promo__card-title{
        font-size: 20px;
    }
    .coins-memorial__img {
        right: -100px;
        max-width: 100%;
    }
    .coins-form .consumerCredit fieldset{
        padding: 24px;
    }
    .coins-container .consumerCredit .container{
        padding: 0;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/main.feedback/feedback_coins/style.css?177554604011496*/
.form-required {
	color: #265BC1;
}

#errForm {
	background-color: #FFF0F0;
	border: 1px solid #C53939;
	border-radius: 8px;
	padding: 20px 24px;
	margin-bottom: 30px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #C53939;
}

#errForm ul {
	margin: 10px 0 0 0;
	padding-left: 20px;
}

#errForm li {
	margin: 6px 0;
}

div.mf-ok-text {
	color: green;
	font-weight: bold;
	padding-bottom: 1em;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
}

.consumerCredit {
	padding: 40px;
	border-radius: 24px;
	background: #ffffff;
	font-family: 'PT Sans Narrow', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.consumerCredit .container {
	width: 670px;
}

.consumerCredit .title {
	display: flex !important;
	align-items: baseline;
	justify-content: center;
	margin-bottom: 64px;
	position: relative;
}

.consumerCredit .title h2 {
	font-family: 'PT Sans Narrow', sans-serif !important;
	font-size: 4em !important;
	font-weight: 700 !important;
	line-height: 1.2em !important;
	color: #1a97d4 !important;
	margin-bottom: 0 !important;
	letter-spacing: normal !important;
	text-align: center;
	max-width: 500px;
}

/* Form Sections */

.consumerCredit .form-section {
	margin-bottom: 8px;
	margin-top: 24px;
}

.consumerCredit .form-section:first-of-type {
	margin-top: 0;
}

.consumerCredit .section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.consumerCredit .section-title {
	font-family: 'PT Sans Narrow', sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #181818 !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 !important;
	line-height: 1.2em;
}

/* Fields */

.consumerCredit .field {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 8px 0;
}

.consumerCredit .field .field_label {
	font-family: 'PT Sans Narrow', sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	min-width: 270px;
}

.consumerCredit .field .field_control {
	position: relative;
	width: 100%;
}

.consumerCredit .field .field_control input {
	margin: 6px 0;
}

.consumerCredit .field .field_control .field_helper {
	position: absolute;
	left: 0;
	bottom: -24px;
	font-family: 'Inter', sans-serif !important;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	color: #C53939;
	font-style: normal;
	display: block;
	max-width: 100%;
}

.consumerCredit .field .field_control .field_helper:not(:empty)::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	vertical-align: middle;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='6.5' fill='%23C53939'/%3E%3Cpath d='M7 3.5V7.5M7 9.5V10.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

/* Floating Label */

.consumerCredit .field .input-wrapper {
	position: relative;
	width: 100%;
}

.consumerCredit .field .input-wrapper label {
	font-family: 'Inter', sans-serif !important;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #999 !important;
	pointer-events: none;
	transition: all 0.3s ease;
	background-color: transparent;
	padding: 0 4px;
	z-index: 1;
	line-height: 1.2em;
	letter-spacing: normal !important;
	border-bottom: none !important;
}

.consumerCredit .field .input-wrapper input[type="text"],
.consumerCredit .field .input-wrapper input[type="email"],
.consumerCredit .field .input-wrapper input[type="tel"],
.consumerCredit .field .input-wrapper input[type="number"] {
	font-family: 'Inter', sans-serif !important;
	width: 100%;
	height: 64px;
	padding: 24px 15px 8px 15px;
	font-size: 16px !important;
	font-weight: 400;
	border: none;
	border-radius: 5px;
	background-color: #fff;
	transition: border 0.3s;
	margin: 0;
}

.consumerCredit .field .input-wrapper textarea {
	font-family: 'Inter', sans-serif !important;
	width: 100%;
	min-height: 100px;
	padding: 28px 15px 8px 15px;
	font-size: 16px !important;
	font-weight: 400;
	border: none;
	border-radius: 5px;
	background-color: #fff;
	transition: border 0.3s;
	margin: 0;
	resize: vertical;
}

/* Focus styles */

.consumerCredit .field .input-wrapper input[type="text"]:focus,
.consumerCredit .field .input-wrapper input[type="email"]:focus,
.consumerCredit .field .input-wrapper input[type="tel"]:focus,
.consumerCredit .field .input-wrapper input[type="number"]:focus,
.consumerCredit .field .input-wrapper textarea:focus {
	outline: none;
	border: 1px solid #265BC14D;
}

/* Floating label raised state */

.consumerCredit .field .input-wrapper input:focus + label,
.consumerCredit .field .input-wrapper input:not(:placeholder-shown) + label,
.consumerCredit .field .input-wrapper textarea:focus + label,
.consumerCredit .field .input-wrapper textarea:not(:placeholder-shown) + label,
.consumerCredit .field .input-wrapper.has-value label {
	font-family: 'Inter', sans-serif !important;
	top: 12px;
	left: 11px;
	transform: translateY(0);
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #666 !important;
	line-height: 1.2em;
	letter-spacing: normal !important;
	border-bottom: none !important;
}

/* Textarea label positioning */

.consumerCredit .field .input-wrapper textarea + label {
	top: 20px;
	transform: translateY(0);
}

.consumerCredit .field .input-wrapper textarea:focus + label,
.consumerCredit .field .input-wrapper textarea:not(:placeholder-shown) + label {
	top: 8px;
}

/* Placeholder hidden until focused */

.consumerCredit .field .input-wrapper input::placeholder,
.consumerCredit .field .input-wrapper textarea::placeholder {
	opacity: 0;
	transition: opacity 0.3s;
}

.consumerCredit .field .input-wrapper input:focus::placeholder,
.consumerCredit .field .input-wrapper textarea:focus::placeholder {
	opacity: 1;
	color: #999;
}

/* Required field asterisk */

.consumerCredit .field .input-wrapper label .required {
	color: #265BC1;
}

/* Floating label field_helper */

.consumerCredit .field .input-wrapper .field_helper {
	position: absolute;
	left: 0;
	bottom: -24px;
	font-family: 'Inter', sans-serif !important;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	color: #C53939;
	font-style: normal;
	display: block;
	max-width: 100%;
	z-index: 10;
}

.consumerCredit .field .input-wrapper .field_helper:not(:empty)::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	vertical-align: middle;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='6.5' fill='%23C53939'/%3E%3Cpath d='M7 3.5V7.5M7 9.5V10.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

/* Input fields (non-floating) */

.consumerCredit input[type=text],
.consumerCredit input[type=email],
.consumerCredit input[type=tel] {
	font-family: 'Inter', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400;
	border: none;
	padding: 12px 15px;
	border-radius: 5px;
	transition: border 0.3s;
}

.consumerCredit input[type=text]:focus,
.consumerCredit input[type=email]:focus,
.consumerCredit input[type=tel]:focus {
	outline: none;
	border: 1px solid #265BC14D;
}

.consumerCredit textarea {
	font-family: 'Inter', sans-serif !important;
	border: none;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 16px !important;
	font-weight: 400;
	width: 100%;
	transition: border 0.3s;
}

.consumerCredit textarea:focus {
	outline: none;
	border: 1px solid #265BC14D;
}

/* Checkbox */

.consumerCredit .field.checkbox {
	display: block;
	position: relative;
	padding: 12px 0;
}

.consumerCredit .field.checkbox input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.consumerCredit .field.checkbox label {
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	display: block;
	line-height: 1.6;
	user-select: none;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

.consumerCredit .field.checkbox label a {
	color: inherit;
	text-decoration: underline;
}

.consumerCredit .field.checkbox label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	border: 2px solid #265BC180;
	border-radius: 3px;
	background-color: #fff;
	transition: all 0.3s ease;
	background-image: none;
}

.consumerCredit .field .input-wrapper label::before {
	border: none;
}

.consumerCredit .field.checkbox input[type=checkbox]:checked + label::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 7px;
	transform: rotate(45deg);
	width: 5px;
	height: 10px;
	border: solid #265BC1;
	border-width: 0 2px 2px 0;
}

.consumerCredit .field.checkbox input[type=checkbox]:checked + label::before {
	background-color: #E8EEFF;
	border-color: #265BC1;
}

.consumerCredit .field.checkbox label:hover::before {
	border-color: #1e3a7a;
}

.consumerCredit .field.checkbox .field_helper {
	display: block;
	margin-top: 8px;
	margin-left: 40px;
	font-family: 'Inter', sans-serif !important;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	color: #C53939;
	font-style: normal;
}

.consumerCredit .field.checkbox .field_helper:not(:empty)::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	vertical-align: middle;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='6.5' fill='%23C53939'/%3E%3Cpath d='M7 3.5V7.5M7 9.5V10.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

/* Pagination / Buttons */

.consumerCredit .pagination {
	display: flex;
	margin-top: 20px;
}

.consumerCredit .btn.btn_middle {
	background: #265BC1;
	font-family: 'PT Sans Narrow', sans-serif !important;
	font-size: 24px;
	padding: 22px 0;
	height: 100%;
	line-height: 100%;
	width: 100%;
	color: #fff;
	border: none;
	border-radius: 16px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	transition: background-color 0.3s;
}

.consumerCredit .btn.btn_middle:hover {
	background: #1e4ba8;
}

.consumerCredit .btn.btn_middle:disabled,
.consumerCredit .submit-btn:disabled {
	opacity: 0.2;
	cursor: not-allowed;
	pointer-events: none;
}

/* Captcha field */

#captcha_field {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

#captcha_field .field_label {
	font-family: 'PT Sans Narrow', sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	padding: 8px;
	min-width: 0;
	background: white;
	border-radius: 5px;
}

#captcha_field .field_control {
	flex: 1;
}

#captcha_field .field_control input[type="text"] {
	width: 100%;
	height: 50px;
	padding: 12px 15px;
}

/* Mobile */

@media (max-width: 768px) {
	.consumerCredit .container {
		width: 100% !important;
		max-width: 100%;
	}

	.consumerCredit .title h2 {
		font-size: 2.5em !important;
	}

	#captcha_field {
		flex-direction: column;
		align-items: stretch;
	}
}

/* End */


/* Start:/local/components/sgb/footer/templates/coins/style.css?17748872925085*/
/*TODO:Вынести стили футера в отдельное пространство, когда будет единый футер везде*/
.footer {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif !important;
    display: block;
    background: #F2F6F9;
    border-top: none;
    padding: 0;
}
.footer .container{
    width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
}

.footer-section{
    background-color: #ffffff;
    padding: 40px;
    border-radius: 24px;
}

/* -- Coins custom footer -- */
.coins-custom-footer p {
    margin:0;
}

.coins-custom-footer {
    width: 1440px;
    max-width: 100%;
    box-sizing: border-box;
    margin: auto;
    padding: 0 40px;
}
.coins-custom-footer .footer .container {
    max-width: 100%;
    box-sizing: border-box;
}

/* Links card */
.coins-footer__links {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.coins-footer__col-title {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #222;
    display: block;
    margin-bottom: 24px;
}
.coins-footer__col-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.coins-footer__col-list li {
    margin-bottom: 12px;
}
.coins-footer__col-list li a {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    text-decoration: none;
    transition: color 0.2s;
}
.coins-footer__col-list li a:hover {
    color: #265BC1;
}

/* Bottom card */

.coins-footer__bottom {
    padding: 36px 0;
    margin-top: 4px;
    display: flex;
    align-items: start;
    gap: 32px;
}
.coins-footer__bottom-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex: 1;
    min-width: 0;
}
.coins-footer__bottom-col p {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 12px;
    line-height: 1.6;
    color: #181818B2;
    margin: 0 0 2px;
    text-transform: uppercase;
}
.coins-footer__bottom-col p a {
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 12px;
    color: #181818B2;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s;
}
.coins-footer__bottom-col p a:hover {
    color: #265BC1;
}
.coins-footer__top-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 24px;
    background: #265BC1;
    color: #fff;
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    border-radius: 16px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}
.coins-footer__top-btn:hover {
    background: #fff;
    color: #265BC1;
}

.coins-custom-footer .copy {
    padding-top: 5px;
    margin-top: 0;
    border-top: none;
    display: flex;
}

@media (max-width: 1024px) {
    .coins-footer__links {
        grid-template-columns: repeat(2, 1fr);
        padding: 32px;
    }
    .coins-footer__bottom {
        flex-wrap: wrap;
        padding: 24px 32px;
    }
    .coins-footer__bottom-content {
        flex-direction: column;
        gap: 16px;
    }
}
@media (max-width: 768px) {
    .coins-footer__links {
        grid-template-columns: 1fr;
        padding: 24px;
        gap: 40px;
    }
    .coins-footer__bottom {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 20px 0;
    }
    .coins-footer__bottom-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
    }
    .coins-footer__bottom-links {
        width: 100%;
    }
    .coins-footer__bottom-links p,
    .coins-footer__bottom-top p {
        font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
        font-size: 12px;
        line-height: 1.6;
        color: #181818B2;
        margin: 0 0 2px;
        text-transform: uppercase;
    }
    .coins-footer__bottom-links p a,
    .coins-footer__bottom-top p a {
        font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
        font-size: 12px;
        color: #181818B2;
        text-decoration: none;
        text-transform: uppercase;
        transition: color 0.2s;
    }
    .coins-footer__bottom-links p a:hover,
    .coins-footer__bottom-top p a:hover {
        color: #265BC1;
    }
    .coins-custom-footer {
        padding: 0 16px;
    }
    .coins-footer__col-title {
        font-size: 16px;
    }
    .coins-footer__col-list li {
        font-size: 14px;
    }
    .coins-custom-footer .footer .container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 479px) {
    .coins-footer__links {
        padding: 16px;
    }
    .coins-footer__bottom {
        padding: 16px 0;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/catalog/invest_coins/style.css?178394198622392 */
/* /local/templates/.default/components/bitrix/main.feedback/feedback_coins/style.css?177554604011496 */
/* /local/components/sgb/footer/templates/coins/style.css?17748872925085 */
