* {
    margin: 0;
    padding: 0;
}

input:focus {
    outline: none;
}

body {
    background: #fff;
    /*	min-width:990px;*/
    font: normal 18px/1.3 'MuseoNew', Arial, sans-serif;
}

.clearfloat {
    clear: both;
}

a {
    color: #019edf;
    text-decoration: none;
}

a:hover {
    color: #1cb9fa;
}

h3 {
    color: #606060;
    font-size: 18px;
    margin-bottom: 11px;
}

.pe_cente-content {
    background: #fff;
    max-width: 680px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 50px;
    clear: both;
    min-height: 850px;
    position: relative;
}

.pe_cente-content.loading:after {
    background: rgba(255, 255, 255, .65);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

.pe_cente-content.loading .pe_sevechanges {
    background: #B4E2B3;
    border-color: #B4E2B3;
}

.pe_content-header {
    background: #fffbe9;
    padding: 0 0 0 28px;
    height: 40px;
    border-bottom: #f1ebd3 solid 4px;
    font-size: 14px;
    color: #333;
    margin: -34px 0 34px;
}

.pe_akaunt {
    float: left;
}

.pe_lock {
    background: url(../img/lock.png) no-repeat;
    height: 16px;
    float: left;
    padding: 0 0 0 21px;
    margin: 0 0 0 30px;
}

.pe_content {
    max-width: 960px;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 0 40px 0;
    background: #FFF;
    /*		box-shadow:0 0 23px rgba(0,0,0,.065);*/
}

.pe_content--personal {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 28px 0;
}

.pe_perconal-block.pe_perconal-block-m {
    position: relative;
}

.pe_perconal-block.pe_perconal-block-m:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    background: transparent url(/wp-content/themes/english/assets/antago/img/white-after.png) 0 0 repeat-x;
    height: 6px;
    bottom: 0;
    z-index: 10;
}

.pe_perconal-block {
    /*border-bottom:#eeeeee solid 5px;*/
    padding-bottom: 30px;
    min-height: 285px;
}

.pe_personal-title {
    margin: 0 0 25px 28px;
}

.pe_personal-foto {
    display: inline-block;
    text-align: center;
    padding-bottom: 3px;
    position: relative;
    vertical-align: top;
}

.pe_personal-info .pe-wrapper {
    width: 290px;
}

.pe_content--personal__right {
    text-align: right;
    display: inline-block;
    width: 45%;
}

.pe_content--personal__left {
    display: inline-block;
    width: 54%;
    vertical-align: top;
}

.pe_personal-info--top__add-friend-btn {
    display: inline-block;
}

.pe_content--personal__level-block {
    margin: 0 0 10px 0;
    list-style-type: none;
}

.pe_content--personal__level-block__item {
    margin: 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    height: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pe_content--personal__level-block__left {
    width: 150px;
    background-color: #4d4d4d;
    border-radius: 5px 0 0 5px;
    color: #fff;
    text-align: center;
    padding-top: 14px;
}

.pe_content--personal__level-block__right {
    text-align: center;
    width: 280px;
    background-color: #efefef;
    border-radius: 0 5px 5px 0;
    padding-top: 10px;
}

.pe_content--personal__level-block__current {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1;
}

.pe_content--personal__level-block__progress {
    background-color: #d1d1d1;
    border-radius: 6px;
    width: 218px;
    height: 11px;
    display: inline-block;
    text-align: left;
    position: relative;
    margin-bottom: 12px;
}

.pe_content--personal__level-block__progress__line {
    line-height: 1;
    border-radius: 6px;
    width: 65%;
    height: 100%;
    display: inline-block;
    background-image: -moz-linear-gradient( 90deg, rgb(80, 170, 97) 100%, rgb(0,188,110) 0%);
    background-image: -webkit-linear-gradient( 90deg, rgb(80, 170, 97) 100%, rgb(0,188,110) 0%);
    background-image: -ms-linear-gradient( 90deg, rgb(80, 170, 97) 100%, rgb(0,188,110) 0%);
    position: absolute;
    top: 0;
    left: 0;
}

.pe_content--personal__level-block__progress__scores {
    color: #4d4d4d;
    font-size: 12px;
}

.pe_content--personal__level-block__all {
    font-size: 12px;
    line-height: 1;
}

.pe_personal-info--top__add-friend-btn .button {
    color: #fff;
    height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 150px;
    text-align: center;
}

.pe_content--personal__level {
    display: inline-block;
}

.pe_content--personal__level__info {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    text-align: left;
}

.pe_content--personal__level__info__vocabulary {
    font-size: 14px;
}

.pe_content--personal__level__info__name {
    font-size: 18px;
}

.pe_content--personal__level__info__score {
    font-size: 14px;
    text-align: right;
}

.pe_content--personal__level__info__score a {
    text-decoration: underline;
    margin-left: 15px;
    color: #fff;
}

.user_paid .pe_content--personal__level__info__score a {
    color: #252525;
}

.pe_content--personal__level__info__score a:hover {
    text-decoration: none;
}

.pe_personal-foto img {
    width: 41px;
    height: 41px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    overflow: hidden;
}

.pe_personal-foto .pe_button_style_1 {
    display: none;
}

.pe_personal-foto:hover .pe_button_style_1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 41px;
    height: 41px;
    background-color: rgba(0,0,0, .5);
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.user-profile__edit-photo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.user-profile__edit-photo svg {
    width: 17px;
    height: 17px;
}

.pe_personal-info {
    margin: 0 0 0 245px;
}

.pe_personal-info--top {
    margin: 0 0 0 17px;
    display: inline-block;
    vertical-align: top;
}

.pe_personal-name {
    font-size: 22px;
    border-bottom: #ebebeb solid 1px;
    width: 380px;
    color: #333;
}

.pe_personal-name ul {
    list-style: none;
    margin: 0;
}

.pe_personal-name ul li.pe_personal-name1 {
    color: #606060;
    float: left;
    width: 80px;
    font-size: 12px;
    line-height: 26px;
}

.pe_personal-name ul li {
    padding: 0;
    margin: 0;
}

.pe_change-pass {
    display: none;
}

.pe_personal-info-m .apple-mark {
    top: -3px;
}

.pe__user-profile__add__buttons button {
    font-size: 16px !important;
}

.pe__user-profile__add__buttons .b-reg-social-main {
    margin-bottom: 20px;
}

.pe__user-profile__add {
    padding-top: 40px;
    margin-top: 20px;
    /*border-top: #efefef solid 3px;*/
    border-top: 2px solid #e0e7ee;
}

.pe__user-profile__add__title {
    margin-bottom: 30px;
}

.pe__user-profile__add__left {
    display: inline-block;
    width: 49%;
}

.pe__user-profile__add__right {
    display: inline-block;
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    vertical-align: top;
    margin-top: 16px;
}

.pe__user-profile__add__left .b-button:active {
    min-height: 62px;
}

.pe__user-profile__add__left .b-button:active span {
    border-bottom: none;
}

.pe__user-profile__add__autorized .b-button {
    background: none;
    color: #000;
    border-bottom: none !important;
    padding-right: 40px;
}

.pe__user-profile__add__autorized .b-button:active {
    border-bottom: none !important;
    min-height: 0 !important;
}

.pe__user-profile__add__autorized .b-button span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pe__user-profile__add__autorized:first-child button {
    margin-top: 0;
}

.pe__user-profile__add__autorized button:active:before {
    content: none !important;
}

.pe__user-profile__add__autorized .b-reg-social-main {
    margin-bottom: 26px;
}

.pe__user-profile__add__btn__svg {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
}

.pe_personal-nickname {
    font-size: 18px;
    width: 380px;
    color: #333;
    margin: 24px 0 0 0;
}

.pe_personal-nickname ul {
    list-style: none;
}

.pe_personal-nickname ul li.pe_personal-name1 {
    color: #606060;
    float: left;
    width: 80px;
    font-size: 12px;
    line-height: 22px;
}

.pe_personal-nickname ul li {
    margin: 0 0 7px;
    height: 30px;
}

.pe_regact {
    font-size: 12px;
}

.user-tab__svg {
    width: 20px;
    height: 20px;
    fill: #019edf;
    position: relative;
    top: 3px;
    margin: 0 5px 0 0;
}

.active .user-tab__svg {
    fill: #333;
}

.banner-favorites {
    height: 400px;
    width: 560px;
    margin: 20px 0 0 310px;
}

.pe_treeblock {
    padding: 0 0 0 28px;
}

.pe_tree-item {
    background: url(../img/tree.png) no-repeat;
    height: 64px;
    padding: 0 0 0 30px;
}

.pe_tree-item span {
    font-size: 12px;
    color: #606060;
    display: block;
    padding: 21px 0 0 0;
    float: left;
    width: 122px;
}

.pe_tree-item-fitst {
    background: url(../img/tree-first.png) no-repeat 0px 25px;
}

.pe_tree-item .pe_tree-img {
    float: left;
    margin: 10px 0 0 0;
    width: 80px;
}

.pe_tree-item a {
    font-size: 18px;
    display: block;
    margin: 15px 0 0 18px;
    float: left;
}

.pe_tree-k {
    float: left;
    margin: 2px 0 0 17px;
}

#pe_settings_form3 {
    padding-top: 35px;
    margin: 0 0 20px;
}

/*/////////////////////////////////////////////////////////////////////////ACTIVE///////////////////////////////////////////////////////*/
.pe_tree-activelast {
    background: url(../img/tree-activelast.png) no-repeat;
    padding: 0 0 0 30px;
}

.pe_tree-activelast span {
    font-size: 12px;
    color: #606060;
    display: block;
    padding: 21px 0 0 0;
    float: left;
    width: 122px;
}

.pe_tree-activelast .pe_reg {
    float: left;
    margin: 15px 0 0 18px;
}

.pe_tree-activelast .pe_tree-img {
    width: 80px;
    float: left;
    margin: 15px 0 0 0;
}

.pe_seting-title {
    margin: 0 0 13px 0;
}

.pe_loadfoto {
    width: 200px;
    text-align: center;
    position: absolute;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    top: 55px;
    right: 0;
}

.image_uploader_select_btn {
    position: absolute;
    color: #fff;
    width: 155px;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -78px;
}

.image_delete_select_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#settings-password {
    display: none;
}

#settings-alternative_emails {
    margin-bottom: 20px;
}

.alternative-email {
    padding-top: 5px;
    font-size: 14px;
}

.image_delete_select_btn i {
    display: inline-block;
}

.b-user_settings_form__change-pass span {
    color: #3a9fe4;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.b-user_settings_form__change-pass span:hover {
    color: #16bcff;
}

#image_upload_form {
    margin: 3px 0 0;
}

.pe_loadfoto input[type=file] {
    position: absolute;
    left: -999em;
}

.pe_loadfoto .pe_button_style_1 {
    -webkit-border-radius: 0;
    border-radius: 0;
}

#image_uploader_select_button {
    padding-left: 0;
    padding-right: 0;
}

#image_uploader_progress {
    color: rgba(255, 255, 255, .6) !important;
    background: #00A9EF;
    display: block;
    padding: 9px 0;
    position: relative;
    text-align: center;
    cursor: default;
    display: none;
}

#image_uploader_progress .indicator {
    background: rgba(0, 0, 0, .18);
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
}

#image_crop_form {
    margin: 20px 0 7px;
}

.image_croper_crop-wrap {
    background: #f9f9f9;
    text-align: center;
    margin: 24px 0;
    padding: 4px 0 2px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.image_croper_crop-area {
    display: inline-block;
}

.image_croper_preview_wrap {
    display: inline-block;
    vertical-align: top;
    margin-left: 22px;
}

.image_croper_preview_wrap img {
    position: absolute;
    top: 0;
    left: 0;
}

.image_croper_preview-big {
    overflow: hidden;
    position: relative;
}

.image_croper_preview-thumb {
    overflow: hidden;
    position: relative;
    margin-top: 12px;
}

#image_croper_submit {
    margin: 0 auto;
}

.pe_sitingform {
    display: inline-block;
    margin: 0 10px 0 0;
    /*max-width: 460px;*/
}

/*  */

.user_page_right_content {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 #bfced972;
    padding: 24px 20px 20px;
}

.user-profile__favorites .puzzle-tabs_size_xl .puzzle-tabs__item {
    height: 70px;
    line-height: 1.2;
}

/* Circular Progress Bar */
.circular-progress {
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    z-index: 0;
    cursor: default;
}

.circular-progress.circular-progress--exercise > svg {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.circular-progress .wrap {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.circular-progress .fill {
    background: #71b26f;
    width: 50px;
    height: 50px;
    clip: rect(0, 25px, 50px, 0);
    position: absolute;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}

.circular-progress .overlay {
    padding: 8px 0 0 1px;
    position: absolute;
    top: 8px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    z-index: 10;
    font-size: 14px;
    text-align: center;
    color: #606060;
}

.circular-progress.pos1 .fill {
    background: #d5474a;
}

.circular-progress.pos2 .fill {
    background: #f3a112;
}

.circular-progress.pos3 .fill {
    background: #f3db12;
}

.circular-progress.pos4 .fill {
    background: #c9d547;
}

.circular-progress.done .overlay:after {
    content: '';
    background: url(../img/check.png);
    width: 22px;
    height: 19px;
    position: absolute;
    top: 10px;
    left: 9px;
}

/*new style*/

#pe_my_serials_inner .b-serial_list {
    overflow: visible;
}

.b-serial_list {
    padding: 0 10px 0 8px;
    margin-left: 2px;
    overflow: hidden;
}

.b-serial_list__serial {
    margin: 0 21px 37px 0;
    float: left;
    width: 299px;
    list-style: none;
    position: relative;
    z-index: 0;
}

.b-serial_list__thumbnail_my {
    position: relative;
    z-index: 0;
    display: block;
    height: 220px;
}

.b-serial_list__thumbnail_my_img {
    position: absolute;
    left: -10000px;
    background: url(../img/ser-hover.png);
    width: 299px;
    height: 220px;
    z-index: 9;
    opacity: 0;
}

.b-serial_list__serialial_sale {
    background: url(../img/my-serials.png) no-repeat;
    height: 37px;
    display: block;
    position: relative;
    z-index: 99;
    top: -52px;
    margin-bottom: -37px;
    left: -6px;
    font-size: 14px;
    color: #f6f6f6;
    padding-left: 14px;
    padding-top: 8px;
    width: 214px;
    height: 29px;
}

.b-serial_list__serial_en {
    font-size: 18px;
    color: #019edf;
    margin-top: 17px;
    display: block;
    text-decoration: none;
}

.b-serial_list__serial_ru {
    color: #333333;
    margin-top: 4px;
    margin-bottom: 8px;
}

.b-serial_list__serial_title {
    color: #606060;
    font-size: 14px;
}

.b-serial_list__thumbnail_my:hover {
    background-color: transparent;
    z-index: 50;
}

.b-serial_list__thumbnail_my_img {
    position: absolute;
    left: -10000px;
    background: url(../img/ser-hover.png);
    width: 299px;
    height: 220px;
    z-index: 9;
    opacity: 0;
}

.b-serial_list__thumbnail_my:hover .b-serial_list__thumbnail_my_img {
    visibility: visible;
    left: 0;
    top: 0;
    zoom: 1;
    filter: alpha(opacity=1);
    opacity: 1;
    transition: opacity .15s ease-in;
}

.b-serial_list__serial:nth-child(3n) {
    margin-right: 0;
}

.b-topic {
    text-align: center;
    padding: 0 0 30px 0;
    color: #333333;
    font-size: 30px;
    margin-top: 0;
}

.pe_top-menu.profile-menu-m ul li.pe_active a,
.pe_top-menu.profile-menu-m ul li:hover a {
    border: 0 none;
    border-radius: 4px 4px 0 0;
}

.pe_top-menu.profile-menu-m ul li svg path {
    fill: #333 !important;
}

.pe_top-menu__status-number {
    background-color: #3a9fe4;
    color: #fff;
    padding: 5px 7px;
    border-radius: 3px;
    margin-left: 2px;
    font-size: 14px;
}

.pe_top-menu__status{
    background-color: #3a9fe4;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
    margin-left: 2px;
    font-size: 14px;
}

.pe_perconal-block-m.user_paid .pe_top-menu.profile-menu-m ul li.pe_active a,
.pe_perconal-block-m.user_paid .pe_top-menu.profile-menu-m ul li:hover a {
    color: #050302;

}

.pe_top-menu.profile-menu-m ul li.pe_active,
.pe_perconal-block-m.user_paid .pe_top-menu.profile-menu-m ul li.pe_active {
    background: #fff;
    opacity: 1 !important;
}

.pe_top-menu.profile-menu-m ul li a {
    font-size: 16px;
    color: #000;
}

.pe_perconal-block-m.user_paid .pe_top-menu.profile-menu-m ul li a {
    color: #050302;
}

.pe-icone {
    position: absolute;
    left: 24px;
    width: 20px;
    max-height: 17px;
}

.pe_perconal-block-m.user_paid .pe-icone path {
    fill: #050302 !important;
}

.pe_top-menu ul li.pe_active a .pe-icone path, .pe_top-menu ul li:hover a .pe-icone path {
    fill: #0460a0;
}

.preloader_active .pe-icone {
    display: none;
}

.pe_perconal-block-m.user_paid .pe_top-menu.profile-menu-m ul li a:hover .pe-icone {

}

.pe_top-menu.profile-menu-m ul li.pe_active {
    background-color: #ececec;
}

.pe_top-menu.profile-menu-m ul li:hover {
    background-color: #ececec;
}

.pe_top-menu ul li.pe_my_serials.pe_active a, .pe_top-menu ul li.pe_my_serials:hover a {
    color: #22649e;
}

.pe_perconal-block-m.user_paid .pe_top-menu ul li.pe_my_serials.pe_active a,
.pe_perconal-block-m.user_paid .pe_top-menu ul li.pe_my_serials:hover a {
    color: #050302;
}

.pe_top-menu ul li.pe_vocab a {
    background: none;
}

.vocab-hidden {
    visibility: hidden;
}

.vocab-fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    height: 15px;
    padding: 10px;
    width: 100%;
    left: 0;
    display: none;
}

.vocab-fixed .vocab_links {
    margin: 0 !important;
    position: absolute;
    left: calc(50% + 211px);
    top: 5px;
}

.vocab-sticky {
    display: block;
}

a.tab__link-m {
    padding: 16px 17px 16px 40px;
    background: url(../img/heart.svg) 22px 16px no-repeat;
    background-size: 18px;
}

.pe_top-menu.profile-menu-m ul li {
    background: #0460a0;
}

.pe_top-menu.profile-menu-m ul li {
    background: transparent;
    position: relative;
}

.b-similar_video__content {
    text-align: left;
}

.pe_title.pe_title-m {
    display: none;
}

.pe_perconal-block-m {
    background: #0460a0;
    min-height: initial;
    padding: 0;
}

.pe_perconal-block-m .pe_content--personal__level__info__vocabulary {
    color: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.pe_perconal-block-m.user_paid .pe_content--personal__level__info__vocabulary {
    color: #000;
}

.pe_perconal-block-m.user_paid .pe_content--personal__level__info__vocabulary a {
    color: #000;
}

.pe_perconal-block-m .pe_content--personal__level__info__vocabulary a {
    color: #fff;
    text-decoration: underline;
}

.pe_perconal-block-m.user_paid .pe_content--personal__level__info__vocabulary a:hover {
    color: #000;
    text-decoration: none;
}

.pe_perconal-block-m .pe_content--personal__level__info__vocabulary a:hover {
    opacity: .8;
    text-decoration: none;
}

.user-profile__friends__list__content__item__message__link {
    display: inline-block;
    vertical-align: top;
}

.pe_perconal-block-m.user_paid {
    background: url("../../b/img/bg-4.jpg");
}

.pe-bg_content {
    background: #fff;
    padding-top: 20px;
}

.pe_personal-nickname-m {
    margin-top: 14px;
}

.pe_personal_wrapper {
    margin: 0;
}

.pe_personal-name1-m {
    display: none;
}

.pe_perconal-block-m.user_paid .pe_personal-info {
    color: #050302;
}

.pe_perconal-block-m.user_paid .pe_personal-info .apple-mark {
    top: -2px;
}

.pe_perconal-block-m.user_paid .pe_content--personal__level__info {
    color: #000;
}

.pe_personal-info {
    color: #fff;
}

.pe_personal-info-m {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pe_personal-info__list__item {
    margin-bottom: 5px !important;
}

.pe_personal-info__list__item__vocabulary {
    margin-bottom: 15px !important;
}

.pe_personal-name-m {
    border: none;
    font-size: 18px;
}

.pe_personal-info-email-m {
    font-size: 16px;
}

.pe_regact-m, a.pe_button_style_1-m {
    color: #00a9e1 !important;
    font-size: 14px;
    text-decoration: underline;
    background: none;
}

.pe_perconal-block-m.user_paid .pe_regact-m, a.pe_button_style_1-m {
    color: #050302 !important;
}

.pe_regact-m:hover {
    text-decoration: none;
}

a.pe_button_style_1-m:hover {
    text-decoration: underline;
    background: none;
}

div.pe_r-menu-m {
    background: none !important;
    height: auto;
    padding-top: 90px;
}

.button-style-4.pe_podpus {
    background: #71b26f;
    border: 0 none;
    display: block;
    border-bottom: 6px solid #639c61;
    font-size: 16px;
    padding: 10px 25px 8px;
    margin: 0;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
}

.button-style-4.pe_podpus:hover {
    background: #78c676;
    color: #fff;
    text-decoration: none;
}

div.pe_r-menu-block-m {
    margin: 0;
    width: auto;
}

.b-progress_container {
    float: right;
    width: 30%;
    margin-top: 40px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 140px;
    transition: line-height .5s;
}

.b-progress_bg {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 85px;
    vertical-align: middle;
    line-height: 60px;
}

.b-progress_container--user {
    margin-top: 21px;
}

.b-progress_container--user .b-progress_title {
    line-height: 1;

}

.b-progress_container--user .j-set_percent {
    margin: 32px 0 0 1px;
    display: block;
}

.b-progress_container--user .b-progress_bg {
    width: 190px;

}

.pe_podpus-user {
    float: right;
    margin: 76px 0 0 0 !important;
    text-align: center;
}

.pe_podpus-user a {
    color: #fff;
}

.pe_subscription-about {
    font-size: 12px;
    text-decoration: underline !important;
}

.b-progress_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
}

.j-set_percent {
    font-size: 30px;
}

.pe-wrapper {
    float: left;
}

.profile-menu-m {
    margin: 0;
    padding-right: 20px;
    max-width: 240px;
    display: inline-block;
}

body .pe_perconal-block-m.user_paid .user-profile__friends__list__content__item__message svg path {
    fill: #fff !important;
}

.movies-action {    
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #0960a2;
    background-image: url('/wp-content/themes/english/assets/images/movies-action_bg.png');
    background-position: center center;
    background-repeat: repeat-x;    
}

.movies-action__title {
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
}

.movies-action__subtitle {
    text-align: center;
    padding-bottom: 40px;
    color: #e2e2e2;
    font-size: 20px;
    font-weight: 300;
}

.movies-action__list {
    text-align: center;
    margin-bottom: 30px;
}

.movies-action__item {
    text-align: center;
    display: inline-block;
    vertical-align: top;    
}

.movies-action__item-img {
    padding: 4px;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(9,96,162,0.7);
    margin: 0 5px 10px;
}

.movies-action__link {
    text-align: center;
}

.movies-action__link a {    
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
}

.movies-action__link a:hover {
    text-decoration: none;
}

.price-increases-tooltip {
    font-size: 16px;
}

.price-increases-tooltip__title {
    font-size: 18px;
}

.price-increases-tooltip ul {
    margin-bottom: 0;
}

.price-increases-tooltip ul li {
    padding-bottom: 15px;
    list-style: inside disc;
}

.price-increases-tooltip ul li:last-child {
    padding-bottom: 0;
}


@media only screen and (max-width: 1100px) {

    .pe_content--personal {
        overflow: hidden;
        padding-bottom: 20px;
    }

}

@media only screen and (max-width: 980px) {

    .b-list-serials {
        width: 640px;
        margin: 0 auto;
    }

    .b-serial_list__serial:nth-child(3n) {
        margin-right: 20px !important;
    }

    /*.b-serial_list__serial:nth-child(2n),
    .b-serial_list__serial:last-of-type {
        margin-right: 0 !important;
    }*/
    .b-serial_list {
        max-width: 640px;
        margin: 20px auto;
    }

    .profile-menu-m {
        display: none;
    }

    .b-list-serial__serial,
    .b-list-serial__serial:nth-child(4n) {
        margin: 0 10px 37px;
    }
}

@media only screen and (max-width: 980px) {
    .pe_personal-info {
        width: 57%;
    }

    .button-style-4.pe_podpus {
        margin-right: 20px !important;
    }

    .pe_content .toggle-link-favorites {
        margin: -50px 10px 0 0;
    }
}

@media only screen and (max-width: 820px) {

    .b-progress_container {
        float: left;
    }
}

@media only screen and (max-width: 720px) {
    .pe-wrapper {
        float: none;
    }

    .button-style-4.pe_podpus {
        margin-right: 50px !important;
    }

    .pe_personal-nickname-m,
    .pe_personal-name-m {
        margin: 0 auto;
    }

    .pe_personal-info {
        text-align: center;
        width: 100%;
    }

    .pe_personal-info--top {
        margin: 0;
    }
}

@media only screen and (max-width: 660px) {
    .b-serial_list .b-serial_list__serial {
        margin: 0 auto 30px !important;
        float: none;
        display: block;
    }

    .b-serial_list {
        max-width: 320px;
    }

    .user_history_table_wrap {
        text-align: center;
    }

    .pe_content .toggle-link-favorites {
        float: none;
    }

    .pe__user-profile__add__left,
    .pe__user-profile__add__right {
        display: block;
        width: 100%;
    }

}
@media only screen and (max-width: 640px) {
    .b-list-serials {
        width: auto;
    }

    .b-list-serial__serial:nth-child(4n),
    .b-list-serial__serial {
        margin: 0 auto 37px;
        float: none;
    }
}

@media only screen and (max-width: 495px) {
    .pe_content .toggle-link {
        float: none;
    }
}

@media only screen and (max-width: 440px) {
    .pe_personal-nickname-m,
    .pe_personal-name-m {
        width: 320px;
    }

    .button-style-4.pe_podpus {
        margin-right: 20px !important;
    }

    .b-progress_container--user .b-progress_bg {
        width: 155px;
    }
}

#dictionary-header.m-blue:before {
    content: none;
}

/* Small devices (tablets, 768px and up) */

@media only screen and (min-width: 768px) and (max-width: 992px) {

    .pe_content--personal__level-block__current {
        font-size: 14px;
    }

    .pe_content--personal__level-block__left {
        width: 110px;
    }

    .pe_content--personal__level-block__right {
        width: 220px;
    }

    .pe_content--personal__level-block__progress {
        width: 170px;
    }

}