
@media screen and (max-width: 768px) {

    body {
        min-width: 100%;
    }
    
    header .menu, header .city {
        display: none;
    }

    header .logo {
        margin-right: 0;
    }

    header {
        padding: 5px 0;
    }

    .main-screen .mini-title {
        margin-bottom: 30px;
    }

    .main-screen .main-title {
        font-size: 80px;
        margin-bottom: 20px;
    }

    .main-screen .sub-title {
        font-size: 18px;
    }

    .animate {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    .screen {
        padding: 40px 0;
    }

    .sub-text {
        font-size: 16px;
    }

    .diagram-screen .img-block {
        padding: 15px !important;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .diagram-screen .img-block:after {
        display: none;
    }

    .diagram-screen .advantages {
        padding-left: 0px;
    }

    .diagram-screen .adv-item {
        margin-bottom: 25px;
        gap: 15px;
        font-size: 16px;
    }

    .block-h3, .block-h2 {
        font-size: 24px;
        text-align: center;
    }

    .why-we .work-method.left .line-scale {
        display: none;
    }

    .why-we .work-method.left {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .why-we .sub-text {
        margin-bottom: 40px;
    }

    .why-we .work-method .title {
        font-size: 18px;
        text-align: center;
    }

    .why-we .work-method .all-time {
        text-align: center;
        font-size: 24px;
    }

    .why-we .work-method.right {
        padding: 15px !important;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .why-we .work-method.right:after {
        display: none;
    }

    .why-we .work-method.right .adv-item {
        margin-bottom: 20px;
        padding-left: 34px;
        background: url(./images/chack.svg) 0px 5px no-repeat;
        background-size: 26px;
    }

    .why-we .work-method.right .name {
        font-size: 16px;
    }

    .why-we .work-method.right .time {
        font-size: 14px;
    }

    .m-adv-item:after {
        display: none;
    }

    .main-advantages .right .m-adv-item:nth-child(2) {
        margin-left: 0;
    }

    .main-advantages .left .m-adv-item:nth-child(2) {
        margin-right: 0;
    }

    .m-adv-item {
        padding: 15px !important;
        border-radius: 15px;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
        height: auto;
    }

    .main-advantages .block-h2 {
        margin-bottom: 40px;
    }

    footer .qr-code {
        max-width: 300px;
    }

    footer .logo {
        font-size: 90px;
    }

    .protection .prot-item .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .protection .prot-item .text {
        font-size: 14px;
    }

    .protection .prot-item {
        margin-bottom: 30px;
    }

    footer .bottom {
        margin-bottom: 5px;
    }

    .new-advantages .top:after, .new-advantages .bottom:after {
        display: none;
    }

    .new-advantages .n-adv-item {
        width: 100%;
        margin-bottom: 25px;
    }

    .new-advantages .top .n-adv-item:nth-child(1), .new-advantages .top .n-adv-item:nth-child(3) {
        margin-top: 0;
    }

    .new-advantages .bottom .n-adv-item:nth-child(2) {
        margin-top: 0;
    }

    .new-advantages .top, .new-advantages .bottom {
        flex-wrap: wrap;
    }

    .n-adv-item .number, .new-advantages .block-logo, .new-advantages .icon {
        display: none;
    }

    .n-adv-item .text {
        font-weight: 500;
        font-size: 16px;
    }

    .new-advantages .block-h2 {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 1260px;
    }
}