*,*:before,*:after {
    margin: 0;
    padding: 0;
    max-height: 99999999px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    min-width: 380px;
}

body {
    font-family: 'Sansation', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #161519;
    font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
 /* border:0;*/
  background: transparent;
}
div,
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    outline: none;
}

ul, ol {
    list-style: none;
}

a {
    color: #383838;
    text-decoration: none;
}

a:hover {
    color: #000;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

img {
    max-width: 100%;
}

.wrap {
    width: 100%;
    max-width: 380px;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 0 10px #dedede;
    overflow: hidden;
}

.block,
.block-before {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #BCBCBC;
}

/*.block-before:before {
    width: 64px;
    height: 37px;
    background-image: url("block_before-e28.arb.png");
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -32px;
    content: "";
}*/

.attach {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.case {
    width: 100%;
    float: left;
    position: relative;
}

.wrap:after,
.block:after,
.attach:after {
    content: "";
    clear: both;
    display: block;
}

.title {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 1.2;
    font-family: "Sansation", Arial, sans-serif;
    color:#000;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
}
.title span {
    color: #C2001E;
}

.btn {
    width: 100%;
    height: 68px;
    display: inline-block;
    line-height: 38px;
    padding: 15px 25px;
    font-size: 26px;
    font-weight: 700;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #0f4782;
    background-blend-mode: overlay, normal;
    border: 1px solid #657aff;
    box-shadow: inset 0px -8px 4px rgba(255, 255, 255, 0.45);
    color: #fff;
    border-radius: 72px;
    -webkit-transition: .1s;
    transition: .1s;
}

.btn:hover {
    color:#fff;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #599B12;
}

.inp {
    width: 100%;
    float: left;
    font-family: 'Sansation', Arial, sans-serif;
    height: 56px;
    line-height: 36px;
    font-size: 18px;
    background: #FFFFFF;
    border: 1px solid #CECECE;
    color: #000;
    border-radius: 12px;
    margin-bottom: 15px;
    padding: 10px 20px;
    -webkit-transition: .1s;
    transition: .1s;
}

.inp:focus {
    opacity: 1;
}

.inp::-webkit-input-placeholder { color: #999; }
.inp::-moz-placeholder { color: #999; }
.inp:-ms-input-placeholder { color: #999; }
.inp:-moz-placeholder { color: #999; }


/* Grid */
.row { margin-right: -15px; margin-left: -15px; position: relative; min-height: 1px; }
.col-lg-0,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; float: left; }

.col-lg-0:after,
.col-lg-1:after,
.col-lg-2:after,
.col-lg-3:after,
.col-lg-4:after,
.col-lg-5:after,
.col-lg-6:after,
.col-lg-7:after,
.col-lg-8:after,
.col-lg-9:after,
.col-lg-10:after,
.col-lg-11:after,
.col-lg-12:after,
.row:after { clear: both; display: block; content: ""; }

/* Default (Large devices) */
.col-lg-12 { width: 100%; }
.col-lg-11 { width: 91.66666667%; }
.col-lg-10 { width: 83.33333333%; }
.col-lg-9 { width: 75%; }
.col-lg-8 { width: 66.66666667%; }
.col-lg-7 { width: 58.33333333%; }
.col-lg-6 { width: 50%; }
.col-lg-5 { width: 41.66666667%; }
.col-lg-4 { width: 33.33333333%; }
.col-lg-3 { width: 25%; }
.col-lg-2 { width: 16.66666667%; }
.col-lg-1 { width: 8.33333333%; }
.col-lg-0 { width: 0; padding: 0; }
.col-lg-offset-12 { margin-left: 100%; }
.col-lg-offset-11 { margin-left: 91.66666667%; }
.col-lg-offset-10 { margin-left: 83.33333333%; }
.col-lg-offset-9 { margin-left: 75%; }
.col-lg-offset-8 { margin-left: 66.66666667%; }
.col-lg-offset-7 { margin-left: 58.33333333%; }
.col-lg-offset-6 { margin-left: 50%; }
.col-lg-offset-5 { margin-left: 41.66666667%; }
.col-lg-offset-4 { margin-left: 33.33333333%; }
.col-lg-offset-3 { margin-left: 25%; }
.col-lg-offset-2 { margin-left: 16.66666667%; }
.col-lg-offset-1 { margin-left: 8.33333333%; }
.col-lg-offset-0 { margin-left: 0; }

.my-wrap-form{
    outline: 0px solid #cc0000;
}
