@import "/assets/less/normalize.css";
.notrans {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearmargin:first-child {
  margin-top: 0;
}
.clearmargin:last-child {
  margin-bottom: 0;
}
.clearmarginv:first-child {
  margin-left: 0;
}
.clearmarginv:last-child {
  margin-right: 0;
}
.hide {
  display: none !important;
}
ul,
ol {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.hidden {
  display: none;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body,
input,
textarea,
button {
  font-family: 'Open Sans', sans-serif;
}
html {
  background: #fff;
}
.fz {
  font-size: 14px;
}
body {
  color: #585858;
  font-size: 14px;
  line-height: 1.5;
}
p {
  margin: 1em 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h5,
h6 {
  color: #222222;
}
h4 {
  color: #56c0ef;
}
a,
.link {
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
  color: #1393cc;
  text-decoration: none;
}
a:hover,
.link:hover {
  color: #56c0ef;
}
a:active,
.link:active {
  color: #0f719d;
}
.def_link {
  color: #585858;
}
.def_link:hover {
  color: #85d1f3;
}
.def_link:active {
  color: #27afeb;
}
.btn {
  background-color: #56c0ef;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0 49px 0 28px;
  text-transform: uppercase;
  color: #fff;
  line-height: 42px;
  -webkit-box-shadow: 1px 2px 0 0 #0390ce;
  -moz-box-shadow: 1px 2px 0 0 #0390ce;
  box-shadow: 1px 2px 0 0 #0390ce;
  position: relative;
  cursor: pointer;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
.btn:after {
  content: '';
  width: 49px;
  height: 100%;
  background: url("/assets/images/icons/arrow_btn.png") no-repeat center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn:hover {
  color: #fff;
  background-color: #6dc9f1;
}
.btn:active {
  top: 1px;
}
.date {
  color: #0390ce;
  font-size: 12px;
  margin-bottom: 2px;
}
#page {
  min-width: 1160px;
}
.section {
  position: relative;
  z-index: 1;
  margin: 35px 0;
}
.section:first-child {
  margin-top: 0;
}
.section:last-child {
  margin-bottom: 0;
}
.section .minw {
  position: relative;
  margin: 0 auto;
  width: 1148px;
}
.section--top {
  line-height: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin: 0;
}
.section--top li {
  float: left;
}
.section--top a {
  display: block;
  padding: 0 15px;
  color: #585858;
}
.section--top a:hover {
  color: #85d1f3;
}
.section--top a:active {
  color: #27afeb;
}
.section--top a.active {
  background: #0390ce;
  color: #fff;
}
.section--top .nav {
  float: left;
}
.section--top .lang {
  float: right;
}
.section--header {
  margin: 0;
}
.section--header .minw {
  display: table;
  height: 120px;
}
.section--header .logo,
.section--header .search {
  display: table-cell;
  height: 100%;
  width: 50%;
  vertical-align: middle;
}
.section--header .logo img {
  vertical-align: top;
}
.section--header .search {
  text-align: right;
  position: relative;
}
.section--header .search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  border: solid 1px #ecf0f5;
  width: 266px;
  background: #fff;
  padding: 0 38px 0 14px;
}
.section--header .search button {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 40px;
  border: 0;
  background: url("/assets/images/icons/search.png") no-repeat center;
}
.section--menu {
  z-index: 5;
  margin: 0;
}
.section--promo {
  height: 400px;
  color: #fff;
  margin-top: 0;
}
.section--promo .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 70px;
  font-size: 0;
}
.section--promo .owl-dots .owl-dot {
  float: left;
  margin-right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #56c0ef;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
.section--promo .owl-dots .owl-dot:hover {
  background: #6dc9f1;
}
.section--promo .owl-dots .owl-dot.active {
  background: #fff;
}
.section--promo .item {
  height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 98px 558px 0 70px;
  position: relative;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.section--promo .item h3 {
  font-size: 36px;
  margin-bottom: .5em;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}
.section--promo .item .moar {
  position: absolute;
  left: 70px;
  bottom: 90px;
}
.section--partners .item {
  width: 250px;
}
.section--partners a {
  display: block;
}
.section--partners a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.section--partners img {
  display: block;
  height: 120px;
  background: #ecf0f5;
}
.section--partners .slider {
  position: relative;
  font-size: 0;
  width: 1030px;
  margin: 0 auto;
}
.section--partners .slider .owl-prev,
.section--partners .slider .owl-next {
  position: absolute;
  height: 100%;
  top: 0;
  width: 49px;
  background: #0390ce url('/assets/images/icons/arrow_right.png') no-repeat center;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
.section--partners .slider .owl-prev {
  left: -60px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.section--partners .slider .owl-next {
  right: -60px;
}
.section--partners .slider .disabled {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  cursor: default !important;
}
.section--footer {
  line-height: 35px;
  overflow: hidden;
  background: #222222;
  color: #fff;
  font-size: 12px;
  padding: 14px 0;
}
.section--footer .copy {
  float: left;
}
.section--footer .social {
  float: right;
}
.section--index .section_index {
  margin: 35px 0;
  zoom: 1;
}
.section--index .section_index:first-child {
  margin-top: 0;
}
.section--index .section_index:last-child {
  margin-bottom: 0;
}
.section--index .section_index:before,
.section--index .section_index:after {
  content: "";
  display: table;
}
.section--index .section_index:after {
  clear: both;
}
.section--index .column {
  width: 560px;
  float: left;
}
.section--index .column.column--large {
  width: 768px;
}
.section--index .column.column--small {
  width: 364px;
}
.section--index .column:last-child {
  float: right;
}
.section--index .heading {
  margin-bottom: 21px;
  zoom: 1;
  line-height: 28px;
}
.section--index .heading:before,
.section--index .heading:after {
  content: "";
  display: table;
}
.section--index .heading:after {
  clear: both;
}
.section--index .heading h3 {
  font-size: 24px;
  float: left;
}
.section--index .heading .helpers {
  margin-left: 21px;
  float: left;
  position: relative;
  top: 2px;
}
.section--index .heading .helpers a {
  color: #585858;
  text-decoration: underline;
}
.section--index .heading .helpers a:hover {
  color: #85d1f3;
}
.section--index .heading .helpers a:active {
  color: #27afeb;
}
.section--index .moar {
  margin-top: 21px;
}
.section--index .banners_links .item {
  margin: 10px 0;
}
.section--index .banners_links .item:first-child {
  margin-top: 0;
}
.section--index .banners_links .item:last-child {
  margin-bottom: 0;
}
.section--index .banners_links a {
  display: block;
}
.section--index .banners_links a:hover {
  opacity: .8;
}
.section--index .banners_links img {
  display: block;
}
.section--show {
  zoom: 1;
  position: static;
}
.section--show:before,
.section--show:after {
  content: "";
  display: table;
}
.section--show:after {
  clear: both;
}
.section--show .section_sidebar {
  float: left;
  width: 266px;
}
.section--show .section_content .main_title {
  font-size: 24px;
  margin-bottom: 21px;
}
.section--show .section_content .back {
  text-align: right;
  margin-top: 21px;
}
.section_bread {
  color: #757e86;
  font-style: italic;
  line-height: 20px;
  padding: 15px 0;
  border-bottom: solid 1px #ecf0f5;
  font-size: 12px;
  margin-bottom: 21px;
  margin-top: -35px;
}
.section_bread a {
  color: #585858;
  color: #757e86;
}
.section_bread a:hover {
  color: #85d1f3;
}
.section_bread a:active {
  color: #27afeb;
}
#content p {
  margin: 1em 0;
}
#content p:first-child {
  margin-top: 0;
}
#content p:last-child {
  margin-bottom: 0;
}
#content ul,
#content ol {
  margin: 1em 0 1em 2em;
}
#content ul li {
  list-style: disc;
}
#content ol li {
  list-style: decimal;
}
#content table {
  width: 100%;
  border-collapse: collapse;
}
#content table td,
#content table th {
  border: solid 1px #cbd6e3;
  padding: 10px;
}
#content table thead td {
  background: #dbe3ec;
}
#content table tbody tr:nth-child(2n) td {
  background: #ecf0f5;
}
#content table tbody tr:nth-child(2n-1) td {
  background: #fff;
}
.main_menu {
  position: relative;
}
.main_menu .lvl1 {
  display: table;
  padding-bottom: 1px;
  width: 100%;
  border-bottom: solid 1px #ecf0f5;
}
.main_menu .lvl1 > li {
  display: table-cell;
  border-top: solid 4px #222;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
}
.main_menu .lvl1 > li:first-child,
.main_menu .lvl1 > li:last-child {
  width: 18%;
}
.main_menu .lvl1 > li:nth-child(3n-1) {
  border-color: #0390ce;
}
.main_menu .lvl1 > li:nth-child(3n) {
  border-color: #b3e3f8;
}
.main_menu .lvl1 > li:first-child > a:after {
  display: none;
}
.main_menu .lvl1 > li:hover > a {
  background: #56c0ef;
  color: #fff;
}
.main_menu .lvl1 > li:hover > a:after {
  display: none;
}
.main_menu .lvl1 > li:hover .lvl2_popup {
  display: block;
}
.main_menu .lvl1 > li > a {
  position: relative;
  display: block;
  color: #585858;
  line-height: 56px;
}
.main_menu .lvl1 > li > a:after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 1px;
  background: #ecf0f5;
  content: "";
}
.main_menu .lvl2_popup {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 2;
  display: none;
  overflow: hidden;
  padding: 26px;
  width: 100%;
  border: solid 2px #56c0ef;
  background: #fff;
  text-align: left;
  font-size: .9em;
}
.main_menu .lvl2_popup .column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 28px;
  width: 25%;
}
.main_menu .lvl2_popup a {
  color: #585858;
}
.main_menu .lvl2_popup a:hover {
  color: #85d1f3;
}
.main_menu .lvl2_popup a:active {
  color: #27afeb;
}
.main_menu .lvl2_popup .lvl2 > li {
  margin: 7px 0;
  padding-left: 21px;
  background: url("/assets/images/icons/pin.png") no-repeat 0 6px;
}
.main_menu .lvl2_popup .lvl2 > li:first-child {
  margin-top: 0;
}
.main_menu .lvl2_popup .lvl2 > li:last-child {
  margin-bottom: 0;
}
.main_menu .lvl2_popup .lvl2 > li > ul {
  margin-top: 10px;
  text-transform: none;
  font-size: .9em;
}
.main_menu .lvl2_popup .lvl2 > li > ul > li {
  margin: 5px 0;
}
.main_menu .lvl2_popup .lvl2 > li > ul > li:first-child {
  margin-top: 0;
}
.main_menu .lvl2_popup .lvl2 > li > ul > li:last-child {
  margin-bottom: 0;
}
.sub_menu ul.lvl1 {
  font-size: 16px;
}
.sub_menu ul.lvl1 > li {
  margin: 3px 0;
  background: #ecf0f5;
}
.sub_menu ul.lvl1 > li:first-child {
  margin-top: 0;
}
.sub_menu ul.lvl1 > li:last-child {
  margin-bottom: 0;
}
.sub_menu ul.lvl1 > li > a {
  display: block;
  padding: 7px 21px;
  color: #585858;
}
.sub_menu ul.lvl1 > li > a:hover {
  color: #85d1f3;
}
.sub_menu ul.lvl1 > li > a:active {
  color: #27afeb;
}
.sub_menu ul.lvl1 > li > a.active {
  background: #cbd6e3;
}
.sub_menu ul.lvl2 {
  padding: 14px 21px;
  font-size: 14px;
  line-height: 1.3em;
}
.sub_menu ul.lvl2 > li {
  padding-left: 14px;
  background: url("/assets/images/icons/pin.png") no-repeat 0 6px;
  margin: 7px 0;
}
.sub_menu ul.lvl2 > li:first-child {
  margin-top: 0;
}
.sub_menu ul.lvl2 > li:last-child {
  margin-bottom: 0;
}
.sub_menu ul.lvl2 > li > a {
  color: #585858;
}
.sub_menu ul.lvl2 > li > a:hover {
  color: #85d1f3;
}
.sub_menu ul.lvl2 > li > a:active {
  color: #27afeb;
}
.sub_menu ul.lvl2 > li > a.active {
  color: #0390ce;
}
.social ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.social li {
  display: inline-block;
  margin: 0 7px;
  vertical-align: top;
}
.social li:first-child {
  margin-left: 0;
}
.social li:last-child {
  margin-right: 0;
}
.social a {
  display: block;
  width: 35px;
  height: 35px;
}
.social a:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.social .social_link--fb {
  background: url("/assets/images/icons/social/fb.png");
}
.social .social_link--tw {
  background: url("/assets/images/icons/social/tw.png");
}
.social .social_link--vk {
  background: url("/assets/images/icons/social/vk.png");
}
.social .social_link--yt {
  background: url("/assets/images/icons/social/yt.png");
}
.table_links .item {
  margin: 35px 0;
}
.table_links .item:first-child {
  margin-top: 0;
}
.table_links .item:last-child {
  margin-bottom: 0;
}
.table_links a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px 30px 10px 140px;
  min-height: 120px;
  background-color: #ecf0f5;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #585858;
  font-size: 11px;
  background-position: left center;
}
.table_links a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.table_links a span {
  display: block;
}
.table_links .title {
  margin-bottom: 7px;
  color: #56c0ef;
  font-size: 16px;
}
.reports {
  font-size: 16px;
  line-height: 1.3;
}
.reports ul {
  position: relative;
  padding-top: 177px;
}
.reports ul:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 174px;
  background: url("/assets/images/graph.png");
  content: "";
}
.reports li {
  margin: 3px 0;
}
.reports li:first-child {
  margin-top: 0;
}
.reports li:last-child {
  margin-bottom: 0;
}
.reports a {
  display: block;
  padding: 14px 21px 14px 98px;
  background: #ecf0f5 url("/assets/images/icons/graph.png") no-repeat 37px 50%;
  color: #000;
}
.reports a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.news_column .wrap {
  border-top: solid 4px #56c0ef;
  background: #ecf0f5;
  overflow: hidden;
  padding: 14px;
}
.news_column .news_list .item {
  margin-left: 378px;
  border-color: #fff;
  border-bottom: solid 1px #ecf0f5;
  padding: 10px 0;
}
.news_column .news_list .item:first-child {
  float: left;
  width: 350px;
  margin-left: 0;
  padding: 0;
  border-bottom: 0;
}
.news_column .news_list .item:first-child .date,
.news_column .news_list .item:first-child .title {
  margin-left: 8px;
}
.news_column .news_list .item:nth-child(2) {
  padding-top: 0;
}
.news_column .news_list .item:last-child {
  border-bottom: 0;
}
.news_column .news_list .item .image {
  border: solid 1px #fff;
  padding: 7px;
  margin-bottom: 14px;
}
.news_column .news_list .item .image img {
  display: block;
  background: #fafafa;
  height: 224px;
}
.news_column .news_list .item .title {
  line-height: 1.3;
}
.news_column .news_list .item .title a {
  color: #585858;
}
.news_column .news_list .item .title a:hover {
  color: #85d1f3;
}
.news_column .news_list .item .title a:active {
  color: #27afeb;
}
.news_filter {
  background: #ecf0f5;
  padding: 16px 20px;
  overflow: hidden;
  margin-bottom: 20px;
  zoom: 1;
  font-size: 0;
  text-align: center;
}
.news_filter:before,
.news_filter:after {
  content: "";
  display: table;
}
.news_filter:after {
  clear: both;
}
.news_filter span {
  text-align: left;
  line-height: 30px;
  font-size: 14px;
  margin: 0 8px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
}
.news_filter span:first-child {
  margin-left: 0;
}
.news_filter span:last-child {
  margin-right: 0;
}
.news_filter select {
  height: 30px;
}
.news_filter button {
  border: 0;
  background: #56c0ef;
  color: #fff;
  height: 30px;
  padding: 0 10px;
}
.section_content .news_list .item {
  margin: 14px 0;
  background: #ecf0f5;
  position: relative;
  padding: 14px 14px 14px 277px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 175px;
}
.section_content .news_list .image {
  width: 259px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.section_content .news_list.news_list--simple .image {
  display: none;
}
.section_content .news_list.news_list--simple .item {
  padding-left: 14px;
  min-height: 0;
}
.section_content .news_list.news_list--simple .title {
  margin-bottom: 14px;
  color: #56c0ef;
}
.news_inside .inner {
  overflow: hidden;
}
.news_inside .sidebar {
  float: right;
  width: 364px;
  margin-left: 28px;
}
.news_inside .sidebar .block {
  margin: 21px 0;
}
.news_inside .sidebar .block:first-child {
  margin-top: 0;
}
.news_inside .sidebar .block:last-child {
  margin-bottom: 0;
}
.news_inside .sidebar h2 {
  font-size: 20px;
  margin-bottom: 14px;
}
.news_inside .sidebar .descr {
  padding: 14px 21px;
  background: #ecf0f5;
  margin-top: 3px;
}
.news_inside .sidebar .owl-carousel {
  position: relative;
}
.news_inside .sidebar .owl-carousel .owl-prev,
.news_inside .sidebar .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 49px;
  height: 70px;
  background: rgba(86, 192, 239, 0.75) url('/assets/images/icons/arrow_right.png') no-repeat center;
  font-size: 0;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
.news_inside .sidebar .owl-carousel .owl-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.news_inside .sidebar .owl-carousel .owl-next {
  right: 0;
}
.news_inside .sidebar .owl-carousel .disabled {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  cursor: default !important;
}
.news_inside .title {
  font-size: 24px;
  margin-bottom: 21px;
}
.news_inside img {
  display: block;
  height: 245px;
  background: #fafafa;
}
.management_list {
  font-size: 0;
  margin: 0 0 -37px 0;
}
.management_list .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 37px 37px 37px;
  width: 500px;
  position: relative;
  cursor: pointer;
}
.management_list .item:hover .info {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.management_list .item .info {
  position: absolute;
  bottom: 0;
  left: 140px;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: #ecf0f5;
  font-size: 14px;
  min-height: 130px;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
.management_list .title {
  font-size: 16px;
  line-height: 1.1;
  color: #56c0ef;
  margin-bottom: 1em;
}
.management_popups .popup .container {
  padding-left: 360px;
}
.management_popups .image {
  position: absolute;
  top: -50px;
  left: 0;
  background: #ecf0f5;
  width: 330px;
  height: 400px;
}
.management_popups .title {
  font-size: 24px;
  line-height: 1;
  color: #56c0ef;
  margin-bottom: 10px;
}
.management_popups .position {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  margin-bottom: 20px;
}
.management_popups .text {
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 760px;
  overflow: auto;
  padding-right: 30px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  top: 120px;
}
.organistations {
  position: relative;
}
.organistations .owl-nav .owl-prev,
.organistations .owl-nav .owl-next {
  position: absolute;
  top: 150px;
  width: 49px;
  height: 70px;
  background: rgba(86, 192, 239, 0.75) url('/assets/images/icons/arrow_right.png') no-repeat center;
  font-size: 0;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
.organistations .owl-nav .owl-prev:hover,
.organistations .owl-nav .owl-next:hover {
  background-color: rgba(86, 192, 239, 0.9);
}
.organistations .owl-nav .owl-prev {
  left: 35px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.organistations .owl-nav .owl-next {
  right: 35px;
}
.organistations .owl-nav .disabled {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: default !important;
}
.organistations.owl-carousel .owl-item img {
  width: auto;
}
.organistations .body {
  height: 420px;
  margin-bottom: 3px;
  position: relative;
  color: #fff;
}
.organistations .body a {
  color: #fff;
}
.organistations .body a:hover {
  color: #56c0ef;
}
.organistations .title {
  font-size: 36px;
  position: absolute;
  bottom: 50px;
  color: #fff;
  padding-left: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.organistations .site {
  position: absolute;
  bottom: 25px;
  left: 35px;
}
.organistations .footer {
  padding: 21px 28px;
  background: #ecf0f5;
}
.popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.popup .overlay {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.popup .container {
  position: fixed;
  z-index: 9999;
  background: #fff;
  width: 1148px;
  margin-left: -574px;
  left: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  top: 15%;
  bottom: 10%;
}
.popup .close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 32px;
  height: 32px;
  background: url('/assets/images/icons/close.png');
  cursor: pointer;
}
.paginator {
  font-size: 0;
  line-height: 30px;
  text-align: right;
}
.paginator li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0 2px;
  text-align: center;
}
.paginator li:first-child {
  margin-left: 0;
}
.paginator li:last-child {
  margin-right: 0;
}
.paginator a {
  display: block;
  width: 30px;
  color: #585858;
}
.paginator a.prev,
.paginator a.next {
  width: auto;
}
.paginator a.prev.current,
.paginator a.next.current {
  background: transparent;
  color: #585858;
}
.paginator a.prev {
  margin-right: 15px;
}
.paginator a.next {
  margin-left: 15px;
}
.paginator a:hover {
  color: #56c0ef;
}
.paginator a.current {
  background: #56c0ef;
  color: #fff;
}
.video_list {
  font-size: 0;
  overflow: hidden;
}
.video_list .list {
  margin: -15px -20px;
}
.video_list .item {
  display: inline-block;
  vertical-align: top;
  margin: 15px 20px;
  width: 257px;
  background: #ecf0f5;
}
.video_list a {
  display: block;
  min-height: 230px;
}
.video_list a:hover .image:after {
  opacity: 0.25;
}
.video_list a:hover .image:before {
  opacity: 0.75;
}
.video_list a span {
  display: block;
}
.video_list .image {
  position: relative;
}
.video_list .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
  opacity: 0;
  background: #56c0ef;
}
.video_list .image:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  z-index: 4;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
  opacity: 0.25;
  background: url('/assets/images/icons/play.png');
}
.video_list .image img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.video_list .title {
  padding: 10px 20px;
  font-size: 14px;
}
.download_item {
  padding-left: 20px;
  background: url('/assets/images/icons/download.png') no-repeat 0 50%;
}
.block--maman > * {
  margin: 5px 0;
}
.block--maman > *:first-child {
  margin-top: 0;
}
.block--maman > *:last-child {
  margin-bottom: 0;
}
.block--maman .header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a0e6+0,0c72b0+100 */
  background: #00a0e6;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00a0e6 0%, #0c72b0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00a0e6 0%, #0c72b0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00a0e6 0%, #0c72b0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a0e6', endColorstr='#0c72b0', GradientType=1);
  /* IE6-9 */
}
.block--maman .inner {
  display: table;
  width: 100%;
  height: 260px;
  background: url('/assets/images/maman_bg.png') no-repeat 691px -55px;
}
.block--maman .inner .menu {
  display: table-cell;
  padding: 25px;
  background: #02aef0;
  width: 220px;
  text-transform: uppercase;
}
.block--maman .inner .menu ul {
  margin: 0 !important;
}
.block--maman .inner .menu ul li {
  list-style: none !important;
}
.block--maman .inner .menu a {
  color: #fff;
}
.block--maman .inner .menu a:hover {
  color: #0390ce;
}
.block--maman .inner .menu a:active {
  color: #fff;
}
.block--maman .inner .title {
  display: table-cell;
  vertical-align: middle;
  padding: 0 80px;
  background: url("/assets/images/maman_logo.png") no-repeat 80px 50%;
}
.block--maman .inner .title h3 {
  padding-left: 180px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.block--maman .inner .title h3 span {
  display: block;
  margin: 15px 0;
}
.block--maman .inner .title h3 span:first-child {
  margin-top: 0;
}
.block--maman .inner .title h3 span:last-child {
  margin-bottom: 0;
}
.block--maman .inner .title h3 .number {
  color: #000;
}
.block--maman .info {
  background: #ecf0f5;
  padding: 25px;
}
.block--maman2017 .inner .title {
  background: url("/assets/images/maman_logo2017.png") no-repeat 80px 50%;
}
.block--photo_cats {
  font-size: 0;
}
.block--photo_cats .item {
  display: inline-block;
  vertical-align: top;
  width: 269px;
  margin: 0 24px 24px 0;
}
.block--photo_cats .item:nth-child(4n) {
  margin-right: 0;
}
.block--photo_cats .item:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.block--photo_cats a {
  display: block;
  background: #ecf0f5;
  min-height: 240px;
  overflow: hidden;
}
.block--photo_cats a:hover {
  opacity: .85;
}
.block--photo_cats img,
.block--photo_cats span {
  display: block;
}
.block--photo_cats .title {
  padding: 15px 20px;
  font-size: 16px;
}
.block--photo_album {
  font-size: 0;
}
.block--photo_album .item {
  display: inline-block;
  vertical-align: top;
  width: 269px;
  margin: 0 24px 24px 0;
}
.block--photo_album .item:nth-child(4n) {
  margin-right: 0;
}
.block--photo_album .item:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.block--photo_album a {
  display: block;
  background: #ecf0f5;
  overflow: hidden;
}
.block--photo_album a:hover {
  opacity: .85;
}
.block--search .results {
  margin: 40px 0;
}
.block--search .results .item {
  margin: 16px 0;
}
.block--search .results .item:first-child {
  margin-top: 0;
}
.block--search .results .item:last-child {
  margin-bottom: 0;
}
.block--search .search {
  position: relative;
}
.block--search .search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  padding: 0 48px 0 16px;
  height: 32px;
  border: 0;
}
.block--search .search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent url('/assets/images/icons/search.png') no-repeat center;
  font-size: 0;
}
.block--search fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.block--search fieldset > * {
  margin: 8px 0;
}
.block--search fieldset > *:first-child {
  margin-top: 0;
}
.block--search fieldset > *:last-child {
  margin-bottom: 0;
}
.block--search label {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  cursor: pointer;
}
.block--search legend {
  margin: 0;
  padding: 0;
}
.block--search .date_choose {
  zoom: 1;
}
.block--search .date_choose:before,
.block--search .date_choose:after {
  content: "";
  display: table;
}
.block--search .date_choose:after {
  clear: both;
}
.block--search form .block {
  background: #ecf0f5;
  margin-bottom: 1px;
  padding: 20px;
}
.block--search form .block:first-child {
  margin-top: 0;
}
.block--search form .block:last-child {
  margin-bottom: 0;
}
.block--search form span {
  float: left;
  margin: 0 6px;
}
.block--search form span:first-child {
  margin-left: 0;
}
.block--search form span:last-child {
  margin-right: 0;
}
.message {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 1.5em 3em;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.25;
}
.message.message_warning {
  background: #f7d88c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7d88c), color-stop(1, #fbe8bc));
  background: -ms-linear-gradient(bottom, #f7d88c, #fbe8bc);
  background: -moz-linear-gradient(center bottom, #f7d88c 0%, #fbe8bc 100%);
  background: -o-linear-gradient(#fbe8bc, #f7d88c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbe8bc', endColorstr='#f7d88c', GradientType=0);
  color: #666679;
}
.message.message_error {
  background: #e53636;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e53636), color-stop(1, #eb6363));
  background: -ms-linear-gradient(bottom, #e53636, #eb6363);
  background: -moz-linear-gradient(center bottom, #e53636 0%, #eb6363 100%);
  background: -o-linear-gradient(#eb6363, #e53636);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb6363', endColorstr='#e53636', GradientType=0);
  color: #fff;
}
.message.message_success {
  background: #85c13c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #85c13c), color-stop(1, #9dce62));
  background: -ms-linear-gradient(bottom, #85c13c, #9dce62);
  background: -moz-linear-gradient(center bottom, #85c13c 0%, #9dce62 100%);
  background: -o-linear-gradient(#9dce62, #85c13c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce62', endColorstr='#85c13c', GradientType=0);
  color: #fff;
}
.message.message_info {
  background: #2983c3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2983c3), color-stop(1, #5ca7dc));
  background: -ms-linear-gradient(bottom, #2983c3, #5ca7dc);
  background: -moz-linear-gradient(center bottom, #2983c3 0%, #5ca7dc 100%);
  background: -o-linear-gradient(#5ca7dc, #2983c3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ca7dc', endColorstr='#2983c3', GradientType=0);
  color: #fff;
}
