﻿/* DEFAULT TAGS */
html { overflow-y: scroll; }

body {
	padding: 0 !important;
	margin: 0;
	background-color: #fafafb;
/*	background-color: #fafafa;
    background-image: url('/Resources/Images/2015_01_L.jpg');
    background-repeat: no-repeat;*/

	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #0a6f00;
	text-decoration: none;
	outline: none;
}

a:hover { color: #000; }

h1{
	font-size: 2em;
	line-height: 1.2em;
}

h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 10px;
	color: #0a6f00;
}

h3 {
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 10px;
	color: #0a6f00;
}

h4 {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}

p { margin: 0 0 10px; }

ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

input, select, textarea {
	padding: 3px 5px 4px;
	border-top: 1px solid #9c9c9c;
	border-left: 1px solid #9c9c9c;
	border-right: 1px solid #dbd8d8;
	border-bottom: 1px solid #dbd8d8;
	font: 12px Arial, Helvetica, sans-serif;
}

input[type="submit"], button {
	border: 1px solid #9c9c9c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #d2d2d2;
	background-image: linear-gradient(bottom, rgb(195,195,195) 0%, rgb(232,232,232) 98%, rgb(255,255,255) 98%);
	background-image: -o-linear-gradient(bottom, rgb(195,195,195) 0%, rgb(232,232,232) 98%, rgb(255,255,255) 98%);
	background-image: -moz-linear-gradient(bottom, rgb(195,195,195) 0%, rgb(232,232,232) 98%, rgb(255,255,255) 98%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,195,195) 0%, rgb(232,232,232) 98%, rgb(255,255,255) 98%);
	background-image: -ms-linear-gradient(bottom, rgb(195,195,195) 0%, rgb(232,232,232) 98%, rgb(255,255,255) 98%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(195,195,195)), color-stop(0.98, rgb(232,232,232)), color-stop(0.98, rgb(255,255,255)) );
	padding: 0 10px;
	line-height: 32px;
}

input[type="submit"]:hover, button:hover{
	background-image: linear-gradient(bottom, rgb(211,211,211) 0%, rgb(237,237,237) 98%, rgb(255,255,255) 98%);
	background-image: -o-linear-gradient(bottom, rgb(211,211,211) 0%, rgb(237,237,237) 98%, rgb(255,255,255) 98%);
	background-image: -moz-linear-gradient(bottom, rgb(211,211,211) 0%, rgb(237,237,237) 98%, rgb(255,255,255) 98%);
	background-image: -webkit-linear-gradient(bottom, rgb(211,211,211) 0%, rgb(237,237,237) 98%, rgb(255,255,255) 98%);
	background-image: -ms-linear-gradient(bottom, rgb(211,211,211) 0%, rgb(237,237,237) 98%, rgb(255,255,255) 98%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(211,211,211)), color-stop(0.98, rgb(237,237,237)), color-stop(0.98, rgb(255,255,255)) );
	cursor: pointer;
	background-color: #dcdcdc;
}


form { margin: 0;
/*    background-image: url('/Resources/Images/2015_02_R1.jpg');
    background-repeat: no-repeat;
    background-position: 100% 0%;

		background-color: #DBFFF3;*/}

img { border: none; }

#footer .midblk {
	width: 1160px;
	margin: 0 auto;
}

body.dynamic-page #wrapper {
	width: 1160px;
	max-width: 1160px;
	min-width: 320px;
	padding: 0 5px;
	margin: 0 auto;
/*	background-image: url('/Resources/Images/half_1.png');
	background-repeat: repeat;*/
	position: relative;
	background-color: #fafafb;
    margin-top: 2.5em;
    border-radius: 5px;
}

/* HEADER */
.subheader {
	background-color: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #c2c2c2;
	text-align: center;
}

#header {
	padding: 21px 0 0px;
}

#header .header_text {
	float: left;
	font-size: 20px;
	color: #171717;
	/* newyear-only */
	text-shadow: 1px 1px 1px white, -1px -1px 1px white;
}

#header .region {
	float: right;
	/*width: 147px;*/
	height: 25px;
	padding: 0 0px 0 9px;
	/*background: url(../Resources/images/header/region_bg.png) no-repeat;*/
	margin-bottom: 11px;
	margin-top: -3px;
	color: #0a6f00;
	cursor: pointer;
}

#header h1 {
	margin: 0 23px 0 0;
	float: left;
}

#logo
{
	margin: 0 23px 0 0;
	float: left;
}

#header h1 span { display: none; }

#header #nav {
	height: 54px;
	background: url(../Resources/images/header/nav-l-ny.png) no-repeat 0 7px;
	font-size: 15px;
}

#header .nav-r {
	height: 54px;
	background: url(../Resources/images/header/nav-r.png) no-repeat 100% 7px;
	padding: 0 2px 0 0;
}

#header #nav ul {
	float: left;
	padding: 20px 0 0;
}

#header #nav ul li {
	float: left;
	padding: 0 20px 0 0;
	position: relative;
	height: 30px;
}

#header #nav ul li a {
	text-decoration: none;
	color: #fff;
    box-sizing:content-box;
}

#header #nav ul li a:hover {
	color: #f8ffab;
}

#header #nav a.addbtn {
	display: block;
	float: right;
	background: url(../Resources/images/header/add_btn_l.png) no-repeat;
	margin-top: 9px;
	color: #fff;
	text-decoration: none;
}

#header #nav a.addbtn span {
	display: block;
	height: 28px;
	background: url(../Resources/images/header/add_btn_r.png) no-repeat 100% 0;
	padding: 11px 6px 0 35px;
	cursor: pointer;
    box-sizing: content-box;
}

#header #nav a.addbtn:hover {
	color: #f8ffab;
}

#header #nav ul li div {
	display: none;
	position: absolute;
	margin-top: 4px;
	top: 26px;
	left: 0;
	width: 200px;
}

#header #nav ul li.lang, #header #nav ul li.lang div.lang-selector {
    display: none;
}

@media screen and (max-width: 1000px) {
    #header #nav ul li.lang
    {
        display: block;
    }

    #header #nav ul li.lang div.lang-selector {
        display: inline-flex;
        position: relative;
        margin-top: 0px;
        top: 0;
        left: 0;
        width: auto;
        vertical-align: baseline;
    }
}

#header #nav ul li:hover div {
	display: block;
}

#header #nav ul li ul {
	float: none;
	padding: 0;
}

#header #nav ul li ul li {
	height: auto;
	float: none;
	margin: 0 0 1px;
}

#header #nav ul li ul li a {
	display: block;
	padding: 6px 10px;
	background-color: #161113;
} 

/* CONTENT */
.content {
	/*overflow: hidden;    */
}

.container
{
	background-color: #fafafb;
	padding: 5px;
	border-radius: 5px;
}

.content .colleft {
	width: 240px;
	float: left;
	font-size: 12px;
}

.content .colleft .box {
	background: url(../Resources/images/content/box_cen.png) repeat-y;
}

.content .colleft .top-box {
	background:url(../Resources/images/content/box_top_ny.png) no-repeat;
	height: 6px;
}

.content .colleft .top-box-menu {
	background:url(../Resources/images/content/box_top_m.png) no-repeat;
	height: 6px;
}

.content .colleft .bottom-box {
	background:url(../Resources/images/content/box_bot_ny1.png) no-repeat;
	height: 12px;
	margin-bottom: 15px;
}

.content .colleft .bottom-box-menu {
	background:url(../Resources/images/content/box_bot.png) no-repeat;
	margin-top: 0px;
	margin-bottom: 15px;
}

.content .colleft .box .top {
	/*background: url(../Resources/images/content/box_top.png) no-repeat;*/
}

.content .colleft .box .bot {
	/*background: url(../Resources/images/content/box_bot.png) no-repeat 0 100%;*/
	padding: 0px 2px 0px 2px;
	height: 1%;
}

.content .colleft .box ul.sidebar {
	padding: 0 1px;
	background: url(../Resources/images/content/sidebar1_bg.png) no-repeat 0 100%;
}

.content .colleft .box ul.sidebar_header {
	padding: 0 1px;
	background: url(../Resources/images/content/sidebar1_bg.png) no-repeat 0 100%;
	background-color: #318A31;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.95em;
}

.content .colleft .box ul.sidebar li {
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	background: url(../Resources/images/content/dotted.png) repeat-x 0 100%;
	padding: 7px 8px;
	overflow: hidden;
	height: 1%;
}

.content .colleft .box ul.sidebar_header li {
	font-size: 0.95em;
	font-weight: bold;
	overflow: hidden;
	background: url(../Resources/images/content/dotted.png) repeat-x 0 100%;
	padding: 3px 8px 7px;
	overflow: hidden;
	height: 1%;
}

.content .colleft .box ul.sidebar li a {
	color: #000;
	float: left;
	max-width: 220px;
}

.content .colleft .box ul.sidebar li a:hover {
	color: #ff5400;
}

.content .colleft .box ul.sidebar li span {
	float: right;
	color: #ff5400;
}

.content .colleft .box ul.sidebar li.last {
	background: none;
}

.content .colleft .box ul.relase_list {
	background: url(../Resources/images/content/relase_list_bg.png) repeat-y;
}

.content .colleft .box ul.relase_list li { background: none; }

.content .colleft .box .cart {
	padding: 10px 7px 0px 10px;
	background: url(../Resources/images/content/cart_bg.png) repeat-x;
}

.content .colleft .box .relase, .content .colleft .box .login {
	background: #0a6f00 url(../Resources/images/content/relase_bg.png) no-repeat;
	padding: 8px 0 0;
	text-align: center;
}

.content .colleft .box .relase p {
	margin: 0;
	padding-bottom: 4px;
}

.content .colleft .box .relase strong.date {
	color: #fff;
	font-size: 15px;
}

.content .colleft .box .relase strong.date span {
	font-size: 11px;
}

.content .colright {
	width: 785px;
	float: right;
}

body.dynamic-page .content {
	margin-left: 260px;
} 

body.dynamic-page .content .colleft {
	float: left;
	display: inline;
	margin-left: -260px;
}

body.dynamic-page .content .colright {
	width: 100%;
	float: left;
	display: inline;
}

.content .colright #search {
	background: #f4f2f0 url(../Resources/images/content/search-top.png) no-repeat;
}

.content .colright .search_blk {
	background: url(../Resources/images/content/search_blk_ny.png) no-repeat;
	margin-bottom: 12px;
    background-color: #efefef;
}

.content .colright .search_blk .form-blk {
	height: 70px;
	padding: 0 0 0 10px;
	background: url(../Resources/images/content/search_blk_r.png) no-repeat 100% 0;
}

.content .colright .search_blk .sinput {
	width: 91%;
	float: left;
	background: url(../Resources/images/content/search_blk_left.png) no-repeat;
	margin: 0 15px 0 0;
	font-size: 11px;
}

.content .colright .search_blk .sinput-r {
	background: url(../Resources/images/content/search_blk_right.png) no-repeat 100% 0;
	padding: 10px 0 0;
}

.content .colright .search_blk .sinput input {
	width: 99%;
	height: 24px;
	padding: 3px;
	margin: 0 0 5px;
	font-size: 15px;
	border: none;
	background: none;
}

.content .colright .sinput input {
	width: 99%;
	height: 24px;
	padding: 3px;
	margin: 0 0 5px;
	font-size: 15px;
	border: none;
	background: none;
}

.content .colright .sinput-with-filters input {
	width: 99%;
	height: 24px;
	padding: 3px;
	margin: 0 0 5px;
	font-size: 15px;
	border: none;
	background: none;
}

.content .colright .sinput {
	width: 775px;
	float: left;
	background: url(../Resources/images/content/search_blk_left.png) no-repeat;
	margin: 0 15px 12px 15px;
	font-size: 11px;
}

.content .colright .sinput-with-filters {
	width: 870px;
	float: left;
	background: url(../Resources/images/content/search_blk_left.png) no-repeat;
	margin: 0 15px 12px 15px;
	font-size: 11px;
}
.content .colright .sinput-r {
	background: url(../Resources/images/content/search_blk_right.png) no-repeat 100% 0;
	padding: 10px 0 0;
}

.content .colright .search_blk .sinput label {
	float: left;
	color: #464646;
}

.content .colright .search_blk .sinput a.adv_search {
	float: right;
	color: #0a6f00;
	padding-right: 13px;
	background: url(../Resources/images/content/green_arrow.png) no-repeat 100% 6px;
}

.content .colright .search_blk input.subm {
	float: left;
	background: none;
	border: none;
	padding: 17px 0 0;
	font-size: 15px;
	cursor: pointer;
}

.content .colright .search_blk input.subm:hover {
	color: #6b6861;
}

.search-filters
{
    background-color: #efefef;
    padding: 10px 0px;
    margin-bottom: 10px;
    /*margin-top: -15px;*/
    border-radius: 3px;
}

.search-filter {
    float:left;
    width: 290px;
    margin: 0;
}

.search-filter-label {
    width: 130px;
    float:left;
    text-align: right;
    line-height: 24px;
    margin-right: 5px;
    height: 28px;
    overflow: hidden;
}

.search-filter input {
    width: 63px;
}

.search-filter select {
    width: 153px;
    height: 24px;
}

.content .colright .container ul.tabs {
	height: 36px;
	background: url(../Resources/images/content/tab_blk.png) no-repeat 100% 100%;
	overflow: hidden;
	z-index: 0;
}

.content .colright .container ul.tabs-my-adverts {
    margin: 0 0 1em;
}

.content .colright .container ul.tabs li {
    float: left;
    background: url(../Resources/images/content/tab_left.png) no-repeat;
    margin-right: 4px;
}

.content .colright .container ul.tabs li a {
	min-width: 180px;
	height: 26px;
	float: left;
	display: block;
	padding: 10px 10px 0;
	background: url(../Resources/images/content/tab_right.png) no-repeat 100% 0;
	text-align: center;
	font-size: 15px;
	color: #000;
    box-sizing: content-box;
}

.lang-selector {
    font-size: 14px;
    line-height: 30px;
    vertical-align: bottom;
    cursor: default;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 16px;
}

.lang-selector span {
    font-weight: bold;
}

    .lang-selector a:hover {
        text-decoration: underline;
    }

    .lang-selector .lang-delimeter {
        height: 24px;
        width: 1px;
        background-color: #DBDBDB;
        margin: auto 8px;
    }

.content .colright .container ul.tabs li a:hover, .content .colright .container ul.tabs-mozaika li a:hover {
    color: #0a6f00;
}

.content .colright .container ul.tabs li.active {
	background-position: 0 -36px;
}

.content .colright .container ul.tabs li,.content .colright .container ul.tabs-mozaika li {
	z-index: 10;
}

.content .colright .container ul.tabs li.active a {
	background-position: 100% -36px;
	font-weight: bold;
	color: #0a6f00;
}

.content .colright .container ul.tabs-mozaika {
    background-image: none;
    /*height: 54px;*/
    margin-bottom: 0.5em;
    overflow: hidden;
    z-index: 0;
}

.content .colright .container ul.tabs-mozaika li{
	/*background-image:none;*/
	border: 1px solid lightgray;
	margin-bottom: 0.5em;
	border-radius: 3px;
	float: left;
	margin-right: 4px;
	background: rgba(254,254,254,1);
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 95%, rgba(209,209,209,1) 99%, rgba(226,226,226,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(95%, rgba(219,219,219,1)), color-stop(99%, rgba(209,209,209,1)), color-stop(100%, rgba(226,226,226,1)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 95%, rgba(209,209,209,1) 99%, rgba(226,226,226,1) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 95%, rgba(209,209,209,1) 99%, rgba(226,226,226,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 95%, rgba(209,209,209,1) 99%, rgba(226,226,226,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 95%, rgba(209,209,209,1) 99%, rgba(226,226,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0 );
}

.content .colright .container ul.tabs-mozaika li a{
	background-image:none;
	width: 810px;
	height: auto;
	padding: 10px 0;
	float: left;
	display: block;
	text-align: center;
	font-size: 15px;
	color: #000;
}

    .content .colright .container ul.tabs-mozaika li span.phone-plate {
        font-weight: bold;
        font-size: 1.2em;
        line-height: 1.3em;
    }

.content .colright .container .catalog table.catlist td h4 {
    height: 34px;
    vertical-align: middle;
    padding: 0 0 0 38px;
}


.content .colright .container .catalog {
	overflow: hidden;
	padding: 10px 0;
}

.content .colright .container .catalog table.catlist{
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

.content .colright .container .catalog table.catlist td {
	width: 25%;
	padding: 5px 10px 5px 0;
	margin-right: 20px;
	vertical-align: top;
	font-size: 12px;
	line-height: 15px;
}

.content .colright .container .catalog table.catlist td h4 {
    min-height: 52px;
    background: url(../Resources/images/content/list_title.png) no-repeat 100% 100%;
    padding: 20px 0 1px 10px;
    margin: 0 0 15px;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 10px;
    border: 1px solid rgb( 216, 215, 215 );

}

.content .colright .container .catalog table.catlist td h4  img {
	vertical-align: middle;
	margin-right: 5px;
}

.content .colright .container .catalog table.catlist td h4 span, .content .colright .container .catalog table.catlist td h3 span {
	display: table-cell;
	height: 34px;
	vertical-align: middle;
	padding: 0 0 0 38px;
}

.content .colright .container .catalog table.catlist td .estate span { background: url(../Resources/images/content/estate_ico.png) no-repeat 0 50%; }
.content .colright .container .catalog table.catlist td .building span { background: url(../Resources/images/content/building_ico.png) no-repeat 0 50%; }
.content .colright .container .catalog table.catlist td .cars span { background: url(../Resources/images/content/cars_ico.png) no-repeat 0 50%; }
.content .colright .container .catalog table.catlist td .services span { background: url(../Resources/images/content/services_ico.png) no-repeat 0 50%; }
.content .colright .container .catalog table.catlist td .houseware span { background: url(../Resources/images/content/houseware_ico.png) no-repeat 0 50%; }
.content .colright .container .catalog table.catlist td .personal span { background: url(../Resources/images/content/personal_ico.png) no-repeat 0 50%; }
.content .colright .container .catalog table.catlist td .work span { background: url(../Resources/images/content/work_ico.png) no-repeat 0 50%; }
    .content .colright .container .catalog table.catlist td .dopomoga span {
        background: url(../Resources/images/content/dopomoga_ico.png) no-repeat 0 50%;
    }

.pos-rel{
    position:relative;
}

/* business part */
.content .colright .container .catalog table.catlist td .business-estate span { background: url(../Resources/images/content/business-estate_ico.png) no-repeat 0 50%; }
.content .colright .container .catalog table.catlist td .communication span { background: url(../Resources/images/content/communication_ico.png) no-repeat 0 50%; }
.content .colright .container .catalog table.catlist td .transport span { background: url(../Resources/images/content/transport_ico.png) no-repeat 0 50%; }
.content .colright .container .catalog table.catlist td .business-services span { background: url(../Resources/images/content/business-services_ico.png) no-repeat 0 50%; }
.content .colright .container .catalog table.catlist td .commerce span { background: url(../Resources/images/content/commerce_ico.png) no-repeat 0 50%; }
.content .colright .container .catalog table.catlist td .tools span { background: url(../Resources/images/content/tools_ico.png) no-repeat 0 50%; }

.content .colright .container .catalog table.catlist td h3 {
	margin: 0 0 3px;
	font-size: 15px;
}

.content .colright .container .catalog table.catlist td h4 span, .content .colright .container .catalog table.catlist td h1 span, .content .colright .container .catalog table.catlist td h2 span {
	display: table-cell;
	height: 34px;
	vertical-align: middle;
	padding: 0 0 0 38px;
}

.content .colright .container .catalog table.catlist td h1.header3,
.content .colright .container .catalog table.catlist td h2.header3 {
    margin: 0 0 3px;
    font-size: 15px;
    line-height: 17px;
    color: #0a6f00;
}

.content .colright .container .catalog table.catlist td ul {
	padding: 10px 0 10px 2px;
}

.content .colright .container .catalog table.catlist td li {
	float: none;
	background: url(../Resources/images/content/grey_circ.png) no-repeat 0 10px;
	padding: 3px 0 3px 14px;
	margin-right: 0;
}

.content .colright .container .catalog table.catlist td ul li.active a {
	font-weight: bold;
	color: #ff5400;
}

.content .colright .container .catalog table.catlist td ul li a {
	color: #000;
	font-weight: normal;
}

.content .colright .container .catalog table.catlist td ul li a:hover {
	color: #ff5400;
}

.content .colright .container .catalog table.current td {
	padding: 0;
}

.content .colright .container .catalog table.current td ul {
	padding: 5px 0 15px;
}

.content .partners {
	padding: 10px 0;
	overflow: hidden;
	text-align: center;
}

.content .partners ul li {
	display: inline;
	margin: 0 16px 10px 0;
}

.content .partners ul li.last { margin-right: 0; }

.content #breadcrumbs { margin-bottom: 15px; }

.content .adv-crumbs { margin-bottom: 5px; }

.content #breadcrumbs ul  li, .content .adv-crumbs ul li{
	display: inline;
	background: url(../Resources/images/content/grey-arrow.png) no-repeat 100% 4px;
	padding: 0 11px 0 0;
	margin-right: 3px;
	font-size: 12px;
}

    .content #breadcrumbs ul li a, .content .adv-crumbs ul li a {
        color: #1fa513;
    }

.content #breadcrumbs ul  li a:hover, .content .adv-crumbs ul li a:hover { color:#444; text-decoration:underline #aaa; }

.content #breadcrumbs ul  li.last, .content .adv-crumbs ul  li.last { background: none; }

.content .adv-crumbs ul li.first { font-weight: bold; }

.content .pagins ul { 
	margin: 0 0 10px;
	text-align: center;
}

.content .pagins ul li {
	display: inline-block;
	height: 20px;
}

.content .pagins ul li a {
	height: 20px;
	display: inline-block;
	padding: 0 3px;
	line-height: 20px;
	color: #000;
}

.content .pagins ul li a:hover { color: #ff5400 }

.content .pagins ul li.active {
	background: url(../Resources/images/content/pagins-l.png) no-repeat;
}

.content .pagins ul li.active a {
	background: url(../Resources/images/content/pagins-r.png) no-repeat 100% 0;
	padding: 0 7px;
	font-weight: bold;
	color: #ff5400;
}

.content .v-list .adv-item {
	background: url(../Resources/images/content/adv-item-cen.png) repeat-y;
	margin-bottom: 10px;
	height: 1%;
	border-radius: 5px;
	border: 1px solid #BFBFBD;
    position: relative;
}

.content .v-list.recommended .adv-item {
    background-color: white;
}

.content .v-list.recommended {
    display: flex;
    overflow: hidden;
}

.content .v-list.recommended .vip-object{
    float: none;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
}

.v-list.recommended .vip-object .image {
    position: relative;
}

    .content .v-list.recommended .vip-object.swiper-slide {
        width: 217px;
        height: auto;
    }

.v-list.recommended .vip-object .image img {
    object-fit: cover;
}

@media (max-width: 1199px) {
    #contentContainer .v-list.recommended .vip-object .image img {
        height: 215px !important;
    }

    .v-list.recommended .vip-object .image {
        height: 215px;
    }
}

.content .v-list .adv-item.premium {
    background: url(../Resources/images/content/adv-item-cen.png) repeat-y;
    margin-bottom: 10px;
    height: 1%;
    border-radius: 5px;
    border: 1px solid #267C4B;
}

.content .v-list .adv-item.vip {
	background: url(../Resources/images/content/adv-item-cen.png) repeat-y;
	margin-bottom: 10px;
	height: 1%;
	border-radius: 5px;
	border: 2px solid #0a6f00;
    background-color: #fafafb;
}

.content .v-list .adv-item-top {
	background: url(../Resources/images/content/adv-item-top.png) no-repeat;
}

.content .v-list .adv-item-bot-l {
	background: url(../Resources/images/content/adv-item-bot-left.png) no-repeat 0 100%;
}

.content .v-list .adv-item-bot-r {
	background: url(../Resources/images/content/adv-item-bot-right.png) no-repeat 100% 100%;
	overflow: hidden;
}

.content .v-list .adv-item p {
	margin: 0;
	line-height: 21px;
	margin: 0 27px 0 0;
}

.content .v-list .adv-item p a 
{
	display: block;
	padding: 8px 0px 8px 0px;
	text-align: justify;
}


@font-face 
{
    font-family: BenderBlack;
    src: url("bender-black.ttf");
}
@font-face
{
    font-family: myFirstFont;
    src: url("Arno Pro Caption.ttf");
}

.content .v-list .adv-item .premium-plate {
    display: none;
}

.content .v-list .adv-item.notactive,
.content .v-list .adv-item.green.notactive,
.content .v-list .adv-item.vip.green.notactive {
    background-color: #ddd;
}

.content .v-list .adv-item.green {
    background-color: #dbf1d9;
}

/*.content .v-list .adv-item.vip.green {
    background-color: #fafafb;
}*/

/*.content .v-list .adv-item.actual.premium .premium-plate {
	margin: -10px auto -5px 333px;
}*/

.content .v-list .adv-item.premium .premium-plate {
	border-radius: 3px;
	border: 1px solid #68A181;
	width: 25%;
	text-align: center;
	margin: -10px auto 0 333px;
	color: #fff;
    height: 26px;
    line-height: 26px;
    font-size: 13pt;
    font-family: Arial, Helvetica, sans-serif;/*myFirstFont;*/
    font-weight: bold;
    letter-spacing: 4px;
    float: left;
	
	background: #56B47F; /* for non-css3 browsers */ 

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0DAC4', endColorstr='#00923F'); /* для IE6-9 */
    background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #B0DAC4),
	    color-stop(1, #00923F)
    );
    background-image: -o-linear-gradient(bottom, #B0DAC4 0%, #00923F 100%);
    background-image: -moz-linear-gradient(bottom, #B0DAC4 0%, #00923F 100%);
    background-image: -webkit-linear-gradient(bottom, #B0DAC4 0%, #00923F 100%);
    background-image: -ms-linear-gradient(bottom, #B0DAC4 0%, #00923F 100%);
    background-image: linear-gradient(to bottom, #B0DAC4 0%, #00923F 100%);
    display: block;
}

.content .v-list .adv-item .actual-line-top {
    display: none;
}

.content .v-list .adv-item.actual .actual-line-top
{
    width:100%;
    height: 5px;
    background-color: #DA251C;
    border-radius: 5px 5px 0 0;
    display: block;
}

/**/.content .v-list .adv-item.actual.vip .actual-line-top {
    width: 890px;
    margin-left: -2px;
    float: left;
    margin-top: -1px;
}

.content .v-list .adv-item .vip-label {
    display: none;
}

.content .v-list .adv-item.vip .vip-label {
    float: left;
    position: absolute;
    background-image: url('/Images/vip-label.png');
    background-repeat: no-repeat;
    width: 54px;
    height: 31px;
    left: 18px;
    top: -2px;
    font-size: 17px;
    font-family: "Arial";
    color: #FFF;
    font-weight: bold;
    line-height: 0.889;
    text-align: center;
    padding-top: 6px;
    display: block;
}

.content .v-list .adv-item .actual-line-bottom
{
    display: none;
}


.content .v-list .adv-item.actual .actual-line-bottom {
    width: 100%;
    margin-top: -5px;
    height: 5px;
    background-color: #DA251C;
    border-radius: 0 0 5px 5px;
    display: block;
}

.content .v-list .adv-item.actual.vip .actual-line-bottom
{
    width: 890px;
    margin-left: -2px;
    display: block;
}/**/

.content .v-list .adv-item .actual-plate {
    display: none;
}

.content .v-list .adv-item.actual .actual-plate {
	border-radius: 3px;
	/*border: 1px solid #DF8384;*/
	margin: -6px 0px;
	width: 165px;
	text-align: center;
	color: #fff;
    height: 24px;
    line-height: 24px;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;/*BenderBlack;*/
    float: left;
    position: absolute;
	font-weight: bold;
	
	background: #A83F3B; /* for non-css3 browsers */ 

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0DAC4', endColorstr='#00923F'); /* для IE6-9 */
    background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #DF8384),
	    color-stop(1, #A83F3B)
    );
    background-image: -o-linear-gradient(bottom, #DF8384 0%, #A83F3B 100%);
    background-image: -moz-linear-gradient(bottom, #DF8384 0%, #A83F3B 100%);
    background-image: -webkit-linear-gradient(bottom, #DF8384 0%, #A83F3B 100%);
    background-image: -ms-linear-gradient(bottom, #DF8384 0%, #A83F3B 100%);
    background-image: linear-gradient(to bottom, #DF8384 0%, #A83F3B 100%);
    display: block;
}

.content .v-list .adv-item.actual.vip .actual-plate {
    border-radius: 3px;
    margin: -22px 0px 0 4px;
    width: 172px;
    text-align: center;
    color: #fff;
    height: 24px;
    line-height: 24px;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    position: absolute;
    font-weight: bold;
    background: #A83F3B;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0DAC4', endColorstr='#00923F');
    background-image: -webkit-gradient(
 linear,
 left top,
 left bottom,
 color-stop(0, #DF8384),
 color-stop(1, #A83F3B)
 );
    background-image: -o-linear-gradient(bottom, #DF8384 0%, #A83F3B 100%);
    background-image: -moz-linear-gradient(bottom, #DF8384 0%, #A83F3B 100%);
    background-image: -webkit-linear-gradient(bottom, #DF8384 0%, #A83F3B 100%);
    background-image: -ms-linear-gradient(bottom, #DF8384 0%, #A83F3B 100%);
    background-image: linear-gradient(to bottom, #DF8384 0%, #A83F3B 100%);
    display: block;
}

.advert-search-list{   color: #000;    }

a:hover.advert-search-list{   color: #555;    }

.content .v-list .adv-item div.add-favorite {
    float: right;
    width: 156px;
    height: 23px;
    padding: 3px 5px 0 16px;
    margin: 0 0 13px;
    background: url(../Resources/images/content/options-bg.png) no-repeat 100% 0;
    text-align: center;
}

.content .v-list .adv-item.vip div.add-favorite {
    float: right;
    width: 156px;
    height: 23px;
    padding: 3px 5px 0 16px;
    margin: 0 0 13px;
    background: url(../Resources/images/content/options-bg-vip2.png) no-repeat 100% 0;
    text-align: center;
}

.content .v-list .adv-item td.adv-title
{
    font-size: 15px;
    color: #0a6f00;
    width:100%;
}

.content .v-list .adv-item.vip td.adv-title, .content .v-list .adv-item.vip td.adv-title h4
{
    font-size: 17px;
    color: #0a6f00;
    width: 100%;
}

.content .v-list .adv-item td.adv-price
{
    font-size:15px;
    color: black;
    font-weight:bold;
    width: 150px;
    white-space:nowrap;
}

.content .v-list .adv-item.vip td.adv-price
{
    font-size:17px;
}

.content .v-list .adv-item .adv-item-content div.adv-item-text{
    height: 64px;
    width: 510px;
    overflow: hidden;
}

.content .v-list .adv-item.vip .adv-item-content div.adv-item-text
{
    font-size:14px;
}

.content .v-list .adv-item div.adv-item-left-side {
    float: left;
    width: 700px;
}

.content .v-list .adv-item div.adv-item-right-side {
    float: right;
    width: 183px;
}

.content .v-list .adv-item div.adv-item-photo {
    width: 165px;
    float: left;
    margin: 5px 5px 5px 15px;
    /*padding-left:10px;*/
	overflow: hidden;
}

.content .v-list .adv-item div.adv-item-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 22/17;
}

.content .v-list .adv-item.vip div.adv-item-photo {
    width: 180px;
    height: 180px;
    float: left;
    margin: 0px 0 -2px 0px;
    /* border: solid 2px rgb( 10, 111, 0 ); */
    border-radius: 2px 0 5px 0;
    padding: 0;
    overflow: hidden;
	border-bottom: 1px solid rgb( 216, 215, 215 );
    border-right: 1px solid rgb( 216, 215, 215 );
}

.content .v-list .adv-item.vip div.adv-item-photo img {
    width: 180px;
    height: 180px;
}

.content .v-list .adv-item div.adv-item-photo .photo-count {
    font-size: 10px;
    color: gray;
}

.content .v-list .adv-item.vip div.adv-item-photo .photo-count {
    display: none;
}

.content .v-list .adv-item div.adv-item-content {
    float: left;
    margin: 5px;
    width: 505px;
}

.content .v-list .adv-item div.adv-item-footer {
    margin: 1em 5px 5px;
    position: relative;
    bottom: 0;
}

.content .v-list .adv-item ul.options {
	float: right;
	width: 166px;
	height: 23px;
	padding: 3px 10px 0 0;
	margin: 0 0 13px;
	background: url(../Resources/images/content/options-bg.png) no-repeat 100% 0;
	text-align: right;
}

.content .v-list .adv-item  ul.options li {
	display: inline;
	line-height: 0;
	margin-right: 7px;
}

.content .v-list .adv-item  ul.options li img { vertical-align: middle; }

.content .v-list .adv-item  ul.options li.last { margin-right: 0; }

.content .v-list .adv-item  a.favorite, .content a.add-favorite { 
	/*width: 16px;*/
	height: 16px;
	/*float: right;*/
	clear: both;
	display: inline;
	/*line-height: 0;*/
	overflow: hidden;
	/*background-image: url(../Resources/images/content/favorite-ico.png);
	background-repeat: no-repeat;
	padding-left: 18px;*/
}

    .content .v-list .adv-item a.favorite i.fa-star-o, .content a.add-favorite i.fa-star-o,
    .content .v-list .adv-item a.favorite i.fa-star, .content a.add-favorite i.fa-star {
        margin: 0 4px 0 0;
        font-size: 14px;
        vertical-align: middle;
    }

    .content .v-list .adv-item a.favorite.active i.fa-star, .content a.add-favorite.active i.fa-star {
        color: #febb07;
    }

    .content .v-list .adv-item.vip a.favorite.active i.fa-star {
        color: #fef007;
    }



.content .v-list .adv-item.vip a.favorite, .content a.add-favorite {
    /*padding-left: 16px;
	background-image: url(../Resources/images/content/favorite-ico-vip.png);*/
    margin-right: -2px;
}

.content .v-list .adv-item.vip  a.favorite, .content a.add-favorite { 
    color: rgb( 250, 250, 251 );
}

a.print-version { 
	height: 35px;
	float: right;
	display: inline;
	overflow: hidden;
	background-image: url(../Resources/images/content/print-version-ico.png);
	background-repeat: no-repeat;
	padding-left: 38px;
}

.content .v-list .adv-item  a.favorite.big, .content a.add-favorite.big
{
    height: 35px;
    margin-top: 0px;
	color: #0a6f00;
}

.content .v-list .adv-item  a.favorite.active, .content a.add-favorite.active { background-position: 0 -16px; }

.content .v-list .adv-item  a.favorite.active.big, .content a.add-favorite.active.big { background-position: 0 -35px; }

.content .btns a.greybtn {
	margin-right: 5px;
}

.content .colleft .box .login {
	text-align: left;
	padding: 5px 8px;
}

.content .colleft .box .login  p {
	padding: 0 0 9px;
	margin: 0;
	overflow: hidden;
}

.content .colleft .box .login  p label {
	width: 48px;
	float: left;
	font-size: 13px;
	color: #fff;
	margin-top: 4px;
}

.content .colleft .box .login  p span {
	width: 168px;
	height: 21px;
	float: right;
	background: url(../Resources/images/content/login-inp.png) no-repeat;
}

    .content .colleft .box .login p span.login-error {
        height: auto;
        float: none;
        background: none;
        color: yellow;
    }

.content .colleft .box .login  p span input {
	width: 163px;
	height: 19px;
	padding: 2px;
	border: none;
	background: none;
}

.content .colleft .box .login  .login-btn {
	width: 112px;
	height: 23px;
	float: right;
	background: url(../Resources/images/content/login-btn.png) no-repeat;
	border: none;
	font-size: 12px;
	line-height: 14px;
}

.content .colleft .box .login a {
	margin-right: 3px;
	font-size: 11px;
	color: #f8ffab;
	text-decoration: underline;
}

.content .placeholder {
	background: url(../Resources/images/content/place-holder.png) no-repeat 50% 100%;
	padding-bottom: 10px;
}

.content .colright .half-box {
	width: 382px;
	padding-bottom: 20px;
}

.content .colright .half-box .shBR { min-height: 770px; }

.content .colright .half-box h2, .content .colright .half-box h3 { 
	padding-left: 8px;
	color: #0a6f00;
	font-weight: normal;
}

.content .colright .half-box .sbrd {
	margin: 0 0 10px -8px;
	clear: both;
}

.content .colright .half-box form {
	padding: 0 0 0 8px;
}

.content .colright .half-box label {
	width: 97px;
	float: left;
	padding: 4px 0 0;
}

.content .colright .half-box .w80 {
	width: 80px;
	float: left;
	padding: 4px 0 0;
}

.custom-select-blk {
	float: left;
	margin: 0 0 14px 0;
}

div.edit .custom-select-blk {
    opacity:0.65;
}

.custom-select-blk .list-box {
	width: 249px;
	background: #fff url(../Resources/images/content/list-box-arrow.png) no-repeat 96% 50%;
	border-top: 1px solid #9c9c9c;
	border-left: 1px solid #9c9c9c;
	border-right: 1px solid #dbd8d8;
	border-bottom: 1px solid #dbd8d8;
	cursor: default;
	position: relative;
}

.custom-select-blk.price .list-box { width: 61px; }

    .custom-select-blk.price{
        margin-top:2px;
		margin-bottom: 4px;
    }
	
	#AdPriceContent_Site .price-info-arrow{
		float: left;
		margin-top: 8px;
	}
@media only screen and (max-width: 424px){
	#AdPriceContent_Site .price-info-arrow{
		margin: 14px 0 0 4px;
		display: none; 
		width: 20px;
	}
}
@media only screen and (max-width: 345px){
	#AdPriceContent_Site .price-info-arrow{
		display: none; 
	}
}
@media only screen and (max-width: 767px){
.addadvert-label.empty{
	display: none;
}
}
#AdPriceContent_Site .price-info-text{
	margin-bottom: 14px;
    color: #9b9b9b;
    font-size: 0.9em;
    }

        .custom-select-blk.price .list-box .list-val {
            padding: 3px 25px 2px 9px;
        }

    .custom-select-blk.type .list-box {
        width: 121px;
    }

    .custom-select-blk.price select {
        margin-top: -1px;
    }

    

    .content .colright .half-box input[type="text"], .content .colright .half-box input[type="email"], .content .colright .half-box input[type="password"] {
        float: left;
        width: 239px;
        margin: 0 0 14px;
    }

.content .half-box textarea { 
	float: none;
	width: 383px;	
	height: 150px;
	overflow: hidden;
}  

.content .colright .half-box input.price {
	width: 111px;
	margin-right: 5px;
}

.content .colright .half-box .add-nal { width: 160px; }

.content .colright .half-box .add-nal label {
	width: 115px;
}

.content .colright .half-box .add-nal input { 
	width: 32px;
	text-align: center;
}

.content .colright .half-box input.code, .content .colright .half-box .custinp-l.code input {
	width: 24px;
	margin-right: 2px;
}

.content .colright .half-box input.number, .content .colright .half-box .custinp-l.number input { width: 73px; }

.content .colright .half-box input.phone-number { width: 111px; }

.content .colright .half-box span.fleft { line-height: 20px; }

.content .colright .half-box input[type="checkbox"], .content .colright .half-box label.chkbox { 
	width: auto;
	border: none;
	margin-right: 3px;
	padding: 0;
	line-height: 13px;
}

.content .colright .half-box .ico {
	float: left;
	margin: 5px 15px 0 3px;
}

.content .colright .half-box .custinp-l {
	background: url(../Resources/images/content/custom-inp-l.png) no-repeat;
	float: left;
	margin-bottom: 14px;
}

.content .colright .half-box .custinp-r {
	height: 30px;
	background: url(../Resources/images/content/custom-inp-r.png) no-repeat 100% 0;
}

.content .colright .half-box .custinp-r input {
	height: 23px;
	background: none;
	border: none;
	margin: 0;
	line-height: 24px;
}

.content .colright .half-box .custinp-l.code input { margin: 0; }

.content .colright .half-box .custinp-l.pass input { width: 186px; }

.content .colright .half-box .custinp-l.code {
	margin: 0 5px 0 0;
}

.content .colright .half-box .box {
	padding: 0 0 0 8px;
}

.content .colright .half-box .paytype {
	margin: 5px 0 20px;
	float: left;
}


.content .colright .half-box .balance-title {
	display: inline-block;
	width: 178px;
}

.content .colright .half-box .balance strong { color: #ff5400; }

.content .colright .half-box.profile .shBR { min-height: 615px; }

.content .head-details {
	overflow: hidden;
	padding: 0 6px 20px;
}

.content h2.pagetitle  {
	padding-top: 2px;
	width: 580px;
	float: left;
}

.content h1.pagetitle  {
	padding-top: 2px;
	width: auto;
	font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px;
    color: #0a6f00;
}

.content .adv-price, .content .adv-price h3, .price-string h3 {
    float: left;
    width: 180px;
    padding-right: 15px;
    font-size: 25px;
    line-height: 25px;
    color: #0a6f00;
    text-align: right;
}

.price-string h3 {
    padding-right: 15px;
    font-size: 25px;
    line-height: 25px;
    color: #0a6f00;
    text-align: right;
    font-weight: normal;
    width: auto;
}

    .content .adv-price h3 {
        font-weight: normal;
    }
        .content .adv-price small { font-size: 15px; }

.content a.add-favorite {
	clear: none;
	margin-top: 7px;
}

.content .adv-info {
	float: left;
	padding: 0 5px 20px 0;
}

.content .adv-info p, .content .adv-contact p {
	overflow: hidden;
	height: 1%;
}

.content .adv-info p span {
	width: 95px;
	float: left;
}

.content .details-l {
	width: 55%;
	float: left;
}

.content .details-l .box, .content .details-l h3 {
	padding: 0 0 0 8px;
	overflow: hidden;
}

.content table.adv-desc-table {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
}

.content table.adv-desc-table tr.grey td {
	background-color: #fafafb;
}

.content table.adv-desc-table td {
	border-right: 1px solid #fff;
	padding: 7px 8px;
}

.content .adv-text {
	padding: 15px 8px;
	line-height: 21px;
}

.content .adv-contact { padding: 5px 8px; }

.content .adv-contact p { margin-bottom: 5px; }

.content .adv-contact p strong, .content .adv-contact p span {
	float: left;
	padding: 5px 5px 0 0;
}

.content .adv-contact p strong {
	width: 125px;
}

.content .subtitle {
	padding: 5px 0 10px 17px;
	overflow: hidden;
	height: 1%;
}

.content .subtitle h2 { 
	width: 70%;
	float: left;
	color: #bfbcb6;
	padding-top: 4px;
}

.content .subtitle .comments-header { 
	width: 70%;
	float: left;
	color: #bfbcb6;
    padding-top: 4px;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px;
    font-weight: bold;
}

.content .comment strong.user-name, .content .comment span.date {
	padding: 0 15px 10px 0;
	display: inline-block;
}

.content .comment .text { line-height: 21px; }

.content .details-r { 
	float: right;
	width: 326px;
}

.content .details-r .gallery  ul.tab-gallery {
	background: url(../Resources/images/content/tabs-bg.png) repeat-x 100% 100%;
	overflow: hidden;
	height: 1%;
	padding: 0 0 0 3px;
}

.content .details-r .gallery  ul.tab-gallery li {
	float: left;
	margin-right: 2px;
	background: url(../Resources/images/content/tab-l.png) no-repeat;
}

.content .details-r .gallery  ul.tab-gallery li a {
	width: 93px;
	height: 20px;
	display: block;
	float: left;
	padding: 6px 6px 0;
	background: url(../Resources/images/content/tab-r.png) no-repeat 100% 0;
	color: #485055;
}

.content .details-r .gallery  ul.tab-gallery li a span {
	display: block;
	float: left;
	padding: 0 0 0 23px;
	height: 15px;
	overflow: hidden;
}

.content .details-r .gallery  ul.tab-gallery li a.photo span {
	background: url(../Resources/images/content/photo-tab.png) no-repeat;
}

.content .details-r .gallery  ul.tab-gallery li a.video span {
	background: url(../Resources/images/content/video-tab.png) no-repeat;
}

.content .details-r .gallery  ul.tab-gallery li a.map span {
	background: url(../Resources/images/content/map-tab.png) no-repeat;
}

.content .details-r .gallery  ul.tab-gallery li.active { background-position: 0 -26px; }

.content .details-r .gallery  ul.tab-gallery li.active a { background-position: 100% -26px; }

.content .details-r .gallery  ul.tab-gallery li.active a span { background-position: 0 -15px; }

.content .details-r .gallery  ul.tab-gallery li.last { margin: 0; }

.content .details-r #img-tab, .content .details-r #video-tab, .content .details-r #map-tab {
	position: relative;
	display: none;
	width: 326px;
}

.content .details-r #img-tab {
	display: block;
}

.content .details-r .gallery .adv-imgs, .content .details-r .gallery .adv-flash, .content .details-r .gallery .adv-map {
	padding: 2px;
	border: 1px solid #e0deda;
	border-top: none;
	position: relative;
	margin-bottom: 6px;
	min-width: 320px;
	min-height: 210px;	
}

.content .details-r .gallery .adv-imgs 
{
    text-align:center;
}

.content .details-r .gallery .adv-imgs img { 
	position: relative;
	display: none;
}

.content .details-r .gallery .adv-thumbs img {
	padding: 2px;
	border: 1px solid #e0deda;
}

.content .details-r .gallery .adv-photo-deletes div {
	padding: 2px;
	width: 98px;
	text-align: center;
	clear: none;
	border: 1px solid white;
	float: left;
}

.content .colright div.boxform .half-box adv-search-box

.content .colright div.boxform .half-box input { width: 245px; }

.content .colright div span.req {
	float: left;
	width: 15px;
	color: #0a6f00;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
}

.content .colright div.forgot-pass {
	padding: 15px 8px 0;
}

.content .colright form.forgot-pass p { margin-bottom: 30px; }

.content .colright form.forgot-pass label, .content .colright form.forgot-pass input {
	float: left;
	margin: 3px 12px 0 0;
}

.content .colright div.forgot-pass label { padding-top: 3px; }

.content .colright div.forgot-pass input { width: 290px; }

.content .colright .adv-search-box { display: none; }

.content .colright .adv-search-box .title {
	margin-bottom: 15px;
	font-size: 15px;
	color: #74716a;
	line-height: 21px;
}

.content .colright .adv-search-box .chckbx {
	float: left;
	width: 82px;
	padding-top: 5px;
}

.content .colright .adv-search-box .chckbx label, .content .colright .adv-search-box .chckbx input {
	float: left;
	margin-right: 5px;
	width: auto;
	padding-top: 0;
}

.content .colright .adv-search-box label {
	width: 70px;
	float: left;
	padding-top: 5px;
}

.content .colright .adv-search-box .list-box { width: 229px; margin-right: 16px; }

/* history page */
.balance-history-blk {
    /*background: url(../Resources/images/content/balance-history-l.png) no-repeat;*/
    margin: 10px 6px;
}

table.balance-history {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    /*background: url(../Resources/images/content/balance-history-r.png) no-repeat 100% 0;*/
	font-size:14px;
}
    table.balance-history .panel-heading {
        color: #fff;
        background-color: #39a751;
        border-color: #39a751;
        border-bottom: 2px solid white;
    }

table.balance-history th {
	height: 39px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	padding: 0 12px;
	line-height: 14px;
}

    table.balance-history th.acenter {
        text-align:center;
    }

table.balance-history td {
	padding: 10px 12px;
	vertical-align: middle;
    border-bottom: 2px solid white;
}

    table.balance-history tr.in {
        /*background-color: #d9534f !important; 
        border-bottom: 1px solid lightgray;
        color: white;*/
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

    table.balance-history tr.debet {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }


    table.balance-history tr.out {
        /*background-color: #5cb85c !important;
        border-bottom: 1px solid lightgray;
        color: white;*/
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }


/* paid page */
.top-ups {
	margin: 10px 6px;
}

.top-ups div { overflow: hidden; }

.top-ups div strong {
	color: #0a6f00;
}

.top-ups div p {
	float: left;
	width: 100%;
}

.top-ups div label {
	width: 175px;
	float: left;
	padding-top: 5px;
}

.top-ups div input {
	width: 239px;
	height: 16px;
	float: left;
}

.top-ups div p.nds span { 
	padding-right: 30px;
}

.top-ups div p.nds input {
	width: auto;
	float: none;
}

.top-ups div span.req {
	float: left;
	width: 10px;
	padding-left: 5px;
	font-weight: bold;
	color: #0A6F00;
	font-size: 20px;
	line-height: 32px;
}

/* custom select box */
.custom-select-blk .list-box .list-val {
	padding: 3px 25px 3px 9px;
	z-index: 10;
}

.custom-select-blk .wrap-list {
	width: 100%;
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #dbd8d8;
	left: -1px;
	z-index: 100;
	overflow: auto;
	max-height: 400px;
}

.custom-select-blk ul { 
	padding: 0;
	margin: 0;
	list-style: none;	
}

.custom-select-blk ul li {
	padding: 3px 5px 3px 10px;
	font-size: 12px;
}

.custom-select-blk ul li.active { background-color: #eee; }

.custom-select-blk ul li.selected
{
	color: #0A6F00;
	font-weight: bold;
}

.custom-select-blk ul li.disabled
{
	color: #004411;
	font-weight: bold;
}

.custom-select-blk ul li.disabled1
{
	font-weight: bold;
}

/* borders */
.shT { background: #fff url(../Resources/images/content/brd/cen.png) repeat-x left top; margin-bottom: 20px; height: 1%; }
.shTL { background: url(../Resources/images/content/brd/top-left.png) no-repeat left top; }
.shTR { background: url(../Resources/images/content/brd/top-right.png) no-repeat right top; }
.shL { background: url(../Resources/images/content/brd/cen.png) repeat-y left top; }
.shR { background: url(../Resources/images/content/brd/cen.png) repeat-y right top; }
.shBL { background: url(../Resources/images/content/brd/bot-left.png) no-repeat left bottom; }
.shB { background: url(../Resources/images/content/brd/cen.png) repeat-x left bottom; }
.shBR { background: url(../Resources/images/content/brd/bot-right.png) no-repeat right bottom; padding: 20px 9px; }

.content .comment .shT { background-color: #f4f4f4; }
.content .comment .shBR { padding: 15px 10px 15px 17px; }


/* BUTTONS */
a.greybtn, a.greenbtn {
	display: inline-block;
	background: url(../Resources/images/content/grey_btn_l.png) no-repeat;
	color: #000;
	font-size: 15px;
}

a.greybtn span, a.greenbtn span {
	display: inline-block;
	height: 33px;
	background: url(../Resources/images/content/grey_btn_r.png) no-repeat 100% 0;
	text-align: center;
	padding: 12px 12px 0;
}

a.greenbtn { background: url(../Resources/images/content/green_btn_l.png) no-repeat; color: #f8ffab; }
a.greenbtn span { background: url(../Resources/images/content/green_btn_r_2.png) no-repeat 100% 0; }

a.greybtn_small, a.greybtn_mdl, a.greenbtn_mdl {
	display: inline-block;
	background: url(../Resources/images/content/greybtn_small_l.png) no-repeat;
	color: #485055;
}

a.greybtn_small span, a.greybtn_mdl span, a.greenbtn_mdl span {
	display: inline-block;
	height: 19px;
	background: url(../Resources/images/content/greybtn_small_r.png) no-repeat 100% 0;
	text-align: center;
	padding: 4px 12px 0;
}

a.greybtn_mdl { background: url(../Resources/images/content/grey-btn-mdl-l.png) no-repeat; }
a.greybtn_mdl span, a.greenbtn_mdl span { 
	height: 30px;
	padding: 8px 20px 0;
	background: url(../Resources/images/content/grey-btn-mdl-r.png) no-repeat 100% 0;
}
a.greenbtn_mdl { background: url(../Resources/images/content/green-btn-mdl-l.png) no-repeat; color: #f8ffab; }
a.greenbtn_mdl span { background: url(../Resources/images/content/green-btn-mdl-r.png) no-repeat 100% 0; }

a.greenbtn_register {
    background-color: rgb(35,129,32);
    font-size: 16px;
    color: white;
    display: inline-block;
}

a.greenbtn_register:hover {
    background-color: rgb(0, 96, 0);
}

    a.greenbtn_register span {
        height: 30px;
        padding: 12px 20px 0;
        width: 264px;
        text-align: center;
        display: inline-block;
    }

/* FOOTER */
#footer {
	background-color: #ebe9e6;
	border-top: 1px solid #c2c2c2;
}

#footer .midblk {
	padding: 22px 0 38px;
	overflow: hidden;
}

#footer .midblk ul.counters {
	width: 223px;
	margin-right: 17px;
	float: left;
	padding-left: 20px;
}

#footer .midblk ul.counters li {
	float: left;
	margin: 0 10px 4px 0;
	line-height: 0;
}

#footer .midblk ul.menu {
	width: 900px;
	float: left;
	padding-bottom: 35px;
}

#footer .midblk ul.menu li {
	display: inline;
	margin-right: 9px;
	font-size: 12px;
}

#footer .midblk ul.menu li a {
	color: #000;
	text-decoration: underline;
}

#footer .midblk ul.menu li a:hover {
	text-decoration: none;
	color: #ff5400;
}

#footer .midblk p.copyright {	
	font-size: 11px;
	color: #7b7b7b;
}

/* OTHER */
.clear { clear: both; }
.acenter { text-align: center; }
.fleft { float: left !important; }
.fright { float: right !important; }
strong.price { color: #ff5400; font-size: 13px; }
.wauto { width: auto !important; }
.sbrd { background: url(../Resources/images/content/sbrd-bg.png) no-repeat; text-align: right; }
.grey { color: #bfbcb6 !important; }
.star  
{
	color: #0A6F00;
	font-size: 20px;
	font-weight: bold;
 }
 .middle-blk 
 {
	 position: relative;
	 overflow: hidden;
 }
 .mauto 
 {
/* }
 .mauto .reg
 {*/
	 position: relative;
	 left: 50%;
	 float: left;
 }
 .mauto .half-box
 {
	 position: relative;
	 right: 50%;
  }
 .mauto .half-box.fleft { margin-right: 10px; }
 .nomarg { margin: 0 !important; }
 

/* PROGRESSBAR */ 
.progressbar
{ 
	position:relative;
	height:20px;  
	background-color:#FFFFFF;  
	width:200px;  
	border:solid 1px #000;  
	margin:5px; 
	-webkit-border-radius:5px;-moz-border-radius:5px; 
}
 
.progressbar .bar
{ 
	position:absolute;
	top:0px;
	left:0px;
	background-color:#4AB846; 
	width:0px; 
	height:20px; 
	display:block;
}
 
.progressbar .bar-label
{ 
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:20px;
	font-family:verdana;
	font-weight:bold;
	color:#000000;
	font-size:10pt;
	text-align:center;
}

/* ADMIN BUTTON */ 
.admin-button
{
	background-color: #51B848;
	border: medium none;
	color: white;
	margin: 5px;
	padding: 2px;
	font-family: Arial;
	font-size: 12px;
}

.rubsl ul li
{
	font-weight:bolder;
}
.rubsl ul ul li
{
  padding-left:15px;
  font-weight:normal;
}

.rubsl ul ul ul
{
  padding-left:20px;
  font-weight:normal;
}
.warning-message
{
    padding: 8px 16px 8px 16px;
    /* border-radius: 5px; */
    border-bottom: 1px solid lightgray;
    border-top: red 3px solid;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #D8000C;
    background-color: white;
    line-height: 20px;
    /* box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.6); */
}

.warning-span
{
	padding: 3px 10px 3px 10px;
	border-radius: 5px;
	background: #FFF;
	border: 1px solid red;
}

.warning-message-packet {
    padding: 8px 16px 8px 16px;
    border-radius: 5px;
    background: #FFBABA;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #D8000C;
}

    .warning-message-packet:before, .warning-message-edit:before {
        margin: 16px 16px 16px 0;
        content: '\26A0';
        font-size: 2em;
        float: left;
    }

.warning-message-packet a
{
  font-weight: bold;
  text-decoration: underline;
}

.warning-message-packet a:hover
{
  text-decoration: none;
  color: #0a6f00;
}

.user-phone-confirmed
{
    margin-left: 16px;
    padding-top: 6px;
    float: left;
    color: #527B02;
    font-weight: bold;
}

.user-phone-notconfirmed a
{
    float: left;
    margin-left: 16px;
    padding-top: 6px;
    font-weight: bold;
}

.user-phone-notconfirmed a
{
    color: #256799;
}

.user-phone-notconfirmed a:hover
{
    color: #256799;
    text-decoration: underline;
}

.invoice-category-info
{
    border-radius: 3px;
    background-color: InfoBackground;
    padding: 5px 10px 5px 10px;
    border: 1px solid gray;
}

ul.adv_statuses_panel {
    list-style-type:lower-roman;
    list-style-position:outside;
    border:1px solid transparent;
}

ul.adv_statuses_panel li {
    line-height:12px;
    margin:7px 0;
    display:inline;
    background-color:green;
    padding-top:3px;
    padding-bottom:3px;
    padding-left: 5px;
    padding-right: 5px;
    text-align:center;
    color:white;
    border-radius:3px; 
    -webkit-border-radius:3px; 
    -moz-border-radius:3px; 
    -khtml-border-radius:5px;
}

#rotatePanel {
    position:relative;
    top:-61px;
    left:-1px;
    background-image:url('../Resources/Images/content/image-edit-panel.png');
    width:95px;
    height:55px;
    background-repeat:no-repeat;
    margin-bottom:-55px;
    z-index:999;
}

#rotate90left {
    position:relative;
    top:5px;
    left:10px;
    width:27px;
    height:23px;   
}

#rotate90right {
    position:relative;
    top:5px;
    left:27px;
    width:27px;
    height:23px;
}

#rotateImageDesc {
    position:relative;
    top:10px;
    left:5px;
    width:94px;
    font-size:x-small;
}

img.thumb_inactive {
    border:2px solid white;    
}

img.thumb_active {
    border:2px solid rgb(48, 231, 48);    
}

img.thumb_inactive.thumb_active {
    border:1px solid green;    
}

.service_div
{
    float: right;
    width: 88px;
    height: 31px;
    background-image: url(/Resources/Images/taxi/taxiB.png);
    text-align:center;
}

.service_div a
{
    color: black; 
    font-weight:bold; 
    font-size: 11px; 
    line-height: 13px;
    text-transform: uppercase;
	text-decoration: none;
}

/* Feedback button */
.prem_reg_sh_help_button_bottom 
{
font-family: Arial, Tahoma, sans-serif;
height: 32px;
display: inline-block;
line-height: 32px;
background-color: #d2d2d2;
background-image: linear-gradient(bottom, rgb(195,195,195) 0%, rgb(232,232,232) 98%, rgb(255,255,255) 98%);
background-image: -o-linear-gradient(bottom, rgb(195,195,195) 0%, rgb(232,232,232) 98%, rgb(255,255,255) 98%);
background-image: -moz-linear-gradient(bottom, rgb(195,195,195) 0%, rgb(232,232,232) 98%, rgb(255,255,255) 98%);
background-image: -webkit-linear-gradient(bottom, rgb(195,195,195) 0%, rgb(232,232,232) 98%, rgb(255,255,255) 98%);
background-image: -ms-linear-gradient(bottom, rgb(195,195,195) 0%, rgb(232,232,232) 98%, rgb(255,255,255) 98%);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(195,195,195)), color-stop(0.98, rgb(232,232,232)), color-stop(0.98, rgb(255,255,255)) );
color: #363636;
padding: 0 9px;
font-size: 14px;
border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border: 1px solid #9c9c9c;
z-index: 10000;
position: fixed;
right: 50px;
bottom: 0;
cursor: pointer;
min-width: 180px;
}

.prem_reg_pos_right { 
left: auto !important;
right: 10px !important;
}

.prem_reg_help_gorisontal { 
/*margin-right: 27px;*/
white-space: nowrap;
text-align: center;
}

.prem_reg_sh_help_button_bottom:hover {
background-image: linear-gradient(bottom, rgb(211,211,211) 0%, rgb(237,237,237) 98%, rgb(255,255,255) 98%);
background-image: -o-linear-gradient(bottom, rgb(211,211,211) 0%, rgb(237,237,237) 98%, rgb(255,255,255) 98%);
background-image: -moz-linear-gradient(bottom, rgb(211,211,211) 0%, rgb(237,237,237) 98%, rgb(255,255,255) 98%);
background-image: -webkit-linear-gradient(bottom, rgb(211,211,211) 0%, rgb(237,237,237) 98%, rgb(255,255,255) 98%);
background-image: -ms-linear-gradient(bottom, rgb(211,211,211) 0%, rgb(237,237,237) 98%, rgb(255,255,255) 98%);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(211,211,211)), color-stop(0.98, rgb(237,237,237)), color-stop(0.98, rgb(255,255,255)) );
cursor: pointer;
background-color: #dcdcdc;
}

.prem_reg_sh_help_button_bottom a
{
    color: #363636;
}

    .w80
    {
        width: 80px;
    }
    
    .addadvert-label
    {
        float: left;
        line-height: 24px;
        width: 220px;
        text-align:right;
        margin-right: 10px;
    }
    
.search-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:22px;
	line-height:22px;
	width:57px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.search-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.search-button:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */
.search-param-field
{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 2px 0;

background-color: #fff;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
}

#addToNp input,textarea,select
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    margin: 2px;
}

#addToSite input,textarea,select
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    margin: 2px;
}

#addToSite .textbox-long
{
    width: 490px;
}

#dialog-renew-confirm
{
    width: 500px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
}

.premier-modal-background {
    z-index: 9999;
    display: none;/**/
    background-color: rgba(128, 128, 128, 0.5);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.premier-modal-dialog {
    position: relative;
    width: 600px;
    margin: 30px auto;
    border: 1px solid gray;
    z-index: 10000;
    /*display: none;*/
}

.premier-modal-close-dialog-link {
    color: #318a31;
    text-decoration: underline;
    float: right;
    margin: 5px 10px;
}
.premier-modal-close-dialog-link:hover {
    cursor: pointer;
}

.premier-modal-dialog .premier-modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    padding: 5px;
}

.premier-modal-dialog .premier-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.premier-modal-dialog .premier-modal-header h2{
    margin:0;
}

.premier-modal-dialog .premier-modal-header::before{
    content: " ";
}

.premier-modal-dialog .premier-modal-header::after{
    clear: both;
}


.premier-modal-dialog .premier-modal-body {
    padding: 15px;
}

.premier-modal-dialog .premier-modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
}

.premier-modal-dialog a.modal-btn{
    width: 120px;
    height: 20px;
}

.renew-confirm {
	background-color:#44c767;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	padding:5px 9px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.renew-confirm:hover {
	background-color:#5cbf2a;
}
.renew-confirm:active {
	position:relative;
	top:1px;
}

.renew-cancel {
	background-color:#e4685d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	padding:5px 9px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.renew-cancel:hover {
	background-color:#eb675e;
}
.renew-cancel:active {
	position:relative;
	top:1px;
}

.q-tip.add-advert-tooltip
{
    font-size: 14px;
    background-color: #fff;
    border-radius: 3px;
    width: 500px;
    max-width: 500px;
}

.info-button {
	background-color:#44c767;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	padding:0px 4px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.info-button:hover {
	background-color:#5cbf2a;
}
.info-button:active {
	position:relative;
	top:1px;
}

.paid-cb-warn-under
{
    border-bottom: 2px red solid;
}

.search-btn {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6cc347), color-stop(1, #0f6807));
	background:-moz-linear-gradient(top, #6cc347 5%, #0f6807 100%);
	background:-webkit-linear-gradient(top, #6cc347 5%, #0f6807 100%);
	background:-o-linear-gradient(top, #6cc347 5%, #0f6807 100%);
	background:-ms-linear-gradient(top, #6cc347 5%, #0f6807 100%);
	background:linear-gradient(to bottom, #6cc347 5%, #0f6807 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cc347', endColorstr='#0f6807',GradientType=0);
	background-color:#6cc347;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #6cc347;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:17px;
	padding:8px 14px;
	text-decoration:none;
	float: left;
	margin-top: 6px;
}
.search-btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0f6807), color-stop(1, #6cc347));
	background:-moz-linear-gradient(top, #0f6807 5%, #6cc347 100%);
	background:-webkit-linear-gradient(top, #0f6807 5%, #6cc347 100%);
	background:-o-linear-gradient(top, #0f6807 5%, #6cc347 100%);
	background:-ms-linear-gradient(top, #0f6807 5%, #6cc347 100%);
	background:linear-gradient(to bottom, #0f6807 5%, #6cc347 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f6807', endColorstr='#6cc347',GradientType=0);
	background-color:#0f6807;
}
.search-btn:active {
	position:relative;
	top:1px;
}

.pay-button-group {
    width: 870px;
    margin-left: -10px;
    margin-bottom: 32px;
}

.pay-button {
    float: left;
    width: 280px;
    height: 200px;
    margin-left: 10px;
    margin-bottom: 10px;
    /*border: 1px solid green;*/
    background-color: #81C784;
    border-radius: 3px;
}

.pay-button:hover {
    float: left;
    width: 280px;
    height: 200px;
    margin-left: 10px;
    margin-bottom: 10px;
    /*border: 1px solid green;*/
    background-color: #4CAF50;
    border-radius: 10px;
}

.pay-button-logo{
    margin-top: 70px;
    text-align: center;
}

.pay-button-logo-img{
    height: 60px;
}

.pay-system-control {
    margin-left: -5px;
    float: left;
    padding-left: 70px;
    margin-bottom: 10px;
}

.payControl_site .pay-system-control {
    width: 500px;
    padding-left: 10px;
}

.payControl_newspaper .pay-system-control {
    padding-left: 10px;
}

.pay_system {
    /*background-color: #81c784;*/
    border-radius: 5px;
    height: 90px;
    width: 200px;
    margin: 10px 5px;
    float: left;
    border: 1px solid white;
}

    .pay_system .pay_system_text {
        width: 202px;
        text-align: center;
        position: absolute;
        margin-top: 38px;
        font-size: 16px;
    }

#dialog-renew-confirm .pay_system {
    height: 5em;
    width: 180px;
    margin: 3px 2px;
}

    #dialog-renew-confirm .pay_system .pay_system_text {
        width: 155px;
        margin-top: 24px;
        text-align: left;
        padding-left: 32px;
    }

#addToNp .pay_system input.pay_system_input, #addToSite .pay_system input.pay_system_input {
    margin-top: 40px;
    margin-left: 10px;
}

#dialog-renew-confirm .pay_system input.pay_system_input {
    margin-top:28px;
}

.commis {
    color: #064300;
    text-align: center;
}

#dialog-renew-confirm .pay_system .commis {
    margin-top: -12px;
}

.pays_img {
    width: 200px;
    text-align: center;
    vertical-align: text-bottom;
    padding-top: 2px;
    margin-top: -36px;
}

.pays_img img {
    width:100%;
}

#dialog-renew-confirm .pay_system .pays_img {
    width: 160px;
    text-align: right;
}

    .pay_system:hover {
    border: 1px solid green;
    cursor: pointer;
}

.selected_pay_system {
    border: 1px solid lightgray;
}

.pay_system:hover .commis, #selected_pay_system .commis {
    /*color:white;*/
}

.field-div
{
	padding: 1px 0;
}

.paid-tag
{
    border-radius: 3px;
    padding: 3px;
    float: left;
    font-size: 0.9em;
    color: black;
    width: 72px;
    margin: 2px 2px 2px 25px;
    text-align: center;
}

.premium-tag {
    border: 1px solid green;
    color: white;
    background-color: green;
}

.actual-tag {
    border: 1px solid #b04845;
    color: white;
    background-color: #b04845;
}

.green-tag {
    border: 1px solid green;
    color: green;
    background-color: #dbf1d9;
}

#ny-bg {
    position: fixed;
    top: 0;
    /* left: -50%; */
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/Resources/Images/newyear/ny-26-1280.jpeg);
    background-position-x: center;
    background-position-y: top;
	background-size: 1280px 960px;
	-webkit-background-size: 1280px 960px;
	-o-background-size: 1280px 960px;
	-moz-background-size: 1280px 960px;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 1281px) {
 #ny-bg {
    position: fixed;
    top: 0;
    /* left: -50%; */
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/Resources/Images/newyear/ny-26-1600.jpeg);
    background-position-x: center;
    background-position-y: top;
 	background-size: 1600px 1024px;
	-webkit-background-size: 1600px 1024px;
	-o-background-size: 1600px 1024px;
	-moz-background-size: 1600px 1024px;
    background-repeat: repeat-y;
}
}
@media only screen and (min-width: 1601px) {
    #ny-bg {
       position: fixed;
       top: 0;
       /* left: -50%; */
       width: 100%;
       height: 100%;
       z-index: -1;
       background-image: url(/Resources/Images/newyear/ny-26-1920.jpeg);
       background-position-x: center;
       background-position-y: top;
        background-size: 1920px 1024px;
       -webkit-background-size: 1920px 1024px;
       -o-background-size: 1920px 1024px;
       -moz-background-size: 1920px 1024px;
       background-repeat: repeat-y;
   }
   }
#ny-bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

/* action styles */

.flying-action{
    position: relative;/**/
    left: 0;
    top: 50%;
    z-index: 10;
    /*margin-top: -100px;*/
}

.action-close-button
{
    position: absolute;
    width:13px;
    height:13px;
    right:3px;
    top:3px;
}

#cashback-action .action-close-button
{
    color: lightgray;
    font-size: 17px;
}

div.premold_newsText a
{
	color: blue;
	text-decoration: underline;
}

div.premold_newsText a:hover 
{
	text-decoration: none;
}

/* premium block*/
.content .premium-adv-list{
    background-color: #DCEDC8;
    /* border-bottom: 2px solid #8BC34A; */
    padding: 10px;
    margin-bottom: 2em;
    width: 890px;
    margin-left: -10px;
}

.content .v-list.premium-adv-list .premium{
    background-color: #fafafb;
 }

.content .v-list.premium-adv-list .premium.vip{
    background-color: #fafafb;
 }


/* social media icons */
.sm-icons-footer{
	margin-top: 20px;
	overflow: hidden;
	margin-left: -2px;
}

.sm-icon{
	width: 36px;
	height: 36px;
	float:left;
	margin-left:2px;
	text-indent: -200em;
    overflow: hidden;
    display: inline-block;
}

.vk-icon
{
	background-image: url(https://premier.ua/Images/img/social/5.png);
}

.vk-icon:hover{
	background-position: -36px 0px;
}

.tw-icon
{
	background-image: url(https://premier.ua/Images/img/social/4.png);
}

.tw-icon:hover{
	background-position: -36px 0px;
}

.te-icon
{
	background-image: url(https://premier.ua/Images/img/social/gram.png);
}

.te-icon:hover{
	background-position: -36px 0px;
}

.ok-icon
{
	background-image: url(https://premier.ua/Images/img/social/3.png);
}

.ok-icon:hover{
	background-position: -36px 0px;
}

.instagram-icon
{
	background-image: url(https://premier.ua/Images/img/social/2.png);
}

.instagram-icon:hover{
	background-position: -36px 0px;
}

.fb-icon
{
	background-image: url(https://premier.ua/Images/img/social/1.png);
}

.fb-icon:hover{
	background-position: -36px 0px;
}

.gplus-icon
{
	background-image: url(https://premier.ua/Images/img/social/6.png);
}

.gplus-icon:hover{
	background-position: -36px 0px;
}

/* end of social media icons*/

.regrec-user-blk{
    margin-top: 0.5em;
    margin-bottom: 1em;
    border:1px solid lightgray;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.1em;
    padding-right: 260px;
}

.regrec-user-blk div{
    margin: 8px 0px;
}

.regrec-user-blk h3{
    font-size: 18px;
}

.regrec-state-1{
    background-color:#F5F5F5;
    border-color:#9E9E9E;
}

 .regrec-state-2 {
    background-color:#F5F5F5;
    border-color:#9E9E9E;
}

.regrec-state-3{
    background-color: #DCEDC8;
    border-color:#8BC34A;
    background-image: url("/Images/img/regreclam/regrec-confirmed.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.regrec-state-4{
    background-color: #FFCDD2;
    -webkit-font-smoothing: antialiased;
    border-color:#F44336;
    background-image: url("/Images/img/regreclam/regrec-declined.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.regrec-user-blk .packet-info{
    float: left;
    font-size: 1.2em;
}

.regrec-user-blk .rubric-info{
    font-size: 1.2em;
    float: left;
}

.regrec-user-blk .text-info{
    font-size: 1.4em;
    margin: 16px 0px;
    padding: 0.8em 0.5em;
    line-height: 1.1em;
    text-align: justify;
}

/* packet dialogs and page */
    .packet-plan-container{
        border-radius: 5px;
        padding: 10px;
        border: 1px solid lightgray;
        background-color: white;
        font-size: 1.1em;
        width: 890px;
    }
    .packet-plan-container h1{
        text-align: center;
    }
    .packet-plan-container table{
        border-collapse:collapse;
    }
    .packet-plan-container table tr th, .packet-plan-container table tr td{
        text-align: center;
        width: 60px;
        border: 1px solid gray;
        height: 50px;
        padding: 3px;
    }
    .packet-plan-container table tr th{
        font-size: 1.2em;
    }
    .packet-plan-container table tr th.cov, .packet-plan-container table tr td.cov{
        text-align: center;
        width: 220px;
        height: auto;
        font-size: 1.1em;
    }
    .packet-plan-container .btn {
        border: 1px solid #4cae4c;
        padding: 6px 10px;
        border-radius: 4px;
        background-color: #449d44;
        color: white;
        font-weight: bold;
    }
    .packet-plan-container .btn:hover {
        background-color: #318A31;
        border-color:#398439;
        cursor: pointer;
    }
    .packet-plan-container .footnote {
        color: gray;
        font-size: 0.8em;
        margin-top: 48px;
    }
    .packet-plan-container .current-plan {
        border: 1px solid #d58512;
        padding: 6px 10px;
        border-radius: 4px;
        background-color: #ec971f;
        color: white;
        font-weight: bold;
    }
    .packet-plan-container table tr th.current, .packet-plan-container table tr td.current {
        color: #8a6d3b;
        background-color: #fcf8e3;
    }

    .modal-dialog-background {
        position: fixed;
        background-color: black;
        opacity: 0.5;
        height: 100%;
        width: 100%;
        z-index: 9999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .packet-plan-container .modal-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 540px;
        height: auto;
        margin-left: -277px;
        margin-top: -100px;
        z-index: 10000;
        border: 1px solid gray;
        background-color: white;
        border-radius: 4px;
        opacity: 1;
        padding: 16px;
        /*font-size: 1.2em;
        line-height: 1.2em;*/
        -webkit-box-shadow: 0 0 20px 4px rgba(64, 64, 64, 0.75);
        -moz-box-shadow: 0 0 20px 4px rgba(64, 64, 64, 0.75);
        box-shadow: 0 0 20px 4px rgba(64, 64, 64, 0.75);
        text-align: justify;
    }
    .packet-plan-container .modal-dialog .modal-dialog-header {
        font-weight: bold;
        font-size: 1.3em;
        margin: 0 0px 1em;
        line-height: 1.3em;
        padding-left: 8px;
    }

    .packet-plan-container .modal-dialog .modal-dialog-header.error {
        background-color: #ffaaaa;
    }

    .packet-plan-container .modal-dialog .modal-dialog-header.success {
        background-color: #aaffaa;
    }

    .packet-plan-container .btn-gray {
        border: 1px solid gray;
        padding: 6px 10px;
        border-radius: 4px;
        background-color: lightgray;
        color: black;
        font-weight: bold;
    }
    .packet-plan-container .btn-gray:hover {
        background-color: gray;
        /*border-color:#398439;*/
        cursor: pointer;
    }

.packet-plan-container .autorepeat-div {
    float: left;
    margin-bottom: 1em;
}

    .packet-plan-container .autorepeat-div input {
        vertical-align: middle;
    }

    .packet-plan-container .modal-dialog .buttons-block
    {
        margin:1em 0 0 0;
    }

    #modal-packet-background
    {
        z-index:8999;
        display: none;
    }
    #modal-packet-dialog {
        position: fixed;
		 top: 10px; /**/
		/* left: 50%; */
		/* margin-left: -445px; */
		/* margin-top: -180px; */
        border: 1px solid gray;
        z-index: 9000;
        display: none;
		width: 87%;
		max-width:912px;
		background-color: #ffffff;
    }
    #close-modal-packet-dialog, #close-limit-list-dialog{
        color: #318a31;
        text-decoration: underline;
        float: right;
        margin: 5px 10px;
    }
    #close-modal-packet-dialog:hover, #close-limit-list-dialog:hover{
        cursor: pointer;
    }


.over-limit-message-block {
    border-radius: 5px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 20px 10px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.over-limit-message-block a {
    border: 1px solid gray;
    padding: 8px;
    border-radius: 3px;
    color: #31708f;
    background-color: white;
}
    .over-limit-message-block a:hover {
        text-decoration: underline;
        background-color: #bce8f1;
    }
    .over-limit-list-block-bg{
        position: fixed;
        background-color: black;
        opacity: 0.5;
        height: 100%;
        width: 100%;
        z-index: 9999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }
    .over-limit-list-block{
        z-index:10000;
        position:fixed;
        max-width: 890px;
		width:86%;
        background: #fbfbfb;
        border: 2px solid lightgray;
        box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.65);
        font-size: 16px;
        line-height: 16px;
        padding: 10px 10px 20px;
        display:none;
		overflow-y: scroll;
    }
.over-limit-list-item
{
    padding: 20px 10px;
    font-size: 20px;
    float:left;
	width:98%;
}
.over-limit-list-item-section {
    color: #BABABA;
    font-weight: bold;
    float: left;
    width: 55%;
    border-right: 1px solid #444;
    padding: 5px;
    height: 60px;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 16px;
}
.over-limit-list-item-count{
   color: black;
   font-weight: bold;
   float:left;
   width:40%;
   text-align: center;
   line-height: 24px;
   padding: 5px;
   height: 60px;
}
.over-limit-list-item-section strong{
   color: #111;
   font-weight: bold;
   font-size: 20px;
}
.rubric-list-item
{
    padding: 20px 10px;
    font-size: 20px;
    float:left;
    width:98%;
}
/* end of Packet dialogs and page*/

/* VIP adverts styles */
.vip-objects-block{
    padding: 0px 1px;
    float: left;
    width: 908px;
    margin-left: -5px;
    position:relative;
}

.vip-object {
    width: 217px;
    margin-right: 10px;
    border-style: solid;
    border-width: 0px;
    border-color: lightgreen;
    background-color: rgb( 250, 250, 251 );
    float: left;
    height: 300px;
    position: relative;
    margin-top: 30px;
}

.vip-object .image {
    width: 215px;
    height: 215px;
    margin-right: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 216, 215, 215 );
    border-radius: 10px;
    background-color: rgb( 250, 250, 251 );
    float: left;
}

.vip-objects-block .line {
    border-bottom: 1px solid rgb( 216, 215, 215 );
    background-color: rgb( 250, 250, 251 );
    height: 6px;
    float: left;
    width: 826px;
    margin-left: 35px;
	display: none;
}

.vip-object .image img {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    height: 215px;
    width: 215px;
}

.vip-object .text {
    font-size: 16px;
    font-family: "Arial";
    color: rgb( 10, 111, 0 );
    font-weight: bold;
    line-height: 0.889;
    text-align: center;
    width: 203px;
    height: 42px;
    float: left;
    margin: 9px 7px 0;
    overflow: hidden;
}

.vip-object .text.dummy-text {
    font-size: 15px;
    line-height: 0.933;
}

.vip-object .price {
    font-size: 20px;
    font-family: "Arial";
    color: rgb( 10, 111, 0 );
    font-weight: bold;
    line-height: 0.667;
    text-align: center;
    width: 203px;
    height: 23px;
    float: left;
    margin: 6px 7px 0;
}

.vip-object .label {
    float: right;
    position: absolute;
    background-image: url('/Images/vip-label.png');
    background-repeat: no-repeat;
    width: 54px;
    height: 31px;
    right: 25px;
    top: 0px;
    font-size: 17px;
    font-family: "Arial";
    color: #FFF;
    font-weight: bold;
    line-height: 0.889;
    text-align: center;
    padding-top: 6px;
}

.vip-objects-block .vip-header-text{
  font-size: 17px;
  font-family: "Arial";
  color: rgb( 10, 111, 0 );
  font-weight: bold;
  line-height: 0.889;
  text-align: left;
  height: 18px;
  margin-top: 25px;
}

.vip-objects-block .vip-block-prev, .vip-objects-block .vip-block-next{
    position:absolute;
    width: 40px;
    height: 54px;
    background-repeat:no-repeat;
    background-position: center;
    background-color:rgba(0,0,0,.06);
    border: 0px solid green;
    /*margin-top: -70px;*/
    z-index: 2000;
    top: -webkit-calc(54% - 70px);
    top: calc(54% - 70px);
}

.vip-objects-block .vip-block-prev:hover, .vip-objects-block .vip-block-next:hover {
    background-color:rgba(0,0,0,.23);
    cursor: pointer;
}

.vip-objects-block .vip-block-prev{
    float:left;
    background-image: url(/Resources/Images/content/slider_prev.png);
    left:-10px;
    border-radius: 5px 0 0 5px;
}

.vip-objects-block .vip-block-next {
    float: right;
    background-image: url(/Resources/Images/content/slider_next.png);
    right:0px;
    border-radius: 0 5px 5px 0;
}


/* end of VIP adverts styles */
/* packet*/
.content .colleft .box ul.sidebar li ul{
    position: relative;
    margin-left: 100%;
    z-index: 1000;
    float: left;
    overflow: visible;
}
.content .colleft .box ul.sidebar li ul.second {
    position: relative;
    margin-left: 1rem;
    z-index: 1;
    float: none;
    overflow: hidden;
    background:none;
    border: none;
    padding: 0;
}

    .content .colleft .box ul.sidebar li ul.second li a {
        color: #444;
    }
        .content .colleft .box ul.sidebar li ul.second li a:hover {
            color: #ff5400;
        }
    
    .content .colleft .box ul.sidebar li.my-items {
        background: none;
        padding-bottom: 0;
        border-bottom: none;
    }
.content .colleft .box ul.sidebar li ul li.menu-second {
    z-index: 1000;
    background: white;
    border: 1px solid gray;
    top: -31px;
    float: left;
    width: 238px;
}

.adv-activate
{
    font-weight: bold;
    font-size: 1.2em;
}

/* My advertisements*/
.my-advertisements-block a {
    cursor: pointer;
}

.my-advertisements-block .pagins{
    min-height: 20px;
}

.my-advertisements-block .sorting-block {
    margin: 10px 0;
}

.my-advertisements-block .sorting-block a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}

.my-advertisements-block .sorting-block a.active{
    font-size: 14px;
    text-decoration: none;
    color: black;
    cursor: auto;
}

.my-advertisements-block .sorting-block a:hover {
    text-decoration: none;
}

.my-advertisements-block .type-container {
    flex-wrap: nowrap;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.my-advertisements-block .type-button {
    color: black;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: bold;
    padding: 8px;
    margin: 0;
    border-radius: 10px;
    border: 2px solid lightgray;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}

.my-advertisements-block .type-button:hover, .my-advertisements-block .type-button.selected:hover{
    border: 2px solid #058fe6/*#ffd038*/;
}

.my-advertisements-block .type-button.selected{
    border: 2px solid #ffd038;
}

.my-advertisements-block .type-button span {
    color: green;
    font-size: 1.125rem;
    line-height: 1.2rem;
    vertical-align: middle;
    margin-left: 0.25rem;
}

@media screen and (min-width: 480px) {
    .my-advertisements-block .type-container {
        justify-content: flex-start;
        gap: 1rem;
    }
}
@media screen and (min-width: 600px) {
    .my-advertisements-block .type-button {
        width: 240px;
    }
}

.land-4 .land-4-block{padding:45px 4px 20px}.land-4 .land-4-block .land-4-block-image{box-sizing:border-box;width:284px;height:247px;float:left;margin:0 5px;border:1px solid #989898;border-radius:3px;background-color:#81C784;text-align:center;cursor:pointer}.land-4 .land-4-block .land-4-block-image:hover{background-color:#4CAF50;border-radius:10px}.land-4 .land-4-block .land-4-block-image .land-4-block-img-1{width:110px;height:107px;margin:25px 0}.land-4 .land-4-block .land-4-block-image .land-4-block-img-2{width:112px;height:108px;margin:25px 0}.land-4 .land-4-block .land-4-block-image .land-4-block-img-3{width:105px;height:113px;margin:22px 0}.land-4 .land-4-block .land-4-block-image .lend-4-block-text-1{font-size:30px;font-weight:600;color:#fff;text-transform:uppercase;line-height:30px;}#land-4-back{display:none;height:100%;width:100%;z-index:10;position:fixed;top:0;left:0;background:#000}#land-4-popup-one,#land-4-popup-three,#land-4-popup-two{display:none;width:930px;padding:6px;z-index:20;position:absolute;top:30%;left:50%;margin-left:-476px;overflow-y:auto;color:#000;font-size:13px;background-color:#fff;border:5px solid #0a6f00;border-radius:5px}#land-4-popup-one .popup-content,#land-4-popup-three .popup-content,#land-4-popup-two .popup-content{padding:5px 10px}.land-4-close{position:absolute;right:8px;top:5px;cursor:pointer;color:red;width:15px;height:15px;font-weight:700}.land-4-tabs{background:#fff;overflow:hidden;z-index:0;list-style:none;padding:0;margin:0}.land-4-tabs li{float:left;background:#e3e3e3;padding:4px;width:116px;height:84px;box-sizing:border-box;border:1px solid #a1a1a1;border-bottom:1px solid green;border-radius:6px 6px 0 0;text-align:center;cursor:pointer}.land-4-tabs li .land-4-tabs-font{display:block;padding-top:8px;font-size:14px;font-family:Roboto;color:#010101;font-weight:700;text-transform:uppercase;text-align:center}.land-4-tabs li .land-4-tabs-price{padding-top:10px;font-size:14px;font-family:Roboto;color:#010101;font-weight:700;text-transform:uppercase;text-align:center}.land-4-tabs .land-4-tabs-last{width:330px;background-color:#fefbeb;border:none;border-bottom:1px solid green}.land-4-tabs .active{background-color:#fafafb;color:#0a6f00;border:1px solid green;border-bottom:none}#land-4-popup-two{background-color:#fefbeb}#land-4-popup-two .land-4-popup-two-h2{padding:20px 0;font-size:18px;font-family:Roboto;color:green;font-weight:700;text-align:center}#land-4-popup-two .land-4-popup-two-heder-text{padding:35px 0 20px;font-size:18px;font-family:Roboto;color:green;font-weight:700;text-align:center}#land-4-popup-two .land-4-popup-two-block-foto{padding:35px 0 20px;font-size:14px;font-family:Roboto;color:green;font-weight:700;text-align:center}#land-4-popup-two .land-4-popup-two-block-foto .land-4-popup-two-block-foto-input{display:none}#land-4-popup-two .land-4-popup-two-block-foto .land-4-popup-two-block-foto-text{position:relative;float:left;padding:0 10px 0 45px;cursor:pointer}#land-4-popup-two .land-4-popup-two-block-foto .land-4-popup-two-block-foto-text:after{content:"";position:absolute;left:7px;top:-4px;width:17px;height:17px;border:4px solid #fafafb;outline:green solid 2px;background-color:#fff;cursor:pointer}#land-4-popup-two .land-4-popup-two-block-foto #land-4-popup-two-block-foto-text-1:checked~.land-4-label-1:after,#land-4-popup-two .land-4-popup-two-block-foto #land-4-popup-two-block-foto-text-2:checked~.land-4-label-2:after,#land-4-popup-two .land-4-popup-two-block-foto #land-4-popup-two-block-foto-text-3:checked~.land-4-label-3:after,#land-4-popup-two .land-4-popup-two-block-foto #land-4-popup-two-block-foto-text-4:checked~.land-4-label-4:after{background-color:green}#land-4-popup-two .land-4-popup-two-block-img{margin:35px 0 20px}#land-4-popup-two .land-4-popup-two-block-text{padding:10px 0;font-size:14px;font-family:Roboto;color:#010101;font-weight:700;text-align:justifyLeft}#land-4-popup-two .land-4-popup-two-footer-price{padding:10px 0 30px;font-size:18px;font-family:Roboto;color:#0a6f00;font-weight:700;text-align:justifyLeft}#land-4-popup-two .land-4-tabs-add{box-sizing:border-box;width:100%;overflow:auto;padding:15px 0;background-color:#fafafb;border-bottom:1px solid green}#land-4-popup-two .land-4-tabs-add .land-4-tabs-1-add-left{float:left;width:250px;height:310px}#land-4-popup-two .land-4-tabs-add .land-4-tabs-1-add-left .land-4-tabs-1-add-left-foto{position:relative;width:222px;height:195px;background-image:url(/images/prices/land-4-tabs-1-add-left-foto.png);border-radius:9px}#land-4-popup-two .land-4-tabs-add .land-4-tabs-1-add-left .land-4-tabs-1-add-left-foto:after{content:"";position:absolute;top:0;left:132px;z-index:1;width:55px;height:31px;background-image:url(/images/prices/land-4-vip-label.png)}#land-4-popup-two .land-4-tabs-add .land-4-tabs-1-add-left .land-4-tabs-1-add-left-text{font-size:16px;font-family:Arial;color:#0a6f00;font-weight:700;line-height:.889;text-align:center;width:203px;height:42px;float:left;margin:9px 7px 0;overflow:hidden}#land-4-popup-two .land-4-tabs-add .land-4-tabs-1-add-right{float:right;width:620px;height:310px}#land-4-popup-two .land-4-tabs-add .land-4-tabs-1-add-right .land-4-tabs-1-add-right-header{padding:10px;font-size:18px;font-family:Roboto;color:green;font-weight:700;text-align:left}#land-4-popup-two .land-4-tabs-add .land-4-tabs-1-add-right .land-4-tabs-1-add-right-center{padding:10px 0;font-size:14px;font-family:Roboto;color:#010101;font-weight:700;text-align:justifyLeft}#land-4-popup-two .land-4-tabs-add .land-4-tabs-1-add-right .land-4-tabs-1-add-right-footer{padding:10px 0;font-size:18px;font-family:Roboto;color:#0a6f00;font-weight:700;text-align:justifyLeft}#land-4-popup-two .land-4-tabs-add .land-4-tabs-2-add-header{padding:10px;font-size:18px;font-family:Roboto;color:green;font-weight:700;text-align:left}#land-4-popup-two .land-4-tabs-add .land-4-tabs-2-add-text{padding:10px;font-size:14px;font-family:Roboto;color:#010101;font-weight:700;text-align:justifyLeft}#land-4-popup-two .land-4-tabs-add .land-4-tabs-2-add-price{padding:10px;font-size:18px;font-family:Roboto;color:#0a6f00;font-weight:700;text-align:justifyLeft}#adv-item .adv-item{border:1px solid #BFBFBD;background-color:#fff}#adv-item .adv-item .vip-label{display:none}#adv-item .adv-item .adv-item-photo{width:150px;height:110px;border:none}#adv-item .adv-item .adv-item-photo img{width:150px;height:110px}#adv-item .adv-item .actual-line-bottom,#adv-item .adv-item .actual-line-top,#adv-item .adv-item .actual-plate,#adv-item .adv-item .premium-plate{display:none}#adv-item .adv-item.premium{background-color:#fafafb;border:1px solid #267C4B}#adv-item .adv-item.premium .premium-plate{display:block}#adv-item .adv-item.actual .actual-line-bottom,#adv-item .adv-item.actual .actual-line-top{width:907px;margin-left:0;display:block}#adv-item .adv-item.actual .actual-plate{display:block}#adv-item .adv-item.green{background-color:#dbf1d9}#adv-item .adv-item.vip{border:2px solid #0a6f00;background-color:#fafafb}#adv-item .adv-item.vip .vip-label{display:block}#adv-item .adv-item.vip .adv-item-photo{width:170px;height:180px;border:2px solid #0a6f00}#adv-item .adv-item.vip .adv-item-photo div{display:none}#adv-item .adv-item.vip .adv-item-photo img{width:170px;height:180px}

.my-advertisements-block .adv-item .adv-statuses-label{
    height: 46px; 
    line-height: 180%;
    vertical-align: top;
    width: 250px;
    float:left;
}

.my-advertisements-block .extras-div{
    width:150px;
    float:right;
    margin-right:10px
}

.my-advertisements-block .extras-div table{
    padding-bottom:10px;
    width: 100%;
}

.my-advertisements-block .extras-div table td {
    border-bottom: 1px dashed grey;
    padding-top: 5px;
    padding-bottom: 5px;
}

.my-advertisements-block .extras-div table td.right {
    text-align:right;
}

.my-advertisements-block .extras-div table td.right div{
    word-wrap: break-word; 
    width: 126px;
}

.my-advertisements-block table.table-item-content {
    height: 25px;
    padding-left: 10px;
    width: 100%;
    border-spacing: 0;
}

.my-advertisements-block table.table-item-content td {
    padding: 0;
}


.my-advertisements-block .adv-price {
    text-wrap:none;
}

.my-advertisements-block .adv-item-text .advert-search-list p {
    margin:0px;
    padding:0px;
    text-align:justify;
}

.my-advertisements-block .full-rubric-name{
    font-size: 10px; 
    color: gray; 
    padding-left: 15px;
}

.my-advertisements-block .feature-time-left {
    float: left;
    width: 600px;
    color: green;
    padding-left: 15px;
    margin: 3px 0px;
}

.my-advertisements-block .adv-item .time-since-label {
    vertical-align: top;
    line-height: 180%;
    width: 226px;
    padding-right: 20px;
    float:left;
}

/*.my-advertisements-block .adv-item {
    min-height: 200px;
}*/

.image-upload-paging {
    text-align: center;
}

.image-upload-paging a
{
    font-size:15px; 
    text-decoration: underline;
}

.image-upload-paging a:hover
{
    text-decoration: underline;
}

.image-upload-paging a.currentPage
{
    text-decoration: none;
    color: green;
    font-size: 16px;
    font-weight: bold;
}


/* change email */
.changeEmailDialog {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    height: auto;
    margin-left: -300px;
    margin-top: -250px;
    z-index: 10000;
    border: 1px solid gray;
    background-color: white;
    border-radius: 4px;
    opacity: 1;
    padding: 16px;
    -webkit-box-shadow: 0 0 20px 4px rgba(64, 64, 64, 0.75);
    -moz-box-shadow: 0 0 20px 4px rgba(64, 64, 64, 0.75);
    box-shadow: 0 0 20px 4px rgba(64, 64, 64, 0.75);
    text-align: justify;
}

.changeEmailDialog h5{
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 0 0 1.67em 0;
}

.changeEmailDialog .btn-field{
    text-align: center;
}

.changeEmailDialog input {
    height: 23px;
    background: none;
    border: 1px solid lightgray;
    margin: 0;
    line-height: 24px;
    border-radius: 3px;
    width: 250px;
}

.changeEmailDialog ol{
    list-style: decimal;
    padding-left: 30px;
}
/* end of change email*/

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/* actual block*/
.content .actual-adv-list{
    background-color: #f8e9e9;
    /* border-bottom: 2px solid #8BC34A; */
    padding: 10px;
    margin-bottom: 2em;
    width: 890px;
    margin-left: -10px;
}

.content .v-list.actual-adv-list .actual{
    background-color: #fafafb;
 }

.content .v-list.actual-adv-list h3{
    color: darkred;
 }



.footer-text .desc-full-text, .footer-text .hide-desc{
    display: none;
}

.footer-text .desc-full-text {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-text .show-desc{
    display: block;
}

.footer-text .show-desc, .footer-text .hide-desc {
    cursor: pointer;
    color: gray;
    text-decoration: underline;
}

.footer-text .show-desc:hover, .footer-text .hide-desc:hover {
    text-decoration: none;
}


.footer-text.show .desc-full-text, .footer-text.show .hide-desc{
    display: block;
}

.footer-text.show  .show-desc{
    display: none;
}


.premold_newsText ul{
	list-style: disc;
	padding-left: 20px;
}

.greenbtn-new
{
}

.greenbtn-new div.greenbtn-new-text {
    width:auto;
    padding-right: 10px;
    height:32px;
    float:left;
    margin-right:12px;
    line-height: 32px;
    /*text-align: center;*/
    background: #6cc347; /* Old browsers */
    background: -moz-linear-gradient(top, #6cc347 0%, #15790a 100%, #207cca 100%, #15790a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6cc347 0%,#15790a 100%,#207cca 100%,#15790a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6cc347 0%,#15790a 100%,#207cca 100%,#15790a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cc347', endColorstr='#15790a',GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
    border: 1px solid #0a6f00;

    color: white;

    font-size: 1.1em;
	margin-bottom: 0.6em;
}

.greenbtn-new:hover div.greenbtn-new-text {
    background: #fafafb;
    color: #0a6f00;
}

.greenbtn-new div.greenbtn-new-text div.icon {
    margin: 8px 8px 0 8px;
    min-height: 16px;
    height:16px;
    min-width: 16px;
    width: 16px;
    float:left;
    position: relative;
}

.greenbtn-new div.greenbtn-new-text div.plus-site-icon {
    background-image: url(../Resources/images/content/plus-site-icon.png);
}

.greenbtn-new:hover div.greenbtn-new-text div.plus-site-icon {
    background-image: url(../Resources/images/content/plus-site-icon-active.png);
}

.greenbtn-new div.greenbtn-new-text div.plus-regrec-icon {
    background-image: url(../Resources/images/content/plus-regrec-icon.png);
    margin: 8px 4px 0 6px;
}

.greenbtn-new:hover div.greenbtn-new-text div.plus-regrec-icon {
    background-image: url(../Resources/images/content/plus-regrec-icon-active.png);
}

.plus-main-btn{
    float:right;
    margin: 4px 0 0 0;
    font-size: 14px;
    background-image: url(../Resources/images/content/plus-main-icon.png);
    width:132px;
    height:36px;
    padding: 10px 0 0 0;
    color: #0a6f00;
    cursor: pointer;
}

.plus-main-btn:hover{
    background-image: url(../Resources/images/content/plus-main-icon-active.png);
}

.plus-main-btn a, .plus-main-btn:hover a{
    color: #0a6f00;
}

.cookiesBar {
    padding: 20px 70px 20px 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.75);
    z-index: 1000;
}

.cookiesBar #cookieBarCloseRef {
    top: 10px;
    right: 6px;
    margin-top: -8px;
    color: #fff;
    font-size: 16px;
    position: absolute;
}

.cookiesBar p {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.cookiesBar a.cookiesBarClose {
    color: #0098d0;
    text-decoration: none;
   outline: 0;
    font-size: 14px;
}

#adv-item .adv-item.vip.green {
    background-color: #dbf1d9;
}


.line-through{
    text-decoration: line-through;
}

.text-bold{
    font-weight: bold;
}

.text-red{
    color:red;
}

.text-green{
    color: green;
}

.text-larger{
    font-size: 1.1em;
}

#promotion-info-plate {
    float: right;
    width: 148px;
    margin-right: -151px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #6cc347;
    border-radius: 6px;
    height: 74px;
    background-color: white;
    padding-top: 1em;
    display: none;
}

    #promotion-info-plate .timer {
        font: 1.4em Courier;
        text-align: center;
        font-weight: bold;
    }

	.adv_info_table td a{
		word-break: break-all
	}
	
	.promoBlock div {
    margin: 0.5em 0;
}

.promoBlock a, #howPromoSpan {
    text-decoration: none;
    border-bottom: 1px dashed;
    font-size: 0.9em;
}

.promoBlock .hidden {
    color: white;
}

.promoBlock .load-spinner i {
    font-size: 24px;
    vertical-align: middle;
}

.showPromo {
    color: blue;
    border-bottom: 1px dashed;
    cursor: pointer;
}

.promocodeInfo {
    font-size: 0.85em;
    color: #6a6a6a;
}

.promocodeResult {
    padding: 4px 8px;
    font-size: 1em;
}

.promocodeResult.success {
    color: green;
}

.promocodeResult.error {
    background-color: none;
    color: red;
}

#promocode.error {
    border-color: red;
}

#promocode.success {
    border-color: lightgreen;
}

#promocode{
    margin-right:1em;
}

#promocode:focus {
    outline: none;
}

.promoLabel {
    font-weight: bold;
}

.promoBlock{
    margin:1em 0;
}

.promoBlock .promoInfoDialog, #bottom-panel .promoInfoDialog {
    position: absolute;
    left: 50%;
    width: 300px;
    box-shadow: 0 0 3px 1px #666;
    margin: -64px 0 0 -160px;
    background-color: white;
    border-radius: 5px;
    padding: 20px 10px 10px;
    display: none;
    z-index: 101;
}

#bottom-panel .promoInfoDialog {
	display: block;
}

#bottom-panel .promoInfoDialog h2 {
	font-size: 20px;
    margin-top: 0px;
    font-weight: bold;
}

    .promoBlock .promoInfoDialog .bottom, #bottom-panel .promoInfoDialog .bottom{
        margin: 2em 0 1em;
        bottom: 10px;
        width: 300px;
        text-align: center;
    }

    .promoBlock .promoInfoDialog button, #bottom-panel .promoInfoDialog button {
        background-color: rgb(35,129,32);
        font-size: 16px;
        color: white;
        background-image: none;
        border-radius: 0;
        outline: none;
    }

        .promoBlock .promoInfoDialog button:hover, #bottom-panel .promoInfoDialog button:hover {
            background-color: rgb(0, 96, 0);
        }

    .promoBlock .promoInfoDialog .close, #bottom-panel .promoInfoDialog .close {
        float: right;
        font-size: 2em;
        margin: -10px 0 0;
        cursor: pointer;
        color: rgb(0, 96, 0);
    }

.promoBlock .clear {
    clear: both;
}

@keyframes wiggle {
    20% {
        transform: translateY(2px);
    }

    40% {
        transform: translateY(-2px);
    }

    60% {
        transform: translateY(1px);
    }

    80% {
        transform: translateY(-1px);
    }

    100% {
        transform: translateY(0);
    }
}

.wiggle:hover {
    animation: wiggle 1s ease;
    animation-iteration-count: 1;
}

.am-link-large{
	float: right;
}

.am-link-large img{
	margin-top: -60px; 
	margin-right: 5px;
}

@media (max-width: 1199px) {
	.am-link-large{
		display:none;
	}
}

.am-link-small{
	display:none;
	margin-left:4px;
}

@media (max-width: 1199px) {
	.am-link-small{
		display:inline-block;
	}
}

.bs-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bs-btn:hover {
    color: #212529;
    text-decoration: none;
}

.bs-btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.bs-btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.bs-btn-delete {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .bs-btn-delete:hover {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
    }


.bs-btn-close {
    color: #444;
    background-color: #ededed;
    border-color: lightgray;
}

    .bs-btn-close:hover {
        border-color: gray;
    }

.warning-message-edit {
    padding: 8px 16px 8px 16px;
    border-radius: 5px;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.warning-message-prices {
    padding: 8px 16px 8px 16px;
    border-radius: 5px;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.decline-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(128,128,128,.6);
    z-index: 20;
}

    .decline-overlay .decline-popup {
        text-align: center;
        color: white;
        top: 50%;
        position: absolute;
        margin-left: 25%;
        width: 50%;
        margin-top: -3rem;
        padding: 8px 0 16px;
        border: red 2px solid;
        background-color: #888;
        border-radius: 6px;
    }

        .decline-overlay .decline-popup .main-message {
            font-size: 2em;
            line-height: 2em;
            font-weight: bold;
        }

.adv-item .item-bottom-info{
    padding-left:15px;
    padding-bottom: 10px;
    font-weight: bold;
}

.adv-item .decline-reason-info {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: .75rem 1.25rem;
    margin: 0 15px 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.adv-item .decline-info {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    position: relative;
    padding: .75rem 1.25rem;
    margin: 0 15px 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.content .v-list .adv-item .decline-reason-info p a {
    color: blue;
    display: inline;
}

table.adv_info_table td.v-description, div.v-description {
    word-break: break-word;
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
    padding: 0 4px 3em;
}

.hero-image {
	height: 555px;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.heading-text {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #ed1c24;
	text-align: center;
	margin: 0 0 30px 0;
}

.column-text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -40px 40px -40px;
}

.column {
	font-size: 16px;
	border-right: 1px solid #000;
	width: 40%;
    padding: 0px 40px;
    line-height: 22px;
}

.column:last-child {
	border-right: none;
}

.column ul {
	list-style-type: disc;
}

.text-centered {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 80px 0;
	text-align: center;
}

.info-block {
	font-size: 16px;
	line-height: 22px;
	display: flex;
    flex-wrap: wrap;
}

.info-block dt {
	text-decoration: underline;
	color: #ed1c24;
	width: 130px;
}

.info-block dd {
	width: 85%;
	margin: 0;
	width: calc(100% - 150px);
}

.table-holder {
	overflow-x: auto;
	margin: 0 0 10px 0;
}

.price-table {
	font-size: 32px;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

.price-table th {
	font-size: 25px;
	color: #ed1c24;
}

.price-table th, 
.price-table td {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #a5a5a5;
	padding: 20px;
}

.price-table td:first-child,
.price-table th:first-child {
	text-align: left;
}

.price-table td:first-child {
	font-size: 20px;
	line-height: 25px;
}

.price-table th:last-child, 
.price-table td:last-child {
	border-right: none;
}

.price-table .raw-odd {
	background-color: #fcf97f;
}

.adding-text {
	display: block;
	font-size: 25px;
	margin: 0 0 75px 0;
}

.img-holder {
	margin-bottom: 100px;
}

.img-holder img {
	width: 100%;
}

.text-centered-info {
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 75px 0;
}

.text-centered-info a {
	display: block;
	color: #000;
	margin-bottom: 8px;
}

.link-holder {
	text-align: center;
	margin-bottom: 30px;
}

.link-holder a {
	font-size: 30px;
	color: #004bc0;
	text-decoration: underline;
}

/* typography page styles */

.typo-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 18px;
    line-height: 27px;
}

.data-input-holder {
    width: 70%;
}

.data-input-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 40px 0;
}

    .data-input-block h5 {
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        width: 35%;
    }

.data-input {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    line-height: 33px;
    width: 65%;
    margin: 0;
    padding: 0;
    color: #277c3b;
}

.hidden {
    display: none;
}

.rounded-mark {
    border-radius: 10px;
    border: 2px solid #909090;
    padding: 0 10px 2px;
    margin-right: 5px;
    transition: 0.3s;
}

    .rounded-mark:hover {
        color: #fff;
        background-color: #277c3b;
        border: 2px solid #277c3b;
        cursor: pointer;
    }

    .rounded-mark:active {
        color: #000;
    }

input[type="radio"]:checked + .rounded-mark {
    color: #fff;
    background-color: #277c3b;
    border: 2px solid #277c3b;
}

input[type="radio"]:disabled + .rounded-mark {
    color: #909090;
    opacity: .5;
}

input[type="radio"]:disabled:hover + .rounded-mark {
    color: #909090;
    border: 2px solid #909090;
    background-color: #fff;
    cursor: not-allowed;
}

.simple-text {
    display: block;
}


.data-summary {
    width: 30%;
    background-color: #277c3b;
    color: #fff;
    padding: 18px;
    text-align: center;
}

    .data-summary p {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }

.summary,
.order-info-parted,
.summary dd,
.order-info-parted dd,
.summary dt,
.order-info-parted dt {
    margin: 0;
    padding: 0;
}

.summary {
    margin: 0 0 20px 0;
    font-size: 20px;
}

    .summary dt {
        margin: 0 0 5px 0;
    }

    .summary dd {
        font-size: 24px;
        font-weight: bold;
    }

.order-info {
    border-top: 4px solid #fff;
    padding: 20px 0;
    margin: 0 0 20px 0;
}

.order-heading-text {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.order-info-parted {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    line-height: 23px;
}

    .order-info-parted dt {
        width: 40%;
        text-align: left;
    }

    .order-info-parted dd {
        width: 60%;
        text-align: right;
    }

.btn-white {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    color: #277c3b;
    padding: 10px;
    text-decoration: none;
    width: 90%;
    border-radius: 6px;
    vertical-align: middle;
    margin: 0 0 15px 0;
    transition: 0.3s;
}

    .btn-white:hover {
        opacity: .7;
    }

.popup-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #000;
    width: 600px;
    border: 1px solid #000;
    z-index: 10;
}

    .popup-box .close {
        position: absolute;
        top: 15px;
        right: 15px;
        text-indent: 101%;
        overflow: hidden;
        width: 12px;
        height: 12px;
    }

.close:before,
.close:after {
    content: "";
    width: 14px;
    height: 2px;
    background: #646464;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.box-holder {
    position: relative;
}

    .box-holder .summary {
        background: #7fbf7f;
        color: #fff;
        text-shadow: 0px 2px 1px rgba(150, 150, 150, 1);
        font-weight: bold;
        padding: 20px;
    }

        .box-holder .summary.error {
            background: #ef7f7f;
        }

        .box-holder .summary dt {
            font-size: 25px;
            margin-bottom: 20px;
        }

        .box-holder .summary dd {
            font-size: 35px;
        }

.contact-form-holder {
    padding: 0 25px 25px;
}

    .contact-form-holder p {
        font-size: 16px;
        line-height: 22px;
    }

    .contact-form-holder fieldset {
        border: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 0;
        margin: 0;
        flex-flow: column;
    }

    .contact-form-holder .contact-form {
        text-align: left;
        margin: 8px 0 0 0;
    }

.contact-form .form-group {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

    .contact-form .form-group input {
        padding: 10px;
        width: 80%;
    }

    .contact-form .form-group label {
        font-size: 14px;
    }

.btn-green {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    background-color: #008000;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 30%;
    border-radius: 6px;
    margin: 8px 0 16px 0;
    transition: 0.3s;
}

button[type="submit"].btn-green {
    background-image: none;
}

    button[type="submit"].btn-green:disabled {
        opacity: 0.5;
    }

    button[type="submit"].btn-green:hover {
        background-color: #008000;
    }

.contact-form .form-group input.ng-invalid.ng-dirty,
.contact-form .form-group input.ng-invalid.ng-touched {
    border-color: red;
}

.contact-form .form-group input.ng-valid.ng-dirty {
    border-color: green;
}


.btn-green:hover {
    opacity: .7;
}

#typographyTab{
	background-color: #62b940;
	background-image: none;
	border-radius: 5px 5px 0px 0px;
	color: #804600;
}

#typographyTab a {
	background-image: none;
	color: #fafbfb;
	font-weight: 400;
}

#typographyTab a:hover {
	text-decoration: underline;
}

#typographyTab.active a {
	font-weight: 600;
	color:#fff;
}

#typographyTab.active a:hover {
	text-decoration: none;
}

/* end of typography styles */

/* new archive styles */
.paper-archive-gallery{
	width:100%;
	display:flex; 
	flex-wrap: wrap;
	column-gap: 8px;
    padding-left: 8px;
}
.paper-item{
	border-radius: 3px; 
	border: 1px solid #eee; 
	flex:0 32%; 
	min-height: 350px;
	margin: 0 0 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.paper-item:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.paper-item-header{
	padding: 10px; 
	text-align:center;
}
.paper-item-image {
    height: 200px;
    text-align: center;
}
.paper-item-image img {
    height: 200px;
}
.paper-item-actions{
	text-align: center;
	margin: 0 0 10px;
}
.paper-item-actions a{
	margin: 3px auto;
	display: inline-flex;
}
/* end of new archive styles */

 .prem-bdg{  
      position : relative;  
 }  
 .prem-bdg[nbr]:after{  
   content:attr(nbr);  
   position:absolute;  
   background:red;  
   width:20px;  
   height:20px;  
   top:-10px;  
   right:2px;  
   border-radius:50%;  
   box-shadow : 0 0 1px #33333  
 }

/* cover price styles */

.fifty-cover .banner {
	background: #FEF3DE;
	padding-bottom: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}

.fifty-cover .banner h1 {
	font-size: 50px;
	text-transform: uppercase;
	color: #2E8374;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: center;
	-ms-align-items: center;
	align-items: center;
}

.fifty-cover .banner h1 img {
	margin-right: 30px;
	width: 100%;
	max-width: 100px;
}

.fifty-cover .banner-text {
	padding: 30px 20%;
	border: 7px solid #9D0000;
	background: #FFFFFF;
	color: #9D0000;
	font-size: 40px;
	font-weight: bold;
	line-height: 47px;
	text-align: center;
	max-width: 580px;
}

.fifty-cover .main-block {
	padding: 40px 10px 0; 
}

.fifty-cover .main-block h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 47px;
	color: #333;
	margin-bottom: 60px;
	text-align: center;
}

.fifty-cover .contacts-block {
	padding: 40px 10px 0; 
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	color: #333;
	margin-bottom: 40px;
	text-align: center;
}


.fifty-cover .item-cover-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	margin-bottom: 80px;	
	flex-wrap: wrap;
}

.fifty-cover .item-cover {
	margin-bottom: 20px;
}

.fifty-cover .item-cover h3 {
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
	text-decoration: underline;
	color: #2E8374;
	text-align: center;
}

.fifty-cover .img-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.fifty-cover .img-block img {
	max-width: 200px;
	padding: 0 5px 10px;
}

.fifty-cover .divider {
	height: 6px;
	background: #2E8374;
	width: 75%;
	margin-bottom: 80px;
}

.fifty-cover .banner-green {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	background: #2E8374;
	text-align: center;
	padding: 80px 10px;	
}

.fifty-cover .banner-green p {
	font-size: 25px;
	line-height: 33px;
	color: #fff;
	margin-bottom: 30px;	
}

.fifty-cover .banner-green a {
	font-size: 33px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color: #fff;
}

.fifty-cover .banner-green a:hover {
	text-decoration: none;
}

#siteFeaturesContent .site-feature-desc, #advertSetsContent .site-feature-desc, #features-selector .advertset-item .site-feature-desc {
    font-size: 12px;
    color: gray;
    max-width: 500px;
    line-height: 14px;
}

#siteFeaturesContent #SiteFeaturesList, #advertSetsContent #AdvertSetsList, #features-selector .advertset-item {
    font-size: 15px;
    line-height: 24px;
}

#siteFeaturesContent #SiteFeaturesList input, #advertSetsContent #AdvertSetsList input, #features-selector .advertset-item input {
    vertical-align: middle;
    outline: none;
}

.tab-info-b{
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px;
    font-weight: bold;
}

@media (max-width: 769px) {
    .examples-block .examples-gallery-nav{
        display: none;
    }
}

.advertset-or-text {
    margin: 1em 0; 
    font-size: 16px; 
    font-weight: bold;
}

#advertSetsContent label[for="advertset_paper_1001"]:after, #features-selector .advertset-item label:after {
    content: 'новое предложение';
    color: white;
    position: absolute;
    margin-top: -8px;
    font-size: 0.8em;
    margin: 3px 4px 0 4px;
    font-weight: bold;
    border: 1px solid red;
    border-radius: 4px;
    padding: 0px 4px;
    background-color: red;
    line-height: 16px;
}

#advertSetsContent label[for="advertset_paper_1001"].label-ua:after, #features-selector .advertset-item label.label-ua:after {
    content: 'нова пропозиція';
}


@media (max-width: 767px) {
    #advertSetsContent div.addadvert-label label:after, .advertset-or-text:after {
        content: 'новое предложение';
        color: white;
        position: absolute;
        margin-top: -8px;
        font-size: 0.8em;
        margin: 3px 4px 0 4px;
        font-weight: bold;
        border: 1px solid red;
        border-radius: 4px;
        padding: 0px 4px;
        background-color: red;
        line-height: 16px;
    }

    #advertSetsContent div.addadvert-label label.label-ua:after, .advertset-or-text.label-ua:after {
        content: 'нова пропозиція';
    }

    .advertset-or-text:after {
        margin-top: -2px;
    }

    #advertSetsContent label[for="advertset_paper_1001"]:after, #features-selector .advertset-item label:after,
    #advertSetsContent label[for="advertset_paper_1001"].label-ua:after, #features-selector .advertset-item label.label-ua:after {
        content: '';
        border: none;
    }
}

.reclam-site-features ul li {
    margin: 0 5px;
}

.adv_info_table {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}

.advertset-item {
    float: left;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 5px 10px;
    -webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    margin-bottom: 10px;
}

.warning-message-dates {
    padding: 10px;
    color: #0a6c20;
    font: 16px/19px Arial, Helvetica, sans-serif;
    margin-left: 220px;
}

span.advertset-info {
    font-size: 0.85em;
    color: orangered;
}

.news-warning {
    color: #318A31;
    background-color: white;
    padding: 2px 1em;
    border: 1px solid #318A31;
    font-size: 1em;
    line-height: 1.4em;
    margin-top: 0.5em;
}

.hide-news-warning{
    float:right;
}

.hide-news-warning a{
    text-decoration:underline;
}

    .hide-news-warning a:hover {
        text-decoration: none;
    }

.ads_points_col ul li{
    list-style-type:disc;
}

.mobile-lang-selector{
    line-height: 30px;
    display: none;
}


.simple-content {
    display: flex;
    background-color: #fafafb;
    overflow: hidden;
}

    .simple-content.center {
        justify-content: center;
    }

main.form-signin {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    margin: 4em 0 8em;
    background-color: white;
    padding: 0em 1em 3em;
    border: 1px solid lightgray;
    width: min(96vw, 420px);
    border-radius: 5px;
}

    main.form-signin h1 {
        color: #0a6f00;
    }

    main.form-signin .form-floating {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: stretch;
        width: min(95vw, 400px);
        margin-bottom: 0.5em;
    }

    main.form-signin .element{
        margin: 0 0 0.3em;
    }

    main.form-signin .form-label {
        flex-grow: 1;
    }

    main.form-signin .form-control {
        flex-grow: 4;
    }

        main.form-signin .form-control input{
            width: 96%;
            font-size: 1em;
        }

            main.form-signin .form-control input:not(:placeholder-shown):invalid {
                /*color: red;
                outline-color: red;*/
            }

            main.form-signin .form-control input {
                outline: none;
            }

    main.form-signin .form-warning p,
    main.form-signin .form-warning span {
        /*display: none;*/
        color: #d11124;
        font-size: 0.9em;
    }

    main.form-signin .form-floating input[type=submit] {
        font-size: 16px;
        margin-top: 1.5em;
        background-color: rgb(35,129,32);
        color: white;
        background-image: none;
        border-radius: 0;
    }

        main.form-signin .form-floating input[type=submit]:hover {
            background-color: rgb(0, 96, 0);
            background-image: none;
        }

    main.form-signin .form-floating.acenter {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 1em;
    }

@media screen and (max-width: 767px) {
    main.form-signin {
        margin: 0em 0 4em;
        border: none;
    }

    .simple-content {
        background-color: white;
    }
}

.ny-line {
    height: 24px;
    background-image: url('/Resources/Images/newyear/ny-lin6.png');
}

.ad-by-phone-mobile {
    display: none;
    background-color: #62B940;
    text-align: center;
    color: white;
    padding: 0.5em 0;
}

    .ad-by-phone-mobile .close-btn {
        font-size: 1.7em;
        position: absolute;
        right: 0;
        margin-right: 8px;
    }

    .ad-by-phone-mobile span {
        font-size: 16px;
        line-height: 20px;
    }

        .ad-by-phone-mobile span.phone-plate {
            font-size: 22px;
            line-height: 24px;
            font-weight: bold;
            color: #fffd3a;
        }

@media screen and (max-width: 1199px) {
    .ad-by-phone-mobile{
        display:block;
    }

    /*.ny-line {
        background-color: #079f3c;
    }*/
}

.mobile-photo-block {
    position: relative;
    width: 100%;
}

.mobile-photo-block .swiper {
    overflow: visible;
    height:228px;
}

.mobile-photo-block .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: auto;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mobile-photo-block .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    border: 1px solid black;
    background-color: white;
}

.mobile-photo-block .swiper-pagination-bullet-active {
    background-color: #009A37;
    border-color: #009A37;
    opacity: 0.75;
}

.mobile-photo-block .swiper-button-prev,
.mobile-photo-block .swiper-button-next {
    color: #009A37;
    opacity: 0.75;
    background: white;
    padding: 5px 2px 3px;
    top: 43%;
}

.mobile-photo-block .swiper-button-prev {
    left:1px;
}

.mobile-photo-block .swiper-button-next {
    right: 2px;
}

.mobile-photo-block.active-view {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100vw;
    background: rgb(0, 100, 52);
    z-index: 100;
    height:100%;
    width:100%;
}

.mobile-photo-block.active-view .swiper-slide{
    text-align: center;
}

    .mobile-photo-block.active-view .swiper-button-prev,
    .mobile-photo-block.active-view .swiper-button-next,
    .mobile-photo-block.active-view .swiper-pagination {
        display: none;
    }

.mobile-photo-block {
    min-width: 320px;
    overflow-x: visible !important;
    margin-bottom: 32px;
}

    .mobile-photo-block.active-view {
        touch-action: none;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

        .mobile-photo-block.active-view .swiper {
            background: none;
            padding: 56px 0px;
            height: auto;
            display: flex;
            flex-grow: 35;
            max-width: 100%;
            overflow:hidden;
        }

.mob-top-bar {
    background: transparent;
    padding-left: 16px;
    padding-right: 16px;
    height: 56px;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    z-index: 1030;
    overflow: visible;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    margin: 0px;
}

.mobile-photo-block .slide-num {
    display: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(216, 223, 224);
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1030;
}

.mobile-photo-block.active-view .slide-num {
    display: flex;
}

.mobile-photo-block .slide-topbar {
    display: none;
    -webkit-box-align:start;
    align-items:flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: white;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1030;
    height: 56px;
}

.mobile-photo-block.active-view .slide-topbar {
    display: flex;
}

.mobile-photo-block .slide-topbar .btn-close-preview {
    position: absolute;
    top: 11px;
    left: 7px;
    background-color: transparent;
    width: 40px;
    height: 40px;
    z-index: 10;
    background:none;
    border:none;
    outline:none;
    color:#fafbfb;
}

    .mobile-photo-block .slide-topbar .btn-close-preview .fa-angle-left {
        font-size: 40px;
        margin-top:0px;
    }

.mobile-bottom {
    background: rgb(0, 47, 52);
    margin-left: -16px;
    margin-right: -16px;
    position: sticky;
    align-self: stretch;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    z-index: 1020;
}

.mobile-bottom-content {
    background-color: rgb(0, 47, 52);
    box-shadow: rgb(0 0 0 / 50%) 0px 2px 4px 0px;
    min-height: 64px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1020;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.prem-resp-banner{
    text-align: center;
}

.prem-resp-banner iframe{
    width: 728px;
    height: 90px;
    border: 0;
}

.prem-resp-banner.left iframe{
    width: 240px;
    height: 350px;
}


@media (max-width: 767px) {
    .prem-resp-banner iframe{
        width: 320px;
        height: 50px;
    }

    .prem-resp-banner.left{
        display: none;
    }

    .prem-resp-banner.add iframe{
        width: 250px;
        height: 250px;
    }
}

.popup-banner-right {
    background: #fff;
    border-radius: 4px;
    bottom: -300px;
    right: min(24px, 5%);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    padding: 1em 1em 2em;
    position: fixed;
    text-align: left;
    text-decoration: inherit;
    transition: bottom 1.5s;
    width: min(400px, 90%);
    overflow: hidden;
    z-index: 3000;
    font-size: 16px;
}

.popup-banner-right.disp{
    bottom: 24px;
}

.popup-banner-right h3{
    font-size: 1.2em;
    margin: 1em 0 1.5em;
    font-weight: bold;
    text-align: center;
}

.popup-banner-right .popup-close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    color: #444;
    cursor: pointer;
}

.popup-banner-right .popup-close:hover {
    color: #787878;
}

.popup-banner-right .popup-close .popup-close-cross {
    overflow: hidden;
    position: absolute;
    width: 32px;
    height: 32px;
    border: 8px solid transparent;
    display: block;
    font-size: 24px;
    top: -4px;
    right: 0;
    padding: 0;
    text-align: right;
}

.content .colright .container .catalog table.catlist td ul li.empty-cat a {
    color: #999;
}

.adv-title h4{
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
}

.content .details-l .v-description h3{
    padding: 0;
    font-size: 18px;
}

a.contact {
    font-weight: 600;
    display: inline-block;
    padding: 4px 0;
}

a.contact:visited {
    color: #0a6f00;
}

.v-field {
    display: flex;
    font-size: 14px;
    line-height: 18px;
    padding: 4px;
    border-bottom: 1px dashed grey;
}

    .v-field .v-label {
        flex: 0 0 33%;
        align-self: center;
    }
    
    .v-field .v-label.contact {
        flex: 0 0 33%;
        padding: 4px 0;
        align-self: auto;
    }

    .v-field .v-value {
        flex: 0 0 67%;
        word-break: break-word;
    }

.input-block {
    display: flex;
    flex-wrap: wrap;
}

.input-holder {
    width: 150px;
    height: 150px;
    border: 2px solid #000;
    border-radius: 4px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

    .input-holder img {
        padding: 30px;
    }

    .input-holder img:hover {
        opacity:0.7;
    }

    .input-holder p {
        text-align: center;
        position: absolute;
        width: 150px;
        top: 152px;
    }

    .input-holder.loaded img {
        padding: 0;
        cursor: default;
        -o-object-fit: cover;
        object-fit: cover;
        height: 150px;
        width: 150px;
    }

@media screen and (min-width: 769px) {
    .input-holder.loaded:hover .control-buttons {
        display: flex;
    }

    .input-holder.loaded:hover:before {
        content: "";
        position: absolute;
        inset: 0px;
        background: rgba(0,0,0,.4);
    }
}

@media screen and (min-width: 767px){
    #ImageUploaderForSite_AddingPhotoPanel {
        display: flex;
        flex-direction: column;
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px) {
    .input-holder.loaded.active:before {
        content: "";
        position: absolute;
        inset: 0px;
        background: rgba(0,0,0,.4);
    }
    .input-holder.loaded.active .control-buttons {
        display: flex;
    }

}

    .input-holder .control-buttons {
        display: none;
        align-items: center;
        justify-content: space-evenly;
        position: absolute;
        inset: 0px;
    }

    .input-holder .loading-placeholder {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        position: absolute;
        inset: 0px;
    }

    .input-holder.loaded .control-buttons .control-button,
    .input-holder .loading-placeholder .control-button {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        height: 36px;
        width: 36px;
        border-radius: 50%;
    }

.input-holder.error {
    border-color: rgba(217,92,92,.95);
}

.input-holder.error .fa-exclamation-triangle {
    color: rgba(217,92,92,.95);
}

.input-holder.loaded .control-buttons .control-button:hover {
    height: 40px;
    width: 40px;
}

            .input-holder.loaded .control-buttons .control-button .fa {
                font-size: 22px;
            }

        .input-holder .loading-placeholder .control-button .fa{
            font-size: 32px;
        }

.image-select-popup .img-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 120px;
    border: 2px solid white; /**/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

    .image-select-popup .img-thumb img.thumb_active {
        /*border: 2px solid rgb(48, 231, 48);*/
        opacity: 0.8;
        box-shadow: rgba(48, 231, 48, 0.7) 0px 0px 0px 3px;
    }

        .image-select-popup .img-thumb img.thumb_loaded,
        .image-select-popup .img-thumb img.thumb_active.thumb_loaded {
            /*border: 2px solid #058fe6;*/
            opacity: 0.6;
            box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
        }


.image-select-popup .img-thumb {
    width: 150px;
    margin: 0 8px 16px;
    width: calc(25% - 16px);
    height: 120px;
    cursor: pointer;
}

.image-select-popup .image-page {
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}

.no-bcgrnd-img{
    background-image: none;
}

.no-bcgrnd-img:hover {
    background-image: none;
}

.image-select-popup-overlay {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

    .image-select-popup-overlay .image-select-popup {
        width: min(720px, 90%);
        height: min(560px, 96vh);
        background: white;
        padding: 20px;
        border-radius: 5px;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }

        .image-select-popup-overlay .image-select-popup .image-upload-content {
            -webkit-flex-grow: 1;
            flex-grow: 1;
        }

            .image-select-popup-overlay .image-select-popup .image-upload-content .fa.fa-spinner {
                font-size: 4rem;
                color: #0a6f00;
                justify-self: center;
            }

            .image-select-popup-overlay .image-select-popup .image-upload-content .old-images-spinner {
                text-align: center;
                top: 50%;
                position: relative;
                top: calc(50% - 2rem);
            }

            .image-select-popup-overlay .image-select-popup .image-upload-content .modal-error{
                text-align: center;
                top: 50%;
                position: relative;
                top: calc(50% - 2rem);
                background-color: rgba(220, 53, 69, 1);
                color: white;
                font-size: 2rem;
                line-height: 2.1rem;
                padding: 1rem 0;
            }


                .image-select-popup-overlay .image-select-popup .image-upload-content .modal-error .fa {
                    font-size: 3rem;
                }

        .image-select-popup-overlay .image-select-popup .image-upload-footer div {
            margin: 8px 0;
        }

@media screen and (max-width: 768px) {
    .image-select-popup-overlay .image-select-popup {
        height: 98vh;
        height: 100dvh;
    }

    .image-select-popup p {
        text-align: center;
    }

    #pdfDialog .image-select-popup p {
        text-align: left;
    }

    .image-select-popup .img-thumb {
        width: calc(50% - 16px);
    }

    .image-select-popup-overlay .image-select-popup .image-upload-footer .image-upload-info {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

        .image-select-popup-overlay .image-select-popup .image-upload-footer .image-upload-info .bs-btn {
            margin: 8px 0;
        }

}

#advertisementBody {
    font-size: 14px;
}

.addadvert-caption {
    padding: 0 8px;
    font-size: 0.75rem;
    color: #888;
    font-style: italic;
}

.addadvert-field{
    margin-left: 230px;
}

#addToNp .addadvert-field textarea{
    margin: 5px 0 0;
}

@media screen and (max-width: 767px) {
    .addadvert-field {
        margin-left: 0;
    }

    #addToNp .addadvert-field textarea {
        margin: 0;
        max-width: none;
    }
}

.premold_form-btn.view{
    padding: 8px 10px;
    margin-bottom: 0.5em;
    border-radius: 4px;
}

    .premold_form-btn.view.highlight {
        background: none;
        background: rgb(250,251,251);
        background: linear-gradient(180deg, rgba(255,243,56,1) 15%, rgba(255,205,0,1) 85%);
        color: #444;
    }

        .premold_form-btn.view.highlight:hover {
            color: #222;
            background: linear-gradient(180deg, rgba(255,243,56,1) 30%, rgba(255,205,0,1) 85%);
        }

.header-line{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .header-line .header-string {
        flex-basis: 100%;
        display: flex;
        justify-content: space-between;
    }

    .header-line .price-string {
        flex-basis: 100%;
        display: flex;
        justify-content: space-between;
    }

    .header-line .header-string .add-favorite-link {
        position: relative;
        flex-basis: 160px;
        margin-top: 2px;
        justify-content: end;
        display: flex;
    }

.content a.add-favorite.big {
    margin: 0;
}

.content .add-favorite-link a.add-favorite.big {
    margin: 0;
    display: inline-flex;
    overflow: visible;
}

.content .add-favorite-link a.add-favorite.big span {
    /**/margin-left: 44px;
}

    .content .add-favorite-link a.add-favorite.big.active span.add-span {
        display: none;
    }
    .content .add-favorite-link a.add-favorite.big span.remove-span {
        display: none;
    }
    .content .add-favorite-link a.add-favorite.big.active span.remove-span {
        display: block;
    }

    .content .add-favorite-link a.add-favorite.big::before {
        content: '\f006';
        font-family: 'FontAwesome';
        font-size: 40px;
        position: absolute;
        top: 8px;
        color: #fef007;
    }

    .content .add-favorite-link a.add-favorite.big.active::before {
        content: '\f005';
    }

@media (max-width: 600px) {
    .content .add-favorite-link,
    .content .add-favorite-link a.add-favorite.big {
        min-width: 40px;
    }

    .header-line .header-string .add-favorite-link {
        flex-basis: 60px;
    }

        .content .add-favorite-link a.add-favorite.big span,
        .content .add-favorite-link a.add-favorite.big.active span,
        .content .add-favorite-link a.add-favorite.big span.add-span,
        .content .add-favorite-link a.add-favorite.big.active span.add-span,
        .content .add-favorite-link a.add-favorite.big span.remove-span,
        .content .add-favorite-link a.add-favorite.big.active span.remove-span {
            display: none;
        }

        .content .add-favorite-link a.add-favorite.big::before {
            top: 6px;
        }
}

.mat-calendar-body button:hover,
.p-treenode-content button:hover{
    background: none;
}

.example-header button,
.p-treenode-content button{
    background: none;
    border: none;
}

.p-tree .p-treenode-children {
    padding: 0 0 0 1rem;
}

#e263cd8 .hashtag-list .mat-mdc-text-field-wrapper.mdc-text-field.mdc-text-field--filled.mdc-text-field--no-label {
    width: auto;
}

#e263cd8 div.photo-add.loaded img {
    height: 128px !important;
}

.popup-banner-right .cta-button {
    display: inline-block;
    background-color: #f45206;
    color: #fefefe;
    padding: 0.4em 1em;
    border-radius: 6px;
}

.popup-banner-right .cta-button:hover {
    background-color: #f45206;
    color: #efefef;
}

#doski-action {
    margin-bottom: 30px;
    overflow: hidden;
    width: 120px;
    border: 1px solid #bbb;
    border-radius: 4px;
    background-color: white;
}

    #doski-action a img {
        margin-left: 6px;
    }


.swiper-horizontal > .swiper-scrollbar, .recommended.swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 0px;
    height: 3px;
}

    .recommended.swiper .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
        background-color: rgba(31, 165, 19, 0.5)
    }

.alertify {
    font-size: 1.1rem;
    line-height: 1.3rem;
}

    .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
        color: #0a6f00;
    }

#pdfDialog .pay-system-control {
    padding-left: 0;
    display: flex;
    float: none;
    flex-wrap: wrap;
}

#pdfDialog .pay-system-control .pay_system {
    display: flex;
    flex-direction: row;
    height: auto;
    float: none;
    min-height:48px;
    align-items: center;
}

#pdfDialog .pay-system-control .pays_img {
    margin-top: 0;
}

    #pdfDialog .pay-system-control .pay_system .pay_system_text {
        margin-top:0;
    }

#pdfDialog p {
    font-size: 1rem;
    line-height: 1.25rem;
}

#pdfDialog p.error-message-p {
    font-size: 0.8125rem;
    color: red;
}

#pdfDialog input[type="email"] {
    width: min(304px, 90%);
    font-size: 1rem;
    border-radius: 4px;
}

#pdfDialog .pay_system .commis{
    display: none;
}

.mya-category-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 1.5rem 0;
}

.mya-category {
    font-weight: bold;
    font-size: 0.875rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 8px;
    margin: 0;
}

.btn-filter {
    display: none;
    font-size: 0.875rem;
    font-weight: bold;
    background-color: #fff;
    background-image: none;
    color: #277c3b;
    padding: 0 0.5rem;
    text-decoration: none;
    border-radius: 6px;
    vertical-align: middle;
    margin: 0;
    transition: 0.3s;
}

    .btn-filter .fa-angle-down {
        display: inline-block;
    }

    .btn-filter .fa-angle-up {
        display: none;
    }

    .btn-filter:hover {
        background-color: #f0f0f0;
        background-image: none;
        color: #1a5c2b;
    }

    .btn-filter.active {
        background-color: #277c3b;
        background-image: none;
        color: #fff;
    }
        .btn-filter.active .fa-angle-up {
            display: inline-block;
        }
        .btn-filter.active .fa-angle-down {
            display: none;
        }

@media screen and (max-width: 768px) {
    .mya-category-container {
        display: none;
    }

        .mya-category-container.active {
            display: flex;
        }

    .btn-filter {
        display: inline-block;
    }
}

