body, html {
    width: 100%;
    height: 100%;
    font-size: 19px;
    font-family: "Open Sans", sans-serif;
}

h1.title, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    color: #333;
}

.title {
    font-size: 2.21rem;
    text-align: center;
    line-height: 1.191;
    margin-bottom: 0.5em;
}

.title--small {
    font-size: 1.473rem;
}

.i-phone {
    position: relative;
    padding-left: 60px;
}
.i-phone:before{
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    left: 0;
    top: -5px;
    background: url(../i/icons/phone.svg) no-repeat;
}

.fxlist {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
}

.fxlist__item {
    width: 50%;
    list-style: none;
    position: relative;
    padding: 0 .8em 1em 30px;
    line-height: 1.5;
}

.fxlist__item:before {
    content: '—';
    position: absolute;
    left: 0;
}

.circler {
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.circler:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.navi {
    position: fixed;
    width: 100%;
    height: 50px;
    background: rgba(0,47,90, 0.97);
    z-index: 10;
/* border-bottom: 1px rgba(255,255,255, 0.8) solid; */
    box-shadow: 0 1px 5px #000;
}

.navi__inner {
    position: relative;
}

.navi__logo {
    width: 20%;
    display: block;
    margin-top: 7px;
}

.navi__list {
    display: flex;
    flex-direction: row;
    width: 70%;
    margin: 0;
    text-align: right;
    position: absolute;
    right: 0;
    font-family: "Neucha";
    top: 8px;
    font-size: 1.15rem;
    text-transform: uppercase;
}

.navi__item {
    flex-grow: 1;
}

.navi__link {
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
}

.promo {
    background: #888;
/* min-height: 100%; */
    position: relative;
    z-index: 50;
    padding: 7% 45px;
}

.promo__inner {
    position: relative;
    z-index: 3;
}

.promo__cover {
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.promo__cover:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 47, 90, 0.7);
    z-index: 2;
}

.promo__logo {
    width: 25%;
    margin: 0 auto;
    display: block;
    min-width: 180px;
}

.promo__logo img {
    width: 100%;
    display: block;
}

.promo__title {
    text-align: center;
    font-size: 1.579rem;
    color: #E18734;
    font-weight: 700;
    padding: 2em 0 1.7em;
}

.promo__desc {
    font-family: "Neucha", sans-serif;
    color: #fff;
    font-size: 1.421rem;
    padding-left: 50px;
    line-height: 1.15;
    letter-spacing: 1.5px;
}

.promo__desc b {
    background: #E18734;
    display: inline-block;
    padding: 0px 10px;
    font-weight: 400;
}

.promo__desc--small {
    font-size: 1.052rem;
    padding-left: 0;
    position: relative;
    margin-top: 3%;
}

.promo__phone {
    position: absolute;
    font-size: 1.473rem;
    color: #fff;
    font-weight: 700;
    top: 0;
    margin: 0;
    line-height: 1;
    right: -30px;
    top: -20px;
    padding-left: 60px;
}

.promo__phone a {
    text-decoration: none;
}

.segment {
    position: relative;
    height: 35px;
}

.segment__img {
    position: absolute;
    width: 69px;
    height: 104px;
    background: url(../i/segment.svg) no-repeat;
    top: -40px;
    left: -35px;
}

.achiev {
    list-style: none;
    display: flex;
/* flex-wrap: wrap; */
    padding: 3%;
    position: relative;
    border-top: 1px solid rgba(255,255, 255, 0.5);
}

.achiev:first-child {
    border: 0;
}

.achiev__img {
    width: 15%;
    background: #c3c5d9;
    margin: auto 0;
}

.achiev__icon {
    position: absolute;
}

.achiev__desc {
    flex-grow: 1;
    width: 70%;
    margin-left: 5%;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1.473rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15;
}

.achiev__desc span {
    font-size: 1rem;
    font-weight: 400;
    text-transform: lowercase;
    top: -0.6em;
    position: relative;
}

.works {
    background: #eee;
    padding: 7% 45px;
    position: relative;
    z-index: 5;
    background: url(../i/bg/review__tile.svg) 0 0 repeat, linear-gradient(to right, rgb(255, 209, 148), rgb(209, 145, 60)) no-repeat;
}

.works__title {
}

.work {
    text-align: center;
    padding: 1.21em 15px 0.9em;
    border-radius: 5px;
    width: 25%;
    margin: 1em 3% 0;
    cursor: pointer;
    background: rgba(0,0,0, 0);
    transition: all 0.2s linear;
}
.work:hover {
    background: rgba(0,0,0, 0.1);
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.1);
}

.work__title {
    font-size: 1.473rem;
    margin-bottom: 0.3em;
    line-height: 1.15;
}

.work__img {
    width: 55%;
    margin-bottom: 10px;
    background:rgba(0, 47, 90, 0.4);
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.1);
}

.work__icon {
    position: absolute;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    top: 50%;
    transform: translateY(-50%);
}


.work:hover .work__img{

}

.features {
    color: #fff;
    padding: 3% 45px;
    background: linear-gradient(135deg,#215A8D, #2C3B6C, #381C4A) no-repeat;
}

.features__title {
    color: inherit;
    margin-bottom: .73em;
}

.features__list {
    margin-bottom: 30px;
}

.feature {
    padding-left: 18%;
    position: relative;
    padding-top: 1.731em;
}

.feature__img {
    width: 13%;
    border: 4px #e08734 solid;
    position: absolute;
    left: 0;
    top: 0.82em;
}

.feature__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 28px;
    font-weight: bold;
}

.feature__title {
    color: inherit;
    text-transform: uppercase;
    font-size: 1.473rem;
    line-height: 1.15;
}

.feature__desc {
    color: inherit;
    line-height: 1.5;
}

.reviews {
    padding: 7% 45px;
    background: linear-gradient(to top, rgba(185, 147, 214, 0.5), rgba(140, 166, 219, 0.65));
}

.reviews__title {
    margin-bottom: 1.5em;
}

.review {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
}

.review__img {
    width: 20%;
    border: 4px #e08734 solid;
    margin: auto 0;
}

.review__icon {
    position: absolute;
    border-radius: 50%;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    background-size: cover;
    background-position: center center;
}

.review__desc {
    width: 12%;
    flex-grow: 1;
    margin-left: 5%;
    margin-top: auto;
    margin-bottom: auto;
    color: #222;
}

.review__caption {
    width: 100%;
    text-align: center;
    margin-top: 1.5em;
}

.review__author {
    font-size: 1.473rem;
    line-height: 1.15;
    margin-bottom: 0.3em;
}

.review__link {
    color: #1f81b4;
    text-decoration: none;
    font-weight: 700;
}

.direction {
    color: #fff;
    background: #381C4A;
    padding: 3% 45px;
}

.direction__title {
    color: inherit;
    margin-bottom: 1.423em;
}

.direction__code {
    display: none;
}

.order {
    padding: 3% 45px;
    background: url(../i/bg/review__tile.svg) 50% repeat, linear-gradient(180deg, rgb(19, 106, 138), rgb(38, 120, 113, 0.8));

}
.order__title {
    color: #fff;
    opacity: 0.95;
}

.support {
    background: #404040;
    color: #fff;
    padding: 30px;
}

.support__title {
    color: #e0e0e0;
}

.support__phone {
    color: inherit;
}
.support__phone a {
    text-decoration: none;
}

.footer {
    background: #242424;
    padding: 15px 30px 10px;
}

.copy {
    color: #fff;
    font-size: 13px;
    position: relative;
    top: 16px;
}

.payment {
    text-align: right;
}

.payment__title {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
}

.payment__icons {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}

.slider {
    position: relative;
}

.slider__frame {
    width: 87.5%;
    position: relative;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
}

.slider__slides {
    display: block;
    margin-left: 0;
}

.slider__slide {
    width: 100%;
        /* background: antiquewhite; */
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    overflow: hidden;
    white-space: normal;
    cursor: default;
}

.slider__prev,
.slider__next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    cursor: pointer;
}

.slider__next {
    right: 0;
}

.slider__prev {
    left: 0;
}

.slider__next svg,
.slider__prev svg {
    width: 50px;
}

.form {
    border-radius: 10px;
    padding: 5%;
    background: #fff;
}


.form-error, .form-success  {
    position: relative;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.7s;
}

.form-error {
    margin-top: 10px;
}

.form-error.is-show, .form-success.is-show {
    height: auto;
    opacity: 1;
    visibility: visible;
}


.form-success h3 {
    color: #fff;
    margin-bottom: 15px;
}

.form-error .close, .form-success .close {
    position: absolute;
    right: 1rem;
    top: 1.1rem;
    cursor: pointer;
    color: #FFF;
}

.iconset {
    margin: 0;
}

.iconset > * {
    list-style: none;
    display: inline-block;
}

.icons--social {
    display: block;
    border-radius: 50%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.icons--payments {
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 10px;
}

.icon-fb {
    background-image: url(../i/icons/social/fb.svg);
}

.icon-ok {
    background-image: url(../i/icons/social/ok.svg);
}

.icon-vk {
    background-image: url(../i/icons/social/vk.svg);
}

.icon-insta {
    background-image: url(../i/icons/social/insta.svg);
}

.icon-cards {
    background-image: url(../i/icons/pay-systems/cards.svg);
}

.icon-ya {
    background-image: url(../i/icons/pay-systems/ya.svg);
}

.icon-qiwi {
    background-image: url(../i/icons/pay-systems/qiwi.svg);
}

.icon-wm {
    background-image: url(../i/icons/pay-systems/wm.svg);
}

.scroll-up {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    background: url(../i/icons/arrow-up.svg) no-repeat;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.5s ease;
}

.scroll-up:hover {
    opacity: 1;
}

.tabber {
    color: #fff;
    position: relative;
    overflow: hidden;
}

.tabber__toggler {
    cursor: pointer;
}

input.tabber__checker {
    position: absolute;
    top: 0;
    border: 0;
    left: -200px;
}

.tabber__inner {
    height: 0;
    overflow: hidden;
    display: none;
}

.tabber label {
    color: #fff;
        /* margin: 0; */;
}

.tabber__checker:checked + .tabber__inner {
    height: auto;
    display: block;
}

.ddtable {
}

.ddtable__toggler {
    background: #022F59;
    position: relative;
    padding: 10px 60px 10px 20px;
    font-weight: 700;
    border-radius: 5px;
}

.ddtable__toggler:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../i/icons/plus.svg) no-repeat;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.ddtable__inner {
        /* margin-top: -4px; */
    margin-bottom: 4px;
    border-radius: 3px;
}

.table {
    font-size: 13px;
    background: rgba(255,255,255, 0.15);
}

.tr {
    overflow: hidden;
    border-top: 1px rgba(255,255,255, 0.2) solid;
    display: flex;
    padding: 0 10px;
    margin: 0 10px;
}

.table .tr:first-child {
    margin-top: -1px;
}

.td {
    width: 14%;
        /* display: block; */
    padding: 10px;
}

.td--title {
    width: 60.9%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.td--hours {
}

.td--work {
}

.td--labs {
}

.td--pass {
}

.td--exam {
    width: 10%;
}

.td--prop {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}

.thead .td {
    font-weight: 700;
}

.thead .td--prop {
    display: block;
    padding-bottom: 0;
}

.tbody .td--prop:before {
    position: absolute;
    left: 0;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 15px;
}

.tbody .td--prop:before {
    visibility: hidden;
}

.tbody .td--hours .td--prop:before {
    content: "Часы";
}

.tbody .td--work .td--prop:before {
    content: "Контрольные работы";
}

.tbody .td--labs .td--prop:before {
    content: "Лабораторные работы";
}

.tbody .td--pass .td--prop:before {
    content: "Зачёт";
}

.tbody .td--exam .td--prop:before {
    content: "Экзамен";
}

.l-page {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .tr {
        display: block;
    }

    .td {
        width: 100%;
    }

    .thead {
        display: none;
    }

    .td--title {
        font-size: 14px;
        font-weight: 700;
    }

    .td--prop {
        display: block;
        padding-left: 90%;
    }

    .td .td--prop:before {
        visibility: visible;
    }
}

.jh-slider {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
}

.jh-slides {
    height: 100%;
    z-index: 1;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.jh-slides li {
    list-style: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden;
}

.jh-slides img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.jh-slides li.is_loading {
    z-index: 20;
}

.jh-slider .indicators {
    position: absolute;
    text-align: center;
    z-index: 2;
        /*
        right: 20px;
        top: 95px;
        */
    bottom: 10px;
    left: 0;
    right: 0;
}

.jh-slider .indicators li {
    display: inline-block;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 2px 12px;
    background: rgba(250, 250, 250, 0.5);
    transition: background-color .5s;
    border-radius: 50%;
}

.jh-slider .indicators li:after {
    content: '';
    display: block;
    border: 2px rgba(250, 250, 250, 0.7) solid;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    position: relative;
    top: -5px;
    left: -5px;
}

.jh-slider .indicators li:hover {
    background: rgba(250, 250, 250, 0.9);
}

.jh-slider .indicators li.is_active {
    background: #fff;
}

@keyframes kenburns {
    0% {
        opacity: 1;
    }

    95% {
        opacity: 0;
    }

    100% {
        transform: scale3d(1.5, 1.5, 1.5);
 /* translate3d(-200px, -10px, 0px); */
        animation-timing-function: ease-in;
    }
}

.jh-slider li.kenburns {
    z-index: 20;
    animation: kenburns 1.3s infinite;
}

@keyframes moveUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.jh-slider .caption {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 20px;
    left: 0;
    right: 0;
    color: #fff;
    padding: 20px 30px;
    transform: translateY(300px);
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}

.jh-slider .controls {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 50%;
    margin-top: -20px;
}

.jh-slider .controls li {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    cursor: pointer;
    border-top: 3px solid white;
    opacity: 0.5;
    transition: opacity .3s;
    user-select: none;
}

.jh-slider .controls li:hover {
    opacity: 1;
}

.jh-slider .controls li.next {
    border-right: 3px solid white;
    transform: rotate(45deg);
    right: 20px;
}

.jh-slider .controls li.prev {
    left: 20px;
    border-left: 3px solid white;
    transform: rotate(-45deg);
}

.jh-slides .is_active {
    opacity: 1;
}

.jh-slider .is_active .caption {
    animation: moveUp .3s linear 0.8s 1 normal both;
}

.jh-slider li.kenburns .caption {
    display: none;
}