

/* Start:/include/js/bxSlider/jquery.bxslider.css?17053112523836*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/include/js/bxSlider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/include/js/bxSlider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/include/js/bxSlider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/include/js/bxSlider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/include/js/bxSlider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/local/components/chelarm/ajaxform/templates/popup/style.css?17053113235037*/
.form-popup {
    display: none;
    z-index: 999999;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 990px;
    background: white;
    padding: 42px;
    -webkit-transition: all 0.33s ease-out;
    -moz-transition: allm 0.33s ease-out;
    -ms-transition: all 0.33s ease-out;
    -o-transition: all 0.33s ease-out;
    transition: all 0.33s ease-out;
}

.form-popup .close:after {
    background: #b2b2b2;
    color: #b2b2b2;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 45px;
    width: 2px;
    display: inline-block;
}

.form-popup .close:before {
    background: #b2b2b2;
    color: #b2b2b2;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 45px;
    width: 2px;
    display: inline-block;

}

.form-popup .close {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.form-popup form .h2,
.form-popup form h2 {
    margin-top: 0;
}

.form-popup form label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.form-popup form input,
.form-popup form textarea {
    background-color: #eaeaea;
    border: 0;
    outline: none;
}

.form-popup form textarea {
    height: 222px;
    width: 96%;
}

.form-popup form p {
    font-size: 12px;
    color: #76828f;
}

.form-popup form .row {
    margin-left: 0;
    margin-bottom: 20px;
}
.form-popup form .row:last-child {
    margin-bottom: 0;
}

.form-popup form input {
    padding-left: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 14px;
    width: 208px;
}

.form-popup form .right-block {
    text-align: right;
}

.form-popup form .right-block p {
    margin-top: 0;
    width: 214px;
    text-align: left;
    margin-right: 30px;
    display: inline-block;

}

.form-popup .btn-green {
    padding: 14px 0;
    width: 228px;
    outline: none;
    font-size: 16px;
    font-weight: 600;
}

.form-popup .btn-default {
    color: #42566a;
    padding: 14px 0;
    border: 2px solid #ebedef;
    width: 228px;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    -moz-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
}

.form-popup .btn-default:last-child {
    margin-right: 0;
}

.form-popup form input:last-child {
    margin-bottom: 0;
}

.popup-back {
    display: none;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(59, 78, 97, 0.8);
    height: 100%;
    width: 100%;
}

.block-info .block-right {
	padding: 0;
}

.form-popup.on-page {
	display: block;
	background: #3a4f64;
	position: relative;
	top: 0;
	left: 0;
	z-index: initial;
	color: #fff;
}
.form-popup.on-page .close {
	display: none;
}
.form-popup.on-page form {
	margin-top: 0;
}
.form-popup.on-page form label {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	margin-top: 8px;
	margin-bottom: 0;
}
.form-popup.on-page.big-form form label {
	margin-top: 0px;
	margin-bottom: 10px;
}
.form-popup.on-page form input {
	height: initial;
}
.form-popup.on-page.big-form {
	max-width: 1058px;
	margin: 60px auto;
	padding: 42px;
}
.form-popup.on-page.big-form p {
	color: #fff;
}
.form-popup.on-page.big-form .col-3 {
	flex-basis: 230px;
    max-width: 230px;
    width: 230px;
    margin-right: 20px;
}
.form-popup.on-page.small-form .col-3,
.form-popup.on-page.small-form .col-6,
.form-popup.on-page.small-form .col-9 {
	width: 100%;
	-ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.form-popup.on-page a.file-selectdialog-switcher.btn-default {
	color: #fff;
}

.form-popup.on-page.small-form {
	width: 430px;
	padding: 42px;
}
.block-info .block-right form input {
	border: 1px solid transparent;
}
.form-popup.on-page form input[type=text],
.form-popup.on-page form textarea {
	background: #fff;
}
.form-popup.on-page.small-form form input[type=text],
.form-popup.on-page.small-form form textarea {
	width: 258px;
	padding: 8px;
	margin-bottom: 8px;
}
.form-popup.on-page.small-form form textarea {
	height: 100px;
}
.form-popup.on-page.big-form form textarea {
	width: 98%;
	height: 214px;
}
.form-popup.on-page.small-form .files-c {
	display: flex;
	justify-content: space-between;
}
.form-popup.on-page.small-form .files-c a {
	width: 200px;
	margin: 0;
}
.form-popup.on-page.small-form .files-c p {
	display: none;
}
.form-popup.on-page.small-form .files-c a:last-child {
	margin: 0;
}
.form-popup.on-page.small-form form .right-block {
	margin-top: 20px;
}
.form-popup.on-page.small-form form .right-block p {
	float: left;
	color: #fff;
}
.form-popup.on-page.small-form form .right-block .btn-green {
	width: 180px;
}

/* End */


/* Start:/local/templates/chelarm_new/components/bitrix/main.file.input/drag_base/style.css?170531132310329*/
.file-selectdialog .file-simple, .file-selectdialog .file-extended {
	/*height: 30px;*/
}
.file-selectdialog .file-extended .file-selector {
	display: none !important;
}
a.file-selectdialog-switcher.btn-default {
    opacity: 1 !important;
    display: inline-block !important;
	text-align: center;
	border-width: 1px;
}
a.file-selectdialog-switcher:last-child {
	margin-right: 0;
}
p.btn-text {
    position: absolute;
    bottom: 52px;
    color: #fff;
    font-size: 12px;
    left: 75px;
    opacity: 1 !important;
    display: block !important;
}

.file-placeholder {
    margin-left: 56px;
}
.file-placeholder .loading-wrap {
    display:inline-block;
    margin-left:15px;
    vertical-align:middle;
    position:relative;
    width:50%;
}
.file-placeholder .loading {
    background:#e3ebed;
    display:block;
    border:1px solid;
    border-top:1px solid #bcc2c4;
    border-left-color:#cfd7d9;
    border-right-color:#cfd7d9;
    border-bottom:1px solid #dde5e6;
    border-radius:2px;
    height:17px;
    -webkit-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
    -moz-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
    box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
}
.file-placeholder .loading .del-but {
    background: url("/local/templates/chelarm_new/components/bitrix/main.file.input/drag_base/images/live_feed_sprite.png") no-repeat scroll 7px -20px transparent;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.file-placeholder .load-indicator {
    background:#40c0e9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40c0e9', endColorstr='#2698db');
    background:linear-gradient(top, #40c0e9, #2698db);
    background:-moz-linear-gradient(top, #40c0e9, #2698db);
    background:-o-linear-gradient(top, #40c0e9, #2698db);
    background:-ms-linear-gradient(top, #40c0e9, #2698db);
    background:-webkit-gradient(linear, left top, left bottom, from(#40c0e9), to(#2698db));
    border-radius:2px;
    color:#fff;
    font-size:12px;
    height:19px;
    text-align:center;
    text-shadow:0 1px 0 rgba(56, 124, 162, 1);
    left:0;
    top:0;
    position:absolute;
}
.file-placeholder .load-number {
    display:inline-block; box-sizing:border-box; padding-top:2px;
}
.file-placeholder .files-title {
    background:url("/local/templates/chelarm_new/components/bitrix/main.file.input/drag_base/images/live_feed_sprite.png") no-repeat;
    color:#5c6470;
    font-size:12px;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
    left:13px;
    top:12px;
    width:54px;
    padding-left:20px;
    position:absolute;
}
.file-placeholder .files-list-wrap {
    margin-left:56px;
}
html* .file-placeholder .files-list {
    width: auto !important;
}
.file-placeholder .files-list {
    margin-top: 0;
    table-layout:fixed;
    width:100%;
    position:relative;
	border-collapse: collapse;
}
.file-placeholder .files-list td {
    color:#ccc;
    font-size:12px;
    line-height:16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    position: relative;
    zoom:1;
}
.file-placeholder .file-edit,
.file-placeholder .file-section {
    display: none;
}
.file-placeholder .files-name {
    width:100px;
	overflow: hidden;
}
.file-placeholder .files-size {
    width:12%
}
.file-placeholder .files-storage {
    width:16px;
}
.file-placeholder .files-storage .files-storage-text{
    display: inline-block;
    width:80px;
    color:#5C6470;
}
.file-placeholder .files-storage-block {
    position:relative;
}
.file-placeholder .files-text {
    -moz-box-sizing: border-box;
    color: #ccc;
    display: inline-block;
    font-weight: normal;
    position: relative;
    zoom:1;
}
.file-placeholder .error-load .files-text {
    color:#bb0000;
}
.file-placeholder .f-wrap {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    word-wrap: break-word;
    zoom:1;
}
.file-placeholder .del-but {
    background: url("/local/templates/chelarm_new/components/bitrix/main.file.input/drag_base/images/live_feed_sprite.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.file-placeholder .files-text .del-but {
    background-position:6px -19px;
    display:inline-block;
    margin-top:-2px;
    position:static;
    vertical-align:top;
}
.file-placeholder .loading .del-but {
    background-position: 7px -20px;
    top: 0;
}
.file-placeholder .files-storage-block .del-but {
    background-position: 7px -20px;
    top: 0;
}
.file-placeholder .info-icon {
    background:url("/local/templates/chelarm_new/components/bitrix/main.file.input/drag_base/images/live_feed_sprite.png") no-repeat -112px -60px;
    display:inline-block;
    height:16px;
    margin-right:10px;
    vertical-align:middle;
    width:17px;
}
.file-placeholder .stor-place {
    display:inline-block;
    margin-left:10px;
    vertical-align:top;
}
.file-placeholder .stor-text {
    display:inline-block;
    border-bottom:1px solid #5c6470;
}
.file-placeholder .stor-pl-arrow {
    background:url("/local/templates/chelarm_new/components/bitrix/main.file.input/drag_base/images/live_feed_sprite.png") no-repeat -130px -23px;
    display:inline-block;
    margin-left:10px;
    height:5px;
    vertical-align:middle;
    width:3px;
}
.file-placeholder .edit-stor {
    background:url("/local/templates/chelarm_new/components/bitrix/main.file.input/drag_base/images/live_feed_sprite.png") no-repeat 4px -64px;
    /*cursor:pointer;*/
    /*display:inline-block;*/
    display: none;
    height:15px;
    margin-left:0px;
    vertical-align:middle;
    width:15px;
}
.file-placeholder .files-path,
.file-placeholder .files-path:visited,
.file-placeholder .files-path:active,
.file-placeholder .files-path:link,
.file-placeholder .files-path:hover {
    border-bottom:1px dashed #5C6470;
    display:inline-block;
    color:#5C6470;
    /*margin-left:10px;*/
    text-decoration:none;
}
.file-placeholder .files-placement,
.file-placeholder .files-placement:visited,
.file-placeholder .files-placement:active,
.file-placeholder .files-placement:link,
.file-placeholder .files-placement:hover {
    display:inline-block;
    color:#5C6470;
    /*margin-left:10px;*/
    text-decoration:none;
}
.file-selectdialog {
	/*
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F4F8F9;
    border-color: #CED0D1 #CED1D1 #D3D7D8;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px -1px rgba(164, 164, 164, 0.698) inset;
    margin-bottom: 11px;
    padding: 13px 30px 0 0;
	*/
    overflow: hidden;
    position: relative;
    display: none;
}
.file-selectdialog .file-placeholder{
    margin-left: 0;
}
.file-selectdialog .file-simple .file-placeholder {
    margin-top: 0px;
    margin-left: 90px;
}
.file-selectdialog .file-label {
    background: url("/local/templates/chelarm_new/components/bitrix/main.file.input/drag_base/images/live_feed_sprite.png") no-repeat scroll -146px -186px transparent;
    color: #5C6470;
    font-size: 12px;
    left: 13px;
    padding-left: 20px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    top: 2px;
    width: 0px;
}
.file-selectdialog .file-extended .file-selector {
    border-radius: 5px 5px 5px 5px;
    color: #A0AEB5;
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
    margin: 30px 0 10px;
    padding: 24px 3px 43px 191px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-extended .file-selector-active {
    background-position:57px -88px;
    border:3px dashed #d4dde1;
    padding:21px 0 40px 190px;
}
.file-selectdialog .file-extended .file-selector:hover {
    border:3px dashed #d4dde1;
    padding:21px 0 40px 188px;
}
.file-selectdialog .file-extended .file-load-img {background:url("/local/templates/chelarm_new/components/bitrix/main.file.input/drag_base/images/loading-place-img.gif") no-repeat 0 0;
                                                  height:79px;
                                                  left:58px;
                                                  top:20px;
                                                  position:absolute;
                                                  width:90px;
}
.file-selectdialog .file-extended .file-selector:hover .file-load-img  {
    background-position:0 -104px;
    left:55px;
    top:17px;
}
.file-selectdialog .file-extended .file-uploader {
    color: #2067B0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.file-selectdialog .file-extended .file-uploader .file-but-text {
    cursor: pointer;
    display: block;
    width:100%;
    height:100%;
}
.file-selectdialog .file-simple .file-uploader .file-fileUploader {
    /*font-size: 12px;*/
}
.file-selectdialog .file-uploader .file-fileUploader {
    font-size:120px;
    height:85px;
    opacity:0;
    filter: alpha(opacity=0);
    position:absolute;
    right: 0;
    top: -20px;
    cursor: pointer;
}
.file-selectdialog .file-uploader .file-filemacos {
    left:0 !important;
}
.file-selectdialog .file-label2 {
    color: #5C6470;
    font-size: 12px;
    margin-left: 58px;
    padding-bottom: 11px;
}
.file-selectdialog .file-simple,
.file-selectdialog .file-extended {
    display: none;
    margin-left: 0;
	width: 200px;
}
.file-selectdialog .file-simple .file-label2 {
    margin-top:20px;
}
.file-selectdialog .file-simple .file-selector{
    color:#5c6470;
    overflow: hidden;
    height: 30px;
    /*font-size:12px;*/
    font-weight:bold;
    margin:6px 0 6px 90px;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-simple .file-uploader{
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
    cursor:pointer;
}
.file-selectdialog .file-simple .file-uploader-left{
    background: url("/local/templates/chelarm_new/components/bitrix/main.file.input/drag_base/images/live_feed_sprite.png") no-repeat scroll 0px -240px transparent;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.file-selectdialog .file-simple .file-uploader-right{
    background: url("/local/templates/chelarm_new/components/bitrix/main.file.input/drag_base/images/live_feed_sprite.png") no-repeat scroll -7px -240px transparent;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.file-selectdialog .file-simple .file-but-text{
    background: url("/local/templates/chelarm_new/components/bitrix/main.file.input/drag_base/images/live_feed_sprite.png") repeat-x scroll 0 -267px transparent;
    color: #7A808C;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding: 2px 10px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: top;
}

/* End */
/* /include/js/bxSlider/jquery.bxslider.css?17053112523836 */
/* /local/components/chelarm/ajaxform/templates/popup/style.css?17053113235037 */
/* /local/templates/chelarm_new/components/bitrix/main.file.input/drag_base/style.css?170531132310329 */
