/* law box */
ul#main-menu {
    background: #303f9f;
    padding: 20px 35px;
    border-radius: 4px;
}

.law-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ul#main-menu li a:hover {
    text-decoration: underline;
}
ul#main-menu li a {
    background: url(../images/white_right_arrow.svg) no-repeat right center;
    padding: 12px 18px 12px 0;
    display: block;
    color: #fff;
    line-height: 21px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
/* yangiliklar */
a.link {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    height: 340px;
    margin-bottom: 10px;
    background-color: #fff;
}
.link .cont {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.news .cont:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
}
.news .pic {
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.news .info {
    padding: 40px 40px 0;
    width: 50%;
    height: 100%;
    position: relative;
    background-color: #fff;
}
.news .date {
    display: inline-block;
    background-color: #303f9f;
    padding: 4px 16px 3px;
    margin-bottom: 21px;
}
.news .time {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    height: 18px;
    overflow: hidden;
    line-height: 1.66667;
}
.news .title {
    font-size: 16px;
    color: #000;
    padding-bottom: 7px;
    border-bottom: 1px solid #ececec;
    line-height: 1.3125;
    margin-bottom: 10px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}
.news .title>span {
    display: inline-block;
    max-height: 85px;
    overflow: hidden;
}
.news .descr {
    font-size: 13px;
    color: #626262;
    line-height: 1.46154;
    margin-bottom: 16px;
    max-height: 76px;
    overflow: hidden;
}
.news .more {
    z-index: 2;
    bottom: 30px;
    left: 40px;
    position: absolute;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5625;
    max-height: 1.5625em;
    color: #303f9f;
}
.news .more span {
    line-height: 1.4375;
    border-bottom: 1px solid rgba(48, 63, 159, .6);
    -webkit-transition: border-color .15s ease;
    transition: border-color .15s ease;
}
.news .info:after {
    content: '';
    position: absolute;
    right: -59px;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 30px solid transparent;
    border-left: 30px solid #fff;
}
.news .link:hover .cont:before {
    background-color: rgba(0, 0, 0, .3);
}
.news .link:hover .pic {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

/* hokim */
.leader-item:not(:last-child) {
    margin-bottom: 35px;
    border-radius: 4px;
}

.leader-item {
    border: 1px solid #e7e7e7;
    background: white;
}
.leader-link {
    color: #474747;
    display: block;
}
.leader-link:after, .leader-link:before {
    content: " ";
    display: table;
}
.leader-image {
    width: 120px;
    float: left;
}
.leader-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.leader-caption {
    padding: 20px;
    overflow: hidden;
}
.leader-title {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 12px;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease;
}
.leader-title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    width: 130px;
    border-bottom: 1px solid #e7e7e7;
}
.leader-subtitle {
    color: #949494;
    font-size: 15px;
}
/* murojaat btn */
.leader-btns {
    margin: 0px -1px 0px 0px;
}
.leader-btns a:hover {
    color: white;
    text-decoration: underline;
}
.box-leaders .leader-btns .g-btn {
    width: 100%;
}

.g-btn.g-btn-yashil {
    background-color: #178f18;
}
.g-btn.g-btn-blue {
    background-color: #179de9;
}
.g-btn-icon {
    min-height: 42px;
    padding: 0.625em 1.0625em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.g-btn {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.25;
    position: relative;
    display: inline-block;
    padding: 0.6875em 1.25em;
    background: #02bbcf;
    vertical-align: middle;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    z-index: 1;
}
/* bulut */
#sky {
    z-index: 10;
    overflow: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
}
.cloud {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    background-size: cover;
}
#world {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
    top: 200px;
}
.cloud img {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}


@-webkit-keyframes animCloud {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
    }
}
@-moz-keyframes animCloud {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(-100%);
    }
}
@keyframes animCloud {
    from {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.cloud1 {
    -webkit-animation: animCloud 120s infinite linear;
    -moz-animation: animCloud 120s infinite linear;
    animation: animCloud 120s infinite linear;
}
.cloud3 {
    -webkit-animation: animCloud 220s infinite linear;
    -moz-animation: animCloud 220s infinite linear;
    animation: animCloud 220s infinite linear;
}
li.sub-nav-head {
    list-style: none;
}
/* yangiliklar */
.news-item {
    border-radius: 5px;
    display: block;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 4px 20px 0px #e5e9fd;
    box-shadow: 0px 4px 20px 0px #e5e9fd;
    margin-bottom: 30px;
}
.news-item__image {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.news-item:hover .news-item__image:before {
    opacity: 1;
    top: -146%;
    left: -40%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.news-item:hover .news-item__image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.news-item__image:before {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 400%;
    opacity: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    background: -moz- oldlinear-gradient(left, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0) 100%);
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, .1)), color-stop(77%, hsla(0, 0%, 100%, .1)), color-stop(92%, hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0));
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 3;
}
.news-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-item__info {
    width: 100%;
    height: 180px;
    padding: 15px 25px 45px;
    position: relative;
}
.news-item__info h2 {
    font-size: 18px;
    font-weight: 600;
    color: #404040;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-item__footer {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-item__footer span.date_aon {
    font-size: 16px;
    color: #9c9c9c;
}
.news-item__footer span.url:hover {
    text-decoration: underline;
}
.news-item__footer span.url {
    font-size: 16px;
    color: #1b4c8a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-item__footer span.url i.icons {
    margin-left: 10px;
}


.footer-share {
    color: #fff;
    background-color: #1E3685;
    border-radius: 6px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    min-height: 58px;
    margin-top: 32px;
    margin-bottom: 32px;
}
.flex {
    display: flex;
    justify-content: space-around;
}

/* kalendar */
.calendar {
    width: 100%;
    margin-top: 20px;
    background: #fff;
    text-align: center;
}
th.workday, th.weekday {
    padding: 4px 10px;
    text-align: center;
    font-size: 13px;
}

.weekday {
    color: #dd7979;
}
th.monthselect {
    text-align: center;
    background: #303f9f;
    color: #fff;
    font-weight: 100;
}
a.monthlink {
    color: #fff;
}
table.calendar td {
    padding: 7px 0px;
    font-size: 13px;
}

td.day-active-v.day-current, td.day-active-v.day-current a {
    background: #056839;
    color: white;
}
td.day-active-v a {
    border-radius: 50px;
    padding: 2px 8px;
    color: #333333;
}

/* so'rovnoma */
#votes > form > div > div  .vote {
    width: 100%;
    float: left;
}
.vote label:before {
    content: "";
    margin: -3px 10px 0 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #ccc;
    display: inline-block;
    vertical-align: middle;
}
.vote:after {
    content: "";
    display: table;
    clear: both;
}
.vote input {
    display: none;
}
.vote input:checked + label:before {
    box-shadow: inset 0 0 0 4px #0a3687;
    background-color: #0a3687;
}
.vote label {
    font-weight: 100;
}
.vote {
}
.voteprogress, .pollprogress {
    overflow: hidden;
    height: 15px;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    background: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.voteprogress span, .pollprogress span {
    color: #ffffff;
    text-align: center;
    text-indent: -2000em;
    height: 15px;
    display: block;
    overflow: hidden;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #0e90d2;
    background: linear-gradient(to bottom, #149bdf, #0480be);
}
.voteprogress .vote2, span.poll1 {
    background-color: #dd514c;
    background: linear-gradient(to bottom, #ee5f5b, #c43c35);
}
.voteprogress .vote3, span.poll2 {
    background-color: #5eb95e;
    background: linear-gradient(to bottom, #62c462, #57a957);
}

.nav-wrap {
    margin-right: 40px;
}

/* menu */


.menu-drop-6 [class*=menu_level_] {
    margin: 0
}

.menu-drop-6 [class*=item_] {
    text-transform: none;
}

.menu-drop-6 [class*=item_]>a,
.menu-drop-6 [class*=item_]>span {
    color: #fff
}

.menu-drop-6 [class*=item_]>a:hover {
    color: #303f9f
}

.menu-drop-6 [class*=item_].active>a,
.menu-drop-6 [class*=item_].active>span {
    color: #fff
}

.menu-drop-6 [class*=item_].active>a:hover {
    color: #fff
}

.menu-drop-6 .menu_level_1 {
    width: 100%;
    display: table;
    position: relative;
    margin: 0;
    padding: 0;
}

.menu-drop-6 .item_1 {
    text-align: center;
    vertical-align: middle;
    display: table-cell;

    font-size: 14px;
    line-height: 1.21429;
    text-transform: uppercase;
    height: 60px
}

.menu-drop-6 .item_1:hover+.item_1>a:before,
.menu-drop-6 .item_1:hover+.item_1>span:before {
    opacity: 0
}

.menu-drop-6 .item_1:last-child .submenu,
.menu-drop-6 .item_1:nth-last-child(2) .submenu {
    right: 0;
    left: auto
}

.menu-drop-6 .item_1:last-child [class*=item_] .submenu,
.menu-drop-6 .item_1:nth-last-child(2) [class*=item_] .submenu {
    right: 100%;
    left: auto
}

.menu-drop-6 .item_1:last-child:hover>a,
.menu-drop-6 .item_1:last-child:hover>span,
.menu-drop-6 .item_1:nth-last-child(2):hover>a,
.menu-drop-6 .item_1:nth-last-child(2):hover>span {
    border-bottom-right-radius: 0
}

.menu-drop-6 .item_1:first-child>a,
.menu-drop-6 .item_1:first-child>span {
    border-radius: 0;
    overflow: hidden
}

.menu-drop-6 .item_1:first-child>a:before,
.menu-drop-6 .item_1:first-child>span:before {
    content: none
}

.menu-drop-6 .item_1:first-child:hover>a,
.menu-drop-6 .item_1:first-child:hover>span {
    border-bottom-left-radius: 0
}

.menu-drop-6 .item_1:last-child>a,
.menu-drop-6 .item_1:last-child>span {
    border-radius: 0;
    overflow: hidden
}

.menu-drop-6 .item_1:hover>.submenu {
    display: block
}

.menu-drop-6 .item_1:hover>a .icon,
.menu-drop-6 .item_1:hover>span .icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.menu-drop-6 .item_1.active>a,
.menu-drop-6 .item_1.active>span {
    background: #303f9f;
    color: #fff
}

.menu-drop-6 .item_1.active>a:before,
.menu-drop-6 .item_1.active>span:before {
    opacity: 0
}

.menu-drop-6 .item_1.active>a {
    text-decoration: none
}

.menu-drop-6 .item_1.active>a:hover {
    background: #19164b
}

.menu-drop-6 .item_1.active+.item_1>a:before,
.menu-drop-6 .item_1.active+.item_1>span:before {
    opacity: 0
}

.menu-drop-6 .item_1>a,
.menu-drop-6 .item_1>span {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    display: block
}

.menu-drop-6 .item_1>a:before,
.menu-drop-6 .item_1>span:before {
    width: 1px;
    background: rgba(255, 255, 255, .5);
    content: '';
    position: absolute;
    top: 19px;
    bottom: 19px;
    left: 0
}

.menu-drop-6 .item_1>a .icon,
.menu-drop-6 .item_1>span .icon {
    margin-left: 10px;
    position: relative;
    top: -1px;
    right: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.menu-drop-6 .item_1>a>span,
.menu-drop-6 .item_1>span>span {
    display: inline-block;
    max-width: 150px;
    min-width: 100px;
    max-height: 2.42857em;
    line-height: 1.21429;
    overflow: hidden;
    vertical-align: middle
}

.menu-drop-6 .item_1>a {
    line-height: 60px;
    border-bottom: 2px solid #F2F3F7;
    color: #000000;
    font-family: 'SegoeUIBold';
    text-transform: uppercase;
}
.menu-drop-6 .item_1>a:hover:before {
    opacity: 0
}

.menu-drop-6 .item_1>a .a-wrap {
    position: relative
}

.menu-drop-6 .item_1>.submenu {
    left: 0;
    top: 100%
}

.menu-drop-6 .type-0 {
    position: relative
}

.menu-drop-6 .type-0 .submenu {
    position: absolute;
    display: none;
    z-index: 1001;
    background: rgba(48, 63, 159, 0.97);
    backdrop-filter: blur(2px);
}

.menu-drop-6 .type-0 [class*=menu_level_] {
    width: 320px;
    padding: 5px 0 10px
}

.menu-drop-6 .type-0 [class*=item_] {
    text-align: left;
    margin-bottom: 0;
    position: relative;
    list-style: none;
}

.menu-drop-6 .type-0 [class*=item_]>a,
.menu-drop-6 .type-0 [class*=item_]>span {
    display: block
}

.menu-drop-6 .type-0 [class*=item_].active>a,
.menu-drop-6 .type-0 [class*=item_].active>span {
    color: #303f9f
}

.menu-drop-6 .type-0 [class*=item_].active>a:hover {
    color: #000
}

.menu-drop-6 .type-0 [class*=item_]:hover>.submenu {
    display: block
}

.menu-drop-6 .type-0 [class*=item_]>.submenu {
    left: 100%;
    top: 0
}

.menu-drop-6 .type-0 [class*=item_]>a,
.menu-drop-6 .type-0 [class*=item_]>span {
    padding: 10px 41px 15px 21px;
    line-height: 1.2
}

.menu-drop-6 .type-0 [class*=item_]>a {
    text-decoration: none
}

.menu-drop-6 .type-0 [class*=item_]>a:hover {
    color: #f2f3f7;
    text-decoration: underline;
    background: #3a4ab3c7;
}

.menu-drop-6 .type-0 [class*=item_] .icon {
    position: absolute;
    top: 11px;
    right: 12px
}
.menu-drop-6 .type-0 .item_2>a,
.menu-drop-6 .type-0 .item_2>span {
    color: #fff
}

.menu-drop-6 .type-0 .item_3>a,
.menu-drop-6 .type-0 .item_3>span {
    color: #fff
}

.menu-drop-6 .type-0 .item_4>a,
.menu-drop-6 .type-0 .item_4>span {
    color: #000
}

.menu-drop-6 .type-0.more:hover>a,
.menu-drop-6 .type-0.more:hover>span {
    background: #303f9f
}

.menu-drop-6 .type-0.more:hover>a:before,
.menu-drop-6 .type-0.more:hover>span:before {
    content: none
}

.menu-drop-6 .type-0.more.open>.submenu {
    display: block
}

.menu-drop-6 .type-0.more .dots-wrap {
    width: 40px;
    min-width: inherit
}

.menu-drop-6 .type-0.more .dots {
    position: relative;
    margin: 0 auto
}

.menu-drop-6 .type-0.more .dots,
.menu-drop-6 .type-0.more .dots:after,
.menu-drop-6 .type-0.more .dots:before {
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%
}

.menu-drop-6 .type-0.more .dots:after,
.menu-drop-6 .type-0.more .dots:before {
    position: absolute;
    content: ''
}

.menu-drop-6 .type-0.more .dots:before {
    left: -12px
}

.menu-drop-6 .type-0.more .dots:after {
    right: -12px
}

.menu-drop-6 .type-0.more .menu_level_1 {
    display: block
}

.menu-drop-6 .type-0.more .item_1 {
    display: block;
    text-transform: none;
    height: auto;
}

.menu-drop-6 .type-0.more .item_1:hover .icon {
    -webkit-transform: none;
    transform: none
}

.menu-drop-6 .type-0.more .item_1>a,
.menu-drop-6 .type-0.more .item_1>span {
    display: block;
    height: auto;
    background: 0 0;
    color: #000
}

.menu-drop-6 .type-0.more .item_1>a:hover {
    color: #2dbadb
}

.menu-drop-6 .type-0.more .item_1.active>a,
.menu-drop-6 .type-0.more .item_1.active>span {
    color: #2dbadb
}

.menu-drop-6 .type-0.more .icon {
    display: inline
}

.menu-drop-6 .type-0>a .icon,
.menu-drop-6 .type-0>span .icon {
    display: none
}

.js-off .menu-drop-6 .type-1 {
    display: none
}

.menu-drop-6 .type-1.open>.submenu {
    display: block
}

.menu-drop-6 .type-1>.submenu {
    position: absolute;
    display: none;
    z-index: 1001;
    background: #fff;
    margin-top: -2px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    padding: 27px 25px 25px
}

.menuDrop6-init .menu-drop-6 .type-1>.submenu {
    display: block;
    visibility: hidden;
    opacity: 0
}

.menu-drop-6 .type-1 .submenu {
    text-align: left
}

.menu-drop-6 .type-1 .a-wrap {
    height: 16px;
    width: 43px;
    min-width: inherit
}

.menu-drop-6 .type-1 .icon-sub_w {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 16px;
    width: 18px
}

.menu-drop-6 .type-1 .icon-sub {
    background: #fff;
    position: absolute;
    height: 2px;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -3px
}

.menu-drop-6 .type-1 .icon-sub:after,
.menu-drop-6 .type-1 .icon-sub:before {
    content: '';
    background: #fff;
    position: absolute;
    height: 2px;
    left: 0;
    width: 100%
}

.menu-drop-6 .type-1 .icon-sub:before {
    top: 5px
}

.menu-drop-6 .type-1 .icon-sub:after {
    top: -5px
}

.menu-drop-6 .type-1 [class*=menu_level_] {
    margin: 0
}

.menu-drop-6 .type-1 [class*=item_] {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
    display: block
}

.menu-drop-6 .type-1 [class*=item_]:last-child {
    margin-bottom: 0
}

.menu-drop-6 .type-1 [class*=item_]>a,
.menu-drop-6 .type-1 [class*=item_]>span {
    color: #000
}

.menu-drop-6 .type-1 [class*=item_]>a.collapsed .icon,
.menu-drop-6 .type-1 [class*=item_]>span.collapsed .icon {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.menu-drop-6 .type-1 [class*=item_]>a .icon,
.menu-drop-6 .type-1 [class*=item_]>span .icon {
    margin-left: 10px;
    position: relative;
    top: 0;
    right: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.menu-drop-6 .type-1 [class*=item_]>a {
    text-decoration: none
}

.menu-drop-6 .type-1 [class*=item_]>a:hover {
    color: #303f9f
}

.menu-drop-6 .type-1 [class*=item_]>a:hover>span {
    border-bottom-color: rgba(48, 63, 159, .8)
}

.menu-drop-6 .type-1 [class*=item_].active>a,
.menu-drop-6 .type-1 [class*=item_].active>span {
    color: #303f9f
}

.menu-drop-6 .type-1 [class*=item_].active>a>span,
.menu-drop-6 .type-1 [class*=item_].active>span>span {
    border-bottom-color: rgba(48, 63, 159, .8)
}

.menu-drop-6 .type-1 [class*=item_].active>a:hover {
    color: #000
}

.menu-drop-6 .type-1 [class*=item_].active>a:hover>span {
    border-bottom-color: rgba(255, 255, 255, .8)
}

.menu-drop-6 .type-1 .menu-inner {
    margin: 0 -25px
}

.menu-drop-6 .type-1 .menu-inner:after,
.menu-drop-6 .type-1 .menu-inner:before {
    content: " ";
    display: table
}

.menu-drop-6 .type-1 .menu-inner:after {
    clear: both
}

.menu-drop-6 .type-1 .menu_level_2 {
    float: left;
    width: 25%
}

.menu-drop-6 .type-1 .item_2 {
    margin-right: 0;
    padding: 0 25px;
    margin-bottom: 29px;
    font-size: 16px;
}

.menu-drop-6 .type-1 .item_2>a,
.menu-drop-6 .type-1 .item_2>span {
    margin-bottom: 10px;
    line-height: 1.3
}

.menu-drop-6 .type-1 .item_2>a:hover {
    color: #303f9f;
    background: 0 0;
    text-decoration: none
}

.menu-drop-6 .type-1 .item_2>a>span {
    border-bottom: 1px solid rgba(255, 255, 255, .8)
}

.menu-drop-6 .type-1 .item_2.active>a {
    color: #303f9f
}

.menu-drop-6 .type-1 .item_2.active>a:hover {
    color: #000
}

.menu-drop-6 .type-1 .item_2>.submenu {
    display: block;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu-drop-6 .type-1 .menu_level_3 {
    padding-top: 14px;
    padding-bottom: 10px
}

.menu-drop-6 .type-1 .menu_level_4 {
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 10px
}

.menu-drop-6 .type-1 .cur-pointer:hover .icon:before {
    background-position: -243px -215px;
    width: 5px;
    height: 9px
}

.hamburger-closer {
    position: absolute;
    left: 100%;
    top: 0
}

.hamburger-closer .pm-closer {
    width: 48px;
    height: 48px;
    background: #f5f4ef;
    cursor: pointer
}

.hamburger-closer .pm-closer:before {
    content: ' ';
    display: inline-block;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Enoun_149007_cc%3C%2Ftitle%3E%3Cg%20fill%3D%22%23303f9f%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M13.295%2014a.548.548%200%200%201-.39-.164L.313%201.108a.563.563%200%200%201%200-.79.548.548%200%200%201%20.782%200l12.59%2012.728a.563.563%200%200%201%200%20.79.548.548%200%200%201-.39.164z%22%2F%3E%3Cpath%20d%3D%22M.705%2014a.548.548%200%200%201-.39-.164.563.563%200%200%201%200-.79L12.904.317a.548.548%200%200%201%20.781%200%20.563.563%200%200%201%200%20.79l-12.59%2012.73A.547.547%200%200%201%20.705%2014z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px
}

.exit-mob-2 {
    margin: 0 -10px;
    background-color: #f1f1f1
}

.exit-mob-2 .list {
    margin: 0
}

.exit-mob-2 .item {
    display: block;
    padding: 13px 10px 12px;
    border-bottom: 1px solid #cecece
}

.exit-mob-2 .link {
    display: block;

    font-size: 13px;
    line-height: 1.46154;
    text-decoration: none
}

.exit-mob-2 .link:hover span {
    color: #303f9f;
    border-bottom: 2px solid #303f9f
}

.exit-mob-2 .link span {
    color: #141414;
    vertical-align: middle;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.exit-mob-2 .ico {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle
}

.exit-mob-2 .ico:before {
    content: ' ';
    display: inline-block;
    background-image: url(data:image/svg+xml,%3Csvg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cstyle%3E.st0%7Bfill%3A%234b5592%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2011c0%206.1%204.9%2011%2011%2011s11-4.9%2011-11S17.1%200%2011%200%200%204.9%200%2011zm4.6%207.5c1.6-1.1%203-1.8%203.4-2%20.2-.1.4-.4.4-.6v-1.4c0-.1%200-.2-.1-.3-.3-.5-.5-1-.6-1.7%200-.2-.2-.4-.4-.4-.1-.1-.2-.3-.4-1-.2-.5-.2-.8-.1-.9.2%200%20.3-.1.4-.2.1-.1.1-.3.1-.5-.2-.7-.2-1.3%200-1.9.1-.6.5-1.2%201-1.7.3-.3.6-.6.9-.8.3-.2.6-.3.9-.4.2-.1.5-.1.8-.1.7-.1%201.4.1%202%20.4.6.4.9.8.9.8%200%20.1.2.2.4.2%200%200%20.2%200%20.5.3s.6%201.2.2%203.4c0%20.2.1.5.3.6%200%20.1%200%20.3-.1%201-.2.5-.3.8-.4.9h-.3c-.2.1-.3.2-.3.4-.1.5-.2%201-.4%201.4%200%20.1-.1.2-.1.2v1.6c0%20.3.2.5.4.6.4.2%201.8.9%203.4%202-1.7%201.5-4%202.4-6.4%202.4-2.4.1-4.7-.8-6.4-2.3zM11%201.1c5.5%200%209.9%204.4%209.9%209.9%200%202.6-1%205-2.7%206.8-1.5-1.1-2.9-1.8-3.5-2.1v-1.2c.1-.3.3-.7.4-1.1.4-.2.8-.7%201-1.7.3-.9.2-1.6-.1-2%20.3-1.8.2-3.1-.4-4-.3-.4-.7-.6-1-.7-.2-.3-.6-.7-1.2-1-.8-.5-1.7-.6-2.6-.6-.4%200-.7.1-1.1.2-.3.1-.7.3-1.1.6-.4.2-.8.5-1.1.9-.7.6-1.1%201.4-1.3%202.2-.1.7-.2%201.3%200%202-.1%200-.1.1-.2.1-.3.4-.4%201-.1%202%20.2.6.4%201.3.8%201.6.1.6.3%201.2.6%201.7v1c-.6.3-2%201-3.5%202.1C2.1%2016%201.1%2013.6%201.1%2011c0-5.5%204.4-9.9%209.9-9.9z%22%2F%3E%3C%2Fsvg%3E);
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.contacts-mob-4 {
    margin: 0 -10px;
    background-color: #f1f1f1
}

.contacts-mob-4 .list {
    margin: 0
}

.contacts-mob-4 .item {
    padding: 15px 10px 14px;
    display: block;
    color: #141414;
    font-size: 13px;
    line-height: 1.46154;
    border-bottom: 1px solid #cecece
}

.contacts-mob-4 .item span {
    padding-right: 8px
}

.contacts-mob-4 .number {

    color: #141414;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 3px
}

.contacts-mob-4 .number:hover {
    color: #303f9f;
    border-bottom: 2px solid #303f9f
}

.menu-mob {
    margin: 0 -10px;
}

.menu-mob [class*=menu_level_] {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-mob [class*=item_] {
    position: relative
}

.menu-mob [class*=item_]>a,
.menu-mob [class*=item_]>span {
    line-height: 1.2;
    padding: 10px 20px;
    color: #000
}

.menu-mob [class*=item_]>a.icon,
.menu-mob [class*=item_]>span.icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
    margin: 0;
    border-bottom: none
}

.menu-mob [class*=item_]>a.icon:before,
.menu-mob [class*=item_]>span.icon:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .3s;
    transition: .3s;
    border-top: 3px solid transparent;
    border-left: 5px solid #000;
    border-bottom: 3px solid transparent
}

.menu-mob [class*=item_]>a.icon:hover:before,
.menu-mob [class*=item_]>span.icon:hover:before {
    border-left-color: #303f9f
}

.menu-mob [class*=item_]>a.icon.collapsed:before,
.menu-mob [class*=item_]>span.icon.collapsed:before {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.menu-mob [class*=item_]>a {
    color: #000;
    text-decoration: none
}

.menu-mob [class*=item_]>a:hover {
    color: #303f9f
}

.menu-mob [class*=item_].active>a,
.menu-mob [class*=item_].active>span {
    color: #303f9f
}

.menu-mob [class*=item_].active>a:hover {
    color: #000
}

.menu-mob .menu_level_1 {
    padding: 0 0 30px;
    font-size: 14px
}

.menu-mob .item_1+.item_1 {
    border-top: 1px solid #e3e3e3
}

.menu-mob .menu_level_2 {
    font-size: 14px;
    background: #f5f4ef;
    border-top: 1px solid #fff
}

.menu-mob .item_2+.item_2 {
    border-top: 1px solid #fff
}

.menu-mob .item_2>a,
.menu-mob .item_2>span {
    padding-left: 31px
}

.menu-mob .menu_level_3 {
    font-size: 14px;
    background: #e0e0e0;
    border-top: 1px solid #f7f7f7
}

.menu-mob .item_3+.item_3 {
    border-top: 1px solid #f7f7f7
}

.menu-mob .item_3>a,
.menu-mob .item_3>span {
    padding-left: 51px
}

.menu-mob .menu_level_4 {
    font-size: 13px;
    background: #ccc;
    border-top: 1px solid #dedede
}

.menu-mob .item_4+.item_4 {
    border-top: 1px solid #dedede
}

.menu-mob .item_4>a,
.menu-mob .item_4>span {
    padding-left: 73px;
    padding-bottom: 18px
}

.gos-card img {
    height: 50px;
    margin-bottom: 10px;
}



/* partners */

.partners-item {
    position: relative;
    display: block;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgb(42 40 40 / 11%);
    height: 200px;
    padding: 40px 30px 20px 30px;
    margin: 20px 0;
}
.partners-item .partners-item__url {
    position: absolute;
    top: -20px;
    left: 30px;
    right: 30px;
    height: 40px;
    border-radius: 2px;
    background-color: #f3f3f3;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.partners-item .partners-item__url span {
    color: #575757;
    font-size: 14px;
}
.partners-item .partners-item__url span {
    color: #575757;
    font-size: 14px;
}
.partners-item .partners-item__image {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
}
.partners-item .partners-item__image img {
    max-width: 75%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.partners-item .partners-item__title {
    text-align: center;
    padding-top: 20px;
}
.partners-item .partners-item__title span {
    color: #000;
    line-height: 19px;
    display: block;
}


/* murojaat statistikasi */

.home-statistics {
    padding: 80px 0;
    background: #303f9f;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.home-statistics:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    transform: translate(-10%,0%);
    width: 600px;
    height: 600px;
    background: url(../images/gerb.svg);
    opacity: .1;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: -1;
}
.section-header {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-statistics .section-header h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    color: #fff;
}
.home-statistics .section-header h2 span {
    display: block;
    margin-top: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
}
.home-statistics-body {
    margin-top: 24px;
}
.ant-row-flex {
    display: flex;
    flex-flow: row wrap;
}
.home-statistics-body-card {
    background: hsla(0,0%,100%,.1);
    border-radius: 4px;
    padding: 24px;
    cursor: pointer;
}
.home-statistics-body-card p {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 12px;
}
.home-statistics-body-card span {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #ffd600;
}

/* map hokim */

.members-item {
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 30px;
    z-index: 2;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 20px 0 #f2f3f7 inset;
}

.members-item .members-item__image {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(42, 40, 40, 0.05);
    width: 220px;
    height: 240px;
    margin: 0 auto;
}
.members-item .members-item__image:before {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 400%;
    opacity: 0;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.1)),color-stop(77%,hsla(0,0%,100%,.1)),color-stop(92%,hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,.1),hsla(0,0%,100%,.1) 77%,hsla(0,0%,100%,.5) 92%,hsla(0,0%,100%,0));
    background: -moz- oldlinear-gradient(left,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 77%,hsla(0,0%,100%,.5) 92%,hsla(0,0%,100%,0) 100%);
    background: -o-linear-gradient(left,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 77%,hsla(0,0%,100%,.5) 92%,hsla(0,0%,100%,0) 100%);
    background: linear-gradient(90deg,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 77%,hsla(0,0%,100%,.5) 92%,hsla(0,0%,100%,0));
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 3;
}
.members-item:hover .members-item__image:before {
    opacity: 1;
    top: -146%;
    left: -40%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.members-item .members-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.members-item .members-item__image img {
    display: block;
    width: 100%;
}
.members-item .members-item__title {
    width: 100%;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(42, 40, 40, 0.05);
    position: relative;
    z-index: -1;
    padding: 30px 30px 40px;
    text-align: center;
}
.members-item .members-item__title h2 {
    color: #4a4a4b;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 0px 40px;
}
.members-item .members-item__title p {
    font-size: 15px;
    color: #a0a0a0;
    line-height: 21px;
    display: block;
    margin: 0;
    overflow: hidden;
    max-height: 100px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-family: 'SegoeUISemiBold';
}


.media-item {
    position: relative;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 10px 20px 0px rgba(30, 30, 30, 0.06);
    margin-bottom: 30px;
}
.media-item .media-item__category {
    position: absolute;
    top: 25px;
    left: 30px;
    color: #ffffff;
    z-index: 1;
    padding: 5px 20px;
    border-radius: 5px;
    backdrop-filter: blur(5px);
    background: #ffffff26;
}
.media-item .media-item__icon {
    position: absolute;
    width: 44px;
    height: 45px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 25px;
    right: 30px;
    color: #ffffff;
    font-size: 18px;
    z-index: 1;
    border-radius: 50%;
}
.media-item .media-item__image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 270px;
}
.media-item .media-item__image:before {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 400%;
    opacity: 0;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.1)),color-stop(77%,hsla(0,0%,100%,.1)),color-stop(92%,hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,.1),hsla(0,0%,100%,.1) 77%,hsla(0,0%,100%,.5) 92%,hsla(0,0%,100%,0));
    background: -moz- oldlinear-gradient(left,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 77%,hsla(0,0%,100%,.5) 92%,hsla(0,0%,100%,0) 100%);
    background: -o-linear-gradient(left,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 77%,hsla(0,0%,100%,.5) 92%,hsla(0,0%,100%,0) 100%);
    background: linear-gradient(90deg,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 77%,hsla(0,0%,100%,.5) 92%,hsla(0,0%,100%,0));
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 3;
}
.media-item .media-item__image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.media-item .media-item__image::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(32, 51, 54, 0.4);
    position: absolute;
    z-index: 0;
}
.media-item .media-item__info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
}
.media-item .media-item__info h2 {
    display: block;
    color: #ffffff;
    font-size: 17px;
    line-height: 23px;
    max-height: 70px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.media-item:hover .media-item__image:before {
    opacity: 1;
    top: -146%;
    left: -40%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.media-item:hover .media-item__image > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* viloyat hokimiga murojaat */
.home-banner-wrapper {
    display: flex;
    position: relative;
    z-index: 1;
    background-color: #003087;
    margin: 0px 15px;
}
.home-banner-wrapper .telegramicon {
    float: left;
    width: 50px;
    margin-right: 20px;
    filter: drop-shadow(0px 0px 16px #32a9df);
}
.home-banner-wrapper a {
    color: whitesmoke;
    border-bottom: 1px dashed white;
}
.home-banner-info {
    padding: 60px 0px 40px 70px;
    width: 100%;
}
.home-banner-info-top {
    margin-bottom: 50px;
}
.home-banner-info-top h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
    font-family: 'SegoeUIBold';
    font-size: 26px;
}
.home-banner-info-top p {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #ffd600;
    margin: 0;
}
.home-banner-info-bottom {
    display: flex;
    align-items: center;
}
.home-banner-info-bottom-social {
    display: flex;
    align-items: center;
}
.home-banner-info-bottom-social span {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    white-space: nowrap;
    font-family: 'SegoeUISemiBold';
}
.home-banner-info-bottom-social ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.home-banner-info-bottom-social ul li {
    list-style: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: hsla(0,0%,100%,.1);
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}
.home-banner-image {
    position: relative;
    z-index: 1;
    height: 300px;
}
.home-banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.home-banner-image:after {
    content: "";
    background: linear-gradient(90deg,#003087,rgba(0,48,135,.71841) 21.15%,rgba(0,48,135,.111589) 47.76%,rgba(0,48,135,0) 78.2%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

#vote-layer {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}


.home-news-service-card {
    padding: 10px 20px;
    background: #303f9f;
    border-radius: 4px;
    filter: drop-shadow(0 2px 40px rgba(0,0,0,.08));
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
    cursor: pointer;
    transition: all .3s;
    margin-bottom: 10px;
}
.home-news-service-card img {
    height: 40px;
}
.home-news-service-card p {
    line-height: 24px;
    color: #fff;
    margin-left: 24px;
    margin-bottom: 0;
}

td.day.day-current {
    background: #303f9f;
    color: #fff;
}