@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic&amp;subset=latin,cyrillic");
* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
:focus {
  outline: none;
}
html,
body {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html,
button,
select,
textarea,
input {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
strong {
  font-weight: 600;
}
body {
  min-width: 1000px;
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 16px;
  color: #000;
  background: #fff url("../img/siteimage/top-clouds.jpg") center top no-repeat;
}
body.body_index {
  background-image: url("../img/siteimage/index-background.jpg");
}
button {
  font-family: 'Open Sans', sans-serif;
}
a {
  text-decoration: none;
  color: #669;
  background: transparent;
  outline: none;
}
a:hover {
  text-decoration: underline;
  color: #000;
}
.current a {
  color: #000;
}
a img {
  border: none;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.hidden {
  display: none !important;
}
.linkWithIcon,
.linkDynamic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.linkWithIcon span,
.linkDynamic span {
  text-decoration: underline;
}
.linkWithIcon:hover span,
.linkDynamic:hover span {
  text-decoration: none;
}
.linkWithIcon .ico:first-child,
.linkDynamic .ico:first-child {
  margin-right: 0.5em;
}
.linkWithIcon .ico:last-child,
.linkDynamic .ico:last-child {
  margin-left: 0.5em;
}
.linkDynamic span {
  border-bottom: 1px dashed;
}
.linkDynamic:hover span {
  text-decoration: none;
  border-bottom-color: transparent;
}
h3 {
  margin: 0 0 26px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #4e656c;
}
p {
  margin: 0 0 20px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
li {
  margin-bottom: 10px;
}
select,
button,
textarea,
input {
  margin: 0;
  font-size: 16px;
  font-family: inherit;
  vertical-align: baseline;
}
input[type="reset"],
input[type="submit"],
html input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="reset"][disabled],
input[type="submit"][disabled],
html input[type="button"][disabled],
button[disabled] {
  cursor: default;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical;
}
input[type="radio"],
input[type="checkbox"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.ico {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  vertical-align: middle;
  background: center center no-repeat;
}
.ico-bigMenu-family {
  width: 166px;
  height: 161px;
  background-image: url("../img/siteimage/button-big-family.png");
}
.ico-bigMenu-mult {
  width: 245px;
  height: 166px;
  background-image: url("../img/siteimage/button-big-mult.png");
}
.ico-headerNav-parents {
  width: 153px;
  height: 42px;
  background-image: url("../img/siteimage/header-nav-parents.png");
}
.ico-social-vk {
  width: 132px;
  height: 33px;
  background-image: url("../img/siteimage/ico-social-vk.png");
}
.ico-social-fb {
  width: 127px;
  height: 33px;
  background-image: url("../img/siteimage/ico-social-fb.png");
}
.ico-social-youtube {
  width: 101px;
  height: 43px;
  background-image: url("../img/siteimage/ico-social-youtube.png");
}
.ico-social-instagram {
  width: 167px;
  height: 44px;
  background-image: url("../img/siteimage/ico-social-instagram.png");
}
.widthLimiter {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
}
.pageWrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.body_index .pageWrapper {
  min-height: 800px;
}
.pageMain {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
}
.header {
  padding-top: 20px;
  margin-bottom: 38px;
}
.header-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 37px;
}
.header-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.header-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.textColumned-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -24px;
}
.textColumned-item {
  width: 460px;
  margin: 0 0 36px 24px;
}
.textColumned-item:first-child:last-child {
  width: 644px;
  margin-bottom: 0;
}
.multFrame {
  width: 964px;
  height: 704px;
  margin: 0 auto 40px;
  padding: 158px 0 0 106px;
  background: url("../img/siteimage/mult-frame.jpg") no-repeat;
}
.multMenu {
  margin-bottom: 54px;
}
.multMenu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
.multMenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.multMenu li + li {
  margin-left: 25px;
}
.multMenu li.active a,
.multMenu li a:hover {
  color: #fff;
  background-color: #4e656c;
  border-color: transparent;
}
.multMenu a {
  display: block;
  padding: 0 16px 3px;
  line-height: 1.2;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  color: #4e656c;
  border: 2px solid;
  border-radius: 10px;
}
.indexMenu {
  position: absolute;
  top: 415px;
  right: 10px;
  left: 110px;
}
.indexMenu ul {
  height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}
.indexMenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.socialList {
  margin-bottom: 30px;
}
.socialList h3 {
  margin-bottom: 14px;
}
.socialList-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socialList-item + .socialList-item {
  margin-left: 50px;
}
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 32px 0 65px;
  text-transform: uppercase;
  font-size: 11px;
  color: #777;
}
.footer-item_center {
  margin-bottom: -12px;
}
.footer-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu li + li {
  margin-left: 90px;
}
.footer .socialList {
  margin-bottom: 0;
  text-transform: none;
}
.footer .socialList h3 {
  font-size: 16px;
  font-weight: 400;
  color: #777;
}
