@media(min-width: 769px) {
	.logo_mob {
		display: none !important;
	}

	.contacts-mob {
		display: none !important;
	}
}


@media(max-width: 768px) {
	.contacts {
	    display: grid !important;
	    text-align: center !important;
	    margin-left: 0px !important;
	    margin-top: 2em;
		} 

	.sl_text_info {
		width: 100% !important;
		}

	.progress-bar {
		width: 20% !important;
		}	

	.logo {
	    font-size: 25px !important;
	    padding-right: 1em !important;
	    padding-left: 1em !important;
	    text-align: center !important;
		}
	.contacts {
		display: none !important;
		}
	nav.navbar.navbar-expand-lg.navbar-light.bg-light {
		margin-top: 0px !important;
	}

	.header {
		padding-top: 0px !important;
	}

	.sl {
	margin-top: 0px !important;
	}

	.info {
		padding-left: 1em;
    	padding-right: 1em;
	}

	.info h2 {
		font-size: 25px !important;
		text-align: center;
	}

	.info span {
		text-align: center;
		font-size: 13px;
	}

	.tab-title::after {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	#algoritm-job .col:after {
    display: none !important;
	}

	.footer_info {
		display: none !important; 
	}

	.social {
    text-align: center !important;
    margin-top: 15px;
	}

	.footer p {
    text-align: center !important;
	}

	.tab-title_down {
		font-size: 17px;
	}

	.tab-content_down p {
		font-size: 16px;
	}

	.faq h2 {
		padding-bottom: 1em !important;
	}

	.when h2 {
	    font-size: 25px !important;
	    padding-right: 1em !important;
	    padding-left: 1em !important;
	    text-align: center !important;
	}

	#algoritm-job .title {
    font-size: 25px !important;
	}

	.faq h2 {
		font-size: 25px !important;
	}

	.expertise h2 {
	    font-size: 25px !important;	    
	    padding-left: 1em !important;
	    padding-right: 1em !important;
	    text-align: center !important;
	}

	li.nav-item.dropdown {
    text-align: center !important;
	}

	a.nav-link {
    text-align: center;
	}

	.fa-envelope-o:before {
    margin-left: 0px !important;
    margin-right: 0px !important;
	}

	.fa-phone:before {
    content: "\f095";
    margin-left: 0px !important;
    margin-right: 0px !important;
	}

	.sl_text_info {
		padding-bottom: 1.5em !important;
	}

	.dropdown-toggle::after {
    margin-left: 48%!important;
    display: grid !important;
	}





}

* {
	text-decoration: none !important;
	font-family: 'Gilroy';
	outline: none !important;
}

.fa-envelope-o:before {
    content: "\f003";
    color: #000000;
    margin-left: 20px;
    margin-right: 20px;
}

.fa-phone:before {
    content: "\f095";
    color: #000000;
    margin-left: 20px;
    margin-right: 20px;
}

.contacts {
	display: flex;
	margin-left: 9em;
}

.contacts i {
    font-size: 40px;
    margin-left: 20px;
    color: black;
    display: table-cell;
    vertical-align: middle;
}

.contacts span {
    font-size: 14px;
    color: #777777;
    margin-left: 22px;
    display: table-cell;
}

.logo img {
	    font-size: 25px !important;
	    padding-right: 1em !important;
	    padding-left: 1em !important;
	    text-align: center !important;
	width: 100%;
}

.contacts span {
	font-size: 14px;
	color:#777777;
	margin-left: 20px;
}

.header {
	padding-top: 1em;
	padding-bottom: 2em;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    width: 100%;
    margin-top: 20px;
    z-index: 999;
    background: #fff !important;
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

/*.dropdown-toggle::after {
    margin-left: 45%;
    display: grid !important;
}
*/
a.nav-link {
    margin-left: 1.1em;
    margin-right: 1.1em;
}

.sl_backimage_1 {
	background-image: url(images/banner.jpg);
	background-position: center center;
	border-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.sl_backimage_2 {
	background-image: url(images/banner.jpg);
	background-position: center center;
	border-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.sl_backimage_3 {
	background-image: url(images/banner.jpg);
	background-position: center center;
	border-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.sl_backimage_1.slick-slide{
    height: 400px;
}

.sl_backimage_2.slick-slide{
    height: 400px;
}


.sl_backimage_3.slick-slide{
    height: 400px;
}


.sl {
	margin-top: -60px;
	z-index: 1;
}

.sl.slick-initialized.slick-slider {
    max-width: 100vw!important;
}

.slick-next {
    right: 3vh !important;
    display: none !important;
}

.sl_text_info {
	background-color: rgba(49, 46, 65, 0.9);
	margin-top: 5em;
	width: 90%;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 3em;
}

.sl_text_info_name {
	color:#98bcf3;
	font-size: 12px;
	margin-bottom: 10px;
}

.sl_text_info h2 {
	font-size: 32px;
	color: #fff;
	margin-top: 10px;
	font-weight: 700;
}

.sl_text_info p {
	font-size: 14px;
	color: #c2c2c2;
}

.progress {
	height: 1px !important;
}

.info {
	padding-top: 2em;
	padding-bottom: 3em;
}

.info h2 {
	font-size: 30px;
	font-weight: 700;
	color: #333333;
}

.info p{
	font-size: 17px;
	color: #000000;

}

.logo_mob img {
    width: 100%;
    margin-top: -25px;
}

.logo_mob {
	width: 80%;
}

.contacts-mob {
	display: grid;
	text-align: center;
	margin-top: 1em;

}

.contacts-mob i {
	font-size: 30px;
}

.contacts-mob span {
	font-size: 15px;
}

.expertise_img {
	width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #222;
    display: block;
    margin: 0 auto;
}

.expertise h2 {
	font-size: 30px;
	font-weight: 700;
	color: #333333;
	margin: 0 auto;
    padding-bottom: 2em;
}

.expertise h3 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-top: 1em;
}

.expertise p {
	font-size: 15px;
	text-align: center;
}

.tab input, .tab-content { display: none; }
   .tab {
    font: 0.8rem/1.2 Arial, sans-serif;
    margin-bottom: 10px;
   }
   .tab-title {
    padding: 10px;
    display: block;
    font-weight: bold; 
    cursor: pointer; 
    text-align: center;
   }
   .tab-title::after {
    content: 'И еще более 20 видов экспертиз';
    background-color: #3c88fa;
    padding-top:20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 20px;
    border: 2px solid #3c88fa;
    color:#fff;
    font-size: 16px;
   }

   .tab-title:hover::after {
   	background-color: #fff;
   	color: #3c88fa;
   }

   .tab-content {
    padding: 10px 20px;
   }
   .tab :checked + .tab-title {
    color: #fff; 
   }
   .tab :checked + .tab-title::after {
    content: 'Скрыть виды экспертиз'; 
   }
   .tab :checked ~ .tab-content {
    display: block;
    overflow: auto;
}

.accordion {
    width: 100%;
    margin-top: 4em;
    margin-bottom: 3em;
}

th.t431__th.t-title {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.t431__thead {
	border-bottom: 1px solid #000;
}

.t431__tdscale_1 .t431__th, .t431__tdscale_1 .t431__td {
    padding: 20px;
}

.t431__td.t-text {
	font-size: 18px;
	color: #4d4c4c;
	font-weight: 400;
}

.t431__evenrow {
	background-color: #eeeeee;
}

.when_icon {
	display: table-cell;
	vertical-align: top;
}

.when_info {
	display: table-cell;
	padding-left: 20px;
}

.when_icon i {
	font-size: 30px;
	color: #3c88fa;
}

.when_info h3 {
	font-size: 22px;
	font-weight: 500;
}

.when_info p {
	font-size: 18px;
	font-weight: 400;
}

.when h2 {
	font-size: 30px;
    font-weight: 700;
    color: #333333;
    margin: 0 auto;
    padding-bottom: 2em;
}

.when {
	background-color: #f0f0f0;
	padding-top: 1em;
	padding-bottom: 2em;
}

/**/
#algoritm-job {
    padding-top: 2em;
    padding-bottom: 40px;
}

#algoritm-job .col {
    text-align: center;
    position: relative;
    min-height: 225px;
}

#algoritm-job .col_last {
    text-align: center;
    position: relative;
    min-height: 225px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col_last {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

#algoritm-job .col .num {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    line-height: 105px;
    z-index: -1;
    font-size: 160px;
    font-weight: 900;
    color: #e8f0f6;
}

#algoritm-job .col_last .num {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    line-height: 105px;
    z-index: -1;
    font-size: 160px;
    font-weight: 900;
    color: #e8f0f6;
}

#algoritm-job .col .img {
    min-height: 103px;
}

#algoritm-job .col_last .img {
    min-height: 103px;
}

#algoritm-job .col .text {
    font-size: 18px;
    font-weight: 300;
    color: #4f515c;
    padding: 30px 42px;
}

#algoritm-job .col_last .text {
    font-size: 18px;
    font-weight: 300;
    color: #4f515c;
    padding: 30px 42px;
}

#algoritm-job .col:after {
    content: "";
    width: 72px;
    height: 4px;
    border-radius: 4px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 145px;
    left: 85%;
    margin: auto;
    background: #f3f7fa;
}

#algoritm-job .title {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
	text-align: center;
    padding-bottom: 2em;
}


  .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: #f0f0f0;
	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;
   }

.logo-footer img {
	color: #ffffff;
	width: 100%
}

.social i {
	color: #ffffff;
	font-size: 15px;
	margin-top: 20px;
	margin-right: 10px;
}

.footer p {
	color:#ffffff;
	font-size: 12px;
	margin-top:20px;
}

.footer_info h3 a {
	font-size: 16px;
	color: #ffffff;
}
.footer_info h3 a:hover {
	color: #ffffff;
}

.footer_info h4 a {
	font-size: 14px;
	color: #ffffff;
}
.footer_info h4 a:hover {
	color: #ffffff;
}


footer {
	padding-top: 2em;
        background: #2b251d;
	padding-bottom: 2em;
	text-decoration: none !important;
	color: #ffffff;
	font-size: 25px;
}


ol.breadcrumb {
    background: none;
}

.breadcrumb-item a {
	color: #0f0d02;
	font-size: 15px;
}
.breadcrumb-item a:hover {
	color: #0f0d02;
}

@media(min-width: 769px) {
.dropdown-item {
width: 60em !important;
white-space: unset !important;
}
}

@media(max-width: 768px) {
.dropdown-item {
width: 20em !important;
white-space: unset !important;
}
}