#wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-section{
    margin: auto 0;
}


.home .main-topblock-buttons{
    justify-content: start!important;
}
footer{
    margin-top: auto;
}

.btn-blue {
    background-color: #045DB7;
    border-color: #045DB7;
}

.btn-outline-blue {
    border-color: #045DB7;
    color: #045DB7;
}

.text-blue{
    color: #045DB7!important;
}


#AjaxLoader{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 9000;
}

#AjaxLoader .LoaderBack{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.53);
}

.cssload-fond{
    position:relative;
    top: 50%;
    transform: translateY(-50%);
}

.cssload-container-general
{
    animation:cssload-animball_two 2.05s infinite;
    -o-animation:cssload-animball_two 2.05s infinite;
    -ms-animation:cssload-animball_two 2.05s infinite;
    -webkit-animation:cssload-animball_two 2.05s infinite;
    -moz-animation:cssload-animball_two 2.05s infinite;
    width:88px; height:88px;
}
.cssload-internal
{
    width:88px; height:88px; position:absolute;
}
.cssload-ballcolor
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.cssload-ball_1, .cssload-ball_2, .cssload-ball_3, .cssload-ball_4
{
    position: absolute;
    animation:cssload-animball_one 2.05s infinite ease;
    -o-animation:cssload-animball_one 2.05s infinite ease;
    -ms-animation:cssload-animball_one 2.05s infinite ease;
    -webkit-animation:cssload-animball_one 2.05s infinite ease;
    -moz-animation:cssload-animball_one 2.05s infinite ease;
}
.cssload-ball_1
{
    background-color:rgb(203,32,37);
    top:0; left:0;
}
.cssload-ball_2
{
    background-color:rgb(248,179,52);
    top:0; left:48px;
}
.cssload-ball_3
{
    background-color:rgb(0,160,150);
    top:48px; left:0;
}
.cssload-ball_4
{
    background-color:rgb(151,191,13);
    top:48px; left:48px;
}





@keyframes cssload-animball_one
{
    0%{ position: absolute;}
    50%{top:24px; left:24px; position: absolute;opacity:0.5;}
    100%{ position: absolute;}
}

@-o-keyframes cssload-animball_one
{
    0%{ position: absolute;}
    50%{top:24px; left:24px; position: absolute;opacity:0.5;}
    100%{ position: absolute;}
}

@-ms-keyframes cssload-animball_one
{
    0%{ position: absolute;}
    50%{top:24px; left:24px; position: absolute;opacity:0.5;}
    100%{ position: absolute;}
}

@-webkit-keyframes cssload-animball_one
{
    0%{ position: absolute;}
    50%{top:24px; left:24px; position: absolute;opacity:0.5;}
    100%{ position: absolute;}
}

@-moz-keyframes cssload-animball_one
{
    0%{ position: absolute;}
    50%{top:24px; left:24px; position: absolute;opacity:0.5;}
    100%{ position: absolute;}
}

@keyframes cssload-animball_two
{
    0%{transform:rotate(0deg) scale(1);}
    50%{transform:rotate(360deg) scale(1.3);}
    100%{transform:rotate(720deg) scale(1);}
}

@-o-keyframes cssload-animball_two
{
    0%{-o-transform:rotate(0deg) scale(1);}
    50%{-o-transform:rotate(360deg) scale(1.3);}
    100%{-o-transform:rotate(720deg) scale(1);}
}

@-ms-keyframes cssload-animball_two
{
    0%{-ms-transform:rotate(0deg) scale(1);}
    50%{-ms-transform:rotate(360deg) scale(1.3);}
    100%{-ms-transform:rotate(720deg) scale(1);}
}

@-webkit-keyframes cssload-animball_two
{
    0%{-webkit-transform:rotate(0deg) scale(1);}
    50%{-webkit-transform:rotate(360deg) scale(1.3);}
    100%{-webkit-transform:rotate(720deg) scale(1);}
}

@-moz-keyframes cssload-animball_two
{
    0%{-moz-transform:rotate(0deg) scale(1);}
    50%{-moz-transform:rotate(360deg) scale(1.3);}
    100%{-moz-transform:rotate(720deg) scale(1);}
}



header .nav-item .nav-link{
    font-size: .7rem;
}


.clear{
    clear:both;
}

label{
    vertical-align: middle;
}

.google_recaptcha-recaptcha > div{
    margin: 0 auto;
}

.ui-widget-overlay{
    background: rgba(0, 0, 0, 0.6) !important;
}

.j_dialog .ui-widget-header {
     border: none;
    text-align: center;
    font-size: 16px;
     background: transparent;
     color: black;
    font-weight: bold;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.j_dialog .ui-widget-header .ui-dialog-title{
     width: 100%;
}
.j_dialog .ui-widget-header button{
     display: none;
}

.j_dialog.useClose .ui-widget-header button.ui-dialog-titlebar-close{
    display: block;
    background: url("../img/close.png") no-repeat center center;
    filter: grayscale(100%);
}

.j_dialog .ui-dialog-content{
    margin: 15px 0;
}

.j_dialog  .ui-dialog-buttonpane{
    border: none;
    text-align: center;
    padding: 5px;
}

.j_dialog  .ui-dialog-buttonpane .ui-dialog-buttonset{
    float: none;
}


.j_dialog .ui-widget-content .ui-state-default.ui-button{
    /*background: #ffc409;*/
    background: #ffdb69;
    color: black;
    border: none;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    transition: all 0.3s;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.j_dialog .ui-widget-content .ui-state-default.ui-button.ui-state-hover{
    background: #6b6b6b;
    color: white;
}

.j_dialog.ui-widget.ui-widget-content{
    border: 15px solid rgba(255,255,255,0.44);
}

.j_dialog{
    max-width: 600px;
    padding: 10px 30px;
    border: 15px solid rgba(255,255,255,0.44);
}


.RequiredMark{
    color: red;
    font-weight: bold;
    font-size: 20px;
    margin: 0 5px;
}

.example{
    font-size: 9px;
    font-weight: normal;
    color: #959595;
}

.NotValid{
    border: solid 1px #ff4400;
}

.UserProfile{
    position: relative;
    display: flex;
}

.TabNavigation{
    width: 30%;
    max-width: 260px;
}

.TabNavigation a.TabNavigationLink{
    display: block;
    margin: 15px 0;
    font-size: 16px;
}
.TabNavigation a.TabNavigationLink.selected{
    font-weight: bold;
}

.TabBlocks{
    margin-left: 20px;
    width: 100%;
}

.TabBlock{
    height: 100%;
}




.TabBlocks fieldset{
    margin-bottom: 50px;
}
.TabBlocks fieldset legend{
    display: inline-block;
    padding: 5px 0;
    border: none;
}

.textright {
    text-align: right;
}

.SubmitPaymentButton,
.s_ActionButton{
    display: inline-block;
    /*background-color: #ffc409;*/
    background-color: #ffdb69;
    color: black;
    border: none;
    font-size: 18px;
    font-weight: normal;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s;
}
.SubmitPaymentButton.little,
.s_ActionButton.little{
    font-size: 15px;
    padding: 5px 10px;
}
.SubmitPaymentButton:hover,
.s_ActionButton:hover{
    background-color: #6b6b6b;
    color: white;
}


.CancelButton{
    display: inline-block;
    background-color: #ababab;
    color: white;
    border: none;
    font-size: 18px;
    font-weight: normal;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s;
    margin-right: 30%;
}

.CancelButton:hover{
    background-color: #6b6b6b;
    color: white;
}

.printOrderSticker{
    margin: 10px 0;
    font-size: 15px;
    padding: 5px 10px;
    text-align: center;
    background-color: #a6a6a6;
    border-radius: 5px;
    border: solid 2px #c9c8c8;
}

.TabBlocks textarea{
    max-width: 500px;
    width: 90%;
    border: solid 1px #f0f0f0;
    padding: 10px;
}

#pass1-text{
    display: none;
}


.description{
    font-size: 11px;
}
/*#showPassword{*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    width: 34px;*/
/*    height: 34px;*/
/*    border: solid 1px #e6e6e6;*/
/*    border-radius: 5px;*/
/*    -webkit-border-radius: 5px;*/
/*    -moz-border-radius: 5px;*/
/*    background: #f6f6f6 url("/img/show.png") no-repeat center;*/
/*}*/

#pass-strength-result {
    display: inline-block;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ddd;
    color: #23282d;
    padding: 10px;
    text-align: center;
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 15px;
}

.indicator-hint{
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    max-width: 400px;
}

.form_row {
    margin: 10px 0;
    line-height: 20px;
}

#funds-form .form_row{
    margin: 25px 0;
    border: solid 1px #e1e1e1;
    padding: 10px;
    position: relative;
}
#funds-form  .form_row:hover{
    border: solid 1px #e1e1e1;
    background-color: #e1e1e1;
}
#funds-form  .form_row.highlight{
    border: solid 1px #ffc31a;
    background-color: #feffeb;
}

#funds-form .form_row .name{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
#funds-form .form_row .detail{
    font-size: 15px;
}

#funds-form .form_row .detail small span{
    margin-left: 15px;
    color: #0a84cc;
    font-style: italic;
}
#funds-form .form_row img{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#funds-form .form_row .more_details{
    font-size: 15px;
    margin: 15px 0;
    position: absolute;
    top: 0;
    right: 10px;
}

#pass-strength-result.short {
    background-color: #f1adad;
    border-color: #e35b5b;
    opacity: 1;
}

#pass-strength-result.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
    opacity: 1;
}

#pass-strength-result.good {
    background-color: #ffe399;
    border-color: #ffc733;
    opacity: 1;
}

#pass-strength-result.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
    opacity: 1;
}

/*#pass1,#pass1-text,#pass_two{*/
/*    width: 260px;*/
/*}*/
/*#TabBlock-Settings #pass1,*/
/*#TabBlock-Settings #pass1-text,*/
/*#TabBlock-Settings #pass_two{*/
/*    width: auto;*/
/*}*/

input[disabled]{
    color: black;
    background-color: #f9f9f9;
}


#profile-form{
    display: none;
}

span.name_value{
    min-width: 100px;
    display: inline-block; vertical-align: middle;
    text-align: right;
    margin-right: 25px;
}
span.value{
    display: inline-block; vertical-align: middle;
}

#popup_panel #popup_cancel{
    border: #e5e5e5 solid 1px;
    background-color: #e5e5e5;
    color: black;
}
#popup_panel #popup_cancel:hover{
    border: #cccccc solid 1px;
    background-color: #cccccc;
}

.UserNavBtns .mobileBtnUserNav{
    display: none;
}

.closeUserNav{
    display: none;
}

.ProfileItems{
    display: block;
    width: 100%;
}


.ProfileItems .Buttons{
    display: block;
    margin: 15px 0;
}

.ProfileItems .Buttons.right{
    text-align: right;
}

.ProfileItems .Buttons a{
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 5px 25px;
}

.ProfileItems .Head div{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    padding: 5px;
}

.ProfileItems .Check input{
    margin-left: 0;
}

.ProfileItems .Number{
    width: 25%;
}
.ProfileItems .Status{
    width: 25%;
}
.ProfileItems .Tracking{
    width: 25%;
}
.ProfileItems .Total{
    width: 15%;
    text-align: right;
}

.addressInfo{
    margin: 15px 0;
}

.addressInfo a{
    color: #0D47A1;
    border-bottom: solid 1px #0D47A1;
}

.MoreOrdersArea{
    text-align: center;
    margin: 30px 0;
}

.UserTransactions .Number{
    width: 15%;
}
.UserTransactions .Date{
    width: 20%;
}
.UserTransactions .Type{
    width: 10%;
}
.UserTransactions .Amount{
    width: 13%;
    text-align: right;
}
.UserTransactions .Balance{
    width: 13%;
    text-align: right;
}
.UserTransactions .Status{
    width: 15%;
}

.UserTransactions .FullInfo table,
.UserTransactions .FullInfo table td,
.UserTransactions .FullInfo table tr{
    border: none;
}



.ProfileItems .Action{
    width: 10%;
}
.ProfileItems .Action .ShowDetails{
    display: block;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border: solid 1px #e6e6e6;
    text-align: center;
    font-size: 18px;
}




.ProfileItems .Item{
    margin-bottom: 15px;
}
.ProfileItems .Head{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.ProfileItems .ShortInfo{
    display: flex;
    align-items: center;
}
.ProfileItems .ShortInfo > div{
    text-align: left;
    padding: 0 5px;
    line-height: 100%;

}

.ProfileItems  .FullInfo {
    display: none;
}

.ProfileItems .Item.Full .FullInfo {
    padding: 15px;
    display: block;
    height: auto;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    border-bottom: solid 1px #f0f0f0;

}


.ObjectList{
    display: block;
    margin: 15px 0;
}
.ObjectList .Item{
    width: 250px;
    padding: 10px;
    border: solid 1px #ededed;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: text-top;
    cursor: pointer;
}

.ObjectList .Item.Base{
    background-color: #ffffdc;
}

.ObjectList .Item.Selected{
    border: solid 1px #2f2f2f;
    background-color: #dadada;

}

.ObjectList .Item .Name{
    font-style: italic;
    font-weight: bold;
}
.ObjectList .Item .Name small{
    font-size: 10px;
    margin-left: 10px;
    font-weight: normal;
}

.ObjectList .Item div{
    word-break: break-all;
    margin: 5px 0;
}

table.inline_table{
    width: auto;
}

table.inline_table #passports_issued{
    width: 500px;
}


.FullInfo .OrderButtons{
    float: right;
}

.FullInfo .CostInfo{
    margin-bottom: 20px;
}
.FullInfo .CostInfo div{
    margin: 5px 0;
}
.FullInfo .CostInfo span{
    font-weight: bold;
}



.FullInfo .Sender .Title,
.FullInfo .AddressDelivery .Title,
.FullInfo .Recipient .Title{
    font-weight: normal;
    font-size: 17px;
    margin: 0;
    border: none;
}




.FullInfo .Sender div,
.FullInfo .Recipient div,
.FullInfo .AddressDelivery div{
    font-size: 13px;
}
.FullInfo .Sender div .bold,
.FullInfo .Recipient div .bold,
.FullInfo .AddressDelivery div .bold{
    font-weight: bold;
}
.FullInfo  .TrackInfo{
    margin-bottom: 20px;
}
.FullInfo  .TrackInfo .Title,
.FullInfo .track_number{
    display: inline-block;
     vertical-align: middle;
}
.FullInfo .track_number a{
    font-weight: bold;
    font-size: 22px;
    margin-left: 20px;
}
.FullInfo .editTracking i{
    font-size: 18px;
    margin-left: 5px;
    color: #3e9a57;
}

.FullInfo .track_number_item {
    margin: 10px 0;
}


table.orderTracking,
table.orderDetail {
    border-collapse: collapse;
    border: solid 1px #e3e3e3;
    font-size: 14px;
    height: 100%;
}

table.orderDetail h3{
    padding: 0;
}

table.orderDetail tr{
    border: none;
}

table.orderDetail th{
    border: none;
    text-transform: capitalize;
    font-weight: normal;
    color: black;
}
table.orderDetail th,
table.orderDetail td{
    border: none;
    padding: 5px 15px;
}
table.orderDetail.orderItems td:nth-child(2){
    width: 80px;
}

table.orderDetail .Date{
    width: 160px;
}

.NotLoggedInInfo{
    text-align: center;
    font-size: 18px;
    margin:0 15px 35px 15px;
}
.NotLoggedInInfo a{
    border-bottom: solid 1px black;
}
.kzcrm_authform,
.kzcrm_registerform,
.kzcrm_logonform{
    display: block;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
}

.kzcrm_registerform{
    max-width: 300px;
}
.kzcrm_authform label,
.kzcrm_logonform label{
    min-width: 100px;
    text-align: center;
    margin-right: 15px;
}

.kzcrm_registerform label{
    display: block;
    font-size: 13px;
    line-height: 13px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 250px;
}
.kzcrm_registerform input{
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto 15px;
}
.kzcrm_registerform input[type=submit]{
    margin: 35px auto 0;
}

.kz_button{
    display: inline-block;
    background: #1E73BE;
    border: none;
    color: white;
    padding: 5px 15px;
    margin: 0 15px;
}


.kz_button:hover{
    background: #207ed4;
    color: white;
}
.kz_button.facebook {
    line-height: 27px;
}
.kz_button.facebook span{
    display: inline-block;
    vertical-align: text-bottom;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
    color: #1e69b3 ;
    font-size: 20px;
    line-height: 27px;
    margin-right: 5px;
}

.kzcrm_logonform .other_actions{
    margin-top: 15px;
}

.kzcrm_logonform .other_actions a{
    display: inline-block;
    font-size: 16px;
    margin: 15px 0;
}

.deliveryInfo{
    max-width: 800px;
    margin: 0 auto;
    text-align: justify;
    text-indent: 50px;
}

.Info{
    line-height: 20px;
    margin: 20px 0;
}

.Info p{
    line-height: 16px;
    font-size: 15px;
    margin-bottom: 5px;
}

.WeightInfo{
    margin: 0 auto;
    max-width: 500px;
    color: #ef0000;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}


#funds-form{
    position: relative;
    max-width: 600px;
    margin: auto;
}


#funds-form label,
#funds-form select{
    font-size: 18px;
    font-weight: normal;
}

#funds-form legend{
    margin-bottom: 30px;
}

#funds-form input[type=radio]{
    -webkit-appearance: radio;
    -moz-appearance: radio;
}

#funds-form .Info{
    text-align: center;
}

#funds-form .s_ActionButton{
    text-transform: uppercase;
}

.UserProfile .currentBalance{
    font-size: 23px;
    font-weight: bold;
    /*position: absolute;*/
    right: 0;
    color: black;
    display: flex;
    flex-wrap: wrap;
}

.ui-menu-item {
    border: none !important;
    background: #ffffff !important;;
    font-weight: normal!important;;
    color: #363636 !important;
    padding: 5px 2px!important;
}

.ui-state-hover, .ui-state-focus {
    border: none !important;
    background: #ffdc99 !important;
    font-weight: normal!important;
    color: #363636!important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}



.PointDeliveryArea{
    position: relative;
    max-width: 500px;
}

.PointDeliveryArea #PointDeliveryList{
    width: 100%;
    /*width: calc(100% - 30px);*/
    padding-right: 25px!important;
}

.PointDeliveryArea .changePointDelivery{
    position: absolute;
    top: 6px;
    right: 4px;
    width: 24px;
    height: 24px;
    background: url("/img/close.png") no-repeat center center;
    cursor: pointer;
    display: none;
    background-color: white;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border: solid 1px #e0e0e0;
}

.PointDeliveryArea:hover .changePointDelivery.Active{
    display: block;
}







.Order{
    display: block;
    margin: 30px 0;
}

.Order .NotVisible{
    display: none;
}

.Order a{
    cursor: pointer;
}

.Order .OrderStep{
    display: none;
    position: relative;
}

.Order .OrderStep fieldset{
    margin-bottom: 30px;
    padding: 15px;
    width: auto;
    position: relative;
}

.Order .OrderStep.Active{
    display: block;
    /*overflow-x:hidden;*/
}

.Order .OrderStep fieldset #sender_second_name{
    margin-right: 30px;
}


.Order .StepButtons{
    display: block;
    text-align: left;
    margin: 15px 0;
}

.Order .OrderItemsArea{
    margin: 30px auto;
}
.Order .OrderItems{
    border-collapse: collapse;
    width: 100%;

}
.Order .OrderItems .Tools{width: 5%;text-align: center;vertical-align: middle;}
.Order .OrderItems .Description{width: 75%;}
.Order .OrderItems .Price{width: 10%;}
.Order .OrderItems .Quantity{width: 10%;}

.Order .OrderItems.Shopping .Tools{width: 5%;text-align: center;vertical-align: middle;}
.Order .OrderItems.Shopping .Url{width: 20%; word-break: break-all}
.Order .OrderItems.Shopping .Description{width: 15%;}
.Order .OrderItems.Shopping .Description_RU{width: 15%;}
.Order .OrderItems.Shopping .Brand{width: 8%;}
.Order .OrderItems.Shopping .Size{width: 7%;}
.Order .OrderItems.Shopping .Style{width: 8%;}
.Order .OrderItems.Shopping .Color{width: 8%;}
.Order .OrderItems.Shopping .Price{width: 8%;}
.Order .OrderItems.Shopping .Quantity{width: 7%;}

.PackItems table{
    background-color: #f9f9f9;
}
.PackItems tr td a.url{
    /*max-width: 150px;*/
    display: block;
    overflow: hidden;
    border-bottom: solid 1px #ababab;
    word-break: break-all;
    white-space: normal;
    text-overflow: ellipsis;
    font-size: 12px;
    max-height: 37px ;

}


.Order .OrderItems thead th{
    background-color: #636363;
    color: white;
    padding: 10px;
    border: solid 1px white;
}
.Order .OrderItems td{
    padding: 5px;
}
.Order .OrderItems tbody td.Price,
.Order .OrderItems tbody td.Quantity,
.Order .OrderItems tbody td.Price input[type=text],
.Order .OrderItems tbody td.Quantity input[type=text]{
    text-align: right;
}

.Order .OrderItems tfoot td.Price{
    padding: 5px 10px;
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    word-break: keep-all;

}

.Order .OrderItems .Tools a{
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.Order .OrderItems .Tools a.Add{ background: url("/img/add.png") no-repeat; }
.Order .OrderItems .Tools a.Remove{ background: url("/img/remove.png") no-repeat; }


.Order #OrderItemsPreview tr td{
    padding: 15px 5px;
    border-bottom: solid 1px #f9f9f9;
}
.Order #OrderItemsPreview{
    margin-bottom: 30px;
}


.Order .NotEmpty.NotValid{
    border: solid 1px #f34d32;
}

.Order #type_delivery{
    text-align: center;
}

.Order #type_delivery .type_delivery_select{
    display: inline-block;
    padding: 20px;
    margin: 20px 40px;
    font-size: 25px;
    border: solid 3px #f5f5f5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.Order #type_delivery .type_delivery_select:hover{
    border: solid 3px #c4d7fb;
}

.Order #type_delivery .type_delivery_select.Active{
    border: solid 3px #7982fb;
    color: #7982fb ;
}

.Order #PointDeliveryArea{
    position: relative;
}

.ui-autocomplete li{
    border-bottom: solid 1px #d5d5d5;
    padding: 5px 0;
}


.Order .LinkNewItem{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    padding: 10px 15px;
    line-height: 18px;
    font-size: 16px;
    border: solid 1px #dbdbdb;
    background-color: #ececec;
    color: black;
    transition: all 0.2s;
}
.Order .LinkNewItem:hover{
    border: solid 1px #afd7f5;
    background-color: #afd7f5;
}

.Order .CommentArea{
    margin: 25px 0;
    text-align: center;
}

@media (max-width: 768px){
    .Order #checkAgreements{
        margin: 0;
    }
}

.Order .Agreements textarea{
    display: block;
    margin: 0 auto;
    max-width: 700px;
    height: 250px;
    width: 90%;
    padding: 10px;
    border: solid 1px #e7e7e7;
}


.Order .CommentArea{
    margin: 10px 0;
    text-align: center;
}

.Order .CommentArea textarea{
    display: block;
    margin: 0 auto;
    max-width: 700px;
    height: 100px;
    width: 80%;
    padding: 10px;
    border: solid 1px #e7e7e7;
}

.Order #pickUpAreaInfo .CommentArea{
    text-align: left;
}
.Order #pickUpAreaInfo .CommentArea textarea{
    display: block;
    margin: 0 auto;
    max-width: 700px;
    height: 70px;
    width: 100%;
    padding: 10px;
    border: solid 1px #e7e7e7;
}


.Order #OrderButton.Disabled{
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}


.Order input[disabled]{
    color: black;
    background-color: #f9f9f9;
}

.Order .consolidateInfo{
    text-align: center;
    margin: 10px 0;
}

.Order .pickUpArea{
    text-align: center;
    margin: 15px 0;
}

.Order #pickUpAreaInfo{
    display: block;
    margin: 15px auto;
    max-width: 400px;
}
.Order #pickUpAreaInfo input,
.Order #pickUpAreaInfo select,
.Order #pickUpAreaInfo label{
    display: block;
}

.Order .parcelWeightArea,
.Order .parcel_box{
    margin: 15px 0;
    text-align: center;
}

.Order .TotalPayArea{
    text-align: center;
}
.Order #discountCost{
    font-size: 18px;
    font-weight: bold;
}

.Order #TotalPay{
    font-size: 22px;
    font-weight: bold;
}

.tracking_numbers .btn{
    margin: 5px;
    padding: 5px;
    width: 32px;
    height: 32px;
    line-height: 25px;
    border-radius: 50%;
}
.tracking_numbers .btn i{
    color: white;
}

.tracking_numbers .btn.btn-remove{
    background-color: red;

}
.tracking_numbers .btn.btn-add{
    background-color: #85BF65;
}
.tracking_numbers .tracking_item{
    margin-bottom: 10px;
}


#recipient{
    position: relative;
}
div.row div.column input[type=text]{
    max-width: 90%;
}


.Recipient .Title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: solid 1px #afafaf;
}

.Recipient .AddressRecipient,
.Recipient .PassportRecipient{
    width: 300px;
    text-align: left;
    margin: 0 20px;
}


.TotalOrderComplete{
    font-size: 16px;
    font-weight: bold;
    color: #5c5c5c;
    margin: 15px;
}





#breadcrumbs{
    overflow: hidden;
    width: 100%;
    margin: 0 0 25px 0;
    list-style: none;
}

#breadcrumbs li{
    float: left;
    padding: 0 2em 0 0;
    margin: 5px 0;
    overflow: hidden;
}

#breadcrumbs a{
    padding: .7em 1em .7em 2em;
    float: left;
    text-decoration: none;
    color: #444;
    background: #ddd;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    border-radius: .4em 0 0 .4em;
    transition: none;
}


#breadcrumbs a:hover{
    background: #abe0ef;
}

#breadcrumbs a::after{
    background: #ddd;
    content: "";
    height: 2.5em;
    margin-top: -1.25em;
    position: absolute;
    right: -1em;
    top: 50%;
    width: 2.5em;
    z-index: -1;
    transform: rotate(45deg);
    border-radius: .4em;
}

#breadcrumbs a:hover::after{
    background: #abe0ef;
}

#breadcrumbs a.current,
#breadcrumbs a.current::after{
    background: #64bfde;
    color: white;
    font-weight: bold;
}

.head-block {
    position: relative;
}

.head-block__action{
    position: absolute;
    top: 0;
    right: 0;
}



.TabsHead{
    display: block;
    border: solid 1px  #d8d8d8;
    padding: 10px;
    border-bottom: none;
}
.TabsHead a{
    display: inline-block;
    vertical-align: bottom;
    padding: 5px 15px;
    border-bottom: transparent 2px solid;
    font-size: 16px;
    background-color: #f4f4f4;
}

.TabsHead a.selected{
    border-bottom: #25b3e3 2px solid;
    background-color: #ffffff;
    font-size: 18px;
}

.affiliateTab{

    border: solid 1px #d8d8d8;
    padding: 15px;
    border-top: none;
}

.MFAddress{
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    margin: 10px auto;
    max-width: 500px;
    width: 95%;
    padding: 10px;
    border: solid 1px #dcdcdc;
    background-color: #fff8de;
}

.MFAddress table,
.MFAddress table tr td{
    border: none;
}
.MFAddress table tr td:first-child{
    color: #838383;
    width: 35%;
}

.MFAddress span.red{
    font-size: 15px;
}



.red{
    color:red;
}

.OrderFilters{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 15px 0;
    flex-wrap: wrap;
}
.OrderFilters__item{
    flex-wrap: nowrap;
    font-size: 13px;
}

.OrderFilters__item input[type=radio] + label{
    margin-right: 10px;
}


.OrderFilters input[type=radio]{
    position: relative;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    border: solid 1px #6b6b6b;
    padding: 0;
    width: 18px;
    height: 18px;

}

.OrderFilters input[type=radio]:checked{
    border: solid 1px #5383e7;
    /*background: url("/img/check.png") no-repeat center;*/
}
.OrderFilters input[type=radio]:checked:after{
    border-radius: 50%;
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #5383e7;
    position: absolute;
    top: 3px;
    left: 3px;
}


@media (max-width: 768px) {

    .home .main-topblock-buttons{
        justify-content: center!important;
    }

    .main-calculator-area{
        margin-top: 45px;
    }
    .ObjectList .Item{
        width: 45%;
        font-size: 12px;
    }


    #breadcrumbs{
        padding: 0;
        overflow: hidden;
        width: 100%;
        margin: 0 0 15px 0;
        list-style: none;
    }

    #breadcrumbs li{
        float: left;
        padding: 0 1em 0 0;
        margin: 5px 0;
        overflow: hidden;
    }

    #breadcrumbs a{
        font-size: 11px;
        padding: .3em .5em .3em 1em;
        float: left;
        text-decoration: none;
        color: #444;
        background: #ddd;
        position: relative;
        z-index: 1;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
        border-radius: .2em 0 0 .2em;
        transition: none;
    }


    #breadcrumbs a:hover{
        background: #abe0ef;
    }

    #breadcrumbs a::after{
        background: #ddd;
        content: "";
        height: 2.5em;
        margin-top: -1.25em;
        position: absolute;
        right: -1em;
        top: 50%;
        width: 2.5em;
        z-index: -1;
        transform: rotate(45deg);
        border-radius: .4em;
    }

    #breadcrumbs a:hover::after{
        background: #abe0ef;
    }

    #breadcrumbs a.current,
    #breadcrumbs a.current::after{
        background: #64bfde;
        color: white;
        font-weight: normal;
    }


    .UserProfile {
        flex-direction: column;
    }

    .TabBlocks{
        width: 100%;
        margin: 0;
    }


    .UserProfile .currentBalance{
        font-size: 15px;
        top: -10px;
    }

    .TabNavigation{
        width: 100%;
        max-width: none;
    }
    .UserNavBtns{
        width: 100%;
        display: flex;
        align-content: center;
        align-items: center;
        margin: 15px 0;
        padding-top: 10px;
    }

    .UserNavBtns .mobileBtnUserNav  {
        font-size: 20px;
        color: black;
        display: inline-flex;
    }


    .UserNav_wrapper{
        transition: all 0.3s;
        z-index: 1100;
        position: fixed;
        width: 80%;
        height: 100%;
        top:0;
        left: 0;
        transform: translateX(-100%);
    }

    .UserNav_wrapper.show{
        transform: translateX(0%);
    }

    .UserNav_wrapper::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #1e2228;
    }

    .UserNav{
        height: 100%;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 100;
        overflow: auto;
    }
    .UserNav a{
        color: white;
        padding: 0 15px;
    }

    .closeUserNav{
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 25px;
        z-index: 110;
        border-radius: 50%;
        background-color: rgb(56, 56, 56);
        color: white;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }




    a.EditLink{
        display: block;
        max-width: 200px;
        text-align: center;
        margin: 15px auto;
    }
    table.inline_table #passports_issued{
        max-width: 200px;
    }

    table.orderItems th{
        word-break: break-all;
        font-size: 12px;
    }
    table.orderItems td{
        word-break: break-all;
        font-size: 12px;
    }
    table.orderItems td:nth-child(2){
        width: 40px;
    }


    table.orderDetail {
        font-size: 9px;
    }
    table.orderDetail thead {
        font-size: 10px;
    }

    table.orderDetail h3{
        font-size: 14px;
    }

    table.orderDetail .Date{
        width: 50px;
        word-break: break-all;
    }

    table.OrderTransaction{
        font-size: 9px;
    }
    table.OrderTransaction .Date{
        font-size: 9px;
        width: 25%;
    }
    table.OrderTransaction .Total{
        font-size: 10px;
        width: 25%;
    }
    table.OrderTransaction .TransactionNo{
        display: none;
    }

    table.OrderHistory,
    table.OrderComments{
        font-size: 9px;
    }
    table.OrderHistory .Date,
    table.OrderComments .Date{
        width: 20%;
    }

    .ProfileItems .Item.Full .FullInfo{
        padding: 10px 5px;
    }

    .FullInfo .OrderButtons{
        float: none;
        text-align: right;
    }

    .FullInfo .CostInfo{
        font-size: 12px;
    }

    .FullInfo .Sender .Title,
    .FullInfo .AddressDelivery .Title,
    .FullInfo .Recipient .Title{
        font-size: 12px;
    }

    .FullInfo .Sender div,
    .FullInfo .Recipient div,
    .FullInfo .AddressDelivery div{
        font-size: 10px;
    }
    .FullInfo .Sender div .bold,
    .FullInfo .Recipient div .bold,
    .FullInfo .AddressDelivery div .bold{
        font-weight: bold;
    }


    .ProfileItems .ShortInfo > div{
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        padding: 5px;
        font-size: 12px;
        word-break: break-all;
    }

    .ProfileItems .ShortInfo div.Date{
        min-width: 70px;
        font-size: 11px;
    }
    .ProfileItems .ShortInfo div.Type{
        display: none;
        min-width: 50px;
        font-size: 10px;
    }
    .ProfileItems .ShortInfo div.Number{
        width: 30%;
        font-size: 11px;
    }
    .ProfileItems .ShortInfo div.Number small{
        font-size: 9px ;
    }

    .ProfileItems .ShortInfo div.Status{
        min-width: 50px;
        /*font-size: 10px;*/
        text-overflow: ellipsis;
        word-break: keep-all;
        white-space: nowrap;
    }
    .ProfileItems .ShortInfo div.Total{
        width: 50px;
        text-align: right;
        font-size: 13px;
        font-weight: bold;
    }

    .ProfileItems .ShortInfo div.Action{
        width: 30px;
    }

    .UserOrders .Head div{
        font-size: 13px;
        /*width: 45%;*/
    }

    /*.UserOrders .Head div.Status,*/
    /*.UserOrders .Head div.Total,*/
    .UserOrders .Head div.Tracking,
    .UserOrders .Head div.Action{
        display: none;
    }

    .UserOrders .Head div.Number{
        width: 30%;
    }

    /*.UserOrders .ShortInfo div.Status,*/
    .UserOrders .ShortInfo div.Tracking{
        display: none;
    }

    .UserOrders .ShortInfo div.Total{
        width: 30%;
        text-align: left;
        font-size: 11px;
    }

    .UserOrders .ShortInfo div.Action{
        width: 25px;
        height: 25px;
        position: absolute;
        top: 0;
        right: 5px;
    }

    .UserOrders .Item{
        padding-bottom: 10px;
        position: relative;
        border-bottom: solid 1px #cfcfcf;
        margin-bottom: 15px;
    }


    .UserTransactions .Head div.Number,
    .UserTransactions .ShortInfo div.Number{
        width: 15%;
        font-size: 8px;
    }
    .UserTransactions .ShortInfo div.Date,
    .UserTransactions .Date,
    .UserTransactions .Date small{
        width: 30%;
        font-size: 9px;
    }
    .UserTransactions .Head .Amount,
    .UserTransactions .ShortInfo div.Amount{
        width: 15%;
        text-align: right;
        font-size: 9px;
    }
    .UserTransactions .Head div.Type,
    .UserTransactions .Type,
    .UserTransactions .ShortInfo div.Type{
        display: none;
        width: 40px;
        text-align: right;
        font-size: 10px;
    }
    .UserTransactions .Head .Balance,
    .UserTransactions .ShortInfo div.Balance{
        width: 20%;
        font-size: 9px;
        text-align: right;
    }
    .UserTransactions .Head .Status,
    .UserTransactions .ShortInfo div.Status{
        width: 15%;
        font-size: 8px;
        word-break: break-all;
    }

    .UserTransactions .FullInfo table td{
        font-size: 10px;
    }

    .UserTransactions .Action{
        width: 30px;
    }




    .FullInfo .Sender,
    .FullInfo .Recipient,
    .FullInfo .AddressDelivery{
        text-align: left;
        display: inline-block;
        min-width: 150px;
        max-width: 200px;
        width: auto;
        margin: 0 auto 20px auto;
        vertical-align: text-top;
    }

    #funds-form .currentBalance{
        font-size: 18px;
        font-weight: bold;
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 15px;
    }

    #funds-form select{
        max-width: 90%;
    }

    .PointDeliveryArea.IsSet .changePointDelivery.Active{
        display: block;
    }

    .form_row img{
        position: relative;
        right: auto;
        bottom: auto;
    }


    .Order #OrderItemsPreview.Shopping .Tools{width: 5%;text-align: center;vertical-align: middle;}
    .Order #OrderItemsPreview.Shopping .Url{display: none}
    .Order #OrderItemsPreview.Shopping .Description{width: 20%;}
    .Order #OrderItemsPreview.Shopping .Description_RU{display: none}
    .Order #OrderItemsPreview.Shopping .Brand{display: none}
    .Order #OrderItemsPreview.Shopping .Size{display: none}
    .Order #OrderItemsPreview.Shopping .Style{display: none}
    .Order #OrderItemsPreview.Shopping .Color{display: none}
    .Order #OrderItemsPreview.Shopping .Price{width: 10%;}
    .Order #OrderItemsPreview.Shopping .Quantity{width: 10%;}

    .OrderItems th{
        font-size: 12px;
    }
    .OrderItems tfoot td{
        font-size: 12px;
    }


    #funds-form .form-check{
        margin-left: 15px;
    }

    .OrderFilters .form-floating>label{
        font-size: .65rem;
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
    }

    #orderFilterSearch{
        max-width: 110px;
    }

    .head_form_user{
        max-width: 300px;
    }


}
