@import url(vars.css);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font: var(--font-base);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sizeh4 {
    font-size: 1.2rem;
}

img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.txt-center {
    text-align: center;
}


/*--- HEADER ---*/

header {
    background-color: var(--color-black);
    background-image: url(../img/main-header.jpg);
    background-size: cover;
    background-position: top center;
    min-height: 100vh;
    /*padding-top: 30px;*/
    position: relative;
}

.header-wrap {
    background-color: var(--color-white);
    max-height: 69px;
    color: var(--color-black);
}

.header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/*
.lang-en-fr-sp {
    color: gray;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: right;
    padding: 3px 10px;
}

.lang-en-fr-sp p {
display: inline-block;
}
*/

.triangle-img,
.icons-wrap {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.triangle-img {
    max-width: 1200px;
}

.icons-wrap {
    display: none;
}

.logo {
    background-color: #2a2a2a;
    max-width: 210px;
    z-index: 5;
}

nav .top-menu {
    display: flex;
    list-style: none;
}

nav .top-menu a {
    display: inline-block;
    text-transform: uppercase;
    margin-left: 50px;
    color: var(--color-black);
    text-decoration: none;
    font-size: 18px;
    padding: 25px 0 0 0;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.top-menu a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--color-black);
    transition: width .5s;
}

.top-menu a:not(.active-link-menu):hover:after {
    width: 100%;
    cursor: pointer;
}

nav .top-menu a.active-link-menu {
    border-bottom: 2px solid var(--color-black);
    cursor: default;
}

.toggle-menu {
    display: none;
    align-items: center;
    width: 30px;
    height: 22px;
    background-color: var(--color-white);
    position: relative;
    cursor: pointer;
}

.toggle-menu span {
    width: 30px;
    height: 4px;
    background-color: var(--color-black);
}

.toggle-menu:after,
.toggle-menu:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 4px;
    background-color: var(--color-black);
    transition: transform .5s;
}

.toggle-menu:before {
    top: 0;
}

.toggle-menu.active span {
    display: none;
}

.toggle-menu.active:after {
    transform: rotate(-45deg);
    bottom: 8px;
}

.toggle-menu.active:before {
    transform: rotate(45deg);
    top: 10px;
}

.social-header {
    position: absolute;
    right: 0px;
    top: 80px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}

.social-header .social-list li a {
    color: var(--color-black);
    padding: 10px 0;
    display: inline-block;
    transition: transform 0.5s ease;
}

.social-header .social-list li a:hover {
    transform: scale(1.3);
}

.social-header .icon-youtube:before {
    font-size: 2.5rem;
    margin-top: -3px;
    display: inline-block;
}

h1, h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-size: 2.2rem;
    padding: 25px 0;
    line-height: 1.2;
}

header h1 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: -50%;
}

h2 {
    padding: 40px 0;
}

.content {
    flex-grow: 1;
}


/*--- ADVANTAGES ---*/

.advantages,
.news {
    background-color: var(--color-black);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 10px;
    position: relative;
}

.advantages {
    background-image: url(../img/advantages-body.jpg);
    background-attachment: fixed;
}

.wrap-advanteges-header {
    background-color: #000;
    margin-bottom: -5px;
    padding: 25px 0;
}

.advantages h2 {
    opacity: .5;
    text-transform: uppercase;
    font-size: 7rem;
    letter-spacing: 1rem;
    padding: 15px 0;
    text-shadow: -0 -2px 0 #FFFFFF, 0 -2px 0 #FFFFFF, -0 2px 0 #FFFFFF, 0 2px 0 #FFFFFF, -2px -0 0 #FFFFFF, 2px -0 0 #FFFFFF, -2px 0 0 #FFFFFF, 2px 0 0 #FFFFFF, -1px -2px 0 #FFFFFF, 1px -2px 0 #FFFFFF, -1px 2px 0 #FFFFFF, 1px 2px 0 #FFFFFF, -2px -1px 0 #FFFFFF, 2px -1px 0 #FFFFFF, -2px 1px 0 #FFFFFF, 2px 1px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF;
}

.advantages-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-top: 100px;
    justify-content: center;
    padding-bottom: 20px;
}

.advanteges-item {
    background-color: rgba(255, 255, 255, 0.7);
    width: 33%;
    text-align: center;
    padding: 30px 40px;
}

.advanteges-item h3 {
    font-weight: 400;
    font-size: 2.2em;
    line-height: 1em;
    margin-bottom: 20px;
}

.advanteges-item p {
    text-align: justify;
    letter-spacing: 0.05rem;
}


/*--- NEWS ---*/

.news {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../img/news-body.jpg);
    background-attachment: fixed;
    padding: 0;
    /*min-height: 0;*/
}

.news-wrapper {
    width: 100%;
    margin: 0 auto;
}

.news-wrapper a {
    color: inherit;
}

.news-wrapper figure {
    position: relative;
}

.news-wrapper figure figcaption {
    position: absolute;
    left: 50%;
    margin-left: -50%;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.news-wrapper figure.top-banner figcaption {
    top: 15px;
}

.news-wrapper figure.bottom-banner figcaption {
    bottom: 15px;
}

.news-wrapper figure figcaption span {
    display: inline-block;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 1.5rem;
}


/*--- HIGHLIGHT ---*/

.highlight-items {
    margin-bottom: 25px;
}

.highlight-list {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 30px;
}

.highlight-list li {
    width: 33%;
}

.highlight-item a {
    text-decoration: none;
    color: var(--color-white)
}

.highlight-item figure {
    position: relative;
    border: 3px solid var(--color-white);
    overflow: hidden;
}

.highlight-item figcaption {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 20px 10px;
    font-size: 2rem;
    line-height: 1.2;
    /*text-transform: uppercase;*/
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    letter-spacing: 0.1rem;
    color: #fff;
}

.swiper-pagination {
    z-index: 100;
    position: absolute;
    width: 100%;
    bottom: 0px;
    /* display: none; */
    text-align: center;
}

.swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    color: #fff;
    background-color: #000;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    border: 2px solid #000;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
    cursor: default;
}

.video-block {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 69px;
    height: 50px;
    background-image: url('../img/youtube-play-btn.png');
    transform: translate3d(-25%, -25%, 0);
    background-repeat: no-repeat;
    background-position: 0px 100%;
}

.highlight-items a:hover .btn-youtube {
    background-position: 0 0;
}

.flex-image {
    padding: 20px 0;
    display: flex;
    justify-content: start;
    gap: 20px;
    overflow-x: auto;
}

.flex-image div,
.image-one {
    position: relative;
}

.flex-image div p,
.image-one p {
    position: absolute;
    width: 100%;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    padding: 5px;
    text-align: center!important;
}

.flex-image img {
    width: auto;
}

.cover-gallery {
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

.cover-slide {
    filter: brightness(60%);
    transition: transform 0.5s;
}

.cover-slide.active,
.cover-slide:hover {
    filter: brightness(100%);
}

.cover-slide:hover {
    transform: scale(0.95);
}

.cover-gallery ul {
    list-style: none;
}


/* .gallery-2 {
    padding: 20px 0;
}

.gallery-2 .swiper-slide {
    width: auto;
    list-style: none;
}

.gallery-2 .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
} */


/*--- PROGRAMM ---*/

.programm {
    min-height: 100vh;
    background-image: url(../img/programm-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-color: var(--color-black);
    background-size: contain;
    color: var(--color-white);
}

.program-wrap {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 40px 0 20px 150px;
}

.program-wrap h3 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 30px;
}

.program-list {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: var(--radius-10);
}

.program-list li {
    text-transform: uppercase;
    list-style: none;
    font-size: 1.3rem;
    margin-bottom: 15px;
    padding-left: 10px;
}


/*---- DIRECTIONS ----*/

.directions {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    /*margin: 20px 0;*/
}

.derection-item {
    flex-basis: 32%;
    margin-bottom: 40px;
}

.direction-img {
    overflow: hidden;
    max-height: 290px;
}

.direction-img img {
    object-fit: cover;
    height: 350px;
    transition: transform 0.5s;
}

.direction-img img:hover {
    transform: scale(1.2);
}

.derection-item h3 {
    background-color: var(--color-black);
    text-transform: uppercase;
    text-align: center;
    padding: 20px 10px;
    font-size: 1.8rem;
    line-height: 1.2;
    color: var(--color-white);
    font-weight: 400;
    margin-bottom: 20px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.derection-item .item-text {
    text-align: justify;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}


/*--- SCHEDULE ---*/

.schedule-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--color-black);
    padding-bottom: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.schedule-top-date,
.schedule-top-nav {
    display: inline-flex;
    text-transform: uppercase;
    font-size: 1.7rem;
    margin-bottom: 15px;
}

.schedule-top-nav .prev,
.schedule-top-nav .next {
    font-size: 1.2rem;
    cursor: pointer;
    padding: 5px 20px;
}

.schedule-item {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 20px;
}

.schedule-item-time {
    display: inline-flex;
    padding: 5px 25px;
    ;
    border: 1px solid var(--color-black);
}

.schedule-item-img {
    margin: 0 30px;
    min-width: 200px;
    max-width: 200px;
    height: 150px;
    overflow: hidden;
}

.schedule-item-title {
    text-transform: uppercase;
    font-size: 1.2rem;
}

.schedule-description {
    font-size: 0.7rem;
    line-height: 1.7;
}

.magazine-wrap {
    min-height: 300px;
    background-color: var(--color-white);
    margin: 30px 0;
    border-radius: 5px;
    padding: 30px 20px;
}

.magazine-main {
    margin: 0 0 20px;
}

.magazine-wrap h3 {
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px dashed #555;
    padding-bottom: 5px;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.magazine-wrap .part {
    margin-bottom: 30px;
}

.magazine-wrap p {
    margin-bottom: 10px;
    text-align: justify;
}

.gallery {
    margin: 20px 0;
}

.gallery-item {
    list-style: none;
    position: relative;
}

.gallery-item p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
}

.youtube-link {
    height: 50px;
    background-image: url(../img/youtube-play-btn.png);
    background-repeat: no-repeat;
    background-position: 0px 100%;
    display: inline-flex;
    align-items: center;
    padding-left: 80px;
    color: tomato;
    font-weight: 600;
    margin-bottom: 30px!important;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.2rem;
}


/* .gallery-rand img {
    max-height: 500px;
    width: auto;
}

.gallery-rand .swiper-slide {
    width: 300px;
} */

.youtube-link:hover {
    background-position: 0 0;
    cursor: pointer;
}

.flex-container {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
}

.flex-left {
    width: 40%;
    margin-right: 40px;
}

.flex-left a {
    position: relative;
    display: block;
}

.flex-left a p {
    color: var(--color-white);
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 60px 0 0 0;
    border-top: 2px solid var(--color-white);
    border-left: 2px solid var(--color-white);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.flex-right {
    width: calc(60% - 40px);
}

.flex-right h3 {
    font-size: 1.2rem;
}

p.partnerships {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 30px 0;
    padding: 10px 0;
    text-align: left;
}

.credit {
    font-size: 0.7rem;
    line-height: 1rem;
}

.credit {
    color: #777;
}

.cover {
    width: 30%;
    margin: auto;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}

.link-magazine .cover {
    margin-bottom: 10px;
    width: 100%;
    transition: transform .5s;
}

.link-magazine .cover:hover {
    transform: scale(1.02);
}


/*--- FOOTER ---*/

footer {
    background-color: var(--color-black);
    /*border-top: 2px solid var(--color-white);*/
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    color: var(--color-white);
    padding: 20px;
}

.footer div {
    margin: 10px;
}

.social-list {
    list-style: none;
    display: flex;
}

.social-list li a {
    color: var(--color-white);
    text-decoration: none;
    display: inline-flexbox;
    margin: 0 10px;
    font-size: 2rem;
}

.contacts>span {
    display: block;
    font-size: 1.2rem;
}

.contacts a {
    display: inline-block;
    margin: 5px;
    text-decoration: none;
    color: var(--color-white);
}

.icon-contact {
    margin-right: 10px;
}

.copyright {
    font-size: 1.2rem;
}

.qr-code {
    max-width: 100px;
    margin: 10px auto;
}

.download-epg {
    display: inline-block;
    background-color: #ccc;
    margin: 15px 30px 0;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 6px;
    font-weight: 600;
}

.download-epg:hover {
    background-color: #fff;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.5);
}


/*--- BLOG ---*/

.blog-images {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    /*align-items: stretch;*/
}

.blog-image {
    flex-basis: 31%;
    margin: 10px 10px 40px;
}

.blog-wrap {
    min-height: 300px;
    background-color: var(--color-white);
    margin: 0 0 30px 0;
    border-radius: 5px;
    padding: 30px 20px;
}

.blog-wrap h3 {
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 1.5rem;
    /*text-transform: uppercase;*/
}

.blog-wrap .part {
    margin-bottom: 30px;
}

.blog-wrap p {
    margin-bottom: 10px;
    text-align: justify;
}

.blog-direction-img {
    overflow: hidden;
    max-height: 290px;
}

.blog-direction-img img {
    object-fit: cover;
    height: 350px;
}

.blog-derection-item h3 {
    background-color: var(--color-silver);
    /*text-transform: uppercase;*/
    text-align: left;
    padding: 20px 30px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: var(--color-black);
    font-weight: 400;
    margin-bottom: 20px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.blog-directions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    /*margin: 20px 0;*/
}

.blog-derection-item {
    flex-basis: 31%;
    margin: 0px 10px 40px;
}

.blog-derection-item .item-text {
    text-align: justify;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.blog-background {
    background-color: var(--color-silver);
}

.blog-video {
	max-width: 600px;
	margin: 0 auto 20px;
}
.blog-video-wrap {
	position: relative;
	padding-top: 56.25%;
}
.blog-video-wrap iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	border: none;
}










/*--- MEDIA ---*/

@media (max-width: 931px) {
    .blog-image {
    flex-basis: 46%;
    margin: 10px 10px 40px;
    }
}

@media (max-width: 574px) {
    .blog-image {
        flex-basis: 100%;
        margin: 10px 10px 40px;
    }
    .blog-wrap h2 {
        font-size: 1.5em;
        padding: 15px 0;
    }  
}

@media (max-width: 1050px) {
    .advantages h2 {
        font-size: 5.5rem;
    }
}

@media (max-width: 900px) {
    nav .top-menu {
        opacity: 0;
        display: none;
    }
    .top-menu.active {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        z-index: 5;
        background-color: var(--color-white);
        opacity: 1;
        transition: opacity 1s;
    }
    nav .top-menu li {
        display: block;
        width: 100%;
        text-align: center;
    }
    nav .top-menu a {
        margin: 0;
        display: block;
        padding: 20px 0;
        pointer-events: none;
    }
    nav .top-menu.active a {
        pointer-events: initial;
    }
    nav .top-menu a.active-link-menu {
        border-bottom: none
    }
    
    h1, h2 {
        font-size: 1.8em;
    }
    
    .toggle-menu {
        display: flex;
        z-index: 100;
        margin-top: 24px;
        margin-right: 20px;
        position: absolute;
        right: 0;
    }
    .advantages h2 {
        font-size: 4rem;
    }
    .advantages-content {
        margin-top: 70px;
    }
    .advanteges-item h3 {
        font-size: 1.7em;
    }
    .advanteges-item {
        width: 30%;
    }
    .advanteges-item p {
        font-size: 0.9em;
    }
    .news-list li {
        width: 42%;
    }
    .highlight-item figcaption {
        font-size: 1.5rem;
        letter-spacing: 0.5rem;
    }
    .program-wrap {
        justify-content: flex-end;
    }
    .program-list li {
        font-size: 1rem;
        margin-bottom: 5px;
    }
    .derection-item {
        flex-basis: 49%;
    }
    .blog-derection-item {
        flex-basis: 46%;
    }
    .derection-item h3 {
        font-size: 1.5rem;
    }  
    .blog-derection-item h3 {
        font-size: 1.2rem;
    }  
       
    .social-header {
        right: 55px;
        top: 10px;
    }
    .flex-left a p {
        font-size: 16px;
        padding: 15px 40px;
    }
}

@media (max-width: 700px) {
    h1 {
        font-size: 1.5em;
    }
    .logo {
        max-width: 150px;
    }
    .advantages h2 {
        font-size: 2.3rem;
        letter-spacing: 0.7rem;
        text-shadow: none;
        color: var(--color-white);
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .advantages-content {
        margin-top: 50px;
    }
    .advanteges-item {
        width: 90%;
        padding: 15px 40px;
    }
    .news-list li {
        width: 100%;
    }
    .programm {
        background-position: center;
        background-size: cover;
    }
    .news-list {
        justify-content: start;
        flex-wrap: nowrap;
        padding-bottom: 30px;
    }
    .news-wrapper figure figcaption span {
        font-size: 1rem;
    }
    .schedule-top {
        justify-content: center;
    }
    .schedule-item-img {
        max-width: 150px;
        min-width: 150px;
        height: 100px;
    }
    .triangle-img {
        display: none;
    }
    .icons-wrap {
        display: flex;
        padding: 30px;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    .icon-quality {
        width: 42%;
        height: 150px;
        margin: 5px;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 10px;
    }
    .flex-right h3 {
        font-size: 1rem;
        text-align: center;
    }
    .flex-left,
    .flex-right {
        width: 100%;
        margin: 0 0 20px;
    }
    .flex-image img {
        width: auto;
        max-height: 300px;
    }
    .flex-container {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .logo {
        max-width: 110px;
    }
    .no-mobile {
        display: none;
    }
    .highlight-list {
        justify-content: start;
    }
    .highlight-item figure {
        border: none;
    }
    .news-wrapper figure figcaption span {
        font-size: 0.9rem;
    }
    .swiper-pagination {
        display: block;
    }
    .derection-item {
        flex-basis: 100%;
    }
    .blog-derection-item {
        flex-basis: 100%;
    }    
    .derection-item h3 {
        font-size: 1.5rem;
    }
    .blog-derection-item h3 {
        font-size: 1.2rem;
    }    
    .schedule-item-img {
        display: none;
    }
    .schedule-item-time {
        margin-right: 20px;
    }
    .schedule-item-title {
        font-size: 1rem;
    }
    .icon-quality {
        height: 110px;
    }
    .schedule-top-date {
        font-size: 1.2rem;
    }
    .social-header .social-list li a {
        font-size: 1.5rem;
        margin: 0 7px;
    }
    .social-header {
        top: 13px;
        background-color: transparent;
    }
    .social-header .icon-youtube:before {
        font-size: 1.9rem;
        margin-top: -3px;
    }
    .magazine-wrap h2 {
        font-size: 1.5em;
        padding: 15px 0;
    }
    .flex-container {
        flex-wrap: wrap;
    }
    .flex-left {
        margin-right: 0;
    }
    .cover {
        width: 50%;
        margin: auto;
    }
}

@media (max-width: 536px) {
    .blog-derection-item {
        flex-basis: 100%;
    } 
}

