@media(max-width:990px){
    .main-ability{
        display: none;
    }
    .slider-index__item {
        height: auto;
    }
    body{
        padding-top: 70px;
    }
    .img-bg{
        position: static;
    }
}

.article-block blockquote{
    font-size:inherit ;
}

.article-block ul{
    max-width: 100%;
}
.article-block img {
    max-height: 500px;
    
    object-fit: cover;
}
    
.article-block ul li{
    margin-bottom: 10px;
}
.feedback__error{
    display: none;
    font-size: 14px;
    color: red;
}
.feedback__error.active{
    display: block;
}

/*на главной в блоке каталог картинки при наведении*/
.cat__bg{
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.cat__collumn{
	position: relative;
	z-index: 4;
}
.cat__bg{
	opacity: 0;
	transition: all .3s ease;
}
.cat__item:hover .cat__bg{
	opacity: 1;
}
.cat__item:hover .cat__link{
	color: #fff;
}
.cat__item:hover .icon_arr-r{
	fill:#fff;
	stroke:#fff;
}

.slick-arrow[aria-disabled="true"] {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}


/*SERVICES*/
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700&display=swap');

.title__init {
    font-size: 46px;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
}
.init_height {
    height: 550px;
}

.detail-row {
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.detail-col {
    flex: 1;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.detail-col-6 {
    flex: 1 0 50%;
    width: 50%;
    max-width: 50%;
}
.detail-col-4 {
    flex: 1 0 33.332%;
    width: 33.332%;
    max-width: 33.332%;
}
.detail-img {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 66.5%;
}
.detail-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}

.detail-descr-grey {
    position: relative;
    width: 100%;
    margin-top: 14px;
    font-size: 16px;
    color: #515259;
    padding-left: 46px;
}
.detail-descr-grey:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 1px;
    background: #515259;
}
.detail-content {
    width: 100%;

    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}
.detail-content--left-gap {
    padding-left: 100px;
}
.detail-content--right-gap {
    padding-right: 80px;
}
.detail-title {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    width: 100%;
    margin-bottom: 25px;
    color: #28282d;
    margin-top: -16px;
}
.detail-text {
    color: #28282d;
    font-size: 16px;
    max-width: 475px;
    margin-bottom: 40px;
}
.detail-text b {
    font-weight: 600;
}
.detail-text p {
    margin-bottom: 20px;
    margin-top: 20px;
}
.detail-text p:first-of-type {
    margin-top: 0;
}
.detail-text p:last-of-type {
    margin-bottom: 0;
}

.detail-step-big__item {
    margin-bottom: 46px;
}
.detail-step-big__item:last-of-type {
    margin-bottom: 0;
}
.detail-step-big__title {
    font-size: 24px;
    line-height: 1.12;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    color: #8abd2e;
}
.detail-step-big__text {
    font-size: 16px;
    color: #28282d;
}

.detail-info-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}
.detail-info-block__content {
    flex: 1;
    min-width: 0;
    padding-left: 20px;

}
.detail-info-block__img {
    padding-top: 6px;
}
.detail-info-block__title {
    color: #8abd2e;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
}
.detail-info-block__text {
    font-size: 14px;
    color: #a0a49f;
}
.detail-img-info-wrapper {
    width: 100%;


    display: flex;
    margin-top: -90px;
    position: relative;
    z-index: 1;
}
.detail-img-info {
    display: inline-block;
    padding: 26px 35px;
    margin: 0 auto;
    background: #fff;
}
.detail-img-info__title {
    margin-bottom: 10px;
    color: #28282d;
    font-size: 15px;
    width: 100%;
}
.detail-img-info__text {
    width: 100%;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    color: #8abd2e;
}
.detail-img-info__text-big {
    font-size: 46px;
    line-height: 1;
}

.detail-step {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.detail-step__num {
    font-size: 22px;
    color: #8abd2e;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    position: relative;
    padding-right: 45px;
    margin-right: 17px;
}
.detail-step__num:before {
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    transform: translateY(-50%);
    width: 26px;
    height: 1px;
    background: #8abd2e;
}
.detail-step__content {
    flex: 1;
    min-width: 0;
    position: relative;
}
.detail-step__text {
    position: relative;
    top: 2px;
    font-size: 18px;
    color: #28282d;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;

}

@media (max-width: 1060px) {
    .detail-content--left-gap {
        padding-left: 0;
    }
    .detail-content--right-gap {
        padding-right: 0;
    }
    .order-first-tablet {
        order: -1;
    }
    .detail-col {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
    .detail-text {
        max-width: 100%;
    }
    .detail-title {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 15px;
        line-height: 1.25;
    }
}
@media (max-width: 650px) {
    .init_height {
        height: 350px;
    }
    .title__init {
        font-size: 25px;
    }
    .detail-title {
        font-size: 24px;
    }
    .detail-text {
        font-size: 14px;
    }
    .detail-step-big__title {
        font-size: 21px;
    }
    .detail-step-big__text {
        font-size: 14px;
    }
    .detail-step-big__item {
        margin-bottom: 26px;
    }
    .detail-img-info__text-big {
        font-size: 26px;
    }
    .detail-img-info__text {
        font-size: 18px;
    }
}

/**/
.partner__item img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 160px;
    object-fit: contain;
}
img[alt="открытка_марьянский"]{
    height: auto!important;
    object-fit: contain;
}



.wa {
    position: absolute;
    z-index: 9;
    right: 0;
    /* bottom: -4.3rem; */
    bottom: -2.3rem;
    display: inline-flex;
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.wa_inner {
    position: fixed;
    bottom: 8rem;
    right: 3rem;
    z-index: 9;
}
.wa__circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    content: '';
    transition: all .3s ease;
    animation: circlePulse 3s ease-out infinite;
    border-radius: 50%;
    background: rgba(117, 181, 35, .3);
}
.wa__btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: 5rem;
    height: 5rem;
    margin: auto;
    border-radius: 50%;
    background: #75b523;
    align-items: center;
    justify-content: center;
}
.wa__ico {
    width: 2.5rem;
    height: 2.5rem;
}