/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #3A3636;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 100px 0;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #222;
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

strong {
    font-weight: 700;
}

a {
    color: #da763a;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #E3001B;
    outline: 0;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
    color: #3A3636;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.heading {
    margin: 0 0 60px 0;
    color: #1E1D29;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
}

.button {
    padding: 12px 50px;
    border: 0;
    box-shadow: none;
    outline: none;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.button i {
    margin-left: 2px;
}

.button-primary {
    background-color: #E3001B;
    color: #fff;
}

.button-primary:hover {
    color: white;
    background: #FC0A27;
}

.button-secondary {
    background-color: #00ACC0;
    color: #fff;
}

.button-secondary:hover {
    background-color: #0394a5;
    color: #fff;
}

.button-outline {
    padding: 12px 35px;
    box-shadow: none;
    outline: none;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.button-outline i {
    margin-left: 2px;
}

.button-outline-white {
    border: 2px solid #fff;
    color: #fff;
}

.button-outline-white:hover {
    background-color: #fff;
    color: #3A3636;
}

.button-outline-primary {
    border: 2px solid #E3001B;
    color: #E3001B;
}

.button-outline-primary:hover {
    background-color: #E3001B;
    color: #fff;
}

.outside-header {
    padding-top: 84px;
}

.outside-header header {
    background-color: #fff;
    box-shadow: 0 10px 6px rgba(0, 0, 0, .02);
}

.outside-header header .logo {
    display: block;
    position: absolute;
    top: 0;
}

.outside-header header .logo img {
    height: 120px;
}

.outside-header header nav ul li a {
    color: #4E4B63;
}

.outside-header header nav ul li a:hover {
    color: #E3001B;
    opacity: 1;
}

.home header .logo {
    display: none;
}

header {
    width: 100%;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s;
    z-index: 1021;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-115%);
    box-shadow: 0 10px 6px rgba(0, 0, 0, .02);
    background-color: #fff;
    display: none;
}

header.fixed-block {
    display: block;
}

header.fixed-show {
    transform: translateY(0);
}

header .logo img {
    margin: 10px 0;
    height: 100px;
}

header.fixed .logo {
    display: block;
    position: absolute;
}

header nav {
    text-align: right;
}

header nav ul {
    display: inline-block;
    padding: 30px 0;
}

header nav ul li {
    display: inline-block;
    margin: 0 20px;
}

header nav ul li a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

header.fixed nav ul li a {
    color: #1E1D29;
}

header.fixed nav ul li a:hover {
    color: #E3001B;
}

header nav ul li a:hover {
    color: #fff;
    opacity: .6;
}


.intro {
    padding: 10px 50px 50px 50px;
    background: url("../imgs/intro.jpg") center bottom no-repeat;
    background-size: cover;
    position: relative;
    min-height: 860px;
}

.intro .intro-container {
    width: 100%;
    max-width: 1500px;
    height: 585px;
    position: relative;
    margin: 0 auto;
}

.intro .intro-text {
    position: absolute;
    width: 33%;
    right: 7%;
    bottom: 20%;
    text-align: right;
}

.intro .intro-text h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
    color: #fff;
    margin: 0 0 10px 0;
}

.intro .intro-text p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 30px 0;
}


.calculator {
    width: 440px;
    position: absolute;
    top: 270px;
    left: 285px;
}

.logo-calculator {
    position: absolute;
    top: 8px;
    left: 285px;
    z-index: 2;
}

.calculator-holder {
    position: relative;
}

.calculator-holder:before {
    content: "";
    background: url("../imgs/calculator-bgr.svg") center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 847px;
    z-index: 1;
}

.calculator-holder .calculator-holder-bgr {
    position: absolute;
    top: 0;
    max-width: 900px;
}

.calculator-holder svg {
    height: 200px;
    position: absolute;
    top: 224px;
    left: 100px;
    z-index: 2;
}

.calculator-holder svg text {
    pointer-events: none;
}

.calculator-holder svg path {
    fill: #ECF1F3;
    cursor: pointer;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.calculator-holder svg g {

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.calculator-holder svg g.active path,
.calculator-holder svg g:hover path {
    fill: #fff;
    stroke: #E3001B;
    stroke-width: 1;
}

.calculator .button {
    width: 80%;
    margin: 45px auto 0;
    display: table;
}

.calculator form {
    position: relative;
    z-index: 2;
}

.calculator .icheck-success label {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.calculator .nav-instalments {
    border-radius: 88px;
    margin: 10px 0 15px 0;
}

.calculator .nav-instalments a {
    background-color: #ECF1F3;
    border: 1px solid #ECF1F3;
    text-align: center;
    width: 50%;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #3F3E4B;
}

.calculator .nav-instalments a.monthly-tab {
    border-radius: 0 88px 88px 0;
}

.calculator .nav-instalments a.weekly-tab {
    border-radius: 88px 0 0 88px;
}

.calculator .nav-instalments a.active {
    border-color: #e3001b;
    background-color: #fff;
    color: #e3001b;
}

.calculator .slider-holder {
    padding-bottom: 30px;
}

.calculator .slider-holder .selected-val {
    font-size: 16px;
    line-height: 22px;
    color: #3F3E4B;
    margin: 0 0 -10px 0;
}

.irs-single {
    display: none;
}

.calculator .slider-holder .selected-val span {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #3F3E4B;
    display: inline-block;
    margin: 0 3px;
}

.irs--round .irs-min,
.irs--round .irs-max {
    top: 45px;
    background-color: transparent;
    color: #605F64;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.irs--round .irs-handle {
    top: 13px;
    width: 36px;
    height: 36px;
    background-color: #e3001b;
    border: 0;
    cursor: pointer;
}


.irs--round .irs-line {
    top: 25px;
    height: 12px;
    background-color: #dee4ec;
    border-radius: 20px;
}

.irs--round .irs-min,
.irs--round .irs-max {
    visibility: visible !important;
}

.irs--round .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #00ACC0;
    border-radius: 20px;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #e3001b;
}

.intro .intro-container .tab-content:first-child .irs--round .irs-handle:after {
    content: "";
    background: url("../imgs/money-calculator.svg") center no-repeat;
    position: absolute;
    z-index: 100;
    background-size: 100%;
    width: 26px;
    height: 26px;
    top: 50%;
    margin-top: -13px;
    left: 50%;
    margin-left: -13px;
}

.intro .intro-container .slider-holder .irs--round .irs-handle:after {
    content: "";
    background: url("../imgs/icons/clock-calc.svg") center no-repeat;
    position: absolute;
    z-index: 100;
    background-size: 100%;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
}

.calculator-total {
    padding: 5px 0 0 0;
}

.calculator .selected-val {
    font-size: 14px;
    line-height: 1.5;
}

.calculator-total .selected-val span {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 0 10px;
}

.calculator-total .selected-val span.sum {
    color: #E3001B;
}

.calculator-total .contract-info {
    display: table;
    margin: 7px auto 0;
    color: #706F74;
    text-decoration: underline;
    font-size: 14px;
    line-height: 22px;
}

.calculator-total .contract-info:hover {
    color: #E3001B;
}

.sec-intro.see-how-intro {
    background: url("../imgs/see-how-bgr-mask.png") no-repeat, url("../imgs/see-how-bgr-mask2.png") no-repeat, url("../imgs/see-how-bgr.png") no-repeat;
    background-size: cover;
    position: relative;
}


.get-benefits {
    position: relative;
}

.see-how-page.get-benefits:after {
    content: "";
    background: url(../imgs/left-fragment.svg) top left no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -8%;
    z-index: -1;
}

.product-details-page.how-to-get:after {
    content: "";
    background: url(../imgs/product-details-fragment.svg) bottom left no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -10%;
    bottom: -10%;
    z-index: -1;
}


.how-to-get {
    position: relative;
}

.home-page.how-to-get:after {
    content: "";
    background: url(../imgs/right-fragment.svg) top right no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.see-how-page.how-to-get:after {
    content: "";
    background: url(../imgs/right-fragment.svg) top right no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.how-to-get .heading {
    margin: 0;
}

.how-to-get .sticky-top {
    height: 100vh;
}

.how-to-get .sticky-top img:last-child {
    display: none;
}

.how-to-get .sticky-top img:hover {
    animation: shake 0.82s cubic-bezier(0.36, 2.07, 0.19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.how-to-get .step:first-child {
    margin-top: 230px;
}

.how-to-get .step {
    height: 400px;
}

.how-to-get .num {
    color: #F5DFDD;
    font-size: 160px;
    line-height: 160px;
    font-weight: 200;
}

.how-to-get .lab {
    color: #E3001B;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.how-to-get .val {
    font-size: 18px;
    line-height: 24px;
}

.how-to-get .steps h6 {
    color: #1E1D29;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.stage .small-heading {
    margin: 0 100px 15px 0;
}

.stage .stage-desc {
    color: #3A3636;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 50px 0 0;
    margin: 0 0 25px 0;
}

.stage.stage-phone .stage-link {
    padding: 0 50px 0 0;
}

.stage.stage-phone .stage-link a {
    color: #E3001B;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

.stage.stage-phone .stage-link img {
    height: 28px;
    position: relative;
    top: -9px;
    margin-right: 6px;
}

.stage.stage-phone .stage-link span {
    color: #706F74;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    display: block;
    margin-left: 0;
}

.stage.stage-address .stage-link {
    color: #706F74;
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
}

.stage.stage-address .stage-link img {
    margin-right: 7px;
    height: 20px;
    position: relative;
    top: -2px;
}

.stage.stage-address .stage-link:hover {
    text-decoration: none;
    color: #E31E24;
}


.get-money {
    background: url("../imgs/get-money-bgr.jpg") center center no-repeat;
    background-size: cover;
    text-align: center;
}

.loan-repayment {
    text-align: center;
}

.loan-repayment .heading {
    margin: 0 0 15px 0;
}

.loan-repayment .sub-heading {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 80px 0;
}

.get-money .heading {
    color: #fff;
}

.loan-repayment img,
.get-money img {
    height: 80px;
    margin: 0 0 15px 0;
}

.loan-repayment .lab {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

.get-money .lab {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    padding: 0 30px;
}

.loan-repayment .lab span,
.get-money .lab span {
    display: block;
}

.get-money .lab a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 5px 0 0 0;
    text-decoration: underline;
}

.get-money .lab a:hover {
    text-decoration: none;
}

.credits-info {
    background: url("../imgs/credits-bgr.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 200px;
}

.credits-info .heading {
    text-align: left;
    margin: 0 0 50px 0;
    color: #fff;
}

.credits-info p {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.credits h2 {
    color: #1E1D29;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
}

.credits p {
    margin: 0 0 30px 0;
    line-height: 1.8;
}

.credits .owl-credits {
    margin: -100px 0 100px 0;
}

.owl-credits.owl-carousel .owl-stage-outer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 15px);
    width: calc(25% - 30px);
    background-color: #fff;
}

.owl-carousel .owl-stage-outer .owl-stage {
    padding-left: 0 !important;
}

.owl-carousel .owl-stage-outer {
    padding-bottom: 15px;
}

.owl-carousel .owl-stage-outer:after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 12.5%;
    width: 30px;
    height: 30px;
    margin-left: -40px;
    background-color: #fff;
    transform: rotate(45deg);
    z-index: -1;
}

.owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -27px !important;
    width: 100%;
}

.blog .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #e3001b !important;
}

.blog .owl-theme .owl-nav [class*=owl-] {
    color: #fff !important;
    background-color: #e3001b !important;
}

.credits .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff !important;
}

.credits .owl-theme .owl-nav [class*=owl-] {
    color: #333 !important;
    background-color: #fff !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    collapse: #fff;
    opacity: .8;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 100% !important;
    font-size: 30px !important;
    line-height: 1 !important;
    margin: 0 !important;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.owl-theme .owl-nav button span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
}

.owl-theme .owl-nav .owl-prev {
    left: -60px;
}

.owl-theme .owl-nav .owl-next {
    right: -60px;
}

.credits {
    padding-bottom: 100px;
    position: relative;
}

.home-page.credits:after {
    content: "";
    background: url("../imgs/credits-shape.svg") bottom left no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.credits .owl-credits .item {
    background-color: rgba(255, 255, 255, .7);
    text-align: center;
    padding: 15px 0;
    border-right: 1px solid #999;
}

.credits .owl-credits {

}

.credits .lab {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.credits .val {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}

.blog .blog-item {
    background-color: #fff;
    border-radius: 18px;
    margin-top: 40px;
}

.blog.slider .blog-item {
    margin-top: 0;
}

.blog .blog-item .blog-img {
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

.blog .blog-item .blog-img img {
    border-radius: 18px 18px 0 0;
    transition: transform .4s;
}

.blog .blog-item .blog-img img:hover {
    transform: scale(1.1);
}

.blog .blog-item .blog-content {
    padding: 25px;
}


.blog .blog-item .blog-content h3 {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 20px 0;
    min-height: 135px;
    position: relative;
    overflow: hidden;
    font-weight: 500;
}

.blog .blog-item .blog-content h3 a {
    color: #3F3E4B;
}

.blog .blog-item .blog-content h3 a:hover {
    color: #E3001B;
}

.blog .blog-item .blog-content .button-outline {
    margin: 0 auto 15px;
    display: table;
}


.short-contact {
    position: relative;
}

.short-contact:after {
    content: "";
    background: url("../imgs/short-contact-shape.svg") top right no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.short-contact .info-block {
    background-size: cover;
    border-radius: 18px;
    padding: 30px 20px;
    text-align: center;
    display: block;
}

.short-contact .info-block.find-office {
    background: url("../imgs/info-block-office-bgr.jpg") center center no-repeat;
    background-size: cover;
}

.short-contact .info-block.email {
    background: url("../imgs/info-block-email-bgr.jpg") center center no-repeat;
    background-size: cover;
}

.short-contact .info-block.phone {
    background: url("../imgs/info-block-phone-bgr.jpg") center center no-repeat;
    background-size: cover;
}

.short-contact .info-block img {
    margin: 0 0 15px 0;
    height: 70px;
}

.short-contact .info-block .val {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    min-height: 70px;
    padding: 0 30px;
}

.short-contact .info-block .val span {
    display: block;
}

.short-contact .info-block .val small {
    font-size: 14px;
    line-height: 14px;
    display: block;
}


.short-social {
    margin: 50px auto 0;
    display: table;
}

.short-social li {
    margin: 0 7px;
    display: inline-block;
}

.short-social li a {
    color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #97979E;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
}

.short-social li a:hover {
    background-color: #E3001B;
    color: #fff;
}

.newsletter {
    background-color: #E3001B;
    padding: 50px 0;
}

.newsletter .lab {
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    font-weight: 600;
}

.newsletter .lab span {
    display: block;
}

.newsletter form {
    position: relative;
    margin: 0 0 20px 0;
}

.newsletter form .form-control {
    border-radius: 30px;
    border: 0;
    height: 50px;
    padding: 0 180px 0 20px;
}

.newsletter form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.newsletter form button {
    position: absolute;
    top: 15px;
    right: 0;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    color: #E3001B;
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px;
    text-transform: uppercase;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.newsletter form button:hover {
    color: #3D3C47;
}

.newsletter .hint {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
}


footer {
    background-color: #3D3C47;
    padding: 50px 0 30px;
}

footer .lab {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

footer .footer-menu li {
    margin: 15px 0;
}

footer .footer-menu li a {
    color: #DBD6D6;
    font-size: 16px;
    line-height: 1.5;
    display: block;
}

footer .footer-menu li a:hover {
    color: #fff;
}

footer .social {
    margin: 0 0 50px 0;
}

footer .social li {
    margin: 0 12px 0 0;
    display: inline-block;
}

footer .social li:first-of-type {
    margin-left: 0;
}

footer .social li a {
    color: #3D3C47;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
}

footer .social li a:hover {
    color: #E3001B;
}

footer .footer-bot {
    color: #fff;
    padding: 30px 0 0 0;
    margin: 40px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    border-top: 1px solid #666666;
}


/*products*/

.small-heading {
    color: #1E1D29;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
    font-weight: bold;
}

.text-title {
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 5px;
    color: #1E1D29;
    padding-right: 10px;
}

.info {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
    color: white;
}

.info.red {
    color: #E3001B;
}

ul.list-info {
    margin-bottom: 30px;
}

ul.list-info li {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    margin: 0 0 7px 0;
}

ul.list-info li:before {
    content: "";
    background-size: 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 0;
}

img.arrow {
    margin-left: 5px;
    width: 14px;
}

/*.text {*/
/*    margin-top: 115px;*/
/*}*/

.text a {
    font-weight: 600;
}

/*button.outline-red {*/
/*    border-color: #E3001B;*/
/*    color: #E3001B;*/
/*    font-weight: 600;*/
/*}*/

/*a.blue {*/
/*    border-color: #00ACC0;*/
/*    background: #00ACC0;*/
/*    color: white;*/
/*    font-weight: 600;*/
/*}*/

/*a.blue:hover {*/
/*    background: #0394a5;*/
/*    border-color: #0394a5;*/
/*    color: white;*/
/*}*/

/*a.white {*/
/*    border-color: #E3001B;*/
/*    color: #E3001B;*/
/*    font-weight: 600;*/
/*}*/

/*a.white:hover {*/
/*    color: #E3001B;*/
/*}*/

.sec-intro.intro-products {
    background: url("../imgs/product-bgr-mask.png") no-repeat,
    url("../imgs/product-bgr-mask2.png") no-repeat,
    url("../imgs/product-bgr.png") no-repeat;
    background-size: cover;
}


/*vivacredit-now*/
.vivacredit-now .money-info {
    margin-top: 115px;
}

.vivacredit-now .money-info .text-title {
    color: #1E1D29;
    padding-right: 20px;
    margin-bottom: 10px;
}

.vivacredit-now .money-info ul li {
    color: #3A3636;
}

.vivacredit-now .money-info ul li:before {
    background: url("../imgs/icons/list-component.svg") no-repeat;
}


.viva-red {
    background: url("../imgs/standard-bgr.png") no-repeat, url("../imgs/standard-mask.png") no-repeat;
    background-size: cover;
}

.viva-red .small-heading,
.viva-red ul li {
    color: #fff;
}

.viva-white .info-text ul li:before {
    background: url("../imgs/icons/list-component.svg") no-repeat;
}

.viva-red .info-text ul li:before {
    background: url("../imgs/icons/list-component-white.svg") no-repeat;
}


/*product-details page*/
.sec-intro.intro-products.product-details {
    background: url("../imgs/product-details-mask2.png") no-repeat,
    url("../imgs/product-details-mask.png") no-repeat,
    url("../imgs/product-details-bgr.png") no-repeat;
    background-size: cover;
}


/*product-info*/


.product-info {
    padding: 60px 0 70px;
    position: relative;
}

.product-info:after {
    content: "";
    background: url("../imgs/mask-bgr.png") no-repeat center right;
    width: 100%;
    min-height: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.product-info .product-desc p {
    margin: 0 0 40px 0;
}

.product-info .product-desc p:last-child {
    margin-bottom: 0;
}

.product-info .product-desc a {
    margin-right: 20px;
}

.product-info .product-features .feature:first-of-type {
    padding-top: 0;
}

.product-info .product-features .feature {
    padding: 20px 0;
    border-bottom: 1px solid #707070;
}

.product-info .product-features .feature .lab img {
    margin-right: 12px;
    position: relative;
    top: -3px;
    height: 25px;
}

.product-info .product-features .feature .lab {
    color: #E3001B;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.product-info .product-features .feature .val {
    color: #484646;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}


/*.credit-details:after {*/

/*}*/

/*.credit-details p {*/
/*    color: #3A3636;*/
/*    font-weight: 500;*/
/*    line-height: 30px;*/
/*    margin-bottom: 28px;*/
/*    padding-right: 13px;*/
/*}*/


/*.credit-details ul {*/
/*    padding-left: 112px;*/
/*}*/

/*.credit-details ul li {*/
/*    color: #E3001B;*/
/*    font-weight: 600;*/
/*    font-size: 18px;*/
/*    border-bottom: 1px solid #707070;*/
/*    margin-bottom: 23px;*/
/*}*/

/*.credit-details ul li img {*/
/*    margin-right: 5px;*/
/*    vertical-align: bottom;*/
/*}*/

/*.credit-details ul li p {*/
/*    margin: 8px 0 19px 0;*/
/*    line-height: 24px;*/
/*}*/


/*how-to-apply*/
.how-to-get.how-to-apply h3 {
    margin: 0 0 80px 0;
}

.how-to-apply .stage {
    margin: 80px 0 0 0;
}

.how-to-apply .stage-desk {
    color: #3A3636;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 0 50px 0 0;
    margin: 0 0 25px 0;
}

.how-to-apply .button {
    font-weight: 600;
}

.how-to-apply .button:hover {
    color: white;
}


/*typical-example*/
.typical-example {
    position: relative;
    background: url("../imgs/typical-example-bgr.png") no-repeat, url("../imgs/typical-example-bgr2.png") no-repeat, url("../imgs/typical-example-bgr3.png") no-repeat;
    background-size: cover;
}

.typical-example h3 {
    text-align: left;
    margin: 0 0 32px 0;
    text-transform: uppercase;
    color: #fff;
}

.typical-example h5 {
    text-transform: uppercase;
    color: white;
    font-size: 30px;
}

.typical-example p {
    color: #fff;
    font-weight: 400;
    margin: 0 0 35px 0;
}

.typical-example a {
    color: white;
    text-decoration: underline;
    margin-right: 30px;
    font-size: 18px;
}

.typical-example a:hover {
    opacity: 0.7;
}


/*home-part*/

.home-part .calculator-total .selected-val {
    text-align: center;
}

.home-part form .form-control {
    border: 1px solid #818D92;
    border-radius: 43px;
    padding: 16px 8px 15px 35px;
    font-size: 15px;
    height: auto;
}

.home-part form .form-control::placeholder {
    color: #706F74;
}

.home-part .calculator .icheck-success label {
    width: 219px;
}

.home-part .calculator-holder svg path {
    fill: white;
    stroke: #E3001B;
}

.home-part .calculator-holder svg g.active path,
.home-part .calculator-holder svg g:hover path {
    fill: #ECF1F3;
    stroke: none;
}

.home-part .form-group {
    position: relative;
}

.home-part .form-group img {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 14px;
    width: 17px;
    height: 20px;
    margin-top: 17px;
}


/*how-to-get sec*/

.how-to-get.sec:after {
    content: "";
    background: url("../imgs/path-bgr3.png") center left fixed no-repeat;
    background-size: 85%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


/*apply-credit*/
.apply-credit {
    position: relative;
    background: #F1F5F6;
    padding-bottom: 160px;
}

.apply-credit h3 {
    text-align: left;
    margin: 0 0 30px 0;
}

.apply-credit p {
    color: #3A3636;
    font-size: 16px;
    line-height: 1.5;
}

.apply-credit .register-link {
    color: #1E1D29;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 3px;
}

.apply-credit .register-link a {
    color: #1E1D29;
    text-decoration: underline;
}

.apply-credit .register-link a:hover {
    color: #E3001B;
}

.apply-credit .term-and-amount {
    position: relative;
    background: white;
    padding: 12px 30px 11px 30px;
    border-radius: 12px;
    box-shadow: 0 6px 9px 4px rgb(128 127 128 / 11%);
}

.apply-credit .term-and-amount .term-and-amount-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.apply-credit .term-and-amount .term-and-amount-info p {
    margin: 0;
    color: #3F3E4B;
    font-weight: 600;
    max-width: 126px;
    line-height: 19px;
}

.apply-credit .term-and-amount .term-and-amount-info a {
    padding: 11px 20px 9px 20px;
}

.apply-credit .term-and-amount .term-and-amount-info a:hover {
    background: #E3001B;
    color: white;
}

.apply-credit .term-and-amount span {
    color: #3F3E4B;
    font-weight: 700;
    margin-right: 10px;
    font-size: 17px;
}


.apply-credit h5 {
    color: #1E1D29;
    font-weight: 600;
    margin: 37px 0 20px 0;
    font-size: 23px;
    line-height: 32px;
}

.apply-credit a.call {
    margin-top: 37px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.apply-credit a.call img {
    margin-right: 10px;
    vertical-align: inherit;
}


.apply-credit a.call:hover .arrow-red {
    display: none;
}

.apply-credit a.call .arrow-white {
    display: none;
}

.apply-credit a.call:hover .arrow-white {
    display: inline-block;
}

.apply-credit form {

}

form .form-group {
    margin-bottom: 35px;
}

form .form-group label {
    color: #3F3E4B;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
}

form .form-group select {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background: url("../imgs/icons/arrow-select.svg") no-repeat right, white;
    background-position-x: 93%;
    background-size: 12px;
}

form select::-ms-expand {
    display: none;
}

/*form .form-group select:after {*/
/*    content: "";*/
/*    background: url("../imgs/icons/arrow-select.svg") no-repeat;*/
/*    background-size: 100%;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    margin-top: -10px;*/
/*}*/

form .form-group .form-control {
    border: 1px solid #818D92;
    border-radius: 30px;
    padding: 15px 22px;
    font-size: 14px;
    height: auto;
    color: #706F74;
}

form .form-group .form-control::placeholder {
    color: #706F74;
}

form .form-group.income .form-control {
    border: 1px solid #E3001B;
    color: #E3001B;
}

form .form-group.income .form-control::placeholder {
    color: #E3001B;
}

form .form-group.income span {
    color: #E3001B;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    display: block;
}


form.policy [type="radio"]:checked + label,
form.policy [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

form.policy [type="radio"]:checked + label:before {
    border: 2px solid #E3001B
}

form.policy [type="radio"]:not(:checked) + label:before {
    border: 2px solid #C8CDD0;
}

form.policy [type="radio"]:checked + label:before,
form.policy [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;

    border-radius: 100%;
    background: #fff;

}


form.policy [type="radio"]:checked + label:after,
form.policy [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #E3001B;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;

}

form.policy [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

form.policy [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

form.policy .form-check {
    display: inline-block;
    padding-left: 0;
    margin-right: 35px;
    margin-top: 6px;
}

.apply-credit form.policy .form-group input {
    position: absolute;
    top: 7px;
    left: 5px;
}


form .form-group .checkmark {
    position: absolute;
    height: 22px;
    width: 22px;
    background-color: white;
    border-radius: 4px;
    border: 0.5px solid #B4B5B5;
    top: -2px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    appearance: none;
    -webkit-border-image: none;
    -webkit-appearance: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
form .form-group .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    -webkit-appearance: none;
    appearance: none;
}

/* Show the checkmark when checked */
form .form-group .form-check input:checked ~ .checkmark:after {
    display: block;
    -webkit-appearance: none;
    appearance: none;

}

/* Style the checkmark/indicator */
form .form-group .form-check .checkmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid #163746;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-appearance: none;
    appearance: none;
}


form .form-group.checkbox {
    text-align: left;
    display: flex;
    justify-content: space-between;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}


form .form-group.checkbox a {
    color: #747687;
    text-decoration: underline;

}

form .form-group.checkbox input {
    position: absolute;
    left: 0;
    top: 5px;
    margin-left: 5px;
    z-index: -2;
    /*-webkit-appearance: inherit ;*/
    /*appearance: inherit;*/
    /*-webkit-transform: none;*/

}

form .form-group.checkbox label {
    color: #5B5A63;
    font-size: 13px;
    line-height: 19px;
    display: inline-block;
    padding-left: 30px;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    font-weight: 500;
}

form .form-group.checkbox.wrong-address {
    margin-bottom: 22px;
}

form .form-group.checkbox.wrong-address label {
    color: #3F3E4B;
    font-weight: 600;
    font-size: 15px;
}

form a.more-information {
    display: block;
    color: #706F74;
    text-decoration: underline;
    margin: 15px 0 30px 0;
}

form a.more-information:hover {
    color: #E3001B;
}

form a.button {
    line-height: 25px;
    width: 100%;
    text-align: center;
}


span.currency {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -31px;
    margin-right: 16px;
    display: block;
    width: 62px;
    border-left: 1px solid #818D92;
    height: 51px;
    background: #F1F5F6;
    padding: 14px 0 10px 17px;
    border-radius: 0 43px 42px 0;
    color: #706F74;
}

form .form-group #inputPrice {
    padding-right: 85px;
}


.apply-credit.final h5 {
    margin-bottom: 0;
}

.apply-credit.final span.person-info {
    color: #E3001B;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;

}

.apply-credit.final a.call {
    margin-top: 50px;
}

.apply-credit.final .recaptcha {
    padding: 20px 0;
}

.apply-credit.final .instructions {
    color: #3F3E4B;
    font-weight: 500;
    font-size: 17px;
    font-style: italic;
}


/*blog*/

.blog {
    background-color: #F1F5F6;
    position: relative;
    z-index: 10;
}

.blog h1 {
    margin: 0 0 60px 0;
}

/*.blog:after {*/
/*    content: "";*/
/*    background: url("../imgs/shape2.png") center right fixed no-repeat;*/
/*    background-size: 63%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*}*/

.blog .image-ads {
    border-radius: 12px 0 0 12px;
    height: 100%;
    width: 100%;
}

.blog .up-to-date-info {
    background: white;
    height: 100%;
    padding: 95px 80px 30px 43px;
    border-radius: 0 12px 12px 0;
}

.blog .up-to-date-info .short-social {
    margin: 15px auto 25px;
    display: table;
}

.blog .up-to-date-info .short-social a {
    color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #97979E;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
}

.blog .up-to-date-info .short-social a:hover {
    background: #E3001B;
}

.blog .up-to-date-info p {
    color: #3F3E4B;
    font-weight: 700;
    font-size: 23px;
}

.blog .up-to-date-info h2 {
    color: #3F3E4B;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
}

.see-more {
    text-align: center;
}

.see-more a img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

.see-more a .arrow-white {
    display: none !important;
}

.see-more a:hover img.arrow-white {
    display: inline-block !important;

}

.see-more a:hover img.arrow-red {
    display: none !important;
}

.see-more a:hover {
    background: #E3001B;
    color: white;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}


.blog article {
    margin-top: 40px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.blog article img {
    border-radius: 15px 15px 0 0;
    transition: transform .4s;
    margin-bottom: 2px;
}

.blog article img:hover {
    transform: scale(1.1);
}

.blog article .article-info {
    background: white;
    padding: 30px 51px 37px 53px;
    border-radius: 0 0 15px 15px;
}

.blog article .article-info p {
    font-weight: 700;
    color: #3F3E4B;
    font-size: 18px;
    text-align: center;
    min-height: 135px;
}

.blog article .article-info h3,
.blog article .article-info h3 a {
    font-weight: 700;
    color: #3F3E4B;
    font-size: 18px;
    text-align: center;
    min-height: 135px;
    margin-bottom: 20px;
}

.blog article .article-info h3 a:hover {
    color: #E3001B;
}

ul.page-items {
    text-align: center;
    padding: 50px 0 0 0;
}

ul.page-items li {
    display: inline-block;
    padding: 0 5px;
}


ul.page-items li a img {
    width: 16px;
    margin-top: -2px;
}

ul.page-items li a img.red-arrow {
    display: none;
}

ul.page-items .page-link:hover img.gray-arrow {
    display: none;
}

ul.page-items .page-link:hover img.red-arrow {
    display: inline-block;
}

ul.page-items .page-item .page-link {
    position: relative;
    display: block;
    margin-left: -1px;
    padding: 10px 10px 10px 10px;
    line-height: 1.25;
    color: #B4B4B4;
    background-color: #fff;
    border: 1px solid #BBBBBB;
    width: 40px;
    height: 40px;
    font-weight: 600;
    border-radius: 6px !important;
    font-size: 16px;
}

ul.page-items .page-item.active .page-link {
    z-index: 3;
    color: #E3001B;
    background-color: white;
    border: 2px solid #E3001B
}

ul.page-items .page-item.active .page-link:hover {
    color: #E3001B;
    background-color: white;
}

ul.page-items .page-link:hover {
    color: #E3001B;
    background-color: white;
    border: 1px solid #E3001B;
}


.owl-carousel .owl-stage-outer:after {
    display: none;
}


/*faq-nav*/

.faq-nav {

}

.faq-nav a {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.faq-nav a img {

}

.faq-nav a .viva-info {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    color: #E50019;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-top: -26px;
    width: 130px;
    transition: all .2s;
}

.faq-nav a .image-bgr-red {
    position: absolute;
    top: 0;
    right: 0;
    width: 214px;
    margin-right: 11px;
    margin-top: 10px;
    display: none;
}

.faq-nav a:hover .viva-info {
    color: #fff;
    margin-top: -20px;
    margin-left: -60px;
    font-size: 16px;
}

.faq-nav a:hover .image-bgr-red {
    display: block;
}

.faq-nav a .arrow {
    width: 21px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 88px;
    margin-bottom: 13px;
    display: none;
    transition: all .4s;
}

.faq-nav a:hover .arrow {
    display: block;
}


.contact-info {
    text-align: center;
    margin-top: 45px;
}

.contact-info p {
    color: #1E1D29;
    font-weight: 600;
    font-size: 22px;
}

.contact-info .phone-info {
    display: inline-block;
    margin-right: 40px;
}

.contact-info .phone-info img {
    width: 30px;
    vertical-align: sub;
    margin-right: 8px;
}

.contact-info .phone-info a {
    display: inline-block;
    margin: 0;
    color: #E3001B;
    font-weight: 700;
    font-size: 29px;
    line-height: 38px;
}

.contact-info .phone-info span {
    display: block;
    color: #706F74;
    font-size: 13px;
    text-align: right;
}

.contact-info .message-info {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

.contact-info .message-info img {
    width: 33px;
    vertical-align: bottom;
    margin-right: 8px;
}

.contact-info .message-info a {
    display: inline-block;
    margin: 0;
    color: #3D3C47;
    font-weight: 600;
    font-size: 20px;
}


/*faq general*/

.general-information {

}

.general-information h3 {
    margin: 0 0 5px 0;
}

.general-information h1 {
    color: #1E1D29;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 45px;
}

.faq .accordion-item {
    border: 1px solid #B4B5B5;
    position: relative;
    padding: 0 20px;
    margin: 0 0 18px 0;
    border-radius: 12px;
    cursor: pointer;
}

.faq .question {
    background: transparent;
    color: #3F3E4B;
    font-weight: 600;
    padding: 16px 45px 16px 54px;
    margin-bottom: 0;
    position: relative;
    line-height: 24px;
    font-size: 18px;
}

.faq .accordion-item .answer-content {
    padding: 0 30px 0 54px;
}

.faq .accordion-item .answer-content p {
    font-size: 16px;
    margin-bottom: 17px;
    color: #3A3636;
    line-height: 25px;
}

.faq .accordion-item .question:after {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    font-size: 24px;
}

.faq .accordion-item .question.collapsed:after {
    content: "\f107";
}

.general-information .accordion-item .question-logo {
    width: 38px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
}


/*thank-you page*/


.success-app {
    position: relative;
}

.success-app:after {
    content: "";
    background: url("../imgs/mask-gr.png") center left no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-position-y: -74px;
}

.success-app h3 {
    margin: 50px 70px
}

.success-app p {
    text-align: center;
    color: #E50019;
    font-weight: 600;
    font-size: 33px;
}

.success-app .logo-success {
    text-align: center;
    margin-bottom: 44px;
    position: relative;
}

.success-app .logo-success img {
    width: 144px;
}


.success-app .wrapper {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle {
    position: absolute;
    /* margin: 12px; */
    height: 185px;
    width: 185px;
    background-color: transparent;
    border-radius: 50%;
    top: 0;
    left: 50%;
    margin-left: -86px;
    margin-top: -15px;
}

.circle:before {
    position: absolute;
    content: '';
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border: 4px dashed #E50019;
    top: -13px;
    left: -13px;
    border-radius: inherit;
    animation: spin 7s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}


/*what-next*/


.what-next {
    background: #F1F5F6;
    position: relative;
}

.what-next h3 {
    margin: 0 0 20px 0;
}

.what-next p {
    color: #3A3636;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 70px 0;

}

.what-next .contact-inf {
    text-align: center;
}

.what-next .contact-inf img {
    width: 60px;
    margin-bottom: 12px;
}

.what-next .contact-inf p {
    color: #1E1D29;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 50px;
}

.what-next .contact-inf ul {

}

.what-next .contact-inf ul li {
    margin: 0 5px;
}

.what-next .contact-inf ul li a {

}

.what-next .contact-inf .short-social {
    margin: 15px auto 0;
}

.what-next .contact-inf .short-social li a {
    width: 30px;
    height: 30px;
    line-height: 27px;
}

.what-next .contact-inf .short-social li a i {
    font-size: 14px;
}

.what-next .contact-inf .short-social li a img {
    width: 100%;
    margin: 0;
}


/*contact*/


.intro-contact {
    position: relative;
    background: url("../imgs/contact-bgr-mask2.png") no-repeat, url("../imgs/contact-bgr-mask.png") no-repeat, url("../imgs/contact-bgr.png") no-repeat;
    min-height: 585px;
    background-size: cover;
    z-index: 1;
}

.intro-contact h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    color: white;
    margin-top: 380px;
}


.short-contact.second-block {
    background: white;
    padding-bottom: 100px;
}

.short-contact.second-block:after {
    display: none;
}

.short-contact.second-block .contact-articles {
    position: relative;
    z-index: 10;
    margin-top: -112px;
}

.short-contact.second-block .info-block.find-office {
    background-size: cover;
    margin-top: 35px;
}


.short-contact.second-block .info-block .val {
    min-height: auto;
}

.short-contact.second-block .info-block .location-office {
    margin-top: 18px;
}

.short-contact.second-block .info-block .location-office span {
    color: white;
    font-weight: 500;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.short-contact.second-block .info-block.email {
    margin-bottom: 25px;
}

.short-contact.second-block .info-block.online-apply {
    background: url("../imgs/icons/shape-contact.png") center center no-repeat, #AC0409;
    background-size: cover;
    margin-top: 65px;
}

.short-contact.second-block .online-apply {

}

.short-contact.second-block .online-apply .work-days {
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 18px 0;
}

.short-contact.second-block .online-apply .work-days span {
    color: white;
    font-weight: 500;
    display: block;
    font-size: 19px;
    text-align: center;
    line-height: 29px;

}

.short-contact.second-block .online-apply .weekend-days {
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}

.short-contact.second-block .online-apply .weekend-days span {

}


.short-contact.second-block .info-block.online-apply .eclipse {
    display: inline-block;
    background: white;
    border-radius: 100px;
    padding: 11px 10px 10px 10px;
    width: 68px;
    height: 68px;
    margin-bottom: 15px;
}

.short-contact.second-block .info-block.online-apply .eclipse img {
    width: 46px;
    height: auto;
}


/*contact-with-us*/

.contact-with-us {
    position: relative;
    background: #F1F5F6;
}

.contact-with-us h3 {

}

.contact-with-us form {

}

.contact-with-us form a.button {
    float: right;
}


form .form-group textarea.form-control {
    resize: none;
    height: 165px;
    border-radius: 16px;
}

.form-group textarea::placeholder {

}


/*google-map*/

.google-map iframe {
    width: 100%;
}

.mapouter {
    width: 100%;
    position: relative;
    text-align: right;
    height: 500px;
}

.gmap_canvas {
    width: 100%;
    overflow: hidden;
    background: none !important;
    height: 500px;
}

.gmap_canvas iframe {
    width: 100%;
}

.google-map form .form-group .form-control {
    border: none;
}


/*contact-blogs*/
.contact-blogs .address-and-time {
    position: relative;
    padding-left: 64px;
    height: 100%;
    margin-bottom: 45px;
    padding-top: 33px;
}

.contact-blogs .address-and-time span.open {
    display: none;
}

.contact-blogs .address-and-time.active span.open {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #03DE7F;
    color: white;
    text-transform: uppercase;
    padding: 3px 15px;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 10px;
    margin-left: 63px;
    margin-top: 5px;
}


.contact-blogs .address-and-time img {
    position: absolute;
    left: 0;
    width: 52px;
}

.contact-blogs .address-and-time h4 {
    font-size: 16px;
    line-height: 1.5;
    color: #3D3C47;
    font-weight: bold;
}

.contact-blogs .address-and-time .contact-info {
    margin-top: 15px;
    color: #191919;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
}

.contact-blogs .address-and-time .contact-info img {
    width: auto;
    position: static;
    vertical-align: sub;
    margin-right: 2px;
}

.contact-blogs .address-and-time .contact-info span {
    display: block;
    font-weight: 400;
    margin: 5px 0 0 0;
}

.contact-blogs .address-and-time a {
    display: block;
    color: #706F74;
    text-decoration: underline;
    font-size: 15px;
    margin-top: 15px;
}

.contact-blogs .address-and-time a:hover {
    color: #E50019;
}


.google-map {
    position: relative;
}

.google-map .how-to-find {
    background: url("../imgs/mask-gr-contact.png") center center no-repeat, #E31E24;
    max-width: 300px;
    /*background: #E31E24;*/
    padding: 22px 20px 30px 20px;
    border-radius: 18px;
    position: absolute;
    bottom: 50%;
    right: 16%;
    margin-bottom: -132px;
    z-index: 1;
}

.google-map .how-to-find h5 {
    color: white;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin: 0 0 20px 0;
}

.google-map .how-to-find .form-group {
    margin-bottom: 15px;
}


/*selected-contact-info*/

.selected-contact-info {
    position: relative;
}

.selected-contact-info .selected {
    border-radius: 18px;
}

.selected-contact-info h1 {
    color: #1E1D29;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    margin: 25px 0 40px 0;
}

.selected-contact-info:after {
    content: "";
    background: url("../imgs/mask-gr-2.png") bottom left no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -10%;
    bottom: 0;
    z-index: -1;
    background-position-y: 0;
}

.selected-contact-info h5 span {
    display: block;
}

.selected-contact-info p {
    margin: 75px 0 0 0;
}

.selected-contact-info .contact-info {
    color: #191919;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    margin: 0 0 30px 0;
}


.selected-contact-info .contact-info img {
    vertical-align: top;
    width: auto;
    margin: 0;
}

.selected-contact-info .contact-info span {
    display: block;
    color: #3A3636;
    font-weight: 400;
}

.selected-contact-info .phone span {
    color: #313133;
    font-weight: 500;
    font-size: 11px;
}

.gmap_canvas iframe {
    width: 100%;
    height: 100%;
}

.google-map form .form-group .form-control {
    border: none;
}

.google-map.second .mapouter {
    height: 700px;
}

.google-map.second .gmap_canvas {
    height: 700px;
}


/*careers*/

.sec-intro {
    min-height: 585px;
}

.careers {
    background: url("../imgs/career-mask.png") center no-repeat, url("../imgs/career-mask-2.png") center no-repeat, url("../imgs/career-bgr.png") center no-repeat;
    background-size: cover;
}

.text {
    margin: 0;
    padding: 360px 0 40px 0;
    position: static;
}

.text h1 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 60px;
    margin-bottom: 20px;
}

.text p {
    color: white;
    font-size: 21px;
}


/*viva-credit-employer*/

.viva-credit-employer {
    position: relative;
}

.viva-credit-employer:after {
    position: absolute;
    content: "";
    background: url("../imgs/career-shape.png") right center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.viva-credit-employer h3 {
    margin: 0 0 20px 0;
}

.viva-credit-employer p {
    color: #3A3636;
    text-align: center;
    font-size: 20px;
    margin: 0 0 65px 0;
    line-height: 29px;

}

.viva-credit-employer .video-image {
    margin: 0 0 90px 0;
    position: relative;
}

.viva-credit-employer .video-image:after {
    position: absolute;
    content: "";
    background: url("../imgs/play-button.png") center no-repeat;
    background-size: 100%;
    width: 140px;
    height: 140px;
    left: 50%;
    top: 50%;
    margin-top: -70px;
    margin-left: -70px;
    cursor: pointer;

}

.viva-credit-employer .video-image:after:hover {
    opacity: 0.7;
}

.viva-credit-employer .awards {
    max-height: 70px;
}


/*viva-family*/

.viva-family {
    background: url("../imgs/get-money-bgr.jpg") center center no-repeat;
    background-size: cover;
    text-align: center;
}

.viva-family .heading {
    color: #fff;
    margin: 0 100px 28px;
}

.viva-family p {
    color: #fff;
    font-size: 20px;
    margin: 0 0 75px 0;
    font-weight: normal;
}

.viva-family img {
    height: 80px;
    margin: 0 0 15px 0;
}

.viva-family .lab {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    padding: 0 30px;
    font-weight: 600;
}


/*free-position*/
.free-position {
    background: #F1F5F6;
}

.free-position .heading {
    margin: 0 0 50px 0;
}

.free-position .positions-block {
    background: white;
    margin: 0 0 18px 0;
    padding: 18px 26px;
    border-radius: 16px;
}

.free-position h5,
.free-position .address,
.free-position .time,
.free-position .see-more {
    display: flex;
    align-items: center;
    height: 100%;
}

.free-position h5 {
    color: #3F3E4B;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
}

.free-position .see-all a img {
    margin-bottom: 2px;
}

.address {
    font-weight: 600;
    color: #191919;
    font-size: 16px;
}

.address img {
    margin: 0 5px 3px 0;
    width: 14px;
}

.time {
    color: #313133;
    font-weight: 500;
    font-size: 16px;
}

.time img {
    margin: 0 5px 1px 0;
    width: 14px;
}

.free-position .see-more {
    justify-content: end;
}

.free-position .see-all {
    text-align: center;
    margin: 30px 0 0 0;
}


/*apply-for-work*/

.apply-for-work {

}

.apply-for-work h2 {
    margin: 0 0 35px 0;
}

.apply-for-work p {
    color: #313133;
    margin-bottom: 30px;
}

.apply-for-work p a {
    text-decoration: underline;
    color: #313133;
    display: block;
    font-weight: 500;
}


.up-to-date {
    background: #F1F5F6;
}

.blog.up-to-date:after {
    display: none;
}

.up-to-date article {
    margin: 0;
}


/*free-position*/

.free-position-intro {
    background: url("../imgs/free-position-mask.png") center no-repeat, url("../imgs/free-position-mask2.png") center no-repeat, url("../imgs/free-position-bgr.png") center no-repeat;
    background-size: cover;
}


/*customer-service*/


.customer-service {
    position: relative;
}

.customer-service h1 {
    text-align: left;
}

.customer-service:after {
    content: "";
    position: absolute;
    background: url("../imgs/service-shape.png") left center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.customer-service.heading {
    text-align: left;
    margin: 0 0 30px 0;
}

.customer-service h5 {
    color: #1E1D29;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 20px 0;
    line-height: 28px;
}

.customer-service p {
    margin-bottom: 48px;
}

.specialist-location-and-apply-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.specialist-location-and-apply-btn .specialist-loc {

}

.specialist-location-and-apply-btn .specialist-loc .address {
    display: inline-block;
    margin-right: 40px;
}

.specialist-location-and-apply-btn .specialist-loc .time {
    display: inline-block;
}

.specialist-location-and-apply-btn .apply-btn a:hover {
    background: #FC0A27;
    color: white;
}

.customer-service ul {

}

.customer-service ul li {
    color: #313133;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 12px;
}

.customer-service ul li:before {
    content: "";
    position: absolute;
    left: 0;
    background: black;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: 0;
    margin-top: 11px;
}


/*apply*/

.apply {
    background: #F1F5F6;
}

.apply form {

}

.apply a.button {
    float: right;
    width: auto;
}

.apply span.currency {
    margin-top: -43px;
    width: auto;
    background: #F1F5F6;
    padding: 16px 18px 10px 17px;
    color: #3A3636;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
}

.apply form .form-group #inputPrice {
    padding-right: 120px;
    position: relative;

}

.apply ::-webkit-file-upload-button {
    display: none;
}

.apply .form-group {
    position: relative;
}

.apply label[for=inputPrice] {
    background: #F1F5F6;
    position: absolute;
    right: 0;
    padding: 15px 20px 15px 17px;
    top: 50%;
    margin-top: -25px;
    height: auto;
    color: #3A3636;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-left: 1px solid #818D92;
    border-radius: 0 43px 42px 0;
    margin-right: 2px;
    cursor: pointer;
    z-index: 1;
}

/*.apply form input[type="file"]{*/
/*    color: transparent;*/
/*}*/


.apply form input[type=file]::before {
    content: "CV";
    position: absolute;
    color: #706F74;
    font-size: 14px;
    margin-right: 10px;
}


.file-upload {
    display: block;
    color: #3A3636;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.file-upload .file-select {
    border: 1px solid #818D92;
    border-radius: 30px;
    padding: 6px 17px 5px 17px;
    font-size: 14px;
    height: auto;
    color: #706F74;
    background: white;
}

.file-upload .file-select .file-select-button {
    display: inline-block;
    height: 51px;
    line-height: 50px;
    position: absolute;
    right: 0;
    border-left: 1px solid #818D92;
    margin-right: 1px;
    color: #3A3636;
    padding: 0 20px;
    top: 50%;
    border-radius: 0 43px 43px 0;
    margin-top: -26px;
    background: #F1F5F6;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    font-weight: 400;
}

.file-upload .file-select:hover {
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    opacity: 0.7;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #E3001B;
    color: #FFFFFF;
    opacity: 1;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    display: block;
    border: 2px solid #dce4ec;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;

}


/*call-to-action*/

.call-to-action {
    background: #E31E24;
    padding: 11px 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    display: none;
    transition: all .6s;
    top: 0;
    transform: translateY(-198%);
}

.call-to-action.show {
    display: block;
    transform: translateY(97%);
    transition: all .6s;
}

.call-to-action h5 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 5px 0;
}

.call-to-action span {
    color: #FFFFFF;
    font-size: 16px;
    margin-right: 15px;
}

.call-to-action a.learn-more {
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 16px;
}

.call-to-action a.learn-more:hover {
    opacity: 0.7;
}

.call-to-action .set-price {
    display: flex;
    align-items: center;
    background: #ECF1F3;
    border-radius: 35px;
    justify-content: space-between;
    padding: 7px 11px;
}

.call-to-action .set-price button:first-child {
    padding: 0 0 1px 0;
}

.call-to-action .set-price button {
    background: #E3001B;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 23px;
    font-weight: 600;
}

.call-to-action .set-price button:hover {
    background: #cf041d;
}

.call-to-action .set-price span {
    color: #3F3E4B;
    font-weight: 600;
    font-size: 22px;
    margin: 0;
}

.call-to-action a.button {
    margin: 0;
    padding: 16px 50px 15.5px 50px;
}


.left-fragment {
    position: relative;
}

.left-fragment:after {
    content: "";
    background: url(../imgs/left-fragment.svg) top left no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -8%;
    z-index: -1;
}

.right-fragment {
    position: relative;
}

.right-fragment:after {
    content: "";
    background: url(../imgs/right-fragment.svg) top right no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}


.data-progress {
    position: relative;
    background: white;
    padding: 47px 30px 14px 30px;
    border-radius: 12px;
    box-shadow: 0 6px 9px 4px rgb(128 127 128 / 11%);
}

.data-progress .line-01.active,
.data-progress .line-02.active {
    background-color: #E3001B;
}

.data-progress .line-01 {
    height: 3px;
    background: #C8CDD0;
    width: 40%;
    position: absolute;
    top: 45px;
    left: 10%;
}

.data-progress .line-02 {
    height: 3px;
    background: #C8CDD0;
    width: 40%;
    position: absolute;
    top: 45px;
    right: 10%;
}

.data-progress .progress-step.active .val {
    color: #E3001B;
}

.data-progress .progress-step.completed .val span {
    opacity: 0;
}

.data-progress .progress-step.completed .val:after {
    content: "";
    background: url(../imgs/icons/border-check.svg) no-repeat;
    background-size: 100%;
}

.data-progress .progress-step.active .val:before {
    content: "";
    background: url(../imgs/icons/red-border.png) no-repeat;
    background-size: 100%;
    z-index: 2;
    width: 52px;
    height: 56px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -26px;
    margin-top: -26px;
}

.data-progress .progress-step .val {
    color: #BCBCBC;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}

.data-progress .progress-step .val span {
    position: relative;
    top: -12px;
    z-index: 2;
}

.data-progress .progress-step .val:after {
    content: "";
    background: url(../imgs/icons/border.png) no-repeat;
    background-size: 100%;
    width: 52px;
    height: 56px;
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -26px;
    margin-top: -26px;
}

.data-progress .progress-step .lab {
    color: #3F3E4B;
    font-weight: 600;
    font-size: 16px;
}

.data-progress .progress-step.step-01 {
    float: left;
    text-align: center;
}

.data-progress .progress-step.step-02 {
    text-align: center;
}

.data-progress .progress-step.step-03 {
    float: right;
    text-align: center;
}


/* -------------------- */

.promotions {
    background-color: #FEF2F3;
}

.promotions .promotion-block {
    margin: 0 0 40px 0;
    background-color: #fff;
}

.promotions .promotion-block:last-of-type {
    margin: 0;
}

.promotions .promotion-block .promotion-img {
    display: block;
}

.promotions .promotion-block .promotion-img img {
    border-radius: 18px 0 0 18px;
}

.promotions .promotion-block h3 {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    margin: 0;
    color: #3F3E4B;
    padding: 0 30px;
}

.promotions .promotion-block .promotion-content {
    text-align: center;
}

.promotions .promotion-block .term {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin: 25px 0 30px 0;
}

.promotions .promotion-block .term img {
    margin-right: 3px;
    height: 15px;
    vertical-align: baseline;
}

.promotions .promotion-block .term span {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #E3001B;
    display: block;
    margin: 3px 0 0 0;
}

/* -------------------- */

.promotion .internally-nav {
    text-align: center;
}

.promotion .internally-nav img {
    margin-right: 5px;
    vertical-align: baseline;
}

.promotion .internally-nav a {
    font-size: 18px;
    line-height: 22px;
    color: #706F74;
}

.promotion .internally-nav a:hover {
    color: #E50019;
}

.promotion h1 {
    font-size: 40px;
    line-height: 44px;
    color: #1E1D29;
    font-weight: bold;
    margin: 12px 0 40px 0;
    text-align: center;
}

.promotion .promotion-img {
    margin: 0 0 30px 0;
}

.promotion .promotion-img img {
    border-radius: 0 0 18px 18px;
}

.promotion .term {
    background-color: #E50019;
    color: #fff;
    border-radius: 18px 18px 0 0;
    padding: 15px 0;
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
}

.promotion .term span {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
}

.promotion .promotion-content {
    padding: 0 40px;
}

.promotion .promotion-content p {
    margin: 0 0 30px 0;
}

.promotion .promotion-content .promotion-list {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.promotion .promotion-content .promotion-list li {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    margin: 0 0 7px 0;
}

.promotion .promotion-content .promotion-list li:before {
    content: "";
    background-size: 18px;
    background: url(../imgs/icons/list-component.svg) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 0;
}