

/* Start:/local/templates/yugu2021/components/bitrix/news/project-showcase/bitrix/news.detail/.default/style.css?16946924432704*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.property {
    margin-bottom: 20px;
}


.doc-list {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.doc-list .doc-item {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

.doc-list .doc-item:last-cild {
    margin-bottom: 0;
}

.doc-list .desk-doc {
    font-weight: 500;
    font-size: 14px;
    color: #7E7E7E;
    letter-spacing: 0.4px;
}

.doc-list .doc-ico {
    width: 32px;
    height: 42px;
    background-size: cover !important;
    display: inline-block;
    vertical-align: middle;
}

.doc-list .doc-item .doc-link {
    display: inline-block;
    width: calc(100% - 70px);
    margin-left: 20px;
    vertical-align: middle;
    line-height: 150%;
}

.doc-list .doc-item .doc-name {
    width: 100%;
    line-height: 21px;
    color: #272727 !important;
    text-shadow: 0.1px 0.1px 0.1px rgba(76, 76, 76, 0.4);
    text-decoration: none !important;
    border-bottom: 0 !important;
    font-weight: 500;
    font-size: 17px;
}



.doc-list .doc-item .doc-name:hover {
    color: #3D61E0 !important;
}

.pdf {background: url(/local/templates/yugu2021/components/bitrix/news/project-showcase/bitrix/news.detail/.default/img/formats/pdf.svg) no-repeat !important;}
.doc,.docx,.rtf {background: url(/local/templates/yugu2021/components/bitrix/news/project-showcase/bitrix/news.detail/.default/img/formats/doc.svg) no-repeat !important;}
.xls,.xlsx {background: url(/local/templates/yugu2021/components/bitrix/news/project-showcase/bitrix/news.detail/.default/img/formats/xls.svg) no-repeat !important;}
.ppt,.pptx {background: url(/local/templates/yugu2021/components/bitrix/news/project-showcase/bitrix/news.detail/.default/img/formats/ppt.svg) no-repeat !important;}
.jpg,.jpeg {background: url(/local/templates/yugu2021/components/bitrix/news/project-showcase/bitrix/news.detail/.default/img/formats/jpg.svg) no-repeat !important;}
.png {background: url(/local/templates/yugu2021/components/bitrix/news/project-showcase/bitrix/news.detail/.default/img/formats/png.svg) no-repeat !important;}
.rar,.zip {background: url(/local/templates/yugu2021/components/bitrix/news/project-showcase/bitrix/news.detail/.default/img/formats/rar.svg) no-repeat !important;}

.avi {background: url(/local/templates/yugu2021/components/bitrix/news/project-showcase/bitrix/news.detail/.default/img/formats/avi.svg) no-repeat !important;}
.txt {background: url(/local/templates/yugu2021/components/bitrix/news/project-showcase/bitrix/news.detail/.default/img/formats/txt.svg) no-repeat !important;}
.mp3 {background: url(/local/templates/yugu2021/components/bitrix/news/project-showcase/bitrix/news.detail/.default/img/formats/mp3.svg) no-repeat !important;}
.mp4 {background: url(/local/templates/yugu2021/components/bitrix/news/project-showcase/bitrix/news.detail/.default/img/formats/mp4.svg) no-repeat !important;}

.preview-img {
	max-height: 764px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0 0 50px 0;
	border-radius: 10px;
}

.news_gallery_img {
	width: 100%;
	height: 280px;
	margin-bottom: 40px;
	overflow: hidden;
	display: flex;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
}

.news_gallery_img a {
	display: table;
	width: 100%;
}

.news_gallery_img img {

}

.news_gallery_img.quad img {
	width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	.preview-img {
		margin-top: 0;
	}

	.tns-item {
		height: 280px !important;
	}

	.news_gallery_img.quad {
		height: initial;
	}

	.doc-list .doc-item {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/yugu2021/components/bitrix/form/vitrine/bitrix/form.result.new/.default/style.css?16790326211715*/
form {
    text-align: left;
}

.html-quest-none {
    display: none;
}

.quest-item input[type=text], .quest-item select {
	width: 100%;
    background: #E7EEF4;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding: 14px 20px 0 20px;
    border: 0;
    outline: none;
    height: 57px;
}


.inputtextarea {
    height: 100px;
    width: 100%;
    box-sizing: border-box;
    background: #E7EEF4;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding: 25px 24px 13px 20px;
    border: 0;
    outline: none;
}

.quest-item {
    margin-bottom: 12px;
    position: relative;
}

.quest-item .html-quest label {
	margin-right: 12px;
}


.name-quest {
    margin-bottom: 8px;
    position: absolute;
    top: 16px;
    left: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #828aa5;
    transition: 0.2s all;
}

.name-quest-docs {
    position: initial;
    display: table;
}




.inputtext:focus~label,
.inputtext:valid~label {
    font-size: 11px;
    top: 8px;
}

.name-quest.active {
    font-size: 11px;
    top: 8px;
}


.big-btn {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 18px 25px;
    margin-bottom: 20px;
    transition: 0.3s ease;
    width: 100%;
    border: 0;
    margin-top: 15px;
}

.big-btn:hover {
    opacity: 0.7;
    cursor: pointer;
}

.big-btn.blue {
    background: #1E51BA;
    color: #FFFFFF;
}

.big-btn.gray {
    background: #D5DDEC;
    color: #0D1D3F;
}
/* End */
/* /local/templates/yugu2021/components/bitrix/news/project-showcase/bitrix/news.detail/.default/style.css?16946924432704 */
/* /local/templates/yugu2021/components/bitrix/form/vitrine/bitrix/form.result.new/.default/style.css?16790326211715 */
