
body{
    font-family: 'Inter', sans-serif;
}

.header-wrap{
    background-color: #0A2540;
    color: #fff;
    padding: 20px 0 20px 0;
}

.header-wrap a{
    color: #fff;
    text-decoration: none;
}

.header-logo-top{
    font-size: 32px;
    font-weight: 600;
}

.header-logo-bottom{
    font-size: 16px;
}

.header-main-menu{
    margin-top: 20px;
}

.header-btn-wrap{
    margin-top: 15px;
    text-align: right;
}

.header-btn{
    background-color: #00A8A8;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.footer-btn{
    background-color: #00A8A8;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.main-banner{
    background-image: url('/local/templates/bizplace/img/main-banner.png');
    height: 420px;
    background-size: cover;
    background-position: center;
}

.main-banner-area-wrap{
    position: relative;
    width: 100%;
    height: 100%;
    top: 60px;
}

.main-banner-area{
    margin-top: 80px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 80%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 70px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.main-banner-area-search{
    display: inline-block;
    margin-top: 80px;
    width: 600px;
}

.main-banner-area-title h1{
    font-size: 36px;
}

.main-section{
    margin-top: 80px;
}

.section-title{
    font-size: 32px;
    margin-bottom: 20px;
}

.main-service-item{
    background-color: #F5F6FA;
    border-radius: 10px;
    margin-bottom: 20px;
}

.main-service-item-img{
    width: 100%;
    border-radius: 10px 0 0 10px;
}

.main-service-item-text{
    padding: 40px;
}

.main-service-item-bg1{
    height: 300px;
    width: 290px;
    background-image: url('/local/templates/bizplace/img/main-service-item-bg1.png');
    background-size: cover;
    background-position: center;
    border-radius: 10px 0 0 10px;
}

.main-service-item-bg2{
    height: 300px;
    width: 290px;
    background-image: url('/local/templates/bizplace/img/main-service-item-bg2.png');
    background-size: cover;
    background-position: center;
    border-radius: 10px 0 0 10px;
}

.main-service-item-bg3{
    height: 300px;
    width: 290px;
    background-image: url('/local/templates/bizplace/img/main-service-item-bg3.png');
    background-size: cover;
    background-position: center;
    border-radius: 10px 0 0 10px;
}

.main-service-item-bg4{
    height: 300px;
    width: 290px;
    background-image: url('/local/templates/bizplace/img/main-service-item-bg4.png');
    background-size: cover;
    background-position: center;
    border-radius: 10px 0 0 10px;
}

.main-service-item{
    display: grid;
    grid-template-columns: 300px 1fr;
}

.content-page{
    margin-top: 80px;
    margin-bottom: 80px;
}

.header-user {
    display: inline-block;
    align-items: center;
    justify-content: flex-end;
    margin-left: 20px;
    position: relative;
}

.header-user svg {
    color: #00A8A8;
    transition: color 0.2s;
}

.header-user svg:hover {
    color: #fff;
    cursor: pointer;
}


.header-user {
    position: relative;
    display: inline-block;
    align-items: center;
    justify-content: flex-end;
}

.user-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    transition: transform 0.2s ease;
}

.user-btn svg {
    color: #00A8A8; /* бирюзовый по твоей палитре */
    transition: color 0.3s ease;
}

.user-btn:hover svg {
    color: #ffffff;
    transform: scale(1.05);
}

/* Меню */
.user-menu {
    position: absolute;
    top: 45px;
    right: -65px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    list-style: none;
    padding: 10px 0;
    margin: 0;
    width: 180px;
    display: none;
    z-index: 1000;
}

.user-menu li a {
    display: block;
    padding: 10px 15px;
    color: #0A2540;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    text-align: center;
}

.user-menu li a:hover {
    background: #F5F6FA;
    color: #00A8A8;
}

/* Активное состояние */
.user-menu.show {
    display: block;
    animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
    from {opacity: 0; transform: translateY(-5px);}
    to {opacity: 1; transform: translateY(0);}
}


























.main-about{
    margin-top: 80px;
    padding: 80px 0;
    background-color: #F5F6FA;
    margin-bottom: 80px;
}


footer{
    background-color: #0A2540;
    color: #fff;
    font-size: 20px;
}

footer a{
    color: #fff;
    text-decoration: none;
}

.footer-wrap{
    padding: 80px 0 40px 0;
}