.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;
}

/*Баннер*/
.video-banner{
	position: relative;
	height: 600px; 
    background: url(http://shop.itspectr.org/template/img/site/bg_cctv.jpg) 100% 40% no-repeat; /* Добавляем фон */
    background-size: cover; 
}

.video-banner::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(3,7,17,.7);
	transition: all .3s ease;
  }

.video-banner-title{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 50px;
	color: #ffffff;
	line-height: 150%;
	margin: 10% 0 3% 0;
	padding: 0;
}

.video-banner-desc{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	margin: 30px 0 0 0;
	padding: 0;
	line-height: 180%;
}

.video-banner-btn-container{
	margin: 60px 0 0 0;
}

.video-banner-img{
	width: 100%;
}

.video-banner-btn{
	background-color: #274695;
	color: #fff;
	padding: 15px 35px;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	border-radius: 30px;
}

.video-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;
}

/*Комплекты*/
.kit{
	background-color: #f2f5fa;
	padding: 100px 0;
}

.kit-text-container{
	padding: 0 0 80px 0;
	margin: 0;
}

.kit-title{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 36px;
	color: #030711;
	padding: 0;
	margin: 0;
}

.kit-text{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #030711;
}

.kit-count-cam-container{
	padding: 0;
	margin: 15px 0 0 0;
}

.kit-count-cam{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #030711;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: right;
}

.kit-count-cam-item{
	list-style-type: none;
	margin: 0 50px 10px 0;
	display: inline;
	
}

.kit-count-cam-item:hover{
	color: #274695;
}

.kit-count-cam-item-active{
	border-bottom: 2px solid #274695;
}

/*Карточка товара*/
.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: 70px;
}

.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: 70px;
}

.product-card-desc{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 12px;
	color: #858585;
	line-height: normal;
}

/*Облако*/
.cloud{
	padding: 120px 0 60px 0;
}

.cloud-title{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 36px;
	color: #030711;
	margin: 0 0 60px 0;
}
.cloud-advantage{
	margin: 0 0 60px 0;
}

.cloud-advantage-img-bg{
	width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f5fa;
    border: 1px solid #274695;
    border-radius: 50%;
    margin-bottom: 20px;
}

.cloud-advantage-img{
	width: 60px;
    margin-bottom: 0;
}

.cloud-advantage-title{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 18px;
	color: #030711;
	margin: 0 0 10px 0;
}

.cloud-advantage-text{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	color: #030711;
}

.cloud-cam-img{
	width: 100%;
}

.cloud-btn-container{
	margin: 40px 0 0 0;
}

.cloud-btn{
	background-color: #274695;
	color: #fff;
	padding: 15px 35px;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	border-radius: 30px;
}

.cloud-btn:hover{
	background-color: #274695;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 10px 15px rgb(0 0 0 / 15%);
}

/*Камеры*/
.cameras{
	background-color: #f2f5fa;
	padding: 100px 0 100px 0;
}

.cameras-title{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 36px;
	color: #030711;
	margin: 0 0 30px 0;
}

/*Монтаж*/
.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
}

/*Регистраторы*/
.dvr{
	background-color: #f2f5fa;
	padding: 100px 0 0 0;
}

.dvr-title{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 36px;
	color: #030711;
	margin: 0 0 60px 0;
}

/*Дополнительное*/
.additional{
	background-color: #f2f5fa;
	padding: 100px 0 0 0;
}

.additional-title{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 36px;
	color: #030711;
	margin: 0 0 60px 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;
}