img{
	max-width: 100%;
}
.header-wrapper>.header .header-inner>.logo {
	display: table-cell;
	width: 21%;
	padding-right: 48px;
	vertical-align: top;
}
.color-blue{
	color: #0479bb;
}
.color-red{
	color: #ee0000;
}
.color-black{
	color: #000 !important;
}
.color-yellow{
	color: #f0b63d;
}
.size-18{
	font-size: 18px;
}
.italic{
	font-style: italic;
}
.hide-mob{
	display: block;
}
.show-mob{
	display: none;
}
.m_bg_shotgun_services .column-name{
	background: url('img/shotgun_bg.jpg') no-repeat 0 0;
}
.m_bg_shotgun_services .column-name p{
	padding-left: 56px!important;
}
.m_bg_shotgun_services .column-name .inline{
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.m_bg_shotgun_services .highlight{
	background-color: #000;
}
.with-img .column-name{
	background-size: cover;
}

.subtitle{
	display: flex;
	justify-content: space-between;
}
.subtitle .sw-text{
	width: 57%;
}
.subtitle .swt1{
	margin-bottom: 1em;
}
.subtitle .swt2{
	margin-bottom: 2em;
}
.drop-title{
	position: relative;
	padding-left: 20px;
}
.drop-title:before{
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #0479bb transparent transparent transparent;
	transition: 0.25s;
}
.drop-title.active:before{
	transform: rotate(180deg);
	transition: 0.25s;
}

.drop-title span{
	cursor: pointer;
	line-height: 1;
	border-bottom: 1px dashed #0479bb;
}
.drop-block{
	display: none;
}
.drop-block .b_list_circle_blue li{
	font-size: 16px;
}
.drop-block .b_list_circle_blue li:before{
	top: 7px;
	margin-top: 0;
}
.drop-block--bordered-content{
	padding-left: 40px;
	border-left: 3px solid #0479bb;
	margin-bottom: 50px;
}
.icon-block{

}
.icon-block--check{
	display: block;
	padding-left: 65px;
	margin-bottom: 40px;
	position: relative;
}
.icon-block--check:before{
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 42px;
	height: 42px;
	background: url('img/ico-check.png') no-repeat 0 0;
}
.icon-block--info{
	display: block;
	padding-left: 65px;
	margin-bottom: 40px;
	position: relative;
}
.icon-block--info:before{
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 42px;
	height: 42px;
	background: url('img/ico-info.png') no-repeat 0 0;
}
.icon-block--price{
	font-size: 25px;
}
.icon-block--contacts{
	display: flex;
	align-items: center;
}
.icon-block--contacts .b_button{
	padding: 8px 50px 9px;
	min-width: 148px;
	text-align: center;
}
.icon-block--contacts-phone{
	padding-left: 20px;
}
.icon-block--contacts-phone a{
	color: #0479bb;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}
.icon-block--contacts-phone a:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 0;
	width: 0;
	background-color: #0479bb;
	transition: 0.25s;
}
.icon-block--contacts-phone a:hover:before{
	left: 0;
	height: 1px;
	width: 100%;
	transition: 0.25s;
}

.title-flex{
	display: flex;
	align-items: center;
}
.title-line{
	margin-left: 25px;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.b_list_circle_gray{
	padding: 0!important;
	margin: 0;
	list-style: none;
}
.b_list_circle_gray li {
	padding-left: 25px;
	color: #333;
	font-family: roboto_condensed;
	font-weight: 400;
	position: relative;
}
.b_list_circle_gray li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	margin-top: 0;
	width: 8px;
	height: 8px;
	background-color: #666;
	border-radius: 50%;
}

.drop-block--question-content{
	padding-left: 60px;
	position: relative;
}
.drop-block--question-content:before{
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 42px;
	height: 42px;
	background: url('img/ico-question.png') no-repeat 0 0;
}

.note-select{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
}
.note-select--title{
	font-size: 24px;
	color: #0479bb;
	line-height: 1;
	border-bottom: 1px dashed #0479bb;
	cursor: pointer;
	position: relative;
}
.note-select--title:before{
	content: '';
	opacity: 0;
	position: absolute;
	left: calc(50% - 5px);
	bottom: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #0479bb transparent transparent transparent;
	transition: 0.25s;
}
.note-select--title:not(.active):hover:before{
	opacity: 1;
	bottom: -15px;
	transition: 0.25s;
}
.note-select--title.active{
	font-weight: bold;
	border-color: transparent;
}
.note-select--title.active:before{
	opacity: 1;
	bottom: -15px;
}
.note-select--spacer{
	font-size: 18px;
	color: #999;
	font-style: italic;
	position: relative;
	text-align: center;
	flex-grow: 1;
}
.note-select--spacer:before,
.note-select--spacer:after{
	content: '';
	position: absolute;
	top: calc(50% + 2px);
	height: 1px;
	width: calc(50% - 40px);
	background-color: #ccc;
}

.note-select--spacer:before{
	left: 20px;
}
.note-select--spacer:after{
	right: 20px;
}
.note-select-content{
	opacity: 0;
	display: none;
	padding: 25px;
}
.note-select-content.active{
	opacity: 1;
	display: flex !important;
	border-radius: 10px;
	background: rgb(216,238,251);
	background: linear-gradient(180deg, rgba(216,238,251,1) 0%, rgba(255,255,255,1) 50%);
}
.nstc-text{
	padding: 0 50px;
}
.nstc-text.finger1{
	background: url('img/ico-finger1.png') no-repeat 0 0;
}
.nstc-text.finger2{
	background: url('img/ico-finger2.png') no-repeat 0 0;
}
.nstc-prise{
	padding-top: 5px;
	width: 40%;
	flex-shrink: 0;
}
.nstc-prise--numb{
	font-size: 25px;
	margin-bottom: 20px;
}
.nstc-prise--button .b_button{
	display: block;
	text-align: center;
}
.nstc-prise--phone a{
	color: #0479bb;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}
.nstc-prise--phone a:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 0;
	width: 0;
	background-color: #0479bb;
	transition: 0.25s;
}
.nstc-prise--phone a:hover:before{
	left: 0;
	height: 1px;
	width: 100%;
	transition: 0.25s;
}

.slide-gun .slide-title{
	margin-top: 80px !important;
	margin-bottom: 45px!important;
}
.slide-gun i{
	font-style: normal;
}
.slide-gun .slide-title + p{
	margin-bottom: 50px;
	font-size: 19px;
}
.carousel-control .control li.gun-point a:before{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 5px;
	width: 100%;
	background: url('img/gun-point-bg.png') repeat-x 0 0;
}

#carousel ul li div.slide-gun p span{
	color: #f0b63d;
	font-size: 19px;
	line-height: normal;
	padding-right: 5px;
}
#popupGun{
	padding: 0 50px;
}

@media (max-width: 1218px){
	.note-select--title{
		font-size: 21px;
	}
}
@media (max-width: 959px){
	.subtitle{
		flex-direction: column;
	}
	.subtitle .sw-text{
		width: auto;
	}
	.icon-block--price{
		text-align: center
	}
	.icon-block--contacts{
		flex-direction: column;
	}
	.icon-block--contacts-phone{
		padding-left: 0;
		padding-top: 20px;
	}
	.note-select{
		flex-direction: column;
	}
	.note-select--spacer{
		margin: 10px 0;
	}
	.note-select--title.active:before {
		opacity: 1;
		bottom: 5px;
		left: -20px;
	}
	.note-select-content{
		flex-direction: column;
	}
	.nstc-prise{
		width: auto;
	}
	.nstc-prise--numb,
	.nstc-prise--phone{
		text-align: center;
	}
	.hide-mob{
		display: none;
	}
	.show-mob{
		display: inline-flex;
		justify-content: center;
	}
	.note-select--title{
		margin-bottom: 10px
	}
}

@media (max-width: 479px){
	.size-18{
		font-size: 15px;
	}
	.drop-block--bordered-content{
		padding-left: 15px;
	}
	.drop-block--question-content{
		padding-left: 25px;
	}
	.drop-block *,
	.drop-block .b_list_circle_blue li{
		font-size: 14px;
	}
	.icon-block--price{
		font-size: 17px;
	}

	.icon-block--check,
	.icon-block--info{
		padding-left: 25px;
	}
	.icon-block--check:before,
	.icon-block--info:before,
	.drop-block--question-content:before{
		top: 0;
		left: -5px;
		width: 20px;
		height: 20px;
		background-size: contain;
	}
	.note-select-content{
		padding: 15px;
	}
	.nstc-text{
		padding: 0 0 0 30px;
	}
	.nstc-text.finger1,
	.nstc-text.finger2{
		background-size: 20px;
	}
	.note-select--title{
		font-size: 18px;
	}
}
