@font-face {
    font-family: 'PFEncoreSansProBook';
    src: url('../fonts/PFEncoreSansPro/Book/pfencoresanspro-book-webfont.woff2') format('woff2'),
    url('../fonts/PFEncoreSansPro/Book/pfencoresanspro-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFEncoreSansProBlack';
    src: url('../fonts/PFEncoreSansPro/Black/pfencoresanspro-black-webfont.woff2') format('woff2'),
    url('../fonts/PFEncoreSansPro/Black/pfencoresanspro-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFEncoreSansProBold';
    src: url('../fonts/PFEncoreSansPro/Bold/pfencoresanspro-bold-webfont.woff2') format('woff2'),
    url('../fonts/PFEncoreSansPro/Bold/pfencoresanspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFEncoreSansProLight';
    src: url('../fonts/PFEncoreSansPro/Light/pfencoresanspro-light-webfont.woff2') format('woff2'),
    url('../fonts/PFEncoreSansPro/Light/pfencoresanspro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFEncoreSansProLightItalic';
    src: url('../fonts/PFEncoreSansPro/LightItalic/pfencoresanspro-lightitalic-webfont.woff2') format('woff2'),
    url('../fonts/PFEncoreSansPro/LightItalic/pfencoresanspro-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFEncoreSansProMedium';
    src: url('../fonts/PFEncoreSansPro/Medium/pfencoresanspro-medium-webfont.woff2') format('woff2'),
    url('../fonts/PFEncoreSansPro/Medium/pfencoresanspro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFEncoreSansProMediumItalic';
    src: url('../fonts/PFEncoreSansPro/MediumItalic/pfencoresanspro-mediumitalic-webfont.woff2') format('woff2'),
    url('../fonts/PFEncoreSansPro/MediumItalic/pfencoresanspro-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PFEncoreSansProRegular';
    src: url('../fonts/PFEncoreSansPro/Regular/pfencoresanspro-reg-webfont.woff2') format('woff2'),
    url('../fonts/PFEncoreSansPro/Regular/pfencoresanspro-reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFEncoreSansProThin';
    src: url('../fonts/PFEncoreSansPro/Thin/pfencoresanspro-thin-webfont.woff2') format('woff2'),
    url('../fonts/PFEncoreSansPro/Thin/pfencoresanspro-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IntroBook';
    src: url('../fonts/Intro/Book/intro-book-webfont.woff2') format('woff2'),
    url('../fonts/Intro/Book/intro-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IntroBlackCaps';
    src: url('../fonts/Intro/BlackCaps/intro-black-caps-webfont.woff2') format('woff2'),
    url('../fonts/Intro/BlackCaps/intro-black-caps-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IntroBold';
    src: url('../fonts/Intro/Bold/intro-bold-webfont.woff2') format('woff2'),
    url('../fonts/Intro/Bold/intro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IntroBoldAlt';
    src: url('../fonts/Intro/BoldAlt/intro-bold-alt-webfont.woff2') format('woff2'),
    url('../fonts/Intro/BoldAlt/intro-bold-alt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background-color: #ab4a70;
    color: #fff;
}

::selection {
    background-color: #ab4a70;
    color: #fff;
}

* {
    margin: 0;
    outline: none;
    padding: 0;
}

html,
body {
    height: 100%;
    min-width: 1024px;
}

body {
    font: 14px/21px 'PFEncoreSansProBook', Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1 {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.btn {
    outline: none !important;
}

.cc-radio input[type="radio"],
.cc-checkbox input[type="checkbox"] {
    display: none;
}

.cc-radio label,
.cc-checkbox label {
    color: #171717;
    cursor: pointer;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    padding-left: 35px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .cc-radio label,
    .cc-checkbox label {
        font-size: 18px;
        line-height: 23px;
    }
}

@media screen and (max-width: 1366px) {
    .cc-radio label,
    .cc-checkbox label {
        font-size: 17px;
        line-height: 21px;
    }
}

@media screen and (max-width: 480px) {
    .cc-radio label,
    .cc-checkbox label {
        padding-left: 32px;
    }
}

.cc-radio label::before,
.cc-checkbox label::before {
    background-color: #fff;
    border: 3px solid #b0b0b0;
    box-shadow: inset 0 3px 8px rgba(14, 14, 14, .6);
    content: '';
    display: block;
    height: 22px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px;
}

@media screen and (max-width: 1199px) {
    .cc-radio label::before {
        border-width: 2px;
        height: 21px;
        width: 21px;
    }
}

.cc-radio label::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.cc-radio input[type="radio"]:checked + label::after,
.cc-checkbox input[type="checkbox"]:checked + label::after {
    background-color: #943c64;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .7);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .7);
    content: '';
    display: block;
    height: 10px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 10px;
}

@media screen and (max-width: 1199px) {
    .cc-radio input[type="radio"]:checked + label::after {
        height: 7px;
        left: 7px;
        top: 11px !important;
        width: 7px;
    }
}

.cc-radio input[type="radio"]:checked + label::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.page {
    min-height: 100%;
    padding-bottom: 270px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .page {
        padding-bottom: 240px;
    }
}

@media screen and (max-width: 1366px) {
    .page {
        padding-bottom: 190px;
    }
}

@media screen and (max-width: 1199px) {
    .page {
        padding-bottom: 180px;
    }
}

@media screen and (max-width: 991px) {
    .page {
        padding-bottom: 320px;
    }
}

@media screen and (max-width: 540px) {
    .page {
        padding-bottom: 360px;
    }
}

@media screen and (max-width: 420px) {
    .page {
        padding-bottom: 380px;
    }
}

@media screen and (max-width: 360px) {
    .page {
        padding-bottom: 400px;
    }
}

@media screen and (max-width: 340px) {
    .page {
        padding-bottom: 420px;
    }
}

/* HEADER на главной не авторизован */
.header-entry {
    background: url(../img/header-entry-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 898px;
}

@media screen and (max-width: 1440px) {
    .header-entry {
        height: 840px;
    }
}

@media screen and (max-width: 1366px) {
    .header-entry {
        height: 760px;
    }
}

@media screen and (max-width: 1280px) {
    .header-entry {
        height: 720px;
    }
}

@media screen and (max-width: 1199px) {
    .header-entry {
        height: 700px;
    }
}

@media screen and (max-width: 991px) {
    .header-entry {
        height: 660px;
    }
}

@media screen and (max-width: 600px) {
    .header-entry {
        height: auto;
        padding-bottom: 34px;
        padding-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .header-entry-top {
        height: 102px;
    }
}

@media screen and (max-width: 600px) {
    .header-entry-top {
        background-color: #993a71;
        height: 60px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.header-entry-content {
    height: 100%;
    position: relative;
}

.header-logo,
.header-right,
.header-profile {
    padding-top: 30px;
}

@media screen and (max-width: 600px) {
    .header-logo,
    .header-right,
    .header-profile {
        padding-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .header-logo,
    .header-logo h1,
    .header-logo a {
        height: 100%;
    }
}

.header-logo {
    float: left;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    .header-logo {
        position: relative;
        z-index: 10;
    }
}

@media screen and (max-width: 360px) {
    .header-logo {
        max-width: none;
    }
}

.header-logo h1 {
    margin: 0;
}

@media screen and (max-width: 1440px) {
    .header-logo h1 {
        padding-top: 5px;
        width: 160px;
    }
}

.header-logo a {
    display: block;
    line-height: 0;
}

@media screen and (max-width: 600px) {
    .header-logo img {
        height: 50%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%) translateZ(0);
        -moz-transform: translateY(-50%) translateZ(0);
        -o-transform: translateY(-50%) translateZ(0);
        -ms-transform: translateY(-50%) translateZ(0);
        transform: translateY(-50%) translateZ(0);
    }
}

.header-right {
    float: right;

}

@media screen and (max-width: 600px) {
    .header-right {
        height: 100%;
    }
}

.header-menu-dropdown {
    height: auto !important;
}

.header-menu-dropdown,
.header-training-btn,
.site-header-top-btn {
    float: left;
    margin-right: 15px;
    width: 165px !important;
}

@media screen and (max-width: 1440px) {
    .header-menu-dropdown,
    .header-training-btn,
    .site-header-top-btn {
        margin-right: 10px;
        width: 165px !important;
    }
}

@media screen and (max-width: 1280px) {
    .header-menu-dropdown,
    .header-training-btn,
    .site-header-top-btn {
        margin-right: 10px;
        width: 165px !important;
    }
}

@media screen and (max-width: 1199px) {
    .header-menu-dropdown {
        width: 160px !important;
    }

    .header-training-btn,
    .site-header-top-btn {
        padding: 0 20px !important;
        width: auto !important;
    }
}

@media screen and (max-width: 600px) {
    .header-menu-dropdown,
    .header-training-btn,
    .site-header-top-btn {
        display: inline-block !important;
        float: none;
        margin-right: 5px;
        width: 140px !important;
    }

    .site-header-top .header-menu-dropdown button,
    .site-header-top .header-training-btn,
    .site-header-top .site-header-top-btn,
    .header-entry:not(.authorized) .header-menu-dropdown button,
    .header-entry:not(.authorized) .header-menu-dropdown .dropdown-menu {
        background-color: #a23372;
    }
}

@media screen and (max-width: 480px) {
    .header-menu-dropdown,
    .header-training-btn,
    .site-header-top-btn {
        margin-left: auto;
        margin-right: auto !important;
        width: 165px !important
    }

    .site-header-top .header-menu-dropdown,
    .site-header-top .header-training-btn,
    .site-header-top .site-header-top-btn {
        display: block !important;
    }

    .header-training-btn,
    .site-header-top-btn {
        margin-bottom: 12px;
    }
}

.header-menu-dropdown button,
.header-training-btn,
.site-header-top-btn {
    background-color: #a23372;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    color: #fff !important;
    display: block;
    font-family: 'IntroBlackCaps', Arial, Helvetica, sans-serif;
    height: 34px;
    line-height: 32px;
    outline: none !important;
    padding: 0;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .header-menu-dropdown button,
    .header-training-btn,
    .site-header-top-btn {
        font-size: 13px;
    }
}

@media screen and (max-width: 1280px) {
    .header-menu-dropdown button,
    .header-training-btn,
    .site-header-top-btn {
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    .header-menu-dropdown button,
    .header-training-btn,
    .site-header-top-btn {
        background-color: #742954;
        font-size: 11px;
    }
}

.header-menu-dropdown.open button {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radus-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radus-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.header-menu-dropdown .dropdown-angle,
.header-training-btn .dropdown-angle {
    background: url(../img/angle-right-white.png) no-repeat center;
    display: inline-block;
    height: 11px;
    margin-left: 10px;
    position: relative;
    width: 6px;
}

.header-menu-dropdown.open .dropdown-angle {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header-menu-dropdown-separator {
    border-bottom: 1px solid #531036;
    display: none;
    margin-left: 22px;
    margin-right: 22px;
}

.header-menu-dropdown.open .header-menu-dropdown-separator {
    display: block;
}

.header-menu-dropdown .dropdown-menu {
    background-color: #a23372;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 17px;
    -moz-border-radus-bottomleft: 17px;
    -webkit-border-bottom-right-radius: 17px;
    -moz-border-radus-bottomright: 17px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 0;
    min-width: auto;
    padding-bottom: 25px;
    padding-top: 5px;
    width: 100%;
}

@media screen and (max-width: 1366px) {
    .header-menu-dropdown .dropdown-menu {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    .header-menu-dropdown .dropdown-menu {
        background-color: #742954;
    }

    .site-header-top .header-menu-dropdown .dropdown-menu {
        background-color: #a23372;
    }
}

.header-menu-dropdown .dropdown-menu li::after {
    border-bottom: 1px solid rgba(228, 228, 228, .31);
    content: '';
    display: block;
    margin-left: 22px;
    margin-right: 22px;
}

.header-menu-dropdown .dropdown-menu a {
    color: #fff;
    height: 42px;
    line-height: 36px;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .header-menu-dropdown .dropdown-menu a {
        font-size: 13px;
        height: 38px;
        line-height: 32px;
    }
}

@media screen and (max-width: 600px) {
    .header-menu-dropdown .dropdown-menu a {
        font-size: 11px;
    }
}

.header-menu-dropdown .dropdown-menu a:hover {
    background-color: #862b5e;
    color: #fff;
}

.sign-in-btn {
    background-color: #742954;
    border: none;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    color: #fff;
    display: block;
    font-family: 'IntroBlackCaps', Arial, Helvetica, sans-serif;
    float: right;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 160px;
}

@media screen and (max-width: 1366px) {
    .sign-in-btn {
        font-size: 13px;
        width: 130px;
    }
}

@media screen and (max-width: 1199px) {
    .sign-in-btn {
        width: 140px;
    }
}

@media screen and (max-width: 600px) {
    .sign-in-btn {
        display: none;
    }
}

.sign-in-btn:hover,
.sign-in-btn:focus {
    color: #fff;
}

.sign-in-btn-mobile {
    display: none;
}

@media screen and (max-width: 600px) {
    .sign-in-btn-mobile {
        background: #742954 url(../img/sign-in-icon.png) no-repeat center;
        display: block;
        margin-right: 15px;
        margin-top: 13px;
        width: 50px;
    }
}

.header-entry-steps {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1366px) {
    .header-entry-steps {
        margin-top: 60px;
    }
}

@media screen and (max-width: 640px) {
    .header-entry-steps {
        overflow: hidden;
    }
}

@media screen and (max-width: 600px) {
    .header-entry-steps {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0;
    }
}

.header-entry-steps-title {
    color: #fff;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
    .header-entry-steps-title {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    .header-entry-steps-title {
        background-color: #fff;
        color: #202020;
        font-size: 14px;
        height: 39px;
        line-height: 39px;
        margin-bottom: 0;
        margin-left: -15px;
        margin-right: -15px;
        text-align: center;
    }
}

@media screen and (min-width: 601px) {
    .header-entry-steps-content {
        overflow: visible !important;
    }
}

.header-entry-steps ul {
    -webkit-box-shadow: 0 0 20px #742954;
    -moz-box-shadow: 0 0 20px #742954;
    -o-box-shadow: 0 0 20px #742954;
    box-shadow: 0 0 20px #742954;
    float: left;
}

@media screen and (max-width: 640px) {
    .header-entry-steps ul {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        min-width: 590px;
    }
}

.header-entry-steps li {
    float: left;
    position: relative;
}

.header-entry-steps li:nth-child(1) {
    z-index: 5;
}

.header-entry-steps li:nth-child(2) {
    z-index: 4;
}

.header-entry-steps li:nth-child(3) {
    z-index: 3;
}

.header-entry-steps li:nth-child(4) {
    z-index: 2;
}

.header-entry-steps li:nth-child(5) {
    z-index: 1;
}

.header-entry-steps li a {
    background-color: #a43f79;
    color: #fff;
    display: block;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 20px;

    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    position: relative;
    text-align: center;
    width: 135px;
}

@media screen and (max-width: 1366px) {
    .header-entry-steps li a {
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        width: 115px;
    }
}

.header-entry-steps li:first-child a {
    padding-left: 12px;
}

.header-entry-steps li:nth-child(odd) a {
    background-color: #93376c;
}

.header-entry-steps li.active a {
    background-color: #c3498f;
}

.header-entry-steps li a > span {
    display: block;
    background-color: inherit;
    height: inherit;
    line-height: inherit;
    position: inherit;
    z-index: 2;
}

.header-entry-steps li a::after {
    content: '';
    border-top: 20px solid transparent;
    border-left: 20px solid #a43f79;
    border-bottom: 20px solid transparent;
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    z-index: 1;
}

@media screen and (max-width: 1366px) {
    .header-entry-steps li a::after {
        border-bottom-width: 18px;
        border-top-width: 18px;
    }
}

.header-entry-steps li:nth-child(odd) a::after {
    border-left-color: #93376c;
}

.header-entry-steps li:last-child a::after {
    background-color: #93376c;
    border: none;
    -webkit-box-shadow: 1px 1px 10px #742954;
    -moz-box-shadow: 1px 1px 10px #742954;
    -o-box-shadow: 1px 1px 10px #742954;
    box-shadow: 1px 1px 10px #742954;
    content: '';
    height: 28px;
    right: -30px;
    position: absolute;
    right: -15px;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 28px;
}

@media screen and (max-width: 1366px) {
    .header-entry-steps li:last-child a::after {
        height: 26px;
        right: -13px;
        top: 5px;
        width: 26px;
    }
}

@media screen and (max-width: 640px) {
    .header-entry-steps li:last-child a::after {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
}

.header-entry-steps li.active a::after {
    border-left-color: #c3498f;
}

.header-entry-title {
    margin-top: 60px;
}

@media screen and (max-width: 1366px) {
    .header-entry-title {
        margin-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .header-entry-title {
        margin: 40px 0;
    }
}

@media screen and (max-width: 480px) {
    .header-entry-title {
        margin: 20px 0 25px 0;
    }
}

.header-entry-title h1 {
    color: #fff;
    float: left;
    font-family: 'IntroBold', Arial, Helvetica, sans-serif;
    font-size: 94px;
    line-height: 94px;
    position: relative;
    -webkit-text-shadow: 2px 3px 3px rgba(139, 47, 51, .21);
    -moz-text-shadow: 2px 3px 3px rgba(139, 47, 51, .21);
    -o-text-shadow: 2px 3px 3px rgba(139, 47, 51, .21);
    text-shadow: 2px 3px 3px rgba(139, 47, 51, .21);
}

@media screen and (max-width: 1680px) {
    .header-entry-title h1 {
        font-size: 90px;
    }
}

@media screen and (max-width: 1440px) {
    .header-entry-title h1 {
        font-size: 84px;
        line-height: 84px;
    }
}

@media screen and (max-width: 1366px) {
    .header-entry-title h1 {
        font-size: 80px;
    }
}

@media screen and (max-width: 1280px) {
    .header-entry-title h1 {
        font-size: 76px;
    }
}

@media screen and (max-width: 1199px) {
    .header-entry-title h1 {
        font-size: 70px;
        line-height: 74px;
    }
}

@media screen and (max-width: 991px) {
    .header-entry-title h1 {
        font-size: 60px;
        line-height: 64px;
    }
}

@media screen and (max-width: 767px) {
    .header-entry-title h1 {
        font-size: 50px;
        line-height: 54px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 640px) {
    .header-entry-title h1 {
        float: none;
        font-size: 36px;
        line-height: 40px;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .header-entry-title h1 {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .header-entry-title h1 {
        text-align: left;
    }
}

@media screen and (max-width: 320px) {
    .header-entry-title h1 {
        font-size: 38px;
    }
}

.header-entry-title h1::after {
    background: url(../img/rubber.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    content: '';
    height: 75px;
    position: absolute;
    right: -80px;
    top: 0;
    width: 69px;
}

@media screen and (max-width: 991px) {
    .header-entry-title h1::after {
        display: none;
    }
}

.header-entry-description {
    color: #fff;
    margin-top: 6px;
}

@media screen and (max-width: 600px) {
    .header-entry-description {
        margin-top: 0;
        /*text-align: center;*/
    }
}

@media screen and (max-width: 480px) {
    .header-entry-description {
        text-align: left;
    }
}

.header-entry-description-title {
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 25px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1680px) {
    .header-entry-description-title {
        font-size: 23px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 1440px) {
    .header-entry-description-title {
        font-size: 21px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .header-entry-description-title {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .header-entry-description-title {
        font-size: 17px;
        margin-bottom: 12px;
    }
}

.header-entry-description ul {
    padding-left: 25px;
}

@media screen and (max-width: 600px) {
    .header-entry-description ul {
        padding-left: 0;
    }
}

.header-entry-description li {
    font-size: 28px;
    height: auto;
    line-height: 40px;
}

/*@media screen and (max-width: 1680px) {
    .header-entry-description li {
        font-size: 33px;
        height: 44px;
        line-height: 44px;
    }
}*/

@media screen and (max-width: 1440px) {
    .header-entry-description li {
        font-size: 22px;
        height: auto;
        line-height: 30px;
    }
}

/*@media screen and (max-width: 1280px) {
    .header-entry-description li {
        font-size: 24px;
        height: 35px;
        line-height: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .header-entry-description li {
        font-size: 22px;
        height: 30px;
        line-height: 30px;
    }
}

@media screen and (max-width: 991px) {
    .header-entry-description li {
        font-size: 24px;
        height: 35px;
        line-height: 35px;
    }
}*/

@media screen and (max-width: 767px) {
    /*.header-entry-description li {
        font-size: 22px;
        height: 32px;
        line-height: 32px;
    }*/

    .header-entry-description li br {
        display: none;
    }
}

/*@media screen and (max-width: 600px) {
    .header-entry-description li {
        font-size: 19px;
        height: 30px;
        line-height: 30px;
    }
}*/

@media screen and (max-width: 480px) {
    .header-entry-description li {
        font-size: 17px;
    }
}

@media screen and (max-width: 400px) {
    .header-entry-description li {
        font-size: 13px;
    }
}

.header-entry-description li > div {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

@media screen and (max-width: 480px) {
    .header-entry-description li > div {
        display: block;
        padding-left: 13px;
    }
}

.header-entry-description li > div::before {
    background-color: #ffef2c;
    content: '';
    height: 7px;
    left: 0;
    margin-top: -3px;
    position: absolute;
    top: 25px;
    width: 7px;
}

@media screen and (max-width: 1440px) {
    .header-entry-description li > div::before {
        margin-top: -11px;
    }
}

@media screen and (max-width: 480px) {
    .header-entry-description li > div::before {
        height: 5px;
        width: 5px;
    }
}

.cc-yellow-btn,
.start-learning-btn {
    background-color: #ffef2c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(207, 75, 39, .7);
    -moz-box-shadow: 0 0 20px rgba(207, 75, 39, .7);
    -o-box-shadow: 0 0 20px rgba(207, 75, 39, .7);
    box-shadow: 0 0 20px rgba(207, 75, 39, .7);
    color: #565269;
    display: block;
    font-family: 'IntroBoldAlt', Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 40px;
    line-height: 41px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 230px;
}

.cc-crimson-small-btn {
    background-color: #aa4a70;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 26px 1px #aa4a70;
    -moz-box-shadow: 0 0 26px 1px #aa4a70;
    -o-box-shadow: 0 0 26px 1px #aa4a70;
    box-shadow: 0 0 26px 1px #aa4a70;
    color: #fff !important;
    display: inline-block;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    height: 32px;
    line-height: 30px;
    margin-top: -11px;
    padding: 0 15px;
    text-align: center;
}

.cc-crimson-small-btn:hover {
    background-color: #9d4467;
}

.cc-crimson-small-btn:active {
    background-color: #aa4a70;
    box-shadow: inset 0 0 10px #702f49;
}

.cc-crimson-btn-darker {
    background-color: #742954;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 22px rgba(207, 75, 39, .7);
    -moz-box-shadow: 0 0 22px rgba(207, 75, 39, .7);
    -o-box-shadow: 0 0 22px rgba(207, 75, 39, .7);
    box-shadow: 0 0 22px rgba(207, 75, 39, .7);
    color: #fff !important;
    display: inline-block;
    font-family: 'PFEncoreSansProBold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 175px;
}

.cc-crimson-btn-darker:active {
    -webkit-box-shadow: inset 0 0 10px #2c0f20;
    -moz-box-shadow: inset 0 0 10px #2c0f20;
    -o-box-shadow: inset 0 0 10px #2c0f20;
    box-shadow: inset 0 0 10px #2c0f20;
}

.cc-carrot-btn {
    background-color: #cc686f;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #fff !important;
    display: inline-block;
    font-family: 'PFEncoreSansProBold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 175px;
}

.cc-carrot-btn:hover {
    background-color: #ba5f65;
}

.cc-white-btn {
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #93376c !important;
    display: inline-block;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 41px 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.cc-white-btn:hover {
    background-color: #ece5e9;
}

.white-download-btn {
    background-image: url(../img/download-white-icon.png) !important;
    background-position: center right 17px;
    background-repeat: no-repeat;
}

.start-learning-btn {
    margin-top: 35px;
}

@media screen and (max-width: 600px) {
    .header-entry .start-learning-btn {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 480px) {
    .header-entry .start-learning-btn {
        margin-top: 20px;
    }
}

.header-entry .start-learning-btn:active {
    -webkit-box-shadow: inset 0 0 3px rgba(207, 75, 39, .7);
    -moz-box-shadow: inset 0 0 3px rgba(207, 75, 39, .7);
    -o-box-shadow: inset 0 0 3px rgba(207, 75, 39, .7);
    box-shadow: inset 0 0 3px rgba(207, 75, 39, .7);
}

.header-entry-arrow {
    background: #742954 url(../img/entry-angle-down.png) no-repeat center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    margin-left: 93px;
    margin-top: 25px;
    width: 35px;
}

@media screen and (max-width: 600px) {
    .header-entry-arrow {
        display: none;
    }
}

.entry-book-img {
    bottom: -170px;
    position: absolute;
    right: -190px;
    width: 811px;
    z-index: 20;
}

@media screen and (max-width: 1600px) {
    .entry-book-img {
        right: -100px;
    }
}

@media screen and (max-width: 1440px) {
    .entry-book-img {
        bottom: -120px;
        right: -30px;
        width: 700px;
    }
}

@media screen and (max-width: 1366px) {
    .entry-book-img {
        width: 640px;
    }
}

@media screen and (max-width: 1280px) {
    .entry-book-img {
        right: 0;
        width: 600px;
    }
}

@media screen and (max-width: 1199px) {
    .entry-book-img {
        width: 550px;
    }
}

@media screen and (max-width: 991px) {
    .entry-book-img {
        bottom: -160px;
        width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .entry-book-img {
        display: none;
    }
}

.entry-book-text {
    color: #606060;
    font-family: 'PFEncoreSansProBlack', Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: absolute;
    right: 115px;
    top: 150px;
    -webkit-transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg);
    width: 280px;
}

@media screen and (max-width: 1440px) {
    .entry-book-text {
        right: 85px;
        top: 130px;
        width: 255px;
    }
}

@media screen and (max-width: 1366px) {
    .entry-book-text {
        right: 83px;
        top: 130px;
        width: 230px;
    }
}

@media screen and (max-width: 1280px) {
    .entry-book-text {
        right: 73px;
        width: 220px;
    }
}

@media screen and (max-width: 1199px) {
    .entry-book-text {
        right: 63px;
        top: 100px;
        width: 207px;
    }
}

@media screen and (max-width: 991px) {
    .entry-book-text {
        right: 64px;
        top: 95px;
        width: 180px;
    }
}

.entry-book-text-large {
    font-size: 70px;
    line-height: 78px;
}

.entry-book-text-small {
    font-size: 32px;
    line-height: 38px;
}

.entry-book-text-medium {
    font-size: 44px;
    line-height: 48px;
}

@media screen and (max-width: 1440px) {
    .entry-book-text-large {
        font-size: 60px;
        line-height: 64px;
    }

    .entry-book-text-small {
        font-size: 26px;
        line-height: 28px;
    }

    .entry-book-text-medium {
        font-size: 40px;
        line-height: 42px;
    }
}

@media screen and (max-width: 1366px) {
    .entry-book-text-large {
        font-size: 52px;
        line-height: 58px;
    }

    .entry-book-text-small {
        font-size: 21px;
        line-height: 23px;
    }

    .entry-book-text-medium {
        font-size: 32px;
        line-height: 34px;
    }
}

@media screen and (max-width: 1199px) {
    .entry-book-text-large {
        font-size: 44px;
        line-height: 57px;
    }

    .entry-book-text-small {
        font-size: 18px;
        line-height: 22px;
    }

    .entry-book-text-medium {
        font-size: 28px;
        line-height: 33px;
    }
}

@media screen and (max-width: 991px) {
    .entry-book-text-large {
        font-size: 40px;
        line-height: 52px;
    }

    .entry-book-text-small {
        font-size: 15px;
    }

    .entry-book-text-medium {
        font-size: 25px;
    }
}

/* HEADER на главной авторизован */
@media screen and (max-width: 600px) {
    .header-entry-top {
        height: auto;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .header-logo {
        height: 60px;
        padding: 0 15px !important;
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .authorized .header-entry-top .header-right {
        margin-top: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .header-right {
        background-color: rgba(0, 0, 0, .15);
        margin-top: 0 !important;
        padding: 15px 0 !important;
        text-align: center;
        width: 100%;
    }
}

.header-training-btn {
    margin-right: 25px;
}

@media screen and (max-width: 600px) {
    .header-training-btn {
        background-color: #a23372;
        margin-right: 15px !important;
    }
}

@media screen and (max-width: 360px) {
    .header-training-btn {
        margin: 0 0 10px 0 !important;
    }
}

.authorized .header-menu-dropdown {
    margin-right: 30px;
}

@media screen and (max-width: 600px) {
    .authorized .header-menu-dropdown {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    .authorized .header-menu-dropdown button {
        background-color: #a23372;
    }
}

@media screen and (max-width: 600px) {
    .authorized .header-menu-dropdown .dropdown-menu {
        background-color: #a23372;
    }
}

@media screen and (max-width: 600px) {
    .header-training-btn,
    .authorized .header-menu-dropdown {
        display: inline-block;
        float: none;
        margin: 0;
    }
}

@media screen and (max-width: 360px) {
    .header-training-btn,
    .authorized .header-menu-dropdown {
        margin: 0;
        width: 60% !important;
    }
}

.header-profile {
    height: 100%;
    float: right;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media screen and (max-width: 600px) {
    .header-profile,
    .site-header-top .header-profile {
        height: 60px;
        padding: 5px 15px 0 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 5;
    }
}

.header-profile.open {
    background-color: #a23372;
}

@media screen and (max-width: 600px) {
    .header-profile.open {
        background-color: transparent;
    }
}

.header-profile-avatar {
    border: 5px solid #a94970;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    float: left;
    height: 70px;
    margin-right: 15px;
    position: relative;
    top: -15px;
    overflow: hidden;
    -webkit-mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 70px;
}

@media screen and (max-width: 1440px) {
    .header-profile-avatar {
        height: 60px;
        margin-right: 13px;
        width: 60px;
    }
}

@media screen and (max-width: 600px) {
    .header-profile-avatar {
        border-width: 3px;
        float: right;
        height: 50px;
        margin: 0;
        top: 0;
        width: 50px;
    }
}

.open .header-profile-avatar {
    border-color: #ce96b6;
}

@media screen and (max-width: 600px) {
    .open .header-profile-avatar {
        border-color: #fff;
    }
}

.header-profile-avatar img {
    left: 50%;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.header-profile-right {
    float: right;
    position: relative;
    top: -3px;
}

@media screen and (max-width: 600px) {
    .header-profile-right {
        background-color: #81275a;
        -webkit-box-shadow: 0 1px 15px #81275a;
        -moz-box-shadow: 0 1px 15px #81275a;
        -o-box-shadow: 0 1px 15px #81275a;
        box-shadow: 0 1px 15px #81275a;
        display: none;
        padding: 15px;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 100;
    }
}

@media screen and (max-width: 600px) {
    .header-profile input[type="checkbox"]:checked + .header-profile-avatar + .header-profile-right {
        display: block;
    }
}

.header-profile-right a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media screen and (max-width: 1440px) {
    .header-profile-right a {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .header-profile-right a {
        white-space: nowrap;
    }
}

.header-profile-right a:hover {
    opacity: .8;
}

.header-profile-name a {
    background: url(../img/small-angle-right.png) no-repeat center right;
    border-bottom: 1px solid #fff;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    margin-bottom: 4px;
    padding-right: 11px;
}

.header-profile-logout a {
    background: url(../img/logout-white-icon.png) no-repeat center right;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    padding-right: 27px;
}

.header-profile-menu {
    background-color: #a23372;
    border-top: 1px solid #b45e8f;
    display: none;
    left: 0;
    padding: 20px 20px 30px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 100;
}

@media screen and (max-width: 600px) {
    .header-profile-menu {
        background-color: #81315f;
        border: none;
    }
}

.header-profile-menu li,
.header-profile-menu li a {
    color: #fff;
    font-size: 15px;
    line-height: 35px;
}

@media screen and (max-width: 600px) {
    .header-profile-menu li,
    .header-profile-menu li a {
        font-size: 14px;
        line-height: 45px;
    }
}

@media screen and (max-width: 600px) {
    .header-profile-menu li {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
}

.header-profile-menu li a {
    display: block;
}

.header-profile-menu li > div {
    display: inline-block;
}

.header-profile-menu li > div:first-child {
    font-family: 'PFEncoreSansProBold', Arial, Helvetica, sans-serif;
    margin-right: 12px;
}

.header-profile-menu li > div:last-child {
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
}

.header-profile-menu li > div > span {
    font-family: 'PFEncoreSansProBook', Arial, Helvetica, sans-serif;
    font-size: 19px;
}

.header-profile-menu-name,
.header-profile-menu-logout {
    display: none;
}

@media screen and (max-width: 600px) {
    .header-profile-menu-name,
    .header-profile-menu-logout {
        display: block;
    }
}

/* HEADER общий авторизованный */
.site-header-top {
    background: url(../img/site-header-top-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 152px;
}

/*@media screen and (max-width: 1440px) {
    .site-header-top {
        height: 92px;
    }
}*/

@media screen and (max-width: 991px) {
    .site-header-top {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    .site-header-top {
        background: #993a71;
    }
}

.site-header-top > .container {
    height: 100%;
}

@media screen and (max-width: 600px) {
    .site-header-top > .container {
        padding: 0;
    }
}

.site-header-top .header-logo {
    padding-top: 22px;
}

@media screen and (max-width: 600px) {
    .site-header-top .header-logo {
        padding: 0;
    }
}

@media screen and (min-width: 601px) {
    .site-header-top .header-profile {
        padding-top: 14px;
    }
}

.site-header-top .header-profile-avatar {
    top: auto;
}

.site-header-top .header-profile-right {
    padding-top: 14px;
}

@media screen and (max-width: 1440px) {
    .site-header-top .header-profile-right {
        padding-top: 11px;
    }
}

.site-header-top .header-right {
    padding-top: 33px;
}

@media screen and (max-width: 1440px) {
    .site-header-top .header-right {
        padding-top: 29px;
    }
    .header-right {
        max-width: 760px;
    }
}

@media screen and (max-width: 991px) {
    .site-header-top .header-right {
        padding: 30px 0;
        width: 600px;
    }
}

.site-header-top .header-right .site-header-top-btn {
    margin-right: 15px;
}

@media screen and (max-width: 1199px) {
    .site-header-top .header-right .site-header-top-btn {
        margin-right: 15px;
    }
}

.site-header-top .header-right .dropdown {
    margin-right: 22px;
}

@media screen and (max-width: 1199px) {
    .site-header-top .header-right .dropdown {
        margin-right: 0px;
    }
    .header-right {
        max-width: 600px;
    }
}

.site-header-steps-wrapper {
    background-color: #aa4a70;
    height: 46px;
}

@media screen and (max-width: 1440px) {
    .site-header-steps-wrapper {
        height: 40px;
    }
}

.site-header-steps-wrapper-w {
    height: 46px;
}

@media screen and (max-width: 1440px) {
    .site-header-steps-wrapper-w {
        height: 40px;
    }
}

.site-header-steps-container {
    overflow: hidden;
}


@media screen and (max-width: 480px) {
    .site-header-steps-container {
        padding: 0;
    }
}

.site-header-steps-container-w {
    width: 100%;
}


@media screen and (max-width: 480px) {
    .site-header-steps-container-w {
        padding: 0;
    }
}


.site-header-steps {
    padding: 2px 0;
    position: relative;
    z-index: 1;
}

.site-header-steps ul {
    min-width: 600px;
}

.site-header-steps li {
    float: left;
    height: 42px;
    line-height: 42px;
    margin-right: 27px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .site-header-steps li {
        height: 36px;
        line-height: 36px;
    }
}

.site-header-steps li:nth-child(1) {
    z-index: 5;
}

.site-header-steps li:nth-child(4) {
    z-index: 5;
}

.site-header-steps li:nth-child(3) {
    z-index: 5;
}

.site-header-steps li:nth-child(2) {
    z-index: 5;
}

.site-header-steps li:nth-child(1) {
    z-index: 5;
}

.site-header-steps a {
    background-color: #943c64;
    color: #fff;
    display: block;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 15px;
    height: 100%;
    line-height: inherit;
    padding-left: 12px;
    position: relative;
    width: 83px;
}

@media screen and (max-width: 1440px) {
    .site-header-steps a {
        font-size: 14px;
    }
}

.site-header-steps li:first-child a {
    padding-left: 13px;
    width: 100px;
}

.site-header-steps li.active a {
    background-color: #74304e;
}

.site-header-steps li a::before {
    background-color: #742954;
    border: 2px solid #85335c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: '';
    display: block;
    height: 14px;
    margin-top: -7px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
}

.site-header-steps li.active a::before {
    background-color: #943c64;
    border-color: #833659;
}

.site-header-steps li a::after {
    border-top: 21px solid transparent;
    border-left: 21px solid #943c64;
    border-bottom: 21px solid transparent;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -21px;
    top: 0;
    width: 0;
}

@media screen and (max-width: 1440px) {
    .site-header-steps li a::after {
        border-width: 18px;
        right: -18px;
    }
}

.site-header-steps li.active a::after {
    border-left-color: #74304e;
}

.site-header-steps li a > span {
    display: block;
    height: 100%;
    line-height: inherit;
}

.site-header-steps li a > span::before,
.site-header-steps li a > span::after {
    content: '';
    height: 0;
    left: -21px;
    position: absolute;
    width: 0;
}

.site-header-steps li a > span::before {
    border-top: 21px solid #943c64;
    border-left: 21px solid transparent;
    top: 0;
}

.site-header-steps li.active a > span::before {
    border-top-color: #74304e;
}

.site-header-steps li a > span::after {
    border-bottom: 21px solid #943c64;
    border-left: 21px solid transparent;
    bottom: 0;
}

.site-header-steps li.active a > span::after {
    border-bottom-color: #74304e;
}

.site-header-steps li:first-child a > span::before,
.site-header-steps li:first-child a > span::after {
    display: none;
}

.advantages-section {
    background: url(../img/advantages-section-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 993px;
    padding-top: 78px;
}

@media screen and (max-width: 1680px) {
    .advantages-section {
        -webkit-background-size: 120%;
        background-size: 120%;
        background-position: center bottom -30px;
        height: 870px;
    }
}

@media screen and (max-width: 1490px) {
    .advantages-section {
        -webkit-background-size: 130%;
        background-size: 130%;
    }
}

@media screen and (max-width: 1366px) {
    .advantages-section {
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        height: 860px;
    }
}

@media screen and (max-width: 991px) {
    .advantages-section {
        height: 620px;
    }
}

@media screen and (max-width: 480px) {
    .advantages-section {
        height: 420px;
        padding: 0;
    }
}

@media screen and (max-width: 320px) {
    .advantages-section {
        background: url(../img/advantages-mobile-bg.jpg) no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        height: 400px;
    }
}

.advantages-section-content {
    position: relative;
}

@media screen and (max-width: 480px) {
    .advantages-section-content {
        padding-left: 100px;
    }
}

@media screen and (max-width: 360px) {
    .advantages-section-content {
        padding-left: 75px;
    }
}

@media screen and (max-width: 320px) {
    .advantages-section-content {
        padding-left: 93px;
    }
}

@media screen and (max-width: 480px) {
    .advantages-section-img-wrapper {
        left: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100px;
    }
}

@media screen and (max-width: 360px) {
    .advantages-section-img-wrapper {
        width: 80px;
    }
}

@media screen and (max-width: 320px) {
    .advantages-section-img-wrapper {
        display: none;
    }
}

.advantages-section-img {
    background: url(../img/women-3.png) no-repeat center right;
    -webkit-background-size: contain;
    background-size: contain;
    height: 750px;
}

@media screen and (max-width: 1680px) {
    .advantages-section-img {
        -webkit-background-size: 52%;
        background-size: 52%;
    }
}

@media screen and (max-width: 991px) {
    .advantages-section-img {
        -webkit-background-size: contain;
        background-size: contain;
        height: 440px;
    }
}

@media screen and (max-width: 480px) {
    .advantages-section-img {
        background-position: center top;
        height: 220px;
    }
}

@media screen and (max-width: 480px) {
    .advantages-section-posts-wrapper {
        width: 100%;
    }
}

.advantages-section-posts {
    margin-top: 205px;
}

@media screen and (max-width: 991px) {
    .advantages-section-posts {
        margin-top: 65px;
    }
}

@media screen and (max-width: 480px) {
    .advantages-section-posts {
        margin-top: 20px;
        width: 100%;
    }
}

.advantages-section-post {
    background-color: #f5f0fe;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: 0 8px 12px rgba(216, 195, 255, .4);
    -moz-box-shadow: 0 8px 12px rgba(216, 195, 255, .4);
    -o-box-shadow: 0 8px 12px rgba(216, 195, 255, .4);
    box-shadow: 0 8px 12px rgba(216, 195, 255, .4);
    color: #2f2f2f;
    float: right;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 28px;
    height: 145px;
    line-height: 29px;
    margin-bottom: 47px;
    max-width: 600px;
    padding: 0 25px;
    width: 100%;
}

@media screen and (max-width: 1680px) {
    .advantages-section-post {
        font-size: 24px;
        height: 96px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1440px) {
    .advantages-section-post {
        font-size: 22px;
        height: 90px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .advantages-section-post {
        font-size: 20px;
        height: 80px;
        line-height: 22px;
        width: 84%;
    }
}

@media screen and (max-width: 991px) {
    .advantages-section-post {
        font-size: 16px;
        line-height: 19px;
    }
}

@media screen and (max-width: 767px) {
    .advantages-section-post {
        font-size: 14px;
        line-height: 19px;
        margin: 0 0 18px 0 !important;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .advantages-section-post {
        font-size: 13px;
        height: auto;
        line-height: 19px;
        padding: 15px;
    }
}

.advantages-section-post:nth-child(1) {
    margin-right: 6%;
}

.advantages-section-post:nth-child(2) {
    margin-right: 11.6%;
}

.advantages-section-post:nth-child(3) {
    margin-right: 6%;
}

.advantages-section-post > div {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
}

@media screen and (max-width: 480px) {
    .advantages-section-post > div {
        display: block;
    }
}

.about {
    /*background: url(../img/about-section-bg.png) no-repeat center top -440px;*/
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 320px) {
    .about {
        padding-top: 25px;
    }
}

.about h1 {
    color: #2f2f2f;
    font-family: 'IntroBold', Arial, Helvetica, sans-serif;
    font-size: 33px;
    line-height: 28px;
    margin-bottom: 90px;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .about h1 {
        font-size: 28px;
        margin-bottom: 84px;
    }
}

@media screen and (max-width: 480px) {
    .about h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 320px) {
    .about h1 {
        font-size: 20px;
    }
}

.col-md-3.about-list-item {
    width: 20%;
}

@media screen and (max-width: 767px) {
    .about-list-item {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 767px) {
    .about-list-item:last-child {
        margin-bottom: 0;
    }
}

.about-list-item-img {
    height: 125px;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .about-list-item-img {
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 767px) {
    .about-list-item-img {
        height: auto;
        margin-bottom: 15px;
    }
}

.about-list-item-img::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.about-list-item-img > span {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .about-entry-list h1 {
        margin-bottom: 65px;
    }
}

@media screen and (max-width: 480px) {
    .about-entry-list h1 {
        margin-bottom: 32px;
    }
}

.about-entry-list .about-list-item .about-list-item-img > span {
    background-repeat: no-repeat;
    background-position: center;
    width: 140px;
}

.about-entry-list .about-list-item:nth-child(2) .about-list-item-img > span {
    background: url(../img/about-list-spr.png);
    height: 111px;
}

.about-entry-list .about-list-item:nth-child(3) .about-list-item-img > span {
    background: url(../img/about-list-spr.png);
    background-position: 0 -111px;
    height: 120px;
}

.about-entry-list .about-list-item:nth-child(4) .about-list-item-img > span {
    background: url(../img/about-list-spr.png);
    background-position: 0 -231px;
    height: 122px;
}

.about-entry-list .about-list-item:nth-child(5) .about-list-item-img > span {
    background: url(../img/about-list-spr.png);
    background-position: 0 -353px;
    height: 125px;
}

.about-list-item-desc {

    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.about-list-item-desc a {
    color: #404040;
}

@media screen and (max-width: 1680px) {
    .about-list-item-desc {
        font-size: 24px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1440px) {
    .about-list-item-desc {
        font-size: 20px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1199px) {
    .about-list-item-desc {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width: 991px) {
    .about-list-item-desc {
        font-size: 16px;
        line-height: 19px;
    }
}

@media screen and (max-width: 840px) {
    .about-polygon {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

@media screen and (max-width: 480px) {
    .about-polygon {
        padding-bottom: 20px;
    }
}

.about-polygon {
    margin-bottom: 40px;
}

.about-polygon-cover {
    background: url(../img/polygon.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 390px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 360px;
    margin-top: 175px;
    position: relative;
    text-align: center;
    width: 390px;
}

@media screen and (max-width: 1440px) {
    .about-polygon-cover {
        height: 340px;
        margin-bottom: 315px;
        margin-top: 210px;
        width: 340px;
    }
}

@media screen and (max-width: 840px) {
    .about-polygon-cover {
        background: none;
        height: auto;
        margin-bottom: 0;
        margin-top: 0;
        width: auto;
    }
}

.about-polygon h1 {
    color: #2f2f2f;
    display: inline-block;
    font-family: 'PFEncoreSansProThin', Arial, Helvetica, sans-serif;
    font-size: 57px;
    line-height: 51px;
    margin-bottom: 0;
    margin-top: 150px;
}

.about-polygon > h1 {
    color: #2f2f2f;
    font-family: 'IntroBold', Arial, Helvetica, sans-serif;
    font-size: 33px;
    line-height: 28px;
    margin-top: 110px;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .about-polygon h1 {
        font-size: 47px;
        line-height: 48px;
        margin-top: 125px;
    }
}

@media screen and (max-width: 840px) {
    .about-polygon h1 {
        display: block;
        margin-top: 0;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .about-polygon h1 {
        font-size: 42px;
    }
}

.about-polygon-item {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProThin', Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 38px;
    position: absolute;
}

@media screen and (max-width: 1440px) {
    .about-polygon-item {
        font-size: 25px;
        line-height: 32px;
    }
}

@media screen and (max-width: 840px) {
    .about-polygon-item {
        bottom: 0 !important;
        float: left;
        font-size: 24px;
        left: 0 !important;
        position: relative;
        right: 0 !important;
        top: 0 !important;
        margin: 90px 0 30px 0 !important;
        width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .about-polygon-item {
        float: none;
        width: auto;
    }
}

.about-polygon-item:nth-child(2) {
    left: 50%;
    margin-left: -123px;
    top: -120px;
}

@media screen and (max-width: 1440px) {
    .about-polygon-item:nth-child(2) {
        margin-left: -98px;
        top: -100px;
    }
}

.about-polygon-item:nth-child(3) {
    right: -250px;
    top: 0;
}

@media screen and (max-width: 1440px) {
    .about-polygon-item:nth-child(3) {
        right: -200px;
    }
}

.about-polygon-item:nth-child(4) {
    bottom: -72px;
    right: -255px;
}

@media screen and (max-width: 1440px) {
    .about-polygon-item:nth-child(4) {
        bottom: -62px;
        right: -205px;
    }
}

.about-polygon-item:nth-child(5) {
    bottom: -210px;
    left: 50%;
    margin-left: -107px;
}

@media screen and (max-width: 1440px) {
    .about-polygon-item:nth-child(5) {
        bottom: -175px;
        margin-left: -84px;
    }
}

.about-polygon-item:nth-child(6) {
    bottom: -72px;
    left: -250px;
}

@media screen and (max-width: 1440px) {
    .about-polygon-item:nth-child(6) {
        bottom: -64px;
        left: -190px;
    }
}

.about-polygon-item:nth-child(7) {
    left: -295px;
    top: 0;
}

@media screen and (max-width: 1440px) {
    .about-polygon-item:nth-child(7) {
        left: -235px;
        top: 0;
    }
}

@media screen and (max-width: 840px) {
    .about-polygon-item::before {
        background: url(../img/polygon.png) no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        content: '';
        height: 30px;
        left: 50%;
        position: absolute;
        top: -57px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 30px;
    }
}

.about-learning-content {
    text-align: center;
}

.about-learning-content h1 {
    margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
    .about-learning-content h1 {
        margin-bottom: 60px;
    }
}

.about-learning-content-items {
    display: inline-block;
    float: none;
}

.about-learning-content-items .about-list-item-img {
    height: 60px;
}

.about-learning-content .about-list-item:nth-child(1) .about-list-item-img > span {
    background: url(../img/about-list-spr.png) no-repeat;
    background-position: 0 -478px;
    height: 60px;
    width: 60px;
}

.about-learning-content .about-list-item:nth-child(2) .about-list-item-img > span {
    background: url(../img/about-list-spr.png) no-repeat;
    background-position: 0 -538px;
    height: 46px;
    width: 58px;
}

.about-learning-content .about-list-item:nth-child(3) .about-list-item-img > span {
    background: url(../img/about-list-spr.png) no-repeat;
    background-position: 0 -584px;
    height: 37px;
    width: 47px;
}

.about-format {
    background: url(../img/about-format-cover.png) no-repeat center right 70px;
    -webkit-background-size: contain;
    background-size: contain;
    padding-bottom: 70px;
    margin-top: 120px;
    padding-left: 115px;
    padding-top: 20px;
}

@media screen and (max-width: 1440px) {
    .about-format {
        background-position: center right 100px;
        padding-left: 200px;
    }
}

@media screen and (max-width: 1199px) {
    .about-format {
        background-position: center right 0;
        padding-left: 100px;
    }
}

@media screen and (max-width: 991px) {
    .about-format {
        background-position: center right -15px;
        margin-top: 60px;
        padding-bottom: 0;
        padding: 0 15px;
        padding-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    .about-format {
        background: none;
        padding-bottom: 0px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 320px) {
    .about-format {
        padding-top: 0;
    }
}

.about-format h1 {
    font-size: 41px;
    padding-left: 30px;
    text-align: left;
}

@media screen and (max-width: 1680px) {
    .about-format h1 {
        font-size: 38px;
    }
}

@media screen and (max-width: 1440px) {
    .about-format h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 991px) {
    .about-format h1 {
        font-size: 24px;
        margin-bottom: 65px;
    }
}

@media screen and (max-width: 767px) {
    .about-format h1 {
        padding: 0;
        text-align: center;
    }
}

@media screen and (max-width: 540px) {
    .about-format h1 {
        font-size: 20px;
        margin-bottom: 47px;
        text-align: center;
        padding: 0;
    }
}

@media screen and (max-width: 320px) {
    .about-format h1 {
        margin-bottom: 25px;
    }
}

.about-format ul {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .about-format ul {
        display: block;
    }
}

.about-format ul li {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 45px;
    position: relative;
}

@media screen and (max-width: 1680px) {
    .about-format ul li {
        font-size: 26px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1440px) {
    .about-format ul li {
        font-size: 22px;
        line-height: 25px;
    }
}

@media screen and (max-width: 991px) {
    .about-format ul li {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 65px;
    }
}

@media screen and (max-width: 767px) {
    .about-format ul li {
        text-align: center;
    }
}

@media screen and (max-width: 540px) {
    .about-format ul li {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 320px) {
    .about-format ul li {
        margin-bottom: 20px;
        text-align: left;
    }
}

@media screen and (max-width: 540px) {
    .about-format ul li:last-child {
        margin-left: 0;
    }
}

.about-format ul li span {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 320px) {
    .about-format ul li span {
        text-align: left;
    }
}

.about-format ul li span::before {
    background: url(../img/pink-square.png) no-repeat center left;
    content: '';
    height: 8px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 8px;
}

@media screen and (max-width: 1440px) {
    .about-format ul li span::before {
        top: 8px;
    }
}

@media screen and (max-width: 991px) {
    .about-format ul li span::before {
        top: 7px;
    }
}

.steps-info {
    background: url(../img/steps-info-bg.png) no-repeat center top -370px;
    height: 1240px;
    margin-top: -470px;
    padding-top: 480px;
    position: relative;
    z-index: 1;
}

/*@media screen and (max-width: 1366px) {
    .steps-info {
        height: 1025px;
        padding-top: 430px;
    }
}*/

@media screen and (max-width: 991px) {
    .steps-info {
        height: 1185px;
    }
}

@media screen and (max-width: 740px) {
    .steps-info {
        height: 1135px;
    }
}

@media screen and (max-width: 660px) {
    .steps-info {
        height: auto;
        margin: 0;
        padding: 0 0 70px 0;
    }
}

@media screen and (max-width: 480px) {
    .steps-info {
        padding: 0;
    }
}

.steps-info-container {
    position: relative;
}

.steps-info-img {
    float: left;
    left: -165px;
    position: absolute;
    top: 0;
    z-index: 1;
}

@media screen and (max-width: 1680px) {
    .steps-info-img {
        left: -75px;
    }
}

@media screen and (max-width: 1366px) {
    .steps-info-img {
        left: 75px;
        top: 50px;
        width: 530px;
    }
}

@media screen and (max-width: 1199px) {
    .steps-info-img {
        left: -15px;
    }
}

@media screen and (max-width: 991px) {
    .steps-info-img {
        left: -107px;
        width: 480px;
    }
}

@media screen and (max-width: 740px) {
    .steps-info-img {
        width: 400px;
    }
}

@media screen and (max-width: 660px) {
    .steps-info-img {
        display: none;
    }
}

.steps-info-tabs {
    background-color: #cd696f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 120px #c64e58;
    -moz-box-shadow: 0 20px 120px #c64e58;
    -o-box-shadow: 0 20px 120px #c64e58;
    box-shadow: 0 20px 120px #c64e58;
    float: right;
    margin-top: 150px;
    overflow: hidden;
    position: relative;
    width: 740px;
    z-index: 2;
}

@media screen and (max-width: 1680px) {
    .steps-info-tabs {
        width: 650px;
    }
}

@media screen and (max-width: 1366px) {
    .steps-info-tabs {
        margin-right: 110px;
        width: 560px;
    }
}

@media screen and (max-width: 1199px) {
    .steps-info-tabs {
        margin-right: 0;
        width: 560px;
    }
}

@media screen and (max-width: 991px) {
    .steps-info-tabs {
        width: 470px;
    }
}

@media screen and (max-width: 740px) {
    .steps-info-tabs {
        margin-top: 110px;
    }
}

@media screen and (max-width: 660px) {
    .steps-info-tabs {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .steps-info-tabs {
        display: none;
    }
}

.steps-info-tabs .nav-tabs {
    border: none;
    overflow: hidden;
}

.steps-info-tabs .nav-tabs li {
    border-top-left-radius: 10px;
    -webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, .5);
    -moz-box-shadow: -10px 0 20px rgba(0, 0, 0, .5);
    -o-box-shadow: -10px 0 20px rgba(0, 0, 0, .5);
    box-shadow: -10px 0 20px rgba(0, 0, 0, .5);
    display: block;
    float: left;
    width: 12.5%;
}

.steps-info-tabs .nav-tabs li.active + li {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.steps-info-tabs .nav-tabs li a {
    background-color: #ab5065;
    border: none;
    color: #fff;
    display: block;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 47px;
    line-height: 47px;
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .steps-info-tabs .nav-tabs li a {
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 991px) {
    .steps-info-tabs .nav-tabs li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .steps-info-tabs .nav-tabs li a {
        font-size: 13px;
    }
}

.steps-info-tabs .nav-tabs li.active a {
    background-color: transparent;
    border: none;
}

.steps-info-tabs .nav-tabs li a:hover,
.steps-info-tabs .nav-tabs li a:focus {
    color: #fff;
}

.steps-info-tabs .tab-content {
    background: url(../img/steps-info-tabs-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 369px;
    padding: 58px 58px 45px 58px;
}

@media screen and (max-width: 1680px) {
    .steps-info-tabs .tab-content {
        height: 340px;
    }
}

@media screen and (max-width: 1366px) {
    .steps-info-tabs .tab-content {
        height: 272px;
        padding: 40px;
    }
}

@media screen and (max-width: 991px) {
    .steps-info-tabs .tab-content {
        height: 250px;
        padding: 40px;
    }
}

@media screen and (max-width: 600px) {
    .steps-info-tabs .tab-content {
        height: 240px;
        padding: 40px 30px;
    }
}

.steps-info-tabs .tab-pane-item {
    color: #fff;
    font-family: 'PFEncoreSansProThin', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 25px;
    padding-left: 85px;
    position: relative;
}

@media screen and (max-width: 1680px) {
    .steps-info-tabs .tab-pane-item {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1366px) {
    .steps-info-tabs .tab-pane-item {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px;
        padding-left: 67px;
    }
}

@media screen and (max-width: 991px) {
    .steps-info-tabs .tab-pane-item {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px;
        padding-left: 60px;
    }
}

@media screen and (max-width: 600px) {
    .steps-info-tabs .tab-pane-item {
        font-size: 14px;
        line-height: 20px;
    }
}

.steps-info-tabs .tab-pane-item > div:first-child {
    left: 0;
    position: absolute;
    top: 2px;
}

.steps-info-accordion {
    display: none;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 480px) {
    .steps-info-accordion {
        display: block;
    }
}

.steps-info-accordion .panel {
    border: none !important;
    margin: 0 !important;
}

.steps-info-accordion .panel-heading {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

.steps-info-accordion .panel-title a {
    color: #fff;
    display: block;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 60px;
}

.steps-info-accordion .panel-title a[aria-expanded="true"] {
    background-color: #984d51;
    position: relative;
}

.steps-info-accordion .panel-title a[aria-expanded="false"] {
    background-color: #c7666c;
    border-bottom: 1px solid #fff;
    position: relative;
}

.steps-info-accordion .panel:last-child .panel-title a[aria-expanded="false"] {
    border: none;
}

.steps-info-accordion .panel-title a[aria-expanded="true"]::after,
.steps-info-accordion .panel-title a[aria-expanded="false"]::after {
    background: url(../img/white-angle-down.png) no-repeat center;
    content: '';
    height: 10px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    width: 19px;
}

.steps-info-accordion .panel-title a[aria-expanded="true"]::after {
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateZ(0);
    -o-transform: translateY(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);

}

.steps-info-accordion .panel-title a[aria-expanded="false"]::after {
    -webkit-transform: translateY(-50%) translateZ(0) rotate(-90deg);
    -moz-transform: translateY(-50%) translateZ(0) rotate(-90deg);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%) translateZ(0) rotate(-90deg);
    transform: translateY(-50%) translateZ(0) rotate(-90deg);
}

.steps-info-accordion .panel-body {
    background-color: #a94f64;
    border: none !important;
    color: #fff;
    font-family: 'PFEncoreSansProThin', Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 30px 22px;
}

.steps-info-accordion .panel-body-item {
    margin-bottom: 40px;
    padding-left: 35px;
    position: relative;
}

.steps-info-accordion .panel-body-item:last-child {
    margin-bottom: 0;
}

.steps-info-accordion .panel-body-item > div:first-child {
    left: 0;
    position: absolute;
    top: 0;
}

.format {
    background: url(../img/format-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 377px;
}

@media screen and (max-width: 1366px) {
    .format {
        height: auto;
        padding: 40px 0;
    }
}

@media screen and (max-width: 991px) {
    .format {
        height: auto;
        padding: 30px 0;
    }
}

@media screen and (max-width: 480px) {
    .format {
        padding: 30px 0 35px 0;
    }
}

.format h1 {
    color: #fff;
    font-family: 'IntroBold', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 27px;
    margin-top: 57px;
    margin-bottom: 44px;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .format h1 {
        font-size: 24px;
        margin-bottom: 38px;
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .format h1 {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .format h1 {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

.format ul li {
    margin-bottom: 27px;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .format ul li {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .format ul li {
        margin-bottom: 15px;
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .format ul li {
        margin-bottom: 35px;
    }
}

.format ul li:last-child {
    margin-bottom: 0;
}

.format ul li > div {
    color: #fff;
    display: inline-block;
    font-family: 'PFEncoreSansProThin', Arial, Helvetica, sans-serif;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    position: relative;
}

@media screen and (max-width: 1366px) {
    .format ul li > div {
        font-size: 20px;
        height: 26px;
        line-height: 26px;
    }
}

@media screen and (max-width: 991px) {
    .format ul li > div {
        font-size: 16px;
        height: 24px;
        line-height: 24px;
    }
}

@media screen and (max-width: 480px) {
    .format ul li > div {
        height: 27px;
        line-height: 27px;
    }
}

.format ul li > div::before {
    color: #fff;
    content: '•';
    left: 0;
    position: absolute;
    top: 0;
}

.format ul li .white-download-btn {
    margin-left: 10px;
}

.start-learning {
    padding-bottom: 80px;
    padding-top: 100px;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .start-learning {
        padding-bottom: 60px;
        padding-top: 70px;
    }
}

@media screen and (max-width: 640px) {
    .start-learning {
        padding-bottom: 40px;
        padding-top: 60px;
    }
}

@media screen and (max-width: 480px) {
    .start-learning {
        padding-top: 50px;
    }
}

.start-learning h1 {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProThin', Arial, Helvetica, sans-serif;
    font-size: 81px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1440px) {
    .start-learning h1 {
        font-size: 66px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .start-learning h1 {
        font-size: 48px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .start-learning h1 {
        font-size: 40px;
        margin-bottom: 17px;
    }
}

@media screen and (max-width: 400px) {
    .start-learning h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }
}

.start-learning p {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProThin', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 26px;
}

@media screen and (max-width: 1440px) {
    .start-learning p {
        font-size: 20px;
    }
}

@media screen and (max-width: 640px) {
    .start-learning p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 480px) {
    .start-learning p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 400px) {
    .start-learning p {
        font-size: 14px;
        line-height: 23px;
        margin-left: -10px;
        margin-right: -10px;
    }
}

.start-learning p a,
.start-learning p a:hover,
.start-learning p a:focus {
    color: #2f2f2f;
}

.start-learning p a:hover {
    text-decoration: underline;
}

.start-learning .start-learning-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.site-footer {
    background: url(../img/footer-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    bottom: 0;
    height: 270px;
    left: 0;
    padding: 30px 0;
    position: absolute;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .site-footer {
        padding: 25px 0;
        height: 240px;
    }
}

@media screen and (max-width: 1366px) {
    .site-footer {
        padding: 20px 0;
        height: 190px;
    }
}

@media screen and (max-width: 1199px) {
    .site-footer {
        height: 180px;
    }
}

@media screen and (max-width: 991px) {
    .site-footer {
        height: 320px;
    }
}

@media screen and (max-width: 540px) {
    .site-footer {
        height: 360px;
    }
}

@media screen and (max-width: 420px) {
    .site-footer {
        height: 380px;
    }
}

@media screen and (max-width: 360px) {
    .site-footer {
        height: 400px;
    }
}

@media screen and (max-width: 340px) {
    .site-footer {
        height: 420px;
    }
}

@media screen and (min-width: 992px) {
    .footer-center-col {
        padding: 0 70px;
    }
}

@media screen and (max-width: 991px) {
    .footer-col {
        margin-bottom: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .footer-col:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .footer-col br {
        display: none;
    }
}

.footer-section h1 {
    color: #fff;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 29px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
    .footer-section h1 {
        font-size: 26px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1366px) {
    .footer-section h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-section h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.footer-section-content,
.footer-section-content a {
    color: #fff;
    font-size: 19px;
    line-height: 30px;
}

@media screen and (max-width: 1440px) {
    .footer-section-content,
    .footer-section-content a {
        font-size: 17px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1366px) {
    .footer-section-content,
    .footer-section-content a {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-section-content,
    .footer-section-content a {
        font-size: 14px;
        line-height: 21px;
    }
}

.footer-section-content {
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
}

.footer-section-content span {
    font-family: 'PFEncoreSansProBook', Arial, Helvetica, sans-serif;
}

.footer-section-content a:hover {
    text-decoration: underline;
}

/* Общие стили для страниц */
.site-main {
    padding: 35px 0 70px 0;
}

@media screen and (max-width: 1440px) {
    .site-main {
        padding: 30px 0 60px 0;
    }
}

@media screen and (max-width: 1199px) {
    .site-main {
        padding: 20px 0 40px 0;
    }
}

.page-title {
    font-family: 'IntroBold', Arial, Helvetica, sans-serif;
    font-size: 41px;
    line-height: 42px;
    margin: 0;
}

@media screen and (max-width: 1680px) {
    .page-title {
        font-size: 36px;
        line-height: 38px;
    }
}

@media screen and (max-width: 1440px) {
    .page-title {
        font-size: 32px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1366px) {
    .page-title {
        font-size: 30px;
        line-height: 34px;
    }
}

@media screen and (max-width: 640px) {
    .page-title {
        font-size: 24px;
        line-height: 28px;
    }
}

.page-title a {
    border-bottom: 1px solid #313131;
    color: #313131;
    display: inline-block;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    top: -6px;
}

.page-title a:hover {
    border-color: transparent;
}

.page-entry-text {
    color: #171717;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 31px;
    margin: 30px 0;
}

@media screen and (max-width: 1440px) {
    .page-entry-text {
        font-size: 17px;
        line-height: 25px;
        margin: 20px 0;
    }
}

@media screen and (max-width: 680px) {
    .page-entry-text {
        font-size: 16px;
        line-height: 23px;
    }
}

@media screen and (max-width: 400px) {
    .page-entry-text {
        font-size: 15px;
        line-height: 22px;
    }
}

/* Страница выбора персонажа */
.page-personage-selection .site-main {
    background: url(../img/personage-selection-bg.png) no-repeat center top 95px;
    -webkit-background-size: cover;
    background-size: cover;
}

.personage-selection-container,
.personage-selection-area {
    margin-top: 30px;
}

.personage-selection-container {
    padding: 0 35px;
}

@media screen and (max-width: 991px) {
    .personage-selection-container {
        padding: 0;
    }
}

@media screen and (max-width: 640px) {
    .personage-selection-container {
        margin-top: 20px;
    }
}

.personage-selection-description {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 29px;
}

@media screen and (max-width: 1680px) {
    .personage-selection-description {
        font-size: 24px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1440px) {
    .personage-selection-description {
        font-size: 21px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .personage-selection-description {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 991px) {
    .personage-selection-description {
        font-size: 17px;
        line-height: 21px;
    }
}

@media screen and (max-width: 640px) {
    .personage-selection-description {
        font-size: 15px;
        line-height: 19px;
    }
}

@media screen and (max-width: 400px) {
    .personage-selection-description {
        font-size: 14px;
        line-height: 18px;
    }
}

.personage-selection-item,
.personage-selection-indicator-arrow,
.personage-selection-indicator-step-progress {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.personage-selection-item {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    float: left;
    height: 400px;
    opacity: .43;
    width: 25%;
}

@media screen and (max-width: 1199px) {
    .personage-selection-item {
        height: 300px;
    }
}

@media screen and (max-width: 991px) {
    .personage-selection-item {
        height: 260px;
    }
}

@media screen and (max-width: 640px) {
    .personage-selection-item {
        height: 200px;
    }
}

@media screen and (max-width: 480px) {
    .personage-selection-item {
        height: 140px;
    }
}

@media screen and (max-width: 380px) {
    .personage-selection-item {
        height: 120px;
    }
}

.personage-selection-item[data-index="1"] {
    background-image: url(../img/women.png);
}

.personage-selection-item[data-index="2"] {
    background-image: url(../img/man.png);
}

.personage-selection-item[data-index="3"] {
    background-image: url(../img/old-women.png);
}

.personage-selection-item[data-index="4"] {
    background-image: url(../img/old-man.png);
}

.personage-selection-item:hover {
    opacity: .7;
}

.personage-selection-item.active {
    opacity: 1;
}

.personage-selection-item img {
    margin-left: auto;
    margin-right: auto;
}

.personage-selection-indicator,
.personage-selection-indicator-step-progress {
    height: 10px;
}

@media screen and (max-width: 640px) {
    .personage-selection-indicator,
    .personage-selection-indicator-step-progress {
        height: 7px;
    }
}

@media screen and (max-width: 380px) {
    .personage-selection-indicator,
    .personage-selection-indicator-step-progress {
        height: 5px;
    }
}

.personage-selection-indicator {
    background-color: #69284e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 45px;
    position: relative;
}

@media screen and (max-width: 480px) {
    .personage-selection-indicator {
        margin-top: 30px;
    }
}

@media screen and (max-width: 380px) {
    .personage-selection-indicator {
        margin-top: 25px;
    }
}

.personage-selection-indicator-step-progress {
    background-color: #983971;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    left: 0;
    position: absolute;
    top: 0;
}

.personage-selection-indicator-step-progress[data-step="1"] {
    width: 15.5%;
}

.personage-selection-indicator-step-progress[data-step="2"] {
    width: 42.5%;
}

.personage-selection-indicator-step-progress[data-step="3"] {
    width: 70%;
}

.personage-selection-indicator-step-progress[data-step="4"] {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .personage-selection-indicator-step-progress[data-step="1"] {
        width: 16%;
    }

    .personage-selection-indicator-step-progress[data-step="2"] {
        width: 43.5%;
    }

    .personage-selection-indicator-step-progress[data-step="3"] {
        width: 71.5%;
    }

    .personage-selection-indicator-step-progress[data-step="4"] {
        width: 100%;
    }
}

.personage-selection-indicator-arrow {
    border-bottom: 20px solid #983971;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: 100%;
    height: 0;
    position: absolute;
    width: 0;
}

@media screen and (max-width: 480px) {
    .personage-selection-indicator-arrow {
        border-width: 0 15px 15px 15px;
    }
}

@media screen and (max-width: 380px) {
    .personage-selection-indicator-arrow {
        border-width: 0 12px 12px 12px;
    }
}

.personage-selection-indicator-step-progress[data-step="1"] .personage-selection-indicator-arrow {
    right: 10%;
}

.personage-selection-indicator-step-progress[data-step="2"] .personage-selection-indicator-arrow {
    right: 6%;
}

.personage-selection-indicator-step-progress[data-step="3"] .personage-selection-indicator-arrow {
    right: 8%;
}

.personage-selection-indicator-step-progress[data-step="4"] .personage-selection-indicator-arrow {
    right: 10%;
}

@media screen and (max-width: 1199px) {
    .personage-selection-indicator-step-progress[data-step="3"] .personage-selection-indicator-arrow {
        right: 9%;
    }
}

@media screen and (max-width: 640px) {
    .personage-selection-indicator-step-progress[data-step="1"] .personage-selection-indicator-arrow {
        right: 5%;
    }

    .personage-selection-indicator-step-progress[data-step="3"] .personage-selection-indicator-arrow {
        right: 8%;
    }

    .personage-selection-indicator-step-progress[data-step="4"] .personage-selection-indicator-arrow {
        right: 9%;
    }
}

@media screen and (max-width: 380px) {
    .personage-selection-indicator-step-progress[data-step="1"] .personage-selection-indicator-arrow {
        right: 1%;
    }

    .personage-selection-indicator-step-progress[data-step="2"] .personage-selection-indicator-arrow {
        right: 5%;
    }

    .personage-selection-indicator-step-progress[data-step="3"] .personage-selection-indicator-arrow {
        right: 7%;
    }
}

.personage-selection-continue {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

@media screen and (max-width: 480px) {
    .personage-selection-continue {
        font-size: 13px;
        margin-top: 30px;
        width: 160px;
    }
}

/* Страница "Добавить материал" */
.page-add-material .site-main {
    background: url(../img/add-material-bg.png) no-repeat center top 110px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

@media screen and (max-width: 480px) {
    .page-add-material .site-main {
        background-position: center top 60px;
    }
}

.add-material-form {
    margin: 80px auto 0 auto;
    width: 390px;
}

@media screen and (max-width: 1680px) {
    .add-material-form {
        margin-top: 60px;
        width: 390px;
    }
}

@media screen and (max-width: 1440px) {
    .add-material-form {
        width: 340px;
    }
}

@media screen and (max-width: 480px) {
    .add-material-form {
        margin-top: 40px;
        width: 100%;
    }
}

.add-material-fgroup {
    margin-bottom: 24px;
}

@media screen and (max-width: 1680px) {
    .add-material-fgroup {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1440px) {
    .add-material-fgroup {
        margin-bottom: 15px;
    }
}

.add-material-form-textarea {
    margin-bottom: 0;
}

.add-material-form-upload {
    text-align: center;
}

.add-material-form-upload-image {
    margin-bottom: 38px;
    margin-left: -35px;
    margin-right: -35px;
    margin-top: 18px;
}

@media screen and (max-width: 1440px) {
    .add-material-form-upload-image {
        margin: 10px 0 30px 0;
    }
}

.add-material-form-upload label {
    border: 1px dashed transparent;
    box-shadow: none !important;
    background-color: transparent;
    color: #2f2f2f;
    cursor: pointer;
    font-family: 'PFEncoreSansProRegular', Arial, Helvetica, sans-serif;
    font-size: 24px;
    overflow: hidden;
    padding: 5px 0;
    text-align: center;
    text-overflow: ellipsis;
    text-decoration: underline;
    white-space: nowrap;
}

@media screen and (max-width: 1680px) {
    .add-material-form-upload label {
        font-size: 21px;
        margin: 0;
    }
}

@media screen and (max-width: 1440px) {
    .add-material-form-upload label {
        font-size: 18px;
    }
}

@media screen and (max-width: 380px) {
    .add-material-form-upload label {
        font-size: 16px;
    }
}

.add-material-form-upload label:hover {
    text-decoration: none;
}

.add-material-form-upload-image label {
    font-size: 25px;
}

@media screen and (max-width: 1680px) {
    .add-material-form-upload-image label {
        font-size: 22px;
    }
}

@media screen and (max-width: 1440px) {
    .add-material-form-upload-image label {
        font-size: 19px;
    }
}

@media screen and (max-width: 380px) {
    .add-material-form-upload-image label {
        font-size: 16px;
    }
}

.add-material-form-upload input[type="file"] {
    display: none;
}

.add-material-fgroup .bootstrap-select {
    width: 100% !important;
}

.add-material-fgroup .bootstrap-select > .btn,
.add-material-fgroup input,
.add-material-fgroup textarea {
    border: 2px solid #ba91a9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #8c637b;
    font-family: 'PFEncoreSansProRegular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    width: 100%;
}

@media screen and (max-width: 1680px) {
    .add-material-fgroup .bootstrap-select > .btn,
    .add-material-fgroup input,
    .add-material-fgroup textarea {
        font-size: 16px;
    }
}

@media screen and (max-width: 1440px) {
    .add-material-fgroup .bootstrap-select > .btn,
    .add-material-fgroup input,
    .add-material-fgroup textarea {
        font-size: 15px;
    }
}

.add-material-fgroup .bootstrap-select > .btn,
.add-material-fgroup input {
    display: block;
    height: 55px;
    padding: 0 20px;
}

@media screen and (max-width: 1680px) {
    .add-material-fgroup .bootstrap-select > .btn,
    .add-material-fgroup input {
        height: 50px;
    }
}

@media screen and (max-width: 1440px) {
    .add-material-fgroup .bootstrap-select > .btn,
    .add-material-fgroup input {
        height: 45px;
        padding: 0 15px;
    }
}

.add-material-fgroup .bootstrap-select.open > .btn {
    background-color: #913f60;
    border: 2px solid #ba91a9;
}

.add-material-fgroup .bootstrap-select > .btn {
    background-color: #aa4a70;
    color: #fff !important;
    outline: none !important;
}

.add-material-fgroup .bootstrap-select > .btn .bs-caret {
    display: none;
}

.add-material-fgroup .bootstrap-select > .btn::before,
.add-material-fgroup .bootstrap-select > .btn::after {
    content: '';
    height: 0;
    position: absolute;
    right: 13px;
    width: 0;
}

.add-material-fgroup .bootstrap-select > .btn::before {
    border-bottom: 4px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-top: -6px;
    top: 50%;
}

.add-material-fgroup .bootstrap-select > .btn::after {
    bottom: 50%;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    margin-bottom: -5px;
}

.add-material-fgroup .bootstrap-select.open > .btn::before {
    border-bottom-color: #fff;
}

.add-material-fgroup .bootstrap-select.open > .btn::after {
    border-top-color: #fff;
}

.add-material-fgroup .bootstrap-select .dropdown-menu {
    background-color: #aa4a70;
    border: 2px solid #913f60;
    border-radius: 5px;
}

.add-material-fgroup .bootstrap-select .dropdown-menu a {
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
}

@media screen and (max-width: 1680px) {
    .add-material-fgroup .bootstrap-select .dropdown-menu a {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 1440px) {
    .add-material-fgroup .bootstrap-select .dropdown-menu a {
        font-size: 13px;
        padding: 8px 15px;
    }
}

.add-material-fgroup .bootstrap-select .dropdown-menu a:hover,
.add-material-fgroup .bootstrap-select .dropdown-menu a:focus {
    background-color: #913f60;
}

.add-material-fgroup textarea {
    height: 190px;
    padding: 13px 20px;
    resize: none;
}

@media screen and (max-width: 1680px) {
    .add-material-fgroup textarea {
        height: 180px;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 1440px) {
    .add-material-fgroup textarea {
        height: 170px;
        padding: 10px 15px;
    }
}

.add-material-fgroup input::-moz-placeholder {
    color: #2f2f2f;
}

.add-material-fgroup input::-webkit-input-placeholder {
    color: #2f2f2f;
}

.add-material-fgroup input:-ms-input-placeholder {
    color: #2f2f2f;
}

.add-material-fgroup input::-ms-input-placeholder {
    color: #2f2f2f;
}

.add-material-fgroup input::placeholder {
    color: #2f2f2f;
}

.add-material-form-upload:hover {
    text-decoration: none;
}

.add-material-form-submit {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Страница "Интерактивное обучение" */
.page-interactive-training .site-main {
    background: url(../img/interactive-training-bg.png) no-repeat center top 50px;
    -webkit-background-size: 110% auto;
    background-size: 110% auto;
    min-height: 570px;
}

@media screen and (max-width: 1366px) {
    .page-interactive-training .site-main {
        background-position: left -100px top -50px;
        -webkit-background-size: 115% auto;
        background-size: 115% auto;
    }
}

@media screen and (max-width: 640px) {
    .page-interactive-training .site-main {
        background-position: left -100px top 0;
    }
}

@media screen and (max-width: 560px) {
    .page-interactive-training .site-main {
        background-position: left -100px top 200px;
    }
}

@media screen and (max-width: 480px) {
    .page-interactive-training .site-main {
        background-position: left -100px top 80px;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 420px) {
    .page-interactive-training .site-main {
        background-position: left -150px top 80px;
        -webkit-background-size: 120% auto;
        background-size: 120% auto;
    }
}

@media screen and (max-width: 360px) {
    .page-interactive-training .site-main {
        background-position: left -0px top 110px;
    }
}

.interactive-training-content {
    padding-right: 215px;
    position: relative;
}

@media screen and (max-width: 1366px) {
    .interactive-training-content {
        padding-right: 140px;
    }
}

@media screen and (max-width: 991px) {
    .interactive-training-content {
        padding-right: 130px;
    }
}

@media screen and (max-width: 767px) {
    .interactive-training-content {
        padding-right: 120px;
    }
}

@media screen and (max-width: 480px) {
    .interactive-training-content {
        padding-right: 0;
        text-align: center;
    }
}

.page-interactive-training .page-subtitle {
    color: #2f2f2f;
    font-family: 'IntroBold', Arial, Helvetica, sans-serif;
    font-size: 34px;
    margin-top: 14px;
}

@media screen and (max-width: 1680px) {
    .page-interactive-training .page-subtitle {
        font-size: 28px;
    }
}

@media screen and (max-width: 1440px) {
    .page-interactive-training .page-subtitle {
        font-size: 25px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1366px) {
    .page-interactive-training .page-subtitle {
        font-size: 23px;
    }
}

.interactive-training-topic {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 31px;
    margin-top: 32px;
}

@media screen and (max-width: 1680px) {
    .interactive-training-topic {
        font-size: 24px;
        line-height: 29px;
    }
}

@media screen and (max-width: 1440px) {
    .interactive-training-topic {
        font-size: 21px;
    }
}

@media screen and (max-width: 991px) {
    .interactive-training-topic {
        font-size: 19px;
        line-height: 23px;
    }
}

@media screen and (max-width: 480px) {
    .interactive-training-topic {
        margin: 0;
    }
}

.interactive-training-topic-description {
    color: #171717;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-top: 19px;
}

@media screen and (max-width: 1680px) {
    .interactive-training-topic-description {
        font-size: 18px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 1440px) {
    .interactive-training-topic-description {
        font-size: 17px;
        margin-top: 10px;
    }
}

.interactive-training-continue {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

.interactive-training-women {
    position: absolute;
    right: 110px;
    top: 0;
    width: 115px;
}

@media screen and (max-width: 1680px) {
    .interactive-training-women {
        right: 130px;
    }
}

@media screen and (max-width: 1440px) {
    .interactive-training-women {
        right: 150px;
    }
}

@media screen and (max-width: 1366px) {
    .interactive-training-women {
        right: 170px;
        width: 100px;
    }
}

@media screen and (max-width: 1199px) {
    .interactive-training-women {
        right: 80px;
    }
}

@media screen and (max-width: 991px) {
    .interactive-training-women {
        right: 0;
        width: 90px;
    }
}

@media screen and (max-width: 767px) {
    .interactive-training-women {
        width: 80px;
    }
}

@media screen and (max-width: 480px) {
    .interactive-training-women {
        display: block;
        float: none;
        margin: 30px auto;
        position: static;
        width: 55px;
    }
}

@media screen and (max-width: 380px) {
    .interactive-training-women {
        width: 50px;
    }
}

/* Страница "Практические действия" */
.page-practical-actions .site-main {
    background: url(../img/practical-actions-bg.png) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 630px;
}

@media screen and (max-width: 1440px) {
    .page-practical-actions .site-main {
        -webkit-background-size: 115% auto;
        background-size: 115% auto;
        min-height: 590px;
    }
}

@media screen and (max-width: 1366px) {
    .page-practical-actions .site-main {
        min-height: 560px;
    }
}

@media screen and (max-width: 1199px) {
    .page-practical-actions .site-main {
        min-height: 540px;
    }
}

@media screen and (max-width: 991px) {
    .page-practical-actions .site-main {
        min-height: auto;
    }
}

@media screen and (max-width: 900px) {
    .page-practical-actions .site-main {
        background-position: left -120px top;
    }
}

@media screen and (max-width: 640px) {
    .page-practical-actions .site-main {
        background-position: left -120px top 300px;
    }
}

@media screen and (max-width: 480px) {
    .page-practical-actions .site-main {
        background-position: left 0 top 200px;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 380px) {
    .page-practical-actions .site-main {
        background-position: left -60px top 250px;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
}

.practical-actions-content {
    padding-right: 220px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .practical-actions-content {
        padding-right: 215px;
    }
}

@media screen and (max-width: 1366px) {
    .practical-actions-content {
        padding-right: 210px;
    }
}

@media screen and (max-width: 991px) {
    .practical-actions-content {
        padding-right: 150px;
    }
}

@media screen and (max-width: 767px) {
    .practical-actions-content {
        padding-right: 135px;
    }
}

@media screen and (max-width: 600px) {
    .practical-actions-content {
        padding-right: 120px;
    }
}

@media screen and (max-width: 480px) {
    .practical-actions-content {
        padding-right: 0;
    }
}

.practical-actions-message {
    border: 2px solid #a5a5a5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-top: 15px;
    min-height: 150px;
    padding: 10px 15px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .practical-actions-message {
        min-height: 130px;
    }
}

@media screen and (max-width: 1366px) {
    .practical-actions-message {
        min-height: 110px;
    }
}

@media screen and (max-width: 767px) {
    .practical-actions-message {
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .practical-actions-message {
        border-width: 1px;
    }
}

.practical-actions-message::before,
.practical-actions-message::after {
    border-style: solid;
    content: '';
    display: block;
    height: 0;
    left: 100%;
    position: absolute;
    width: 0;
}

@media screen and (max-width: 480px) {
    .practical-actions-message::before,
    .practical-actions-message::after {
        left: 50%;
        top: 100% !important;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.practical-actions-message::before {
    border-color: transparent transparent transparent #a5a5a5;
    border-width: 0 0 30px 50px;
    top: 16px;
    z-index: 1;
}

.practical-actions-message::after {
    border-color: transparent transparent transparent #fff;
    border-width: 0 0 26px 44px;
    margin-left: -1px;
    top: 18px;
    z-index: 2;
}

@media screen and (max-width: 480px) {
    .practical-actions-message::before {
        border-color: #a5a5a5 transparent transparent transparent;
        border-width: 22px 12px 0 12px;
    }

    .practical-actions-message::after {
        border-color: #fff transparent transparent transparent;
        border-width: 21px 11px 0 11px;
        margin-left: 0;
        margin-top: -1px;
    }
}

.practical-actions-women {
    position: absolute;
    right: 50px;
    top: 0;
    width: 140px;
}

@media screen and (max-width: 1440px) {
    .practical-actions-women {
        width: 130px;
    }
}

@media screen and (max-width: 1366px) {
    .practical-actions-women {
        top: 15px;
        width: 120px;
    }
}

@media screen and (max-width: 991px) {
    .practical-actions-women {
        right: 0;
        top: 20px;
        width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .practical-actions-women {
        top: 27px;
        width: 80px;
    }
}

@media screen and (max-width: 600px) {
    .practical-actions-women {
        top: 32px;
        width: 70px;
    }
}

@media screen and (max-width: 480px) {
    .practical-actions-women {
        margin: 30px auto;
        position: static;
        width: 55px;
    }
}

@media screen and (max-width: 380px) {
    .practical-actions-women {
        margin: 30px auto;
        width: 50px;
    }
}

.practical-actions-message-title {
    background: url(../img/atom-gray-light-icon.png) no-repeat left top;
    color: #2f2f2f;
    font-size: 24px;
    min-height: 40px;
    line-height: 25px;
    padding: 4px 0 3px 40px;
}

@media screen and (max-width: 1440px) {
    .practical-actions-message-title {
        -webkit-background-size: 28px;
        background-size: 28px;
        font-size: 22px;
        line-height: 23px;
        min-height: 35px;
        padding-left: 35px;
        padding-top: 2px;
    }
}

@media screen and (max-width: 1366px) {
    .practical-actions-message-title {
        -webkit-background-size: 25px;
        background-size: 25px;
        font-size: 20px;
        line-height: 22px;
        min-height: 32px;
        padding-left: 33px;
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .practical-actions-message-title {
        -webkit-background-size: 21px;
        background-size: 21px;
        font-size: 17px;
        line-height: 20px;
        min-height: 21px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 420px) {
    .practical-actions-message-title {
        -webkit-background-size: 17px;
        background-size: 17px;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 3px;
        min-height: 16px;
        padding-left: 20px;
    }
}

.practical-actions-message-description {
    color: #171717;
    font-size: 17px;
}

@media screen and (max-width: 1366px) {
    .practical-actions-message-description {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .practical-actions-message-description {
        font-size: 13px;
        line-height: 18px;
    }
}

.practical-actions-form {
    margin-top: 30px;
    padding-left: 30px;
}

@media screen and (max-width: 1440px) {
    .practical-actions-form {
        padding-left: 20px;
    }
}

@media screen and (max-width: 991px) {
    .practical-actions-form {
        padding-left: 0;
    }
}

.practical-actions-fgroup {
    margin-bottom: 35px;
}

@media screen and (max-width: 1440px) {
    .practical-actions-fgroup {
        margin-bottom: 30px;
    }
}

.practical-actions-form button[type="submit"] {
    margin-left: 10px;
}

@media screen and (max-width: 480px) {
    .practical-actions-form button[type="submit"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Страница "Тема степа" */
.page-step-topic .site-main {
    background: url(../img/step-topic-bg.png) no-repeat center top 230px;
    -webkit-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 991px) {
    .step-topic-container > .container {
        padding: 0;
    }
}

.step-topic-content {
    min-height: 600px;
    padding-right: 340px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .step-topic-content {
        padding-right: 300px;
    }
}

@media screen and (max-width: 1199px) {
    .step-topic-content {
        min-height: auto;
        margin-bottom: 60px;
        padding-right: 180px;
    }
}

@media screen and (max-width: 991px) {
    .step-topic-content {
        padding-right: 0;
    }
}

.step-topic-info-title {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
}

@media screen and (max-width: 1440px) {
    .step-topic-info-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .step-topic-info-title {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 600px) {
    .step-topic-info-title {
        font-size: 16px;
        line-height: 20px;
    }
}

.step-topic-info {
    color: #171717;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-top: 40px;
}

@media screen and (max-width: 1440px) {
    .step-topic-info {
        font-size: 17px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    .step-topic-info {
        font-size: 15px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 600px) {
    .step-topic-info {
        font-size: 13px;
        margin-top: 7px;
    }
}

.step-topic-info-cloud {
    margin-top: 5px;
    width: 98%;
}

.step-topic-info-cloud {
    border: 2px solid #a5a5a5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-top: 15px;
    min-height: 150px;
    padding: 5px 15px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .step-topic-info-cloud {
        border-width: 1px;
    }
}

@media screen and (max-width: 600px) {
    .step-topic-info-cloud {
        padding: 5px 8px;
    }
}

.step-topic-info-cloud::before,
.step-topic-info-cloud::after {
    border-style: solid;
    content: '';
    display: block;
    height: 0;
    left: 100%;
    position: absolute;
    width: 0;
}

@media screen and (max-width: 991px) {
    .step-topic-info-cloud::before,
    .step-topic-info-cloud::after {
        left: 48.5%;
    }
}

@media screen and (max-width: 600px) {
    .step-topic-info-cloud::before,
    .step-topic-info-cloud::after {
        left: 47.5%;
    }
}

@media screen and (max-width: 440px) {
    .step-topic-info-cloud::before,
    .step-topic-info-cloud::after {
        left: 47%;
    }
}

@media screen and (max-width: 360px) {
    .step-topic-info-cloud::before,
    .step-topic-info-cloud::after {
        left: 46%;
    }
}

@media screen and (max-width: 330px) {
    .step-topic-info-cloud::before,
    .step-topic-info-cloud::after {
        left: 45.4%;
    }
}

.step-topic-info-cloud::before {
    border-color: transparent transparent transparent #a5a5a5;
    border-width: 23px 0 23px 90px;
    top: 16px;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .step-topic-info-cloud::before {
        border-color: #a5a5a5 transparent transparent transparent;
        border-width: 18px 14px 0 14px;
        top: 100%;
    }
}

.step-topic-info-cloud::after {
    border-color: transparent transparent transparent #fff;
    border-width: 21px 0 21px 84px;
    margin-left: -1px;
    top: 18px;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .step-topic-info-cloud::after {
        border-color: #fff transparent transparent transparent;
        border-width: 17px 13px 0 13px;
        margin-left: 1px;
        top: 100%;
    }
}

@media screen and (max-width: 991px) {
    .step-topic-info > div,
    .step-topic-info li {
        height: 22px;
        line-height: 22px;
    }
}

@media screen and (max-width: 600px) {
    .step-topic-info > div,
    .step-topic-info li {
        height: auto;
        line-height: 20px;
    }
}

.step-topic-info li {
    padding-left: 15px;
    position: relative;
}

.step-topic-info li::before {
    content: '•';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.step-topic-info > p {
    margin-top: 30px;
}

@media screen and (max-width: 1440px) {
    .step-topic-info > p {
        margin-top: 10px;
    }
}

@media screen and (max-width: 600px) {
    .step-topic-info > p {
        margin-top: 7px;
    }
}

.step-topic-women {
    margin-top: 20px;
    position: absolute;
    right: 80px;
    top: 0;
    width: 186px;
}

@media screen and (max-width: 1440px) {
    .step-topic-women {
        width: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .step-topic-women {
        right: 0;
        width: 110px;
    }
}

@media screen and (max-width: 991px) {
    .step-topic-women {
        margin: 30px auto;
        position: static;
        width: 90px;
    }
}

@media screen and (max-width: 480px) {
    .step-topic-women {
        width: 80px;
    }
}

.step-topic-learnign-items {
    margin-top: 40px;
}

@media screen and (max-width: 1440px) {
    .step-topic-learnign-items {
        margin-top: 30px;
    }
}

.step-topic-learnign-item {
    text-align: center;
}

.step-topic-learnign-item-img-container {
    display: inline-block;
    height: 125px;
}

.step-topic-learnign-item.passed .step-topic-learnign-item-img-container {
    margin-left: -15px;
    padding-left: 32px;
}

.step-topic-learnign-item-img-container::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.step-topic-learnign-item-img {
    background-image: url(../img/about-list-spr.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.step-topic-learnign-items .step-topic-learnign-item:nth-child(1) .step-topic-learnign-item-img {
    background-image: url(../img/presentation-dark-light-icon.png);
    height: 60px;
    width: 60px;
}

.step-topic-learnign-items .step-topic-learnign-item:nth-child(2) .step-topic-learnign-item-img {
    background-image: url(../img/video-player-dark-icon.png);
    height: 46px;
    width: 58px;
}

.step-topic-learnign-items .step-topic-learnign-item:nth-child(3) .step-topic-learnign-item-img {
    background-image: url(../img/speaker-dark-light-icon-2.png);
    height: 37px;
    width: 47px;
}

@media screen and (max-width: 1199px) {
    .step-topic-learnign-items .step-topic-learnign-item:nth-child(1) .step-topic-learnign-item-img {
        height: 50px;
        width: 50px;
    }

    .step-topic-learnign-items .step-topic-learnign-item:nth-child(2) .step-topic-learnign-item-img {
        height: 36px;
        width: 48px;
    }

    .step-topic-learnign-items .step-topic-learnign-item:nth-child(3) .step-topic-learnign-item-img {
        height: 32px;
        width: 42px;
    }
}

.passed .step-topic-learnign-item-img::before,
.step-topic-assignments-item.passed::before,
.step-topic-downloads-docs.passed::before {
    background: url(../img/graduation-hat.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    content: '';
    display: block;
    height: 32px;
    margin-top: -16px;
    position: absolute;
    width: 47px;
}

.passed .step-topic-learnign-item-img::before {
    left: -34px;
    top: 0;
}

@media screen and (max-width: 1199px) {
    .passed .step-topic-learnign-item-img::before {
        height: 26px;
        left: -31px;
        width: 43px;
    }
}

.step-topic-learning-item-btn {
    margin-bottom: 10px;
    padding: 0 25px;
    width: auto;
}

@media screen and (max-width: 1199px) {
    .step-topic-learning-item-btn {
        font-size: 11px;
    }
}

.step-topic-learning-item-btn:last-child {
    margin-bottom: 60px;
}

.step-topic-downloads-docs {
    background: url(../img/list-black-light-icon.png) no-repeat center left;
    -webkit-background-size: contain;
    background-size: contain;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 68px;
    padding-right: 20px;
    position: relative;
    width: 50%;
}

@media screen and (max-width: 1440px) {
    .step-topic-downloads-docs {
        height: 34px;
        padding-left: 70px;
    }
}

@media screen and (max-width: 1199px) {
    .step-topic-downloads-docs {
        padding-left: 50px;
    }

    .step-topic-downloads-docs.passed {
        background-position: center left 35px;
        padding-left: 90px;
    }
}

@media screen and (max-width: 991px) {
    .step-topic-downloads-docs {
        -webkit-background-size: auto 33px;
        background-size: auto 33px;
        height: auto;
        margin-bottom: 40px;
        padding-left: 70px;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .step-topic-downloads-docs {
        background: none;
        padding: 35px 0 0 0 !important;
    }
}

.step-topic-downloads-docs.passed::before {
    margin-right: -10px;
    right: 100%;
}

@media screen and (max-width: 1199px) {
    .step-topic-downloads-docs.passed::before {
        height: 26px;
        margin-right: -45px;
        width: 41px;
    }
}

@media screen and (max-width: 600px) {
    .step-topic-downloads-docs.passed::before {
        margin: 0;
        right: 50%;
        top: 0;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -o-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}

.step-topic-downloads-docs a {
    color: #2f2f2f;
    display: block;
    font-size: 21px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .step-topic-downloads-docs a {
        font-size: 18px;
    }
}

/*@media screen and (max-width: 1199px) {
	.step-topic-downloads-docs a {
		display: block;
		font-size: 17px;
		margin: 0;
	}
}*/

@media screen and (max-width: 1199px) {
    .step-topic-downloads-docs a {
        background-color: #9c3e71;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        color: #fff;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        padding: 0 20px;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .step-topic-downloads-docs a {
        width: 80%;
    }
}

@media screen and (max-width: 600px) {
    .step-topic-downloads-docs a {
        display: block;
        margin-top: 15px;
    }

    .step-topic-downloads-docs a:nth-child(1) {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .step-topic-downloads-docs a {
        margin-left: auto !important;
        margin-right: auto !important;
        width: auto;
    }
}

.step-topic-downloads-docs a:hover {
    text-decoration: underline;
}

.step-topic-downloads-docs a:last-child {
    margin-right: 0;
}

.step-topic-assignments {
    float: right;
    width: 50%;
}

@media screen and (max-width: 991px) {
    .step-topic-assignments {
        float: none;
        max-width: 100%;
        width: auto;
    }
}

@media screen and (max-width: 600px) {
    .step-topic-assignments {
        width: 100%;
    }
}

.step-topic-downloads-docs-title,
.step-topic-assignments-title {
    color: #2f2f2f;
    font-size: 30px;
    line-height: 40px;
}

.step-topic-downloads-docs-title {
    margin-bottom: 20px;
}

.step-topic-assignments-title {
    padding-left: 32px;
}

@media screen and (max-width: 1440px) {
    .step-topic-downloads-docs-title,
    .step-topic-assignments-title {
        font-size: 24px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1199px) {
    .step-topic-downloads-docs-title,
    .step-topic-assignments-title {
        font-size: 21px;
        line-height: 24px;
    }
}

@media screen and (max-width: 600px) {
    .step-topic-downloads-docs-title,
    .step-topic-assignments-title {
        font-size: 19px;
    }
}

@media screen and (max-width: 480px) {
    .step-topic-downloads-docs-title,
    .step-topic-assignments-title {
        padding: 0;
        text-align: center;
    }
}

.step-topic-assignments-items {
    margin-top: 47px;
}

.step-topic-assignments-item {
    margin-bottom: 45px;
    padding-left: 88px;
    padding-right: 210px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .step-topic-assignments-item {
        padding-left: 70px;
        padding-right: 190px;
    }
}

@media screen and (max-width: 600px) {
    .step-topic-assignments-item {
        padding-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .step-topic-assignments-item {
        padding-left: 65px;
    }
}

@media screen and (max-width: 380px) {
    .step-topic-assignments-item {
        margin-bottom: 40px;
        padding: 0 0 0 52px;
    }
}

.step-topic-assignments-item:nth-child(1),
.step-topic-assignments-item:nth-child(2) {
    padding-top: 11px;
}

.step-topic-assignments-item:nth-child(3) {
    padding-top: 3px;
}

@media screen and (max-width: 1199px) {
    .step-topic-assignments-item:nth-child(1) {
        padding-top: 7px;
    }

    .step-topic-assignments-item:nth-child(2) {
        padding-top: 6px;
    }

    .step-topic-assignments-item:nth-child(3) {
        padding-top: 1px;
    }
}

.step-topic-assignments-item:last-child {
    margin-bottom: 0;
}

.step-topic-assignments-item.passed::before {
    left: -5px;
    top: 0;
}

@media screen and (max-width: 1199px) {
    .step-topic-assignments-item.passed::before {
        height: 26px;
        left: 2px;
        width: 41px;
    }
}

@media screen and (max-width: 480px) {
    .step-topic-assignments-item.passed::before {
        height: 20px;
        left: 9px;
        width: 34px;
    }
}

@media screen and (max-width: 380px) {
    .step-topic-assignments-item.passed::before {
        left: 0;
    }
}

.step-topic-assignments-item-img {
    display: inline-block;
    left: 32px;
    margin-right: 17px;
    position: absolute;
    top: 0;
}

@media screen and (max-width: 380px) {
    .step-topic-assignments-item-img {
        left: 22px;
    }
}

@media screen and (max-width: 1199px) {
    .step-topic-assignments-item-img img {
        max-width: 83%;
    }
}

@media screen and (max-width: 480px) {
    .step-topic-assignments-item-img img {
        max-width: 70%;
    }
}

.step-topic-assignments-item-text {
    color: #2f2f2f !important;
    display: inline-block;
    font-size: 19px;
}

@media screen and (max-width: 1440px) {
    .step-topic-assignments-item-text {
        font-size: 17px;
    }
}

@media screen and (max-width: 1199px) {
    .step-topic-assignments-item-text {
        font-size: 14px;
        line-height: 18px;
    }
}

.step-topic-assignments-item-text:hover {
    text-decoration: underline;
}

.step-topic-complete-btn {
    margin-left: 32px;
    margin-top: 55px;
    padding: 0 15px;
    text-transform: uppercase;
    width: auto;
}

@media screen and (max-width: 480px) {
    .step-topic-complete-btn {
        display: block;
        font-size: 11px;
        margin-left: auto;
        margin-right: auto;
        width: 220px;
    }
}

.step-topic-assignments-item-tooltip {
    color: #e83c9f;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
}

@media screen and (max-width: 1199px) {
    .step-topic-assignments-item-tooltip {
        font-size: 13px;
    }
}

@media screen and (max-width: 600px) {
    .step-topic-assignments-item-tooltip {
        background-color: #dec1d2;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        color: #6f4d60;
        margin-top: 5px;
        padding: 3px 5px;
        position: static;
    }
}

/* Странца "Доступ к степу" */
.page-access-to-step .site-main {
    background: url(../img/access-to-step-bg.png) no-repeat center top 120px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

@media screen and (max-width: 991px) {
    .page-access-to-step .site-main {
        background-position: center top 160px;
    }
}

@media screen and (max-width: 767px) {
    .page-access-to-step .site-main {
        background-position: center top 200px;
    }
}

@media screen and (max-width: 540px) {
    .page-access-to-step .site-main {
        background-position: center top 250px;
    }
}

@media screen and (max-width: 480px) {
    .page-access-to-step .site-main {
        background-position: center top 300px;
    }
}

@media screen and (max-width: 410px) {
    .page-access-to-step .site-main {
        background-position: center top 350px;
    }
}

@media screen and (max-width: 380px) {
    .page-access-to-step .site-main {
        background-position: center top 370px;
    }
}

.access-to-step-women {
    float: left;
    margin-left: 0;
    margin-right: 70px;
    width: 200px;
}

@media screen and (max-width: 1440px) {
    .access-to-step-women {
        margin-right: 50px;
        width: 180px;
    }
}

@media screen and (max-width: 1366px) {
    .access-to-step-women {
        margin-right: 45px;
        width: 160px;
    }
}

@media screen and (max-width: 991px) {
    .access-to-step-women {
        margin-right: 25px;
        width: 140px;
    }
}

@media screen and (max-width: 640px) {
    .access-to-step-women {
        margin-left: 0;
        margin-right: 20px;
        width: 100px;
    }
}

@media screen and (max-width: 480px) {
    .access-to-step-women {
        margin-right: 15px;
        width: 60px;
    }
}

.access-to-step-description {
    color: #171717;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}

@media screen and (max-width: 1680px) {
    .access-to-step-description {
        font-size: 19px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1440px) {
    .access-to-step-description {
        font-size: 18px;
        line-height: 27px;
    }
}

@media screen and (max-width: 991px) {
    .access-to-step-description {
        font-size: 16px;
        line-height: 23px;
    }
}

@media screen and (max-width: 640px) {
    .access-to-step-description {
        font-size: 14px;
        line-height: 22px;
        margin-top: 15px;
    }
}

.access-to-step-save {
    margin-left: 35px;
    margin-top: 35px;
}

@media screen and (max-width: 480px) {
    .access-to-step-save {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Страница "Недоступный степ" */
.page-not-available-step .site-main {
    background: url(../img/not-available-step.bg.png) no-repeat center top 75px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    min-height: 650px;
}

@media screen and (max-width: 1440px) {
    .page-not-available-step .site-main {
        -webkit-background-size: 115% auto;
        background-size: 115% auto;
        min-height: 520px;
    }
}

@media screen and (max-width: 1366px) {
    .page-not-available-step .site-main {
        background-position: left -130px top 50px;
        min-height: 470px;
    }
}

@media screen and (max-width: 1199px) {
    .page-not-available-step .site-main {
        min-height: 420px;
    }
}

@media screen and (max-width: 767px) {
    .page-not-available-step .site-main {
        background-position: left -130px top 150px;
    }
}

@media screen and (max-width: 640px) {
    .page-not-available-step .site-main {
        background-position: left -130px top 250px;
    }
}

@media screen and (max-width: 480px) {
    .page-not-available-step .site-main {
        background-position: left 0 top 70px;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        min-height: auto;
    }
}

.not-available-content {
    padding-right: 245px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .not-available-content {
        padding-right: 240px;
    }
}

@media screen and (max-width: 1366px) {
    .not-available-content {
        padding-right: 230px;
    }
}

@media screen and (max-width: 1199px) {
    .not-available-content {
        padding-right: 210px;
    }
}

@media screen and (max-width: 991px) {
    .not-available-content {
        padding-right: 170px;
    }
}

@media screen and (max-width: 600px) {
    .not-available-content {
        padding-right: 150px;
    }
}

@media screen and (max-width: 480px) {
    .not-available-content {
        padding-right: 0;
        text-align: center;
    }
}

.not-available-step-description {
    color: #171717;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
}

@media screen and (max-width: 1440px) {
    .not-available-step-description {
        font-size: 18px;
        line-height: 27px;
        margin-top: 25px;
    }
}

@media screen and (max-width: 1366px) {
    .not-available-step-description {
        font-size: 17px;
        line-height: 26px;
        margin-top: 22px;
    }
}

@media screen and (max-width: 1199px) {
    .not-available-step-description {
        font-size: 15px;
        line-height: 23px;
        margin-top: 18px;
    }
}

@media screen and (max-width: 480px) {
    .not-available-step-description {
        margin: 0;
        text-align: left;
    }
}

.not-available-step-description p {
    margin: 0;
}

.not-available-step-women {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 30px;
    top: 0;
    width: 120px;
}

@media screen and (max-width: 1440px) {
    .not-available-step-women {
        width: 100px;
    }
}

@media screen and (max-width: 1366px) {
    .not-available-step-women {
        width: 90px;
    }
}

@media screen and (max-width: 1199px) {
    .not-available-step-women {
        width: 80px;
    }
}

@media screen and (max-width: 600px) {
    .not-available-step-women {
        width: 70px;
    }
}

@media screen and (max-width: 480px) {
    .not-available-step-women {
        margin: 30px auto;
        position: static;
        width: 60px;
    }
}

@media screen and (max-width: 380px) {
    .not-available-step-women {
        width: 45px;
    }
}

/* Страница "Завершение теста" */
.page-end-test .site-main {
    background: url(../img/end-test-bg.png) no-repeat center top 100px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    min-height: 760px;
}

@media screen and (max-width: 1440px) {
    .page-end-test .site-main {
        min-height: 640px;
    }
}

@media screen and (max-width: 900px) {
    .page-end-test .site-main {
        -webkit-background-size: 115% auto;
        background-size: 115% auto;
    }
}

@media screen and (max-width: 767px) {
    .page-end-test .site-main {
        background-position: right 70px top 5px;
        -webkit-background-size: 200% auto;
        background-size: 200% auto;
    }
}

@media screen and (max-width: 640px) {
    .page-end-test .site-main {
        min-height: 420px;
    }
}

@media screen and (max-width: 480px) {
    .page-end-test .site-main {
        min-height: auto;
    }
}

.end-test-container {
    position: relative;
}

.end-test-women {
    position: absolute;
    right: 0;
    top: 130px;
    width: 217px;
}

.success .end-test-women {
    width: 133px;
}

@media screen and (max-width: 1680px) {
    .end-test-women {
        width: 195px;
    }

    .success .end-test-women {
        width: 111px;
    }
}

@media screen and (max-width: 1440px) {
    .end-test-women {
        top: 155px;
        width: 180px;
    }

    .success .end-test-women {
        width: 96px;
    }
}

@media screen and (max-width: 767px) {
    .end-test-women {
        margin: 50px auto 30px auto;
        position: static;
        width: 160px;
    }

    .success .end-test-women {
        width: 86px;
    }
}

@media screen and (max-width: 640px) {
    .end-test-women {
        width: 150px;
    }

    .success .end-test-women {
        width: 80px;
    }
}

@media screen and (max-width: 480px) {
    .end-test-women {
        width: 100px;
    }

    .success .end-test-women {
        width: 55px;
    }
}

@media screen and (max-width: 380px) {
    .end-test-women {
        width: 80px;
    }

    .success .end-test-women {
        width: 44px;
    }
}

.end-test-content {
    float: right;
    padding-right: 300px;
    position: relative;
    text-align: center;
}

.success .end-test-content {
    padding-right: 270px;
}

@media screen and (max-width: 1680px) {
    .end-test-content {
        margin-right: 60px;
        padding-right: 290px;
    }

    .success .end-test-content {
        padding-right: 260px;
    }
}

@media screen and (max-width: 1440px) {
    .end-test-content {
        margin-right: 110px;
        padding-right: 240px;
    }

    .success .end-test-content {
        padding-right: 190px;
    }
}

@media screen and (max-width: 991px) {
    .end-test-content {
        margin-right: 0;
        padding-right: 200px;
        width: 100%;
    }

    .success .end-test-content {
        padding-right: 100px;
    }
}

@media screen and (max-width: 767px) {
    .end-test-content,
    .success .end-test-content {
        padding-right: 0;
    }
}

.end-test-subtitle,
.end-test-topic-title {
    font-size: 36px;
    line-height: 38px;
}

@media screen and (max-width: 1680px) {
    .end-test-subtitle,
    .end-test-topic-title {
        font-size: 31px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1440px) {
    .end-test-subtitle,
    .end-test-topic-title {
        font-size: 27px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1366px) {
    .end-test-subtitle,
    .end-test-topic-title {
        font-size: 25px;
    }
}

@media screen and (max-width: 640px) {
    .end-test-subtitle,
    .end-test-topic-title {
        font-size: 19px;
        line-height: 24px;
    }
}

.end-test-subtitle {
    color: #2f2f2f;
    font-family: 'IntroBold', Arial, Helvetica, sans-serif;
    margin-top: 20px;
}

@media screen and (max-width: 1680px) {
    .end-test-subtitle {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1440px) {
    .end-test-subtitle {
        margin-top: 8px;
    }
}

@media screen and (max-width: 1366px) {
    .end-test-subtitle {
        margin-top: 5px;
    }
}

@media screen and (max-width: 640px) {
    .end-test-subtitle {
        margin-top: 2px;
    }
}

.end-test-topic-title {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    margin: 30px 0;
}

@media screen and (max-width: 1440px) {
    .end-test-topic-title {
        margin-top: 57px;
    }
}

@media screen and (max-width: 1366px) {
    .end-test-topic-title {
        margin-top: 54px;
    }
}

@media screen and (max-width: 640px) {
    .end-test-topic-title {
        margin-top: 50px;
    }
}

@media screen and (max-width: 480px) {
    .end-test-topic-title {
        margin-top: 0;
    }
}

.end-test-cloud {
    background-color: #f0f0f0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 15px;
    padding: 20px 35px;
    position: relative;
}

.end-test-cloud::after {
    border-bottom: 19px solid transparent;
    border-left: 115px solid #f0f0f0;
    border-top: 19px solid transparent;
    content: '';
    display: block;
    position: absolute;
    right: -115px;
    top: 13px;
}

@media screen and (max-width: 1440px) {
    .end-test-cloud::after {
        border-bottom-width: 15px;
        border-left-width: 80px;
        border-top-width: 15px;
        right: -80px;
    }
}

@media screen and (max-width: 767px) {
    .end-test-cloud::after {
        border-bottom: none;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 30px solid #f0f0f0;
        left: 50%;
        margin-left: -10px;
        right: auto;
        top: 100%;
    }
}

.ent-test-totals {
    margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
    .ent-test-totals {
        margin-bottom: 10px;
    }
}

.ent-test-totals > div {
    color: #171717;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
}

@media screen and (max-width: 1680px) {
    .ent-test-totals > div {
        font-size: 19px;
    }
}

@media screen and (max-width: 1440px) {
    .ent-test-totals > div {
        font-size: 18px;
    }
}

@media screen and (max-width: 1366px) {
    .ent-test-totals > div {
        font-size: 17px;
        margin-bottom: 2px;
    }
}

@media screen and (max-width: 640px) {
    .ent-test-totals > div {
        font-size: 15px;
        margin-bottom: 0;
    }
}

.ent-test-totals > div:last-child {
    margin-bottom: 0;
}

.end-test-btns {
    margin-top: 55px;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .end-test-btns {
        margin-top: 45px;
    }
}

@media screen and (max-width: 640px) {
    .end-test-btns {
        margin-top: 35px;
    }
}

.end-test-btn {
    display: inline-block;
    margin-right: 20px;
}

.end-test-btn:last-child {
    margin-right: 0;
}

.page-end-test.success .end-test-btns {
    padding: 0 40px;
}

.page-end-test.success .end-test-btns .end-test-restart {
    float: left;
}

.page-end-test.success .end-test-btns .end-test-confirm {
    float: right;
}

@media screen and (max-width: 600px) {
    .page-end-test.success .end-test-btns .end-test-restart,
    .page-end-test.success .end-test-btns .end-test-confirm {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 600px) {
    .page-end-test.success .end-test-btns .end-test-restart {
        margin-bottom: 15px;
    }
}

/* Страница "Завершить тест" */
.page-complete-test .site-main {
    background: url(../img/complete-test-bg.png) no-repeat center top 90px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

@media screen and (max-width: 1366px) {
    .page-complete-test .site-main {
        -webkit-background-size: 110% auto;
        background-size: 110% auto;
    }
}

@media screen and (max-width: 1199px) {
    .page-complete-test .site-main {
        -webkit-background-size: 114% auto;
        background-size: 114% auto;
    }
}

@media screen and (max-width: 991px) {
    .page-complete-test .site-main {
        background-position: center top 400px;
        -webkit-background-size: 110% auto;
        background-size: 110% auto;
    }
}

@media screen and (max-width: 767px) {
    .page-complete-test .site-main {
        background-position: center top 470px;
    }
}

@media screen and (max-width: 767px) {
    .page-complete-test .site-main {
        background-position: center top 500px;
        -webkit-background-size: 120% auto;
        background-size: 120% auto;
    }
}

@media screen and (max-width: 440px) {
    .page-complete-test .site-main {
        background-position: center top 560px;
    }
}

@media screen and (max-width: 380px) {
    .page-complete-test .site-main {
        background-position: center top 640px;
    }
}

.complete-test-topic {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 31px;
    margin-top: 15px;
}

@media screen and (max-width: 1440px) {
    .complete-test-topic {
        font-size: 29px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1366px) {
    .complete-test-topic {
        font-size: 24px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 1199px) {
    .complete-test-topic {
        font-size: 20px;
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .complete-test-topic {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .complete-test-topic {
        font-size: 17px;
    }
}

@media screen and (max-width: 380px) {
    .complete-test-topic {
        font-size: 15px;
        line-height: 20px;
    }
}

.complete-test-question {
    background-color: #f2f2f2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    color: #171717;
    font-size: 32px;
    line-height: 33px;
    margin: 32px 0 40px 0;
    padding: 15px 20px;
}

.complete-test-question-regular,
.complete-test-question-italic {
    margin: 10px 0;
}

.complete-test-question-regular {
    font-family: 'PFEncoreSansProRegular', Arial, Helvetica, sans-serif;
}

.complete-test-question-italic {
    font-family: 'PFEncoreSansProLightItalic', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1440px) {
    .complete-test-question {
        font-size: 26px;
        line-height: 27px;
        margin: 28px 0 36px 0;
    }
}

@media screen and (max-width: 1366px) {
    .complete-test-question {
        font-size: 24px;
        line-height: 25px;
        margin: 26px 0 33px 0;
    }
}

@media screen and (max-width: 1199px) {
    .complete-test-question {
        font-size: 22px;
        line-height: 24px;
        margin: 20px 0 25px 0;
    }
}

@media screen and (max-width: 991px) {
    .complete-test-question {
        font-size: 20px;
        line-height: 22px;
    }
}

@media screen and (max-width: 480px) {
    .complete-test-question {
        font-size: 17px;
        line-height: 20px;
        padding: 12px 15px;
    }
}

@media screen and (max-width: 380px) {
    .complete-test-question {
        font-size: 14px;
        line-height: 18px;
        margin: 15px 0 20px 0;
        padding: 12px;
    }
}

.complete-test-form {
    margin-left: 30px;
    width: 680px;
}

@media screen and (max-width: 1199px) {
    .complete-test-form {
        margin-left: 0;
        width: 100%;
    }
}

.complete-test-fgroup {
    position: relative;
}

.complete-test-fgroup-tooltip {
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 10px;
    min-width: 60%;
    padding: 10px;
}

@media screen and (max-width: 1440px) {
    .complete-test-fgroup-tooltip {
        font-size: 15px;
        padding: 8px 10px;
    }
}

@media screen and (max-width: 1366px) {
    .complete-test-fgroup-tooltip {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .complete-test-fgroup-tooltip {
        font-size: 13px;
        min-width: 280px;
        padding: 6px 10px;
    }
}

@media screen and (max-width: 991px) {
    .complete-test-fgroup-tooltip {
        min-width: auto;
        position: static;
        width: auto;
    }
}

.complete-test-fgroup-err {
    border-color: #ef4d43;
}

.complete-test-fgroup-success {
    border-color: #2a9a32;
}

.complete-test-err-text {
    color: #de2014;
}

.complete-test-success-text {
    color: #2a9a32;
}

.complete-test-form .cc-radio,
.complete-test-form .cc-checkbox {
    margin-top: 30px;
}

@media screen and (max-width: 1440px) {
    .complete-test-form .cc-radio {
        margin-top: 25px;
    }
}

.complete-test-form .cc-radio:first-child,
.complete-test-form .cc-checkbox:first-child {
    margin-top: 0;
}

.complete-test-form .cc-radio label,
.complete-test-form .cc-checkbox label {
    color: #000;
    font-family: 'PFEncoreSansProRegular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
}

@media screen and (max-width: 1440px) {
    .complete-test-form .cc-radio label,
    .complete-test-form .cc-checkbox label {
        font-size: 17px;
    }
}

@media screen and (max-width: 1366px) {
    .complete-test-form .cc-radio label,
    .complete-test-form .cc-checkbox label {
        font-size: 16px;
        line-height: 21px;
    }
}

@media screen and (max-width: 1199px) {
    .complete-test-form .cc-radio label,
    .complete-test-form .cc-checkbox label {
        font-size: 14px;
        line-height: 19px;
    }
}

@media screen and (max-width: 480px) {
    .complete-test-form .cc-radio label,
    .complete-test-form .cc-checkbox label {
        font-size: 13px;
        line-height: 18px;
    }
}

.complete-test-form .cc-radio label::before {
    top: 4px !important;
}

.complete-test-form .cc-radio label::after {
    top: 10px !important;
}

.complete-test-form-scoreboard {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProThin', Arial, Helvetica, sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .complete-test-form-scoreboard {
        font-size: 22px;
    }
}

@media screen and (max-width: 1366px) {
    .complete-test-form-scoreboard {
        font-size: 21px;
    }
}

@media screen and (max-width: 480px) {
    .complete-test-form-scoreboard {
        font-size: 20px;
    }
}

.complete-test-btns-wrapper {
    text-align: center;
}

.complete-test-btn {
    display: inline-block;
    margin-right: 20px;
}

@media screen and (max-width: 600px) {
    .complete-test-btn {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 601px) {
    .complete-test-btn:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .complete-test-btn:last-child {
        margin-top: 15px;
    }
}

/* Страница "Зачетная книжка" */
.page-record-book .site-main {
    background: url(../img/page-record-book-bg.png) no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 480px) {
    .page-record-book .page-title {
        text-align: center;
    }
}

.steps-container {
    position: relative;
}

.steps-container[data-current-step="1"] {
    padding-top: 260px;
}

.steps-container[data-current-step="2"] {
    padding-top: 250px;
}

@media screen and (max-width: 1199px) {
    .steps-container[data-current-step="2"] {
        padding-top: 200px;
    }
}

.steps-container[data-current-step="3"] {
    padding-top: 260px;
}

@media screen and (max-width: 1199px) {
    .steps-container[data-current-step="3"] {
        padding-top: 250px;
    }
}

.steps-container[data-current-step="4"] {
    padding-top: 280px;
}

@media screen and (max-width: 1199px) {
    .steps-container[data-current-step="4"] {
        padding-top: 230px;
    }
}

.steps-container[data-current-step="5"] {
    padding-top: 300px;
}

@media screen and (max-width: 1199px) {
    .steps-container[data-current-step="5"] {
        padding-top: 250px;
    }
}

@media screen and (max-width: 991px) {
    .steps-container {
        margin-top: 40px;
        padding: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .steps-container {
        margin-top: 30px;
        padding: 0 !important;
    }
}

.steps-helper {
    position: absolute;
}

.steps-container[data-current-step="1"] .steps-helper {
    left: 195px;
    top: 60px;
}

@media screen and (max-width: 1199px) {
    .steps-container[data-current-step="1"] .steps-helper {
        left: 165px;
        top: 110px;
    }
}

.steps-container[data-current-step="2"] .steps-helper {
    left: 390px;
    top: 30px;
}

@media screen and (max-width: 1199px) {
    .steps-container[data-current-step="2"] .steps-helper {
        left: 330px;
    }
}

.steps-container[data-current-step="3"] .steps-helper {
    left: 590px;
    top: 20px;
}

@media screen and (max-width: 1199px) {
    .steps-container[data-current-step="3"] .steps-helper {
        left: 483px;
        top: 60px;
    }
}

.steps-container[data-current-step="4"] .steps-helper {
    right: 258px;
    top: 20px;
}

@media screen and (max-width: 1199px) {
    .steps-container[data-current-step="4"] .steps-helper {
        right: 218px;
    }
}

.steps-container[data-current-step="5"] .steps-helper {
    right: 67px;
    top: 20px;
}

@media screen and (max-width: 1199px) {
    .steps-container[data-current-step="5"] .steps-helper {
        right: 60px;
    }
}

@media screen and (max-width: 991px) {
    .steps-helper {
        left: 50% !important;
        margin-bottom: 10px;
        margin-left: -150px;
        position: relative;
        top: 0 !important;
        width: 300px;
    }
}

.steps-helper-avatar {
    float: right;
    height: 270px;
    width: 100px;
}

@media screen and (max-width: 1199px) {
    .steps-helper-avatar {
        height: 220px;
        width: 80px;
    }
}

@media screen and (max-width: 991px) {
    .steps-helper-avatar {
        float: none;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 70px;
    }
}

@media screen and (max-width: 480px) {
    .steps-helper-avatar {
        width: 60px;
    }
}

.steps-helper-avatar img {
    max-height: 100%;
    max-width: none;
}

.steps-helper-message {
    background-color: #f0f0f0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    color: #2f2f2f;
    float: right;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
    max-width: 360px;
    padding: 30px 35px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .steps-helper-message {
        font-size: 17px;
        line-height: 24px;
        padding: 22px 27px;
    }
}

@media screen and (max-width: 1199px) {
    .steps-helper-message {
        font-size: 15px;
        line-height: 21px;
        max-width: 300px;
        padding: 17px 20px;
    }
}

@media screen and (max-width: 991px) {
    .steps-helper-message {
        float: none;
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 26px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 10px 15px;
        top: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .steps-helper-message {
        max-width: 100%;
        padding: 7px 12px;
    }
}

.steps-container[data-current-step="1"] .steps-helper-message {
    margin-left: 10px;
    top: -65px;
}

@media screen and (min-width: 992px) {
    .steps-container[data-current-step="1"] .steps-helper-message {
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }
}

@media screen and (max-width: 1199px) {
    .steps-container[data-current-step="1"] .steps-helper-message {
        top: -40px;
    }
}

@media screen and (min-width: 992px) {
    .steps-container[data-current-step="2"] .steps-helper-message,
    .steps-container[data-current-step="3"] .steps-helper-message {
        margin-left: 20px;
    }
}

.steps-container[data-current-step="3"] .steps-helper-message {
    top: -35px;
}

@media screen and (min-width: 992px) {
    .steps-container[data-current-step="4"] .steps-helper-message,
    .steps-container[data-current-step="5"] .steps-helper-message {
        float: left;
        margin-right: 30px;
        margin-top: 0;
    }
}

.steps-helper-message::before {
    content: '';
    height: 0;
    position: absolute;
    width: 0;
}

.steps-container[data-current-step="1"] .steps-helper-message::before {
    border-right: 15px solid #f0f0f0;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    bottom: 0;
    left: -30px;
}

.steps-container[data-current-step="2"] .steps-helper-message::before {
    border-bottom: 5px solid transparent;
    border-right: 15px solid #f0f0f0;
    border-top: 5px solid transparent;
    left: -15px;
    top: 5px;
}

.steps-container[data-current-step="3"] .steps-helper-message::before {
    border-left: 15px solid transparent;
    border-bottom: 15px solid #f0f0f0;
    border-right: 15px solid transparent;
    left: -15px;
    top: 40px;
}

.steps-container[data-current-step="4"] .steps-helper-message::before,
.steps-container[data-current-step="5"] .steps-helper-message::before {
    border-left: 24px solid transparent;
    border-bottom: 18px solid #f0f0f0;
    border-right: 24px solid transparent;
    left: 100%;
    margin-left: -24px;
    top: 15px;
}

@media screen and (max-width: 991px) {
    .steps-container[data-current-step="1"] .steps-helper-message::before,
    .steps-container[data-current-step="2"] .steps-helper-message::before,
    .steps-container[data-current-step="3"] .steps-helper-message::before,
    .steps-container[data-current-step="4"] .steps-helper-message::before,
    .steps-container[data-current-step="5"] .steps-helper-message::before {
        border-bottom: none;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 14px solid #f0f0f0;
        left: 50%;
        margin-left: -7px;
        top: 100%;
    }
}

.steps-helper-message a {
    color: #a23372;
    text-decoration: underline;
}

.steps-helper-message a:hover {
    text-decoration: none;
}

.step-item {
    float: left;
    overflow: hidden;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    width: 10.6%;
}

@media screen and (max-width: 991px) {
    .step-item {
        float: none;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0 !important;
        width: 300px;
    }

    .step-item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .step-item {
        width: 80%;
    }
}

@media screen and (max-width: 400px) {
    .step-item {
        width: 100%;
    }
}

.step-item-first {
    margin-top: 140px;
}

.step-item-second {
    margin-top: 120px;
}

.step-item-third {
    margin-top: 100px;
}

.step-item-fourth {
    margin-top: 80px;
}

.step-item-fifth {
    margin-top: 60px;
}

.step-item-seventh {
    margin-top: 20px;
}

.steps-labels {
    float: left;
    margin-top: 195px;
    width: 15%;
}

.step-item-sixth {
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .steps-labels {
        display: none;
    }
}

.step-item-unstarted {
    padding-bottom: 40px;
}

@media screen and (max-width: 1199px) {
    .step-item-unstarted {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 991px) {
    .step-item-unstarted {
        padding-bottom: 0;
    }
}

.step-item-container {
    background-color: #f5f5f5;
    position: relative;
}

.step-item-paused .step-item-container {
    background-color: rgba(160, 73, 98, .8);
}

.step-item-progress {
    text-align: center;
}

.step-item-col {
    font-size: 0;
    height: 60px;
    line-height: 0;
}

@media screen and (max-width: 991px) {
    .step-item-col {
        height: auto !important;
    }
}

.step-item-col::after {
    border-bottom: 1px solid #f0f0f0;
    content: '';
    display: block;
    margin-left: -2px;
    margin-right: -2px;
}

.step-item:last-child .step-item-col::after {
    margin-right: 0;
}

@media screen and (max-width: 991px) {
    .step-item-col::after {
        margin: 0;
    }
}

.step-item-col:nth-child(2),
.step-item-col:nth-child(4) {
    height: 70px;
}

.step-item-col:nth-child(3) {
    height: 100px;
}

.step-item-col-content-wrapper {
    display: inline-block;
    height: inherit;
    line-height: 20px;
    text-align: left;
}

.step-item-col-content {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
}

.step-item-paused .step-item-col-content {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .step-item-col-content {
        display: block;
        height: auto;
        padding: 10px;
        text-align: center;
    }
}

.step-item-unstarted .step-item-col-content {
    visibility: hidden;
}

.step-item .step-item-col-content > div:first-child {
    font-family: 'PFEncoreSansProBook', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 2px;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .step-item .step-item-col-content > div:first-child {
        display: none;
    }
}

.step-item-title {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 45px;
    position: relative;
    text-align: center;
    z-index: 2;
}

@media screen and (max-height: 1199px) {
    .step-item-title {
        font-size: 16px;
    }
}

.step-item-first .step-item-title {
    height: 55px;
}

.step-item-second .step-item-title {
    height: 75px;
}

.step-item-third .step-item-title {
    height: 95px;
}

.step-item-fourth .step-item-title {
    height: 115px;
}

.step-item-fifth .step-item-title {
    height: 135px;
}

.step-item-sixth .step-item-title {
    height: 155px;
}

.step-item-seventh .step-item-title {
    height: 175px;
}

.step-item-eighth .step-item-title {
    height: 195px;
}

.step-item-title > span {
    display: inline-block;
}

.step-item-paused .step-item-title > span {
    background: url(../img/white-paused-icon.png) no-repeat top 16px left;
    color: #fff;
    padding-left: 16px;
}

.step-item-finished .step-item-title > span {
    background: url(../img/checkbox-green-icon.png) no-repeat top 10px left;
    padding-left: 30px;
}

@media screen and (max-width: 1199px) {
    .step-item-finished .step-item-title > span {
        -webkit-background-size: auto 18px;
        background-size: auto 18px;
        padding-left: 25px;
    }
}

.step-item-col-content {
    color: #616161;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 17px;
}

@media screen and (max-width: 1199px) {
    .step-item-col-content {
        font-size: 14px;
        line-height: 18px;
    }
}

/* Step item buttons */
.step-item-unstarted .step-start-btn {
    background-color: #d74c9b;
    -webkit-box-shadow: 0 0 24px rgba(187, 62, 133, .65);
    -moz-box-shadow: 0 0 24px rgba(187, 62, 133, .65);
    -o-box-shadow: 0 0 24px rgba(187, 62, 133, .65);
    box-shadow: 0 0 24px rgba(187, 62, 133, .65);
    color: #fff;
    font-family: 'IntroBold', Arial, Helvetica, sans-serif;
    margin-left: -55px;
    width: 110px;
}

.step-item-unstarted .step-start-btn:active {
    -webkit-box-shadow: inset 0 0 7px #9f3973;
    -moz-box-shadow: inset 0 0 7px #9f3973;
    -o-box-shadow: inset 0 0 7px #9f3973;
    box-shadow: inset 0 0 7px #9f3973;
}

.step-item-paused .step-continue-btn {
    background-color: #ffef2c;
    -webkit-box-shadow: 0 0 24px rgba(207, 75, 39, .8);
    -moz-box-shadow: 0 0 24px rgba(207, 75, 39, .8);
    -o-box-shadow: 0 0 24px rgba(207, 75, 39, .8);
    box-shadow: 0 0 24px rgba(207, 75, 39, .8);
    color: #565269;
    font-family: 'IntroBoldAlt', Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-left: -55px;
    width: 110px;
}

.step-item-paused .step-continue-btn:active {
    -webkit-box-shadow: inset 0 0 3px rgba(207, 75, 39, .7);
    -moz-box-shadow: inset 0 0 3px rgba(207, 75, 39, .7);
    -o-box-shadow: inset 0 0 3px rgba(207, 75, 39, .7);
    box-shadow: inset 0 0 3px rgba(207, 75, 39, .7);
}

.step-item-unstarted .step-start-btn,
.step-item-paused .step-continue-btn {
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    bottom: 270px;
    display: block;
    font-size: 10px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .step-item-unstarted .step-start-btn,
    .step-item-paused .step-continue-btn {
        font-size: 12px;
        margin-left: -44%;
        width: 88%;
    }
}

@media screen and (max-width: 991px) {
    .step-item-unstarted .step-start-btn,
    .step-item-paused .step-continue-btn {
        bottom: 50%;
    }
}

.step-item-control-btns {
    height: 69px;
    margin-top: 0px;
    overflow: hidden;
    padding-top: 0px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .step-item-control-btns {
        height: 70px;
    }
}

@media screen and (max-width: 991px) {
    .step-item-control-btns {
        height: auto;
    }
}

.step-item-control-btns li {
    /*float: left;
    width: 50%;*/
}

@media screen and (max-width: 1199px) {
    .step-item-control-btns li {
        float: none;
        width: auto;
    }
}

.step-item-control-btns li:first-child {
    padding-right: 0px;
}

@media screen and (max-width: 1199px) {
    .step-item-control-btns li:first-child {
        margin-bottom: 2px;
        padding-right: 0;
    }
}

.step-item-results-btn,
.step-item-replay-btn {
    border: none;
    /*-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radus-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radus-bottomright: 5px;
    border-bottom-right-radius: 5px;*/
    color: #fff !important;
    display: block;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 31px;
    line-height: 31px;
    padding: 0;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .step-item-results-btn,
    .step-item-replay-btn {
        border-radius: 0;
    }
}

@media screen and (max-width: 991px) {
    .step-item-results-btn,
    .step-item-replay-btn {
        height: 36px;
        line-height: 36px;
    }
}

.step-item-results-btn {
    background: #73304e url(../img/verified-clipboard-icon.png) no-repeat top 6px left 6px;
    padding-left: 16px;
}

@media screen and (max-width: 1199px) {
    .step-item-results-btn {
        background-position: top 6px left 15px !important;
        padding: 0;
    }
}

.step-item-results-btn:hover,
.step-item-results-btn:active {
    background: #55243a url(../img/verified-clipboard-icon.png) no-repeat top 6px left 6px;
}

.step-item-replay-btn {
    background: #a04962 url(../img/repeat-white-icon.png) no-repeat top 9px left 6px;
    padding-left: 15px;
}

@media screen and (max-width: 1199px) {
    .step-item-replay-btn {
        background-position: top 9px left 15px !important;
        padding: 0;
    }
}

.step-item-replay-btn:hover,
.step-item-replay-btn:active {
    background: #823b50 url(../img/repeat-white-icon.png) no-repeat top 9px left 6px;
}

.record-book-hronology {
    margin-top: 90px;
}

@media screen and (max-width: 767px) {
    .record-book-hronology {
        margin-top: 65px;
    }
}

@media screen and (max-width: 767px) {
    .record-book-hronology > div {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .steps-chronology {
        margin-bottom: 30px;
    }

    .steps-chronology,
    .steps-achievements {
        display: inline-block;
    }
}

.steps-chronology h1,
.steps-achievements h1,
.modal-chronology-title {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .steps-chronology h1,
    .steps-achievements h1,
    .modal-chronology-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 1199px) {
    .steps-chronology h1,
    .steps-achievements h1,
    .modal-chronology-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .steps-chronology h1,
    .steps-achievements h1,
    .modal-chronology-title {
        font-size: 20px;
    }
}

.steps-chronology-list {
    margin-top: 23px;
}

@media screen and (max-width: 1199px) {
    .steps-chronology-list {
        margin-top: 18px;
    }
}

.steps-chronology-item {
    color: #2f2f2f;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
}

@media screen and (max-width: 1440px) {
    .steps-chronology-item {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .steps-chronology-item {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .steps-chronology-item {
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .steps-chronology-item {
        font-size: 14px;
    }
}

.steps-chronology-icon,
.steps-chronology-date,
.steps-chronology-title {
    display: inline-block;
}

.steps-chronology-item {
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.steps-chronology-start-learning {
    background-image: url(../img/crimson-play-icon.png);
}

.steps-chronology-start-step {
    background-image: url(../img/crimson-play-circle-icon.png);
}

.steps-chronology-finish-step {
    background-image: url(../img/crimson-flag-finsih-icon.png);
}

@media screen and (max-width: 991px) {
    .steps-chronology-start-learning {
        -webkit-background-size: 12px auto;
        background-size: 12px auto;
    }

    .steps-chronology-start-step {
        -webkit-background-size: 15px auto;
        background-size: 15px auto;
    }

    .steps-chronology-finish-step {
        -webkit-background-size: 17px auto;
        background-size: 17px auto;
    }
}

.steps-chronology-date {
    margin-right: 15px;
}

.steps-chronology-date {
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
}

.steps-chronology-title {
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 768px) {
    .steps-achievements {
        float: right;
    }
}

.steps-achievements-item {
    margin-top: 20px;
    text-align: center;
}

.steps-achievements-item img {
    margin-left: auto;
    margin-right: auto;
}

.steps-achievements-item a {
    background-color: #aa4a70;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    color: #fff;
    display: inline-block;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    height: 32px;
    line-height: 32px;
    margin-top: 18px;
    padding: 0 13px;
}

.btn-preloader {
    background-image: url(../img/btn-preloader-img.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0 0;
}

.btn-preloader,
.btn-preloader * {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-preloader.active {
    background-size: 120px 15px;
}

.btn-preloader.active * {
    opacity: 0;
}

/* Страница "Обучить структуру" */
.page-study-structure .site-main {
    background: url(../img/study-structure-bg.png) no-repeat center top 90px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

@media screen and (max-width: 1199px) {
    .page-study-structure .site-main {
        -webkit-background-size: 125% auto;
        background-size: 125% auto;
    }
}

@media screen and (max-width: 767px) {
    .page-study-structure .site-main {
        background-position: center top 350px;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 480px) {
    .page-study-structure .site-main {
        background-position: left -80px top 450px;
    }
}

@media screen and (max-width: 400px) {
    .page-study-structure .site-main {
        background-position: left 0 top 550px;
    }
}

@media screen and (min-width: 992px) {
    .page-study-structure .content-nav {
        margin: 7px 0 32px 0;
    }
}

.study-structure-content-nav li,
.study-structure-content-nav a {
    color: #2f2f2f;
    font-size: 18px;
}

.study-structure-content-nav li {
    display: inline-block;
    margin-right: 45px;
}

.study-structure-content-nav li:last-child {
    margin-right: 0;
}

.study-structure-content-nav a {
    border-bottom: 1px solid #000;
    font-family: 'PFEncoreSansProRegular', Arial, Helvetica, sans-serif;
    padding-bottom: 2px;
}

.study-structure-content-nav a:hover {
    border: none;
}

.study-structure-entry-text p {
    color: #171717;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 31px;
}

@media screen and (max-width: 1440px) {
    .study-structure-entry-text p {
        font-size: 19px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1366px) {
    .study-structure-entry-text p {
        font-size: 17px;
        line-height: 24px;
    }
}

.study-structure-lists-items {
    margin-top: 55px;
}

@media screen and (max-width: 1440px) {
    .study-structure-lists-items {
        margin-top: 45px;
    }
}

@media screen and (max-width: 1366px) {
    .study-structure-lists-items {
        margin-top: 40px;
    }
}

.study-structure-list-item {
    margin-bottom: 90px;
}

@media screen and (max-width: 1440px) {
    .study-structure-list-item {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 1366px) {
    .study-structure-list-item {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .study-structure-list-item {
        width: 100%;
    }
}

@media screen and (min-width: 481px) {
    .study-structure-list-item {
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    .study-structure-list-item:nth-child(3n) {
        text-align: right;
    }
}

.study-structure-list-item > div {
    display: inline-block;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .study-structure-list-item > div {
        display: block;
        text-align: center;
    }
}

.study-structure-list-item-title,
.study-structure-list-item li {
    padding-left: 50px;
}

@media screen and (max-width: 991px) {
    .study-structure-list-item-title,
    .study-structure-list-item li {
        padding-left: 0;
    }
}

.study-structure-list-item-title {
    background: url(../img/book-gray-light-icon.png) no-repeat top left;
    -webkit-background-size: auto 40px;
    background-size: auto 40px;
    color: #2f2f2f;
    font-family: 'IntroBold', Arial, Helvetica, sans-serif;
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 32px;
    min-height: 40px;
    padding-top: 11px;
}

@media screen and (max-width: 1440px) {
    .study-structure-list-item-title {
        font-size: 21px;
    }
}

@media screen and (max-width: 1366px) {
    .study-structure-list-item-title {
        font-size: 19px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 991px) {
    .study-structure-list-item-title {
        background-position: center top;
        padding-top: 50px;
    }
}

@media screen and (max-width: 991px) {
    .study-structure-list-item ul {
        display: inline-block;
    }
}

.study-structure-list-item li {
    margin-bottom: 28px;
}

@media screen and (max-width: 1440px) {
    .study-structure-list-item li {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1366px) {
    .study-structure-list-item li {
        margin-bottom: 20px;
    }
}

.study-structure-list-item li:last-child {
    margin-bottom: 0;
}

.study-structure-list-item li,
.study-structure-list-item li a {
    color: #171717;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 17px;
}

@media screen and (max-width: 1440px) {
    .study-structure-list-item li,
    .study-structure-list-item li a {
        font-size: 16px;
    }
}

/* Общие стили для owl карусели */
.cc-carousel.owl-carousel .owl-prev {
    left: -32px;
}

.cc-carousel.owl-carousel .owl-next {
    right: -32px;
}

.cc-carousel.owl-carousel .owl-prev,
.cc-carousel.owl-carousel .owl-next {
    background: #742954 url(../img/angle-right-white-heavy.png) no-repeat center !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 30px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    width: 30px;
}

.cc-carousel.owl-carousel .owl-prev,
.cc-carousel.owl-carousel .owl-next.disabled {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cc-carousel.owl-carousel .owl-prev.disabled,
.cc-carousel.owl-carousel .owl-next.disabled {
    background: #d4d4d4 url(../img/left-angle-dark.png) no-repeat center !important;
    opacity: 1;
}

.cc-carousel.owl-carousel .owl-prev.disabled {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.cc-carousel-item {
    padding-left: 35px;
}

.cc-carousel-item-img-container {
    font-size: 0;
    height: 200px;
    line-height: 0;
    text-align: center;
}

.cc-carousel-item-img-wrapper {
    display: inline-block;
    height: 100%;
}

.cc-carousel-item-img-wrapper::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.cc-carousel-item-img-wrapper > div {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.cc-carousel-item.passed .cc-carousel-item-img-wrapper > div::before {
    background: url(../img/graduation-hat.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    content: '';
    display: block;
    height: 49px;
    left: -35px;
    position: absolute;
    top: -6px;
    width: 71px;
}

@media screen and (max-width: 1199px) {
    .cc-carousel-item.passed .cc-carousel-item-img-wrapper > div::before {
        height: 40px;
        left: -28px;
        width: 62px;
    }
}

.cc-carousel-item-img-wrapper > div > img {
    display: inline-block !important;
    width: auto !important;
}

.cc-carousel-item-name {
    color: #000;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 58px;
    line-height: 20px;
    margin-top: 5px;
    overflow: hidden;
}

@media screen and (max-width: 540px) {
    .cc-carousel-item-name {
        height: auto;
    }
}

.cc-carousel-item-btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #fff !important;
    display: block;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 160px;
}

.cc-carousel-item-restart {
    background-color: #742954;
}

.cc-carousel-item-restart:hover {
    background-color: #602246;
}

.cc-carousel-item-learn {
    background-color: #cb676f;
}

.cc-carousel-item-learn:hover {
    background-color: #ba5f66;
}

/* Страница "Рекомендованные Школы" */
.page-recommended-schools .site-main {
    background: url(../img/recommended-schools-bg.png) no-repeat center top 10px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    min-height: 650px;
}

@media screen and (max-width: 1540px) {
    .page-recommended-schools .site-main {
        -webkit-background-size: 120% auto;
        background-size: 120% auto;
    }
}

@media screen and (max-width: 991px) {
    .page-recommended-schools .site-main {
        background-position: center top 100px;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
}

.recommended-schools-content {
    padding-right: 170px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .recommended-schools-content {
        padding: 0;
    }
}

.recommended-schools-topic-title {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 26px;
    margin: 10px 0 13px 0;
}

@media screen and (max-width: 1440px) {
    .recommended-schools-topic-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 680px) {
    .recommended-schools-topic-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 420px) {
    .recommended-schools-topic-title {
        font-size: 16px;
    }
}

.recommended-schools-topic-title::before {
    background: url(../img/apple-black-light-icon.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 36px;
    margin-right: 7px;
    position: relative;
    top: 5px;
    width: 32px;
}

@media screen and (max-width: 1440px) {
    .recommended-schools-topic-title::before {
        height: 30px;
        width: 26px;
    }
}

@media screen and (max-width: 680px) {
    .recommended-schools-topic-title::before {
        height: 28px;
        width: 24px;
    }
}

@media screen and (max-width: 420px) {
    .recommended-schools-topic-title::before {
        height: 24px;
        width: 20px;
    }
}

.recommended-schools-women {
    position: absolute;
    right: 25px;
    top: 0;
    width: 170px;
}

@media screen and (max-width: 1199px) {
    .recommended-schools-women {
        width: 140px;
    }
}

@media screen and (max-width: 991px) {
    .recommended-schools-women {
        margin: 30px auto;
        position: static;
        width: auto;
    }
}

.recommended-schools-women-message {
    background-color: #f0f0f0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    color: #2f2f2f;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 20px;
    left: -105px;
    line-height: 28px;
    margin-bottom: 30px;
    padding: 15px 38px;
    position: relative;
    text-align: center;
    width: 290px;
}

@media screen and (max-width: 1440px) {
    .recommended-schools-women-message {
        font-size: 17px;
        line-height: 23px;
    }
}

@media screen and (max-width: 1199px) {
    .recommended-schools-women-message {
        font-size: 15px;
        left: -60px;
        line-height: 21px;
        width: 250px;
    }
}

@media screen and (max-width: 991px) {
    .recommended-schools-women-message {
        left: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 15px;
        width: 220px;
    }
}

@media screen and (max-width: 480px) {
    .recommended-schools-women-message {
        font-size: 14px;
        line-height: 20px;
        width: 200px;
    }
}

@media screen and (max-width: 1440px) {
    .recommended-schools-women-message br {
        display: none;
    }
}

.recommended-schools-women-message::after {
    content: '';
    border-right: 17px solid transparent;
    border-top: 23px solid #f0f0f0;
    display: block;
    height: 0;
    position: absolute;
    right: 10px;
    top: 100%;
    width: 0;
}

@media screen and (max-width: 1199px) {
    .recommended-schools-women-message::after {
        left: 50%;
        margin-left: 50px;
        right: auto;
    }
}

@media screen and (max-width: 991px) {
    .recommended-schools-women-message::after {
        margin-left: 30px;
    }
}

@media screen and (max-width: 480px) {
    .recommended-schools-women-message::after {
        margin-left: 10px;
    }
}

.recommended-schools-women img {
    float: right;
    width: 135px;
}

@media screen and (max-width: 1199px) {
    .recommended-schools-women img {
        width: 120px;
    }
}

@media screen and (max-width: 991px) {
    .recommended-schools-women img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 90px;
    }
}

@media screen and (max-width: 480px) {
    .recommended-schools-women img {
        width: 70px;
    }
}

@media screen and (max-width: 380px) {
    .recommended-schools-women img {
        width: 60px;
    }
}

.recommended-schools-topic-description {
    color: #171717;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 19px;
}

@media screen and (max-width: 1440px) {
    .recommended-schools-topic-description {
        font-size: 17px;
    }
}

@media screen and (max-width: 680px) {
    .recommended-schools-topic-description {
        font-size: 15px;
    }
}

@media screen and (max-width: 420px) {
    .recommended-schools-topic-description {
        font-size: 14px;
        line-height: 20px;
    }
}

.recommended-schools-carousel-wrapper {
    margin-top: 45px;
}

.cc-carousel-wrapper {
    padding: 0 20px;
}

.recommended-schools-carousel-wrapper .cc-carousel.owl-carousel .owl-prev {
    left: 0;
}

.recommended-schools-carousel-wrapper .cc-carousel.owl-carousel .owl-next {
    right: -40px;
}

.recommended-schools-carousel-wrapper .cc-carousel.owl-carousel {
    margin-left: -20px;
}

.container-actions {
    margin-top: 55px;
    text-align: center;
}

/* Страница "Изучить продукт" */
.page-learn-product .site-main {
    background: url(../img/learn-product-bg.png) no-repeat center top 50px;
    -webkit-background-size: cover;
    background-size: cover;
}

.learn-product-entry-description {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 80px;
    margin-top: 25px;
}

@media screen and (max-width: 1680px) {
    .learn-product-entry-description {
        font-size: 20px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1440px) {
    .learn-product-entry-description {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 60px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 640px) {
    .learn-product-entry-description {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .learn-product-entry-description {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 25px;
    }
}

.learn-product-entry-info {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 55px;
}

@media screen and (max-width: 1680px) {
    .learn-product-entry-info {
        font-size: 18px;
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 1440px) {
    .learn-product-entry-info {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 640px) {
    .learn-product-entry-info {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 480px) {
    .learn-product-entry-info {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

.learn-product-entry-info a {
    color: #aa4a70;
}

.learn-product-entry-info a:hover {
    text-decoration: underline;
}

.learn-product-step {
    margin-bottom: 60px;
}

.learn-product-step h1 {
    border-bottom: 1px solid #aa4a70;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.learn-product-carousel-wrapper .cc-carousel.owl-carousel {
    margin-left: -20px;
}

.learn-product-carousel-wrapper .cc-carousel.owl-carousel .owl-prev {
    left: 0;
}

.learn-product-carousel-wrapper .cc-carousel.owl-carousel .owl-next {
    right: -40px;
}

/* Страница "Материалы для обучения и развития структуры" */
.page-learning-materials .site-main {
    background: url(../img/learning-materials-bg.png) no-repeat center top 50px;
    -webkit-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 1440px) {
    .page-learning-materials .site-main {
        background-position: center top -100px;
        -webkit-background-size: 115% auto;
        background-size: 115% auto;
    }
}

@media screen and (max-width: 991px) {
    .page-learning-materials .site-main {
        background-position: center top 600px;
        -webkit-background-size: 120% auto;
        background-size: 120% auto;
    }
}

.learning-materials-entry-description {
    color: #171717;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 35px;
    margin-top: 50px;
}

@media screen and (max-width: 1440px) {
    .learning-materials-entry-description {
        font-size: 18px;
        line-height: 25px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .learning-materials-entry-description {
        font-size: 17px;
        line-height: 23px;
        margin-top: 30px;
    }
}

.learning-materials-list {
    margin: 60px 0;
}

.learning-materials-list li {
    margin-bottom: 33px;
}

@media screen and (max-width: 991px) {
    .learning-materials-list li {
        margin-bottom: 25px;
    }
}

.learning-materials-list li:last-child {
    margin-bottom: 0;
}

.learning-materials-list li span {
    color: #2f2f2f;
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    margin-right: 15px;
}

@media screen and (max-width: 1440px) {
    .learning-materials-list li span {
        font-size: 21px;
    }
}

@media screen and (max-width: 991px) {
    .learning-materials-list li span {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .learning-materials-list li span {
        display: block;
        font-size: 16px;
        line-height: 21px;
    }
}

.learning-materials-list li .btn {
    background-color: #aa4a70;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 30px 1px #aa4a70;
    -moz-box-shadow: 0 0 30px 1px #aa4a70;
    -o-box-shadow: 0 0 30px 1px #aa4a70;
    box-shadow: 0 0 30px 1px #aa4a70;
    color: #fff;
    display: inline-block;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    height: 32px;
    line-height: 30px;
    margin-top: -11px;
    padding: 0 15px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .learning-materials-list li .btn {
        margin: 15px 0 0 0;
    }
}

.learning-materials-list li .btn:hover {
    background-color: #9d4467;
}

.learning-materials-list li .btn:active {
    background-color: #aa4a70;
    box-shadow: inset 0 0 10px #702f49;
}

/* Страница "Фильтр" */
.page-filter .site-main {
    background: url(../img/filter-bg.png) no-repeat center top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

@media screen and (max-width: 1780px) {
    .page-filter .site-main {
        -webkit-background-size: 110% auto;
        background-size: 110% auto;
    }
}

@media screen and (max-width: 1680px) {
    .page-filter .site-main {
        background-position: center top -105px;
    }
}

@media screen and (max-width: 767px) {
    .page-filter .site-main {
        -webkit-background-size: 120% auto;
        background-size: 120% auto;
    }
}

.filter-content,
.filter-sidebar {
    float: left;
}

.filter-content {
    width: 70%;
}

@media screen and (max-width: 1200px) {
    .filter-content {
        width: 100%;
    }
}

.content-nav {
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
    .content-nav {
        margin-bottom: 23px;
        margin-top: 18px;
    }
}

@media screen and (max-width: 480px) {
    .content-nav {
        margin-top: 25px;
    }
}

.content-nav li {
    display: inline-block;
    margin-right: 40px;
    margin-top: 25px;
}

@media screen and (max-width: 1440px) {
    .content-nav li {
        margin-top: 23px;
    }
}

@media screen and (max-width: 1366px) {
    .content-nav li {
        margin-right: 35px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1280px) {
    .content-nav li {
        margin-right: 30px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 991px) {
    .content-nav li {
        margin-right: 10px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 680px) {
    .content-nav li {
        margin-right: 5px;
    }
}

@media screen and (max-width: 480px) {
    .content-nav li {
        display: block;
        margin: 10px 0 0 0;
    }
}

@media screen and (max-width: 480px) {
    .content-nav li:first-child {
        margin: 0;
    }
}

.content-nav li:last-child {
    margin-right: 0;
}

.content-nav li a {
    color: #712f4d;
    font-family: 'PFEncoreSansProRegular', Arial, Helvetica, sans-serif;
    font-size: 21px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media screen and (max-width: 1440px) {
    .content-nav li a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1366px) {
    .content-nav li a {
        font-size: 17px;
    }
}

@media screen and (max-width: 1280px) {
    .content-nav li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .content-nav li a {
        background-color: #f0f0f0;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        color: #2f2f2f;
        display: block;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .content-nav li a {
        height: 34px;
        line-height: 34px;
    }
}

.content-nav li a:hover {
    color: #542339;
}

.content-nav li.active a {
    border-bottom: 1px solid #000;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    padding-bottom: 3px;
}

@media screen and (max-width: 991px) {
    .content-nav li.active a {
        background-color: #aa4a70;
        border: none;
        color: #fff;
        padding-bottom: 0;
    }
}

.page-filter .content-nav {
    padding-bottom: 16px;
}

.filter-control {
    background-color: #f0f0f0;
    line-height: 35px;
    min-height: 35px;
    padding: 0 16px;
}

@media screen and (max-width: 1280px) {
    .filter-control {
        padding: 0 12px;
    }
}

.filter-control-name {
    color: #000;
    float: left;
    font-size: 15px;
    margin-right: 17px;
}

@media screen and (max-width: 1366px) {
    .filter-control-name {
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px) {
    .filter-control-name {
        font-size: 13px;
        margin-right: 12px;
    }
}

.filter-control li {
    color: #2f2f2f;
    display: inline-block;
    font-family: 'PFEncoreSansProRegular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-right: 10px;
}

@media screen and (max-width: 1440px) {
    .filter-control li {
        font-size: 17px;
    }
}

@media screen and (max-width: 1366px) {
    .filter-control li {
        font-size: 16px;
    }
}

@media screen and (max-width: 1280px) {
    .filter-control li {
        font-size: 15px;
    }
}

.filter-control li:last-child {
    margin-right: 0;
}

.filter-control-author-status {
    margin-left: 3px;
}

.filter-item-remove {
    background: url(../img/crimson-cross.png) no-repeat center;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin-left: 2px;
    width: 12px;
}

.filter-content-items {
    padding-top: 16px;
}

.filter-content-item {
    margin-bottom: 50px;
}

@media screen and (max-width: 1440px) {
    .filter-content-item {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .filter-content-item {
        overflow: visible;
    }
}

.filter-content-item:last-child {
    margin-bottom: 0;
}

.filter-content-item-img,
.filter-content-item-content {
    float: left;
}

.filter-content-item-img {
    height: 180px;
    overflow: hidden;
    position: relative;
    width: 33%;
}

@media screen and (max-width: 1440px) {
    .filter-content-item-img {
        height: 170px;
    }
}

@media screen and (max-width: 1280px) {
    .filter-content-item-img {
        height: 150px;
        width: 30%;
    }
}

@media screen and (max-width: 1200px) {
    .filter-content-item-img {
        height: 130px;
        width: 25%;
    }
}

@media screen and (max-width: 991px) {
    .filter-content-item-img {
        height: 125px;
        width: 28%;
    }
}

@media screen and (max-width: 767px) {
    .filter-content-item-img {
        height: 120px;
        width: 25%;
    }
}

@media screen and (max-width: 680px) {
    .filter-content-item-img {
        height: auto;
        margin-bottom: 20px;
        max-height: 300px;
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .filter-content-item-img {
        max-height: 250px;
    }
}

@media screen and (max-width: 380px) {
    .filter-content-item-img {
        max-height: 200px;
    }
}

@media screen and (max-width: 320px) {
    .filter-content-item-img {
        margin-bottom: 15px;
        max-height: 180px;
    }
}

.filter-content-item-img img {
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    -webkit-transform: translateX(-50%) translateZ(0);
    -moz-transform: translateX(-50%) translateZ(0);
    -o-transform: translateX(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
}

@media screen and (max-width: 680px) {
    .filter-content-item-img img {
        min-height: auto;
        min-width: 100%;
    }
}

.filter-content-item-content {
    padding: 0 15px;
    width: 65%;
}

@media screen and (max-width: 1280px) {
    .filter-content-item-content {
        width: 70%;
    }
}

@media screen and (max-width: 1200px) {
    .filter-content-item-content {
        width: 75%;
    }
}

@media screen and (max-width: 991px) {
    .filter-content-item-content {
        width: 72%;
    }
}

@media screen and (max-width: 767px) {
    .filter-content-item-content {
        width: 75%;
    }
}

@media screen and (max-width: 680px) {
    .filter-content-item-content {
        padding: 0;
        width: 100%;
    }
}

.filter-content-item-date,
.filter-content-item-author,
.filter-content-item-author-status,
.filter-content-item-structure {
    display: inline-block;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    line-height: 14px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .filter-content-item-date,
    .filter-content-item-author,
    .filter-content-item-author-status,
    .filter-content-item-structure {
        font-size: 13px;
    }
}

.filter-content-item-date,
.filter-content-item-author,
.filter-content-item-author-status {
    color: #2f2f2f;
}

.filter-content-item-date {
    margin-right: 25px;
}

@media screen and (max-width: 1366px) {
    .filter-content-item-date {
        margin-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .filter-content-item-date {
        margin-right: 17px;
    }
}

@media screen and (max-width: 480px) {
    .filter-content-item-date {
        margin-right: 15px;
    }
}

.filter-content-item-author {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter-content-item-author-status {
    margin-left: 20px;
}

@media screen and (max-width: 1366px) {
    .filter-content-item-author-status {
        margin-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .filter-content-item-author-status {
        margin-left: 13px;
    }
}

@media screen and (max-width: 480px) {
    .filter-content-item-author-status {
        margin-left: 10px;
    }
}

.filter-content-item-structure {
    color: #cd696f !important;
    margin-left: 35px;
}

@media screen and (max-width: 1366px) {
    .filter-content-item-structure {
        margin-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .filter-content-item-structure {
        margin-left: 25px;
    }
}

@media screen and (max-width: 480px) {
    .filter-content-item-structure {
        background-color: #cd696f;
        border-radius: 5px;
        color: #fff !important;
        display: block;
        float: none;
        height: 35px;
        line-height: 35px;
        margin: 5px 0 10px 0;
        text-align: center;
        width: 100%;
    }
}

.filter-content-item-structure:hover {
    text-decoration: underline;
}

@media screen and (max-width: 480px) {
    .filter-content-item-structure:hover {
        text-decoration: none;
    }
}

.filter-content-item h1 {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 9px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 1440px) {
    .filter-content-item h1 {
        font-size: 19px;
    }
}

@media screen and (max-width: 1366px) {
    .filter-content-item h1 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .filter-content-item h1 {
        font-size: 17px;
        margin-top: 7px;
    }
}

@media screen and (max-width: 991px) {
    .filter-content-item h1 {
        font-size: 16px;
        margin-bottom: 7px;
        margin-top: 4px;
    }
}

.filter-content-item h1 a {
    color: inherit;
}

.filter-content-item h1 a:hover {
    text-decoration: underline;
}

.filter-content-item-description {
    color: #2f2f2f;
    font-size: 18px;
    line-height: 20px;
}

@media screen and (max-width: 1440px) {
    .filter-content-item-description {
        font-size: 17px;
        line-height: 19px;
    }
}

@media screen and (max-width: 1366px) {
    .filter-content-item-description {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .filter-content-item-description {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .filter-content-item-description {
        font-size: 14px;
    }
}

.filter-sidebar {
    padding-left: 65px;
    padding-top: 30px;
    width: 30%;
}

@media screen and (max-width: 1200px) {
    .filter-sidebar {
        margin-top: 30px;
        padding-left: 0;
        padding-top: 0;
        width: 100%;
    }
}

.filter-sidebar-text {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.filter-sidebar .cc-yellow-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 230px;
}

.filter-top-leaders-experience {
    margin-top: 50px;
}

.filter-top-leaders-experience-title {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 28px;
}

@media screen and (max-width: 1440px) {
    .filter-top-leaders-experience-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 991px) {
    .filter-top-leaders-experience-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 540px) {
    .filter-top-leaders-experience-title {
        font-size: 22px;
        text-align: center;
    }
}

.filter-leaders-list li {
    height: 80px;
    margin-top: 25px;
    padding-left: 120px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .filter-leaders-list li {
        height: 74px;
    }
}

@media screen and (max-width: 1200px) {
    .filter-leaders-list li {
        height: 60px;
    }
}

@media screen and (max-width: 540px) {
    .filter-leaders-list li {
        font-size: 13px;
        height: 40px;
        padding-left: 55px;
    }
}

@media screen and (max-width: 410px) {
    .filter-leaders-list li {
        height: 60px;
        padding-left: 100px;
    }
}

.filter-leader-img {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 97px;
}

@media screen and (max-width: 1440px) {
    .filter-leader-img {
        width: 90px;
    }
}

@media screen and (max-width: 1200px) {
    .filter-leader-img {
        width: 60px;
    }
}

@media screen and (max-width: 540px) {
    .filter-leader-img {
        width: 40px;
    }
}

@media screen and (max-width: 410px) {
    .filter-leader-img {
        width: 60px;
    }
}

.filter-leader-img img {
    left: 50%;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.filter-leader-content {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    line-height: 16px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .filter-leader-content {
        float: left;
        line-height: 60px;
        width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .filter-leader-content {
        line-height: 40px;
        width: 60%;
    }
}

@media screen and (max-width: 410px) {
    .filter-leader-content {
        line-height: 18px;
        width: 100%;
    }
}

.filter-leader-name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
}

.filter-leader-status {
    display: inline-block;
    float: right;
}

@media screen and (max-width: 1200px) {
    .filter-leader-name,
    .filter-leader-status {
        float: left;
    }
}

@media screen and (max-width: 1200px) {
    .filter-leader-name {
        margin-right: 15px;
    }
}

@media screen and (max-width: 540px) {
    .filter-leader-name {
        margin-right: 5px;
    }
}

.filter-leader-watch-experience {
    color: #cd696f !important;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: inherit;
}

@media screen and (max-width: 1200px) {
    .filter-leader-watch-experience {
        background-color: #cd696f;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        color: #fff !important;
        float: right;
        height: 32px;
        line-height: 32px;
        margin-top: 13px;
        padding: 0 15px;
        text-align: center;
    }
}

@media screen and (max-width: 540px) {
    .filter-leader-watch-experience {
        height: 28px;
        line-height: 28px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 410px) {
    .filter-leader-watch-experience {
        display: inline-block;
        float: none;
        margin-top: 12px;
    }
}

.filter-leader-watch-experience:hover {
    text-decoration: underline;
}

.filter-pagination {
    margin-top: 50px;
}

@media screen and (max-width: 1200px) {
    .filter-pagination {
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    .filter-pagination {
        margin-top: 30px;
        text-align: center;
    }
}

/* Страница "Сертификат" */
.page-certificate .site-main {
    background: url(../img/certificate-bg.png) no-repeat center top 160px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

@media screen and (max-width: 1440px) {
    .page-certificate .site-main {
        background-position: center top 200px;
    }
}

@media screen and (max-width: 1366px) {
    .page-certificate .site-main {
        -webkit-background-size: 110% auto;
        background-size: 110% auto;
    }
}

@media screen and (max-width: 1366px) {
    .page-certificate .site-main {
        background-position: left -100px top 200px;
    }
}

@media screen and (max-width: 700px) {
    .page-certificate .site-main {
        background-position: left -100px top 250px;
        -webkit-background-size: 125% auto;
        background-size: 125% auto;
    }
}

@media screen and (max-width: 520px) {
    .page-certificate .site-main {
        background-position: left -50px top 350px;
        -webkit-background-size: 140% auto;
        background-size: 140% auto;
    }
}

.certificate-points-title {
    margin-bottom: 33px;
}

@media screen and (max-width: 991px) {
    .certificate-points-title {
        margin-bottom: 20px;
    }
}

.certificate-content p {
    color: #171717;
    font-family: 'PFEncoreSansProRegular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0;
}

@media screen and (max-width: 1440px) {
    .certificate-content p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1366px) {
    .certificate-content p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .certificate-content p {
        font-size: 15px;
        line-height: 20px;
        margin: 17px 0;
    }
}

@media screen and (max-width: 640px) {
    .certificate-content p {
        font-size: 14px;
        line-height: 19px;
        margin: 15px 0;
    }
}

.certificate-start-learning {
    margin-top: 30px;
    padding: 0 30px;
    width: auto;
}

@media screen and (max-width: 991px) {
    .certificate-start-learning {
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .certificate-start-learning {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        text-align: center;
        width: 200px;
    }
}

.certificate-images {
    float: right;
    margin-left: 60px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .certificate-images {
        margin-left: 30px;
    }
}

@media screen and (max-width: 640px) {
    .certificate-images {
        margin-left: 20px;
    }
}

.certificate-women {
    width: 200px;
}

@media screen and (max-width: 1440px) {
    .certificate-women {
        width: 180px;
    }
}

@media screen and (max-width: 1366px) {
    .certificate-women {
        width: 160px;
    }
}

@media screen and (max-width: 991px) {
    .certificate-women {
        float: right;
        margin-right: 53px;
        width: 140px;
    }
}

@media screen and (max-width: 767px) {
    .certificate-women {
        margin-right: 55px;
        width: 120px;
    }
}

@media screen and (max-width: 480px) {
    .certificate-women {
        margin-right: 45px;
        width: 100px;
    }
}

@media screen and (max-width: 380px) {
    .certificate-women {
        margin-right: 38px;
        width: 80px;
    }
}

.certificate-cup {
    bottom: 0;
    position: absolute;
    right: -80px;
}

@media screen and (max-width: 1440px) {
    .certificate-cup {
        right: -70px;
    }
}

@media screen and (max-width: 1366px) {
    .certificate-cup {
        right: -66px;
    }
}

@media screen and (max-width: 991px) {
    .certificate-cup {
        right: 0;
        width: 80px;
    }
}

@media screen and (max-width: 767px) {
    .certificate-cup {
        right: 15px;
        width: 60px;
    }
}

@media screen and (max-width: 480px) {
    .certificate-cup {
        width: 45px;
    }
}

@media screen and (max-width: 380px) {
    .certificate-cup {
        width: 35px;
    }
}

/* Страница "Рейтинг студентов" */
.page-users-rating .site-main {
    background: url(../img/users-rating-bg.png) no-repeat center top -170px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

@media screen and (max-width: 991px) {
    .page-users-rating .site-main {
        background-position: center top -150px;
        -webkit-background-size: 125% auto;
        background-size: 125% auto;
    }
}

@media screen and (max-width: 680px) {
    .page-users-rating .site-main {
        background-position: center top -100px;
        -webkit-background-size: 115% auto;
        background-size: 115% auto;
    }
}

@media screen and (max-width: 480px) {
    .page-users-rating .page-title {
        text-align: center;
    }
}

.users-rating-search {
    display: inline-block;
    margin-top: 17px;
    width: 390px;
}

@media screen and (max-width: 1440px) {
    .users-rating-search {
        width: 350px;
    }
}

@media screen and (max-width: 1366px) {
    .users-rating-search {
        width: 320px;
    }
}

@media screen and (max-width: 680px) {
    .users-rating-search {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 280px;
    }
}

@media screen and (max-width: 420px) {
    .users-rating-search {
        padding: 0 15px;
        width: 100%;
    }
}

.users-rating-search input[type="search"] {
    color: #943c64;
    display: block;
    font-family: 'PFEncoreSansProRegular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 55px;
    padding: 0 20px;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .users-rating-search input[type="search"] {
        font-size: 17px;
        height: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 1366px) {
    .users-rating-search input[type="search"] {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }
}

@media screen and (max-width: 480px) {
    .users-rating-search input[type="search"] {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }
}

.users-rating-search input[type="search"]:focus {
    border-color: #943c64;
    box-shadow: none;
}

.users-rating-table {
    margin-top: 60px;
    width: 80%;
}

@media screen and (max-width: 991px) {
    .users-rating-table {
        margin-top: 50px;
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .users-rating-table {
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        width: 60%;
    }
}

@media screen and (max-width: 480px) {
    .users-rating-table {
        width: 80%;
    }
}

@media screen and (max-width: 380px) {
    .users-rating-table {
        width: 90%;
    }
}

@media screen and (max-width: 320px) {
    .users-rating-table {
        width: 96%;
    }
}

.users-rating-table-header {
    overflow: hidden;
    margin-bottom: -25px;
}

@media screen and (max-width: 680px) {
    .users-rating-table-header {
        display: none;
    }
}

.users-rating-table-header > div:first-child {
    margin-left: 45%;
}

@media screen and (max-width: 991px) {
    .users-rating-table-header > div:first-child {
        margin-left: 41%;
    }
}

.users-rating-table-header > div {
    color: #171717;
    float: left;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 17px;
    text-align: center;
    width: 9.166666666666666%;
}

@media screen and (max-width: 991px) {
    .users-rating-table-header > div {
        width: 9.833333333333334%;
    }
}

.users-rating-table-row {
    border-bottom: 1px solid #c7c7c7;
    height: 115px;
    overflow: hidden;
}

@media screen and (max-width: 1440px) {
    .users-rating-table-row {
        height: 90px;
    }
}

@media screen and (max-width: 991px) {
    .users-rating-table-row {
        height: 80px;
    }
}

@media screen and (max-width: 680px) {
    .users-rating-table-row {
        border: none;
        height: auto;
        margin-bottom: 20px;
    }
}

.users-rating-table-header > div,
.users-rating-table-col {
    font-size: 17px;
}

@media screen and (max-width: 1440px) {
    .users-rating-table-header > div,
    .users-rating-table-col {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .users-rating-table-header > div,
    .users-rating-table-col {
        font-size: 13px;
    }
}

.users-rating-table-col {
    color: #171717;
    float: left;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    height: 95px;
    margin-top: 10px;
    text-align: center;
    width: 9.166666666666666%;
}

@media screen and (max-width: 1440px) {
    .users-rating-table-col {
        height: 70px;
    }
}

@media screen and (max-width: 991px) {
    .users-rating-table-col {
        height: 60px;
        width: 9.833333333333334%;
    }
}

@media screen and (max-width: 680px) {
    .users-rating-table-col {
        border-top: 1px dashed #eaeaea;
        height: auto;
        margin: 0;
        width: 100% !important;
    }
}

@media screen and (max-width: 680px) {
    .users-rating-table-col:last-child {
        border-bottom: 1px dashed #eaeaea;
    }
}

.users-rating-table-col:nth-child(1) {
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    width: 5.5%;
}

@media screen and (max-width: 991px) {
    .users-rating-table-col:nth-child(1) {
        width: 5%;
    }
}

.users-rating-table-col:nth-child(2) {
    width: 12.5%;
}

@media screen and (max-width: 991px) {
    .users-rating-table-col:nth-child(2) {
        width: 8%;
    }
}

@media screen and (max-width: 1440px) {
    .users-rating-table-col:nth-child(2) img {
        max-width: 90%;
    }
}

@media screen and (max-width: 991px) {
    .users-rating-table-col:nth-child(2) img {
        max-width: 65%;
    }
}

@media screen and (max-width: 680px) {
    .users-rating-table-col:nth-child(2) img {
        max-width: 100%;
    }
}

.users-rating-table-col:nth-child(3) {
    width: 27%;
}

@media screen and (max-width: 991px) {
    .users-rating-table-col:nth-child(3) {
        width: 28%;
    }
}

@media screen and (max-width: 680px) {
    .users-rating-table-col:nth-child(1),
    .users-rating-table-col:nth-child(2),
    .users-rating-table-col:nth-child(3) {
        border: none;
        height: auto;
        text-align: center;
    }
}

@media screen and (max-width: 680px) {
    .users-rating-table-col:nth-child(3) {
        margin-bottom: 5px;
    }
}

.users-rating-table-col-content,
.users-rating-table-col-content-center {
    height: inherit;
}

@media screen and (min-width: 681px) {
    .users-rating-table-col-content-center {
        display: inline-block;
    }
}

@media screen and (max-width: 680px) {
    .users-rating-table-col:nth-child(1) .users-rating-table-col-content > div,
    .users-rating-table-col:nth-child(2) .users-rating-table-col-content > div,
    .users-rating-table-col:nth-child(3) .users-rating-table-col-content > div,
    .users-rating-table-col:nth-child(1) .users-rating-table-col-content-center > div,
    .users-rating-table-col:nth-child(2) .users-rating-table-col-content-center > div,
    .users-rating-table-col:nth-child(3) .users-rating-table-col-content-center > div {
        display: inline-block;
        float: none;
        font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    }
}

@media screen and (max-width: 680px) {
    .users-rating-table-col-content > div,
    .users-rating-table-col-content-center > div {
        height: 42px;
        line-height: 42px;
    }
}

@media screen and (min-width: 681px) {
    .users-rating-table-col-content > div:first-child,
    .users-rating-table-col-content-center > div:first-child {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .users-rating-table-col-content > div:first-child,
    .users-rating-table-col-content-center > div:first-child {
        float: left;
        font-family: 'PFEncoreSansProBook', Arial, Helvetica, sans-serif;
    }
}

.users-rating-table-col-content > div:last-child,
.users-rating-table-col-content-center > div:last-child {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
}

@media screen and (max-width: 680px) {
    .users-rating-table-col-content > div:last-child,
    .users-rating-table-col-content-center > div:last-child {
        display: block;
        float: right;
        height: auto;
    }
}

.users-rating-pagination {
    margin-top: 35px;
}

.pagination > li {
    display: inline-block;
}

.pagination .pagination-prev {
    margin-right: 7px;
}

.pagination .pagination-next {
    margin-left: 5px;
}

.pagination .pagination-prev > span,
.pagination .pagination-next > span,
.pagination .pagination-prev > a,
.pagination .pagination-next > a {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
    height: 25px !important;
    line-height: 25px !important;
    padding: 0;
    text-align: center;
    width: 25px !important;
}

.pagination .pagination-prev > span,
.pagination .pagination-next > span,
.pagination .pagination-prev > span:hover,
.pagination .pagination-next > span:hover,
.pagination .pagination-prev > span:focus,
.pagination .pagination-next > span:focus {
    background-color: #d4d4d4;
}

.pagination .pagination-prev > a,
.pagination .pagination-next > a,
.pagination .pagination-prev > a:hover,
.pagination .pagination-next > a:hover,
.pagination .pagination-prev > a:focus,
.pagination .pagination-next > a:focus {
    background-color: #742954;
}

.pagination .pagination-prev > span,
.pagination .pagination-prev > a {
    padding-right: 2px !important;
}

.pagination .pagination-next > span,
.pagination .pagination-next > a {
    padding-left: 2px !important;
}

.pagination .pagination-prev > span > span,
.pagination .pagination-next > span > span,
.pagination .pagination-prev > a > span,
.pagination .pagination-next > a > span {
    display: inline-block;
    height: 12px;
    width: 7px;
}

.pagination .pagination-prev > span > span,
.pagination .pagination-next > span > span {
    background: url(../img/left-angle-dark.png) no-repeat center;
}

.pagination .pagination-prev > a > span,
.pagination .pagination-next > a > span {
    background: url(../img/right-angle-crimson.png) no-repeat center;
}

.pagination .pagination-next > span > span,
.pagination .pagination-prev > a > span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination > li > span,
.pagination > li > a,
.pagination > li > span:hover,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > a:focus {
    background-color: transparent;
    border: none;
    color: #424242;
    font-size: 18px;
    height: 23px;
    line-height: 23px;
    padding: 0;
    text-align: center;
    width: 23px;
}

.pagination > li.active > span,
.pagination > li.active > span:hover,
.pagination > li.active > span:focus {
    background-color: transparent;
    color: #b55868;
}

.pagination .gap {
    padding-right: 10px !important;
    width: auto !important;
}

/* Общие стили для видео */
.cc-video-wrapper video {
    display: none;
}

.cc-video-poster {
    box-shadow: none;
    display: block;
    position: relative;
    width: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.cc-video-poster:hover {
    border: 1px solid #9c3e71;
}

/* Страница "Видео-банк" */
.page-video-bank .site-main {
    background: url(../img/video-bank-bg.png) no-repeat center top 65px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

@media screen and (max-width: 1680px) {
    .page-video-bank .site-main {
        background-position: left -200px top 60px;
        -webkit-background-size: 130% auto;
        background-size: 130% auto;
    }
}

@media screen and (max-width: 1440px) {
    .page-video-bank .site-main {
        background-position: left -270px top 60px;
        -webkit-background-size: 135% auto;
        background-size: 135% auto;
    }
}

@media screen and (max-width: 1199px) {
    .page-video-bank .site-main {
        background-position: left top;
        -webkit-background-size: 110% auto;
        background-size: 110% auto;
    }
}

.video-bank-items-container {
    margin-top: 50px;
}

.video-bank-item {
    margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
    .video-bank-item {
        width: 100%;
    }
}

.video-bank-item .cc-video-poster {
    height: 180px;
}

@media screen and (max-width: 1199px) {
    .video-bank-item .cc-video-poster {
        height: 150px;
    }
}

@media screen and (max-width: 767px) {
    .video-bank-item .cc-video-poster {
        height: 230px;
    }
}

@media screen and (max-width: 600px) {
    .video-bank-item .cc-video-poster {
        height: 190px;
    }
}

@media screen and (max-width: 480px) {
    .video-bank-item .cc-video-poster {
        height: 300px;
    }
}

@media screen and (max-width: 400px) {
    .video-bank-item .cc-video-poster {
        height: 250px;
    }
}

@media screen and (max-width: 340px) {
    .video-bank-item .cc-video-poster {
        height: 210px;
    }
}

.cc-video-duration {
    background-color: rgba(0, 0, 0, .7);
    bottom: 0;
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
    position: absolute;
    right: 0;
}

@media screen and (max-width: 1199px) {
    .cc-video-duration {
        font-size: 13px;
        padding: 2px 4px;
    }
}

.video-bank-item-title {
    color: #2f2f2f;
    height: 51px;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 15px;
    overflow: hidden;
}

@media screen and (max-width: 1366px) {
    .video-bank-item-title {
        height: 46px;
        font-size: 15px;
        line-height: 17px;
    }
}

@media screen and (max-width: 480px) {
    .video-bank-item-title {
        height: auto;
        font-size: 15px;
        line-height: 18px;
        margin-top: 10px;
    }
}

.video-bank-item-date {
    display: inline-block;
    color: #313131;
    float: left;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
}

.video-bank-item-supple-goods {
    color: #cd696f !important;
    display: inline-block;
    float: right;
}

.video-bank-item-supple-goods:hover {
    text-decoration: underline;
}

.video-bank-pagination {
    margin-top: 15px;
}

@media screen and (max-width: 991px) {
    .video-bank-pagination {
        margin-top: 0;
    }
}

/* Страница "Работчая тетрадь" */
.page-workbook .site-main {
    background: url(../img/workbook-bg.png) no-repeat center top 120px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

@media screen and (max-width: 1440px) {
    .page-workbook .site-main {
        -webkit-background-size: 110% auto;
        background-size: 110% auto;
    }
}

@media screen and (max-width: 1280px) {
    .page-workbook .site-main {
        -webkit-background-size: 120% auto;
        background-size: 120% auto;
    }
}

@media screen and (max-width: 680px) {
    .page-workbook .site-main {
        background-position: center top 350px;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 380px) {
    .page-workbook .site-main {
        background-position: center top 400px;
    }
}

.workbook-content {
    min-height: 550px;
    padding-right: 340px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .workbook-content {
        min-height: 480px;
        padding-right: 220px;
    }
}

@media screen and (max-width: 991px) {
    .workbook-content {
        min-height: auto;
        padding-right: 0;
    }
}

.workbook-entry-description {
    color: #171717;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media screen and (max-width: 1440px) {
    .workbook-entry-description {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .workbook-entry-description {
        font-size: 16px;
        line-height: 21px;
    }
}

@media screen and (max-width: 640px) {
    .workbook-entry-description {
        font-size: 15px;
        line-height: 20px;
    }
}

.workbook-women {
    position: absolute;
    right: 0;
    top: 0;
    width: 310px;
}

@media screen and (max-width: 1199px) {
    .workbook-women {
        width: 200px;
    }
}

@media screen and (max-width: 991px) {
    .workbook-women {
        margin: 30px auto;
        position: static;
        width: auto;
    }
}

.workbook-women img {
    margin-left: 70px;
    max-width: 138px;
}

@media screen and (max-width: 1199px) {
    .workbook-women img {
        margin-left: 40px;
        max-width: 100px;
    }
}

@media screen and (max-width: 991px) {
    .workbook-women img {
        margin: 0 auto;
        max-width: 80px;
    }
}

@media screen and (max-width: 600px) {
    .workbook-women img {
        max-width: 70px;
    }
}

@media screen and (max-width: 480px) {
    .workbook-women img {
        max-width: 60px;
    }
}

.workbook-women-message {
    background-color: #f0f0f0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    color: #2f2f2f;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 35px;
    padding: 10px 5px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .workbook-women-message {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .workbook-women-message {
        font-size: 14px;
        line-height: 19px;
    }
}

.workbook-women-message::after {
    border-left: 20px solid #f0f0f0;
    border-bottom: 23px solid transparent;
    content: '';
    height: 0;
    position: absolute;
    right: 110px;
    top: 100%;
    width: 0;
}

@media screen and (max-width: 1199px) {
    .workbook-women-message::after {
        right: 60px;
    }
}

@media screen and (max-width: 991px) {
    .workbook-women-message::after {
        left: 50%;
        margin-left: 20px;
        right: auto;
    }
}

.workbook-tabs-wrapper .nav-tabs {
    border-bottom: 1px solid #cd696f;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    .workbook-tabs-wrapper .nav-tabs {
        border: none;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.workbook-tabs-wrapper .nav-tabs > li {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: -10px 8px 20px 1px rgba(0, 0, 0, .35);
    -moz-box-shadow: -10px 8px 20px 1px rgba(0, 0, 0, .35);
    -o-box-shadow: -10px 8px 20px 1px rgba(0, 0, 0, .35);
    box-shadow: -10px 8px 20px 1px rgba(0, 0, 0, .35);
    margin-left: -5px;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 22%;
}

@media screen and (max-width: 600px) {
    .workbook-tabs-wrapper .nav-tabs > li {
        margin: 0;
        width: 25%;
    }
}

.workbook-tabs-wrapper .nav-tabs > li:first-child {
    margin-left: 0;
}

.workbook-tabs-wrapper .nav-tabs > li.active {
    box-shadow: none;
}

.workbook-tabs-wrapper .nav-tabs > li > a {
    background-color: #cd696f !important;
    border: none !important;
    color: #fff !important;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .workbook-tabs-wrapper .nav-tabs > li > a {
        font-size: 15px;
        height: 45px;
        line-height: 45px;
    }
}

@media screen and (max-width: 1199px) {
    .workbook-tabs-wrapper .nav-tabs > li > a {
        font-size: 14px;
        height: 41px;
        line-height: 41px;
    }
}

@media screen and (max-width: 480px) {
    .workbook-tabs-wrapper .nav-tabs > li > a {
        font-size: 12px;
        height: 38px;
        line-height: 38px;
    }
}

@media screen and (max-width: 380px) {
    .workbook-tabs-wrapper .nav-tabs > li > a {
        font-size: 11px;
    }
}

.workbook-tabs-wrapper .nav-tabs > li.active > a {
    background-color: #984d51 !important;
}

.workbook-tabs-wrapper .tab-content {
    padding: 40px 0 0 0;
}

.workbook-carousel-item {
    padding-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px;
}

.workbook-carousel-wrapper {
    padding: 0 18px;
}

.workbook-carousel-item-title {
    background-position: center left;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    color: #171717;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 17px;
    height: 35px;
    line-height: 55px;
    margin-bottom: 30px;
    padding-left: 60px;
}

@media screen and (max-width: 1199px) {
    .workbook-carousel-item-title {
        font-size: 16px;
        height: 30px;
        line-height: 43px;
        padding-left: 55px;
    }
}

@media screen and (max-width: 991px) {
    .workbook-carousel-item-title {
        margin-bottom: 20px;
    }
}

.workbook-carousel-video.cc-carousel.owl-carousel .owl-prev,
.workbook-carousel-video.cc-carousel.owl-carousel .owl-next {
    top: 50%;
}

.workbook-carousel-video .workbook-carousel-item-title {
    background-image: url(../img/player-dark-light-icon.png);
}

.workbook-carousel-audio .workbook-carousel-item-title {
    background-image: url(../img/speaker-dark-light-icon.png);
}

.workbook-carousel-presentations .workbook-carousel-item-title {
    background-image: url(../img/list-gray-light-icon.png);
}

.workbook-carousel-presentations-wrapper {
    padding: 0 70px;
}

@media screen and (max-width: 991px) {
    .workbook-carousel-presentations-wrapper {
        padding: 0 50px;
    }
}

@media screen and (max-width: 480px) {
    .workbook-carousel-presentations-wrapper {
        padding: 0 39px;
    }
}

.workbook-carousel-presentations-wrapper .cc-carousel.owl-carousel .owl-prev {
    left: -70px;
}

.workbook-carousel-presentations-wrapper .cc-carousel.owl-carousel .owl-next {
    right: -70px;
}

@media screen and (max-width: 991px) {
    .workbook-carousel-presentations-wrapper .cc-carousel.owl-carousel .owl-prev {
        left: -50px;
    }

    .workbook-carousel-presentations-wrapper .cc-carousel.owl-carousel .owl-next {
        right: -50px;
    }
}

@media screen and (max-width: 480px) {
    .workbook-carousel-presentations-wrapper .cc-carousel.owl-carousel .owl-prev {
        left: -51px;
    }

    .workbook-carousel-presentations-wrapper .cc-carousel.owl-carousel .owl-next {
        right: -51px;
    }
}

.workbook-carousel-presentations .workbook-carousel-item-title,
.workbook-carousel-presentations-list {
    padding-left: 47px;
}

@media screen and (max-width: 991px) {
    .workbook-carousel-presentations-list {
        padding-left: 0;
    }
}

.workbook-carousel-presentations-list li {
    margin-bottom: 25px;
}

@media screen and (max-width: 1199px) {
    .workbook-carousel-presentations-list li {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .workbook-carousel-presentations-list li {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .workbook-carousel-presentations-list li {
        margin-bottom: 10px;
    }
}

.workbook-carousel-presentations-list:last-child {
    margin-bottom: 0;
}

.workbook-carousel-presentations-list a {
    color: #171717;
    font-size: 18px;
}

@media screen and (max-width: 1199px) {
    .workbook-carousel-presentations-list a {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .workbook-carousel-presentations-list a {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .workbook-carousel-presentations-list a {
        font-size: 13px;
    }
}

.workbook-carousel-presentations-list a:hover {
    text-decoration: underline;
}

.workbook-carousel-item .cc-video-poster {
    display: block;
    height: 150px;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .workbook-carousel-item .cc-video-poster {
        height: 200px;
    }
}

@media screen and (max-width: 600px) {
    .workbook-carousel-item .cc-video-poster {
        height: 300px;
    }
}

@media screen and (max-width: 520px) {
    .workbook-carousel-item .cc-video-poster {
        height: 260px;
    }
}

@media screen and (max-width: 480px) {
    .workbook-carousel-item .cc-video-poster {
        height: 230px;
    }
}

@media screen and (max-width: 420px) {
    .workbook-carousel-item .cc-video-poster {
        height: 200px;
    }
}

@media screen and (max-width: 380px) {
    .workbook-carousel-item .cc-video-poster {
        height: 180px;
    }
}

@media screen and (max-width: 340px) {
    .workbook-carousel-item .cc-video-poster {
        height: 150px;
    }
}

.workbook-carousel-item-video-title {
    color: #2f2f2f;
    font-size: 15px;
    height: 45px;
    line-height: 16px;
    margin-bottom: 20px;
    margin-top: 18px;
    overflow: hidden;
}

.workbook-carousel-item-download {
    padding: 0 33px;
}

@media screen and (max-width: 480px) {
    .workbook-carousel-wrapper-audio {
        padding: 0 25px;
    }
}

.workbook-carousel-audio.cc-carousel.owl-carousel .owl-prev,
.workbook-carousel-audio.cc-carousel.owl-carousel .owl-next {
    top: 58%;
}

@media screen and (max-width: 480px) {
    .workbook-carousel-audio.cc-carousel.owl-carousel .owl-prev {
        left: -37px;
    }

    .workbook-carousel-audio.cc-carousel.owl-carousel .owl-next {
        right: -37px;
    }
}

.workbook-carousel-audio .workbook-carousel-item {
    padding: 0 24px;
}

@media screen and (max-width: 480px) {
    .workbook-carousel-audio .workbook-carousel-item {
        padding: 0 13px;
    }
}

.workbook-carousel-audio-list li {
    margin-bottom: 30px;
    padding-right: 60px;
    position: relative;
}

@media screen and (max-width: 480px) {
    .workbook-carousel-audio-list li {
        padding: 0;
    }
}

.workbook-carousel-audio-list li > div {
    color: #2f2f2f;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 1199px) {
    .workbook-carousel-audio-list li > div {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .workbook-carousel-audio-list li > div {
        font-size: 13px;
    }
}

.workbook-carousel-audio-list li > a {
    color: #aa4a70;
    display: block;
    font-family: 'PFEncoreSansProRegular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 480px) {
    .workbook-carousel-audio-list li > a {
        background-color: #ab4a70;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        color: #fff;
        display: inline-block;
        font-size: 13px;
        height: 26px;
        line-height: 26px;
        margin-top: 5px;
        padding: 0 20px;
        position: static;
        text-align: center;
    }
}

.workbook-carousel-audio-list li > a:hover {
    text-decoration: underline;
}

/* Стилизация плейера Plyr */
.plyr--video .plyr__controls {
    padding-top: 10px;
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
    background-color: #9c3e71;
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
    background-color: #9c3e71;
}

.plyr__progress--played,
.plyr__volume--display {
    color: #9c3e71;
}

.plyr input[type=range]::-ms-fill-lower {
    background: #9c3e71;
}

.plyr input[type=range]:active::-webkit-slider-thumb {
    background: #9c3e71;
}

.plyr input[type=range]:active::-moz-range-thumb {
    background: #9c3e71;
}

.plyr input[type=range]:active::-ms-thumb {
    background: #9c3e71;
}

/* МОДАЛКИ */

.modal-ferror {
    background: rgba(255, 255, 255, .9) url(../img/error.png) no-repeat center left 10px;
    -webkit-background-size: 32px auto;
    background-size: 32px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    line-height: 18px;
    margin: 10px 0;
    padding: 15px 20px 15px 53px;
}

/* Модалка авторизации */
.modal {
    background-color: rgba(233, 229, 252, .75);
}

.modal-header,
.modal-footer {
    border: none;
    padding: 0;
}

.modal .close {
    background-color: #983971;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    opacity: 1;
    position: absolute;
    right: -10px;
    text-shadow: none;
    top: -7px;
    width: 30px;
    z-index: 10;
}

.modal-title {
    color: #fff;
    font-family: 'IntroBold', Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}

.modal .close:hover {
    color: #ffdff2;
}

.modal-content {
    background-color: #9c3e71;
    -webkit-box-shadow: 0 0 18px #983971;
    -moz-box-shadow: 0 0 18px #983971;
    -o-box-shadow: 0 0 18px #983971;
    box-shadow: 0 0 18px #983971;
}

.modal-body {
    padding: 0;
}

.modal-sign-in .modal-dialog {
    margin: 80px auto;
    width: 560px;
}

@media screen and (max-width: 1680px) {
    .modal-sign-in .modal-dialog {
        width: 500px
    }
}

@media screen and (max-width: 1366px) {
    .modal-sign-in .modal-dialog {
        margin: 60px auto;
        width: 440px
    }
}

@media screen and (max-width: 991px) {
    .modal-sign-in .modal-dialog {
        margin: 30px auto;
    }
}

@media screen and (max-width: 540px) {
    .modal-sign-in .modal-dialog {
        width: 94%;
    }
}

.modal-sign-in .modal-content {
    padding: 45px 80px 75px 80px;
}

@media screen and (max-width: 1680px) {
    .modal-sign-in .modal-content {
        padding: 30px 65px 55px 65px;
    }
}

@media screen and (max-width: 1366px) {
    .modal-sign-in .modal-content {
        padding: 20px 55px 40px 55px;
    }
}

@media screen and (max-width: 540px) {
    .modal-sign-in .modal-content {
        padding: 20px 20px 30px 20px;
    }
}

.modal-sign-in .modal-header {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
}

@media screen and (max-width: 640px) {
    .modal-sign-in .modal-header {
        font-size: 15px;
        line-height: 20px;
    }
}

.modal-sign-in .modal-title {
    color: #fff;
    font-size: 28px;
    text-align: center;
}

@media screen and (max-width: 1680px) {
    .modal-sign-in .modal-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 1366px) {
    .modal-sign-in .modal-title {
        font-size: 24px;
    }
}

.modal-sign-in .modal-body {
    padding: 50px 0 0 0;
}

@media screen and (max-width: 1680px) {
    .modal-sign-in .modal-body {
        padding-top: 45px;
    }
}

@media screen and (max-width: 540px) {
    .modal-sign-in .modal-body {
        padding-top: 30px;
    }
}

.modal-fgroup {
    margin-top: 45px;
}

@media screen and (max-width: 1680px) {
    .modal-fgroup {
        margin-top: 55px;
    }
}

@media screen and (max-width: 1366px) {
    .modal-fgroup {
        margin-top: 45px;
    }
}

@media screen and (max-width: 540px) {
    .modal-fgroup {
        margin-top: 30px;
    }
}

.modal-fgroup-first {
    margin-top: 0;
}

.modal-sign-in .modal-fgroup label,
.modal-fgroup-first > div {
    color: #fff;
    display: block;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

@media screen and (max-width: 1680px) {
    .modal-sign-in .modal-fgroup label,
    .modal-fgroup-first > div {
        font-size: 22px;
    }
}

@media screen and (max-width: 1366px) {
    .modal-sign-in .modal-fgroup label,
    .modal-fgroup-first > div {
        font-size: 19px;
    }
}

@media screen and (max-width: 540px) {
    .modal-sign-in .modal-fgroup label,
    .modal-fgroup-first > div {
        font-size: 16px;
    }
}

.modal-sign-in .modal-fgroup label {
    margin-bottom: 23px;
}

@media screen and (max-width: 1680px) {
    .modal-sign-in .modal-fgroup label {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1366px) {
    .modal-sign-in .modal-fgroup label {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 540px) {
    .modal-sign-in .modal-fgroup label {
        margin-bottom: 3px;
    }
}

.modal-sign-in .modal-fgroup input {
    background-color: #ffdff2;
    border: 2px solid rgba(123, 45, 91, .95);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    width: 100%;
}

@media screen and (max-width: 1680px) {
    .modal-sign-in .modal-fgroup input {
        font-size: 18px;
    }
}

@media screen and (max-width: 1366px) {
    .modal-sign-in .modal-fgroup input {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }
}

.modal-fgroup-first > div {
    margin-top: 22px;
}

@media screen and (max-width: 1680px) {
    .modal-fgroup-first > div {
        margin-top: 17px;
    }
}

@media screen and (max-width: 1366px) {
    .modal-fgroup-first > div {
        margin-top: 12px;
    }
}

@media screen and (max-width: 540px) {
    .modal-fgroup-first > div {
        margin-top: 8px;
    }
}

.modal-fgroup-first > div a {
    color: #fff;
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

.modal-fgroup-first > div a:hover {
    text-decoration: none;
}

.modal-sign-in .modal-fbtns {
    margin-top: 45px;
}

@media screen and (max-width: 1680px) {
    .modal-sign-in .modal-fbtns {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1366px) {
    .modal-sign-in .modal-fbtns {
        margin-top: 30px;
    }
}

.modal-sign-in .modal-fbtns .btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 40px;
    outline: none !important;
    padding: 0;
    text-align: center;
    width: 160px;
}

@media screen and (max-width: 1366px) {
    .modal-sign-in .modal-fbtns .btn {
        font-size: 16px;
        height: 36px;
        line-height: 34px;
        width: 140px;
    }
}

@media screen and (max-width: 380px) {
    .modal-sign-in .modal-fbtns .btn {
        width: 120px;
    }
}

.modal-sign-in .modal-btn-ok {
    background-color: #ffdff2;
    color: #742954;
    float: left;
}

.modal-sign-in .modal-btn-cancel {
    background-color: #742954;
    color: #fff;
    float: right;
}

/* Модалка авторизации при кликах на steps */
.modal-sign-in-steps .modal-dialog {
    width: 970px;
}

@media screen and (max-width: 991px) {
    .modal-sign-in-steps .modal-dialog {
        width: 90%;
    }
}

@media screen and (max-width: 640px) {
    .modal-sign-in-steps .modal-dialog {
        width: 80%;
    }
}

@media screen and (max-width: 500px) {
    .modal-sign-in-steps .modal-dialog {
        width: 94%;
    }
}

.modal-sign-in-steps .modal-form-content,
.modal-sign-in-steps .modal-text {
    float: left;
    height: 100%;
    width: 50%;
}

.modal-sign-in-steps .modal-content {
    padding-top: 40px;
}

@media screen and (max-width: 1680px) {
    .modal-sign-in-steps .modal-content {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1366px) {
    .modal-sign-in-steps .modal-content {
        padding-bottom: 50px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    .modal-sign-in-steps .modal-content {
        padding-left: 30px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .modal-sign-in-steps .modal-content {
        padding-left: 20px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 640px) {
    .modal-sign-in-steps .modal-content {
        padding: 0;
    }
}

.modal-sign-in-steps .modal-form-content {
    padding-right: 30px;
}

@media screen and (max-width: 991px) {
    .modal-sign-in-steps .modal-form-content {
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .modal-sign-in-steps .modal-form-content {
        padding-right: 5px;
    }
}

@media screen and (max-width: 640px) {
    .modal-sign-in-steps .modal-form-content {
        padding: 30px;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .modal-sign-in-steps .modal-form-content {
        padding: 20px 15px;
    }
}

.modal-sign-in-steps .modal-title {
    font-size: 41px;
}

@media screen and (max-width: 1680px) {
    .modal-sign-in-steps .modal-title {
        font-size: 36px;
    }
}

@media screen and (max-width: 1440px) {
    .modal-sign-in-steps .modal-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 1366px) {
    .modal-sign-in-steps .modal-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .modal-sign-in-steps .modal-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 500px) {
    .modal-sign-in-steps .modal-title {
        font-size: 22px;
    }
}

.modal-sign-in-steps .modal-fgroup {
    margin-top: 75px;
}

@media screen and (max-width: 1680px) {
    .modal-sign-in-steps .modal-fgroup {
        margin-top: 60px;
    }
}

@media screen and (max-width: 500px) {
    .modal-sign-in-steps .modal-fgroup {
        margin-top: 30px;
    }
}

.modal-sign-in-steps .modal-fgroup-first {
    margin-top: 0;
}

.modal-sign-in-steps .modal-fgroup label,
.modal-sign-in-steps .modal-fgroup-first > div {
    font-size: 28px;
}

@media screen and (max-width: 1680px) {
    .modal-sign-in-steps .modal-fgroup label,
    .modal-sign-in-steps .modal-fgroup-first > div {
        font-size: 26px;
    }
}

@media screen and (max-width: 1440px) {
    .modal-sign-in-steps .modal-fgroup label,
    .modal-sign-in-steps .modal-fgroup-first > div {
        font-size: 23px;
    }
}

@media screen and (max-width: 1366px) {
    .modal-sign-in-steps .modal-fgroup label,
    .modal-sign-in-steps .modal-fgroup-first > div {
        font-size: 22px;
    }
}

@media screen and (max-width: 991px) {
    .modal-sign-in-steps .modal-fgroup label,
    .modal-sign-in-steps .modal-fgroup-first > div {
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    .modal-sign-in-steps .modal-fgroup label,
    .modal-sign-in-steps .modal-fgroup-first > div {
        font-size: 16px;
    }
}

.modal-sign-in-steps .modal-fgroup-first label {
    font-family: 'PFEncoreSansProMedium', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
    .modal-sign-in-steps .modal-fbtns .btn {
        width: 120px;
    }
}

@media screen and (max-width: 640px) {
    .modal-sign-in-steps .modal-fbtns .btn {
        width: 160px;
    }
}

@media screen and (max-width: 500px) {
    .modal-sign-in-steps .modal-fbtns .btn {
        width: 48%;
    }
}

.modal-sign-in-steps .modal-text {
    background-color: #a7407d;
    padding: 45px 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@media screen and (max-width: 1680px) {
    .modal-sign-in-steps .modal-text {
        padding: 35px;
    }
}

@media screen and (max-width: 1366px) {
    .modal-sign-in-steps .modal-text {
        padding: 30px;
    }
}

@media screen and (max-width: 991px) {
    .modal-sign-in-steps .modal-text {
        padding: 20px;
    }
}

@media screen and (max-width: 640px) {
    .modal-sign-in-steps .modal-text {
        padding: 30px;
        position: static;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .modal-sign-in-steps .modal-text {
        padding: 20px 15px;
    }
}

.modal-sign-in-steps .modal-text h4,
.modal-sign-in-steps .modal-text p {
    color: #fff;
}

.modal-sign-in-steps .modal-text h4 {
    font-family: 'IntroBook', Arial, Helvetica, sans-serif;
    font-size: 28px;
    margin: 0;
}

@media screen and (max-width: 1680px) {
    .modal-sign-in-steps .modal-text h4 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1366px) {
    .modal-sign-in-steps .modal-text h4 {
        font-size: 22px;
    }
}

@media screen and (max-width: 991px) {
    .modal-sign-in-steps .modal-text h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .modal-sign-in-steps .modal-text h4 {
        font-size: 18px;
    }
}

.modal-sign-in-steps .modal-text p {
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0;
}

@media screen and (max-width: 1680px) {
    .modal-sign-in-steps .modal-text p {
        font-size: 17px;
        line-height: 23px;
        margin: 26px 0;
    }
}

@media screen and (max-width: 1366px) {
    .modal-sign-in-steps .modal-text p {
        font-size: 16px;
        line-height: 22px;
        margin: 26px 0;
    }
}

@media screen and (max-width: 991px) {
    .modal-sign-in-steps .modal-text p {
        font-size: 15px;
        line-height: 20px;
        margin: 20px 0;
    }
}

@media screen and (max-width: 767px) {
    .modal-sign-in-steps .modal-text p {
        font-size: 14px;
        margin: 15px 0;
    }
}

@media screen and (max-width: 640px) {
    .modal-sign-in-steps .modal-text p:last-child {
        margin-bottom: 0;
    }
}

/* Модалка перепрохождения степа */
@media screen and (min-width: 1441px) {
    .modal-step-retake .modal-dialog {
        width: 820px;
    }
}

.modal-step-retake .modal-content {
    padding: 70px 150px 80px 150px;
}

@media screen and (max-width: 1440px) {
    .modal-step-retake .modal-content {
        padding: 30px 80px;
    }
}

@media screen and (max-width: 767px) {
    .modal-step-retake .modal-content {
        padding: 20px 30px;
    }
}

.modal-step-retake .modal-title {
    font-size: 41px;
    line-height: 44px;
}

@media screen and (max-width: 1440px) {
    .modal-step-retake .modal-title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media screen and (max-width: 1199px) {
    .modal-step-retake .modal-title {
        font-size: 22px;
        line-height: 27px;
    }
}

@media screen and (max-width: 400px) {
    .modal-step-retake .modal-title {
        font-size: 18px;
        line-height: 24px;
    }
}

.modal-step-retake .modal-footer {
    margin-top: 50px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .modal-step-retake .modal-footer {
        margin-top: 30px;
    }
}

.modal-step-retake .modal-footer button,
.modal-step-retake .modal-footer a {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-family: 'IntroBold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 175px;
}

@media screen and (max-width: 480px) {
    .modal-step-retake .modal-footer button,
    .modal-step-retake .modal-footer a {
        display: block;
        margin: 0 auto !important;
    }
}

.modal-step-retake .modal-btn-ok {
    background-color: #cc686f;
    margin-right: 65px;
}

@media screen and (max-width: 767px) {
    .modal-step-retake .modal-btn-ok {
        margin-right: 20px;
    }
}

@media screen and (max-width: 480px) {
    .modal-step-retake .modal-footer .modal-btn-ok {
        margin-bottom: 10px !important;
    }
}

.modal-step-retake .modal-btn-ok:hover {
    background-color: #c1636a;
}

.modal-step-retake .modal-btn-cancel {
    background-color: #742954;
    -webkit-box-shadow: 0 0 10px #742954;
    -moz-box-shadow: 0 0 10px #742954;
    -o-box-shadow: 0 0 10px #742954;
    box-shadow: 0 0 10px #742954;
}

.modal-step-retake .modal-btn-cancel:hover {
    background-color: #652449;
}

/* Модалка результатов степа */
.modal-step-results .modal-dialog {
    width: 1220px;
}

@media screen and (max-width: 1440px) {
    .modal-step-results .modal-dialog {
        width: 1040px;
    }
}

@media screen and (max-width: 1199px) {
    .modal-step-results .modal-dialog {
        width: 94%;
    }
}

@media screen and (max-width: 767px) {
    .modal-step-results .modal-dialog {
        margin: 10px auto;
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .modal-step-results .modal-dialog {
        width: 90%;
    }
}

.modal-step-results .modal-content {
    height: 745px;
    padding: 20px 335px 40px 48px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .modal-step-results .modal-content {
        height: 640px;
        padding: 20px 280px 20px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .modal-step-results .modal-content {
        height: 640px;
        padding: 15px 210px 15px 15px;
    }
}

@media screen and (max-width: 991px) {
    .modal-step-results .modal-content {
        height: auto;
        padding: 15px;
    }
}

.modal-step-results .modal-title {
    font-size: 41px;
}

@media screen and (max-width: 1440px) {
    .modal-step-results .modal-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .modal-step-results .modal-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 600px) {
    .modal-step-results .modal-title {
        font-size: 21px;
    }
}

@media screen and (max-width: 480px) {
    .modal-step-results .modal-title {
        font-size: 19px;
    }
}

.modal-step-results .modal-header ul {
    margin-top: 10px;
    overflow: hidden;
}

.modal-step-results .modal-header li {
    float: left;
    margin-right: 40px;
}

.modal-step-results .modal-header li:last-child {
    margin-right: 0;
}

.modal-step-results .modal-header li > * {
    color: #fff;
    display: block;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 17px;
    height: 30px;
    line-height: 35px;
    padding-left: 35px;
}

@media screen and (max-width: 1440px) {
    .modal-step-results .modal-header li > * {
        font-size: 15px;
    }
}

.modal-step-results .modal-header li:first-child > * {
    background: url(../img/checkbox-green-icon.png) no-repeat center left;
}

.modal-step-results .modal-header li:last-child > * {
    background: url(../img/update-green-icon.png) no-repeat center left;
}

.modal-step-results .modal-body {
    padding: 23px 0 30px 0;
}

@media screen and (max-width: 991px) {
    .modal-step-results .modal-body {
        padding: 0 0 30px 0;
    }
}

.step-results-table {
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transform: scale(.7, .7);
    -moz-transform: scale(.7, .7);
    -o-transform: scale(.7, .7);
    -ms-transform: scale(.7, .7);
    transform: scale(.7, .7);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.step-results-table.ready {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.step-results-table-row {
    border-bottom: 1px solid #fff;
}

.step-results-table-row:last-child {
    border-bottom: none;
}

.step-results-table-row:nth-child(1) {
    height: 68px;
}

@media screen and (max-width: 767px) {
    .step-results-table-row {
        height: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .step-results-table-row:nth-child(1) {
        display: none;
    }
}

.step-results-table-col {
    border-right: 1px solid #fff;
    float: left;
    font-size: 0;
    height: inherit;
    line-height: 0;
    text-align: center;
    width: 9.666666666666666%;
}

@media screen and (max-width: 767px) {
    .step-results-table-col {
        border-bottom: 1px solid #fff;
        border-right: none;
        padding: 0;
        width: 100% !important;
    }
}

.step-results-table-col:last-child {
    border-right: none;
}

@media screen and (max-width: 767px) {
    .step-results-table-col:last-child {
        border-bottom: none;
    }
}

.step-results-table-col:nth-child(1) {
    padding: 0 10px 0 22px;
    width: 26%;
}

@media screen and (max-width: 767px) {
    .step-results-table-col:nth-child(1) {
        background-color: rgba(0, 0, 0, .15);
        padding: 0;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .step-results-table-col:nth-child(1) {
        text-align: center;
    }
}

.step-results-table-col:nth-child(8) {
    width: 16%;
}

.step-results-table-col-centered {
    display: inline-block;
    height: inherit;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .step-results-table-col-centered {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .step-results-table-col:nth-child(1) .step-results-table-col-centered {
        text-align: center;
    }
}

.step-results-table-col-content {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .step-results-table-col-content {
        display: block;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .step-results-table-col:nth-child(1) .step-results-table-col-content {
        display: inline-block;
    }
}

.step-results-table-col:first-child .step-results-table-col-content > div,
.step-results-table-row:first-child .step-results-table-col:last-child .step-results-table-col-content > div {
    font-family: 'PFEncoreSansProBold', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

@media screen and (max-width: 1440px) {
    .step-results-table-col:first-child .step-results-table-col-content > div,
    .step-results-table-row:first-child .step-results-table-col:last-child .step-results-table-col-content > div {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .step-results-table-col:first-child .step-results-table-col-content > div,
    .step-results-table-row:first-child .step-results-table-col:last-child .step-results-table-col-content > div {
        font-size: 13px;
        line-height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .step-results-table-col:first-child .step-results-table-col-content > div,
    .step-results-table-row:first-child .step-results-table-col:last-child .step-results-table-col-content > div {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .step-results-table-col:first-child .step-results-table-col-content > div {
        border-left: none;
        font-size: 14px;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .step-results-table-col:first-child .step-results-table-col-content > div {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .step-results-table-col:first-child .step-results-table-col-content > div {
        display: table-cell;
        float: none;
        height: 50px;
        line-height: 18px !important;
        vertical-align: middle;
    }
}

.step-results-table-col-content > div:first-child {
    display: none;
}

.step-results-table-col-content > div:last-child,
.step-results-table-col-label {
    color: #fff;
    display: inline-block;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 21px;
}

@media screen and (max-width: 1440px) {
    .step-results-table-col-content > div:last-child,
    .step-results-table-col-label {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .step-results-table-col-content > div:last-child,
    .step-results-table-col-label {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .step-results-table-col-content > div:last-child,
    .step-results-table-col-label {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .step-results-table-col-content > div:first-child,
    .step-results-table-col-content > div:last-child,
    .step-results-table-col-label {
        display: block;
        float: left;
        height: 50px;
        line-height: 50px !important;
        text-align: center;
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .step-results-table-col-content > div:last-child {
        border-left: 1px solid #fff;
    }
}

.step-results-table-col-img {
    text-align: center;
}

.step-results-table-col-img img {
    display: inline-block;
}

@media screen and (max-width: 1440px) {
    .step-results-table-col-img img {
        max-width: 80%;
    }
}

@media screen and (max-width: 991px) {
    .step-results-table-col-img img {
        max-width: 70%;
    }
}

@media screen and (max-width: 767px) {
    .step-results-table-col-img img {
        max-height: 24px;
        max-width: none;
    }
}

.modal-step-results .modal-footer {
    text-align: center;
}

.modal-step-results .modal-chronology {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .modal-step-results .modal-chronology {
        display: inline-block;
    }
}

.modal-chronology-title {
    color: #fff;
    margin-bottom: 22px;
}

.modal-step-results .steps-chronology-item {
    color: #fff;
}

.modal-step-results .steps-chronology-start-learning {
    background-image: url(../img/white-play-icon.png);
}

.modal-step-results .steps-chronology-start-step {
    background-image: url(../img/white-play-circle-icon.png);
}

.modal-step-results .steps-chronology-finish-step {
    background-image: url(../img/white-flag-finsih-icon.png);
}

.modal-step-results .steps-chronology-total {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .modal-step-results .steps-chronology-total {
        margin-top: 15px;
        padding: 0;
        text-align: center;
    }
}

.modal-step-results .steps-chronology-total .steps-chronology-title {
    font-family: 'PFEncoreSansProBlack', Arial, Helvetica, sans-serif;
    font-size: 32px;
}

@media screen and (max-width: 767px) {
    .modal-step-results .steps-chronology-total .steps-chronology-date {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .modal-step-results .steps-chronology-total .steps-chronology-title {
        font-size: 26px;
    }
}

.modal-step-helper {
    position: absolute;
    right: 30px;
    top: 25px;
    width: 290px;
}

@media screen and (max-width: 1440px) {
    .modal-step-helper {
        right: 20px;
        width: 250px;
    }
}

@media screen and (max-width: 1199px) {
    .modal-step-helper {
        right: 15px;
        width: 180px;
    }
}

@media screen and (max-width: 991px) {
    .modal-step-helper {
        margin: 30px 0;
        position: static;
        width: auto;
    }
}

.modal-step-results .steps-helper-message {
    margin: 0 0 20px 0;
    padding: 15px 15px 30px 15px;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .modal-step-results .steps-helper-message {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 10px 15px 10px;
    }
}

@media screen and (max-width: 1199px) {
    .modal-step-results .steps-helper-message {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 32px;
        padding: 10px;
    }
}

@media screen and (max-width: 991px) {
    .modal-step-results .steps-helper-message {
        left: 50%;
        margin-left: -110px !important;
        position: relative;
        width: 220px;
    }
}

.modal-step-results .steps-helper-message::before {
    border-bottom: 17px solid transparent;
    border-right: 17px solid #f0f0f0;
    border-left: 0;
    border-top: 0;
    content: '';
    height: 0;
    left: 68px;
    margin-top: 7px;
    position: absolute;
    top: 100%;
    width: 0;
}

.modal-step-results .steps-helper-message::after {
    background-color: #f0f0f0;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    content: '';
    height: 8px;
    left: 68px;
    position: absolute;
    top: 100%;
    width: 17px;
}

.modal-step-results .modal-step-helper img {
    height: 410px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1199px) {
    .modal-step-results .modal-step-helper img {
        height: 360px;
    }
}

@media screen and (max-width: 991px) {
    .modal-step-results .modal-step-helper img {
        height: 240px;
    }
}

/* Модалка медиа */
.modal-media .modal-content {
    padding: 10px;
}

@media screen and (max-width: 480px) {
    .modal-media .modal-content {
        padding: 5px;
    }
}

/* Модалка аудио */
.modal-audio-download-link {
    margin-top: 10px;
    text-align: center;
}

.modal-audio-download-link a {
    background: rgba(0, 0, 0, .2) url(../img/download-white-icon.png) no-repeat center right 17px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    padding: 0 45px 0 25px;
}

/* Модалка просмотра документов */
.modal-docs-viewer .modal-dialog {
    height: 100%;
    margin: 0;
    padding: 20px;
    width: 100%;
}

.modal-docs-viewer .modal-content,
.modal-docs-viewer .modal-body {
    height: 100%;
}

.modal-docs-viewer .modal-content {
    padding: 15px;
    position: relative;
}

.modal-docs-viewer-iframe {
    height: 100%;
    width: 100%;
}

.modal-docs-viewer-download-btn {
    background-color: #9c3e71;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    bottom: 0;
    height: 34px;
    line-height: 40px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    width: auto;
}

.modal-docs-viewer-download-btn:hover {
    color: #ffdff2 !important;
}

.page-title span {
    border-bottom: 1px solid #313131;
    color: #313131;
    display: inline-block;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    top: -6px;
}

.complete-test-form .cc-checkbox:first-child {
    margin-top: 0;
}

.complete-test-form .cc-checkbox {
    margin-top: 30px;
}

.step-topic-downloads-docs a,
.step-topic-downloads-docs span {
    color: #2f2f2f;
    font-size: 21px;
    margin-right: 45px;
}

.step-topic-info {
    margin-top: 0;
}

.videobank-entry-description {
    color: #2f2f2f;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 27px;
    margin-top: 25px;
}

@media screen and (max-width: 1680px) {
    .videobank-entry-description {
        font-size: 20px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1440px) {
    .videobank-entry-description {
        font-size: 18px;
        line-height: 23px;
        margin-top: 25px;
    }
}

@media screen and (max-width: 640px) {
    .videobank-entry-description {
        font-size: 16px;
        line-height: 21px;
        margin-top: 25px;
    }
}

@media screen and (max-width: 480px) {
    .videobank-entry-description {
        font-size: 15px;
        line-height: 20px;
        margin-top: 25px;
    }
}

.format a,
.format a:link {
    color: #fff;
}

.format a:hover {
    text-decoration: underline;
}

.striked {
    text-decoration: line-through;
}

.study-structure-list-item li a:hover {
    text-decoration: underline;
}

.site-header  ~ .modal-content{
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
}

.site-header  ~ .modal-content  .modal-fgroup label {
    color: #fff;
    display: block;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    width: 100%;
}

.site-header  ~ .modal-content  .modal-fgroup input{
    margin: 10px 0;
    display: block;
    padding: 5px 10px;
    border-radius: 3px;
    border: 0px;
}

.modal-steps-info .modal-wrapper h4,
.modal-steps-info .modal-wrapper p {
    color: #fff;
}

.modal-steps-info .modal-wrapper h4 {
    font-family: 'IntroBook', Arial, Helvetica, sans-serif;
    font-size: 28px;
    margin: 0;
}

.modal-steps-info .modal-wrapper p {
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0;
}

.modal-fbtns.clearfix {
    margin-top: 40px;
}


.clear {
    clear: both;
}

.notebookList {
    background: #fff1ce;
    max-width: 356px;
    min-height: 340px;
    border-radius: 5px;
    float: left;
    width: 100%;
    margin-right: 36px;
    padding: 40px;
    box-shadow: 7px 1px 20px #b95b69c7;
}

.notebookList:last-child {
    margin-right: 0;
}

.notebookListLine {
    font-family: PFEncoreSansProMedium;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    min-height: 260px;
    background: #fff1ce;
    background: -webkit-gradient( linear, left top, left bottom, from(#000), color-stop(2%, #fff1ce) );
    background: -moz-repeating-linear-gradient( top, #fff1ce, #fff1ce 38px, #000 40px );
    background: repeating-linear-gradient( top, #fff1ce, #fff1ce 38px, #000 40px );
    -webkit-background-size: 100% 34.1px;
    background-position-y: -1px;
    padding-top: 9px;
    line-height: 34px;
    -webkit-transition: min-height .45s;
    -moz-transition: min-height .45s;
    -ms-transition: min-height .45s;
    -o-transition: min-height .45s;
    transition: min-height .45s;
}

.notebookList:hover .notebookListLine {
    min-height: 329px;
}

.modal-editNotebook .modal-content {
    padding: 45px 80px 75px 80px;
}

.modal-editNotebook .modal-title {
    text-align: center;
}

#NotebookText {
    width: 100%;
    padding: 10px;
}

.modal-editNotebook .modal-fbtns .btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-family: 'PFEncoreSansProLight', Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 40px;
    outline: none !important;
    padding: 0;
    text-align: center;
    width: 160px;
}

.modal-editNotebook .modal-btn-ok {
    background-color: #ffdff2;
    color: #742954;
    float: left;
    line-height: 40px;
}

.modal-editNotebook .modal-btn-cancel {
    background-color: #742954;
    color: #fff;
    float: right;
}

.editNotebookText {
    position: absolute;
    max-width: 155px;
    width: 100%;
    height: 45px;
    bottom: 10px;
    right: -60px;
    z-index: 500;
    transform: scale(0, 1);
    transform-origin: right;
    transition: transform .45s;
}

.notebookList:hover .editNotebookText {
    transform: scale(1, 1);
}

.editNotebookText a {
    display: block;
    background: #000;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background-color: #e363a9;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 42px;
    text-align: center;
    position: relative;
}

.editNotebookText a:before {
    content: '';
    position: absolute;
    height: 100%;
    left: -42px;
    top: 0;
    border: 22px solid transparent;
    border-right: 20px solid #e363a9;
}

.formatText {
    text-align: center;
    font-family: 'PFEncoreSansProThin', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    margin-top: 30px;
}

.textBlock {
    font-family: PFEncoreSansProMedium;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    width: 100%;
    max-width: 940px;
    background: #f5f0fe;
    margin: 75px auto 0;
    padding: 50px 60px;
    border-radius: 125px;
    box-shadow: 4px 6px 20px #e5dffb;
}

.start-learning h1.threeLevel {
    font-family: PFEncoreSansProMedium;
    font-size: 32px;
    font-weight: bold;
    margin-top: 175px;
}

.schedule {
    width: 100%;
    max-width: 612px;
    margin: 0 auto;
}

.schedule > div {
    float: left;
    margin-right: 15px;
    max-width: 194px;
}

.schedule > div:last-child {
    margin-right: 0;
}

.schedule .lavel {
    font-family: PFEncoreSansProMedium;
    font-size: 24px;
    font-weight: 500;
    line-height: 70px;
    position: relative;
}

.lavel span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.scheduleTitle {
    font-family: PFEncoreSansProMedium;
    font-size: 24px;
    font-weight: 500;
    margin-top: 15px;
    line-height: 27px;
}

.schedule_1 .lavel {
    height: 326px;
}

.schedule_2 .lavel {
    height: 206px;
}

.schedule_3 .lavel {
    height: 70px;
}

.descLevel {
    background: url('../img/bg_desclevel.jpg') no-repeat;
    height: 993px;
}

.descLevelWrap > div {
    float: left;
}

.descLevelLeft {
    width: 60%;
    max-width: 680px;
    padding-top: 195px;
}

.descLevelRight {
    width: 40%;
    padding-top: 98px;
    padding-left: 7%;
}

.descLevelTextBlock {
    padding: 50px 45px;
    background: #f5f0fe;
    border-radius: 75px;
    margin: 30px 0;
    font-family: PFEncoreSansProMedium;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
    box-shadow: 4px 6px 20px #e5dffb;
}

.descLevelTextBlock:first-child {
    margin-bottom: 65px;
}

.descLevelTextBlock:last-child {
    max-width: 615px;
    float: right;
}

section.go_learning {
    /*margin-top: -155px;*/
    padding-bottom: 80px;
}

.goLearning {
    width: 100%;
    max-width: 684px;
    height: 232px;
    margin: 0 auto;
    font-family: PFEncoreSansProMedium;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 40px;
    padding: 75px 0;
    background: url('../img/formatBg.png') no-repeat;
    box-shadow: 7px 1px 20px #b95b69c7;
    border-radius: 23px;
}

section.go_learning .start-learning-btn {
    margin: 50px auto 0;
}


.pageAcademy .page-title {
    position: relative;
    margin-top: 100px;
    width: 100%;
    /*text-align: center;*/
    padding-left: 205px;
}

.pageAcademy .page-title .icon_title {
    position: absolute;
    margin-top: -45px;
    left: 30px;
}

.materialsBlock {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    width: 100%;
    margin: 175px auto;
}

.materialsItem {
    width: 33%;
    text-align: center;
}

.materialsItem .cc-crimson-btn-darker {
    width: auto;
    padding: 0 25px;
    margin-top: 20px;
}

.materialsIcon {
    height: 60px;
}

.navigations {
    max-width: 375px;
    margin: 0 auto;
}

.navigations > a {
    margin-right: 20px;
}

.navigations > a:last-child {
    margin-right: 0;
}

section.textsBlock {
    height: 800px;
    margin-top: 70px;
}

section.textsBlock > div {
    float: left;
}

.leftTextBlock {
    width: 60%;
    max-width: 680px;
}

.rightTextBlock {
    width: 40%;
}

.rightTextBlock > img {
    width: 100%;
    position: absolute;
    max-width: 749px;
    margin-top: 100px;
    margin-left: -170px;
    z-index: -1;
}

.textBaloon {
    font-family: PFEncoreSansProMedium;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    width: 100%;
    max-width: 940px;
    background: #f5f0fe;
    margin: 75px auto 0;
    padding: 50px 60px;
    border-radius: 125px;
    box-shadow: 4px 6px 20px #e5dffb;
    text-align: center;
    position: relative;
    z-index: 10;
}

section.notebookSection {
    height: 340px;
}

.notebookSection .notebookList {
    box-shadow: 7px 1px 20px #b6e8f7;
    position: relative;
    /*z-index: 10;*/
}

section.textsBlock.twoTextBlock {
    margin-bottom: 225px;
}

.twoTextBlock .leftTextBlock {
    width: 30%;
    height: 720px;
}

.twoTextBlock .rightTextBlock {
    width: 70%;
}

.twoTextBlock .leftTextBlock img {
    margin-left: -250px;
    width: 100%;
    position: absolute;
    max-width: 749px;
    margin-top: 100px;
    z-index: 1;
}

.levelRank {
    height: 110px;
    border-radius: 46px;
    border: solid 4px #e363a9;
    font-family: PFEncoreSansProMedium;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    padding: 35px 0;
    margin-top: 75px;
    position: relative;
}

.levelRank > span {
    display: inline;
    padding: 0;
    position: relative;
    margin: 0 15px;
    cursor: pointer;
}

.levelRank > span img {
    position: absolute;
    margin-top: -30px;
}

span.selectDate img {
    margin-left: 34px;
}

span.selectMoney img {
    margin-left: 19px;
}

.selectDateText {
    min-width: 99px;
    display: inline-block;
}

span.selectMoneyText input {
    border: 0;
    max-width: 77px;
    text-align: center;
    height: 20px;
}

ul.selectDateList {
    position: absolute;
    width: 140px;
    background: #f5f0fe;
    border-radius: 25px;
    z-index: 60;
    box-shadow: 3px 3px 0px #ece5f0;
    padding:10px 0;
    left: 163px;
    display: none;
}

.levelRank > span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 0;
}

.wrapperRank {
    width: 100%;
    overflow: hidden;
    display: none;
}

.rankDirWrap {
    border-radius: 46px;
    border: solid 4px #e363a9;
    font-family: PFEncoreSansProMedium;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    padding: 35px 35px;
    margin-top: 75px;
    float: right;
}

.rankDir {
    display: inline-block;
}

.pageAuthForm.modal-sign-in {
    max-width: 560px;
    margin: 115px auto;
}

.threeTextBlock .leftTextBlock {
    width: 30%;
    height: 720px;
}

.threeTextBlock .rightTextBlock {
    width: 70%;
}

.threeTextBlock .leftTextBlock img {
    margin-left: -250px;
    width: 100%;
    position: absolute;
    max-width: 749px;
    margin-top: 100px;
    z-index: 1;
}

.page-h1 {
    font-family: PFEncoreSansProMedium;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    width: 100%;
    text-align: center;
}

.steps-info.healthconcept {
    background: none;
    margin-top: auto;
    height: auto;
    padding-top: 0;
}

.steps-info.healthconcept .steps-info-tabs {
    float: none;
    width: 100%;
    max-width: 800px;
    margin: 100px auto 200px;
}

.steps-info.healthconcept .steps-info-tabs .nav-tabs li {
    width: 25%;
}

.steps-info.healthconcept .steps-info-tabs .nav-tabs li a {
    padding: 8px 0;
    height: 55px;
    line-height: 20px;
}

.healthconceptList {
    margin: 150px auto 100px;
    max-width: 800px;
    font-family: PFEncoreSansProMedium;
    font-size: 24px;
    font-weight: 500;
}

.healthconceptList li {
    padding-left: 80px;
    margin: 40px 0;
    position: relative;
}

.healthconceptList li:before {
    content: '';
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.healthconceptList li:first-child:before {
    background-color: #e363a9;
}

.healthconceptList li:nth-child(2):before {
    border: solid 6px #e363a9;
}

.healthconceptList li:last-child:before {
    border: solid 9px #e363a9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}





.spetsPage > .container {
    max-width: 805px;
}

main.site-main.spetsPage {
    background: url(/local/templates/coralclub/css/../img/study-structure-bg.png) repeat-y center top -25px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.bgd {
    background: url(/local/templates/coralclub/css/../img/site-header-top-bg.png) no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

h2.stepPageTitle, .stepPageSubTitle {
    font-family: 'PFEncoreSansProBold';
    font-size: 32px;
    line-height: 32px;
    color: #171717;
}

.stepInfo {
    margin-top: 40px;
    margin-bottom: 55px;
}

.stepInfoText {
    padding-left: 60px;
    font-family: 'PFEncoreSansProMedium';
    font-size: 20px;
    line-height: 31px;
    color: #171717;
}

.stepInfoText b {
    font-family: 'PFEncoreSansProBold';
    font-weight: bold;
}

.stepLeargingList {
    max-width: 680px;
    margin-left: 30px;
}

.stepLeargingItem {
    box-shadow: 0 10px 20px 0 rgba(227, 99, 169, 0.2);
    background-color: #ffffff;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 10px;
}

.stepLeargingItem a {
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.stepLeargingImgWrap {
    background: #f5f3fe;
    width: 100%;
    max-width: 150px;
    padding: 60px 0;
    text-align: center;
}

.passed .stepLeargingImgWrap {
    background: #e363a9;
}

.stepLeargingImgWrap svg {
    fill: #163567;
}

.passed .stepLeargingImgWrap svg {
    fill: #fff;
}

.wrapDescMaterial {
    max-width: 430px;
    width: 100%;
    color: #171717;
    padding-left: 43px;
    position: relative;
    padding-right: 43px;
}

.tags {
    position: absolute;
    bottom: 20px;
}

.titleMaterial {
    font-size: 24px;
    line-height: 32px;
    position: relative;
    display: inline-block;
    font-family: 'PFEncoreSansProBold';
    font-weight: bold;
    margin-top: 30px;
}

.titleMaterial:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #e363a9;
    bottom: -2px;
    left: 0;
}

.descMaterial {
    margin-top: 13px;
    font-family: 'PFEncoreSansProMedium';
    font-size: 18px;
    line-height: 28px;
}

.points {
    position: sticky;
    top: calc(50% - 21.5px);
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #e5dffb;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
}

.passed .points {
    background: #e363a9;
}

.points span {
    color: #171717;
    font-family: 'PFEncoreSansProMedium';
    font-weight: 500;
    line-height: 43px;
    font-size: 20px;
}

.passed .points span {
    color: #fff;
}

.points span.pointPlus, .passed .points span.pointNull {
    display: none;
}

.passed .points span.pointPlus {
    display: block;
}

.errorTotalPoints {
    color: #171717;
    font-family: 'PFEncoreSansProMedium';
    padding: 35px 30px;
    font-size: 20px;
    line-height: 31px;
}

.modal-logread .modal-wrapper {
    background: #fff;
    padding: 30px;
    height: 100%;
    overflow-y: scroll;
}

.longreadTextWrapper {
    max-width: 746px;
    margin: 40px auto;
}

.longreadTextWrapper p, .longreadTextWrapper ul li {
    font-size: 18px;
    line-height: 31px;
    font-family: 'PFEncoreSansProRegular';
    color: #171717;
}

.longreadTextWrapper p b {
    font-family: 'PFEncoreSansProBold';
}

.longreadTextWrapper ul {
    margin-bottom: 30px;
    list-style: disc;
    padding-left: 32px;
}

.longreadTextWrapper h2 {
    font-family: 'PFEncoreSansProBold';
    color: #171717;
    font-size: 24px;
    line-height: 34px;
}

.longreadTitle {
    font-family: 'PFEncoreSansProBold';
    font-size: 52px;
    line-height: 50px;
    color: #171717;
    margin-bottom: 54px;
}

.longreadSubTitle {
    font-family: 'PFEncoreSansProBold';
    font-size: 32px;
    line-height: 30px;
    color: #171717;
    margin-bottom: 13px;
    border-left: 10px solid #b95b69;
    padding-left: 33px;
}

.modal-logread .progress {
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 47px);
    overflow: hidden;
    height: 4px;
}

.modal-logread .progress progress {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    left: -777px;
}

.modal-logread .progress-bar {
    overflow: hidden;
    background: #b95b69;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.modal-logread .progress-value {
    color: #333;
    display: block;
    line-height: 21px;
    text-align: center;
}

.modal-logread .progress-bg {
    background: #e6e9ed;
    position: relative;
    height: 8px;
    overflow: hidden;
}







@media (min-width: 768px) {
    .container {
        width: 1024px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1024px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.header-entry-content {
    height: 100%;
    position: relative;
}

.lang-btn {
    width: 50px !important;
}