/*
Theme Name: Savinov
*/
.wpcf7-not-valid{
	border:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display:none!important;
}
.wpcf7-response-output {
	display: none;
}
.wrapinput{
	width: 100%;
}
.itemscat a {
	color: #000;
}

.demiweb {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
}

.demiweb img {
    margin-left: 6px;
    padding: 10px;
    position: relative;
    background: #000;
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    -o-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.demiweb p {
    width: 100%;
	font-family: Circe Light;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    color: #000;
}

.padding-items-clients {
    display: flex;
    padding: 50px;
    margin-top: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
}