@font-face {
    font-family: 'Peace Sans';
    src: url('../fonts/Peace-Sans/peace_sans.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

*, :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;
}

.backdrop {
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
}

.hide {
    display: none !important;
}

.container {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 30px;
}


section.socials {
    padding-top: 64px;
    padding-bottom: 0;
    background: #F3F4F5;
    overflow: hidden;
}

section.socials h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
    color: #1C1C1C;
    margin-bottom: 32px;
}

section.socials .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #4F5D6D;
    margin-bottom: 32px;
}

.swiper-carousel-container {
    width: 932px;
    height: 580px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    position: relative;
}

.swiper-socials-carousel-button-prev, .swiper-socials-carousel-button-next {
    cursor: pointer;
    position: absolute;
    top: 440px;
}

.swiper-socials-carousel-button-prev {
}

.swiper-socials-carousel-button-next {
    margin-left: 1180px;
}


.swiper-carousel-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 100%;
    /*  transform: scale(0.8); */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 0.3s all;

    border-radius: 10px;
    width: 394px;
}

.swiper-carousel-container .swiper-slide.swiper-slide-active .phone-img {
    display: initial;
}

.swiper-carousel-container .swiper-slide .phone-img {
    position: absolute;
    z-index: 1;
    display: none;
}


.swiper-carousel-container .swiper-slide .content-img {
    position: relative;
    z-index: 2;
}

.swiper-carousel-container .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
    opacity: 0;
}

.swiper-carousel-container .swiper-slide-prev,
.swiper-carousel-container .swiper-slide-next {
    opacity: 0.3;
}

.swiper-carousel-container .swiper-slide-active {
    transition: 0.3s all;
    opacity: 1;
}

section.socials .pagination-socials {
    position: absolute;
    bottom: 50px;
    left: 170px;
    display: flex;
    gap: 32px;
    z-index: 10;
    height: 94px;
    background: #FFFFFF;
    box-shadow: 0px 10.55px 26.37px 0px #00000040;
    border: 1.17px solid #DADADA;
    border-radius: 16px;
    padding: 16px 24px 16px 24px;
}

section.socials {
    position: relative;
}

.swiper-carousel-container .swiper-socials-carousel-pagination {
    position: absolute;
    background: #FFFFFF;
    height: 94px;
    max-width: 600px;
    align-items: center;
    width: 100%;
    box-shadow: 0px 10.55px 26.37px 0px #00000040;
    border: 1.17px solid #DADADA;
    border-radius: 16px;
    z-index: 10;
    bottom: 50px !important;
    left: 163px !important;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.swiper-socials-pagination-bullet {
    opacity: .6;
    transform: scale(.8);
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-family: PT Sans, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 30.53px;
    text-align: center;
    color: #4F5D6D;
}

.swiper-socials-pagination-bullet-active {
    opacity: 1;
    transform: scale(1);
    color: #4F5D6D;
    font-size: 26px;
}


/*section.socials .pagination-socials li {*/
/*    display: flex;*/
/*    gap: 12px;*/
/*    align-items: center;*/
/*    font-size: 21.09px;*/
/*    font-weight: 400;*/
/*    line-height: 31.64px;*/
/*    text-align: center;*/
/*    color: #4F5D6D;*/
/*    cursor: pointer;*/
/*    opacity: .5;*/
/*    transform: scale(.8);*/
/*}*/

/*section.socials .pagination-socials li.active {*/
/*    opacity: 1;*/
/*    transform: scale(1);*/
/*}*/

.swiper-socials-carousel-button-prev, .swiper-socials-carousel-button-next {
    cursor: pointer;
    position: absolute;
    top: 440px;
}

.swiper-socials-carousel-button-prev {
}

.swiper-socials-carousel-button-next {
    margin-left: 1180px;
}


section.main-page-feedback {
    padding: 64px 0;
    background: #F3F4F5;
}

section.main-page-feedback h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
}

section.main-page-feedback ul {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 48px;
    overflow: auto;
    padding-bottom: 12px;
}

section.main-page-feedback ul::-webkit-scrollbar {
    height: 7px;
}

section.main-page-feedback ul li {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

section.main-page-feedback ul li .feedback-content {
    width: 285px;
    padding: 24px;
    border-radius: 24px;
    background: #FFFFFF;
}

section.main-page-feedback ul li .feedback-content .date {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: #8399AE;
}

section.main-page-feedback ul li .feedback-content .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: #1D2228;
    margin-top: 12px;
}

section.main-page-feedback ul li .feedback-content img {
    position: relative;
    bottom: -48px;
    left: 14px;
}

section.main-page-feedback ul li .feedback-author {
    display: flex;
    gap: 16px;
    align-items: center;
}


.pagination-container {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 32px;
    align-items: center;
}

#pagination-list-buttons {
    display: flex;
    gap: 8px;
}

.pagination-button {
    width: 9px;
    height: 9px;
    background: #8399AE;
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    cursor: pointer;
    border: none;
    padding: 0;
    opacity: .5;
}

.pagination-button.active-pagination-button {
    background: linear-gradient(308deg, #D39433 -33.34%, #FDE47F 92.09%);
    z-index: 1;
    opacity: 1;
    width: 12px;
    height: 12px;
    top: 5px;
}

.pagination-list-button-prev {
    transform: rotate(180deg);
}

.pagination-list-button-prev, .pagination-list-button-next {
    border: none;
    cursor: pointer;
    background: transparent;
}

header {
    background: #1D2228;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-image-source: linear-gradient(112.98deg, #FE6200 -38%, #FE6700 -19.14%, #FE7600 4.17%, #FE9000 29.85%, #FFB300 57.2%, #FFDF00 85.6%, #FFF200 96.29%);
}

header .container {
    display: flex;
    align-items: center;
    width: 100%;
}

section.first-screen {
    background: url("../img/first-screen-bg.png") no-repeat;
    background-size: cover;
    padding: 84px 0;
    min-height: 685px;
    background-position: -10px -10px;
}

section.first-screen .first-screen-wrapper {
    max-width: 603px;
    width: 100%;
}
section.first-screen .btns-wrapper {
    display: flex;
    gap: 16px;
    margin: 48px 0 24px 0;
}
section.first-screen a.btn {
    max-width: 250px;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 14px 24px;
    background: linear-gradient(307.86deg, #D39433 -33.34%, #FDE47F 92.09%);
    border: none;
    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;
    gap: 8px;
}
section.first-screen a.btn.transparent {
    background: transparent;
    border: 1px solid #D39433;
    color: #D39433;
}

section.first-screen h1 {
    color: #FFFFFF;
    text-align: left;
}

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.loan {
    padding: 100px 0;
}

section.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;
    max-width: 918px;
    width: 100%;
    margin: 0 auto;
}

section.loan h2 {
    font-family: PT Sans, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #1D2228;
    margin-bottom: 32px;
}

h1 {
    font-family: PT Sans, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #1D2228;
    margin-bottom: 32px;
}

section.app-download {
    background: #F3F4F5;
    padding-top: 64px;
}

section.app-download .wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 508px;
    width: 100%;
}

section.app-download .app-download-wrapper {
    display: flex;
    justify-content: space-between;
}

section.app-download .play-market-btn {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid #4F5D6D;
    border-radius: 16px;
    padding: 24px 32px;
    cursor: pointer;
    transition: .1s all linear;
}

section.app-download .play-market-btn:hover {
    background: inherit;
}

section.app-download h3 {
    margin-top: 68px;
}

section.app-download .text {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #4F5D6D;
}

section.app-download .app-download-wrapper > .img-wrapper img {
    margin-right: -50px;
}

h3 {
    font-family: PT Sans, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #1C1C1C;
}

span.gold-bg {
    background: linear-gradient(307.86deg, #D39433 -33.34%, #FDE47F 92.09%);
    padding-inline: 4px;
    border-radius: 8px;
}

.mobile-1024 {
    display: none !important;
}

section.get-loan {
    padding: 100px 0;
}

section.get-loan h3 {
    margin-bottom: 48px;
}

section.get-loan ul {
    display: flex;
    gap: 34px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

section.get-loan ul li {
    padding: 18px 18px 32px 18px;
    background: #F3F4F5;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    max-width: 282px;
    min-height: 213px;

    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
    color: #4F5D6D;
}

section.get-loan ul li .number {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: linear-gradient(307.86deg, #D39433 -33.34%, #FDE47F 92.09%);

    font-family: 'Peace Sans', sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    color: #1D2228;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.calculation-example {
    padding: 100px 0;
}

section.calculation-example h3 {
    text-align: center;
    margin-bottom: 32px;

}

section.calculation-example .text {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
    color: #4F5D6D;
}

section.calculation-example .calculation-example-wrapper {
    width: 100%;
    border: 1px solid #8399AE;
    padding: 32px 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 150px;
    border-radius: 16px;
    margin: 32px 0;
}

section.calculation-example .calculation-example-wrapper .calculation {
    display: flex;
    flex-direction: column;

    max-width: 380px;
    width: 100%;
}

section.calculation-example .calculation-example-wrapper .calculation .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

section.calculation-example .calculation-example-wrapper .calculation .wrapper .name {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0;
    color: #4F5D6D;
}

section.calculation-example .calculation-example-wrapper .calculation .wrapper .value {
    font-family: PT Sans, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: right;
    color: #D39433;
}

section.calculation-example .calculation-example-wrapper .calculation-details {
    max-width: 390px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

section.calculation-example .calculation-example-wrapper .calculation-details .name {
    font-family: PT Sans, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #4F5D6D;
}

section.calculation-example .calculation-example-wrapper .calculation-details .detail {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #4F5D6D;
}

section.calculation-example .info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}

section.calculation-example a.btn {
    max-width: 250px;
    width: 100%;
    height: 48px;
    background: transparent;
    border: 1px solid #D39433;
    padding: 14px 24px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;

    font-family: PT Sans, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #D39433;
    cursor: pointer;
}

section.calculation-example .btns-wrapper {
    display: flex;
    gap: 42px;
}

section.calculation-example .info-text-wrapper {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #4F5D6D;
}

section.calculation-example .info-text-wrapper a {
    font-family: PT Sans, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #D39433;
}

section.calculation-example .info-text-wrapper .name {
    font-weight: 700;
}

.btn:hover {
    transform: scale(1.01);
}

/* footer */

footer {
    background: #1D2228;
    padding: 80px 0;
}

footer .media-1024 {
    display: none !important;
}

footer .footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .footer-logo {
    width: 228px;
}

footer .footer__wrapper .logo-text {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #F3F4F5;
    max-width: 275px;
    margin-top: 16px;
}

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: 10px;
}

.tel:hover {
    transform: scale(1.05);
}

.tel a {
    color: #FDE47F;
}

.tel .tel-text {
    font-size: 24px;
    line-height: 120%;
}

footer .footer__wrapper .footer-text {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #F3F4F5;
}

footer .all-rights-reserved {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #8399AE;
    margin-top: 64px;
}

footer .licence-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

footer .licence-wrapper .links-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

footer .licence-wrapper .links-wrapper a {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #FDE47F;
}

footer .licence-wrapper .text-wrapper {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}
