html {
    font-size: 18px;
}

@media (max-width: 991px) {
    html {
        font-size: 16px;
    }
}

body {
    font-size: 1rem;
    line-height: 1.66;
    font-family: "Mukta", sans-serif;
    color: #050A16;
    overflow-x: hidden;
    position: relative;
}

a {
    text-decoration: none;
    color: #050A16;
    transition: color 0.2s ease-in-out;
}

a:hover, a:active, a:focus {
    color: #4C7BF3;
    text-decoration: none;
}

input {
    outline: none !important;
    font-family: "Mukta", sans-serif;
    color: #595c97;
}

button,
input {
    outline: none !important;
}

button {
    box-shadow: none !important;
}

[data-kit-theme="dark"] body {
    background: #081022;
    color: #fff;
}

[data-kit-theme="dark"] a {
    text-decoration: none;
    color: #4C7BF3;
    transition: color 0.2s ease-in-out;
}

[data-kit-theme="dark"] a:hover, [data-kit-theme="dark"] a:active, [data-kit-theme="dark"] a:focus {
    color: #4C7BF3;
    text-decoration: none;
}

.op__descr {
    max-width: 38.88rem;
    margin: 0 auto;
}

.op__link {
    color: #4C7BF3;
}

.op__link:hover {
    color: #7c9ef6;
}

.op__underlined {
    border-bottom: 1px dashed #4C7BF3;
    display: inline-block;
    line-height: 1.3;
    transition: all 0.1s ease-in-out;
}

.op__underlined:hover {
    border-color: #94b0f8;
}

.op__block {
    max-width: 65.55rem;
    margin: 0 auto;
    margin-bottom: 5.55rem;
}

.op__block__heading {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.88rem;
    font-weight: bold;
    margin-bottom: 2.77rem;
}

.op__btn {
    display: inline-block;
    padding: 0 1.66rem;
    font-size: 1.16rem;
    color: #fff !important;
    background: #1ad697;
    height: 2.61rem;
    line-height: 2.66rem !important;
    border: none;
    border-radius: 10px;
    font-weight: normal;
    transition: all 0.1s ease-in-out;
}

.op__btn:hover, .op__btn:focus, .op__btn:active {
    background: #25e5a4;
    color: #fff !important;
}

.op__btn--light {
    color: #4C7BF3 !important;
    background: #f6f6f6;
}

.op__btn--light:hover, .op__btn--light:focus, .op__btn--light:active {
    background: #eeeeee;
    color: #4C7BF3 !important;
}

.op__btn--blue {
    color: #fff !important;
    background: #4C7BF3;
}

.op__btn--blue:hover, .op__btn--blue:focus, .op__btn--blue:active {
    background: #5a86f4;
    color: #fff !important;
}

.op__btn--lightDark {
    color: #050A16 !important;
    background: #f6f6f6;
}

.op__btn--lightDark:hover, .op__btn--lightDark:focus, .op__btn--lightDark:active {
    background: #eeeeee;
    color: #050A16 !important;
}

.op__btn--small {
    padding: 0 1.11rem;
    height: 1.88rem;
    line-height: 1.94rem !important;
}

.text-small {
    font-size: 80%;
}

.text-text {
    color: #595c97 !important;
}

.text-muted {
    color: #6285B5 !important;
}

.table-hover tr:hover td {
    background: #f6f6f6;
}

.font-size-18 {
    font-size: 1rem;
}

.font-size-21 {
    font-size: 1.16rem;
}

.font-size-24 {
    font-size: 1.33rem;
}

.font-size-32 {
    font-size: 1.77rem;
}
