.mb-2 {
    margin-bottom:0.75rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.my-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.mr-3 {
    margin-right: 1rem !important;
}
.mr-4 {
    margin-right: 1.5rem !important;
}
.mr-5 {
    margin-right: 3rem !important;
}
.ris-h1 {
    margin-bottom: 1.25em;
    font-size: 2.25em;
}
.ris-h2 {
    margin-bottom: 1.25em;
    font-size: 2em;
}
.ris-h3 {
    margin-bottom: 1.25em;
    font-size: 1.78em;
}
.ris-h4 {
    margin-bottom: 1.25em;
    font-size: 1.5em;
}
.ris-h5 {
    margin-bottom: 1.25em;
    font-size: 1.25em;
}
.f-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.text-center {
    text-align: center;
}
.ris-text-red {
    color: #e32329;
}
.ris-text-bold {
    font-weight: 500;
}
.ris-list-g {
    padding-left: 1.5em;
    list-style: none;
    list-style-image: url('../images/list-bullit-g.svg');
    line-height: 1.35em;
}
.ris-list-g ul {
    margin-top: 12px;
    list-style: circle;
}
.ris-list-g li {
    padding-bottom: 1em;
}
.ris-list-c {
    padding-left: 1.5em;
    list-style: none;
    list-style-image: url('../images/list-bullit-c.svg');
    line-height: 1.25em;
}
.ris-list-g ul {
    margin-top: 12px;
    list-style: circle;
}
.ris-list-g li {
    padding-bottom: 1em;
}
.ris-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    min-width: 80px;
    max-width: 320px;
    padding: 8px 16px;
    outline: none;
    background: none;
    box-shadow: none;
    border: 1px solid #474747 !important;
    /*font-weight: 500;*/
    line-height: 1em;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition: border-color 0.4s, color 0.4s;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    cursor: pointer;
}
.ris-btn:hover,
.ris-btn:active,
.ris-btn:focus {
    color: #fff;
    outline: none;
    box-shadow: none;
}
.ris-btn::before {
     display: inline-block;
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
     opacity: 0;
     transform: scale3d(0.7, 1, 1);
     transition: transform 0.4s, opacity 0.4s;
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 }
.ris-btn::after {
    z-index: 1;
}
.ris-btn:focus::before,
.ris-btn:hover::before {
    transform: none;
    outline: none;
    opacity: 1;
}
.ris-btn-red {
    border-color: #e32329 !important;
    color: #e32329;
}
.ris-btn-red::before {
    background: #e32329;
}
.ris-btn-red:active {
    color: #474747;
}
.ris-gray {
    color: #474747;
}
.ris-gray::before {
    background: #474747;
}
.ris-gray:active {
    color: #e32329;
}
.ris-box {
    padding: 36px;
    margin-bottom: 30px;
    margin-top: 0px;
    border: 1px solid #dce6ef;
    border-radius: 4px;
}
.ris-box-gray {
    background-color: #f3f7fa;
}
.ris-box-red {
    background-color: #e32329;
    color: #fff;
}
.ris-box-green {
    border-color: #058e41;
    background-color: #fff;
    color: #058e41;
}
.ris-box-black {
    background-color: #474747;
    color: #fff;
}
.ris-box-1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.ris-box-900 {
    max-width: 900px;
    margin: 0 auto;
}
.ris-box-700 {
    max-width: 700px;
    margin: 0 auto;
}
.ris-title-decor {
    padding-bottom: 16px;
    margin-bottom: 36px;
    text-align: center;
    background: url('../images/title-bullit_black.jpg') no-repeat center bottom;
}
.ris-btn-box {
    display: flex;
    align-items: center;
}
.ris-btn-box > .ris-btn:not(:last-child) {
    margin-right: 16px;
}
.ris-input-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 24px;
}
.ris-input-label {
    margin-bottom: 5px;
}
.ris-input-field {
    padding: 8px 16px;
    border: 1px solid #dce6ef;
    border-radius: 4px;
    background-color: #fff;
    outline: none !important;
    transition: border-color 0.35s;
}
.ris-input-field:focus {
    border-color: #474747;
}
.ris-input-comment {
    margin-top: 5px;
    font-size: 0.9em;
}
a.ris-input-comment {
    color: #474747;
}
a.ris-input-comment:hover {
    color: #E32329;
}
.ris-table {
    width: 100%;
    margin-bottom: 24px;
}
.ris-table tr {
    border-bottom: 1px solid #dce6ef;
}
.ris-table tr:first-child {
    border-top: 1px solid #ff00ff;
}
.ris-table tr:nth-child(2n - 1) {
    background-color: #f3f7fa;
}
.ris-table td {
    padding: 12px;
}
.ris-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .ris-box {
        padding: 24px;
    }
}
@media (max-width: 580px) {
    .ris-box {
        padding: 16px;
    }
    .ris-title-decor {
        font-size: 1.75em;
    }
}