/*reset*/
*, :before, :after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    max-width: 412px;
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
}
a {
    text-decoration: none;
}
.am-with-topbar-fixed-top {
    padding-top: 46px;
}
.wrapped {
    width: 84%;
    max-width: 410px;
    margin: 0 auto;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
ul, li, ol, ol > li > ol, ol > li > ul, ul > li > ol, ul > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
p, * + p {
    margin: 0;
    line-height: 1;
}
img {
    user-select: none;
}
.clearfix {
    *zoom: 1;
}
.am-fl {
    float: left;
}
.am-fr {
    float: right;
}
.am-topbar-fixed-top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.slide--wrapper {
    max-width: 1200px;
}
.am-slider-default {
    margin: 0;
    box-shadow: none;
    min-height: 360px;
}
.am-form-group {
    padding: 0;
    position: relative;
    margin-bottom: 10px;
}
.am-btn.am-disabled, .am-btn[disabled], fieldset[disabled] .am-btn, .am-disabled, .disabled {
    pointer-events: none;
    border-color: transparent;
    cursor: not-allowed;
    opacity: .5;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.am-form.underline input[type=text], .am-form.underline input[type=password], .am-form.underline input[type=datetime], .am-form.underline input[type=date], .am-form.underline input[type=email], .am-form.underline input[type=tel], .am-form.underline input[type=color], .am-form.underline select, .am-form.underline .am-field-valid, .am-form-success .am-form-field {
    font-size: 17px;
    color: #282828;
    line-height: 1;
    padding: 15.3px 0;
    vertical-align: bottom;
    border-bottom-color: #e6e6e6;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    box-shadow: none !important;
}
.am-form textarea {
    resize: none;
    color: #282828;
    font-size: 14px;
    line-height: 1.5;
    height: 139px;
    border-color: #e6e6e6;
    padding: 11.5px 11.5px 23px;
}
.am-form.underline input[type=text]:focus, .am-form.underline input[type=password]:focus, .am-form.underline input[type=datetime]:focus, .am-form.underline input[type=email]:focus, .am-form.underline input[type=url]:focus, .am-form.underline input[type=tel]:focus, .am-form.underline input[type=color]:focus, .am-form.underline select:focus, .am-form.underline .am-field-error:focus, .am-form-error .am-form-field:focus {
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    box-shadow: none !important;
}
.am-form.underline .am-form-success textarea:focus, .am-form.underline .am-form-success textarea {
    border-color: #5eb95e !important;
}
.am-form.underline .am-form-error textarea:focus, .am-form.underline .am-form-error textarea {
    border-color: #dd514c !important;
}
.img--wrapper {
    position: relative;
}
.goTop {
    position: fixed;
    right: 20px;
    bottom: 100px;
    font-size: 24px;
}
.goTop li {
    opacity: 0;
}
.goTop img {
    width: 45px;
    height: 45px;
}
.my_alert {
    padding: 30px 20px;
    position: fixed;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 300px;
    max-width: 80%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: none;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    z-index: 4;
}
.myModel .my_alert {
    text-align: left;
}
