.home .content-area {
    margin-top: 0;
    margin-bottom: 0;
}
.site-top-header-wrap .site-header-row-container-inner {
    margin-bottom: 20px;
}
.header-navigation-layout-stretch-true.header-navigation-layout-fill-stretch-true .header-navigation .header-menu-container .menu a i {
    margin-top: 0px;
}


.site-top-header-wrap:first-child {
    background: #F3F4F7;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
}

.top-header-mobile {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
}
 
@media screen and (max-width: 600px) {
.success-first-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; 
}
.top-header-mobile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 10px 0;
    gap: 10px;
}
.top-header-mobile li a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.site-top-header-wrap:first-child {
    padding: 0;
}
}
 
.sidebar-inner-wrap {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
} 
  
.sidebar-fixed {
    position: sticky;
    top: 175px;
    right: auto;
    height: 300px;
    width: 302px;
    z-index: 1000;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.content-container.site-container {
    position: relative;
}
.sidebar-hidden {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
}