body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #151414;
}

.wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}



.btn-outline-red {
    border: 1px solid #E52320;
    color: #E52320;
    background-color: #ffffff;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-outline-red:hover,.btn-outline-red:focus {
    color: #ffffff;
    background-color: #E52320
}

.btn-outline-blue {
    border: 1px solid #2274D4;
    color: #2274D4;
    background-color: #ffffff;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-outline-blue:hover,.btn-outline-blue:focus {
    color: #ffffff;
    background-color: #2274D4
}


.btn-outline-dark-blue {
    border: 1px solid #022540;
    color: #022540;
    background-color: #ffffff;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-outline-dark-blue:hover,.btn-outline-dark-blue:focus {
    color: #ffffff;
    background-color: #022540
}

.text-red {
    color: #E52320;
}

a.text-red:hover, a.text-red:focus {
    text-decoration: none;
    color: #B5110E
}

.text-blue {
    color: #2274D4 !important;
}

a.text-blue:hover, button.text-blue:hover {
    text-decoration: none;
    color: #073D7B !important;
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.d-none {
    display: none !important;
}