﻿/*=============================================================*/
/* Theme: Free-Tor
/* Version: 15.0
/* Copyright (c) 2019 Roman Buger
/*=============================================================*/
@import url('/css/normalize.css');
@import url('/css/components.css');
@import url('/css/uDefault.css');
@import url('/css/fonts.css');
@import url('/css/owl.carousel.min.css');
@import url('/css/ionicons.min.css'); /* font icons */
@import url('/css/all.min.css'); /* font icons */

* {margin: 0; padding: 0; box-sizing: border-box;}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3a3b45;
    line-height: 1.6;
    background: #f4f4f4;
}
a {
    text-decoration: none;
    border: none;
    outline: none;
    color: #2bb42b;
    font-weight: 500;
    overflow: inherit;
    transition: all 0.3s ease 0s;
}
a:hover {text-decoration:none;}
ul {margin: 0; padding: 0;}
li {list-style: none;}
img {max-width: 100%;}

h1, h2, h3, h4, h5, h6 {color: #1c1c1c;margin: 0;font-weight: 600;line-height: 28px;}
h1 {font-size: 24px;}

.container {max-width: 1280px; margin: 0 auto; background: #fff;  padding: 15px; min-height: 100vh;display: flex; justify-content: space-between; flex-direction: column;box-shadow: 0 0 20px rgba(58,59,69,.05);}
.middle {display: flex;}
.add-link-wrapper {display: none;}
.wrap {margin-bottom: 15px;}
.main {flex: 1;max-width: calc(100% - 285px);}
.content {display: flex;flex-wrap: wrap;justify-content: space-between;}
.content_body {flex: 1;}
.navigation{margin:20px 0;text-align:center;}
.pagination{
    display:inline-flex;
    align-items:center;
    flex-wrap:wrap;
    gap:6px;                /* расстояние между кнопками */
}
.pagination a,
.pagination span{          /* ссылки и текущая страница оформлены одинаково */
    min-width:36px;
    padding:8px 12px;
    border:1px solid #35c535;
    border-radius:4px;
    font-size:14px;
    font-weight:600;
    line-height:1;
    text-decoration:none;
    background:#fff;
    color:#35c535;
    transition:all .2s ease;
}
.pagination a:hover{
    background:#35c535;
    color:#fff;
    box-shadow:0 0 6px rgba(53,197,53,.4);
}
.pagination span.current{  /* активная страница */
    background:#35c535;
    color:#fff;
    cursor:default;
}

/* адаптация под мобильные */
@media (max-width:768px){
    .navigation{margin:15px 0;}
    .pagination a,
    .pagination span{
        min-width:28px;
        padding:6px 10px;
        font-size:13px;
    }
}
/*=============================================================*/
/* HEADER
/*=============================================================*/
.header {background: #35c535; color: #fff;margin-bottom: 15px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}

/*=============================================================*/
/* LOGO
/*=============================================================*/
.logo {flex: 0 0 270px;text-transform: uppercase;color: #fff;font-size: 22px;font-weight: bold;justify-content: center;display: inline-flex;padding: 10px 20px 12px;line-height: 1;}


/*=============================================================*/
/* SEARCH
/*=============================================================*/
.search {flex: 1;}
.search form {position: relative;}
.search input {width: 100%; border: 0;padding: 8px 15px;font-size: 13px;}
.search button {font-weight: bold;position: absolute;top: 4px;right: 4px;border-radius: 0;padding: 9px 12px;font-size: 10px;text-transform: uppercase;line-height: 1;}


/*=============================================================*/
/* USER PANEL
/*=============================================================*/
.upanel {padding: 0 15px;}
.m_hide {margin-right: 15px;}
.m_nav {display: none;}

/*=============================================================*/
/* OWL-CAROUSEL
/*=============================================================*/
#promo_carousel .fad.fa-angle-double-right::after {content: "\f101"; color: #afbad0;transition: all 0.3s ease 0s;}
#promo_carousel button:hover .fad.fa-angle-double-right::after {content: "\f101"; color: #35c535;opacity:1;}
#promo_carousel .fa-angle-double-right::before {content: "\10f101"; color: #35c535; transition: all 0.3s ease 0s;}
#promo_carousel button:hover .fa-angle-double-right::before {content: "\10f101"; color: #afbad0; opacity: .5;}
#promo_carousel .fad.fa-angle-double-left::after {content: "\f100"; color: #afbad0; transition: all 0.3s ease 0s;}
#promo_carousel button:hover .fad.fa-angle-double-left::after {content: "\f100"; color: #35c535; opacity:1;}
#promo_carousel .fa-angle-double-left::before {content: "\10f100"; color: #35c535; transition: all 0.3s ease 0s;}
#promo_carousel button:hover .fa-angle-double-left::before {content: "\10f100"; color: #afbad0; opacity: .5;}
#promo_carousel .owl-nav {position: absolute; top: 50%; bottom: 50%; left: 0px; right: 0px;}
#promo_carousel .owl-next {position: absolute; right: 0;}
#promo_carousel button[role="presentation"] {font-size: 28px; top: -18px; position: absolute;}
#promo_carousel .owl-next, #promo_carousel .owl-prev {background: #fff; }
#promo_carousel .owl-next [class*="fa-"], #promo_carousel .owl-prev [class*="fa-"] {display: block; line-height: 1; }
#promo_carousel .owl-next [class*="fa-"] {padding: 3px 0 3px 5px;}
#promo_carousel .owl-prev [class*="fa-"] {padding: 3px 5px 3px 0;}

/*=============================================================*/
/* GLOBAL PROMO
/*=============================================================*/
.global_promo {margin-bottom: 15px;}
.promo_item {position: relative;}
.promo_item_content {position: relative;background: #fff;}
.promo_item_content img {height: 215px; width: 100%; display: block; object-fit: cover;}
.promo_item .title {text-transform: uppercase;text-align: center;font-weight: 600;font-size: 10px;position: absolute;bottom: 0px;right: 0px;left: 0px;transition: all 0.3s ease 0s;border-radius: 0 0 5px 5px; overflow: hidden;}
.promo_item .title a {color: #fff;display: block; padding: 7px 10px;background: rgba(0, 0, 0, 0.5);}
.promo_item:hover .title a {background: rgba(53, 197, 53, 0.7);}
.rating_count {position: absolute;right: 10px;top: 10px;background: #35c535;width: 27px;text-align: center;font-size: 12px;height: 25px;display: inline-flex;justify-content: center;align-items: center;color:#fff;}

/*=============================================================*/
/* FOOTER
/*=============================================================*/
.footer {background: #35c535; color: #fff; font-size: 12px; text-align: center;padding: 15px;}
.footer a {color: #fff; text-decoration: underline;}

/*=============================================================*/
/* ASIDE
/*=============================================================*/
.aside {flex: 0 0 270px;}
.aside.left {margin-right: 15px;}
.aside.right {margin-left: 15px;}
.aside_bl {background: #fff; margin-bottom: 15px;box-shadow: 0 0 20px rgba(58,59,69,.05);}
.aside_bl:last-child {margin-bottom: 0;}
.aside_title {background: #35c535; color: #fff; font-weight: 600; text-transform: uppercase; padding: 10px 20px;}
.aside_content {position: relative; padding: 10px 0;}

/*=============================================================*/
/* MAIN MENU
/*=============================================================*/
.aside_bl.menu_ .aside_content {padding: 0;}
.aside_bl.menu_ .aside_title {border-bottom: 1px solid rgba(255, 255, 255, 0.3);} 
.menu_aside .main_nav {padding-bottom: 10px; background: #35c535;}
.menu_aside .main_nav > li > a {display: block; color: #fff; padding: 5px 15px; font-size: 13px;transition: all 0.2s ease 0s;transition: all 0.2s ease 0s;}
.menu_aside .main_nav > li > a span {padding: 4px 0 4px 0px; color: #fff;transition: all 0.3s ease 0s; display: flex;align-items: center; position: relative;}
.menu_aside .main_nav > li > a:hover span, .menu_aside .main_nav > li.open > a span {transition: all 0.3s ease 0s;}
.menu_aside .main_nav > li > a span.sub::after {content: "\f078";font-family: "Font Awesome 5 Pro";position: absolute;right: 0;top: 5px;display: inline-flex;align-items: center; justify-content: center;border-radius: 3px;transition: all 0.2s ease 0s;font-size: 12px;}
.menu_aside .main_nav > li > a span.sub [class*="fa-"] { color: #fff;font-size: 16px;margin-right: 10px;}
.menu_aside .main_nav > li.open > a span.sub::after {opacity: 1; color: #fff;}
.menu_aside .main_nav a {color: inherit;display: block;}
.menu_aside .main_nav a [class*="fa-"] {font-size: 16px; color: #fff;margin-right: 10px;transition: all 0.2s ease 0s;}
.menu_aside .main_nav > li a.beefup-head:hover {border-left: 3px solid #35c535;}
.menu_aside .main_nav > li .beefup-head {border-left: 3px solid transparent;}
.menu_aside .main_nav > li .beefup-head:hover {background: rgba(255, 255, 255, 0.15);}
.menu_aside .main_nav > li.open .beefup-head {border-left: 3px solid #35c535;}
.sub_nav {display: none;background: #fcfcfc;border-left: 3px solid #35c535;border-right: 3px solid #35c535;margin-bottom: 5px;font-size: 13px;}
.sub_nav a {padding: 5px 15px;}
.sub_nav a:hover {background: #f4f4f4;}
.menu_aside .line {border-bottom: 1px solid rgba(255, 255, 255, 0.3);margin: 10px 0;}
.mob_nav {z-index: 101;}

/*=============================================================*/
/* INFORMERS
/*=============================================================*/
.inf_bl {margin: -10px 0;}
.inf_2 {border-bottom: 1px solid #e8e8e8; padding: 15px;transition: all 0.3s ease 0s; display: flex;}
/*.inf_2:nth-child(2n) {background: #fafcff;}*/
.inf_2:last-child {border-bottom: 0;}
.inf_2 .inf_poster {flex: 0 0 60px; margin-right: 15px;}
.inf_2 .inf_poster img {display: block;transition: all 0.3s ease 0s;}
.inf_2 .inf_content {position: relative;display: flex;flex-direction: column;justify-content: space-between;padding: 5px 0;}
.inf_2 .inf_content h4 {margin-bottom: 5px;overflow: hidden;font-size: 11px;text-transform: uppercase;line-height: 18px;}
.inf_2 .inf_content h4 a {display: inline-block; color: #3a3b45;transition: all 0.3s ease 0s;overflow: hidden;font-weight: bold;}
.inf_2:hover h4 a {color: #35c535;}
.inf_2 .item_info {font-size: 10px;color: #707286;}
.inf_2 .item_info span {margin-right: 10px;}
.inf_2 .item_info [class*="fa-"] {opacity: .5; margin-right: 5px;}

.inf_3 {position: relative;border: 1px solid #ececec;padding: 15px;margin: 15px;}
.inf_3 .inf_item_img {position: relative;margin-bottom: 15px; border-radius: 0; }
.inf_3 h4 {line-height: 1.6;}
.inf_3 h4 a {color: inherit; font-weight: 600; display: inline-block;}
.inf_3 h4 a:hover {text-decoration: underline;}
.inf_3 .inf_item_img .rait_num {position: absolute;right: 15px;bottom: 15px;background: #35c535;display: block;color:#fff;font-size: 14px;text-align: center;line-height: 1;font-weight: 600; width: 40px; padding: 8px;}
.inf_3 .inf_item_img img {display: block; width: 100%;}

/*=============================================================*/
/* BREADCRUMBS
/*=============================================================*/
.breadcrumbs-wrapper {border-bottom: 1px solid #ddd; margin: 0px 0px 15px; padding: 7px 15px 16px !important; color:#707286; font-size: 12px;}
.breadcrumbs-wrapper a {color:#707286;}

/*=============================================================*/
/* SHORTSTORY
/*=============================================================*/
.short_item_load {background: #fff; padding: 10px 15px; box-shadow: 0 0 20px rgba(58,59,69,.07); margin: 0 0px 15px;flex-direction: column; display: flex;}
.short_item_top {margin-bottom: 5px;}
.short_item_load h3 {text-transform: uppercase; font-size: 15px; font-weight: bold; color: #3a3b45; margin-bottom: 12px;}
.short_item_load h3 a {color: #3a3b45;font-weight: bold; }
.short_item_load h3 a:hover {color: #35c535;}
.short_item_top_content {display: flex; justify-content: space-between; flex-wrap: wrap;}
.short_item_top_content .poster {flex: 0 0 190px; margin-right: 15px;position: relative;}
.short_item_top_content .poster span.rating_count {right: 10px; top: 10px;}
.short_item_top_content .poster img {display: block; width: 100%; object-fit: cover;}
.short_item_top_content .descr {flex: 1; hyphens: auto;}
.short_item_bottom {display: flex; flex-wrap: wrap;justify-content: space-between;align-items: center;margin-bottom: 7px;}
.short_item_bottom a.short_btn {background: #35c535; text-transform: uppercase; display: flex; align-items: center; border-radius: 5px; color: #fff; justify-content: center; padding: 8px 15px; font-size: 13px;}
.short_item_bottom a.short_btn [class*="fa-"] {font-size: 32px; margin-left: 20px; opacity: .35; transition: all 0.3s ease 0s;}
.short_item_bottom a.short_btn:hover [class*="fa-"] {opacity: .5;}
.download {flex: 0 0 300px; margin-right: 25px;}
.short_item_bottom_info {flex: 1; display: flex; justify-content:space-between; align-items: center; flex-wrap: wrap;margin-bottom: 15px;}
.reads {color: #707286; font-size: 13px;}
.reads [class*="fa-"] {opacity: .7; margin-right: 5px;}
.reads > span {margin-right: 15px;}
.reads > span:last-child {margin-right: 0px;}
.category {font-size: 13px;flex: 1;padding: 0 15px;}
.category:hover a {text-decoration: underline;}
.category [class*="fa-"] {opacity: .5;margin-right: 5px;}
.descr_top {flex: 1; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;padding: 0 15px;}
.add_user {font-size: 12px;color: #707286;}
.add_user a {color: #707286;font-size: 13px;}
.add_user a [class*="fa-"] {opacity: .5; margin-right: 5px; transition: all 0.3s ease 0s;}
.add_user a:hover [class*="fa-"] {color: #35c535; opacity: 1;}
.short_item_load .rating_star {flex: 0 0 190px;display: inline-flex;justify-content: center;}

/*=============================================================*/
/* FULLSTORY
/*=============================================================*/
.full_page {background: #fff; padding: 18px 20px; box-shadow: 0 0 20px rgba(58,59,69,.05); margin: 0 0px 15px; flex-direction: column; display: flex;}
.h1 {margin-bottom: 25px;}
.full_poster {display: flex; justify-content: center;margin-bottom: 25px;}
.full_poster img {max-width: 40%;}
.full_page .short_descr {margin-bottom: 15px; border-bottom: 1px solid #e8e8e8; padding-bottom: 15px;}

/*=============================================================*/
/* COMMENTS
/*=============================================================*/
.comm_items {margin-bottom: 25px;}
.comm_item {margin-bottom: 25px; display: flex; flex-wrap: wrap; margin-bottom: 35px;}
.comm_ava {flex: 0 0 50px; margin-right: 25px;}
.comm_ava img {width: 100%;height: 50px;border-radius: 5px;background: #ececee;object-fit: cover;}
.comm_content {flex: 1; }
.comm_top {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; color: #707286; font-size: 12px;margin-bottom: 5px;}
.comm_mess {position: relative;}
.comm_info a.user {font-size: 14px; color: #3a3b45; font-weight: bold;}
.comm_top .sep {display: inline-block; padding: 0 7px;}
.mt-20 {margin-top:20px;}
.com-order-block {display: none;}
.comm_rating a {color: #707286; font-size: 14px; padding: 3px;}
.comm_rating a:hover {color: #617ef5;}

/*=============================================================*/
/* OTHER STYLES
/*=============================================================*/
.captcha-block, .myWinCont .captcha-block {justify-content: left !important;}
.section_title {text-transform: uppercase; font-size: 16px; font-weight: bold;margin-bottom: 15px;}
