html, body, div, span, applet, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, b, u, ul, li, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
* {
    word-wrap: break-word;
}
ul, ol {
    list-style: none;
}
a {
    outline: none;
    text-decoration: none;
}
input,
textarea,
select {
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
input,
textarea {
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
}
* {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
}
html,body {
    height: 100%;
}
body a {
    color: #202020;
}
body a.underline {
    text-decoration: underline;
}
body a.underline:hover {
    text-decoration: none;
}

.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }
.db { display: block !important; }
.dib { display: inline-block !important; }
.dn { display: none !important; }
.vh { visibility: hidden; }
.mln { margin-left: 0 !important; }
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }
.tu { text-transform: uppercase; }
.fs12 { font-size: 14px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs22 { font-size: 22px; }
.fs24 { font-size: 24px; }
.fs26 { font-size: 26px; }
.fs28 { font-size: 28px; }
.fs30 { font-size: 30px; }
.fs32 { font-size: 32px; }
.fs34 { font-size: 34px; }
.fs36 { font-size: 36px; }
.fs38 { font-size: 38px; }
.fs40 { font-size: 40px; }
.lh20 { line-height: 20px; }
.lh21 { line-height: 21px; }
.lh22 { line-height: 22px; }
.lh23 { line-height: 24px; }
.lh25 { line-height: 25px; }
.clearfix::after {
    display: block;
    content: " ";
    clear: both;
}

@font-face {
    font-family: 'Comfortaa-Bold';
    src: url('../fonts/Comfortaa-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Comfortaa-Bold.woff') format('woff'),
        url('../fonts/Comfortaa-Bold.ttf') format('truetype'),
        url('../fonts/Comfortaa-Bold.svg#Comfortaa-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Comfortaa-Light';
    src: url('../fonts/Comfortaa-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Comfortaa-Light.woff') format('woff'),
        url('../fonts/Comfortaa-Light.ttf') format('truetype'),
        url('../fonts/Comfortaa-Light.svg#Comfortaa-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Khula-Regular';
    src: url('../fonts/Khula-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Khula-Regular.woff') format('woff'),
        url('../fonts/Khula-Regular.ttf') format('truetype'),
        url('../fonts/Khula-Regular.svg#Khula-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Khula-Bold';
    src: url('../fonts/Khula-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Khula-Bold.woff') format('woff'),
        url('../fonts/Khula-Bold.ttf')  format('truetype'),
        url('../fonts/Khula-Bold.svg#Khula-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Khula-Light';
    src: url('../fonts/Khula-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Khula-Light.woff') format('woff'),
        url('../fonts/Khula-Light.ttf')  format('truetype'),
        url('../fonts/Khula-Light.svg#Khula-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Khula-Semibold';
    src: url('../fonts/Khula-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Khula-Semibold.woff') format('woff'),
        url('../fonts/Khula-Semibold.ttf')  format('truetype'),
        url('../fonts/Khula-Semibold.svg#Khula-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #ffffff;
    color: #202020;
    font-size: 100%;
    line-height: 1;
}
body,
body * {
    font-family: 'Khula-Regular', 'tahoma', 'arial', 'helvetica', sans-serif;
}
.global-alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate3d(-50%, -35px, 0);
    z-index: 1050;
    width: auto;
    min-width: 260px;
    max-width: 420px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.24s ease, transform 0.24s ease;
    text-align: left;
}
#global-alert.global-alert--visible {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
}
#global-alert.global-alert--success .global-alert__content {
    background-color: #f0fff5;
    border-color: #3ec17f;
    color: #1f5b3a;
}
#global-alert.global-alert--error .global-alert__content {
    background-color: #ffecec;
    border-color: #f05c5c;
    color: #872424;
}
#global-alert.global-alert--info .global-alert__content {
    background-color: #e6f2ff;
    border-color: #2590f3;
    color: #0f3b6d;
}
.global-alert__content {
    pointer-events: all;
    border: 1px solid;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.global-alert__message {
    flex: 1;
    font-size: 16px;
    line-height: 1.3;
}
.global-alert__close {
    background: transparent;
    border: none;
    color: inherit;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    padding-left: 12px;
}
.global-alert__close:hover {
    opacity: 0.8;
}
.whats-new-modal {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    box-sizing: border-box;
}
.whats-new-modal.active {
    display: flex;
}
.whats-new-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(18, 18, 18, 0.6);
}
.whats-new-card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 30px 22px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}
.whats-new-badge {
    display: inline-block;
    background: #202020;
    color: #ffc001;
    border-radius: 999px;
    font-size: 12px;
        line-height: 14px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 6px 12px;
    margin-bottom: 12px;
}
.whats-new-sub {
    color: #555555;
    margin-top: 6px;
}
.whats-new-list {
    list-style: disc;
    margin: 18px 0 22px 20px;
    padding: 0;
}
.whats-new-list li {
    margin-bottom: 10px;
    line-height: 1.5;
}
.whats-new-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.whats-new-cta {
    height: 34px;
    line-height: 38px !important;
}
.whats-new-skip {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #202020;
    font-size: 16px;
}
.whats-new-close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    color: #202020;
}
@media screen and (max-width: 600px) {
    .whats-new-card {
        padding: 22px 20px 18px;
    }
}
.fb, .fb *, strong, b {
    font-family: 'Khula-Bold', 'tahoma', 'arial', 'helvetica', sans-serif;
}
.fsb {
    font-family: 'Khula-Semibold', 'tahoma', 'arial', 'helvetica', sans-serif;
}
.light {
    font-family: 'Khula-Light', 'tahoma', 'arial', 'helvetica', sans-serif;
}
.comfortaa-b {
    font-family: 'Comfortaa-Bold', 'tahoma', 'arial', 'helvetica', sans-serif;
}
.comfortaa-l {
    font-family: 'Comfortaa-Light', 'tahoma', 'arial', 'helvetica', sans-serif;
}

#page {
    min-width: 910px;
}
body .page {
    margin: 0 auto;
    max-width: 1592px;
    padding: 0 15px;
}
.yel {
    color: #ffc001;
}

.btn {
    background-color: #FEC414;
    border-radius: 15px;
    color: #282828;
    display: inline-block;
    font-family: 'Khula-Semibold', tahoma, arial, verdana, sans-serif;
    line-height: 29px;
    padding: 0 12px;
}
.btn:hover {
    background-color: #E5AF0A;
}
.btn-black {
    background-color: #282828;
    border-radius: 25px;
    color: #ffc001;
    display: inline-block;
    font-family: 'Khula-Bold', tahoma, arial, verdana, sans-serif;
    font-size: 20px;
    height: 48px;
    line-height: 52px;
    padding: 0 15px;
}
.btn.see-all {
    font-family: 'Khula-Bold', tahoma, verdana, sans-serif;
    height: 30px;
    line-height: 34px;
}

/* header */
#header {
    background-color: #202020;
    height: 80px;
    line-height: 80px;
    padding: 0 32px 0 18px;
}
#header .logo {
    background: url('../imgs/logo.png') no-repeat left center;
    color: #ffffff;
    height: 80px;
    padding-left: 75px;
}
#header .login {
    margin: 27px 12px 0 0;
    line-height: normal;
}
#header .logout-btn {
    margin: 27px 10px 0 0;
    line-height: normal;
}
#header .logout-btn .logout-icon {
    background-color: #FEC414;
    border-radius: 50%;
    display: inline-block;
    height: 26px;
    width: 26px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23282828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2'/%3E%3Cpolyline points='16 17 21 12 16 7'/%3E%3Cline x1='21' y1='12' x2='9' y2='12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    text-indent: -9999px;
    overflow: hidden;
}
#header .logout-btn .logout-icon:hover {
    background-color: #E5AF0A;
}
#header .search {
    height: 28px;
    margin: 26px 45px 0 10px;
    position: relative;
    width: 26px;
    z-index: 3;
}
#search-icon {
    background: url('../imgs/search.png') no-repeat;
    display: block;
    height: 100%;
    width: 100%;
}
#search-form {
    background-color: #202020;
    position: absolute;
    top: 0;
    left: -380px;
    height: 34px;
    width: 406px;
    z-index: 4;
}
#search-form input[type="text"] {
    background: none !important;
    border: 1px solid #ffffff;
    border-radius: 17px;
    color: #ffffff;
    height: 30px;
    margin: -2px 17px 0 0;
    padding: 1px 17px;
    vertical-align: top;
    width: 327px;
}
#search-form input[type="submit"] {
    background: url('../imgs/search.png') no-repeat;
    vertical-align: top;
    height: 28px;
    width: 26px;
}
#search-icon:hover,
#search-form input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.85;
}
#header .top-menu {
    padding-top: 3px;
}
#header .top-menu li {
    margin: 0 20px;
}
#header .top-menu li a,
#header .registration a {
    color: #ffffff;
}
#header .top-menu li.dot {
    background: url('../imgs/menu-dot.png') no-repeat center center;
    height: 75px;
    margin: 0;
    width: 5px;
}
#header .top-menu li a:hover,
#header .top-menu li.active a {
    color: #FEC414;
}

/* home */
#home-top {
    background: url('../imgs/main-top.jpg') no-repeat;
    background-size: cover;
    height: 195px;
    position: relative;
}
#home-top .overlay {
    background: url('../imgs/overlay.png');
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
#home-top .titles {
    color: #ffffff;
    margin: 64px auto 0 auto;
    max-width: 658px;
}
#home-top h1 {
    margin-bottom: 15px;
}
#home-main {
    background: #F0F0F0 url('../imgs/main-bg-left.png') no-repeat 22px center;
    height: 550px;
    margin-bottom: 84px;
    position: relative;
}
#home-main .dot-bg {
    background: url('../imgs/dot-bg.png');
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
#home-main .bg-right {
    background: url('../imgs/main-bg-right.png') no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 200px;
}
#home-main .page {
    height: 100%;
}
#home-main .bg-coms {
    background: url('../imgs/main-bg-ads.png') no-repeat left center;
    background-size: contain;
    height: 100%;
    width: 769px;
}
#home-main .info-box {
    padding: 68px 0 0 879px;
}
#home-main h2 {
    margin-bottom: 20px;
}
#home-main .sub-title {
    margin-bottom: 23px;
}
#home-main h3 {
    margin-bottom: 26px;
}
#home-main .info {
    background: url('../imgs/mark-black.png') no-repeat;
    min-height: 15px;
    line-height: 19px;
    margin-bottom: 19px;
    padding-left: 40px;
}
#home-main .btn-box {
    margin: 35px 0 24px;
}
#home-main .social-title {
    height: 39px;
    line-height: 42px;
}
.social {
    background-repeat: no-repeat;
    background-position: 0 -38px;
    border-radius: 100%;
    height: 38px;
    margin-left: 12px;
    width: 38px;
}
.social.facebook {
    background-image: url('../imgs/fb.png');
}
.social.twitter {
    background-image: url('../imgs/twitter.png');
}
.social.google {
    background-image: url('../imgs/linkedin.png');
}
.social.youtube {
    background-image: url('../imgs/youtube.png');
}
.social.instagram {
    background-image: url('../imgs/instagram.png');
}
.social.pinterest {
    background-image: url('../imgs/pinterest.png');
}

/* carousel */
.car-block h3 {
    margin-bottom: 5px;
}
.car-block p {
    margin-bottom: 12px;
}
.car-box {
    position: relative;
}
.car-box .line {
    background-color: #FFC001;
    height: 61px;
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
}
.car-box .page {
    position: relative;
}
.car-box .see-all {
    position: absolute;
    top: -44px;
    right: 95px;
}

#features-ads {
    margin-bottom: 70px;
}
#top-ads {
    margin-bottom: 39px;
}
#top-brands,
#home-gov1 {
    margin-bottom: 37px;
}
#home-gov1 .top-text {
    color: #777777;
    margin-bottom: 10px;
}
#top-rated-agencies {
    margin-bottom: 77px;
}
#home-gov2 {
    margin-bottom: 42px;
}

/* item */
.item {
    background-color: #ffffff;
    margin: 0 auto;
}
.item .item-box {
    background-color: #ffffff;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    padding: 8px;
    width: 150px;
}
.car-box .item {
    width: 168px;
}
.car-box .item-box {
    margin: 0 auto;
}
#main-left .item {
    display: inline-block !important;
    margin: 0 10px 10px 0;
}
#main-left .search-box {
    margin-bottom: 10px;
}
#main-left .search-box h3 {
    margin-bottom: 7px;
}
.item .img {
    height: 150px;
    margin-bottom: 8px;
    position: relative;
}
/*.item .rating {
    background: url('../imgs/star.png?v=5') no-repeat;
    color: #ffffff;
    height: 23px;
    line-height: 25px;
    padding-left: 28px;
    position: absolute;
    top: 6px;
    right: 7px;
    text-shadow: 0 0 2px #111111;
}*/
.item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
}
.item .bottom {
    color: #474747;
    margin-top: 12px;
}
.item .bottom span {
    height: 17px;
    line-height: 22px;
}
.item .views-count {
    background: url('../imgs/eye.png') no-repeat left center;
    padding-left: 28px;
}
.item .comment {
    background: url('../imgs/star.png') no-repeat;
    background-size: 20px;
    padding-left: 24px;
}

/* latest news */
#news-box {
    background-color: #EEEEEE;
    padding: 70px 0;
}
#news-box .title-box {
    height: 60px;
}
#news-box .news-see-all {
    padding-right: 8%;
}
#news-box .news-left {
    padding-right: 320px;
}
#news-box .news-right {
    padding-left: 8px;
    margin-top: 60px;
    width: 312px;
}
#news-box .news {
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 32px;
    padding-right: 3%;
    vertical-align: top;
    width: 33%;
}
#news-box .img {
    margin-bottom: 16px;
}
#news-box .date {
    color: #828282;
    margin-bottom: 18px;
}
#news-box h3 {
    margin-bottom: 14px;
}

/* footer */
#footer {
    border-top: 5px solid #FFC411;
}
#footer .footer-main {
    background: #202020 url('../imgs/footer-dot-bg.png');
    padding: 80px 0 55px;
}
#footer .footer-right {
    width: 442px;
}
#footer .menu {
    padding-right: 480px;
}
#footer .menu-col {
    display: inline-block;
    margin-bottom: 25px;
    padding-right: 14%;
    vertical-align: top;
}
#footer .menu-col.last {
    padding-right: 0;
}
#footer .menu li {
    margin-bottom: 30px;
}
#footer .menu a {
    color: #ffffff;
}
#footer .menu a:hover {
    color: #FFC001;

}
#footer .subscribe {
    margin-bottom: 7px;
}
#footer .subscribe h3 {
    color: #ffffff;
    margin-bottom: 15px;
}
#subscribe-form {
    position: relative;
}
#subscribe-form input {
    height: 50px;
    line-height: 53px;
    vertical-align: top;
}
#subscribe-form input[type="text"] {
    border-radius: 25px 0 0 25px;
    padding: 0 29px;
    width: 252px;
}
#subscribe-form input[type="submit"] {
    background-color: #FFC001;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    padding: 0 25px;
}
#subscribe-form input[type="submit"]:hover {
    background-color: #E5AF0A;
}
#subscribe-form.sending input[type="submit"] {
    background-color: #A9A9A9;
    color: #7f7f7f;
    cursor: default;
}
#subscribe-form .info {
    height: 20px;
    margin-top: 8px;
    visibility: hidden;
}
#subscribe-form .info.visible {
    visibility: visible;
}
#subscribe-form .info.success {
    color: #FFC001;
}
#subscribe-form .info.error {
    color: #ff0000;
}
#re-captcha {
    position: absolute;
    left: 0;
    top: 78px;
}

#footer .social.facebook {
    margin-left: 0;
}
#footer .footer-bottom {
    background-color: #161616;
    height: 43px;
    padding-top: 22px;
}
#footer .footer-bottom,
#footer .footer-bottom a {
    color: #808080;
}
#footer .footer-bottom a {
    text-decoration: underline;
}
#footer .footer-bottom a:hover {
    text-decoration: none;
}
#footer .privacy {
    margin-left: 40px;
}
#footer .social {
    background-position: 0 0;
}

/* account */
#account {
    padding: 48px 0 85px 0;
}
#account h1 {
    margin-bottom: 55px;
}
#account .form-box {
    margin: 0 auto 9px auto;
    width: 534px;
}
#account .agree-terms {
    margin-top: 15px;
}
#account .agree-terms input {
    appearance: checkbox;
    -moz-appearance: checkbox;
    -o-appearance: checkbox;
    -webkit-appearance: checkbox;
}
#account .agree-terms a {
    text-decoration: underline;
}
#account .agree-terms a:hover {
    text-decoration: none;
}
#account .select-box {
    height: 56px;
    position: relative;
    width: 100%;
}
#account .select-box .select-title {
    background-color: #F0F0F0;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    height: 54px;
    line-height: 60px;
    padding: 0 62px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#account .select-box .select-arrow {
    background: url('../imgs/arrow-down.png') no-repeat center center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    width: 62px;
}
#account .select-box select {
    background: #F0F0F0;
    cursor: pointer;
    font-size: 18px;
    padding-left: 15px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 56px;
    width: 100%;
}
#account input[type="text"],
#account input[type="password"] {
    background-color: #F0F0F0;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    box-sizing: border-box;
    line-height: 61px;
    padding: 0 62px 0 20px;
    width: 100%;
}
#account .account-buttons {
    margin-top: 25px;
}
#account input[type="submit"] {
    background-color: #FFC001;
    border-radius: 30px;
    cursor: pointer;
    height: 56px;
    line-height: 60px;
    padding: 0 33px;
}
#account input[type="submit"]:hover {
    background-color: #E5AF0A;
}
#account .sending input[type="submit"] {
    background-color: #A9A9A9;
    color: #7f7f7f;
    cursor: default;
}
#account .sign-in-link {
    line-height: 59px;
}
.profile-page {
    background: #f5f5f5;
    padding: 0 0 80px;
}
.profile-page .profile-hero {
    border: 1px solid #e3e3e3;
    background: #fff;
}
.profile-page .hero-cover {
    height: 240px;
    background-size: cover;
    background-position: center;
}
.profile-page .hero-body {
    background: #fff;
    margin-top: -55px;
    padding: 18px 24px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.profile-page .hero-avatar {
    margin-right: 24px;
    width: 130px;
}
.profile-page .hero-avatar img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 8px;
    border: 4px solid #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.profile-page .hero-main {
    width: 45%;
}
.profile-page .hero-main .about {
    color: #5f5f5f;
    margin-top: 6px;
    line-height: 20px;
}
.profile-page .hero-meta {
    width: 30%;
    margin-top: 8px;
}
.profile-page .profile-link {
    display: block;
    margin-bottom: 8px;
}
.profile-page .profile-social {
    margin-bottom: 10px;
}
.profile-page .profile-social a {
    display: inline-block;
    height: 22px;
    width: 26px;
    margin-left: 6px;
    background-repeat: no-repeat;
    background-position: center 0;
    vertical-align: top;
}
.profile-page .profile-social a:first-child {
    margin-left: 0;
}
.profile-page .profile-social a:hover {
    background-position: center -22px;
}
.profile-page .profile-social a.facebook { background-image: url('../imgs/s-fb.png'); }
.profile-page .profile-social a.twitter { background-image: url('../imgs/s-twitter.png'); }
.profile-page .profile-social a.tiktok { background-image: url('../imgs/s-tiktok.png'); }
.profile-page .profile-social a.youtube { background-image: url('../imgs/s-youtube.png'); }
.profile-page .profile-social a.linkedin { background-image: url('../imgs/s-linkedin.png'); }
.profile-page .profile-social a.instagram { background-image: url('../imgs/s-instagram.png'); }
.profile-page .logout-link {
    display: block;
    margin-top: 10px;
}
.profile-page .profile-tabs {
    margin: 26px 0 12px;
    border-bottom: 1px solid #dedede;
}
.profile-page .profile-tabs .tab {
    display: inline-block;
    padding: 12px 22px;
    border: 1px solid #dedede;
    border-bottom: none;
    background: #f7f7f7;
    margin-right: 6px;
    color: #303030;
    border-radius: 3px 3px 0 0;
}
.profile-page .profile-tabs .tab.active {
    background: #f5d878;
    border-color: #e5c75d;
}
.profile-page .profile-body {
    display: flex;
    gap: 24px;
}
.profile-page .profile-main {
    width: calc(100% - 280px);
}
.profile-page .profile-sidebar {
    width: 260px;
}
.profile-page .panel-head {
    margin-bottom: 14px;
}
.profile-page .add-new-btn {
    background-color: #FEC414;
    border: none;
    border-radius: 15px;
    color: #282828;
    display: inline-block;
    font-family: 'Khula-Semibold', tahoma, arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.2px;
    padding: 12px 28px;
    cursor: pointer;
    text-transform: none;
    transition: background-color .2s ease, box-shadow .2s ease, transform .1s ease;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    line-height: 14px;
}

.profile-page a

.profile-page .add-new-btn.advertising, .profile-page #add-ad-credit {
    margin-top: 10px;
}
.profile-page #ad-advertising-list {
    margin-top: 18px;
}

.no-photo-background {
    background-image: url(http://127.0.0.1:8000/imgs/no-photo.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;

}
.profile-page .add-new-btn:hover {
    background-color: #E5AF0A;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.profile-page .add-new-btn.secondary {
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}
.profile-page .add-new-btn.secondary:hover {
    background-color: #f3f3f3;
    border-color: #c0c0c0;
}
.profile-page .add-new-btn:disabled {
    opacity: .6;
    cursor: not-allowed;
    box-shadow: none;
    background-color: #dcdcdc;
    border-color: #c9c9c9;
    transform: none;
}
.profile-page .add-new-btn.submit-ad-btn {
    padding: 14px 32px;
}
.profile-page .ads-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(340px, 1fr));
    gap: 18px;
}
.profile-page .media-card {
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    padding: 18px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}
.profile-page .ad-thumb {
    width: 240px;
    height: 240px;
    background-size: cover;
    background-position: center;
    border: 1px solid #d6d0c2;
}
.profile-page .profile-card-content {
    flex: 1;
    grid-template-columns: 1fr 180px;
    gap: 12px 20px;
}
.profile-page .profile-card-content h4 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 8px;
    grid-column: 1 / 2;
}
.profile-page .profile-card-content p {
    font-size: 16px;
    line-height: 1.45;
    grid-column: 1 / 2;
}
.profile-page .ad-meta {
    margin: 10px 0 14px;
    font-size: 15px;
    grid-column: 1 / 2;
}
.profile-page .ad-meta li {
    margin-bottom: 4px;
}
.profile-page .ad-meta .label {
    color: #757575;
    margin-right: 6px;
}
.profile-page .ad-actions .btn {
    padding: 12px 28px;
    border-radius: 2px;
    margin-left: 8px;
    height: auto;
    line-height: normal;
    min-width: 140px;
}
.profile-page .ad-actions {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    align-self: center;
}
.profile-page .edit-btn {
    background: #e0e0e0;
}
.profile-page .delete-btn {
    background: #d5d5d5;
    color: #5f5f5f;
    cursor: not-allowed;
}
.profile-page .panel-box {
    margin-bottom: 18px;
}
.profile-page #ads-list-wrap {
    margin-top: 10px;
}
.profile-page #ad-form-wrap {
    margin-top: 10px;
}
.profile-page .profile-form {
     border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 20px;
    background: #fbfbfb;
    box-shadow: 0px 0px 6px 3px #efefef;
}
.profile-page .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    margin-top: 15px;
}
.profile-page .form-box {
    margin: 0;
    width: auto;
}
.profile-page .form-box.full {
    grid-column: 1 / -1;
}
.profile-page .ad-form label {
    color: #7a7a7a;
    margin-bottom: 6px;
}
.profile-page  input[type="text"],
.profile-page  input[type="number"],
.profile-page input[type="date"],
.profile-page  select,
.profile-page  textarea {
    background: #f5f5f5;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 10px 12px;
    color: #303030;
}
.profile-page .ad-form .form-grid {
    gap: 16px 20px;
}
.profile-page .ad-form .panel-languages .lang-block {
    background: #f8f8f8;
}
.profile-page .panel-languages {
    margin-top: 12px;
}
.profile-page .panel-languages .lang-block {
    border: 1px dashed #d8c99d;
    padding: 10px;
    margin-bottom: 10px;
}
.profile-page input[type="text"],
.profile-page input[type="password"] {
    background: #f3f3f3;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    height: 46px;
    line-height: 46px;
    padding: 0 14px;
    width: 100%;
    box-sizing: border-box;
}
.profile-page .form-actions {
    margin-top: 16px;
}
.profile-page .form-actions input[type="submit"] {
    padding: 12px 28px;
    border-radius: 30px;
}

@media (max-width: 1100px) {
    .profile-page .ads-grid {
        grid-template-columns: 1fr;
    }
    .profile-page .media-card {
        flex-direction: column;
    }
    .profile-page .ad-thumb {
        width: 100%;
        height: 220px;
    }
    .profile-page .profile-card-content {
        grid-template-columns: 1fr;
    }
    .profile-page .ad-actions {
        grid-column: 1 / 2;
        align-items: flex-start;
    }
}
.profile-page .sidebar-banner {
    margin-bottom: 18px;
}
.profile-page .sidebar-news {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 16px;
}
.profile-page .sidebar-news .news-item {
    margin-bottom: 16px;
}
.profile-page .sidebar-news .date {
    color: #888;
    margin-bottom: 4px;
}
.profile-page .sidebar-news .description {
    line-height: 18px;
}
.profile-page .tab-panel {
    display: none;
}
.profile-page .tab-panel.active {
    display: block;
}
.profile-page .muted {
    color: #666;
}
.has-error input,
.has-error textarea,
.has-error .select-title {
    border-color: #ff0000 !important;
}
.form-error {
    color: #ff0000;
    margin-top: 5px;
}

/* main pages */
#main-inner {
    padding: 39px 0 70px;
}
#main-right {
    width: 240px;
}
#main-right .right-com {
    margin-bottom: 32px;
}
#main-right .fb-like-box {
    margin-bottom: 42px;
}
#top-news .news {
    margin-bottom: 16px;
}
#top-news h3 {
    margin-bottom: 8px;
}
#top-news .date {
    color: #828282;
    margin: 13px 0 9px;
}
#top-news h4 {
    margin-bottom: 10px;
}
#top-news .news-1 {
    border-top: 1px solid #D2D2D2;
    padding-top: 20px;
}
#top-news .btn {
    margin-top: 14px;
}
#main-left {
    width: 80%;
}
#main-left .cover {
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #FEC414;
    height: 319px;
}
#main-left .empty-cover {
    background-color: #EEEEEE;
    border: 1px solid #D3D3D3;
    height: 319px;
    position: relative;
    width: 100%;
}
#main-left .empty-cover .img-box {
    position: absolute;
    left: 50%;
    margin-left: -84px;
    top: 100px;
    width: 168px;
}
#main-left .empty-cover .img-box p {
    color: #b2b2b2;
    margin-top: 17px;
}
#main-left .empty-cover .dot {
    background: url('../imgs/dot-bg.png');
    height: 100%;
    position: absolute;
    width: 100%;
}
#main-left .logo-box {
    margin: -70px 0 0 12px;
    position: relative;
}
#main-left .logo {
    background-color: #ffffff;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    height: 150px;
    padding: 8px;
    width: 150px;
}
#main-left .main-title {
    margin: 18px 8% 0 18px;
    width: 29%;
}
#main-left .main-title h1 {
    margin-bottom: 11px;
}
#main-left .main-title .profile-about {
    line-height: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    max-height: 102px;
}
#main-left .phone-box {
    margin: 18px 8% 0 0;
}
#main-left .contact-info {
    background-repeat: no-repeat;
    background-position: left center;
    height: 27px;
    margin-bottom: 23px;
    line-height: 32px;
    padding-left: 37px;
}
#main-left .phone {
    background-image: url('../imgs/phone.png');
}
#main-left .link {
    background-image: url('../imgs/link.png');
}
#main-left .address {
    background-image: url('../imgs/address.png');
}
#main-left .email {
    background-image: url('../imgs/email.png');
}
#main-left .social-pages {
    margin-top: 18px;
    line-height: 25px;
}
#main-left .social-pages p {
    margin-bottom: 7px;
    padding-left: 8px;
}
#main-left .social-pages ul li {
    display: inline-block;
    margin-right: 5px;
}
#main-left .social-pages ul li:last-child {
    margin-right: 0;
}
#main-left .social-pages ul li a {
    background-repeat: no-repeat;
    background-position: center 0;
    height: 22px;
    vertical-align: top;
    width: 27px;
}
#main-left .social-pages ul li a:hover {
    background-position: center -22px;
}
#main-left .social-pages ul li a.facebook {
    background-image: url('../imgs/s-fb.png');
}
#main-left .social-pages ul li a.twitter {
    background-image: url('../imgs/s-twitter.png');
}
#main-left .social-pages ul li a.tiktok {
    background-image: url('../imgs/s-tiktok.png');
}
#main-left .social-pages ul li a.youtube {
    background-image: url('../imgs/s-youtube.png');
}
#main-left .social-pages ul li a.linkedin {
    background-image: url('../imgs/s-linkedin.png');
}
#main-left .social-pages ul li a.vimeo {
    background-image: url('../imgs/s-vimeo.png');
}
#main-left .social-pages ul li a.instagram {
    background-image: url('../imgs/s-instagram.png');
}
#main-left .social-pages ul li a.pinterest {
    background-image: url('../imgs/s-pinterest.png');
}
#main-left .menu {
    margin: 35px 0 45px;
}
#main-left .menu li {
    display: inline-block;
    background-color: #EEEEEE;
    border: 1px solid #D3D3D3;
    height: 42px;
    line-height: 47px;
    margin: 0 0 5px -1px;
    vertical-align: top;
}
#main-left .menu li.first {
    border-radius: 3px 0 0 3px;
}
#main-left .menu li.last {
    border-radius: 0 3px 3px 0;
}
#main-left .menu li:hover,
#main-left .menu li.active {
    background-color: #ffffff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0;
}
#main-left .menu li:hover a,
#main-left .menu li.active a {
    border-top: 4px solid #FFC001;
}
#main-left .menu li a {
    border-top: 4px solid transparent;
    display: block;
    height: 100%;
    padding: 0 30px;
    margin-top: -4px;
    min-width: 55px;
    text-align: center;
}
#awards {
    background: url('../imgs/award-bg.png') no-repeat center 60px;
    min-height: 375px;
}
#awards .award {
    border-top: 1px solid #D3D3D3;
    display: inline-block;
    padding: 25px 0 22px;
    width: 45%;
}
#awards .award-right {
    margin-left: 10%;
}
#awards .award-1,
#awards .award-2 {
    border-top: none;
    padding-top: 0;
}
#awards .year {
    margin-right: 4%;
    width: 24%;
}
#awards .info {
    width: 72%;
}
#awards .info-row {
    margin-bottom: 18px;
}
#awards .title {
    margin-right: 4%;
    width: 60%;
}
#awards .category {
    width: 36%;
}
#vacancies .vacancy {
    border-top: 1px solid #787878;
    padding: 30px 0;
}
#vacancies .vacancy-0 {
    border-top: none;
    padding-top: 0;
}
#vacancies h3 {
    margin-bottom: 24px;
}
#vacancies .left {
    margin-right: 4%;
    width: 77%;
}
#vacancies .show-more {
    background: url('../imgs/arrow-right-b.png') no-repeat 105px center;
    border: 1px solid #787878;
    border-radius: 15px;
    height: 28px;
    line-height: 31px;
    padding: 0 35px 0 15px;
    min-width: 82px;
}
#vacancies .show-more:hover,
#vacancies .show-more.active {
    background-color: #FFC001;
    border-color: #FFC001;
}
#vacancies .show-more.active {
    background: #FFC001 url('../imgs/arrow-down-b.png') no-repeat 100px center;
}
#main-left #news-box {
    background: none;
    padding: 0;
}
#branches .right {
    width: 63%;
}
#branches #map {
    background-color: #F2F2F2;
    height: 465px;
    width: 100%;
}
#branches .left {
    margin-right: 4%;
    width: 33%;
}
#branches .branch {
    margin-bottom: 60px;
}
#branches h3 {
    margin-bottom: 21px;
}
#branches .contact-info {
    margin-bottom: 37px;
}
.html {
    font-size: 18px;
}
.html h1,.html h2,.html h3 {
    font-family: 'Khula-Semibold', tahoma, verdana, sans-serif;
}
.html h1 {
    font-size: 36px;
    margin-bottom: 30px;
}
.html h2 {
    font-size: 30px;
    margin-bottom: 27px;
}
.html h3 {
    font-size: 24px;
    margin-bottom: 25px;
}
.html ul {
    margin: 25px 0;
}
.html ul li {
    background: url('../imgs/list-dot.png') no-repeat 0 2px;
    font-size: 18px;
    margin-bottom: 7px;
    min-height: 10px;
    padding-left: 24px;
}
.html p {
    margin-bottom: 25px;
    line-height: 22px;
}
.html a {
    text-decoration: underline;
}
.html a:hover {
    text-decoration: none;
}
.html strong, .html b {
    font-family: 'Khula-Bold', tahoma, verdana, sans-serif;
}
.html em, .html i {
    font-style: italic;
}
.html hr {
    margin: 20px 0;
}
.html img {
    margin-bottom: 15px;
}
.html img[style*="float:left"] {
    margin-right: 20px;
}
.html img[style*="float:right"] {
    margin-left: 20px;
}
.html blockquote {
    background-color: #ececec;
    border-left: 5px solid #ccc;
    font-style: italic;
    margin: 0 30px;
    padding: 18px 20px;
}
.html blockquote p {
    margin-bottom: 0;
}
#contact-left {
    margin-right: 3%;
    width: 43%;
}
#contact-left h1 {
    margin-bottom: 29px;
}
#contact-right {
    width: 54%;
}
#contact-right #map {
    background-color: #E5E3DF;
    height: 505px;
}
#contact-form .form-box {
    margin-bottom: 12px;
}
#contact-form input[type="text"],
#contact-form textarea {
    background-color: #F0F0F0;
    box-sizing: border-box;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    font-size: 18px;
    width: 100%;
}
#contact-form input[type="text"] {
    height: 56px;
    padding: 0 18px;
}
#contact-form textarea {
    height: 168px;
    padding: 10px 18px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    background-color: #ffffff !important;
}
#contact-form input[type="submit"] {
    background-color: #FFC001;
    border-radius: 30px;
    cursor: pointer;
    height: 56px;
    line-height: 60px;
    margin-top: 12px;
    padding: 0 32px;
}
#contact-form input[type="submit"]:hover {
    background-color: #E5AF0A;
}
#contact-form.sending input[type="submit"] {
    background-color: #A9A9A9;
    color: #7f7f7f;
    cursor: default;
}
#paging {
    margin-top: 18px;
}
#paging li {
    border-radius: 30px;
    display: inline-block;
    height: 30px;
    line-height: 34px;
    margin: 0 10px;
    min-width: 20px;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
}
#paging .prev {
    margin-left: 0;
    padding-left: 0;
}
#paging .next {
    margin-right: 0;
    padding-right: 0;
}
#paging .prev a,
#paging .next a {
    border-radius: 30px;
    height: 30px;
    width: 30px;
}
#paging .prev a {
    background: #FFC001 url('../imgs/paging-left.png') no-repeat 10px 8px;
}
#paging .next a {
    background: #FFC001 url('../imgs/paging-right.png') no-repeat 11px 8px;
}
#paging li.active {
    background-color: #FFC001;
}
#paging li a {
    display: block;
}
#paging li a:hover {
    opacity: 0.8;
}
#paging li.active a,
#paging li.disabled a {
    cursor: default;
    opacity: 1;
}
#paging li.disabled a {
    background-color: #A9A9A9;
}
#news-inner h1 {
    font-size: 40px;
    margin-bottom: 10px;
}
#news-inner .date {
    color: #828282;
    font-size: 20px;
    margin-bottom: 40px;
}
#news-inner .news-img {
    margin: 0 0 20px 30px;
}
#rel-news .rel-title {
    margin: 50px 0 23px;
}
#team h1 {
    margin-bottom: 35px;
}
#team .team {
    margin: 0 1% 2%;
    vertical-align: top;
    width: 182px;
}
#team .team-img {
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    margin-bottom: 16px;
    padding: 7px;
    width: 166px;
}
#team .team-title {
    margin-bottom: 10px;
}
#filter {
    margin-bottom: 41px;
}
#filter .first-filter {
    vertical-align: top;
}
#filter .filter-icon {
    background: #EEEEEE url('../imgs/filter.png') no-repeat 10px center;
    border: 1px solid #D3D3D3;
    border-right: none;
    border-radius: 3px 0 0 3px;
    color: #888888;
    height: 42px;
    line-height: 45px;
    padding: 0 0 0 38px;
    vertical-align: top;
}
#filter .select-box {
    display: inline-block;
    height: 44px;
    margin: 0 0 3px -1px;
    position: relative;
    vertical-align: top;
}
#filter .select-box .select-title {
    background-color: #EEEEEE;
    border: 1px solid #D3D3D3;
    font-family: 'Khula-Semibold', tahoma, verdana, sans-serif;
    height: 42px;
    line-height: 45px;
    padding: 0 50px 0 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
#filter .select-box .select-arrow {
    background: url('../imgs/filter-arrow.png') no-repeat left center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    width: 45px;
}
#filter .select-box select {
    background: #F0F0F0;
    font-family: 'Khula-Semibold', tahoma, verdana, sans-serif;
    cursor: pointer;
    font-size: 16px;
    padding-left: 5px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 44px;
    width: 100%;
}
#filter .first .select-title {
    border-left: none;
}
#main-right .right-top-ads {
    background-color: #FFC001;
    margin-bottom: 55px;
    padding: 34px 0 21px;
}
#main-right .right-top-ads h3 {
    margin-bottom: 4px;
}
#main-right .right-top-ads .item {
    background-color: #FFC001;
    margin: 0 auto 11px;
    width: 168px;
}
#com-left {
    margin-bottom: 64px;
    width: 54%;
}
#com-left .print-image {
    height: 100%;
    width: 100%;
    margin-bottom: 60px;
}
#com-left .print-image-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
#com-left .print-image-list img {
    border: 1px solid #dddddd;
    height: auto;
    max-width: 160px;
}
#com-left .print-images-carousel {
    margin-top: 12px;
}
#com-left .print-images-carousel .print-image-item {
    display: block;
    padding: 4px;
}
#com-left .print-images-carousel img {
    border: 1px solid #dddddd;
    border-radius: 3px;
    display: block;
    height: auto;
    width: 100%;
}
.ad-print-images .ad-print-image-item {
    border: 1px dashed #d6d6d6;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fafafa;
}
.ad-print-images .ad-print-image-item.dragging {
    opacity: 0.6;
}
.ad-print-drag-hint {
    color: #888;
    font-size: 12px;
    margin-top: 6px;
}
#com-left .com-media {
    margin-bottom: 15px;
}
#com-left .prev,
#com-left .next {
    background-color: #202020;
    height: 108px;
    width: 48.5%;
}
#com-left .prev-next .arrow {
    height: 100%;
    width: 47px;
}
#com-left .prev .arrow {
    background: url('../imgs/prev-ad.png') no-repeat center center;
}
#com-left .next .arrow {
    background: url('../imgs/next-ad.png') no-repeat center center;
}
#com-left .prev-next .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 32%;
}
#com-left .prev-next .w-title {
    color: #ffffff;
    box-sizing: border-box;
    height: 100%;
}
#com-left .prev-next .w-title-inner {
    padding-top: 35px;
    width: 100%;
}
#com-left .prev-next .w-title-inner span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#com-left .prev .w-title {
    padding-left: 47px;
    text-align: right;
    width: 65%;
}
#com-left .next .w-title {
    padding-left: 34%;
    width: 82%;
}
#com-left .prev-next .w-top {
   margin-bottom: 7px;
}
#com-detail-content:after {
    clear: both;
    content: '';
    display: block;
}
#com-right {
    margin-bottom: 64px;
    width: 43%;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
#com-right h1 {
    margin-bottom: 14px;
}
#com-right .view-comment {
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 24px;
}
#com-right .view-comment div {
    color: #474747;
    min-height: 24px;
    line-height: 28px;
}
#com-right .views-count {
    background: url('../imgs/eye-big.png') no-repeat;
    padding-left: 45px;
    margin-right: 40px;
}
#com-right .comment {
    background: url('../imgs/comment-big.png') no-repeat;
    padding-left: 41px;
}
#com-right .rate-box {
    border-bottom: 1px solid #BBBBBB;
    padding: 11px 0 9px;
}
#com-right .rating {
    background: url('../imgs/star-big.png') no-repeat;
    height: 31px;
    line-height: 38px;
    margin-right: 8px;
    padding-left: 40px;
}
#com-right .stars-box {
    margin-top: 3px;
    vertical-align: top;
    width: 250px;
    height: 23px;
}
#com-right .stars,
#com-right .rated {
    height: 100%;
    width: 100%;
}
#com-right .rated {
    background: url('../imgs/star.png?v=5') repeat-x 0 -23px;
    cursor: pointer;
}
#com-right .rated div {
    background: #ffffff url('../imgs/star.png?v=5') repeat-x;
    height: 100%;
}
#com-right .rate {
    background: url('../imgs/star.png?v=5') no-repeat 0 -23px;
    height: 23px;
    width: 25px;
}
#com-right .rate.active {
    background-position: 0 0;
}
#com-right .rate-box.rated-box .rated {
    cursor: default;
}
#com-right .media-type {
    border-bottom: 1px solid #BBBBBB;
    padding: 14px 0 9px;
}
#com-right .media-type .dib {
    vertical-align: top;
    line-height: 40px;
}
#com-right .media-type a {
    height: 35px;
}
#com-right .media-type .mt-title {
    margin-right: 12px;
}
#com-right .brand-agency {
    margin-right: 30px;
}
#com-right .brand-agency p {
    margin-bottom: 6px;
}
#com-right .brand-agency a {
    border: 1px solid #dedede;
}
#com-right .brand-agency a,
#com-right .brand-agency img {
    border-radius: 2px;
}
#com-right .brand {
    margin-right: 23px;
}
#com-left .link-preview {
    margin: 10px 0 16px;
}
#com-left .link-card {
    border: 1px solid #dedede;
    border-radius: 6px;
    box-sizing: border-box;
    color: #202020;
    display: block;
    overflow: hidden;
}
#com-left .link-card:hover {
    border-color: #cfcfcf;
}
#com-left .link-card-thumb {
    background-color: #f0f0f0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 160px;
    width: 100%;
}
#com-left .link-card-body {
    display: block;
    padding: 12px 14px 14px;
}
#com-left .link-card-title {
    display: block;
    font-family: Khula-Semibold, tahoma, verdana, sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
}
#com-left .link-card-desc {
    color: #474747;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    max-height: 54px;
    overflow: hidden;
}
#com-left .link-card-url {
    color: #666666;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
#com-left .link-card-cta {
    background-color: #FEC414;
    border-radius: 12px;
    display: inline-block;
    font-family: Khula-Semibold, tahoma, verdana, sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
}
#com-right .info-box {
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 29px;
    padding: 26px 0 31px;
}
#com-right .country-ind {
    border-left: 1px solid #bbbbbb;
    height: 71px;
    margin-top: 30px;
    padding: 10px 0 0 33px;
    vertical-align: top;
}
#com-right .country {
    margin-bottom: 25px;
}
#com-right .description {
    margin-bottom: 28px;
}
#com-right .credits {
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 32px;
    margin-bottom: 25px;
}
#com-right .credits h2 {
    margin-bottom: 27px;
}
#credits-box {
    max-height: 350px;
    overflow: hidden;
}
#credits-box .credit {
    margin-bottom: 30px;
}
#credits-box .position {
    margin-bottom: 8px;
}
#com-right .tags .tag {
    background-color: #FFC001;
    border-radius: 5px;
    height: 32px;
    line-height: 36px;
    padding: 0 8px;
    margin-bottom: 5px;
}
#brand-ads {
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 44px;
    padding-bottom: 24px;
}
#brand-ads h3,
#similar-ads h3 {
    margin-bottom: 20px;
}
#pod-box {
    margin-top: 25px;
}
#comment-box {
    margin-top: 30px;
}
#error {
    margin: 100px 0;
}
#error h1 {
    margin-bottom: 20px;
}




#account.account-dashboard .ad-panel-head .ad-toggle-actions {display:flex;gap:10px;align-items:center;}
                        #account.account-dashboard .ad-panel-head p {margin-top:4px;color:#7a7a7a;}
                        #account.account-dashboard .ad-form-section {    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 16px 18px;
    background: #fbfbfb;
    margin-bottom: 16px;
    box-shadow: 0px 0px 6px 3px #efefef;}
                        #account.account-dashboard .ad-form-section-title {margin:0 0 12px;font-size:18px;font-weight:700;color:#2b2b2b;}
                        #account.account-dashboard .ad-form-section-note {margin:-4px 0 14px;color:#6b6b6b;font-size:13px;}
                        #account.account-dashboard .ad-media-divider {grid-column:1 / -1;height:1px;background:#e2e2e2;margin:8px 0;}
                        #account.account-dashboard .ad-form-section:last-child {margin-bottom:0;}
                        #account.account-dashboard .form-grid {display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:12px 20px;align-items:start;}
                        #account.account-dashboard .form-box {width:100%;margin:0;}
                        #account.account-dashboard .form-box.full {grid-column:1 / -1;}
                        #account.account-dashboard label {display:block;margin-bottom:4px;}
                        #account.account-dashboard input[type="text"],
                        #account.account-dashboard input[type="number"],
                        #account.account-dashboard input[type="date"],
                                                #account.account-dashboard input[type="month"],
                        #account.account-dashboard select {
                            width:100%;
                            box-sizing:border-box;
                            padding:8px;
                            border:1px solid #cfcfcf;
                            border-radius:3px;
                            font-family:inherit;
                            height:44px;
                            line-height:1.3;
                        }
                        #account.account-dashboard textarea {
                            width:100%;
                            box-sizing:border-box;
                            padding:8px;
                            border:1px solid #cfcfcf;
                            border-radius:3px;
                            font-family:inherit;
                            min-height:80px;
                        }
                        #account.account-dashboard .submit-ad-btn {
                            position: relative;
                            transition: opacity .2s ease;
                        }
                        #account.account-dashboard .submit-ad-btn.loading {
                            opacity: .8;
                            cursor: progress;
                        }
                        #account.account-dashboard .submit-ad-btn.loading::after {
                            content: "";
                            position: absolute;
                            right: 12px;
                            top: 50%;
                            transform: translateY(-50%) rotate(0deg);
                            width: 16px;
                            height: 16px;
                            border: 2px solid #fff;
                            border-radius: 50%;
                            border-right-color: transparent;
                            border-bottom-color: transparent;
                            animation: submit-spinner 0.8s linear infinite;
                        }
                        @keyframes submit-spinner {
                            to { transform: translateY(-50%) rotate(360deg); }
                        }
                        #account.account-dashboard .form-box .form-error {color:#c33;font-size:16px;line-height:1.4;margin-top:4px;}
                        #account.account-dashboard .ad-inline {display:flex;gap:8px;flex-wrap:wrap;align-items:center;}
                        #ad-advertising-list {display: grid; gap: 8px;}
                        #account.account-dashboard .ad-advertising-row {display:flex;gap:8px;align-items:center;}
                        #ad-credits-list {display:flex;flex-direction:column;gap:12px;margin-top:8px;}
                        #ad-credits-list .ad-credit-row {border:1px solid #e0e0e0;border-radius:8px;padding:12px;background:#fff;}
                        #ad-credits-list .ad-credit-row-controls {display:flex;gap:8px;flex-wrap:wrap;align-items:flex-start;}
                        #ad-credits-list .ad-credit-row-controls input {flex:1;min-width:120px;}
                        #ad-credits-list .ad-credit-persons {display:flex;flex-direction:column;gap:8px;}
                        .ad-credit-person-row {
                            display:grid;
                            grid-template-columns:150px 150px 1fr auto;
                            gap:8px;
                            align-items:flex-start;
                        }
                        .ad-credit-person-row select,
                        .ad-credit-person-row .ad-credit-person-name {
                            border:1px solid #cfcfcf;
                            border-radius:3px;
                            padding:8px;
                            font-family:inherit;
                            height:44px;
                        }
                        .ad-credit-person-row .ad-credit-person-name {
                            min-width:0;
                        }
                        .ad-credit-person-row .remove-ad-credit-person {
                            align-self:flex-start;
                        }
                        .add-credit-person {
                            margin-left:auto;
                        }
                        @media (max-width: 640px) {
                            .ad-credit-person-row {
                                grid-template-columns:1fr 1fr;
                            }
                            .add-credit-person {
                                width:100%;
                            }
                        }
                        #account.account-dashboard .ad-tag-input {display:flex;gap:8px;align-items:center;}
                        #account.account-dashboard .tag-list {display:flex;gap:8px;flex-wrap:wrap;margin-top: 4px;}
                        #account.account-dashboard .tag {background:#f0f0f0;border-radius:3px;padding:4px 8px;border:1px solid #ddd;}
                        #account.account-dashboard .search-box {margin-bottom:6px;}
                        #account.account-dashboard .upload-box {display:flex;align-items:center;}
                        #account.account-dashboard .logo-upload-body {display:flex;gap:18px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:14px 16px;flex-wrap:wrap;}
                        #account.account-dashboard .logo-upload-uploader {display:flex;flex-direction:column;gap:8px;}
                        #account.account-dashboard .logo-upload-info {flex:1;min-width:200px;font-size:13px;color:#5e5e5e;}
                        #account.account-dashboard .logo-upload-info .fb {margin:0 0 6px;}
                        #account.account-dashboard .logo-upload-info .muted {margin:0;}
                        #account.account-dashboard .profile-uploader.upload-box {background:#f6f6f6; border-radius:8px;flex-direction:column;align-items:center;}
                        #account.account-dashboard .upload-thumb {width:128px;height:128px;border:1px solid #ddd;background-color:#f7f7f7;background-position:center;border-radius:8px;}
                        #account.account-dashboard .upload-thumb-hint {font-size:12px;color:#999;text-align:center;}
                        #account.account-dashboard .upload-actions {justify-content:center;width:100%;margin-top: 10px}
                        #account.account-dashboard .upload-actions .btn {margin-right:0;}
                        #account.account-dashboard .ad-multi-select {position:relative;display:block;}
                        #account.account-dashboard .ad-selected-items {display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px;}
                        #account.account-dashboard .ad-selected-item {display:flex;align-items:center;gap:6px;border:1px solid #cfcfcf;border-radius:3px;background:#fff;padding:4px 8px;font-size:14px;}
                        #account.account-dashboard .ad-selected-item .remove-selection {font-size:12px;cursor:pointer;}
                        #account.account-dashboard .ad-multi-input {position:relative;z-index:1;}
                        #account.account-dashboard .ad-search-overlay {position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #cfcfcf;border-radius:3px;box-shadow:0 6px 16px rgba(0,0,0,0.15);max-height:220px;overflow:auto;display:none;z-index:10;}
                        #account.account-dashboard .ad-search-overlay.visible {display:block;}
                        #account.account-dashboard .ad-search-option {padding:8px 12px;cursor:pointer;}
                        #account.account-dashboard .ad-search-option:hover {background:#f5f5f5;}
                        #ad-type-select {margin-bottom: 10px}
                        @media (max-width: 880px) {#account.account-dashboard .form-grid {grid-template-columns:1fr;}}




                         .upload-box {display:flex;align-items:center;margin-bottom:15px;}
                            .upload-thumb {width:100px;height:100px;border:1px solid #ddd;background-color:#f7f7f7;background-size:cover;background-position:center;border-radius:4px;}
                            .upload-thumb.cover {width:180px;height:90px;}
                            .upload-actions .btn {margin-right:6px;}
                            .textarea-field {width:100%;border:1px solid #cfcfcf;border-radius:3px;padding:8px;box-sizing:border-box;font-family:inherit;}
                            #account.account-dashboard .profile-form .form-section {margin-top:14px;}
                            #account.account-dashboard .profile-form .grid-1 {display:grid;grid-template-columns:1fr;gap:12px 20px;align-items:start;}
                            #account.account-dashboard .profile-form .grid-2 {display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:12px 20px;align-items:start;}
                            #account.account-dashboard .profile-form .grid-4 {display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px 16px;align-items:start;}
                            #account.account-dashboard .profile-form .form-box {width:100%;margin:0;}
                            #account.account-dashboard .profile-form .form-box.full {grid-column:1 / -1;}
                            #account.account-dashboard .profile-form .password-section .password-fields {grid-column:1 / 2;}
                            @media (max-width: 880px) {
                                #account.account-dashboard .profile-form .grid-2 {grid-template-columns:1fr;}
                                #account.account-dashboard .profile-form .grid-4 {grid-template-columns:repeat(2,minmax(200px,1fr));}
                                #account.account-dashboard .profile-form .password-section .password-fields {grid-column:auto;}
                            }
                            @media (max-width: 620px) {
                                #account.account-dashboard .profile-form .grid-4 {grid-template-columns:1fr;}
                            }
                            .profile-cropper-modal {position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);display:none;align-items:center;justify-content:center;z-index:9999;padding:18px;box-sizing:border-box;}
                            .profile-cropper-modal.active {display:flex;}
                            .profile-cropper-content {background:#fff;border-radius:6px;padding:14px;max-width:1000px;width:100%;box-shadow:0 8px 22px rgba(0,0,0,0.25);box-sizing:border-box;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;}
                            .profile-cropper-head {display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;}
                            .profile-cropper-title {margin:0;font-size:18px;}
                            .profile-cropper-close {background:none;border:0;font-size:20px;line-height:1;cursor:pointer;}
                            .profile-cropper-body {display:flex;flex-wrap:wrap;gap:16px;flex:1 1 auto;overflow:auto;min-height:0;}
                            .profile-cropper-body .cropper-area {flex:1 1 520px;min-width:320px;max-height:calc(80vh - 160px);overflow:auto;}
                            .profile-cropper-body .cropper-area .cropper-holder {max-height:100%;}
                            .profile-cropper-body .cropper-area img {max-width:100%;max-height:100%;display:block;height:auto;}
                            .profile-cropper-body .cropper-meta {width:240px;max-width:100%;}
                            .profile-cropper-info {font-size:13px;color:#555;margin-top:6px;}
                            .profile-cropper-actions {text-align:right;margin-top:12px;}
                            .profile-cropper-actions .btn {margin-left:8px;}

.password-input {position:relative;display:block;}
.password-input input {padding-right:46px;display:block;width:100%;}
.password-requirements {margin:0 0 6px;color:#777;line-height:1.4;}
.password-toggle {position:absolute;top:50%;right:14px;transform:translateY(-50%);width:24px;height:24px;background:transparent;border:0;cursor:pointer;color:#777;display:flex;align-items:center;justify-content:center;z-index:2;}
.password-toggle:hover,
.password-toggle.is-visible {color:#202020;}
.password-toggle svg {display:block;width:18px;height:18px;}

.preserve-breaks {white-space:pre-line;}


 .profile-editable-cover {position:relative;min-height:220px;overflow:hidden;background-color:#f7f7f7;margin-bottom:20px;border:2px solid #FEC414;}
        .profile-editable-cover .cover-img {width:100%;height:319px;background-size:cover;background-position:center;    margin-bottom: -5px;
}
        .profile-editable-cover .cover-controls,
        .profile-editable-avatar .avatar-controls {
            position:absolute;
            display:flex;
            gap:8px;
            z-index:2;
        }
        .profile-editable-cover .cover-controls {
            top:16px;
            right:16px;
        }
        .profile-editable-avatar {position:relative;display:inline-flex;align-items:center;gap:12px;}
        .profile-editable-avatar .avatar-img {
            width:150px;
            height:150px;
            border-radius:3px;
            overflow:hidden;
            border:1px solid #D3D3D3;
            background:#fff;
            padding:8px;
            box-sizing:border-box;
            position:relative;
        }
        .profile-editable-avatar .avatar-img img {width:100%;height:100%;object-fit:cover;}
        .profile-editable-avatar .avatar-img .avatar-controls {
            position:absolute;
            bottom:12px;
            right:12px;
        }
        .upload-icon-btn {
            width:32px;
            height:32px;
            border-radius:50%;
            border:1px solid #D3D3D3;
            background-color:#fff;
            display:inline-flex;
            align-items:center;
            justify-content:center;
            padding:0;
            box-shadow:0 2px 6px rgba(0,0,0,0.15);
            color:#6a6a6a;
        }
        .upload-icon-btn .material-icons,
        .upload-icon-btn .fa {
            font-size:16px;
            line-height:1;
            color:currentColor;
        }
        .upload-icon-btn.upload-change,
        .upload-icon-btn.upload-remove {
            border-color:#D3D3D3;
        }
        .upload-icon-btn:hover {
            background-color:#fff7e6;
        }
        @media (max-width: 720px) {
            .profile-editable-cover .cover-img {height:200px;}
            .profile-editable-cover .cover-controls {right:10px;top:10px;}
        }
.month-year-selects {display:flex;gap:8px;}
.month-year-selects select {width:100%;}

.ad-video-preview {margin-top:10px;}
.ad-video-preview iframe {width:100%;height:240px;border:0;display:block;}

.ad-credit-row-controls {display:flex;flex-wrap:wrap;gap:8px;align-items:center;}
.ad-credit-entity-search {position:relative;flex:1 1 260px;min-width:200px;}
.ad-credit-entity-hint {font-size:12px;color:#777;margin-top:4px;}
.ad-credit-entity-overlay {position:absolute;left:0;right:0;top:100%;background:#fff;border:1px solid #dedede;border-radius:3px;max-height:180px;overflow:auto;z-index:5;}
.ad-credit-entity-option {padding:6px 10px;cursor:pointer;}
.ad-credit-entity-option:hover {background:#f2f2f2;}
.ad-credit-entity-empty {padding:6px 10px;color:#777;}

.ad-credit-row {display:flex;flex-wrap:wrap;gap:12px;}
.ad-credit-row-controls {flex:1 1 320px;display:flex;flex-wrap:wrap;gap:8px;align-items:center;}
.ad-credit-row-controls input[name$="[position]"] {flex:1 1 220px;min-width:160px;}
.ad-credit-row-controls .add-credit-person,
.ad-credit-row-controls .remove-ad-credit {flex:0 0 auto;}
.ad-credit-persons {flex:1 1 320px;display:flex;flex-direction:column;gap:8px;}
.ad-credit-person-row {display:flex;gap:8px;align-items:flex-start;flex-wrap:wrap;}
.ad-credit-person-row .ad-credit-person-type {flex:0 0 140px;min-width:120px;}
.ad-credit-person-row .ad-credit-entity-search {flex:1 1 220px;min-width:200px;}

.ck-editor__editable_inline {
    min-height: 500px;
}

.ck-content h1 { font-size: 2.2em; line-height: 1.2; margin: 0.6em 0; }
.ck-content h2 { font-size: 1.8em; line-height: 1.25; margin: 0.6em 0; }
.ck-content h3 { font-size: 1.5em; line-height: 1.3; margin: 0.6em 0; }
.ck-content h4 { font-size: 1.3em; line-height: 1.35; margin: 0.6em 0; }

.ck-content ul,
.ck-content ol {
    margin: 0.8em 0 0.8em 1.6em;
    padding: 0;
}

.ck-content ul { list-style: disc; }
.ck-content ol { list-style: decimal; }

.ck-content li {
    margin: 0.25em 0;
}

.rich-text-embed {
    position: relative;
    width: 100%;
    height: 0;
    margin: 1.25em 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: #000;
}

.rich-text-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.ck-editor__top .ck-label {
    display: none;
}

.ck-voice-label {
    display: none;
}
