:root {
    --color-app: #F9B500;
}
a{
    text-decoration: none !important;
    color: #333 !important;
    transition: all 0.2s;
}
a:hover {
    color: var(--color-app) !important;
}
.block-text a {
    color: var(--color-app) !important;
}
.active-link{
    background: var(--color-app);
    color: #fff !important;
    padding: 0 15px;
}
.link-app{
   color: var(--color-app) !important;
}

blockquote{
	position: relative;
	margin-bottom: 25px !important;
	margin-top: 25px !important;
	padding-left:30px;
	font-style: italic;
}

blockquote:before {
    content: "";
	background: #F9B600;
	background: linear-gradient(180deg, #F9B600, #FAEEB780);;
    height: 100%;
    display: block;
    width: 8px;
    position: absolute;
    left: 0;
}

.active-link a{
    color: #fff !important;
}
.active-link-text{

}
.active-link-text a{
    color: var(--color-app) !important;
}
li{
    list-style: none;
}
.color-app-o {
    color: var(--color-app);
}
.bg-color-app{
    padding: 10px;
}
/* start maim-menu*/

header{
    font-weight: 600;
}

header .logo{
    align-content: center;
    margin: 25px 0;
}

header .main-menu{
    margin-bottom: 0;
    align-content: center;

}
.main-menu li{
    list-style: none;
    font-size: 16px;
    text-transform: uppercase;


}

/* end mail-menu*/

.h-600x{
    height: 600px !important;

}
.h-400x{
    height: 400px !important;
}
.h-270x{
    height: 270px !important;
}
.h-180x{
    height: 180px !important;
}
.h-200x{
    height: 200px !important;
}
.h-80x{
    height: 80px !important;
}
.card-img-h{
    height: 100%;
    object-fit: cover;
}
.bg-card-color-1{
    background: linear-gradient(to top, #000 0%, rgba(255, 255, 255, 0.1) 60%);
}
.bg-card-color-2{
    background: var(--color-app);
}

.btn-app{
    background: var(--color-app) !important;
    color: #fff !important;
}

.btn-outline-app{
    background: var(--color-app) !important;
    border: 1px solid var(--color-app) !important;
    color: #fff !important;
}
.btn-outline-app:hover{
    background: #fff !important;
    border: 1px solid var(--color-app) !important;
    color: var(--color-app) !important;
}

.btn-app:hover{
    background: var(--color-app) !important;
    color: #fff !important;
}

.p-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.p-title span{
    color: var(--color-app);
}

.p-title span.box {
    color: #ffffff;
    background: var(--color-app);
    width: 25px;height: 0;
    display: inline-table;
    text-align: center;
}

.p-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 5px;
    background: var(--color-app);
    z-index: 1;
}

.p-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
}
.image-card{
    width: 100%;
    height: 200px;
}
.image-card > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-card-list{
    width: 100%;
    height: 370px;
}
.image-card-list > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-app{}

.page-app > li a, .page-app > li > span{
    display: block;
    line-height: 30px;
    width: 30px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid var(--color-app);
}

.page-app > li > span.current{
    background: var(--color-app);
    color: #fff !important;
}

span.afisha_text {
    position: absolute;
    font-size: 200px;
    color: rgba(203, 203, 203, 0.4);
    font-family: sans-serif;
    top: -80px;
    z-index: -99;
    opacity: 0.5;
    right: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*Поиск*/

.app-search{
    position: relative;
    width: 0px;
    margin-left: 40px;
}
.search-form{
    position: absolute;
    top: -20px;
    transition: all 5s cubic-bezier(1, 0.75, 0, 2.01)!important;
}
.search-form.active{
    display: block !important;
    transition: all 5s cubic-bezier(1, 0.75, 0, 2.01)!important;
}
.input-search{
    display: none !important;
    /*border: 0;*/
    background: transparent;
    width: 0 !important;
    outline: none;
    color: #fff;

    -webkit-transition: all 2s ease-out, opacity 0.5s ease-in;
    -moz-transition: all 2s ease-out, opacity 0.5s ease-in;
    -o-transition: all 2s ease-out, opacity 0.5s ease-in;
    transition: all 2s ease-out, opacity 0.5s ease-in;

    position: absolute;
    height: 40px;
    right: 30px;

}
.search-btn{
    display: none !important;
    transition: all 0.5s cubic-bezier(0, 0, 0.48, 0.59), opacity 0.4s ease-out;
}

.search-btn-1{
    position: relative;
    right: 40px;
    padding: 11px !important;
}

.search-btn-1.active{
    display: none;
}

.search-btn.active{
    display: block !important;
    position: absolute !important;
    padding: 11px !important;
    transition: all 0.5s cubic-bezier(0, 0, 0.48, 0.59), opacity 0.4s ease-out;
}

.input-search.active{
    display: block !important;
    width: 500px !important;
    position: absolute;
    padding-left: 5px;
    transition: all 0.5s cubic-bezier(1, 0.75, 0, 2.01)!important;
}

input[type=text]::placeholder {
    color:  var(--color-app) !important;
}

.share_link-img{
    width: 32px;
    height: 32px;
}



#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:20%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}
