@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');

body{
margin: 0;
font-family: 'Montserrat', sans-serif !important;
position: relative;
}
a{
    text-decoration: none !important;
    color: inherit;
}

h2{
    margin: 0;
    font-size: 32px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif;
}
h3{
    margin: 0;
}
h4{
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}
h5{
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
p{
    margin: 0px !important;
    display: block;
   
}
header{
    background-color: #3B5571;
   display: flex;
   align-items: center;
   width: 100%;
   height: 104px;
}
.header-first{
    width: 100%;
    min-height: 54px;
}
.header-second{
    width: 100%;
    background-color: #43698F;
    height: 54px;
    position: absolute;
    top: 54px;
    padding: 10px 0 7px;
}

.header-second_p2 {
    width: 100%;
    background-color: #43698F;
    height: 70px;
    position: absolute;
    top: 54px;
    padding: 10px 0 7px;
}

.header-first_content{
    width: 100%;
    flex-wrap: wrap;
}
.container{
    max-width: 1440px;
    width: 100%;
    min-width: none;
    margin: 0 50px;
}
.white{
    color: white;
    
}
.flex{
    display: flex;
}
.col{
    flex-direction: column;
}
.row{
    flex-direction: row;
}
.align-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.justify-end{
    justify-content: end;
}
footer{
    background-color: #4B6E94;
    min-height: 156px;
    
}
.main-block{
    margin-top: 150px;
    column-gap: 90px;
}
.train-block{
    width: 300px;
    height: 400px;
    border: 1px solid #B5C5D8;
    position: relative;
}
.line_1{
    background-color: #6287AA;
    width: 100%;
    height: 15px;

}
.line_2{
    background-color: #426990;
    width: 100%;
    height: 15px;

}
.line_3{
    background-color: #304F70;
    width: 100%;
    height: 15px;

}
.center{
    text-align: center;
}
.btn{
    padding: 16px 19px;
    width: fit-content;
}
.btn_info{
    border: 1px solid #000000;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 14px;
    margin-right: 24px;
}
.btn_exe{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;

    background-color: #4F7094;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.btn-nav{
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;

   
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 14px 32px 25px;
}
.btn-contacts{
    background-color: #6287AA;
}
.btn-words{
    background-color: #43698F;
}
.subtitle_header{
    position: absolute;
    color: #A2BEDD;
    font-weight: bold;
    font-size: 24px;
    z-index: 3;
    padding-top: 0px;
}
.title{
    padding-top: 10px;
}
.logo{
    position: absolute;
    z-index: 3;
    margin-top: 20px;
}
.logo img{
    width: 60px;
}
.triangle{
    justify-content: end;
    position: absolute;
    z-index: 4;
    bottom: 0px;
    right: 0px;
}
.triangle1{
    justify-content: end;
    z-index: 4;
}
.triangle1_img{
    height: 114px;
}
.card-text{
    font-size: 12px;
    font-weight: normal;
}

.shape-card{
height: 150px;
width: 100%;
}
.shape-color_1{
 background-image: url("../img/Group\ 221.png");
 background-repeat: no-repeat;
}
.shape-color_2{
    background-image: url("../img/Group\ 222.png");
    background-repeat: no-repeat;
   }
.shape-color_3{
    background-image: url("../img/Group\ 223.png");
    background-repeat: no-repeat;
}
.card-text_main{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0 0 15px;
}
.card{
    margin-bottom: 35px;
}
.mb-5{
    margin-bottom: 5px !important;
}

.mb-5_modal {
    margin-bottom: 5px !important;
}

.mb-10{
margin-bottom: 10px;
}
.mb-30{
    margin-bottom: 30px;
}
.ml-90{
    margin-left: 90px;
}
.mt-10{
    margin-top: 10px!important;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-100{
    margin-top: 100px;
}
.mr-10{
    margin-right: 10px;
}
.ml-20{
    margin-left: 20px !important;
}
.wrap{
    flex-wrap: wrap;
}
.space-between{
    justify-content: space-between;
}
.w100{
    width: 100%;
}
.triangle_img{
    height: 114px;
    position: absolute;
    
}
.blockmdk{
    width: 100%;
    max-width: 406px;
    
    min-width: none;
}
.footer_third-col{
    width: 100%;
    max-width: 235px;
    
    min-width: none;
}
.footer_columns{
    column-gap: 50px;
}
.white_line_left{
border-left: 1px solid #fff;
padding-left: 28px;
}
.img_logo_prof{
    width: max-content;
}

.button_train{
    position: absolute;
    bottom: 28px;
    
}

.bg_color_block{
    background-color: rgba(160, 190, 221, 50%);
    padding-bottom: 114px;
}

/* page1 */
.container1{
    max-width: 1280px;
    width: 100%;
    min-width: 400px;
    background-color: #fff;
    min-height: 670px;
    height: fit-content;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-top: 20px;
    position: relative;
}

.container_header{
    background-color: #43698F;
    height: 80px;
    width: 100%;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;

    
}
.text_home{
    max-width: 1280px;
    width: 100%;
    /* min-width: 400px; */
    color: #43698F;
    font-weight: bold;
}
.max-content{
    width: max-content;
}
.content1{
    max-width: 1280px;
    width: 100%;
    min-width: 400px;
    margin: 0px 20px;
    
}
.container_title{
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    padding: 20px 20px;
}
.tab{
    background-color: rgba(254, 254, 254, 0.5);
    height: 14px;
    width: 100%;
    max-width: 150px;
    min-width: none;
    border-radius: 15px 15px 0 0;
}
.active_tab{
    background-color: #FEFEFE;
    height: 14px;
    width: 100%;
    max-width: 150px;
    min-width: none;
    border-radius: 15px 15px 0 0;
}
.counter_exercise{
    color: #fff;
    padding: 20px;
}
.tab-exercise-container{
    padding:  0px 30px;
}
.container-exercise{
    padding: 30px 50px;
    padding-bottom: 75px;
    height: fit-content;
}
.cotnainer-exercide_header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.game-info {
    min-width: 20%;
}
.container-filling{
    display: flex;
    gap: 30px;
}
.text-zadanie{
    color: #251212;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    margin-left: 0px;
    max-width: 1120px;
    user-select: none!important;
}

.text-zadanie_1 {
    color: #251212;
    font-weight: 700;
    width: fit-content;
    font-size: 22px;
    margin-bottom: 20px;
    margin-left: 0px;
    max-width: 1120px;
    z-index: 3;
    user-select: none!important;
}

.img-exercise img{
    width: 100%;
}

.img_question {
    display: flex;
    margin: 0 auto;
    width:200px
}

.img_question_table {
    display: flex;
    margin: 0 auto;
    width:200px
}

.img_question_img {
    display: flex;
    margin: 0 auto;
    width:300px
}
.text-exercise{
    width: 100%;
    min-width: none;
    max-width: 630px;
}
.arrows{
    display: flex;
    width: 100%;
    justify-content: center;
}
.arrows1{
    display: flex;
    width: 100%;
    justify-content: end;
    position: absolute;
    bottom: 20px;
    right: 50px;
}
.list-dashed{
    list-style-type: none;
}
ul.list-dashed > li {
    
  }
  ul.list-dashed > li:before {
    content: "-";
   
  }
.time-counter{
    font-size: 22px;
    
}
.timer{
    display: flex;
    justify-content: end;
    
}
.timer img{
    height: 20px;
}
.timer_container{
    width: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.balls{
    display: flex;
    justify-content: right;
    flex-direction: row;
    width: 100%;
}

button{
    border: none;
    background-color: rgba(255, 255, 255,0);
}
.text-center{
    text-align: center;
}
.hide {
    display: none !important;
}
.option-list{
    width: 60%;
    margin: auto;
    min-width: 200px;
}
.option-list2{
    align-self: normal;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-direction: row;
    gap: 10px;
}
.active{
    opacity: 0.8;
}
.hover{
      opacity: 0.5;
}
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
  }

  .loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #6287AA;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Анимация */
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
/* Скрыть лоадер после загрузки страницы */
.loaded {
    display: none;
}
.option {
    display: flex;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 60px;
    min-width: 100%;
    background-color: #ffffff;
    border: 3px solid #A2BEDD;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    transition: .3s linear all;
}
.option.hidden, .option.hidden img, .option.hidden #choice  {
    width: 0px;
    min-width: 0px;
    padding: 0;
    border: 0;
    font-size: 0px;
    opacity: 0;
}

.option span {
    text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
    width: 100%;
    box-sizing: border-box; 
}

.option2 #choice {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 200px;
}
.option_img {
    min-width: 160px;
    min-height: 100%;
    flex-shrink: 0;
    object-fit: contain;
    width: 100%;
}

#left-list li{
    border: 1px solid black;
    width: 100px;
}
.option2 {
    display: flex;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 60px;
    background-color: #ffffff;
    border: 3px solid #A2BEDD;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    transition: .3s linear all;

    max-width: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 200px;
    max-width: 300px;
    position: relative;
    height: 100%;
    width: 200px;
}

.option2 #choice {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 200px;
}

.option2.hidden, .option2.hidden img, .option2.hidden #choice  {
    width: 0px;
    min-width: 0px;
    padding: 0;
    border: 0;
    font-size: 0px;
    opacity: 0;
}
.hide {
    display: none;
}

.hovered {
    background-color: rgba(254, 254, 254, 0.5);
}

.correct {
    background-color: #9ee7d5 !important;
    cursor: default;
    animation-delay: background-color 1s;
    animation-duration: 1s;
}
video{
    width: 100%;
    height: 100%;
    max-height: 600px;
    min-height: none;
}
.incorrect {
    background-color: #e7ad9e !important;
    cursor: default;
    animation-delay: background-color 1s;
    animation-duration: 1s;
}
.disabled{
    pointer-events: none;
    cursor: default;
}

.container2{
    max-width: 1280px;
    width: 100%;
    min-width: 400px;
    background-color: #fff;
    height: 670px;
    
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-top: 20px;
}
.center-results{
   /*  height: 100%; */
}
.modal {
    display: none;
        vertical-align: middle !important;
        height: fit-content !important;
        position: relative !important;
        line-height: normal !important;
        z-index: 2;
        max-width: 500px;
        box-sizing: border-box;
        width: 65% !important;
        background: #fff;
        padding: 15px 30px;
        text-align: left;
        border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        -ms-border-radius: 0px !important;
        -o-border-radius: 0px !important;
        box-shadow: none !important;
        overflow-x: unset !important;
        overflow-y: unset !important;
}

.modal_container {
        max-width: 1000px !important;        
}

/* .modal_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 20px;
} */

/* 

a.close-modal {
    top: 5px !important;
    z-index: 100 !important;
} */

.modal_aom1 {
    display: none;
    vertical-align: middle !important;
    height: fit-content !important;
    position: relative !important;
    line-height: normal !important;
    z-index: 2;
    min-width: 500px !important;
    max-width: fit-content !important;
    box-sizing: border-box;
    width: fit-content;
    background: #fff;
    padding: 15px 30px;
    text-align: left;
    border-radius: 0px !important;
    margin-top: 100px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    box-shadow: none !important;
}

.modal__header {
    color: #251212;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    margin-left: 0px;
    max-width: 1120px;
}

.modal__description {
    margin-top: 20px !important;
    line-height: 24px;
}

.modal-container {
    cursor: pointer;
    border: none;
    /* box-shadow: 0 14px 28px rgba(105, 105, 105, 0.25), 0 10px 10px rgba(80, 80, 80, 0.22); */
    padding: 10px;
    text-align: center;
    margin: 10px;
    width: 270px;
    height: 250px;
}

.blocker{
    z-index: 5 !important;
}

.drag_item {
    width: 300px;
    height: 30px;
    padding: 10px 30px;
    margin: 10px;
    border: 2px solid #3B5571;
    border-radius: 10px;
    color: #3B5571;
}

.container_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


/*слайдер*/

.slider-container {
    display: block;
    position: relative;
    width: 700px;
    height: 400px;
    margin: 0 auto 30px;
    overflow: hidden;
    /* box-shadow: 0 14px 28px rgba(150, 150, 150, 0.25), 0 10px 10px rgba(145, 144, 144, 0.22); */
    border-radius: 10px;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prev-button,
.next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);    
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    font-size: 30px;
    color: #3B5571;
    box-shadow: 0 14px 28px rgba(150, 150, 150, 0.25), 0 10px 10px rgba(145, 144, 144, 0.22);
}

.prev-button {
    left: 10px;
}

.next-button {
    right: 10px;
}

.tryagain-btn {
    cursor: pointer;
    color: #43698F;
    font-weight: bold;
}
.tryagain-btn:hover {
    opacity: .9;
}
@media (max-width: 900px) {
    .container-filling{
        flex-wrap: wrap;
    }
}
@media (max-width:1223px){
    .footer1{
        justify-content: center;
        margin-bottom: 50px;
    }
   .column3{
    margin-top: 50px;
   }
   .footer_columns{
    display: flex;
    justify-content: center;
    gap: 30px;
   }
   .footer_columns h4{
    text-align: center;
   }
}

@media (min-width:1223px){
    .footer1{
        justify-content: space-between;
    }
}
@media (max-width:845px){
    .header-second{
        height: 70px;
    }
    .subtitle_header{
        margin-top: 20px;
        font-size: 16px;
    }
    header h2{
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    }
    .buttons{
        display: none;
    }
    .triangle{
        display: none;
    }
}
@media (max-width:545px){
    .triangle{
        display: none;
    }

}
#piechart{
    width: 100%;
    max-width: 400px;
    min-width: 300px;
}
.box_1{
    width: 260px;
    height: 130px;
    background-color: rgba(208, 222, 238, 0.21);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid rgba(67, 105, 143, 0.26);
    padding: 10px;
}
.box_1_text{
    color: #43698F;
    font-size: 18px;
    text-align: center;
}
.box_number{
    font-weight: bold;
    color: #43698F;
    font-size: 32px;
    text-align: center;
}
.container_box{
    gap: 30px;
}

/*Стили для селектора*/
.select {
    width: auto;
    min-width: 100px;
    height: 30px;
    padding: 0 15px !important;
    line-height: 28px;
    background: rgba(160, 190, 221, 50%);
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    border-radius: 15px;
}
.selectValue {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
.select .options {
    width: inherit;
    position: absolute;
    box-shadow: 1px 2px 3px #312e2e;
}
.select .options div{
    width: 100%;
    min-height: 30px;
    padding: 0 5px;
    background: gray;
    display: flex;
    justify-content: center;
    align-items: center;
}
.select .options div:hover{
    background: white;
}
/*-------------------------------*/

.selected {
    background-color: gray !important;
}
.choice {
    line-height: 35px;
    padding-bottom: 20px;
}
.fixDan {
    align-self: normal;
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    gap: 10px;
    box-sizing: border-box;
}

/*drag and drop styles*/
.drop {
    display: inline-block;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 25px;
    border: 4px solid #3B5571;
    background-color: #A2BEDD;
    vertical-align: middle;
    margin: 10px;
}
.dropText {
    /*display: inline-block;*/
    /*width: 35%;
    vertical-align: middle;*/
}
.dropRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.drag {
    display: flex;
    position: absolute;
    width: inherit;
    max-width: 300px;
    height: 45px;
    background: #6287AA;
    color: #FFF;
    user-select: none;
    cursor: grab;
    align-items: center;
    font-size: 14px !important;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 25px;
    padding-left: 0.5rem;
    z-index: 1;
    margin: 5px;
    line-height: 1;
}
.dragContainer {
    width: 100%;
}

.dragContainer2 {
    position: absolute;
    display: flex;
    width: 50%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
}
.zTop {
    z-index: 1000;
}
#circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border: 4px solid #3B5571;
    background-color: #A2BEDD;
}
.bgCorrect {
    background-color: #9ee7d5 !important;
    color: #000;
}
.bgInCorrect {
    background-color: #e7ad9e !important;
    color: #000;
}
/*--------------------------*/
.game {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    height: 600px;
}

.game-cards {
    width: 80%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 50px;
    column-gap: 25px;
    row-gap: 25px;
}

.game-card {
    width: 150px;
    height: 140px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .3s;
    transition-property: transform;
    box-sizing: border-box;
    border: 3px solid #A2BEDD;
    border-radius: 15px;
    user-select: none;
}

.game-card--correct{
    background-color: #9ee7d5;
}
.game-card--incorrect{
    background-color: pink;
}
.game-card--correct, .game-card--incorrect:hover {
    cursor:not-allowed !important;
    transform: unset !important;
    transition-duration: unset !important;
    transition-duration: .3s;
}

.game-card:hover {
    transform: scale(1.2);
    transition-duration: .2s;
    cursor: pointer;
}
.game-card:active {
    border: 3px solid rgba(0,0,0,.3);
    transform: scale(1.1);
}
.game-card p{
    font-size: 28px;
    font-weight: lighter;
}

.read-more {
    color: #426990;
    font-weight: 600;
}
.read-more:hover {
    opacity: .8;
}

.quest-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.quest-text-container {

}

.exercise-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 50px;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,.2);
    background-color: #426990;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition-duration:.3s;
    transition-property: transform
}
.exercise-btn:hover {
    transform: scale(1.05);
    opacity: .9;
    transition-duration:.3s;
    transition-property: transform
}

.optionTasks {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

/* Text options  */
.text-options-container {
    padding-top: 10px;
    width: 1100px! important;
    display: inline-block;
}
.text-options-container span {
    padding: 0 3px;
    width: 100%;
    line-height: 37px !important;
}

.text-correct {
    color: green;
    font-weight: 600;
}

.text-incorrect {
    font-weight: 600;
    color: red;
}

.text-option-container {
    margin: 25px 0;
    display: inline;
}
  

.text-option-container input { 
    text-align: center;
    font-size: 16px;
}
.text-option-container input[type="button"] {
    font-size: 14px;
}

.word {
    display: inline-block;
    padding: 10px;
    border: 1px solid #43698F;
    margin: 3px;
    cursor: pointer;
    border-radius: 15px;
}
.droppable {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #43698F;
    text-align: center;
    padding: 5px;
    min-width: 70px;
    min-height: 30px;
    border-radius: 15px;
    margin: 1px 5px;
}
  
.flex.container-filling.align-center.justify-center {
    display: block !important;
    width: 100%;
    margin: auto;
}

.dragContainer.correct {
    padding: 15px 0px 15px 15px;
    border-radius: 15px;
}
.dragContainer.incorrect { 
    padding: 15px 0px 15px 15px;
    border-radius: 15px;
}