.clearfix:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
    height: 0
}

.cabinet {
    padding-top: 10px;
    background: url("/img/cabinet/cab_bg.png") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

}
.cabinet .front{
    background: #eff2f5 !important;
}
.news{
    background: url("/img/cabinet/cab_bg.png") top center no-repeat;
    background-size: cover;
}

.cabinet:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
    height: 0
}
div#tab4 div.tc_about div.tc_about_info ul li:nth-child(1) div {
    display: inline-block;
    vertical-align: text-top;
    width: 200px;
    margin-right: 15px;
    position: relative;
}
div.tc_about div.tc_about_info input {
    color: Black!important;
    width: 200px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -3px;
    padding-left: 5px;
}
@media (max-width: 991px) {
    .cabinet {
        /* padding-bottom: 40px; */
    }
}

.cabinet * {
    outline: none !important
}

.cabinet .table-wrapper {
    display: table;
    width: 100%;
    min-height: 100%;
    height: 1px
}

.cabinet .cell-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.cabinet .container {
    width: 100%;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .cabinet .container {
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .cabinet .container {
        max-width: 750px
    }
}

@media (min-width: 992px) {
    .cabinet .container {
        max-width: 970px
    }
}

@media (min-width: 1200px) {
    .cabinet .container {
        max-width: 1200px
    }
}


.cabinet .tabs__content.active {
    display: block
}

.cabinet .flex-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row
}

.cabinet .tabs_bar {
    margin-top: -180px;
    position: relative;
    float: left;
    width: 300px;
    margin-right: 70px
}

.cabinet .tabs_bar .cabinet_user,
.cabinet .tabs_bar .cabinet_user_pin {
    padding: 10px;
    border-radius: 5px;
    background: #fff;
}

.cabinet .tabs_bar .cabinet_user {
    min-height: 280px;
}

.cabinet .tabs_bar .cabinet_user img {
    width: 100%;
    max-width: 100%
}

.cabinet .tabs_bar ul {
    list-style: none;
    margin: 25px 0 0 0;
    padding: 0
}

.cabinet .tabs_bar ul li {
    cursor: pointer;
    height: 81px;
    border-bottom: 1px solid #b9b9b9;
    font-family: 'GothaProMed';
    font-size: 19px
}

.cabinet .tabs_bar ul li span {
    float: left;
    width: 70px
}

.cabinet .tabs_bar ul li span .normal {
    display: block
}

.cabinet .tabs_bar ul li span .active {
    display: none
}

.cabinet .tabs_bar ul li.active {
    color: #a93f3f;
    display: block !important;
}

.cabinet .tabs_bar ul li.active span .active {
    display: block
}

.cabinet .tabs_bar ul li.active span .normal {
    display: none
}

@media (max-width: 1199px) {
    .cabinet .tabs_bar {
        margin-right: 30px
    }
    div#tab4 div.tc_about div.tc_about_info ul li:nth-child(1) div {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .cabinet .tabs_bar {
        width: 100%;
        float: none;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0
    }
}

.cabinet .cab_content {
    overflow: hidden;
    padding-top: 30px
}

@media (max-width: 991px) {
    .cabinet .cab_content {
    }

    .cabinet .cab_content.usr_content {
        padding-top: 150px
    }
}

.cabinet .tc_about {
    border-radius: 5px;
    background: #fff;
    padding: 30px
}

@media (max-width: 767px) {
    .cabinet .tc_about {
        padding: 20px 10px
    }
}

.cabinet .tc_about h3 {
    font-size: 19px;
    font-family: 'GothaProMed';
    margin: 0
}

.cabinet .tc_about h3 .tc_edit_details {
    cursor: pointer;
    font-family: 'GothaProReg';
    padding-left: 5px;
    margin-left: 20px;
    color: #a93f3f;
    font-size: 15px
}

.cabinet .tc_about h3 .tc_edit_details:hover {
    text-decoration: underline
}

.cabinet .tc_about .tc_about_info {
    margin: 30px 0;
    padding: 30px 0 50px;
    border-top: 1px solid #9e9e9e
}

.cabinet .tc_about .tc_about_info ul {
    list-style: none;
    font-size: 15px
}
.cabinet .tc_about .tc_about_info ul li{
    display: block !important;
}

.cabinet .tc_about .tc_about_info ul .tc_editable {
    font-family: 'GothaProBol'
}

.cabinet .tc_about .tc_about_info ul .tc_edit {
    padding-left: 5px;
    margin-left: 20px;
    color: #a93f3f;
    cursor: pointer
}

.cabinet .tc_about .tc_about_info ul .tc_edit:hover {
    text-decoration: underline
}

.cabinet .tc_about .tc_about_info ul li + li {
    margin-top: 40px;
    position: relative;
}
.cabinet .tc_about .tc_about_info ul li + li textarea{
    width: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 1;
}

@media (max-width: 479px) {
    .cabinet .tc_about .tc_about_info ul .tc_editable {
        display: block
    }

    .cabinet .tc_about .tc_about_info ul .tc_edit {
        padding-left: 0;
        margin-right: 0;
        position: absolute;
        bottom: 0;
        right: 0
    }

    .cabinet .tc_about .tc_about_info ul li {
        position: relative;
        display: block !important;
    }

    .cabinet .tc_about .tc_about_info ul li + li {
        margin-top: 20px
    }
}

.cabinet .tc_about .tc_about_details {
    padding-top: 30px;
    font-family: 'GothaProLig';
    line-height: 24px
}

.cabinet .tc_recipes .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.cabinet .tc_recipes .bef {
    content: "";
    display: block;
    position: absolute
}

.cabinet .tc_recipes .tu {
    text-transform: uppercase
}

.cabinet .tc_recipes .bi {
    font-family: 'Merriweather-BoldItalic'
}

.cabinet .tc_recipes .li {
    font-family: 'Merriweather-LightItalic'
}

.cabinet .tc_recipes .b {
    font-family: 'Merriweather-Bold'
}

.cabinet .tc_recipes .pf {
    font-family: 'Pacifico-Regular'
}

.cabinet .tc_recipes .front, .cabinet .tc_recipes .back {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box
} 

.cabinet .flip-container .front .holder .autor i {
    display: none;
}


.cabinet .tc_recipes .back .title h4 {
    font-family: 'Merriweather-Bold';
    font-size: 18px;
    padding-top: 10px
}


.cabinet .tc_recipes .back .holder {
    line-height: 1.4;
    font-size: 12px
}

.cabinet .tc_recipes .back .holder .info {
    border-top: 1px solid #bebebe;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    padding: 5px 10px;
    box-sizing: border-box
}

.cabinet .tc_recipes .back .holder .info ul {
    display: flex;
    justify-content: space-between
}

.cabinet .tc_recipes .back .holder .info ul li {
    color: #bebebe;
    font-size: 12px
}

.cabinet .tc_recipes .back .holder .info ul li span {
    font-family: 'Merriweather-Bold';
    display: block
}

.cabinet .tc_recipes .back .component {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.cabinet .tc_recipes .back .component li {
    padding: 5px;
    font-size: 10px;
    cursor: default;
    transition: .5s;
    font-family: 'Merriweather-LightItalic';
    border-radius: 5px;
    border: 1px solid #b9b9b9;
    white-space: nowrap;
    overflow-x: hidden;
}

.cabinet .tc_recipes .back .recipe {
    width: 50%;
    font-size: 80%;
    margin: 10px auto 0;
    box-sizing: border-box;
    max-height: 210px;
    overflow-y: auto
}

.cabinet .tc_recipes .back .recipe li {
    position: relative;
    font-size: 12px;
    padding: 2px 0 2px 15px
}

.cabinet .tc_recipes .back .recipe li:before {
    content: "";
    display: block;
    position: absolute;
    background: #af967d;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.cabinet .tc_recipes .back {
    position: relative;
    padding: 10px 0 0 0
}

.cabinet .tc_recipes .back .title .info li {
    margin: 0 15px;
    padding: 0
}

.cabinet .tc_recipes .back .title .info li:last-child {
    color: #bebebe;
    font-size: 12px
}

.cabinet .tc_recipes .back .title .info li:last-child span {
    font-family: 'Merriweather-Bold';
    display: block
}

.cabinet .tc_recipes .back .title .info .time {
    font-size: 10px;
    color: #bebebe;
    position: relative;
    text-align: center
}

.cabinet .tc_recipes .back .title .info .time span {
    display: block;
    font-size: 6px
}

.cabinet .tc_recipes .back .title .info .time:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -4px;
    background: url("/img/time1.png") center no-repeat;
    width: 30px;
    height: 30px;
    transform: translateX(-50%)
}

.cabinet .tc_recipes .back .title .info .count {
    font-size: 12px;
    color: #bebebe;
    position: relative;
    text-align: center
}

.cabinet .tc_recipes .back .title .info .count:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -4px;
    background: url("/img/count.png") center no-repeat;
    width: 35px;
    height: 30px;
    transform: translateX(-50%)
}

.cabinet .tc_recipes .back .component {
    justify-content: space-around;
    max-height: 30px
}

.cabinet .tc_recipes .back .recipe {
    font-size: 80%;
    margin: 10px auto 0;
    padding-left: 10px;
    box-sizing: border-box;
    height: 140px !important;
    position: relative;
    overflow: hidden;
    width: 100%
}

.cabinet .tc_recipes .back .recipe:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 20%;
    top: auto;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    z-index: 1
}

.cabinet .tc_recipes .back .recipe li {
    padding: 2px 0 2px 25px
}

.cabinet .tc_recipes .back .recipe li:before {
    left: 8px
}

.cabinet .tc_recipes .back .author_back {
    position: absolute;
    bottom: 11%;
    left: 20px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover
}

.cabinet .tc_recipes .back .author_back img {
    width: 100%;
    height: 100%;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 0 5px 23px 0 rgba(255, 255, 255, 0.5)
}

.cabinet .tc_recipes .wrapper_nav {
    flex: 1
}

.cabinet .tc_recipes .wrapper_nav .pagenavi {
    float: right
}

.cabinet .tc_dialogs .tc_dialog {
    padding: 25px 30px;
    border-radius: 5px;
    background: #fff;
    height: 100px;
    position: relative
}
@media (max-width: 640px) {
    .cabinet .tc_recipes .flip-container {
        width: 100%
    }
    div#tab4 div.tc_about div.tc_about_info ul li:nth-child(1) div {
        display: block !important;
        width: 100% !important;
        position: relative;
    }
    div.tc_about div.tc_about_info input {
        width: 100%;
    }

}

@media (max-width: 767px) {
    .cabinet .tc_dialogs .tc_dialog {
        padding: 20px 10px
    }
}

.cabinet .tc_dialogs .tc_dialog .img {
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden
}

.cabinet .tc_dialogs .tc_dialog .holder {
    color: #1a1a1a;
    display: block;
    overflow: hidden;
    padding-right: 60px
}

.cabinet .tc_dialogs .tc_dialog .name {
    font-family: 'GothaProMed';
    margin-bottom: 10px;
    display: block
}

.cabinet .tc_dialogs .tc_dialog .text {
    font-size: 14px;
    font-family: 'GothaProLig'
}

@media (min-width: 992px) {
    .cabinet .tc_dialogs .tc_dialog .date {
        top: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        height: 20px;
        margin-top: auto;
        margin-bottom: auto;
        padding-right: 2px
    }
}

.cabinet .tc_dialogs .tc_dialog + .tc_dialog {
    margin-top: 30px
}

@media (max-width: 560px) {
    .cabinet .tc_dialogs .tc_dialog {
        height: auto
    }

    .cabinet .tc_dialogs .tc_dialog .holder {
        padding: 0
    }

    .cabinet .tc_dialogs .tc_dialog .img {
        float: none;
        margin: 10px auto;
        display: block;
        max-width: 60px
    }

    .cabinet .tc_dialogs .tc_dialog .name {
        text-align: center;
        display: block
    }

    .cabinet .tc_dialogs .tc_dialog .date {
        position: relative;
        text-align: center;
        display: block;
        margin-bottom: 10px
    }
}

.cabinet .tc_dialogs .tc_dialog.my_post {
    margin-left: 50px
}

.cabinet .tc_dialogs .tc_dialog.user_post {
    margin-right: 50px
}

.cabinet .tab_drawer_heading {
    display: none
}

@media (max-width: 991px) {
    .cabinet .tab_drawer_heading {
        margin: 10px 0 !important;
        text-align: center;
        display: block;
        cursor: pointer;
        width: 100%;
        line-height: 60px;
        overflow: hidden;
        font-weight: 700;
        text-transform: uppercase;
        border: 1px solid #e4e4e4;
        background: #fff;
        position: relative
    }

    .cabinet .tab_drawer_heading.active, .cabinet .tab_drawer_heading:hover {
        border: 1px solid #e6d352;
        background: #e6d352;
        -webkit-box-shadow: 0 0 19px 5px rgba(230, 211, 82, 0.5);
        -moz-box-shadow: 0 0 19px 5px rgba(230, 211, 82, 0.5);
        box-shadow: 0 0 19px 5px rgba(230, 211, 82, 0.5)
    }

    .cabinet .tab_drawer_heading.active:before, .cabinet .tab_drawer_heading:hover:before {
        top: -1px;
        left: -1px;
        bottom: -1px;
        right: -1px;
        content: '';
        position: absolute;
        border: 1px solid #e6d352
    }
}

@media (max-width: 991px) and (max-width: 640px) {
    .cabinet .tab_drawer_heading {
        font-size: 15px !important;
        line-height: 40px !important
    }
}

.cabinet .tc_settings {
    border-radius: 5px;
    background: #fff;
    padding: 30px
}

@media (max-width: 767px) {
    .cabinet .tc_settings {
        padding: 20px 10px
    }
}

.cabinet .tc_settings h3 {
    font-size: 19px;
    font-family: 'GothaProMed';
    margin: 0
}

.cabinet .tc_settings h3 .tc_edit_details {
    cursor: pointer;
    font-family: 'GothaProReg';
    padding-left: 5px;
    margin-left: 20px;
    color: #a93f3f;
    font-size: 15px
}

.cabinet .tc_settings h3 .tc_edit_details:hover {
    text-decoration: underline
}

.cabinet .tc_settings .tc_settings_form {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #9e9e9e
}

.cabinet .tc_settings .tc_settings_form .line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row
}

.cabinet .tc_settings .tc_settings_form .line .short {
    flex: 0 1 27%;
    -webkit-flex: 0 1 27%;
    flex-basis: 27%
}

.cabinet .tc_settings .tc_settings_form .line .long {
    flex: 0 1 38%;
    -webkit-flex: 0 1 38%;
    flex-basis: 38%
}

.cabinet .tc_settings .tc_settings_form .line .w32 {
    flex: 0 1 32%;
    -webkit-flex: 0 1 32%;
    flex-basis: 32%
}

.cabinet .tc_settings .tc_settings_form .line .w100 {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex-basis: 100%;
    padding-bottom: 30px
}

.cabinet .tc_settings .tc_settings_form .line .input_wrapper {
    position: relative;
    padding-top: 15px
}

.cabinet .tc_settings .tc_settings_form .line .tc_edit {
    position: absolute;
    top: 0;
    padding: 0;
    color: #a93f3f;
    cursor: pointer;
    font-family: 'GothaProLig';
    font-size: 12px
}

.cabinet .tc_settings .tc_settings_form .line .tc_edit:hover {
    text-decoration: underline
}

.cabinet .tc_settings .tc_settings_form .line input, .cabinet .tc_settings .tc_settings_form .line select {
    display: block;
    width: 100%;
    border: 0;
    height: 29px;
    line-height: 28px;
    border-bottom: 1px solid #2a2a2a;
    font-size: 15px;
    color: #2a2a2a !important
}

.cabinet .tc_settings .tc_settings_form .line input.calendar, .cabinet .tc_settings .tc_settings_form .line select.calendar {
    background: url("/img/cabinet/calendar.png") right center no-repeat
}

.cabinet .tc_settings .tc_settings_form .line select {
    background: url("/img/cabinet/select.png") right center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.cabinet .tc_settings .tc_settings_form .line + .line {
    margin-top: 25px
}

.cabinet .tc_settings .tc_settings_form .line + p {
    margin-top: 25px;
    margin-bottom: 0
}

.cabinet .tc_settings .tc_settings_form .line .radio_wrapper {
    overflow: hidden;
    padding-top: 23px
}

.cabinet .tc_settings .tc_settings_form .line .radio_wrapper label {
    line-height: 20px;
    width: 50%;
    float: left;
    padding-left: 30px;
    position: relative
}

.cabinet .tc_settings .tc_settings_form .line .radio_wrapper label .indicator {
    position: absolute;
    height: 20px;
    line-height: 18px;
    left: 0;
    top: 0;
    border-radius: 5px;
    border: 1px solid #9e9e9e;
    width: 20px
}

.cabinet .tc_settings .tc_settings_form .line .radio_wrapper label input {
    display: none
}

.cabinet .tc_settings .tc_settings_form .line .radio_wrapper label input:checked + .indicator {
    background: #c1de97 url("/img/cabinet/chech.png") center no-repeat;
    border-color: #c1de97
}

@media (max-width: 767px) {
    .cabinet .tc_settings .tc_settings_form .line .short, .cabinet .tc_settings .tc_settings_form .line .long, .cabinet .tc_settings .tc_settings_form .line .w32 {
        flex-basis: 100%;
        margin-bottom: 5px
    }

    .cabinet .tc_settings .tc_settings_form .line .radio_wrapper {
        margin-top: 10px
    }
}

.cabinet .tc_settings + .tc_settings {
    margin-top: 30px
}

.cabinet .tc_chosen {
    border-radius: 5px
}

@media (max-width: 767px) {
    .cabinet .tc_chosen {
        padding: 20px 10px
    }
}

.cabinet .tc_chosen h3 {
    padding: 30px;
    font-size: 19px;
    font-family: 'GothaProMed';
    margin: 0;
    background: url(/img/bg-min.png) center repeat-y;
}

.cabinet .tc_chosen h3 .tc_edit_details {
    cursor: pointer;
    font-family: 'GothaProReg';
    padding-left: 5px;
    margin-left: 20px;
    color: #a93f3f;
    font-size: 15px
}

.cabinet .tc_chosen h3 .tc_edit_details:hover {
    text-decoration: underline
}

@media (max-width: 991px) {
    .cabinet .tab_content {
        /* padding-bottom: 40px; */
        /* margin-top: 200px; */
    }

}

.cabinet .cab_content .visible {
    display: block !important
}

.cabinet_banner {
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.cabinet_banner * {
    box-sizing: border-box
}

#bannerPhoto{
    background: url("../img/banner_1.png") no-repeat top center;
    background-size: cover;
}

.cabinet_banner .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .cabinet_banner .container {
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .cabinet_banner .container {
        max-width: 750px
    }
}

@media (min-width: 992px) {
    .cabinet_banner .container {
        max-width: 970px
    }
}

@media (min-width: 1200px) {
    .cabinet_banner .container {
        max-width: 1200px
    }
}

.cabinet_banner .container {
    position: relative;
    height: 500px
}

@media (max-width: 991px) {
    .cabinet_banner .container {
        height: 350px;
        overflow: hidden
    }
}

.cabinet_banner .c_b_info {
    color: #1a1a1a
}

@media (min-width: 992px) {
    .cabinet_banner .c_b_info {
        position: absolute;
        left: 370px;
        bottom: 50px
    }
}

@media (max-width: 991px) {
    .cabinet_banner .c_b_info {
        text-align: center;
        margin-top: 50px
    }
}

.cabinet_banner .c_b_info h1 {
    padding: 0;
    color: #1a1a1a;
    font-size: 39px;
    font-family: 'Merriweather-Bold';
    margin: 0 0 15px
}

.cabinet_banner .c_b_info h1:before {
    display: none
}

@media (max-width: 767px) {
    .cabinet_banner .c_b_info h1 {
        font-size: 30px
    }
}

.cabinet_banner .c_b_info p {
    font-size: 19px
}

