@import url('//fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic');
@import url('//fonts.googleapis.com/css?family=Open+Sans');
@import url('//fonts.googleapis.com/css?family=Sanchez');
body {
    margin: 0;
    font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica', 'Ubuntu', 'Cantarell', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    color: black;
    font-weight: 100;


}
.hl-lp {
    background: #f5f5f5;
}
h1 {
    margin-left: 0;
    font-size: 50px;
    margin-top: 0;
    text-align: left;
    font-weight: 100;
}
h2 {
    line-height: 1.3em;
    font-weight: 200;
    font-size: 44px;
    margin-top: 70px;
    word-wrap: break-word;
    color: #185179;
}
h3 {
    line-height: 1.3em;
    font-weight: 200;
    font-size: 45px;
    margin-top: 70px;
    word-wrap: break-word;
    color: rgba(0,0,0,.5)
}
.hl-specialBg h3 {
    color: white;
}
p {
    font-size: 16px;
    line-height: 26px;
}
footer {
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid rgba(0,0,0,.3);
    margin-top: 60px;
}
.hl-lp footer {
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid rgba(255,255,255,.3);
}
.hl-lp a {
    color: rgba(255,255,255,1);
}
a {
    color: rgba(0,0,0,.7);
}
.hl-preFooter h3 {
    color: white;
}
.hl-desktop {
    display: block;
}
.hl-mobile {
    display: none;
}
.hl-specialBg {
    background: #1b5989; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1b5989 0%, #156472 28%, #18366b 63%, #4f137c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1b5989 0%,#156472 28%,#18366b 63%,#4f137c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1b5989 0%,#156472 28%,#18366b 63%,#4f137c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5989', endColorstr='#4f137c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: white;
}
.hl-lp .hl-footer-copyright {
    font-size: 12px;
    color: rgba(255,255,255,.5);
}
.hl-footer-copyright {
    font-size: 12px;
    color: #9a9a9a;
}
.hl-p {
    font-size: 22px;
    line-height: 32px;
}
.hl-hero {
    background-image: url('../images/web/halykcoin-lp.jpg');
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    height: 800px;
    height: 100vh;
    min-height: 800px;
    font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica', 'Ubuntu', 'Cantarell', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.hl-hero-filter {
    background-color: rgba(0,0,0,.4);
    background-image: url('../images/web/hc-bg.svg');
    background-size: cover;
    width: 100%;
    height: 800px;
    height: 100vh;
    min-height: 800px;
}
.hl-hero h1, .hl-hero-header {
    color: rgba(255,255,255,1);
    padding-top: 14px;
    margin-left: 0;
    font-size: 50px;
    margin-top: 0;
    text-align: left;
    font-weight: 100;
}
.hl-hero h1>span, .hl-hero-header>span {
    font-size: 26px;
    line-height: 34px;
    display: block;
    margin-top: 20px;
}
.hl-logo {
    width: 300px;
    height: 160px;
    margin-left: 0;
    padding-top: 40px;
    color: white;
    text-align: center;
    background: rgba(23, 78, 111, 0.8);
    overflow: hidden;
}
.hl-logo img {
    width: 70px;

}
.hl-logo-name {

    font-size: 32px;
    font-weight: 100;
    margin-left: 10px;
    margin-top: 12px;
    text-transform: uppercase;
    /*font-family: 'Sanchez', serif;*/
}
.hl-coin-bg {
    width: 500px;
    background: rgba(255,255,255,0);
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    padding-top: 0px;
}
.hl-coin {
    width: 500px;
    /*background-image: url(../images/web/hc-coin.svg);
    background-image: url(../images/web/hc-coin.png);
    background-size: cover;*/
    margin-left: auto;
    margin-right: auto;
}
.hl-coin img {
    width: 100%;
}
.hl-container {
    margin-left: auto;
    margin-right: auto;
    width: 1160px;
    overflow: hidden;
    position: relative;
}
.hl-row {
    width: 100%;
    float: left;
}
.hl-quickLinks {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-left: -40px;
}
.hl-quickLinks-container {
    width: 29%;
    float: left;
    background: rgba(255,255,255,1);
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.02);
    text-align: center;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-left: 40px;
    height: 400px;
    margin-bottom: 20px;
    color: rgba(0,0,0,1);
    position: relative;
}
.hl-quickLinks-text {
    font-size: 18px;
    line-height: 26px;
    color: rgb(32, 91, 132);
    text-transform: uppercase;
    margin-bottom: 20px;
}
.hl-quickLinks-description {
    font-size: 15px;
    line-height: 23px;
}
.hl-quickLinks-button {
    margin-top: 40px;
    margin-bottom: 12px;

}
.hl-quickLinks-button .hl-buttonPrimary{
    width: 200px;

}
.hl-buttonPrimary {
    border: 1px solid rgba(255,255,255,0);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
    display: inline-block;
    color: #ffffff;
    padding-left: 30px !important;
    padding-right: 30px !important;
    background: -moz-linear-gradient(45deg, rgba(255,48,130,1) 0%, rgba(255,48,130,0.95) 50%, rgba(255,48,130,0.9) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,48,130,1) 0%,rgba(255,48,130,0.95) 50%,rgba(255,48,130,0.9) 100%);
    background: linear-gradient(45deg, rgba(255,48,130,1) 0%,rgba(255,48,130,0.95) 50%,rgba(255,48,130,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3082', endColorstr='#e6ff3082',GradientType=1 );
    background: #214877;
    text-decoration: none;
    line-height: 38px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease-in-out .1s;
}
.hl-buttonPrimary:hover {
    background: #092b54;
    transition: all 0.2s ease-in-out .1s;
}
.hl-button {
    border: 1px solid rgba(255,255,255,1);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
    display: inline-block;
    color: #ffffff;
    padding-left: 30px !important;
    padding-right: 30px !important;
    background: none;
    text-decoration: none;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease-in-out 0s;
}
.hl-quickLinks-icon {
    width: 65px;
    height: 65px;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 15px auto 30px;
    opacity: 0.7;
    background-color: #fff;
    border-radius: 100%;
    border: 3px solid rgb(32, 91, 132);
    color: rgb(32, 91, 132);
    padding-top: 10px;
    font-size: 32px;
    font-family: 'PT Sans', sans-serif;
    box-sizing: border-box;
}
.hl-quickLinks-icon-en {
    width: 170px;
    height: 170px;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 15px auto 30px;
    opacity: 0.7;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid rgb(32, 91, 132);
    color: rgb(32, 91, 132);
    padding-top: 10px;
    font-size: 32px;
    font-family: 'PT Sans', sans-serif;
    box-sizing: border-box;
}
.hl-col-row {
    margin-left: -5%;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.hl-col {
    margin-left: 5%;
    width: 45%;
    float: left;
}
.hl-col4 {
    margin-left: 5%;
    width: 20%;
    float: left;
}
.hl-col3 {
    margin-left: 5%;
    width: 28.33378%;
    float: left;
}
.hl-more {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-bottom: 40px;
    float: left;
}
.hl-more-block {
    width: 33.3%;
    float: left;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,1);
    padding: 30px 30px;
    box-sizing: border-box;
    margin-left: 0px;
    height: 200px;
    margin-bottom: 0px;
    color: rgba(0,0,0,1);
    color: white;
    background-color: rgb(15, 153, 238);
    text-align: center;
    position: relative;
}
.hl-more-block a {
    text-decoration: none;
    color: white;
}
.hl-more-text {
    line-height: 24px;
    text-decoration: none;
    color: white;
}
.hl-more-readMore {
    display: block;
    position: absolute;
    text-decoration: underline;
    color: rgba(255,255,255,.5);
    font-size: 13px;
    right: 20px;
    bottom: 20px;

}
.hl-more-icon {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.hl-more-like {
    background: #ce567e; /* Old browsers */
    background: -moz-linear-gradient(45deg, #ce567e 0%, #e22b74 48%, #b73585 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ce567e 0%,#e22b74 48%,#b73585 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ce567e 0%,#e22b74 48%,#b73585 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce567e', endColorstr='#b73585',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.hl-more-like .hl-more-icon {
    background-image: url('../images/web/hc-like.svg');
    background-size: 40px;
}
.hl-more-cart .hl-more-icon {
    background-image: url('../images/web/hc-shopping-cart.svg');
    background-size: 40px;
}
.hl-more-cart {
    background: #276fc6; /* Old browsers */
    background: -moz-linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #276fc6 0%,#2989d8 48%,#79b7e0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #276fc6 0%,#2989d8 48%,#79b7e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276fc6', endColorstr='#79b7e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.hl-more-mining .hl-more-icon {
    background-image: url('../images/web/hc-pick.svg');
    background-size: 40px;
}
.hl-more-mining {
    background: #e00000; /* Old browsers */
    background: -moz-linear-gradient(45deg, #e00000 0%, #c63a27 48%, #ff704c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #e00000 0%,#c63a27 48%,#ff704c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #e00000 0%,#c63a27 48%,#ff704c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00000', endColorstr='#ff704c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.hl-gray-header {
    background: rgba(0,0,0,.01);
    text-align: center;
}
.hl-newsVideo {
    width: 100%;
    float: left;
    margin-top: 41px;
}
.hl-newsVideo-video {
    width: 100%;
    height: 536px;
}
.hl-newsBlock {
    background: rgba(255,255,255,1);
    padding: 20px 40px;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 4px;
    margin-top: 40px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.hl-newsBlock-news {
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
}
.hl-newsBlock-news:before {
    content: '"';
    font-size: 50px;
    font-style: italic;
    color: rgba(0,0,0,.3);
    display: block;
}
.hl-newsBlock-news:after {
    content: '"';
    font-size: 50px;
    font-style: italic;
    color: rgba(0,0,0,.3);
    text-align: right;
    display: block;
}
.hl-newsBlock-author {
    text-align: right;
    font-weight: 400;
    color: rgba(0,0,0,.7);
    margin-bottom: 20px;
}

.hl-features {
    color: white;
    padding-top: 70px;
    text-align: center;
    font-size: 14px;

}
.hl-features-mobile {
    margin-top: 70px;
}
.hl-features-mobile h3 {
    text-align: center;
}
.hl-icon {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.hl-hero-growth .hl-icon{
    width: 50px;
    height: 50px;
    background-image: url('../images/web/hc-growth.svg');
    background-size: cover;
}
.hl-hero-safe .hl-icon{
    width: 50px;
    height: 50px;
    background-image: url('../images/web/hc-safe.svg');
    background-size: cover;
}
.hl-hero-dec .hl-icon{
     width: 50px;
     height: 50px;
     background-image: url('../images/web/hc-network.svg');
     background-size: cover;
}
.hl-features-block {
    margin-bottom: 60px;
    float: left;
    margin-right: 40px;
}
.hl-features-mobile .hl-features-block {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
}
.hl-presale-container {
    background: rgba(19, 61, 86, 0.51);
    border-radius: 0;
    box-sizing: border-box;
    padding: 100px 35px;
    width: 436px;
    float: right;
    position: relative;
    border-radius: 10px;
}
.hl-presale-sale {
    color: rgba(255,255,255,1);
    width: 130px;
    height: 62px;
    border-radius: 32px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    right: 0px;
    top: 22px;
    font-size: 37px;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0;
    background: rgba(33, 72, 119, 0.7);
}
.hl-presale-header {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.hl-presale-box {
    color: rgba(255,255,255,1);
}
.hl-contactUs-message {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}
.hl-contactUs-message input {
    border: 1px solid rgba(255,255,255, .3);
    height: 36px;
    width: 100%;
    background: rgba(255,255,255,0);
    padding-left: 10px;
    padding-right: 10px;
    color: rgb(255,255,255);
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
    -webkit-appearance: none;
    box-sizing: border-box;
}
.hl-contactUs-message textarea {
    height: 240px;
    width: 100%;
    background: rgba(255,255,255,0);
    border: 1px solid rgba(255,255,255,.3);
    padding-left: 10px;
    padding-right: 10px;
    color: rgb(255,255,255);
    font-size: 14px;
    margin-bottom: 15px;
    resize: none;
    padding-top: 10px;
    display: block;
    -webkit-appearance: none;
    box-sizing: border-box;
}
.hl-contactUs-message button {
    /*background: rgb(39, 39, 45);
    border: 1px solid rgb(39, 39, 45);
    color: #fff;
    height: 36px;
    width: 200px;
    font-size: 16px;
    display: block;*/
}
#lp_success {
    color: #000;
    font-size: 24px;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
}
#timer, #timer_1, #timer_2 {
    font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica', 'Ubuntu', 'Cantarell', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-size: 20px;
    color: #fff;
    letter-spacing: -1px;
}
#timer span,#timer_1 span,#timer_2 span  {
    font-size: 60px;
    color: #fff;
    display: block;
    text-align: center;
}
#timer span:first-child,#timer_1 span:first-child,#timer_2 span:first-child {
    margin-left: 0;
}
.hl-timer-box {
    width: 70px;
    margin: 40px 3px 0px 15px;
    float: left;
}
.hl-timer-label {
    text-align: center;
    width: 100%;
}
.hl-presale-buy {
    width: 100%;
    float: left;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 0px;
}
.hl-presale-buy button {
    font-size: 22px;
    width: 320px;
    height: 54px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-weight: 300;
}
.hl-secondPresale {
    margin-top: 60px;
    margin-bottom: 40px;
}
.hl-secondPresale .hl-presale-container {
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.hl-secondPresale h3 {
    margin-top: -10px;
}
.hl-lp footer a {
    font-size: 12px;
    color: rgba(255,255,255,.5);
}
footer a {
    font-size: 12px;
    color: #929292;
    display: inline-block;
    margin-right: 10px;
}
.hl-why {
    margin-top: 180px;
    color: #185179;
    font-size: 64px;

}
.hl-why-eng {
    margin-top: 127px;
    color: #ffffff;
    font-size: 64px;
    background: #1c658f;
    text-align: center;
    padding: 40px 20px;
    padding-bottom: 70px;

}
.hl-why-p {
    margin-top: 120px;
    margin-bottom: 120px;
    font-weight: 200;
    color: rgba(0,0,0,.8);
}
.hl-social-container {
    width: 100%;
    float: right;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0;
}
.hl-social-span {
    font-size: 14px;
    color: white;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.hl-social-buttons {
    width: 100%;
    float: left;
}
.hl-social-button {
    display: block;
    margin-left: 20px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    background-size: cover;
    float: right;
}
.hl-social-f {
    background-image: url('../images/web/hc-social-f.png');
}
.hl-social-vk {
    background-image: url('../images/web/hc-social-vk.png');
}
.hl-social-t {
    background-image: url('../images/web/hc-social-t.png');
}
.hl-social-inst {
    background-image: url('../images/web/hc-social-inst.svg');
}
.hl-social-bc {
    background-image: url('../images/web/hl-bitcoin-symbol.svg');
}
.hl-social-f-color {
    background-image: url('../images/web/hc-social-f-color.png');
}
.hl-social-vk-color {
    background-image: url('../images/web/hc-social-vk-color.png');
}
.hl-social-t-color {
    background-image: url('../images/web/hc-social-t-color.png');
}
.hl-social-inst-color {
    background-image: url('../images/web/hc-social-inst-color.svg');
}
.hl-social-bc-color {
    background-image: url('../images/web/hl-bitcoin-symbol-color.svg');
}
.hl-community-socialButtons .hl-social-button {
    display: inline-block;
    float: none;
    margin-left: 40px;
    width: 40px;
    height: 40px;
}
.hl-community-socialButtons {
    margin-left: -20px;
    padding-top: 20px;
}
.hl-preFooter {
    width: 100%;
    float: left;
    background-color: #000000;
    background-image: url('../images/web/hc-bg.svg');
    background-size: cover;
    background-position: center;
}
.hl-preFooter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255,255,255,.4);
}
.hl-preFooter ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,.4);
}
.hl-preFooter :-ms-input-placeholder { /* IE 10+ */
    color: rgba(255,255,255,.4);
}
.hl-preFooter :-moz-placeholder { /* Firefox 18- */
    color: rgba(255,255,255,.4);
}
.hl-projectCommunity {
    background-color: #e3ecf3;
    background-image: url('../images/web/hc-social-bg.svg');
    background-size: 400px;
    background-position: 50%;
    margin-top: 60px;
}
.hl-projectLogs {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: white;
    color: rgba(0,0,0,.7);
    font-size: 12px;
    margin-bottom: 60px;
}
.hl-projectLogs li {
    list-style-type: none;
}
.hl-center {
    text-align: center;
}
.hl-telegram-button {
    margin-top: 40px;
    margin-bottom: 40px;
}
.hl-telegram-button-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/web/hc-social-telegram.png');
    background-size: cover;
    margin-right: 10px;
    margin-left: -5px;
    position: relative;
    top: 5px;
}
.hl-phonePic {
    width: 330px;
    height: 590px;
    background-image: url('../images/web/hc-phone.png');
    background-size: cover;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.hl-cardPic {
    width: 450px;
    height: 310px;
    background-image: url('../images/web/hc-card.png');
    background-size: cover;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
}
.hl-p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: rgba(0,0,0,.6);
}
.hl-ul li {
    font-size: 18px;
    margin-bottom: 10px;
    color: rgba(0,0,0,.8);
    list-style-type: none;
}
.hl-additional {
    font-size: 15px;
    color: rgba(0,0,0,.6);
    font-weight: 400;
}
.hl-main {
    font-size: 18px;
    color: rgba(0,0,0,.8);
    font-weight: 400;
    margin-top: 10px;
}
.hl-press-container {
    width: 100%;
    float: left;
    margin-right: -40px;
    box-sizing: border-box;
    margin-top: 60px;
    margin-bottom: 60px;
}
.hl-press-press {
    width: 200px;
    height: 70px;
    float:left;
    margin-right: 40px;
    margin-bottom: 20px;
}
.hl-press-press img {
    width: 100%;
    opacity: .8;
    transition: all 0.2s ease-in-out .1s;
}
.hl-press-press img:hover {
    opacity: 1 !important;
    transition: all 0.2s ease-in-out .1s;
}
.hl-press-press a {
    text-decoration: none;
}
.hl-press-vs {
    width: 100%;
    float: left;
    padding-top: 40px;
}
.hl-press-vs-position {
    width: 44%;
    float: left;

}
.hl-press-vs-position a {
    text-decoration: none;
    color: black;
    transition: all 0.2s ease-in-out .1s;
}
.hl-press-vs-position a:hover {
    text-decoration: underline;
    color: black;
    transition: all 0.2s ease-in-out .1s;
}
.hl-press-vs-div {
    width: 12%;
    float: left;
    font-size: 100px;
    color: rgba(0,0,0,.3);
    text-align: center;
}
.hl-press-vs-header {
    font-size: 30px;
    font-weight: 400;
    color: rgba(0,0,0,.5);
}
.hl-press-vs-article {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
}


.hl-dec-p {
    padding-top: 40px;
}
.hl-steps {
    width: 100%;
    float: left;
    padding-top: 40px;
    display: block;

}
.hl-steps a{
    color: white;
    font-size: 12px;
    opacity: .8;
}
.hl-steps a:hover{

    opacity: 1;
}
.hl-rice {
    color: white;
    font-size: 11px;
    width: 100%;
    float: left;
    padding-top: 10px;
    opacity: .5;
}
.hl-ico-bg {
    background: #155078;
    color: white;
}
.hl-ico-bg h2 {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}
.hl-ico-bg h3 {
    color: rgba(255, 255, 255, 0.9);
}
.hl-ico-ico {
    text-align: center;
    font-size: 300px;
    font-weight: 700;
    color: rgba(255,255,255,.2);
    padding-top: 80px;
    font-family: "Open Sans";
}
.hl-recent {

}
.hl-recent ul {
    padding-left: 0;
    margin-right: -2px;
}
.hl-recent li {
    list-style-type: none;
    float: left;
    font-size: 12px;
    color: rgba(255,255,255,.8);
    margin-right: 30px;
    padding-bottom: 20px;
}
.hl-recent-more {
    font-size: 12px;
    color:rgba(255,255,255,.8);
    margin-top: 20px;
    display: block;
}
.hl-nav {

}
.hl-body {
    width: 700px;
    margin-top: 180px;
}
.hl-right {

}
.hl-navbar {
    background: rgba(23, 78, 111, 1);
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    float: left;
    margin-bottom: 60px;
    position: fixed;
    z-index: 1;
}
.hl-halykcoin {
    background: rgba(23, 78, 111, 1);
    height: 70px;
    width: 400px;
    padding: 10px 20px;
    padding-left: 0;
    box-sizing: border-box;
    float: left;
}
.hl-halykcoin img {
    width: 46px;
    float: left;
}
.hl-halykcoin-name {
    font-size: 24px;
    margin-left: 10px;
    margin-top: 8px;
    text-transform: uppercase;
    float: left;
    box-sizing: border-box;
    display: inline-block;
    color: rgba(255,255,255,.95);
    font-weight: 400;
}
.hl-navbar-menu {
    color: rgba(255,255,255,.7);
}
.hl-navbar-menu ul {
    float: right;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 70px;
}
.hl-navbar-menu li {
    list-style-type: none;
    display: inline-block;
    margin-left: 20px;
}
.hl-navbar-menu a {
    text-decoration: none;
    font-size: 15px;
    color: rgba(255,255,255,.7);
}
.hl-navbar-menu a:hover {
    color: rgba(255,255,255,1);
}
.hl-option-header {
    font-size: 30px;
    line-height: 40px;
    color: rgb(32, 91, 132);
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 200;
}
.hl-option {
    text-align: center;
    margin-bottom: 60px;
    background: rgb(255, 255, 255);
    padding: 60px 20px;
    box-sizing: border-box;
    min-height: 440px;
    color: #000000;
}
.hl-option-description p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0,0,0,.7);
}
.hl-option-action {
    color: rgba(37, 81, 130, 0.8);
}
.hl-ico-stage {
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    float: left;
    background: rgba(0,0,0,.1);
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 8px;
    min-height: 340px;
}
.hl-ico-stage-header{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 40px;
    color: rgba(255,255,255,.9);
}
.hl-ico-stage-subHeader {
    text-align: left;
    font-size: 14px;
    color: rgba(255,255,255,.5);
}
.hl-ico-stage-date {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 44px;
}
.hl-ico-stage-price {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: rgba(255,255,255,.8);
}
.hl-ico-stage-amount {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.hl-ico-stage-date .hl-presale-counter {
    width: 100%;
    float: left;
}
.hl-ico-stage-date .hl-timer-label {
    font-size: 20px;
}
.hl-ico-stage-date .hl-timer-box {
    margin: 0px 3px 0px -5px;
    margin-bottom: 20px;
}
.hl-transfers {
    padding: 0;
}
.hl-transfers li {
    list-style-type: none;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    padding: 10px;
}
.hl-transfers li:nth-child(odd) {
    background: #1b59890d;
}
.hl-recent-date {
    font-size: 14px;
    margin-bottom: 5px;
}
.hl-recent-wallet {
    font-size: 12px;
    margin-bottom: 5px;
    word-wrap: break-word;
}
.hl-recent-amount {
    font-size: 16px;
    margin-bottom: 5px;
    float: right;
}
input {
    border: 1px solid rgba(0,0,0, .3);
    height: 36px;
    width: 100%;
    background: rgba(255,255,255,0);
    padding-left: 10px;
    padding-right: 10px;
    color: rgb(1,1,1);
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
    -webkit-appearance: none;
    box-sizing: border-box;
}
select {
    border: 1px solid rgba(0,0,0, .3);
    height: 36px;
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 15px;
    color: rgb(1,1,1);
}
textarea {
    height: 240px;
    width: 100%;
    background: rgba(255,255,255,0);
    border: 1px solid rgba(1,1,1,.3);
    padding-left: 10px;
    padding-right: 10px;
    color: rgb(1,1,1);
    font-size: 14px;
    margin-bottom: 15px;
    resize: none;
    padding-top: 10px;
    display: block;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.hl-recent {
    clear:both;
}
.hl-team-container {
    margin-left: -2%;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.hl-team-person {
    width: 31%;
    float: left;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: 2%;
    height: 400px;
}
.hl-team-pic {
    width: 215px;
    height: 215px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
}
.hl-team-name {
    font-weight: 400;
    padding-top: 36px;
    font-size: 18px;
}
.hl-team-position {
    padding-top: 10px;
}
.hl-team-bio {
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
}
.hl-team-link {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('../images/web/hc-social-ln.svg');
    background-size: 30px;
    background-position: 50%;
    margin-left: auto;
    margin-right: auto;
    opacity: .8;
    margin-top: 20px;
}
.hl-team-1 {
    background-image: url('../images/web/2018-02-09-18.48.50.jpg');
    background-size: 230px;
    background-position: 46% 24%;
}
.hl-team-6 {
    background-image: url('../images/web/2018-02-04-Oleg.jpg');
}
.hl-team-2 {
    background-image: url('../images/web/IMAGE%202018-02-08%2020-52-02.jpg');
    background-position: 59% 7%;
    background-size: 600px;
}
.hl-team-3 {
    background-image: url('../images/web/IMAGE%202018-02-08%2020-52-05.jpg');
    background-size: 328px;
    background-position: 40% 5%;
}
.hl-team-4 {
    background-image: url('../images/web/AAMABADGAAwAAQAAAAAAAA4RAAAAJDM3NDY0OTMyLTA4Y2UtNDg0ZS05ZDEwLTZjYjY0YmJlYTQzYg.jpg');
}
.hl-team-5 {
    background-image: url('../images/web/23032801_1767541939924696_101444892924879348_n.jpg');
    background-size: 120%;
    background-position: 30% -1%;
}
.hl-rm-line {
    position: absolute;
    width: 5px;
    height: 1500px;
    background-color: #185179;
    left: 50%;
    margin-top: 5px;
}
.hl-rm-ms {
    width: 100%;
    float: left;
}
.hl-rm-ms-content {
    width: 100%;
    float: left;
    margin-bottom: 22px;
}
.hl-rm-ms-left {
    width: 50%;
    text-align: right;
    position: relative;
    padding: 0px 60px;
    box-sizing: border-box;
    float: left;
}
.hl-rm-ms-right {
    width: 50%;
    text-align: left;
    position: relative;
    padding: 0px 60px;
    box-sizing: border-box;
    float: right;
}
.hl-rm-ms-left .hl-rm-ms-point {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #185179;
    display: block;
    position: absolute;
    right: -13px;
}
.hl-rm-ms-right .hl-rm-ms-point {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #185179;
    display: block;
    position: absolute;
    left: -12px;
}
.hl-why-reason {
    font-size: 32px;
    font-weight: 200;
    text-align: left;
    padding-top: 10px;
    line-height: 42px;
}
.hl-exp-h {
    font-size: 40px;
    padding-top: 50px;
    text-align: center;
    font-weight: 200;
    color: rgb(105, 105, 105);
}
.hl-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.1);
}
.hl-exp-container {
    width: 100%;
    float: left;
    margin-bottom: 150px;
}
.hl-exp-col {
    width: 50%;
    float: left;
    text-align: center;
}
.hl-exp-count {
    font-size: 55px;
    padding-top: 20px;
    text-align: center;
    font-weight: 200;
    color: rgb(26, 91, 132);
}
.hl-reason-count {
    font-size: 86px;
    padding-top: 20px;
    text-align: center;
    font-weight: 200;
    color: rgb(255, 255, 255);
    width: 130px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    background: #1f709a;
    border-radius: 100%;
    box-sizing: border-box;
}
.hl-roadmap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.hl-rm-ms-date {
    font-weight: 400;
    color: rgb(103, 103, 103);
    margin-bottom: 10px;
}
.hl-quickLinks-ico {
    background-image: url('../images/web/hl-stats.svg');
    background-size: 100px 100px;
}
.hl-quickLinks-marketplace {
     background-image: url('../images/web/hl-handshake.svg');
     background-size: 120px 120px;
 }
.hl-quickLinks-wallet {
    background-image: url('../images/web/hl-bitcoin.svg');
    background-size: 90px 90px;
}
.hl-lang-container {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.hl-lang-lang {
    color: rgba(255,255,255,.5) !important;
    display: inline-block;
    text-decoration: none;
    float: right;
    margin-left: 20px;
    font-size: 14px;
    transition: all 0.2s ease-in-out .1s;
}
.hl-lang-current {
    color: rgba(255,255,255,1) !important;
}
.hl-lang-lang:hover {
    color: rgba(255,255,255,1) !important;
    transition: all 0.2s ease-in-out .1s;
}
.hl-address {
    text-align: center;
    color: rgba(0,0,0,.5);
    font-size: 16px;
    padding-bottom: 40px;
    padding-top: 50px;
    width: 100%;
    float: left;
    background: rgba(0,0,0,.05);
    margin-top: 40px;
}
.hl-address-check {
    background: rgba(0,0,0,.4);
    display: inline-block;
    padding: 1px 5px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 13px;
}
.hl-hero-action {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.hl-hero-action .hl-buttonPrimary {
    background-color: #08c;
    height: 50px;
    line-height: 50px;
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.hl-hero-action .hl-buttonPrimary:hover {
    background-color: #0077b3;
}
.hl-hero-secondLogo {
    width: 110px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
.hl-hero-secondLogo img {
    width: 110px;
    height: 110px;
}
@media only screen and (max-width: 1160px) {
    .hl-social-container {
        width: 100%;
        float: right;
        margin-top: 80px;
        margin-bottom: 15px;
        text-align: right;
        position: relative;
    }
    .hl-rm-line {
        left: 5%;
    }
    .hl-rm-ms-left {
        width: 100%;
        text-align: left;
        position: relative;
        padding: 0px 60px;
        box-sizing: border-box;
        float: right;
    }
    .hl-rm-ms-right {
        width: 100%;
    }
    .hl-rm-ms-left .hl-rm-ms-point {
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background-color: #185179;
        display: block;
        position: absolute;
        left: -6px;
    }
    .hl-desktop {
        display: none !important;
    }
    .hl-mobile {
        display: block;
    }
    .hl-container {
        width: 100%;
        box-sizing: border-box;
        padding-left: 5%;
        padding-right: 5%;
    }
    .hl-body {
        width: 100%;
        box-sizing: border-box;
    }
    .hl-transfers li {
        width: 100%;
        box-sizing: border-box;
    }
    .hl-features {
        display: none !important;
    }
    .hl-coin-bg {
        width: 100%;
    }
    .hl-coin {
        width: 100%;
    }
    .hl-col-row {
        margin-left: 0;
    }
    .hl-col {
        width: 100%;
        margin-left: 0;
    }
    .hl-col3 {
        width: 100%;
        margin-left: 0;
    }
    .hl-quickLinks {
        margin-left: 0;
    }
    .hl-quickLinks-container {
        width: 100%;
        margin-left: 0;
    }
    .hl-more-block {
        width: 100%;
    }
    .hl-secondPresale h3 {
        margin-top: 60px;
    }
    .hl-secondPresale .hl-presale-container {
        float: none;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }
    .hl-presale-container {
        width: 100%;
    }
    #timer span, #timer_1 span, #timer_2 span {
        font-size: 44px;
    }
    .hl-timer-box {
        width: 46px;
    }
    .hl-presale-buy a {
        width: 100%;
        box-sizing: border-box;
    }
    .hl-press-vs-position {
        width: 100%;
        text-align: center;
    }
    .hl-press-vs-div {
        width: 100%;
    }
    .hl-press-press {
        float:none;
        margin-left: auto;
        margin-right: auto;
    }
    .hl-team-container {
        margin-left: auto;
    }
    .hl-team-person {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .hl-halykcoin {
        width: auto;
    }
    .hl-navbar-menu {
        display: block;
    }
    .hl-navbar-menu ul {
        flex-direction: row;
        justify-content: flex-end;
    }
    .hl-navbar-menu li {
        margin-left: 10px;
    }
}