

/* Start:/bitrix/templates/tgn/components/bitrix/main.include/contact-page/style.css?1788507144313*/
.contact-page.row{
    --bs-gutter-y: 16px;
}
.contact-page .contacts .item + .item {
    margin-top: 20px;
}
@media (min-width: 768px){
    .contact-page.row{
        --bs-gutter-y: var(--bs-gutter-x);
    }
}
@media (min-width: 992px) {
    .contact-page .panel{
        min-height: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/tgn/components/bitrix/news.list/contacts_nm/style.css?1788507144327*/
.contacts_nm .item{
    line-height: 30px;
}
.contacts_nm .item.phone{
    font-weight: 400;
}
.contacts_nm .item + .item{
    margin-top: 20px;
}
.contacts_nm .item .icon{
    line-height: 1;
    padding-right: 10px;
}
.contacts_nm .item .contact{
    align-items: flex-start;
}
.contacts_nm .item .icon{
    flex: 0 0 auto;
}
/* End */


/* Start:/bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.min.css?1788507120564*/
/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @version     v0.5.2, built on 2014-09-25 4:01:07 PM
 * @author      https://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */
.bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#3c763d}.nav-tabs li.bv-tab-error>a{color:#a94442}.bv-form .bv-icon-no-label{top:0}.bv-form .bv-icon-input-group{top:0;z-index:100}
/* End */


/* Start:/bitrix/templates/tgn/components/slam/easyform/list/style.css?1788507144168*/
.title-block1
{    font-size: 40px;margin-bottom: .8em;
}

@media (min-width: 768px){


    .title-block{
        font-size: 24px;
    }
}
#FORM9{margin-bottom: 64px;}

/* End */


/* Start:/bitrix/templates/tgn/components/bitrix/main.file.input/.default/style.css?17885071445509*/
.webform-field-upload-list del {
	display: inline-block;
	margin: 0;
	width: 24px;
	height: 24px;
	border-radius: 0;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -12px;
	background-image: url("/images/icon/close.svg");
	background-position: center;
	background-repeat: no-repeat;
}
.webform-field-upload-list del:hover {
 opacity: .7;
}
.webform-field-upload-list .error-text {
	color: #E00101;
}
.webform-field-upload-list i {
	vertical-align:top;
	display: none;
	width: 15px;
	height: 15px;
	background: url(/bitrix/js/main/core/images/popup/upload-waiting.gif) no-repeat 0 2px;
	margin: 0 0 0 8px; }

.hidden-caption {display: none;}

/* from intranet-common.css */
.webform-field-upload-list {
	margin: 0;
	padding:0;
}
.webform-field-upload-list li {
	white-space: nowrap;
	width: 100%;
	margin: 0 0 20px 0;
	background: #fafafa;
	border-radius: 5px;
	padding: 9px 45px 9px 16px;
	line-height: 22px;
}
.webform-field-upload-list li:before{
	display: none;
}
.webform-field-upload-list li div.webform-field-item-wrap {
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
*/	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	color: #888;
	white-space: nowrap;
}
.webform-field-upload-list li.uploading { color: #bbbbbb; }
.webform-field-upload-list li.uploading a.upload-file-name { cursor: default; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
.webform-field-upload-list li.uploading i {  display: inline-block; }

.webform-field-upload-list li .upload-file-name {
	padding: 0 5px 0 0;
}

.webform-field-upload{
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	height: 42px;
	line-height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0;
	margin: 0;
	gap: 10px;
}
.webform-field-upload:before{
	content: '';
	display: block;
	background: #fafafa;
	height: 40px;
	border-radius: 5px;
	padding: 8px 16px;
	flex: 1 0 0%;
}

.file-input .webform-field-upload input[type=file],
.file-input .webform-field-upload input[type=button] {
	-moz-opacity: 0;
	opacity: 0;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
}
.webform-field-upload .webform-small-button{
	flex: 0 0 auto;
	cursor: pointer;
}
.webform-field-upload .webform-small-button.btn{
	--bs-btn-color: #00aca0;
	--bs-btn-bg: #fff;
	--bs-btn-border-color: #00aca0;
}
.file-input .webform-field-upload input[type=file]:hover ~ .webform-small-button.btn,
.file-input .webform-field-upload input[type=button]:hover ~ .webform-small-button.btn{
	--bs-btn-color: #fff;
	--bs-btn-bg: #00aca0;
	--bs-btn-border-color: #00aca0;
}

.webform-field-upload-list ~ .webform-field-upload .webform-button-replace { display: none; }
.webform-field-upload-list.webform-field-upload-list-single {list-style: none; margin:0 0 11px 10px;}
.webform-field-upload-list.webform-field-upload-list-single ~ .webform-field-upload .webform-button-upload { display: none; }
.webform-field-upload-list.webform-field-upload-list-single ~ .webform-field-upload .webform-button-replace { display: inline-block; }
.webform-field-upload-list.webform-field-upload-list-single:empty ~ .webform-field-upload .webform-button-upload { display: inline-block; }
.webform-field-upload-list.webform-field-upload-list-single:empty ~ .webform-field-upload .webform-button-replace { display: none; }

.webform-field-upload-icon{
	display: none;
	margin: 0 10px 0 0;
	width: 39px;
	height: 39px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #535c6a no-repeat center;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ny4xODgiIGhlaWdodD0iNTQuMDYzIiB2aWV3Qm94PSIwIDAgNDcuMTg4IDU0LjA2MyI+PGRlZnM+PHN0eWxlPi5jbHMtMSB7IGZpbGw6ICNmZmY7IGZpbGwtcnVsZTogZXZlbm9kZDsgfTwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJTaGFwZV8yX2NvcHlfNCIgZGF0YS1uYW1lPSJTaGFwZSAyIGNvcHkgNCIgY2xhc3M9ImNscy0xIiBkPSJNNDcuMTggNTQuMDYyYzAtMy4yMTctMy42MS0xNi44MjYtMy42MS0xNi44MjYgMC0xLjk5LTIuNi00LjI2LTcuNzItNS41ODVhMTcuMzk0IDE3LjM5NCAwIDAgMS00Ljg4Ny0yLjIyM2MtLjMzLS4xODgtLjI4LTEuOTI1LS4yOC0xLjkyNWwtMS42NDgtLjI1YzAtLjE0Mi0uMTQtMi4yMjUtLjE0LTIuMjI1IDEuOTcyLS42NjMgMS43Ny00LjU3NCAxLjc3LTQuNTc0IDEuMjUyLjY5NSAyLjA2OC0yLjQgMi4wNjgtMi40IDEuNDgyLTQuMy0uNzM4LTQuMDQtLjczOC00LjA0YTI3LjA1IDI3LjA1IDAgMCAwIDAtNy45MThjLS45ODctOC43MDgtMTUuODQ3LTYuMzQ0LTE0LjA4NS0zLjUtNC4zNDMtLjgtMy4zNTIgOS4wODItMy4zNTIgOS4wODJsLjk0MiAyLjU2Yy0xLjg1IDEuMi0uNTY0IDIuNjUtLjUgNC4zMi4wOSAyLjQ2NiAxLjYgMS45NTUgMS42IDEuOTU1LjA5MyA0LjA3IDIuMSA0LjYgMi4xIDQuNi4zNzcgMi41NTYuMTQyIDIuMTIuMTQyIDIuMTJsLTEuNzg2LjIxN2E3LjEgNy4xIDAgMCAxLS4xNCAxLjczMmMtMi4xLjkzNi0yLjU1MyAxLjQ4NS00LjY0IDIuNC00LjAzMiAxLjc2Ny04LjQxNCA0LjA2NS05LjE5MyA3LjE2Uy0uMDEyIDU0LjA2LS4wMTIgNTQuMDZoNDcuMTl6Ii8+PC9zdmc+);
	vertical-align: top;
	background-size: 50%;
	overflow: hidden;
}
.webform-field-upload-icon canvas, .webform-field-upload-icon img {
	width: 100%;
}

.webform-field-upload-list.webform-field-upload-icon-view .webform-field-upload-icon {
	display: inline-block;
}
.webform-field-upload-notice {
	font-size: 11px;
	font-style: italic;
	display: none;
}

/* End */
/* /bitrix/templates/tgn/components/bitrix/main.include/contact-page/style.css?1788507144313 */
/* /bitrix/templates/tgn/components/bitrix/news.list/contacts_nm/style.css?1788507144327 */
/* /bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.min.css?1788507120564 */
/* /bitrix/templates/tgn/components/slam/easyform/list/style.css?1788507144168 */
/* /bitrix/templates/tgn/components/bitrix/main.file.input/.default/style.css?17885071445509 */
