html, body {
    padding: 0;
    margin: 0; 
    font-size: 12px;
} 
/* ul,ol,li {
    padding: 0;
    margin: 0;
    list-style: none;
} */
h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0;
    font-weight: normal; 
}

img.lazyload {
  opacity: 0;
  transition: opacity 0.5s ease;
}

img.lazyloaded {
  opacity: 1;
}
 
body {
    background-color: #f4f4f7!important; 
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    font-family: Roboto, Arial, sans-serif!important;
}
body a {
    text-decoration: none;
}
.right_column ul, .right_column li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wrapper {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}
.btn {
    border-radius: 0!important;
    text-transform: uppercase; 
}
header {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
}
header .first_nav,
header .first_nav .wrapper {
    background-color: #1f2229;
    height: 43px; 
}
header .second_nav,
header .second_nav .wrapper {
    background-color: #ffffff;
    height: 32px;
}
header .first_nav nav {
    display: flex;
    flex-direction: row;
}
footer {
    background-color: #1f2229;
    min-height: 100px;
}
.page {
    flex: 1;
    width: 1080px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    width: 1080px; 
    position: relative;
}
.first_nav .wrapper {
    display: flex;
    flex-direction: row; 
}
.first_nav a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    padding: 4px 10px 0;
    transition: all 0.2s ease-in-out;
    margin: 0;
    border-bottom: solid 4px transparent;
    font-weight: 700;
}
.first_nav a.active,
.first_nav a:hover {
    background-color: #474747;
    border-color: #ff1c37;
}
.second_nav .wrapper {
    display: flex;
    flex-direction: row;  
}
.second_nav a {
    display: block;
    text-decoration: none;
    color: #022236;
    font-size: 14px;
    line-height: 29px;
    padding: 0 10px;
    z-index: 2!important;
}
.second_nav a:hover {
    background-color: #f4f4f7;
}
.logo {
    position: absolute;
    bottom: 0;
    height: 75px;
    display: block;
    left: -151px;
    background-color: transparent!important;
    z-index: 1!important;
}
.logo img {
    display: block;
    height: 100%;
}
.icon_search {
    position: absolute;
    top: 5px;
    right: 0px;
    background: transparent;
    color: #fff;
    border: 0;
    padding: 0 10px;
}
.icon_search svg {
    fill: #fff;
} 
.center_column {
    flex: 1;
    padding: 15px;
}
.right_column {
    width: 320px;
    padding: 15px;
    position: sticky;
    top: 0;
    height: 100%;
}
.podium {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    column-gap: 15px;
    row-gap: 15px;
}
.podium_item {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    padding-bottom: 15px;
    grid-column: 2 / span 2;
    transition: all 0.2s ease-in-out;
}
.podium_item:hover {
    box-shadow: 0 2px 30px 0 rgba(24, 27, 34, .3);
}
.podium_item:first-child {
    width: 448px;
    grid-column: 1;
    grid-row: 1 / span 2;
}
.podium_item a {
    display: block;
    color: #181b22;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.podium_item_img {
    flex: 1 1 160px;
    max-height: 160px;
    min-height: 120px;
    display: block; 
    position: relative;
    width: auto;
} 
.podium_item:first-child .podium_item_img {
    max-height: 380px;
    min-height: 240px;
    position: relative;
    display: block;
    flex: 1 1 363px;
    width: auto;
}
.podium_item_img img { 
    height: 100%;
    left: 0;
    max-width: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    object-position: 50% 0;
}
.podium_item_title {
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 10px 15px 0; 
}
.podium_item:first-child .podium_item_title { 
    font-size: 24px;
    line-height: 28px;
}
.podium_item_description { 
    display: none;
    padding: 10px 15px 0; 
}
.podium_item:first-child .podium_item_description {
    display: block;
}
.podium_item_time {
    color: #94999f;
    font-size: 12px;
    display: block; 
    padding: 10px 15px 0;
}
.podium_item:first-child { 
    text-align: center; 
}
.column_title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.column_title a {
    text-decoration: none;
    color: #36393f;
    font-weight: 700;
} 
.column_subtitle {
    border-bottom: 1px solid #d7d8dc;
    color: #94999f; 
    font-size: 12px;
    letter-spacing: .5px;
    padding: 0 0 7px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}
.column_subtitle a {
    color: #b92a28;
}
.news_list {
    margin-top: 10px;
}
.news_list .news_list_item {
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
}
.news_list .news_list_item a {
    color: #36393f;
}
.news_list .news_list_item a:hover { 
    text-decoration: underline;
}
.news_list .news_list_time {
    color: #94999f;
    font-size: 13px;
    margin-right: 10px;
}
.news_list .news_list_title {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
}
.forecast_list {
    margin-bottom: 10px;
}
.forecast_list .forecast_list_item {
    display: flex; 
    flex-direction:row;
    justify-content: space-between;
    border-bottom: solid 1px #eee;
    transition: all 0.2s ease-out;
}
.forecast_list .forecast_list_item a {
    color: #36393f;
    padding: 2px 5px;
    display: flex;
    align-items: center;
}
.forecast_list .forecast_list_time {
    display: flex;
    align-items: center;
}
.forecast_list .forecast_list_item a:hover { 
    text-decoration: none;
}
.forecast_list .forecast_list_item:hover  {
    background-color: #e4e4e4;
}

.forecast_list .forecast_list_time {
    color: #000;
    font-size: 13px;
    margin-right: 10px;
    font-weight: 700;
}
.forecast_list .forecast_list_time span {
    color: #94999f;
    font-weight: 400;
}
.forecast_list .forecast_list_title {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
}
.forecast_list .forecast_list_title img {
    width: 30px;
    height: 30px;
}
.article_list {
    margin-top: 20px;
}
.article_item {
    display: flex;
    color: #36393f;
    margin-bottom: 20px;
}
.article_item:hover .article_item_title {
    text-decoration: underline;
}
.article_item_img img {
    height: auto;
    width: 100%;
}
.article_item_img {
    height: 157px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    padding-top: 0;
    width: 235px;
    position: relative;
}
.article_item_anons {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.article_item_title {
    font-size: 18px;
    font-weight: 700;
}
.article_item_description {
    font-size: 14px;
}
.article_item_anons time {
 color: #94999f;
}
.article_item_category_sport {
    background: #b92a28;
    position: absolute;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    left: 10px;
    text-transform: uppercase;
    padding: 1px 5px;
    bottom: -5px;
}
.post_item {
    font-size: 16px;
    padding: 20px;
}
.post_item h1 {
    font-weight: 700;
    font-size: 2.9rem;
    margin-bottom: 20px;
}
.post_image img {
    width: 100%;
    display: block;
}
.post_content {
    padding: 20px 0;
    line-height: 2.6rem;
}
.post_content img {
    max-width: 100%;
}
.breadcrumbs {
    color: #7d8089;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
}
.breadcrumbs a {
    color: #94999f;
    text-decoration: none;
}
.breadcrumbs a:hover {
    color: #5a5a5a;
}
.icon_mob_menu {
    width: 25px;
    position: absolute;
    right: 20px;
    top: 13px;
    display: none;
    transition: all 0.2s ease-in-out;
}
.icon_mob_menu span,
.icon_mob_menu::after,
.icon_mob_menu::before {
    content: '';
    background-color: #fff;
    height: 2px;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
} 
.icon_mob_menu.active span {
    display: none;
}
.icon_mob_menu.active::after {
    rotate: 45deg; 
    position: absolute;
    top: 7px;
    right: 0;
    width: 25px;
}
.icon_mob_menu.active::before {
    rotate: 318deg; 
    position: absolute;
    top: 7px;
    right: 0;
    width: 25px;
}

.post_time {
    font-size: 12px;
    color: #5a5a5a;
}
.section-login-form .wcont {
    width: 500px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    font-size: 14px;
}
.section-login-form-login_sugnup {
    font-size: 18px; 
}
.section-login-form form {
    margin-top: 10px;
}
.section-login-form .form-control {
    margin-bottom: 5px;
}
.result {
    margin-top: 30px;
    font-size: 14px;
}
.form-check-input:focus {
    box-shadow: 0 0 3px 0  #ff040041!important;
    border: solid 1px #ff040041!important;
}
.form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}
footer .wrapper {
    color: #fff;
    padding: 20px 0;
}
footer a {
    color: #fff;
}
#subscribeModal .modal-content {
    background-color: #fff;
    border-radius: 0;
}
#subscribeModal .modal-header {
    border-bottom: none;
}
#subscribeModal .modal-body {
    padding: 25px;
}
#subscribeModal .modal-body h2 {
    text-align: center;
}
#subscribeModal .modal-body h4 {
    text-align: center; 
    color: #dc3545;
    font-size:55px;
    font-weight: bold;
    margin-bottom: 20px;
}
#subscribeModal .modal-body h4 small {
    font-size: 14px;
    
}
#subscribeModal .sub_item {
    font-size: 21px;
    max-width: 358px;
    margin: 0 auto; 
}
.sub_small {
    margin-top: 20px;
    text-align: center;
}
.btn-subscribe {
    width: 100%;
    padding: 20px;
    font-size: 20px;
    margin-top: 30px;
}
.forecast_list {
    position: relative;
    height: 204px;
    padding-bottom: 35px;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
} 
.forecast_list.show {
    height: auto;
}
.more_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border: none;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    padding: 10px;
}
.search_films { 
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.search_films input {
    padding: 10px;
    font-size: 22px;
}
.search_results { 
    width: 100%;
}
.result_item { 
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 20px #eee;
}
.result_item:hover { 
    box-shadow: 0 0 20px #ccc;
}
.result_item-details {
    padding-top: 20px;
}
.player_frame,
.player_frame iframe    {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.writer_voice_rec { 
    width: 69px;
    position: relative;
}
.writer_voice_rec svg {
    fill: #fff!important;
    width: 19px;
    height: 18px;
}
.writer_voice_rec::after {
    content: ''; 
    background-color: #08a6e4;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px; 
    animation: 1s linear 0s infinite alternate ic_rec;
    display: none;
} 
@keyframes ic_rec {
    from { 
        opacity: 0.1;
        transform: scale(0.8);
    }
    to { 
        opacity: 1;
        transform: scale(1);
    }
} 
.writer_voice_rec.active::after {
    display: block;
}
.writer_voice_rec.active svg {
    display: none;
}

::-webkit-search-cancel-button{
    -webkit-appearance: none; /* отключаем дефолтное отображение */
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e") ;
    background-size: contain;
    cursor: pointer;
}