/* Обнуление */
*,
*::before,
::after { 
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
ul,
ol,
li { 
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
body {
    background-image: url("../images/bg-rosatom-min.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 700;
    font-family: Inter;
}
.wrapper {
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
._container {
    max-width: 1208px;
    margin: 0px auto;
    padding: 0px 15px;
    box-sizing: content-box;
}
.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 50;
}
.header__container {
    padding-top: 34px;
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}
.menu {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #D1DBFA;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #D1DBFA;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page {
   flex: 1 1 auto;
    /* padding: 116px 0px 116px 0px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 110vh;
}
.main-content {
    display: flex;
    width: 100%;
    height: 668px;
    padding: 30px;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 30px;
    background: linear-gradient(88deg, rgba(231, 238, 255, 0.50) 0.52%, rgba(224, 234, 255, 0.50) 100%);
    box-shadow: -10px -10px 16px 0px #EAEFFF, 10px 10px 20px 0px #C2CCEB;
}
.main-content#result{
    height: 100%;
}
.content.main__article{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.video__container video, .video__container video{
    width: 100%;
}
.video__container video.video_ios, .video__container video.video_ios{
/*    display: none;*/
}
.decoration_vector {
    position: absolute;
    top: 0;
    left: 0;
    width: 153px;
    height: 153px;
    object-fit: contain;
    padding-left: 99px;
    padding-top: 103px;
}
.decoration_vector2 {
    position: absolute; 
    top: 89px;
    right: 165px;
    width: 155px;
    height: 155px;
    object-fit: contain;
}
.decoration_vector3 {
    position: absolute; 
    top: 511px;
    right: 0px;
    width: 163px;
    height: 242px;
    object-fit: contain;
}
.decoration_vector4 {
    position: absolute; 
    top: 710px;
    left: 617px;
    width: 119px;
    height: 119px;
    object-fit: contain;
    z-index: 1;
}
.decoration_vector2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media (max-width: 1195px) {
    .decoration_vector2 {
        top: 89px;
        right: 10px;
    }
    .decoration_vector4 {
        top: 710px;
        left: 517px;
    }
    .decoration_vector {
        padding-left: 39px;
    }
    .decoration_vector3 {
        top: 611px;
    }
}
@media (max-width: 1095px) {
    .decoration_vector2 {
        width: 125px;
        height: 125px;
        top: 25px;
        right: 70px;
    }
    .decoration_vector4 {
        top: 730px;
        left: 800px;
    }
    .decoration_vector {
        padding-left: 39px;
    }
    .decoration_vector3 {
        top: 651px;
        left: 0px;
    }
    .decoration_vector3 img{
        transform: scaleX(-1);    
    }
}
.image__container {
    display: flex;
    align-items: center;
}
#result .image__container{
    display: block;
}
.content {
    color: #000A7C;
    font-size: 40px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.calculation_heading {
    padding-bottom: 35px;
}
.calculation_article {
    color: #2654D2;
    font-size: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
#result .calculation_heading {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 140%;
    text-align: center;
    color: #000A7C;
}
#result .calculation_article {
    color: #2654D2;
    font-size: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
#result .calculation_article p, .calculation_article ul{
    padding: 5px 0;
    font-size: 14px;
}
.main_test_button {
    display: inline-flex;
    padding-top: 50px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.take_test {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding: 18px 30px;
    border-radius: 16px;
    background: linear-gradient(90deg, #808CEE 0%, #5C6CE4 100%);
    box-shadow: -5px -5px 10px 0px #FFF, 5px 5px 10px 0px #B7C4ED;
    z-index: 2;
}
.take_test:hover {
    background: linear-gradient(90deg, #808CEE 0%, #3A49BD 100%);
    box-shadow: -5px -5px 10px 0px #FFF, 5px 5px 10px 0px #B7C4ED;
}
.take_test:active {
    background: linear-gradient(90deg, #808CEE 0%, #5C6CE4 100%);
    box-shadow: 2px 2px 10px 0px #000A7C inset, -2px -2px 10px 0px #5C6CE4 inset;  
}



.take_test2 {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding: 18px 30px;
    border-radius: 16px;
    background: linear-gradient(90deg, #808CEE 0%, #5C6CE4 100%);
    box-shadow: -5px -5px 10px 0px #FFF, 5px 5px 10px 0px #B7C4ED;
    z-index: 2;
}
.take_test2:hover {
    background: linear-gradient(90deg, #808CEE 0%, #3A49BD 100%);
    box-shadow: -5px -5px 10px 0px #FFF, 5px 5px 10px 0px #B7C4ED;
}
.take_test2:active {
    background: linear-gradient(90deg, #808CEE 0%, #5C6CE4 100%);
    box-shadow: 2px 2px 10px 0px #000A7C inset, -2px -2px 10px 0px #5C6CE4 inset;  
}

.hidden , .test-page__main-content.hidden+.progress__bar{
    visibility: hidden !important;
    display: none !important;
}



@media (max-width: 992px) {
    .main-content {
        flex-direction: column;
        align-items: center;
        height: auto;
    }   
    .image__container img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .default__heading {
        display: none;
    }
    .image__container {
        margin-top: -60px;
        z-index: 1;
    }
    .main__article {
        margin-top: 40px;
        z-index: 2;
    }
    .calculation_heading {
        padding-bottom: 0px;
    }
    .decoration_vector3 {
        top: 471px;
    }
    .decoration_vector4 {
        top: 900px;
        left: 200px;
    }
    .decoration_vector2 {
        width: 150px;
        height: 150px;
        top: 64px;
        right: 50px;
    }
    .main_test_button {
        display: flex;
    }
    
    .take_test {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.take_test2 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 993px) {
    .heading__content {
        display: none;
    }
}
@media (max-width: 845px) {
    .decoration_vector3 img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .decoration_vector3 {
        width: 120px;
        top: 540px;
    }
    .decoration_vector {
        padding-left: 10px;
    }
    .page {
        padding: 106px 0px 86px 0px;
    }
}
@media (max-width: 767px) {
    .decoration_vector2 {
        width: 120px;
        height: 120px;
        top: 60px;
        right: 60px;
    }
    .decoration_vector {
        width: 120px;
        height: 120px;
    }
    .decoration_vector img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .decoration_vector3 {
        width: 100px;
        top: 540px;
    }
    #result .content{
        overflow: inherit;
        max-height: 100%;
    }
    .test_article{
        padding-top: 30px;
    }
    .test-page__heading__content {
        padding-bottom: 0;
    }
    .video__container video.video_no_ios, .video__container video.video_no_ios{
/*        display: none;*/

    }
    .video__container video.video_ios, .video__container video.video_ios{
/*        display: block;*/

    }

} 
@media (max-width: 675px) {
   .main_test_button {
        padding-top: 35px;
    }
   .take_test {
        font-size: 20px;
        padding: 14px 0px;
    }
.take_test2 {
        font-size: 20px;
        padding: 14px 0px;
    }
    .decoration_vector {
        width: 100px;
        height: 100px;
        padding-left: 0px;
        padding-top: 0px;
        left: 510px;
        top: 550px;
    }
    .decoration_vector3 {
        width: 100px;
        top: 280px;
    }
    .decoration_vector4 {
        top: 870px;
        left: 200px;
    }
}   
@media (max-width: 630px) {
    .decoration_vector {
        left: 470px;
        top: 520px;
    }
    .decoration_vector4 {
        top: 830px;
    }
    .decoration_vector3 {
        width: 80px;
        top: 510px;
    }
    .page {
        padding: 96px 0px 86px 0px;
        height: auto;
    }
}
@media (max-width: 590px) {
    .image__container {
        margin-top: -50px;
    }
    .main__article {
        margin-top: 30px;
    }
    .decoration_vector4 {
        top: 810px;
    }
    .content {
        font-size: 30px;
    }
    .decoration_vector {
        left: 0px;
        top: 0px;
        padding-left: 10px;
        padding-top: 90px;
    }
    .decoration_vector2 {
        width: 100px;
        height: 100px;
        top: 190px;
        right: 20px;
    }
    .decoration_vector3 img {
        transform: scaleX(+1);
    }
    .decoration_vector3 {
        top: 440px;
        right: 0px;
        left: auto;
    }
    .decoration_vector4 {
        top: 780px;
    }
}
@media (max-width: 530px) {
    .decoration_vector4 {
        top: 740px;
    }
    .decoration_vector3 {
        width: 73px;
        top: 330px;
        left: 0px;
        right: auto;
    }
    .decoration_vector3 img {
        transform: scaleX(-1);
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .decoration_vector {
        right: 0px;
        left: auto;
        top: 320px;
    }
    .decoration_vector2 {
        width: 80px;
        height: 80px;
        top: 90px;
        right: 0px;
    }
}
@media (max-width: 470px) {
    .image__container {
        margin-top: -40px;
    }
    .main__article {
        margin-top: 25px;
    }
    .main_test_button {
        padding-top: 28px;
    }
    .main-content {
        align-items: flex-start;
    }
    .content {
        font-size: 20px;
    }
    .calculation_article {
        font-size: 12px;
    }
    .take_test {
        font-size: 16px;
    }
.take_test2 {
        font-size: 16px;
    }
    .decoration_vector {
        width: 80px;
        height: 80px;
        top: 250px;
        right: 0px;
    }
    .decoration_vector4 {
        top: 540px;
    }
    .decoration_vector3 {
        width: 50px;
        top: 130px;
        left: -10px;
    }
    .decoration_vector4 img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .decoration_vector4 {
        width: 100px;
        height: 100px;
        top: 540px;
        left: 300px;
    }
    .page {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 390px) {
    .decoration_vector4 {
        width: 90px;
        height: 90px;
        top: 520px;
        left: 250px;
    }
}
@media (max-width: 365px) {
    .decoration_vector {
        width: 70px;
        height: 70px;
        top: 210px;
        right: 0px;
    }
    .decoration_vector4 {
        top: 485px;
        left: 200px;
    }
}
/*----  (index.html) Start page END ----------------------------------------------------------------------------*/


/*----  (test__page.html) Test page ----------------------------------------------------------------------------*/
.test-page__main-content {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 150px);
    padding: 30px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 1;
    border-radius: 30px;
    background: linear-gradient(88deg, rgba(231, 238, 255, 0.50) 0.52%, rgba(224, 234, 255, 0.50) 100%);
    box-shadow: -10px -10px 16px 0px #EAEFFF, 10px 10px 20px 0px #C2CCEB;
}
.test__page-decoration_vector {
    position: absolute;
    width: 76px;
    height: 76px;
    margin-left: 5%;
    margin-top: 100px;
}
.test__page-decoration_vector2 {
    position: absolute;
    width: 102px;
    height: 102px;
    margin-left: 3%;
    margin-top: 580px;
}
.test__page-decoration_vector3 {
    position: absolute;
    width: 130px;
    height: 251px;
    right: 0;
    margin-top: 147px;
}
.test__page-decoration_vector3 img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media (min-width: 1900px){
    .page {
        height: 95vh;
    }
}
@media (max-width: 1375px) {
    .test__page-decoration_vector {
        margin-left: 1%;
        margin-top: 100px;
    }
    .test__page-decoration_vector2 {
        margin-left: 1%;
        margin-top: 580px;
    }
    .test__page-decoration_vector3 {
        position: absolute;
        width: 110px;
        height: 155px;
        right: 0;
        margin-top: 197px;
        z-index: 1;
    }
}
@media (max-width: 1265px) {
    .test__page-decoration_vector {
        width: 50px;
        height: 50px;
        margin-left: 0%;
        margin-top: 100px;
    }
    .test__page-decoration_vector img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .test__page-decoration_vector2 {
        margin-left: 0%;
        margin-top: 580px;
    }
}
@media (max-width: 992px) {
    .test__page-decoration_vector {
        width: 76px;
        height: 76px;
        margin-left: 0%;
        margin-top: 100px;
    }
    .test__page-decoration_vector img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .test__page-decoration_vector2 {
        margin-top: 590px;
        right: 0;
        width: 164px;
        height: 164px;
    }
    .test__page-decoration_vector2 img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .test__page-decoration_vector3 {
        z-index: 3;
    }
}
@media (max-width: 840px) {
    .test__page-decoration_vector2 {
        margin-top: 530px;
    }
}
@media (max-width: 768px) {
    .test__page-decoration_vector2 {
        margin-top: 490px;
    }
}
@media (max-width: 545px) {
    .test__page-decoration_vector {
        width: 50px;
        height: 50px;
        margin-left: 0%;
        margin-top: 100px;
    }
    .test__page-decoration_vector img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .test__page-decoration_vector2 {
        margin-top: 400px;
    }
}
.video__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
}
.video__container video {
    /*max-width: 594px; */
    /*width: auto;
    height: auto;
    max-height: 100%;
    z-index: 2;
    position: absolute;
    left: -11vw;*/
}
.test-page__heading__content {
    padding-bottom: 4px;
}
.test_heading {
    color: #000A7C;
    font-size: 24px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.test-page__main__article {
    flex: 1;
}
.test_article {
    color: #000A7C;
    font-size: 14px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-left: 30px;
    padding-top: 30px;
}
.answers {
    padding-top: 39px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 26px;
}
.item {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
}

.ellipse__block {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 68px;
    height: 68px;
    border-radius: 60px;
    background: linear-gradient(88deg, rgba(231, 238, 255, 0.50) 0.52%, rgba(224, 234, 255, 0.50) 100%);
    box-shadow: -10px -10px 16px 0px #EAEFFF, 10px 10px 20px 0px #C2CCEB;
}
.ellipse__block_inform {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 68px;
    height: 68px;
    border-radius: 60px;
    background: linear-gradient(144deg, #F64B0B 0%, #FAA686 100%);
    box-shadow: 4px 4px 8px 0px #DB3B00, -4px -4px 8px 0px #E9EDFF;
}
.answer__bloc {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 31px;    
}
.answer__content {
    color: #2654D2;
    font-size: 14px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 13px 12px 12px 50px;
    border-radius: 12px;
    background: linear-gradient(88deg, rgba(231, 238, 255, 0.50) 0.52%, rgba(224, 234, 255, 0.50) 100%);
    box-shadow: -5px -5px 10px 0px #EAEFFF, 10px 10px 10px 0px #C2CCEB;
}
.item:hover .ellipse__block  {
    background-color:  #cddbff;
    cursor: pointer;  
}
.item:hover .answer__content
{
    background-color:  #cddbff;
    cursor: pointer; 
}
.inform__content {
    color: #FFF;
    font-size: 14px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 13px 12px 12px 50px;
    border-radius: 12px;
    background: linear-gradient(141deg, #FAA686 0%, #F64B0B 100%);
    box-shadow: -5px -5px 10px 0px #EAEFFF, 10px 10px 10px 0px #C2CCEB;
}
.inform__content a{
    color: #FFF;
    font-size: 14px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.path__container {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 5;
    margin-right: 4%;
    margin-bottom: 2%;
}
.item.answer.active .ellipse__block {
    background: linear-gradient(141deg, #7E8BEE 0%, #5E6FE4 100%);
    box-shadow: 4px 4px 8px 0px #B7C4ED, -4px -4px 8px 0px #FFF;
}
@media (max-width: 768px) {
    .ellipse__block {
        display: none;
    }
    .ellipse__block_inform {
        display: none;
    }
    .answer__content {
        padding: 10px;
    }
    .inform__content {
        padding: 10px;
    }
    .answer__bloc{
        align-items: flex-end;
        justify-content: flex-end;
        padding-left: 0;
    }
   .item.answer.active  .answer__content {
        background: linear-gradient(144deg, #5163E0 0%, #8893F0 100%);
        color: #FFF;
    }
}
@media (min-width: 769px) {
    .path__container {
        display: none;
    }
    .video-outer{
        /*width: 100%;
        height: 33vw;
        position: relative;
        overflow: hidden;*/
        margin-top: -40px;
  
    }
}
.test-page__button {
    display: flex;
    padding-left: 30px;
    padding-top: 39px;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}

.take_test {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 18px 0px;
    border-radius: 16px;
    background: linear-gradient(90deg, #808CEE 0%, #5C6CE4 100%);
    box-shadow: -5px -5px 10px 0px #FFF, 5px 5px 10px 0px #B7C4ED;
    z-index: 2;
}
.take_test:hover {
    background: linear-gradient(90deg, #808CEE 0%, #3A49BD 100%);
    box-shadow: -5px -5px 10px 0px #FFF, 5px 5px 10px 0px #B7C4ED;
}
.take_test:active {
    background: linear-gradient(90deg, #808CEE 0%, #5C6CE4 100%);
    box-shadow: 2px 2px 10px 0px #000A7C inset, -2px -2px 10px 0px #5C6CE4 inset;  
}
.take_test2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 18px 0px;
    border-radius: 16px;
    background: linear-gradient(90deg, #808CEE 0%, #5C6CE4 100%);
    box-shadow: -5px -5px 10px 0px #FFF, 5px 5px 10px 0px #B7C4ED;
    z-index: 2;
}
.take_test2:hover {
    background: linear-gradient(90deg, #808CEE 0%, #3A49BD 100%);
    box-shadow: -5px -5px 10px 0px #FFF, 5px 5px 10px 0px #B7C4ED;
}
.take_test2:active {
    background: linear-gradient(90deg, #808CEE 0%, #5C6CE4 100%);
    box-shadow: 2px 2px 10px 0px #000A7C inset, -2px -2px 10px 0px #5C6CE4 inset;  
}
/*---PROGRESS BAR--------------------------------------------*/
.progress__bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 28px;
    gap: 54px;
    color: #000A7C;
    font-size: 40px;
    font-family: Inter;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
}
.slider {
    display: flex;
    align-items: center;
    width: 80%;
}
progress {
    width: 100%;
    height: 16px;
}
  progress::-webkit-progress-bar {
    border-radius: 2px;
    background: linear-gradient(90deg, #EBEFFF 0%, #D2DDFE 100%);
    box-shadow: 1px 1px 2px 0px #C3CCF0 inset, -1px -1px 2px 0px #DEE6FF inset;  
}
  progress::-webkit-progress-value {
    border-radius: 2px;
    background: linear-gradient(90deg, #808CEE 0%, #5C6CE4 100%);
    box-shadow: 1px 1px 2px 0px #A1A9CC, -1px -1px 2px 0px rgba(222, 229, 255, 0.50);  
}
  progress::-moz-progress-bar {
    border-radius: 2px;
    background: linear-gradient(90deg, #808CEE 0%, #5C6CE4 100%);
    box-shadow: 1px 1px 2px 0px #A1A9CC, -1px -1px 2px 0px rgba(222, 229, 255, 0.50);  
}
@media (max-width: 992px) {
    .test-page__main-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    #start{min-height: 100vh;}

    .test-page__main__article {
        padding-top: 0;
        z-index: 5;
    }
    .test_article{
        padding-left: 0;
        padding-top: 0;
    }
    .default__slider {
        display: none;
    }
    .test-page__button {
        padding-left: 0;
    }
    .video__container video {
            /*width: auto;
    height: auto;
    max-height: 100%;
    z-index: 2;
    position: absolute;
    left: -20vw;
    max-width: 122vw;*/
    }
}
@media (max-width: 468px) {
    .answer__content {
        font-size: 12px;
    }
    .inform__content {
        font-size: 12px;
    }
    .test_heading {
        font-size: 20px;
    }
    .take_test {
        font-size: 16px;
    }
.take_test2 {
        font-size: 16px;
    }
    .progress__bar {
        font-size: 24px;
        gap: 21px;
    }
    .test__page-decoration_vector3 {
        width: 90px;
        height: 127px;
        margin-top: 208px;
    }
    .answers {
        padding-top: 19px;
        gap: 15px;
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    align-items: flex-start;
}

@keyframes slideInDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

/*----  (test__page.html) Test page END ------------------------------------------------------------------------*/


/*----  (result__page.html) Resultat page ----------------------------------------------------------------------*/

.result-page__decoration_vector {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    object-fit: contain;
    margin-left: 35%;
    margin-top: 50px;
    z-index: 2;
    opacity: 10%;
}
.result-page__decoration_vector2 {
    position: absolute; 
    margin-top: 44px;
    margin-left: 67%;
    width: 297px;
    height: 297px;
    object-fit: contain;
    z-index: 2;
}
.result-page__decoration_vector3 {
    position: absolute;
    margin-top: 653px;
    margin-left: 39%; 
    width: 202px;
    height: 202px;
    object-fit: contain;
    z-index: 2;
}
.result-page__decoration_vector3 img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.result-page__decoration_vector4 {
    position: absolute; 
    margin-top: 580px;
    right: 0;
    width: 421px;
    height: 421px;
    object-fit: contain;
    z-index: 2;
}
.result-page__decoration_vector4 img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.result-page__decoration_vector2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    opacity: 20%;
}
}
@media (max-width: 1375px) {
    .result-page__decoration_vector4 {
        width: 300px;
        height: 300px;
    }
}
@media (max-width: 1080px) {
    .result-page__decoration_vector4 {
        width: 250px;
        height: 250px;
        margin-top: 630px;
    }
    .result-page__decoration_vector2 {
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 992px) {
    .result-page__decoration_vector {
        margin-top: 80px;
    }
    .result-page__decoration_vector3 {
        margin-left: -1%;
        margin-top: 204px;
    }
    .result-page__decoration_vector2 {
        margin-top: 70px;
        margin-left: 77%;
    }
    .result-page__decoration_vector4 {
        margin-top: 675px;
    }

    .video-outer{
        width: 100$;

    }
}
@media (max-width: 869px) {
    .result-page__decoration_vector4 {
        margin-top: 705px;
    }
}
@media (max-width: 870px) {
    .result-page__decoration_vector4 {
        width: 200px;
        height: 200px;
        margin-top: 755px;
    }
    .result-page__decoration_vector2 {
        margin-left: 75%;
    }
}
@media (max-width: 845px) {
    .result-page__decoration_vector4 {
        margin-top: 715px;
    }
    .result-page__decoration_vector2 {
        width: 150px;
        height: 150px;
        margin-top: 200px;
        margin-left: 75%;
    }
}
@media (max-width: 695px) {
    .result-page__decoration_vector4 {
        width: 150px;
        height: 150px;
        margin-top: 112%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .result-page__decoration_vector3 {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 590px) {
    .result-page__decoration_vector2 {
        width: 100px;
        height: 100px;
        margin-top: 100px;
        margin-left: 75%;
    }
    .result-page__decoration_vector4 {
        width: 150px;
        height: 150px;
        margin-top: 114%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 500px) {
    .result-page__decoration_vector4 {
        margin-top: 130%;
    }
}
@media (max-width: 470px) {
    .result-page__decoration_vector4 {
        margin-top: 105%;
    }
}
.content {
    color: #000A7C;
    font-size: 40px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    z-index: 10;
}
.result-page-calculation_heading {
    padding-bottom: 15px;
}
.result-page__calculation_article {
    color: #2654D2;
    font-size: 24px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.resultat {
    padding-bottom: 10px;
    color: #F64B0B;
    font-size: 44px;
    font-family: Inter;
    /*font-style: italic;*/
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}
@media (max-width: 992px) {
    .default__result {
        display: none;
    }
    .heading__content.mob_version .default__result{
        display: flex;
    } 
    #result .heading__content.mob_version .calculation_heading{
        display: flex;
    }
}
.main_test_button {
    display: inline-flex;
    padding-top: 50px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.take_test {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding: 18px 30px;
    border-radius: 16px;
    background: linear-gradient(90deg, #808CEE 0%, #5C6CE4 100%);
    box-shadow: -5px -5px 10px 0px #FFF, 5px 5px 10px 0px #B7C4ED;
    z-index: 2;
}
.take_test:hover {
    background: linear-gradient(90deg, #808CEE 0%, #3A49BD 100%);
    box-shadow: -5px -5px 10px 0px #FFF, 5px 5px 10px 0px #B7C4ED;
}
.take_test:active {
    background: linear-gradient(90deg, #808CEE 0%, #5C6CE4 100%);
    box-shadow: 2px 2px 10px 0px #000A7C inset, -2px -2px 10px 0px #5C6CE4 inset;  
}
.take_test2 {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding: 18px 30px;
    border-radius: 16px;
    background: linear-gradient(90deg, #808CEE 0%, #5C6CE4 100%);
    box-shadow: -5px -5px 10px 0px #FFF, 5px 5px 10px 0px #B7C4ED;
    z-index: 2;
}
.take_test2:hover {
    background: linear-gradient(90deg, #808CEE 0%, #3A49BD 100%);
    box-shadow: -5px -5px 10px 0px #FFF, 5px 5px 10px 0px #B7C4ED;
}
.take_test2:active {
    background: linear-gradient(90deg, #808CEE 0%, #5C6CE4 100%);
    box-shadow: 2px 2px 10px 0px #000A7C inset, -2px -2px 10px 0px #5C6CE4 inset;  
}
@media (max-width: 992px) {
    .main-content {
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    .default__heading {
        display: none;
    }
    .result-page-calculation_heading {
        padding-bottom: 0px;
    }
    .main_test_button {
        display: flex;
    }
    
    .take_test {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 675px) {
   .main_test_button {
        padding-top: 35px;
    }
   .take_test {
        font-size: 20px;
        padding: 14px 0px;
    }
}  
@media (max-width: 470px) {
    .main_test_button {
        padding-top: 28px;
    }
    .main-content {
        align-items: flex-start;
    }
    .result-page__calculation_article {
        font-size: 14px;
    }
    .take_test {
        font-size: 16px;
    }
.take_test2 {
        font-size: 16px;
    }
    .resultat {
        font-size: 32px;
    }
    .result-page__decoration_vector {
        margin-left: 20%;
    }
    .result-page__decoration_vector2 {
        margin-left: 65%;
    }
}
@media (max-width: 360px) {
    .result-page__decoration_vector2 {
        width: 88px;
        height: 88px;
        margin-left: 70%;
        margin-top: 80px;
    }
    .result-page__decoration_vector4 {
        margin-top: 115%;
    }
}
@media (max-width: 330px) {
    .result-page__decoration_vector4 {
        margin-top: 125%;
    }
}
/*----  (result__page.html) Resultat page END -----------------------------------------------------------------*/