/* Footer */
.footer-wrapper {
    padding-top: 114px; padding-bottom: 80px;
    background-color: #0b101c;
    border-bottom: 3px solid #131a2a;
}
.footer-wrapper .footer { max-width: 1200px; margin: 0 auto; overflow: hidden; padding: 0 20px; }
.footer-wrapper .footer > li { position: relative; float: left; width: 349px; }
.footer-wrapper .footer > li.info { width: 415px; }
.footer-wrapper .footer > li.info-mobile { display: none; clear: both; width: 100%; padding-top: 40px; }
.footer-wrapper .footer > li.platform { width: 204px; }
.footer-wrapper .footer > li.features { width: 204px; }
.footer-wrapper .footer > li.company { width: 204px; }
.footer-wrapper .footer > li.explore { width: 140px; }
.footer-wrapper .footer li h3 { font-size: 18px; line-height: 20px; color: #ffffff; font-weight: 400; }
.footer-wrapper .footer li .links { margin-top: 33px; }
/*.footer-wrapper .footer li .hiring { display: block; position: absolute; bottom: 14px; right: 72px; width: 65px; height: 15px; text-align: center; font-size: 10px; font-weight: 600; line-height: 15px; color: #0b101c; background-color: #51ded2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }*/
.footer-wrapper .footer li a { /*display: block;*/ position: relative; white-space: nowrap; }
.footer-wrapper .footer li .links span.hiring {
    display: inline-block; height: 15px; position: absolute; top: -3px; margin-left: 5px; width: 65px;
    text-align: center; font-size: 10px; font-weight: 600; line-height: 15px; color: #0b101c;
    background-color: #51ded2;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.footer-wrapper .footer li p { font-size: 14px; }
.footer-wrapper .footer li a { color: #727b93; line-height: 42px; font-size: 17px; }
.footer-wrapper .footer li a:hover { color: #ffffff; }
.footer-wrapper .footer li.info p { line-height: 26px; padding-top: 36px; font-size: 17px; }
.footer-wrapper .footer li.info img.logo { width: 115px; height: 23px; }

.footer-wrapper .footer li.info.info-desktop .btn { display: block; width: 154px; height: 56px; font-size: 17px;  line-height: 17px; color: #2e374e; }
.footer-wrapper .footer li.info.info-desktop .btn:hover { color: initial; }
.footer-wrapper .footer li.info.info-desktop .email { display: block; color: #51ded2; padding-top: 25px; }
.footer-wrapper .footer li.info.info-desktop .email:hover { opacity: 0.8; }

.footer-wrapper-bottom { background-color: #0b101c; }
.footer-wrapper-bottom .footer { display: flex; flex-direction: row; max-width: 1200px; height: 69px; margin: 0 auto; }
.footer-wrapper-bottom .footer span { color: #727b93; }

.footer-wrapper-bottom .footer p { font-size: 15px; line-height: 69px; color: #464e64; }

.footer-wrapper-bottom .footer .links { top: 4px; margin: 24px 0 0 auto; }
.footer-wrapper-bottom .footer .links .social { width: 20px; height: 20px; display: inline-block; transition: all 0.5s; background-repeat: no-repeat; padding-left: 20px; }
.footer-wrapper-bottom .footer .links .social.facebook { background-image: url("../img/icons-v2/fb-footer.svg");  }
.footer-wrapper-bottom .footer .links .social.facebook:hover { background-image: url("../img/icons-v2/fb-footer-hover.svg");  }
.footer-wrapper-bottom .footer .links .social.twitter { background-image: url("../img/icons-v2/twitter-footer.svg");  }
.footer-wrapper-bottom .footer .links .social.twitter:hover { background-image: url("../img/icons-v2/twitter-footer-hover.svg");  }
.footer-wrapper-bottom .footer .links .social.linkedin { background-image: url("../img/icons-v2/linkedin-footer.svg");  }
.footer-wrapper-bottom .footer .links .social.linkedin:hover { background-image: url("../img/icons-v2/linkedin-footer-hover.svg");  }
.footer-wrapper-bottom .footer .links .social.telegram { background-image: url("../img/icons-v2/tg-footer.svg");  }
.footer-wrapper-bottom .footer .links .social.telegram:hover { background-image: url("../img/icons-v2/tg-footer-hover.svg");  }
.footer-wrapper-bottom .footer .links .social.medium { background-image: url("../img/icons-v2/medium-footer.svg");  }
.footer-wrapper-bottom .footer .links .social.medium:hover { background-image: url("../img/icons-v2/medium-footer-hover.svg");  }

/* Cookie strip */
.cookie-strip { display: none; position: fixed; width: 100%; bottom: 0; height: 50px; background-color: rgba(16, 21, 37, 0.9); z-index: 10; }
.cookie-strip .info { display: inline-block; font-size: 14px; color: #FFF; padding-left: 20px; padding-top: 18px; }
.cookie-strip .info > a { font-size: 14px; text-decoration: underline; }
.cookie-strip .accept-btn {
    display: inline; position: absolute; width: 100px; height: 34px; background-color: #51ded2; color: #0D1221;
    text-align: center; padding-top: 10px; font-size: 14px; border-radius: 4px; transition: 0.2s background-color;
    right: 10px; top: 8px; cursor: pointer;
}
.cookie-strip .accept-btn:hover { background-color: #4cccc1; }

/* RWD */
@media (max-width: 1270px) {
    .footer-wrapper .footer { padding: 0 20px 0 70px; }
    .footer-wrapper .footer > li.info-desktop { width: 270px; }
    .footer-wrapper .footer > li.platform { width: 162px; }
    .footer-wrapper .footer > li.features { width: 162px; }
    .footer-wrapper .footer > li.company { width: 162px; }
    .footer-wrapper .footer > li.explore { width: 140px; }
    .footer-wrapper-bottom { padding: 0 20px; }

    .cookie-strip { height: min-content; }
    .cookie-strip .info { display: block; text-align: center; padding: 20px; line-height: 18px; }
    .cookie-strip .accept-btn { position: static; display: block; margin: 0 auto 20px auto; }
}

@media (max-width: 1000px) {
    .footer-wrapper .footer > li.info-desktop { display: none; }
    .footer-wrapper .footer > li.info-mobile { display: block; }
    .footer-wrapper .footer > li.platform { width: 25%; }
    .footer-wrapper .footer > li.features { width: 25%; }
    .footer-wrapper .footer > li.company { width: 25%; }
    .footer-wrapper .footer > li.explore { width: 25%; }
}

@media (max-width: 768px) {
    .footer-wrapper { padding: 50px 0 40px 0;  }
    .footer-wrapper .footer { width: auto; padding: 0; }
    .footer-wrapper .footer > li { box-sizing: border-box; padding: 40px 0 40px 40px; }
    .footer-wrapper .footer > li.platform { width: 50%; height: 230px; clear: both; }
    .footer-wrapper .footer > li.features { width: 50%; }
    .footer-wrapper .footer > li.company { width: 50%; clear: both; }
    .footer-wrapper .footer > li.explore { width: 50%; }

    .footer-wrapper-bottom .footer { height: 120px; flex-direction: column; align-items: center; padding-top: 20px; }
    .footer-wrapper-bottom .footer .links { margin: 30px auto; }
    .footer-wrapper-bottom .footer .links .social:last-child { padding: 0;}
    .footer-wrapper-bottom .footer p { line-height: 15px; }
    .footer-wrapper .footer > li.subscribe { padding-right: 40px; }
    .footer-wrapper .footer li.subscribe .social { text-align: left; }
}

@media (max-width: 500px) {
    .footer-wrapper .footer > li.info,
    .footer-wrapper .footer > li.platform,
    .footer-wrapper .footer > li.features,
    .footer-wrapper .footer > li.company,
    .footer-wrapper .footer > li.explore { padding: 40px 20px; }
}

@media (max-width: 400px) {
    .footer-wrapper .footer > li.platform { width: 100%; }
    .footer-wrapper .footer > li.features { width: 100%; }
    .footer-wrapper .footer > li.company { width: 100%; clear: both; }
    .footer-wrapper .footer > li.explore { width: 100%; }

    .footer-wrapper .footer > li.info,
    .footer-wrapper .footer > li.platform,
    .footer-wrapper .footer > li.features,
    .footer-wrapper .footer > li.company,
    .footer-wrapper .footer > li.explore { text-align: center; padding: 10px 0; height: min-content; }

    .footer-wrapper .footer li .links { margin-top: 30px;  }
    .footer-wrapper { padding: 30px; }
}
