

/* Start:/bitrix/templates/otkrus/components/bitrix/news/otkrus.ru-team/bitrix/news.detail/.default/style.css?1733219146251*/
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;
}
@media screen and (max-width: 767px) {
	div.news-detail img.detail_picture {
		float: none;
	}
}
/* End */


/* Start:/bitrix/templates/otkrus/components/api/main.feedback/otkrus.ru/style.css?17332191477996*/
@media(min-width:992px){
	.form-cta {
		padding: 25px 15px !important;
	}
	.tpl_light_blue {
		padding: 25px 0 !important;
	}
	.tpl_light_blue_author_name,
	.tpl_light_blue_author_email,
	.api-submit {
		padding: 5px 15px 0 15px iimportant;
	}
}

@media(max-width:767px) {
	.tpl_light_blue_author_name,
	.tpl_light_blue_author_email,
	.api-submit {
		padding: 5px 0 0 0 !important;
	}
}
.api-submit .api-submit-btn:hover {
	background: transparent;
	color: #111;
	border: 2px solid #111;
	transition: .6s background, .6s color, .6s border;
}
.api-submit .api-submit-btn {
	background: #111111;  
	color: #fff;  
	border: 1px solid #111;  
	border-radius: 0;  
	display: inline-block;  
	font-family: UndergroundCYPro-Book !important;  
	font-size: 16px;
	letter-spacing: 1px;  
	line-height: 21px;
	padding: 10px 25px 8px 25px;  
	text-transform: uppercase;  
	transition: .6s background, .6s color, .6s border;
	width: 100%; 
}
.form-cta {
	background: #008BD0;
	color: #ffffff;
	padding: 15px 0 0 0;
}
.form-cta h3 {
	color: #fff;
	font-family: UndergroundCYPro-Thin !important;
	font-size: 20px;
	margin: 8px 0 2px 0;
	text-transform: uppercase;
}
.form-cta p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}
.tpl_light_blue *::-moz-selection {
    background: none repeat scroll 0 0 #FFD94F;
}
.tpl_light_blue{
	background: #008BD0;
	overflow: auto;
	padding: 0 0 15px 0;
	text-align: left;
}
.tpl_light_blue .asterisk{
    color: #FF3737;
    font-size: 13px;
    font-weight: bold;
}
.tpl_light_blue .api-file-ext{font-size: 11px; color: #6A6A6A}
.tpl_light_blue input[type="text"],
.tpl_light_blue textarea,
.tpl_light_blue select{
    border: 0;
    width: 220px;


    vertical-align: middle;
    -webkit-border-radius: 0px;
    -moz-border-radius:    0px;
    border-radius:         0px;
}

.tpl_light_blue input[type="text"]::-webkit-input-placeholder, { /* Chrome/Opera/Safari */
.tpl_light_blue input[type="text"]::-moz-placeholder, { /* Firefox 19+ */
.tpl_light_blue input[type="text"]:-ms-input-placeholder, /* IE 10+ */
	color: #555;
}

.tpl_light_blue input[type="text"]:focus,
.tpl_light_blue textarea:focus,
.tpl_light_blue select:focus{
}
.tpl_light_blue select{
    min-width: 230px !important;
}
.tpl_light_blue .api-submit{

}


/* ========================================================================
   Component:  JS Error Module
 ========================================================================== */
.tpl_light_blue [class*="ts-field-"]{
    display: inline-block;
    margin-left: 6px;
    width: 14px;
    height: 12px;
    background-image: url("/bitrix/templates/otkrus/components/api/main.feedback/otkrus.ru/../../images/note.png");
    background-repeat: no-repeat;
}
.tpl_light_blue .ts-field-error{background-position: 0 0;}
.tpl_light_blue .ts-field-saccess{background-position: 0 -14px;}


/* ========================================================================
   Component: Alert
 ========================================================================== */
.ts-alert{
    background: none repeat scroll 0 0 #EBF7FD;
    border: 1px solid rgba(45, 112, 145, 0.3);
    border-radius: 4px;
    color: #2D7091;
    padding: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
    margin: 15px 0;
    display: block;
    font-size: 14px;
    line-height: 21px;
}
.ts-alert p{margin: 0 !important; padding: 0 !important;}
.ts-alert-success {
    background: none repeat scroll 0 0 #F2FAE3;
    border-color: rgba(101, 159, 19, 0.3);
    color: #659F13;
}
.ts-alert-warning {
    background: none repeat scroll 0 0 #FFFCEB;
    border-color: rgba(226, 131, 39, 0.3);
    color: #E28327;
}
.ts-alert-danger {
    background: none repeat scroll 0 0 #FFF1F0;
    border-color: rgba(216, 80, 48, 0.3);
    color: #D85030;
}


/* ========================================================================
   Component: Captcha
 ========================================================================== */
.tpl_light_blue .mf-captcha{padding: 5px;}
.tpl_light_blue .mf-captcha-wrap{display: inline-block;}
.tpl_light_blue .mf-captcha .mf-text{margin: 0 0 3px;font-size: 13px;}
.tpl_light_blue .mf-captcha img{margin: 0 0 10px;}
.tpl_light_blue .mf-captcha input[type="text"]{width: 168px;text-transform: uppercase;}



/* ========================================================================
   Component: File inputs
 ========================================================================== */
.tpl_light_blue .api-file-wrap{position: relative;float: left;}
.tpl_light_blue .api-file-wrap input[type="file"]{display: none;}
.tpl_light_blue .api-file-name{color: #000000;font-size: 14px;}
.tpl_light_blue .api-file-string{overflow: hidden;margin: 0 0 5px;}

.tpl_light_blue input[type="submit"], 
.tpl_light_blue .api-btn {
color: #333333;
border: 1px solid;
border-color: #AFB3BB  #9B9FA7  #7D8087;
display: inline-block;
vertical-align: middle;
cursor: pointer;
position: relative;

-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
-moz-box-shadow:    0 1px 0 rgba(0, 0, 0, 0.07);
box-shadow:         0 1px 0 rgba(0, 0, 0, 0.07);
background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}
.tpl_light_blue input[type="submit"]:hover, .tpl_light_blue .api-btn:hover{
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY1ZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f5f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f5f3));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f5f3 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f5f3 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f5f3 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f5f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f5f3',GradientType=0 );

}

.tpl_light_blue input[type="submit"]:active, .tpl_light_blue .api-btn:active{
    -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow:    0 1px 3px -1px rgba(0, 0, 0, 0.5) inset;
    box-shadow:         0 1px 3px -1px rgba(0, 0, 0, 0.5) inset;
}
.tpl_light_blue .api-btn-small{height: 18px;font: normal 13px/18px Arial,sans-serif;}
/* End */
/* /bitrix/templates/otkrus/components/bitrix/news/otkrus.ru-team/bitrix/news.detail/.default/style.css?1733219146251 */
/* /bitrix/templates/otkrus/components/api/main.feedback/otkrus.ru/style.css?17332191477996 */
