

/* Start:/professional/publisher/style/style.css?16897707262816*/
.publisher__text{
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #827E7E;	
	display: flex;	
	flex-direction: column;
	gap: 20px;	
}
.publisher__block{
	margin-bottom: 45px;	
}
.publisher__text span{
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	color: #111111;
}
.publisher__text ul{
	padding-left: 0;	
}
.publisher__text ul li{
	list-style: none;
	display: flex;
	flex-direction: row;
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 150%;
	color: rgba(130, 126, 126, 1);
	margin-bottom: 30px;

}
.publisher__text ul li:before {
    content: url(/local/templates/tulaonb/images/_.svg);
    min-width: 54px;
}
.publish_btn{
	    width: 302px;
    height: 50px;
    border-radius: 100px;
    background-color: #80A0D4;
    font-family: 'Raleway',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-title{
	max-width: 853px;
}
.info-modal{
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #111111;
	margin-bottom: 28px;
}
.modal-footer-section{
	display: flex;
	justify-content: center;
	margin:50px 0;
	gap: 33px;
}

 .__lk-fileInput {
	 cursor: pointer;
}
 .__lk-fileInput input {
	 display: none;
}
 .__lk-fileInput span {
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	/* or 21px */

	text-decoration-line: underline;

	color: #00358E;
	display: flex;
    align-items: center;
    gap: 20px;
}
 .__lk-fileInput span:hover{
 	text-decoration: none;
 }
fieldset legend{
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #252543;
}

.__lk-fileInput span.withFile .close:before, .__lk-fileInput span.withFile .close:after {content: ""; position: absolute; width: 24px; height: 4px; background: red;}
.__lk-fileInput span.withFile .close:before {transform: rotate(45deg);}
.__lk-fileInput span.withFile .close:after {transform: rotate(-45deg);}
.detail_page-img_title-block p.text{
	padding: 0;
	max-width:758px;
	margin: 0 auto;
}
.detail_page-img_title-block{
	width: 100%;
}
@media (min-width: 992px){
	.detail_page-img img{
		object-fit: unset !important;
	}
}
@media (max-width: 576px){
	.info-modal, .form-block{
		padding: 0 15px ;
	}
}
input {
  border-radius: 0;
  -webkit-appearance: none;
}
/* End */
/* /professional/publisher/style/style.css?16897707262816 */
