.help-block{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.help-block.help-block-error{
    color: #bb001c;
}
.tovs_item_top, .persons_item, .users_item_top{
    position: relative;
}
.link-more{
    cursor: pointer;
}
.link-more + input{
    display: none;
}
.link-more + input + .dropdown{
    display: none;
    position: absolute;
    flex-direction: column;
    right: 0;
    top: 30px;
}
.persons_item .link-more + input + .dropdown, .users_item_top .link-more + input + .dropdown{
    top: 50px;
    z-index: 1;
}
.link-more + input + .dropdown > *{
    cursor: pointer;
    color: #9cba35;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.link-more + input + .dropdown > *:hover{
    color: #374f65;
}
.link-more + input:checked + .dropdown{
    display: flex;
}
.persons_item{
    border: 1px solid transparent;
}
.persons_item.active{
    border: 1px solid #9cba35;
}
.dropdown{
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.numb.disabled .plus, .numb.disabled .minus{
    display: none;
}
.orderinfo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-product__table .jq-selectbox__select{
    height: 26px;
    padding: 0;
    width: calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin-left: -10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05), -1px -1px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.new-product__table .jq-selectbox__select .jq-selectbox__trigger-arrow{
    top: 12px;
}
.new-product__table .jq-selectbox__select .jq-selectbox__select-text{
    padding-left: 10px;
}
.new-product__table .dropdown{
    padding: 0;
}
.jq-selectbox__dropdown{
    width: calc(100% + 10px);
    margin-left: -10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05), -1px -1px 5px rgba(0, 0, 0, 0.05);
    padding-top: 52px;
    padding-bottom: 0;
    bottom: unset !important;
}
.dropzone{
    cursor: pointer;
}
.ava.people_item_ico-red, .ava.people_item_ico-blue, .ava.people_item_ico-green{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: none;
}
.userinfo_header_ava .ava.people_item_ico-red, .userinfo_header_ava .ava.people_item_ico-blue, .userinfo_header_ava .ava.people_item_ico-green{
    font-size: 36px;
}
select.userinfo_input.userinfo_options.active{
    color: #374f65;
}
.users_item_info_item{
    min-width: 100%;
}
.tov-filter__list{
    overflow: auto;
}
.userinfo{
    margin-left: 0;
}
.userinfo-row .info-col{
    width: 25%;
}
.js_show_pass{
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    z-index: 1;
}
.profile-popup{
    background-color: #fff;
    max-width: 390px;
    height: 310px;
    text-align: center;
    margin: 0 auto;
    padding: 15px 35px;
    border-radius: 10px;
}
.profile-popup .title{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.profile-popup textarea{
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    width: 100%;
    height: 150px;
    padding: 5px;
    font-size: 13px;
}
.profile-popup .buttons{
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
.profile-popup .submit{
    background-color: #235cc7;
    color: #fff;
    width: 112px;
    height: 30px;
    margin-right: 5px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}
.profile-popup .mfp-close{
    position: relative;
    background-color: #bb001c;
    color: #fff;
    width: 112px;
    height: 30px;
    margin-right: 5px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    line-height: unset;
}
.userinfo_header_name input{
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    height: 46px;
}
.section_tovs .tabs{
    display: flex;
    font-weight: 600;
    font-size: 40px;
}
.section_tovs .tabs input{
    display: none;
}
.section_tovs .tabs label{
    display: block;
    border-radius: 10px 10px 0 0;
    padding: 10px 30px;
    margin-right: 10px;
    cursor: pointer;
}
.section_tovs .tabs input:checked + label{
    background-color: #FFF;
}

.section_tovs .tabs input:checked + .accessories-tab , 
.accessories-tab-content {
    background-color: #ECF3E3;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .loaded .main-wrapper {
        visibility: visible;
        opacity: 1;
    }

    .loaded .icon-load {
        display: none;
    }
}
.userinfo_header_cont > .flex-justify{
    max-width: calc(100% - 30px);
}
.userinfo_header_name .userinfo_input:disabled{
    display: none;
}
.userinfo_header_name .userinfo_input + span{
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 720px;
}
.userinfo_header_name .userinfo_input:disabled + span{
    display: block;
}
@media screen and (max-width: 1240px){
    .userinfo_header_name .userinfo_input + span{
        max-width: calc(100vw - 540px);
    }
}
@media screen and (max-width: 1023px){
    .userinfo_header_name .userinfo_input + span{
        max-width: calc(100vw - 280px);
    }
}
@media screen and (max-width: 599px){
    .userinfo_header_name .userinfo_input + span{
        max-width: calc(100vw - 240px);
    }
}
.link-more.video{
    background: url(../img/dots2.png) no-repeat center;
}