*, :before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    background: #FFFFFF;
    webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

section.first-screen {
    padding-top: 182px;
    background: url("../img/mobile-app-page/first-screen-bg.png") center center/cover no-repeat;
}

section.first-screen .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 500px;
    margin-top: 120px;
}

section.first-screen .first-screen-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

section.first-screen .text {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0;
    color: #FFFFFF;
}

section.first-screen .btn {
    width: 231px;
    height: 49px;
    padding: 14px 24px;
    border-radius: 8px;
    background: linear-gradient(307.86deg, #D39433 -33.34%, #FDE47F 92.09%);
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: PT Sans, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #1D2228;
}

h1 {
    font-family: PT Sans, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    color: #FFFFFF;
}

/* header */
header {
    background: #1D2228;
    height: 70px;
    position: fixed;
    width: 100%;
    padding-top: 14px;
    z-index: 25;
    border-bottom: 2px solid #D39433;
}

.media-1024 {
    display: none !important;
}

header .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-list {
    display: flex;
    gap: 16px;
}

.nav-list li a {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-list li {
    transition: .3s all linear;
}

.nav-list li:hover {
    transform: scale(1.05);
}

header .header__wrapper .header-btns {
    display: flex;
    align-items: center;
    gap: 12px;
}

.backdrop {
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.side-menu {
    position: fixed;
    z-index: 25;
    margin-top: 65px;
    top: -8px;
    right: -100%;
    height: 100vh;
    background: #1D2228;
    padding: 32px 24px 0 24px;
    width: 241px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: right 0.5s ease;
}

.side-menu ul {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    margin-bottom: 32px;
}

.side-menu ul li {
    transition: .3s all linear;
    cursor: pointer;
    max-width: 193px;
}

.side-menu ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.side-menu.open {
    right: 0;
}

.side-menu ul li:hover {
    transform: scale(1.05);
}

/* we always in touch */
section.we-always-in-touch {
    padding: 84px 0;
    min-height: 695px;
}

section.we-always-in-touch .we-always-in-touch__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 134px;
}

section.we-always-in-touch .we-always-in-touch__wrapper h2 {
    margin-bottom: 30px;
}

section.we-always-in-touch .we-always-in-touch__wrapper .text {
    color: #4F5D6D;
    max-width: 388px;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 44px;
    font-weight: 400;
}

section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

section.we-always-in-touch .social-media img {
    cursor: pointer;
}

section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch .item__wrapper {
    display: flex;
    padding: 20px 24px;
    column-gap: 12px;
    justify-content: space-between;
    align-items: center;
    max-width: 390px;
    width: 100%;
    min-height: 72px;
    border-radius: 10px;
    border: 1px solid #F3F4F5;
    background: #FFF;
    box-shadow: 1px 3px 7px 0px rgba(23, 46, 60, 0.10);
    cursor: pointer;
    transition: .5s linear all;
}

section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch li .item-to-show {
    max-width: 390px;
    min-height: 163px;
    padding: 20px 24px;
    display: none;
    flex-direction: column;
    row-gap: 16px;
    background: #FFF;
    border-top: 1px solid #FDE47F;
    box-shadow: 1px 3px 7px 0px rgba(23, 46, 60, 0.10);
    position: relative;
}

section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch li .item-to-show .item-to-show__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 12px;
    transition: .3s all linear;
    cursor: pointer;
}

section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch li .item-to-show .item-to-show__wrapper:hover {
    transform: scale(1.05);
}

section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch li .item-to-show .item-to-show__wrapper .text {
    color: #1D2228;
    font-size: 16px;
    line-height: 140%;
    margin: 0;
}

section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch li .item-to-show .item-to-show__wrapper .telegram-text {
    color: #29A9EA;
}

section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch li .item-to-show .item-to-show__wrapper .viber-text {
    color: #665CA7;
}

section.license h3 {
    text-align: center;
    color: #1D2228;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 32px;
}

.gold-bg-text {
    background: linear-gradient(311deg, #D39433 0%, #FDE47F 100%);
    border-radius: 8px;
    height: 34px;
    padding: 2px;
}

input[type="text"] {
    width: 100%;
    min-height: 48px;
    font-weight: 700;
    font-family: "PT Sans", sans-serif;
    color: #1D2228;
    font-size: 16px;
    line-height: 140%;
    padding: 0 20px;
    border: 1px solid #8399AE;
    border-radius: 16px;
    background: #F9F9FA;
}


input[type="text"]:focus {
    border: 1px solid #D39433;
    background: #F9F9FA;
    outline: none;
}

input::placeholder {
    color: #8399AE;
    font-size: 16px;
    line-height: 140%;
}

input:focus::placeholder {
    color: #D39433;
}

.input-complete {
    border: 1px solid #8399AE !important;
    background: #FFF !important;
    outline: none !important;
}

.floating-label {
    position: absolute;
    color: #8399AE;
    font-family: 'PT Sans', sans-serif;
    pointer-events: none;
    top: 34px;
    left: 44px;
    transition: 0.2s ease all;
    font-size: 16px;
}

.label-valid {
    color: #8399AE !important;
}

section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch li .item-to-show input[type="text"]:focus ~ .floating-label,
section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch li .item-to-show input[type="text"]:not(:focus):valid ~ .floating-label {
    top: 25px;
    left: 44px;
    font-size: 14px;
    opacity: 1;
    color: #D39433;
}

section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch li .wrapper {
    display: flex;
    column-gap: 12px;
    justify-content: flex-start;
    align-items: center;
}

section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch li h4 {
    color: #4F5D6D;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch li .item__wrapper:hover {
    transform: scale(1.05);
}

section.we-always-in-touch .we-always-in-touch__wrapper .left-side .social-media {
    margin-top: 40px;
    display: flex;
    column-gap: 16px;
    align-items: center;
    justify-content: center;
}

section.we-always-in-touch .we-always-in-touch__wrapper .left-side .social-media .text {
    color: #4F5D6D;
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0;
    font-weight: 400;
}

section.how-to-pay-loan {
    padding: 64px 0;
    background: #F3F4F5;
    overflow: hidden;
}

section.how-to-pay-loan .text {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
    color: #4F5D6D;
    margin-bottom: 48px;
}

section.how-to-pay-loan h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
    color: #1C1C1C;
    margin-bottom: 32px;
}

section.how-to-pay-loan .desktop {
    padding-bottom: 20px;
}

section.how-to-pay-loan .mobile, section.how-to-pay-loan .desktop {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
}

section.how-to-pay-loan .desktop::-webkit-scrollbar {
    background: #d3cdbb;
    border-radius: 32px;

}

section.how-to-pay-loan .desktop::-webkit-scrollbar-thumb {
    background: #FDE47F;

}

section.how-to-pay-loan .mobile::-webkit-scrollbar {
    background: #d3cdbb;
    border-radius: 32px;

}

section.how-to-pay-loan .mobile::-webkit-scrollbar-thumb {
    background: #FDE47F;

}

section.how-to-pay-loan .mobile::-webkit-scrollbar {
    height: 7px;
}

section.how-to-pay-loan .desktop::-webkit-scrollbar {
    height: 7px;
}

section.how-to-pay-loan .mobile {
    display: none;
    padding-bottom: 12px;
}

section.license {
    background: #1D2228;
    min-height: 373px;
    padding: 84px 0px;
}

section.license .gold-bg-text {
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 38px;
}

.btn:hover {
    transform: scale(1.05);
}

.btn-sm {
    width: 88px;
    height: 28px;
}

.btn-md {
    max-width: 220px;
    height: 51px;
    font-size: 16px;
}

.btn-lg {
    max-width: 342px;
    height: 51px;
    font-size: 16px;
}

.select-dropdown-mobile {
    width: 100px;
}

.btn-black {
    background: #1D2228 !important;
    color: #FDE47F !important;
    border: 1px solid #D1B642FF !important;
}

.header-btns .btn {
    height: 37px;
}

.btn {
    font-family: 'PT Sans', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(315deg, #D39433 0%, #FDE47F 100%);
    color: #1D2228;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: .3s all linear;
}

section.license ul.info-links-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 64px;
    justify-content: center;
}

section.license ul.info-links-btn li {
    padding: 10px;
    padding-top: 8px;
    border: 1px solid #FDE47F;
    min-height: 42px;
    border-radius: 4px;

    font-family: PT Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    color: #FFFFFF;
}


section.license h3 {
    text-align: center;
    color: #1D2228;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 32px;
}

section.license .text {
    text-align: center;
    color: #FFF;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    max-width: 1018px;
    margin: 0 auto;
}

.gold-color-text {
    color: #FDE47F;
}

footer {
    background: #1D2228;
    min-height: 373px;
    padding-top: 84px;
}

footer .footer-logo {
    width: 228px;
}

footer .footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .footer__wrapper .logo-text {
    color: #4F5D6D;
    font-size: 12px;
    margin-top: 20px;
    max-width: 284px;
}

footer .footer__wrapper .footer-nav {
    align-items: flex-start;
    column-gap: 30px;
    row-gap: 16px;
    width: 390px;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 110px;
}

footer .footer__wrapper .support {
    display: flex;
    flex-direction: column;
}

footer .footer__wrapper .support h5 {
    color: #F3F4F5;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.tel {
    cursor: pointer;
    transition: .3s all linear;
    display: flex;
    column-gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}

.tel:hover {
    transform: scale(1.05);
}

.tel a {
    color: #FDE47F;
}

.tel .tel-text {
    font-size: 24px;
    line-height: 120%;
}

footer .footer__wrapper .footer-text {
    color: #F3F4F5;
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 10px;
}

footer .all-rights-reserved {
    color: #4F5D6D;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    margin-top: 22px;
    line-height: 120%;
}

.media-1024 {
    display: none;
}

.media-1024-hide {
    display: block;
}

.media-1024-btn {
    display: none !important;
}

.media-1024-hide-btn {
    display: flex !important;
}

.media-1024-list-hide {
    display: flex !important;
}

h2 {
    color: #1C1C1C;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
}

#burger {
    width: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 6px;
    background: linear-gradient(315deg, #D39433 0%, #FDE47F 100%);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#burger span:nth-child(1) {
    top: -10px;
}

#burger span:nth-child(2) {
    top: -1px;
}

#burger span:nth-child(3) {
    top: 8px;
}

#burger.open span:nth-child(1) {
    top: 0px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#burger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.disable-body {
    overflow: hidden;
}

#burger.open span:nth-child(3) {
    top: 0px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.media-1024-list {
    display: none !important;
}

.media-650 {
    display: none;
}

.media-650-hide {
    display: block;
}

.more-btn-open {
    transform: rotate(180deg);
}

.show-flex {
    display: flex !important;
}

.select-dropdown {
    display: flex;
    gap: 8px;
    position: relative;
    color: #53565a;
    border-radius: 4px;
}

.select-dropdown * {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.select-dropdown.is-active {
    border-radius: 8px 8px 0 0;
    border: 1px solid #4F5D6D;
}

.select-dropdown.is-active input[type="text"] {
    border-color: #00aeef;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select-dropdown .dropdown-img {
    transition: .3s all linear;
}

.select-dropdown.is-active .dropdown-img {
    top: 6px;
    transform: rotate(180deg);
}

.select-dropdown.is-active ul {
    display: block;
}

.select-dropdown #js-ddInput {
    display: flex;
    border-radius: 8px 0 0 0;
    gap: 8px;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #FFF;
    border: none;
    padding: 4px 8px;
    font-size: 16px;
    text-overflow: ellipsis;
    width: 67px;
    height: 32px;
    background: #1D2228;
    cursor: pointer;
    user-select: none !important;
}

.select-dropdown i {
    position: absolute;
    top: 6.5px;
    right: 5px;
}

.select-dropdown ul {
    display: none;
    top: 32px;
    position: absolute;
    z-index: 999;
    background: #1D2228;
    color: #FFF;
    width: 102px;
    right: -1px;
    list-style: none;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    padding: 0;
    margin: 0;
    border: 1px solid #4F5D6D;
}

.select-dropdown ul li {
    cursor: pointer;
    border-radius: 8px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    background: #1D2228;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.select-dropdown ul li * {
    pointer-events: none;
}

.pagination-container {
    display: flex;
    justify-content: center;
}

section.safety {
    padding: 64px 0;
    background: #F3F4F5;
}

section.safety .safety-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

section.safety .safety-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

section.safety .safety-wrapper ul li {
    max-width: 598px;
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    height: 269px;
}

header .btn {
    height: 29px;
}

section.safety .safety-wrapper ul li .name {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
}

section.safety .safety-wrapper ul li img {
    margin-bottom: 12px;
}

section.safety .safety-wrapper ul li .text {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #8399AE;
}
