@import url("../../../z-index/css/normalize.css");
@import url('../../../z-index/css/frank.css');
@import url('/08_fonts/montserrat.css');
@import url('../../../z-index/css/owl-carousel-min.css');
@import url('../../../blocks/top_logo/style.css');
@import url('../../../blocks/advance/style.css');
@import url('../../../blocks/about_us/style.css');
@import url('../../../blocks/img_modal/style.css');
@import url('../../../blocks/media/style.css');
@import url('/03_components/header/css/logoAndTel.css');

/*! jQuery.Flipster, v1.0.1 (built 2015-11-02) */


/* @group Flipster Essential Styles */

.flipster {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    padding-bottom: 66px;
}

.flipster:focus {
    outline: none;
}

.flipster__container,
.flipster__item {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

.flipster__container {
    display: block;
    white-space: nowrap;
    word-spacing: -0.25em;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flipster__item {
    display: inline-block;
    white-space: normal;
    word-spacing: normal;
    vertical-align: bottom;
}

.flipster--click .flipster__item--past,
.flipster--click .flipster__item--future {
    cursor: pointer;
}

.flipster__item img {
    max-width: 100px;
    height: auto;
}

.flipster__button {
    position: absolute;
    width: 30px;
    height: 34px;
    bottom: -3px;
    display: block;
    -webkit-appearance: none;
    outline: none;
    background: none;
    border: none;
    padding: 0;
    z-index: 999;
    cursor: pointer;
    font-size: 15px;
    opacity: 0.7;
    transition: opacity 500ms ease;
}

.flipster__button svg {
    width: 2em;
    stroke: #353535;
    fill: transparent;
    stroke-width: 2px;
    stroke-linecap: round;
}

.flipster__button:hover,
.flipster__button:focus {
    opacity: 1;
}

.flipster__button--prev {
    left: 25%;
}

.flipster__button--next {
    right: 25%;
}


/* @end */


/* @group Flipster Navigation */

.flipster__nav,
.flipster__nav__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.flipster__nav {
    width: auto;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    z-index: 10;
}

.flipster__nav__item {
    display: inline-block;
}

.flipster__nav__link {
    display: block;
    background-color: rgba(53, 53, 53, 0.4);
    position: relative;
    height: 2px;
    width: 60px;
    overflow: hidden;
    transition: all 250ms ease-out;
    transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster__nav__item--current>.flipster__nav__link,
.flipster__nav__link:hover,
.flipster__nav__link:focus {
    background-color: #f7554f;
}

.flipster__nav__item--current>.flipster__nav__link::after,
.flipster__nav__link:hover::after,
.flipster__nav__link:focus::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.flipster__nav__child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -1px;
    padding: 0.5em;
    background: #4e4441;
    z-index: 1;
}

.flipster__nav__child .flipster__nav__link {
    color: #FFF;
}

.flipster__nav__child .flipster__nav__link::after {
    background: #FFF;
}

.flipster__nav__child .flipster__nav__item--current>.flipster__nav__link,
.flipster__nav__child .flipster__nav__link:hover,
.flipster__nav__child .flipster__nav__link:focus {
    color: #353535;
}

.flipster__nav__item--current .flipster__nav__child {
    display: block;
}


/* @end */


/* @group Flipster Carousel Theme */

.flipster--carousel .flipster__container,
.flipster--carousel .flipster__item,
.flipster--carousel .flipster__item__content {
    transition: all 350ms ease-in-out;
    transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--carousel .flipster__item {
    -webkit-perspective: 800px;
    perspective: 800px;
}

.flipster--carousel .flipster__item--past,
.flipster--carousel .flipster__item--future {
    opacity: 0;
    transition-delay: 115ms;
}

.flipster--carousel .flipster__item--past-2,
.flipster--carousel .flipster__item--future-2 {
    opacity: 0.6;
    transition-delay: 90ms;
}

.flipster--carousel .flipster__item--past-1,
.flipster--carousel .flipster__item--future-1 {
    opacity: 0.8;
    transition-delay: 60ms;
}

.flipster--carousel .flipster__item--past .flipster__item__content {
    -webkit-transform: translateX(100%) rotateY(-20deg) scale(0.5);
    transform: translateX(100%) rotateY(-20deg) scale(0.5);
}

.flipster--carousel .flipster__item--past-2 .flipster__item__content {
    -webkit-transform: translateX(25%) rotateY(40deg) scale(0.65);
    transform: translateX(25%) rotateY(40deg) scale(0.65);
}

.flipster--carousel .flipster__item--past-1 .flipster__item__content {
    -webkit-transform: rotateY(45deg) scale(0.8);
    transform: rotateY(45deg) scale(0.8);
}

.flipster--carousel .flipster__item--future .flipster__item__content {
    -webkit-transform: translateX(-100%) rotateY(20deg) scale(0.5);
    transform: translateX(-100%) rotateY(20deg) scale(0.5);
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
    -webkit-transform: translateX(-25%) rotateY(-40deg) scale(0.65);
    transform: translateX(-25%) rotateY(-40deg) scale(0.65);
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
    -webkit-transform: rotateY(-45deg) scale(0.8);
    transform: rotateY(-45deg) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
    -webkit-transform: translateX(175%) scale(0.5);
    -ms-transform: translateX(175%) scale(0.5);
    transform: translateX(175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
    -webkit-transform: translateX(25%) scale(0.65);
    -ms-transform: translateX(25%) scale(0.65);
    transform: translateX(25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
    -webkit-transform: translateX(0%) scale(0.8);
    -ms-transform: translateX(0%) scale(0.8);
    transform: translateX(0%) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
    -webkit-transform: translateX(-175%) scale(0.5);
    -ms-transform: translateX(-175%) scale(0.5);
    transform: translateX(-175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
    -webkit-transform: translateX(-25%) scale(0.65);
    -ms-transform: translateX(-25%) scale(0.65);
    transform: translateX(-25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
    -webkit-transform: translateX(0%) scale(0.8);
    -ms-transform: translateX(0%) scale(0.8);
    transform: translateX(0%) scale(0.8);
}

.flipster--carousel .flipster__item--current .flipster__item__content {
    -webkit-transform: translateX(0) rotateY(0deg) scale(1);
    transform: translateX(0) rotateY(0deg) scale(1);
    transition-delay: 60ms;
}


/* @end */


/* @group Flipster Coverflow Theme */

.flipster--coverflow .flipster__container,
.flipster--coverflow .flipster__item,
.flipster--coverflow .flipster__item__content {
    transition: all 350ms ease-in-out;
    transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--coverflow .flipster__item {
    -webkit-perspective: 800px;
    perspective: 800px;
}

.flipster--coverflow .flipster__container {
    padding-bottom: 5%;
}

.flipster--coverflow .flipster__item__content {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}

.flipster--coverflow .flipster__item__content img:only-child {
    display: block;
}

.flipster--coverflow .flipster__item--past .flipster__item__content {
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(0.75) rotateY(55deg);
    transform: scale(0.75) rotateY(55deg);
}

.flipster--coverflow .flipster__item--future .flipster__item__content {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale(0.75) rotateY(-55deg);
    transform: scale(0.75) rotateY(-55deg);
}

.flipster--coverflow .flip-current .flipster__item__content {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}


/* @end */


/* @group Flat */

.flipster--flat .flipster__container,
.flipster--flat .flipster__item,
.flipster--flat .flipster__item__content {
    transition: all 400ms ease-in-out;
}

.flipster--flat .flipster__item--past,
.flipster--flat .flipster__item--future {
    opacity: 0.5;
}

.flipster--flat .flipster__item--past .flipster__item__content {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.flipster--flat .flipster__item--future .flipster__item__content {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}


/* @end */


/* @group Flipster Wheel Theme */

.flipster--wheel {
    overflow: hidden;
}

.flipster--wheel .flipster__container,
.flipster--wheel .flipster__item__content {
    transition: all 400ms ease-in-out;
    transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--wheel .flipster__container {
    padding-bottom: 20%;
}

.flipster--wheel .flipster__item__content {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.flipster--wheel .flipster__item--future .flipster__item__content {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.flipster--wheel .flipster__item__content img:only-child {
    display: block;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
    opacity: 0;
    -webkit-transform: rotateZ(-80deg) translate(-170%, 110%);
    -ms-transform: rotate(-80deg) translate(-170%, 110%);
    transform: rotateZ(-80deg) translate(-170%, 110%);
}

.flipster--wheel .flipster__item--future .flipster__item__content {
    opacity: 0;
    -webkit-transform: rotateZ(80deg) translate(170%, 110%);
    -ms-transform: rotate(80deg) translate(170%, 110%);
    transform: rotateZ(80deg) translate(170%, 110%);
}

.flipster--wheel .flipster__item--past-3 .flipster__item__content {
    opacity: 1;
    -webkit-transform: rotateZ(-60deg) translate(-70%, 75%);
    -ms-transform: rotate(-60deg) translate(-70%, 75%);
    transform: rotateZ(-60deg) translate(-70%, 75%);
}

.flipster--wheel .flipster__item--future-3 .flipster__item__content {
    opacity: 1;
    -webkit-transform: rotateZ(60deg) translate(70%, 75%);
    -ms-transform: rotate(60deg) translate(70%, 75%);
    transform: rotateZ(60deg) translate(70%, 75%);
}

.flipster--wheel .flipster__item--past-2 .flipster__item__content {
    opacity: 1;
    -webkit-transform: rotateZ(-40deg) translate(-17%, 30%);
    -ms-transform: rotate(-40deg) translate(-17%, 30%);
    transform: rotateZ(-40deg) translate(-17%, 30%);
}

.flipster--wheel .flipster__item--future-2 .flipster__item__content {
    opacity: 1;
    -webkit-transform: rotateZ(40deg) translate(17%, 30%);
    -ms-transform: rotate(40deg) translate(17%, 30%);
    transform: rotateZ(40deg) translate(17%, 30%);
}

.flipster--wheel .flipster__item--past-1 .flipster__item__content {
    opacity: 1;
    -webkit-transform: rotateZ(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotateZ(-20deg);
}

.flipster--wheel .flipster__item--future-1 .flipster__item__content {
    opacity: 1;
    -webkit-transform: rotateZ(20deg);
    -ms-transform: rotate(20deg);
    transform: rotateZ(20deg);
}

.flipster--wheel .flip-current .flipster__item__content {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}


/* @end */

.video .flipster--flat .flipster__item--past .flipster__item__content h3,
.video .flipster--flat .flipster__item--future .flipster__item__content h3 {
    color: transparent;
}

.video .flipster--flat .flipster__container h3,
.video .flipster--flat .flipster__item,
.video .flipster--flat .flipster__item__content h3 {
    transition: all .4s ease;
    word-wrap: break-word;
}

.sec {
    padding: 70px 0;
}

.sec-title,
.block-title {
    font-size: 60px;
    font-weight: 100;
    line-height: .9;
    text-align: center;
    margin-bottom: 45px;
    color: #353535;
}

.sec-title--red {
    color: #f7554f;
}

.sec-btn {
    width: 100%;
    max-width: 370px;
    border-radius: 30px;
    font-size: 24px;
    font-weight: 400;
    padding: 15px 0;
    margin: 0 auto;
}

.block-more {
    text-align: center;
    line-height: 1.1;
    font-size: 20px;
}

.block-more--red {
    color: #f7554f;
}

.block-more span {
    display: inline-block;
}

.btn-block {
    text-align: center;
}

.informer__tel {
    padding: 10px 0 7px;
    text-align: right;
}

.informer__tel .tel {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 700;
    color: #353535;
}

.informer__tel .tel:last-of-type {
    margin-left: 1em;
}

.informer__action {
    text-align: right;
}

.action__personal {
    display: block;
    padding: 8px 10px 8px 25px;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 300;
    text-align: center;
    color: #999;
    border: 1px solid #999;
    border-radius: 4px;
    transition: all .3s;
    background: url("../img/ic_user.png") no-repeat 9px center;
}

.action__personal:hover {
    color: #fff;
    background-image: url("../img/ic_user-h.png");
    background-color: #999;
}

.follow {
    overflow: hidden;
    display: block;
    vertical-align: middle;
    margin-bottom: 15px;
}

.follow__item {
    width: 40px;
    height: 40px;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-left: none;
    background-image: url("../img/social/social.png");
    background-position: center;
    transition: background-position-y .4s ease;
}

.follow__item_vk {
    border-left: 1px solid #9a9a9a;
    background-position: 1px center;
}

.follow__item_vk:hover {
    background-position: 1px 0;
}

.follow__item_fb {
    background-position: -39px center;
}

.follow__item_fb:hover {
    background-position: -39px 0;
}

.follow__item_in {
    background-position: -77px center;
}

.follow__item_in:hover {
    background-position: -77px 0;
}

.follow__item_inst {
    background-position: -117px center;
}

.follow__item_inst:hover {
    background-position: -117px 0;
}

.follow__item_ok {
    background-position: -157px center;
}

.follow__item_ok:hover {
    background-position: -157px 0;
}

.follow__item_yt {
    background-position: -194px center;
}

.follow__item_yt:hover {
    background-position: -194px 0;
}

.follow__item a {
    display: block;
    height: 100%;
}

.private-info {
    font-size: 14px;
    color: inherit;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.red-class {
    display: inline-block;
    color: #f7554f;
}

.iframe-block iframe {
    width: 100%;
    max-width: 970px;
    height: 545px;
}


/* JUMB */

.col {
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;
}

.online {
    position: relative;
    font-weight: 300;
    color: #ed1c24;
    width: 15px;
    height: 15px;
    line-height: 1;
}

.onair {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ed1c24;
}

.jumb {
    background-image: url("../img/children/bg-preza-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.jumb__logo-wrap {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.jumb__logo-author {
    text-align: left;
}

.jumb__logo-wrap--color {
    color: #fff;
}

.jumb__main-desc {
    max-width: 780px;
    line-height: 1.1;
    padding: 50px 0 90px;
}

.jumb__over-title {
    font-size: 36px;
    padding: 10px 0;
}

.jumb__over-title span {
    vertical-align: middle;
}

h1 {
    font-size: 68px;
    font-weight: 500;
    color: #f7554f;
    line-height: 1.1;
    text-shadow: 0 0 2px rgba(185, 10, 39, .9);
    padding: 10px 0 5px;
}

.jumb-main h1 {
    font-size: 58px;
}

h1 small {
    font-size: 50%;
    vertical-align: super;
}

.jumb__date {
    position: relative;
    font-size: 60px;
    font-weight: 300;
    padding-left: 65px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.jumb__date:before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 47px;
    height: 50px;
    background: url("../img/children/calendar.svg") center no-repeat;
}

.jumb .btn-block {
    padding: 10px 0;
}

.jumb__btn {
    display: block;
    width: 100%;
    max-width: 571px;
    border-radius: 10px;
    background-color: #f7554f;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-transform: none;
    padding: 10px 0;
    margin: 0 auto;
    border: 2px solid #fff;
}

.jumb__btn:visited {
    color: #fff;
}

.jumb__btn:hover,
.jumb__btn:focus {
    background-color: #fff;
    border: 2px solid #f7554f;
    color: #f7554f;
}

.title-info {
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 10px;
}

.desc {
    font-size: 28px;
    padding: 20px 0;
}


/* BLOCK-1 */

.block-1 {
    text-align: center;
    padding: 20px 0 70px;
}

.block-1__title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 28px;
}

.block-1 .row {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-1 .col {
    width: calc(41.66666666666667%);
}

.block-1 .block {
    margin-bottom: 50px;
}

.block-1 .block__img {
    margin-bottom: 15px;
}

.block-1 .block__desc {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1;
}

.block-1 .block__desc strong {
    font-weight: 500;
    text-transform: uppercase;
}

.block-1 .block-info {
    font-size: 30px;
    font-weight: 500;
    padding: 45px 0 30px;
}

.block-1__btn {
    display: block;
    width: 100%;
    max-width: 371px;
    border-radius: 10px;
    background-color: #f7554f;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-transform: none;
    padding: 10px 0;
    margin: 0 auto;
}

.block-1__btn:visited {
    color: #fff;
}

.block-1__btn:hover,
.block-1__btn:focus {
    background-color: #fff;
    border-color: #f7554f;
    color: #f7554f;
}


/*BLOCK 2*/

.block-2 {
    background-image: url('/parents_meeting/img/bg-master-ndu-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
}

.block-2 .row {
    -ms-align-items: center;
    align-items: center;
}

.block-2 .col:first-of-type {
    width: 33.3333%;
}

.block-2 .col:last-of-type {
    width: 66.6666%;
}

.block-2 ul li {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    padding-left: 14px;
    margin: 4px 0;
    list-style-type: disc;
}

.block-2 ul li:last-of-type {
    padding-top: 25px;
    list-style-type: none;
}

.block-2 li strong {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 800;
}


/*BLOCK 3*/

.block-3 .block-title {
    color: #f75550;
}

.check-list {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.check-list li {
    position: relative;
    width: 33.3333%;
    font-size: 18px;
    font-weight: 800;
    padding-left: 30px;
    margin-top: 30px;
}

.check-list li:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    background: url('/parents_meeting/img/check.png') center no-repeat;
    width: 20px;
    height: 19px;
}


/* AUTHOR */

.teacher-block {
    font-family: "Montserrat";
    position: relative;
    width: 100%;
    max-width: 370px;
    height: 370px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    margin: 0 auto;
}

.tch-desc {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 110px;
    background-color: rgba(0, 0, 0, .8);
    line-height: 1.2;
    color: #fff;
    padding: 20px 15px;
}

.tch-name {
    font-size: 24px;
    font-weight: 800;
}

.tch-pos {
    font-size: 16px;
    font-weight: 500;
}

.teacher-modal {
    background-color: #eee;
    width: 95%;
    max-width: 1175px;
    min-height: 370px;
    margin: 0 auto;
    transition: opacity .3s;
}

.teacher-modal .teacher-block {
    height: 100%;
    min-height: 370px;
    margin: 0;
    cursor: default;
}

.teacher-modal .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.teacher-modal__left-col,
.teacehr-modal__right-col {
    word-wrap: break-word;
}

.teacher-modal__left-col {
    -ms-align-self: stretch;
    align-self: stretch;
    width: 35%;
}

.teacher-modal__right-col {
    width: 65%;
    padding: 45px 30px 15px;
}

.teacher-modal__list li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding-left: 8px;
    margin-top: 15px;
}

.teacher-modal__list li:first-of-type {
    margin-top: 0;
}

.teacher-modal__list li:before {
    position: absolute;
    content: '';
    display: block;
    top: 5px;
    left: 0;
    border-radius: 50%;
    background-color: #353535;
    width: 4px;
    height: 4px;
}

@media(max-width: 991px) {
    .teacher-block {
        margin: 0 auto;
    }
    .teacher-modal {
        max-width: 370px;
        height: 95%;
        min-height: auto;
        overflow-y: auto;
    }
    .teacher-modal__close {
        -webkit-background-size: cover;
        background-size: cover;
        width: 25px;
        height: 25px;
        top: 5px;
        right: 20px;
    }
    .teacher-modal .row {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .teacher-modal__left-col,
    .teacher-modal__right-col {
        width: 100%;
        max-width: 370px;
    }
}

.reviews-slider {
    position: relative;
    padding-bottom: 50px;
    background-color: #e6e6e6;
}

.reviews-slider h2 {
    font-size: 36px;
    font-weight: 300;
}

.reviews-slider h2 span {
    font-size: 30px;
    font-weight: 300;
}

.reviews__heading {
    padding: 0.5em 0;
    color: #fff;
}

.reviews__heading::after {
    background-color: #fff;
}

.reviews__heading::before {
    background-color: #fff;
}

.my-flipster {
    margin-top: 70px;
}

section .parent {
    overflow: hidden;
    width: 900px;
    min-height: 230px;
    padding: 20px;
    position: relative;
    background-color: #fff;
    border: 3px solid white;
    color: #353535;
}

section .parent .child {
    float: left;
    overflow: hidden;
}

section.reviews-slider .parent .child {
    width: 170px;
    text-align: center;
}

section.reviews-slider .parent .child:last-of-type h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #353535;
}

section.reviews-slider .parent .child:last-of-type {
    width: calc(100% - 170px - 25px);
    margin-left: 25px;
    position: relative;
}

section.reviews-slider .parent .child:last-of-type .child-mob {
    display: none;
}

section.reviews-slider .parent .child h6 {
    text-align: center;
}

section.reviews-slider .parent .child h6 b {
    display: inline-block;
    color: #353535;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
}

section.reviews-slider .parent .child img {
    margin-bottom: 10px;
    border-radius: 50%;
}

section.reviews-slider .parent a {
    position: absolute;
    bottom: 20px;
    right: 30px;
    text-decoration: none;
    font-size: 18px;
    text-align: right;
    font-weight: 700;
    color: #f14950;
    padding: 10px;
    border: 1px solid #f14950;
}

section.video-slider {
    padding: 53px 0 0;
}

.footer {
    padding: 22px 0;
    background-color: #000;
}

.footer__inner-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.footer__informer:after {
    content: '';
    display: block;
    clear: both;
}

.footer .footer__follow {
    float: left;
    margin-left: 0;
}

.footer__follow .follow__item {
    width: 40px;
    height: 40px;
    border-color: #9a9a9a;
}

.footer__follow .follow__item_vk {
    border-left: 1px solid #9a9a9a;
    background-position: 1px center;
}

.footer__follow .follow__item_vk:hover {
    background-position: 1px 0;
}

.footer__follow .follow__item_fb {
    background-position: -39px center;
}

.footer__follow .follow__item_fb:hover {
    background-position: -39px 0;
}

.footer__follow .follow__item_in {
    background-position: -77px center;
}

.footer__follow .follow__item_in:hover {
    background-position: -77px 0;
}

.footer__follow .follow__item_inst {
    background-position: -117px center;
}

.footer__follow .follow__item_inst:hover {
    background-position: -117px 0;
}

.footer__follow .follow__item_ok {
    background-position: -157px center;
}

.footer__follow .follow__item_ok:hover {
    background-position: -157px 0;
}

.footer__follow .follow__item_yt {
    background-position: -194px center;
}

.footer__follow .follow__item_yt:hover {
    background-position: -194px 0;
}

.footer__follow .follow__item.follow__item_vk {
    background-position: 1px 0;
}

.footer__follow .follow__item.follow__item_vk:hover {
    background-position: 1px bottom;
}

.footer__follow .follow__item.follow__item_fb {
    background-position: -39px 0;
}

.footer__follow .follow__item.follow__item_fb:hover {
    background-position: -39px bottom;
}

.footer__follow .follow__item.follow__item_in {
    background-position: -77px 0;
}

.footer__follow .follow__item.follow__item_in:hover {
    background-position: -77px bottom;
}

.footer__follow .follow__item.follow__item_inst {
    background-position: -117px 0;
}

.footer__follow .follow__item.follow__item_inst:hover {
    background-position: -117px bottom;
}

.footer__follow .follow__item.follow__item_ok {
    background-position: -157px 0;
}

.footer__follow .follow__item.follow__item_ok:hover {
    background-position: -157px bottom;
}

.footer__follow .follow__item.follow__item_yt {
    background-position: -194px 0;
}

.footer__follow .follow__item.follow__item_yt:hover {
    background-position: -194px bottom;
}

.footer__copy {
    float: right;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    margin: 0;
}

.footer__copy a {
    color: inherit;
}

.footer__copy a:hover {
    text-decoration: underline;
}

.informer__tel_bottom {
    float: left;
    padding-left: 15px;
}

.informer__tel_bottom .tel {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.informer__tel_bottom .tel a:visited {
    color: inherit;
}

.informer__tel_bottom .tel b {
    opacity: 0;
    font-weight: normal;
}

.modal {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    background-color: #fff;
    z-index: 9999;
}

.modal__name {
    font-size: 20px;
    margin-bottom: 20px;
}

.modal__heading {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.modal__btn {
    width: 100%;
    padding: 17px 20px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #f7554f;
}

.modal__btn:hover,
.modal__btn:focus {
    border: none;
}

.modal-main {
    width: 100%;
    max-width: 600px;
    padding: 25px 25px 15px;
    text-align: center;
}

.modal-main .input {
    display: block;
    width: 100%;
    font-size: 24px;
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 15px;
}

.m-student__close,
.modal__close {
    position: absolute;
    right: 0;
    top: -28px;
    display: block;
    padding-right: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #ffffff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    background: url("../img/ic_m-close.png") no-repeat right center;
    cursor: pointer;
}

.modal-lesson {
    display: none;
    width: 65%;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 40px 60px;
    text-align: center;
    background-image: url("../img/arr-modal.png");
    background-repeat: no-repeat;
    background-position: 90% center;
    opacity: 0;
}

.m-lesson__heading {
    font-size: 30px;
    font-weight: 600;
}

.m-lesson__desc {
    padding: 1.5em 0 1.9em;
    font-size: 24px;
    font-weight: 300;
}

.m-lesson__btn {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    padding: 0.7em 25px 0.5em;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #f14950;
    border: 1px solid #f14950;
}

.m-lesson__btn:visited {
    color: #f14950;
}

.m-lesson__btn:hover {
    color: #fff;
    background-color: #f7554f;
}

.modal-sub {
    display: none;
    width: 788px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px 60px 55px;
    text-align: center;
}

#overlay {
    z-index: 10;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.top_btn {
    position: fixed;
    right: 0;
    bottom: 45%;
    height: 30px;
    width: 30px;
    background: #353535;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate(30px);
    -ms-transform: translate(30px);
    transform: translate(30px);
    cursor: pointer;
    z-index: 100;
}

.top_btn span {
    text-decoration: none;
    font-size: 16px;
    -webkit-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    position: absolute;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1199px) {
    .block-1 .block__desc {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .block-1 .col {
        width: calc(50%);
    }
    section .parent {
        width: 700px;
    }
}

@media (max-width: 991px) {
    .flipster__button--prev {
        left: 15%;
    }
    .flipster__button--next {
        right: 15%;
    }
    .sec-title,
    .block-title {
        font-size: 50px;
    }
    .action__personal {
        padding: 8px 10px 8px 25px;
    }
    .follow {
        margin-bottom: 0;
    }
    .jumb {
        background-image: url("../img/children/mob/bg-preza-1-md.jpg");
    }
    .jumb__main-desc {
        max-width: none;
    }
    .title-info {
        text-align: center;
    }
    .block-1 .block__desc {
        font-size: 24px;
    }
    .block-1 .block-info {
        font-size: 26px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .footer__informer {
        max-width: 430px;
        margin: 0 auto;
    }
    .footer__copy {
        float: none;
        width: 100%;
        padding-top: 1.5em;
        text-align: center;
        clear: both;
    }
    .footer__copy br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .flipster__nav {
        width: 90%;
        margin: 0 auto;
        bottom: 45px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .block-1 .col {
        width: calc(100%);
    }
    section .parent {
        width: 500px;
    }
    section .parent .child {
        float: none;
    }
    section.reviews-slider .parent .child {
        margin: 0 auto;
    }
    section.reviews-slider .parent .child:last-of-type h6 {
        text-align: justify;
    }
    section.reviews-slider .parent .child:last-of-type {
        width: 100%;
        margin-left: 0;
    }
    section.reviews-slider .parent a {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 80%;
        text-align: center;
    }
    section.reviews-slider .parent a {
        font-size: 15px;
    }
    .footer__copy {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .footer__informer {
        text-align: center;
    }
    .footer .footer__follow {
        float: none;
        margin-bottom: 25px;
        display: inline-block;
    }
    .informer__tel_bottom {
        float: none;
        margin-bottom: 25px;
        text-align: center;
        padding-left: 0;
    }
    .informer__tel_bottom .tel {
        display: inline-block;
        vertical-align: top;
    }
    .informer__tel_bottom .tel b {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .flipster__button--prev {
        left: 25%;
    }
    .flipster__button--next {
        right: 25%;
    }
    .iframe-block iframe {
        height: 400px;
    }
    .jumb__main-desc {
        padding: 30px 0 60px;
    }
    h1 {
        font-size: 56px;
    }
    h1 br {
        display: none;
    }
    .jumb-main h1 {
        font-size: 48px;
    }
    .jumb__date {
        font-size: 48px;
    }
    .block-1 {
        padding-bottom: 40px;
    }
    .block-1__title {
        font-size: 28px;
    }
    .block-2 {
        background-image: url('/parents_meeting/img/bg-master-ndu-3-mob.jpg');
    }
    .block-2 .col,
    .block-2 .col:last-of-type {
        width: 100%;
    }
    .block-2 .col:first-of-type {
        display: none;
    }
    .block-2 ul li {
        font-size: 18px;
    }
    .block-3 ul li {
        width: 100%;
    }
}

@media (max-width: 639px) {
    .jumb {
        background-image: url("../img/children/mob/bg-preza-1-sm.jpg");
    }
}

@media screen and (max-width: 500px) {
    .flipster__nav__link {
        width: 40px;
    }
    section .parent {
        /*width: 300px;*/
        width: 100%;
        padding: 20px;
        padding-bottom: 40px;
    }
    section.reviews-slider .parent .child:last-of-type h6 {
        font-size: 1.2rem;
    }
    section.reviews-slider .parent .child h6 b {
        line-height: 1.3;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .sec {
        padding: 40px 0;
    }
    .sec-title,
    .block-title {
        font-size: 36px;
    }
    .sec-btn {
        font-size: 22px;
    }
    .jumb__over-title {
        font-size: 26px;
    }
    h1 {
        font-size: 32px;
    }
    .jumb-main h1 {
        font-size: 28px;
    }
    .jumb__date {
        font-size: 28px;
        padding-left: 50px;
    }
    .jumb__date:before {
        width: 40px;
        height: 43px;
        background-size: cover;
    }
    .jumb__btn {
        font-size: 20px;
    }
    .title-info {
        font-size: 14px;
    }
    .desc {
        font-size: 22px;
    }
    .block-1__title {
        font-size: 24px;
    }
    .block-1__btn {
        font-size: 20px;
    }
    .author .author__title {
        font-size: 32px;
    }
    .author__block-name {
        font-size: 32px;
    }
    .author__block-desc {
        font-size: 22px;
    }
    .reviews-slider h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    section .parent {
        min-height: 465px;
    }
    section.reviews-slider .parent .child:last-of-type .child-mob {
        display: block;
    }
    section.reviews-slider .parent .child:last-of-type .child-desc {
        font-size: 14px;
    }
}

@media (max-width: 390px) {
    .informer__tel_bottom .tel {
        display: block;
    }
    .informer__tel_bottom .tel:first-of-type {
        padding-bottom: 0.7em;
    }
    .informer__tel_bottom .tel b {
        display: none;
    }
}

@-webkit-keyframes trans {
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes trans {
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}