
* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    outline: none;
}

html{
    height: 100%;
}

body{
    position: relative;
    min-width: 200px;
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: 'Arial', sans-serif;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    vertical-align: middle;
}

div {
    display: block;
}

th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: 0 none;
}

p {
    line-height: normal;
}

b {
    font-weight: normal;
}

a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.nowrap {
    white-space: nowrap;
}

.section {
    width: 100%;
}

.section_content {
    max-width: 1010px;
    margin: 0 auto;
}

/* --------*/
/*   menu  */
/* --------*/

.menu {
    display: flex;
    justify-content: space-between;

    height: 120px;
    background: url('/img/bg/menu.png') top center;
    margin-top: 15px;
    font-weight: bold;

    padding: 0 40px;
}

.menu_ul {
    padding-top: 26px;
    list-style: none;
}

.menu_li {
    display: inline;
    padding: 0 20px;
    font-size: 15px;
}


@media (max-width: 639px ) {
    .menu {
        background: #f2f2f2;
        height: auto;
        padding: 15px;
    }
    .menu_ul {
        padding-top: 0;
    }

    .menu-feedback {
        display: none;
    }
}

@media (max-width: 359px ) {
    .menu {
        justify-content: center;
    }

    .ul_right {
        display: none;
    }
}









.promo_title {
    font-size: 52px;
    color: #fff;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.85);
    text-align: center;
    margin-top: 55px;
    margin-bottom: 40px;
}

.promo_button {
    position: relative;
    padding: 12px 48px 12px 25px;
    border: solid 5px #ec0000;
    font-size: 18px;
    color: #fff;
}

.promo_button:hover {
    background: #ec0000;
    text-decoration: none;
}

.promo_button:after {
    content: "";
    width: 26px;
    height: 26px;
    background: url('/img/btn_arrow.png');
    top: 11px;
    right: 8px;
    position: absolute;
    display: inline-block;
}



.catalog_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    margin: 40px 15px;
}

.catalog_item {
    position: relative;

    width: 440px;
    height: 220px;

    border: solid 5px #fff;
    margin: 15px;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.item_1 { background-image: url('/img/comics/cover/1.jpg'); }
.item_2 { background-image: url('/img/comics/cover/2.jpg'); }
.item_3 { background-image: url('/img/comics/cover/3.jpg'); }
.item_4 { background-image: url('/img/comics/cover/4.jpg'); }
.item_5 { background-image: url('/img/comics/cover/5.jpg'); }
.item_6 { background-image: url('/img/comics/cover/6.jpg'); }
.item_7 { background-image: url('/img/comics/cover/7.jpg'); }

.catalog_item_button {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 39px;
    background-color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    /* font-weight: 500; */
    color: #fff;
    text-align: center;
}

.catalog_item_button:after {
    content: "";
    width: 21px;
    height: 21px;
    background: url('/img/btn_arrow_min.png');
    top: 12px;
    right: 9px;
    position: absolute;
    display: inline-block;
}

@media (max-width: 999px ) {
    .catalog_item {
        width: 80vw;
        height: 40vw;
    }
}

@media (max-width: 479px ) {
    .catalog_item {
        width: 90vw;
        height: 45vw;
    }

    .catalog_item_button {
        padding: 10px 20px;
        font-size: 12px;
    }

}

@media (max-width: 359px ) {
    .catalog_item_button {
        padding: 8px 16px;
        font-size: 11px;
    }
}

@media (max-width: 239px ) {
    .catalog_item_button {
        padding: 4px 8px;
        font-size: 10px;
    }
}

@media (max-width: 200px ) {
    .catalog_item {
        width: 190px;
        height: 95px;
    }
}





.catalog_all {
    background: url('/img/bg/comics.jpg') center top;
    background-size: 100% auto;
}

.catalog_all_title {
    font-size: 52px;
    color: #fff;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.85);
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
}

.catalog_all_items {
    width: 760px;
    margin: 103px auto 0 auto;
}

.catalog_all_item {
    position: relative;
    width: 225px;
    height: 276px;
    display: inline-block;
    margin-right: 22px;
    border: solid 5px #fff;
}

.catalog_all_item_button {
    position: absolute;
    bottom: 0;
    padding: 14px 39px;
    background-color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.catalog_all_item_button:hover {

}

.catalog_all_item_button:after {
    content: "";
    width: 21px;
    height: 21px;
    background: url('/img/btn_arrow_min.png');
    top: 12px;
    right: 9px;
    position: absolute;
    display: inline-block;
}



.contacts {
    background: url('/img/bg/comics.jpg') center top;
    background-size: 100% auto;
}

.contacts_content {
    height: 550px;
}

.contacts_title {
    font-size: 52px;
    color: #fff;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.85);
    text-align: center;
    line-height: 65px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.contacts_desc {
    position: relative;
    padding-top: 15px;
}

.contacts_desc_phone {
    position: relative;
    width: 300px;
    font-size: 20px;
    color: #fff;
    margin-left: 280px;
    display: inline-block;
}

.contacts_desc_phone:before {
    content: "";
    width: 48px;
    height: 48px;
    background: url('/img/phone_icon.png');
    top: -10px;
    left: -60px;
    position: absolute;
}

.contacts_desc_email {
    position: relative;
    font-size: 20px;
    color: #fff;
    float: right;
    margin-right: 230px;
    display: inline-block;
}

.contacts_desc_email:before {
    content: "";
    width: 47px;
    height: 48px;
    background: url('/img/email_icon.png');
    top: -10px;
    left: -60px;
    position: absolute;
}





.map {
    height: 500px;
}

.map_content {

}

.map_footer {
    position: absolute;
    height: 72px;
    width: 1010px;
    bottom: 0;
    background: url('/img/bg/footer.png') no-repeat top center;
    z-index: 100;
}





.comics_progress {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
}

.comics_progress_bar {
    width: 0;
    height: 5px;
    background: #00AFF0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}





.comics {
    background: url('/img/bg/comics.jpg') center top;
    background-size: 100% auto;
    border-top: 3px solid #7d7d7d;
}

.comics_info_title {
    font-size: 48px;
    color: #fff;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.85);
    text-align: center;
    line-height: 65px;
    margin-top: 40px;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .comics_info_title {
        font-size: 6vw;
        line-height: 9vw;
    }
}

@media (max-width: 200px) {
    .comics_info_title {
        font-size: 12px;
        line-height: 18px;
    }
}


.comics_content {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

.comics_img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}


.prev-next {
    margin: 90px auto;
    padding: 0 15px;

    display: flex;
    justify-content: space-between;
}

.single-next {
    justify-content: flex-end;
}

.single-prev {
    justify-content: flex-start;
}

.button-prev, .button-next {
    position: relative;
    flex-basis: 35%;

    padding: 12px 18px;
    border: solid 5px #ec0000;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    text-decoration: none;

    display: flex;
    align-items: center;
}

.button-prev:hover, .button-next:hover {
    background: #ec0000;
    text-decoration: none;
}

.button-prev-img {
    flex: none;
    width: 40px;
    height: 26px;
    background: url('/img/btn_arrow_left.png') center left no-repeat;
}

.button-prev-text {
    text-align: left;
    flex: 1;
}

.button-next-img {
    flex: none;
    width: 40px;
    height: 26px;
    background: url('/img/btn_arrow.png') center right no-repeat;
}

.button-next-text {
    text-align: right;
    flex: 1;
}

@media (max-width: 779px) {
    .prev-next {
        flex-direction: column-reverse;
        justify-content: flex-start;
        width: 100%;
        max-width: 420px;
        box-sizing: border-box;
    }

    .button-prev, .button-next {
        flex-basis: 80%;
    }

    .button-prev {
        margin-top: 20px;
    }
}

@media (max-width: 399px) {
    .prev-next {
        margin: 60px auto;
    }

    .button-prev, .button-next {
        padding: 10px 15px;
        border: solid 4px #ec0000;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 339px) {
    .button-prev, .button-next {
        padding: 8px 12px;
        border: solid 3px #ec0000;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 289px) {
    .button-prev, .button-next {
        padding: 6px 9px;
        border: solid 2px #ec0000;
        font-size: 12px;
        line-height: 16px;
    }

    .button-prev-img, .button-next-img {
        flex: none;
        width: 36px;
    }
}

@media (max-width: 239px) {
    .button-prev, .button-next {
        padding: 3px 5px;
        border: solid 1px #ec0000;
        font-size: 10px;
        line-height: 14px;
    }
}


/* footer */

.footer {
    margin-top: 100px;
    padding: 15px 40px 15px 60px;

    background: url('/img/bg/footer_opacity.png') no-repeat top center;

    display: flex;
    justify-content: space-between;
    align-items: center;
    // flex-wrap: wrap;
}

.footer_desc {
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    color: #d6d6d6;
}

.footer_desc a {
    color: #d6d6d6;
    text-decoration: underline;
}

.footer_menu_ul {
    list-style: none;
}

.footer_menu_li {
    display: inline-block;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
}

.footer_menu_li a {
    color: #d6d6d6;
}

@media (max-width: 720px) {
    .footer {
        padding: 15px;

        display: block;
        background-repeat: repeat-y;
    }

    .footer_menu_ul {
        margin-top: 15px;
        margin-left: -20px;
    }
}




::-webkit-scrollbar {
    width: 10px;
    background: rgba(70, 70, 70, 0.25);
}

::-webkit-scrollbar-track {
    border-radius: 46px;
}

::-webkit-scrollbar-thumb {
    border-radius: 46px;
    background: rgba(70, 70, 70, 0.7);
}