@charset "UTF-8";
.banner-child-page .slogan-child-page .service-slovan {
    text-shadow: 1px 1px 2px rgba(35, 24, 21, 1);
}
@media only screen and (max-width: 480px) {
	.banner-child-page .slogan-child-page .service-slovan {
	    text-shadow: initial;
	}
}
.main-content.service-page .region.main-region .block .main-content-block .round-button .button-popup:hover {
    background: gray;
    color: #ffffff;
    transition: color 300ms ease;
    transition: background 300ms ease;
    text-decoration: none;
}

