@media only screen and (min-width: 1400px) and (max-width: 4000px) {

}

@media only screen and (min-width: 767px) and (max-width: 991px) {

}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .nav-btn {
        z-index: 10000;
        width: 34px;
        height: 19px;
        cursor: pointer;
        position: relative;
        margin: 0 0 0 0;
        display: inline-block;
        padding-right: 0;
        top: 6px;
    }

    .nav-btn span {
        display: block;
        border-radius: 20%;
        height: 4px;
        background-color: #3c5a5d;
        position: absolute;
        right: 0;
        top: 0;

        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);

        -webkit-transition: .1s ease-in-out;
        -moz-transition: .1s ease-in-out;
        -o-transition: .1s ease-in-out;
        transition: .1s ease-in-out;

        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .nav-btn span:nth-child(1) {
        width: 100%;
    }

    .nav-btn span:nth-child(2) {
        width: 100%;
        top: 7px;
    }

    .nav-btn span:nth-child(3) {
        width: 100%;
        top: 14px;
    }

    .nav-btn:hover span:nth-child(2) {
        width: 100%;
    }

    .nav-btn:hover span:nth-child(3) {
        width: 100%;
    }

    .nav-btn.open span {
        box-shadow: none;
        background-color: #3c5a5d;
        right: -5px;
    }

    .nav-btn.open span:nth-child(1) {
        width: 100%;
        transform: rotate(45deg);
        top: -3px;
    }

    .nav-btn.open span:nth-child(2) {
        opacity: 0;
    }

    .nav-btn.open span:nth-child(3) {
        width: 100%;
        transform: rotate(-45deg);
        top: 22px;
    }

    nav ul {
        height: 0;
        overflow: hidden;
    }

    nav.open {
        height: 100%;
    }

}


@media (max-width: 425px) {
    .back-to-top-btn img {
        width: 10px;
    }
    .back-to-top-btn.show-button {
        width: 35px;
        height: 35px;
        padding: 6px 9px 5px 13px;
    }

}


/*product-page*/

/*section product-page*/


@media (max-width: 992px) {
    .product-page .intro-info h1 {
        line-height: 51px;
        margin-bottom: 10px;
    }

    .intro .intro-info p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-page {
        height: auto;
        padding-bottom: 50px;
    }

    .product-page .intro-info h1 {
        margin-top: 100px;
    }
}

@media (max-width: 499px) {
    .product-page .intro-info p {
        padding-right: 20px;
        font-size: 17px;
    }

    .intro.product-page ul li {
        font-size: 17px;
    }

    .intro.product-page ul li img {
        width: 14px;
    }
}

@media (max-width: 460px) {
    .product-page .intro-info h1 {
        line-height: 48px;
        font-size: 36px;
    }
}

@media (max-width: 425px) {
    /*.product-page {*/
    /*    height: 467px;*/
    /*}*/
    .product-page .intro-info p {
        padding-right: 0;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .intro.product-page ul li {
        font-size: 15px;
    }

    .product-page .intro-info h1 {
        margin-top: 95px;
    }

    .product-page .btn-app {
        text-align: center;
    }


}

@media (max-width: 406px) {
    .product-page .intro-info h1 {
        font-size: 35px;
    }
}

@media (max-width: 375px) {
    .product-page .intro-info h1 {
        line-height: 47px;
        font-size: 32px;
    }

    .product-page .intro-info {
        padding: 0;
    }
}

@media (max-width: 371px) {
    /*.product-page {*/
    /*    height: 440px;*/
    /*}*/
}

@media (max-width: 360px) {
    /*.product-page {*/
    /*    height: 458px;*/
    /*}*/
    .intro.product-page ul li {
        font-size: 14px;

    }

    .product-page .intro-info p {
        padding-right: 0px;
        font-size: 14px
    }
}

@media (max-width: 320px) {

    /*.product-page {*/
    /*    height: 458px;*/
    /*}*/
    .product-page .intro-info h1 {
        font-size: 29px;
        line-height: 40px;
    }

    .product-page .intro-info p {
        text-align: center;
    }


    .intro.product-page ul li:first-child {
        /*padding: 0 30px 10px 30px;*/
    }
}


/*sec nav*/

@media (min-width: 767px) {
    .nav-btn {
        display: none;
    }
}


@media (max-width: 1200px) {

    .sec-nav ul li {
        margin: 0 8px;
    }

    .sec-nav ul li a {
        font-size: 14px;
    }

    .sec-nav .logo-img img {
        width: 122px;
    }

    .sec-nav .logo-img span {
        width: 82px;
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .sec-nav nav {
        text-align: center;
        margin-top: 10px;
    }

    .sec-nav nav .apply {
        margin-left: 8px;
    }

}

@media (max-width: 767px) {
    .sec-nav {
        padding: 17px 0;
    }

    .sec-nav nav {

        margin: 0;
        text-align: right;
    }

    .sec-nav nav.second-row.show-nav {
        margin-top: 14px;
        text-align: center;
    }

}

@media (max-width: 575px) {
    .sec-nav .logo-img {
        margin-bottom: 15px;
    }

    .sec-nav nav.first-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sec-nav .nav-btn {
        top: 0;
    }

    .sec-nav nav.second-row.show-nav {
        margin-top: 0;
    }

    .sec-nav nav.second-row.show-nav ul {
        width: 100%;
        text-align: left;
        margin-top: 15px;
    }

    .sec-nav nav.second-row.show-nav ul li {
        display: block;
        padding-bottom: 7px;
        border-bottom: 1px solid #E8F7;
        padding-top: 5px;
    }
}


/*product-info*/


@media (max-width: 1200px) {
    .product-info h2 {
        line-height: 49px;
    }

    p.info-text {
        padding: 0 87px;
    }

    .product-info .img-description {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .product-info h2 {
        line-height: 41px;
    }

    p.info-text {
        line-height: 27px;
        font-size: 18px;
        padding: 0 6px;
    }

    .product-info .img-wrap img {
        width: 38px;
    }

    .product-info .img-description {
        font-size: 16px;
        line-height: 23px;
        margin-top: 23px;
    }

    .product-info .items .img-wrap:after {
        width: 80px;
        height: 80px;
        margin-left: -40px;
        margin-top: -40px;
    }
}

@media (max-width: 767px) {
    p.info-text {
        padding: 0;
        margin-bottom: 0;
    }

    .product-info .items {
        margin-top: 60px;
    }
}

@media (max-width: 600px) {
    .product-info h2 {
        line-height: 32px;
    }
}

@media (max-width: 425px) {
    p.info-text {
        padding: 0 15px;
        font-size: 16px;
        line-height: 25px;
    }
}


/*what-we-offer*/

@media (max-width: 1210px) {
    .what-we-offer:before {
        bottom: 210px;
        height: 233px;
    }
}

@media (max-width: 1200px) {
    .what-we-offer ul {
        padding: 0px 0px 0 94px;
    }
}

@media (max-width: 1040px) {
    .what-we-offer:before {
        display: none;
    }
}

@media (max-width: 992px) {
    .what-we-offer ul {
        padding: 0 0 0 18px;
    }

    .what-we-offer ul li {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .what-we-offer p.info-text {
        margin-bottom: 20px;
    }

    .what-we-offer ul li.long-text img {
        margin-top: -6px;
    }

    .what-we-offer ul li:nth-child(2) img {
        margin-top: 0;
    }

    .what-we-offer ul.sec li:nth-child(1) img,
    .what-we-offer ul.sec li:nth-child(2) img {
        margin-top: 0;
    }

    .what-we-offer ul.sec li.last-text {
        margin: 0;
    }
}

@media (max-width: 522px) {
    .what-we-offer ul li:nth-child(2) img {
        margin-top: -6px;
    }
}

@media (max-width: 425px) {
    .what-we-offer ul li {
        font-size: 14px;
        line-height: 21px;
    }

    .what-we-offer ul li img {
        width: 14px;
        margin-left: -21px;
    }

    .what-we-offer ul li.long-text img {
        margin-top: -7px;
    }

    .what-we-offer ul li:nth-child(2) img {
        margin-top: -5px;
    }

    .what-we-offer h2 {
        padding: 0 23px;
    }

    .what-we-offer h5 {
        font-size: 24px;
    }
}

@media (max-width: 401px) {
    .what-we-offer ul li.long-text img {
        margin-top: -11px;

    }
}

@media (max-width: 375px) {
    .what-we-offer ul.sec li:nth-child(2) img {
        margin-top: -6px;
    }
}

@media (max-width: 336px) {
    .what-we-offer h2 {
        padding: 0 15px;
    }
}

@media (max-width: 320px) {
    .what-we-offer ul.sec li:nth-child(1) img,
    .what-we-offer ul.sec li:nth-child(2) img {
        margin-top: -5px;
    }
}


/*our-service.what-we-offer*/


@media (max-width: 767px) {
    .our-service h2 {
        margin-bottom: 20px;
    }

    .our-service ul li:nth-child(1) img {
        margin-top: 0;
    }

    .our-service ul.sec li:nth-child(1) img,
    .our-service ul.sec li:nth-child(2) img {
        margin-top: -5px;
    }
}

@media (max-width: 335px) {
    .our-service ul li:nth-child(1) img {
        margin-top: -4px;
    }
}


/*speed-combination.easy-app*/

@media (max-width: 1200px) {
    .speed-combination.easy-app:after {
        height: 650px;

    }
}

@media (max-width: 992px) {
    .speed-combination.easy-app:after {
        height: 625px;

    }
}

@media (max-width: 767px) {
    .easy-app .phone-logo {
        top: 12%;
    }
}

@media (max-width: 575px) {
    .easy-app .phone-logo {
        top: 10%;
        right: 5%;
    }
}


/*fast approval*/

@media (max-width: 1200px) {
    .fast-approval {
        padding: 70px 0 25px 0;
    }

    .fast-approval ul li {
        width: 142px;
        padding: 0;
    }

    .fast-approval ul li:nth-child(3) {
        width: 158px;
    }

    .fast-approval:after {
        height: 596px;
    }

    .fast-approval.fourth:after {
        height: 596px;
    }

    .fast-approval .consult-info p {
        line-height: 22px;
    }
}

@media (max-width: 992px) {
    .fast-approval ul {
        margin-bottom: 28px;
    }

    .fast-approval ul li:first-child {
        padding: 0 7px 0 0;
        width: 158px;
    }

    .fast-approval ul li:nth-child(3) {
        margin-top: 25px;

    }

    .fast-approval:after {
        height: 757px;
    }

    .fast-approval.fourth:after {
        height: 735px;
    }

    .fast-approval .consult-info p {
        margin-bottom: 33px;
    }
}

@media (max-width: 767px) {
    .fast-approval {
        padding: 50px 0 50px 0;
    }

    .fast-approval ul {
        margin-bottom: 20px;
    }

    .fast-approval .consult-info {
        margin: 0;
    }

    .fast-approval .consult-info p {
        line-height: 19px;
        margin-bottom: 25px;
    }

    .fast-approval ul li:nth-child(1),
    .fast-approval ul li:nth-child(2) {
        width: 165px;
        padding-right: 14px;
    }

    .fast-approval ul li:nth-child(3) {
        width: 172px;
        margin: 0 0 25px 0;
    }

    .fast-approval:after {
        height: 692px;

    }

    .fast-approval.fourth:after {
        height: 692px;
    }

    .fast-approval .consult-img {
        padding: 0;
    }
}

@media (max-width: 540px) {
    .fast-approval ul li:nth-child(1),
    .fast-approval ul li:nth-child(2),
    .fast-approval ul li:nth-child(3) {
        width: 100%;
    }

    .fast-approval ul li:nth-child(1),
    .fast-approval ul li:nth-child(2) {
        margin-bottom: 40px;
        padding-right: 0;
    }

    .fast-approval ul li img {
        margin-bottom: 8px;
    }
}

@media (max-width: 425px) {
    .fast-approval {
        padding: 35px 0 43px 0;
    }
}


/*product-info.easy-pay*/

@media (max-width: 1024px) {
    .easy-pay .items p {
        padding: 0px 24px;
    }
}

@media (max-width: 992px) {
    .product-info.easy-pay .items p {
        padding: 0px 0px;
        font-size: 14px;
        line-height: 1.4;
    }

    .product-info.easy-pay .img-description {
        margin-top: 7px;

    }
}

@media (max-width: 767px) {
    .easy-pay p.info-text {
        margin-bottom: 0;
    }

    .product-info.easy-pay .img-description {
        margin-bottom: 3px;
    }

    .easy-pay .items {
        margin-top: 30px;
    }
}

@media(max-width: 575px) {
    .product-info.easy-pay .items {
        margin-top: 40px;
    }
}


/*calculator*/


@media (max-width: 1200px) {
    .calculator p {
        padding: 0 108px;
    }

    .calculator .bottom-info p {
        padding: 0 128px;
    }
}

@media (max-width: 1061px) {
    .calculator:before {
        width: 76px;
    }
}

@media (max-width: 992px) {
    .calculator p {
        padding: 0;
        font-size: 14px;
        line-height: 24px;
    }

    .calculator .bottom-info p {
        padding: 0 9px;
    }

    .calculator .size-range,
    .calculator .percent-range,
    .calculator .count-for-month {
        padding-left: 0;
    }

    .calculator .apply-credit ul li h5 {
        font-size: 15px;
        width: 127px;
        line-height: 21px;
    }

    .calculator .apply-credit ul li span.count-turnover {
        font-size: 40px;
        margin-top: -29px;
    }

    .calculator .apply-credit ul li span.count {
        font-size: 29px;
        margin-top: -18px;
    }

    .calculator .apply-credit {
        width: 345px;
        padding: 38px 13px 38px 15px;
    }

    .tooltip-inner {
        min-width: 266px;
    }


}

@media (max-width: 825px) {
    .calculator:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .calculator p,
    .calculator .bottom-info p {
        padding: 0 10px;
    }

    .calculator p {
        margin-bottom: 25px;
    }

    .calculator .apply-credit {
        width: 100%;
    }


}

@media (max-width: 575px) {
    .calculator .irs--flat .irs-from,
    .calculator .irs--flat .irs-to,
    .calculator .irs--flat .irs-single {
        padding: 9px 10px 7px 10px;
    }
}

@media(max-width: 425px) {
    .calculator p {
        line-height: 22px;
    }
}

@media (max-width: 364px) {
    .calculator .apply-credit ul li span.count-turnover {
        font-size: 32px;
        margin-top: -23px;
    }

    .calculator .apply-credit ul li span {
        font-size: 12px;
    }

    .calculator .apply-credit {
        padding: 35px 9px 35px 15px;
    }

    .calculator .apply-credit ul li span.currency,
    .calculator .apply-credit ul li span.currency-big {
        right: 5px;
    }
}

@media(max-width: 350px) {
    .tooltip-inner {
        min-width: 228px;
    }
}

@media (max-width: 333px) {
    .calculator .apply-credit ul li span.count-turnover {
        font-size: 25px;
        margin-top: -15px;
    }

    .calculator .apply-credit ul li span.count {
        font-size: 23px;
        margin-top: -15px;

    }
}


/*more-questions*/


@media (max-width: 992px) {
    .more-questions .our-phone h3 {
        font-size: 33px;
    }

    .more-questions .our-phone h3 {
        margin-bottom: 10px;
    }

    .more-questions .our-phone a {
        font-size: 35px;
        vertical-align: inherit;
    }

    .more-questions .our-phone h3:first-child {
        margin-bottom: 6px;
    }
}

@media (max-width: 767px) {
    .more-questions {
        padding: 35px 0;
    }

    .call-for-answer .our-phone h3 {
        padding: 0 10px;
    }
}

@media (max-width: 425px) {

    .more-questions .our-phone h3 {
        font-size: 27px;
        line-height: 35px;
    }

    .more-questions .our-phone h3:first-child {
        margin-bottom: 5px;
    }

    .more-questions .our-phone a.quest {
        font-size: 27px;
        line-height: 30px;
    }

    .more-questions .our-phone .phone-and-num {
        margin: 0;
    }
}

@media (max-width: 329px) {
    .more-questions .our-phone a,
    .more-questions .our-phone a.quest,
    .more-questions .our-phone h3 {
        font-size: 25px;
    }

    .more-questions .our-phone .phone-and-num a img {
        left: -28px;
        width: 19px;
        margin-top: -10px;
    }
}


/*form*/

@media (max-width: 1200px) {
    .form-page .important p {
        padding: 0 17px 0 8px;
        margin-bottom: 10px;
    }

    .form-page .phone-and-num {
        margin-left: 45px;
    }

    .form-page .important ul li {
        margin-left: 29px;
    }
}

@media (max-width: 992px) {

    .form-page .important {
        padding: 40px 17px;
    }

    .form-page h2 {
        font-size: 50px;
        margin-bottom: 16px;
    }

    .form-page .important h5 {
        font-size: 16px;
        margin-bottom: 17px;
    }

    .form-page p.info-text {
        margin-bottom: 34px;
    }

    .form-page .form-article form label {
        font-size: 13px;
    }

    .form-page .checkmark {
        margin-top: -3px;
    }

    .form-page .important ul li img {
        margin-left: -21px;
        top: 4px;
        width: 15px;
    }

    .form-page .important ul li {
        margin-left: 20px;
        margin-bottom: 17px;
        font-size: 13px;
    }

    .form-page .important p {
        padding: 0 14px 0 0px;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .form-page .phone-and-num {
        margin-left: 21px;
    }

    .form-page .phone-and-num a {
        font-size: 25px;
    }

    .form-page .phone-and-num a img {
        left: -23px;
        width: 17px;
        margin-top: -9px;
    }

    .form-page .phone-and-num span {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .form-page .form-article form {
        padding: 30px 20px 40px 20px;;
    }

    .form-page .form-article form .label-gr:nth-child(1) {
        margin-top: 15px;
    }

    .form-page .important {
        border-top-right-radius: 0;
        border-bottom-right-radius: 14px;
        border-bottom-left-radius: 14px;
        padding: 30px 20px;
    }

    .form-page .important p {
        font-size: 14px;
        text-align: center;
    }

    .form-page .phone-and-num {
        margin-left: 0;
        text-align: center;
    }

    .form-page .logo {
        margin-top: 100px;
    }
}

@media (max-width: 425px) {
    .form-page {
        padding: 50px 0 30px 0;
    }

    .form-page h2 {
        font-size: 35px;
    }

    .form-page .form-article form {
        padding: 25px 20px 35px 20px;
    }

    .form-page .form-article form .label-gr:nth-child(1) {
        margin-top: 10px;
    }

    .form-page .form-article form input {
        margin-bottom: 20px;
    }

    .form-page .important {
        padding: 25px 20px;
    }

    .form-page .logo {
        margin-top: 70px;
    }

    .form-page .form-article form label {
        font-size: 12px;
    }
}


@media (max-width: 358px) {
    .form-page .form-article form .label-gr .form-check {
        font-size: 11px;
    }

    .form-page .checkmark {
        height: 21px;
        width: 21px;
    }

    .form-page .form-article form .label-gr input {
        margin-right: 10px;
    }

    .form-page .form-article form .label-gr .form-check .checkmark:after {
        left: 7px;
        top: 3px;
        width: 6px;
        height: 10px;
    }
}


/*product-page-2*/
/*second-product-page*/


@media (max-width: 497px) {
    .second-product-page .intro-info h1 {
        font-size: 39px;
    }
}

@media (max-width: 425px) {
    .second-product-page .intro-info h1 {
        font-size: 32px;
        line-height: 43px;

    }

    .second-product-page .intro-info {
        padding: 0 5px;
    }
}

@media (max-width: 387px) {
    .second-product-page .intro-info h1 {
        font-size: 30px;

    }
}

@media (max-width: 360px) {
    .second-product-page .intro-info h1 {
        font-size: 29px;

    }
}

@media (max-width: 358px) {
    .second-product-page .intro-info h1 {
        font-size: 25px;
        line-height: 36px;

    }
}

@media (max-width: 340px) {
    .intro.product-page ul li {
        font-size: 12px;
    }

    .product-page .intro-info p {
        line-height: 22px;
    }
}

@media (max-width: 320px) {
    /*.second-product-page {*/
    /*    height: 440px;*/
    /*}*/
}


/*what-we-offer.sec*/


@media (max-width: 767px) {
    .what-we-offer.sec ul li img {
        margin-top: -6px !important;
    }
}

@media (max-width: 425px) {
    .what-we-offer.sec ul li img {
        margin-top: -8px !important;
    }
}


/*.choose-a-consult.fast-approval.sec*/


@media (max-width: 1200px) {
    .choose-a-consult.fast-approval.sec:after {
        height: 640px;
    }
}

@media (max-width: 992px) {
    .choose-a-consult.fast-approval.sec:after {
        height: 801px;
    }
}

@media (max-width: 767px) {
    .choose-a-consult.fast-approval.sec:after {
        height: 692px;
    }
}


/*easy-pay-sec*/


@media (max-width: 1200px) {
    .easy-pay.sec p.info-text {
        padding: 0 33px;
    }
}

@media (max-width: 992px) {
    .easy-pay.sec p.info-text {
        padding: 0 10px;
    }
}

@media (max-width: 425px) {
    .product-info.easy-pay.sec .items p {
        padding: 0 57px;
    }
}

@media (max-width: 350px) {
    .product-info.easy-pay.sec .items p {
        padding: 0 29px;

    }
}


/*product-page-3 third*/

@media (max-width: 992px) {
    .second-product-page.third {
        height: 595px;
    }
}

@media (max-width: 767px) {
    .second-product-page.third {
        height: auto;
        padding-bottom: 50px;
    }
}


/*product-page-3 third*/


/*product-page.third*/


@media (max-width: 320px) {
    .product-page.third .intro-info p {
        text-align: left;
    }
}


/*program cosme*/

@media (max-width: 1200px) {
    .program-cosme p {
        padding: 0 150px;
    }
}

@media (max-width: 992px) {
    .program-cosme p {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .program-cosme p {
        padding: 0 15px;
        font-size: 13px;
        line-height: 21px;
    }
}

@media (max-width: 575px) {
    .program-cosme h2 {
        margin-bottom: 20px;
    }

    .program-cosme p {
        margin-bottom: 20px;
    }
}

@media (max-width: 425px) {
    .program-cosme .cosme-logos img {
        width: 210px;
    }
}


/*fast-approval.third*/


@media (max-width: 1200px) {
    .fast-approval.third ul li {
        font-size: 14px;
        min-width: 460px;
    }

    .fast-approval.third .consult-info p {
        font-size: 14px;
    }

    .choose-a-consult.fast-approval.third:after {
        height: 610px;
    }
}

@media (max-width: 992px) {
    .choose-a-consult.fast-approval.third {
        padding: 0 0 23px 0;
    }

    .choose-a-consult.fast-approval.third .consult-info {
        margin-top: 40px;
    }

    .choose-a-consult.fast-approval.third p {
        margin-bottom: 20px;
        line-height: 23px;
    }

    .choose-a-consult.fast-approval.third:after {
        height: 644px;
    }

    .choose-a-consult.fast-approval.third ul li img {
        width: 14px;
    }

    .choose-a-consult.fast-approval.third ul li {
        padding-left: 20px;
        min-width: auto;
    }


}

@media (max-width: 767px) {
    .choose-a-consult.fast-approval.third:after {
        height: 777px;
    }
}

@media (max-width: 540px) {
    .choose-a-consult.fast-approval.third {
        padding: 0 0 44px 0;
    }
}


/*advantages*/


@media (max-width: 1200px) {
    .advantages .cont {
        padding: 0 73px;
    }
}

@media (max-width: 992px) {
    .advantages .cont {
        padding: 0 25px;
    }

    .advantages h2 {
        margin-top: 40px;
        margin-bottom: 80px;
    }

    .advantages .items {
        margin-bottom: 85px;
    }

}

@media (max-width: 876px) {
    .advantages:before {
        height: 282px;
    }
}

@media (max-width: 767px) {
    .advantages h2 {
        margin-bottom: 7px;
    }

    .advantages .items {
        margin-bottom: 0;
    }

    .product-info .img-description {
        margin-top: 23px;
    }
}

@media (max-width: 721px) {
    .advantages:before {
        display: none;
    }

    .advantages .cont {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .product-info .img-description {
        padding: 0 15px;
    }

    .advantages h2 {
        margin: 0;
    }

    .product-info .items {
        margin-top: 55px;

    }
}

@media(max-width: 425px) {


    .product-info.advantages .items,
    .product-info.product-needs .items {
        margin-top: 55px;
    }
}

/*parameters*/

@media (max-width: 1200px) {
    .parameters .info-article .inline-finance p {
        padding-right: 42px;
    }
}

@media (max-width: 992px) {
    .parameters .info-article {
        padding: 50px 25px 30px 25px;
    }

    .parameters .info-article .inline-finance h5 {
        font-size: 16px;
        line-height: 25px;
    }

    .parameters .info-article .inline-finance p {
        font-size: 15px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .parameters .info-article .inline-finance h5 {
        text-align: left;
        margin-bottom: 5px;
    }

    .parameters .info-article .inline-finance p {
        line-height: 22px;
    }

    .parameters:after {
        display: none;
    }
}

@media (max-width: 575px) {
    .parameters .info-article {
        padding: 35px 25px 15px 25px;
    }

    .parameters h2 {
        margin-bottom: 25px;
    }
}


/*who-can*/


@media (max-width: 1200px) {
    .who-can p {
        padding: 0 103px;

    }
}

@media (max-width: 992px) {
    .who-can p {
        padding: 0 20px;

    }
}

@media (max-width: 767px) {
    .who-can .btn-apply button {
        font-size: 13px;
    }
}

@media (max-width: 425px) {
    .who-can p {
        font-size: 13px;
        line-height: 21px;
    }
}


/*product-page-4*/

@media (max-width: 992px) {
    .intro.fourth {
        height: auto;
    }

    .intro.fourth h1 {
        margin-top: 70px;
    }
}

@media (max-width: 425px) {
    .intro.fourth {
        padding-bottom: 47px;
    }

    .intro.fourth h1 {
        margin-top: 55px;
    }
}

@media (max-width: 375px) {
    .intro.fourth ul li {
        font-size: 13px;
    }
}

@media (max-width: 360px) {

    .intro.product-page.fourth ul li {
        padding-left: 21px;
    }

    .intro.fourth ul li img {
        position: absolute;
        top: 5px;
        left: 0;
    }
}


/*about-fintrade page*/


@media (max-width: 1366px) {
    .intro-about-fintrade {
        padding: 194px 0;
    }
}

@media (max-width: 1285px) {
    .intro-about-fintrade {
        padding: 180px 0;
    }
}

@media (max-width: 1200px) {
    .intro-about-fintrade {
        padding: 168px 0;
    }
}

@media (max-width: 1024px) {
    .intro-about-fintrade {
        padding: 118px 0;
    }

    .intro-about-fintrade h1 {
        margin-top: 40px;
    }
}

@media (max-width: 815px) {
    .intro-about-fintrade {
        padding: 84px 0;
    }

    .intro-about-fintrade h1 {
        font-size: 52px;
    }
}

@media (max-width: 575px) {
    .intro-about-fintrade h1 {
        font-size: 45px;
    }
}

@media (max-width: 425px) {
    .intro-about-fintrade {
        padding: 65px 0;
    }

    .intro-about-fintrade h1 {
        font-size: 40px;
    }
}


/*about-us*/


@media (max-width: 1200px) {
    .about-us p.about-us-text {
        padding: 0px 125px;
    }
}

@media (max-width: 992px) {
    .about-us {
        padding: 50px 0 40px 0px;
    }

    .about-us h2 {
        margin-bottom: 30px;
    }

    .about-us p.about-us-text {
        padding: 0px 24px;
    }
}

@media (max-width: 767px) {
    .about-us {
        padding: 40px 0 35px 0;
    }

    .about-us p.about-us-text {
        padding: 0 15px;
    }

    p.about-us-text {
        line-height: 21px;
    }
}

@media (max-width: 575px) {
    .about-us h2 {
        margin-bottom: 15px;
    }

    .about-us p.about-us-text {
        margin-bottom: 17px;
    }
}

@media (max-width: 425px) {
    .about-us {
        padding: 35px 0 25px 0px;
    }

}


/*our-mission*/

@media (min-width: 1950px) {
    .our-mission:before {
        width: 41%;
    }
}

@media (min-width: 1700px) {
    .our-mission:before {
        width: 39%;
    }
}


@media (max-width: 1200px) {
    .our-mission:before {
        width: 42%;
    }

    .our-mission .our-vision {
        padding: 0px 10px 0 10px;
    }

    .our-mission .our-mission-info {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .our-mission:before {
        width: 43%;
    }


    .our-mission .our-mission-info p {
        padding: 0 15px 0 0;
    }

    .our-mission .our-vision {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .our-mission .our-mission-info {
        margin-bottom: 77px;
        padding: 0 10px;
    }

    .our-mission .our-mission-info h2,
    .our-mission .our-vision h2 {
        margin-bottom: 12px;
        text-align: center;
    }

    .our-mission .our-vision,
    .our-mission .our-mission-info {
        text-align: center;
    }

    .our-mission .our-mission-info p {
        padding: 0;
    }

    .our-mission  p {
        line-height: 22px;
    }

    .our-mission:before {
        width: 100%;
        height: 45%;
        top: 0;
    }
}

@media (max-width: 425px) {
    .our-mission {
        padding-top: 25px;
    }

    .our-mission .our-mission-info h2, .our-mission .our-vision h2 {
        margin-bottom: 10px;
    }

    .our-mission:before {
        height: 44%;
    }

    .our-mission .our-mission-info {
        margin-bottom: 61px;
    }
}

@media(max-width: 411px) {
    .our-mission:before {
        height: 42%;
    }
}

@media (max-width: 375px) {
    .our-mission:before {
        height: 43%;
    }
}


/*our-values*/


@media(max-width: 1356px) {
    .why-us.our-values:after {
        width: 102px;
        height: 400px;
    }
}

@media (max-width: 1283px) {
    .our-values:after {
        width: 100px;
    }
}

@media (max-width: 1200px) {
    .our-values .step p {
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .our-values:after {
        height: 250px
    }
}



@media(max-width: 901px) {
    .why-us.our-values:after {
        height: 305px;
        top: -42px;
    }
}

@media (max-width: 767px) {
    .our-values {
        padding: 40px 0;
    }

    .our-values .step {
        margin-top: 30px;
    }

    .our-values .step p {
        line-height: 21px;
    }
}

@media (max-width: 575px) {
    .our-values h2 {
        margin: 0 0 25px 0;
    }
    .why-us.our-values .step {
        margin-top: 62px;
        margin-bottom: 0;
    }

    .our-values .step.receiving {
        margin-top: 65px;
    }



    .our-values .step .icon {
        margin-bottom: 28px;
    }
}

@media(max-width: 425px) {
    .why-us.our-values {
        padding: 40px 0;
    }
}


/*fast-approval.fifth*/


@media (max-width: 1200px) {
    .choose-a-consult.fast-approval.third.fifth .consult-info {
        padding-left: 0px;
        margin-top: 65px;
    }

    .choose-a-consult.fast-approval.third.fifth h2 {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .choose-a-consult.fast-approval.third.fifth .consult-info {
        margin-top: 35px;

    }

    .choose-a-consult.fast-approval.third.fifth h2 {
        width: 350px;
    }

    .fast-approval.fifth .mfg-logo {
        bottom: 45%;
        width: 221px;
        margin-right: 7px;
    }
}

@media (max-width: 767px) {

    .choose-a-consult.fast-approval.third.fifth h2 {
        width: 100%;
    }

    .fast-approval.fifth .consult-img img {
        width: 100%;
    }

    .choose-a-consult.fast-approval.third.fifth:after {
        height: 59.9%;
    }

    .fast-approval.fifth .mfg-logo {
        bottom: 5%;
        width: 255px;
        margin-right: 25px;
    }
}


/*certificate*/


@media (max-width: 1200px) {
    .certificates .certificate p {
        padding: 0 270px;
    }
}

@media (max-width: 992px) {
    .certificates .certificate p {
        padding: 0 145px;
    }
}

@media (max-width: 767px) {
    .certificates .certificate p {
        padding: 0 55px;
    }

    .certificates .certificate h2 {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .certificates .certificate p {
        padding: 0px 15px;
    }
}

@media (max-width: 425px) {
    .certificates .certificate img {
        width: 160px;
    }
}


/*bussiness-options.products*/

@media(min-width: 767px) {
    .business-options.products.sec .third .amount-info,
    .business-options.products.sec .fifth .amount-info {
        margin-bottom: 0;
    }
}

@media(max-width: 1340px) {
    .business-options.products .amount-info.first ul li {
        margin: 0 auto 10px 10px;
    }
}

@media(max-width: 1265px) {
    .business-options.slider {
        padding: 70px 0 30px 0;
    }
    .business-options.slider .owl-carousel .owl-nav {
        bottom: 11px;
    }
}

@media(max-width: 1230px) {
    .business-options.slider .owl-carousel .owl-nav {
        bottom: 8px;
    }

    .business-options.slider:after {
        right: 12.5%;
    }
}

@media(max-width: 1200px) {
    .business-options.slider .owl-carousel .owl-nav {
        bottom: 10px;
    }

    .business-options.slider:after {
        right: 13%;
    }
}

@media(max-width: 1172px) {
    .business-options.slider:after {
        right: 10.5%;
    }
}

@media(max-width: 1100px) {
    .business-options .amount-info h3 {
        font-size: 26px;
        line-height: 36px;
    }
}

@media(max-width: 1085px) {
    .business-options.products.slider .amount-info ul {
        height: 183px;
    }
}

@media(max-width: 1077px) {
    .business-options.slider .owl-carousel .owl-nav {
        bottom: 10px;
    }
}

@media(max-width: 1000px) {


    .business-options.slider:after  {
        right: 12%
    }
}


@media (max-width: 992px) {
    .business-options .amount-info,
    .business-options .amount-info.first,
    .business-options.products .amount-info.first {
        padding: 20px 35px 44px 20px;
    }
    .business-options .amount-info h3 {
        font-size: 25px;
        line-height: 35px;
        height: 105px;
    }



    .business-options.products .amount-info.first ul li {
        margin: 0 auto 10px 8px;
    }

    .business-options.products .amount-info.second-block p {
        margin-bottom: 20px;
        height: 44px;
    }

    .business-options.products .amount-info ul {
        height: 184px;
    }

    .business-options.products .amount-info ul li {
        width: 100%;
        padding-left: 15px;
        padding-right: 7px;
    }

    .business-options.products .amount-info ul li:before,
    .business-options.products .amount-info.first ul li:before {
        margin-left: -7px;
    }


}


@media(max-width: 975px) {
    .business-options.products.slider .amount-info ul {
        height: 179px;
    }
}

@media(max-width: 958px) {
    .business-options .amount-info button {
        padding: 13px 59px;
    }
}

@media(max-width: 935px) {
    /*.business-options.slider .owl-carousel .owl-nav {*/
    /*    bottom: 20px;*/
    /*}*/
}

@media(max-width: 924px) {
    .business-options.products.slider .amount-info ul {
        height: 160px;
    }
}

@media(max-width: 938px) {
    .business-options .amount-info ul li {
        font-size: 13px;
        line-height: 21px;
    }


}
@media(max-width: 900px) {
    .business-options .amount-info button {
        padding: 12px 50px;
    }

    .business-options.products .amount-info ul li {
        width: 100%;
    }
}

@media(max-width: 895px) {
    .business-options.slider:after {
        display: none;
    }
}

@media(max-width: 870px) {
    .business-options .amount-info h3 {
        height: auto;
    }
}

/*@media(max-width: 846px) {*/
/*    .business-options .amount-info h3 {*/
/*        height: 105px;*/
/*    }*/
/*}*/


@media(max-width: 815px) {
    .business-options.slider .owl-carousel .owl-nav {
        bottom: 42px;
    }
}

@media(max-width: 813px) and (min-width: 768px) {
    .business-options .amount-info h3 {
        height: 105px;
    }

    .business-options.slider .owl-carousel .owl-nav {
        bottom: 15px;
    }
}

@media (max-width: 767px) {
    .business-options.products .amount-info ul {
        height: auto;
        margin-bottom: 25px;
    }

    .business-options .amount-info h3 {
        font-size: 22px;
        line-height: 32px;
        padding: 0;
    }




    .business-options.products .amount-info.second-block p {
        height: auto;
    }

    .business-options.products.slider .amount-info.second-block p {
        height: 44px;
    }

    .business-options.products .amount-info,
    .business-options.products .amount-info.first {
        padding: 30px 20px 44px 20px;
    }

    .business-options.slider .owl-carousel .owl-nav {
        bottom: 9px;
    }
}

@media(max-width: 723px) {
    .business-options.slider .amount-info span {
        font-size: 14px;
    }

    .business-options .amount-info button {
        padding: 12px 37px;
    }

    .business-options.products .amount-info,
    .business-options.products .amount-info.first {
        padding: 25px 15px 43px 15px;
    }
}

@media(max-width: 705px) and (min-width: 688px) {
    .business-options .amount-info h3 {
        height: 96px;
    }
}

@media(max-width: 640px) {
    .business-options.slider .owl-carousel .owl-nav {
        bottom: 10px;
    }
}

@media(max-width: 630px) {
    .business-options.slider .owl-carousel .owl-nav {
        bottom: 13px;
    }
}

@media(max-width: 615px) {
    .business-options.slider .owl-carousel .owl-nav {
        bottom: 12px;
    }
}

@media(max-width: 499px) {
    .business-options.slider .owl-carousel .owl-nav {
        bottom: 40px;
    }
}

@media(max-width: 490px) {
    .business-options.slider .owl-carousel .owl-nav {
        bottom: 12px;
    }
}

@media (max-width: 425px) {
    .business-options.products {
        padding: 40px 0 10px 0;
    }

    .business-options.products.about {
        padding: 40px 0 25px 0;
    }

    .business-options.products h2 {
        margin-bottom: 25px;
    }

    .business-options .amount-info p {
        height: auto;
    }
    .business-options.products.slider .amount-info.second-block p {
        height: auto;
    }
    .business-options.products .amount-info,
    .business-options.products .amount-info.first {
        padding: 25px 29px 44px 29px;
    }

    .business-options.slider .owl-carousel .owl-nav {
        bottom: 16px;
    }



    .business-options.products .amount-info ul li:before {
        margin-top: 1px;
    }
}



@media (max-width: 375px) {
    .business-options .amount-info button {
        padding: 13px 50px;
    }

    .business-options.products.slider .amount-info ul {
        height: 175px;
    }

    .business-options.slider .owl-carousel .owl-nav {
        bottom: 19px;
    }
}

@media (max-width: 360px) {
    .business-options.slider .owl-carousel .owl-nav {
        bottom: 18px;
    }
}

@media (max-width: 320px) {


    .business-options.products .amount-info ul li:before {
        margin-top: 2px;
    }
}


/*personal-consultant page*/

@media (max-width: 992px) {
    .personal-consultant {
        height: 390px;
    }

    .personal-consultant .intro-info h1 {
        margin-top: 124px;
    }
}

@media (max-width: 575px) {
    .personal-consultant {
        padding-bottom: 25px;
        height: auto;
    }

    .personal-consultant .intro-info h1 {
        margin-top: 95px;
        margin-bottom: 21px;
    }

    .personal-consultant .intro-info p {
        padding-right: 68px;
    }

}

@media (max-width: 425px) {
    .personal-consultant .intro-info p {
        padding: 0;
    }
}

@media (max-width: 411px) {
    .intro .intro-info {
        padding: 0 5px;
    }
}

@media (max-width: 375px) {
    .personal-consultant .intro-info p {
        font-size: 19px;
    }
}

@media (max-width: 360px) {
    .personal-consultant .intro-info p {
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .personal-consultant .intro-info p {
        font-size: 16px;
        line-height: 25px;
    }
}


/*why-personal*/

@media (max-width: 767px) {
    .why-personal h2 {
        margin-bottom: 17px;
    }
}

@media (max-width: 575px) {
    .why-personal p.last {
        margin: 0;
    }
}

@media (max-width: 425px) {
    .why-personal p {
        font-size: 14px;
        line-height: 1.7;
    }
}


/*your-consult-expect*/

@media (max-width: 1200px) {
    .your-consult-expect h2 {
        padding: 0 70px;
    }
}

@media (max-width: 992px) {
    .your-consult-expect h2 {
        padding: 0 35px;
        line-height: 45px;
    }

    .your-consult-expect .map-img {
        padding: 0 45px;
    }
}

@media (max-width: 767px) {

    .consultants {
        padding-bottom: 25px;
    }

    .your-consult-expect {
        padding: 50px 0;
    }

    .your-consult-expect h2 {
        padding: 0 10px;
    }

    .your-consult-expect .map-img {
        padding: 0 10px;
    }

    .consultants .img-and-info img {
        width: 71px;
        margin-right: 7px;
    }

    .consultants .img-and-info .info h5 {
        font-size: 15px;
    }

    .consultants .img-and-info .info .loc {
        font-size: 13px;
    }

    .consultants .img-and-info .info .loc span {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .your-consult-expect h2 {
        line-height: 34px;
    }
}

@media(max-width: 574px) {
    .consultants .img-and-info {
        margin-bottom: 36px;
    }
}

@media (max-width: 425px) {

    .consultants {
        padding-bottom: 20px;
    }

    .your-consult-expect {
        padding: 35px 0 45px 0;
    }
}

@media (max-width: 349px) {
    .your-consult-expect h2 {
        line-height: 31px;
        font-size: 22px;
    }
}


/*contact page*/


@media (max-width: 425px) {
    .contact h1 {
        font-size: 35px;
    }
}


/*contact-with-us*/


@media (max-width: 992px) {
    .contact-with-us .our-address {
        padding: 0;
    }

    .contact-with-us:before {
        width: 51%;
    }

    .contact-with-us form {
        padding-left: 30px;
    }

    .contact-with-us:before {
        width: 100%;
        height: 30.5%;
        top: 0;
    }

    .contact-with-us form {
        margin-bottom: 10px;
        padding: 0;
    }



    .contact-with-us p.bold-text,
    .contact-with-us .call {
        margin-bottom: 20px;
    }

    .contact-with-us .our-address {
        margin-bottom: 105px;

    }

    .contact-with-us form .form-group.phone input {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .contact-with-us .our-address {
        margin-bottom: 76px;

    }

    .contact-with-us:before {
        width: 100%;
        height: 29.5%;
        top: 0;
    }

}

@media (max-width: 575px) {


    .contact-with-us form .form-group.phone input {
        width: 100%;
    }
}

@media (max-width: 545px) {

}

@media (max-width: 425px) {


    .contact-with-us form h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .contact-with-us form .form-group {
        margin-bottom: 25px;
    }

    .contact-with-us form .form-group label {
        font-size: 12px;
    }

    .contact-with-us p {
        font-size: 13px;
    }

    .contact-with-us p.bold-text {
        font-size: 14px;
    }

    .contact-with-us .phone-and-num a {
        font-size: 30px;
        line-height: 31px;
    }

    .contact-with-us .phone-and-num a img {
        left: -28px;
        width: 22px;
        margin-top: -12px;
    }

    .contact-with-us .phone-and-num {
        padding-left: 29px;
    }

    .contact-with-us .phone-and-num span {
        font-size: 11px;
    }

    .contact-with-us .loc span {
        width: 188px;
        display: inline-block;
    }

    .contact-with-us:before {
        height: 31%;
    }


}

@media (max-width: 320px) {
    .contact-with-us:before {
        height: 30%;
    }
}


/*blog page*/


@media (max-width: 1200px) {
    .blog-intro .blog-article {
        padding: 31px 10px 20px 25px;
        height: 449px;
    }

    .blog-intro h1 {
        padding: 0;
    }

    .blog-intro .blog-article h4 {
        margin-bottom: 15px;
    }

    .blog-intro .blog-article p {
        margin-bottom: 18px;
    }

    .blog-intro:before {
        width: 100%;
        height: 65%;
    }
}

@media (max-width: 992px) and (min-width: 768px) {

    .blog-intro .blog-article h4 {
        font-size: 22px;
        line-height: 31px;
        margin: 15px 0 10px 0;
    }

    .blog-intro .img-info img {
        height: 375px;
    }

    .blog-intro .blog-article {
        padding: 21px 10px 20px 16px;
        height: 375px;
    }

    .blog-intro .blog-article p {
        font-size: 13px;
        line-height: 23px;
        padding-right: 0px;
        margin-bottom: 18px;

    }

    .blog-intro .blog-article .article-link a {
        font-size: 13px;
    }

    .blog-intro .blog-article .article-link a img {
        width: 13px;
        margin-left: 2px;

    }


    .blog-intro .blog-article span {
        font-size: 10px;
    }
}


@media (max-width: 992px) {
    h1.intro-tittle {
        font-size: 48px;
        line-height: 59px;
    }
}

@media (max-width: 767px) {

    .blog-intro {
        padding-top: 40px;
    }

    h1.intro-tittle {
        font-size: 44px;
        line-height: 52px;
    }

    .blog-intro .blog-article {
        height: auto;
        padding-bottom: 35px;
    }

    .blog-intro:before {
        height: 41%;
    }
}

@media (max-width: 575px) {
    h1.intro-tittle {
        font-size: 34px;
        line-height: 44px;
    }
}

@media (max-width: 425px) {

    .blog-intro {
        padding-top: 35px;
    }

    .blog-intro h1 {
        margin-bottom: 35px;
    }

    h1.intro-tittle {
        font-size: 31px;
        line-height: 38px;
        padding: 0 10px;
    }

    .blog-intro .blog-article {
        padding: 31px 15px 35px 15px;
    }

    .blog-intro .blog-article h4 {
        font-size: 25px;
        line-height: 36px;
    }

    .blog-intro .blog-article p {
        font-size: 14px;
        line-height: 22px;

    }

    .blog-intro .blog-article span {
        font-size: 11px;
    }
}

@media (max-width: 375px) {
    h1.intro-tittle {
        font-size: 30px;
    }
}

@media (max-width: 360px) {
    h1.intro-tittle {
        font-size: 26px;
        line-height: 34px;
    }
}

@media (max-width: 348px) {
    .blog-intro .blog-article h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .blog-intro h1 {
        font-size: 24px;
        line-height: 32px;
    }
}


/*blogs-with-info*/

@media (max-width: 1200px) {
    .blogs-with-info article .article-info {
        padding: 30px 42px 35px 42px;
    }

    .blogs-with-info article .article-info h4 {
        font-size: 28px;
        line-height: 37px;
    }
}

@media (max-width: 992px) {

    .blogs-with-info article {
        margin-bottom: 33px;
    }

    .blogs-with-info article.last-article {
        margin-bottom: 0;
    }

    .blogs-with-info article .article-info .article-link {
        margin-top: 14px;
    }



    .blogs-with-info article .article-info {
        padding: 20px 15px 30px 15px;
        height: 215px;
    }

    .blogs-with-info article .article-info h4 {
        font-size: 23px;
        line-height: 31px;
        margin-bottom: 14px;
    }
}

@media (max-width: 767px) {

    .blogs-with-info {
        padding: 50px 0 50px 0;
    }

    .blogs-with-info article .article-info {
        height: auto;
    }
}

@media (max-width: 425px) {

    .blogs-with-info {
        padding: 35px 0 35px 0;
    }

    .blogs-with-info article .article-info {
        padding: 20px 15px 30px 15px;
    }

    .blogs-with-info article .article-info h4 {
        font-size: 20px;
        line-height: 28px;

    }

    .blogs-with-info article .article-info .article-link {

    }


    .blogs-with-info ul {
        margin: 0 0 15px 0;
    }

    .blogs-with-info ul li a {
        width: 31px;
        height: 31px;
        padding: 6px 0;
        font-size: 12px;
    }

    .blogs-with-info ul li a img {
        width: 12px;
    }
}

@media (max-width: 320px) {
    .blogs-with-info article .article-info h4 {
        font-size: 18px;
        line-height: 27px;
    }

    .blogs-with-info ul li a {
        width: 27px;
        height: 27px;
        padding: 4px 0;
    }
}


/*blog-article page*/


@media (max-width: 1200px) {
    .article-blog:before {
        height: 11.5%;
    }

    .article-blog .blog-info {
        padding: 0 28px;
    }

    .article-blog .blog-info.top-info p:nth-child(1) {
        font-size: 16px;
        line-height: 23px;
    }

    .article-blog .blog-info p {
        font-size: 15px;
        margin-bottom: 25px;
        line-height: 25px;
    }

    .article-blog .blog-info ul li {
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width: 992px) {
    .article-blog:before {
        height: 9%;
    }

    .article-blog .image-and-date img {
        margin-bottom: 40px;
    }

    .article-blog .blog-info h4 {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .article-blog:before {
        height: 9%;
    }

    .article-blog .blog-info p {
        font-size: 15px;
        line-height: 21px;
    }

    .article-blog .blog-info.top-info p:nth-child(1) {
        font-size: 16px;
    }

    .article-blog .blog-info ul li {
        font-size: 15px;
        line-height: 21px;

    }
}

@media (max-width: 500px) {
    .article-blog:before {
        height: 7%;
    }
}

@media (max-width: 425px) {
    .article-blog h1 {
        margin-bottom: 15px;
    }

    .article-blog .image-and-date img {
        margin-bottom: 35px;

    }

    .article-blog .blog-info {
        padding: 0;
    }

    .article-blog .blog-info p {
        margin-bottom: 20px;
    }

    .article-blog .blog-info h4 {
        margin-top: 37px;
        font-size: 21px;
        line-height: 28px;
    }
}

@media (max-width: 360px) {
    .article-blog .blog-info h4 {
        font-size: 20px;
        line-height: 27px;


    }
}

@media (max-width: 320px) {
    .article-blog:before {
        height: 5%;
    }
}


/*newsletter*/

@media (max-width: 1200px) {
    .newsletter .memory {
        padding: 0 22px;
    }
}

@media (max-width: 992px) {

    .newsletter .form-article {
        padding: 50px 40px 60px 40px;
    }

    .newsletter .form-article h3 {
        font-size: 36px;
    }
}


@media (max-width: 767px) {

    .newsletter {
        padding: 25px 0 60px 0;
    }


    .newsletter .form-article {
        padding: 40px 30px 50px 30px;
    }

    .newsletter .form-article h3 {
        font-size: 30px;
        line-height: 37px;
    }

    .newsletter .form-article form .btn.apply {
        font-size: 13px;
        margin-left: 4px;
    }

    .newsletter .form-article form input {
        padding: 21.5px 10px;
        font-size: 13px;
    }
}

@media(max-width: 575px) {
    .newsletter .memory {
        padding: 0;
    }
}

@media (max-width: 516px) {
    .newsletter .form-article form input {
        width: 90%;
        margin-bottom: 23px;
    }
}

@media (max-width: 425px) {
    .newsletter .form-article {
        padding: 30px 18px 40px 18px;
    }

    .newsletter .form-article h3 {
        font-size: 27px;
        line-height: 34px;
        margin-bottom: 14px;
    }

    .newsletter .form-article p {
        margin-bottom: 25px;
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .newsletter .form-article h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .newsletter .form-article form input {
        width: 100%;
    }

    .newsletter .form-article form .btn.apply {
        font-size: 12px;
        padding: 13px 20px;
        margin-left: 0;
    }
}


/*more-article*/

@media(min-width: 992px) {
    .more-articles.blogs-with-info article {
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .more-articles article .article-info h4 {
        font-size: 20px;
        line-height: 32px;
    }

    .more-articles article .article-info {
        padding: 26px 25px 35px 25px;
    }
}

@media (max-width: 425px) {
    .more-articles article .article-info h4 {
        margin-bottom: 14px;
    }

    .more-articles article .article-info .article-link {
        margin-top: 14px;
    }

    .more-articles article .article-info {
        padding: 20px 15px 30px 15px;
    }
}


/*carreers page*/


@media (max-width: 1250px) {
    .intro.careers-intro .intro-info h1 {
        margin: 145px 0 30px 0;
    }

    .careers-intro {
        height: 460px;
    }
}

@media (max-width: 1024px) {
    .careers-intro {
        height: 387px;

    }

    .intro.careers-intro .intro-info h1 {
        margin: 113px 0 30px 0;
    }
}

@media (max-width: 767px) {
    .careers-intro {
        height: auto;
    }

    .intro.careers-intro .intro-info h1 {
        margin: 95px 0 30px 0;
        padding-right: 108px;
    }
}


/*.become-part-of-our-team*/


@media (max-width: 1200px) {
    .become-part-of-our-team .needs-list {
        padding: 0 148px;
    }

    .become-part-of-our-team .needs-list iframe {
        height: 357px;
    }
}

@media (max-width: 992px) {
    .become-part-of-our-team .needs-list {
        padding: 0 24px;
    }
}

@media (max-width: 767px) {
    .become-part-of-our-team {
        padding-bottom: 53px;
    }

    .become-part-of-our-team .needs-list {
        padding: 0;
    }

    .become-part-of-our-team .needs-list iframe {
        height: 287px;
    }
}

@media (max-width: 425px) {
    .become-part-of-our-team .needs-list iframe {
        height: 223px;
    }

    .become-part-of-our-team h2 {
        margin-bottom: 30px;
    }

    .become-part-of-our-team .needs-list ul li {
        padding: 0px 0 20px 18px;
        font-size: 14px;
        line-height: 22px;
    }

    .become-part-of-our-team .needs-list p {
        margin-bottom: 40px;
        line-height: 24px;
    }
}

@media (max-width: 414px) {
    .become-part-of-our-team .needs-list iframe {
        height: 215px;
    }
}

@media (max-width: 375px) {
    .become-part-of-our-team .needs-list iframe {
        height: 193px;
    }
}

@media (max-width: 360px) {
    .become-part-of-our-team .needs-list iframe {
        height: 186px;
    }
}

@media (max-width: 320px) {
    .become-part-of-our-team .needs-list iframe {
        height: 166px;
    }
}


/*see-free-position*/


@media (max-width: 992px) {
    .see-free-position:before {
        width: 82px;
    }
}

@media (max-width: 880px) {
    .see-free-position:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .see-free-position ul li {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .see-free-position ul li h5 {
        font-size: 13px;
    }

    .see-free-position ul li a {
        font-size: 16px;
    }

    .see-free-position ul li span {
        font-size: 12px
    }
}

@media (max-width: 425px) {
    .see-free-position ul li span {
        display: block;
        float: none;
        text-align: right;
        margin-top: 18px;
    }
}


/*be-one-of-us*/

@media (max-width: 1200px) {
    .be-one-of-us .components {
        padding: 0;
    }

    .be-one-of-us:after {
        height: 260px;
        bottom: -58px;
    }
}

@media (max-width: 992px) {
    .be-one-of-us .comp-and-inf img {
        padding: 17px;
        width: 80px;
        margin-right: 14px;
    }

    .be-one-of-us .comp-and-inf p {
        font-size: 16px;
    }
}


@media (max-width: 767px) and (min-width: 575px) {
    .be-one-of-us .comp-and-inf {
        display: block;
        text-align: center;
    }

    .be-one-of-us .comp-and-inf img {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {

    .be-one-of-us {
        padding-bottom: 55px;
    }

    .be-one-of-us h2 {
        margin-bottom: 0;
    }

    .be-one-of-us:after {
        display: none;
    }
}

@media (max-width: 575px) {

}


@media (max-width: 575px) and (min-width: 355px) {
    .be-one-of-us .comp-and-inf.second {
        align-items: center;
    }
}


@media (max-width: 425px) {
    .be-one-of-us {
        padding-bottom: 40px;
    }

    .be-one-of-us .comp-and-inf {
        margin-top: 35px;
    }

    .be-one-of-us .comp-and-inf p {
        font-size: 14px;
    }
}

@media (max-width: 425px) and (min-width: 407px) {
    .be-one-of-us .comp-and-inf.third {
        align-items: center;
    }
}

@media (max-width: 375px) {
    /*.be-one-of-us .comp-and-inf.second {*/
    /*    align-items: center;*/
    /*}*/
}


/*what-they-share*/


@media (max-width: 992px) {
    .what-they-share .employee-comment p {
        font-size: 14px;
    }
}


@media (max-width: 767px) {
    .what-they-share h2 {
        line-height: 38px;
    }

    .what-they-share .employee-comment h5 {
        font-size: 19px;
        margin-bottom: 16px;
        margin-top: 10px;
        text-align: center;
    }

    .what-they-share .employee-comment {
        padding: 40px 20px 30px 20px;
    }

    .what-they-share .owl-carousel .owl-stage-outer {
        margin-bottom: 15px;
    }

    .what-they-share p {
        font-size: 16px;
    }

    .what-they-share .employee-comment img {
        width: 92px;
        margin: 0 auto;
    }

    .what-they-share .employee-comment p {
        text-align: center;
    }
}


@media (max-width: 425px) {
    .what-they-share h2 {
        line-height: 32px;
        margin-bottom: 6px;
    }

    .what-they-share .employee-comment h5 {
        font-size: 17px;
        margin-bottom: 11px;
    }

    .what-they-share p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .what-they-share .employee-comment img {
        display: none;
    }

    .what-they-share .employee-comment {
        padding: 12px 20px 30px 20px;
    }

    .what-they-share .employee-comment p {
        font-size: 13px;
        line-height: 1.7;

    }

    .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
    }
}


/*careers-detail page*/


@media (max-width: 767px) {

    .career-details-intro {
        padding: 55px 0;
    }

    .career-details-intro .intro-info h1 {
        font-size: 50px;
        line-height: 52px;
    }
}

@media (max-width: 425px) {

    .career-details-intro {
        padding: 40px 0;
    }

    .career-details-intro .intro-info h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .career-details-intro .intro-info span {
        font-size: 15px;
        margin-bottom: 30px;
    }
}


/*.details-info-career*/


@media (max-width: 767px) {
    .details-info-career {
        padding: 45px 0 15px 0;
    }

    .details-info-career .info-for-us h2 {
        margin-bottom: 15px;
    }

    .details-info-career .info-for-us {
        margin-bottom: 42px;
    }

    .details-info-career .info-for-us.what-do-we-expect ul {
        margin-bottom: 35px;
    }

    .details-info-career .info-for-us p {
        line-height: 22px;
    }
}

@media (max-width: 425px) {
    .details-info-career {
        padding: 36px 0 5px 0;
    }

    .details-info-career .info-for-us h2 {
        margin-bottom: 10px;
    }

    .details-info-career .info-for-us {
        margin-bottom: 35px;
    }

    .details-info-career .info-for-us ul li {
        padding: 2px 0 2px 11px;
    }

    .details-info-career .info-for-us ul li:before {
        top: 10px;
    }

    .details-info-career .info-for-us.what-do-we-expect ul {
        margin-bottom: 30px;
    }
}

@media (max-width: 400px) {
    .details-info-career .info-for-us h2 {
        padding-left: 0;
    }
}


/*apply-for-position*/

@media (max-width: 1200px) {
    .apply-for-position .form-container {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .apply-for-position .form-article {
        padding: 45px;
    }

    .apply-for-position .form-article form .form-group label {
        font-size: 14px;
    }

    .apply-for-position .form-article form .form-group input.face {
        top: -3px;
    }

    .apply-for-position .buttons {
        width: 285px;
        margin-left: -63px;
        margin-top: -6px;
    }

    .apply-for-position .form-article form .check-in label span.text   {
        font-size: 14px;
    }

    .apply-for-position .form-article form .form-group.one label {
        bottom: 0;
    }
}


@media (max-width: 767px) {

    .apply-for-position {
        padding-bottom: 75px;
    }

    .apply-for-position .form-article {
        padding: 25px 25px 35px 25px;
    }

    .apply-for-position .form-article h2 {
        line-height: 34px;
    }

    .apply-for-position .buttons {
        width: 215px;
        margin-left: -46px;
        margin-top: -7px;
        font-size: 12px;
    }

    .apply-for-position .buttons img {
        margin-right: 3px;
        width: 15px;
    }

    .apply-for-position .buttons:after {
        width: 70px;
        bottom: 14px;
        margin-left: -24px;
    }

    .apply-for-position .form-article form .check-in {
        display: block;
    }

    .apply-for-position .form-article form button.apply {
        margin-top: 25px;
    }
    .apply-for-position .form-article form .form-group input.face {
        z-index: -1;
    }
}

@media(max-width: 574px) {
    .apply-for-position .form-article h2 {
        margin-bottom: 28px;
    }

    .apply-for-position .form-article form .form-group {
        margin-bottom: 1.3rem;
    }

    .apply-for-position .form-article form .form-group input.face {
        position: absolute;
        top: -11px;
        z-index: -1;
        width: 1px;
    }
    .apply-for-position .form-article form .form-group.one #val {
        right: 0;
    }

    .apply-for-position .buttons {
        position: static;
        margin: 0;
        width: 100%;
    }

    .apply-for-position .form-article form .check-in label {

        display: inline-block;
    }

    .apply-for-position .form-article form .check-in label span.text {
        font-size: 13px;
    }

    .apply-for-position .form-article form button.apply {
        display: block;
    }

    .apply-for-position .buttons:after {
        bottom: 36px;
    }
    .apply-for-position .form-article form .check-in {
        margin-top: 10px;
    }
}

@media(max-width: 425px) {

    .apply-for-position {
        padding-bottom: 55px;
    }

    .apply-for-position .form-article {
        padding: 25px 20px 39px 20px;
    }

    .apply-for-position .form-article form .checkmark {
        margin-top: 0px;
        height: 22px;
        width: 22px;
    }

    .apply-for-position .form-article form .check-in label {
        padding-left: 28px;
    }

    .apply-for-position .form-check .checkmark:after {
        left: 7px;
        top: 4px;
        width: 6px;
        height: 11px;
    }
}






/*faq page*/


@media(max-width: 1366px) {
    .faq-intro {
        padding: 142px 0;
    }
}

@media(max-width: 1024px) {
    .faq-intro {
        padding: 86px 0;
    }
}

@media(max-width: 815px) {
    .intro-about-fintrade.faq-intro h1 {
        line-height: 55px;
    }
}

@media(max-width: 575px) {
    .intro-about-fintrade.faq-intro h1 {
        line-height: 50px;
    }
}

@media(max-width: 425px) {

    .faq-intro {
        padding: 65px 0;
    }

    .intro-about-fintrade.faq-intro h1 {
        line-height: 43px;
    }
}






/*general-information*/


@media(max-width: 992px) {
    .general-information ul.left-menu li {
        padding: 18px 0 14px 13px;
        font-size: 14px;

    }

    .general-information ul.left-menu li img {
        width: 23px;
    }
}

@media(max-width: 767px) {
    .general-information {
        padding: 55px 0 0px 0;
    }

    .general-information ul.left-menu {
        margin-bottom: 35px;
    }

    .general-information .our-info h2 {
        margin-bottom: 17px;
    }

    .general-information .our-info {
        margin-bottom: 50px;
    }
}

@media(max-width: 575px) {
    .general-information .our-info ul li button {
        font-size: 16px;
        line-height: 22px;
        padding: 12px 15px 12px 15px;
    }

    .general-information .our-info ul li button img {
        margin-left: 24px;
        width: 18px;

    }
}

@media(max-width: 425px) {

    .general-information {
        padding: 45px 0 0 0;
    }

    .general-information .our-info h2 {
        margin-bottom: 10px;
    }

    .general-information .our-info ul li p {
        margin-top: 12px;
        padding: 0 15px 0px 15px;
        font-size: 13px;
        margin-bottom: 16px;
        line-height: 1.6;
    }

    .general-information .our-info ul li ul.list-business {
        margin-bottom: 16px;
    }
    .general-information .our-info.pay ul li p {
        margin-bottom: 16px;
    }

    .general-information .our-info.pay ul li p.top {
        margin-bottom: 3px;
    }

    .general-information .our-info ul li ul.list-business li {
        font-size: 13px;
    }
}

@media(max-width: 360px) {
    .general-information .our-info ul li button {
        font-size: 15px;
        line-height: 21px;
    }
}