@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    background-size: cover;
    -webkit-text-size-adjust: none;
    color: #5a5d62;
    height: 100%;
    min-height: 100%;
}

a {
    text-decoration: none;
    outline: 0;
}

img {
    display: block;
}

strong {
    font-weight: 700;
}

.fkb-btn {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font: 700 16px/1.3 "Roboto", sans-serif;
    text-decoration: none;
    padding: 14px 25px;
    text-align: center;
    -webkit-appearance: none;
    color: #fff;
    background-color: #1877f2;
    border-radius: 15px;
    margin: 0 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: uppercase;
    min-width: 140px;
}

.fkb-btn-no {
    background-color: #e6e5ea;
    color: #000;
}

.fkb-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 480px;
    height: 100%;
}

.fkb-wrap {
    padding: 0 10px;
    margin: 0 auto;
}

.fkb-header {
    display: flex;
    padding: 6px 15px;
    border-bottom: 7px solid #c0c5c9;
    justify-content: space-between;
    align-items: center;
}

.fkb-icons {
    display: flex;
    align-items: center;
}

.fkb-icons img {
    margin: 0 4px;
    height: 36px;
}

.fkb-step {
    display: none;
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}

.fkb-step.fkb-is-active {
    display: block;
}

.fkb-btn-wrap {
    margin: 15px 0;
}

.fkb-title-wrap {
    text-align: center;
    padding: 0 15px;
}

.fkb-title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0;
    color: #1877f2;
}

.fkb-subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.fkb-step-container {
    padding: 0 15px;
}

.fkb-step-title {
    font-size: 18px;
    font-weight: 700;
    color: #1877f2;
    margin: 20px 0 10px;
}

.fkb-slider-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 10px 12px;
    border-bottom: 4px solid #adb1b5;
}

.fkb-slider {
    position: relative;
    display: flex;
    overflow-x: auto;
}

.fkb-slide {
    position: relative;
    max-width: 360px;
    width: 100%;
    margin: 0 3px;
    width: 95px;
    flex-shrink: 0;
}

.fkb-slide img {
    margin: 0 auto;
    max-width: 100%;
    border-radius: 10px;
}

.fkb-slide .fkb-thumbnail {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 7px;
    top: 7px;
}

.fkb-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 25px;
    margin: auto 0 0;
    box-shadow: 0 0 10px 2px #e3e3e3;
}

/* slick custom */
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}

.slick-dots li {
    margin: 0 3px;
}

.slick-dots .slick-active button {
    background-color: #81868f;
}

.slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #81868f;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    font-size: 0;
    outline: none;
}
