html {
    -webkit-text-size-adjust: 100%;
}
body {
    overflow-y: scroll;
}
*{
    margin:0px;
    padding:0px; 
    vertical-align:top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
a, button{
    cursor:pointer;
    text-decoration:none;
    color: inherit;
    transition: all 0.4s ease;
}
select, map, area, a, button{
    border:0px; 
    outline:none;
}
img{
    border-style:none;
}
h1, h2, h3, h4, h5, h6{
    font-weight:normal;
}
input[type=text], input[type=password], textarea{
    text-align: left; 
    background: transparent;
    font-family: inherit;
}
input, textarea, select{
    border: 0; 
    outline: none; 
    line-height: normal; 
    -webkit-appearance: none; 
    border-radius: 0;
    font-family: inherit;
}
textarea{
    resize: none;
}
.c{
    margin: auto;
    padding: 0 60px;
}
.p_relative{
    position: relative;
}
._row {
    display: flex;
    flex-wrap: wrap;
}
._col{
    display: inline-block;
}
.text_center{
    text-align: center;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.image {
    position: relative;
    display: block;
}
.bg_full {
    background: url() no-repeat 50% 50%;
    overflow: hidden;
    background-size: cover;
}
.bg_full, .full_el {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}