/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

footer .copy-st {text-align:right;}
.logo-row .top-callback {padding: 27px 0 0 !important;}
.logo-row .top-callback .phone {font-size: 24px !important;}



.ya-share2__messenger-frame {
    display: none !important;
}


#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 30%;
    max-width: 90%;
    transform: translateX(-20%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
 #cookie_note.show{
	flex-direction: row;
	display: flex !important;
 }	

#cookie_note p{
    margin: 0;
    font-size: 1em;
    text-align: left;
    color: black;
}

.cookie_accept{
    margin-left:15px;
	overflow: visible;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;		
    }
	.cookie_accept{
		margin-top:15px;
	}
}

@media (max-width: 575px){
	#cookie_note {
		width: 90%;
		left: 50%;
		transform: translateX(-50%);
	}
	#cookie_note.show{
        display: flex;	
		flex-direction: column;
    }
	.cookie_accept{
		margin-top:15px;
	}
}