/*!
Theme Name: priliv
Author: Priliv Studio
Description: WP theme by Priliv
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: priliv
*/

.site-informers {
    text-align: center;
    margin: 20px 0;
}

.wp-block-media-text__media img {
    height: auto;
}

.contact-unit__text a {
    text-decoration: none;
    color: inherit;
}

.contact-units > p {
    text-align: center;
    margin-bottom: 10px;
    color: #3a3184;
    font-size: 18px;
}

.section-contacts .contact-units{}
.section-contacts .row .item.contact-units{
	flex:auto;
}
.section-contacts .row .item {
    width: 33%;
    padding: 0 10px;
	flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.section-contacts .row{
	display: flex;
    align-items: baseline;
    justify-content: center;	
    margin-top: 60px;
    padding: 20px;
	background-color: #fff;
    box-shadow: 0 14px 24px rgb(2 3 3 / 32%);
}

@media (max-width: 700px) {
    .contact-units > p {
        font-size: 14px;
    }
	.page-header__contacts,
	.page-header__phones{max-width: 33%!important;}
	/* .contact-units .contact-unit__text{font-size:10px!important;} */
}
.page-header__slogan{
	width:15%;
}
.wp-block-embed__wrapper iframe {
    display: block;
    width: 100%;
    height: auto;
    min-height: 500px;
    margin: 0 auto;
}

