/*@media(max-width: 1200px){
}
@media(max-width: 991px){
}
@media(max-width: 767px){
}*/

@font-face {
    font-family: PtSans; /* Гарнитура шрифта */
    src: url(fonts/ptsans.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: PtSerif; /* Гарнитура шрифта */
    src: url(fonts/ptserif.ttf); /* Путь к файлу со шрифтом */
}

html {
    overflow-x: hidden;
}

body {
    font-family: PtSans;
}

@media(max-width: 767px) {
    body {
        padding: 10px;
    }
}

.header_pic {
    background-image: url(images/bg_header.jpg);
    /* background-size: 100% 100%; */
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    max-width: 1400px;
    margin: auto;
}

.block_1 {
}

.block_2 {
}

.block_2_text {
    background-color: #F4F4F4;
    padding: 100px;
    margin-top: 100px;
}

.block_3 {
}

.block_4 {
    padding-top: 300px;
}

.wrap_block_2 {
    background-image: url(images/bg_2.jpg);
    /* background-size: 100% 100%; */
    background-position: center;
    background-repeat: no-repeat;
    height: 1705px;
    max-width: 1920px;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 30px;
}

.wrap_block_4 {
    background-image: url(images/bg_footer.jpg);
    /* background-size: 100% 100%; */
    background-position: center;
    background-repeat: no-repeat;
    height: 1600px;
    max-width: 1920px;
    margin: auto;
    margin-top: 100px;
}

.wrap_itogs {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.itog {
    width: 170px;
}

.wrap_facts {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.fact {
    height: 580px;
    background-color: #F4F4F4;
    padding: 20px;
    border-radius: 20px;
    width: 270px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}




.font_1 {
    font-size: 32px;
    text-align: center;
    margin-top: 30px;
}

.font_2 {
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    font-family: PtSerif;
    text-transform: uppercase;
    margin-top: 20px;
}

.font_3 {
    color: #9E342B;
}

.font_4 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-top: 30px;
}

    .font_4 a {
        color: white;
        text-decoration: none;
        padding: 10px 30px;
        border-radius: 10px;
        background-color: #9E342B;
    }

        .font_4 a:link {
            color: white;
            text-decoration: none;
        }

        .font_4 a:visible {
            color: white;
            text-decoration: none;
        }

        .font_4 a:hover {
            color: #9E342B;
            text-decoration: none;
            background-color: #F2F7FF;
            border: 1px solid #9E342B;
        }

        .font_4 a:active {
            color: #9E342B;
            text-decoration: none;
            background-color: #F2F7FF;
            border: 1px solid #9E342B;
        }

.font_5 {
    text-align: center;
    font-size: 16px;
}

.font_6 {
    font-weight: bold;
}

.font_7 {
    color: white;
    font-size: 72px;
    text-align: center;
    font-weight: bold;
    margin-top: 200px;
    font-family: PtSerif;
}

.font_8 {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 20px;
}

.font_9 {
    font-size: 72px;
    color: #1B4A8D;
    font-weight: bold;
    line-height: 1.2;
    font-family: PtSerif;
    margin-top: 50px;
}

.font_10 {
    font-size: 72px;
    color: #9E342B;
    font-weight: bold;
    line-height: 1.2;
    font-family: PtSerif;
    margin-top: 50px;
}

.font_11 {
    font-size: 18px;
    color: #494949;
    line-height: 1.15;
}

.font_12 {
    font-size: 16px;
    margin-top: 20px;
}

.font_13 {
    font-size: 24px;
    color: white;
    margin-right: 50px;
    line-height: 1.3;
}

q {
    quotes: '\201c' '\201d';
}


.font_13::before,
.font_13::after {
    position: absolute;
    font-size: 25pt;
    color: #aaa;
}

.font_13::before {
    content: '\201c';
    top: -50px;
    left: -50px;
    font-size: 170px;
}

.font_13::after {
    content: '\201d';
    font-size: 170px;
    bottom: -150px;
    right: 60px;
}

.font_14 {
    text-align: center;
    font-size: 36px;
    font-family: PtSerif;
    color: #1B4A8D;
    font-weight: bold;
    margin-bottom: 30px;
}

.font_15 {
    font-size: 16px;
    text-transform: uppercase;
    color: #808489;
    line-height: 1;
}

.font_16 {
}

.font_17 {
    text-align: center;
    margin-top: 20px;
}

.font_18 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-top: 50px;
}

    .font_18 a {
        color: white;
        text-decoration: none;
        padding: 10px 50px;
        border-radius: 10px;
        background-color: #E85222;
    }

        .font_18 a:link {
            color: white;
            text-decoration: none;
        }

        .font_18 a:visible {
            color: white;
            text-decoration: none;
        }

        .font_18 a:hover {
            text-decoration: none;
            background-color: black;
            transition: 0.5s;
        }

        .font_18 a:active {
            text-decoration: none;
            background-color: #42DD77;
            transition: 0.5s;
        }

.font_19 {
    text-align: center;
    font-size: 30px;
}

.font_20 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
}

    .font_20 a {
        color: white;
        text-decoration: none;
        padding: 10px 130px;
        border-radius: 10px;
        background-color: #9E342B;
    }

        .font_20 a:link {
            color: white;
            text-decoration: none;
        }

        .font_20 a:visible {
            color: white;
            text-decoration: none;
        }

        .font_20 a:hover {
            color: #9E342B;
            text-decoration: none;
            background-color: #F2F7FF;
            border: 1px solid #9E342B;
        }

        .font_20 a:active {
            color: #9E342B;
            text-decoration: none;
            background-color: #F2F7FF;
            border: 1px solid #9E342B;
        }

.form_golosovanie {
    background-color: #FFFFFF;
    padding: 30px;
}

.form_info {
    /*margin: auto;
    width: 450px;*/
}

.form-control {
    height: 40px;
    background-color: #E8F0FE;
    border: none;
    font-size: 20px;
    box-shadow: none;
}

    .form-control:focus {
        box-shadow: 0px 0px 8px 5px #E8F0FE;
    }



.pobeda_pic {
    margin-bottom: 20px;
}

#Register_panL2 {
    padding-right: 100px;
}

#Register_panFinish {
    padding-right: 100px;
}

#Register_panMain {
    padding-right: 100px;
}



@media(max-width: 767px) {
    .font_1 {
        font-size: 20px;
    }

    .font_2 {
        font-size: 20px;
    }

    .font_4 {
        font-size: 24px;
    }

    .font_5 {
        font-size: 14px;
    }

    .font_7 {
        font-size: 36px;
        margin-top: 30px;
    }

    .font_9 {
        font-size: 40px;
        text-align: center;
    }

    .font_10 {
        text-align: center;
    }

    .font_11 {
        text-align: center;
    }

    .font_13 {
        font-size: 16px;
        margin-right: 0px;
    }

    .font_14 {
        font-size: 24px;
    }

    .font_18 {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-top: 30px;
    }

        .font_18 a {
            color: white;
            text-decoration: none;
            padding: 10px 30px;
            border-radius: 10px;
        }

    .font_19 {
        font-size: 20px;
    }

    .block_2_text {
        padding: 20px;
        margin-top: 20px;
    }

    .wrap_block_2 {
        height: auto;
        max-width: 100%;
        margin: auto;
        background-color: #1B4A8D;
        background-image: none;
        padding-bottom: 20px;
        margin-bottom: 0px;
        margin-top: 30px;
    }

    .wrap_block_4 {
        height: auto;
        max-width: 100%;
        margin: auto;
        background-color: #1B4A8D;
        background-image: none;
        padding-bottom: 20px;
        margin-bottom: 0px;
        margin-top: 30px;
    }

    .itog {
        width: 100%;
    }

    .fact {
        width: 100%;
        margin-top: 20px;
        height: auto;
    }

    .block_4 {
        padding-top: 30px;
    }

    .font_13::before {
        content: none;
    }

    .font_13::after {
        content: none;
    }

    .form-control {
        width: 100%;
    }

    #Register_panL2 {
        padding-right: 0px;
    }

    #Register_panFinish {
        padding-right: 0px;
    }

    #Register_panMain {
        padding-right: 0px;
    }

    .form_info {
        width: auto;
    }
}



/*Questions*/
.header-question {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}

.header-question-preview {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 1.5;
}

.header-answer {
    float: left;
    width: 600px;
    font-size: 16px;
    padding-right: 20px;
}

.answer-list td {
    width: 50px;
}

.text-answer {
    margin-bottom: 20px;
    resize: none;
    width: 100%;
}

.questions-line {
    color: #E85222;
    height: 2px;
    background-color: #E85222;
}

.answer-list {
}

.answer-line {
    margin-top: 0px;
    margin-bottom: 2px;
}

.question-list {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 45px;
    padding: 15px 0 5px 0;
    font-size: 16px;
}

    .question-list li {
        position: relative;
        margin: 0 0 0 0;
        padding: 0 0 10px 0;
        line-height: 1.4;
    }

        .question-list li:before {
            content: counter(num);
            counter-increment: num;
            display: inline-block;
            position: absolute;
            top: 0;
            left: -38px;
            width: 28px;
            height: 28px;
            background: #E85222;
            color: #fff;
            text-align: center;
            line-height: 28px;
            font-size: 18px;
        }




.question-list-preview {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 45px;
    padding: 15px 0 5px 0;
    font-size: 16px;
}

    .question-list-preview li {
        position: relative;
        margin: 0 0 0 0;
        padding: 0 0 10px 0;
        line-height: 1.4;
    }

        .question-list-preview li:before {
            content: counter(num);
            counter-increment: num;
            display: inline-block;
            position: absolute;
            top: 0;
            left: -38px;
            width: 28px;
            height: 28px;
            background: #E85222;
            color: #fff;
            text-align: center;
            line-height: 28px;
            font-size: 18px;
        }


.question-list input[type=radio] {
    display: none;
}

.question-list label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 22px;
    user-select: none;
    margin-right: 20px;
}

    .question-list label:before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 18px;
        position: absolute;
        left: 0;
        bottom: 1px;
        background: url(/images/radio-1.png) 0 0 no-repeat;
    }

/* Checked */
.question-list input[type=radio]:checked + label:before {
    background: url(/images/radio-3.png) 0 0 no-repeat;
}

/* Hover */
.question-list label:hover:before {
    filter: brightness(120%);
}

/* Disabled */
.question-list input[type=radio]:disabled + label:before {
    filter: grayscale(100%);
}


.comment {
    margin-top: 20px;
}

.answer-comment {
    line-height: 1;
    font-size: 16px;
}

.answer-comment-text {
    resize: none;
    height: 70px;
    width: 100%;
    padding: 5px;
}

    .answer-comment-text:focus {
        outline: none;
        box-shadow: 0 0 2px 2px #E85222;
    }

.preview-question-check table tr td {
    width: 300px;
    padding-bottom: 15px;
}

.preview-question-radio table tr td {
    width: 300px;
}

.preview-question-radio input[type=radio] {
    display: none;
}

.preview-question-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    line-height: 22px;
    user-select: none;
    margin-right: 20px;
}

    .preview-question-radio label:before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 18px;
        position: absolute;
        left: 0;
        bottom: 0px;
        background: url(/images/radio-1.png) 0 0 no-repeat;
    }
/* Checked */
.preview-question-radio input[type=radio]:checked + label:before {
    background: url(/images/radio-3.png) 0 0 no-repeat;
}
/* Hover */
.preview-question-radio label:hover:before {
    filter: brightness(120%);
}
/* Disabled */
.preview-question-radio input[type=radio]:disabled + label:before {
    filter: grayscale(100%);
}


.preview-question-check input[type="checkbox"]:checked, .preview-question-check input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .preview-question-check input[type="checkbox"]:checked + label, .preview-question-check input[type="checkbox"]:not(:checked) + label {
        display: inline-block;
        position: relative;
        padding-left: 28px;
        line-height: 20px;
        cursor: pointer;
    }

        .preview-question-check input[type="checkbox"]:checked + label:before, .preview-question-check input[type="checkbox"]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0px;
            top: 2px;
            width: 20px;
            height: 20px;
            border: 1px solid #E85222;
            background-color: #ffffff;
        }

        .preview-question-check input[type="checkbox"]:checked + label:before, .preview-question-check input[type="checkbox"]:not(:checked) + label:before {
            border-radius: 2px;
        }

        .preview-question-check input[type="checkbox"]:checked + label:after, .preview-question-check input[type="checkbox"]:not(:checked) + label:after {
            content: "";
            position: absolute;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .preview-question-check input[type="checkbox"]:checked + label:after, .preview-question-check input[type="checkbox"]:not(:checked) + label:after {
            left: 4px;
            top: 4px;
            width: 13px;
            height: 12px;
            border-radius: 1px;
            border-left: 4px solid #E85222;
            border-bottom: 4px solid #E85222;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .preview-question-check input[type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
        }

        .preview-question-check input[type="checkbox"]:checked + label:after {
            opacity: 1;
        }



.question-list-check input[type="checkbox"]:checked, .question-list-check input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .question-list-check input[type="checkbox"]:checked + label, .question-list-check input[type="checkbox"]:not(:checked) + label {
        display: inline-block;
        position: relative;
        padding-left: 28px;
        line-height: 20px;
        cursor: pointer;
    }

        .question-list-check input[type="checkbox"]:checked + label:before, .question-list-check input[type="checkbox"]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0px;
            top: 2px;
            width: 20px;
            height: 20px;
            border: 1px solid #E85222;
            background-color: #ffffff;
        }

        .question-list-check input[type="checkbox"]:checked + label:before, .question-list-check input[type="checkbox"]:not(:checked) + label:before {
            border-radius: 2px;
        }

        .question-list-check input[type="checkbox"]:checked + label:after, .question-list-check input[type="checkbox"]:not(:checked) + label:after {
            content: "";
            position: absolute;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .question-list-check input[type="checkbox"]:checked + label:after, .question-list-check input[type="checkbox"]:not(:checked) + label:after {
            left: 4px;
            top: 4px;
            width: 13px;
            height: 12px;
            border-radius: 1px;
            border-left: 4px solid #E85222;
            border-bottom: 4px solid #E85222;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .question-list-check input[type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
        }

        .question-list-check input[type="checkbox"]:checked + label:after {
            opacity: 1;
        }

        .question-list-check input[type="checkbox"]:checked + label:before, .question-list-check input[type="checkbox"]:not(:checked) + label:before {
            border-radius: 2px;
        }

        .question-list-check input[type="checkbox"]:checked + label:before, .question-list-check input[type="checkbox"]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0px;
            top: 2px;
            width: 20px;
            height: 20px;
            border: 1px solid #E85222;
            background-color: #ffffff;
        }

.question-list-check label:before {
    background-image: none;
}

.question-list-check label {
    font-weight: 100;
}

.header-tp {
    font-weight: bold;
    font-size: 28px;
}

.logo-mirt-tp {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.header-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.header-row-text {
    margin-top: 25px;
}

.preview-question-adress {
    display: block;
}






@media(max-width: 767px) {
    .header-answer {
        width: 100%;
        font-size: 14px;
        padding-right: 0px;
    }

    .header-question {
        font-size: 16px;
    }

    .question-list label {
        margin-right: 0px;
        padding-right: 10px;
    }

    .preview-question-check table tr td {
        display: block;
        width: 100%;
    }

    .preview-question-radio table tr td {
        display: block;
        width: 100%;
    }

    .header-question-preview {
        font-size: 14px;
        margin-bottom: 5px;
        text-align: justify;
        line-height: 1.5;
    }

    .header-tp {
        font-size: 20px;
    }
}
/*Questions*/
