
body{
    margin: 0;
    font-family: GothamPro, sans-serif ;
}

.AllPages>.AllPagesElement>div>header,.AllPages>.AllPagesElement>div>footer,.AllPages>.AllPagesElement>div>.TopVidgets{
    display: none;
}

div, input, button, textarea{
    outline:none;
}

div>.isNoVisible,.isNoVisible{
    display: none;
}

.ButtonOut{
    display: flex;
}
.AllPages>.AllPagesElement>div>main>div>div,.AllPages>.AllPagesElement>div>main>div>div>div,.AllPages>.AllPagesElement>div>main>div>div>div>div,.AllPages>.AllPagesElement>div>main>div>div>div>div>div{
    animation-duration: 0s;
    animation-delay: 0s;
}

a,a:visited{
    color: #1466b4;
}
.StandartSpace{
    padding-left: 5px;
}


.StandartTitle{
    font-family: Geometria, sans-serif ;
    font-weight: 800;
    font-size: 30px;
    color: #413422;
    line-height: 30px;
    padding: 37px 0 37px 0;
}


.ButtonStandart{
    font-weight: 600;
    font-size: 12px;
    width: 127px;
    height: 28px;
    border-radius: 6px;
    line-height: 28px;
    box-shadow: 0 2px 4px 0 rgba(25, 10, 13, 0.2);
    background: #f5b95b;
    color: white;
    text-align: center;
    text-decoration: none;
    margin: auto;
}


.ButtonStandart:hover{
    border-color:  #ffb14e;
}

.ButtonStandart:active{
    border-radius: 4px;
    box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.15);
    background-color: #ffbf58;
}



.AllPagesTop{
    display: flex;
    flex-wrap: wrap;
}

.AllPages>div>div {
    position: relative;
}
.SignUp{
    margin: auto;
    max-width: 1100px;
}

@media only screen and (max-width: 1100px) {
    .SignUp{
        width: 95%;
    }
}

.SignUpform{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.SignUpform>input{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    width: 200px;
}

.SignUpform>button{
    height: 50px;
    width: 200px;
    margin-top: 20px;
}
.PageAuth{
    width: 100%;
    margin: auto;
    max-width: 1100px;
}

@media only screen and (max-width: 1100px) {
    .SignIn{
        width: 95%;
    }
}

.SignInform{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.SignInform>input{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    width: 200px;
}

.SignInform>button{
    height: 50px;
    width: 200px;
    margin-top: 20px;
}
.HeaderAllOut{
    grid-column: 1;
    width: 100%;
    background-color: #190a0d;
    color: white;
}

.HeaderAll{
    padding: 21px 17px 46px 17px;
}

.HeaderAllTopTitleText{
    font-weight: 400;
    font-size: 18px;
    color: #f5b95b;
}

.HeaderAllTopTitle{
    display: flex;
    align-items: center;
}

.HeaderAllTopTitleImg{
    justify-self: left;
}

.HeaderAllTopTitleText{
    margin: auto;
    position: relative;
    top: -5px;
}

.HeaderAllTopProps{
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    padding: 14px 7px 10px 7px;
    border-top: solid 1px #f5b95b;
    border-bottom: solid 1px #f5b95b;
}

.HeaderAllTopPropsPassword{
    display: flex;
    font-weight: 600;
    font-size: 14px;

}

.HeaderAllTopPropsPasswordText{
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.HeaderAllTopPropsLang{
    display: flex;
    font-weight: 600;
    font-size: 14px;
}

.HeaderAllTopPropsLangText{
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.HeaderAllMainInfo{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.HeaderAllMainInfoImg{
    margin-top: 39px;
    border: 2px solid #f5b95b;
    border-radius: 45px;
    width: 84px;
    height: 84px;
}
.HeaderAllMainInfoImg>img{
    position: relative;
}

.HeaderAllMainInfoTitle{
    margin-top: 11px;
    font-weight: 600;
    font-size: 16px;
}

.HeaderAllMainInfoRole{
    margin-top: 11px;
    font-weight: 700;
    font-size: 16px;
    color: #f5b95b;
}

.HeaderAllMainInfoButtonStatus{
    margin-top: 18px;
    border: 1px solid #f5b95b;
    border-radius: 6px;
    padding: 4px 17px 3px 18px;
    font-weight: 400;
    font-size: 12px;
}

.HeaderAllMainInfo>a,.HeaderAllMainInfo>a:visited{
    text-decoration: none;
    color: inherit;
}

.HeaderAllMainInfoButtonStatusActive{
    background-color: #f5b95b;
}

.HeaderAllMainMenu{
    padding-left: 52px;
    margin-top: 40px;
}

.HeaderAllMainMenuElement{
    display: grid;
    grid-template-columns: 45px auto;
    padding-bottom: 20px;
 }

.HeaderAllMainMenu>a{
    color: inherit;
    text-decoration: none;
}

.HeaderAllMainMenuActiveLink>.HeaderAllMainMenuElement>.HeaderAllMainMenuElementText,.HeaderAllMainMenuElement:hover>.HeaderAllMainMenuElementText{
    color: #f5b95b;
}

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

}

.HeaderAllTopButtons{
    display: flex;
}

.HeaderAllTopButtons>div{
    margin-right: 10px;
}

.SignOut{
    cursor: pointer;
}

.ButtonStandartOut>a,.ButtonStandartOut>a:visited{
    text-decoration: none;
}


.ButtonStandart{
    font-weight: 600;
    font-size: 12px;
    min-width: 90px;
    max-width: 150px;
    height: 28px;
    border-radius: 6px;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 2px 4px 0 rgba(25, 10, 13, 0.2);
    background: #f5b95b;
    color: white;
    text-align: center;
    text-decoration: none;
    margin: auto;
    cursor: pointer;
}

.ButtonStandart:hover{
    border-color:  #ffb14e;
}

.ButtonStandart:active{
    border-radius: 4px;
    box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.15);
    background-color: #ffbf58;
}


.LogOutButton{
    margin-top: -9px;
    width: 146px;
    height: 21px;
    background-color: #b63333;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.LogOutButtonNotActive{
    width: 146px;
    height: 21px;
    background-color: gray;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.UpdateAdminTitle{
    text-align: center;
    padding-top: 5px;
}

.AdminListElement>div{
    margin-top: 20px;
}
.AdminListElement{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
}

.AdminListElementUsername{
    width: 200px;
}
.AdminListElementEmail{
    width: 200px;
}

.MutationChangePassword{
    width: 200px;
}
.MutationChangeRights{
    width: 200px;
}

.MutationChangeRightsElement{
    margin-left: 10px;
}
.AdminList{
    margin-top: 30px;
}




.AllNewsChangeBigAdmin{
    width: 100%;
}

.AllFAQAdmin{
    padding: 15px;
}

.AllNewsChangeCategory{
    display: flex;
}
.AllFAQCategoryChange{
    display: flex;
}

.AllFAQCategoryChange>div{
    display: flex;
    flex-direction: column;
}

.UpdateFAQElementAllElementsTop{
    display: flex;
}
.AllNewsChangeOut{
    display: flex;
    justify-content: space-around;
}

.AllNewsChange{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.UpdateText{
    display: flex;
    margin-top: 10px;
}
.UpdateText>div{
    margin-right: 10px;
}

.AllNewsChange>input{
    width: 600px;

}

.AllNewsChangeBigBottom{
    display: flex;
    align-items: center;
    justify-content: center;
}

.AllNewsChangeBigBottomCategory{
    padding-left: 20px;
    padding-right: 20px;
}
.AllNews {
    padding: 15px;
}

.AllNewsChangeInputTitle{
    font-size: 32px;
}
.AllTextsElementTitle{
    padding-top: 60px;
}

.AllTextsElementTitleTitle{
    font-size: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.UpdateTextElement{
    display: grid;
    grid-template-columns: auto 130px;
    margin-top: 10px;
}

.UpdateTextElement{
    margin-left: 20px;
}

.UpdateTextElement>div{
    margin-right: 10px;
}

.ElementText{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.ElementTextName{
    width: 200px;
}


/*# sourceMappingURL=index.34bfb82eae6381c68d66.css.map*/