/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/*region header*/
/*.header-menu__title {*/
/*    font-weight: normal;*/
/*}*/
.slogan__text {
    color: #5b5b5b;
    opacity: 1;
}
.mega-fixed-menu .slogan__text {
    position: relative;
    z-index: 1;
}

.header__main-item.header-menu--centered {
    margin-left: 10px;
    margin-right: 10px;
}

.header-cabinet__link.avt {
    margin-right: 10px;
}
/*.header-cabinet__link.avt .header-cabinet__icon{*/
/*    margin-right: 0;*/
/*}*/
.sections-list__item-image {
    background-size: contain;
}
/*endregion*/
.arrow_scroll{
        padding-top: 3px;
}

/*.c-table-hov {*/
/*    width: 100%;*/
/*    border: 1px solid #e5e5e5;*/
/*}*/
/*.c-table-hov td,*/
/*.c-table-hov th {*/
/*    padding: 10px;*/
/*    border: 1px solid #e5e5e5;*/
/*}*/
.c-tabs .nav-tabs {
    border-top: 2px solid var(--theme-base-color);
}
.c-tabs .nav-tabs li {
    margin-top: 0;
}
.c-tabs .nav-tabs li,
.c-tabs .nav-tabs li a,
.c-tabs .nav-tabs li > span {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.c-table-hov tr th:nth-of-type(n+2),
.c-table-hov tr td:nth-of-type(n+2) {
    text-align: center;
}
.c-table-hov.with-first tr,
.c-table-hov tr:not(:first-of-type) {
    outline: 3px solid transparent !important;
    outline-offset: -1px;
    transition: outline 250ms;
}
.c-table-hov.with-first tr:hover,
.c-table-hov tr:not(:first-of-type):hover {
    outline-color: var(--theme-base-color) !important;
}


.c-tabs .nav-tabs>li.active:after {
    background: var(--theme-base-color);
    top:auto;
    bottom: -1px;
}


@media (min-width: 1320px) {
    .tizers-list__items-wrapper.grid-list.grid-list--items-5 {
        display: flex;
        gap: 20px;
    }
}
.slogan__text {
    width: 100%;
    margin-right: 90px;
}
.regions__chooser {
    pointer-events: none;
}
.regions__chooser .more-arrow {
    display: none !important;
}
.form__img--SIDE_IMG:not(.form--static) .form-fon {
    background-size: contain;
    background-position: top right;
}

.gallery-list__item-image{
    background-position: top center;
}
a[href="/gallery/sertifikaty/"] .gallery-list__item-image{
    background-position: center -110px;
}

.csli-link {
    height: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    color: var(--white_text_black);
}
.csli-link:hover {
    color: var(--theme-base-color);
}
.csli-link:hover path {
    stroke: var(--theme-base-color);
}

.seo_block__top {
    display: flex;
    flex-wrap: wrap;
}
.seo_block__top .detail-block {
    flex-grow: 1;
}


.sdlkj {
    padding: 28px 28px 22px;
}
/*region insrt_start*/
/*endregion*/


.zagolovok-otvratitelnii {
    /*font-size: 24px;*/
    background: var(--theme-base-color);
    COLOR: WHITE;
    font-weight: bold;
    padding: 15px;
    border-radius: 3px;
    margin-top: 24px;
}
.banners-big__title.switcher-title.banners-big__title--middle,
.banners-big__text-wrapper {
    display: none;
}
.banners-big__title{
	display:none;
}
.lli_1 {
    padding: 30px;
    width: 300px;
}
/*
.banners-big__item .banners-big__img-wrapper .banners-big__img{
	left: auto;
	right:30px;
}
.banners-big--normal .banners-big__depend-height{
	height:500px;
    padding: 0 30px;
}*/

#mtab_servisy .grid-list--wide .services-list__item--big-padding {
    padding: 20px;
}

#mtab_servisy .grid-list--items-4-wide{
    grid-template-columns:repeat(4,1fr)
}
.banners-big__text{
	justify-content: end;
    padding-bottom: 40px;
}
.banners-big .owl-nav{
    justify-content: space-between;
    position: absolute;
    bottom: auto;
    top: 50%;
    left: calc((100% - 1500px) / 2);
    right: calc((100% - 1500px) / 2);
    width: auto;
}
.banners-big .owl-carousel__dots.owl-carousel__dots--line{
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
}
@media (max-width: 1628px) {
    .banners-big .owl-nav{
        position: static;
    }
}
@media (max-width: 767px) {
    .banners-big .banners-big__buttons {
        margin-bottom: 40px;
    }
}

.table-flexbox{
    display: flex;
    gap: 11px;
}
.table-flexbox p{
    margin-bottom: 11px;
}
.table-flexbox p:last-child{
    margin-bottom: 0;
}
.table-flexbox img{
    width: 50px;
    height: 50px;
    margin: 0;
}
@media (max-width: 600px) {
    .table-flexbox{
        flex-direction: column;
    }
}


.grid-list._with-tab-section-filter .detail-info__image {
    width: 50px;
    height: 50px;
}

.grid-list._with-tab-section-filter .detail-info__image span {
    border-radius: 5px;
}
.grid-list._with-tab-section-filter {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}
._with-tab-section-filter .services-list__item--big-padding {
    padding: 20px;
}
