@media (min-width: 576px) {

    /* ** container ** */
    .container {
        padding: 0 20px;
    }
    /* // container // */

    /* ** container-padding ** */
    .container-padding {
        padding: 0 20px;
    }
    /* // container-padding // */

    /* ** section__header ** */
    .section__header {
        margin: 0 0 28px 0;
    }
    .section__title {
        font-size: 36px;
        line-height: 34px;
    }
    /* // section__header // */

    /* ** intro ** */
    .intro__title {
        font-size: 52px;
        line-height: 50px;
    }
    .intro__title.plus-mobile.icon-plus:before {
        width: 20px;
        height: 20px;
    }
    .intro__title.icon-plus::before {
        top: -6px;
        right: -20px;
    }
    .intro__text-blue  {
        font-size: 34px;
        line-height: 38px;
    }
    .intro__desc {
        font-size: 20px;
        line-height: 22px;
    }
    .intro__video-link::after {
        top: 51%;
        right: 4px;
    }
    /* // intro // */

    /* ** catalogplit ** */
    /* // catalogplit // */

    /* ** video ** */
    .section-videoplity {
        padding: 90px 0;
    }
    /* // video // */

    /* ** partners ** */
    .section-partners {
        padding: 80px 0;
    }
    .partners__title {
        font-size: 42px;
        line-height: 47px;
    }
    .partners__text {
        font-size: 34px;
        line-height: 38px;
    }
    .partners__plashka {
        font-size: 14px;
    }
    /* // partners // */

    /* ** achievements ** */
    /* // achievements // */

    /* ** ourdeliveries ** */
    .section-title.title-ourdeliveries {
        font-size: 18px;
    }
    .ourdeliveries__headers-item:nth-of-type(1) {
        display: flex;
        align-items: center;
        gap: 14px;
    }
    .ourdeliveries__headers-left-img {
        margin: 0;
    }
    .ourdeliveries__content {
        grid-template-columns: repeat(2, 1fr);
    }
    /* // ourdeliveries // */

    /* ** blocktime ** */
    .section-blocktime {
        padding: 0 0 64px 0;
    }
    .blocktime__content {
        margin: -30px 0 0 0;
    }
    .blocktime__wrap-blue.blocktime__wrap::before {
        background: linear-gradient(180deg, rgba(5, 80, 151, 0.3) 0%, rgba(5, 80, 151, 0.3) 0%, #055097 32%, #055097 100%);
    }
    /* // blocktime // */

    /* ** companyteam ** */
    /* // companyteam // */

    /* ** ouradvantagesinfo ** */
    /* // ouradvantagesinfo // */

    /* ** video ** */
    .section-deliveryvideo {
        padding: 90px 0 82px 0;
    }
    /* // video // */

    /* ** customerreviews ** */
    /* // customerreviews // */

    /* ** sectionform ** */
    .section-sectionformplity {
        padding: 90px 0;
    }
    /* // sectionform // */

    /* ** footer ** */
    /* // footer // */

}