@media screen and (min-width:815px) {
	/*.header__mobile {*/
	/*	display: none !important;*/
	/*}*/

	/*.header__main {*/
	/*	background-color: unset;*/
	/*}*/

	.header__main .bg__gray--dark{
		background-color: rgba(54, 115, 104, 0.76);
	}
}

@media screen and (max-width: 815px) {
    /*.header__flex.header__mobile {*/
    /*    display: none !important;*/
    /*}*/

	.header__main.header__compresed.js-is-stuck .header__flex.header__mobile {
			display: flex !important;
	}
}

@media (max-width: 815px) {
	.breadcrumbs {
        padding-top: 30px;
    }
}


