* {
    box-sizing: border-box;
}
body {
    vertical-align: baseline;
}
#header {
    /*display: inline-block;*/
    display: flex;
    align-items: center;
    margin-bottom: 75px;
    gap: 20px;
    width: 100% !important;
}

@media screen and (max-width: 1170px) {
    #header {
        width: 95% !important;
    }
}

@media screen and (max-width: 900px) {
    #header {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
}

@media screen and (max-width: 740px) {
    #header {
        width: 94% !important;
    }
}

@media screen and (max-width: 551px) {
    #header {
        width: 90% !important;
    }
}

@media screen and (max-width: 600px) {
    [class^="searchForm"] {
        width: auto !important;
    }

    [class^="cell"] {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 1140px) {
    .header-phone {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .header-phone div a {
        font-size: 25px;
    }
}

.MuiButtonBase-root {
    border-bottom-left-radius: 0 !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 766px) and (orientation: portrait) {
    #wrapper {
        max-width: 100%;
        overflow: hidden;
    }
}

@media screen and (max-width: 787px) {
    .main-menu {
        display: none;
    }
}
u {
    text-decoration: none !important;
}
span {
    vertical-align: baseline;
}

.main-menu {
    max-width: 100% !important;
}

.header-phone {
    position: absolute;
    top: 75px;
    right: 0;
}
