@charset "UTF-8";
body {
  font: normal 1em/1em "Open Sans", Arial, Helvetica, sans-serif;
  color: #676767;
  background: #ecebe9 url(/wp-content/themes/kids2015/img/ui/bg.jpg) repeat center 0;
}

\:focus {
  outline: none !important;
}

a {
  text-decoration: none;
  color: #3c826b;
}

a[role="link"] {
  border-bottom: 1px solid #b3d7c6;
}

a:hover {
  text-decoration: none;
}

a:hover[role="link"] {
  color: #FF7266;
  border-color: #ffbeaa;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

a:active {
  color: #50ad8f;
}

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.red-text {
  color: #e54419 !important;
}

html[class^="ie"] [class^="svg-icon"] {
  fill: none;
  background-image: url(/wp-content/themes/kids2015/img/ui/ie_icons_nsvg.png);
  background-repeat: no-repeat;
}

html[class^="ie"] .header-nav .svg-icon-comments {
  background-position: 0 0;
}

html[class^="ie"] .header-nav .svg-icon-calculate {
  background-position: 0 -26px;
}

html[class^="ie"] .header-nav .svg-icon-forum {
  background-position: 0 -50px;
}

html[class^="ie"] .header-actions .svg-icon-search {
  background-position: 4px -177px;
}

html[class^="ie"] .news-big .svg-icon-eye,
html[class^="ie"] .interesting-item .svg-icon-eye,
html[class^="ie"] .article-similar__item .svg-icon-eye {
  background-position: 0 -152px;
}

html[class^="ie"] .news-big .svg-icon-comment,
html[class^="ie"] .interesting-item .svg-icon-comment,
html[class^="ie"] .article-similar__item .svg-icon-comment {
  background-position: 0 -119px;
}

html[class^="ie"] .news-small .svg-icon-eye {
  background-position: 0 -74px;
}

html[class^="ie"] .news-small .svg-icon-comment {
  background-position: 0 -97px;
}

@media only screen and (max-width: 640px) {
  .block-hidden {
    display: none !important;
  }
}

#scrollUp {
  display: none;
  margin-left: 630px;
  width: 42px;
  height: 42px;
  position: fixed;
  bottom: 30px;
  left: 50%;
  border: none;
  background: #FF7266;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 1024px) {
  #scrollUp {
    margin-left: 510px;
  }
}

#scrollUp:before {
  content: "";
  display: block;
  margin: -12px 0 0 -12px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/wp-content/themes/kids2015/img/ui/svg/icon_arrow-up.svg) no-repeat 0 0;
  background-size: contain;
}

#scrollUp:hover {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

#scrollUp:hover:before {
  margin-top: -13px;
}

/* ==========================================================================
   Page
   @mixin ========================================================================= */
#page {
  background-color: #fff;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  position:relative;
}

.page-wrapper {
  margin: 0 auto;
  width: 1200px;
}

@media only screen and (max-width: 1024px) {
  .page-wrapper {
    width: 980px;
  }
}

@media only screen and (max-width: 800px) {
  .page-wrapper {
    width: 100%;
    overflow:hidden;
  }
}

.page-padding {
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .page-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .page-padding {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

/* ==========================================================================
   Header
   @mixin ========================================================================= */
#header {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  background-color: #f9f9f9;
  position: relative;
}

@media only screen and (max-width: 800px) {
  #header {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: whitesmoke;
  }
}

.header-logo {
  display: inline-block;
  vertical-align: top;
  border: none;
}

.header-logo__img {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

@media only screen and (max-width: 800px) {
  .header-logo__img {
    margin-right: 8px;
    width: 160px;
  }
}

@media only screen and (max-width: 320px) {
  .header-logo__img {
    margin-right: 0;
    margin-top: 3px;
    width: 120px;
  }
}

.header-logo__text {
  display: inline-block;
  padding-top: 34px;
  font: normal 0.75em/20px "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #676767;
}

@media only screen and (max-width: 800px) {
  .header-logo__text {
    padding-top: 17px;
    font: normal 0.688em/16px "Open Sans", Arial, Helvetica, sans-serif;
  }
}

@media only screen and (max-width: 480px) {
  .header-logo__text {
    display: none;
  }
}

a.header-logo:hover .text-wrapper {
  border-bottom: 1px solid #b3d7c6;
}

.header-nav {
  display: block;
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 2;
}

@media only screen and (max-width: 800px) {
  .header-nav {
    display: none;
  }
}

.header-nav__item {
  float: left;
  margin-left: 24px;
}

.header-nav__item [class^="svg-icon"] {
  padding-right: 2px;
  position: relative;
  top: 5px;
}

.header-nav__item-link {
  font-size: 0.875em;
  color: #676767;
}

.header-nav__item-link[role="link"] {
  border-color: #e3d0e2;
}

.header-nav__item-link[role="link"]:hover {
  color: #676767;
  border-color: #c5b5c5;
}

.header-nav__item.journal {
  padding: 1px 0 1px 18px;
  background: url("/wp-content/themes/kids2015/img/ui/icon_journal-small.png") no-repeat 0 2px;
  font-weight: 600;
}

.header-nav__item.journal a {
  color: #FF7266 !important;
}

.header-actions {
  clear: right;
  float: right;
  padding-top: 47px;
  position: relative;
}

@media only screen and (min-width: 800px) {
  .header-actions {
    display: block !important;
  }
}

@media only screen and (max-width: 800px) {
  .header-actions {
    display: none;
    margin-top: 10px;
    padding: 10px 2.5%;
    width: 100%;
    left: 2.5%;
    background-color: #b3d7c6;
    z-index: 3;
  }
}

.header-actions__login,
.header-actions__profile {
  float: right;
  margin-left: 30px;
}

@media only screen and (max-width: 1024px) {
  .header-actions__login,
  .header-actions__profile {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .header-actions__login,
  .header-actions__profile {
    display: none !important;
  }
}

.header-actions__login.active,
.header-actions__profile.active {
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-color: #6c4469 !important;
}

.header-actions__profile-panel {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 230px;
  background: #f9f9f9;
  border: 2px solid #6c4469;
  -webkit-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
  -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.header-actions__profile-panel .profile-panel__user {
  display: block;
  padding: 13px;
  height: 48px;
  overflow: hidden;
}

.header-actions__profile-panel .profile-panel__user:hover .profile-panel__avatar {
  -moz-box-shadow: 0 0 0 2px #6c4469;
  -webkit-box-shadow: 0 0 0 2px #6c4469;
  box-shadow: 0 0 0 2px #6c4469;
}

.header-actions__profile-panel .profile-panel__avatar {
  float: left;
  margin-right: 10px;
  width: 48px;
  -moz-box-shadow: 0 0 0 2px #d7ced7;
  -webkit-box-shadow: 0 0 0 2px #d7ced7;
  box-shadow: 0 0 0 2px #d7ced7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.header-actions__profile-panel .profile-panel__name {
  display: block;
  padding-top: 8px;
  overflow: hidden;
  font-size: 0.75em;
  line-height: 1.375em;
  color: #676767;
}

.header-actions__profile-panel .profile-panel__nav {
  background-color: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.header-actions__profile-panel .profile-panel__nav .nav-item {
  display: block;
  padding: 13px;
  font-size: 0.875em;
  line-height: 1em;
  color: #6c4469;
  border-bottom: 1px solid #f9f9f9;
}

.header-actions__profile-panel .profile-panel__nav .nav-item:hover {
  background: #FEFDEF;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}

.header-actions__profile-panel .profile-panel__nav .nav-item.logout {
  color: #FF7266;
  border: none;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.header-actions__search {
  float: right;
  width: 360px;
  height: 35px;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bfbab2;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  .header-actions__search {
    width: 280px;
  }
}

@media only screen and (max-width: 800px) {
  .header-actions__search {
    float: none;
    display: block;
    width: auto;
    overflow: hidden;
    border-color: #fff;
  }
}

.header-actions__search-submit {
  display: block;
  width: 50px;
  height: 35px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background: #FF7266;
  position: absolute;
  top: -1px;
  right: -1px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.header-actions__search-submit .svg-icon-search {
  width: 32px;
  height: 32px;
  color: #fff;
  position: relative;
  top: 1px;
}

.header-actions__search-submit:hover {
  background-color: #ec6a5e;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

.header-actions__search-input {
  display: block;
  padding: 0 60px 0 20px;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
}

.header-actions.profileShow {
  display: block;
  margin-top: 0;
  padding: 0 2.5%;
  height: 0;
}

.header-actions.profileShow .header-actions__search {
  display: none;
}

.header-actions.profileShow .header-actions__profile-panel {
  display: block;
  top: -24px;
  border-color: #b3d7c6;
}

.header-hiddennav {
  display: none;
  margin-right: 60px;
  position: absolute;
  top: 28px;
  right: 2.5%;
}

@media only screen and (max-width: 800px) {
  .header-hiddennav {
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .header-hiddennav {
    margin-right: 55px;
  }
}

.header-hiddennav .ui-btn {
  float: right;
  margin-left: 10px;
  position: relative;
}

@media only screen and (max-width: 320px) {
  .header-hiddennav .ui-btn {
    margin-left: 5px;
  }
}

.header-hiddennav .ui-btn:before {
  content: "";
  display: block;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
}

.header-hiddennav__login:before {
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/kids2015/img/ui/svg/icon_signin.svg) no-repeat 0 0;
}

.header-hiddennav__profile:before {
  margin: -12px 0 0 -12px;
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/kids2015/img/ui/svg/icon_user.svg) no-repeat 0 0;
}

.header-hiddennav__search:before {
  margin: -14px 0 0 -14px;
  width: 28px;
  height: 28px;
  background: url(/wp-content/themes/kids2015/img/ui/svg/icon_search.svg) no-repeat 0 0;
}

.ie_8 .header-actions__search-input {
  padding: 7px 10px 0;
  width: 280px;
  height: 26px;
}

/* ==========================================================================
   Navigation
   @mixin ========================================================================= */
#navigation {
  clear: both;
  margin-bottom: 30px;
  width: 100%;
}

#navigation .navigation-toggle {
  display: none;
}

@media only screen and (min-width: 800px) {
  #navigation .navigation-wrapper {
    display: block !important;
  }
}

@media only screen and (max-width: 800px) {
  #navigation {
    padding: 0;
    left: 0;
    height: auto;
    min-height: 0;
    background: none;
    background: url(/wp-content/themes/kids2015/img/ui/bg.jpg) repeat center 0;
  }
  #navigation:before,
  #navigation:after {
    display: none;
  }
  #navigation .navigation-toggle {
    display: block;
  }
  #navigation .navigation-toggle.ui-btn {
    margin: 0;
    padding: 0;
    width: 50px;
    position: absolute;
    top: 28px;
    right: 2.5%;
    text-indent: -9999px;
  }
  #navigation .navigation-toggle .icon {
    display: inline-block;
    margin-top: -1px;
    width: 26px;
    height: 3px;
    background: #3c826b;
    position: absolute;
    top: 50%;
    left: 12px;
  }
  #navigation .navigation-toggle .icon:before,
  #navigation .navigation-toggle .icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #3c826b;
    position: absolute;
    left: 0;
  }
  #navigation .navigation-toggle .icon:before {
    top: -6px;
  }
  #navigation .navigation-toggle .icon:after {
    bottom: -6px;
  }
  #navigation .navigation-wrapper {
    display: none;
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
    background: #4BBE9D;
    position: relative;
    z-index: 5;
  }
  #navigation .navigation-wrapper .navigation-toggle {
    display: block;
    margin-top: 5px;
    padding: 12px 0 10px;
    clear: both;
    width: 100%;
    background: #b3d7c6;
    border: none;
    color: #3c826b;
    font: normal 0.688em/1em "Open Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }
}

.navigation-main {
  padding: 0 10px;
  height: 42px;
  width: 100%;
  position: relative;
  left: -10px;
  background: url(/wp-content/themes/kids2015/img/ui/bg_menu.jpg) repeat 0 0;
  -moz-box-shadow: 0 12px 0 -10px rgba(116, 136, 126, 0.35);
  -webkit-box-shadow: 0 12px 0 -10px rgba(116, 136, 126, 0.35);
  box-shadow: 0 12px 0 -10px rgba(116, 136, 126, 0.35);
}

.navigation-main:before,
.navigation-main:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: #74887e #74887e transparent transparent;
  position: absolute;
  top: 42px;
}

.navigation-main:before {
  left: 0;
}

.navigation-main:after {
  border-color: #74887e transparent transparent #74887e;
  right: 0;
}

.navigation-main__item {
  float: left;
  padding: 0 30px;
  height: 42px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .navigation-main__item {
    padding: 0 20px;
    font-size: 0.875em;
    line-height: 42px;
  }
}

.navigation-main__item:hover {
  background: #b3d7c6;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}

.navigation-main__item.current {
  background: #74887e;
  background: rgba(116, 136, 126, 0.2);
}

.navigation-main__item.current:hover {
  background: rgba(116, 136, 126, 0.35);
}

@media only screen and (max-width: 800px) {
  .navigation-main {
    padding: 5px 0 5px;
    left: 0;
    height: auto;
    overflow: hidden;
    background: #4BBE9D;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navigation-main:before,
  .navigation-main:after {
    display: none;
  }
  .navigation-main__item.current {
    background: rgba(116, 136, 126, 0.35);
  }
}

.navigation-subnav {
  padding: 0 0 0 15px;
  height: 36px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #b3d7c6;
}

.navigation-subnav__item {
  float: left;
  padding: 0 15px;
  height: 36px;
  font-size: 0.875em;
  line-height: 36px;
  color: #63756c;
}

.navigation-subnav__item:hover {
  background: #b3d7c6;
  background: rgba(255, 255, 255, 0.25);
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}

.navigation-subnav__item.current {
  position: relative;
}

.navigation-subnav__item.current:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #74887e;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .navigation-subnav {
    padding-left: 10px;
  }
  .navigation-subnav__item {
    padding: 0 10px;
    font-size: 0.75em;
  }
}

@media only screen and (max-width: 800px) {
  .navigation-subnav {
    padding: 5px 0 5px 5px;
    height: auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.35);
  }
  .navigation-subnav__item {
    padding: 0 15px;
    font-size: 0.875em;
  }
  .navigation-subnav__item.current {
    background: rgba(116, 136, 126, 0.35);
    color: #fff;
  }
  .navigation-subnav__item.current:after {
    display: none;
  }
}

.navigation-hiddennav {
  display: none;
  padding: 5px 0;
  width: 100%;
  overflow: hidden;
  background: #b3d7c6;
}

@media only screen and (max-width: 800px) {
  .navigation-hiddennav {
    display: block;
  }
}

.navigation-hiddennav__item {
  float: left;
  padding: 0 20px;
  height: 32px;
  font-size: 0.875em;
  line-height: 32px;
}

/* ==========================================================================
   Main
   @mixin ========================================================================= */
#main {
  min-height: 600px;
}

.main-heading {
  margin: -5px 0 25px;
}

.main-heading h1 {
  font-size: 1.875em;
  line-height: 1.375em;
}

.main-heading__withnav h1 {
  float: left;
  margin-right: 50px;
}

.main-heading__withnav-list {
  padding-top: 16px;
}

.main-heading__withnav-list li {
  float: left;
  margin-right: 30px;
  font-size: 0.875em;
  text-transform: uppercase;
}

.main-heading__withnav-list a {
  color: #99857e;
  border-bottom: 1px solid #e3d0e2;
}

.main-heading__withnav-list a:hover {
  border-color: #c5b5c5;
}

@media only screen and (max-width: 800px) {
  .main-heading__withnav-list {
    clear: both;
  }
  .main-heading__withnav-list li {
    padding-top: 12px;
  }
}

.main-heading__withnav-list li.current-cat a {
  border-bottom: 0;
}

.main-breadcrumbs {
  margin-bottom: 8px;
}

.main-breadcrumbs__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 19px;
  font-size: 0.875em;
  line-height: 1.25em;
  color: #bfbab2;
  position: relative;
}

.main-breadcrumbs__item[role="link"] {
  border-color: #e1dbd1;
}

.main-breadcrumbs__item[role="link"]:hover {
  color: #bfbab2;
  border-color: #bfbab2;
}

.main-breadcrumbs__item:before {
  content: "→";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -17px;
}

.main-breadcrumbs__item:first-child {
  margin-left: 0;
}

.main-breadcrumbs__item:first-child:before {
  display: none;
}

.main-content {
  float: left;
  width: 810px;
}

@media only screen and (max-width: 1024px) {
  .main-content {
    width: 620px;
  }
}

@media only screen and (max-width: 800px) {
  .main-content {
    float: none;
    width: 100%;
  }
  .main-content .news-small {
    margin-bottom: 20px;
  }
}

.main-sidebar {
  float: right;
  width: 300px;
}

@media only screen and (max-width: 800px) {
  .main-sidebar {
    float: none;
    width: 100%;
  }
}

.main-container:before, .main-container:after {
  content: "";
  display: table;
}

.main-container:after {
  clear: both;
}

.main-container__heading {
  margin-bottom: 30px;
}

.main-container__heading-title {
  float: left;
  margin-right: 50px;
  padding: 0 0 3px 45px;
  font-size: 30px;
  line-height: 1em;
  font-weight: 300;
  color: #99857e;
}

.main-container__heading-title.icon-journal {
  background: url("/wp-content/themes/kids2015/img/ui/icon_journal-big.png") no-repeat 0 1px;
}

.main-container__heading-title.icon-articles {
  background: url("/wp-content/themes/kids2015/img/ui/icon_articles-big.png") no-repeat 1px 1px;
}

.main-container__heading-nav {
  padding-top: 12px;
}

.main-container__heading-nav li {
  float: left;
  margin-right: 30px;
  font-size: 0.875em;
  text-transform: uppercase;
}

.main-container__heading-nav a {
  color: #99857e;
  border-bottom: 1px solid #e3d0e2;
}

.main-container__heading-nav a:hover {
  border-color: #c5b5c5;
}

@media only screen and (max-width: 800px) {
  .main-container__heading-nav {
    clear: both;
  }
  .main-container__heading-nav li {
    padding-top: 12px;
  }
}

.main-container__journal {
  padding: 28px 30px 10px;
  margin: 0 0 30px -30px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
}

.main-container__journal:before,
.main-container__journal:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  background: url("/wp-content/themes/kids2015/img/ui/ui_divider.png") repeat-x 0 0;
}

.main-container__journal:before {
  top: 0;
}

.main-container__journal:after {
  height: 2px;
  bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .main-container__journal {
    padding: 28px 20px 10px;
    margin: 0 0 20px -20px;
  }
}

@media only screen and (max-width: 800px) {
  .main-container__journal {
    padding: 28px 2.5% 10px;
    margin: 0 0 2.5% -2.5%;
  }
}

[class^="main-col"],
[class*=" main-col"] {
  float: left;
  margin-right: 30px;
}

@media only screen and (max-width: 1024px) {
  [class^="main-col"],
  [class*=" main-col"] {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 800px) {
  [class^="main-col"],
  [class*=" main-col"] {
    float: none;
    margin-left: 0;
  }
}

[class^="main-col"]:last-child,
[class*=" main-col"]:last-child {
  margin-right: 0;
}

.main-col {
  width: 360px;
}

@media only screen and (max-width: 1024px) {
  .main-col {
    width: 300px;
  }
}

@media only screen and (max-width: 800px) {
  .main-col {
    width: 100%;
  }
}

.main-col.no-margin {
  margin-left: 0;
}

.main-content .main-col {
  width: 390px;
}

.main-col-2 {
  width: 750px;
}

@media only screen and (max-width: 1024px) {
  .main-col-2 {
    width: 620px;
  }
}

@media only screen and (max-width: 800px) {
  .main-col-2 {
    margin-bottom: 30px;
    width: 100%;
  }
}

.main-content .main-col-2 {
  width: 100%;
}

.main-block {
  margin-bottom: 30px;
  padding: 20px 30px;
  width: 360px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
  .main-block {
    padding: 20px;
    width: 300px;
  }
}

@media only screen and (max-width: 800px) {
  .main-block {
    padding: 20px;
    width: 100%;
  }
}

.main-block + .main-block {
  margin-top: 30px;
}

.main-block.b-orange {
  background-color: #fff2d9;
}

.main-block.b-orange.opacity {
  background-color: rgba(255, 242, 217, 0.6);
}

.main-block__title {
  margin-bottom: 20px;
  padding-top: 5px;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.375em;
  text-transform: uppercase;
  color: #99857e;
}

.main-block.b-border {
  margin-top: 35px;
  padding-top: 0;
  border: 2px solid #d1c8c5;
}

.main-block.b-border .main-block__title {
  margin-bottom: 3px;
}

.main-block.b-border .title-wrapper {
  padding: 0 10px;
  background: #fff;
  position: relative;
  top: -17px;
}

.main-block + .b-border {
  margin-top: 48px;
}

.main-block.b-without {
  padding: 20px 0;
}

.main-block.b-gray {
  background-color: #f9f9f9;
}

.main-sidebar .main-block {
  padding: 20px;
  width: 100%;
}

.main-sidebar .main-block.b-border {
  padding-top: 0;
}

.main-sidebar .main-block.b-without {
  padding: 0;
}

.main-sidebar .main-block.banner {
  padding: 30px;
  border: 1px solid #d1c8c5;
}
.main-sidebar .main-block.banner div {
  margin: auto;
}

.news__info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 242, 217, 0.72);
}

.news__info-panel {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 36%;
  left: 0;
  color: #de6359;
  font-size: 1.125em;
  font-weight: 600;
}

.news__info-panel .svg-icon-eye {
  margin-right: 2px;
  width: 25px;
  height: 25px;
  position: relative;
  top: 7px;
}

.news__info-panel .svg-icon-comment {
  width: 27px;
  height: 27px;
  position: relative;
  top: 8px;
}

.news__info-comments {
  margin-left: 1em;
}

.news-big {
  margin: 0 0 30px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .news-big {
    font-size: 0.875em;
  }
}

.news-big:hover .news__info {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.news-big__img {
  display: block;
  margin-bottom: 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .news-big__img {
    display: inline-block;
    max-width: 100%;
  }
}

.news-big__img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.news-big__title {
  margin-bottom: 12px;
  line-height: 1.5em;
  font-weight: 600;
}

.news-big__title-cat {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #99857e;
}

@media only screen and (max-width: 800px) {
  .news-big__title-cat {
    margin-top: -2px;
  }
}

.news-big__anons {
  font: italic 0.875em/1.375em "Open Sans", Arial, Helvetica, sans-serif;
}

.ie_8 .news__info {
  display: none;
}

.news-small {
  margin: 0 0 30px;
  width: 100%;
  overflow: hidden;
}

.news-small:hover .news__info {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media only screen and (max-width: 1024px) {
  .news-small .news__info-panel {
    text-align: left;
    bottom: 20%;
  }
  .news-small .news__info-panel span {
    display: block;
    margin: 0 0 0 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .news-small {
    display: inline-block;
    vertical-align: top;
    width: 48.75%;
    height: auto;
    margin: 0 0 4.5% 0;
    padding: 0;
    font-size: 0px;
  }
  .news-small:nth-child(2n) {
    margin-left: 1.5%;
  }
  .news-small .news__info {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .news-small {
    width: 100%;
    margin: 0 0 4.5% !important;
  }
}

.news-small__img {
  float: left;
  margin-right: 15px;
  width: 130px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .news-small__img {
    width: 100px;
  }
}

@media only screen and (max-width: 800px) {
  .news-small__img {
    float: none;
    display: inline-block;
    width: 360px;
    max-width: 100%;
  }
}

.news-small__img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.news-small__title {
  padding: 6px 0 2px;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 1.5em;
  font-weight: 600;
}

.news-small__title-cat {
  display: block;
  margin-top: -10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #99857e;
}

@media only screen and (max-width: 1024px) {
  .news-small__title {
    padding: 3px 0 2px;
    font-size: 0.875em;
  }
}

@media only screen and (max-width: 800px) {
  .news-small__title {
    font-size: 14px;
  }
  .news-small__title-cat {
    margin-top: -2px;
  }
}

.news-small__anons {
  clear: both;
  padding-top: 10px;
  width: 100%;
  font: italic 0.875em/1.375em "Open Sans", Arial, Helvetica, sans-serif;
}

.news-small .news__info-panel {
  font-size: 0.75em;
}

.news-small .news__info-panel .svg-icon-eye {
  width: 17px;
  height: 17px;
  top: 5px;
}

.news-small .news__info-panel .svg-icon-comment {
  width: 18px;
  height: 18px;
  top: 6px;
}

.news-small .news__info-comments {
  margin-left: 0.688em;
}

.news-container,
.journal-container {
  font-size: 0;
}

.news-container article[class^="news-"],
.news-container article[class*=" news-"],
.journal-container article[class^="news-"],
.journal-container article[class*=" news-"] {
  display: inline-block;
  vertical-align: top;
  width: 390px;
  font-size: 16px;
}

.news-container article[class^="news-"]:nth-child(2n),
.news-container article[class*=" news-"]:nth-child(2n),
.journal-container article[class^="news-"]:nth-child(2n),
.journal-container article[class*=" news-"]:nth-child(2n) {
  margin-left: 30px;
}

@media only screen and (max-width: 1024px) {
  .news-container article[class^="news-"],
  .news-container article[class*=" news-"],
  .journal-container article[class^="news-"],
  .journal-container article[class*=" news-"] {
    width: 300px;
  }
  .news-container article[class^="news-"]:nth-child(2n),
  .news-container article[class*=" news-"]:nth-child(2n),
  .journal-container article[class^="news-"]:nth-child(2n),
  .journal-container article[class*=" news-"]:nth-child(2n) {
    margin-left: 20px;
  }
  .news-container article[class^="news-"] .news-big__anons,
  .news-container article[class^="news-"] .news-small__anons,
  .news-container article[class*=" news-"] .news-big__anons,
  .news-container article[class*=" news-"] .news-small__anons,
  .journal-container article[class^="news-"] .news-big__anons,
  .journal-container article[class^="news-"] .news-small__anons,
  .journal-container article[class*=" news-"] .news-big__anons,
  .journal-container article[class*=" news-"] .news-small__anons {
    font-size: 0.75em;
  }
}

@media only screen and (max-width: 800px) {
  .news-container article[class^="news-"],
  .news-container article[class*=" news-"],
  .journal-container article[class^="news-"],
  .journal-container article[class*=" news-"] {
    width: 48.75%;
  }
  .news-container article[class^="news-"]:nth-child(2n),
  .news-container article[class*=" news-"]:nth-child(2n),
  .journal-container article[class^="news-"]:nth-child(2n),
  .journal-container article[class*=" news-"]:nth-child(2n) {
    margin-left: 2.5%;
  }
}

@media only screen and (max-width: 640px) {
  .news-container article[class^="news-"],
  .news-container article[class*=" news-"],
  .journal-container article[class^="news-"],
  .journal-container article[class*=" news-"] {
    width: 100%;
  }
  .news-container article[class^="news-"]:nth-child(2n),
  .news-container article[class*=" news-"]:nth-child(2n),
  .journal-container article[class^="news-"]:nth-child(2n),
  .journal-container article[class*=" news-"]:nth-child(2n) {
    margin-left: 0;
  }
}

.journal-container article[class^="news-"],
.journal-container article[class*=" news-"] {
  margin-left: 30px;
  width: 360px;
}

.journal-container article[class^="news-"]:nth-child(3n+1),
.journal-container article[class*=" news-"]:nth-child(3n+1) {
  margin-left: 0;
}

@media only screen and (max-width: 1024px) {
  .journal-container article[class^="news-"],
  .journal-container article[class*=" news-"] {
    margin-left: 20px;
    width: 300px;
  }
}

@media only screen and (max-width: 800px) {
  .journal-container article[class^="news-"],
  .journal-container article[class*=" news-"] {
    margin-left: 0;
    width: 48.75%;
  }
  .journal-container article[class^="news-"]:nth-child(2n),
  .journal-container article[class*=" news-"]:nth-child(2n) {
    margin-left: 2.5%;
  }
}

@media only screen and (max-width: 640px) {
  .journal-container article[class^="news-"],
  .journal-container article[class*=" news-"] {
    width: 100%;
  }
  .journal-container article[class^="news-"]:nth-child(2n),
  .journal-container article[class*=" news-"]:nth-child(2n) {
    margin-left: 0;
  }
}

.main-block__services {
  margin-bottom: -5px;
}

@media only screen and (max-width: 800px) {
  .main-block__services {
    overflow: hidden;
  }
}

.main-block__services .services-item {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .main-block__services .services-item {
    margin-bottom: 15px;
    font-size: 0.913em;
  }
}

@media only screen and (max-width: 800px) {
  .main-block__services .services-item {
    float: left;
    margin-right: 30px;
    width: auto;
  }
}

.main-block__services .services-item__row {
  display: table-row;
}

.main-block__services .services-item__pic {
  display: table-cell;
  width: 58px;
  height: 58px;
  position: relative;
}

.main-block__services .services-item__pic:before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(/wp-content/themes/kids2015/img/ui/ui_services.png) no-repeat 0 0;
}

.main-block__services .services-item__pic.s-antropo:before {
  background-position: 0 -68px;
}

.main-block__services .services-item__pic.s-analysis:before {
  background-position: 0 -136px;
}

.main-block__services .services-item__pic.s-vaccination:before {
  background-position: 0 -204px;
}

.main-block__services .services-item__title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.main-block__services .services-item__title-text {
  font: bold 0.875em/1.5em "Open Sans", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #b3d7c6;
}

.main-block__services .services-item:hover .services-item__title-text {
  color: #FF7266;
  border-color: #ffbeaa;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

.main-block__important {
  margin: 0 -10px -5px 0;
}

.main-block__important .important-item {
  margin-bottom: 20px;
  padding: 7px 0 0 42px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .main-block__important .important-item {
    float: left;
    margin-right: 20px;
    width: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .main-block__important {
    margin-bottom: 15px;
    font-size: 0.913em;
  }
}

@media only screen and (max-width: 800px) {
  .main-block__important {
    margin-bottom: -10px;
    overflow: hidden;
    width: 100%;
  }
}

.main-block__important .important-count {
  display: block;
  padding-top: 7px;
  width: 30px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #eff3f1;
  background: #fcfacc;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  color: #6c4469;
  font-weight: bold;
}

.main-block__important .important-link {
  font-size: 0.875em;
  line-height: 1.5em;
  font-weight: bold;
}

.main-block__expert {
  padding-bottom: 15px;
  text-align: center;
}

.main-block__expert .expert-cart {
  display: block;
}

.main-block__expert .expert-photo {
  display: inline-block;
  width: 150px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
}

.main-block__expert .expert-name {
  display: inline-block;
  margin: 10px 0 3px;
  font-size: 0.875em;
  line-height: 1.375em;
  font-weight: normal;
  border-bottom: 1px solid #b3d7c6;
}

.main-block__expert .expert-name:hover {
  color: #FF7266;
  border-color: #ffaf9d;
}

.main-block__expert .expert-desc {
  display: block;
  margin-bottom: 20px;
  font-size: 0.813em;
  font-style: italic;
  color: #99857e;
}

.main-block__expert .ui-btn {
  padding: 0 42px;
}

.main-block__expert .expert-answers {
  margin-top: 12px;
}

.main-block__expert .expert-answers__link {
  font-size: 0.813em;
  color: #99857e;
  border-bottom: 1px solid #e3d0e2;
}

.main-block__expert .expert-answers__link:hover {
  border-color: #b6a6b5;
}

.main-block__popular {
  margin-bottom: -30px;
  padding-top: 10px;
}

.main-block__popular .popular-item {
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .main-block__popular .popular-item {
    margin-bottom: 20px;
    font-size: 0.913em;
  }
}

.main-block__popular .popular-img {
  float: left;
  margin-right: 20px;
  width: 100px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.main-block__popular .popular-img img {
  display: inline-block;
  margin-left: -15px;
}

.main-block__popular .popular-title {
  overflow: hidden;
  padding: 6px 0 2px;
  font-size: 0.875em;
  line-height: 1.5em;
  font-weight: 600;
}

.main-block__forum {
  padding-top: 5px;
}

.main-block__forum .forum-item {
  margin-bottom: 20px;
  padding-left: 42px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .main-block__forum .forum-item {
    margin-bottom: 16px;
    font-size: 0.913em;
  }
}

.main-block__forum .forum-count {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 1px;
  left: 0;
  background: url(/wp-content/themes/kids2015/img/ui/ui_icon_comments.png) no-repeat 0 0;
  font: 600 0.75em/1.75em "Open Sans", Arial, Helvetica, sans-serif;
  color: #99857e;
  text-align: center;
}

.main-block__forum .forum-link {
  font-size: 0.875em;
  line-height: 1.5em;
  font-weight: 600;
}

.main-block__quiz .quiz-text {
  margin-bottom: 20px;
  font: italic 0.875em/1.375 "Open Sans", Arial, Helvetica, sans-serif;
}

.main-block__quiz .ui-btn {
  margin: 12px 0 2px;
  width: 100%;
}

.main-block__quiz .quiz-result__item {
  margin-bottom: 15px;
}

.main-block__quiz .quiz-result__item-text {
  margin-bottom: 5px;
  font-size: 0.875em;
  line-height: 1.375em;
  color: #99857e;
}

.main-block__quiz .quiz-result__item-scale {
  margin-right: 30px;
  height: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f5c7b7;
  position: relative;
}

.main-block__quiz .quiz-result__item-scale .scale-value {
  font-size: 0.688em;
  position: absolute;
  top: -7px;
  right: -30px;
}

.main-block__quiz .quiz-result__item-scale .scale-width {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #FF7266;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.main-block__expertlist {
  padding-bottom: 5px;
}

.main-block__expertlist .expertlist-cart {
  margin-bottom: 20px;
  padding-left: 95px;
  min-height: 80px;
  position: relative;
}

.main-block__expertlist .expertlist-cart__photo {
  display: block;
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 80px;
  border-radius: 80px;
}

.main-block__expertlist .expertlist-cart__name {
  display: inline-block;
  margin: 13px 0 3px;
  font-size: 0.875em;
  line-height: 1.5em;
}

.main-block__expertlist .expertlist-cart__name span {
  border-bottom: 1px solid #b3d7c6;
}

.main-block__expertlist .expertlist-cart__name:hover {
  color: #FF7266;
}

.main-block__expertlist .expertlist-cart__name:hover span {
  border-color: #ffbeaa;
}

.main-block__expertlist .expertlist-cart__desc {
  display: block;
  font-size: 0.813em;
  color: #99857e;
  font-style: italic;
}

.main-block__expertlist .expertlist-cart__answers {
  margin-top: 12px;
  text-align: center;
}

.main-block__expertlist .expertlist-cart__answers .link {
  font-size: 0.813em;
  color: #99857e;
  border-bottom: 1px solid #e3d0e2;
}

.main-block__expertlist .expertlist-cart__answers .link:hover {
  border-color: #b6a6b5;
}

.main-block__expertlist .ui-btn {
  padding: 0 42px;
  width: 100%;
  text-align: center;
}

.main-block__interesting {
  width: 100%;
}

.main-block__interesting .interesting-item {
  margin-bottom: 20px;
}

.main-block__interesting .interesting-link {
  display: inline-block;
  width: 100%;
}

.main-block__interesting .interesting-link:hover .interesting-title {
  color: #FF7266;
  border-color: #ffbeaa;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

.main-block__interesting .interesting-link:hover .news__info {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.main-block__interesting .interesting-preview {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.main-block__interesting .interesting-preview img {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.main-block__interesting .interesting-title {
  font-size: 0.875em;
  line-height: 1.5em;
  border-bottom: 1px solid #b3d7c6;
}

/* ==========================================================================
   Site-nav
   @mixin ========================================================================= */
#site-nav {
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 3px solid #d1c8c5;
  background: #f9f9f9;
}

.site-nav__col {
  float: left;
  padding-right: 20px;
  width: 20%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875em;
  line-height: 1.5em;
}

@media only screen and (max-width: 800px) {
  .site-nav__col {
    float: none;
    width: 100%;
    overflow: hidden;
  }
}

.site-nav__cat {
  margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
  .site-nav__cat {
    clear: both;
    width: 100%;
    overflow: hidden;
  }
}

.site-nav__cat-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-nav__cat-title a {
  color: #99857e;
  border-color: #e3d0e2;
}

.site-nav__cat-title a:hover {
  color: #99857e;
  border-color: #b6a6b5;
}

.site-nav__cat-list .item {
  margin-bottom: 6px;
}

@media only screen and (max-width: 800px) {
  .site-nav__cat-list .item {
    float: left;
    margin-right: 20px;
  }
}

.site-nav__cat-list .item a[role="link"]:hover {
  color: #3c826b;
  border-color: #859f93;
}

.site-nav__cat-list .subnav {
  padding: 6px 0 0 20px;
}

@media only screen and (max-width: 800px) {
  .site-nav__cat-list .subnav {
    display: none;
  }
}

/* ==========================================================================
   Footer
   @mixin ========================================================================= */
#footer {
  padding-top: 24px;
  padding-bottom: 30px;
  background: #fed78f url(/wp-content/themes/kids2015/img/ui/bg_footer.jpg) repeat center 0;
}

.footer-col {
  float: left;
  padding-left: 30px;
  width: 33.3%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
  .footer-col {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.footer-logo {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
  left: -30px;
}

@media only screen and (max-width: 800px) {
  .footer-logo {
    left: 0;
  }
}

.footer-logo__img {
  float: left;
  margin-right: 15px;
}

.footer-logo__desc {
  display: block;
  overflow: hidden;
  padding-top: 18px;
  font-size: 0.688em;
  line-height: 1.455em;
  text-transform: uppercase;
  color: #676767;
}

.footer-copyright {
  margin-bottom: 15px;
  font-size: 0.75em;
  line-height: 1.375em;
}

.footer-counters__item {
  display: inline-block;
  margin-right: 8px;
}

.footer-nav {
  padding-top: 12px;
}

@media only screen and (max-width: 800px) {
  .footer-nav {
    width: 100%;
    overflow: hidden;
  }
}

.footer-nav__header {
  padding-top: 19px;
  font-size: 0.875em;
  text-transform: uppercase;
  line-height: 1em;
}

.footer-nav__item {
  margin-bottom: 8px;
  font-size: 0.875em;
  line-height: 1.375em;
}

@media only screen and (max-width: 800px) {
  .footer-nav__item {
    float: left;
    margin-right: 20px;
  }
}

.footer-nav__item a {
  color: #676767;
  border-color: #aca69d;
}

.footer-nav__item a:hover {
  color: #676767;
  border-color: #aca69d / 1.25;
}

.footer-subscribe {
  margin-bottom: 15px;
  padding-top: 13px;
  font-size: 0.875em;
  line-height: 22px;
}

.footer-subscribe .soc-vk {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background: #48729e;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font: 600 17px/22px "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
}

.footer-recommend {
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.875em;
}

.footer-recommend__yandex {
  margin: 8px 0 0 -3px;
}

/* ==========================================================================
   Helper classes
   @mixin ========================================================================= */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.disable, [disabled] {
  cursor: default !important;
  opacity: 0.6;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}

/* ==========================================================================
   Placeholder styles
   @mixin ========================================================================= */
\::-webkit-input-placeholder {
  font: 0.875em "Open Sans", Arial, Helvetica, sans-serif;
  color: #8c8983;
}

input:-moz-placeholder {
  font: 1em/32px "Open Sans", Arial, Helvetica, sans-serif;
  color: #8c8983;
}

input::-moz-placeholder {
  font: 1em/32px "Open Sans", Arial, Helvetica, sans-serif;
  color: #8c8983;
}

\:-ms-input-placeholder {
  font: 0.875em "Open Sans", Arial, Helvetica, sans-serif;
  color: #8c8983;
}

\::-webkit-textarea-placeholder {
  font: 0.875em "Open Sans", Arial, Helvetica, sans-serif;
  color: #8c8983;
}

textarea:-moz-placeholder {
  font: 1em/1.5em "Open Sans", Arial, Helvetica, sans-serif;
  color: #8c8983;
}

textarea::-moz-placeholder {
  font: 1em/1.5em "Open Sans", Arial, Helvetica, sans-serif;
  color: #8c8983;
}

\:-ms-textarea-placeholder {
  font: 0.875em "Open Sans", Arial, Helvetica, sans-serif;
  color: #8c8983;
}

/* ==========================================================================
   UI-elements
   @mixin ========================================================================= */
.ui-btn {
  display: inline-block;
  padding: 0 24px;
  height: 35px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  background-color: #FF7266;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 0.75em/1em "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.ui-btn:hover {
  background-color: #ec6a5e;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

.ui-btn.green {
  background-color: #b3d7c6;
  color: #3c826b;
}

.ui-btn.cancel {
  background-color: transparent;
  color: #FF7266;
}

.ui-btn.cancel:hover {
  background-color: #FEFDEF;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

a.ui-btn {
  line-height: 35px;
}

/* ==========================================================================
   Forms
   @mixin ========================================================================= */
input,
textarea {
  font: normal 0.875em "Open Sans", Arial, Helvetica, sans-serif;
  color: #676767;
}

.f-line {
  margin-bottom: 15px;
  width: 100%;
}

.f-line__text {
  font-size: 0.875em;
  line-height: 1.375em;
}

.f-form .f-line {
  margin-bottom: 24px;
}

.f-input,
.f-textarea {
  padding: 0 20px;
  height: 35px;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bfbab2;
  background-color: #fff;
}

.f-input[disabled],
.f-textarea[disabled] {
  background-color: #f9f9f9;
}

.f-textarea {
  padding: 10px 20px;
  height: auto;
  resize: vertical;
}

.f-input-calendar {
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.f-input-calendar:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 7px;
  margin: -12px 0 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/wp-content/themes/kids2015/img/ui/svg/icon_calendar.svg);
  z-index: 1;
}

.f-input-calendar .f-input {
  background-color: transparent;
  position: relative;
  z-index: 2;
}

.f-label {
  display: block;
  margin-bottom: 18px;
  font-size: 0.875em;
  line-height: 1em;
  text-transform: uppercase;
  color: #99857e;
}

.f-radio,
.f-check {
  display: block;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.f-radio:before,
.f-check:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  border: 1px solid #FF7266;
  background: #fff;
  -moz-box-shadow: inset 0 0 0 3px #fff;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  position: absolute;
  top: 2px;
  left: 1px;
}

.f-radio.active:before,
.f-check.active:before {
  background: #FF7266;
}

.f-check:before {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.f-radio__input,
.f-check__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.f-radio__desc,
.f-check__desc {
  font-size: 0.875em;
  line-height: 1.375em;
  color: #99857e;
}

/* ==========================================================================
   SVG-icons
   @mixin ========================================================================= */
[class^="svg-icon"], [class*=" svg-icon"] {
  display: inline-block;
  fill: currentColor;
  width: 16px;
  height: 16px;
}

/* ==========================================================================
   Popup
   @mixin ========================================================================= */
.ui-popup {
  margin: 0 auto;
  width: 420px;
  max-width: 90%;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}

.ui-popup__header {
  width: 100%;
  height: 42px;
  background: #7BC6B2 url(/wp-content/themes/kids2015/img/ui/bg_menu.jpg) repeat 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-size: 0.875em;
  line-height: 44px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.ui-popup__footer {
  padding: 0 20px;
  width: 100%;
  height: 42px;
  background: #f9f9f9;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-popup__footer-btn {
  float: right;
  padding: 1px 0 0;
  height: 100%;
  border: none;
  background: transparent;
  font: 600 0.75em "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #FF7266;
}

.ui-popup__body {
  padding: 20px;
  text-align: center;
}

.ui-popup__body-social .heading {
  margin-bottom: 15px;
  padding: 3px 0;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  color: #99857e;
}

.ui-popup__body-social .btns-list {
  padding-bottom: 3px;
  width: 100%;
  overflow: hidden;
}

.ui-popup__body-social .btns-list__item {
  float: left;
  margin-left: 3%;
  width: 17.6%;
  height: 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

.ui-popup__body-social .btns-list__item:first-child {
  margin-left: 0;
}

.ui-popup__body-social .btns-list__item:hover {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}

.ui-popup__body-social .btns-list__item:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ui-popup__body-social .btns-list__item.vk {
  background-color: #5A7CA0;
}

.ui-popup__body-social .btns-list__item.vk:before {
  background-image: url(/wp-content/themes/kids2015/img/ui/svg/icon_vk.svg);
}

.ui-popup__body-social .btns-list__item.ok {
  background-color: #F48420;
}

.ui-popup__body-social .btns-list__item.ok:before {
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  background-image: url(/wp-content/themes/kids2015/img/ui/svg/icon_odnoklassniki.svg);
}

.ui-popup__body-social .btns-list__item.fb {
  background-color: #3B5998;
}

.ui-popup__body-social .btns-list__item.fb:before {
  background-image: url(/wp-content/themes/kids2015/img/ui/svg/icon_facebook.svg);
}

.ui-popup__body-social .btns-list__item.gp {
  background-color: #D0422A;
}

.ui-popup__body-social .btns-list__item.gp:before {
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  background-image: url(/wp-content/themes/kids2015/img/ui/svg/icon_google-plus.svg);
}

.ui-popup__body-social .btns-list__item.tw {
  background-color: #00ABF1;
}

.ui-popup__body-social .btns-list__item.tw:before {
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  background-image: url(/wp-content/themes/kids2015/img/ui/svg/icon_twitter.svg);
}

.ui-popup__body-divider {
  margin: 24px 0;
  width: 100%;
  height: 1px;
  background: #d9d6d1;
  position: relative;
}

.ui-popup__body-divider span {
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -34px;
  width: 68px;
  background: #fff;
  font-size: 0.688em;
  font-weight: 600;
  text-transform: uppercase;
  color: #bfbab2;
}

.ui-popup__body-tabs .tabs-item {
  margin-bottom: 10px;
}

.ui-popup__body-tabs .tabs-item__btn {
  width: 100%;
  height: 36px;
  background: #fdfce0;
  border: none;
  font: 600 0.75em "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #99857e;
}

.ui-popup__body-tabs .tabs-item__hidden {
  display: none;
}

.ui-popup__body-tabs .tabs-item.active .tabs-item__btn {
  background: transparent;
  cursor: default;
}

.ui-popup__body-tabs .tabs-item.active .tabs-item__hidden {
  display: block;
  margin: 0 auto;
  padding: 8px 0 12px;
  width: 260px;
  max-width: 100%;
  text-align: left;
}

.ui-popup__body-tabs .tabs-item.active .tabs-item__hidden .f-input,
.ui-popup__body-tabs .tabs-item.active .tabs-item__hidden .ui-btn {
  width: 100%;
}

/* ==========================================================================
   Index page
   @mixin ========================================================================= */
#index-about {
  margin-bottom: 0;
}

.index-about__desc {
  float: right;
  min-height: 250px;
  background: #f1f2f1 url(/wp-content/themes/kids2015/img/ui/bg_block.jpg) repeat-x center 0;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .index-about__desc {
    float: none;
    min-height: 50px;
    width: 100%;
  }
}

.index-about__desc:after {
  content: "";
  display: block;
  width: 200px;
  height: 53px;
 position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -100px;
}

.index-about__desc h1 {
  margin: 36px 0 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1.500em;
  color: #6c4469;
}

.index-about__desc p {
  text-align: justify;
  font: normal 0.875em/1.5em "Open Sans", Arial, Helvetica, sans-serif;
}

.index-about__list {
  float: left;
  margin-bottom: 20px;
  width: 760px;
}

@media only screen and (max-width: 1024px) {
  .index-about__list {
    width: 630px;
  }
}

@media only screen and (max-width: 800px) {
  .index-about__list {
    float: none;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 0;
  }
}

.index-about__list-item {
  float: left;
  margin: 0 10px 10px 0;
  width: 180px;
  height: 135px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .index-about__list-item {
    background-color: #fff2d9;
    padding: 10px;
  }
}

@media only screen and (max-width: 800px) {
  .index-about__list-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 49.25%;
    height: auto;
    margin: 0 0 1.5% 0;
    padding: 0;
    font-size: 16px;
  }
  .index-about__list-item:nth-child(2n) {
    margin-left: 1.5%;
  }
}

@media only screen and (max-width: 640px) {
  .index-about__list-item {
    width: 100%;
    margin: 0 0 1.25% !important;
  }
}

.index-about__list-item .image {
  opacity: 0.7;
}

@media only screen and (max-width: 1024px) {
  .index-about__list-item .image {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}

@media only screen and (max-width: 800px) {
  .index-about__list-item .image {
    opacity: 1;
    float: left;
    margin-right: 15px;
    width: 20%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}

.index-about__list-item .title {
  display: table;
  width: 100%;
  height: 46px;
  background: #fff2d9;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .index-about__list-item .title {
    width: 200px;
  }
}

@media only screen and (max-width: 800px) {
  .index-about__list-item .title {
    overflow: hidden;
    display: block;
    width: auto;
    height: auto;
    position: relative;
    bottom: 0;
    left: auto;
  }
}

.index-about__list-item .title-row {
  display: table-row;
}

.index-about__list-item .title-cell {
  display: table-cell;
  padding: 0 15px 2px;
  vertical-align: middle;
  text-align: center;
  font: bold 0.813em/14px "Open Sans", Arial, Helvetica, sans-serif;
  color: #6c4469;
}

@media only screen and (max-width: 800px) {
  .index-about__list-item .title-cell {
    padding: 10px 0 10px 0;
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  .index-about__list-item .title-cell {
    padding: 10px;
  }
}

.index-about__list-item:hover .image {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.index-about__list-item:hover .title {
  background: rgba(255, 242, 217, 0.6);
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}

/* ==========================================================================
   Category page
   @mixin ========================================================================= */
.category-about {
  margin-bottom: 30px;
  padding: 20px 20px 0;
  overflow: hidden;
  background: #fff2d9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.category-about__image {
  float: left;
  margin: 0 20px 20px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

@media only screen and (max-width: 480px) {
  .category-about__image {
    display: none;
  }
}

.category-about__text {
  margin-bottom: 15px;
  font: italic 0.875em/1.5em "Open Sans", Arial, Helvetica, sans-serif;
}

.category-subnav {
  margin: -20px 0 30px;
  padding-left: 10px;
  width: 100%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 3px solid #b3d7c6;
}

.category-subnav__item {
  float: left;
  padding: 9px 10px;
  font: 600 0.875em/1em "Open Sans", Arial, Helvetica, sans-serif;
}

.category-subnav__item:hover,
.category-subnav__item.current {
  background-color: rgba(179, 215, 198, 0.2);
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

#pagination {
  margin: 10px 0 40px;
  padding: 10px 0;
  width: 100%;
  overflow: hidden;
  border-top: 3px solid #f6aaa3;
  font-size: 16px;
}

.nav-links {
  float: left;
}
.nav-links a.page-numbers,
.nav-links span.page-numbers  {
  float: left;
  margin-right: 2px;
  font-weight: 400;
  display: inline-block;
  padding: 8px 14px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #99857e;
}
.nav-links a.page-numbers:hover,
.nav-links span.current {
  color: white;
  background-color: #ff7266;
}

.sidebar-nav {
  margin-bottom: 30px;
  width: 100%;
}

.sidebar-nav__item {
  margin-bottom: 2px;
  background: #fefdef;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.sidebar-nav__item.opened .sidebar-nav__subnav {
  display: block;
}

.sidebar-nav__item.opened .sidebar-nav__wrapper:before {
  margin-top: -7px;
  border-color: transparent transparent #FF7266;
}

.sidebar-nav__wrapper {
  padding: 0 20px;
  height: 36px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FDFCE0;
}

.sidebar-nav__wrapper:hover {
  background: #fcfacc;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}

.sidebar-nav__wrapper:hover .sidebar-nav__link {
  border-bottom: 1px solid #b3d7c6;
}

.sidebar-nav__wrapper:hover .sidebar-nav__link:hover {
  border-color: #859f93;
}

.sidebar-nav__wrapper.sub {
  padding-right: 36px;
  position: relative;
}

.sidebar-nav__wrapper.sub:before {
  content: "";
  margin: -2px 0 0 0;
  display: block;
  width: 0px;
  height: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: #FF7266 transparent transparent;
  position: absolute;
  top: 50%;
  right: 15px;
}

.sidebar-nav__link {
  line-height: 35px;
  font-size: 0.875em;
  font-weight: 600;
}

.sidebar-nav__subnav {
  display: none;
  padding: 5px 0 6px 20px;
}

.sidebar-nav__subnav .sidebar-nav__item {
  padding: 3px 0 5px 15px;
  position: relative;
}

.sidebar-nav__subnav .sidebar-nav__item:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FF7266;
  position: absolute;
  top: 10px;
  left: 2px;
}

.sidebar-nav__subnav .sidebar-nav__link {
  line-height: 1.375em;
  color: #99857e;
  border-bottom: 1px solid #e3d0e2;
}

.sidebar-nav__subnav .sidebar-nav__link:hover {
  border-color: #b6a6b5;
}

/* ==========================================================================
   Article page
   @mixin ========================================================================= */
.article-content__info {
  margin: -12px 0 18px;
  width: 100%;
  font-size: 0.875em;
  line-height: 34px;
  color: #99857e;
}

.article-content__info-author {
  display: inline-block;
  margin-right: 24px;
}

.article-content__info-author .photo {
  display: inline-block;
  margin-right: 6px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #99857e;
}

.article-content__info-author .name {
  color: #99857e;
  border-bottom: 1px solid #e3d0e2;
}

.article-content__info-author:hover .name {
  border-color: #b6a6b5;
}

.article-content__info-date {
  display: inline-block;
  margin-right: 24px;
  padding-left: 24px;
  position: relative;
}

.article-content__info-date:before {
  content: "";
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/kids2015/img/ui/svg/icon_time.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
}

.article-content__info-views {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}

.article-content__info-views:before {
  content: "";
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/kids2015/img/ui/svg/icon_eye.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
}

.article-content__intro {
  margin-bottom: 30px;
  padding: 18px 30px 22px;
  overflow: hidden;
  background: #fff2d9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.5em;
  font-style: italic;
}

@media only screen and (max-width: 1024px) {
  .article-content__intro {
    padding: 16px 20px;
  }
}

.article-content__question {
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.5em;
}

.article-content__wrapper {
  margin-left: 30px;
}

@media only screen and (max-width: 1024px) {
  .article-content__wrapper {
    margin-left: 0;
  }
}

.article-content__promo {
  margin-bottom: 30px;
  width: 100%;
}

.article-content__promo-image {
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
  .article-content__promo-image {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}

.article-content__promo-container {
  margin-left: 390px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .article-content__promo-container {
    margin: 20px 0 0;
  }
}

.article-content__promo-wrapper {
  display: inline-block;
  height: 280px;
}

.article-content__illness {
  margin-bottom: 30px;
  padding: 18px 30px 22px;
  overflow: hidden;
  background: #e4f2ed;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.5em;
}

.article-content__illness h2 {
  margin-bottom: 8px;
  font-size: 1.25em;
}

.article-content__illness .illness-alter {
  margin-bottom: 15px;
  padding: 0 0 0 54px;
  position: relative;
  color: #74887e;
  font-style: italic;
  font-weight: 600;
}

.article-content__illness .illness-alter:before {
  content: "...или:";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  color: #676767;
}

.article-content__illness p {
  font-style: italic;
}

.article-content__chat {
  margin: 0 0 42px 30px;
}

.article-content__chat .chat-item {
  margin-bottom: 5px;
}

.article-content__chat .chat-item .chat-item {
  margin: 5px 0 5px 30px;
}

.article-content__chat .chat-item .chat-form {
  margin-bottom: 0;
}

.article-content__chat .chat-item__wrapper {
  padding: 15px 20px 20px;
}

.article-content__chat .chat-item__info {
  margin: 0 0 18px;
  width: 100%;
  font-size: 0.875em;
  line-height: 34px;
  color: #99857e;
}

.article-content__chat .chat-item__author {
  display: inline-block;
}

.article-content__chat .chat-item__author:hover span {
  border-color: #b6a6b5;
}

.article-content__chat .chat-item__photo {
  display: inline-block;
  margin-right: 6px;
  border-radius: 30px;
  border: 2px solid #99857e;
}

.article-content__chat .chat-item__name {
  color: #99857e;
  border-bottom: 1px solid #e3d0e2;
}

.article-content__chat .chat-item__post {
  font-style: italic;
}

.article-content__chat .chat-item__time {
  margin-left: 24px;
}

.article-content__chat .chat-item__text {
  line-height: 1.5em;
}

.article-content__chat .chat-item__answer {
  display: inline-block;
  margin-top: 15px;
  padding: 0 0 2px;
  border: none;
  border-bottom: 1px dashed #b49c94;
  background: none;
  font: normal 0.875em/1em "Open Sans", Arial, Helvetica, sans-serif;
  color: #99857e;
}

.article-content__chat .chat-item__answer:hover {
  border-color: transparent;
}

.article-content__chat .chat-item__wrapper.expert {
  background: #FEFDEF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.article-content__chat .chat-item__wrapper.expert .chat-item__photo {
  border-color: #58816c;
}

.article-content__chat .chat-item__wrapper.expert .chat-item__name {
  color: #3c826b;
  border-color: #b3d7c6;
}

.article-content__chat .chat-item__wrapper.expert .chat-item__author:hover .chat-item__name {
  border-color: #9cbbac;
}

.article-content__chat .chat-form {
  margin: 30px 0;
  padding-top: 30px;
  border-top: 3px solid #dfdcd8;
}

.article-content__chat .chat-form__label {
  text-transform: none;
}

.article-content__chat .chat-form__user {
  display: inline-block;
  margin-left: 8px;
  padding-left: 42px;
  position: relative;
  color: #99857e;
}

.article-content__chat .chat-form__user-img {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #99857e;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  position: absolute;
  top: -10px;
  left: 0;
}

.article-content__chat .chat-form__user-name {
  border-bottom: 1px solid #e3d0e2;
}

.article-content__chat .chat-form__user:hover span {
  border-color: #b6a6b5;
}

.article-content__chat .chat-form__textarea {
  width: 100%;
  height: 45px;
}

.article-content__chat .chat-form__btns {
  display: none;
  opacity: 0;
}

.article-content__chat .chat-form.clone .chat-form__btns {
  display: block !important;
  opacity: 1 !important;
}

#toc_container {
  margin-bottom: 30px;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fdfce0 !important;
  border:0 !important;
}

#toc_container .toc_title {
  margin: 0;
  width: 100%;
  height: 36px;
  text-align: center;
  font-size: 0.875em;
  line-height: 36px;
  color: #99857e;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

#toc_container .toc_title:hover {
  color: #FF7266;
  background: #fcfacc;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}

#toc_container .toc_title:before {
  content: "";
  display: inline-block;
  margin: -2px 8px 0 0;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/kids2015/img/ui/svg/icon_menu.svg) no-repeat 0 0;
  background-size: contain;
}

#toc_container .toc_toggle {
  color: #bfbab2;
}

#toc_container .toc_toggle a {
  color: #bfbab2;
  border: none;
}

#toc_container .toc_list {
  display: block;
  padding: 10px 20px;
  font-size: 0.875em;
  line-height: 1.375em;
}

#toc_container .toc_list li {
  margin-bottom: 10px;
  padding: 0;
  background: none;
}

#toc_container .toc_list ul {
  margin: 6px 0 0 20px;
}

#toc_container .toc_list a {
  border-bottom: 1px dashed #b3d7c6;
  text-decoration: none;
}

#toc_container .toc_list a:hover {
  border-color: #ffaf9d;
}

#toc_container.contracted .toc_list {
  display: none !important;
}

#toc_container.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(252, 250, 204, 0.98);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
  z-index: 600;
}

#toc_container.fixed .toc_title {
  height: 38px;
  line-height: 38px;
}

#toc_container.fixed .toc_progress {
  display: block;
  height: 3px;
  max-width: 100% !important;
  background: #FF7266;
  position: absolute;
  bottom: 0;
  left: 0;
}

#toc_container.fixed .toc_list {
  padding: 5px 20px 0;
}

#toc_container.fixed .toc_list li {
  margin-bottom: 15px;
}

#toc_container.fixed .toc_list ul {
  margin: 12px 0 0 20px;
}

#toc_container .toc_container__fix {
  margin-bottom: 30px;
}

/* ------------------------- */
.post-content {
  font-size: 1em;
  line-height: 1.5em;
}

.post-content p {
  margin-bottom: 1.5em;
}

.post-content h2,
.post-content h3 {
  font-weight: 600;
}

.post-content .video_h2 h2,
.post-content h2 {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.375em;
}

.post-content h3 {
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 1.375em;
}

.post-content a {
  color: #3c826b;
  text-decoration: underline;
}

.post-content a:hover {
  color: #FF7266;
  -webkit-transition: color 0.24s;
  transition: color 0.24s;
}

.post-content img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff2d9;
  text-align: center;
  padding: 4px;
  max-width: 100%;
  height: auto;
}

.post-content .alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
  .post-content .alignleft {
    float: none;
    margin: 20px auto;
  }
}

.post-content .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

@media only screen and (max-width: 1024px) {
  .post-content .alignright {
    float: none;
    margin: 20px auto;
  }
}

.post-content .aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.post-content ul {
  margin-bottom: 1.5em;
}

.post-content ul ul,
.post-content ol ol {
  margin-bottom: 0.875em;
  margin-top: 0.75em;
}

.post-content ul li {
  margin-bottom: 0.75em;
}

.post-content ul li {
  list-style: none;
  background: url(/wp-content/themes/kids2015/img/ui/icon_marker_green.png) no-repeat left 6px;
  padding-left: 25px;
}

.post-content ol {
  margin-bottom: 1.5em;
  counter-reset: point;
  list-style: none;
}

.post-content ol li {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.75em;
  position: relative;
  padding-left: 30px;
}

.post-content ol li:before {
  content: counter(point);
  counter-increment: point 1;
  position: absolute;
  left: -1px;
  top: 0;
  display: block;
  text-align: center;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  color: #fff;
  background: #4BBE9D;
  line-height: 24px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
}

.post-content span.text-bold {
  font-weight: bold;
}

.post-content div.text-block {
  background: #e9f9f4 url(/wp-content/themes/kids2015/img/ui/text-block_bg.png) no-repeat 100% 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  padding: 16px 20px 18px;
  margin-bottom: 24px;
  font-size: 1em;
  line-height: 1.5em;
  font-style: italic;
}

.post-content div[class*="text-block illustrated__"] {
  margin-left: 110px;
  position: relative;
}

.post-content div[class*="text-block illustrated__"]:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: -110px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
  .post-content div[class*="text-block illustrated__"] {
    margin-left: 0;
  }
  .post-content div[class*="text-block illustrated__"]:before {
    display: none;
  }
}

.post-content .illustrated__boy-crying:before {
  background-image: url(/wp-content/themes/kids2015/img/illustration/boy_1.png);
}

.post-content .illustrated__girl-crying:before {
  background-image: url(/wp-content/themes/kids2015/img/illustration/girl_1.png);
}

.post-content .illustrated__boy-sleeps:before {
  background-image: url(/wp-content/themes/kids2015/img/illustration/boy_2.png);
}

.post-content .illustrated__girl-sleeps:before {
  background-image: url(/wp-content/themes/kids2015/img/illustration/girl_6.png);
}

.post-content .illustrated__boy-watching:before {
  background-image: url(/wp-content/themes/kids2015/img/illustration/boy_3.png);
}

.post-content .illustrated__girl-watching:before {
  background-image: url(/wp-content/themes/kids2015/img/illustration/girl_3.png);
}

.post-content .illustrated__boy-moves:before {
  background-image: url(/wp-content/themes/kids2015/img/illustration/boy_4.png);
}

.post-content .illustrated__girl-moves:before {
  background-image: url(/wp-content/themes/kids2015/img/illustration/girl_2.png);
}

.post-content .illustrated__boy-playing:before {
  background-image: url(/wp-content/themes/kids2015/img/illustration/boy_5.png);
}

.post-content .illustrated__girl-playing:before {
  background-image: url(/wp-content/themes/kids2015/img/illustration/girl_5.png);
}

.post-content .illustrated__boy-eating:before {
  background-image: url(/wp-content/themes/kids2015/img/illustration/boy_6.png);
}

.post-content .illustrated__girl-eating:before {
  background-image: url(/wp-content/themes/kids2015/img/illustration/girl_4.png);
}

.post-content div[class*="text-block illustrated__girl"] {
  background-color: #fff2fc;
}

.post-content .illustrated__table {
  display: table;
  width: 100%;
}

.post-content .illustrated__row {
  display: table-row;
}

.post-content .illustrated__cell {
  display: table-cell;
  height: 66px;
  vertical-align: middle;
}

.wp-caption {
  background: #fff2d9;
  text-align: center;
  color: #99857e;
  font-size: 0.875em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  max-width: 100% !important;
}

.post-content .wp-caption img {
  background: none;
  border: none;
  padding: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption-text {
  margin: 0 !important;
  line-height: normal;
  padding: 8px 10px;
  text-align: center !important;
}

.wp-caption.aligncenter {
  display: block;
  clear: both;
  margin: 10px auto 20px;
}

.player-code {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
  width: 640px;
  max-width: 100%;
  background: #fff2d9;
  text-align: center;
  padding: 4px 4px 0 4px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.player-code iframe {
  max-width: 100% !important;
}

.player-code p {
  text-align: center;
  margin: 0;
  padding: 8px 10px 10px;
  color: #99857e;
  font-size: 0.875em;
  line-height: normal;
}

.post-content table {
margin: 24px 0 24px 0;
border: 1px solid #d2d2d2;
  -webkit-border-radius: 5px !important;
     -moz-border-radius: 5px !important;
          border-radius: 5px !important;
}

.post-content table td,  .post-content table th {
border: 1px solid #d2d2d2;
padding:5px;
}
.post-content div.gallery {
margin-bottom: 1.5em !important;	
}

.post-content div.gallery img {
border:0 !important;	
}

/* ------------------------ */
.article-share {
  margin: 0 0 30px;
  padding-left: 30px;
  width: 100%;
  position: relative;
  left: -30px;
  background: #f9f9f9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
  .article-share {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    left: 0;
  }
}

.article-share__btns {
  margin-right: 160px;
  padding: 20px 0 24px 0;
}

@media only screen and (max-width: 640px) {
  .article-share__btns {
    margin-right: 0;
  }
}

.article-share__title {
  margin-bottom: 15px;
  font-size: 0.875em;
  color: #99857e;
  text-transform: uppercase;
}

.article-share__print {
  float: right;
  width: 160px;
  height: 110px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: none;
  border-left: 2px solid #f0eded;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .article-share__print {
    display: none;
  }
}

.article-share__print:hover {
  background: whitesmoke;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}

.article-share__print:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 65%;
  left: 50%;
  margin: -16px 0 0 -16px;
  background: url(/wp-content/themes/kids2015/img/ui/svg/icon_print.svg) no-repeat 0 0;
  background-size: contain;
}

.article-share__print .print-title {
  font-size: 0.875em;
  color: #99857e;
  text-transform: uppercase;
  position: relative;
  top: -28px;
}

.article-similar {
  margin-bottom: 30px;
  width: 100%;
}

.article-similar div.h2 {
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #99857e;
}

.article-similar__container {
  font-size: 0;
}

.article-similar__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 24px 2%;
  width: 32%;
  font-size: 16px;
  border: none !important;
}

.article-similar__item:nth-child(3n+1) {
  margin: 0 0 24px 0;
}

.article-similar__item:hover span {
  border-color: #ffbeaa;
}

.article-similar__item:hover .news__info {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media only screen and (max-width: 640px) {
  .article-similar__item {
    width: 100%;
    margin: 0 0 30px !important;
  }
  .article-similar__item .news__info {
    display: none;
  }
}

.article-similar__prev {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .article-similar__prev {
    display: inline-block;
    margin-bottom: 10px;
    width: auto;
    max-width: 100%;
  }
}

.article-similar__image {
  display: block;
  max-width: 100%;
}

.article-similar__title {
  font-size: 0.875em;
  line-height: 1.5em;
  border-bottom: 1px solid #b3d7c6;
}

@media only screen and (max-width: 640px) {
  .article-similar__title {
    font-size: 1em;
  }
  .article-similar__title:before {
    content: "";
    display: block;
  }
}

.article-similar__reload {
  width: 100%;
  height: 36px;
  background: #fcfacc;
  background: rgba(252, 250, 204, 0.6);
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 0.875em;
  color: #99857e;
}

.article-similar__reload .icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/kids2015/img/ui/svg/icon_sync.svg) no-repeat 0 0;
  background-size: contain;
}

.article-similar__reload:hover {
  color: #FF7266;
  background: #fcfacc;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}

/* ==========================================================================
   Health
   @mixin ========================================================================= */
.health-nav {
  display: table;
  margin-bottom: 30px;
  padding: 8px 0;
  width: 100%;
  border-top: 3px solid #F6AAA3;
  border-bottom: 2px solid #F6AAA3;
}

.health-nav__row {
  display: table-row;
}

.health-nav__cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.health-nav__cell:hover {
  background: #FF7266;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.24s;
  transition: background 0.24s;
}

.health-nav__item {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  color: #99857e;
}

.health-nav__item:hover {
  color: #fff;
  -webkit-transition: color 0.24s;
  transition: color 0.24s;
}

@media only screen and (max-width: 800px) {
  .health-nav {
    display: block;
    overflow: hidden;
  }
  .health-nav__row,
  .health-nav__cell {
    display: block;
  }
  .health-nav__cell {
    float: left;
  }
  .health-nav__item {
    width: auto;
    padding: 8px 12px;
  }
}

.health-list {
  margin-bottom: 30px;
}

.health-list__item {
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}

.health-list__title {
  margin-bottom: 20px;
  font-size: 1.875em;
  line-height: 1em;
  font-weight: 600;
  color: #99857e;
}

.health-list__link {
  float: left;
  margin: 0 30px 10px 0;
  font-size: 0.875em;
  line-height: 1.5em;
  text-decoration: underline;
}

.health-list__link:hover {
  color: #FF7266;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
  text-decoration: underline;
}

.health-list__cut-list {
  display: none;
}

.health-list__cut-toggle {
  clear: both;
  display: block;
  padding: 0;
  border: none;
  border-bottom: 1px dashed #99857e;
  background: none;
  color: #99857e;
  font-size: 0.75em;
}

.health-list__cut-toggle:hover {
  border-color: transparent;
}

/* ==========================================================================
   Print styles
   @mixin ========================================================================= */
@media print {
  body {
    color: #000;
    font-size: 14px;
  }
  a {
    color: #000 !important;
  }
  #page {
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header,
  #navigation,
  #footer,
  .main-sidebar,
  .toc_toggle,
  .article-share,
  .article-similar,
  .chat-item__answer,
  .chat-form {
    display: none !important;
  }
  .main-breadcrumbs {
    padding-top: 3px;
  }
  .main-content {
    width: 100%;
  }
  .article-content__info-date {
    padding: 0;
  }
  .article-content__info-date:before {
    display: none;
  }
  .article-content__info-views {
    display: none;
  }
  .article-content__promo {
    display: none;
  }
  .article-content__intro {
    margin-bottom: 0;
  }
  .toc_container__fix {
    display: none !important;
  }
  #toc_container {
    margin-bottom: 10px;
    position: static !important;
  }
  #toc_container .toc_list,
  #toc_container.contracted .toc_list {
    display: block !important;
  }
  #toc_container .toc_list li,
  #toc_container.contracted .toc_list li {
    list-style: none !important;
  }
  .post-content .player-code {
    display: none;
  }
  .post-content .text-block {
    color: #000;
  }
  .post-content ul li {
    padding-left: 12px;
    list-style: disc outside !important;
  }
}

/* ==========================================================================
   Profile
   @mixin ========================================================================= */
.profile-view {
  margin: -5px 0px 25px;
}

.profile-view h1 {
  font-size: 1.875em;
  line-height: 1.375em;
}

.profile-wrapper {
  padding: 15px 0 0;
  width: 100%;
}

.profile-main {
  margin: 0 0 0 230px;
}

@media only screen and (max-width: 640px) {
  .profile-main {
    margin: 0;
  }
}

.profile-header {
  margin-bottom: 48px;
  position: relative;
}

.profile-header__info {
  padding: 8px 0 0;
  font-size: 0.875em;
  line-height: 1.25em;
  color: #99857e;
}

.profile-header__info .info-item {
  display: inline-block;
  margin-right: 20px;
}

.profile-header__info .info-online {
  padding-left: 15px;
  color: #bfbab2;
  position: relative;
}

.profile-header__info .info-online:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 2px solid #bfbab2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 6px;
  left: 0;
}

.profile-header__info .info-online.here {
  color: #7abd9d;
}

.profile-header__info .info-online.here:before {
  border-color: #7abd9d;
  background-color: #7abd9d;
}

.profile-avatar {
  width: 200px;
  position: absolute;
  top: 0;
  left: -230px;
}

.profile-avatar__img {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 4px #dcd2db;
  -webkit-box-shadow: 0 0 0 4px #dcd2db;
  box-shadow: 0 0 0 4px #dcd2db;
}

@media only screen and (max-width: 640px) {
  .profile-avatar {
    position: static;
    margin-bottom: 20px;
  }
}

.profile-content {
  margin-bottom: 36px;
}

.profile-content h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.375em;
  color: #99857e;
}

.profile-content__soc {
  width: 100%;
  overflow: hidden;
}

.profile-content__soc .soc__item {
  float: left;
  margin-left: 10px;
  width: 65px;
  max-width: 17.6%;
  height: 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .profile-content__soc .soc__item {
    margin-bottom: 5px;
  }
}

.profile-content__soc .soc__item:first-child {
  margin-left: 0;
}

.profile-content__soc .soc__item:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.profile-content__soc .soc__item.vk {
  background-color: #5A7CA0;
}

.profile-content__soc .soc__item.vk:before {
  background-image: url(/wp-content/themes/kids2015/img/ui/svg/icon_vk.svg);
}

.profile-content__soc .soc__item.ok {
  background-color: #F48420;
}

.profile-content__soc .soc__item.ok:before {
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  background-image: url(/wp-content/themes/kids2015/img/ui/svg/icon_odnoklassniki.svg);
}

.profile-content__soc .soc__item.fb {
  background-color: #3B5998;
}

.profile-content__soc .soc__item.fb:before {
  background-image: url(/wp-content/themes/kids2015/img/ui/svg/icon_facebook.svg);
}

.profile-content__soc .soc__item.gp {
  background-color: #D0422A;
}

.profile-content__soc .soc__item.gp:before {
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  background-image: url(/wp-content/themes/kids2015/img/ui/svg/icon_google-plus.svg);
}

.profile-content__soc .soc__item.tw {
  background-color: #00ABF1;
}

.profile-content__soc .soc__item.tw:before {
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  background-image: url(/wp-content/themes/kids2015/img/ui/svg/icon_twitter.svg);
}

.profile-content__about {
  font-size: 0.875em;
  line-height: 1.5em;
}

.profile-settings {
  padding: 24px 0 0;
}

.profile-settings__col {
  float: left;
  margin-bottom: 30px;
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .profile-settings__col {
    float: none;
    width: 100%;
  }
}

.profile-settings__avatar .avatar-container {
  margin-bottom: 20px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 4px #dcd2db;
  -webkit-box-shadow: 0 0 0 4px #dcd2db;
  box-shadow: 0 0 0 4px #dcd2db;
  background-color: #f9f9f9;
}

.profile-settings__avatar .avatar-container img {
  display: block;
  width: 100%;
  height: 100%;
}

.profile-settings__avatar .ui-btn {
  width: 200px;
}

.profile-settings__avatar .avatar-delete {
  margin-top: 12px;
  width: 200px;
  text-align: center;
}

.profile-settings__avatar .avatar-delete__btn {
  font-size: 0.875em;
  line-height: 1em;
  color: #bfbab2;
}

.profile-settings__avatar .avatar-delete__btn:hover {
  color: #FF7266;
}

.profile-settings__soc {
  display: block;
  margin-bottom: 15px;
  padding: 0 12px 0 0;
  width: 84%;
  height: 30px;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #FDFCE0;
  text-align: right;
  line-height: 30px;
  color: #3c826b;
  font-size: 0.75em;
}

.profile-settings__soc.active {
  color: #FF7266;
  background-color: #FDFCE0 / 0.918;
}

.profile-settings__soc .soc-icon {
  float: left;
  width: 65px;
  height: 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .profile-settings__soc .soc-icon {
    margin-bottom: 5px;
  }
}

.profile-settings__soc .soc-icon:first-child {
  margin-left: 0;
}

.profile-settings__soc .soc-icon:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.profile-settings__soc .soc-icon.vk {
  background-color: #5A7CA0;
}

.profile-settings__soc .soc-icon.vk:before {
  background-image: url(/wp-content/themes/kids2015/img/ui/svg/icon_vk.svg);
}

.profile-settings__soc .soc-icon.ok {
  background-color: #F48420;
}

.profile-settings__soc .soc-icon.ok:before {
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  background-image: url(/wp-content/themes/kids2015/img/ui/svg/icon_odnoklassniki.svg);
}

.profile-settings__soc .soc-icon.fb {
  background-color: #3B5998;
}

.profile-settings__soc .soc-icon.fb:before {
  background-image: url(/wp-content/themes/kids2015/img/ui/svg/icon_facebook.svg);
}

.profile-settings__soc .soc-icon.gp {
  background-color: #D0422A;
}

.profile-settings__soc .soc-icon.gp:before {
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  background-image: url(/wp-content/themes/kids2015/img/ui/svg/icon_google-plus.svg);
}

.profile-settings__soc .soc-icon.tw {
  background-color: #00ABF1;
}

.profile-settings__soc .soc-icon.tw:before {
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  background-image: url(/wp-content/themes/kids2015/img/ui/svg/icon_twitter.svg);
}

/* ==========================================================================
   Experts
   @mixin ========================================================================= */
.expert-list {
  margin-bottom: 30px;
}

.expert-list__item {
  padding: 30px 0;
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #f6aaa3;
}

.expert-list__item:first-child {
  border-top: 2px solid #f6aaa3;
}

.expert-list__about {
  float: left;
  padding-right: 15px;
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
  .expert-list__about {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

.expert-list__person {
  display: block;
  padding-bottom: 20px;
  width: 100%;
  overflow: hidden;
}

.expert-list__person .person-img {
  float: left;
  margin-right: 20px;
  width: 150px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
}

.expert-list__person .person-title {
  display: block;
  padding-top: 24px;
  overflow: hidden;
}

.expert-list__person .person-name {
  font-size: 1.125em;
  line-height: 1.375em;
  border-bottom: 1px solid #b3d7c6;
}

.expert-list__person .person-post {
  display: block;
  padding-top: 10px;
  font-size: 0.875em;
  line-height: 1.375em;
  color: #99857e;
}

.expert-list__person:hover .person-name {
  color: #FF7266;
  border-color: #ffbeaa;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

.expert-list__desc {
  clear: both;
  font-size: 0.875em;
  line-height: 1.5em;
  font-style: italic;
}

.expert-list__questions {
  float: right;
  padding-left: 15px;
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
  .expert-list__questions {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}

.expert-list__questions .questions-item {
  margin-bottom: 12px;
  line-height: 1.375em;
}

.expert-list__questions .questions-link {
  margin-right: 10px;
  font-size: 0.875em;
}

.expert-list__questions .questions-date {
  font-size: 0.75em;
  color: #99857e;
}

.expert-list__questions .questions-all {
  display: inline-block;
  padding: 5px 0 2px;
  font-size: 0.813em;
  color: #99857e;
  border-bottom: 1px solid #e3d0e2;
}

.expert-list__questions .questions-all:hover {
  border-color: #c5b5c5;
}

.expert-view {
  margin: 36px 0 30px;
  padding-left: 170px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .expert-view {
    padding-left: 0;
  }
}

.expert-view__head .head-image {
  display: block;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .expert-view__head .head-image {
    position: static;
  }
}

.expert-view__head h1 {
  padding-top: 10px;
  font-size: 1.875em;
  line-height: 1.375em;
}

.expert-view__head h2 {
  margin-bottom: 30px;
  padding-top: 2px;
  font-size: 0.875em;
  line-height: 1.375em;
  color: #99857e;
  text-transform: lowercase;
}

.expert-view__desc {
  margin-bottom: 24px;
  font-size: 1em;
  line-height: 1.5em;
  font-style: italic;
}

.expert-view__desc p {
  margin-bottom: 1em;
}

.expert-view__request {
  margin-bottom: 36px;
}

.expert-view__request .request-form {
  background: #fefdef;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.expert-view__request .request-form__btn {
  background-color: #FDFCE0;
  border: none;
  width: 100%;
  height: 36px;
  text-align: center;
  font-size: 0.875em;
  line-height: 36px;
  color: #99857e;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.expert-view__request .request-form__btn:hover {
  color: #FF7266;
  background: #fcfacc;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}

.expert-view__request .request-form__btn:before {
  content: "";
  display: inline-block;
  margin: -2px 8px 0px 0px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/kids2015/img/ui/svg/icon_write.svg) no-repeat 0 0;
  background-size: contain;
}

.expert-view__request .request-form .f-form {
  display: none;
  padding: 20px;
}

.expert-view__request .request-form .f-input,
.expert-view__request .request-form .f-textarea {
  width: 100%;
}

.expert-view__archive h2 {
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #99857e;
}

.expert-view__archive .archive-item {
  margin-bottom: 20px;
}

.expert-view__archive .archive-item__info {
  font-size: 0.875em;
  color: #99857e;
}

.expert-view__archive .archive-item__info a {
  color: #99857e;
  border-bottom: 1px solid #e3d0e2;
}

.expert-view__archive .archive-item__info a:hover {
  border-color: #c5b5c5;
}

.expert-view__archive .archive-item__title {
  margin-top: 6px;
  position: relative;
  line-height: 1.5em;
}

@media only screen and (max-width: 800px) {
  .expert-view__archive .archive-item__title {
    padding-left: 42px;
  }
}

.expert-view__archive .archive-item__comments {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 4px;
  left: -42px;
  background: transparent url(/wp-content/themes/kids2015/img/ui/ui_icon_comments.png) no-repeat scroll 0px 0px;
  font: 600 0.75em/1.75em "Open Sans", Arial, Helvetica, sans-serif;
  color: #99857e;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .expert-view__archive .archive-item__comments {
    left: 0;
  }
}

.ui-notauth {
  padding: 15px 20px;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.75em;
  color: #99857e;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fefdef;
}

.ui-notauth__btn {
  display: inline-block;
  padding: 0;
  border: none;
  border-bottom: 1px dashed #e3d0e2;
  background: none;
  font: normal 1em "Open Sans", Arial, Helvetica, sans-serif;
  color: #FF7266;
}

.ui-notauth__btn:hover {
  border-color: #ff8f80;
  -webkit-transition: border-color 0.35s;
  transition: border-color 0.35s;
}
/*Mixmarket Ads*/
.mixm-title {
  text-align: center !important;
  font-size: 1.1em !important;
  line-height: 0.875em !important;
  text-transform: uppercase !important;
  color: #99857e !important;
  font-weight: normal !important;
  margin-bottom:10px;
}

.mixm div.img {
float:left;
width:100px;
height:100px;
border: 1px solid #eeeeee;
margin:0 15px 20px 0;
position:relative;
 -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.mixm div.img img {
max-width:100px;
max-height:100px;
}
.mixm div.info {
margin-top:5px;	
}
.mixm div.name a {
font: bold 0.875em/1.5em "Open Sans", Arial, Helvetica, sans-serif;
color:#ff7266;
border-bottom: 1px solid #ffbeaa;
}
.mixm div.name a:hover {
border-bottom: 1px solid #ff7266;
}
.mixm .price {
font:normal 0.813em "Open Sans", Arial, Helvetica, sans-serif;
color:#676767;
}
.mixm .shop a {
font:normal 0.813em "Open Sans", Arial, Helvetica, sans-serif;
color:#3c826b;
}
.adv-article-footer {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
.adv-article-footer-2 {
  margin:30px auto;
  width: 728px;
  height: 75px;
  border: 1px solid #d1c8c5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding-top:15px;
}