.catMain {
    position: relative;
    height: 390px;
    overflow: hidden
}
.catMain__title{
    text-transform: uppercase;
}
.breadcrumbs__list{
    font-size: 14px;
}
.catMain__bgWrap {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catMain__bgWrap img {
    position: relative;
    z-index: 1
}

.catMain__bgWrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/gradient-banner.png) 0 0/cover;
    z-index: 2;
    width: 100%;
    height: 100%
}

.catMain__wrap {
    color: #fff;
    position: relative;
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.catCards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 130px;
    padding-bottom: 130px;
    grid-gap: 20px
}

.catCard {
    -webkit-box-shadow: 0 0 15px 0 rgba(47, 47, 47, .05);
    box-shadow: 0 0 15px 0 rgba(47, 47, 47, .05)
}

.catCard:hover .s-popular-courses__img-wrap img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.catCard:hover .catCard__card-title {
    color: #fb1a49
}

.catCard__img-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
}


.catCard:hover .catCard__img-wrap img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.catCard__img-wrap img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    height: 100%;
}

.catCard__price {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #ff1949;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 700
}

.catCard__content {
    padding: 25px
}

.catCard__card-title {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
/* 	word-break: break-all; */
}

.catCard__card-subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #2f2f2f;
    font-weight: 400;
    margin-bottom: 15px
}

.catCard__text-wrap {
    font-size: 16px;
    font-weight: 300;
    padding-top: 15px;
    margin: 0 0 20px;
    color: #8d95a6
}

.catCard__more-wrap {
    font-size: 16px;
    color: #2f2f2f;
    line-height: 40px;
    font-weight: 700;
    cursor: pointer
}

.catCard__more-wrap span {
    margin-right: 8px
}

.catCard__more-wrap i {
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
}

.catCard__more-wrap:hover i {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.catInfo {
    padding-top: 100px;
    padding-bottom: 350px
}

.accardion {
    cursor: default
}

.accardion__title {
    width: 100%;
    padding: 16px 46px 16px 18px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    color: #222;
    z-index: 2;
    position: relative;
    background: 0 0
}

.accardion__content {
    padding: 12px 36px 10px 18px;
    font-size: 16px;
    line-height: 120%;
    position: absolute;
    /* bottom: 100%; */
    left: 0;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0
}

.accardion__content p {
    font-size: 16px;
    line-height: 27px;
    padding: 2px 8px;
    margin-right: 15px;
    border-radius: 4px;
    color: #000;
    margin-bottom: 15px
}

.accardionJs {
    position: relative;
    margin-bottom: 26px;
    overflow: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 1px solid #a9b7c0;
    border-radius: 5px;
    -webkit-box-shadow: 5px 10px 6px rgba(44, 91, 129, .1);
    box-shadow: 5px 10px 6px rgba(44, 91, 129, .1)
}

.accardionJs::before {
    content: "";
    display: block;
    width: 17px;
    height: 2px;
    position: absolute;
    top: 27px;
    right: 20px;
    background: #fb1a49;
    z-index: 1
}

.accardionJs::after {
    content: "";
    display: block;
    width: 2px;
    height: 17px;
    position: absolute;
    top: 20px;
    right: 27px;
    background: #fb1a49;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 1
}

.accardionJs._open {
    border: 1px solid #fb1a49
}

.accardionJs._open::after {
    opacity: 0
}

.accardionJs._open .accardion__content {
    /* bottom: 0; */
    opacity: 1
}

.accardionContentJs {
    position: relative
}
.catInfo .seoText{
	margin-bottom:40px;
}

@media only screen and (max-width:1023px) {
    .catCards {
        grid-template-columns: 1fr 1fr
    }

    .catInfo {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media only screen and (max-width:767px) {
    .catCards {
        /* grid-template-columns: 1fr */
        display: block;
    }
}