/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* css document */
body {
    background-color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    color: #444
}

a, a:visited, a:active {
    /*color: #0099ff;*/
    color: #000000;
    text-decoration: underline;
}

a:hover {
    color: #cd5c8c;
    text-decoration: underline;
}

h1 {
    color: #561b34;
    font-size: 18px;
    line-height: 23px;
    margin-left: 25px;
}

h2 {
    background-color: #cd5c8c;
    color: #fff;
    font-size: 19px;
    padding: 11px 19px;
    background-image: url(images/zag-right.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

h3 {
    /*color: #c0a9bd;*/
    color: #000000;
    font-size: 24px;
    margin-bottom: 6px;
    margin-top: 10px;
    clear: both;
}

h4 {
}

h5 {
    font-size: 18px;
    margin-bottom: 6px;
}

p {
    line-height: 1.3em;
}

strong {
    font-weight: bold;
}

#all {
    max-width: 1600px;
    min-width: 920px;
    width: expression(document.body.clientwidth < 922? "920px": "auto" );
}

#bottom {
    position: relative
}

#bottom-toy {
    height: 160px;
    width: 160px;
    position: absolute;
    left: 0;
    top: -63px;
    background-image: url(images/bottom-toy.jpg);
    background-repeat: no-repeat;
    background-position: left bottom
}

#logo {
    float: left;
    width: 317px;
    padding: 19px 0 0 19px;
}

#main-part {
}

#top {
    height: 118px;
}

#top-slogan {
    float: left;
    margin-left: 5%;
    width: 270px;
    color: #cd5c8c;
    font-size: 19px;
    font-family: tahoma, arial, sans-serif;
    padding: 32px 0 0 0;
    line-height: 1.3em;
    background: none;
}

#top-phones {
    color: #c0a9bd;
    font-size: 32px;
    position: absolute;
    top: 15px;
    right: 45px;
    text-align: right;
}

#top-phones a {
    margin-top: 5px;
    display: block;
    font-size: 13px;
}

.left-col {
    width: 25%;
    float: left
}

.right-col {
    width: 74%;
    float: left
}

#main-part .right-col {
    margin-top: 30px;
}

#dop-menu .active {
    font-size: 15px;
}

#dop-menu .active a, #dop-menu .active a:visited, #dop-menu .active a:active {
    color: #cd5c8c;
    text-decoration: none;
}

#dop-menu .active a:hover {
    color: #cd5c8c;
    text-decoration: underline;
}

#dop-menu {
    padding-right: 2px;
    width: 100%;
    clear: both
}

#main-part .left-col {
    margin-bottom: 30px;
}

#bottom .right-col {
    border-top: 2px solid #e4dddc;
}

#bottom-i {
    margin: 22px 20px 0 5%;
}

.no-display {
    display: none;
}

.left-text {
    font-size: 12px;
    color: #666;
    font-style: italic;
    margin: 15px 19px;
}

.pic-wrap {
    border: 2px solid #ded6d2;
}

.pic-wrap img {
    border: 1px solid #fff;
}

.pic-left {
    float: left;
    margin: 0 6px 6px 0;
}

.left-press {
    margin: 50px 30px 50px 19px;
}

.news-item .pic-wrap {
    width: 90px;
}

.press-title, .left-press h5 {
    font-size: 15px;
    line-height: 1.2em;
    padding-bottom: 3px;
    padding-top: 10px;
}

.press-text {
    font-size: 13px;
    color: #000;
    line-height: 1.2em;
    padding-bottom: 3px
}

.press-auth {
    font-size: 11px;
    color: #999;
    line-height: 1.2em;
    background-image: url(images/icon-gaz.gif);
    background-repeat: no-repeat;
    background-position: 5px 4px;
    padding-left: 27px;
    min-height: 20px;
}

.news-auth {
    font-size: 11px;
    color: #999;
    line-height: 1.5em;
    background-image: url(images/icon-screen.gif);
    background-repeat: no-repeat;
    background-position: 5px 2px;
    padding-left: 27px;
    min-height: 27px;
    margin-left: 0;
}

#main-news .news-auth {
    float: left;
}

.news-auth a, .news-auth a:visited, .news-auth a:active {
    text-decoration: none;
    color: #999;
}

.news-auth a:hover {
    text-decoration: underline;
    color: #999;
}

#main-news .news-item {
    height: 120px;
    width: 235px;
    margin: 0;
    overflow: hidden
}

#main-news h3 {
    margin-bottom: 20px;
}

.next-all {
    font-size: 13px;
    color: #666;
    margin: 20px 0;
}

.next-all a, .next-all a:visited, .next-all a:hover, .next-all a:active {
    font-size: 11px;
    color: #cd5c8c;
    padding-left: 3px;
}

h3 .next-all {
    padding-left: 20px;
    position: relative;
    top: -2px;
}

.promo-text {
    border: 1px solid #ccd8e3;
    background-color: #e9f3f7;
    background-image: url(images/flowers-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 20px 0 5%;
    color: #333;
    font-size: 13px;
    clear: both;
    padding-right: 2px;
    min-height: 100px
}

* html .promo-text {
    height: 100px;
}

.col-2 {
    width: 50%;
    float: left;
}

.col-3 {
    width: 33%;
    float: left;
    text-align: left;
    margin-left: 0;
}

.promo-text .col-2 p {
    margin-right: 16px;
    padding-top: 19px;
    padding-left: 25px;
}

.promo-text .col-2 a, .promo-text .col-2 a:visited, .promo-text .col-2 a:active {
    color: #000;
    text-decoration: underline;
}

.promo-text .col-2 a:hover {
    color: #cd5c8c
}

.promo-text .col-2 h5 {
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 25px;
    padding-bottom: 19px;
}

.empty {
    height: 0;
    overflow: hidden;
    clear: both;
}

#top-menu {
    margin-right: 15px;
    background-color: #cd5c8c;
    background-image: url(images/zag-right.gif);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 6px 0 7px 0;
    position: relative;
}

#top-menu li {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: block;
    width: 20%;
    text-align: center;
    z-index: 5;
}

#top-menu a, #top-menu a:visited, #top-menu a:active {
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #d77da3;
    display: block;
    padding: 6px 0;
}

#top-menu a:hover {
    color: #ded6d2;
    text-decoration: none;
    border-right: 1px solid #d77da3;
    display: block;
    padding: 6px 0;
}

#top-menu-left {
    background-image: url(images/zag-left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 19px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

#top-menu .last a, #top-menu .last a:visited, #top-menu .last a:hover, #top-menu .last a:active {
    border-right: none;
}

#dop-menu ul {
    display: block;
    float: left;
    font-size: 13px;
    width: 20%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 27px;
}

#dop-menu li {
    width: 100px;
    text-align: left;
    margin: 0 auto 6px auto;
}

#base #main-news {
    display: block;
}

#main-news {
    margin: 0 10px 30px 20px;
    font-size: 13px;
    text-align: left;
    /*display: none;*/
}

.news-item-date {
    color: #999;
    font-size: 11px;
    margin-bottom: 5px;
}

.news-item-date b {
    font-weight: normal;
    font-size: 18px;
}

.news-item-title {
    line-height: 1.2em;
    font-size: 13px;
    margin-bottom: 7px;
    padding-right: 15px;
}

.news-item-auth {
    color: #999;
    font-size: 11px;
    line-height: 1em
}

.news-item-auth a, .news-item-auth a:visited, .news-item-auth a:hover, .news-item-auth a:active {
    color: #999
}

.news-item {
    margin: 10px 0 15px 0;
}

#bottom {
    font-size: 12px;
    color: #999;
    line-height: 1.1em;
    height: 94px;
}

#bottom h5 {
    color: #666;
    margin-bottom: 12px;
}

#bottom .no-link a, #bottom .no-link a:visited {
    color: #999;
    text-decoration: none;
}

#bottom .no-link a:hover, #bottom .no-link a:active {
    color: #999;
    text-decoration: underline;
}

.right {
    text-align: right;
}

#page-content {
    text-align: left;
    padding: 0 50px 30px 5%
}

#base #page-content {
    padding: 0;
}

#kids {
    position: relative;
    height: 490px;
    width: 100%;
    background-image: url(images/kids.jpg);
    background-repeat: no-repeat;
    background-position: left 70px;
}

#kids-text {
    color: #561b34;
    font-family: tahoma, arial, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    position: absolute;
    left: 210px;
    top: 15px;
    font-weight: bold;
}

#week-girls {
    color: #561b34;
    font-family: tahoma, arial, sans-serif;
    position: absolute;
    left: 100px;
    font-size: 21px;
    top: 70px;
}

#week-boys {
    color: #561b34;
    font-family: tahoma, arial, sans-serif;
    font-size: 21px;
    position: absolute;
    left: 430px;
    top: 70px;
}

#week-girls b, #week-boys b {
    font-size: 90px;
    font-weight: normal;
}

#bread-crumbs {
    font-size: 11px;
    color: #999;
    text-align: left;
    margin: 10px 0 20px 0;
}

#bread-crumbs a, #bread-crumbs a:visited, #bread-crumbs a:active {
    color: #999
}

#bread-crumbs a:hover {
    color: #666
}

#page-content p {
    line-height: 1.3em;
    margin-bottom: 9px;
}

.quote {
    background-color: #fcf3f7;
    padding: 20px;
    font-size: 14px;
    line-height: 1.4em;
    color: #561b34;
    font-style: italic;
}

.art-auth {
    color: #999;
    font-style: italic;
    font-size: 14px;
    margin-left: 30px;
}


#page-content h2 {
    font-weight: normal;
    color: #000;
    background: none;
    background-color: #fff;
    margin: 15px 0 12px 0;
    padding: 0;
}

#page-content h6 {
    font-weight: normal;
    color: #000;
    font-size: 16px;
    font-style: italic;
    background: none;
    margin: 15px 0;
    line-height: 1.4em;
    border-bottom: 10px solid #fcf3f7;
    border-top: 10px solid #fcf3f7;
    padding: 10px;
}

#page-content h4 {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    margin: 15px 0;
    line-height: 1.4em;
    border-bottom: 2px solid #f7dde9;
    width: auto;
    float: left;
}

#pagination {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 10px;
    font-size: 11px;
    color: #999;
    width: 200px;
}

#page-content ul {
    margin-left: -10px;
    margin-right: 50px;
}

#page-content ul li {
    line-height: 1.3em;
    margin-bottom: 9px;
    border-left: 5px solid #fcf3f7;
    padding-left: 5px;
    color: #666
}

#page-content .ul-box {
    margin-left: -20px;
    clear: both;
    padding-bottom: 10px;
}

#page-content .ul-box li {
    border: none;
    background-image: url(images/dash.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.faqquestion {
    background-color: #fcf3f7;
    padding: 5px 15px;
    font-size: 14px;
    color: #561b34;
    margin-bottom: 15px;
}

.faqreponse {
    padding: 0 50px 30px 20px;
    font-style: italic
}

#page-content .faqquestionlist ul {
    margin: 0;
}

#page-content .ditto_item {
    margin-bottom: 25px;
}

#page-content .thumbs li {
    border: 5px solid #ded6d2;
}

#page-content .thumbs li img {
    display: block;
    border: 1px solid #fff;
    margin-bottom: -2px;
}

.h1 {
    /*color: #561b34;*/
    color: #000000;
    font-size: 18px;
    line-height: 23px;
    margin-left: 25px;
    font-weight: normal;
}

#bread-crumbs span:not(:last-child)::after {
    content: "→";
    position: relative;
    display: inline-block;
    margin-left: 0.3rem;
    font-size: 11px;
    font-weight: 500;
}

#page-content img {
    max-width: 100%;
    height: auto;
}

ul.pagination {
    list-style: none;
}

ul.pagination {
    list-style: none;
}
.pagination {
    display: flex;
    justify-content: center;
    margin: 0;
}

ul.pagination li {
    border-left: 0 !important;
    margin: 10px 4px !important;
    padding: 0 !important;
}

ul.pagination li.active a {
    text-decoration: none;
}