

/* Start:/local/templates/.default/components/bitrix/news/equipment_selection/css/equipment_selection.css?1674826464130*/
#podborFormLabel {
    position: absolute;
    right: 0 !important;
    top: -115px !important;
    max-width: 340px !important;
}
/* End */


/* Start:/local/components/onpeak/form.podbor/templates/.default/style.css?17168980482665*/
.modal-dialog {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
}

.modal-backdrop {
    z-index: 10000 !important;
}

.modal {
    z-index: 10100 !important;
}

.modal.loading .modal-content::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ccc7;
    z-index: 9;

    cursor: progress;
}

.form-file {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.input-file {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.form-file .btn {
    width: 45%;
}

.form-error {
    color: #e02222;
}

.input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    padding: 12px 20px 11px;
}

.select2-container .select2-dropdown {
    z-index: 10101;
}
.select2-container .selection .select2-selection {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 49px;
}

.select2-container .selection .select2-selection.error {
    border-color: #e02222;
}

.select2-container--default.select2-container .selection .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 450px) {
    .form-file {
        display: flex;
        flex-direction: column;
    }

    .form-file .btn {
        width: 100%;
        margin: 3px 0px 10px !important;
    }
}

@media (max-width: 400px) {
    .modal-content {
        width: 100%;
    }
}
@media (max-width: 395px) {
    #podborForm .form.popup .form-header .text {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.row[data-sid="REGIONS"], .row[data-sid="REGION"] {
    display: none;
}
.row[data-sid="REGIONS"].shown {
    display: block;
}

.select2-container .select2-dropdown {
    z-index: 10101;
}

.select2-container .selection .select2-selection {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 49px;
}

.select2-container .selection .select2-selection.error {
    border-color: #e02222;
}

.input.error .select2-container .select2-selection--single {
    border-color: #e02222;
}

.row[data-sid="REGIONS"] label.error,
.row[data-sid="COUNTRIES"] label.error {
    top: 0;
}

.select2-container--default.select2-container .selection .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/equipment/style.css?16748264644828*/
.bx-newsdetail-files{
	margin-top: 20px;
	margin-bottom: 20px;
	display: grid;
}
.bx-newsdetail-files a{
	color: #0074c1;
}
.bx-newsdetail-files a:hover{
	color: #060;
	text-decoration: underline;
}
.bx-newsdetail td {
	border-bottom: 1px solid lightgrey;
	text-align: center;
}
.bx-newsdetail-params {
	margin-bottom: 20px;
}
.bx-newsdetail table {
	margin-bottom: 30px;
}
.bx-newsdetail table p{
	margin-left: 10px;
	margin-bottom: 0;	
}
.bx-newsdetail-block {
	padding: 0 14px;
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(2n+1) {
		clear: both;
	}
}
/* POST FORMATS */
.bx-newsdetail-img,
.bx-newsdetail-audio,
.bx-newsdetail-youtube,
.bx-newsdetail-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.bx-newsdetail-slider img,
.bx-newsdetail-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-newsdetail-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
	background: url("/local/templates/.default/components/bitrix/news.detail/equipment/images/bx-video.png") no-repeat center;
}
.bx-newsdetail-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newsdetail-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newsdetail-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newsdetail-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newsdetail-slider-arrow-container-left,
.bx-newsdetail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newsdetail-slider-arrow-container-left {
	left: 0;
}
.bx-newsdetail-slider-arrow-container-right {
	right: 0;
}
.bx-newsdetail-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.bx-newsdetail-slider-arrow-container-left:hover .bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-arrow-container-right:hover .bx-newsdetail-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.bx-newsdetail-slider-arrow-container-left .bx-newsdetail-slider-arrow {
	left: 20px;
}
.bx-newsdetail-slider-arrow-container-right .bx-newsdetail-slider-arrow {
	right: 20px;
}
.bx-newsdetail-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newsdetail-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.bx-newsdetail-slider-control li:hover,
.bx-newsdetail-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
.bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-control li {
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
/* /// */
.bx-newsdetail-title,
.bx-newsdetail-title a {
	color: #000;
	margin: 0;
	font-weight: 600;
	padding: 2px 0 15px;
	font-size: 18px;
	border-bottom: none;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.bx-newsdetail-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .bx-newsdetail-title {
	font-size: 24pt;
}
.bx-md .bx-newsdetail-title {
	font-size: 20pt;
}
.bx-xs .bx-newsdetail-title {
	font-size: 18pt;
}
.bx-newsdetail-separator,
.bx-newsdetail-view,
.bx-newsdetail-date,
.bx-newsdetail-comments,
.bx-newsdetail-author,
.bx-newsdetail-other {
	color: #222222;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.bx-newsdetail-rating,
.bx-newsdetail-separator,
.bx-newsdetail-date{
	display: inline-block;
}
.bx-newsdetail-separator {
	margin: 0 10px;
}
.bx-newsdetail-view i.fa,
.bx-newsdetail-date i.fa,
.bx-newsdetail-comments i.fa,
.bx-newsdetail-author i.fa,
.bx-newsdetail-tags i.fa,
.bx-newsdetail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.bx-newsdetail-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newsdetail-content {
	font-size: 14px;
	margin-bottom: 5px;
}
.bx-newslist-source{
	color: #060;
    font-size: medium;
    font-weight: bold;
}
.bx-newslist-header{
	font-size: 1.3em;
    color: #060;
}
.bx-newslist-more .btn.btn-primary{
	background-color: #008b44;
    border-color: #008b44;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/equipment/themes/blue/style.css?1674826464260*/
/*RATING*/
.bx-newsdetail .fa.bx-star-active {
	color: #1485CE;
}
/*BTN*/
.bx-newsdetail .btn {
	background-color: #1485CE;
	border-color: #1485CE;
}
.bx-newsdetail .btn:active,
.bx-newsdetail .btn:hover {
	background-color: #53A4D8;
	border-color: #53A4D8;
}

/* End */
/* /local/templates/.default/components/bitrix/news/equipment_selection/css/equipment_selection.css?1674826464130 */
/* /local/components/onpeak/form.podbor/templates/.default/style.css?17168980482665 */
/* /local/templates/.default/components/bitrix/news.detail/equipment/style.css?16748264644828 */
/* /local/templates/.default/components/bitrix/news.detail/equipment/themes/blue/style.css?1674826464260 */
