.more-container{
	display: inline;
	float: right;
	margin: 0 0 20px 0;
}

.more-equipments{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 12px;
	color: #030711;
	text-transform: uppercase;
	margin: 0 10px 0 0;
}

.more-equipments:hover{
	text-decoration: none;
}

/*Баннер*/
.doorphone-banner{
	position: relative;
	height: 600px; 
    background: url(http://shop.itspectr.org/template/img/site/doorphone-banner.jpg) 100% 40% no-repeat; /* Добавляем фон */
    background-size: cover; 
}

.doorphone-banner::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(3,7,17,.7);
	transition: all .3s ease;
  }

.doorphone-banner-title{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 50px;
	color: #ffffff;
	line-height: 150%;
	margin: 10% 0 3% 0;
	padding: 0;
}

.doorphone-banner-desc{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	margin: 30px 0 0 0;
	padding: 0;
	line-height: 180%;
}

.doorphone-banner-btn-container{
	margin: 60px 0 0 0;
}

.doorphone-banner-img{
	width: 100%;
}

.doorphone-banner-btn{
	background-color: #274695;
	color: #fff;
	padding: 15px 35px;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	border-radius: 30px;
}

.doorphone-banner-btn:hover{
	background-color: #274695;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 10px 15px rgb(0 0 0 / 15%);
}

/*Факты*/
.facts{
	margin: 120px 0 60px 0;
}

.facts-title{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 36px;
	color: #030711;
}

.fact-card{
	height: 220px;
    background: #f2f5fa;
    border-radius: 10px;
    padding: 20px 30px;
    margin: 0 0 30px 0;
}

.fact-card-number{
	width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #274695;
    margin: 0 0 40px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.fact-card-title{
	font-size: 24px;
    line-height: 1;
    margin: 0 0 15px;
    color: #274695;
    font-weight: 700;
}

.fact-card-text{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #030711;
}

/*Комплекты*/
.kits{
	background-color: #f2f5fa;
	padding: 100px 0 70px 0;
}

.kits-title{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 36px;
	color: #030711;
	margin: 0 0 30px 0;
}

/*Собери свой комплект*/
.assemble-kit{
	background-color: #f2f5fa;
	padding: 0 0 80px 0;
}

.assemble-kit-desc{
	margin: 10px 0 30px 0;
}

.assemble-kit-desc p{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #030711;
}

.assemble-kit-eq-view{
	background-color: #fff;
	position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 100px);
    max-height: 500px;
    border: 1px solid #d0d2d6;
    border-radius: 10px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
    padding: 20px;
	margin: 0;

}

.assemble-kit-form{
	background-color: #fff;
	border: 1px solid #d0d2d6;
	border-radius: 10px;
	padding: 20px 30px;
	box-shadow: 0px 15px 25px rgba(99,118,192,.3);
}

.assemble-kit-form-container-btn{
	text-align: center;
}

.assemble-kit-status, .assemble-kit-img, .assemble-kit-price, .assemble-kit-tooltip, .assemble-kit-text, 
.assemble-kit-eq-img, .assemble-kit-eq-name, .assemble-kit-eq-price, .assemble-kit-eq-btn{
	display: inline-block;
	vertical-align: middle;
}

.assemble-kit-status{
	margin: 0 20px 0 0;
}

.assemble-kit-status-no-done{
	color: #eee;
}

.assemble-kit-status-done{
	color: #1CAF5E;
}

.assemble-kit-eqs{
	background-color: #f5f5f5;
	padding: 15px 0;
}

.assemble-kit-eq{
	padding: 10px 20px;
	border: 1px solid #ddd;
	margin: 10px 15px 0 15px;
	background-color: #fff;
}

.assemble-kit-img{
	margin: 0 20px 0 0;
	width: 70px;
}

.assemble-kit-img-icon{
	width: 50px;
}

.assemble-kit-img-img{
	width: 70px;
}

.assemble-kit-text{
	width: 450px;
	margin: 0 5px 0 0;
}

.assemble-kit-text a{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #030711;
}

.assemble-kit-price{
	margin: 0 0 0 30px;
}

.assemble-kit-price span{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 24px;
	color: #030711;
}

.assemble-kit-tooltip{
	color: #eee;
}

.btn-add:hover {
    border: 1px solid #274695;
    background-color: #F5F6FB;
}

.btn-add::after{
	content: 'В комплект';
}

.btn-added::after{
	content: 'Добавлено';
}

.assemble-kit-eq-name{
	width: 365px;
}

.assemble-kit-eq-img{
	margin: 0 10px 0 0;
}

.assemble-kit-eq-img img{
	width: 70px;
}

.assemble-kit-eq-name a{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
}

.assemble-kit-eq-price{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 24px;
	margin: 0 30px;
	width: 90px;
	color: #030711;
}

.assemble-kit-eq-price span::after{
	content: ' р.';
}

.assemble-kit-total{
	margin: 0 20px 40px 20px;
}

.assemble-kit-total-title{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 24px;
	color: #030711;
	margin: 20px 0 20px 0;
}

.assemble-kit-total-text{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #030711;
}

#total-price{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
}

#total-price::after{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
	content: ' р.';
	color: #030711;
}

#total-count{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
	color: #030711;
}

#total-count::after{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
	content: ' шт.';
	color: #030711;
}

.assemble-kit-total-text-ps{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 12px;
	color: #030711;
}


/*Карточка товара*/
.product-card{
	margin: 0 15px 60px 15px;
	position: relative;
	width: 100%;
	background-color: #fff;
	border: 1px solid #d0d2d6;
	border-radius: 10px;
	padding: 20px 30px;
	transition: box-shadow .24s ease;
}

.product-card-present{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #27898e;
	margin: 0;
	padding: 0;
}

.product-card-img-container{
	height: 140px;
}

.product-card-img{
	max-width: 135px;
	max-height: 135px;
    display: block;
    margin: 20px auto;
}

.product-card-name{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	color: #030711;
	line-height: normal;
}

.product-card-name-container{
	height: 50px;
}

.product-card-name:hover{
	color: #274695;
	text-decoration: none;
}

.product-card-price-container{
	margin: 20px 0;
}

.product-card-price{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 25px;
	color: #030711;
	line-height: normal;
}

.product-card-btn{
	position: absolute;
    bottom: -25px;
    left: 50%;
    display: block;
    width: 170px;
    height: 45px;
    transform: translateX(-50%);
    background: #274695;
    box-shadow: 10px 10px 30px rgba(99,118,192,.3);
    border-radius: 100px;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
}

.product-card-btn:hover{
	text-decoration: none;
	color: #fff;
}

/*Карточка товара для комплекта*/
.product-card-name-kit{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #274695;
	line-height: normal;
}

.product-card-name-kit:hover{
	color: #274695;
	text-decoration: none;
}

.product-card-desc-container{
	margin: 10px 0 0 0;
	height: 140px;
}

.product-card-desc{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 12px;
	color: #858585;
	line-height: normal;
}

/*Монтаж*/
.installation_main{
	background: url(http://shop.itspectr.org/template/img/site/install/bg.jpg) no-repeat; 
    position: relative;
    z-index: 1;
    padding: 120px 0;
}

.installation_main:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #030711;
    opacity: 0.60;
    z-index: -1;
}

.installation_main_h3{
	padding: 0;
	margin: 0 0 10px 0;
	color: #ffffff;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 20px;
}

.installation_main_h3:after{
	content: "";
    width: 45px;
    height: 2px;
    background: #F49B00;
    margin-left: 20px;
    display: inline-block;
}

.installation_main_h2{
	padding: 0;
	margin: 0 0 35px 0;
	color: #ffffff;
	font-family: Open Sans;
	font-weight: 700;
	font-size: 48px;
}

.installation_main_li{
	padding: 0;
	margin: 0 0 10px 0;
	color: #ffffff;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
}

.installation_main_row_btn{
	padding: 0;
	margin: 20px 0 0 0;
}

.installation_main_btn{
	display: inline-block;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #030711; 
	padding: 15px 30px;
	border-radius: 15px;
	background-color: #F49B00;
}

.installation_main_btn:hover{
	text-decoration: none;
	background-color: #FFBA43;
	color: #ffffff
}

/*Мониторы*/
.monitors{
	background-color: #f2f5fa;
	padding: 100px 0 10px 0;
}

.monitors-title{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 36px;
	color: #030711;
	margin: 0 0 30px 0;
}

/*Вызывные панели*/
.panels{
	background-color: #f2f5fa;
	padding: 100px 0 10px 0;
}

.panels-title{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 36px;
	color: #030711;
	margin: 0 0 30px 0;
}

/*Замки*/
.locks{
	background-color: #f2f5fa;
	padding: 100px 0 10px 0;
}

.locks-title{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 36px;
	color: #030711;
	margin: 0 0 30px 0;
}

/*Доп. оборудование*/
.additionals{
	background-color: #f2f5fa;
	padding: 100px 0 0 0;
}

.additionals-title{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 36px;
	color: #030711;
	margin: 0 0 30px 0;
}

/*Фото*/
.photos{
	background-color: #f2f5fa;
	padding: 100px 0 0 0;
}

.photos-text{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 36px;
	color: #030711;
	margin: 0 0 30px 0;
}

/*Обратная связь*/
.request{
	background-color: #F8F8F8;
	padding: 0 0 60px 0;
}

.request-text-container{
	text-align: center;
}

.request-caption{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 36px;
	color: #030711;
	margin: 120px 0 60px 0;
}

.request-text{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	color: #030711;
	margin: 0 auto;
	padding: 0 0 40px 0;
	max-width: 770px;
}

.request-form{
    font-family: Open Sans;
	font-weight: 400;
    font-size: 14px;
    color: #030711;
    background-color: #fff;
    max-width: 100%;
    border: 1px solid #d0d2d6;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}

.request-mark{
	background-color: #274695;
	color: #fff;
}

.request-form-caption{
	font-family: Open Sans;
	font-weight: 700;
    font-size: 24px;
    color: #030711;
    padding: 0 0 50px 0;
    margin: 0;
}

.request-form-input{
	padding: 10px;
    margin: 0 25px 25px 0;
}

.request-form-btn{
	background-color: #274695;
    border: none;
    color: #fff;
    padding: 13px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
}