@font-face {
    font-family: "Rouble";
    src: url("../fonts/rouble.eot");
    src: url("../fonts/rouble.eot?#iefix") format("embedded-opentype"),
    url("../fonts/rouble.woff") format("woff"),
    url("../fonts/rouble.ttf") format("truetype"),
    url("../fonts/rouble.svg#Rouble") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'),
    url('../fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'),
    url('../fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'),
    url('../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Regular.eot");
    src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular.svg#Roboto") format("svg");
}

.universal_link_red_color {
    color: #FF3700 !important;
}

.universal_link_blue_color {
    color: #4FB4FF !important;
}

.universal_link_black_color {
    color: #000000;
}

.universal_link_red_color:hover,
.universal_link_blue_color:hover {
    color: #FFFFFF !important;
}

.universal_link_white_color {
    color: #FFFFFF !important;
}

.universal_link_white_color:hover {
    color: #FF3700 !important;
}

.universal_link_black_color:hover {
    color: #DFDFDF;
}

.no-flick {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    color: #00b4ff;
    text-decoration: none;
}

body {
    min-width: 1220px;
    background-color: #fff;
    font-family: Arial, Tahoma, Geneva, sans-serif;
    font-size: 12px;
}

body,
input {
    line-height: 1.42857143;
}

input,
select,
textarea {
    outline: 0 none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-left {
    text-align: left;
}

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

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

.rouble {
    font-family: "Rouble";
    font-weight: normal;
    font-style: normal;
}

.rouble,
.sur-sym_tg,
.sur-sym_grn,
.sur-sym_kc {
    margin-left: 4px;
}

.wrap {
    margin: 0 10px;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.hide {
    display: none;
}

.loading {
    background: #fff url('../images/loader.gif') no-repeat 10% center;
}

.h1,
.h2,
.h3 {
    display: block;
    font-weight: bold;
}

.h2 {
    font-size: 16px;
}

.h3 {
    font-size: 14px;
}

.universal_link_red_color {
    color: #FF3700 !important;
}

.universal_link_blue_color {
    color: #4FB4FF !important;
}

.universal_link_black_color {
    color: #000000;
}

.universal_link_red_color:hover,
.universal_link_blue_color:hover {
    color: #FFFFFF !important;
}

.universal_link_white_color {
    color: #FFFFFF !important;
}

.universal_link_white_color:hover {
    color: #FF3700 !important;
}

.universal_link_black_color:hover {
    color: #DFDFDF;
}

.font-weight-bold {
    font-weight: bold;
}

.app_wrapper {
    display: flex;
    gap: 10px;
    width: min-content;
    margin: 20px 0 0 auto;
}

.app_android_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1)
}

.app_android_wrapper .qr_code {
    width: 98px;
    height: 98px;
    border-radius: 15px;
    padding: 5px;
    background-color: white
}

.app_android_wrapper .store_icon {
    width: 98px;
    height: 31.61px
}

a.app_android {
    display: inline-block;
}

a.app_android img {
    width: 150px;
}

/**
 * Buttons
 */

.btn {
    display: inline-block;
    border: 0 none;
    border-radius: 10px;
    padding: 15px 30px;
    background: none;
    font-size: 12px;
    text-decoration: none;
}

.new-item-btn {
    background: #dfdfdf;
    color: #424242;
}

.add-to-favorites-btn {
    padding-left: 15px;
    padding-right: 15px;
}

.level-up-btn {
    display: block;
    height: 21px;
    width: 22px;
    background: url(../images/icon-up.png) 0 0 no-repeat;
}

.bid-btn,
.buy-now-btn,
.add-to-cart-btn {
    border-radius: 10px;
    margin-bottom: 5px;
    background: #ff3700;
    color: #fff;
    font-weight: bold;
}

.add-to-cart-btn {
    margin-right: 5px;
}

.buy-now-btn_gray,
.add-to-cart-btn_gray {
    background-color: #dfdfdf;
    color: #424242;
}

.auth-btn,
.registration-btn,
.btn-green {
    margin-top: 15px;
    width: 160px;
    color: #fff;
    font-weight: bold;
}

.auth-btn,
.red-btn {
    background: #ff3700;
    color: white;
    font-weight: bold;
}

.registration-btn,
.btn-green {
    background: #35ba01;
}

.safe-deal-btn {
    background: #005FF1;
    margin-top: 10px;
    width: 180px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}

.captcha-btn {
    padding-left: 10px;
    padding-right: 10px;
}

.apply-filter-btn,
.reset-filter-btn {
    border-radius: 24px;
    margin-left: 15px;
    padding: 13px 0;
    width: 47px;
}

.apply-filter-btn {
    border: 2px solid #78c962;
}

.reset-filter-btn {
    border: 2px solid #ff1111;
}

.settings-btn, .btn-red {
    border-radius: 10px;
    background: #ff3700;
    color: #fff;
    font-weight: bold;
}

.settings-btn[disabled] {
    background-color: grey;
}

thead tr.feedback_view_table_header {
    border-bottom: 1px solid #dfdfdf;
    font-weight: bold;
}

div.feedback_response {
    color: rgb(167, 167, 167);
    padding-left: 5px;
    margin-left: 20px;
    margin-top: 10px;
    border-left: 2px solid rgb(187, 187, 187);

}

div.more_suborders {
    margin-top: 0px;
}

thead tr.feedback_view_table_header th {
    padding: 5px;
}

tr.feedback_snippet_container {
    border-bottom: 1px solid #dfdfdf;
    vertical-align: top;

}

tr.feedback_snippet_container td {
    padding: 5px;
}

div.no_feedbacks {
    font-size: 20px;
    font-weight: bold;
    color: #dfdfdf;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.vkontakte-btn-in {
    display: inline-block;
    height: 25px;
    width: 100px;
    background: url(../images/external_account/vkontakte.png) 0 0 no-repeat;
    background-size: contain;
}

/**
 * Icons
 */

.icon {
    display: inline-block;
    margin: -8px 0 -6px;
    height: 24px;
    width: 24px;
    background-position: center 0;
    background-repeat: no-repeat;
}

.icon_agree {
    background-image: url(../images/icon-agree.png);
}

.icon_apply {
    background-image: url(../images/icon-apply.png);
}

.icon_c {
    background-image: url(../images/icon-c.png);
}

.icon_clock {
    background-image: url(../images/icon-clock.png);
}

.icon_fav {
    background-image: url(../images/icon-fav.png);
    width: 23px;
}

.icon_plus {
    background-image: url(../images/icon-plus.png);
}

.icon_refresh {
    background-image: url(../images/icon-refresh.png);
    width: 24px;
}

.icon_reset {
    background-image: url(../images/icon-reset.png);
}

.icon_star {
    background-image: url(../images/icon-star.png);
    width: 18px;
}

.icon_up {
    background-image: url(../images/icon-up.png);
    width: 22px;
}

.icon_users {
    background-image: url(../images/icon-users.png);
    width: 24px;
}

.icon_bpp {
    background-image: url(../images/icons/icon_bpp.png);
    background-size: cover;
}

.icon_location {
    background-image: url(../images/icons/icon-location_24.png);
}

/**
 * Controls
 */

.form__row {
    margin-bottom: 12px;
}

.form__control {
    display: inline-block;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 14px 15px;
    background: #fff;
    color: #414141;
}

textarea.form__control {
    max-width: 100%;
    resize: vertical;
}

.form__control:disabled {
    background-color: #f0f0f0;
}

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

.form__checkbox {
    display: block;
    margin: 15px 0;
}

.form__control_block1 {
    display: block;
    width: 50%;
}

.form__control_block2 {
    display: block;
    width: 25%;
}

.form__control_block3 {
    display: block;
    width: 50%;
    float: left;
    margin-right: 15px;
}

div.unit {
    padding-top: 15px;
}

#exists_images {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.offer_image_box {
    float: left;
    margin: 0 20px 20px 0;
    width: 200px;
}

#delete-all-images {
    position: absolute;
    left: 200px;
    top: 16px;
    cursor: pointer;
    color: #00b4ff;
}

/**
 * Layout
 */

.header__links {
    background: #252525;
}

.header__main {
    position: relative;
}

.header__search {
    position: relative;
}

.search__control {
    border: 0;
    position: absolute;
    left: 30px;
    top: 0;
    width: 180px;
    height: 46px;
    color: #424242;
}

.search__submit {
    position: absolute;
    top: 0;
    right: 4px;
    border: 0 none;
    height: 46px;
    width: 46px;
    background: url(../images/search.png) 0 0 no-repeat;
    text-indent: -9999px;
}

.search__drop {
    position: absolute;
    top: 0;
    left: -28px;
    border: 0 none;
    height: 46px;
    width: 34px;
    background: url(../images/icon-reset.png) center no-repeat;
    text-indent: -9999px;
}

.header__btn {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding: 15px 0 15px 48px;
    vertical-align: top;
    text-decoration: none;
}

.header__btn_side {
    padding-left: 48px;
    padding-top: 48px;
    padding-bottom: 0;
}

.header__btn_phone {
    display: none;
}

.header__btn__icon {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #dfdfdf;
    border-radius: 23px;
    height: 48px;
    width: 48px;
    background: #fff url(../images/header-icons.png);
}

.header__btn__icon_side {
    background-position: -92px 0;
}

.header__btn__icon_phone {
    background-position: 0 0;
}

.header__btn__icon_cart {
    background-position: -46px 0;
}

.header__btn__text {
    color: #424242;
    font-size: 12px;
    text-align: left;
    margin-left: 17px;
}

.header__btn__text_cart {
    display: none;
    width: 125px;
}

/*.header__logo {
    width: 254px;
    margin: 29px 0 0;
    text-align: center;
    float: left;
}*/

.nav {
    text-align: center;
}

.user-nav {
    display: none;
    text-align: right;
}

.user-nav__item {
    display: inline-block;
    list-style: none;
    line-height: 32px;
}

.user-nav__item_left {
    float: left;
}

.user-nav__link {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.user-nav__link_disc {
    color: #ff3700;
}

.user-nav__link_rubl {
    color: #00b4ff;
}

.main {
    clear: both;
}

.main-nav {
    display: none;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-bottom: 15px;
    width: 100%;
    background: #fff;
    text-align: left;
}

.main-nav__item {
    display: table-cell;
    text-align: center;
    list-style: none;
}

.main-nav__link {
    display: inline-block;
    padding: 20px 5px;
    color: #424242;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}

.main-nav__link_disc {
    color: #ff3700;
}

.main-nav__link_active,
.main-nav__link:hover {
    color: #414141;
}

.main-nav__link strong {
    display: block;
}

.side {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
    width: 250px;
    background: #252525;
    overflow: auto;
}

.side_active {
    display: block;
}

.side-nav {
    text-align: left;
}

.side-nav__link {
    display: block;
    border-top: 1px solid #dfdfdf;
    padding: 10px 15px;
    background: #fff;
    color: #424242;
    font-size: 12px;
    text-decoration: none;
}

.side-nav__link_user {
    border-top: 1px solid #202020;
    background: #252525;
    color: #fff;
}

footer {
    background-color: #000000;
    color: #FFFFFF;
    margin: 0 -15px;
}

footer li {
    list-style: none;
}

footer .links {
    font-size: 14px;
    padding-bottom: 57px;
}

footer .links li:first-child {
    padding-top: unset;
}

footer .links li {
    padding-top: 18px;
}

footer .links > div {
    padding: 56px 80px 0 0;
}

footer .description_band {
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
}

footer .about_site {
    padding-bottom: 30px;
    font-size: 10px;
}

footer .about_site .community_icons {
    text-align: left;
}

footer .about_site > div {
    padding-top: 30px;
}

footer .about_site .community_icons li {
    float: left;
    padding-right: 8px;
}

.community_icons img:hover,
.community_icons_mobile img:hover {
    filter: alpha(opacity=80);
    opacity: 0.80;
}

/*.footer {
    padding: 25px 0 30px;
    background: #f4f4f4;
    font-size: 12px;
    text-align: center;
    width: 100%;
    height: 250px;
    bottom: 0px;
}

.footer__links, .footer__social {
    padding-left: 15px;
    padding-right: 15px;
}

.footer__links {
    margin-bottom: 20px;
}

.footer__social {
    margin-bottom: 20px;
}

.footer__links__item, .footer__social__item {
    display: inline-block;
}

.footer__links__item {
    border-left: 1px solid #b4b4b4;
    margin: 5px 0;
    padding-left: 5px;
    padding-right: 2px;
}

.footer__links__item_first {
    border-left: 0 none;
}

.footer__links__link {
    color: #b4b4b4;
}

.footer__social__link {
    display: block;
    height: 60px;
    width: 60px;
    background: url(../images/social.png) 0 0 no-repeat;
    text-indent: -9999px;
}

.footer__social__link_vk {
    background-position: 0 0;
}

.footer__social__link_ig {
    background-position: -70px 0;
}

.footer__social__link_ok {
    background-position: -140px 0;
}

.footer__social__link_fb {
    background-position: -210px 0;
}

.footer__logo {
    display: inline-block;
    margin-bottom: 25px;
}

.footer__text, .footer__text__link {
    color: #b4b4b4;
}

.footer__text {
    text-align: center;
}*/

.title {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.title_xs {
    font-size: 10px;
}

.title_s {
    font-size: 13px;
}

.title_m {
    font-size: 16px;
}

.title_l {
    font-size: 20px;
}

.section {
    margin: 15px 0 35px;
}

.section_banner, .section_secondary {
    display: none;
}

.section_banner {
    margin-top: 60px;
    margin-bottom: 60px;
}

.section_secondary {
    border-top: 1px dashed #b7b7b6;
    margin: 0;
    background: #fff;
    padding-bottom: 10px;
}

.banner {
    overflow: hidden;
}

.banner__photo, .banner__image, .secondary__photo, .secondary__image {
    display: block;
}

.banner__image, .secondary__image {
    width: 100%
}

.section__title {
    margin-bottom: 20px;
    color: #414141;
}

.section__box {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.slick-list {
    overflow: hidden;
}

.showcase_main .slick-list {
    height: 399px;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    z-index: 100;
    border: 0 none;
    margin-top: -26px;
    height: 53px;
    width: 53px;
    background: url(../images/slick.png) 0 0 no-repeat;
    text-indent: -9999px;
}

.slick-prev {
    left: -10px;
    background-position: 0 0;
}

.slick-next {
    right: -10px;
    background-position: -53px 0;
}

.carousel {
    position: relative;
}

.section__list, .carousel__item__box {
    height: 335px;
}

.carousel__item {
    float: left;
    width: 100%;
}

.carousel__item__box {
    position: relative;
    margin: 0 auto;
    padding-top: 15px;
    width: 235px;
}

.carousel__item__photo, .carousel__item__title, .carousel__item__sub {
    display: block;
}

.carousel__item__title .title_box {
    height: 90px;
    overflow: hidden;
}

.carousel__item__photo {
    position: relative;
    width: 200px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 5px;
    text-align: center;
}

.carousel__item__disc {
    position: absolute;
    bottom: 5px;
    right: 25px;
    border-radius: 38px;
    padding: 24px 0;
    height: 76px;
    width: 76px;
    background: #38b800;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.carousel__item__title {
    padding: 0 30px;
    color: #424242;
    font-size: 16px;
    text-decoration: none;
}

.carousel__item__sub {
    position: absolute;
    bottom: 15px;
    left: 30px;
    color: #ff3700;
    font-weight: bold;
}

.carousel__item__small {
    font-size: 10px;
}

.carousel__item__price {
    font-size: 16px;
}

.carousel__item__price_old {
    color: #8c8c8c;
    text-decoration: line-through;
}

.carousel__item__price_disc {
    color: #38b800;
}

.section_showcase {
    display: none;
    position: relative;
}

.showcase_main {
    float: left;
    width: 74%;
}

.showcase_side {
    float: right;
    width: 24.3%;
}

.showcase__item {
    float: left;
    width: 100%;
}

.showcase__photo, .showcase__image {
    display: block;
}

.showcase__photo {
    border-radius: 10px;
    overflow: hidden;
}

.showcase__image {
    width: 100%;
}

div.emergent_message_container {
    background-color: #FFFFE5;
    text-align: center;
    width: 100%;
}

div.emergent_message_container .emergent_message {
    height: 40px;
    line-height: 40px;
    margin: 0 40px;
}

div.emergent_message_close {
    position: absolute;
    right: 14px;
    top: 8px;
    color: #000000;
    font-size: 1.3em;
    cursor: pointer;
}

.emergent_message_close {
    position: fixed;
    right: 10px;
    top: 2px;
    color: #e50000;
    font-size: 1.3em;
    cursor: pointer;
}

/*@media (min-width: 500px) {*/
.carousel__item {
    border-left: 1px dotted #b9b9b9;
    margin-left: -1px;
    margin-right: 1px;
}

/*}*/
/*@media (min-width: 768px) {*/
.user-nav__link {
    padding-left: 15px;
    padding-right: 15px;
}

.user-nav__link.community {
    padding-left: 12px;
    padding-right: unset;
}

.section_banner, .section_secondary {
    display: block;
}

.section_showcase {
    display: block;
}

/*}*/
/*@media (min-width: 992px) {*/
.header__search {
    width: 641px;
    float: left;
    margin: 29px 20px 20px 20px;
}

.header__right {
    width: 205px;
}

.header__right, .header__search {
    height: 48px;
}

.header__btn, .header__search {
    margin-top: 35px;
}

.header__btn_side {
    display: none;
}

.header__btn__text_cart {
    display: block;
}

.header__btn {
    margin-right: 15px;
}

.user-nav {
    display: block;
}

.main-nav {
    display: table;
}

/* Operation panel */
div.operation_panel_container {
    background-color: white;
    position: absolute;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 3px 3px 3px #888888;
    z-index: 100;
}

/*}*/
/*@media (min-width: 1220px) {*/
.wrap {
    margin: 0 auto;
    width: 1140px;
}

.header__btn_phone {
    display: inline-block;
}

/*}*/
@media (min-width: 1400px) {
    .slick-prev {
        left: -76px;
    }

    .slick-next {
        right: -76px;
    }
}

/**
 * Content
 */

.content {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fff;
    color: #414141;
}

.content_orders_group {
    border-top: 1px solid #dfdfdf;
    margin-bottom: 20px;
    background: #fff;
    color: #414141;
    padding-top: 20px;
}

.order_group_content_box {
    width: 100%;
    padding: 10px 20px 0px 10px;
}

.order_group_content_box .order_in_group_box {
    width: 100%;
    float: left;
}

.order_group_content_box .order_in_group_box p {
    padding: 10px 0 5px 0;
    margin: 0;
}

.order_group_content_box .order_in_group_box .delimiter {
    font-weight: bold;
    margin: 10px;
}

.order_group_content_box .buyer_line {
    border-bottom: 1px dotted #dfdfdf;
    padding-bottom: 10px;
    margin-top: 0px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.order_group_content_box .order_delimiter {
    border-bottom: 1px dotted #dfdfdf;
    padding-bottom: 10px;
    margin-top: 0px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.order_group_content_box .order_total {
    width: 100%;
    float: left;
}

.order_group_content_box .order_total p {
    font-weight: bold;
}

.order_group_content_box .order_total span {
    color: orangered;
}

.order_group_content_box .order_total p.delivery {
    font-weight: bold;
    color: #414141;
}

.order_group_content_box .order_total span.delivery {
    color: #414141;
}

.order_group_content_box .buyer_line .buyer_title {
    margin-left: 10px;
    font-weight: bold;
}

.order_group_action_box {
    display: none;
}

.order_group_action_box .action_delimiter {
    border-bottom: 1px dotted #dfdfdf;
    padding-bottom: 10px;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 10px;
}

.order_group_selection {
    padding: 5px;
}

.order_group_selection .selection_all {
    margin-left: 20px;
    margin-right: 10px;
    color: #00b4ff;
    text-decoration: underline;
    cursor: pointer;
}

.order_group_selection .selection_remove {
    margin-left: 10px;
    color: #00b4ff;
    text-decoration: underline;
    cursor: pointer;
}

.buyer_active {
    border: 1px solid #999;
}

.content__breadcrumbs {
    border-bottom: 1px solid #dfdfdf;
    padding: 25px 30px 15px;
}

.content__breadcrumbs__tools {
    margin-top: -12px;
}

.content__row {
    display: table;
    width: 100%;
}

.percentagebar {
    clear: both;
    margin-top: 1px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 14px;
    width: 1140px;

    border: 1px solid #dfdfdf;
    border-radius: 10px;
    color: white;
    height: 50px;
}

.content__col {
    display: table-cell;
    vertical-align: top;
}

.content__side {
    border-right: 1px solid #dfdfdf;
    width: 20%;
}

.content__listing {
    width: 80%;
}

.user_list_table {
    width: 100%
}

.user_list_table th {
    border-top: 1px dotted #dfdfdf;
    vertical-align: top;
    padding: 20px 0;
}

.user_list_table td {
    border-top: 1px dotted #dfdfdf;
    vertical-align: top;
    padding: 10px 0;
}

.user_list_table tr td:first-child,
.user_list_table tr th:first-child {
    padding-left: 10px;
}

.user_list_table tr:last-child td {
    padding-left: 0;
}

.breadcrumb {
    list-style: none;
}

.breadcrumb__item:before,
.breadcrumb__link {
    color: #00b4ff;
}

.breadcrumb__item {
    display: inline;
}

.breadcrumb__item:before {
    display: inline;
    content: ">";
}

.breadcrumb__item:first-child:before {
    display: none;
}

.widget {
    border-top: 1px solid #dfdfdf;
    padding: 21px 30px 30px;
}

.cabinet__widget_categories {
    padding-bottom: 15px;
}

.cabinet__widget_categories:first-child {
    padding-top: 30px;
}

.widget:first-child {
    border: 0 none;
}

.widget__title {
    margin-bottom: 20px;
    line-height: 21px;
}

.cabinet__widget__title {
    margin-bottom: 7px;
}

.side-categories {
    list-style: none;
}

.side-categories__item {
    border-top: 1px dotted #dfdfdf;
    padding: 7px 0;
    color: #424242;
}

.side-categories__item:first-child {
    border: 0 none;
}

.side-categories__link,
.side-filter__param__link,
.side-filter__param__more,
.side-filter__param__remove {
    color: #424242;
    font-size: 13px;
    text-decoration: none;
}

.side-categories__item_orange,
.side-categories__item_active,
.side-filter__param_active {
    font-weight: bold;
}

.side-categories__item_orange {
    color: #ff3700;
}

.side-filter__param__more {
    color: #00b4ff;
}

.side-filter {
    font-size: 13px;
    margin-bottom: 15px;
}

.side-filter__params {
    list-style: none;
}

.side-categories__length,
.side-filter__param__length {
    font-size: 10px;
    font-weight: normal;
}

.side-filter__param__remove {
    float: left;
    margin-left: -17px;
    margin-top: -1px;
    color: #e50000;
    font-size: 15px;
}

.side-filter__form {
    margin: 15px -5px 0;
}

.side-filter__control {
    width: 75px;
    text-align: center;
}

.side-filter__control.form__control_block {
    width: 100%;
}

.listing {
    padding: 15px 13px;
}

.listing__options {
    border-bottom: 1px dotted #dfdfdf;
    margin-bottom: 15px;
    padding: 0 10px 15px;
    float: left;
    width: 100%;
}

.listing__options_bottom {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.listing__operations {
    margin-top: 15px;
    height: 20px;
    height: 47px;
}

.listing__operations .operations_head {
    margin-right: 20px;
    float: left;
    font-weight: bold;
    height: 47px;
    padding-top: 15px;
}

.listing__operations .operations_actions {
    margin-left: 60px;
    margin-right: 20px;
    float: left;
    font-weight: bold;
    height: 47px;
    padding-top: 15px;
}

.listing__operations .separator {
    float: left;
    margin: 0 5px 0 5px;
    height: 47px;
    padding-top: 15px;
}

.listing__operations .selection {
    float: left;
    color: #0083ff;
    cursor: pointer;
    height: 47px;
    padding-top: 15px;
}

.listing__operations .operation {
    margin-right: 30px;
    float: left;
    height: 47px;
}

.listing__sort {
    position: relative;
    display: inline-block;
    color: #424242;
}

.listing__sort__label {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    background: #fff;
    padding-left: 15px;
    line-height: 39px;
    cursor: pointer;
    min-width: 300px;
}

.listing__sort__type,
.listing__sort__options__link {
    color: #00b4ff;
    text-decoration: none;
    cursor: pointer;
}

.listing__sort__arrow {
    display: inline-block;
    border-left: 1px solid #dfdfdf;
    margin-left: 30px;
    height: 39px;
    width: 39px;
    text-align: center;
    float: right;
}

.listing__sort__options {
    position: absolute;
    display: none;
    border: 1px solid #dfdfdf;
    border-width: 0 1px 1px;
    border-radius: 0 0 10px 10px;
    padding: 5px 15px 15px;
    width: 100%;
    background: #fff;
    z-index: 1;
}

.listing__sort_active .listing__sort__label {
    border-radius: 10px 10px 0 0;
}

.listing__sort_active .listing__sort__options {
    display: block;
}

.listing__sort__options__name {
    width: 50%;
}

.listing__sort__options__type {
    margin-left: 50%;
}

.listing__sort__options__name + .listing__sort__options__type {
    /*margin-top: 10px;*/
}

.listing__sort__options_delimetr {
    margin: 10px;
}

.listing__pager {
    color: #424242;
    list-style: none;
}

.listing__pager__page {
    display: inline;
    margin: 0 4px;
}

.last_page {
    margin-left: 10px;
}

.listing__pager__control {
    margin: 0 3px;
    padding: 11px 5px;
    width: 60px;
    text-align: center;
}

.listing__pager__link {
    color: #00b4ff;
    text-decoration: none;
    cursor: pointer;
}

.listing__pager__arrow {
    cursor: pointer;
}

.wait {
    padding: 30px;
    text-align: center;
    font-size: 16px;
    color: #ff3700;
}

.arrow {
    display: inline-block;
    background: url(../images/arrows.png) 0 0 no-repeat;
    text-decoration: none;
    text-indent: -9999px;
}

.arrow_left,
.arrow_right {
    height: 17px;
    width: 10px;
}

.arrow_top,
.arrow_bottom {
    height: 10px;
    width: 17px;
}

.arrow_left {
    background-position: 0 0;
}

.arrow_right {
    background-position: -10px 0;
}

.arrow_top {
    background-position: 0 -17px;
}

.arrow_bottom {
    background-position: 0 -27px;
}

.listing__length {
    list-style: none;
    padding: 11px 0 12px;
}

.listing__length__len,
.listing__length__link {
    color: #424242;
}

.listing__length__len {
    display: inline;
}

.listing__length__link {
    text-decoration: none;
}

.listing__length__link:before {
    content: " | ";
}

:first-child > .listing__length__link:before {
    display: none;
}

.listing__length__link_active {
    color: #00b4ff;
}

.offers {
    margin-bottom: 15px;
}

.offers__title {
    margin-bottom: 15px;
}

.offers__item {
    position: relative;
}

.offers__item.active > .offers__item__box {
    border: 1px solid #999;
}

/*.offers__item.active .conversation_link{
    bottom: 19px;
}*/
.offers__item__id {
    margin-top: -10px;
    margin-bottom: 3px;
}

.offers__item__box {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-bottom: 10px;
    min-height: 116px;
    overflow: hidden;
}

.offers__item__photo {
    float: left;
    margin-right: 25px;
    height: 116px;
    width: 187px;
    background-repeat: no-repeat;
    background-position: center;
}

.offers__item__photo,
.offers__item__image {
    display: block;
}

.offers__item__details {
    padding: 19px 25px 27px;
}

div.offers__item__counts {
    font-size: 11px;
}

.offers__item__details {
    border-left: 1px solid #dfdfdf;
    margin-left: 188px;
}

.fbio .offers__item__details {
    background-color: #faf4d0;
}

.offers__item__discount {
    position: absolute;
    top: 10px;
    left: -7px;

}

.offers__item__discount .discount_num {
    height: 28px;
    font-weight: bold;
    font-size: 20px;
    background: #1bb826 no-repeat 0 0;
    color: white;
}

.offers__item__discount .discount_triangle {
    width: 7px;
    height: 7px;
    background: url("../images/discount_triangle_in_listing.png") no-repeat 0 0;
}

.offers__item__purchase {
    padding: 19px 25px 0;
    float: right;
    text-align: right;
}

.offers__item__price,
.offers__item__buy-now {
    margin-bottom: 5px;
    color: #ff3700;
}

.offers__item__price.green_price {
    color: #35ba01;
}

.green {
    color: #35ba01;
}

.offers__item__delivery {
    color: #1bb826;
}

.offers__item__price {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.offers__item__buy-now span {
    color: #414141;
}

.offers__item__title {
    display: block;
    color: #414141;
    text-decoration: none;
    -webkit-transition: 1s ease-out;
    -webkit-transition-delay: 0.2s;
    -o-transition: 1s ease-out;
    -o-transition-delay: 0.2s;
    -moz-transition: 1s ease-out;
    -moz-transition-delay: 0.2s;
    transition: 1s ease-out;
    transition-delay: 0.2s;
    font-size: 16px;
}

.offers__item__params {
    min-height: 30px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.offers__item__params_one {
    min-height: 20px;
}

.offers__item__expiry,
.offers__item__amount,
.offers__item__popularity {
    float: left;
    margin-right: 35px;
    margin-bottom: 10px;
}

.listing__seo {
    border-top: 1px dotted #dfdfdf;
    margin-top: 15px;
    padding: 15px 10px 0;
    color: #424242;
}

.content__offer__photos {
    width: 640px;
}

.content__offer__details {
    padding: 10px;
    width: 557px;
}

.offer__block {
    border-top: 1px dotted #dfdfdf;
    padding: 15px 30px;
}

.big_margin {
    margin-top: 50px;
}

.offer__block:first-child {
    border-top: 0 none;
}

.offer__title {
    margin-bottom: 25px;
}

.offer__link {
    color: #66d2ff;
}

.offer__price,
.offer__bid,
.offer__actions {
    float: left;
}

.offer__price,
.offer__bid {
    margin-right: 25px;
}

.offer__actions {
    padding-top: 24px;
    margin-right: -50px;
}

.offer__price__title,
.offer__bid__title {
    color: #b1b1b1;
    font-weight: normal;
}

.offer__price__title {
    margin-bottom: 12px;
}

.offer__bid__title {
    margin-bottom: 10px;
}

.offer__price__rur,
.offer__price__usd {
    color: #ff3700
}

.offer__price__rur {
    font-weight: bold;
}

.offer__bid__control {
    width: 100px;
    text-align: center;
}

.offer__parameters,
.offer__payment__list,
.offer__seller__etc {
    list-style: none;
}

.offer__parameters__item {
    margin: 8px 0;
}

.offer__parameters__icon {
    margin-right: 13px;
    width: 24px;
}

.offer__payment__list {
    margin-bottom: 10px;
}

.offer__payment__item {
    position: relative;
    border-bottom: 1px dotted #dfdfdf;
    margin-left: 10px;
    margin-top: 5px;
}

.offer__payment__item:before {
    position: absolute;
    left: -10px;
    content: "-";
}

.offer__payment__type,
.offer__payment__value {
    margin-bottom: -5px;
    background: #fff;
}

.offer__payment__type {
    float: left;
    padding-right: 5px;
}

.offer__payment__value {
    float: right;
    padding-left: 5px;
}

.offer__seller {
    position: relative;
    margin-bottom: 20px;
    color: #424242;
}

.offer__seller__label {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    background: #fff;
    padding-left: 15px;
    height: 35px;
    padding: 0 7px;
    cursor: pointer;
    line-height: 35px;
}

.offer__seller__label .rating_badge {
    vertical-align: top;
    margin: 2px 3px;
    height: 29px;
    width: 30px;
}

.offer__seller__label .avatar_widget {
    vertical-align: top;
    margin: 2px 3px;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    overflow: hidden;
}

.offer__seller__arrow {
    float: right;
    display: inline-block;
    border-left: 1px solid #dfdfdf;
    margin-left: 30px;
    height: 39px;
    width: 39px;
    text-align: center;
}

.offer__seller__options {
    position: absolute;
    display: none;
    border: 1px solid #dfdfdf;
    border-width: 0 1px 1px;
    border-radius: 0 0 10px 10px;
    padding: 15px;
    width: 100%;
    background: #fff;
    z-index: 100;
}

.offer__seller_active .offer__seller__label {
    border-radius: 10px 10px 0 0;
}

.offer__seller_active .offer__seller__options {
    display: block;
}

.offer__seller__name,
.offer__seller__more {
    margin: 0 10px;
}

.offer__info {
    padding: 9px 15px;
    color: #7a7a7a;
}

.offer__info__sep {
    margin: 0 4px;
}

.tabs__list {
    padding: 0 25px;
    list-style: none;
}

.tabs__tab {
    display: inline-block;
}

.tabs__link {
    position: relative;
    display: block;
    border: 1px solid #dfdfdf;
    border-width: 1px 1px 0;
    border-radius: 10px 10px 0 0;
    margin: 0 -8px;
    padding: 7px 35px;
    background: #fff;
    color: #7a7a7a;
    text-decoration: none;
    outline: none;
}

._wide {
    padding: 7px 30px;
}

.tabs__link_active {
    margin-bottom: -1px;
    padding-bottom: 8px;
    color: #414141;
    font-weight: bold;
    z-index: 25 !important;
}

._red {
    color: orangered;
}

.tabs__content {
    display: none;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}

.tabs__content_active {
    display: block;
}

.order_group_title_container {
    color: orangered;
    margin-left: 5px;
    font-size: 14px;
}

.order_group_title_change_action {
    margin-right: 20px;
    color: #00b4ff;
    text-decoration: underline;
    cursor: pointer;
}

.order_group_delivery_cost_action {
    float: right;
    color: #00b4ff;
    text-decoration: underline;
    cursor: pointer;
}

.order_group_title_change_cancel, .order_group_action_cancel {
    margin-left: 30px;
    color: #00b4ff;
    text-decoration: underline;
    cursor: pointer;
}

.order_group_title_change_container {
    display: none;
}

.content_auth,
.content_registration {
    padding: 25px 0 150px;
    color: #424242;
}

.content_registration {
    padding-bottom: 25px;
}

.auth__text,
.registration__text {
    font-size: 13px;
}

.auth__title,
.registration__title {
    margin-top: 45px;
    margin-bottom: 20px;
    color: #414141;
}

.registration__title {
    margin-top: 10px;
}

.auth__form,
.registration__form {
    margin-bottom: 40px;
}

.empty {
    padding: 225px 0;
    color: #b5b5b5;
    text-align: center;
}

.cabinet__filter__control {
    width: 210px;
}

.cabinet__settings {
    padding: 30px 40px 40px;
    /*float: left;*/
    position: relative;
}

.cabinet__settings__title {
    margin-bottom: 40px;
}

.settings {
    list-style: none;
}

.settings__param {
    border-top: 1px dotted #dfdfdf;
    padding: 10px 0;
    color: #424242;
}

.settings__param:first-child {
    border: 0 none;
}

.settings__form__current,
.settings__param__value {
    color: #ff3700;
    font-weight: bold;
}

.settings__param__change {
    float: right;
    color: #00b4ff;
    font-size: 10px;
    font-weight: bold;
}

.settings__form {
    color: #424242;
}

.settings__form__control {
    width: 250px;
}

.cabinet__settings.balance {
    color: black;
}

.cabinet__settings.balance .title,
.cabinet__settings.balance .current_balance {
    font-weight: bold;
    font-size: 26px;
    margin-left: 34px;
}

.cabinet__settings.balance .current_balance .rouble {
    font-weight: bold;
}

.cabinet__settings.balance .current_balance {
    margin-top: 21px;
    color: #61B436;
}

.cabinet__settings.balance .current_balance.red {
    color: #FF3700;
}

.cabinet__settings.balance .cabinet__settings__title {
    float: left;
}

.cabinet__settings.balance .cabinet__settings__title .title_m {
    margin-top: 32px;
    margin-left: 34px;
    font-size: 14px;
}

.cabinet__settings.balance .cabinet__settings__title#pay, .cabinet__settings.balance .cabinet__settings__title#installment {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 30px;
    padding: 28px 20px 35px 34px;
}

.cabinet__settings.balance .cabinet__settings__title#pay .title {
    width: 100%;
    margin-left: initial;
    margin-bottom: 39px;
}

.cabinet__settings.balance .cabinet__settings__title#pay .manual {
    width: 100%;
    margin-left: initial;
    font-size: 14px;
}

.cabinet__settings.balance .cabinet__settings__title#installment .title {
    width: 100%;
    margin-left: initial;
    margin-bottom: 39px;
}

.cabinet__settings.balance .cabinet__settings__title#pay .group {
    float: left;
    margin-right: 35px;
    max-width: 290px;
}

.cabinet__settings.balance .cabinet__settings__title#pay .group .title {
    font-size: 14px;
    font-weight: bold;
    padding-left: 26px;
    margin-bottom: 10px;
    width: 100%;
}

.cabinet__settings.balance .cabinet__settings__title#installment .installment_box {
    margin-top: 30px;
}

.cabinet__settings.balance .cabinet__settings__title#installment .installment_box .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 0;
    width: 20%;
}

.cabinet__settings.balance .cabinet__settings__title#installment .installment_description {
    font-size: 12px;
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
}

.cabinet__settings.balance .cabinet__settings__title#pay .group .p_gate_item {
    float: left;
    width: 140px;
    line-height: 70px;
}

.cabinet__settings.balance .cabinet__settings__title#pay .group .p_gate_item input {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: initial;
}

.cabinet__settings.balance .cabinet__settings__title#pay .group .p_gate_item img {
    width: 90px;
    margin-left: 10px;
}

.cabinet__settings.balance #paw-wizard .btn.red-btn {
    font-size: 14px;
    font-weight: bold;
    padding: 17px 40px 18px 40px;
    float: right;
}

.cabinet__settings.balance #installment-wizard .btn.btn-green {
    font-size: 14px;
    font-weight: bold;
    padding: 16px 40px 16px 40px;
    margin-top: 0;
    width: 210px;
}


.cabinet__settings.balance #paw-wizard, .cabinet__settings.balance #installment-wizard {
    position: relative;
}

.cabinet__settings.balance #paw-wizard #pay_amount {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    padding: 11px 35px 11px 20px;
    border: solid 1px #dfdfdf;
    border-radius: 10px;
    margin-bottom: 16px;
}

.cabinet__settings.balance #installment-wizard #installment_amount {
    width: 30%;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    padding: 11px 35px 11px 20px;
    border: solid 1px #dfdfdf;
    border-radius: 10px;
    margin-bottom: 16px;
    margin-right: 20px;
    float: left;
}

.cabinet__settings.balance #paw-wizard #installment_amount {
    width: 60%;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    padding: 11px 35px 11px 20px;
    border: solid 1px #dfdfdf;
    border-radius: 10px;
    margin-bottom: 16px;
}

.cabinet__settings.balance #paw-wizard .unit {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 0;
}

.cabinet__settings.balance #installment-wizard .unit {
    position: absolute;
    top: 10px;
    left: 150px;
    padding: 0;
}

.cabinet__settings.balance #paw-wizard .unit span, .cabinet__settings.balance #installment-wizard .unit span {
    font-weight: bold;
    font-size: 20px;
}

#categoryHandSelect {

    list-style-type: none;
    width: 100%;
}

#categoryHandSelect li > select,
#categoryHandSelect li > .select {
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    color: #414141;
    padding: 14px 15px;
    -webkit-appearance: menulist-textfield !important;
    height: 200px !important;
    overflow: auto;
}

#categoryHandSelect li > .select li {
    cursor: pointer;
    margin: initial;
    padding: 0 5px;
}

#categoryHandSelect li > .select li.selected {
    background-color: #FF3700;
    color: white;
    border-radius: 5px;
}

#categoryHandSelect li > .select li:not(.selected):hover {
    color: red;
}

#subscription_form #categoryHandSelect > li {
    float: left;
    width: 30%;
    margin-right: 3%;
}

#categoryLoader .find_tree {
    float: right;
    cursor: pointer;
    margin-left: 100px;
    padding-top: 15px;
}

#categoryLoader .find_tree select {
    width: 200px;
}

#categoryLine {
    color: #00b4ff;
    font-size: 14px;

}

#deliverySection label.checkbox, #params label.checkbox {
    display: block;
    padding: 10px 0 10px 0;
}

#deliverySection label.checkbox input[type=checkbox], #params label.checkbox input[type=checkbox] {
    margin-right: 10px;
}

.newitem_desc {

    border: 1px solid #dfdfdf;
    border-radius: 10px;
    color: #414141;
    padding: 14px 15px;
    width: 100%;
    height: 400px;
}

div.confirmation_block_wrapper {
    padding: 10px;
    width: 400px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ff3700;
    border-radius: 10px;
    text-align: center;
}

div.simple_form_wrapper {
    /*background-color: yellow;*/
    padding: 20px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px
}

div.simple_form_wrapper h1 {
    margin-top: 0px;
}

div.simple_form_wrapper .error {
    color: red;
}

div.drop_image_icon {
    background-position: center 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0;
    background-image: url("../images/icon-reset.png");
    background-color: white;
    border: 1px solid grey;
    position: absolute;
    height: 22px;
    width: 22px;
    z-index: 999;
    cursor: pointer;
}

.ma-layer {
    background: #222 none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    list-style: outside none none;
    margin: 0;
    padding: 5px 30px 15px 30px;
    position: absolute;
    display: none;
    z-index: 290;
}

.ma-layer li {
    font-size: 1.1rem;
    line-height: 1.2em;
    margin: 0;
    padding: 6px 0;
    text-align: left;
    white-space: nowrap;
}

.ma-layer li a {
    color: #fff;
}

div.mainpage_offer_photo_container {
    height: 100%;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

div.search-type-select {
    display: table;
    right: 54px;
    top: 0;
    position: absolute;
    width: 165px;
}

div.search-type-select ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #dedede;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 31px 10px 10px;
    position: absolute;
    right: -1px;
    top: 18px;
    transition: all 0.1s linear 0s;
    visibility: hidden;
    width: 175px;
    z-index: 282;
    list-style: outside none none;
}

div.search-type-select ul li {
    list-style: outside none none;
    padding: 0;
    text-align: left;
}

div.search-type-select ul li a {
    color: #292929;
    display: block;
    font-size: 1.1rem;
    padding: 4px 0 4px 6px;
    text-decoration: none;
}

div.search-type-select ul li span {
    color: #292929;
    display: block;
    font-size: 1.1rem;
    padding: 4px 0 4px 6px;
    text-decoration: none;
    cursor: pointer;
}

div.search-type-select strong {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 1px 50%;
    color: #535353;
    cursor: pointer;
    display: table-cell;
    font-size: 1.0rem;
    font-weight: 400;
    height: 46px;
    padding: 5px 0 5px 10px;
    text-align: right;
    vertical-align: middle;
    z-index: 281;
}

div.search-type-select strong span {
    display: inline-block;
    max-height: 38px;
    max-width: 160px;
    overflow: hidden;
    padding-right: 23px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 282;
}

div.search-type-select strong span + i {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat;
    background-position: center -8px;
    display: block;
    height: 6px;
    margin-left: 8px;
    position: absolute;
    right: 0px;
    top: 20px;
    transition: transform 0.1s ease 0s;
    width: 13px;
    z-index: 283;
}

div.search-type-select.active strong span + i {
    transform: rotate(180deg);
}

.separator-top::after {
    top: 0;
}

.separator-top::after, .separator-bottom::after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.01), #f2f2f2 10%, #d4d4d4 40%, #d4d4d4 60%, #f2f2f2 90%, rgba(255, 255, 255, 0.01));
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.separator-top {
    margin-top: 3px;
    padding-top: 3px;
    position: relative;
}

select.search-type-select {
    display: none;
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #969696;
    cursor: pointer;
    font-size: 1.2rem;
    right: 50px;
    position: absolute;
    width: 175px;
}

div.search-type-select.active ul {
    opacity: 1;
    visibility: visible;
}

.flash-alert.alert-success {
    border: 3px solid red;
}

.alert.alert-success.red {
    border: 3px solid red;
}

.flash-alert,
.alert {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    position: relative;
    border: 1px solid transparent;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 30px;
    margin: 0 auto;
    width: 1140px;
    margin-bottom: 20px;
}

.alert-success {
    background-color: #fff;
    border-color: #dfdfdf;
    color: #303030;
    text-align: center;
}

.object_content {
    font-size: 12px;
}

.object_select {
    width: 18px;
}

.object_checkbox {
    margin: 0 10px 0 5px;
    cursor: pointer;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#sortable li {
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    width: 200px;
    height: 200px;
    font-size: 4em;
    text-align: center;
}

#sortable li > font {
    background: white none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #ff7000;
    font-size: 1em;
    font-weight: 700;
    height: 70px;
    margin-left: -35px;
    margin-top: 65px;
    position: absolute;
    text-align: center;
    width: 70px;
    z-index: 11;
    opacity: 0.6;
}

#sortable li > div.del_icon {
    color: red;
    cursor: pointer;
    font-size: 1px;
    margin-left: 170px;
    margin-top: 10px;
    position: absolute;
    z-index: 12;
    background: url("../images/icon-reset.png") center no-repeat;
    width: 21px;
    height: 21px;
    display: none;
}

#sortable li > div.left_rotate_icon,
#sortable li > div.right_rotate_icon {
    color: red;
    cursor: pointer;
    font-size: 1px;
    margin-left: 166px;
    margin-top: 165px;
    position: absolute;
    z-index: 12;
    background: url("../images/icons/left_rotate.png") center no-repeat;
    width: 22px;
    height: 24px;
    display: none;
}

#sortable li > div.right_rotate_icon {
    margin-left: 10px;
    background: url("../images/icons/right_rotate.png") center no-repeat;
}

.uploaded_image .img,
.existed_image .img {
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.uploaded_image .img.rotate90,
.existed_image .img.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.uploaded_image .img.rotate180,
.existed_image .img.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.uploaded_image .img.rotate270,
.existed_image .img.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

#user_form {
    position: relative;
    top: 0;
    overflow: auto;
    margin: 0;
    padding: 0;
}

#user_field {
    position: relative;
    top: 0;
    border: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.watch_elements {
    float: left;
    width: 28px;
    height: 21px;
    margin: 4px 6px 50px 0;
    padding-right: 5px;
    background: url("../images/icon-fav.png") left no-repeat;
    cursor: pointer;
}

.watch_elements.active {
    background-image: url("../images/icon-fav-active.png")
}

.offers__item__details .title a:visited,
.offer-popup .title a:visited {
    color: #777777;
}

.paw-wizard {
    box-shadow: 0 6px 13px -13px #000;
    position: relative;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e9f0f3 0px, #eaf0f4 100%) repeat scroll 0 0;
    border-bottom: 1px solid #c5cdd1;
    border-radius: 8px;
    width: 500px;
    padding: 30px;
    margin: 30px 0 30px 0;
    float: left;
}

.paw-info {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    background-color: #f2f2f2;
    float: left;
    margin-bottom: 30px;
}

.paw-conteiner {
    width: 400px;
    margin: 0 auto;
    height: 60px;
}

.paw-send {
    color: red;
    margin: 0px 0 0 0px;
    float: left;
    display: none;
}

.operation_panel_block {
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #37ff00;
    width: 600px;
    border-radius: 6px;
    background-color: #dfd
}

.operation_panel_element {
    margin: 0 auto;
}

#backtotop {
    background: url("../images/up.png") no-repeat;
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 89px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 88px;
    z-index: 100;
}

* html #backtotop {
    position: absolute;
}

.public_filter_link {
    color: #00b4ff;
}

.public_filter_li {
    padding: 0 0 3px 10px;
}

.public-filter__param__remove {
    float: left;
    margin-top: -1px;
    color: #e50000;
    font-size: 15px;
}

.all_ {
    padding-top: 10px;
    color: #00b4ff;
    cursor: pointer;
}

.margin_direct {
    margin-bottom: 20px;
}

.margin_panel {
    margin-bottom: 30px;
}

.day_code {
    margin-right: 20px;

}

.address-wrap {
    float: left;
    width: 100%;
}

.address {
    float: left;
    border: 1px solid #dfdfdf;
    margin: 0 20px 20px 0;
    padding: 10px;
    border-radius: 6px;
}

.address.checked,
.address.checked .arddlv-edit,
.address.checked .arddlv-remove,
.address.checked .adr_default {
    background-color: #dfd;
    border-color: #37ff00;
}

.address .arddlv-edit,
.address .arddlv-remove,
.address .adr_default input {
    cursor: pointer;
    color: black;
    font-weight: bold;
}

#adrdlv_form {
    float: left;
    width: 100%;
}

#adrdlv_save_address {
    cursor: pointer;
}

#adrdlv_add {
    float: left;
    cursor: pointer;
    margin-bottom: 20px;
}

#address_delivery {
    margin-top: 10px;
    position: relative;
    float: left;
    width: 100%;
}

#address_delivery * {
    z-index: 100;
    position: relative;
}

#address_load {
    position: absolute;
    width: 100%;
    height: 100%;
}

#address_load.address_active {
    background: #fff url('../images/ajax-loader.gif') no-repeat 10% center;
    background-color: RGBA(255, 255, 255, 0.6);
    z-index: 200;
}

#adrdlv_add,
#adrdlv_save_address {
    background-color: #35ba01;
}

.hideCheckoutAddress .address.checked,
.hideCheckoutAddress .address.checked .arddlv-edit,
.hideCheckoutAddress .address.checked .arddlv-remove,
.hideCheckoutAddress .address.checked .adr_default {
    background-color: white;
    border-color: #dfdfdf;
}

.hideRadioDefaultButton .address .adr_default {
    display: none;
}

.address.checked.edit {
    border-color: #37ff00;
}

#adrdlv_form.hideСheckboxFormEdit #adrdlv_form_default_parent {
    display: none;
}

#adrdlv_form.hideButtonSaveOnlyReg #adrdlv_save_address.not_show {
    display: none;
}

.promo_icon {
    background-color: #ff3700;
    color: white;
    padding: 1px 5px 2px;
    font-size: 10px;
    border-radius: 4px;
    margin-right: 2px;
}

.show_edit {
    padding-top: 8px;
}

.show_edit span {
    color: #00b4ff;
    cursor: pointer;
    border-bottom: 1px dashed;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #sortable li > font {
        background: white none repeat scroll 0 0;
        border: medium none;
        border-radius: 50%;
        color: #ff7000;
        font-size: 1em;
        font-weight: 700;
        height: 70px;
        margin-left: 60px;
        margin-top: 65px;
        position: absolute;
        text-align: center;
        width: 70px;
        z-index: 11;
        opacity: 0.6;
    }
}

/**
 * Dialog
 */

.dialog_head {
    background-color: #e9e9e9;
    display: table;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 8px 0;
    width: 100%;
}

.dialog_head_back,
.dialog_head_info,
.dialog_head_refresh {
    display: table-cell;
    padding: 16px 20px;
    vertical-align: top;
}

.dialog_head_back,
.dialog_head_refresh {
    width: 1%;
}

.dialog_head_back {
    border-right: 1px solid #bbbbbb;
}

.dialog_head_user a.username {
    color: #ff5a00;
}

.dialog_head_back a.back {
    background: url(../images/header-back.png) center center no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 32px;
    width: 32px;
}

.dialog_head_title a {
    /*color: #000;*/
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    text-decoration: none;
}

.dialog_head_title small {
    color: #8f8f8f;
    font-size: 10px;
}

.dialog_head_back {
    padding-top: 18px;
    padding-bottom: 0;
}

.dialog_head_refresh {
    padding: 21px 25px 0 0;
    text-align: right;
}

.dialog_head_refresh a {
    background: url(../images/refresh.png) center center no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 27px;
    width: 27px;
}

.dialog_head_delete {
    padding: 21px 25px 0 0;
    text-align: right;
}

.dialog_head_delete a {
    background: url(../images/icon_delete.jpg) center center no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 27px;
    width: 27px;
}

.message_my .dialog_message_remove {
    float: left;
    margin-left: -16px;
    margin-top: -12px;
    color: #e50000;
    font-size: 16px;
    cursor: pointer;
    display: none;
    outline: none;
}

.message_me .dialog_message_remove {
    float: left;
    margin-left: 154px;
    margin-top: -30px;
    color: #e50000;
    font-size: 16px;
    cursor: pointer;
    display: none;
    outline: none;
}

/**
 * Dialog messages list
 */

#dialog_messages_list {
    padding: 0 15px;
}

@media (min-width: 768px) {

    #dialog_messages_list {
        padding: 0 30px;
    }

}

#dialog_messages_list .message_row {
    /*overflow: hidden;*/
    word-wrap: break-word;
    max-width: 831px;
    position: relative;
}

#dialog_messages_list .anchor {
    position: absolute;
    top: -50px;
}

#dialog_messages_list #load_old_messages {
    text-align: center;
    color: #4FB4FF;
    cursor: pointer;
}

#dialog_messages_list .message_date {
    border-top: 1px dashed #767676;
    color: #767676;
    font-size: 12px;
    margin: 20px 5% 5px;
    text-align: center;
    width: 90%;
}

#dialog_messages_list .message_date span {
    background-color: #fff;
    top: -8px;
    padding: 0 5px;
    position: relative;
}

#dialog_messages_list .message_bubble {
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    min-width: 120px;
    max-width: 85%;
    padding: 12px 18px;
    position: relative;
    /*word-break: break-all;*/
    /*word-wrap: break-word;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

#dialog_messages_list .message_bubble:after {
    content: '';
    position: absolute;
    top: 14px;
    width: 15px;
    height: 15px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#dialog_messages_list .message_my {
    text-align: left;
}

#dialog_messages_list .message_my .message_bubble,
#dialog_messages_list .message_my .message_bubble:after {
    /*background-color: #7f7f7f;*/
    background-color: #F2F2F2;
    color: #7F7F7F;
}

#dialog_messages_list .message_my .message_bubble:after {
    left: -8px;
}

#dialog_messages_list .message_me {
    text-align: right;
}

#dialog_messages_list .message_me .message_bubble,
#dialog_messages_list .message_me .message_bubble:after {
    /*background-color: #ff5a00;*/
    background-color: #FFEEE6;
    color: #FB5A00;
}

#dialog_messages_list .message_me .message_bubble:after {
    right: -8px;
}

#dialog_messages_list .message_bubble span {
    display: block;
    color: #7f7f7f;
    font-size: 10px;
    position: absolute;
    top: 12px;
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
}

#dialog_messages_list .message_bubble span i {
    color: #ff5a00;
    font-style: normal;
    padding-left: 3px;
}

#dialog_messages_list .message_my .message_bubble span {
    right: -150px;
}

#dialog_messages_list .message_me .message_bubble span {
    left: -150px;
}

#dialog_messages_list .selected .message_bubble,
#dialog_messages_list .selected .message_bubble:after {
    background-color: red;
}

/**
 * + CONVERSATION LISTING
 */
.conversation_line {
    cursor: pointer;
    display: table;
    position: relative;
    width: 100%;
    height: 76px;

    border-collapse: separate;
    border: 1px solid #DFDFDF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 2px;

    padding: 11px 13px;

    /*line-height: 16px;
    min-height: 48px;
    padding: 8px 0;*/
}

.conversation_line > * {
    display: table-cell;
    vertical-align: middle;
    padding-left: 18px;
}

.conversation_line .avatar_icon,
.conversation_line .avatar_icon .avatar_widget {
    height: 54px;
    width: 54px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    border-radius: 27px;
}

.conversation_line .related_offer_img {
    width: 100px;
}

.conversation_line .related_offer_img .show_img_popup {
    height: 53px;
}

.conversation_line .message_related_block {
    width: 190px;
}

.conversation_line .message_related_block *,
.conversation_line .related_block * {
    color: black;
}

.conversation_line .message * {
    font-size: 14px;
    vertical-align: bottom;
}

.conversation_line .message span {
    font-size: 10px;
}

.conversation_line .message a {
    padding-left: 8px;
}

.conversation_line .user_login *:nth-child(2) {
    padding-left: 4px;
}

.conversation_line .user_login {
    font-weight: bold;
    font-size: 14px;
}

.conversation_line .user_login span {
    font-size: 10px;
    background: #FF3700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: white;
    padding: 2px 4px;

}

.in1lines,
.in2lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.in1lines {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.in2lines {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}


/**
 * - CONVERSATION LISTING
 */

/**
 * Messages list
 */

.messages_list {
    margin-bottom: 20px;
}

.message_head,
.message_line_wrap {
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 3px;
}

.message_head,
.message_line {
    font-size: 13px;
    line-height: 30px;
}

.message_head > div {
    border: 1px solid #fff;
    background-color: #d9d9d9;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.message_line {
    color: #6a6a6a;
    line-height: 16px;
    min-height: 48px;
    padding: 8px 0;
    position: relative;
}

.message_line:hover {
    background-color: #f7df92;
}

.message_line,
.message_head > div {
    display: table;
    width: 100%;
}

.message_line > div,
.message_head > div > div {
    display: none;
    text-align: center;
    vertical-align: middle;
}

.message_head span:hover {
    cursor: pointer;
    text-decoration: underline;
}

.message_line .message_icon {
    width: 6.2%;
}

.message_line .message_id {
    width: 16%;
}

.message_line .message_title {
    width: 33.3%;
}

.message_line .message_login {
    width: 18.2%;
}

.message_line .message_count {
    width: 9.6%;
}

.message_line .message_date {
    width: 30%;
}

.message_line .message_icon,
.message_line .message_title,
.message_line .message_login,
.message_head .message_icon,
.message_head .message_title,
.message_head .message_login,
.message_head .message_head_title {
    display: table-cell;
}

.message_line .message_icon {
    min-width: 55px;
    padding-top: 5px;
}

.message_line .message_title {
    padding-left: 1%;
}

.message_line .message_login {
    padding-left: 2%;
}

.message_line .message_title,
.message_line .message_login {
    text-align: left;
    text-overflow: ellipsis;
}

.message_line .icon {
    background: url(../images/sprite-icons.png) center top no-repeat;
    height: 32px;
    width: 40px;
}

.message_line .message_related_block {
    float: left;
    text-align: left;
    line-height: 20px;
    padding-top: 6px;
}

.message_line .related_object {
    height: 55px;
    min-width: 100px;
    max-width: 145px;
    overflow: hidden;
    padding: 0 5px;
}

.message_line .related_object a {
    float: right;
    height: 34px;
    width: 34px;
    border-radius: 25px;
    overflow: hidden;
    margin: 10px 5px;
    background-size: cover;
}

.message_line .related_object img {
    height: 34px;
    width: 34px;
}

.message_read .icon {
    background-position: center 0;
}

.message_not_read .icon {
    background-position: center -32px;
}

.message_hold.message_read .icon {
    background-position: center -64px;
}

.message_hold.message_not_read .icon {
    background-position: center -96px;
}

.message_line .message_count span {
    color: #ff5a00;
}

.message_head .sort {
    background: url(../images/sprite-sort.png) center top no-repeat;
    display: none;
    height: 15px;
    width: 15px;
}

.message_head .sort.asc {
    background-position: center 0;
}

.message_head .sort.desc {
    background-position: center -15px;
}

.message_head .sort.asc_active {
    background-position: center -30px;
}

.message_head .sort.desc_active {
    background-position: center -45px;
}

.message_head .sort,
.message_head .sort_title {
    vertical-align: middle;
}

.message_images {
    margin-bottom: 10px;
}

.message_images img {
    margin-bottom: 5px;
}

.navbar a.unread_price_proposal {
    width: 23px;
    background: rgba(0, 0, 0, 0) url("/images/icons/price_proposal.svg") no-repeat scroll left center;
}

.navbar a.unread_price_proposal.ru {
    background: rgba(0, 0, 0, 0) url("/images/icons/price_proposal_ru.svg") no-repeat scroll left center;
}

.navbar a.unread_price_proposal.ua {
    background: rgba(0, 0, 0, 0) url("/images/icons/price_proposal_ua.svg") no-repeat scroll left center;
}

.navbar a.unread_price_proposal span {
    top: 5px;
    margin-left: 1px;
}

a.unread_messages {
    background: url(../images/icons/unread_icon.svg) left no-repeat;
}

a.top_watch {
    background: url(../images/icons/watch_in_top_link.svg) left no-repeat;
}

a.unread_messages,
a.unread_price_proposal,
a.top_watch {
    margin-top: 9px;
    margin-left: 15px;
    height: 22px;
    position: relative;
    bottom: -5px;
}

a.unread_messages span {
    top: 3px;
    margin-left: 2px;
}

a.unread_price_proposal span {
    top: 1px;
    margin-left: 1px;
}

a.top_watch span {
    top: 3px;
}

a.unread_price_proposal span,
a.unread_messages span,
a.top_watch span {
    position: absolute;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-size: 9px;
    width: 10px;
    text-align: center;
    color: #252525;
}

#registration_form .form__control[disabled] {
    background-color: #dfdfdf;
}

@media (min-width: 768px) {

    .message_line > div,
    .message_head > div > div {
        display: table-cell;
    }

    .message_line .message_title {
        padding-left: 1.7%;
    }

    .message_line .message_login {
        padding-left: 4%;
    }

    .message_head .sort {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
}

span.delivery_price {
    font-weight: bold;
}

div.question_symbol {
    font-size: 10px;
    line-height: 14px;
    margin-left: 5px;
    text-align: center;
    cursor: pointer;
    display: inline;
}

div.question_symbol:hover {
    border-color: #f4f2f2;
    color: #ff3700;
    font-weight: bold;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font: normal normal 16px/1 'Glyphicons Halflings';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-right: 4px;
    font-size: 14px;
}

.glyphicon-question-sign:before {
    content: '\e085';
}

div.help_popup {
    display: none;
}

div.help_popup,
div.delivery_terms_popup {
    position: absolute;
    padding: 20px;
    color: black;
    border: 1px solid #dfdfdf;
    background: #fff;
    border-radius: 15px;
    margin-left: -280px;
    margin-top: 5px;
    width: 300px;
    text-align: left;
    z-index: 90;
}

.seo-module {
    padding-bottom: 5px;
    padding-top: 15px;
    position: relative;
    color: #979797;
    font-size: 1.1em;
    line-height: 1.2em;
}

.seo-module::before, .seo-module::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fff 0px, #d6d6d6 15%, #d6d6d6 85%, #fff 100%) repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 5px;
}

.seo-module::after, .seo-module::before {
    content: "";
}

.limit_rating {
    text-align: center;
    width: 50px;
}

.buyer_rating_limitation {
    display: inline;
    position: relative;
    cursor: default;
}

.buyer_rating_limitation div {
    font-size: 10px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 15px;
}

#category_filter {
    color: #424242;
    display: inline-block;
    position: relative;
}

#category_filter #category_filter_label {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    cursor: pointer;
}

#category_filter #category_filter_options {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 0 10px 10px 10px;
    padding: 5px 15px 15px;
    position: absolute;
    z-index: 9999;
    min-height: 100px;
    overflow-y: scroll;
    display: none;
}

#category_filter.category_filter_active #category_filter_label {
    border-radius: 10px 10px 0 0;
    border-bottom-width: 0;
}

#category_filter.category_filter_active #category_filter_options {
    display: block;
}

.login_inspector a {
    color: red;
}

.login_inspector a:visited {
    color: #00b4ff;
}

#operation_form_make_proposal .make_proposal {
    margin: 0 auto;
}

#operation_form_make_proposal .make_proposal td {
    padding: 0 10px 10px 0;
}

#operation_form_make_proposal .make_proposal input {
    width: 100px;
}

#operation_form_make_proposal .make_proposal textarea {
    width: 200px;
    height: 100px;
}

#operation_form_make_proposal .history_listing {
    margin: 15px auto;
    display: table;
}

.history_listing > div {
    float: left;
}

.history_listing .from {
    width: 170px;
    margin-top: 11px;
    padding-left: 20px;
}

.history_listing .body {
    width: 632px;
    border: solid 1px #dfdfdf;
    border-radius: 10px;
    padding: 10px;
}

.history_listing .body div {
    float: left;
}

.history_listing .body .comment {
    width: 400px;
    overflow: hidden;
    padding-right: 10px;
    border-right: 1px solid #dfdfdf;
}

.history_listing .body .comment > * {
    width: 100%;
}

.history_listing .body .comment .autor_comment {
    margin-bottom: 30px;
    overflow: auto;
}

.history_listing .body .price {
    width: 200px;
}

.history_listing.proposal_accept .body,
.history_listing.proposal_reject .body,
.history_listing.proposal_unanswered .body {
    background-color: #fcf8e3;
}

.history_listing.proposal_accept .body {
    border-color: green;
}

.history_listing.proposal_reject .body {
    border-color: red;
}

.history_listing.proposal_unanswered .body {
    border-color: grey;
}

.history_listing .body .price {
    text-align: center;
}

#operation_form_act_on_proposal .remain_time,
#operation_form_make_proposal .remain_time {
    font-weight: bold;
    font-size: 14px;
}

.admin_listing_addition_block {
    position: relative;
    display: inline-block;
    border: 1px solid #dfdfdf;
    padding: 15px 30px;
    margin: 10px 0;
}

.admin_listing_addition_block .over {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    left: 0;
    top: 0;
}

.admin_listing_addition_block.loading {
    background: #fff url(../images/loader.gif) no-repeat right;
}

.admin_listing_addition_block.loading .over {
    display: block;
}

.admin_listing_addition_block .btn.load_additional_data {
    cursor: pointer;
    text-align: center;
    padding: 15px;
}

.admin_order_snippet .additional_information {
    float: right;
    padding: initial;
}


.admin_order_snippet,
.admin_private_massage_snippet,
.admin_conversation_snippet,
.admin_api_key_snippet {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.admin_order_snippet > div,
.admin_private_massage_snippet > div,
.admin_conversation_snippet > div {
    float: left;
    width: 200px;
    padding: 5px;
}

.admin_conversation_snippet.need_answered {
    border-color: red;
}

.admin_order_snippet > div.offer_listing,
.admin_order_snippet > div.offer_container {
    width: 100%;
}

.admin_order_snippet hr,
.admin_private_massage_snippet hr {
    width: 100%;
}

.admin_order_snippet .delivery_order_admin {
    border-top: 1px dotted #dfdfdf;
    display: none;
    width: 100%;
}

span.new_feature {
    font-weight: bold;
    color: red;
    margin-left: 5px;
}

#import_mapping,
#import_fields {
    float: left;
    margin-top: 20px;
    width: 250px;
}

#import_mapping {
    width: 400px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#import_mapping legend {
    top: -15px;
    position: relative;
    background-color: white;
    padding: 0 5px;
}

#import_mapping ol,
#import_fields ol {
    margin: 0;
    padding: 0;
}

#import_mapping ol {
    padding-left: 10px;
}

#import_fields ol {
    list-style: none;
}

#import_mapping li,
#import_fields li {
    cursor: pointer;
}

#import_fields li {
    text-decoration: none;
    position: relative;
}

#import_mapping li {
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 10px;
    margin: 0 0 5px 5px;
    background-color: white;
    position: relative;
}

#import_fields li:hover {
    text-decoration: underline;
}

#import_mapping li .remove {
    background: #fff url(../images/remove.png) center top repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 11px;
    top: 10px;
}

#import_mapping li .anchor_default,
#import_fields li .anchor_default {
    background: transparent url(../images/edit.png) center top repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 31px;
    top: 10px;
}

#import_fields li .anchor_check_default {
    position: absolute;
    background: transparent url(../images/icon-agree.png) center top repeat;
    width: 21px;
    height: 21px;
    top: -2px;
    right: 28px;

}

#import_fields li .reset_value_default {
    color: #e50000;
    font-size: 13px;
    position: absolute;
    top: -5px;
    right: 6px;
    width: 20px;
    height: 20px;
}

#import_fields li .anchor_default {
    top: 0;
}

.icon_add_in_mapping,
.icon_sort_in_mapping {

    width: 16px;
    height: 16px;
    margin-right: 5px;
    float: left;
}

.icon_add_in_mapping {
    background: #fff url(../images/add.png) center top repeat;
}

.icon_sort_in_mapping {
    background: #fff url(../images/sort.png) center top repeat;
}

#fancy_container {
    width: 100%;
    float: left;
}

#fancy_container label.checkbox {
    display: block;
    padding: 10px 0 10px 0;
}

#fancy_container input[type=text] {
    width: 100%;
}

#fancy_container .checkbox > input {
    width: auto;
    margin-right: 10px;
}

#fancy_container li input[type=text] {
    width: auto;

}

#fancy_title {
    text-align: center;
    font-size: 16px;
}

div.feature_motivation_block {
    text-align: left;
    background-color: #EFE;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

div.subscription_widget a {
    color: #3fb117;
}

a.subscription_widget {
    color: #3fb117;
}

#upload_bulk_import {
    margin-top: 50px;
}

#upload_bulk_import .form__label {
    margin-top: 40px;
}

#upload_bulk_import #create_task {
    cursor: pointer;
}

#upload_bulk_import select {
    cursor: pointer;
}

#task_button_box {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    float: left;
}

#task_button_box .ajax-upload-dragdrop {
    display: inline;
}

#back_2_task_list {
    margin: 34px 30px 0 0;
}

div.ajax-file-upload {
    border-radius: 10px;
}

.event_show_buyers {
    cursor: pointer;
    color: #00b4ff;
}

div.buyers_block {
    background-color: white;
    position: absolute;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 3px 3px 3px #888888;
    z-index: 100;
    margin-left: 150px;
}

.admin_banner_snippet {
    display: block;
    float: left;
    width: 70%;
}

.admin_banner_snippet td {
    padding: 5px;
}

.admin_banner_snippet .content__breadcrumbs {
    border: none;
    padding: 0;
}

#category_banner_placement_management #sortable li {
    width: 253px;
    height: 350px;
}

.search_string_remove {
    color: #e50000;
    font-size: 15px;
    margin-left: -5px;
    margin-top: 14px;
    position: absolute;
    z-index: 2;
}

.search_string_remove:hover, .search_string_remove:focus {
    color: #e50000;
}

#addition_mapping label.checkbox {
    display: block;
    padding: 10px 0 10px 0;
}

.fancybox-outer input[type="button"]:disabled {
    background: #dfdfdf;
}

#import_fields fieldset#mandatory {
    margin-bottom: 10px;
}

#ctree_tree_title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

#ctree_label {
    float: left;
    overflow: hidden;
    width: 400px;
    padding: 0 0 0 50px;
}

#ctree_label div {
    margin-bottom: 10px;
}

#ctree_label span#ctee_id {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 23px;
    background: none;
}

#ctree_label span#ctee_id.check {
    background: #fff url(../images/icons/clippy.svg) center right no-repeat;
    background-size: 15px;;
}

#ctree_label span#ctee_name {
    font-size: 14px;
    font-weight: bold;

}

#ctree_tree {
    display: block;
    margin-left: 400px;

}

.flash-message {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    position: relative;
    border: 1px solid transparent;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 10px;
    margin: 0 auto;
    width: 1140px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.flash-message.message-positive {
    background-color: #35ba01;
}

.flash-message.message-negative {
    background-color: #ff3700;
}

.flash-message.message-neutral {
    background-color: #939393;
}

input[type='radio'], label {
    vertical-align: baseline;
    padding: 10px;
    margin: 10px;
}

#operation_form_make_proposal input.type_radio {
    margin-bottom: 0px;
    cursor: pointer;
}

.operation_panel_cabinet_element {
    float: left;
    padding-right: 30px;
}

#sell_form .select2-selection {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 9px 15px;
}

#sell_form .select2-selection li.select2-selection__choice {
    margin-top: 3px;
}

#promo_block .promo_title {
    font-weight: bold;
    font-size: 16px;
}

#promo_block label {
    margin: 0;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
}

#promo_block label input {
    position: relative;
    bottom: -2px;
    margin-left: 0px;
    margin-bottom: 15px;
}

/** USER WIDGET **/
.user_widget.full .delimiter.full_not_show {
    display: none;
}

.user_widget.small .delimiter.full_not_show {
    display: block;
}

.user_widget:after {
    display: block;
    clear: both;
}

.user_widget {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #DFDFDF;
    margin-bottom: 10px;
    background-color: white;
    padding: 10px 15px;
    position: relative;
    float: left;
}

.user_widget.full {
    padding: 18px 30px;
    border-radius: 12px;
    height: 74px;
}

.user_widget.full .full_right {
    float: right;
}

.user_widget * {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #4FB4FF;
}

.user_widget > * {
    float: left;
    margin-right: 15px;
    height: 37px;
}

.user_widget .descr_text {
    color: #626262;
    padding-top: 10px;
}

.user_widget div.delimiter {
    width: 1px;
    height: 24px;
    margin-top: 6px;
    margin-bottom: 5px;
    background-color: #DFDFDF;
}

.user_widget.full div.delimiter {
    margin-top: 6px;
}

.user_widget .icons {
    text-align: center;
    width: 72px;
}

.user_widget .icons > img {
    height: 28px;
    margin: 3px;
}

.user_widget.full .icons > img {
    margin: unset;
    margin-top: 4px;
    margin-right: 6px;
}

.user_widget.full .icons :last-child {
    margin-right: unset;
}

.avatar_widget {
    cursor: pointer;
}

.avatar_popup,
.img_popup {
    position: absolute;
    z-index: 999;
    padding: 10px;
    background-color: white;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    top: 49px;
    max-width: 500px;
}

.img_popup {
    top: 60px;
    right: 10px;
}

.user_widget .about_user {
    position: relative;
    margin-right: 5px;
}

.user_widget .about_user > * {
    float: left;
}

.user_widget .about_user > div {
    width: 127px;
    overflow: hidden;
}

.user_widget.full .about_user > div {
    margin-top: -2px;
    width: unset;
    max-width: 200px;
}

.user_widget .avatar_widget {
    height: 49px;
    width: 49px;
    border-radius: 25px;
    margin-right: 15px;
    margin-top: -7px;
}

.user_widget .login {
    font-size: 14px;
    margin-bottom: 2px;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user_widget .rating {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #32CFFF;
    border-radius: 3.20654px;
    padding: 1px 7px 0px 6px;
    float: left;
}

div.subscription_widget .count_block {
    display: none;
}

.user_widget.full div.subscription_widget {
    margin-right: 15px;
    margin-top: 1px;
}

.user_widget.full .subscription_widget .description {
    display: inline;
    color: #37B900;
}

.user_page.user_widget div.subscription_widget .count_block {
    display: inline;
    background-color: #3fb117;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    margin-left: 5px;
}

.user_page.user_widget div.subscription_widget .count_block img {
    width: 10px;
    height: 10px;
    vertical-align: baseline;
}

.user_page.user_widget div.subscription_widget .count_block span {
    padding-left: 2px;
    color: white;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
}

.user_widget.full .additional_information * {
    color: #414141;
}

.user_widget.full .additional_information {
    margin-top: 3px;
}

.user_widget.cabinet_page .additional_information {
    margin-top: 11px;
}

.user_widget .all_offers,
.user_widget .about {
    padding-top: 10px;
}

.user_widget .all_offers,
.user_widget .about {
    width: 52px;
}

.user_widget .all_offers .offer__seller__more,
.user_widget .about .offer__seller__more {
    margin: unset;
}

.user_widget .subscription_widget {
    margin-right: 0;
    padding-top: 6px;
}

.user_widget .subscription_widget .description {
    display: none;
}

/** USER WIDGET **/

.feedback_snippet_container .avatar_widget,
.message_row .avatar_widget,
#operation_form_act_on_proposal .avatar_widget,
#operation_form_make_proposal .avatar_widget,
.message_line .avatar_widget {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 49px;
    width: 49px;
    border-radius: 25px;
}

.message_line .avatar_widget {
    height: 40px;
    width: 40px;
}

.feedback_snippet_container > td {
    position: relative;
}

#video_frame > li {
    float: left;
    margin-right: 30px;
}

#video_frame iframe {
    display: block;
    width: 302px;
    height: 170px;
    margin-top: 20px;
}

#video_frame .btn {
    cursor: pointer;
    margin-top: 10px;
}

#video_load .message {
    display: none;
    color: red;
}

#video_load input.form__control::placeholder {
    font-size: 14px;
    color: black;
}

.reserve {
    color: #ff3700;
}

.help_link_anchor {
    display: inline-block;
    line-height: 0;
    font-size: 1.3rem;
    margin-right: -5px;
    position: relative;
    right: -2px;
    top: 2px;
    vertical-align: super;
    color: #ff7000;
    font-weight: 400;
}

div#ui-datepicker-div {
    z-index: 500 !important;
}

/*=========================================*/
/* HEADER - BLOCK "USER LINKS" */
/*=========================================*/
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar {
    position: relative;
    border: none;
    height: 40px;
    min-height: unset;
    margin-bottom: 20px;
    /* + @screen-xs-max */
}

.navbar.navbar-inverse {
    background-color: #000000;
}

.navbar .container {
    position: relative;
}

.navbar li {
    list-style-type: none;
}

.navbar div#rightNavbar li.icons,
.navbar div.navbar-header li.icons {
    padding: 10px 0 8px 20px;
}

.navbar div#rightNavbar li.icons:hover,
.navbar div.navbar-header li.icons:hover {
    filter: alpha(opacity=80);
    opacity: 0.80;
}

.navbar div#rightNavbar li.languages a,
.navbar div.navbar-header li.languages a {
    color: #FFFFFF;
    cursor: pointer;
}

.navbar div#rightNavbar li.languages a:hover,
.navbar div.navbar-header li.languages a:hover {
    color: #ff6f47;
}

.navbar div#rightNavbar li.languages span,
.navbar div.navbar-header li.languages span {
    color: #FF3700;
    font-weight: bold;
}

.navbar div#rightNavbar li.languages .delimiter,
.navbar div.navbar-header li.languages .delimiter {
    margin: 0 5px;
}

.navbar div.navbar-header li.icons {
    padding-left: 10px;
}

.navbar a.unread_price_proposal {
    height: 22px;
    width: 27px;
    background: rgba(0, 0, 0, 0) url("/images/icons/price_proposal.svg") no-repeat scroll left center;
}

.navbar a.unread_price_proposal.ru {
    height: 22px;
    width: 27px;
    background: rgba(0, 0, 0, 0) url("/images/icons/price_proposal_ru.svg") no-repeat scroll left center;
}

.navbar a.unread_price_proposal.ua {
    height: 22px;
    width: 27px;
    background: rgba(0, 0, 0, 0) url("/images/icons/price_proposal_ua.svg") no-repeat scroll left center;
}

.navbar a.unread_price_proposal span {
    top: 5px;
    margin-left: 1px;
}

.navbar a.unread_messages {
    width: 28px;
    background: rgba(0, 0, 0, 0) url("/images/icons/unread_icon.svg") no-repeat scroll left center;
}

.navbar a.unread_messages.zero {
    background: rgba(0, 0, 0, 0) url("/images/icons/unread_icon_zero.svg") no-repeat scroll left center;
}

.navbar a.unread_messages span {
    top: 6px;
    margin-left: 2px;
}

.navbar a.top_watch {
    width: 26px;
    background: rgba(0, 0, 0, 0) url("/images/icons/watch_in_top_link.svg") no-repeat scroll left center;
}

.navbar a.top_watch.zero {
    background: rgba(0, 0, 0, 0) url("/images/icons/watch_in_top_link_zero.svg") no-repeat scroll left center;
}

.navbar a.top_watch span {
    top: 6px;
}

.navbar a.unread_messages,
.navbar a.unread_price_proposal,
.navbar a.top_watch {
    margin: unset;
    display: block;
    height: 19px;
    position: relative;
    bottom: unset;
}

.navbar a.unread_messages span,
.navbar a.unread_price_proposal span,
.navbar a.top_watch span {
    top: 1px;
    right: 1px;
    position: absolute;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-size: 9px;
    width: 10px;
    text-align: center;
    color: #252525;
}

.navbar .navbar-header button.logo {
    padding: unset;
    margin: 5px 9px 5px;
    z-index: 200;
    border-radius: 25px;
    overflow: hidden;
    outline: none;
}

.navbar .navbar-header button.logo .avatar_widget {
    height: 30px;
    width: 30px;
}

.navbar .navbar-header .navbar-brand-mobile {
    height: 40px;
    padding: 13px;
    display: block;
}

.navbar .navbar-header .navbar-brand-mobile > img {
    margin: 0 auto;
}

.navbar .navbar-header div:first-child,
.navbar .navbar-header div:last-child {
    padding: unset;
}

.navbar .navbar-header .navbar-toggle {
    float: left;
    border: none;
    padding: 4px 5px;
    margin: 10px 6px;
    background-color: #000000;
}

.navbar .navbar-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
}

.navbar .navbar-header .navbar-toggle .icon-bar {
    width: 18px;
}

.navbar .navbar-collapse#globalNavbar {
    float: left;
}

.navbar .navbar-collapse#globalNavbar li > a,
.navbar .navbar-collapse#globalNavbar li > span {
    color: #FFFFFF;
}

.navbar .navbar-collapse#globalNavbar li {
    float: left;
    padding: 12px 20px 11px 0;
}

.navbar .navbar-collapse#globalNavbar li.community_icons {
    padding: 8px 0;
}

.navbar .navbar-collapse#globalNavbar li.community_icons li {
    padding: unset;
    padding-right: 8px;
}

.navbar .navbar-collapse#globalNavbar li.community_icons li:last-child {
    padding-right: 20px;
}

.navbar #rightNavbar {
    float: right;
}

.navbar #rightNavbar .user-nav__link {
    padding: unset;
}

.navbar #rightNavbar li {
    float: right;
    padding: 12px 0 11px 20px;
}

.navbar #rightNavbar li.user_drop_menu {
    padding: unset;
}

.navbar #rightNavbar li.user_drop_menu span {
    color: #FFFFFF;
}

.navbar #rightNavbar li.user_drop_menu:hover {
    filter: alpha(opacity=80);
    opacity: 0.80;
}

.navbar #rightNavbar #balance_in_top_menu {
    padding-top: 9px;
}

.navbar #rightNavbar #balance_in_top_menu * {
    color: #FF3700;
    border-color: #FF3700;
}

.navbar #rightNavbar #balance_in_top_menu:hover * {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.navbar #rightNavbar #balance_in_top_menu .balance::after {
    content: "+";
    border: 1px solid;
    border-radius: 10px;
    padding: 0px 4px;
    margin-left: 7px;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .navbar #rightNavbar #balance_in_top_menu {
        display: none;
    }
}

.navbar #rightNavbar .logo {
    background-color: black;
    display: block;
    padding: unset;
    margin: 5px 0px 5px 11px;
    overflow: hidden;
    border: unset;
}

.navbar #rightNavbar .logo > * {
    float: left;
}

.navbar #rightNavbar .logo img {
    border-radius: 25px;
    width: 30px;
    height: 30px;
}

.navbar #rightNavbar .logo span {
    padding-left: 11px;
    margin-top: 7px;
}

.navbar #userNavbar .green {
    color: #61B436;
    border-color: #61B436;
}

.navbar #userNavbar .red {
    color: #FF3700;
    border-color: #FF3700;
}

.navbar #userNavbar .balance::after {
    content: "+";
    border: 1px solid;
    border-radius: 10px;
    padding: 0px 4px;
    margin-left: 7px;
    font-size: 14px;
}

.navbar div#userNavbar {
    top: 40px;
    right: -15px;
    position: absolute;
    z-index: 100;
    /*box-shadow: -10px 4px 10px rgba(0, 0, 0, 0.15);*/
    background-color: #000000;
    padding: 0 30px 26px 30px;
    min-width: 160px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.navbar div#userNavbar ul {
    margin-left: 0;
    padding-left: 0;
}

.navbar div#userNavbar ul > :first-child {
    height: 40px;
    margin-right: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-top: unset;
}

.navbar div#userNavbar ul li {
    margin-top: 16px;
    list-style-type: none;
    color: #FFFFFF;
}

.navbar div#userNavbar ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: unset;
}

.navbar div#userNavbar ul .logout {
    margin-top: 100px;
}

.visible-xs {
    display: none !important;
}

.visible-sm,
.visible-md,
.visible-lg {
    display: block !important;
}

.logo_block,
.basket_block,
.search_block {
    position: relative;
    min-height: 1px;
}

.logo_block {
    width: 264px;
    height: 55px;
    margin-top: 3px;
    padding-left: 15px;
    float: left;
    padding-right: 32px;
}

.search_block {
    height: 90px;
    padding: 0 30px;
    float: left;
    margin-top: 5px;
    margin-bottom: 25px;
    width: 100%;
}

@media (min-width: 768px) {
    .search_block {
        height: 50px;
        padding: 0 15px;
        float: left;
        margin-top: 5px;
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search_block {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search_block {
        width: 496px;
    }
}

@media (min-width: 1200px) {
    .search_block {
        width: 681px;
    }
}

.search_block #header_search_form {
    position: relative;
    height: 100%;
    border-radius: 10px;
    background-color: #DFDFDF;
    padding: 1px;
}

.search_block #header_search_form.visible_search_scope svg {
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .search_block #header_search_form.focusin #header_search_input {
        border-radius: 10px 10px 0 0;
    }
}

.search_block #header_search_form #header_search_input {
    height: 48px;
    width: 100%;
    border-radius: 10px;
    border: initial;
    padding: 0 50px 0 20px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .search_block #header_search_form #header_search_input {
        padding: 0 230px 0 30px;
    }
}

.search_block #header_search_form #header_search_input::-moz-placeholder {
    color: #000000;
}

.search_block #header_search_form #header_search_input::-webkit-input-placeholder {
    color: #000000;
}

.search_block #header_search_form #header_search_input:-moz-placeholder {
    color: #000000;
}

.search_block #header_search_form #header_search_input:-ms-input-placeholder {
    color: #000000;
}

.search_block #header_search_form #header_search_input::-ms-input-placeholder {
    color: #000000;
}

.search_block #header_search_form #header_search_input::placeholder {
    color: #000000;
}

.search_block #header_search_form .search_drop {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 10px;
    margin: 20px 6px;
    background: url(/images/icon-reset.png) center no-repeat;
    background-size: contain;
}

@media (min-width: 768px) {
    .search_block #header_search_form .search_drop {
        height: 12px;
        width: 12px;
        margin: 19px 10px;
    }
}

.search_submit {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0) url(/images/search.svg) no-repeat scroll 0 0;
    border: 0 none;
    height: 18px;
    width: 18px;
    text-indent: -9999px;
    overflow: hidden;
    outline: none;
    margin: 16px 16px;
    padding: unset;
}

.search_block #header_search_form .search_type_select {
    cursor: pointer;
    position: absolute;
    height: 40px;
    line-height: 40px;
    right: 16px;
    bottom: 0px;
    color: black;
    padding-right: 25px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

@media (min-width: 768px) {
    .search_block #header_search_form .search_type_select {
        max-width: 180px;
        right: 55px;
        height: 50px;
        line-height: 50px;
        padding-right: 20px;
        padding-left: initial;
    }
}

.search_block #header_search_form .search_type_select svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transition: transform 0.1s ease 0s;
}

@media (min-width: 768px) {
    .search_block #header_search_form .search_type_select .show_only_xs {
        display: none;
    }
}

@media (min-width: 768px) {
    .search_block #header_search_form.visible_search_scope {
        border-bottom-right-radius: initial;
    }

    .search_block #header_search_form.visible_search_scope #header_search_input {
        border-bottom-right-radius: initial;
    }
}

.search_block #header_search_form.visible_search_scope .search_type_block {
    display: block;
}

.search_block #header_search_form .search_type_block {
    position: absolute;
    right: 0;
    top: 80px;
    width: 100%;
    background-color: #DFDFDF;
    border-radius: 0 0 10px 10px;
    list-style: outside none none;
    z-index: 100;
    transition: all 0.1s linear 0s;
    display: none;
    padding: 0 16px 10px 20px;
}

@media (min-width: 768px) {
    .search_block #header_search_form .search_type_block {
        top: 49px;
        width: 175px;
        overflow: hidden;
        padding: 10px 10px 10px;
        background-color: #FFFFFF;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #fff none repeat scroll 0 0;
        border-color: #dedede;
        border-image: none;
        border-radius: 0 0 4px 4px;
        border-style: solid;
        border-width: 0 1px 1px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    }
}

.search_block #header_search_form .search_type_block li {
    list-style: outside none none;
    padding: 0;
    text-align: left;
}

.search_block #header_search_form .search_type_block li a {
    color: #000000;
    display: block;
    font-size: 1.1rem;
    padding: 4px 0 4px 6px;
    text-decoration: none;
}

.search_block #header_search_form .search_type_block li span {
    color: #000000;
    display: block;
    font-size: 1.1rem;
    padding: 4px 0 4px 6px;
    text-decoration: none;
    cursor: pointer;
}

.search_block #header_search_form .search_type_block .separator-top::after {
    top: 0;
}

.search_block #header_search_form .search_type_block .separator-top::after,
.search_block #header_search_form .search_type_block .separator-bottom::after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.01), #f2f2f2 10%, #d4d4d4 40%, #d4d4d4 60%, #f2f2f2 90%, rgba(255, 255, 255, 0.01));
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.search_block #header_search_form .search_type_block .separator-top {
    margin-top: 3px;
    padding-top: 3px;
    position: relative;
}

.search_block #header_search_form .search_drop_down {
    position: absolute;
    width: 100%;
    display: none;
    top: 80px;
    left: 0;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    z-index: 1000;
    background-color: #FFFFFF;
}

.search_block #header_search_form .search_drop_down::before {
    content: '';
    display: block;
    height: 10px;
    background-color: #dfdfdf;
    border-radius: 0 0 10px 10px;
}

@media (min-width: 768px) {
    .search_block #header_search_form .search_drop_down::before {
        height: 1px;
        margin: 5px 16px 0 30px;
        background-color: #dfdfdf;
    }
}

@media (min-width: 768px) {
    .search_block #header_search_form .search_drop_down {
        top: 40px;
        background-color: initial;
    }
}

.search_block #header_search_form .search_drop_down #search_hint_block {
    background-color: #FFFFFF;
    padding: 10px 16px 10px 10px;
}

@media (min-width: 768px) {
    .search_block #header_search_form .search_drop_down #search_hint_block {
        padding-left: 20px;
    }
}

.search_block #header_search_form .search_drop_down #search_hint_block li {
    list-style-type: none;
    padding: initial;
}

.search_block #header_search_form .search_drop_down #search_hint_block li.ui-state-focus {
    margin: initial;
    border: initial;
    background: initial;
    background-color: #F4F4F4;
    border-radius: 5px;
    font-weight: initial;
}

.search_block #header_search_form .search_drop_down #search_hint_block li .hint {
    position: relative;
    height: 27px;
    /*line-height: 27px;*/
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.search_block #header_search_form .search_drop_down #search_hint_block li .hint:before {
    position: absolute;
    left: 10px;
    content: "";
    background: rgba(0, 0, 0, 0) url(/images/search.svg) no-repeat;
    height: 11px;
    width: 13px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
}

.search_block #header_search_form .search_drop_down #search_hint_block li .hint.category {
    height: 38px;
}

.search_block #header_search_form .search_drop_down #search_hint_block li .hint.category:before {
    background: rgba(0, 0, 0, 0) url(/images/icons/folder.svg) no-repeat;
}

.search_block #header_search_form .search_drop_down #search_hint_block li .hint.category .tree {
    font-size: 8px;
    color: #4FB4FF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.search_block #header_search_form .search_drop_down #search_hint_block li .hint .title {
    font-size: 14px;
    font-weight: initial;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.search_block #header_search_form .search_drop_down #search_hint_block li .hint .title .highlight {
    font-weight: bold;
}

.search_block #header_search_form .search_drop_down #search_hint_block .ui-autocomplete {
    /*display: block !important;*/
    border: unset;
    background: unset;
    position: relative;
    left: initial !important;
    top: initial !important;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.search_block #header_search_form .search_drop_down .addition_search_block {
    width: 100%;
    min-height: 51px;
    background-color: #F4F4F4;
    padding: 15px 20px;
}

@media (min-width: 768px) {
    .search_block #header_search_form .search_drop_down .addition_search_block {
        padding: 15px 30px;
    }
}

.search_block #header_search_form .search_drop_down .addition_search_block .search_in_description_box {
    margin-bottom: 10px;
}

.search_block #header_search_form .search_drop_down .addition_search_block .search_in_description_box * {
    cursor: pointer;
    margin: initial;
}

.search_block #header_search_form .search_drop_down .addition_search_block .search_in_description_box label {
    font-weight: initial;
    padding: initial;
}

.search_block #header_search_form .search_drop_down .addition_search_block .search_in_description_box input {
    vertical-align: text-top;
    margin-right: 10px;
}

.search_block #header_search_form .search_drop_down .addition_search_block .advanced_search_description {
    font-size: 12px;
    color: black;
}

.search_block #header_search_form .search_drop_down .addition_search_block .advanced_search_description .help_icon {
    vertical-align: text-top;
    display: inline-block;
    color: #000000;
    border: 1px solid #000000;
    font-size: 10px;
    line-height: 12px;
    border-radius: 10px;
    width: 13px;
    height: 13px;
    padding-left: 3px;
    margin-right: 10px;
}

.search_block #header_search_form .search_drop_down .addition_search_block .subscription_widget {
    padding-top: 8px;
    font-size: 12px;
}

.search_block #header_search_form .search_drop_down .addition_search_block .subscription_widget img {
    vertical-align: text-top;
    width: 13px;
    height: 13px;
    margin-right: 10px;
}

.search_block #header_search_form .search_drop_down .addition_search_block .subscription_widget span {
    color: #3fb117;
    display: initial !important;
}

.search_block #ui-datepicker-div {
    z-index: 500;
}

.basket_block {
    width: 208px;
    padding-right: 15px;
    float: right;
    text-align: left;
    margin-top: 7px;
}

.basket_icon {
    padding: 10px 0 10px 10px;
}

.btn_basket {
    display: inline-block;
    padding: 15px 0 15px 44px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
}

.btn_basket .icon {
    position: absolute;
    left: 0;
    top: 13px;
    background: url("/images/basket_icon.svg") no-repeat scroll 0 0;
    width: 24px;
    height: 33px;
}

.btn_basket.mini {
    margin: unset;
    padding: unset;
    padding-left: 25px;
}

.btn_basket.mini .icon {
    width: 17px;
    height: 23px;
    background: url("/images/basket_icon_mini.svg") no-repeat scroll 0 0;
    top: 5px;
}

.header_text_basket {
    width: 125px;
    color: #000000;
    font-size: 14px;
    text-align: left;
}

.catmenu_container {
    margin: 0px 0px 20px 0px;
}

.catmenu_container div {
    padding: 0;
}

.catmenu_container .drop_down_menu {
    z-index: 999;
    display: none;
    position: absolute;
    border: solid 1px #dfdfdf;
    border-radius: 10px;
    background: #ffffff;
    width: 100%;
    padding: 12px 35px;
    font-size: 12px;
    min-height: 100px;
    max-height: 500px;
    overflow: hidden;
    top: 70px;
    left: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-top: initial;
    background-color: white;
    cursor: initial;
}

.catmenu_container .drop_down_menu > div {
    border-top: 1px solid #dfdfdf;
    padding: 23px 0;
    float: left;
    width: 100%;
}

.catmenu_container .drop_down_menu .small_menu_block {
    float: left;
    margin-top: 15px;
}

.catmenu_container .drop_down_menu .small_menu_block .chunk_cat {
    float: left;
    width: 205px;
    margin-right: 20px;
}

.catmenu_container .drop_down_menu .small_menu_block .chunk_cat ul {
    list-style-type: none;
}

.catmenu_container .drop_down_menu .small_menu_block .chunk_cat ul li {
    margin-bottom: 11px;
}

.catmenu_container .drop_down_menu .small_menu_block .chunk_cat ul li a:hover {
    color: #ff3700;
}

.catmenu_container .drop_down_menu .small_menu_block .chunk_cat ul li.second_level {
    font-weight: bold;
    margin-bottom: 23px;
}

.catmenu_container .drop_down_menu .promotion_block {
    border: initial;
    float: right;
    width: 129px;
}

.catmenu_container .drop_down_menu .promotion_block > * {
    width: 100%;
    float: left;
}

.catmenu_container .drop_down_menu .promotion_block img {
    width: 129px;
    height: 129px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    border-radius: 8px;
}

.catmenu_container .drop_down_menu .promotion_block .title {
    color: black;
    font-size: 12px;
    margin: 11px auto;
    font-weight: initial;
}

.catmenu_container .drop_down_menu .promotion_block .link {
    float: right;
    padding: 5px 20px;
    color: white;
    background: #FF3700;
    border-radius: 11px;
    font-weight: bold;
    font-size: 12px;
}

.catmenu_container .desktop_catmenu {
    border: solid 1px #dfdfdf;
    border-radius: 10px;
    background: #ffffff;
    width: 100%;
    display: table;
    padding: 0px 30px;
    font-size: 12px;
    height: 80px;
}

.catmenu_container .desktop_catmenu .item > a {
    position: relative;
    display: block;
}

.catmenu_container .desktop_catmenu .item > a:hover,
.catmenu_container .desktop_catmenu .item.show_down_menu > a {
    color: #ff3700;
}

.catmenu_container .desktop_catmenu .item.show_down_menu > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: red;
    top: 55px;
    z-index: 99999;
}

.catmenu_container .desktop_catmenu .item {
    display: table-cell;
    padding: 26px 5px;
    cursor: pointer;
}

.catmenu_container .desktop_catmenu .item a {
    cursor: pointer;
    color: #000000;
    text-align: left;
    text-decoration: none;
}

.catmenu_container .desktop_catmenu .item strong {
    display: block;
}

.catmenu_container .item.customizable {
    position: relative
}

.catmenu_container .item.customizable .drop_down_menu {
    width: initial;
    padding: initial;
    top: 86px
}

.catmenu_container .item.customizable .drop_down_menu .small_menu_block {
    margin: initial;
    width: initial
}

.catmenu_container .item.customizable .drop_down_menu ul {
    list-style-type: none;
    margin: 0 20px
}

.catmenu_container .item.customizable .drop_down_menu ul li {
    font-weight: bold;
    padding-top: 6px;
    margin-bottom: 16px
}

.catmenu_container .item.customizable .drop_down_menu ul li a {
    cursor: pointer;
    color: #000000;
    text-align: left;
    text-decoration: none;
    white-space: nowrap
}

#count_new_offer {
    display: block;
    position: absolute;
    width: 220px;
    height: 60px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    color: #414141;
    background: #fff none repeat scroll 0 0;

    right: 28px;
    top: 43px;
    z-index: 10000;
    padding: 10px;
}

#count_new_offer::after {
    content: '';
    position: absolute;
    left: 160px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -16px;
    z-index: 10000;
}

#new_offer_close_block {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    color: #424242;
    font-size: 15px;
}

#count_new_offer span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;

    color: #424242;
}

@media (max-width: 767px) {
    #count_new_offer {
        right: 4px;
    }

    #count_new_offer::after {
        left: 190px;
    }
}

/*=========================================*/
/* END HEADER - BLOCK "USER LINKS" */
/*=========================================*/
.parameters_container {
    width: 967px;
    margin: 0 auto;
}

.parameters_container .h1 {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 35px;
}

.required::after {
    font-size: 1.4rem;
    line-height: 0;
    position: relative;
    right: 0;
    top: 6px;
    vertical-align: super;
    color: #FF3700;
    content: "*";
    display: inline-block;
    font-weight: 400;
}

.parameters_container .form__label,
.parameters_container #promo_block .form__label {
    float: left;
    font-weight: bold;
    font-size: 14px;
    margin: 3px 0 10px 27px;
    padding: initial;
}

.parameters_container .form__item {
    position: relative;
    float: left;
    width: 100%;
}

.parameters_container .form__item .help-block,
.parameters_container .form__item .unit {
    position: absolute;
    top: -26px;
    right: 27px;
    font-size: 10px;
}

.parameters_container * {
    color: black;
}

.parameters_container input.btn {
    color: white;
    font-weight: bold;
    font-size: 14px;
    border-radius: 10px;
    height: 53px;
}

.parameters_container .form__control {
    padding: 15px 25px;
    width: 100%;
    font-size: 14px;
}

.parameters_container select.form__control {
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 51px;
    background: transparent;
    padding-right: 45px;
    padding-left: 25px;
}

.parameters_container .form__item i.sprite {
    background: rgba(0, 0, 0, 0) url(/images/sprite.png) no-repeat scroll center -7px;
    position: absolute;
    display: block;
    width: 15px;
    height: 9px;
    right: 20px;
    top: 22px;
    background-size: 15px;
}

.parameters_container select.form__control option:hover {
    color: red;
}

/*
.parameters_container select.form__control option {
    padding: 5px;
}
.parameters_container select.form__control option:checked,
.parameters_container select.form__control option:focus,
.parameters_container select.form__control option:active,
.parameters_container select.form__control option[selected] {
    border-radius: 5px;
    color: white;
    background-color: red;
    background: linear-gradient(red, red);
    background-color: red !important; !* for IE *!
}*/

.parameters_container .form__item ul {
    margin-left: 0;
    padding-left: 0;
}

.parameters_container .form__item li,
.parameters_container .form__item #sortable li,
#promo_block.promo_block li,
#subscription_form li {
    list-style-type: none;
    margin-bottom: 13px;
}

.parameters_container .form__item label {
    font-size: 14px;
    padding: unset;
    margin-right: 0;
}

.parameters_container .form__item ul input[type=checkbox] {
    vertical-align: text-bottom;
}

.parameters_container .form__item select,
.parameters_container .form__item input,
.parameters_container .form__item label {
    cursor: pointer;
}

.parameters_container .form__item li label span {
    font-size: 8px;
}

.parameters_container .form__item input[type=text] {
    cursor: text;
}

.parameters_container .help_link_anchor {
    display: inline-block;
    color: red;
    border: 1px solid red;
    font-size: 12px;
    line-height: 12px;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    padding-left: 4px;
    vertical-align: initial;
    top: initial;
    right: initial;
}

.parameters_container div#watermark {
    font-weight: initial;
    color: initial;
}

.parameters_container div#watermark a {
    color: #00b4ff;
}

.parameters_container fieldset legend {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 40px;
}

.parameters_container .col-xs-4.form_row,
.parameters_container .col-xs-12.form_row {
    min-height: 86px;
    margin-bottom: 30px;
}

.parameters_container #sell_form .feature_motivation_block {
    /*position: absolute;*/
    display: block;
    bottom: auto;
    margin: unset;
    /*width: 370px;*/
    padding: 10px;
}

.parameters_container #startingPriceBox input,
.parameters_container #buynowPriceBox input {
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    padding: 11px 40px 11px 20px;
}

.parameters_container #startingPriceBox input::placeholder,
.parameters_container #buynowPriceBox input::placeholder {
    color: black;
}

.parameters_container #sellSection .form__item .unit,
.parameters_container .deliverymethod_price_wrapper .unit {
    top: 10px;
    right: 20px;
    padding: 0;
}

.parameters_container #sellSection .form__item span {
    font-weight: bold;
    font-size: 20px;
}

.parameters_container .feature_motivation_block a {
    color: #00b4ff;
}

.parameters_container #PriceProposalTypeBox li {
    display: inline;
}

.parameters_container .form__item ul input[type=checkbox] {
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}

.parameters_container fieldset {
    padding: 0 15px;
    margin: initial;
    margin-bottom: 20px;
}

.parameters_container .deliverymethod_price_wrapper ul {
    margin-left: 28px;
}

.parameters_container .deliverymethod_price_wrapper li {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 11px;
}

.parameters_container .deliverymethod_price_wrapper li label {
    float: left;
    width: 35%;
    margin: 16px 0;
    text-align: right;
}

label.error {
    padding: 4px 4px 4px 20px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px !important;
    font-weight: initial;
}

.parameters_container li label.error {
    position: absolute;
    width: initial;
    padding: 5px 10px;
    right: -50%;
}

.parameters_container .deliverymethod_price_wrapper li input {
    float: right;
    width: 60% !important;
    padding-right: 50px;
    text-align: right;
}

.parameters_container .deliverymethod_price_wrapper .unit {
    font-size: 14px;
    top: 15px;
}

.parameters_container .deliverymethod_price_wrapper .comment label {
    margin-bottom: 5px;
    margin-left: 10px;
}

.parameters_container .deliverymethod_price_wrapper .comment .help-block {
    top: 20px;
    right: 10px;
}

#container_sell_form.parameters_container .photo_item {
    position: relative;
    float: left;
    width: 146px;
    height: 107px;
    background: #FFFFFF;
    box-sizing: border-box;
    margin-right: 10px;
}

#container_sell_form.parameters_container #fileuploader.photo_item .ajax-upload-dragdrop,
#container_sell_form.parameters_container .photo_item .img,
#container_sell_form.parameters_container #video_frame li iframe {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #DFDFDF;

}

#container_sell_form.parameters_container #fileuploader .ajax-upload-dragdrop,
#container_sell_form.parameters_container #fileuploader .ajax-file-upload {
    width: 100% !important;
    height: 100% !important;
}

#container_sell_form.parameters_container #fileuploader .ajax-upload-dragdrop {
    padding: initial;
}

#container_sell_form.parameters_container #fileuploader .ajax-file-upload {
    border: initial;
    background: white url(../images/icons/add_photo.svg) center 25px no-repeat;
    font-size: 14px;
    font-weight: initial;
    background-size: 50px auto;
    line-height: 116px;
    text-align: center;
    color: black;
}

.parameters_container #fileuploader > div:not(.ajax-upload-dragdrop) {
    position: absolute;
    left: 160px;
    top: 0px;
    width: 500px;
    max-height: 150px;
    overflow: auto;
}

.parameters_container #sortable .photo_item,
.parameters_container #video_frame li {
    padding: initial;
    margin: 0 10px 10px 0;
    cursor: pointer;
    position: relative;
}

.parameters_container .uploaded_image .img_container,
.parameters_container .existed_image .img_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.parameters_container #sortable li > font {
    height: 50px;
    width: 50px;
    margin: 0;
    left: 49px;
    top: 29px;
    font-size: 34px;
}

.parameters_container #sortable li > div.del_icon,
.parameters_container #video_frame li > div.del_icon {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    margin: initial;
    right: -7px;
    top: -7px;
    color: white;
    background: red url(../images/icons/icon-reset_white.svg) center no-repeat;
    background-size: 10px;
}


#sortable li > div.left_rotate_icon,
#sortable li > div.right_rotate_icon {
    margin: initial;
    width: 15px;
    height: 16px;
    bottom: 10px;
    display: none;
    background-size: cover;
}

#sortable li > div.left_rotate_icon {
    right: 10px;
}

#sortable li > div.right_rotate_icon {
    left: 10px;
}

.parameters_container #delete-all-images,
.parameters_container #remove_all_video {
    position: absolute;
    left: 50%;
    top: -28px;
    cursor: pointer;
    color: #00b4ff;
}

.parameters_container #video_load input {
    float: left;
    width: 77%;
}

.parameters_container #add_video {
    float: right;
}

.parameters_container #add_video {
    width: 20%;
    color: white;
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
}

.parameters_container #video_frame li iframe {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #DFDFDF;
}

.parameters_container #video_frame li > div.del_icon {
    top: 10px;
    right: -9px;
}

.parameters_container #categoryLoader {
    margin: initial;
}

.parameters_container #categoryLoader .find_tree {
    margin: initial;
    padding: initial;
}

.parameters_container #sell_form .select2-selection {
    padding: 14px 50px 12px 22px;
}

container_sell_form .select2-search input {
    width: 100%;
}

.parameters_container .select2-container .select2-search--inline .select2-search__field,
.parameters_container .form__item li.select2-search {
    margin: initial;
}

.parameters_container .select2-container .select2-search--inline .select2-search__field {
    width: 100%;
    font-size: 14px;
    cursor: text;
}

.parameters_container .select2-container .select2-search--inline .select2-search__field::placeholder {
    color: black;
}

.parameters_container .manualTrigger input {
    color: white;
    font-size: 14px;
    padding: 18px 40px;
    text-align: center;
    height: initial;
}

.parameters_container #sellFormCategoryBox {
    font-size: 14px;
    cursor: text;
    padding: 15px 22px 15px 22px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
}

.parameters_container #sellFormCategoryBox::placeholder {
    color: black;
}

.parameters_container #category > div {
    margin-bottom: 15px;
    color: black;
}

.parameters_container input.radio_start {
    margin: unset;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}

.select2-container .select2-selection.select2-selection--multiple {
    border-radius: 10px;
    padding: 15px 100px 11px 26px;
    border-color: #dfdfdf !important;
    height: 52px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #dfdfdf !important;
}

.select2-container .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice {
    border: initial !important;
    border-radius: 3px;
    padding: 0px 7px 0px 10px;
    margin: 0 5px 0 0 !important;
}

.select2-selection ul.select2-selection__rendered li.select2-selection__choice > * {
    color: black;
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    color: black;
    float: right;
}

#select2cleare {
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 26px;
    font-size: 14px;
    text-decoration-line: underline;
}

#receivers_emails_container .select2-selection.select2-selection--multiple {
    height: 200px;
    padding: 15px 26px 11px;
    overflow-x: auto;
}

#receivers_emails_container .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice {
    margin: 5px 0 0 5px !important;
    padding: 0;
    padding-left: 20px;
    border: 1px solid #aaa;
}

#receivers_emails_container .select2-container--default .select2-search--inline .select2-search__field {
    margin: initial;
}

#promo_block .promo_item .text_container {
    height: 100%;
}

#promo_block .promo_item .text_container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}

#promo_block .promo_item .text_container > div {
    display: inline-block;
    vertical-align: middle;
    width: 275px;
}

#promo_block .promo_item {
    height: 74px;
    float: left;
    width: 100%;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 10px;
    cursor: pointer;
}

#promo_block .promo_item:hover,
#promo_block .promo_item.checked {
    border: 1px solid #FF3700;
}

#promo_block .promo_item > * {
    float: left;
}

#promo_block .promo_item:hover,
#promo_block .promo_item.checked {
    border: 1px solid #FF3700;
}

#promo_block .promo_item.disabled:hover {
    border: 1px solid #DFDFDF;
}

#promo_block .promo_item.disabled .price span {
    color: #CCC;
}

#promo_block .promo_item.related:hover,
#promo_block .promo_item.related {
    border: 1px solid #FF3700;
}

#promo_block .promo_item.related:hover .price span,
#promo_block .promo_item.related .price span {
    color: #CCC;
}

#promo_block .promo_item.related_hover {
    border: 1px solid #FF3700;
}

#promo_block .promo_item .price {
    position: relative;
    float: right;
    height: 30px;
    margin: 22px 0 16px;
    width: 50px;
}

#promo_block .promo_item .price span {
    font-weight: bold;
    font-size: 20px;
    color: #FF3700;
}

#promo_block .promo_item .price div.strong {
    position: absolute;
    left: 3px;
    top: -20px;
    text-decoration: line-through;
}

#promo_block .promo_item .price div.strong span {
    font-size: 16px;
}

#promo_block .promo_item input {
    margin: 27px 0 27px 16px;
}

#promo_block .promo_item .img {
    width: 50px;
    height: 32px;
    margin: 20px 9px;
}

.parameters_container #category_tree li.jstree-node {
    margin-bottom: 0;
}

#fancy_container.parameters_container .deliverymethod_price_wrapper > ul {
    width: 100%;
    float: left;
}

#fancy_container.parameters_container .deliverymethod_price_wrapper > ul > li {
    width: 60%;
}

#fancy_container.parameters_container .deliverymethod_price_wrapper .help-block {
    display: none;
}

div#addition_mapping .form__row select,
div#addition_mapping .form__row input[type=text] {
    width: 50%;
}

div#addition_mapping #category_filter input {
    width: 210px;
}

div#addition_mapping .form__row select,
div#addition_mapping .form__row li {
    list-style-type: none;
}

div#addition_mapping .form__row select,
div#addition_mapping .form__row li input {
    vertical-align: text-bottom;
}

div#addition_mapping.parameters_container {
    width: initial;
}

div#addition_mapping.parameters_container .deliverymethod_price_wrapper li label {
    width: 120px;
}

div#addition_mapping.parameters_container .deliverymethod_price_wrapper li input {
    float: left;
    width: 200px !important;
}

div#addition_mapping.parameters_container .deliverymethod_price_wrapper .unit {
    position: absolute;
    left: 296px;
}

#categoryStaticList select.form.form__control {
    height: initial;
}

.fb {
    margin: 0 auto;
}

#promo_block.promo_block legend {
    margin: 25px 0 75px 0;
    font-weight: bold;
    font-size: 25px;
}

#promo_block.promo_block .promo_body label {
    font-weight: bold;
    font-size: 14px;
}

#promo_block.promo_block .promo_body .form__item {
    margin-top: 19px;
}

.alert-msg-main {
    font-size: 26px;
    font-weight: bold;
    margin: 50px auto;
    width: 948px;
}

#new_offer_success .offer_snipper_container img {
    float: left;
    width: 88px;
    height: 65px;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 10px;
}

#new_offer_success .offer_snipper_container > div {
    margin-left: 119px;
}

#new_offer_success .offer_snipper_container .title {
    font-weight: bold;
    font-size: 14px;
    margin-top: 4px;
}

#new_offer_success .offer_snipper_container .link {
    margin-top: 12px;
}

#new_offer_success .offer_snipper_container .link span,
#new_offer_success .offer_snipper_container .link a {
    font-size: 14px;
}

#new_offer_success button,
button#buy_promo {
    padding: 17px 39px;
    font-weight: bold;
    font-size: 14px;
    color: white;
    background-color: #FF3700;
    border-radius: 10px;
    border: inherit;
    float: right;
    margin: 41px 0 72px 0;
}

button#buy_promo.disabled {
    background-color: grey;
}

#new_offer_success #button_link {
    text-align: center;
    margin: 50px auto;
}

#new_offer_success #button_link button {
    float: initial;
    margin: initial;
}

#new_offer_success #button_link :first-child {
    margin-right: 30px;
}

#mass_edit_offer_wrapper ul {
    list-style: outside none none;
    margin-left: 11px;
}

#addition_mapping.parameters_container select.form__control {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: auto;
}

#addition_mapping.parameters_container select,
#addition_mapping.parameters_container input:not([type="text"]) {
    cursor: pointer;
}

#sync_snipped ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#sync_snipped .jstree-container-ul li {
    list-style-type: none;
    max-width: 200px;
}

#sync_snipped li a[data-parameter_in_description="true"] {
    border: 2px solid rgba(128, 128, 128, 0.47);
    padding: 0 5px;
}

#sync_snipped .unit {
    display: inline;
    margin-left: 10px;
}

#sync_snipped .delivery .help-block {
    display: none;
}

#sync_snipped .delivery li {
    margin-top: 10px;
}

.invitation_item {
    margin-bottom: 10px;
    float: left;
    padding-left: 34px;
    background: #fff url(../images/icons/mail_24.png) center left no-repeat;
}

.invitation_item > * {
    float: left;
    font-size: 14px;
}

.invitation_item .email {
    font-weight: bold;
}

.invitation_item .status {
    margin-left: 10px;
    color: #FF3700;
}

.invitation_item .status.sent {
    font-weight: bold;
    color: #61B436;
}

/*=========================================*/
/* MINDBOX RECOMMENDED BLOCK START */
/*=========================================*/
.mindbox_recommended_container {
    float: left;
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
}

.mindbox_recommended_container .popmechanic-header {
    padding-left: 15px;
}

/*=========================================*/
/* MINDBOX RECOMMENDED BLOCK END */
/*=========================================*/

#cartModule .summary {
    display: flex;
    flex-direction: row-reverse;
}

#cartModule .summary .total {
    margin: 16px;
    font-size: 20px;
}

#cartModule .summary .total .ng-binding {
    color: #FF3700;
}

#adrdlv_form_zip_code, #adrdlv_form_phone_number {
    width: 25%;
}

#adrdlv_form_country_select {
    width: 81%;
    min-height: 47.45px;
}

.offer_listing .product_item,
.offer_listing .cabinet_about_offer {
    display: flex;
    gap: 15px;
}


.mailing_proposal_admin_listing_snippet {
    background: #fff;
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 4px;
    min-height: 100px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 15px
}

@media all and (max-width: 1024px) {
    .mailing_proposal_admin_listing_snippet {
        box-shadow: none
    }
}

.mailing_proposal_admin_listing_snippet .mp-top, .mailing_proposal_admin_listing_snippet .mp-bottom {
    display: flex
}

.mailing_proposal_admin_listing_snippet .mp-top {
    justify-content: space-between;
    gap: 0 15px
}

.mailing_proposal_admin_listing_snippet .mp-top .mp-t-left {
    width: 100px
}

.mailing_proposal_admin_listing_snippet .mp-top .mp-t-left img {
    width: 100px
}

.mailing_proposal_admin_listing_snippet .mp-top .mp-t-center {
    flex: auto;
    gap: 10px;
}

.mailing_proposal_admin_listing_snippet .mp-top .mp-t-right {
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 15px
}

.mailing_proposal_admin_listing_snippet .mp-top .mp-t-right .mp-t-r-top {
    font-weight: bold
}

.mailing_proposal_admin_listing_snippet .mp-bottom {
    justify-content: center;
    gap: 15px
}

.mailing_proposal_admin_listing_snippet .mp-bottom a {
    text-align: center;
}

.mailing_proposal_admin_listing_snippet .mp-t-center {
    display: flex;
    flex-direction: column
}
