
@media (min-width: 1400px){
    .container {
        max-width: 1200px;
    }
}
@media (max-width: 1537px){
    .intro .intro-content h1 {
        font-size: 40px;
    }

    .intro-banner-promo .intro-content h1 {
        font-size: 40px;
    }

    .prices-box img {
        width: 70%;
    }

    .intro-banner-promo .intro-content h2 strong {
        font-size: 38px;
    }

    .intro-banner-promo .intro-content h2 {
        font-size: 32px;
    }

    .intro-banner-promo .intro-content h2 strong {
        font-size: 33px;
    }

}

@media (max-width: 1499px){
       .intro-banner-default .intro-img-holder img {
        width:80%;
    }
}

@media (max-width: 1710px) and (min-width: 1200px) {
    .intro .intro-content {
        padding-left: 25%;
    }
}

@media (max-width: 1366px) and (max-height: 768px) {
    .intro .intro-content {
        padding-left: 35%;
    }
}

@media (max-width: 1400px){
    
    .footer .licences {
        padding-left:15px; 
    }

    .intro .intro-content h1 {
        font-size: 36px;
    }
    .intro .intro-content h2 {
        font-size: 24px;
    }
    .intro .btn.button.big {
        font-size: 16px;
        height: 45px; 
        line-height: 45px;
        padding-left: 30px; 
        padding-right: 30px;
    }

    .prices-box img {
        width: 60%;
    }

    .intro-img-holder img {
        width:40%;
    }

    .intro-banner-promo .intro-content h2 strong {
        font-size: 35px;
    }

    .intro-banner-promo .intro-content h2 span {
        font-size: 40px;
    }
}

@media (max-width:1200px) and (max-height:800px) {
    .intro-banner {
        min-height: 100vh; 
    }
}

@media (max-width:1200px) {

    .intro {
        background-position-x: 64%;
        background-size: cover;
    }

    .intro-banner {
        min-height: 634px; 
    }

    .intro .intro-content h1 {
        font-size: 30px;
    }

    .intro-banner-promo .intro-content h2 span {
        font-size: 35px;
    }

    .intro-banner-promo .intro-content h2 strong {
        font-size: 25px;
    }
    
    .intro .intro-banner .intro-content {
    padding-top: 0;
    padding-left: 20%;
    }

    .footer .contacts, .footer .licences {
        font-size: 20px; 
    }
    .footer .licences img {
        height:40px;
        width:auto;
    }
    .footer .list-group a {
        font-size: 16px;
        margin-top: 0px; 
    }
    .footer .contacts .phone a {
        font-size: 20px;
    }
    .img-card-mobile {
        right: -230px !important;
    }

    .top-menu a .fa-phone {
        margin-left: 0;
    }

    .top-menu a + a {
        margin-top: 5px;
    }

    .product-page .banner-div {
        background-position-x: right;

    }

    .product-page .banner-div .img-content {
        margin-left: -60px;
    }

    .product-page .banner-div .img-content img {
        width:100%;
    }

    .intro-banner-promo .prices-box img {
        width:50%;
    }

    .intro-banner-promo .prices-box {
        right: -70px;
    }
}


@media (min-width:1200px) {
    .br-hidden {
        display: none;
    }
}
@media (max-width:1150px) {
    .owl-prev {
        margin-left: 5px !important;
    }
    .owl-next {
        margin-right: 5px !important;
    }
}

@media (max-width:992px) {

    .scroll-to-top.go-to-top {
        display:none;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 18px;
    }

    .products-div p {
        font-size:20px;
    }

    .product-page .banner-div .img-content {
        margin-top: 30px;
    }

    .product-page .banner-div .img-content img {
        width:50%;
    }

    .icarousel {
        width:300px;
        height: 320px;
    }
    .icarousel img {
        width:300px;
        height:194px;
    }
    .sections {
        padding-top: 41px;
        padding-bottom: 40px;
    }
    .clients-div {
        margin-top: 90px;
        margin-bottom: 60px;
    }
    .clients-div h1 span {
        font-size:30px;
    }
    .clients-div .things span {
        font-size: 40px;
    }
    .partners-info-div .item-div {
        margin-bottom: 10px
    }

    .intro-banner {
        min-height: 434px;
        margin-top: 130px;
    }

    .intro-banner-default .intro-img-holder img {
        width:100%;
    }
    
    .intro-banner .container {
        align-items: start;
            padding-top: 50px;
    }

    .intro .intro-banner .intro-content {
/*        padding-top: 0;
        padding-left: 20%;*/
        padding-bottom: 80px;

    }

    .intro .intro-banner .intro-content br {
        display: none;
    }

    .intro-banner-promo .prices-box {
        display: none;
    }

    .top-menu .container {
        height: 100%;
    }

    .top-menu .container {
        flex-wrap: wrap;
    }

    .header-notice-p {
        width: 100%;
        line-height: 1.1;
    }

    .top-menu a + a {
        margin-top: 0;
    }

    .banner-div .banner-title {
        font-size: 38px;
    }

    .section-title {
        font-size: 25px;
    }

    .slider .slide {
        max-width:350px;
    }

    .slider-intro {
        bottom: 10px;
    }
    .slider .slick-dots {
            bottom: -13px;
    }
}

@media (max-width:767px) {
    /* notice message on the top fix */
    .main-menu {
        top: 90px; 
    }
    .top-menu {
        height: 90px;
    }
    .top-menu a {
        margin: 2px 0 4px;
    }
    .top-menu div div {
        text-align: right;
    }

    .top-menu a {
        font-size: 12px;
    }

    .intro-banner {
        margin-top: 15px;
    }

    .slider .slick-prev {
        left: 10px;
    }

    .slider .slick-next {
        right: 10px;
    }

    .product-page .banner-div .img-content {
        margin-left: 0;
    }

    .product-page .banner-div .img-content img {
        width:80%;
    }

    .slider .slide {
        max-width: 300px;
    }

}

@media (max-width:760px) {
    .owl-theme .owl-dots {display:none;}
    .clients-div {
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .finance-decision h1 {
        margin-bottom: 30px;
    }

    .intro .intro-banner .intro-content {
        padding-left: 0;
    }

    .intro-img-holder img {
        width:100%;
    }
}

@media (max-width:577px) {
    .home-page .slider .slick-arrow {
        display: none !important;
    }

}



@media (max-width:480px) {
    /* notice message on the top fix */
    /* .main-menu {
        top: 115px; 
    }
    .top-menu {
        height: 115px;
    } */
    .header-notice-p {
        line-height: 1.1;
    }

    .slider .slide {
        width: 100%;
    }
}

@media (max-width:460px) {
    .product-page .banner-div h1 {
        font-size: 26px;
    }
}

@media (max-height:920px) {
    .sections {
        padding-top: 85px;
    }
} 

/* products page */
@media (max-width:1199px) {

}


@media (max-width:1149px) {
    .product-page .banner-div {
        background-position-x: right;
    }
}


@media (min-width:992px) {
    .icard-cards-page.card-classic .advantages div:last-of-type {
        padding-left: 58px;
    }
}
@media (max-width:992px) {
    .banner-div {
        background-position-x: left; 
    }

    .page-metal .banner-div {
        background-position-x: center; 
    }
    .tarif-page .banner-div {
        background-position-x: center;
    }

    .product-page .banner-div p {
        margin-bottom: 40px;
        font-size: 18px;
    }

    .banner-div h1 {
        bottom: 25px;
        left: auto;
        width: auto;
        font-size: 30px;
        padding: 0 10px;
    }
    .white-holder .img-card {
        top:0;
        left: auto;
        right:20px;
    }  
    .white-holder.reverse .img-card {
        left: 20px;
        right: auto; 
    }

    .white-holder {
        padding-top: 120px;
        margin-top: 200px;
        padding-right: 30px;


    }
    .white-holder.reverse {
        padding-right: 30px;
        padding-left: 16px;
    }

    .white-holder h1, .white-holder.reverse h1 {
        margin-top: 10px;
    }

    .promo-label-reversed {
        right: -57px;
    }
    .icard-cards-page .order-card {
        padding-bottom: 100px;
    }
    .icard-cards-page .order-card p br {
        display:none;
    }
    .icard-cards-page .order-card p {
        font-size: 16px;
    }
    .icard-cards-page .options p br, .icard-cards-page .advantages p br {
        display: none;
    }
}

@media (max-width:767px) {
    .product-page .banner-div {
        padding-top: 200px;
    }

    .product-page .banner-div .btn.button.big {
        height: 45px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 45px;
        font-size: 18px;
    }
}


@media (max-width:630px) {
    .white-holder.reverse .promo-label-reversed:after,
    .white-holder .promo-label:before {
        display: none;
    } 
    .promo-label {
        left: 0; 
        top: -97px;

    }
    .promo-label-reversed {
        right: 0;
        top: -97px;
    }
    .white-holder .img-card:hover {
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;    
    }
    .white-holder {
        margin-top: 50px;
    }

    .white-holder .img-card {
        width: 85%;
        height: auto;
        position: static;
        margin-top: -73px;
    }
    .examples-credit-limit h4 {
        font-size: 16px;
        padding-right: 50px;
    }
    .examples-credit-limit .list {
        line-height: 22px;
    }
    .icard-cards-page .options p, .icard-cards-page .advantages p {
        font-size: 16px;
    }
    .icard-cards-page h3 {
        font-size: 18px;
    }
    .img-card-mobile {
        margin-top: -90px !important;
    }
}

@media (max-width:530px) {
    .page-metal .banner-div {
        background-position-x: 39%;
    }
}


@media (max-width:460px) {
    .white-holder {
        margin-bottom: 0;
    }
    .white-holder.reverse .img-card {
        width: 90%;
        height: auto;
    }

    .promo-label {
        font-size: 14px;
    }
    .promo-label:after {    
        border-top: 14px solid transparent;
        border-bottom: 15px solid transparent;
    }
    .white-holder p:not(:first-of-type) {
        line-height: 27px;
    }
    .tarif-page table .title {
        font-size: 20px;
        padding-left: 10px;
    }
    .tarif-page table td {
        padding: 10px 10px;
    }
    .tarif-page .legend p {
        padding-left: 10px; 
    }
    .banner-div h1 {
        font-size: 25px;
    }

    .product-page .banner-div {
        background-position-x: center;
    }
}

/*  navigation */
@media (max-width: 992px){
    .top-menu {
        height:auto;
    }
    .navbar-nav {
        margin-bottom: 20px;
    }
    .navbar-light .navbar-nav li {
        border-bottom: 1px solid #ccc;
    }
    .navbar-nav li .nav-link, .navbar-light .navbar-nav .nav-link:focus {
        padding-bottom: 10px;
        line-height: 30px;
        border-bottom: none!important;
    }

    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav li>.nav-link:hover {
        border-bottom: none;
    }
    .navbar-collapse {
        opacity: 0;
        visibility: hidden;
        margin-top: 20px;
        padding-bottom: 20px;
        /*    box-shadow: 0 0 50px 0 rgba(0,0,0,.1); */
        height: 100%;
        width: 100%;
        background-color: #fff;
        padding: 15px 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

    .navbar-collapse.show {
        opacity: 1;
        visibility: visible;
    }

    .navbar-nav li {
        margin-right: 0;
    }
    .main-menu {
        padding-bottom: 10px;
        padding-top: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,.3);
    }

    .main-menu.open {
        height: 100%;
        align-items: baseline; 
        z-index: 200;
        position: fixed;
        opacity: 1;
        visibility: visible;
    }

    .navbar-nav li .nav-link:after {
        display: none;
    }
}

/* MODAL login & Forgotten Pass*/
@media (max-width: 992px) { 
    .main-modals .modal-content, #forgotPassModal .modal-content {
        background-image: none;
        width:100%;
    }

    .main-modals .modal form {
        padding-right: 33px;
    }
    .main-modals .modal-header .close {
        color: #333;
    }
}

@media (max-width: 576px) { 
    .captcha-code {
        width:100%;
    }
    .main-modals .modal.show .modal-dialog {
        width: 100%;
    }

}
@media (max-width: 460px) { 
    .main-modals .modal .form-control {
        width:100%;
    }
    #forgotPassModal form {
        width:100%;
    }
    .modal .form-control.captcha-code {
        width:100%;
    }
    .captcha-img {
        margin-bottom: 10px; 
    }
}

/*  ICARD BUSINESS & cards pages */
@media (max-width: 1300px) { 
    .icard-cards-page.card-classic .options h4 {
        font-size: 18px;
    }
    .icard-cards-page.card-classic .options p {
        font-size: 14px;
    }
    .icard-cards-page.min-crcl .round-holder .cyrcle {
        width: 400px;
        height: 400px;
    } 
    .icard-cards-page.min-crcl .cyrcle img {
        width: 200px; 
    }
    .icard-cards-page.min-crcl .options.online {
        right: -300px;
        top: 46px;
    }
    .icard-cards-page.card-business .options.online {
        right: -298px;
    }
    .icard-cards-page.card-classic .options.online.supply {
        top: 242px;
        right:-253px;
    }
    .icard-cards-page.card-business .options.online.supply {
        top: 242px;
        right:-285px;
    }
    .icard-cards-page.min-crcl .options.sms-email {
        bottom: -185px;
    }
    .icard-cards-page.card-business .options.sms-email {
        bottom: -185px;
    }
    .icard-cards-page.min-crcl .options.sms-email br {
        display:none;
    }
    .icard-cards-page.min-crcl .options.left-texts {
        left: -300px;
        top: 46px;
    }
    .icard-cards-page.card-business .options.left-texts {
        left: -276px;
        top: 46px;
    }


}
@media (max-width: 1220px) {
    .icard-cards-page.card-gold .round-holder {
        margin-top: 95px;
        margin-bottom: 61px;
    }
    .icard-cards-page.card-gold .round-holder .cyrcle, .icard-cards-page.card-classic .round-holder .cyrcle {
        width: 500px;
        height: 500px;
    } 
    .icard-cards-page.card-gold .cyrcle img, .icard-cards-page.card-classic .cyrcle img {
        width: 300px; 
    }
    .icard-cards-page.card-classic .options.sms-email, .icard-cards-page.card-classic .options.wi-fi {
        top:385px;
    }
    .icard-cards-page.card-classic .options.left-bottom, .icard-cards-page.card-classic .options.online.supply {
        top:198px;
    }
    .icard-cards-page.card-gold .options p {
        font-size: 14px;
    }
    .icard-cards-page.card-gold .options h4 {
        font-size: 18px;
    }
    .icard-cards-page.card-gold .options.online {
        top: 22px;
        right: -236px;
    }
    .icard-cards-page.card-gold .options.online.security-card {
        top: 377px;
        right: -224px;
    }
    .icard-cards-page.card-gold .options.online.supply {
        top: 198px;
        right: -256px;
    }
    .icard-cards-page.card-gold .options.left-texts {
        top: 22px;
        left: -178px;
    }
    .icard-cards-page.card-gold .options.left-texts.left-bottom {
        top: 198px;
        left: -268px;
    }
    .icard-cards-page.card-gold .options.left-texts.left-last {
        top: 377px;
        left: -233px;
    }
    .icard-cards-page.card-gold h3 {
        font-size: 18px;
    }
    .icard-cards-page.card-gold .advantages p {
        font-size: 16px;
    }
}
@media (max-width: 1080px) { 
    .icard-cards-page .round-holder {
        margin-top: 0!important;
        margin-bottom: 61px;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .icard-cards-page .cyrcle img {
        margin-bottom: 30px!important;
    }
    .icard-cards-page .round-holder .cyrcle {
        width: auto!important;
        height: auto!important;
        border: none;
        text-align: left;
        display: block!important;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .icard-cards-page .options, .icard-cards-page .options.sms-email, .icard-cards-page .options.left-texts {
        transform:none;
        top:0;
        left:0;
        width: 100%;
        min-height: 95px;
        text-align: left!important;
        position: static;
        background-position: left center;
        padding-bottom: 0;
        padding-top:0;
        padding-left: 102px;
        padding: 0 102px 0;
        padding-right: 0;
        margin-top:20px;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-align: center!important;
        align-items: center!important;

        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .icard-cards-page .options p {
        margin-bottom: 0;
    }
    .examples-credit-limit {
        width: 100%;
        margin-top: 85px;
    }
    .examples-credit-limit h4 {
        max-height: 100%; 
    }
    .examples-credit-limit h4::before {
        height: 100%;
    }
    .examples-credit-limit h4.opened::after {
        top: auto;
        vertical-align: middle;
    }
    .icard-cards-page.card-classic .options.sms-email {
        background-position: left center;
    }
}
@media (max-width: 992px) { 
    .icard-cards-page h3 {
        font-size: 18px;
    }
    .icard-cards-page .advantages p {
        font-size: 16px;
    }
    .icard-cards-page .advantages {
        margin-top: 30px;
    }
}
@media (max-width: 500px) { 
    .icard-cards-page .options {
        background-size: 20%!important;
        padding-left: 73px!important;
    }
}

/* TARIFF PAGE */
@media (max-width: 1200px) { 
    .tarif-page table:not(.table-limits) td:first-child {
        width:760px;
    }
}   
@media (max-width: 992px) { 
    .tarif-page table:not(.table-limits) td:first-child {
        width:70%;
    }
    #select-card label, #select-card select, #select-card {
        display: block;
        width:100%;
    }
    #select-card::before {
        top:53px;
    }
    #select-card::after {
        top: 78%;
    }
    .tarif-page .sections {
        margin-top: 70px;
    }
}  
@media (max-width:630px) {
    .tarif-page .table-responsive:not(:first-of-type) table {
        margin-top: 44px;
    }
}

/*  LEGAL PAGE */
@media (max-width:500px) {
    .legal-page .line-div, .legal-page .line-div i {
        display: block!important; 
    }
    .legal-page .line-div span {
        display: block!important;
        text-align: center;
    }
    .legal-page .icon-download {
        display: block;
        text-align: center; 
    }
}

/* ABOUT US PAGE */
@media (max-width: 1799px) { 
    .about-page .banner-div {
        min-height: 440px;
        background-position-x: 20%;
    }
}

@media (max-width: 1199px) { 
    .about-page .sections p {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 992px) { 
    .about-page .banner-div {

    }
    .about-page .sections p {
        font-size: 17px;
        line-height: 1.4;
    }
    .about-page .first {
        padding-top: 60px; 
    }
    .about-page .third {
        padding-top: 62px;
    }
}
@media (max-width: 470px) { 
    .about-page .banner-div {
        min-height: 420px;
    }
    .about-page .first {
        padding-top: 0;
    }
    .about-page .sec, .about-page .third {
        display:none;
    }
}

/* CONTACT PAGE */
@media (max-width: 1025px) { 
    .contact-page h1, .contact-page h2, .contact-page .shadow-box {
        width:100%;
    }
}
@media (max-width: 992px) { 
    .contact-page .map img, .contact-page .map, .contact-page .offices, .contact-page .address {
        width:100%;
    }
    .contact-page .offices {
        height: 300px;
        margin-bottom: 20px; 
    }
    .map {
        height: 300px;
    }
    .contact-page .captcha-row div:first-of-type {
        margin-bottom: 10px;
    }
    .contact-page .find-us select {
        width:100%;
    }
}
@media (max-width: 780px) { 
    .contact-page .contacts a  {
        display: block;
    }
    .contact-page .shadow-box.contacts a {
        font-size: 18px;
    }
    .contact-page .contacts a:first-of-type  {
        margin-bottom: 10px;
    }
    .contact-page .captcha-row .form-control {
        width:100%;
    }
}
@media (max-width: 780px) { 
    .contact-page .shadow-box {
        padding: 40px 26px;
    }
    .contact-page .captcha-row div:first-of-type {
        display: block!important;
    }
    .contact-page .captcha-row .captcha-img {
        margin-bottom: 10px;
    }
}
/* request form */
@media (max-width: 992px) { 
    .request-page .form-group {
        padding-right: 0;
    }
    .upload-area.col-lg-4 {
        padding-right: 0;
    }
}
/* thank you page */
@media (max-width:992px) {
    .thanks-page .container.main {
        margin-top: 50px;
    } 
    .thanks-page .container.main img {
        width: 90%;
    }
    .thanks-page .banner-div {
        background-position-x:center;
        min-height: 340px;
    }
    .thanks-page .container.main p br {
        display: none;
    }
}
@media (max-width: 470px) {  
    .thanks-page .container.main {
        padding-bottom: 50px;
    }
    .thanks-page h1 {
        font-size: 25px;
    }  
    .thanks-page .container.main p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .thanks-page .btn.button.big {
        font-size: 18px;
        height: auto;
        line-height: 44px;
    }
    footer .icard-logo {
        width: 100px;
        height: 40px;
    }
}

/* stop animations */

@media (max-width: 470px) {  
    .options.animated {
        color:#333;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

}
/*  cookies popup */
@media (max-width:1367px) {
    #CookiesModalLabel p {
        font-size: 14px;
    }

    #CookiesModalLabel .btn.button.big {
        font-size: 14px;
        height: 43px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 43px;
        letter-spacing: 0px;
    }

    #CookiesModalLabel .modal-body {
        padding-top: 0;
        padding-bottom: 3px;
    }

    #CookiesModalLabel .modal-dialog {
        max-width: 1000px;
    }
}

@media (max-width:992px) {
    #CookiesModalLabel {
        top:0!important;
    }
    #CookiesModalLabel .modal-dialog {
        margin-top: 75px; 
        background: rgba(0,126,206,1);
        padding: 10px 10px;
    }
    #CookiesModalLabel .nav-link.active {
        background-color: #0363a0;
    }

    #CookiesModalLabel .modal-body {
        background-size: 45px;
        padding-left: 54px;
    }


    .intro .intro-content h1 {
        font-size: 30px;
        line-height: 1.1em; 
    }
    .intro .intro-content h2 {
        font-size: 20px;
    }
    .intro .btn.button.big {
        font-size: 14px;
        height: 40px; 
        line-height: 40px;
        padding-left: 20px; 
        padding-right: 20px;
    }

    .intro-bar h1 {
        font-size: 18px;
    }
}
@media (max-width:767px) {
    #CookiesModalLabel .modal-body {
        background-image: none;
        padding-left: 10px;
    }

    #CookiesModalLabel .modal-dialog {
        width:90%;
        margin: 0 auto;
        margin-top: 107px;
    }
    #CookiesModalLabel .btn.button.big {
        margin-top: 20px;
    }
    #CookiesModalLabel .modal-content {
        background-position: 0 0;
        flex-direction: column;

    }
    .intro-bar {
        text-align: center;
    }

    .intro-bar h1 {
        font-size: 18px;
        margin-bottom: 15px;

    }
    .intro-bar .btn.button {
        font-size: 12px;
        padding: 7px 15px;
    }

    .intro {
        min-height: 329px;
        margin-top: 150px;
        background-size: cover; 
    }


    .intro .intro-content {
        padding-top: 40px;
    }

    .intro .intro-content h1 {
        font-size: 28px;
    }

    .intro .intro-content h2 {
        font-size: 18px;
    }

    .intro-banner-promo .intro-content h2 span {
        font-size: 35px;
    }

    .intro-banner-promo .intro-content h2 strong {
        font-size: 22px;
    }

    .btn.button.big, .btn-big {
        font-size: 16px;
        height: 45px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 45px;
        letter-spacing: 1px;
    }
}

@media (max-width:500px) {
    #CookiesModalLabel .modal-content {
        background-image: none;
        padding-left: 0;
    }

    .intro {
        background-size: cover; 

    }

}