
html
{
	font-size: 10px;
}

.bold_text{
	font-weight: bold !important;
	padding-top: 8px;
}

.phone_tel{
	font-size: 20px !important;
	opacity: 1 !important;
	font-weight: bold;
}
 .mob-view{
 	display: none;
 }

.menu_main{
	margin-left: -10px;
}
ul.menu_site {
  list-style: none; /*убираем маркеры списка*/
  margin: 0; /*убираем отступы*/
  padding-left: 0; /*убираем отступы*/
  margin-top:25px; /*делаем отступ сверху*/
}
ul.menu_site a {
  text-decoration: none; /*убираем подчеркивание текста ссылок*/
  color:#000; /*меняем цвет ссылок*/
  padding:7px; /*добавляем отступ*/
  font-size: 16px;
  
  border-radius:4px; /*добавляем скругление*/
  -moz-transition: all 0.3s 0.01s ease; /*делаем плавный переход*/
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
}
ul.menu_site a:hover {
  text-decoration:underline;/*добавляем эффект при наведении*/
}
ul.menu_site li {
  float:left; /*Размещаем список горизонтально для реализации меню*/
  margin-right:5px; /*Добавляем отступ у пунктов меню*/
  
}


.container-fluid 
{
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.container
{
    max-width: 1170px;
    max-width: 100%;
}
.box-container
{
	max-width: 1170px;
	margin: 0 auto;
}
.row 
{
	display: -webkit-box;
  	display: -ms-box;
  	display: box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	margin-right: -15px;
  	margin-left: -15px;
}
.col 
{
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
/*======================================= SLIDER BLOCK TOP 8 ==============*/



/*.slider-top .slider-content
{
    text-align: center;
}
.slider-top .slider-content .wrapp-inner
{
    background: none;
    height: 100%;
    opacity: 0.8;
    padding: 15px 2% 15px;
    margin: 15px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.slider-top .slick-center .wrapp-inner
{
    opacity: 1;
    transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
}
.slider-top .block-title
{
    display: -webkit-box;
  	display: -ms-box;
  	display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    overflow: hidden;
}
.slider-top .slider-content .slider-title
{
    font-weight: 600;
    font-size: 110%;
    color: white;
    display: block;
    line-height: 1em;
}
.slider-top .box-img
{
    display: -webkit-box;
  	display: -ms-box;
  	display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	overflow: hidden;
    text-align: center;
    height: 160px;
    margin-top: 20px;
}
.slider-top .slick-arrow
{
    background: transparent;
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    padding: 0;
    text-align: center;
    line-height: 0;
    border-radius: 50%;
    font-size: 0;
    top: 50%;
    cursor: pointer;
    border: none;
    margin-top: -10px;
    display: none;
}
.slider-top .slick-prev
{
    left: -50px;
}
.slider-top .slick-next
{
    right: -50px;
}
.slider-top .slick-arrow:after
{
    content: '';
    display: inline-block;
    vertical-align: middle;
    font-family: 'slick';
    font-size: 28px;
    line-height: 1;
    color: #fff;
    opacity: 0.7;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.slider-top .slick-arrow:hover:after
{
    opacity: 1;
}
.slider-top .slick-prev:after
{
    content: '←';
}
.slider-top .slick-next:after
{
    content: '→';
}


.form_top
{
	max-width: 600px;
	margin: 0 auto;
}
.form_top .form-title
{
	font-size: 2rem;
	display: block;
	margin-bottom: 50px;
}
.form_top .form__desc
{
	margin: 25px 0;
}
.form_data .policy
{
	text-align: left;
}
.form_data .policy__label 
{
	display: -ms-box;
  	display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.form_data .policy__input 
{
    display: none;
}
.form_data .policy__label .box 
{
	position: relative;
    display: inline-block;
    width: 14px;
    min-width: 14px;
    line-height: 14px;
    margin-right: 5px;
    height: 14px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}
.form_data .policy__input:checked + .policy__label .box:after
{
	display: inline-block;
	vertical-align: middle;
	content: '\2714';
	font-weight: bold;
	font-size: 1.1rem;
	color: #222;
}
.form_data .text a:hover
{
	text-decoration: none;	
}


@media screen and (max-width: 991px)
{
	.safe__title
	{
		font-size: 3.2rem;
	}
	.slider-top .slider-content .wrapp-inner
	{
		margin: 10px;
	}
}*/

/*=========================================================== BLOCK OFFERS ================================*/
.block-padd
{
	padding: 38px 0;
}
.list-offers
{
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin-top: 50px;
}
.item-offer
{
	text-align: center;
}
.item-offer .wrapp-inner
{
	display: -webkit-box;
  	display: -ms-box;
  	display: box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.item-offer .box-img
{
	display: -webkit-box;
  	display: -ms-box;
  	display: box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-basis: 170px;
	-webkit-flex-basis: 170px;
	-ms-flex-preferred-size: 170px;
	padding-right: 20px;
}
.item-offer .box-img img
{
	display: inline-block;
}
.item-offer .block-text
{
	text-align: left;
}
.item-offer .block-text .desc
{
	margin-bottom: 30px;
}
.item-offer .block-text .desc span
{
	font-weight: normal;
	font-size: 1.8rem;
	display: block;
	margin-bottom: 15px;
	height: 38px;
	overflow: hidden;
}
.item-offer .block-text .desc strong
{
	font-weight: 700;
	font-size: 3.4rem;
	display: block;
}
.item-offer .btn
{
	padding: 12px 35px;
	border-radius: 5px;
}
.btn-1
{
	background: #323232;
	color: #fff;	
}
.btn-1:hover
{
	text-decoration: underline!important;
	color: #fff!important;
}
.btn-2
{
	background-color: #9f9f9f;
	color: #fff;
}
.btn-2:hover
{
	background-color: #9f9f9f;
	color: #005580;
	opacity: 0.8;
}
@media screen and (max-width:991px)
{
	.blockOffers
	{
		padding-bottom: 40px;
	}
	.item-offer
	{
		flex-basis: 50%;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		max-width: 50%;
		margin-bottom: 45px;
	}
}
@media screen and (max-width:600px)
{
	.blockOffers .box-container
	{
		max-width: 400px;
	}
	.item-offer
	{
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width:460px)
{
	.item-offer .block-text .desc span
	{
		font-size: 1.6rem;
	}
	.item-offer .block-text .desc strong
	{
		font-size: 3rem;
	}
}

/*================================================ BLOCK PROCENT ======================================*/
.blockPercent
{
	background: #323232;
	color: #fff;
}
.item-percent
{
	text-align: center;
}
.item-percent .percent-number
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 70px;
	margin-bottom: 35px;
	line-height: .5;
}
.item-percent .percent-number strong
{
	font-weight: 300;
	font-size: 3.8rem;
}
.item-percent .percent-number .per
{
	font-weight: 400;
	font-size: 1.8rem;
}
.item-percent:nth-child(2) .percent-number strong
{
	font-weight: 400;
	font-size: 4.8rem;
	text-shadow: 2px 2px 0 #464656;
}
.item-percent:nth-child(2) .percent-number .per
{
	font-weight: 400;
	font-size: 2.5rem;
	text-shadow: 2px 2px 0 #464656;
}
.item-percent:nth-child(3) .percent-number strong
{
	font-weight: 700;
	font-size: 6.8rem;
 	text-shadow: 3px 3px 0 #464656;
}
.item-percent:nth-child(3) .percent-number .per
{
	font-weight: 700;
	font-size: 2.8rem;
	text-shadow: 3px 3px 0 #464656;
}
.item-percent:nth-child(4) small
{
	font-weight: 300;
	font-size: 1.8rem;
}
.item-percent:nth-child(4) .percent-number strong
{
	font-weight: 700;
	font-size: 7.4rem;
 	text-shadow: 5px 5px 0 #464656;
}
.item-percent:nth-child(4) .percent-number .per
{
	font-weight: 700;
	font-size: 3.4rem;
	text-shadow: 5px 5px 0 #464656;
}
.item-percent p
{
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 1.3em;
}
.item-percent .block-link
{
	margin-top: 20px;
}
.item-percent .block-link a
{
	font-weight: 700;
	font-size: 1.8rem;
	color: #fff;
	text-decoration: underline;
	display: inline-block;
	margin-bottom: 6px;
}
.item-percent .block-link a:hover
{
	text-decoration: none;
}
@media screen and (min-width:768px) and (max-width:991px)
{
	.item-percent p
	{
		font-size: 1.6rem;
	}
	.item-percent .block-link a
	{
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px)
{	
	.menu_main{
		margin-left: 60px;
	}
}
@media screen and (max-width: 767px)
{	
	.menu_main{
		margin-left: 10px;
	}
	body.adaptive [data-b-id="1"] .header .logo-holder {
	    /* margin: 10px 0; */
	    min-width: 0;
	    margin: 0 auto;
	}

}

@media screen and (max-width: 767px)
{
	.blockPercent
	{
		padding-bottom: 30px;
	}
	.blockPercent .box-container
	{
		max-width: 600px;
	}
	.item-percent
	{
		flex-basis: 50%;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		max-width: 50%;
		margin-bottom: 40px;
	}
}
@media screen and (min-width:380px) and (max-width:460px)
{
	.item-percent p
	{
		font-size: 1.6rem;
	}
	.item-percent .block-link a
	{
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 460px)
{
	.blockPercent
	{
		padding: 40px 0 20px;
	}
}
@media screen and (max-width: 380px)
{
	.blockPercent .box-container
	{
		max-width: 340px;
	}
	.item-percent
	{
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		max-width: 100%;
	}
}

/*================================================= BLOCK REVIEWS ====================================*/
.blockReviews
{
	position: relative;
	margin: 0;
}
.blockReviews:before
{
	background-image: url(../img/review-bg.jpg);
	background-repeat: no-repeat;
	
	background-size: contain;
	position: absolute;
	display: block;
	content: '';
	width: 50%;
	height: 365px;
	left: 50%;
	top: 125px;
}
.reviews-left
{
	width: 50%;
	padding: 0 35px 0 0px ;
}
.pad10{
	padding-top: 10px;
}
.reviews-head
{
	padding-top: 20px;
	position: relative;
	line-height: 1.1em;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.reviews-head:after
{
	background: #bfbfe3;
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}
.reviews-head .title
{
	font-weight: 700;
	font-size: 2.4rem;
	display: block;
	line-height: 1.1em;
	margin-bottom: 15px;
}
.reviews-head .sub_title
{
	font-weight: 400;
	font-size: 1.6rem;
	color: #777;
}
.slider-reviews .slider-content
{
	color: #777;
	margin: 0 10px 0px 0px;
}
.slider-reviews .text-review
{
	font-size: 1.6rem;
	line-height: 1.3em;
	margin-bottom: 25px;
}
.slider-reviews .info-review .name-user
{
	font-weight: 400;
	font-size: 1.8rem;
	display: block;
	color: #222;
	margin-bottom: 10px;
}
.slider-reviews .info-review a
{
	font-weight: 400;
	font-size: 1.6rem;
	color: #74748C;
	text-decoration: underline;
}
.slider-reviews .info-review a:hover
{
	text-decoration: none;
}
.slick-dots
{
	position: relative;
	padding-top: 15px;
	overflow: hidden;
	margin-top: 30px;
}
.slick-dots:before
{
	background: #bfbfe3;
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
}
.slick-dots li
{
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 7px 10px 0;
}
.slick-dots li button
{
	background: #bfbfe3;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	cursor: pointer;
	font-size: 0;
	transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.slick-dots .slick-active button, .slick-dots li button:hover
{
	background: #444;
}
.slick-dots .slick-active button:hover
{
	cursor: default;
}
@media screen and (max-width: 1060px)
{
	.reviews-left
	{
		padding-left: 35px;
	}
}
@media screen and (max-width: 767px)
{
	.blockReviews:before
	{
		display: none;
	}
	.blockReviews .reviews-left
	{
		width: auto;
		max-width: 500px;
		padding: 0;
		margin: 0 auto; 
	}
}
@media screen and (max-width: 576px)
{
	.blockReviews
	{
		padding: 40px 0;
	}
}
@media screen and (max-width: 420px)
{
	.reviews-head .title
	{
		font-size: 2.2rem;
	}
}

/*==================================================== BLOCK STAFF ===========================================*/
.blockStaff
{
	background: #323232;
	color: #fff;
}
.head-staff .title
{
	font-weight: 700;
	font-size: 3.4rem;
	display: block;
	
	margin-bottom: 30px;
}
.head-staff .sub-title
{
	font-weight: 300;
	font-size: 1.6rem;
	display: block;
	line-height: 1.1em;
}
.box-masters
{
	padding-top: 130px;
}
.box-masters .title
{
	font-weight: 400;
	font-size: 3.8rem;
	display: block;
    margin-bottom: 75px;
    text-align: center;
}
.item-master
{
	text-align: center;
}
.item-master .box-img
{
	overflow: hidden;
	margin-bottom: 30px;
}
.item-master .name-master
{
	font-weight: 400;
	font-size: 1.8rem;
	text-transform: uppercase;
	display: block;
	height: 36px;
	overflow: hidden;
	margin-bottom: 15px;
}
.item-master p
{
	font-weight: 300;
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.item-master p strong
{
	font-weight: 700;
}
.item-master .block-info
{
	font-weight: 700;
	font-size: 1.4rem;
	display: block;
	line-height: 1.1em;
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
	.head-staff .title
	{
		font-size: 3rem;
	}
	.item-master .name-master
	{
		font-size: 1.6rem;
	}
	.item-master p
	{
		font-size: 1.2rem;
	}
	.item-master .block-info
	{
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 767px)
{
	.blockStaff
	{
		padding-bottom: 0;
	}
	.blockStaff .box-container
	{
		max-width: 650px;
	}
	.head-staff .block-left, .head-staff .block-right
	{
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		min-width: 100%;
	}
	.head-staff .block-left
	{
		margin-bottom: 40px;
	}
	.head-staff .box-figure img
	{
		width: 100%;
	}
	.box-masters
	{
		padding-top: 70px;
	}
	.item-master
	{
		flex-basis: 50%;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		min-width: 50%;
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 576px)
{
	.head-staff .title
	{
		font-size: 2.6rem;
	}
	.item-master .name-master
	{
		font-size: 1.6rem;
	}
	.item-master p
	{
		font-size: 1.2rem;
	}
	.item-master .block-info
	{
		font-size: 1.2rem;
	}
	.box-masters .title
	{
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 440px)
{
	.item-master
	{
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		min-width: 100%;
	}
}

/*================================================== BLOCK QUESTIONS ============================================*/
.sectionQuestions
{
	background: #F6F6F6;
    padding: 70px 0;
}
.sectionQuestions .block-title
{
    text-align: center;
    margin-bottom: 58px;
}
.sectionQuestions .block-title .title
{
    font-weight: 700;
    font-size: 3.4rem;
    display: block;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.list-questions .item-question
{
    flex-basis: 50%;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
    max-width: 50%;
    margin-bottom: 16px;
}
.list-questions .item-question .wrapp-inner
{
	background: #fff;
    position: relative;
    padding: 31px 0 27px 0;
    height: 100%;
    border: 1px solid #dfdfdf;
}
.list-questions .item-question .title-question
{
    font-weight: 700;
    font-size: 1.8rem;
    color: #212121;
    letter-spacing: 0.06rem;
    position: relative;
    display: block;
    line-height: 1.33em;
    cursor: pointer;
}
.item-question .title-question:before, 
.item-question .title-question:after
{
    background: #74748C;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 4px;
    top: 9px;
    left: -43px;
    left: 34px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.item-question .title-question:after 
{
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
      
} 
.item-question .title-question.active:after 
{
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
      
} 
.item-question .title-question,
.item-question .desk-question
{
    padding-right: 20px;
    padding-left: 78px;
}
.list-questions .item-question .desk-question
{
    background: #fff;
    font-weight: normal;
    font-size: 1.4rem;
    color: #797c7f;
    display: block;
    line-height: 1.57em;
    margin: 6px 0 0;
    margin: 0 -1px;
    position: absolute;
    border: 1px solid #dfdfdf;
    border-top: none;
    top: 74%;
    left: 0;
    padding-bottom: 27px;
    z-index: 3;
}
@media screen and (max-width: 991px)
{
    .item-question .title-question, .item-question .desk-question 
    {
        padding-left: 20px;
    }
    .list-questions .item-question .title-question
    {
        font-size: 1.6rem;
        padding-left: 40px;
    }
    .item-question .title-question:before, 
    .item-question .title-question:after
    {
        left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .sectionQuestions
    {
        padding-bottom: 55px;
    }
    .sectionQuestions .block-title .title
    {
    	font-size: 3rem;
    }
    .list-questions .item-question 
    {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        max-width: 100%;
    }
    .list-questions .item-question .wrapp-inner 
    {
        padding: 31px 20px 27px 20px;
    }
    .list-questions .item-question .title-question
    {
        padding-left: 23px;
    }
    .item-question .title-question:before, .item-question .title-question:after
    {
        left: 0;
    }
    .item-question .title-question, .item-question .desk-question 
    {
        padding: 0;
    }
    .list-questions .item-question .desk-question
    {
        position: relative;
        border: none;
        top: auto;
        padding: 20px 0 0;
        margin: 0;
    }
}
@media screen and (max-width: 420px)
{
    .sectionQuestions 
    {
        padding: 37px 0 0;
    }
    .sectionQuestions .block-title .title
    {
    	font-size: 2.6rem;
    }
    .sectionQuestions .block-title, .sectionQuestions .block-title .title
    {
        text-align: left;
    }
    .sectionQuestions .block-title
    {
        margin-bottom: 29px;
    }
    .sectionQuestions .block-title .title
    {
        line-height: 1.2em;
        margin-bottom: 17px;
    }
    .sectionQuestions .block-title > span
    {
        font-size: 1.6rem;
        color: #4a4a4a;
    }
    .list-questions .item-question .wrapp-inner 
    {
        padding: 17px 15px 19px 15px;
    }
    .list-questions .item-question .title-question
    {
        line-height: 1.2em;
    }
    .list-questions .item-question .desk-question
    {
        line-height: 1.57em;
        color: #404853;
    }
}

/*======================================== BLOCK ARTICLES =======================*/
.sectionArticles
{
	padding-bottom: 20px;
}
.sectionArticles .title
{
	font-weight: 700;
}
.sectionArticles .block-title
{
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 60px;
}
.sectionArticles .sub_title
{
	font-weight: 400;
	font-size: 1.6rem;
	display: block;
}
.list-articles
{
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.item-article
{
	text-align: center;
}
.sectionArticles .item-article
{
	flex-basis: 33.3333%;
	-webkit-flex-basis: 33.3333%;
	-ms-flex-preferred-size: 33.3333%;
	max-width: 33.3333%;
	margin-bottom: 40px;
}
.item-article .wrapp-inner
{
    background: #F6F6F6;
    padding: 15px;
    margin: 0 10px;
}
.item-article .box-img
{
    overflow: hidden;
    height: 150px;
    margin-bottom: 15px;
}
.item-article .question_title
{
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.2em;
	display: block;
	min-height: 42px;
	margin-bottom: 15px;
}
.item-article .question_desc
{
	font-weight: 300;
	font-size: 1.6rem;
	display: block;
}
.item-article .btn
{
	padding: 12px 35px;
	margin-top: 25px;
}
.sectionArticles .block-button
{
	text-align: center;
	margin: 50px 0;
}
.sectionArticles .block-button .button-articles
{
	font-size: 1.6rem;
	background: none;
	border: none;
	padding: 0;
	text-decoration: underline;
	cursor: pointer;
}
.sectionArticles .block-button .button-articles:hover
{
	text-decoration: none;
}
@media screen and (max-width: 991px)
{
	.sectionArticles
	{
		padding-bottom: 30px;
	}
	.sectionArticles .box-container
	{
		max-width: 700px;
	}
	.sectionArticles .item-article 
	{
		flex-basis: 50%;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		max-width: 50%;
		margin-bottom: 40px;
	}
	.item-article .wrapp-inner
	{
		margin: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
	.item-article .question_title
	{
		font-size: 1.6rem;
	}
	.item-article .question_desc
	{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 767px)
{
	.sectionArticles .title
	{
		font-size: 3rem;
	}
}
@media screen and (min-width: 577px) and (max-width: 680px)
{
	.item-article .question_title
	{
		font-size: 1.6rem;
	}
	.item-article .question_desc
	{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 576px)
{
	.sectionArticles .box-container
	{
		max-width: 360px;
	}
	.sectionArticles .item-article 
	{
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 420px)
{
	.sectionArticles .title
	{
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 360px)
{
	.item-article .question_title
	{
		font-size: 1.6rem;
	}
	.item-article .question_desc
	{
		font-size: 1.4rem;
	}
}

/*================================================================ BLOCK CONTACTS ======================================*/
.blockContacts
{
	background: #323232;
	padding: 85px 0 75px
}
.blockContacts .row
{
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blockContacts .contacts__wrap 
{
    padding: 45px 30px 0 120px;
    color: #fff;
}
.blockContacts .contacts__wrap a
{
	color: #fff;
	transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.blockContacts .contacts__wrap a:hover
{
	opacity: 0.8;
	text-decoration: none;
}
.blockContacts .contacts__wrap .title
{
	position: relative;
	display: block;
	font-size: 3.8rem;
	margin-bottom: 35px;
}
.blockContacts .title:before 
{
    content: '';
    background: url(../img/mobile-marker.png) no-repeat 50% 50%;
    background-size: auto auto;
    -webkit-background-size: cover;
    background-size: cover;
    height: 95px;
    width: 95px;
    display: block;
    position: absolute;
    left: -120px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blockContacts .contacts__wrap .metro__wrap
{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contacts__wrap .metro__title
{
	font-weight: 400;
	font-size: 1.3rem;
	display: block;
	margin-bottom: 10px;
}
.block-metro
{
	margin-bottom: 15px;
}
.contacts__wrap .metro__item 
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
    font-weight: 300;
    font-size: 2.8rem;
}
.block-metro .ic 
{
	display: block;
    -webkit-background-size: contain;
    background-size: contain;
    min-width: 30px;
    width: 30px;
    height: 30px;
    background: no-repeat 50% 50%;
    background-image: none;
    background-size: auto auto;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 8px;
}
.block-metro .ic--red 
{
    background-image: url(../img/icon/metro-red.png);
}
.block-metro .ic--orange 
{
    background-image: url(../img/icon/metro-orange.png);
}
.contacts__wrap .address
{
	margin: 0px 0px 50px;
}
.contacts__wrap .address .address__text
{
	
}
.contacts__wrap .address .address__desc, .contacts__wrap .phone__desc
{
	padding-top: 10px;
	font-size: 20px;
}
.contacts__wrap .phone__wrap 
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contacts__wrap .phone__icons 
{
    margin-right: 10px;
}
.contacts__wrap .phone__wrap .phone__icons .ic:first-child 
{
    margin-right: 10px;
}
.contacts__wrap .phone__nr
{
	font-weight: 300;
    font-size: 2.8rem;
}
.contacts__wrap .phone--fr
{
	margin-bottom: 50px;
}
.contacts__wrap .call_phone_1 a
{
	font-weight: 300;
    font-size: 2.8rem;
}

.blockContacts .block-right
{
	flex-basis: 450px;
	-webkit-flex-basis: 450px;
	-ms-flex-preferred-size: 450px;
	max-width: 450px;
}
@media screen and (min-width: 861px) and (max-width: 1060px)
{
	.blockContacts .contacts__wrap .title
	{
		font-size: 3.2rem;
	}
	.contacts__wrap .metro__item, .contacts__wrap .address .address__text,
	.contacts__wrap .phone__nr, .contacts__wrap .call_phone_1 a
	{
		font-size: 2.4rem;
	}
	.blockContacts .block-right
	{
		flex-basis: 32%;
		-webkit-flex-basis: 32%;
		-ms-flex-preferred-size: 32%;
		max-width: 32%;
	}
}

@media screen and (max-width: 860px)
{
	.blockContacts .block-right
	{
		display: none;
	}
	.blockContacts .box-container
	{
		max-width: 600px;
	}
	.blockContacts .contacts__wrap
	{
		padding-right: 0;
	}
}
@media screen and (max-width: 576px)
{
	.blockContacts .contacts__wrap
	{
		padding: 0;
	}
	.blockContacts .title::before
	{
		display: none;
	}
	.blockContacts .contacts__wrap .title
	{
		font-size: 3.2rem;
	}
	.contacts__wrap .metro__item, .contacts__wrap .address .address__text,
	.contacts__wrap .phone__nr, .contacts__wrap .call_phone_1 a
	{
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 420px)
{
	.blockContacts 
	{
	    padding: 55px 0 45px;
	}
	.blockContacts .contacts__wrap .title
	{
		font-size: 2.8rem;
	}
	.contacts__wrap .metro__item, .contacts__wrap .address .address__text,
	.contacts__wrap .phone__nr, .contacts__wrap .call_phone_1 a
	{
		font-size: 2rem;
	}
}

/*====================================== BLOCK RECLAME ============================*/
.blockReclame
{
	padding: 90px 0 30px;
}
.blockReclame .row
{
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blockReclame .col
{
	margin-bottom: 50px;
}
.blockReclame .wrapp-inner
{
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 1.3em;
	text-align: center;
	padding: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
	.blockReclame .wrapp-inner
	{
		font-size: 1.6rem;
		padding: 0;
	}
}
@media screen and (max-width: 767px)
{
	.blockReclame .row
	{
		-webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	.blockReclame .col
	{
		flex-basis: 50%;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 576px)
{
	.blockReclame .box-container
	{
		max-width: 400px;
	}
	.blockReclame .col
	{
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 380px)
{
	.blockReclame 
	{
	    padding: 60px 0 20px;
	}
	.blockReclame .wrapp-inner br
	{
		display: none;
	}
}

/*==============================================  BLOCK END ================================*/
.blockEnd
{
	background: #323232;
	color: #fff;
}
.blockEnd .row
{
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blockEnd .end__text 
{
	position: relative;
	padding-top: 50px;
}
.blockEnd .end__text:before 
{
    content: '';
    display: block;
    position: absolute;
    left: -210px;
    right: -230px;
    top: 0;
    bottom: -170px;
    background: url(../img/end-bg.png) no-repeat 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
}
.blockEnd .end__text .wrapp-inner
{
	height: 100%;
}
.blockEnd .title, .blockEnd .sub-title
{
	position: relative;
}
.blockEnd .title
{
	font-weight: 700;
	font-size: 3.4rem;
	display: block;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.blockEnd .sub-title
{
	font-weight: 300;
	display: block;
	line-height: 1.2em;
}
.blockEnd .end-block__form
{
	flex-basis: 450px;
	-webkit-flex-basis: 450px;
	-ms-flex-preferred-size: 450px;
	max-width: 450px;
}
.blockEnd .end-block__form .choose__forms
{
	width: 100%;
	left: 0;
	margin: 0;
}
.end-block__form .form
{
	width: 100%;
}
.end-block__form .choose__forms .form__title
{
	font-size: 2rem;
	margin-bottom: 40px;
}

@media screen and (max-width: 1150px)
{
	.blockEnd .end-block__form  .choose__forms 
	{
	    left: 0;
	    width: 100%;
	    margin: 0 auto;
	}
}
@media screen and (min-width: 992px) and (max-width: 1080px)
{
	.blockEnd .title
	{
		font-size: 3rem;
	}
}
@media screen and (max-width: 991px)
{
	.blockEnd .box-container
	{
		max-width: 600px;
	}
	.blockEnd .end-block__form
	{
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		max-width: 100%;
		margin-top: 70px;
	}
	.blockEnd .end-block__form  .choose__forms 
	{
		max-width: 420px;
	}
	.blockEnd .end__text
	{
		text-align: center;
		padding-top: 0;
	}
	.blockEnd .end__text:before
	{
		display: none;
	}
}
@media screen and (max-width: 767px)
{
	.blockEnd .title
	{
		font-size: 3rem;
	}
}
@media screen and (max-width: 576px)
{
	.blockEnd .title
	{
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 380px)
{
	.blockEnd .title
	{
		font-size: 2.4rem;
	}
	.blockEnd .sub-title
	{
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 340px)
{
	.blockEnd .title
	{
		font-size: 2.2rem;
	}
}


/*============================================= footer ==============================*/
.footer
{
	background: #fff;
	padding: 60px 0 55px;
}
.footer .row
{
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-logo
{
	flex-basis: 230px;
	-webkit-flex-basis: 230px;
	-ms-flex-preferred-size: 230px;
	max-width: 230px;
}
.footer-logo .logo
{
	margin-right: 0;
}
.footer-menu
{
	padding-left: 80px;
	overflow: hidden;
}
.footer-menu li
{
	float: left;
	margin: 5px 35px 5px 0;
}
.footer-menu a
{
	font-weight: 400;
	font-size: 1.6rem;
	color: #333;
}
@media screen and (max-width: 1200px)
{
	.footer-menu li
	{
		margin-right: 25px;
	}
	.footer-menu a
	{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 991px)
{
	.footer-menu
	{
		padding-left: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
	.footer-menu li
	{
		margin-right: 20px;
	}
	.footer-menu a
	{
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 767px)
{
	.mob-view{
		display: block;

	}

	.soc svg{
		width: 23px;
	    height: 23px;
	    display: list-item;
	    margin-left: 280px;
	    padding-bottom: 5px;
	}

	.component-logo a.phone-mob {
		width: auto;
		height: auto;
		text-align: right;
    	margin-right: -250px; 
    	font-size: 20px;
    	margin-top: 14px;
    	display: inline-block;
    	margin-bottom: 5px;

	}
	.header{
		display: block !important;
		padding: 0px !important;
	}
	ul.menu_site{
		margin: 13px 0px;
	}

	ul.menu_site li{
		margin-right: 1px;
    	font-size: 20px;
    	margin-bottom: 5px;
	}

	.menu_main{
		display: inline-flex;
	}

	.footer .box-container
	{
		max-width: 500px;
	}
	.footer-logo
	{
		text-align: center;
	}
	.footer-logo, .footer-second
	{
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		max-width: 100%;
	}
	.footer-logo .logo
	{
		margin: 0 auto;
	}
	.footer-second
	{
		margin-top: 50px;
	}
	.footer-menu
	{
		padding-left: 0;
		text-align: center;
	}
	.footer-menu li
	{
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 5px 10px 5px 10px;
	}
}
@media screen and (max-width: 576px)
{
	.footer-menu li
	{
		margin: 5px;
	}
	.footer-menu a
	{
		font-size: 1.3rem;
	}
}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.5);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -260px;
		width: 520px;
		height: 400px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 45px 15px 34px 20px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal 
	{
		font-weight: 300;
		font-size: 26px;
		line-height: .5;
		position: absolute;
		top: 14px;
		right: 11px;
		color: #444;
		font-weight: bold;
		cursor: pointer;
		} 
.box-modal
{
	font-size: 1.4rem;
}
.box-modal .wrapp-inner
{
	height: auto;
	padding-right: 25px;
	max-height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.box-modal strong
{
	font-weight: 700;
}
.box-modal .modal-title
{
	font-size: 1.8rem;
	display: block;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.box-modal p
{
	line-height: 1.1em;
	margin: 17px 0;
}
.box-modal ol, .box-modal ul
{
	margin: 25px 0;
}
.box-modal ol
{
	counter-reset: num; 
}
.box-modal ol li, .box-modal ul li
{
	position: relative;
	margin: 12px 0;
}
.box-modal ol > li
{
	padding-left: 15px;
}
.box-modal ol > li:before {
	font-weight: 700;
    content: counter(num) '. '; /* Выводим число */
    counter-increment: num; /* Увеличиваем значение счётчика */
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    margin-right: 10px;
}
@media screen and (max-width: 600px)
{
	.reveal-modal
	{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}