.nc-demo-modal-wrapper {
    display:  none ! important;
    visibility: hidden;
    opacity: 0;
}

.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;
	padding:  0;
}

.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;
}

.history__item-year:before {
    content: " ";
    display:  block;
    position: absolute;
    top: 65px;
    left: 50%;
    bottom: 0;
    width: 1px;
}

.news__item-img {
	display:  block;
}

.news--lines .news__item-in {
	width:  100%;
}

.search-tag {
    background: #eee;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.search-tag > p > span {
    display: inline-block;
    font-size: 11px;
    background: #000;
    padding: 6px 17px 5px;
    color: #fff;
    line-height: 11px;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: .05em;
    vertical-align: middle;
    margin-left: 8px;
}

.search-tag > p > span > a {
	vertical-align: middle;
}

.search-tag > p > span > a > span {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-left: 8px;
    margin-top: -1px;
}

.mob-top__logo {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 145;
    max-width: 165px;
    max-height: 50px;
 }

 @media (max-width: 991px) {
 	.about--col .about__img {
 		margin-left: 0;
 		margin-right: 0;
 		margin-bottom: 30px;
 	}

 	.about.s-content {
 		margin-bottom:  15px;
 	}
 }

 .link-dashed {
    border-bottom: 1px dashed;
    display: inline-block;
 }

 .reg-auth-buttons .link-dashed {
    margin-left: 15px;
 }

 .btn {
    border: none;
 }

 .reg-remember-auth .link-dashed {
    font-size: 13px;
    margin-top: 15px;
 }

.fixed-logotype {
    display:  none;
}

.header__menu a {
    transition: 0s;
}

.about--col .about__img {
    height: auto;
}

.about--col .about__img img {
    max-width: 100%;
    height: auto;
}

.contacts__item-info-text a {
    text-decoration: none;
}

.header__slide-panel {
    right: calc(50% - 215px);
}

.pluses__list {
    align-items: center;
    justify-content: center;
}

.pluses__item:nth-child(4) {
    border: none;
}

.command--l .command__item-img {
    width: 263px;
    height: 200px;
    border-radius: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.command__item {
    margin-bottom: 30px;
}

.review-item {
    display: flex;
    margin-bottom: 30px;
}

.review-item h3 {
    margin-bottom: 10px;
}

.review-text {
    margin-left: 15px;
}

.with-photo {
    min-width: 49px;
    max-width: 49px;
    width: 49px;
}

.generic-blockquote {
    font-size: 16px;
    line-height: 24px;
}

.reviews__list-autor-name {
    color: #000;
}

.history__item-header {
    width: calc(100% - 40px);
}

.history__item {
    position: relative;
}

.history__item-top span {
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 992px) {
    body.scroll-menu-on header.header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 11;
        background: rgba(255, 255, 255, .8);
    }

    body.scroll-menu-on header.header.fixed .header__top {
        box-shadow: 0px 4px 7px rgb(0 0 0 / 20%);
    }

    body.t__tpanel.scroll-menu-on header.header.fixed {
        top: 50px;
    }

    body.scroll-menu-on header.header.fixed .fixed-logotype {
        display: block;
    }

    body.scroll-menu-on header.header.fixed .no-fixed-logotype {
        display: none;
    }

}

.header__city-link {
    position: relative !important;
    top: initial !important;
    right: initial !important;
    font-size: 22px !important;
    color: #ff7b7b !important;
    font-weight: 700 !important;
}

.cities li {
    list-style-type:none;
    margin-top: 1rem;
}

.cities a {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}

.mob-select-city {
    margin-top: 1rem;
}

.open-modal {
	background: none!important;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

h1, .h1 {
	font-size: 36px;
}

.f_name_h {
    display: none;
}