/* sugestions */
.suggestions-suggestions {
    background: #fff;
    color: #333333;
    height: auto;
}
.suggestions-suggestion {
    height: 45px;
    background: #fff;
    display: flex!important;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    display: block;
    width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .suggestions-suggestions {
        width: calc(100% - 40px);
        padding: 0 20px;
        background: transparent;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .suggestions-suggestions {
        width: calc(100% - 40px);
        padding: 0 20px;
        background: transparent;
    }
}
.suggestions-suggestion:hover {
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.suggestions-suggestion .suggestions-value {
    color: #333333;
    font: 16px "ProximaNova-Light", sans-serif;
    margin-left: 10px;
}
.suggestions-suggestions strong {
    color: #000;
    font: 16px "ProximaNova-Regular", sans-serif;
}
.suggestions-promo {
    display: none!important;
}

.main-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 2;
}
.main-logo-text {
    display: block;
    width: 100px;
    height: 80px;
    background: url("../images/logo/Academy_text_logo_white.svg") no-repeat center;
    -webkit-background-size: 62px;
    background-size: 62px;
}
.logo {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 1;
}
.logo.academy {
    background-image: url('../images/logo/logo-white.svg');
}
.logo.tass {
    background-image: url('../images/logo/tass-logo-white.svg');
}
.main-menu.fixed .logo.academy {
    background-image: url('../images/logo/logo-blue.svg');
}
.main-menu.fixed .logo.tass {
    background-image: url('../images/logo/tass-logo-blue.svg');
}
.main-menu.fixed {
    position: fixed;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #fff;
    z-index: 4;
}
.main-menu.fixed .main-menu__center {
    opacity: 1;
}
.main-menu.transition {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.main-menu.transform {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: inset 0 -1px 0 0 #e8e8e8;
    -moz-box-shadow: inset 0 -1px 0 0 #e8e8e8;
    box-shadow: inset 0 -1px 0 0 #e8e8e8;
}
.ul-menu {
    margin-left: 65px;
    padding-top: 62px;
}
.ul-menu li {
    float: left;
}
.ul-menu li:not(:last-child) {
    margin-right: 30px;
}
.ul-menu a {
    display: block;
    font: 15px 'Roboto-Light', sans-serif;
    color: rgba(255,255,255,.7);
}
.ul-menu a:hover {
    color: #fff;
}
.ul {
    padding-left: 40px;
    opacity: .8;
}
.ul li::before {
    content: '';
    display: block;
    position: relative;
    top: 10px;
    left: -40px;
    width: 20px;
    height: 2px;
    background-color: #C3C1FF;
}
.ul li {
    width: 100%;
    padding-bottom: 20px;
}
.main-menu.fixed .ul-menu {
    display: none;
}
.main-menu.fixed .hidden-text {
    display: block;
}
.main-menu .hidden-text {
    display: none;
    height: 80px;
    font-size: 20px;
    line-height: 80px;
    margin-left: 65px;
    color: #423dc8;
}
.main-menu .pull-right a {
    display: block;
    height: 80px;
    width: 80px;
    font-size: 26px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.main-menu .pull-right a:hover,
.main-menu .pull-right a:active {
    color: #fff;
}
.main-menu.fixed .pull-right a {
    background-color: #fff;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(219, 219, 219, 0.5), inset 0 -1px 0 0 rgba(219, 219, 219, 0.5);
    -moz-box-shadow: inset 1px 0 0 0 rgba(219, 219, 219, 0.5), inset 0 -1px 0 0 rgba(219, 219, 219, 0.5);
    box-shadow: inset 1px 0 0 0 rgba(219, 219, 219, 0.5), inset 0 -1px 0 0 rgba(219, 219, 219, 0.5);
    color: #423dc8;
}
.main-menu.fixed .pull-right a:hover,
.main-menu.fixed .pull-right a:active {
    background-color: #f3f3f3;
    color: #423dc8;
}
.show-hidden-menu-btn {
    position: relative;
    margin-right: -80px;
    z-index: 1;
}
.main-menu.fixed .show-hidden-menu-btn {
    -webkit-transition: .2s .3s;
    -moz-transition: .2s .3s;
    -ms-transition: .2s .3s;
    -o-transition: .2s .3s;
    transition: .2s .3s;
}
.main-menu.transform .show-hidden-menu-btn {
    margin-right: 0;
}
.main-menu.transform .show-hidden-menu-btn.transition {
    -webkit-transition: .2s 0s;
    -moz-transition: .2s 0s;
    -ms-transition: .2s 0s;
    -o-transition: .2s 0s;
    transition: .2s 0s;
}
.share-wrap {
    position: relative;
    width: 80px;
    height: 80px;
}
.share-ul {
    position: absolute;
    right: 100%;
    top: 0;
    width: max-content;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 0;
}
.share-toggle-btn {
    position: relative;
    z-index: 1;
    text-decoration: none !important;
}
.share-toggle-btn i {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.share-toggle-btn i.ac_share {
    margin-top: -4px;
}
.share-wrap.active a {
    background-color: #fff;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(219, 219, 219, 0.5), inset 0 -1px 0 0 rgba(219, 219, 219, 0.5);
    -moz-box-shadow: inset 1px 0 0 0 rgba(219, 219, 219, 0.5), inset 0 -1px 0 0 rgba(219, 219, 219, 0.5);
    box-shadow: inset 1px 0 0 0 rgba(219, 219, 219, 0.5), inset 0 -1px 0 0 rgba(219, 219, 219, 0.5);
    color: #423dc8;
}
.share-wrap.active a:hover,
.share-wrap.active a:active {
    background-color: #f3f3f3;
    color: #423dc8;
}
.share-wrap.active .share-toggle-btn i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.share-wrap.active .share-toggle-btn i::before {
    content: "\f108";
    font-size: 22px;
}
.share-wrap.active .share-ul {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.hidden-menu,
.modal-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: #423DC8;
    z-index: 102;
    overflow-y: auto;
}
.hidden-menu .logo,
.modal-form .logo {
    background-image: url('../images/logo/logo-white.svg') !important;
}
.hidden-menu .main-menu,
.modal-form .main-menu {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.main-menu__btn-close, .form__btn-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 1;
}
.main-menu__btn-close.show, .form__btn-close.show {
    opacity: 1;
}
.main-menu__btn-close span, .form__btn-close span {
    display: inline-block;
    width: 30px;
    height: 2px;
    position: absolute;
    top:50%;
    left: 50%;
    background-color: #cdcdcd;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    transition: .6s .4s;
}
.main-menu__btn-close.show span:first-child, .form__btn-close.show span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.main-menu__btn-close.show span:last-child, .form__btn-close.show span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

/***************************/

.general-page .first-screen {
    background-color: #423dc8;
}
.general-page .first-screen__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    height: 100%;
    padding-top: 80px;
}
.general-page .first-screen .container {
    position: relative;
}
.general-page .first-screen .grey-line {
    background-color: transparent;
    -webkit-box-shadow: 1px 0 0 0 rgba(219, 219, 219, 1) inset;
    -moz-box-shadow: 1px 0 0 0 rgba(219, 219, 219, 1) inset;
    box-shadow: 1px 0 0 0 rgba(219, 219, 219, 1) inset;
    opacity: .2;
}
.general-page .first-screen__inner .left {
    position: relative;
    width: 550px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    z-index: 2;
}
.general-page .first-screen__inner .right {
    position: relative;
    width: calc(100% - 550px);
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    z-index: 1;
}
.general-page .first-screen__inner .left {
    padding-bottom: 50px;
}
.general-page .first-screen__inner .left::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 2px;
    height: 40px;
    background-color: #fff;
}
.general-page .first-screen__inner h1 {
    margin-bottom: 50px;
    font-size: 70px;
    line-height: 80px;
    color: #fff;
}
.general-page .first-screen__inner h2 {
    margin-bottom: 100px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.general-page .first-screen__inner .demo {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: -18px;
    bottom: -65px;
    font-family: 'icomoon';
    font-size: 935px;
    color: #423dc8;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

/***************************/

.services-block:not(:last-child) {
    margin-bottom: 50px;
}
.services-block {
    position: relative;
    padding: 50px;
    background-color: #fff;
    z-index: 1;
}
.services-block.active {
    -webkit-box-shadow: 0 40px 50px -15px rgba(36, 36, 47, 0.3), 0 5px 10px 0 rgba(63, 60, 136, 0.05);
    -moz-box-shadow: 0 40px 50px -15px rgba(36, 36, 47, 0.3), 0 5px 10px 0 rgba(63, 60, 136, 0.05);
    box-shadow: 0 40px 50px -15px rgba(36, 36, 47, 0.3), 0 5px 10px 0 rgba(63, 60, 136, 0.05);
}
.services-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
}
.services-caption {
    display: block;
    margin-bottom: 20px;
    font: 15px 'ProximaNova-Light', sans-serif;
    color: #919191;
}
.services-caption a {
    color: #423dc8;
}
.services-block .flex-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.services-block .left,
.services-block .right {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
}
.services-block .left {
    padding-right: 25px;
}
.services-block .right {
    padding-left: 25px;
}
.services-content,
.services-actions {
    width: 100%;
}
.services-block .right .services-actions {
    left: 25px;
}
.services-actions a:not(:last-child) {
    margin-right: 28px;
}
.services-list {
    margin-bottom: 30px;
}
.services-list li:not(:last-child) {
    margin-bottom: 20px;
}
.services-list li {
    font: 15px 'ProximaNova-Light';
}
.services-list i {
    margin-right: 10px;
    color: #423DC8;
    font-size: 20px;
}
.services-block p {
    margin-bottom: 30px;
    font: 16px 'ProximaNova-Light';
    line-height: 25px;
}
.services-block h5 {
    margin-bottom: 20px;
    font: 20px 'ProximaNova-Regular';
    line-height: 30px;
}
.services-block .hidden-text {
    display: none;
    margin-bottom: 30px;
}

/***************************/

.programs-block:not(:last-child) {
    margin-bottom: 50px;
}
.programs-block {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #fff;
    z-index: 1;
}
.programs-block .left {
    width: calc(100% - 550px);
    padding: 50px;
}
.programs-block .right {
    position: relative;
    width: 550px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.programs-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
}
.programs-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
}
.programs-title a {
    color: #333;
}
.programs-block p {
    margin-bottom: 30px;
    font: 16px 'ProximaNova-Light';
    line-height: 25px;
}

.programs-block_mobile {
    position: relative;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.programs-block_mobile::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.programs-block_mobile .programs-title {
    position: relative;
    padding: 20px;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    z-index: 1;
}
.programs-block_mobile .programs-title a {
    color: #fff;
}
.programs-block_mobile .academy-btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    text-align: center;
    z-index: 1;
}

/***************************/

.about-content {
    position: relative;
    z-index: 1;
}
.about-content p:not(:last-child) {
    margin-bottom: 30px;
}
.about-content p {
    font: 16px "ProximaNova-Light";
    line-height: 25px;
}

/***************************/

.director {
    background-color: #fff;
}
.director-content {
    position: relative;
}
.director-content::before {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    left: -100px;
    width: 150px;
    height: 100px;
    background: url('../images/icons/icon-quote.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 0;
}
.director-content p:not(:last-child) {
    margin-bottom: 30px;
}
.director .flex-box {
    position: relative;
    z-index: 1;
}
.director p {
    font-size: 20px;
    line-height: 30px;
}
.director-title.title-lg h2 {
    font-size: 30px;
}
.director-title span {
    display: block !important;
    margin-top: 20px;
    font: 15px 'ProximaNova-Light';
    line-height: 20px;
    color: #423dc8;
}
.director-title span::after {
    display: none !important;
}

.director-image {
    width: 550px;
}

/***************************/

.general-info-block p:not(:last-child) {
    margin-bottom: 30px;
}
.general-info-block p {
    font: 16px 'ProximaNova-Light';
    line-height: 25px;
}

/***************************/

.more-info-blocks {
    margin: 0 -25px;
}
.more-info-block {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 25px;
    margin-left: -0.25em;
}
.more-info-block:nth-child(1),
.more-info-block:nth-child(2) {
    margin-bottom: 50px;
}
.more-info-block p {
    font: 16px 'ProximaNova-Light';
    line-height: 25px;
}

/***************************/

section.authors .container {
    padding-top: 0;
}
.authors-info {
    margin-bottom: 100px;
}
.authors-info p {
    font: 16px 'ProximaNova-Light';
    line-height: 25px;
}
.authors-blocks {
    margin-bottom: 20px;
}
.authors-block:not(:last-child) {
    margin-bottom: 50px;
}
.authors-block {
    background-color: #fff;
}
.authors-block:nth-child(even) .flex-box {
    flex-direction: row-reverse;
}
.authors-block .left {
    width: calc(100% - 550px);
    padding: 50px;
}
.authors-block .right {
    width: 550px;
    min-height: 550px;
    position: relative;
}
.authors-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.authors-title {
    max-width: 300px;
    margin-bottom: 20px;
    font: 30px 'ProximaNova-Regular';
    line-height: 35px;
}
.authors-caption {
    display: block;
    margin-bottom: 30px;
    font: 15px 'ProximaNova-Light';
    line-height: 20px;
    color: #919191;
}
.authors-block p:not(:last-child) {
    margin-bottom: 30px;
}
.authors-block p {
    font: 16px 'ProximaNova-Light';
    line-height: 25px;
}

.authors-block_mobile-img img {
    display: block;
    width: 100%;
}
.authors-block_mobile-content {
    padding: 20px 10px;
    background-color: #fff;
}
.authors-block_mobile-content .authors-title {
    margin-bottom: 10px;
    height: 50px;
    font-size: 18px;
    line-height: 25px;
}
.authors-block_mobile-content .authors-caption {
    margin-bottom: 0;
    height: 51px;
    font-size: 14px;
    line-height: 18px;
}

/***************************/

#contacts .info-block {
    position: relative;
}
#contacts .map {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #fff;
}
#contacts .map>ymaps {
    height: 100% !important;
}
#contacts h3 {
    margin-bottom: 25px;
}
#contacts span,
#contacts a {
    display: block;
}

/***************************/
.about-page-menu.main-menu .show-hidden-menu-btn {
    margin-right: 0 !important;
}
.about-page-menu.fixed .main-logo-text {
    background: url('../images/logo/Academy_text_logo_blue.svg') no-repeat center;
    -webkit-background-size: 62px;
    background-size: 62px;
}
.about-page p {
    margin-bottom: 0;
    font: 16px 'ProximaNova-Light';
    line-height: 25px;
}
.about-page .programs-block p {
    margin-bottom: 30px;
}
.about-page__general {
    position: relative;
    /*background-color: #423DC8;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
}
.about-page__general::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.about-page__general .container {
    position: relative;
    height: 600px;
}
.about-slogan {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 1;
}
.about-slogan h1 {
    max-width: 550px;
    font: 40px 'ProximaNova-Regular';
    line-height: 45px;
    color: #fff;
}
.about-slogan .program-start {
    margin-top: 50px;
}
.about-slogan .program-start>div:nth-child(1) span {
    display: inline-block;
    font: 20px 'ProximaNova-Light';
    line-height: 30px;
    color: #fff;
}
.about-slogan .program-start>div:nth-child(2) {
    margin-top: 20px;
}
.about-slogan .program-start .academy-btn:hover {
    background-color: rgba(0,0,0,.05);
}
.about-slogan .program-start .academy-btn:active {
    background-color: rgba(0,0,0,.15);
}
.about-page__second {
    background-color: #fff;
}
.about-page__second a {
    margin-top: 30px;
}
.about-page__second .title-h4 {
    height: 35px;
}
.about-page__second .academy-btn {
    height: auto !important;
}
.about-page__second .academy-btn span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 30px);
    line-height: normal;
}
section.unique .container {
    padding-bottom: 70px;
}
section.about-page__third .container {
    padding-bottom: 50px;
}
.what-do-you-learn__blocks {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.what-do-you-learn__block {
    width: calc(50% - 25px);
    position: relative;
    margin-bottom: 50px;
    padding: 40px;
}
.what-do-you-learn__block p {
    font-size: 20px;
    line-height: 28px;
}
.what-do-you-learn__block::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #423dc8;
}

/***************************/

.mobile {
    display: none !important;
}

/***************************/
/***************************/
/***************************/
/***************************/
@media (max-width: 1023px) {
    .ul{
        margin: 15px;
    }
    .ul li::before {
        left: -20px;
        width: 10px;
    }
}
@media (max-width: 1099px) {
    .services-block .flex-box {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .services-block .left,
    .services-block .right {
        padding: 0;
        width: 100%;
    }
    .services-block .third-box {
        text-align: center;
    }
    .services-block .third-box .left {
        margin-bottom: 20px;
    }
}
@media (max-width: 1279px) {
    .about-slogan {
        left: 50px;
        right: 50px;
    }
}
@media (max-width: 992px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    .about-content .flex-box {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-content .flex-box .left {
        width: 100%;
        padding: 0;
    }
    .about-content .flex-box .right {
        width: calc(100% + 100px);
        margin-top: 50px;
        margin-left: -50px;
        margin-right: -50px;
        padding: 0;
    }
    .about-content .flex-box .right img,
    .director .flex-box .right img {
        display: block;
        width: 100%;
    }
    .director-content {
        position: static;
    }
    .director .flex-box {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .director .flex-box .left {
        width: 100%;
        padding: 0;
    }
    .director .flex-box .right {
        width: calc(100% + 100px);
        margin-left: -50px;
        margin-right: -50px;
        margin-bottom: 50px;
        padding: 0;
    }
    .director-content::before {
        left: auto;
        right: 50px;
    }
    #contacts .map {
        position: static;
        width: 100%;
        height: 320px;
    }
    #contacts .info-block {
        padding-bottom: 0;
    }
    .more-info-block {
        width: 100%;
    }
    .ul-menu {
        display: none;
    }
    .form-confirm.page-404 .form-confirm__content {
        display: block;
        padding-bottom: 50px;
    }
}
@media (max-width: 805px) {
    .general-page .first-screen__inner i {
        bottom: -42px;
        font-size: 550px;
    }
}
@media (max-width: 768px) {
    .main-menu {
        height: 50px;
    }
    .logo,
    .main-menu .pull-right a,
    .main-menu__btn-close,
    .form__btn-close {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .main-menu .main-logo-text {
        display: none !important;
    }
    .show-hidden-menu-btn {
        margin-right: 0 !important;
    }
    .share-wrap {
        display: none;
    }
    .main-menu .hidden-text {
        height: 50px;
        margin-left: 0;
        font: 14px 'ProximaNova-Light';
        line-height: 50px;
    }
    .main-menu>.pull-left:nth-child(1) {
        width: calc(100% - 100px);
    }
    .main-menu.fixed>.pull-left:nth-child(1) {
        width: calc(100% - 50px);
    }
    .main-menu>.pull-left:nth-child(1)>.pull-left:nth-child(2) {
        width: calc(100% - 50px);
        text-align: center;
    }
    .main-menu.fixed .logo.tass {
        display: none;
    }
    .first-screen.height {
        min-height: inherit !important;
    }
    .general-page .first-screen__inner {
        padding-top: 100px;
    }
    .general-page .first-screen__inner h1 {
        max-width: 280px;
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 30px;
    }
    .general-page .first-screen__inner h2 {
        max-width: 480px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
    }
    .general-page .first-screen__inner .left::after {
        display: none;
    }
    .services-block:not(:last-child) {
        margin-bottom: 10px;
    }
    .services-block {
        padding: 20px 10px 10px;
    }
    .services-title {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 25px;
    }
    .services-caption {
        font-size: 14px;
    }
    .services-list li:not(:last-child) {
        margin-bottom: 10px;
    }
    .services-list li::after {
        content: '';
        display: block;
        clear: both;
    }
    .services-list li>* {
        display: inline-block;
        float: left;
    }
    .services-list li>span {
        width: calc(100% - 40px);
    }
    .services-block .third-box .show-service-info {
        border: none;
        width: 20px;
        height: 20px;
        padding: 0;
        line-height: 20px;
    }
    .services-block .third-box .show-service-info span {
        display: none;
    }
    .services-block .third-box .show-service-info i {
        margin-left: 0;
    }
    .about-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .about-content .flex-box .right {
        width: calc(100% + 40px);
        margin-top: 20px;
        margin-left: -20px;
        margin-right: -20px;
        padding: 0;
    }
    section.director .container {
        padding-top: 20px;
    }
    .director .title-lg {
        margin-bottom: 20px;
    }
    .director-title.title-lg h2 {
        font-size: 18px;
        line-height: 25px;
    }
    .director-title span {
        margin-top: 10px;
        font-size: 14px;
    }
    .director-content::before {
        width: 75px;
        height: 50px;
        right: 20px;
        top: 20px;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .director .flex-box .right {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 20px;
    }
    .director p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
    }
    .director p:not(:last-child) {
        margin-bottom: 20px;
    }
    .general-info-block .flex-box,
    .authors-info .flex-box,
    .about-page .flex-box {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .general-info-block .flex-box .left,
    .general-info-block .flex-box .right,
    .authors-info .flex-box .left,
    .authors-info .flex-box .right,
    .about-page .flex-box .left,
    .about-page .flex-box .right {
        width: 100%;
        padding: 0;
    }
    .general-info-block p:not(:last-child),
    .general-info-block .flex-box .left p:last-child {
        margin-bottom: 20px;
    }
    .general-info-block p,
    .more-info-block p {
        font-size: 14px;
        line-height: 20px;
    }
    .more-info-block:not(:last-child) {
        margin-bottom: 30px !important;
    }
    .more-info-block .signature-lg h4 {
        margin-bottom: 10px;
    }
    .more-info-block p {
        margin-bottom: 0;
    }
    .authors-info {
        margin-bottom: 30px;
    }
    .authors-info .flex-box .left {
        margin-bottom: 20px;
    }
    .authors-info .flex-box .left p,
    .authors-info .flex-box .right p {
        padding: 0;
        margin-bottom: 0;
    }
    .authors-blocks {
        margin-bottom: 0;
    }
    #contacts h3 {
        margin-bottom: 20px;
    }
    .services-list {
        margin-bottom: 20px;
    }
    .services-list li {
        padding-right: 0;
        font-size: 13px;
    }
    .services-list i {
        margin-right: 8px;
    }
    .services-block h5 {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .services-block p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .mobile-share-wrap {
        display: block;
        margin-top: 40px;
        padding-bottom: 50px;
        text-align: center;
        font: 14px 'ProximaNova-Light';
    }
    .mobile-share-wrap .share-wrap {
        display: block;
        width: auto;
    }
    .mobile-share-wrap .share-ul {
        position: static;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        text-align: center;
    }
    .mobile-share-wrap .share-ul li {
        float: none !important;
        display: inline-block;
    }
    .mobile-share-wrap .share-wrap .share-toggle-btn {
        display: none !important;
    }
    .mobile-share {
        margin-top: 20px;
    }
    .mobile-share a {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: -0.25em;
        color: #fff;
        font-size: 18px;
        line-height: 40px;
    }
    .about-page__general .container {
        height: 335px;
    }
    .about-slogan {
        bottom: 30px;
        left: 20px;
        right: 20px;
    }
    .about-slogan h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .about-page .flex-box .left {
        margin-bottom: 30px;
    }
    section.unique .container {
        padding-bottom: 10px;
    }
    .about-page section.bg-white .flex-box .left {
        margin-bottom: 0;
    }
    .what-do-you-learn .m-b-50 {
        margin-bottom: 10px !important;
    }
    .what-do-you-learn__block {
        width: 100%;
        margin-bottom: 10px;
    }
    section.about-page__third .container {
        padding-bottom: 20px;
    }
    .general-page .first-screen__inner .right {
        position: absolute;
        right: 20px;
        bottom: 0;
        top: 0;
    }
    .general-page .first-screen__inner i {
        bottom: -20px;
        font-size: 260px;
    }
    .about-slogan .program-start {
        margin-top: 20px;
    }
    .about-slogan .program-start>div:nth-child(2) {
        margin-top: 10px;
    }
    .about-slogan .program-start>div:nth-child(2) .academy-btn {
        width: 100%;
        text-align: center;
    }
    .about-slogan .program-start>div:nth-child(2) .academy-btn i {
        display: none;
    }
    .about-page .services-list {
        margin-bottom: 0;
    }
    .about-page .flex-box.second-box,
    .about-page .flex-box.second-box>div {
        display: none;
    }
    .about-page .services-block.active .flex-box.second-box,
    .about-page .services-block.active .flex-box.second-box>div {
        display: block;
    }
    .about-page__second .title-h4 {
        height: auto;
    }
    .about-page__second .right .academy-btn {
        width: 100%;
        text-align: center;
    }
    .what-do-you-learn__blocks {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
    }
    .about-page p {
        font-size: 14px;
        line-height: 20px;
    }
    .what-do-you-learn__block {
        padding: 20px 10px;
    }
    .what-do-you-learn__block::before {
        width: 10px;
        height: 10px;
    }
    .about-content .right {
        height: 250px;
        background: url('../images/backgrounds/about.jpg') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .director-content .right {
        height: 250px;
        background: url('../images/backgrounds/director.jpg') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .about-content .right img,
    .director-content .right img,
    .img-block-wrap img {
        display: none !important;
    }
    .img-block-wrap {
        height: 250px;
        background: url('../images/backgrounds/img-mobile.jpg') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .general-page .first-screen__inner .demo {
        right: -7px;
        bottom: -26px;
        font-size: 365px;
    }
}
@media (max-width: 480px) {
    .services-actions .academy-btn.btn-purple {
        width: 100%;
    }
    .services-actions a:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .general-page .first-screen__inner i {
        font-size: 240px;
    }
    .general-page .first-screen__inner h1 span {
        display: block;
    }
}
@media (max-width: 400px) {
    .input-group.clearfix .pull-left:nth-child(2)>div>div {
        width: 100% !important;
    }
    #contact-form iframe {
        width: 100% !important;
    }
}

