/*css*/
@import url(https://fonts.googleapis.com/css?family=Bad+Script&subset=latin,cyrillic);
@import "/resources/css/reset.css";
@import "/resources/css/skeleton.css";
@import "/resources/css/superfish.css";
@import "/resources/css/form.css";

html, body {}

a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
* {
	-webkit-text-size-adjust: none;
}

/* for children list */
.current {
	color: red;
}

#about-child {
	display: none;
}


.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.fleft {float:left;}
.fright {float:right;}
.clear {clear:both; line-height:0; font-size:0; width:100%;}
.wrapper, .wrapper-extra, .extra-wrap{
	position: relative;
	width: 100%;
	/*overflow:hidden; */
}
.wrapper2{
	position: relative;
	width: 100%;
}
.wrapper-after:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.dis-block{display: block;}
.dis-inblock{display: inline-block;}

.txt_left{text-align: left;}
.txt_right{text-align: right;}
.txt_cntr{text-align: center;}
.txt_ital{font-style: italic;}
.txt_line_through{text-decoration: line-through;}


.marg-left-0{margin-left:0 !important;}	
.marg-right-0{margin-right:0 !important;}
.marg-left-right-0{margin-left:0 !important; margin-right:0 !important;}
.last-mbot{margin-bottom:0 !important;}	
.last-pbot{padding-bottom: 0 !important;}
.last-mpbot{margin-bottom:0 !important;padding-bottom:0 !important;}

.marRight1{margin-right: 33px;}
.marRight2{margin-right: 55px;}
.marTop1{margin-top: 21px;}
.marSide1{
	margin-left: 9px;
	margin-right: 9px;
}

.marBot1{margin-bottom: 20px;}
.marBot2{margin-bottom: 18px;}
.marBot3{margin-bottom: 41px;}
.marBot4{margin-bottom: 24px;}

.border_botom{border-bottom: 1px solid #f2f2f2; margin-bottom: 25px; padding-bottom: 7px;}

.fs12{font-size: 12px;}

.box{overflow: hidden;}
.bold{font-weight: bold;}
.pos_rel{position: relative;}
.color1{color: #c48408;}
.color2{color: #2b91ab;}

/* Global properties ======================================================== */
html, body { padding:0; margin:0; height:100%;}

body {
	font:13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#555555;
	background: #edece8;
	background: url(/resources/images/bg_pattern.png) 0 0 repeat-x #edece8;
	min-width:300px;
}
#back-top {
  position: fixed;
  left: 51%;
  margin-left: 500px;
  bottom: 90px;
  z-index: 1000;
  display: none;
  width: 31px;
  height: 25px;
  background: url("/resources/images/up-arrow.png") no-repeat;
  background-position: 0 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#back-top:hover {
  background:  url("/resources/images/up-arrow.png") no-repeat;
  background-position: -30px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main {
	width:100%;
	height: auto;
	padding:33px 0 0 0; 
	/*background: #fafafa;*/
}
.div-content {
	width:100%;
	margin:0 auto;
	padding-bottom:0;
}

h2.title-section {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.3em;
}

p.title-section-small {
    margin-top: 20px;
}


/***********************************************************************/
/*===============================>H-logo-properties=========================*/
header h1 {
    display: inline-block;
    float:left;
    margin:-3px 0px 0 -2px;
}
h1 img{max-width: inherit;}
header h1 a{display:inline-block;}
.slogan{
    position: relative;
    font:bold 18px/22px 'PT Sans', Arial, sans-serif;
    color:#c48408;
    margin-top: 41px;
    width: 170px;
    float: left;
}
.h4_txt{
	font:14px/20px 'PT Sans', Arial, sans-serif;
	color:#459db3; 
}
.comments_section{
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 14px;
	font:11px/11px 'PT Sans', Arial, sans-serif;
	color:#459db3; 
}
.age_section{
	font:bold 18px/21px 'PT Sans', Arial, sans-serif;
	color:#459db3; 
}
.age_text{
	display: inline-block;
	margin-top: 3px;
	font:14px/14px 'PT Sans', Arial, sans-serif;
	color:#459db3; 
}

p{margin-bottom: 10px;}
img{max-width:100%; height:auto; margin-bottom: 0px;}
.img1{
	display: inline-block;
	margin-bottom: 9px;
	border: 2px solid #fff;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.img1_bot2{margin-bottom: 20px;}
.img1_bot3{margin-bottom: 16px;}
.imgIndent{
	float: left;
	margin-top: 5px;
	margin-right: 21px;
}
a {
	text-decoration:none; 
	cursor:pointer; 
	color: #459db3;
}
a.link2{color: #939368;}
a.link_cntr {
	margin-bottom: 14px;
	display: inline-block;
}
a:hover {
	text-decoration:underline;
	color: #434343;
}
a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/************Header************/
header{
	position: relative;
	padding-bottom: 3px;
	background: url(/resources/images/header-bg-1.png) center 0px no-repeat;
	min-height: 194px;
	z-index: 1000;
	display: block;
}
header.v2{margin-bottom: 29px;}
.bot_line{
	width: 100%;
	height: 1px;
	display: inline-block;
	background: #f2f2f2;
	margin-top: 2px;	
	margin-bottom: 42px;	
}
	
/************Content***********/

/* ============================= lists ====================== */
.listWithMarker {
  margin: 0;
  margin-top: 13px;
  margin-bottom: 28px;
  display: inline-block;
}
.listWithMarker li {
  display: block;
  padding-left: 20px;
  margin-bottom: 12px;
}
.listWithMarker li a {
  display: inline-block;
  color: #939368;
  font:bold 13px/16px "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
}
.listWithMarker li a:hover {
  color: #2b91ab;
}
/* ============================= end lists ====================== */


.more_btn {
	display: inline-block;
	text-decoration:underline;
	color:#2b91ab;
	font:20px/20px "PT Sans", Arial, sans-serif;
    margin-top: 6px;
    margin-bottom: 10px;
}
.more_btn:hover, .more_btn .active a{
	color:#939368;
}

figure{display: block;}
.address{margin-bottom: 40px;}
.address figure.img_inner {
	display: block;
	height: auto;
	line-height: 0;
	padding-bottom: 0px;
	overflow: hidden;
	padding-top: 4px;
	margin-bottom: 5px;
}
.address figure iframe {
	width: 100%;
	max-width:340px;
	height: 217px;
}
address{
	font-style: normal;
	display: inline-block;
}
address dl dt{
	font-weight: bold;
}
address dd span{
	position: relative;
	display: inline-block;
	width: 94px;
}
address a, .link1{
	color: #939368;
}

.bg_1{
	position: relative;
	background: url(/resources/images/header_bg_2.png) 55% bottom no-repeat;
	top: -198px;
	margin-bottom: -238px;
	min-height: 848px;
}

.min_h1{min-height: 848px;}


@media (max-width: 480px) {
    .main-page + .bg_1 {
        min-height: 725px;
    }
    .main-page + .bg_1 .min_h1 {
        min-height: 710px;
    }
}
.object1{
	position: absolute;
	display: inline-block;
	width: 102px;
	height: 80px;
	/*background: url(../images/object1.png) 0 0 no-repeat;*/
	top: 371px;
	left: 220px;
	z-index: 0;
}
.object2 {
	position: absolute;
	display: inline-block;
	width: 194px;
	height: 101px;
	background: url(../images/object2.png) 0 0 no-repeat;
	top: -36px;
	right: -38px;
	z-index: 0;
}
.object3{
	position: absolute;
	display: inline-block;
	width: 102px;
	height: 80px;
	/*background: url(../images/object1.png) 0 0 no-repeat;*/
	top: 60px;
	right: 200px;
	z-index: 0;
}
.img_baby{
	position: absolute;
	display: inline-block;
	width: 989px;
	height: 688px;
	background: url(/resources/images/img-baby.png) right 130px no-repeat;
	top: 0;
    right: 9px;
    z-index: -1;
    background-size: 49%;
}
/*------start list_carousel ------- */
.list_carousel {
  padding: 0 0 23px;
  margin-top: 444px;
  position: relative;
  margin-top: 0px;
  padding-top: 452px;
  margin-left: 7px;
}

.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  cursor: default;
  margin-left: 2px !important;
}
.list_carousel li {
  padding: 0;
  /*width: 220px !important;*/
  margin-right:20px !important;
  float: left;
  padding-bottom: 20px;
}

.list_carousel.responsive {
  width: auto;
}
.prev,
.next {
  position: absolute;
  bottom: 2px;
  display: block;
  width: 22px;
  height: 30px;
}
.next {
  background: url(/resources/images/next.png) no-repeat 0 0;
  right: 19px;
}
.prev {
  background: url(/resources/images/prev.png) no-repeat 0 0;
  left: 0px;
}
.prev:hover,
.next:hover {
  background-position: 0 bottom;
}
/*------end list_carousel ------- */





/*********************************start magnifier2*************************************/
.magnifier2 {
    position:relative;
    /*display:block;*/
    display: inline-block;
}
.magnifier2.v2{margin-bottom: 15px;}
.magnifier2 img{
	border: 2px solid #fff;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);

	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}
.zoom{
	position: absolute;
	width: 100%;
	height: 100%;
	border: 18px solid #2b91ab;
	top: 0;
	left: 0;
	-webkit-transition: all 0.6s ease;
  	-moz-transition: all 0.6s ease;
  	-o-transition: all 0.6s ease;
  	transition: all 0.6s ease;

  	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}
a.magnifier2:hover .zoom{
	opacity: 1
}
a.magnifier2 .zoom{
	opacity: 0;
}
a.magnifier2{display: block;}

/*********************************end magnifier2*************************************/
/************Footer************/
footer{ 
	width: 100%;
	font-family: Arial, Helvetica, sans-serif; 
	display: block;
	margin-top: 3px;
	padding-top: 100px;
	background: url('/resources/images/footer_bg.png') 0 0 no-repeat;
}
.main-footer{
	padding-top: 75px;
	padding-bottom: 21px;
}
.main-footer p {
	margin:0;
	margin-top: 1px;
	margin-left: 2px;
	font:normal 12px/15px 'PT Sans', Arial, sans-serif;
	color:#aaa987;
	letter-spacing: 1px;
}
.main-footer p:first-child {
    float: left;
}
.main-footer p:first-child + p {
    float: right;
}
@media (max-width: 995px) {
    .main-footer p:first-child + p {
        float: left;
    }
}
footer a{color:#aaa987;}
footer a:hover{color:#000}

/*===== Ksenia style =====*/
#mm1 {
    display: none !important;
}
header.main-page h1 {
    position: absolute;
    top: 203px;
}
header nav > ul {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Bad Script', cursive;
    font-size: 20px;
}
header nav > ul > li {
    display: table-cell;
    width: 0%;
    padding: 10px;
    /*max-width: 195px;*/
    text-align: center;
    line-height: 21px;
    text-transform: lowercase;
}
header nav > ul > li > a:hover, header nav > ul > li > a:focus, header nav > ul > li > span {
    color: #939368;
    text-decoration: none;
}
/*header nav > ul > li:first-child {
    position: relative;
    top: 13px;
}
header nav > ul > li:first-child + li {
    padding: 10px 20px;
}
header nav > ul > li:first-child + li + li {
    max-width: 60px;
}
header nav > ul > li:first-child + li + li + li {
    max-width: 132px;
}
header nav > ul > li:first-child + li + li + li + li {
    max-width: 150px;
}
header nav > ul > li:first-child + li + li + li + li + li {
    max-width: 150px;
}
header nav > ul > li > ul {
    background: url("/resources/images/bg-menu.png") repeat-y 0 0;
}*/
header.etc-page {
    background: url(/resources/images/header_bg_2.png) center no-repeat;
}
header.etc-page nav {
    position: absolute;
    top: 148px;
}
header + .container_12 {
    margin-top: 40px;
    min-height: 600px;
}
.shortList-news {
    margin-bottom: 20px !important;
}
.shortList-news > a, .shortList-news > a:visited {
    font-size: 15px;
    color: #c48408;
}
.shortList-news > a:hover, .shortList-news > a:focus {
    color: #434343;
}
.shortList-news h4 {
    margin-bottom: 7px;
}
/* Контакты */
.contact-page {
    font-family: 'Trebuchet MS', 'PT Sans', sans-serif;
}
.contact-page .img_inner {
    min-height: 450px;
    border: 2px solid #fff;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.contact-page .section {
    margin-top: 22px;
}
.contact-page .grid_4 {
    margin-left: 0;
}
.contact-page .grid_8 {
    margin-right: 0;
}
.contact-page h3 {
    margin: 13px 0 10px;
    font-family: 'Trebuchet MS', 'PT Sans', sans-serif;
    font-size: 14px;
    color: #2b91ab;
}
.contact-page h3.no-mrg {
    margin-top: 0;
}
.contact-page h4 {
    margin-bottom: 0;
    font-family: 'Trebuchet MS', 'PT Sans', sans-serif;
    font-size: 13px;
    color: #2b91ab;
}
.contact-page .address {
    font-size: 14px;
    margin-bottom: 17px;
}
.contact-page .address h4,
.contact-page .partnerships h4 {
    font-size: 14px;
    line-height: 17px;
    color: #555555;
    margin-bottom: 12px;
}
.pagination-block .pagination {
    display: inline-block;
    font-size: 18px;
    color: #939368;
    font-weight: bold;
}
.pagination-block .pagination > a, .pagination-block .pagination > a:visited {
    color: #939368;
}
.pagination-block .pagination > a:hover, .pagination-block .pagination > a:focus,
.pagination-block .pagination > span {
    text-decoration: none;
    color: #459db3;
}
.pagination-block .pagination > a,
.pagination-block .pagination > span {
    display: inline-block;
    padding: 6px 9px 10px;
}
.prev-page, .next-page {
    display: inline-block;
    width: 22px;
    height: 30px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pagination-block .next-page {
    background: url(/resources/images/next.png) no-repeat 0 0;
    margin-left: 15px;
}
.pagination-block .prev-page {
    background: url(/resources/images/prev.png) no-repeat 0 0;
    margin-right: 15px;
}
.prev-page:hover, .prev-page:focus, .next-page:hover, .next-page:focus {
    background-position: 0 bottom;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post-page .photos-block > .grid_3:nth-child(3n+1) {
    margin-left: 0;
}
.post-page .photos-block > .grid_3:nth-child(3n+3) {
    margin-right: 0;
}
.post-page .photos-block > .grid_3:nth-child(3n+1) {
    margin-right: 10px;
}
.child-page .grid_4 .wrapper.marBot4 h4,
.child-page .grid_4 .wrapper.marBot4 .h4_txt,
.main-baby #carousel > li h4,
.main-baby #carousel > li .h4_txt {
    color: #459db3;
}
.child-page .grid_4 .wrapper.marBot4 h4,
.main-baby #carousel > li h4 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
}
.child-page #children-list .grid_4:first-child,
.child-page #children-list .grid_4:nth-child(3n+1) {
    margin-left: 0;
}
.child-page #children-list .grid_4:nth-child(3n+3) {
    margin-right: 0;
}
.child-page .filter {
    background: url("/resources/images/filter_bg.png") no-repeat 0 0;
    padding: 12px 45px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
}
.child-page .filter #gender-filter {
    float: left;
}
.child-page .filter #age-filter {
    float: right;
}
.child-page .filter a, .child-page .filter a:visited {
    display: inline-block;
    padding: 0 3px;
    color: #fff;
}
.child-page .filter a:hover, .child-page .filter a:focus, .child-page .filter a.current {
    text-decoration: none;
    color: #bce5f1;
}
.child-page .filter .title-filter {
    color: #ffd177;
}
.child-product {
    position: relative;
}
.icon-home {
    display: inline-block;
    width: 42px;
    height: 57px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: url("/resources/images/icon-home.png") no-repeat center;
}
.icon-cloud {
    display: inline-block;
    width: 135px;
    height: 76px;
    position: absolute;
    bottom: 33px;
    left: -18px;
    z-index: 2;
    background: url("/resources/images/cloud_home.png") no-repeat center;
}
@media (max-width: 996px) {
    header nav ul > li:first-child {
        padding: 10px 0;
    }
    header nav ul > li:first-child + li {
        padding: 10px 0px;
        max-width: 180px;
    }
    header nav ul > li:first-child + li + li {
        max-width: 51px;
        padding: 10px 0px;
    }
    header nav ul > li:first-child + li + li + li {
        max-width: 130px;
        padding: 10px 0;
    }
    header nav ul > li:first-child + li + li + li + li {
        max-width: 135px;
        padding: 10px 0;
    }
    header nav ul > li:first-child + li + li + li + li + li {
        max-width: 144px;
        padding: 10px 0;
    }
    .child-page .filter {
        padding: 12px 18px;
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .div-content header {
        background-position: 0 0;
    }
    .div-content .container_12.pos_rel.min_h1 .img_baby {
        display: none;
    }

    .child-page .filter {
        padding: 12px 25px;
        font-size: 16px;
        background-repeat: repeat-y;
    }
    .child-page .filter #gender-filter {
        margin-bottom: 10px;
    }
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1490px) {
	
}
@media only screen and (max-width: 1039px) {

	.div-content{width:100%;}
	header{background: url(/resources/images/header-bg-1.png) 10% 0px no-repeat;}

	.object2{right: 0;}
	.img_baby{top: 0px;}

}
@media only screen and (max-width: 995px) {
	.address figure iframe {
		width: 100%;
		max-width:100%;
	}
	
	.list_carousel li a {
	  width: 100%;
	}

	.magnifier2.v2{width: 100%;}

	.object2{display: none;}
	.object3{right: 10px;}

	.address figure iframe {max-width:290px !important; }

}
@media only screen and (max-width: 767px) {

	img{width: 100%;}
	.img1{
		box-sizing: border-box;
		-moz-box-sizing: border-box; /*Firefox 1-3*/
		-webkit-box-sizing: border-box; /* Safari */
	}
	img.no_resize{width: auto;}
	.box{overflow: visible;}

	/*img:not(.no_resize) {width: 100%;}*/
	header h1{float:none; margin-bottom: -40px;}
	.slogan{width: auto;float: none; margin-left: 30px; margin-bottom: 20px;}
	.img1_bot3{margin-bottom: 20px;}
	.mobile_bot{margin-bottom: 40px;}

	header{background: url(/resources/images/header-bg-1.png) -80px 0px no-repeat;}

	.object1{display: none;}

	.address figure iframe {max-width:490px !important; }

	.list_carousel { padding-top: 484px;}
	.img_baby {
		top: 106px; 
	}

}
@media only screen and (max-width: 479px) {
	.object3{display: none;}
	.object1{left: 209px;}
	.address figure iframe {max-width:290px !important; }

	.list_carousel { padding-top: 405px;}
	.img_baby {
		top: 106px;
	}
	.list_carousel{margin-left: 7px;}

  h2.title-section {
      margin-top: 15px;
      margin-bottom: 10px;
      font-size: 16px;
  }

  p.title-section-small {
      margin-top: 15px;
  }
}

@media only screen and (max-width: 320px) {
	

}
