.close-icon {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.close-icon, .close-icon svg, .close-icon, .close-icon img {
    width: 16px;
    height: 16px;
}

.like-workout-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

.like-workout {
    margin-left: auto;
    margin-top: 2.1rem;
    border-radius: 6px;
    border: none;
    height: 6.2rem;
    width: 170px;
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 9px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

.like-workout .heart {
    width: 28px;
    height: 28px;
    background: transparent url(../img/starg.svg) 0 0 no-repeat;
    -webkit-background-size: cover !important;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.3rem;
}

.like-workout.active .heart {
    background: transparent url(../img/star.svg) 0 0 no-repeat;
}

.like-workout * {
    display: inline-block;
    vertical-align: middle;
}

.plan .wrap .comments-block .comment p {
    position: relative;
}

.authorization-support {
    padding: 4.8rem 9.1rem 4.6rem 9.1rem;
    background-color: #fff;
    width: 53.6rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 9px;
    position: absolute;
    top: 50%;
    margin-top: -240px;
    left: 0;
    right: 0;
    display: none;
    box-shadow: #C7C7C7 2px 2px 12px;
}

.success-popup.visible {
    display: block;
    margin-top: -50px;
}

.authorization-support textarea {
    width: 100%;
    border-radius: 6px;
    background: #F5F5F5;
    border: none;
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    padding: 1.7rem;
    font-weight: 500;
}

.authorization-support .button {
    display: block;
    width: 100%;
    height: 6.2rem;
    font-size: 1.8rem;
    background: #FF9900;
    border-radius: 9px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    margin-top: 2.5rem;
}

.authorization-support .title1 {
    margin-bottom: 2.5rem;
}

.error1 {
    color: #FF1D1D;
    bottom: -1rem;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    width: 100%;
    text-align: center;
    left: 0;
}

.error-message, .authorization-support .error {
    color: #FF1D1D;
    font-size: 1.4rem;
    font-weight: 500;
}

.authorization .error-message {
    margin-top: 1.8rem;
}

.lists .wrap .list .blocks .block.view.block-center {
    margin-left: auto;
    margin-right: auto;
}

.custom-box {
    width: 100%;
}

.comment .close-icon {
    top: -18px;
}

.pd30 {
    padding-top: 30px;
}

.lists.favorites {
    /*padding-top: 0;*/
}

.footer-info {
    padding: 15px 0px;
}

.footer-info a {
    color: inherit;
}

.header .wrap .header-wrap .right.logged .stars {
    /*color: inherit;*/
}

.header .wrap .header-wrap .right.logged .logout {
    /*color: inherit;*/
}

.success-popup-wrap {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.success-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 4.8rem 9.1rem 4.8rem 9.1rem;
    border-radius: 9px;
}

.success-popup-wrap.visible {
    display: block;
}

.error-page {
    min-height: 55vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.error-block {
    width: 50%;
}

.custom-title1 {
    font-weight: bold;
    color: #FF9900;
    margin-top: 10px;
    text-transform: uppercase;
}

.custom-title2 {
    font-weight: bold;
    color: #B7B7B7;
}

.error-text {
    font-weight: bold;
}

.error-img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.error-img img {
    max-width: 486px;

}

.fz56 {
    font-size: 5.68rem;
}

.custom-title2 a {
    color: inherit;
}

.calc-botttom {
    margin-top: 3.2rem;
}

.video-js .vjs-big-play-button {
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

.footer-info {
    font-size: 1.6rem;
}

.comment {
    position: relative;
}

.lost_popup form img {
    position: absolute;
    right: 1.7rem;
    top: 1.7rem;
    width: 2rem;
    cursor: pointer;
}

.hidden-block {
    display: none;
}
.lang_show{
    display: block;
}
.header .wrap .header-wrap .center{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}
.header .wrap .header-wrap .center a{
    margin-right: 1.7rem;
}
@media all and (max-width: 995px) {
    .header .wrap .header-wrap .right.logged .logout{
        margin-left: 15px;
    }
    .header .wrap .header-wrap .left .title{
        margin-right: 15px;
    }
    .header .wrap .header-wrap .center a{
        /*margin-right: auto;*/
    }
    .header .wrap .header-wrap .right.logged{
        flex-basis: 281px;
        justify-content: flex-end;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}
@media all and (max-width: 850px) {
    .header .wrap .header-wrap .center{
        display: block;
    }
    .error-img {
        justify-content: center;
    }

    .comment .close-icon {
        top: -56px;
    }

    .authorization-support, .success-popup {
        padding: 3.4rem 4.3rem 4.8rem 4.3rem;
        width: 95%;
    }

    .fz56 {
        font-size: 4rem;
    }

    .error-page {
        flex-wrap: wrap;
    }

    .error-img, .error-text {
        min-width: 100%;
        text-align: center;
    }

    .error-text {
        order: 1;
    }

    .error-img {
        order: 2;
    }
}

@media all and (min-width: 851px) {
    .lists .wrap .list .title-block .title {
        min-width: 450px;
    }

    .lists .wrap .list .title-block {
        flex-wrap: nowrap;
    }
}