body {
    font-size: 16px;
}
p {
    line-height: 30px;
}

/*=== Variables ===*/
:root {
    /*-- Colors --*/
    --color-red:      #D71920;
    --color-grey:     #dddddc;
    --color-text:     #1d1d1b;
    --color-bg-grey:  #F6F4F4;
}
/* banner-ad */
.banner-ad {
    position: relative;
}
.banner-ad a.button-ad:after {
    content: '';
    width: 50px;
    height: 36px;
    background: url(../../img/ico-list-arrow.svg) center center no-repeat;
    display: inline-block;
    transition: all .3s ease;
    filter: brightness(0) invert(1);
}
.banner-ad a.button-ad {
    width: 50px;
    height: 36px;
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}


.section-1 {
    position: relative;
    overflow: hidden;
}
h2.title {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 42px;
}
.section-1 .col-lg-7 {
    position: relative;
}
.section-1 .box {
    padding: 54px 0 54px 100px;
}
.section-1 .box .text {
    position: relative;
    z-index: 1;
    max-width: 537px;
    padding-bottom: 70px;
}
.section-1 .box:before {
    content: '';
    background-color: var(--color-bg-grey);
    border-radius: 90px;
    position: absolute;
    width: 1000px;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.section-1 .box .text p:last-child {
    margin-bottom: 0;
}
.section-1 .ico {
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 110px;
}
.section-1 .counter {
    font-size: 40px;
    color: var(--color-red);
    font-family: 'Apparel';
}

.section-2 .box {
    padding: 70px 100px 70px;
    border: 1px solid;
    border-radius: 90px;
    margin-top: -170px;
    position: relative;
}
.section-2 .counter {
    font-size: 40px;
    color: var(--color-red);
    font-family: 'Apparel';
    line-height: 30px;
}
.section-2 .counter span {
    font-size: 30px;
    color: var(--color-text);
}

.section-2 .text {
    position: relative;
    text-align: center;
}
/* .section-2 .text:before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: var(--color-red);
    display: block;
    border-radius: 100px;
    margin: -10px auto 40px;
} */
.section-2 h2.title {
    margin-bottom: 36px;
    margin-top: 36px;
}


.section-3 .numbers p {
    text-align: center;
    font-size: 18px;
    margin-left: 0;
    max-width: none;
    text-transform: uppercase;
    line-height: 26px;
}
.section-3 .numbers .num {
    justify-content: center;
    margin: 0;
    width: 100%;
}
.section-3 img.ico {
    margin: -56px auto 32px;
    display: block;
}

.section-3 .numbers .num h2 {
    font-size: 40px;
}
.section-3 .numbers .num h2 span {
    font-size: 25px;
    display: inline-block;
}
.section-3 .numbers .num h2 .counter {
    display: inline-block;
}

@media (max-width: 991px) {
    section.padding-tb {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.padding-b {
        padding-bottom: 50px;
    }
    section.padding-t {
        padding-bottom: 50px;
    }
    h2.title {
        text-align: center;
    }
    .section-1 .box {
        margin: 100px 0 0;
        position: relative;
        padding: 60px 60px 0;
    }
    .section-1 .ico {
        transform: translateX(-50%);
        top: 40px;
        left: 50%;
    }
    .section-1 .box:before {
        border-radius: 60px;
    }
    .section-2 .box {
        margin-top: 0;
        border-radius: 60px;
        padding: 60px;
    }
    .section-3 {
        padding-top: 50px;
    }
    .section-3 img.ico {
        margin: 0 auto 32px;
        display: block;
    }
}

@media (max-width: 767px) {
    h2.title {
        text-align: center;
        font-size: 24px;
        line-height: 36px;
    }
    .section-1 .box {
        padding: 60px 30px 0;
    }
    .section-2 .box {
        padding: 60px 30px;
    }
}