/* ----------------------------------------------
	Template Name : FreshPick
	Template Code : S-0029
	Version : 1.0
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : April 24, 2009
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
body {
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #666666; 	
	margin: 0; 
	padding: 0; 
	background: #FFF url(templates/21/images/bg.gif) repeat-x;
	text-align: center;
}

/* Links */
a:link, a:visited {
	text-decoration: none;
	color: #0788C3;
}
a:hover {
	border-bottom: 1px dotted #0788C3;
}
a:link.more-link, a:visited.more-link {
	padding-bottom: 2px;
	font-weight: bold;
	color: #0788C3;
	border-bottom: 1px dotted #0788C3;
}
a:hover.more-link {
	text-decoration: none;
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #555;
	margin: 10px 20px 7px 20px;	 
}
h1 { font-size: 3.7em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 2.8em; font-weight: normal; }
h3 { font-size: 2.2em; font-weight: normal; letter-spacing: -0.5px; padding-top: 15px; }
h4 { font-size: 1.4em; }

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #1980AF;	
}
dd {
  padding-left: 20px; 
}

p, dl { margin: 10px 20px; }

/* Images */
img.img_bordered {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 3px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #F8F8F8;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #555;
}
blockquote {
	margin: 10px 20px;
 	padding: 10px 10px 10px 32px;  
   border: 1px solid #F0F0F0;
	background: #f8f8f8 url(templates/21/images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;	
}
strong {
	font-weight: bold;
}

/* start - table */
/* end - table */

/* form elements */
form {
	border: 1px solid #F0F0F0;
	background: #F8F8F8;
}
form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #666666;
}
label {
	font-weight: bold;
	color: #666666;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
#name, #email, #message, #website {
	width: 380px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background:#B4DB6F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #91BD37 #91BD37 #B6DE8F;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 920px;
	margin: 0 auto;
	text-align: left;	
}

/* Header */
#header {
	position: relative;
	margin: 0 auto;
	height: 245px;		
}
#header h1#logo-text { margin: 0; padding: 0; }
#header h1#logo-text a {
	position: absolute; 
	margin: 0; padding: 0 5px 0 0;
	font: bold 62px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;  
	letter-spacing: -5px;
	color: #1980AF;	
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 30px; left: 30px;	
}
#header h1#logo-text a:hover { border: none; }
#header p#slogan {
	position: absolute;
	margin: 0; padding:  0 5px 0 0;
	font-family: Georgia, 'Times New Roman', Times, serif;;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.8em;
	font-style: italic;
	letter-spacing: -.3px;
	color: #999;	
	
	/* change the values of top and left to adjust the position */
	top: 102px; left: 32px;		
}

#header #header-image {
	position: absolute;
	top: 12px; right: 30px;
	width: 292px;
	height: 234px;	
	background: url(templates/21/images/header-bg.png) no-repeat; 
}

/*  navigation  */
#header #nav {
	position: absolute;
	left: 0px;	bottom: 20px;		
	margin: 0; padding: 0 0 0 20px;		
	width: 900px;		
	border-bottom: 1px solid #F2F2F2;	
	/* z-index: 99999; */
}
#header #nav ul {
	float: left;	
	list-style: none;	
	margin: 0;
	padding: 0;					
}
#header #nav ul li {
	float: left;
	margin: 0; padding: 0;			
}
#header #nav ul li a:link,
#header #nav ul li a:visited {
	float: left;
	margin: 0;
	padding: 5px 15px 10px 15px;
	color: #666666;
	font: bold 14px 'Trebuchet MS', Arial, Sans-Serif;
	text-transform: uppercase;		
	border-right: 1px solid #EEE;	
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	border: none;
	color: #000;	
	border-right: 1px solid #EEE;
}
#header #nav ul li.current a {	
	background: transparent url(templates/21/images/current.gif) repeat-x left bottom;	
	color: #222;	
}

#header #nav ul li.first a:link, 
#header #nav ul li.first a:visited {
	border-left: 1px solid #F1F1F1;	
}

/* Featured Block */
#featured {
	clear: both;
	background: #F8FAFD; 
	border: 1px solid #DCF1FB;
	margin: 3px 0 15px 10px;
	padding-bottom: 20px;
	width: 900px;			
}
#featured h2 {
	font: normal 3.8em Georgia, 'Times New Roman', Times, Serif;
	color: #295177;
	letter-spacing: -2.0px;	
	margin-bottom: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #EBEBEB;	
}
#featured h2 a {
	color: #295177;
	border: none;	
}
#featured .image-block {
	float: left;
	width: 330px;	
	margin: 20px 0 0 25px;
	padding: 10px 0 0 0;
	display: inline;
	border-right: 1px solid #DCF1FB;	
}
#featured .image-block img {
	background: #FFF;
   border: 1px solid #DFEAF0;
	padding: 12px;
}
#featured .text-block {
	float: right;
	width: 510px;
	margin: 15px 25px 0 0;
	display: inline;
}
#featured a.more-link {
	background: #B4DB6F;
	padding: 5px 10px 5px 10px;
	margin-top: 15px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #BADE7D;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;	
	display: block;
    float: left;
}
#featured a.more-link:hover {
	background: #008EFD;
	border-color: #007DE2;
}

/* Content */
#content-outer {
	clear: both;
	float: left;
	width: 1000px;
	margin: 0; padding: 0;
	//background: transparent url(templates/21/images/hor-line.gif) repeat-y center 0;				
}
#content-wrap {
	float: left;
	width: 1000px;
	background: transparent url(templates/21/images/dotted-lines.gif) repeat-x;	
}
#content {
	float: left;
	width: 980px;
	margin-left: 10px;	
	display: inline;
	padding-bottom: 40px;
}

/* columns */
#left {
	width: 700px;	
	float: left;	
	padding-top: 15px;	
}
#right {
	width: 245px;
	float: right;
	padding-top: 5px;
}

#right h3 {
	margin-left: 10px;	
}
#left h2 {
	font: normal 3.6em Georgia, 'Times New Roman', Times, Serif;
	color: #444;	
	letter-spacing: -2.2px;	
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #EBEBEB;	
}
#left h2 a {
	color: #444;
	border: none; 
}
#left .entry {
	background: url(templates/21/images/dotted-lines.gif) repeat-x left bottom; 
	padding-bottom: 15px;
}
#left .entry h3 a {
	color: #444;
	border: none;
}

/* sidebar quick search */
#right form#quick-search {
	padding: 0; margin: 10px 0 0 10px;
	width: 270px; height: 33px;
	background: #fff url(templates/21/images/header-search.gif) no-repeat;
	border: none;	
}
#right form#quick-search p {
	margin: 0; padding: 0;		
	border: none;
}
#right form#quick-search input {
	border: none;
	background: transparent;
	color: #BABABA;
	margin: 0; padding: 5px;
	font-size: .9em;	
	float: left;		
}
#right form#quick-search .tbox {
	margin: 6px 0 0 5px;
	width: 220px;	
	display: inline;	
}
#right form#quick-search .btn{
	width: 24px; height: 24px;		
	margin: 5px 0 0 0;	padding: 0;	
}
#right form#quick-search label {
	display: none;
}


/* sidemenus */
.sidemenu ul {
	text-align: left;
	margin: 10px 8px 8px 8px; padding: 0;
	border-top: 1px solid #EBEBEB; 
}
.sidemenu ul li {
	list-style: none;
	background: url(templates/21/images/dotted-lines.gif) repeat-x left bottom; 
	padding: 7px 5px;
	margin: 0;		
}
* html body .sidemenu ul li {
	height: 1%;
}
.sidemenu ul li a, 
.sidemenu ul li a:visited {
	color: #5D95CA;
	padding-left: 0;	
	font-weight: bold;	
}
.sidemenu ul li a span {
	color: #9F9F9F;	
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: normal;
	font-weight: normal;	
	font-size: .9em;
}
.sidemenu ul li a:hover { color: #000; border: none; }
.sidemenu ul ul { margin: 0 0 0 5px; padding: 0; }
.sidemenu ul ul li { background: none; }

/* footer */
#footer-outer {
	clear: both;
	float: left;
	width: 920px;		
	background: url(templates/21/images/dotted-lines.gif) repeat-x;	
	font-size: .9em;		
	color: #777;	
}
#footer-wrap {
	float: left;
	width: 900px;
	margin-left: 10px;	
	display: inline;
}
#footer-wrap h3 {
	font-size: 2.4em;		
}
#footer-wrap .col-a {
	width: 300px;
	float: left;
}
#footer-wrap .col-b {
	width: 295px;
	float: right;	
}

/* footer-list */
#footer-outer .footer-list ul {
	border-top: 1px solid #E6E6E6;
	list-style: none;
	padding: 0;	
	margin-left: 20px;	
}
#footer-outer .footer-list ul li {
	background: url(templates/21/images/dotted-lines.gif) repeat-x left bottom;
}
#footer-outer .footer-list ul li a {
	display: block;
	width: 98%;
	line-height: 2em; 
	padding: 5px 0;
	margin-left: 0;
	color: #77A6D3;
	border: none;	
}
#footer-outer .footer-list ul li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: .95em;	
}
#footer-outer .footer-list ul li a:hover,
#footer-outer .footer-list ul li a:hover span {
	color: #333;	
}

/* footer-bottom */
#footer-bottom {
	float: left;
	clear: both;
	background: url(templates/21/images/dotted-lines.gif) repeat-x;
	width: 920px;
	margin: 30px auto 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size: .9em;		
	color: #777;
	border-bottom: 50px solid #FFF; 
}
#footer-bottom a:hover { border: none; }
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;		
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* post */
.post {
	margin-bottom: 15px;
	background: url(templates/21/images/dotted-lines.gif) repeat-x left bottom; 
	padding-bottom: 15px;
}
.post .image-section {
	clear: both;
	display: block;
	margin: 25px 0 10px 20px;
	padding: 0;
}
.post .image-section img {
	background: #FAFAFA;
   border: 1px solid #ECECEC;	
	padding: 12px;
}
.post .postmeta {	
	padding: 5px 15px; margin: 20px 20px 15px 20px;	
	background: #f9fbfd; 
	border: 1px solid #eaf1f5;
}
.post .postmeta a { background: transparent; }
.post .postmeta a:hover { border: none; }
.post .postmeta a.comments { margin: 0 10px 0 5px;	}
.post .postmeta a.readmore { margin: 0 10px 0 5px;	}
.post .postmeta .date { margin: 0 10px 0 5px;	}

.post .post-info, 
#featured .post-info { font-size: .95em; margin-top: 0; color: #B0B0B0; }

.post .post-info a, .post .post-info a:visited,
#featured .post-info a, #featured .post-info a:visited { color: #8BB92E; border: none; }

.post .tags {
	padding: 5px 15px; margin: 20px 20px 15px 20px;	
	border-top: 1px solid #eaf1f5;
	border-bottom: 1px solid #eaf1f5;
}

/* comments list */
ol.commentlist {
	margin: 12px 20px;
	padding: 0;
	border-style: solid;	
	border-color: #F0F0F0;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 5px 0 0 0;
}
.commentlist li.alt {
	background: #F8F8F8; 
}

/* archives */
ul.archive {
	background: url(templates/21/images/dotted-lines.gif) repeat-x left top; 
	margin: 15px 20px 20px 20px;
	padding: 0;	
}
ul.archive li {
	list-style: none;
	background: url(templates/21/images/dotted-lines.gif) repeat-x left bottom; 
	margin: 0;
	padding: 10px 5px;
}
ul.archive li .post-title {
	margin: 0;
	padding: 0;
	font-size: 1.2em;	
}
ul.archive li .post-title a {
	color: #555;
}
ul.archive li .post-title a:hover {
	border: none;
	color: #222;
}
ul.archive li .post-details {
	font-size: .9em;
	margin-left: 0;
	margin-top: 0;
}
ul.archive li .post-details a {
	border: none;
}

/* pagenavigation */
.page-navigation {
	margin: 10px 20px 10px 20px;
	padding: 5px 15px;
	background: #F9F9F9;	
	border: 1px solid #F0F0F0;	
	width: 510px;
}
.page-navigation a:hover {
	border: none;
	color: #333;
}

/* thumbnails */
p.thumbs { 
	padding: 10px 0 0 0px; 
	margin: 0 0 0 15px;
}
.thumbs img { 
	position: relative;
	padding: 8px;
	margin: 4px;
	background: #FAFAFA;
   border: 1px solid #EDEDED;	
}
.thumbs img:hover	{
	border: 1px solid #D2D2D2;	
}
.thumbs a:hover { background-color: transparent; border: none }


/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }
.no-bg {	background: none; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}a, a:link, a:active, a:visited, a:hover, a.intext{
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
}
ul.c_left_menu a.menu{
	font-size:20px;
	font-weight:bold;
}
ul.c_left_menu a.middle_link{
	font-size:16px;
	font-weight:bold;
}
ul.c_left_menu a.small_link{
	font-size:16px;
	font-weight:normal;
}
td{
	font-size:16px;
	font-weight:normal;
	word-break:break-word;
}
.body{
	word-break:break-word;
}

div.object{
	cursor:pointer;
}

/*MobileMenu*/
.mobile_navigation{
	text-align: left;
	position:fixed;
	width:calc(100% - 10px);/*-10px tak kak tut bokovoy padding 5px chto v summe 10px*/
    height: 40px;
    padding: 5px;
	z-index:999998;/*menshe chem opaco na 1, a opaco menshe chem mobile menu na 1. U mobile menu 1000000*/
	box-shadow: 0 0 10px rgb(86, 83, 81);
}
.mobile_navigation a.img {
    float: right;
	margin-left:10px;
}
.mobile_navigation div.home_link{
	text-align: left;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
#mobile_menu {
    width: 220px;
	text-align:center;
}
#mobile_menu ul {
	margin:0px;
	padding:0px;
}

#mobile_menu li {
	list-style:none;
	position:relative;
}

#mobile_menu a {
	display: block;
    padding: 7px 10px 8px;
}
/*MobileMenu*/

.footer{
	margin:20px 0px 0px 0px;
	padding:10px;
}

div.search_form_sort_mobile{
	padding:10px 0px;
}

.radio_buttons input{
    display:none;
}
.radio_buttons label{
	display: inline-block;
    padding: 10px 15px;
    border: solid 1px #c2c9d4;
    margin-left: -1px;
}
.radio_buttons label:nth-child(2){
    border-radius: 3px 0px 0px 3px;
}
.radio_buttons label:last-child{
    border-radius: 0px 3px 3px 0px;
}
.radio_buttons input:checked+label{
	background:#2E9FFF;
	border-color:#2E9FFF;
	color:#fff;
}
.radio_buttons input:checked+label+input+label {
    border-left-color: #2e9fff;
}

label{
	display: inline-flex;
    align-items: center;
	cursor:pointer;
	transition:background 0.2s ease;
}
label input{
	opacity:0;
}
label input+span{
	border:1px solid #ccc;
    width:15px;
    height:15px;
    position:absolute;
	transition:border-color 0.2s ease;
}
label input[type=radio]+span{
	border-radius:50%;
}
label:hover input+span{
	border-color:#2e9fff;
}
label input:checked+span{
	border:none;
}
label input+span:after{
    position: absolute;
    top: -2px;
    left: 0;
	opacity:0;
	transition:opacity 0.2s ease;
}
label input:checked+span:after{
	opacity:1;
}
label input[type=checkbox]:checked+span:after{
	content: url(https://api.iconify.design/mdi:check.svg?color=%232e9fff&width=19);
    vertical-align: -0.125em;
}
label input[type=radio]:checked+span:after{
	content: url(https://api.iconify.design/mdi:radiobox-marked.svg?color=%232e9fff&width=19);
    vertical-align: -0.125em;
}

.suggest_list {
	position:absolute;
	display:none;
	background:		#FFFFFF;
	color:			#000000;
	border:         #CCCCCC 1px solid;
	margin: 		0px auto;
	padding:          0px;
	border-radius:    0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	z-index:100;
	text-align:center;
    -webkit-columns: 250px 3;
	-moz-columns: 250px 3;
	columns: 250px 3;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.suggest_list a {
	display:block;
	font-size:        15px;
	font-weight:      normal;
	text-decoration: none;
	padding:          12px 20px;
	break-inside:avoid;
	transition: background .2s ease;
	color:#2e9fff;
}

.suggest_list a:hover {
	background:#f7f7f7;
	text-decoration: none;
	color:#2e9fff;
}

a.current_suggetion {
	background-color:#D5DDF3;
}

a.current_suggetion {
	background-color:#D5DDF3;
}

.suggest_list a td {
	color: #000000;
}

.suggest_list a a {
	display:inline;
    FONT-WEIGHT: normal;
    COLOR: #444;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none;
	padding:2px;
	border-radius:    3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.suggest_list a a:hover {
	TEXT-DECORATION: none;
	background-color: #EAEBDF;
}

.checkbox_list {
	columns: 2;
	column-gap: 10px;
}
.suggest_list label,.checkbox_list label,.checkbox_list .label{
	display:flex;
	break-inside:avoid;
}
.suggest_list label{
	padding:4px 0px;
}
.checkbox_list label,.checkbox_list .label{
	padding:10px 0px;
}
.suggest_list div.suggest_close{
	column-span:all;
	text-align:center;
	padding:20px;
	border-top:1px solid #ccc;
	cursor:pointer;
}
.suggest_list div.suggest_close:hover {
    color: #2e9fff;
}

.adContainer {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.adItem {
	width: 300px;
    margin:10px;
}
.adItem table, .adItem .object_mobile {
    height: 100%;
	width: 100%;
}
.adItem table.border tr:last-child td {
    vertical-align: bottom;
}
.adItem table.border td {
    vertical-align: top;
}
@media only screen and (max-width : 600px),
only screen and (max-device-width : 600px){
	.adItemStretch {
		width:100%;
		margin:10px 0px;
	}
	.adItemStretch table.border{
		border-radius:unset;
		border-left:none;
		border-right:none;
	}
}

.redtext{
  font-size:        16px;
}
.greentext{
	font-size:        16px;
}
.caption {
  font-size:        20px;
  font-weight:      bold;
}

.border{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
form td.border{
	border:none;
}
div#wrongs{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}

ul.pagination {
	display:table;
	list-style-type:none;
	padding:0px;
	margin: 10px 0px;
	border-collapse:collapse;
}
ul.pagination li {
  display:table-cell;
  width:40px;
  text-align:center;
  vertical-align: middle;
  background:none;
  padding:0px;
  margin:0px;
  list-style: none;
}
ul.pagination li a{
	display:block;
	padding:10px 0px;
	margin:0px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
ul.pagination li a:hover{
	background:none;
}

input.button, button {
  font-weight:      normal;
  text-decoration:  none;
  border: 			none;
  text-align:center;
  padding:          12px 15px;
  border-radius:    4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  /*Плавный переход*/
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  cursor:pointer;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

/*SCROLL TO TOP*/
a#top-button{
	display: none;
	z-index: 999;
	opacity: .5;
	position: fixed;
	bottom: 5px;
	left: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 30px;
	line-height: 50px;
	height: 50px;
	padding: 5px;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size:18px;
	text-decoration:none;
}
a#top-button:hover{
	opacity: 1;
}

input.text, textarea, select{
  font-weight:      normal;
  margin:           1px;
  padding:          12px 0px;
  -webkit-border-radius: 4px;  
  -moz-border-radius: 4px;  
  border-radius: 4px;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
select,input[mysuggest]{
	background-color:#fff;
	background-repeat: no-repeat;
    background-position: right 50%;
}
select{
	padding-right:20px;
}
select,input[mysuggest]:not(.ms_arrow_up){
	background-image: url('https://api.iconify.design/mdi:chevron-down.svg?color=deepskyblue&width=24');
}
select:focus,.ms_arrow_up{
	background-image: url('https://api.iconify.design/mdi:chevron-up.svg?color=deepskyblue&width=24');
}
input.text:hover, textarea:hover, select:hover, input.logintext:hover{
	background-color:#eaf7ff;
}
input.text:focus, textarea:focus, select:focus{
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
	background-color:#fff;
}
#search_form input, #search_form select{
        padding:12px 0px;
        margin-bottom:1px;
}

.owner {
  font-weight:      bold;
  text-align:       center;
}

.crop{
	float:left;
	overflow:hidden; /* this is important */
	position:relative; /* this is important too */
	padding:0px;
	margin:0px;
	/*border:1px solid #ccc;*/
	width:100%;
	height:263px;
}
.circle{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.crop>img,.crop>a>img{
	position:absolute;
	margin:0px;
	min-height:100%;
	min-width:100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.crop .descr{
	position:absolute;
	padding:5px;
	overflow-x:hidden;
	box-shadow: inset 0 -90px 90px -90px #444;
	text-shadow: 1px 1px 10px black, 0 0 10px black;
	opacity: 1;
	min-width:100%;
	width: 1000px;
	left: 0px;
	bottom: 0px;
	text-align:left;
}
.crop .descr a{
	color: #FFFFFF;
}

.video{
	position:relative;
	width: 200px;
}
.video div{
	position:absolute;
	width:32px;
	height:32px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(/pictures/spec/play3.png) left top no-repeat #fff;
	border-radius:50%;
	opacity: 0.8;
	z-index:1;
}
.video img{
	width: 200px;
	height: 150px;
}

h1 {
  text-align:center;
}

table.tooltip {
  background-color: #F4F4F4;
  border-color:     #E0E3E9;
  border-style:     solid;
  border-width:     1px;
  cursor:           default;
  padding:          5px;
  border-radius:    3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  z-index:			1000000;
}

tr.error{
	background:#FF9A95;
}

ul.foto_list { 
  list-style-type:  none;
  margin:           0px 0px 1px 0px;
  width:            100%;
  padding:			0px;
}

ul.foto_list li {
  position:			relative;
  width:            184px;
  margin:		    1px;
  float:            left;
  cursor:           move;
  background-color:#888;
}
ul.foto_list li>a {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}

#queue {
	border: 1px solid #E5E5E5;
	margin-top: 10px;
	padding: 20px 3px 20px 3px;
	width: 99%;
	text-align:center;
}
#queue:hover{
	border-color:#888;
}

/*CALENDAR*/
.request, .months_div {
	overflow: hidden;
}

a.arrow
{
	width: 20px;
	padding: 1px;
	margin:0px;
	display:block;
	vertical-align: middle;
	font-size: 18px;
	font-weight:normal;
	text-decoration:none;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	border-radius:    3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*border: 1px solid #444;*/
}
a.arrow:hover
{
	background:#EAEBDF;
	text-decoration:none;
	/*color:#1B1B1B;*/
}
input.price {
	width: 40px;
}
td.calendar
{
	position:relative;
	padding:0px;
	margin:0px;
}
td.calendar_today
{
	position:relative;
	padding:0px;
	margin:0px;
}
td.selected_calendar1
{
	position:relative;
	background-color: #FE8582;
	padding:0px;
	margin:0px;
}
td.selected_calendar2
{
	position:relative;
	text-align: center;
	padding:0px;
	margin:0px;
}
td.selected_calendar3
{
	position:relative;
	background: linear-gradient(to bottom right, #fff 0%, #fff 49%, #fe8582 51%, #fe8582 100%);
	text-align: center;
	padding:0px;
	margin:0px;
}
td.selected_calendar1_today
{
	position:relative;
	background-color: #FE8582;
	text-align: center;
	padding:0px;
	margin:0px;
}
td.selected_calendar2_today
{
	position:relative;
	text-align: center;
	padding:0px;
	margin:0px;
}
td.selected_calendar3_today
{
	position:relative;
	background: linear-gradient(to bottom right, #fff 0%, #fff 49%, #fe8582 51%, #fe8582 100%);
	text-align: center;
	padding:0px;
	margin:0px;
}
div.calendar_date {
	width: 40px;
	padding: 4px;
	margin:0px;
	font-size: 25px;
	font-weight:normal;
	text-align: center;
}
td.calendar_today div, td.selected_calendar1_today div, td.selected_calendar2_today div, td.selected_calendar3_today div {
	padding: 2px;
}
div.currency {
	position:absolute;
	bottom:0px;
	right:0px;
	padding:0px;
	margin:0px;
	font-size:9px;
}
td.calendar_today div.currency, td.selected_calendar1_today div.currency, td.selected_calendar2_today div.currency, td.selected_calendar3_today div.currency {
	bottom:-2px;
	padding:0px;
}
div.light_date {
	width: 40px;
	padding: 4px;
	margin:0px;
	font-size: 25px;
	font-weight:normal;
	color: #1B1B1B;
	background-color: #FF0000;
	text-align: center;
	cursor:pointer;
}
a.free_date
{
	width: 40px;
	padding: 4px;
	margin:0px;
	display:block;
	font-size: 25px;
	font-weight:normal;
	text-decoration:none;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
a.free_date:hover
{
	color:#FFFFFF;
	text-decoration: none;
}
a.free_date:hover .price_in_cal {
	color:#FFFFFF;
}
a.light_date
{
	width: 40px;
	padding: 4px;
	margin:0px;
	display:block;
	font-size: 25px;
	font-weight:normal;
	background-color: #FF0000;
	text-decoration:none;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
a.light_date:hover
{
	text-decoration:none;
}
a.free_date2
{
	width: 40px;
	padding: 4px;
	margin:0px;
	display:block;
	font-size: 25px;
	font-weight:normal;
	text-decoration:none;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
a.free_date2:hover
{
	text-decoration:none;
}
a.requested_date,a.requested_date_first,a.requested_date_last
{
	width: 40px;
	padding: 4px;
	margin:0px;
	display:block;
	font-size: 25px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
}
a.requested_date:hover,a.requested_date_first:hover,a.requested_date_last:hover
{
	text-decoration:none;
}
a.requested_date .price_in_cal,a.requested_date_first .price_in_cal,a.requested_date_last .price_in_cal
{
	color:#FFFFFF;
}
td.calendar_today a, td.selected_calendar1_today a, td.selected_calendar2_today a, td.selected_calendar3_today a {
	padding: 2px;
}

/*CALENDAR ADAPTIVE*/
@media only screen and (max-width : 350px),
only screen and (max-device-width : 350px){
	td.calendar_today, td.selected_calendar1_today, td.selected_calendar2_today, td.selected_calendar3_today{
		border-width: 1px;
	}
	div.calendar_date, div.light_date, a.free_date, a.light_date, a.free_date2, a.requested_date, a.requested_date_first, a.requested_date_last{
		width:36px;
		padding:4px 1px;
	}
	td.calendar_today div, td.selected_calendar1_today div, td.selected_calendar2_today div, td.selected_calendar3_today div, td.calendar_today a, td.selected_calendar1_today a, td.selected_calendar2_today a, td.selected_calendar3_today a{
		padding: 2px 0px;
	}
}
/*END CALENDAR ADAPTIVE*/

.price_in_cal {
	font-size: 14px;
	font-weight:normal;
	color:#484848;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.date_min {
	display:none;
}

.red_circle {
	margin-left: 0px;
	margin-top: 1px;
	padding: 0px;
    width: 7px;
    height: 7px;
    background: red;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.green_circle {
	margin-left: 0px;
	margin-top: 1px;
	padding: 0px;
    width: 7px;
    height: 7px;
    background: green;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.mail_blank_circle {
	margin-left: 0px;
	margin-top: 1px;
	padding: 0px;
    width: 7px;
    height: 7px;
    background: green;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.star {
	display: block;
	margin-left: 0px;
	margin-top: 1px;
	width: 7px;
    height: 7px;
}
/*END CALENDAR*/

/*SWIPER*/
.swiper_container{/*relative for foto_counter*/
	position:relative;
}
.swiper{/*overflow*/
	overflow-x:auto;
	overflow-y:hidden;
	width:100vw;
	scroll-snap-type:x mandatory;
}
.swiper>div{/*container, width=count of elements*/
	display:flex;
	align-items:center;
}
.swiper>div>div{/*element s soderjimym*/
	scroll-snap-align:start;
	scroll-snap-stop:always;
	text-align:center;
}
.foto_counter.hidd{
	display:none;
}
.swiper_container:hover>.foto_counter.hidd{
	display:block;
}
.foto_counter.fcm a{
	cursor:default;
}
.foto_counter>a{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	z-index:1;
}
.foto_counter>a.zoomin{
	top:0px;
	right:0px;
	padding:6px 6px 20px 20px;
	transform:none;
}
.foto_counter>a.prefoto{
	left:0px;
	padding:20px 20px 20px 10px;
}
.foto_counter>a.nextfoto{
	right:0px;
	padding:20px 10px 20px 20px;
}
.foto_counter>a>svg{
	box-shadow:0 0 10px rgb(16, 13, 11);
	background:rgba(0,0,0,0.3);
	border-radius:50%;
	color:#fff;
}
.foto_counter>div{
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:1;
	padding:5px;
	font-size:12px;
	background:#4F5054;
	color:#fff;
	border-radius:5px;
}
/*END SWIPER*/

.flexh{
	display:flex;
	justify-content:space-evenly;
	text-align:center;
	flex-wrap: wrap;
}
.flexh div{
	margin: 5px;
}
.flexh div div {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.flexh div sup{
    font-size:9px;
}

.phonebtn{
	color:#fff;
	transition:.5s;
}
.phonebtn2{
	margin:5px 8px;
	border-radius:3px;
	background:#97cf27;
	text-align:center;
	cursor:pointer;
	display:block;
}
.phonebtn2:hover{
	background:#72b50e;
}
.phonebtn.phonebtn2>a{
	display:block;
	padding:10px;
	color:#fff;
}
.phonebtn>a{
	display:none;
}

.like{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}
.mlike{
	position:fixed;
	color:#fff;
	/*opacity: 0.2;*/
	padding:15px;
	bottom: 0px;
	right: 0px;
	box-shadow: inset 0 -90px 90px -90px #333;
	text-decoration:none;
	z-index:11;
}
.like2{
	padding: 10px 0px;
}
@media only screen and (max-height : 350px),
only screen and (max-device-height : 350px){
	#phone_message,.mlike{
		display:none;/*position:unset; ne rabotaet naverno iz-za togo chto position yavno zadan cherez style*/
	}
	#top-button{
		visibility:hidden;/*display:none ne rabotaet naverno iz-za togo chto display zadayotsya cherez javascript*/
	}
	.mobile_navigation{
		position:unset;
	}
}

.context_menu{
	display:none;
	text-align:center;
	margin:0px;
	padding:0px;
	border: none;
	list-style:none;
	font-weight:bold;
	position: absolute;
	border-radius:3px;
	box-shadow: 0px 0px 10px rgba(68,68,68,0.75);
	z-index:100;
}

.context_menu li{
	display:block;
	background:#f0f0f0;
}

.context_menu li a{
	display:block;
	padding:12px 15px;
	color:#000;
	background:#f0f0f0;
	text-decoration:none;
	transition: All 0.8s ease;
}

.context_menu > li:first-child > a{
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

.context_menu > li:last-child > a{
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

.context_menu>li:not(:last-child)>a {
    border-bottom: 1px solid #d7d7d7;
}

.context_menu li a:hover{
	color:#000;
	background-color: #90c8f6;
	text-decoration:none;
}

.first_letter_bold:first-letter{
	font-weight:bold;
	color:#000;
}

.similar_bottom{
	margin:50px 0px;
}
a.showmap{
	display:block;
	height:100%;
	font-size:50px;
}
a.showmap.mob{
	font-size:40px;
}
a.showmap>div{
	font-size:250px;
	opacity:0.1;
	transition:.2s ease;
}
a.showmap.mob>div{
	font-size:200px;
}
a.showmap:hover>div{
	opacity:1;
	transform:translateY(10px);
}
.dialog2 {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	background:#eee;
	padding:0px 10px 10px 10px;
	max-width:800px;
}
.sdate{
	display:flex;
	align-items: center;
    justify-content: space-between;
}
.sdate :first-child{
	flex-grow:.1;
}
.sdate :nth-child(2){
	flex-grow:1;
}
/*My slder draggable*/
.slider{
	width:300px;
	height:20px;
	overflow-x:scroll;	
	overflow-y: hidden;
	cursor:pointer;
	color:rgb(0,0,0,0);
    background-image:url(/pictures/spec/scroll_foto_stena.png);
    background-position:5px center;
    background-repeat:repeat-x;
	margin:0 auto;
}
.slider div{
	width:3000px;
}
.slider::-webkit-scrollbar{
	height:20px;
	background-color:rgb(0,0,0,0);
}
.slider::-webkit-scrollbar-thumb{
	border-radius:20px;
	-webkit-box-shadow:inset 0 0 6px rgba(82,67,67,1);
	background-color:#888;
}
/*MobileMenu*/
.mobile_navigation{
    background: #fff;
	border-bottom: solid 1px #E0E3E9;
}
#mobile_menu {
	background: #fff;
    border-left: solid 1px #E0E3E9;
}

#mobile_menu a {
    border-bottom: solid 1px #E0E3E9;
}
/*MobileMenu*/

.footer{
	border-top: solid 1px #E0E3E9;
	background: #fff;
}

div.search_form_sort input:checked+label,div.search_form_sort label:hover {
	background:#2E9FFF;
}

.redtext{
  color:         #D20606;
}
.greentext{
	color:         #5CB029;
}
.caption {
  color:#2E9FFF;
}

.border{
	border:none;
	margin-bottom: 15px;
	border-radius:    3px;
	background:#fff;
	box-shadow: 0 0 12px 4px rgb(0 0 0 / 5%);
	transition: all 0.5s;
}
.border:hover {
    box-shadow: 0 0 12px 4px rgb(0 0 0 / 12%);
}
.shady{
	background:#fff;
}

td.wrong input,td.wrong select,td.wrong textarea,td.td_form_wrong input,td.td_form_wrong select,td.td_form_wrong textarea, input.wrong, textarea.wrong{
	background:#FFD4D5;
}
select.wrong{
	border-color:#D20606;
}
div#wrongs{
	color:#D20606;
}

ul.pagination li {
  border:solid 1px #ddd;
}
ul.pagination li a{
	color:#444;
	font-size:{SIZE_PAGINATION};
	background:#fff;
}

.date_ok,.date_expired {
	font-size:13px;
	color:#757575;
}

input.button {
  color:            #fff;
  font-size:        14px;
  background:#2E9FFF;
}

input.text, textarea, select{
  border: solid 1px #C2C9D4;
  font-size: 15px;
}
input.text:focus, textarea:focus, select:focus, input.logintext:focus { 
    box-shadow: 0 0 5px rgba(81,203,238,1);
	-webkit-box-shadow: 0 0 5px rgba(81,203,238,1);
	-moz-box-shadow: 0 0 5px rgba(81,203,238,1);
	border: 1px solid rgba(81,203,238,1);
}

.owner {
  color:            #fff;
  background: #080;
  font-size:        14px;
}

.crop .descr{
	color: #fff;
	background:#2E9FFF;
}

/*CALENDAR*/
td.calendar_today
{
	border: 2px solid #2E9FFF;
}
td.selected_calendar1_today
{
	border: 2px solid #2E9FFF;
}
td.selected_calendar2_today
{
	border: 2px solid #2E9FFF;
}
td.selected_calendar3_today
{
	border: 2px solid #2E9FFF;
}
a.free_date:hover
{
	background:#2E9FFF;
}
a.requested_date,a.requested_date_first,a.requested_date_last
{
	background: #2E9FFF;
}
/*END CALENDAR*/