.MobileMenu {
    display: none;
    background: #0a4b8d;
    top: 49px;
    right: 0;
    width: 100vw !important;
    max-width: 600px;
    color: #fff;
    font-family: "OpenSans2", "OpenSansRegular", Arial, sans-serif;
    padding: 5px 20px;
    box-sizing: border-box;
}

.MobileMenu__item {
    font-size: 16px;
    margin: 15px 0;
}

.MobileMenu__item:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
}

.MobileMenu > .MobileMenu__item:first-child {
    border: none;
}

.MobileMenu__item:first-child .trm {
    margin: 6px 10px 0 0;
}

.MobileMenu__item:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 10px;
}

.MobileMenu .trm-poinformuj {
    margin-right: 7px;
    font-size: 20px;
    vertical-align: middle;
}

.MobileMenu__item:nth-child(2) {
    margin: -5px 0;
    padding: 0;
}

.MobileMenu__item:nth-last-child(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 10px;
}

.MobileMenu__item a,
.MobileMenu__item a:visited {
    color: #fff;
}

.MobileMenu__category {
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    opacity: 0.5;
    font-weight: normal;
    font-family: inherit;
    padding-bottom: 2px;
    color: inherit;
}

.MobileMenu__submenu {
    overflow: hidden;
    padding: 5px 0;
}

.MobileMenu__submenu__item {
    font-size: 16px;
    width: 50%;
    float: left;
    margin: 8px 0;
    box-sizing: border-box;
}

.MobileMenu__submenu__item:nth-child(odd) {
    padding-right: 5px;
}

.MobileMenu__submenu__item:nth-child(even) {
    padding-left: 5px;
}

.MobileMenu__form {
    display: flex;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    line-height: 40px;
}

.MobileMenu__search {
    background: none;
    border: none;
    color: #333;
    outline: none;
    flex: 1;
    line-height: inherit;
    padding: 0 20px;
}

.MobileMenu__search::placeholder {
    color: #999;
    opacity: 1;
    transition: all 0.5s ease;
    font-style: italic;
}

.MobileMenu__search:-ms-input-placeholder {
    color: #999;
    opacity: 1;
    transition: all 0.5s ease;
    font-style: italic;
}

.MobileMenu__search::-ms-input-placeholder {
    color: #999;
    opacity: 1;
    transition: all 0.5s ease;
    font-style: italic;
}

.MobileMenu__button {
    background: none;
    color: #06c;
    font-size: 18px;
    padding-right: 20px;
    line-height: inherit;
    border: none;
}

.MobileMenu__button .trm {
    margin: 0 !important;
    line-height: inherit;
}

/*transport - komunikacja*/
@media (max-width: 338px) {
    .MobileMenu__submenu__item--komunikacja {
        padding: 0 0 0 5px;
    }
}
