* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-text-size-adjust: 100%;
    counter-reset: my-sec-counter;
    font-family: proxima-soft, sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #000000;
    background-color: #fff;
    line-height: normal;
}

h1,h2,h3,h4,h5,h6,p,ul,li,body,figure {
    margin: 0;
    padding: 0;
    line-height: normal;
}

figure {
    line-height: 0;
}

ul,li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #3070b8;
}

p {
    line-height: 32px;
    font-size: 20px
}

section,footer {
    float: left;
    width: 100%;
}

button,a,input[type="submit"] {
    cursor: pointer;
}

img,object {
    max-width: 100%;
    height: auto;
    width: auto;
}

:hover,a,button,input[type="submit"] {
    transition: all .5s;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline: 0;
}

.disabled {
    cursor: no-drop !important;
}

.container,.container-fluid {
    padding: 0 30px;
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: auto;
}

h1{font-size: 55px;}
h2{font-size: 50px;}
h3{font-size: 45px;}
h4{font-size: 40px;}
h5{font-size: 35px;}
h6{font-size: 30px;}

.f-0{font-size: 0px;}

.left{display: inline-block;vertical-align: middle;font-size: 20px;}
.right{display: inline-block;vertical-align: middle;font-size: 20px;}

.black-btn{font-weight: 500; color: var(--white); background-color: var(--black); padding: 18.5px 24px; display: inline-block;}