*{
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
    font-family: 'Montserrat', sans-serif;
}
.flex{
	display: flex;
	justify-content: center;
	align-items: center;
}

.sagaSocOpros {
    width: 100%;
    overflow: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    background-color: #eee;
    min-height: 100vh;
    align-items: flex-start;
}

body {
    min-height: 100vh;
    background: #eee;
}

h1,h2,h3,h4,h5,h6{
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.button {
    width: 100px;
    padding: 16px 18px;
    text-transform: uppercase;
    background-color: #ff0000;
    color: #fff;
    /* border: 3px solid #00950f; */
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    border: 0px;
    transform: scale(1.0);
    margin-left: 20px;
}

.button:hover {
    transform: scale(1.1);
}

.msoMainTitle {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.sagaSocOpros .sagaContainer{
	width: 1600px;
	margin: 0px auto;
	background-color: #fff;
}

.modulSocOpros {
    justify-content: space-between;
    width: 100%;
    padding: 50px;
    align-items: flex-start;
}
.msoQuestion, .msoAnswer {
    width: 45%;
    min-height: 60vh;
}
.msoForm{
	position: relative;
}

.blockAnswer {
    /* position: absolute; */
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
    display: none;
}

.blockAnswer.active {
    opacity: 1;
    z-index: 1;
    display: block;
}

.msoPanel{
	height: auto;
	justify-content:  space-between;
	padding: 0px;
	gap: 1px;
}

img.logo {
    width: 100px;
    margin-right: 50px;
}

.msoPanel .msoFn {
    height: 45px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    background: #5c5c5c;
    color: #fff;
    border: 4px solid #fff;
    cursor: pointer;
    transition: 0.3s;
    width: 155px;
    justify-content: center;
}

.msoPanel .msoFn:hover {
	border:1px solid #fff;
	background-color: #eee;
	color: #5c5c5c;
}

.msoForm{
	margin-top: 20px;
}

.msoMainContent{
	justify-content: space-between;
	height: 60px;
	align-items: center;
}

.msoStepBlock .stepButton{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	background: #eee;
	margin: 5px 0px;
	padding: 0px 10px;
	transition: 0.3s;
	cursor: pointer;
}

li.stepButton.active{
    background: #7595ff;
    color: #fff;
}
li.stepButton:hover {
    background: #606fa1;
    color: #fff;
}


.msoFstep {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 45px;
    font-size: 20px;
    font-weight: 600;
    background: #eeeeee;
    color: #fff;
    border: 4px solid #fff;
    cursor: pointer;
}

.msoFstep.active {
    border: 1px solid #fff;
    background: #7595ff;
}

.msoFstep:hover {
    border: 3px solid #fff;
    background: #606fa1;
}

.ansverTitle{
	font-size: 25px;
	margin-bottom: 20px;
}

.msoRadio{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.msoRadioBlock{
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	font-size: 40px;
	background-color: #eee;
	border:1px solid #fff;
	transition: 0.3s;
	cursor: pointer;
}

.msoRadioBlock.active {
    background: #7595ff;
    color: #fff;
}


.msoRadioBlock:hover {
    background-color: #606fa1;
    color: #fff;
}


.msoChecked {
    font-size: 20px;
}


.msoCheckBlock {
    padding: 20px;
    background: #eee;
    margin: 0px 0px;
    border: 1px solid #fff;
    width: 50%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}


.msoCheckBlock:hover {
    background: #606fa1;
    color: #fff;
}


.msoCheckBlock.active {
    background: #7595ff;
    color: #fff;
}

.msoChecked {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.checkButton {
    width: 100%;
    padding: 20px;
}


.buttonStop{
    display: none;
    width: 100%;
    padding: 20px  ;
    position: absolute;
    bottom: 0px;
    text-align: right;
}
.buttonStop.active{
    display: block;
}

.nextButtonBlock {
    width: 100%;
    padding: 20px 0px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

ul.msoStepBlock.flex {
    flex-wrap: wrap;
    font-size: 20px;
    justify-content: space-between;
    align-items: flex-start;
}

li.ansverBlock.flex {
    justify-content: space-between;
    width: 49%;
    padding: 10px;
    background: #eee;
    margin: 3px 0px;
    height: auto;
    padding: 20px;
}
p.textAnsver {
    font-weight: 600;
    text-align: right;
}

p.textQuestion{
    width: 40%;
}

.msoQuestion.msoAnsver{
    width: 100%;
}

.statInfo{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.statInfo .quest {
    width: 49%;
    border: 1px solid #eee;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 1% 0px;
    padding: 20px;
    flex-wrap: wrap;
    position: relative;
}
p.statInfo {
    position: absolute;
    bottom: 0px;
}

p.statInfo {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 10px;
    font-size: 25px;
    background: #eee;
}

p.title {
    font-size: 19px;
    position: relative;
    padding: 10px 0px;
    width: 100%;
    left: 0px;
}

.diagram  p.title{

    width: 244px;
}

.statHeader {
    width: 100%;
    padding: 20px;
    color: #236a61;
    background: #eee;
    text-align: center;
}

ul.allInfo.flex {
    justify-content: space-between;
    font-size: 16px;
    padding: 0px;
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
}

li.inf {
    width: 100%;
    background: #2c9587;
    padding: 20px;
    border: 1px solid #fff;
    display: flex;
    min-height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li.inf b{
    display: block;
    text-align: right;
}

.mainTitle{
    font-size: 40px;
}

.sagaContainer .nav {
    width: 100%;
    padding: 20px;
    text-align: right;
    display: flex;
    background-color: #000000;
    align-items: center;
    justify-content: space-between;
}

a.link {
    margin-left: 20px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

p.errorInfo {
    font-size: 25px;
    margin-top: 20px;
    background: #eee;
    height: auto;
    padding: 20px;
}

.statsInfo {
    width: 100%;
}

p.textAnsver span {
    color: #cdcdcd;
    font-size: 12px;
}

p.textAnsver span.active {
    color: #5c6a97;
}


.graphBlock li.flex {
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    background: #eee;
    padding: 5px;
    margin-bottom: 10px;
}

.quest.graphArray {
    width: 100%;
}

.quest.graphArray p.title {
    font-size: 22px;
    position: relative;
    min-height: 50px;
    padding: 10px 0px;
    width: 100%;
    left: 0px;
}

.statContainer {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 70%;
    height: max-content;
}

.leftSidebar, .rightSidebar {
    width:30%;
    padding: 0px 10px;
}

.titleAside.flex {
    min-height: 75px;
    background: #7c8dc5;
    color: #fff;
    font-weight: 600;
}

.quest.allUser {
    width: 100%;
    margin-top: 0px;
}

.quest.allUser .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: auto;
}

li.inf span {
    max-width: 90%;
    display: block;
}

.dayList.flex {
    width: 100%;
    height: auto;
    min-height: 152px;
    align-items: flex-end;
    justify-content: flex-start;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.dayInfo {
    text-align: center;
    position: relative;
    min-width: 57px;
    bottom: -12px;
    /* left: 2px; */
    margin-left: 0px;
    padding: 0px 3px;
}

.dateInfo {
    position: relative;
    bottom: -2px;
    font-size: 10px;
    padding: 0px 5px;
}



.diagram {
    width: 300px;
    height: auto;
    /*border-radius: 50%;*/
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}
/*.diagram::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    background: #fff;
    width: 260px;
    height: 260px;
    z-index: 3;
    opacity: 1;
    }*/
    .diagram .piece {
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        overflow: hidden;
        position: absolute;
    }
    .diagram .piece.left {
        transform: rotate(60deg);
        z-index: 2;
        border-radius: 50%;
    }
    .diagram .piece::before {
        content: '';
        display: block;
        position: absolute;
        width: 50%;
        height: 100%;
    }
/*.diagram .left::before {
    background: #00278A;
}
*/
/*.diagram .piece.right {
    transform: rotate(270deg);
    z-index: 1;
    border-radius: 50%;
    }*/
/*.diagram .right::before {
    background: #00278A;
    }*/

    .diagram .text {
        /*position: absolute;*/
        z-index: 3;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .diagram .text b {
        font-size: 20px;
        color: #8596c3;
        letter-spacing: 2px;
    }

    .diagram .text b span{
        font-size: 40px;
        color: #f00;
        letter-spacing: 2px;
    }

    .userList {
        margin: 20px 0px;
    }

    .usersInfo {
        margin: 3px 0px;
        background: #00278a;
        color: #fff;
        padding: 10px;
    }

    .usersInfo {
        margin: 3px 0px;
        background: #00278a;
        color: #fff;
        padding: 10px;
    }

    p.name {
        margin: 0px 0px 5px 0px;
    }

    form.userInfo{
        padding: 20px;
        background: #eee;
        width: 100%;
    }

    div.userInfo {
        display: flex;
        gap: 20px;
        align-items: center;
        flex-wrap: wrap;
    }

    div.userInfo input {
        width: 400px;
        font-size: 16px;
        padding: 10px;
        border: 2px solid #32f5db;
    }

    p.formText {
        font-size: 20px;
        margin-bottom: 5px;
    }

    button.button.goDopUserList.hidden {
        display: none;
    }

    .tabMenu {
        width: 100%;
        /* background: #eee; */
        margin: 10px 0px 10px 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .tabMenu a {
        width: auto;
        background: #575252;
        color: #fff;
        padding: 15px;
        text-decoration: none;
        margin: 3px;
        transition: 0.3s;
        font-weight: 600;
    }
    a.active, .tabMenu a:hover {
        background: #ffffff;
        color: #f00;
    }

    .flex.statContainer.userTab {
        width: 100%;
    }

    table.userListTable {
        width: 100%;
        text-align: center;
    }

    tr.userOneInfo {
        margin: 5px 0px;
        background: #ededed;
    }


    tr.userOneInfo:hover {
        margin: 5px 0px;
        background: #cdcdcd;
    }
    tr.userOneInfo td {
        padding: 5px;
    }

    ul.listOpr {
        width: auto;
        text-align: left;
    }


    ul.listOpr li{
        padding: 3px;
    }

    .formPopu{
        width: 100%;
        height: 100vh;
        background: #0003;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0px;
        left: 0px;
        overflow: hidden;
        transition: 0.3s;
    }

    .blockPopup {
        background: #fff;
        padding: 0px;
        box-shadow: 10px 10px 4px #0005;
        padding-bottom: 20px;
        min-width: 500px;
    }

    .formPopu.hidden{
        height: 0px;
    }

    .blockPopup div {
        padding: 5px 20px;
    }

    .blockPopup  .headerPopup {
        background: #eee;
        font-weight: 600;
        padding: 20px;
    }



    .blockPopup  .headerPopup span:hover{
        color: #f00;
        transform: scale(1.1);
        cursor: pointer;
    }

    .blockPopup .titlePopup {
        padding: 10px 20px 0px 20px;
        font-size: 12px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .blockPopup .popupParam {
        padding: 0px;
    }
    .blockPopup .popupParam img {
        width: 25px;
        cursor: pointer;
    }

    .linkPopup{
        border: 0px;
        width: 100%;
        padding: 5px 20px;
    }

    .button.goQuestOk {
        width: auto;
    }

    .msoTitleBlock.flex {
        width: 100%;
        justify-content: space-between;
        color: #fff;
    }

    .msoTitleBlock.flex h1{
        font-size: 30px;
    }

    .messageOk {
        padding: 50px;
        text-align: left;
    }
    .messageOk div h1 {
        font-size: 50px;
        color: #39dec8;
    }
    .messageOk div p {
        font-size: 25px;
        margin: 20px;
    }



    h4.flex span{
        max-width: 80%;
    }

    @media (max-width: 767px) {

        .prog {
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
        }

        .sagaContainer .nav {
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
            font-size: 15px;
            gap: 30px;
        }

        .messageOk {
            padding: 50px;
            text-align: center;
            flex-direction: column;
        }

        .messageOk img{
            width: 100%;
            margin-bottom: 30px;
        }

        .messageOk div h1 {
            font-size: 45px;
            color: #39dec8;
        }

        .msoQuestion {
            display: none;
        }
        .sagaSocOpros .sagaContainer {
            width: 100%;
            min-height: 100vh;
        }
        .sagaSocOpros {
            padding: 0px 0px;
        }
        .msoQuestion, .msoAnswer {
            width: 100%;
        }
        .msoPanel {
            flex-wrap: wrap;
            height: auto;
            padding: 5px;
            justify-content: space-between;
        }

        .modulSocOpros {
            padding: 20px;
        }
        .msoFunAll.flex {
            width: 100%;
            display: none;
        }

        .msoFunStep.flex {
            width: 100%;
        }
        .ansverTitle {
            font-size: 20px;
            margin-bottom: 30px;
            margin-top: 20px;
        }

        .msoRadioBlock {
            width: 50%;
            height: 60px;
        }

        .button {
            width: 100%;
            margin: 0px;
        }
        .sagaSocOpros {
            background-color: #fff;
        }
        li.inf {
            width: 100%;
            min-height: 50px;
        }

        ul.allInfo.flex {
            font-size: 17px;
            padding: 0px 0px;
            flex-wrap: wrap;
        }
        .statInfo .quest {
            width: 100%;
        }
        .mainTitle {
            font-size: 32px;
            margin-bottom: 20px;
        }

        .msoQuestion.msoAnsver.okInfo{
            display: block;
        }
        img.logo {
            width: 50%;
            margin-right: 0px;
        }

        .msoMainTitle {
            font-size: 20px;
            width: 100%;
        }
        .msoMainContent {
            height: auto;
            flex-direction: column;
            padding: 20px;
        }
        li.ansverBlock.flex {
            width: 100%;
            height: auto;
            flex-direction: column;
        }

        p.textQuestion {
            width: 100%;
            text-align: center;
        }
        p.textAnsver {
            width: auto;
            padding: 15px;
            background: #455da3;
            text-align: center;
            margin-top: 10px;
            color: #fff;
        }

        p.textAnsver {
            width: 100%;
            padding: 15px;
            background: #455da3;
            text-align: center;
            margin-top: 10px;
            color: #fff;
        }

        .msoCheckBlock {
            width: 100%;
            height: 80px;
            text-align: center;
        }

        .leftSidebar, .rightSidebar {
            width: 100%;
            padding: 0px 0px;
        }

        .statContainer {
            width: 100%;
            margin-top: 10px;
        }

        p.textAnsver span {
            color: #ffffff;
            font-size: 14px;
            border-left: 3px solid #eee;
            display: block;
            width: 100%;
            text-align: left;
            padding-left: 5px;
        }
        a.link {
            display: block;
            padding: 10px;
            width: 100%;
            text-align: center;
            background: #ffffff;
            color: #566dc1;
            margin: 2px 0px;
            font-weight: 700;
            letter-spacing: 1px;
        }

        .dayList.flex {
            overflow-x: auto;
            padding-bottom: 25px;
        }

        .dayInfo {
            min-width: 65px;
        }

        button.button.goDopUserList {
            width: 90%;
            margin: 10px 5%;
        }
        .inpBlock {
            width: 100%;
        }
        div.userInfo input {
            width: 100%;
        }
        .buttonBlock {
            width: 100%;
        }
    }