/* <===== vntcapts =====> */
.vntcapts{
    font-size: 16px;
    line-height: 28px;
}
.vntcapts .cswrap{
    max-width: 850px;
    margin: 0 auto;
}
/* <===== vntcapts =====> */

/* <===== vhcotactpg =====> */
.vhcotactpg .ctpadd{
    padding: 80px 0;
}
/* <===== vhcotactpg =====> */

/* <===== vcheckbox =====> */
.vcheckbox{
    display: inline-block;
    position: relative;
    margin: 5px 0;
}
.vcheckbox label{
    font-weight: 400;
    padding-left: 30px;
    position: relative;
    padding-top: 2px;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
}
.vcheckbox input{
    width: 0px;
    height: 0px;
    border: none;
    top: 0px;
    left: 0;
    -webkit-appearance: checkbox!important;
    margin-left: 0;
}
.vcheckbox input[type=checkbox] {
    position: absolute;
    cursor: pointer;
}
.vcheckbox input[type=checkbox]::before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
    border: 1px solid #cccccc;
    background-color: #fff;
}
.vcheckbox input[type=checkbox]:checked::before{
    background-color: #003f8d;
    border-color: #003f8d;
}
.vcheckbox input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 7px;
}
.vcheckbox a{
    margin: 0 5px;
    color: #003f8d;
}
/* <===== vcheckbox =====> */

/* <===== tpcotactbb =====> */
.tpcotactbb{
    padding: 35px 20px 55px;
    background-color: #f4f4f4;
}
.tpcotactbb .hhwrap{
    max-width: 1130px;
    margin: 0 auto;
}
.tpcotactbb .hhtitle{
    text-align: center;
    margin-bottom: 25px;
    color: #01215a;
    text-transform: uppercase;
}
.tpcotactbb .hhtitle, .tpcotactbb .hhtitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.tpcotactbb .hhcapts{
    text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
}
.tpcotactbb .frminputs{
    margin-bottom: 5px;
}
.tpcotactbb .frmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpcotactbb .frmgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tpcotactbb .frmgroup{
    margin-bottom: 10px;
}
.tpcotactbb .frmgroup input, .tpcotactbb .frmgroup select{
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: none;
    background-color: #fff;
    font-size: 16px;
    line-height: 25px;
    border-radius: 5px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
}
.tpcotactbb .frmgroup input::-webkit-input-placeholder,
.tpcotactbb .frmgroup textarea::-webkit-input-placeholder {
    color: #999999;
}
.tpcotactbb .frmgroup input:-ms-input-placeholder,
.tpcotactbb .frmgroup textarea:-ms-input-placeholder {
    color: #999999;
}
.tpcotactbb .frmgroup input::placeholder,
.tpcotactbb .frmgroup textarea::placeholder {
    color: #999999;
}
.tpcotactbb .frmgroup textarea{
    width: 100%;
    height: 155px;
    padding: 10px 15px;
    border: none;
    background-color: #fff;
    resize: none;
    border-radius: 5px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
}
.tpcotactbb .frmchecks{
    text-align: center;
    margin-bottom: 15px;
}
.tpcotactbb .frmrecaps{
    margin-bottom: 20px;
    text-align: center;
}
/* <===== tpcotactbb =====> */

/* <===== tpcotactmm =====> */
.tpcotactmm{
    margin-bottom: 40px;
}
.tpcotactmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpcotactmm .mmgrip > div{
    padding: 0 15px;
}
.tpcotactmm .mmgrip .mcol{
    width: calc(100% - 33.334%);
}
.tpcotactmm .mmgrip .hcol{
    width: 33.334%;
}
.tpcotactmm .decss{
    height: 100%;
    background-color: #01215a;
    padding: 40px 20px 30px 75px;
}
.tpcotactmm .decss, .tpcotactmm .decss a{
    color: #fff;
}
.tpcotactmm .dsttile{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tpcotactmm .dsttile, .tpcotactmm .dsttile h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpcotactmm .dsponsi{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
.tpcotactmm .dsmapbd{
    display: flex;
    margin-bottom: 35px;
}
.tpcotactmm .dsmapbd a{
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 5px;
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
}
.tpcotactmm .dsmapbd a i{
    margin-right: 15px;
}
.tpcotactmm .dsmapbd a:hover{
    background-color: #fae347;
}
.tpcotactmm .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: -30px;
}
.itcotactmm .vvgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -7px;
}
.itcotactmm .vvgrip > div{
    padding: 0 7px;
}
.itcotactmm .vvgrip .xcol{
    width: 59px;
}
.itcotactmm .vvgrip .ycol{
    width: calc(100% - 59px);
}
.itcotactmm .vicon{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #fae347;
    color: #333333;
    border-radius: 5px;
    font-size: 18px;
    line-height: 30px;
}
.itcotactmm .vdecs .dtxt{
    font-size: 14px;
    line-height: 22px;
}
.itcotactmm .vdecs .dinf{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tpcotactmm .ifgrip > div{
    padding: 0 10px;
    width: 50%;
    margin-bottom: 30px;
}
.tpcotactmm .thumb{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tpcotactmm .thumb img{
    width: 100%;
    opacity: 0;
}
/* <===== tpcotactmm =====> */

/* <===== tpcotacthh =====> */
.tpcotacthh{
    margin-bottom: 40px;
    background-color: #f5f5f5;
    padding: 40px 20px 70px;
}
.tpcotacthh .hhwrap{
    max-width: 1130px;
    margin: 0 auto;
}
.tpcotacthh .hhtitle{
    text-align: center;
    margin-bottom: 30px;
    color: #01215a;
    text-transform: uppercase;
}
.tpcotacthh .hhtitle, .tpcotacthh .hhtitle h2, .tpcotacthh .hhtitle h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.itcotacthh{
    margin-bottom: 30px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.itcotacthh:last-child{
    margin-bottom: 0;
}
.itcotacthh .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itcotacthh .ctgrip > div{
    padding: 0 15px;
}
.itcotacthh .ctgrip .lcol{
    width: 22.728%;
}
.itcotacthh .ctgrip .rcol{
    width: calc(100% - 22.728%);
}
.itcotacthh .thumb{
    display: block;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.itcotacthh .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itcotacthh .dtitle{
    margin-bottom: 8px;
    color: #01215a;
}
.itcotacthh .dtitle, .itcotacthh .dtitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itcotacthh .dsgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itcotacthh .dsgrip > div{
    padding: 0 10px;
    width: 50%;
}
.itcotacthh .dponsi{
    max-width: 330px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}
.itcotacthh .dmapbd{
    display: flex;
}
.itcotacthh .dmapbd a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
    background-color: #01215a;
    color: #fff;
    border-radius: 5px;
}
.itcotacthh .dmapbd a i{
    margin-right: 15px;
}
.itcotacthh .dmapbd a:hover{
    background-color: #01215a;
}
.itcotacthh .dinfos li{
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    align-content: center;
}
.itcotacthh .dinfos li:last-child{
    margin-bottom: 0;
}
.itcotacthh .dinfos li .ticon{
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: #01215a;
    color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 18px;
    line-height: 30px;
}
.itcotacthh .dinfos li .ttext{
    width: calc(100% - 45px);
    padding-left: 15px;
}
.itcotacthh .dinfos li .ttext .tm{
    font-size: 14px;
    line-height: 22px;
}
.itcotacthh .dinfos li .ttext .th{
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}
/* <===== tpcotacthh =====> */

/* <==== vstymaps ====> */
.vstymaps .fancybox-slide{
    padding: 0;
    background-color: #ffff;
}
.vstymaps .fancybox-button{
    width: 50px;
    height: 50px;
    padding: 0;
    background-color: #01215a;
    color: #fff;
}
/* <==== vstymaps ====> */
@media all and (min-width: 992px){
    /* <===== tpcotacthh =====> */
    .itcotacthh .vvconts{
        display: block!important;
    }
    /* <===== tpcotacthh =====> */
}
@media all and (max-width: 991px){
    /* <===== vhcotactpg =====> */
    .vhcotactpg .ctpadd{
        padding: 50px 0 60px;
    }
    /* <===== vhcotactpg =====> */

    /* <===== tpcotactmm =====> */
    .tpcotactmm{
        margin-bottom: 20px;
    }
    .tpcotactmm .mmgrip{
        flex-direction: column-reverse;
    }
    .tpcotactmm .mmgrip .mcol{
        width: 100%;
    }
    .tpcotactmm .mmgrip .hcol{
        width: 100%;
        margin-bottom: 10px;
    }
    .tpcotactmm .decss{
        padding: 40px 40px 30px 40px;
    }
    .tpcotactmm .dsttile, .tpcotactmm .dsttile h2{
        font-size: 22px;
        line-height: 30px;
    }
    /* <===== tpcotactmm =====> */

    /* <===== tpcotacthh =====> */
    .tpcotacthh{
        padding: 25px 20px 25px;
    }
    .itcotacthh{
        padding: 15px 20px;
        margin-bottom: 20px;
    }
    .itcotacthh .vvtitle{
        position: relative;
        font-size: 18px;
        line-height: 30px;
        font-weight: bold;
        color: #01215a;
        padding-right: 30px;
    }
    .itcotacthh .vvtitle::before{
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
    .itcotacthh.active .vvtitle::before{
        content: '\f077';
    }
    .itcotacthh .vvconts{
        padding-top: 10px;
        display: none;
    }
    .itcotacthh .ctgrip .lcol{
        width: 45%;
    }
    .itcotacthh .ctgrip .rcol{
        width: 55%;
    }
    .itcotacthh .dsgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .itcotacthh .dsgrip > div:last-child{
        margin-bottom: 0;
    }
    .itcotacthh .dinfos li{
        margin-bottom: 20px;
    }
    .itcotacthh .dinfos li .ttext .th{
        font-size: 16px;
    }
    .itcotacthh .dponsi{
        max-width: 100%;
        font-size: 15px;
        line-height: 28px;
    }
    .tpcotacthh .hhtitle{
        margin-bottom: 15px;
    }
    .tpcotacthh .hhtitle, .tpcotacthh .hhtitle h2, .tpcotacthh .hhtitle h3{
        font-size: 22px;
        line-height: 35px;
    }
    /* <===== tpcotacthh =====> */
}
@media all and (max-width: 767px){
    /* <===== tpcotactbb =====> */
    .tpcotactbb{
        padding: 25px 20px 50px;
    }
    .tpcotactbb .hhtitle{
        margin-bottom: 15px;
    }
    .tpcotactbb .hhtitle, .tpcotactbb .hhtitle h2{
        font-size: 22px;
        line-height: 30px;
    }
    .tpcotactbb .hhcapts{
        margin-bottom: 20px;
    }
    .tpcotactbb .frmgrip > div{
        width: 100%;
    }
    /* <===== tpcotactbb =====> */

    /* <===== tpcotactmm =====> */
    .tpcotactmm .decss{
        padding: 25px 25px 30px;
    }
    .tpcotactmm .ifgrip{
        margin-bottom: -20px;
    }
    .tpcotactmm .ifgrip > div{
        width: 100%;
        margin-bottom: 15px;
    }
    .itcotactmm .vdecs .dinf{
        font-size: 18px;
    }
    .tpcotactmm .dsmapbd{
        margin-bottom: 20px;
    }
    /* <===== tpcotactmm =====> */

    /* <===== tpcotacthh =====> */
    .itcotacthh .ctgrip{
        flex-direction: column-reverse;
    }
    .itcotacthh .ctgrip .lcol{
        width: 100%;
    }
    .itcotacthh .ctgrip .rcol{
        width: 100%;
        margin-bottom: 20px;
    }
    /* <===== tpcotacthh =====> */
}