.leasing-default-text {
    font-weight: 400;
    font-size: 35px;
    line-height: 129%;
    color: #000;
}
.mt-100 {
    margin-top: 100px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-140 {
    margin-top: 140px;
}
.leasing-hero {
    border: 1px solid #b8b8b8;
    border-radius: 39px;
    padding: 70px 0px 76px 76px;
    position: relative;
    margin-top: 56px;
}
.leasing-hero-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
}
.leasing-hero-text {
    width: 100%;
    max-width: 700px;
}
.leasing-hero-img {
    /* background-image: url(../img/leasing/bg.png);
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right; */
    position: relative;
}
.leasing-hero-elimg {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 727px;
    max-height: 408px;
    position: absolute;
    bottom: -76px;
    right: 0;
}
.leasing-hero-elimg.mobile {
    display: none;
}
.leasing-hero-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 121%
}
.leasing-hero-subtitle {
    font-weight: 400;
    font-size: 35px;
    line-height: 129%;
    color: #000;
    margin-top: 30px;
}
.leasing-wrap-btn {
    position: absolute;
    left: calc(50% - 20px);
    bottom: 80px;
    z-index: 1;
}
.container-sub {
    padding-left: 76px;
    padding-right: 76px;
}
.container-sub {
    padding-left: 60px;
    padding-right: 60px;
}
.leasing-companies {
    margin-top: 100px;
}
.leasing-logos {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    align-items: center;
    justify-content: center;
}

.leasing-logos-item {
    justify-self:center;
}
.leasing-logos-item:first-child, .leasing-logos-item:nth-child(6){
  justify-self:start;  
}
.leasing-logos-imgitem {
    object-fit: cover;
    width: 100%;
}
.leasing-company-wrapcount{
    margin-top: 100px;
    display: grid;
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.leasing-company-text {
    font-weight: 400;
    font-size: 35px;
    line-height: 129%;
    color: #000;
}

.leasing-company-count {
    background: #0048ff;
    border-radius: 28px;
    padding: 60px;
    max-width: 515px;
    justify-self: end;
}

.lc-count-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 107%;
    color: #fff;
    margin-bottom: 25px;
}

.lc-count-number {
font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    color: #fff;
}

.lc-count-bottom {
    font-weight: 400;
    font-size: 27px;
    line-height: 122%;
    letter-spacing: 0.01em;
    color: #fff;
    margin-top: 30px;
}
.leasing-russia {
    margin-top: 100px;
}
.leasing-russia-text {
    margin-top: 80px;
    font-weight: 400;
    font-size: 35px;
    line-height: 129%;
    color: #000;
    width: 60%;
    max-width: 890px;
}
.leasing-russia-map {
    position: relative;
}
.leasing-russia-map::after {
    content: "";
    display: block;
    background-image: url(../img/leasing/map.png);
    background-size: contain;
    background-position-x: right;
    background-position-y: top;
    width: 100%;
    height: 120%;
    position: absolute;
    background-repeat: no-repeat;
    top: -10%;
    right: 0;
    z-index: -1;
}
.leasing-wrapmap-btn {
    margin-top: 60px;
}
.leasing-russia-mapmob {
    display: none;
}
.leasing-russia-text {
    width: 100% !important;
}

.leasing-russia-mapmobimg {
    margin-top: 20px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.leasing-calculate {
    margin-top: 100px;
}
.leasing-calculate-imgwrap {
    margin-top: 80px;
}
.leasing-calculate-img {
    width: 100%;
    object-fit: cover;
}
.leasing-calculate-img-mob {
    display: none;
}

.leasing-default-text {
    margin-top: 20px;
}
.leasing-calculate-btn {
        margin-top: 60px;
}
.leasing-icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 100px;
}
.leasing-icons-img {
    width: auto;
    object-fit: cover;
    max-height: 124px;
}
.leasing-icons-text {
    font-weight: 800;
    font-size: 30px;
    line-height: 133%;
    color: #000;
    margin-top: 60px;
}
.leasing-pluses {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.leasing-pluses-item {
    padding: 60px;
    border: 1px solid #b8b8b8;
    border-radius: 38px;
    position: relative;
}
.leasing-pluses-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 143%;
    letter-spacing: 0.01em;
    color: #000;
} 
.leasing-pluses-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #000;
    margin-top: 20px;
}
.leasing-pluses-item:nth-child(3) {
    background-color: #EFEFEF;
}
.leasing-pluses-item::after {
    content: "";
    display: block;
    position: absolute;
    background-size: cover;

}
.leasing-pluses-item:first-child:after {
    background-image: url(../img/leasing/icon-top1.png);
    width: 86px;
    height: 145px;
    top: -20%;
    right: 20px;
    
}
.leasing-pluses-item:nth-child(2):after {
    background-image: url(../img/leasing/icon-top2.png);
    width: 134px;
    height: 127px;
    top: -20%;
    right: 20px;
    
}
.leasing-pluses-item:nth-child(3):after {
    background-image: url(../img/leasing/icon-top3.png);
    width: 124px;
    height: 158px;
    top: -20%;
    right: 20px;
    z-index: 1;
    
}