/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0;}

/* HTML5 display-role reset for older browsers *//* after_qbici */
.slider ol,
.slider ul.owl-dots,
.slider .owl-dots .owl-dot {
    display: none !important;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}/* owmen17 */

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: none;color: #fff;}
a:hover{text-decoration: none; cursor: pointer;color: #fff;}
/* bizlife_inc */
*::-webkit-input-placeholder {color: #545454; opacity: 1;}
*:-moz-placeholder {color: #545454; opacity: 1;}
*::-moz-placeholder {color: #545454; opacity: 1;}
*:-ms-input-placeholder {color: #545454; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input{outline: none;}


.center{text-align: center;}
.clearfix:after{content: '';display: block;clear: both;}

@font-face {
  font-family: 'MuseoSansCyrl-300';
  src: url('fonts/MuseoSansCyrl-300.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansCyrl-500';
  src: url('fonts/MuseoSansCyrl-500.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansCyrl-700';
  src: url('fonts/MuseoSansCyrl-700.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansCyrl-900';
  src: url('fonts/MuseoSansCyrl-900.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6{font-family: 'MuseoSansCyrl-500';font-weight: normal;}
b, strong{font-family: 'MuseoSansCyrl-900';font-weight: normal;}
i{font-style: italic;}

html{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    position: relative;
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: 'MuseoSansCyrl-300', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
    color: #212121;
    background: #f4f7f5;
    overflow-x: hidden;
}
.main-wrap{
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0px auto;
    box-sizing: border-box;
}
.section, .wrap, .container{
    position: relative;
    box-sizing: border-box;
}
.section{
    position: relative;
    padding: 30px 16px;
}
.button-m{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    min-height: 60px;
    font-family: 'MuseoSansCyrl-900', 'Helvetica', sans-serif;
    font-size: clamp(18px, 4.5vw, 22px);
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 auto;
    outline: none;
    border: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 12px;
    text-shadow: 0 1px 2px rgba(0,0,0,.35);
    background: linear-gradient(to bottom, #12d74c 0%, #0ca330 50%, #046e1c 100%);
    box-shadow: 0 5px 15px rgba(12, 163, 48, 0.4), 0 3px 0 0 #02460c;
    padding: 14px 20px;
    box-sizing: border-box;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.button-m:hover{
    color: #ffffff;
    filter: brightness(1.06);
    box-shadow: 0 6px 18px rgba(12, 163, 48, 0.5), 0 3px 0 0 #02460c;
}
.button-m:active{
    transform: translateY(2px);
    box-shadow: 0 2px 8px rgba(12, 163, 48, 0.4), 0 1px 0 0 #02460c;
}
.m1-form>div{
    position: relative;
    padding-bottom: 14px;
}
.m1-form>div:last-child{
    padding-bottom: 0;
}
.input{
    position: relative;
    display: block;
    outline: 0;
    border: 1.5px solid #c8d6cc;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    height: 56px;
    line-height: 56px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.04);
    font: 18px 'MuseoSansCyrl-500', sans-serif;
    padding: 0 16px;
    color: #212121;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.input:focus{
    border-color: #0ca330;
    box-shadow: 0 0 0 3px rgba(12, 163, 48, 0.2);
}

.select-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 10px;
}

.select-wrapper > select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding-right: 44px;
    background-color: #fff;
}

.select-wrapper > select::-ms-expand{
    display: none;
}

.select-arrow {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #2d3748;
    pointer-events: none;
}


h1{
    font: 24px 'MuseoSansCyrl-700';
    letter-spacing: 0.025em;
    line-height: 1.3em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #1d2a35;
    padding: 12px 10px 10px 10px;
}
h1 b{
    color: #e89836;
    font-size: 40px;
    /* line-height: 1.1em; */
    color: #ec930f;
    letter-spacing: 3px;
}
h3{
    color: #242222;
}
h2{
    font: 24px 'MuseoSansCyrl-900';
    letter-spacing: 0.025em;
    line-height: 34px;
    /* color: #fff; */
    text-transform: uppercase;
    text-align: center;
    /* font-weight: 900; */
}
h2 b{
    font: 28px 'MuseoSansCyrl-900';
    line-height: 1.2em;
    letter-spacing: 1px;
}
h2 span{
    /* font-size: 18px; */
    /* letter-spacing: 0.025em; */

}
h4{
    color: #242222;
    font: 20px 'MuseoSansCyrl-900';    
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 0.01em;
}
h5{
    color: #242222;
    font: 24px 'MuseoSansCyrl-700';
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 1px;
    padding: 10px 0 5px;
}
.countbox{
    margin: 0 auto;
    line-height: 1.2; 
    font-size: 30px; 
    width: 400px; 
    text-align: center;
    color: #fff;

}
.countbox .countbox-num{
    float: left;
    width: 120px;
    height: 60px;
    position: relative;
    color: #fff;
}
.countbox .countbox-space{
    float: left; 
    width: 20px;
    line-height: 60px; 
 }
.countbox .countbox-space:before{
    content: '\003A'; 
    font:30px 'MuseoSansCyrl-900';
    color: #fff;
    line-height: 36px;
}
.countbox-hours1,.countbox-mins1,.countbox-secs1, .countbox-hours2,.countbox-mins2,.countbox-secs2{
    float: left; 
    width: 54px;
    height: 60px;
    text-align: center;
    background: #dfdfdf;
    z-index:1;
    font: 32px 'MuseoSansCyrl-900';
    color: #000;
    line-height: 60px;
    margin: 0 3px;    
    border-radius: 5px;
}
.countbox-hours-text,.countbox-mins-text,.countbox-secs-text{
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 66px;
    height: 18px;
    width: 120px;
    font-size: 16px;
    padding: 0 8px 4px;
    color: #fff;
    text-transform: lowercase;
}
select {
    padding: 0 0 0 0px;
}
option {
  padding: 0 0 0 50px;
}
