

/* Start:/local/templates/.default/components/bitrix/news.list/stocks-custom/style.css?17507626002690*/
.shares_item {
    position: relative;
}
.shares_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 33px;
}

.shares_item:hover .stock-hover{
	opacity: 1;
}
.stock-hover {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9dfa3aa8;
    opacity: 0;
    transition: opacity 0.3s ease;
	width: 100%;
	height: 100%;
    border-radius: 20px;
}

.stock-img{
    border-radius: 20px;
}

.shares_item {
    position: relative;
    width: 367px;
    height: 490px;
    cursor: pointer;
}

.stocks-content {
    background-image: url(/local/figma-img/stocks-bg.svg);
    background-repeat: repeat-y;
    background-position: center top;
    background-color: #ECECEC;
}

.stock-title{
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    text-align: center;
    margin-top: 82px;
    width: max-content;
    padding: 21px 140px;
    margin: 25px auto 75px;
    border-radius: 15px;
    text-transform: uppercase;
    font-family: 'HeadingFont';
    letter-spacing: 3px;
    background-color: #9DFA3A;
}

.stock-hover .btn {
	width: 145px;
	height: 45px;
	border: none !important;
	background-color: #fff;
	font-size: 18px;
	line-height: 15px;
	-webkit-box-shadow: 0px 0px 11px 5px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 11px 5px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 11px 5px rgba(34, 60, 80, 0.2);
  }

  @media (max-width: 993px) {
	.shares_item {
		position: relative;
        width: calc(50% - 10px);
        height: 206px;
        border-radius: 10px;
	}
    .stock-hover {
        border-radius: 10px;
    }
    .stocks-content .news_content {
        margin-top: 0;
        display: flex;
        justify-content: center;
    }
	.shares_list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 33px;
		justify-content: center;
	}
    .shares_list {
        overflow: visible;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 20px;
        justify-content: space-between;
        max-width: 100%;
        column-gap: 20px;
        width: 100%;
    }
	.stock-title{
        padding: 10px !important;
        font-size: 24px;
        line-height: normal;
        margin-bottom: 25px;
        width: 100%;
        border-radius: 10px;
        margin-top: 0;
        letter-spacing: 1px;
	}
    .stock-img {
        border-radius: 10px;
    }
    .stock-hover .btn {
        width: 100px;
    }
  }
@media (max-width: 370px) {
	.shares_item {
		position: relative;
        width: 47%;
        height: 180px;
	}
    .shares_list {
        column-gap: 10px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/stocks-custom/style.css?17507626002690 */
