@media(max-width: 1300px) {
	.header_label h1 {
		font-size: 46px !important;
	}

	.navbar-light .navbar-nav .nav-link {
		font-size: 17px !important;
	}

	.header_contacts i {
		margin-left: 18px !important;
		font-size: 35px !important;
	}

	.header_contacts span {
		font-size: 13px !important;
	}


}

@media (min-width: 410px) {
	.sl_slide_buttons {
		grid-gap: 10px 55px !important;
	}
}

@media(min-width: 769px) {
	.mob {
		display: none !important;
	}
	
	.navbar-brand {
		display: none !important;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 1.5rem 1rem !important;
	}

	.dec-hide {
		display: none !important;
	}
}

@media(max-width: 768px) {
	.sl_bg {
		display: block !important;
	}

	.header_info_text p {
    	display: none !important;
	}
@media(max-width: 768px) {

   .stroy_expert {

       padding-right: 10px;

       padding-left: 10px;

   }

}

	.header_label h1 {
		display: none !important;
	}

	.header_label.col-md-12 {
    	display: none !important;
	}

	.col-md-4.header_info_text {
   		display: none !important;
	}	

	.sl_info span {
		font-size: 20px !important;
	}

	.sl_info {
		padding:1em 1em !important;
	}

	.sl.slick-initialized.slick-slider {
	    margin: 0px !important;
	    width: 100% !important;
	}

	.stroy_expert span {
		margin-right: 1em !important;
		margin-left: 1em !important;
	}	

	.footer p {
		text-align: center !important;
		font-size: 15px !important;
	}

	.footer h6 {
		text-align: center !important;
		font-size: 17px !important;
	}

	.footer_mail {
		text-align: center !important;
	}

	.footer a {
		display: block !important;
		text-align: center !important;
		font-size: 17px !important;
	}

	.footer span {
		display: block !important;
		text-align: center !important;
		font-size: 17px !important;
	}

	.footer_mail a {
		margin-bottom: 1em !important;
	}

	.mob-hide {
		display: none !important;
	}

	nav.navbar.navbar-expand-lg.navbar-light {
		background: #363d60 !important;
		padding: 10px !important;
	}

	.header_logo span {
		color: #fff !important;
	}

	i.fa.fa-bars {
	    font-size: 25px;
	    color: #fff;
	}

	button.navbar-toggler {
	    border: none !important;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
	    padding: 1rem 1rem !important;
	}

	a.dropdown-item {
	    text-align: center !important;
	}

	.dropdown-menu.show {
		background: #e34530 !important;
	}

	.list-soc-links {
	    float: left !important;
	}

	ul.list-contact li {
	    margin-bottom: 10px !important;
	}

	button.btn.btn-secondary {
		margin-top: 15px !important;
	}

	.sl_slide_text h2 {
	    font-size: 29px !important;
	    text-align: center !important;
	color: #ffffff;
	}

	.sl_slide_text p {
	    text-align: center !important;
	}

	i.fa.fa-chevron-right, i.fa.fa-chevron-left {
		padding: 18px !important;
	}

	.next.slick-arrow {
		top: 0% !important;
	}

	.prev.slick-arrow {
		top: 0% !important;
	}

}

* {
	text-decoration: none !important;
	font-family: 'Gilroy';
	outline: none !important;
}

.header_label h1 {
	font-size: 60px;
	color: #4d9cc9;
	text-align: center;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.header_info_text p {
	font-size: 14px;

}

.navbar-light .navbar-brand {
    color: #fff !important;
    font-size: 15px !important;
}
a.navbar-brand {
    margin: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    text-align: center !important;
}

.header_contacts {
	display: flex;
}
.header_contacts i{
	font-size: 40px;
    margin-left: 40px;
    margin-right: 20px;
    color: black;
    vertical-align: middle;
    color: #4d9cc9;
}

.header_contacts span {
	font-size: 14px;
    color: #777777;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    text-decoration: underline !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    transition: 0.3s;
}

.navbar-light .navbar-toggler-icon {
	background-image: url(images/burger.png) !important;
}

nav.navbar.navbar-expand-lg.navbar-light {
    width: 100%;
}

/*.header_menu {
	background-color: #282828;
}*/

.dropdown-menu {
	border-radius: 0px !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    background-color: none !important;
    color: #ffffff !important;
    transition: 0.3s;
}

/*.sl {
	height: 500px;
}*/

.sl_bg {
	display: table;
    width: 100%;
    height: 300px;
    padding-top: 70px;
    background: url(images/ekspertiza.jpg) center center no-repeat;
    background-color: #e5e5e5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.sl_info span {
	color:#fff;
	font-size: 30px;
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.sl_info {
	padding: 1em 7em;
	background-color: rgba( 5, 118, 183, 0.7);
	text-align: center;
}

.sl.slick-initialized.slick-slider {
    margin: 0 auto;
}

.slick-prev {
	display: none !important;
}

.slick-next {
	display: none !important;
}

.advantages {
	margin-top: 3em;
	margin-bottom: 2em;
}

.advantages_item {
	text-align: center;
	padding: 24px 31px;
}

.advanages_item h4 {
	margin-top:25px;
}

.advanages_item p {
	margin-top:18px;
}

.advantages_item:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	transition: .22s;
}

.expert_item img {
	width: 100%;
	margin-top:2em;
	margin-bottom: 1em;
}

.expert_item a {
	color: #000;
	text-align: center;
}

.expert_item a:hover{
	color:#ffffff;
}

.stroy_expert {
	margin-top: 2em;
	margin-bottom: 2em;
}

.stroy_expert h1 {
	margin-bottom: 1em; 
}
.stroy_expert h2 {
	margin-bottom: 1em; 
}


.m-top-10 {
    margin-top: 10px;
}

.widget_service li {
    font-size: 15px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 5px;
    text-align: center;
}

.widget_item li a {
    color: #fff;
}

.widget_item ul {
	padding: 0px !important;
}

.widget_item li a:hover {
	color: #ffffff;
}

.footer {
	background-color: #222222;
	padding-top: 3em;
	padding-bottom: 2em;
}

.footer span {
	color: #888c94;
	font-size: 14px;
}

.footer a {
	color: #888c94;
	font-size: 14px;
}

.footer a:hover {
	color: #ffffff;
}

.footer p {
	color: #888c94;
	font-size: 13px;
}

.footer h6 {
	color:#fff;
}

.footer_mail {
	margin-top: 2em;
}

.footer_mail a {
	color: #ffffff;
}

.footer_mail a:hover {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.header_info{
	background: #38222b;
	padding: 0.5em 0px;
}

.list-soc-links {
    float: right;
    margin: 3px 0px 0 0;
    overflow: hidden;
    list-style: none !important;
}

.list-soc-links li {
    background: url(../images/header/soc_icons.png) no-repeat;
    float: left;
    margin-left: 1px;
}

.list-soc-links li {
    background: url(/_themes/default/images/soc_icons.png) no-repeat;
    float: left;
    margin-left: 1px;
}

.list-soc-links a {
    display: block;
    height: 27px;
    text-indent: -9999px;
    width: 27px;
}

.list-soc-links .vk {
    background-position: -28px 0;
}

.list-soc-links .tw {
    background-position: -57px 0;
    opacity: 0.6;
}

.list-soc-links .g {
    background-position: -85px 0;
}

.list-soc-links .mail {
    background-position: -113px 0;
}

.list-soc-links .youtube {
    background-position: -142px 0;
}

.list-soc-links li:hover {
    background: url(../_themes/default/images/soc_btns_hover.png) no-repeat;
}

.list-soc-links .vk:hover {
    background-position: -28px 0;
}

.list-soc-links .tw:hover {
    background-position: -57px 0;
    opacity: 0.6;
}

.list-soc-links .g:hover {
    background-position: -85px 0;
}

.list-soc-links .mail:hover {
    background-position: -113px 0;
}

.list-soc-links .youtube:hover {
    background-position: -142px 0;
}

/*.header_mail {
    margin-left: 16px;
}*/

.list-contact {
    float: left;
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
    list-style: none !important;
}

.list-contact li {
    float: left;
    margin-right: 27px;
}

.list-contact li {
    float: left;
    margin-right: 27px;
}

.list-contact .mail:before {
    margin: 1px 7px 0 0;
    width: 15px;
}

.list-contact li:hover a, .list-contact li:hover {
    color: #e34530;
}

.list-contact li:before {
    background: url(images/contact_icons.png) no-repeat;
    content: '';
    float: left;
    height: 20px;
    width: 20px;
}

.list-contact .mail:hover:before {
    background: url(images/contact_icons_hover.png) 0 1px no-repeat;
}

.list-contact .address {
    max-width: 460px;
}

.list-contact .address:before {
    background-position: -42px 0;
    margin: 3px 7px 0 0;
    max-width: 360px;
    width: 17px;
}

.list-contact li:before {
    background: url(images/contact_icons.png) no-repeat;
    content: '';
    float: left;
    height: 20px;
    width: 20px;
}

.list-contact .address:hover:before {
    background: url(images/contact_icons_hover.png) -34px 0 no-repeat;
}

.list-contact li:last-child {
    margin-right: 0;
}

.list-contact .question:before {
    background-position: -125px 0;
    margin-right: 7px;
}

.list-contact li:before {
    background: url(images/contact_icons.png) no-repeat;
    content: '';
    float: left;
    height: 20px;
    width: 20px;
}

.list-contact .question:hover:before {
    background: url(images/hover_question_icon.png) no-repeat;
}

.list-contact address {
    display: inline;
}

.list-contact li a, .list-contact li {
    color: #b6b6b6;
}

.header_logo span {
    color: #363d60;
    font-size: 32px;
    font-weight: 600;
} 

span.header_logo_other {
    color: #e34530 !important;
}

.header_logo_phone_info span {
	font-size: 15px;
	color: #b2b2b2;
	font-weight: 500;
}

.header_phone a {
	font-size: 16px;
	font-weight: 500;
	color: #000 !important;
}

.header_logo_phone {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

button.btn.btn-secondary {
    width: 100%;
    border-radius: 0 !important;
    border: 2px solid #e34530 !important;
    color: #e34530 !important;
    background: transparent !important;
    font-weight: bold;
}

button.btn.btn-secondary:hover {
	background: #e34530 !important;
    color: #fff !important;
}

nav.navbar.navbar-expand-lg.navbar-light {
    width: 1110px !important;
    margin: 0 auto;
    background: #e34530;
}

.navbar {
	padding: 0 !important;
}



a.nav-link:hover {
    background: #363d60;
}

.dropdown-menu.show {
    background: #363d60;
    border-radius: 0;
}

a.dropdown-item {
    color: #fff;
}

a.dropdown-item:hover {
	color: #e34530 !important;
	text-decoration: underline !important;
	background-color: transparent !important;
}

.sl_slide_1 {
	background-image: url(images/banner.jpg);
	background-position: center center;
	border-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	max-height: 410px;
}

.sl_slide_2 {
	background-image: url(images/analiz2.jpg);
	background-position: center center;
	border-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	max-height: 410px;
}

.sl_slide_buttons {
	display: inline-grid;
    grid-template-columns: repeat(2,auto);
    grid-gap: 10px 18px;
    list-style: none;
}

.sl_slide_text h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    margin-top: 2em;
}

a.sl_slide_buttons_1 {
    color: #fff;
    padding: 13px 30px;
    background-color: #e34530;
    text-transform: uppercase;
    border: 2px solid transparent;
    font-weight: bold;
}

a.sl_slide_buttons_2 {
	color: #fff;
    padding: 13px 30px;
    background-color: #363d60;
    text-transform: uppercase;
    border: 2px solid transparent;
    font-weight: bold;
}

a.sl_slide_buttons_1:hover {
	color: #e34530;
	background-color: #fff;
	border: 2px solid #e34530;
	transition: 0.5s;
}

a.sl_slide_buttons_2:hover {
	color: #363d60;
	background-color: #fff;
	border: 2px solid #363d60;
	transition: 0.5s;
}

.sl_slide_text {
    margin-bottom: 4em;
}

ul.sl_slide_buttons {
	margin-bottom: 7em;
}

.prev.slick-arrow {
    position: absolute;
    top: 48%;
    z-index: 999;
}

.sl.slick-initialized.slick-slider {
    position: relative;
}

.next.slick-arrow {
    position: absolute;
    top: 48%;
    z-index: 999;
    right: 0;
}

i.fa.fa-chevron-right, i.fa.fa-chevron-left  {
    padding: 30px;
    background: #e34530;
    color: #fff;
    font-size: 20px;
}

i.fa.fa-chevron-right:hover, i.fa.fa-chevron-left:hover {
	background: #363d60;
}

i.fa.fa-vk {
    font-size: 15px;
    color: #fff !important;
}

i.fa.fa-vk:hover {
	color: #fff !important;
}

i.fa.fa-sitemap:hover {
	color:#fff !important;
}

i.fa.fa-sitemap {
    font-size: 15px;
    color: #fff !important;
}

@media(min-width: 769px) {
.dropdown-item {
width: 30em !important;
white-space: unset !important;
}
}

@media(max-width: 768px) {
.dropdown-item {
width: 20em !important;
white-space: unset !important;
}
}