body{
    background: #36384c;
}
.plg-header{
    background: #fff;
    padding: 5px 35px;
    border-bottom: 2px solid #36384C;
}
.plg-header,
.plg-footer{
    font-family: "Open Sans";
}
.plg-header .open-menu,
.plg-header .menu .open_lvl2,
.plg-header .menu .only_mobile{
    display: none;
}
.plg-container{
    background: #fff;
    padding-bottom: 40px;
}
.plg-footer .inner{
    max-width: 1080px;
    margin: auto;
}
.plg-header .logo{
    float: left;
    padding: 4px 0 2px;
}
.plg-header .menu{
    float: right;
    margin-top: 4px;
}
.plg-header .menu li{
    display: inline-block;
    position: relative;
    margin-left: 19px;
}
.plg-header .menu li a{
    padding: 17px 0 15px;
    display: block;
    color: #36384c;
    font-size: 15px;
}
.plg-header .menu > ul >li > a:hover{
    color: #feb20e;
}
.plg-header .menu ul ul{
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    position: absolute;
    top: 39px;
    left: -10px;
    border: 1px solid #e6e6e6;
    border-top: 2px solid #feb20e;
}
.plg-header .menu ul ul li{
    display: block;
    margin: 0;
    width: 160px;
    padding: 10px 10px;
}
.plg-header .menu ul ul a{
    display: block;
    padding: 0;
    color: #36384c;
    font-size: 13px;
    line-height: 19.5px;
}
.plg-footer{
    text-align: center;
    background: #36384c;
    padding: 33px 30px 30px;
}
.plg-footer .copyrights{
    color: #fff;
    font-size: 11.5px;
    padding: 105px 0 0;
    text-align: center;
    clear: both;
    line-height: 19px;
}
.plg-footer .copyrights a{
    color: #fff;
}
.plg-footer li p{
    text-align: justify;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    line-height: 19.5px;
    padding: 0 15px;
}
.plg-footer ul{
    width: 25%;
    float: left;
}
.plg-footer ul li{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.5px;
}
.plg-footer ul li a{
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    line-height: 19px;
}
.plg-footer ul li a:hover{
    color: #feb20e;
    text-decoration: underline;
}
.plg-footer ul li:first-of-type{
    margin-bottom: 23px;
}
.plg-footer ul.details li{
    max-width: 247.5px;
}
.plg-footer ul.details li:last-of-type{
    margin-bottom: 0;
}
.plg-footer ul.services li{
    padding-left: 92px;
    text-align: left;
}
.plg-footer ul.links li{
    padding-left: 90px;
    text-align: left;
}
.plg-footer ul.socials{
    padding-left: 22px;
}
.plg-footer .socials a{
    display: block;
    width: 39px;
    height: 38px;
    border-radius: 50%;
    color: #78bdf1;
    border: 2px solid #78bdf1;
}
.plg-footer .socials li{
    display: inline-block;
}
.plg-footer .socials li:first-of-type{
    display: block;
    margin-bottom: 55px;
}
.plg-footer .socials .fb{
    color: #3a5795;
    border-color: #3a5795;
}
.plg-footer .socials .in{
    color: #cd486b;
    border-color: #cd486b;
}
.plg-footer .socials a span::before{
    font-family:'FontAwesome';
    font-size: 17px;
    padding-top: 7px;
    display: block;
}
.plg-footer .socials .fb span::before{
    content: "\f09a";
}
.plg-footer .socials .tw span::before{
    content: "\f099";
    padding-right: 1px;
}
.plg-footer .socials .in span::before{
    content: "\f16d";
}
.plg-footer .socials a:hover{
    color: #fff;
    text-decoration: none;
}
.plg-footer .socials .tw:hover{
    background: #78bdf1;
}
.plg-footer .socials .fb:hover{
    background: #3a5795;
}
.plg-footer .socials .in:hover{
    background:  #cd486b;
}
@media (max-width:1024px){
    .plg-footer ul{
        width: 50%;
    }
    .plg-footer ul.links{
        clear: left;
    }
    .plg-footer ul.links li,
    .plg-footer ul.services li {
        padding-left: 15px;
    }
    .plg-footer ul.socials {
        padding-left: 15px;
    }
    .plg-footer .socials a span::before{
        padding-top: 8px;
    }
    .plg-footer ul.details li {
        max-width: none;
        padding-right: 15px;
    }
    .plg-footer ul.services{
        padding-left: 15px;
        margin-bottom: 33px;
    }
    .plg-footer ul.details{
        margin-bottom: 33px;
    }
}
@media (max-width:780px){
    .plg-footer ul{
        width: auto;
        float: none;
        margin-bottom: 33px;
    }
    .plg-footer ul.socials {
        padding-left: 0;
        margin-bottom: 1px;
    }
    .plg-footer ul.services {
        padding-left: 0;
    }
    .plg-footer ul.details li {
        padding-right: 0;
    }
}
@media (min-width:761px){
    .plg-header .menu ul li:hover ul,
    .plg-header .menu,
    .plg-header .menu ul div{
        display: block !important;
    }
}
@media (max-width:760px){
    .plg-header .menu,
    .plg-header .menu ul li div{
        display: none;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        margin: 0;
    }
    .plg-header .open-menu{
        display: block;
        float: right;
        cursor: pointer;
        padding: 21px 0 15px;
        color: #36384c;
        font-size: 15px;
    }
    .plg-header .open-menu span::before {
        content: "\f00b";
        font-family: 'FontAwesome';
        padding-right: 10px;
        font-size: 14px;
    }
    .plg-header .open-menu:hover{
        color: #feb20e;
    }
    .plg-header .menu .only_mobile{
        display: block;
        background: #36384c;
        position: relative;
        text-align: center;
        color: #fff;
        font-size: 20px;
        padding: 17px 0;
        margin-bottom: 25px;
    }
    .plg-header .menu .only_mobile i{
        margin-right: 10px;
    }
    .plg-header .menu .only_mobile span{
        position: absolute;
        padding: 7px;
        font-size: 19px;
        top: 10px;
        right: 16px;
        cursor: pointer;
    }
    .plg-header .menu .only_mobile .plg_back{
        right: auto;
        left: 12px;
        display: none;
    }
    .plg-header .menu ul{
        border: 1px solid #feb20e;
        margin: 0px 12px;
        padding: 4px 10px 2px;
        box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2), 0px -1px 0px rgba(255, 255, 255, 0.075);
        border-radius: 6px;
    }
    .plg-header .menu ul li{
        display: block;
        padding: 16px 5px 17px;
        margin: 0 0 1px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    }
    .plg-header .menu ul li:last-of-type{
        border: none;
    }
    .plg-header .menu ul li a{
        display: block;
        margin-right: 30px;
        font-size: 17px;
        font-weight: 400;
        color: #4b4b4b;
        padding: 0;
    }
    .plg-header .menu ul li:hover a{
        color: #4b4b4b;
    }
    .plg-header .menu li a span{
        font-size: 17px;
        margin-right: 10px;
    }
    .plg-header .menu .open_lvl2{
        color: #4b4b4b;
        position: absolute;
        right: 4px;
        display: block;
        top: 15px;
        cursor: pointer;
        padding: 1px 16px 1px 0;
        font-size: 17px;
    }
    .plg-header .menu ul li a{
        width: auto;
    }
    .plg-header .menu ul li div{
        left: 0;
        height: auto;
        top: 79px;
        z-index: 10;
    }
    .plg-header .menu ul li li{
        width: auto;
        padding: 15px 5px;
        margin: 0 0 1px;
    }
    .plg-header .menu ul li div ul{
        display: block;
        box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2), 0px -1px 0px rgba(255, 255, 255, 0.075);
        position: static;
        border: 1px solid #feb20e;
        padding-bottom: 3px;
    }
    .plg-header .menu li li a span {
        font-size: 17px;
        height: 0;
    }
    .plg-header .menu li li a span.fa-plane{
        margin-right: 14px;
    }
    .plg-header .logo img{
        max-width: 100%;
    }
}
@media (max-width:680px){
    .plg-footer p {
        text-align: justify;
        padding: 0 0 101px;
        font-size: 13px;
        color: #4b4b4b;
        line-height: 19px;
    }
    .plg-header .logo,
    .plg-header .open-menu{
        float: none;
    }
    .plg-header .open-menu{
        margin-top: 20px;
        margin-bottom: 4px;
    }
    .plg-header{
        text-align: center;
    }
    .plg-header .menu{
        text-align: left;
    }
}
@media (max-width:640px){
    .plg-footer li p,
    .plg-footer ul.links li,
    .plg-footer ul.services li{
        padding: 0;
    }
    .plg-footer .socials li:first-of-type {
        margin-bottom: 75px;
    }
    .plg-footer ul,
    .plg-footer ul.services,
    .plg-footer ul.details{
        margin-bottom: 59px;
    }
    .plg-footer .socials a {
        height: 39px;
        margin-bottom: 1px;
    }
}



.btn.btn-success,
.form-design .btn.btn-success{
    color:#fff !important;
    background-color: #feb20e;
    border-color: #feb20e !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.form-design .btn.btn-success:hover,
.form-design .btn.btn-success:focus,
.form-design .btn.btn-success:active,
.form-design .btn.btn-success.active{
    color: #fff !important;
    background-color: #feba26;
    border-color: #feba26 !important;
    opacity: 0.75;
}
.phone_help {
    color: #feb20e !important;
}
@media (min-width:768px) and (max-width:1010px){
    .main{
        padding-left: 10px;
        padding-right: 10px;
    }
}    
.main{
    font-family: Arial, sans-serif;
    font-weight: normal;
    background: #fff;
    line-height: 1;
    text-align: left;
    color: #505050;
    margin-bottom: 40px;
}
.registerBlockbox, .emailPageBlockbox, .orderPrintBlockbox{font-family:Arial,sans-serif;}
.is_net_or_old_plug.travel_visa_services_print .plugin_print_logo_cli,
.is_net_or_old_plug.order_print .plugin_print_logo_cli{
    background: url("../images/logo.png") no-repeat 0 0 / 100%;
    width: 300px;
    height: 50px;
}
.is_net_or_old_plug.travel_visa_services_print .logo-text-cli,
.is_net_or_old_plug.order_print .logo-text-cli{display: none;}
@media print{
    .is_net_or_old_plug.travel_visa_services_print .plugin_print_logo_cli,
    .is_net_or_old_plug.order_print .plugin_print_logo_cli{
        list-style-image: url("../images/logo.png");
        display: list-item;
        list-style-position: inside;
        height: 60px;
    }
}
