@font-face {
    font-family: 'PT_Sans';
    src: url('../fonts/ptsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/ptsans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT_Sans';
    src: url('../fonts/ptsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/ptsans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*,
::after,
::before {
    box-sizing: border-box
}

body {
    font-family: 'PT_Sans', Arial, Helvetica;
    margin: 0
}

.player {
    position: relative;
    overflow: visible;
    width: 50px;
    height: 50px;
    margin: 5px 0;
    border-radius: 50%;
    background: #eee none repeat scroll 0 0
}

.player:hover {
    opacity: .8
}

.left-side {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    left: 0;
    transform: rotate(45deg);
    border-width: 4px;
    border-style: solid;
    border-color: #eee #eee transparent transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 50%
}

.player-text {
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #b43d3d
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0 none
}

body {
    font-family: 'PT_Sans', sans-serif;
    background-color: #f7f6f6
}

.container .limit {
    position: relative;
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
    justify-content: center;
    align-items: center
}

.container .base_bl {
    width: 90%;
    height: auto;
    min-height: 850px;
    padding: 50px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5)
}

.container .sec1 {
    display: block
}

.container .sec3 {
    display: none
}

.container .sec5 {
    display: none
}

.container .sec12 {
    display: none
}

.container .top_sec {
    padding-top: 30px;
    text-align: center
}

.container .top_sec img {
    display: inline-block;
    max-width: 400px;
    vertical-align: middle
}

.container .top_sec h1 {
    font-size: 44px;
    font-weight: 400;
    display: inline-block;
    max-width: 800px;
    padding-left: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #575656;
    margin: 75px 0 50px
}

.container .top_sec .top__header {
    margin-top: 45px;
}

.container .top_sec h1 span {
    font-weight: 700
}

.container .body_cont {
    padding-top: 40px;
    text-align: center
}

.container .body_cont h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase
}

.container .body_cont p {
    font-size: 22px;
    margin-bottom: 30px;
    padding: 0 60px
}

.container .form p {
    padding: 0;
}

.container .body_cont .btn {
    font-size: 24px;
    max-width: 350px;
    margin: 0 auto 20px;
    padding: 20px 0;
    cursor: pointer;
    transition: all .4s ease 0s;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #5f307f;
    font-family: inherit;
    padding: 20px 56px !important;
    /* border: 0 none; */
    border-radius: 5px;
    background-color: #f7e707
}

.sec3 .body_cont .btn,
.container .body_cont .inL_211113,
.container .body_cont .inL_170012,
.container .body_cont .inL_465642 {
    margin-bottom: 0;
}

.sec3 .body_cont,
.sec5 .body_cont {
    padding-top: 50px;
}

.container .body_cont .btn:disabled {
    cursor: not-allowed;
    background-color: lightgrey;
    color: white;
}

.container .body_cont .btn:hover {
    transform: scale(1.1, 1.1);
    box-shadow: 0 5px 30px 0 rgba(247, 231, 7, .5)
}

.container .question .top_sec h1 {
    font-size: 24px;
    max-width: 600px
}

.container .question h3 i {
    color: #da251c
}

.container .question h3 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 70px
}

.container .question h3 span {
    font-size: 34px;
    display: block;
    margin-top: 20px
}

.container .question {
    text-align: center
}

.container .question .block_answer {
    margin-top: 50px
}

input[type=radio]:checked,
input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

input[type=radio]:checked+label,
input[type=radio]:not(:checked)+label,
input[type=checkbox]+label {
    font-size: 28px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    display: inline-block;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
}

input[type=checkbox]+label {
    padding-left: 5px;
}

input[type=radio]:checked+label::before,
input[type=radio]:not(:checked)+label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    border: 2px solid #ddd;
    border-radius: 100%;
    background: #fff none repeat scroll 0 0
}

input[type=radio]:checked+label::after,
input[type=radio]:not(:checked)+label::after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    content: "";
    transition: all .2s ease 0s;
    border-radius: 100%;
    background: #da251c none repeat scroll 0 0
}

input[type=radio]:not(:checked)+label::after {
    transform: scale(0);
    opacity: 0
}

input[type="radio"]:checked+label::after {
    transform: scale(1);
    opacity: 1
}

.container .last {
    height: auto !important;
    padding: 50px 0 0
}

.container .last .body_cont h3 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 15px
}

.container .last .body_cont p {
    font-size: 20px;
}

.container .last .body_cont p span {
    font-weight: 700;
    text-decoration: underline
}

.container .last .body_cont ul {
    font-size: 18px;
    display: none;
    margin: 0 auto;
    padding: 0 50px;
    text-align: left
}

.container .last {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding-top: 0;
    padding-right: 10px;
    padding-left: 10px;
    transform: none
}

.container .last .body_cont .form_se {
    text-align: center
}

.container .last .body_cont .form_se h4 {
    font-size: 22px;
    font-weight: 400;
    max-width: 512px;
    margin: 0 auto 20px
}

.container .last .body_cont .form_se h4 span {
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    color: #da251c
}

@media only screen and (max-width:767px) {
    .container .top_sec img {
        display: block;
        max-width: 280px;
        margin: 0 auto 20px;
        padding-left: 35px
    }

    .container .top_sec .top__header {
        margin-top: 10px;
    }

    .container .body_cont p {
        font-size: 22px
    }

    .container .top_sec h1 {
        font-size: 24px;
        display: block;
        margin: auto;
        padding-left: 0;
        text-align: center
    }

    .container .limit {
        height: auto;
        padding: 0
    }

    .container .base_bl .inner {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: none
    }

    .container .base_bl {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 20px 15px;
        transform: none;
        background-color: #fff
    }

    .container .body_cont p {
        padding: 0;
        text-align: left;
    }

    .container .body_cont .inL_846829 {
        margin-bottom: 0;
    }

    .sec3 .body_cont, .sec5 .body_cont {
        padding-top: 40px;
    }

    .container .question h3 {
        font-size: 30px;
        margin-top: 25px
    }

    .container .question h3 span {
        font-size: 22px
    }

    .container .last .body_cont h3 {
        font-size: 22px
    }

    .container .last .body_cont p {
        font-size: 16px;
        text-align: center;
    }

    .container {
        padding: 10px 0
    }

    .container .last .body_cont ul {
        padding: 0 20px
    }

    .container .body_cont .btn {
        font-size: 20px;
        max-width: 250px;
        padding: 10px 0
    }
}

a:active,
a:focus {
    outline: 0 none
}

input,
textarea {
    outline: 0 none
}

input:active,
textarea:active {
    outline: 0 none
}

button:active,
button:focus {
    outline: 0 none !important
}

button::-moz-focus-inner {
    border: 0 none !important
}

.base_bl.sec1 {
    position: relative;
    animation-name: example;
    animation-duration: 0s
}

.container .last .body_cont ul {
    display: block;
    min-width: 300px;
    max-width: 600px;
    margin: 20px auto;
    padding: 0;
    list-style: outside none none;
    border: 1px solid green;
    border-radius: 13px
}

.total li {
    line-height: 65px;
    display: flex;
    height: 65px;
    padding: 0 40px;
    justify-content: space-between
}

input[type=radio]:checked+label::before,
input[type=radio]:not(:checked)+label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    border: 2px solid #ddd;
    border-radius: 100%;
    background: #fff none repeat scroll 0 0
}

input[type=radio]:checked+label::after,
input[type=radio]:not(:checked)+label::after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    content: "";
    transition: all .2s ease 0s;
    border-radius: 100%;
    background: #da251c none repeat scroll 0 0
}

input[type=radio]:not(:checked)+label::after {
    transform: scale(0);
    opacity: 0
}

input[type="radio"]:checked+label::after {
    transform: scale(1);
    opacity: 1
}

.container .body_cont .first-btn {
    font-family: inherit;
    padding: 20px 56px !important;
}

.container .body_cont .inL_500046 {
    margin-bottom: 0;
}

.container {
    display: block
}

html {
    font-family: 'PT_Sans', sans-serif
}

body {
    margin: 0
}

audio:not([controls]) {
    display: none;
    height: 0
}

a {
    background: transparent none repeat scroll 0 0
}

a:active,
a:hover {
    outline: 0 none
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0 none
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0 none;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

div.image {
    margin-right: 30px;    
}

div.form input {
    display: block;
    width: 80%
}

.form-container {
    max-width: 700px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .last .body_cont .footnote,
.container .last .body_cont .copy {
    padding: 0;
    margin-bottom: 15px;
    font-size: 16px;
}

.container .last .body_cont .copy {
    margin-bottom: 0;
}

.container .last .body_cont .copy span {
    font-weight: 400;
    text-decoration: none;
}

.copy {
    margin-top: 40px;
}

div.form form button {
    background-color: #f7e707;
    color: #5f307f !important;
    display: inline-block;
    padding: 10px;
    max-width: 300px;
    width: 100%;
    display: block;
    font-size: 20px !important;
    box-shadow: 2px 3px 8px #999;
    text-decoration: none !important;
    border-radius: 8px;
    border: 3px solid #fff;
    margin: 20px auto 30px;
    line-height: 27px;
    text-transform: uppercase;
    transition: all .3s ease-in 0s
}

div.form form input,
select,
input[type="number"] {
    width: 300px;
    color: #5f307f !important;
    padding: 10px 10px;
    font-size: 18px !important;
    box-shadow: 2px 3px 8px #999;
    text-decoration: none !important;
    border-radius: 8px;
    border: 3px solid #fff;
    line-height: 20px;
    transition: all .3s ease-in 0s;
    display: block;
    margin: 20px auto
}

@media all and (max-width:400px) {

    div.form form input,
    div.form form select {
        width: 100%
    }

    div.form form button {
        font-size: 18px !important;
        width: 100%;
        max-width: inherit;
    }
}

.image img {
    display: block;
    max-width: 250px;
    margin: 0 auto
}

@media screen and (min-width:768px) {
    .image img {
        max-width: 300px
    }


}

@media screen and (min-width:1200px) {
    .image img {
        max-width: 340px
    }

    .container .top_sec h1 {
        font-size: 50px;
    }
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

@media (min-width:500px) {
    .sec12 {
        width: 90%;
    }
}

.first-btn {
    background-color: #f7e707;
    color: #5f307f !important;
    display: inline-block;
    padding: 10px;
    font-size: 20px !important;
    box-shadow: 2px 3px 8px #999;
    text-decoration: none !important;
    border-radius: 8px;
    border: 3px solid #fff;
    margin: 20px 0 30px;
    line-height: 27px;
    text-transform: uppercase;
    transition: all .3s ease-in 0s;
}

.inL_4920 {
    background: url(../images/bigsnake.png);
    background-position: center top 40px;
    background-repeat: no-repeat;
}

.inL_773198 {
    color: #16981e
}

.inL_270507 {
    color: #820000;
}

.inL_41020 {
    width: 50%;
    float: right;
    margin: 0px 0 0 30px;
    max-width: 205px;
}

.inL_846829 {
    padding: 0 10px;
    text-align: left;
}

.inL_711570 {
    font-weight: 600;
}

.inL_507670 {
    background: url(../images/bigsnake.png);
    background-position: center top 40px;
    background-repeat: no-repeat;
}

.inL_535391 {
    color: #16981e
}

.inL_891814 {
    text-align: left;
    color: #CC0000;
}

.inL_364559 {
    margin: 0 0 20px 20px;
}

.inL_65017 {
    text-align: left;
    font-size: 22px;
}

.inL_443429 {
    text-align: left;
    font-size: 22px;
}

.inL_428173 {
    text-align: left;
    font-size: 22px;
}

.inL_497008 {
    text-align: left;
    font-size: 22px;
}

.inL_481037 {
    text-align: left;
    font-size: 22px;
}

.inL_309198 {
    text-align: left;
    font-size: 22px;
}

.inL_633358 {
    text-align: left;
    font-size: 22px;
}

.inL_438228 {
    text-align: left;
    font-size: 22px;
}

.inL_291386 {
    padding: 0 10px;
    text-align: left;
}

.inL_5245 {
    text-align: left;
    color: #CC0000;
    margin-bottom: 30px;
}

.inL_455152 {
    margin-left: 20px;
}

.inL_635738 {
    text-align: left;
    font-size: 22px;
}

.inL_460652 {
    text-align: left;
    font-size: 22px;
}

.inL_239183 {
    text-align: left;
    font-size: 22px;
}

.inL_478360 {
    text-align: left;
    font-size: 22px;
}

.inL_504615 {
    text-align: left;
    font-size: 22px;
}

.inL_844797 {
    font-weight: 600;
}

.inL_605848 {
    background: url(../images/bigsnake.png);
    background-position: center top 40px;
    background-repeat: no-repeat;
}

.inL_299483 {
    color: #16981e
}

.inL_314599 {
    margin: 0 0 30px 0;
    text-align: left;
    color: #CC0000;
}

.inL_4708 {
    padding: 0 10px;
    text-align: left;
}

.inL_500048 {
    margin: 0 0 30px 0;
    text-align: left;
    color: #CC0000;
}

.inL_884974 {
    padding: 0 10px;
    text-align: left;
}

.inL_919117 {
    margin: 0 0 30px 0;
    text-align: left;
    color: #CC0000;
}

.inL_388192 {
    padding: 0 10px;
    text-align: left;
}

.inL_952048 {
    margin: 0 0 30px 0;
    text-align: left;
    color: #CC0000;
}

.inL_621519 {
    padding: 0 10px;
    text-align: left;
}

.inL_309805 {
    margin: 0 0 30px 0;
    text-align: left;
    color: #CC0000;
}

.inL_756203 {
    padding: 0 10px;
    text-align: left;
}

.inL_550659 {
    max-width: 650px;
    display: block;
    margin: 0 auto 2px;
    width: 100%;
}

.inL_932563 {
    font-size: 22px;
    max-width: 650px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background-color: #ddd;
}

.inL_928755 {
    margin: 0 0 30px 0;
    text-align: left;
    color: #CC0000;
}

.inL_211113 {
    padding: 0 10px;
    text-align: left;
}

.inL_99718 {
    font-weight: 600;
}

.inL_201586 {
    background: url(../images/bigsnake.png);
    background-position: center top 40px;
    background-repeat: no-repeat;
}

.inL_233606 {
    color: #16981e
}

.inL_213786 {
    margin: 0 0 20px 0;
    text-align: left;
    color: #CC0000;
}

.inL_976864 {
    margin: 0 0 20px 0;
    text-align: left;
    color: #CC0000;
}

.inL_416167 {
    background: yellow;
}

.inL_637167 {
    max-width: 700px;
    width: 100%;
}

.inL_891467 {
    display: flex;
    max-width: 700px;
    margin: 0 auto 30px;
}

.inL_903338 {
    width: 50%;
}

.inL_73575 {
    text-align: center;
    margin: 0;
    color: #820000;
}

.inL_157038 {
    width: 50%;
}

.inL_811085 {
    text-align: center;
    margin: 0;
    color: #820000;
}

.container .body_cont .inL_887776,
.container .body_cont .inL_223431 {
    text-align: center;
    padding: 0 10px;
    margin: 0;
    font-size: 20px;
}

.inL_268838 {
    padding: 0 10px;
    text-align: left;
}

.inL_618263 {
    margin: 0 0 30px 0;
    text-align: left;
    color: #CC0000;
}

.inL_340181 {
    background: yellow;
}

.inL_48353 {
    padding: 0 10px;
    text-align: left;
}

.inL_945788 {
    max-width: 190px;
    margin-left: 20px;
    width: 100%;
    float: right;
}

.inL_170012 {
    margin: 0 0 10px 0;
    text-align: left;
    color: #CC0000;
    font-weight: bold;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.inL_809068 {
    font-weight: 600;
}

.inL_223376 {
    background: url(../images/bigsnake.png);
    background-position: center top 40px;
    background-repeat: no-repeat;
}

.inL_643295 {
    color: #16981e
}

.inL_316038 {
    margin: 0 0 10px 0;
    text-align: left;
    color: #CC0000;
}

.inL_192908 {
    padding: 0 10px;
    text-align: left;
}

.inL_162725 {
    margin: 0 0 30px 0;
    text-align: left;
    color: #CC0000;
}

.inL_512844 {
    padding: 0 10px;
    text-align: left;
}

.inL_60513 {
    color: #820000;
}

.inL_179304 {
    padding: 0 10px;
    text-align: left;
}

.inL_467480 {
    margin: 0 0 30px 0;
    text-align: left;
    color: #CC0000;
}

.inL_974014 {
    padding: 0 10px;
    text-align: left;
}

.inL_205617 {
    max-width: 200px;
    width: 100%;
    margin: 0;
    display: block;
}

.inL_465642 {
    text-align: right;
    margin-top: 0;
    font-size: 12px;
}

.inL_500046 {
    font-weight: 600;
}

.inL_604375 {
    background: url(../images/bigsnake.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.inL_760668 {
    color: #16981e
}

.inL_426848 {
    color: red;
}

.inL_965612 {
    font-weight: 700
}

.inL_905306 {
    font-size: 18px;
}

.inL_42704 {
    font-size: 18px;
    color: red;
    text-decoration: line-through;
}

.inL_240040 {
    font-size: 18px;
}

.inL_271326 {
    font-size: 24px;
    color: green;
}

.inL_90243 {
    color: red;
    font-weight: 600;
}

@media all and (max-width:1000px) {

    div.form,
    div.image {
        width: 100%
    }

    .inL_846829,
    .inL_179304 {
        text-align: left;
    }
}

.signe__block {
    display: flex; 
    align-items: flex-end;   
    justify-content: flex-end; 
}

@media screen and (max-width: 767px) {
    .container .body_cont .first-btn {
        padding: 20px 25px !important;
    }

    div.image {
        margin-bottom: 20px;
    }

    .container .body_cont .inL_844797,
    .container .body_cont .inL_99718,
    .container .body_cont .inL_809068,
    .container .body_cont .inL_500046 {
        margin-bottom: 25px;
    }

    .form-container {
        display: block;
    }

    .inL_205617 {
        margin-top: 0;
        float: none;
        margin-left: 0;
    }

    .inL_465642 {
        margin-right: 20px;
    }

    .signe__block {
        flex-wrap: wrap; 
        justify-content: flex-start;  
    }

    .container .top_sec {
        padding-top: 80px;
    }

    .inL_604375 {
        background-position: center top 40px;
    }

    .container .last .top_sec {
        padding-top: 110px;
    }
}

@media screen and (max-width: 599px) {
    .inL_41020,
    .inL_945788 {
        float: none;
        margin-bottom: 15px;
    }

    .inL_41020 {
        margin-left: auto;

    }

    .sign--desc {
        display: none;
    }

    .inL_945788 {
        display: block;
        max-width: 260px;
        width: 100%;
        margin: 15px auto;
    }
}

@media screen and (max-width: 400px) {
    .container .body_cont .inL_887776, 
    .container .body_cont .inL_223431 {
        font-size: 18px;
    }
}

@media screen and (min-width: 1440px) {
    .inL_846829,
    .inL_846829,
    .inL_4708,
    .inL_884974,
    .inL_388192,
    .inL_621519,
    .inL_756203,
    .inL_211113,
    .inL_268838,
    .inL_48353,
    .inL_192908,
    .inL_512844,
    .inL_179304,
    .inL_974014 {
        text-align: justify;
    }
}