.lead-form-box {
    display: none
}

.order_block,
.order_block * {
    box-sizing: border-box;
    transition: .2s;
    font-family: Arial, sans-serif !important
}

.order_block {
    max-width: 700px;
    width: 100%;
    padding-left: 20px;
    margin: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .12);
    border: 3px dashed #eaeaea;
    border-radius: 0
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flex .img {
    width: 50%
}

.flex .img div {
    margin: 0 auto;
    text-align: center
}

.flex .form {
    width: 50%
}

.order_block .order_offer {
    text-align: center
}

.order_block .order_offer img {
    max-width: 100%;
    width: auto
}

.order_pre_form {
    padding: 20px 20px 0 20px
}

.order_form_row {
    margin-bottom: 10px;
    text-align: left
}

.order_form {
    padding: 0 20px 20px 20px
}

.order_header {
    margin: 12px 0 !important;
    padding: 0 !important;
    font-size: 18px
}

.order_form .order_form_row input {
    width: 100% !important;
    padding: 14px;
    border: 2px solid #eaeaea;
    font-size: 15px;
    border-radius: 3px;
    box-shadow: none !important;
    margin: 0 !important
}

.order_form .order_form_row label {
    font-size: 13px;
    text-align: left;
    font-weight: 700
}

.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
    outline: 0;
    border: 2px solid #cecece
}

.order_form .order_form_button {
    box-shadow: 0 1px 0 0 #f5978e inset;
    background: #f24537;
    border-radius: 3px;
    border: 1px solid #d02718;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    outline: 0;
    padding: 16px 0;
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
    text-decoration: none;
    letter-spacing: .6px;
    text-shadow: 0 1px 0 #810e05
}

.order_form .order_form_button:hover {
    background: #c62d1f
}

.order_form .order_form_button:active {
    position: relative;
    top: 1px
}

.order_timer_block {
    line-height: 1;
    font-weight: 700
}

.order_timer_block p {
    font-size: 18px;
    margin: 10px 0 !important;
    padding: 0 !important
}

.order_timer_block .order_timer {
    font-size: 21px
}

.time_remains {
    color: red
}

.box-popup-wrapper {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    display: none
}

.box-tooltip {
    background: #fff;
    font-size: 18px;
    padding: 20px;
    width: 90%;
    max-width: 320px;
    margin: 80px auto;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 1px 40px rgba(0, 0, 0, .5)
}

.box-tooltip:hover .box-tooltip-btn {
    background: #62a30e;
    transition: .2s
}

.box-tooltip-title {
    margin: 0;
    padding: 0;
    color: #333;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important
}

.box-tooltip-ico {
    width: 100%;
    padding: 10px 0 11px;
    box-sizing: border-box;
    text-align: center
}

.box-tooltip-ico img {
    height: 40px;
    width: auto
}

.box-tooltip-btn {
    background: #70b31a;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100%;
    margin: 0 auto !important;
    padding: 16px 5px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
    animation: scale .4s infinite;
    animation-direction: alternate;
    cursor: pointer
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.03)
    }
}

#boxesContainer {
    width: 100%;
    margin: auto;
    max-width: 600px
}

.boxes,
.boxes img {
    width: 100%
}

.instructions {
    padding: 10px;
    background-color: #232f3e;
    border-radius: 4px;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
    color: #fff
}

#tries_count {
    font-size: 19px
}

.boxes {
    margin: 10px 0
}

.boxes_item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 32.5%;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.boxes_item:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

@media (max-width:479px) {
    .boxes>div {
        width: 32%
    }
}

@media (max-width:319px) {
    .boxes>div {
        width: 48%
    }
}

.tcenter {
    text-align: center !important
}

@media screen and (max-width:767px) {
    .flex {
        display: flex;
        flex-direction: column
    }

    .order_block {
        padding-left: 0;
    }

    .flex .img {
        width: 100%;
        margin-bottom: -15px
    }

    .flex .form {
        width: 100%;
        margin: 0 auto
    }

    .order_pre_form {
        padding-top: 10px
    }

    .order_block .order_offer img {
        max-height: 250px
    }
}

.win_prize {
    color: #dc143c;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: -40px;
    left: calc(50% - 30px)
}

.prize_box {
    position: relative
}

#form-block {
    margin-bottom: 10px
}