

/* Start:/bitrix/templates/tin-master-01/components/bitrix/news/options/bitrix/news.detail/.default/style.css?17333125791198*/
.option-card {}
.option-card-prop-wrapper-img {
    position: relative;
	border-radius: 100%;
    background: #fff;
	width: 350px;
    height: 350px;
    margin: 0 auto;
}
.option-card-prop-wrapper-img img {
    margin:0 auto;
    display:block;
    border-radius: 100%;
    border: 1px solid #e5e4e7;  
    /*width:80%;*/
}
.option-card-prop-wrapper-img:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #48c2b6;
    border-radius: 100%;
    width: 365px;
    height: 365px;
    z-index: -2;
    box-shadow: 0 10px 10px rgb(57 150 141 / 18%);    
}
.option-img:nth-child(2) img {margin-top:150px}
@media (max-width: 639px) {
	.option-card-prop-wrapper-img {width: 295px; height: 295px; margin: 0 auto;}
    .option-card-prop-wrapper-img:after {width: 305px;height: 305px;}
    .option-img:nth-child(2) img {margin-top:0} 
    .option-text:after {margin: 0px auto 30px auto !important;}
}

.option-text {
    text-align: center;
    line-height: 1.3;
    margin-top: 20px;
    color: #a6a5a8;
    font-size:14px;
}
.option-text:after {
    content: '';
    display: block;
    width: 50%;
    margin: 0 auto 0 auto;
}
/* End */
/* /bitrix/templates/tin-master-01/components/bitrix/news/options/bitrix/news.detail/.default/style.css?17333125791198 */
