

/* Start:/bitrix/components/ranx/block.landing/templates/20_2/style.css?17521668691595*/

.block20-2 .sections-1 .section-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    border: 1px solid #ececec;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-transition: box-shadow .2s ease-in;
    -moz-transition: box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in;
}
.block20-2 .sections-1 .section-item:hover {
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow .2s ease-out;
    -moz-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    z-index: 2;
}
.block20-2 .sections-1 .section-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
.block20-2 .sections-1 .section-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: auto;
    text-align: center;
}

.block20-2 .section-item-add .section-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.block20-2 .section-item-add .section-img svg {
    height: 40px;
    width: 40px;
}
.block20-2 .section-remove {
    position: absolute;
    top: 14px;
    right: 14px;
    color: #bbbbbb;
    height: 9px;
    width: 9px;
}
.block20-2 .section-remove svg {
    height: 9px;
    width: 9px;
    position: absolute;
    top: 0;
    left: 0;
}

/* End */
/* /bitrix/components/ranx/block.landing/templates/20_2/style.css?17521668691595 */
