body {
    --borber-color-main : #020203;
    --borber-color-gray: #dfdfdf;
    --main-color: #020203;
    --white-color: #ffffff;
    --bg-color-main: #ffffff;
    --bg-color-secondary: #8bb0b9;

}

a {
    text-decoration: unset;
}

.block-color-main {

}
.desktop-pad {
    padding: 60px 0
}
.block-color-secondary {
    background: var(--bg-color-secondary);
    padding: 60px 0;
}

.block-color-main .container  {
    border: 1px solid var(--borber-color-gray);
    padding: 32px 30px
}

.block-color-secondary .container {
    border: 1px solid var(--borber-color-main);
    padding: 32px 0
}

.border-no {
    border: none!important;
}

.block-color-main p {
    color: var(--main-color);
}

.block-border-right {
    border-right: 1px solid var(--borber-color-main);
}
.block-title {
    text-transform: uppercase;
    color: var(--main-color);
}

.block-color-main .block-title,
.block-color-secondary .block-title {
    color: var(--main-color);
}
.block-bg-overlay .block-title {
    color: var(--white-color);
}
.block-title-left {
    text-align: left;
}
.wants-title {
    height: 115px;
    text-align: center;
}

.block-title-center {
    text-align: center;
}

.block-bg-overlay {
    background: url('/images/st_block.jpg') left 50% top 50% / cover no-repeat fixed;
    margin-top:unset;
    margin-bottom:unset;
}

.overlay-container {
    background-color: rgba(0, 0, 0, 0.75);
    padding-top:60px;
    padding-bottom:60px;
}

.item-quest {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    align-items: center;
    margin: 20px 0;
}
.item-quest-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 40%;
    box-shadow: 0 0 10px #000;
    flex: 0 0 60px;
}
.item-quest-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.wants-box {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}
.item-wants {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    margin: 20px 0;
    width: 150px;
}

.item-wants-img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30%;
    box-shadow: 0 0 10px #000;
}

.item-wants-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.item-wants-txt {
    height: 72px;
    text-align: center;
}

.item-res {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    align-items: center;
    margin: 20px 0;
}

.item-res-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 40%;
    box-shadow: 0 0 10px #000;
    flex: 0 0 60px;
    padding: 5px;
}
.item-res-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.index-count-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 60px 20px;
    flex-wrap: wrap;
}

.index-count-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 200px;
    padding: 10px;
    min-width: 250px;
}

.count-item-image {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.count-item-number {
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    color: #fff;

}
.count-item-description {
    text-align: center;
    height: 80px;
    color: #fff;
}

.block-course-item {
    position: relative;
    opacity: 1;
    height: 350px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-overlay {
    width: 100%;
    position: absolute;
    opacity: 0.85;
    top: auto;
    bottom: 0;
    height: auto;
    padding: 40px 15px 15px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    backface-visibility: hidden;
}

.text-overlay-title h3, .text-overlay-meta {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.text-overlay-title h3 {
    font-size: 17px;
    font-weight: 600;
    color: #EEE;
}
.text-overlay-meta {
    color: #CCC;
    font-size: 13px;
}


.owl-stage {
    display: flex;
}
.item-text, .item-image, .item-video {
    height: 442px;
}
.reviews-carousel .owl-nav {
    display: none;
}

.item-video video {
    height: 370px;
    width: 210px;
    border-radius: 5px;
    overflow: hidden;
}
.item-text .review-text {
    height: 365px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
    max-width: 100%;
}
.item-image .review-image-text {
    height: 140px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    max-width: 100%;
}
.item-review-content p {
    font-size: 16px;
    line-height: 23px;
    font-style: italic;
}
.item-review-box {
    position: relative;
    padding: 20px;
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.item-review-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    max-width: 100%;
}
.review-video {
    display: flex;
    justify-content: center;
}
.item-review-image img {
    width: 100%;
}

.item-review-content {
    position: relative;
    overflow: hidden;
}

.item-review-meta {
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.teacher-box {
    position: relative; display: flex; flex-wrap: wrap; align-items: flex-start;
    justify-content: center; gap: 2%
}

.teacher-box .entry {
    width: 30%;
    padding: 15px;
    box-shadow: 0 0 10px #dfdfdf;

}

.entry-image {
    display: flex;
    width: 100%;
    align-items: center;
    height: 380px;
    overflow: hidden;
    border-radius: 7px;
    padding: 0;
}
.entry-title {
    padding: 16px 0;
}
.teacher-box img {
    opacity: 1;
    width: 100%;
}
.heading-block {
    margin-bottom: 50px;
}

.iportfolio {
    height: 500px;
}
.portfolio-image {
    height: 500px;
}

.portfolio-image img {
    height: 100%
}
.owl-nav {
    display: none;
}

@media (max-width: 480px) {
    .block-title {
        color: #000;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 32px;
    }

    .content-block {
        position: relative;
        padding:10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .block-text {

    }
    .wants-title {
        height: auto;
    }

    .block-image {
        padding: 30px 0 0;
    }

    .block-image img {
        width: 100%;
    }

    .block-course-item {
        height: 120px!important;
    }
    /*.wants-box {*/
    /*    padding: 0 20px;*/
    /*    gap: 10px;*/
    /*}*/
    /*.item-wants {*/
    /*    flex-direction: row;*/
    /*    width: 100%;*/
    /*    align-items: center;*/
    /*    margin: 5px 0;*/
    /*}*/
    /*.item-wants-img {*/
    /*    width: 70px;*/
    /*    height: 70px;*/
    /*}*/
    /*.item-wants-txt {*/
    /*    height: auto;*/
    /*}*/

    .item-wants {
        margin: 0;
    }
    .teacher-box .entry {
        width: 100%;
        margin-bottom: 20px;
    }

}
footer {
    background: var(--bg-color-secondary);
    margin-top: 60px;
    padding-top: 60px
}

footer .footer-item-bottom,
footer .footer-item-bottom a {
    color: #ffffff;
}

.text-muted, .text-muted a {
    color: var(--main-color);
}