.mobile-header {
    padding: 22px 15px;
}

.dropdown-menu {
    width: 100%;
    margin: 0;
}

#register-modal {
    max-width: 500px;
    padding: 30px 40px 20px;
    overflow: visible;
    background: #fff;
    border-radius: 8px;
    box-shadow: none;
}

.job-block .content {
    padding-left: 0;
}

.preloader:after,
.preloader:before {
    content: none;
}

.category-block .icon {
    background: transparent !important;
}

#form-registration .btn-style-four {
    color: #34A853 !important;
    background-color: #E1F2E5 !important;
}

#form-registration .btn-style-seven {
    color: #ffffff !important;
    background-color: #34A853 !important;
}

.input-address {
    position: relative;
    padding-right: 60px !important;
}

.input-address + .spinner-border {
    position: absolute;
    top: 14px;
    right: 15px;
}

.btn-fb {
    margin-top: 5px;
    color: #ffffff !important;
    background-color: #4080ff;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 21px 11px;
    border: 1px solid #4b7bdb;
}

.btn-fb svg {
    margin-right: 10px;
}

.offcanvas {
    width: 320px !important;
}

#nav-mobile li > a:not(.theme-btn),
#nav-mobile li.dropdown > span {
    display: block;
    padding: 5px 0;
    font-size: 32px;
    color: #000;
    line-height: 1.7;
    cursor: pointer;
}

#nav-mobile li.dropdown {
    position: relative;
}

#nav-mobile li.dropdown:before {
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    top: 30px;
    right: 0;
    content: '';
    background-color: #000;
}

#nav-mobile li.dropdown:after {
    position: absolute;
    display: block;
    width: 2px;
    height: 14px;
    top: 24px;
    right: 6px;
    content: '';
    background-color: #000;
}

#nav-mobile li.dropdown.open:after {
    content: none;
}

#nav-mobile li.dropdown ul {
    display: none;
    padding-left: 15px;
}

#nav-mobile li.dropdown ul li > a {
    font-size: 24px;
}

#nav-mobile li.dropdown:last-child > span {
    height: 64px;
}

#nav-mobile li.dropdown:last-child > span > span {
    font-size: 24px;
}