

/* Start:/local/templates/illuminator/css/biblioteka.css?17618343935464*/
.first-screen{
	padding: 0 !important;
	min-height: calc(100vh - 96px);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1f1f1f;
	color: white;
}
.yellow-button {
    width: 220px;
    height: auto;
    min-height: 45px;
    border: 0;
    background: #fdd835;
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 900;
    max-width: 100%;
}
.first-screen .yellow-button {
    width: 360px;
}
.material-item .yellow-button {
    width: 303px;
}
.useful-knowledge .yellow-button {
    width: 100%;
}
.first-screen__header .line-1{
	font-weight: bold;
	font-size: 40px;
	line-height: 86.7%;
	margin-bottom: 10px;
}
.first-screen__header .line-2{
	font-weight: bold;
	font-size: 50px;
	line-height: 86.7%;
	margin-bottom: 20px;
}
.first-screen__header .line-3{
	font-weight: bold;
	font-size: 35px;
	line-height: 86.7%;
	margin-bottom: 15px;
}
.first-screen__header .line-4{
	font-weight: bold;
	font-size: 55px;
	line-height: 86.7%;
}
.text-yellow{
	color: #FDD835;
}
.text-white{
	color: #fff;
}
.biblioteka-filter{
	padding: 40px 0;
}
.biblioteka-filter ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.biblioteka-filter li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.biblioteka-filter li a{
	font-size: 20px;
	line-height: 1.3;
	color: #1F1F1F;
	padding: 0 0px;
	border-bottom: 1px dashed #1F1F1F;
	text-decoration: none;
}
.material-item{
	padding-top: 55px;
	padding-bottom: 55px;
}
.material-item:nth-child(2n){
	background: #EEEEEE;
}
.material-info{
	margin-left: 60px;
}
.material-title{
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #1F1F1F;
	margin-bottom: 25px;
}
.material-title span {
    background: linear-gradient(to top, transparent 0px, transparent 2px, #fdd835 2px, #fdd835 10px, transparent 10px, transparent);
}
.material-desc>div{
	margin-bottom: 20px;
}
.material-desc p{
	margin-left: 40px;
}
.material-info .yellow-button{
	margin-top: 15px;
	margin-left: 40px;
}
.useful-knowledge{
	padding: 85px 0 75px;
}
.useful-knowledge > .container {
    background-position: right 15px bottom;
    background-repeat: no-repeat;
    background-size: 25%;
}
.useful-knowledge-title{
	font-weight: 600;
	font-size: 50px;
	line-height: 59px;
	color: #000000;
	margin-bottom: 35px;
}
.useful-knowledge-text{
	font-weight: 450;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 80px;
}
.useful-knowledge form{
	margin-left: 100px;
	max-width: 340px;
}
.useful-knowledge form input[type=text]{
	border:0;
	border-bottom: 1px solid #000;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
	padding: 15px 0;
	margin-bottom: 15px;
	display: block;
	width: 100%;
}
.useful-knowledge .number-subscribers{
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin-left: 100px;
}
.modal-content .modal-body {
    padding: 40px 60px;
}
.modal-content button.close {
    background: #ffc618 !important;
    position: absolute;
    top: 0;
    right: -10px;
    background: #fdd835 !important;
    opacity: 1;
    font-size: 28px;
    transform: translateX(100%);
    font-weight: 500;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    outline: none !important;
    z-index: 1;
}
.modal-body__header {
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 25px;
}
.modal-body input {
    font-size: 16px;
    color: #1f1f1f;
    font-family: 'Futura PT book';
    border: 1px solid #d0d0d0;
	padding: 8px;
	width: 100%;
	margin-bottom: 5px;
}
.modal-body label {
    font-size: 20px;
    color: #1f1f1f;
    font-family: 'Futura PT book';
    width: 100%;
}
.modal-body button {
    background: #fdd835;
    border: 0;
    display: block;
    margin: 20px auto 0;
    padding: 8px 35px;
    font-weight: 900;
    font-size: 20px;
}
@media (max-width: 991px) {
	.biblioteka-filter li {
	    padding: 0 25px;
	    margin-bottom: 10px;
	}
	.material-info {
	    margin-left: 0px;
	}
	.useful-knowledge-title {
	    font-size: 44px;
	}
	.useful-knowledge-text {
	    font-size: 19px;
	}
	.useful-knowledge form, .useful-knowledge .number-subscribers {
	    margin-left: 0px;
	}
}
@media (max-width: 767px) {
	.first-screen > .container {
	    margin: 0px 0 70px !important;
	    background: none !important;
	    width: 100%;
	}
	.biblioteka-filter li {
	    padding: 0 5px;
	}
}
@media (max-width: 520px) {
	.first-screen__header .line-1 {
	    font-size: 20px;
	}
	.first-screen__header .line-2 {
	    font-size: 25px;
	    margin-bottom: 15px;
	}
	.first-screen__header .line-3 {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.first-screen__header .line-4 {
	    font-size: 45px;
	}
	.first-screen .yellow-button {
	    max-width: 100%;
	    height: auto;
	}
	.biblioteka-filter li {
	    padding: 0 0px;
	    flex: 0 0 100%;
	}
	.material-info .yellow-button {
	    margin-left: 0;
	}
	.useful-knowledge-title {
	    font-size: 23px;
	    line-height: 1.5;
	}
	.useful-knowledge-text {
	    font-size: 15px;
	    line-height: 22px;
	}
	.useful-knowledge .container{
		background: none !important;
	}
}
/* End */


/* Start:/local/templates/illuminator/components/bitrix/news.list/biblioteka/style.css?1761834391150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/illuminator/css/biblioteka.css?17618343935464 */
/* /local/templates/illuminator/components/bitrix/news.list/biblioteka/style.css?1761834391150 */
