header {
    background: #1e1a16;
    height: 340px;
}

.header-after-block {
    background-color: #efefef;
    background-image: url("../img/gutscheine/header-after-block_bg.png");
    background-position: -5% bottom;
    background-size: auto;
    background-repeat: no-repeat;
    height: 690px;
    padding-top: 90px;
}

.header-after-block:before {
    background: url("../img/head_after_bg.png") no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    z-index: 3;
}

.info_block {
    float: right;
    padding-left: 15px;
    width: 50%;
}

.name_list {
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-left: 10px;
    position: relative;
    text-transform: uppercase;
}

.name_list:after {
    background: #fbc139;
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.bottom_text {
    margin-top: 70px;
}

.info_block ul {
    list-style: none;
    padding: 0;
}

.info_block ul li {
    font-weight: 300;
    display: block;
    position: relative;
    padding: 12px 0 12px 65px;
}

.info_block ul li:before {
    content: '';
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_text ul li {
    font-size: 18px;
}

.bottom_text ul li {
    line-height: 1.7em;
}

.top_text ul li:nth-child(1):before {
     content: url("../img/gutscheine/ico1.png");
 }

.top_text ul li:nth-child(2):before {
    content: url("../img/gutscheine/ico2.png");
}

.top_text ul li:nth-child(3):before {
    content: url("../img/gutscheine/ico3.png");
}

.bottom_text ul li:nth-child(1):before {
    content: '1.';
}

.bottom_text ul li:nth-child(2):before {
    content: '2.';
}

.bottom_text ul li:nth-child(3):before {
    align-items: start;
    content: '3.';
    padding-top: 15px;
}

.tickets_block {
    background: url("../img/calendar_bg.jpg") no-repeat;
    background-size: cover;
    padding: 90px 0;
    display: table;
    width: 100%;
}

.tickets_block .title {
    color: #fefefe;
    position: relative;
    text-align: center;
}

.tickets_block .title .big {
    border: 5px solid #fdb713;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    padding: 30px 60px 40px;
    text-transform: uppercase;
}

.tickets_block .title .small {
    background: #3b3734;
    bottom: 26px;
    font-size: 36px;
    font-weight: 300;
    position: relative;
    padding: 0 27px;
}

.tickets .item {
    height: 260px;
    margin: 17px;
    position: relative;
    text-align: center;
}

.tickets .item_main {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 15;
    background: green;
    padding: 0 15px;
}

.tickets .item_before {
    border: 3px solid #73716f;
    position: absolute;
    top: 8px;
    left: 8px;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.tickets .name {
    font-size: 23px;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
    border-radius: 0 0 5px 5px;
}

.tickets .span4:nth-child(odd) .item_main {
    background: #c1c1c0;
}

.tickets .span4:nth-child(even) .item_main {
    background: #a9a8a8;
}

.tickets .span4:nth-child(odd) .name {
    background: #e0e0df;
}

.tickets .span4:nth-child(even) .name {
    background: #d4d3d3;
}

.tickets .key {
    padding: 15px 0 10px;
}

.tickets .spieler {
    font-weight: 300;
}

.tickets .price {
    font-size: 30pt;
    font-weight: 600;
    padding-top: 5px;
}

.tickets .inputs {
    display: table;
    padding: 20px 15px 0;
    width: 100%;
}

.tickets .inblock {
    border: 2px solid #2f2e2e;
    border-radius: 50px;
    position: relative;
    height: 45px;
}

.tickets .inblock input {
    border: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 45px;
    bottom: 0;
    width: 15%;
    background: rgba(255,255,255,0);
}

.tickets .inblock .btn_to_cart {
    background: #fdb713;
    border: 2px solid #2f2e2e;
    border-radius: 50px;
    display: block;
    position: absolute;
    right: -2px;
    top: -2px;
    bottom: -2px;
    width: 70%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
    padding-right: 15px;
    box-shadow: 0 0 7px 0.5px rgba(0,0,0,.5);
    cursor: pointer;
    transition: .4s;
}

.tickets .inblock .btn_to_cart:hover {
    box-shadow: 0 0 20px 0.5px rgba(0,0,0,.5);
}

.tickets .inblock .btn_to_cart:before {
    content: url("../img/gutscheine/cart.png");
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
}

.tickets .inblock .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22.5px;
    position: absolute;
    left: 10px;
    width: 35px;
    cursor: pointer;
}

.tickets .inblock .arrow.arrow_up {
    top: 0;
}

.tickets .inblock .arrow.arrow_down {
    bottom: 0;
}

.tickets .inblock .arrow.arrow_down img {
    transform: rotate(180deg);
}

.tickets .trash {
    display: block;
    width: 100%;
    padding: 9px 0;
}

.total {
    padding-top: 30px;
}

.total .summ {
    font-weight: 600;
    font-size: 36pt;
    margin-top: 5px;
}

.total, .paymant {
    color: #fefefe;
    text-align: center;
}

.paymant img {
    margin-top: 10px;
    max-width: 100%;
    width: 250px;
}

.total .name, .paymant .name {
    font-weight: 300;
}

.open_to_cart {
    background: #fdb713;
    border: 2px solid #2f2e2e;
    border-radius: 50px;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px 0;
    padding: 15px 20px;
    box-shadow: 0 0 7px 0.5px rgba(0,0,0,.5);
    cursor: pointer;
    transition: .4s;
    text-decoration: none;
}

.open_to_cart img {
    margin-right: 15px;
    margin-top: 3px;
}

.open_to_cart:hover {
    box-shadow: 0 0 17px 0.5px rgba(255,255,255,.5);
    border-color: #fff;
}

@media screen and (max-width: 1799px) {
    .header-after-block {
        background-position: -35% bottom;
    }
}

@media screen and (max-width: 1599px) {
    .header-after-block {
        background-size: 80%;
        height: 635px;
        padding-top: 60px;
    }
}

@media screen and (max-width: 1359px) {
    .header-after-block {
        height: 630px;
        padding-top: 45px;
    }

    .bottom_text {
        margin-top: 40px;
    }

    .tickets .name {
        font-size: 20px;
    }

    .tickets .inblock .btn_to_cart {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    header {
        height: 210px;
    }

    .header-block__two {
        margin-bottom: 90px;
    }

    .header-main {
        font-size: 25pt;
        margin-top: 10%;
    }

    .header-after-block {
        height: 580px;
        padding-top: 40px;
    }

    .name_list {
        font-size: 20px;
    }

    .top_text ul li {
        font-size: 16px;
    }

    .bottom_text ul li {
        line-height: 1.4em;
        font-size: 14px;
    }

    .tickets_block .span4 {
        width: 50%;
    }

    .tickets_block .title .big {
        font-size: 28px;
        padding: 15px 45px 25px;
    }

    .tickets_block .title .small {
        bottom: 18px;
        font-size: 25px;
        padding: 0 20px;
    }

    .tickets .inputs {
        display: block;
        width: 80%;
        margin: auto;
    }
}

@media screen and (max-width: 991px) {
    .header-after-block {
        background-position: 200% bottom;
    }

    .info_block {
        float: left;
        padding-left: 0;
        width: 65%;
    }

    .tickets .inputs {
        width: 100%;
    }
}

@media screen and (max-width: 784px) {
    .header-block__two {
        margin-bottom: 25px;
    }

    .header-main {
        margin-top: 0;
    }

    .info_block {
        width: 70%;
    }

    .tickets_block {
        padding: 40px 0;
    }

    .tickets_block .span4 {
        width: 100%;
        float: none;
        margin: auto;
    }

    .tickets .inputs {
        width: 300px;
    }
}

@media screen and (max-width: 679px) {
    .header-main {
        margin-top: 110px;
    }

    .header-after-block {
        background-image: none;
        height: auto;
        padding-bottom: 20px;
    }

    .info_block {
        float: none;
        padding-left: 0;
        width: 100%;
    }

    .bottom_text {
        margin-top: 25px;
    }

    .tickets_block .title .big {
        font-size: 24px;
        padding: 10px 25px 23px;
    }

    .tickets_block .title .small {
        bottom: 17px;
        font-size: 22px;
    }
}

@media screen and (max-width: 459px) {
    .name_list {
        font-size: 18px;
    }

    .info_block ul li {
        padding: 8px 0 8px 45px;
    }

    .info_block ul li::before {
        width: 40px;
    }

    .tickets_block .title .big {
        font-size: 20px;
        padding: 10px 10px 23px;
    }

    .tickets_block .title .small {
        bottom: 14px;
        font-size: 18px;
        padding: 0 10px;
    }

    .tickets .item_main {
        padding: 0 5px;
    }

    .tickets .name {
        font-size: 18px;
    }

    .tickets .inputs {
        width: 260px;
    }

    .tickets .inblock .arrow {
        left: 7px;
        width: 25px;
    }

    .tickets .inblock input {
        left: 35px;
    }

    .tickets .inblock .btn_to_cart::before {
        content: none;
    }
}