.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;
}

.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;
}

@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;
}

.header__menu-link {
    display: inline-block;
    padding: 10px 0;
}

.header__menu-link a,
.header__menu-link a:hover {
    color: #fff;
}

.header__menu-link a:hover {
    opacity: .9;
}

.header--in .header__menu-link a {
    color: #000;
    display: inline-block;
    padding: 10px 0;
}

.header__menu-children {
    display: none;
    position: absolute;
    top: 65px;
    padding: 20px 15px;
    background: rgba(0, 0, 0, .3);
    border-radius: 3px;
}

.header__menu-children > a {
    display: block ! important;
    padding: 7px 0 ! important;
    font-size: 13px;
}

.header__menu-link:hover .header__menu-children {
    display: block;
}

.header--in .header__menu-link .header__menu-children {
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
}

.do__item-image {
    width: 100%;
    max-width: 100%;
    height: 210px;
    text-align: center;
}

.do__item-image img {
    max-width: 100%;
    height: auto;
    max-height: 210px;
}

.top__slogan {
    color: #fff;
    font-weight: bold;
}

.fixed .header__top {
    background: #fff;
}

.header__menu-children {
    background: black;
}

.header--in .header__menu-link .header__menu-children {
    background: white;
}

.header__menu-link:focus, .header__menu-link:hover {
    opacity: 1;
}

.iframe_conteyner {
    height: 0px;
    padding-bottom: 56.2%;
    position: relative;
    margin-bottom: 15px;
}
.iframe_conteyner iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.services--gallery-s .services__list.slick-slider-gallery {
    display: block ! important;
    flex-wrap: none;
}

.services--gallery-s .services__list.slick-slider-gallery .services__item {
    max-width: none;
    min-width: auto;
    height: 350px;
    margin: 0;
}

/* the slides */
.services--gallery-s .services__list.slick-slider-gallery .services__item.slick-slide {
    margin: 0 10px;
}

/* the parent */
.services--gallery-s .services__list.slick-slider-gallery .slick-list {
    margin: 0 -10px;
}

.services--gallery-s .services__list.slick-slider-gallery .slick-arrow {
    display: block;
    width: 30px;
    height: 30px;
    left: -43px;
    top: calc(50% - 15px);
    position: absolute;
    z-index: 111;
}

.services--gallery-s .services__list.slick-slider-gallery .slick-arrow.slick-next {
    left: auto;
    right: -43px;
}

.services--gallery-s .services__list.slick-slider-gallery .slick-arrow .material-icons {
    opacity: 1;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}

.container {
    min-width: auto;
}

@media (max-width: 767px) {

    .services--gallery-s .services__list.slick-slider-gallery .services__item.slick-slide {
        margin: 0;
    }

    .services__list.slick-slider-gallery {
        margin: 0;
    }

    .services--gallery-s .services__list.slick-slider-gallery .slick-arrow {
        left: 10px;
        color: #fff;
    }

    .services--gallery-s .services__list.slick-slider-gallery .slick-arrow.slick-next {
        right: 10px;
    }
}