.copy-01 {
    margin-bottom: 2em;
}

.copy-list {
    margin-bottom: 0.5em;
}

.heading {
    color: #333638;
    font-size: 70px;
}

.heading.h-02 {
    font-family: segoeui, Arial, sans-serif;
    font-size: 50px;
    font-weight: normal;
    line-height: 1;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

.heading.h-03 {
    font-family: segoeui, Arial, sans-serif;
    font-size: 35px;
    font-weight: normal;
    line-height: 1;
    margin-top: 1em;
    margin-bottom: 0.4em;
}

.heading.h-04 {
    font-family: segoeui, Arial, sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
}

h1 {
    margin-top: 0.3em;
    font-family: 'EB Garamond';
    font-size: 130px;
    text-align: center;
}

.row {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin: 0;
}

.col-lg-8 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin: 0;
}


/*Навигация*/

#navbar-example3 {
    position: fixed;
    top: 1;
    margin-top: 10px;
    font-size: 18px;
}

#menu__toggle {
    display: none;
}

.menu__btn {
    display: none;
}

.menu__box {
    display: none;
}

.menu__item {
    display: none;
}


/*Навигация*/

.left-side-art {
    margin-right: 0em;
    background-color: white;
}

.left-side-art>h2 {
    text-align: center;
    display: none;
}


/* Recomend style */

.card {
    width: 350px;
    display: inline-block;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    background: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 1em;
}

.card:hover,
.card.hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
}

.card:hover .card-content,
.card.hover .card-content {
    box-shadow: inset 0 3px 0 0 rgb(100, 1, 1);
    border-color: rgb(100, 1, 1);
}

.card:hover .card-content.blue-style,
.card.hover .card-content.blue-style {
    box-shadow: inset 0 3px 0 0 rgb(19, 0, 124);
    border-color: rgb(19, 0, 124);
}

.card:hover .card-img .overlay,
.card.hover .card-img .overlay {
    background-color: rgba(25, 29, 38, 0.85);
    transition: opacity 0.2s ease;
    opacity: 1;
}

.card-img {
    position: relative;
    height: 200px;
    width: 100%;
    background-color: #fff;
    transition: opacity 0.2s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}

.card-img .overlay .overlay-content {
    line-height: 224px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.card-img .overlay .overlay-content a {
    color: #fff;
    padding: 0 2rem;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}


a.hover:hover {
    background-color: rgba(0, 0, 0, 0.35);
}


.card-content {
    width: 100%;
    height: 220px;
    background-color: #fff;
    border-top: 1px solid #e9e9eb;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 1rem 2rem;
    transition: all 0.2s ease;
}

.card-content a {
    text-decoration: none;
    color: #202927;
}

.card-content h3,
.card-content a h3 {
    font-size: 28px;
    font-weight: 500;
}

.card-content p,
.card-content a p {
    font-size: 20px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(32, 41, 28, 0.8);
}

.swiper-wrapper {
    width: 100px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.other-arts {
    text-align: center;
    margin-bottom: 2em;
}

/* Recomend styles */


@media (max-width: 1024px) {
    .tutor {
        margin-top: 3em;
        width: 90%;
        margin-left: 0em;
        margin-right: 0em;
        margin-bottom: 3em;
    }

    .main-art {
        padding-left: 1em;
        padding-right: 1em;
    }

    /*Навигация*/



    #menu__toggle {
        display: block;
        opacity: 0;
        position: fixed;
    }

    #menu__toggle:checked+.menu__btn>span {
        transform: rotate(45deg);
    }

    #menu__toggle:checked+.menu__btn>span::before {
        top: 0;
        transform: rotate(0deg);
    }

    #menu__toggle:checked+.menu__btn>span::after {
        top: 0;
        transform: rotate(90deg);
    }

    #menu__toggle:checked~.menu__box {
        left: 0 !important;
    }

    .menu__btn {
        display: block;
        position: fixed;
        top: 120px;
        left: 20px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 2;
    }

    .menu__btn>span,
    .menu__btn>span::before,
    .menu__btn>span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #616161;
        transition-duration: .25s;
    }

    .menu__btn>span::before {
        content: '';
        top: -12px;
    }

    .menu__btn>span::after {
        content: '';
        top: 12px;
    }

    .menu__box {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100%;
        margin: 0;
        padding-left: 1em;
        padding-top: 100px;
        z-index: 1;
        list-style: none;
        background-color: #ffffff;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
        transition-duration: .25s;
    }

    .menu__item {
        display: block;
        transition-duration: .25s;
    }

    .menu__item:hover {
        background-color: #CFD8DC;
    }


    /*Навигация*/
    #navbar-example3 {
        display: none;
    }

    #navbar-example4 {
        position: relative;
        font-size: 80%;
    }
}


@media (max-width: 800px) {
    .left-side-art>h2 {
        display: none;
    }

    .left-side-art {
        margin-top: 0;
        top: 0;
    }

    .heading.h-02 {
        font-size: 35px;
    }

    .heading-tutor {
        font-size: 50px;
    }
}