/*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:88%;
    max-width:410px;
    margin:0 auto;
}
.clearfix:after{
    content:'';
    display:block;
    clear:both;
}
ul, 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:15px;
}
.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:16px;
    color:#282828;
    padding: 0.728125em 0 0.728125em 1.25em;
    vertical-align: bottom;
    border:none!important;
    border-radius: 4px;
    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: 1.67em 1em;
    position: fixed;
    text-align: center;
    font-size: 18px;
    color: #fff;
    top: 35%;
    left: 50%;
    width:70%;
    max-width: 300px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: none;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    z-index: 4;
}


