@media(min-width: 769px) {
	.logo_mob {
		display: none !important;
	}

	.contacts-mob {
		display: none !important;
	}

    .nav-mob {
        display: none !important;
    }
}


@media(max-width: 768px) {
    .nav-block {
        display: none !important;
    }

	.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 {
		display: none !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;
	    background-color: #f0f0f0;

	}

	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;
	}

    #topbar {
        display: none !important;
    }

    .logo-img {
        float: inherit !important; 
        margin: 0 auto !important;
    }

    .logo-text p.title {
        text-align: center !important;
    }

    .logo-text p.subtitle {
        text-align: center !important;
    }

    .phone-wrap {
        text-align: center !important;
    }

    .banner-text h2 {        
        font-size: 24px !important;
        line-height: 32px !important;
        text-align: center !important;
        margin-bottom: 10px !important;
        margin-top: 45px !important;   
    }

    .banner-text p {
        width: 100% !important;
        text-align: center !important;
    }

    .banner-info {
        text-align: center !important;
    }

    .dropdown-item {
        white-space: unset !important;
    }

}

* {
	text-decoration: none !important;
	font-family: 'Gilroy';
	outline: none !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(images/burger.png) !important;
}

.banner {
    background-image: url(images/expertiza-volgograd.jpg);
    background-position: center center;
    border-size: cover;
    background-repeat: no-repeat;
}

.banner-text h2 {
    margin: 0;
    font-size: 52px;
    margin-top: 100px;
    line-height: 72px;
    color: #fff;
    font-weight: 700;
}

.banner-text p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
    width: 80%;
    font-weight: 500;
}

.banner-info {
    background-color: #fff;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 4px;
    padding: 15px 10px 15px 10px;
}

.banner-info-text h4 {
    margin: 0;
    text-transform: uppercase;
    color: #990523;
    font-size: 16px;
    font-weight: 700;
    display: inline;
    font-family: inherit;
    line-height: 1.1;
}

.banner-info-text p {
    font-size: 14px;
    line-height: 24px;
    color: #4c4c4c;
    width: 100%;
}

#topbar {
    padding: 12px 0;
    background: #990523;
}

#topbar p.item a {
    color: #fff;
}

#topbar p.item a:hover {
    text-decoration: underline !important;
}

#topbar p.item {
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}

#topbar p.item i {
    margin-right: 5px;
    font-size: 13px;
    color: #fff;
}

#headerbar {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 25px;
    height: auto;
}

.logo-img {
    width: 98px;
    float: left;
    margin-right: 20px;
}

.logo-img {
    width: 98px;
    float: left;
    margin-right: 20px;
}

.phone-wrap {
    margin-top: 25px;
    margin-left: 30px;
}

#headerbar .btn-button {
    margin-top: 20px;
}

.logo-text p.title {
    margin: 0;
    font-size: 25px;
    margin-top: 28px;
    line-height: 26px;
    color: #990523;
    font-weight: 600;
}

.logo-text p.subtitle {
    font-size: 12px;
    margin: 0;
    color: #000;
    margin-top: 0;
    font-weight: 500;
}

p.phone a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

p.phone {
    font-weight: 600;
    color: #000;
    font-size: 20px;
    line-height: 22px;
}

.btn-button {
    background: #990523;
    border: 0;
    box-shadow: none;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    color: #fff;
    transition: all .2s;
    font-weight: 500;
    font-size: 16px;
}

.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;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent !important;
}

.logo img {
	width: 100%;
}

.contacts span {
	font-size: 14px;
	color:#777777;
	margin-left: 20px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    width: 100%;
    background-color: #990523 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

.nav-block {
    background-color: #990523;
}

/*.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/slide-3.jpg);
	background-position: center center;
	border-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.sl_backimage_2 {
	background-image: url(images/slide-1.jpg);
	background-position: center center;
	border-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.sl_backimage_3 {
	background-image: url(images/slide-2.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(38, 52, 92, 0.9);
	margin-top: 5em;
	width: 90%;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 3em;
}

.sl_text_info_name {
	color:#f7c51e;
	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: #990523;
	margin: 0 auto;
    padding-bottom: 2em;
    margin-top: 1em;
}

.expertise h3 {
	font-size: 25px;
	color: #990523;
	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: #990523;
    padding-top:20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 20px;
    border: 2px solid #990523;
    color:#fff;
    font-size: 16px;
   }

   .tab-title:hover::after {
   	background-color: #fff;
   	color: #990523;
   }

   .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: #990523;
}

.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: #990523;
    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 {
	width: 100%
	color: #990523;

}

.social i {
	color: #990523;
	font-size: 25px;
	margin-top: 20px;
	margin-right: 10px;
}

.footer p {
	color:#525252;
	font-size: 12px;
	margin-top:20px;
}

.footer_info h3 a {
	font-size: 16px;
	color: #333333;
}
.footer_info h3 a:hover {
	color: #3335;
}

.footer_info h4 a {
	font-size: 14px;
	color: #3335;
}
.footer_info h4 a:hover {
	color: #333333;
}


footer {
	padding-top: 2em;
	padding-bottom: 2em;
	text-decoration: none !important;
	color: #990523;

}


ol.breadcrumb {
    background: none;
}

.breadcrumb-item a {
	color: #0f0d02;
	font-size: 15px;
}
.breadcrumb-item a:hover {
	color: #0f0d02;
}

.easypoint {
	background-color:#121212;
	height: 380px;
}


.easypoint h3 {
	font-size: 36px;
	color: #d0d0d0;
	margin-left: 20px;
	padding-top: 30px;
}

.easypoint button {
	margin-left: 20px;
	margin-top: 20px;
}

.uls-items	{
    display: flex;
    align-items: center;
}


.nums {
	height: 37px;
	width: 37px;
	min-width: 37px;
	background: #c9bc88;
	color: #fff;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	display: flex;
	margin-left: 20px;
	font-size: 26px;
}

.uls-items dir {
	display: block;
	color: #d0d0d0;
	margin-left: -16px;
	margin-right: 11px;
}
.co {
	width: 45%;
}
.coc {
	width: 45%;
}

.mans {
	background-image: url(/_themes/default/images/expert.jpg);
	height: 380px;
}
.advantages {
	padding-bottom: 3em;
}

.advantages img {
	width: 7rem;
	height: 3rem;
	background: grey;
}

.advantages h2 {
	font-size: 26px;
	color: #444451;
	text-align: center;
	font-weight: bold;
	margin-top: 4rem;
}

.fa-user {
	color:#ef3124;
}

/**/
.advantage_table {
    /* width: 900px; */
    margin: 0 auto;
    padding: 40px 50px 20px;
    
}
.advantage_item_icon_wr {
    float: left;
}
.advantage_item_icon i {
    /*width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background:grey;
    border-radius: 100%;
    color: #000;*/
}
.advantage_item {
    margin-bottom: 20px;
}
.advantage_item_text {
    padding-top: 7px;
    color: #000;
    margin-left: 80px;
}
.advantage_item_title {
    font-size: 20px;
    font-weight: bold;
    color:#990523;
}

.advantage_item_introtext {
	color:#4a3833;
	font-size: 15px;
}