@media(max-width:1280px) {

    .custom-logo {
        width: 170px
    }

    section.check #check {
        margin-right: 40px;
    }


}

@media (max-width:992px) {
    header#masthead {
        width: 100%;
        z-index: 10;
        padding: 10px 0 10px 10px;
        height: auto;
        margin-bottom: 0;
    }

    header#masthead .menulist {
        justify-content: end;
    }

    .custom-logo-link {
        display: inline;
    }

    header .site-branding {
        top: 25px;
    }

    .site-branding .custom-logo-link img {
        margin-right: 20px;
    }

    .site-branding img {
        width: auto;
        max-width: 130px;
        padding: 0;
    }

    section.check {
        padding: 40px 0 30px 0;
    }

    section.check .info {
        display: none;
    }

    .main-navigation li {
        padding: 5px 0;
    }

    .main-navigation ul {
        display: block;
    }

    nav#site-navigation {
        text-align: right;
    }

    button.menu-toggle {
        display: inline;
        background: url(images/bars.svg) no-repeat;
        border: none;
        color: #fff;
        outline: none;
        border-radius: 0;
        width: 20px;
        height: 20px;
        padding-right: 0;
    }

    button.menu-toggle svg,
    button.menu-toggle svg * {
        pointer-events: none;
    }

    .menu-main-menu-container {
        position: fixed;
        background: #f1000d;
        text-align: center;
        padding: 20px;
        margin: auto;
        left: 0;
        top: 0;
        z-index: 999;
        visibility: hidden;
        pointer-events: none;
        text-align: center;
        transform: translateY(-100%);
        transition: transform 0.3s ease, visibility 0.3s;
        width: 100%;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    header .menuclose {
        display: none;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1001;
        outline: none;
        border: none;
        background: none;
        padding: 0;
        width: 32px;
        height: 32px;
        cursor: pointer;
    }

    header .menuclose img {
        width: 100%;
        height: 100%;
    }

    .toggled .menuclose {
        display: block;
    }

    .toggled button.menu-toggle {
        display: none;
    }

    header #site-navigation #primary-menu li a {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        display: inline-block;
    }

    .toggled .menu-main-menu-container {
        transform: translateY(0);
        visibility: visible;
        pointer-events: auto;
    }

    .modal-pop .deliveryform .column:not(:last-child) {
        padding: 0 15px;
    }

    .modal-pop .deliveryform .column {
        padding-right: 15px;
    }

    .modal-pop .modal-content {
        width: 100%;
    }

    #modalTryagain.modal-pop .modal-content .title {
        font-size: 30px;
        line-height: 40px;
        width: 100%;
    }

    section.check .title {
        font-size: 45px;
    }

    .date-block-in {
        padding-left: 0px;
        padding-right: 0px;
    }

    .date-block-in #date-block {
        padding: 15px 0px;
    }

    .winners-carousel .owl-nav .owl-prev {
        left: 15px;
    }

    .winners-carousel .owl-nav .owl-next {
        right: 15px;
    }

    section.winners #winning-list {
        width: 100%;
        padding: 0 28px;
        margin-left: 0;
    }

    section.winners .grand {
        width: 100%;
        padding: 0;
        margin-left: 0;
        text-align: center;

    }

    .owl-prev,
    .owl-next {
        height: 28px;
        width: 28px;
    }

    section.winners #winning-list .winners-list span {
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        line-height: 24px;
    }

    section.winners #winning-list .winners-list .col-12 span:first-child {
        margin-top: 0;
    }

    section.check .question, section.check .question a {
        font-size: 10px;
        line-height: 12px;
        text-align: left;
        margin-top: 10px;
    }

    section.check .checkbox {
        margin-left: 0;
    }

    section.check .checkbox input + span, section.check .checkbox input + label {
        font-size: 12px;
        line-height: 16px;
    }

    section.check .register-form .input-checkimg {
        font-size: 16px;
    }

    section.check .register-form input[type="text"],
    section.check .register-form input[type="email"],
    section.check .register-form input[type="tel"] {
        width: 100%;
        font-size: 16px;
    }

    section.check .checkbox {
        width: 100%;
    }

    section.check .register-form .submit-btn {
        width: 100%;
        height: 60px;
        font-size: 22px;
        line-height: 26px;
    }

    section.winners .grand-winner {
        font-size: 18px;
        line-height: 17px;
    }

    section.check .register-form .fileinput {
        width: 100%;
        margin: auto;
    }

    #modalReg .modal-content,
    #modalCongratulations .modal-content {
        width: 100%;
    }

    #modalReg .modal-block .ttext {
        font-size: 30px;
        line-height: 36px;
    }

    .modal-pop .modal-content .modal-block img {
        width: 250px;
    }

    #modalReg .modal-content .info .t1 p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
    }

    #modalReg .modal-block .t2 p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 900;
        padding: 0;
        margin-bottom: 0;
    }

    #modalCongratulations.modal-pop .modal-content .pretext p {
        font-size: 16px;
        line-height: 21px;
    }

    #modalCongratulations .gr img {
        width: 250px;
    }

    section.winners {
        padding-top: 40px;
    }

    section.check .register-form #filebtn {
        flex: 0 0 120px;
        font-size: 16px;
    }

    .logo {
        display: none;
    }

    #modalCongratulations .modal-content, 
    #modalReg .modal-content {
        padding: 40px 20px 10px 20px;
    }

    #modalCongratulations.modal-pop .modal-content .info .t1 {
        font-size: 24px;
        line-height: 28px;
    }

    #modalCongratulations.modal-pop .modal-content .info p.t2 {
        font-size: 14px;
        line-height: 18px;
    }

    .modal-pop .deliveryform .deliveryform-grid .field {
        margin-bottom: 15px;
    }
    
    #modalReg .modal-block .text {
        font-size: 20px;
        line-height: 28px;
        margin-top: 20px;
    }

    .modal-pop .deliveryform .deliveryform-grid {
        display: block;
    }

    .modal-pop .deliveryform input[type="text"],
    .modal-pop .deliveryform input[type="tel"],
    .modal-pop .deliveryform select {
        height: 50px;
    }


}

@media (max-width:768px) {

    section.check .register-form .fileinput,
    section.check .checkbox,
    section.check .register-form .recaptcha {
        width: 100%;
    }

    #modalCongratulations.modal-pop .modal-content .prizeimg {
        position: relative;
    }

    #modalCongratulations.modal-pop .modal-content .info p {
        font-size: 14px;
        line-height: 18px;
    }

    section.check .period {
        font-size: 16px;
    }

    #date-block .item {
        font-size: 24px;
        line-height: 24px;
    }

    section.check .choice .res p {
        font-size: 14px;
    }

    #modalReg .modal-content .info .t1 p {
        font-size: 14px;
        line-height: 16px;
    }

    #modalReg .modal-block .t2 p {
        font-size: 16px;
        line-height: 20px;
    }

    .modal-pop .modal-content .modal-block img {
        width: 170px;
    }

    .modal-pop .modal-content .title {
        font-size: 30px;
        line-height: 36px;
    }

    section.check .t1 {
        font-size: 37px;
        line-height: 46px;
    }

    section.check .t2 {
        font-size: 32px;
        line-height: 40px;
    }

    section.check #check {
        margin-right: 0;
    }

    section.check .reg2 {
        margin-bottom: 30px;
    }

    section.htp .steps img {
        margin-bottom: 20px;
        margin-right: 0;
    }

    section.htp .steps .text {
        font-size: 18px;
        line-height: 24px;
    }

    section.htp .steps {
        padding: 30px 0;
    }

    section.htp .steps .line:not(:last-child) {
        margin-bottom: 20px;
    }

    section.winners .wt1, 
    section.winners .wt2 {
        text-align: center;
        margin-left: 0;
    }


}

@media (max-width:576px) {

    section.check {
        padding-top: 40px;
    }

    section.check .register-form {
        width: 100%;
    }
    


}
