@font-face {
    font-family: 'Mont-Regular';
    font-display: swap;
	src: local('☺');
    src: url('../fonts/Mont-Regular.woff') format('woff');
    font-weight:400;font-style:normal
}
@font-face {
    font-family: 'Mont-Bold';
    font-display: swap; 
	src: local('☺');
    src: url('../fonts/Mont-Bold.woff') format('woff');
    font-weight:400;
    font-style:normal
}
@font-face {
    font-family: 'Mont-SemiBold';
    font-display: swap; 
    src: local('☺'), url('../fonts/Mont-SemiBold.woff') format('woff');
}



    .mob_phone {
    display: none !important;
    }

    .btn_manager {
    display: block !important;
    }

    #quiz_preloader {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: 100%;
    background-position: center;
    z-index: 1000;
    transition: .5s background-size ease, .5s opacity .5s ease, .5s visibility .5s ease;
    }

    #quiz_preloader::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    transform: translate(-50%, -50%) rotate(0);
    width: 80px;
    height: 80px;
    border-top: 8px solid #ff8319;
    border-bottom: 8px solid #ff8319;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    animation: quiz_preloader 1.5s linear 0.5s infinite;
    border-radius: 50%;
    }

    @keyframes quiz_preloader {
    from {
        transform: translate(-50%, -50%) rotate(0);
    }
    to {
        transform: translate(-50%, -50%) rotate(1turn);
    }
    }

    #quiz_preloader.disable {
    background-size: 200%;
    opacity: 0;
    visibility: hidden;
    }




    .pos-ab {
      position: relative;
    }

    .col-im {
          position: absolute;
    bottom: 209px;
    z-index: 55;
    height: 150px;
    width: 150px;
    }


    .gift_col__item.flex-img.active {
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
        background-color: #e0e0de;
    }


    .gift_col__item_img .col-im {

        position: absolute;
    bottom: 20px;
    left: 0px;
    height: 150px;
    width: 150px;
    /* width: 100%; */
    }
.col-im {
    position: absolute;
    bottom: 20px;
    left: 0px;
    height: 150px;
    width: 150px;
}
.gift_col__item_text_caption.title-m {
      text-align: center;
}
.gift_col__item_text_caption.title-m span{
        display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

                            
.gift_col__item_text_subs {
      text-align: center;
    color: #21bb2a;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:576px){
.new-mob-btn {
width: auto!important;
}

    .quiz-template .form-section.type-new .form-block input {
        font-size: 21.5px;
        margin-bottom: 20px;
        padding: 22px 30px;
    }
   .mob-form .gift_col__sub {
    margin-bottom: 20px;
   }
.quiz-template .form-section.type-new .form-block [type="submit"] {
        background: linear-gradient(180deg, rgb(255, 172, 4) 10%, rgb(251, 117, 0))!important;
    padding: 22px 28px;
    font-size: 16px;
    text-align: left;
    justify-content: flex-start;
    display: flex
;
    margin-bottom: 20px;
}

.gift_col__item_text_subs {

    position: relative;
      
  font-size: 21px;
    line-height: 21px;
    text-align: left;
    padding-left: 20px;
    max-width: 220px;
}
.gift_col__item_text_subs svg {
    position: absolute;
    top: 19px;
    left: 93px;
}
.gift_col__item_text_caption.title-m {
    width: 100%;
           font-size: 14px;
    text-align: left;
    margin-bottom: 40px;
}

.gift_col__item_text_caption.title-m span {
   font-size: 21px;
           line-height: 21px;
           justify-content: start;
           text-align: left;
}
.gift_col__item.flex-img.active {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    background-color: #e0e0de;
}
.type-new .gift_col__item_text {
            top: 34px;
        left: 0px;
        display: block;
        text-align: left;
        font-size: 12px;
        position: absolute;
        max-width: 230px;
}

.gift_col__item_img .col-im {
    position: absolute;
    bottom: 20px;
    left: 0px;
    height: 110px;
    width: 110px;
    /* width: 100%; */
}
@media screen and (max-width: 1450px) {
    .gift_col__item_img .col-im  {
        min-width: 110px;
    }
}

    .quiz-template .form-section .form-block .mob-form  input {
        font-size: 22px;
        margin-bottom: 16px;
        padding: 21px 24px;
    }

      .quiz-template .form-section .form-block .mob-form  [type="submit"] {
        font-size: 18px;
        padding: 18px 32px;
    }
.gift_col__item_img__mob {
    display: none!important;
}
    .gift_col__item_img.pos-ab {
        display: block!important;
       /*  width: 100%!important; */
    }
        .new-mob-ind {
        display: block!important;
    }

.mob-form {
    display: block!important;
}
}

.new-mob-ind img {
    display: none!important;
}
.gift_col__item.flex-img.pos-r {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e0e0de;
    opacity: 1;
}
@media screen and (max-width: 1450px) {
    .gift_col__item.pos-r {
        max-height: unset;
        padding: 20px;
    }
}
@media screen and (max-width: 1450px) {
    .gift_col__item_text_caption.title-m span {
        line-height: 26px;
    }
}
/* .red-tit {
    color: #e63a3a!important;
} */

 @media screen and (min-width:800px){

    .elev {
        min-height: 200px;
        height: 260px!important;
    } 
}
@media screen and (max-width:800px){
    .elev {
        min-height: 100px;
    }  }



        .form-section.type-new::after {
            display: none;

        }

@media screen and (max-width:576px){
        .gift_col__item.flex-img.pos-r {

        
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    background-color: #e0e0de;
    opacity: 1;
        } 
    
        .new-mob-ind img {
            display: none!important;
        }

    }


.close-form form input{
    margin-bottom: 0;
}
.close-form form .unsuccess{
    color: red;
    /* margin-bottom: 40px;
    margin-top:10px; */
}
    @media (max-width: 768px){
        .close-form form .unsuccess{
            margin-bottom: 20px;
        }
    }