@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.eot');
    src: url('../fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Light.woff2') format('woff2'),
    url('../fonts/Inter-Light.woff') format('woff'),
    url('../fonts/Inter-Light.ttf') format('truetype'),
    url('../fonts/Inter-Light.svg#Inter-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Medium.woff') format('woff'),
    url('../fonts/Inter-Medium.ttf') format('truetype'),
    url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff'),
    url('../fonts/Inter-Regular.ttf') format('truetype'),
    url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Thin.eot');
    src: url('../fonts/Inter-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Thin.woff2') format('woff2'),
    url('../fonts/Inter-Thin.woff') format('woff'),
    url('../fonts/Inter-Thin.ttf') format('truetype'),
    url('../fonts/Inter-Thin.svg#Inter-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
*{
    margin: 0;
    padding: 0;
}
body{
    background: #312624;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #F7EEE3;
}
.wraper{
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    background: #312624;
    overflow: hidden;
    transition: all 1s ease-in-out;
    transform: translateX(-100%);
    z-index: 10;
    visibility: hidden;
}
header .menu{
    width: calc(100% - 50px);
    height: calc(100% - 61px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px 25px 36px 25px;
}
.page .box{
    padding: 36px 25px 29px 25px;
}
header .menu .box,
.page .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
header .menu .box .balun,
.page .box .balun{
    width: 17px;
    display: block;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1;
    position: relative;
    margin-top: 6px;
}
header .menu .box .balun span,
.page .box .balun span{
    background: #fff;
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 3px;
}
header .menu .box .balun span:last-child,
.page .box .balun span:last-child{
    width: 80%;
    margin-bottom: 0;
}
header .menu .box .zag,
.page .box .zag{
    width: auto;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #F7EEE3;
}
.page .box .zag{
    width: 100%;
    margin: -21px 0 0 0;
}
header .menu .box .clouse{
    width: 14px;
    height: 14px;
    display: block;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
header .menu .box .clouse span{
    background: #fff;
    width: 16px;
    height: 1px;
    display: block;
    transform: rotate(44deg);
    margin-top: 1px;
}
header .menu .box .clouse span:last-child{
    transform: rotate(-44deg);
    margin-top: -1px;
}
header .menu .name{
    background: #443631;
    border-radius: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #F7EEE3;
    margin: 29px 0 30px 0;
    padding: 20px;
}
header .menu ul{
    list-style: none;
    padding: 0;
    height: 100%;
}
header .menu ul li{
    margin-bottom: 25px;
}
header .menu ul li a{
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #F7EEE3;
    text-decoration: none;
    padding: 5px 0 5px 42px;
    display: block;
}
header .menu ul li a:hover{
    color: #fff;
}
header .menu ul li.project a{
    background: url("../img/icon.svg") 0 50% no-repeat;
}
header .menu ul li.seting a{
    background: url("../img/icon1.svg") 0 50% no-repeat;
}
header .menu ul li.devaice a{
    background: url("../img/icon2.svg") 0 50% no-repeat;
}
header .menu ul li.user a{
    background: url("../img/icon3.svg") 0 50% no-repeat;
}
header .menu ul li.all_project{
    border-top: 1px solid #443631;
    margin: 29px 0 25px 0;
    padding: 25px 0 0 0;
}
header .menu ul li.all_project a{
    background: url("../img/icon4.svg") 0 50% no-repeat;
}
header .menu ul li.lk a{
    background: url("../img/icon5.svg") 0 50% no-repeat;
}
header .menu .exit{
    background: url('../img/icon6.svg') 0 50% no-repeat;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    color: #F7EEE3;
    text-decoration: none;
    padding: 5px 0 5px 37px;
    display: block;
}
header.open{
    visibility: visible;
}
header.open:not(.hiding),
header.open.showing{
    transform: none;
}
.page{

}
.page .item{
    width: 86%;
    margin: 0 auto 11px auto;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.page .item .img{
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.page .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.page .item .adress{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #F7EEE3;
    z-index: 1;
    height: calc(100% - 14px);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 0 15px 13px;
}
.project_seting{
    padding: 0 22px 29px 22px;
}
.project_seting .item{
    padding: 20px;
    background: #443631 url('../img/li.svg') 94% 50% no-repeat;
    border-radius: 12px;
    margin: 0 auto 30px auto;
}
.project_seting .item .adress{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #F7EEE3;
    position: relative;
    height: auto;
    width: auto;
    padding: 0;
}
.project_seting .scroll{
    overflow: scroll;
    width: calc(100% + 20px);
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.project_seting .scroll::-webkit-scrollbar {
    display: none;
}
.project_seting .spisok{
    list-style: none;
    padding: 0 0 0 4px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    width: max-content;
}
.project_seting .spisok li{
    margin-right: 40px;
}
.project_seting .spisok li a{
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #F7EEE3;
    text-decoration: none;
}
.project_seting .spisok li.active a{
    color: #FF782D;
    font-weight: 500;
}
.project_seting .action{

}
.project_seting .action .item{
    margin: 0 auto 12px auto;
    padding: 0;
    background: #443631;
    width: calc(100% - 5px);
}
.project_seting .action .item a,
.project_seting .action .item .box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    color: #F7EEE3;
    text-decoration: none;
    padding: 13px 16px;
    min-height: 32px;
}
.project_seting .action .item .icon img.act{
    margin-top: -30px;
    opacity: 0;
}
.project_seting .action .item.active .icon img.act{
    opacity: 1;
}
.project_seting .action .item .icon{
    margin-right: 15px;
    width: 30px;
}
.project_seting .action .item .icon img{
    margin: 0 auto;
    display: block;
    transition: all 0.5s;
}
.project_seting .action .item .name{
    font-size: 12px;
}
.project_seting .action .item .check{
    margin: 0 0 0 auto;
}
.project_seting .action .item .check input{
    display: none;
}
.project_seting .action .item .check label{
    width: 44px;
    height: 24px;
    background: #A98467;
    border-radius: 100px;
    display: block;
    position: relative;
    cursor: pointer;
}
.project_seting .action .item .check label:before{
    content: '';
    background: #DABCA3;
    box-shadow: 0 0 0 rgb(255 203 124 / 27%);
    width: 16px;
    height: 16px;
    border-radius: 100px;
    display: block;
    top: 0;
    bottom: 0;
    left: 4px;
    position: absolute;
    margin: auto;
    transition: all 0.5s;
}
.project_seting .action .item .check input:checked + label:before{
    left: 24px;
    background: #FFC56F;
    box-shadow: 0 0 8px rgba(255, 203, 124, 0.27);
}
.project_seting .action .item .drop{
    width: 20px;
    height: 16px;
    margin: 0 0 0 auto;
    cursor: move;
}
.project_seting .action .item.tasks__item{
    cursor: move;
    font-size: 0;
}
.project_seting .action .item .redio{
    width: 24px;
    height: 24px;
    margin: 0 0 0 auto;
}
.project_seting .action .item .redio input{
    display: none;
}
.project_seting .action .item .redio label{
    width: 50px;
    height: 50px;
    background: url('../img/radio.svg') 50% 50% no-repeat;
    display: block;
    cursor: pointer;
    margin: -13px 0 0 -15px;
}
.project_seting .action .item .redio input:checked + label{
    background: url("../img/radio1.svg") 50% 50% no-repeat;
}
.project_seting .action .item .remove{
    margin: 0 0 0 auto;
    width: 20px;
    height: 24px;
}
.project_seting .action .item .remove .delete{
    width: 20px;
    height: 24px;
    display: block;
    padding: 0;
    min-height: auto;
}
.project_seting .action .item .remove .delete img{

}
.project_seting .action a.back{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #F7EEE3;
    text-decoration: none;
    background: url("../img/arrow.svg") 0 0 no-repeat;
    display: block;
    padding: 0 0 0 17px;
    margin: 0 0 21px 2px;
}
.project_seting .temp{
    font-weight: 100;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    background: #443631;
    border: 1px solid #FF782D;
    box-shadow: 0 0 49px rgba(255, 174, 75, 0.14);
    width: 150px;
    height: 150px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0 auto;
    position: relative;
}
.project_seting .temp:before{
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    left: 0;
    right: 0;
    bottom: 18px;
    margin: auto;
    background: #FF782D;
    border-radius: 100px;
}
.project_seting .tab{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.project_seting .tab:after{
    content: '';
    background: #443631;
    width: 100%;
    height: 2px;
    display: block;
    border-radius: 100px;
}
.project_seting .tab a{
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #F7EEE3;
    background: none;
    border: none;
    padding: 0 0 10px 0;
    width: 50%;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.project_seting .tab a.tabs__btn_active{
    margin-bottom: -2px;
    font-weight: 400;
    z-index: 1;
}
.project_seting .tab a.tabs__btn_active:after{
    content: '';
    background: #FF782D;
    width: 100%;
    height: 2px;
    box-shadow: 0 0 7px rgb(255 174 75 / 25%);
    border-radius: 100px;
    display: block;
    margin: 10px 0 -10px 0;
}
.project_seting .tabs__pane{
    display: none;
    position: relative;
}
.project_seting .tabs__pane.tabs__pane_show{
    display: block;
    margin-bottom: 50px;
}
.project_seting .tabs__pane .btn{
    background: #FF782D;
    border-radius: 12px;
    filter: drop-shadow(0px 0px 49px rgba(255, 174, 75, 0.14));
    width: 225px;
    height: 50px;
    position: fixed;
    bottom: 35px;
    border: none;
    padding: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #F7EEE3;
    z-index: 1;
    cursor: pointer;
}
.project_seting .tabs__pane .btn.non{
    position: relative;
    margin: 30px auto;
    display: block;
    top: 0;
}
.project_seting .tabs__pane .btn.abs{
    bottom: 0;
    top: 0;
    margin: auto;
}
.project_seting .tabs__pane:after{
    content: '';
    position: fixed;
    width: 330px;
    height: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(49,38,36,1) 75%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(49,38,36,1) 75%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(49,38,36,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6312624',GradientType=0 );
}
.project_seting .item.label{
    background: none;
    margin: 0 auto 30px auto;
    border-radius: 0;
}
.project_seting .item label{
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 7px;
    display: block;
}
.project_seting .item input{
    background: #443631;
    border-radius: 12px;
    width: calc(100% - 32px);
    height: 60px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #F7EEE3;
    outline: 0;
    border: none;
    padding: 0 16px;
    letter-spacing: 0.5px;
}
.project_seting .item input::placeholder{
    color: rgba(247, 238, 227, 0.6);
}
.project_seting .item.label .btn{
    background: #FF782D;
    filter: drop-shadow(0px 0px 49px rgba(255, 174, 75, 0.14));
    border-radius: 12px;
    width: 225px;
    height: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    margin: 29px auto;
    border: none;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.project_seting .action .top-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 3px;
    margin-bottom: 11px;
}
.project_seting .action .top-box .zag{
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: rgba(247, 238, 227, 0.6);
}
.project_seting .action .top-box .back{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #FF782D;
    padding: 0;
    background: none;
}
.box-link{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 3px;
    margin: -8px auto 19px auto;
    width: 57%;
}
.box-link a{
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #F7EEE3;
    text-decoration: none;
}
.box-link a.active{
    font-weight: 500;
    color: #FF782D;
}
.popup{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(49, 38, 36, 0.7);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.popup .content{
    width: 325px;
    background: #443631;
    box-shadow: 0 0 84px 6px rgba(255, 174, 75, 0.3);
    border-radius: 12px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: fit-content;
    padding: 50px 0;
}
.popup .content .zag{
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #F7EEE3;
    margin-bottom: 30px;
}
.popup .content .chekbox{
    width: 70%;
    margin: 0 auto;
}
.popup .content .chekbox input{
    display: none;
}
.popup .content .chekbox label{
    background: #443631;
    border: 1px solid #FF782D;
    border-radius: 12px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.popup .content .chekbox label:before{
    content: '';
    background: #FF782D;
    border-radius: 12px;
    width: calc(50% + 2px);
    height: 100%;
    position: absolute;
    top: 0;
    left: -2px;
    transition: all 0.5s;
}
.popup .content .chekbox label span{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #F7EEE3;
    width: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 8px 0;
    cursor: pointer;
}
.popup .content .chekbox input:checked + label:before{
    left: 50%;
}
.page .box .redit{
    position: absolute;
    right: 25px;
    z-index: 1;
}
.edit_page{
    margin: -2px 0 0 0;
}
.edit_page .name_ava{
    background: #443631;
    border: 1px solid #FF782D;
    box-shadow: 0 0 49px rgba(255, 174, 75, 0.14);
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: 0 auto 29px auto;
    font-weight: 200;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.edit_page .name{
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #F7EEE3;
    text-align: center;
    margin-bottom: 10px;
}
.edit_page .email{
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #F7EEE3;
    text-align: center;
}
.edit_page .link{
    margin: 29px auto;
    width: 87%;
}
.edit_page .link .item{
    background: #443631 url('../img/arrow1.svg') 93% 50% no-repeat;
    border-radius: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #F7EEE3;
    display: block;
    width: calc(100% - 38px);
    text-decoration: none;
    padding: 23px 19px;
}
.edit_page .edit_name{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FF782D;
    text-decoration: none;
    margin: -10px auto 0 auto;
    width: fit-content;
    display: block;
}
.edit_page .label{
    margin: 30px auto 0 auto;
    width: 87%;
}
.edit_page .label label{
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 6px;
    display: block;
}
.edit_page .label input{
    background: #443631;
    border-radius: 12px;
    height: 60px;
    width: calc(100% - 34px);
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #F7EEE3;
    border: none;
    padding: 0 17px;
    outline: 0;
}
.edit_page .label input::placeholder{
    color: rgba(247, 238, 227, 0.6);
}
.edit_page .label .btn{
    background: #FF782D;
    filter: drop-shadow(0px 0px 49px rgba(255, 174, 75, 0.14));
    border-radius: 12px;
    width: 225px;
    height: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #F7EEE3;
    letter-spacing: 0.2px;
    border: none;
    margin: 30px auto 0 auto;
    cursor: pointer;
}
.edit_page .back{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #F7EEE3;
    text-decoration: none;
    background: url('../img/arrow.svg') 0 0 no-repeat;
    display: block;
    padding: 0 0 0 17px;
    margin: 1px 0 29px 24px;
}
.edit_page .num{
    width: 60px;
    height: 60px;
    background: #443631;
    border: 1px solid #FF782D;
    box-shadow: 0 0 49px rgba(255, 174, 75, 0.14);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 0 auto;
}
.edit_page .text{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #F7EEE3;
    margin: 29px 0 0 0;
}
.edit_page .number{
    margin: 30px auto 0 auto;
    width: 86%;
}
.edit_page .number label{
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    margin-bottom: 6px;
}
.edit_page .number .box{
    padding: 0;
    margin-bottom: 31px;
}
.edit_page .number .item{
    display: flex;
    justify-content: space-between;
    width: 47%;
    margin: 0;
    border-radius: 0;
}
.edit_page .number .item input{
    width: 44px;
    height: 50px;
    background: #443631;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    border: none;
    outline: 0;
    text-align: center;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}
.edit_page .number a{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-decoration-line: underline;
    color: rgba(247, 238, 227, 0.6);
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.edit_page .img{
    width: 325px;
    height: 180px;
    overflow: hidden;
    border-radius: 12px;
    margin: 0 auto;
}
.edit_page .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}