@import url('./normalize.css');
@import url('https://v1.fontapi.ir/css/VazirFD');
@import url('./media.css');
@font-face {
    font-family: 'IRAN';
    src: url('../fonts/IRAN.woff2') format('woff'),
         url('../fonts/IRANSANSWEB.woff2') format('woff');
}
* {
    font-family: 'IRAN', sans-serif;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

a:hover {
    /* color: #00a65a; */
    transition: .3s;
}
html {
    background: #fff;

}
html, body {
    direction: rtl;
    width: 100%;
    scroll-behavior: smooth;
    /*background: rgba(200, 200, 200, 0.1);*/
}

#preload {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 4;
    top: 0;
    left: 0;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preload.deactive {
    display: none;
}

.ticker {
    margin: 0 auto;
}

.ticker .main {
    margin: 0 auto;
    display: flex;
}

.ticker .main .news {
    position: relative;
    white-space: nowrap;
    background: #c11d22;
    color: white;
    border: 1px solid #fc3e29cc;
    padding: 2px 10px 2px 30px;
    line-height: 28px;
    border-radius: 0 0 4px 0;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
}

.ticker .container {
    position: relative;
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    border-radius: 0 0 0 4px;
}

.ticker .container::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;

}

.ticker .boxPadding {
    position: relative;
    width: 100%;
    height: 100%;
    padding: .5rem 0;
    overflow: hidden;
}

.ticker .box {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    margin: 0;

    padding-left: 0;
    display: flex;
    white-space: nowrap;
    padding-right: 1.5rem;

}

.ticker .box div {
    margin-left: 0;
    padding: 0 5px 0 15px;
    display: inline-block;
    white-space: nowrap;
    line-height: 35px;
    font-size: 14px;
}

.ticker .left, .ticker .right {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    background: #2e4272;
}

.ticker .left {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(46, 66, 114, 0) 80%);
}

.ticker .right {
    right: 0;
    background: linear-gradient(90deg, rgba(46, 66, 114, 0) 0%, #fff 80%);

}

.ticker a {
    text-decoration: none;
    font-size: .9rem;
    color: #222;

}


#document__wrapper {
    transition: 2.7s;
}

#document__wrapper.active {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    transition: .5s;
}
#peoples {
    width: 100%;
    height: 100%;
    background: url("/img/peoplebg.jpg") no-repeat;
    background-size: cover;
    background-position: center;

}

#peoples  div {
    height: 100%;
}
#peoples .p-item{
    z-index: 2;
    cursor: pointer;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.people-name {
    font-size: .9rem;
    margin-bottom: .5rem;
    color: #333;
}
.people-title {
    font-size: 1.1rem;
    color: #0c0c0c;
}
.shadow {
    box-shadow: 0 0 5px 6px rgb(28 76 156 / 10%);
    border-radius: 4px;
    border: 1px solid rgb(0 0 0 / 15%);
}

nav div#desktop__navbar a {
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .8);
    transition: .5s;
    color: rgb(214, 209, 209);
}

nav div#desktop__navbar a:hover {
    transform: translateY(1%);
    text-shadow: 6px 6px 16px rgba(255, 255, 255, 0.8), 20px 20px 30px red;
    background: rgba(255, 255, 255, .4);
    border-radius: 2px;
    color: white;
}

nav#desktop__nav {
    display: none;
}

#mobile__menu__button {
    z-index: 2;
    background: rgba(180, 0, 0, .9);
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: .6rem;
    left: .6rem;
    border-radius: 4px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
}

#mobile__menu__button i {
    font-size: 1.6rem;
    color: white;
}

#mobile__navbar {
    z-index: 2;
    position: fixed;
    top: 0;
    width: 60vw;
    right: -70vw;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 8px rgba(0, 0, 0, .5);
    transition: .5s;
}

#mobile__navbar.active {
    right: 0;
}

#mobile__navbar .logo {
    display: block;
    width: 100%;
    height: 6.25rem;
    background: url(../img/header-bg.png) 0 0/cover no-repeat #1e71a1da;
}

#mobile__navbar .logo span {
    display: block;
    width: 100%;
    height: 6.25rem;
    background: url(../img/logo.png?2) 90% 50%/75% 75% no-repeat;
}

#mobile__navbar div {
    display: flex;
    flex-direction: column;
}

#mobile__navbar div > * {
    padding: .9rem 1rem;
    font-size: .9rem;
    opacity: .8;
    font-weight: 500;
}

#mobile__navbar div > *:first-child {
    margin-top: .5rem;
}

#mobile__navbar div > *::before {
    display: inline-block;
    margin-left: .5rem;
    content: " ";
    width: 9px;
    height: 9px;
    border-radius: 16px;
    background: rgba(0, 110, 255);
    border: 2px solid rgba(0, 110, 255);
    transition: .3s;

}

#mobile__navbar div > *:hover::before {
    margin-left: 1rem;
    background: #fff;

}

header {
    position: relative;
}

header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -12;
    background: url(../img/header-bg.png) rgba(30, 114, 161, 1);
    background-position: 0 0;
    animation: bg-animate 3000s linear infinite;

}

@keyframes bg-animate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100000px 0;
    }
}

header > div {
    height: 6.25rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: .35rem;
    color: rgba(11, 11, 11, 0.8);
}

header .logo {
    width: 60%;
    height: 6.25rem;
    background: url(../img/logo.png?2) 90% 50%/75% 65% no-repeat;
    /* background-position: 0 -40%; */
}

header .time {
    align-self: flex-end;
    text-align: left;
    margin-right: auto;
    color: whitesmoke;
}

header .time a {
    color: #9fcdff;
    margin-left: 1rem;
    padding: .2rem .3rem;
}

main {
    padding: 0 .3rem;
}

main > * {
    background: #fff;
}


#first__content {
    margin-top: 1rem;
}

/* slider start */

.slider {
    margin-bottom: 1rem;
    padding: .5rem;
    background-color: #efefef;
}

.slider .item {
    display: flex;
    flex-direction: column;

}

.slider .item img {
    display: flex;
    width: 100%;
    object-fit: cover;
}

.slider .item .item__content {
    display: flex;
    flex-direction: column;
    padding: .4rem 1rem;

}

.slider .item__content a {
    font-size: 1.1rem;
    color: #004798;
    /*text-shadow: 2px 2px 2px rgb(0 0 0 / 30%);*/
    transition: .3s;
}

.slider .item__content a:hover {
    /*color: #d32035;*/
    color: #00a65a;
}

.slider .item__content p {
    padding: .6rem 0;
    line-height: 1rem;
    color: rgba(0, 0, 0, .8);
}


/* slider END */

#sibling__slider {
    padding: 0;
    overflow: hidden;
}

/* vote */

/* single page */

#single__news {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#single__news > img {
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .3);
    border-radius: 2px;
}

#single__news > h1 {
    font-size: 1.2rem;
    padding: 0;
    margin: 1rem 0 1.3rem 0;
    color: #004798;
    font-weight: 500;
    line-height: 1.5rem;

}

#single__news p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 .5rem 0;
}

/* single page END */
.vote {
    padding: 1rem;
    height: inherit;
    margin-bottom: 1rem;
    position: relative;
    background-color: #efefef;
}

.vote .question {
    font-size: 1rem;
    color: rgb(0, 71, 152);
    font-weight: 500;
    line-height: 1.1rem;
    /*text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);*/

}

.vote .answers {
    margin-top: .5rem;
    padding-top: .3rem;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vote .answers > * {
    /*margin-top: 1rem;*/
}

.vote label {
    display: block;
    padding: 0.4rem 0.2rem;


}

.vote .vote_title_input{
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    font-size: 0.9rem;
}
.vote label:hover {
    color: #00a65a;
    background: #8080802b;
}

.vote input[type=radio] {
    margin-left: .3rem;
}

.vote .submit__vote button {
    cursor: pointer;
    font-size: .9rem;
    bottom: 1rem;
    right: 1rem;
    padding: .3rem .7rem;
    background: rgba(10, 100, 170, 1);
    color: white;
    border-radius: 4px;
    border: none;
    transition: .5s;
    margin-top:.7rem;
}

.vote .submit__vote button:hover {
    background: rgba(10, 150, 210, 1);

}

.vote #vote_message{
    color: #00a65a;
}

/* vote END */

.first__title .ft__news {
    display: flex;

}

.first__title .ft__news .image {
    width: 25%;
    position: relative;
}

.first__title .ft__news .image img {
    width: 100%;
    height: 5rem;
    min-height: 5rem;
    object-fit: cover;
    border-radius: 7px;
    padding: 2px;
    border-radius: 0 30px 30px 0;

}

.first__title article {
    position: relative;
    border-radius: 0 35px 35px 0;
}

.first__title article small {
    color: #fff;
    position: absolute;
    left: 8px;
    top: 8px;
    font-size: 10px;
    padding: 0.3rem;
    background: rgba(0,0,0,.7);
    border-radius: 8px;
    margin-bottom: 0.5rem;
    transform: scaleX(0);
    transform-origin: left;
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
}

.first__title article .image:hover small {
    transform: scaleX(1);
    opacity: 1;
}

.first__title .ft__content {
    width: 75%;
    padding: .3rem .5rem 0 0;
    display: flex;
    flex-direction: column;
}
.first__title .ft__content h6{
    color: #888a;
    font-size: 0.75rem;
    margin-top: 2px;
}
.first__title .ft__content h3{
    margin-top: .6rem;
}
.first__title .ft__content a {
    font-size: .8rem;
    color: #0c3555;
    transition: .3s;
    font-weight: bold;
}


.first__title .ft__content a:hover {
    color: #0c3575;
}

.first__title .ft__content p {
    color: rgba(0, 0, 0, .4);
    line-height: 1rem;
    margin: .6rem 0;
    padding-left: .5rem;
    font-size: 0.8rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.left__sidebar, .right__sidebar, .first__title, .end__sidebar {
    transition: 1s;
}

.end__sidebar {
    margin-right: 1rem;
    display: none;
}

.end__sidebar img {
    width: 100%;
    height: auto;
}

.content__box {
    margin-bottom: 1rem;
    box-shadow: 0 0 4px 3px rgb(28 76 156 / 10%);
    border-radius: 4px;
    border: 1px solid rgb(0 0 0 / 15%);
    transition: .5s;
    background-color: #efefef;
}

.right__sidebar .ft__news, .left__sidebar .ft__news {
    /*padding: 0 1rem 1rem;*/
    display: flex;
    flex-direction: column;
}

.right__sidebar .ft__news > div, .left__sidebar .ft__news > div {
    display: flex;
    flex-direction: column;
    padding: .4rem;
    border-bottom: 2px dotted #0001;
    margin: 0 0 .5rem;
}

.right__sidebar .ft__news > div {
 flex-direction: row;
}

.right__sidebar .ft__news .image {
    width: 40%;
    min-width: 3.5rem;
}

.right__sidebar .ft__news .ft__content {
    width: 60%;
}

.right__sidebar .ft__news .image img, .left__sidebar .ft__news .image img {
    border-radius: 8px 30px 30px 8px;
    width: 100%;
    min-height: 3.5rem;
    object-fit: cover;
    padding: 2px;
}

.right__sidebar .ft__news .image img {
    border-radius: 8px 15px 15px 8px;
}

.right__sidebar .ft__news .ft__content a, .left__sidebar .ft__news .ft__content a {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: .3s;
    color: #0c3555;
    font-weight: bold;
    margin: 0 .7rem;
    line-height: 24px;
}

.right__sidebar .ft__news a:hover, .left__sidebar .ft__news a:hover {
    color: #0c3535;
}

.text__news {
    display: flex;
    flex-direction: column;

}

.text__news .title, .ft__news .title {
    position: relative;
    background: #585252;
    width: 100%;
    height: 2.2rem;
    color: #f8f8f8;
    margin-bottom: .5rem;
}

.text__news .title::before, .ft__news .title::before {
    content:'';
    position:absolute;
    right:0;
    top:0;
    width:50%;
    height: 100%;
    background-color:#228B22;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}

.text__news .title span, .ft__news .title span {
    position: relative;
    line-height: 2rem;
    margin-right:.5rem;
    font-size: 1.1rem;
}

.text__news a {
    padding: .3rem 0;
    line-height: 1rem;
    color: #004292;
}

.text__news a:hover{
    color: #00a65a;
}
.text__news a::before {
    margin-left: .2rem;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(0 110 180);
    transform: rotate(45deg);
}



/* mobile sizes */


header > div {
    margin: 0 auto;
    width: 90%;
    height: 6.25rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: .35rem;
    color: rgba(11, 11, 11, 0.8);
}

header .logo {
    width: 50%;
    height: 6.25rem;
    background: url(../img/logo.png?2) 90% 50%/77% 66% no-repeat;
    /* background-position: 0 -40%; */
}

.ticker {
}

main {
    margin: 0 auto;
}

.first__title .ft__news .image img {
    height: 8rem;
    min-height: 8rem;
}


header > div {
    margin: 0 auto;
    width: 90%;
    height: 6.25rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: .35rem;
    color: rgba(11, 11, 11, 0.8);
}

header .logo {
    width: 40%;
    height: 6.25rem;
    background: url(../img/logo.png?2) 90% 50%/75% 65% no-repeat;
    /* background-position: 0 -40%; */
}

main {
    margin: 0 20px;
}

.first__title .ft__news .image img {
    height: 10rem;
    min-height: 10rem;
}


/* .slider, #first__content .vote{
        margin: 1rem 0;
    } */

.slider .item {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.slider .item > .image, .slider .item > .item__content {
    width: 50%;
}

/* end mobile sizes */


/* tablet sizes */

#first__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#mobile__menu__button, #mobile__navbar, #document__wrapper {
    display: none;
}

header > div {
    margin: 0 auto;
    width: 90%;
    height: 6.25rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: .35rem;
    color: rgba(11, 11, 11, 0.8);
}

header .logo {
    width: 40%;
    height: 6.25rem;
    background: url(../img/logo.png?2) 90% 50%/70% 70% no-repeat;
    /* background-position: 0 -40%; */
}

nav div#desktop__navbar {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: rgba(7, 69, 105, 0.5);
    border-radius: 3px;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .8);
}

nav #desktop__navbar > #desktop__navbar__org > * {
    display: inline-block;
    padding: .5rem;
    color: white;
}

nav #desktop__social__media {
    display: flex;
}

nav #desktop__navbar #desktop__social__media > * {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 0 .5rem;
}


#desktop__social__media img {
    width: 25px;
    height: 25px;
}

#content {
    display: flex;
    justify-content: center;
    gap: 0;
}

.right__sidebar {
    width: 25%;
    order: 1
}

.first__title {
    width: calc(50% - 2rem);
    margin: 0 1rem;
    order: 2
}

.left__sidebar {
    width: 25%;
    order: 3
}

.slider {
    width: calc(50% - .5rem);
    margin-left: 0;
}

#sibling__slider {
    width: 32%;
    overflow-y: hidden;
}

#conversation {
    width: 22%;
}



.first__title .ft__news .image img {
    height: 6rem;
    min-height: 6rem;
}

nav#desktop__nav {
    display: block;
}



#comment-container{
    width: 100%;
}
#comment-container input[type='text'],input[type='email']{
    outline: none;
    border: 2px solid #ccc;
    width: 100%;
    height: 2rem;
    padding: 1rem .5rem;
}

#comment-container textarea{
    outline: none;
    border: 2px solid #ccc;
    margin-top: .5rem;
    width: 100%;
    height: 10rem;
    padding: 1rem .5rem;
    resize: none;
}
#comment-container input[type='text']:focus,#comment-container textarea:focus{
    border: 2px solid #8bb8e3 !important;
}


#comment-container .btn{
    font-size: 1.3rem;
    margin-top: .5rem;
    outline: none;
    border: 1px solid #8dc5fa;
    padding: .4rem .8rem;
    opacity: .95;
    cursor: pointer;
    border-radius: 4px;
}
#comment-container .btn-primary{
    background: #2960fc;
    color: white;
}
#comment-container .btn:hover{opacity: 1}
#comment-container .comment-input{
    display: flex;
    justify-content: space-around;
}

#comment-container #status_comment.fail{color:#fc3e29;background: rgba(252, 62, 41, 0.30);padding:.2rem .5rem}
#comment-container #status_comment.success{color:#00a65a;background: rgba(0, 166, 90, 0.30);padding: .2rem .5rem}

#comments {
    margin: 1rem 0;
}

#comments article {
    background-color:#e9e9e9 ;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 1rem;

}

#comments .comment_status {
    display: flex;
    justify-content: space-between;
    background: #d7d7d7;
    align-items: center;


}

#comments .comment_status span {
    padding: .4rem .6rem;
    align-self: center;
}

#comments .comment_status span:first-child {
    color: white;
    background: #00ab66;
    font-weight: bold;
}

#comments .comment_status span:nth-child(2) {
    margin-right: auto;
}

#comments .comment_status span i {
    vertical-align: middle;
}


#comments .comment_status span i[class~="fa-user"],#comments .comment_status span i[class~="fa-calendar-o"]{
    margin-left: .3rem;
}

#comments .comment_status span i[class~="fa-minus-square"] {
    color: #c73832;
    padding: 0 .4rem;
    cursor: pointer;
}

#comments .comment_status span i[class~='fa-plus-square'] {
    color: #00ab66;
    padding: 0 .4rem;
    cursor: pointer;
}

#comments .comment_status span i[class~='fa-reply'] {
    color: #808180;
    padding: 0 .4rem;
    cursor: pointer;
    font-size: .8rem;
    margin-top: .2rem;
}

#comments .comment_status span i[class~="fa-reply"]:hover, #comments .comment_status span i[class~='fa-plus-square']:hover, #comments .comment_status span i[class~="fa-minus-square"]:hover {
    color: #2575A8;
}

.comment_body {
    padding: .5rem .8rem 1.5rem;
    line-height: 1.8;
    font-size: .9rem !important;
}

.comment_body > * {
    font-size: .9rem !important;

}
.slider .item__content p {
    display: none;
}



@media screen and (min-width: 1200px) {

    .first__title .ft__content a{
        font-size: .95rem;
    }
    .slider .item__content p {
        display: block;
    }
    header > div {
        margin: 0 auto;
        width: 98%;
        height: 6.25rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: .35rem;
        color: rgba(11, 11, 11, 0.8);
    }

    header .logo {
        width: 30%;
        height: 6.25rem;
        background: url(../img/logo.png?2) 90% 50%/65% 65% no-repeat;
        /* background-position: 0 -40%; */
    }

    nav div#desktop__navbar, .ticker {
        width: 98%;
    }

    main {
        margin: 15px;

    }

    #content {
        display: flex;
        justify-content: center;
        gap: 0;
    }

    .right__sidebar {
        width: 20%;
        order: 1
    }

    .first__title {
        width: calc(48% - 2rem);
        margin: 0 1rem;
        order: 2
    }

    .left__sidebar {
        width: 20%;
        order: 3
    }

    .end__sidebar {
        display: block;
        width: 12%;
        order: 4;
    }

    .first__title .ft__news .image img {
        height: 7rem;
        min-height: 7rem;
    }

    nav#desktop__nav {
        display: block;
    }

    .slider {
        background-color: #fff;
        width: calc(50% -.5rem);
    }

    #conversation {
        width: calc(22% - 1rem);
        margin: 0 auto;
        margin: 0 1rem 1rem;
    }

    #conversation > *, #conversation .h_iframe-aparat_embed_frame {
        height: 100%;
    }

    #sibling__slider {
        width: calc(32% + 2rem);
        /* height: auto; */
    }


}


@media screen and (min-width: 1400px) {
    header > div {
        margin: 0 auto;
        width: 90%;
        height: 6.25rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: .35rem;
        color: rgba(11, 11, 11, 0.8);
    }

    header .logo {
        width: 25%;
        height: 6.25rem;
        background: url(../img/logo.png?2) 90% 40%/75% 75% no-repeat;
        /* background-position: 0 -40%; */
    }

    nav div#desktop__navbar {
        width: 90%;
    }

    .ticker {
        width: 90%;
    }

    main,.f-container {
        width: 90%;
        margin: 0 auto;
    }

    nav#desktop__nav {
        display: block;
    }


}

@media screen and (min-width: 1600px) {

    header > div {
        width: 80%;
    }

    nav div#desktop__navbar {
        width: 80%;
    }

    .ticker {
        width: 80%;
    }

    main,.f-container {
        width: 80%;
        margin: 0 auto;
    }


    body {
        max-width: 1920px;
        margin: 0 auto;
    }

    .first__title .ft__news .image img {
        height: 8rem;
        min-height: 8rem;
    }
}


.progress__container {
    /* display: none; */
    margin: .3rem 0 .5rem 0;
    width: 100%;
    height: .5rem;
    background: #ccc;
    border-radius: 8px;

}

.progress__container.active {
    display: flex;
}

.progress__bar {
    display: flex;
    border-radius: 8px;
    height: 100%;
    width: 0;
    background: rgb(0, 119, 255);
    transition: all 1s ease-in-out .3s;
    overflow: hidden;
}

.vote .title {
    width: 106%;
    text-align: center;
    display: inline-block;
    position: relative;
    background: #c11d22;
    padding: .5rem 1rem;
    margin: -1rem -.5rem 1.1rem auto;
    color: white;
    border-radius: 3px;
    font-weight: bold;
    /*right: 35%;*/
}

.vote .title:hover,.ticker .main .news:hover{
    background: #c11d22;
    opacity: .9;
}


.relation-news {
    margin-top: 2rem;
}
.relation-news h3 {
    position: relative;
    font-weight: bold;
    color: #444;
    padding: 1rem 0;
    background-color: #004292;
    color: #061f6d;
    z-index: 1;
}
.relation-news h3 span {
    position: relative;
    font-size: 1.3rem;
    margin-right: 1.5rem
}

.relation-news h3::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fe8f00;
    clip-path:polygon(20px 0,100% 0, 100% 100%, 0 100%);
}

.relation-news .content{
    margin: 1rem;
    display: grid;
    grid-template-columns:repeat(3,1fr);
    gap:1rem
}

.relation-news .content a span {
    margin: .2rem .5rem;
    font-size: .9rem;
    line-height: 24px;
    font-weight: bold;
    display: block;
}

.relation-news .content img {
    width: 100%;
    border-radius: 8px 30px 30px 8px;
}


.new-slider {
    width:100%;
    height:100%;

}

.new-slider .item {
    position: relative;
    width: 100%;
    height: 100%;

}
.new-slider .image {
    width: 100% !important;
}
.new-slider img {
    width: 100%;
}
.new-slider .item__content {
    position: absolute;
    width: 100% !important;
    padding: 0.8rem 0.5rem;
    bottom: 0;
    background-color: #0008;
}

.new-slider a {
    color: #fff !important;
    font-size: .9rem !important;
    font-weight:bold;
    line-height: 1.3rem;
}

.new-slider h4{
    font-size: .8rem;
    color: #fff;
    margin-bottom: .5rem;
}

#answer_to_txt {
    display: none;
}
#answer_to_txt.active {
    display: block;
    margin-top: 1rem;
}
#answer_to_txt.active span {
    color: #f45;
}
