.height10 {
    height: 15px;
}

.addAdDiv {
    margin-top: 0;
    float: right;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #bbbbbb;
    display: inline-block;
}

.rememberedDiv {
    margin-top: 0;
    float: right;
    border-right: 1px solid #bbbbbb;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #bbbbbb;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.adsCity {
    text-align: right;
    color: #606060;
    font-size: 12px;
    margin-top: 7px;
}

.adsDate {
    text-align: right;
    font-size: 11px;
    color: #999;
}

.adsIcons {
    text-align: right;
    color: #333;
    font-size: 11px;
    color: #999;
    height: 30px;
    padding: 4px 0;
    margin-top: -4px;
    box-sizing: border-box;
}

.adsImported {
    text-align: right;
    color: #333;
    font-size: 11px;
    color: #999;
    margin: 0 2px 0 0;
}

.contacted-container {
    text-align: right;
}
.contacted-container .contacted-label {
    color: #777777;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    border-radius: 3px;
    background-color: #EEF0F0;
    padding: 2px 4px;
    display: inline-block;
    margin-top: 8px;
    width: auto;
}

.adsImage, .adsImageRA {
    padding: 2px 11px 0 16px;
    width: 180px;
    height: 136px;
    display: inline-block;
    *float: left;
    /*IE7*/
    position: relative;
}

.adsImage img, .adsImageRA img {
    border: 1px solid #dadadc;
}

.adsImageRA {
    padding-top: 0px;
    float: left;
}

.adsTexts {
    line-height: 22px;
    color: #606060;
    height: 44px;
    overflow: hidden;
    clear: both;
    text-overflow: ellipsis;
    width: 580px;
    font-size: 14px;
    margin-top: 8px;
}

#remembered-items {
    clear: both;
}

.detailsSeprator {
    color: #ccc;
    font-size: 16px;
    margin-left: 4px;
    margin-right: 4px;
}

.onlyFloat {
    float: left;
    margin-top: 12px;
}

#adsList {
    width: 772px;
    float: left;
}

#mainFilterTop {
    margin-top: 0;
    float: left;
    margin-left: 0;
    color: #333333;
    margin-right: 0;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
}

#showOrderData {
    position: relative;
}

.simpleAdsRemember {
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 0 8px 0;
    _padding: 8px 0 0 0;
    width: 100%;
    position: relative;
}

.adsDetails {
    float: left;
    width: 90px;
    height: 85px;
}

#contentPage {
    text-align: left;
    margin: 20px 0;
    position: relative;
}

.PassyvePageURL {
    color: #ccc;
    float: left;
    border: 1px solid #e3e3e3;
    margin: 0 4px;
    padding: 5px 10px;
}

.clickPageURL {
    float: left;
    border: 1px solid #e3e3e3;
    margin: 0 4px;
    cursor: pointer;
}

.clickPageURL a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}

.clickPageURL a:hover {
    color: #000;
    text-decoration: none;
}

.categoriesList {
    display: inline-block;
    width: 220px;
    text-align: left;
    font-size:14px;
}

.categoriesList h2 {
    float: left;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    margin: 0;
    font-weight: normal;
    padding-right: 0;
    border: 1px solid black;
}

#visitedPageURL {
    border: 1px solid #f4ae34;
    background-color: #f4d215;
    float: left;
    padding: 5px 10px;
    font-weight: bold;
}

.top3Block {
    width: 208px;
    float: left;
    margin-top: 10px;
}

#rememberedAdsArea {
    margin-top: 0;
    /*18 margin-top was*/
    border: 1px solid #e3e3e3;
    background-color: #fff;
}

#rememberedAdsArea h3 {
    padding: 0 8px;
    margin: 12px 0 0;
    font-size: 18px;
    font-weight: normal;
}

#rememberedAdsArea h3 a {
    color: #000;
}

#rememberedAdsMoreLink {
    padding: 0 8px 6px;
    font-weight: bold;
}

.rememberAdsPic {
    padding: 7px;
    float: left;
}

.rememberAdHeader {
    margin-top: 6px;
    float: left;
    width: 108px;
    height: 30px;
    overflow: hidden;
    font-size: 11px;
}

.rememberAdClose {
    float: left;
    width: 14px;
    height: 15px;
    margin-top: 10px;
    margin-left: 10px;
    text-align: right;
    cursor: pointer;
    background-image: url(/static/images/icons.png);
    background-repeat: no-repeat;
    background-position: -0px -98px;
}

.rIconsRembList {
    width: 16px;
    height: 16px;
    background-image: url("/static/images/icons.png");
    background-position: 0 -80px;
    float: left;
    cursor: pointer;
}

.rIconsRembListActyve {
    width: 16px;
    height: 16px;
    background-image: url("/static/images/icons.png");
    background-position: 16px -80px;
    float: left;
    cursor: pointer;
}

#sendEmailToMeDiv {
    text-align: left;
    width: 482px;
    background-color: #FDFDFD;
    padding: 30px 30px 30px 30px;
    text-align: left;
}

#sendEmailToMeDiv h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 2px;
}

#hiddenContents #sendEmailToMeDiv {
    display: none;
}

.popularityAds {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    vertical-align: top;
}

.forgetIcon {
    margin: 0;
    height: 16px;
    width: 16px;
    padding: 0;
    background-image: url(/static/images/isimintas.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    font-size: 1px;
    float: left;
}

.rememIcon {
    float: left;
    margin: 0;
    padding: 0;
    height: 16px;
    width: 16px;
    background-image: url(/static/images/isiminti_new_grey.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    font-size: 1px;
}

.rememText {
    margin-top: -1px;
    padding-top: 0;
    padding-left: 2px;
    float: left;
}

.adsTextMoreDetails {
    margin-top: -2px;
    height: 20px;
    overflow: hidden;
}

.adsTextReview {
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    color: #606060;
    margin-bottom: 0;
}

#searchArea {
    border: 1px solid #e3e3e3;
    background-color: #f7f6f5;
}

#searchArea h3 {
    padding: 0 8px;
    margin: 10px 0 5px;
    font-size: 18px;
    font-weight: normal;
}

#notFoundAdsArea {
    margin-top: 40px;
    margin-left: 96px;
    margin-bottom: 150px;
}

#notFoundAdsRemArea {
    margin-top: 20px;
    margin-left: 0;
}

 #NotFoundHeader {
    color: #bf0e00;
    font-size: 18px;
}

/* line 1017, ../../../app/scss/adslist.scss */
#NotFoundSlogan {
    color: #333;
    font-size: 12px;
    margin: 0;
}

/* line 1023, ../../../app/scss/adslist.scss */
#NotFoundBackLink {
    color: #333;
    font-size: 12px;
    margin-top: 18px;
    font-weight: bold;
}

/* line 1030, ../../../app/scss/adslist.scss */
.selectBoxInFilter {
    width: 190px;
}

/* line 1034, ../../../app/scss/adslist.scss */
#keywordsInput {
    border: 1px solid #999999;
    background-color: #fff;
    height: 22px;
    width: 190px;
}

/* line 1041, ../../../app/scss/adslist.scss */
.rememberDivOld {
    width: 60px;
    height: 17px;
    float: right;
    margin-top: 30px;
    _margin-top: 28px;
    color: #606060;
    padding-left: 0;
    font-size: 11px;
    padding-top: 5px;
    cursor: pointer;
    padding-right: 5px;
}

/* line 1055, ../../../app/scss/adslist.scss */
.rememberDivOld label {
    padding-top: 5px;
}

/* line 1059, ../../../app/scss/adslist.scss */
.commentIcon {
    cursor: pointer;
    width: 23px;
    height: 21px;
    background-image: url(/static/images/comments.png);
    float: right;
    margin-top: 5px;
    margin-right: 2px;
}

/* line 1069, ../../../app/scss/adslist.scss */
.divButton {
    /*-moz-border-radius: 6px;
    -webkit-border-radius:6px;
    border-radius: 6px;
    padding: 1px;
    background-color: #e2e2e2;
    float: left;
    cursor: pointer;*/
    border: 1px solid #e3e3e3;
    float: left;
    background-color: #EFEFEF;
    font-size: 11px;
    color: #333;
    cursor: pointer;
    font-size: 11px;
}

/* line 1086, ../../../app/scss/adslist.scss */
.divButton A {
    color: #333;
    cursor: pointer;
    font-size: 11px;
    padding: 5px 9px;
    display: block;
}

/* line 1094, ../../../app/scss/adslist.scss */
.divButton A:hover {
    color: #333;
    cursor: pointer;
    font-size: 11px;
    padding: 5px 9px;
    display: block;
    background-color: #E0E0E0;
    text-decoration: none;
}

/* line 1104, ../../../app/scss/adslist.scss */
.remSettingsLinks {
    float: right;
    color: #333;
    color: #999999;
    padding: 2px 8px;
}

/* line 1111, ../../../app/scss/adslist.scss */
.remSettingsLinksForget {
    float: right;
    color: #333;
    color: #999999;
    padding: 2px 8px;
}

/* line 1118, ../../../app/scss/adslist.scss */
.remSettingsLinksClean {
    float: right;
    color: #333;
    color: #999999;
    padding: 2px 8px;
}

/* line 1125, ../../../app/scss/adslist.scss */
.remSettingsLinksEmailer {
    float: right;
    color: #333;
    color: #999999;
    padding: 2px 8px;
}

/* line 1132, ../../../app/scss/adslist.scss */
.remSettingsLinksPrint {
    float: right;
    color: #333;
    color: #999999;
    padding: 2px 8px;
}

/* line 1139, ../../../app/scss/adslist.scss */
.selectAllDiv {
    float: right;
    color: #333;
    font-weight: bold;
    padding-left: 5px;
    cursor: pointer;
}

/* line 1147, ../../../app/scss/adslist.scss */
.selectAllDivText {
    float: right;
    color: #333;
    font-weight: bold;
    color: #999999;
    padding: 2px 8px;
}

/* line 1155, ../../../app/scss/adslist.scss */
.remSettingLine {
    margin-top: 14px;
    clear: both;
    float: left;
    width: 984px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* line 1162, ../../../app/scss/adslist.scss */
.settingsLinks {
    float: left;
    width: 595px;
    text-align: right;
    color: #999;
    margin-top: 8px;
}

/* line 1170, ../../../app/scss/adslist.scss */
.remButtonArea {
    float: left;
    width: 300px;
}

/* line 1175, ../../../app/scss/adslist.scss */
.adOptionsRem {
    width: 180px;
    margin-top: 0;
    float: right;
}

.adOptionsRem div {
    height: 33px;
    border: 1px solid #fff;
    background-repeat: no-repeat;
}

.adOptionsRem div.rememberIconsSend {
    background-image: url('/static/images/svg/mail_empty.svg');
    background-position: center;
}

.adOptionsRem div.rememberIconsPrint {
    background-image: url('/static/images/svg/print.svg');
    background-position: center;
}

/* --------------------------------- PART  --------------------------------- */
.adOptionsRem div.rememberIconsDelete {
    background-image: url(/static/images/svg/heart_full.svg);
    background-position: 8px;
}

.adOptionsRem div:hover {
    border: 1px solid #B1B1B1;
    border-radius: 3px;
}

/* line 1185, ../../../app/scss/adslist.scss */
.adOptionsRemAll {
    border: 1px solid #C9C9C9;
    height: 26px;
    background-color: #EFEFEF;
    width: 165px;
    margin-top: 0;
    float: right;
}

/* line 1194, ../../../app/scss/adslist.scss */
.settingsRemSeprator {
    border-left: 1px solid #C9C9C9;
    height: 26px;
    float: left;
}

/* line 1200, ../../../app/scss/adslist.scss */
.rememberIconsSend {
    width: 40px;
    height: 26px;
    float: left;
    cursor: pointer;
    margin: 0;
}

/* line 1208, ../../../app/scss/adslist.scss */
.iconsListRems {
    height: 16px;
    float: left;
    cursor: pointer;
    padding: 4px 6px;
}

/* line 1215, ../../../app/scss/adslist.scss */
.iconsSubscribe {
    height: 16px;
    float: left;
    cursor: pointer;
    padding: 4px 6px;
}

/* line 1222, ../../../app/scss/adslist.scss */
.listTools {
    *width: 306px;
    margin: -20px 0 0 0;
    float: right;
    display: block;
    border-radius: 8px;
    background-color: #fff;
}

/* line 1231, ../../../app/scss/adslist.scss */
.iconsText {
    font-size: 12px;
    color: #606060;
    margin-left: 5px;
    margin-top: 0;
    float: left;
}

/* line 1239, ../../../app/scss/adslist.scss */
.rIconsSend {
    width: 16px;
    height: 16px;
    background-image: url("/static/images/icons.png");
    background-position: 0 0;
    float: left;
    cursor: pointer;
    margin: 5px 12px;
}

/* line 1249, ../../../app/scss/adslist.scss */
.rIconsSendList {
    width: 16px;
    height: 16px;
    background-image: url("/static/images/icons.png");
    background-position: 0 1px;
    float: left;
    cursor: pointer;
}

/* line 1258, ../../../app/scss/adslist.scss */
.rIconsSendPassyve {
    width: 16px;
    height: 16px;
    background-image: url("/static/images/icons.png");
    background-position: 16px 0;
    float: left;
    margin: 5px 12px;
}

/* line 1267, ../../../app/scss/adslist.scss */
.rIconsPrintPassyve {
    width: 16px;
    height: 16px;
    background-image: url("/static/images/icons.png");
    background-position: 16px -16px;
    float: left;
    margin: 5px 12px;
}

/* line 1276, ../../../app/scss/adslist.scss */
.rIconsDeletePassyve {
    width: 16px;
    height: 16px;
    background-image: url("/static/images/icons.png");
    background-position: 16px -96px;
    float: left;
    margin: 5px 12px;
}

/* line 1285, ../../../app/scss/adslist.scss */
.rIconsAdd {
    width: 16px;
    height: 16px;
    background-image: url("/static/images/icons.png");
    background-position: 0 -240px;
    float: left;
    cursor: pointer;
}

/* line 1294, ../../../app/scss/adslist.scss */
.rememberIconsPrint {
    width: 40px;
    height: 26px;
    float: left;
    cursor: pointer;
}

/* line 1301, ../../../app/scss/adslist.scss */
.rIconsPrint {
    width: 16px;
    height: 16px;
    background-image: url("/static/images/icons.png");
    background-position: 0 -16px;
    float: left;
    cursor: pointer;
    margin: 5px 12px;
}

/* line 1311, ../../../app/scss/adslist.scss */
.rememberIconsDelete {
    height: 26px;
    float: left;
    cursor: pointer;
    color: #333333;
    font-size: 12px;
    letter-spacing: 0;
    padding: 8px 10px 8px 34px;
    box-sizing: border-box;
}

/* line 1318, ../../../app/scss/adslist.scss */
.rIconsDelete {
    width: 16px;
    height: 16px;
    background-image: url("/static/images/icons.png");
    background-position: 0 -96px;
    float: left;
    cursor: pointer;
    margin: 5px 12px;
}

/* line 1328, ../../../app/scss/adslist.scss */
#hiddenContent {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.1;
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    width: 100%;
    height: 100%;
    display: none;
}

/* line 1342, ../../../app/scss/adslist.scss */
.settingsRemDiv {
    width: 220px;
    text-align: right;
    margin-top: 7px;
    position: absolute;
    right: 0;
    height: 140px;
}

/* line 1350, ../../../app/scss/adslist.scss */
.rememberIconForget {
    float: right;
    width: 40px;
    text-align: center;
    padding-top: 7px;
}

/* line 1357, ../../../app/scss/adslist.scss */
.emptyNoticeDiv {
    width: 688px;
    box-sizing: border-box;
    font-style: italic;
    margin-bottom: 8px;
    border: 1px solid #e3e3e3;
    color: #606060;
    padding: 8px 38px 8px 8px;
    font-size: 11px;
    position: relative;
    height: 36px;
    min-height: 36px;
}

/* line 1370, ../../../app/scss/adslist.scss */
.fillNoticeDiv {
    width: 688px;
    box-sizing: border-box;
    font-style: normal;
    margin-bottom: 8px;
    border: 1px solid #e3e3e3;
    height: expression( this.scrollHeight > 99 ? "100px" : "auto" );
    max-height: 100px;
    overflow-y: auto;
    padding: 8px 38px 8px 8px;
    position: relative;
    top: 0;
    min-height: 36px;
    color: #333333;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
}

/* line 1386, ../../../app/scss/adslist.scss */
.fillNoticeDiv p {
    margin: 4px 0;
}

/* line 1390, ../../../app/scss/adslist.scss */
.remNoteArea {
    margin-bottom: 5px;
    position: relative;
    margin-top: 10px;
}

/* line 1396, ../../../app/scss/adslist.scss */
.noteSave {
    margin-left: 10px;
    background-color: #fff;
    font-size: 11px;
    color: #005492;
    cursor: pointer;
    background-image: url("/static/images/svg/save-icon.svg");
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 32px;
    display: block;
}

/* line 1406, ../../../app/scss/adslist.scss */
.noteCancel {
    margin-left: 10px;
    background-color: #fff;
    font-size: 11px;
    color: #005492;
    cursor: pointer;
    background-image: url("/static/images/svg/close-icon.svg");
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 2;
}

/* line 1416, ../../../app/scss/adslist.scss */
.notesPanel {
    display: none;
    position: absolute;
    right: 2px;
    top: 2px;
}

/* line 1420, ../../../app/scss/adslist.scss */
.closeNoteHidden {
    height: 1px;
    width: 1px;
    display: none;
    position: relative;
}

/* line 1427, ../../../app/scss/adslist.scss */
.closeNoteActyve {
    background-image: url("/static/images/svg/close-icon.svg");
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 2px;
    top: 2px;
    display: block;
    z-index: 2;
}


.price-changer-options label {
    color: #333333;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: right;
    padding: 8px 0 0 44px;
    top: -14px;
}

.price-changer-options label:before {
    top: 16px;
}
.price-changer-options label:after {
    top: 16px;
}

/* line 1444, ../../../app/scss/adslist.scss */
.rememberIconForgetAll {
    float: left;
    cursor: pointer;
    padding: 3px 10px;
    height: 20px;
    width: 22px;
}

/* line 1452, ../../../app/scss/adslist.scss */
#noticeConer {
    background-image: url("/static/images/icons.png");
    background-position: 0 -225px;
    width: 16px;
    height: 6px;
    margin: 0 auto;
    text-align: center;
}

/* line 1461, ../../../app/scss/adslist.scss */
#noticeTextNoWrap {
    background-color: #6e6e6e;
    padding: 4px;
    color: #fff;
    top: 0;
}

/* line 1468, ../../../app/scss/adslist.scss */
#noticePopup {
    text-align: center;
    color: #fff;
}

/* line 1473, ../../../app/scss/adslist.scss */
#noticeBorder {
    margin: 0 auto;
    text-align: center;
    width: 300px;
    position: absolute;
    display: none;
}

/* line 1481, ../../../app/scss/adslist.scss */
#noticeTableReview {
    margin-left: auto;
    margin-right: auto;
}

/* line 1499, ../../../app/scss/adslist.scss */
#adsList em {
    background-color: #FFFF66;
    font-style: normal;
}

/* line 1504, ../../../app/scss/adslist.scss */
.facetURL {
    font-size: 12px;
    color: #777;
}

/* line 1509, ../../../app/scss/adslist.scss */
.facetURL strong {
    color: #339a01;
    font-size: 13px;
    font-weight: 500;
}

/* line 1515, ../../../app/scss/adslist.scss */
#otherSearch {
    margin-top: 0;
    clear: both;
    padding: 20px 10px 0;
}

/* line 1521, ../../../app/scss/adslist.scss */
#otherSearch h3 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0;
    padding: 0;
    color: #000;
}

/* line 1530, ../../../app/scss/adslist.scss */
#otherSearch h3 a {
    color: #606060;
}

/* line 1534, ../../../app/scss/adslist.scss */
#otherSearch h5 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin: 2px 0 0 0;
    padding: 0 0;
}

/* line 1546, ../../../app/scss/adslist.scss */
.haveStar {
    color: #3F2C02;
    background-image: url("/static/images/svg/star.svg");
    width: 22px;
    height: 21px;
    text-align: center;
    font-size: 9px;
    font-family: Tahoma, Serif;
    background-repeat: no-repeat;
    cursor: default;
    background-position: 1px 1px;
    _background-position: 0 1px;
    float: right;
    padding-top: 7px;
    padding-left: 2px;
    box-sizing: border-box;
}
.cozyitem{
    float: inherit;
    margin: 0 auto;
}
.cozy-comment-item{
    float: inherit;
    margin: 0 auto;
    margin-top: 9px;
}
#itemsList ul li.cozy-item{
    height: 118px;
}
#itemsList ul li.cozy-item .itemReview{
    width: 580px;
}
#itemsList ul li.cozy-item .adsPrice{
    margin-top: 12px;
    font-weight: normal;
    color: #808080;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#itemsList ul li.cozy-item .adsPrice b{
    color: #000;
}

#itemsList ul li.cozy-item .adsTexts{
    margin-top: 0;
}

/* --------------------------------- PART 2 --------------------------------- */
#itemsList ul li.cozy-item h3{
    line-height: 16px;
}
/*#itemsList ul li.cozy-item .remeberArea, #itemsList ul li.cozy-item .remeberedArea{
    float: inherit;
    margin-top: 5px;
}*/
.cozy-list-star{
    width: 60px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    text-align: center;
}
.cozy-details{
    margin-left: 85px;
    margin-top: 22px;
    width: 120px;
    display: inline-block;
}
.cozy-details .date{
    color: #999;
    margin-top: 3px;
}
.cozy-details .import{
    margin-top: 22px;
    position: relative;
}
#itemsList ul li.cozy-item .favourite{
    margin-left: 25px;
    margin-top: 22px;
    width: 90px;
    display: inline-block;
    vertical-align: top;
}

/* line 1566, ../../../app/scss/adslist.scss */
#filterOrderBy {
    padding: 5px 6px 5px;
    height: 27px;
    background-color: #EFEFEF;
    border: 1px solid #bbb;
    color: #606060;
    font-size: 11px;
    _font-size: 15px;
}

/* line 1576, ../../../app/scss/adslist.scss */
#filterAdsType {
    padding: 5px 6px 5px;
    height: 27px;
    background-color: #EFEFEF;
    border: 1px solid #bbb;
    color: #606060;
    font-size: 11px;
    _font-size: 15px;
}

/* line 1586, ../../../app/scss/adslist.scss */
#filterAdSubscriber {
    background-image: url("/static/images/subscribeFilterBg.jpg");
    width: 204px;
    height: 231px;
    bottom: 0;
    z-index: 999;
    position: absolute;
    display: block;
}

/* line 1596, ../../../app/scss/adslist.scss */
#filterAdSubscriber #subscribeText {
    display: block;
    margin-top: 70px;
    font-size: 18px;
    width: 160px;
    margin-left: 22px;
}

/* line 1604, ../../../app/scss/adslist.scss */
#flyingSub {
    width: 128px;
    height: 128px;
    position: absolute;
    top: 0;
    z-index: 999;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: none;
}

/* line 1618, ../../../app/scss/adslist.scss */
.simpleItem {
    width: 238px;
    height: 245px;
    background-color: #fff;
    float: left;
    border: 1px solid #eaeaea;
    margin-right: 6px;
    margin-top: 6px;
    position: relative;
    cursor: pointer;
}

/* line 1630, ../../../app/scss/adslist.scss */
.boldItem {
    width: 238px;
    height: 245px;
    background-color: #f9de75;
    float: left;
    border: 1px solid #eaeaea;
    margin-right: 6px;
    margin-top: 6px;
    position: relative;
}

/* line 1641, ../../../app/scss/adslist.scss */
.topItem {
    width: 238px;
    height: 245px;
    float: left;
    border: 1px solid #eaeaea;
    margin-right: 6px;
    margin-top: 6px;
    position: relative;
}

/* line 1651, ../../../app/scss/adslist.scss */
.popularItem h3, .simpleItem h3, .boldItem h3, .topItem h3 {
    margin: 2px 6px 0;
    color: #000;
    height: 22px;
    overflow-y: hidden;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

/* line 1661, ../../../app/scss/adslist.scss */
.popularItem h3 a, .simpleItem h3 a, .boldItem h3 a .topItem h3 a {
    color: #349800;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
}

/* line 1670, ../../../app/scss/adslist.scss */
.popularItem h3 a:visited,
.simpleItem h3 a:visited,
.boldItem h3 a:visited,
.topItem h3 a:visited {
    color: #8FB08C;
}

/* line 1679, ../../../app/scss/adslist.scss */
.adsGridImage {
    display: block;
}

.on-photo-items-container {
    position: absolute;
    bottom: 65px;
    width: 100%;
}

/* line 1683, ../../../app/scss/adslist.scss */
.itemGridPrice {
    margin-top: -2px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 14px;
    font-weight: normal;
    height: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.item-grid-price-date span.price-up, .item-grid-price-date span.price-down {
    color: #999999;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 17px;
    font-weight: normal;
}

.item-grid-price-date span.price-up i, .item-grid-price-date span.price-down i {
    height: 10px;
    width: 8px;
    display: inline-block;
    margin-right: 2px;
}

.item-grid-price-date span.price-up i {
    background-image: url(/static/images/icons/price/pabrango.svg);
}

.item-grid-price-date span.price-down i {
    background-image: url(/static/images/icons/price/atpigo.svg);
}

.itemGridPrice span.price-for-unit{
    font-size: 12px;
    font-weight: normal;
}

/* line 1692, ../../../app/scss/adslist.scss */
.itemGridCity {
    color: #8e8e8e;
    font-size: 11px;
    margin-left: 6px;
    margin-top: 2px;
}

/* line 1699, ../../../app/scss/adslist.scss */
.itemStar {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAA+CAYAAABwdqZsAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMTAvMTNmCJClAAAEE0lEQVR4nOWZwWsjVRzHP5OZpGshFaGnppccBKlg31ELq+vJ6wq7Xrys4FGhQf8AvW+p3gX1au+CJ/VSPVpYq9SWKWmjAy2jtTHTTGcyHpxImk3SeW9eJpPkewoh7/0en3zfL79vxoiiiFj3gPuAAF5jThSGIYeHh03P8+5a8XuPgM8neKaJqBeEEOInI4qie8C3kz5Y1vI8j6OjoydBENwVQvwFULi6unpv0gfLWoNAABSAl3UVCc53CM53dG03Fg0DAWBEPR00daG9DQCeWd/VtaVWXVxccHJy8nUQBG/3gwCwBi1SUXC+Q+Q3/n9tLT/UtbUWua5LvV7/UgjxaNhnCrqKXTe2B77Og5KAAE0wel0BEPmN3PSOs7OzRCBAU8/w9jZuwAAwSpWJ9456vY7ruu8IIb5I8vnUzuh3RVeTdocsCNAAY1R/mFTvUAEBKWFcN7YHuqKryG9kCiQer/9xXfdNWRCQoGeElz9CcEGntU/kn9JpnxK1fiYKL+UKmWWMxRcpLKxilFYpLK6B9SxmWc/M158zVPYYCKPT2qf927sjv3WdMkoVFp7/7D9ACtIBAoZck8LiGsVKTXVPaRUrNWUQ8Xj9R1oQMGIC7U6Qvv1hmv1vVan6WHlaHZUzVDSygVrLDylVH6etMVR5AgEJfk3GBSRvIEBiAg3//Abf/kD6V+SpgmaZUnUL87k3lNZ3cwawqRMESI7jndY+7V/fUgZimGUWXvhKuVkmDVyqkhq6CotrlKpbysVK1a3cggCFCbTT2lcuprrWcRzq9fqn4wQBCn/uZA1DNWeoSNoZkX+iXEx2bZYgQMkZvygXS7o2DEMajUamIEDSGbfZ3DDLGGY51R7dnOG67utZggBJGFF7sM0Ns0xxZZM767vcWd+luLI5FMqwPeCpwPWdzNl0KJUzeiEUKzUMcwnDXKJYqQ2FMswZupJnGinDsJYf3IDQr14o1vKDgXt05XkeBwcHjUmCAMkJ1NvbwFx6heJKDWNhVapQ1D7l+vdtwr9/uPFH8bhyhoqkYETtU2kIo/bIEwjQ/HhRRvGjvtyAAI2PF2WURc5QkbbHi0mVVxCQMYw8g4AMr0mcMz4WQnyUVU1ZZQIj68ClqrFfk2kBAWN0RhiG2LZNs9mcChAwJhh5yBkq0n5NphUEaHaG7/vYtj2VIECjM+Lk+WRaQYAmZ+QtcKkqtTNmBQSkdEY8Xn8P3J92EJACRt5zhoqUrsksggAFZziOg+M4MwcCJGHEOaMmhPhkXAeapBLDmKbApapEPWMeQMAtzujJGe/POggYAWOaA5eqBl6TeQQBA5zheR62bV/6vv/qPIGAPmd0c4bv+y/NGwjoccYsBS5VWQDNZpPj4+O5BgFgzVryTCNrFgOXqv4FfMkxIyraSIIAAAAASUVORK5CYII=);
    width: 67px;
    height: 62px;
    position: absolute;
    padding-left: 11px;
    font-size: 11px;
    padding-top: 13px;
    background-repeat: no-repeat;
    z-index: 9;
}

/* line 1711, ../../../app/scss/adslist.scss */
.itemStar span {
    display: block;
    width: 18px;
    text-align: center;
}

/* line 1717, ../../../app/scss/adslist.scss */
.itemDescription {
    background-color: #272727;
    color: #fff;
    padding: 4px;
    width: 222px;
    height: 66px;
    overflow-y: hidden;
    position: absolute;
    opacity: 0.8;
    top: 103px;
    font-size: 12px;
    line-height: 17px;
    display: none;
    *left: 8px;
}

/* line 1733, ../../../app/scss/adslist.scss */
.itemDescription em {
    color: #000;
    padding: 2px;
}

/* line 1744, ../../../app/scss/adslist.scss */
.itemInactive {
    position: absolute;
    border: 1px solid #dcdcdc;
    width: 230px;
    height: 170px;
    margin-top: 4px;
    margin-left: 4px;
    background-color: #fff;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: 20px 40px;
}

.adsGridImage .itemInactive {
    margin-top: -1px;
    margin-left: -1px;
    width: 240px;
    height: 180px;
}

/* line 1757, ../../../app/scss/adslist.scss */
.passShowTypeGrid span {
    width: 18px;
    height: 17px;
    display: block;
    margin-top: 4px;
    margin-left: 6px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNC8yNC8xM58iZ78AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAAS0lEQVQ4jWM8ceLEfwY0YG5uznjy5EmSxJnQBaEAQzEhcVwGkQyoZhDj////GRiwO5mRFHGYQRQDFlJjZzTWUOVIER+NNcJg8MUaAN+qRQO7dvK2AAAAAElFTkSuQmCC);
}

/* line 1766, ../../../app/scss/adslist.scss */
.soldItem {
    background-image: url(/static/images/parduotaList.png);
}

/* line 1770, ../../../app/scss/adslist.scss */
.soldItemGrid {
    background-image: url(/static/images/parduotaGrid.png);
}

/* line 1774, ../../../app/scss/adslist.scss */
.rentItem {
    background-image: url(/static/images/isnuomotaList.png);
}

/* line 1778, ../../../app/scss/adslist.scss */
.rentItemGrid {
    background-image: url(/static/images/isnuomotaGrid.png);
}

/* line 1782, ../../../app/scss/adslist.scss */
.activeShowTypeGrid, .passShowTypeGrid, .passShowTypeReadMode, .activeShowTypeReadMode{
    width: 32px;
    height: 24px;
    float: right;
    margin-top: 2px;
}
.passShowTypeReadMode span, .activeShowTypeReadMode span{
    width: 17px;
    height: 16px;
    display: block;
    margin-top: 4px;
    margin-left: 6px;
    background-image: url(/static/images/svg/view-readmode.svg);
}
.passShowTypeReadMode span{
    opacity: 0.5;
}
/* line 1789, ../../../app/scss/adslist.scss */
.activeShowTypeGrid span {
    width: 17px;
    height: 16px;
    display: block;
    margin-top: 4px;
    margin-left: 6px;
    background-image: url(/static/images/svg/view-grid.svg);
}

/* line 1798, ../../../app/scss/adslist.scss */
.passShowTypeLine span {
    width: 17px;
    height: 16px;
    display: block;
    margin-top: 4px;
    margin-left: 6px;
    background-image: url(/static/images/svg/view-list.svg);
    opacity: 0.5;
}

/* line 1808, ../../../app/scss/adslist.scss */
.activeShowTypeLine, .passShowTypeLine {
    width: 32px;
    height: 24px;
    margin-top: 2px;
    float: right;
}

.passShowTypeReadMode{
    width: 32px;
    height: 24px;
    margin-top: 2px;
    float: right;
}

/* line 1815, ../../../app/scss/adslist.scss */
.activeShowTypeLine span {
    width: 17px;
    height: 16px;
    display: block;
    margin-top: 4px;
    margin-left: 6px;
    background-image: url(/static/images/svg/view-list.svg);
    background-position: 0 0;
}

/* line 1825, ../../../app/scss/adslist.scss */
.activeShowTypeGrid:hover, .passShowTypeLine:hover,
.activeShowTypeLine:hover, .passShowTypeGrid:hover,
.activeShowTypeReadMode:hover, .passShowTypeReadMode:hover
{
    background-color: #E0E0E0;
    background-image: none;
}

/* line 1830, ../../../app/scss/adslist.scss */
.showViews {
    margin-right: 20px;
    padding-top: 2px;
}

/* line 1904, ../../../app/scss/adslist.scss */
.itemWithMorePhotos {
    width: 118px;
    height: 90px;
    background-image: url(/static/images/morePhotos.png);
    background-position: 1px 1px;
    background-repeat: no-repeat;
}

/* line 1912, ../../../app/scss/adslist.scss */
#topToolbox {
    float: left;
    margin-left: 10px;
}

/* line 1917, ../../../app/scss/adslist.scss */
#itemsTypes {
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    position: absolute;
    margin-top: -30px;
    height: 20px;
    margin-left: -10px;
    background-color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

/* --------------------------------- PART --------------------------------- */
#itemsTypes a#typeSelected {
    font-weight: bold;
    color: #333;
    background-color: #f7f6f4;
    border-bottom: 1px solid #f7f6f4;
}

/* line 1937, ../../../app/scss/adslist.scss */
#itemsTypes a {
    margin-left: 0;
    padding-left: 14px;
    padding-right: 10px;
    padding-top: 3px;
    display: inline-block;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    height: 17px;
    font-size: 11px;
}

/* line 1949, ../../../app/scss/adslist.scss */
#itemsTypes a:last-child {
    border-right: none;
}

/* line 1953, ../../../app/scss/adslist.scss */
#itemsTypes a:hover {
    background-color: #E0E0E0;
    text-decoration: none;
}

/* line 1958, ../../../app/scss/adslist.scss */
.itemTypesUserNum {
    color: #9c9c9c;
    font-weight: normal;
}

/* line 1963, ../../../app/scss/adslist.scss */
#filterBar {
    height: 26px;
    border: 1px solid #e3e3e3;
    background-color: #f7f6f4;
    margin: 0 2px 2px 0;
    padding: 7px 22px 7px;
}

/* line 1971, ../../../app/scss/adslist.scss */
#mainFilterTop a {
    cursor: pointer;
    float: left;
    height: 19px;
    padding: 5px 25px 4px 6px;
    color: #606060;
    font-size: 11px;
    background-image: url(/static/images/svg/down-arrow_grey.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 11px;
    line-height: 19px;
    /*width: 80px;*/
}

/* line 1984, ../../../app/scss/adslist.scss */
#mainFilterTop a:hover {
    background-color: #E0E0E0;
    text-decoration: none;
}

/* line 1989, ../../../app/scss/adslist.scss */
#orderByLinks {
    position: absolute;
    background-color: #fff;
    /*width: 122px;*/
    border: 1px solid #ccc;
    display: none;
    -moz-box-shadow: 0 0 5px #B7B7B7;
    -webkit-box-shadow: 0 0 5px #B7B7B7;
    box-shadow: 0 0 5px #B7B7B7;
    z-index: 1;
    margin-top: -25px;
    right: -1px;
}

/* line 2002, ../../../app/scss/adslist.scss */
#orderByLinks span, #itemSearchTypesLinks span, .dynamicSelectboxOptions span {
    display: block;
    color: #606060;
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    padding: 7px 16px 7px 6px;
    white-space: nowrap;
}

/* line 2012, ../../../app/scss/adslist.scss */
#orderByLinks span:hover, #itemSearchTypesLinks span:hover, .dynamicSelectboxOptions span:hover {
    background-color: #efefef;
    cursor: pointer;
}

/* line 2017, ../../../app/scss/adslist.scss */
#selectedOrder, #selectedItemType {
    cursor: pointer;
    height: 16px;
    padding: 4px 16px 4px 6px;
    color: #606060;
    font-size: 11px;
}

/* line 2025, ../../../app/scss/adslist.scss */
#itemSearchTypesLinks, .dynamicSelectboxOptions {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    top: 0;
    left: 0;
    display: none;
    -moz-box-shadow: 0 0 5px #B7B7B7;
    -webkit-box-shadow: 0 0 5px #B7B7B7;
    box-shadow: 0 0 5px #B7B7B7;
    width: 100%;
    z-index: 5;
}

/* line 2039, ../../../app/scss/adslist.scss */
#itemsList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* line 2045, ../../../app/scss/adslist.scss */
#itemsList ul li {
    height: 144px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 2px 0 0;
    padding: 0;
    position: relative;
}

/* line 2059, ../../../app/scss/adslist.scss */
#itemsList ul li .itemReview {
    display: inline-block;
    vertical-align: top;
    *float: left;
    /*IE7*/
}

/* line 2065, ../../../app/scss/adslist.scss */
#itemsList ul li .itemReview h3 {
    margin: 14px 0 0;
    max-width: 640px;
    font-size: 16px;
}

/* line 2071, ../../../app/scss/adslist.scss */
#itemsList ul li .itemReview a {
    color: #339900;
    overflow: hidden;
    max-width: 640px;
    display: inline-block;
    height: 20px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight:600;
}

/* line 2083, ../../../app/scss/adslist.scss */
#itemsList ul li .itemReview.watched a,
#itemsList ul li .itemReview a:visited {
    color: #8FB08C;
}

#itemsList ul li span.price-for-unit {
    font-weight: normal;
    font-size: 12px;
}

/* line 2087, ../../../app/scss/adslist.scss */
#itemsList em, .popularItem em, .simpleItem em, .boldItem em, .topItem em {
    background-color: #ffff00;
    font-style: normal;
}

/* line 2099, ../../../app/scss/adslist.scss */
#orderByFilter {
    border: 1px solid #e3e3e3;
    background-color: #f7f6f4;
    height: 40px;
    margin-right: 2px;
}

/* line 2122, ../../../app/scss/adslist.scss */
.simpleItem:hover, .topItem:hover, .boldItem:hover {
    box-shadow: 0 0 3px 3px #eaeaea;
}

/* line 2157, ../../../app/scss/adslist.scss */
#popular_categories_by_keyword {
    color: #777;
    text-align: left;
    padding: 0 24px;
    margin-left: 24px;
}

/* line 2164, ../../../app/scss/adslist.scss */
#popular_categories_title {
    color: #777;
    display: inline-block;
    font-size: 12px;
    margin: 15px 0 3px 23px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 4px;
    font-weight: normal;
}

/* line 2174, ../../../app/scss/adslist.scss */
#popular_categories_title_keyword {
    color: #339900;
}

/* line 2178, ../../../app/scss/adslist.scss */
#show_rest_popular_categories {
    display: inline-block;
    margin: 10px 0 3px 35px;
}

/* line 2183, ../../../app/scss/adslist.scss */
.popular_categories_item {
    margin: 10px 0 0 0;
    font-size: 13px;
}

/* line 2188, ../../../app/scss/adslist.scss */
.popular_categories_item::before {
    content: "└";
    margin-right: 10px;
    font-weight: bold;
    color: #999;
    font-size: 13px;
    margin-left: -18px;
}

/* --------------------------------- PART 3 --------------------------------- */
.popular_categories_main_category {
    color: #777;
    font-weight: bold;
}

/* line 2202, ../../../app/scss/adslist.scss */
.popular_categories_sub_category {
    color: #777;
}

/* line 2206, ../../../app/scss/adslist.scss */
.popular_categories_link:hover {
    text-decoration: none;
    border: 1px solid #339900;
}

/* line 2211, ../../../app/scss/adslist.scss */
.popular_categories_link {
    display: inline-block;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin: 5px 5px 5px 0;
    padding: 5px 8px;
    border-radius: 3px;
    font-size: 13px;
}

/* line 2221, ../../../app/scss/adslist.scss */
#show_rest_popular_categories .fa-angle-double-down {
    font-size: 14px;
}

/* line 2225, ../../../app/scss/adslist.scss */
.popular_categories_count {
    color: #bbb;
    font-size: 10px;
}

/* line 2230, ../../../app/scss/adslist.scss */
#more_popular_categories {
    margin: 0 0 15px;
}

/* line 2238, ../../../app/scss/adslist.scss */
#otherCityItems {
    margin-top: -1px;
    padding: 22px 0;
    background-color: #fff;
    clear: both;
}

/* line 2245, ../../../app/scss/adslist.scss */
#citiesSeprator {
    margin-top: -1px;
    clear: both;
    height: 1px;
    background-color: #e3e3e3;
}

/* line 2252, ../../../app/scss/adslist.scss */
#otherCityItems span {
    background-color: #fff;
    color: #6c6a75;
    font-weight: 600;
    padding: 6px 5px;
    width: 939px;
    position: relative;
    top: -7px;
    margin-left: 130px;
}

/* line 2263, ../../../app/scss/adslist.scss */
h1#main_search_page {
    font-size: 18px;
    padding: 0;
    margin: 0 0 0 10px;
    color: #606060;
}

/* line 2270, ../../../app/scss/adslist.scss */
#main_search_page #main_search_details {
    font-size: 14px;
    padding: 0;
    font-weight: normal;
}

/* line 2276, ../../../app/scss/adslist.scss */
.pagination_link, .pagination_selected {
    border: 1px solid #e3e3e3;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
    margin-right: 2px;
}

/* line 2284, ../../../app/scss/adslist.scss */
.pagination_link:hover {
    background: #ddd;
    color: #000;
    text-decoration: none;
}

/* line 2290, ../../../app/scss/adslist.scss */
.pagination_selected {
    background-color: #f4d215;
    border: 1px solid #f4ae34;
}

/* line 2295, ../../../app/scss/adslist.scss */
#pagination {
    text-align: left;
    margin: 0;
    height: 19px;
}

/* line 2300, ../../../app/scss/adslist.scss */
#related_bucket_0, #related_bucket_1, #related_bucket_2, #related_bucket_3 {
    float: left;
    margin-right: 50px;
}

/* line 2305, ../../../app/scss/adslist.scss */
#subscribeImg {
    display: inline-block;
    width: 52px;
    height: 45px;
    margin-left: 16px;
    padding-right: 11px;
    background-image: url(/static/images/mail_icon.svg);
    background-repeat: no-repeat;
}

/* line 2315, ../../../app/scss/adslist.scss */
#itemsList ul li#subscribeItems {
    padding: 25px 0 20px;
    height: 45px;
    position: relative;
}
/* line 2319, ../../../app/scss/adslist.scss */
#itemsList ul li#subscribeItems .itemReview h3 {
    margin-top: -1px;
}
/* line 2322, ../../../app/scss/adslist.scss */
#itemsList ul li#subscribeItems .adsTexts {
    margin-top: 0;
    width: 420px;
}
/* line 2325, ../../../app/scss/adslist.scss */
#itemsList ul li#subscribeItems .adsTexts .adsTextReview {
    line-height: 20px;
    margin-top: -5px;
}
/* line 2330, ../../../app/scss/adslist.scss */
#itemsList ul li#subscribeItems .doneSubscribe {
    margin-top: 0;
}

/* line 2334, ../../../app/scss/adslist.scss */
#subscribeItems h3, #notFoundSubscribe h3 {
    color: #339900;
    height: 22px;
    line-height: 22px;
    margin: 7px 0 0;
}

/* line 2341, ../../../app/scss/adslist.scss */
#subscribeItems .adsTextReview, #notFoundSubscribe .adsTextReview {
    text-overflow: ellipsis;
    white-space: nowrap;
}

#subscribeItemsGrid .adsTextReview, #notFoundSubscribe .adsTextReview {
    text-overflow: ellipsis;
    white-space: nowrap;
}

#subscribeInput button[type="submit"] {
    border: 1px solid #3b9f0f;
    background-color: #3b9f0f;
    padding: 8px 6px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    height: 34px;
    width: 200px;
    line-height: 16px;
    position: absolute;
    cursor: pointer;
}

#subscribeInput button[type="submit"]:hover {
    box-shadow: 0 0 4px 0 #A38301;
    text-decoration: none;
}

/* line 2378, ../../../app/scss/adslist.scss */
#subscribeItems .adsTexts {
    height: 20px;
}

/* line 2382, ../../../app/scss/adslist.scss */
#subscribeInput {
    margin-top: 4px;
    position: absolute;
    top: 25px;
    right: 320px;
    width: 0px;
}

/* line 2390, ../../../app/scss/adslist.scss */
#subscriberGridText {
    display: inline-block;
    text-align: right;
    padding: 0px 10px;
    color: #5f5f5f;
    max-width: 628px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

/* line 2401, ../../../app/scss/adslist.scss */
#subscriberGridText h3 {
    color: #339900;
    height: 22px;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}

/* line 2409, ../../../app/scss/adslist.scss */
#subscribeAreaGrid {
    height: 62px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 38px;
}

/* line 2416, ../../../app/scss/adslist.scss */
#subscribeAreaGrid form {
    display: inline-block;
    margin-top: 0px;
    vertical-align: 8px;
    width: 300px;
}

/* line 2423, ../../../app/scss/adslist.scss */
#itemsList ul li .itemReview #doneSubscribe h3 {
    margin-top: 0px;
}

/* line 2428, ../../../app/scss/adslist.scss */
#doneSubscribe {
    display: block;
    color: #606060;
}

/* line 2433, ../../../app/scss/adslist.scss */
#subscribeAreaGrid #doneSubscribe {
    margin-left: 270px;
}

/* line 2437, ../../../app/scss/adslist.scss */
#subscribeAreaGrid #doneSubscribe h3 {
    color: #000;
    margin-top: -10px;
}

/* line 2442, ../../../app/scss/adslist.scss */
#subscribeAreaGrid #doneSubscribe span {
    color: #606060;
    margin-top: -10px;
    display: block;
}

/* line 2448, ../../../app/scss/adslist.scss */
#notFoundSubscribe {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 22px;
    width: 540px;
    padding: 18px 0px;
}

/* line 2456, ../../../app/scss/adslist.scss */
#notFoundSubscribe .adsTexts {
    width: 500px;
    height: 60px;
}

/* line 2461, ../../../app/scss/adslist.scss */
#notFoundSubscribe .itemReview {
    display: inline-block;
    vertical-align: 2px;
}

/**
* Begin Banner in the list Three in one
**/
#banner-three-in-one-between-items {
    border: 1px solid #e3e3e3;
    height: 290px;
    margin-top: 8px;
    background-color: #f7f7f7;
    position: relative;
}

#banner-three-in-one-between-items .three-in-one-title {
    font-size: 10px;
    padding: 3px 5px 3px 5px;
    color: #999;
    background-color: #f7f7f7;
}

#banner-three-in-one-between-items .three-in-one-container{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

#banner-three-in-one-between-items .three-in-one-item {
    flex-basis: 300px;
    height: 250px;
    width: 300px;
    text-align: center;
    overflow: hidden;
}
/**
* END Banner in the list Three in one
**/

/**
** Subscribe grid
***/
#subscribeItemsGrid{
    padding: 25px 0 20px;
    height: 45px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 2px 0 0;
    position: relative;
}

#subscribeItemsGrid.borderTop{
    border-top: 1px solid #e3e3e3;
    margin-top: 20px;
}

#subscribeItemsGrid .itemReview{
    display: inline-block;
    vertical-align: top;
}
#subscribeItemsGrid h3 {
    margin: 2px 0 0;
    max-width: 640px;
    font-size: 16px;
    color: #339900;
    height: 22px;
    line-height: 22px;
}
#subscribeItemsGrid .adsTexts{
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #606060;
    margin-bottom: 0;
    line-height: 18px;
    margin-top: -2px;
    width: 420px;
}

/**
Service Paslaugos
 */
#itemsList ul li.sub-service a{
    border: none;
    color: #cf0e11;
    font-weight: bold;
}
#itemsList ul li.sub-service a:visited{
    color: #5a4a42;
}
#itemsList ul li.sub-service ul{
    list-style-type: none;
    margin: 16px 0 0;
    padding: 0;
    color: #cf0e11;
    font-size: 14px;
    height: 14px;
}
#itemsList ul li.sub-service ul li:first-child{
    padding-left: 0;
    border-left: none;
}
#itemsList ul li.sub-service ul li{
    display: inline-block;
    padding-right: 12px;
    padding-left: 10px;
    height: 20px;
    border-left: 1px solid #806667;
    border-bottom: none;
}
#itemsList ul li.sub-service a.logo{
    margin-top: 10px;
    margin-left: 10px;
    display: inline-block;
}

#itemsList .sub-service .itemReview {
    width: 645px;
}

#itemsList .sub-service .itemReview ul{
    height: 20px;
    overflow: hidden;
}

/**
Aruodas banner
 */

#newProjects{
    margin-top: 20px;
    padding-bottom: 12px;
    text-align:center;
    margin-right: 2px;
}

#newProjects a{
    background-image: url(/static/images/banners/aruodas-banner-desktop.png);
    background-size: cover;
    display:inline-block;
    width: 100%;
    height: 94px;
    position:relative;
}
.new-projects-title{
    color: #fff;
    position: absolute;
    left: 60px;
    font-size: 24px;
    top: 16px;
}
.new-projects-slogan{
    color: #fff;
    position: absolute;
    left: 25px;
    font-size: 14px;
    top: 51px;
}

/**
Switch
 */
.switch-input {
    display: none;
}
.switch-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    text-align: left;
    padding: 16px 0 16px 44px;
    font-size:10px;
    margin-top: -6px;
    margin-left: 6px;
}
.switch-label:before, .switch-label:after {
    content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* --------------------------------- PART --------------------------------- */
.switch-label:before {
    left: 0;
    width: 28px;
    height: 14px;
    background-color: #fff;
    border-radius: 8px;
    top:14px;
    border: 1px solid #cdcdcd;
}
.switch-label:after {
    left: 0;
    top:14px;
    width: 14px;
    height: 14px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
}

.bookmark-contacts-switch .switch-label {
    padding: 0;
}

.bookmark-contacts-switch .switch-label:before, .bookmark-contacts-switch .switch-label:after {
    top: 0;
}
.switch-label .toggle--on {
    display: none;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    color: #339900;
}
.switch-label .toggle--off {
    display: inline-block;
    top: 0;
    left: 50%;
    position: absolute;
    color:#999;
    transform: translateX(-50%);
}
.switch-input:checked + .switch-label:before {
    background-color: #7abb45;
    border: 1px solid #7abb45;
}
.switch-input:checked + .switch-label:after {
    background-color: #fff;
    -ms-transform: translate(88%, -50%);
    -webkit-transform: translate(88%, -50%);
    transform: translate(88%, -50%);
    border: 1px solid #7abb45;
}
.switch-input:checked + .switch-label .toggle--on {
    display: inline-block;
}
.switch-input:checked + .switch-label .toggle--off {
    display: none;
}

#subscription-panel{
    height: 60px;
    border-bottom: 1px solid #e3e3e3;
    -ms-grid-columns: 476px 160px auto;
    grid-template-columns: 476px 180px auto;
    display: -ms-grid;
    display: grid;
    margin-right: 2px;
}

.option-notification-text, .notifications-link{
    display: none;
}

.notifications-link.show {
    display: block;
}

#subscription-panel .subscribe-by-email .option-email-text{
    -ms-grid-column: 1;
}

#subscription-panel .subscribe-by-email .option-email-settings{
    -ms-grid-column: 2;
}

#subscription-panel .subscribe-by-notifications .option-notifications-text{
    -ms-grid-column: 1;
}

#subscription-panel .subscribe-by-notifications .option-notifications-settings{
    -ms-grid-column: 2;
}

#subscription-panel .subscribe-by-notification{
    -ms-grid-column: 2;
}

#subscription-panel .subscribe-by-email a{
    margin-left: 10px;
    display:block;
    width: 28px;
    cursor:pointer;
    height: 25px;
}

.open-doors-cozy {
    position: absolute;
    top: 0;
    left: 30px;
    width: 219px;
    z-index: 1;
    display: flex;
}

.remember-button {
    position: absolute;
    top: 3px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 30px;
    color: white;
    font-size: 10px;
    text-align: center;
    line-height: 30px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    z-index: 1;
}

.remember-button.rounded {
    border-radius: 0 0 0 3px;
}

.remember-button.grid-list {
    top: 0;
    right: 0;
}

.remember-button.remembered {
    background-image: url("/static/images/isimintas.svg");
}

.remember-button.remember {
    background-image: url("/static/images/isiminti_new_white.svg");
}

.remember-button:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.remember-button img {
    width: 18px;
    border: none;
    vertical-align: middle;
}

.promotion-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    z-index: 1;
}

.promotion-items .aruodas-import {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.promotion-items .aruodas-import img {
    vertical-align: middle;
}

.promotion-items .star {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.promotion-items .star span{
    background-image: url(/static/images/svg/star.svg);
    background-repeat: no-repeat;

    width: 22px;
    height: 21px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    font-size: 9px;
    color: #000000;
}

.bookmark-contacts-settings .bookmark-contacts-text {
    display: inline-block;
    width: 175px;
    text-align: left;
    color: #333333;
    font-size: 11px;
    letter-spacing: 0;
    height: 21px;
    line-height: 28px;
}

.bookmark-contacts-settings .bookmark-contacts-switch {
    display: inline-block;
    width: 10px;
    vertical-align: 18px;
    padding-right: 30px;
    position: relative;
}

.note-about-bookmark{
    background-color: #F7C0B9;
    display: inline-block;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
    padding: 0;
    vertical-align: 2px;
}

.note-about-bookmark div {
    margin: 5px;
}
.rem-reserved{
    height: 22px;
    text-transform: uppercase;
    color: #fff;
    left: 16px;
    right: 10px;
    line-height: 22px;
    background-color: rgba(241,130,0,0.8);
    bottom: 0;
    position:absolute;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
}
.rem-reserved img{
    width: 12px;
    height: 12px;
    vertical-align: -2px;
    margin-right: 4px;
    border: none;
}
.have-docs {
    color: green;
}

/* --------------------------------- PART 4 --------------------------------- */
.adult-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.95);
    z-index: 9999;
}
.adult-content {
    width: 526px;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin-left: 50%;
    margin-top: 10%;
    position: relative;
    transform: translateX(-50%);
}
.adult-content div {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
}

.adult-content p {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
}

.adult-content .adult-confirm-buttons {
    margin-top: 40px;
    display: flex;
}

.adult-content .adult-confirm-buttons button{
    box-sizing: border-box;
    height: 80px;
    width: 250px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background-color: transparent;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}
.adult-content .adult-confirm-buttons button:first-child{
    margin-right: 20px;
}
.adult-content .adult-confirm-buttons button:hover{
    opacity: 0.8;
}
.adult-content .adult-confirm-buttons button span {
    font-size: 16px;
    line-height: 22px;
    display: block;
    font-weight: normal;
    color: #FFFFFF;
}

.kainos-item {
    padding: 3px 0 0 0 !important;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}

.kainos-item .more-products {
    position: absolute;
    right: 0;
    bottom: 8px;
    color: #407FB2;
    font-size: 13px;
    line-height: 18px;
}

.kainos-item .more-products a {
    color: inherit;
}

.kainos-item .more-products a:hover {
    text-decoration: underline;
}

.kainos-item .image {
    position: relative;
    box-sizing: border-box;
    height: 198px;
    width: 264px;
    background-color: #FFFFFF;
    float: left;
    text-align: center;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kainos-item .image .kainos-logo {
    position: absolute;
    left: 10px;
    top: 10px;
}

.kainos-item .image img{
    max-width: 242px;
    max-height: 176px;
    object-fit: cover;
    display: block;
}

.kainos-item .content-kainos {
    overflow: hidden;
    margin: 13px 0 0 0;
}

.kainos-item .content-kainos .title {
    color: #407FB2;
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    margin: 0 0 10px 0;
    height: 22px;
    overflow: hidden;
}

.kainos-item .content-kainos .title a {
    color: inherit;
}

.kainos-item .content-kainos .title a:hover {
    text-decoration: underline;
}

.kainos-item .content-kainos .description {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 105px 0;
}

.kainos-item .content-kainos .price {
    color: #333333;
    font-size: 16px;
    line-height: 120%;
}
.kainos-item .content-kainos .price span {
    color: #CA292F;
    font-size: 16px;
    font-weight: bold;
    line-height: 120%;
}

.kainos-gallery-list {
    display: flex;
    align-items: stretch;
    column-gap: 2%;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 20px;
    row-gap: 20px;
    width: 100%;
}

.kainos-gallery-list .kainos-gallery-list-item {
    box-sizing: border-box;
    flex: calc(96% / 3);
    max-width: calc(96% / 3);
}

.gallery-kainos-more-products{
    color: #407FB2;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    text-align: right;
}

.gallery-kainos-more-products a {
    color: inherit;
}

.gallery-kainos-more-products a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1280px) {
    .sticky-notification-block {
        vertical-align: 0;
        margin-left: 12px;
    }

    .option-notification-text, .notifications-link{
        /*vertical-align: 18px;*/
    }
}

.bookmarks-settings {
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 12px;
    justify-content: space-between;
}

.bookmarks-settings.footer {
    width: 100%;
    justify-content: flex-end;
}

.bookmarks-settings.footer .col:nth-child(1) {
    width: 100%;
}


.bookmarks-settings .col:nth-child(2) {
    position: relative;
    padding-left: 12px;
}

.bookmarks-settings h1 {
    color: #333333;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
}

.bookmarks-settings .options {
    text-align: right;
    width: 450px;
}
.bookmarks-settings .options ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    padding:5px;
    justify-content: flex-end;
}

.bookmarks-settings .options li {
    padding: 0 5px;
}

.bookmarks-settings .options div {
    opacity: 0.3;
    cursor: default;
}

.bookmarks-settings .options ul.active div {
    opacity: 1;
    cursor: pointer;
}

.bookmarks-settings .options ul.active div:hover {
    border-color: #339a01;
    background-color: #f3fceb;
    text-decoration: none;
    color: #339900;
}

.bookmarks-settings .price-changer-options {
    padding-left: 12px;
    padding-top: 29px;
}

.bookmarks-settings .options .rememberIconsDelete{
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    padding: 8px 10px 8px 34px;
    background-image: url(/static/images/svg/heart_full.svg);
    background-position: 8px;
    background-repeat: no-repeat;
    height: 34px;
    border: 1px solid #B1B1B1;
}

.bookmarks-settings .options .rememberIconsPrint{
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    padding: 8px 10px 8px 34px;
    background-image: url(/static/images/svg/print.svg);
    background-position: 8px;
    background-repeat: no-repeat;
    height: 34px;
    width: auto;
    border: 1px solid #B1B1B1;
}

.bookmarks-settings .options .rememberIconsSend {
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    padding: 8px 10px 8px 34px;
    background-image: url(/static/images/svg/mail_empty.svg);
    background-position: 8px;
    background-repeat: no-repeat;
    height: 34px;
    width: auto;
    border: 1px solid #B1B1B1;
}

.bookmarks-settings input {
    margin-top: 10px;
}

.user-types-sort-container {
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    width: 970px;
}
.user-types-sort-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.user-types-sort-container li {
    height: 22px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    color: #339900;
    padding: 5px 30px;
    border-bottom: 4px solid #fff;
    cursor: pointer;
}

.user-types-sort-container li:hover {
    text-decoration: underline;
}
.user-types-sort-container li span {
    height: 17px;
    color: #999999;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    margin-left: 4px;
    display: inline-block;
}
.user-types-sort-container li.active {
    color: #333333;
    border-color: #339900;
}

.flex--1 {
    flex:1
}

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

.display--flex {
    display: flex;
}

.views-container {
    text-align: right;
    display: flex;
    padding-top: 1px;
}

.categoriesList span {
    height: 17px;
    color: #666666;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
}

.filter-button {
    height: 28px;
    border-radius: 3px;
    background-color: #339900;
    border: 1px solid #339900;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    margin-top: 20px;
    cursor: pointer;
    min-width: 93px;
    margin-top: 19px;
    margin-top: 0;
    padding-top: 0;
}

#region-selectbox select, #district-selectbox select, #quarter-selectbox select, #streets-selectbox select {
    color: #999;
}

#region-selectbox.filled select,
#district-selectbox.filled select,
#quarter-selectbox.filled select,
#streets-selectbox.filled select {
    color: #606060!important;
}

.are-ukrainians-welcome-grid {
    background-image:url('/static/images/svg/ua-flag.svg');
    height: 13px;
    width: 18px;
    display: inline-block;
    margin-right: 6px;
    background-position: center;
    margin-left: 6px;
    position: absolute;
    margin-top: 4px;
    top: 156px;
    left: 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}

#hide_import + label {
    margin-top: -1px;
}

#hide_import + label:before {
    margin-top: 0;
}

/* @deprecated */
.show-all-items-container {
    height: auto !important;
}

/* @deprecated */
.show-all-items-container .show-all-items-button {
    box-sizing: border-box;
    height: 39px;
    border: 1px solid #339900;
    border-radius: 3px;
    color: #339900;
    font-size: 16px;
    line-height: 39px;
    text-align: center;
    display: inline-block;
    padding: 0 15px;
    margin: 20px 0 20px 135px;
    cursor: pointer;
    transition: all 0.4s;
}

.show-all-items-container .show-all-items-button:hover {
    border-color: #339a01;
    background-color: #f3fceb;
    text-decoration: none;
}

.show-all-items-container.grid .show-all-items-button {
    margin-left: 0;
}

/* @deprecated */
.show-all-items-container.cozy .show-all-items-button {
    margin-left: 60px;
}

/* --------------------------------- PART 5 --------------------------------- */
#items-list-container {
    margin: 20px 0 0 0;
}
