/*Lareta*/

.reasons-list ul{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 0;
    margin: 0;
}
.reasons-list p{margin: 0;}
.reasons-list ul li{
    display: flex;
    column-gap: 10px;
}
.reasons-list ul li{
    font-size: 16px;
    line-height: 26px;
}

.reasons-list ul li span{
    font-size: 32px;
    line-height: 1.2;
    color:  #F7623C;
}

@media(min-width:768px){
    .reasons-list ul{
        column-gap: 50px;
        flex-wrap: wrap;
        height: 600px;
    }
    .reasons-list ul li{ width: calc((100% - 50px) / 2);}


}
@media(min-width:1279px) {
    .reasons-list ul {height: 1350px;}
    .reasons-list ul li {
        width: calc((100% - 100px) / 3);
        column-gap: 20px;
    }
    .reasons-list ul li span {font-size: 40px; }
}


.benefit-col ul li{
    list-style-type: disc!important;
}

/*garantee*/
.guarantee-block{
    padding-top: 72px;
    padding-bottom: 63px;
    display: flex;
    justify-content: center;
    background-color: #2B3A56;
    padding-inline:30px;
}
.guarantee-block .btn{
    box-sizing: border-box;
    margin-top: 37px;
    text-decoration: none;
    text-align: center;
}
.guarantee-block__content{
    position: relative;
    text-align: center;
}

.guarantee-block__content p{margin: 0;}
.guarantee-block__content:before{
    content:'';
    width: 102px;
    height: 102px;
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    transform: translate(-100%, 0);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='102' height='102' viewBox='0 0 102 102' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M49.2624 61.9381L47.6999 31.4683H57.3356L55.708 61.9381H49.2624ZM52.5178 77.4985C50.9986 77.4985 49.7399 76.9993 48.7416 76.001C47.7433 75.0027 47.2441 73.8091 47.2441 72.4202C47.2441 71.0312 47.7433 69.8593 48.7416 68.9044C49.7399 67.9061 50.9986 67.407 52.5178 67.407C54.0369 67.407 55.2739 67.9061 56.2288 68.9044C57.1837 69.8593 57.6612 71.0312 57.6612 72.4202C57.6612 73.8091 57.1837 75.0027 56.2288 76.001C55.2739 76.9993 54.0369 77.4985 52.5178 77.4985Z' fill='%23F7623C' /%3e%3ccircle cx='51' cy='51' r='50' stroke='%23F7623C' stroke-width='2' /%3e%3c/svg%3e");
    background-size: contain;
}
.white-title-30{
    font-weight: 300;
    font-size: 30px;
    line-height: 1.2;
    color: #FFFFFF;
}
@media (max-width: 991px) {
    .white-title-30{font-size: 24px;}
    .guarantee-block{padding-top: 120px;}
    .guarantee-block__content:before{
        width: 45px;
        height: 45px;
        top: -20px;
        left:50%;
        transform: translate(-50%, -100%);

    }
    .guarantee-block__content .btn{font-size: 14px;}
}
