.prodMain {
    position: relative;
    height: 390px;
    overflow: hidden;
    padding-bottom: 75px;
}

.prodMain__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
}

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

.prodMain__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%
}

.prodMain__wrap {
    color: #fff;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    text-transform: uppercase;
}

.titleBlock {
    width: 100%;
    -webkit-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    transform: translateY(-75px);
    margin-bottom: -75px;
    z-index: 2;
    position: relative;
    padding-bottom: 20px
}

.titleBlock__cont {
    background: #fff;
    border-radius: 5px;
    padding: 20px 54px 20px 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-shadow: 5px 9px 80px 0 rgba(47, 47, 47, .15);
    box-shadow: 5px 9px 80px 0 rgba(47, 47, 47, .15);
    align-items: center;
}

.titleBlock__imgWrap {
    height: 113px;
    width: 113px;
    min-width: 113px;
    border-radius: 50%;
    -webkit-box-shadow: 5px 9px 80px 0 rgba(47, 47, 47, .15);
    box-shadow: 5px 9px 80px 0 rgba(47, 47, 47, .15);
    overflow: hidden
}

.titleBlock__imgWrap img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.titleBlock__textWrap {
    padding-left: 30px;
    padding-right: 30px
}

.titleBlock__courceName {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    /* text-align: center */
}

.titleBlock__docsTitle {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.titleBlock__docsWrap{
    margin-top: 20px;
}
.titleBlock__docs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.titleBlock__docs a {
    padding: 8px 20px
    
}

.titleBlock__docs a:first-child {
    /* margin-right: 10px */
}

.breadcrumbs {
    margin-bottom: 10px
}

.breadcrumbs ul {
    justify-content: flex-start;
    font-size: 14px;
    text-align: center
}

.serviceSidebar {
    background: #fff;
    margin-bottom: 40px
}

.serviceSidebar__title {
    padding: 24px 30px;
    background: #fb1a49;
    font-size: 20px;
    font-family: Poppins, Arial, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.serviceSidebar__list {
    padding: 10px 15px 30px 30px;
    border: 1px solid #eee
}

.serviceSidebar__listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #ecebec
}

.serviceSidebar__iconWrap {
    font-size: 20px;
    margin-right: 18px;
    width: 20px;
    color: #fb1a49;
  
}

.serviceSidebar__contBottom {
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, Arial, sans-serif
}
.contentBlock__topWrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-start;
}
.wrapProdContent{
    max-width: 65%;
}
.prodPrice__title{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.prodPrice__priceWrap{
    display: flex;
    color: #fb1a49;
    font-weight: bold;
}
.prodPrice__normalPrice{
    margin-right: 20px;
}
.prodPrice__oldPrice{
    text-decoration: line-through;
}
.prodPrice__action{
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
    margin: 0 0 10px;
    color: #999;
}

.prodPrice__ochno{
    font-weight: bold;
}
.contentBlock__tabs {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.prodPrice__commerce{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.prodPrice__commerce i{
    color: #ff1949;
    margin-right: 5px;
    transform: translateY(-2px);
}
.prodPrice__commerce a{
    color: #ff1949;
/*     text-decoration: underline;   */
}
.contentBlock__startText:first-child{
    margin-top: 0;
}
.contentBlock__startText {
    padding: 30px 40px;
    border-left: 3px solid #ff1949;
    margin: 40px 0;
    /* max-width: 65%; */
    font-size: 16px;
    line-height: 28px;
    -webkit-box-shadow: 0 0 30px 0 rgba(47, 47, 47, .05);
    box-shadow: 0 0 30px 0 rgba(47, 47, 47, .05);
    border-radius: 10px 0 0 10px;
    
    height: fit-content;
}
.contentBlock__startText P{
    text-align: justify;
}


.contentBlock__sdiebar {
    /* float: right; */
    width: 32%;
    margin-left: 30px
}

.contentBlock__relativeCourse {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 40px;
}

.tabs {
    margin: 0 auto
}

.tabs__nav {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tabs__link {
    cursor: pointer;
    background-color: #fafafa;
    color: #2f2f2f;
    font-weight: 600;
    padding: 12px 20px;
    margin-bottom: 10px;
	transition:0.2s
}
.tabs__link:hover{
	    box-shadow: 8px 13px 60px 0 rgba(47, 47, 47, .2);
    background-color: #fff;
}

.tabs__link h2,
.tabs__link h3,
.tabs__link h4,
.tabs__link h5,
.tabs__link span,
.tabs__link strong {
    font-size: 16px !important
}

.tabs__link:not(:last-child) {
    margin-right: 20px
}

.tabs__link.active {
    -webkit-box-shadow: 8px 13px 60px 0 rgba(47, 47, 47, .2);
    box-shadow: 8px 13px 60px 0 rgba(47, 47, 47, .2);
    background-color: #fff
}

.tabs__item {
    display: none
}

.tabs__item.active {
    display: block
}

.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 .s-popular-courses__img-wrap .s-popular-courses__card-title {
    color: #fb1a49
}

.catCard__img-wrap {
    position: relative;
    overflow: hidden
}

.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)
}

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

.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)
}

.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)
}

footer {
    margin-top: 300px
}

.contentBlock__tabs table th {
    background-color: #fb1a49 !important;
    color: #fff !important;
}

@media only screen and (max-width:1300px) {
    .titleBlock {
        padding-bottom: 50px
    }

    .titleBlock__imgWrap {
        width: 100px;
        height: 100px
    }

    .titleBlock__courceName {
        font-size: 24px
    }
    .breadcrumbs ul{
        justify-content: flex-start;
    }
    .titleBlock__courceName{
        text-align: left;
    }
    .breadcrumbs ul,
    .titleBlock__docsTitle {
        font-size: 16px
    }

    .serviceSidebar__title {
        padding: 20px;
        font-size: 18px;
        text-align: center;
    }

    .serviceSidebar__list {
        padding: 15px
    }

    .serviceSidebar__listItem {
        padding: 10px 0
    }

    .serviceSidebar__iconWrap {
        font-size: 20px;
        margin-right: 18px;
        width: 20px
    }

    .serviceSidebar__contBottom {
        font-size: 18px
    }
}
@media only screen and (max-width:1200px) {
    .contentBlock__sdiebar{
        margin-left: 0;
        width: 100%;
    }
    .contentBlock__startText{
        width: 100%;
        max-width: 100%;
    }
    .wrapProdContent{
        max-width: 100%;
    }
}

@media only screen and (max-width:1023px) {
    .titleBlock__cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .titleBlock__courceName,
    .titleBlock__imgWrap {
        margin-bottom: 20px
    }

    .contentBlock__topWrap {
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contentBlock__startText {
        width: 100%;
        max-width: 100%
    }

    .contentBlock__sdiebar {
        width: 100%;
        margin-left: 0;
        float: none
    }

    .contentBlock__relativeCourse {
        grid-template-columns: 1fr
    }

    footer {
        margin-top: 80px
    }


}

@media only screen and (max-width:767px) {
    .titleBlock__cont {
        padding: 20px 15px
    }
    .contentBlock__endText p{
        text-align: left;
    }
    .contentBlock__startText {
        padding: 20px 30px;
        font-size: 16px;
        margin: 20px 0;
        text-align: left;
    }
    .contentBlock__startText P{
        text-align: left;
    }

    .tabs__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .tabs__link {
        width: 100%
    }

    .tabs__link:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px
    }
    .s-sert__imgWrap img{
        max-width: 100% !important;
    }
}

/* .tablepress{
    clear: none !important;
    width: auto !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
 */
html{
    overflow-x: hidden;
}
.contentBlock__endText p{
    text-align: justify;
}
@media only screen and (max-width:1600px) {
    .layout{
        padding-bottom: 60px;
    }
    .footer::before{
        /* height: 764px; */
    }

}