.cpb__container{
    width: 1110px;
    margin: 0 auto;
}

.cpb__section{
    padding: 75px 0;
}

.cpb__section__black{
    background: #181a1c;
}

.cpb__section__white{
    background: #fff;
    color: #181A1C;
}

.cpb__section__white_bg1{
    background: url('../img/ui-elements/bg/white-bg-1.jpg') #fff right center no-repeat;
    background-size: contain;
    color: #181A1C;
}

.cpb__section__radial__black{
    background: rgb(75,75,75);
    background: -moz-radial-gradient(circle, rgba(75,75,75,1) 0%, rgba(24,26,28,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(75,75,75,1) 0%, rgba(24,26,28,1) 100%);
    background: radial-gradient(circle, rgba(75,75,75,1) 0%, rgba(24,26,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b4b4b",endColorstr="#181a1c",GradientType=1);
}

.cpb__section__gray{
    background: radial-gradient(91.55% 91.55% at 50% 0%, #4B4B4B 0%, #181A1C 100%);
}

.cpb__section h2{
    text-align: center;
    margin: 0 auto 90px;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
}

.cpb__block{

}

.cpb__block__50{
    width: 50%;
}

.type-service{
    display: flex;
    align-items: center;
}

.type-service-text h3{
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #FFB800;
    margin: 0 0 20px;
}

.type-service-text p{
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 15px;
}

.type-service.reverse-type-service{
    flex-direction: row-reverse;
}

.cbp-list-steps{
    max-width: 548px;
    padding: 0;
    margin: 0;
}

.cbp-list-steps li{
    margin: 0 0 60px;
    position: relative;
    padding: 0 0 0 85px;
}

.cbp-list-steps li span{
    display: block;
    margin: 0 0 10px;
    color: #FFCF1C;
    font-weight: bold;
    font-size: 18px;
    line-height: 17px;
}

.cbp-list-steps li p {
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin: 0;
}

.cbp-list-steps li:before{
    content: '';
    width: 64px;
    height: 64px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.cbp-list-steps li:after{
    content: '';
    display: block;
    width: 20px;
    height: 84px;
    position: absolute;
    top: 54px;
    left: 22px;
    background: url('../img/ui-elements/white-arrow.png') no-repeat;
}

.cbp-list-steps li:last-child:after{
    display: none;
}

.cbp-list-steps li.cbp-first-step{
    padding-top: 14px;
}

.cbp-list-steps li.cbp-first-step:before{
    background: url('../img/ui-elements/first-step.png') no-repeat center;
}

.cbp-list-steps li.cbp-half-step:before{
    background: url('../img/ui-elements/half-step.png') no-repeat center;
}

.cbp-list-steps li.cbp-last-step:before{
    background: url('../img/ui-elements/last-step.png') no-repeat center;
}

.cbp-list-num{
    list-style: decimal;
    margin: 0 0 27px;
}

.cbp-list-num li{
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #EE8475;
    margin: 0 0 15px;
    padding-left: 7px;
}

.cbp-list-num li span{
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #181A1C;
}

.cbp-list-type-1{
    margin: 0;
    padding: 0;
}

.cbp-list-type-1 li{
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 25px;
    position: relative;
    padding-left: 30px;
}

.cbp-list-type-1 li:before{
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: url("../img/ui-elements/yellow-tick.png") no-repeat center;
    position: absolute;
    top: 5px;
    left: 0;
}

/*Блок Цена и срок*/

.price-period-block p{
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 15px;
}

.price-period-block p span{
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #FFCF1C;
    margin-left: 15px;
}

.price-period-block-white p{
    color: #181A1C;
}

.price-period-block-white p span{
    color: #EE8475;
}

.cpb-img-type-1{
    position: relative;
    min-width: 547px;
    border-top: 1px solid #FFCF1C;
    border-bottom: 1px solid #FFCF1C;
    box-sizing: border-box;
    padding: 0 15px;
}

.cpb-img-type-1:before{
    content: '';
    display: block;
    height: 30px;
    width: 518px;
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    background: linear-gradient(360deg, #4B4B4B 0%, rgba(75, 75, 75, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.cpb-img-type-1:after{
    content: '';
    display: block;
    height: 30px;
    width: 518px;
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 15px;
    background: linear-gradient(360deg, #4B4B4B 0%, rgba(75, 75, 75, 0) 100%);
}

.cpb-img-type-1 img{
    width: 100%;
    height: auto;
}

.cpb-img-type-2{
    position: relative;
    min-width: 547px;
    height: 460px;
    background: url('../img/ui-elements/cpb-img-type-2.png') no-repeat center;
    background-size: contain;
    margin-left: 40px;
}

.cpb-img-type-2.reverse{
    margin-left: auto;
    margin-right: 40px;
    background: url('../img/ui-elements/cpb-img-type-2-reverse.png') no-repeat center;
    background-size: contain;
}

.cpb-img-type-2 img{
    position: absolute;
    top: 111px;
    left: 35px;
    max-width: 468px !important;
    border-radius: 12px;
}

.cpb-img-type-3{
    position: relative;
    min-width: 547px;
    height: 460px;
    background: url('../img/ui-elements/cpb-img-type-3.png') no-repeat center;
    background-size: contain;
}

.cpb-img-type-3.reverse{
    margin-left: auto;
    background: url('../img/ui-elements/cpb-img-type-3-reverse.png') no-repeat center;
    background-size: contain;
}

.cpb-img-type-3 img{
    position: absolute;
    top: 117px;
    left: 58px;
    max-width: 440px !important;
    border-radius: 12px;
}

.cpb-img-type-3.reverse img{
    left: 49px;
}

/*buttons*/
.cpb-link-btn{
    position: relative;
    color: #EE8475;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
}

.cpb-link-btn:after{
    content: '';
    width: 12px;
    height: 12px;
    background: url('../img/ui-elements/link-arrow.svg') no-repeat center;
    display: inline-block;
    margin-left: 10px;
}

.type-service .cpb-img-type-2 .cpb-link-btn{
    color: #FFB800;
    position: absolute;
    bottom: 35px;
    right: 30px;
}

.type-service.reverse-type-service .cpb-img-type-2 .cpb-link-btn{
    left: 25px;
    right: auto;
}

.type-service .cpb-img-type-2 .cpb-link-btn:after{
    background: url('../img/ui-elements/yellow-link-arrow.svg') no-repeat center;
}

/*Блок 9*/
.cpb-block-9{
    background: url('../img/ui-elements/bg/block9-bg.png') #ffba03 no-repeat center;
    min-height: 450px;
    color: #181A1C;
    padding: 30px 375px 30px 30px;
    box-sizing: border-box;
    border-radius: 16px;
}

.cpb-block-9 p{
    font-size: 18px;
    line-height: 30px;
    color: #020203;
}

.cpb-block-9 span{
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #181A1C;
    margin: 28px 0 40px;
    display: block;
}

.cpb-block-9-list{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.cpb-block-9-list li{
    width: 50%;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #181A1C;
    margin-bottom: 22px;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.cpb-block-9-list li:before{
    content: '';
    display: block;
    width: 63px;
    min-width: 63px;
    height: 63px;
    margin-right: 15px;
}

.purple-list-position1:before{
    background: url("../img/ui-elements/purple-position-1.png") no-repeat center;
    background-size: contain;
}

.purple-list-position2:before{
    background: url("../img/ui-elements/purple-position-2.png") no-repeat center;
    background-size: contain;
}

.purple-list-position3:before{
    background: url("../img/ui-elements/purple-position-3.png") no-repeat center;
    background-size: contain;
}

.purple-list-position4:before{
    background: url("../img/ui-elements/purple-position-4.png") no-repeat center;
    background-size: contain;
}

/*Вспомогательные классы для позиционирования внутри контейнера или блока*/
.title-nmb h2{margin: 0 !important;}

.flex-sb{justify-content:space-between;}

.mb0{margin-bottom: 0px;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb60{margin-bottom:60px;}
.mb65{margin-bottom:65px;}
.mb70{margin-bottom:70px;}
.mb75{margin-bottom:75px;}
.mb80{margin-bottom:80px;}
.mb85{margin-bottom:85px;}
.mb90{margin-bottom:90px;}

.mt0{margin-top: 0px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt45{margin-top:45px;}
.mt50{margin-top:50px;}
.mt55{margin-top:55px;}
.mt60{margin-top:60px;}
.mt65{margin-top:65px;}
.mt70{margin-top:70px;}
.mt75{margin-top:75px;}
.mt80{margin-top:80px;}
.mt85{margin-top:85px;}
.mt90{margin-top:90px;}
.mt150{margin-top:150px;}
.mt160{margin-top:160px;}

.ml0{margin-left: 0px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml35{margin-left:35px;}
.ml40{margin-left:40px;}
.ml45{margin-left:45px;}
.ml50{margin-left:50px;}
.ml55{margin-left:55px;}
.ml60{margin-left:60px;}
.ml65{margin-left:65px;}
.ml70{margin-left:70px;}
.ml75{margin-left:75px;}
.ml80{margin-left:80px;}
.ml85{margin-left:85px;}
.ml90{margin-left:90px;}

.mr0{margin-right: 0px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.mr35{margin-right:35px;}
.mr40{margin-right:40px;}
.mr45{margin-right:45px;}
.mr50{margin-right:50px;}
.mr55{margin-right:55px;}
.mr60{margin-right:60px;}
.mr65{margin-right:65px;}
.mr70{margin-right:70px;}
.mr75{margin-right:75px;}
.mr80{margin-right:80px;}
.mr85{margin-right:85px;}
.mr90{margin-right:90px;}

.pt0{padding-top: 0px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pt35{padding-top:35px;}
.pt40{padding-top:40px;}
.pt45{padding-top:45px;}
.pt50{padding-top:50px;}
.pt55{padding-top:55px;}
.pt60{padding-top:60px;}
.pt65{padding-top:65px;}
.pt70{padding-top:70px;}
.pt75{padding-top:75px;}
.pt80{padding-top:80px;}
.pt85{padding-top:85px;}
.pt90{padding-top:90px;}

.pb0{padding-bottom: 0px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}
.pb45{padding-bottom:45px;}
.pb50{padding-bottom:50px;}
.pb55{padding-bottom:55px;}
.pb60{padding-bottom:60px;}
.pb65{padding-bottom:65px;}
.pb70{padding-bottom:70px;}
.pb75{padding-bottom:75px;}
.pb80{padding-bottom:80px;}
.pb85{padding-bottom:85px;}
.pb90{padding-bottom:90px;}

.pl0{padding-left: 0px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl25{padding-left:25px;}
.pl30{padding-left:30px;}
.pl35{padding-left:35px;}
.pl40{padding-left:40px;}
.pl45{padding-left:45px;}
.pl50{padding-left:50px;}
.pl55{padding-left:55px;}
.pl60{padding-left:60px;}
.pl65{padding-left:65px;}
.pl70{padding-left:70px;}
.pl75{padding-left:75px;}
.pl80{padding-left:80px;}
.pl85{padding-left:85px;}
.pl90{padding-left:90px;}

.pr0{padding-right: 0px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr25{padding-right:25px;}
.pr30{padding-right:30px;}
.pr35{padding-right:35px;}
.pr40{padding-right:40px;}
.pr45{padding-right:45px;}
.pr50{padding-right:50px;}
.pr55{padding-right:55px;}
.pr60{padding-right:60px;}
.pr65{padding-right:65px;}
.pr70{padding-right:70px;}
.pr75{padding-right:75px;}
.pr80{padding-right:80px;}
.pr85{padding-right:85px;}
.pr90{padding-right:90px;}

.nobg, .nobg:before{background: none !important;}

.ta-c{text-align:center;}
.ta-l{text-align:left;}
.ta-r{text-align:right;}

.cbp-mobile-show{display:none;}

.flex{
    display: flex;
}

@media(max-width: 1130px) {
    .cpb__container{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .cpb-block-9{
        max-width: 1000px;
        margin: 0 auto;
    }

    .cpb-block-9 span{
        margin: 20px 0;
    }

}

@media(max-width: 1000px) {
    .cpb-block-9{
        max-width: 100%;
        padding: 30px 150px 30px 30px;
    }
}

@media(max-width: 900px) {
    .type-service, .type-service.reverse-type-service{
        flex-direction: column;
    }

    .type-service-text{
        order: 2;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .cpb-img-type-2,
    .cpb-img-type-2.reverse,
    .cpb-img-type-3,
    .cpb-img-type-3.reverse{
        margin: 0 auto;
    }

}

@media(max-width: 768px) {

    .cpb__section{
        padding: 50px 0;
    }

    .cpb__section h2{
        margin: 0 auto 50px;
        font-size: 24px;
        line-height: 30px;

    }

    .cbp-mobile-hide{display:none;}
    .cbp-mobile-show{display:block;}
    .cpb-mobile-dblock{display:block !important;}
    .cpb-mobile-dnone{display:none;}

    .cpb-img-type-2,
    .cpb-img-type-2.reverse,
    .cpb-img-type-3,
    .cpb-img-type-3.reverse{
        background: url('../img/ui-elements/cpb-img-type-2-mobile.png') no-repeat center;
        width: 315px;
        height: 205px;
        min-width: auto;
        margin-top: 30px;
    }

    .cpb-img-type-2 img,
    .cpb-img-type-2.reverse img,
    .cpb-img-type-3 img,
    .cpb-img-type-3.reverse img{
        position: absolute;
        top: 15px;
        left: 30px;
        max-width: 250px !important;
        border-radius: 12px;
    }

    .type-service .cpb-link-btn{
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
    }

    .cpb-block-9{
        max-width: 290px;
        padding: 15px;
        background: linear-gradient(131.53deg, #ffba03 28.65%, #ffbb03 100%);
        box-shadow: 0px 0px 15px rgb(255 186 3 / 75%);
        position: relative;
    }

    .cpb-block-9:before{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url('../img/ui-elements/bg/block9-bg-mobile.png') no-repeat center bottom;
    }

    .cpb-block-9 p{
        font-size: 14px;
        line-height: 20px;
        position: relative;
    }

    .cpb-block-9 span{
        font-size: 18px;
        line-height: 20px;
        position: relative;
    }

    .cpb-block-9-list{
        flex-direction: column;
    }

    .cpb-block-9-list li{
        width: 100%;
        font-size: 16px;
        line-height: 15px;
        margin: 0 auto 20px;
    }

    .cpb-block-9-list li:before{
        width: 55px;
        min-width: 55px;
        height: 55px;
    }

    .cbp-list-steps li{
        padding: 0 !important;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 0 20px;
    }

    .cbp-list-steps li:before{
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 60px;
        height: 60px;
        margin: 0 15px 15px 0;
    }

    .cbp-list-steps li.cbp-first-step:before{
        background: url(../img/ui-elements/first-step-mobile.png) no-repeat center;
        background-size: contain;
        width: 50px;
        height: 50px;
    }

    .cbp-list-steps li.cbp-half-step:before{
        background: url(../img/ui-elements/half-step-mobile.png) no-repeat center;
        background-size: contain;
    }

    .cbp-list-steps li.cbp-last-step:before{
        background: url(../img/ui-elements/last-step-mobile.png) no-repeat center;
        background-size: contain;
    }

    .cbp-list-steps li:after{
        display: none;
    }

    .cbp-list-steps li p{
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .accordion__list h3{
        padding-right: 45px !important;
    }

    .accordion__list h3:before{
        display: none;
    }

    .vacancy.flex{
        display: block;
    }


    /*Вспомогательные классы мобильной версии для позиционирования блоков внутри контейнеров*/
    .mobile-mb0{margin-bottom: 0px !important;}
    .mobile-mb5{margin-bottom:5px !important;}
    .mobile-mb10{margin-bottom:10px !important;}
    .mobile-mb15{margin-bottom:15px !important;}
    .mobile-mb20{margin-bottom:20px !important;}
    .mobile-mb25{margin-bottom:25px !important;}
    .mobile-mb30{margin-bottom:30px !important;}
    .mobile-mb35{margin-bottom:35px !important;}
    .mobile-mb40{margin-bottom:40px !important;}
    .mobile-mb45{margin-bottom:45px !important;}
    .mobile-mb50{margin-bottom:50px !important;}
    .mobile-mb55{margin-bottom:55px !important;}
    .mobile-mb60{margin-bottom:60px !important;}
    .mobile-mb65{margin-bottom:65px !important;}
    .mobile-mb70{margin-bottom:70px !important;}
    .mobile-mb75{margin-bottom:75px !important;}
    .mobile-mb80{margin-bottom:80px !important;}
    .mobile-mb85{margin-bottom:85px !important;}
    .mobile-mb90{margin-bottom:90px !important;}

    .mobile-mb135{margin-bottom:135px !important;}

    .mobile-mt0{margin-top: 0px !important;}
    .mobile-mt5{margin-top:5px !important;}
    .mobile-mt10{margin-top:10px !important;}
    .mobile-mt15{margin-top:15px !important;}
    .mobile-mt20{margin-top:20px !important;}
    .mobile-mt25{margin-top:25px !important;}
    .mobile-mt30{margin-top:30px !important;}
    .mobile-mt35{margin-top:35px !important;}
    .mobile-mt40{margin-top:40px !important;}
    .mobile-mt45{margin-top:45px !important;}
    .mobile-mt50{margin-top:50px !important;}
    .mobile-mt55{margin-top:55px !important;}
    .mobile-mt60{margin-top:60px !important;}
    .mobile-mt65{margin-top:65px !important;}
    .mobile-mt70{margin-top:70px !important;}
    .mobile-mt75{margin-top:75px !important;}
    .mobile-mt80{margin-top:80px !important;}
    .mobile-mt85{margin-top:85px !important;}
    .mobile-mt90{margin-top:90px !important;}

    .mobile-ml0{margin-left: 0px;}
    .mobile-ml5{margin-left:5px;}
    .mobile-ml10{margin-left:10px;}
    .mobile-ml15{margin-left:15px;}
    .mobile-ml20{margin-left:20px;}
    .mobile-ml25{margin-left:25px;}
    .mobile-ml30{margin-left:30px;}
    .mobile-ml35{margin-left:35px;}
    .mobile-ml40{margin-left:40px;}
    .mobile-ml45{margin-left:45px;}
    .mobile-ml50{margin-left:50px;}
    .mobile-ml55{margin-left:55px;}
    .mobile-ml60{margin-left:60px;}
    .mobile-ml65{margin-left:65px;}
    .mobile-ml70{margin-left:70px;}
    .mobile-ml75{margin-left:75px;}
    .mobile-ml80{margin-left:80px;}
    .mobile-ml85{margin-left:85px;}
    .mobile-ml90{margin-left:90px;}

    .mobile-mr0{margin-right: 0px;}
    .mobile-mr5{margin-right:5px;}
    .mobile-mr10{margin-right:10px;}
    .mobile-mr15{margin-right:15px;}
    .mobile-mr20{margin-right:20px;}
    .mobile-mr25{margin-right:25px;}
    .mobile-mr30{margin-right:30px;}
    .mobile-mr35{margin-right:35px;}
    .mobile-mr40{margin-right:40px;}
    .mobile-mr45{margin-right:45px;}
    .mobile-mr50{margin-right:50px;}
    .mobile-mr55{margin-right:55px;}
    .mobile-mr60{margin-right:60px;}
    .mobile-mr65{margin-right:65px;}
    .mobile-mr70{margin-right:70px;}
    .mobile-mr75{margin-right:75px;}
    .mobile-mr80{margin-right:80px;}
    .mobile-mr85{margin-right:85px;}
    .mobile-mr90{margin-right:90px;}

    .mobile-pt0{padding-top: 0px;}
    .mobile-pt5{padding-top:5px;}
    .mobile-pt10{padding-top:10px;}
    .mobile-pt15{padding-top:15px;}
    .mobile-pt20{padding-top:20px;}
    .mobile-pt25{padding-top:25px;}
    .mobile-pt30{padding-top:30px;}
    .mobile-pt35{padding-top:35px;}
    .mobile-pt40{padding-top:40px;}
    .mobile-pt45{padding-top:45px;}
    .mobile-pt50{padding-top:50px;}
    .mobile-pt55{padding-top:55px;}
    .mobile-pt60{padding-top:60px;}
    .mobile-pt65{padding-top:65px;}
    .mobile-pt70{padding-top:70px;}
    .mobile-pt75{padding-top:75px;}
    .mobile-pt80{padding-top:80px;}
    .mobile-pt85{padding-top:85px;}
    .mobile-pt90{padding-top:90px;}

    .mobile-pb0{padding-bottom: 0px;}
    .mobile-pb5{padding-bottom:5px;}
    .mobile-pb10{padding-bottom:10px;}
    .mobile-pb15{padding-bottom:15px;}
    .mobile-pb20{padding-bottom:20px;}
    .mobile-pb25{padding-bottom:25px;}
    .mobile-pb30{padding-bottom:30px;}
    .mobile-pb35{padding-bottom:35px;}
    .mobile-pb40{padding-bottom:40px;}
    .mobile-pb45{padding-bottom:45px;}
    .mobile-pb50{padding-bottom:50px;}
    .mobile-pb55{padding-bottom:55px;}
    .mobile-pb60{padding-bottom:60px;}
    .mobile-pb65{padding-bottom:65px;}
    .mobile-pb70{padding-bottom:70px;}
    .mobile-pb75{padding-bottom:75px;}
    .mobile-pb80{padding-bottom:80px;}
    .mobile-pb85{padding-bottom:85px;}
    .mobile-pb90{padding-bottom:90px;}

    .mobile-pl0{padding-left: 0px;}
    .mobile-pl5{padding-left:5px;}
    .mobile-pl10{padding-left:10px;}
    .mobile-pl15{padding-left:15px;}
    .mobile-pl20{padding-left:20px;}
    .mobile-pl25{padding-left:25px;}
    .mobile-pl30{padding-left:30px;}
    .mobile-pl35{padding-left:35px;}
    .mobile-pl40{padding-left:40px;}
    .mobile-pl45{padding-left:45px;}
    .mobile-pl50{padding-left:50px;}
    .mobile-pl55{padding-left:55px;}
    .mobile-pl60{padding-left:60px;}
    .mobile-pl65{padding-left:65px;}
    .mobile-pl70{padding-left:70px;}
    .mobile-pl75{padding-left:75px;}
    .mobile-pl80{padding-left:80px;}
    .mobile-pl85{padding-left:85px;}
    .mobile-pl90{padding-left:90px;}

    .mobile-pr0{padding-right: 0px;}
    .mobile-pr5{padding-right:5px;}
    .mobile-pr10{padding-right:10px;}
    .mobile-pr15{padding-right:15px;}
    .mobile-pr20{padding-right:20px;}
    .mobile-pr25{padding-right:25px;}
    .mobile-pr30{padding-right:30px;}
    .mobile-pr35{padding-right:35px;}
    .mobile-pr40{padding-right:40px;}
    .mobile-pr45{padding-right:45px;}
    .mobile-pr50{padding-right:50px;}
    .mobile-pr55{padding-right:55px;}
    .mobile-pr60{padding-right:60px;}
    .mobile-pr65{padding-right:65px;}
    .mobile-pr70{padding-right:70px;}
    .mobile-pr75{padding-right:75px;}
    .mobile-pr80{padding-right:80px;}
    .mobile-pr85{padding-right:85px;}
    .mobile-pr90{padding-right:90px;}

    .mobile-nobg, .mobile-nobg:before{background: none !important;}

    .mobile-ta-c{text-align:center;}
    .mobile-ta-l{text-align:left;}
    .mobile-ta-r{text-align:right;}

    .cpb-db{display:block;}

    .cpb__mob__block__100{
        width: 100% !important;
    }

}