@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic&amp;subset=latin,cyrillic);

/* Модальное окно */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {

}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.html') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.html'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}
div[id^="inline"] {
	display: none;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.html');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite%402x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading%402x.html');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* Модальное окно */

/* CallHunter */

@font-face {
  font-family: 'callhunter';
  src: url('http://cdn.sellpost.pro/css/font-callhunter/callhunter.eot?85639607');
  src: url('http://cdn.sellpost.pro/css/font-callhunter/callhunter.eot?85639607#iefix') format('embedded-opentype'),
       url('http://cdn.sellpost.pro/css/font-callhunter/callhunter.woff?85639607') format('woff'),
       url('http://cdn.sellpost.pro/css/font-callhunter/callhunter.ttf?85639607') format('truetype'),
       url('http://cdn.sellpost.pro/css/font-callhunter/callhunter.svg?85639607#callhunter') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "callhunter";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-callhunter:before { content: '\e80b'; } /* '' */


@keyframes pulse {
0% 		{background-color: rgba(0, 174, 243, 0.5);}
50% 	{background-color: rgba(0, 174, 243, 1);}
100% 	{background-color: rgba(0, 174, 243, 0.5);}
}

#wrap1 {

}

a.callhunter_open {
	position: fixed;
  right: 25px;
  bottom: 25px;
  border-radius: 50%;
  background-color: rgba(0, 174, 243, 0.75);
  animation: pulse 2s infinite;
  width: 100px;
  height: 100px;
  z-index: 9999;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  padding: 30px 0px;
  box-sizing: border-box;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
}
div#modal_callhunter {
	display: none;
	font-family: 'Roboto Condensed', sans-serif;
}
div#modal_callhunter h1 {
	font-size: 18px;
  text-align: center;
  line-height: 100%;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
}
div#modal_callhunter input[type='text'], div#modal_callhunter input[type='tel']{
	width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  height: 42px;
  padding: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 20px;
  border: 0px;
  background-color: #fff;
  color: #000;
}
div#modal_callhunter form {
	margin: 0px;
}
div#modal_callhunter input[type='submit'] {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
  border: 0px;
  outline: 0px;
  width: 100%;
}

div#modal_callhunter input[type='submit']:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
div#modal_callhunter input[type='submit']:active {
	background: #2980b9;
  background-image: -webkit-linear-gradient(top, #2980b9, #3498db);
  background-image: -moz-linear-gradient(top, #2980b9, #3498db);
  background-image: -ms-linear-gradient(top, #2980b9, #3498db);
  background-image: -o-linear-gradient(top, #2980b9, #3498db);
  background-image: linear-gradient(to bottom, #2980b9, #3498db);
}
/* CallHunter */
div#modal_leavehunter {
	display: none;
	max-width: 400px;
	padding: 25px;
	font-family: 'Roboto Condensed', sans-serif;
}
div#modal_leavehunter h1 {
	font-size: 36px;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
}
div#modal_leavehunter p {
	line-height: 100%;
  font-weight: lighter;
  text-align: center;
  padding-bottom: 30px;
  font-size: 20px;
}
div#modal_leavehunter input[type='text'], div#modal_leavehunter input[type='tel']{
	width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  height: 42px;
  padding: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 20px;
  border: 0px;
  background-color: #fff;
  color: #000;
}
div#modal_leavehunter form {
	margin: 0px;
}
div#modal_leavehunter input[type='submit'] {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
  border: 0px;
  outline: 0px;
  width: 100%;
}

div#modal_leavehunter input[type='submit']:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
div#modal_leavehunter input[type='submit']:active {
	background: #2980b9;
  background-image: -webkit-linear-gradient(top, #2980b9, #3498db);
  background-image: -moz-linear-gradient(top, #2980b9, #3498db);
  background-image: -ms-linear-gradient(top, #2980b9, #3498db);
  background-image: -o-linear-gradient(top, #2980b9, #3498db);
  background-image: linear-gradient(to bottom, #2980b9, #3498db);
}
/* LeaveHunter */
/* Дизайн счетчика светлая тема */
span.ctd_theme_style1 {
  width: 100%;
  display: block;
  zoom: 1;
} 
span.ctd_theme_style1:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
span.ctd_theme_style1>span {
	background: #ececec;
	background: -moz-linear-gradient(top,  #ececec 0%, #bdbdbd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#bdbdbd));
	background: -webkit-linear-gradient(top,  #ececec 0%,#bdbdbd 100%);
	background: -o-linear-gradient(top,  #ececec 0%,#bdbdbd 100%);
	background: -ms-linear-gradient(top,  #ececec 0%,#bdbdbd 100%);
	background: linear-gradient(to bottom,  #ececec 0%,#bdbdbd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#bdbdbd',GradientType=0 );
  color: #000;
  width: 23%;
  display: block;
  float: left;
  border-radius: 5px;
  font-size: 32px;
  line-height: 32px;
  padding: 5% 0%;
  margin: 0 1%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
span.ctd_theme_style1>span.day:after, span.ctd_theme_style1>span.hour:after, span.ctd_theme_style1>span.min:after, span.ctd_theme_style1>span.sec:after {
  position: absolute;
  font-size: 12px;
  bottom: -30px;
  left: 0px;
  text-align: center;
  width: 100%;
  color: #ececec;
}
span.ctd_theme_style1>span.day:after  { content: 'Дней';   }
span.ctd_theme_style1>span.hour:after { content: 'Часов';  }
span.ctd_theme_style1>span.min:after  { content: 'Минут';  }
span.ctd_theme_style1>span.sec:after  { content: 'Секунд'; }
/* Дизайн счетчика светлая тема */

/* Дизайн счетчика темная тема */
span.ctd_theme_style2 {
  width: 100%;
  display: block;
  zoom: 1;
} 
span.ctd_theme_style2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
span.ctd_theme_style2>span {
	background: #3D0010;
	background: -moz-linear-gradient(top,  #860F1A 0%, #3D0010 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#860F1A), color-stop(100%,#3D0010));
	background: -webkit-linear-gradient(top,  #860F1A 0%,#3D0010 100%);
	background: -o-linear-gradient(top,  #860F1A 0%,#3D0010 100%);
	background: -ms-linear-gradient(top,  #860F1A 0%,#3D0010 100%);
	background: linear-gradient(to bottom,  #860F1A 0%,#3D0010 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#860F1A', endColorstr='#3D0010',GradientType=0 );
  color: #ccc;
  width: 23%;
  display: block;
  float: left;
  border-radius: 5px;
  font-size: 32px;
  line-height: 32px;
  padding: 5% 0%;
  margin: 0 1%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
span.ctd_theme_style2>span.day:after, span.ctd_theme_style2>span.hour:after, span.ctd_theme_style2>span.min:after, span.ctd_theme_style2>span.sec:after {
  position: absolute;
  font-size: 12px;
  bottom: -30px;
  left: 0px;
  text-align: center;
  width: 100%;
  color: #860F1A;
}
span.ctd_theme_style2>span.day:after  { content: 'Дней';   }
span.ctd_theme_style2>span.hour:after { content: 'Часов';  }
span.ctd_theme_style2>span.min:after  { content: 'Минут';  }
span.ctd_theme_style2>span.sec:after  { content: 'Секунд'; }
/* Дизайн счетчика темная тема */



.yvedw{}
.yved{
  position: fixed;
  right: 20px;
  top: 50px;
  width: 350px;
  vertical-align: middle;
  //height: 80px;
  color: #FFF;
  padding: 15px;
  font-size: 15px;
	z-index: 999999;
  display: none;
    box-sizing: border-box;
    padding-left: 60px;
    font-family: 'Roboto', sans-serif;
}
.yved:after {
		content: '';
		display: block;
    position: absolute;
    top: -17px;
    right: -17px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    background-image: url('fancybox_sprite.png');
}




.yvedi{
    float: left;
    width: 32px!important;
    margin-right: 10px;
    margin-top: 9px;
    margin-bottom: 9px;
}
.yvedt{
    width: 278px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.yvedf1{
    background-color: rgba(0, 0, 0, 0.75);
	background-image: url('cart.png');
	 background-position: 15px 50%;
  background-repeat: no-repeat;

}
.yvedf2{
	background-color: rgba(21, 39, 57, 0.75);
	background-image: url('phone.html');
	 background-position: 15px 50%;
  background-repeat: no-repeat;

}
.yvedvt{
    float: left;
    //height: 50px;
    padding: 5px 0px;
    display: inline-block;
    vertical-align: middle;
}
div#modalform {
 font-family: 'Roboto Condensed', sans-serif;
     background: #F6F6F6;
    color: #444;
    text-shadow: none;
}
div#modalform h1 {
 font-size: 18px;
  text-align: center;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
}
div#modalform input[type='text'], div#modalform input[type='tel'] {
 width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  height: 42px;
  padding: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 20px;
  border: 0px;
      background-color: white;
    text-align: left;
}
div#modalform form {
 margin: 0px;
}
div#modalform input[type='submit'] {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
  border: 0px;
  outline: 0px;
  width: 100%;
}


div#modalform input[type='submit']:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
div#modalform input[type='submit']:active {
 background: #2980b9;
  background-image: -webkit-linear-gradient(top, #2980b9, #3498db);
  background-image: -moz-linear-gradient(top, #2980b9, #3498db);
  background-image: -ms-linear-gradient(top, #2980b9, #3498db);
  background-image: -o-linear-gradient(top, #2980b9, #3498db);
  background-image: linear-gradient(to bottom, #2980b9, #3498db);
}






div.babyinst {
	
	display: none;
	
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	width: 240px;
	    border-radius: 5px;
  top: 10px;
  right: 10px;
  z-index: 7000;
}
div.babyinst .inst_head {
	width: 100%;
	height: 34px;
	color: #fff;
	padding: 8px;
	line-height: 18px;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

div.babyinst .inst_head img {
	width: 18px;
  height: 18px;
  padding-right: 5px;
  vertical-align: text-bottom;
}

div.babyinst .inst_body {
	color: #fff !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 8px;
	padding-bottom: 12px;
}
div.babyinst .inst_body .inst_ava {
	width: 32px;
	height: 32px;
	background-size: cover;
	border-radius: 50%;
	    float: left;
    margin-right: 10px;
}
div.babyinst .inst_body p {
	line-height: 16px;
	color: #fff !important;
	margin-bottom: 0px !important;
}