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

.full-catalog {
    display: flex;
    margin-bottom: 30px;
}

.full-catalog__left {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
}

.full-catalog__left img {
    max-width: 100%;
    height: auto;
}

.full-catalog__right {
    min-width: calc(100% - 300px);
    max-width: calc(100% - 300px);
    width: calc(100% - 300px);
    padding-left: 30px;
}

.full-catalog__anons {
    color: #777;
}

.full-catalog__anons p,
.full-catalog__text p {
    margin-bottom: 15px;
}

.full-catalog__right .btn {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    /*
    .catalog__more > .btn {
        margin-left: 15px;
    }
    */
    .container > .catalog__list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .full-catalog {
        display: block;
    }

    .full-catalog__left {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .full-catalog__right {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }

}

.t_tabs-buttons {
    margin-top: 0;
}

.t_tabs-buttons--button.btn.btn--s {
    margin-bottom: 5px;
}

.t_tabs-buttons .btn--s:not(.active) {
    background: rgba(0, 0, 0, .1);
}

.t_tabs-items--item {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.t_tabs-items--item p {
    margin-bottom: 15px;
}

.t_tabs-items--item.active {
    display: block;
}

.services.services--gallery {
    padding-top: 0;
}

.mob-menu__soc-link img {
    max-width: 100%;
}

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

}

@media (max-width: 767px) {
    .container .catalog__list {
        display: block
    }
    
    .catalog__more .btn {
        margin-bottom: 40px;    
    }
}

@media (max-width: 992px) {
  .container > .catalog__more {
      padding-left: 15px;
      padding-right: 15px;
  }
}

.catalog__list .container {
    display: none;
}

.footer {
    background: #010066;
}

.mob-top__logo img {
    max-width: 100%;
    height: 64px;
}

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

.about.s-content ol {
    margin-left: 30px;
}

.contacts {
    flex: 0 0 50%;
}

.contacts--cols .contacts__in {
    min-width: auto;
    max-width: none;
}

.contacts--cols .contacts__item-btns {
    display: block;
}

.new-form input[type="text"], .new-form textarea {
    border: 1px solid #969696 ! important;
    background: #e7e7e8;
    text-align: left ! important;
}

.new-form textarea {
    height: 150px;   
}

.new-form .form__text {
    margin-bottom: 30px;
}

.container.modal-content {
    margin-bottom: 40px;
}

.checkbox-inp {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

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

.ajax-form.form.new-form {
    position: relative;
}

.footer, .header__top {
    background: #e7e7e8;
}

.footer__address,
.footer__col-menu-link,
.footer__col-title {
    color: #969bab;
}

.top__soc .footer__soc-link svg path,
.footer__soc .footer__soc-link:first-child svg path  {
    fill: #99cc33;
}

.top__soc .top__soc-link svg path,
.footer__soc .footer__soc-link:last-child svg path {
    fill: #fff;
}

.header__menu-link {
    font-size: 18px;
}

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

.header__logo {
    position: relative;
    display: block;
    height: 100px;
    margin-right: 30px;
}

.header__logo img {
    position: absolute;
    top: 10px;
    bottom: 0;
    width: 78px;
}

.do {
    padding-top: 0;
}

.full-catalog__text .btn,
.full-catalog__text .btn:hover,
.full-catalog__right .btn,
.full-catalog__right .btn:hover {
    background: #5181b8;
}