iframe {
    transition      : opacity 500ms ease-in-out;
    transition-delay: 250ms;
}

@font-face {
    font-family : 'Ubuntu Regular';
    font-style  : normal;
    font-weight : normal;
    src         : local('font/Ubuntu Regular'), url('font/Ubuntu-R.woff') format('woff');
    font-display: swap;
}

a,
a:hover {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout      : none;
    -webkit-user-select        : none;
    -khtml-user-select         : none;
    -moz-user-select           : none;
    -ms-user-select            : none;
    user-select                : none;
}

a:focus,
a:hover {
    outline: none !important;
}

body {
    width      : 100%;
    padding    : 0;
    border     : 0;
    margin     : 0;
    font-family: 'Ubuntu Regular';
    font-size  : 14px;
 
}

.main-container {
    width: 100%;

}



.header,
.container,
.footer {
    max-width: 480px;
}

.container {
    position: relative;
    padding-top: 2.5vh;
}

.container img {
    width : 100%;
    height: auto;
}

.logo img {
    width   : 80px;
    height  : auto;
    top     : 4px;
    position: relative;
}

.header {
    height        : 30px;
    text-align    : center;
    vertical-align: middle;
    border-bottom : 1px solid #b7b9bc;
    position: fixed;
    z-index: 10;
    background: #fff;
    width: 100%;
}

.header .logo,
.header .links {
    display       : inline-block;
    vertical-align: middle;
}

.header .logo {
    width: 10%;
}

.header .links {
    display: inline-block;
    width  : 85%;
}

.header .links a {
    display        : inline-block;
    width          : fit-content;
    font-size      : 10px;
    padding        : 0 6px;
    text-decoration: none;
    color          : #333333;
    top            : 3px;
    position       : relative;
    left           : 25px;
}
.header .links a.c_cat {

    color: #5bc4bf;
}
@media only screen and (max-width: 324px) {
    .header .links a {

        font-size      : 9px;
        padding        : 0 3px;
    }
}
.back {
    position: sticky;
    left: 5px;
    top: 4.5vh;
    z-index: 9;
    float: left;
}

.back a {
    text-decoration: none;
    color: #333;
    font-size: 11px;
    position: relative;
}

.back img {
    width: 20px;
    position: absolute;
}

.back img,
.back span {
    display: inline-block;
    vertical-align: middle;
}

.back span {
    padding-left: 5px;
}
.swiper-slide {
    padding-bottom: 20px;
}

