@charset "UTF-8";

body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: 'Ubuntu';
	height: 100%;
	line-height: 20px;
	color: #555;
	background-image: url(../img/bg.jpg?2);
	background-size: auto 111px;
}

td, button, li, div, span {
	font-family: 'Ubuntu';
}

li.gallery__item {
	display: inline;
	float: left;
	padding-right: 10px;
}

a:link {
	color: #23579b;
	text-decoration: underline
}

a:hover {
	color: #555;
	text-decoration: none
}
a:visited {
	color: #23579b;
}

a.decoration-none {
	text-decoration: none
}

h1 {
	color: #db2626;
	font-size: 18px;
	font-weight: 500;
}

h2 {
	color: #db2626;
	font-size: 16px;
	font-weight: 500;
}

h5 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.tbl_main {
	width: 100%;
	max-width: 1000px;
	height: 100%;
	border-spacing: 0;
	padding: 0;
	overflow: auto;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	box-shadow: 0 0 15px;
}

.myheader {
	padding: 10px;
	background: #ffffff;
	height:50px;
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
}

.logo {
	width: 170px;
}

.log {
	width: 100px;
	text-align: right;
}

.add {
	width: 170px;
	text-align: right;
}

A.hmenu:link {
	color: #31302e;
	font-size: 13px;
	text-decoration: none;
	text-transform:uppercase;
}
A.hmenu:visited {
	color: #31302e;
	font-size: 13px;
	text-decoration: none;
	text-transform:uppercase;
}
A.hmenu:active {
	color: #31302e;
	font-size: 13px;
	text-decoration: none;
	text-transform:uppercase;
}
A.hmenu:hover {
	color: #23579b;
	font-size: 13px;
	text-decoration: none;
	text-transform:uppercase;
}

a.btn-add{background-color:var(--bg-lento-opt-10-d,#fdeeee); border:1px solid var(--bg-lento-opt-40-d,#fdeeee); border-radius: 3px; padding:7px 12px;color:#db2626;font-weight:bold;text-decoration:none; position: relative; float: right; margin-left: 20px;}
a.btn-add:hover{text-decoration:none!important; border:1px solid var(--bg-lento-opt-70-d,#f7aaab); }

.search {
	height: 50px;
	background: #f3f3f3;
	padding: 0 10px;
	font-size: 14px;
}

.bold500 {
	font-weight: 500;
}

a.category-url {
	color: #23579b;
	font-size: 16px;
	text-decoration: none
}
a.category-url:hover {
	color: #666;
	text-decoration: underline
}
a.category-url:visited {
	color: #23579b;
}

hr {
	border: none;
	height: 1px;
	background-color: #e9e9e8;
}

.tbl_instruction {
	width: 100%;
	border-spacing: 0;
	padding: 0;
	overflow: auto;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
}

.inst_1 {
	width: 54px;
}

.inst_0 {
	width: 52px;
}

.inst_p {
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

.inst_d {
	display: inherit;
	font-weight: normal;
}

a.inst-url {
	color: #23579b;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none
}
a.inst-url:hover {
	color: #666;
	text-decoration: underline
}
a.inst-url:visited {
	color: #23579b;
}

@media (max-width: 600px) {
	.logo {
		width: 141px;
		max-width: inherit;
	}
	.log {
		width: inherit;
	}
	.add {
		width: inherit;
	}
	a.btn-add {
		margin-left: 0;
	}
	.inst_d {
		display: none;
	}
	.inst_p {
		font-size: 14px;
	}
	a.inst-url {
		font-size: 14px;
	}
}

.ccontent {
	color: #383838;
	font-size: 14px;
	padding: 10px;
	background-color:#FFF;
	vertical-align: top;
}

.icon_main {
	font-size: 30px;
	padding-right: 5px;
}

/* List */
ul.sub_cat {
	width: 100%;
	padding: 0;
	-moz-column-count: 2;
	-moz-column-width: 120px;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-width: 120px;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-width: 120px;
	column-gap: 10px;
}
ul.sub_cat li {
	width: 95%;
	display: inline-table;
	padding: 5px;
}

@media (min-width: 600px) {
	ul.sub_cat {
		width: 600px;
		-moz-column-count: 3;
		-moz-column-width: 155px;
		-webkit-column-count: 3;
		-webkit-column-width: 155px;
		column-count: 3;
		column-width: 155px;
	}
}

@media (min-width: 1000px) {
	ul.sub_cat {
		width: 990px;
		-moz-column-count: 4;
		-moz-column-width: 215px;
		-webkit-column-count: 4;
		-webkit-column-width: 215px;
		column-count: 4;
		column-width: 215px;
	}
}

.ob{
	width: 234px;
	border:1px #d9d9d9 solid;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ob:nth-child(4n){
	margin-right: 0;
}

.obimage{
	width: 100%;
	border-radius: 5px 5px 0px 0px;
}

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

.obtext {
	font-size: 14px;
	padding: 10px;
	color:#555
}

.ob_bulletin{
	width: 149px;
	height: 155px;
	border: 1px #d9d9d9 solid;
	border-radius: 5px;
	display: inline-block;
	margin: 0 5px 10px 5px;
}

.ob_bulletin_link {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #000;
}

a.city_link {
	border-radius: 25px;
	color: #444;
	text-decoration: none;
	background-color: #f7f7f6;
	padding: 7px 14px;
	display: inline-block;
	border-radius: 25px;
	margin: 0 10px 10px 0;
	white-space: nowrap;
	font-size: 16px;
}

a.city_link:hover{ background-color:#f3f3f2}

a.ob_bulletin_link {
	color: #23579b;
	text-decoration: none;
}

a.ob_bulletin_link:hover {
	color: #666;
	text-decoration: none;
}

.ob_price {
	color: #db2626;
	font-size: 14px;
	padding: 10px;
}

.ob_bulletin_photo {
	height: 91px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #efefef;
}

@media screen and (min-width: 200px) and (max-width: 480px) {
	.ob {
		width: 100%;
		margin-right: 0;
	}
}

/* footer */
.td_footer_up {
	padding: 10px;
	color: #999;
	font-size: 14px;
	border-top: 1px solid #dee2e6;
	background: #f3f3f3;
}

.footer_up1 {
	display: inline-block;
	float: left;
	padding-right: 50px;
}

.footer_ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.footer_ul li {
	margin: 10px 0;
}

@media screen and (min-width: 200px) and (max-width: 990px) {
	.td_footer_up {
		padding: 20px;
	}
}

a.footer_link_pages {
	font-size: 14px;
	color: #aaaaaa;
	text-decoration: none;
}

a.footer_link_pages:hover {
	color: #555;
	text-decoration: underline;
}

.td_footer {
	height: 60px;
	padding: 0 10px;
	background-color: #F8F8F8;
	color: #999;
	font-size: 14px;
	border-top: 2px solid #dee2e6
}

a.footer:link {
	color: #999;
	font-size: 14px;
	text-decoration: none
}

a.footer:visited {
	color: #999;
	font-size: 14px;
	text-decoration: none
}

a.footer:active {
	color: #999;
	font-size: 14px;
	text-decoration: none
}

a.footer:hover {
	color: #999;
	font-size: 14px;
	text-decoration: underline
}

.td_footer {
	color: #999;
	font-size: 12px;
	height: 60px;
	background: #efefef;
	padding: 10px;
}

A.fmenu:link {
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
A.fmenu:visited {
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
A.fmenu:active {
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
A.fmenu:hover {
	color: #999;
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* end footer */

/* registration form */

.registration {
	width: 100%;
	text-align: center;
}

.reg_form {
	max-width: 400px;
	border-spacing: 0;
	padding: 0;
	overflow: auto;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #f3f3f3;
	font-size: 16px;
}

.reg_reg {
	width: 50%;
	text-align: center;
	float: left;
	padding-bottom: 10px;
}

.email {
	width: 100%;
}

.reg_login {
	width: 50%;
	text-align: center;
	display: inline-block;
	float: right;
}

.reg_active {
	border-bottom: solid 3px #db2626;
}

.reg_form2 {
	padding: 10px;
	background-color: #FFF;
}

.nes {
	color: #db2626;
}

.reg_top {
	display: flex;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="message"],
textarea,
select {
	background-color: #ffffff;
	border: 1px solid #e5e5e4;
	font-size: 16px;
	height: auto;
	margin: 0;
	outline: 0;
	padding: 8px;
	height: 32px;
	width: 100%;
	color: #8a97a0;
	/*box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;*/
	margin-bottom: 16px;
	transition: all .2s ease;
	display: inline-block;
}

button.send {
	font-size: 16px!important;
	font-weight: 600!important;
	color: #db2626;
	background-color: #fdeeee;
	border-radius: 4px;
	border: 1px solid #eb423f;
	text-align: center;
	width: 100%;
	height: 32px;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

button:hover {
	text-decoration:none!important; border:1px solid var(--bg-lento-opt-70-d,#f7aaab);
}

label {
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
	/*background-color: #f3f3f3;*/
}

.label_down {
	display: inline-block;
	float: left;
	margin-top: -10px;
	padding-right: 10px;
	font-size: 14px;
}

.message {
	height: 100px;
}

.reg_1 {
	font-size: 32px;
	color: #db2626;
}

.reg_2 {
	font-size: 20px;
}

.reg_3 {
	font-size: 20px;
	color: #23579b;
}

a.btn-reg {
	background-color:var(--bg-lento-opt-10-d,#fdeeee);
	border:1px solid var(--bg-lento-opt-40-d,#fdeeee);
	border-radius: 3px;
	padding:7px 12px;
	color:#db2626;
	font-size: 28px;
	text-decoration:none;
}
a.btn-reg:hover {
	text-decoration:none!important;
	border:1px solid var(--bg-lento-opt-70-d,#f7aaab);
}

/* end registration form */

/* kartochki */

.ank{
	width: 234px;
	border:1px #d9d9d9 solid;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ank:last-child{
	margin-right: 0;
}

.ankimage{
	width: 100%;
	border-radius: 5px 5px 0px 0px;
}

.ank_title {
	padding: 5px 5px 0 5px;
}

.anktext {
	font-size: 14px;
	padding: 10px;
	color:#555
}

.ankad{
	width: 125px;
	height: 175px;
	border: 1px #d9d9d9 solid;
	border-radius: 5px;
	display: inline-block;
	margin: 0 5px 10px 5px;
}

.ankad_link {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
}

a.city_link {
	border-radius: 25px;
	color: #444;
	text-decoration: none;
	background-color: #f7f7f6;
	padding: 7px 14px;
	display: inline-block;
	border-radius: 25px;
	margin: 0 10px 10px 0;
	white-space: nowrap;
}

a.city_link:hover{ background-color:#f3f3f2}

a.ankad_link {
	color: #23579b;
	text-decoration: none;
}

a.ankad_link:hover {
	color: #666;
	text-decoration: none;
}

.ank_price {
	color: #db2626;
	font-size: 14px;
	padding: 5px;
}

.ankad_photo {
	height: 125px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #efefef;
}

@media screen and (min-width: 200px) and (max-width: 480px) {
	.ank {
		width: 100%;
		margin-right: 0;
	}
}