.main-header {
    background:url(../img/header-decoration.png) no-repeat left #000;
    min-height:900px;
    max-height:1200px;
    height:100vh;
    position:relative;
}

.header__light {
    background:#FFF;
    box-shadow:0 0 34px rgba(0,0,0,0.05);
}

.menu {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    padding: 30px;
    background-color: transparent;
    transition: all 0.1s;
    z-index: 100;
}

.menu.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #000;
}

.sticky + .container {
    padding-top: 102px;
}

.header__light .menu {
    padding:25px 0;
}

.logo-nav-wrapper {
    display:flex;
    justify-content:space-between;
    align-items:center;
    width: calc(100% - 150px);
    padding:0 15px;
}

.logo-menu-btn-wrapper {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:flex-start;
    flex-basis:180px;
}

.menu-mobile-btn {
    display:none;
    padding-left:15px;
}

#menu__toggle {
    display:none;
}

.menu__btn {
    display:flex;
    align-items:start;
    width:26px;
    height:26px;
    cursor:pointer;
    position: relative;
}

.menu__btn>span,.menu__btn>span::before,.menu__btn>span::after {
    display:block;
    position:absolute;
    width:22px;
    height:2px;
    background-color:#fff;
    transition:all .1s ease-in-out;
}

.sticky .menu__btn>span,
.sticky .menu__btn>span::before,
.sticky .menu__btn>span::after {
    background-color:#212121;
}

.menu__btn:hover span::after {
    top:9px;
}

.menu__btn:hover span::before {
    top:-9px;
}

.menu__btn>span {
    width:11px;
    top: 50%;
    transform: translateY(-50%);
}

.menu__btn>span::before {
    content:'';
    top:-6px;
}

.menu__btn>span::after {
    content:'';
    top:6px;
}

.menu-mobile-btn.active {
    position:fixed;
    top:40px;
    left:30px;
    z-index:6;
}

.header__light .menu-mobile-btn>input:checked ~ label>span::before,.header__light .menu-mobile-btn>input:checked ~ label>span::after {
    background-color:#fff;
}

.menu-mobile-btn>input:checked ~ label>span {
    background:transparent;
}

.menu-mobile-btn>input:checked ~ label>span::after {
    transform:rotate(45deg);
    top:0;
}

.menu-mobile-btn>input:checked ~ label>span::before {
    transform:rotate(-45deg);
    top:0;
}

.logo {
    color:#E44C4F;
    font-size:1.25em;
    font-weight:700;
    transition:all .3s ease-in-out;
    width:100%;
}

.logo-black {
    display: none;
}

.menu.sticky .logo-black {
    display: block;
}

.menu.sticky .logo-white {
    display: none;
}

.logo>span {
    color:#fff;
    font-weight:300;
    text-decoration:underline;
}

.header__light .logo,.header__light .logo>span {
    color:#000;
    text-decoration:none;
}

.top-menu {
    flex-grow:2;
    max-width:400px;
    min-width:300px;
    margin:0 40px;
}

.top-menu>ul {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:flex-end;
    align-items:center;
}

.top-menu>ul>li {
    position:relative;
    flex:1;
    min-width:20px;
    text-align:center;
    padding:5px;
}

.top-menu>ul>li:last-child {
    margin-right:0;
}

.top-menu>ul>li>a {
    color:rgba(255,255,255,0.5);
    transition:all .3s ease-in-out;
}

.menu.sticky .top-menu>ul>li>a {
    color: #212121;
}

.menu.sticky .top-menu>ul>li>a:hover {
    color: #E44C4F;
}

.header__light .top-menu>ul>li>a {
    color:rgba(0,0,0,0.25);
    font-weight:500;
}

.top-menu>ul>li>a:hover {
    color:#E44C4F;
    font-weight:700;
}

.header__light .top-menu>ul>li>a:hover {
    color:#000;
}

.top-menu>ul>li>a:hover::after {
    display:block;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translate(-50%,250%);
    content:"";
    width:5px;
    height:5px;
    background-color:#E44C4F;
    border-radius:50%;
}

.header-talk {
    white-space:nowrap;
    color:#DD4242;
    border:1px solid #DD4242;
    border-radius:0 0 0 7px;
    padding:14px 41px;
}

.header__light .header-talk {
    color:#000;
    border:1px solid #000;
}

.page-template-page-academy * {
    font-family:"Proxima Nova";
    font-weight:400;
}

.page-template-page-academy .menu {
    position:absolute;
    left:0;
    top:0;
    width:100%;
}

.page-template-page-academy .main-header {
    position:relative;
    min-height:unset;
    max-height:unset;
    height:unset;
}

.page-template-page-academy .hero {
    color:#FFF;
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:100vh;
    padding-top:147px;
}

.page-template-page-academy .hero h1 {
    margin-top:20px;
    font-size:52px;
    line-height:55px;
}

.page-template-page-academy .hero h1 span {
    color:#DD4242;
}

.page-template-page-academy .hero h1::after {
    content:'';
    width:60px;
    height:2px;
    position:relative;
    display:block;
    margin-top:20px;
    margin-bottom:30px;
    background:#D8D8D8;
}

.page-template-page-academy .hero>div {
    width:calc(50%-15px);
}

.page-template-page-academy .hero__start {
    font-size:20px;
    line-height:27px;
}

.page-template-page-academy .hero__start a {
    font-weight:700;
    color:#DD4242;
}

.page-template-page-academy .hero__description {
    font-size:20px;
    line-height:36px;
    opacity:.5;
}

.page-template-page-academy .hero__button {
    height:67px;
    width:270px;
    margin-top:30px;
    margin-bottom:30px;
}

.page-template-page-academy .hero__button button,.page-template-page-academy .hero__button a {
    font-size:18px;
    line-height:25px;
}

/*.page-template-page-academy main * {
    color:#0D1118;
}*/

.page-template-page-academy .square-btn {
    border-radius:0;
    width:100%;
    height:100%;
}

.page-template-page-academy .square-btn a {
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
    width:100%;
}

.page-template-page-academy .btn-red {
    background:#DD4242;
    color:#FFF;
    transition:background-color .2s linear;
}

.page-template-page-academy .btn-red:hover {
    background:#b22020;
}

.page-template-page-academy .btn-grey {
    background:#E9E9E9;
    transition:background-color .2s linear;
    color:inherit;
}

.page-template-page-academy .btn-grey a {
    color:inherit;
}

.page-template-page-academy .btn-grey:hover {
    background:#DD4242;
    color:#FFF;
}

.page-template-page-academy h2 {
    font-size:42px;
    line-height:57px;
}

.page-template-page-academy h2::after {
    content:'';
    width:47px;
    height:2px;
    background:#D8D8D8;
    display:block;
    margin:20px auto;
}

.page-template-page-academy h3 {
    font-size:32px;
    line-height:36px;
}

.page-template-page-academy .why-wp h2 {
    text-align:center;
}

.page-template-page-academy .why-wp__description {
    text-align:center;
    font-size:18px;
    line-height:29px;
}

.page-template-page-academy .why-wp__reasons,.page-template-page-academy .why-wp__reasons>div {
    border-color:#D8D8D8;
    border-style:solid;
}

.page-template-page-academy .why-wp__reasons {
    display:flex;
    flex-wrap:wrap;
    margin-top:50px;
    border-width:1px 0 0 1px;
}

.page-template-page-academy .why-wp__item {
    cursor:pointer;
    position:relative;
    width:25%;
    transition:background-color .2s linear;
    border-width:0 1px 1px 0;
    padding:33px;
}

.page-template-page-academy .why-wp__item::after,.page-template-page-academy .why-wp__item::before {
    content:'';
    height:25px;
    transition:transform .2s linear;
    transform:scaleY(0);
    position:absolute;
    z-index:1;
    left:0;
    width:100%;
}

.page-template-page-academy .why-wp__item::before {
    top:-24px;
    transform-origin:0 100%;
}

.page-template-page-academy .why-wp__item::after {
    bottom:-24px;
    transform-origin:100% 0;
}

.page-template-page-academy .why-wp__item:hover {
    background:#DD4242;
}

.page-template-page-academy .why-wp__item:hover::after,.page-template-page-academy .why-wp__item:hover::before {
    transform:scaleY(1);
    background:#DD4242;
}

.page-template-page-academy .why-wp__item .counter {
    opacity:.5;
    font-size:20px;
    line-height:24px;
    letter-spacing:1px;
}

.page-template-page-academy .why-wp__item .amount {
    margin-top:10px;
    font-weight:700;
    font-size:42px;
    line-height:51px;
}

.page-template-page-academy .why-wp__item .amount:after {
    content:'';
    width:30px;
    height:2px;
    background-color:#D8D8D8;
    display:block;
    margin:16px 0;
}

.page-template-page-academy .why-wp__item .description {
    opacity:.5;
    font-size:18px;
    line-height:32px;
}

.page-template-page-academy .course {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.page-template-page-academy .course>div {
    width:calc(50%-35px);
}

.page-template-page-academy .course__content h2 {
    max-width:396px;
}

.page-template-page-academy .course__content h2::after {
    margin:20px 0;
}

.page-template-page-academy .course__content p {
    font-size:18px;
    line-height:36px;
    margin-bottom:24px;
}

.page-template-page-academy .course__content h4 {
    font-weight:700;
    font-size:22px;
    line-height:27px;
    margin-bottom:24px;
}

.page-template-page-academy .course__content__items>div {
    height:67px;
    margin-bottom:20px;
}

.page-template-page-academy .course__content__items.col-3>div {
    width:calc(33.33%-10px);
}

.page-template-page-academy .course__content__items.col-2>div {
    width:calc(50%-10px);
}

.page-template-page-academy .course__content .btn-grey,.page-template-page-academy .course__content .btn-grey a {
    font-weight:700;
    font-size:18px;
    line-height:22px;
}

.page-template-page-academy .course__form__wrapper {
    background:#0D1118;
    padding:0 43px 30px;
}

.page-template-page-academy .course__form h4 {
    font-size:24px;
    line-height:29px;
    text-align:center;
    padding:33px 0;
}

.page-template-page-academy .course__form .input-group {
    margin-bottom:15px;
    position:relative;
}

.page-template-page-academy .course__form .input-group.button-submit {
    height:67px;
    margin:30px 0;
}

.page-template-page-academy .course__form .input-group.button-submit * {
    font-size:18px;
    font-weight:700;
}

.page-template-page-academy .course__form .input-group.input-agree input {
    height:initial;
    width:initial;
    margin-bottom:0;
    display:none;
    cursor:pointer;
    padding:0;
}

.page-template-page-academy .course__form .input-group.input-agree label {
    position:relative;
    cursor:pointer;
}

.page-template-page-academy .course__form .input-group.input-agree label:before {
    content:'';
    -webkit-appearance:none;
    background-color:transparent;
    border:2px solid #DD4242;
    box-shadow:0 1px 2px rgba(0,0,0,0.05),inset 0 -15px 10px -12px rgba(0,0,0,0.05);
    display:inline-block;
    position:relative;
    vertical-align:middle;
    cursor:pointer;
    margin-right:5px;
    transform:translateY(-2px);
    padding:10px;
}

.page-template-page-academy .course__form .input-group.input-agree input:checked+label:after {
    content:'';
    display:block;
    position:absolute;
    top:2px;
    left:9px;
    width:6px;
    height:14px;
    border:solid #DD4242;
    transform:rotate(45deg) translateY(-2px);
    border-width:0 2px 2px 0;
}

.page-template-page-academy .course__form .input-group input:not([type="checkbox"]):not([type="hidden"]) {
    font-size:18px;
    border:none;
    background:rgba(255,255,255,0.2);
    border-radius:0;
    padding:27px 22px 12px;
}

.page-template-page-academy #program {
    background:#0D1118;
}

.page-template-page-academy #program h2 {
    margin-bottom:50px;
}

.page-template-page-academy #program h2:after {
    content:none;
}

.page-template-page-academy #program .program__item {
    width:calc(50%-15px);
    margin-bottom:30px;
    background:rgba(255,255,255,0.2);
    transition:all .2s linear;
    cursor:pointer;
    padding:47px;
}

.page-template-page-academy #program .program__item:hover {
    background:linear-gradient(180deg,rgba(221,66,66,0.3) 0 rgba(149,31,31,0.3) 100%;
    transform:translateY(-5px) translateX(5px);
}

.page-template-page-academy #program .program__item .module {
    font-size:16px;
    line-height:19px;
    color:#DD4242;
    text-transform:uppercase;
}

.page-template-page-academy #program .program__item h4 {
    font-size:24px;
    line-height:29px;
    margin-top:7px;
}

.page-template-page-academy #program .program__item h4::after {
    content:'';
    width:40px;
    height:2px;
    background:rgba(255,255,255,0.2);
    display:block;
    margin:15px 0;
}

.page-template-page-academy #program .program__item li {
    opacity:.5;
    font-size:18px;
    line-height:39px;
}

.page-template-page-academy #program .program__item li::before {
    content:'';
    background:#DD4242;
    width:5px;
    height:5px;
    vertical-align:middle;
    display:inline-block;
    margin-right:10px;
}

.page-template-page-academy #advantages h2:after {
    margin-left:0;
    margin-right:0;
}

.page-template-page-academy .advantages__items .item__description {
    font-weight:700;
    font-size:18px;
    line-height:30px;
}

.page-template-page-academy section#subscription .subscription {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    background:#0D1118;
    position:relative;
    padding:45px 45px 45px 60px;
}

.page-template-page-academy section#subscription .subscription::before {
    width:0;
    height:0;
    content:'';
    position:absolute;
    top:0;
    left:0;
    border-color:#dd4242 transparent transparent;
    border-style:solid;
    border-width:85px 105px 0 0;
}

.page-template-page-academy section#subscription .subscription::after {
    width:0;
    height:0;
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    border-color:transparent transparent transparent #dd4242;
    border-style:solid;
    border-width:85px 0 0 105px;
}

.page-template-page-academy section#subscription .subscription__text p {
    font-size:18px;
    line-height:30px;
    color:rgba(255,255,255,0.5);
    position:relative;
    z-index:2;
}

.page-template-page-academy section#subscription .subscription__text h4 {
    color:#FFF;
    font-weight:700;
    font-size:24px;
    line-height:30px;
    position:relative;
    z-index:2;
}

.page-template-page-academy section#subscription .subscription__text h4::after {
    content:'';
    width:29px;
    height:2px;
    background:rgba(255,255,255,0.5);
    display:block;
    margin:9px 0;
}

.page-template-page-academy section#subscription .subscription__form form {
    display:flex;
    flex-wrap:wrap;
}

.page-template-page-academy section#subscription .subscription__form form .input-group:first-child {
    flex-grow:1;
}

.page-template-page-academy section#subscription .subscription__form form .button-submit button {
    width:100%;
    height:62px;
    padding:23px 33px;
}

.page-template-page-academy section#subscription .input-group {
    position:relative;
}

.page-template-page-academy section#subscription .input-group input {
    font-size:18px;
    border:none;
    background:#fff;
    border-radius:0;
    height:62px;
    padding:0 22px;
}

.logo>img,.page-template-page-academy .hero__graphic img {
    width:100%;
}

.page-template-page-academy .btn-red a,.page-template-page-academy .why-wp__item:hover *,.page-template-page-academy .course__form *,.page-template-page-academy #program * {
    color:#FFF;
}

.page-template-page-academy .course__content__items,.page-template-page-academy #program .program {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.page-template-page-academy .course__form .input-group:not(.input-agree) label,.page-template-page-academy section#subscription .input-group label {
    cursor:pointer;
    opacity:.5;
    font-size:18px;
    line-height:22px;
    position:absolute;
    left:22px;
    transition:all .2s linear;
    transform:translateY(-50%);
}

.page-template-page-academy .course__form .input-group input:not([type="checkbox"]):not([type="hidden"]):-moz-placeholder-shown+label,.page-template-page-academy .course__form .input-group input:not([type="checkbox"]):not([type="hidden"]):-ms-input-placeholder+label,.page-template-page-academy .course__form .input-group input:not([type="checkbox"]):not([type="hidden"]):placeholder-shown+label,.page-template-page-academy section#subscription .input-group input:-moz-placeholder-shown+label,.page-template-page-academy section#subscription .input-group input:-ms-input-placeholder+label,.page-template-page-academy section#subscription .input-group input:placeholder-shown+label {
    top:50%;
}

.page-template-page-academy .course__form .input-group input:not([type="checkbox"]):not([type="hidden"]):not(:-moz-placeholder-shown)+label,.page-template-page-academy .course__form .input-group input:not([type="checkbox"]):not([type="hidden"]):not(:-ms-input-placeholder)+label,.page-template-page-academy .course__form .input-group input:not([type="checkbox"]):not([type="hidden"]):focus+label,.page-template-page-academy .course__form .input-group input:not([type="checkbox"]):not([type="hidden"]):not(:placeholder-shown)+label {
    top:19px;
    font-size:14px;
}

.page-template-page-academy section#subscription .input-group input:not(:-moz-placeholder-shown)+label,.page-template-page-academy section#subscription .input-group input:not(:-ms-input-placeholder)+label,.page-template-page-academy section#subscription .input-group input:focus+label,.page-template-page-academy section#subscription .input-group input:not(:placeholder-shown)+label {
    top:15px;
    font-size:14px;
}

@media min-width 1156px{
    .logo-nav-wrapper {
        margin-left:calc((100%-1155px) / 2px;
    }
}

@media max-width 1199px{
    .page-template-page-academy .menu {
        padding:25px 0;
    }

    .page-template-page-academy .hero {
        padding-top:97px;
        flex-direction:column-reverse;
        justify-content:center;
    }

    .page-template-page-academy .hero>div {
        width:70%;
        margin-bottom:60px;
    }

    .page-template-page-academy section#subscription .subscription__form form .input-group {
        flex-grow:1;
        margin-top:10px;
    }
}

@media max-width 767px{
    .page-template-page-academy .hero h1 {
        font-size:32px;
        line-height:45px;
    }

    .page-template-page-academy .hero__start {
        font-size:18px;
        line-height:24px;
    }

    .page-template-page-academy .hero__description {
        font-size:18px;
        line-height:32px;
    }

    .page-template-page-academy .course__form__wrapper {
        padding:0 15px 30px;
    }

    .page-template-page-academy .advantages__items .item {
        display:flex;
        align-items:center;
        margin-bottom:30px;
    }

    .page-template-page-academy .advantages__items .item__icon {
        margin-right:15px;
    }

    .page-template-page-academy .hero>div,.page-template-page-academy .course__content__items.col-3>div,.page-template-page-academy .course__content__items.col-2>div {
        width:100%;
    }
}

@media max-width 960px{
    .page-template-page-academy .why-wp__item {
        width:50%;
    }
}

@media max-width 640px{
    .page-template-page-academy .why-wp__item {
        width:100%;
    }
}

@media max-width 1023px{
    .page-template-page-academy .course>div {
        width:100%;
    }
}

@media max-width 920px{
    .page-template-page-academy #program .program__item {
        width:100%;
    }
}

@media min-width 768px{
    .page-template-page-academy .advantages {
        display:flex;
        justify-content:space-between;
        align-items:center;
        flex-wrap:wrap;
    }

    .page-template-page-academy .advantages__items {
        width:calc(58.3333%-15px);
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }

    .page-template-page-academy .advantages__items .item {
        width:calc(50%-15px);
    }

    .page-template-page-academy section#subscription .subscription__text {
        width:calc(58.3333%-15px);
    }

    .page-template-page-academy .advantages__form,.page-template-page-academy section#subscription .subscription__form {
        width:calc(41.6666%-15px);
    }
}