@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');

@font-face {
    font-family: "rouble";
    src: url("/files/fonts/rouble.ttf"),
    url('/files/fonts/rouble.woff');
}

font.rub {
    font-family: 'rouble';
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');

button:active, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}

a:active, a:focus { outline: none; }

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}

body {
	font-family: 'Roboto', sans-serif, Arial;
	color: #333;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #008c00;
	text-decoration: none;
}

a:hover {
	color: #315338;
}

header,
section,
footer {
	float: left;
	width: 100%;
}

table {
    border-collapse: collapse;
}

.center {
	width: 1212px;
	margin: 0 auto;
}

header {
	height: 46px;
	background-color: #315338;
	position: relative;
	margin-bottom: -46px;
	top: 0px;
	left: 0px;
}

header .fc {
	display: flex;
	width: 100%;
	height: 46px;
	color: #fff;
	justify-content: space-between;
	align-items: center;
}

header .fc .pogoda {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 330px;
}

header .fc .pogoda a {
	text-decoration: none;
	color: #fff;
}

header .fc .pogoda a:hover {
	text-decoration: underline;
}

header .fc .right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 380px;
}

header .fc .right a {
	display: flex;
	color: #fff;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}

header .fc .right a:hover {
	text-decoration: underline;
}

header .fc .right a img {
	margin-right: 10px;
  	width: 16px;
}

header .fc .right a svg {
	margin-right: 10px;
}

section.flock {
	margin-top: 46px;
	height: 120px;
	background-color: #fff;
}

section.flock .fc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
}

section.flock .fc .bIng {
    margin: 0px 40px;
}

section.flock .fc .bIng .close {
  	display: none;
}

section.flock .fc .bIng.popup {
  	position: fixed;
  	top: 20px;
    margin: 0px;
    background: rgb(255, 255, 255);
    z-index: 10;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	padding: 1px 40px;
    box-sizing: border-box;
    border-radius: 5px;
  	max-width: 1920px !important;
}

section.flock .fc .bIng.popup .close {
	display: block;
	position: absolute;
    background: url('/svg?name=delete&color=rgb(0 0 0)') no-repeat center;
    background-size: 15px;
    top: 33px;
    right: 8px;
    width: 25px;
    height: 25px;
  	cursor: pointer;
}

section.flock .fc .logoBlock {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #157ee1;
	font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1px;
  	white-space: nowrap;
}

section.flock .fc .logoBlock .js_nysec {
  	color: #de0d0d;
}

section.flock .fc .logoBlock img {
    margin-bottom: 5px;
    width: 155px;
}

section.flock .fc .lkBtns {
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.flock .fc .lkBtns .login {
	width: 175px;
	height: 37px;
	margin-bottom: 16px;
	box-sizing: border-box;
	border: 1px solid #000;
	color: #000;
	border-radius: 3px;
	font-size: 14px;
}

section.flock .fc .lkBtns .login a.acc {
	text-decoration: none;
    cursor: pointer;
  	width: 100%;
	height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
  	color: #315338;
  	transition: 0.3s;
}

section.flock .fc .lkBtns .login a.acc:hover {
    color: #008c00;
  	transition: 0.3s;
}

section.flock .fc .lkBtns .login img {
	margin-right: 5px;
  	width: 19px;
}

section.flock .fc .lkBtns .login .hmenu {
	position: absolute;
    background: #fff;
    width: 175px;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
  	max-height: 0px;
  	overflow: hidden;
  	margin-left: -1px;
    z-index: 1001;
  	transition: 0.3s;
}

section.flock .fc .lkBtns .login:hover .hmenu {
  	max-height: 500px;
    padding-top: 10px;
  	transition: 0.3s;
}

section.flock .fc .lkBtns .login .hmenu a {
	border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    text-decoration: none;
    font-size: 15px;
    color: #38404d;
    box-sizing: border-box;
    padding: 4px 5px;
}

section.flock .fc .lkBtns .login .hmenu a.active,
section.flock .fc .lkBtns .login .hmenu a:hover {
  	color: #058900;
}

section.flock .fc .lkBtns .login .hmenu a:first-child {
	border-top: 1px solid #b3b3b3;
    border-radius: 3px 3px 0px 0px;
  	padding-top: 10px;
}

section.flock .fc .lkBtns .login .hmenu a:last-child {
  	border-bottom: 1px solid #b3b3b3;
    border-radius: 0px 0px 3px 3px;
  	padding-bottom: 10px;
}

section.flock .fc .lkBtns .addAdv {
	width: 175px;
	height: 37px;
  	border: 1px solid #058900;
	background-color: #058900;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
  	cursor: pointer;
  	transition: 0.3s;
}

section.flock .fc .lkBtns .addAdv:hover {
	background-color: #FFFFFF;
  	color: #058900;
  	transition: 0.3s;
}

section.topMenu {
	height: 42px;
	background-color: #f7f5f6;
}

section.topMenu .fc {
	height: 52px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.topMenu .fc menu {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
	display: flex;
  	padding-bottom: 10px;
}

section.topMenu .fc menu li {
	display: flex;
	height: 42px;
	align-items: center;
	margin-right: 45px;
	border-bottom: 2px solid #ffffff;
}

section.topMenu .fc menu li.active {
	box-sizing: border-box;
	border-bottom: 2px solid #018f00;
}

section.topMenu .fc menu li a {
	color: #5b5b5b;
	font-size: 18px;
	text-decoration: none;
}

section.topMenu .fc menu li a[href="/new_year_2025"] {
	color: #de0d0d; 
}

section.topMenu .fc menu li.active a,
section.topMenu .fc menu li a:hover {
	color: #018f00;
}

section.topMenu .fc .openMenu {
	width: 35px;
	cursor: pointer;
}

section.topMenu .fc .openMenu div {
	background-color: #315338;
	height: 3px;
	width: 100%;
	margin-bottom: 7px;
}

section.topMenu .fc .openMenu div:last-child {
	margin-bottom: 0px;
}

section.pageContent .fc {
	display: none;
}

section.pageContent .lb {
	flex: 1;
    font-size: 16px;
    color: #38404d;
    line-height: 1.4;
    min-height: 950px;
}

section.pageContent .lb .lb {
    min-height: 0px;
}

section.pageContent .lb .goParent {
	float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

section.pageContent .lb .goParent a {
	color: #157ee1;
    font-weight: bold;
    text-decoration: none;
  	font-size: 18px;
}

section.pageContent .lb .goParent a:hover {
  	color: #084f92;
}

section.pageContent .lb .breadcrumbs {
	margin-top: 30px;
	font-size: 14px;
	color: #38404d;
    font-weight: 300;
}

section.pageContent .lb .breadcrumbs a {
	color: #38404d;
	text-decoration: none;
}

section.pageContent .lb .breadcrumbs a:hover {
	color: #058900;
}

section.pageContent .lb .dateNewsMore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #7e7e7e;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
  	float: left;
  	width: 100%;
}

section.pageContent .lb .dateNewsMore a.backNL {
 	margin-left: 0px;
  	text-decoration: none;
  	color: #7e7e7e;
  	background: url('/files/svg/bksep.svg') no-repeat left center;
  	background-size: 6px;
  	padding-left: 10px;
}

section.pageContent .lb .dateNewsMore a.backNL img {
    display: none; 
}

section.pageContent .lb .dateNewsMore a.backNL:hover {
  	background: url('/files/svg/bkseph.svg') no-repeat left center;
  	background-size: 6px;
	color: #058900; 
}

section.pageContent .lb .dateNewsMore a {
	display: flex;
	margin-left: 10px;
}

section.pageContent .lb .dateNewsMore a.p > .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  	margin: 0px;
}

section.pageContent .lb .dateNewsMore a.p > div .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    background: none;
  	padding: 0px;
  	margin: 0px;
}

section.pageContent .lb .dateNewsMore a.p > div .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background: url(files/svg/share.svg) no-repeat center;
    background-size: 18px;
}

section.pageContent .lb .dateNewsMore a.p > div .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more:hover {
    background: url(files/svg/share_a.svg) no-repeat center;
    background-size: 18px;
}

section.pageContent .lb .dateNewsMore .right {
    display: flex;
    align-items: center;
  	font-size: 15px;
	font-weight: 300;
    color: #7e7e7e;
}

section.pageContent .lb .gallary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-bottom: 20px;
}

section.pageContent .lb .gallary a {
	display: block;
    margin: 0px 5px;
	margin-bottom: 20px;
  	max-width: 100%;
}

section.pageContent .lb .gallary a img {
  	max-width: 100%;
  	transition: 0.3s;
}

section.pageContent .lb .gallary a:hover img {
  	opacity: 0.8;
  	transition: 0.3s;
}

section.pageContent .lb .gallary:after {
  content: "";
  flex: auto;
}

section.pageContent .lb .allPhotoBtn {
	width: 170px;
    height: 30px;
    background-color: #157ee1;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 5px;
    text-decoration: none;
	margin-bottom: 20px;
    cursor: pointer;
    display: none;
}

section.pageContent .lb .lnews {
    margin-bottom: 60px;
}

section.pageContent .lb .lnews .h {
    font-size: 24px;
    font-weight: 900;
    color: #3d3d3d;
    border-bottom: 1px solid #018f00;
    display: inline-block;
    margin-bottom: 15px;
}

section.pageContent .lb .lnews .elms {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}

section.pageContent .lb .lnews .elms a {
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 15px;
	text-decoration: none;
    width: 290px;
}

section.pageContent .lb .lnews .elms a.flexcenter {
	border-bottom: 1px solid #fff;
    min-height: 324px;
}

section.pageContent .lb .lnews .elms a img {
  	max-width: 100%;
    transition: 0.3s;
}

section.pageContent .lb .lnews .elms a:hover img {
    transition: 0.3s;
    opacity: 0.8;
}

section.pageContent .lb .lnews .elms a .name {
    color: #315338;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
    height: 75px;
    overflow: hidden;
}

section.pageContent .lb .lnews .elms a:hover .name {
	color: #008c00;
}

section.pageContent .lb h1 {
	color: #315338;
	font-size: 27px;
	font-weight: normal;
  	font-weight: bold;
}

section.pageContent .lb .newsItems {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.pageContent .lb .newsItems article {
	width: 431px;
	margin-bottom: 27px;
}

section.pageContent .lb .newsItems article .img {
	padding-bottom: 15px;
	display: block;
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 10px;
	cursor: pointer;
    transition: 0.3s;
}

section.pageContent .lb .newsItems article:hover .img {
  	opacity: 0.8;
    transition: 0.3s;
}

section.pageContent .lb .newsItems article .nameText {
    height: 150px;
    overflow: hidden;
}

section.pageContent .lb .newsItems article .h {
    color: #315338;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
    height: 65px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

section.pageContent .lb .newsItems article:hover .h {
  	color: #008c00;
  	transition: 0.3s;
}

section.pageContent .lb .newsItems article .text {
    font-size: 16px;
    color: #38404d;
    height: 55px;
    text-decoration: none;
    display: block;
}

section.pageContent .lb .newsItems article .bflx {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

section.pageContent .lb .newsItems article .bflx .date {
	color: #7e7e7e;
	font-size: 15px;
	font-weight: 300;
}

section.pageContent .lb .newsItems article .bflx .right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #7e7e7e;
	font-size: 15px;
	font-weight: 300;
}

section.pageContent .lb .newsItems article .bflx .right a {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

section.pageContent .lb .newsItems article .bflx .right a img {
    width: 19px;
}

section.pageContent .lb .newsItems article .line {
	width: 210px;
	height: 1px;
	background-color: #018f00;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

section.pageContent .lb .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 35px;
    float: left;
    width: 100%;
  	padding-left: 0px;
  	list-style: none;
}

section.pageContent .lb .pagination.mshow {
  	display: none;
}

section.pageContent .lb .pagination a {
	color: #7e7e7e;
    font-size: 20px;
    text-decoration: none;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 0px 10px;
    margin: 0px 2px;
}

section.pageContent .lb .pagination .active a,
section.pageContent .lb .pagination a.page.active {
	box-sizing: border-block;
	border: 1px solid #058900;
	border-radius: 2px;
	color: #058900;
}

section.pageContent .lb .pagination a:hover {
	border: 1px solid #058900;
}

section.pageContent .lb .addInterval {
    display: block;
    margin-top: -56px;
    cursor: pointer;
    text-align: right;
    font-weight: bold;
    color: #157ee1;
    width: 140px;
    margin-left: 210px;
    margin-bottom: 30px;
}

section.pageContent .lb .addInterval:hover {
    color: #084f92;
}

section.pageContent .rb {
	margin-top: 40px;
	width: 300px;
	display: flex;
	flex-direction: column;
	min-height: 300px;
	margin-left: 30px;
    position: relative;
}

section.pageContent .rb .fixed {
    position: fixed;
    top: 10px;
    max-width: 300px;
}

section.pageContent .rb a {
	margin-bottom: 20px;
}

section.pageContent .rb .razobv {
  	min-width: 300px;
	width: 100%;
    height: 37px;
    background-color: #157ee1;
  	border: 1px solid #157ee1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
  	cursor: pointer;
  	text-decoration: none;
    transition: 0.3s;
}

section.pageContent .rb .razobv:hover {
    background-color: #fff;
  	color: #157ee1;
  	transition: 0.3s;
}

footer {
	background-color: #38404d;
  	margin-top: 50px;
    position: relative;
}

footer .l1 {
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
	color: #fff;
    font-size: 13px;
}

footer .l1 .c1 .h1 {
	color: #b3b3b3;
	font-size: 15px;
	margin-bottom: 5px;
}

footer .l1 .c1 .t1 {
	margin-bottom: 4px;
}

footer .l1 .c1 .h2 {
	color: #b3b3b3;
	margin-bottom: 5px;
	margin-top: 15px;
    font-size: 15px;
}

footer .l1 .c1 a {
	color: #fff;
	text-decoration: none;
}

footer .l1 .c1 a:hover { 
    color: #058900;
}

footer .l1 .sep {
	height: 128px;
	width: 1px;
	margin-top: 20px;
	background-color: #b3b3b3;
	margin-left: 9px;
	margin-right: 9px;
}

footer .l1 .c2 .h1 {
	color: #b3b3b3;
	margin-bottom: 5px;
    font-size: 15px;
}

footer .l1 .c2 .t2 {
	margin-top: 5px;
	margin-bottom: 5px;
}

footer .l1 .c2 .t1 a,
footer .l1 .c2 .t2 a,
footer .l1 .c2 .t3 a {
	color: #fff;
	text-decoration: none;
}

footer .l1 .c2 .t1 a:hover,
footer .l1 .c2 .t2 a:hover,
footer .l1 .c2 .t3 a:hover {
	color: #058900;
}

footer .l1 .c2 .vozr {
	display: flex;
	margin-top: 17px;
	align-items: center;
    color: #b3b3b3;
    font-size: 15px;
}

footer .l1 .c2 .vozr img {
	margin-right: 10px;
}

footer .l1 .c3 .h1 {
	color: #b3b3b3;
	margin-bottom: 5px;
    font-size: 15px;
}

footer .l1 .c3 {
	width: 250px;
}

footer .l1 .c3 .menu {
	column-count: 2;
	column-width: 20px;
}

footer .l1 .c3 .menu a {
	display: block;
	color: #fff;
	margin-bottom: 5px;
	text-decoration: none;
}

footer .l1 .c3 .menu a.active,
footer .l1 .c3 .menu a:hover {
	color: #058900;
}

footer .l1 .lkBtns {
	margin-top: 10px;
}

footer .l1 .lkBtns .login {
    width: 175px;
    height: 37px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: #fff;
    color: #315338;
    text-decoration: none;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}

footer .l1 .lkBtns .login img {
    margin-right: 5px;
    width: 19px;
}

footer .l1 .lkBtns .addAdv {
    width: 175px;
    height: 37px;
    border: 1px solid #058900;
    background-color: #058900;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}

footer .l1 .lkBtns .addAdv:hover {
    background-color: #fff;
    color: #058900;
    transition: 0.3s;
}

footer .l2 {
	display: flex;
	justify-content: space-between;
	color: #b3b3b3;
	margin-bottom: 10px;
}

footer .l2 .socialandcopy .soc a {
    margin-right: 8px;
    width: 35px;
    overflow: hidden;
    display: inline-block;
    height: 35px;
    text-align: center;
}

footer .l2 .socialandcopy .soc a img:nth-child(1) {
  	height: 35px;
 	transition: 0.3s;
}

footer .l2 .socialandcopy .soc a:hover img:nth-child(1) {
 	height: 0px;
 	transition: 0.3s;
}

footer .l2 .socialandcopy .soc a img:nth-child(2) {
  	height: 0px;
 	transition: 0.3s;
}

footer .l2 .socialandcopy .soc a:hover img:nth-child(2) {
 	height: 35px;
 	transition: 0.3s;
}

footer .l2 .socialandcopy .copyr {
	color: #b3b3b3;
	font-size: 13px;
	margin-top: 7px;
}

footer .l2 .nadpis {
	color: #b3b3b3;
	font-size: 13px;
	text-align: right;
	display: flex;
	align-items: end;
}

#sortAdverts {
    float: left;
    width: 100%;
    text-align: right;
}

#sortAdverts div.block {
    display: inline-block;
    margin-left: 20px;
}

#sortAdverts div.block select {
    border: 1px solid silver;
    background: #fff;
    padding: 5px;
}

#sortAdverts div.block div.view {
    display: inline;
}

#sortAdverts div.block div.view {
    display: inline;
}

#sortAdverts div.block div.view label.tiles {
    display: inline-block;
    width: 29px;
    height: 29px;
    box-sizing: border-box;
    border: 1px solid #fff;
    cursor: pointer;
    margin-bottom: -10px;
}

#sortAdverts div.block div.view label.tiles:hover {
    border: 1px solid #cfcfcf;
}

#sortAdverts div.block div.view input[type="radio"] {
    display: none;
}

#sortAdverts div.block div.view input[type="radio"]:checked+label {
    border: 1px solid #f3a617;
}

#sortAdverts div.block div.view label.tiles div {
    width: 5px;
    height: 5px;
    background-color: #cfcfcf;
    float: left;
    transition: 0.3s;
}
#sortAdverts div.block div.view input[type="radio"]:checked+label div {
    background-color: #f3a617;
    transition: 0.3s;
}
#sortAdverts div.block div.view label.tiles div:nth-child(1) {
    margin-left: 4px;
    margin-top: 4px;
    margin-right: 2px;
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.tiles div:nth-child(2),
#sortAdverts div.block div.view label.tiles div:nth-child(3) {
    margin-top: 4px;
    margin-right: 2px;
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.tiles div:nth-child(4) {
    margin-left: 4px;
    margin-right: 2px;
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.tiles div:nth-child(5) {
    margin-right: 2px;
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.tiles div:nth-child(6) {
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.tiles div:nth-child(7) {
    margin-left: 4px;
    margin-right: 2px;
}
#sortAdverts div.block div.view label.tiles div:nth-child(8) {
    margin-right: 2px;
}

#sortAdverts div.block div.view label.list {
    display: inline-block;
    width: 29px;
    height: 29px;
    box-sizing: border-box;
    border: 1px solid #fff;
    cursor: pointer;
    margin-bottom: -10px;
    border: 1px solid #fff;
    transition: 0.3s;
}

#sortAdverts div.block div.view label.list:hover {
    border: 1px solid #cfcfcf;
}

#sortAdverts div.block div.view label.list div {
    width: 5px;
    height: 5px;
    background-color: #cfcfcf;
    float: left;
}

#sortAdverts div.block div.view label.list div:nth-child(2n) {
    width: 12px;
}

#sortAdverts div.block div.view label.list div:nth-child(1) {
    margin-left: 4px;
    margin-top: 4px;
    margin-right: 2px;
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.list div:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.list div:nth-child(3) {
    margin-left: 4px;
    margin-right: 2px;
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.list div:nth-child(4) {
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.list div:nth-child(5) {
    margin-left: 4px;
    margin-right: 2px;
}
#categoryMap {
    height: 220px;
    margin-left: -6px;
    width: calc(100% + 12px);
    margin-bottom: -4px;
}
#advertMap {
    width: 100%;
    height: 450px;
}
#fullMap {
    width: 1200px;
    height: 700px;
    padding: 0px;
}

#myAdvert {
  border-collapse: collapse;
  margin-bottom: 10px;
}

#myAdvert td,th {
  padding: 2px 7px 2px 7px;
  border: solid 1px #AAAAAA;
}

#myAdvert th {
   background-color: #E4EEF8;
   font-size: 80%;
}

#myAdvert tr:hover {
  background: #DDDDDD;
}

#myAdvert {
    width: 100%;
    font-size: 12px;
}
#myAdvert a {
    cursor: pointer;
}

#myAdvert font.stat0 {
    color: silver;
}
#myAdvert font.stat1 {
    color: blue;
}
#myAdvert font.stat2,
#myAdvert font.stat6 {
    color: green;
}
#myAdvert font.stat3 {
    color: red;
}
#myAdvert font.stat4 {
    color: black;
}
#myAdvert font.stat5 {
    color: #ca6500;
}

.hwin {
	display: none; 
}

.fancybox-slide .hwin {
    display: none;
    width: 700px;
    text-align: center;
    font-size: 16px;
}

.fancybox-slide .hwin.payerwin p {
    font-size: 14px;
}

.fancybox-slide .hwin div.h2,
.fancybox-slide .message div.h2,
.fancybox-slide .hwin h2,
.fancybox-slide .message h2 {
    color: #315338;
    font-size: 25px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
}

.fancybox-slide .hwin input[type="text"],
.fancybox-slide .hwin input[type="number"],
.fancybox-slide .hwin input[type="password"],
.fancybox-slide .hwin input[type="phone"],
.fancybox-slide .hwin input[type="email"],
.fancybox-slide .hwin textarea {
    width: 525px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #d1d1d1;
    padding: 0px 10px;
    font-size: 14px;
    margin-bottom: 15px;
  	resize: vertical;
  	font-family: 'Roboto', sans-serif, Arial;
}

.fancybox-slide .hwin textarea {
    height: 50px;
    line-height: 20px;
    padding-top: 7px;
}

.fancybox-slide .hwin input[type="button"] {
    height: 37px;
    width: 175px;
    box-sizing: border-box;
    border: 1px solid #ffa408;
    background-color: #ffa408;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 20px;
    transition: 0.3s;
    cursor: pointer;
    font-size: 16px;
}

.fancybox-slide .hwin input[type="button"][disabled] {
    background-color: #d1d1d1;
    border: 1px solid #d1d1d1;
  	cursor: default;
}

.fancybox-slide .hwin input[type="button"]:hover {
    background-color: #fff;
    color: #ffa408;
    transition: 0.3s;
}

.fancybox-slide .hwin input[type="button"][disabled]:hover {
    color: #d1d1d1;
    transition: 0.3s;
    cursor: default;
}

.fancybox-slide .hwin input[type="checkbox"] {
	display: none; 
}

.fancybox-slide .hwin input[type="checkbox"]:checked+label {
    background: url('/svg?name=checkbox2&color=rgb(56 64 77)') no-repeat 0px 2px;
    background-size: 14px;
}
.fancybox-slide .hwin label {
    background: url('/svg?name=checkbox1&color=rgb(56 64 77)') no-repeat 0px 2px;
    background-size: 14px;
    padding-left: 24px;
    display: block;
    cursor: pointer;
}

.fancybox-slide .hwin .small {
    width: 545px;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.fancybox-slide .hwin p {
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 18px;
    margin-top: 0px;
}

.fancybox-slide .hwin.popolnenie {
  	width: 450px;
  	max-width: calc(100% - 20px);
  	border-radius: 3px;
  	box-sizing: border-box;
  	border: 1px solid #b3b3b3;
}

.fancybox-slide .hwin.popolnenie input[type="text"] {
  	width: 252px;
  	height: 37px;
  	box-sizing: border-box;
}

.fancybox-slide .hwin.popolnenie input[type="button"] {
  	border-radius: 3px;
  	width: 175px;
  	height: 37px;
  	background-color: #ffa408;
  	font-size: 16px;
  	font-weight: bold;
  	line-height: 35px;
  	border: 1px solid #ffa408;
  	transition: 0.3s;
}

.fancybox-slide .hwin.popolnenie input[type="button"]:hover {
  	background-color: #fff;
  	color: #ffa408;
  	transition: 0.3s;
}
  
.hide,
.hide0,
.hide_false,
.hide_on,
.hideon,
.show_off,
.show_ {
	display: none; 
}

.show,
.showzero0 {
	display: block; 
}

.opacity {
	opacity: 0; 
}

.dirs li sup {
  font-size: 11px;
}
.dirs, 
.dirs ul,
.dirs li {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}
.dirs {
  font-size: 14px;
}
.dirs div {
  margin-left: 20px;
}
.dirs sup {
  font-size: 9px;
}
.dirs, 
.dirs ul,
.dirs li {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}
.dirs {
  border: 1px solid silver;
  padding: 20px 10px;
  max-height: 150px;
  overflow: auto;
}
.dirs ul {
  margin: 0 0 0 .5em; /* вести линию вниз где-то с полбуквы родителя */
}
.dirs > li:not(:only-child),
.dirs li li {
  position: relative;
  padding: .2em 0 0 1.2em; /* отступ до текста; для раскрывающегося списка в ряде случаев (в Хроме есть баг) padding-top (.2em) лучше указывать в px */
}
.dirs li:not(:last-child) {
  border-left: 1px solid #ccc; /* толщина, цвет и стиль (вместо сплошной пунктирная или точечная) вертикальной линии */
}
.dirs li li:before,
.dirs > li:not(:only-child):before { /* горизонтальная линия */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1em; /* не более отступа до текста (1.2em) */
  height: .7em; /* начинается приблизительно с половины высоты буквы (.5em + .2em) */
  border-bottom: 1px solid #ccc;
}
.dirs li:last-child:before { /* вертикальная линия последнего пункта в каждом списке */
  width: calc(1.1em - 1px); /* для перфекционистов */
  border-left: 1px solid #ccc;
}

.loading {
    opacity: 0.5;
}

.advForm .adadvh {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.advForm .adadvh .advh {
    font-size: 22px;
    color: #38404d;
    font-weight: 600;
}

.advForm .adadvh .line2 {
    font-size: 16px;
    color: #38404d;
}

.advForm div.h {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.advForm label.phone {
    display: block;
    margin-bottom: 5px;
}

.advForm .caption {
    margin-top: 15px;
}

.advForm .caption.logotext {
  	font-size: 16px;
  	margin-bottom: 15px;
}

.advForm .caption.logotext b {
  	font-size: 16px;
}

.advForm .phone input {
  	display: none;
}

.advForm .phone label {
    background: url("/svg?name=checkbox1&color=rgb(56 64 77)") no-repeat left center;
    background-size: 14px;
    padding-left: 30px;
    margin-left: 7px;
    margin-right: 10px;
    cursor: pointer;
}

.advForm .phone input[type="checkbox"]:checked+label {
    background: url("/svg?name=checkbox2&color=rgb(56 64 77)") no-repeat left center;
    background-size: 14px;
}

.advForm .phone {
    margin-top: 7px;
    margin-bottom: 7px;
}

.advForm .phone .p {
  	color: #b3b3b3;
}

.advForm .phone.np {
  	color: #ee6b6b;
}

.advForm .phone.np a {
  	color: #008c00;
  	cursor: pointer;
}

.advForm .phone.np a:hover {
	color: #315338;
}

.advForm .sfv select {
  	width: 100%;
    cursor: pointer;
}

.advForm .listopt {
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    padding-left: 15px;
    display: flex;
}

.advForm .listopt input[type="text"],
.advForm .listopt input[type="number"],
.advForm .listopt input[type="date"],
.advForm .listopt textarea {
    border: 0px;
    margin-bottom: 0px;
    height: 70px;
    width: 830px;
    resize: none;
    padding: 3px 0px;
}

.advForm .addrType select {
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
    box-sizing: border-box;
  	cursor: pointer;
}

.advForm .zp {
    width: 100%;
    float: left;
}

.advForm .zp .input {
    width: 172px;
    height: 30px;
    float: left;
    margin-right: 20px;
}

.advForm .zp .input input[type="text"] {
    width: 125px;
}

.advForm .zp select {
	height: 30px;
    float: left;
    width: 130px;
  	background-size: 15px;
  	min-width: 0px;
    cursor: pointer;
}

.advForm .zp span.chb {
	float: left;
    margin-top: 5px;
    margin-left: 15px;
}

.advForm .zpType select {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

.advForm .add {
	cursor: pointer;
    color: #157ee1;
    font-weight: bold;
    width: 100%;
    text-align: right;
    display: table;
    width: auto;
    margin-left: auto;
}

.advForm .add:hover {
    color: #084f92;
}

.advForm input[type="text"],
.advForm input[type="number"],
.advForm input[type="phone"],
.advForm input[type="date"] {
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    height: 30px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    padding-left: 15px;
}

.advForm input[type="text"].error {
    border: 1px solid red;
}

#addrSignature {
    text-align: right;
    color: red;
    margin-top: -32px;
    margin-bottom: 20px;
    padding-right: 15px;
    display: none;
}

#addrSignature.open {
	display: block; 
}

.advForm .listopt a {
	background: url('files/svg/delete.svg') no-repeat center;
    width: 15px;
    height: 28px;
    display: block;
    cursor: pointer;
  	font-size: 0px;
}

.advForm select {
    margin-bottom: 5px;
    box-sizing: border-box;
    height: 35px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/svgimages/selectIcon.svg") no-repeat calc(100% - 18px) center;
    background-size: 18px;
    padding-right: 50px;
    min-width: 350px;
  	width: 100%;
    cursor: pointer;
}

.advForm textarea {
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 15px;
    height: 180px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
  	resize: vertical;
}

.advForm input[type="file"] {
    margin-bottom: 15px;
    display: block;
}

.advForm span.chb {
    display: block;
    margin-bottom: 15px;
    text-align: right;
}

.advForm span.chb input {
  	display: none;
}

.advForm span.chb label {
    background: url("/svg?name=checkbox1&color=rgb(56 64 77)") no-repeat left center;
    background-size: 14px;
    padding-left: 24px;
    cursor: pointer;
}

.advForm span.chb input[type="checkbox"]:checked+label {
    background: url("/svg?name=checkbox2&color=rgb(56 64 77)") no-repeat left center;
    background-size: 14px;
}

.advForm input[type="submit"] {
    height: 34px;
    line-height: 32px;
    background-color: rgb(255, 153, 0);
    color: rgb(255, 255, 255);
    font-size: 17px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 0px;
    transition: 0.3s;
    display: inline;
    margin-right: 10px;
}

.advForm input[type="submit"]:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(255, 153, 0);
    transition: 0.3s;
}

.advForm .gcontainer {
    display: inline-block;
}

.advForm .gitem {
    display: inline-block;
    margin: 5px;
  	width: 100px;
}

.advForm .gitem .delPhoto {
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background-color: #E4EEF8;
    border: solid 1px #AAAAAA;
    border-radius: 8px;
    float: right;
    margin-right: -10px;
    margin-top: -10px;
    cursor: pointer;
    font-size: 11px;
    color: #5F5F5F;
}

.advForm .gitem div {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: silver;
}

.advForm .gitem input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0 10px;
    height: 25px;
  	display: none;
}

.advForm a.addPhone {
	display: block;
    margin-top: -24px;
    cursor: pointer;
    text-align: right;
    font-weight: bold;
    color: #157ee1;
    width: 140px;
    margin-left: 260px;
    margin-bottom: 10px;
}

.advForm a.addPhone:hover {
    color: #084f92;
}

.advForm .nephone input {
    width: 132px;
    height: 25px;
    margin-left: 18px;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.advForm .zp input.num {
    width: 152px;
}

.advForm .zp > input.num {
  	float: left;
  	margin-right: 20px;
}

.advForm .zp .caption {
    width: 50px;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
}

.advForm .zp .zpInterval .input {
    float: none;
    display: inline-flex;
}

.advForm .zp .zpInterval .input input {
  	width: 125px;
}

.advForm .zpInterval {
    display: none;
}

.advForm .zpInterval.show {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-left: -15px;
}

.advForm div.act {
    margin-top: 30px;
}

.advForm div.act input[type="radio"] {
    display: none;
}

.advForm div.act label {
    display: inline-block;
    text-align: center;
    height: 41px;
    line-height: 39px;
  	min-width: 179px;
    background-color: #ff9900;
  	border: 1px solid #ff9900;
  	box-sizing: border-box;
    color: #fff;
  	font-weight: bold;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 3px;
    margin-right: 20px;
  	transition: 0.3s;
}

.advForm div.act label:hover {
    background-color: #fff;
    color: #ff9900;
  	transition: 0.3s;
}

.advForm div.act label[for="smod"] {
    background-color: #fff;
    color: #ff9900;
  	transition: 0.3s;
}

.advForm div.act label[for="smod"]:hover {
    background-color: #ff9900;
    color: #fff;
  	transition: 0.3s;
}

.advForm div.act input[type="radio"][disabled] + label {
  	background: silver;
  	border: 1px solid silver;
  	color: #fff;
    cursor: default;
}

.advForm div.act input[type="radio"]:checked + label {
    font-weight: normal;
    background: silver;
  	border: 1px solid silver;
  	color: #fff;
}

.advForm div.pConf {
    font-size: 14px;
    margin-top: 20px;
  	margin-bottom: 50px;
}

.advForm div.pConf input {
	display: none; 
}

.advForm div.pConf label {
	background: url("/svg?name=checkbox1&color=rgb(56 64 77)") no-repeat 0px 2px;
  	background-size: 14px;
    padding-left: 24px;
  	display: block;
    cursor: pointer;
}

.advForm div.pConf input[type="checkbox"]:checked+label {
    background: url("/svg?name=checkbox2&color=rgb(56 64 77)") no-repeat 0px 2px;
    background-size: 14px;
}

.advForm div.pConf a {
  	text-decoration: none;
  	color: #008c00;
}

.advForm div.pConf a:hover {
  	color: #315338;
}

#co_meth {
    margin-bottom: 20px;
    margin-top: 10px;
    background: url('/files/svg/co_meth.svg') no-repeat left top;
    background-size: 20px;
}

#addAdvertForm #co_meth {
  	background: none;
}

#co_meth > div:first-child {
    margin-left: 27px;
    font-size: 16px;
    margin-top: 0px;
}

#addAdvertForm #co_meth > div:first-child {
    margin-left: 0px;
}

#co_meth .days {
    display: flex;
    width: 300px;
    height: 30px;
}

#co_meth .days input[type="checkbox"] {
    display: none;
}

#co_meth .days label {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #f7f5f6;
    cursor: pointer;
}

#co_meth .days label.ncp {
    cursor: auto;
}

#co_meth .days label:nth-child(2) {
    border-radius: 3px 0px 0px 3px;
}

#co_meth .days label:last-child {
    border-radius: 0px 3px 3px 0px;
}

#co_meth .days input[type="checkbox"]:checked + label {
    background: #43b225;
  	color: #fff;
}

#co_meth .time {
	margin-left: 15px; 
}

#co_meth .item {
	margin-left: 130px; 
}

.advForm #co_meth .item {
  	margin-left: 0px;
}

#co_meth .time .interval select {
    height: 30px;
    margin-bottom: 0px;
    width: 61px;
    background: url("/svgimages/selectIcon.svg") no-repeat calc(100% - 10px) center;
    background-size: 15px;
    cursor: pointer;
}

#co_meth .item .delInterval {
	background: url('files/svg/delete.svg') no-repeat center;
    width: 15px;
    height: 30px;
    display: block;
    cursor: pointer;
    float: right;
    margin-left: 20px;
    font-size: 0px;
}

#co_meth .addInterval {
    display: block;
    margin-top: 10px;
    cursor: pointer;
  	text-align: right;
  	font-weight: bold;
}

#co_meth .addInterval:hover {
	color: #008c00;
}

#co_meth .title {
	font-weight: bold;
}

#updAdv .gitem,
#updAdv .gitemO {
    display: inline-block;
    margin: 5px;
  	width: 100px;
}

#updAdv .gitem .delPhoto,
#updAdv .gitemO .delPhoto {
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background-color: #E4EEF8;
    border: solid 1px #AAAAAA;
    border-radius: 8px;
    float: right;
    margin-right: -10px;
    margin-top: -10px;
    cursor: pointer;
    font-size: 11px;
    color: #5F5F5F;
}

#updAdv .gitem div,
#updAdv .gitemO div {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: silver;
}

#updAdv .gitem input[type="text"],
#updAdv .gitemO input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0 10px;
    height: 25px;
  	display: none;
}

div.aitems {
	float: left;
  	width: 100%;
}

div.aitems article.tpltiles {
  	width: 208px;
  	display: inline-block;
  	margin: 5px;
    vertical-align: top;
}

div.aitems article.tpltiles.tag-new:before {
  	content: "НОВИНКА";
    position: absolute;
    color: red;
}

div.aitems article.tpltiles.red1 {
    background: red;
}

div.aitems article.tpltiles.color-green1 {
    background: green;
}

div.aitems article.tpltiles.color-red1 {
  	background-color: red;
}

div.aitems article.tpltiles a.img {
  	height: 156px;
  	width: 100%;
  	display: block;
  	margin-bottom: 10px;
}

div.aitems article.tpltiles:hover a.img {
  	box-shadow: none;
}

div.aitems article.tpltiles a.name {
  	font-weight: bold;
  	color: #0091d9;
}

div.aitems article.tpltiles .tag {
  	display: block;
    color: blue;
}

div.aitems article.tpltiles div.price {
	font-weight: bold;
    margin: 5px 0px 5px 0px;
}

div.aitems article.tpltiles div.date {
    color: #7b7b7b;
    margin-top: 5px;
}

#sortAdverts {
    float: left;
    width: 100%;
    text-align: right;
}

#sortAdverts div.block {
    display: inline-block;
    margin-left: 20px;
}

#sortAdverts div.block select {
    border: 1px solid silver;
    background: #fff;
    padding: 5px;
    cursor: pointer;
}

#sortAdverts div.block div.view {
    display: inline;
}

#sortAdverts div.block div.view {
    display: inline;
}

#sortAdverts div.block div.view label.tiles {
    display: inline-block;
    width: 29px;
    height: 29px;
    box-sizing: border-box;
    border: 1px solid #fff;
    cursor: pointer;
    margin-bottom: -10px;
}

#sortAdverts div.block div.view label.tiles:hover {
    border: 1px solid #cfcfcf;
}

#sortAdverts div.block div.view input[type="radio"] {
    display: none;
}

#sortAdverts div.block div.view input[type="radio"]:checked+label {
    border: 1px solid #f3a617;
}

#sortAdverts div.block div.view label.tiles div {
    width: 5px;
    height: 5px;
    background-color: #cfcfcf;
    float: left;
    transition: 0.3s;
}
#sortAdverts div.block div.view input[type="radio"]:checked+label div {
    background-color: #f3a617;
    transition: 0.3s;
}
#sortAdverts div.block div.view label.tiles div:nth-child(1) {
    margin-left: 4px;
    margin-top: 4px;
    margin-right: 2px;
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.tiles div:nth-child(2),
#sortAdverts div.block div.view label.tiles div:nth-child(3) {
    margin-top: 4px;
    margin-right: 2px;
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.tiles div:nth-child(4) {
    margin-left: 4px;
    margin-right: 2px;
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.tiles div:nth-child(5) {
    margin-right: 2px;
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.tiles div:nth-child(6) {
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.tiles div:nth-child(7) {
    margin-left: 4px;
    margin-right: 2px;
}
#sortAdverts div.block div.view label.tiles div:nth-child(8) {
    margin-right: 2px;
}

#sortAdverts div.block div.view label.list {
    display: inline-block;
    width: 29px;
    height: 29px;
    box-sizing: border-box;
    border: 1px solid #fff;
    cursor: pointer;
    margin-bottom: -10px;
    border: 1px solid #fff;
    transition: 0.3s;
}

#sortAdverts div.block div.view label.list:hover {
    border: 1px solid #cfcfcf;
}

#sortAdverts div.block div.view label.list div {
    width: 5px;
    height: 5px;
    background-color: #cfcfcf;
    float: left;
}

#sortAdverts div.block div.view label.list div:nth-child(2n) {
    width: 12px;
}

#sortAdverts div.block div.view label.list div:nth-child(1) {
    margin-left: 4px;
    margin-top: 4px;
    margin-right: 2px;
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.list div:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.list div:nth-child(3) {
    margin-left: 4px;
    margin-right: 2px;
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.list div:nth-child(4) {
    margin-bottom: 2px;
}
#sortAdverts div.block div.view label.list div:nth-child(5) {
    margin-left: 4px;
    margin-right: 2px;
}
#categoryMap {
    height: 220px;
    margin-left: -6px;
    width: calc(100% + 12px);
    margin-bottom: -4px;
}
#advertMap {
    width: 100%;
    height: 450px;
}
#fullMap {
    width: 1200px;
    height: 700px;
    padding: 0px;
}
#myAdvert {
    width: 100%;
    font-size: 12px;
}
#myAdvert a {
    cursor: pointer;
}

#myAdvert font.stat0 {
    color: silver;
}
#myAdvert font.stat1 {
    color: blue;
}
#myAdvert font.stat2,
#myAdvert font.stat6 {
    color: green;
}
#myAdvert font.stat3 {
    color: red;
}
#myAdvert font.stat4 {
    color: black;
}
#myAdvert font.stat5 {
    color: #ca6500;
}

div.aitems article.tpltiles.color-red {
    background: red;
}

div.aitems article.tpltiles.color-orange {
    background: orange;
}

div.aitems article.tpltiles.color-blue {
    background: blue;
}

.newAdv__search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 100%;
    background-color: #315338;
    height: 30px;
    margin-bottom: 25px;
    border-radius: 2px;
}

.newAdv__search .left {
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 765px;
    height: 28px;
  	position: relative;
}

.newAdv__search.newAdv__search_realty .left {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	height: 30px;
}

.newAdv__search.newAdv__search_realty .left select {
    box-sizing: border-box;
    height: 31px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/svgimages/selectIcon.svg") no-repeat calc(100% - 18px) center;
    background-size: 18px;
    padding-right: 50px;
    min-width: 200px;
    margin-right: 20px;
    cursor: pointer;
}

.newAdv__search .left input[type="text"] {
    margin-left: 5px;
    border: 0px;
    width: 700px;
    font-size: 16px;
    font-weight: 100;
    color: #7e7e7e;
}

.newAdv__search .left .clear {
    background: url('files/svg/delete.svg') no-repeat center;
    width: 15px;
    height: 15px;
    margin-right: 15px;
  	cursor: pointer;
}

#advSearchRes {
    position: absolute;
    margin-left: -1px;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 0px;
    top: 30px;
    margin-top: -2px;
    width: 765px;
    border-top: 1px solid #f7f5f6;
    border-bottom: 30px solid #f7f5f6;
}

#advSearchRes a {
	display: block;
    cursor: pointer;
    padding: 3px 7px;
  	background-color: #fff;
  	color: #7e7e7e;
}

#advSearchRes a.active {
	background-color: #f7f5f6;
  	color: #008c00;
}

.newAdv__search .find {
    background: url(files/svg/serch.svg) no-repeat center;
  	background-size: 18px;
    cursor: pointer;
    border: 0px;
    width: 115px;
    height: 30px;
}

.rabotaItem {
    float: left;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 15px 28px;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.rabotaItem.hover, .rabotaItem:hover {
    border: 1px solid #058900;
    transition: 0.3s;
}

.rabotaItem .l0 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.rabotaItem .l0:empty {
    display: none;
}

.rabotaItem .l0 .tag {
    background-color: #315338;
    font-size: 16px;
    color: #fff;
    padding: 3px 5px;
    margin-right: 15px;
    border-radius: 3px;
    display: inline-block;
  	font-size: 13px;
}

.rabotaItem .l0 .tag.tag-srochno {
    background-color: #ee6b6b;
}
.rabotaItem .l0 .tag.tag-stabilnayazp {
    background-color: #135ca1;
}
.rabotaItem .l0 .tag.tag-oformtk {
    background-color: #59c659;
}
.rabotaItem .l0 .tag.tag-smenniygrafik {
    background-color: #83a98b;
}
.rabotaItem .l0 .tag.tag-bezopita {
    background-color: #a77baf;
}

.rabotaItem .link {
    color: #38404d;
    text-decoration: none;
  	font-size: 16px;
}

.rabotaItem .l1 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.rabotaItem .l1 .name {
    color: #315338;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
  	max-width: 460px;
    transition: 0.3s;
}

.rabotaItem.hover .link .l1 .name, .rabotaItem:hover .link .l1 .name {
    color: #058900;
    transition: 0.3s;
}

.rabotaItem .l1 .zpt {
  	font-size: 18px;
}

.rabotaItem .l2 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rabotaItem .l2 .city {
  	font-size: 16px;
}

.rabotaItem .l2 .zp {
    font-weight: bold;
    color: #315338;
    font-size: 18px;
    transition: 0.3s;
}

.rabotaItem.hover .link .l2 .zp, .rabotaItem:hover .link .l2 .zp {
    color: #058900;
    transition: 0.3s;
}

.rabotaItem .l2 .zp span span {
    font-weight: normal;
    color: #38404d;
}

.rabotaItem .l3 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.rabotaItem .l3 .company {
    font-size: 16px;
}

.rabotaItem .l3 .premium {
    display: none;
}

.prem .rabotaItem .l3 .premium {
	display: block;
    height: 20px;
    width: 110px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 13px;
    background: url('svgimages/svgFlag.php?color=7A7A7A') no-repeat center;
    background-size: contain;
}

.rabotaItem .l4 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.rabotaItem .l4 .img img {
    max-width: 300px;
    max-height: 75px;
    margin-bottom: 0px;
    margin-top: 15px;
  	margin-bottom: -10px;
}

.rabotaItem .l4 .right {
    display: flex;
    margin-top: 5px;
}

.rabotaItem .l4 .right .date {
    font-weight: 300;
    color: #7e7e7e;
    margin-right: 10px;
  	font-size: 15px;
}

.rabotaItem .l4 .right .icons {
    display: flex;
    width: 50px;
    align-items: center;
    justify-content: space-between;
}

.rabotaItem .l4 .right .icons .share {
    /*background: url('files/svg/share.svg') no-repeat center;
    background-size: 18px;*/
    width: 19px;
    height: 19px;
    cursor: pointer;
}

.rabotaItem .l4 .right .icons .share > div {
    margin-top: -7px;
    margin-left: -6px;
}

.rabotaItem .l4 .right .icons .share > div .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  	background: none;
}

.rabotaItem .l4 .right .icons .share > div .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background: url('files/svg/share.svg') no-repeat center;
    background-size: 18px;
}

.rabotaItem .l4 .right .icons .share > div .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more:hover {
    background: url('files/svg/share_a.svg') no-repeat center;
    background-size: 18px;
}

.rabotaItem .l4 .right .icons .star {
    background: url('files/svg/star.svg') no-repeat center;
    background-size: 21px;
    width: 20px;
    height: 19px;
    cursor: pointer;
  	margin-top: -1px;
}

.rabotaItem .l4 .right .icons .star .favBtn {
    font-size: 0px;
}

.rabotaItem .l4 .right .icons .info {

}

.btn_pozalovatsa {
    background: url('files/svg/attention2.svg') no-repeat center;
    background-size: 18px;
    width: 20px;
    height: 19px;
    cursor: pointer;
}

.btn_pozalovatsa:hover {
    background: url('/files/svg/attentionred.svg') no-repeat center;
    background-size: 18px;
}

.rabotaItem.color-red {
    border: 1px solid #e43939;
}

.rabotaItem.hover.color-red, .rabotaItem:hover.color-red {
    border: 1px solid #dd0000;
}

.rabotaItem.color-red .l1 .name,
.rabotaItem.color-red .l2 .zp {
    color: #e43939;
}

.rabotaItem.hover.color-red .link .l1 .name,
.rabotaItem.hover.color-red .link .l2 .zp,
.rabotaItem:hover.color-red .link .l1 .name,
.rabotaItem:hover.color-red .link .l2 .zp {
    color: #dd0000;
}

.prem .rabotaItem.color-red .l3 .premium {
    background: url('svgimages/svgFlag.php?color=DD0000') no-repeat center;
}

.prem .rabotaItem.hover.color-red .link .l3 .premium, .prem .rabotaItem:hover.color-red .link .l3 .premium {
    background: url('svgimages/svgFlag.php?color=EE6B6B') no-repeat center;
}

.rabotaItem.color-blue {
    border: 1px solid #157ee1;
}

.rabotaItem.hover.color-blue, .rabotaItem:hover.color-blue {
    border: 1px solid #135ca1;
}

.rabotaItem.color-blue .l1 .name,
.rabotaItem.color-blue .l2 .zp {
    color: #157ee1;
}

.rabotaItem.hover.color-blue .link .l1 .name,
.rabotaItem.hover.color-blue .link .l2 .zp,
.rabotaItem:hover.color-blue .link .l1 .name,
.rabotaItem:hover.color-blue .link .l2 .zp {
    color: #135ca1;
}

.prem .rabotaItem.color-blue .l3 .premium {
    background: url('svgimages/svgFlag.php?color=157EE1') no-repeat center;
}

.prem .rabotaItem.hover.color-blue .link .l3 .premium, .prem .rabotaItem:hover.color-blue .link .l3 .premium {
    background: url('svgimages/svgFlag.php?color=78B5F0') no-repeat center;
}

.rabotaItem.color-orange {
    border: 1px solid #ffa408;
}

.rabotaItem.hover.color-orange, .rabotaItem:hover.color-orange {
    border: 1px solid #FF8308;
}

.rabotaItem.color-orange .l1 .name,
.rabotaItem.color-orange .l2 .zp {
    color: #ffa408;
}

.rabotaItem.hover.color-orange .link .l1 .name,
.rabotaItem.hover.color-orange .link .l2 .zp,
.rabotaItem:hover.color-orange .link .l1 .name,
.rabotaItem:hover.color-orange .link .l2 .zp{
    color: #FF8308;
}

.prem .rabotaItem.color-orange .l3 .premium {
    background: url('svgimages/svgFlag.php?color=FFA408') no-repeat center;
}

.prem .rabotaItem.hover.color-orange .link .l3 .premium, .prem .rabotaItem:hover.color-orange .link .l3 .premium {
    background: url('svgimages/svgFlag.php?color=FF6908') no-repeat center;
}

.rabotaItem_realty__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.rabotaItem_realty__content__img {
	margin-right: 15px;
  	width: 200px;
  	text-align: center;
  	flex: none;
}

.rabotaItem_realty__content__img img {
    min-width: 60%;
}

.rabotaItem_realty__content__text {
	width: calc(100% - 215px);
}

.rabotaItem_realty__content__addr {
  	background: url('/svgimages/navigation-green.svg') no-repeat left center;
  	background-size: 15px;
  	padding-left: 20px;
  	font-size: 16px;
  	color: #38404d;
}

.hover .rabotaItem_realty__content__addr {
  	background: url('/svgimages/navigation-green-h.svg') no-repeat left center;
  	background-size: 15px;
}

.color-red .rabotaItem_realty__content__addr {
  	background: url('/svgimages/navigation-red.svg') no-repeat left center;
  	background-size: 15px;
}

.hover.color-red .rabotaItem_realty__content__addr {
  	background: url('/svgimages/navigation-red-h.svg') no-repeat left center;
  	background-size: 15px;
}

.color-blue .rabotaItem_realty__content__addr {
  	background: url('/svgimages/navigation-blue.svg') no-repeat left center;
  	background-size: 15px;
}

.hover.color-blue .rabotaItem_realty__content__addr {
  	background: url('/svgimages/navigation-blue-h.svg') no-repeat left center;
  	background-size: 15px;
}

.color-orange .rabotaItem_realty__content__addr {
  	background: url('/svgimages/navigation-orange.svg') no-repeat left center;
  	background-size: 15px;
}

.hover.color-orange .rabotaItem_realty__content__addr {
  	background: url('/svgimages/navigation-orange-h.svg') no-repeat left center;
  	background-size: 15px;
}

.rabotaItem_realty__price {
  	font-size: 18px;
  	color: #315338;
  	font-weight: bold;
}

.color-red .rabotaItem_realty__price {
  	color: #e43939;
}

.color-blue .rabotaItem_realty__price {
  	color: #157ee1;
}

.color-orange .rabotaItem_realty__price {
  	color: #ffa408;
}

.hover .rabotaItem_realty__price {
  	color: #058900;
}

.color-red.hover .rabotaItem_realty__price {
  	color: #dd0000;
}

.color-blue.hover .rabotaItem_realty__price {
  	color: #135ca1;
}

.color-orange.hover .rabotaItem_realty__price {
  	color: #FF8308;
}

.rabotaItem .rabotaItem_realty__opisanie__l4 {
    justify-content: flex-end;
}

.obvFull h1 {
    margin: 10px 0px;
}

section.pageContent .lb .dateNewsMore {
    margin-bottom: 10px;
}

.obvFull .zptxt {
    font-weight: bold;
}

.obvFull .zptxt b {
    color: #38404d;
}

.obvFull b.green {
    color: #38404d;
}

.obvFull .inlElm {
    margin-top: 10px;
}

.obvFull .inlElm div {
    display: inline;
}

.obvFull .companyName {
    margin-top: 10px;
    font-size: 20px;
    color: #38404d;
    font-weight: bolder;
}

.obvFull .contInfo {
    font-size: 16px;
    color: #315338;
    margin-top: 20px;
    font-weight: bold;
}

.obvFull .cinfo {
    background-repeat: no-repeat;
    background-position: right center;
}

.obvFull .cinfo .contlic {
    background: url('/files/svg/contlic.svg') no-repeat left top;
  	background-size: 20px;
  	margin-bottom: 10px;
}

.obvFull .cinfo .contlic .title {
    font-weight: bold;
    margin-left: 27px;
    font-size: 16px;
    margin-top: 0px;
    display: inline-block;
  	float: left;
}

.obvFull .cinfo .contlic .hperifemty {
    margin-left: 10px;
    margin-top: 0px;
    display: inline-block;
  	overflow: hidden;
  	max-width: 550px;
    text-overflow: ellipsis;
  	white-space: nowrap;
}

.obvFull .cinfo .phones {
    background: url('files/svg/ciel_phones.svg') no-repeat left top;
    min-height: 25px;
    background-size: 20px;
}

.obvFull .cinfo .phones .title {
    font-weight: bold;
    margin-left: 27px;
    font-size: 16px;
    margin-top: 5px;
}

.obvFull .cinfo .phones .hperifemty {
    margin-left: 130px;
    width: 200px;
    margin-top: -21px;
}

.obvFull .cinfo .phones .hperifemty ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.obvFull .cinfo .phones .hperifemty ul li a {
    text-decoration: none;
    color: #008c00;
  	font-weight: bold;
}

.obvFull .cinfo .phones .hperifemty ul li a:hover {
    color: #315338;
}

#co_meth {
    margin-bottom: 0px;
}

#co_meth > div:nth-child(0) {
    background: url(images/210121/time.jpg) no-repeat left 5px;
    padding-left: 27px;
    padding-top: 5px;
    font-weight: bold;
}

#co_meth .item {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

#co_meth .item input[type="text"] {
    width: 160px;
    text-align: center;
    padding-left: 2px;
    margin-bottom: 0px;
    margin-left: 30px;
}

.obvFull .cinfo .email {
    width: 100%;
    float: left;
    background: url('files/svg/cinfo_email.svg') no-repeat left 5px;
    background-size: 20px;
    padding-left: 27px;
    padding-top: 5px;
    margin-bottom: 20px;
}

.obvFull .cinfo .email div {
    float: left;
}

.obvFull .cinfo .email div.title {
    font-weight: bold;
    margin-right: 10px;
}

.obvFull .cinfo .email .hperifemty ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.obvFull .cinfo .email .hperifemty ul li a {
    text-decoration: none;
    color: #008c00;
  	font-weight: bold;
}

.obvFull .cinfo .email .hperifemty ul li a:hover {
    color: #315338;
}

.obvFull .cinfo .site {
    width: 100%;
    float: left;
    background: url('files/svg/siteicon.svg') no-repeat left 5px;
    background-size: 20px;
    padding-left: 27px;
    padding-top: 5px;
    margin-bottom: 20px;
}

.obvFull .cinfo .site div {
    float: left;
    word-break: break-all;
}

.obvFull .cinfo .site div.title {
    font-weight: bold;
    margin-right: 10px;
}

.obvFull .cinfo .site a {
    text-decoration: none;
    color: #008c00;
    font-weight: bold;
}

.obvFull .cinfo .site a:hover {
  	color: #315338;
}

.obvFull .cinfo .site .sitelink {
    text-decoration: none;
    color: #008c00;
    font-weight: bold;
  	margin-right: 15px;
  	float: left;
}

.obvFull .cinfo .site .soc {
	text-decoration: none;
  	margin-right: 15px;
  	float: left;
  	margin-top: -1px;
}

.obvFull .cinfo .site .soc.vk svg {
	fill: #0077FF; 
}

.obvFull .cinfo .site .soc.ok svg,
.obvFull .cinfo .site .soc.ok svg path {
	fill: #EE8208 !important; 
}

.obvFull .cinfo .soiskatel {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.obvFull .cinfo .soiskatel a {
  	text-decoration: none;
  	color: #157ee1;
  	font-size: 18px;
}

.obvFull .cinfo .soiskatel a:hover {
	text-decoration: underline; 
}

.obvFull .cinfo .addr {
    float: left;
    width: 100%;
    background: url('files/svg/more/navigation.svg') no-repeat left 5px;
    background-size: 19px;
    margin-bottom: 10px;
}

.obvFull .cinfo .addr .title {
    font-weight: bold;
    margin-left: 27px;
    font-size: 16px;
    margin-top: 5px;
}

#advertMap {
    float: left;
    width: 100%;
}

.dateNewsMoreInf {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.obvFull .mobObvImg {
    display: none;
}

.myAdverts {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.myAdverts .aelement {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-top: 15px;
}

.myAdverts .aelement .l1 {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #38404d;
    margin-bottom: 12px;
}

.myAdverts .aelement .l2 {
    display: flex;
    justify-content: space-between;
}

.myAdverts .aelement .l2 .img {
    height: 82px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.myAdverts .aelement .l2 .img img {
	max-width: 100%;
  	max-height: 100%;
}

.myAdverts .aelement .l2 .rp {
    flex: 1;
}

.myAdverts .aelement .l2 .rp .name {
    color: #315338;
    font-size: 16px;
    font-weight: bold;
}

.myAdverts .aelement .l2 .rp .sst {
    font-size: 16px;
    margin: 5px 0px;
}

.myAdverts .aelement .l2 .rp .sst .pphone {
  color: #ee6b6b;
  cursor: pointer;
  background: url('/svg?name=menu&color=rgb(238 107 107)') no-repeat right center;
  background-size: 10px;
  padding-right: 16px;
}

.myAdverts .aelement .l2 .rp .sst .pphone:hover {
  color: #dd0000;
  background: url('/svg?name=menu&color=rgb(221 0 0)') no-repeat right center;
  background-size: 10px;
}

.myAdverts .aelement .l2 .rp .sst .podtvrdt {
  color: #ee6b6b;
}

.myAdverts .aelement .l2 .rp .sst .podtvrdt:hover {
  color: #dd0000;
}

.myAdverts .aelement .l2 .rp .sst a {
    text-decoration: none;
}

.myAdverts .aelement .l2 .rp .sst font {
    margin-right: 20px;
}

.myAdverts .aelement .l2 .rp .sst .stat0 {
    color: #7e7e7e;
}
.myAdverts .aelement .l2 .rp .sst .stat1 {
    color: #78b5f0;
}
.myAdverts .aelement .l2 .rp .sst .stat2 {
    color: #59c659;
}
.myAdverts .aelement .l2 .rp .sst .stat3 {
    color: #ee6b6b;
    background: url("/svg?name=menu&color=rgb(238 107 107)") no-repeat right center;
    background-size: 10px;
    padding-right: 16px;
    cursor: pointer;
    text-decoration: none;
}
.myAdverts .aelement .l2 .rp .sst .stat3:hover {
    color: #dd0000;
    background: url("/svg?name=menu&color=rgb(221 0 0)") no-repeat right center;
    background-size: 10px;
}
.myAdverts .aelement .l2 .rp .sst .stat4 {
    color: #7e7e7e;
}
.myAdverts .aelement .l2 .rp .sst .stat5 {
    color: #38404d;
}

.myAdverts .aelement .l2 .rp .sst .stat5 span {
    color: #59c659;
}

.myAdverts .aelement .l2 .rp .sst .errMsgFMA {
    display: none;
}

.myAdverts .aelement .l2 .rp .last {
    font-size: 15px;
    color: #38404d;
    display: flex;
    justify-content: space-between;
}

.myAdverts .aelement .l2 .rp .actions {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 15px;
}

.myAdverts .aelement .l2 .rp .actions .l a {
    text-decoration: none;
    cursor: pointer;
}

.myAdverts .aelement .l2 .rp .actions .l a:nth-child(1) {
    color: #ee6b6b;
    margin-right: 15px;
}

.myAdverts .aelement .l2 .rp .actions .l a:nth-child(1):hover {
  	color: #dd0000;
}

.myAdverts .aelement .l2 .rp .actions .l a.publicBtn {
    color: #008c00;
}

.myAdverts .aelement .l2 .rp .actions .l a.publicBtn:hover {
    color: #315338;
}

.myAdverts .aelement .l2 .rp .actions .l a.editBtn {
    color: #78b5f0;
}

.myAdverts .aelement .l2 .rp .actions .l a.editBtn:hover {
    color: #157ee1;
}

.myAdverts .aelement .l2 .rp .actions .right .t {
    text-align: right;
    color: rgb(5 137 0);
    font-size: 15px;
    font-weight: bold;
    background: url('/svg?name=menu&color=rgb(5 137 0)') no-repeat right center;
    background-size: 10px;
    padding-right: 16px;
    cursor: pointer;
    text-decoration: none;
}

.myAdverts .aelement .l2 .rp .actions .right .t:hover {
  	color: #315338;
    background: url('/svg?name=menu&color=rgb(49 83 56)') no-repeat right center;
    background-size: 10px;
}

.myAdverts .aelement .l2 .rp .actions .right .uslugi {
    display: none;
}

.myAdverts .goParent {
	float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.myAdverts .goParent a {
	color: #157ee1;
    font-weight: bold;
    text-decoration: none;
  	font-size: 18px;
}

.myAdverts .goParent a:hover {
  	color: #084f92;
}

.myAdvH {
    margin-top: 25px;
    margin-bottom: 20px;
}

.myAdvH .l1 {
    display: flex;
    justify-content: space-between;
}

.myAdvH .l1 .h1 {
    font-size: 27px;
    color: #315338;
    cursor: pointer;
  	font-weight: bold;
  	position: relative;
    transition: 0.3s;
}

.myAdvH .l1 .h1:hover {
    color: #008c00;
    transition: 0.3s;
}

.myAdvH .l1 .h1 .arr {
    /*background: url(/images/1102/hmenuop.jpg) no-repeat center;*/
    background: url("/svg?name=menu&color=rgb(49 83 56)") no-repeat center;
  	background-size: contain;
    width: 14px;
    height: 9px;
    cursor: pointer;
    float: right;
    margin-top: 15px;
    margin-left: 5px;
    transition: 0.3s;
}

.myAdvH .l1 .h1:hover .arr {
    background: url("/svg?name=menu&color=rgb(0 140 0)") no-repeat center;
    background-size: contain;
    transition: 0.3s;
}

.myAdvH .l1 .h1.open .arr {
    transform: rotate(180deg);
    transition: 0.3s;
}

.myAdvH .l1 .h1 .hmenu {
    font-size: 16px;
    position: absolute;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0px 5px;
    margin-left: -5px;
    margin-top: 30px;
    width: 230px;
    max-height: 0px;
    overflow: hidden;
  	font-weight: normal;
    transition: 0.3s;
}

.myAdvH .l1 .h1.open .hmenu {
    max-height: 500px;
    padding: 5px 5px;
    padding-top: 11px;
  	z-index: 2;
    transition: 0.3s;
}

.myAdvH .l1 .h1 .hmenu a {
    color: #38404d;
    text-decoration: none;
    margin-bottom: 5px;
    transition: 0.3s;
}

.myAdvH .l1 .h1 .hmenu a:hover,
.myAdvH .l1 .h1 .hmenu a.active {
    color: #058900;
    transition: 0.3s;
}

.myAdvH .l1 .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.myAdvH .l1 .right .balance {
    background: url(svgimages/3003/rub.svg) no-repeat left center;
    background-size: 19px;
    padding-left: 25px;
}

.myAdvH .l1 .right .balance span {
    color: #ffa408;
    font-weight: normal;
}

.myAdvH .l1 .right .balance a {
    color: #059406;
    text-decoration: none;
    cursor: pointer;
}

.myAdvH .l1 .right .balance a:hover {
    color: #315338;
}

.myAdvH .l1 .right .addAdv {
    margin-left: 20px;
    color: #157ee1;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.myAdvH .l1 .right .addAdv:hover {
    color: #084f92;
    transition: 0.3s;
}

.myAdvH .l1 .right .addAdv:before {
    content: "";
    display: inline-block;
    background: url('/svgimages/add.svg') no-repeat left center;
  	background-size: contain;
    width: 19px;
    height: 19px;
    margin-right: 5px;
}

.myAdvH .l2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #315338;
    height: 30px;
    border-radius: 2px;
    margin-top: 25px;
}

.myAdvH .l2 .w {
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 765px;
    height: 28px;
}

.myAdvH .l2 .w input[type="text"] {
    margin-left: 5px;
    border: 0px;
    width: 700px;
    font-size: 16px;
    font-weight: 100;
    color: #7e7e7e;
}

.myAdvH .l2 .w .close {
    background: url(files/svg/delete.svg) no-repeat center;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.myAdvH .l2 input[type="submit"] {
    background: url(files/svg/serch.svg) no-repeat center;
    background-size: 18px;
    cursor: pointer;
    border: 0px;
    width: 115px;
    height: 30px;
}

.myAdvH .l3 {
    margin-top: 25px;
    height: 35px;
    background-color: #f7f5f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.myAdvH .l3 .l {
    margin-left: 25px;
    font-size: 18px;
    color: #7e7e7e;
}

.myAdvH .l3 .l a {
    cursor: pointer;
  	color: #315338;
    transition: 0.3s;
}

.myAdvH .l3 .l a:hover {
  	color: #008c00;
    transition: 0.3s;
}

.myAdvH .l3 .l a:after {
    content: "";
  	background: url('/svg?name=menu&color=rgb(49 83 56)') no-repeat center;
  	background-size: contain;
    width: 14px;
    height: 9px;
    display: inline-block;
    margin-left: 7px;
    transition: 0.3s;
}

.myAdvH .l3 .l a.open:after {
    transform: rotate(180deg);
    transition: 0.3s;
}

.myAdvH .l3 .r {
    margin-right: 25px;
    display: flex;
    justify-content: space-between;
    width: 180px;
}

.myAdvH .l3 .r a {
    color: #315338;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

.myAdvH .l3 .r a:hover {
	color: #008c00; 
}

.myAdvH .l4 {
    background-color: #f7f5f6;
    max-height: 0px;
    overflow: hidden;
    padding: 0px 25px;
    border-top: 0px;
    transition: 0.3s;
}

.myAdvH .l4.open {
    max-height: 200px;
    padding: 10px 25px;
    border-top: 1px solid #7e7e7e;
    transition: 0.3s;
}

.myAdvH .l4 .fbock {
    margin-bottom: 10px;
}

.myAdvH .l4 .fbock .h {
    color: #7e7e7e;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.myAdvH .l4 .fbock .elms label {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
}

.myAdvH .l4 .fbock .elms label input {
    display: none;
}

.myAdvH .l4 .fbock .elms label:before {
    content: "";
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border: 1px solid #808080;
    display: inline-block;
    margin-right: 5px;
}

.myAdvH .l4 .fbock .elms label.active,
.myAdvH .l4 .fbock .elms label:hover {
    color: #008c00;
}

.myAdvH .l4 .fbock .elms label:hover:before {
    border: 1px solid #048e04;
}

.myAdvH .l4 .fbock .elms label.active:before {
    background: url('/svg?name=chechbox&color=rgb(4 142 4)') no-repeat center;
    background-size: 8px;
    border: 1px solid #048e04;
}

.loginForm {
    width: 400px;
  	max-width: 90%;
}

.loginForm .h {
    font-size: 25px;
    color: #315338;
    text-align: center;
    margin-bottom: 15px;
}

.loginForm .mail {
    background: url('/svg?name=loginemail&color=rgb(56 64 77)') no-repeat left center;
    height: 25px;
    margin-bottom: 15px;
}

.loginForm .mail input {
    border: 0px;
    border-bottom: 1px solid #b3b3b3;
    height: 25px;
    box-sizing: border-box;
    width: calc(100% - 28px);
    margin-left: 28px;
    font-size: 16px;
	color: #38404d;
}

.loginForm .mail input:placeholder {
	color: #b3b3b3;
}

.loginForm .pass {
    background: url('/svg?name=loginlock&color=rgb(56 64 77)') no-repeat left center;
    height: 25px;
}

.loginForm .pass input {
    border: 0px;
    border-bottom: 1px solid #b3b3b3;
    height: 25px;
    box-sizing: border-box;
    width: calc(100% - 28px);
    margin-left: 28px;
    font-size: 16px;
	color: #38404d;
}

.loginForm .pass input:placeholder {
	color: #b3b3b3;
}

.loginForm .pass .showPass {
    width: 20px;
    height: 16px;
    background: url('/svg?name=eye&color=rgb(56 64 77)') no-repeat center;
    float: right;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    margin-right: 5px;
    cursor: pointer;
  	background-size: 20px !important;
}

.loginForm .zpline {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 15px;
}

.loginForm .zpline a {
    color: #315338;
    font-size: 14px;
    text-decoration: none;
  	cursor: pointer;
}

.loginForm .zpline a:hover {
	color: #008c00; 
}

.loginForm input[type="submit"] {
    margin-left: auto;
    margin-right: auto;
    width: 175px;
    height: 37px;
    border-radius: 3px;
    background-color: #ffa408;
  	border: 1px solid #ffa408;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    cursor: pointer;
  	transition: 0.3s;
}

.loginForm input[type="submit"]:hover {
    background-color: #ffffff;
  	color: #ffa408;
  	transition: 0.3s;
}

.loginForm .btext {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #157ee1;
}

.loginForm .regline {
    text-align: center;
    margin-top: 20px;
  	cursor: pointer;
  	font-size: 18px;
  	color: #008c00;
}

.loginForm .regline a {
    color: #008c00;
    font-size: 18px;
  	cursor: pointer;
}

.loginForm .regline a:hover {
  	color: #315338;
}

.fancybox-slide > .message .regline {
    text-align: center;
    margin-top: 20px;
  	cursor: pointer;
  	font-size: 18px;
  	color: #008c00;
}

.fancybox-slide > .message .regline a {
    color: #008c00;
    font-size: 18px;
  	cursor: pointer;
}

.fancybox-slide > .message .regline a:hover {
  	color: #315338;
}

.fancybox-slide > .message {
  	width: calc(100% - 40px);
    max-width: 480px;
    font-size: 16px;
    line-height: 1.5;
  	border: 1px solid #b3b3b3;
  	box-sizing: border-box;
  	border-radius: 3px;
	padding-top: 45px;
    padding-bottom: 45px;
  	color: #38404D;
}

.fancybox-slide > .message a {
	cursor: pointer;
  	color: #008c00;
  	text-decoration: none;
}

.fancybox-slide > .message a:hover {
  	color: #315338;
}

.fancybox-slide > .message.nobalance {
  	text-align: center;
}

.fancybox-slide > .message.nobalance .btext {
    margin-top: 10px;
    color: #008c00;
}

.fancybox-slide > .message.nobalance .btext {
    margin-top: 10px;
    color: #008c00;
}

.fancybox-slide > .message.nobalance .bbtn {
	height: 37px;
    display: inline-block;
    width: 175px;
    background-color: #ffa408;
  	border: 1px solid #ffa408;
    color: #fff;
    margin-top: 15px;
    line-height: 35px;
    border-radius: 5px;
    cursor: pointer;
  	font-weight: bold;
  	transition: 0.3s;
}

.fancybox-slide > .message.nobalance .bbtn:hover {
    background-color: #fff;
    color: #ffa408;
  	transition: 0.3s;
}

.fancybox-slide > .errMsgFMA {
    width: 400px;
  	max-width: calc(100% - 20px);
    line-height: 1.5;
}

.fancybox-slide > .errMsgFMA .h {
    color: #315338;
    font-size: 25px;
    text-align: center;
}

.fancybox-slide > .errMsgFMA .otext {
    color: #ee6b6b;
    font-size: 18px;
    text-align: center;
  	margin-bottom: 10px;
}

.fancybox-slide > .errMsgFMA .text {
    font-size: 16px;
}

.fancybox-slide > .errMsgFMA .text font {
    color: #315338;
}

.fancybox-slide > .errMsgFMA .instr {
    color: #38404d;
    font-size: 16px;
    font-weight: bold;
}

.fancybox-slide > .advPhonesList {
    width: 700px;
  	max-width: calc(100% - 20px);
  	cursor: pointer;
    line-height: 1.5;
}

.fancybox-slide > .advPhonesList .h {
    color: #315338;
    font-size: 25px;
    text-align: center;
}

.fancybox-slide > .advPhonesList .h2 {
    color: #38404d;
    font-size: 16px;
    text-align: center;
    margin: 10px 0px;
}

.fancybox-slide > .advPhonesList .h2 a {
	text-decoration: none;
  	color: #008c00;
}

.fancybox-slide > .advPhonesList .h2 a:hover {
	color: #315338;
}

.fancybox-slide > .advPhonesList .phones {
    width: 350px;
    margin: 0 auto;
  	max-width: 100%;
}

.fancybox-slide > .advPhonesList .phones .phone {
    color: #ee6b6b;
  	margin-bottom: 7px;
}

.fancybox-slide > .advPhonesList .phones .phone .np a {
    color: #008c00;
    cursor: pointer;
    text-decoration: none;
}

.fancybox-slide > .advPhonesList .phones .phone .np a:hover {
    color: #315338;
}

.fancybox-slide > .advPhonesList .phones .phone.confirmed {
    color: #38404d;
}

.fancybox-slide > .advPhonesList .phones .phone.confirmed .p {
    color: #b3b3b3;
}

.fancybox-slide > .advPhonesList .phones .phone input[type="checkbox"] {
	display: none; 
}

.fancybox-slide > .advPhonesList .phones .phone label {
	display: inline-block;
  	width: 15px;
  	height: 15px;
    background: url('/svg?name=checkbox1&color=rgb(56 64 77)') no-repeat center;
    background-size: contain;
    margin-right: 10px;
    margin-bottom: -1px;
}

.fancybox-slide > .advPhonesList .phones .phone input[type="checkbox"]:checked+label {
    background: url('/svg?name=checkbox2&color=rgb(56 64 77)') no-repeat center;
    background-size: contain;
}

.fancybox-slide > .advPhonesList input[type="submit"] {
    width: 175px;
    height: 37px;
    border-radius: 3px;
    color: #fff;
    background-color: #ffa408;
    border: 1px solid #ffa408;
  	box-sizing: border-box;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
    cursor: pointer;
  	font-weight: bold;
  	font-size: 16px;
  	transition: 0.3s;
}

.fancybox-slide > .advPhonesList input[type="submit"]:hover {
    color: #ffa408;
    background-color: #fff;
  	transition: 0.3s;
}

.fancybox-slide > .pphone {
    width: 400px;
  	max-width: calc(100% - 20px);
    line-height: 1.5;
}

.fancybox-slide > .pphone #cPhoneForm {
  	line-height: 1.5;
  	cursor: pointer;
}

.fancybox-slide > .pphone .h2 {
    color: #315338;
    font-size: 25px;
    text-align: center;
}

.fancybox-slide > .pphone .ph {
    color: #ee6b6b;
    font-size: 18px;
    text-align: center;
}

.fancybox-slide > .pphone input[type="radio"] {
	display: none; 
}

.fancybox-slide > .pphone label {
    background: url("/svg?name=radio1&color=rgb(56 64 77)") no-repeat left center;
    background-size: 18px;
    text-align: left;
    font-size: 18px;
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 10px;
  	margin-top: 2px;
}

.fancybox-slide > .pphone input[type="radio"]:checked+label {
    background: url("/svg?name=radio2&color=rgb(56 64 77)") no-repeat left center;
    background-size: 18px;
}

.fancybox-slide > .pphone input[type="text"] {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    display: block;
    margin-top: 10px;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
}

.fancybox-slide > .pphone input[type="submit"] {
    width: 175px;
    height: 37px;
    border-radius: 3px;
    color: #fff;
    background-color: #ffa408;
  	border: 1px solid #ffa408;
  	box-sizing: border-box;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
    cursor: pointer;
  	font-size: 16px;
  	font-weight: bold;
  	transition: 0.3s;
}

.fancybox-slide > .pphone input[type="submit"]:hover {
    color: #ffa408;
    background-color: #fff;
  	transition: 0.3s;
}

.fancybox-slide > .vvodKod {
    width: 400px;
  	max-width: calc(100% - 20px);
    line-height: 1.5;
}

.fancybox-slide > .vvodKod .h {
    color: #315338;
    font-size: 22px;
    text-align: center;
  	padding: 0px 25px;
}

.fancybox-slide > .vvodKod .h2 {
    color: #38404d;
    font-size: 18px;
    text-align: center;
}

.fancybox-slide > .vvodKod .h2 span {
    color: #ee6b6b;
}

.fancybox-slide > .vvodKod a {
    width: 100%;
    display: block;
    margin: 5px 0px;
    cursor: pointer;
    text-align: right;
    color: #008c00;
    font-size: 14px;
}

.fancybox-slide > .vvodKod a:hover {
  	color: #315338;
}

.fancybox-slide > .vvodKod input[type="text"] {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    display: block;
    margin-top: 10px;
  	border: 1px solid #b3b3b3;
  	border-radius: 3px;
  	font-size: 15px;
  	color: #38404d;
}

.fancybox-slide > .vvodKod input[type="button"] {
    width: 175px;
    height: 37px;
    border-radius: 3px;
    color: #fff;
    background-color: #ffa408;
    border: 1px solid #ffa408;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
    cursor: pointer;
  	font-size: 16px;
  	font-weight: bold;
  	transition: 0.3s;
}

.fancybox-slide > .vvodKod input[type="button"]:hover {
    color: #ffa408;
    background-color: #fff;
  	transition: 0.3s;
}

.fancybox-slide > .uslugi {
    width: 700px;
  	max-width: calc(100% - 20px);
    line-height: 1.5;
}

.fancybox-slide > .uslugi .h {
    color: #315338;
    font-size: 25px;
    text-align: center;
}

.fancybox-slide > .uslugi a {
    color: #058900;
    text-decoration: none;
  	cursor: pointer;
}

.fancybox-slide > .uslugi a:hover {
  	color: #315338;
}

.fancybox-slide > .uslugi ul {
    list-style: none;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.fancybox-slide > .uslugi ul.dusl {
  	width: auto;
}

.fancybox-slide > .uslugi ul li {
	float: left;
  	width: 100%;
  	margin-bottom: 7px;
  	margin-left: -8px;
  	color: #38404d;
}

.fancybox-slide > .uslugi ul.dusl li {
    padding-left: 245px;
    box-sizing: border-box;
  	margin-bottom: 5px;
}

.fancybox-slide > .uslugi ul.dusl ul {
  	width: auto;
}

.fancybox-slide > .uslugi ul.dusl ul li {
	padding-left: 206px;
    margin-left: 0px;
}

.fancybox-slide > .uslugi ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #38404d;
    float: left;
    margin-left: -18px;
    margin-top: 7px;
}

.fancybox-slide > .uslugi ul.dusl li:before {
    margin-left: -264px;
}

.fancybox-slide > .uslugi ul.dusl ul li:before {
    margin-left: -245px;
}

.fancybox-slide > .uslugi ul.dusl ul li .metkanaim {
    margin-left: -225px;
    float: left;
}

.fancybox-slide > .uslugi ul li .naim {
	float: left; 
}

.fancybox-slide > .uslugi ul.dusl li .naim {
    margin-left: -245px;
}

.fancybox-slide > .uslugi ul li .zakaatBtn {
 	float: right; 
}

.fancybox-slide > .uslugi ul.dusl li .zakaatBtn {
  	float: none;
}

.fancybox-slide > .uslugaPremiumWin {
    width: 700px;
  	max-width: calc(100% - 20px);
}

.fancybox-slide > .uslugaPremiumWin .winTimer {
    margin-top: -10px;
    margin-bottom: 10px;
    color: #b3b3b3;
}

.fancybox-slide > .uslugaPremiumWin .plashka {
    background-color: #f7f5f6;
    padding: 10px 15px;
  	color: #38404d;
}

.fancybox-slide > .uslugaPremiumWin .plashka .h1 {
    font-size: 25px;
    color: #315338;
    text-align: center;
}

.fancybox-slide > .uslugaPremiumWin .plashka .h2 {
    font-size: 16px;
    color: #38404d;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fancybox-slide > .uslugaPremiumWin .plashka .h3 {
    font-size: 20px;
    color: #38404d;
    text-align: center;
}

.fancybox-slide > .uslugaPremiumWin .plashka .elms {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.fancybox-slide > .uslugaPremiumWin .plashka .elms label {
    background: url("/svg?name=radio1&color=rgb(56 64 77)") no-repeat left center;
    background-size: 18px;
    padding-left: 30px;
    margin: 5px 0px;
    display: inline-block;
    font-size: 18px;
    width: 285px;
    text-align: left;
  	cursor: pointer;
}

.fancybox-slide > .uslugaPremiumWin .plashka .elms label b {
 	float: right; 
}

.fancybox-slide > .uslugaPremiumWin .plashka .elms input[type="radio"]:checked+label {
  	background: url('/svg?name=radio2&color=rgb(56 64 77)') no-repeat left center;
    background-size: 18px;
}

.fancybox-slide > .uslugaPremiumWin .plashka .elms input[type="radio"] {
	display: none; 
}

.fancybox-slide > .uslugaPremiumWin input[type="submit"] {
    width: 175px;
    height: 37px;
    border-radius: 3px;
    color: #fff;
    background-color: #ffa408;
    border: 1px solid #ffa408;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
  	font-weight: bold;
  	transition: 0.3s;
}

.fancybox-slide > .uslugaPremiumWin input[type="submit"]:hover {
    color: #ffa408;
    background-color: #fff;
  	transition: 0.3s;
}

.fancybox-slide > .uslugaPremiumWin input[type="submit"][disabled] {
  	background: silver;
    color: #fff;
    border: 1px solid silver;
  	cursor: default;
}

.fancybox-slide > .uslugaPremiumWin .pc1 {
    margin-bottom: 10px;
    display: flex;
    margin-top: 20px;
    font-size: 14px;
}

.fancybox-slide > .uslugaPremiumWin .pc1 input[type="checkbox"] {
	display: none; 
}

.fancybox-slide > .uslugaPremiumWin .pc1 label {
  	flex: none;
	width: 15px;
  	height: 15px;
  	display: block;
  	background: url('/svg?name=checkbox1&color=rgb(56 64 77)') no-repeat center;
  	background-size: contain;
    margin-top: 3px;
    margin-left: -3px;
}

.fancybox-slide > .uslugaPremiumWin .pc1 input[type="checkbox"]:checked+label {
  	background: url('/svg?name=checkbox2&color=rgb(56 64 77)') no-repeat center;
  	background-size: contain;
}

.fancybox-slide > .uslugaPremiumWin .pc1 .txt {
    margin-left: 10px;
  	color: #38404d;
  	cursor: pointer;
}

.fancybox-slide > .uslugaPremiumWin .pc1 .txt a {
  	color: #058900;
  	cursor: pointer;
  	text-decoration: none;
}

.fancybox-slide > .uslugaPremiumWin .pc1 .txt a:hover {
  	color: #315338;
}

.fancybox-slide > .uslugaPremiumWin .pc2 {
    display: flex;
    margin-top: 10px;
    font-size: 14px;
}

.fancybox-slide > .uslugaPremiumWin .pc2 .str {
    color: #38404d;
    font-size: 25px;
  	line-height: 29px;
}

.fancybox-slide > .uslugaPremiumWin .pc2 .txt {
    margin-left: 12px;
    color: #38404d;
}

/* */

.fancybox-slide > .upUdvWin {
    width: 700px;
  	max-width: calc(100% - 20px);
}

.fancybox-slide > .upUdvWin .winTimer {
    margin-top: -10px;
    margin-bottom: 10px;
    color: #b3b3b3;
}

.fancybox-slide > .upUdvWin .plashka {
    background-color: #f7f5f6;
    padding: 10px 15px;
}

.fancybox-slide > .upUdvWin .plashka .h1 {
    font-size: 25px;
    color: #315338;
    text-align: center;
}

.fancybox-slide > .upUdvWin .plashka .h2 {
    font-size: 16px;
    color: #38404d;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.fancybox-slide > .upUdvWin .plashka .h3 {
    font-size: 20px;
    color: #38404d;
    text-align: center;
}

.fancybox-slide > .upUdvWin .plashka .elms {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.fancybox-slide > .upUdvWin .plashka .elms input[type="radio"] {
    display: none;
}

.fancybox-slide > .upUdvWin .plashka .elms label {
	background: url("/svg?name=radio1&color=rgb(56 64 77)") no-repeat left center;
    background-size: 18px;
    padding-left: 30px;
    margin: 5px 0px;
    display: block;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  	font-size: 18px;
  	cursor: pointer;
}

.fancybox-slide > .upUdvWin .plashka .elms input[type="radio"]:checked+label {
    background: url("/svg?name=radio2&color=rgb(56 64 77)") no-repeat left center;
    background-size: 18px;
}

.fancybox-slide > .upUdvWin .plashka .elms label .price {
	float: right; 
}

.fancybox-slide > .upUdvWin input[type="submit"] {
    width: 175px;
    height: 37px;
    border-radius: 3px;
    color: #fff;
    background-color: #ffa408;
    border: 1px solid #ffa408;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
  	font-weight: bold;
  	transition: 0.3s;
}

.fancybox-slide > .upUdvWin input[type="submit"]:hover {
    color: #ffa408;
    background-color: #fff;
  	transition: 0.3s;
}

.fancybox-slide > .upUdvWin input[type="submit"][disabled] {
    background: silver;
    color: #fff;
    border: 1px solid silver;
    cursor: default;
}

.fancybox-slide > .upUdvWin .pc1 {
    margin-bottom: 10px;
    display: flex;
    margin-top: 20px;
    font-size: 14px;
}

.fancybox-slide > .upUdvWin .pc1 input[type="checkbox"] {
    display: none;
}

.fancybox-slide > .upUdvWin .pc1 label {
    flex: none;
    width: 15px;
    height: 15px;
    display: block;
    background: url("/svg?name=checkbox1&color=rgb(56 64 77)") no-repeat center;
    background-size: contain;
    margin-top: 3px;
    margin-left: -3px;
}

.fancybox-slide > .upUdvWin .pc1 input[type="checkbox"]:checked+label {
    background: url("/svg?name=checkbox2&color=rgb(56 64 77)") no-repeat center;
    background-size: contain;
}

.fancybox-slide > .upUdvWin .pc1 .txt {
    margin-left: 16px;
  	cursor: pointer;
}

.fancybox-slide > .upUdvWin .pc1 .txt a {
    color: #008c00;
    cursor: pointer;
  	text-decoration: none;
}

.fancybox-slide > .upUdvWin .pc1 .txt a:hover {
	color: #315338;
}

.fancybox-slide > .upUdvWin .pc2 {
    display: flex;
    margin-top: 10px;
    font-size: 14px;
}

.fancybox-slide > .upUdvWin .pc2 .str {
    color: #38404d;
    font-size: 25px;
    width: 10px;
  	line-height: 29px;
}

.fancybox-slide > .upUdvWin .pc2 .txt {
    margin-left: 20px;
}

/* */

.fancybox-slide > .colorWin {
    width: 700px;
  	max-width: calc(100% - 20px);
}

.fancybox-slide > .colorWin .winTimer {
    margin-top: -10px;
    margin-bottom: 10px;
    color: #b3b3b3;
}

.fancybox-slide > .colorWin .plashka {
    background-color: #f7f5f6;
    padding: 10px 15px;
  	font-size: 18px;
}

.fancybox-slide > .colorWin .plashka .h1 {
    font-size: 25px;
    color: #315338;
    text-align: center;
}

.fancybox-slide > .colorWin .plashka .h2 {
    font-size: 16px;
    color: #38404d;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.fancybox-slide > .colorWin .plashka .h3 {
    font-size: 20px;
    color: #38404d;
    text-align: center;
}

.fancybox-slide > .colorWin .plashka .elms {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.fancybox-slide > .colorWin .plashka .elms .colorSelection {
    margin: 0 auto;
    line-height: 30px;
}

.fancybox-slide > .colorWin .plashka .elms .colorSelection .color-red {
  	color: #dd0000;
}

.fancybox-slide > .colorWin .plashka .elms .colorSelection .color-orange {
  	color: #ffa408;
}

.fancybox-slide > .colorWin .plashka .elms .colorSelection .color-blue {
  	color: #157ee1;
}

.fancybox-slide > .colorWin .plashka .elms .colorSelection img {
    width: 18px;
    margin-left: 2px;
    margin-bottom: -2px;
}

.fancybox-slide > .colorWin .plashka .elms .colorSelection input[type="radio"] {
    display: none;
}

.fancybox-slide > .colorWin .plashka .elms .colorSelection label {
    background: url('/svg?name=radio1&color=rgb(56 64 77)') no-repeat left center;
    background-size: 18px;
    padding-left: 30px;
    margin: 5px 0px;
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 18px;
  	margin-bottom: 15px;
  	cursor: pointer;
}

.fancybox-slide > .colorWin .plashka .elms .colorSelection input[type="radio"]:checked+label {
	background: url('/svg?name=radio2&color=rgb(56 64 77)') no-repeat left center;
    background-size: 18px;
}

.fancybox-slide > .colorWin input[type="submit"] {
    width: 175px;
    height: 37px;
    border-radius: 3px;
    color: #fff;
    background-color: #ffa408;
    border: 1px solid #ffa408;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
  	font-weight: bold;
  	transition: 0.3s;
}

.fancybox-slide > .colorWin input[type="submit"]:hover {
    color: #ffa408;
    background-color: #fff;
  	transition: 0.3s;
}

.fancybox-slide > .colorWin input[type="submit"][disabled] {
    background: silver;
    color: #fff;
    border: 1px solid silver;
    cursor: default;
}

.fancybox-slide > .colorWin .pc1 {
    margin-bottom: 10px;
    display: flex;
    margin-top: 20px;
    font-size: 14px;
}

.fancybox-slide > .colorWin .pc1 .txt {
    margin-left: 10px;
  	cursor: pointer;
}

.fancybox-slide > .colorWin .pc1 .txt a {
    color: #008c00;
    cursor: pointer;
    text-decoration: none;
}

.fancybox-slide > .colorWin .pc1 .txt a:hover {
	color: #315338; 
}

.fancybox-slide > .colorWin .pc1 input[type="checkbox"] {
    display: none;
}

.fancybox-slide > .colorWin .pc1 label {
    flex: none;
    width: 15px;
    height: 15px;
    display: block;
    background: url('/svg?name=checkbox1&color=rgb(56 64 77)') no-repeat center;
    background-size: contain;
    margin-top: 3px;
    margin-left: -3px;
}

.fancybox-slide > .colorWin .pc1 input[type="checkbox"]:checked+label {
    background: url('/svg?name=checkbox2&color=rgb(56 64 77)') no-repeat center;
    background-size: contain;
}

.fancybox-slide > .colorWin .pc2 {
    display: flex;
    margin-top: 10px;
    font-size: 14px;
}

.fancybox-slide > .colorWin .pc2 .str {
    color: #38404d;
    font-size: 25px;
    width: 10px;
  	line-height: 30px;
}

.fancybox-slide > .colorWin .pc2 .txt {
    margin-left: 12px;
}

/* */

.fancybox-slide > .metkaWin {
    width: 700px;
  	max-width: calc(100% - 20px);
}

.fancybox-slide > .metkaWin .winTimer {
    margin-top: -10px;
    margin-bottom: 10px;
    color: #b3b3b3;
}

.fancybox-slide > .metkaWin .plashka {
    background-color: #f7f5f6;
    padding: 10px 15px;
}

.fancybox-slide > .metkaWin .plashka .h1 {
    font-size: 25px;
    color: #315338;
    text-align: center;
}

.fancybox-slide > .metkaWin .plashka .h2 {
    font-size: 16px;
    color: #38404d;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.fancybox-slide > .metkaWin .plashka .h3 {
    font-size: 20px;
    color: #38404d;
    text-align: center;
}

.fancybox-slide > .metkaWin .plashka .elms {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.fancybox-slide > .metkaWin .plashka .elms .colorSelection {
    margin: 0 auto;
    line-height: 30px;
    width: 500px;
    text-align: left;
}

.fancybox-slide > .metkaWin .plashka .elms .colorSelection .metka {
    background-color: #38404d;
    color: #fff;
    padding: 2px 7px;
    border-radius: 3px;
    display: inline;
}

.fancybox-slide > .metkaWin .plashka .elms .colorSelection .metka.metka-srochno {
    background-color: #ee6b6b;
}

.fancybox-slide > .metkaWin .plashka .elms .colorSelection .metka.metka-stabilnayazp {
    background-color: #78b5f0;
}

.fancybox-slide > .metkaWin .plashka .elms .colorSelection .metka.metka-oformtk {
    background-color: #59c659;
}

.fancybox-slide > .metkaWin .plashka .elms .colorSelection .metka.metka-smenniygrafik {
    background-color: #83a98b;
}

.fancybox-slide > .metkaWin .plashka .elms .colorSelection .metka.metka-bezopita {
    background-color: #a77baf;
}

.fancybox-slide > .metkaWin .plashka .elms .colorSelection input[type="radio"] {
  	display: none;
}

.fancybox-slide > .metkaWin .plashka .elms .colorSelection label {
    background: url('/svg?name=radio1&color=rgb(56 64 77)') no-repeat left center;
    background-size: 18px;
    padding-left: 30px;
    margin: 5px 0px;
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 18px;
  	margin-bottom: 15px;
  	cursor: pointer;
}

.fancybox-slide > .metkaWin .plashka .elms .colorSelection input[type="radio"]:checked+label {
    background: url('/svg?name=radio2&color=rgb(56 64 77)') no-repeat left center;
    background-size: 18px;
}

.fancybox-slide > .metkaWin input[type="submit"] {
    width: 175px;
    height: 37px;
    border-radius: 3px;
    color: #fff;
    background-color: #ffa408;
    border: 1px solid #ffa408;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
  	font-weight: bold;
  	transition: 0.3s;
}

.fancybox-slide > .metkaWin input[type="submit"]:hover {
    color: #ffa408;
    background-color: #fff;
  	transition: 0.3s;
}

.fancybox-slide > .metkaWin input[type="submit"][disabled] {
    background: silver;
    color: #fff;
    border: 1px solid silver;
    cursor: default;
}

.fancybox-slide > .metkaWin .pc1 {
    margin-bottom: 10px;
    display: flex;
    margin-top: 20px;
    font-size: 14px;
}

.fancybox-slide > .metkaWin .pc1 input[type="checkbox"] {
    display: none;
}

.fancybox-slide > .metkaWin .pc1 label {
    flex: none;
    width: 15px;
    height: 15px;
    display: block;
    background: url('/svg?name=checkbox1&color=rgb(56 64 77)') no-repeat center;
    background-size: contain;
    margin-top: 3px;
    margin-left: -3px;
}

.fancybox-slide > .metkaWin .pc1 input[type="checkbox"]:checked+label {
    background: url('/svg?name=checkbox2&color=rgb(56 64 77)') no-repeat center;
    background-size: contain;
}

.fancybox-slide > .metkaWin .pc1 .txt {
    margin-left: 10px;
  	cursor: pointer;
}

.fancybox-slide > .metkaWin .pc1 .txt a {
    color: #008c00;
    cursor: pointer;
    text-decoration: none;
}

.fancybox-slide > .metkaWin .pc1 .txt a:hover {
    color: #315338;
}

.fancybox-slide > .metkaWin .pc2 {
    display: flex;
    margin-top: 10px;
    font-size: 14px;
}

.fancybox-slide > .metkaWin .pc2 .str {
    color: #38404d;
    font-size: 25px;
    width: 10px;
  	line-height: 29px;
}

.fancybox-slide > .metkaWin .pc2 .txt {
    margin-left: 11px;
}

/* */

.fancybox-slide > .avtoprodWin {
    width: 700px;
  	max-width: calc(100% - 20px);
}

.fancybox-slide > .avtoprodWin .winTimer {
    margin-top: -10px;
    margin-bottom: 10px;
    color: #b3b3b3;
}

.fancybox-slide > .avtoprodWin .plashka {
    background-color: #f7f5f6;
    padding: 10px 15px;
}

.fancybox-slide > .avtoprodWin .plashka .h1 {
    font-size: 25px;
    color: #315338;
    text-align: center;
}

.fancybox-slide > .avtoprodWin .plashka .h2 {
    font-size: 16px;
    color: #38404d;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.fancybox-slide > .avtoprodWin .plashka .h3 {
    font-size: 20px;
    color: #38404d;
    text-align: center;
}

.fancybox-slide > .avtoprodWin .plashka .elms {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.fancybox-slide > .avtoprodWin .plashka .elms .colorSelection {
    margin: 0 auto;
    line-height: 30px;
}

.fancybox-slide > .avtoprodWin .plashka .elms input[type="radio"] {
    display: none;
}

.fancybox-slide > .avtoprodWin .plashka .elms label {
    background: url('/svg?name=radio1&color=rgb(56 64 77)') no-repeat left center;
    background-size: 18px;
    padding-left: 30px;
    margin: 5px 0px;
    display: block;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 18px;
  	cursor: pointer;
}

.fancybox-slide > .avtoprodWin .plashka .elms label b {
	float: right; 
}

.fancybox-slide > .avtoprodWin .plashka .elms input[type="radio"]:checked+label {
    background: url('/svg?name=radio2&color=rgb(56 64 77)') no-repeat left center;
    background-size: 18px;
}

.fancybox-slide > .avtoprodWin input[type="submit"] {
    width: 175px;
    height: 37px;
    border-radius: 3px;
    color: #fff;
    background-color: #ffa408;
    border: 1px solid #ffa408;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
  	transition: 0.3s;
}

.fancybox-slide > .avtoprodWin input[type="submit"]:hover {
    color: #ffa408;
    background-color: #fff;
  	transition: 0.3s;
}

.fancybox-slide > .avtoprodWin input[type="submit"][disabled] {
    background: silver;
    color: #fff;
    border: 1px solid silver;
  	cursor: default;
}

.fancybox-slide > .avtoprodWin .pc1 {
    margin-bottom: 10px;
    display: flex;
    margin-top: 20px;
    font-size: 14px;
}

.fancybox-slide > .avtoprodWin .pc1 .txt {
    margin-left: 10px;
  	cursor: pointer;
}

.fancybox-slide > .avtoprodWin .pc1 .txt a {
    color: #008c00;
    cursor: pointer;
    text-decoration: none;
}

.fancybox-slide > .avtoprodWin .pc1 .txt a:hover {
    color: #315338;
}

.fancybox-slide > .avtoprodWin .pc1 input[type="checkbox"] {
    display: none;
}

.fancybox-slide > .avtoprodWin .pc1 label {
    flex: none;
    width: 15px;
    height: 15px;
    display: block;
    background: url('/svg?name=checkbox1&color=rgb(56 64 77)') no-repeat center;
    background-size: contain;
    margin-top: 3px;
    margin-left: -3px;
}

.fancybox-slide > .avtoprodWin .pc1 input[type="checkbox"]:checked+label {
    background: url('/svg?name=checkbox2&color=rgb(56 64 77)') no-repeat center;
    background-size: contain;
}

.fancybox-slide > .avtoprodWin .pc2 {
    display: flex;
    margin-top: 10px;
    font-size: 14px;
}

.fancybox-slide > .avtoprodWin .pc2 .str {
    color: #38404d;
    font-size: 25px;
    width: 10px;
    line-height: 29px;
}

.fancybox-slide > .avtoprodWin .pc2 .txt {
    margin-left: 11px;
}

.advForm .input {
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    height: 30px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    padding-left: 15px;
  	display: flex;
}

.advForm .input.error {
    border: 1px solid red;
}

.advForm .input input[type="text"],
.advForm .input input[type="number"],
.advForm .input input[type="phone"],
.advForm .input input[type="date"],
.advForm .input textarea {
    border: 0px;
    margin-bottom: 0px;
    height: 28px;
    width: 830px;
    padding-left: 0px;
}

.advForm .input .clear {
    background: url(files/svg/delete.svg) no-repeat center;
    width: 15px;
    height: 30px;
    display: block;
    cursor: pointer;
    flex: none;
    margin-right: 15px;
}

.advForm .caption .rules {
	float: right;
  	text-decoration: none;
  	color: #058900;
  	font-size: 16px;
  	cursor: pointer;
}

.advForm .caption .rules:hover {
	color: #315338; 
}

.fancybox-close-small {
	background: url('/svg?name=delete&color=rgb(0 0 0)') no-repeat center;
  	background-size: 15px;
    margin-top: 11px;
    margin-right: 11px;
    width: 25px;
    height: 25px;
}

.fancybox-close-small:after {
	display: none; 
}

#blockForWindows {
	display: none;
}

.selectCategory {
	background-color: #38404d;
	width: 100%;
	height: 35px;
	margin-top: 20px;
  	display: none;
}

.selectCategory select {
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px;
    padding: 6px;
    padding-left: 18px;
	background: url("/svg?name=menu&color=rgb(255 255 255)") no-repeat right center;
	background-size: 14px;
  	color: #FFF;
    font-family: 'Roboto', sans-serif, Arial;
  	font-size: 18px;
    font-weight: 500;
    width: calc(100% - 15px);
}

#advPhoto {
	display: flex; 
}

#advPhoto input {
	display: none; 
}

#advPhoto .text {
  	color: #157ee1;
  	font-size: 16px;
  	font-weight: bold;
  	cursor: pointer;
}

#advPhoto .text:hover {
    color: #084f92;
}

#advPhoto .text .filename {
  	font-weight: normal;
  	color: #b3b3b3;
  	font-size: 15px;
  	display: inline-block;
  	margin-left: 30px;
}

#delAdvPhoto {
  	color: #315338;
  	font-size: 16px;
  	font-weight: bold;
  	cursor: pointer;
}

#delAdvPhoto:hover {
  	color: #008c00;
}

#delAdvPhotoChb {
  	color: #315338;
  	font-size: 16px;
  	font-weight: bold;
  	cursor: pointer;
  	margin-bottom: 30px;
  	margin-top: 10px;
}

#delAdvPhotoChb:hover {
    color: #008c00;
}

#delAdvPhotoChb input[type="checkbox"] {
  	display: none;
}

#delAdvPhotoChb label {
	background: url("/svg?name=checkbox1&color=rgb(56 64 77)") no-repeat 0px 4px;
    background-size: 14px;
    padding-left: 24px;
    display: block;
    cursor: pointer;
  	color: #157ee1;
}

#delAdvPhotoChb label:hover {
    color: #084f92;
}

#delAdvPhotoChb input[type="checkbox"]:checked + label {
    background: url("/svg?name=checkbox2&color=rgb(56 64 77)") no-repeat 0px 4px;
    background-size: 14px;
  	color: #157ee1;
}

.fancybox-slide > .rules {
    width: 480px;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    padding: 0px 35px;
    max-width: calc(100% - 40px);
}

.fancybox-slide > .rules h2 {
    text-align: center;
    color: #315338;
    font-size: 25px;
    margin-bottom: 0px;
    margin-top: 40px; 
  	font-weight: normal;
}

.fancybox-slide > .rules a {
  	color: #008c00;
}

.fancybox-slide > .rules a:hover {
  	color: #315338;
}

.fancybox-slide > .rules p {
	margin-top: 0px; 
}

.goBackEditAdv {
    float: right;
    margin-top: -50px;
    font-size: 16px;
    text-decoration: none;
    color: #7e7e7e;
    background: url('/files/svg/bksep.svg') no-repeat left center;
    background-size: 12px;
    padding-left: 20px;
    background-position: 0px 1px;
  	cursor: pointer;
}

.goBackEditAdv:hover {
    background: url('/files/svg/bkseph.svg') no-repeat left center;
    background-size: 12px;
    color: #058900;
}

.trigger {
    color: #FFF;
    padding: 6px;
    background: url("/svg?name=menu&color=rgb(255 255 255)") no-repeat right center;
    background-size: 14px;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    padding-left: 18px;
    font-size: 18px;
    font-weight: 500;
    width: calc(100% - 15px);
}

.trigger:hover {
    color: #FFF;
}

.activetrigger {
    color: #FFF;
    padding: 6px;
    background: url("/svg?name=menu&color=rgb(255 255 255)") no-repeat right center;
    background-size: 14px;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    padding-left: 18px;
    font-size: 18px;
    font-weight: 500;
    width: calc(100% - 15px);
}

.activetrigger:hover {
    color: #FFF;
}

.dropcontainer {
	position:relative;
	font-size: 16px;
	color: #777;
} 

.dropcontainer ul {
    font-size: 16px;
    border-top: none;
    background: #38404d;
    list-style-type: none;
    padding: 10px;
    margin: 0;
    width: 600px;
    z-index: 100;
    box-sizing: border-box;
    margin-top: -2px;
	}

.dropcontainer ul li {
	padding: 5px;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	}

.dropcontainer ul li a {
  	text-decoration: none;
  	color: #b3b3b3;
    font-weight: 500;
}

.dropcontainer ul li a:hover {
  	color: #FFF;
}

.dropcontainer ul li:first-child {
	display: none;
	}

.dropcontainer ul li:last-child {
	border-bottom: none;
	}

.dropdownhidden {
	display: none;
	}

.dropdownvisible {
	height: auto;
	}

.fancybox-slide > .addUserPhone {
	width:  400px;
  	max-width: calc(100% - 20px);
  	box-sizing: border-box;
  	border: 1px solid #b3b3b3;
  	border-radius: 3px;
}

.fancybox-slide > .addUserPhone .num {
	display: flex;
    align-items: center;
    justify-content: space-around;
}

.fancybox-slide > .addUserPhone .num input {
    width: 141px;
    height: 37px;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0px 10px;
    font-size: 15px;
}

.fancybox-slide > .addUserPhone input[type="submit"] {
    width: 175px;
    height: 37px;
    border-radius: 3px;
    color: #fff;
    background-color: #ffa408;
    border: 1px solid #ffa408;
    box-sizing: border-box;
    margin: 0px auto;
    display: block;
    margin-top: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
}

.fancybox-slide > .addUserPhone input[type="submit"]:hover {
    color: #ffa408;
    background-color: #fff;
    transition: 0.3s;
}

.lk-options {
  	color: #38404d;
}

.lk-options__add-word__a {
  	color: #157ee1;
  	font-weight: bold;
  	margin-left: 10px;
  	cursor: pointer;
  	transition: 0.3s;
}

.lk-options__add-word__a:hover {
  	color: #084f92;
  	transition: 0.3s;
}

.lk-options__line {
    margin: 11px 0px;
    height: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-radius: 0px;
    border-top: 1px solid #dcdcdc;
}

.lk-options__title {
  	color: #38404d;
  	font-weight: bold;
}

.lk-options__name__span {
  	color: #008c00;
}

.lk-options__name {
	margin-top: 5px;
}

.lk-options__block_input {
    margin-top: 5px;
    margin-bottom: 15px;
}

.lk-options__block_input__input {
	width: 300px;
    height: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0px 10px;
}

.lk-options__button {
    height: 37px;
    width: 175px;
    box-sizing: border-box;
    border: 1px solid #ffa408;
    background-color: #ffa408;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
  	transition: 0.3s;
  	cursor: pointer;
  	font-size: 16px;
}

.lk-options__button:hover {
    background-color: #fff;
    color: #ffa408;
  	transition: 0.3s;
}

.lk-options__phones {
	margin-top: 5px;
  	margin-bottom: 25px;
}

.lk-options__phones__phone {
    color: #38404d;
    font-size: 16px;
    margin-bottom: 7px;
}

.lk-options__phones__phone.p {
    background: url('/svgimages/3003/check.svg') no-repeat left center;
    padding-left: 27px;
    background-size: 15px;
}

.lk-options__phones__phone.np {
    background: url('/svgimages/3003/delete1.svg') no-repeat left center;
    padding-left: 27px;
    background-size: 15px;
  	color: #ee6b6b;
}

.lk-options__phones__phone.np:hover {
    background: url('/svgimages/3003/delete2.svg') no-repeat left center;
    background-size: 15px;
  	color: #dd0000;
}

.lk-options__phones__phone.np .lk-options__phones__phone__del {
	display: block;
    position: absolute;
    cursor: pointer;
    width: 21px;
    height: 20px;
    margin-left: -30px;
}

.lk-options__phones__phone span {
  	margin-left: 10px;
  	color: #b3b3b3;
}

.lk-options__phones__phone span.np {
  	cursor: pointer;
}

.lk-options__phones__phone span.np a {
  	color: #008c00;
  	transition: 0.3s;
}

.lk-options__phones__phone span.np a:hover {
  	color: #315338;
  	transition: 0.3s;
}

.lk-options__add-phone {
	display: block;
    margin-top: -22px;
    cursor: pointer;
    text-align: right;
    font-weight: bold;
    color: #157ee1;
    width: 140px;
    margin-left: 290px;
  	transition: 0.3s;
}

.lk-options__add-phone:hover {
  	color: #084f92;
  	transition: 0.3s;
}

.payers {
 	 margin-top: 25px;
  	margin-bottom: 50px;
}

.payers .payer {
	display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.payers .payer .left span {
  	color: #008c00;
  	margin-left: 15px;
}

.payers .payer .right {
  	text-align: right;
}

.payers .payer .right a {
  	cursor: pointer;
}

.payers .payer .right a:hover {
  	color: #059406;
}

#payerType {
	margin-bottom: 5px;
    box-sizing: border-box;
    height: 35px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/svgimages/selectIcon.svg) no-repeat calc(100% - 18px) center;
    background-size: 18px;
  	padding-right: 50px;
}

.addPayerBtn {
	width: 192px;
  	height: 37px;
  	border: 0px;
  	border-radius: 3px;
  	background-color: #f7f5f6;
  	color: #5b5b5b;
  	margin-left: 15px;
  	font-size: 16px;
	cursor: pointer;
}

.goOrderPage {
	margin-top: -10px;
  	margin-bottom: 50px;
  	text-align: center;
}

.goOrderPage a {
	text-decoration: none;
  	font-weight: bold;
  	color: #008c00;
}

.goOrderPage a:hover {
  	color: #315338;
}

.goAddPayerPage {
	text-align: center; 
}

.goAddPayerPage a {
    text-decoration: none;
    font-weight: bold;
    color: #008c00;
    font-size: 16px;
}

.goAddPayerPage a:hover {
  	color: #315338;
}

#payments {
	font-size: 18px; 
}

#payments input[type="submit"] {
	height: 37px;
    width: 175px;
    box-sizing: border-box;
    border: 1px solid #ffa408;
    background-color: #ffa408;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: 0.3s;
    cursor: pointer;
  	font-size: 16px;
}

#payments input[type="submit"]:hover {
    background-color: #fff;
    color: #ffa408;
    transition: 0.3s;
}

#payments input[type="submit"][disabled] {
    background: silver;
    border: 1px solid silver;
    color: #fff;
    cursor: default;
}

#payments div.pConf {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 50px;
}

#payments div.pConf input {
    display: none;
}

#payments div.pConf label {
    background: url('/svg?name=checkbox1&color=rgb(56 64 77)') no-repeat 0px 2px;
    background-size: 14px;
    padding-left: 24px;
    display: block;
    cursor: pointer;
}

#payments div.pConf input[type="checkbox"]:checked+label {
    background: url('/svg?name=checkbox2&color=rgb(56 64 77)') no-repeat 0px 2px;
    background-size: 14px;
}

#payments div.pConf a {
    text-decoration: none;
    color: #008c00;
}

#payments div.pConf a:hover {
    color: #315338;
}

#payments .toPaySumm span {
  	margin-left: 15px;
  	color: #ffa408;
}

#payments .addPayerStr a {
    font-size: 16px;
    color: #008c00;
    text-decoration: none;
    margin-left: 15px;
}

#payments .addPayerStr a:hover {
	color: #315338;
}

#payments .pel {
    font-size: 16px;
    margin: 5px 0px;
}

#payments .pel input[type="radio"] {
    display: none;
}

#payments .pel input[type="radio"]:checked+label {
    background: url('/svg?name=radio2&color=rgb(56 64 77)') no-repeat left center;
    background-size: 16px;
}
#payments .pel label {
    background: url('/svg?name=radio1&color=rgb(56 64 77)') no-repeat left center;
    background-size: 16px;
    padding-left: 25px;
    margin: 5px 0px;
    text-align: left;
  	margin-right: 15px;
    cursor: pointer;
}

#payments .pel span {
  	color: #b3b3b3;
}

#payments .sot {
	margin-bottom: 0px; 
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.lk-options__block_input__pass__icon_show-pass {
	width: 30px;
    height: 30px;
    margin-top: -30px;
    z-index: 2;
    position: absolute;
    margin-left: 265px;
}

.fancybox-slide .payerwin {
  	width: 700px;
}

.fancybox-slide .payerwin h2 {
  	margin-bottom: 0px;
}

.fancybox-slide .payerwin h3 {
  	margin-top: 0px;
  	color: #38404d;
  	font-size: 20px;
  	font-weight: normal;
}

.fancybox-slide .payerwin a {
	text-decoration: none;
    color: #008c00;
  	cursor: pointer;
}

.fancybox-slide .payerwin a:hover {
    color: #315338;
}

.fancybox-slide .editpwin p {
	width: 545px;
  	font-size: 16px;
  	margin-bottom: 0px;
}

.fancybox-slide .editpwin .small {
	font-size: 16px; 
}

.fancybox-slide .editpwin input[type="text"],
.fancybox-slide .editpwin input[type="number"],
.fancybox-slide .editpwin input[type="password"],
.fancybox-slide .editpwin input[type="phone"],
.fancybox-slide .editpwin input[type="email"] {
  	margin-bottom: 5px;
}

.fancybox-slide .editpwin textarea {
  	margin-bottom: 0px;
}

.fancybox-slide .editpwin input[type="button"] {
  	margin-top: 20px;
}

.fancybox-slide .editpwin .polconf {
  	font-size: 14px;
  	width: 100%;
  	margin-bottom: 5px;
}

.fancybox-slide .editpwin a:hover {
    color: #315338;
}
.fancybox-slide .editpwin a {
    text-decoration: none;
    color: #008c00;
    cursor: pointer;
}

.fancybox-slide .inwWin {
    width: 400px;
    display: inline-block;
}

.fancybox-slide .inwWin a {
    color: #008c00;
    text-decoration: none;
    cursor: pointer;
}

.fancybox-slide .inwWin a:hover {
    color: #315338;
}

.balanceHistory {
    margin-top: 35px;
    margin-bottom: 50px;
}

.balanceHistory .elm {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    align-items: center;
    justify-content: space-between;
  	padding-bottom: 15px;
  	margin-bottom: 15px;
}

.balanceHistory .elm .leftBlock {
    max-width: 80%;
}

.balanceHistory .elm .leftBlock .str1 {
  	color: #315338;
}

.balanceHistory .elm .leftBlock .str2 {
  	color: #38404d;
}

.balanceHistory .elm .leftBlock .str3 {
  	color: #7e7e7e;
}

.balanceHistory .elm .rightBlock {
  	text-align: right;
    width: 200px;
}

.balanceHistory .elm .rightBlock .str3 {
  	color: #38404d;
}

.formedAct {
  	margin-bottom: 30px;
}

.formedAct .h {
  	color: #38404d;
  	font-size: 18px;
  	font-weight: bold;
  	margin-bottom: 15px;
}

.formedAct .items .elm {
    display: flex;
    align-items: start;
    justify-content: space-between;
  	border-bottom: 1px solid #e8e8e8;
  	padding-bottom: 15px;
  	margin-bottom: 15px;
}

.formedAct .items .elm .left .num {
  	font-size: 16px;
  	color: #38404d;
}

.formedAct .items .elm .left .load a {
  	font-size: 16px;
  	color: #008c00;
  	text-decoration: none;
}

.formedAct .items .elm .left .load a:hover {
  	color: #315338;
}

.formedAct .items .elm .right {
  	font-size: 16px;
  	color: #38404d;
}

.invoicesElms .elm {
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
  	padding-top: 15px;
}

.invoicesElms .elm .left {
    max-width: 80%;
}

.invoicesElms .elm .right {
  	text-align: right;
  	color: #38404d;
}

.invoicesElms .elm .right .stn-1 {
  	color: #ee6b6b;
}

.invoicesElms .elm .left .num {
  	color: #315338;
}

.invoicesElms .elm .left .name {
  	color: #38404d;
}

.invoicesElms .elm .left .payer {
  	color: #7e7e7e;
}

.invoicesElms .elm .left .payer a {
  	color: #008c00;
  	text-decoration: none;
}

.invoicesElms .elm .left .payer a:hover {
  	color: #315338;
}

.invoicesElms .elm .right .actions a {
	text-decoration: none; 
}

.SchetaLinkSp {
  	color: #008c00;
}

.SchetaLinkSp:hover {
  	color: #315338;
}

#gallaryAddPhoto {
	display: none;
}
/*
.gallaryAddPhoto {
    display: block;
    text-align: center;
    height: 41px;
    line-height: 39px;
    width: 179px;
    margin: 15px 0px;
    background-color: #ff9900;
    border: 1px solid #ff9900;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 3px;
    transition: 0.3s;
}
*/

.gallaryConteiner {
    margin-top: 10px;
}

.gallaryAddPhoto {
	color: #157ee1;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: block;
  	margin-bottom: 15px;
}

.gallaryAddPhoto:hover {
    color: #084f92;
}

.obvFull_rooms {
  	margin-bottom: 30px;
  	float: left;
  	width: 100%;
}

.obvFull_rooms .breadcrumbs {
    margin-bottom: 20px;
}

.obvFull_rooms_price {
    color: #008c00;
    font-size: 27px;
    text-align: right;
  	font-weight: bold;
}

.obvFull_rooms_addres {
  	margin-top: 0px;
}

.obvFull_rooms_addres__title {
	background: url('/files/svg/navigationred.svg') no-repeat left 0px;
  	background-size: 20px;
    padding-left: 29px;
    color: #38404d;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 21px;
	margin-top: 10px;
}

.obvFull_rooms_addres__title span {
	font-weight: normal; 
}

.js_openmap {
	cursor: pointer;
	font-weight: bold;
	color: #058900;
}

.js_openmap:hover {
	color: #315338;
}

.obvFull_rooms_addres__text {
  	color: #38404d;
  	margin-bottom: 15px;
}

.obvFull_rooms_addres__text a {
  	color: #008c00;
  	cursor: pointer;
}

.obvFull_rooms_addres__text a:hover {
    color: #315338;
}

.obvFull_rooms_gallary {
  	width: 882px;
    margin-top: 10px;
}

.slick-slide a {
	display: block;
  	margin: 0 auto;
  	text-align: center;
}

.slick-slide a img {
	display: inline-block;
}

.obvFull_rooms .slick-prev {
    left: 15px;
  	background: url('files/0305/prev.png') no-repeat center !important;
  	width: 30px;
  	height: 30px;
  	z-index: 1;
}

.obvFull_rooms .slick-prev:before {
  	display: none;
}

.obvFull_rooms .slick-next {
    right: 15px;
  	background: url('files/0305/next.png') no-repeat center !important;
  	width: 30px;
  	height: 30px;
    z-index: 1;
}

.obvFull_rooms .slick-next:before {
  	display: none;
}

.obvFull_rooms_harki {
  	margin-top: 20px;
  	width: 100%;
  	margin-bottom: 30px;
}

.obvFull_rooms_harki__title {
  	color: #38404d;
  	font-size: 20px;
  	margin-bottom: 10px;
  	font-weight: bold;
}

.obvFull_rooms_harki__content {
    width: 100%;
    column-width: 400px;
    column-count: 2;
    column-gap: 30px;
    column-rule: 0px;
    line-height: 32px;
  	color: #38404d;
}

.obvFull_rooms_harki__content_inline {
    column-width: 100%;
    column-count: 1;
}

.obvFull_rooms_harki__content div span {
	color: #7e7e7e;
}

.obvFull_rooms_map {
  	width: 100%;
  	max-height: 0px;
  	margin-bottom: 0px;
  	overflow: hidden;
  	transition: 0.3s;
}

.obvFull_rooms_map.open {
  	margin-bottom: 30px;
  	max-height: 600px;
	margin-top: 10px;
  	transition: 0.3s;
}

.obvFull_rooms_map__title {
	color: #38404d;
  	font-size: 20px;
  	margin-bottom: 15px;
  	font-weight: bold;
}

.obvFull_rooms_map #advertMap {
  	float: none;
  	height: 450px;
}

.obvFull_rooms_list__title {
	color: #38404d;
  	font-size: 20px;
  	font-weight: bold;
  	margin-bottom: 5px;
}

.obvFull_rooms_list__list ul {
    margin-top: 10px;
    padding-left: 27px;
  	list-style: none;
}

.obvFull_rooms_list__list ul li:before {
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #38404d;
    float: left;
    margin-left: -18px;
    margin-top: 7px;
}

.obvFull_description {
  	margin-bottom: 20px;
}

.obvFull_description__title {
  	color: #38404d;
  	font-size: 20px;
  	font-weight: bold;
}

.obvFull_company {
  	margin-bottom: 20px;
}

.obvFull_description__text {
	margin-top: 10px;
}

.advForm .price_3 input[type="number"] {
	width: 152px;
    height: 30px;
    margin-right: 20px;
}

.advForm .price_3 select {
    height: 30px;
    width: 130px;
    background-size: 15px;
    cursor: pointer;
}

.price_inpt {
  	margin-bottom: 15px;
  	float: left;
  	width: 100%;
}

.price_inpt.half {
  	width: 520px;
  	margin-right: 10px;
}

.obvFull_rooms_gallary .slick-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 290px;
}

#informer {
    padding-top: 7px;
}

#informer th {
	border: 0px; 
}

.advForm__uchastok .input {
    width: calc(100% - 220px);
  	float: left;
}

.advForm__uchastok select {
    width: 200px;
    min-width: 200px;
    margin-left: 20px;
  	height: 31px;
    cursor: pointer;
}

#addrPodpis {
  	color: silver;
  	font-size: 12px;
}

.edge {
  image-rendering: -moz-crisp-edges; /* Firefox */
  -ms-interpolation-mode: nearest-neighbor;  /* IE */
  image-rendering: -webkit-optimize-contrast; /* Стандартное свойство */
}

.rubrikaVibor {
	float: left;
    width: calc(100% - 40px);
    max-height: 40px;
  	overflow: hidden;
    background-color: #f7f5f6;
    margin-bottom: 20px;
    padding: 0px 20px;
    line-height: 40px;
  	transition: 0.3s;
}

.rubrikaVibor.open {
    max-height: 600px;
  	transition: 0.3s;
}

.rubrikaVibor .h {
    font-size: 18px;
    color: #315338;
  	float: left;
  	cursor: pointer;
}

.rubrikaVibor .h:after {
    content: "";
  	background: url('/svg?name=menu&color=rgb(49 83 56)') no-repeat center;
    background-size: contain;
    width: 14px;
    height: 9px;
    display: inline-block;
    margin-left: 7px;
    transition: 0.3s;
}

.rubrikaVibor.open .h:after {
    transform: rotate(180deg);
    transition: 0.3s;
}

.rubrikaVibor .hideblock {
  	float: left;
	margin-left: -20px;
    width: calc(100% + 40px);
    box-sizing: border-box;
    padding: 0px 20px;
    border-top: 1px solid #7e7e7e;
  	padding-top: 10px;
}

.rubrikaVibor .hideblock a {
  	text-decoration: none;
  	color: #38404d;
	margin-right: 15px;
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}

.rubrikaVibor .sbros {
  	float: right;
	color: #315338;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

.fancybox-slide .message.complain {
  	max-width: 700px;
  	width: calc(100% - 40px);
}

.fancybox-slide .message.complain .h2 {
  	margin-bottom: 0px;
}

.fancybox-slide .message.complain .podpis {
  	text-align: center;
}

.fancybox-slide .message.complain .sblock {
	background-color: #f7f5f6;
    padding: 10px 15px;
    color: #38404d;
}

.fancybox-slide .message.complain .podpis {
    font-size: 20px;
    color: #38404d;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fancybox-slide .message.complain textarea {
    width: 100%;
    height: 80px;
    font-size: 18px;
    padding: 10px 14px;
    box-sizing: border-box;
}

.fancybox-slide .message.complain input[type="submit"] {
    width: 175px;
    height: 37px;
    border-radius: 3px;
    color: #fff;
    background-color: #ffa408;
    border: 1px solid #ffa408;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
}

.fancybox-slide .message.complain input[type="submit"]:hover {
    color: #ffa408;
    background-color: #fff;
    transition: 0.3s;
}

.fancybox-slide .message.complain input[type="radio"] {
    display: none;
}

.fancybox-slide .message.complain label {
    background: url('/svg?name=radio1&color=rgb(56 64 77)') no-repeat left center;
    background-size: 18px;
    padding-left: 30px;
    margin: 5px 0px;
    display: inline-block;
    font-size: 18px;
    text-align: left;
  	cursor: pointer;
}

.fancybox-slide .message.complain input[type="radio"]:checked+label {
    background: url('/svg?name=radio2&color=rgb(56 64 77)') no-repeat left center;
    background-size: 18px;
}

/*  */

.registerForm {
    width: 400px;
  	max-width: 90%;
}

.registerForm a {
  color: #008c00;
  text-decoration: none;
}

.registerForm a:hover {
  color: #315338;
}

.registerForm .h {
    font-size: 25px;
    color: #315338;
    text-align: center;
    margin-bottom: 15px;
}

.registerForm .mail {
    background: url('/svg?name=loginemail&color=rgb(56 64 77)') no-repeat left center;
    height: 25px;
}

.registerForm .mail input {
    border: 0px;
    border-bottom: 1px solid #b3b3b3;
    height: 25px;
    box-sizing: border-box;
    width: calc(100% - 28px);
    margin-left: 28px;
    font-size: 16px;
	color: #38404d;
}

.registerForm .mail input:placeholder {
	color: #b3b3b3;
}

.registerForm .pass {
    background: url('/svg?name=loginlock&color=rgb(56 64 77)') no-repeat left center;
    height: 25px;
    margin-top: 15px;
}

.registerForm .pass.passNoimg {
    background: none;
}

.registerForm .pass input {
    border: 0px;
    border-bottom: 1px solid #b3b3b3;
    height: 25px;
    box-sizing: border-box;
    width: calc(100% - 28px);
    margin-left: 28px;
    font-size: 16px;
	color: #38404d;
}

.registerForm .pass input:placeholder {
	color: #b3b3b3;
}

.registerForm .pass .showPass {
    width: 20px;
    height: 16px;
    background: url('/svg?name=eye&color=rgb(56 64 77)') no-repeat center;
    float: right;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    margin-right: 5px;
    cursor: pointer;
  	background-size: 20px !important;
}

.registerForm .smart-captcha {
  	margin-top: 30px;
}

.registerForm .zpline {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 15px;
}

.registerForm .zpline a {
    color: #315338;
    font-size: 14px;
    text-decoration: none;
  	cursor: pointer;
}

.registerForm .zpline a:hover {
	color: #008c00; 
}

.registerForm input[type="submit"] {
    margin-left: auto;
    margin-right: auto;
    width: 205px;
    height: 37px;
    border-radius: 3px;
  	border: 1px solid #ffa408;
    background-color: #ffa408;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    cursor: pointer;
  	margin-top: 30px;
  	margin-bottom: 20px;
  	transition: 0.3s;
}

.registerForm input[type="submit"]:hover {
    background-color: #fff;
    color: #ffa408;
  	transition: 0.3s;
}

.registerForm .regline {
    text-align: center;
    margin-top: 20px;
  	cursor: pointer;
  	font-size: 18px;
  	color: #008c00;
}

.registerForm .regline a {
    color: #315338;
    font-size: 18px;
  	cursor: pointer;
}

.registerForm .regline a:hover {
  	color: #008c00;
}

.registerForm input[type="checkbox"] {
	display: none; 
}

.registerForm input[type="checkbox"]:checked+label {
    background: url('/svg?name=checkbox2&color=rgb(56 64 77)') no-repeat 0px 2px;
    background-size: 14px;
}
.registerForm label {
    background: url('/svg?name=checkbox1&color=rgb(56 64 77)') no-repeat 0px 2px;
    background-size: 14px;
    padding-left: 24px;
    display: block;
  	font-size: 14px;
    cursor: pointer;
}

section.pageContent .lb .newsItems article .bflx .right .p > div .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  	background: none;
}

section.pageContent .lb .newsItems article .bflx .right .p > div .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background: url('files/svg/share.svg') no-repeat center;
    background-size: 18px;
}

section.pageContent .lb .newsItems article .bflx .right .p > div .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more:hover {
    background: url('files/svg/share_a.svg') no-repeat center;
    background-size: 18px;
}

.akardion_kontakti .elm {
    float: left;
    width: calc(100% - 40px);
    max-height: 40px;
    overflow: hidden;
    background-color: #f7f5f6;
    margin-bottom: 20px;
    padding: 0px 20px;
    line-height: 40px;
    transition: 0.3s;
}

.akardion_kontakti .elm .name {
    cursor: pointer;
    color: #315338;
    width: calc(100% + 40px);
    margin-left: -20px;
    border-bottom: 1px solid #f7f5f6;
    padding: 0px 20px;
    transition: 0.3s;
}

.akardion_kontakti .elm .name:after {
    content: "";
    background: url('/svg?name=menu&color=rgb(49 83 56)') no-repeat center;
    background-size: contain;
    width: 14px;
    height: 9px;
    display: inline-block;
    margin-left: 7px;
    transition: 0.3s;
}

.akardion_kontakti .elm.open {
    max-height: 600px;
    transition: 0.3s;
}

.akardion_kontakti .elm.open .name {
    border-bottom: 1px solid #7e7e7e;
    transition: 0.3s;
}

.akardion_kontakti .elm.open .name:after {
    transform: rotate(180deg);
    transition: 0.3s;
}

.akardion_kontakti .elm .text {
    line-height: normal;
}

.akardion_kontakti .elm .text li {
    margin-bottom: 7px;
}

.akardion_kontakti .elm .text a {
    text-decoration: none;
}

.akardion_kontakti .elm .text a:hover {
    color: #008c00;
}

.js_kontakti_openmap {
	cursor: pointer;
	font-weight: bold;
	color: #058900;
}

.js_kontakti_openmap:hover {
	color: #315338;
}

.kontakti_rooms_map {
    width: 100%;
    max-height: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    transition: 0.3s;
}

.kontakti_rooms_map.open {
    margin-bottom: 30px;
    max-height: 600px;
    margin-top: 10px;
    transition: 0.3s;
}

.kontakti_rooms_map__title {
    color: #38404d;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.kontakti_rooms_map #kontaktiMap {
    float: none;
    height: 450px;
}

.feedback #sendBTN {
    margin-left: auto;
    margin-right: auto;
    width: 205px;
    height: 37px;
    border-radius: 3px;
    border: 1px solid #ffa408;
    background-color: #ffa408;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.feedback #sendBTN:hover {
    background-color: #fff;
    color: #ffa408;
    transition: 0.3s;
}

.feedback .pconf {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    cursor: pointer;
}

.feedback .pconf input[type="checkbox"] {
    display: none;
}

.feedback .pconf label {
    background: url('/svg?name=checkbox1&color=rgb(56 64 77)') no-repeat 0px 2px;
    background-size: 14px;
    padding-left: 24px;
    display: block;
    font-size: 14px;
    cursor: pointer;
}

.feedback .pconf label a {
    color: #008c00;
    text-decoration: none;
}

.feedback .pconf label a:hover {
    color: #315338;
}

.feedback .pconf input[type="checkbox"]:checked+label {
    background: url('/svg?name=checkbox2&color=rgb(56 64 77)') no-repeat 0px 2px;
    background-size: 14px;
}

.flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.obvFull_rooms_gallary .slick-slide a img {
	max-width: 290px; 
}

#btnaddadvmob {
	display: none; 
}

.noadvwin {
    background-color: #38404d;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.noadvwin_h {
    margin-top: 55px;
    font-size: 25px;
    font-weight: 600;
}

.noadvwin_line {
    font-size: 23px;
    margin-top: 28px;
}

.noadvwin_line span {
    color: #f7941c;
    font-weight: 600;
}

.noadvwin_wbc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.noadvwin_wb {
    float: left;
    width: calc(100% - 200px);
    min-width: 310px;
    background: #fff;
    border-radius: 30px;
    margin-top: 20px;
    color: #38404d;
    font-size: 18px;
}

.noadvwin_wb_h {
    margin-top: 37px;
    font-size: 23px;
    font-weight: 600;
}

.noadvwin_wb_h span {
    color: #f7941c;
}

.noadvwin_wb ul {
    text-align: left;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-right: 20px;
}

.noadvwin_wb ul li {
    background: url('/images/noadvwin_icon.jpg') no-repeat left center;
    min-height: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 58px;
}

.noadvwin_btn {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 145px;
}

.noadvwin_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    max-width: 90%;
    height: 60px;
    background-color: #f88f24;
    font-size: 22px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.noadvwin_btn a:hover {
    background-color: #c86e14;
    transition: 0.3s;
}


.linkType1 {
	color: #058900;
  	text-decoration: none;
}

.linkType1:hover {
	color: #315338;
}

.linkType2 {
	color: #157ee1;
  	text-decoration: none;
}

.linkType2:hover {
	color: #084f92;
}

.podrazdeli {
  background-color: #e8e8e8;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 45px;
  border-radius: 3px;
}
@media only screen and (max-width: 980px) {
	.podrazdeli {
		padding: 25px 15px;
	}
}
.podrazdeli .h {
	color: #38404d;
	font-size: 18px;
	font-weight: bold;
}
.podrazdeli ul {
	display: flex;
	padding: 0px 20px;
	width: 100%;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.podrazdeli ul li {
	width: 33%;
	margin-bottom: 10px;
	padding-right: 25px;
	box-sizing: border-box;
}
@media only screen and (max-width: 980px) {
	.podrazdeli ul li {
		width: 100%;
		padding-right: 0px;
	}
}
.podrazdeli ul li a {
	color: #38404d;
	font-size: 16px;
	text-decoration: none;
}
.podrazdeli ul li a:hover {
	color: #008c00;
}

div.adb_podmena {
  position: relative;
  display: block;
}
div.adb_podmena .rtext {
    position: absolute;
    top: 1px;
    left: 1px;
    background: rgb(255 255 255 / 70%);
    color: #000;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 3px;
  	cursor: pointer;
}
div.adb_podmena .rekviziti {
    position: absolute;
    background: rgb(255, 255, 255);
    color: #000;
    padding: 4px 7px;
    font-size: 12px;
    border-radius: 0px 5px 5px 5px;
    top: 20px;
    left: 1px;
    max-width: calc(100% - 2px);
    opacity: 0;
  	box-sizing: border-box;
}
div.adb_podmena.otext .rekviziti {
    opacity: 1;
}