/* Title and Breadcrump */
.page-banner {
    background-color: #f5f5f5;
}

.logo img{
    max-height: 80px;
    padding: 3px 0px;
}



.news-details-content p {
    margin-bottom: 20px;
}

/* .trending-news ul, .trending-news li {
    list-style: none; 
    padding: 0;
    margin: 0;
} */
.trending-news-inner {
    padding: 12px 0;

}

/* .page-banner ol, .page-banner li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-banner ol{
    margin-top: 0;
    margin-bottom: 1rem;
} */






/** Button Negative */
.theme-btn.negative,
a.theme-btn.negative,
.theme-btn.negative.style-two:hover,
a.theme-btn.negative.style-two:hover {
    color: var(--primary-color, #fb2614);
    font-size: 13px;
    cursor: pointer;
    transition: 0.5s;
    min-width: 160px;
    font-weight: 700;
    text-align: center;
    padding: 11px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background: white;
    border: 1px solid white;
}

.theme-btn i,
a.theme-btn i {
    transition: 0.5s;
    margin-left: 5px;
}

.theme-btn:hover,
a.theme-btn:hover,
.theme-btn.style-two,
a.theme-btn.style-two {
    background: #FFFFFF;
    border-color: #cfd0d1;
    color: var(--heading-color, #fb2614);
}


/* Блок под шапкой >*/
.trending-news-inner .btn{
    margin-left: 10px;

   }
   @media (min-width: 1200px){
    .podi_button_subscribe{
        margin-left: 50px;
   }
   }
/* Блок под шапкой <*/




.date-category-two .category .style-link {
    color: var(--primary-color, #fb2614);
}


/****************************************************** */
/******************** 01. Font CSS ***************** */
/****************************************************** */


@media (max-width: 991px) {
    .logo img {
        max-height: 50px;
        padding: 0px 0px;
        margin-top: -5px;
    }
}
body {
    font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

/****************************************************** */
/******************** 02. List Blog CSS ********* ***** */
/****************************************************** */

.news-details-section ul,
.news-details-section ol {
    list-style: initial; /* Восстанавливаем стандартный стиль списка */
    padding-left: 40px; /* Добавляем отступ слева для маркеров */
}

.news-details-section li {
    list-style: initial; /* Восстанавливаем стандартный стиль списка для элементов списка */
    margin-bottom: 10px; /* Добавляем отступ снизу для элементов списка */
}

/* Фікс сжатості зображення */
.article-list__image img {
    width: 100%;
    height: 100%;
}
.article-module__image img {
    width: 100%;
    height: 100%;
    max-height: unset !important;
}


/****************************************************** */
/******************** 01. Headers CSS ***************** */
/****************************************************** */

.main-menu .navigation li a {
    padding: 10px 10px;
}
.main-menu .navigation {
    padding: 22px 10px;
}
/* .main-header ul, .main-header li {
    list-style: none; 
    padding: 0;
    margin: 0;
} */

@media (max-width: 991px) {
    .main-menu .navigation li.dropdown .dropdown-btn {
        right: 0;
        top: 3px;
    }
}
.header-top .top-right i {
    font-size: 20px;
}
.header-top .top-right a {
    display: flex;
    align-items: center;
}
.header-top .top-right a, .header-top .top-right i {
    margin-right: 5px;
}
.social-style-one a {
    transition: 0.5s;
    margin-right: 15px;
    display: inline-block;
}


.navbar-collapse.collapse.in {
    display: block;
}


.trending-news-inner {
    justify-content: center;
}


.main-menu .navigation li.dropdown .dropdown-btn {
    right: 0;
    top: 10px;
}


.text-grey * {
    color: #000;
}


/* Временно */

.main-maintenance {
    background-color: #f8f9fa;
    color: #343a40;
    height: calc(100vh - 250px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.main-maintenance h1 {
    font-weight: 700;
    font-size: 3rem;
    color: #00A388;
}
.main-maintenance p {
    font-size: 1.2rem;
}
.main-maintenance img {
    max-width: 100px;
}
.main-maintenance a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}
.main-maintenance a:hover {
    text-decoration: underline;
}
.main-maintenance .instagram-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
h1 {
    font-size: 25px;
}

h2 {
    font-size: 25px;
}
.news-classic-section iframe {
    width: 100%;
}

/* fix simple register style */
.simple-content {
    margin: 0px 0px;
}

.simpleregister-block-content {
    margin-bottom: 10px;
    padding: 10px 0px;
}

/* .form-horizontal .form-group .col-sm-10, .form-horizontal .form-group .col-sm-12, .form-horizontal .form-group .col-sm-2 {
    padding-left: 0px;
    padding-right: 0px;
} */

.form-horizontal .form-group .form-control {
    padding: 8px 20px;
}

/* Event Calendar */
.module-eventcal {
    margin-bottom: 50px;
}
.module-eventcal th[colspan="7"] {
    padding: 10px 0px;
}

/* Header */
:root {
    --heading-color-text: #3f3f3f;
    --heading-color-bg: #f5f5f5;
}

.header-three .header-top {
    /* background: var(--primary-color, #fb2614); */
    background-color: var(--heading-color-bg);
    color: var(--heading-color-text, #fb2614);
}
.top-inner .nice-select, .top-inner .subscribe-newsletter {
    display: flex;
    align-items: center;
}
.header-three .subscribe-newsletter a {
    color: var(--heading-color-text, #fb2614);
}

.header-three .header-top .top-right i {
    color: var(--heading-color-text, #fb2614);
}
.header-three .language .nice-select:after {
    color: var(--heading-color-text, #fb2614)!important;
}

.main-header ul,
.main-header li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* //скрыть на мобильных */
@media (max-width: 991px) {
    .header-three .subscribe-newsletter{
        display: none;
    }
    .header-three .top-right {
        /* полевой части */
        margin-right: 0;
        margin-left: auto!important;
    }
}


.col-sm-10 .nice-select {
    float: unset;
}

.news-details-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
.news-details-content ul, .news-details-content li {
    list-style: disc;
    /* padding: 10px 0px; */
}

.news-details-content ul {
    padding-left: 31px;
    padding-bottom: 15px;
}


.top-headline-news h5 {
    font-size: 15px;
}
.top-headline-news .main-news-author {
    display: none;
}

.main-news-content-two h4 {
    font-size: 18px;
}

/* Fix Unishop2 */

/** Button style one */
.btn.btn-primary,
a.btn.btn-primary,
.btn.btn-primary.style-two:hover,
a.btn.btn-primary.style-two:hover {
    color: #FFFFFF;
    /* min-height: 50px; */
    font-size: 13px;
    cursor: pointer;
    transition: 0.5s;
    /* min-width: 160px; */
    font-weight: 700;
    text-align: center;
    /* padding: 11px 30px; */
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background: var(--primary-color, #fb2614);
    border: 1px solid var(--primary-color, #fb2614);
    border-radius: var(--border-radius-1);
}

.btn.btn-primary i,
a.btn.btn-primary i {
    transition: 0.5s;
    margin-left: 5px;
}

.btn.btn-primary:hover,
a.btn.btn-primary:hover,
.btn.btn-primary.style-two,
a.btn.btn-primary.style-two {
    background: #FFFFFF;
    border-color: #cfd0d1;
    color: var(--heading-color, #fb2614);
}

input[type=checkbox], input[type=radio] {
    height: 14px;
    width: 14px;
}



.simple-step-current {
    background-color: var(--a-c)!important;
}
.simple-step-current {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: var(--border-radius-1)!important;
    -moz-border-radius: var(--border-radius-1)!important;
    border-radius: var(--border-radius-1)!important;
}
.simple-step{
    -webkit-border-radius: var(--border-radius-1)!important;
    -moz-border-radius: var(--border-radius-1)!important;
    border-radius: var(--border-radius-1)!important;
}
/* .simplecheckout-cart .quantity .btn.btn-primary {
    width: 24px!important;
    padding: 0px;
    min-width: 50px;
}
#simplecheckout_cart .form-control {
    min-width: 50px;
    max-width: 60px;
    height: 50px;
} */
#simplecheckout_cart .form-control input{
    display: inline-block !important;
    min-width: 50px;
}



/* Footer */
.footer-widget ul, .footer-widget li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Block Marazine Preview */
.block-magazine-preview ul {
    margin-left: -1em;
}

/* subscription-block */

.subscription-block-new ul {
    margin-left: 0px;
}

/* MENU ICONS */

.menu-icons i {
    font-size: 24px;
    margin: 0;
    margin-left: 10px;
}
.menu-icons a {
    margin: 0;
    margin-left: 10px;
}

@media (max-width: 991px) {
    .menu-icons {
        position: absolute;
        float: inline-end;
        top: 25px;
        right: 60px;
    }
}

@media only screen and (max-width: 480px) {
    .main-news-author, .header-three .menu-icons {
        display: flex;
    }
}

/* MENU ICONS END */

#search-form input[type="search"] {
    border: unset;
    min-height: 40px;
    /* padding-left: 7px; */
}
#search-form button {
    border: unset;
    min-height: 40px;
    /* padding-left: 7px; */
}

/* Fix Calendar */
@media screen and (max-width: 1024px) {
    #eventListToggler, .event-hide #eventListToggler {
        right: 0;
    }
    }
@media screen and (max-width: 768px) {
    div.evo-calendar:not(.sidebar-hide) #eventListToggler {
        right: 85%;
    }
    .calendar-events {
        width: 85%!important;
    }
}
.buttons {
    overflow: unset;
    margin: 0 0 20px;
}

/* .product-page__image.fixed .product-page__image-main-carousel, .product-page__image.fixed .product-page__image-main .owl-item {
    width: 100%;
    display: flex;
} */
/* .product-page__image-main-carousel img {
    max-width: unset;
    display: inline-block;
    height: auto;
} */


.header-upper {
    box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, .10);
}

img {
    vertical-align: middle;
    border-style: none;
}

@media (max-width: 575.98px) {
    .col-xs-1 { width: 8.333%; }
    .col-xs-2 { width: 16.667%; }
    .col-xs-3 { width: 25%; }
    .col-xs-4 { width: 33.333%; }
    .col-xs-5 { width: 41.667%; }
    .col-xs-6 { width: 50%; }
    .col-xs-7 { width: 58.333%; }
    .col-xs-8 { width: 66.667%; }
    .col-xs-9 { width: 75%; }
    .col-xs-10 { width: 83.333%; }
    .col-xs-11 { width: 91.667%; }
    .col-xs-12 { width: 100%; }
  }



/* Відновлення старих margin/padding */
.m-t-10 { margin-top: 10px; }
.m-b-10 { margin-bottom: 10px; }
.p-t-10 { padding-top: 10px; }
.p-b-10 { padding-bottom: 10px; }

/* Перенесення таблиць */
.table-bordered { border: 1px solid #dee2e6; }
.table-striped tbody tr:nth-of-type(odd) { background-color: #f9f9f9; }


/* Відновлення glyphicons (потрібно підключати окремо) */
.glyphicon { font-family: "Glyphicons Halflings"; font-style: normal; font-weight: 400; line-height: 1; }




.pd-col {
    margin-top: 0px;
}

body, html {
    overflow-x:hidden;
}


.modal-backdrop.fade {
    opacity: 1;
    background: #0000007a;
}

.modal-backdrop {
    display: none;
}