.main-content {padding-top: 0;}

.item-list_chs > ul > li.link-chs2 {
	padding: 0;
	overflow: hidden;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
	border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
.item-list_chs > ul > li.link-chs2 a { 
	display: block;
	float: left;
	background: linear-gradient(to top, rgb(217, 217, 217), rgb(234, 234, 234));
	padding: 5px 15px;
	color: #262626;
	text-decoration: none;
}
.item-list_chs > ul > li.link-chs2 a.active {
	background: linear-gradient(to top, rgb(252, 217, 69), rgb(235, 200, 52));
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.27); 
}

.hideon {display: none;}

.item-list > li + li {border-top: none !important; padding-top: 0;}

.item-list > li {border-bottom: 1px dotted #b2b2b2; padding-bottom: 30px;}

.item-list > li.noborder {border-bottom: none;}

.item-wrap {position: relative; width: 1000px; margin: 0 auto;}
.item-list_chs.new_lchs { z-index: 1000;}

.phone_site_intro {width: 1000px; margin: 0 auto; margin-bottom: 20px;}
.psi_logo {float: left;}
.psi_logo img {width: 208px; height: 66px;}
.psi_contacts {float: right;}
.psi_contacts .psi_phone {color: #FFF; font-size: 24px;}
.psi_contacts a {color: #f8ca21;}

.advantages {padding-top: 20px; height: 600px;}
.advantages h1 {text-transform: none;}

.items-head > .nav-tabs > li.active > a {padding-left: 40px;}
.items-head > .nav-tabs > li.active > a:hover {padding-left: 40px;}


.modal .btn-close {
    margin-bottom: 15px;
    font-size: 22px;
}
.btn-close {
    display: block;
    width: 100%;
    border: none;
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #ffd936;
    text-transform: uppercase;
    color: #212121;
    padding: 12px 0;
    margin-top: 20px;
    cursor: pointer;
}