body {
    font-size: 18px;
    font-family: 'Helvetica', 'Arial', 'sans-serif';
}

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-center {
    text-align: center
}

h1 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 54px;
    font-weight: 400;
}

.p {
    margin-bottom: 20px;
}

.tag {
    display: inline-block;
    background-color: #ededed;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.fa.is-danger {
    color: #e30613;
}

.is-bold {
    font-weight: 600;
}

.tag .fa {
    font-size: 20px;
    vertical-align: baseline;
    margin-right: 5px;
}

.logo {
    margin: 80px 0;
    text-align: center;
}

.timeline {
    margin-top: 50px;
    margin-bottom: 50px;
}

.timeline-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: stretch;
}

.timeline-item {
    padding: 10px;
    border-left: dashed 1px #e30613;
    text-align: left;
}

.timeline-item:first-child {
    margin-left: 15px;
}

.timeline-item .time {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    white-space: nowrap;
}

.timeline-item .description {
    font-size: 14px;
    color: #666;
}

.timeline-footer {
    position: relative;
    height: 0;
    font-size: 0;
    border-top: solid 1px #e30613;
    border-bottom: solid 1px #e30613;
}

.timeline-footer i {
    position: absolute;
    font-size: 24px;
    top: -12px;
    left: -30px;
}

.footer {
    display: flex;
    justify-content: stretch;
    margin-bottom: 80px;
}

.discount {
    flex: 1;
    margin-right: 20px;
}

.discount .inner {
    padding: 10px 20px;
    background-color: #e3e3e3;
    border: solid 2px #e3e3e3;
    font-size: 16px;
    border-radius: 4px;
}

.discount p {
    margin-bottom: 0;
}

.discount span {
    display: block;
    font-weight: 600;
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.contacts {
    flex: 2;
    margin-left: 20px;
}

.contacts .inner {
    padding: 10px 20px;
    font-size: 16px;
    border: solid 2px #444;
    border-radius: 4px;
}

.contacts .text {
    font-weight: 600;
}

.contacts .contacts-items {
    display: flex;
    margin-top: 10px;
}

.contacts .contacts-item {
    white-space: nowrap;
    margin-left: 20px;
}

.contacts .contacts-item:first-child {
    margin-left: 0;
}

.contacts .contact {
    color: #444;
    white-space: nowrap;
    font-size: 13px;
}

.contacts .contact a,
.contacts .contact span {
    color: #444;
    text-decoration: none;
}

.map {
    height: 600px;
    background-color: #eee;
}

@media screen and (max-width: 768px) {
    .timeline {

    }

    .timeline-container {
        display: block;
    }

    .timeline-item {
        border-left: none;
        border-top: dashed 1px #e30613;
    }

    .timeline-item:first-child {
        margin-left: 0;
    }

    .timeline-footer i {
        display: none;
    }

    .footer {
        display: block;
    }

    .discount {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .contacts {
        margin-left: 0;
        display: block;
    }

    .contacts .contacts-items {
        display: block;
    }

    .contacts .contacts-item {
        display: block;
        margin-left: 0;
        margin-bottom: 5px;
    }
}