/**************Museo Sans************************/
@font-face {
    font-family: 'Museo Sans Cyrl 300';
    src: url('../fonts/MuseoSansCyrl-300.eot');
    src: url('../fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSansCyrl-300.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-300.woff') format('woff'),
        url('../fonts/MuseoSansCyrl-300.ttf') format('truetype'),
        url('../fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Museo Sans Cyrl 100';
   src: url('../fonts/MuseoSansCyrl-100.eot');
    src: url('../fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSansCyrl-100.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-100.woff') format('woff'),
        url('../fonts/MuseoSansCyrl-100.ttf') format('truetype'),
        url('../fonts/MuseoSansCyrl-100.svg#MuseoSansCyrl-100') format('svg');
    font-weight: 200;
    font-style: normal;
}


@font-face {
    font-family: 'Museo Sans Cyrl 700';
   src: url('../fonts/MuseoSansCyrl-700.eot');
    src: url('../fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSansCyrl-700.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-700.woff') format('woff'),
        url('../fonts/MuseoSansCyrl-700.ttf') format('truetype'),
        url('../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg');
    font-weight: 600;
    font-style: normal;
}


/*************SPECIFICATION*****************************/
body{
	font-family:'Museo Sans Cyrl 300';
	font-size: 14px;
	color: #404048;
}

h1,h2,h3,h5{
	font-family: 'Museo Sans Cyrl 700';
}

h4{
	font-family: 'Museo Sans Cyrl 100';
}

h1{
	font-size: 58px;
}

h2{
	font-size: 37.5px;
}

h3{
	font-size: 29.17px;
}

h4{
	font-size: 24px;
}

h4 span{
	color:#b81c31;
}

h5{
	font-size: 23px;
}

h6{
	font-size: 21px;
}

ul,li{
	display: block;
	padding:0;
	margin:0;
}

.btn__green{
	display:block;
	background-color: #1cb883;
	box-shadow: 0 4px 0 0px  #149d6f;
	color:#fff;	
	text-align: center;
	font-family:'Museo Sans Cyrl 700';
	font-size: 13px;
}
    .btn__green:hover {
        color: #fff;
        text-decoration: none;
        background: #20d094;
    }
.btn__green:active{
	box-shadow:none;
	margin-top:4px;
}

.btn__white{
	display:block;
	border: 2px solid rgba(255,255,255,0.69);
	color:rgba(255,255,255,0.72);	
	text-align: center;
	font-family:'Museo Sans Cyrl 700';
	font-size: 15.83px;
}
    .btn__white:hover {
        color: #58647a;
        text-decoration: none;
        background: rgba(255,255,255,0.69);
        border:none;
    }
.btn__white:active{
	box-shadow:none;
	margin-top:4px;
}

/******************POP-UP****************************/
	

	/* SIMPLE */
	.box-modal {
		position: relative;
	}
	.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
	.box-modal_close:hover { color: #666; } 
	/**OUR**/

	.reg{
		/*font-family: 'Museo Sans Cyrl 300';*/
		/*font-size: 14px*/;
		text-align: center;
		background-color:#fff;
		width: 412px;
		margin-right: 72px;
		border-radius: 5px;
		padding:50px;
		/*color:#000;*/
		box-shadow:0 13px 98px rgba(0,0,0,0.24) ;
	}

	.reg__title{
		font-family: 'Museo Sans Cyrl 700';
		font-size: 21px;
		color:#081d42;
		margin-bottom: 17px;
	}

	.reg__text{
		font-size: 14px;
		margin-bottom: 4px;
	}

	.reg__input{
		font-size: 13px;
		width: 100%;
		height: 55px;
		padding-top: 30px;
		padding-bottom: 10px;
		padding-left: 0px;
		border:none;
		border-bottom:1px solid;
		border-color:#757888;
	}

	.reg__input:hover{
		border-color:#000;
	}
	
	.reg__input:focus{
		border:none;
		outline:none;
		border-bottom:1px solid;
		border-color:#757888;
		padding-left: 4px;
	}

	.reg__input:hover::placeholder{
		color:#000;
	}

	.reg__input:focus::placeholder{
		color:#fff;
	}

	.reg__input_name{
	}

	.reg__input_mail{
	}

	.reg__input_phone{
	}

	.reg__btn{
		width: 100%;
		height: 43px;
		padding-top: 10px;
		margin-top: 29px;
	}
/******************SLIDER********************/
.slick-prev, .slick-next {
    font-size: 25px;
    color: #404048;
    z-index:2000;
}
.slick-prev:before{
    display:none;
}
.slick-next:before {
    display: none;
}

.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    color: #404048;
    transition:all 0.5s ease;
}

.slick-prev:hover {
    left:-29px;
}

.slick-next:hover {
    right:-29px;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    background: #bdc5d6;
}

.slick-dots li button:hover:before {
    background: #8b9ab7;
}
    .slick-dots li.slick-active button:before {
    background: #8b9ab7;
    opacity: 1;
}
    /******************HEADER****************************/
.header {
}

.header__nav{
	background-color: rgba(191,194,200,0.41);
	border-top:5px solid #58647a;
	border-bottom:4px solid rgba(88,100,122,0.0008); 
	padding-top:17px;
	padding-bottom:8px;
    height:109px;
	position: relative;
    z-index: 999;
    box-sizing:border-box;
	
}

.logo{}

.logo__icon{
	height: 76px;
}

.menu{
	width:100%;
	padding: 18px 17px 0 21px;
}

.menu__list{
	justify-content: space-between;

}

nav ul li{}

nav ul li:hover:after{
	content:'';
	display:block;
	margin:auto;
	width: 40px;
	height: 0;
	border-bottom: 6px solid transparent;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-top: 6px solid #3f4b60;
	transition: all 0.6s ease;
}
nav ul li.current-menu-item:after{
	content:'';
	display:block;
	margin:auto;
	width: 40px;
	height: 0;
	border-bottom: 6px solid transparent;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-top: 6px solid #3f4b60;
}	

nav ul li a{	
	font-family:'Museo Sans Cyrl 700';
	font-size: 17px;
	color:#3f4b60;
}

nav ul li a:hover{
	text-decoration: none;
	color:#3f4b60;
}

nav ul li a:visited{
	color:#3f4b60;
}

.phone{
	justify-content: flex-end;
	padding-top: 14px;
}

.btn__green_header{
	width:156px;
	height: 35px;
	padding-top:7px;
}


.btn__green i,.phone i{
	color:#46e6b0;
	font-size: 18px;	
}

.bars {
    color: #3f4b60;
    padding-top:14px;
    justify-content: flex-end;
    align-items: center;
    font-size: 26px;
}

.bars__icon{
	margin-left:auto;
}

.offer{
	position: relative;
	background: url(../img/offer.png) center top no-repeat;
	padding-top: 201px;
	padding-bottom: 135px;
	color:#081d42;
	border-bottom: 16px solid rgba(255,255,255,0.20);
	margin-top: -109px;
}

.offer__title{

}

.offer__text{
	font-family: 'Museo Sans Cyrl 100';
	font-size: 29px;
	line-height: 1.2;
	padding-top: 4px;
}

.offer__contacts{
	width: 166px;
	border-radius: 3px;
	box-shadow:0 0 0 3px rgba(255,255,255,0.66);
	background-color: rgba(255,255,255,0.82);
	justify-content: space-between;
	height: 46px;
	padding: 8px 18px;
	margin-left: 5px;
	margin-top:30px;
}

.offer__contact{
	display:block;
	font-size: 16.67px;
	border:2px solid;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.offer__contact-facebook{
	color:#3d6ca8;
}

.offer__contact-twitter{
	color:#43c9fd;
}

.offer__contact-telegram{
	color:#25a3d4;
}

.offer__contact-facebook:hover{
	color:rgba(255,255,255,0.82);
	background-color:#3d6ca8;
	transition: all 0.3s ease;
}


.offer__contact-twitter:hover{
	color:rgba(255,255,255,0.82);
	background-color:#43c9fd;
    transition: all 0.3s ease;
}

.offer__contact-telegram:hover{
	color:rgba(255,255,255,0.82);
	background-color:#25a3d4;
    transition: all 0.3s ease;
}

/**************HAVE**********************/
.have{
	background-color: #f1f1f3;
	padding-top: 50px;
	padding-bottom: 86px;
}

.have__main-title{
	text-align: center;
	padding-bottom: 35px;
}

.have__content{
}

.have__icon{
	width: 119px;
	height: 119px;
	background-color: #c8cbdb;
	text-align: center;
	padding-top: 30px;
	border-radius: 100%;
	margin: auto;
}

.have__icon:hover{
	box-shadow: 0 0 0 4px #e8e8e8;
}

.have__img{
	
}

.have__title{
	text-align: center;
	padding: 21px 0 3px;
}

.have__text{
	text-align: center;
	line-height: 1.25em;
	letter-spacing: 0.02em;
}
/******************************/
.details{
	padding-bottom: 65px;
}

.btn__green_details{
	width:170px;
	height: 44px;
	padding-top:10px;
	margin:-26px auto 84px;
	font-size: 16px;
	box-shadow: 0 5px 0 0px  #149d6f;
}
.btn__green_details:active{
    margin-top:-22px;
    margin-bottom:80px;
}

.details__item{
	text-align: center;
}

.details__icon{
	border-radius: 100%;
	background-color: #102e62;
	width: 86px;
	height: 86px;
	color:#fff;
	font-family: 'Museo Sans Cyrl 100';
	font-size: 50.11px;
	text-align: center;
	margin:auto;
	padding-top: 6px;
}

.details__icon:hover{
	box-shadow: 0 0 0 4px #e8e8e8;
}


.details__title{
	padding-top: 7px;
	padding-bottom: 2px;
}

.details__text{
	line-height: 1.2em;
	letter-spacing: 0.02em;
}
/***************CURRENT*******************/
.current{
background: #58647a url(../img/actual.png) center center no-repeat / cover;
padding-bottom:24px;
}

.current__title{
	color:rgba(255,255,255,0.4);
	padding-top: 38px;
	padding-bottom: 12px;
}

.current__title:after{
	content:'';
	display:block;
	width:100%;
	height: 3px;
	border-radius: 1px;
	background-color: rgba(255,255,255,0.1);
	margin-top: 11px;
}

.current__text{
	color:rgba(255,255,255,0.67);
	font-size: 15px;
	line-height: 1.2em;
	margin-bottom: 18px;
}

.btn__white_current{
	margin-top: 41px;
	padding-top: 8px;
	width: 173px;
	height: 44px;
}

.current__item{
	margin-bottom: 20px;
}

.current__item-wrap{
	padding-top: 0px;
}

.current__item:after{
	content:'';
	display: block;	
	background-color: rgba(255,255,255,0.1);
	height: 1px;
	border-radius:0.5px;
	width: 100%;
}

.current__icon{
	margin-right: 14px;
}

.current__link:hover{
	 color:rgba(255,255,255,0.75);
}

 .current__ntitle{
	font-family: 'Museo Sans Cyrl 700';
	font-size: 12.5px;
	color: rgba(255,255,255,0.75);
	margin-bottom: 9px;
	line-height: 1.2em;
	width: 90%;
 }

 .current__ndate{
	font-family: 'Museo Sans Cyrl 100';
	font-size: 10.42px;
	color: rgba(255,255,255,0.43);
	margin-bottom: 11px;
 }
/***************MAP**********************/
.map{
	background-color: #3a4456;
	padding-top: 37px;
}

.map__title{
	font-family: 'Museo Sans Cyrl 700';
	font-size: 19px;
	color: rgba(255,255,255,0.66);
}

.map__list{
	padding-bottom: 43px;
	padding-top: 13px;
}

.map__link a{
	font-family: 'Museo Sans Cyrl 300';
	font-size: 14px;
	color: rgba(255,255,255,0.46);
}

/***************FOOTER************************/
.footer{
	font-family: 'Museo Sans Cyrl 100';
	color: rgba(255,255,255,0.52);
	background-color: #1f2531;
	padding-top: 37px;
	padding-bottom:27px;
	border-bottom:18px solid #606c81;
}

.footer__logo{
	margin-top: -37px;
}

.footer__text{
	font-size: 12px;
	line-height: 1.2em;
}

.footer__dev{
	margin-bottom: 25px;
	padding-top: 2px;
}

.footer__dev_icon{
	font-size: 14.58px;
	display:block;
	width: 25px;
	height: 25px;
	margin-right: 9px;
	border:1px solid ;
	color: rgba(255,255,255,0.63);
	text-align: center;
}

.footer__dev a:hover{
	text-decoration: none;
	color: rgba(255,255,255,1);
}

.footer__dev_text{
	font-size: 10.42px;
	color: rgba(255,255,255,0.63);
	line-height: 1.25em;
}

.footer__dev_text span{
	text-transform: uppercase;
	font-size: 12.08px;
}

.footer__rights{
	font-size: 12.08px;
	color: rgba(255,255,255,0.45);
	line-height: 1.2em;
}

.footer__rights span{
	font-family: 'Museo Sans Cyrl 700';
}

.footer__rights a{
	color: rgba(255,255,255,0.45);
}

.btn__green_footer{
	margin-top: 17px;
	width:156px;
	height: 35px;
	padding-top:7px;
}
.btn__green_footer:active{
    margin-top:21px;
}

/***************PATH*************************/
.path {
    background-color: rgba(241,241,243,0.34);
    margin-top:-4px;
    padding:60px 0 51px;
}

.path__title {
    font-size: 37.5px;
    font-family: 'Museo Sans Cyrl 700';
    color: #081d42;
    margin-bottom:0;
}

.path__line-span {
    font-size: 11.72px;
    font-family: Arial;
}

.path__line {
    font-size: 15.62px;
    font-family: 'Museo Sans Cyrl 300';
    color: #7e838d;
}
.path__line-link {
	font-size: 15.62px;
    font-family: 'Museo Sans Cyrl 300';
    color: #49556b; 
}

.path__line a:hover {
    color: #49556b;
}

.path__menu{
    justify-content:flex-end;
    padding-top:25px;
}

.path__menu li {
    margin-left: 2px;
}

.path__menu li.current_page_item{
    
}
.path__menu li:hover {
    
}

.path__menu li a {
    font-size: 15.83px;
    font-family: 'Museo Sans Cyrl 700';
    color: #a1a6af;
    text-decoration:none;
    display:block;
    padding:13px 8px 12px 8px;
}
    .path__menu li a:hover {
        color: #b81c31;
        text-decoration: none;
        border: 2px solid;
        border-radius: 1px;
        padding:11px 6px 10px 6px;
        /*border-bottom: 1px solid;
        border-left: 1px dotted;
        padding-left:2px;*/
    }
.path__menu li.current_page_item a {
    color: #b81c31; 
	border: 2px solid;
    border-radius: 1px;
    padding:11px 6px 10px 6px;
}

.path__menu li.current_page_parent a {
    color: #b81c31; 
	border: 2px solid;
    border-radius: 1px;
    padding:11px 6px 10px 6px;
}
.path__menu li.sub_page:nth-child(1) a {
    color: #b81c31; 
	border: 2px solid;
    border-radius: 1px;
    padding:11px 6px 10px 6px;
}

.path__menu li.current_page_item a:hover {
    
}

.path__menu-text {
    font-size: 12.92px;
    font-family: 'Museo Sans Cyrl 300';
}
    /***************pluses***********************/
    .pluses{
	padding-top: 53px;
}

.pluses__title{
	letter-spacing: 0.022em;
	margin-bottom: 30px;
}

.pluses__text{
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	margin-bottom: 53px;
}

.pluses__info{	
}

.pluses__info:after{
	content:'';
	display:block;
	background-color: #e5e6e8;
	width:100%;
	height: 2px;
	margin:0 15px;
}
.pluses__item{
	margin-top: 32px;
}

.pluses__icon{
	display:block;
	color:#102e62;
	border:2px solid #102e62;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	text-align: center;
	padding-top: 12px;
	margin-top: 7px;
	margin-left: 5px;
    margin-bottom:32px;
}

.pluses__item-title{
	color:#081d42;
	font-size: 18.33px;
    font-family: 'Museo Sans Cyrl 700';
    letter-spacing: 0.017em;
    margin-bottom: 14px;
}

.pluses__item-text{
	margin-bottom: 32px;
	line-height: 1.2em;
	letter-spacing: 0.02em;
}

.pluses__item:after{
	content:'';
	display:block;
	background-color: #e5e6e8;
	width:80%;
	height: 2px;
	margin:0 15px;
}

/***************POWER**********************/
.power{
	padding-top:48px;
	padding-bottom: 44px;
}

.power__title{
	margin-bottom: 40px;
	letter-spacing: 0.02em;
}

.power__item{
	position:relative;
    margin-bottom:26px;
}

.power__img{
	width: 100%;
}

.power__card-over{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(58,68,86,0.69);
    opacity: 0;
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    border:7px solid #9a97a7;
}
.power__item:hover .power__card-over{
	opacity: 1;
}

.power__card-link{
	font-size: 29.17px;
	color:#fff;
}
.power__card-link:hover{
	color:#fff;
}
/***************SERVICES-TYPE**************************/
.services-type {
    background: url(../img/auditt8.png) center center no-repeat / cover;
    color:#fff;
    padding-top:42px;
    padding-bottom:39px;
}

.services-type__icon{

}

.services-type__img{
    display:block;
}

.services-type__title{
    padding-top:15px;
}

.services-type__text{

}

.services-type__menu {
    border: 2px solid rgba(255,255,255,0.48);
    border-radius: 5px;
    padding-top: 17px;
    padding-left: 23px;
}

.services-type__list{

}

.services-type__item{
    margin-bottom:15px;
}

.services-type__link {
    color: #fff;
    text-decoration: none;
    font-size: 15.42px;
    font-family: 'Museo Sans Cyrl 300';
}

.services-type__link_current {
    color: #fff;
    text-decoration: underline ;
}

.services-type a:hover{
    color:#fff;
}
/***************SERVICES-INFO***********************/
.services-info{

}

.services-info__title {
    margin-top:53px;
    margin-bottom:22px;
}

.services-info__text{

}

.request {
    border: 2px solid #e3e4e6;
    border-radius: 5px;
    padding-top: 17px;
    padding-left: 30px;
    background:url(../img/call.png) right bottom no-repeat;
    width:470px;
    margin-top:33px;
    margin-bottom:36px;
}

.request__title {
    font-size: 16px;
    font-family: 'Museo Sans Cyrl 700';
}

.request__wrap{
    margin-bottom:14px;
}

.request__phone {
    font-family: 'Museo Sans Cyrl 700';
    font-size: 14px;
    color: #585f6b;
    line-height:42px;
}
.request__phone:hover{
    text-decoration:none;
    color: #585f6b;
} 
.request__btn {
    display: block;
    color: #b81c31;
    padding: 9px 17px 8px 15px;
    border: 2px solid #b81c31;
    border-radius: 3px;
    font-family: 'Museo Sans Cyrl 700';
    font-size: 14px;
    margin-right:15px;
}

.request__btn:hover {
    text-decoration: none;
    background-color: #b81c31; color:#fff;
    transition: all 0.5s ease;
}

.request__ps {
    font-family: 'Museo Sans Cyrl 300';
    font-size: 12px;
    width:232px;
    /*display:block;*/
}

.si-line {
    background-color: #fafafb;
}

.si-line__title {
    color: #989eaa;
    font-size: 17.92px;
    font-family: 'Museo Sans Cyrl 700';
    padding:29px 0 20px 29px;
    margin:0;
}

.si-line__menu {
    border-top: 1px solid #dfdfe8;
}

.si-line__menu li {
    border-bottom: 1px solid #dfdfe8;
    
}

.si-line__menu li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #747487;
    font-size: 15.42px;
    font-family: 'Museo Sans Cyrl 700';
    padding:16px 0 14px 53px;
}

.si-line__menu li a:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: #aeaeb9;
    position: absolute;
    left: 26px;
    top: 21px;
}
.si-line__menu li a:hover{
	background-color: #d0d0d2;
	text-decoration: none;
	color: #747487;
}
.si-line__menu li.current_page_item a{
	background-color: #e6e7e9;
	text-decoration: none;
	color: #747487;
}
.si-line__menu li.sub_page:nth-child(1) a{
	background-color: #e6e7e9;
	text-decoration: none;
	color: #747487;
}

.opinions{
    padding:0 28px 103px 31px;
}
.opinions__wrap{
    margin-bottom:26px;
}
.opinions__foto{
    width:140px;
    height:140px;
    background:url(../img/foto.png) center center no-repeat;
    margin:0 auto 14px;
}

.opinions__fio {
    color: #747487;
    font-size: 15.42px;
    font-family: 'Museo Sans Cyrl 700';
    text-align: center;
}

.opinions__text{
    font-size:13px;
    text-align:center;
}

.opinions__arrow{
    font-family:FontAwesome;
    font-size:25px;
    padding-top:62px;
}

.opinions__contact {
    
    text-align: center;
    color: #2c60a0;
}
.opinions__contact-link{
	display: block;
	width: 18px;
	height: 18px;
	font-size: 14px;
	color: #2c60a0;
	margin:auto;
	margin-bottom: 25px;
}

.opinions__contact-link:hover{
	color:#fff;
	background-color: #2c60a0;
	transition:all 0.3s ease;
}

.opinions__dots{
    width:68px;
    justify-content:space-between;
    margin:auto;
}

.opinions__dot {
    width: 11px;
    height: 11px;
    background: #bdc5d6;
}

.opinions__dot_current {
    background: #8b9ab7;
}
/***************MAP*****************************/
.contacts{
    background: url(../img/map.png) center top no-repeat / cover;
    height:444px;
    position:relative;
}

.contacts__card{
	width: 470px;
	height: 344px;
	border-radius:5px;
	background: rgba(88,100,122,0.75);
	position:absolute;
	top:350px;
	right:120px;
	padding:21px 33px 0 27px;
}

.contacts__card a:hover{
	color:#fff;
	text-decoration: none;
}

.contacts:after{
	content:'';
	display:block;
	width: 0;
	height: 0;
	border:15px solid transparent;
	border-left:15px solid rgba(88,100,122,0.75);
	border-top:15px solid rgba(88,100,122,0.75);
	border-radius:3px;
	position:absolute;
	top:50px;
	right:574px;
	transform: rotate(-45deg);
}

.contacts__title{
	color:#fff;
	font-family: 'Museo Sans Cyrl 700';
    font-size: 21px;
}
.contacts__links{
	justify-content: space-between;
	margin-left:auto;
	width: 130px;
}

.contacts__link{
	color:#fff;
	display:block;
	width: 30px;
	height: 30px;
	text-align: center;
	border:1px solid #fff;
	line-height: 30px;
}
.contacts__link:hover{
	background-color: #fff;
	color:rgba(88,100,122,0.75) !important;
	transition: all 0.3s ease;
}

.contacts__card-title{
	border-bottom:2px solid rgba(255,255,255,0.22);
	padding-bottom:16px;
	margin-bottom: 42px;
}

.contacts__card-content{
	justify-content: space-between;
}

.contacts__list{

}

.contacts__phone{
	display:block;
	color:#fff;
	font-size:16px;
}

.contacts__info{
	width: 186px;
}

.contacts__text{
	color:#fff;
	font-family: 'Museo Sans Cyrl 300';
    font-size: 12px;
}

.contacts__post{
	color:#fff;
	font-size: 16px;
	margin:24px 0;
}

.contacts__address{
	width: 144px;
	margin-left: 10px;
}
.contacts__address-icon{
	margin-top: 3px;
}
.contacts__mail{
	color:#fff;
	font-size: 16px;
}
.deepitem{
	display:flex;
	justify-content: space-between;
	padding:10px;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.35);
	border-radius:5px;
	margin-bottom: 10px;
}
.deepitem__photo{
	width:150px;
	height: 150px;
	padding: 10px;
	border-radius:5px;
	border:1px solid #eee;
}
.deepitem__block{
margin-right: auto;
padding: 10px;
}

.deepitem__text{
	margin-top:auto;
	margin-left:20px;
}

.deepitem__file{
	display:block;
	text-decoration: none;
	color: #eee;
	/*width: 50px;*/
	height:auto;
	font-size: 50px;
	transition: all 0.3s ease;
}
.deepitem__file:hover{
	color: #f00;
}

.deepitem__gallery{
width:150px;
}
.deepitem__gallery_img{
	width:150px;
	height: auto;
	padding: 10px;
	border-radius:5px;
	border:1px solid #eee;
}
.deepitem__slick-prev,.deepitem__slick-next{
	display:none!important;
}
.deepitem__head_sub{
	font-weight: bold;
}
/***************QUERIES********************/
@media (min-width: 1200px) {
    .container {
max-width: 1200px;
}
}
/* 992-1200px */
@media screen and (max-width:1200px) {
  .logo__icon{
        width:228px;
        height:60px;
        margin-top:8px;
    }
}

/* 768 - 992 px */
@media screen and (max-width: 992px) {
    .footer__logo {
        width: 203px;
        height: 94px;
        margin-top: 8px;
    }

    .path__title {
        text-align: center;
    }

    .path__line {
        text-align: center;
    }

    .path__menu {
        margin: auto;
        justify-content: center;
    }


    .pluses__item:after {
        width:100%;
    }
    .request {
        width: 100%;
    }

    .contacts__card{
    	position:relative;
    	top:0;
    	right:0;
    	width: 100%;
    	margin:20px 0;
    }
    .contacts:after{
    	opacity:0;
    }
    .contacts__info{
    	width:60%;
    }
}
/* 576 - 768 px */
@media screen and (max-width: 768px) {
    .footer__logo {
        display: block;
        margin: 0 auto 20px;
    }

    .footer__text {
        text-align: center;
    }

    .footer__dev {
        justify-content: center;
    }

    .footer__rights {
        text-align: center;
    }

    .btn__green_footer {
        margin: auto;
    }

    .path__menu {
        flex-direction: column;
    }

    .path__menu li{
        margin: auto;
        text-align: center;
	    margin-top: 3px;
	    margin-bottom: 3px;
    }

    .services-type__img {
        margin: auto;
    }

    .services-type__title {
        text-align: center;
    }

    .services-type__text {
        text-align: center;
    }
    
}

/* 320 - 576 px */
@media screen and (max-width: 576px) {
    .logo__icon {
        width: 120px;
        height: 32px;
        margin-top: 14px;
    }
    .btn__green_header {
        width: 123px;
        font-size: 11px;
        height:24px;
        padding: 5px  3px;
    }
    .btn__green i,.phone i{
	font-size: 13px;	
}
        .bars{
        font-size:20px;
        padding-top: 14px;	
    }
    h1 {
       font-size:45px; 
    }

    .offer__text{
        font-size:25px;
    }
    h3{
        font-size:25px;
    }
    .btn__white_current{
        margin-bottom:36px;
    }
    .map__title{
        text-align:center;
    }
    .map__list{
        text-align:center;
    }
    
    .request{
    	padding-left:10px;
    }
    .request__btn{
    	padding-left:5px;
    	padding-right: 5px;
    	margin-right: 5px;
    }
    .contacts__info{
    	width:100%;
    }
   .contacts__card-content{
   	flex-direction: column;
   }
   .contacts__card{
   	height:100%;
   	padding-bottom: 21px;
   }
   .contacts__info{
   	margin-top: 28px;
   }
}