/*
 * Webasyst Default 3.0 theme family
 *
 * Core CSS file
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2015 Webasyst LLC
 * @package Webasyst
 */
 @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
 @font-face {
    font-family: 'Adigiana'; /* Гарнитура шрифта */
    src: url(/wa-data/public/site/themes/kinder_hub/fonts/11628.ttf); /* Путь к файлу со шрифтом */
   }
/* Reset
-------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
/* Common HTML elements, fonts, and colors
------------------------------------------ */
html,
body { width: 100%; min-height: 100%;  font-size: 14px; line-height: 1.4em;}
body{
    overflow-x: hidden;
}
a { color: #006bd8; outline:0 none; text-decoration: none; }
a:focus { outline:none; outline-offset:-4px; }
a:visited { color: #383133; }
a.not-visited:visited { color: #006bd8; }
a:hover { color: red; }
input[type="button"]::-moz-focus-inner { border: 0; }
input[type="submit"]::-moz-focus-inner { border: 0; }
a img { border: 0; }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote, figure { margin-bottom: 20px; }
h1 { font-size: 2.6em; }
h1 a { text-decoration:none; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1, h2, h3 { line-height:1.2em; }
ul, ol { padding-top:0; }
ol { list-style: decimal; }
input, textarea, select { margin:0; }
input, textarea { font-size: 1em; color: #000; }
select { max-width: 100%; }
input[type="button"]:focus { outline:none; outline-offset:-2px; }
fieldset { border:1px solid #bbb; padding:10px; position:relative; background:#e9e9e9; margin-bottom:10px; }
fieldset p label { width:98%; }
fieldset p input[type="text"] { width:98%; }
fieldset p select { width:99%; }
pre {margin-top: 16px; font-size: 90%; line-height: 24px; color: rgba(0,0,0,.75); background: rgba(0,0,0,.03); padding: 16px 20px;word-wrap: normal;}
blockquote { color: rgba(0,0,0,.6); font-size:0.9em; font-style: italic; border-left: 1px solid rgba(0,0,0,.1);padding-left: 24px; background: #eee; }
blockquote cite { font-size: 0.9em; }
hr { background-color: rgba(0,0,0,0.15); height: 1px; border: 0; }
p { line-height: 1.4em; }
p a { text-decoration: underline; }
input::-webkit-input-placeholder { color: #bbb; }
input:-moz-placeholder,
input::-moz-placeholder { color: #bbb; }
input:-ms-input-placeholder { color: #bbb; }
label, button { cursor: pointer; }
/* Misc elements
---------------- */
.block { padding: 25px 30px; }
.inline { display: inline !important; }
.inline-link { text-decoration: none !important; }
.inline-link b { border-bottom: 1px dotted; font-weight: normal; position: relative; top: -0.13em;}
.inline-link b i { font-style: normal; position: relative; top: 0.13em;}
.small { font-size: 0.9em; }
.large { font-size: 1.1em; }
.bold { font-weight: bold; }
.strike { text-decoration: line-through; }
.highlighted { background:  #ffc; }
.hint { color: #aaa; font-size: 0.9em; }
.hint a,
.hint:visited,
.hint a:visited { color: #888; }
.gray .dropdown ul
.gray a,
.gray:visited,
.gray a:visited { color: #888; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }
.shadowed { box-shadow: 0 5px 15px #aaa; }
.nowrap { white-space: nowrap; }
.hr { border-top: 1px solid #ccc; margin-bottom: 15px; }
.uppercase { text-transform: uppercase; }
.blurred { -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter'); filter: blur(5px); }
.userpic { border-radius: 50%; background-size: auto; }
.container { min-width: 650px; max-width: 970px; margin: 0 auto; padding: 0; }
.container:before,
.container:after { content: " "; clear: both; }
.breadcrumbs { padding: 5px 0; font-size: 0.9em; }
.breadcrumbs a { color: #aaa; }
.breadcrumbs span.rarr { color: #ccc; margin: 0 3px; }
.tags { line-height: 1.6em; }
.tags a { color: green !important; display: inline !important; padding: 0 4px !important; }
.tags a:hover { color: red !important; }
.welcome { text-align: center; background: url('img/welcome.png') no-repeat; background-position: top center; padding-top: 300px; background-size: 256px 256px; margin-bottom: 30px; }
.welcome h1 { font-weight: normal; font-size: 2em; }
.staff { background: #eeb; padding: 1px 4px !important; color: #345; font-size: 0.9em; border: 1px solid rgba(0,0,0,0.1); border-radius: 3px; white-space: nowrap; }
.wa-flex-box { display: -webkit-box; display: -ms-flexbox; display: flex; }
.wa-flex-box.middle { -webkit-box-align: center; -o-box-align: center; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; }
.wa-flex-box.wrap { -webkit-box-lines: multiple; -moz-box-lines: multiple; -o-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.wa-flex-box.full-line { -webkit-box-pack: justify; -o-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.wa-flex-box.fixed { -webkit-box-pack: justify; -o-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.wa-flex-box.fixed.fixed > * { -ms-flex-preferred-size: 100%; flex-basis: 100%; -webkit-box-flex: 0; -o-box-flex: 0; -ms-box-flex: 0; box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; }
.wa-flex-box > *.middle { align-self: center; -ms-flex-item-align: center; }
.wa-flex-box.space-025 > *:not(:last-child) { margin-right: 4px; margin-right: 4px; margin-right: 4px; margin-right: 4px; margin-right: 4px; margin-right: 4px; margin-right: 4px; margin-right: 0.25rem; }
.wa-flex-box.space-05 > *:not(:last-child) { margin-right: 8px; margin-right: 8px; margin-right: 8px; margin-right: 8px; margin-right: 8px; margin-right: 8px; margin-right: 8px; margin-right: 0.5rem; }
.wa-flex-box.space-075 > *:not(:last-child) { margin-right: 12px; margin-right: 12px; margin-right: 12px; margin-right: 12px; margin-right: 12px; margin-right: 12px; margin-right: 12px; margin-right: 0.75rem; }
.wa-flex-box.space-1 > *:not(:last-child) { margin-right: 16px; margin-right: 16px; margin-right: 16px; margin-right: 16px; margin-right: 16px; margin-right: 16px; margin-right: 16px; margin-right: 1rem; }
.wa-flex-box.space-2 > *:not(:last-child) { margin-right: 32px; margin-right: 32px; margin-right: 32px; margin-right: 32px; margin-right: 32px; margin-right: 32px; margin-right: 32px; margin-right: 2rem; }
.wa-flex-box.space-3 > *:not(:last-child) { margin-right: 48px; margin-right: 48px; margin-right: 48px; margin-right: 48px; margin-right: 48px; margin-right: 48px; margin-right: 48px; margin-right: 3rem; }
.wa-flex-box.space-4 > *:not(:last-child) { margin-right: 64px; margin-right: 64px; margin-right: 64px; margin-right: 64px; margin-right: 64px; margin-right: 64px; margin-right: 64px; margin-right: 4rem; }
.wa-flex-box.space-5 > *:not(:last-child) { margin-right: 8px; margin-right: 8px; margin-right: 8px; margin-right: 8px; margin-right: 8px; margin-right: 8px; margin-right: 8px; margin-right: 0.5rem; }
@media screen and (max-width: 760px) {
    .wa-flex-box.adaptive { -webkit-box-orient: vertical; -o-box-orient: vertical; -ms-flex-direction: column; flex-direction: column; }
    .wa-flex-box.adaptive.space-025 > *:not(:first-child) { margin-top: 0.25rem; }
    .wa-flex-box.adaptive.space-025 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-05 > *:not(:first-child) { margin-top: 0.5rem; }
    .wa-flex-box.adaptive.space-05 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-075 > *:not(:first-child) { margin-top: 0.75rem; }
    .wa-flex-box.adaptive.space-075 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-1 > *:not(:first-child) { margin-top: 1rem; }
    .wa-flex-box.adaptive.space-1 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-2 > *:not(:first-child) { margin-top: 2rem; }
    .wa-flex-box.adaptive.space-2 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-3 > *:not(:first-child) { margin-top: 3rem; }
    .wa-flex-box.adaptive.space-3 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-4 > *:not(:first-child) { margin-top: 4rem; }
    .wa-flex-box.adaptive.space-4 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-5 > *:not(:first-child) { margin-top: 0.5rem; }
    .wa-flex-box.adaptive.space-5 > *:not(:last-child) { margin-right: 0; }
}
/* Buttons
---------- */
button,
input[type=button],
input[type=submit] {
    color: #000;
    outline: 0;
    padding: 5px 10px 6px;
    font-size: 1.1em;
    -webkit-appearance: none;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0,0,0,0.3);
    border-color: rgba(0,0,0,0.2) rgba(0,0,0,0.3) rgba(0,0,0,0.3) rgba(0,0,0,0.3);
    background: #fcd630; /* FF3.6+ */
    background: #fcd630 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0.0))); /* Chrome,Safari4+ */
    background: #fcd630 -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.0) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: #fcd630 linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde992', endColorstr='#fcd630',GradientType=0 ); /* IE6-9 */ }
button:hover,
input[type=button]:hover,
input[type=submit]:hover { cursor: pointer; background: #fcd630 -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); background: #fcd630 linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); }
button:active,
input[type=button]:active,
input[type=submit]:active { background: #f3cd27; text-shadow: none; box-shadow: none; }
button:disabled,
input[type=button]:disabled,
input[type=submit]:disabled { background: #eee; color: #999; text-shadow: 0 1px 1px #fff; cursor: pointer; }
input[type=button].small,
input[type=submit].small { font-size: 0.9em; padding: 3px 5px; }
button.large,
input[type=button].large,
input[type=submit].large { font-size: 1.6em; padding: 7px 10px; font-weight: bold; }
button.gray,
input[type=button].gray,
input[type=submit].gray { background: #ededed -webkit-linear-gradient(top, #ededed 0%,#d1d1d1 100%); background: #ededed linear-gradient(to bottom, #ededed 0%,#d1d1d1 100%); }
button.gray:hover,
input[type=button].gray:hover,
input[type=submit].gray:hover { background: #eee; }
button.blue,
input[type=button].blue,
input[type=submit].blue { background: #73b9ff -webkit-linear-gradient(top, #73b9ff 0%,#0d86ff 100%); background: #73b9ff linear-gradient(to bottom, #73b9ff 0%,#0d86ff 100%); border-color: rgba(0,0,0,.2); color: #fff; text-shadow: none; }
button.blue:hover,
input[type=button].blue:hover,
input[type=submit].blue:hover { background: #73b9ff; }
/* Navigation menus
------------------- */
ul.menu-v { margin: 0; padding: 0; font-family: 'Roboto', sans-serif; }
ul.menu-v li { list-style: none; padding: 0; line-height: 1.3em; border-bottom: 1px solid rgba(0,0,0,0.1); }
ul.menu-v li a { padding: 13px 30px 13px 16px; display: block; text-decoration: none; }
ul.menu-v li.collapsible { background: url('img/rarr.png') no-repeat; background-position: right center; background-size: 32px 16px; }
ul.menu-v.bottom-padded { margin-bottom: 20px; }
ul.menu-v li .count { float: right; color: #aaa; }
ul.menu-v li .count i.icon16 { margin: 0 -5px; }
ul.menu-h { margin: 0; padding: 0; }
ul.menu-h li { list-style: none; display: inline-block; padding: 0 10px 0 0; line-height: 1.3em; display:block\9; float:left\9; }
ul.menu-h li a { display: inline-block; padding: 13px 16px 13px 16px; display:block\9; float:left\9; text-decoration: none; }
ul.tree { list-style: none; padding-left: 0; }
ul.tree li { border: none; }
ul.tree li a { padding: 5px 16px; display: block; text-decoration: none;}
ul.tree li.selected a { background: transparent; }
ul.tree ul { padding-left: 20px; list-style: none; }
ul.tree ul a { padding: 3px 6px; font-size: 90%; }
.paging-nav { text-align: center; }
.paging-nav ul li { display: inline-block; list-style: none; margin-right: 10px; }
.paging-nav ul li a { padding: 8px 10px; }
.paging-nav ul li.selected a { background: #eee; }
/* Sign up & Login forms
------------------------ */
.wa-auth-adapters ul { padding: 0; min-height: 16px; }
.wa-auth-adapters ul li { list-style: none; float: left; padding: 0 15px 0 0; }
.wa-auth-adapters ul li a,
.wa-auth-adapters ul li span { display: block; padding: 0px 5px; }
.wa-auth-adapters ul li a img,
.wa-auth-adapters ul li span img { position: relative; top: 4px; margin-right: 3px; }
.wa-auth-adapters p { color: #888; font-size: 0.9em; width: 80%; }
.wa-auth-adapters.wa-connect { margin-top: 20px; }
.wa-form { float: left; margin: 10px 0; overflow: visible; }
.wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
.wa-form .wa-field .wa-name { float: left; width: 155px; padding-top: 0.05em; padding-bottom: 10px; font-size: 0.95em; color: #888; }
.wa-form .wa-field.wa-separator { height: 10px; }
.wa-form .wa-field .wa-value { margin-left: 180px; margin-bottom: 5px; position: relative; }
.wa-form .wa-field .wa-value input.wa-error { border: 2px solid red; }
.wa-form .wa-field .wa-value .wa-error-msg { font-size: 0.9em; color: red; display: block; }
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] { width: 30%; min-width: 260px;  margin:0;}
.wa-form .wa-field .wa-value textarea { min-width: 300px; height: 70px; }
.wa-form .wa-field .wa-value input.wa-captcha-input { width: 100px; min-width: 0; }
.wa-form .wa-field .wa-value label { display: block; }
.wa-form .wa-field .wa-value .wa-captcha img { margin-left: 0; }
.wa-form .wa-field .wa-value .errormsg { margin-left: 0; }
.wa-form .wa-field .wa-value.wa-submit { margin-top: 10px; }
.wa-form .wa-field .wa-value p label { display: block; margin: 0; }
.wa-form .wa-field .wa-value p { line-height: 1.6em; margin-bottom: 23px; position: relative; }
.wa-form .wa-field .wa-value p span { color: #777; font-size: 0.9em; display: block; }
.wa-form .wa-field .wa-value p i.icon16 { float: left; left: -20px; margin-top: 2px; position: absolute; }
.wa-form .wa-field .wa-value p input { display: block; margin-bottom: 2px; }
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] { display: inline; }
.wa-form .wa-field .wa-value p .field.wa-required span:after { content: " *"; color: #faa; }
.wa-form .wa-field.wa-required .wa-name:after { content: " *"; color: #faa; }
.wa-signup-form .wa-form .wa-field.wa-field-email .wa-value input { min-width: 300px; }
.wa-signup-form .wa-form .wa-field.wa-field-password .wa-value input,
.wa-signup-form .wa-form .wa-field.wa-field-password_confirm .wa-value input { min-width: 200px; width: 200px; }
.wa-captcha { padding: 7px 0 10px; }
.wa-captcha p { margin: 0; }
.wa-captcha strong { font-size: 1.2em; }
.wa-captcha p img { float: left !important; margin-right: 5px; margin-top: -8px; }
.wa-captcha .wa-captcha-refresh { font-size: 0.8em; text-decoration: underline; color: #aaa; }
.wa-captcha .wa-captcha-input { display: inline !important; }
.wa-captcha .errormsg { display: inline-block; margin-left: 10px; display:block\9; float:left\9; }
input.error, textarea.error { border: 2px solid red; }
.errormsg { color: red; margin-left: 170px; display: block; }
/* Multi-column layout
---------------------- */
.row { clear: both; border-top: 1px solid #eee; padding: 20px 0; }
.row.no-border { border: none; }
.col { float: left; }
.col.w1 { width: 6%; }
.col.w2 { width: 12%; }
.col.w3 { width: 18%; }
.col.w4 { width: 24%; }
.col.w5 { width: 30%; }
.col.w6 { width: 36%; }
.col.w7 { width: 42%; }
.col.w8 { width: 48%; }
.col.w9 { width: 54%; }
.col.w10 { width: 60%; }
.col.w11 { width: 66%; }
.col.w12 { width: 72%; }
.col.w13 { width: 78%; }
.col.w14 { width: 84%; }
.col.w15 { width: 90%; }
.col.w16 { width: 96%; }
/* Tables
--------- */
table { border-collapse: collapse; border-spacing: 0; }
table th { color: #aaa; padding: 0px 10px 7px; }
table td { padding: 10px; border: 1px solid rgba(0,0,0,0.1); }
table.not-bordered td { border: none; }
table.lined { margin-top: 25px; width: 100%; border-spacing:0; border-collapse:collapse; }
table.lined th { padding-left: 7px; padding-right: 7px; }
table.lined td { padding: 15px 7px; border-bottom: 1px solid #ddd; }
table.lined td.min-width { width: 1%; }
table.lined td p { margin: 0; }
table.lined td input.numerical { width: 50px; margin-right: 5px; text-align: right; }
table.lined tr.no-border td { border: none; }
table.lined tr.thin td { padding-top: 13px; padding-bottom: 0; }
table.lined tr.service td { padding-top: 5px; padding-bottom: 5px; padding-left: 25px; font-size: 0.8em; color: #555; }
/* Customized search input look
------------------------------- */
.search {  }
.search-wrapper { position: relative; width: 100%; height: 30px; padding: 0 10px 0 10px; float: left; border: 0; border-radius: 3px; -webkit-appearance: none; margin-right: 0; box-sizing: border-box; background: #fff; }
.search input { width: 100%; float: left; height: 27px; padding-top: 0; margin-top: 1px; background: transparent; border: 0; -webkit-appearance: none; margin-right: 0; padding-left: 0; padding-right: 32px; box-sizing: border-box; }
.search input:focus { outline: 0; }
.search input::-webkit-input-placeholder { color: #aaa; font-weight: normal; }
.search input:-moz-placeholder,
.search input::-moz-placeholder { color: #aaa; font-weight: normal; }
.search input:-ms-input-placeholder { color: #aaa; font-weight: normal; }
.search button { min-width: 32px; overflow: visible; position: absolute; right: 0px; float: left; border: none; outline: none; box-shadow: none; padding: 0; cursor: pointer; height: 32px; color: #fff; background-color: transparent; background-image: url(img/search16black.png); background-repeat: no-repeat; background-position: 8px 6px; background-size: 16px 16px; border-radius: 0 3px 3px 0; font-size: 1.0em; }
.search button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */ border: 0; padding: 0; }
/* Header: global navigation
---------------------------- */
/* header.globalheader { min-height: 755px; } */
header a { text-decoration: none; }
header #globalnav {  }
header h2 { padding: 10px 15px; margin: 0 20px 0 -15px; font-size: 1.3em; }
header h2 a { color: #eee !important; }
header h2 a span { display: none; }
header h2 a:hover { color: #eea !important; }
header .apps { padding: 6px 0; margin: 0; }
header .apps li { display: inline-block; vertical-align: top; margin: 1px 21px 1px 0; list-style: none; -webkit-transform: translate(0,1px); transform: translate(0,1px); }
header .apps li a { display: block; padding: 12px; margin: -12px; color: #999; font-size: 1.1em; }
header .apps li a:hover { color: #eea; }
header .apps li.selected a { color: #fff; background: #000; }
header .auth { display: inline-block; vertical-align: top; margin: 1px 0 0; padding: 0 0 0 10px; }
header .auth li { display: inline-block; vertical-align: top; list-style: none; }
header .auth li a { font-size: 0.9em; padding: 5px 6px; color: #777; }
header .auth li a:hover { color: #eea !important; }
header .auth li a:visited { color: #777; }
header .cart { display: inline-block; vertical-align: top; }
header .cart .cart-summary { white-space: nowrap; }
header .cart a { padding: 12px 16px 11px 13px; display: block; background: rgba(255,255,255,0.3); color: #fff; font-size: 1.5em; }
header .cart a strong { color: #ff7; }
header .cart a:hover { background: rgba(255,255,255,0.4) !important; }
header .cart .cart-just-added { position: absolute; top: 100%; left: 0; width: 100%; box-sizing: border-box; display: none; padding: 9px 18px; font-size: 0.9em; }
header .cart a.cart-to-checkout { display: none !important; text-align: center; font-weight: bold; padding: 11px 18px; color: #006bd8; font-size: 1.1em; }
header .cart a.cart-to-checkout:hover { background: #fff !important; }
header .cart i.cart-icon { background-repeat:no-repeat; height:24px; width:24px; display: block; float: left; text-indent:-9999px; text-decoration:none!important; background-image: url('img/icons.png'); background-size: 260px 160px; background-position: -216px -50px; margin: -3px 10px 0 0; }
header .cart a .ruble { line-height: 1em; }
header .cart.empty a { background: #333 !important; color: #006bd8; }
header .cart.empty a:hover { background: #444 !important; }
header .cart.empty a:visited,
header .cart.empty a strong { color: #aaa; }
header .cart.empty i.cart-icon { background-position: -192px -50px; }
header .cart.fixed { position: fixed; top: 0; right: 80px; min-width: 220px; max-width: 320px; z-index: 999; padding: 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
header .cart.fixed a { text-align: center; border-top: none; background: #c22; }
header .cart.fixed a:hover { background: #d33 !important; }
header .cart.fixed .cart-just-added { display: block; background: #fafaf1; }
header .cart.fixed a.cart-to-checkout { display: block; border: none; background: #fff; box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.2); }
header .cart.fixed a.cart-to-checkout:hover { color: red !important; }
header #mobile-nav-toggle { /* mobile only */ display: none; background: url('img/mobile-nav-toggle.png') no-repeat center center; border: none; padding: 5px; background-size: 37px 31px; width: 37px; height: 31px; }
header #globalnav.light {  }
header #globalnav.light h2 a { color: #000 !important; }
header #globalnav.light h2 a:hover { color: red !important; }
header #globalnav.light .apps li a { color: #888; }
header #globalnav.light .apps li a:hover { color: red !important; }
header #globalnav.light .apps li.selected a { color: #444; background: transparent; }
header #globalnav.light .auth li a:hover { color: red !important; }
header #globalnav.light .cart a { background: #ffc600; }
header #globalnav.light .cart a:hover { background: #ffba00 !important; }
header #globalnav.light .cart a strong { color: #fff; }
header #globalnav.light .cart.empty a { background: transparent !important; }
header #globalnav.light .cart.empty a:hover { background: #e7e7e7 !important; }
header #globalnav.light .cart.empty a strong { color: #aaa !important; }
header #globalnav.light.andgray { min-height: 110px; padding-top: 10px;max-width: 1250px;margin: 0 auto;position: relative;}
/* Header: app navigation
------------------------- */
header .appnav { padding-top: 5px; padding-bottom: 4px; min-height: 60px; }
header .search { float: right; padding: 14px 0; margin-left: 20px; }
header .pages { padding: 0;margin: 0px; }
header .pages li { display: inline-block;list-style: none;}
header .pages li a { display: block; color: #fff; text-transform: uppercase; padding: 5px 7px; margin-right: 0px; font-size: 1.1em; font-weight: bold; }
header .pages li a:hover { color: #C00F82!important; }
header .pages li.selected a { font-weight: bold; color: #ff7; border-radius: 3px; background: transparent; }
header ul.flyout-nav li.collapsible { background: url('img/darr.png') no-repeat; background-position: right center; background-size: 16px 16px; }
header ul.flyout-nav li.collapsible a { padding-right: 20px; }
header ul.flyout-nav li .flyout { display: none; position: absolute; top: 100%; left: 0; right: 0; box-shadow: 0 5px 20px rgba(0,0,0,0.2); min-height: 150px; padding: 15px 30px; text-align: left; z-index: 101; background: #ffffff; }
header ul.flyout-nav li.submenu-is-shown .flyout { display: block }
header ul.flyout-nav li .flyout a { color: inherit; text-transform: none; }
header ul.flyout-nav li .flyout a:hover { color: red !important; }
header ul.flyout-nav li .flyout ul.menu-v li { border: none; vertical-align: top; text-align: left; margin: 0 20px 20px 0; }
header ul.flyout-nav li .flyout ul.menu-v li.collapsible { background: none; }
header ul.flyout-nav li .flyout ul.menu-v li a { font-weight: bold; padding-left: 0; font-size: 1.1em; }
header ul.flyout-nav li .flyout ul.menu-v li ul.menu-v li { display: block; margin: 0; font-size: 0.9em; }
header ul.flyout-nav li .flyout ul.menu-v li ul.menu-v li a { font-weight: normal; }
header ul.flyout-nav li .flyout ul.menu-v li ul.menu-v li ul { display: none; }
header ul.flyout-nav li .flyout .departments ul.menu-v li { width: 173px; }
header ul.flyout-nav li .flyout .tags { font-size: 120%; }
header ul.flyout-nav li .flyout ul.menu-v.brands { text-align: center; }
header ul.flyout-nav li .flyout ul.menu-v.brands a { font-size: 1.2em; font-weight: normal; }
body.is-shadow-shown { position: relative; }
body.is-shadow-shown:after { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.25); z-index: 99;}
body.is-shadow-shown .globalheader { position: relative; z-index: 100; }
/* Main
------- */
main.maincontent { display: block; clear: both; margin: 0; background: #fff; margin-top: 60px;}
main.maincontent .container { padding-top: 20px; padding-bottom: 20px; }
.sidebar { float: right; width: 260px; }
.content { background: #fff; position: relative;
    /* min-height: 250px;  */
}
.content.with-sidebar {  }
.sub-links { margin-bottom: 20px; padding-left: 0; display: none;}
.sub-links li { list-style: none; line-height: 1.5em; }
.sub-links li a { text-decoration: none; }
.likebox { margin-bottom: 25px; overflow: hidden; }
.connect.inline .likebox { width: 260px; display: inline-block; vertical-align: top; margin-right: 50px; }
.leadbox { background: #fafadf; border: 1px solid rgba(0,0,0,0.07); box-shadow: 0 3px 8px -4px rgba(0,0,0,0.1); }
.leadbox h4 { font-size: 1.5em; line-height: 1.2em; }
.olives { background: #f3f3f3; padding: 20px; margin-bottom: 40px; }
.olives-left { background: transparent url('img/olives-left.png') no-repeat center left; background-size: 50px 105px; min-height: 105px; }
.olives-right { background: transparent url('img/olives-right.png') no-repeat center right; background-size: 50px 105px; min-height: 105px; }
.olives-content { margin: 0 80px; font-family: 'Roboto', sans-serif; text-align: center; font-size: 1.1em; line-height: 1.4em; padding: 20px; }
/* Footer
--------- */
footer.globalfooter { clear: both; background: #fff; z-index: 0; min-height: 40px;}
footer a,
footer a:visited {  }
footer a:hover { }
.footer-block { display: inline-block; margin-right: 40px; vertical-align: top; margin-bottom: 20px; overflow-x: hidden; display:block\9; float:left\9; max-width: 170px; }
.footer-block.mailer-subscribe { max-width: 500px; width: auto; overflow-x: visible; }
.footer-block a,
.footer-block strong { display: block; padding: 1px 0; }
.footer-block a.top { font-weight: bold; margin-bottom: 10px; color: #888; }
.footer-block.contact-us { max-width: 270px; }
.footer-block.contact-us .social { margin-bottom: 4px; }
.footer-block.contact-us .social a { display: inline; margin-right: 5px; }
.appfooter { position: relative; text-align: center; padding: 20px; color: #aaa; border-top: 1px solid #ddd; min-height: 1.5em; margin-top: 20px; }
.appfooter .copyright { position: absolute; left: 0; }
.appfooter .poweredby { position: absolute; right: 0; }
.appfooter .dots { font-size: 0.8em; text-decoration: none; display: inline-block; width: 54px; height: 9px; background: url("img/dots/all-dots-default-order@2x.png") no-repeat 0 3px; padding-top: 3px; margin-right: 10px; background-size: 54px 9px; }
.s-subscribe-section { position: relative; }
.s-subscribe-section.is-extended .s-hidden { display: block; }
.s-subscribe-section .s-form-desc { margin: 0.5em 0 0; font-size: 13px; line-height: 1.2em; color: #888; }
.s-subscribe-section .s-hidden { display: none; position: absolute; top: 100%; left: 0; width: 340px; padding: 1em; background: #fff; z-index: 1; box-shadow: 0 0 16px rgba(0,0,0,.15); border-radius: 3px; }
.s-subscribe-section .s-hidden .wa-captcha { margin: 0; padding: 0; }
.s-subscribe-section .s-hidden .wa-captcha p { margin: .5em 0 0; }
.s-subscribe-section .s-hidden .wa-captcha p:first-child { margin-top: 0; }
.s-subscribe-section .s-hidden .wa-captcha p > * { margin: 0 4px 0 0; vertical-align: middle; display: inline-block; float: none !important; }
.s-subscribe-section .s-hidden .wa-captcha p > *:last-child { margin-right: 0; }
.s-subscribe-section .s-hidden .wa-captcha p .wa-captcha-img { margin: 0; display: inline-block; }
.s-subscribe-section .s-hidden .wa-captcha p a { display: inline; }
/* 16x16 Icons
-------------- */
i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
.icon16.rss { background-position: -16px 0; }
.icon16.facebook { background-position: -32px 0; }
.icon16.twitter { background-position: -48px 0; }
.icon16.vk { background-position: -64px 0; }
.icon16.gplus { background-position: -80px 0; }
.icon16.pinterest { background-position: -96px 0; }
.icon16.youtube { background-position: -112px 0; }
.icon16.instagram { background-position: -128px 0; }
.icon16.userpic20 { background-position: -2px -2px; border-radius: 50%; background-size: 20px 20px; }
.icon16.color { border-radius: 50%; border: 1px solid rgba(0,0,0,0.2); width: 12px; height: 12px; background-image: none; }
.icon16.like { background-position:0 -16px; margin-top: 0; }
.icon16.star,
.icon16.star-full { background-position:-16px -16px; }
.icon16.star-half { background-position:-32px -16px; }
.icon16.star-empty { background-position:-48px -16px; }
.icon16.star-hover { background-position:-64px -16px; }
.icon16.remove { background-position:-96px -16px; }
.icon16.saved { background-position:-112px -16px; }
.icon16.stock-red { background-position:-128px -16px; }
.icon16.stock-yellow { background-position:-144px -16px; }
.icon16.stock-green { background-position:-160px -16px; }
.icon16.stock-transparent { background-position:-176px -16px; }
.icon16.checkmark { background-position:-192px -16px; }
.icon16.compare { background-position:-208px -16px; }
.icon16.compare.active { background-position:-224px -16px; }
.icon16.uarr { background: url('img/uarr.png'); background-position: 0 0; background-size: 16px 16px; }
.icon16.loading { background-image: url('img/loading16.gif'); background-position: 0 0; background-size: 16px 16px; }
.icon24.loading { background-image: url('img/loading.gif'); background-size: 24px 24px; height:24px; width:24px; display:inline-block; }
.icon32.loading { background-image: url('img/loading.gif'); background-size: 32px 32px; height:32px; width:32px; display:inline-block; }
/* 10x10 Icons
-------------- */
i.icon10 { background-repeat:no-repeat; height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 260px 160px; }
* i.icon10 { text-decoration:none!important; vertical-align:top; margin: 0.3em 0.1em 0 0; }
.icon10.darr { background-image: url('img/darr.png'); background-size: 16px 16px; }
.icon10.star,
.icon10.star-full { background-position:0 -100px; }
.icon10.star-half { background-position:-10px -100px; }
.icon10.star-empty { background-position:-20px -100px; }
/* 24x24 Icons
-------------- */
i.icon24 { background-repeat:no-repeat; height:24px; width:24px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 260px 160px; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
.icon24.rss { background-position: 0 -50px; }
.icon24.facebook { background-position: -24px -50px; }
.icon24.twitter { background-position: -48px -50px; }
.icon24.vk { background-position: -72px -50px; }
.icon24.instagram { background-position: -96px -50px; }
.icon24.youtube { background-position: -120px -50px; }
.icon24.pinterest { background-position: -144px -50px; }
.icon24.gplus { background-position: -168px -50px; }
/* My account (hide core app nav elements)
------------------------------------------ */
html.my ul.menu-h li a { padding: 5px 7px; }
html.my ul.menu-h li.selected a { color: #fff; }
html.my .sidebar { display: none; }
/* Custom styling
----------------- */
.color_scheme_yellow header.globalheader { background: #fb0; }
.color_scheme_green header.globalheader { background: #6fb541; }
.color_scheme_blue header.globalheader { background: #4e81cc; }
.color_scheme_purple header.globalheader { background: #9a81b3; }
.color_scheme_gray header.globalheader { background: #9c9c9c; }
.color_scheme_pink header.globalheader { background: #e871b1; }
.color_scheme_cyan header.globalheader { background: #3ac1bf; }
.color_scheme_lime header.globalheader { background: #b5ce10; }
.color_scheme_brown header.globalheader { background: #a45e1a; }
.color_scheme_white header.globalheader {  }
.color_scheme_white header.globalheader .appnav { border-top: 1px solid rgba(0,0,0,0.13); border-bottom: 1px solid rgba(0,0,0,0.13); margin-top: -1px; padding-bottom: 3px; }
.color_scheme_white header .pages li a { color: #777; }
.color_scheme_white header .pages li a:hover {  }
.color_scheme_white header ul.flyout-nav li .flyout { box-shadow: none; }
.color_scheme_white .search-wrapper { border: 1px solid #ccc; }
.color_scheme_white .search input { margin-top: 0; }
html.font_size_12,
html.font_size_12 body { font-size: 12px; }
html.font_size_13,
html.font_size_13 body { font-size: 13px; }
html.font_size_14,
html.font_size_14 body { font-size: 14px; }
html.font_size_15,
html.font_size_15 body { font-size: 15px; }
html.font_size_16,
html.font_size_16 body { font-size: 16px; }
.font_family_trebuchet,
.font_family_trebuchet * { font-family: 'Roboto', sans-serif; }
.font_family_verdana,
.font_family_verdana * { font-family: 'Roboto', sans-serif; }
.font_family_georgia,
.font_family_georgia * { font-family: 'Roboto', sans-serif; }
.font_family_google_opensans,
.font_family_google_opensans * { font-family: 'Roboto', sans-serif;}
.font_family_google_ptsans,
.font_family_google_ptsans * { font-family: 'Roboto', sans-serif; }
.font_family_google_ptserif,
.font_family_google_ptserif * { font-family: 'Roboto', sans-serif; }
.font_family_google_roboto,
.font_family_google_roboto * { font-family: 'Roboto', sans-serif; }
.font_family_google_lora,
.font_family_google_lora * { font-family: 'Roboto', sans-serif;}
.font_family_google_ubuntu,
.font_family_google_ubuntu * { font-family: 'Roboto', sans-serif; }
.font_family_google_fira,
.font_family_google_fira * { font-family: 'Roboto', sans-serif; }
.font_family_google_fira b,
.font_family_google_fira strong,
.font_family_google_fira .bold { font-weight: 500; }

.font_family_google_fira HEADER .pages LI A {
    font-weight: 500;
    padding: 19px 20px;
    font-size: 20px;
    color: #383133;
    transition: color 0.2s ease;
    font-family: 'Adigiana', Arial, sans-serif;
}

/*.font_family_google_fira header h2 { padding-top: 12px; }*/
.font_family_google_fira ul.thumbs li { font-size: 1.05em; }
.font_family_google_fira ul.thumbs li h5 { font-weight: 500; }
.font_family_google_fira input[type="button"],
.font_family_google_fira input[type="submit"] { padding-bottom: 3px; }
.font_family_google_fira .search input { padding-top: 3px; }
/*.font_family_google_fira header .auth { margin-top: 13px; }*/
.font_family_google_fira header .auth i.userpic20 { margin-top: 1px; }
.font_family_google_fira header .cart a strong { display: inline-block; margin-top: 1px;}
.font_family_google_fira .staff { position: relative; top: -2px; padding-bottom: 0 !important; }
.font_family_google_fira .add2cart input[type="submit"]  { padding-bottom: 4px; }
.font_family_google_fira .slider a h3 { font-size: 2.8em; }
.font_family_google_fira .stocks .icon16 { margin-top: 0; }
.font_family_google_fira .credentials a,
.font_family_google_fira .credentials span { vertical-align: top; }
.font_family_google_fira .credentials { padding-top: 2px; }
.font_family_google_fira .credentials .userpic,
.font_family_google_fira .comments .credentials .userpic { margin-top: -2px; }
.font_family_google_fira .comments .actions a { margin-right: 0; }
.font_family_google_ptsansandserif,
.font_family_google_ptsansandserif * { font-family: 'Roboto', sans-serif; }
.font_family_google_ptsansandserif p,
.font_family_google_ptsansandserif .olives-content,
.font_family_google_ptsansandserif ul.thumbs li span.summary,
.font_family_google_ptsansandserif table.features td { font-family: 'Roboto', sans-serif; font-size: 110%; }
.font_family_google_ptsansandserif p a { font-family: 'Roboto', sans-serif; }
.font_family_google_ptsansandserif ul.thumbs li h5,
.font_family_google_ptsansandserif ul.thumbs.mini li h5 { font-size: 120%; }
/* Mobile
--------- */
.nav-negative { display: none; /* mobile-only slide-out navigation */ padding-left: 0; margin: -1px 0 0; border-bottom: 1px solid #777; background: #888; }
.nav-negative li { list-style: none; display: block; border-top: 1px solid #777; }
.nav-negative li a { font-size: 1.2em; text-decoration: none; color: #ddd !important; display: block; padding: 15px 26px 15px 16px; }
.nav-negative li.selected a { color: #fff !important; text-shadow: 0 1px 0 #000; background: transparent; font-weight: bold; }
.nav-negative.auth li { background: #666; }
.nav-negative.search { padding: 0; background: #fff; height: 52px; }
.nav-negative.search .search-wrapper { height: 52px; border-radius: 0; border: none; }
.nav-negative.search input { height: 52px; font-size: 1.3em; padding-left: 5px; margin-top: 4px; padding-right: 52px; }
.nav-negative.search button { background-size: 24px 24px; height: 52px; width: 52px; background-position: 3px 15px; }
/* TABLET
========= */
@media screen and (min-width: 760px) and (max-width: 1024px) {
    body { -webkit-text-size-adjust: 100%; }
    .container { }
    .sidebar { width: 200px; }
    .content.with-sidebar {  }
    header h2 { margin-right: 10px; }
    header .apps li { margin: 2px 10px 2px 0; }
    .search-wrapper { max-width: 150px; }
    .color_scheme_white header.globalheader .appnav { padding-left: 0; padding-right: 0; margin-left: 25px; margin-right: 25px; }
    /* @media screen and (orientation : portrait) { */
    @media screen and (max-width: 850px) {
    }
}
/* MOBILE
========= */
@media screen and (max-width: 760px) {
    body { -webkit-text-size-adjust: 100%; padding-top: 10px; }
    h1 { font-size: 2em; }
    h2 { font-size: 1.5em; }
    h3 { font-size: 1.3em; }
    .container { min-width: 0; padding: 0; }
    .breadcrumbs { font-size: 1.0em; line-height: 1.5em; margin-bottom: 10px; }
    .sidebar { float: none !important; width: auto !important; padding: 0 !important; }
    .content {   }
    .content.with-sidebar { margin-left: 0 !important; margin-right: 0 !important; }
    .nav-negative { display: block; /* mobile-only slide-out navigation */ }
    header #globalnav {  z-index: 9999; height: 52px; padding-top: 0 !important; }
    header #globalnav.light { box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
    header #globalnav.light .cart.empty a { background: #f3f3f3 !important; }
    .color_scheme_white header #globalnav.light { box-shadow: none; border-bottom: 1px solid rgba(0,0,0,0.13); }
    .color_scheme_white header #globalnav.light.andgray { border-bottom: none; }
    header h2 { margin: 9px 50px 10px 0 !important; float: left; font-size: 1.2em !important; position: fixed; top: 7px; left: 15px; z-index: 9999; font-weight: normal !important; padding: 0 !important; display: block !important; }
    header h2 a img { display: none; }
    header h2 a span { display: inline; }
    header .appnav { padding: 0; }
    header #mobile-nav-toggle { display: block; float: right; margin-right: 10px; margin-top: 13px; outline: 0; margin-bottom: 9px; }
    header .apps { display: none; }
    header .pages { margin: 0; padding: 20px 0; }
    header .auth { display: none; }
    header .auth li a { font-size: 1em; }
    header .auth li a i.icon16 { margin-top: 0; }
    header .apps.unfolded { display: block; }
    header .cart,
    header .cart.fixed { position: absolute; top: 0; right: 58px !important; min-width: 0 !important; max-width: 64px; }
    header .cart a { height: 1em; padding: 16px 9px 15px 17px; background: #ffba00; }
    header .cart.fixed a { background: #ffba00; }
    header .cart a strong { display: none !important; }
    header .cart #cart-content { display: none; }
    header ul.flyout-nav li.submenu-is-shown > a { background: rgba(0,0,0,.33); border-radius: 3px; }
    .content img { max-width: 100%; }
    .search { display: none; }
    .search-wrapper { padding-right: 0; }
    footer.globalfooter { top: 0; padding-top: 10px; }
    .footer-block { width: 120px; margin: 10px 15px !important; }
    .footer-block#copyright { width: auto; display: block; }
    .footer-block a { margin-bottom: 3px; }
    .footer-note { margin: 10px 15px; }
    .appfooter { padding: 10px 15px; }
    .appfooter .copyright,
    .appfooter .poweredby { position: static; padding: 10px; }
    .wa-form .wa-field .wa-name { float: none; padding-bottom: 0; }
    .wa-form .wa-field .wa-value { margin-left: 0; }
    .wa-form .wa-field .wa-value p span { display: block; }
    .wa-form .wa-field .wa-value input[type="text"],
    .wa-form .wa-field .wa-value input[type="email"],
    .wa-form .wa-field .wa-value input[type="password"] { min-width: 200px; }
    .wa-auth-adapters p { width: 80%; }
    .wa-captcha input.wa-captcha-input { width: 100px; }
    .errormsg { margin-left: 0; }
    table td { padding: 5px; }
    html.my ul.menu-h li a { padding: 10px; }
    .comment-form-fields label { float: left; }
    .sub-links li { font-size: 110%; margin-bottom: 5px; }
    .sidebar .likebox { display: none; }
    .connect.inline .likebox { display: block; width: auto; }
    .wa-signup-form .wa-form .wa-field.wa-field-email .wa-value input { min-width: 240px; }
    .wa-signup-form .wa-form .wa-field.wa-field-password .wa-value input,
    .wa-signup-form .wa-form .wa-field.wa-field-password_confirm .wa-value input { min-width: 160px; width: 160px; }
    .olives { padding: 10px; }
    .olives-left,
    .olives-right { background-size: 25px auto; min-height: 55px; }
    .olives-content { margin: 0 20px; font-size: 0.9em; padding: 10px; }
    .footer-block.contact-us { max-width: 999px; display: block; width: auto; }
}
/* WIDE
========= */
@media screen and (min-width: 1300px) {
    .container { max-width: 1220px; }
}
/* FOOTER NOTICE */
.s-footer-notice { margin: 2.5em 0 1em; font-size: .9em; line-height: 1.3em; text-align: center; }
.s-footer-notice a { color: inherit; text-decoration: underline; }
/* OTHER */
.wa-login-form-actions button,
.wa-signup-form-actions button,
.wa-forgotpassword-form-actions button,
.wa-set-password-form-wrapper button,
.wa-login-form-actions input[type=button],
.wa-signup-form-actions input[type=button],
.wa-forgotpassword-form-actions input[type=button],
.wa-set-password-form-wrapper input[type=button],
.wa-login-form-actions input[type=submit],
.wa-signup-form-actions input[type=submit],
.wa-forgotpassword-form-actions input[type=submit],
.wa-confirm-signup-button,
.wa-set-password-form-wrapper input[type=submit] { font-size: 18px; font-weight: bold; padding-top: 8px; padding-right: 15px; padding-bottom: 8px; padding-left: 15px; }
#globalnav > .container_head{
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* flex-wrap: wrap; */
}
.logo{
    width: 147px;
    height: 140px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 99999;
}
.logo > a{
    height: 100%;
    display: block;
}
.header-head{
    width: 980px;
    width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* flex-wrap: wrap; */
}
.header-head a, .header-head p, .header-head span{
    font-family: 'Roboto', sans-serif;
}
.callback.btn-head{
    height: 35px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.callback.btn-head > a{
    color: #383133;
    background-color: #F3E03A;
    padding: 8px 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 35px;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.callback.btn-head > a:hover{
    background-color: #9BBE45;
}
.header-contact{
    max-width: 434px;
    width: 434px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-negative: 1;
        flex-shrink: 1;
}
.header-contact > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 184px;
    -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
}
.header-contact > div > p > a{
    margin: 0px;
    font-size: 13px;
    line-height: 15px;
    color: #383133!important;
}
.header-contact > div > p > a > span{
    font-size: 18px;
    line-height: 21px;
}
.lenguage{
    width: 164px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.lenguage > div{
    width: 42px;
    height: 42px;
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(255, 255, 255, 0.5);
}
.lenguage > div.active{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/el.png);
}
.lenguage > div.active > a{
    color: #fff;
}
.lenguage > div > a{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #828282;
}
.menu{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-top: 0px solid!important;
    position: relative;
    z-index: 2;
}
.menu .pages{
    padding: 0;
    margin: 0px;
    width: 640px;
    background: rgba(255,255,255,0.9);
    border-radius: 31px;
    margin-top: 4px;
    max-width: 640px;
}
.star-head{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/star.svg);
    width: 27px;
    height: 27px;
    background-size: contain;
    position: absolute;
    left: 31%;
    top: 87px;
}
.block_slider_home{
    min-height: 635px;
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.block_slider_home > .block_slider_first{
    max-width: 374px;
    width: 50%;
    margin-top: 82px;
    z-index: 0;
}
.block_slider_home > .block_slider_first > .name_block{
    margin-left: 40px;
}
.block_slider_home > .block_slider_first > .name_block > p{
    font-size: 50px;
    line-height: 58px;
    color: #C00F82;
    margin: 0px;
    font-family: 'Adigiana', Arial, sans-serif;
}
.btn_block{
    width: 342px;
    max-width: 342px;
    margin-left: 28px;
    height: 227px;
    margin-top: 29px;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/Triangle.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.btn_block > a{
    color: #383133!important;
    font-size: 24px;
    line-height: 28px;
    padding: 15px 64px;
    background-color: #F3E03A;
    border-radius: 44px;
    border-bottom: 3px solid #DEAF07;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    font-family: 'Adigiana', Arial, sans-serif;
    max-width: 295px;
    box-sizing: border-box;
}
.btn_block > a:hover{
    background-color: #6AA747;
    color: #fff!important;
    border-bottom: 3px solid #4B8F24;
}
.btn_block > a:after{
    content: "";
    width: 224px;
    height: 2px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFFFFF 31.29%, #FFFFFF 80.92%, rgba(255, 255, 255, 0) 103.57%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 31.29%, #FFFFFF 80.92%, rgba(255, 255, 255, 0) 103.57%);
    position: absolute;
    top: 2px;
    left: 12%;
}
.btn_block > a:before{
    content: "";
    width: 254px;
    height: 37px;
    position: absolute;
    background: #FFFFFF;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="40" /></filter></svg>#filter');
    -webkit-filter: blur(40px);
            filter: blur(40px);
    top: -18px;
    left: 12%;
}
.bx-wrapper{
    position: absolute!important;
    top: 0;
    left: 0;
    height: auto!important;
}
.block_slider_home > .slider{
    max-width: 800px;
    width: 800px;
    height: 0;
    /* width: 60%; */
    /* background-color: black; */
    /* opacity: 0.5; */
    position: relative;
    padding-bottom: 49%;
}
.block_slider_home > .slider > div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.block_slider_home > .slider > div > .slide_mask{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: absolute;
    top: -3%;
    /* left: 50%;
    transform: translate(-50%, -50%); */
}
.block_slider_home > .slider > div > .slide_mask > img{
    width: 100%;
}
.block_slider_home .arm1{
    position: absolute;
    width: 60px;
    height: 62px;
    top: 48%;
    left: 28%;
    z-index: -1;
}
.block_slider_home .arm1 > svg{
    fill: #44A1D1;
}
.block_slider_home .arm2{
    position: absolute;
    width: 60px;
    height: 62px;
    top: 23px;
    right: 3%;
}
.block_slider_home .arm2 > svg{
    fill: #F3E03A;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.wrap-bl-slider-bl{
    margin-top: -9px;
}
.block_slider_home .arm3{
    width: 60px;
    height: 62px;
    position: absolute;
    top: 25%;
    left: -20%;
}
.block_slider_home .arm3 > svg{
    fill: #44A1D1;
}
.block_slider_home .star1{
    width: 47px;
    height: 44px;
    position: absolute;
    right: -15%;
    bottom: 5%;
    -webkit-transform: rotate(30.61deg);
            transform: rotate(30.61deg);
}
.block_slider_home .star1 > svg{
    fill: #6AA747;
}
.block_slider_home > .elipse1{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/Ellipse1.png);
    width: 859px;
    height: 413px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(48.61deg);
            transform: rotate(48.61deg);
    top: -120px;
    left: -725px;
    z-index: -1;
}
.block_slider_home > .elipse2{
    width: 859px;
    height: 411px;
    position: absolute;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/Ellipse2.png);
    top: 17%;
    left: -8%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.block_slider_home > .elipse3{
    width: 711px;
    height: 709px;
    position: absolute;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/Ellipse3.png);
    top: -12%;
    right: -5%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.block_slider_home > .elipse4{
    width: 711px;
    height: 709px;
    position: absolute;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/Ellipse4.png);
    top: -50%;
    right: -35%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
ul.bxslider li{
    /* display: flex;
    align-items: center; */
    height: 100%;
}
.bx-wrapper > .bx-viewport{
    /* height: 100%!important; */
}
ul.bxslider li img{
    min-height: 100%;
    /* max-width: 100%!important;
    height: 100%!important;
    max-height: 561px; */
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 2px;
    margin: auto
}
.content_glav_block{
    display: block;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/f.svg);
    background-repeat: no-repeat;
    background-position: top;
}
.content_glav_block > .content_glav_block_wrap{
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
}
.mini_galery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 25px;
    /* margin-bottom: 40px; */
}
.mini_galery > div{
    /* width: 33%;
    height: 0!important;
    position: relative;
    padding-bottom: 33%; */
    width: 33%;
}
.mini_galery > div > .bl_1{
    max-height: 436px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.mini_galery > div > .bl_1 > img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.mini_galery > div > .bl_1 > .fonn{
    width: 100%;
    height: 100%;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/fon_img_glav.png);
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}
.mini_galery > div > .bl_1 > .name_foto{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 191px;
    height: 132px;
    position: absolute;
    bottom: 29px;
    left: 33px;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/ellipse_foto_glav_1.png);
    z-index: 1;
}
.mini_galery > div > .bl_1 > .name_foto > p{
    font-size: 24px;
    line-height: 28px;
    margin: 0px;
    color: white;
    font-family: 'Adigiana', Arial, sans-serif;
}
.mini_galery > div > .bl_1:hover > .fonn{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/fon_glav_hover.png);
    background-size: 100%;
}
.mini_galery > div > .bl_1:hover > .name_foto{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/e_hover.png);
}
.mini_galery > div > .bl_2{
    max-height: 436px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 35px;
    margin-right: -38px;
    margin-left: 25px;
}
.mini_galery > div > .bl_2 > img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.mini_galery > div > .bl_2 > .fonn{
    width: 100%;
    height: 100%;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/fon_img_glav_1.png);
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}
.mini_galery > div > .bl_2 > .name_foto{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 230px;
    height: 130px;
    position: absolute;
    bottom: -20px;
    left: 33px;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/ellipse_foto_glav_2.png);
    background-repeat: no-repeat;
    z-index: 1;
}
.mini_galery > div > .bl_2 > .name_foto > p{
    font-size: 24px;
    line-height: 28px;
    margin: 0px;
    color: white;
    font-family: 'Adigiana', Arial, sans-serif;
}
.mini_galery > div > .bl_2:hover > .fonn{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/fon_glav_hover1.png);
    background-size: 100%;
}
.mini_galery > div > .bl_2:hover > .name_foto{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/e_hover_2.png);
    background-repeat: no-repeat;
}
.mini_galery > div > a  > .bl_3{
    width: 100%;
    /* max-height: 360px;
    height: 100%; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/bg_foto_glav_3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    /* margin-top: 265px; */
    z-index: 1;
}
.mini_galery > div > a > .bl_3 > p{
    font-size: 24px;
    line-height: 28px;
    margin: 0px;
    color: white;
    font-family: 'Adigiana', Arial, sans-serif;
    margin-left: 20px;
    padding: 38% 0;
}
.mini_galery > div > a > .bl_3:hover{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/rak_h.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.logo_bl{
    min-width: 147px;
    height: 47px;
}
.wrap_nav{
    z-index: 1;
}
.nav_bg{
    display: none;
    width: 100%;
    height: 285px;
    background-color: rgba(255,255,255,0.9);
    /* opacity: 0.9; */
    position: absolute;
    top: 61px;
    left: 0;
    z-index: 2;
}
.nav_bg_active{
    display: block!important;
}
.wrap_nav > .pages > li.active{
    z-index: 2!important;
}
.wrap_nav > .pages > li.active > a{
    /* z-index: 3; */
    position: relative;
}
.nav_bg > .content_nav_bg{
    width: 588px;
    height: 341px;
    /* -webkit-transform: translate(87%, -56px);
            transform: translate(87%, -56px); */
    position: absolute;
    top: -20%;
    right: 12%;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    pointer-events: none;
}
.nav_bg > .content_nav_bg > div{
    width: 588px;
    height: 588px;
    -webkit-transform: translate(0%, 0px);
            transform: translate(0%, 0px);
    background: #F3E03A;
    border-radius: 50%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    pointer-events: initial;
}
.nav_bg > .content_nav_bg > div > div{
    /* width: 140px; */
    height: 271px;
    /* margin-top: 70px!important; */
    margin: 70px -55px;
}
.nav_bg > .content_nav_bg > div > div > div{
    margin-bottom: 18px;
}
.nav_bg > .content_nav_bg > div > div > div > a{
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    text-transform: inherit;
    font-size: 18px;
}
.nav_bg > .content_nav_bg > div > div > div > a > span{
    font-family: 'Adigiana', Arial, sans-serif;
    font-size: 30px;
    line-height: 35px;
}
.nav_bg > .content_nav_bg > div > div > div > a > p{
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
    color: #383133;
    text-transform: initial;
    font-weight: normal;
}
.bl_ad{
    width: 179px;
    margin-top: 180px!important;
    display: inline-block;
}
.bl_ad > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bl_ad > div > a > img{
    margin-right: 10px;
}
.bl_ad > div > a{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.wrap_nav > .pages > li.active:hover > a{
    z-index: 3;
}
.wrap_nav > .pages > li.active:hover > .nav_bg{
    display: block;
}
.color_1 > a > span{
    color: #C00F82;
}
.color_2 > a > span{
    color: #be2f21;
}
.color_3 > a > span{
    color: #44a1d4
}
.wrap_nav > .pages > li.active1 > .nav_bg{
    height: 424px;
}
.wrap_nav > .pages > li.active1 > .nav_bg > .content_nav_bg{
    height: 480px;
    /* -webkit-transform: translate(117%, -56px); */
    /* transform: translate(117%, -56px); */
    position: absolute;
    top: -13.3%;
    right: -3%;
}
.wrap_nav > .pages > li.active1 > .nav_bg > .content_nav_bg > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.wrap_nav > .pages > li.active1 > .nav_bg > .content_nav_bg > div > div{
    height: auto;
    margin: 110px 10px;
}
.wrap_nav > .pages > li.active1 > .nav_bg > .content_nav_bg > div > div > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
}
.wrap_nav > .pages > li.active1 > .nav_bg > .content_nav_bg > div > div > div > svg{
    margin-top: 5px;
    margin-right: 10px;
}
.wrap_nav > .pages > li.active1 > .nav_bg > .content_nav_bg > div > div > div > p{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.active2 > .content-small{
    margin: 0px;
}
.actt2 > a{
    color: #C00F82!important;
}
.actt2 > .arrow_down{
    height: 55px!important;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/rr.png)!important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.active1 > .content-small{
    margin: 0px;
}
.actt1 > a{
    color: #C00F82!important;
}
.actt1 > .arrow_down{
    height: 55px!important;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/rr.png)!important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.n1 > svg{
    fill: #C00F82;
}
.n2 > svg{
    fill: #6AA747;
}
.n3 > svg{
    fill: #44A1D1;
}
.n4 > svg{
    fill: #FF8500;
}
.n5 > svg{
    fill: #828282;
}
.n6 > svg{
    fill: #BE2E21;
}
.wrap_nav > .pages > li.active1:hover > a{
    color: #FF8500!important;
}
.gamb{
    display: none;
    width: 33px;
    height: 19px;
    /* display: flex; */
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
    margin-right: 30px;
    z-index: 22;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.gamb.active > span:before{
    width: 0px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.gamb.active > span{
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.gamb.active > span:after{
    content: "";
    width: 26px;
    height: 4px;
    border-radius: 60px;
    background-color: #383133;
    position: absolute;
    bottom: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.gamb > span{
    width: 26px;
    height: 4px;
    background-color: #383133;
    display: block;
    border-radius: 60px;
    /* transform: rotate(0deg); */
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.gamb > span:after{
    content: "";
    width: 19px;
    height: 4px;
    border-radius: 60px;
    background-color: #383133;
    position: absolute;
    bottom: 0;
}
.gamb > span:before{
    content: "";
    width: 26px;
    height: 4px;
    border-radius: 60px;
    background-color: #383133;
    position: absolute;
    top: 0;
    left: 0;
}
.mob_menu{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.98);
    z-index: 21;
    overflow: auto;
}
.mob_menu.active{
    display: block;
}
.mob_menu > .content_menu-mob{
    margin-top: 77px;
    padding: 0 28px;
}
.mob_menu > .content_menu-mob > .mob_menu__menu > .wrap_nav > .pages{
    text-align: right;
}
.mob_menu > .content_menu-mob > .mob_menu__menu > .wrap_nav > .pages > li{
    display: block;
}
.mob_menu > .content_menu-mob > .mob_menu__menu > .wrap_nav > .pages > li.active{
    position: relative;
}
.mob_menu > .content_menu-mob > .mob_menu__menu > .wrap_nav > .pages > li > a{
    font-size: 22px;
    line-height: 18px;
}
.mob_menu > .content_menu-mob > .mob_menu__menu > .wrap_nav > .pages > li > a{
    padding-right: 60px;
}
.mob_menu > .content_menu-mob > .mob_menu__menu > .wrap_nav > .pages > li.active > .arrow_down{
    width: 32px;
    height: 100%;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/afterLimobmenu.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
}
/* .mob_menu > .content_menu-mob > .mob_menu__menu > .wrap_nav > .pages > li.active::after{
    content: '';
    width: 32px;
    height: 6px;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/afterLimobmenu.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 27px;
    right: 0;
} */
.mob_menu > .content_menu-mob > .mob_menu__menu > .wrap_nav > .pages > li.active > .nav_bg{
    display: none!important;
}
.content-small {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.content-small > .children_garden{
    float: right;
    display: none;
}
.content-small > .children_garden.active{
    display: block;
    text-align: left;
}
.content-small > .children_garden > p{
    font-size: 16px;
    line-height: 18px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #C00F82;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.content-small > .children_garden > p > span{
    width: 32px;
    height: 6px;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/rr.png);
    /* background-size: 100%; */
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: 20px;
}
.content-small > .children_garden > div > a{
    padding: 0px!important;
}
.content-small > .children_garden > div > a > p{
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 25px;
    text-transform: initial;
}
.content-small > .children_garden > div > a > p > span{
    font-family: 'Adigiana', Arial, sans-serif;
    font-size: 20px;
    line-height: 19px;
}
.content-small > .children_garden > div:nth-child(1) > a > p > span{
    color: #C00F82;
}
.content-small > .children_garden > div:nth-child(2) > a > p > span{
    color: #be2f21;
}
.content-small > .children_garden > div:nth-child(3) > a > p > span{
    color: #44a1d4;
}
.children_garden_adress{
    margin-top: 40px;
}
.children_garden_adress > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
}
.children_garden_adress > div > a{
    padding: 0px!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    text-transform: initial!important;
}
.children_garden_adress > div > a > img{
    margin-right: 9px;
}
.children_garden_adress > div > a > p{
    margin: 0px;
    font-size: 18px;
    line-height: 25px;
}
.children_center{
    float: right;
    display: none;
    text-align: left;
}
.children_center > p{
    font-size: 16px;
    line-height: 18px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #C00F82;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.children_center > p > span{
    width: 32px;
    height: 6px;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/rr.png);
    /* background-size: 100%; */
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: 20px;
}
.children_center.active{
    display: block;
}
.children_center > ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.children_center > ul > li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}
.children_center > ul > li > svg{
    margin-top: 7px;
    margin-right: 10px;
}
.children_center > ul > li > span{
    margin: 0px;
    font-size: 18px;
    line-height: 25px;
}
.content_small_bottom {
    width: 218px;
    height: 125px;
    display: block;
    /* margin: 0 auto; */
    margin-bottom: 50px;
}
.content_small_bottom > a{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #383133!important;
    background-color: #F3E03A;
    padding: 14px 10px;
    border-radius: 35px;
    margin-bottom: 37px;
    display: block;
}
.content_small_bottom > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
}
.bx-wrapper{
    /* height: 100%!important; */
}
.bl_4{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/bg_block_o_nas.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 20% 16%;
    min-height: 100%;
}
.bl_4 > p{
    font-size: 40px;
    line-height: 46px;
    color: #fff!important;
    font-family: 'Adigiana', Arial, sans-serif;
    margin-bottom: 20px;
    display: block;
}
.bl_4 > p:hover{
    color: #FF8500!important;
}
.bl_4 > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.bl_4 > div > svg{
    margin-top: 5px;
    margin-right: 10px;
}
.bl_4 > div > span{
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    cursor: pointer;
}
.bl_4 > div > span:hover{
    color: #FF8500;
}
.star1 > svg{
    fill: #C00F82;
}
.star2 > svg{
    fill: #44A1D1;
}
.star3 > svg{
    fill: #F3E03A;
}
.star4 > svg{
    fill: #FF8500;
}
.mob_galery{
    display: none;
}
.mob_galery > div{
    width: 48%;
    padding-bottom: 48%;
}
.mob_galery > div > .bl_2{
    margin: 0px;
}
.mob_galery > div > a > .bl_4{
    margin-top: 40px;
}
.mob_galery > div > a > .bl_4 > p{
    margin-top: 0px;
}
.mob_galery > a > div > .bl_3{
    margin: 0px;
    margin-top: 40px;
}
.star-onas{
    width: 27px;
    height: 26px;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/onas_star.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 38%;
    right: 13%;
}
.star-onas1{
    width: 27px;
    height: 26px;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/onas_star.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 14%;
    left: 16%;
}
.star-onas2{
    width: 76px;
    height: 72px;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/onas_bigstar.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 36%;
    right: -4%;
}
.fon_header{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/fon_header.svg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
.gal{
    max-width: 437px;
    width: 437px;
    max-height: 389px;
    height: 389px;
    position: relative;
}
.gal > a > svg{
    width: 100%;
    height: 100%;
}
.gal1 > a > svg.sv{
    position: absolute;
    top: 16px;
    left: -13px;
    z-index: -1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    fill: #F3E03A;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.gal1 > a > svg.sv1{
    z-index: 2;
}
.gal1 > a > .eqq{
    width: auto;
    height: auto;
    position: absolute;
    bottom: -5%;
    left: 6%;
}
.gal1 > a > .eqq > div{
    display: inline-block;
    padding: 38px 20px;
    position: relative;
    margin-bottom: 10px;
}
.gal1 > a > .eqq > div > span{
    position: relative;
    z-index: 1;
    color: white;
    font-family: 'Adigiana', Arial, sans-serif;
    font-size: 24px;
}
.gal1 > a > .eqq > div > div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #C00F82;
    z-index: 0;
    border-radius: 40% 60% 60% 40% / 50% 50% 50% 50%;
    -webkit-transform: rotate(160deg) translate(0, 5px);
            transform: rotate(160deg) translate(0, 5px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.gal1:hover > a > .eqq > div > div{
    background: #FF8500;
}
.gal2{
    margin-top: 67px;
    margin-right: -67px;
}
.gal2 > a > svg.sv{
    position: absolute;
    top: -15px;
    left: -13px;
    z-index: -1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    fill: #44A1D1;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.gal2 > a > svg.sv1{
    z-index: 2;
}
.gal2 > a > .eqq{
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0%;
    left: 7%;
}
.gal2 > a > .eqq > div{
    display: inline-block;
    padding: 38px 20px;
    position: relative;
    margin-bottom: 10px;
}
.gal2 > a > .eqq > div > span{
    position: relative;
    z-index: 1;
    color: white;
    font-family: 'Adigiana', Arial, sans-serif;
    font-size: 24px;
}
.gal2 > a > .eqq > div > div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #9BBE45;
    z-index: 0;
    border-radius: 40% 60% 60% 40% / 50% 50% 50% 50%;
    -webkit-transform: rotate(15deg) translate(0, 5px);
            transform: rotate(15deg) translate(0, 5px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.gal2:hover > a > .eqq > div > div{
    background: #FF8500;
}
.drop_nav{
    position: absolute;
    top: 57px;
    left: 0;
    margin: 0px;
    padding: 0;
    display: none;
    -webkit-transition: .2s;
    transition: .2s;
    background: rgba(255, 255, 255, 0.9);
}
.drop{
    position: relative;
}
.drop:hover > .drop_nav{
    display: block;
}
.gal:hover > a > svg.sv{
    fill: #C00F82;
}
.blk_raketa{
    margin-top: 260px;
    height: 389px;
}
.blk_onas{
    margin-top: -220px;
    position: relative;
}
.arm_galery{
    width: 114px!important;
    height: 116px;
    position: absolute;
    top: 4%;
    right: 14%;
}
.arm_galery > svg{
    width: 100%;
    height: 100%;
    fill: #9BBE45;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
}
.star_galery1{
    width: 47px!important;
    height: 44px;
    position: absolute;
    top: 0;
    left: -21%;
}
.star_galery1 > svg{
    width: 100%;
    height: 100%;
    fill: #6AA747;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
}
.star_galery2{
    width: 40px!important;
    height: 39px;
    position: absolute;
    top: 43%;
    left: 0%;
}
.star_galery2 > svg{
    width: 100%;
    height: 100%;
    fill: #44A1D1;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
}
.star_galery3{
    width: 28px!important;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 27%;
}
.star_galery3 > svg{
    width: 100%;
    height: 100%;
    fill: #6AA747;
}
.star_galery4{
    width: 47px!important;
    height: 44px;
    position: absolute;
    bottom: 25%;
    right: 29%;
}
.star_galery4 > svg{
    width: 100%;
    height: 100%;
    fill: #6AA747;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
}
.star_galery5{
    width: 47px!important;
    height: 44px;
    position: absolute;
    top: 84%;
    left: -4%;
}
.star_galery5 > svg{
    width: 100%;
    height: 100%;
    fill: #C00F82;
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
}
.star_galery6{
    width: 47px!important;
    height: 44px;
    position: absolute;
    bottom: 10%;
    right: 13%;
}
.star_galery6 > svg{
    width: 100%;
    height: 100%;
    fill: #FF8500;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
}
.arm_galery1{
    width: 78px!important;
    height: 80px;
    position: absolute;
    bottom: 27%;
    left: -17%;
}
.arm_galery1 > svg{
    width: 100%;
    height: 100%;
    fill: #44A1D1;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
}
.arm_galery2{
    width: 77px!important;
    height: 80px;
    position: absolute;
    bottom: 26%;
    left: 42%;
}
.arm_galery2 > svg{
    width: 100%;
    height: 100%;
    fill: #44A1D1;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
}
.mob_galery > .arm_galery{
    width: 48px!important;
    height: 50px;
    position: absolute;
    top: -8%;
    right: 40%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
}
.mob_galery > .arm_galery > svg{
    width: 100%;
    height: 100%;
    fill: #9BBE45;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
}
.content_glav_block > .block-balloons{
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 65px;
    box-sizing: border-box;
}
.first-balloon {
    max-width: 33%;
    width: 33%;
    height: 408px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 1;
    position: relative;
}
.first-balloon > .balloon_fon{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.first-balloon > .balloon_fon{
    width: 100%;
    height: 100%;
    max-width: 363px;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/ballon_small.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.first-balloon > a{
    z-index: 1;
    font-size: 50px;
    line-height: 58px;
    color: white!important;
    font-family: 'Adigiana', Arial, sans-serif;
    width: 62%;
    margin-right: 10%;
    margin-top: 80px;
    margin-bottom: 0px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.first-balloon:hover > a{
    color: #FF8500!important;
}
.second-balloon{
    width: 57%;
    max-width: 57%;
    height: 781px;
    position: relative;
    margin-top: -190px;
    margin-left: -115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/ballon_big.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.second-balloon > .balloon_fon{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.second-balloon > .balloon_fon > svg{
    width: 100%;
    height: 100%;
}
.second-balloon > .list{
    width: 68%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 190px;
    margin-right: 6%;
}
.second-balloon > .list > div > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
}
.second-balloon > .list > div > div > svg{
    margin-top: 5px;
    margin-right: 10px;
}
.second-balloon > .list > div > div > span{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.btn-balloon{
    width: 217px;
    max-width: 217px;
    position: relative;
    height: 243px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.btn-balloon > .btn-balloon_fon1{
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.btn-balloon svg {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.btn-balloon > .btnn-balloon_fon2{
    width: 134px;
    height: 136px;
    position: absolute;
    bottom: -10px;
    right: 25px;
}
.btn-balloon > .btnn-balloon_fon2 > .btn-balloon_fon2{
    width: 100%;
    height: 100%;
    position: relative;
}
.btn-balloon > .btnn-balloon_fon2 > .btn-balloon_fon2 > .btn-balloon_fon3{
    position: absolute;
    top: 30px;
    left: 20px;
}
.btn-balloon > p{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #383133;
    z-index: 1;
    margin-bottom: 70px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.btn-balloon:hover > p{
    color: #6AA747;
}
.btn-balloon > .btnn-balloon_fon2 > .btn-balloon_fon2 > svg{
    fill: #F3E03A;
}
.btn-balloon > .btnn-balloon_fon2:hover > .btn-balloon_fon2 > svg{
    fill: #6AA747;
}
.btnn-balloon_fon2_mob{
    width: 134px;
    height: 136px;
    position: relative;
}
.btnn-balloon_fon2_mob > .btn-balloon_fon2{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.btnn-balloon_fon2_mob > .btn-balloon_fon2 > svg{
    fill: #9BBE45;
}
.btnn-balloon_fon2_mob > .btn-balloon_fon2 > .btn-balloon_fon3{
    position: absolute;
    top: 30px;
    left: 20px;
}
.btnn-balloon_fon2_mob{
    display: none;
}
.balloons_star{
    width: 76px!important;
    height: 72px;
    position: absolute;
    top: 21%;
    left: -19%;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
}
.balloons_star > svg{
    width: 100%;
    height: 100%;
    fill: #BE2E21;
}
.balloons_star1{
    width: 76px!important;
    height: 72px;
    position: absolute;
    right: 36%;
    top: 40%;
}
.balloons_star1 > svg{
    width: 100%;
    height: 100%;
    fill: #BE2E21;
}
.balloons_star2{
    width: 47px!important;
    height: 44px;
    position: absolute;
    top: 41%;
    right: 11%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.balloons_star2 > svg{
    width: 100%;
    height: 100%;
    fill: #C00F82;
}
.balloons_star_arm{
    width: 77px!important;
    height: 80px;
    position: absolute;
    top: 51%;
    right: 16%;
}
.balloons_star_arm > svg{
    width: 100%;
    height: 100%;
    fill: #6AA747;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.balloons_star3{
    display: none;
}
.wrap_map{
    width: 100%;
    background-color: rgba(68, 161, 209,0.9);
    margin-top: -11%;
    z-index: 0;
}
.bl_map{
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    max-height: 400px;
    z-index: 1;
}
.bl_map > .map_wrapper{
    width: 100%;
    height: 400px;
}
.map_wrapper {
    position: relative;
    overflow: hidden;
}
.map_wrapper .map_frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bl_map > .map_contacts{
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(68, 161, 209,0.9);
}
.bl_map > .map_contacts > p{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    margin: 30px 0;
    text-align: center;
}
.bl_map > .map_contacts > div > a > div {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* justify-content: center; */
    /* -webkit-box-align: end; */
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 42px;
    margin-left: 15%;
}
.bl_map > .map_contacts > div > div{
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* justify-content: center; */
    /* -webkit-box-align: end; */
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 42px;
    margin-left: 15%;
}
.bl_map > .map_contacts > div > a > div > img{
    margin-right: 5px;
}
.bl_map > .map_contacts > div > a > div > p{
    margin: 0px;
    color: #383133;
    transition: 0.2s;
}
.bl_map > .map_contacts > div > a > div > p > span{
    font-size: 18px;
    line-height: 21px;
    transition: 0.2s;
}
.bl_map > .map_contacts > .btn_map{
    display: none;
}
.globalfooter{
    position: relative;
}
.globalfooter > .wrap_footer > .container{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/fon_footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    max-width: 1280px;
    height: 369px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.globalfooter > .wrap_footer > .footer_bg{
    width: 100%;
    height: 346px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/footer-line.svg);
    background-repeat: repeat;
    background-position: bottom;
    z-index: -1;
}
footer.globalfooter{
    height: 575px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 52px;
}
.wrap_footer{
    width: 100%;
}
.globalfooter > .wrap_footer_top{
    width: 100%;
    max-width: 1280px;
    height: 206px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
}
.globalfooter > .wrap_footer_top > .f_name{
    margin-left: 2%;
    margin-bottom: -2%;
    z-index: 1;
    max-width: 100%;
}
.globalfooter > .wrap_footer_top > .f_name > p{
    font-size: 28px;
    line-height: 32px;
    color: #383133;
    font-family: 'Adigiana', Arial, sans-serif;
    margin: 0px;
}
.globalfooter > .wrap_footer_top > .f_name > p > span{
    font-family: 'Adigiana', Arial, sans-serif;
    font-size: 28px;
}
.globalfooter > .wrap_footer_top > .f_name > p > span.orange{
    color: #fc8405;
}
.globalfooter > .wrap_footer_top > .f_name > p > span.green{
    color: #69a845;
}
.globalfooter > .wrap_footer_top > .f_name > p > span.pink{
    color: #bd1181;
}
.globalfooter > .wrap_footer > .container > .children_footer{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/children_footer.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 541px;
    height: 288px;
    z-index: 2;
    position: absolute;
    top: -38%;
    right: 4%;
}
.wrap_container_footer{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    padding: 0 30px;
}
.wrap_container_footer > .footer_logo {
    margin-bottom: -10px;
}
.footer_nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 17px;
}
.footer_nav > .wrap_nav > .pages{
    padding: 12px 0px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 580px;
}
.footer_nav > .wrap_nav > .pages li a{
    font-family: 'Adigiana', Arial, sans-serif;
    font-size: 20px;
    line-height: 23px;
    color: white!important;
    text-transform: uppercase;
    -webkit-transition: .2s;
    transition: .2s;
}
.footer_nav > .wrap_nav > .pages > li > a.item_3:hover{
    color: #C00F82!important;
}
.footer_nav > .wrap_nav > .pages li > a.item_4:hover{
    color: #FF8500!important;
}
.btn_nav_f{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #383133!important;
    padding: 14px 13px;
    background: #F3E03A;
    border-radius: 35px;
    margin-left: 66px;
    -webkit-transition: .2s;
    transition: .2s;
    /* width: 196px; */
}
.btn_nav_f:hover{
    background: #6AA747;
    color: #fff!important;
}
.footer_info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 33px;
}
.footer_info > .bl1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 452px;
    max-width: 452px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.footer_info > .bl1 > p{
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    margin: 0px;
}
.footer_info > .bl2{
    width: 221px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.footer_info > .bl2 > a{
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.footer_info > .bl2 > a.inst_f{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/inst_f.svg);
}
.footer_info > .bl2 > a.face_f{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/face_f.svg);
}
.footer_info > .bl2 > a.twit_f{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/twit_f.svg);
}
.footer_info > .bl2 > a.inst_f:hover{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/inst_f_b.svg);
}
.footer_info > .bl2 > a.face_f:hover{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/face_f_b.svg);
}
.footer_info > .bl2 > a.twit_f:hover{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/twit_f_b.svg);
}
.footer_info1{
    display: none;
}
.det_sad > h1{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #9ac049;
}
.det_sad > h1 > span{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #C00F82;
}
.det_sad > h2{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #9ac049;
}
.det_sad > h2 > span{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #C00F82;
}
.det_sad > div{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.sad_wrap > a{
    width: 33%;
    height: 0px;
    position: relative;
    padding-bottom: 33%;
}
.sad_wrap > a > div{
    width:100%;
    height: 407px;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 407px;
}
.sad_wrap > a > .sad1{
}
.sad_wrap > a > .sad1 > div{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/sad1.png?v1);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.sad_wrap > a > .sad2 > div{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/sad1_2.png?v1);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -70px;
    width: 100%;
    height: 100%;
}
.sad_wrap > a > .sad3 > div{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/sad1_3.png?v1);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.maincontent > .container{
    /* width: 100%; */
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px 20px;
}
.det_sad{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/sad_fon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    position: relative;
}
.arm_sad{
    width: 77px!important;
    height: 80px;
    position: absolute;
    top: -5%;
    right: 24%;
}
.arm_sad > svg{
    width: 100%;
    height: 100%;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    fill: #F3E03A;
}
.star_sad{
    width: 47px!important;
    height: 45px;
    position: absolute;
    top: 1%;
    right: 15%;
}
.star_sad > svg{
    width: 100%;
    height: 100%;
    fill: #6AA747;
    -webkit-transform: rotate(38deg);
            transform: rotate(38deg);
}
.arm_sad2{
    width: 77px!important;
    height: 80px;
    position: absolute;
    bottom: -7%;
    left: 44%;
}
.arm_sad2 > svg{
    width: 100%;
    height: 100%;
    fill: #44A1D1;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
}
.star_sad2{
    width: 48px!important;
    height: 44px;
    position: absolute;
    bottom: -8%;
    right: 27%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.star_sad2 > svg{
    width: 100%;
    height: 100%;
    fill: #6AA747;
}
.nashi_loc{
    margin-top: 65px;
    background-image: none;
}
.sad_wrap_nashi_loc > a > .sad1 > div{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/nashi_loc1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.sad_wrap_nashi_loc > a > .sad2 > div{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/nashi_loc2.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -70px;
    width: 100%;
    height: 100%;
}
.sad_wrap_nashi_loc > a > .sad3 > div{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/nashi_loc3.png);
    background-repeat: no-repeat;
    background-size: 60%;
    width: 100%;
    background-position: 0% 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sad_wrap_nashi_loc > a > .sad3 > div > p{
    color: #383133!important;
    font-size: 20px;
    line-height: 23px;
    padding: 22px 24px;
    background-color: #F3E03A;
    border-radius: 44px;
    border-bottom: 3px solid #DEAF07;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    font-weight: bold;
    text-align: center;
    margin-bottom: 85px;
    margin-right: 50px;
}
.sad_wrap_nashi_loc > a:hover > .sad3 > div > p{
    background-color: #6AA747;
    color: #fff!important;
    border-bottom: 3px solid #4B8F24;
}
.sad_wrap_nashi_loc > a > .sad3 > div > p:after{
    content: "";
    width: 224px;
    height: 2px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFFFFF 31.29%, #FFFFFF 80.92%, rgba(255, 255, 255, 0) 103.57%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 31.29%, #FFFFFF 80.92%, rgba(255, 255, 255, 0) 103.57%);
    position: absolute;
    top: 2px;
    left: 12%;
}
.sad_wrap_nashi_loc > a > .sad3 > div > p:before{
    content: "";
    width: 254px;
    height: 37px;
    position: absolute;
    background: #FFFFFF;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-filter: blur(40px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="40" /></filter></svg>#filter');
    filter: blur(40px);
    top: -18px;
    left: 12%;
}
.star_nashi_loc1{
    width: 76px!important;
    height: 72px;
    position: absolute;
    top: -5%;
    left: 28%;
}
.star_nashi_loc1 > svg{
    width: 100%;
    height: 100%;
    fill: #FF8500;
}
.star_nashi_loc2{
    width: 47px!important;
    height: 45px;
    position: absolute;
    top: 14%;
    right: 12%;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
}
.star_nashi_loc2 > svg{
    width: 100%;
    height: 100%;
    fill: #44A1D1;
}
.our_people{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
.our_people > a{
    width: 33%;
    height: 0px;
    position: relative;
    padding-bottom: 33%;
    -webkit-transition: .2s;
    transition: .2s;
}
.our_people > a:hover > .peop1 > div > p{
    color: #FF8500!important;
}
.our_people > a > .peop1{
    width: 100%;
    height: 417px;
    max-height: 417px;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/bg_block_o_nas.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.our_people > a > .peop1 > div{
    width: 100%;
    height: 100%;
    padding: 12% 16%;
    box-sizing: border-box;
}
.our_people > a > .peop1 > div > p{
    display: inline-block;
    font-size: 40px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
}
.our_people > a > .peop1 > div > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.our_people > a > .peop1 > div > div > svg{
    margin-top: 3px;
    margin-right: 10px;
}
.our_people > a > .peop1 > div > div > span{
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-weight: normal;
}
.people_gallery{
    width: 58%;
}
.people_gallery > .top_our_gal{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.people_gallery > .top_our_gal > p{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #C00F82;
    margin-bottom: 0px;
}
.people_gallery > .top_our_gal > .btn-top_our_gal{
    padding: 14px 45px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #9BBE45;
    border: 2px solid #9BBE45;
    box-sizing: border-box;
    border-radius: 30px;
    -webkit-transition: .2s;
    transition: .2s;
}
.people_gallery > .top_our_gal > .btn-top_our_gal:hover{
    color: #fff;
    background-color: #9BBE45;
}
.people_gallery > .top_our_gal > .img-top_our_gal{
    margin-top: -86px;
}
.our_gallery{
    margin-top: 10px;
    width: 100%;
}
.our_gallery > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
}
.our_gallery > div:nth-child(1) > a{
    width: 48%;
}
.our_gallery > div:nth-child(1) > a > img{
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    height: 100%;
}
.our_gallery > div:nth-child(2) > a{
    width: 31%;
}
.our_gallery > div:nth-child(2) > a > img{
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    height: 100%;
}
.star_our_people1{
    width: 40px!important;
    height: 39px;
    position: absolute;
    top: 5%;
    left: -2%;
}
.star_our_people1 > svg{
    width: 100%;
    height: 100%;
    fill: #44A1D1;
    -webkit-transform: rotate(65deg);
            transform: rotate(65deg);
}
.star_our_people2{
    width: 76px!important;
    height: 72px;
    position: absolute;
    top: 34%;
    left: 26%;
}
.star_our_people2 > svg{
    width: 100%;
    height: 100%;
    fill: #FF8500;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
.arm_our_people1{
    width: 77px!important;
    height: 80px;
    position: absolute;
    top: -2%;
    left: 23%;
}
.arm_our_people1 > svg{
    width: 100%;
    height: 100%;
    fill: #F3E03A;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
}
.arm_our_people2{
    width: 77px!important;
    height: 80px;
    position: absolute;
    bottom: -11%;
    right: 36%;
}
.arm_our_people2 > svg{
    width: 100%;
    height: 100%;
    fill: #9BBE45;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.star_our_people3{
    width: 40px!important;
    height: 40px;
    position: absolute;
    bottom: 10%;
    left: 15%;
}
.star_our_people3 > svg{
    width: 100%;
    height: 100%;
    fill: #F3E03A;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
}
.bl_otzuvu{
    position: relative;
    min-height: 311px;
    width: 100%;
    margin-top: 50px;
}
.bl_otzuvu > p{
    display: inline-block;
    margin: 0;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #9ac049;
}
.bl_otzuvu > p > span{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #C00F82;
}
.bl_otzuvu > .bx-wrapper{
    position: relative!important;
}
.bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* flex-wrap: wrap; */
    -ms-flex-negative: 1;
        flex-shrink: 1;
}
.bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li > div{
    max-width: 385px;
    width: 385px;
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 12px;
}
.bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li > div:nth-child(1){
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/otz_bg1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li > div:nth-child(3){
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/otz_bg3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li > div > img{
    width: 100px;
    height: 100px;
    min-height: 20px;
    margin: 0;
    margin-right: 10px;
}
.bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li > div > div{
    width: 230px;
    height: 115px;
}
.bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li > div > div > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li > div > div > div > svg{
    margin-top: 3px;
    margin-right: 10px;
}
.bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li > div > div > div > p{
    margin-bottom: 5px;
    font-weight: 500;
}
.bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li > div > div > p{
    margin: 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
.bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li > div > div > span{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #737374;
    margin-top: 18px;
    display: block;
}
.ott{
    line-height: 21px!important;
    font-size: 18px!important;
    font-weight: bold!important;
    margin-bottom: 10px!important;
}
.bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li > div:nth-child(3) > div p, .bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li > div:nth-child(3) > div span{
    color: #fff;
}
.bl_otzuvu > .bx-wrapper > .bx-controls {
    /* position: absolute;
    top: -18%;
    left: 19%; */
}
.bl_otzuvu > .bx-wrapper > .bx-controls > .bx-pager{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bl_otzuvu > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item > a{
    width: 81px;
    height: 6px;
    background: #F3E03A;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin: 0 10px;
}
.bl_otzuvu > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item > a.active{
    background: #C00F82;
}
.star_foo1{
    width: 46px!important;
    height: 45px;
    position: absolute;
    top: 0%;
    left: 18%;
}
.star_foo1 > svg{
    width: 100%;
    height: 100%;
    fill: #6AA747;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
}
.star_foo2{
    width: 47px!important;
    height: 45px;
    position: absolute;
    top: 5%;
    right: 10%;
}
.star_foo2 > svg{
    width: 100%;
    height: 100%;
    fill: #C00F82;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
}
.star_foo3{
    width: 49px!important;
    height: 45px;
    position: absolute;
    bottom: 10%;
    left: -10%;
}
.star_foo3 > svg{
    width: 100%;
    height: 100%;
    fill: #C00F82;
}
.star_foo4{
    width: 47px!important;
    height: 45px;
    position: absolute;
    bottom: 26%;
    right: -15%;
}
.star_foo4 > svg{
    width: 100%;
    height: 100%;
    fill: #6AA747;
}
.cher_wrap{
    width: 100%;
    height: 100%;
}
.cher_t{
    width: 100%;
    position: relative;
}
.cher_t > .cher_zag{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #9cbe48;
    margin-bottom: 16px;
}
.cher_t > .cher_zag > span{
    font-family: 'Adigiana', Arial, sans-serif;
    color: #C00F82;
}
.cher_opus{
    font-size: 16px;
    line-height: 23px;
}
.cher_opus .s1{
    font-weight: bold;
    color: #C00F82;
}
.cher_opus .s2{
    font-family: 'Adigiana', Arial, sans-serif;
    font-size: 20px;
    line-height: 23px;
}
.cher_opus .s3{
    font-family: 'Adigiana', Arial, sans-serif;
    color: #6ea94e;
    font-size: 20px;
    line-height: 23px;
}
.cher_opus .s4{
    font-weight: bold;
    color: #f58b19;
}
.cher_opus .s5{
    font-weight: bold;
    color: #6ea94e;
}
.cher_t_star1{
    width: 47px!important;
    height: 45px;
    position: absolute;
    bottom: 25%;
    right: 35%;
}
.cher_t_star1 > svg{
    width: 100%;
    height: 100%;
    fill: #6AA747;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
}
.cher_t_arm{
    width: 78px!important;
    height: 80px;
    position: absolute;
    top: -25%;
    right: 3%;
}
.cher_t_arm > svg{
    width: 100%;
    height: 100%;
    fill: #F3E03A;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.wrap_map{
    width: 100%;
    min-height: 400px;
}
.wrap_map1{
    margin-top: 0px!important;
    min-height: 400px!important;
}
.wrap_map1 > .bl_map > .map_contacts{
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}
.sad_wrap > a:last-child{
    margin-top: 55px;
}
.det_sad1{
    margin-top: 120px;
}
.star_sad1{
    width: 76px!important;
    height: 72px;
    position: absolute;
    top: -19%;
    left: 23%;
}
.star_sad1 > svg{
    width: 100%;
    height: 100%;
    fill: #FF8500;
}
.star_sad1_2{
    width: 47px!important;
    height: 44px;
    position: absolute;
    top: -8%;
    right: 8%;
}
.star_sad1_2 > svg{
    fill: #44A1D1;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
}
.star_sad1_3{
    width: 40px!important;
    height: 40px;
    position: absolute;
    bottom: 13%;
    left: 1%;
}
.star_sad1_3 > svg{
    width: 100%;
    height: 100%;
    fill: #44A1D1;
}
.arm_sad1{
    width: 77px!important;
    height: 80px;
    position: absolute;
    bottom: 7%;
    left: 34%;
}
.arm_sad1 > svg{
    width: 100%;
    height: 100%;
    fill: #F3E03A;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
}
.det_sad1_content{
    width: 100%;
    margin-top: -50px;
    position: relative;
}
.det_sad1_content > p{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
}
.det_sad1_content > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.det_sad1_content > div > div:last-child{
    margin-left: 100px;
}
.det_sad1_content > div > div > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.det_sad1_content > div > div > div > svg{
    width: 15px;
    min-width: 15px;
    min-height: 15px;
    height: 15px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    margin-top: 8px;
    margin-right: 25px;
}
.det_sad1_content > div > div > div > p{
    font-size: 18px;
    line-height: 185.5%;
    margin-bottom: 10px;
}
.star_sad1_content{
    width: 76px!important;
    height: 72px;
    position: absolute;
    bottom: 0%;
    left: 30%;
}
.star_sad1_content > svg{
    width: 100%;
    height: 100%;
    fill: #FF8500;
}
.arm_sad1_content{
    width: 78px!important;
    height: 80px;
    position: absolute;
    bottom: 27%;
    right: 5%;
}
.arm_sad1_content > svg{
    width: 100%;
    height: 100%;
    fill: #44A1D1;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.sad1_gal{
    width: 100%;
    margin-top: 50px;
    position: relative;
}
.sad1_gal_t{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sad1_gal_t > p{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #C00F82;
    margin: 0;
}
.sad1_gal_t > a{
    padding: 14px 45px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #9BBE45!important;
    border: 2px solid #9BBE45;
    box-sizing: border-box;
    border-radius: 30px;
    -webkit-transition: .2s;
    transition: .2s;
    margin-left: 31px;
}
.sad1_gal_t > a:hover{
    color: #fff!important;
    background-color: #9BBE45;
}
.sad_gal_gal > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.sad_gal_gal > div > a > img{
    margin-right: 10px;
    margin-top: 19px;
    border-radius: 20px;
    max-height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
}
.star_sad1_gal{
    width: 60px!important;
    height: 57px;
    position: absolute;
    top: -5%;
    right: 39%;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
}
.star_sad1_gal > svg{
    width: 100%;
    height: 100%;
    fill: #6AA747;
}
.arm_sad1_otz{
    width: 77px!important;
    height: 80px;
    position: absolute;
    top: -15%;
    right: 37%;
}
.arm_sad1_otz > svg{
    width: 100%;
    height: 100%;
    fill: #F3E03A;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
}
.bl_otzuvu > .bx-wrapper > .bx-controls > .bx-pager{
    position: absolute;
    top: -18%;
    left: 19%;
    width: auto;
    height: 6px;
}
.bl_otzuvu > .bx-wrapper > .bx-controls > .bx-controls-direction{
    position: absolute;
    top: -15%;
    right: 0%;
}
.bl_otzuvu > .bx-wrapper > .bx-controls > .bx-controls-direction > .bx-prev{
    display: none;
}
.bl_otzuvu > .bx-wrapper > .bx-controls > .bx-controls-direction > .bx-next{
    width: 83px;
    height: 89px;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/arrow_otz.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: .2s;
    transition: .2s;
}
.bl_otzuvu > .bx-wrapper > .bx-controls > .bx-controls-direction > .bx-next:hover{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/arrow_otz_h.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.sad_ceny{
    width: 100%;
    margin-top: 40px;
}
.sad_ceny > p{
    margin: 0;
    color: #C00F82;
    font-family: 'Adigiana', Arial, sans-serif;
    font-size: 30px;
    line-height: 35px;
}
.sad_ceny > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.group_1_3_wrap{
    width: 100%;
}
.group_1_3_t{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.group_1_3_t_text{
    /* max-width: 724px; */
}
.group_1_3_t_text > .group_1_3_t_name{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #b1cb64;
    margin-bottom: 20px;
}
.group_1_3_t_text > .group_1_3_t_name > span{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #C00F82;
}
.group_1_3_t_text > p{
    /* margin: 0px; */
    font-size: 14px;
    /* line-height: 19px; */
}
.group_1_3_t_text > h2{
    font-size: 18px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #C00F82;
    margin-top: 15px;
    margin-bottom: 0px;
}
.mar{
    margin-bottom: 15px!important;
}
.mar_zag{
    font-size: 18px!important;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #C00F82;
    margin-top: 15px!important;
    margin-bottom: 0px;
}
.group_1_3_t_bl, .group_3_5_t_bl, .group_5_7_t_bl{
    width: 42%;
    float: right;
}
.group_1_3_t_bl  > div:first-child, .group_3_5_t_bl  > div:first-child, .group_5_7_t_bl  > div:first-child{
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 90%;
    margin: 0 auto;
}
.group_1_3_t_bl  > div:first-child > div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/sad1.png?v1);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.group_3_5_t_bl  > div:first-child > div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/sad1_2.png?v1);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.group_5_7_t_bl  > div:first-child > div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/sad1_3.png?v1);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.group_1_3_t_bl  > div:nth-child(2),.group_3_5_t_bl  > div:nth-child(2),.group_5_7_t_bl  > div:nth-child(2){
    width: 283px;
    height: 0;
    position: relative;
    padding-bottom: 90%;
    margin: 0 auto;
    margin-top: 44px;
}
.group_1_3_t_bl  > div:nth-child(2) > a,.group_3_5_t_bl  > div:nth-child(2) > a,.group_5_7_t_bl  > div:nth-child(2) > a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.group_1_3_t_bl  > div:nth-child(2) > a > div{
    width: 100%;
    height: 100%;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/gr_1_3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.sr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sr > svg{
    width: 15px;
    min-width: 15px;
    min-height: 15px;
    height: 15px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    margin-top: 8px;
    margin-right: 15px;
}
.sr > p{
    font-size: 18px;
    line-height: 185.5%;
    margin: 0;
}
.sr1 > svg{
    fill: #C00F82;
}
.sr2 > svg{
    fill: #44A1D1;
}
.sr3 > svg{
    fill: #F3E03A;
}
.sr4 > svg{
    fill: #6AA747;
}
.sr5 > svg{
    fill: #FF8500;
}
.map_np_mar{
    margin-top: 50px!important;
    height: 100%!important;
    position: relative;
}
.bl_otzuvu1{
    margin-top: 100px;
}
.group_1_3_t_star{
    width: 76px!important;
    height: 72px;
    position: absolute;
    bottom: 18%;
    left: 30%;
}
.group_1_3_t_star > svg{
    width: 100%;
    height: 100%;
    fill: #FF8500;
}
.group_1_3_t_arm{
    width: 78px!important;
    height: 80px;
    position: absolute;
    top: -5%;
    right: 6%;
}
.group_1_3_t_arm > svg{
    width: 100%;
    height: 100%;
    fill: #F3E03A;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.eks_3d_wrap{
    width: 100%;
}
.eks_3d{
    width: 100%;
}
.eks_3d_t{
    width: 100%;
    position: relative;
}
.eks_3d_t > h1{
    font-size: 30px;
    line-height: 35px;
    color: #C00F82;
    font-family: 'Adigiana', Arial, sans-serif;
}
.eks_3d_t > img{
    width: 100%;
}
.eks_3d_t_star{
    width: 76px!important;
    height: 72px;
    position: absolute;
    top: -5%;
    left: 40%;
}
.eks_3d_t_star > svg{
    width: 100%;
    height: 100%;
    fill: #6AA747;
}
.eks_3d_t_arm{
    width: 78px!important;
    height: 80px;
    position: absolute;
    top: -5%;
    right: 5%;
}
.eks_3d_t_arm > svg{
    width: 100%;
    height: 100%;
    fill: #F3E03A;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.star_gall_3d{
    width: 76px!important;
    height: 72px;
    position: absolute;
    top: -4%;
    left: 35%;
}
.star_gall_3d > svg{
    width: 100%;
    height: 100%;
    fill: #FF8500;
}
.map_np_mar_3d > .bl_map{
    max-height: 642px!important;
}
.map_np_mar_3d > .bl_map > .map_wrapper {
    width: 100%;
    height: 642px!important;
}
.map_np_mar_3d > .bl_map > .map_wrapper IFRAME {
    height: 642px!important;
}
.mob_adress{
    display: none;
}
.glav_sl > .bx-wrapper{
    width: 100%!important;
    position: relative!important;
    height: 100%!important;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/sll.svg);
    background-repeat: no-repeat;
    background-size: 29%;
    background-position: 20% 0%;
}
.glav_sl > .bx-wrapper > .bx-viewport{
    width: 100%!important;
    height: 100%!important;
}
.glav_sl > .bx-wrapper > .bx-viewport > ul.bxslider1{
    padding: 0px;
    margin: 0px;
    height: 100%!important;
}
.glav_sl > .bx-wrapper > .bx-viewport > ul.bxslider1 > li{
    width: 100%;
    position: relative!important;
    height: 100%!important;
}
.glav_sl > .bx-wrapper > .bx-viewport > ul.bxslider1 > li > img{
    width: auto;
    height: 100%!important;
    -o-object-fit: contain;
       object-fit: contain;
    float: right;
}
.glav_sl > .bx-wrapper > .bx-controls > .bx-controls-direction{
    display: none;
}
.slide_mask{
    display: none!important;
}
.glav_sl > .bx-wrapper > .bx-controls{
    position: absolute;
    top: 0;
    left: 10%;
    width: 28%;
    height: 85%;
}
.glav_sl > .bx-wrapper > .bx-controls > .bx-pager{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 100%;
    position: relative;
}
.glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item{
    /* width: 100%; */
}
.glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item > a{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #44A1D1;
    -webkit-transition: .2s;
    transition: .2s;
}
.glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(1){
    position: absolute;
    top: 2%;
    left: 48%;
}
.glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(2){
    position: absolute;
    top: 17%;
    left: 20%;
}
.glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(3){
    position: absolute;
    left: 8%;
    bottom: 58%;
}
.glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(4){
    position: absolute;
    top: 55%;
    left: 13%;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
}
.glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item > a:hover{
    border: 3px solid #C00F82;
}
.glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(1) > a.active{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/ya1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 43px;
    height: 40px;
    border: 0;
}
.glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(2) > a.active{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/ya2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 43px;
    height: 40px;
    border: 0;
}
.glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(3) > a.active{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/ya3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 43px;
    height: 40px;
    border: 0;
}
.glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(4) > a.active{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/ya2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 43px;
    height: 40px;
    border: 0;
}
.det_cen_wrap{
    width: 100%;
}
.det_cen{
    width: 100%;
}
.det_cen_bl{
    width: 100%;
}
.det_cen_bl > h1{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #9ec14a;
}
.det_cen_bl > h1 > span{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #C00F82;
}
.cen-bl1{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
.cen-bl1 > a{
    width: 33%;
    height: 0;
    max-height: 452px;
    padding-bottom: 41%;
    position: relative;
}
.cen-bl1 > a > img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.cen-bl1 > a:nth-child(2){
    max-height: 544px!important;
    margin-top: 11%;
    z-index: 1;
}
.cen-bl2{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: -15%;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/fon-det_cen.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    position: relative;
}
.cen-bl2 > a{
    width: 33%;
    height: 0;
    max-height: 387px;
    margin-top: 100px;
    padding-bottom: 41%;
    position: relative;
}
.cen-bl2 > a > img{
    width: 100%;
    height: 100%;
    max-height: 387px;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.cen-bl2 > a:nth-child(2){
    margin-top: 23%;
}
.cen-bl2 > a:nth-child(2) > img{
    width: 100%;
    max-height: 427px;
    -o-object-fit: contain;
       object-fit: contain;
}
.cen-bl3{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -19%;
    position: relative;
}
.cen-bl3 > a{
    width: 33%;
    height: 0;
    max-height: 395px;
    padding-bottom: 30%;
    position: relative;
}
.cen-bl3 > a > img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
       object-fit: contain;
}
.cen-bl3 > a:nth-child(2){
    margin-top: 18%;
}
.cen-bl3 > a:nth-child(3){
    margin-top: 3%;
}
.cen-bl4{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -12%;
    position: relative;
}
.cen-bl4 > a{
    width: 33%;
    height: 0;
    max-height: 395px;
    padding-bottom: 30%;
    position: relative;
}
.cen-bl4 > a > img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
       object-fit: contain;
}
.arm_cen-bl1{
    width: 78px;
    height: 80px;
    position: absolute;
    top: 6%;
    left: 40%;
}
.arm_cen-bl1 > svg{
    width: 100%;
    height: 100%;
    fill: #44A1D1;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.star_cen-bl1{
    width: 47px;
    height: 45px;
    position: absolute;
    top: -15%;
    right: 17%;
}
.star_cen-bl1 > svg{
    width: 100%;
    height: 100%;
    fill: #6AA747;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.star_cen-bl3{
    width: 47px;
    height: 45px;
    position: absolute;
    top: 25%;
    right: 42%;
}
.star_cen-bl3 > svg{
    width: 100%;
    height: 100%;
    fill: #FF8500;
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
}
.star_cen-bl3_2{
    width: 47px;
    height: 45px;
    position: absolute;
    top: -6%;
    right: 0%;
}
.star_cen-bl3_2 > svg{
    width: 100%;
    height: 100%;
    fill: #C00F82;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
}
.star_cen-bl4{
    width: 60px;
    height: 57px;
    position: absolute;
    bottom: -17%;
    left: 33%;
}
.star_cen-bl4 > svg{
    width: 100%;
    height: 100%;
    fill: #FF8500;
}
.arm_cen-bl4{
    width: 78px;
    height: 80px;
    position: absolute;
    bottom: 10%;
    right: 42%;
}
.arm_cen-bl4 > svg{
    width: 100%;
    height: 100%;
    fill: #F3E03A;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
}
.onas_wrap{
    width: 100%;
}
.onas_bl{
    width: 100%;
}
.onas_bl_top{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
.onas_bl_top > div > .zag_onas1{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #C00F82;
    margin: 0px;
}
.onas_bl_top > div > .zag_onas2{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #FF8500;
    margin: 0px;
}
.onas_bl_top > div > p{
    font-size: 16px;
    line-height: 19px;
}
.onas_bl_top > div:first-child{
    width: 40%;
}
.onas_bl_top > div:last-child{
    width: 55%;
    min-height: 410px;
    max-height: 410px;
}
.onas_bl_top > div:last-child > img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.arm_onas_bl_top2{
    width: 50px;
    height: 50px;
    position: absolute;
    top: -15%;
    right: 52%;
}
.arm_onas_bl_top2 > svg{
    width: 100%;
    height: 100%;
    fill: #F3E03A;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
}
.star_onas_bl_top2{
    width: 47px;
    height: 45px;
    position: absolute;
    top: -18%;
    right: 20%;
}
.star_onas_bl_top2 > svg{
    width: 100%;
    height: 100%;
    fill: #6AA747;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
}
.coaches{
    width: 100%;
    margin-top: 50px;
}
.coaches > p{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #FF8500;
}
.coaches_bl{
    width: 100%;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/fon-det_cen.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.coaches_bl_mini{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-evenly;
    position: relative;
    flex-wrap: wrap;
}
.coaches_bl_maxi_text > div.about_text > div > p{
    margin-bottom: 10px;
}
.coaches_bl_mini > div{
    max-width: 260px;
    width: 260px;
    cursor: pointer;
    margin: 10px 10px;
}
.coaches_bl_mini > div:hover > a > p{
    color: #C00F82!important;
}
.coaches_bl_mini > div > a > p{
    margin-left: 35px;
    font-size: 20px;
    line-height: 23px;
    font-family: 'Adigiana', Arial, sans-serif;
    margin-bottom: 0;
    -webkit-transition: .2s;
    transition: .2s;
    color: #000000;
    text-decoration: none;
}
.coaches_bl_mini > div.active > a > p{
    color: #C00F82!important;
}
.coaches_bl_maxi{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 90px;
    position: relative;
}
.coaches_bl_maxi_img{
    width: 30%;
    height: 335px;
}
.coaches_bl_maxi_text{
    width: 63%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.coaches_bl_maxi_img{
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: .2s;
    transition: .2s;
}
.coaches_bl_maxi_img > img{
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: 0.5s;
}
.coaches_bl_maxi_img > img.active{
    display: block;
    transition: 0.5s;
    opacity: 1;
}
.coaches_bl_maxi_text > div.about_text{
    display: none;
}
.coaches_bl_maxi_text > div.about_text.active{
    display: block;
}
.coaches_bl_maxi_text > div > div > p{
    width: 100%;
}
.coaches_bl_maxi_text > div > p > span{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
}
.coaches_bl_maxi_text > div  > p > span:first-child{
    color: #C00F82;
}
.coaches_bl_maxi_text > div  > p > span:last-child{
    color: #9ec14a;
    margin-left: 5px;
}
.arm_coaches_bl_mini{
    width: 77px!important;
    height: 80px;
    position: absolute;
    top: -28%;
    right: 0%;
}
.arm_coaches_bl_mini > svg{
    width: 100%;
    height: 100%;
    fill: #44A1D1;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.arm_coaches_bl_maxi{
    width: 77px!important;
    height: 80px;
    position: absolute;
    top: 0%;
    right: 17%;
}
.arm_coaches_bl_maxi > svg{
    width: 100%;
    height: 100%;
    fill: #F3E03A;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
}
.arm_coaches_bl_maxi2{
    width: 77px!important;
    height: 80px;
    position: absolute;
    bottom: -20%;
    right: 0%;
}
.arm_coaches_bl_maxi2 > svg{
    width: 100%;
    height: 100%;
    fill: #6AA747;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.star_coaches_bl_maxi{
    width: 47px!important;
    height: 45px;
    position: absolute;
    top: -7%;
    right: 0%;
}
.star_coaches_bl_maxi > svg{
    width: 100%;
    height: 100%;
    fill: #C00F82;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.star_coaches_bl_maxi2{
    width: 60px!important;
    height: 57px;
    position: absolute;
    bottom: 0%;
    left: 30%;
}
.star_coaches_bl_maxi2 > svg{
    width: 100%;
    height: 100%;
    fill: #FF8500;
}
.footer_nav > .wrap_nav .pages > li:first-child > a{
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.footer_nav > .wrap_nav .pages > li:first-child:hover > a{
    color: #FF8500!important;
}
.footer_nav > .wrap_nav .pages > li:last-child > a{
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.footer_nav > .wrap_nav .pages > li:last-child:hover > a{
    color: #C00F82!important;
}
.mob_menu__menu > .wrap_nav > .pages > .drop_mob-nav{
    position: relative;
}
.mob_menu__menu > .wrap_nav > .pages > .drop_mob-nav > ul{
    padding: 0;
    margin: 0;
    display: none;
}
.mob_menu__menu > .wrap_nav > .pages > .drop_mob-nav > ul.accc{
    display: block;
}
.mob_menu__menu > .wrap_nav > .pages > .drop_mob-nav > ul > li > a{
    font-size: 16px;
    line-height: 18px;
    padding-right: 60px;
}
.mob_menu__menu > .wrap_nav > .pages > .drop_mob-nav > .arrow_down{
    width: 32px;
    height: 6px;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/afterLimobmenu.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 26px;
    right: 0;
    z-index: 999;
    cursor: pointer;
}
.mob_menu__menu > .wrap_nav > .pages > .drop_mob-nav > .arrow_down.accc1{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/rr.png)!important;
}
.text_sl_1{
    font-size: 30px;
    line-height: 30px;
    font-family: 'Adigiana', Arial, sans-serif;
}
.text_sl_2{
    font-size: 20px;
    line-height: 23px;
    font-family: 'Adigiana', Arial, sans-serif;
    display: block;
    color: #6AA747;
}
.text_sl_3{
    font-size: 20px;
    line-height: 23px;
    display: block;
    margin-top: 30px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #FF8500;
}
.text_sl_4{
    font-size: 30px;
    line-height: 30px;
    font-family: 'Adigiana', Arial, sans-serif;
    display: block;
}
.text_sl_5{
    font-size: 28px;
    line-height: 30px;
    color: #6AA747;
    font-family: 'Adigiana', Arial, sans-serif;
    display: block;
}
.text2_sl_1{
    font-size: 34px;
    line-height: 30px;
    font-family: 'Adigiana', Arial, sans-serif;
    display: block;
}
.text2_sl_2{
    font-size: 24px;
    line-height: 28px;
    font-family: 'Adigiana', Arial, sans-serif;
    display: block;
    margin-top: 20px;
    color: #6AA747;
}
.text2_sl_3{
    font-size: 24px;
    line-height: 28px;
    font-family: 'Adigiana', Arial, sans-serif;
    display: block;
}
.text3_sl_1{
    font-size: 40px;
    line-height: 30px;
    font-family: 'Adigiana', Arial, sans-serif;
    display: block;
}
.text3_sl_2{
    font-size: 20px;
    line-height: 30px;
    color: #6AA747;
    font-family: 'Adigiana', Arial, sans-serif;
    display: block;
    margin-top: 20px;
}
.text4_sl_1{
    font-size: 30px;
    line-height: 30px;
    display: block;
    font-family: 'Adigiana', Arial, sans-serif;
}
.text4_sl_2{
    font-size: 30px;
    line-height: 30px;
    display: block;
    margin-top: 20px;
    color: #6AA747;
    font-family: 'Adigiana', Arial, sans-serif;
}
.text4_sl_3{
    display: block;
    font-size: 20px;
    line-height: 23px;
    font-family: 'Adigiana', Arial, sans-serif;
    margin-left: 10px;
}
.sad_ceny > div > img{
    -o-object-fit: contain;
       object-fit: contain;
    width: 25%;
}
.sad_ceny > div > div.form_bl{
    width: 443px;
    height: 0;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/bgForm.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: -100px;
    padding-bottom: 39%;
    position: relative;
}
.sad_ceny > div > div.form_bl > div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sad_ceny > div > div.form_bl > div > p{
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-family: 'Adigiana', Arial, sans-serif;
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
#form__qa{
    width: 160px;
    margin: 0 70px;
    margin-top: 30px;
    position: relative;
}
#form__qa > .wa-field-name{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/inputbg1.svg);
    width: 170px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5px;
}
#form__qa > .wa-field-name > .wa-value{
    width: 100%;
    height: 100%;
}
#form__qa > .wa-field-name > .wa-value > #user_name{
    background: none;
    height: 100%;
    border: 0;
    font-family: 'Adigiana', Arial, sans-serif;
    font-size: 20px;
    line-height: 23px;
    padding-left: 12px;
    outline: none;
}
#form__qa > .wa-field-phone{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/inputbg2.svg);
    width: 170px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5px;
}
#form__qa > .wa-field-phone > .wa-value{
    width: 100%;
    height: 100%;
}
#form__qa > .wa-field-phone > .wa-value > #user_phone{
    background: none;
    height: 100%;
    border: 0;
    font-family: 'Adigiana', Arial, sans-serif;
    font-size: 20px;
    line-height: 23px;
    padding-left: 12px;
    outline: none;
}
#form__qa > .wa-field-child-name{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/inputbg1.svg);
    width: 170px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5px;
}
#form__qa > .wa-field-child-name > .wa-value{
    width: 100%;
    height: 100%;
}
#form__qa > .wa-field-child-name > .wa-value > #user_name_child{
    background: none;
    height: 100%;
    border: 0;
    font-family: 'Adigiana', Arial, sans-serif;
    font-size: 20px;
    line-height: 23px;
    padding-left: 12px;
    outline: none;
}
#form__qa > .wa-field-email{
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/inputbg3.svg);
    width: 121px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5px;
    float: right;
    margin-right: -10px;
}
#form__qa > .wa-field-email > .wa-value{
    width: 100%;
    height: 100%;
}
#form__qa > .wa-field-email > .wa-value > #age{
    background: none;
    height: 100%;
    border: 0;
    font-family: 'Adigiana', Arial, sans-serif;
    font-size: 20px;
    line-height: 23px;
    padding-left: 12px;
    outline: none;
}
#form__qa > .submit{
    width: 123px;
    height: 133px;
    display: inline-block;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/btn-submit-form.svg?v1);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 47%;
    margin-top: 10%;
}
#form__qa > .submit > .wa-value{
    width: 100%;
    height: 100%;
}
#form__qa > .submit > .wa-value > #form__qa_submit{
    background: none;
    border: 0;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
    width: 100%;
    height: 100%;
}
.wrap_map > .sad_ceny{
    position: absolute;
    top: 0;
    right: 0;
    width: 37%;
    z-index: 2;
    height: 100%;
    margin-right: -160px;
    margin-top: -27px;
}
.wrap_map > .sad_ceny > div{
    display: block;
    height: 100%;
    width: 100%;
}
.wrap_map > .sad_ceny > div > .form_bl{
    width: 100%;
    padding-bottom: 100%;
}
.callback_form{
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* transition: 1s; */
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}
.callback_form.active{
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.callback_form > .sad_ceny{
    width: 100%;
    margin: 0px;
}
.callback_form > .sad_ceny > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    width: 100%;
}
.callback_form > .sad_ceny > div > .form_bl{
    width: 443px;
    height: 430px;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/bgForm.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 0;
    margin-right: 0!important;
    margin: 0px!important
}
.callback_form > .sad_ceny > div > .form_bl > div{
    position: relative;
    top: auto;
    left: auto;
}
.exit_callback{
    width: 6px;
    height: 34px;
    position: absolute;
    top: -30px;
    right: 30px;
    background-color: #C00F82;
    display: block;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer;
}
.exit_callback:before{
    content: "";
    content: "";
    width: 6px;
    height: 34px;
    background-color: #C00F82;
    display: block;
    border-radius: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
#form__qa > div > div > input{
    text-transform: uppercase;
}
#form__qa > div > div > input::placeholder { color: #828282; }
a{
    cursor: pointer;
}
/* .bl_map > .map_contacts > div > a > div > p:hover > span{
    color: #F3E03A;
} */
.bl_map > .map_contacts > div > a > div > p:hover{
    color: #F3E03A;
}
.error > div > input::placeholder{
    color: red!important;
}
.mess{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.mess > div{
    text-align: center;
    margin-right: 40px;
}
.mess.active{
    display: flex
}
.mess > div > p{
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-family: 'Adigiana', Arial, sans-serif;
}
.h2_contacts{
    font-size: 25px;
    line-height: 35px;
    font-family: 'Adigiana', Arial, sans-serif;
    color: #9cbe48;
    margin-top: 10px;
}
.h2_contacts > span{
    font-size: 25px;
    line-height: 35px;
    color: #C00F82;
    font-family: 'Adigiana', Arial, sans-serif;
}
.footer_content{
    z-index: 2;
}
.footer_info > .bl1 > p > a{
    color: white;
    text-decoration: none;
}
.footer_info > .bl1 > p > a:hover{
    text-decoration: none;
}
.dl-bl{
    margin-top: 10px;
}
.group_1_3_t_star{
    display: none;
}
@media screen and (max-width: 1758px) {
    .wrap_map{
        margin-top: -12%;
    }
}
@media screen and (max-width: 1613px) {
}
@media screen and (max-width: 1575px) {
    .wrap_map{
        margin-top: -14%;
    }
}
@media screen and (max-width: 1488px) {
}
@media screen and (max-width: 1272px) {
}
@media screen and (max-width: 1260px) {
    .logo{
        margin-left: 10px;
    }
    .logo_bl{
        margin-left: 10px;
    }
    .glav_sl > .bx-wrapper{
        background-size: 26%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(1){
        position: absolute;
        top: 2%;
        left: 43%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(2){
        position: absolute;
        top: 17%;
        left: 18%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(3){
        position: absolute;
        left: 8%;
        bottom: 60%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(4){
        position: absolute;
        top: 52%;
        left: 17%;
    }
}
@media screen and (max-width: 1250px) {
    .bl_4 > div span{
        font-size: 14px;
    }
    .bl_4 p{
        font-size: 35px;
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 1232px) {
    .cen-bl3{
        /* margin-top: -150px; */
    }
}
@media screen and (max-width: 1206px) {
    .wrap_map{
        margin-top: -17%;
    }
    .det_sad1_content{
        margin-top: -25px;
    }
    .cen-bl3{
        margin-top: -13%;
    }
}
@media screen and (max-width: 1177px) {
    .people_gallery > .top_our_gal > .btn-top_our_gal{
        width: 36%;
        text-align: center;
    }
    .star_sad1_content{
        position: absolute;
        bottom: 0%;
        left: 38%;
    }
}
@media screen and (max-width: 1170px) {
    .our_people > a > .peop1 > div > div{
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 1149px) {
    .sad_ceny > div > div.form_bl{
        padding-bottom: 45%;
    }
    .wrap_map > .sad_ceny{
        width: 42%;
    }
}
@media screen and (max-width: 1127px) {
    .nav_bg > .content_nav_bg{
        position: absolute;
        top: -20%;
        right: 14%;
    }
    .wrap_nav > .pages > li.active1 > .nav_bg > .content_nav_bg{
        position: absolute;
        top: -13.3%;
        right: -4%;
    }
}
@media screen and (max-width: 1111px) {
    .wrap_map{
        margin-top: -21%;
    }
    .bl_map > .map_contacts{
        width: 30%;
    }
    .globalfooter > .wrap_footer_top{
        -webkit-box-align: start;
            -ms-flex-align: start;
                    -ms-grid-row-align: flex-start;
                align-items: flex-start;
    }
    .globalfooter > .wrap_footer_top > .f_name{
        margin-bottom: 0px;
    }
    .footer_logo{
        display: none;
    }
    .wrap_container_footer{
        margin-bottom: 33px;
    }
    .our_people > a > .peop1 > div > div{
        margin-bottom: 0px;
    }
    .star_foo1{
        display: none;
    }
    .star_foo3{
        display: none;
    }
    .star_foo4{
        display: none;
    }
    .glav_sl > .bx-wrapper{
        background-position: 11% 0%;
        background-size: 27%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(1){
        position: absolute;
        top: 4%;
        left: 14%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(2){
        position: absolute;
        top: 18%;
        left: -7%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(3){
        position: absolute;
        left: -16%;
        bottom: 57%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(4){
        position: absolute;
        top: 53%;
        left: -9%;
    }
}
@media screen and (max-width: 1087px) {
    .bl_4 > div{
        margin-bottom: 5px;
    }
    .mini_galery{
        margin-top: -50px;
    }
    .block-balloons{
        margin-top: 50px!important;
    }
    .first-balloon > a{
        font-size: 40px;
    }
}
@media screen and (max-width: 1087px) {
    .balloons_star1{
        position: absolute;
        right: 36%;
        top: 20%;
    }
    .balloons_star_arm{
        position: absolute;
        top: 48%;
        right: 20%;
    }
    .our_people > a > .peop1 > div > div > span{
        font-size: 14px;
    }
    .cher_t_star1{
        display: none;
    }
}
@media screen and (max-width: 1060px) {
    .sad_wrap_nashi_loc > a > .sad3 > div > p{
        padding: 22px 13px;
        margin-right: 0;
    }
    .cen-bl3{
        margin-top: -9%;
    }
}
@media screen and (max-width: 1050px) {
    .wrap_map{
        margin-top: -26%;
    }
    .balloons_star_arm{
        display: none;
    }
    .sad_wrap{
        margin-top: 77px;
    }
    .people_gallery > .top_our_gal > p{
        max-width: 25%;
    }
    .cen-bl3{
        /* margin-top: -100px; */
    }
    .wrap_map > .sad_ceny{
        width: 47%;
    }
}
@media screen and (max-width: 1020px) {
    .our_people > a > .peop1 > div > p{
        margin-bottom: 5px;
    }
    .bl_otzuvu > .bx-wrapper > .bx-controls > .bx-pager{
        position: absolute;
        top: -18%;
        left: 25%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(1){
        position: absolute;
        top: 4%;
        left: 10%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(2){
        position: absolute;
        top: 20%;
        left: -13%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(3){
        position: absolute;
        left: -17%;
        bottom: 54%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(4){
        position: absolute;
        top: 55%;
        left: -4%;
    }
}
@media screen and (max-width: 1004px) {
    .sad_ceny > div > div.form_bl{
        padding-bottom: 54%;
    }
    .sad_ceny > div > img{
        width: 23%;
    }
}
@media screen and (max-width: 999px) {
    .second-balloon > .list > div > div > span{
        font-size: 16px;
        line-height: 17px;
    }
    .first-balloon > a{
        width: 70%;
    }
    .wrap_map{
        margin-top: -31%;
    }
    .sad_wrap_nashi_loc > a > .sad3 > div > p{
        margin-right: 0;
    }
    .people_gallery > .top_our_gal > .btn-top_our_gal{
        width: 28%;
        padding: 2% 4%;
    }
    .eks_3d_t_arm{
        position: absolute;
        top: -10%;
        right: 5%;
    }
    .nav_bg > .content_nav_bg{
        position: absolute;
        top: -20%;
        right: 16%;
    }
}
@media screen and (max-width: 991px) {
    .coaches_bl_mini{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .coaches_bl_mini > div{
    }
}
@media screen and (max-width: 965px) {
    .bl_4 > div span{
        line-height: 16px;
    }
    .bl_4 p{
        font-size: 25px;
    }
    .second-balloon > .list{
        margin-bottom: 240px;
    }
    .block-balloons{
        margin-top: 70px!important;
    }
    .our_people > a > .peop1 > div{
        padding: 10% 12%;
    }
    .people_gallery > .top_our_gal > .btn-top_our_gal{
        padding: 2% 1%;
    }
}
@media screen and (max-width: 950px) {
    .header-contact{
        margin: 0px 15px;
    }
    .wrap_map{
        margin-top: -33%;
    }
    .globalfooter > .wrap_footer > .container > .children_footer{
        position: absolute;
        top: -35%;
        right: 4%;
    }
    .globalfooter > .wrap_footer_top > .f_name{
        margin-top: -50px;
    }
    .our_people > a > .peop1 > div > p{
        font-size: 30px;
        line-height: 25px;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(1){
        position: absolute;
        top: 7%;
        left: 0%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(2){
        position: absolute;
        top: 21%;
        left: -17%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(1){
        position: absolute;
        top: 5%;
        left: 3%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(4){
        position: absolute;
        top: 55%;
        left: 0%;
    }
}
@media screen and (max-width: 923px) {
    .wrap_map{
        margin-top: -35%;
    }
    .btn_nav_f{
        margin-left: 27px;
    }
    .people_gallery > .top_our_gal > .btn-top_our_gal{
        margin-left: 50px;
    }
    .wrap_nav > .pages > li.active1 > .nav_bg > .content_nav_bg{
        position: absolute;
        top: -13.3%;
        right: -5%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(1){
        position: absolute;
        top: 2%;
        left: 7%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(2){
        position: absolute;
        top: 17%;
        left: -15%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(3){
        position: absolute;
        left: -19%;
        bottom: 57%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(4){
        position: absolute;
        top: 50%;
        left: -6%;
    }
}
@media screen and (max-width: 932px) {
    .second-balloon > .list{
        margin-right: 3%;
    }
    .second-balloon > .list > div > div > span{
        line-height: 14px;
    }
    .bl_4 p{
        margin-top: -30px;
    }
}
@media screen and (max-width: 911px) {
    .wrap_map > .sad_ceny{
        margin-right: -137px;
        width: 50%;
    }
}
@media screen and (max-width: 903px) {
    .bl_4 p{
        margin-top: -30px;
    }
    .block-balloons{
        margin-top: 95px!important;
    }
    .wrap_map{
        margin-top: -40%;
    }
}
@media screen and (max-width: 912px) {
    .header-contact > div > img{
        display: none;
    }
    .header-contact > div{
        width: auto;
    }
    .header-contact{
        width: 335px;
    }
    .bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li > div > div > span{
        margin-top: 10px;
    }
}
@media screen and (max-width: 879px) {
    .bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li > div > div > span{
        margin-top: 5px;
    }
    .glav_sl > .bx-wrapper{
        background-position: 0% 0%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(1){
        position: absolute;
        top: 1%;
        left: -22%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(2){
        position: absolute;
        top: 16%;
        left: -45%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(3){
        position: absolute;
        left: -47%;
        bottom: 56%;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(4){
        position: absolute;
        top: 53%;
        left: -25%;
    }
    .glav_sl > .bx-wrapper > .bx-viewport > ul.bxslider1 > li > img{
        width: 78%;
    }
}
@media screen and (max-width: 875px) {

    .mini_gal{
        display: none;
    }
    .mob_galery{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0%;
    }
    .mob_galery > div{
        width: 48%;
        padding-bottom: 0px;
        padding-top: 20px;
    }
    .blk_onas{
        margin-top: 0px;
    }
    .blk_raketa{
        margin-top: 0px;
    }
    .gal2{
        margin-top: 0px;
        margin-right: 0px;
    }
    .star-onas{
        position: absolute;
        top: 50%;
        right: 13%;
    }
    .star-onas1{
        position: absolute;
        bottom: 8%;
        left: 16%;
    }
    .star-onas2{
        position: absolute;
        bottom: 35%;
        right: -4%;
    }
    .blk_onas > a > div{
        position: relative;
        height: 0;
        padding-bottom: 108%;
        width: 100%;
    }
    .blk_onas > a > div > .bl_4{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .blk_onas > a > div > .bl_4 > p{
        margin-top: 0px;
    }
    .block-balloons{
        margin-top: 189px!important;
    }
    .btn-balloon{
        display: none;
    }
    .btnn-balloon_fon2_mob{
        display: block;
    }
    .first-balloon{
        z-index: 0;
    }
    .first-balloon > a{
        width: auto;
        margin-top: 45px;
        margin-right: 28px;
        margin-left: 40px;
    }
    .second-balloon{
        margin-left: -30px;
        margin-top: -145px;
    }
    .second-balloon > .list{
        display: block;
        width: auto;
        margin: 0 auto;
        margin-top: -310px;
    }
    .second-balloon > .list > div > div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 18px;
    }
    .second-balloon > .list > div > div > svg{
        margin-top: 2px;
    }
    .second-balloon > .list > div > div > span{
        line-height: 14px;
    }
    .btnn-balloon_fon2_mob{
        margin-top: 14%;
        margin-left: -10%;
    }
    .content_glav_block > .block-balloons{
        padding: 0px 20px;
    }
    .balloons_star{
        position: absolute;
        top: -10%;
        left: 0;
    }
    .balloons_star > svg{
        fill: #FF8500;
    }
    .balloons_star1{
        width: 39px!important;
        height: 38px;
        position: absolute;
        left: 1%;
        top: -28%;
    }
    .balloons_star1 > svg{
        width: 100%;
        height: 100%;
        fill: #44A1D1;
    }
    .balloons_star2{
        width: 47px!important;
        height: 44px;
        position: absolute;
        top: -8%;
        right: 6%;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .balloons_star2 > svg{
        width: 100%;
        height: 100%;
        fill: #6AA747;
    }
    .balloons_star_arm{
        position: absolute;
        top: -30%;
        right: 10%;
        -webkit-transform: rotate(10deg);
                transform: rotate(10deg);
    }
    .balloons_star_arm > svg{
        width: 100%;
        height: 100%;
        fill: #44A1D1;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
    }
    .balloons_star3{
        display: block;
        width: 27px!important;
        height: 26px;
        position: absolute;
        top: -23%;
        left: 20%;
    }
    .balloons_star3 > svg{
        width: 100%;
        height: 100%;
        fill: #6AA747;
    }
    .content_glav_block{
        background-image: none;
    }
    .bl_map{
        max-height: 100%;
        background-color: #44A1D1;
    }
    .bl_map > .map_contacts{
        position: relative;
        width: 100%;
        background-color: #44A1D1;
    }
    .bl_map > .map_contacts > p{
        margin-bottom: 0;
    }
    .bl_map > .map_contacts > div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 46px;
    }
    .bl_map > .map_contacts > div > a > div{
        margin: 0;
    }
    .bl_map > .map_contacts > .btn_map{
        display: block;
        width: 185px;
        background-color: #F3E03A;
        margin: auto;
        text-align: center;
        padding: 11px 23px;
        border-radius: 35px;
        font-size: 16px;
        line-height: 19px;
        color: #383133;
        font-weight: bold;
        margin-bottom: 50px;
    }
    .footer_content{
        width: 100%;
    }
    .footer_content > .footer_nav > .btn_nav_f{
        display: none;
    }
    .footer_info{
        width: 100%;
    }
    .footer_info > .btn_nav_f{
        display: block!important;
    }
    .footer_info > .bl1 {
        display: none;
    }
    .footer_nav > .wrap_nav{
        width: 580px;
    }
    .footer_nav > .wrap_nav > .pages{
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .sad_wrap{
        -ms-flex-pack: distribute!important;
            justify-content: space-around!important;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .sad_wrap > a {
        width: 50%;
        padding-bottom: 50%;
    }
    .det_sad{
        background-size: cover;
        background-position: center;
    }
    .arm_sad{
        display: none!important;
    }
    .star_sad{
        display: none!important;
    }
    .arm_sad2{
        display: none!important;
    }
    .star_sad2{
        display: none!important;
    }
    .our_people{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .our_people > a{
        width: 100%;
        padding-bottom: 55%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .our_people > a > .peop1{
        width: 50%;
    }
    .our_people > a > .peop1 > div > p{
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 35px;
    }
    .our_people > a > .peop1 > div > div > span{
        font-size: 18px;
    }
    .our_people > a > .peop1 > div > div{
        margin-bottom: 10px;
    }
    .people_gallery{
        width: 100%;
    }
    .star_nashi_loc1{
        display: none!important;
    }
    .star_nashi_loc2{
        display: none!important;
    }
    .star_our_people1{
        position: absolute;
        top: 5%;
        left: 10%;
    }
    .star_our_people2{
        position: absolute;
        top: 25%;
        left: 15%;
    }
    .star_our_people3{
        display: none;
    }
    .arm_our_people1{
        position: absolute;
        top: 7%;
        left: 80%;
    }
    .arm_our_people2{
        display: none;
    }
    .bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .bl_otzuvu > .bx-wrapper > .bx-controls > .bx-pager{
        position: absolute;
        top: -9%;
        left: 25%;
    }
    .wrap_map1 > .bl_map > .map_contacts{
        position: relative;
    }
    .wrap_map1{
        height: auto!important;
    }
    .sad_wrap > a:last-child{
        margin-top: 0px;
    }
    .star_sad1{
        display: none!important;
    }
    .star_sad1_2{
        display: none!important;
    }
    .star_sad1_3{
        display: none!important;
    }
    .arm_sad1{
        display: none!important;
    }
    .det_sad1_content{
        margin-top: 30px;
    }
    .det_sad1_content > div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .det_sad1_content > div > div{
        width: 48%;
    }
    .det_sad1_content > div > div:last-child{
        margin-left: 0px;
    }
    .star_sad1_content{
        display: none!important;
    }
    .arm_sad1_content{
        display: none!important;
    }
    .star_sad1_gal{
        display: none!important;
    }
    .arm_sad1_otz{
        display: none!important;
    }
    .map_np_mar_3d > .bl_map{
        max-height: 100%!important;
    }
    .glav_sl > .bx-wrapper {
        /* background-image: none; */
        background-position: 20% 60%;
    }
    .glav_sl > .bx-wrapper > .bx-controls{
        position: absolute;
        top: auto;
        bottom: 4%;
        left: auto;
        right: 3%;
        width: 188px;
        height: 35px;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(1){
        position: relative;
        top: auto;
        left: auto;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(2){
        position: relative;
        top: auto;
        left: auto;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(3){
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item > a{
        width: 26px;
        height: 3px;
        border-radius: 1.5px;
        background: #fff;
        border: 0px;
        background-color: #44A1D1;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager{
        padding: 0px;
        /* margin-top: -15px; */
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager{
        -webkit-box-pack: normal;
            -ms-flex-pack: normal;
                justify-content: normal;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item > a:hover{
        border: 0px;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(1) > a.active{
        background-image: none;
        height: 3px;
        width: 26px;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(2) > a.active{
        background-image: none;
        height: 3px;
        width: 26px;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(3) > a.active{
        background-image: none;
        height: 3px;
        width: 26px;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(4) > a.active{
        background-image: none;
        height: 3px;
        width: 26px;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item > a.active{
        background: #C00F82;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-controls-direction{
        display: block;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-controls-direction > .bx-prev{
        display: none;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-controls-direction > .bx-next{
        background: none;
        background-image: url(/wa-data/public/site/themes/kinder_hub/img/ya4.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        margin-top: -5px;
    }
    .cen-bl1{
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .cen-bl1 > a{
        width: 50%;
        height: 0;
        max-height: 452px;
        padding-bottom: 45%;
        position: relative;
    }
    .cen-bl1 > a:nth-child(2){
        margin: 0;
    }
    .cen-bl2{
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 50px;
        background: none;
    }
    .cen-bl2 > a{
        width: 50%;
        height: 0;
        max-height: 387px;
        margin-top: 100px;
        padding-bottom: 41%;
        margin: 0!important;
    }
    .cen-bl3{
        margin: 0;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 50px;
    }
    .cen-bl3 > a{
        width: 50%;
        height: 0;
        max-height: 395px;
        padding-bottom: 41%;
        position: relative;
        margin: 0!important;
    }
    .cen-bl4{
        margin: 0;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .cen-bl4 > a{
        width: 50%;
        height: 0;
        max-height: 395px;
        padding-bottom: 41%;
        position: relative;
    }
    .arm_cen-bl4{
        display: none;
    }
    .star_cen-bl4{
        display: none;
    }
    .star_cen-bl3{
        display: none;
    }
    .star_cen-bl3_2{
        display: none;
    }
    .star_cen-bl1{
        display: none;
    }
    .arm_cen-bl1{
        display: none;
    }
    .onas_bl_top{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .onas_bl_top > div{
        width: 100%!important;
    }
    .onas_bl_top > div:last-child{
        min-height: 0px;
        max-height: 410px;
    }
    .arm_onas_bl_top2{
        display: none;
    }
    .star_onas_bl_top2{
        display: none;
    }
    .coaches_bl_maxi{
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .coaches_bl_maxi_img{
        width: 100%;
        background-position: center;
    }
    .coaches_bl_maxi_text{
        width: 100%;
    }
    .coaches_bl_maxi_img{
        margin-bottom: 20px;
    }
    .coaches_bl{
        background: none;
    }
    .arm_coaches_bl_mini{
        display: none;
    }
    .arm_coaches_bl_maxi{
        display: none;
    }
    .arm_coaches_bl_maxi2{
        display: none;
    }
    .star_coaches_bl_maxi{
        display: none;
    }
    .star_coaches_bl_maxi2{
        display: none;
    }
    .star1{
        display: none;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item:nth-child(4){
        position: relative;
    top: auto;
    left: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    }
    .sad_ceny > div{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .sad_ceny > div > img{
        width: 48%;
        margin-bottom: 40px;
    }
    .sad_ceny > div > div.form_bl{
        padding-bottom: 71%;
    }
    .wrap_map{
        background: none;
    }
    .wrap_map > .sad_ceny{
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
        margin-top: 20px;
        width: 60%;
    }
    .wrap_map > .sad_ceny > div > .form_bl > div > #form__qa{
        margin: 0 119px;
    }
}
@media screen and (max-width: 857px) {
    .bl_otzuvu > .bx-wrapper > .bx-controls > .bx-pager{
        position: absolute;
        top: -6%;
        left: 30%;
    }
    .bl_otzuvu > .bx-wrapper > .bx-controls > .bx-controls-direction{
        position: absolute;
        top: -5%;
        right: 0%;
    }
}
@media screen and (max-width: 819px) {
    .callback.btn-head{
        display: none;
    }
    .header-contact{
        display: none;
    }
    .gamb{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .menu1{
        display: none;
    }
    .logo{
        zoom: 0.6;
    }
    .block_slider_home > .block_slider_first{
        margin-top: 0px;
    }
    .content_glav_block{
        margin-top: -100px;
    }
    .mob_galery{
    }
    .lenguage{
        width: auto;
        display: block;
        height: 47px;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .lenguage.active{
        overflow: inherit;
        z-index: 1;
    }
    .mob_adress{
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        margin-top: 5px;
    }
    .mob_adress > img{
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
    }
    .mob_adress > div{
        display: none;
        position: absolute;
        top: 40px;
        left: -110px;
        width: 200px;
        padding: 5px;
        text-align: center;
        line-height: 20px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        z-index: 1;
        background: rgba(255, 255, 255, 0.95);
    }
    .mob_adress > div > span{
        display: block;
    }
    .mob_adress > div > span:nth-child(2){
        margin-bottom: 20px;
    }
    .mob_adress.active > div{
        display: block;
    }
    .mob_adress > div > a{
        color: #383133!important;
    }
    .header-head{
        max-width: 250px;
    }
    .glav_sl > .bx-wrapper > .bx-viewport > ul.bxslider1 > li > img{
        width: 100%;
    }
    .glav_sl > .bx-wrapper{
        background-image: none;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-pager{
        margin-top: 19%;
    }
    .block_slider_home .arm1{
        display: none;
    }
    .glav_sl > .bx-wrapper > .bx-controls > .bx-controls-direction > .bx-next{
        margin-top: 15.5%;
        z-index: 20;
    }
}
@media screen and (max-width: 799px) {
    .second-balloon > .list > div > div{
        margin-bottom: 10px;
    }
    .second-balloon > .list{
        display: block;
        width: auto;
        margin: 0 auto;
        margin-top: -410px;
    }
    .wrap_map{
        margin-top: -55%;
    }
}
@media screen and (max-width: 799px) {
    .first-balloon > a{
        font-size: 30px;
        line-height: 40px;
    }
    .block-balloons{
        margin-top: 140px!important;
    }
}
@media screen and (max-width: 790px) {
    .our_people > a > .peop1 > div > div{
        margin-bottom: 5px;
    }
    .our_people > a > .peop1 > div > p{
        font-size: 30px;
        line-height: 25px;
    }
    .block_slider_home .arm1{
        display: none;
    }
}
@media screen and (max-width: 763px) {
    .star_gall_3d{
        position: absolute;
        top: -2%;
        right: 10%;
        left: auto;
    }
    .wrap_map > .sad_ceny{
        width: 70%;
    }
}
@media screen and (max-width: 750px) {
    .cher_t_arm{
        display: none;
    }
}
@media screen and (max-width: 720px) {
    .block_slider_home > .block_slider_first > .name_block > p{
        /* font-size: 24px;
        line-height: 28px; */
    }
    .btn_block > a{
        color: #383133!important;
        font-size: 18px;
        line-height: 21px;
        padding: 18px 50px;
        background-color: #F3E03A;
        border-radius: 44px;
        border-bottom: 3px solid #DEAF07;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        position: relative;
        font-family: 'Adigiana', Arial, sans-serif;
        max-width: 100%;
    }
    .btn_block{
        margin-top: 0px;
    }
    .content_glav_block{
        /* margin-top: -242px; */
    }
    .block_slider_home > .block_slider_first > .name_block{
        margin-left: 10px;
    }
    .btn_block{
        margin-left: 10px;
    }
    .block_slider_first{
        z-index: 1!important;
    }
}
@media screen and (max-width: 717px) {
    .sad_ceny > div > div.form_bl{
        margin-right: -160px;
    }
    .sad_ceny > div{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 704px) {
    .wrap_map{
        margin-top: -65%;
    }
    .our_people > a > .peop1 > div > p{
        font-size: 25px;
        line-height: 18px;
    }
    .our_people > a > .peop1 > div > div > span{
        font-size: 16px;
    }
    .group_1_3_t_star{
        display: none!important;
    }
    .block_slider_home > .block_slider_first > .name_block > p{
        min-height: 232px;
    }
}
@media screen and (max-width: 684px) {
    .second-balloon > .list > div > div{
        margin-bottom: 8px;
    }
    .second-balloon > .list{
        margin-top: -455px;
    }
    .mob_galery > .arm_galery{
        display: none;
    }
}
@media screen and (max-width: 662px) {
    .mob_galery > div > a > .bl_4 > p{
        margin-top: -30px;
    }
}
@media screen and (max-width: 647px) {
    .wrap_map{
        margin-top: -73%;
    }
    .our_people > a > .peop1 > div > div{
        margin-bottom: 0px;
    }
    .bl_otzuvu > .bx-wrapper > .bx-controls > .bx-pager{
        position: absolute;
        top: -6%;
        left: 35%;
    }
}
@media screen and (max-width: 636px) {
    .blk_onas > a > div > .bl_4 > p{
        margin-top: -20px;
    }
}
@media screen and (max-width: 629px) {
    .mob_galery{
        display: none;
    }
    .mini_gal{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0px;
    }
    .mini_galery > div{
        width: 100%;
        max-width: 437px;
        display: block;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .mini_galery > div > a > .bl_4 > p{
        margin-top: 0px;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .mini_galery > div > a > .bl_4 > div > span{
        line-height: 20px;
        font-size: 15px;
    }
    .blk_onas{
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }
    .blk_onas > a > .bl_4{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 106%;
        box-sizing: border-box;
        padding: 20% 13%;
    }
    .blk_onas > a > .bl_4 > p{
        font-size: 35px;
    }
    .bl_4 > div{
        margin-bottom: 20px!important
    }
    .star-onas{
        position: absolute!important;
        width: 27px!important;
        height: 26px!important;
        padding-bottom: 0%!important;
    }
    .star-onas1{
        position: absolute!important;
        bottom: -3%;
        left: 16%;
        width: 27px!important;
        height: 26px!important;
        padding-bottom: 0%!important;
    }
    .star-onas2 {
        display: none;
    }
    .blk_raketa{
        width: 100%;
        height: 0;
        padding-bottom: 95%;
        position: relative;
        margin-bottom: -30px!important;
    }
    .blk_raketa > a > .bl_3{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .gal1{
        margin-bottom: 120px!important;
    }
    .arm_galery{
        display: none!important;
    }
    .star_galery1{
        display: none!important;
    }
    .star_galery2{
        display: none!important;
    }
    .star_galery3{
        display: none!important;
    }
    .star_galery4{
        display: none!important;
    }
    .star_galery5{
        display: none!important;
    }
    .star_galery6{
        display: none!important;
    }
    .arm_galery1{
        display: none!important;
    }
    .arm_galery2{
        display: none!important;
    }
    .block-balloons{
        margin-top: 0px!important;
    }
    .first-balloon{
        width: 40%;
        max-width: 40%;
        max-height: 260px;
        margin-top: 0;
        min-height: 260px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .second-balloon{
        width: 95%;
        max-width: 95%;
        margin-top: 20%;
        margin-left: 10%;
        height: 0;
        padding-bottom: 100%;
    }
    .second-balloon > .balloon_fon{
        width: 100%;
        height: 100%;
        height: 570px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .btnn-balloon_fon2_mob{
        position: absolute;
        bottom: 5%;
        left: 12%;
    }
    .block-balloons{
        min-height: 500px;
    }
    .second-balloon > .list{
        margin-top: 100%;
    }
    .second-balloon > .list > div > div > span{
        line-height: 24px;
    }
    .balloons_star{
        display: none;
    }
    .balloons_star1{
        display: none;
    }
    .balloons_star2{
        display: none;
    }
    .balloons_star_arm{
        display: none;
    }
    .balloons_star3{
        display: none;
    }
    .wrap_map{
        margin-top: -10%;
    }
    .bl_map > .map_contacts > div{
        margin-bottom: 0px;
    }
    .bl_map > .map_contacts > p{
        margin-bottom: 20px;
    }
    .bl_map > .map_contacts > div > a{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .bl_map > .map_contacts > div > a > div{
        margin-bottom: 49px;
    }
    .globalfooter > .wrap_footer > .container > .children_footer{
        position: absolute;
        top: -29%;
        right: 4%;
        zoom: 1;
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
                -webkit-transform-origin: 100% 0;
                        transform-origin: 100% 0
    }
    .footer_nav > .wrap_nav > .pages > li{
        width: 44%;
        margin-bottom: 20px;
    }
    .footer_nav > .wrap_nav > .pages{
        width: 345px;
        float: right;
    }
    .footer_info{
        display: none;
    }
    .footer_info1{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 0px;
        width: 77%;
        margin: 0 auto;
    }
    .footer_info1 > .btn_nav_f{
        margin: 0;
        margin-bottom: 30px;
    }
    .sad_wrap{
        -webkit-box-pack: center!important;
            -ms-flex-pack: center!important;
                justify-content: center!important;
    }
    .det_sad > div{
        width: 100%;
    }
    .sad_wrap > a{
        width: 100%;
        padding-bottom: 80%;
    }
    .sad_wrap > a > .sad1 > div{
        background-position: center top;
    }
    .sad_wrap > a > .sad2 > div{
        margin-top: 0px;
        background-position: center top;
    }
    .sad_wrap > a > .sad3 > div{
        background-position: center top;
    }
    .det_sad{
        background-image: none;
    }
    .sad_wrap_nashi_loc > a > .sad3 > div > p{
        margin-bottom: 0;
    }
    .our_people > a{
        padding-bottom: 85%;
    }
    .our_people > a > .peop1{
        width: 69%;
    }
    .our_people > a > .peop1 > div > p{
        font-size: 30px;
        line-height: 30px;
    }
    .our_people > a > .peop1 > div > div{
        margin-bottom: 10px;
    }
    .star_our_people1{
        position: absolute;
        top: 5%;
        left: 1%;
    }
    .star_our_people2{
        position: absolute;
        top: 25%;
        left: 5%;
    }
    .arm_our_people1{
        position: absolute;
        top: 7%;
        right: 1%;
    }
    .bl_otzuvu > .bx-wrapper > .bx-controls > .bx-pager{
        position: relative;
        top: 0;
        left: 0;
    }
    .bl_otzuvu > .bx-wrapper > .bx-controls > .bx-pager{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .det_sad1_content > div{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .det_sad1_content > div > div{
        width: 100%;
    }
    .sad1_gal_t > a{
        padding: 2% 6%;
    }
    .group_1_3_t_bl{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .group_3_5_t_bl{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .group_5_7_t_bl{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .block_slider_home .arm2{
        display: none;
    }
    .cen-bl1 > a{
        width: 100%;
        padding-bottom: 100%;
        margin-bottom: 25px;
    }
    .cen-bl1 > a:nth-child(2){
        margin-bottom: 25px;
    }
    .cen-bl2 > a{
        width: 100%;
        padding-bottom: 100%;
        margin-bottom: 30px!important;
    }
    .cen-bl2 > a > img{
        max-height: 100%;
    }
    .cen-bl2 > a:nth-child(2) > img{
        max-height: 100%;
    }
    .cen-bl3 > a{
        width: 100%;
        padding-bottom: 100%;
    }
    .cen-bl4 > a{
        width: 100%;
        padding-bottom: 100%;
    }
    .block_slider_home .star1{
        display: none;
    }
    .sad_ceny > div > img{
        width: 100%;
        max-height: 500px;
        margin-bottom: 40px;
    }
    .sad_ceny > div > img{
        width: 100%;
        max-height: 500px;
        margin-bottom: 40px;
    }
    .sad_ceny > div > div.form_bl{
        margin-right: 0px;
        margin: 0 auto;
        margin-bottom: 40px;
        width: 100%;
        padding-bottom: 100%;
        background-size: contain;
        background-position: center;
    }
    .sad_ceny > div > div.form_bl > div > p{
        width: 29%;
    }
    .sad_ceny > div > div.form_bl > div > #form__qa{
        width: 163px;
        margin: 0 auto;
    }
    .sad_ceny > div > div.form_bl > div > #form__qa > .submit{
        margin-left: 20%;
    }
    .wrap_map > .sad_ceny{
        margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    }
    .wrap_map > .sad_ceny > div{
        margin: 0;
    }
    .wrap_map > .sad_ceny > div > .form_bl{
        margin: 0;
    }
    .wrap_map > .sad_ceny > div > .form_bl > div > p{
        margin-bottom: 10px;
        width: 160px;
    }
    .wrap_map > .sad_ceny > div > .form_bl > div > #form__qa{
        margin: 0 auto;
    }
    .callback_form > .sad_ceny > div > .form_bl > div > p{
        width: 170px;
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 592px) {
    .sad_ceny > div > div.form_bl > div > p{
        min-width: 30%;
        width: 30%;
        font-size: 23px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 571px) {
    .sad_wrap > a{
        padding-bottom: 90%;
    }
    .eks_3d_t_star{
        display: none!important;
    }
    .eks_3d_t_arm{
        display: none!important;
    }
}
@media screen and (max-width: 571px) {
    .block_slider_home > .block_slider_first > .name_block > p{
        font-size: 35px;
        line-height: 43px;
    }
    .content_glav_block{
        /* margin-top: -200px; */
    }
}
@media screen and (max-width: 536px) {
    .sad_wrap_nashi_loc > a > .sad3 > div{
        background-size: contain;
        background-position: center center;
    }
    .our_people > a > .peop1 > div > div{
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 520px) {
    .mini_galery > div > a > .bl_4{
        margin-top: 37px;
    }
    .content_glav_block > .block-balloons{
        margin-top: 50px!important;
    }
    .second-balloon > .list > div > div > span{
        line-height: 18px;
    }
    .star_gall_3d{
        position: absolute;
        top: -1%;
        right: 10%;
        left: auto;
    }
}
@media screen and (max-width: 493px) {
    .sad1_gal_t > a{
        padding: 2% 6%;
        width: 148px;
    }
    .sad1_gal_t > p{
        width: 145px;
    }
}
@media screen and (max-width: 483px) {
    .globalfooter > .wrap_footer > .container > .children_footer{
        position: absolute;
        top: -22%;
        right: 4%;
        zoom: 1;
        -webkit-transform: scale(0.7);
                transform: scale(0.7);
                -webkit-transform-origin: 100% 0;
                        transform-origin: 100% 0
    }
    .globalfooter > .wrap_footer_top > .f_name{
        margin-top: -15px;
    }
    .sad_wrap > a{
        padding-bottom: 100%;
    }
    .our_people > a{
        padding-bottom: 100%;
        margin-top: 60px;
    }
    .our_people > a > .peop1{
        width: 100%;
    }
    .our_people > a > .peop1 > div > div{
        margin-bottom: 10px;
    }
    .people_gallery{
        margin-top: 80px;
    }
    .top_our_gal{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .img-top_our_gal{
        display: none;
    }
    .people_gallery > .top_our_gal > .btn-top_our_gal{
        width: 40%;
        margin: 0px;
    }
    .star_our_people1{
        display: none;
    }
    .star_our_people2{
        display: none;
    }
    .arm_our_people1{
        display: none;
    }
}
@media screen and (max-width: 453px) {
    .sad_ceny > div > div.form_bl > div > p{
        width: 39%;
        min-width: 39%;
    }
}
@media screen and (max-width: 440px) {
    .gal1{
        margin-bottom: 85px!important;
    }
    .globalfooter > .wrap_footer_top > .f_name{
        margin-top: 43px;
    }
    .globalfooter > .wrap_footer_top > .f_name > p{
        font-size: 18px;
        line-height: 21px;
        color: #383133;
        font-family: 'Adigiana', Arial, sans-serif;
        margin: 0px;
    }
    .globalfooter > .wrap_footer > .container > .children_footer{
        position: absolute;
        top: -15%;
        right: 4%;
        zoom: 1;
        -webkit-transform: scale(0.6);
                transform: scale(0.6);
                -webkit-transform-origin: 100% 0;
                        transform-origin: 100% 0
    }
    .star_foo2{
        display: none;
    }
}
@media screen and (max-width: 425px) {
    .blk_onas > .bl_4{
        padding-top: 55px;
    }
    .blk_onas > a > .bl_4 > p{
        margin-bottom: 10px!important;
    }
    .blk_onas > a > .bl_4 > div{
        margin-bottom: 0px!important;
    }
    .first-balloon > a{
        font-size: 25px;
        line-height: 25px;
    }
    .second-balloon > .list{
        z-index: 1;
    }
    .second-balloon > .list > div > div > span{
        line-height: 14px;
    }
    .block_slider_home > .block_slider_first > .name_block > p{
        font-size: 35px;
    line-height: 38px;
    }
}
@media screen and (max-width: 413px) {
    .sad_ceny > div > div.form_bl > div > #form__qa{
        width: 150px;
    }
    #form__qa > .wa-field-name{
        height: 39px;
        max-width: 100%;
    }
    #form__qa > .wa-field-name > .wa-value > #user_name{
        font-size: 16px;
    }
    #form__qa > .wa-field-phone{
        height: 39px;
    }
    #form__qa > .wa-field-phone > .wa-value > #user_phone{
        font-size: 16px;
    }
    #form__qa > .wa-field-child-name{
        height: 39px;
    }
    #form__qa > .wa-field-child-name > .wa-value > #user_name_child{
        font-size: 16px;
    }
    #form__qa > .wa-field-email{
        height: 39px;
    }
    #form__qa > .wa-field-child-name > .wa-value > #user_name_child{
        font-size: 16px;
    }
    .callback_form > .sad_ceny > div > .form_bl > div > #form__qa > .wa-field-name{
        height: 43px;
    }
    .callback_form > .sad_ceny > div > .form_bl > div > #form__qa > .wa-field-name > .wa-value > #user_name{
        font-size: 20px;
    }
    .callback_form > .sad_ceny > div > .form_bl > div > #form__qa > .wa-field-phone{
        height: 43px;
    }
    .callback_form > .sad_ceny > div > .form_bl > div > #form__qa > .wa-field-phone > .wa-value > #user_phone{
        font-size: 20px;
    }
    .callback_form > .sad_ceny > div > .form_bl > div > #form__qa > .wa-field-child-name{
        height: 43px;
    }
    .callback_form > .sad_ceny > div > .form_bl > div > #form__qa > .wa-field-child-name > .wa-value > #user_name_child{
        font-size: 20px;
    }
    .callback_form > .sad_ceny > div > .form_bl > div > #form__qa > .wa-field-email{
        height: 43px;
    }
    .callback_form > .sad_ceny > div > .form_bl > div > #form__qa > .wa-field-child-name > .wa-value > #user_name_child{
        font-size: 20px;
    }
}
@media screen and (max-width: 397px) {
    .second-balloon > .list{
        margin-top: 115%;
    }
    .our_people > a > .peop1 > div > div{
        margin-bottom: 0px;
    }
    .sad_gal_gal > div > img{
        margin-right: 0px;
    }
    .wrap_map > .sad_ceny > div > .form_bl{
        padding-bottom: 120%;
    }
    .sad_ceny > div > div.form_bl > div > p{
        width: 39%!important;
    }
}
@media screen and (max-width: 382px) {
    .gal1{
        margin-bottom: 30px!important;
    }
    .first-balloon > a{
        font-size: 20px;
    }
    .btnn-balloon_fon2_mob{
        position: absolute;
        bottom: 10%;
        left: 12%;
    }
    .wrap_map{
        margin-top: -22%;
    }
    .exit_callback{
        position: absolute;
    top: -40px;
    right: 25px;
    }
}
@media screen and (max-width: 379px) {
    .block_slider_home > .block_slider_first > .name_block > p{
        font-size: 30px;
    line-height: 38px;
    }
}
@media screen and (max-width: 370px) {
    .mini_galery > div > a > .bl_4 > p{
        font-size: 25px;
    }
    .mini_galery > div > a > .bl_4 > div > span{
        line-height: 15px;
    }
    .mini_galery {
    }
    .block-balloons{
        min-height: 450px;
    }
    .globalfooter > .wrap_footer > .container > .children_footer{
        position: absolute;
        top: -8%;
        right: 0%;
        zoom: 1;
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
                -webkit-transform-origin: 100% 0;
                        transform-origin: 100% 0
    }
    .our_people > a > .peop1 > div > p{
        font-size: 25px;
        line-height: 20px;
    }
    .callback_form > .sad_ceny > div > .form_bl{
        background-size: cover;
    }
}
@media screen and (max-width: 367px) {
    .sad_ceny > div > div.form_bl > div > p{
        font-size: 18px;
        line-height: 15px;
    }
    .callback_form > .sad_ceny > div > div.form_bl > div > p{
        font-size: 22px;
    line-height: 22px;
    }
}
@media screen and (max-width: 364px) {
    .wrap_container_footer {
        padding: 0 15px;
    }
    .footer_nav > .wrap_nav{
        width: 100%;
    }
    .footer_nav > .wrap_nav > .pages{
        width: 315px;
    }
    .footer_nav > .wrap_nav > .pages > li{
        width: 48%;
    }
}
@media screen and (max-width: 357px) {
    .second-balloon > .list > div > div{
        margin-bottom: 2px;
    }
    .second-balloon > .list > div > div > span{
        font-size: 14px;
    }
    .mini_galery > div > a > .bl_4 > p{
        margin-top: -10px;
    }
    .btn_block > a{
        padding: 18px 30px;
    }
    .btn_block{
        width: 320px;
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
    }
    .our_people > a{
        margin-top: 100px;
    }
    .block_slider_home > .block_slider_first > .name_block > p{
        font-size: 27px;
    line-height: 34px;
    }
}
@media screen and (max-width: 347px) {
    .our_people > a > .peop1 > div > p{
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 340px) {
    .our_people > a > .peop1 > div > div > span{
        font-size: 14px;
    }
}
@media screen and (max-width: 338px) {
    .footer_nav > .wrap_nav > .pages > li{
        width: 48%;
    }
    .footer_nav > .wrap_nav > .pages{
        width: 286px;
    }
    .footer_info1 > .btn_nav_f{
        margin-bottom: 10px;
    }
    .bl_otzuvu > .bx-wrapper > .bx-viewport > ul > li > div > div > div > p{
        margin: 0!important;
    }
    .ott{
        margin: 0!important;
        line-height: 17px!important;
    }
}
@media screen and (max-width: 325px) {
    .mini_galery > div > a > .bl_4 > p{
        margin-bottom: 0px!important;
    }
    .sad_wrap_nashi_loc > a > .sad3 > div > p{
        font-size: 18px;
    }
}







.group_tararam{
    width: 42%;
    float: right;
}
.group_tararam > div:first-child{
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 90%;
    margin: 0 auto;
}
.group_tararam > div:first-child > div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wa-data/public/site/themes/kinder_hub/img/tararam.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

/* .########..########..####..######..########....########....###....########..##.......########
/* .##.....##.##.....##..##..##....##.##.............##......##.##...##.....##.##.......##......
/* .##.....##.##.....##..##..##.......##.............##.....##...##..##.....##.##.......##......
/* .########..########...##..##.......######.........##....##.....##.########..##.......######..
/* .##........##...##....##..##.......##.............##....#########.##.....##.##.......##......
/* .##........##....##...##..##....##.##.............##....##.....##.##.....##.##.......##......
/* .##........##.....##.####..######..########.......##....##.....##.########..########.######## */

.price {
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.price__item {
    position: relative;
}

.price__back {
    position: relative;
    z-index: 1;
}

.price__text--top {
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 136px;
    left: 0;
    right: 0;
    z-index: 2;
}

.price__text_title {
    font-size: 32px;
}

.price__text_time {
    margin-top: 16px;
    text-align: left;
    padding: 0 80px;
    font-size: 24px;
    line-height: 28px;
}

.price__text_price {
    margin-top: 16px;
    font-size: 24px;
}

.price__text--bottom {
    font-size: 20px;
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 2;
}

.price__item:nth-child(1) .price__text--bottom {
    bottom: 76px;
}

.price__item:nth-child(2) .price__text--bottom {
    bottom: 56px;
    text-align: left;
    padding: 0 80px;
    transform: translateX(8px);
}

.price .price__text,
.price .price__text * {
    font-family: 'Adigiana', Arial, sans-serif;
}