h1{
   font-size: 22px;
    line-height: 30px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin: 28px 0 28px;
    font-weight: normal;
    font-style: normal;
}

h2 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: normal;
}
h3{
   font-size: 16px;
    line-height: 24px;
    letter-spacing: .4px;
    margin: 24px 0 16px;
    font-weight: normal;
    font-style: normal;
}
ol{
    list-style: none inside none;
    padding: 0;
    counter-reset: num;
}
li{
    position: relative;
    padding-left: 23px;
    margin: 0 0 10px 0;
}
ol li ol {
    counter-reset: sub;
    list-style: none inside none;
    padding: 0;
}
img{
    position: relative;
}
ul{
    padding: 0;
    list-style: none;
}
p{
    margin: 0 0 10px 0;
    max-width: 760px;
    font: normal normal 14px/24px 'Liberation', 'Arial', sans-serif;
    color: #000000;
    letter-spacing: .4px;
}
a{
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.popup#js-auth-popup div.js-popup-content {
  height: 100dvh !important;
}

.tg-widget_hide {
    @media (max-width: 767px) {
        z-index: 0 !important;
    }
}
header .toolbar {
    @media only screen and (min-width: 1200px) {
        z-index: 901;
    }
}