

/* Start:/local/templates/new/components/bitrix/news.detail/pif/style.css?17518889463825*/
.invest-button {
    padding: 12px 18px 12px 18px;
    gap: 10px;
    background: #73A8BA;
    color: #ffffff;
    transition: .5s;
    outline: solid 1px rgba(115, 168, 186, 1);
    border-radius: 4px;
    cursor: pointer;
    width: max-content;
}

.invest-button:hover {
    transition: .5s;
    background: rgba(115, 168, 186, 1)!important;
    color: #fff!important;
    text-decoration: none;
}

.invest-button__container {
    display: flex;
    position: relative;
    flex-direction: column;
}

.gold-block {
    background: linear-gradient(282.68deg, #FCE6BC -9.24%, #e6c685 105.46%);
    max-width: 421px;
    width: 100%;
    height: max-content;
    border-radius: 13px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    top: -125px;
    left: 65%;
}

.gold-block-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gold-block-header .gold-bar {
    width: 46px;
    height: 46px;
}

.gold-block-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #070E13;
    text-align: left;
}

.gold-block-value {
    max-width: 381px;
    width: 100%;
    height: 62px;
    display: flex;
    gap: 4px;
    justify-content: center;
}

.gold-block-card {
    width: 55px;
    height: 57px;
    border-radius: 7px;
    background: #FFFFFF33;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gold-block-card-value {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    background-image: linear-gradient(90deg, #C5A243 0%, #A27D1B 100%);
    background-size: 100%;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gold-block-coma {
    width: 27px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gold-block-coma-value {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    background-image: linear-gradient(90deg, #C5A243 0%, #A27D1B 100%);
    background-size: 100%;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gold-block-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: left;
}

@media (max-width: 1024px) {
    .gold-block {
        max-width: 390px;
        top: inherit;
        left: inherit;
        margin-top: 24px;
    }

    .gold-block-name {
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
    }

    .gold-block-header .gold-bar {
        width: 40px;
        height: 40px;
    }

    .gold-block-card {
        width: 50px;
        height: 50px;
    }

    .gold-block-card-value {
        font-weight: 700;
        font-size: 17px;
        line-height: 120%;
    }

    .gold-block-coma {
        width: 27px;
        height: 32px;
    }

    .gold-block-value {
        height: 50px;
    }

    .gold-block-date {
        font-weight: 600;
        font-size: 13px;
        line-height: 140%;
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .gold-block {
        padding: 10px;
        max-width: 310px;
        top: inherit;
        left: inherit;
        margin-top: 24px;
    }

    .gold-block-name {
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
    }

    .gold-block-header .gold-bar {
        width: 30px;
        height: 30px;
    }

    .gold-block-card {
        width: 32px;
        height: 32px;
    }

    .gold-block-card-value {
        font-weight: 700;
        font-size: 17px;
        line-height: 120%;
    }

    .gold-block-coma {
        width: 27px;
        height: 32px;
    }

    .gold-block-value {
        height: 32px;
    }

    .gold-block-date {
        font-weight: 600;
        font-size: 12px;
        line-height: 140%;
        margin-top: 5px;
    }
}
/* End */


/* Start:/local/templates/new/components/bitrix/system.pagenavigation/.default/style.css?17448017064374*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #070E13;
	font-size:15px;
}

.bx_pagination_bottom .bx_pagination_section_one{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 120px;
}
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/new/components/bitrix/system.pagenavigation/.default/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	color: #070E13;
	font-size:15px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: flex;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #070E13;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: #73A8BA;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: flex;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}

	.bx_pagination_bottom .bx_pagination_page li{
		font-size:12px;
		width: 30px;
		height: 30px;
	}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */
/* /local/templates/new/components/bitrix/news.detail/pif/style.css?17518889463825 */
/* /local/templates/new/components/bitrix/system.pagenavigation/.default/style.css?17448017064374 */
