/*
Theme Name: VaroshTheme
Theme URI: http://varosh.com.ua
Author: Varosh
Author URI: http://varosh.com.ua
Description: VaroshTheme Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: varosh
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1 - Default
2 - Header
3 - Content
4 - Footer
5 - Media Queries
--------------------------------------------------------------*/



/*--------------------------------------------------------------
1 - Default
--------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: auto;
}

body {
    font-size: 12px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    opacity: 1;
}

body.popup-active {
    height: 100%;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 38px;
    margin-bottom: 38px;
}

p {
    margin-top: 0;
    margin-bottom: 30px;
}

.hidden,
.none {
    display: none !important;
    ;
}

.container {
    padding-right: 19px;
    padding-left: 19px;
    max-width: 1208px;
	box-sizing: border-box;
}

.row {
    margin-left: -19px;
    margin-right: -19px;
    /*    max-width: 100%;
    width: 100%;
    margin: 0 auto;*/
}

[class*="col-"],
.col {
    padding-left: 19px;
    padding-right: 19px;
	box-sizing: border-box;
}

.col-padding-l-0 {
    padding-left: 0;
}

.col-padding-r-0 {
    padding-right: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

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

.active {
    display: block;
}

.dn {
    display: none;
}

.mob {
    display: none;
}

/*.desk {
    display: block;
}*/

.tab {
    display: none;
}

.tabs {
    display: none;
}

.button {
    margin: 0 auto;
    display: inline-block;
    border: none;
    color: #ff1e00;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 30px;
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: background-color .1s ease;
    transition: background-color .1s ease;
    cursor: pointer;
    border: 2px solid #ff1e00;
    font-weight: bold;
    margin-bottom: 75px;
}

.button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #e61b00;
}

.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*--------------------------------------------------------------
Social icons
--------------------------------------------------------------*/
.social_links span {
    margin-right: 30px;
    position: relative;
}

.social_links span:last-child {
    margin-right: 0px;
}

.social_links span:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
    left: -18px;
    right: -19px;
    top: -18px;
    bottom: -13px;
    -webkit-transition: .7s ease;
    transition: .7s ease;
    opacity: 0;
    z-index: 1;
    color: #ff1e00;
}

.social_links a:hover span:after {
    opacity: 1;
}

.social_links a:hover span i {
    color: #ff1e00;
}

.social_links i {
    z-index: 10;
    position: relative;
    font-size: 22px;
}

.social_links a {
    color: #ffffff;
    text-decoration: none;
}

.social_links .fa-instagram {
    font-size: 29px;
}

.social_links .fa-telegram-plane {
    font-size: 28px;
}

.social_links .facebook-icon {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 2px;
    width: 12px;
    height: 22px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-size: cover;
    position: relative;
}

.social_links .instagram-icon {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-size: cover;
    position: relative;
}

.social_links .instagram-icon span:after {
    left: -13px;
    right: -13px;
    top: -24px;
    bottom: -11px;
}

.social_links .telegram-icon {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 3px;
    width: 24px;
    height: 21px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-size: cover;
    position: relative;
}

.social_links .telegram-icon span:after {
    left: -10px;
    right: -15px;
    top: -22px;
    bottom: -11px;
}

.social_links .youtube-icon {
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 20px;
    width: 24px;
    height: 16px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-size: cover;
    position: relative;
}

.social_links .youtube-icon span:after {
    left: -13px;
    right: -13px;
    top: -21px;
    bottom: -12px;
}

.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #ff1e00;
    opacity: 1;
    border-radius: 10em;
    display: inline-block;
    margin: 6px;
    -webkit-transition: background-color .5s ease, -webkit-transform .5s ease;
    transition: background-color .5s ease, -webkit-transform .5s ease;
    transition: background-color .5s ease, transform .5s ease;
    transition: background-color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    outline: none;
    border: 2px solid #ff1e00;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: #ffffff;
    border: 2px solid #ff1e00;
}

/*--------------------------------------------------------------
2 - Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 - Main Menu
--------------------------------------------------------------*/
.top-nav {
    margin-top: 20px;
    margin-bottom: 20px;
	z-index: 999;
}

.top-nav_logo a {
    font-weight: 800;
    color: #ff1e00;
    font-size: 37px;
    text-decoration: none;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}

.top-nav_menu {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.top-nav_menu li {
    position: relative;
    margin-right: 5px;
}

.top-nav_menu li:last-child {
    margin-right: 75px;
}

.top-nav_menu li a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    position: relative;
    text-transform: uppercase;
    padding: 5px 10px;
    cursor: pointer;
    border: 1.5px solid #fff;
}

.top-nav_menu li a:hover,
.top-nav_menu li.current-menu-item a {
    border: 1.5px solid #ff1e00;
    color: #ff1e00;
    -webkit-transition: .7s ease;
    transition: .7s ease;
}

.top-nav_search {
    font-weight: 300;
    margin-right: 35px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-size: cover;
    color: #000000;
    z-index: 130;
}

.top-nav_search:hover {
    color: #ff1e00;
}

.top-nav_search.on {
    color: #ffffff;
}

.toggle-mnu {
    display: block;
    width: 24px;
    height: 28px;
    margin-top: 14px;
    z-index: 120;
    position: relative;
}

.toggle-mnu span {
    position: relative;
    display: block;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
}

.toggle-mnu span:after,
.toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
}

.toggle-mnu span:after {
    top: 16px;
}

.toggle-mnu span:before {
    top: 8px;
    left: -8px;
}

.toggle-mnu:hover span,
.toggle-mnu:hover span:after,
.toggle-mnu:hover span:before {
    background-color: #ff1e00;
    left: 0;
}

.toggle-mnu.on span {
    background-color: transparent;
}

.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0px);
    transform: rotate(45deg) translate(-1px, 0px);
    left: 0;
    background-color: #ffffff;
}

.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);
    background-color: #ffffff;
}

/*--------------------------------------------------------------
2.2 - Popup Menu
--------------------------------------------------------------*/
.menu-pop,
.search-pop {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #ff1e00;
    z-index: 111;
    text-align: center;
}

.menu-pop.active,
.search-pop.active {
    display: block;
    overflow: auto;
}

.menu-pop .top-menu {
    text-align: center;
    list-style: none;
    padding: 0;
    z-index: 30;
    margin-bottom: 40px;
}

.menu-pop .top-nav_search,
.search-pop .top-nav_search {
    margin-top: 40px;
    margin-left: 40px;
}

.menu-pop .top-nav_logo,
.search-pop .top-nav_logo {
    margin-top: 15px;
}

.menu-pop .top-nav_logo a,
.search-pop .top-nav_logo a {
    color: #ffffff;
    text-align: center;
}

.menu-pop .social_links,
.search-pop .social_links {
    color: #ffffff;
}

.menu-pop .social_links a {
    color: #fff;
    text-decoration: none;
    margin-right: 100px;
}

.menu-pop .social_links a:last-child {
    margin-right: 0;
}

.menu-pop .top-menu li {
    margin-top: 40px;
}

.menu-pop .top-menu li a {
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    border: 1.5px solid #ff1e00;
    padding: 5px 10px;
}

.menu-pop .top-menu li a:hover {
    border: 1.5px solid #ffffff;
    -webkit-transition: .7s ease;
    transition: .7s ease;
}

.search-pop {
    /*background-color: rgba(255, 30, 0, 0.9);*/
    background-color: #ff1e00;
}

.search-pop input {
    color: #ffffff;
    font-size: 18px;
    font-family: Montserrat, serif;
    border: none;
    border-bottom: 1px #ffffff solid;
    background: none;
    padding-left: 45px;
    padding-bottom: 15px;
    width: 50%;
    margin-top: 25vh;
    outline: none;
    height: 30px;
    position: relative;
}

.search-pop input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 18px;
    font-family: Montserrat, serif;
}

.search-pop input:-ms-input-placeholder {
    color: #ffffff;
    font-size: 18px;
    font-family: Montserrat, serif;
}

.search-pop input::-ms-input-placeholder {
    color: #ffffff;
    font-size: 18px;
    font-family: Montserrat, serif;
}

.search-pop input::placeholder {
    color: #ffffff;
    font-size: 18px;
    font-family: Montserrat, serif;
}

.search-pop button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.search-pop i.fa-search {
    width: 26px;
    height: 26px;
    margin-left: -45px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    margin-top: -15px;
    z-index: 1;
    float: right;
    color: #ffffff;
}

.search-pop i.fa-search+input {
    padding-left: 26px;
}



.new-template .container, .container  {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1360px;
}

/*new-head*/
.top-head-row .toggle-mnu{
    display:none;
}
.top-head-row{
    display:grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}
.top-head-row .top-nav_logo {
    text-align: center;
}
.top-head-row .top-nav_search{
    text-align: right;
    margin-right: 10px;
}
.top-head-row nav{
    grid-column-start: 1;
    grid-column-end: 4;
    align-items: center;
    justify-content: center;
}
.top-head-row .top-nav_menu {
    min-width: 90%;
    justify-content: space-around;
    margin-top: 35px;
}
.top-head-row .top-nav_menu li:last-child {
    margin-right: 5px;
}
.top-head-row .top-nav_menu li a, .top-menu-donate-button{
    font-weight: 500;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    text-transform: none;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.85);
}
.top-menu-donate-button{
    padding: 10px;
    border-radius: 16px;
    color: #fff;
    border: 0;
    background: red;
}
.top-head-row .top-nav_menu li a:hover, .top-menu-donate-button:hover{
    background: #e5e5e5;
    color: #FF1E00;
    border-radius: 16px;
    border: 1.5px solid #e5e5e5;
}
.new-template  .menu-pop,.new-template  .search-pop{
    background-color: #ffffff;
}

.new-template  .search-pop input {
    color: #000000;
    border-bottom: 1px #000000 solid;
}
.new-template  .search-pop i.fa-search, .new-template  .search-pop input::placeholder {
    color: #000000;
}
.new-template .toggle-mnu:hover span,.new-template .toggle-mnu:hover span:after,.new-template .toggle-mnu:hover span:before{
    background-color: #000;
    opacity: .75;
}
.new-template .top-nav_search:hover {
    color: #000;
    opacity: .75;
}
.new-template .search-pop, .new-template .menu-pop {
    position: fixed;
    height: calc(100vh - 180px);
    bottom: 0;
}
.new-template .menu-pop .top-menu li {
    margin: 0 0 10px 0; 
}
.new-template .menu-pop .top-menu li a {
    font-weight: 500;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.85);
    border: 1px solid #ECECEC;
    border-radius: 16px; 
    font-size: 18px;
    width: calc(100% - 16px);
    display: block;
    margin: auto;
    padding: 14px;
}
.new-template .menu-pop .top-menu {
    margin: 25px 0;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    padding: 0 16px 0;
}

.new-template .menu-pop .top-nav_logo,.new-template .menu-pop .social_links{
    display:none !important;
}


@media only screen and (max-width: 1024px) {
    .new-template .menu-pop,.new-template .search-pop {
        height: 100%;
		padding-top:80px;
    }   
    .top-head-row .toggle-mnu{
        display:block;
    }
    .top-head-row nav{
        display:none;
    }

    .new-template .toggle-mnu.on span,.new-template .toggle-mnu.on span:after {
        -webkit-transform: none;
        transform: none; 
        background-color: #000;
    }
    .new-template .container, .container  {
        padding-right: 18px;
        padding-left: 18px;
        max-width: 1024px;
    }
    .new-template .toggle-mnu span {
        margin-top: 5px;
    }   
    .new-template .toggle-mnu span:before {
        display:none;
    }    
    .new-template .toggle-mnu span:after {
        top: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .new-template .menu-pop .top-menu li a {
        width: calc(100% - 32px);
    }
    .new-template .menu-pop .top-menu {
        margin-bottom: 5px;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        padding: 0;
    }
}

/*--------------------------------------------------------------
2.3 - Main Menu Projects
--------------------------------------------------------------*/
.special_mainpic .menu-pop,
.special_mainpic .search-pop {
    z-index: 10;
}

.special_mainpic .top-menu li a {
    font-size: 12px;
}

.special_mainpic .top-menu li a:hover {
    color: #ffffff;
}

.special_mainpic .toggle-mnu span,
.special_mainpic .toggle-mnu span:after,
.special_mainpic .toggle-mnu span:before {
    background-color: #fff;
}

.special_mainpic .toggle-mnu:hover span,
.special_mainpic .toggle-mnu:hover span:after,
.special_mainpic .toggle-mnu:hover span:before {
    background-color: #ff1e00;
    left: 0;
}

.special_mainpic .toggle-mnu.on span {
    background-color: transparent;
}

.special_mainpic .toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0px);
    transform: rotate(45deg) translate(-1px, 0px);
    left: 0;
    background-color: #ffffff;
}

.special_mainpic .toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);
    background-color: #ffffff;
}

.special_mainpic .toggle-mnu {
    margin-left: auto;
    z-index: 30;
    margin-top: 20px;
}

.special_mainpic .top-nav_search {
    font-size: 20px;
    margin-right: auto;
    margin-left: 0px;
    margin-top: 15px;
    z-index: 30;
    color: #fff;
}

.special_mainpic .top-nav_search:hover {
    color: #ff1e00;
}

.special_mainpic .top-nav_logo a {
    font-weight: 800;
    color: #ffffff;
    font-size: 37px;
    text-decoration: none;
}

.special_mainpic .top-nav_logo a:hover {
    color: #ff1e00;
}

.top-nav.mob.active {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 10px 20px;
    height: 80px;
    display: block;
    padding-top: 20px;
}

/*--------------------------------------------------------------
3 - Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 - Home page
--------------------------------------------------------------*/

.home_main_grid .afisha-item {
    margin-bottom: 25px;
    text-decoration: none;
    color: #000000;
}

.home_main_grid a{
    cursor: pointer;
}

.home_main_grid .grid-item:hover,
.home_no-container.project:hover h2 {
    color: #fff;
}

.home_main_grid .afisha-item:hover{
    color: #ff1e00;
}

.home_main_grid div[class^="col-"]:not(.withrightblock) .grid-item:hover:before,
.home_no-container.project:hover:before {
    background: #ff1e00de;
}

.home_main_grid .post-data, .project .post-data{
    position: absolute;
    top: 10px;
    left: 30px;
    display: none;
}

.project .container.home_main_grid {
    position: relative;
}

.project .post-data{
    top: -220px;
    left: 15px;
}

.home_main_grid .grid-item:hover .post-data,
.home_no-container.project:hover .post-data{
    display: block;
}

.home_main_grid .post-data span, .project .post-data span {
    border: 0;
    padding: 0;
    margin-right: 10px;
    width: initial;
    font-size: 12px;
}

.home_main_grid .post-data span i{
    margin-right: 5px;
}

.home_main_grid .afisha-item img {
    margin-right: 15px;
}

.home_main_grid .afisha-item span {
    color: #ff1e00;
    font-weight: 600;
}

.home_main_grid .afisha-item p {
    font-size: 14px;
    margin-bottom: 0;
}

.home_main_grid .afisha-item span {
    color: #ff1e00;
    font-weight: 600;
}

.home_no-container {
    height: 380px;
    background-size: cover;
    margin-bottom: 38px;
    position: relative;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ffffff;
    padding-bottom: 30px;
    cursor: pointer;
    text-decoration: none;
}

.home_no-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}

.home_no-container>* {
    z-index: 1;
}

.home_no-container span {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 3px 8px;
    border: 1px #ffffff solid;
    color: #ffffff;
    text-decoration: none;
}

.home_no-container h2 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.home_no-container p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
}


/*--------------------------------------------------------------
3.2 - Projects
--------------------------------------------------------------*/
.special_mainpic {
    color: #ffffff;
    text-align: center;
    background-size: cover;
    height: 642px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: center;
    position: relative;
}

.special_mainpic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.special_mainpic h1 {
    font-size: 45px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.special_mainpic .special_main-pic_content {
    z-index: 1;
}

.special_mainpic .special_main-pic_content {
    margin-top: 150px;
    max-width: 960px;
}

.special_mainpic .special_main-pic_content p {
    font-size: 30px;
    margin: 0;
}

.special_mainpic span.tag-name {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 3px 8px;
    border: 1px #ffffff solid;
    color: #ffffff;
}

/*--------------------------------------------------------------
3.3 - Post Content
--------------------------------------------------------------*/
.content-wrap {
    margin-top: 38px;
    position: relative;
}

.content-wrap.container {
    max-width: 960px;
    padding: 0;
}

.content-wrap>*,
.content-wrap>.row {
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
}

.content-wrap.container.page>*{
     max-width: 960px;
}

.content-wrap>h4:first-child {
    margin-top: 0;
}

.content-wrap.withrightblock>h4:first-child {
    max-width: 100%;
}

.content-wrap blockquote {
    text-align: left;
    border: 2px solid #ff1e00;
    padding: 20px 40px;
    color: #ff1e00;
    font-size: 18px;
    font-weight: bold;
    max-width: 960px;
}

.content-wrap iframe {
    max-width: 100%;
}

.content-wrap blockquote p {
    margin: 0;
}

.content-wrap img {
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
    height: auto;
}

.content-wrap .wp-caption {
    max-width: max-content;
}

.content-wrap .wp-caption img {
    margin-bottom: 10px;
}

.content-wrap .wp-caption-text {
    margin-bottom: 30px;
}

.content-wrap .wp-caption-text p {
    margin: 0;
    line-height: 1em;
    font-size: 14px;
}

.content-wrap .wp-caption-text span {
    font-size: 12px;
    font-style: italic;
    color: #969696;
}

.content-wrap .alignfull,
.content-wrap.withrightblock .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: auto;
}

.content-wrap img.fullwidth {
    width: 100%;
}

.content-wrap .slider-owl {
    margin-bottom: 38px;
}

.content-wrap .slider-owl .owl-nav button {
    position: absolute;
    top: 35%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
}

.content-wrap .slider-owl .owl-nav .owl-prev {
    left: 20px;
}

.content-wrap .slider-owl .owl-nav .owl-next {
    right: 20px;
}

.content-wrap .slider-owl .owl-nav span {
    color: #ff1e00;
    font-size: 60px;
    line-height: 42px;
}

.content-wrap p {
    font-size: 16px;
}

.content-wrap li {
    font-size: 16px;
}

.content-wrap p.excerpt {
    font-style: italic;
}

.content-wrap p.author {
    margin-top: 28px;
    margin-bottom: 0px;
}

.content-wrap .fb-comments {
    margin-bottom: 38px;
}

.content-wrap .button-icon {
    background-color: #d2d2d2;
    width: 120px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    margin-top: 58px;
    margin-right: 30px;
    margin-bottom: 58px;
    cursor: pointer;
    text-decoration: none;
}

.content-wrap .button-icon:hover {
    background-color: #3f4ca1;
}

.content-wrap .button-icon i {
    margin: 0 auto;
    font-size: 22px;
    font-weight: 700;
}

.content-wrap .button-icon.fb i:before {
    margin-right: 10px;
    font-weight: normal;
}

.content-wrap .button-icon i.fa-telegram-plane {
    margin: 0 auto;
    font-size: 28px;
}

.content-wrap .button-icon img {
    margin: 0 auto;
    width: 33px;
}

.content-wrap .hashtag {
    padding: 7px 15px;
    border: 1px solid #a3a3a3;
    color: #a3a3a3;
    font-size: 16px;
    text-decoration: none;
    margin-right: 12px;
    margin-bottom: 55px;
    text-transform: lowercase;
}

.content-wrap .hashtag:hover {
    border: 1px solid #ff1e00;
    color: #ff1e00;
}

.content-wrap.withrightblock>*,
.content-wrap.withrightblock>.row {
    margin-left: 0;
}

.content-wrap.withrightblock .withrightblock-wrap {
    position: absolute;
    max-width: 264px;
    width: 264px;
    right: 0;
}

.content-wrap.withrightblock .withrightblock-wrap .withrightblock-item {
    margin-bottom: 38px;
}

/*--------------------------------------------------------------
3.4 - Category
--------------------------------------------------------------*/
.blog_main_grid .grid-item>* {
    z-index: 1;
}

.blog_main_grid .grid-item span {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 3px 8px;
    border: 1px #ffffff solid;
    color: #ffffff;
    text-decoration: none;
}

.blog_main_grid .grid-item h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.blog_main_grid .grid-item h3 {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 0px;
    max-height: 140px;
    overflow: hidden;
	color: #fff;
}

.blog_main_grid .grid-item.topheight {
    height: 380px;
}

.grid-item span {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 3px 8px;
    border: 1px #ffffff solid;
    color: #ffffff;
    width: max-content;
}

/*--------------------------------------------------------------
3.5 - Afisha
--------------------------------------------------------------*/
.afisha_mainpic {
    color: #ffffff;
    text-align: center;
    background-size: cover;
    height: 490px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: center;
    position: relative;
}

.afisha_mainpic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}

.afisha_mainpic>* {
    z-index: 1;
}

.afisha_mainpic .event-data {
    max-width: 960px;
    width: 100%;
}

.afisha_mainpic span {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 3px 8px;
    border: 1px #ffffff solid;
    color: #ffffff;
    text-decoration: none;
}

.afisha_mainpic h2 {
    font-size: 36px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.afisha_mainpic i,
.afisha_mainpic img {
    vertical-align: middle;
    margin-right: 10px;
}

.afisha_mainpic .clock {
    width: 180px;
    margin-bottom: 40px;
}

.afisha_mainpic .no-padding {
    padding: 0;
}

.afisha_mainpic .fa-map-marker-alt,
.afisha_mainpic .fa-calendar-alt,
.afisha_mainpic .fa-clock {
    font-size: 18px;
}

.afisha_icons-items {
    font-weight: 600;
    margin-top: 35px;
}

.afisha_icons-items a {
    text-decoration: none;
    color: #000000;
    display: inline-block;
}

.afisha_icons-items a.active,
.afisha_icons-items a:hover {
    color: #ff1e00;
}

.afisha_icons-items img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.afisha_icons-items .border-bottom {
    border-bottom: 1px solid #bfbfbf;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.afisha_icons-items a span {
    text-transform: uppercase;
}

.afisha_grids {
    margin: 0;
}

.afisha_grids ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.afisha_grids ul li {
    margin-bottom: 15px;
    margin-left: 25px;
}

.afisha_grids ul a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 10px;
    cursor: pointer;
}

.afisha_grids ul a .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff1e00;
    position: absolute;
    left: 0px;
    display: none;
}

.afisha_grids ul a:hover,
.afisha_grids ul a.active {
    color: #ff1e00;
}

.afisha_grids ul a:hover .circle,
.afisha_grids ul a.active .circle {
    display: block;
}

.afisha_grids .ulbb {
    border-bottom: 1px solid #bfbfbf;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 11px;
    padding: 0;
    padding-bottom: 11px;
    margin-bottom: 20px;
}

.afisha_grids .mb {
    margin-bottom: 40px;
}

.sidebar .accordion-btn {
    display: none;
}

.sidebar .border-bottom {
    border-bottom: 1px solid #bfbfbf;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}

.afisha_grids .sidebar .reset {
    display: none;
}

.afisha_grids .border-bottom .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #000000;
    margin-right: 10px;
}

.afisha_grids .no-padding img {
    margin-right: 10px;
}

.afisha_grids_tiles {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url(img/tiles.png);
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-size: cover;
}

.afisha_grids_tiles:hover,
.afisha_grids_tiles.active {
    background-image: url(img/tilesh.png);
}

.afisha_grids_list {
    width: 20px;
    height: 20px;
    margin-right: 0px;
    background-image: url(img/list.png);
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-size: cover;
}

.afisha_grids_list:hover,
.afisha_grids_list.active {
    background-image: url(img/listh.png);
}

.afisha_grid {
    text-decoration: none;
    color: #000000;
}

.afisha_grid .grid-item {
    color: #ffffff;
    background-size: cover;
    height: 264px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: center;
    position: relative;
    padding: 30px 45px;
    margin-bottom: 38px;
}

.afisha_grid .grid-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}

.afisha_grid .grid-item>* {
    z-index: 1;
}

.afisha_grid .grid-item span {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 3px 8px;
    border: 1px #ffffff solid;
    color: #ffffff;
    text-decoration: none;
}

.afisha_grid .grid-item h3 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
	color: #fff;
}

.afisha_grids .list-item {
    display: none;
}

/*.afisha_grids .list-item > .row {
  border-bottom: 1px solid #bfbfbf;
      max-width: 100%;
    margin: 0 auto;
}*/


#list .list-item {
    display: inherit;
    text-decoration: none;
}

#list .list-item .border-bottom {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 38px;
    padding-top: 38px;
    width: 100%;
}

#list .list-item a {
    text-decoration: none;
    color: #000;
}

#list .list-item .cat {
    text-transform: uppercase;
    font-size: 12px;
}

.afisha_grids .load-more {
    margin-top: 38px;
}

#list .list-item .col-lg-4 {
    padding-left: 0;
}

.title-item,
#list .title-item {
    display: none;
}

#titles .title-item {
    display: block;
}

.afisha_grids .list-item span {
    font-size: 18px;
    font-weight: bold;
    color: #ff1e00;
}

.afisha_grids .list-item span.date {
    text-transform: lowercase;
}

.afisha_grids .list-item p {
    font-weight: 600;
    margin: 0;
    margin-bottom: 25px;
}

.afisha_grids .list-item img {
    width: 100%;
    padding-right: 6px;
    height: auto;
    max-width: 100%;
}

/*.afisha_grids .list-item .col-md-4 {
  padding: 0;
}*/
.afisha_grids .list-item .pin span {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

.afisha_grids .list-item .pin i {
    margin-right: 10px;
}

.afisha_grids .list-item h3 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 5px;
}

.reset a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.reset a:hover {
    color: #ff1e00;
}

.reset .afisha_grids_close {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    /* background-image: url(img/close.png);
    background-size: cover; */
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    font-size: 16px;
    vertical-align: middle;
}

.reset a:hover .afisha_grids_close {
    /* background-image: url(img/closeh.png); */
    color: #ff1e00;
}

.uk-accordion-content {
    padding-top: 10px;
    margin-top: 0;
    background-color: #f3f3f3;
    padding-bottom: 20px;
}

.uk-accordion-title::after {
    content: "";
    width: 1.2em;
    height: 1.2em;
    margin-right: 10px;
    float: right;
    background-image: url(img/a-plus.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: auto;
}

.uk-open>.uk-accordion-title::after {
    background-image: url(img/a-minus.png);
}

/*--------------------------------------------------------------
3.6 - Afisha Single
--------------------------------------------------------------*/
.event_mainpic {
    color: #ffffff;
    text-align: center;
    background-size: cover;
    height: 486px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: center;
    position: relative;
}

.event_mainpic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}

.event_mainpic>* {
    z-index: 1;
}

.event_mainpic>.container {
    max-width: 960px;
}

.event_mainpic span {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 3px 8px;
    border: 1px #ffffff solid;
    color: #ffffff;
    text-transform: uppercase;
}

.event_mainpic h1 {
    font-size: 36px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.event_mainpic i,
.event_mainpic img {
    vertical-align: middle;
    margin-right: 5px;
}

.event_mainpic .event-data,
.afisha_mainpic .event-data {
    margin-bottom: 40px;
    width: 100%;
}

/*.event-data > :first-child, .event-data > :first-child{
  text-align: right;
}*/
.event_mainpic .event-data span {
    border: 0;
    text-transform: lowercase;
    font-size: 12px;
    padding: 0 10px;
}

.event_mainpic .event-data span.fb-comments-count,
.event_mainpic .event-data span.fb-comments-count * {
    padding: 0;
}

/*.event-data > :last-child, .event-data > :last-child{
  text-align: left;
}*/
.event_mainpic .fa-map-marker-alt,
.event_mainpic .fa-calendar-alt,
.event_mainpic .fa-clock {
    font-size: 18px;
    margin-bottom: 3px;
}

.related_grid {
    background-color: #f2f2f2;
    padding-bottom: 22px;
    padding-top: 60px;
}

.related_grid h2 {
    margin-top: 0;
    margin-bottom: 38px;
}

.grid-item {
    width: 100%;
    color: #ffffff;
    background-size: cover;
    height: 264px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: center;
    position: relative;
    padding: 30px;
    margin-bottom: 39px;
    text-decoration: none;
	box-sizing: border-box;
}

.grid-item:hover {
    color: #ff1e00;
}

.grid-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
	z-index: 0;
}

.grid-item>* {
    z-index: 1;
}

.grid-item h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 0px;
	line-height: 34px;
}

.grid-item h3 {
	position: relative;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 0px;
    max-height: 140px;
    overflow: hidden;
	color: #fff;
}

.h-380 {
    height: 380px;
}

.withrightblock .h-380 {
    height: 380px !important;
}


/*--------------------------------------------------------------
4 - Footer
--------------------------------------------------------------*/
footer {
    text-align: center;
    background-color: #ff1e00;
    padding-top: 45px;
    padding-bottom: 40px;
    color: #ffffff;
    text-align: center;
}

footer .social_links {
    margin-bottom: 64px;
}

footer .social_links a {
    margin-right: 40px;
}

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

footer a {
    color: #ffffff;
    text-decoration: none;
}

/* 
footer .footer_row> :first-child {
    text-align: left;
}

footer .footer_row> :last-child {
    text-align: right;
}
 */

footer #menu-footer {
    border-bottom: 1px solid #ffffff61;
    padding-bottom: 19px;
}

footer .footer_logo {
    margin-bottom: 64px;
}

footer .footer_logo a {
    font-weight: 800;
    color: #ffffff;
    font-size: 37px;
    text-decoration: none;
}

footer .footer_logo span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

footer .footer_menu {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .footer_menu li {
    margin-right: 20px;
    position: relative;
    border: 1.5px solid #ff1e00;
    padding: 5px 10px;
}

footer .footer_menu li:last-child {
    margin-right: 0px;
}

footer .footer_menu li:hover {
    border: 1.5px solid #ffffff;
    -webkit-transition: .7s ease;
    transition: .7s ease;
}

footer .footer_menu li a {
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
}

footer .copyright {
    margin-top: 19px;
}

footer .copyright img {
    max-width: 100%;
}

footer .copyright div {
    text-align: left;
}



footer .copyright>div:nth-child(2) {
    position: relative;
}

footer .copyright>div:nth-child(2):before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: " ";
    border-right: 1px solid #ffffff61;
}

footer .copyright>div:last-child {
    padding-left: 100px;
}

.bottom-partner {
    padding: 32px 0 48px;
    margin-top: 48px;
    border-top: 1px solid #E5E5E5;
}
.bottom-partner span{
	padding-bottom: 10px;
	font-weight: 500;
	display: block;
}

.helpus{
   
    position: fixed;
    bottom: 0;
    height: 36px;
    background: #fff;
    z-index: 12;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    box-shadow: 2px 2px 11px #000;
}
.helpus:hover{
    background: red;
    box-shadow: 2px 2px 11px #fff;
}
.helpus a{
    color: #fb4443;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    display: block;
}
.helpus:hover a{
    color: #fff;

}
.helpus svg {
    margin: 0 4px -4px 0;
}
.helpus:hover svg path {
    fill: #fff;
}







.new-template footer {
    background-color: #FAFAFA;
    color: rgba(0, 0, 0, 0.85);;
}

.new-template footer a {
    color: rgba(0, 0, 0, 0.85);
}

.new-template footer #menu-footer {
    border-bottom: 1px solid #E5E5E5;
}

.new-template footer .footer_logo a {
    color: #ff1e00;
}
.new-template footer .footer_logo a span{
    color: rgba(0, 0, 0, 0.85);
}

.new-template footer .footer_menu li {
    border: none;
}

.new-template footer .footer_menu li:hover {
    border: none;
    cursor: pointer;
}

.new-template footer .footer_menu li a {
    color: rgba(0, 0, 0, 0.85);
}
.new-template footer .copyright>div:nth-child(2):before {
    border-right: 1px solid rgba(0, 0, 0, 0.85);
}
.new-template footer .copyright>div:nth-child(2) {
    color: #000;
}
article{
    position: relative;
    max-width: 100%;
}
/*--------------------------------------------------------------
5 - Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
    footer .footer_menu li {
        margin-right: 0px;
    }

    footer .copyright>div:last-child {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .desk {
        display: none;
    }

    .mob {
        display: block;
    }

    .menu-pop .top-nav_logo {
        margin-top: 20px;
    }

    .mob .toggle-mnu {
        margin-top: 24px;
    }

    .mob .top-nav_search {
        margin-top: 17px;
    }

    .menu-pop .social_links a {
        margin-right: 50px;
    }

    .h-380,
    .home_main_grid .grid-item,
    .blog_main_grid .grid-item,
    .related_grid .grid-item {
        height: 340px;
    }

    .special_mainpic,
    .event_mainpic {
        height: initial;
    }

    .event_mainpic {
        padding-top: 60px;
        padding-bottom: 10px;
    }

    .special_mainpic .special_main-pic_content p {
        padding-bottom: 20px;
    }

    .home_main_grid.last .last {
        display: none !important;
    }

    .content-wrap.container {
        max-width: 640px;
    }

    .afisha_grids .list-item {
        display: none !important;
    }

    .afisha_grids .title-item {
        display: block !important;
    }

    .afisha_grids .sidebar {
        margin-bottom: 38px;
    }

    .afisha_grids .sidebar>* {
        background-color: #f3f3f3;
        margin: 0;
        font-size: 14px;
    }

    .afisha_grids .sidebar ul,
    .afisha_grids .sidebar .reset {
        display: none;
    }

    .afisha_grids .sidebar.over ul,
    .afisha_grids .sidebar.over .reset {
        display: block;
    }

    .afisha_grids .sidebar .ulbb {
        padding-top: 28px;
        padding-bottom: 18px;
    }

    .afisha_grids .sidebar li {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 10px;
    }

    .afisha_grids .sidebar .border-bottom {
        padding-top: 10px;
        background: #dbdbdb;
        padding-left: 30px;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        cursor: pointer;
    }

    .afisha_grids .sidebar .reset {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .afisha_grids .sidebar .reset .afisha_grids_close {
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
    }

    .afisha_grids .ulbb.btn-view {
        display: none !important;
    }

    .afisha_grids .sidebar ul a .circle {
        left: 50px;
    }

    .afisha_grids .sidebar ul li {
        margin-left: 55px;
    }



    .afisha_icons-items .border-bottom,
    .afisha_grids .ulbb {
        border: 0;
    }

    .afisha_grids .sidebar .accordion-btn {
        display: inline-block;
        font-style: normal;
        position: absolute;
        right: 30px;
        font-size: 24px;
    }

    .afisha_grids .sidebar .accordion-btn:after {
        content: "+";
    }

    .afisha_grids .sidebar.over .accordion-btn:after {
        content: "-";
    }

    .afisha_grids .sidebar .reset {
        padding-left: 30px;
        padding-top: 60px;
    }

    .afisha_grid .grid-item h3 {
        width: 100%
    }

    .special_mainpic .special_main-pic_content {
        margin-top: 50px;
        max-width: 640px;
    }

    .special_mainpic h1 {
        font-size: 36px;
    }

    .special_mainpic .special_main-pic_content p {
        font-size: 24px;
    }

    footer .footer_logo,
    footer .social_links,
    footer .footer_row>div {
        margin-bottom: 38px;
    }

    /* 
    footer .footer_menu {
        display: inline-block;
        margin: 0;
    }
 */
    footer .footer_menu li {
        margin-right: 0;
    }

    footer .footer_row> :first-child,
    footer .footer_row> :last-child {
        text-align: center;
    }

    footer .footer_row> :first-child {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0;
    }

    .withrightblock-wrap {
        display: none;
    }

    footer .copyright>div:last-child {
        margin-top: 19px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
	.mob.ads{
		min-width:250px;
	}
	.grid-item h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.grid-item {
		padding: 20px;
	}
    .special_mainpic h1,
    .event_mainpic h1 {
        font-size: 22px;
    }

    .special_mainpic h1 {
        margin-top: 38px;
        margin-bottom: 20px;
    }

    .special_mainpic .special_main-pic_content p {
        font-size: 18px;
    }


    .top-nav_search {
        margin-right: 0;
    }

    .menu-pop .top-menu li {
        margin-top: 25px;
    }

    .menu-pop .social_links a {
        margin-right: 30px;
    }

    .content-wrap.container {
        max-width: 85%;
    }

    .h-380,
    .home_main_grid .grid-item,
    .blog_main_grid .grid-item,
    .related_grid .grid-item {
        height: 300px;
    }

    .content-wrap .button-icon {
        width: 50px;
    }

    .event_mainpic .event-data {
        width: calc(100% + 38px);
    }

    .podii-template-default .event_mainpic .event-data span {
        display: block;
    }

    .event_mainpic .event-data span {
        /*display: block;*/
        margin-top: 15px;
    }

    .event_mainpic .event-data span {
        /*display: block;*/
        margin-top: 15px;
    }

    footer .copyright>div:last-child {
        padding-left: 19px;
    }

    footer .copyright>div:last-child br {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .menu-pop .top-menu li {
        margin-top: 25px;
    }

    .h-380,
    .home_main_grid .grid-item,
    .blog_main_grid .grid-item,
    .related_grid .grid-item {
        height: 260px;
        overflow: hidden;
    }

    .content-wrap .button-icon {
        width: 40px;
        height: 40px;
        margin-top: 25px;
        margin-right: 20px;
        margin-bottom: 25px;
    }

    .search-pop input {
        padding-left: 5px;
        width: 85%;
    }

    footer .footer_menu {
        display: inline-block;
        margin: 0;
    }

    footer #menu-footer {
        border-bottom: 0;
    }

    footer .copyright br {
        display: none;
    }

    footer .copyright {
        line-height: 1.2em;
    }

    footer .copyright>div:nth-child(2) {
        line-height: 1.2em;
    }
}

.guide-cat{
    text-align: center;
}
.guide-cat h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    margin: 22px 0;
}

.guide-logo {
    text-align: center;
    padding: 20px;
    border-radius: 16px;
}

.guide-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;   
    margin-top: 40px;
    margin-bottom: 40px;
}
.guide-row a{
    text-decoration: none;
}
.guide-row a:hover{
    background: #ccc;
    color: red;
}
.guide-row h1 {
    margin-top: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
}
.guide-row h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
}
.guide-content{
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
}
.guide-phone , .guide-email, .guide-button, .guide-social a{
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.85);
    padding: 9px 18px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 16px;
    width: fit-content;
}
.guide-address h3{
    display: none;
}
.guide-social a{
    float: left;
    margin-right: 10px;
}

.guide-phone svg, .guide-email svg, .guide-social svg{
    margin-right: 10px;
}
.guide-social svg.fblogo {
    background: #1877F2;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 31px;
    border-radius: 50%;
}
.guide-address{
    margin-top:40px;
    border-top: 1px dashed #B4B4B4;
    padding-top: 40px;
    display: flex;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
}
.guide-address h3, .guide-address .map-text{
    display: none;
}
.guide-address .map-link{
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 16px;
    height: 48px;
}

.guide-related-title {
    display: flex;
    align-items: center;
}
.guide-related-title h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
    padding-right: 20px;
}
span.guide-separator {
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #B4B4B4;
}
.related-item img{
    max-width: 100%;
    border-radius: 4px;
}
a.related-item {
    color: #000;
    text-decoration: none;
    display: block;
}
a.related-item .post-data{
    display: none;
}
a.related-item .post-data span.view {
    padding-right: 15px;
}
a.related-item .post-data i{
    padding-right: 5px;
}
a.related-item:hover .post-data{
    display: inline-block;
    float: right;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    padding-left: 20px;
    padding-top: 15px;
}
a.related-item:hover h3{
    color: red;
}
a.related-item:hover .related-date{
    display: none;
}

.guide-related-row .row.blog_main_grid {
    padding: 20px 0;
}
.related-item .cat-name{
    background: #F1F1F1;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    padding: 4px 10px;
    margin-top: 10px;
    display: inline-block;
}

.related-item h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}
.related-date{
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    padding-right: 20px;
}

@media only screen and (max-width: 1920px) {
    .guide-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;

    }
    .guide-row  p {
        margin-top: 0;
        margin-bottom: 15px;
        text-align: justify;
    }
    .guide-desc {
        grid-column-start: 1;
        grid-column-end: 4;
        border-bottom: 1px dashed #B4B4B4;
        padding-bottom: 26px;
        margin-bottom: 30px;
    }
    .guide-middle{
        grid-column-start: 1;
        grid-column-end: 3;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .guide-address {
        margin: 0px;
        padding-top: 0;
        border-top: none;
    }
    .guide-address, .guide-address h3, .guide-address-span{
        display: block;
    }
    .guide-address .map-link{
        margin: 20px auto 0;
        display: inline-block;
        padding: 10px 16px 12px;
    }
    .guide-address .map-link svg{
       margin-bottom: -3px;
    }
    .guide-address .map-text{
        display: inline-block;
        color: #000;
    }
    .guide-address .map-text:hover{
        color: #red;
    }
    .guide-social a, .guide-contacts a {
        float: none; 
        margin-right: 10px;
        margin: 0 auto 10px;
    }
    .guide-related-title {
        display: block;
        text-align: center;
        position: relative;
        
    }
    .guide-related-title h3 {
        padding: 0 20px;
        display: inline-block;
        background: #fff;
    }
    span.guide-separator {
        z-index: -1;
        position: absolute;
        top: 22px;
    }
}

@media only screen and (max-width: 1024px) {
    .guide-row {
        display: block;
        text-align: center;
    }
    .guide-middle {
        display: block;

    }
    .guide-address {
        border-top: 1px dashed #B4B4B4;
        margin-top: 40px;
        padding-top: 40px;
        border-bottom: 1px dashed #B4B4B4;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .guide-address h3{
        display: none;
    }
    .guide-social a, .guide-contacts a {
        display: inline-block;
        margin: 10px;
    }
    
    .guide-botton-block {
        text-align: center;
    }
    .guide-phone svg, .guide-email svg, .guide-social svg {
        margin-right: 10px;
        margin-bottom: -4px;
    }
}
@media only screen and (max-width: 599px) {
    .guide-cat {
        text-align: left;
    }
    .guide-row {
        display: block;
        text-align: left;
    }
    .guide-related-title h3 {
        white-space: normal;
    }
    span.guide-separator {
        display: none;
    }
    .guide-botton-block {
        text-align: left;
    }
    .guide-social a, .guide-contacts a {
        margin: 10px 20px 10px 0;
    }
    .guide-related-title {
        text-align: left;
    }
    .guide-related-title h3{
        padding:0;
    }
}
.arhive-guide-container {
    color: rgba(0, 0, 0, 0.85);
    position: relative;
    padding-bottom: 40px;
}
.arhive-guide-container h1{
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    text-align: center;
    display: inline-block;
    width: calc(100% - 45px);
    color: rgba(0, 0, 0, 0.85);
    margin: 20px 0;

}

.guide-popup-icon {
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    padding: 10px 0 0 10px;
}
.guide-popup-icon:hover {
    background: #e5e5e5;
    padding: 10px 0 0 10px;
}
.guide-archive-link h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin: 10px 0 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;

}
.guide-archive-link img{
    max-height: 100%;
    margin: auto;
    max-width: 100%;
}
.guide-archive-link,.guide-archive-img {
    text-decoration: none;
}
.guide-archive-link:hover h3{
     color: #FF1E00;
}
.guide-archive-link:hover .guide-archive-img {
    opacity: .5;
}
.guide-archive-img{
    display: grid;
    border-radius: 16px;
    padding: 10px;
    align-items: center;
    aspect-ratio: 1/1;
    border: 1px solid #ccc;
}
.guide-archive-ul{
    list-style: none;
    margin-bottom: 25px;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;

}
li.guide-nav-item {
    display: inline-block;
    margin: 0 4px;
    height: 55px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}
li.guide-nav-item  a{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 10px;
    color: rgba(0, 0, 0, 0.85);
    white-space: nowrap;
    display: block;
}

li.guide-nav-item  a.active, li.guide-nav-item  a:hover {
    box-shadow: 0px 3px #e5e5e5;
    color: #fb4443;
    display: inline-block;
}


.guide-popup-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #FF1E0050;
    top: 0;
    display: flex;
}

.popup-info {
    width: 424px;
    margin: auto;
    background: #fff;
    padding: 32px;
    max-width: 95%;
    border-radius: 16px;
}
.guide-popup-top{
    width:100%;
    display: grid;
    grid-template-columns: 1fr 40px;
    align-items: center;
    margin-bottom: 40px; 
}
.guide-popup-title{
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
}
#guide-popup-button-close{
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    width:100%;
    text-align: center;
    padding:10px;
    border-radius: 16px;
    border: 1px solid #e5e5e5;;
}
#guide-popup-button-close:hover{
    background: #e5e5e5;
    color: #FF1E00;
}
.guide-popup-text{
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
}
.guide-popup-text a{
    color: #FF1E00;
}




.banner-info {
    background: rgba(255, 30, 0, 0.03);
    border-radius: 16px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    padding: 32px;
    margin: 20px 0;
}
.banner-info a{
    text-decoration: none;
    color: #fb4443;
    font-weight: 700;
}

.home_main_new_grid_top .related-item h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}
.home_main_new_grid_top_separator{
    display: block;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #B4B4B4;
}
.home-block-title{
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding-bottom: 32px;
}
.home-button-row{
    margin: 20px auto 40px;
}
.home-button-row a {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.85);
    padding: 9px 18px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 16px;
    width: fit-content;
    text-decoration: none;
    margin: auto;
}

.home-button-row a:hover{
    background: #ccc;
    color: red;
}

a.related-item-news {
    display: block;
    color: rgba(0, 0, 0, 0.85);
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #B4B4B4;
    text-decoration: none;
}
.one-home-news{
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
}
.related-item-news .related-date{
    font-weight: 500;
    font-size: 12px;
    line-height: 170%;
    color: #8C8C8C;
}
.load-more-new.news{
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    width: 100%;
    text-align: center;
}
.related-item  {
    overflow: hidden;
}
.related-item img.h-380 {
    max-width: none;
}
.mb20 {
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .load-more-new.news {
        width: max-content;
    }
    .home-new-news-row{
        flex-direction: column-reverse;
    }
    a.related-item-news {
        margin: 0px;
        padding: 10px 0;
        border-bottom: 1px dashed #B4B4B4;
        text-decoration: none;
        height: 100%;
    }
    .home-new-news-row .home-button-row {
        margin: -3px auto 40px;
        background: #fff;
        padding: 20px 0 20px;
        border-bottom: 1px dashed #B4B4B4;
        position: inherit;
    }
    .mb20 {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 768px) {
    .home_main_new_grid a.related-item {
        border-bottom: 1px dashed #b4b4b4;
        margin-bottom: 15px;
    }
    .home_main_new_grid_top_separator{
        border-bottom: none;
        margin-bottom: 0px;
    }
    .home-block-title.news-title{
        padding-bottom: 10px;
    }
}
.head-container {
    width: 624px;
    margin: auto;
    text-align: center;
    max-width: calc(100% - 40px);
}
.head-container h1{
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
}

.head-container p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;

}

.redactors-block-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px 24px;
}

.redactors-block-list img{
    max-width: 100%;
}

.editor-name{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 10px;
}
.editor-desc{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #8c8c8c;
}

.redactors-block {
    font-size: 24px;
    font-weight: 600;
    margin: 60px 0 20px;
}

@media only screen and (max-width: 991px) {
    .redactors-block-list {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px 24px;
    }
}

@media only screen and (max-width: 599px) {
    .main-sections-redactors{
        max-width: 372px;
        margin:auto;
    }
    .redactors-block-list {
        grid-template-columns: 1fr;
        gap: 40px 24px;
    }
}