@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i&subset=cyrillic,hebrew,latin-ext');

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
a{color:#069}a:focus{outline:0}
a:hover,a:active{outline:0}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
sup{top:-0.5em}sub{bottom:-0.25em}
img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
body {
    color: #3C4858;
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    direction: ltr;
    height: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-overflow-scrolling: touch;
}
body.hidden, html.hidden{
    overflow: hidden;
    height: 100%;
    width: 100%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: 0;
}
button, select {
    text-transform: none;
}
.mobile-close{
    display: none;
}
.modal.active{
    display: flex;
}
.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}
.spinner {
    -webkit-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@keyframes spin{0%,from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%,to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}
body.overflow{
    overflow: hidden;
    position:fixed;
    height: 100%;
    width: 100%;
}
select {
    background-image: url(../images/select-arrow.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: none;
    outline: 0;
    cursor: pointer;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
    -webkit-appearance: none;
    background-color: #fff;
}
select::-ms-expand {
	display: none;
}
select::-webkit-scrollbar { width: 3px; height: 3px;}
select::-webkit-scrollbar-button {  background-color: #666; }
select::-webkit-scrollbar-track {  background-color: #999;}
select::-webkit-scrollbar-track-piece { background-color: #ffffff;}
select::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
select::-webkit-scrollbar-corner { background-color: #999;}
select::-webkit-resizer { background-color: #666;}
input[type=radio], input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 0;
    height: 16px;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px!important;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    border-radius: 2px;
}
input[type=checkbox]:checked:before, input[type=radio]:checked:before {
    content: "\2714";
    color: #1e8cbe;
    display: inline-block;
    font-family: LineAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-mobile, .back-mobile{
    display: none;
}
.gray{
    background: #f4f5fa;
}
.rotate{
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
.home header{
    background: transparent;
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
}
.header-logo img{
    height: 60px;
    width: auto;
}
.title-pages{
    display: flex;
    padding: 70px 0;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.title-pages.search-t{
    padding: 25px 0;
    flex-direction: column-reverse;
    align-items: end
}
.title-pages.item-t {
    padding: 30px 0 25px;
    flex-direction: column;
    align-items: end;
}
.title-pages.search-t h1{
    margin-bottom: 10px;
}
.title-pages h1{
    font-family: 'Rubik', sans-serif;
    font-size: 26px;
    font-weight: 500;
}
.title-pages h1 .la{
    margin-right: 10px;
}
.breadcrumbs{
    display: flex;
}
.breadcrumbs li{
    position: relative;
}
.breadcrumbs a{
    font-size: 13px;
    color: #808080;
    text-decoration: none;
}
.breadcrumbs a:hover{
    color: #333;
    text-decoration: underline;
}
.breadcrumbs > li+li a{
    padding-left: 30px;
}
.breadcrumbs > li+li::before{
    position: absolute;
    left: 9px;
    top: 11px;
    width: 11px;
    height: 1px;
    background: #888888;
    content: "";
}
.fls{
    position: relative;
    z-index: 6;
}
#flashmessage{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0) scale(1);
    border-radius: 4px;
    opacity: 1;
}
#flashmessage.scale{
    transform: translate(-50%, 0) scale(0);
    transition: all .3s ease-in;
    opacity: 0;
}
#flashmessage .close{
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    padding: 5px;
    color: #333;
    opacity: .8;
}
#flashmessage .close:hover{
    opacity: 1;
}
#flashmessage.success{
    background: #8BC34A;
    color: #fff;
}
#flashmessage.home-flash{
    position: initial;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    transform: translate(0, 0) scale(1);
}
#flashmessage.warning{
    background: #F44336;
    color: #fff;
}
#flashmessage.alert{
    background: #CDDC39;
    color: #333;
}
#flashmessage.info{
    background: #8BC34A;
    color: #fff;
}
header{
    background: #141d2b;
    display: flex;
    padding: 20px 0 9px;
}
.wrapper{
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header-navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-nav ul{
    display: flex;
    align-items: center;
}
.header-nav .user-btns{
    font-size: 14px;
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    margin: 0 10px;
    border-bottom: 1px solid transparent;
    position: relative;
}
.header-nav .menu-user-list{
    display: flex;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
}
.header-nav .menu-user-list .user-name{
    margin: 0 13px 0 21px;
    cursor: default;
}
.header-nav .menu-user-list .user-avatar{
    height: 54px;
    width: 54px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    background-color: #fff;
}
.header-nav .menu-user-list .user-avatar img{
    width: 100%;
    height: auto;
    background-color: #fff;
}
.header-nav .menu-user-list .la{
    font-size: 20px;
}
.header-nav .user-btns .la-angle-down{
    font-size: 11px;
}
.header-nav .user-btns.publish{
    margin: 0 20px;
    background: #417de4;
    border: 2px solid #417de4;
    border-radius: 26px;
    transition: all .3s ease-in;
    padding: 10px 15px;
}
.header-nav .user-btns.publish:hover{
    background: transparent;
}
.header-nav ul>li{
    padding-bottom: 15px;
}
.header-nav ul>li:not(.menu) .user-btns:not(.publish):before{
    content: "";
    opacity: 0;
    visibility: hidden;
    height: 1px;
    bottom: 0;
    width: 0;
    position: absolute;
    transition: all .5s ease-in;
    background: #ffffff;
}
.header-nav ul>li:hover .user-btns:not(.publish):before{
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.header-nav .menu{
    cursor: pointer;
    color: #ffffff;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}
.header-nav .menu .menu-toogle{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    width: 200px;
    padding: 15px 0;
    background: #ffffff;
    border-radius: 5px;
    z-index: 1;
    display: flex;
    flex-direction: column;

}
.header-nav .menu .menu-toogle.user{
    padding: 15px 0 0;
}
.header-nav .menu .menu-toogle::before{
    content: "";
    position: absolute;
    left: 40px;
    top: -4px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 3px;
}
.header-nav .menu:hover .menu-toogle{
    opacity: 1;
    visibility: visible;
}
.header-nav .menu .menu-toogle .user-btns-log{
    padding: 10px 15px;
    transition: all .3s ease-in;
    text-decoration: none;
    color: #333;
    z-index: 2;
    position: relative;
}
.header-nav .menu .menu-toogle a:hover{
     padding-left: 18px;
     padding-top: 10px;
     padding-bottom: 10px;
     color: #fb236a;
}
/*
.header-nav .menu .menu-toogle .user-btns-log .count{
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 8px;
    font-size: 10px;
    margin-left: 4px;
}
.header-nav .menu .menu-toogle .user-btns-log .count.green{
    background: #8BC34A;
}
.header-nav .menu .menu-toogle .user-btns-log .count.yllw{
    background: #FFC107;
}
.header-nav .menu .menu-toogle .user-btns-log .count.grey{
    background: #9a9a9a;
}
.header-nav .menu .menu-toogle .user-btns-log.log-out{
    border-top: 1px solid #eee;
    margin-top: 10px;
}
*/
.header-nav .menu-dashboard{
    text-decoration: none;
    color: #fff;
    padding: 5px 3px;
}
section.slider{
    position: relative;
    overflow: hidden;
    height: 700px;
}
section.slider::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/lines.png);
    z-index: 3;
    opacity: 0.1;
}
section.slider::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background: #16192c;
    opacity: 0.8;
}
section.slider img{
  width: 100%;
  opacity: 0.8;
}
section.slider .bx-wrapper .bx-viewport{
    box-shadow: none;
    border: none;
    left: inherit;
}
section.pages .user-dev{
    display: flex;
    justify-content: center;
}
section.pages .user-dev-wind{
    width: 430px;
    margin: 58px 0 60px;
}
.user-box{
    position: relative;
    margin-bottom: 19px;
    border: 2px solid #e8ecec;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}
.user-box input:not([type="checkbox"]){
    font-family: Open Sans;
    font-size: 13px;
    color: #474747;
    padding: 16px 45px 16px 15px;
    width: 100%;
    outline: 0;
    border: 1px solid transparent;
}
.user-box.active{
    border-color: #dedede;
}
.user-box input::-webkit-input-placeholder, .user-box textarea::-webkit-input-placeholder {
    color: #a5a5a5;
}
.user-box input:-moz-placeholder, .user-box textarea:-moz-placeholder {
    color: #a5a5a5;
}
.user-box input::-moz-placeholder, .user-box textarea::-moz-placeholder, {
    color: #a5a5a5;
}
.user-box input:-ms-input-placeholder, .user-box textarea:-ms-input-placeholder {
    color: #a5a5a5;
}
.user-box select{
    padding: 16px 45px 16px 15px;
    width: 100%;
    min-height: 52px;
}
.user-box textarea{
    width: 100%;
    border: none;
    outline: 0;
    resize: vertical;
    padding: 15px;
    font-family: inherit;
    color: inherit;
    line-height: 1.9;
}
.user-row .user-label{
    padding: 5px 15px;
    display: block;
    width: 100%;
}
.user-box .la{
    position: absolute;
    right: 18px;
    top: 18px;
    font-size: 21px;
    color: #417de4;
}
.user-box .la.reply{
    right: 52px;
    cursor: pointer;
    display: none;
}
.user-box.inside{
    border: none;
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.user-box.inside a{
    color: #417de4;
}
.user-dev button{
    background-color: #141f72;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 100%;
    height: 60px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-top: 20px;
    border-radius: 8px;
    border: none;
    color: #fff;
}
.user-dev button:not(.dis):hover, .user-dev button:not(.dis):active, .btn-post button:hover, .btn-post button:active{
    background: #fb236a;
}
.user-dev-wind .spinner, .btn-post .spinner{
    opacity: 0;
    visibility: hidden;
}
.user-dev-wind .spinner.show, .btn-post .spinner.show{
    opacity: 1;
    visibility: visible;
}
.user-box.reg{
    justify-content: space-around;
}
.user-box-type{
    font-size: 13px;
    color: #202020;
    border: 2px solid #202020;
    border-radius: 5px;
    padding: 9px 29px;
    cursor: pointer;
    width: 43%;
    text-align: center;
}
.user-box-type.active{
    border-color: #fb236a;
}
#error_list, #comment_error_list {
    padding-bottom: 14px;
}
#error_list li, #comment_error_list li{
    color: #fff;
    background: #FF5722;
    margin: 4px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    padding: 3px 0;
    border-radius: 3px;
}

.user-log header{
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.title-centr .title-pages{
    justify-content: center;
    padding: 48px 0;
    /*padding-top: 240px;
    color: #fff;*/
}
.user-profile-back .gray{
    background: url(../images/mslider1.jpg) repeat scroll 50% bottom transparent;
    background-size: cover;
    position: relative;
    height: 340px;
}
.user-profile-back .title-pages{
    padding-top: 19em;
    color: #fff;
}
.user-profile-back .gray::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(139,145,221);
    background: -moz-linear-gradient(45deg, rgba(139,145,221,1) 0%, rgba(16,25,93,1) 71%, rgba(16,25,93,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(139,145,221,1)), color-stop(71%,rgba(16,25,93,1)), color-stop(100%,rgba(16,25,93,1)));
    background: -webkit-linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%);
    background: -o-linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%);
    background: linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b91dd', endColorstr='#10195d',GradientType=1 );
    opacity: 0.8;
}
.user-profile-back .gray::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/lines.png);
    z-index: 0;
    opacity: 0.14;
}
.login-wind{
    display: flex;
}
.login-page-left{
    width: 23%;
    border-right: 1px solid #eee;
    position: relative;
}
.login-page-left h3{
    text-align: center;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.login-page-left .progress{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 61%;
    margin: 0 auto 60px;
}
.login-page-left .progress canvas{
    background: #f4f5fa;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 1px 1px 20px #dad9d9;
}
.login-page-left .progress.pic:after{
    position: absolute;
    transform: translate(-50%, -53%);
    top: 50%;
    left: 50%;
}
.login-page-left .progress.frown:after{
    content: "\f207";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 33px;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.login-page-left .progress.meh:after{
    content: "\f28a";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 33px;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.login-page-left .progress.smile:after{
    content: "\f305";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 33px;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.login-page-left .progress .count{
    position: absolute;
    right: 12px;
    top: 53px;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: bold;
}
.login-page-left .progress .count.white{
    color: #fff;
    text-shadow: 1px 1px 3px #585858;
}
.login-page-left-nav{
    padding: 40px 0 ;
}
.login-page-left-nav li{
    display: flex;
    align-items: center;
    padding: 0 40px;
}
.login-page-left-nav li.opt_logout{
    margin-top: 9px;
}
.login-page-left-nav li > i{
    font-size: 28px;
    line-height: 41px;
    color: #babebe;
    margin-right: 5px;
    width: 35px;
    transition: all .1s ease-in;
}
.login-page-left-nav li > a{
    font-size: 13px;
    color: #888888;
    text-decoration: none;
    line-height: 41px;
    transition: all .1s ease-in;
    width: 100%;
    white-space: nowrap;
}
.login-page-left-nav li:hover i, .login-page-left-nav li:hover a, .login-page-left-nav li:active i, .login-page-left-nav li:active a, .login-page-left-nav li.active a, .login-page-left-nav li.active i{
    color: #8b91dd;
}
.login-page-right{
    width: 77%;
}
.login-page-right-title{
    padding: 20px 0;
    margin-top: 28px;
    padding-left: 40px;
    border-bottom: 1px solid #eee;
}
.login-page-right-all{
    padding-left: 40px;
}
.list-header {
    display: flex;
    margin-top: 37px;
    margin-bottom: 15px;
}
.empty{
    background: #fbf5e2;
    padding: 10px;
}
.manage-item{
    padding: 10px 20px;
    border-bottom: 2px solid transparent;
}
.manage-item.active{
    border-bottom: 2px solid #417de4;
}
.list-header .manage-pu{
    font-size: 13px;
    color: #888888;
    text-decoration: none;
    transition: all .1s ease-in;
}
.list-header .manage-pu:active, .list-header .manage-pu:hover{
    color: #8b91dd;
}
.list-header .manage-pu .count{
    margin-left: 10px;
    color: #000;
}
.login-page-right-box{
    display: flex;
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.right-box-butn .btn{
    font-size: 15px;
    color: #8b91dd;
    border: 2px solid #8b91dd;
    border-radius: 20px;
    padding: 10px 40px;
    position: relative;
    background: #fff;
    margin-top: 10px;
}
.right-box-butn .btn:hover, .right-box-butn .btn:active{
    background: #8b91dd;
    color: #fff;
}
.right-box-butn form{
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-left: 15px;
    height: 100%;
    justify-content: center;
}
.right-box-butn .box-title{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 52%;
}
.right-box-photo{
    width: 140px;
    height: 140px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 1px 1px 20px 6px #dcdcdc;
}
.right-box-photo.cover{
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    max-width: 600px;
}
.right-box-photo.cover img{
    object-fit: cover;
    height: 100%;
}
.right-box-butn .maxsise{
    padding: 5px;
    color: #a0a0a0;
    font-size: 12px;
}
.login-page-right-collum{
    display: flex;
    justify-content: space-between;
}
.login-page-right-infor{
    width: 49%;
}
.login-page-right-all .row-btn{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    position: relative;
}
.login-page-right-all .row-btn .btn{
    background: #ffffff;
    border: 2px solid #fb236a;
    color: #202020;
    font-family: Open Sans;
    font-size: 15px;
    padding: 11px 40px;
    border-radius: 8px;
    margin-top: 10px;
    transition: all 0.3s ease-out;
}
.login-page-right-all .row-btn .btn:hover{
    background: #fb236a;
    color: #ffffff;
}
.login-page-right-all .row-btn .btn.delete{
    border: none;
    text-decoration: none;
}
.user-sure{
    display: none;
    padding: 3px 8px;
    align-items: center;
    justify-content: center;
}
.user-sure.show{
    display: flex;
}
.user-sure a{
    color: #fff;
    text-decoration: none;
    background: #000;
    margin-right: 5px;
    border-radius: 2px;
    padding: 5px;
}
.search-main{
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.search-main-text{
    font-family: Rubik;
    color: #fff;
    text-align: center;
    margin-bottom: 90px;
}
.search-main-text h1{
    line-height: 60px;
    font-weight: 400;
    font-size: 60px;
    padding-top: 15px;
    text-shadow: 1px 1px 7px #424242;
}
.search-main-text h2{
    text-align: inherit;
    line-height: 22px;
    letter-spacing: 0px;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 18px;
}
.search-main-wrap{
    min-width: 49%;
    max-width: 55%;
    position: relative;
}
.search-main-header, .search-main-middle{
    display: flex;
    justify-content: space-between;
}
.search-main-header{
    padding: 0 26px;
    position: relative;
    overflow: hidden;
}
.search-main-middle {
    padding: 8px 26px;
    background: #ffffff1c;
    border-radius: 50px;
    position: relative;
}
.search-main-section{
    background: #fff;
    width: 32.3%;
    max-width: 32.3%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    display: flex;
}
.search-main-section .la-search{
    padding: 0 10px;
    color: #333;
    z-index: 1;
    font-size: 24px;
    display: flex;
    align-items: center;
}
.search-main-section .la-map-marker, .search-main-section .la-building{
    position: absolute;
    left: 4px;
    top: 9px;
    bottom: 0;
    color: #333;
    z-index: 1;
    font-size: 24px;
}
.search-main-section .seach-loc{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.search-main-header input[type=radio]{
    position: absolute;
    opacity: 0;
}
.radio-type{
    position: relative;
}

.radio-type-lab{
    padding: 4px 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
    cursor: pointer;
    width: auto;
    background: white;
    display: block;
    min-width: 59px;
    text-align: center;
    transition: all .2s ease-in;
}
.radio-type input:checked+label {
    background-color: #fb236a;
    box-shadow: inset 0 1px 2px rgb(109, 13, 45);
    border-color: #fb236a;
    color: #fff;
    z-index: 1;
}
.search-main-header-type{
    display: flex;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    overflow: hidden;
}
.search-main-section input[type="text"]{
    padding: 14px;
    width: 100%;
    border: none;
    outline: 0;
}
.search-main-middle select{
    padding: 14px;
    width: 100%;
    text-indent: 27px;
    padding-right: 20px;
}
.search-main-button{
    position: absolute;
    right: -35px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transform-style: preserve-3d;
}
.search-main-button > *{
    height: 26px;
}
.search-main-button .sett{
    background: transparent;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2196F3;
    font-size: 25px;
    transition: all .3s ease-in;
    position: relative;
    overflow: hidden;
}
.search-main-button .sett .la{
    transition: all .3s ease-in;
}
.search-main-button .sett:hover .la{
    transform: rotate(180deg);
}
.search-main-button .btn{
    background: #fb236a;
    -webkit-appearance: none;
    border: none;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in;
    position: relative;
    overflow: hidden;
}
.search-main-button .btn.hov{
    height: 100%;
    transition: all .3s ease-in;
    transform: translateZ(100px);
}
.search-main-button .sett.hov{
    height: 100%;
    transition: all .3s ease-in;
}
.search-main-button .sett.und{
    transition: all .3s ease-in;
}
.search-main-button .btn.und{
    transition: all .3s ease-in;
}
.search-main-button .sett.nonh{
    height: 0;
}
.search-main-button .btn.nonh{
    height: 0;
    background: transparent;
}
.seach-atrib{
    background: #fff;
    width: 100%;
    margin: 10px auto 0;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    position: absolute;
    left: 0;
    right: 0;
    transition: all .9s ease-out;
    z-index: 6;
}
.seach-atrib.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.search-main-attr{
    display: flex;
    justify-content: space-between;
    padding: 8px 26px;
}
.search-main-attr .search-main-section{
    background: transparent;
    border-radius: 0;
    display: block;
}
.search-main-section .row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}
.search-main-section .row.dist{
    padding-top: 8px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}
.search-main-section .row.sel{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.search-main-attr .row.check-long .atribut {
    width: calc(50% - 4px);
}
.search-main-attr .row.check  input, .search-main-section .row.checkbox input{
    margin-right: 4px;
}
.search-main-section .row.checkbox{
    justify-content: flex-end;
    align-items: center;
    margin-top: 14px;
    font-size: 12px;
}
.search-main-attr input{
    margin: 0
}
.search-main-attr select{

}
.search-main-attr .row .atribut{
    width: 33%;
}
.search-main-attr .row .atribut label{
    font-size: 12px;
}
.seach-atrib .row.sel select{
    width: calc(50% - 4px);
    background-color: #fafafa;
    border: 1px #e7e7e7 solid;
    border-radius: 4px;
}
.search-main-attr select:not(#s_currency){
    padding: 10px;
}
.search-main-attr input[type="text"]{
    padding: 10px;
    -webkit-appearance: none;
}
.seach-atrib .selt-inp select{
    width: calc(50% - 4px);
    background-color: #fafafa;
    border: 1px #e7e7e7 solid;
    border-radius: 4px;
}
.seach-atrib .selt-inp input{
    width: calc(50% - 4px);
    background-color: #fafafa;
    border: 1px #e7e7e7 solid;
    border-radius: 4px;
}
.seach-atrib .dist >* {
    width: calc(33.3333333% - 6px);
}
.seach-atrib .dist .price.one{
    width: calc(50% - 4px);
}
.seach-atrib .dist >* >*{
    background-color: #fafafa;
    border: 1px #e7e7e7 solid;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
}
.category{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}
.category-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: calc(33% - 10px);
    margin-bottom: 20px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.category-list.first{
    width: calc(67% - 10px);
}
.category-icon{
    height: 281px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.category-dcp{
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.category-list::before{
    position: absolute;
    display: block;
    width: 100%;
    height: 25%;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, .1);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, .9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.01)), color-stop(100%, rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, .9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, .9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, .9) 100%);
    opacity: .95;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.category-list:hover::before {
    height: 33%;
    opacity: .8;
}
.category-name{
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-family: Rubik,Arial,"Times New Roman","Bitstream Charter",Times,serif;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 100%;
    text-align: center;
}
.category-list:hover .category-name{
    transform: translateY(-10px);
}
.category-count{
    webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    color: #fff;
}
.category-list:hover .category-count{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.main-title{
    text-align: left;
    padding: 80px 0 20px;
    margin: 0;
    font-weight: 600;
    font-size: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.main-title span{
    color: #f26c61;
}
.latest .item-gallery .item{
    width: 23%;
}
.latest .empty{
    display: inline-flex;
    margin-bottom: 20px;
}
.item-gallery.alert .item{
    width: 31%;
}
.item-gallery{
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
}
.item-gallery .item{
    width: 25%;
    position: relative;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
    background: #fff
}
.item-gallery.similar{

}
.item-gallery.similar .item{
    width: 30.9%;
}
.item-photo{
    position: relative;
}
.item-photos{
    position: relative;
    overflow: hidden;
}
.item-photos:hover > a img{
    transform: scale(1.1);
}
.item-photos > a img{
    display: block;
    max-height: 260px;
    min-height: 260px;
}
.item-list  .item-photos > a img{
    max-height: 200px;
    min-height: 200px;
}
.item-photos > a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in;
}
.item-atribut-top{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 12px;
}
.item-atribut-top span{
    font-size: 11px;
    color: #fff;
    font-family: Rubik;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 4px 10px;
    margin-bottom: 4px;
    cursor: default;
}
.item-time{
    background: #91ba14;
}
.item-atribut-top span.item-time .la{
    margin-right: 3px;
    margin-left: 0;
}
.item-atribut-top span .la{
    margin-left: 5px;
}
.item-atribut-top .item-type.rent{
    background: #9C27B0
}
.item-atribut-top .item-type.sale{
    background: #F44336;
}
.item-atribut-top .item-category{
    background: #888;
}
.item-atribut-top .item-premium{
    position: absolute;
    right: -85px;
    top: -85px;
    background: #fab909;
    height: 135px;
    transform: rotate(45deg);
    width: 135px;
}
.item-atribut-top .item-premium .la{
    position: absolute;
    bottom: 7px;
    right: 55px;
    transform: rotate(-45deg);
    font-size: 20px;
    color: #fff;
}
.item-atribut-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    background: rgba(0, 0, 0, .1);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, .9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.01)), color-stop(100%, rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, .9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, .9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, .9) 100%);
}
.item-gallery .item-atribut-bottom{
    padding: 15px 17px;
}
.item-autor-photo{
    width: 35px;
    min-width: 35px;
    height: 35px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.item-autor-photo a{
    height: 35px;
}
.item-autor-photo img{
    width: 100%;
    height: auto;
}
.item-autor{
    display: flex;
    align-items: center;
}
.item-dates{
    margin: 14px 0;
}
.item-dates .label{
    background: #eee;
    border-radius: 50px;
    text-align: center;
    padding: 4px 20px;
}
.item-autor .item-edit-btn{
    text-decoration: none;
    padding: 7px 20px;
    background: #eee;
    margin-right: 5px;
    color: #000;
    border-radius: 2px;
    transition: all .3s ease-in;
}
.item-autor .item-edit-btn:hover, .item-autor .item-edit-btn:active{
    background: #e4e4e4;
}
.item-autor-photo{
    margin-right: 10px;
}
.item-date-publish{
    display: flex;
    align-items: center;
    color: #fff;
    white-space: nowrap;
}
.item-autor-name{
    font-size: 13px;
    font-weight: 500;
    font-family: Rubik;
    color: #fff;
}
.item-gallery .item .item-autor-name{
    width: 70%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.similar_ads .item-gallery .item .item-autor-name{
    width: 65%;
}
.similar_ads .item-gallery .item-atribut-bottom{
    padding: 15px 9px;
}
.item-autor-name a{
    font-size: 13px;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-family: Rubik;
}
.item-autor-name a:hover{
    color: #f26c61;
}
.item-descp{
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
}
.item-opition{
    display: flex;
    justify-content: space-between;

    border-top: 1px solid #eee;
}
.item-opition .item-opition-row:first-child{
    border-right: 1px solid #eee;
}
.item-opition .item-opition-row:last-child{
    border-left: 1px solid #eee;
}
.item-opition-row{
    padding: 15px 16px;
    white-space: nowrap;
}
.item-opition-row span{
    font-size: 12px;
    font-weight: 500;
    color: #5f5f5f;
    font-family: Rubik;
    white-space: nowrap;
}
.item-opition-row span sup{
    font-size: 8px;
}
.item-opition-row  .la{
    color:  #e2e2e2;
}
.item-title{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.618;
    text-transform: capitalize;
    margin: 0;
    font-family: Rubik;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}
.item-title:hover{
    text-decoration: underline;
}
.item-location{
    font-size: 13px;
    line-height: 1.85;
    text-align: left;
    color: #777;
}
.item-location .la{
    font-size: 13px;
    line-height: 1.33;
    margin-right: 3px;
    color: #9C27B0;
}
.item-price{
    font-size: 16px;
    color: #f26c61;
    font-weight: 700;
    margin: 10px 0 0;
}
.item-list .item{
    display: flex;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    box-shadow: 1px 1px 20px #eaeaea;
}
.item-list .item-photos{
    width: 40%;
}
.item-list .item-property{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-list .item-photos > a > img {
    height: 180px;
}
.item-list .item-opition, .item-list .item-opition .item-opition-row{
    border: none;
    border-right: none;
    border-left: none;
    justify-content: end;
    padding-left: 0;
}
.item-list .item-descp{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.item-list .item-list-bottom{
    padding: 11px 20px;
    display: flex;
    justify-content: space-between;
}
.item-list .item-autor-name{
    color: #333;
}
.item-list .item-autor-name a{
    color: #0066a3;
}
.item-list .item-autor-name a:hover{
    text-decoration: underline;
}
.item-list .item:hover, .item-gallery .item:hover{
    box-shadow: 0px 1px 7px #e2e2e2;
}
.sidebar-mark{
    display: flex;
    justify-content: flex-end;
}


.search-counter{
    position: relative;
    padding: 10px;
}
.search-type{
    display: flex;
}
.search-type a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 25px;
    width: 25px;
    border: 1px solid #eee;
    margin-right: 6px;
}
.search-type a .la{
    font-size: 17px;
    color: #000;
}
.search-type a.active .la{
    color: #fff;
}
.search-type a:hover{
    background: #ef8e86;
    color: #fff;
    border-color: transparent;
}
.search-type a.active{
    background: #f26c61;
    color: #fff;
    border-color: transparent;
}
.search-sort{
    position: relative;
}
.search-sort .sort-but{
    padding: 10px;
    display: block;
    cursor: pointer;
    font-weight: 600;
    transition: all .3s ease-in;
}
.search-sort ul{
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    right: -52px;
    background: #fff;
    z-index: 9;
    padding: 9px;
}
.search-sort ul a{
    text-decoration: none;
    color: #333;
}
.search-sort ul a:hover, .search-sort ul a:active{
    text-decoration: underline;
}
.search-sort ul.active{
    display: block;
}
.search-sort .sort-but:hover, .search-sort .sort-but.active{
    background: #f2716b;
    color: #fff;
    box-shadow: inset -1px 0px 2px 0px #a53f3f;
}
.search-sort .sort-but:hover .la{
    color: #fff;
}
.search-sort .sort-but .la{
    transition: all .3s ease-in;
}
.search-sort .sort-but.active .la{
    transform: rotate(180deg);
}
.search-bar-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-bar-cont .empty{
    padding: 15px;
    width: 100%;
}
.search-but{
    display: flex;
    justify-content: space-between;
}
.seach-bar{
    background: #fff;
    position: relative;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.search-wrapp .wrapper{
    display: flex;
    justify-content: space-between;
}
.search-wrapp .wrapper.reserve {
    flex-direction: row-reverse;
}
.search-content{
    width: 67%;
    position: relative;
}
.search_sidebar{
    width: 31%;
}
.sidebar-main{
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    border-top: 2px solid #417de4;
    padding: 20px;
    padding-top: 0;
    margin-bottom: 30px;
    box-shadow: 1px 1px 20px #eaeaea;
}
.sidebar-main.search-nav{
    z-index: 999999;
}
.sidebar-main.alert{
    border-top: 2px solid #8BC34A;
}
.sidebar-main.premium{
    border-top: 2px solid #fab909;
    margin-bottom: 60px;
}
.sidebar-main button{
    background-color: #5277a3;
    -webkit-appearance: none;
    border: none;
    color: #fff;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 3px;
    margin-top: 10px;
    font-family: Rubik;
    transition: all .3s ease-out;
    min-height: 41px;
}
.sidebar-main button:active, .sidebar-main button:focus, .sidebar-main button:hover{
    background-color: #417de4;
}
.search-content .item-gallery .item{
    width: 30.9%;
}
.search-content .item-gallery .item-atribut-bottom{
    padding: 15px 8px;
}
.search-content .item-gallery .item .item-photos > a > img {
    display: block;
    height: 233px;
    max-height: 233px;
    min-height: 233px;
}
.search-content .item-gallery .item .item-opition-row {
    padding: 15px 12px;
}
.search-content .item-gallery .item-autor-name a{
    max-width: 100px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.search-row{
    position: relative;
}
.search-clear{
    position: absolute;
    right: 0;
    font-size: 20px;
    text-decoration: none;
    bottom: 0;
    color: #fff;
    opacity: .6;
    transition: all .1s ease-out;
    padding: 8px 10px;
}
.search-clear:active, .search-clear:hover{
    opacity: 1;
}
.search-pic{
    padding: 5px 0 10px;
    display: flex;
    align-items: center;
}
.search-pic label{
    cursor: pointer;
    margin-left: 5px;
}
.search-row h3, .alert_form strong{
    padding: 15px 0;
    font-weight: 600;
    display: block;
}
.search-row.limited {
    display: flex;
    justify-content: space-between;
}
.search-row.limited >*{
    width: 48%;
}
.search-row.limited.s_currency >*{
    width: 32%;
}
.search-row select, .search-row input[type="text"], #sub_alert input[type="text"]{
    height: 42px;
    border-radius: 3px;
    background-color: #f0f0f0;
    border: 1px solid #eee;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
    color: inherit;
}
.search-row-type {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.search-row-type .type-block{
    width: 33%;
}
.search-row-type input[type=radio]{
    opacity: 0;
    display: none;
}
.search-row-type .type-block label{
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    transition: all .1s ease-in;
    border: 1px solid #eee;
}
.search-row-type input[type=radio]:checked + label{
    background: #eee;
}
.search-row-type .type-block label:hover{
    background: #eee;
}
.search-row-type .type-block label.sale:hover{
    background: #f17c73;
    color: #fff;
}
.search-row-type .type-block label.rent:hover{
    background: #c067d0;
    color: #fff;
}
.search-row-type input[type=radio]:checked + label.sale{
    background: #f16e64;
    color: #fff;
}
.search-row-type input[type=radio]:checked + label.rent{
    background: #ba54cc;
    color: #fff;
}
.search-row input:not([type="checkbox"]):focus, .search-row  input:not([type="checkbox"]):active, .search-row input:not([type="checkbox"]):hover{
    border: 1px solid #dad9d9;
    outline: 0;
    transition: all .1s ease-in;
}
.search-advanced{
    display: none;
}
.search-checkbox{
    display: flex;
    flex-wrap: wrap;
}
.search-checkbox >*{
    width: 50%;
}
.loader, .loader:before, .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #ffffff;
    font-size: 8px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    position: absolute;
    top: 0px;
    left: 46%;
    display: none;
}
.loader:before,.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.12s;
    animation-delay: -0.12s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.advanced-check input[type="checkbox"] {
    width: 30px!important;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #c6c6c6;
    outline: none;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0,0,0, .2);
    transition: 0.5s;
    position: relative;
}
.advanced-check input:checked[type="checkbox"] {
    background: #8ecc46;
}
.advanced-check input[type="checkbox"]::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: #fff;
    transform: scale(1.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.59);
    transition: 0.5s;
}
.advanced-check input:checked[type="checkbox"]::before {
    left: 15px;
}
.title-row{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin: 0 0 15px;
    align-items: center;
}
.item-thumbs{
    display: flex;
}
.wrapper.item{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.item-t h1{
    margin-top: 10px;
    font-size: 36px;
}
.label-price{
    color: #f26c61;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
}
.label-button{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.label-adress{
    color: #777;
    font-size: 13px;
    line-height: 15px;
    padding: 6px 8px;
    border: 1px dashed #D9D9D9;
    margin-top: 10px;
    margin-right: 5px;
    transition: all .1s ease-in;
}
.label-adress a{
    color: #777;
    text-decoration: none;
}
.label-adress.edit:hover{
    background: #fff;
}
.label-adress.edit:hover a{
    text-decoration: underline;
}
.label-adress .la{
    color: #f26c61;
}
.label-atrr{
    display: flex;
}
.button-sub{
    background: #eee;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    color: #777;
    padding: 3px;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    transition: all .3s ease-in;
}
.button-sub:hover, .button-sub:active{
    background: #fff;
    color: rgb(82, 119, 163);
}
.item-thumbs figure{
    height: 380px;
    display: block;
    position: relative;
}
.item-img img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /*object-fit: cover;*/
}
.item-contain{
    display: flex;
    justify-content: space-between;
    padding: 30px 0 50px;
}
.item-information{
    width: 67%;
    position: relative;
}
.item-sidebar{
    width: 30%;
    position: relative;
}
.item-description, .seidebar-infouser{
    padding: 15px;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
box-shadow: 1px 1px 20px #eaeaea;
}
.item-description, .seidebar-infouser  {
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 1px 1px 20px #eaeaea;
}
.item-property{
    padding-bottom: 15px;
}
.meta_list .meta, .item-property table{
    padding: 15px;
    border: 1px solid #eee;
    box-shadow: 1px 1px 20px #eaeaea;
    background: #fff;
}
.item-atribut-main{
    display: flex;
}
.item-atribut-main .atribut{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 9px;
    border: 1px dashed #DDD;
    margin-right: 7px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: Rubik;
}
.item-atribut-main .atribut .la{
    font-weight: 400;
    color: #417de4;
    font-size: 15px;
    margin-right: 5px;
}
.item-text p{
    font-size: 14px;
    color: #666;
    line-height: 2.3em;
    padding: 10px 10px 0;
}
.item-property table{
    width: 100%;
}
.item-property table tr{
    display: flex;
    justify-content: flex-start;
    padding: 0 10px;
}
.item-property table tr td{
    width: 31%;
    display: flex;
    align-items: center;
    padding: 8px 0;
}
.item-property table tr td .fas{
    font-size: 12px;
    color: #8BC34A;
    margin-right: 5px;
}
.item-property table tr:nth-of-type(2n){
    background-color: #F6F7F9;
}
.item-info{
    padding: 15px;
    border: 1px solid #eee;
    background: #fff;
}
.item-info h3{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.item-info ul li{
    font-size: 14px;
    margin-bottom: 2px;
}
.similar_ads {
    margin-top: 30px;
}
.similar_ads h3{
    font-size: 28px;
    line-height: 43px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.item-left, .item-right{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.item-left{
    left: 0;
}
.item-right{
    right: 0;
}
.item-left .la, .item-right .la{
    font-size: 48px;
    color: #fff;
    text-shadow: 1px 1px 14px #000;
}
.sidebar-image {
    width: auto;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    position: relative;
    margin: -15px -15px 0;
    height: 150px;
}
.sidebar-avatar{
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
    overflow: hidden;
    border-radius: 6px;
    border: 2px solid #fff;
    box-shadow: 0px 4px 20px 0px #c3c3c3;
    height: 100px;
}
.sidebar-aboutuser{
    text-align: center;
    display: flex;
    flex-direction: column;
}
.sidebar-contact{
    margin: 10px 0;
}
.sidebar-contact .contact-bl{
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
.sidebar-contact .contact-bl .la, .seidebar-adress .la{
    font-size: 16px;
    color: #f26c61;
    margin-right: 3px;
}
.sidebar-public{
    margin: 10px 30% 0;
    background: #417de4;
    border: 2px solid #417de4;
    border-radius: 5px;
    transition: all .3s ease-in;
    padding: 5px 0;
    text-decoration: none;
    color: #fff;
}
.sidebar-aboutuser h3 a{
    color: #f26c61;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 500;
    font-family: Rubik;
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.sidebar-aboutuser h3 a:hover{
    text-decoration: underline;
}
.seidebar-infouser h3{
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    position: relative;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 10px;
    padding-bottom: 15px;
    font-family: Rubik;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 10px;
}
.sidebar-aboutuser h3{
    font-size: 20px;
    display: flex;
    justify-content: center;
    margin: 30px 0 10px;
}
.seidebar-infouser input:not([type="hidden"]), .public-contactbar input:not([type="hidden"]) {
    padding: 8px 15px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 15px;
    outline: 0;
    color: inherit;
    transition: all .3s ease-in;
}
.seidebar-infouser input:not([type="hidden"]):hover,  .seidebar-infouser input:not([type="hidden"]):focus, .seidebar-infouser input:not([type="hidden"]):active, .public-contactbar input:not([type="hidden"]):focus, .public-contactbar input:not([type="hidden"]):hover,  .public-contactbar input:not([type="hidden"]):active{
    border-color: #e2e0e0;
    background: #f5f3f3;
}
.seidebar-infouser textarea, .public-contactbar textarea{
    width: 100%;
    background: #fafafa;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 8px 15px;
    margin-bottom: 5px;
    resize: vertical;
    outline: 0;
    color: inherit;
    font-family: inherit;
}
.seidebar-infouser textarea:hover, .public-contactbar textarea:hover, .seidebar-infouser textarea:active, .public-contactbar textarea:active, .seidebar-infouser textarea:focus, .public-contactbar textarea:focus{
    border-color: #e2e0e0;
    background: #f5f3f3;
}
.seidebar-infouser label, .public-contactbar label{
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
}
.seidebar-infouser .controls-btn, .public-contactbar .btn{
    display: flex;
    justify-content: flex-end;
}
.seidebar-infouser button, .public-contactbar button{
    background: #417de4;
    border: 2px solid #417de4;
    display: inline-flex;
    color: #fff;
    padding: 5px 12px;
    margin: 10px 0 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}
.seidebar-infouser button .fas, .public-contactbar button .fas{
    margin-right: 8px;
    font-size: 14px;
}
.seidebar-infouser .empty{
    background: #fbeab8;
    padding: 5px 10px;
    text-align: center;
    border-radius: 3px;
}
.comments_list .comment{
    padding: 5px ;
    background: #fbeab8;
    margin-bottom: 10px;
    border-radius: 3px;
}
.post-bl .qq-upload-list .highlight-grey{
    background-color: rgba(175, 175, 175, 0.41961)!important;
    min-width: 48%;
    margin-bottom: 15px;
    margin-top: 10px;
}
.post-bl{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: 1px 1px 20px #eaeaea;
}
.item-post .title-pages {
    padding: 30px 0;
}
.wrapper.wrap-post{
    width: 1000px;
}
.post-coll{
    display: flex;
    justify-content: space-between;
}
.left-bl{
    width: 70%;
}
.right-bl{
    width: 28%;
    height: auto;
    display: table;
}
.right-bl .qq-upload-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.right-bl .qq-upload-list li.qq-upload-success{
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.right-bl .qq-upload-list li.qq-upload-success:nth-child(1){
    border-color: #43ac6a;
}
.right-bl .qq-upload-file, .right-bl .qq-upload-size{
    display: none!important;
}
.right-bl .qq-upload-delete{
    position: absolute;
    text-indent: -999999px;
    bottom: -11px;
    right: 50%;
    transform: translateX(-50%);
    text-decoration: none;
}
.right-bl .qq-upload-delete::after{
    content: "\f191";
    text-indent: 1px;
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 10px;
    color: #fff;
    width: 38px;
    height: 17px;
    background: #F44336;
    border-radius: 12px;
    -webkit-transition: 0.1s linear all;
    transition: 0.1s linear all;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(0);
}
.post-img-info{
    text-align: right;
    margin: 5px 0 0;
}
.post-img-info .text{
    font-size: 12px;
    font-style: italic;
}
.qq-upload-button>div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.qq-upload-button>div::before{
    content: "\f2c3";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    display: inline-block;
    font-size: 26px;
    margin-right: 7px;
}
.qq-upload-button>div::after{
    content: "\f123";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    display: inline-block;
    font-size: 26px;
    margin-left: 7px;
    position: absolute;
    bottom: -28px;
    color: #417de4;
    background: #eee;
}
.qq-upload-button {
    margin-bottom: 25px;
    overflow: visible!important;
}
#restricted-fine-uploader{
    position: relative;
    overflow: hidden;
}
.post-coll h2, .post-bl h2{
    font-size: 14px;
    padding: 5px 15px;
    font-weight: 600;
}
.post-bl h2{
    border-bottom: 1px solid #eee;
}
.post-seller{
    display: flex;
    justify-content: space-between;
}
.post-seller > *, .post-atributes > *{
    width: 49%;
}
.post-rowing{
    margin: 10px 0;
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}
.post-rowing.title-description{
    flex-direction: column;
}
.post-rowing .tabber, .post-rowing .tabberlive{
    width: 100%;
}
.post-rowing .tabbernav{
    display: flex;
    justify-content: flex-end;
}
.post-rowing .tabbertab h2{
    display: none;
}
.post-rowing .tabbernav li{
    padding: 5px 10px;
    border: 1px solid #eee;
}
.post-rowing .tabbernav li.tabberactive{
    background: #141f72;
    color: #fff
}
.post-rowing .tabbernav li a{
    text-decoration: none;
    color: inherit;
}
.tabbertab.tabbertabhide{
    display: none;
}
.required_fields{
    font-size: 11px;
    color: #F44336;
    margin-left: 5px;
}
.post-rowing .title, .post-rowing .description {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0;
}
.post-rowing .control-label, .post-rowing .title div, .post-rowing .description div{
    width: auto;
    display: flex;
    flex-direction: row;
    min-width: 250px;
    padding: 5px 0;
    font-weight: 600;
}
.left-seller .post-rowing .control-label{
    min-width: 200px;
}
.post-rowing .control-small{
    min-width: 100px;
}
.post-rowing fieldset{
    width: 100%;
}
.post-rowing select{
    background-color: #fff;
    padding: 8px 30px 8px 15px;
    border-radius: 2px;
    border: 2px solid #e8ecec;
    background-position: 97% center;
    width: 100%;
    height: 40px;
}
.post-rowing select[disabled="disabled"]{
    cursor: not-allowed;
}
.post-rowing input[type="text"], .post-rowing textarea, .post-rowing input[type="number"], .post-rowing input[type="date"], .search-404 fieldset input[type="text"]{
    background-color: #fff;
    padding: 7px 10px;
    border-radius: 4px;
    position: relative;
    outline: 0;
    width: 100%;
    border: 2px solid #e8ecec;
    height: 40px;
    font-family: inherit;
}
.post-rowing textarea{
    resize: vertical;
    height: auto;
}
.post-rowing input[type="radio"]{
    margin-right: 5px;
    margin-bottom: 2px;
}
.post-rowing label:not(.control-label){
    cursor: pointer;
    margin-right: 15px;
}
.post-size{
    display: flex;
    align-items: center;
    margin-right: 2px;
}
.post-sezing{
    display: flex;
}
.post-atributes{
    display: flex;
    justify-content: space-between;
}
.post-area{
    display: flex;
    flex-wrap: wrap;
}
.post-area > * {
    width: 32%;
    margin: 4px 0;
}
#atributes{
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-size: 26px;
    color: #417de4;
    margin: 20px 0;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}
#atributes .la{
    background: #417de4;
    color: #fff;
    height: 150px;
    width: 150px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 50%;
    margin-top: -132px;
    font-size: 21px;
    box-shadow: 0px 5px 20px #c5c5c5;
}
#atributes .la:before{
    position: relative;
    top: -3px;
}
#atributes .la.open:before{
    top: 4px;
}
#atributes .la.open{
    transform: rotate(180deg);
    align-items: end;
}
.post-allatr{
    display: none;
}
.btn-post{
    display: flex;
    justify-content: center;
    padding:  20px 0;
    border-top: 1px solid #eee;
    position: relative;
    overflow: hidden;
}
.btn-post button{
    background-color: #141f72;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #fff;
    padding: 20px 120px;
    height: 60px;
    display: flex;
    justify-content: center;
    position: relative;
    border: none;
    -webkit-appearance: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: bold
}
.btn-post button .la{

}
.item-see{
    padding: 20px 20px 40px;
    display: flex;
    justify-content: flex-end;
}
.item-see a{
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #5277a3;
    font-family: Rubik;
    border-bottom: 1px solid transparent;
}
.item-see a:hover, .item-see a:active{
    border-bottom: 1px solid #000;
}
.user-items .item-list .item{
    height: 200px;
}
.user-items .item-list .item-photos > a > img {
    height: auto;
    min-height: auto;
}
.user-public-profile .title-pages{
    display: none;
}
.public-main{
    display: flex;
    justify-content: space-between;
}
.public-left{
    width: 28%;
    margin-top: -194px;
    position: relative;
    z-index: 2;
}
.public-right{
    width: 70%;
    margin-top: 28px;
}
.public-contactbar, .public-content{
    padding: 15px;
    border: 1px solid #eee;
    background: #fff;
}
.public-right{
    padding: 15px;
}
.public-image{
    min-height: 450px;
    width: auto;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    margin: -15px -15px 0;
    position: relative;
}
.public-image::after{
    content: "";
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.public-name{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding-bottom: 75px;
    padding-top: 20px;
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.8) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.8) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.8) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.8) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.8)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.8) 100%);
}
.public-name h1{
    font-size: 30px;
    color: #fff;
    margin-top: 0;
    font-family: Rubik;
    padding-left: 31%;
    font-weight: 500;
    line-height: 1.2em;
}
.public-contactbar h2{
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    position: relative;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 23px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    font-family: Rubik;
}
.public-avatar{
    min-height: 328px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden
}
.public-avatar img{
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    display: inline-block;
    top: 0;
    left: 0;
}
.public-items .item-gallery .item{
    width: 30%;
}
.public-content h2{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: Rubik;
}
.public-content p{
    color: #333;
    font-size: 13px;
    font-family: Rubik;
    line-height: 2.15em;
}
.public-row{
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 0 5px;
}
.public-label{
    min-width: 150px;
    font-weight: 500;
    color: #333;
    font-family: Rubik;
}
.public-val{
    margin-left: 3px;
    font-weight: 500;
}
.public-val a{
    color: #5277a3;
}
.public-val a:hover, .public-val a:active{
    text-decoration: underline;
}
.public-items h2{
    font-size: 18px;
    color: #2980b9;
    font-weight: 500;
    margin-bottom: 16px;
    font-family: Rubik;
    margin: 20px 0;
}
.page-theme{
    padding-bottom: 50px;
}
.page-static{
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    min-height: 200px;
}
.page-static p{
    font-size: 14px;
    line-height: 1.8;
}
.dash-cont{
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dash-cont > *{
    width: calc(50% - 10px);
}
.dash-left{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3c4378;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    transition: all .3s ease-in;
}
.dash-left:hover{
    background-color: #323869;
}
.dash-all{
    width: 100%;
}
.dash-right{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 400px;
}

.dash-right .dash-active{
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    background: #8BC34A;
    margin-bottom: 11px;
}
.dash-right .dash-active:hover{
    background-color: #2c964d;
}
.dash-right .dash-expired, .dash-right .dash-notactive{
    width: calc(50% - 10px);
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
.dash-right .dash-expired{
    background: #FFC107;
}
.dash-right .dash-expired:hover{
    background: #eab20a;
}
.dash-right .dash-notactive{
    background: #9a9a9a;
}
.dash-right .dash-notactive:hover{
    background: #868383;
}
.dash-right > *{
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in;
}
.dash-cont .text{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: Rubik;
    padding: 163px 0;
    width: 100%;
}
.dash-cont .count{
    font-size: 48px;
    line-height: 48px;
    font-family: Rubik;
    font-weight: 500;
}
.paginate ul{
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    margin: 26px 0;
}
.paginate ul li{
    display: block;
}
.paginate a, .paginate span{
    cursor: pointer;
    position: relative;
    float: left;
    padding: 8px 16px;
    line-height: 1.6;
    text-decoration: none;
    color: #444649;
    background-color: #e9eaeb;
    border: 1px solid #e9eaeb;
    font-weight: 400;
    font-size: 13px;
}
.paginate a.searchPaginationSelected:hover,
.paginate a.searchPaginationNonSelected:hover,
.paginate span.searchPaginationNonSelected:hover,
.paginate a.searchPaginationNext:hover, .paginate a.searchPaginationPrev:hover,
.paginate a.searchPaginationLast:hover, .paginate a.searchPaginationFirst:hover,
.paginate a.searchPaginationNonSelected:focus,
.paginate a.searchPaginationSelected:focus,
.paginate span.searchPaginationNonSelected:focus,
.paginate span.searchPaginationSelected:focus {
    color: #222324;
    background-color: #dcddde;
    border-color: #dcddde;
}
.paginate span.searchPaginationSelected, .paginate a.searchPaginationSelected{
    color: #222324;
    background-color: #cfd0d2;
    border-color: #cfd0d2;
    cursor: default;
}
.flashmessage-wrapper{
    padding: 20px 0 50px;
}
.flashmessage-404{
    border: 1px solid #eee;
    background: #fff;
    position: relative;
    padding: 20px;
}
.flashmessage-404 h1, .flashmessage-404 p{
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
}
.search-404{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.search-404 form{
    width: 40%;
}
.search-404 fieldset button{
    color: #fff;
    margin: 8px auto;
    width: 38%;
    background: #417de4;
    border: none;
    border-radius: 50px;
    padding: 13px 15px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease-out;
}
.search-404 fieldset button:hover{
    background: #fb236a;
    border: none;
}
.category-404{
    border-top: 1px solid #eee;
    padding: 26px 0;
    margin: 20px 0;
}
.category-404 .categories{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.category-404 .categories> h2{
    text-align: center;
    width: 23%;
    border: 1px solid #eee;
    margin: 6px 0;
}
.category-404 .categories> h2 a{
    text-decoration: none;
    color: #333;
    padding: 14px;
    display: inline-block;
    width: 100%;
    transition: background .3s;
}
.category-404 .categories> h2 a:hover{
    background: #eee;
}
/*
.ico-size{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/size.png) no-repeat 0 0;
    background-size: 16px 16px;
}
*/

.calculator-btn{
    display: flex;
}
.calculator-btn .result{
    margin-right: 5px;
    padding: 5px 15px;
    background: #417de4;
    border: 2px solid #417de4;
    color: #fff;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.calculator-btn .result .la{
    margin-right: 5px;
    font-size: 14.5px;
}
.seidebar-calculator input{
    transition: all .3s ease-in;
}
.seidebar-calculator .control-group{
    display: flex;
}
.seidebar-calculator .control-group >*{
    width: 50%;
}
.seidebar-calculator .control-group label{
    margin-top: 5px;
}
.slider_premiums .item{
    border: 1px solid #eee;
}
.calculator-finish{
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}
.calculator-finish > span{
    margin: 0 0 15px;
    display: flex;
}
.calculator-finish .count{
    color: #f26c61;
    font-weight: 600;
}
.calculator-finish  .names{
    width: 50%;
}
.ui-widget.ui-tooltip {
    text-align: center;
    border-width: 0;
    padding: 4px 9px;
    font-size: 11px;
    background: #222;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    line-height: 14px;
    box-shadow: none;
}
.figure-rek{
    padding: 20px 0;
    margin: 0 auto;
}
.i728-90{
    width: 728px;
    height: 90px;
    background: #eee;
    margin: 0 auto;
}
.popular-items{
    margin: 0 0 50px;
}
.alert-head{
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom:1px solid #eee;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #eee;
}
.user-list{
    display: flex;
    padding: 30px 0 50px;
}
.user-photo{
    border: 6px solid #fff;
    height: 150px;
    width: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0px 6px 16px #dcdcdc;
}
.user-info{
    text-align: center;
}
.user-info a{
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.618;
}
.user-info a:hover, .user-info a:active{
    text-decoration: underline;
}
.user-info a .fa{
    margin-left: 5px;
}











footer .ul a, footer span, footer .info a, footer .info p{
    color: #8a99b3;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    transition: all .3s ease-in;
    white-space: nowrap;
}
footer .info p, footer .info a{
    margin-bottom: 5px;
}
footer .ul a:hover, footer .ul a:active{
    color: #adbad2;
}
.footer-left{
    width: 30%;
}
.footer-left .logo{
    margin-bottom: 1px;
}
.footer-right{
    display: flex;
    width: 70%;
}
h4{
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #fff;
    margin-bottom: 21px;
}
footer .ul a{
    padding-left: 27px;
    padding-bottom: 10px;
}
footer .ul a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 14px;
    height: 1px;
    background: #8a99b3;
}
.footer-content{
    background: #24324a;
    padding: 60px 0;
}
.footer-bar{
    background: #1d293e;
    padding: 15px 0;
    position: relative;
}
.footer-bar-fl{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.back-to-top{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid #FFF;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 19px;
    opacity: .5;
    transition: opacity .3s ease-out;
    position: absolute;
    right: 80px;
    top: -25px
}
.back-to-top:hover{
    opacity: 1;
}
.footer-content-fl{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer-content-fl .collum, .footer-content-fl .collum .info,  .footer-content-fl .collum .ul{
    display: flex;
    flex-direction: column;
}
.footer-content-fl .collum{
    width: 33%;
}
.footer-content-fl .collum.cent{
    align-items: center;
}
.footer-content-fl .collum.rgt{
    align-items: flex-end;
}

/* menu */
.dashboard{
    position: fixed;
    transform: translate(100%, 0);
    opacity: .6;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 999999;
    bottom: 0;
    height: 100%;
    width: 300px;
    transition: all .3s ease-out;
    box-shadow: 4px 0px 20px #656565;
}
.dashboard.active{
    transform: translate(0, 0);
    opacity: 1;
}
.dashboard-cont{
    padding: 40px 35px;
}
.dashboard-close{
    background: #fb236a;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    transition: all .3s ease-in;
    border: 2px solid transparent;
}
.dashboard-close:hover{
    background: #fff;
    color: #fb236a;
    border: 2px solid #fb236a;
}
.dashboard-image{
    margin: 0 auto;
    width: 114px;
    height: 114px;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.dashboard-edit{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 9;
    transition: all .3s ease-in;
    background: #000;
    color: #ffff;
    text-decoration: none;
    text-align: center;
    padding: 5px 0;
}
.dashboard-image:hover .dashboard-edit{
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.dashboard-avatar{
    width: 100%;
    height: auto;
}
.dashboard-info{
    text-align: center;
    margin: 30px 0 10px;
}
.dashboard-info h3{
    font-family: 'Rubik';
    font-size: 22px;
}
.dashboard-info p{
    font-family: 'Open Sans';
    font-size: 13px;
    margin-top: 5px
}
.dashboard-nav{
    display: flex;
    flex-direction: column;
    margin: 25px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #eee;
}
.dashboard-nav-btns{
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #888888;
    line-height: 41px;
    text-decoration: none;
    transition: all .3s ease-in;
    margin: 3px 0;
}
.dashboard-nav-btns.logout{
    border-top: 1px solid #eee;
    margin: 14px 0 0;
}
.dashboard-nav-btns .conters{
    margin-left: 10px;
}
.dashboard-nav-btns i{
    font-size: 28px;
    line-height: 41px;
    color: #babebe;
    margin-right: 5px;
    width: 35px;
    transition: all .3s ease-in;
}
.dashboard-nav-btns:hover{
    color: #696969;
}
.dashboard-nav-btns:hover i{
    color: #696969;
}
.dashboard-nav-btns .count {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 9px;
    font-size: 10px;
    margin-left: 4px;
}
.dashboard-nav-btns .count.green{
    background: #8BC34A;
}
.dashboard-nav-btns .count.yllw{
    background: #FFC107;
}
.dashboard-nav-btns .count.grey{
    background: #9a9a9a;
}
/* menu */
