img {
    border: 0;
}

body {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.top-form {
    margin-top: 55px;
}

.item-gift {
    display: none;
    margin: 20px 0;
    font-weight: 900;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #f00;
    text-shadow: 1px 1px 1px #0000008c;
}

.clearfix:after,
.container:after,
.row:after {
    clear: both;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

footer,
header,
main,
section {
    display: block;
}

a {
    background-color: transparent;
    color: #337ab7;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

b {
    font-weight: 700;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

body {
    background-color: #fff;
}

img {
    vertical-align: middle;
}

button,
input,
select {
    color: inherit;
    font: inherit;
    outline: none;
    margin: 0;
}

.ac_footer {
    text-align: center;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-logo {
    position: relative;
    margin: 0 auto;
    width: max-content;
}

.top-logo a span {
    font-size: 25px;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 100px;
    color: #db042d;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
}

.top-logo:after {
    content: '';
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
}

button,
input,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:480px) {
    .container {
        width: 470px;
    }
}


@media (min-width:992px) {
    .container {
        width: 970px;
    }
    .top-logo {
        margin: 0;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-9,
.col-sm-12,
.col-sm-6,
.col-sm-8,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:480px) {

    .col-sm-12,
    .col-sm-6,
    .col-sm-8 {
        float: left;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
}

@media (min-width:992px) {

    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-9 {
        float: left;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
}

@media (min-width:1200px) {

    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8 {
        float: left;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
}

.hidden,
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

@-ms-viewport {
    width: device-width;
}

@media (max-width:479px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width:480px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

@media (max-width:479px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:480px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

header,
section {
    overflow: hidden;
}

.img,
body {
    background-repeat: no-repeat;
}

.btn,
.send {
    text-transform: uppercase;
}

.header-block,
.line-all-count {
    text-align: center;
}



.hidden {
    display: none;
}

.top-rekl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

body {
    background-color: #fff;
    background-image: url(../img/bg-top.jpg)
    ;
    background-size: 100%;
    color: #000;
    font-size: 12px;
    min-width: 320px;
}

.bold,
.green {
    font-weight: bold;
}

.timer-header,
.top-callme-header,
.top-rekl {
    font-size: 1.1em;
}

h1,
h2,
h3 {
    font-weight: 400;
}

header {
    padding-bottom: 45px;
}

.green {
    color: #8dab36;
}

.red {
    color: red;
}

.pink {
    color: #b66466;
}

.top-line {
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-rekl {
    display: flex;
    width: 360px;
    margin-top: 17px;
}

.top-callme-body,
.top-rekl-item {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
}

.top-rekl-item {
    display: flex;
}

.top-rekl-item:last-child {
    margin-left: 20px;
}

.top-rekl-item .text {
    margin-left: 4px;
}

.img {
    width: 30px;
    height: 35px;
    background-image: url(../img/icons.png);
}

.img.item1 {
    background-position: -158px 6px;
}

.img.item2 {
    background-position: 0 6px;
}

.top-timer {
    margin-left: 30px;
    margin-top: 8px;
}

.top-callme {
    margin: 17px 0 0 -28px;
}

.btn,
.header-block h1 {
    font-weight: bold;
}

.top-callme-body {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.list-blok ul li,
.price-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.top-callme-text {
    margin: 5px 10px 0 0;
}

.btn {
    color: #fff;
    color: #fff;
    background-color: #ff7426 !important;
    border-color: #ff7426 !important;
    border: 1px solid;
    font-size: 1em;
    padding: 8px 12px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.btn:hover {
    color: #fff !important;
    background-color: #f96d1f !important;
    border-color: #f96d1f !important;
    text-decoration: none;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.header-block h1 {
    font-size: 3.333em;
    line-height: 52px;
    letter-spacing: -.050em;
    margin: 0;
    padding: 0;
}


.header-block p {
    font-size: 2em;
    line-height: 40px;
    letter-spacing: -.025em;
    margin: 0;
    padding: 0;
}

.list-blok {
    position: relative;
    margin-top: 55px;
}

.list-blok ul {
    width: 392px;
    margin: 0;
    list-style-type: none;
    background-color: rgba(255, 255, 255, .5);
    padding: 16px 40px 15px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .1);
}

.list-blok ul li {
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0;
}

.list-blok ul li:not(:last-child) {
    background: -webkit-linear-gradient(left, rgba(116, 158, 12, 0) 0, #749e0c 50%, rgba(116, 158, 12, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(116, 158, 12, 0)), color-stop(50%, #749e0c), to(rgba(116, 158, 12, 0)));
    background: linear-gradient(to right, rgba(116, 158, 12, 0) 0, #749e0c 50%, rgba(116, 158, 12, 0) 100%);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100% 1px;
}

.list-blok ul li i {
    color: #749e0c;
    font-weight: 900;
}

.list-blok img {
    position: absolute;
    top: 50px;
    left: 415px;
    z-index: 9;
    height: 400px;
}

.old-price-summ,
.price-line {
    position: relative;
    text-align: center;
}

.top-li-text {
    font-size: 1.333em;
    line-height: 24px;
    letter-spacing: -.010em;
    margin-left: 10px;
    width: 315px;
}



.tform {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 0 24px rgba(0, 0, 0, .1);
    box-shadow: 2px 0 24px rgba(0, 0, 0, .1);
    width: 500px;
    float: right;
}

.price-line {
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 12px;
    padding-right: 10px;
}

.price {
    color: red;
    margin-top: 12px;
}

.old-price {
    color: #696969;
    margin: 12px 30px 0 0;
}

.old-price-header {
    font-size: 1.34em;
    line-height: 28px;
}

.price_old {
    line-height: 57px;
}

.old-price-summ:after {
    content: " ";
    border-bottom: 2px solid #696969;
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 50%;
    padding: 0 3px;
}

.old-price-summ-num {
    font-size: 2em;
}

.price-header {
    font-size: 1.6em;
    line-height: 28px;
}

.price-summ-num {
    font-weight: bold;
    font-size: 2.8em;
    line-height: 50px;
}

.sale {
    position: absolute;
    top: -12px;
    left: -40px;
}

.input-line {
    background-color: #ececec;
    padding: 15px 13px 15px 20px;
}

.input-line label {
    font-size: 1em;
}

.input-line input,
select {
    border: 1px solid rgba(255, 0, 0, .5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.2em;
    padding: 0 10px;
    line-height: 30px;
    width: 260px;
    height: 34px;
}

.input-line-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.input-line-item label {
    display: block;
    width: 120px;
}

.input-line-item input,
select {
    display: block;
    margin: auto;
}

.line-count {
    font-size: 1.3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.count,
.send {
    font-size: 2em;
    font-weight: bold;
}

.btn-line {
    padding: 10px 75px 10px 21px;
    position: relative;
}

.btn-line img {
    position: absolute;
    bottom: 145px;
    right: 8px;
}

@media (min-width: 1200px) {
    .btn-line img {
        bottom: 90px;
    }
    

}

.line-count-descr {
    color: red;
}

.line-count-count {
    color: #515151;
    margin-top: 7px;
}

.line-btn {
    margin-top: 9px;
}

.send {
    width: 100%;
    border: 2px solid;
    color: #fff;
    color: #fff;
    background-color: #ff7426 !important;
    border-color: #ff7426 !important;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    line-height: 2.5em;
}

.send:active,
.send:focus,
.send:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f96d1f !important;
    border-color: #f96d1f !important;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.line-all {
    padding: 3px;
}

.line-all-text {
    font-size: 1.2em;
}

.line-all-count {
    color: red;
    font-size: 1.67em;
    font-weight: bold;
    width: 66px;
    display: inline-block;
}

@media only screen and (max-width:1199px) {
    body {
        font-size: 10px;
    }

    .top-rekl {
        margin-top: 10px;
        width: 310px;
    }

    .top-rekl-item:last-child {
        margin-left: 15px;
    }

    .top-timer {
        margin-left: 60px;
    }

    .timer-header {
        font-size: 1.2em;
    }

    .top-callme {
        width: auto;
        margin-left: -20px;
        margin-top: 10px;
    }

    .top-callme-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .top-callme-body .btn {
        display: block;
        font-size: 1.29em;
        padding: 7px 11px;
    }

    .top-callme-text {
        margin: 0 0 5px;
    }



    .header-block h1 {
        font-size: 3.4em;
    }

    .list-blok ul {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 90px;
        width: 370px;
    }

    .list-blok ul li {
        padding: 10px 0;
    }

    .list-blok img {
        left: 368px;
        top: 109px;
        height: 350px;
    }

    .top-li-text {
        font-size: 1.45em;
        width: 245px;
    }

    .tform {
        width: 400px;
    }

    .old-price {
        margin-right: 25px;
    }

    .price-header {
        font-size: 1.8em;
    }







    .sale {
        top: 3px;
        left: -110px;
    }

    .input-line input,
    select {
        width: 260px;
    }

    .btn-line {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 21px;
    }

    .btn-line img {
        right: 15px;
    }

    .line-count {
        font-size: 1.6em;
        margin-right: 54px;
    }

    .line-count-count {
        margin-right: 20px;
    }

    .line-count-descr {
        line-height: 26px;
    }

    .line-btn {
        margin-top: 18px;
    }

    .send {
        font-size: 2.5em;
        line-height: 2.7em;
    }

    .line-all-text {
        font-size: 1.4em;
    }

    .line-all-count {
        font-size: 1.9em;
    }

    .line-all {
        margin-top: 10px;
    }
}

@media only screen and (max-width:991px) {
    body {
        font-size: 9px;
    }

    header {
        padding-bottom: 0;
    }

    .top-callme-body {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
    }

    .top-callme-text {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 1.2em;
    }

    .top-callme-body .btn {
        font-size: 1.5em;
        padding: 9px 15px;
    }

    .header-block h1 {
        font-size: 3em;
        line-height: 32px;
    }

    .header-block p {
        font-size: 2.2em;
        line-height: 32px;
    }

    .list-blok ul {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 50px;
    }

    .list-blok ul li {
        padding: 12px 0;
    }

    .list-blok img {
        position: relative;
        display: block;
        left: 0;
        top: 0;
        margin: 10px auto;
    }

    .top-li-text {
        font-size: 1.9em;
        width: 355px;
    }
}

@media only screen and (max-width:479px) {
    body {
        font-size: 8px;
    }

    header {
        width: 320px;
        margin: 0 auto;
    }

    .top-logo {
        text-align: center;
    }

    .header-block p,
    .list-blok {
        margin-top: 10px;
    }

    .list-blok ul {
        padding-right: 25px;
    }

    .list-blok .sale-xs {
        position: absolute;
        z-index: 9;
        left: auto;
        right: -13px;
        top: 568px;
        margin: 0;
        width: 140px;
    }

    .list-blok .sale-xs.sale_span {
        height: 100px;
        font-size: 16px;
        padding: 10px 6px 0 28px;
    }

    .list-blok .sale_span font {
        font-size: 2em;
    }

    .top-li-text {
        font-size: 1.9em;
        margin-left: 15px;
        width: 226px;
    }

    ._first-select {
    width: 100%;
    }

    ._second-select {
        width: 100%;
    }
}

.sale_span {
    display: -webkit-box;
    width: 190px;
    height: 119px;
    background-image: url(../img/sale.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #f00;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 10px 16px 0 50px;
    display: block;
}

.sale_span font {
    display: block;
    font-size: 2.5em;
    line-height: 1;
}

.sale_span.hidden-xs {
    height: 100px;
    padding: 5px 0 0 30px;
}

.sale_span.hidden-xs font {
    display: block;
    font-size: 2em;
    line-height: 1.2;
}

.pos_rel {
    position: relative;
    width: 1140px;
}

.pos_rel span {
    position: absolute;
    width: 200px;
    left: 43.5%;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1;
}

.pos_rel span:nth-child(2),
.pos_rel span:nth-child(3) {
    font-size: 30px;
    font-weight: normal;
    width: auto;
    top: 0;
}

.pos_rel span:nth-child(2) {
    left: 0;
}

.pos_rel span:nth-child(3) {
    right: 0px;
    left: auto;
}

.pos_rel span:nth-child(4) {
    top: 54px;
}

.pos_rel span:nth-child(5) {
    top: 158px;
}

.pos_rel span:nth-child(6) {
    top: 261px;
}

.pos_rel span:nth-child(7) {
    top: 368px;
}

@media (max-width:1200px) {
    .pos_rel {
        width: 940px;
    }

    .pos_rel span {
        width: 175px;
        font-size: 14px;
    }

    .pos_rel span:nth-child(2),
    .pos_rel span:nth-child(3) {
        font-size: 25px;
        width: auto;
    }

    .pos_rel span:nth-child(4) {
        top: 47px;
    }

    .pos_rel span:nth-child(5) {
        top: 131px;
    }

    .pos_rel span:nth-child(6) {
        top: 216px;
    }

    .pos_rel span:nth-child(7) {
        top: 303px;
    }
}

.pos_rel_01,
.pos_rel_02 {
    position: relative;
    width: 440px;
}

.pos_rel_01 span,
.pos_rel_02 span {
    position: absolute;
    font-size: 12px;
    line-height: 1.1;
    font-weight: bold;
}

.pos_rel_01 span {
    left: 72%;
}

.pos_rel_02 span {
    left: 4%;
    width: 127px;
}

.pos_rel_01 span:nth-child(2),
.pos_rel_02 span:nth-child(2) {
    font-weight: normal;
    font-size: 20px;
}

.pos_rel_01 span:nth-child(2),
.pos_rel_02 span:nth-child(2) {
    top: 27px;
    left: 0;
    width: auto;
}

.pos_rel_01 span:nth-child(3) {
    top: 69px;
}

.pos_rel_01 span:nth-child(4) {
    top: 137px;
}

.pos_rel_01 span:nth-child(5) {
    top: 206px;
}

.pos_rel_01 span:nth-child(6) {
    top: 277px;
}

.pos_rel_02 span:nth-child(3) {
    top: 67px;
}

.pos_rel_02 span:nth-child(4) {
    top: 138px;
}

.pos_rel_02 span:nth-child(5) {
    top: 207px;
}

.pos_rel_02 span:nth-child(6) {
    top: 280px;
}

@media (max-width:500px) {
    .pos_rel_02 {
        width: 290px;
    }

    .pos_rel_01 img,
    .pos_rel_02 img {
        width: 290px !important;
    }

    .pos_rel_01 span,
    .pos_rel_02 span {
        font-size: 10px;
        width: 85px;
    }

    .pos_rel_01 span {
        left: 47%;
    }

    .pos_rel_01 span:nth-child(2),
    .pos_rel_02 span:nth-child(2) {
        font-size: 14px;
    }

    .pos_rel_01 span:nth-child(3) {
        top: 54px;
    }

    .pos_rel_01 span:nth-child(4) {
        top: 100px;
    }

    .pos_rel_01 span:nth-child(5) {
        top: 145px;
    }

    .pos_rel_01 span:nth-child(6) {
        top: 192px;
    }

    .pos_rel_02 span:nth-child(3) {
        top: 53px;
        width: 85px;
    }

    .pos_rel_02 span:nth-child(4) {
        top: 100px;
    }

    .pos_rel_02 span:nth-child(5) {
        top: 145px;
    }

    .pos_rel_02 span:nth-child(6) {
        top: 194px;
    }
}

select {
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../img/sel.png');
    background-position: 96% center;
    background-repeat: no-repeat;
}
.onlymask {
  margin: auto;
}


@media only screen and (max-width:500px) {
    .order-form-form.order_form.hidden-sm {
        display: none;
    }
    .order-form-block.mpform {
        width: 310px !important;
    }
    .order-form .top-form .timer-line .flip-clock-wrapper ul, .order-form-block .top-form .timer-line .flip-clock-wrapper ul {
        width: 29px !important;
        font-size: 1em !important;
        height: 45px !important;
    }
    .order-form .top-form .timer-line .flip-clock-wrapper ul li, .order-form-block .top-form .timer-line .flip-clock-wrapper ul li {
        line-height: 45px !important;
    }
    .send {
        font-size: 2em;
    }
    .order-form .top-form .timer-line .flip-clock-divider, .order-form-block .top-form .timer-line .flip-clock-divider {
        height: 45px !important;
    }
    .order-form .top-form .timer-line .flip-clock-dot.top, .order-form-block .top-form .timer-line .flip-clock-dot.top {
        top: 20px !important;
    }
    .order-form .top-form .timer-line .flip-clock-dot.bottom, .order-form-block .top-form .timer-line .flip-clock-dot.bottom {
        bottom: 10px !important;
    }
    .order-form .top-form .input-line label, .order-form-block .top-form .input-line label {
        padding-right: 5px !important;
    }
    .flip-clock-wrapper {
        width: max-content !important;
        margin: 0 auto !important;
    }
}