  }@media (min-width:1200px) {
    /* xl  desktop */
}

@media (min-width:992px) and (max-width:1199px) {
    .form2 {
        display: flex;
        align-items: center;
        background: #F5F6FA;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sec0 {
        height: auto;
        flex-direction: column
    }

    .sec0 .overlay {
        position: relative;
        height: 400px;
        width: 100%;
    }

    .form1 .recall {
        top: -10px;
        right: 40px;
        transform: translate(0, -100%)
    }

    .form1 .recall br {
        display: none;
    }

    .form2 {
        display: flex;
        align-items: center;
        background: #F5F6FA;
    }

    .title1 br {
        display: none;
    }

}

@media (max-width:767px) {

    body,
    html {
        font-size: 14px;
    }

    .sec0,
    .sec {
        overflow: hidden;
    }

    .contact span {
        font-size: 10px;
    }

    .tel {
        font-size: 16px;
    }

    .logo {
        font-size: 16px;
    }

    .logo img {
        height: 30px;
    }

    .sec0 {
        padding-top: 50px;
        height: auto;
        flex-direction: column
    }

    .sec0 .overlay {
        position: relative;
        height: 180px;
        width: 100%;
    }

    .sec0 .title {
        font-size: 24px;
    }



    .adventage {
        font-size: 14px;
        line-height: 1.2;
    }

    .adventage figure {
        width: 40px;
        padding: 8px;
    }

    .form1 .wrap {
        background: none;
        flex-direction: column
    }

    .form1 input {
        width: 100%;

    }

    .form1 button {
        width: 100%;

    }

    .form1 .recall {
        text-align: right;
        font-size: 10px;
        z-index: 1;
        top: 1.2em;
        right: 1.4em;

        transform: none
    }

    .sec .title {
        font-size: 24px;
    }

    .form2 {
        background: #F5F6FA;
    }

    .logos {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .logos img {
        margin-top: 10px;
        width: 25%;
    }

    .sec .title1 {
        font-size: 20px;
    }

    #map {
        position: relative;
        width: 100%;
        height: 300px;
    }

    .master .name {
        font-size: 0.8rem;
    }

    .master .bottom {
        flex-direction: column
    }

    .last {
        margin-left: 0;
    }

    .master big {
        font-size: 20px;
    }

    .copy {
        font-size: 12px;
    }

    .pricelist th:last-child,
    .pricelist td:last-child {
        display: none;
    }
}
