h2 {
	font: normal 500 32px / normal 'PF DinDisplay Pro';
    text-transform: uppercase;
    margin: 0 0 0em 0;
}

h3 {
	font: normal 500 28px / normal 'PF DinDisplay Pro';
    text-transform: uppercase;
    margin: 0 0 0em 0;
}

h4 {
    font: normal 500 24px / normal 'PF DinDisplay Pro';
}
h5 {
    font: normal 700 22px / normal 'PF DinDisplay Pro';
}
h6 {
    font: normal 700 20px / normal 'PF DinDisplay Pro';
}

.headline-border{
    border-bottom: 4px solid #df2b24;
    height: 48px;
    border-bottom-left-radius: 15px;
}

/*.logo-caption {
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: -44px;
}
.logo {
    height: 110px;
    -webkit-background-size: cover;
    background-size: cover;
	background-position: top;
    margin-bottom: 20px;
    font-size: 42px;
    color: red;
}*/
.headline-title{
    padding: 0px 8px;
    margin-top: 25px;
}
.headline-title .blue{
    color: #fff;
    text-transform: uppercase;
    padding: 10px 5px;
    font-size: 20px;
    font-weight: bold;
    border-bottom-left-radius: 15px;
    text-align: right;
}
.headline-title .red{
    color: #fff;
    text-transform: uppercase;
    padding: 10px 5px;
    font-size: 20px;
    font-weight: bold;
    border-top-right-radius: 15px;
}
.catalog.from-main{
    margin-top: 15px;
}

.tabs-name {
    display: flex;
    justify-content: normal;
    background: #363e8e;
}
.tabs-name .tab {
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    color: white;
    background-color: #363e8e;
    font-family: "pfdintextpro-medium";
    text-transform: uppercase;
    padding: 12px;
    border-right: 1px solid #282e6a;
}
.tabs-name .tab:last-child {
    border-right:none;
}
.tabs-name .tab.active {
    background-color: #df2b24
}
.tabs .body-tabs>div {
    display: none;
    margin: 0;
}
.tabs .body-tabs>div.active {
    display: block;
}
.header-button__container {
    margin-bottom: 20px;
    margin-top: 25px;

}
.header-button__wrapper {
    display: flex;
    margin: 0 -10px;
    justify-content: center;
}
.header-button__col {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}
a.header-button {
    margin-bottom: 10px;
    padding: 0 15px;
    line-height: 45px;
}
a.header-button--blue {
    background-color: #363e8e;
}
a.header-button--blue:hover {
    color: #df2a23;
}
@media (min-width: 768px) {
    .header-button__container {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .header-button__container {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}
@media (min-width: 992px) {
    .header-button__wrapper {
        justify-content: flex-end;
    }
}
@media (max-width: 560px) {
    .header-button__wrapper {
        flex-direction: column;
    }
    .header-button__col:last-child .header-button:last-child{
        order: -1;
    }
}

