* {
    box-sizing: border-box;
}

html, body{
	background-color:#fff;
	padding:0px;
	margin:0px;
}

body.front-page{
	position:relative;
}

a{
	text-decoration:none;
	outline:none;
	color:var(--text_color);
}

p{
	margin-top:0px;
}

.wrapper{
	overflow-x:hidden;
}

.acfe-fc-preview input[type="text"], body.front-page input[type="text"], body.front-page input[type="password"], button, .wpcf7-textarea {
	font-family: var(--font);
}

blockquote{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

img{
	display:block;
}



@media (max-width: 768px) {
    .editable-box.main_h1_object_id {
        font-size: 18px; /* Или другой подходящий размер */
        line-height: 1.2; /* Можно уменьшить для экономии места */
    }



}


@media (max-width: 998px) {

	.employees_list.no_cur_row .employees_list_in .employees_list_item {
		width: 100% !important;
	}

	/*.redcoder_editable_box_main_text_in, .editable-box{
		line-height: 40px !important;
	}*/
}
.logo_creater_subtitle small {
	white-space: nowrap; 
	display: inline-block; 
  }