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

	.header_mob {
		display: none !important;
	}

	.navbar-brand {
		display: none !important;
	}
}

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

	.main_bg_photo {
		padding: 0px !important;
	}

	.main_bg_photo_text h2 {
	    font-size: 15px !important;
	    line-height: 30px !important;
	}

	.first_important_text {
    	padding: 1em !important;
	}

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

	.main_about h3 {
	    font-size: 35px !important;

	}

	.main_about span {
     	font-size: 18px !important;
	}

	.first_important_text p {
		font-size: 18px !important;
	}

	.footer {
		text-align: center !important;
		padding-bottom: 2em !important;
	}

	i.fa.fa-vk {
    	margin-left: 0px !important;
    	font-size: 15px !important;
	}

	.footer_menu a {
    font-size: 18px !important;
	}

	i.fa.fa-phone-square {
    	font-size: 15px !important;
	}

	.navbar {		
		background-color: #ffffff !important; 
	}

	.navbar-light .navbar-nav .nav-link {
	    margin-left: 0px !important;
	    text-align: center;
	    font-size: 18px !important;
	}

	.dropdown-item {
		font-size: 18px !important;
	}

	.main_bg_photo_text {
		background: rgba(255,255,255,0.6) !important;
	}

	.logo img {
	    width: 80px !important;
	    height: 80px !important;
	}

	.header_phone {
	    margin-top: 23px !important;
	    margin-left: 30px !important;
	}

	.header_logo img {
	    width: 90px !important;
	}

	.header_logo_text {
	    padding-top: 0.5em !important;
	    font-size: 16px !important;
	}

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

	.navbar {
		padding: .5rem 0rem !important;
	}

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

	.navbar-light .navbar-nav .nav-link {
		margin-right: 0 !important;
	}

	.header_logo {
	    margin-top: 0em !important;
	}
}

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

/*.header {
	padding-top: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #e8e9eb;	
}*/

.logo img {
	width: 100px;
	height: 100px;
}

.header_logo {
    margin-top: 2em;
}

.header_info h2 {
	font-size: 40px;
	font-weight: 900;
}

.header_info p {
	font-size: 14px;
	font-weight: 500;
}

.header_contacts {
    text-align: right;
}

.header_mail a {
	font-size: 16px;
	font-weight: 500;
	color: #131313;
}

.header_phone a:hover {
	border-bottom: 1px solid #131313;
	color: #131313;
}

.header_mail a:hover {
	border-bottom: 1px solid #131313;
	color: #131313;
}

.header_phone a {
	font-size: 22px;
	font-weight: 500;
	color: #131313;
}

a.btn.btn-primary {
    width: 185px;
    text-transform: uppercase;
    margin-top: 10px;
    box-shadow: 0 0 3px #000000;
    background: #d89976;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
    font-size: 16px;
    margin-right: 1em;
    margin-left: 1em;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #1e223b !important;
}

li.nav-item:hover {
    border-bottom: 3px solid #1e223b;
}

.main_bg_photo {
	background-image: url(images/prostroi.jpg);
	background-position: center center;
	border-size: cover;
	background-repeat: no-repeat;
	padding: 113px 0 112px;
}

.main_bg_photo_text {
	background: rgba(255,255,255,0.88);
    color: #292929;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 15px 43px;
}

.main_bg_photo_text h3 {
    font-weight: 800;
    font-size: 25px;
    line-height: 38px;
}

.first_important {
	padding-top: 2em;
	background-color: #e8eaee;
}

.first_important h1 {
	font-size: 30px;
	color: #000000;
    text-align: center;
}

.first_important h2 {
	font-size: 30px;
	color: #000000;
    text-align: center;
}



.second_important {
	padding-top: 2em;
	background-color: #e8eaee;
}

.important_title {
	padding: 0 0 19px;
}

.important_title h2 {
	font-size: 26px;
    font-weight: 900;
    text-align: center;
}
.important_title h1 {
	font-size: 26px;
    font-weight: 900;
    text-align: center;
}


.main_about {
	padding-top: 3em;
	padding-bottom: 3em;
	text-align: center;
}

.main_about h3 {
	font-size: 45px;
	color: #236aaa;
}

.main_about span {
	text-transform: uppercase;
	font-size: 16px;
	color: #131313;
}

.service {
	display: table;
    width: 100%;
    text-decoration: none;
    color: #2c2b3f;
    font-weight: 500;
    font-size: 18px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 5px 0 5px;
    margin-bottom: 34px;
    height: 100px;
    -webkit-transition: 0.1s all;
}

.service__image {
    text-align: center;
    width: 100px;
    display: table-cell;
    vertical-align: middle;
}

.service__title {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

span.service__title:hover {
    color: #2c2b3f !important;
}

.service:hover {
	text-decoration: none;
    color: #2c2b3f;
    border: 2px solid #236aaa;
}

.second_important_items.col-md-12.row {
    margin: 0 auto !important;
}

.footer {
	background-color: #000000;
	padding-top: 2em;
	padding-bottom: 1em;
}

.footer_text_title span {
	color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.footer_text_copyrights span {
	color: #ffffff;
	font-size: 14px;
}

.footer_menu a {
	color: #fff !important;
	font-size: 14px;
}

.footer_menu a:hover {
	color: #f5f5f5 !important;
}

.footer_contacts_mail a {
	color: #fff !important;
	font-size: 18px;
}

.footer_contacts_mail a:hover {
	color: #f5f5f5f !important;
}

.footer_contacts_phone a {
	color: #fff !important;
	font-size: 18px;
}

.footer_contacts_phone a:hover {
	color: #f5f5f5f !important;
}

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

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

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

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

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

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


.footer_contacts_social {
    margin-top: 10px;
}

.navbar {
	width: 100%;
}

.header_logo img {
	float: left;
	margin-right: 5px;
	width: 99px;
}

.header_logo_text {
    padding-top: 0.5em;
    font-size: 16px;
    color: #59545b;
}

.header_logo_menu {
    padding-top: 1em;
}

.address {
    display: inline-block;
    color: #8a878c;
}

.phone {
    display: inline-block;
}


ul {
  list-style: none; 
  margin: 0;
  padding: 0;
}
.topmenu > li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.topmenu > li:last-child {
  margin-right: 0;
}
.one a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  outline: none;
  transition: .1s linear;
}
.fa {
  font-family: "FontAwesome";
  color: inherit;
  padding-left: 10px;
}
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.one ul a {
  color: #8a878c;
}
.one .submenu {
  display: none;
  border: 1px solid #8a878c;
  background-color: #fff;
}
.one ul li:hover .submenu {
  display: block;
}

.submenu li {
	text-align: center;
}

.topmenu span {
	border-bottom: 1px dotted #02b2ed;
}

.topmenu span:hover {
	border-bottom: none !important;
}

.address span {
	border-bottom: 1px dotted #02b2ed;
}

.address span:hover {
	border-bottom: none !important;
}

.dropdown-item {
	color: #59545b !important;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #ffeeac !important;
}

.dropdown-item.active, .dropdown-item:hover {
	background-color: #ffeeac !important;
}

.header_logo a {
	padding: 0 !important;
}

li.nav-item {
    border-bottom: 3px solid transparent;
}

.navbar {
	padding: .5rem 0rem !important;
}

ol.breadcrumb {
    background: none;
}

.breadcrumb-item a {
	color: #171b34;
	font-size: 13px;
}
.breadcrumb-item a:hover {
	color: #171b34;
}

@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;
}
}