@media(min-width: 769px) {
	.mob {
		display: none !important;
	}

	.header_mob {
		display: none !important;
	}

	.text-review-mob {
		display: none !important;
	}
}

@media(max-width: 768px) {
	.header{
		display: none !important;
	}

	.price li p.price {
	    font-size: 18px !important;
	}

	button.slick-next.slick-arrow {
    	display: none !important;
	}

	button.slick-prev.slick-arrow {
    	display: none !important;
	}

	.text-review {
		display: none !important;
	}

	.dropdown-item {
		white-space: inherit !important;
	}

	.main_bg_photo {
		padding: 0px !important;
	}

	.main_bg_photo_text h2 {
	    font-size: 22px !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: 19px !important;
	}

	.first_important_text p {
		font-size: 20px !important;
	}

	.footer {
		text-align: center !important;
		padding-bottom: 2em !important;
	}

	i.fa.fa-vk {
    	margin-left: 0px !important;
    	font-size: 25px !important;
    	margin-right: 22px !important;
	}

	.footer_menu a {
    font-size: 18px !important;
	}

	i.fa.fa-phone-square {
    	font-size: 25px !important;
	}
	i.fa.fa-sitemap {
    	font-size: 25px !important;
	}


	.navbar {		
		background-color: #e8eaee !important; 
	}

	.navbar-light .navbar-nav .nav-link {
	    margin-left: 0px !important;
	    text-align: center;
	    font-size: 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-top: 23px !important;
	    margin-left: 30px !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_info h1 {
	font-size: 42px;
	font-weight: 900;
}

.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: #000005;
}

.header_phone a:hover {
	border-bottom: 1px solid #000005;
	color: #000005;
}

.header_mail a:hover {
	border-bottom: 1px solid #000005;
	color: #000005;
}

.header_phone a {
	font-size: 22px;
	font-weight: 500;
	color: #000005;
}

a.btn.btn-primary {
    width: 185px;
    text-transform: uppercase;
    margin-top: 10px;
    box-shadow: 0 0 3px #007bff;
}

.navbar-light .navbar-nav .nav-link {
    color: #000005 !important;
    margin-left: 50px;
    font-weight: 700;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #0080ff !important;
}

.main_bg_photo {
	background-image: url(images/electric-rostov.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 h1 {
	font-size: 28px;
    font-weight: 900;
    text-align: center;
}
.important_title h2 {
	font-size: 26px;
    font-weight: 900;
    text-align: center;
}

.first_importants {
	padding-top: 2em;
	background-color: #ffffff;
}

.second_importants {
	padding-top: 2em;
	background-color: #ffffff;
}

.importants_title {
	padding: 0 0 19px;
}

.importants_title h1 {
	font-size: 28px;
    font-weight: 900;
    text-align: center;
}
.importants_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: #0080ff;
}

.main_about span {
	text-transform: uppercase;
	font-size: 16px;
	color: #000005;
}

.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 #0080ff;
}

.second_important_items.col-md-12.row {
    margin: 0 auto !important;
}

.footer {
	background-color: #292929;
	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: #0080ff !important;
}

.footer_contacts_mail a {
	color: #fff !important;
	font-size: 14px;
}

.footer_contacts_mail a:hover {
	color: #0080ff !important;
}

.footer_contacts_phone a {
	color: #fff !important;
	font-size: 14px;
}

.footer_contacts_phone a:hover {
	color: #0080ff !important;
}

i.fa.fa-vk {
    font-size: 14px;
    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: 14px;
    color: #fff !important;
}
i.fa.fa-sitemap {
    font-size: 14px;
    color: #fff !important;
}


.footer_contacts_social {
    margin-top: 10px;
}

.navbar {
	width: 100%;
}

.price li.even {
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
}

.price li.even_1 {
	width: 100%;	
    border-radius: 4px;
}

.price li {
    display: table;
}

.price li p.name {
    padding-left: 10px;
    text-align: left;
    width: 630px;
}

.price li p {
    text-indent: 0px;
    font-size: 1.1em;
    display: table-cell;
    vertical-align: middle;
    color: rgb(73, 10, 61);
    width: 160px;
    text-align: center;
    padding: 7px 0px;
}

.price li p.price {
    color: rgb(73, 10, 61);
    font-size: 22px;
    line-height: 1em;
}

#main-content .price li p {
    text-indent: 0px;
    font-size: 1.1em;
    display: table-cell;
    vertical-align: middle;
    color: rgb(73, 10, 61);
    width: 160px;
    text-align: center;
    padding: 7px 0px;
}

.list_work h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}

.video_review h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}

#video-gallery {
	padding-bottom: 2em;
}

.text-review-label h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}

.text-review-info {
    background-color: #fff;
    border-radius: 4px;
}

.text-review-info p {
	padding: 10px 15px;
}

.text-review {
    padding-bottom: 2em;
}

.text-review-mob {
    padding-bottom: 2em;
}

.name_gallery {
    padding-top: 2em;
}

ol.breadcrumb {
    background: none;
}

.breadcrumb-item a {
	color: #0f75bc;
	font-size: 15px;
}
.breadcrumb-item a:hover {
	color: #0f75bc;
}

  .tab_down input, .tab-content_down { display: none; }
   .tab_down {
    font: 1.0rem/1.2 Arial, sans-serif;
    border: 1px solid #3335;
    border-radius: 3px;
    color: #000000;
    margin-bottom: 10px;
   }
   .tab-title_down {
    padding: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer
   }
   .tab-title_down::after {
    content: '+';
    float: right;
   }
   .tab-content_down {
    padding: 10px 20px;
   }
   .tab_down :checked + .tab-title_down {
    background-color: #3c88fa;
    border-radius: 3px 3px 0 0;
    color: #fff;
   }
   .tab_down :checked + .tab-title_down::after {
    content: '−';
   }
   .tab_down :checked ~ .tab-content_down {
    display: block;
   }

   .faq {
   	background-color: #e8eaee;
	padding-top: 1em;
	padding-bottom: 2em; 
   }

   .faq h2 {
   	font-size: 30px;
	font-weight: 700;
	color: #333333;
	text-align: center;
	padding-top:1em;
	padding-bottom: 2em;
   }