.search-form .dropdown-menu .selected {
	font-weight: bold;
}

.line_pagination {
	text-align: center;
}

.content .obiavlenie_line .line_pagination .pagination {
    float: none;
    margin: 10px 0;
}

.content .obiavlenie_line .line_pagination .pager {
	margin: 10px 0;
}

.show-phone-btn {
	background-color: #0D677C;
    color: #ffffff;
    border: none;
    outline: none;
    font-size: 15pt;
    padding-left: 20px;
    padding-right: 26px;
}

.show-phone-btn:hover {
    opacity: 0.8;
    color: #ffffff;
}

.show-phone-btn:focus {
	color: #ffffff;
}

.show-phone-btn i {
	position: relative;
    top: 2px;
    margin-right: 12px;
    font-size: 17pt;
}


body.popup-focus {
    overflow: hidden;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(255,255,255,0.9);
}

.modal-window {
    position: fixed;
    top: -100%;
    left: 50%;
    z-index: 11;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.modal-window {
    border-radius: 5px;
    padding: 18px 35px 30px;
    background-color: #f2f5fa;
    border-radius: 4px;
	background-color: rgba(0,0,0,.75);
	color: #fff;
}

.modal-window .modal-close {
    background: url("img/close.png");
    width: 27px;
    height: 27px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    cursor: hand;
}

.modal-window h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
}

.modal-window.show-this {
    top: 50%;
}


.article_page .article_content ul,
.article_page .article_content ol {
	list-style-position: inside;
    padding-left: 0;
} 


.main-btn {
    display: inline-block;
    background: #ff9900;
    padding: 0 17px 2px;
    height: 33px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    border: none;
    border-top: 1px solid #f586bd;
    cursor: pointer;
    text-decoration: none;
}
form.lk-form{
	padding-top: 15px;
}

form.lk-form .form-unit {
    padding: 8px 0;
    width: 100%;
    font-size: 0;
    
}
form.lk-form .g-recaptcha{
	text-align: right;
}

form.lk-form .g-recaptcha > div{
	display: inline-block;
	text-align: left;
}
form.lk-form .form-unit label {
    display: inline-block;
    vertical-align: middle;
    width: 121px;
    font-size: 14px;
    text-align: right;
    margin-right: 18px;
}

form.lk-form .form-unit.submit-box {
    margin-top: 22px;
/*     width: 475px; */
    text-align: right;
}

form.lk-form .form-unit.submit-box input {
    font-weight: 700;
    background: #6a9fff;
    border: none;
}

form.lk-form .form-unit.submit-box input:hover {
    opacity: .85;
}






#ad-complain form.lk-form {
    margin-bottom: 0;
    border: none;
}

#ad-complain .form-unit > label {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

#ad-complain .form-unit > div {
    vertical-align: middle;
    display: inline-block;
}

#ad-complain ol label {
    text-align: left;
    width: auto;
    margin-right: 0;
}

#ad-complain input[type="radio"] {
    -webkit-appearance: radio;
}

#ad-complain form.lk-form {
    margin-bottom: 0;
    border: none;
}

#ad-complain input[type=text],
#ad-complain textarea {
    outline: none;
    width: 200px;
    height: 32px;
    font-size: 14px;
    padding: 0 15px 0 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#ad-complain textarea {
    height: 90px;
}




#send-email .form-error.help-block {
    margin-left: 228px;
}

#send-email input[type=text] {
    width: 244px;
    height: 28px;
    font-size: 14px;
    padding: 0 15px 0 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#send-email #id_captcha_1 {
    vertical-align: top;
    margin-top: 10px;
    margin-left: 20px;
}

#send-email .captcha > img {
    width: 130px;
    height: 45px;
    margin-left: 77px;
}

#send-email textarea {
    resize: none;
    width: 244px;
    font-size: 14px;
    padding: 0 15px 0 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 100px;
}

#send-email .form-unit label {
    vertical-align: top;
    margin-top: 5px;
}


.content .obiavlenie_line .gallery_girl .name_top.not_serv_up h3 {
	width: 100%;
}

.content .obiavlenie_line .gallery_girl .statia_wrap .photo h2 a {
	text-decoration: none;
	color: inherit;
}

.city-select-container {
    display: none;
}

.city-select-container.do-not-hide {
    display: block;
}


.reg-captcha-form #id_captcha_1 {
	width: 36%;
}


.login_page input[type=submit] {
	background-color: #ff9900;
    position: relative;
    top: -2px;
    outline: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11pt;
    display: block;
    border: none;
    margin: 0 auto 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 3px solid #b36b00;
    padding: 7px 20px;
}

.login_page .form-unit label {
	width: 49%;
}

.login_page .form-unit input {
	width: 49%;
}

.login_page .captcha #id_captcha_1 {
    float: right;
    margin-right: 1.5%;
}

.login_page .form-unit {
	margin-bottom: 10px;
}

@media screen and (max-width: 350px) {
	.login_page .captcha img {
	    margin-right: 0;
	    margin-bottom: 8px;
	}
	
	.login_page .captcha #id_captcha_1 {
	    float: none;
	    margin-right: 0;
	}
	
	.login_page .form-unit label {
	    width: 100%;
	}
	
	.login_page .form-unit input {
	    width: 100%;
	}
}


.content .services .dashboard .line_what .part_what.middle_package {
	margin-bottom: 30px;
}

.services-block-2 {
	margin-bottom: 50px;
}

.services-block-3 {
	margin-bottom: 80px;
}

.content .services .dashboard .add_b_anner_two .obiavlenia_moi1 .top_part .pull-left:nth-child(2) .in_left .line_right span {
    margin-right: 15px;
}


.cabinet-main-messages-ask-question h4 {
    margin-bottom: 20px;
}

.cabinet-main-messages-ask-question .msg-data {
    margin-bottom: 15px;
}

.cabinet-main-messages-ask-question .msg-data label {
    display: block;
    margin-bottom: 10px;
}

.cabinet-main-messages-ask-question .msg-data input {
    height: 32px;
    font-size: 14px;
    padding: 0 15px 0 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.cabinet-main-messages-ask-question .msg-data input, .cabinet-main-messages-ask-question .msg-data textarea {
    display: block;
    width: 100%;
}

.content .services .dashboard .messages_line_two .post_wrap .post .pull-right, .content .services .dashboard .messages_line_two .post_wrap .post1 .pull-right {
    width: 100% !important;
}

.content .services .dashboard .messages_line {
    width:100%;
}

ul.messagelist {
    margin: 0;
    padding: 0 0 5px;
}

ul.messagelist li {
    background: url("img/icon_success.gif") no-repeat scroll 5px 0.3em #FFFFCC;
    color: #666666;
    display: block;
    font-size: 12px;
    margin: 0 0 3px;
    padding: 4px 5px 4px 25px;
    list-style-type: square;
    line-height: 14px;
}

ul.messagelist li.error {
    background-image: url("img/icon_error.gif");
}

ul.messagelist li.warning {
    background-image: url("img/icon_alert.gif");
}

.add_b_anner_link a, .no-b_anners-found a {
    margin-bottom: 60px;
    font-size: 23px;
    color: white !important;
    text-decoration: none;
    background-color: #ff9900;
}

.add_b_anner_link a:hover, .no-b_anners-found a:hover {
    background-color: #ffad33;
}

.content .services .dashboard .add_b_anner_two .moi_right {
    margin-bottom: 30px;
}


.edit_banner_page {
	
}

.edit_banner_page.edit .edit_banner_tab_1,
.edit_banner_page.edit .edit_banner_tab_2,
.edit_banner_page.edit .edit_banner_tab_0 {
    display: none;
}

.edit_banner_page.add .edit_banner_chosen_place,
.edit_banner_page.add .edit_banner_tab_2,
.edit_banner_page.add .edit_banner_tab_3 {
    display: none;
}

.edit_banner_page .link-input-cont {
    
}

.edit_banner_page .link-input-cont input {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 20px;
}

.loading-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,.7);
}

.loading-overlay .wrapper {
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 64px;
    height: 64px;
    background-image: url("img/loading_over.gif");
    background-image: url("img/loader.gif");
    position: absolute;
    top: 50%;
    left: 50%;
}





.intro-article p,
.intro-article ul,
.intro-article ol {
    margin-bottom: 15px;
}

.intro-article ol,
.intro-article ul {
    padding-left: 40px;
}

.intro-article ol li {
    list-style-type: decimal; 
}

.intro-article ul li {
    list-style-type: disc; 
}

.intro-article {
    color: black;
    font-size: 13px;
    margin-bottom: 40px;
}




.ad_page h1 {
    margin: 0;
    font-family: "CenturyGothicRegular";
    font-size: 22.5pt;
}


h1.std-h1 {
	margin: 20px 0 28px 0;
	font-family: "CenturyGothicRegular";
	font-size: 22.5pt;
}

.reg_page h1 {
    margin: 18px 0 0 0;
    width: 95%;
    font-family: "CenturyGothicRegular";
    font-size: 22.5pt;
}

@media screen and (max-width: 1269px) {
	h1.std-h1, .ad_page h1, .reg_page h1 {
	    font-size: 20pt;
	}
	
	h1.std-h1 {
        margin: 0;
	}
}

@media screen and (max-width: 768px) {
    h1.std-h1, .ad_page h1, .reg_page h1 {
        font-size: 18pt;
        width: 92%;
    }
}

@media screen and (max-width: 600px) {
	.ad_page h1, .reg_page h1 {
/* 	    width: 87%; */
/* 	    font-size: 7.5vw; */
	    overflow: hidden;
	    text-overflow: ellipsis;
/* 	    max-height: 26vw; */
/* 	    line-height: 9vw; */
	}
    
    h1.std-h1 {
        width: 100%;
        font-size: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 57px;
        line-height: 28px;
    }
}




#ad-edit-form {
	display: none;
}

.obiavlenie_line.no-top {
	border-top: none;
	padding-top: 0;
}


.edit-ad-page {
    
}

.edit-ad-page.add .edit-ad-stage-2,
.edit-ad-page.add .edit-ad-block-1-filled,
.edit-ad-page.add .edit-ad-block-2-filled,
.edit-ad-page.add .edit-ad-block-3 {
    display: none;
}

.edit-ad-page.edit .edit-ad-stage-2,
.edit-ad-page.edit .edit-ad-block-1,
.edit-ad-page.edit .edit-ad-block-2 {
    display: none;
}

.edit-ad-page .edit-ad-block-1 {
    
}

.edit-ad-page .edit-ad-block-1-filled {
    
}

.edit-ad-page .edit-ad-block-2 {
    
}

.edit-ad-page .edit-ad-block-2-active .sep_bg_white {
    display: none;
}

.edit-ad-page .edit-ad-block-1 .seller_type_btn_cont .btn.active {
    background: #ffcc7f !important;
}

.edit-ad-page .content .services.edit-ad-block-3 .dashboard .add_b_anner form[name="form10"] .responsive1 .table tr:nth-child(2) td {
    border-top: none;
}

.edit-ad-page .content .services.edit-ad-block-3 .dashboard .add_b_anner form[name="form10"] .responsive1 .table tr:nth-child(3) td {
    border-top: 1px solid #e5e5e5;
}

.edit-ad-page .content .services.edit-ad-block-3 .dashboard .add_b_anner form[name="form10"] .responsive1 .table tr:first-child td label {
    margin: 27px 0;
}

.edit-ad-page .content .services.edit-ad-block-3 .dashboard .add_b_anner form[name="form10"] .responsive1 .table tr:first-child td:last-child,
.edit-ad-page .content .services.edit-ad-block-3 .dashboard .add_b_anner form[name="form10"] .responsive1 .table tr:first-child td:first-child {
	padding-bottom: 0;
}

.edit-ad-page .content .services.edit-ad-block-3 .dashboard .add_b_anner form[name="form10"] .responsive1 .table tr:first-child td label {
    margin: 27px 0 0;
}

.edit-ad-page .content .services.edit-ad-block-3 .dashboard .add_b_anner form[name="form10"] .responsive1 .table tr:nth-child(5) td:last-child {
    padding-top: 7px;
}

.edit-ad-page .content .services.edit-ad-block-3 .dashboard .add_b_anner form[name="form10"] .responsive1 .table tr:nth-child(6) td:last-child {
    padding-top: 30px;
}

.edit-ad-page .content .services.edit-ad-block-3 .dashboard .add_b_anner form[name="form10"] .responsive1 .table .photos-block #file {
    display: block;
    cursor: pointer;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0
}

.edit-ad-page #ad-photoinput-id {
    display: none;
}

.edit-ad-page .content .services .dashboard .add_b_anner form[name="form10"] .responsive1 .table tr td .one_col {
	margin: 0 2% 14px;
}

.edit-ad-page .content .services .dashboard .add_b_anner form[name="form10"] .responsive1 .table tr td .one_col:nth-child(4n+3) {
	margin: 0 2% 14px 0;
}

.edit-ad-page .content .services .dashboard .add_b_anner form[name="form10"] .responsive1 .table tr td .one_col:nth-child(4n+1),
.edit-ad-page .content .services .dashboard .add_b_anner form[name="form10"] .responsive1 .table tr td .one_col:nth-child(4n+4) {
    margin-left: 0;
    margin-right: 0;
}

.edit-ad-page .content .services .dashboard .add_b_anner form[name="form10"] .responsive1 .table tr td .ad-photoinput .photo-box > img {
    width: 100%;
}

@media screen and (max-width: 1269px) {
	.edit-ad-page .content .services .dashboard .add_b_anner form[name="form10"] .responsive1 .table tr td .ad-photoinput .photo-box {
	    
	}
}

.edit-ad-page .photos-block .photo-box {
    position: relative;
}

.edit-ad-page .photos-block .photo-box label {
    position: absolute;
    z-index: 10;
    bottom: -14px;
    left: 0;
    background: none;
    width: 91px;
    height: 20px;
    margin: 0 !important;
    text-align: left;
    font-size: 13px !important;
}

.edit-ad-page .photos-block .photo-box label input {
	width: auto !important;
	margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    vertical-align: middle;
}

.edit-ad-page .photos-block .photo-box label span {
    color: #666 !important;
    font-size: 13px !important;
    display: inline-block;
    vertical-align: middle;
}

.edit-ad-page .photos-block .photo-box a {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
}

.edit-ad-page .photos-block .photo-box a img {
	width: 26px;
    height: 26px;
}

.edit-ad-page .vip-packs.vip_all_cities .nav-tabs,
.edit-ad-page .vip-packs.vip_country .nav-tabs,
.edit-ad-page .vip-packs.vip_city .nav-tabs,
.edit-ad-page .vip-packs.vip_section .nav-tabs {
	display: none;
}

.edit-ad-page .vip-packs.vip_all_cities {
    
}

.edit-ad-page .vip-packs.vip_country {
    
}

.edit-ad-page .vip-packs.vip_city {
    
}

.edit-ad-page .vip-packs.vip_section {
    
}

.edit-ad-page {
    
}

.edit-ad-page {
    
}

.edit-ad-page {
    
}





#cabinet-new-message, #admin-help {width: 400px;}

#cabinet-new-message textarea, #admin-help textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 80px;
    padding: 5px;
}

#cabinet-new-message .main-btn, #admin-help .main-btn {
    background-color: #ff9900;
    position: relative;
    outline: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 33px;
    display: block;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 0 #da7600;
    padding:0 20px;
    height: 33px;
    font-weight: 700;
}


.new-msg-count {
	color: red;
}


.footer-license-block > div {
	text-align: center;
	font-size: 15px;
	color: #e9b1a9;
}

@media only screen and (min-width: 992px) and (max-width: 1270px) {
    footer .lower_menu_line > .container > .row {
        display: flex;
    }
    
    footer .lower_menu_line > .container > .row > div {
        width: auto;
        flex-wrap: nowrap;
        flex-grow: 0;
    }
    
    footer .lower_menu_line > .container > .row > div.footer-license-block {
        flex-grow: 1;
    }
}

#send-email .form-unit > input[type=file] {
	width: 244px;
    font-size: 14px;
    display: inline-block;
    padding-top: 5px;
}



ul.messagelist li {  
    padding: 5px;
    text-align: center;
    font-size: 16px;
}
ul.messagelist li.error {
    background-image: none;
    border: 1px solid red;
}
ul.messagelist li.success {
    background-image: none;
    border: 1px solid green;
}


























































































































































