@font-face {
    font-family: 'GothamBookRegular';
    src: url(/assets/fonts/GothamBookRegular.otf);
}

@font-face {
        font-family: "UbuntuRegular";
        src: url("/assets/fonts/UbuntuRegular.eot");
        src: url("/assets/fonts/UbuntuRegular.eot#iefix")format("embedded-opentype"),
        url("/assets/fonts/UbuntuRegular.woff") format("woff"),
        url("/assets/fonts/UbuntuRegular.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
}

@font-face {
        font-family: "UbuntuBold";
        src: url("/assets/fonts/UbuntuBold.eot");
        src: url("/assets/fonts/UbuntuBold.eot#iefix")format("embedded-opentype"),
        url("/assets/fonts/UbuntuBold.woff") format("woff"),
        url("/assets/fonts/UbuntuBold.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
}

@font-face {
        font-family: "UbuntuLight";
        src: url("/assets/fonts/UbuntuLight.eot");
        src: url("/assets/fonts/UbuntuLight.eot#iefix")format("embedded-opentype"),
        url("/assets/fonts/UbuntuLight.woff") format("woff"),
        url("/assets/fonts/UbuntuLight.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
}

@font-face {
        font-family: "UbuntuLightItalic";
        src: url("/assets/fonts/UbuntuLightItalic.eot");
        src: url("/assets/fonts/UbuntuLightItalic.eot#iefix")format("embedded-opentype"),
        url("/assets/fonts/UbuntuLightItalic.woff") format("woff"),
        url("/assets/fonts/UbuntuLightItalic.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
}

@font-face {
        font-family: "UbuntuMedium";
        src: url("/assets/fonts/UbuntuMedium.eot");
        src: url("/assets/fonts/UbuntuMedium.eot#iefix")format("embedded-opentype"),
        url("/assets/fonts/UbuntuMedium.woff") format("woff"),
        url("/assets/fonts/UbuntuMedium.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
}

body {
    font-family: "UbuntuRegular";
}

.nav-container {
    min-height: 135px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.main-nav--logo,
.main-nav--btn {
    width: fit-content;
    white-space: nowrap;
}

.main-nav--nav {
    width: 100%;
    z-index: 9999999999;
}

.mkredit {
    font-family: 'GothamBookRegular';
    font-size: 60px;
    color: #1abc9c;
    margin-bottom: 0;
    line-height: 110%;
}

.mkredit:first-letter,
h1:first-letter {
    color: #e74c3c;
}

h1 {
    color: #1abc9c;
    font-size: 30px;
}

h2 {
    font-size: 32px;
    font-family: "UbuntuBold";
}

.site-descr {
    font-family: UbuntuMedium;
    font-size: 22px;
    margin-bottom: 0;
    padding-left: 5px;
}

.nav-list {
    width: 100%;
    padding-left: 0;
    margin: 0;
    text-align: center;
}

.nav-list--item {
    display: inline-block;
    padding: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.nav-list--item a {
    color: #2c3e50;
    text-decoration: none;
}

.bank {
    position: relative;
}

.bank-list-body {
    position: absolute;
    top: 100%;
    width: 260px;
    max-height: 200px;
    border-radius:  5px;
    overflow-y:  auto;
    background: #fff;
    border: 1px solid #e2e1e1;
    z-index: 9;
     display: none; 
}

.bank:hover .bank-list-body {
    display: block;
}

.bank-list {
    padding: 10px;
    list-style: none;
}

.bank-list__item a {
    padding: 10px 40px 10px 15px;
    height: 70px;
    border-bottom:  1px solid #e2e1e1;
    display:  flex;
    align-items:  center;
    justify-content:  center;
    /* text-align:  center; */
}

.bank-list .bank-list__item:last-child a {
    border: none;
}

.bank-list__item img {
    max-height: 100%;
}

.bank-list__item .triangle-icon{
    position: absolute;
    right: 10px;
}

.nav-list--item a:hover,
.current-page a {
    color: #e74c3c;
    text-decoration: underline;
}

.nav-btn {
    display: none;
    border: none;
    background: #e74c3c;
    border-radius: 5px;
    color: #fff;
    padding: 5.5px 10px;
    font-size: 20px;
    cursor: pointer;
    outline: none !important;
}

.green-btn {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 5px;
    text-decoration: none;
    background: #1abc9c;
    color: #fff;
    font-family: "UbuntuBold";
    font-size: 18px;
    text-transform: uppercase;
}

.green-btn:hover,
.green-btn:focus {
    text-decoration: none;
    color: #fff;
}

.green-btn:hover {
    background: #f1c40f
}

.header {
    min-height: 400px;
    background: url(/img/headeg-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 40px;
}

.header-body {
    min-height: 400px;
}

.header-content {
    padding: 30px;
    background: #0000009c;
    color: #fff;
}

.header-title {
    font-size: 21px;
    font-family: "UbuntuBold";
    margin-bottom: 40px;
}

.header-text,
.header-text2 {
    font-size: 18px;
}

.header-text2 {
    color: #1abc9c;
}

.header-logo {
    font-family: "GothamBookRegular";
}


img {
    max-width: 100%
}

#credit-list {
    margin-top: 50px;
}

.credit-list__item-body {
    text-align: center;
    border: 1px solid #e2e1e1;
    padding-bottom: 30px;
    border-radius: 6px;
    margin:  0 auto;
    margin-bottom: 40px;
    max-width: 350px;
}

.credit-list__item-body:hover {
    border-top: 5px solid #1abc9c;
    background:  #f7fffd;
}

.credit-list__item-body:hover .credit-list__item__img {
    margin-top: -4px;
}

.credit-list__item__img {
    height: 140px;
    display: flex;
    padding: 20px;
    /*transition: .3s;*/
}

.credit-list__item__img img {
    margin: auto;
    max-height: 100%;
}

.credit-list__item__img a {
    margin: auto;
}

.credit-list__item__info {
    color: #22395a;
    font-size: 20px;
}

.credit-list__item__info__names {
    text-align: right;
    font-family: 'UbuntuLight';
    color: #666;
}

.credit-list__item__info__names p,
.credit-list__item__info__value p {
    margin-bottom: 5px;
}

.credit-list__item__info__value {
    padding: 0;
    text-align: left;
    color: #1abc9c;
    font-family: 'UbuntuBold';
}

.credit-list__item__sale {
    font-family: "UbuntuLightItalic";
    height: 60px;
    display: flex;
    margin-bottom: 30px;
}

.margin-auto {
    margin: auto;
    width: 100%;
}

.article-list {
    margin-top: 75px;
    margin-bottom: 80px;
}

article {
    color: #394563;
    transition: .5s;
    overflow: hidden;
}

article h2 {
    text-align: center;
    font-family: 'UbuntuBold';
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    color: #1abc9c;
}

article.article-full {
    overflow: hidden;
    height: auto;
    transition: .5s;
}

.toggle-articl {
    display: inline-block;
    margin: auto;
    background: transparent;
    color: #1abc9c;
    border: none;
    border-bottom: 1px solid #1abc9c;
    outline: none !important;
    cursor: pointer;
}

.toggle-articl .icofont {
    font-size: 30px;
    position: relative;
    top: 10px;
}

.one-article {
    height: 130px;
}

.two-article {
    height: 130px;
}

.hr-line {
    display: block;
    width: 100%;
    margin: 45px 0 40px;
    background: #394563;
}

.logo-box {
    text-decoration: none;
}

.triangle-icon {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 20px;
}

.circles:before,
.circles:after {
    content: '';
    bottom: -10px;
}

.circles,
.circles:before,
.circles:after {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #1abc9c;
    border-radius: 50%;
}

.circles {
    top: 0;
    left: 50%;
    margin-left: -4px;

}

.small-icon .circles,
.small-icon .circles:before,
.small-icon .circles:after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.small-icon .circles:before,
.small-icon .circles:after {
    content: '';
    bottom: -8px;
}

.circles:before {
    left: -8px;
}

.circles:after {
    right: -8px;
}

.small-icon .circles:before {
    left: -5px;
}

.small-icon .circles:after {
    right: -5px;
}

.down-icon {
    transform: rotate(180deg);
}

.right-icon {
    transform: rotate(90deg);
}

.alpha-container {
    border: 1px solid #e2e1e1;
    border-radius: 6px;
}

.alpha-title {
    width: 100%;
    background: #e74c3c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    margin-top: 30px;
}

.alpha-text-title {
    font-size: 20px;
    text-align: center;
    font-family: "UbuntuBold";
    color: #747474;
    margin-bottom: 30px;
}

.alpha-advantages {
    list-style: none;
} 

.alpha-advantages li {
    position: relative;
}

.alpha-advantages li:before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -2px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #e74c3c;
}

.alpha-btn {
    display: inline-block;
    text-decoration: none;
    color: #3f4e5d;
    border: 3px solid #1abc9c;
    border-radius: 5px;
    font-size: 22px;
    padding: 10px 20px;
    text-transform:  uppercase;
    font-family: "UbuntuBold";
}

.alpha-btn:hover,
.alpha-btn:focus {
    text-decoration: none;
    color: #3f4e5d;
}

#mkredit-advantages {
    padding: 80px 0;
    margin: 40px 0 70px;
    background: #e74c3c;
    color: #fff;
    position:  relative;
}

.advantage-icon {
    margin-bottom: 30px;
}

.advantage-title {
    font-size: 18px;
    margin-bottom: 25px;
    font-family: "UbuntuBold";
    text-transform: uppercase;
}

.advantage-text {
    color: #ecf0f1;
    font-size: 18px;
}

#reviews {
    position: relative;
    background: #e74c3c;
    color: #fff;
    padding: 50px 0 30px;
}

#reviews h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.review-name {
    font-size: 24px;
    font-family: "UbuntuBold";
    margin-bottom: 5px;
}

.review-profession,
.review-text {
    color: #ecf0f1;
    font-size: 18px;
}

.review-text {
    margin-top: 20px;
}

.more-review-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 40px;
    text-transform:  uppercase;
    font-family: "UbuntuBold";
}

.more-review-btn:hover,
.more-review-btn:focus {
    text-decoration: none;
    color: #fff;
}

#last-news {
    padding: 60px 0;
}

#news {
    padding: 30px 0;
}

#last-news h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #1abc9c;
    margin-bottom: 30px;
}

.news-item-body {
    border: 1px solid #e2e1e1;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-prev-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.news-prev-info {
    padding: 20px;
}

.news-prev-title {
    font-family: "UbuntuBold";
    color: #666;
    font-size: 14px;
}

.news-prev-text {
    color: #666;
    font-size: 12px;
}

.news-prev-btn {
    display: inline-block;
    text-decoration: none;
    color: #1abc9c;
    border: 2px solid #1abc9c;
    border-radius: 5px;
    font-size: 18px;
    padding: 4px 20px;
    text-transform:  uppercase;
    font-family: "UbuntuBold";
}

.news-prev-btn:hover,
.news-prev-btn:focus {
    text-decoration: none;
    color: #f1c40f;
    border-color: #f1c40f;
}

.footer {
    padding: 35px 0 80px;
    background: #bdc3c7;
    color: #666;
    font-size: 15px;
}

.footer-nav-item a {
    color: #666;
}

.footer-nav-item a:hover,
.footer-nav-item a:focus {
    color: #666;
    text-decoration: none;
}

.subscrible-input {
    border: none;
    padding: 10px;
    border-radius: 5px;
    margin: 0 10px;
}

.subscrible-btn {
    background: #1abc9c;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    padding: 7px 15px 8px;
    font-family: "UbuntuBold";
}

.social-btn-group p {
    margin-bottom: 5px;
}

.social-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
}


.triangle {
    position: absolute;
    left:  50%;
    top: 0px;
    margin-left: -10px;
    background-color: white;
    text-align: left;
}

.triangle.bottom-triangle {
    top: initial;
    bottom: -20px;
    background: #e74c3c;
}
.triangle:before,
.triangle:after {
    content: '';
    position: absolute;
    background-color: inherit;
}
.triangle,
.triangle:before,
.triangle:after {
    width: 20px;
    height: 20px;
    border-top-right-radius: 30%;
}

.triangle {
    transform: rotate(135deg) skewX(0deg) scale(1);
}
.triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}

#bread-crumbs {
    background: #1abc9c;
    color: #fff;
}

#bread-crumbs .triangle-icon {
    top: 3px;
    right: 3px;
}
#bread-crumbs .circles,
#bread-crumbs .circles:before, 
#bread-crumbs .circles:after {
    background: #2c3e50;
}

#bread-crumbs .row {
    height: 70px;
}

.B_crumbBox {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.B_crumbBox li {
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    
}

.B_crumbBox li a {
    text-decoration: none !important;
    color: #2c3e50;
}

.B_crumbBox li .B_currentCrumb {
    color: #fff;
}

#article-list.banks-article h2 {
    text-align: left;
    margin: 25px 0;
}

.bank-logo {
    height: 90px;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.bank-logo {
    max-height: 100%;
}

.official-site {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #e74c3c;
    padding: 5px 20px;
    margin: 45px 0 15px;
    font-size: 18px;
}

.official-site p {
    margin: 0 0 0 10px;
    color: #fff;
}

.official-site a {
    font-family: "UbuntuBold";
    color: #fff;
}

.bank-info {
    margin-top: 30px;
    padding: 20px 10px;
    background: #f7fffd;
    color: #2c3e50;
    border: 1px solid #e2e1e1;
    border-radius: 6px;
    font-size: 20px;
}

.bank-info--name {
    font-family: "UbuntuLight";
    width: 45%;
}

.bank-info--value {
    font-family: "UbuntuBold";
    width:  55%;
    text-align:  right;
}

.bank-info--name,
.bank-info--value {
    padding: 0;
    display:  inline-block;
} 

.bank-info--name p,
.bank-info--value p {
    border-bottom: 1px solid #e2e1e1;
    padding: 10px 0;
    margin: 0;
}

.bank-info--name p:last-child,
.bank-info--value p:last-child {
    border: none;
}

.bank-info--btn {
    margin-top: 25px;
}

.small-title {
    font-size: 18px;
    font-family: "UbuntuBold";
    text-transform: uppercase;
    color: #1abc9c;
    margin: 30px 0;
}

.bank-info--contacts-title {
    padding: 15px;
    border-radius: 6px;
    background: #e74c3c;
    color: #fff;
    text-align: center;
    margin: 25px 0;
}

.bank-info--contacts-title p {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    font-family: "UbuntuBold";
}

.bank-info-contacts {
    background: #fef9f9;
    border: 1px solid #e2e1e1;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 25px;
}

.bank-info-contacts p {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    color: #2c3e50;
    font-size: 20px;
    font-family: "UbuntuLight";
    border-bottom: 1px solid #e2e1e1;
    padding: 10px 0;
    margin: 0;
}

.bank-info-contacts .bank-info--name {
    width: fit-content;
}

.bank-info-contacts .bank-info--value {
    width: 100%;
    font-family: "UbuntuLight";
}

.bank-info-contacts .bank-info--value  a {
    color: #2c3e50;
}

.bank-info-contacts p:last-child {
    border: none;
}

.bank-info--body p {
    border-bottom: 1px solid #e2e1e1;
}

.logo-link {
    text-decoration: none !important;
}

.article-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 20px 0;
    border-radius: 6px;
}

.article-col {
    padding-bottom: 30px;
}

.mkredit-link {
    text-decoration: none !important;
}















.footer-temporary {
    display: flex;
    justify-content: space-between;
}

.footer-temporary p {
    width: 25%;
    text-align: center;
}

.pagination {
    justify-content: center;
    flex-wrap: wrap;
}

.page-item.active .page-link {
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.page-link {
    color: #2c3e50;
}