﻿/* Header styles */

img {
	vertical-align: top;
}
	.isib-header-background{
		height: 50px;
		background: #222853; /* Для старых браузров */
		background: linear-gradient(to right, #222853, #2b399d);
		/*Новогодняя шапка*/
		/*background: url('/bitrix/templates/Adaptive/img/StarWay_Isib.png') center center;*/
		background-size: cover;
	}

	.img-overlay{
	    width: 100%;
	    height: 420px;
	    background: rgba(34, 40, 83, 0.55);
            /*background: #222853; !* Для старых браузров *!*/
            /*background: linear-gradient(to right, rgba(34, 40, 83, 1), rgba(34, 40, 83, 0.20));*/
	}

	/* Logo */
	.main-logo-link {
		line-height: 50px;
	}

	/* Call button */
	.header-button {
		background-color: #2b378e;
		color: white;
		border-radius: 6px;
		border-color: white;
		line-height: 20px;
		margin-top: -5px;
	}

	.header-button:hover,
	.header-button:active,
	.header-button:focus {
		background-color: #2b399b;
		color: white;
	}

	/* Search button */
	.header-search,
	.header-search:hover,
	.header-search:active,
	.phone-icon:hover,
	.phone-icon:active,
	.phone-icon {
		/*font-size: 16pt;*/
		margin: 0px 15px;
	}

	/* phone number in header*/
	.phone-number {
		line-height: 50px;
		color: white;
		font-size: 17px;
		margin-right: 15px;
	}

	/*.nav > li > a,
	.nav > li > a:hover {
		padding-left: 16px;
		padding-right: 16px;
	}*/

	.dropdown-menu > li > a {
		padding: 12px 40px 12px 23px;
	}

	.arrow_box {
		padding: 0;
	}

	.arrow_box::before, .arrow_box::after {
		content: '';
		position: absolute;
		left: 55px; top: -20px;
		border: 10px solid transparent;
		border-bottom: 10px solid #cecece;
	}

	.arrow_box::after {
		border-bottom: 10px solid #ebebeb;
		top: -19px;
	}

	#search-header-input,
	#search-header-input:hover,
	#search-header-input:active,
	#search-header-input:focus {
		display: none;
		background-color: rgba(0, 0, 0, 0.0);
		top: -10px;
		color: white;
		border: 0px;
		border-color: rgba(0, 0, 0, 0.0);
		border-bottom: solid 1px #ff00a2;
		height: 30px;
		line-height: 30px;
		margin-left: 15px;
		outline: none;
	}


	.divider {
		border-bottom: dashed 1px #ff00a2;
	}

	.isib-footer {
		background-color: #222855;
	}

	.isib-footer a {
		color: #9596a6;
		font-size: 9pt;
	}

	.isib-footer, .isib-footer a > h5 {
		color: white;
	}
	.isib-footer li {
		line-height: 100%;
		margin-bottom: 15px;
	}
	.footer-row > p {
		padding-top: 30px;
		margin-top: 20px;
		padding-bottom: 20px;
		border-top: solid 1px #6f7080;
		font-size: 9pt;
	}

	.h4hr {
		width: 20px;
		border: solid 1px #ff00a2;
	}

	.competence {
		font-size: 10px;
		text-align: center;
		padding: 4px;
	}


	#companyText, #companyNumber1, #companyNumber2, #companyNumber3, #companyNumber4, .news, .indexMap {
		opacity: 0;
	}

	a {
		color: #2b378e;
	}

	.line {
		text-decoration: none;
		border-bottom: 1px solid #e0e0e0;
	}
    .items-text .line{
        line-height: 1.42857143 !important;
    }

	.pink-line {
		text-decoration: none;
		border-bottom: 1px solid #ff00a2;
	}

	a:hover,
	a:active,
	a:focus {
		text-decoration: none;
		color: #ff00a2;
	}

	.competence > div {
		padding-left: 2px;
		padding-right: 2px;
	}

	.compet {
		/*opacity: 0; не отображались иконки в разделе автоматизация*/  
		height: 120px;
		margin-top: 15px;
	}

	.compet:hover{
		/*line-height: 200%;*/
		font-size: 12px;
	}

	.compet > img {
		padding-bottom: 15px;
		height: 60px;
	}

	.indexMap {
		border: solid 1px #e5e5e5;
	}

	.dropdown:hover > .dropdown-menu {
	    display: block;
	}

.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 0px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 0px;
	border-bottom: 1px solid #cccccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
button.form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 12px 0px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #fff;
	background-color: #2b378e;
	background-image: none;
	/*border: 2px solid #2b378e;*/
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


ul.image-style {
	list-style-image: url(/bitrix/templates/Adaptive/img/marker.png);
	line-height: 125%;
	padding-left: 25px;
	margin-bottom: 15px;
}

ul.image-style > li {
	margin-top: 10px;
	padding-left: 20px;
}

.form-control:focus {
	border-color: #ff00a2;
	outline: 0;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0.6);
}

button.form-control:active,
button.form-control:focus,
button.form-control:hover {
	background-color: #ff00a2;
	color: #fff;
}

textarea.form-control {
	border: 1px solid #cccccc;
	padding: 12px;
	resize: none
}

.sub-menu > li > a {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 9pt;
	color: #606060;
}

.sub-menu > li > a:hover {
	color: #ff00a2;
}

.modal-content {
	border-radius: 0px;
}

.modal-header {
	background-color: #222855;
	color: #fff;
}

.modal-header > .close {
	color: #fff;
}

.navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-nav > li {
    float: none;
    display: inline-flex;
}
/*.navbar-nav{
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.navbar-default .navbar-nav > li > a{
    height: 90px;
}
.navbar-nav > li {
    display: inline-block;
        min-width: 150px;
}
.navbar-default .navbar-nav > li > a{
    padding: 0 15px 0 15px;
}
.navbar-default .navbar-nav > .active > a{
    padding: 20px 15px 20px 15px;
}*/
.navbar-default .navbar-nav > li:nth-child(1){
    width: 150px;
}
.navbar-default .navbar-nav > li:nth-child(2){
    width: 200px;
}


/*.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #e0e0e0;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	height: 90px;*/
/*	border-bottom: solid 2px #3549dc;
	padding-left: 15px;
	padding-right: 15px;
}*/

#left-menu-fixed {
	margin-top: 20px;
}

#left-menu-fixed > li {
	margin-bottom: 5px;
	padding: 10px 20px;
	line-height: 20px;
}

#left-menu-fixed > li.active {
	background-color: #ebebeb;
	border-radius: 5px;
}

#left-menu-fixed > li.active > a {
	color: black;
}

.report-block {
	background-color: #f9f9f9;
	border: solid 1px #dedede;
	padding: 25px;
	padding-top: 10px;
}

.report-block > button.form-control,
.report-block > button.form-control:hover,
.report-block > button.form-control:active,
.report-block > button.form-control:focus {
	background-color: #2d40ba;
	border: 0px;
	border-radius: 0px;
	font-size: 12px;
}

.report-button-contacts,
.report-button-contacts:hover,
.report-button-contacts:active,
.report-button-contacts:focus{
	background-color: #2d40ba;
	border: 0px;
	border-radius: 0px;
	font-size: 12px;
	color: #fff;
	padding: 15px;
}

.report-block > p {
	margin: 15px 5px;
}

.report-block > button.form-control:hover,
.report-button-contacts:hover {
	background-color: #ff00a2;
}

.preview-picture {
	border: solid 1px #dedede;
	padding: 10px;
}

.preview-block:hover> .preview-picture {
	transition: 400ms;
	box-shadow: 0 5px 25px rgba(0,0,0,0.4); /* Параметры тени */
}

.white-box {
	background-color: #fff;
	border-left: solid 20px #fff;
	border-right: solid 20px #fff;
}

.content-box li {
	list-style-type: none; /* Прячем исходные маркеры */
}
.content-box li:before {
	color: #2d40ba; /* Цвет маркера */
	content: "● "; /* Сам маркер */
	padding-right: 10px; /* Расстояние от маркера до текста */
}

.search-input-page {
	background-image: url(/bitrix/templates/Adaptive/img/search-icon.png);
	background-repeat: no-repeat; /*Убираем повтор изображения*/
	background-position: bottom 8px right 10px;
	outline: none; /*убираем стандартную обводку браузера*/
	-moz-border-radius: 20px; /*закругляем углы для Mozilla*/
	-webkit-border-radius: 20px; /*закругляем углы для Chrome, Safari*/
	border-radius: 20px; /*закругляем углы для остальных браузеров*/
	padding: 10px 15px;
	border: solid 1px #606060;
}

div.search-item {
	border: 0px;
	margin: 10px 0px;
	padding: 0px 0px;
}

.smart-ul ul {
	list-style-image: url(/bitrix/templates/Adaptive/img/marker2.png);
	line-height: 160%;
	padding-left: 15px;

}

.smart-ul ul > li {
	padding-left: 30px;
	margin: 10px 0px;
}

.modal-dialog {
	/*width: 765px;*/
}

.modal-footer {
	border-top: 0px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #fff;
	color: #2d40ba;
	border-bottom: solid 2px #2d40ba;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	border-bottom: solid 2px #e0e0e0;
}

.inputfile {
	background-color: #fff;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #fff;
	cursor: default;
}

.btn-add-file {
	border-bottom: solid 1px #cccccc;
	height: 35px;
	border-radius: 0px;
	color: #909090;
	font-size: 10px;
	margin-top: 5px;
	outline: 0;
}

.btn-add-file:active,
.btn-add-file:hover,
.btn-add-file:focus {
	border-bottom: solid 1px #ff00a2;
	color: #ff00a2;
	outline: 0;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
	/* box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); */
}

.history-menu > li {
	padding-top: 10px;
}

.active-history > a {
	color: black;
	font-weight: bold;
}

.active-history:before {
	content: "► ";
}

.prim {
    display: block;
    justify-content: center;
    align-items: start;
    text-align: center;
}
.prim-block {
    display: inline-flex;
    width: 24%;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
    height: 150px;
    justify-content: center;
    align-items: start;
    margin: 15px 0;
    font-size: 13px;
}
.prim-block img {
    width: auto;
    margin: 10px auto;
    height: 70px;
}
.prim-block p {
    margin: 10px 0;
    line-height: 1.3;
}
.col-md-17.preview-block:nth-child(4n+1){
    clear: left;
}
@media (max-width: 990px) {
  .prim-block{
    width: 31%;
  }
  .map-block iframe{
    width: 500px !important;
  }
}
@media (max-width: 550px){
    .prim-block{
    width: 47%;
  }
  .advantages > div{
    width: 100% !important;
  }
  .map-block iframe{
    width: 370px !important;
  }
}
@media (max-width: 440px){
    .prim-block{
    width: 47%;
  }
  .map-block iframe{
    width: 300px !important;
  } 
}
@media (max-width: 380px){
    .prim-block{
    width: 47%;
  }
  .map-block iframe{
    width: 300px !important;
  } 
}

.items-text {
	overflow: hidden;
	position: relative;
	height: 63px;
}

.items-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.b24-form .b24-form-control-container{
    display: flex;
    align-items: center;
    margin: 0;   
}
.b24-form .b24-form-control-label{
    margin-right: 20px;
}
.b24-form .b24-form-control-filelist{
    margin: 0;
}


.dropdown-menu-after {
	left: 100%;
    top: -1px;
    margin: 0;
}


.dropdown-menu-after.arrow_box:before, .dropdown-menu-after.arrow_box:after {
	transform: rotate(-90deg);
	left: -21px;
    top: 10px;
}

.dropdown-menu-after.arrow_box:after {
	top: 10px;
    left: -20px;
}


.dropdown-menu .dropdown a b {
	opacity: 0.3;
    transform: rotate(-90deg);
    position: absolute;
    right: 7px;
    top: calc(50% - 8px);
}