/*
 * Theme Name: ClassicRGB lite
 * Theme URI: https://rgb-classic.com/product/rgbclassic-lite/
 * Version: 1.3.4
 * Author: RGB Classic
 * Author URI: http://rgb-classic.com/
 * Description: The theme was built for eCommerce (WooCommerce) and personal blogging. Languages: Czech, Polish, English, French, Russian, German, Turkish, Hungarian, Spanish, Japanese, Vietnamese. If you have found a mistake in the translation or if you want to add a new language, please translate the text into your language and we will add it to the theme. https://rgb-classic.com/translation/ . Menu - Documentation https://rgb-classic.com/rgbclassic-lite-documentation/
 * ClassicRGB lite is distributed under the terms of the GNU GPL
 * Tags: two-columns, left-sidebar, custom-menu
 * Text Domain: classicrgb-lite
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/copyleft/gpl.html
*/

body {
    font-size: 16px;
    color: #525a5d;
}

a:hover {
    color: #265984;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.site-title a:hover {
    text-decoration: none;
}

.logo {
    font-size: 42px;
    text-align: left;
}

.top_header {
    background-color: #fff;
    margin: 20px 0 30px 0;
}

.top_header a:hover {
    text-decoration: none;
}

.top-menu {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.navbar {
    margin-bottom: 0px;
}

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

 MENU

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

.menu {
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
    margin-left: -50px;
}

.menu li,
div.menu li {
    float: left;
    position: relative;
}

.menu li {
    list-style-type: none;
}

.menu ul ul {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}

.menu a {
    color: #337ab7;
    display: block;
    line-height: 41px;
    padding: 0 10px;
    text-decoration: none;
    font-weight: normal;
}

.menu ul li:hover > ul {
    display: block;
}

.menu li:hover > a,
.menu ul ul :hover > a {
    background: #333;
    color: #fff;
}

.top-menu ul .sub-menu {
    display: none;
}

/* CONTENT */

.main_content {
    background: #fff;
}

.content-text {
    margin: 0px 0 25px 0;
}

.wp-caption {
    max-width: 100%;
}

.post {
    border-bottom: solid 1px #F0F0F0;
    padding-bottom: 20px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin: 0px 0px 0px 10px;
}

.alignleft {
    float: left;
    margin: 0px 10px 0px 0;
}

td, th {
    border: 1px solid #ccc;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 6px 0 0 0;
}

.wp-caption-text {
    margin: 0 0 6px;
}

.sticky {
    border-left: 4px solid #404040;
    padding: 0 0 20px 20px;
    border-bottom: 4px solid #404040;
}

.screen-reader-text {
    display: none;
}

.blockquote {
    border-left: 5px solid #404040 !important;
}

.entry-meta {
    padding: 0 0 10px 0;
}

.comments-link {
    float: right;
}

.edit-link {
    float: right;
}

.comments-title {
    margin: 20px 0;
}

.nav-links {
    width: 100%;
    padding: 20px 0;
}

.nav-next a {
    float: right;
}

.nav-previous a {
    float: left;
    clear: both;
}

.page-header {
    margin: 0px 0 20px;
}

/* Galleries */

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* COMMENT */

.comment-body {
    margin: 20px 0;
}

.comment-metadata {
    font-size: 14px;
    line-height: 3;
}

.comment-list .reply a {
    padding: 6px;
    border: 1px solid #404040;
    color: #000;
}

.comment-list .reply a:hover {
    padding: 6px;
    border: 1px solid #337ab7;
    text-decoration: none;
    color: #337ab7;
}

.comment-list,
.comment-list .children {
    list-style: none;
}

.comment-list article, .comment-list .pingback, .comment-list .trackback {
    border-bottom: 1px solid #d3ced2;
    padding: 30px 0;
}

.comment-form-comment #comment,
.comment-form-author #author,
.comment-form-email #email,
.comment-form-url #url {
    float: left;
    width: 100%;
    border: 1px solid #d3ced2;
    margin-bottom: 20px;
    padding: 4px;
}

/* Author comments */

.avatar {
    position: relative;
    float: left;
    margin-right: 16px;
}

.bypostauthor {
    border: 2px solid #ccc;
    padding: 10px;
}

/* OTHER */

input[type=submit] {
    color: #303030 !important;
    padding: 2px 4px;
}

input, textarea, input[type=search] {
    border: 1px solid #d3ced2;
    padding: 2px;
}

.post-edit-link {
    padding-right: 10px;

}

/* SIDEBAR */

/* WooCommerce */

.products a.button {
    width: 100%;
    text-align: center;
    border-radius: 0px;
}

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

    .menu-responsive {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

@media only screen and (max-width: 1000px) {

}

/* MEDIA */

/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */

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

}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {

    .sell_right .button {
        margin: 15px auto;
        float: none;
        max-width: 250px;
    }

    .sell_descr {
        text-align: center;
    }

    .navbar-inverse {
        background-color: #222;
        border-color: #080808;
    }

    .main-navigation ul li ul li {
        list-style: none;
        position: relative;
        text-align: left;

    }

    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 0;
    }

    .main-navigation ul ul {
        margin-top: 10px;
        margin-left: 20px;
    }

    .main-navigation ul ul a {
        width: 300px;
        background: none;
    }

    .main-navigation ul ul {
        box-shadow: none;
        float: none;
        left: 0;
        z-index: 0;
        list-style: none;
        position: relative;
        text-align: left;
        top: 0;
    }

    .main-navigation ul ul ul {
        left: 0;
        top: 0px;
    }

    .main-navigation .decor {
        padding: 3px;
    }

    .main-navigation ul {
        list-style: none;
        position: relative;
        text-align: left;
    }

    .main-navigation .wrap {
        width: 100%;
        margin-top: 0px;
    }

    .main-navigation li {
        float: none;
    }

    .main-navigation ul.primary li:hover a {
        background: none;
        color: #8B8B8B;
        text-shadow: 1px 1px #000;
    }

    .main-navigation ul.primary li:hover ul {
        background: #272727;
        color: #fff;
    }

    .main-navigation ul.sub {
        position: static;
        box-shadow: none;
        width: 100%;
    }

    .main-navigation ul.sub li a {
        background: #272727;
        border: none;
        color: #8B8B8B;
    }

    .main-navigation ul.sub li a:hover {
        color: #ccc;
        background: none;
    }

}

/* Small Devices, Tablets */

@media only screen and (max-width: 990px) {
    .sidebar-header3 {
        padding-left: 0px;
        float: left;
    }

    .sidebar-header2 {
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    .top_links {
        background-color: #585d61;
        display: none;
        margin-top: 15px;
        padding: 14px;
        position: absolute;
        vertical-align: middle;
        width: 100%;
    }

    .sidebar-left {
        display: none;
    }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {

}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

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

}

/* Extra Small Devices, Phones */

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

}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .top_links {
        display: inline-block !important;
    }
}

/* Large Devices, Wide Screens */

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

/*
    Codabra Style
*/

#news {
    border-top: solid 2px #f0f0f0;
    margin-top: 5px;
}

.info_news {
    margin: auto;
}

.info_news span {
    font-size: 0.75em;
}

.cat_img {
    margin: auto;
}

.cat_news a {
    cursor: pointer;
    text-decoration: none !important;
    background-color: #01acf1;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    font-size: 0.75em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 2px 5px;
    margin-right: 5px;
}

.cat_news a:hover {
    color: #01acf1;
    background-color: #fff;
    border: solid 1px #01acf1;
}

.footerTitle {
    text-align: center;
}

.footerTitle_soc {
    padding: 0 !important;
    color: #CACACA;
    text-align: center;
    font-size: 14px;
}

/*.ourSocial {
    margin: auto;
}
*/
.footerCopy {
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
}

.nav-tabs {
    text-align: center;
}

#myTab {
    margin-top: 15px;
}

#myTab .nav-item {
    width: 38vw;
}

.news_mob {
    border-top: solid 2px #0a68b4;
    padding: 5px 0;
    margin: 5px 0;
}

.info_news a {
    color: #0A246A;
}

#true_loadmore_1tab, #true_loadmore_2tab {
    width: 150px;
    margin: auto;
    background-color: #02a1f2; /* сервый фон */
    border-radius: 2px; /* закругление углов */
    display: block; /* блочный элемент, на случай, если захотите использовать <a> */
    text-align: center; /* выравнивание текста по центру */
    font-size: 14px;
    color: #fff;
    font-weight: 800; /* начертание */
    letter-spacing: 1px; /* межбуквенный интервал */
    cursor: pointer; /* курсор мыши при наведении такой же, как при наведении на ссылку */
    text-transform: uppercase;
    padding: 10px 0; /* внутренние отступы сверху и снизу у кнопки */
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; /* CSS-анимация*/
}

#true_loadmore_1tab:hover, #true_loadmore_2tab:hover {
    background-color: #fff;
    color: #02a1f2;
    border: solid 1px #02a1f2;
}

.title_other_news {
    border-top: 5px solid #0e0e0e;
    border-bottom: 1px solid #d5d5d5;
    margin-top: 10px;
    padding: 5px 0;
}

.img_other_news img {
    width: 100%;
}

.other_item {
    border-top: 2px solid #d5d5d5;
    margin-bottom: 5px;
    padding-top: 5px;
}

.other_item text {
    font-size: 14px !important;
}

.info_news_title {
    float: right;
}

.item_news_main {
    padding: 5px 0px;
    height: 100%;

}

.item_news_main_big {
    padding: 5px 0px;
    align-items: flex-end;
    display: flex;
    color: #fff;
    font-size: 13px;
}

.news_url_big {
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 182, 242, 0.5);
    width: 100%;
    text-decoration: none;
    color: #fff;
}

.item_news_main_big a:hover {
    color: #fff !important;
    text-decoration: none;
}

.news_url {
    font-size: 13px;
    color: #000;
}

.item_news_main a:hover {
    text-decoration: none;
    color: #02a1f2;
}

.main-page-post a{
    color:#525a5d;
}

.main-page-post a:hover{
    color:#525a5d;
}

 h2 a:hover{
    color:#525a5d;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}

input[type=search] {
    background: #ededed url(images/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    width: 55px; /* Ширина по умолчанию */

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input[type=search]:focus {
    width: 130px; /* Ширина при наличии фокуса ввода */
    background-color: #fff;
    border-color: #6dcff6;

    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5); /* Эффект свечения */
}

.sidebar-left h2{
    text-align: center;
}

.top-slider-slide {
  height: 190px;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}
.top-slider-slide .slider-label {
  font-weight: bold;
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 10px;
  padding: 3px 5px 2px 5px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.4;
  background-color: #00ab57;
  margin-right: 20px;
}
.top-slider-slide .slider-description-wrapper {
  position: absolute;
  padding: 45px 0 15px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.02) 10%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.02)), color-stop(20%, rgba(0, 0, 0, 0.05)), color-stop(50%, rgba(0, 0, 0, 0.4)), color-stop(70%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.02) 10%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.02) 10%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.02) 10%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.02) 10%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  z-index: 1;
  opacity: 1;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.top-slider-slide .slider-description {
  display: block;
  margin-bottom: 8px;
  padding: 0 33px;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
}

header .container {
    background-color: #ffffff !important;
}
.head-wrapper {
    background-color: #ffffff;
}
.head-wrapper ul {
    padding-left: 0;
    margin-top: 20px;
}
.head-wrapper ul li {
    display: inline;
    text-transform: uppercase;
    margin-right: 10px;
}
.head-wrapper ul li a {
    color: #525a5d;
}
.tat-logo img {
    width: 60px;
    height: 60px;
}

.col-xs-12.col-sm-6 {
    display: flex;
    align-items: center;
}

.menuBtn {
    display: none;
    background: none;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    width: 60px;
    height: 60px;
    padding: 0;
    margin-left: 8px;
    margin-right: 10px;
    cursor: pointer;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menuBtn span {
    display: block;
    width: 26px;
    height: 3px;
    margin: 3px 0;
    background-color: #525a5d;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.menuBtn:hover span {
    background-color: #00ab57;
}

.menuBtn.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.menuBtn.active span:nth-child(2) {
    opacity: 0;
}
.menuBtn.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 768px) {
    .menuBtn {
        display: flex;
    }
    .menu-wrapper.menuHover {
        display: none;
        flex-direction: column;
    }
    .menu-wrapper.menuHover.show {
        display: flex;
    }
}

.header-top-row {
    padding: 15px;
}

.header-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
}

.header-links a {
    color: #525a5d;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    color: #525a5d;
}

.searchField {
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    overflow: hidden;
    display: none;
    background: #fff;
    z-index: 10;
}

.searchField .search-field {
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 4px;
    box-sizing: border-box;
}
.logo-wrapper {
    padding-top: 30px;
    background-color: #ffffff;
}
.menu-wrapper {
    margin-top: 10px;
    background-color: #00ab57;
    text-align: center;
}
.menu-wrapper a {
    text-decoration: none;
    color: #ffffff;
    line-height: 40px;
}
.menu-wrapper a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #00bf61;
}
.content-block-title {
    margin-top: 20px;
}
.content-block-title, .four-block-title {
    background-color: #00ab57;
    color: #fff;
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 10px;
}
.emet-wrapper, .afisha-wrapper {
    text-align: center;
}
.emet-wrapper a, .afisha-wrapper a {
    color: #525a5d;
}
.emet-wrapper a:hover, .afisha-wrapper a:hover {
    color: #525a5d;
}
footer.real-footer {
    background-color: #00ab57 !important;
}
.slider-left-wrapper {
    margin-top: 20px;
}
.slider-left-image-wrapper {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}
.slider-left-link-wrapper {
    margin-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}
.slider-left-link-wrapper p {
    margin-bottom: 0.5rem;
}
.slider-left-title {
    text-align: center;
}
.slider-left-link {
    font-size: 14px;
    color: #525a5d;
}
.slider-left-date {
    font-size: 14px;
    font-weight: bold;
    color: #525a5d;
}
.slider-right-wrapper {
    padding: 10px;
    background-color: #3f6478;
    margin-bottom: 20px;
}
.slider-right-wrapper h4 {
    color: #fff;
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 10px;
}
.slider-right-wrapper .slider-right-image-wrapper {
    margin-bottom: 20px;
}
.slider-right-wrapper .slider-right-link {
    color: #ffffff;
}

.post-image {
    width: 100%;
    /* Добавляем фиксированную высоту для десктопа */
    height: 340px; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f0f0f0; /* Серый фон, пока грузится фото */
    display: block;
    margin-bottom: 10px;
    border: none; /* Исправили обрыв */
} /* Добавили закрывающую скобку */

.post-title a, .post-title a:hover {
    color: #525a5d;
    text-decoration: none;
}
.post-clear {
    clear: both;
}
.pagination-wrapper {
    text-align: center;
}
.pagination-wrapper a, .pagination-wrapper a:hover {
    color: #525a5d;
}
.pagination-wrapper .pagination-prev, .pagination-wrapper .pagination-next {
    display: inline;
    padding: 0 20px;
}
.pagination-wrapper .pagination-prev {
    float: left;
}
.pagination-wrapper .pagination-next {
    float: right;
}
.real-footer a:hover {
    color: #ffffff;
}
.copyrights {
    text-align: center;
    font-size: 11px;
    padding-top: 10px;
}
.more-posts-item-hidden {
    display: none;
}
.load-more-posts {
    text-transform: uppercase;
    border: 1px solid;
    padding: 10px 30px;
    background-color: #00ab57;
    color: #fff;
}
.load-more-posts:hover {
    text-decoration: none;
    background-color: #00bf61;
    color: #ffffff;
}
.load-more-posts-btn-wrapper {
    text-align: center;
    margin-bottom: 20px;
}
.social-news-buttons {
    margin: 10px 0;
}
.social-news-buttons__title {
    font-size: 14px;
}
.not-found-wrapper {
    margin-top: 20px;
    text-align: center;
}
.not-found-wrapper h1 {
    font-size: 50px;
}


@media (max-width: 768px) {
    .slider-left-date {
        display: none;
    }
}
@media (max-width: 991px) {
    .twitter {
        display: none;
    }
    .gsInformer {
        display: none;
    }
}
@media (min-width: 1460px) {
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

