*{margin: 0; padding: 0;}
*, ::after, ::before {
    box-sizing: border-box;
}
body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #333;
    line-height: 1.35;
}
a{
    text-decoration: none;
    transition: all 300ms;
    cursor: pointer;
    color: white;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
ul li{
    list-style: none;
}
h1{
    font-size: 1.5em;
}
.container{
    width: 100%;
    max-width: 1190px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}
.container_fluid{
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}
.row{
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}
.flex{
    display: flex;
    align-items: stretch;
}
.flex-row{
    flex-direction: row;
}
.flex-column{
    flex-direction: column;
}
.justify_content_left{
    justify-content: flex-start;
}
.justify_content_center{
    justify-content: center;
}
.justify_content_right{
    justify-content: flex-end;
}
.justify_content_between{
    justify-content: space-between;
}
.align_items_center{
    align-items: center;
}
.align_items_right{
    align-items: flex-end;
}
.align_items_left{
    align-items: flex-start;
}
.clearfix:after{
    display: block;
    clear: both;
    content: "";
}
.mt_10{
    margin-top: 10px;
}
.mt_20{
    margin-top: 20px;
}
.mt_30{
    margin-top: 30px;
}
.mt_40{
    margin-top: 40px;
}
.mt_50{
    margin-top: 50px;
}
.mt_60{
    margin-top: 60px;
}
.mt_70{
    margin-top: 70px;
}
.mt_80{
    margin-top: 80px;
}
.mt_90{
    margin-top: 90px;
}
.mt_100{
    margin-top: 100px;
}
.mb_10{
    margin-bottom: 10px;
}
.mb_20{
    margin-bottom: 20px;
}
.mb_30{
    margin-bottom: 30px;
}
.mb_40{
    margin-bottom: 40px;
}
.mb_50{
    margin-bottom: 50px;
}
.mb_60{
    margin-bottom: 60px;
}
.mb_70{
    margin-bottom: 70px;
}
.mb_80{
    margin-bottom: 80px;
}
.mb_90{
    margin-bottom: 90px;
}
.mb_100{
    margin-bottom: 100px;
}
.pd_15{
    padding-left: 10px;
    padding-right: 10px;
}
.pt_10{
    padding-top: 10px;
}
.pt_20{
    padding-top: 20px;
}
.pt_30{
    padding-top: 30px;
}
.pt_40{
    padding-top: 40px;
}
.pt_50{
    padding-top: 50px;
}
.pt_60{
    padding-top: 60px;
}
.pt_70{
    padding-top: 70px;
}
.pt_80{
    padding-top: 80px;
}
.pt_90{
    padding-top: 90px;
}
.pt_100{
    padding-top: 100px;
}
.pb_10{
    padding-bottom: 10px;
}
.pb_20{
    padding-bottom: 20px;
}
.pb_30{
    padding-bottom: 30px;
}
.pb_40{
    padding-bottom: 40px;
}
.pb_50{
    padding-bottom: 50px;
}
.pb_60{
    padding-bottom: 60px;
}
.pb_70{
    padding-bottom: 70px;
}
.pb_80{
    padding-bottom: 80px;
}
.pb_90{
    padding-bottom: 90px;
}
.pb_100{
    padding-bottom: 100px;
}
.col_1{
    flex: 0 0 8.3333333%;
    max-width: 8.3333333%;
}
.col_2{
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%;
}
.col_3{
    flex: 0 0 25%;
    max-width: 25%;
}
.col_4{
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
}
.col_5{
    flex: 0 0 41.6666667%;
    max-width: 41.6666667%;
}
.col_6{
    flex: 0 0 50%;
    max-width: 50%;
}
.col_7{
    flex: 0 0 58.3333333%;
    max-width: 58.3333333%;
}
.col_8{
    flex: 0 0 66.6666667%;
    max-width: 66.6666667%;
}
.col_9{
    flex: 0 0 75%;
    max-width: 75%;
}
.col_10{
    flex: 0 0 83.3333333%;
    max-width: 83.3333333%;
}
.col_11{
    flex: 0 0 91.6666667%;
    max-width: 91.6666667%;
}
.col_12{
    flex: 0 0 100%;
    max-width: 100%;
}
.c10{
    flex: 0 0 10%;
    max-width: 10%;
}
.c20{
    flex: 0 0 20%;
    max-width: 20%;
}
.c30{
    flex: 0 0 30%;
    max-width: 30%;
}
.c40{
    flex: 0 0 40%;
    max-width: 40%;
}
.c60{
    flex: 0 0 60%;
    max-width: 60%;
}
.c70{
    flex: 0 0 70%;
    max-width: 70%;
}
.c80{
    flex: 0 0 80%;
    max-width: 80%;
}
.c90{
    flex: 0 0 90%;
    max-width: 90%;
}
.bglightgrey{
    background: #f6f6f6;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.text_left{
    text-align: left !important;
}
.text_center{
    text-align: center !important;
}
.text_right{
    text-align: right !important;
}
.bgwhite{
    background: #fff;
    padding: 10px;
}
.label{
    padding: 2px 7px;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 2px;
}
.modal{
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 150ms;
    background: rgba(0,0,0,0.75);
    opacity: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center
}
.modal.modal_open{
    opacity: 1;
    z-index: 1000;
}
.modal_container{
    /* max-width: 650px; */
    padding: 25px;
    height: 100%;
    overflow: auto;
    background: #fff;
    width: 100%;
}
.title_modal{
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    align-items: center;
}
.close_modal{
    font-size: 18px;
    cursor: pointer;
}
.frm_group{
    margin-top: 5px;
}
.frm_group label{
    display: flex;
    align-items: center;
}
.frm_group label span{
    color: #F13612;
    padding-left: 7px;
    top: 0 !important
}
.frm_group button{
    padding: 10px 18px;
    background: #6F1517;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 10px;
}
.frm_group a{
    color: #212121;
}
.frm_group textarea.inp_frm{
    min-height: 120px;
}
.inp_frm{
    padding: 8px 14px;
    border-radius: 5px;
    border: none;
    outline: none;
    width: 100%;
    margin-top: 5px;
    font-family: inherit;
    font-size: 18px;
}
.inp_frm::placeholder{
    color: #bbb;
}
.radio, .checkbox{
    display: inline-block;
    align-items: center;
    cursor: pointer;
}
.radio input, .checkbox input{
    position: absolute;
    opacity: 0;
}
.radio span, .checkbox span{
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    border: 1px solid #ddd;
    margin-right: 7px;
    top: 5px;
    background: #fff;
}
.checkbox span{
    border-radius: 5px;
}
.radio input:checked~span, .checkbox input:checked~span{
    border: 1px solid #6F1517;
    box-shadow: 0 0 10px rgba(25,181,99,0.3);
}
.radio input:checked~span:after, .checkbox input:checked~span:after{
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    background: #6F1517;
    content: '';
    position: absolute;
}
.checkbox input:checked~span:after{
    border-radius: 3px;
}
.btn_submit{
    background: #345393;
    padding: 8px 10px;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    border-radius: 1px;
    border: none;
    cursor: pointer;
}
.d_none{
    display: none !important;
}

.btn{
    padding: 5px 10px;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    border-radius: 5px;
    outline: none;
    border: none;
}
.btn i{
    font-size: 17px;
}
.btn_success{
    background: #6F1517;
    color: #fff !important;
}
.btn_danger{
    background: #F13612;
    color: #fff;
}
.btn_warning{
    background: #FABE49;
    color: #fff;
}
.btn_prinmary{
    background: #1D72E5;
    color: #fff;
}
.btn_light{
    background: #f8f8f8;
    color: #212121;
}
.btn_outline_prinmary{
    background: #fff;
    border: 1px solid #1D72E5;
    color: #1D72E5 !important;
}
.btn_outline_success{
    background: #fff;
    border: 1px solid #6F1517;
    color: #6F1517;
}
.btn_outline_warning{
    background: #fff;
    border: 1px solid #FABE49;
    color: #FABE49;
}
.btn_outline_danger{
    background: #fff;
    border: 1px solid #F13612;
    color: #F13612;
}
.btn_outline_light{
    background: #fff;
    border: 1px solid #aaa;
    color: #828282 !important;
}
.border_top{
    border-top: 1px solid #ddd;
}
.btn img{
    max-height: 17px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.pagination{
    margin-top: 10px;
    text-align: right;
    /* border-top: 1px solid #ddd; */
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 100px;
}
.pagination ul {
    padding-right: 20px;
}
.pagination li{
    display: inline-block;
    margin-left: 5px;
}
.pagination li a{
    color: white;
    /* width: 37px; */
    /* height: 37px; */
    display: inline-block;
    /* line-height: 37px; */
    background-color: #2a2443;
    text-align: center;
    border-radius: 5px;
    padding: 5px 15px;
}


.pagination li.active a, 
.pagination li:hover a{
    background-color: #d4273f;
    color: #ffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.choose_image{
    position: relative;
    text-align: center;
    display: block !important;
    cursor: pointer;
}
.choose_image input{
    width: 1px;
    opacity: 0;
    position: absolute;
}
.choose_image span{
    width: 100%;
    transition: all 400ms;
    display: flex;
    align-items: center;
    min-height: 90px;
    background: #f8f8f8;
    border: 1px dashed #ddd;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #BDBDBD !important;
    justify-content: center;
}
.choose_image span:hover{
    border-color: #F13612;
}
.choose_image span i{
    font-size: 40px;
}


.tabs{
    display: block;
    border-bottom: 3px solid #ddd;
}
.tabs li{
    display: inline-block;
    opacity: 0.5;
}
.tabs li.active{
    opacity: 1;
}
.tabs li a{
    color: #212121;
    font-size: 10px;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
}
.tab_item{
    display: none;
    transition: all 400ms;
}
.tab_item.active{
    display: block;
}
.tabs li.active a{
    color: #6F1517;
}
.tabs li.active a::after{
    left: 10px;
    right: 10px;
    height: 3px;
    content: '';
    position: absolute;
    background: #6F1517;
    bottom: -3px;
}


.navigation li{
    position: relative;
    cursor: pointer;
    transition: all 300ms;
    margin-top: 1px;
}
.navigation li span{
    position: absolute;
    right: 10px;
    top: 12px;
}
.navigation li a{
    font-weight: 500;
    font-size: 10px;
    color: #212121;
    padding: 10px 10px;
    display: inline-block;
}
.navigation li:hover, .navigation li.active{
    background: #F2F5FA;
}
.navigation ul li a{
    font-weight: 400;
}
.navigation ul{
    margin-left: 10px;
    display: none;
}
.navigation ul li a:hover{
    color: #1771E9;
}
.nav_sub span{
    transition: all 300ms;
}
.nav_open span{
    transform: rotate(90deg);
}

.red{
    color: #F13612;
}
.green{
    color: #6F1517;
}
.blue{
    color: #1D72E5;
}
.yelow{
    color: #F2C94C;
}
.gray{
    color: #828282;
}
.orange{
    color: #F2994A;
}

.border{
    border: 1px solid #ddd;
    padding: 10px;
}

.pull_right{
    order: 1;
}
.pull_left{
    order: 0;
}

.table{
    width: 100%;
    font-size: 14px;
    border-spacing: 0;
}
.table td, 
.table th{
    border: none;
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.table thead th{
    border-bottom: 5px solid #f8f8f8;
}
.table tr:nth-child(2n){
    background: #f8f8f8;
}

.inp_error{
    border: 1px solid #F93434;
    background: #FEEDED;
    color: #F93434;
}
.collapse h4{
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    text-align: left;
    padding-right: 40px;
    position: relative;
}
.collapse h4 span{
    transition: all 400ms;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 1px
}
.collapse h4 span img{
    width: 16px;
}
.collapse .collapse_content{
    display: none;
}
.collapse .collapse_content p{
    text-align: left;
}
.collapse .collapse_content.show{
    display: block;
}
.collapse.active .collapse_content{
    display: block;
}

.text-center{
    text-align: center;
}

/* Min width 992px */
@media screen and (min-width: 990px){

}

/* Max width 992px */
@media screen and (max-width: 991px){
    
}

/* Max width 768px */
@media screen and (max-width: 769px){
    .m_none{
        display: none !important;
    }
    .d_none{
        display: inline-block !important;
    }
    .c30, .c5, .col_1, .c10, .col_2, .col_8, .d_col_45, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d_none{
        display: inline-block !important;
    }
    .col_mb_6{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .non_flex{
        display: block !important;
    }
    .no_order{
        order: unset;
    }
}

/* Max width 480px */
@media screen and (max-width: 480px){
}

@font-face {
    font-family: "ArialMT";
    src: url("../fonts/arialmt.ttf") format("ttf")
}

@font-face {
    font-family: "Book Antiqua";
    src: url("../fonts/bookantiqua.ttf") format("ttf")
}


@font-face {
    font-family: "Cerebri Sans";
    src: url("../fonts/CerebriSans-SemiBold.eot");
    src: local("Cerebri Sans SemiBold"), local("../fonts/CerebriSans-SemiBold"),
        url("../fonts/CerebriSans-SemiBoldd41d.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/CerebriSans-SemiBold.html") format("woff2"),
        url("../fonts/CerebriSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cerebri Sans";
    src: url("../fonts/CerebriSans-Regular.eot");
    src: local("Cerebri Sans Regular"), local("../fonts/CerebriSans-Regular"),
        url("../fonts/CerebriSans-Regulard41d.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/CerebriSans-Regular.html") format("woff2"),
        url("../fonts/CerebriSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cerebri Sans";
    src: url("../fonts/CerebriSans-Bold.eot");
    src: local("Cerebri Sans Bold"), local("../fonts/CerebriSans-Bold"),
        url("../fonts/CerebriSans-Boldd41d.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/CerebriSans-Bold.html") format("woff2"),
        url("../fonts/CerebriSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cerebri Sans";
    src: url("../fonts/CerebriSans-Light.eot");
    src: local("Cerebri Sans Light"), local("../fonts/CerebriSans-Light"),
        url("../fonts/CerebriSans-Lightd41d.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/CerebriSans-Light.html") format("woff2"),
        url("../fonts/CerebriSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cerebri Sans";
    src: url("../fonts/CerebriSans-Medium.eot");
    src: local("Cerebri Sans Medium"), local("../fonts/CerebriSans-Medium"),
        url("../fonts/CerebriSans-Mediumd41d.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/CerebriSans-Medium.html") format("woff2"),
        url("../fonts/CerebriSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
