/* Theme Name: gosanaliz */

.wpcf7-response-output,.wpcf7-not-valid-tip{
	display: none !important;
}

.wpcf7-not-valid{
	outline: 1px solid #cc0000 !important;
}

.compensate-for-scrollbar{
    margin-right: 0 !important;
}

@media only screen and (max-width:767px){
    .alignleft, .content .alignright {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width:100%;
    }
	.alignleft,.alignright{
		float:none !important;
	}
}

.page-contacts-item{margin-bottom:20px}.page-contacts-item:last-of-type{margin-bottom:30px}.page-contacts-item i{width:24px;height:24px;color:#fff;border-radius:100%;margin-right:8px;background:#FFBF22;text-align:center;line-height:24px;font-size:14px}.page-contacts-item a{}
.page-contacts-item:last-child{
    margin-bottom: 0;
}

.report img {
    max-width: 80%;
}

.report {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.report:hover .btn-def {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.report-title {
    font-weight: bold;
    text-align: center;
}

.report:hover .report-title {
    text-decoration: underline;
}


.main-menu.desktop>ul>li>.sub-menu>li>.sub-menu {
    min-height: 100%;
}