.text-no-wrap {
    text-wrap: nowrap;
}

.d-flex {
    display: flex;
}

.mt-5 {
    margin-top: 5rem;
}

.ml-1 {
    margin-left: 1rem;
}

.pos-r {
    position: relative;
}

.l-img {
    left: -150px;
    top: -40px;
}

.p-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.bottom-center {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

.justify-between {
    justify-content: space-between;
}

.flex-no-wrap {
    flex-wrap: nowrap
}

.mr-4 {
    margin-right: 4rem !important;
}

.ml-4 {
    margin-right: 4rem !important;
}

.py-100 {
    padding: 100px 0;
}

.top-desktop-50 {
    margin-top: 50px;
}

@media only screen and (min-width: 992px) {
    .promo-pannel {
        width: 750px;
    }
}

@media only screen and (min-width: 1200px) {
    .promo-pannel {
        left: 325px;
    }
}

@media only screen and (max-width: 1200px) {
    .l-img {
        display: none;
    }

    .top-desktop-50 {
        margin-top: 0px;
    }
}

.img-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    border-radius: 25px;
}

.services_2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 125px;
    width: 100%;
    background: #f3f6f5;
}

.img-box__text-layout {
    position: absolute;
    top: 230px;
    left: 25px;
    color: #5ab2ff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
}

.blog-item__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #329efc;
    font-size: 14px;
    font-weight: 500;
    margin-top: 19px;
}

.contacts-item__img {
    height: 50px;
    width: 50px;
    line-height: 48px;
    border: 1px solid #329efc;
    border-radius: 50%;
    text-align: center;
}

.contacts-item__img .icon {
    color: #329efc;
    font-size: 18px;
}

.team-item__description {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #329efc;
    width: 235px;
    -webkit-clip-path: polygon(90% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    padding: 23px 30px 28px 30px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

/* Стили кнопки */
.iksweb2 {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 20px;
    color: #ffffff;
    background: #30b2df;
    border-radius: 13px;
    border: 3px solid #30b2df;
}

.iksweb2:hover {
    background: #1151db;
    color: #ffffff;
    border: 3px solid #1151db;
    transition: all 0.2s ease;
}

/* Стили кнопки */
.iksweb {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 20px;
    color: #30b2df;
    background: #ffff0;
    border-radius: 13px;
    border: 3px solid #30b2df;
}

.iksweb:hover {
    background: #30b2df;
    color: #ffffff;
    border: 3px solid #30b2df;
    transition: all 0.2s ease;
}

.truck-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-block {
    padding: 60px;
    max-width: 800px;
}