@font-face {
    font-family: 'Roboto';
    src: url("fonts/roboto_300.eot?v20150616");
    src: local('Roboto Light'), local('Roboto-Light'), url("fonts/roboto_300.eot?v20150616#iefix") format('embedded-opentype'), url("fonts/roboto_300.woff?v20150616") format('woff'), url("fonts/roboto_300.ttf?v20150616") format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url("fonts/roboto_400.eot?v20150616");
    src: local('Roboto Regular'), local('Roboto-Regular'), url("fonts/roboto_400.eot?v20150616#iefix") format('embedded-opentype'), url("fonts/roboto_400.woff?v20150616") format('woff'), url("fonts/roboto_400.ttf?v20150616") format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url("fonts/roboto_500.eot?v20150616");
    src: local('Roboto Medium'), local('Roboto-Medium'), url("fonts/roboto_500.eot?v20150616#iefix") format('embedded-opentype'), url("fonts/roboto_500.woff?v20150616") format('woff'), url("fonts/roboto_500.ttf?v20150616") format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url("fonts/roboto_700.eot?v20150616");
    src: local('Roboto Bold'), local('Roboto-Bold'), url("fonts/roboto_700.eot?v20150616#iefix") format('embedded-opentype'), url("fonts/roboto_700.woff?v20150616") format('woff'), url("fonts/roboto_700.ttf?v20150616") format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Flow';
    src: url('fonts/flow.eot');
    src: local('Flow'), url('fonts/flow.woff') format('woff'), url('fonts/flow.ttf') format('truetype'), url('fonts/flow.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Flow Bold';
    src: url('fonts/flow-bold.otf');
    font-weight: normal;
    font-style: normal;
}





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

html{
    height: 100%;
    -webkit-text-size-adjust: none;
}

body{
    position: relative;
    min-width: 1010px;
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: 'Roboto', sans-serif, Arial;
    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;
}

.section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

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




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

.promo_content {
    height: 600px;
    text-align: center;
}

.menu {
    height: 149px;
    background: url('../img/bg/menu.png');
    margin-top: 15px;
}

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

.ul_left {
    float: left;
    margin-left: 40px;
}

.ul_right {
    float: right;
    margin-right: 40px;
}

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

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

.catalog_content {
    overflow: hidden;
}

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

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

.catalog_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_item_button:hover {

}

.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;
}

.item_1 {
    background: url('../img/comics/1_cover.png');
}

.item_2 {
    background: url('../img/comics/2_cover.png');
}

.item_3 {
    background: url('../img/comics/3_cover.png');
}

.item_last {
    margin-right: 0;
}

.catalog_footer {
    margin-top: 110px;
}





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

.catalog_all_content {
    overflow: hidden;
}

.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;
}

.item_1 {
    background: url('../img/comics/1_cover.png');
}

.item_2 {
    background: url('../img/comics/2_cover.png');
}

.item_3 {
    background: url('../img/comics/3_cover.png');
}

.item_last {
    margin-right: 0;
}

.catalog_all_footer {
    margin-top: 110px;
}





.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;
}

.comics_info_content {

}

.comics_info_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: 50px;
    margin-bottom: 110px;
}

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

.comics_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;
}

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

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

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

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

.comics_footer_content {

}





.shop {
    position: fixed;
    bottom: 0;
    right: 0;
    background: none;
}

.shop_btn {

}




.footer {
    height: 72px;
    background: url('../img/bg/footer_opacity.png') no-repeat top center;
}

.footer_desc {
    margin: 27px 0 0 60px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #d6d6d6;
}

.footer_menu {
    height: 149px;
    background: url('../img/bg/menu.png');
}

.footer_menu_ul {
    padding-top: 27px;
    list-style: none;
    float: right;
    margin-right: 40px;
}

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

.footer_menu_li a {
    color: #d6d6d6;
}





::-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);
}