@font-face {
    font-family: 'koedulight';
    src: url('fonts/koedu-light-webfont.eot');
    src: url('fonts/koedu-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/koedu-light-webfont.woff2') format('woff2'),
    url('fonts/koedu-light-webfont.woff') format('woff'),
    url('fonts/koedu-light-webfont.svg#koedulight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'koedumedium';
    src: url('fonts/koedu-medium-webfont.eot');
    src: url('fonts/koedu-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/koedu-medium-webfont.woff2') format('woff2'),
    url('fonts/koedu-medium-webfont.woff') format('woff'),
    url('fonts/koedu-medium-webfont.svg#koedumedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'koeduornaments';
    src: url('fonts/subset-KoeduOrnaments.eot');
    src: url('fonts/subset-KoeduOrnaments.eot?#iefix') format('embedded-opentype'),
    url('fonts/subset-KoeduOrnaments.woff2') format('woff2'),
    url('fonts/subset-KoeduOrnaments.woff') format('woff'),
    url('fonts/subset-KoeduOrnaments.ttf') format('truetype'),
    url('fonts/subset-KoeduOrnaments.svg#KoeduOrnaments') format('svg');
    font-weight: normal;
    font-style: normal;
}


img {
    border: 0;
}

input[type=submit] {
    cursor: pointer;
}

html, body, div, span,
dl, dd, dt,ul,li,
h1, h2, h3, h4, h5, h6, p, q, blockquote, a, b, strong, i,
label, form, fieldset, legend,
img, object, input {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    outline: none;
    font-weight: normal;
    font-style: normal;

}
ul {
    padding-left: 1em;
}
ul.breadcrump,
ul.menu {
    padding-left: 0;
}
#under-top > .buttons,
.mobile {
    display: none;
}
.description b,
.description strong {
    font-family: koedumedium;

}

.description ul {
    font-family: 'koedulight';
    list-style-type: disc !important;
    /*-webkit-margin-before: 0;*/
    /*-webkit-margin-after: 0;*/
    /*-webkit-margin-start: 0;*/
    /*-webkit-margin-end: 0;*/
    /*-webkit-padding-start: 0;*/
    color: #6d7589;
    margin-bottom: 1em;
}

.description ul li {
    list-style-type: disc !important;
    margin-left: 1em;
    margin-bottom: .5em;
}

.description ol {
    font-family: 'koedulight';
    list-style-type: decimal !important;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    color: #6d7589;
}

.description ol li {
    list-style-type: decimal !important;
}

::-ms-clear {
    display: none;
}

a {
    color: inherit;
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

img {
    width: 100%;
    height: auto;
}
#misc {
    display: none;
}

/*@font-face {*/
    /*font-family: 'koedulight';*/
    /*src: url('fonts/roboto-regular_0-webfont.eot');*/
    /*src: url('fonts/roboto-regular_0-webfont.eot?#iefix') format('embedded-opentype'),*/
    /*url('fonts/roboto-regular_0-webfont.woff2') format('woff2'),*/
    /*url('fonts/roboto-regular_0-webfont.woff') format('woff'),*/
    /*url('fonts/roboto-regular_0-webfont.ttf') format('truetype'),*/
    /*url('fonts/roboto-regular_0-webfont.svg#koedulight') format('svg');*/

    /*font-weight: normal;*/
    /*font-style: normal;*/

/*}*/

/*@font-face {*/
    /*font-family: 'koedulight';*/
    /*src: url('fonts/roboto-regular_0-webfont.eot');*/
    /*src: url('fonts/roboto-regular_0-webfont.eot?#iefix') format('embedded-opentype'),*/
    /*url('fonts/roboto-regular_0-webfont.woff2') format('woff2'),*/
    /*url('fonts/roboto-regular_0-webfont.woff') format('woff'),*/
    /*url('fonts/roboto-regular_0-webfont.ttf') format('truetype'),*/
    /*url('fonts/roboto-regular_0-webfont.svg#koedulight') format('svg');*/

    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/

/*@font-face {*/
    /*font-family: 'koedumedium';*/
    /*src: url('fonts/roboto-medium-webfont.eot');*/
    /*src: url('fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),*/
    /*url('fonts/roboto-medium-webfont.woff2') format('woff2'),*/
    /*url('fonts/roboto-medium-webfont.woff') format('woff'),*/
    /*url('fonts/roboto-medium-webfont.ttf') format('truetype');*/
    /*font-weight: 500;*/
    /*font-style: normal;*/

/*}*/


h1 {
    font-family: 'koedumedium';
}

b {
    font-family: 'koedumedium';
}

body {
    font-family: 'koedumedium';
    font-size: 18px;
    background: #fff;
    color: #18274d;
}
.ornament {
    text-transform: lowercase;
    font-family: koeduornaments;
}
#menu ul.menu > li:last-child a {
    line-height: 42px;
}
.flag-ua {
    position: relative;
    width: 28px;
    height: 21px;
    border: 1px solid #b2ecfb;
    overflow: hidden;
}
.flag-ua span {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50%;
    left: 0;
    position: absolute;
}
.flag-ua span:first-child{
    top: 0;
    background-color: #00bff3;
}
.flag-ua span:last-child{
    bottom: 0;
    background-color: #ffff00;
}
#outer {
    overflow: hidden;
}

#top-wrapper {
    position: absolute;
    width: 100%;
    z-index: 1000;
    background: #fff;
    height: 143px;
    will-change: transform;
    transition: all 0.4s;
    z-index: 200;
}
/*
#top-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    /*box-shadow: 0 0 15px rgba(209, 221, 249, 0.5);*/
    /*-webkit-transition: opacity 0.4s, visibility 0.4s;*/
    /*transition: opacity 0.4s, visibility 0.4s;*/
/*
}
*/
.menu-open #top-wrapper:before {
    display: none;
}

.scrolled-down #top-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}

.sticky-menu #top-wrapper,
.scrolled-down.sticky-menu #top-wrapper,
.menu-open #top-wrapper,
.menu-open.scrolled-down #top-wrapper {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    position: fixed;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}

.menu-open.sticky-menu #top-wrapper,
.menu-open.scrolled-down.sticky-menu #top-wrapper,
.menu-open #top-wrapper,
.menu-open.scrolled-down #top-wrapper {
    overflow: auto;
    height: 100%;
}

.fake-popup #top-wrapper {
    height: 75px;
}

#top {
    /*border-bottom: 1px solid #eff3fd;*/
    height: 96px;
}

#top-inner,
/*#under-top,*/
#under-top #menu-wrapper,
.slide-content,
.banner {
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    /*height: 100%;*/
    z-index: 10;
}

.slide-content {
    display: table;
    width: 100%;
}

.slider-content-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 203px;
}

#top,
#under-top {
    z-index: 150;
}

#under-top {
    height: auto;
    border-top: 1px solid #343d8d;
    border-bottom: 1px solid #343d8d;
}

#top-inner {
    display: table;
    width: 100%;
}

#top-inner:after {
    content: '';
    display: block;
    clear: both;
}

#top-inner div.logo {
    position: absolute;
    left: 20px;
    /*top: 50%;
    transform: translateY(-50%);
    width: 130px; tylko logo zak*/
    top: 21px;
    width: 300px;
    height: 50px;
    z-index: 10;
}

#top-inner div.logo img {
    width: 103%;
}

#top-inner div.logo a.logo-white {
    display: none;
}

#top-inner div.buttons {
    display: flex;
    margin-right: 0;
    margin-left: auto;
    flex-direction: row;
    justify-content: flex-end;
}

div.buttons.center {
    text-align: center;
    margin: 0 auto;
}

div.buttons a {
    font-family: 'koedumedium';
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    background: #0d3393;
    padding: 14px 34px;
    border: 2px solid #0d3393;
    transition: all 0.4s;
    text-align: center;
}
#top .buttons {
    padding: 0 13px;
}
#top .buttons a {
    color: #343d8d;
    background-color: white;
    border: 1px solid #343d8d;
    border-top: none;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 0;
    padding: 5px 15px;
    border-right: 0;
    text-transform: lowercase;
    font-size: 18px;
    font-family: koedulight;
}
#top .buttons a:hover {
    color: white;
    background-color: #343d8d;
}
#top .buttons a:last-child {
    border-right: 1px  solid #343d8d;
}
#side-buttons {
    position: fixed;
    right: 0;
    top: 170px;
    z-index: 999;
    transition: top 500ms;
}
.button-edit a {
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: 0;
    color: white;
    background-color: #128d01;
    border-radius: 10px;
    padding: 1em 2em;
    z-index: 999;
}
#side-buttons a {
    display: block;
    font-size: 14px;
    width: 80px;
    padding: 14px 0 10px 0px;
    margin: 3px 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-image: linear-gradient(to right, #353e8d , #545c9e);
    line-height: 1em;
    color: white;
    right: -130px;
    position: relative;
    right: 0;
    transition: all 500ms;
    text-align: center;
}

#side-buttons a.red {
    background-image: linear-gradient(to right, #c13f2f , #e54b38);
}
#side-buttons a:hover {
    background-image: linear-gradient(to right, #4557b0, #5e67b1);
}
#side-buttons a:hover.red {
    background-image: linear-gradient(to right, #cd4332, #ef4e3a);
}

#side-buttons a i.ornament {
    /* width: 1em; */
    text-align: center;
    display: block;
    /* margin-right: .5em; */
    font-size: 21px;
    transition: margin-right 1000ms;
}
#side-buttons a:hover i.ornament {

}
div.buttons a.small {
    font-size: 13px;
    padding: 10px 30px;
}

div.buttons a:hover,
div.buttons a.inverse {
    background: #2a5edf;
    color: #fff;
    border: 2px solid #2a5edf;
}

.steps-wrappers div.step label:hover {
    background: #2a5edf;
    color: #fff;
}

div.buttons a.inverse {
    background: #fff;
    color: #0d3393;
    border: 2px solid #eff2f5;
}

div.buttons a.inverse:hover {
    background: #2a5edf;
    border: 2px solid #2a5edf;
    color: #fff;
}

div.buttons > i {
    display: inline-block;
    position: relative;
    top: -2px;
}

div.buttons > i:first-child {
    padding-right: 22px;

}

div.buttons b.space {
    display: inline-block;
    padding: 0 3px;
}

div.buttons a.sign-in {
    background: #ff0000;
    padding: 15px 24px;
    font-size: 15px;
    border: 2px solid #ff0000;
    text-align: center;
    border-radius: 35px;
}

div.buttons a.sign-in:hover {
    background: #cc0000;
    border: 2px solid #cc0000;
    color: #fff;
}

div.buttons a.more,
div.buttons em.more {
    font-family: 'koedumedium';
    background: #fff;
    color: #18274d;
    font-size: 13px;
    letter-spacing: 0.75px;
    padding: 10px 25px;
    border-color: #fff;
    text-align: center;
    font-style: normal;
    border-radius: 25px;
    text-transform: uppercase;
    transition: all 0.4s;
    display: inline-block;
}

div.buttons em.more {
    border: 2px solid #fff;
}

div.buttons a.read-more {
    background: #fff;
    color: #18274d;
    font-size: 13px;
    letter-spacing: 0.75px;
    padding: 10px 25px;
    border: 2px solid #dfe7f9;
    text-align: center;
}

div.buttons a.more:hover,
div.buttons a.read-more:hover {
    background: #2a5edf;
    border: 2px solid #2a5edf;
    color: #fff;
}

div.buttons a.tel
{
    font-size: 26px;
    font-family: 'koedumedium';
    color: #18274d;
    height: 38px;
    line-height: 38px;
    position: relative;
    top: 4px;
    padding: 0;
    padding-left: 80px;
    background: transparent;
    transition: all 0.4s;
    border: 0;
    letter-spacing: 1.6px;
}
/*
div.buttons span {
    font-family: 'koedulight';
    display: block;
    color: #6d7589;
    font-size: 12px;
    text-align: right;
    margin-top: 6px;
}
*/



.school div.buttons.close {
    margin-top: 30px;
}

div.banner-wrapper div.buttons p.price {
    font-family: 'koedumedium';
    display: inline-block;
    background: #172450;
    padding: 9px 24px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 35px;
    margin-left: 30px;
    position: relative;
}

div.banner-wrapper div.buttons p.price em {
    font-family: 'koedulight';
    font-style: normal;
}

div.banner-wrapper div.buttons p.price:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    background: url(gfx/icons.png);
    left: 30px;
}

div.banner-wrapper div.buttons p.price.free {
    padding-left: 74px;
}

div.banner-wrapper div.buttons p.price.people-in-group {
    padding-left: 74px;
}

div.banner-wrapper div.buttons p.price.ask-in-office {
    padding-left: 74px;
}

div.banner-wrapper div.buttons p.price.price-in-city {
    padding-left: 74px;
}

div.banner-wrapper div.buttons p.price.free:after {
    width: 24px;
    height: 25px;
    background-position: -790px -130px;
}

div.banner-wrapper div.buttons p.price.people-in-group:after {
    width: 34px;
    height: 20px;
    left: 24px;
    background-position: -790px -109px;
}

div.banner-wrapper div.buttons p.price.ask-in-office:after {
    width: 21px;
    height: 21px;
    left: 32px;
    background-position: -826px -109px;
}

div.banner-wrapper div.buttons p.price.price-in-city:after {
    width: 26px;
    height: 25px;
    left: 28px;
    background-position: -836px -131px;
}

#menu-wrapper {
    font-family: 'koedumedium';
    font-size: 18px;
    display: table;
    width: 100%;
    /*height: 62px;*/
    position: relative;
    z-index: 100;
}

#menu {
    display: table-cell;
    vertical-align: middle;
}

#menu {
    text-align: left;
}

#menu ul.menu {
    /*overflow: hidden;*/
    position: relative;
    display: flex;
    height: 45px;
}

#misc {
    text-align: right;
    position: relative;
}

#misc a {
    padding: 7px 17px;
    color: #18274d;
    line-height: 40px;
}

#menu ul.menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

#menu ul.menu > li {
    overflow: hidden;
    font-size: 18px;
    margin: 0 1px;
}

#menu ul.menu > li:hover {
    overflow: visible;
}

#menu ul.menu li:first-child {
    margin-left: 0;
}

#menu ul.menu .fake-offer-link {
    display: none !important;
}

#menu ul.menu li a {
    padding: 0 17px;
    display: inline-block;
    color: #343d8d;
    line-height: 45px;
    border-radius: 5px;
    /*transition: all 0.4s;*/
    position: relative;
}
#menu ul.menu li ul li a {
    text-transform: none;
    border-radius: 0;
    display: block;
    line-height: 1em;
    padding: .5em 1em;
    border-bottom: 1px solid #343d8d;
}
#menu ul.menu li ul li:last-child a {
    border-bottom: none;
}
#menu ul.menu > li a {
    transition: none;
}

#menu ul.menu li.active a {
    background: #343d8d;
    color: #fff;
}

#menu ul.menu li:hover > a {
    background: #343d8d;
    color: #fff;
}

/* #menu ul.menu li:hover a.dropbtn, */
/*#menu ul.menu li a.dropbtn {*/
    /*border-bottom-left-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
/*}*/
/*
#menu ul.menu li a.dropbtn:before {
    opacity: 1;
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: -18px;
    bottom: 0;
    background: url(gfx/icons.png) -315px -175px;
    z-index: 50;
    /*transition: all 0.4s;*
}
*/




#menu ul.menu .positioner {
    text-align: center;
    width: 0;
    margin: 0 auto;
    position: relative;
}
#menu ul.menu li:hover .positioner:after {
    content: " ";
    background-color: #343d8d;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    position: absolute;
    margin: auto;
    z-index: 50;
    left: -5px;
    top: -5px;
}
#menu ul.menu .sub-menu {
    /*display: none;*/
    opacity: 0;
    /*left: 50%;*/
    visibility: hidden;
    position: absolute;
    background-color: white;
    color: #343d8d;
    z-index: -1;
    font-size: 0;
    max-width: 510px;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-backface-visibility: hidden;
    border: 1px solid ;
}
/*
#menu ul.menu li.four .sub-menu {
    max-width: 340px;
}

#menu ul.menu li.four .sub-menu li:nth-child(2n+3) a,
#menu ul.menu li.offer.four .sub-menu li:nth-child(3) a {
    border-right: 0;
}

#menu ul.menu li.offer.four .sub-menu li:nth-child(4n+4) a,
#menu ul.menu li.four .sub-menu li:nth-child(4n+4) a {
    border-right: 1px solid #6a8fe9;
}

#menu ul.menu li .sub-menu {
    /*display: none;* /
    /*height: 0;* /
}
*/
#menu ul.menu li:hover .sub-menu {
    display: block;
    height: auto;
    z-index: 50;
    text-align: left;
    min-width: 250px;
}

#menu ul.menu .sub-menu a {
    color: #fff;
    line-height: 24px;
}
#menu ul.menu .sub-menu a span {
    width: 220px;
}

#menu ul.menu .sub-menu li {
    font-family: 'koedumedium';
    display: block;
    font-size: 18px;
    position: relative;
    width: 280px;
}

#menu ul.menu .sub-menu li a {
    color: #343d8d;
    display: flex;
    font-size: 17px;
}
#menu ul.menu .sub-menu li:hover a {
    color: white;
}

#menu ul.menu .sub-menu li:hover a i.ornament:after {
    content: "e";
}

#menu ul.menu .sub-menu li img {
    width: auto;
    display: block;
    margin: 0 auto 20px;
}

#menu ul.menu li:hover .sub-menu {
    display: block;
    height: auto;
    opacity: 1;
    padding: 0;
    visibility: visible;
    /*transition: all 0.4s;*/
    -webkit-backface-visibility: hidden;

    /*-moz-box-shadow:    inset 0 0 10px rgba(52,61,141,.5) , 7px 7px 13px rgba(52,61,141,.2);*/
    /*-webkit-box-shadow: inset 0 0 10px rgba(52,61,141,.5) , 7px 7px 13px rgba(52,61,141,.2);*/
    /*box-shadow:         inset 0 0 10px rgba(52,61,141,.5) , 7px 7px 13px rgba(52,61,141,.2);*/
}

#menu-wrapper div.buttons {
    display: none;
}

#misc a.zone {
    border: 2px solid #eff2f5;
    border-radius: 25px;
    padding-left: 18px;
    position: relative;
    transition: color, background 0.4s;
    margin-right: 7px;
}

#misc a.zone i {
    display: inline-block;
    padding-right: 9px;
    color: #6d7589;
}

#misc a.zone:hover {
    background: #0d3393;
    color: #fff;
    border: 2px solid #0d3393;
}

#misc a.zone:hover i {
    color: #fff;
}

#misc a.fb,
#misc a.tt,
#misc a.bell,
div.chat a {
    border: 2px solid #0d3393;
    line-height: 36px;
    border-radius: 50%;
    background: #0d3393;
    width: 36px;
    height: 36px;
    position: relative;
    transition: color, background 0.4s;
    position: relative;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    /*margin: 0 4px;*/
    text-align: center;
}

a.bell:hover:after {
    content: 'zakszkola';
    position: absolute;
    display: block;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #2a5edf;
    padding: 0 4px;
    line-height: 24px;
}

#misc a.fb,
#misc a.tt,
#misc a.bell {
    top: -2px;
}

div.chat a:hover {
    background: #2a5edf;
    border: 2px solid #2a5edf;
}

.menu-open #chat {
    display: none;
}

#chat {
    position: fixed;
    right: 60px;
    bottom: 100px;
    text-align: right;
    z-index: 1100;
    display: none;
}

.scrolled-down-chat #chat {
    display: block;
}

/*
	div.chat-inner {
		position: relative;

	}	*/

#chat div.chat {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    z-index: 100;

    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.scrolled-down-chat #chat div.chat {
    opacity: 1;
    visibility: visible;

    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}

#chat div.chat a.chat {
    /*display: block;*/
    display: none;
    width: 76px;
    height: 76px;
    color: #fff;
    z-index: 100;
    transition: all 0.4s;
    border: 2px solid #fff;
    margin: 0;
}

#chat div.chat a.chat i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 30px;
    transform: translate(-50%, -50%);
    background: url(gfx/icons.png) -756px -109px;
}

div.chat-inner div.buttons {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 90;
    width: 250px;
    height: 74px;
}

div.chat-inner div.buttons a.sign {
    position: static;
    /*padding: 26px 25px 26px 71px;*/
    display: block;
    width: 100%;
    border-radius: 35px;
    border: 2px solid rgba(255, 0, 0, 0.1);

    /*transform:scale(0) translateX(0%);
	-webkit-transform:scale(0) translateX(0%);
	-moz-transform:scale(0) translateX(0%);
	-o-transform:scale(0) translateX(0%) ;
	 -webkit-backface-visibility: hidden;*/
    font-size: 15px;
    background: rgba(255, 0, 0, 0.7);
}

div.chat-inner div.buttons a.sign:hover {
    background: #cc0000;
    border: 2px solid #cc0000;
    color: #fff;
}

.scrolled-down-chat div.chat-inner div.buttons a.sign {
    /*transform:scale(1) translateX(-35%);
			-webkit-transform:scale(1) translateX(-35%);
			-moz-transform:scale(1) translateX(-35%);
			-o-transform:scale(1) translateX(-35%) ;
			 -webkit-backface-visibility: hidden;*/

}

div.chat-inner div.buttons a.sign:before {
    content: 'd ';
    font-family: koeduornaments;
    text-transform: lowercase;
}

#misc a:last-child {
    margin-right: 0;
}

#misc a.fb i,
#misc a.tt i,
#misc a.bell i {
    font-size: 17px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

#misc a.fb:hover,
#misc a.tt:hover,
#misc a.bell:hover {
    border: 2px solid #2a5edf;
    background: #2a5edf;
}

#misc a.fb:hover i,
#misc a.tt:hover i,
#misc a.bell:hover i {
    color: #fff;
    transition: color, background 0.4s;
}

.slider-wrapper {
    position: relative;
}

div.slider ul.slider {
    height: 100vh;
    /*min-height: 768px;*/

}

ul.slider li {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    padding-top: 160px;
    transition: all 0.6s;
    background-position: center 70px !important;
    /* background-size: 100% auto !important;*/
}

ul.slider li:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}

ul.slider li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 265px;
    width: 100%;
    display: block;
    background: url(gfx/gradient.png) repeat-x;
}

ul.slider li.active {
    opacity: 1;
    visibility: visible;
}

ul.slider h1,
div.banner-wrapper h1 {
    font-family: 'koedumedium';
    font-size: 58px;
    line-height: 1em;
    width: 70%;
    padding: 1.56em 0 .6em;
    padding: 10vh 0 4vh;
    padding: 4vh 0;
    /*text-shadow: 2px 2px 40px rgba(24,39,77,0.4);*/
}

div.banner-wrapper h1 {
    padding: 0.5em 0;
}

.contact div.banner-wrapper h1 {
    padding: 0;
}

ul.slider h1.blue, div.banner-wrapper h1.blue {
    color: #18274d;
}

ul.slider h1.white, div.banner-wrapper h1.white {
    color: #fff;
}

ul.slider h3,
div.banner-wrapper h3 {
    font-family: 'koedulight';
    font-size: 32px;
    width: 50%;
    /*text-shadow: 2px 2px 40px rgba(24,39,77,0.4);*/
}

ul.slider h3.blue, div.banner-wrapper h3.blue {
    color: #18274d;
}

ul.slider h3.white, div.banner-wrapper h3.white {
    color: #fff;
}

ul.slider div.price-wrapper {
    display: table;
    padding: 1.4em 0 4em;
    padding: 2.6vh 0 7.5vh;
}

ul.slider div.price-wrapper div.buttons:after {
    content: '';
    display: inline-block;
    margin-right: 38px;
}

ul.slider div.price-wrapper div.buttons,
ul.slider div.price-wrapper div.price-inner {
    display: table-cell;
    vertical-align: middle;
}

ul.slider div.priceWrapper {
    width: 100px;
    height: 0;
    padding-bottom: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00c3ff;
    vertical-align: middle;
}

ul.slider div.price-wrapper,
ul.slider div.priceWrapper {
    float: left;
}

ul.slider div.price-wrapper div.price,
ul.slider div.priceWrapper div.price {
    font-family: 'koedumedium';
    /*padding: 23% 17px;*/
    padding: 21% 19px;
    text-align: center;
    color: #fff;
}

ul.slider div.price-wrapper div.price span,
ul.slider div.priceWrapper div.price span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 4px;
}

ul.slider div.price-wrapper div.price i,
ul.slider div.priceWrapper div.price i {
    font-size: 30px;
    line-height: 30px;
}

div.slide-content.bullets {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 220px;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
}

ul.bullets {
    display: block;
}

ul.bullets li {
    position: static;
    display: inline-block;
    height: auto;
    background: none;
    padding-top: 0;
    opacity: 1;
    visibility: visible;
}

ul.bullets li a i {
    width: 8px;
    height: 8px;
    display: block;
    background: #0d3393;
    border-radius: 50%;
    margin: 0 8px;

    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    transition: -webkit-transform 0.4s, background 0.4s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

ul.bullets li.active a i,
ul.bullets li a:hover i {
    -webkit-transform: scale(3, 1);
    transform: scale(3, 1);
    border-radius: 2px;
    background: #00c3ff;
}

ul.bullets li:first-child a i {
    margin-left: 0;
}

div.about ul.bullets li a i {
    width: 7px;
    height: 7px;
    background: #e0e5ec;
}

div.about ul.bullets li.active a i,
div.about ul.bullets li a:hover i {
    background: #253d8a;
}

.creator-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 17px;
    z-index: 100;
}

.creator-wrapper div.section {
    padding: 0;
    background: #fff;
    border-radius: 35px;
    box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.28);
    text-align: left;
    max-width: 1276px;
    min-height: 176px;
    overflow: hidden;
    transition: all 0.4s;
}

.creator-wrapper div.run,
.creator-wrapper div.begin {
    overflow: hidden;
    border-radius: 35px;
    background: #fff;
}

.creator-wrapper div.run a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 20px 5px 0 5px;
    font-family: 'koedumedium';
    font-size: 24px;
    background: #0d3393;
    display: block;
    width: 222px;
    text-align: center;
    color: #fff;
    border-radius: 35px;
    height: 100%;
    min-height: 176px;
    z-index: 100;
    transition: all 0.4s;
}

.creator-wrapper div.run a.run i {
    display: block;
    width: 56px;
    height: 56px;
    background: url(gfx/stars.png) left center;
    margin: 20px auto 0;
}

.creator-wrapper div.run .mobile {
    display: none !important;
}

.creator-wrapper div.run:hover a.run i {
    animation: play 1.5s steps(30) infinite;
}

@keyframes play {
    100% {
        background-position: -1680px 0;
    }
}

.creator-wrapper div.run a.back {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #4d75b3;
    padding-top: 50px;
    opacity: 0;
    transition: all 0.1s;
}

.creator-wrapper div.run a.back.active {
    opacity: 1;
}

.creator-wrapper div.run:hover a {
    background: #2a5edf;
}

.creator-wrapper div.run a.back.active:after {
    content: '';
    height: 24px;
    width: 13px;
    background: url(gfx/icons.png) -154px -52px;
    display: block;
    position: absolute;
    right: -13px;
    z-index: 70;
    top: 50%;
    transform: translateY(-50%);
}

.creator-wrapper div.run a.back.active:hover:after {
    background: url(gfx/icons.png) -167px -52px;
}

.creator-wrapper div.run a.back i {
    display: block;
    width: 68px;
    height: 30px;
    background: url(gfx/icons.png) -126px -79px;
    margin: 20px auto 0;
}

div.select-wrapper {
    position: absolute;
    right: -222px;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 222px;
    border-left: 2px solid #eef2f5;
    z-index: 100;
}

div.select-wrapper div.select {
    position: relative;
    display: block;
    padding: 0;
}

div.select-wrapper div.select label {
    right: 1%;
    left: 1%;
    position: relative;
    text-align: center;
    display: inline-block;
    top: auto;
    transform: translateY(0);
    padding: 0 20px;
    letter-spacing: 1px;
    font-size: 11px;
}

div.select-wrapper h4 {
    font-family: 'koedumedium';
    font-size: 24px;
    margin-top: 20px;
}

div.select-wrapper div.select p {
    font-family: 'koedulight';
    font-size: 16px;
    margin: 0 0 10px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
}

div.select-wrapper div.select:before,
div.creator div.select-wrapper div.city-dropdown p:before {
    content: '';
    position: absolute;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
    width: 12px;
    height: 16px;
    background: url(gfx/icons.png) 0 0;
}

div.creator div.select-wrapper div.city-dropdown p:before {
    left: 0px;
}

div.creator div.select-wrapper div.city-dropdown {
    position: relative;
    padding: 10px;
}

div.creator div.select-wrapper div.city-dropdown p {
    margin-bottom: 0;
    min-height: 36px;
    /*line-height: 36px;*/
    font-family: 'koedulight';
    font-size: 16px;
    margin: 0;
    padding: 8px 0 0 17px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    color: inherit !important;
    float: initial;
}

div.creator div.select-wrapper div.city-dropdown .dropdown-styled {
    margin-top: 10px;
    min-width: 100%;
}

div.search-wrapper {
    padding: 0 222px;
    display: table;
    width: 100%;
    height: 176px;
    position: relative;
}

div.steps-wrappers {
    position: absolute;
    transform: translateX(-130%);
    transition: all 0.4s;
    top: 0;
    width: 0;
    overflow: hidden;
}

div.steps-wrappers.active {
    transform: translateX(0);
    z-index: 60;
    width: 100%;
    overflow: visible;
}

div.step {
    display: table;
    width: 100%;
    min-height: 176px;
    position: absolute;
    left: -222px;
    right: 0;
    opacity: 0;
    transition: all 0.4s;
    height: 176px !important;
    overflow: hidden
}

div.step.active {

    opacity: 1;
    width: 100%;
    padding: 0 222px;
}

div.step div.mid {
    font-family: 'koedulight';
    text-align: center;
    background: #0d3393;
    color: #fff;
    /*display: block;*/
}

div.step h2 {
    margin-bottom: 10px;
    font-size: 22px;
}

div.step label {
    font-family: 'koedumedium';
    color: #0d3393;
    background: #fff;
    padding: 7px 20px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    margin: 5px 4px 5px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.4s;
}

div.step label input {
    position: absolute;
    opacity: 0;
}

div.table {
    display: table;
    width: 100%;
    height: 100%;
}

div.search {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    /*overflow: hidden;*/
}

div.mid {
    overflow: hidden;
    max-height: 176px;
    padding: 30px 0;
    position: relative;
    vertical-align: middle;
    display: table-cell;
}

div.search > span {
    font-family: 'koedulight';
    font-size: 24px;
    color: #6d7589;
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
}

div.search-inner {
    position: relative;
    padding: 0 36px 0 116px;
}

div.search-inner input {
    font-family: 'koedulight';
    font-size: 26px;
    display: block;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #eef2f5;
    height: 70px;
    color: #6d7589;
    padding-left: 40px;
    padding-right: 50px;
}

div.search-inner label {
    position: absolute;
    top: -10px;
    left: 156px;
    font-size: 11px;
    opacity: 0;
    color: #6d7589;
    transition: all 0.4s;
}

div.search-inner input:focus ~ label {
    opacity: 1;
}

div.search-inner button {
    outline: none;
    border: none;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

div.search-inner button.magnifier {
    left: 110px;
    height: 26px;
    width: 26px;
    background: url(gfx/icons.png) -126px -52px;

}

div.search-inner button[type="submit"],
div.search-inner button.submit {
    background: url(gfx/btn.svg) 0 0 no-repeat;
    right: 36px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

button[type="submit"]:hover,
button.submit:hover {
    opacity: 0.8;
}

div.section {
    max-width: 1310px;
    margin: 0 auto;
    position: relative;
    padding: 70px 0;
}

div.section.popular {
    text-align: center;
}

div.section div.section-inner > h2,
.section-wrapper.map > h2,
.contact #contact-map-wrapper > h2 {
    text-align: center;
    font-family: 'koedumedium';
    font-size: 26px;
    padding: 0 0 70px;
}

.contact .rodo {
    padding: 0 30px;
}

.contact .rodo p {
    font-family: koedulight;

}

.contact #contact-map-wrapper > h2:hover h2 {
    opacity: 0;
    visibility: hidden;
}

.section-wrapper.map {
    text-align: center;
}

.contact #contact-map-wrapper > h2 {
    font-family: 'koedulight';
    font-size: 23px;
    margin: 70px auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 98;
    background: #fff;
    padding: 15px 30px;
    border-radius: 25px;
    box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.28);
    transition: all 0.4s;
}

.section-wrapper.map > h2 {
    font-family: 'koedulight';
    font-size: 23px;
    margin: 0 auto 40px;
    background: #fff;
    padding: 0;
    border-radius: 25px;
    transition: all 0.4s;
}

div.section div.section-inner > h2.top {
    padding: 0px 30% 70px;
}

.listener div.section div.section-inner h2.bottom {
    padding: 40px 20px 0 20px;
}

div.select.city {
    right: 17px;
    top: 70px;
}

div.select {
    position: absolute;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    padding-right: 160px;
    color: #6d7589;
    font-size: 13px;

}

div.select label {
    font-family: 'koedumedium';
    font-size: 13px;
    background: #0d3393;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0 34px;
    border-radius: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

div.select select {
    font-family: 'koedumedium';
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: none;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 20;
    background: #0d3393;
}

.fake-popup div.select select {
    height: 60px;
    line-height: 60px;
}

div.select select option {
    color: #6d7589;
}

div.select p {
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    margin: 0 30px 0 0;
    padding: 0 0 0 20px;
    /*overflow: hidden;*/
    position: relative;
}

div.select.city i {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
    width: 12px;
    height: 16px;
    background: url(gfx/icons.png) 0 0;
}

ul.popular-list {
    font-size: 0;
    text-align: left;
}

ul.popular-list li {
    display: inline-block;
    width: 33.33%;
    padding: 0 17px;
    position: relative;
    margin-bottom: 60px;
}

ul.popular-list.four-col li {
    width: 25%;
    margin: 0 0 30px 0;
}

ul.popular-list li:before {
    content: "";
    display: block;
    padding-top: 100%;
}

ul.popular-list li div.inner {
    position: absolute;
    left: 17px;
    right: 17px;
    top: 0;
    bottom: 0;
}

ul.popular-list div.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(24, 94, 223, 0.7);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

ul.popular-list li div.inner:hover div.overlay {
    opacity: 1;
    visibility: visible;
}

ul.popular-list li div.inner:hover em.more {
    background: #2a5edf;
    border: 2px solid #2a5edf;
    color: #fff;
}

div.popular-info {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 30px 0 30px;
    z-index: 10;
}

div.popular-info-inner {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 30px;

}

li.last div.popular-info-inner:last-child {
    padding-top: 80px;
}

div.popular-info-inner div.question-icon {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 15px;
}

div.popular-info img.question {
    width: 71px;
    position: relative;
    margin: 10px 0;
    text-align: right;
}

div.popular-info h3 {
    font-family: 'koedumedium';
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0px 0px 10px rgba(75, 75, 75, 1);
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 130px;
}

div.school-directions div.popular-info h3 {
    font-size: 26px;
}

div.popular-info p {
    font-family: 'koedulight';
    font-size: 17px;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0px 0px 10px rgba(75, 75, 75, 1);
    /*text-shadow: 2px 2px 40px rgba(0,0,0,0.9);*/
}

div.popular-info div.buttons {
    display: table;
    width: 100%;
}

div.popular-info div.buttons div.inn {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

div.popular-info div.marker {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    text-shadow: 2px 2px 40px rgba(0, 0, 0, 0.9);
    padding-left: 20px;
    position: relative;
    float: right;
    vertical-align: middle;
    margin: 7px 0 0;
}

div.popular-info div.marker i {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
    width: 15px;
    height: 19px;
    background: url(gfx/icons.png) -12px 0;
}

div.sentence {
    background: #f5f8ff url(gfx/sentence.jpg) 50% 50% no-repeat;
    background-size: cover;
    min-height: 407px;
    height: 407px;
    color: #fff;
    display: table;
    width: 100%;
}

div.sentence div.section {
    padding: 0;
}

div.about-section-bg {
    background: #f5f8ff url(gfx/about-section-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
    display: table;
    width: 100%;
}

div.about-section-bg.grey {
    background: #f4f4f6;
    color: #18274d;
}

div.about-section-bg.grey h2 {
    color: #18274d;
}

div.sentence div.section,
div.about-section-bg div.section {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.sentence div.section-inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
}

div.sentence div.section h2 {
    font-family: 'koedumedium';
    font-size: 60px;
    margin-bottom: 0.7em;
    padding: 0;
}

div.sentence div.section p {
    font-family: 'koedulight';
    font-size: 20px;
    line-height: 32px;
    /*margin-bottom: 1.6em;*/
}

div.sentence div.section strong {
    font-weight: 700;
}

div.strengths {
    /*background: #f5f8ff;*/
    text-align: center;
    position: relative;
}

div.strengths:after {
    content: "";
    display: block;
    height: 468px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(gfx/shadow.png) repeat-x;
}

div.strengths.active:after {
    display: none;
}

div.strengths.active div.buttons {
    position: relative;
    margin: 40px 0;
    left: auto;
    bottom: auto;
    transform: translateX(0);
}

div.strengths div.section div.section-inner {
    position: relative;
}

div.strengths div.section {
    padding-bottom: 0;
}

div.strengths div.buttons {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    z-index: 50;
}

div.strengths div.section div.section-inner > h2 {
    padding-bottom: 20px;
}

div.strengths div.section div.section-inner .img-bg-wrapper {
    margin: 0 auto;
    position: relative;
    max-height: 970px;
    z-index: -10;
    overflow: hidden;
    -ms-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    -o-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    -webkit-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
}

div.strengths.active div.section div.section-inner .img-bg-wrapper {
    max-height: 2900px;
    -ms-transition: max-height 1s ease-in;
    -o-transition: max-height 1s ease-in;
    -webkit-transition: max-height 1s ease-in;
    transition: max-height 1s ease-in;
}

div.strengths .img-bg-wrapper img {
    max-width: 1100px;
    margin: 0 auto;
}

.strengths ul.timeline {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 17px;
    right: 17px;
}

.strengths ul.timeline li:before,
.strengths ul.timeline:after,
.strengths ul.timeline li:after {
    display: none;
}

.strengths ul.timeline li span {
    background: #f0f0f2;
    text-align: left;
    padding: 20px 30px;
}

.strengths ul.timeline li span:before {
    top: 10px;
    width: 27px;
    height: 62px;
    background-repeat: no-repeat;
    background: url(gfx/icons.png);
}

.strengths ul.timeline li:nth-child(2n) span:before {
    right: -27px;
    background-position: -847px 0;
}

.strengths ul.timeline li:nth-child(2n-1) span:before {
    left: -27px;
    background-position: -820px 0;
}

.strengths ul.timeline li {
    position: relative;
    width: 100%;
    font-family: 'koedulight';
    color: #6d7589;
    font-size: 17px;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 2em;
}

.strengths ul.timeline li:nth-child(2n-1) {
    padding-left: 75%;
    padding-right: 0;
    text-align: left;
}

.strengths ul.timeline li:nth-child(2n) {
    padding-right: 75%;
    padding-left: 0;
}

.strengths ul.timeline li:first-child {
    margin-top: 30%;
}

.strengths ul.timeline li:nth-child(2) {
    margin-top: 21%;
}

.strengths ul.timeline li:nth-child(3) {
    margin-top: 11%;
}

.strengths ul.timeline li:nth-child(4) {
    margin-top: 15%;
}

.strengths ul.timeline li:nth-child(5) {
    margin-top: 15%;
}

.strengths ul.timeline li:nth-child(6) {
    margin-top: 15%;
}

.strengths ul.timeline li:nth-child(7) {
    margin-top: -5%;
}

.strengths ul.timeline li:nth-child(9) {
    margin-top: 20%;
    margin-left: -15%;
}

ul.strengths {
    font-size: 0;
    max-width: 1150px;
    margin: 0 auto;
}

ul.strengths li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    text-align: center;
    margin-bottom: 70px;
    padding: 0 30px;
}

ul.strengths li a {
    font-family: 'koedulight';
    color: #0d3393;
}

.about-section-bg ul.strengths {
    max-width: 1320px;
}

.about-section-bg ul.strengths li {
    margin-bottom: 0;
    color: #18274d;
    padding: 0 20px;
    position: relative;
}

.listener .about-section-bg.grey ul.strengths li:after {
    content: '';
    width: 23px;
    height: 55px;
    background: url(gfx/icons.png) -355px -84px;
    display: block;
    position: absolute;
    right: -11px;
    top: 33px;
}

.listener .about-section-bg.grey ul.strengths li:last-child:after {
    display: none;
}

ul.strengths div.icon {
    margin: 0 auto;
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.28);
    position: relative;
    margin-bottom: 30px;
}

ul.strengths div.icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(gfx/icons.png);
}

ul.strengths li:nth-child(1) div.icon i {
    background-position: 0 -20px;
    width: 48px;
    height: 57px;
}

ul.strengths li:nth-child(2) div.icon i {
    background-position: 0 -76px;
    width: 47px;
    height: 43px;
}

ul.strengths li:nth-child(3) div.icon i {
    background-position: 0 -119px;
    width: 48px;
    height: 46px;
}

.about-section-bg ul.strengths li:nth-child(1) div.icon i {
    background-position: -226px -52px;
    width: 61px;
    height: 32px;
}

.about-section-bg ul.strengths li:nth-child(2) div.icon i {
    background-position: -230px -84px;
    width: 57px;
    height: 47px;
}

.about-section-bg ul.strengths li:nth-child(3) div.icon i {
    background-position: -198px -138px;
    width: 48px;
    height: 46px;
}

.about-section-bg.grey ul.strengths li:nth-child(1) div.icon i {
    background-position: -287px 0;
    width: 47px;
    height: 43px;
}

.about-section-bg.grey ul.strengths li:nth-child(2) div.icon i {
    background-position: -287px -43px;
    width: 48px;
    height: 57px;
}

.about-section-bg.grey ul.strengths li:nth-child(3) div.icon i {
    background-position: -247px -132px;
    width: 67px;
    height: 43px;
}

.listener .about-section-bg.grey ul.strengths li:nth-child(1) div.icon i {
    background-position: -335px 0;
    width: 39px;
    height: 41px;
}

.listener .about-section-bg.grey ul.strengths li:nth-child(2) div.icon i {
    background-position: -335px -42px;
    width: 41px;
    height: 41px;
}

.listener .about-section-bg.grey ul.strengths li:nth-child(3) div.icon i {
    background-position: -309px -100px;
    width: 46px;
    height: 42px;
}

.listener .about-section-bg.grey ul.strengths li.contact:nth-child(1) div.icon i {
    background-position: -541px -104px;
    width: 31px;
    height: 52px;
}

.listener .about-section-bg.grey ul.strengths li.doc:nth-child(2) div.icon i {
    background-position: -572px -104px;
    width: 39px;
    height: 48px;
}

.listener .about-section-bg.grey ul.strengths li.detail:nth-child(3) div.icon i {
    background-position: -541px -156px;
    width: 42px;
    height: 40px;
}

ul.strengths h3 {
    font-family: 'koedumedium';
    font-size: 26px;
    margin-bottom: 1.2em;
}

ul.strengths p {
    font-family: 'koedulight';
    font-size: 17px;
    color: #6d7589;
    line-height: 28px;
}

.section-wrapper.description {
    padding-bottom: 70px;
}

.section-wrapper.description div.section {
    padding: 0 17px;
}

.section-wrapper.description h2 {
    margin: 70px 0 !important;
    padding: 0 17px !important;
}

.section-wrapper.description p {
    font-family: 'koedulight';
    font-size: 17px;
    line-height: 28px;
    color: #6d7589;
    margin-bottom: 20px;
}

.section-wrapper.description ul {
    font-size: 0;
}

.section-wrapper.description ul li {
    font-family: 'koedulight';
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 20px;
    display: inline-block;
    width: 50%;
    position: relative;
    padding: 0 37px;
    color: #6d7589;
    vertical-align: top;
}

.section-wrapper.description ul li:last-child {
    top: -46px;
}

.section-wrapper.description ul li i {
    font-size: 10px;
    position: absolute;
    top: 6px;
    left: 0;
}

div.about div.section-inner {
    padding: 0 20px;
    position: relative;
}

div.about ul.about {
    min-height: 429px;
    position: relative;
}

div.about ul.about li {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
}

div.about ul.about li.active {
    visibility: visible;
    opacity: 1;
}

div.about div.player,
div.about div.desc {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
}

div.about div.player {
    width: 63%;
    padding: 0 30px 0 60px;
}

div.about div.desc {
    width: 37%;
    padding: 0 30px 0;
}

div.about div.desc h3 {
    font-family: 'koedumedium';
    font-size: 21px;
    margin-bottom: 1.4em;
}

div.about div.desc h4 {
    font-family: 'koedumedium';
    font-size: 15px;
    color: #6d7589;
    text-transform: uppercase;
    margin-bottom: 2em;
}

div.about div.desc p {
    font-family: 'koedulight';
    font-size: 17px;
    color: #6d7589;
    margin-bottom: 30px;
}

div.about ul.bullets {
    width: 37%;
    padding: 0 30px 0;
    position: absolute;
    right: 0;
    bottom: 60px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div#mapWrapper {
    background: #f5f8ff none repeat scroll 0 0;
    height: 600px;
    position: relative;
}

div#map-canvas {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#mapWrapper h2 {
    background: #fff;
    border-radius: 25px;
    font-family: 'koedulight';
    font-size: 23px;
    box-shadow: 2px 2px 40px rgba(134, 141, 136, 0.2);
    padding: 10px 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
    color: #263458;
    z-index: 1;
}

.map-popup-wrapper {
    padding: 10px;
}

.map-popup-wrapper div {
    color: #6d7589;
    margin-bottom: 10px;
}

.map-popup-wrapper span {
    font-family: 'koedumedium';
    font-size: 15px;
    display: inline-block;
    width: 110px;
    padding-right: 34px;
    text-align: right;
}

.map-popup-wrapper div.cost {
    font-family: 'koedumedium';
}

.map-popup-wrapper div.city {
    font-family: 'koedumedium';
    text-transform: uppercase;
}

.map-popup-wrapper div.open,
.map-popup-wrapper div.address,
.map-popup-wrapper div.contact {
    font-family: 'koedulight';
}

.map-popup-wrapper div.contact a {
    color: #0d3393;
}

.map-popup-wrapper div.buttons {
    text-align: center;
    margin: 20px auto 0;
}

.map-popup-wrapper div.open,
.map-popup-wrapper div.adress,
.map-popup-wrapper div.contact {
    position: relative;
    padding-left: 110px;
}

.map-popup-wrapper div.open span,
.map-popup-wrapper div.adress span,
.map-popup-wrapper div.contact span {
    position: absolute;
    left: 0;
}

div.news {
    background: #f4f4f6;
    /*text-align: center;*/
}

ul.news {
    font-size: 0;
    margin: 0 auto;
}

ul.news li div.inner {
    position: relative;
    margin-bottom: 30px;
}

/*
    ul.news li div.inner:before {
        content: "";
        display: block;
        padding-top: 66.66%;
		padding-top: 100%;
    }*/

ul li div.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

ul li div.overlay.video,
ul li div.overlay.gallery {
    background: rgba(24, 39, 77, 0.6);
}

ul li div.overlay.video:after,
ul li div.overlay.gallery:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(gfx/icons.png);
    z-index: 35;
}

ul li div.overlay.video:after {
    width: 90px;
    height: 90px;
    background-position: -730px 0;
}

ul li div.overlay.gallery:after {
    width: 97px;
    height: 82px;
    background-position: -612px -109px;
}

ul.news li div.inner div.date {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 90px;
    height: 90px;
    background: #19274e;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 34px;
    display: table;
    z-index: 30;
}

ul.news li div.inner div.date i {
    display: table-cell;
    vertical-align: middle;
    font-family: 'koedulight';
    font-weight: 700;
    font-size: 38px;
}

ul.news li div.inner div.date span {
    font-family: 'koedulight';
    display: block;
    font-size: 22px;
    line-height: 24px;
}

ul.news li div.inner img {
    display: block;
}

ul.news li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    text-align: left;
    margin-bottom: 70px;
    padding: 0 17px;
}

div.title {
    /*display: table;*/
    width: 100%;
    min-height: 66px;
    height: 66px;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

div.title p {
    font-family: 'koedumedium';
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
}

.not-found-results {
    padding: 0 17px;
}

#footer .section-wrapper {
}

#footer .section {
    padding-bottom: 0;
}

.contact ~ #footer .section:first-child:before,
.search-results ~ #footer .section:first-child:before,
.footer-line ~ #footer .section:first-child:before,
.creator ~ #footer .section:first-child:before {
    content: '';
    height: 1px;
    width: calc(100% - 34px);
    margin: 0 auto;
    background: #e9edf2;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
}

#footer div.buttons a.tel {
    font-size: 38px;
}

#footer .section-inner {
    font-size: 0;
    position: relative;
}

#footer ul {
    font-family: 'koedulight';
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    padding: 0 17px;
}

#footer ul.country {
    width: 25%
}

#footer ul.about {
    width: 20%
}

#footer ul.offer {
    width: 25%
}

#footer ul.recrutation {
    width: 20%
}

#footer ul.contact {
    width: 10%;
    padding: 0 10px;
}

#footer ul li {
    margin-bottom: 20px;
}

#footer ul li:first-child {
    font-family: 'koedumedium';
    font-size: 26px;
    margin-bottom: 1.1em;
}

#footer ul li:first-child a {
    color: #18274d;
}

#footer ul li a {
    transition: all 0.4s;
    color: #6d7589;
}

#footer ul li a[href^="http:"] {
    cursor: text;
}

#footer ul li a[href^="https"]:hover {
    color: #2a5edf;
}

#footer ul.country li h3 {
    font-size: 21px;
    margin-bottom: 1.1em;
}

#footer ul.country li p {
    font-family: 'koedulight';
    font-size: 14px;
    margin-bottom: 2em;
    color: #6d7589;

}

#footer ul.country li img {
    max-width: 93px;
    margin-bottom: 10px;
}

#footer div.buttons {
    position: relative;
    bottom: 28px;
    text-align: right;
    top: -80px;
}




#footer div.hr {
    border-bottom: 1px solid #e9edf2;
    margin: 0px 0px 40px 17px;
}

#footer .section-inner + .section-inner {
    font-size: 13px;
    text-align: center;
    font-family: 'koedulight';
}

#footer .section-inner + .section-inner p {
    margin: 0 20px 30px 20px;
}

#footer .section-inner + .section-inner p strong {
    font-family: 'koedumedium';
}

#footer .section-inner + .section-inner p img {
    max-width: 83px;
    position: relative;
    top: 6px;
    display: inline-block;
    padding-left: 10px;
}

div.banner-wrapper {
    padding-top: 160px;
    background-size: cover;
    min-height: 496px;
}

div.banner {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 336px;
}

div.banner-wrapper.history div.banner {
    min-height: 234px;
}

div.banner div.banner-inner {
    display: table-cell;
    vertical-align: middle;
}

div.banner div.banner-inner h1 {
    font-size: 58px;
}

.creator .general-top {
    padding: 0 17px;
}

.about div.banner div.banner-inner p,
.creator .general-top p {
    font-family: 'koedulight';
    font-size: 17px;
    margin-top: 30px;
    line-height: 28px;
    color: #18274d;
    /*text-shadow: 2px 2px 40px rgba(24,39,77,0.4);*/
}

div.banner-wrapper.faq {
    background: url(gfx/faq-banner.jpg) 50% 50% no-repeat;
    height: 392px;
    min-height: 392px;
}

div.banner-wrapper.history {
    background: url(gfx/history-banner.jpg) 50% 50% no-repeat;
    max-height: 392px;
    min-height: 392px;
}

div.banner-wrapper.about.bg {
    background: url(gfx/about-banner.jpg) 50% 50% no-repeat;
}

.listener div.banner-wrapper {
    background: url(gfx/listener-banner.jpg) 50% 50% no-repeat;
}

.contact div.banner-wrapper {
    background: url(gfx/contact-banner.jpg) 50% 50% no-repeat;
}

div.banner-wrapper.faq div.banner {
    min-height: 228px;
    height: 228px;
}

ul#faq-list {
    font-size: 0;
    max-width: 1314px;
    margin: 0 auto;
}

ul#faq-list li.item {
    width: 50%;
    display: inline-block;
    padding: 0 17px;
    vertical-align: top;
    font-size: 17px;
    margin-bottom: 60px;
}

ul#faq-list div.faq {
    /*-moz-box-shadow: 0 0 15px rgba(209,221,249,0.25);
        box-shadow: 0 0 15px rgba(209,221,249,0.25);*/
    -moz-box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.28);
    box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.28);
    padding: 22px 20px;

    color: #6d7589;
    min-height: 328px;
    overflow: hidden;
    position: relative;
    -ms-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    -o-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    -webkit-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);

}

ul#faq-list div.faq:not(.expand) a.expand {
    height: 0 !important;
}

ul#faq-list div.faq.expand:not(.fold) {
    max-height: 328px;
}

ul#faq-list div.faq.expand.fold {
    max-height: 2000px !important;
    height: auto !important;
    -ms-transition: max-height 1s ease-in;
    -o-transition: max-height 1s ease-in;
    -webkit-transition: max-height 1s ease-in;
    transition: max-height 1s ease-in;
}

ul#faq-list div.faq.expand.fold a.expand span span:nth-of-type(1) {
    display: none;
}

ul#faq-list div.faq.expand:not(.fold) a.expand span span:nth-of-type(2) {
    display: none;
}

ul#faq-list div.faq ul li {
    font-family: 'koedulight';
}

ul#faq-list div.faq.expand a.expand {
    opacity: 1;
    visibility: visible;
}

ul#faq-list h3 {
    font-family: 'koedumedium';
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0.6em;
    min-hieght: 1.4em;
    color: #18274d;
}

ul#faq-list h3 p,
ul#faq-list h3 p b {
    font-family: 'koedumedium';
    font-size: 32px;
    line-height: 36px;
}

ul#faq-list > p {
    line-height: 22px;
}

ul#faq-list h3 p {
    font-size: inherit;
}

ul#faq-list p,
ul#faq-list li {
    font-family: 'koedulight';
    line-height: 28px;
}

ul#faq-list a,
ul#faq-list p a {
    color: #52c0ef;
    font-family: 'koedulight';
}

ul#faq-list div.faq a.expand {
    font-family: 'koedumedium';
    background: #fff;
    border-top: 1px solid #d9d9d9;
    /*margin: 0 -40px;*/
    text-align: center;
    display: block;
    color: #18274d;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    /*transition: all 0.4s;*/
}

ul#faq-list div.faq.fold {
    height: 100%;
    padding-bottom: 62px;
    /*transition: all 0.4s;*/
}

ul#faq-list div.faq.fold a.expand span i.fa-angle-down {
    opacity: 0;
    visibility: hidden;
}

ul#faq-list div.faq.fold a.expand span i.fa-angle-up {
    opacity: 1;
    visibility: visible
}

ul#faq-list div.faq a.expand > span {
    padding-right: 25px;
    position: relative;
}

ul#faq-list div.faq a.expand span i {
    display: block;
    color: #0d3493;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}

ul#faq-list div.faq a.expand span i.fa-angle-up {
    opacity: 0;
    visibility: hidden;
}

/*SCHOOL DIRECTIONS*/

div.school-direction-wrapper {
    min-height: 100vh;
    margin-bottom: 30px;
}

div.school-type {
    font-family: 'koedumedium';
    font-size: 13px;
    display: inline-block;
    background: #00c3ff;
    color: #fff;
    border-radius: 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 55px;
}

div.banner-wrapper h3 {
    padding-bottom: 40px;
}

div.banner-wrapper div.buttons {
    display: inline-block;
    vertical-align: middle;
}

div.banner-wrapper p.price {
    font-family: 'koedulight';
    display: inline-block;
    padding-left: 40px;
    font-weight: 100;
    font-size: 32px;
    vertical-align: middle;
}

div.banner-wrapper p.price strong {
    font-family: 'koedumedium';
    text-transform: lowercase;
}

div.section.school-direction {
    padding: 0 17px;
    margin-top: 50px;
}

div.section.school-direction div.section-inner {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background: #fff;
}

div.school-direction-top {
    position: relative;
    min-height: 120px;
    border-bottom: 2px solid #eff2f5;
    vertical-align: middle;
}

div.school-direction-top:after {
    content: '';
    display: block;
    height: 0;
    opacity: 1;
    visibility: hidden;
    clear: both;
}

.section.school-direction div.section-inner {
    background: #aaa;
    /*-webkit-box-shadow: 0px -6px 50px rgba(24,39,77,0.08);
        -moz-box-shadow: 0px -6px 50px rgba(24,39,77,0.08);
        box-shadow: 0px -6px 50px rgba(24,39,77,0.08);
		position: relative;*/
}

.section.school-direction div.section-inner:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 240px 195px rgb(255, 255, 255);
    -moz-box-shadow: 0px 0px 240px 195px rgb(255, 255, 255);
    box-shadow: 0px 0px 240px 195px rgb(255, 255, 255);
    z-index: 0;
}

div.school-direction-top div.buttons {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

div.school-direction-top div.buttons a {
    padding: 11px 35px;
    font-size: 13px;
}

div.school-direction-top div.buttons a i {
    padding-right: 10px;
    font-size: 16px;
}

div.school-direction-top #popular {
    right: 40px;
    top: 38px;
}

div.section div.section-inner div.school-direction-top > h2 {
    text-align: center;
    font-family: 'koedulight';
    font-size: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div.school-direction-content div.partial {
    padding: 40px;
    color: #6d7589;
    border-bottom: 2px solid #eff2f5;
}

div.school-direction-content div.partial ~ div.partial {
    border-bottom: 1px solid #eff2f5;
    margin: 40px 40px 0;
    padding: 0;
}

div.school-direction-content div.partial ~ div.partial:last-child {
    border-bottom: 0;
}

div.school-direction-content div.partial ~ div.partial:last-child {

}

ul.jobs-list {
    margin-left: -10px;
    padding-bottom: 30px;
}

div.school-direction-content h3 {
    font-family: 'koedumedium';
    font-size: 21px;
    margin-bottom: 1.6em;
    color: #16254c;
}

div.school-direction-content h4 {
    font-family: 'koedumedium';
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 2em;
}

div.school-direction-content p {
    font-family: 'koedulight';
    color: #6d7589;
    font-size: 17px;
    line-height: 150%;
}

ul.details-list,
ul.jobs-list {
    font-size: 0;
}

ul.jobs-list {
    margin-left: -10px;
    padding-bottom: 30px;
}

ul.details-list li {
    width: 33.33%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    padding-left: 100px;
    position: relative;
    min-height: 70px;
    margin-bottom: 40px;
    font-size: 17px;
}

ul.documents-needed > li {
    font-family: 'koedulight';
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 17px;
    padding-left: 145px;
    position: relative;
    min-height: 110px;
    margin-bottom: 50px;
    font-size: 17px;
}

.contact ul.documents-needed > li {
    vertical-align: top;
}

ul.documents-needed li div.circle {
    width: 110px;
    height: 110px;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
}

.contact ul.documents-needed li div.circle {
    top: auto;
    transform: translateY(0);
}

ul.documents-needed li#medical-certificate div.circle {
    top: 0;
    transform: translateY(0);
}

ul.documents-needed > li div.desc {
    display: table;
    min-height: 110px;
    width: 100%;
}

ul.documents-needed > li div.desc p {
    display: table-cell;
    vertical-align: middle;
    min-height: 110px;
    line-height: 28px;
    text-align: left;
}

ul.documents-needed > li div.desc p span.underline {
    display: block;
}

ul.documents-needed > li div.desc p b {
    font-weight: 700;
}

ul.documents-needed li#medical-certificate div.desc {
    display: block;
    min-height: 100%;
}

ul.documents-needed > li ul {
    padding-left: 50px;
}

ul.documents-needed > li ul li {
    display: block;
    margin-bottom: 35px;
    position: relative;
}

ul.documents-needed > li ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #6d7589;
    position: absolute;
    left: -28px;
    top: 13px;
}

li div.circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0;
    box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.28);
}

li div.circle i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(gfx/icons.png);
}

#teaching-mode div.circle i {
    width: 25px;
    height: 30px;
    background-position: -49px -137px;
}

#time div.circle i {
    width: 30px;
    height: 30px;
    background-position: -49px -79px;
}

#price div.circle i {
    width: 31px;
    height: 23px;
    background-position: -49px 0px;
}

#exam div.circle i {
    width: 31px;
    height: 27px;
    background-position: -49px -51px;
}

#documents div.circle i {
    width: 29px;
    height: 25px;
    background-position: -49px -24px;
}

#title div.circle i {
    width: 25px;
    height: 27px;
    background-position: -50px -109px;
}

#signature div.circle i {
    width: 46px;
    height: 42px;
    background-position: -80px 0;
}

#medical-certificate div.circle i {
    width: 30px;
    height: 44px;
    background-position: -84px -153px;
}

#picture div.circle i {
    width: 39px;
    height: 37px;
    background-position: -80px -42px;
}

#criminal-record div.circle i {
    width: 44px;
    height: 42px;
    background-position: -80px -79px;
}

#personal-id div.circle i {
    width: 45px;
    height: 31px;
    background-position: -80px -121px;
}

#peymant div.circle i {
    width: 48px;
    height: 32px;
    background-position: -36px -165px;
}

#marker div.circle i {
    width: 30px;
    height: 46px;
    background-position: -199px -91px;
}

#envelope div.circle i {
    width: 45px;
    height: 40px;
    background-position: -115px -157px;
}

#office div.circle i {
    width: 46px;
    height: 46px;
    background-position: -179px 0;
}

#center div.circle i {
    width: 32px;
    height: 44px;
    background-position: -194px -46px;
}

#capital div.circle i {
    width: 61px;
    height: 51px;
    background-position: -226px 0;
}

#krs div.circle i {
    width: 25px;
    height: 48px;
    background-position: -174px -109px;
}

.download div.circle i {
    width: 31px;
    height: 38px;
    background-position: -161px -159px;
}

ul.details-list li h4 {
    color: #6d7589;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

ul.jobs-list li {
    font-size: 17px;
    display: inline-block;
    -moz-box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.28);
    box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.28);
    background: #fff;
    padding: 10px 25px 10px 60px;
    border-radius: 20px;
    vertical-align: middle;
    margin: 0 10px 20px;
}

ul.jobs-list li p {
    position: relative;
}

ul.jobs-list li i {
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    color: #0d3493;
}

.grey {
    background: #f4f4f6;
    position: relative;
}

.other-in-city ul.popular-list li {
    width: 25%;
    margin-bottom: 10px;
}

.other-in-city div.popular-info h3 {
    font-size: 24px;
    margin-bottom: 4px;
}

.other-in-city div.popular-info p {
    margin-bottom: 10px;
}

.other-in-city div.buttons a.more {
    font-size: 12px;
    padding: 7px 25px;
    border: 2px solid #fff;
}

/*sign-in*/
.fake-popup a#toggle-menu {
    display: none;
}

.fake-popup#top-wrapper {
    height: 75px;
}

.fake-popup #top-wrapper:before {
    opacity: 0;
    transition: all 0.4s;
}

.fake-popup #top {
    border-bottom: 0;
    height: 75px;
    transition: all 0.4s;
}

.scrolled-down.fake-popup #top-wrapper:before {
    opacity: 1;
}

a.close {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 20px;
    top: 21.5px;
    background: url(gfx/icons.png) 0 -166px no-repeat;

}

/*
	a.close:after{
	  display: inline-block;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%);
	  content: "\00d7";
	  font-size: 60px;
	  color: #18274d;
	  width: 32px;
	  height: 32px;
	  transition: rotate 0.4s;
	}

	div.close a.close:hover {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(720deg);
		transform-origin: center;
	}
	*/

div.close a.close:hover {
    -webkit-animation: spin1 0.2s linear;
    -moz-animation: spin1 0.2s linear;
    -o-animation: spin1 0.2s linear;
    -ms-animation: spin1 0.2s linear;
    animation: spin1 0.2s linear;
    display: block;
}

@-webkit-keyframes spin1 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
    }
}

@-moz-keyframes spin1 {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(180deg);
    }
}

@-o-keyframes spin1 {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(180deg);
    }
}

@-ms-keyframes spin1 {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(180deg);
    }
}

@keyframes spin1 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.fake-popup .school div.section {
    padding: 160px 20px 70px 20px;
}

.fake-popup .contact-place div.section {
    padding: 160px 15px 70px 15px;
}

.fake-popup h1,
.fake-popup h1 b {
    font-family: 'koedumedium';
    text-align: center;
    font-size: 58px;
    margin-bottom: 45px;
}

.fake-popup .school h1,
.fake-popup .contact-place h1 {
    margin: 0 0 45px 0;
}

.fake-popup p {
    font-family: 'koedulight';
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    padding: 0 20px;
}

.fake-popup .school p,
.fake-popup .school li {
    font-family: 'koedulight';
    font-size: 17px;
    text-align: left;
    margin-bottom: 0.8em; /* 30px; */
    line-height: 1.4em;
    color: #717380;
}

.fake-popup .school b,
.fake-popup .school p b {
    font-family: 'koedumedium';
}

.fake-popup .school p a {
    font-family: 'koedulight';
    color: #0d3393;
}

.fake-popup .school p a:hover {
    text-decoration: underline;
}

.fake-popup .school ul {
    margin-bottom: 0.8em; /* 50px; */
}

.fake-popup .school ul > li {
    font-family: 'koedulight';
    font-size: 17px;
    line-height: 1.4em; /* 28px; */
    margin-bottom: 0; /* 20px; */
    padding: 0 20px;
    color: #6c758a;
}

.fake-popup .school ul > li > i {
    font-size: 10px;
    position: relative;
    display: inline-block;
    top: -2px;
    padding-right: 20px; /* 30px */
}

.fake-popup .school .cols {
    margin-bottom: 50px;
}

.fake-popup .school .col {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.fake-popup .school .col:first-child {
    width: 60%;

}

.fake-popup .school .col:first-child ul {
    padding: 0 60px 0 0;
    margin-bottom: 0;
    border-right: 5px solid #bfc1c9;
}

.fake-popup .school .col:last-child {
    padding: 0 0 0 30px;
    width: 40%;
}

/*.fake-popup form#job-application,*/
.fake-popup form#sign-in {
    padding: 70px 0 0;
}

.fake-popup form#job-application p,
.fake-popup form#sign-in p {
    text-align: left;
}

.fake-popup form#job-application .cols,
.fake-popup form#sign-in .cols {
    text-align: center;
}

.fake-popup form#job-application .cols .col,
.fake-popup form#sign-in .cols .col {
    width: 40%;
}

div.cols {
    font-size: 0;
}

div.cols div.col {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 17px 17px 0;
    font-size: 20px;
}

div.row {
    position: relative;
    margin-bottom: 25px;
    font-family: 'koedulight';
    font-size: 20px;
    color: #6d7589;
    background: #fff;
}

div.row input[type="text"],
div.row input[type="email"] {
    font-family: 'koedulight';
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eef2f5;
    width: 100%;
    font-size: 16px;
}

div.row label:not(.error) {
    position: absolute;
    top: -10px;
    font-size: 11px;
    opacity: 0;
    transition: all 0.4s;
    left: 10px;
}

div.row input:focus ~ label {
    opacity: 1;
}

.fake-popup div.select,
.search-branch div.select {
    border-bottom: 1px solid #eef2f5;
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    background: #fff;
    padding: 0px;
}

div.select i {
    width: auto;
    height: auto;
    font-size: 16px;
    color: #9197a5;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    background: no-repeat;
    transform: translateY(-50%);
}

div.select select option {
    font-family: 'koedulight';
    font-size: 20px;
    color: #6d7589;
}

.fake-popup div.select p,
.search-branch div.select p {
    font-family: 'koedulight';
    font-size: 20px;
    color: #6d7589;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'koedulight';
    color: #6d7589;
    font-size: 26px;
    transition: all 0.4s;
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: 'koedulight';
    color: #6d7589;
    font-size: 20px;
    transition: all 0.4s;
}

:-ms-input-placeholder { /* IE 10+ */
    font-family: 'koedulight';
    color: #6d7589;
    font-size: 20px;
    transition: all 0.4s;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: 'koedulight';
    color: #6d7589;
    font-size: 20px;
    transition: all 0.4s;
}

div.search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 26px;
}

div.search input::-moz-placeholder { /* Firefox 19+ */
    font-size: 26px;
}

div.search input:-ms-input-placeholder { /* IE 10+ */
    font-size: 26px;
}

div.search input:-moz-placeholder { /* Firefox 18- */
    font-size: 26px;
}

#job-application input::-webkit-input-placeholder,
#sign-in input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 20px;
}
#job-application input::-moz-placeholder,
#sign-in input::-moz-placeholder { /* Firefox 19+ */
    font-size: 20px;
}

#job-application input:-ms-input-placeholder,
#sign-in input:-ms-input-placeholder { /* IE 10+ */
    font-size: 20px;
}
#job-application input:-moz-placeholder,
#sign-in input:-moz-placeholder { /* Firefox 18- */
    font-size: 20px;
}

.contact input::-webkit-input-placeholder,
.contact textarea::-webkit-input-placeholder,
#contact input::-webkit-input-placeholder,
#contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'koedulight';
    font-size: 16px;
}

.contact input::-moz-placeholder,
.contact textarea::-moz-placeholder,
#contact input::-moz-placeholder,
#contact textarea::-moz-placeholder { /* Firefox 19+ */
    font-family: 'koedulight';
    font-size: 16px;
}

.contact input:-ms-input-placeholder,
.contact textarea:-ms-input-placeholder,
#contact input:-ms-input-placeholder,
#contact textarea:-ms-input-placeholder { /* IE 10+ */
    font-family: 'koedulight';
    font-size: 16px;
}

.contact input:-moz-placeholder,
.contact textarea:-moz-placeholder,
#contact input:-moz-placeholder,
#contact textarea:-moz-placeholder { /* Firefox 18- */
    font-family: 'koedulight';
    font-size: 16px;
}

.search-branch ::-webkit-input-placeholder,
ul.search-school-directions input::-webkit-input-placeholder,
div.general-top div.input-wrapper input[type="text"]::-webkit-input-placeholder {
    font-size: 16px;
}

.search-branch ::-moz-placeholder,
ul.search-school-directions input::-moz-placeholder,
div.general-top div.input-wrapper input[type="text"]::-moz-placeholder {
    font-size: 16px;
}

.search-branch :-ms-input-placeholder,
ul.search-school-directions input:-ms-input-placeholder,
div.general-top div.input-wrapper input[type="text"]:-ms-input-placeholder {
    font-size: 16px;
}

.search-branch :-moz-placeholder,
ul.search-school-directions input:-moz-placeholder,
div.general-top div.input-wrapper input[type="text"]:-moz-placeholder {
    font-size: 16px;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

#job-application input:focus::-webkit-input-placeholder ,
#sign-in input:focus::-webkit-input-placeholder {
    color: transparent;
}

#job-application input:focus:-moz-placeholder,
#sign-in input:focus:-moz-placeholder {
    color: transparent;
}
#job-application textarea:focus::-webkit-input-placeholder,
#sign-in textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
#job-application textarea:focus:-moz-placeholder,
#sign-in textarea:focus:-moz-placeholder {
    color: transparent;
}

#contact input:focus::-webkit-input-placeholder {
    color: transparent;
}

#contact input:focus:-moz-placeholder {
    color: transparent;
}

#contact textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

#contact textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

ul.error li,
div.error {
    font-family: 'koedulight';
    color: red;
    font-size: 12px;
    position: relative;
    z-index: 10;
    line-height: normal;
}

div.col + div.col div.error {
    position: absolute;
}

div.rest div.right ul.error li {
    text-align: left;
    padding-left: 17px;
}

div.search-inner ul.error li {
    padding-left: 40px;
}

div.rest {
    padding: 0 17px;
    font-size: 0;
}

div.rest > div {
    font-size: 17px;
    display: inline-block;
    width: 33%;
    vertical-align: middle;
}

div.rest div.g-recaptcha {
    width: auto;
    text-align: left;
}

.contact div.rest div.g-recaptcha,
.question div.rest div.g-recaptcha {
    padding-left: 17px;
}

div.rest div.left,
div.rest div.right {
    width: 50%;
}

div.rest div.left p {
    font-family: 'koedulight';
    color: #6d7589;
    font-size: 17px;
    text-align: left;
    padding-left: 0;
}

div.rest div.right {
    text-align: right;
    position: relative;
}

div.rest div.right button {
    font-family: 'koedumedium';
    font-size: 15px;
    text-transform: uppercase;
    background: #0d3393;
    border: 2px solid #0d3393;
    outline: none;
    color: #fff;
    padding: 10px 50px;
    border-radius: 25px;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 36px;
    transition: all 0.4s;
}

.contact div.rest div.right button,
#contact div.rest div.right button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

div.rest div.right button:hover {
    border: 2px solid #eff2f5;
    opacity: 1;
    color: #0d3393;
    background: #fff;
}

div.rest div.right img {
    vertical-align: middle;
}

div.rest div.captcha {
    font-family: 'koedulight';
    text-align: left;
    color: red;
}

div.rest div.checkbox {
    text-align: center;
}

.fake-popup div.rest div.checkbox div.error {
    text-align: left;
    margin-left: 30px;
}

div.rest div.requaierd {
    text-align: left;
}

div.rest div.requaierd p {

}

div.rest div.checkbox label {
    font-family: 'koedulight';
    color: #6d7589;
    font-size: 17px;
    text-align: left;
    display: inline-block;
    padding-left: 40px;
    position: relative;
}

div.rest div.checkbox label input {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0px;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
}

form#contact div.checkbox label i,
div.rest div.checkbox label i {
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #6d7589;
    border-radius: 4px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

div.rest div.checkbox label input:checked ~ i:after {
    content: '';
    display: block;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    background: #bfc2ca;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div.rest a {
    border-bottom: 1px solid #6d7589;;
}

div.rest div.buttons {
    text-align: right;
}

div.buttons button {
    border: 0;
    font-family: 'koedumedium';
    font-size: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 35px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    background: #ff0000;
    padding: 20px 70px;
    transition: all 0.4s;
    cursor: pointer;
    border: 2px solid #ff0000;
    transition: all 0.4s;
    outline: none;
}

div.buttons button:hover {
    background: #cc0000;
    border: 2px solid #cc0000;
    color: #fff;
}

div.buttons.close {
    text-align: center;
}

div.thanks div.section {
    display: table;
    height: 100vh;
}

div.thanks div.section div.section-inner {
    display: table-cell;
    vertical-align: middle;
}

div.thanks p {
    font-weight: normal;
}

.fake-popup p span {
    font-weight: 700;
}

div.thanks p strong {
    font-family: 'koedumedium';
}

.policy div.section {
    padding: 160px 17px 0px;
    font-family: 'koedulight';
    font-size: 17px;
}

.policy div.section h1 {
    font-size: 64px;
    padding: 0.78em 0;
}

.policy div.section h3 {
    font-family: 'koedumedium';
    font-size: 21px;
    padding: 0 0 1.8em;
}

.policy div.section h4 {
    font-family: 'koedulight';
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 0 1.8em;
    color: #6d7589;
}

.policy div.section-inner > ul > li {
    margin-bottom: 2.2em;
    line-height: 28px;
}

/*contact*/

.contact h2 {
    font-family: 'koedumedium';
    font-weight: 100;
    color: #18274d;
    font-size: 32px;
    margin-bottom: 15px;
}

.contact div.banner-inner > p {
    margin-top: 30px;
    font-family: 'koedumedium';
    font-size: 21px;
}

.contact div.section {
    padding-top: 0;
}

.contact .success {
    text-align: center;
    padding: 0 17px;
}

.contact .success div.section {
    padding-top: 70px;
}

.contact .success h1 {
    font-size: 48px;
    margin-bottom: 30px;
}

.contact .success p {
    font-family: 'koedulight';
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 50px;
}

.contact .success div.buttons a {
    padding: 14px 60px;
}

textarea {
    font-family: 'koedulight';
    width: 100%;
    border: 1px solid #eef2f5;
    height: 316px;
    min-height: 316px;
    resize: none;
    padding: 20px;
    outline: 0;
    font-size: 16px;
}

div.row textarea ~ label {
    top: -20px;
    left: 20px;
}

textarea:focus ~ label {
    opacity: 1;
}

.contact div.grey div.section {
    padding: 60px 17px;
}

.hotline {
    position: relative;
    min-height: 176px;
    background: #fff;
    border-radius: 35px;
    overflow: hidden;
}

.hotline.complaint {
    margin-bottom: 30px;
}

.hotline div.table {
    min-height: 176px;
    height: 176px;
    padding-left: 222px;
}

.hotline div.mid {
    padding-left: 6%;
    width: 60%;
}

.hotline div.mid + div.mid {
    width: 40%;
    padding-right: 1%;
    min-width: 350px;
}

.hotline div.mid p {
    color: #6d7589;
    font-family: 'koedulight';
    font-size: 20px;
    line-height: normal;
}

.hotline div.mid p.big {
    font-family: 'koedumedium';
    color: #0d3393;
    font-size: 48px;
    line-height: 48px;
}

.hotline div.mid p.big + p {
    font-family: 'koedumedium';
    font-size: 17px;
}

.hotline div.mid p strong {
    font-family: 'koedumedium';
}

.hotline div.mid p a {
    color: #0d3393;

}

.hotline div.icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 33px;
    font-family: 'koedumedium';
    font-size: 24px;
    background: #0d3393;
    display: block;
    width: 222px;
    text-align: center;
    color: #fff;
    border-radius: 35px;
    min-height: 176px;
    z-index: 100;
}

.hotline.complaint div.icon {
    padding-top: 0;
}

.hotline div.icon i {
    width: 48px;
    height: 48px;
    background: url(gfx/icons.png) -126px -109px;
    display: block;
    position: absolute;
    left: 1%;
    right: 1%;
    margin: 0 auto;
    top: 100px;
}

.hotline.complaint div.icon i {
    transform: translateY(-50%);
    background: url(gfx/complaint-icon.png);
}

.hotline.complaint .complaint-p {
    font-family: 'koedumedium';
}

.map-search .section {
    padding: 0;
}

.contact .search-branch {
    padding: 60px 0 30px 0;
}

.search-branch {
    padding-bottom: 45px;
}

.search-branch > h3 {
    font-family: 'koedumedium';
    font-size: 21px;
    padding: 0 0 50px 0;
}

.search-branch div.row {
    font-size: 0;
}

.search-branch div.select-outer,
.search-branch div.input-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    font-size: 16px;
    padding: 0 17px;
    position: relative;
}

.search-branch div.select-outer:first-child {
    padding-left: 0;
}

.search-branch div.select-outer:last-child {
    padding-right: 0;
}

/*
    .search-branch.school div.select-outer,
    .search-branch.school div.input-wrapper {
        display: inline-block;
        vertical-align: middle;
        width: 20%;
        font-size: 16px;
		position: relative;
    }

    .search-branch div.input-wrapper {
        width: 30%;
    }
    */
.search-branch div.select i {
    font-weight: 100;
    font-size: 21px;
}

/*
        .search-branch div.select-outer {
            padding: 0 17px;
        }

		.search-branch div.select-outer.region  {
			padding-left: 0;
		}

        .search-branch div.select-outer.distance {
            padding: 0;
            width: 20%;
            text-align: right;
        }

            .search-branch.school div.select-outer.distance {
                padding-left: 17px;
            }

        .search-branch div.select-outer.distance div.select {
            padding-right: 50px;
        }*/

.search-branch div.select select {
    height: 60px;
    line-height: 60px;
}

.search-branch div.select select option,
.search-branch div.select p,
.search-branch div.row input[type="text"],
.search-branch div.row input[type="emial"] {
    font-size: 16px;
    color: #728094;
}

.search-branch div.row input[type="text"] {
    padding: 0 34px 0 30px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #728094 !important;
}

#contact-map-wrapper #mapWrapper {
    height: 770px;
}

.contact .icons .section {
    padding: 60px 0;
}

.contact .icons h3 {
    font-family: 'koedumedium';
    font-size: 21px;
    margin: 0 17px 60px 17px;
    padding: 0 0 25px;
    border-bottom: 1px solid #eef2f5;
}

.contact ul.documents-needed {
    font-size: 0;
}

.contact ul.documents-needed > li {
    width: 33.33%;
    font-size: 17px;
    padding-left: 162px;
}

.contact ul.documents-needed li div.circle {
    left: 17px;
}

.contact ul.documents-needed div.desc p span {
    font-family: 'koedulight';
    display: block;
    line-height: 28px;
    margin-bottom: 10px;
    color: #6a7181;
}

.contact ul.documents-needed div.desc p span:first-child {
    font-family: 'koedumedium';

}

.contact ul.documents-needed div.desc p span:last-child {
    margin-bottom: 0;
}

.fake-popup .contact-place {
    border-bottom: 1px solid #eef2f5;
}

.fake-popup .question > div.section {
    padding-bottom: 0;
}

.fake-popup .question ~ #city-contact div.section {
    padding-top: 50px;
}

.fake-popup .success div.buttons {
    text-align: center;
    margin: 30px 0;
}

.fake-popup .question ~ #city-contact div.section > p {
    font-family: 'koedumedium';
    font-size: 21px;
    text-align: left;
    margin-bottom: 20px;
}

.fake-popup .contact-place h1 {
    text-align: left;
}

.fake-popup .contact-place + .section-wrapper h3 {
    font-family: 'koedumedium';
    font-size: 21px;
    padding: 0 15px 20px;
}

.fake-popup .contact-place div.details-wrapper {
    position: relative;
}

.fake-popup .contact-place #mapWrapper {
    margin-right: 373px;
    height: 450px;
}

.fake-popup .place-details {
    width: 373px;
    padding-left: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.fake-popup .place-details div.space {
    padding-left: 145px;
}

.fake-popup .place-details li {
    margin-bottom: 50px;
    position: relative;
}

.fake-popup .place-details div.icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.28);
    box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.28);
    position: absolute;
    left: 0px;
    top: 0;
}

.fake-popup .place-details div.icon i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(gfx/icons.png);
}

.fake-popup .place-details li.working-houers div.icon i {
    width: 42px;
    height: 42px;
    background-position: -710px -149px;
}

.fake-popup .place-details li.address div.icon i {
    width: 45px;
    height: 40px;
    background-position: -710px -109px;
}

.fake-popup .place-details h4 {
    font-family: 'koedumedium';
    font-size: 15px;
    color: #6d7589;
    padding: 15px 0;
}

.fake-popup .place-details p {
    text-align: left;
    color: #6d7589;
    font-family: 'koedulight';
    font-size: 17px;
    line-height: 22px;
    padding: 0;
}

/*
	.fake-popup .place-details  li.working-houers p {
		padding-right: 40px;
	}
*/
.fake-popup .place-details div {
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
}

.fake-popup .place-details div div.icon {
    width: 40px;
    height: 40px;
}

.fake-popup .place-details div.email div.icon i {
    width: 18px;
    height: 15px;
    background-position: -730px -91px;
}

.fake-popup .place-details div.tel div.icon i {
    width: 15px;
    height: 15px;
    background-position: -748px -91px;
}

.fake-popup .place-details div a {
    padding-left: 57px;
    color: #6d7589;
    font-family: 'koedulight';
    font-size: 17px;
    line-height: 40px;
}

/*news*/

div.general-top {
    position: relative;
    margin-top: 143px;
    padding: 0 17px;
    display: table;
    width: 100%;
}

div.general-top h1,
div.filter-wrapper h3 {
    font-size: 64px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

div.general-top h1.news-details {
    display: block;
    font-size: 52px;
    padding: 0px 180px 0 0;
}

div.general-top div.date {
    font-family: 'koedumedium';
    font-size: 13px;
    position: absolute;
    right: 17px;
    bottom: -40px;
    background: #00c3ff;
    color: #fff;
    padding: 6px 20px;
    border-radius: 15px;
}

div.filter-wrapper div.row {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 100%;
}

div.general-top div.row div.select-outer {
    border-bottom: 1px solid #eef2f5;
}

div.general-top div.row div.select-outer,
div.general-top div.row.city div.input-wrapper {
    display: inline-block;
    vertical-align: middle;
    /*height: 42px;*/
    position: relative;
    margin-left: 50px;
}

.school-directions div.general-top div.row div.select-outer {
    margin-left: 0;
}

div.general-top div.row.city div.input-wrapper i.fa-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 16px;
    color: #6d7589;
    background: #fff;
}

div.general-top div.input-wrapper input[type="text"] {
    font-family: 'koedulight';
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eef2f5;
    width: 100%;
    font-size: 16px;
}

.news-box div.general-top div.input-wrapper input[type="text"] {
    padding: 0 34px 0 30px;
}

div.general-top div.row div.select-outer:first-child,
div.general-top div.row div.select-outer:nth-child(2),
div.general-top div.row.city div.input-wrapper {
    min-width: 225px;
}

div.general-top div.row div.select-outer:first-child {
    margin-left: 0;
}

div.general-top div.row div.select-outer div.select {
    font-size: 16px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    text-align: left;
}

div.general-top div.row div.select-outer div.select em,
div.general-top div.row div.select-outer div.select p {
    color: #728094;
    font-size: 16px;
    font-family: 'koedulight';
    font-style: normal;
}

div.general-top div.row div.select-outer div.select em {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

div.general-top div.row div.select-outer div.select p {
    padding-left: 55px;
    margin-right: 11px;
    overflow: hidden;
}

div.general-top div.row div.select-outer + div.select-outer div.select p {
    padding-left: 40px;
}

div.general-top div.row div.select-outer:last-child {
    border-bottom: 0;
}

div.general-top div.row div.select-outer:last-child div.select {
    padding-right: 160px;
    position: relative;
}

div.general-top div.row div.select-outer:last-child div.select p {
    padding-left: 20px !important;
    margin-right: 30px;
    overflow: visible;
}

div.general-top div.row div.select-outer div.select i {
    color: #bfcdef;
    right: 0;
}

div.general-top div.row div.select-outer:last-child div.select i {
    right: 10px;
}

div.filter-wrapper {
    display: table;
}

div.filter-wrapper div.padd {
    display: block;
}

div.filter-wrapper em,
div.filter-wrapper p {
    color: blue;
}

div.filter-wrapper div.row label {
    opacity: 1;
    top: 50%;
    right: 0;
}

.section.news {
    padding-top: 0;
    background: #fff;
}

div.pagin {
    text-align: center;
}

div.pagin li {
    display: inline-block;
    margin: 0 3px;
    font-size: 13px;
    margin-bottom: 10px;
}

div.pagin li a {
    border: 2px solid #e0e5ec;
    border-radius: 25px;
    padding: 10px 30px;
    font-family: 'koedumedium';
    display: block;
    transition: all 0.4s;
}

div.pagin li.active a,
div.pagin li a:hover {
    background: #0d3493;
    color: #fff;
}

div.pagin li.dots a {
    border: 0;
    padding: 0;
}

div.pagin li.dots a:hover {
    background: #fff;
    color: #18274d;
}

.article-description-wrapper {
    text-align: left;
    padding: 0 17px;
}

.policy .article-description-wrapper {
    padding: 0;
}

.article-description-inner {
    box-shadow: 0 0 30px rgba(209, 221, 249, 0.4);
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    border-radius: 35px;
    padding: 40px 40px 0 40px;
}

.article-description:after {
    content: '';
    display: block;
    clear: both;
}

.description {
    padding-bottom: 40px;
}

/*
	.description tr,
	.description th,
	.description td,
	.description table	{
		border: 1px solid #000;
	}

	table[align="center"] {
		text-align: center;
	}*/

.article-description > img {
    float: left;
    max-width: 403px;
    margin: 0 40px 40px 0;
}

.article-description p {
    font-family: 'koedulight';
    color: #6d7589;
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 17px;
}

.article-description p.big {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 1.2em;
}

.article-description p a {
    font-family: 'koedulight';
    color: #0d3393;
}

.article-description p b {
    font-family: 'koedumedium';
}

.download-files h3,
.article-description-wrapper .gallery h3,
.see-more h2 {
    color: #18274d;
    font-family: 'koedulight';
    font-size: 26px;
    margin-bottom: 1.7em;
}

.see-more h2 {
    text-align: center;
}

.download-files ul.documents-needed {
    font-size: 0;
}

.download-files ul.documents-needed > li {
    width: 50%;
    font-size: 17px;
}

.download-files ul.documents-needed > li p span {
    display: block;
    color: #6d7589;
}

.download-files ul.documents-needed > li p span:first-child {
    font-family: 'koedumedium';
    color: #0d3393;
}

.article-description-wrapper .gallery ul {
    font-size: 0;
    margin: 0 -20px;
}

.article-description-wrapper .gallery ul > li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    margin-bottom: 40px;
}

.article-description-wrapper .gallery ul > li img {
    height: 179px;
    width: 276px;
}

.article-description-wrapper .gallery ul > li a {
    position: relative;
}

.article-description-wrapper .gallery ul > li div.magnifier {
    width: 52px;
    height: 52px;
    background: rgba(24, 39, 77, 0.6);
    position: absolute;
    right: 0;
    bottom: 0;
}

.article-description-wrapper .gallery ul > li div.magnifier i {
    display: block;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 1%;
    right: 1%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    transition: all 0.4s;
}

.article-description-wrapper .gallery ul > li a:hover div.magnifier i {
    opacity: 0.6;
}

div.nav {
    padding: 70px 57px;
    display: table;
    width: 100%;
}

div.nav div.buttons {
    display: table-cell;;
}

div.nav div.buttons a {
    font-family: 'koedumedium';
    font-size: 13px;
    padding: 8px 25px;
    position: relative;
    margin: 0 4px;
}

div.nav div.buttons a.back,
div.nav div.buttons a.prev {
    padding-left: 45px;
}

div.nav div.buttons a.next {
    padding-right: 45px;
}

div.nav div.buttons a i {
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

div.nav div.buttons a.back i,
div.nav div.buttons a.prev i {
    left: 28px;
}

div.nav div.buttons a.next i {
    right: 28px;
}

div.nav div.buttons:first-child {
    text-align: left;
}

div.nav div.buttons:last-child {
    text-align: right;
}

.article-description iframe {
    border-radius: 5px;
    margin-bottom: 40px;
}

.article-description-inner {
    font-size: 0;
}

.article-description {
    font-size: 17px;
}

.policy .article-description iframe,
.policy .article-description > img {
    border-radius: 5px;
    margin-bottom: 40px;
    max-width: 57%;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding-right: 60px;
}

.policy .article-description > img {
    max-width: 684px;
    width: 1000%;
    margin: 0 0 40px 0;
}

.policy .desc {
    vertical-align: top;
    padding-bottom: 40px;
}

.school-padd.filter-wrapper.select-custom-city-box {
    padding-left: 17px;
    padding-right: 17px;
}

ul.three-cols {
    font-size: 0;
    /*margin: 0 -20px;*/
    position: relative;
}

ul.three-cols:after {
    content: '';
    border-bottom: 1px solid #e9edf2;
    display: block;
    margin: 0 37px;
}

ul.three-cols > li {
    font-size: 17px;
    width: 33.33%;
    vertical-align: top;
    display: inline-block;
    padding: 0 40px;
}

ul.three-cols h3 {
    font-family: 'koedumedium';
    color: #18274d;
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e9edf2;
}

ul.three-cols p {
    font-family: 'koedulight';
    color: #6d7589;
    line-height: 28px;
    margin-bottom: 15px;
}

ul.three-cols div.buttons {
    margin-bottom: 60px;
}

ul.three-cols div.buttons a {
    color: #18274d;
}

ul.three-cols div.buttons a i {
    font-size: 12px;
    display: inline-block;
    padding: 0 0 0 12px;
}

.section.reset-padding-top {
    padding-top: 0;
}

.section.reset-padding-bottom {
    padding-bottom: 0;
}

div.filter-wrapper h3 {
    font-family: 'koedumedium';
    font-size: 32px;
    text-align: left;
    padding: 0 5px 50px 17px;
    display: block;
}

div.filter-wrapper h3 br {
    display: none;
}

div.filter-wrapper h1 {
    font-size: 58px;
    text-align: left;
    padding: 0 5px 20px 0px;
}

div.filter-wrapper h1 span,
div.filter-wrapper h3 span {
    font-family: 'koedulight';
    font-size: 32px;
}

div.filter-wrapper div.row.city {
    width: 35%;
    text-align: left;
    display: inline-block;
    top: -4px;
    margin-bottom: 0;
}

div.filter-wrapper div.row.city .city-dropdown > p.style-1 {
    text-transform: none;
}

div.general-top div.row.city div.select-outer {
    /* margin-left: 0; */
}

div.general-top div.row.city div.select-outer:last-child div.select p {
    padding-left: 0 !important;
    font-family: 'koedulight';
    font-size: 32px;
    color: #18274d;
    position: relative;
    top: 2px;
}

div.search-word {
    font-family: 'koedulight';
    font-size: 32px;
    margin-bottom: 50px;
}

div.search-word span {
    font-family: 'koedumedium';
}

div.search-word span:before,
div.search-word span:after {
    content: '"';
}

.school-directions div.filter-wrapper div.row div.city {
    right: auto;
    top: 0px;
}

.school-directions div.filter-wrapper div.row div.city p {
    font-family: 'koedulight';
    font-size: 32px;
    color: #18274d;
    padding-left: 0;
    margin-right: 20px;
}

div.filter-wrapper h3 span {
    font-family: 'koedulight';
}

ul.search-school-directions {
    font-size: 0;
    display: block;
    width: 100%;
}

ul.search-school-directions > li {
    font-family: 'koedulight';
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 17px;
    position: relative;
    margin-bottom: 30px;
}

ul.search-school-directions input {
    border-bottom: 1px solid #eef2f5;
    width: 100%;
    padding-left: 30px;
    height: 42px;
    font-size: 16px;
    color: #6d7589;
}

ul.search-school-directions label {
    opacity: 0;
    position: absolute;
    top: -10px;
    left: 15px;
    transition: all 0.4s;
    font-size: 11px;
}

ul.search-school-directions input:focus ~ label {
    opacity: 1;
}

ul.search-school-directions button,
.search-branch div.input-wrapper button,
div.general-top div.row.city div.input-wrapper button {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 16px;
    border: 0;
    outline: none;
    color: #6d7589;
    padding: 0;
    background: transparent;
}

ul.search-school-directions button.magnifier,
.search-branch div.input-wrapper button.magnifier,
div.general-top div.row.city div.input-wrapper button.magnifier {
    left: 17px;
}

.news-box div.general-top div.row.city div.input-wrapper button[type="submit"],
.news-box div.general-top div.row.city div.input-wrapper button.submit {
    right: 0;
}

ul.search-school-directions button[type="submit"],
.search-branch div.input-wrapper button[type="submit"],
div.general-top div.row.city div.input-wrapper button[type="submit"],
ul.search-school-directions button.submit,
.search-branch div.input-wrapper button.submit,
div.general-top div.row.city div.input-wrapper button.submit {
    background: url(gfx/btn.svg) 0 0 no-repeat;
    right: 17px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

ul.search-school-directions div.select-outer {
    padding-right: 34px;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #eef2f5;
}

ul.search-school-directions div.select {
    font-family: 'koedulight';
    font-size: 16px;
    padding-right: 34px;
    width: 100%;
    overflow: hidden;
}

ul.search-school-directions div.select i {
    right: 44px;
    z-index: 10;
}

ul.search-school-directions div.select i:after {
    content: '';
    width: 30px;
    display: block;
    height: 40px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

ul.search-school-directions div.select i:before {
    z-index: 10;
    position: relative;
}

ul.search-school-directions div.select em {
    font-style: normal;
    display: inline;
}

ul.search-school-directions div.select p {
    display: inline;
    font-family: 'koedulight';
    font-size: 16px;
    padding: 0;
    margin-right: 30px;
    overflow: hidden;
    margin: 0;
}

ul.popular-list.four-col p {
    /*opacity: 0;
    visibility: hidden;
    height: 0;*/
    overflow: hidden;
}

/*
    ul.popular-list.four-col div.inner:hover p {
        opacity: 1;
        visibility: visible;
        height: auto;
    }*/
/*
div.gm-style:after {
	display: block !important;
	content:'Masz pytanie? Skontaktuj się z wybraną szkołą' !important;
	position: absolute!important;
	left: 50%!important;
	transform: translateX(-50%)!important;
	top: 30px!important;
	z-index: 1;

	font-family: 'koedulight';
    font-size: 23px;
    margin: 70px auto;
    z-index: 1;
    background: red;
    padding: 15px 30px;
    border-radius: 25px;
    box-shadow: 2px 2px 40px rgba(24,39,77,0.2);
}	*/

div.sign-in-circles {
    background: #fff;
    padding-bottom: 150px;
}

ul.popular-list + div.buttons {
    text-align: center;
    margin-top: 30px;
}

ul.docs-circle {
    font-size: 0;
}

ul.docs-circle li {
    font-family: 'koedumedium';
    font-size: 26px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    width: 25%;
    padding: 0 17px;
}

ul.docs-circle li div.circles {
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.28);
    position: relative;
    background: #fff;
}

ul.docs-circle li div.circles:after {
    content: '';
    padding-top: 100%;
    display: inline-block;
}

ul.docs-circle li div.circles h3 {
    font-size: 26px;
    position: absolute;
    left: 1%;
    right: 1%;
    text-align: center;
    z-index: 5;
    height: 40%;
}

ul.docs-circle li div.circles h3 span {
    left: 1%;
    right: 1%;
    text-align: center;
    position: absolute;
    top: 40%;
    text-shadow: 2px 2px 40px rgba(255, 255, 255, 1);
}

ul.docs-circle li div.circles div.icon {
    position: absolute;
    left: 1%;
    right: 1%;
    text-align: center;
    bottom: 0;
    height: 65%;
}

ul.docs-circle li div.circles div.icon i {
    display: block;
    position: absolute;
    left: 1%;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    background: url(gfx/icons.png) 0 0;
}

ul.docs-circle li:first-child div.circles div.icon i {
    background-position: -379px 0;
    width: 70px;
    height: 131px;
}

ul.docs-circle li:nth-child(2) div.circles div.icon i {
    background-position: -449px 0;
    width: 92px;
    height: 134px;
}

ul.docs-circle li:nth-child(3) div.circles div.icon i {
    background-position: -541px 0;
    width: 80px;
    height: 102px;
}

ul.docs-circle li:last-child div.circles div.icon i {
    background-position: -380px -135px;
    width: 127px;
    height: 65px;
}

div.circles div.popup {
    position: absolute;
    top: 45%;
    background: #18274d;
    border-radius: 35px;
    opacity: 0;
    transition: all 0.4s;
    width: 100%;
    z-index: 100;
}

div.circles div.popup p {
    font-family: 'koedulight';
    font-size: 17px;
    color: #d7e0f6;
    margin: 10px;
    padding: 10px;
    line-height: normal;
}

div.circles:hover div.popup {
    opacity: 1;
}

ul.timeline {
    position: relative;
}

ul.timeline:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 7px;
    margin-left: -2.5px;
    height: 100%;
    background: #00c3ff;
    border-radius: 5px;
}

ul.timeline li {
    position: relative;
    width: 100%;
    font-family: 'koedulight';
    color: #6d7589;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 2em;
}

ul.timeline li span {
    position: relative;
    background: #fff;
    display: block;
    padding: 30px;
    border-radius: 30px;
    -moz-box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.28);
    box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.28);
}

ul.timeline li span:before {
    content: '';
    position: absolute;
    top: 25px;
    width: 36px;
    height: 42px;
    background-repeat: no-repeat;
    background: url(gfx/icons.png);
}

ul.timeline li:nth-child(2n) span:before {
    right: -36px;
    background-position: -856px -62px;

}

ul.timeline li:nth-child(2n-1) span:before {
    left: -36px;
    background-position: -820px -62px;
}

ul.timeline li:nth-child(2n) {
    padding-right: 54%;
    padding-left: 4%;

}

ul.timeline li:nth-child(2n-1) {
    padding-left: 54%;
    padding-right: 4%;
    text-align: left;
}

ul.timeline li:before {
    content: attr(data-content);
    font-family: 'koedumedium';
    position: absolute;
    top: 20px;
    color: #18274d;
    font-size: 32px;
    font-weight: 300;
    line-height: inherit;
}

ul.timeline li:nth-child(2n)[data-content]:before {
    left: 50%;
    margin-left: 4%;
}

ul.timeline li:nth-child(2n-1)[data-content]:before {
    right: 50%;
    margin-right: 4%;
}

ul.timeline li:after {
    content: '';
    background: url(gfx/icons.png) -511px -134px;
    left: 50%;
    top: 15px;
    width: 8px;
    height: 36px;
    margin-left: -3px;
    position: absolute;
    z-index: 1;
}

.history-line ul.timeline {
    overflow: hidden;
}

.history-line ul.timeline:after {
    height: 94.5%;
    width: 7px;
}

.history-line ul.timeline li:first-child {
    padding-top: 4px;
}

.history-line ul.timeline li:last-child {
    margin-bottom: 0;
}

.history-line ul.timeline li:nth-child(2n) {
    padding-left: 2%;

}

.history-line ul.timeline li:nth-child(2n-1) {
    padding-right: 2%;
}

.history-line ul.timeline li:nth-child(2n)[data-content]:before {
    margin-left: 2%;
}

.history-line ul.timeline li:nth-child(2n-1)[data-content]:before {
    margin-right: 2%;
}

.history-line ul.timeline li:after {
    margin-left: -4px;
    margin-left: -3.5px;
}

/*
            ul.timeline li:last-child:after {
                content: '';
                background: url(gfx/icons.png) -511px -143px;
                left: 50%;
                top: 26px;
                width: 8px;
                height: 32px;
                margin-left: -3px;
                position: absolute;
                z-index: 1;
            } */

/*sluchacze*/

ul.listeners-list {
    font-size: 0;
    margin: 0 -17px;
}

ul.listeners-list li {
    font-size: 17px;
    vertical-align: top;
    display: inline-block;
    width: 33.33%;
    padding: 0 17px;
    margin-bottom: 64px;
}

ul.listeners-list li > a {
    position: relative;
    display: block;
    transition: all 0.4s;
}

ul.listeners-list li > a:hover {
    opacity: 0.8;
}

ul.listeners-list li a img {
    display: block;
}

ul.listeners-list li div.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(29, 90, 170, 0.6);
    display: none;
}

ul.listeners-list li div.overlay:after {
    content: '';
    display: block;
    width: 108px;
    height: 108px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(gfx/icons.png) -621px 0;
}

ul.listeners-list li a.play div.overlay {
    display: block;
}

ul.listeners-list li h3 {
    font-size: 26px !important;
    margin: 25px 0;
    padding: 0 !important;
}

ul.listeners-list li h4 {
    font-family: 'koedumedium';
    font-size: 15px;
    color: #6d7589;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    padding: 0 !important;
}

ul.listeners-list li h4 {
    font-family: 'koedumedium';
    font-size: 15px;
    color: #6d7589;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

ul.listeners-list li p {
    font-family: 'koedulight';
    font-size: 17px;
    color: #6d7589;
    margin: 0 0 25px 0;
    line-height: 28px;
}

ul.listeners-list li div.buttons a {
    color: #18274d;
    border-color: #dfe7f9;
}

ul.listeners-list + div.pagin {
    margin-bottom: 60px;
}

div.popupWrapper.active {
    visibility: visible;
    opacity: 1;
}

div.popupWrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #e5e4e7;
    background: rgba(255, 255, 255, 0.74);
    padding: 20px;
    text-align: center;
    font-size: 0;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}

div.popupWrapper:before {
    content: '';
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

div.popupWrapper div.popup {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    max-width: 880px;
    width: 100%;
    padding: 50px 70px;
    background: #ffffff;
    border-radius: 25px;

    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

div.popupWrapper div.popup h3 {
    font-family: 'koedulight';
    font-size: 26px;
    text-transform: uppercase;
    line-height: 48px;
}

div.popupWrapper div.popup h3 b {
    font-family: 'koedumedium';
}

div.popupWrapper div.popup p {
    font-family: 'koedulight';
    font-size: 26px;
    line-height: 48px;

}

div.popupWrapper div.popup div.buttons a {
    margin: 20px;
}

div.popupWrapper div.popup a.close {
    top: 20px;
    transform: translateY(0);
}

div.popupWrapper div.select-wrapper {
    position: static;
    display: inline-block;
    margin-right: 24px;
    vertical-align: middle;
    border-left: none;
}

div.popupWrapper div.select-wrapper .dropdown-styled {
    padding-top: 15px;
    padding-bottom: 15px;
}

div.popupWrapper div.select-wrapper a {
    margin: 0px !important;
    padding: 0px;
    font-size: 11px;
    background: none;
    border: 0px;
}

div.popupWrapper div.select-wrapper .dropdown-styled > div {
    overflow: hidden;
    max-height: 200px;
}

.dialog-wrapper.mobile {
    display: none;
}

.creator-wrapper .dialog-wrapper {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
}

.creator-wrapper .geoloc-dialog {
    background: #cad9ee;
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    z-index: 1;
    color: #18274d;
    padding: 4px;
}

.creator-wrapper .geoloc-dialog strong {
    font-family: 'koedumedium';
    font-size: 16px;
}

.creator-wrapper .geoloc-dialog span {
    font-family: 'koedulight';
    font-size: 16px;
}

.testimonial {
    display: none;
}

div.loader {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 100px;
    display: none;
}

div.loader img {
    width: 30px;
}

/* custom select */
div.filter-wrapper {
    position: relative;
    z-index: 100;
}

div.filter-wrapper.select-custom-city-box {
    margin-bottom: 19px;
    display: block;
    width: 100%;
    float: left;
}

div.filter-wrapper.select-custom-city-box div.row div.select.city {
    position: relative;
    z-index: 100;
}

div.filter-wrapper.select-custom-city-box > h3 {
    padding-bottom: 27px;
    font-size: 58px;
}

div.filter-wrapper.select-custom-city-box > h3 span {
    font-size: 32px;
}

div.filter-wrapper.select-custom-city-box div.row.city {
    width: auto;
}

div.footer-line div.school-directions div.filter-wrapper.select-custom-city-box div.row.city {
    vertical-align: baseline;
}

/*
	.school-directions-box div.filter-wrapper.select-custom-city-box div.row.city {
		vertical-align: baseline;
		top: -6px;
	}*/

div.filter-wrapper div.row div.select.city > p {
    float: left;
}

div.filter-wrapper div.row div.select.city > label {
    display: block;
    float: left;
    position: relative;
}

div.select.city .select-inner {
    min-width: 195px;
}

div.select .select-inner,
div.select .select-inner .select-styled {
    color: #fff;
    background: #0d3393;
    padding: 0 22px;
    margin: 0;
    outline: 0;
    width: 100%;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    z-index: 3;
    cursor: pointer;
}

.white-select div.select .select-inner,
.white-select div.select .select-inner .select-styled {
    background: #fff;
    color: #728094;
    border-radius: 0;
    font-family: 'koedulight';
    font-size: 16px;
    text-transform: none;
}

.white-select div.select .select-inner .select-styled {
    border-bottom: 0;
}

.white-select div.select .select-inner .select-options {
    background: #fff;
    color: #728094;
}

.white-select div.select .select-inner .select-options li,
.white-select div.select .select-inner .select-options > a {
    color: #728094;
    font-size: 16px;
    font-family: 'koedulight';
}

.white-select div.select .select-inner .select-styled.active + .select-options {
    border: 1px solid #e8e8e8;
    border-top: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.white-select div.select .select-inner .select-styled.active + .select-options li:first-child {
    display: none;
}

.white-select div.select .select-inner .province ~ .select-styled.active + .select-options li:first-child {
    display: block;
}

div.select .select-inner {
    /*
	cursor: pointer;
	display: block;
	float: left;
	width: 100%;
	position: relative;
*/
}

div.select .select-inner .select-hidden {
    opacity: 0 !important;

    z-index: -1 !important;
    visibility: hidden !important;
}

div.select .select-inner .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	*/
    z-index: 22;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'koedulight';
    padding-right: 40px;
    overflow: hidden;
    text-align: left;

    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 0;
}

div.select .select-inner .select-styled.active {
    border-radius: 21px 21px 0 0;
    -webkit-border-radius: 21px 21px 0 0;
}

.white-select div.select .select-inner .select-styled.active {
    border-radius: 0;
    -webkit-border-radius: 0;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 0;
    z-index: 100;
}

div.select .select-inner .select-styled.active:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 20px;
    right: 23px;
    height: 1px;
    background: #5671b4;
}

.white-select div.select .select-inner .select-styled.active:before {
    background: #eef2f5;
}

div.select .select-inner .select-options li:last-of-type:before {
    display: none;
}

div.select .select-inner .select-styled:after {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f107';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -0.7em;
    font-size: 1.3em;
    line-height: 1.4em;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
}

div.select .select-inner .select-styled:active:after, div.select .select-inner .select-styled.active:after {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipY;
    -ms-filter: "FlipY";
}

div.select .select-inner .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    /*z-index: 1000;*/
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #0d3393;
    padding: 0 40px 0 0;
    border-top: 4px solid transparent;
    border-bottom: 21px solid transparent;
    border-radius: 0 0 21px 21px;
    -webkit-border-radius: 0 0 21px 21px;
    z-index: 23;
    max-height: 0;
    transition: max-height 0.4s;
    -webkit-transition: max-height 0.4s;
}

div.select .select-inner .select-options + div {
    z-index: 23 !important;
}

div.select .select-inner .select-options li, div.select .select-inner .select-options > a {
    margin: 0;
    font-size: 13px;
    padding: 5px 10px 5px 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    color: #fff;
    line-height: 1.2em;
    position: relative;
    font-weight: 500;
    /*text-transform: capitalize;*/
    font-family: 'koedulight';
    text-align: left;
    letter-spacing: 0;
}

div.select .select-inner .select-options li:last-of-type {
    margin-bottom: 5px;
}

div.select .select-inner .select-options li:last-of-type:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0px;
    height: 1px;
    background: #5671b4;
}

div.select .select-inner .select-options a {
    display: block;
}

div.select .select-inner .select-options li:hover,
div.select .select-inner .select-options > a:hover {
    background: #687fbb;
}

.white-select div.select .select-inner .select-options li:hover,
.white-select div.select .select-inner .select-options > a:hover {
    background: #eef2f5;
    color: #0d3393;
}

div.select .select-inner .select-options li[rel="hide"] {
    display: none;
}

ul.search-school-directions div.select {
    overflow: visible;
}

.select-outer div.select {
    padding: 0;
    position: relative;
}

/*
div.select {
	z-index: 99;
}*/

div.results-info {
    padding: 30px 17px;
}

ul.search-school-directions div.select-outer {
    padding: 0;
    border: 0;
}

.creator-wrapper div.section {
    overflow: visible;
}

.section.popular form#popular .select.city {
    padding-right: 285px;
    transform: translateX(0);
}

.creator div.select-wrapper div.select label {
    width: 90%;
    right: initial;
    left: initial;
}

#strengths:not(.active) ul.timeline li:not(:nth-child(1)):not(:nth-child(2)) {
    visibility: hidden;
    display: none;
}

.creator .search .search-inner > div {
    border-bottom: 1px solid #eef2f5;
}

.creator .search .search-inner > div > div input {
    border-bottom: 0;
}

ul.three-cols {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

ul.three-cols > li {
    padding-bottom: 102px;
    position: relative;
}

ul.three-cols > li > .buttons {
    position: absolute;
    bottom: 0;
}

.select {
    width: 100%;
    float: left;
}

.select > form {
    display: none;
}

div.general-top div.row div.select-outer {
    border: 0;
}

div.general-top div.row div.select-outer .select.no-custom {
    border-bottom: 1px solid #eef2f5;
}

/*
div.general-top div.row div.select-outer .select {
	margin-bottom: 5px;
}
*/
div.general-top div.row div.select-outer:last-child div.select {
    padding: 0;
    width: 100% !important;
}

div.general-top div.row div.select-outer:last-child div.select .select-inner {
    min-width: 117px;
}

div.not-found {
    padding: 0 17px;
}

.select-styled:not(.active) + .select-options + div {
    opacity: 0 !important;
}

/* scroll */

.track3 {
    width: 12px;
    background: #26489e !important;
    margin-right: 23px;
    -webkit-transition: background 250ms linear !important;
    transition: background 250ms linear !important;
}

.track3:hover,
.track3.dragging {

}

.handle3 {
    width: 12px;
    right: 0;
    background: #687fbb !important;
    -webkit-transition: background 0.4s !important;
    transition: background 0.4s !important;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 12px;
    background: #fff !important;
}

.contact div.banner-wrapper {
    height: 496px;
}

/* animation */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1
}

@keyframes slideCenterToRight {
    0% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideCenterToRight {
    -webkit-animation-name: slideCenterToRight;
    animation-name: slideCenterToRight;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes slideRightToCenter {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideRightToCenter {
    -webkit-animation-name: slideRightToCenter;
    animation-name: slideRightToCenter;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes slideLeftToCenter {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideLeftToCenter {
    -webkit-animation-name: slideLeftToCenter;
    animation-name: slideLeftToCenter;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes slideCenterToLeft {
    0% {
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideCenterToLeft {
    -webkit-animation-name: slideCenterToLeft;
    animation-name: slideCenterToLeft;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes strengthLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0) translate3d(300px, 0, 0);
        transform: scale3d(0, 0, 0) translate3d(300px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    }
}

.strengthLeft {
    -webkit-animation-name: strengthLeft;
    animation-name: strengthLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes strengthRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0) translate3d(-300px, 0, 0);
        transform: scale3d(0, 0, 0) translate3d(-300px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    }
}

.strengthRight {
    -webkit-animation-name: strengthRight;
    animation-name: strengthRight;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(500px, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(500px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
	-webkit-animation-duration: 3s;
    animation-duration: 3s;
	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-500px, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-500px, 0, 0);
  }

  100% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
	-webkit-animation-duration: 3s;
    animation-duration: 3s;
	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}*/

#popular.absolute-pos {
    position: absolute;
    right: 17px;
    top: 70px;
}

#popular.absolute-pos .select {
    position: relative;
    top: 0;
    right: 0;
    padding-right: 220px;
}

#popular.absolute-pos .select-inner {
    min-width: 160px;
}

/**/

div.strengths {
    padding: 0 15px;
}

div.strengths .img-bg-wrapper img {
    max-width: 920px;
    width: 71%;
}

.strengths ul.timeline li {
    position: absolute;
}

.strengths ul.timeline li span {

    padding: 23px 30px;
    border-radius: 20px;
    line-height: 1.3em;
}

.strengths ul.timeline li:nth-child(2n-1) {
    padding-right: 0;
    padding-left: 76%;
}

.strengths ul.timeline li:nth-child(2n) {
    padding-left: 0;
    padding-right: 76%;
}

.strengths ul.timeline li:nth-child(1) {
    padding-left: 65%;
    margin-top: 23%;
    padding-right: 11.5%;
}

.strengths ul.timeline li:nth-child(2) {
    margin-top: 46.7%;
    margin-left: 3%;
}

.strengths ul.timeline li:nth-child(3) {
    margin-top: 69%;
}

.strengths ul.timeline li:nth-child(4) {
    margin-top: 89%;
}

.strengths ul.timeline li:nth-child(5) {
    margin-top: 106.2%;
}

.strengths ul.timeline li:nth-child(6) {
    margin-top: 131%;
}

.strengths ul.timeline li:nth-child(7) {
    margin-top: 133%;
}

.strengths ul.timeline li:nth-child(9) {
    margin-top: 167%;
    margin-left: -16.3%;
}

/*
.strengths ul.timeline li span {
    color: transparent;
    transition: color 1.5s;
    transition-delay: 0.75s;
}

.strengths ul.timeline li span.strengthLeft,
.strengths ul.timeline li span.strengthRight {
  color: #6d7589;
}
*/

.strengths ul.timeline {
    left: 0;
    right: 0;
}

/* dropdown styled */

/* dropdown styled */

div.dropdown-styled {
    font-size: 13px;
    color: #fff;
    background: #0d3393;
    padding: 12px 40px 12px 22px;
    line-height: 18px;
    letter-spacing: 1px;
    margin: 0;
    outline: 0;
    float: left;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    z-index: 99;
    cursor: pointer;
    text-transform: uppercase;
    min-width: 228px;
    text-align: left;
    font-family: 'koedulight';
    position: relative;
}

div.dropdown-styled:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f107';
    position: absolute;
    right: 23px;
    top: 50%;
    margin-top: -0.7em;
    font-size: 1.3em;
    line-height: 1.4em;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
}

div.dropdown-styled.active:after {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipY;
    -ms-filter: "FlipY";
}

div.dropdown-styled.active:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 20px;
    right: 23px;
    height: 1px;
    background: #5671b4;
}

div.dropdown-styled > div {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1000;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #0d3393;
    padding: 0;
    border-top: 4px solid transparent;
    border-bottom: 21px solid transparent;
    border-radius: 0 0 21px 21px;
    -webkit-border-radius: 0 0 21px 21px;
    z-index: 22;

    transition: max-height 0.3s;
    -webkit-transition: max-height 0.3s;
    padding-right: 40px;
}

div.dropdown-styled.active > div {
    display: block;
}

div.dropdown-styled .dropdown-options + div:not(.other) {
    left: auto !important;
    right: 0;
}

div.select .select-inner .select-styled.active + .select-options,
div.dropdown-styled .dropdown-options {
    max-height: 300px;
    text-align: left;
}

div.popupWrapper div.select-wrapper .dropdown-styled > div .dropdown-options {
    max-height: 175px;
}

div.dropdown-styled.active {
    border-radius: 21px 21px 0 0;
    -webkit-border-radius: 21px 21px 0 0;
}

div.dropdown-styled .dropdown-options li, div.dropdown-styled div.other a {
    margin: 0;
    font-size: 13px;
    padding: 5px 10px 5px 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    color: #fff;
    line-height: 1.2em;
    position: relative;
    font-weight: 500;
    text-transform: initial;
    font-family: 'koedulight';
    text-align: left;
    letter-spacing: 0;
}

div.dropdown-styled .dropdown-options > li:hover, div.dropdown-styled div.other a:hover {
    background: #687fbb;
}

div.dropdown-styled div.other {
    padding-top: 6px;
    position: relative;
    width: 100%;
}

div.dropdown-styled > div > div.other:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 0px;
    height: 1px;
    background: #5671b4;
}

div.dropdown-styled div.other a {
    display: block;
    float: left;
    width: 100%;
}

.city-dropdown i {
    position: relative;
    width: 12px;
    height: 16px;
    float: left;
    background: url(gfx/icons.png) 0 0;
    color: #9197a5;
    display: block;
    margin-right: 10px;
    margin-top: 13px;
}

.city-dropdown > p {
    float: left;
    line-height: 20px;
    margin-right: 15px;
    padding: 11px 0;
    font-family: 'koedumedium';
    color: #728094 !important;
    font-size: 13px;
    text-transform: uppercase;
}

.city-dropdown > p.style-1 {
    font-family: 'koedulight';
    font-size: 32px;
    color: #18274d !important;
    padding-left: 0;
    margin-right: 20px;
}

.width-200 {
    width: 200px !important;
    min-width: 200px !important;
}

.select.no-custom select {
    background: none;
}

/*form#job-application .select,*/
form#sign-in .select {
    margin-bottom: 25px;
}

.creator-wrapper div.run a.back:not(.active) {
    z-index: -1;
    visibility: hidden;
}

.steps-wrappers div.step {
    z-index: -1;
    left: 0;
    right: 0;
    padding: 0;
}

.steps-wrappers div.step label:hover {
    cursor: pointer;
}

.steps-wrappers div.step.active {
    z-index: 1;
    padding: 0 !important;
}

.steps-outer {
    overflow: hidden;
    display: block;
    position: absolute;
    left: 187px;
    right: 222px;
    height: 100%;
}

div.steps-wrappers {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background: #fff;
    transform: translateX(-100%);
    transition: all 0.7s;
}

div.steps-wrappers.active {
    left: 35px;
    right: 0;
    width: auto;
}

.creator .creator-inner {
    border-radius: 35px;
    -webkit-border-radius: 35px;
}

ul.search-school-directions div.select.no-custom {
    overflow: hidden;
    border-bottom: 1px solid #eef2f5;
    padding-right: 24px;
}

ul.search-school-directions div.select.no-custom i {
    right: 14px;
}

.search-school-directions .select {
    border-bottom: 1px solid #eef2f5;
}

ul#faq-list div.faq.expand,
ul#faq-list div.faq.expand.fold {
    padding-bottom: 57px;
}

.hotline div.icon i {
    top: 65px;
    top: 50%;
}

.hotline .table div.mid:first-child {
    border-right: 1px solid #eef2f5;
    width: 65% !important;
    padding-right: 5%;
}

.hotline .table div.mid:first-child p {
    padding-right: 30px;
}

.hotline .table div.mid:last-child {
    width: 35% !important;
}

.contact .icons .section {
    padding-bottom: 10px;
}

.contact .icons .section ul.documents-needed > li {
    margin-bottom: 30px;
}

.search-branch div.input-wrapper {
    padding-left: 17px;

}

.section-wrapper.news-box + div + div#footer .section:first-child:before,
.recrutation-box + div + div#footer .section:first-child:before,
.school-directions-box + div + div#footer .section:first-child:before,
.privace-policy + div + div#footer .section:first-child:before {
    content: '';
    height: 1px;
    width: calc(100% - 34px); /* 100%; */
    margin: 0 auto;
    background: #e9edf2;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
}

.privace-policy {
    padding-bottom: 40px;
}

div.filter-wrapper.select-custom-city-box > h3 {
    padding-left: 0;
}

.article-description-inner {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 17px;
}

.news-box .section.news {
    padding-bottom: 0;
}

/*
.news-box ul.news {
	margin: 0 -17px;
}*/

.news-box .section.news .article-description-wrapper {
    padding: 0;
}

/*
div.general-top {
	padding: 0;
}
*/
.select-custom-city-box .select {
    border-bottom: 1px solid #eef2f5;
    position: relative;
}

.icons-blue i, i.icons-blue {
    color: #353b58 !important;
}

div.banner-wrapper.about.bg {
    background-position: 60% 30%;
    background-size: auto 70%;
}

div.banner-wrapper.history {
    background-position: 60% 100%;
    background-size: auto 95%;
}

div.banner-wrapper.about.bg .banner-inner p:last-child {
    margin-bottom: 60px;
}

ul.three-cols > li {
    padding-left: 20px;
    padding-right: 20px;
}

form .rq input {
    padding-left: 12px;
}

form .rq:before {
    content: '\2a';
    position: absolute;
    height: 37px;
    line-height: 37px;
    font-size: 20px;
    color: #6bccf1;
    display: block;
    float: left;
    padding-top: 4px;
    z-index: 100;
}

form .rq.padd:before {
    padding-top: 16px;
    padding-left: 7px;
}

.rq-color {
    color: #6bccf1;
}

.search-branch ::-webkit-input-placeholder {
    opacity: 1;
    font-family: 'koedulight';
    color: #728094;
}

::-webkit-input-placeholder {
    opacity: 1;
    font-family: 'koedulight';
    color: #728094;
}

:-moz-placeholder {
    opacity: 1;
    font-family: 'koedulight';
    color: #728094;
}

::-moz-placeholder {
    opacity: 1;
    font-family: 'koedulight';
    color: #728094;
}

:-ms-input-placeholder {
    opacity: 1;
    font-family: 'koedulight';
    color: #728094;
}

::-ms-input-placeholder {
    opacity: 1;
    font-family: 'koedulight';
    color: #728094;
}

:placeholder-shown {
    opacity: 1;
    font-family: 'koedulight';
    color: #728094;
}

.extra-margin {
    margin-bottom: 20px !important;
}

@media (min-width: 1281px) {
    #menu ul.menu li:hover > span > a,
    #menu ul.menu .sub-menu,
    /*#menu ul.menu .sub-menu li a:after, #menu ul.menu .sub-menu li a:before, #menu ul.menu .sub-menu li a i, #menu ul.menu .sub-menu li a i + i {*/
        /*background: #0d3393;*/
    /*}*/

    #menu ul.menu .sub-menu li a span .ico-box {
        height: 60px;
    }

    #menu ul.menu .sub-menu li a span .name {
        height: 55px;
        display: table;
        width: 100%;
        line-height: 1.3em;
    }

    #menu ul.menu .sub-menu li a span .ico-box:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    #menu ul.menu .sub-menu li a span .ico-box img {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        max-height: 50px;
    }
}

.padding-v-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.search-branch {
    border-top: 1px solid #eef2f5;
    padding: 60px 0 30px 0;
    margin: 0 17px;
}

div.section div.section-inner > h2.top.padd-sm,
div.section div.section-inner > h2.top {
    padding: 0px 20% 70px 20%;
}

#footer ul, #footer ul.country li p {
    font-family: 'koedulight';
}

.school-direction-wrapper .section.school-direction .section-inner {
    -webkit-box-shadow: 0px -35px 20px -40px rgba(83, 83, 83, 0.28);
    -moz-box-shadow: 0px -35px 20px -40px rgba(83, 83, 83, 0.28);
    box-shadow: 0px -35px 20px -40px rgba(83, 83, 83, 0.28);

}

.school-direction-wrapper .section.school-direction .section-inner > * {
    background: #fff;
    position: relative;
    z-index: 9;
}

.school-direction-wrapper .section.school-direction .section-inner > *:first-child {
    border-radius: 25px 25px 0 0;
    z-index: 10;
}

.school-direction-wrapper .section.school-direction .section-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 350px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-box-shadow: -3px -4px 35px rgba(83, 83, 83, 0.28);
    -moz-box-shadow: -3px -4px 35px rgba(83, 83, 83, 0.28);
    box-shadow: -3px -4px 35px rgba(83, 83, 83, 0.28);
    -webkit-transform: translate(35px, 5px) rotate(-3deg);
    -moz-transform: translate(35px, 5px) rotate(-3deg);
    -ms-transform: translate(35px, 5px) rotate(-3deg);
    transform: translate(35px, 5px) rotate(-3deg);
}

.school-direction-wrapper .section.school-direction .section-inner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 20px;
    height: 350px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -webkit-box-shadow: 3px -4px 35px rgba(83, 83, 83, 0.28);
    -moz-box-shadow: 3px -4px 35px rgba(83, 83, 83, 0.28);
    box-shadow: 3px -4px 35px rgba(83, 83, 83, 0.28);
    -webkit-transform: translate(-35px, 5px) rotate(3deg);
    -moz-transform: translate(-35px, 5px) rotate(3deg);
    -ms-transform: translate(-35px, 5px) rotate(3deg);
    transform: translate(-35px, 5px) rotate(3deg);
}

div.school-direction-content div.partial:first-child {
    border: 0;
}

.search-branch div.select .select-inner .select-styled.active + .select-options {
    display: block !important;
}

.search-branch div.select .select-inner .select-styled:not(.active) + .select-options {
    display: none !important;
}

.school-direction-content ul.details-list li {
    vertical-align: top;
}

.big-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.big-bg:before {
    content: '';
    display: inline-block;
    padding-top: 50%;
}

.big-bg:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 265px;
    width: 100%;
    display: block;
    background: url(gfx/gradient.png) repeat-x;
}

/*404*/

.site-404 div.banner div.banner-inner {
    text-align: center;
    padding: 60px 0;
}

.banner-wrapper.site-404 {
    padding-top: 140px;
}

.site-404 div.banner div.banner-inner h1 {
    font-size: 200px;
    width: 100%;
    text-align: center;
    padding: 25px;
}

.site-404 .general-top {
    position: static;
    padding: 0;
    display: block;
    width: auto;
    margin-top: 0;
}

.site-404 div.banner div.banner-inner h1 img {
    max-width: 177px;
    position: relative;
    top: 20px;
    left: 36px;
}

.site-404 div.banner div.banner-inner h1 p {
    font-family: 'koedulight';
    font-size: 26px;
    font-weight: lighter;
    line-height: 74px;
    margin-top: 10px;
    margin-left: -100px;
}

.site-404 div.banner div.banner-inner a {
    font-size: 17px;
    text-decoration: underline;
    margin: 20px;
    display: inline-block;
}

.site-404 div.banner div.banner-inner a:hover {
    text-decoration: none;
}

.cookies-box {
    border-top: 1px solid #e9edf2;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #18274d;
    background: #fff;
    padding: 23px 10px;
    z-index: 2000;
}

.cookies-box.show {
    display: block;
}

.cookies-box-inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.cookies-box-inner::before {
    content: '';
    background-image: url("gfx/cookies-ico.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 60px;
    position: absolute;
    left: 0px;
    top: -10px;
    height: 100%;
}

.cookies-box p {
    font-family: 'koedulight';
    float: left;
    font-size: 12px;
    padding-left: 84px;
    box-sizing: border-box;
    position: relative;
    top: 15px;
}

.cookies-box p a {
    text-decoration: underline;
}

.cookies-box p a:hover {
    text-decoration: none;
}

.cookies-box a.btn {
    display: inline-block;
    border-radius: 25px;
    font-family: 'koedumedium';
    background: #0d3393;
    color: #fff;
    font-size: 18px;
    padding: 11px 21px;
    margin: 0px 0 10px 30px;
    position: relative;
    z-index: 50;
    cursor: pointer;
    transition: all 0.4s;
}

.cookies-box a.btn:hover {
    background: #2a5edf;
}

.cookies-box.hide {
    display: none
}



ul.breadcrump + .school-type {
    margin-top: 0;
    margin-bottom: 25px;
}

div.banner div.banner-inner ul.breadcrump {
    margin-top: 35px;
}

ul.breadcrump li {
    font-family: 'koedulight';
    font-size: 12px;
    display: inline-block;
    position: relative;
    color: #6d7589;
    padding-right: 24px;
    margin-bottom: 20px;
    vertical-align: top;
}

ul.breadcrump li:after {
    content: '»';
    font-size: 12px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
}

ul.breadcrump li:last-child:after {
    display: none;
}

ul.breadcrump li:last-child {
    pointer-events: none;
}

ul.breadcrump li a,
ul.breadcrump li a.active:hover {
    text-decoration: underline;
}

ul.breadcrump li a.active,
ul.breadcrump li a:hover {
    text-decoration: none;
}

.section-wrapper.policy div.section ul {
    color: #848b9c;
}

div.search-inner label {
    display: none;
}

div.banner-wrapper {
    padding-top: 145px;
}

.contact div.banner-wrapper {
    padding-top: 160px;
}

/* changes2 */

div.banner-wrapper.faq {
    height: 362px;
    min-height: 362px;
    background-size: auto 95% !important;
}

div.banner-wrapper.faq div.banner {
    height: 218px;
    min-height: 218px;
}

#menu ul.menu li a {
    padding: 0 13px;

}

#menu ul.menu>li:first-child .ornament {
    font-size: 25px;
    line-height: 20px;
    position: relative;
    margin: auto;
    top: 2px;
}
#menu ul.menu li:last-child {
    margin-left: auto;
    margin-right: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 30px;
    vertical-align: middle;
}
#menu ul.menu .sub-menu a .ornament {
    position: relative;
    top: 2px;
}
div.banner-wrapper,
.listener div.banner-wrapper {
    min-height: 362px;
    background-size: auto 95%;
}

form#job-application label.error,
input.error + label.error,
form#sign-in label.error {
    font-family: 'koedulight';
    color: red;
    font-size: 12px;
    position: absolute;
    top: 100%;
    margin: 2px 0 0 0;
    padding-left: 0;
}

form#job-application .checkbox label.error,
form#sign-in .checkbox label.error {
    position: relative;
}

.contact-search input.address.error + label.error {
    margin-left: 7px;
}

.contact-search .select-outer {
    transition: opacity 0.3s;
}

.contact-search .select-outer.disabled {
    opacity: 0.3;
}

.contact-search .select-outer .select:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s;
}

.contact-search .select-outer.disabled .select:after {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 30;
}

/*
div.banner-wrapper div.banner,
.listener div.banner-wrapper div.banner {
  min-height: 218px;
}

.school-direction-wrapper.big div.banner-wrapper {
	min-height: 496px;

}

.school-direction-wrapper.big div.banner-wrapper div.banner {
	min-height: 336px;
}

.contact div.banner-wrapper {
	padding-top: 180px;
}
*/
.filter-wrapper.select-custom-city-box form {
    float: left;
}

div.filter-wrapper div.row.city {
    top: -6px;
}

a#toggle-menu b {
    display: none;
}

.partner-logo {
    display: table;
    position: relative;
    text-align: left;
    top: -100px;
    left: 25%;
    padding: 0 17px;
    margin: 0;
}

.partner-logo span {
    font-family: 'koedumedium';
    font-size: 22px;
    color: #18274d;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}

.partner-logo img {
    max-width: 93px;
    display: table-cell;
    vertical-align: middle;
}

@media screen and  (max-width: 1441px) {

    .creator-wrapper .dialog-wrapper {
        max-width: 678px;
    }
    div.general-top {
        margin-top: 128px;
    }

    .creator-wrapper .geoloc-dialog {
        right: 23px;
    }

    div.buttons a.sign-in,
    div.buttons a.contest {
        padding: 7px 24px;
        font-size: 12px;
    }

    div.school-type {
        font-size: 12px;
        padding: 7px 24px;
    }

    div.banner-wrapper div.buttons p.price {
        padding: 0px 18px;
        font-size: 16px;
        line-height: 36px;
        margin-left: 15px;
    }

    div.banner-wrapper div.buttons p.price.free,
    div.banner-wrapper div.buttons p.price.price.ask-in-office,
    div.banner-wrapper div.buttons p.price.price.price-in-city {
        padding-left: 54px;
    }

    div.banner-wrapper div.buttons p.price:after {
        left: 20px;
    }

    div.banner-wrapper div.buttons p.price.free:after {
        width: 20px;
        height: 21px;
        background-position: -815px -130px;
    }

    div.banner-wrapper div.buttons p.price.people-in-group:after {
        width: 30px;
        height: 18px;
        left: 24px;
        background-position: -847px -109px;
    }

    div.banner-wrapper div.buttons p.price.ask-in-office:after {
        width: 19px;
        height: 19px;
        left: 20px;
        background-position: -879px -109px;
    }

    div.banner-wrapper div.buttons p.price.price-in-city:after {
        width: 20px;
        height: 19px;
        left: 20px;
        background-position: -863px -131px;
    }

    div.slide-content.bullets {
        bottom: 200px;
    }

    .creator-wrapper {
        bottom: 15px;
    }

    .creator-wrapper div.section {
        min-height: 160px;
        border-radius: 15px;
    }

    .creator-wrapper div.run,
    .creator-wrapper div.begin,
    .creator-wrapper div.run a {
        border-radius: 15px;
    }

    .creator-wrapper div.run a {
        font-size: 22px;
        height: 160px;
        min-height: 160px;
    }

    .creator-wrapper div.run a.run i {
        margin-top: 14px;
    }

    div.search-wrapper {
        height: 160px;
    }

    div.search > span,
    div.search-inner input {
        font-size: 18px;
    }

    div.search-inner label {
        top: 0;
    }

    div.creator div.select-wrapper div.select p {
        margin-bottom: 0;
        height: 36px;
        line-height: 36px;
        /*height: 130px;*/
    }

    div.creator div.mid {
        height: 160px;
        padding: 10px 0;
    }

    div.popular-info img.question {
        width: 48px;
    }

    #chat div.chat a.chat {
        width: 56px;
        height: 56px;
    }

    #chat div.chat a.chat i {
        width: 22px;
        height: 19px;
        background: url(gfx/icons.png) -756px -170px;
    }

    div.chat-inner div.buttons {
        height: 50px;
        width: 180px;
        top: 2px;
    }

    div.chat-inner div.buttons a.sign {
        padding: 15px;
        font-size: 12px;
        text-align: center;
    }

    div.chat-inner div.buttons a.sign:before {
        width: 18px;
        height: 18px;
        left: 16px;
    }

    div.dropdown-styled .dropdown-options li,
    div.select .select-inner .select-options li, div.select .select-inner .select-options > a {
        font-size: 16px;
        padding: 5px 10px 5px 20px;
        font-family: 'koedulight';
    }

    div.section {
        max-width: 1150px;
    }

    .creator-wrapper,
    #top-inner,
    .slide-content, .banner,
    .search-wrapper {
        max-width: 1200px;
        margin: 0 auto;
    }
    #under-top #menu-wrapper {
        max-width: 1200px;
    }
    .creator-wrapper {
        max-width: 1184px;
    }

    ul.slider h1,
    div.banner-wrapper h1 {
        font-size: 42px;
        line-height: 45px;
    }

    div.general-top {
        /*padding: 0;  nie zmieniać tego*/
    }

    ul.slider div.price-wrapper div.price {
        padding: 21% 19px;
    }

    ul.slider h3 {
        font-size: 20px;
    }

    div.buttons a {
        padding: 13px 34px;
        font-size: 14px;
        border-radius: 25px;
    }

    div.buttons a.tel {
        font-size: 23px;
    }

    .creator-wrapper div.run a {
        font-size: 21px;
    }

    div.select-wrapper h4 {
        font-size: 21px;
    }

    div.select-wrapper div.select p {
        font-size: 14px;
    }

    div.dropdown-styled,
    div.select .select-inner .select-styled,
    div.school-direction-top div.buttons a {
        font-size: 11px;
    }

    div.dropdown-styled .dropdown-options li, div.dropdown-styled div.other a,
    div.select .select-inner .select-options li, div.select .select-inner .select-options > a {
        font-size: 13px;
    }

    div.section div.section-inner > h2, .section-wrapper.map > h2, .contact #contact-map-wrapper > h2 {
        font-size: 24px;
    }

    div.school-directions div.popular-info h3,
    div.popular-info h3 {
        font-size: 24px;
    }

    div.popular-info p {
        font-size: 16px;
    }

    div.buttons a.more {
        font-size: 11px;
    }

    div.sentence div.section h2 {
        font-size: 42px;
    }

    div.strengths div.section div.section-inner > h2,
    div.sentence div.section p {
        font-size: 16px;
    }

    div.strengths div.section div.section-inner > h2 {
        font-size: 22px;
    }

    .section-wrapper.map > h2 {
        font-size: 21px;
    }

    .strengths ul.timeline li span {
        font-size: 16px;
    }

    div.title p {
        font-size: 24px;
    }

    #footer ul li {
        font-size: 14px;
    }

    #footer ul.country li h3 {
        font-size: 18px;
    }

    #footer ul li:first-child {
        font-size: 26px;
    }

    ul.news li div.inner div.date i {
        font-size: 34px;
    }

    ul.news li div.inner div.date span {
        font-size: 20px;
    }

    ul.news li div.inner div.date {
        width: 80px;
        height: 80px;
    }

    ul.slider li,
    .big-bg {
        background-position: center 70px !important;
        background-size: 100% auto !important;
    }

    #top {
        height: 82px;
    }

    #top-wrapper {
        height: 128px;
    }

    #misc a.fb i, #misc a.tt i, #misc a.bell i {
        font-size: 15px;
    }

    ul.slider li {
        padding-top: 145px;
    }

    div.slide-content.bullets {
        bottom: 200px;
    }

    ul.bullets li a i {
        width: 6px;
        height: 6px;
        margin: 0 4px;
    }

    .section.popular {
        padding-top: 30px;
    }

    #popular.absolute-pos {
        top: 27px;
    }

    #menu ul.menu li {
        margin: 0px;
    }

    #top-inner div.logo img {
        width: 96%;
    }

    #top-inner div.logo {
        max-width: 250px;
        top: 18px;
        height: 45px;
    }

    ul.popular-list + div.buttons {
        margin-top: -20px;
    }

    #footer div.buttons a.tel {
        font-size: 34px;
    }

    .creator-wrapper div.section,
    .creator-wrapper div.run a {
        border-radius: 28px;
    }

    div.select-wrapper {
        right: -205px;
        width: 205px;
    }

    .creator div.select-wrapper {
        right: -222px;
        width: 222px;
    }

    .creator div.select-wrapper div.select label {
        margin-left: 10%;
        margin-top: 5px;
    }

    .creator-wrapper div.run a {
        width: 200px;
    }

    div.search-wrapper {
        padding: 0 222px 0 200px
    }

    ul.slider h1 {
        width: 40%;
    }

    #misc a.fb, #misc a.tt, #misc a.bell {
        top: 0px;
    }

    #misc a.fb, #misc a.tt, #misc a.bell, div.chat a {
        width: 30px;
        height: 30px;
    }

    div.sentence {
        min-height: 360px;
    }

    .steps-outer {
        left: 165px;
    }

    div.step label {
        font-size: 13px;
    }

    div.step h2 {
        font-size: 20px;
    }

    div.search-inner label {
        font-size: 13px;
    }

    div.search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 20px;
    }

    div.search input::-moz-placeholder { /* Firefox 19+ */
        font-size: 20px;
    }

    div.search input:-ms-input-placeholder { /* IE 10+ */
        font-size: 20px;
    }

    div.search input:-moz-placeholder { /* Firefox 18- */
        font-size: 20px;
    }

    div.sentence div.section-inner {
        max-width: 945px;
    }

    .sentence div.section div.section-inner > h2 {
        padding-bottom: 0px;
    }



    #footer ul li:first-child {
        margin-bottom: 1.3em;
    }

    #footer ul.country li img {
        max-width: 84px;
    }

    #footer div.buttons {
        top: -100px;
    }

    #footer ul.country {
        width: 27%;
    }
    .partner-logo {
        left: 27%;
    }

    #footer ul.about {
        width: 18%;
    }

    /* Contact */
    .contact div.banner-inner > p,
    .contact h2 {
        font-size: 20px;
    }

    .fake-popup h1, .fake-popup h1 b,
    .fake-popup .school h1, .fake-popup .contact-place h1,
    div.general-top h1.news-details,
    div.filter-wrapper h1,
    div.filter-wrapper.select-custom-city-box > h3,
    div.banner div.banner-inner h1 {
        font-size: 42px;
        /*line-height: 45px;*/
    }

    /*
	div.filter-wrapper.select-custom-city-box > h3 {
		padding: 0 17px;
	}*/
    .creator div.filter-wrapper.select-custom-city-box > h3 {
        padding: 0;
    }

    .creator .general-top p {
        margin-bottom: 60px;
    }

    .fake-popup div.select, .search-branch div.select,
    .fake-popup div.select p, .search-branch div.select p {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .fake-popup div.select select,
    div.row input[type="text"], div.row input[type="email"] {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    div.row textarea,
    div.row input[type="text"],
    div.row input[type="email"] {
        font-family: 'koedulight';
        font-size: 16px;
    }

    textarea {
        height: 235px;
        min-height: 235px;
    }

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 16px !important;
    }

    ::-moz-placeholder { /* Firefox 19+ */
        font-size: 16px !important;
    }

    :-ms-input-placeholder { /* IE 10+ */
        font-size: 16px !important;
    }

    :-moz-placeholder { /* Firefox 18- */
        font-size: 16px !important;
    }

    div.rest div.left p {
        font-size: 14px;
    }

    .hotline h4 {
        font-size: 21px;
    }

    .hotline div.mid p.big {
        font-size: 41px;
    }

    .contact ul.documents-needed > li {
        font-size: 16px;
    }

    .contact .icons h3 {
        font-size: 20px;
    }

    div.section div.section-inner > h2, .section-wrapper.map > h2, .contact #contact-map-wrapper > h2 {
        font-size: 21px;
    }

    .hotline div.mid p {
        font-size: 20px;
    }

    div.nav div.buttons a,
    div.buttons a.read-more,
    div.pagin li,
    div.buttons a.small,
    div.rest div.right button {
        font-size: 11px;
    }

    div.section div.section-inner div.school-direction-top > h2,
    .see-more h2,
    ul.three-cols h3,
    ul.docs-circle li div.circles h3,
    ul.strengths h3 {
        font-size: 21px;
    }

    ul#faq-list h3,
    ul#faq-list h3 p,
    ul#faq-list h3 p b {
        font-size: 24px;
    }

    ul.three-cols h3 {
        font-size: 42px;
        line-height: 45px;
    }

    .school-padd div.section.padd h1 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    ul#faq-list li.item {
        font-size: 16px;
    }

    div.rest div.checkbox label,
    .fake-popup .school p,
    .article-description p,
    ul.three-cols p,
    ul.timeline li,
    ul.strengths p,
    .section-wrapper.description p,
    .section-wrapper.description ul li,
    .about div.banner div.banner-inner p {
        font-size: 16px;
    }

    div.buttons button {
        font-size: 14px;
        padding: 14px 35px;
    }

    div.school-direction-wrapper {
        background-position: center 70px !important;
        background-size: 100% auto !important;
    }

    div.section.school-direction {
        max-width: 1194px;
    }

    /*
    div.school-type {
        margin-top: 0px;
        margin-bottom: 55px;
    }

    div.about-section-bg div.section {
        display: block;
    }

    div.banner-wrapper.history div.banner {
        height: 230px;
        min-width: 200px;
    }

    .listener div.banner-wrapper {
        height: 400px;
        min-height: 100px;
    }

    .listener div.banner-wrapper div.banner {
        height: 100%;
        min-height: 100px;
    }



	div.history div.banner div.banner-inner h1 {
		margin-top: -20px;
	}
    */
    div.banner-wrapper.about.bg div.banner div.banner-inner h1 {
        margin-top: 86px;
    }

    .fake-popup div.buttons a {
        font-size: 11px;
    }

    div.select .select-inner .select-styled.active + .select-options,
    div.dropdown-styled .dropdown-options {
        max-height: 225px;
    }

    div.section {
        max-width: 1194px;
    }

    ul.slider li {
        background-size: 100% auto !important;
    }
    .school-directions-banner.section,
    .school-directions-banner div.section {
        padding-top: 40px;
    }

}

@media screen and (max-width: 1380px) {
    .banner-wrapper.faq .banner,
    .contact div.banner-wrapper .banner {
        max-width: 1200px;
    }

    ul#faq-list {
        max-width: calc(1170px + 20px);
    }

    ul#faq-list h3 {
        line-height: 1.3em;
        min-height: 33px;
    }

    ul#faq-list h3 p, ul#faq-list h3 p b {
        line-height: inherit;
    }

    ul#faq-list div.faq {
        min-height: 313px;
    }

    ul#faq-list div.faq.expand:not(.fold) {
        max-height: 313px;
    }
}

@media only screen and (max-width: 1366px) {


    .school-directions-box div.filter-wrapper.select-custom-city-box div.row.city {
        vertical-align: middle;
    }

    .strengths ul.timeline li {
        font-size: 17px;
    }

    /*
	div.filter-wrapper.select-custom-city-box div.row.city {
	vertical-align: top;
}*/
    div.general-top div.row div.select-outer,
    div.general-top div.row.city div.input-wrapper {
        margin-left: 30px;
    }

    div.banner-wrapper.history div.banner {
        height: 100%;
        min-height: auto;
    }

    div.banner-wrapper.history {
        min-height: auto;
        max-height: none;
        height: auto;
    }

    div.history div.banner div.banner-inner h1.blue {
        padding: 0;
    }

    div.news-box .section.padd {
        margin-top: 20px;
    }

    .creator-wrapper {
        max-width: 1192px;
    }

    div.slide-content.bullets {
        bottom: 200px;
    }

    .news div.section {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    #footer .section {
        padding: 100px 0 0px;
    }

    div.section div.section-inner > h2 {
        padding-bottom: 50px;
    }

    .news ul.news li {
        margin-bottom: 50px;
    }

    div.search-wrapper {
        height: 160px;
    }

    div.search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 20px;
    }

    div.search input::-moz-placeholder { /* Firefox 19+ */
        font-size: 20px;
    }

    div.search input:-ms-input-placeholder { /* IE 10+ */
        font-size: 20px;
    }

    div.search input:-moz-placeholder { /* Firefox 18- */
        font-size: 20px;
    }

    ul.slider div.price-wrapper div.price span {
        font-size: 14px;
        line-height: 14px;
    }

    ul.slider div.price-wrapper div.price i {
        font-size: 32px;
        line-height: 32px;
    }

    ul.slider h1, div.banner-wrapper h1 {
        padding: 0 0 3vh;
    }

    div.banner-wrapper h1 {
        padding: 0;
    }

    .school-padd {
        margin-top: 20px;
    }

    .school-directions-banner.school-padd {
        margin-top: 0px;
    }

    div.banner-wrapper.faq h1 {
        padding: 0;
    }

    ul.slider div.price-wrapper {
        padding: 2vh 0 0;
    }

    .section.popular {
        padding-top: 90px;
    }

    ul.popular-list + div.buttons {
        margin-top: 0;
    }

    #popular.absolute-pos {
        top: 90px;
    }

    div.sentence {
        min-height: 366px;
        height: 366px;
    }



    #footer ul li:first-child {
        font-size: 24px;
    }

    .section.popular div.dropdown-styled {
        min-width: 245px;
    }

    /*
	ul.popular-list {
		margin: 0 -15px;
	}*/
    ul.popular-list li {
        padding: 0 15px;
        margin-bottom: 53px;
    }

    ul.popular-list li div.inner {
        left: 15px;
        right: 15px;
    }

    ul.news {
        /* margin: 0 -15px; */
    }

    ul.news li {
        /* padding: 0 15px; */
    }

    #footer .section {
        padding-top: 100px;
    }

    /*
	@-moz-document url-prefix() {

		div.banner-wrapper {
			height: 496px;
		}

		div.banner {
			height: 336px;
		}
	}
	*/
    div.banner {
        min-height: auto;
    }

    .history-line ul.timeline::after {
        height: 95%;
    }

    .listener div.banner-wrapper,
    div.banner-wrapper.history {
        min-height: auto;
        height: 300px;
    }

    .listener div.banner-wrapper h1 {
        padding: 0;
    }

    div.buttons em.more {
        padding: 10px 18px;
    }
}

@media only screen and (max-width: 1280px) {



    #side-buttons {
        top: 90px;
    }


    .mobile {
        display: inline-block;
    }
    #under-top > .buttons {
        display: block;
        text-align: center;
        margin: 20px auto ;
    }

    #under-top #menu-wrapper
    {
        padding: 0;
    }
    #under-top #menu-wrapper .ornament {
        top: 0
    }
    .dialog-wrapper.mobile {
        display: block;
        position: absolute;
        bottom: 200px;
        left: 10%;
        right: 10%;
        text-align: center;
    }

    .creator-wrapper .dialog-wrapper {
        display: none;
    }
    #top-inner div.buttons {
        display: none;
    }
    #misc a.zone {
        color: #fff;
    }

    div.footer-line div.school-directions div.filter-wrapper.select-custom-city-box div.row.city {
        top: 2px;
    }

    div.popular-info img.question {
        width: 71px;
    }

    .news-box ul.news {
        margin: 0 auto;
    }

    #menu ul.menu li a {
        padding: 0 15px;
    }

    ul.slider div.price-wrapper {
        padding-top: 1vh;
    }

    /*#top-inner div.buttons {*/
        /*position: relative;*/
        /*right: auto;*/
        /*text-align: center;*/
        /*padding: 0 90px 0 210px;*/
    /*}*/

    #top-inner div.logo {
        top: 14px;
    }

    #top-inner div.logo img {
        width: 85%;
    }

    a#toggle-menu {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        z-index: 150;
        width: 38px;
        display: block;
    }

    a#toggle-menu:before,
    a#toggle-menu:after {
        content: '';
    }

    a#toggle-menu:before,
    a#toggle-menu:after,
    a#toggle-menu i {
        display: block;
        height: 4px;
        background: #18274d;

        -webkit-transition: background-color 0.4s, -webkit-transform 0.4s, opacity 0.4s;
        transition: background-color 0.4s, transform 0.4s, opacity 0.4s;

        -webkit-transform: translateY(0);
        transform: translateY(0);
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .menu-open a#toggle-menu:before,
    .menu-open a#toggle-menu:after,
    .menu-open a#toggle-menu i {
        background: #fff;
    }

    a#toggle-menu i {
        margin: 5px 0;
    }

    body.menu-open a#toggle-menu i {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    body.menu-open a#toggle-menu:before {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }

    body.menu-open a#toggle-menu:after {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 0;
    }

    a#toggle-menu b {
        display: block;
        color: #000;
        position: absolute;
        left: -55px;
        top: 50%;
        transform: translateY(-50%);
    }

    body.menu-open a#toggle-menu b {
        display: none;
    }

    #top-wrapper {
        height: 62px;
    }

    #top {
        height: 62px;
        border-bottom: 0;
    }

    #under-top {
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s;
    }

    body.menu-open #top-wrapper {
        position: absolute;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
        background: #18274d;
    }

    body.menu-open #under-top {
        opacity: 1;
        visibility: visible;
        padding: 0;
    }

    body.menu-open #menu-wrapper {
        display: block;
        height: auto;
    }

    #menu,
    #misc {
        display: block;
        text-align: center;
    }

    #menu {
        margin-top: 30px;
    }
    #menu ul.menu li:hover .positioner {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }
    #menu ul.menu li:hover .positioner:after {
        content: "";
        background: transparent;
    }
    #menu ul.menu {
        display: block;
        height: auto;
    }
    #menu ul.menu li {
        display: block;
        margin: 0;
        padding: 10px 0;
        border-bottom: 2px solid #243256;
    }

    #menu ul.menu li:last-child {
        border-bottom: none;
    }
    #menu ul.menu li > a {
        text-transform: none;
    }
    #menu ul.menu li:hover > a {
        background: transparent;
        color: #7c92c9;

    }
    #menu ul.menu .positioner {
        width: 100%;
        height: auto;
        position: relative;
    }
    #menu ul.menu .sub-menu li {
        border-bottom: none;
        border-top: #243256 solid 2px;
    }
    #menu ul.menu li a,
    #menu ul.menu .sub-menu li a {
        font-family: 'koedumedium';
        font-size: 26px;
        border-radius: 0;
        display: block;
        text-align: left;
        color: #fff;
        transition: all 0.4s;
        width: auto;
        height: auto;
        line-height: normal;
        border: none;
        cursor: pointer;
    }


    #menu ul.menu>li a.dropbtn:after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        color: white;
        right: 0;
        padding: 5px 20px;
    }

    #menu ul.menu>li.expanded a.dropbtn:after {
        content: "\f106";
    }


    #menu ul.menu .sub-menu li a {
        padding-left: 60px;
        font-size: 20px;
    }

    #menu ul.menu li:hover > a,
    #menu ul.menu li .sub-menu  li:hover > a {
        background: transparent;
        color: #7c92c9;
    }

    #menu ul.menu li.active a {
        background: transparent;
        color: #7c92c9;
    }

    .menu-open div.buttons a.tel {
        color: #7c92c9;
    }

    .menu-open div.buttons a.tel i {
        color: #6d7589;
    }

    /*.menu-open #menu ul.menu li:hover a.dropbtn:before,*/
    /*.menu-open #menu ul.menu li:hover a.dropbtn:after,*/
    .menu-open #menu ul.menu .sub-menu li img,
    #menu ul.menu .sub-menu li a:after,
    #menu ul.menu .sub-menu li a:before,
    #menu ul.menu .sub-menu li a i,
    #menu ul.menu .sub-menu li a i + i {
        display: none;
    }

    #menu ul.sub-menu li {
        margin: 0;
    }

    #menu ul.menu .sub-menu li {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;

        -webkit-transition: none;
        transition: none;
    }

    #menu ul.menu li.expanded .sub-menu > li {
        -webkit-transition: -webkit-transform 400ms, opacity 400ms;
        transition: transform 400ms, opacity 400ms;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    #menu ul.menu li.expanded > .sub-menu > li:nth-child(n) {
        -webkit-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    #menu ul.menu li.expanded > .sub-menu > li:nth-child(1) {
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
    }

    #menu ul.menu li.expanded > .sub-menu > li:nth-child(2) {
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms;
    }

    #menu ul.menu li.expanded > .sub-menu > li:nth-child(3) {
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    #menu ul.menu li.expanded > .sub-menu > li:nth-child(4) {
        -webkit-transition-delay: 150ms;
        transition-delay: 150ms;
    }

    #menu ul.menu li.expanded > .sub-menu > li:nth-child(5) {
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    #menu ul.menu li.expanded > .sub-menu > li:nth-child(6) {
        -webkit-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    #menu ul.menu li.expanded > .sub-menu > li:nth-child(7) {
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    #menu ul.menu li.expanded > .sub-menu > li:nth-child(8) {
        -webkit-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    #menu ul.menu .sub-menu,
    #menu ul.menu li:hover .sub-menu {
        box-shadow: none;
        max-width: none;
        opacity: 0;
        height: 0;
        visibility: hidden;
        background: transparent;
        color: #fff;
        border-radius: 0;
        position: static;
        transition: all 0.4s;
        border: none;
    }

    #menu ul.menu li.expanded .sub-menu {
        opacity: 1;
        visibility: visible;
        height: auto;
        margin-top: 18px;
    }

    #menu ul.menu .sub-menu li {
        font-family: 'koedumedium';
        width: auto;
        height: auto;
        font-size: 36px;
        display: block;
        text-align: left;
        top: 0;
    }

    #menu ul.menu .fake-offer-link {
        display: block !important;
    }

    .offer-link {
        display: none !important;
    }

    #misc a.fb {
        margin-left: 0;
    }

    #top-inner .buttons {
        display: none;
    }

    ul.slider li {
        padding-top: 60px;
    }

    div.banner-wrapper {
        padding-top: 60px;
    }

    div.banner-wrapper.about.bg p {
        width: 60%;
    }

    .menu-open #top-inner div.logo a.logo {
        display: none;
    }

    .menu-open #top-inner div.logo a.logo-white {
        display: block;
    }

    #menu ul.menu li:hover a i.fa-angle-up,
    #menu ul.menu li.expanded a i.fa-angle-down,
    #menu ul.menu li.expanded:hover a i.fa-angle-down {
        display: none;
    }

    #menu ul.menu li:hover a i.fa-angle-down {
        display: block;
    }

    #menu ul.menu li.expanded a i.fa-angle-up {
        display: block
    }

    #menu ul.menu li.expanded:hover a i.fa-angle-up {
        color: #bfcdef;
    }

    #menu ul.menu .sub-menu li a span br {
        display: none;
    }

    #misc {
        padding: 15px 30px 15px 47px;
        text-align: right;
        margin: 20px 0;
    }

    #misc a.fb {
        background: #3b5999;
        border: 2px solid #3b5999;
    }

    #misc a.tt {
        background: #e4405f;
        border: 2px solid #e4405f;
    }

    #misc a.bell {
        /*background: #fffc00;
		border: 2px solid #fffc00;*/
        border: 2px solid #2a5edf;
        background: #2a5edf;
    }

    #misc a.bell i {
        /*color: #000;*/
        color: #fff;
    }

    ul.slider h1,
    div.banner-wrapper h1 {
        padding: 4vh 0 4vh;
    }

    div.slide-content.bullets {
        /*bottom: 220px;*/
    }

    ul.slider h1,
    ul.slider h3 {
        width: 60%;
    }

    div.about ul.bullets {
        bottom: 90px;
    }

    #footer ul.country {
        width: 25%;
    }
    .partner-logo {
        left: 25%;
    }

    #footer ul.about {
        width: 20%;
    }

    #footer ul.offer {
        width: 25%;
    }

    #footer ul.recrutation {
        width: 20%;
    }

    #footer ul.contact {
        width: 10%;
    }

    #footer div.buttons {
        right: 10px;
    }

    .policy div.section {
        padding-top: 62px;
    }

    .policy div.section h1 {
        padding: 0.5em 0;
    }

    div.general-top {
        margin: 35px 0 0 0;
    }

    .list div.general-top {
        margin-bottom: 0;
    }

    .list div.general-top div.filter-wrapper h3 {
        padding-bottom: 0;
    }

    div.filter-wrapper {
        display: block;
    }

    div.general-top div.row {
        display: block;
        text-align: center;
    }

    div.padd {
        padding-bottom: 0;
    }

    /*
    div.general-top div.row div.select-outer {
        margin-bottom: 15px;
    }*/
    div.general-top div.row div.select-outer:first-child,
    div.general-top div.row div.select-outer:nth-child(2),
    div.general-top div.row div.select-outer:nth-child(3) {
        margin: 0 25px 15px 25px;
    }

    .news-box div.general-top div.row div.select-outer:first-child,
    .news-box div.general-top div.row div.select-outer:nth-child(2),
    .news-box div.general-top div.row div.select-outer:nth-child(3) {
        margin: 0 !important;
    }

    .news-box div.general-top div.row div.select-outer:nth-child(2) {
        margin-left: 15px !important;
    }

    .news-box div.general-top div.row.city div.input-wrapper {
        margin-left: 15px !important;
    }

    div.footer-line div.school-directions div.general-top div.row div.select-outer:first-child {
        margin: 0 25px 15px 0px;
    }

    /*
	div.general-top div.row div.select-outer:first-child {
		margin: 0;
	}*/
    div.general-top h1 {
        padding-bottom: 30px;
        padding-right: 140px;
        font-size: 50px;
    }

    div.general-top h1.news-details {
        font-size: 52px;
    }

    div.general-top div.date {
        bottom: 30px;
    }

    .search-branch.school div.select-outer,
    .search-branch.school div.input-wrapper {
        width: 33.33%;
        padding: 0 17px;
    }

    div.circles div.popup p {
        margin: 10px;
        padding: 0;
    }

    div.popular-info {
        padding: 10px 15px;
    }

    ul.popular-list.four-col li {
        width: 33.33%;
    }

    div.slide-content.bullets {
        left: auto;
        transform: translateY(0);
    }

    .section.popular form#popular .select.city {
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 30px;
    }

    div.sentence div.section h2 {
        font-size: 50px;
    }

    div.general-top div.row {
        text-align: right;
    }

    .white-select div.select .select-inner,
    .white-select div.select .select-inner .select-styled,
    ul.search-school-directions input {
        font-size: 13px;
    }

    .white-select div.select .select-inner .select-options li,
    .white-select div.select .select-inner .select-options > a {
        font-size: 13px;
    }

    .search-branch ::-webkit-input-placeholder,
    ul.search-school-directions input::-webkit-input-placeholder,
    div.general-top div.input-wrapper input[type="text"]::-webkit-input-placeholder {
        font-size: 13px;
    }

    .search-branch ::-moz-placeholder,
    ul.search-school-directions input::-moz-placeholder,
    div.general-top div.input-wrapper input[type="text"]::-moz-placeholder {
        font-size: 13px;
    }

    .search-branch :-ms-input-placeholder,
    ul.search-school-directions input:-ms-input-placeholder,
    div.general-top div.input-wrapper input[type="text"]:-ms-input-placeholder {
        font-size: 13px;
    }

    .search-branch :-moz-placeholder,
    ul.search-school-directions input:-moz-placeholder,
    div.general-top div.input-wrapper input[type="text"]:-moz-placeholder {
        font-size: 13px;
    }

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 13px !important;
    }

    ::-moz-placeholder { /* Firefox 19+ */
        font-size: 13px !important;
    }

    :-ms-input-placeholder { /* IE 10+ */
        font-size: 13px !important;
    }

    :-moz-placeholder { /* Firefox 18- */
        font-size: 13px !important;
    }

    div.banner-wrapper.about.bg div.banner div.banner-inner h1 {
        margin-top: 20px;
        padding: 0;
    }

    .creator .general-top {
        margin-bottom: 0;
    }

    .creator .general-top p {
        margin-bottom: 10px;
    }

    #footer .section {
        padding-top: 70px;
    }

    .listener div.banner-wrapper,
    div.banner-wrapper.history,
    div.banner-wrapper.faq div.banner {
        height: 200px;
        min-height: auto;
    }

    div.banner-wrapper.faq div.banner {
        height: 140px;
    }

    .listener div.banner-wrapper,
    div.banner-wrapper.history h1,
    div.banner-wrapper.faq div.banner div.banner-inner h1 {
        margin-top: 20px;
    }

    div.banner-wrapper.history div.banner,
    div.banner-wrapper.faq {
        height: auto;
        min-height: auto;
        display: block;
    }

    .contact div.banner-wrapper {
        padding-top: 80px;
        min-height: auto;
        height: auto;
        background-position: 60% 100%;
        background-size: auto 95%;
    }

    .contact div.banner-wrapper .banner {
        display: block;
    }

    div.banner div.banner-inner,
    div.banner-wrapper.history div.banner div.banner-inner {
        display: block;
    }

    .school-directions-banner.section,
    .school-directions-banner div.section {
        padding-top: 60px;
    }

    ul.breadcrump {
        margin-top: 25px;
    }

    .article-description-wrapper .gallery ul {
        text-align: center;
    }

    .article-description-wrapper .gallery ul > li {
        width: 33.33%;
    }

}

@media (max-width: 1200px) {

    ul.search-school-directions input {
        padding-left: 20px;
    }

    div.filter-wrapper h3 br {
        display: block;
    }

    #popular.absolute-pos {
        position: relative;
        float: left;
        width: 100%;
        top: initial;
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .grey #popular.absolute-pos,
    .popular #popular.absolute-pos {
        position: absolute;
        float: none;
        top: 90px;
        margin: 0;
        width: auto;
    }

    #popular.absolute-pos .dropdown-styled {
        float: right;
    }

    div.school-direction-top #popular {
        position: absolute;
        margin: 0;
    }

    div.school-direction-top {
        min-height: auto;
        text-align: center;
    }

    div.section div.section-inner div.school-direction-top > h2,
    div.school-direction-top div.buttons,
    div.school-direction-top #popular {
        position: static;
        left: auto;
        top: auto;
        right: auto;
        float: none;
        transform: translate(0, 0);
    }

    div.school-direction-top div.buttons,
    div.school-direction-top #popular {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 20px 10px;
    }

    #popular.absolute-pos {
        width: auto;
    }

    div.section div.section-inner div.school-direction-top > h2 {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 1024px) {

    .search-branch div.select-outer,
    .search-branch div.input-wrapper {
        width: 50%;
        margin-bottom: 20px;
    }

    .search-branch div.select-outer:nth-child(2) {
        padding-right: 0;
    }

    .search-branch div.input-wrapper {
        padding-left: 0;
    }

    .search-branch div.input-wrapper button.magnifier {
        left: 0;
    }

    ul.popular-list li,
    .other-in-city ul.popular-list li {
        width: 50%;
        margin-bottom: 30px;
    }

    .other-in-city ul.popular-list li {
        margin-bottom: 34px;
    }

    ul.details-list li {
        width: 50%;
    }

    ul.three-cols {
        margin: 0;
    }

    ul.three-cols > li {
        padding: 0 20px 102px;
    }

    div.section div.section-inner > h2.top {
        max-width: 1310px;
        padding: 0 17px;
        margin: 0 auto 30px;
        font-size: 22px;
    }

    .listener div.section div.section-inner h2.bottom {
        font-size: 22px;
    }

    ul.docs-circle li {
        width: 50%;
        margin-bottom: 30px;
        padding: 0 8%;
    }

    div.rest div.left,
    div.rest div.right {
        width: 100%;
    }

    div.rest div.left {
        margin-bottom: 30px;
    }

    .contact div.rest div.g-recaptcha {
        padding-left: 0;
    }

    ul.slider li:after {
        display: block;
    }

    div.sign-in-circles {
        padding-bottom: 0px;
    }

    ul.search-school-directions > li {
        width: 50%;
    }

    .news-box div.filter-wrapper.select-custom-city-box div.row.city {
        display: block;
    }

    .news-box div.general-top div.row div.select-outer:first-child,
    .news-box div.general-top div.row div.select-outer:nth-child(2),
    .news-box div.general-top div.row div.select-outer:nth-child(3),
    .news-box div.general-top div.row.city div.input-wrapper {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .news-box div.general-top {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 960px) {


    ul.breadcrump  {
        margin-top: 45px;
    }


    .fake-popup h1, .fake-popup h1 b, .fake-popup .school h1, .fake-popup .contact-place h1, div.general-top h1.news-details, div.filter-wrapper h1, div.filter-wrapper.select-custom-city-box > h3, div.banner div.banner-inner h1 {
        line-height: normal;
    }

    .grey #popular.absolute-pos,
    .popular #popular.absolute-pos {
        position: static;
        top: auto;
    }

    .grey #popular.absolute-pos .dropdown-styled,
    .popular #popular.absolute-pos .dropdown-styled {
        float: none;
        max-width: 245px;
        margin: 0 auto 30px;
    }

    .grey div.section div.section-inner > h2,
    div.section.popular div.section-inner > h2 {
        padding-bottom: 20px;
    }

    .section-wrapper.description ul li {
        width: 100%;
    }

    .section-wrapper.description ul li:last-child {
        top: auto;
    }

    ul.strengths li {
        padding: 0 20px;
    }

    div.about ul.about {
        min-height: 500px;
    }

    div.about div.player,
    div.about div.desc {
        display: block;
    }

    div.about div.player {
        padding: 0;
        margin: 0 auto 30px;
    }

    div.about div.desc {
        width: 100%;
        padding: 0;
    }

    div.about ul.bullets {
        position: static;
        width: auto;
        padding: 0 0 0 7px;
    }

    ul.news {
        text-align: center;
    }

    ul.news li {
        width: 55%;
        margin: 0 auto 30px;
        text-align: center;
    }

    #footer ul {
        display: block;
        text-align: center;
        border-bottom: 1px solid #e9edf2;
        margin-bottom: 20px;
    }

    #footer ul.country,
    #footer ul.about,
    #footer ul.offer,
    #footer ul.recrutation,
    #footer ul.contact {
        width: 100%
    }

    #footer ul li {
        display: inline-block;
        padding: 0 10px;
    }

    #footer ul li:first-child {
        display: block;
    }

    #footer div.buttons,
    .partner-logo {
        position: static;
        right: auto;
        bottom: auto;
        text-align: center;
        top: auto;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .partner-logo {
        margin: 0 auto 20px;
    }

    ul#faq-list li.item {
        width: 100%;
    }

    div.buttons span {
        text-align: center;
        padding-left: 60px;
    }

    #job-application div.rest > div,
    #sign-in div.rest > div,
    div.rest div.g-recaptcha {
        width: 100%;
        text-align: center;
    }

    div.rest div.g-recaptcha > div {
        margin: 0 auto;
    }

    #job-application div.rest div.captcha,
    #job-application div.rest div.checkbox,
    #job-application div.rest div.buttons ,
    #sign-in div.rest div.captcha,
    #sign-in div.rest div.checkbox,
    #sign-in div.rest div.buttons {
        text-align: center;
        margin-bottom: 15px;
    }

    ul.three-cols > li,
    .search-branch.school div.select-outer,
    .search-branch.school div.input-wrapper {
        width: 100%;
    }

    .search-branch div.select-outer.distance {
        text-align: left;
    }

    ul.listeners-list li {
        width: 50%;
        margin-bottom: 34px;
    }

    ul.popular-list.four-col li,
    ul.search-school-directions > li {
        width: 50%;
    }

    /*
	div.filter-wrapper.select-custom-city-box div.row.city {
		display: block;
		padding: 0 17px;
	}
*/
    .hotline div.table {
        min-height: 176px;
        padding-left: 0;
    }

    .hotline div.icon {
        position: static;
        width: 100%;
        min-height: 130px;
        padding-top: 20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .hotline div.icon i {
        top: 60px;
    }

    .contact ul.documents-needed > li {
        width: 100%;
    }

    ul.documents-needed > li div.desc p {
        text-align: center;
    }

    ul.slider h1,
    ul.slider h3 {
        width: 100%;
    }

    ul.slider h1,
    div.banner-wrapper h1,
    div.banner div.banner-inner h1 {
        font-size: 50px;
        width: 100%;
    }

    div.banner div.banner-inner h1 {
        font-size: 42px;
    }

    ul.slider h3,
    div.banner-wrapper h3 {
        font-size: 20px;
    }

    ul.slider div.price-wrapper div.price span {
        font-size: 12px;
        line-height: 12px;
    }

    ul.slider div.price-wrapper div.price i {
        font-size: 22px;
        line-height: 22px;
    }

    div.buttons a {
        padding: 10px 26px;
        font-size: 12px;
    }

    div.sentence div.section p {
        font-size: 18px;
        line-height: normal;
    }

    div.sentence div.section h2 {
        font-size: 44px;
    }

    div.general-top h1 {
        padding-right: 0;
        font-size: 50px;
    }

    div.section div.section-inner > h2,
    .contact #contact-map-wrapper > h2 {
        padding: 0 20px 70px;
        font-size: 22px;
    }

    .section-wrapper.map > h2 {
        padding: 15px 30px;
    }

    .contact #contact-map-wrapper > h2 {
        padding: 70px 20px;
    }

    div.sentence div.section h2 {
        padding: 0;
    }

    div.banner-wrapper.about.bg p {
        width: 100%;
    }

    div.banner-wrapper.about.bg:after,
    .contact div.banner-wrapper:after,
    div.banner-wrapper.history:after,
    div.banner-wrapper.faq:after,
    .listener div.banner-wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        background: rgba(255, 255, 255, 0.8);
    }

    div.banner-wrapper.about.bg:after {
        max-height: 360px;
    }

    .cookies-box-inner {
        max-width: 1000px;
        text-align: center;
    }

    .cookies-box p {
        max-width: 100%;
        float: none;
        text-align: left;
        margin-bottom: 15px;
    }

    .cookies-box a.btn {
        margin: 15px auto 0;
        text-align: center;
    }

    #misc a.bell {
        cursor: pointer;
    }

    a.bell.popup:after {
        content: 'zakszkola';
        position: absolute;
        display: block;
        top: 36px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        border: 1px solid #2a5edf;
        padding: 0 4px;
        line-height: 24px;
    }

    .hotline .table div.mid:first-child p {
        padding-right: 0px;
    }

    ul#faq-list div.faq {
        min-height: auto;
    }

    .article-description-wrapper .gallery ul > li {
        width: 50%;
    }

    #top-inner div.logo {
        max-width: 170px;
        top: 19px;
    }

    #top-inner div.buttons {
        padding-left: 150px;
    }

    #top-inner div.buttons a.sign-in,
    #top-inner div.buttons a.contest {
        padding: 7px 10px;
    }

    #top-inner div.buttons > i:first-child {
        padding-right: 0px;
    }

    #top-inner div.buttons a.tel {
        padding-left: 50px;
        font-size: 20px;
    }

    #top-inner div.buttons a.tel i {
        left: 16px;
    }
}

@media (max-width: 768px) {

    .scrolled-down-chat #chat
    {
        display: block;
    }


    #side-buttons a {
        display: block;
        width: 170px;
        padding: 10px;
        margin: 3px 0;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        background-image: linear-gradient(to right, #353e8d , #545c9e);
        font-size: 17px;
        line-height: 17px;
        color: white;
        right: -135px;
        position: relative;
        transition: all 500ms;
        text-align: left;
    }
    #side-buttons a.active {
        right: 0;
    }

    #side-buttons a i.ornament {
        width: 1em;
        text-align: center;
        display: inline-block;
        margin-right: .5em;
        font-size: 17px;
        line-height: 17px;
    }

    .fake-popup form#job-application .cols .col,
    .fake-popup form#sign-in .cols .col {
        width: 100%
    }

    div.school-direction-top {
        min-height: auto;
        text-align: center;
    }

    div.section div.section-inner div.school-direction-top > h2,
    div.school-direction-top div.buttons,
    div.school-direction-top #popular {
        position: static;
        left: auto;
        top: auto;
        right: auto;
        float: none;
        transform: translate(0, 0);
    }

    div.school-direction-top div.buttons,
    div.school-direction-top #popular {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 20px;
    }

    #popular.absolute-pos {
        width: auto;
    }

    div.section div.section-inner div.school-direction-top > h2 {
        padding: 20px 0;
    }

    .strengths ul.timeline li span {
        font-size: 10px;
        padding: 15px;
        border-radius: 10px;
    }

    /*
	#top-inner div.buttons i {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s;
    }

	#top div.buttons > i:first-child {
		padding-right: 0;
	}

	#top-inner div.buttons i:first-child {
		opacity: 1;
		visibility: visible;
	}*/
    body.menu-open #top-inner div.buttons i {
        opacity: 1;
        visibility: visible;

    }

    /*
    div.section.popular div.section-inner > h2 {
        padding: 0 20px 120px;
    }*/
    form#popular div.select {
        right: auto;
        transform: translateX(-50%);
        top: 130px;
    }

    div.sentence {
        min-height: 400px;
    }

    div.sentence div.section p {
        font-size: 20px;
        margin: 0;
    }

    ul.strengths li {
        width: 100%;
    }

    div.cols div.col {
        width: 100%;
        padding: 0 17px;
    }

    ul.timeline li {
        font-size: 14px;
    }

    #menu-wrapper div.buttons {
        display: block;
        position: absolute;
        bottom: 16px;
        left: 0px;
    }

    .menu-open div.buttons a.tel i {
        left: 30px;
    }

    #top div.buttons a.tel {
        display: none;
    }

    .listener .about-section-bg.grey ul.strengths li:after {
        display: none;
    }

    ul.strengths p {
        margin-bottom: 30px;
    }

    .hotline div.mid p {
        font-size: 17px;
    }

    .hotline div.mid p.big {
        font-size: 32px;
        line-height: 32px;
    }

    div.rest div.right {
        text-align: center;
    }

    .contact div.rest div.right button,
    #contact div.rest div.right button {
        position: static;
        transform: translate(0);
        margin: 20px 0 0 0;
    }

    .news-box .filter-wrapper.select-custom-city-box form {
        float: none;
    }

    .news-box div.general-top div.row div.select-outer:first-child, .news-box div.general-top div.row div.select-outer:nth-child(2), .news-box div.general-top div.row div.select-outer:nth-child(3), .news-box div.general-top div.row.city div.input-wrapper {
        width: 100%;
        margin: 10px 0 10px 0 !important;
    }

    .news-box div.select .select-inner .select-options {
        z-index: 100;
    }

    div.banner-wrapper div.buttons a.sign-in {
        margin-bottom: 10px;
    }

    div.banner-wrapper div.buttons p.price {
        margin-left: 0;
    }

    div.banner-wrapper {
        padding-top: 60px;
    }

    .creator .creator-inner > .run {
        position: relative;
        float: left;
        width: 100%;
        border-radius: 0;
        transition: all 0.7s;
        z-index: 3;
        display: none !important;

    }

    .creator .creator-inner > .run.open {
        background: #0d3393;
        z-index: 3;
        overflow: visible;
    }

    .creator .creator-inner > .run.open a {
        transition: all 0.7s;
    }

    .creator .creator-inner > .run.open a.back,
    .creator .creator-inner > .run.open a.logo {
        transform: translate(0, -370px);
    }

    .creator-wrapper div.section {
        box-shadow: none;
    }

    .creator .creator-inner .steps-outer {
        bottom: 100% !important;
        height: 430px;
    }

    .creator .creator-inner .steps-outer {
        z-index: 2;
        left: 0;
        right: 0;
        visibility: hidden;
    }

    .creator .creator-inner .run.open ~ .search-wrapper .steps-outer {
        visibility: visible;
    }

    .creator .creator-inner .steps-outer div.steps-wrappers.active {
        left: 0;
    }

    .creator .creator-inner > .run:after {
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background: #0d3393;
        transition: all 2s;
        z-index: -1;
        border-radius: 30px;
    }

    .creator .creator-inner > .run.open:after {
        z-index: 5;
    }

    div.steps-wrappers {
        transform: translate(0, 100%);
    }

    div.steps-wrappers.active {
        transform: translate(0, 0);
    }

    .creator .creator-inner .steps-outer .steps-wrappers,
    .creator .creator-inner .steps-outer .steps-wrappers div.step,
    .creator .creator-inner .steps-outer .steps-wrappers div.step div.mid {
        height: inherit !important;
        width: 100%;
    }

    .creator .creator-inner > .run a {
        width: 100%;
    }

    .creator .creator-inner > .run a.run {
        position: relative;
        padding: 0;
        border-radius: 30px;
        z-index: 4;
    }

    .creator .creator-inner > .run a.back.active {
        border-radius: 0;
    }

    .creator .creator-inner > .run a.back.active:hover,
    .creator-wrapper div.run:hover a.back {
        background: #0d3393;
    }

    .creator-wrapper div.run a.run i:not(.mobile) {
        display: none;
        transform: scale(0.6);
        margin-top: 0;
    }

    .creator-wrapper div.run a.run span {
        vertical-align: top;
        line-height: 60px;
        text-transform: uppercase;
    }

    .creator-wrapper div.run .mobile:not(.logo) {
        display: inline-block !important;
        transform: scale(0.6);
        margin-top: 3px;
    }

    .creator-wrapper div.run a.back {
        font-size: 0;
    }

    .creator-wrapper div.run a.back.active + .logo.mobile {
        display: inline-block !important;
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 10px;
    }

    .creator-wrapper div.run a {
        height: 60px;
        min-height: 60px;
    }

    .creator-wrapper div.run a.back.active:after {
        display: none;
        /*
		right: 13px;
		top: 0px;
		transform: none;
		background: none;
		content: '\d7';
		font-size: 30px;
	*/
    }

    .creator .creator-inner > .run a.back,
    .creator-wrapper div.run:hover a.back,
    .creator .creator-inner > .run a.back:hover,
    .creator .creator-inner > .run a.logo,
    .creator-wrapper div.run:hover a.logo,
    .creator .creator-inner > .run a.logo:hover {
        background: none !important;
        border: 0;
    }

    .creator .creator-inner > .run a.back.active {
        padding: 0;
        right: 0;
        width: auto;
        left: auto;
    }

    .creator .creator-inner > .run a.back.active i {
        transform: scale(0.6);
        position: relative;
        margin-top: 13px;
        transition: 0.3s;
    }

    .creator .creator-inner > .run a.back.active:hover i {
        transform: scale(0.65);
    }

    .creator .creator-inner > .search-wrapper {
        padding: 0;
    }

    .creator .creator-inner > .search-wrapper .search > span {
        display: none;
    }

    .creator .creator-inner > .search-wrapper .search .search-inner {
        padding: 0;
        margin: 0 15px 10px 15px;
    }

    .creator .creator-inner > .search-wrapper .search .search-inner #search-autocomplete {
        padding: 0 40px 0 0;
    }

    .creator .creator-inner > .search-wrapper .search .search-inner button.magnifier {
        display: none;
    }

    .creator .creator-inner > .search-wrapper .search .search-inner button[type="submit"],
    .creator .creator-inner > .search-wrapper .search .search-inner button.submit {
        height: 26px;
        width: 26px;
        right: 0;
        background: url(gfx/icons.png) -126px -52px;
    }

    .creator .creator-inner > .search-wrapper .select-wrapper {
        width: 100%;
        right: auto;
        position: relative;
    }

    .creator .creator-inner > .search-wrapper .select-wrapper h4 {
        float: left;
        margin-top: 27px;
    }

    .creator .creator-inner > .search-wrapper .select-wrapper .city-dropdown {
        float: right;
        margin-left: 15px;
    }

    .creator .creator-inner > .search-wrapper .select-wrapper .city-dropdown p {
        float: left;
        margin-top: 31px;
        padding: 0 10px 0 15px;
        max-width: 150px;
        text-align: left;
        font-size: 14px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        min-height: auto;
    }

    .creator .creator-inner > .search-wrapper .select-wrapper .city-dropdown:before {
        top: 29px;
        left: 0;
    }

    .creator .creator-inner > .search-wrapper .select-wrapper .city-dropdown .dropdown-styled {
        min-width: 150px;
    }

    .creator .creator-inner .search-wrapper div.step .radio-wrapper {
        padding: 0 15px;
    }

    .creator .creator-inner .search-wrapper div.step .radio-wrapper label {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .slide-content {
        display: block;
    }

    .slider-content-inner {
        display: block;
    }

    ul.slider li {
        background-size: auto 50% !important;
        background-position: 100% 70% !important;
    }

    /*
	div.buttons a.special-bth {
		position: absolute;
		bottom: 250px;
		display: block;
		width: auto;
	}

	ul.slider div.price-wrapper div.buttons a.special-bth:after	 {
			display: none !important;
		}
	*/
    .dialog-wrapper.mobile {
        bottom: 0;
    }

    div.slide-content.bullets {
        display: block;
        bottom: 60px;
        transform: translateX(-50%);
        left: 50%;
        right: auto;
        width: auto;
    }

    div.slider ul.slider h1, div.banner-wrapper h1 {
        padding: 22px 0 29px 0;
    }

    div.slider ul.slider {
        height: 90vh;;
    }

    div.slider ul.slider li {
        background-size: 200% auto !important;
        background-position: 88% 280px !important;
    }

    div.slider ul.slider .slider-content-inner {
        padding: 0;
    }

    div.slider ul.slider .slider-content-inner .price-wrapper {
        position: absolute;
        left: 0;
        bottom: 225px;
        padding: 0 17px;
        width: 100%;

    }

    ul.slider .slider-content-inner .price-wrapper .buttons a {
        width: 100%;
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 21px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        display: none !important;
    }

    ul.slider div.priceWrapper {
        float: right;
    }

    .slider.slider-wrapper ul.slider li .slide-content:before,
    .slider.slider-wrapper ul.slider li .slide-content .price-wrapper {
        display: none !important;
    }

    .slider.slider-wrapper ul.slider li {
        bottom: auto;
        padding-bottom: 43%;
        background-position: 140% 100%;
        background-size: auto 40%;
    }

    .slider.slider-wrapper ul.slider li,
    .slider.slider-wrapper ul.slider li .slide-content {
        display: block;
        float: left;
        width: 100%;
        height: 100%;
    }

    ul.slider li:after {
        display: none;
    }

    .slider.slider-wrapper .creator-wrapper {
        position: relative;
        float: left;
        width: 100%;
        bottom: auto;
    }

    .fake-popup .contact-place #mapWrapper {
        margin-right: 0;
    }

    .fake-popup .place-details {
        position: static;
        padding-left: 0;
        padding-top: 40px;
        width: auto;
    }

    .fake-popup .place-details li.working-houers p {
        padding-right: 0;
    }

    .fake-popup .contact-place div.section {
        padding-top: 80px;
        padding-bottom: 15px;
    }

    #contact-map-wrapper #mapWrapper {
        height: 400px;
    }
}

@media only screen and (max-width: 640px) {

    #top-inner div.buttons {
        display: none;
    }

    /*.menu-open #top-inner div.buttons {*/
        /*display: block;*/
        /*padding: 0;*/
        /*transform: translateY(60px);*/
    /*}*/

    div.slide-content.bullets {
        bottom: 80px;
    }

    .menu-open.scrolled-down-chat #chat {
        display: none;
    }

    #menu-wrapper div.buttons {
        bottom: 86px;
    }

    #misc {
        /*margin-top: 70px;*/
        text-align: center;
    }

    /*
	#chat,
	.scrolled-down-chat #chat	{
		display: none;
	}*/
    .search-branch div.select-outer,
    .search-branch div.input-wrapper {
        width: 100%;
        padding: 0;
    }

    .search-branch div.input-wrapper button[type="submit"],
    .search-branch div.input-wrapper button.submit {
        right: 0;
    }

    div.general-top h1 {
        font-size: 28px;
    }

    ul.three-cols h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    ul.popular-list li,
    ul.news li,
    .other-in-city ul.popular-list li {
        width: 100%;
    }

    .other-in-city ul.popular-list li {
        margin-bottom: 17px;
    }

    div.school-direction-content div.partial ~ div.partial {
        margin: 20px 20px 0;
    }

    ul.details-list li {
        width: 100%;
        padding-right: 0;
    }

    /*
    ul#faq-list div.faq {
        padding: 15px;
    }
	*/
    ul.listeners-list li,
    ul.popular-list.four-col li,
    ul.search-school-directions > li,
    ul.docs-circle li {
        width: 100%;
    }

    ul.docs-circle {
        text-align: center;
    }

    ul.docs-circle li {
        max-width: 333px;
    }

    ul.timeline li {
        padding: 2px 5px 2px 60px !important;
        margin-bottom: 0.8rem;
        width: 100% !important;
        text-align: left !important;
    }

    ul.timeline li:after {
        left: 14px;
        margin-left: 0;
    }

    ul.timeline:after {
        left: 11.5px;
        margin-left: 0;
    }

    ul.timeline li:nth-child(2n) span:before {
        left: -31px;
        background-position: -346px -143px;
    }

    ul.timeline li:before {
        z-index: 10;
        line-height: 1em;
        top: 10px !important;
        display: block;
        right: auto !important;
        left: auto !important;
        text-align: left !important;
        font-size: 20px;
        left: 90px !important;
    }

    ul.timeline li:nth-child(2n-1)[data-content]:before,
    ul.timeline li:nth-child(2n)[data-content]:before {
        margin: 0;
    }

    .hotline {
        border-radius: 0;
    }

    .hotline div.table {
        display: block;
        min-height: auto;
        padding: 10px 0;
    }

    .hotline div.mid,
    .hotline div.mid + div.mid {
        padding: 10px 20px;
        width: 100%;
        display: block;
        text-align: center;
        min-width: 100%;
    }

    .hotline div.mid p.big {
        font-size: 36px;
    }

    /*
	.contact div.rest div.g-recaptcha {
		margin-bottom: 30px;
	}
	*/
    .contact div.rest div.right button {
        position: static;
        transform: translateY(0);
    }

    div.banner-wrapper h1 {
        width: 100%;
    }

    .contact h2 {
        font-size: 24px;
    }

    .strengths ul.timeline li {
        display: none;
    }

    .banner-wrapper.site-404 {
        padding-top: 40px;
    }

    .site-404 div.banner div.banner-inner h1 {
        font-size: 100px;
    }

    .site-404 div.banner div.banner-inner h1 img {
        top: auto;
        left: auto;
        max-width: 60px;
        margin-top: 20px;
    }

    .site-404 div.banner div.banner-inner h1 p {
        margin-left: 0px;
        line-height: normal;
        margin-top: 30px;
    }

    .banner-wrapper.site-404 ~ #footer .section {
        padding-top: 0;
    }

    div.sentence {
        height: auto;
        min-height: auto;
        padding: 20px 0;
    }

    div.buttons span {
        padding-left: 0;
    }

    #footer div.hr {
        margin: 0 0 40px 0;
    }

    #footer div.buttons {

    }

    div.buttons a.tel {
        padding-left: 70px;
        margin-left: -20px;
    }

    .menu-open div.buttons a.tel {
        margin-left: 0;
    }

    .contact #contact-map-wrapper > h2,
    .section-wrapper.map > h2 {
        left: 5px;
        right: 5px;
        transform: translateX(0);
        text-align: center;
    }

    div.general-top h1.news-details {
        padding: 0 0 50px 0;
        font-size: 50px;
    }

    div.general-top div.date {
        bottom: 0;
    }

    div.popupWrapper {
        padding: 0;
    }

    div.popupWrapper:before {
        display: none;
    }

    div.popupWrapper div.popup {
        padding: 60px 20px 20px 20px;
    }

    div.banner-wrapper.about.bg {
        background-position: 90% 0%;
    }

    div.banner-wrapper.about.bg .banner-inner p:last-child {
        margin-top: 110px;
    }

    .news-box div.nav {
        display: block;
        padding: 70px 20px 55px;
    }

    .news-box div.nav div.buttons {
        display: block;
    }

    .news-box div.nav div.buttons:first-child {
        text-align: center;
    }

    .news-box div.nav div.buttons:last-child {
        text-align: center;
        display: block;
    }

    .news-box div.nav div.buttons a.back,
    .news-box div.nav div.buttons a.prev,
    .news-box div.nav div.buttons a.next {
        margin-bottom: 15px;
    }

    .map-popup-wrapper div.city {
        text-align: center;
    }

    .gm-style-iw > div {
        max-width: 100% !important;
        width: 100% !important;
    }

    .map-popup-wrapper div.open,
    .map-popup-wrapper div.address,
    .map-popup-wrapper div.contact,
    .map-popup-wrapper div.phone,
    .map-popup-wrapper div {
        text-align: left;
    }

    .map-popup-wrapper span {
        display: block;
        width: auto;
        text-align: left;
        margin-bottom: 8px;
        padding: 0;
    }

    .school-direction-wrapper div.banner div.banner-inner ul.breadcrump {
        position: absolute;
    }

    .school-direction-wrapper div.banner div.banner-inner .school-type {
        margin-top: 130px;
    }

    .contact div.grey div.section {
        padding: 0;
    }

    .article-description-wrapper .gallery ul > li {
        width: 100%;
    }

    .article-description-wrapper .gallery ul > li img {
        width: 100%;
        height: auto;
    }

    .school-direction-wrapper.big div.banner div.banner-inner h1 {
        margin-top: 50px;
    }

    h3.extra-margin {
        margin-bottom: 50px !important;
    }

    #chat {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 40px;
    }

    div.chat-inner div.buttons {
        position: static;
    }

    #footer {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 500px) {
    #top-inner div.buttons {
        display: none;
    }

    #menu-wrapper div.buttons {
        position: static;
        bottom: auto;
        left: auto;
        margin-top: 15px;
    }

    /*
	#menu-wrapper div.buttons a.tel i {
		left: 60px;
	}*/
    #misc {
        text-align: left;
        padding-left: 19px;
        margin-top: 16px;
    }

    div.filter-wrapper.select-custom-city-box > h3 span {
        display: block;
    }

    .contact ul.documents-needed > li {
        padding-left: 17px;
    }

    .contact ul.documents-needed li div.circle {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0, 0);
        margin: 0 auto 30px;
    }

    #chat {
        display: none;
    }

    div.slider ul.slider .slider-content-inner .price-wrapper {
        bottom: 270px;
    }

    .creator .creator-inner > .search-wrapper .select-wrapper h4 {
        width: 100%;
        display: block;
    }

    ul.slider .slider-content-inner .price-wrapper .buttons a,
    .creator-wrapper div.run a {
        font-size: 17px;
    }

    ul.slider h1.blue {
        font-size: 28px;
        line-height: 1.3em;
    }

    div.school-direction-top div.buttons,
    div.school-direction-top #popular {
        display: block;
    }

    div.school-direction-top #popular .city-dropdown > p {

    }

    #popular.absolute-pos .dropdown-styled {
        margin-bottom: 20px;
    }

    div.banner-wrapper.about.bg {
        background-position: 80% 0%;
        background-size: auto 60%;
    }

}

@media only screen and (max-width: 480px) {

    div.slide-content.bullets {
        bottom: 100px;
    }

    #popular,
    #strengths {
        display: none;
    }

    .big-bg {
        background-position: center 100px !important;
    }

    ul.breadcrump li:last-child {
        padding-right: 0px;
    }

    div.banner-wrapper h3 {
        width: 100%;
    }

    div.banner div.banner-inner h1 {
        line-height: 1em;
    }

    /*
    ul.breadcrump + .school-type {
        margin-top: 40px;
    }*/
    ul.breadcrump li {
        margin-bottom: 5px;
    }

    .creator .search .search-inner > div {
        border: 1px solid #dedede;
        border-radius: 29px;
        padding: 0 10px;
    }

    .creator .creator-inner > .search-wrapper .search .search-inner button[type="submit"] {
        right: 15px;
    }

    div.section div.section-inner > h2 {
        font-size: 18px;
    }

    div.section-wrapper.news div.section div.section-inner > h2 {
        font-size: 20px;
    }

    div.sentence div.section p {
        font-size: 16px;
    }

    div.sentence {
        padding: 40px 0px;
    }

    .section-wrapper.map {
        background: #fff;
        overflow: hidden;
    }

    .section-wrapper.map:hover h2#map-info-message {
        opacity: 1;
        visibility: visible;
        text-align: center;
    }

    #popular.absolute-pos .dropdown-styled {
        float: initial;
        display: inline-block;
    }

    .section-wrapper.map #map-info-message {
        position: relative;
        left: auto;
        right: auto;
        width: 94%;
        float: left;
        margin: 30px 3%;
        display: block;
        box-shadow: none;
    }

    .section-wrapper.map div#mapWrapper {
        float: left;
        width: 100%;
    }

    /*
	.school-direction .school-direction-top  .buttons {
		display: none !important;
	}
    */
    div#map-canvas {
        position: static;
    }

    .contact-place .contact-map-wrapper #map-canvas {
        position: absolute;
    }

    .city-dropdown > p {
        float: none;
        margin: 0 0 10px 0;
        position: relative;
    }

    .city-dropdown i {
        display: none;
    }

}

@media only screen and (max-width: 400px) {

    body.menu-open #under-top {
        margin-top: 75px;
    }

    body.menu-open #top-inner div.buttons i {
        display: block;
        margin: 5px auto;
    }

    #misc a.zone {
        display: block;
        margin-bottom: 15px;
        padding: 0 0 0 18px;
        text-align: center;
    }

    div.slider ul.slider .slider-content-inner .price-wrapper {
        bottom: 317px;
    }

    .creator .creator-inner > .search-wrapper .select-wrapper .city-dropdown {
        width: 100%;
        margin: 0;
        padding-right: 15px;
    }

    .creator .creator-inner > .search-wrapper .select-wrapper .city-dropdown p {
        width: auto;
        display: inline-block;
        float: initial;
    }

    .creator .creator-inner > .search-wrapper .select-wrapper .city-dropdown .dropdown-styled {
        width: 100%;
    }

    div.slider ul.slider li {
        background-position: 88% 270px !important;
    }

    #city-creator .search-inner {
        margin-left: 0;
        margin-right: 0;
    }

    #city-creator input#search-autocomplete {
        height: 40px;
        font-size: 12px;
    }

    #city-creator input#search-autocomplete::-webkit-input-placeholder {
        font-size: 10.5px !important;
    }

    #city-creator input#search-autocomplete::-webkit-input-placeholder {
        font-size: 10.5px !important;
    }

    #city-creator input#search-autocomplete::-moz-placeholder {
        font-size: 10.5px !important;
    }

    #city-creator input#search-autocomplete:-moz-placeholder {
        font-size: 10.5px !important;
    }

    #city-creator input#search-autocomplete:-ms-input-placeholder {
        font-size: 10.5px !important;
    }

    div.banner-wrapper div.buttons p.price {
        line-height: normal;
        padding: 8px 14px 8px 50px;
    }

    div.banner-wrapper div.buttons p.price.people-in-group:after {
        left: 18px;
    }

    div.banner-wrapper.about.bg {
        background-position: 75% 0%;
        background-size: auto 50%;
    }

    div.banner-wrapper.about.bg .banner-inner p:last-child {
        margin-top: 100px;
    }
}

/*
@media  screen and  (max-width: 480px)  {
    .section.popular,
    .creator-wrapper,
    .slide-content {
        transform: scale(1);
        position: relative;
        -webkit-transform-origin: 50% 0;
        margin-top: 0px;
    }

	div.general-top div.row div.select-outer:first-child, div.general-top div.row div.select-outer:nth-child(2), div.general-top div.row div.select-outer:nth-child(3) {
		margin: 0 0 15px 0;
	}

	div.general-top h1 {
		padding-right: 0;
	}
}

*/

/*
@media screen and (min-width: 1250px) and (max-width: 1380px) {
 ul#faq-list {
  max-width: calc(1150px + 34px);
 }
 ul#faq-list div.faq {
    padding: 26px 20px;
 }

 .banner-wrapper.faq {
	 background: url(gfx/faq-banner.jpg) 50% 50% no-repeat !important;
    min-height: 250px;
  height: 400px;
 }

 .banner-wrapper.faq .banner {
  max-width: 1150px;
    min-height: 250px;
  height: 250px;
 }
 .hotline,
.hotline div.icon {
  height: 160px;
  min-height: 160px;
  border-radius: 15px;
}
	.hotline div.table {
		min-height: 160px;
	}

 .hotline div.mid p {
    font-size: 18px;
}
 .contact div.banner-wrapper h1 {
    padding: 0.5em 0;
}
 .contact div.banner-wrapper {
	 background: url(gfx/contact-banner.jpg) 50% 0% no-repeat !important;
    min-height: 250px;
  height: 400px;
 }
 .contact div.banner-wrapper .banner {
  max-width: 1150px;
    min-height: auto;
	height: auto;
 }*/

/*
 div.banner-wrapper.history {
  max-height: initial;
  height: 400px;
 }*/
/*
    .history-line ul.timeline:after {
        margin-left: -3.5px;
    }*/

/*
	.listener .banner-inner {
		padding-top: 15px;
	}*/

/*
	ul.strengths p {
		font-size: 14px;
		line-height: 22px;
	}
	.section-wrapper.policy div.section {
		padding-left: 0;
		padding-right: 0;
	}
	.section-wrapper.policy div.section h1 {
		font-size: 42px;
    line-height: 45px;
	}
}

	*/

div.rest div.checkbox.fullCentered, div.rest div.captcha.fullCentered {
    width: auto;
    display: inline-block;
    text-align: center;
    margin: 20px auto;
}

div.rest div.buttons.fullCentered {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}

.text-center {
    text-align: center !important;
}

.section-wrapper.rodo {
    padding-top: 160px;
}

@media screen and (max-width: 1280px) {
    .section-wrapper.rodo {
        padding-top: 80px;
    }
}

.rodo ol {

    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    margin: 2em 0;
}

.rodo ol li {
    /*display: list-item;*/
    list-style-type: decimal;
    font-family: 'koedulight';
    color: #6d7589;
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 1em;
}

.rodo h1, .rodo h2, .rodo p {
    text-align: center;
}

.rodo h2 {
    font-size: 1em;
    margin: 1em 0 2em;

}

.section-wrapper.rodo {
    max-width: 80%;
    margin: auto;
}

.rodo a {
    border-bottom: 1px solid #6d7589;
}

.thanks #landing-top #zak-logo-base {
    margin-top: 75px;
    width: 100%;
    height: 59px;
    background: url('../img/logo-base.svg') no-repeat center center;
    background-size: contain;
}
.thanks #landing-middle #big-checkmark {
    background: url('../img/big-checkmark.gif') no-repeat center center;
    width: 100%;
    height: 135px;
    background-size: contain;
    margin: 1.5em auto;
}
.thanks h1, .thanks h2, .thanks p {
    text-align: center;
}
.thanks .full-company-name {
    font-family: koedulight;
    font-size: 1.4em;
    margin: .20em auto 2em auto;
}
.thanks #landing-middle h1,
.thanks #landing-middle h2 {
    color: #26499a;
}
.thanks #landing-middle h1 {
    font-size: 2.5em;
    font-family: koedumedium;
    margin-bottom: 0;
}
#landing-bottom {
    margin-top: 3.5em;
}
#landing-bottom p {
    color: #818286;
    font-family: koedumedium;
    font-size: 1.2em;
}
#landing-bottom p span.phone-icon {
    background: url(../img/phone.gif) no-repeat center bottom;
    width: 21px;
    height: 24px;
    display: inline-block;
    margin: 0 .4em;
    position: relative;
    top: .1em;
}

.signin-thanks {
    margin-top: 4em;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.signin-thanks h1 {
    color: #26499a;
    font-size: 40px;
    line-height: 1em;
    margin: 1em auto 0 auto;
    font-family: koedumedium;
}
.signin-thanks div.section div.section-inner > h2, .section-wrapper.map > h2, .contact #contact-map-wrapper > h2  {
    color: #8d8d8d;
    font-size: 40px;
    font-family: koedumedium;
    line-height: 1em;
    margin: .7em auto;
    padding: 0;
}
.signin-thanks h3 {
    color: #e5422e;
    font-size: 25px;
    text-align: center;
}
.signin-thanks h5 {
    color: #e5422e;
    font-size: 17px;
    text-align: center;
    font-family: koedumedium;
}
.signin-thanks p {
    margin-top: 6px;
    font-size: 27px;
    color: #26499a;
    text-align: center;
    font-family: koedulight;
}
hr {
    border: none;
    background-color: #95a3cd;
    height: 1px;
    margin-top: 2em;
    margin-bottom: 1em;
}