/* --------------------  ICARD.bg STYLES -------------- */
/* ---------------------------------------------------- */
/* commons */
.fs_18 {
    font-size: 18px!important;
}
.fs_30 {
    font-size: 30px;
}

.ml--100 {
    margin-left: -100px;
}

.blue-color {
    color: #009cff!important;
}
.grey-color {
    color:#646464!important;
}
.light-font {
    font-family: 'CarosSoftLight', sans-serif!important;
}

button:focus {
    outline: none;
}
a:hover {
    text-decoration: none;
    color: #01b1d7;
}

.link {
    color:#009cff; 
    font-family: 'CarosSoftLight', sans-serif;
    text-decoration: underline;
}
.link:hover {
    color:#0196f5; 
}

.form-control {
    border-color: #ccc;
    border-radius: 0!important;
    padding-left: 20px;
}

.form-control::-webkit-input-placeholder {
    color:#f0f0f0;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color:#bababa;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color:#bababa;
    opacity: 1;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #bababa;
    opacity: 1;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #bababa;
    opacity: 1;
}

.form-control::placeholder {
    color:#bababa;
    opacity: 1;
}

.form-control {
    font-size: 16px;
    color:#222;
}

select.form-control {
    background: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background: #fff url(../img/select-arrow.png) 96% 50% no-repeat;
    height: 42px!important;
}
.custom-control-label::before {
    background-color: #fafafa;
    border: 1px solid #ccc;
}
input.form-control.has-error,
select.form-control.has-error, 
label.declare1.has-error::before, 
label.declare2.has-error::before, 
label.declare3.has-error::before {
    border: 1px solid #b94a48;
}
/* ------------ */
body {
    font-family: 'CarosSoft', sans-serif; 
    font-size: 16px;
    color:#222;
    line-height: 1.4;
}
.top-menu .container {
    display: flex;
    flex-direction: row;
    height: 60px;
}
.top-menu a {
    font-size: 14px;
    color:#fff;
    display: inline-block;
}

.top-menu a .fa {
    border-radius: 20px;
    display: inline-block;
    width:20px;
    height:20px;
    padding: 2px;
    line-height: 16px;
    text-align: center;
    background-color: #009cff;
    color: #fff;
    font-size: 11px;
    margin-right: 6px;
}
.top-menu a .fa-phone {
    font-size: 14px;
    margin-left: 26px;
    line-height: 17px;
}

.navbar-nav li {
    margin-right: 30px;
}

.navbar-light .navbar-nav li .nav-link {
    position: relative;
    font-family: 'CarosSoft',sans-serif;
    font-weight: 300;
    color:#222222;

    padding-top: 3px;
    border-bottom:none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-transform: uppercase;

    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

.navbar-nav li .nav-link:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #009cff;;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.navbar-nav li .nav-link:hover::after {
    opacity: 1;
    visibility: visible;
    top: 46px;
}

.navbar-nav li.active a, .navbar-nav li a:hover, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#009cff;
    
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


/* NAVIGATION ACTIVE STATE FOR STATIC HTML VERTION ONLY ! */
.product-page .navbar-nav li a.product:after, 
.home-page .navbar-nav li a.home:after, 
.about-page .navbar-nav li a.about:after,
.contact-page .navbar-nav li a.contact:after
{
    color: #009cff;

    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #009cff;;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    opacity: 1;
    visibility: visible;
    top: 46px;
}

.main-menu {

    width: 100%;
    min-height: 75px;
    top: 60px;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 50;
    position: absolute;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    padding-bottom: 0;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 10px #aaa;  /* Chrome and Safari         */
    -moz-box-shadow: 0 0 10px #aaa;     /* Firefox 3.6               */
    box-shadow: 0 0 10px #aaa;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#aaaaaa);
}

.fixed-top .main-menu {
    top: 0;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}

.top-menu {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    z-index: 500;
    background-color: rgba(0,0,0,.5);
    font-size: 14px;
    opacity: 1;

}

.fixed-top .top-menu {
    display: none;
}

.btn.button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
    background: #009cff;
    color:#fff;
    text-transform: uppercase;
    height:30px; 
    line-height: 16px;
    padding: 0 29px;
    font-size: 16px;
    border-radius: 4px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; 
}
.btn.button:hover {
    background:#067bc5;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.navbar .btn.button {
    margin-top:-5px;
}

.btn-big {
    padding: 0;
}

.btn.button.big, .btn-big {
    font-size: 18px;
    height: 55px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 55px;
    letter-spacing: 1px;
}

.btn.button.big.disabled {
    background-color: #a7a8ab;
}
.btn.button.blue-border {
    border:1px solid #009cff;

    font-size: 19px;
    background-color: transparent;
    color:#009cff;
}



/* -------------  toggeler icon  ------------------ */
/* ------------------------------------------------*/

.navbar-toggler {
    position: relative;
    border: none;
}
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #444;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

/* / toggler icon */

h1, .section-title {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 21px;
    font-family: 'CarosSoftLight', sans-serif;
}

.sections .section-title {
    color:#222222;
}

.banner-div .banner-title {
    font-size: 48px;
    font-weight: 400;
    position: static;
}

h2 {
    font-size: 22px;
    font-weight: normal;
    font-family: 'CarosSoftLight', sans-serif;

}

.sections {
    padding-top: 141px;
    padding-bottom: 110px;
}
.regular-p {
    color:#646464;
}

.promo-text {
    padding-top:145px;
}


.icon-round-box {
    font-size: 22px;
    font-weight: 300;
    font-family: 'CarosSoft', sans-serif;
}

.icon-round-box-shadow {
    padding: 30px;
}

.icon-round {
    border-radius: 80px;
    width: 80px;
    height:80px;
    line-height: 80px;
    background-color: #009cff;
}

.icon-round-white {
    background-color:#fff;
    color:#009cff;
     -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border:1px solid #009cff;
}

.icon-round-box:hover .icon-round-white {
    background-color: #009cff;
    color:#fff;
}

.icon-round-box-title {
    font-size: 24px;
    font-weight: 400;
    font-family: 'CarosSoft', sans-serif;
    margin-top: 20px;
    color:#222;
}

.icon-round-box p {
    margin: 15px 0 0!important;
}

.icon-round-box-shadow {
    padding: 40px 20px;
}

.icon-round-box.icon-round-box-shadow:hover {
     -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 15px 2px #f0f0f0;
    -moz-box-shadow: 0px 0px 15px 2px #f0f0f0;
    box-shadow: 0px 0px 15px 2px #f0f0f0;
}


.finance-decision .row {
    margin-top: 43px;
}
.finance-decision h1 {
    margin-bottom: 80px;
}
.finance-decision h2 {
    margin-top: 10px;
}
.finance-decision p {
    font-size: 18px;
    font-family: 'CarosSoftLight', sans-serif;
}

.products-div {
    padding-top: 65px;
    padding-bottom: 0;
}
.products-div h1 {
    margin-bottom: 46px;
}
.products-div p {
    font-size: 22px;
    font-family: 'CarosSoftLight', sans-serif;
    margin-bottom: 3px;
}

.clients-div {
    margin-top: 41px;
}
.clients-div h1 {
    margin-bottom: 61px;
}
.clients-div h1 span {
    font-size: 42px;
    color:#009cff;
}
.clients-div .things {
    font-size: 22px;
    color:#646464;
    font-family: 'CarosSoftLight', sans-serif;
}
.clients-div .things span {
    font-size: 56px;
    color:#009cff;
    display: block;
    font-family: 'CarosSoft', sans-serif;
}
.limits-info-div {
    margin-top: 0;
    padding-top: 65px
}
.limits-info-div h1 {
    margin-bottom: 40px; 
}
.limits-info-div img {
    max-width: 360px;
}

.limits-info-div h2, .limits-info-div p, .limits-info-div .col h3 {
    font-family: 'CarosSoftLight', sans-serif;
}
.limits-info-div h2 {
    margin-bottom: 76px;
    color:#646464;
}
.limits-info-div .col h3 {
    font-size: 22px;
    margin-bottom: 22px;
}
.limits-info-div p {
    font-size: 17px;
    padding: 0 19px;
}
.limits-info-div .row.btn-row {
    margin-top: 52px;
}

/*  css zoom effect */
.item-div {
    position: relative;
    overflow: hidden;
    display:block;
}
.item-div img {
    max-width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.item-div:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); 
}

.limits-info-div .item-div {
    margin-bottom: 73px;
    -moz-box-shadow:2px 2px 15px #f0f0f0;
    -webkit-box-shadow:2px 2px 15px #f0f0f0;
    box-shadow:2px 2px 15px #f0f0f0;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#f0f0f0);
}

.limits-info-div .item-div img { 
    width:100%;
}

.partners-info-div {
    margin-bottom: 10px; 
    margin-top: 0;
    padding-top: 90px;
}
.partners-info-div img {
    margin: 0 48px 30px;
}
.partners-info-div h1 {
    margin-bottom: 75px;
}
.partners-info-div .item-div {
    display: inline-block;
    overflow: visible;
}

.footer-wrapper {
    background-color: #3c3c3c;
    color: #999;
}
.footer {
    padding: 82px 0 56px;
    color:#fff;
}
.footer-header {
    margin-bottom: 70px;
}
.footer-bottom {
    background-color: #252525;
}
footer h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
}
.footer .contacts, .footer .licences {
    font-size: 23px;
    font-family: 'MyriadPro-Regular', sans-serif;
}
.footer .licences {
    padding-left: 30px;
}
.footer .licences a:not(:first-of-type) {
    margin-left: 10px;
}
.footer .licences p {
    margin-bottom: 26px;
    color:#fff!important;
    font-size: 23px;
}
.footer .contacts a, .footer .contacts p {
    color:#fff;
    font-size: 23px;
}
.footer .contacts .phone {
    margin-bottom: 22px;
}
.footer .contacts .phone a {
    color:#009cff;
    font-size: 25px;
    font-family: 'CarosSoft', sans-serif;
}
.footer .list-group {
    margin-bottom: 25px;
}

.footer .list-group a {
    color: #fff;
    font-size: 17px;
    margin-top: 5px;
    background:url(../img/bullet.png) no-repeat left center;
    padding-left: 20px;
    font-family: 'CarosSoftLight', sans-serif;
}

.footer .list-group a:not(:last-child) {
    margin-bottom: 25px;
}
.footer a:hover {
    color:#009cff;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.footer .row:first-of-type {
    margin-bottom: 74px;
}
footer .footer-bottom {
    background-color: #252525;
    height: 50px;
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color:#b1b1b1;
}
footer .footer-bottom p {
    margin-bottom: 0;
}
.social-icons .fa {
    font-size:20px;
    color:#009cff;
}
.social-icons a {
    border:1px solid #6b6b6b;
    border-radius: 40px;
    width:40px;
    height:40px;
    text-align: center;
    line-height: 41px;
}
.social-icons a:hover {
    border-color:#009cff;

}
.social-icons a:hover .fa {
    color:#6b6b6b;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}



/* CAROUSEL CARDS  */
.carousel-containerr {
    width: 100%;
    overflow: hidden;
}

.icarousel {
    width: 490px;
    height: 400px;
    position: relative;
    margin: 20px auto;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.icarousel img {
    border-radius: 24px;
    border: none;
    width: 460px;
    height: 298px;
    -webkit-box-shadow: 0px 0px 74px 0px #e1dede;
    -moz-box-shadow:0px 0px 74px 0px #e1dede;
    box-shadow: 0px 0px 74px 0px #e1dede;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#e1dede);
    /*    border:1px solid #f0f0f0; */
    border:none;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
.icarousel img.current {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}

/* = Next Button = */
div#icarousel #iCarouselNext {
    display: none;
}

/* = Previous Button = */
div#icarousel #iCarouselPrev {
    display: none;
}
.d-fix-none {
    display:block;
}
.d-fix-block {
    display:none;
}

@media (max-width: 800px){
    .d-fix-none {
        display:none;
    }
    .d-fix-block {
        display: block;
    }
    img.d-fix-block {
        width:80%;
        margin: 0 auto;
    }

}

.scroll-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 59px;
    height: 59px;
    text-align: center;

    background-color: rgba(255,255,255,.8);
    color: #009cff;
    cursor: pointer;
    border: 2px solid #009cff;
    border-radius: 70px;
    text-decoration: none;
    opacity: 0;
    transition: all 0.8s linear;
    font-size: 38px;
}
.scroll-to-top.go-to-top {
    opacity: 1;
    transition: all 0.8s linear;
}
.scroll-to-top .fa {
    line-height: 44px;
}
.scroll-to-top:hover {
    border-color: #0280cc;
    background-color: rgba(233,233,233,.8);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.scroll-to-top:hover .fa {
    color: #0280cc;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
/* FIXED RIGHT MENU */
.menu-aside {
    position: fixed;
    top: 250px;
    transform: translateY(-50%);
    right: 0;
    z-index: 9999;
    transition: right 0.5s ease;

}
.menu-aside-item .h5 {
    font-size:16px;
    color:#fff;
    /* background: linear-gradient(to right, #0280cc , #0196f5); */
    background-color:#009cff;
    min-width:240px;
    min-height:47px;
    line-height: 47px;
    margin-bottom: 0;
    display:block;
}

.menu-aside h6 {
    font-size:13px;
    color:#222;
    margin-bottom: 5px;
}

.menu-aside-item p {
    font-size: 13px;
    font-family: 'CarosSoftLight', sans-serif;
    line-height: 1.4;
    color:#666;
}
.menu-aside-btn {
    background:#fff url(../img/icons/phone.png) no-repeat center center;
    width:47px;
    height:47px;
    border-radius: 4px;
    padding: 4px;
    display: block;
    float: right;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 11px #bbdff8;
    -moz-box-shadow:0px 0px 11px #bbdff8;
    box-shadow: 0px 0px 11px #bbdff8;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#bbdff8);
    /* border: 1px solid #f0f0f0; */
}


.menu-aside-btn:hover {
    background-image:url(../img/icons/phone-hover.png);
    background-color:#009cff;
    transition:all .2s;
}

.menu-aside-container {
    min-height: 100%;
    min-width: 240px;
    margin-right: 56px;
    position: absolute;
    z-index: 10000;
    top: 0;
    right: -345px;
    transform: translateX(0);
    transition: transform 0.6s ease;
    -webkit-box-shadow: 0px 0px 11px #bbdff8;
    -moz-box-shadow:0px 0px 11px #bbdff8;
    box-shadow: 0px 0px 11px #bbdff8;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#bbdff8);
    /* border: 1px solid #f0f0f0; */
}

.menu-aside-container .white-div {
    background-color: #fff;
    margin-top: 2px;
    padding: 15px 40px 5px;
}
.menu-aside-container .white-div a {
    font-size: 12px;
    font-family: 'CarosSoftLight', sans-serif;
    display:block;
    padding-left:20px;
    color:#222;
    margin-bottom: 13px;
    text-align: left;
}
.menu-aside-container .white-div a {
    background: url(../img/icons/mobile.png) no-repeat left center;
}
.menu-aside-container .white-div a:first-child {
    background-image: url(../img/icons/phone-min.png);
}
.menu-aside-container .white-div a:last-child {
    border-top:1px solid #acacac;
    padding-top: 15px;
}
.menu-aside-item {
    position: relative;
    min-height:47px;
}
.menu-aside-item +.menu-aside-item {
    margin-top: 2px;
}
.menu-aside-item:hover .menu-aside-btn:after {
    content: '';
    position: absolute;
    z-index: -2;
    width: 120%;
    height: 110%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.menu-aside-item:hover .menu-aside-container {
    transform: translateX(-100%);
    left: -2px;
}
.menu-aside-item:hover .menu-aside-container:before {
    left: 50%;
}
.menu-aside-item.location .menu-aside-btn {
    background-image: url(../img/icons/position.png);  
}
.menu-aside-item.location .menu-aside-btn:hover {
    background-image: url(../img/icons/position-hover.png);  
}
.menu-aside-item.cash .menu-aside-btn {
    background-image: url(../img/icons/pay.png);  
}
.menu-aside-item.cash .menu-aside-btn:hover {
    background-image: url(../img/icons/pay-hover.png);  
}
.menu-aside-item.pay-card .menu-aside-btn {
    background-image: url(../img/icons/pay-card.png);  
}
.menu-aside-item.pay-card .menu-aside-btn:hover {
    background-image: url(../img/icons/pay-card-hover.png);  
}

@media only screen and (max-width: 1100px) {
    .menu-aside {
        display: none;
    }
}

/* ------- products page ------------ */
.banner-div {
    background: url(../img/products/banner-metal.jpg) no-repeat center center;
    background-size: cover;
    width:100%;
    min-height: 480px;
}

.banner-div h1 {
    font-size: 35px;
    font-weight:300;
    color:#fff;
    position: absolute;
    bottom:78px;
    left:253px;
    text-shadow: 3px 1px 19px #333;
}

.product-page .banner-div {
    text-align: center;
    padding-top: 180px;
    padding-bottom: 40px;
}

.product-page .banner-div h1 {
    position: static;
    font-size: 34px;
    margin-bottom: 14px;
}

.product-page .banner-div p {
    font-size: 21px; 
    color: #fff; 
    margin-bottom: 30px;
}

.product-page .banner-div .btn.button.big {
    border: 2px solid #fff;
    outline: 0;
    text-shadow: none;
    background-color: transparent;
    font-size: 22px;
    letter-spacing: 0;
}

.product-page .banner-div .container {
    height: auto;
}

.banner-div .container {
    height:480px;
}

.white-holder {
    -webkit-box-shadow: -1px 3px 36px 7px #f0f0f0;  /* Chrome and Safari         */
    -moz-box-shadow: -1px 3px 36px 7px #f0f0f0;     /* Firefox 3.6               */
    box-shadow: -1px 3px 36px 7px #f0f0f0;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#f0f0f0);

    margin-top: 85px;
    text-align: left;
    position: relative;
    padding-top: 16px;
    padding-right: 60px;
    padding-bottom: 55px;
    margin-bottom: 117px;
}

.promo-label {
    display: inline-block;
    background: #009cff;
    background: linear-gradient(to right, #16bf94, #03d97d);
    padding: 15px 20px;
    text-transform: uppercase;
    color:#fff;
    text-shadow:1px 0 3px #3333339c;
    position: relative;
    left: 0px;
    top: -28px;
    font-size: 19px;
    letter-spacing: 1px;
    border-radius: 0 0 15px 15px;
    font-family: 'Lato', sans-serif;
    margin-left: 45px;
}
.promo-label:before {
    position: absolute;
    width: 0;
    height: 0;
    border-right: 9px solid #056b4c;
    border-top: 15px solid transparent;
    border-bottom: 0px solid #056b4c;
    display: inline-block;
    content: '';
    top: 0;
    left: -9px;
}

.promo-label:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid #0a684b;
    border-top: 15px solid transparent;
    border-bottom: 0px solid #0a684b;
    display: inline-block;
    content: '';
    top: 0;
    right: -9px;
}

.white-holder .img-card {
    position: absolute;
    top: 50%;
    left:-180px;
    height: 235px;
    margin-top: -117px;

    -webkit-box-shadow: 0px 10px 16px 6px #dedede;  /* Chrome and Safari         */
    -moz-box-shadow: 0px 10px 16px 6px #dedede;     /* Firefox 3.6               */
    box-shadow: 0px 10px 16px 6px #dedede;
/*    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#f0f0f0);*/
    border-radius: 15px;
}

.white-holder p {
    font-size: 16px;
    max-width: 460px;
    font-family: 'CarosSoftLight', sans-serif;
}
.white-holder p:not(:first-of-type) {
    line-height: 32px;
    text-align: justify;
    word-spacing: -1px;
}
.white-holder .btn {
    margin-top: 19px;
}

.white-holder h1 {
    margin-bottom: 28px;
}
.blue-check-group {
    font-size: 18px;
    font-family: 'CarosSoftLight', sans-serif;
    list-style: none;
}
.blue-check-group li {
    background: url(../img/icons/check.png) no-repeat left 8px;
    padding-left: 25px;
    margin-left:10px;
    margin-bottom:10px;
}

.white-holder label {
    color:#009cff;
    margin-bottom: 40px;
    margin-top: 26px;
}
.white-holder.reverse {
    padding-right: 0;
    padding-left: 60px;
}

.white-holder.reverse .promo-label {
    float: right;
    margin-right: 60px;
}

.white-holder.reverse .img-card {
    left:auto;
    right:-180px;
}


.white-holder .img-card {
    width: 363px;
    max-width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 10;
}

.white-holder .img-card:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); 
}

.white-holder.reverse h1, .white-holder.no-promo h1 {
    margin-top: 30px;
}

.white-holder p.card-elite {
    margin-top: 31px;
    margin-bottom: 42px;
}

.selection-card-div {
    background-color:#f4f4f4;
    padding: 68px 0 19px;
}

.selected-card img {
    -webkit-box-shadow: -1px 3px 36px 7px #f0f0f0;  /* Chrome and Safari         */
    -moz-box-shadow: -1px 3px 36px 7px #f0f0f0;     /* Firefox 3.6               */
    box-shadow: -1px 3px 36px 7px #f0f0f0;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#f0f0f0);

    max-width:210px;
}
.selected-card {
    margin-right: 84px;
    margin-bottom: 20px;
}

.selected-card p {
    margin-top: 25px;
    font-size: 18px;
}

.mini-close-icon {
    font-size: 15px;
    color:#b6b6b6;
    border:1px solid #b6b6b6;
    background-color: #fff;
    width:20px;
    height:20px;
    border-radius:20px;
    line-height: 17px;
    position: absolute;
    top:-7px;
    right:-10px;
    text-align: center;
    cursor:pointer;
}

.mini-close-icon:hover {
    color:#333;
    border-color: #333;
}
/* LOGIN MODALS */

.main-modals .modal-margin-lg {
    margin: 245px auto 0;
}

.main-modals .modal-header .close {
    color:#fff;
    padding-top: 0;
    padding-right: 0;
    text-shadow:none;
    opacity: .8;
    font-weight: 300;
}
.main-modals .modal-header .close {
    margin-top: -32px;
}

.main-modals.modal {
    margin: 0 auto;
}

.main-modals.modal form {
    padding-right: 56px;
    padding-left: 33px;
}
.main-modals .modal-title {
    color:#009cff;
    font-family: 'CarosSoft', sans-serif;
    font-size: 24px;
}
.main-modals .modal.show .modal-dialog {
    -webkit-box-shadow: 1px 1px 12px 0px #676666;  /* Chrome and Safari         */
    -moz-box-shadow: 1px 1px 12px 0px #676666;     /* Firefox 3.6               */
    box-shadow: 1px 1px 12px 0px #676666;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#676666);

    border-radius: 12px;
    width: 788px;
}

.main-modals .modal-footer {
    margin-top: 20px;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
}
.main-modals .modal-footer p {
    margin-bottom: 0;
    font-family: 'CarosSoft',sans-serif; 
}

.main-modals .passHelp span {
    color:#009cff;
}

.main-modals .modal .form-control {
    width:340px;
    border-radius: 0;
    height:42px;
    border-color: #ccc;
}
.main-modals.modal .form-group label {
    font-size: 15px;
}

.main-modals .modal-content {
    background: #fff url(../img/login/login-img.jpg) no-repeat top right;
/*    background-size: contain;*/
    width: 815px;
    min-height: 508px;
    color:#363636;
    font-size: 12px;
    font-family: 'CarosSoftLight', sans-serif; 
    border-radius: 12px;
    border:none;
}

.main-modals .modal-header {
    border-bottom:none;
    padding-left: 32px;
    padding-top: 30px;
    margin-bottom: 55px
}
.main-modals .modal-content .form-group:not(:first-of-type) {
    margin-top: 22px;
}

.captcha-img {
    vertical-align: top;
    height:42px;
    margin-right: 8px;
}

#forgotPassModal .modal-content {
    background-image: url(../img/login/reset-pass.jpg);
}

#forgotPassModal .modal-header {
    margin-bottom: 0;
}

#forgotPassModal form {
    width:450px;
}

#forgotPassModal form >p:first-of-type {
    margin-bottom: 32px;
    font-size: 16px;
    margin-top: 20px;
}

.captcha {
    margin-top: 20px;
}

.main-modals.modal .form-control.captcha-code {
    width: 222px;
    display: inline-block;
}
.main-modals.modal .form-text {
    margin-top: 20px;
    font-size: 14px;
}
.main-modals.modal .btn.button {
    font-size: 19px;
    height: 40px;
    line-height: 21px;
}

/* ----------- TARIFF PAGES ------------ */
/* tariff select */

#select-card {
    position: relative;
    display: inline-flex; 
    font-size: 18px;
    margin-top: 73px;
}
#select-card label {
    line-height: 44px;
}
#select-card select {
    width:352px;
    height: 47px;
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: transparent;

    border: 1px solid #dee2e6;
    font-size: 18px;
    cursor:pointer;
}
#select-card::before {
    content: '';
    position: absolute;
    top: .0625rem;
    right: .0625rem;
    bottom: .0625rem;
    width: 45px;
    height: 45px;
    pointer-events: none;
    z-index: 0;
    background-color: #009cff;
}
#select-card::after {
    content: '';
    border-top: .4375rem solid #fff;
    border-left: .375rem solid transparent;
    border-right: .375rem solid transparent;
    position: absolute;
    top: 50%;
    right: 1.45rem;
    pointer-events: none;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    -o-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
}
.tarif-page .sections {
    padding-bottom: 9px;

}
.tarif-page .banner-div {
    background-image: url(../img/tarif/banner-tarif.jpg);
}

.tarif-page.business .banner-div {
    background-image: url(../img/tarif/banner-tarif-business.jpg);
}

.tarif-page table {
    margin-top: 94px;
    border:none;
    font-size: 18px;
    font-weight: 300;
    font-family: 'CarosSoftLight';
    width:99%;
}
.tarif-page table th {
    /*    text-transform: uppercase;*/
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 2px;
    padding-top: 0;
    padding-bottom: 5px;
    border-left:none;
    border-bottom:none;
    color:#fff;
}
.tarif-page table .title {
    font-size: 28px;
    border-top:none;
    border-left:none;
    border-right:none;
    font-weight: 300;

    letter-spacing: 0;
    color:#222;
    padding-left: 27px;
    text-align: left;

}
.tarif-page table:not(.table-limits) td:first-child {
    width:939px;
    vertical-align: top;
    text-align: left;
}

.tarif-page table td.title-td{
    vertical-align: middle;
    text-align: center;
}
.clasic-color {
    background-color: #8dc63f;
}
.gold-color {
    background-color: #8781bd;
}
.elite-color {
    background-color: #15a4ff;
}
.infinite-color {
    background-color: #81a9bd; 
}
.business-color {
    background-color: #ffa53b;
}
.tarif-page table td {
    padding: 10px 27px;
    vertical-align: middle;
    text-align: center;
}

.tarif-page .legend {
    margin-bottom: 140px;
}
.tarif-page .legend p {
    font-family: 'CarosSoftLight', 'CarosSoft', sans-serif;
    padding-left: 27px;
    line-height: 32px;
    font-size: 18px;
}
.tarif-page .legend p:first-child {
    margin-bottom: 62px;
}

/*  icard-business-page */
.icard-cards-page .banner-div {
    background-image: url(../img/icard-cards/banner-icard-business.jpg);
}
.icard-cards-page .banner-div h1 {
    bottom: 76px;
    text-shadow: 3px 1px 19px #333;
}

.icard-cards-page .sections h1 {
    margin-bottom: 35px;
}
.sections h2 {
    color:#646464;
}
.icard-cards-page h3 {
    font-size: 21px;
    font-family: 'CarosSoftLight', sans-serif;
    font-weight: 300;
    color:#222;
    margin-bottom: 15px;
}
.icard-cards-page h3 span {
    color:#009cff;
}

.icard-cards-page .options p, .icard-cards-page .advantages p {
    color:#646464;
    font-size: 18px;
    font-family: 'CarosSoftLight';
}
.icard-cards-page .advantages {
    margin-top: 65px;
}

.icard-cards-page .advantages:first-of-type {
    margin-top: 77px;
}


.icard-cards-page .advantages h3, .icard-cards-page .advantages p {
    max-width:350px;
}

.icard-cards-page .round-holder {
    margin-top: 195px;
    margin-bottom: 261px;
}
.icard-cards-page .round-holder .cyrcle {
    border:4px dotted #d2d2d2;
    width: 600px;
    height:600px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    position: relative;
    margin: 0 auto;
}

.icard-cards-page .cyrcle img {
    width: 352px;
    border-radius: 14px;
    -webkit-box-shadow: 0px 10px 16px 6px #f0f0f0;
    -moz-box-shadow: 0px 10px 16px 6px #f0f0f0;
    box-shadow: 0px 10px 16px 6px #f0f0f0;
/*    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#f0f0f0);*/
    max-width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.icard-cards-page .cyrcle #i-card:hover {
    cursor:pointer;
    transform: none;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); 
}


.icard-cards-page .options {
    position: absolute;
    top:-134px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/icard-cards/euro.png) no-repeat bottom center;
    padding-bottom: 92px;
    cursor:pointer;
    min-height:95px;
}
.icard-cards-page.card-business .options {
    top: -116px;
}

.icard-cards-page .options h4 {
    font-size: 19px;
}

.icard-cards-page .options p {
    font-size: 16px;
    margin-bottom: 10px;
}
.icard-cards-page .options.align-items-center p {
    margin-bottom: 0;
}
.icard-cards-page .options.online {
    background: url(../img/icard-cards/pic2.png) no-repeat left center;
    padding-bottom: 0; 
    padding-left: 101px;
    top:100px;
    left:auto;
    right:-337px;
    transform: none;
}
.icard-cards-page.card-classic .options.online {
    right:-282px;
}
.icard-cards-page.card-business .options.online {
    right:-283px;
}
.icard-cards-page.card-classic h2 {
    word-spacing: -1px;
}

.icard-cards-page .options.online.supply {
    top:400px;
    right: -276px;
    background-image: url(../img/icard-cards/pic3.png);
}

.icard-cards-page .options.sms-email {
    top:auto;
    bottom: -132px;
    background: url(../img/icard-cards/pic4.png) no-repeat top center;
    padding-top: 99px; 
    padding-bottom: 0; 
}

.icard-cards-page .options.left-texts {
    background: url(../img/icard-cards/pic6.png) no-repeat right center;
    padding-bottom: 0; 
    padding-right: 101px;
    top:100px;
    left:-276px;
    right:auto;
    transform: none;
}

.icard-cards-page .options.left-texts.left-bottom {
    top:400px;
    left: -258px;
    background-image: url(../img/icard-cards/limits.png);
}
.icard-cards-page.card-business .options.left-texts.left-bottom {
    left: -235px;
}

.icard-cards-page .order-card {
    padding-bottom: 148px;
}
.icard-cards-page .order-card p {    
    font-size: 19px;
}

.icard-cards-page .order-card .button {
    margin-top: 65px;
}

.icard-cards-page .options:hover {
    background-image: url(../img/icard-cards/euro-hover.png); 
    /*    -webkit-transition: background-image 0.5s ease;
        -ms-transition:background-image 0.5s ease;
        transition: background-image 0.5s ease;*/
}
.icard-cards-page .options.online:hover {
    background-image: url(../img/icard-cards/pic2-hover.png); 
}
.icard-cards-page .options.online.supply:hover {
    background-image: url(../img/icard-cards/pic3-hover.png); 
}
.icard-cards-page .options.sms-email:hover {
    background-image: url(../img/icard-cards/pic4-hover.png); 
}
.icard-cards-page .options.left-texts:hover {
    background-image: url(../img/icard-cards/pic6-hover.png); 
}
.icard-cards-page .options.left-texts.left-bottom:hover {
    background-image: url(../img/icard-cards/limits-hover.png);  
}

/* card classic         */
.icard-cards-page.card-classic .banner-div {
    background-image: url(../img/icard-cards/banner-icard-classic-visa.jpg);
}
.icard-cards-page.card-classic .options.online {
    top: 42px;
    right: -240px;
}
.icard-cards-page.card-classic .options.online.supply {
    top: 252px;
    right: -263px;
}

.icard-cards-page.card-classic .options.left-texts {
    background-image: url(../img/icard-cards/free.png);
    top: 42px;
    left: -227px;
}
.icard-cards-page.card-classic .options.wi-fi {
    background-image: url(../img/icard-cards/contactless.png);
    top: 462px;
    right: -209px;
}
.icard-cards-page.card-classic .options.wi-fi:hover {
    background-image: url(../img/icard-cards/contactless-hover.png);
}
.icard-cards-page.card-classic .options.left-texts:hover {
    background-image: url(../img/icard-cards/free-hover.png);
}
.icard-cards-page.card-classic .options.left-bottom {
    background-image: url(../img/icard-cards/secure.png);
    top: 252px;
    left: -291px;
}
.icard-cards-page.card-classic .options.left-bottom:hover {
    background-image: url(../img/icard-cards/secure-hover.png);
}

.icard-cards-page.card-classic .options.sms-email {
    top: 462px;
    left: -315px;
    right:auto;
    bottom:auto;
    padding-top: 0;
    padding-right: 101px;
    transform: none;
    background-position: right center;
}

.examples-credit-limit {
    margin-top: 205px;
    width:900px;
}

.examples-credit-limit .inner-group {
    margin-bottom: 80px;
}

.examples-credit-limit .inner-group:first-of-type {
    margin-bottom: 40px;
}

.examples-credit-limit h4 {
    cursor:pointer;
    position: relative;
    text-align: left;
    font-size: 19px;
    background-color: #009cff;
    color:#fff;
    padding: 16px 19px;
    max-height: 50px;
    margin-bottom: 0;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.examples-credit-limit h4::before {
    content: "";
    position: absolute;
    top:0;
    right:0;
    width:50px;
    height:50px;
    background-color: #0072ba;
    cursor: pointer;
}

.examples-credit-limit h4::after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    right: 18px;
    top: 50%;
    content: "";
    color:#fff;
    cursor: pointer;
    transform: translateY(-50%);

    border-top: none;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid;
}
.examples-credit-limit h4.collapsed::after {
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-bottom: 0;
    border-left: 7px solid transparent;
}

.examples-credit-limit .list {
    border-radius: 0;
    line-height: 25px;
    padding: 20px;
    padding-bottom: 0px;
    text-align: justify;
}

/* ------------ card gold ---------- */
.icard-cards-page.card-gold .banner-div {
    background-image: url(../img/icard-cards/banner-icard-gold.jpg);
}

.icard-cards-page.card-gold .options:first-of-type {
    top: -135px;
}
.icard-cards-page.card-gold .options.left-texts {
    top: 42px;
    left: -227px; 
}

.icard-cards-page.card-gold .options.left-texts.left-bottom {
    top: 252px;
    left: -291px;
}

.icard-cards-page.card-gold .options.left-texts.left-last {
    top: 462px;
    left: -257px;
}

.icard-cards-page.card-gold .options.online {
    top: 42px;
    right: -269px;
}
.icard-cards-page.card-gold .options.online.supply {
    top: 252px;
    right: -268px;
}
.icard-cards-page.card-gold .options.online.security-card {
    top: 462px;
    right: -255px;
}

.icard-cards-page.card-gold .options.left-texts {
    background-image: url(../img/icard-cards/limits.png);
}
.icard-cards-page.card-gold .options.left-texts:hover {
    background-image: url(../img/icard-cards/limits-hover.png);
}
.icard-cards-page.card-gold .options.left-texts.left-bottom {
    background-image: url(../img/icard-cards/contactless.png);
}
.icard-cards-page.card-gold .options.left-texts.left-bottom:hover {
    background-image: url(../img/icard-cards/contactless-hover.png);
}
.icard-cards-page.card-gold .options.left-texts.left-last {
    background-image: url(../img/icard-cards/free.png);
}
.icard-cards-page.card-gold .options.left-texts.left-last:hover {
    background-image: url(../img/icard-cards/free-hover.png);
}
.icard-cards-page.card-gold .options.online.security-card {
    background-image: url(../img/icard-cards/secure.png);
}
.icard-cards-page.card-gold .options.online.security-card:hover {
    background-image: url(../img/icard-cards/secure-hover.png);
}
.icard-cards-page.card-gold .foot-note-position {
    margin-top: 115px;
}
/* LEGAL TERMS PAGE */
.legal-page .banner-div {
    background-image: url(../img/legal/banner-legal-page.jpg);
}
.legal-page h1 {
    margin-bottom: 80px;
}
.legal-page h2 {
    margin-bottom: 40px;
}
.legal-page .line-div {
    border:1px solid #cccccc;
    font-family: 'CarosSoftLight', sans-serif;
    font-size: 17px; 
    box-shadow: none;
    color:#222;
    margin-bottom: 28px;
    padding: 8px 6px;
    padding-right: 20px;

    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.legal-page .line-div:last-of-type {
    margin-bottom: 0;
}
.legal-page .line-div .ico-font-pdf-file {
    color:#ccc;
    font-size: 40px;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
}

.ico-font-download-ico {
    color:#009cff; 
    font-size: 30px;
}
.legal-page .line-div:hover {
    border-color:#009cff;
    /* box-shadow: 0px 0px 10px 2px #009cff; */
    -webkit-box-shadow: 0px 0px 10px 2px #cfecff;  /* Chrome and Safari         */
    -moz-box-shadow: 0px 0px 10px 2px #cfecff;     /* Firefox 3.6               */
    box-shadow: 0px 0px 10px 2px #cfecff;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#cfecff);

    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.legal-page .line-div:hover i {
    color:#009cff;
}

.shadow-box {
    -webkit-box-shadow: 0px 0px 15px 2px #f0f0f0;  /* Chrome and Safari         */
    -moz-box-shadow: 0px 0px 15px 2px #f0f0f0;     /* Firefox 3.6               */
    box-shadow: 0px 0px 15px 2px #f0f0f0;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#f0f0f0);
    padding:  40px 46px;
    margin-bottom: 50px;
}
.shadow-box:last-of-type {
    margin-bottom: 46px;
}

/* ABOUT US PAGE */
.about-page .banner-div {
    background-image: url(../img/about-us/banner.jpg);
    background-size: cover;
    background-position-y: bottom;
    min-height: 440px;
}

.about-page .sections p {
    font-size: 22px;
    line-height: 35px;
    font-family: 'CarosSoftLight', sans-serif;
    color:#646464;
    margin-top: 32px;
    margin-bottom: 55px;
}

.about-page .pics.section-image img {
    max-width: 515px;
}

.about-page .pics.section-image span {
    width: fit-content;
}

.about-page .icon-round .ico-font {
    font-size: 40px;
}

.about-page .sections.grey {
    background-color: #fafafa;
}

.about-page .pics {
/*    margin-top: 72px;
    margin-bottom: 40px;*/
}
.about-page .pics img {
    width:100%;

    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.about-page .pics span {
    position: relative;
    width: 100%;
    display: inline-block;
    height: auto;
}
.about-page .pics span:before {
    content: ' ';
    position: absolute;
    display: inline-block;
    width: 88%;
    height: 91%;
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}
.about-page .pics .first span:before {
    width: 91%;
    height: 88%;
}
.about-page .pics .sec span:before {
    width: 89%;
    height: 88%;
}

.about-page .pics span:hover:before {
    border: 3px solid #fff;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.about-page .pics div span p {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left:50%;
    position: absolute;
    margin: 0;
    color: #fff;
    bottom: 30px;
    width: 100%;
    text-shadow: 3px 1px 19px #333;
}


.about-page .first, .about-page .sec, .about-page .third {
    width:465px;
    display: inline-block;
    color:#fff;
    position: relative;
}
.about-page .first {
    padding-top: 160px;
}

.about-page .sec {
    width:352px;
    margin-left: 15px;
    margin-right: 15px;
}
.about-page .sec span:first-of-type {
    margin-bottom: 15px;
}
.about-page .third {
    width:315px;
    padding-top: 90px;
}

/* CONTACT PAGE */
.contact-page .banner-div {
    background-image: url(../img/contact/banner.jpg);
}
.contact-page .head-p {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 18px;
    font-size: 22px;
}
.contact-page .shadow-box:first-of-type .head-p {
    margin-bottom: 25px;
}
.contact-page h1, .contact-page h2 {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.contact-page .shadow-box {
    font-family: 'CarosSoftLight', sans-serif;
    margin-top: 80px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.contact-page .shadow-box.contacts a {
    color:#222;
    font-size: 20px;
    margin-right: 40px;
}
.contact-page .form-group {
    margin-bottom: 21px;
    font-size: 18px;
}

.contact-page .form-group:first-of-type {
    margin-top: 15px;
}
.contact-page textarea {
    height: 252px;
}

.contact-page .custom-checkbox {
    margin-top: 10px;
    text-align: justify;
}

.contact-page .captcha-row {
    margin-top: 30px;
    margin-bottom: 30px;
}
.custom-checkbox a.icon-info {
    display: inline-block;
    font-size: 12px;
    color: #009cff;
    cursor: pointer;
}

.contact-page .captcha-row .form-control {
    width: 69%;
    display: inline-block;
}
.captcha-img {
    display: inline-block;
    height: 42px;
    margin-right: 15px;
}

.contact-page .btn.button.big {
    line-height: 16px;
    font-size: 16px;
    height: 50px;
}
.contact-page .find-us select {
    width:50%; 
    margin-bottom: 22px;
}

.contact-page .ico-font-big-envelope {
    color: #009cff; 
    margin-right: 10px;
    font-size: 18px;
}
.contact-page .ico-font-phone-1 {
    margin-right: 5px;
    color: #009cff;
}
.contact-page .fa-map-marker {
    margin-right:0;
    color: #009cff;
}
.popover {
    text-align: center;
    font-size: 14px;
    font-family: 'CarosSoftLight', sans-serif;
    border-color: #009bfe;
    -webkit-box-shadow: 0px 0px 15px 2px #93cff6;  /* Chrome and Safari         */
    -moz-box-shadow: 0px 0px 15px 2px #93cff6;     /* Firefox 3.6               */
    box-shadow: 0px 0px 15px 2px #93cff6;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#93cff6);

    border-radius: 10px;
    max-width:360px;
}

.map-holder {
    margin-top: 25px;
}

.offices {
    width:256px;
    height: 477px;
    margin-right: 10px;
    overflow-x: hidden;
    overflow-y: visible;
}

.address {
    position: relative;
    width:210px;
    padding:25px 10px 20px 20px;
    padding-bottom: 0;
    cursor: pointer;
    -webkit-box-shadow: none;  /* Chrome and Safari         */
    -moz-box-shadow: none;     /* Firefox 3.6               */
    box-shadow: none;
    border: 1px solid #fff;

    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'CarosSoft', sans-serif;
}

.offices .address {
    padding: 20px 0 20px 7px;
}
.offices .address:hover div {

    position: absolute;
    display: inline-block;
    width: 110%;
    height: 93%;
    border: 1px solid #66c4ff;
    -webkit-box-shadow: 0px 0px 10px 0 #66c4ff;  /* Chrome and Safari         */
    -moz-box-shadow: 0px 0px 10px 0 #66c4ff;     /* Firefox 3.6               */
    box-shadow: 0px 0px 10px 0 #66c4ff;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#66c4ff);
    top: 50%;
    z-index: 20;
    left: -13px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translateY(-50%);
}

.address h3 {
    color: #009cff;
    font-size: 17px;

    display:flex;
    align-items: center;
}

.address h3 img {
    max-width:50px;
    margin-left: 15px;

}

.address p {
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    border-bottom: 1px solid #cfcfcf;
}
.address p span {
    font-family: 'CarosSoftLight', sans-serif;
}
.address:nth-child(3) p {
    border-bottom: none;
}
.map.address:hover {

    border: 1px solid #009cff;
    -webkit-box-shadow: 0px 0px 15px 2px #93cff6;  /* Chrome and Safari         */
    -moz-box-shadow: 0px 0px 15px 2px #93cff6;     /* Firefox 3.6               */
    box-shadow: 0px 0px 15px 2px #93cff6;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#93cff6);

    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.address:hover p {
    border-bottom: none;
    color: #009cff;
}

.map {
    position: relative;
    width:556px;
}
.map .address {
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width:477px;
    padding: 35px;
    background-color: #fff;
}
.map .address h3 {
    margin-bottom: 4px;
}

.map .address p {
    padding-bottom:0;
    border:none;
}
.map .address div:not(:first-of-type) {
    border-left: 1px solid #ccc;
}
.map .address div:not(:first-of-type) p {
    margin-top: 4px;
}

/* BUSINESS request page */
.request-page .banner-div {
    background-image: url(../img/request/banner-request.jpg);
}

.request-page h3 {
    font-size: 20px;
    font-family: 'CarosSoftLight', sans-serif;
    margin-bottom: 27px;
}
.request-page .card-b2b {
    width:275px;
    margin-top: -17px;
    -webkit-box-shadow: -1px 3px 36px 7px #f0f0f0;  /* Chrome and Safari         */
    -moz-box-shadow: -1px 3px 36px 7px #f0f0f0;     /* Firefox 3.6               */
    box-shadow: -1px 3px 36px 7px #f0f0f0;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#f0f0f0);
    border-radius: 10px;
}

.request-page label {
    font-family: 'CarosSoftLight', sans-serif;
}

.request-page .form-group {
    padding-right: 24px;
}
.request-page .form-group:last-of-type {
    padding-right: 0;
}
.request-page .holder {
    padding-bottom: 34px;
    border-bottom: 1px solid #dadada;
    margin-top: 46px;
}
.request-page .holder:first-of-type {
    margin-top: 60px;
}
.request-page .holder:last-of-type {
    border-bottom: none;
}

.request-page .form-row:not(:first-of-type) {
    margin-top: 10px;
}

.request-page .custom-checkbox {
    font-size: 19px;
    text-transform: uppercase;
    color:#009cff;
    margin-bottom: 40px;  

}
.request-page .custom-checkbox label {
    font-family: 'CarosSoft', sans-serif;
}
.request-page h4 {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: 'CarosSoftLight', sans-serif;
}
.request-page .form-row p {
    color:#646464;
}
.request-page .blue-border {
    margin-top: 28px;
    margin-bottom: 15px;
}
.request-page select {
    width:100%;
}
.request-page .table thead th {
    width:20%;
    font-family: 'CarosSoftLight', sans-serif;
    font-weight: normal;
}

input[type='file'] {
    opacity: 0;
    position: absolute;
    top:0;
    left:0;
    padding: 0;
    margin: 0;
    height: 100%;
    cursor:pointer;
}
.upload-area {
    height:42px;
    width:100%;
    position: relative;
}

.upload-area.col-lg-4 {
    padding-right: 10px;
    padding-left: 0;
}
.upload-area .button {
    padding-top: 4px;
    background-color: #e9e9e9;
    border:1px solid #ccc;
    padding: 0 10px;
    width:100%;
    height:100%;
    border-radius: 0;
    color:#646464;
    padding-left: 45px;
    text-align: left;
}
.upload-area .button:before {

}

.upload-area .button:hover, .upload-area .button:focus, .upload-area .button:active {
    background-color: #e9e9e9;
}
.file-path-holder {
    height:42px;
    width:100%;
    border:1px solid #ccc;
    padding: 0 20px;
    position: absolute;
    top:0;
    left:0;
    background-color: #fff!important;
    color:#bababa;
}
.close-icon-input {display: inline-block;}
.close-icon-input:after {
    content:'x';
    position: absolute;
    top:25%;
    right:10px;
    display: inline-block;
    cursor:pointer;
}
.notification-box {
    border:1px solid #009cff;
    border-radius: 10px;
    padding: 25px 104px;
    margin-top: 48px;
    margin-bottom: 20px;
    background: url(../img/request/plane.png) 20px center no-repeat;
}
.grey-checkbox {
    color:#222!important;
    font-size: 18px;
    text-transform: none;

}
.request-page .notification-box .custom-checkbox {
    margin-bottom: 10px;
}
.request-page .notification-box p {
    margin-bottom: 0;
}
.request-page .captcha-row .form-control {
    width:65%;
}

.request-page .custom-checkbox.final {
    margin-bottom: 18px;
}

.request-page .custom-checkbox.final label, .request-page .final-p {
    font-size: 16px;
}

.request-page .final-p {
    padding-left: 24px;
}
.request-page .table-responsive {
    width: 102%;
    margin-left: -10px;
}

.icon-paperclip, .ico-font-checked {
    display:inline-block;
    position: absolute;
    top: 10px;
    left:20px;
}

.request-page .btn.button.big {
    padding-left: 24px;
    padding-right: 24px;
    height: 52px;
    line-height: 52px;
}
.request-page .representatives {
    margin-top: 40px;
}
.request-page select.form-control {
    color: #bababa;
}
.request-page select.form-control option:not(first-of-type)
{
    color:#222;
}
.cardholder {
    margin-top: 45px;
}

/*  THANK YOU PAGE */
.thanks-page .banner-div {
    background-image: url(../img/thank-you/banner-thanks.jpg);
    min-height: 340px;
}
.thanks-page .container.main {
    margin-top: 150px;
    padding-bottom: 150px;
}
.thanks-page .container.main img {
    max-width:386px;
}
.thanks-page h1 {
    margin-top: -31px;
    font-size: 32px;
    font-family: 'CarosSoft', sans-serif;
}
.thanks-page .container.main p {
    font-size: 22px;
    margin-bottom: 65px;
}

.thanks-page .btn.button.big {
    font-size: 23px;
    padding-left: 26px;
    padding-right: 26px;
}
/* 404-page */

.error-page .banner-div {
    background-image: url(../img/404/404-banner.jpg);
    min-height: 340px;
}
.error-page h1 {
    margin-top: 68px;
}

/* ------------------------------------------------------------ *\
    Icons
\* ------------------------------------------------------------ */

.ico-card { display: inline-block; width: 49px; height: 35px; background: url(../img/icard-cards/ico-card.png) 0 0 no-repeat; }
.ico-card-gray { display: inline-block; width: 49px; height: 35px; background: url(../img/icard-cards/ico-card-gray.png) 0 0 no-repeat; }
.ico-card-e { display: inline-block; width: 57px; height: 43px; background: url(../img/icard-cards/ico-card-e.png) 0 0 no-repeat; }
.ico-card-e-gray { display: inline-block; width: 57px; height: 43px; background: url(../img/icard-cards/ico-card-e-gray.png) 0 0 no-repeat; }
.ico-card-percent { display: inline-block; width: 59px; height: 44px; background: url(../img/icard-cards/ico-card-percent.png) 0 0 no-repeat; }
.ico-card-percent-gray { display: inline-block; width: 59px; height: 44px; background: url(../img/icard-cards/ico-card-percent-gray.png) 0 0 no-repeat; }
.ico-insurance { display: inline-block; width: 49px; height: 53px; background: url(../img/icard-cards/ico-insurance.png) 0 0 no-repeat; }
.ico-insurance-gray { display: inline-block; width: 49px; height: 53px; background: url(../img/icard-cards/ico-insurance-gray.png) 0 0 no-repeat; }
.ico-person { display: inline-block; width: 43px; height: 48px; background: url(../img/icard-cards/ico-person.png) 0 0 no-repeat; }
.ico-person-gray { display: inline-block; width: 43px; height: 48px; background: url(../img/icard-cards/ico-person-gray.png) 0 0 no-repeat; }
.ico-plane { display: inline-block; width: 58px; height: 41px; background: url(../img/icard-cards/ico-plane.png) 0 0 no-repeat; }
.ico-plane-gray { display: inline-block; width: 58px; height: 41px; background: url(../img/icard-cards/ico-plane-gray.png) 0 0 no-repeat; }

/* ------------------------------------------------------------ *\
    Wrapper
\* ------------------------------------------------------------ */

.wrapper {
    overflow: hidden;
}

/* ------------------------------------------------------------ *\
    Section Primary
\* ------------------------------------------------------------ */

.section-primary  {
    padding: 70px 0;
}

.section-primary .section-head {
    text-align: center;
    margin-bottom: 80px;
}

.section-primary .section-head h1 {
    margin-bottom: 35px;
}
.section-primary .section-head h2 {
    color: #646464; 
}  

.section-primary .section-title-narrow {
    max-width: 770px;
    margin: 0 auto;
}

.section-primary .section-foot {
    margin-top: 70px;
}

/*  Section Primary Alt   */
.section-primary-alt .section-image {
    position: absolute;
    top: -30px;
    right: -110px;
    height: 510px;
    min-width: 1100px;
}

.section-primary-alt .section-image img {
    width: 100%;
}

/*  Section Features Elite  */
.section-features-elite .section-image {
    position: relative;
}

.section-features-elite .section-image img {
    position: absolute;
    left: -75%;
}

.section-features-elite .section-foot {
    text-align: center;
}

.section-features-elite .section-foot .blue-check-group {
    max-width: 600px;
    padding-left: 0;
    margin: 0 auto 60px;
}

/*  Examples  */
.section-primary .examples-credit-limit {
    margin: 65px auto;
}

.section-primary .credit-limit-offset {
    margin: 65px auto 0;
}

/* ------------------------------------------------------------ *\
    List Features
\* ------------------------------------------------------------ */

.list-features {
    list-style: none;
}

.list-features li {
    position: relative;
    min-height: 160px;
    margin-bottom: 25px; 
}

.list-features li:after {
    content: '';
    position: absolute;
    display: inline-block; 
    top: 45px;
    left: 175px;
    right: 0;
    z-index: -1;
    height: 1px;
    border-width: 1px;
    border-style: dashed;
    border-color: #d2d2d2;
    /*background: url(../img/icard-cards/dash.png) repeat-x; */

}

/*  Feature wrapper  */
.list-features .feature-wrapper {
    max-width: 245px;
    text-align: center;
}

.list-features .feature-title {
    position: relative;
    padding-bottom: 10px;
}

.list-features .feature-title:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 60px;
    height: 1px;
    bottom: 0;
    background: #222222;
    transform: translateX(-50%)
}

.list-features .feature-icon {
    position: relative; 
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 1px solid #58595b;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity .5s;
    transform: translateZ(0) scale(1.0, 1.0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.list-features .feature-icon .ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(0) scale(1.0, 1.0) translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.list-features .feature-icon:hover {
    background: linear-gradient(to bottom, #1e5799 0%,#1e5799 0%,#000000 0%,#515151 100%);
}

.list-features .feature-icon:hover .ico-gray {
    display: none;
}
.list-features .feature-icon:hover .ico-white {
    display: block;
}

/* List Features left  */
.list-features-offset-left li:first-child,
.list-features-offset-left li:last-child {
    margin-left: 65px; 
}


/*  Features Right  */
.list-features-offset-right .feature-wrapper {
    margin-left: auto; 
}

.list-features-offset-right li:after{
    left: 0;
    right: 175px;
}

.list-features-offset-right li:first-child,
.list-features-offset-right li:last-child {
    margin-right: 65px; 
}

/* ------------------------------------------------------------ *\
    Feature Circle - Card Infinite
\* ------------------------------------------------------------ */

.features-circle-outer {
    padding: 100px 100px 60px 100px;
}

.features-circle { 
    width: 600px; 
    height: 600px; 
    border: 4px dotted #d2d2d2; 
    border-radius: 50%;
    position: relative;
}

.features-circle .features-image {
    -webkit-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s; 

}

.features-circle .features-image:hover {
    -webkit-transform: scale(1.05); 
    -ms-transform: scale(1.05); 
    -o-transform: scale(1.05); 
    transform: scale(1.05); 
}

.features-circle .feature-icon {
    flex: 0 0 90px;
    background-color: #fff; 
    -webkit-box-shadow: 0 0 0 15px #fff; 
    box-shadow: 0 0 0 15px #fff; 
}

.features-circle .feature-wrapper:after {
    display: none;
}

.features-circle .feature-wrapper {
    position: absolute; 
    top: 0; 
    left: 0;
    max-width: 1000px;
}

.features-circle .feature-wrapper .feature-title {
    padding-bottom: 0; 
    margin-bottom: 0;
    padding: 20px; 
}

.features-circle .feature-wrapper .feature-title:after {
    display: none;
}

.features-circle .list-features {
    padding: 0;
}

.features-circle .list-features .feature-action {
    color: #222; 
}

.features-circle .list-features .feature-action:hover .feature-icon {
    background: linear-gradient(to bottom, #1e5799 0%,#1e5799 0%,#000000 0%,#515151 100%);
}

.features-circle .list-features .feature-action:hover .feature-icon .ico-gray {
    display: none;
}
.features-circle .list-features .feature-action:hover .feature-icon .ico-white {
    display: block;
}

.features-circle .list-features li {
    position: absolute;
    min-height: auto;
    margin-bottom: 0;
}

.features-circle .list-features li:nth-child(1) {
    left: -40px; 
    top: -60px;
}

.features-circle .list-features li:nth-child(2) {
    right: 20px; 
    top: -60px; 
    left: auto;
}

.features-circle .list-features li:nth-child(3) {
    left: -210px; 
    top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%); 
    -o-transform: translateY(-50%); 
    transform: translateY(-50%);  
}

.features-circle .list-features li:nth-child(4) {
    right: -260px; 
    top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%); 
    -o-transform: translateY(-50%); 
    transform: translateY(-50%); 
    left: auto; 
}

.features-circle .list-features li:nth-child(5) {
    left: 49px; 
    bottom: -80px; 
    top: auto; 
}

.features-circle .list-features li:nth-child(6) {
    right: 61px; 
    bottom: -88px; 
    top: auto;
    left: auto;
}

.features-circle .feature-icon {
    width: 90px !important; 
}

/* ------------------------------------------------------------ *\
    Box
\* ------------------------------------------------------------ */

.box {
    box-shadow: 0px 0px 39.6px 0.4px rgba(139, 139, 139, 0.15);
    color: #646464; 
}

.box .box-content {
    min-height: 480px;
    padding: 40px 25px 40px 40px;
    font-family: 'CarosSoftLight', sans-serif;
    font-size: 18px;
}

.box .box-content-offset {
    padding-left: 100px;
}

.box .box-title {
    margin-bottom: 30px;
    font-weight: 600;
    color: #222; 
}

.box .box-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    min-width: 1000px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}

.box .box-image .image-stretch {
    width: 100%;
    height: 100%;
    max-width: none;
}

.box .box-image .image-center {
    position: absolute;
    top: 50%;
    max-width: 100%;
    width: 330px;
    height: auto;
    right: -60px;
    transform: translateY(-50%);
    z-index: 110; 
}

.box .box-head-image {
    display: inline-block;
    margin-bottom: 15px; 
}

/*  Box reverse  */
.box-reverse .box-content {
    padding: 40px;
}

.box-reverse .box-image {
    right: auto;
    left: 0;
}

/*  Box solid  */
.box-solid {
    background: #fff;
}

.box-solid-dark {
    background: #010101; 
}

.box-solid-dark .box-content {
    color: #fff; 
}

.box-solid-dark .box-title {
    color: #fff; 
}

.box-solid-dark .box-image {
    min-width: auto;
    width: 100%;
    right: auto;
}


/*  Box Narrow  */
.box-narrow {
    margin-bottom: 30px;
    box-shadow: 0px 0px 39.6px 0.4px rgba(139, 139, 139, 0.15);
}

.box-narrow .box-content {
    min-height: 275px;
    padding: 40px;
}

/*  Box image bg  */
.box .box-image-bg {
    position: static;
    min-height: 350px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; 
}

/* ------------------------------------------------------------ *\
    Blue check
\* ------------------------------------------------------------ */

.blue-check-offset {
    padding-left: 0;
}

.blue-check-offset li {
    padding-left: 35px;
    margin-left: 0;
    margin-bottom: 30px;    
}

.blue-check-offset strong {
    color: #222; 
}

/*  Button Dark Gradient  */
.btn-dark-gradient {
    background: linear-gradient(to bottom, #1e5799 0%,#1e5799 0%,#000000 0%,#515151 100%)!important;
}

/* ------------------------------------------------------------ *\
    Credit Limit 
\* ------------------------------------------------------------ */

/*  Credit limit Offset */
.credit-limit-offset {
    margin: 65px auto 0;
}

.credit-limit-offset .inner-group:first-of-type {
    margin-bottom: 0;
}

/*  Credit Limit Dark  */
.credit-limit-dark .list {
    padding: 0; 
}

.credit-limit-dark .credit-limit-content {
    padding: 15px 0 0 0; 
}

.credit-limit-dark .credit-limit-content p {
    margin: 0; 
    padding: 0;
}

.credit-limit-dark h4 {
    background-color: transparent;
    border-bottom: 2px solid #e2e2e2; 
    color: #222; 
}

.credit-limit-dark h4::before {
    background: linear-gradient(to bottom, #1e5799 0%,#1e5799 0%,#000000 0%,#515151 100%);
}

.credit-limit-dark p {
    font-size: 18px;
    color: #7d7f7f;
}

.contactless-limit-foot-note {
    font-size: 13px;
    padding-top: 20px;
    color: #646464;
}

/* ------------------------------------------------------------ *\
    Bottom info
\* ------------------------------------------------------------ */

.bottom-info {
    font-size: 22px;
    font-family: 'CarosSoftLight', sans-serif;
    color: #646464; 
    text-align: center; 
}

.bottom-info p {
    margin-bottom: 70px;
}

.bottom-info .info-italic {
    font-style: italic;
    font-size: 19px;
}

/*  Link break word */
.link-break {
    word-break: break-word;
}

/*  Responsive Elite Page  */
@media(max-width: 1199px){
    .section-features-elite .section-image img {
        top: 30px; 
        max-width: 390px; 
    }

    .box .box-content {
        padding: 25px 20px;
    }

    /*  features-circle  */

    .features-circle {
        width: 500px; 
        height: 500px;
    }

    .features-circle .features-image {
        width: 250px; 

    }

    .features-circle .list-features li:nth-child(1) {
        left: -83px; 
        top: -70px;
    }

    .features-circle .list-features li:nth-child(2) {
        right: -21px; 
        top: -70px; 
        left: auto;
    }

    .features-circle .list-features li:nth-child(5) {
        left: 0;
    }

    .features-circle .list-features li:nth-child(6) {
        right: 42px; 
        bottom: -90px; 
    }
}

@media(max-width: 991px){
    .section-primary {
        padding: 30px 0;
    }

    .section-primary .section-head {
        margin-bottom: 30px;
    }

    .section-primary .section-head h1 {
        margin-bottom: 25px;
    }

    .section-primary .section-foot {
        margin-top: 30px;
    }

    .section-features-elite .section-foot .blue-check-group {
        margin-bottom:  25px;
    }

    .credit-limit-dark {
        margin: 30px auto;
    }

    .box .box-image {
        position: static;
        min-width: auto;
    }

    .box .box-image .image-center {
        right: -10px; 
        max-width: 240px;
    }

    .box .box-content {
        min-height: auto;
    }

    .box .box-content-offset {
        padding-left: 40px;
    }

    .list-features {
        padding-left: 0; 
        padding-right: 0; 
    }

    .list-features li {
        min-height: auto;
    }

    .list-features li:after {
        content: none;
    }

    .list-features-offset-left li:first-child, .list-features-offset-left li:last-child,
    .list-features-offset-right li:first-child, .list-features-offset-right li:last-child {
        margin-left: 0;
        margin-right: 0;
    }

    .list-features .feature-wrapper {
        max-width: none;
    }

    /*  features-circle  */

    .features-circle-outer {
        padding: 0; 
    }

    .features-circle {
        width: 100%; 
        height: auto;
        border: none;
    }

    .features-circle .list-features li {
        position: static; 
    }

    .features-circle .list-features li:nth-child(4),
    .features-circle .list-features li:nth-child(3) {
        -webkit-transform: none; 
        -ms-transform: none; 
        -o-transform: none; 
        transform: none; 

    }

    .features-circle .list-features {
        margin-top: 40px; 
        margin-bottom: 0;
    }

    .features-circle .feature-wrapper:last-child {
        margin-bottom: 0; 
    }

    .features-circle .feature-icon {
        -webkit-box-shadow: none; 
        box-shadow: none; 

    }
    .features-circle br {
        display: none;
    }
}

@media (max-width: 576px) {
    .page-infinite .banner-div h1 {
        font-size: 18px;
    }
}


#contact1 .warning1, #login1 .warning1{ border-color:#f00; }
#contact1 .warning1::before, #login1 .warning1::before{ border-color:#f00; }
#contact1 .success1{color:#070;}
#contact1 .error1, #login1 .error1{color:#f00;}
#map { height: 100%; width: 100%; }
div.balon_content{width:400px; height:120px;}

/* COOKIES MODAL */
#CookiesModalLabel {
    top: auto;
    bottom: 0;
    height: auto;
    /* height: 158px; */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#CookiesModalLabel.moveBottom, body:not(.home-page) #CookiesModalLabel {
    /* top:calc(100vh - 158px); */
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#CookiesModalLabel .modal-dialog {
    background: #009cff;
    max-width: 1200px;
    color:#fff;
    border-radius: 20px;
    padding: 5px 30px;
    margin-top: 0!important;
    margin-bottom: 0!important;
}
#CookiesModalLabel .modal-content {
    background: none; 
    border:none;
    /*    flex-direction: row; */
}
#CookiesModalLabel .modal-body {
/*    padding-left: 94px;
    padding-right: 0;*/
    padding: 0 94px 0;
    background: transparent url(../img/cookies.png) no-repeat left 50%;
}
#CookiesModalLabel h3 {
    font-size: 16px;
    color:#fff;
    margin-bottom: 15px;
}
#CookiesModalLabel h5 {
    font-size: 18px;
    color:#fff;
    margin-bottom: 4px;
}
#CookiesModalLabel p {
    color:#fff;
    font-size: 14px;
    margin-bottom: 0;
}
#CookiesModalLabel a {
    color:#fff;
    text-decoration: underline;
}
#CookiesModalLabel a:hover {
    text-decoration: none;
}
#CookiesModalLabel .btn.button.big {
    border: 2px solid #fff;
    outline: 0;
    text-shadow: none;
    background-color: transparent;
    display: inline-block;
}

#CookiesModalLabel .cookies-table {
    margin-bottom: 0;
    font-size: 16px;
}
#CookiesModalLabel .tab-content {
    height: 255px;
    overflow-y: auto;
}
#CookiesModalLabel button[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg); 
    -ms-transform: rotate(180deg); 
    -o-transform: rotate(180deg); 
    transform: rotate(180deg); 
}
#CookiesModalLabel .nav-item {
    position: relative;
    display: block;
}
#CookiesModalLabel .nav-tabs {
    border: none;
}
#CookiesModalLabel .nav-tabs .nav-link {
    border: none; 
    padding-left: 40px;
    border-radius: 0; 
    text-decoration: none;
}
#CookiesModalLabel .nav-link.active {
    background-color: #027bc8;
    display: block; 
}
#CookiesModalLabel .custom-checkbox {
    position: absolute;
    margin-top: 0;
    left: 10px; 
    top: 50%; 
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%); 
    -o-transform: translateY(-50%); 
    transform: translateY(-50%); 
}
#CookiesModalLabel input {
    display: none;
}
#CookiesModalLabel input:disabled + label:before {
    background-color: #87c0fd; 
    border-color: #87c0fd; 
}
#CookiesModalLabel .custom-control-label {
    width: 16px; 
    height: 16px;
}
#CookiesModalLabel .modal-body-item {
    /* ie fix */
    flex: 1;
}

.page-infinite .banner-div h1 {
    position: static; 
    margin-bottom: 0; 
    margin-top: 200px;
}

.table-lg {
    table-layout: auto;
    min-width: 683px;
}

.table-lg td {
    word-wrap: break-word; 
    min-width: 150px;
}

/*  Intro Bar */

.intro-bar {
    background-color: #02376d;
    padding-top: 10px; 
    padding-bottom: 10px;
}

.intro-bar h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px; 
    color: #fff;
    margin-bottom: 0;
    font-weight: 300; 
    line-height: 1.8;
    margin-bottom: 10px;
}

.intro-bar .btn.button{
    background-color: transparent; 
    border: 1px solid #fff; 
    color: #fff;
    height: auto;
    padding: 10px 35px;
    margin: 5px;
}
.intro-bar .btn.button:hover{
    background-color: #fff; 
    color: #02376d;
}

/*  Intro  */

.intro-banner {
     position: relative;
    text-align: center;
    -webkit-background-size: cover; 
    background-size: cover; 
    background-position: center top;
    min-height: 100vh; /* 934px; */
    max-height:1072px;
    background-repeat: no-repeat;
}

.intro-banner .container {
    align-self: normal;
    display: flex;
    align-items: center;
}

.intro-banner-default {
    background-image: url(../img/home/home-page-banner-2021-1.jpg); 
}

.intro-banner-promo {
    background-image: url(../img/home/home-page-banner-2021-2-min.jpg); 
}

.intro-banner-promo .prices-box {
    position: absolute;
    right:0;
    top:200px;
}

.intro .intro-content{
/*    padding-top: 17%;*/
    text-align: left;
    padding-left: 10%;
    padding-bottom: 40px;
}

.intro .intro-content h1 {
    font-size: 52px;
    letter-spacing: 0;
    margin-bottom: 0px;
    color:#0a0203;
    font-weight: 800;
    margin-bottom: 17px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.3em;
}
.intro .intro-content h2 {
    font-size:30px;
    line-height: 1.2em;
    font-weight: 400; 
    letter-spacing: 0;
    color:#64737d;
    margin-bottom: 35px;
}


.intro-banner-promo .intro-content h1 {
    font-size: 50px;
    color:#fff;
    font-weight: bold;
}


.intro-banner-promo .intro-content h2 {
    color:#fff;
    font-weight:400;
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
}

.intro-banner-promo .intro-content h2 strong {
    font-size:42px;
    font-weight: 800;
}

.intro-banner-promo .intro-content h2 span {
    font-size:60px;
}

.intro-banner .intro-img-holder {
    margin-top: 35px;
}

.intro .btn.button.big  {
    outline: 0;
    text-shadow:none;
    background-color:#009cff; 
    font-size: 20px;
    letter-spacing: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding-left: 25px;
    padding-right: 25px;
}

.intro .btn.button.big:hover  { 
    background-color: #067bc5;
    color:#fff;
}

.header-notice-p {
    color: #fff;
    font-size: 11px;
    margin-bottom: 0;
    width:70%;
    line-height: 1.38;
}

.footer-wrapper .intro-bar {
    color:#fff;
    padding: 20px 0;
    font-size: 20px;
}

.important-notice-h {
    font-size: 20px;
    font-weight:300;
    font-family: 'Open Sans', sans-serif;
}

.important-notice-p {
    font-size: 14px;
    font-weight:300;
    font-family: 'Open Sans', sans-serif;
}

.footer-wrapper .intro-bar .button {
    font-size: 13px;
    font-weight:300;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 15px;
}

/* SLIDER */

.slider-intro {
    position: absolute;
    bottom: 45px;
}


.slider .slide {
    margin: 0 10px;
    transition: all .3s linear; 
    max-width:360px;
}

.slider .slide img {
    width:100%;
    
}

.slider .slick-arrow {
    color: #a9a6a6;
    line-height: 0;
    font-size: 0;
    border: 0;
    background: #fff;
    border-radius: 50%;
    z-index: 101;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    cursor: pointer;
    width: 59px;
    height: 59px;
}

.slider .slick-arrow:after {
    background: none;
    font-family: "fontello";
    color: inherit;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-decoration: inherit;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    border: 0;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slider .slick-prev {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    left: 35px;
}
.slider .slick-prev:after {
    content: '\e845';	
}

.slider .slick-next {
    right: 35px;
}
.slider .slick-next:after {
    content: '\e845';
}

.slider .slick-arrow:hover {
    color:#009cff;
}

.slider .slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 10;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider .slick-dots  li {
    display: flex;
    margin: 0 3px;
}

.slider .slick-dots  button {
    background: none;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    background-color: #7d8a98;
    border: none;
    cursor:pointer;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

.slider .slick-dots .slick-active button, 
.slider .slick-dots button:hover {
    background: #02376d;

}



/*  PAGE INFINITE METAL */

.page-metal h1 {
    color:#fff;
}

.page-metal .section-primary .section-head {
    margin-bottom: 40px;
}

.page-dark-bg {
    background-color: #1e1c1c;
    color:#cacbd7;
}

.section-primary.section-primary-dark-bg .section-head h2 {
    color:#cacbd7;
}

.features-circle.features-dark-bg .feature-wrapper .feature-title {
    color:#fff;
}

.page-metal .features-image {
    max-width: 456px;
}


@media (min-width: 1199px) {
    .features-circle-six .features-circle {
        width: 680px;
        height: 680px;
    }
}

.features-circle.features-dark-bg .feature-icon {
    box-shadow: none;
    background-color: #1e1c1c;
    border-color: #fff;
}

.features-circle-six.features-circle-outer {
    margin-bottom: 100px;
}

.features-circle-six .features-circle .list-features li:nth-child(1) {
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
}

.features-circle-six .list-features li:nth-child(1) .feature-content {
    position: absolute;
    right: 93px;
    bottom: 22px;
    white-space: nowrap;
}


.features-circle-six .features-circle .list-features li:nth-child(2) {
    right: -272px;
    top: 100px;
    left: auto;
}

.features-circle-six .features-circle .list-features li:nth-child(3) {
    left: -185px;
    top: 100px;
    transform: none;
}

.features-circle-six .features-circle .list-features li:nth-child(4) {
    right: -239px;
    /*    top: 449px;*/
    top:auto;
    left: auto;
    bottom: 125px;
    transform: none;
}

.features-circle-six .features-circle .list-features li:nth-child(5) {
    left: -265px;
    /*    top: 449px;*/
    bottom: 125px;
}

.features-circle-six .features-circle .list-features li:nth-child(6) {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: auto;
    bottom: -40px;
}

.features-circle-six .list-features li:nth-child(6) .feature-content {
    position: absolute;
    right: -386px;
    bottom: -28px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .features-circle-six .list-features li:nth-child(1) .feature-content,
    .features-circle-six .list-features li:nth-child(6) .feature-content {
        position: static;


    }

    .features-circle-six .list-features li .feature-content {
        text-align: center !important;

    }

    .features-circle-six .features-circle .list-features li {
        transform: none !important;
    }

    .features-circle-six.features-circle-outer {
        margin-bottom: 0px;
    }

}

.feature-card {
    padding: 20px 10px;
}

.feature-card-text p {
    font-size: 16px;
    font-family: 'CarosSoftLight',sans-serif;
}

.box-grey {
    background-color: #2f2c2c;
}

.box-secondary {
    min-height: 459px;
    font-size: 18px;
}

.box-secondary.box-secondry-lounge {
    min-height: 591px;
}

.box-secondary.box-secondry-offers {
    min-height: 540px;
}

.box-secondary .box-content {
    padding: 25px 20px 25px 25px;
    color:#cacbd7;

}

.box-secondary .box-title {
    font-size: 24px;
}

.bottom-info-min {
    font-size:18px;
}

/*.check-white {
    width:23px;
    height: 18px;
    background: url(../img/metal/check-white.png) no-repeat 0 0;
    margin-top: 3px;
    display: inline-block;
        flex: 0 0 23px;
}*/

.check-white {
    flex: 0 0 9px;
    display: inline-block;
    transform: rotate(45deg);
    height: 20px;
    width: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.box-secondary .box-image-left {
    position: absolute;
    right: 0;
}
/*
.box-secondary .box-head-image {
    margin-bottom: 50px;
    
}*/

@media (max-width: 991px) {
    .box-secondary {
        font-size: 16px;
    }
    .box-secondary .box-image img {
        width:100%;
    }

    .box-secondary .box-image-left {
        position: static;

    }

    .feature-card .feature-icon {
        margin:0 auto;
    }

    .box-secondary .box-title {
        font-size: 19px;
    }
}


.credit-limit-dark-btn-white p {
    color:#cacbd7;
}

.credit-limit-dark-btn-white h4::before {
    background: #fff;
}

.examples-credit-limit.credit-limit-dark-btn-white h4::after {
    color:#000;
}

