

/* Start:/local/templates/brightpark/components/bitrix/news.detail/stock_new/style.css?17527397271105*/

.site-stock h1 > span {
    font-size: 20px;
    display: block;
}

.stock_detail__from {
    margin-top: 25px;
    margin-bottom: 45px;
    color: #aaa;
    text-align: center;
}

.action-form-detail {
    border-radius: 10px;
    padding: 50px 50px 30px 50px;
}

.stock-timer {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .action-form-detail {
        margin-left: -8px;
        margin-right: -8px;
        border-radius: 0;
        padding: 50px 15px;
    }
    .stock_detail__from {
        margin: 15px 0;
    }
    .stock-timer .timer-flipchart-top,
    .stock-timer .timer-flipchart-front {
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-top: 12px !important;
    }

    .stock-timer .timer-flipchart-bottom,
    .stock-timer .timer-flipchart-back {
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-bottom: 12px !important;
    }

    .stock-timer .timer-flipchart-bounding {
        padding: 12px 8px !important;
    }

    .stock-timer {
        margin-bottom: 0px;
    }
}
/* End */


/* Start:/local/templates/brightpark/components/bitrix/form/detail-form-actions/bitrix/form.result.new/.default/style.css?17078074011802*/

.form-group .policy._stock {
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    padding-left: 30px;
}

.form-group .policy._stock a {
    color: #fff;
    border-color: rgba(255, 255, 255, .35);
}

.form-group._checkbox input[type="checkbox"] {
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: -5px;
    cursor: pointer;
}

.form-group._checkbox input[type="checkbox"] + label::before {
    content: '';
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(43, 43, 43, 0.5);
    border-radius: 5px;
    background: #fff;
    left: 0;
    top: -5px;
    transition: border-color .3s ease-out, background .3s ease-out;
}

.form-group._checkbox input[type="checkbox"]:checked + label::before {
    background: #fff;
    border-color: transparent;
}

.form-group._checkbox input[type="checkbox"] + label::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8L4 10L12 2' stroke='%23514EA1' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    position: absolute;
    display: block;
    width: 14px;
    height: 12px;
    top: 0px;
    left: 4px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 11px;
    opacity: 0;
    transition: opacity .3s ease-out;
}

.form-group._checkbox input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

.btn._actions {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.list/stocks/style.css?16995356361655*/
.stocks-list__item {
	height: calc(100% - 16px);
	position: relative;
	margin: 8px 0;
	border:1px solid #E5E5E5;
	z-index: 1;
}

.stocks-list__item__pic {
	display: block;
	border-bottom: unset;
	line-height: 0;
	padding-bottom: 64%;
	position: relative;
}

.stocks-list__item__pic picture {
	display: block;
	position: absolute;
	width: calc(100% + 2px);
	height: 100%;
	top: 0;
	left: -1px;
}

.stocks-list__item__pic picture img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
}

.stocks-list__item__line {
	margin-bottom: 20px;
}

.stocks-list__item__content {
	padding: 25px;
	font-size: 15px;
	line-height: 1.5;
}

.stocks-list__item__content h4 {
	font-size: 20px;
}

.stocks-list__item__content  .stocks-list__item__line:last-child {
	margin-bottom: 0;
}

.stocks-link-all {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.stocks-white .stocks-list__item {
	border-color: transparent;
	background-color: white;
}

@media all and (min-width: 1200px) {
	.stocks-list__item:hover {
		-webkit-box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 40px 40px rgba(0, 0, 0, 0.05);
		        box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 40px 40px rgba(0, 0, 0, 0.05);
		z-index: 100;
	}
}

@media all and (min-width: 576px) {
	.stocks-link-all {
		position: absolute;
		right: 15px;
		top: 20px;
	}
}

@media all and (max-width: 575px) {
	.stocks-link-all {
		margin-bottom: 25px;
		display: inline-block;
	}
}

.stocks-list__item__from {
	margin-bottom: 12px;
	color: #aaa;
}
/* End */
/* /local/templates/brightpark/components/bitrix/news.detail/stock_new/style.css?17527397271105 */
/* /local/templates/brightpark/components/bitrix/form/detail-form-actions/bitrix/form.result.new/.default/style.css?17078074011802 */
/* /local/templates/brightpark/components/bitrix/news.list/stocks/style.css?16995356361655 */
