.mob-menu__nav-item:after {
	display: none;
}

.mob-menu__nav-item.mob-menu__nav-item--angle:after {
	display: block;
}

a.mob-menu__nav-title {
	color: #000;
}

.header__menu.tblock__active {
	padding-left: 30px;
}

.header__menu.tblock__active .tblock__active-buttons {
    left: 3px;
    top: 0;
}

.header__slider {
	top: 0;
    margin-top: -90px;
}

.tblock__active .header__slider {
	top: 0;
	margin-top: 0;
}

.tblock__active header.header {
	background:  rgba(0, 0, 0, .4);
}

.header__slide-panel-name {
	line-height: 26px;
}

.header__slide-panel-text {
	line-height: 27px;
}

.header__slide-panel {
	max-width: 430px;
}

.arcticmodal-close {
	cursor: pointer;
}

.form__text a {
	display: inline-block;
	border-bottom: 1px dashed;
	line-height: 17px;
}

.wrapper {
	padding-bottom: 0;
}

.footer {
	margin-top: 0;
}

.container .container {
	width:  auto;
}

.lmenu__item-title--link {
	font-weight:  bold;
}

.cols .rcol.rcol-l {
	padding-left:  0;
	padding-right:  30px;
}

.header--in {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.about--col .about__img {
	margin-left:  35px;
	margin-bottom:  35px;
}

.form__field {
	position:  relative;
}

.form-loader {
	display: block;
	position:  absolute;
	top:  0;
	left:  0;
	right:  0;
	bottom:  0;
	z-index:  10;
	background:  rgba(0, 0, 0, .2);
}

.form-error {
    position: absolute;
    bottom: -20px;
    right: 10px;
    color: #cc0000;
}

.error-input input, .error-input textarea {
	border-color:  #cc0000;
}

.nc-demo-modal-wrapper {
	display:  none ! important;
}