@charset "UTF-8";

.lg-card-list {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (max-width: 1023px) {
    .lg-card-list {
        margin-top: 0;
    }
}

.lg-card-list_faded {
    opacity: 0;
}

.lg-card-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .lg-card-list__inner {
        margin: 40px auto 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .lg-card-list__inner {
        margin-left: -36px;
        margin-top: 28px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .lg-card-list__inner {
        margin-top: 0;
    }
}

@media (min-width: 1256px) {
    .lg-card-list__inner {
        margin-left: -52px;
    }
}

.lg-card-list__pict {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.lg-card-list__pict__img {
    width: 100%;
    display: block;
}

.lg-card-list__pict__img img {
    width: 100%;
}

.lg-card-list__item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
}

@media (max-width: 767px) {
    .lg-card-list__item {
        margin-top: 40px;
        width: 100%;
    }

    .lg-card-list__item:first-child {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .lg-card-list__item {
        margin-left: 36px;
        max-width: calc(50% - 4px * 9);
        margin-top: 32px;
    }
}

@media (min-width: 1024px) {
    .lg-card-list__item {
        max-width: calc(33.3333333333% - 4px * 9);
        margin-top: 60px;
    }
}

@media (min-width: 1256px) {
    .lg-card-list__item {
        margin-left: 52px;
        max-width: calc(33.3333333333% - 4px * 13);
    }
}

.lg-card-list__item_border {
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.lg-card-list__item_border .lg-card-list__pict {
    border: solid 1px #D5D5D5;
}

.lg-card-list__item_border:before {
    display: none;
}

.lg-card-list__item_border:hover {
    border-color: rgba(0, 0, 0, 0.8);
}

.lg-card-list__item_border:hover:after {
    border-left-color: rgba(0, 0, 0, 0.8);
}

.lg-card-list__item_border:hover .lg-card-list__popup {
    opacity: 1;
}

.lg-card-list__item_border:hover .lg-card-list__popup__text {
    margin-top: 0;
}

.lg-card-list__item_hidden {
    display: none;
}

.lg-card-list__item_shadow {
    overflow: visible;
    text-align: center;
}

.lg-card-list__item_shadow:before {
    display: none;
}

.lg-card-list__item_shadow .lg-card-list__pict {
    overflow: visible;
    background: #FFFFFF;
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
}

@media (max-width: 1023px) and (min-width: 768px) {
    .lg-card-list__item_shadow .lg-card-list__pict {
        height: 288px;
    }
}

@media (max-width: 767px) {
    .lg-card-list_outside .lg-card-list__item_shadow .lg-btn-arrow {
        margin-top: 12px;
    }
}

@media (min-width: 768px) {
    .lg-card-list_outside .lg-card-list__item_shadow .lg-btn-arrow {
        margin-top: 32px;
    }
}

@media (min-width: 1024px) {
    .lg-card-list_outside .lg-card-list__item_shadow .lg-btn-arrow {
        margin-top: 12px;
    }
}

@media (min-width: 1256px) {
    .lg-card-list_outside .lg-card-list__item_shadow .lg-btn-arrow {
        margin-top: 20px;
    }
}

.lg-card-list__link {
    font-size: 1.375rem;
    line-height: 1.75rem;
    display: inline-block;
    margin-top: 16px;
    color: #000000;
    font-weight: 600;
}

.lg-card-list__link:hover, .lg-card-list__link_active {
    color: #E1312F;
}

.lg-card-list__subtitle {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: 8px;
    color: #7F7F7F;
}

.lg-card-list__types {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 32px 8px 8px;
}

.lg-card-list__popup {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    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-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
}

.lg-card-list__popup__text {
    font-size: 1.375rem;
    line-height: 1.75rem;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
    margin: 100% 32px 0;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
}

.lg-touch .lg-card-list__popup {
    display: none;
}

.lg-card-list_bg {
    background: #f7f7f7;
    padding: 60px 0 80px;
}

.lg-card-list_bg .lg-card-list__item {
    background: none;
}

.lg-card-list_bg .lg-card-list__item:before {
    border-color: transparent #f7f7f7 transparent transparent;
}

.lg-card-list_bg + .lg-footer {
    margin-top: 0;
}

.lg-card-list_bg .lg-title {
    margin-top: 0;
}

.lg-card-list__label {
    color: #646464;
    font-weight: 600;
}

@media (max-width: 767px) {
    .lg-card-list__label {
        font-size: 1rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 768px) {
    .lg-card-list__label {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .lg-card-list__label {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }
}

@media (min-width: 1256px) {
    .lg-card-list__label {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}

.lg-card-list__course {
    font-weight: 700;
    color: #333333;
}

.lg-card-list__course__color {
    color: #17C669;
}

@media (max-width: 767px) {
    .lg-card-list__course {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-top: 4px;
    }
}

@media (min-width: 768px) {
    .lg-card-list__course {
        font-size: 3.625rem;
        line-height: 4.5rem;
        margin-top: 12px;
    }
}

@media (min-width: 1024px) {
    .lg-card-list__course {
        font-size: 2.375rem;
        line-height: 2.875rem;
        margin-top: 4px;
    }
}

@media (min-width: 1256px) {
    .lg-card-list__course {
        font-size: 3rem;
        line-height: 3.75rem;
        margin-top: 12px;
    }
}

.lg-card-list__text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lg-card-list__buttons {
    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;
    padding-top: 60px;
}

@media (max-width: 767px) {
    .lg-card-list__buttons {
        padding-top: 40px;
    }
}

.lg-card-list__buttons .lg-btn {
    width: 264px;
}

.lg-card-list .slick-slide {
    outline: none;
}

.lg-card-list .lg-slider__dots {
    margin-top: 24px;
}

.lg-card-list_outside {
    margin-top: 0;
}

@media (max-width: 1023px) {
    .lg-card-list_outside .lg-card-list__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 60px auto 0;
    }
}

@media (max-width: 767px) {
    .lg-card-list_outside .lg-card-list__inner {
        width: 100%;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .lg-card-list_outside .lg-card-list__inner {
        max-width: 440px;
    }
}

@media (max-width: 1023px) {
    .lg-card-list_outside {
        margin-top: 60px;
    }
}

@media (min-width: 1024px) {
    .lg-card-list_outside {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .lg-card-list_outside .lg-card-list__item {
        width: 100%;
        margin: 40px 0 0 0;
    }

    .lg-card-list_outside .lg-card-list__item:first-child {
        margin-top: 0;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .lg-card-list_outside .lg-card-list__item {
        max-width: none;
        width: 100%;
        margin: 60px 0 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lg-card-list_outside .lg-card-list__item:first-child {
        margin-top: 0;
    }
}

.lg-card-list_outside .lg-btn-arrow {
    margin: 40px auto 0;
}

@media (min-width: 768px) {
    .lg-title + .lg-card-list_outside {
        margin-top: 60px;
    }
}

@media (min-width: 1024px) {
    .lg-title + .lg-card-list_outside {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .lg-comments + .lg-card-list_outside, .lg-text + .lg-card-list_outside, .lg-learning + .lg-card-list_outside {
        margin: 60px auto 0;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .lg-comments + .lg-card-list_outside, .lg-text + .lg-card-list_outside, .lg-learning + .lg-card-list_outside {
        margin: 80px auto 0;
    }
}

@media (min-width: 1024px) {
    .lg-comments + .lg-card-list_outside, .lg-text + .lg-card-list_outside, .lg-learning + .lg-card-list_outside {
        margin-top: 20px;
    }
}

.lg-card-list-type {
    font-size: 0.75rem;
    line-height: 1.375rem;
    background: #f3f3f3;
    color: #333333;
    text-align: center;
    padding: 0 8px;
    margin: 0 2px 4px 0;
}

.lg-card-list-type_archive {
    background: #E1312F;
    color: #FFFFFF;
}

.lg-card-list-type_development {
    background: #17C669;
    color: #FFFFFF;
}

a.lg-card-list-type:hover {
    background: #E1312F;
    color: #FFFFFF;
}