﻿footer {
    background-color: #600624;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-wrapper {
    display: flex;
    justify-content: center;
}

body {
    border-top: 10px solid #5c4e47;
}

.header {
    background-color: #fff;
}

.container-padding {
    padding: 0 15px;
}

.lead-text {
    font-family: Open Sans;
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #5c4e46;
    margin-top: 20px;
    margin-bottom: 10px;
}

.main-content {
    background-color: #f5f5f5;
}

.header-image-wrapper {
    display: flex;
    justify-content: center;
    min-height: 120px;
}

.header-image {
    padding: 30px 15px;
}

    .header-image img {
        max-height: 88px;
    }

.language-widget {
    float: right;
}

.description-content {
    font-family: Open Sans;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 15px;
}

.language-element {
    font-family: Open Sans;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    float: left;
    padding: 3px 5px;
    margin: 3px 0;
}

.language-element-active {
    font-weight: 700;
}

.language-element-border {
    border-right: solid 1px #979797;
}

.counter {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

    .counter span:nth-last-child(5):after, .counter span:last-child:after {
        position: absolute;
        color: #000;
        font-size: 10px;
        bottom: -13px;
        right: 0;
    }

.counter-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.counter-element {
    width: 58px;
    margin: 9px;
    height: 56px;
    border: solid 1px #dddddd;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.counter-descriptor {
    text-align: center;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.counter span {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 32px;
    color: #832a43;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

.video-container {
    padding: 20px 0;
}

@media(min-width:768px) {
    .counter-element {
        width: 85px;
        margin: 9px;
        height: 82px;
        font-size: 40px;
    }

    .counter-descriptor {
        font-size: 20px;
    }

    .lead-text {
        font-size: 39px;
    }

    .description-content {
        font-size: 16px;
    }

    .language-element {
        font-size: 14px;
    }
}

@media(min-width:1440px) {

    .lead-text {
        font-size: 48px;
    }

    .description-content {
        font-size: 16px;
    }
}
