/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(/fonts/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(/fonts/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(/fonts/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(/fonts/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(/fonts/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(/fonts/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(/fonts/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body, form, ul, li, dl, dd, dt, fieldset, form, blockquote {
    margin: 0;
    padding: 0;
    border: 0 none;
    box-sizing: border-box;
}

ul, dl, dd, dt {
    list-style: none;
}

table, tbody, tr, td, th {
    margin: 0;
    padding: 0;
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
}

input, select, textarea {
    font: 12px Roboto, serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    width: 100%;
    /*height: 100%;*/
    display: block;
    position: relative;
}

body {
    position: relative;
    height: 100%;
    font: 12px/15px Roboto, serif;
    color: #ededdf;
    background-color: #363636;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1 {
    margin: -8px 0 20px 0;
    font: 48px/48px Roboto, serif;
    color: #000000;
    font-weight: bold;
}

h2.title {
    margin: 0 0 10px 0;
    font: 18px/17px Roboto, serif;
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
}

.hotrubric h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 10px !important;
}

p {
    margin: 0 0 16px 0;
}

a {
    color: #000000;
    outline: none;
}

a:hover {
    text-decoration: none;
}

img, fieldset {
    border: 0 none;
}

object {
    display: block;
}

:focus {
    outline: 0;
}

.clean {
    clear: both;
    height: 1px;
}

.branding {
    display: block;
    width: 1920px;
    position: fixed;
    top: 0;
    height: 1200px;
    left: 50%;
    margin-left: -960px;
    background: url('../img/branding-bg.jpeg') no-repeat top
}

#container {
    width: 1040px;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    z-index: 1;
    /*height:100%;*/
}

#header {
    box-sizing: border-box;
    /*width: 1040px;*/
    /*margin-left: -22px;*/
    /*height: 385px;*/
    position: relative;

}

.data-wrap {
    width: 1040px;
    padding: 0 15px;
    /*margin-left: -22px;*/
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*padding-top: 35px;*/
    background: #363636;
}

#logo {
    /*position: absolute;*/
    /*top: 103px;*/
    /*left: 215px;*/
    text-align: center;
    margin-bottom: 0;
    padding: 0 20px;
    box-sizing: border-box;
}
.slogan{
    text-align: center;
    margin-bottom: 15px;
    padding: 0 20px;
    box-sizing: border-box;
}

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

#winners_star {
    margin-right: 10px;
}

#search {
    height: 30px;
    /*left: 215px;*/
    /*position: absolute;*/
    /*top: 200px;*/
    text-align: center;
    margin-bottom: 15px;
}

#search button {
    width: 100px;
    padding: 0px 13px;
    height: 28px;
    background-color: #ca0e05;
    color: #ffffff;
    border: 1px solid #ffffff;
}

#search button img {
    position: relative;
    top: 1px;
}

#search_phrase {
    width: 418px;
    height: 28px;
    border: 0;
    padding: 0 10px;
    background: url(../img/search_bg.png) repeat left top transparent;
    vertical-align: top;
    color: #8f8e8e;
    font-size: 15px;
    margin-right: -4px;
}

#subheader {
    /*position: absolute;*/
    bottom: 0;
    height: 64px;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: space-around;
}

.subh {
    display: flex;
    max-width: 180px;
    color: #fdf3d5;
    padding-left: 35px;
    min-height: 25px;
    /*position: absolute;*/
    /*top: 17px;*/
    align-content: center;
    align-items: center;
}

.subh a {
    text-decoration: none;
    font-size: 16px;
    color: #fdf3d5;
}

.subh a:hover {
    text-decoration: underline;
}

#send_info_veteran {
    left: 55px;
    background: url(../img/star.png) no-repeat left 18px transparent;
}

#send_info_whatsapp {
    left: 365px;
    width: 260px;
    background: url(../img/whatsapp.png) no-repeat left center transparent;
}

#alphabet_pointer {
    left: 760px;
    line-height: 25px;
    background: url(../img/arrs.png) no-repeat left center transparent;
}

/*SLIDER*/
#slider {
    border-left: 7px solid #120b08;
    border-right: 7px solid #120b08;
    height: 190px;
    padding: 16px 0px 7px 0px;
    position: relative;

}

#slider_inner {
    background-color: #1f1f1f;
    width: 100%;
    height: 181px;
}

#slider_head {
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 10px;
    width: 890px;
    margin: 0 auto;
}

#slider_head a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    float: right;
    text-transform: none;
}

#slider_top_frame {
    width: 100%;
    height: 22px;
    background: url(../img/top_filmframe.png) repeat-x left top transparent;
    position: absolute;
    top: -5px;
}

#slider_bottom_frame {
    width: 100%;
    height: 22px;
    background: url(../img/btm_filmframe.png) repeat-x left top transparent;
    position: absolute;
    bottom: -5px;
}

#slides {
    list-style: none;
    width: 986px;
    position: relative;
    top: 10px;
    margin: 0 auto;
    text-align: center;
}

#slides li {
    display: inline-block;
    /*margin:0 11px;*/
    position: relative;

}

#slides li a {
    box-shadow: 0 0 4px 6px #1f1f1f inset;
    display: inline-block;
    height: 136px;
    /*overflow: hidden;*/
    position: relative;
    width: 204px;
    border-radius: 20px;
    /*border-radius: 13px;*/
}

#slides li a img {

}

.slide_inshadow {
    border-radius: 20px;
    box-shadow: 0 0 6px 6px #1f1f1f inset;
    display: inline-block;
    height: 136px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 204px;
    z-index: 12;
}

.slider_vet_name {
    background-color: #030303;
    box-shadow: 5px 0 4px -4px #030303, -4px 0 4px -4px #030303, 0 3px 4px -4px #030303;
    /*box-shadow: 0 0 6px 6px #030303;*/
    opacity: 0.8;
    border-radius: 0 0 10px 10px;
    bottom: 2px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    left: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-top: 3px;
    position: absolute;
    text-align: left;
    width: 178px;
    z-index: 13;
}

.slide_play {
    bottom: 34px;
    height: 26px;
    position: absolute;
    right: 16px;
    width: 26px;
    background: url(../img/play_green.png) no-repeat center center transparent;
}

.bx-controls-direction span {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
}

#slider-prev {
    float: left;
    top: -82px;
    background: url(../img/main_slider_arrs.png) no-repeat center bottom transparent;
}

#slider-next {
    float: right;
    top: -82px;
    background: url(../img/main_slider_arrs.png) no-repeat center top transparent;
}

/*MAIN CONTENT*/
#content {
    width: 1008px;
    height: 100%;
}

.left_col {
    width: 739px;
    margin-right: 28px;
    text-align: left;
    float: left;
}

.right_col {
    width: 237px;
    float: right;
    margin-right: 4px;
}

.right_col .left-240x400-1 {
    margin-bottom: 15px;
}

.ptitle {
    color: #ededdf;
    font: 20px Roboto, serif;
    margin: 15px 0px;
    width: 734px;
    text-align: center;
}

/*VETERAN CARD*/
.veteran_card {
    box-sizing: border-box;
    font-family: Roboto, serif;
    font-size: 13px;
    width: 100%;
    /*min-height: 242px;*/
    background: url(../img/hero_card_bg.jpg) no-repeat left top / 100% 100% transparent; /* / contain*/
    padding: 22px;
    /*float: left;*/
    position: relative;
    display: block;
    /*margin-bottom: 25px;*/
}

.pager-for-list {
    width: 100%;
    float: left;
}

.veteran_card .row {
    width: 100%;
    color: #464545;
    /*clear: both;*/
    position: relative;
    /*float:left;
    vertical-align:top;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin-bottom: 10px;
}

.veteran_card .clean {
    display: none;
}

.veteran_card .veteran_name {
    font: 21px/30px Roboto, serif;
    color: #000000;
}

/*.veteran_card .cell {*/
/*    width: 50%;*/
/*    float: left;*/
/*}*/

.veteran_card:nth-child(odd) {
    /*margin-right: 29px;*/
}

.veteran_card .cell .imgbox {
    width: 100%;
}

.veteran_card .cell .imgbox img {
    width: 156px;
    height: 156px;
    display: block;
    object-fit: cover;
}

/*.veteran_card .cell {*/
/*    float: left;*/
/*    margin-bottom: 10px;*/
/*    padding-right: 10px;*/
/*    box-sizing: border-box;*/
/*}*/

.veteran_card .red_title {
    margin-bottom: 3px;
    display: inline-block;
}

.red_title {
    color: #c70912;
}

/*--------------*/
.mblock_right {
    color: #262526;
    font: 12px Roboto, serif;
    position: relative;
    margin-bottom: 20px;
}

.mblock_right a {
    color: #262526;
    font: 12px Roboto, serif;
    text-decoration: none;
}

.mblock_right a:hover {
    text-decoration: underline;
}

.mblock_right ul {
    list-style-type: disc;
    list-style-position: inside;
    padding: 0;
    margin-bottom: 20px;
    /*font-size:11px;
    padding-left:10px;*/
}

.mblock_right ul li {
    margin-bottom: 10px
}

.mblock_right.pre-last_events {
    width: 203px;
    height: 11px;
    padding: 0 26px 0 18px;
    margin-bottom: 0;
    background: url(../img/top-border.png) no-repeat left top / 100% 100% transparent;
}

.mblock_right.last_events {
    padding: 0 26px 18px 18px;
    width: 203px;
    margin-bottom: 0;
    background: url(../img/middle-background.png) repeat-y left top / 100% transparent;
}

.mblock_right.after-last_events {
    width: 203px;
    height: 11px;
    padding: 0 26px 0 18px;
    background: url(../img/bottom-border.png) no-repeat left top / 100% 100% transparent;
}

.mblock_right.pre-facts_wars {
    width: 203px;
    height: 11px;
    padding: 0 26px 0 18px;
    margin-bottom: 0;
    background: url(../img/top-border-bottom-widget.png) no-repeat left top / 100% 100% transparent;
}

.mblock_right.facts_war {
    padding: 0 26px 18px 18px;
    width: 203px;
    margin-bottom: 0;
    background: url(../img/middle-background.png) repeat-y left top / 100% transparent;
}

.mblock_right.after-facts_wars {
    width: 203px;
    height: 11px;
    padding: 0 26px 0 18px;
    background: url(../img/bottom-border-bottom-widget.png) no-repeat left top / 100% 100% transparent;
}

.mblock_right.facts_war .all_more {
    margin-top: 25px;
}

.mblock_right.last_events .all_more {
    margin-top: 19px;
}

.mblock_right .all_more {
    bottom: 15px;
    left: 18px;
    position: absolute;
    text-align: center;
    width: 205px;
}

.mblock_right .all_more a {
    text-transform: uppercase;
    text-decoration: underline;
}

.mblock_right .all_more a:hover {
    text-decoration: none;
}

.mblock_right h2 {
    width: 80%;
    color: #464545;
    font: 18px Roboto, serif;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/*PAGENAV*/
.pagenav {
    float: left;
    height: 51px;
    vertical-align: middle;
    background: url(../img/pagenav_bg.jpg) repeat-x right center transparent;
    position: relative;
    font: 14px Roboto, serif;
    color: #ded8d8;
    padding-right: 10px;
    margin-bottom: 25px;
}

.pagenav ul {
    position: relative;
    left: 10px;
    top: 16px;
    padding-right: 5px;
}

.pagenav b {
    display: inline;
    font-weight: 300;
    font: 14px Roboto, serif;
    margin: 15px 0 0 10px;
    display: block;
    float: left;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
    border: none;
    color: #fff;
    font-weight: 300;
}

ul.yiiPager .selected a {
    background-color: #637560;
}

ul.yiiPager .hidden a:hover {
    background: inherit;
}

ul.yiiPager .hidden a {
    border: none;
    cursor: default;
    color: #cccccc;
    display: none;
}

ul.yiiPager .first, ul.yiiPager .last {
    display: inline;
}

.list-view .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.list-view .summary {
    display: none;
}

.pagenav ul li {
    display: inline;
}

.pagenav ul li a {
    font: 14px Roboto, serif;
    color: #ded8d8;
    text-decoration: none;
    padding: 2px 5px;
}

.pagenav ul li a:hover, .pagenav ul li.active a {
    background-color: #637560;
}

.pagenav ul li a img {
    width: 6px;
    height: 11px;
    vertical-align: middle;
}

.left_pagenav {
    width: 6px;
    height: 51px;
    position: absolute;
    left: -6px;
    top: 0px;
    background: url(../img/pagenav_bg_left.jpg) no-repeat center center;
}

.right_pagenav {
    width: 8px;
    height: 51px;
    position: absolute;
    right: -8px;
    top: 0px;
    background: url(../img/pagenav_bg_right.jpg) no-repeat center center;
}

/*---*/
/*FOOTER*/
#footer {
    width: 1008px;
    height: 148px;
    background: url(../img/footer_bg.jpg) repeat-x left top transparent;
    margin: 0 auto;
    position: relative;
}

#bottom_menu {
    width: 960px;
    padding: 7px 20px 7px 20px;
    color: #ffffff;
    background-color: #000000;
    left: 8px;
    top: 19px;
    position: relative;
}

#bottom_menu ul {
    list-style: none;
}

#bottom_menu ul li:first-child {
    margin-left: 0;
}

#bottom_menu ul li {
    display: inline-block;
    margin-left: 25px;
}

#bottom_menu ul li a {
    color: #ffffff;
    font: 12px Roboto, serif;
    text-decoration: underline;
    position: relative;
    display: inline-block;
}

#bottom_menu ul li sup {
    background-color: #f73838;
    font-size: 8px;
    height: 10px;
    margin-left: 2px;
    margin-top: -2px;
    padding: 0 2px;

}

#bottom_menu ul li a:hover {
    text-decoration: none;
}

#counters {
    width: 345px;
    height: 80px;
    position: absolute;
    bottom: 5px;
    left: 8px;
}

/*-------*/

#page_content {
    background-color: #f4e8bc;
    padding: 23px 22px 30px;
    color: #000000;
    font: 14px Roboto, serif;
    margin-bottom: 25px;
}

#page_content h1 {
    font: 22px Roboto, serif;
    margin-bottom: 5px;
}

.date {
    font-size: 11px;
    color: #766e6e;
    margin-bottom: 10px;
}

#page_content .text {
    margin-top: 25px;
}

#page_content .text p {
    /*text-indent:15px;*/
    /*margin-bottom: 0;*/
}

#share_buttons {
    border-top: 1px solid #333;
    padding-top: 15px;
}

#share_buttons .left {
    float: left;
    margin-right: 15px;
    display: block;
}

#share_buttons .left.mr_like {
    width: 200px;
}

#share_buttons .left:nth-child(1) {
    width: 85px;
}

#share_buttons .left:nth-child(2) {
    width: 85px;
}

#share_buttons .left:nth-child(3) {
    width: 65px;
}

#share_buttons .left:last-child {
    margin-right: 0;
}

/*SLIDER*/
#innerslider {
    width: 684px;
    border: 3px solid #ffffff;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#innerslider .bx-wrapper {
    margin: 0;
    height: 323px;
    padding-bottom: 3px;
}

.bx-wrapper .innerslider li img {
    max-width: 100%;
    height: 100%;
    width: auto;
}

.innerslider li {
    position: relative;
    height: 323px;
    overflow: hidden;
    text-align: center;
    background:#363636 ;
}

.slider_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, .5);
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    text-align: left;
}

#innerslider_pager {
    height: 97px;
}

#innerslider_pager a {
    display: inline-block;
    position: relative;
    width: 170px;
    height: 97px;
    overflow: hidden;
    float: left;
    text-align: center;
}

#innerslider_pager .owl-item a img {

}

#innerslider_pager .owl-item.active_slide:first-child {
    margin-right: 3px;
    margin-left: 0;
}

#innerslider_pager .owl-item.active_slide:last-child {
    margin-left: 3px;
    margin-right: 0;
}

#innerslider_pager .owl-item.active_slide {
    margin: 0 3px;
}

#innerslider_pager a.active .overlay_mini {
    display: none;
}

#inslider-next {
    display: block;
    width: 34px;
    height: 63px;
    position: absolute;
    right: 0;
    top: 150px;
}

#inslider-next .bx-next {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
}

#inslider-prev .bx-prev {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
}

#inslider-prev {
    display: block;
    width: 34px;
    height: 63px;
    position: absolute;
    left: 0;
    top: 150px;
}

.overlay_mini {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #111111;
    opacity: 0.57;
    cursor: pointer;
}

/*--------*/
.edit {
    background: url(../img/edit_info.png) no-repeat left center transparent;
    padding: 2px 0 2px 28px;
    font: 14px Roboto, serif;
    color: #cf1116;
}

.edit a {
    font: 14px Roboto, serif;
    color: #cf1116;
    text-decoration: none;
}

.edit a:hover {
    text-decoration: underline;
}

.text .edit {
    margin-top: 50px;
    margin-bottom: 10px;
    float: right;
}

/*WIDGETS*/
.widget_veteran_card {
    width: 242px;
    min-height: 355px;
    margin-bottom: 20px;
    background: url(../img/widget_hero_card.jpg) no-repeat center top/ 100% 100% transparent;
    color: #3a2314;
    font: 12px Roboto, serif;
    text-align: center;
}

.widget_veteran_card .row {
    text-align: left;
    margin-bottom: 12px;
}

.widget_veteran_card .row.name {
    color: #464545;
    font: 16px Roboto, serif;
}

.widget_veteran_card .inner_vcard {
    padding: 20px 28px 15px;
}

.widget_veteran_card .inner_vcard img {
    padding: 6px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-bottom: 10px;
    max-height: 100px;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.widget_veteran_card .row .red_title {
    display: inline-block;
    margin-bottom: 3px;
}

/*--------*/

/*WORDS FROM HEROES*/
.widget_words {
    width: 182px;
    min-height: 231px;
    margin-bottom: 20px;
    padding: 20px 30px;
    color: #ffffff;
    background: url(../img/widget_words_bg.jpg) no-repeat center top/ 100% 100% transparent;
}

.widget_words a {
    color: #ffffff;
    font: 12px Roboto, serif;
    text-decoration: none;
}

.widget_words a:hover {
    text-decoration: underline;
}

.widget_words_header {
    font: 18px Roboto, serif;
    text-transform: uppercase;
}

.widget_words .widget_imgbox {
    position: relative;
    display: inline-block;
}

.widget_words .widget_imgbox img {

}

.old_overlay {
    width: 100%;
    height: 100%;
    background: url(../img/overlay_frame.png) no-repeat center center / 100% 100% transparent;
    box-shadow: 0 0 12px 6px #000000 inset;
    position: absolute;
    left: 0;
    top: 0;
}

.old_overlay img {
    height: 26px;
    left: 80px;
    position: absolute;
    top: 40px;
    width: 26px;
}

.widget_words .row {
    margin-top: 15px;
}

.widget_words .row ul {
    padding-left: 10px;
    list-style: disc;
}

.widget_words .row ul li {

}

.all_treatments {
    text-align: center;
}

/*COMMENTS*/
.comments {
    padding: 17px;
    background-color: #f4e8bc;
    margin-bottom: 25px;
    color: #000000;
    font-family: Roboto, serif;
}

.comments a {
    font-family: Roboto, serif;
}

.comments_head {
    border-bottom: 1px dotted #494949;
    position: relative;
    margin-bottom: 20px;
}

.comments_header {
    text-transform: uppercase;
    font-size: 13px;
}

.comments_head ul {

}

.comments_head ul li {
    display: inline-block;
    margin: 20px 30px 20px 0;

}

.comments_head ul li span {
    cursor: pointer;
}

.add_comment {
    position: absolute;
    top: 0px;
    right: 0;
    background: url(../img/add_comment.png) no-repeat 5px center #362f2d;
    padding: 7px 7px 7px 27px;
    color: #ffffff;
    text-decoration: none;
}

.comments-block {

}

.comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #494949;
}

.comment .user_photo {
    float: left;
    margin-right: 11px;
}

.comment_data {
    float: left;
    width: 639px
}

.comment_data_header {
    margin-bottom: 11px;
}

.user_name {

}

.user_name a {

}

.user_name a:hover {

}

.user_name img {
    vertical-align: middle;
    margin-right: 3px;
}

.comment_full_date {
    margin-left: 60px;
}

.comment_date {
    text-decoration: underline;
}

.comment_time {

}

.comment_rate_answerto {
    float: right;
    min-width: 125px;
}

.comment_rate_answerto > a {
    float: left;
}

.rate_comment {
    float: left;
    height: 20px;
    margin-right: 8px;
    margin-left: 16px;
    /*margin-right: 12px;*/
    width: 45px;
    position: relative;
    top: -2px;
}

.rate_comment div {
    background-color: #362f2d;
    float: left;
    font-size: 16px;
    height: 15px;
    margin: 0 1px;
    padding: 2px 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 20px;
}

.rate_comment .plus {
    color: #01a218;
    cursor: pointer;
    /*padding: 6px 7px;*/
}

.rate_comment .minus {
    color: #ff2312;
    font-size: 9px;
    cursor: pointer;
    /*padding: 6px 7px;*/
}

.none {
    display: none;
}

.form_message {
    background: #fff0f0;
    padding: 20px 25px;
    color: #333;
    margin-bottom: 20px;
}

.rating {
    float: right;
    color: #5c5c5c;
    min-width: 21px;
    text-align: left;
}

.rating.positive {
    color: #07971b;
}

.rating.negative {
    color: #ff2412;
}

.comment_text {

}

/*ADD COMMENT FORM*/
#addcomment_block {
    font: 13px Roboto, serif;
}

#addcomment_block .row {
    margin: 10px 0px;
    vertical-align: top;
}

#addcomment_block .row img {
    vertical-align: middle;
}

#addcomment_block input[type="text"] {
    width: 245px;
    border: 1px solid #534741;
    padding: 3px;
}

.check {
    cursor: pointer;
    display: inline-block;
    width: 9px;
    height: 7px;
    border: 1px solid #362f2d;
    padding: 3px 2px;
    vertical-align: middle;
    background: url(../img/cb.png) no-repeat center center transparent;
}

.check.unchecked {
    background: none no-repeat center center transparent;
}

#remember_label {
    margin-left: 60px;
}

#addcomment_block textarea {
    width: 100%;
    border: 1px solid #534741;
    height: 96px;
    padding: 3px;
}

#addcomment_block .rules_agree {
    width: 400px;
    float: left;
    font: 12px Roboto, serif;
}

#addcomment_block .rules_agree a {
    font: 12px Roboto, serif;
}

#addcomment_block .send_btn {
    float: right;
    background-color: #362f2d;
    border: 0 none;
    color: #fff;
    padding: 3px 5px;
    text-transform: uppercase;
    font: 11px Roboto, serif;
    position: relative;
    float: right;

}

#addcomment_block .send_btn:active {
    box-shadow: 1px 1px 1px 1px #362f2d;
    padding-bottom: 2px;
    padding-right: 4px;
}

/*------------*/
.winners_block {
    width: 100%;
    background-color: #030303;
    margin-bottom: 30px;
}

.winners_block .small_star {
    width: 33px;
    height: 36px;
    position: relative;
    top: -7px;
}

.winners_block_inner {
    padding: 13px;
}

.winners_block_header {
    padding-top: 5px;
}

.winners_block_inner ul {
    display: table-row;
    width: 100%;
}

.winners_block_inner ul li {
    display: table-cell;
    padding: 0 4px;
    vertical-align: top;
}

.winners_block_inner ul li img {
    width: 100%;
    /*height:100%;*/
}

.winners_block_inner ul li a {
    width: 237px;
    height: 140px;
    display: block;
    position: relative;
    overflow: hidden;
    font: 14px Roboto, serif;
}

.winners_block_inner .overlay_sign {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fffefe;
    width: 100%;
    padding: 0 22px 0 11px;
    line-height: 20px;
    background: url(../img/dark_transp_bg.png) repeat left top transparent;
}

/*------*/

/*TREATMENT BLOCK*/
.treatment_block {
    width: 225px;
    height: 163px;
    float: left;
    display: inline-block;
    margin-right: 29px;
    margin-bottom: 50px;
    background: url(../img/treatment_block_bg.jpg) no-repeat center center/contain transparent;
}

.treatment_block:nth-child(3n+3) {
    margin-right: 0;
}

.treatment_block.no_rmargin {
    margin-right: 0;
}

.treatment_block a {
    background-color: #080808;
    display: block;
    height: 141px;
    left: 4px;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: 11px;
    vertical-align: top;
    width: 217px;
}

.treatment_block a img {
    width: auto;
    margin-left: -10px;
    height: 100%;
}

.treatment_block a .play {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(../img/play_green.png) no-repeat center center / cover transparent;
    position: absolute;
    right: 4px;
    top: 0;
}

.treatment_block_title {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 207px;
    background: url(../img/dark_transp_bg.png) repeat left top transparent;
    padding: 5px;
    font-family: Roboto, serif;
    padding-top: 7px;
    text-align: left;
    color: #ffffff;
}

/*-------*/

/*ALPHABET CURSOR*/
.alphabet_block {
    margin-bottom: 25px;
}

.alphabet_block_header {
    color: #edece0;
    border-bottom: 1px solid #ebebeb;
    font: 30px Roboto, serif;
    padding-bottom: 12px;
    margin-bottom: 8px;
}

.alphabet_block ul {
    margin-right: 10px;
}

.alphabet_block ul li {
    margin-bottom: 8px;
    float: left;
    width: 32%;
}

.alphabet_block ul li a {
    color: #ffffff;
    text-decoration: none;
    font: 16px Roboto, serif;
}

.alphabet_block ul li a:hover {
    text-decoration: underline;
}

.alphabet_block ul.second_col_ab {

}

.alphabet_block ul.last_col_ab {
    margin-right: 0;
}

.letters_list {
    margin-bottom: 25px;
}

.letters_list a, .letters_list span {
    display: inline-block;
    font: 18px Roboto, serif;
    color: #ededdf;
    text-decoration: none;
    margin-right: 11px;
}

.letters_list a:last-child {
    margin-right: 0;
}

.letters_list a:hover {
    text-decoration: underline;
}

.letters_list a.active_letter {
    color: #ddc685;
}

.letters_list a.not_active, .letters_list span.not_active {
    cursor: default;
    color: #737373;
}

.letters_list a.not_active:hover {
    text-decoration: none;
}

.page-error {
    width: 100%;
    margin-top: 50px;
}

.page-error h2 {
    font-size: 28px;
    text-align: center;
}

/*------------------*/

#special_projects {
    text-align: center;
    height: 30px;
    width: 100%;
    /*position: absolute;*/
    top: 0;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 45px;
}

#special_projects a {
    margin-right: 7px;
    font-size: 14px;
    background: url('/static/images/projects/projects.png') no-repeat left 0;
    padding-left: 20px;
    line-height: 30px;
    font-family: Roboto, serif;
    text-decoration: none;
    color: #fdf3d5;
}

#special_projects a:hover {
    text-decoration: underline;
}

#special_projects a.ttv {
    background-position: 0 0
}

#special_projects a.fm {
    background-position: 0 -28px
}

#special_projects a.zhulduz {
    background-position: 0 -55px
}

#special_projects a.mix {
    background-position: 0 -82px
}

/*#special_projects a.pobediteli {background-position: 0 -109px}*/
#special_projects a.promises {
    background-position: 0 -136px
}

#special_projects a.zakon {
    background-position: 0 -160px
}

#special_projects a.dynaads {
    background-image: url(/static/images/projects/dynaads.png);
}

#special_projects a.pressrel {
    background-image: url(/static/images/projects/press_ic.png)
}

#special_projects a.uibopen {
    background-image: url(/static/images/projects/unicon.png)
}

#special_projects a.multispace {
    background-image: url(/static/images/projects/multispace.png)
}

#special_projects a.samruk_kazyna {
    background-image: url(/static/images/projects/samruk_kazyna.png)
}

#special_projects a.life-style {
    background-image: url(/live_style/ico/new%20LifeStyle%20в%20центре-04.svg)
}


#special_projects a.travel {
    background-image: none;
    padding-left: 0;
}

#special_projects a.n25let {
    background-image: url(/static/images/projects/n25let.png)
}

#special_projects a.euro16 {
    background-image: url(/static/images/projects/euro16.png);
    padding-left: 28px;
}

#special_projects a.tng {
    background-image: url(/static/images/projects/tng.png)
}

#special_projects a span {
    font-size: 13px;
    padding-left: 5px;
}

@media (max-width: 1024px) {

    #inslider-prev,#inslider-next {
        top: 90px;
    }

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

    body {
        position: relative;
    }
    #search_phrase{
        width: 250px;
    }

    #subheader {
        flex-direction: column;
    }

    #container, #header {
        width: 100%;
        margin: 0;
        height: auto;
    }

    #special_projects {
        position: relative;
        height: auto;
    }

    #special_projects a {
        display: inline-block;
        overflow: hidden;
        background-position: left 5px;
    }

    #special_projects a.zhulduz {
        background-position: 0 -50px;
    }

    #special_projects a.fm {
        background-position: 0 -23px;
    }

    #special_projects a.mix {
        background-position: 0 -76px;
    }

    #special_projects a.zakon {
        background-position: 0 -154px;
    }

    #logo, #search {
        /*display: none;*/
    }
    #winners_title{
        width: 100%;
    }

    .subh {
        position: relative;
        display: inline-block;
    }

    #subheader {
        position: relative;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    #send_info_veteran, #send_info_whatsapp, #alphabet_pointer {
        left: 0;
        width: 100%;
        box-sizing: border-box;
        min-height: 32px;
        background-position: left 0;
    }

    .data-wrap {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

    #slider {
        /*display: none;*/
    }

    #slides {
        width: 100%;
    }

    .right_col {
        width: 100%;
        margin: 0 auto;
    }

    #footer, #bottom_menu {
        width: 100%;
        box-sizing: border-box;
        left: 0;
        top: 0;
        position: relative;
    }

    .list-view {
        width: 100%;
        box-sizing: border-box;
    }

    .veteran_card {
        width: 100%;
        float: none;
        box-sizing: border-box;
        min-height: auto;
        padding: 15px;
        margin-right: 0 !important;
        margin-bottom: 0;
    }
    .veteran_card .cell .imgbox img{
        width: 140px;
        height: 140px;
    }

    .list-view .items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }

    .left_col {
        width: 100% !important;
    }

    .bx-wrapper .bx-viewport {
        max-width: 100% !important;
    }

    #innerslider {
        width: 100% !important;
    }

    #addcomment_block .rules_agree {
        width: 100%;
    }

    .winners_block {
        display: none;
    }

    .branding {
        left: 0;
        margin-left: 0;
        width: 100%;
    }

    #counters {
        width: 100% !important;
        box-sizing: border-box;
        left: 0 !important;
        top: 0 !important;
        padding: 10px;
    }

    #share_buttons .left.mr_like {

    }

    #share_buttons {
        overflow: hidden;
    }

    #innerslider_pager {
        display: block;
    }

    #liveInternetIcon {
        display: block;
    }

    #YouTubeIcon {
        display: block;
    }

    .slider_text {
        box-sizing: border-box;
    }

    .innerslider li {
    }

    .ptitle {
        width: 100%;
    }

    .mblock_right.pre-last_events {
        width: 100%;
        box-sizing: border-box;
    }

    .mblock_right.last_events {
        width: 100%;
        box-sizing: border-box;
        padding: 0 18px 18px;
    }

    .mblock_right.after-last_events {
        width: 100%;
        box-sizing: border-box;
    }

    .mblock_right h2 {
        width: 100%;
        text-align: center;
    }

    .mblock_right.pre-facts_wars {
        width: 100%;
        box-sizing: border-box;
    }

    .mblock_right.facts_war {
        width: 100%;
        box-sizing: border-box;
        padding: 0 18px 18px;
    }

    .mblock_right.after-facts_wars {
        width: 100%;
        box-sizing: border-box;
    }

    .alphabet_block ul li {
        width: 100%;
    }

    .widget_veteran_card {
        width: 100%;
        margin-top: 20px;
    }

    .mblock_right .all_more {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        left: 0;
    }

}

@media (max-width: 560px) {
    .list-view .items {
        grid-template-columns: 1fr;
    }

}