@charset "utf-8";

/*
@import url("animate.min.css");
@import url("font-awesome.css");
@import url("fontello.css");
@import url("longshadow.css");
*/
@import url("main_libs.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=cyrillic);
@import url(//fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700|Roboto+Condensed:300,400,700&subset=cyrillic);

/*
Base Colors

@dividerColor:       #e6e6e6;

@linkColor:          #369;
@linkHoverColor:     #FA7722;

@primaryTextColor	 #333
@secondaryTextColor: #4e575d;

@btn-default  		 #BDC3C7;
@btn-default:hover 	 #CACFD2;

@btn-primary  		 #16A085;
@btn-primary:hover   #149078

@btn-info 			 #e4cb65
@btn-info:hover      #C1AC59;

@btn-danger 		 #E74C3C;
@btn-danger:hover	 #EC7063;

@btn-success		 #2ECC71;
@btn-success:hover	 #58D68D;


*/

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

a {
    color: #295e22;
    outline: none !important;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
    color: #FA7722;
}

.color-danger {
    color: #E74C3C;
}

.color-success {
    color: #2ECC71;
}

.color-info {
    color: #e4cb65;
}

.color-danger {
    color: #E74C3C;
}

.link-color {
    color: #369;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Стиль надписи кабинета и навигации */
body {
    margin: 0;
    padding: 0;
    color: #1f1712;
    font-family: 'georgia', Roboto, sans-serif;
    font-size: 13px;
    line-height: 21px;
    position: relative;
}

body, html, #wrapper {
    height: 100%;
    width: 100%;
}

/* =============================================================== */
/* TYPOGRAPHY + GLOBAL CLASS
/* =============================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: georgia, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding-bottom: 15px;
}

h1 {
    font-size: 30px;
    line-height: 35px;
}
/* Расположения название мастерской в банаре мастер. и других оглавлений по умолчанию 28*/
h2 {
    font-size: 24px;
    line-height: 7px;
}

h3 {
    font-size: 16px;
    line-height: 23px;
}

h4 {
    font-size: 17px;
    line-height: 20px;
}

h5 {
    font-size: 12px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

.title-2 {
    border-bottom: 1px solid #e3edd8;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.title-2 span {
    font-weight: lighter;
}

.title-5 {
    font-family: georgia, Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #ebebeb;
    color: #080808;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-transform: uppercase;
}

/* Helper class */
.uppercase {
    text-transform: uppercase;
}

.relative {
    position: relative;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: 0;
}

.width100, .w100 {
    width: 100%;
}

.hw100 {
    height: 100%;
    width: 100%;
}

.dtable {
    display: table;
}

.dtable-cell {
    display: table-cell;
    vertical-align: middle;
}

hr.small {
    background-color: #000;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 44px;
}

.text-hr {
    margin-bottom: 60px !important;
    margin-top: 0 !important;
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.color-white {
    color: #fff
}

/* ================================================================== */
/* CUSTOMIZE THE BOOTSTRAP MODAL + INPUT FORM ELEMENT + BUTTON + ALERT
/* ================================================================== */

.form-control:focus {
    border-color: #16a085;
    box-shadow: 0 1px 0 #16a085, 0 -1px 0 #16a085, -1px 0 0 #16a085, 1px 0 0 #16a085;
    -webkit-box-shadow: 0 1px 0 #16a085, 0 -1px 0 #16a085, -1px 0 0 #16a085, 1px 0 0 #16a085;
    -moz--box-shadow: 0 1px 0 #16a085, 0 -1px 0 #16a085, -1px 0 0 #16a085, 1px 0 0 #16a085;
    outline: 0 none;
}

form input[type="text"], form input[type="email"], form input[type="password"] {
    height: 40px;
}

.form-control {
}

p.required, .required sup {
    color: #e74c3c;
}

.btn {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    font-weight: normal;
    line-height: 1.4;
    padding: 10px 12px;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
}

.btn-shaded {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset;
}

.btn-lg {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
}

.btn-sm {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.5;
    padding: 4px 8px;
}

.btn-xs {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 2px 10px;
}

.btn-lg {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.471;
    padding: 10px 20px;
}

.btn-thin {
    border: 1px solid #BDC3C7;
    color: #BDC3C7;
    background: none;
}

.btn-default {
    background-color: #BDC3C7;
    color: #FFFFFF;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #CACFD2;
    border-color: #CACFD2;
    color: #FFFFFF;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background: #A1A6A9;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background-color: #BDC3C7;
}

/* цвет кнопок поиска */
.btn-primary {
    background-color: #3c763d;
    border-color: #16A085;
    color: #fff;
    text-shadow: 0px 1px 1px #070808;
}

/* цвет кнопки входа при наведении*/
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #930bcd;
    border-color: #149078;
    color: #FFFFFF;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #028c71;
    border-color: #028c71;
    color: #FFFFFF;
}

.btn-primary-dark {
    background-color: #028c71;
    border-color: #028c71;
    color: #fff;
}

.btn-primary-dark:hover, .btn-primary-dark:focus, .btn-primary-dark:active, .btn-primary-dark.active, .open .dropdown-toggle.btn-primary-dark {
    background-color: #008166;
    border-color: #008166;
    color: #FFFFFF;
}

.btn-info {
    background-color: #e4cb65;
    color: #FFFFFF;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #C1AC59;
    border-color: #C1AC59;
    color: #FFFFFF;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background: #C1AC59;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
    background-color: #3498DB;
}

/* Цвет кнопки добавить Объявление */
.btn-danger {
    background-color: #3c763d;
    color: #FFFFFF;
    border-radius: 4px 17px 4px 17px
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger, .btn-post:hover, .btn-post:active {
    background-color: #EC7063;
    border-color: #EC7063;
    color: #FFFFFF;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background: #C44133;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
    background-color: #E74C3C;
}

/* Цвет кнопки доб обявл при наведении*/
btn-post:hover, .btn-post:focus, .btn-post:active, .btn-post.active, .open .dropdown-toggle.btn-post, .btn-post:hover, .btn-post:active {
    background-color: #930bcd !important;
    border-color: #EC7063 !important;
    color: #FFFFFF !important;
}

/* цвет в избраном на главной */
.btn-success {
    background-color: #3c763d;
    color: #FFFFFF;
    border-radius: 4px 17px 4px 17px;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #ff4239;
    border-color: #ff4239;
    color: #FFFFFF;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background: #27AD60;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
    background-color: #2ECC71;
}

.btn-warning {
    background-color: #3c763d;
    color: #FFFFFF;
    border-radius: 4px 17px 4px 17px
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #F5D313;
    border-color: #F5D313;
    color: #FFFFFF;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background: #CDA70D;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
    background-color: #F1C40F;
}

.btn-inverse {
    background-color: #34495E;
    color: #FFFFFF;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {
    background-color: #415B76;
    border-color: #415B76;
    color: #FFFFFF;
}

.btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {
    background: #2C3E50;
}

.btn-inverse.disabled, .btn-inverse[disabled], fieldset[disabled] .btn-inverse, .btn-inverse.disabled:hover, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse:hover, .btn-inverse.disabled:focus, .btn-inverse[disabled]:focus, fieldset[disabled] .btn-inverse:focus, .btn-inverse.disabled:active, .btn-inverse[disabled]:active, fieldset[disabled] .btn-inverse:active, .btn-inverse.disabled.active, .btn-inverse.active[disabled], fieldset[disabled] .btn-inverse.active {
    background-color: #34495E;
}

.fb_button {
    background: #658AD0;
    color: #FFFFFF;
    display: block;
    text-align: center;
    text-decoration: none;
}

.btn-fb {
    background: #658AD0;
    color: #FFFFFF;
}

.fb_button:hover, .btn-fb:hover {
    background: #4E6FAE;
    color: #fff;
    text-decoration: none;
}

.btn-tw {
    background: #1DADEB;
    color: #FFFFFF;
}

.btn-tw:hover {
    background: #35C5FF;
    color: #fff;
    text-decoration: none;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 12px;
    height: 43px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.btn-border {
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset, 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.btn-border-thin {
    margin-bottom: 5px;
    padding: 3px 4px;
    border: 1px solid #ddd;
}

.btn-post {
    font-family: roboto condensed, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

/* ================================================================== */
/* CUSTOMIZE NAVBAR
/* ================================================================== */

@media screen and (max-width: 767px) {
    .navbar-site {
        border-radius: 0;
        height: auto;
        margin-bottom: 0 !important;
        min-height: 80px;
    }
/* обводка самого верхнего банера с лого сайта мобильная версия- был цвет #ddd*/
    .navbar-header {
        min-height: 80px;
       
    }

    .navbar-site .navbar-toggle {
        margin-top: 25px;
    }
}

.navbar-header img {
    max-height: 90px;
}

@media screen and (min-width: 768px) {
    .logo {
        height: 80px;
        line-height: normal;
    }

    .header {
        height: auto;
        background: #fff;
    }
/* обводка самого верхнего банера с лого сайта - был цвет #ddd*/
    .navbar-site {
        margin-bottom: 0 !important;
        height: auto;
        border-radius: 0;
        border-bottom: solid 1px #c31b1b00;
    }
/* отступ панели верхней навигации от лого изначально 20px*/
    .navbar-right {
        margin-top: 20px;
    }

    /* Промежуток между верхнем меню рядом с кнопкой избранное*/
    .navbar-nav > li > a {
        border-radius: 3px;
        box-sizing: border-box;
        color: #333;
        font-size: 12px;
        height: 40px;
        line-height: normal;
        padding: 12px 8px 12px 10px;
    }

    .nav > li.active, .nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background: none;
    }

    .navbar-nav > li > a:hover {
        color: #000;
    }

    .navbar-nav > li.postadd {
        padding-left: 10px;
        margin-left: 5px;
        border-left: solid 1px #ddd;
    }

    .navbar-nav > li.postadd a {
        border-radius: 7px 7px 7px 7px;
        box-sizing: border-box;
        color: #fff;
        font-size: 12px;
        height: 40px;
        line-height: normal;
        padding: 12px 35px;
        text-transform: uppercase;
        width: 130px;
    }

    /* usermenu */
    li .user-menu {
        padding: 0;
        transition: all 0.2s linear 0s;
    }

    li.open .user-menu {
        padding: 0 0;
    }

    li .user-menu li a {
        font-size: 11px;
        letter-spacing: 0.55px;
        clear: both;
        display: block;
        font-weight: 400;
        line-height: 1.42857;
        padding: 5px 10px;
        text-transform: inherit;
        white-space: nowrap;
    }

    li .user-menu li i {
        margin-right: 5px;
        color: #999999;
        font-size: 120%;
        transition: all 0.2s linear 0s;
    }

    li .user-menu li:hover i {
        color: #2a3744;
    }

    li .dropdown-menu.user-menu > .active > a, .dropdown-menu.user-menu > .active > a:focus {
        background: #EEEEEE;
        font-weight: bold;
        color: #2a3744;
    }

    .navbar-nav .open > a, .navbar-nav .open > a:hover, .navbar-nav .open > a:focus {
        background: none;
    }
}

/* ================================================================== */
/* HOME CONTENT START
/* ================================================================== */

body {
    background: #EEEEEE;
}

.logo, .logo-title {
    font-family: georgia, Helvetica Neue, sans-serif;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #16A085;
}

.logo span, .logo-title span {
    font-weight: lighter;
}

.logo-title {
    padding-top: 20px;
}

/* INTRO SEARCH PANEL */
/* панель поиска */
.intro {
    width: 100%;
    background-image: url(../../images/bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 270px;
    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}

.intro .container {
    max-width: 800px;
}

.intro h1, .intro-title {
    color: #fff;
    font-family: Georgia, Roboto, Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 99%);
    text-transform: uppercase;
    transition: font 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}

.intro p {
    color: #e8eced;
    font-size: 18px;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 93%);
}

.content-search {
    display: block;
    clear: both;
    padding: 30px 0 0;
}

.content-search input.form-control, .content-search button {
    height: 44px;
}

.search-row {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.search-row .search-col {
    padding: 0;
    position: relative;
}

.search-row .search-col .form-control, .search-row button.btn-search {
    border-radius: 0;
    border: 0;
    height: 48px;
    margin-bottom: 0;
}

.search-row .search-col .form-control {
    box-shadow: none !important;
}

.locinput {
    border-right: solid 1px #ddd !important;
}

button.btn-search {
    border-radius: 0 !important;
    font-size: 16px;
    height: 48px;
    letter-spacing: -0.5px;
    text-shadow: 0px 1px 1px #070808;
    -webkit-text-shadow: 0 2px 2px #20a759;
    text-transform: uppercase;
}

.has-icon {
    padding-left: 40px;
}

.icon-append {
    color: #949494;
    font-size: 18px;
    left: 8px;
    position: absolute;
    top: 12px;
}

.search-row .search-col:first-child .form-control {
    border-radius: 3px 0 0 3px;
}

.search-row .btn-search {
    border-radius: 0 3px 3px 0 !important;
}

@media screen and (max-width: 767px) {
    .locinput {
        border-right: none !important;
        border-bottom: solid 1px #ddd !important;
    }

    .intro h1 {
        font-size: 30px;
        margin-bottom: 10px;
        padding-bottom: 0;
        line-height: 34px;
    }

    .intro p {
        color: #e8eced;
        font-size: 16px;
        line-height: normal;
    }
}

.autocomplete-suggestions {
    background: #fff;
    max-height: 30px;
    overflow-y: auto;
    border: solid 1px #ddd;
    border-radius: 3px;
}

.autocomplete-suggestions .autocomplete-suggestion {
    padding: 10px 15px;
    /* for global */
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
    padding: 10px 15px 10px 30px;
    /* for only icon  */
    position: relative;
}

/* for only icon  */
.autocomplete-suggestions .autocomplete-suggestion:after {
    color: #949494;
    content: "\e8d4";
    font-family: fontello;
    font-style: normal;
    font-weight: normal;
    left: 6px;
    margin: 0 0 0 10px;
    position: absolute;
    text-decoration: none;
    top: 10px;
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
    background: #eeeeee;
    color: #222222;
    cursor: pointer;
    display: block;
    font-size: 13px;
}

/* side bar */

.main-container {
    /* fallback if needed */
    min-height: calc(100% - 220px);
    padding: 30px 0;
}

.inner-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);
    margin-bottom: 15px;
    padding: 20px 15px;
}

.inner-box .inner-box, .inner-box .category-list {
    background: transparent;
}

.inner-box.add {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 5px;
}

.inner-box.has-ad, .page-content .inner-box.has-aff {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 5px;
}

.inner-box.add img {
    width: 100%;
}

.nav-pills .name {
    display: inline-block;
}

/* рамка между окном объявлен на главной влияет на сдвиг подкатегорий*/
/* cat listing */
.page-content .inner-box {
    /*overflow: auto;*/
    padding: 15px;
}

.inner-box.category-content {
    padding-bottom: 3px;
}

.cat-list {
    display: block;
    margin-bottom: 30px;
    line-height: 24px;
}

/* Стиль шрифта подменю */
.cat-list h3, .title-3 {
    font-family: georgia, Helvetica Neue, sans-serif;
    font-weight: normal;
    text-transform: none;
}

/* цвет подменю надписей*/
.cat-list h3 a, .cat-list h3 {
    color: #980004;
    position: relative;
}

.cat-list-border h3 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.cat-title a {
    display: inline-block;
    padding-left: 48px;
    padding-top: 0;
    position: relative;
}

.cat-list h3 .count {
    clear: both;
    color: #777;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 3px 0;
    text-align: left;
    vertical-align: baseline;
    white-space: nowrap;
}

.cat-title i {
    position: absolute;
    left: 0;
    top: 0;
}

.cat-list.arrow {
    margin-bottom: 0;
}

.cat-list ul li a, .cat-list li a {
    border-radius: 2px;
    font-style: normal;
    transition: all 0.1s ease 0s;
    font-size: 12px;
    color: #4e575d;
}

.cat-list ul li a:hover, .cat-list a:hover {
    text-decoration: underline;
    color: #345676;
}

.cat-list.arrow li {
    background: url("../../images/arrow-right.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #ddd;
    padding: 5px 14px;
}

.cat-list.arrow li:last-child {
    border-bottom: 0;
}

.cat-list.border li {
    border-bottom: 1px dotted #ddd;
    padding: 7px 15px;
}

.cat-list.border li.active, .cat-list.border li:hover {
    background-color: #ececec;
}

.cat-list.border li.active a {
    box-sizing: border-box;
    color: #626262;
}

.cat-list.border li:last-child {
    border-bottom: 0;
}

.last-column .cat-list {
}

.table-coupon tr > th {
    font-size: 16px !important;
    padding: 8px 20px !important;
}

.table-coupon tr > td {
    padding: 20px !important;
}

.table-coupon tr > td:first-child {
    width: 80% !important;
}

.table-coupon tr > td input {
    width: 100% !important;
}

.icon-product-location {
    display: inline-block;
    width: 24px;
    height: 18px;
    vertical-align: middle;
    margin-left: 5px;
}

/* item-carousel */

.item-carousel a, .m-carousel a {
    display: block;
}

.item-carousel-thumb, .m-carousel {
    max-width: 100%;
}

.item-carousel .item, .m-carousel .item {
    width: 190px;
    display: block;
    margin: 0 auto;
}

.item-carousel .item-carousel-thumb, .m-carousel .item-carousel-thumb {
    width: 100%;
    height: 145px;
    display: block;
    overflow: hidden;
    border: solid 2px #589d0924;
    margin-bottom: 7px;
    border-radius: 16px 16px 16px 16px;
}

.item-carousel .item-carousel-thumb .cornerRibbons, .m-carousel .item-carousel-thumb .cornerRibbons {
    left: -82px;
    top: 8px;
}

.item-carousel .item-carousel-thumb img, .m-carousel .item-carousel-thumb img {
    max-width: 100%;
    padding: -1px;
    min-height: 100%;
}

.item-carousel .item, .m-carousel .item {
    border-radius: 3px;
    text-align: center;
}

/* шрифт карусели vip */
.item-carousel .item-name, .m-carousel .item-name {
    clear: both;
    display: block;
    font-family: georgia, Roboto Condensed, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
    height: 30px;
    overflow: hidden;
}

.item-carousel .price, .m-carousel .price {
    clear: both;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding-top: 7px;
}

.item-carousel .price .dst-current-price, .m-carousel .price .dst-current-price {
    color: #333;
}

.item-carousel .dst-current-price .currency, .m-carousel .dst-current-price .currency {
    color: #1f1712;
}

.carousel-nav {
    font-size: 18px;
}

.m-carousel-v .item {
    display: block !important;
    width: 180px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.carousel-vip.m-carousel-v .item-name, .carousel-new.m-carousel-v .item-name {
    height: 30px;
    overflow: hidden;
}

.m-carousel-v.carousel-master .item {
    height: 200px;
    overflow: hidden;
}

.carousel-wrapper .item-carousel-thumb, .item-carousel-thumb, .m-carousel {
    position: relative;
}

.carousel-wrapper .item-carousel-thumb .carousel-icon-product-location, .item-carousel .item-carousel-thumb .carousel-icon-product-location {
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 18px;
    height: 14px;
}

.block_promo_h .owl-carousel {
    position: static;
}

.block_promo_h .title-2 {
    line-height: inherit;
    padding-bottom: 10px;
    padding-top: 5px;
}

.block_promo_h .owl-theme .owl-controls {
    position: absolute;
    top: -60px;
    right: 10px;
    margin-top: 10px;
    text-align: center;
}

.carousel-owl-dots {
    float: right;
    text-align: right;
    -webkit-tap-highlight-color: transparent;
}

.carousel-owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.carousel-owl-dots button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carousel-owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.carousel-owl-dots .owl-dot:hover span {
    background: #869791;
}

.make-grid .list-icon-product-location {
    float: right;
    width: 18px;
    height: 14px;
    margin-top: 7px;
}

.jobs-list .master-icon-product-location {
    display: inline-block;
    width: 24px;
    height: 16px;
    vertical-align: top;
    margin-left: 5px;
}

.shop_once .master-icon-product-location {
    display: inline-block;
    width: 24px;
    height: 16px;
    vertical-align: top;
    margin-left: 5px;
}

.simmessages .similar-icon-product-location {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 24px;
    height: 16px;
}

.discounts-list-wrap .action-td {
    vertical-align: top;
    text-align: center;
}

.discounts-list-wrap .action-td .btn {
    width: 100%;
}

.discounts-list-wrap .action-td .users-discount-close i {
    color: #f3f3f3;
}

.discounts-list-wrap .users-discount-num {
    color: red;
    font-size: 22px;
    font-weight: 700;
    margin: 2px 0;
}

.discounts-list-wrap .users-discount-residue-time {
    font-size: 14px;
    color: blue;
}

.discounts-list-wrap .users-discount-price {
    color: red;
    font-size: 18px;
}

.windows-discount-row {
    text-align: center;
    margin-bottom: 10px;
}

.dst-field-title {
    margin-bottom: 8px;
    padding-top: 3px;
    font-size: 15px;
    color: #333;
    display: inline-block;
}

.discount-help {
    display: inline-block;
    margin-top: 0;
}

.discount-help label {
    font-weight: 400;
    vertical-align: top;
}

.i-discount-date {
    width: 115px;
    margin: 0 5px;
}

.i-discount-discount {
    margin: 0 2px 0 5px;
}

.dst-new-price-wrap {
    margin-top: 15px;
}

.dst-price-current {
    display: flex;
    justify-content: center;
    font-size: 28px;
}

.dst-price-currency {
    margin-right: 5px;
}

.dst-price {
    color: blue;
}

.dst-price-crossline {
    color: blue;
    text-decoration: line-through;
    text-decoration-color: red;
}

.dst-new-price {
    color: red;
}

.dst-timeout {
    font-size: 16px;
    color: blue;
    margin-bottom: 20px;
}

.dst-btn-control {
    margin-top: 30px;
}

.dst-btn-control > .btn {
    width: 130px;
}

.dst-btn-control > .btn + .btn {
    margin-left: 20px;
}

.item-list .product-list-dst-discount, .m-carousel .product-list-dst-discount, .shopmessages .product-list-dst-discount, .simmessages .product-list-dst-discount {
    position: absolute;
    bottom: 5px;
    left: 4px;
    font-size: 13px;
    margin-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /*font-weight: 700;*/
    line-height: 20px;
    color: #ffffff;
    padding: 0 5px;
    border-radius: 20px;
    background-color: blue;
}

.product-list-dst-discount-future .product-list-dst-discount, .product-list-dst-discount-future .cornerRibbons.AdsDiscount{
    background-color: #9696a2;
}

.product-list-dst {

}

.product-list-dst .item-price {

}

.product-list-dst .product-list-dst-price {
    float: left;
    color: #000000;
}

.product-list-dst .product-list-old-price {
    /* float: right;*/
    display: flex;
}

.product-list-dst .product-list-dst-result {
    margin-left: 10px;
    font-size: 15px;
    text-decoration: line-through;
    color: #828282;
    text-decoration-color: #828282;
}

.product-list-dst-timer-wrap {
    text-align: center;
}

.product-list-dst-timer {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 255, .05);
    color: rgba(41, 53, 139, .7);
    padding: 0 5px;
    border-radius: 20px;
}

.navigation-cats .list-title, .navigation-cats p {
    margin-bottom: 0;
}
.carousel-dsc-empty-v .carousel-discounts-empty{
    height: 130px;
}
.carousel-dsc-empty-h .carousel-discounts-empty{
    height: 100px;
    background-size: auto!important;
}

/* =============================================================== */
/* CATEGORY INTRO
/* =============================================================== */
.search-row-wrapper {
    background: url(../../images/bg.jpg) center;
    height: auto;
    padding: 50px 0;
    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    /* FIXED IE OVERFLOW ISSUE */
    .search-row-wrapper {
        height: 140px;
        display: block;
    }

}
/* Размер банера мастерской по умолчанию 64 и 55*/
.block_shop {
    position: sticky;
    min-width: 100%;
    top: 64px;
    height: 45px;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    margin-right: -10px;
    margin-left: -10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    clear: both;
    z-index: 3;
    border-radius: 0px 0px 16px 16px;
}

.banner-shop-fixed {
    opacity: 0.8;
    transition: opacity .6s;
}

/* =============================================================== */
/* CATEGORY LIST
/* =============================================================== */

.col-thin-left {
    padding-left: 10px;
}

.col-thin-right {
    padding-right: 10px;
}

.adds-wrapper {
    clear: both;
    display: inline-block;
    width: 100%;
}

/* расстояние между объявлениями*/
.item-list {
    border-bottom: 1px solid #ddd;
    clear: both;
    padding: 5px;
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    transition: background 0.25s ease-in;
    -webkit-transition: background 0.25s ease-in;
}

.item-list:hover {
    background: #F6F6F5;
}

.category-list {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px 3px;
    display: block;
}

.add-image {
    position: relative;
    overflow: hidden;
}

/*положение мален иконки фотоапарата на главном изоброжении*/
.photo-count, .photo-count-grid, .video-count-grid {
    background: #ccc;
    border: 0 none;
    border-radius: 2px;
    font-size: 12px;
    opacity: 0.75;
    padding: 0 3px;
    position: absolute;
    right: -4px;
    top: 5px;
}

.item-list.make-grid .photo-count {
    display: none;
}

.item-list.make-grid .photo-count-grid, .item-list.make-grid .video-count-grid {
    display: inline-block;
    position: static;
    margin-top: 5px;
}

.item-list.make-list .photo-count-grid, .item-list.make-compact .photo-count-grid, .item-list.make-list .video-count-grid, .item-list.make-compact .video-count-grid {
    display: none;
}

.add-image a {
    display: block;
}

/* размер привью фото на главной по умолчанию одно значение - width: 107%;*/
.add-image a img {
    height: 107px;
    width: auto;
}

.add-title {
    padding-bottom: 7px;
}

.item-list-title {
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.add-details a {
    font-weight: bold;
}

.info-row {
    display: block;
    clear: both;
    font-size: 12px;
    color: #9a9a9a;
}

.products-list .products-img {
    height: 150px;
    border-radius: 7px 7px 7px 7px;
}

/* параметры кружочка с меткой мастерской*/
.business-ads {
    background: none repeat scroll 0 0 #589d091f;
    border: 1.5px solid #589d09;
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    line-height: 18px;
    padding: 3px;
    text-align: center;
    width: 25px;
}
/* параметры цвет метки мастерской в кружке*/
.business-ads a {
    color: #e79724;
}

.notepad {
    background-image: url(../../images/notepad.png);
    background-position: center 6px;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 10px;
    cursor: pointer
}

.notepad, .notepad:hover, .notepad:focus, .notepad:active {
    background-color: transparent !important
}

.notepad.btn-success {
    background-position: center -25px;
}

.item-list.make-grid .notepad {
    right: 6px;
    top: 5px;
}

.item-list.make-compact .notepad {
    position: static;
    min-width: 25px;
}

.item-list.make-list .notepad {
    right: 15px;
    top: 38px;
}

.item-list .make-favorite span {
    width: 0;
    font-size: 0;
    transition: all 0.3s ease;
}

.item-list:hover .make-favorite span {
    width: auto;
    font-size: 13px;
}

.m-carousel .notepad, .shopmessages .notepad, .simmessages .notepad {
    right: 3px;
    top: 2px;
}

.item-list.make-grid .info-row {
    height: 42px;
    overflow: hidden;
}

.price-box {
    padding: 0;
}

.select-codes-wrapper {
    display: flex;
}

.select-codes {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.select-codes-item {
    position: relative;
    margin-right: 5px;
}

.select-codes-mask {
    background-color: white;
    font-size: 15px;
    color: #000;
    position: relative;
    height: 40px;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset;
    cursor: pointer;
}

.select-codes-opened .select-codes-mask {
    border-color: #16a085;
    box-shadow: 0 1px 0 #16a085, 0 -1px 0 #16a085, -1px 0 0 #16a085, 1px 0 0 #16a085;
    -webkit-box-shadow: 0 1px 0 #16a085, 0 -1px 0 #16a085, -1px 0 0 #16a085, 1px 0 0 #16a085;
    -moz--box-shadow: 0 1px 0 #16a085, 0 -1px 0 #16a085, -1px 0 0 #16a085, 1px 0 0 #16a085;
    outline: 0 none;
}

.select-codes-value {
    font-size: 12px;
    color: #000;
    line-height: 26px;
    white-space: nowrap;
}

.select-codes-options {
    position: absolute;
    top: 45px;
    background-color: white;
    border: 1px solid #ededed;
    padding: 8px 0 0;
    margin: 0;
    pointer-events: none;
    z-index: 100;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.select-codes-opened .select-codes-options {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    z-index: 100;
}

.select-codes-options > ul {
    display: inline-block;
    padding: 0;
    max-height: 185px;
    overflow: auto;
}

.select-codes-options > ul > li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 18px;
    font-size: 13px;
    text-align: left;
    color: #161616;
    border: 0;
    outline: 0;
    background-color: #fff;
    white-space: nowrap;
}

.select-codes-options > ul > li span {
    font-weight: 700;
}

.select-codes-opened .select-codes-options > ul > li {
    cursor: pointer;
}

.select-codes-options > ul > li:hover {
    background: #f8f8f8;
}

.select-codes-options > ul > li.select-codes-selected-option {
    background: #f8f8f8;
}

@media (max-width: 991px) {
    .item-list .make-favorite {
        padding: 3px 5px;
    }

}

@media (max-width: 767px) {
    .price-box {
        clear: both;
        display: block;
        height: auto;
        padding: 10px 15px 0;
        text-align: left;
        width: 100%;
    }

    .item-list.make-list {
        text-align: left;
    }

    .item-list .add-details {
        padding: 10px 0 0;
    }

    .item-list.make-compact .make-favorite {
        float: left;
        margin-left: 10px;
    }
}

/* List View Grid View Comact View */

.item-list.make-compact .photobox .photo-count-grid, .item-list.make-compact .photobox .list-icon-product-location,
.item-list.make-compact .photobox .photo-count, .item-list.make-compact .photobox .products-img,
.item-list.make-compact .info-row .category {
    display: none;
}

.item-list.make-compact .add-title {
    float: left;
    clear: left;
    height: 19px;
    padding-bottom: 7px;
    width: 60%;
}

.item-list.make-compact .info-row {
    display: block;
    float: left;
    clear: none;
    font-size: 12px;
    width: 40%;
}

.item-list.make-compact h2.item-price {
    line-height: 20px;
}

@media (max-width: 1199px) {
    .item-list.make-compact .add-title, .item-list.make-compact .info-row {
        width: 100%;
    }

    .add-details {
        padding: 0;
    }
}

.item-list.make-compact .item-price {
    float: left;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0;
}

.item-list.make-compact .make-favorite span {
    font-size: 0;
    transition: all 0.3s ease 0s;
    width: 0;
}

/* LIST */
.item-list.make-list, .item-list.make-compact {
    display: flex;
}

.item-list.make-list .photo-count {
    right: 5px;
    top: 5px;
}

.item-list.make-compact {
    align-items: center;
    padding: 5px 0;
}

.item-list.make-compact .photobox {
    width: 25px;
    height: 25px;
}

.item-list.make-compact .add-image {
    display: inline-block;
    width: 25px;
    height: 25px;
}

/* GRID - размер окна товаров в мастерской + цвет окантовки*/
.item-list.make-grid {
    width: 25%;
    float: left;
    clear: none;
    border-right: solid 1px #11581b3b;
}

.item-list.make-grid .make-favorite {

}

.adds-wrapper .item-list.make-grid:nth-child(4n+4) {
    border-right: none;
}

@media (max-width: 991px) {
    .item-list.make-grid {
        width: 33.33%;
    }

    .adds-wrapper .item-list.make-grid:nth-child(4n+4) {
        border-right: solid 1px #ddd;
    }

    .adds-wrapper .item-list.make-grid:nth-child(3n+3) {
        border-right: none;
    }
}

@media (max-width: 778px) {
    .item-list.make-grid {
        width: 33.33%;
    }
}

.item-list.make-grid .add-desc-box {
    padding: 10px 0;
}

@media (max-width: 540px) {
    .item-list.make-grid {
        width: 50%;
        /*height: 330px;*/
        border-right: solid 1px #ddd !important;
    }

    .item-list.make-grid .add-details {
        padding: 0;
    }

    .item-list.make-grid .add-desc-box {
        padding: 5px 0 10px;
    }

    .adds-wrapper .item-list.make-grid:nth-child(2n+2) {
        border-right: none !important;
    }
}

.item-list.make-grid .photobox, .item-list.make-grid .add-desc-box, .item-list.make-grid .price-box {
    width: 100%;
    clear: both;
}

.item-list.make-grid .price-box {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

/* pagination */

.pagination-bar {
    margin-top: 35px;
    display: block;
}

.pagination-bar .pagination {
    margin-top: 0;
}

.pagination-bar .pagination li a {
    color: #9a9a9a;
    border-color: #cfcfcf;
}

.pagination-bar .pagination li a:hover {
    color: #000000;
}

.pagination-bar .pagination li.active a {
    background-color: #f8f8f8;
    color: #000000;
    border-color: #cfcfcf;
    cursor: default;
    font-weight: bold;
}

/* post-promo  */

.post-promo {
    margin-top: 15px;
}

.post-promo h2 {
    padding-bottom: 10px;
}

/* Ribbons  */
.cornerRibbons {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    left: -8%;
    overflow: hidden;
    position: absolute;
    top: 20%;
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 200px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

/* размер надписей хот и атетиое*/
.cornerRibbons a, .cornerRibbons span {
    color: #fff;
    display: block;
    font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease 0s;
}

.cornerRibbons.topAds {
    background: #16A085;
}

.cornerRibbons.urgentAds {
    background: #CC3300;
}

.cornerRibbons.featuredAds {
    background: #FB8D17;
}

.cornerRibbons.featuredAds a {
    color: #fff;
}

/* 1 положение полоски VIP в объявлении*/
.item-list.make-grid .cornerRibbons {
    left: -50%;
    top: 4%;
}

.item-list.make-list .cornerRibbons {
    left: -46%;
    top: 6%;
}

.item-list.make-compact .cornerRibbons {
    left: -88px;
    text-indent: -99999px;
    top: -35%;
}

@media (max-width: 1400px) {

}

@media (max-width: 991px) {
    .cornerRibbons {
        left: -10%;
        top: 19%;
        width: 170px;
        z-index: 2;
    }

    .cornerRibbons {
        font-size: 11px;
    }

    .item-list.make-compact .cornerRibbons {
        left: -75px;
    }
}

@media (max-width: 767px) {
    .cornerRibbons {
        left: -36px;
        top: 24px;
        width: 189px;
    }

    /* 2 положение полоски VIP в объявлении*/
    .item-list.make-grid .cornerRibbons {
        left: -75px;
        top: 10px;
    }

    .cornerRibbons {
        font-size: 11px;
    }

    .item-list.make-compact .cornerRibbons {
        left: -70px;
    }
}

/*************** TAB BOX ***************/

.tab-box {
    background: #f8f8f8a8;
    position: relative;
}

.nav-tabs.add-tabs > li:hover > a {
    background: #EDEDED;
}

.nav-tabs.add-tabs > li > a, .nav-tabs.add-tabs > li.active > a, .nav-tabs.add-tabs > li.active > a:hover, .nav-tabs.add-tabs > li.active > a:focus {
    border-radius: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-right: 0;
}

.nav-tabs.add-tabs > li.active > a {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #e6e6e6;
    border-radius: 1px 16px 1px 1px;
}

@media (max-width: 991px) {
    .nav-tabs.add-tabs > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-tabs .badge {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .nav-tabs.add-tabs > li > a {
        font-size: 12px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .nav-tabs .badge {
        display: none;
    }

    .select-short-by .selecter-options {
        font-size: 11px !important;
    }
}

.nav-tabs.add-tabs > li:first-child > a {
    border-left: 1px solid transparent;
}

/* tab filter */

.tab-filter {
    position: absolute;
    right: 0;
    top: 0;
}

.listing-filter {
    border-bottom: solid 1px #ddd;
    padding: 15px 0;
}

.breadcrumb-list {
    color: #888;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

.breadcrumb-list a.current {
    color: #000;
    font-weight: bold;
    margin-right: 5px;
}

.dropdown-menu-modal {
    width: 100%;
    max-width: 400px;
}

.listing-view-action span {
    color: #888;
    cursor: pointer;
}

.listing-view-action span.active {
    color: #000;
}

/* Customize bootstrap-select plugin */

.tab-filter .select-short-by {
    margin-right: 15px;
    margin-top: 10px;
    min-width: 150px !important;
}

.tab-filter .selecter.bottom .selecter-options {
    bottom: auto !important;
    top: auto;
}

.select-short-by .selecter-selected {
    font-size: 12px;
    padding: 4.5px 15px;
}

.tab-filter .selecter-item {
    padding: 8px 15px;
    font-size: 12px;
}

/*************** Save Search ****************/

.save-search-bar {
    border-top: 1px solid #ddd;
}

.save-search-bar:hover {
    background: #EDEDED;
}

.save-search-bar a:focus {
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05) inset;
}

.save-search-bar a {
    display: block;
    font-weight: 500;
    padding: 10px 0;
}

/* =============================================================== */
/* CATEGORY SIDEBAR
/* =============================================================== */

.list-filter .count {
    color: #9a9a9a;
    font-size: 90%;
}

.list-filter ul li {
    list-style: none;
}

.list-filter ul li a {
    border-radius: 5px;
    display: block;
    padding: 2px 15px 2px 5px;
    position: relative;
    color: #4e575d;
}

.list-filter ul ul {
    padding-left: 15px;
}

@media (max-width: 991px) {
    .list-filter ul li a {
        padding-right: 0;
    }

    .list-filter ul ul {
        padding-left: 10px;
    }
}

.nav-filter a.active {
    background-color: #eaeaea;
    color: #333;
}

/* Цвет и стиль меню заголовка*/
.list-title a, .list-title {
    color: #963208d1;
    font-size: 18px;
}

.list-title {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 15px;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
}

/*.list-title:before {
    border-color: #ddd transparent transparent;
    border-style: solid;
    border-width: 7px;
    bottom: -14px;
    box-sizing: border-box;
    content: " ";
    display: block;
    left: 34px;
    position: absolute;
    z-index: 2;
}

.list-title:after {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 6px;
    bottom: -12px;
    box-sizing: border-box;
    content: " ";
    display: block;
    left: 35px;
    position: absolute;
    z-index: 2;
}*/

.list-title.gray:before {
    border-color: transparent transparent transparent;
}

.list-title.gray:after {
    border-color: transparent transparent transparent;
}

.list-filter ul li p.maxlist-more a {
    border-radius: 5px;
    display: block;
    font-size: 12px;
    padding: 2px 25px 2px 20px;
    position: relative;
    color: #369;
}

/* Price Range */

.form-inline .form-control {
    max-width: 100%;
}

.list li {
    list-style: none;
}

ul.list-link li a, ul.list-link li {
    color: #4e575d;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    padding: 3px 0;
    transition: all 0.1s ease 0s;
}

ul.list-link li a:hover, .ul.list-link li a:hover {
    text-decoration: underline;
    color: #345676;
}

ul.list-link li a.active {
    color: #345676;
    font-weight: bold;
}

hr.thin {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* =============================================================== */
/* ADS DETAILS
/* =============================================================== */

.sidebar-panel .panel-heading {
    background: #f8f8f8;
    position: relative;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 22px;
}

.panel-contact-seller .panel-body {
    padding: 10px;
}

.seller-info {
    padding: 5px;
}

/* Ads Image Slider */

.bx-wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.bx-controls-direction a:after {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    color: #fff;
    content: "nexts";
    font-family: fontello;
    font-size: 200%;
    line-height: 1.3;
    opacity: 1;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    opacity: 0;
    transition: all 0.15s ease-in-out 0s;
}

.bx-controls-direction a:hover:after {
    background: rgba(0, 0, 0, 0.6);
}

.bx-wrapper:hover .bx-controls-direction a:after {
    opacity: 1;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    background: none !important;
}

.bx-controls-direction a.bx-next:after {
    content: '\e83c';
    right: 0;
}

.bx-controls-direction a.bx-prev:after {
    content: '\e83b';
    left: 0;
}

.gal-image .bx-wrapper .bx-viewport {
    border: 0 none;
    box-shadow: none;
    left: 0;
    border-radius: 3px;
}

.gal-image .bx-wrapper {
    margin-bottom: 20px;
}

#bx-pager {
    text-align: center;
}

.thumb-item-link {
    border-bottom: 4px solid #ccc;
    display: inline-block;
    float: none;
    height: 70px;
    margin: 0 2px;
    outline: medium none;
    overflow: hidden;
    position: relative;
    width: 100px;
}

.thumb-item-link img {
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
    opacity: 0.7;
    transition: opacity 0.15s ease-in-out 0s;
}

@media (max-width: 640px) {
    .gal-image .bx-wrapper {
        margin-bottom: 10px;
    }

    .thumb-item-link {
        height: 48px;
        width: 64px;
    }
}

.thumb-item-link:focus {
    -webkit-box-shadow: 0 0 2px #369;
    -moz-box-shadow: 0 0 2px #369;
    box-shadow: 0 0 2px #369;
    outline: none;
}

.thumb-item-link.active {
    border-bottom: 4px solid #369;
}

.thumb-item-link.active img, .thumb-item-link:hover img {
    opacity: 1;
}

.ads-details-wrapper .info-row {
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
    padding-top: 10px;
}

.ads-details-info ul, .ads-details-info ol {
    margin-bottom: 20px;
}

.ads-details-info h4, .ads-details-info .h4, .ads-details-info h5, .h5, .ads-details-info h6, .ads-details-info .h6 {
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 5px;
}

.ads-details-info h1, .ads-details-info .h1, .ads-details-info h2, .ads-details-info .h2, .ads-details-info h3, .ads-details-info .h3 {
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-top: 10px;
}

/* Цвет прайса на фото*/
.pricetag {
    background: none repeat scroll 0 0 #589d09ab;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 20px;
    min-width: 100px;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 130px;
    z-index: 100;
}

@media (max-width: 480px) {
    .pricetag {
        font-size: 18px;
        line-height: 28px;
        min-width: 90px;
        top: 140px;
    }
}

.bltri:before, .pricetag:before, .tltri:before, .trtri:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
}

.pricetag:before {
    top: 100%;
    right: 0px;
    border-top: 10px solid #007286;
    border-right: 10px solid transparent;
}

.list-dot, .list-circle {
    margin-left: 30px;
}

.list-circle > li {
    list-style: circle;
}

.list-dot > li {
    list-style: disc;
}

.list-border > li {
    border-top: 1px solid #ebebeb;
    line-height: 36px;
    position: relative;
}

.list-border > li:first-child {
    border: none;
}

.list-check > li {
    margin-bottom: 3px;
    padding-left: 18px;
    position: relative;
}

.list-check > li:after {
    position: absolute;
    font-family: fontello;
    content: '\e80d';
    left: 0;
    top: 0;
}

.list-number > li, .list-number > li > ul > li {
    list-style: decimal;
}

.ads-action li i {
    width: 20px;
}

.panel-details {
    border: 1px solid #ddd;
    background: #f8f8f8;
    position: relative;
}

.ads-details-wrapper.inner-box {
    padding-bottom: 0;
}

.label.adlistingtype {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.8px;
    vertical-align: middle;
}

.ads-details-wrapper .content-footer, .content-footer.expand {
    margin-left: -15px;
    margin-right: -15px;
}

.content-footer {
    background: #f8f8f8;
    position: relative;
    padding: 8px;
    border-top: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
}

.panel-footer {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
}

.content-footer .btn {
    margin-right: 8px;
}

@media (max-width: 360px) {
    .content-footer .btn {
        margin-bottom: 4px;
    }
}

.text-count {
    color: #9a9a9a;
    font-size: 12px;
}

.modal {
    z-index: 3030;
}

.modal-backdrop{
    z-index: 3028;
}

.modal-title {
    padding-bottom: 0;
}

.modal-header {
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
}

.modal-header {
    background: none repeat scroll 0 0 #f8f8f8;
    border-top: 1px solid #ddd;
    padding: 8px;
    position: relative;
}

.breadcrumb {
    background: none;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 8px;
    padding: 8px 0;
}

.backtolist {
    padding: 8px 0;
}

.page-sidebar-right {
    padding-left: 10px;
}

.user-info h3 {
    padding-bottom: 5px;
}

.user-info p {
    margin-bottom: 0;
}

.user-ads-action {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .user-ads-action .btn:first-child {
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .breadcrumb {
        float: none !important;
        text-align: center !important;
    }

    .backtolist {
        float: none !important;
        margin: 0 auto;
        padding: 0 0 10px;
        text-align: center;
    }
}

/* =============================================================== */
/* LOGIN
/* =============================================================== */

div.login-box {
    float: none;
    margin: 0 auto;
    clear: both;
}

.panel-intro {
    padding: 40px 0 25px;
}

.panel-intro h2 {
    padding: 0;
}

div.login-box .panel-body {
    padding-left: 20px;
    padding-right: 20px;
}

div.login-box .panel-footer p {
    margin-top: 10px;
}

div.login-box .panel-footer label {
    font-weight: normal;
}

.login-box-btm {
    margin-top: 20px;
    margin-bottom: 20px;
}

.login-box .input-icon i {
    color: #555;
    opacity: 0.6;
    border-right: 1px solid #ccc;
    padding-right: 5px;
}

.input-icon {
    position: relative;
}

.input-icon input {
    padding-left: 45px;
}

.input-icon i {
    font-size: 16px;
    left: 6px;
    line-height: 22px;
    position: absolute;

    top: 9px;

}

/* =============================================================== */
/* SIGNUP
/* =============================================================== */

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 10px;
}

.mb25 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 10px;
}

.mb40 {
    margin-bottom: 10px;
}

.mb50 {
    margin-bottom: 10px;
}

.mb60 {
    margin-bottom: 10px;
}

.promo-text-box {
    padding: 15px 20px;
}

.promo-text-box h3 {
    margin-top: 10px;
    padding-bottom: 15px;
}

.icon-color-1 {
    color: #FF9113;
}

.icon-color-2 {
    color: #E6C840;
}

.icon-color-3 {
    color: #74C29B;
}

/* =============================================================== */
/* POST ADS
/* =============================================================== */

.content-subheading {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 13px 20px;
}

.visible-lg-block {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #468847;
}

.pgray p {
    color: #666;
    font-size: 14px;
}

.alert.pgray p {
    padding-left: 25px;
}

.alert-lg {
    font-size: 22px;
}

/* =============================================================== */
/* PAGE INTO
/* =============================================================== */

.page-info {
    width: 100%;
    min-height: 94px;

}

/* Page Info */
.page-info {
    color: #fff;
    padding: 60px 0;
}

.page-info.hasOverly {
    padding: 0;

}

.page-info.hasOverly > div {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
}

.page-info i {
    color: #fff;
    font-size: 40px;
    display: block;
}

.page-info h3 {
    padding: 0;
    margin-top: 15px;
    text-transform: uppercase;
}

.iconbox-wrap {
    border-collapse: separate;
    border-spacing: 0;
    display: table;
    height: auto;
    min-height: 40px;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 100%;
}

.iconbox {
    display: table-row;
}

.iconbox-wrap-icon {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.iconbox-wrap-icon .icon {
    height: 60px !important;
    line-height: 60px !important;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle !important;
    width: 60px !important;
    color: #2ecc71;
}

.iconbox-wrap-content {
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}

.iconbox h5 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 0;
}

.iconbox-wrap-text {
    color: #aaa;
    font-family: Roboto Condensed;
    font-size: 16px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .iconbox-wrap-icon {
        display: block;
        float: left;
        max-width: 80px;
    }

    .iconbox-wrap-content {
        display: block;
        float: left;
        padding-left: 10px;
        text-align: left;
        vertical-align: middle;
    }
}

/* page-bottom-info */

.page-bottom-info {
    color: #fff;
    background: #16A085;
}

.page-bottom-info-inner {
    background-size: cover;
    padding: 75px 0;
}

.page-bottom-info-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-bottom-info-content h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
}

.color50 {
    opacity: 0.5;
}

@media (max-width: 991px) {
    .page-bottom-info-content {
        max-width: 96%;
    }
}

/* =============================================================== */
/* FOOTER
/* =============================================================== */
.footer {
    background: #eee0;
    border-top: solid 1px #ddd;
    padding: 20px 0;
    font-size: 12px;
    color: #4e575d;
    letter-spacing: 0.5px;
}

.footer-nav li a {
    border-left: 1px solid #ddd;
    color: #4e575d;
    font-size: 12px;
    padding: 0 10px;
    text-transform: uppercase;
}

.footer-nav li a:first-child {
    border-left: 0;
}

@media (max-width: 767px) {
    .footer ul {
        float: none;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .footer ul:last-child {
        margin-top: 20px;
    }
}

/* =============================================================== */
/* USER DASHBOARD
/* =============================================================== */

.userImg {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    padding: 3px;
    width: 64px;
}

.header-data {
    margin-top: 10px;
    text-align: right;
}

.header-data p {
    margin-bottom: 0;
}

.hdata {
    display: inline-block;
    margin-right: 15px;
    width: 85px;
}

.mcol-left {
    float: left;
    width: 48%;
}

.mcol-right {
    float: right;
    width: 48%;
}

.hdata i {
    border-radius: 50px;
    box-shadow: 0 0 1px #777 inset;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.hdata a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 3px;
    text-align: left;
}

.hdata em {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

/* =============================================================== */
/* USER PANEL || ACCOUNT
/* =============================================================== */
.panel-title {
    padding-bottom: 0;
}

.user-panel-sidebar ul {
    padding: 0;
}

.user-panel-sidebar ul li {
    list-style: none;
}

.user-panel-sidebar ul li a {
    /*border-bottom: 1px solid #e1e1e1;*/
    border-radius: 16px 16px 16px 16px;
    display: block;
    font-family: 'Roboto Condensed', Open Sans, Arial;
    color: #2a3744;
    font-size: 12px;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 26px;
    padding: 5px 10px;
    margin-bottom: 1px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.user-panel-sidebar ul li a:hover, .user-panel-sidebar ul li a:active, .user-panel-sidebar ul li.active a {
    background-color: #2a3744;
    color: #FFFFFF;
}

li.divider {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    margin-top: 10px;
}

.user-panel-sidebar ul li a.active {
    background-color: #2a3744;
    color: #FFFFFF;
}

.user-nav-deflected .badge{
    background-color: #9811d1!important;
    color: #fff!important;
}

.mm-menu {
    background: transparent !important;
}

.mm-panel.mm-subopened {
    opacity: 0 !important;
}

.accountContent h3 {
    border-bottom: 1px solid #E6E6E6;
    color: #2A3744;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.25px;
    margin-top: 0;
    padding-bottom: 15px;
}

.userPicinput {
    display: inline-block;
    float: left;
    margin-top: 30px;
}

.userPic {
    display: inline-block;
}

.datepickerInput {
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    color: #666666;
    padding: 7px 12px;
}

.litedver-ul li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.litedver-ul li:last-child {
    border-bottom: none;
}

.welcome-msg {
    margin-bottom: 30px;
}

.collapse-box {
    margin-bottom: 15px;
}

.collapse-title {
    border-top: 1px solid #e6e6e6;
    color: #2a3744;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    text-transform: uppercase;
}

.no-border {
    border: none;
}

/* цвет значка и надписи баланса + колличество объяв */
.collapse-box .badge {
    background-color: #e0ec606e;
    color: #072f0a;
    font-weight: normal;
}

.master-inactive{
    background-color: transparent!important;
    color: red!important;
}

/* statusbar */
.statusbar {
    margin-bottom: 35px;
}

.statusbar p {
    margin-bottom: 0;
}

/* ADD MANAGEMENT */

.add-manage-table {
    font-weight: normal;
}

.table-action {
    display: block;
    margin-bottom: 15px;
}

.table-search .searchpan {
    padding-right: 0;
}

.searchpan input#filter {
    font-size: 12px;
    height: 30px;
}

.table-search .control-label {
    line-height: 16px;
    padding-right: 0;
}

.clear-filter {
    font-size: 11px;
}

table.add-manage-table > tbody > tr > td, table.add-manage-table > tbody > tr > th {
    vertical-align: middle;
}

.add-img-td {
    width: 104px;
}

.add-img-td img {
    max-width: 100px;
}

.price-td {
    font-size: 16px;
}

.action-td .btn {
    clear: both;
    margin: 1px;
}

.action-td {
    width: 130px;
    white-space: normal !important;
}

td.ads-details-td {
    white-space: inherit !important;
    min-width: 160px;
}

.cabinet-product-image {
    display: block;
    width: 104px;
    height: 104px;
}

.product-list-expare-timer {
    display: inline-block;
    width: 100%;
    text-align: right;
    color: blue;
    transform: translateY(-5px);
}

.product-list-reason {
    color: red;
}

/* ADD MANAGEMENT */

.list-group-unstyle .list-group-item {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: solid 1px #ddd;
}

.list-group-unstyle .list-group-item.active, .list-group-unstyle .list-group-item.active:hover {
    background: #F5F5F5;
    color: #000;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
}

.list-group-unstyle .list-group-item.active a {
    color: #000;
}

.delete-search-result {
    color: #555;
    cursor: pointer;
    font-size: 22px;
    font-weight: lighter;
    margin-right: 5px;
    position: absolute;
    right: 0;
}

.delete-search-result:hover {
    color: #000;
}

/* =============================================================== */
/* CONTACT
/* =============================================================== */
.intro-inner {
    width: 100%;
    clear: both;
    height: 350px;
    overflow: hidden;
}

.social-list {
    margin-top: 20px;
}

.social-list a {
    margin-right: 10px;
    display: inline-block;
}

.address p {
    margin-bottom: 0;
}

/* =============================================================== */
/* ABOUT US
/* =============================================================== */

.inner-page {
    padding-top: 60px;
}

.about-intro {
    width: 100%;
    height: 100%;
    position: relative;

}

.social-list {
    margin-top: 20px;
}

.social-list a {
    margin-right: 10px;
    display: inline-block;
}

.address p {
    margin-bottom: 0;
}

.title-1 {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.has-lead-para p, .has-lead-para {

    font-size: 16px;
    font-weight: 300;

}

.about-parallax-bottom {
    background: url(../../images/bg3.jpg) center center fixed;
    background-size: cover;
    padding: 80px 0;
    display: block;
    clear: both;
}

.parallaxbox * {
    color: #fff;
}

.parallaxbox p {
    color: #e8eced;
    font-size: 13px;
    font-weight: unset;
    line-height: 18px;
}

.icon-box-wrap {
    margin-bottom: 20px;
}

.ln-shadow-box {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 64px;
    height: 80px;
    line-height: 77px;
    overflow: hidden;
    text-align: center;
}

.ln-shadow-radius {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    height: 80px;
    line-height: 77px;
    overflow: hidden;
    text-align: center;
    width: 80px;
}

.title-4 {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* FAQ */

.faq-panel .panel-title a::after {
    color: inherit;
    content: "";
    float: right;
    font-family: "FontAwesome";
    font-size: 20px;
}

.faq-panel .panel-title a.collapsed::after {
    content: "";
}

.faq-panel .panel-heading {
    padding: 20px 25px;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.white-box {
    padding: 10px;
    background: #fff;
    border-radius: 3px;
}

/* =============================================================== */
/* WEB PAGE PROGRESS BAR CSS
/* =============================================================== */

.pace .pace-progress {
    background: #16A085;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace-inactive {
    display: none;
}

/* =============================================================== */
/* CUSTOM RESPONSIVE
/* =============================================================== */

.favorite-counter-wrap{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #e79724;
    width: 16px;
    min-width: 16px;
    height: 16px;
    padding: 0 2px;
    border-radius: 10px;
    text-align: center;
}

.favorite-counter-wrap .n_count{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    font-size: 11px;
    padding: 0;
}

@media (max-width: 991px) {
    .list-title a {
        font-size: 16px;
    }
}

@media (max-width: 979px) {
    /* iPads (portrait and landscape) ----------- */
    .intro {
        height: 300px;

    }

    h1 {
        font-size: 24px;
        line-height: 25px;
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
    }

    h3 {
        font-size: 18px;
        line-height: 20px;
    }

    h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .page-sidebar {
        padding: 0 5px;
    }
/* Расположения названия мастерской в банере мастерской*/
    .inner-box {
        padding: 10px 5px;
    }

    .user-panel-sidebar ul li a {
        padding: 5px 4px;
        font-size: 11px;
    }

}

@media (min-width: 768px) {
    /* laptop nad pc ----------- */
    .btn-cat-collapsed {
        position: absolute;
        right: 0;
        text-indent: -9999px;
        opacity: 0;
    }

    a.nav-favorite{
        position: relative;
        min-width: 36px;
        font-size: 0!important;
        background: url(../../images/icon-nav-fav.svg) no-repeat center!important;
    }

    a.nav-favorite .favorite-counter-wrap{
        position: relative;
        top: -8px;
        right: -8px;
        width: auto;
        outline: 1px solid #fff;
    }

    a.nav-pm, a.nav-pm:hover{
        position: relative;
        min-width: 36px;
        font-size: 0!important;
        background: url(../../images/icon-nav-msg.svg) no-repeat center!important;
    }

    a.nav-pm .pm-counter-wrap{
        position: relative;
        top: -8px;
        right: -8px;
        width: auto;
        outline: 1px solid #fff;
    }

    a.nav-favorite, a.nav-pm {
        margin-right: 10px;
        transition: none;
    }
}

@media (max-width: 767px) {
.intro {
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px;
}

.hasOverly > div {
    padding-bottom: 40px;
    padding-top: 40px;
}

.intro.jobs-intro {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
}

.navbar-default .navbar-nav > li > a.btn-post {
    color: #fff;
}

h1 {
    font-size: 24px;
    line-height: 25px;
}

h2 {
    font-size: 20px;
    line-height: 24px;
}

h3 {
    font-size: 18px;
    line-height: 20px;
}

h4 {
    font-size: 16px;
    line-height: 18px;
}

.hidden-xs {
    display: none !important;
    visibility: hidden !important;
}

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

.intro .col-sm-4 {
    margin-bottom: 15px;
}

.table-action {
    display: block;
    margin-bottom: 15px;
}

.search-row-wrapper .col-sm-3 {
    margin-bottom: 10px;
}

.search-row-wrapper .selecter {
    max-width: 100%;
}

.cat-list {
    margin-bottom: 15px;
}

.cat-list ul {
    display: none;
}

.btn-cat-collapsed {
    position: absolute;
    right: 0;
    top: 10px;
    text-indent: 0;
    opacity: 1;
    cursor: pointer;
}

.xs-gap {
    margin-bottom: 15px;

}

.icon-down-open-big {
    display: inherit;
    -ms-transform: rotate(0deg);
    /* IE 9 */
        -webkit-transform: rotate(00deg);
        /* Chrome, Safari, Opera */
        transform: rotate(00deg);
        transition: all 0.3s ease-in;
    }

    .icon-down-open-big.active-panel {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        /* Chrome, Safari, Opera */
        transform: rotate(90deg);
    }

    .add-img-td {
        width: 78px;
    }

    .cabinet-product-image {
        display: block;
        width: 78px;
        height: 78px;
    }

    td.ads-details-td {
        min-width: 150px;
    }
}

@media (max-width: 580px) {
    .page-content .table-bordered {
        border-top: 1px solid #ddd;
    }

    .hdata {
        display: inline-block;
        margin-right: 4px;
        width: 80px;
    }

    .useradmin {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-6 {
        width: 50%;
    }

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

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

    .userImg {
        width: 54px;
    }

    .table-search {

        padding: 0;
    }

    .header-data {
        border-top: 1px solid #ddd;
        margin-top: 10px;
        padding-top: 10px;
    }

    .select-short-by .selecter-selected {
        font-size: 11px;
        padding: 4.5px 8px;
    }

    .tab-filter .select-short-by {
        margin-right: 10px;
        margin-top: 9px;
        min-width: 115px !important;
    }

    .tab-filter .selecter-selected:after {
        right: 4px;
    }

    .tab-filter .selecter-item {
        font-size: 11px;
        margin: 0;
        overflow: hidden;
        padding: 5px 10px;
    }
}

@media (max-width: 320px) {
    .hdata i {
        border-radius: 50px;
        box-shadow: 0 0 1px #777 inset;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
    }

    .hdata {
        display: inline-block;
        margin-right: 2px;
        width: 70px;
    }

    .container, body, html {
        min-width: 300px;
    }

}

@media (max-width: 320px) {
    .navbar .container {
        padding-left: 5px;
    }
}

@media (max-width: 300px) {
    .container, body, html {
        width: 300px;
    }
}

/* =============================================================== */
/* ARTICLE & BLOG DETAILS
/* =============================================================== */

.blog-post-item .inner-box {
    padding: 0;
}

.blog-post-img {
    overflow: hidden;
    position: relative;
}

.blog-post-img img {
    width: 100%;
    height: auto;
}

.blog-post-content {
    padding-bottom: 30px;
}

.blog-post-content-desc {
    clear: both;
    margin-top: -1px;
    padding: 30px 0 0;
    position: relative;
    text-align: left;
}

.blog-post-content-desc .blog-post-content,
.blog-post-meta {
    padding-left: 40px;
    padding-right: 40px;
}

.blog-post-content-desc h2 {
    font-size: 30px;
    text-transform: none;
    line-height: 32px;
}

.blog-post-content-desc p {
    color: #4e575d;
    font-size: 14px;
}

.blog-post-meta {
    border-bottom: solid 1px #ddd;
    padding-bottom: 30px;
    margin-bottom: 20px;

}

.blog-post-meta a {
    color: #9a9a9a;
}

.blog-post-content .blog-post-bottom {
    border-top: medium none;
    margin-top: 15px;
    padding-bottom: 0;
    padding-top: 0;
}

.blog-post-bottom {
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.blogRight .categories-list {
    margin-bottom: 15px;
}

.blog-popular-content .item-list {
    transition: background 0.2s ease 0s;
}

.blog-popular-content .item-list:last-child {
    border-bottom: 0;

}

.blog-popular-content .item-list:hover {
    background: #f7f7f7;
    border-radius: 3px;
}

.blog-article-text {
    color: #4e575d;
}

.blog-article-text ul, .blog-article-text ol {
    margin-bottom: 30px;
}

.image {
    margin: 0 0 15px 0;
}

.share-this-post {
    display: block;
    margin: 10px 30px;
    padding: 10px 0;
}

.share-this-post li {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5em;
    margin-right: 10px;
}

.share-this-post li a {
    color: #999;
    cursor: pointer;
}

.share-this-post li a i {
    font-size: 16px;
    line-height: 1.3em;
    margin-right: 6px;
}

.intro-inner h2 {
    color: #ddd;
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
    margin: 20px auto;
    max-width: 400px;
    text-align: center;
}

.blog-post-footer {
    background: #f7f7f7;
    border-top: solid 1px #ddd;
    clear: both;

}

.blog-post-footer .inner {
    padding: 0 40px 40px;
    display: block;
}

.blogs-comments-area {
    padding-top: 20px;
}

.blogs-comment-list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.blogs-comment-list > li, .blogs-comment-list > li > ul li {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
}

.blogs-comment-list li:last-child {
    border-bottom: 0;
}

.blogs-comment-wrapper {
    display: table;
    margin: 0;
    width: 100%;
}

.blogs-comment-list > li > ul {
    padding: 0 0 0 120px;
}

.blogs-comment-avatar {
    display: table-cell;
    text-align: inherit;
    vertical-align: top;
    width: 90px;
}

.blogs-comment-avatar img {
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 0;
    width: 70px;
}

.blogs-comment-details {
    display: table-cell;
    padding: 0 0 0 30px;
    position: relative;
    vertical-align: top;
}

.blogs-comment-description {
    margin-bottom: 20px;
}

.blogs-comment-name {
    display: flex;
    align-items: center;
    color: #4a4a4a;
    font-weight: 600;
    margin: 0 0 15px;
}

.blogs-comment-user-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.blogs-comment-user-name {
    float: left;
    width: 100%;
}

.blogs-comment-date {
    float: left;
    color: #aaaaaa;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.blogs-comment-reply {
    position: absolute;
    right: 0;
    top: 0;
}

.blog-post-footer .list-title::after {
    border-color: #F7F7F7 transparent transparent;
}

@media screen and (max-width: 767px) {
    .blog-post-content-desc .blog-post-content,
    .blog-post-meta {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-post-meta {
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .list-dot > li {
        list-style: inside none disc;
    }

    .blogs-comment-details {
        padding: 0 0 0 5px;
    }

    .blogs-comment-avatar {
        width: 70px;
    }

    .blogs-comment-avatar img {
        width: 90%;
    }

    .blogs-comment-list > li > ul {
        padding: 0 0 0 50px;
    }

    .share-this-post {
        display: block;
        margin: 10px;
        padding: 10px 0;
    }

    .share-this-post li {
        font-size: 11px;
    }

    .blog-post-content-desc p {
        font-size: 13px;
    }

    .blog-post-content-desc h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .search-row .search-col:first-child .form-control {
        border-radius: 3px 3px;
        margin-bottom: 10px;
    }

    .search-row .search-col .btn, .search-col .form-control {
        border-radius: 3px 3px !important;

    }

    .intro h1, .intro-title {
        font-size: 28px;
        line-height: 32px;
    }

    .intro-inner h2 {
        font-size: 14px;
        font-weight: 300;
        max-width: 70%;
    }
}

@media screen and (max-width: 460px) {
    .blogs-comment-avatar {
        width: 50px;
    }

    .blogs-comment-date {
        display: block;
        margin: 0;
    }

    .blog-post-content-desc h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .carousel-dsc-empty-h .carousel-discounts-empty{
        background-size: 100%!important;
    }
}

@media screen and (max-width: 360px) {
    .blogs-comment-avatar {
        width: 50px;
        display: block;
    }

    .blogs-comment-details {
        display: block;
        padding: 0 0 0 5px;
    }

    .blogs-comment-list > li > ul {
        padding: 0 0 0 25px;
    }

    .blog-post-content-desc p {
        font-size: 12px;
    }
}

/* HOME v2 */
.row-featured {
    overflow: hidden;

}

.content-box {
    background: #ffffff;
    border-radius: 3px;
    display: block;
    box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);
    overflow: hidden;
    margin-bottom: 30px;
}

.row-featured {
    margin-right: -16px;
}

.row-featured-category {
    margin-bottom: -1px;
}

.f-category {
    border: solid 1px #ddd;
    margin-top: -1px;
    border-left: 0;
    background: #fff;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    display: block;
}

.f-category a {
    display: block;
}

.f-category img {
    display: block;
    height: 90px;
    margin: 0 auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.f-category:hover img {
    transform: scale(1) translateY(-3px);
    opacity: .9;
}

.f-category h6 {
    color: #333;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 10px 0;
    padding-bottom: 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
}

.f-category:hover h6 {
    transform: scale(1.1) translateY(2px);
    -webkit-transform: scale(1.1) translateY(2px);
}

.f-category h6 .count {
    color: #9a9a9a;
    font-size: 12px;
}

.box-title h2 {
    margin: 15px 0;
    padding: 0;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;

}

.sell-your-item {
    color: #9a9a9a;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.54px;
    padding: 15px;
    position: absolute;
    right: 1px;
    text-align: center;
    text-transform: uppercase;
    top: 5px;

}

.box-title h2 span {
    font-weight: lighter;
}

.box-title {
    border-bottom: solid 1px #ddd;
}

.featured-list-slider .item {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.featured-list-slider .item .price {
    color: #888;
}

.featured-list-slider .item > a {
    display: block;
    padding: 30px;
    border: solid 1px transparent;

}

.featured-list-slider .item > a:hover {
    background: #f5f5f5;
    border: solid 1px #ddd;
}

.featured-list-slider .owl-item {
    overflow: hidden;
}

.featured-list-slider .item .item-name {
    display: block;
    line-height: normal;
    color: #333;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    min-height: 34px;
    margin: 10px 0;
    padding-bottom: 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
}

.featured-list-slider .item:hover img {
    transform: translateY(-3px);
}

.featured-list-slider .item:hover .item-name {
    transform: scale(1) translateY(2px);
    -webkit-transform: translateY(2px);
}

.featured-list-slider span {
    display: block;
}

.featured-list-slider .item-carousel-thumb {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
}

.featured-list-slider .item a img {
    width: 100%;
    transition: all 0.25s cubic-bezier(0.3, 0, 1, 1) 0s;
    -webkit-transition: all 0.25s cubic-bezier(0.3, 0, 1, 1) 0s;
}

.featured-list-row {

    clear: both;
    max-width: 90%;
    float: none;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 480px) {

    div.f-category {
        width: 50%;
    }

    .f-category img {
        height: 60px;
    }

}

/* ARROW */

nav.slider-nav a {
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

nav.slider-nav a svg {
    display: block;
    margin: 0 auto;
    padding: 0;
}

nav.slider-nav a.prev {
    left: -45px;
}

nav.slider-nav a.next {
    right: -45px;
}

.nav-narrow-svg a.next::before,
.nav-narrow-svg a.next .nav-icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.nav-narrow-svg a.next::after,
.nav-narrow-svg a.next .nav-icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.nav-narrow-svg a.next:hover::before,
.nav-narrow-svg a.next:hover .nav-icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
    transform: translateX(-50%) rotate(125deg);
}

.nav-narrow-svg a.next:hover::after,
.nav-narrow-svg a.next:hover .nav-icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
    transform: translateX(-50%) rotate(55deg);
}

.nav-narrow-svg a {
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 767px) {
    .nav-narrow-svg a {
        width: 30px;
        height: 30px;
    }
}

.nav-narrow-svg .nav-icon-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.nav-narrow-svg a::before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 50%;
    background: #777;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.nav-narrow-svg a::after {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 50%;
    background: #777;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.nav-narrow-svg .nav-icon-wrap::before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 50%;
    height: 0;
    background: #777;
    background: #ffffff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: height 0.3s, transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.nav-narrow-svg .nav-icon-wrap::after {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 50%;
    height: 0;
    background: #777;
    background: #ffffff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: height 0.3s, transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.nav-narrow-svg a:hover .nav-icon-wrap::before {
    height: 50%;
    -webkit-transform: translateX(-50%) rotate(-125deg);
    transform: translateX(-50%) rotate(-125deg);
}

.nav-narrow-svg a:hover .nav-icon-wrap::after {
    height: 50%;
    -webkit-transform: translateX(-50%) rotate(-55deg);
    transform: translateX(-50%) rotate(-55deg);
}

.nav-narrow-svg a:hover::before {
    -webkit-transform: translateX(-50%) rotate(-125deg);
    transform: translateX(-50%) rotate(-125deg);
}

.nav-narrow-svg a:hover::after {
    -webkit-transform: translateX(-50%) rotate(-55deg);
    transform: translateX(-50%) rotate(-55deg);
}

.nav-narrow-svg.has-white-bg .nav-icon-wrap::before,
.nav-narrow-svg.has-white-bg .nav-icon-wrap::after {
    z-index: 100;
    height: 0;
    background: #cccccc;
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, transform 0.3s;
}

.nav-narrow-svg.has-white-bg a {
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 767px) {
    .nav-narrow-svg.has-white-bg a {
        width: 30px;
        height: 30px;
    }

    nav.slider-nav a.prev {
        left: -15px;
    }

    nav.slider-nav a.next {
        right: -15px;
    }

}

/* tab */

.tab-lite .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.tab-lite .nav-tabs > li > a {
    border: 0 none !important;
    border-radius: 0 !important;
    font-family: Roboto Condensed, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
    color: #333;
    text-transform: uppercase;
    border: 0 none !important;
    border-bottom: solid 1px #ddd !important;
}

.tab-lite .nav-tabs > li.active > a, .tab-lite .nav-tabs > li.active > a:focus, .tab-lite .nav-tabs > li.active > a:hover {
    background: #f7f7f7 none repeat scroll 0 0;
}

.tab-inner {
    padding: 30px;
}

@media only screen and (max-width: 767px) {
    .tab-lite .nav-tabs > li > a {
        padding: 15px 10px;
        font-size: 14px;
    }

    .sell-your-item {
        font-size: 11px;
        padding: 2px 7px;
        right: 1px;
        top: 0;
    }

    .row-featured-category .sell-your-item {
        top: 15px;
    }

    .box-title h2, .title-2 {
        font-size: 16px;
    }

    .col-thin-right, .col-thin-left {
        padding-left: 15px;
        padding-right: 15px;
    }

}

/* BLOABL RESPONSIVE FIXED */

@media only screen and (max-width: 400px) {
    .nav-tabs.add-tabs > li > a {
        font-size: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .tab-filter {
        width: 100px;
    }

    .tab-filter .select-short-by {
        min-width: 80px !important;
        width: 100% !important;
    }

    .select-short-by .selecter-selected {
        font-size: 9px;
    }

    .tab-filter {
        right: 5px;
    }

}

/* NAVBAR FIXED */

.navbar-site {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}
/* было 80 px */
.header {
    min-height: 80px;
}

.navbar-left {
    margin-top: 20px;
}

.jobs-intro {
    height: 450px;
}

.hasOverly > div {
    background: rgba(0, 0, 0, 0.4);
}

.resume-up {
    margin-top: 15px;

    color: #e8eced;
    font-size: 13px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.resume-up a {
    color: #e8eced;
}

.resume-up a:hover {
    opacity: .8;
}

.row-featured-company .f-category h6 {
    color: #777;
    font-size: 12px;
    text-transform: none;
}

.row-featured-company .f-category h6 .company-name {
    color: #369;
}

.company-title {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #999999;
    font-size: 12px;
}

.company-title a {
    color: #999999;
}

.job-title {
    margin-bottom: 5px;
    padding-bottom: 0;
}

.job-title a:hover {
    text-decoration: underline;
}

.jobs-desc {
    color: #4e575d;
}

.job-actions {
    clear: both;
    display: block;
    margin-top: 5px;
}

.filter-content label {
    padding-left: 5px;
}

.jobs-s-tag {
    background: #f1f1f1;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 30px;
    padding: 0 10px 0 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.jobs-s-tag:hover {
    background: #eee;
}

.jobs-s-tag:first-child {
    margin-left: 0;
}

.jobs-s-tag:after {
    display: inline-block;
    font-family: 'fontello';
    content: '\e80e';
    margin-left: 5px;

}

.jobs-details-info ul {
    margin-left: 20px;
}

.jobs-details-info ul li {
    list-style: outside none disc;
    margin-left: 14px;

}

.job-summery ul li {
    margin-bottom: 10px;

}

.company-logo-thumb {
    display: block;
}

.mobile-filter-bar {
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
    height: 44px;
    line-height: 44px;
    font-family: Roboto Condensed, Helvetica Neue, Helvetica, sans-serif;
}

.mobile-filter-bar > ul > li {
    border-right: 1px solid #ddd;
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase;
}

.mobile-filter-bar > ul > li:first-child {
    padding-left: 0;
}

@media screen and (min-width: 768px) {
    .mobile-filter-sidebar {
        left: 0 !important;
    }

    .mobile-filter-sidebar2 {
        right: 0 !important;
    }

    .mobile-filter-bar, .closeFilter {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .jobs-s-tag {
        margin-bottom: 4px;
    }

    .hide-xs {
        display: none;
    }

    .btn-block-xs {
        display: block;
        width: 100%;
    }

    /* Mobile Filter */
    .mobile-filter-sidebar .inner-box {
        margin-bottom: 0;
        border-radius: 0 !important;
    }

    .closeFilter {
        cursor: pointer;
        display: block;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        padding: 3px;
        position: absolute;
        right: 10px;
        text-align: center;
        top: 0;
        width: 30px;
        z-index: 2147483647;
    }

    .page-sidebar.mobile-filter-sidebar {
        height: 100%;
        overflow: auto;
        padding: 0;
        position: fixed;
        top: 0;
        width: 250px;
        z-index: 1110;
        left: -251px;
    }

    .page-sidebar.mobile-filter-sidebar2 {
        height: 100%;
        overflow: auto;
        padding: 0;
        position: fixed;
        top: 0;
        width: 250px;
        z-index: 1112;
        right: -251px;
    }

    .page-sidebar.mobile-filter-sidebar aside {
    }

    .menu-overly-mask {
        background-color: #000;
        height: 100%;
        left: 0;
        opacity: 0.3;
        position: fixed;
        top: 0;
        transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        visibility: hidden;
        backface-visibility: hidden;
        width: 100%;
        z-index: 1100;
    }

    .menu-overly-mask.is-visible {
        cursor: pointer;
        opacity: 0.5;
        visibility: visible;
        backface-visibility: visible;
    }

}

/* shop info */

.sInfo .company-logo-thumb {
    float: left;
    display: inline-block;
}

.sInfo .company-logo-thumb img {
    width: 140px;

}

.sInfo .seller-info * {
    margin-bottom: 0;
    padding-bottom: 0;
}

.cInfo-right > div:first-child {
    margin-bottom: 15px;
}

.overly-action {
    background-color: rgba(13, 44, 59, 0.7);
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 0;
    padding: 5px 20px;
    position: absolute;
    left: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 15px;
    transition: all 0.25s linear 0s;
    visibility: hidden;
    width: auto;
    z-index: 10;
}

.img-box {
    position: relative;
    display: block;
}

.overly-action a {
    color: #fff;
}

.img-box:hover .overly-action {
    color: #fff;
    opacity: 1;
    visibility: visible;
    background-color: rgba(13, 44, 59, 0.9);
}

@media only screen and (max-width: 400px) {

    .sInfo .company-logo-thumb {
        float: none;
        display: block;
        width: 100%;
    }

    .sInfo .company-logo-thumb img {
        width: auto;
        max-width: 80%;

    }
}

/* Ads details 2 */
.img-slider-box {
    position: relative;
    width: 100%;
    display: block;
}

.slider-left {
    width: 80%; /* old browsers */
    width: calc(100% - 120px);
}

.ads-img-v2 #bx-pager {
    position: absolute;
    right: 0;
    width: 100px;
    top: 0;

    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;

}

.ads-img-v2 #bx-pager .scroller-setup .scroller-content, .scroller-active .scroller-content {
    padding: 5px;
}

.ads-img-v2 #bx-pager .thumb-item-link {
    border-bottom: 4px solid #ccc;
    display: inline-block;
    float: none;
    height: auto;
    margin: 0 2px;
    outline: medium none;
    overflow: hidden;
    position: relative;
    width: auto;
}

@media screen and (max-width: 480px) {

    .slider-left {
        width: 80%; /* old browsers */
        width: calc(100% - 90px);
    }

    .ads-img-v2 #bx-pager {
        width: 70px;
    }

    .ads-img-v2 .thumb-item-link img {
    }
}

/* ****** USER PROFILE ******* */

.seller-profile-img {
    float: left;
    width: 100px;
}

.seller-profile-img {
    margin-right: 15px;
}

.dl-horizontal dt {
    clear: left;
    color: #777;
    float: left;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
    word-wrap: normal;
    margin-top: 5px;

}

.dl-horizontal dd {
    margin-top: 5px;
}

.list-user-list li {
    float: left;
    display: inline-block;
    width: 33.33%;
    margin-bottom: 10px;
}

.list-user-list li img {
    max-width: 100%;
    max-height: 60px;
    max-width: 60px;
    display: block;
    margin: 0 auto;
}

.list-user-list li img.img-circle {
    border-radius: 6px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .list-user-list li {
        width: 50%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 500px) {

    .list-user-list li {
        width: 50%;
        margin-bottom: 10px;
    }

}

/* AUTO MOBILE ADS DETAILS */

.key-features {
    margin-left: 0;
    margin-top: -5px;
}

.key-features .media {
    border-right: medium none;
    padding: 6px 0;
    margin-top: 0;
}

.key-features .media:first-child {
    margin-top: 0;
}

.key-features .media i {
    font-size: 28px;
}

.key-features .media-object {
    float: left;
    margin-right: 10px;
}

.key-features .media-heading {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 0;
}

.key-features .data-type {
    color: #999;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.auto-heading {
    position: relative;
    display: block;
    padding-right: 130px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.auto-price {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
    color: #FF9113;

}

.one-img {
    margin-bottom: 25px;
}

.company-logo-thumb img {
    max-width: 100%;
}

/* Validation */

label.error {
    color: #e74c3c;
    font-size: 90%;
}

/* location modal */

.locationModal a.form-control {
    display: block;
    line-height: 36px;
    padding-left: 40px;
    text-align: left;
}

.locationModal a.form-control .icon-append {
    top: 6px;
}

/* TERMS & CONDITION */

.container-content {
    display: block;
    clear: both;
}

ul.list-number li {
    list-style: unset none decimal;
}

ul.list-number {
    margin-left: 30px;
}

/* CSS ANIMATION   */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.coming-soon-page .landing-intro {
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    animation-delay: 0.35s;
    -webkit-animation-duration: .35s;
    -moz-animation-duration: .35s;
    animation-duration: .35s;
}

.delay-1 {
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.delay-2 {
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    animation-delay: .7s;
}

.delay-3 {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay-4 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

/* PROPERTY LIST */

.property-list .add-image a img {
    border-radius: 0;
    padding: 0;
    width: 100%;
}

.property-list .add-title {
    padding-bottom: 5px;
}

.property-list .item-price {
    padding-bottom: 7px;
}

.property-list .info-row {
    line-height: normal;
}

.prop-info {
    padding: 15px 0 0;
}

.prop-info-block {
    border-right: 1px solid #ccc;
    color: #666;
    display: table-cell;
    margin: 0;
    min-height: 20px;
    padding: 0 10px 5px;
    float: left;
    text-align: center;
    width: 30%;
}

.prop-info-block:last-child {
    border-right: 0;
}

.prop-info-block span {
    display: block;
    line-height: 1.2;
}

.prop-info span.title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.prop-info span.text {
    font-size: 12px;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.make-grid .prop-info-block span,
.make-grid .prop-info span.title
.make-grid .prop-info span.text {
    display: inline;
}

.make-grid .prop-info-block {
    border-right: 0;
    color: #666;
    display: inline;
    margin: 0;
    min-height: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.make-grid .prop-info span.title {
    font-size: 14px;
}

.make-compact .prop-info {
    display: none;
}

.property-list .make-compact .add-title {
    clear: left;
    float: left;
    height: auto;
    overflow: hidden;
    padding-bottom: 7px;
    width: 100%;
}

.property-list .item-list.make-compact .info-row {
    width: 100%;
}

.property-list .item-list.make-compact .btn-border-thin {
    display: none;
}

.property-list .item-list.make-compact .item-price {
    float: none;
}

.property-list .item-list .carousel-control {
    text-shadow: none;
}

.carousel-control .icon-next::before {
    content: '';
}

.carousel-control .icon-prev.icon-left-open-big:before {
    content: '\e83b';
}

.carousel-control .icon-next.icon-right-open-big:before {
    content: '\e83c';
}

.product-view-thumb-wrapper .bx-wrapper .bx-controls-direction a {
    height: auto;
    margin-top: -25px;
}

.carousel-wrapper .carousel-nav .carousel-prev, .carousel-wrapper .carousel-nav .carousel-next {
    width: 0;
    height: 0;
    border: 8px solid transparent;
}

.carousel-wrapper .carousel-nav .carousel-prev {
    border-right-color: #e7972480;
    border-left: 0;
    display: inline-block;
    margin: 0 2px;
    margin-right: 7px;
}

.carousel-wrapper .carousel-nav .carousel-next {
    border-left-color: #e7972480;
    border-right: 0;
    display: inline-block;
    margin: 0 2px;
}

@media all and (max-width: 779px) {
    .property-list .make-list .prop-info-block {
        float: left;
    }
}

@media all and (max-width: 480px) {
    .auto-heading {
        display: block;
        padding-right: 0;
    }

    .auto-price {
        display: block;
        padding: 5px 0 10px;
        position: relative;
        right: auto;
        text-align: left;
        top: auto;
        width: 100%;
    }

    .property-list .price-box .tooltip {
        display: none !important;
    }
}

@media all and (max-width: 990px) {
    .prop-info {
        padding-top: 10px;
    }

    .prop-info span.title {
        font-size: 14px;
    }

    .prop-info span.text {
        font-size: 11px;
    }
}

.navbar-brand {
    padding-top: 0px;
}
/* размер лого на сайте изначально 80px*/
.logo img {
    max-height: 130%;
}

.container {
    max-width: none;
}

.page-sidebar {
    /**
 * max-width:260px;
 */
}

/* Сдвиг иконки подкатегории на главной*/
.cat-title img {
    left: 2px;
    position: absolute;
    top: 0;
}

.maintree {
    width: 47%;
    min-height: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

.Ads-options {
    list-style: none;
}

.Ads-options li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: 2px;
}

.Ads-options strong {
    font-weight: normal;
}

.opt_name {
    color: #939DA4;
}

.page-sidebar, .page-content {
    padding: 5px;
}

.main-container {
    padding-top: 5px;
}

/* Размер всего окна */
.container {
    width: 100%;
    max-width: 1500px;
}

.item-price i {
    font-size: 0.8em;
}

/*
.noimage{
    height: 73px;
    background: url("../../images/noimage.png") no-repeat;
    background-size: contain;
}
*/
.marked {
    background: url("../../images/bg5.png") repeat;
}

.marked:hover {
    background: url("../../images/bg6.png") repeat;
}

/* Размер кнопки добавить изделие */
.navbar-nav > li.postadd a {
    padding-left: 11px;
    width: 168px;
}

.region_control div {
    font-size: 1.3em;
    text-align: center;
}

.region_control i {
    display: block;
}

#regionlist {
    margin: 10px;
}

#regionlist li {
    display: inline-block;
    margin: 2px;
    width: 32%;
}

#regionlist .active {
    font-weight: bold;
}

.editblock {
    visibility: hidden;
    margin-top: 5px;
}

.job-item {
    min-height: 120px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .maintree {
        width: 100%;
        min-height: 0;
        margin: 0;
    }

    .Ads-options li {
        width: 100%;
    }

    #listsort_cont {
        display: none;
    }

    .region_control div {
        font-size: 1em;
    }

    #regionlist li {
        width: 49%;
    }

    .nav-tabs.add-tabs > li > a {
        font-size: 1em;
    }

    .navbar-nav > li.postadd a {
        width: 180px;
    }

    .editblock {
        visibility: visible;
    }

    .editblock span {
        display: none;
    }

    .job-item {
        max-height: none;
    }

    .job-item .add-desc-box {
        padding: 0;
    }
}

#welcome_region .modal-dialog {
    max-width: 400px;
}

.cornerRibbons.AdsRaised {
    background: #16A085;
}

.cornerRibbons.AdsMarked {
    background: #FB8D17;
}

.cornerRibbons.AdsMarked a {
    color: #fff;
}

.cornerRibbons.AdsBlock {
    background: #CC3300;
}

.cornerRibbons.AdsDiscount {
    background: blue;
    color: white;
}

.cornerRibbons {
    left: -14%;
    top: 12%;
    line-height: 17px;
}

.tree1 li {
    margin-left: 10px;
}

.noimg {
    padding-left: 50px !important;
}

.tree1 .badge {
    background-color: #EEEEEE;
    color: #A3A3A3;
}

.tree2 li, .tree3 li {
    display: inline;
}

.tree4 h3 {
    padding-bottom: 0;
}

.tree4 .empty {
    color: silver;
}

.tree4 table {
    width: 100%;
}

#tag_cloud {
    list-style: none;
    width: 100%;
    padding: 0;
}

#tag_cloud li {
    float: left;
    margin: 0 10px;
    font-size: 14px;
    line-height: 30px;
}

#tag_cloud:hover li a {
    opacity: 0.3;
}

#tag_cloud li.tag1 {
    font-size: 1em;
}

#tag_cloud li.tag2 {
    font-size: 1.2em;
}

#tag_cloud li.tag3 {
    font-size: 1.4em;
}

#tag_cloud li.tag4 {
    font-size: 1.6em;
}

#tag_cloud li.tag5 {
    font-size: 1.8em;
}

#tag_cloud li a {
    text-decoration: none;
    transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;

}

#tag_cloud li a:hover {
    color: #0B61A4;
    opacity: 1;
}

.item-carousel .item {
    width: 160px;
}

.item-carousel .item-carousel-thumb {
    width: 100%;
    height: 140px;
}

.item-carousel .item-carousel-thumb img {
    width: 100%;
}

.block_promo_h .item-carousel .item-carousel-thumb {
    height: 140px;
}

.block_promo_h .item-carousel .item {
    width: 190px;
}

.block_promo_h {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 20px 20px 20px 20px;
}

.block_h {
    margin: 10px -10px;
}

.block_f, .block_promo_f {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -40px;
}

.block_promo_l .item-carousel .item, .block_promo_r .item-carousel .item {
    width: 200px;
}

.pricetag {
    position: absolute;
    /*left: calc(100% - 137px);*/
    right: 15px;
    width: 150px;
    top: 20px;
}

.gal-image {
    position: relative;
}

.gal-image .bx-wrapper {
    /*margin-top: -50px;*/
}

.category-content .title-2 {
    line-height: normal;
    /*margin-bottom: 0;*/
}

.ads-details-wrapper .info-row {
    padding-top: 0;
    border-top: 0;
}

.Ads-txt {
    margin-top: -10px;
    margin-bottom: 10px;
}

#contact_iframe, #premium_iframe {
    width: 100%;
    height: 500px;
    border: 0;
}

.captcha_cont img {
    height: 40px;
    margin-right: 10px;
    font-size: 25px;
    float: left;
}

.captcha_cont input {
    height: 40px;
    width: 120px;
    font-size: 25px;
}

.blogs-comment-details {
    padding: 3px 3px 0 0;
}

.blogs-comment-description {
    margin-bottom: 0;
}

.blogs-comment-name {
    margin: 5px 0 0;
}

.comment-block {
    padding-top: 0 !important;
}

.blogs-comment-list > li {
    margin-bottom: 0;
}

.blogs-comment-respond .alert {
    margin-top: 10px;
}

.blogs-comment-form {
    margin-bottom: 10px;
}

.blogs-comment-description textarea {
    width: 100%;
    height: 100px;
}

.blogs-comment-description .btn {
    margin-top: 10px;
    margin-right: 10px;
}

.select_loading {
    position: absolute;
}

#main_form .alert, #panel_reg .alert {
    margin-top: 3px;
    padding: 4px;
    text-align: center;
}

.multiselect p {
    margin-top: 5px;
}

#fields_loading {
    text-align: center;
    margin: 10px;
}

.price_select input {
    display: inline-block;
    width: 59%;
    border-radius: 4px 0 0 4px;
}

.price_select select {
    border-radius: 0 4px 4px 0;
    display: inline-block;
    height: 40px;
    width: 39%;
}

#fields iframe {
    width: 100%;
    height: 90px;
    border: 0;
}

#fields .yandex_field iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.yandex_field p, .text_field p {
    text-align: center;
}

#main_form label i {
    color: #80C080;
}

#main_form label i.fa-asterisk {
    color: #ff8080;
}

div.tooltip {
    min-width: 150px;
}

.field_label {
    font-weight: normal;
}

.bar {
    border: 1px solid #169f83;
    border-radius: 0 0 5px 5px;
    height: 5px;
    margin-top: -5px;
    width: 100%;
}

.bar div {
    background-color: #169f83;
    border-radius: 0 0 5px 5px;
    height: 4px;
}

.form-horizontal .control-label {
    padding-top: 0;
}

#main_form textarea {
    width: 100%;
    height: 150px;
}

#main_form .form_submit {
    text-align: center;
}

#password2 {
    margin-top: 3px;
}

.ok {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 5px;
    margin: 5px;
}

.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 5px;
    margin: 5px;
}

.table-responsive {
    margin-top: 10px;
}

#panel_update .alert, #panel_update .btn, .tab-content .alert {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav-tabs {
    margin-bottom: 5px;
}

#alert_region_success, #alert_region_warning, #alert_cat_success, #alert_cat_warning {
    margin-top: 3px;
    padding: 4px;
    text-align: center;
}

.multiselect select {
    margin-bottom: 2px;
}

#shop_pay_prolong {
    text-decoration: none;
    border-bottom: 3px dotted #e79724;
}

#shop_pay_prolong:hover {
    border-bottom: 1px dotted white;
}

.shop_pay_prolong {
    width: 29%;
    min-height: 90px;
    margin-right: 5px;
    padding: 5px;
    float: left;
    text-align: center;
}

.shop_pay_prolong h3 {
    font-size: 1.2em;
    margin: 0;
}

.shop_pay_prolong p {
    font-weight: bold;
    margin: 10px;
}

#shop_pay_prolong_cont{
    display: inline-block;
    width: 100%;
}

#user_shop_pay_prolong{
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted silver;
    margin-bottom: 10px;
    line-height: 14px;
}
#user_shop_pay_prolong:hover{
    border-bottom: 1px dotted white;
}

.user_shop_pay_prolong{
    width: 100%;
    min-height: 90px;
    margin-right: 5px;
    padding: 5px;
    float:left;
    text-align:center;
}
.user_shop_pay_prolong h3{
    font-size: 1.2em;
    margin:0;
}
.user_shop_pay_prolong p{
    font-weight: bold;
    margin:10px;
}

#user_shop_pay_prolong_cont{
    display: inline-block;
    width: 100%;
}

#ads-filter {
    margin-bottom: 5px;
    height: 35px;
}

.bil img {
    margin: 5px;
}

.ads-details-td .info span {
    font-size: 0.8em;
    margin-bottom: 0;
}

.jobs-list .add-image img {
    max-height: 110px;
}

.seller-profile-img {
    width: auto;
    max-width: 200px;
}

.shop_once {
    margin-left: 4px;
}

.shop_once .seller-contact-info {
    margin-left: -5px;
}

.shop_once #YMapsID {
    height: 250px;
    margin-right: 5px;
    padding-right: 5px;
}

.shop_once h3 {
    padding-bottom: 2px;
    padding-top: 5px;
}

.shop_once .text-muted {
    margin-top: 5px;
}

.front_region_select {
    margin-top: 10px;
}

.make-compact span.date {
    display: none;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
    display: inline;
}

.closeFilter2 {
    cursor: pointer;
    margin: 10px;
    position: absolute;
    right: 0;
    font-size: 16px;
    width: 30px;
    height: 30px;
}

.right-head {
    display: inline-block;
    width: 610px;
    padding-bottom: 0;
}

.left-head {
    display: inline-block;
    height: 80px;
    overflow-y: hidden;
    width: calc(100% - 610px);
}

/* Размер шрифта рядом с лого*/
.logo-text {
    font-size: 12px;
    text-transform: none;
}

.logo-icon img {
    margin-right: 10px;
}

.logo-title {
    margin-top: 5px;
}

@media (max-width: 1100px) {
    .logo-icon img {
        width: 40px;
        margin-right: 10px;
        float: left;
    }
/* Размер шрифта рядом с лого пк версия*/
    .logo-text {
        font-size: 8px;
    }

    .navbar-collapse {
        padding: 0px;
    }

    .navbar-nav > li.postadd a {
        height: 35px;
        padding: 10px;
        width: 150px;
    }

    .pricetag {
        right: -12px;
    }
}

/* настройка окна лого на мобильной версии*/
@media (max-width: 1000px) {
    .logo-icon img {
        width: 30px;
        margin-right: 5px;
        float: left;
    }
/* Размер текста у лога на мобильной версии изначально 12px*/
    .logo-text {
        font-size: 9px;
    }

    .left-head {
        display: block;
        width: 100%;
        text-align: center;
        position: fixed;
        left: 10px;
    }

    .right-head {
        padding-top: 20px;
        width: 100%;
    }
}

@media (max-width: 770px) {
    .right-head {
        width: 100%;
        padding-top: 0;
    }

    .logo-icon img {
        display: none;
    }

    .logo-text {
        display: block;
        line-height: 10px;
        margin-top: 5px;
        position: absolute;
        right: auto;
        text-align: center;
    }

    .navbar-nav {
        margin: 0px;
    }

    .navbar-collapse {
        background-color: white;
        margin: 5px;
        position: fixed;
        right: 0;
        top: 77px;
        width: 200px;
    }

    .navbar-nav > li.postadd a {
        width: 180px;
        margin: 5px;
    }

    .left-head {
        text-align: left;
    }

    .bx-wrapper img {
        width: 100%;
    }
}

@media (max-width: 540px) {
    .logo-text {
        right: 135px;
        left: 0;
    }

    .action-td .btn span {
        display: none;
    }

    .action-td .btn {
        width: 30px;
    }

    .action-td {
        text-align: center;
        width: 40px;
    }
}

.right-head button {
    color: #c1c1c1;
    font-size: 23px;
    margin: 20px 2px 0 !important;
    padding: 8px;
}

.blog-post-content-desc .blog-post-content, .blog-post-meta {
    padding: 0;
}

hr.cut {
    display: none;
}

#frame_days {
    width: 100%;
    height: 50px;
    border: 0px;
}

.frame_pay {
    width: 100%;
    height: 600px;
    border: 0;
}

body.premium {
    background-color: white;
    padding: 10px;
}

body.premium .row {
    margin-left: 0;
    margin-right: 0;
}

.billing_html input[type=button], .billing_html input[type=submit], .billing_html button {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
    line-height: 1.4;
    padding: 10px 12px;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    background-color: #16A085;
    border-color: #16A085;
    color: #fff;
}

.billing_html p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.table-action .row {
    margin-left: 0;
    margin-right: 0;
}

.table-action label {
    padding-left: 0;
}

#frame_days {
    border: 0;
    width: 100%;
    height: 40px;
}

#recount_sum {
    font-weight: bold;
    white-space: nowrap;
    font-size: 1.2em;
}

.allusers li {
    width: 160px;
    min-height: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

.block_search .icon-append {
    top: 5px;
    z-index: 9;
}

label.list-title {
    font-family: Roboto Condensed, Helvetica Neue, Helvetica, sans-serif;
}

.block_search .form-control {
    height: auto;
}

.float_field {
    text-align: left;
}

.float_field label.checkbox-inline {
    margin-left: 0 !important;
    margin-right: 10px;
}

.float_field label.radio-inline {
    margin-left: 0 !important;
    margin-right: 10px;
}

input.price_field {
    width: 70px;
    display: inline;
}

select.price_field {
    width: 80px;
    display: inline;
}

input.num_field {
    width: 100px;
    display: inline;
}

select.num_field {
    width: 90px;
    display: inline;
}

.float_field, .block_search {
    margin-bottom: 10px;
}

.block_h .float_field, .block_f .float_field, .block_b .float_field, .block_t .float_field {
    width: 260px;
    display: inline-block;
    min-height: 100px;
    vertical-align: top;
    margin: 5px;
}

.pull-right.navbar-link.footer-nav a {
    text-transform: none;
    padding: 0;
}

.selectpicker {
    height: auto;
    margin-top: 5px;
}

#browser_reject {
    position: fixed;
    z-index: 90000;
    left: 0;
    top: 0;
    width: 100%;
    font: 13px Arial, Helvetica, sans-serif;
    line-height: 30px;
    padding-left: 42px;
    background: #ffdc3a;
    overflow: hidden;
}

#region_loader_img {
    margin: 10px;
    text-align: center;
}

.page-info {
    background: url(../../images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.wt {
    width: 70px;
}

.worktime {
    margin-top: 5px;
}

.worktime li {
    font-size: 0.9em;
    color: #939393;
    line-height: 1.5em;
}

.block_search .text-center {
    margin-top: 5px;
}

.search_text button {
    height: 31px;
    margin: 0;
    padding-top: 6px;
}

.map_error {
    position: absolute;
    left: 50%;
    top: 40%;
    width: 300px;
    z-index: 9;
}

.map_error div {
    position: relative;
    left: -50%;
    z-index: 9;
}

#selectRegion a {
    color: #149078;
}

#regionlist a {
    color: #333;
}

.info-row span {
    margin-right: 3px;
}

a.license {
    text-decoration: none;
    border-bottom: 1px dashed silver;
}

a.license:hover {
    text-decoration: none;
    border-bottom: 1px dashed white;
}

.sharing {
    margin-bottom: 5px;
}

.cat-title .ln-shadow {
    background-color: transparent;
}

.bx-wrapper img {
    max-width: 500px !important;
}

.item-list.promo .text-right .btn {
    padding-right: 5px;
}

.input-range input {
    font-size: 11px;
    height: 13px !important;
    width: 70px;
    border-radius: 3px;
    border: 1px solid silver;
    color: #787878;
    text-align: center;
}

.input-range .to {
    margin-left: 115px;
}

.rates-range .rate {
    border: 1px solid silver;
    display: inline-block;
    font-size: 11px;
    line-height: normal;
    padding: 2px;
    width: auto;
    border-radius: 3px;
    cursor: pointer;
}

/* Цвет иконки выбора валюты*/
.rates-range .rate.active {
    border-color: #e79724;
    background-color: #314e11;
    color: white;
}

.input-range input:focus {
    border-color: #16a085;
    color: #555;
}

.info-row .edit a {
    color: #9a9a9a;
    text-decoration: underline;
}

.info-row .edit a:hover {
    text-decoration: none;
}

.slider-disabler {
    font-weight: normal;
}

.slider-disabler input {
    vertical-align: -2px;
}

.slider-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.autocomplete-suggestions .autocomplete-suggestion::after {
    content: "\e814";
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-bottom: 10px;
}

.card-body {

    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;

}

.nav-shop > li > a {
    padding: 5px 8px;
}
/* размер надписи в банере мастерской по умолчанию 100%*/
.block_shop .title-2, .shop_top_phone {
    text-shadow: 1px 1px 2px black;
    font-size: 90%;
    font-weight: bold;
    color: white;
    border-bottom: 0;
    margin-bottom: 0px;
}

.block_shop .title-2 {
    float: left;
}
/* расположения надпеси перейти в мастерскую в банаре мастеской было 25*/
.shop_banner_info a {
    float: right;
    line-height: 23px;
}

.shop_top_phone {
    text-align: right;
}

.shop_top_phone a, .top_shop_link {
    color: white;
}

.top_shop_link {
    text-shadow: 1px 1px 2px black;
}

.menu-rates {
    left: 60px;
    width: 200px;
}

.in_title {
    font-size: 18px;
    color: #515151;
}

.in_title p {
    margin-bottom: 0px;
}

.social_top a {
    margin-right: 10px;
    text-shadow: 1px 1px 2px black;
    color: white;
    font-weight: normal;
    font-size: 13px;
}

.social_top a:hover {
    color: #FA7722;
}

/* размер и цвет прайса на странице */
.item-price {
    font-size: 18px;
    line-height: 28px;
    white-space: nowrap;
    display: block;
    word-spacing: -1px;
}

.item-price .currency {
    margin-right: 3px;
    color: #000000;
}

.menu-rates .currency {
    font-weight: normal;
    color: #828282;
}

.badge .currency {
    margin-right: 1px;
    color: silver;
}

.make-grid .category {
    display: none;
}

.pricetag .currency {
    margin-right: 2px;
}

.suggestion_cont {
    position: relative;
}

.suggestion {
    position: absolute;
    width: 400px;
    max-height: 300px;
    z-index: 9999;
    top: -5px;
    background: white;
    overflow-y: scroll;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 3px;
}

.suggestion div {
    border-bottom: 1px solid #f0f0f0;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 2px;
}

.suggestion div:hover, .shovered {
    background-color: #fffdd1;
    cursor: pointer;
}

.suggetion_item:last-child {
    border: 0;
    padding-bottom: 2px;
}

.menu-rates > li > a:hover, .menu-rates > li > a:focus {
    background-color: #81b7e6;
}

.ads-details-td .item-price {
    display: inline;
    margin-right: 3px;
}

@media screen and (max-width: 767px) {
    .input-range .to {
        margin-left: 65px;
    }
}

#region-modal-filter {
    height: 30px;
    margin-left: -5px;
    margin-top: -10px;
}

#region-modal-clear {
    position: absolute;
    display: block;
    top: -5px;
    right: 20px;
    width: 18px;
    height: 16px;
    cursor: pointer;
    color: silver !important;
}

#region-modal-clear:hover {
    color: black !important;
}


.pm-contacts-layout {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 15px auto;
}

.pm-loading-contacts {
    display: flex;
    justify-content: center;
    margin: 60px 0;
}

.pm-loading-more {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.pm-loading-progress {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #0AF;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    animation: pm-loading 1s linear infinite;
}

@keyframes pm-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pm-support{
    position: relative;
    display: inline-block;
    width: 100%;
    color: inherit !important;
    border-radius: 20px;
    cursor: pointer;
}

.pm-support-link{
    display: flex;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #589d0942;
    color: initial;
    height: 72px;
    padding: 0 24px;
    margin: 15px 20px 20px;
    border-radius: 20px;
}

.pm-support-link:hover {
    background-color: #e797248c;
    color: initial;
}

.pm-support-image{
    width: 48px;
    height: 48px;
    margin-left: 12px;
    margin-right: 21px;
    background: url(../../images/icon-pm-support.png) no-repeat center center/cover;
}

.pm-support-description{

}

.pm-support-title{
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0;
}

.pm-support-message{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 9px;
    line-height: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pm-contacts {

}

.pm-contact-empty{
    display: flex;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
    margin: 0 20px 20px;
    border-radius: 20px;
    min-height: 70px;
}

.pm-contact-item {
    position: relative;
    display: inline-block;
    width: 100%;
    color: inherit !important;
    border-radius: 20px;
    cursor: pointer;
}

.pm-contact-wrap {
    display: flex;
    flex-wrap: nowrap;
    padding: 24px 24px 20px;
    border-radius: 20px;
    min-height: 100px;
}

.pm-contact-wrap:hover {
    background-color: #f7f7f5;;
}

.pm-contact-blink {
    -webkit-animation: contact-blink 1s linear infinite;
    animation: contact-blink 1s linear infinite;
}

@-webkit-keyframes contact-blink {
    0% {
        background: #f7f7f5;
    }
    50% {
        background: #e9e9e7;
    }
    100% {
        background: #f7f7f5;
    }
}

@keyframes contact-blink {
    0% {
        background: #f7f7f5;
    }
    50% {
        background: #e9e9e7;
    }
    100% {
        background: #f7f7f5;
    }
}

.pm-contact-preview {
    position: relative;
    width: 65px;
    flex-shrink: 0;
    margin-right: 16px;
}

.pm-contact-preview-item {

}

.pm-contact-preview-avatar {
    display: block;
    width: 60px;
    height: 45px;
    flex-shrink: 0;
    background: url(/../../images/noimage.png) no-repeat center/cover;
    background-color: #f5f5f5;
    border-radius: 8px;
}

.pm-contact-avatar-preview {
    position: absolute;
    display: flex;
    top: -7px;
    left: -6px;
}

.pm-contact-avatar-preview-small {
    max-width: 24px;
    max-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.pm-contact-avatar-preview-item {
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.pm-contact-avatar-small {
    display: block;
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 0;
}

.pm-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 24px;
}

.pm-contact-info-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1px;
}

.pm-contact-name {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin-right: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pm-online{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pm-contact-online {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #43bf00;
    vertical-align: middle;
}

.pm-contact-info-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
}

.pm-contact-new-post .pm-contact-info-product {
    font-weight: 700;
}

.pm-contact-product-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pm-contact-product-name:after {
    content: ' \00B7\00A0';
}

.pm-contact-product-price {
    white-space: nowrap;
}

.pm-contact-product-old-price {
    margin-left: 10px;
    font-size: 13px;
    text-decoration: line-through;
    color: #828282;
    text-decoration-color: #828282;
}

.pm-contact-last-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
}

.pm-contact-message {
    white-space: nowrap;
    color: #8f8f8f;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pm-contact-new-post .pm-contact-message {
    font-weight: 700;
    color: #000000;
}

.pm-contact-message-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.pm-contact-message-status-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 18px;
    color: #8f8f8f;
    height: 18px;
}

.pm-contact-new-post .pm-contact-message-status-date {
    font-weight: 700;
    color: #000000;
}

.pm-contact-message-status {
    display: inline-block;
    background: url(../../images/icon-pm-msg-read.svg) no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    vertical-align: middle;
}

.pm-contact-message-unread {
    background: url(../../images/icon-pm-msg-send.svg) no-repeat;
    margin-right: 0;
}

.pm-contact-message-datetime {
    white-space: nowrap;
}

.pm-contact-menu {
    position: absolute;
    right: 24px;
    bottom: 10px;
}

.pm-contact-menu-btn {
    display: none;
    position: relative;
    background: url("../../images/icon-pm-contact-menu.svg") no-repeat;;
    color: #b8b6b2;
    cursor: pointer;
    height: 24px;
    width: 24px;
}

.pm-contact-menu-btn:hover, .open > .pm-contact-menu-btn {
    background: url("../../images/icon-pm-contact-menu-hover.svg") no-repeat;;
}

.pm-contact-menu-visible, .open > .pm-contact-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pm-contact-dropdown-menu {
    padding: 10px 0;
    left: auto;
    right: 0;
}

.pm-contact-dropdown-menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pm-contact-dropdown-menu > li > a {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.pm-contact-icon-avatar {
    display: block;
    background-color: #f5f5f5;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 8px;
}

.pm-icon-delete-chat {
    display: inline-block;
    background: url(../../images/icon-pm-chat-delete.svg) no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.pm-contacts-more {
    display: flex;
    height: 1px;
}

.pm-modal-contact-delete .modal-body {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.pm-modal-contact-delete .modal-footer {
    display: flex;
    justify-content: center;
    border: 0;
}

.pm-msg-layout {
    width: 100%;
    font-family: "georgia", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.pm-msg-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: inherit !important;
    z-index: 1;
    height: 64px;
    padding: 0 24px 0 30px;
    -webkit-box-shadow: 0 24px 24px -24px rgba(0, 0, 0, .13);
    box-shadow: 0 24px 24px -24px rgba(0, 0, 0, .13);
}

.pm-msg-recipient-item {

}

.pm-msg-back-contacts {
    width: 36px;
    height: 36px;
    margin-left: -8px;
    margin-right: 6px;
    border-radius: 50%;
    cursor: pointer;
}

.pm-msg-back-contacts:hover {
    background-color: #ebeae8;
}

.pm-msg-back-contacts-icon {
    background: url("../../images/icon-pm-back.svg") no-repeat center;
    width: 100%;
    height: 100%;
}

.pm-msg-recipient {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.pm-recipient-contact-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.pm-recipient-contact-preview {
    position: relative;
    width: 53px;
    flex-shrink: 0;
    margin-right: 10px;
    margin-left: 4px;
}

.pm-recipient-contact-preview-item {

}

.pm-recipient-contact-preview-avatar {
    display: block;
    width: 53px;
    height: 40px;
    flex-shrink: 0;
    background: url(/../../images/noimage.png) no-repeat center/cover;
    background-color: #f5f5f5;
    border-radius: 8px;
}

.pm-recipient-contact-avatar-preview {
    position: absolute;
    display: flex;
    top: -7px;
    left: -6px;
}

.pm-recipient-contact-avatar-preview-small {
    max-width: 24px;
    max-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.pm-recipient-preview-item {
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.pm-recipient-contact-avatar-small {
    display: block;
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 0;
}

.pm-contact-header-info{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 44px;
}

.pm-recipient-contact-info {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    top: 0;
    left: 0;
    cursor: default;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.pm-recipient-contact-info-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1px;
}

.pm-recipient-contact-info-confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    color: #c83636;
    line-height: 8px;
}


.pm-recipient-contact-name {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #000;
    margin-right: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pm-recipient-contact-name:hover, .pm-recipient-contact-product-name:hover {
    color: #FA7722
}

.pm-contact-header-online{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pm-recipient-contact-online {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #43bf00;
    vertical-align: middle;
}

.pm-recipient-contact-info-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
}

.pm-recipient-contact-new-post .pm-recipient-contact-info-product {
    font-weight: 700;
}

.pm-recipient-contact-product-name {
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pm-recipient-contact-product-name:after {
    content: ' \00B7\00A0';
}

.pm-recipient-contact-product-price {
    white-space: nowrap;
}

.pm-recipient-contact-product-old-price {
    margin-left: 10px;
    font-size: 13px;
    text-decoration: line-through;
    color: #828282;
    text-decoration-color: #828282;
}

.pm-msg-menu-extended{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

.pm-msg-widjet-zoom-toggler{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pm-recipient-contact-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pm-recipient-contact-menu-btn {
    position: relative;
    background: url("../../images/icon-pm-contact-menu-hover.svg") no-repeat center;
    background-color: #f2efe9;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    cursor: pointer;
    color: #000000;
}

.pm-recipient-contact-menu-btn:hover, .open > .pm-recipient-contact-menu-btn {
    background-color: #e5dfd3;
}

.pm-recipient-contact-menu-visible, .open > .pm-recipient-contact-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pm-recipient-contact-dropdown-menu {
    padding: 10px 0;
    left: auto;
    right: 0;
}

.pm-recipient-contact-dropdown-menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pm-recipient-contact-dropdown-menu > li > a {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.pm-recipient-contact-icon-avatar {
    display: block;
    background-color: #f5f5f5;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 8px;
}

.pm-recipient-icon-delete-chat {
    display: inline-block;
    background: url(../../images/icon-pm-chat-delete.svg) no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.pm-msg-messages-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 400px;
    padding: 20px 18px 0 24px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-color: rgba(0, 0, 0, .21) #fafafa;
    scrollbar-width: thin;
}

.pm-msg-messages-wrap::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: #fafafa;
}

.pm-msg-messages-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .21);
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0);
    border-left-width: 3px;
}

.pm-msg-messages-wrap::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);*/
    background-color: #f1f1f1;
}

.pm-msg-group {

}

.pm-msg-delimiter-date {
    text-align: right;
    padding-top: 8px;
    margin-bottom: 10px;
    height: 30px;
}

.pm-msg-delimiter-value {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    max-width: 100%;
    padding: 2px 10px;
    color: #000;
}

.pm-msg-writes {
    display: flex;
    align-items: end;
    width: 100%;
    height: 100%;
}

.pm-msg-writes-on {
    padding-left: 12px;
    font-size: 12px;
    -webkit-animation: blink 2s linear infinite;
    animation: blink 2s linear infinite;
    color: rgba(0, 0, 0, 1);
}

.pm-msg-scroll-chat {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    bottom: 24px;
    height: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .2s linear, opacity .2s linear;
    transition: visibility .2s linear, opacity .2s linear;
}

.pm-msg-scroll-chat-hide {
    visibility: hidden;
    opacity: 0;
}

.pm-msg-scroll-history {
    position: absolute;
    background: #fff url(../../images/icon-pm-scroll-chat.svg) no-repeat center;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    cursor: pointer;
}

@-webkit-keyframes blink {
    0% {
        color: rgba(0, 0, 0, 1);
    }
    50% {
        color: rgba(0, 0, 0, .2)
    }
    100% {
        color: rgba(0, 0, 0, 1);
    }
}

@keyframes blink {
    0% {
        color: rgba(0, 0, 0, 1);
    }
    50% {
        color: rgba(0, 0, 0, .2)
    }
    100% {
        color: rgba(0, 0, 0, 1);
    }
}

.pm-msg-item-sector {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 40px;
    margin-bottom: 10px;
}

.pm-msg-sender {
    text-align: right;
    padding-right: 40px;
    padding-left: 0;
}

.pm-msg-sender:last-child, .pm-msg-recipient:last-child {
    margin-bottom: 20px;
}

@-webkit-keyframes reply-attention {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes reply-attention {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

.pm-msg-message-avatar {
    position: absolute;
    top: 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 6px;
}

.pm-msg-sender .pm-msg-message-avatar {
    right: 0;
    margin-right: 0;
}

.pm-msg-recipient .pm-msg-message-avatar {
    left: 0;
}

.pm-msg-message-recipient{
    cursor: pointer;
}

.pm-msg-item-wrapper {

}

.pm-msg-message-item {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    vertical-align: top;
    max-width: calc(60% + 48px);
}

.pm-msg-message {
    position: relative;
    background-color: #f2efe9;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 12px;
    max-width: 100%;
    border-radius: 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.pm-msg-sender .pm-msg-message {
    background-color: #ccecff;
}

.pm-msg-message-text {
    color: #000000;
}

.pm-mgs-n-confirm{

}

.pm-mgs-n-confirm-email{
    color: #008a1b;
}

.pm-mgs-n-confirm-phone{
    color: #008a1b;
}

.pm-mgs-n-confirm-delimiter{
    margin-top: 5px;
    border-top: 1px solid #ddd;
}

.pm-mgs-n-confirm-msg{
    margin-top: 5px;
}

.pm-msg-message-product{
    max-width: 320px;
    width: 100%;
    padding: 0;
    background-color: #f2efe9!important;
    font-size: 16px;
    line-height: 22px;
}

.pm-msg-product{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    padding: 6px 12px 6px 6px;
    color: inherit;
    text-align: left;
}

.pm-msg-product-preview{
    height: 100%;
    width: 74px;
    border-radius: 7px;
    border-radius: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pm-msg-product-content{
    font-size: 13px;
    line-height: 18px;
    margin-left: 5px;
    overflow: hidden;
}

.pm-msg-product-title{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 700;
    color: #000;
}

.pm-msg-product-price{
    display: block;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pm-msg-product-price-old{
    margin-left: 10px;
    text-decoration: line-through;
    color: #828282;
    text-decoration-color: #828282;
}

.pm-msg-product-domain{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #97775e;
}

.pm-msg-message-image{
    padding: 0;
}

.pm-msg-message-attach{
    width: 238px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
}

.pm-msg-attach-img{
    display: block;
    width: 100%;
    height: 100%;
}

.pm-msg-message-item .fotorama__fullscreen-icon{
    background: transparent;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.pm-msg-message-item .pm-msg-message-attach:hover{
   opacity: .8;
}

.pm-msg-message-deleted {
    opacity: .5;
}

.pm-msg-message-time {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: calc(100% + 8px);
    padding-bottom: 10px;
    color: #757575;
}

.pm-msg-delete {
    display: none;
    background: url(../../images/icon-pm-msg-delete.svg) no-repeat center;
    background-size: 18px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-bottom: 1px;
    vertical-align: middle;
    cursor: pointer;
}

.pm-msg-sender:hover .pm-msg-delete {
    display: inline-block;
}

.pm-msg-sender .pm-msg-message-time {
    left: -8px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.pm-msg-time-value {

}

.pm-msg-item-wrapper.pm-msg-sender .pm-msg-message-time {
    text-align: right;
}

.pm-msg-read-status {
    display: inline-block;
    background: url(../../images/icon-pm-msg-send.svg) no-repeat;
    width: 10px;
    height: 15px;
    margin-right: 5px;
    margin-bottom: 1px;
    vertical-align: middle;
}

.pm-msg-read-status.pm-msg-is-read {
    background: url(../../images/icon-pm-msg-read.svg) no-repeat;
    width: 18px;
}

.pm-msg-fields-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-shadow: 0 -24px 24px -24px rgba(0, 0, 0, .13);
    box-shadow: 0 -24px 24px -24px rgba(0, 0, 0, .13)
}

.pm-msg-field-attachment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-right: 6px;
    margin-bottom: 2px;
}

.pm-msg-attachment-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.pm-msg-attachment-menu {
    width: 36px;
    height: 36px;
    background: url(../../images/icon-pm-attach-menu.svg) no-repeat center;
    border-radius: 50%;
    cursor: pointer;
}

.pm-msg-attachment-menu:hover, .open > .pm-msg-attachment-menu {
    background-color: #ebeae8;
}

.pm-dropdown-menu {
    padding: 10px 0;
    left: 0;
    top: -60px;
    margin: 0;
}

.pm-dropdown-menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pm-dropdown-menu > li > a {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 8px 16px 10px;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
}

.pm-msg-attach-image{

}

.pm-icon-msg-attach-image{
    display: inline-block;
    background: url(../../images/icon-pm-attach-image.svg) no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.pm-msg-attach-product{

}

.pm-icon-msg-attach-product{
    display: inline-block;
    background: url(../../images/icon-pm-attach-product.svg) no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.pm-msg-attach-images {
    position: relative;
    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;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}

.pm-files-attach-field {
    opacity: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: 0.4px;
    height: 0.4px;
}

.pm-files-attach-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../../images/icon-pm-attach-image.svg) no-repeat center;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.pm-files-attach-label:hover {
    background-color: #ebeae8;
}

.pm-msg-input {
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.pm-msg-field-textarea {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background-color: transparent;
    vertical-align: middle;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 16px;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    resize: none;
    max-height: 320px;
    border-radius: 6px;
    transition: height .1s linear;
}

.pm-msg-field-textarea:focus {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 3px #a1dfff;
}

.pm-msg-send {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    width: 36px;
    height: 36px;
    background: url(../../images/icon-pm-send.svg) no-repeat 8px 6px;
    cursor: pointer;
    border-radius: 50%;
    margin-top: auto;
    margin-bottom: 2px;
    margin-left: 4px;
}

.pm-msg-send:hover {
    background-color: #ebeae8;
}

.pm-msg-send.pm-msg-disabled, .pm-msg-send.pm-msg-disabled:hover {
    background: url(../../images/icon-pm-send-disabled.svg) no-repeat 8px 6px;
    background-color: transparent;
    cursor: default;
}

.pm-msg-send.pm-msg-wait-send, .pm-msg-send.pm-msg-wait-send:hover{
    background: transparent;
}

.pm-msg-wait{
    display: flex;
    justify-content: center;
    margin: auto;
}

.pm-msg-errors{
    display: none;
    position: fixed;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #ff5555;
    color: #ffffff;
    max-width: 330px;
    font-size: 16px;
    left: 0;
    right: 0;
    bottom: 15px;
    padding: 10px 15px;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .08);
    z-index: 3010;
    cursor: pointer;
}
.pm--msg-errors-items{
    float: left;
    width: 100%;
    position: relative;
    word-wrap: break-word;
    color: #000000;
}

.pm-msg-link{
    position: relative;
}

.pm-counter-wrap{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ff3d2f;
    width: 16px;
    min-width: 16px;
    height: 16px;
    padding: 0 2px;
    border-radius: 10px;
    text-align: center;
}

.pm-counter{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    font-size: 11px;
    padding: 0;
}

.deflection-counter-wrap{
    position: absolute;
    background: #9811d1;
    border-radius: 10px;
    bottom: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
}

.navbar-toggle .pm-counter-wrap{
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 8px;
    height: 8px;
    min-width: unset;
}

.pm-products-list{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.pm-product-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px;
    margin: 0 30px 8px;
    cursor: pointer;
}

.pm-products-empty{

}

.pm-product-preview{
    display: block;
    border-radius: 4px;
    width: 85px;
    height: 65px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pm-product-content{
    margin-left: 15px;
}

.pm-product-title{
    font-weight: 700;
    line-height: 16px;
}

.pm-product-price{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
}

.pm-product-old-price{
    margin-left: 10px;
    font-size: 15px;
    text-decoration: line-through;
    color: #828282;
    text-decoration-color: #828282;
}

.pm-widjet-layout{
    position: fixed;
    bottom: 0;
    right: calc(50% - 870px);
    height: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 3000;
	
}

.pm-widjet-wrapper{
    background: #fff;
    -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .15);
    position: relative;
    height: 590px;
    max-height: calc(80vh - 32px);
    width: 375px;
}

.pm-widjet-collapse{
    height: auto;
    width: auto;
}

.pm-widjet-show {
    -webkit-animation: pm-widjet-show 100ms ease-in-out 1;
    animation: pm-widjet-show 100ms ease-in-out 1;
}

.pm-widjet-collapse-out {
    -webkit-animation: pm-widjet-collapse 150ms ease-in-out 1;
    animation: pm-widjet-collapse 150ms ease-in-out 1;
}

@-webkit-keyframes pm-widjet-show {
    0% {
        width: 250px;
        height: 74px;
    }

    100% {
        height: 590px;
        width: 375px;
    }
}

@keyframes pm-widjet-show {
    0% {
        width: 250px;
        height: 74px;
    }

    100% {
        height: 590px;
        width: 375px;
    }
}

@-webkit-keyframes pm-widjet-collapse {
    100% {
        width: 250px;
        height: 40px;
    }

    0% {
        height: 590px;
        width: 375px;
    }
}

@keyframes pm-widjet-collapse {
    100% {
        width: 250px;
        height: 40px;
    }

    0% {
        height: 590px;
        width: 375px;
    }
}

.pm-widjet-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #fbfbfb;
}

.pm-widjet-zoom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.pm-widjet-wrapper, .pm-widjet-content, .pm-widjet-zoom{
    border-radius: 10px 10px 0 0;
}

.pm-widjet-zoom:hover, .pm-widjet-chat .pm-msg-header:hover{
    background-color: #f7f7f7;
}

.pm-widjet-toggler{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pm-widjet-fullscreen-toggler{
    display: none;
}

.pm-widjet-show .pm-widjet-fullscreen-toggler{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pm-widjet-fullscreen-wrapper{
    margin-right: 5px;
}

.pm-widjet-fullscreen-control{
    background: url(../../images/icon-pm-fullscreen.svg) no-repeat 6px center;
    width: 100%;
    height: 100%;
    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;
}

.pm-widjet-in-fullscreen .pm-widjet-fullscreen-control{
    transform: rotate(180deg);
}

.pm-widjet-zoom-custom{
    width: 130px;
    height: 27px;
    padding: 0 4px 0 10px;
}

.pm-widjet-zoom-opened{
    height: 74px;
    padding: 0 20px;
}

.pm-widjet-zoom-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pm-widjet-zoom-value{
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin-right: 3px;
}

.pm-widjet-zoom-title .pm-counter-wrap{

}

.pm-widjet-zoom-toggler{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pm-widjet-zoom-toggler-wrapper, .pm-widjet-fullscreen-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
}

.pm-widjet-zoom-toggler-wrapper:hover, .pm-widjet-fullscreen-wrapper:hover{
    background-color: #ebeae8;
}

.pm-widjet-zoom-toggler-btn{
    background: url(../../images/icon-pm-collapse.svg) no-repeat 3px center;
    width: 90%;
    height: 90%;
    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;
}

.pm-widjet-show .pm-widjet-zoom-value{
    font-size: 20px;
}

.pm-widjet-show .pm-widjet-zoom-toggler{
    top: 20px;
    right: 12px;
}
.pm-widjet-show .pm-widjet-zoom-toggler-btn{
    transform: rotate(180deg);
    background-position: 5px 4px;
}

.pm-widjet-chat{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
}

.pm-widjet-chat .pm-loading-contacts{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
}

.pm-widjet-chat .pm-contacts-layout{
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
}

.pm-widjet-chat .pm-contacts-wrap{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.pm-widjet-chat .pm-contacts-wrap::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: #fafafa;
}

.pm-widjet-chat .pm-contacts-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .21);
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0);
    border-left-width: 3px;
}

.pm-widjet-chat .pm-contacts-wrap::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);*/
    background-color: #f1f1f1;
}

.pm-widjet-chat .pm-contact-item {
    border-radius: 0;
}

.pm-widjet-chat .pm-contact-wrap {
    padding: 20px 20px 15px;
    border-radius: 0;
    min-height: 90px;
}

.pm-widjet-chat .pm-contact-menu {
    display: none;
}

.pm-widjet-chat .pm-msg-header{
    height: 74px;
    padding: 0 20px 0 20px;
}

.pm-widjet-chat .pm-msg-menu-extended{
    margin-left: 5px;
}

.pm-widjet-chat .pm-msg-fields-wrap{
    padding-top: 8px;
    padding-bottom: 8px;
}

.pm-widjet-chat .pm-msg-message-attach {
    width: 134px;
    height: 96px;
    height: 96px;
}

@media (max-width: 1765px) {
    .pm-widjet-layout{
        right: 40px;
    }
}

@media (max-width: 767px) {

    .ts-pms-layout{
        overflow: hidden;
    }

    .ts-pms-layout .header, .ts-pms-layout .carousel-wrapper, .ts-pms-layout .block_t, .ts-pms-layout .block_b,
    .ts-pms-layout .footer, .ts-pms-layout .page-info {
        display: none;
    }

    .ts-pms-layout .main-container, .ts-pms-layout .main-container .container, .ts-pms-layout .page-content,
    .ts-pms-layout .category-content {
        padding: 0;
    }

    .ts-pms-layout .main-container .container .row{
        margin: 0;
    }

    .ts-pms-layout .category-content{
        border-radius: 0;
    }

    .ts-pms-layout .category-content h1{
        display: none;
    }

    .ts-pms-layout .pm-msg-layout {
        position: fixed;
        top: 0;
        background: #fff;
        height: 100%;
        padding: 0;
        box-shadow: none;
    }

    .ts-pms-layout .ts-container {
        position: fixed;
    }

    .ts-pms-layout .pm-msg-layout {
        height: 100%;
    }

    .pm-msg-header{
        padding: 0 15px 0 15px;
    }

    .pm-msg-fields-wrap {
        position: absolute;
        width: 100%;
        bottom: 0;
        background-color: #ffffff;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        z-index: 20;
    }
}

@media (max-width: 425px) {

    .pm-contact-wrap{
        padding: 15px 5px 15px;
        border-radius: 0;
        min-height: 90px;
    }

    .pm-contact-preview{
        margin-right: 5px;
    }

    .pm-contact-info{
        margin-right: 5px;
    }

    .pm-contact-menu{
        display: none;
    }

    .pm-msg-header {
        padding: 0 10px 0 15px;
    }

    .pm-msg-fields-wrap{
        padding: 5px;
    }

    .pm-msg-message-item{
        max-width: calc(50% + 48px);
    }

    .pm-msg-message{
        font-size: 13px;
        line-height: 18px;
        padding: 6px 8px;
    }

    .pm-msg-message-attach {
        width: 134px;
        height: 96px;
    }

    .pm-msg-message-image {
        padding: 0;
    }

    .pm-msg-message-time{
        font-size: 11px;
    }

    .pm-msg-field-textarea{
        font-size: 14px;
        line-height: 22px;
    }
/* настройки положения мал окна сообщений справо слева на телеф */
    .pm-widjet-layout{
        left: calc(50% - -23px);
    }

    .pm-widjet-deployed{
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
    }
/* настройки размера мал окна сообщений на телеф */
    .pm-widjet-wrapper{
        width: 130px;
    }

    .pm-widjet-deployed .pm-widjet-wrapper{
        height: 100%;
        max-height: 100%;
        width: 100%;
    }

    .pm-widjet-zoom-opened{
        height: 50px;
    }

    .pm-widjet-show .pm-widjet-fullscreen-toggler{
        display: none;
    }

    .pm-widjet-deployed .pm-widjet-wrapper, .pm-widjet-deployed .pm-widjet-content, .pm-widjet-deployed .pm-widjet-zoom{
        border-radius: 0;
    }

}

.pm-widjet-in-fullscreen{
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.pm-widjet-in-fullscreen .pm-widjet-wrapper{
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.pm-widjet-in-fullscreen .pm-widjet-wrapper, .pm-widjet-in-fullscreen .pm-widjet-content, .pm-widjet-in-fullscreen .pm-widjet-zoom{
    border-radius: 0;
}

