@media(min-width: 769px) {
	.mob {
		display: none !important;
	}

	.header_mob {
		display: none !important;
	}

	.navbar-light .navbar-nav .nav-link {
	    color: #fff !important;
	    font-weight: 500;
	    font-size: 15px;
	   	padding: 15px 20px !important;
	}
}

@media(max-width: 768px) {

	.header_phone a {
		font-size: 20px !important;
	}

	a.call_button {
		width: 170px !important;
		font-size: 16px !important;
	}

	.header_phone {
	    margin: 0 auto !important;
	    align-items: center !important;
	}

	form button {
		width: 100% !important;
	}

	.form h3 {
		text-align: center !important;
	}

	.form span {
		text-align: center !important;
		font-size: 13px !important; 
	}

	.form-bg {
		width: 350px !important;
	}

	a.call_button {
		margin-bottom: 15px !important;
	}

	button.navbar-toggler {
	    border: none !important;
	}

	.header_logo img {
	    width: 45px;
	}	

	.header_logo_text {
	    font-size: 35px !important;
	}

	.header {
		display: none !important;
	}

	.main_bg_photo {
		padding: 0px !important;
	}

	.main_bg_photo_text h2 {
	    font-size: 20px !important;
	    line-height: 40px !important;
	}

	.first_important_text {
    	padding: 1em !important;
	}

	.main_about_item {
   	 	margin-bottom: 1em !important;
	}

	.main_about h3 {
	    font-size: 55px !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: #fff!important; 
	}

	.navbar-light .navbar-nav .nav-link {
	    margin-left: 0px !important;
	    text-align: center;
	    font-size: 18px !important;
	    color: #000 !important;
	    font-weight: 500;
	    font-size: 15px;
	   	padding: 15px 20px !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: 15px 0px;
	}
}

* {
	text-decoration: none !important;
	font-family: 'Gilroy';
	outline: none !important;
}

.header {
	padding-top: 1em;
	padding-bottom: 1em;
}

.logo img {
	width: 100px;
	height: 100px;
}

.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_mail a:hover {
	border-bottom: 1px solid #131313;
	color: #131313;
}

a.btn.btn-primary {
    width: 185px;
    background-color: #f59a01;
    text-transform: uppercase;
    margin-top: 10px;
    box-shadow: 0 0 1px #000000;
}

a.btn.btn-primary:hover {
    width: 185px;
    background-color: #e58300;
    text-transform: uppercase;
    margin-top: 10px;
    box-shadow: 0 0 1px #000000;
}


.nav-link:hover {
	background-color: #e58300;
	transition: 1s;
}

.main_bg_photo {
	background-image: url(images/main-banner.jpg);
	background-position: center center;
	border-size: cover;
	background-repeat: no-repeat;
	padding: 133px 0 127px;
}

.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 h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 48px;
}

.first_important {
	padding-top: 2em;
	background-color: #e8eaee;
}

.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;
}

.main_about {
	padding-top: 3em;
	padding-bottom: 3em;
	text-align: center;
}

.main_about h3 {
	font-size: 45px;
	color: #ffffff;
}

.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 #ffffff;
}

.second_important_items.col-md-12.row {
    margin: 0 auto !important;
}

.footer {
	background-color: #201e2b;
	padding-top: 2em;
	padding-bottom: 1em;
}

.footer_text_title span {
	color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.footer_text_copyrights span {
	color: #878b98;
	font-size: 14px;
}

.footer_menu a {
	color: #fff !important;
	font-size: 14px;
}

.footer_menu a:hover {
	color: #ffffff !important;
}

.footer_contacts_mail a {
	color: #fff !important;
	font-size: 18px;
}

.footer_contacts_mail a:hover {
	color: #ffffff !important;
}

.footer_contacts_phone a {
	color: #fff !important;
	font-size: 18px;
}

.footer_contacts_phone a:hover {
	color: #ffffff !important;
}

i.fa.fa-vk {
    font-size: 15px;
    color: #fff !important;
}

i.fa.fa-vk:hover {
	color: #ffffff !important;
}

i.fa.fa-phone-square:hover {
	color:#ffffff !important;
}

i.fa.fa-phone-square {
    font-size: 15px;
    color: #fff !important;
}

i.fa.fa-sitemap:hover {
	color:#ffffff !important;
}

i.fa.fa-sitemap {
    font-size: 15px;
    color: #fff !important;
}


.footer_contacts_social {
    margin-top: 10px;
}

.navbar {
	width: 100%;
	padding: 0 1rem !important;
}

.header_logo {
    display: flex;
    align-items: center;
}

.header_about {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.header_phone {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header_row {
	align-items: center;
}

.header_logo_text {
    font-size: 35px;
    padding-left: 15px;
    font-weight: 500;
    color: #000;
}

i.fa.fa-map-marker, i.fa.fa-envelope-o, i.fa.fa-phone {
    color: #201e2b;
    margin-right: 5px;
}

a.header_about_mail {
    color: #000;
    text-decoration: underline !important;
}

a.header_about_mail:hover {
	text-decoration: none !important;
	color: #000 !important;
}

.header_phone a {
    font-size: 21px;
    color: #000;
}

.header_phone a:hover {
	color: #000;
	text-decoration: underline !important;
}

.header_phone span {
    font-size: 14px;
}

a.application_button {
    background-color: #201e2b;
    color: white !important;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 0;
    text-align: center;
    width: 180px;
}

a.application_button:hover {
	background-color: #e58300;
}

a.call_button {
    background-color: #f59a01;
    margin-top: 10px;
    color: white;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 0;
    text-align: center;
    width: 180px;
}

a.call_button:hover {
	background-color: #e58300;
	color: #fff;
}

.main_menu {
    background-color: #201e2b;
}

.navbar-expand-lg .navbar-collapse {
	justify-content: center;
}

.dropdown-menu {
    border-radius: 0 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f5f5f5 !important;
}

.main-slider-bg-1 {
	background: url(_themes/default/images/main-b-1.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.main-slider-bg-2 {
	background: url(_themes/default/images/main-b-2.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.main-slider-bg-3 {
	background: url(images/banner.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.main-slider-info {
    background-color: #225f3e;
    color: white;
    height: 300px;
    margin-top: 30px;
    padding: 20px 30px;
    margin-bottom: 50px;
}

.main-slider-text h2 {
    color: white;
    font-family: inherit;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 35px;
}

.main-slider-text p {
    color: white;
    font-family: inherit;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.05px;
    margin: 20px 0;
}

.main-slider-button a {
	background-color: #f59a01;
    color: white;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 15px;
    text-align: center;
}

.slick-dots-my {
    text-align: center;
    display: flex; 
    justify-content: center;
    list-style: none;
    margin-top: -29px;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}    

.slick-dots-my li button {
    background: #fff;
    border: none; 
    border-radius: 0; 
    height: 10px; 
    width: 10px;
    margin: 5px; 
    outline: none;
    font-size: 0;
    position: relative;
    bottom: 5px;
}    

.slick-dots-my li[class="slick-active"] button {
    opacity: 0.6;
}

.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.sl.slick-initialized.slick-slider {
    position: relative;
}

.prev.slick-arrow {
    position: absolute;
    top: 43%;
    z-index: 999;
    left: 30px;
    cursor: pointer;
}

.next.slick-arrow {
    position: absolute;
    top: 43%;
    z-index: 999;
   	right: 30px;
   	cursor: pointer;
}

.next.slick-arrow:hover, .prev.slick-arrow:hover{
	opacity: 0.6
}

i.fa.fa-angle-right, i.fa.fa-angle-left {
	color: white;
    font-size: 56px;
}

.bg-form {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0,0,0,.5);
}

.form-bg {
    width: 500px;
    min-height: 380px;
    background: #fff;
    margin: 0 auto;
    margin-top: 7em;
}
#close-form i {
    color: #000;
}
#close-form {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}

.form-border {
    min-height: 372px;
}

.form-inputs {
    padding: 20px 50px 30px;
}

.form h3 {
    text-transform: uppercase;
    color: #151515;
    font-size: 1.5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 35px 50px 30px;
    border-bottom: 2px solid #f59a01;
}

.form span {
    color: #383b3e;
    line-height: 1.6;
    display: block;
    font-size: 12px;
}

input[type="text"] {
    border: none;
    border-bottom: 1px solid #BBBBBB;
    font-size: 12px;
    padding-left: 0;
    padding-bottom: 12px;
    background: #FFFFFF;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 15px 20px;
    width: 100%;
}

.form {
    margin: 0 auto;
}

form button {
    background-color: #f59a01;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 15%);
    line-height: 1.5;
    border: none;
    color: white;
    display: block;
    font-size: 16px;
    line-height: 1.2;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
    width: 180px;
}

form button:hover {
    background-color: #e58300;
	color: #fff;
}
#bg-form {
    display: none;
}

.main-slider-button a:hover {
	background-color: #e58300;
	color: #fff;
}

span.header_about_address {
    display: flex;
}
@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;
}
}