/*Fonts **********************************************/
@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-Bold.eot') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/Gilroy-Regular.eot') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Semibold';
    src: url('../fonts/Gilroy-Semibold.eot') format('embedded-opentype'),
        url('../fonts/Gilroy-Semibold.woff2') format('woff2'),
        url('../fonts/Gilroy-Semibold.woff') format('woff'),
        url('../fonts/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nekst-Bold';
    src: url('../fonts/Nekst-Bold.eot') format('embedded-opentype'),
        url('../fonts/Nekst-Bold.woff2') format('woff2'),
        url('../fonts/Nekst-Bold.woff') format('woff'),
        url('../fonts/Nekst-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Nekst-Regular';
    src: url('../fonts/Nekst-Regular.eot') format('embedded-opentype'),
        url('../fonts/Nekst-Regular.woff2') format('woff2'),
        url('../fonts/Nekst-Regular.woff') format('woff'),
        url('../fonts/Nekst-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Nekst-SemiBold';
    src: url('../fonts/Nekst-SemiBold.eot') format('embedded-opentype'),
        url('../fonts/Nekst-SemiBold.woff2') format('woff2'),
        url('../fonts/Nekst-SemiBold.woff') format('woff'),
        url('../fonts/Nekst-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/*Burger **********************************************/
.menu {
    width: 100%;
    height: 100vh;
    right: -100%;
    top: 0;
    position: fixed;
    background: linear-gradient(250.6deg, rgba(3, 176, 71, 0.8) -49.48%, #03B047 100%);
    transition: 0.7s;
    z-index: 11;
    padding: 55px 30px;
    box-sizing: border-box;
}
.payMainContentTop p{
    font-family: 'Gilroy-Bold';
    font-size: 22px;
    line-height: 27px;
    color: #353535;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    box-sizing: border-box;
    height: 79px;
}
.payMainContentTop p:nth-of-type(1) {
    border-right: 1px solid #111B25;;
}
.ConditionsNav a:nth-of-type(1) {
    color: #fff !important;
}

.ConditionsNav a:nth-of-type(2) {
    color: #fff !important;
    opacity: 0.5;
}

.contents {
    text-align: left;
    font-size: 20px !important;
}

.ConditionsMain .wrapper {
    background: transparent !important;
}

.ConditionsMain .wrapper .conditions {
    width: 100% !important;
    padding-top: 0;
}

.ConditionsMain .wrapper .conditions h2 {
    text-align: left !important;
}

.contents p {
    font-family: 'Gilroy-Regular';
    font-size: 20px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 10px;
    text-align: left;
}


.contents ul li {
    font-family: 'Gilroy-Regular';
    font-size: 20px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 10px;
}

.dost {
    list-style: disc;
    margin-left: 25px;
}

main {
    background: linear-gradient(250.6deg, rgba(3, 176, 71, 0) -49.48%, #03B047 100%);
}

.open_menu {
    right: 0;
}

.menu .close {
    width: 34px;
    height: 22px;
    margin-left: auto;
}

.openBurger {
    display: none;
}

.headerNavigationBurger {
    display: flex;
    flex-direction: column;
}

/*Header **********************************************/
.wrapper {
    max-width: 1290px;
    margin: 0 auto;
}

body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    font-family: 'Nekst-Regular', sans-serif;
    font-size: 18px;
    line-height: 140%;
    color: #111B25;
}

.bodySroll {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.showContainer {
    position: fixed;
    bottom: 10vh;
    right: 0;
    transform: translateX(110%);
    transition: all .6s;
    z-index: 100;
    width: 430px;
    height: 203px;
    background: #FFFFFF;
    box-shadow: 4px 7px 20px rgba(80, 80, 80, 0.25);
    border-radius: 10px 0 0 10px;
    padding: 12px 6px 0 16px;
    box-sizing: border-box;
}

.showContainerSection svg {
    position: absolute;
    right: 14px;
    cursor: pointer;
    top: 14px;
}

.showContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.showContentLeft h3 {
    font-family: 'Nekst-SemiBold', sans-serif;
    font-size: 26px;
    line-height: 140%;
    color: #111B25;
    margin-bottom: 6px;
}

.showContentLeft p {
    font-family: 'Nekst-Regular', sans-serif;
    font-size: 20px;
    line-height: 120%;
    color: #111B25;
    margin-bottom: 24px;
}

.showContentLeft button {
    padding: 10px;
    background: #03B047;
    border-radius: 100px;
    font-family: 'Gilroy-Regular';
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    border: none;
    width: 100%;
    transition: all 0.3;
    border: 2px solid transparent;
}

.showContentLeft button:hover {
    border: 2px solid #03B047;
    color: #03B047;
    background: transparent;
    transition: all 0.3s;
}

.showContainerAnimation {
    animation: bear-animation 0.6s;
    transform: translateX(0%);
}

@keyframes bear-animation {
    0% {
        transform: translateX(110%);
    }

    100% {
        transform: translateX(0%);
    }
}

header {
    position: sticky;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(80, 80, 80, 0.25);
    border-radius: 0px 0px 20px 20px;
    z-index: 3;
}

header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.finaguru-header{
    height: auto;
    padding: 16px 0;
}

.logotype {
    display: flex;
    align-self: start;
}

.logotype span {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 25px;
    line-height: 110%;
    letter-spacing: 0.05em;
    color: #111B25;
}

.logotype img {
    margin-right: 3px;
}

.logotype .logoTextGreen {
    color: #03B047;
    margin-left: -4px;
}

.headerNavigation {
    display: flex;
    align-items: center;
}

.headerNavigation li {
    padding: 0 10px 0 10px;
    text-align: center;
}

.headerNavigation li:nth-last-of-type(1) {
    margin-right: 0;
}

.headerNavigation li a {
    font-size: 18px;
    line-height: 22px;
    color: #111B25;
    transition: all 0.3s;
}

.headerNavigation li a:hover {
    color: #03B047;
    transition: all 0.3s;
}

.registrationBtn {
    padding: 12px 100px;
    background: #03B047;
    border-radius: 30px;
    font-family: 'Gilroy-Semibold', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.registrationBtn:hover {
    background: transparent;
    border: 2px solid #03B047;
    color: #03B047;
    transition: all 0.3s;
}

.navigationFlex {
    display: flex;
    align-items: center;
    width: 75%;
    justify-content: space-between;
}

/*Banner **********************************************/
.banner {
    background: linear-gradient(250.6deg, rgba(3, 176, 71, 0) -49.48%, #03B047 100%);
    padding: 120px 0 96px 0;
}

.banner .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bannerLeft {
    width: 40%;
}

h1 {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 70px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 21px;
}

.bannerLeft p {
    font-family: 'Nekst-Regular', sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
}

.bannerRight {
    background: #FFFFFF;
    box-shadow: 4px 7px 20px rgba(80, 80, 80, 0.25);
    border-radius: 20px;
    position: relative;
}

.rangeSliderRightContainer {
    padding: 40px 30px;
}

.sliderContainerText {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sliderContainerText p {
    font-family: 'Gilroy-Bold';
    font-size: 22px;
    line-height: 27px;
    color: #353535;
}

.rangeSliderRightContainer {
    width: 410px;
}

#innerMoney,
#innerDate {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    line-height: 27px;
    color: #353535;
}

.innerBorder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.innerBorder p {
    font-family: 'Gilroy-Regular';
    font-size: 14px;
    line-height: 16px;
    color: rgba(86, 86, 86, 0.7);
}

#valueMoney,
#valueDate {
    width: 100%;
}

.sliderMoney {
    padding-bottom: 32px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 20px;
}

input[type="range"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    height: 6px;
    background: rgba(86, 86, 86, 0.2);
    border-radius: 6px;
    border-radius: 100px;
    outline: none;
    margin-top: 25px;
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 6px;
}

input[type="range"]::-moz-track {
    -moz-appearance: none;
    height: 6px;
}

input[type="range"]::-ms-track {
    appearance: none;
    height: 6px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 50%;
    background: url(../img/cursor.svg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-top: -18px;
    border: 0 !important;
    box-shadow: none !important;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 50%;
    background: url(../img/cursor.svg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-top: -18px;
    border: 0 !important;
    box-shadow: inset;
}

input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 50%;
    background: url(../img/cursor.svg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-top: -18px;
    border: 0 !important;
    box-shadow: inset;
}

.calcResultBtn {
    padding: 15px;
    background: #03B047;
    border-radius: 30px;
    width: 100%;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    border: 2px solid transparent;
    transition: all 0.3s;
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.calcResultBtn:hover {
    border: 2px solid #03B047;
    color: #03B047;
    background: transparent;
}

.calcResult {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 63%, rgba(245, 245, 245, 1) 63%, rgba(245, 245, 245, 1) 100%);
    padding: 40px 30px;
    border-radius: 20px;
}

.promo {
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #353535;
    border-bottom: 2px dotted #353535;
    display: block;
    margin: 0 auto;
    width: max-content;
}

.calcResultProcent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.containerCalc {
    margin-top: 20px;
}

.calcResultProcent {
    margin-bottom: 15px;
}

.calcResultProcent p {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #565656;
}

.bols {
    font-family: 'Gilroy-SemiBold', sans-serif !important;
    font-size: 18px !important;
}

#c1 {
    display: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 340px;
    left: -142px;
    width: 379px;
    height: 524px;
}

#c2 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 380px;
    left: -145px;
    width: 368px;
    height: 669px;
    display: none;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerMobileImg {
    display: none;
}

.headerNavigationBurger {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.headerNavigationBurger li {
    margin-bottom: 20px;
}

.headerNavigationBurger li a {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 46px;
    line-height: 55px;
    color: #FFFFFF;
    text-align: center;
}

.menu .registrationBtn {
    border: 2px solid #FFFFFF;
    color: #fff;
    font-size: 46px;
    line-height: 55px;
    background: transparent;
    margin-top: 50px;
}

.work {
    padding: 50px 0;
}

.workTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.workTopSection {
    width: 32%;
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(101, 101, 101, 0.25);
    border-radius: 20px;
    padding: 24px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 255px;
}

.workTopSection img {
    margin-bottom: 20px;
}

.workTopSection h3 {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #111B25;
    margin-bottom: 10px;
}

.workTopSection p {
    font-family: 'Nekst-Regular', sans-serif;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #111B25;
}

.workCenter {
    display: flex;
    justify-content: center;
}

.workBottom {
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(101, 101, 101, 0.25);
    border-radius: 20px;
    padding: 40px 30px 30px 30px;
    margin-top: -18px;
}

.workBottomContainer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.workBottomSection {
    width: 32%;
    display: flex;
    align-items: flex-start;
}

.workBottomSectionRight {
    display: flex;
    flex-direction: column;
}

.workBottomSectionRight h3 {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #111B25;
    margin-bottom: 10px;
}

.workBottomSection img {
    width: 76px;
    height: 76px;
    margin-right: 10px;
}

.workBottomSection p {
    font-family: 'Nekst-Regular', sans-serif;
    font-size: 18px;
    line-height: 140%;
    color: #111B25;
}

.workBottom h2 {
    display: block;
    margin: 0 auto 40px auto;
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 46px;
    line-height: 55px;
    color: #111B25;
    width: max-content;
}

.reviewsSlider {
    overflow: hidden;
    max-width: 1210px;
    margin: 0 auto;
    padding: 20px 10px;
}

.reviews .wrapper {
    overflow: hidden;
}

.reviewsSlider .slick-list .slick-track {
    display: flex;
    margin: 0 8px;
}

.main {
    background: linear-gradient(250.6deg, rgba(3, 176, 71, 0) -49.48%, #03B047 100%);
    padding: 90px 0 0 0;
    max-width: 100%;
    overflow: hidden;
}

.reviewsTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 41px;
}

.reviewsTop h2 {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 46px;
    line-height: 55px;
    color: #FFFFFF;
}

.reviewsTop button {
    padding: 10px;
    width: 300px;
    height: 52px;
    background: #03B047;
    border: 2px solid transparent;
    border-radius: 100px;
    box-sizing: border-box;
    font-family: 'Gilroy-SemiBold', sans-serif !important;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    transition: all 0.3s;
}

.reviews {
    position: relative;
}

.SliderPrev {
    position: absolute;
    left: 0;
    top: 60%;
    background: url(../img/arrowSlider.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 13px;
    height: 24px;
    font-size: 0;
    border: none;
}

.SliderNext {
    position: absolute;
    right: 0;
    top: 60%;
    background: url(../img/arrowSlider.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 13px;
    height: 24px;
    transform: rotate(180deg);
    font-size: 0;
    border: none;
}

.reviewsItem {
    background: #FFFFFF;
    box-shadow: 2px 4px 10px rgba(101, 101, 101, 0.25);
    border-radius: 20px;
    padding: 24px;
    box-sizing: border-box;
    min-height: 272px;
    width: 383px !important;
}

.slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px;
}

.reviewsItemAvatarContainer {
    display: flex;
    width: 100%;
    align-items: center;
}

.reviewsItem>p {
    font-family: 'Nekst-Regular', sans-serif;
    font-size: 18px;
    line-height: 130%;
    color: #111B25;
    margin-top: 10px;
}

.reviewsItemTextContainer {
    margin-left: 10px;
}

.reviewsItemAvatarText {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviewsItemAvatarText p {
    font-family: 'Nekst-Regular', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: rgba(17, 27, 37, 0.48);
}

.reviewsItemTextContainer {
    width: 100%;
}

.reviewsItemTextContainer>p {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #111B25;
    margin-bottom: 10px;
}

.reviewsBtnMobile {
    display: none;
}

.SliderDots .slick-dots {
    display: flex;
    justify-content: center;
}
.SliderDots .slick-dots li button {
    font-size: 0;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background: transparent;
}

.SliderDots .slick-dots li {
    margin-right: 10px;
}

.SliderDots .slick-dots li:nth-last-of-type(1) {
    margin-right: 0;
}

.partnersSliderDots .slick-dots {
    display: flex;
    justify-content: center;
    width: 100%;
}
.partnersSliderDots .slick-dots li button {
    font-size: 0;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background: transparent;
}

.partnersSliderDots .slick-dots li {
    margin-right: 10px;
}

.partnersSliderDots .slick-dots li:nth-last-of-type(1) {
    margin-right: 0;
}

.slick-active button {
    background: #fff !important;
}

/*---------------------------Popup----------------------------*/
.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
    z-index: 100;
}

.popup__bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 430px;
    height: 391px;
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(101, 101, 101, 0.25);
    border-radius: 20px;
    transition: 0.5s all;
    padding: 30px 20px !important;
}

.popup.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}

.close-popup {
    position: absolute;
    top: 21px;
    right: 21px;
    cursor: pointer;
}

.popup h3 {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #111B25;
    margin-bottom: 20px;
}

.popupContainer form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.popupContainer form input {
    height: 54px;
}

.popupContainer form input,
.popupContainer form textarea {
    padding: 12px 0px 12px 20px;
    background: #F3F3F3;
    border-radius: 5px;
    margin-bottom: 10px;
    border: none;
}

.popupContainer form input::placeholder,
.popupContainer form textarea::placeholder {
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 16px;
    line-height: 120%;
    color: #797979;
}

.popupContainer form textarea {
    height: 144px;
    resize: none;
}

.popupContainer form input:nth-last-of-type(1) {
    padding: 12px 40px;
    background: #03B047;
    border-radius: 50px;
    width: 100%;
    font-family: 'Gilroy-SemiBold', sans-serif !important;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
}

.open-popup:hover {
    background: #fff;
    border: 2px solid #03B047;
    color: #03B047;
    transition: all 0.3s;
}

.spans {
    text-decoration: underline;
}

.mobileImg {
    display: none;
}

.partners {
    padding: 140px 0;
}

.partners h2 {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 46px;
    line-height: 55px;
    color: #FFFFFF;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

.partnersSlider {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.partnersSliderItem {
    width: 23%;
    height: 134px;
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(101, 101, 101, 0.25);
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    margin-bottom: 30px;
}

.partnersSliderItem:nth-of-type(4) {
    margin-right: 0;
}

.conditions {
    padding: 64px 0;
    width: 100%;
    margin-left: auto;
    position: relative;
}

.conditions h2 {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 46px;
    line-height: 55px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.conditionsContent {
    background: #FFFFFF;
    box-shadow: 3px 3px 16px rgba(101, 101, 101, 0.25);
    border-radius: 16px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-left: auto;
}

.conditionsContentSectionTittle {
    display: flex;
    border-bottom: 1px solid #EDEDED;
    padding: 16px 0;
}

.conditionsContentSectionTittle p {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #111B25;
}

.conditionsContentSection {
    display: flex;
    border-bottom: 1px solid #EDEDED;
    padding: 16px 0;
}

.conditionsContentSection p:nth-of-type(1),
.conditionsContentSectionTittle p:nth-of-type(1) {
    min-width: 20%;
    max-width: 20%;
    margin-right: 30px;
    text-align: left;
}

.conditionsContentSection p:nth-of-type(2),
.conditionsContentSectionTittle p:nth-of-type(2) {
    min-width: 40%;
    max-width: 40%;
    margin-right: 30px;
    text-align: left;
}

.conditionsContentSection p:nth-of-type(3),
.conditionsContentSectionTittle p:nth-of-type(4) {
    width: 40%;
    text-align: left;
}

.conditionsContentSection p {
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 16px;
    line-height: 150%;
    color: #111B25;
}

.conditionsPosition {
    position: absolute;
    left: -38px;
    top: 280px;
}

.credit {
    padding: 64px 0;
}

.credit h2 {
    font-family: 'Nekst-SemiBold', sans-serif;
    font-size: 46px;
    line-height: 55px;
    color: #111B25;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}

.credit h2 span {
    color: #03B047;
}

.creditContent p {
    font-family: 'Nekst-Regular', sans-serif;
    font-size: 18px;
    line-height: 160%;
    color: #111B25;
    margin-bottom: 10px;
}

.creditContent h3 {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #111B25;
    margin-top: 20px;
    margin-bottom: 10px;
}

.calculator {
    background: linear-gradient(250.6deg, rgba(3, 176, 71, 0) -49.48%, #03B047 100%);
    padding: 100px 0 140px 0;
}

.calculatorContainer {
    width: 410px;
    height: 100%;
    position: relative;
    z-index: 10;
}

.calculatorContainer .rangeSliderRightContainer {
    width: 100%;
    box-sizing: border-box;
}

.calculator .wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.calculatorRight {
    position: relative;
    z-index: 2;
}

.calculatorRight img {
    max-width: 100%;
}

.calculatorRight:after {
    content: "";
    background: url(../img/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px;
    height: 532px;
    display: flex;
    position: absolute;
    right: 80%;
    top: 0;
    z-index: -1;
}

.services {
    padding: 30px 0 0 0;
}

.services {
    display: flex;
    flex-direction: column;
}

.services h2 {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 46px;
    line-height: 55px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}

.servicesContent {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.servicesContent a {
    font-family: 'Nekst-Regular', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #111B25;
    padding: 10px 20px;
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(101, 101, 101, 0.25);
    border-radius: 5px;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all 0.3s;
    text-decoration: none;
    border: 1px solid transparent;
}

.servicesContent a:hover {
    background: transparent;
    border: 1px solid #03B047;
    transition: all 0.3s;
    color: #fff;
    cursor: pointer;
}

.servicesAccardion {
    display: none;
}

.accordion {
    max-width: 100%;
    margin-top: 30px;
}

.heading {
    background: #FFFFFF;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #EDEDED;
    min-height: 62px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: 'Nekst-Regular', sans-serif;
    font-size: 18px;
    padding-left: 16px;
    padding-right: 50px;
    line-height: 150%;
    text-align: left;
    color: #111B25;
    position: relative;
}

.services {
    width: 100%;
}

.heading:nth-last-child(2) {
    border-bottom: 0;
}

.heading::before {
    content: '';
    background: url(../img/acardionArrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 9px;
    display: flex;
    position: absolute;
    right: 25px;
    top: 25px;
}

.active.heading::before {
    transform: rotate(-180deg);
}

.not-active.heading::before {
    transform: rotate(0deg);
}

.contents {
    display: none;
    padding: 15px;
    font-family: 'Gilroy-Regular';
    font-size: 22px;
    line-height: 160%;
    color: #111B25;
    background: #fff;
    border: 1px solid #EDEDED;
}

.calculator {
    position: relative;
}

.calculatorTel {
    display: none;
    position: fixed;
    right: 16px;
    bottom: 100px;
    z-index: 1000;
}

.calculatorTel a {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(80, 80, 80, 0.25);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculatorTel a img {
    width: 34px;
    height: 34px;
    object-fit: cover;
}

.footerTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0;
    border-bottom: 1px solid #EDEDED;
}

.footerTopContainer {
    display: flex;
    width: 80%;
    justify-content: space-between;
}

.footerTopContainer ul {
    display: flex;
    flex-wrap: wrap;
}

.footer {
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(80, 80, 80, 0.25);
    border-radius: 20px 20px 0px 0px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
}

.footerTopContainer ul li {
    margin: 12px 20px 12px 20px;
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 16px;
    line-height: 19px;
    color: #111B25;
}

.footerTopContainer ul:nth-of-type(1) {
}

.footerTopContainer ul li a {
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 16px;
    line-height: 19px;
    color: #111B25;
}

.footerTopContainer ul:nth-of-type(2) li:nth-of-type(1) {
    width: 30%;
}

.footerTopContainer ul:nth-of-type(2) li:nth-of-type(3) {
    width: 30%;
}

.footerCenter {
    display: flex;
    align-items: flex-start;
    padding: 40px 0;
    justify-content: space-between;
    border-bottom: 1px solid #EDEDED;
}

.footerCenterText {
    width: 32%;
}

.footerCenterText p {
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 14px;
    line-height: 140%;
    color: #111B25;
}

.footerCenterText h3 {
    font-family: 'Gilroy-Bold', sans-serif !important;
    font-size: 14px;
    line-height: 140%;
    color: #111B25;
    margin: 4px 0;
}

.footerBottom {
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

.footerBottom a {
    font-family: 'Gilroy-Bold', sans-serif !important;
    font-size: 14px;
    line-height: 140%;
    color: #111B25;
}

.calcFlex {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.redText {
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    color: #FF0000 !important;
}

/* Policy ------------------------------- */
main .wrapper {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
}

main {
    padding-top: 50px;
    position: relative;
}

.policyNavigation a {
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 160%;
    color: #999999;
}

.policyNavigationLink {
    color: #03B047 !important;
}

main .calculatorTel {
    bottom: 35px !important;
}

main h1 {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 40px;
    line-height: 140%;
    color: #111B25;
    margin: 40px 0;
}

main h2 {
    font-family: 'Gilroy-SemiBold', sans-serif !important;
    font-size: 18px;
    line-height: 160%;
    color: #292929;
    margin-bottom: 10px;
    margin-top: 30px;
}

.policyContent p {
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 160%;
    color: #292929;
    margin-bottom: 10px;
}

.policyContent ul li {
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 160%;
    color: #292929;
}

.policyContent ul {
    list-style: disc;
    margin: 10px 0 10px 20px;
}

.navNumber {
    list-style: decimal !important;
}

/* Questions ------------------------------- */
.questionsPage {
    display: flex;
    align-items: flex-start;
}
.questionsPage .questionsPageRight {
    margin-top: 135px;
}
.questionsPageLeft {
    margin-right: 30px;
}

.questionsPageRight {
    background: #FFFFFF;
    box-shadow: 4px 7px 20px rgba(80, 80, 80, 0.25);
    border-radius: 20px;
}

.questionsMain, .ConditionsMain, .mainPadding{
    padding-bottom: 80px;
}

.questionsMain .policyNavigation {
    max-width: 1290px;
    margin: 0 auto 40px auto;
}

.questionsMain .policyNavigation a {
    color: #FFFFFF;
    opacity: 0.5;
}

.questionsMain .policyNavigation .policyNavigationLink {
    color: #FFFFFF !important;
    opacity: 1;
}

.questionsPageLeft h2 {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 46px;
    line-height: 55px;
    color: #111B25;
    margin-bottom: 40px;
}

.questionsPageLeft>p {
    font-family: 'Nekst-Regular', sans-serif;
    font-size: 18px;
    line-height: 150%;
    color: #111B25;
    margin-bottom: 20px;
}

/* Blog ------------------------------- */
.blogPage {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: transparent !important;
    padding: 0 !important;
}

.blogLeft h2 {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 46px;
    line-height: 55px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.blogLeftContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blogPageContainers {
    display: flex;
    align-items: flex-start;
}

.blogLeftContent {
    margin-right: 30px;
}

.blogLeftContentSection {
    width: 48%;
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 30px;
    height: 550px;
    box-sizing: border-box;
}

.blogLeftContentSection img {
    height: 240px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.blogTextContainer {
    padding: 24px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blogTextContainer h3 {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 20px;
    line-height: 140%;
    color: #111B25;
    height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
}

.blogTextContainer p {
    font-family: 'Nekst-Regular', sans-serif;
    font-size: 16px;
    line-height: 140%;
    color: #111B25;
    height: 85px;
    overflow: hidden;
    margin-bottom: 40px;
}

.blogTextContainer a {
    padding: 15px;
    border: 1px solid #03B047;
    border-radius: 30px;
    box-sizing: border-box;
    font-family: 'Gilroy-SemiBold', sans-serif !important;
    font-size: 18px;
    line-height: 22px;
    color: #03B047;
    height: 52px;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
}

.blogTextContainer a:hover {
    transition: all 0.3s;
    background: #03B047;
    color: #fff;
}

.pagination ul {
    display: flex;
    align-items: center;
}

.pagination ul li {
    padding: 15px 24px;
    background: transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gilroy-SemiBold', sans-serif !important;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-left: 5px;
    transition: all 0.3s;
    cursor: pointer;
}

.pagination {
    display: flex;
    width: 100%;
    justify-content: center;
}

.pagination ul li:hover {
    background: #fff;
    color: #03B047;
    transition: all 0.3s;
}

.pagination ul li:nth-of-type(1):hover {
    color: #FFFFFF;
    background: transparent;
}

.pagination ul li:nth-last-of-type(1) {
    transform: rotate(180deg);
}

.pagination ul li:nth-last-of-type(1):hover {
    color: #FFFFFF;
    background: transparent;
}

.articleSliderArrow {
    background: #FFFFFF;
    border-radius: 20px;
    margin-right: 30px;

}

.articleSlider {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
    max-width: 850px;
    overflow: hidden;
}

.articlePageItem {
    width: 810px !important;
}

.articleSlider .slick-list {
    overflow: hidden;
}

.articleSlider .slick-list {
    margin: 0 -24px;
}

.articleSlider .slick-list .slick-track {
    display: flex;
    margin: 0 15px;
    overflow: hidden;
}

.articlePageItemSection h2 {
    font-family: 'Nekst-SemiBold', sans-serif;
    font-size: 46px;
    line-height: 55px;
    color: #111B25;
    margin-bottom: 24px;
}

.articlePageItemSection img {
    margin-bottom: 20px;
    max-width: 100%;
}

.articlePageItemSection p {
    font-family: 'Nekst-Regular', sans-serif;
    font-size: 18px;
    line-height: 160%;
    color: #111B25;
    margin-bottom: 20px;
}

.articleSliderArrowContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 30px;
    max-width: 850px;
    overflow: hidden;
}

.articleSliderNext,
.articleSliderPrev {
    display: flex;
    align-items: center;
    font-family: 'Nekst-Regular', sans-serif;
    font-size: 18px;
    line-height: 160%;
    color: #03B047;
    cursor: pointer;
}

.articleSliderPrev img {
    margin-right: 8px;
}

.articleSliderNext img {
    transform: rotate(180deg);
    margin-left: 8px;
}

.articleSliderArrowContainer a {
    width: 248px;
    height: 52px;
    border: 1px solid #03B047;
    border-radius: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gilroy-SemiBold', sans-serif !important;
    font-size: 18px;
    line-height: 22px;
    color: #03B047;
}

/* Suggestions ------------------------------- */
.suggestionsPage {
    background: transparent !important;
    padding: 0 !important;
}

.suggestionsPage h2 {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 46px;
    line-height: 55px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.suggestionsPageContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.suggestionsPageSection {
    width: 22%;
    padding: 18px 0px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 30px;
}

.suggestionsPage h2 {
    margin-top: 0;
}

.suggestionsPageSection img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 8px;
}

.greenText {
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #03B047;
    margin-bottom: 20px;
    width: 90%;
}

.suggestionsFlex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.suggestionsFlex p {
    font-family: 'Nekst-Regular', sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #111B25;
}

.suggestionsFlexBold {
    font-family: 'Nekst-Bold', sans-serif !important;
}

.suggestionsPageSection a {
    margin-top: 14px;
    width: 100%;
    background: #03B047;
    border-radius: 30px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gilroy-SemiBold', sans-serif !important;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.suggestionsPageSection a:hover {
    transition: all 0.3s;
    border: 2px solid #03B047;
    color: #03B047;
    background: transparent;
}

/* Мікрозайм ------------------------------- */
.micro {
    background: linear-gradient(250.6deg, rgba(3, 176, 71, 0) -49.48%, #03B047 100%);
    height: 100% !important;
}

.microBanner {
    background: transparent !important;
}

.microMain {
    background: transparent;
    padding: 0 !important;
}

.microMain .wrapper {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 40px;
}

.microMainContent h2 {
    font-family: 'Nekst-SemiBold', sans-serif !important;
    font-size: 40px;
    line-height: 140%;
    color: #111B25;
    width: 60%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.microMainContent p {
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 160%;
    color: #292929;
    margin-bottom: 10px;
}

.microMainContent h3 {
    font-family: 'Gilroy-SemiBold';
    font-size: 18px;
    line-height: 160%;
    color: #292929;
    margin: 30px 0 10px 0;
}

.microMainContent ul {
    margin-left: 25px;
    list-style: disc;
    margin-bottom: 30px;
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 160%;
    color: #292929;
}

.textDec {
    list-style: decimal !important;
}

.servicesPading {
    padding-bottom: 140px;
    position: relative;
}

.pay {
    display: flex;
    justify-content: center !important;
}

.payMain {
    background: linear-gradient(250.6deg, rgba(3, 176, 71, 0) -49.48%, #03B047 100%);
    padding: 70px 0 110px 0;
}

.payMain .wrapper {
    background: transparent !important;
    max-width: 630px;
}

.payMainContent {
    background: #FFFFFF;
    box-shadow: 4px 7px 20px rgba(80, 80, 80, 0.25);
    border-radius: 20px;
    padding: 30px;
}

.payMainContentTop {
    border: 1px solid #111B25;
    border-radius: 20px;
    text-align: center;
    display: flex;
    width: 100%;
}

.payFormWrapper form {
    display: flex;
    flex-direction: column;
}

.payFormWrapper {
    margin-top: 40px;
}

.payMainContent>p {
    font-family: 'Nekst-Bold', sans-serif !important;
    font-size: 24px;
    line-height: 29px;
    color: #111B25;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.payMainContent>p span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #111B25;
    margin-right: 20px;
}

.payFormWrapper>p {
    font-family: 'Nekst-Bold', sans-serif !important;
    font-size: 24px;
    line-height: 29px;
    color: #111B25;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.stepForm {
    font-family: 'Nekst-Bold', sans-serif !important;
    font-size: 24px;
    line-height: 29px;
    color: #111B25;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}





.stepForm span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #111B25;
    margin-right: 20px;
}

.payMainContent form input, select {
    padding: 12px 0px 12px 20px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 16px;
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.32);
    width: 100%;
}

.payMainContent form input::placeholder {
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.32);
}

.payLabel {
    display: flex;
    margin-bottom: 16px;
}

.payLabel>input {
    box-sizing: border-box;
    min-width: 20px;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #111B25;
    border-radius: 3px;
}

.payLabel label {
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 120%;
    color: #797979;
    margin-left: 10px;
}

.phoneFlag {
    position: relative;
}

.phoneFlag::after {
    content: "";
    background: url(../img/ukraine.png);
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    left: 20px;
    top: 14px;
}

.phoneFlag input {
    padding-left: 60px !important;
}

.phoneFlag-kz {
    position: relative;
}

.phoneFlag-kz::after {
    content: "";
    background: url(../img/kz.png);
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    left: 20px;
    top: 14px;
}

.phoneFlag-kz input {
    padding-left: 60px !important;
}

.phoneFlag-pl {
    position: relative;
}

.phoneFlag-pl::after {
    content: "";
    background: url(../img/pl.png);
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    left: 20px;
    top: 14px;
}

.phoneFlag-pl input {
    padding-left: 60px !important;
}

.phoneFlag-ph {
    position: relative;
}

.phoneFlag-ph::after {
    content: "";
    background: url(../img/ph.png);
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    left: 20px;
    top: 14px;
}

.phoneFlag-ph input {
    padding-left: 60px !important;
}

.phoneFlag-vn {
    position: relative;
}

.phoneFlag-vn::after {
    content: "";
    background: url(../img/vn.png);
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    left: 20px;
    top: 14px;
}

.phoneFlag-vn >.phone_prefix {
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    left: 60px;
    top: 16px;
    color: rgba(0, 0, 0, 0.32);
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 120%;
}

.phoneFlag-vn input {
    padding-left: 90px !important;
}

.phoneFlag-ro {
    position: relative;
}

.phoneFlag-ro::after {
    content: "";
    background: url(../img/ro.png);
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    left: 20px;
    top: 14px;
}

.phoneFlag-ro input {
    padding-left: 60px !important;
}

.phoneFlag-lk {
    position: relative;
}

.phoneFlag-lk::after {
    content: "";
    background: url(../img/lk.png);
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    left: 20px;
    top: 14px;
}

.phoneFlag-lk >.phone_prefix {
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    left: 60px;
    top: 16px;
    color: rgba(0, 0, 0, 0.32);
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 120%;
}

.phoneFlag-lk input {
    padding-left: 90px !important;
}

.phoneFlag-cz {
    position: relative;
}

.phoneFlag-cz::after {
    content: "";
    background: url(../img/cz.png);
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    left: 20px;
    top: 14px;
}

.phoneFlag-cz input {
    padding-left: 60px !important;
}


.phoneFlag-co {
    position: relative;
}

.phoneFlag-co::after {
    content: "";
    background: url(../img/co.jpg);
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    left: 20px;
    top: 14px;
}

.phoneFlag-co input {
    padding-left: 60px !important;
}

.phoneFlag-mx {
    position: relative;
}

.phoneFlag-mx::after {
    content: "";
    background: url(../img/mx.jpg);
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    left: 20px;
    top: 14px;
}

.phoneFlag-mx input {
    padding-left: 60px !important;
}

.phoneFlag-es {
    position: relative;
}

.phoneFlag-es::after {
    content: "";
    background: url(../img/es.jpg);
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    left: 20px;
    top: 14px;
}

.phoneFlag-es input {
    padding-left: 60px !important;
}

.payMainContent form input.paySubmit {
    background: #03B047;
    border-radius: 30px;
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    border: none;
    margin-bottom: 30px;
}

.payFormWrapper form {
    max-height: 500px;
    transition: max-height 1s;
}

.hidden {
    display: none;
}

.payForm.hidden {
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    overflow: hidden;
    max-height: 0;
}

.likeAdd {
    font-size: 0 !important;
    background: url(../img/like.png);
    border: none !important;
}

input:required:valid {
    border: 2px solid #444BD3 !important;
    background: transparent !important;
}

.invalid {
    border: 2px solid red !important;
    background-color: pink;
}

.textAfter select {
    padding: 12px 0px 12px 20px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 16px;
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.32);
    width: 100%;
    padding-left: 50px !important;
    padding-right: 50px !important;
    background: url(../img/Vector.svg) no-repeat 97%;
    -webkit-appearance: none;
}

.textAfter {
    position: relative;
}

.textAfter input {
    padding-left: 50px !important;
}

.textAfter:after {
    content: "";
    background: url(../img/IconBASE.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    left: 20px;
    top: 14px;
}



textarea::placeholder {
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.32);
}

.checboxContainer {
    display: flex;
    width: 400px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.checboxSection {
    width: 142px;
}

.checboxSection {
    display: flex;
    align-items: center;
}

.checboxSection label {
    display: flex;
    align-items: center;
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.32);
    margin-bottom: 16px;
}

.checboxSection label input {
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 0;
}

.inputFile {
    position: relative;
    padding: 12px 0px 12px 20px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    box-sizing: border-box;
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.32);
    margin-bottom: 20px;
}

.inputFile::after {
    content: "";
    background: url(../img/file.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 13.5px;
    top: 14.5px;
}

.inputFile input {
    opacity: 0.0;
    filter: alpha(opacity=0);
}

.recaptcha {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    margin-bottom: 30px;
}

.btnSubmit {
    height: 52px;
    background: #03B047;
    border-radius: 30px;
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    width: 100%;
    border: none;
    margin-bottom: 20px;
}
.btnSubmit:disabled {background: #ababab;}

.closePopapForm {
    height: 100px;
}

.closePopapForm .popupContainer {
    height: 100%;
}

.closePopapForm .popupContainer>.close-popup {
    position: static;
    height: 52px;
    width: 100%;
    padding: 15px 0;
    background: #03B047;
    border-radius: 30px;
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    border: none;
    display: block;
    box-sizing: border-box;
    text-align: center;
}
/* CSS */
.date-picker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  * {
    outline: none;
  }
  .date-picker select {
    padding: 12px 0px 12px 20px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 16px;
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.32);
    width: 32%;
  }

  .date-picker select:last-child {
    margin-right: 0;
 }
#day-select,
#month-select,
#year-select {
    display: none;
}

@media(max-width:576px) {
    .date-picker {
        flex-direction: column;
        width: 100%;
    }
    .date-picker select  {
        width: 100%;
    }
}
input[type="checkbox"] {
    visibility: hidden;
    width: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    position: absolute;
}

input[type=checkbox]:checked+label:before {
    content: "";
    background: url(../img/Vectos.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 28px;
    height: 28px;
    line-height: 15px;
}

input.novalid + label::before {
	border: 1px solid red;
}

#invalid {
    display: none;
    color: red
}

.checboxSection {
    padding-left: 40px;
    position: relative;
}

.checboxSection label:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid rgba(18, 17, 39, 0.56);
    border-radius: 4px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: -5px;
    bottom: 1px;
}

.payForm .checboxSection {
    width: 100%;
    margin-top: 20px;
}

.payForm .checboxSection label {
    padding-right: 30px;
}

.payForm .checboxSection label .privacy_link{
    display: contents;
}
.payForm .checboxSection label .user_agreement_link{
    display: contents;
}

.novalid {
    border-color: red !important;
}
.mainPadding {
    padding-top: 130px !important;
}
.conditionsWidth .conditionsContent {
    width: 100% !important;
}

.greenText {
    background:#fce047;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
.suggestionsPageSectionText {
    padding: 20px;
}
.suggestionsPageSection a {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
}
.conditionsWidth .conditionsContent {
    width: 78.8% !important;
}
.ConditionsMain .wrapper .conditions.conditionsWidth h2 {
    text-align: center !important;
}
.services {
    padding-top: 0 !important;
}
.calculator .wrapper:nth-of-type(2) {
    padding-top: 100px;
}

.contacts_container{
    display: flex;
    flex-direction: column;
}
.contacts_container li a{
    display: flex;
    flex-direction: row;
}
.contacts_container li a img{
    display: flex;
    flex-direction: row;
    margin-right: 5px;
}


/* partner page */
.finaguru-ref-hero {
    padding-top: 47px;
    padding-bottom: 80px;
    padding-right: 16px;
}

.finaguru-ref-hero .wrapper_partner{
   max-width: 1247px;
   width: 100%;
   margin: 0 auto;
   display: flex;
   gap: 38px;
}

.finaguru-ref-hero-right h1{
    margin: auto;
}

.finaguru-ref-hero-right {
    position: relative;
    margin-top: 26px;
}

.finaguru-ref-hero-right::before {
    content: "";
    background: url(../img/hero-icon1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 90.374px;
    height: 93.014px;
    position: absolute;
    top: -65px;
    right: 182px;
}

.finaguru-ref-hero-right::after {
    content: "";
    background: url(../img/hero-icon2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 116.137px;
    height: 110.437px;
    position: absolute;
    bottom: -12%;
    right: 31%;
}

.finaguru-ref-hero h1 {
    color: #FFF;
    font-size: 46px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.finaguru-ref-hero p {
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 52px;
}

.finaguru-ref-hero a {
    max-width: 450px;
    width: 100%;
    height: 59px;
    border-radius: 50px;
    background: #FFF;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    transition: all 0.4s;
}

.finaguru-ref-hero a:hover {
    background: #fff;
    border: 2px solid #03B047;
    color: #03B047;
    transition: all 0.4s;
}

.finaguru-ref-advantages {
    padding: 50px 0 80px 0;
    background: #FFF;
}

.finaguru-ref-advantages .wrapper_partner {
    max-width: 1201px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 81px;
}

.finaguru-ref-advantages .wrapper_partner h2 {
    color: #000;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.finaguru-ref-advantages-box {
    display: flex;
    gap: 51px;
}

.finaguru-ref-advantages-card {
    width: calc(33.33% - 33px);
    height: 304px;
    border-radius: 26px;
    background: #FFF;
    box-shadow: 0px 4px 39.1px 0px rgba(0, 0, 0, 0.25);
    padding: 46px 30px 16px 66px;
    box-sizing: border-box;
}

.finaguru-ref-advantages-card img {
    display: block;
    margin-bottom: 21px;
}

.finaguru-ref-advantages-card h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 11px;
}

.finaguru-ref-advantages-card p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.finaguru-ref-country {
    padding: 109px 0 226px 0;
}

.finaguru-ref-country .wrapper_partner {
    max-width: 1201px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.finaguru-ref-country h2 {
    color: #FFF;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 76px;
}

.footer-ref-top li img {
    width: 46.765px;
    height: 30px;
    object-fit: cover;
}

.finaguru-ref-country-box {
    position: relative;
    height: 670px;
}

.finaguru-ref-country-box-left {
    width: 450px;
}

.finaguru-ref-country-box-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.finaguru-ref-country-list {
    padding: 0 0px 0 86px;
    margin: 0 auto 109px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 0;
    box-sizing: border-box;
}

.finaguru-ref-country-list li {
    width: 33.33%;
    display: flex;
    gap: 56px;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.finaguru-ref-country-list li img {
    width: 60px;
    height: 40px;
    object-fit: cover;
}

.finaguru-ref-country-box {
    border-radius: 39px;
    background: #FFF;
    width: 100%;
    display: flex;
    padding-left: 100px;
    box-sizing: border-box;
    align-items: center;
}

.finaguru-ref-country-box h2 {
    color: #000;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin-bottom: 16px;
}

.finaguru-ref-country-box p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-bottom: 49px;
}

.finaguru-ref-country-box a {
    max-width: 450px;
    width: 100%;
    height: 59px;
    border-radius: 50px;
    background: #00BB5E;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 2px solid transparent;
}
.finaguru-ref-country-box a:hover {
    background: transparent;
    border: 2px solid #03B047;
    color: #03B047;
    transition: all 0.4s;
}
.footer-ref-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    margin-left: auto;
    padding-right: 39px;
    padding-top: 80px;
}

.footer-ref {
    padding-top: 50px;
}

.footerTopContainer2 li {
    white-space: normal !important;
    padding-right: 10px;
    box-sizing: border-box;
}

.error{
    color: red;
}
/* partner page */



















@media (max-width: 1450px) {
    .articleSliderArrowContainer a {
        width: 100px;
    }

    .articlePage .blogLeft {
        width: 100%;
    }

    .articlePageContainer {
        width: 100%;
        justify-content: space-between;
    }

    .microMain {
        padding: 0 64px !important;
    }

    .articleSlider {
        width: 100% !important;
    }

    .articlePageItem {
        width: 100% !important;
    }

    .articlePageItemSection {
        width: 96% !important;
    }

    .articleSliderArrow {
        max-width: 50%;
    }
}




@media (max-width: 1300px) {
    .wrapper {
        max-width: 100%;
        padding: 0 32px;
        box-sizing: border-box;
    }
    .conditionsPosition {
        display: none;
    }
    .conditionsContent {
        width: 100%;
    }
    .footerTopContainer {
        flex-direction: column;
    }

    .footerTopContainer ul {
        width: 100% !important;
    }

    .headerNavigation li a {
        font-size: 16px;
    }

    .questionsMain .policyNavigation {
        max-width: 100%;
        padding: 0 64px;
    }

    .blogPage {
        max-width: 100%;
        padding: 0 64px !important;
        box-sizing: border-box;
    }

    .registrationBtn {
        padding: 12px 50px;

    }

    .bannerLeft {
        position: relative;
        z-index: 2;
    }

    .reviewsItem {
        width: 330px !important;
        min-height: 297px;
    }

    .reviewsSlider {
        width: 1100px;
    }

    .footerTopContainer ul {
        flex-wrap: nowrap;
        justify-content: space-around;
    }

    .footerTopContainer ul li {
        width: auto;
    }

    .footerTopContainer ul:nth-of-type(2) li:nth-of-type(3) {
        width: auto;
    }

    .footerTopContainer ul:nth-of-type(2) li:nth-of-type(1) {
        width: auto;
    }

    .footerTopContainer ul:nth-of-type(2) {
        margin-top: 30px;
    }

    .suggestionsPage {
        max-width: 100% !important;
        padding: 0 64px !important;
    }
    .mainPadding .wrapper {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 1200px) {
    .workTopSection {
        min-height: 281px;
    }

    .articlePageContainer {
        flex-direction: column;
        align-items: center;
    }

    .articleSliderArrow {
        max-width: 100%;
    }

    .articlePageItemSection img {
        width: 100%;
    }

    .articleSliderArrow {
        width: 100%;
        margin-right: 0;
    }

    .articleSliderArrowContainer {
        max-width: 100%;
    }

    .articleSlider {
        max-width: 100%;
    }

    .articleSliderArrow {
        margin-bottom: 50px;
    }

    .reviewsSlider {
        width: 850px !important;
    }

    .reviewsItem {
        width: 100% !important;
    }

    .blogLeftContent {
        flex-direction: column;
    }

    .blogLeftContentSection {
        width: 100%;
    }

    .blogLeftContentSection {
        display: flex;
    }

    .reviewsSlider .slick-list .slick-track {
        margin: 0;
    }

    .blogLeftContentSection {
        height: 100%;
    }

    .blogLeftContentSection img {
        width: 200px;
        height: 350px;
        border-radius: 20px 0 0 20px;
    }

    .blogTextContainer {
        padding: 24px 10px;
    }

    .blogTextContainer p {
        margin-bottom: 15px;
    }

    .partnersSlider {
        justify-content: space-between;
    }

    .partnersSliderItem {
        width: 48%;
        margin-right: 0;
    }

    .conditionsContentSection p:nth-of-type(2),
    .conditionsContentSectionTittle p:nth-of-type(2) {
        margin-right: 10px;
    }

    .conditionsContentSection p {
        font-size: 14px;
    }

    .footerTop {
        flex-direction: column;
    }

    .footerTopContainer {
        width: 100%;
        flex-direction: column;
    }

    .footerTop .logotype {
        margin-bottom: 30px;
    }
    .suggestionsPageSection {
        width: 30%;
    }
    .conditionsWidth .conditionsContent {
        width: 100% !important;
    }


    /* partner page */
    main h1{
        margin: 0px;
    }

    .finaguru-ref-hero {
        padding-top: 20px;
        padding-bottom: 146px;
        position: relative;
    }

    .finaguru-ref-hero .wrapper_partner {
        gap: 13px;
    }

    .finaguru-ref-country h2 {
        font-size: 30px;
        margin-bottom: 49px;
    }

    .finaguru-ref-country-box-left h2 {
        margin-bottom: 17px;
    }

    .finaguru-ref-country {
        padding-left: 40px;
        padding-right: 40px;
    }

    .finaguru-ref-country-list {
        max-width: 627px;
        width: 100%;
        margin: 0 auto 76px auto;
    }


    .finaguru-ref-country-list li {
        gap: 16px;
    }

    .finaguru-ref-country-box p {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .finaguru-ref-country-box {
        height: 408px;
        padding-left: 47px;
    }

    .finaguru-ref-country-box-right {
        width: 346px;
        height: 408px;
    }

    .finaguru-ref-country-box-left {
        width: 310px;
    }

    .finaguru-ref-hero-right a {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .ref-prog {
        background: linear-gradient(273deg, #84D8A6 -6.34%, #15B553 88.05%);
    }

    .finaguru-header .registrationBtn {
        padding: 12px 45px;
    }
    .finaguru-ref-country-box-right img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        content: url(../img/fin-img1.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .footer-ref-top {
        display: none;
    }

    .finaguru-ref-country-list {
        margin: 0 auto 80px auto;
        padding-left: 0;
    }

    .finaguru-ref-country {
        padding-top: 79px;
        padding-bottom: 114px;
    }

    .finaguru-ref-advantages .wrapper_partner {
        gap: 45px;
    }

    .finaguru-ref-advantages-box {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .finaguru-ref-advantages-card {
        width: 437px;
        height: 288px;
        padding: 46px 73px 16px 127px;
    }

    .finaguru-ref-advantages-card h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .finaguru-ref-advantages-card img {
        margin-bottom: 15px;
    }

    .finaguru-ref-advantages-card p {
        font-size: 16px;
    }

    .finaguru-ref-advantages {
        padding: 79px 0 88px 0;
    }

    .finaguru-ref-advantages .wrapper_partner h2 {
        font-size: 30px;
    }

    .finaguru-ref-hero-left {
        margin-left: 68px;
        width: 273px;
        min-width: 273px;
        height: 221.731px;
    }

    .finaguru-ref-hero p {
        font-size: 18px;
    }

    .finaguru-ref-hero h1 {
        font-size: 36px;
    }

    .finaguru-ref-hero-right::before {
        content: none;
    }

    .finaguru-ref-hero-right::after {
        content: none;
    }

    .finaguru-ref-hero-right {
        margin-right: 45px;
        position: static;
    }

    .finaguru-ref-hero-left img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .registrationBtn {
        display: flex;
        justify-content: center;
        margin: 0 45px;
    }

    .footerTop {
        flex-direction: column;
    }

    .footerTopContainer {
        width: 100%;
        flex-direction: column;
    }

    .footerTop .logotype {
        margin-bottom: 30px;
    }

    .footerTopContainer {
        flex-direction: column;
    }

    .footerTopContainer ul {
        width: 100% !important;
    }

    .footerTopContainer ul:nth-of-type(2) {
        margin-top: 0;
    }

    .footerTopContainer ul {
        justify-content: center;
        gap: 16px;
    }

    .footerfina .footerTopContainer ul li {
        width: auto !important;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .footerfina {
        padding-top: 17px;
    }

    .footerfina .wrapper_partner {
        padding-top: 0;
    }

    .footerfina .footerTop {
        padding-top: 0;
    }

    .footerfina .footerTopContainer ul li a {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .footerfina .footerTopContainer ul li a img {
        min-width: 20px;
    }

    .footerfina .footerTopContainer ul li img {
        min-width: 20px;
    }

    .footerTopContainer ul li {
        margin-bottom: 20px;
    }

    .footerCenter {
        flex-direction: column;
    }

    .footerCenterText {
        width: 100%;
    }

    header {
        padding-left: 70px;
        box-sizing: border-box;
    }

    footer {
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
    }

    .footer-top-left {
        max-width: 211px;
    }

    .footer-top-right {
        flex-wrap: wrap;
    }

    .finaguru-header {
        padding: 16px;
    }

    header {
        height: 70px;
    }
    /* partner page */
}

@media (max-width: 992px) {
    .navigationFlex {
        flex-direction: column;
        width: 65%;
    }
    .mainPadding {
        padding-top: 200px  !important;
    }
    .bannerRight {
        width: 60% !important;
    }
    .questionsPageLeft {
        margin-right: 0;
    }
    .questionsPageRight {
        width: 100%;
    }
    .wrapper {
        padding: 0 32px !important;
    }

    .payMain {
        padding-top: 150px;
    }

    header {
        height: 130px;
    }
    .suggestionsPageSection {
        width: 32%;
    }
    .conditionsPosition {
        display: none;
    }

    .articlePageContainer {
        flex-direction: column !important;
    }

    .conditions {
        width: 100%;
    }

    .headerNavigation {
        margin-bottom: 16px;
    }

    .blogLeftContent {
        flex-direction: row;
        margin-top: 50px;
        margin-right: 0;
    }

    .blogPage {
        padding: 0 !important;
    }

    .blogLeftContentSection {
        width: 48%;
    }

    .blogLeftContentSection img {
        width: 150px;
    }

    .blogLeft h2 {
        width: 100%;
        text-align: center;
    }

    .blogPageContainers {
        flex-direction: column-reverse;
        align-items: center;
    }

    .banner .wrapper {
        flex-direction: column;
    }

    .bannerLeft {
        width: 100%;
        text-align: center;
        margin-bottom: 24px;
    }

    .bannerRight {
        margin-left: auto;
    }

    .rangeSliderRightContainer {
        width: 350px;
    }

    .workBottomSection {
        flex-direction: column;
    }

    .workBottomSection img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .workTopSection {
        min-height: 306px;
    }

    .reviews {
        overflow: hidden;
    }

    .reviewsSlider {
        width: 650px !important;
    }

    .reviewsItem {
        min-height: 320px;
    }

    .calculator .wrapper {
        flex-direction: column-reverse;
    }

    .calculatorContainer {
        margin: 0 auto;
        width: 500px;
    }

    .calculatorRight {
        margin-bottom: 270px;
    }

    .calculatorRight:after {
        left: 50%;
        right: 50%;
        transform: translateX(-50%) rotate(-90deg);
        top: 60%;
        width: 512px;
        height: 485px;
    }

    .calculator {
        padding-top: 30px;
    }

    .questionsPage {
        flex-direction: column-reverse;
    }

    .questionsMain .wrapper {
        max-width: 90%;
    }

    .questionsMain .policyNavigation {
        max-width: 90%;
    }

    .questionsMain .wrapper .questionsPageLeft {
        width: 100%;
        text-align: center;
    }
    .suggestionsPageBest {
        padding: 0 32px !important;
    }
    .questionsPage .questionsPageRight {
        margin-top: 0;
        width: 100%;
    }
    .rangeSliderRightContainer {
        width: 100%;
        box-sizing: border-box;
    }
    .banner {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    /* partner page */
    .finaguru-ref-country-box a {
        margin: 0 auto;
    }

    .openBurger {
        display: block;
    }

    .finaguru-header .navigationFlex {
        display: none;
    }

    .footer-top {
        flex-wrap: wrap;
    }

    footer {
        padding-left: 23px;
        padding-right: 23px;
    }

    .footer-top {
        gap: 15px;
    }

    .logo {
        width: 100%;
    }

    header {
        overflow: hidden;
    }

    .footer-content {
        display: inline-block;
    }

    .footer-content button {
        display: inline-block;
    }

    header {
        padding-left: 37px;
    }

    footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer-top {
        padding-bottom: 24px !important;
    }

    .footer-top {
        gap: 11px;
    }

    .footer-top-left {
        max-width: 200px;
        padding-left: 9px;
        box-sizing: border-box;
    }

    .footer-top-right {
        width: 42%;
    }

    .footer-top {
        padding: 0;
    }
    /* partner page */

    .navigationFlex {
        display: none;
    }
    .questionsPage .questionsPageRight {
        margin-top: 0 !important;
    }
    .openBurger {
        display: block;
    }
    .mainPadding {
        padding-top: 170px !important;
    }
    .calculator .wrapper:nth-of-type(2) {
        padding-top: 50px;
    }
    .heading {
        font-size: 18px;
    }
    .bannerRight {
        width: 100% !important;
    }

    .contents p {
        font-size: 18px;
    }

    .contents {
        font-size: 18px !important;
    }

    .payMain .wrapper {
        max-width: 100%;
        padding: 0 32px !important;
    }

    .payFormWrapper form {
        max-height: 600px;
    }

    .parallax {
        display: none;
    }

    .microMain {
        padding: 0 32px !important;
    }

    .suggestionsPage {
        padding: 0 32px !important;
    }

    .suggestionsPageSection {
        width: 45%;
    }

    .questionsMain .policyNavigation {
        padding: 0 32px;
    }

    .blogLeftContent {
        flex-direction: column;
    }

    .rangeSliderRightContainer {
        width: 410px;
    }

    .blogLeftContentSection {
        width: 100%;
    }

    .blogLeftContentSection img {
        width: 300px;
    }

    .calculatorTel {
        bottom: 35px;
    }

    .bannerRight {
        margin: 0 auto;
    }

    .bannerMobileImg {
        display: block;
        position: absolute;
        top: -195px;
        right: 0;
    }

    .bannerLeft {
        margin-bottom: 64px;
        text-align: left;
    }

    .workTopSection h3 {
        font-size: 18px;
    }

    .workTopSection p {
        font-size: 16px;
    }

    .workBottomSectionRight h3 {
        font-size: 16px;
    }

    .workBottomSection p {
        font-size: 16px;
    }

    .workTop {
        flex-direction: column;
    }

    .workBottom {
        width: 70%;
        margin: -18px auto 0 auto;
    }

    .workTopSection {
        width: 70%;
        margin-bottom: 20px;
    }

    .workTopSection:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .workTopSection {
        min-height: 250px;
    }

    .workBottomContainer {
        flex-direction: column;
        width: 100%;
    }

    .workBottomSection {
        width: 100%;
    }

    .workBottomSection {
        flex-direction: row;
        margin-bottom: 30px;
    }

    .workBottomSection:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .workBottomSection img {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .reviewsSlider {
        width: 500px !important;
    }

    .partnersSlider .slick-list .slick-track {
        display: flex;
    }

    .footerTopContainer {
        flex-direction: row;
    }

    .footerTopContainer ul {
        flex-direction: column;
    }

    .footerTopContainer ul:nth-of-type(2) {
        margin-top: 0;
    }

    .footerTopContainer ul li {
        margin-bottom: 20px;
    }

    .footerCenter {
        flex-direction: column;
    }

    .footerCenterText {
        width: 100%;
    }
    .rangeSliderRightContainer {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .questionsPageLeft h2 {
        margin-bottom: 20px !important;
    }
    .ConditionsMain .wrapper .conditions.conditionsWidth h2 {
        margin-bottom: 20px !important;
    }
    .banner {
        padding-top: 60px;
    }

    /* partner page */
    .finaguru-ref-hero .wrapper_partner {
        flex-direction: column;
    }
    .finaguru-ref-hero-right {
        margin-right: 0;
        text-align: center;
    }
    .finaguru-ref-hero-right a {
        position: static;
        transform: none;
        margin: 0 auto;
    }

    .finaguru-ref-hero {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ref-prog .finaguru-header{
        margin-bottom: 0;
    }

    .finaguru-ref-hero-left {
        margin: auto;
    }

    .finaguru-ref-hero-right {
        margin-top: 0;
    }

    .finaguru-ref-hero p {
        margin-bottom: 42px;
    }

    .finaguru-ref-hero a {
        max-width: 310px;
    }

    .finaguru-ref-hero {
        padding-bottom: 81px;
    }

    .finaguru-ref-advantages {
        padding: 62px 16px 91px 16px;
    }

    .finaguru-ref-advantages .wrapper_partner h2 {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .finaguru-ref-advantages .wrapper_partner {
        gap: 27px;
    }

    .finaguru-ref-advantages-card {
        max-width: 309px;
        width: 100%;
        padding: 44px 50px 50px 50px;
    }

    .finaguru-ref-country h2 {
        margin-bottom: 29px;
    }

    .finaguru-ref-country {
        padding-left: 29px;
        padding-right: 16px;
    }

    .finaguru-ref-country-list li {
        width: calc(50% - 8px);
    }

    .finaguru-ref-country-list {
        gap: 50px 16px;
    }

    .finaguru-ref-country-list {
        margin: 0 auto 98px auto;
    }

    .finaguru-ref-country-box-right {
        position: static;
    }

    .finaguru-ref-country-box {
        height: auto;
        flex-direction: column;
        padding: 75px 0 0 0;
        gap: 30px;
    }

    .finaguru-ref-country-box-left {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
    }

    .finaguru-ref-country h2 {
        text-align: center;
    }

    .finaguru-ref-country-box p {
        text-align: center;
    }

    .finaguru-ref-country-box-right {
        width: 358.672px;
        height: 300px;
    }

    .finaguru-ref-country-box-right img {
        content: url(../img/Rectangle54.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .footer-ref-top {
        display: flex;
        flex-wrap: wrap;
        padding: 50px 34px 30px 34px;
        gap: 29px 41px;
    }
    /* partner page */
}

@media (max-width: 576px) {
    .wrapper {
        padding: 0 16px;
    }
    .reviewsTop {
        margin-bottom: 10px;
    }
    .servicesContent {
        text-align: center;
    }
    .partnersSlider {
        justify-content: center !important;
    }
    .reviewsTop h2 {
        text-align: center !important;
        width: 100%;
    }
    .questionsPage {
        padding-top: 375px !important;
    }
    .calcResult {
        border-radius: 20px !important;
    }
    .calcResult {
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 62%, rgba(245, 245, 245, 1) 62%, rgba(245, 245, 245, 1) 100%);
    }
    .policyNavigation a {
        font-size: 14px;
    }
    main .wrapper {
        max-width: 100%;
        padding: 16px;
        box-sizing: border-box;
    }
    main h1 {
        font-weight: 400;
        font-size: 26px;
        line-height: 110%;
    }
    .rangeSliderRightContainer {
        padding: 30px 0 !important;
    }
    .showContent {
        padding-bottom: 100px;
        position: relative;
    }
    .suggestionsPageSection {
        padding-left: 0;
        padding-right: 0;
    }
    .suggestionsPageSection a {
        margin-top: 15px;
    }
    .showContentLeft button {
        position: absolute;
        bottom: 30px;
        max-width: 85%;
    }
    .servicesContent {
        display: flex;
        flex-direction: column;
    }

    .servicesContent a {
        min-height: 62px;
        background: #FFFFFF;
        border-bottom: 1px solid #EDEDED;
        margin-right: 0;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        padding-right: 50px;
        border-radius: 0;
        text-align: left;
    }

    .servicesContent a:before {
        content: "";
        background: url(../img/acardionArrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 14px;
        width: 24px;
        display: flex;
        position: absolute;
        right: 15px;
        top: 35px;
        transform: rotate(-90deg);
    }

    .servicesContent a:hover {
        background: #fff !important;
        border: none;
        border-bottom: 1px solid #EDEDED;
        color: #111B25;
    }

    .workBottom {
        position: relative;
    }

    .displayImg {
        display: none;
    }

    .ConditionsMain .wrapper {
        padding: 0 16px !important;
    }

    .ConditionsMain .wrapper .services {
        padding-top: 0;
    }
    .services {
        padding-top: 50px !important;
    }
    .heading {
        font-size: 14px !important;
    }
    .questionsMain .wrapper {
        max-width: 100%;
        border-radius: 0;
    }
    .questionsPage {
        position: relative;
        padding-top: 200px;
    }
    .questionsPageLeft h2 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .questionsPageLeft p {
        position: absolute;
        top: 90px;
        left: 16px;
    }
    .rangeSliderRightContainer {
        padding: 16px !important;
    }
    .questionsPageLeft h2 {
        margin-bottom: 10px;
    }
    .mobileImg {
        display: block;
    }
    .calculator {
        padding-bottom: 80px !important;
    }
    .workCenter {
        position: absolute;
    }

    .workBottom {
        margin-top: 300px;
    }

    .contents {
        font-size: 14px !important;
    }

    .articleSliderArrowContainer {
        flex-direction: column;
    }

    .footerTopContainer ul li img {
        margin-right: 10px;
        min-width: 18px;
        height: 18px;
        max-width: 18px;
        object-fit: contain;
    }

    .footerTopContainer ul li {
        display: flex;
        align-items: center;
    }

    .articlePageItemSection p {
        font-size: 14px;
    }

    .partnersSlider {
        width: 100%;
        border-radius: 20px;
        min-height: 134px;
    }

    .microMainContent p {
        font-size: 14px;
    }

    .payMainContent {
        padding: 15px;
    }

    .payMain .wrapper {
        padding: 0 16px !important;
    }

    .payLabel label {
        font-size: 14px;
    }

    .payMainContent>p {
        font-size: 18px;
    }

    .closePopapForm .popupContainer>.close-popup {
        font-size: 14px;
        height: 100%;
    }

    .closePopapForm>.close-popup {
        top: 8px;
        right: 8px;
    }

    .payFormWrapper>p {
        font-size: 18px;
    }

    .checboxContainer {
        width: 100%;
    }

    .microMainContent ul li {
        font-size: 14px;
    }

    .microMain {
        padding: 0 16px !important;
    }

    .microMain .wrapper {
        padding: 20px;
    }

    .articleSliderArrowContainer a {
        margin: 20px 0;
    }

    .suggestionsPageSection {
        width: 100%;
    }

    .calculatorRight:after {
        height: 400px;
        width: 400px;
    }

    header {
        height: 70px;
    }

    .pagination ul li {
        padding: 5px;
    }

    .blogLeftContentSection img {
        width: 150px;
    }

    .banner {
        padding: 50px 0 36px 0;
    }

    .reviewsTop button {
        display: none;
    }

    .calculatorRight {
        margin-bottom: 100px;
    }

    .reviewsSlider {
        width: 300px !important;
    }

    .SliderNext {
        top: 40%;
    }

    .SliderPrev {
        top: 40%;
    }

    .reviewsItem {
        width: 300px !important;
    }

    .calculator {
        overflow: hidden;
    }

    .suggestionsPage h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .partners h2,
    .conditions h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .blogLeft h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .services h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .questionsPageLeft h2 {
        font-size: 30px;
        width: 100%;
        line-height: 36px;
    }

    .questionsPageLeft>p {
        font-size: 16px;
    }
    .rangeSliderRightContainer {
        padding-bottom: 50px !important;
    }
    .credit h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .creditContent p {
        font-size: 14px;
    }

    .conditionsContentSectionTittle p {
        font-size: 12px;
    }

    .creditContent h3 {
        font-size: 14px;
    }

    .conditionsContent {
        padding: 10px;
    }

    .showContent {
        flex-direction: column;
    }

    .showContainer {
        height: max-content !important;
        width: max-content;
        z-index: 1001;
        padding: 40px 6px 20px 6px;
    }

    .conditionsContentSection p:nth-of-type(1),
    .conditionsContentSectionTittle p:nth-of-type(1) {
        margin-right: 10px;
    }

    .conditionsContentSection p {
        font-size: 12px;
    }

    .reviewsBtnMobile {
        display: block;
        background: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 100px;
        width: 100%;
        padding: 15px 0;
        font-family: 'Gilroy-Semibold';
        font-size: 18px;
        line-height: 22px;
        margin-top: 30px;
        color: #03B047;
    }

    .reviewsTop h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .microMainContent h2 {
        font-size: 30px;
        line-height: 36px;
        width: 100%;
    }

    .main {
        padding: 50px 0;
    }

    h1 {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        width: 80%;
    }

    .bannerLeft p {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }

    .bannerLeft {
        width: 65%;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .bannerRight {
        width: 100%;
    }

    .rangeSliderRightContainer {
        width: 100%;
        box-sizing: border-box;
        padding: 30px 16px;
    }

    .bannerLeft p {
        width: 65%;
    }

    .headerNavigationBurger li a {
        font-size: 30px;
        line-height: 35px;
    }

    .menu .registrationBtn {
        font-size: 30px;
        line-height: 35px;
    }

    .menu {
        padding: 25px 15px;
    }

    .workTopSection {
        width: 100%;
    }

    .workBottom {
        width: 100%;
        box-sizing: border-box;
    }

    .workCenter img {
        max-width: 100%;
        transform: rotate(10deg) translateX(-60px);
    }

    .workBottom h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .popup {
        width: 80%;
        height: max-content;
        box-sizing: border-box;
    }

    .footerTopContainer ul li {
        font-size: 14px;
        line-height: 16px;
    }

    .footerTopContainer ul li a {
        font-size: 14px;
        line-height: 16px;
    }

    .footerCenterText p {
        font-size: 14px;
        line-height: 16px;
    }

    .footerTop {
        padding: 24px 0;
    }

    .footerCenter {
        padding: 24px 0;
    }

    .partnersSlider {
        width: 100%;
    }

    .partnersSlider .slick-list {
        padding: 0 !important;
        width: 100%;
    }

    .reviewsItemAvatarText {
        flex-direction: column;
        align-items: flex-start;
    }

    .partners {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .partnersSliderItem {
        width: 250px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .partnersSliderItem {
        box-shadow: none;
    }

    .partnersSliderItem img {
        max-width: 85%;
    }

    .questionsMain .wrapper {
        padding: 20px 10px;
    }

    .questionsPageRight {
        width: 100%;
    }

    .partnersSliderDots {
        margin-top: 30px;
        width: 100%;
    }

    .heading {
        text-align: left;
    }

    .contents {
        text-align: left !important;
    }

    .contents p {
        font-size: 14px;
    }

    .contents ul li {
        font-size: 14px;
    }
    .partners {
        padding: 80px 0;
    }
    .conditions {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .credit h2 {
        margin-bottom: 15px;
        text-align: left;
    }
    .mainPadding {
        padding-top: 110px !important;
    }
    .popup__bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        transition: 0.5s all;
        z-index: 100;
    }
}


/* partner page */
@media (max-width: 411px) {

    .finaguru-ref-hero .wrapper_partner {
        gap: 25px;
    }

    .finaguru-ref-advantages {
        padding: 75px 16px 72px 16px;
    }

    .finaguru-ref-advantages-card {
        max-width: 260px;
        padding: 44px 20px 50px 20px;
    }

    .finaguru-ref-country-list li {
        flex-direction: column-reverse;
    }

    .finaguru-ref-country {
        padding-left: 19px;
    }

    .finaguru-ref-country-list {
        margin: 0 auto 75px auto;
    }

    .finaguru-ref-country-box {
        padding: 53px 0 0 0;
    }

    .finaguru-ref-country-box-left h2 {
        margin-bottom: 15px !important;
    }

    .finaguru-ref-country-box p {
        margin-bottom: 27px;
    }

    .footer-ref-top {
        padding: 32px 0 20px 0;
        gap: 28px 33px;
    }

    .finaguru-ref-country-box-right {
        width: 100%;
        height: auto;
    }
    /* partner page */
}


@media (max-width: 375px) {
    .calcResultBtn {
        width: max-content;
        margin: 16px auto;
        display: block;
    }
    .calcResult {
        padding: 16px;
    }
    .questionsPage {
        padding-top: 420px !important;
    }
    .blogLeftContentSection {
        flex-direction: column;
    }
    .promo {
        margin-top: 50px;
    }
    .headerNavigationBurger li a {
        font-size: 20px;
        line-height: 25px;
    }

    .blogLeftContentSection img {
        width: 100%;
        height: 200px;
        border-radius: 20px 20px 0 0;
    }

    .reviewsSlider {
        width: 250px !important;
    }
    .calcResult {
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 62%, rgba(245, 245, 245, 1) 62%, rgba(245, 245, 245, 1) 100%);
    }
    .reviewsItem {
        width: 250px !important;
    }

    .menu .registrationBtn {
        font-size: 20px;
        line-height: 25px;
    }

    .workBottom {
        padding: 40px 10px 10px 10px;
    }

    .workBottomSection img {
        width: 50px;
        height: 50px;
    }

    .reviewsItemAvatarText {
        flex-direction: column;
        align-items: flex-start;
    }

    .conditionsContentSectionTittle p {
        font-size: 10px;
    }

    .conditionsContentSection p {
        font-size: 10px;
    }

    .popup h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .calculatorRight {
        margin-bottom: 50px;
    }

    .calculatorRight:after {
        height: 300px;
        top: 35%;
        width: 100%;
    }
}
@media (max-width: 374px) {
    .workBottom {
        margin-top: 230px;
    }
}