@font-face {
   font-family: 'Montserrat';
   font-style: normal;
   font-display: swap;
   font-weight: 400;
   src: local(''),
        url('../webfonts/Montserrat-Light.ttf');
      
}

html {
	background-color: #fff;
	overflow-x: hidden;
	color: #252525;
	padding-right: 0 !important;
	-webkit-tap-highlight-color: transparent;
}


body {
	margin: 0 auto;
	font-family: -apple-system,".SFNSText-Regular","San Francisco",Roboto,"Segoe UI","Helvetica Neue","Lucida Grande",sans-serif;

	background-color: #fff;
	font-size: 14px;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.scrollToTop {
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 999;
    padding: 6px 0px;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    border-radius: 50%;
    color: #485a7e;
    border: 1px solid #485a7e;
}

.scrollToTop:hover{
    background-color: #ffffff;
    cursor: pointer;
    color: #e06816;
    border: 1px solid #e06816;
}

a {
	color: #000000;
}

.hidden {
    display: none;
}


.table-pd-10 td {
    padding: 10px;
}

.table-mb-20 {
    margin-bottom: 20px;
}

.partners {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}
.check_mark {
    font-weight: bold;
    color: #FF0000;
    margin-right: 5px;
}

.page_title_section {
    color: #000000;
    padding-top: 15px;
}

.breadcrumbs_section {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem .75rem 0rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    list-style: none;

    border-radius: .25rem;
}

.mfo_breadcrumbs {
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem 0.75rem 0rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    list-style: none;
    border-radius: 0.25rem;
    border: 1px solid rgb(229, 234, 239);
    color: rgb(130, 146, 164);
    text-align: center;
}

.mfo_breadcrumbs a {
    color: rgb(130, 146, 164);
}

.page_title {
    font-weight: bold;
    font-size: 36px;
    padding-top: 15px;
    text-align: center;
}

.category_description {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.page_longtitle {
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 15px;
}


.page_title_section .info_section {
    font-weight: 400;
    font-size: 16px;
}

.info_section span {
    margin-right: 36px;
}


.mb-20 {
	margin-bottom: 20px;
}

.mt-20 {
	margin-top: 20px;
}

.divider {
	width: 100%;
	height: 1px;
	background-color: #e4e5eb;
}

.site_header {
	display: flex;
	justify-content: center;
	align-items:center;
	height: 60px;
	background-color: #fff;
	border-radius: 0;
	box-shadow: inset 0 -1px 0 #e5eaef;
}

.header_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.site_logo {
    font-family: "Montserrat Alternates";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    
    color: #003764;


}

.site_logo img {
	height: 31px;
    width: 35px;
    margin-right: 5px;
}

.site_logo span {
    margin-top: 5px;
}

.navbar {
	display: flex;
	flex-direction: row;
    flex-grow: 1;
}
.navbar_footer {
    display: flex;
	flex-direction: row;
}

.navbar li {
	display: inline-block;
}

.navbar_footer li {
    display: inline-block;
}

.navbar a {
    font-weight: 600;
}

.navbar_parent_menu_link {
    position:relative;
}

.navbar_parent_menu_link:hover  .navbar_dropdown_menu {
    display: flex;

}

.navbar_dropdown_menu:hover {
    display: flex;
}

.navbar_dropdown_menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: -24px;
    width: 250px;
    box-shadow: 0 8px 24px rgb(0 0 0 / 16%);
    border-radius: 4px;
    background: #fff;
    z-index: 1200000000;
}

.navbar_dropdown_menu a { 
    padding: 10px;
}



nav a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 16px;
}
.language_section a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 16px;
}

a:hover {
    color: #FFB800;
}

.navbar_menu {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	margin: 0;
}

.company_promo {
    border-radius: 15px;
    background-color: #FFB800;
    color: #FFFFFF;
    font-weight: 500;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.credit_company {
	border-radius: 15px;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
	background-color: #fff;
	
	margin-bottom: 18px;
	
	position: relative;
	padding: 20px 30px 20px 30px;
}

.credit_company .credit_company_title {
    font-weight: 600;
    padding-bottom: 5px;
    
}

.credit_company:hover {
    cursor:pointer;
}

 .credit_company_promo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
}

 .credit_company_logo {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 100%;
    
}



 .credit_company_logo_promo {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
   
}

.credit_company .credit_company_info {
	display: flex;
	position: relative;
	flex-direction: column;
	
	margin-left: 10px;
	margin-right: 10px;
}

.credit_company .credit_company_info .rates {
	display: flex;
	position: relative;
	justify-content: space-between;
	width: 100%;
	padding-right: 20px;
	align-items: center;
}

.rate-description {
    margin-bottom: 5px;
    color: rgb(102, 102, 102);
    font-size: 12px;
    line-height: 14px;
}

.credit_company .credit_company_info .separator {
	height: 1px;
	width: 100%;
	background-color: #e4e5eb;
	margin-top: 10px;
	margin-bottom: 10px;
}

.credit_company .credit_company_info .rates .rate {
	width: 29%;
}

.rate-value {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;

    color: #000000;
}

.credit_company .credit_company_info .advantages {
	display: flex;
	position: relative;
	justify-content: space-between;
	width: 100%;
	padding-right: 20px;
	align-items: center;
}

.credit_company .credit_company_info .advantages .advantage {
	width: 29%;
}


.credit_company_button {
	display: flex;
	position: relative;
	justify-content: space-evenly;
	align-items: center;
    height: 100%;
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
    flex-direction: column;
    
}

.company_link {
    font-size: 16px;
    text-decoration: underline;
}

.credit_company_button>a {
	color: #fff;
}

.credit_btn {
	background-color: rgb(0, 202, 131);
	text-shadow: none;
	text-overflow: ellipsis;
	border-radius: 15px;
	box-shadow: none!important;
	overflow: hidden;
	outline: 0!important;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 16px;
	color: #FFFFFF;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px 8px 10px;
    margin-bottom: 10px;
}

.language_button {
    border-radius: 50px;
    border-style: solid;
    border-color: #FFB800;
    border-width: thin;
    
    font-weight: 400;
    width: 50px;
    
    text-align: center;
}


.credits_info_block h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}


.main {
    flex: 1;
}
.site_footer {
    background-color: #203B4F;
    color: #FFFFFF;
}

.site_footer a {
        color: #FFFFFF;
}

.site_footer h3 {
    font-size: 18px;
}

.footer_wrapper {
    
    padding: 60px 0px 60px 0px;
    
}



.footer_menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

}

.footer_menu .navbar {
    padding: 0;
}

.footer__copyright {
    margin-top: 8px;
    padding: 12px 0;
    flex-basis: 100%;
    border-top: 1px solid #e5eaef;
    color: #98a6b5;
}



.footer_navbar_menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 0px;
}

.footer_navbar_menu a {

    font-size: 18px;
    font-weight: 400;
}

.footer_menu>li>a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
	text-decoration: none;
}

.online_credits_list > a {
    display: block;
}

.online_credit_link {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    margin-bottom: 5px;
}



.credit_service_block {
     padding: 5px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 5px;
    height: 35px;
}


.credit_service_link {
   text-align: center;
}

.error_page {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.credits_license_block h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}

.heading h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
}

.short-story {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 25px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 25px;
}

.ukrkredit_comments_section {
    margin-bottom: 18px;
    position: relative;
}

.review_button_submit {
    text-align: center;
}

.ukrkredit_comments {
    margin-top: 20px;
}
    

.ukrkredit_review {
    margin-bottom: 16px;
    padding: 24px;

    border: 1px solid #e5eaef;
    border-radius: 20px;
    background: rgb(242, 246, 250);
}

.ukrkredit_review-username {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #252525;
}

.ukrkredit_review-rating {
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px;
}

.ukrkredit_review-rating-stars {
    display: flex;
}

.rating_stars-wrapper {
    margin-right: 8px;
}

.rating_stars-wrapper i.checked {
    color: gold;
}

.ukrkredit_review-date {
    margin-left: 8px;
    font-size: 16px;
    line-height: 16px;
    color: rgb(152, 166, 181);
}



.ukrkredit_comments_section-button {
    background-color: #FF0000;
    text-shadow: none;
    text-overflow: ellipsis;
    border-radius: 15px;
    box-shadow: none!important;
    overflow: hidden;
    outline: 0!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px 8px 10px;
    margin: 0 auto;
    width: 300px;
}

.ukrkredit_comments_section .comment-rating-stars .fa-star-o:before {
    content: "\f005";
    color: #dadada;
}


.ukrkredit_comments-title {
    font-family: Raleway, sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: rgb(37, 37, 37);
    margin-bottom: 12px;
}

.ukrkredit_popup.active {
    display:block;
    opacity: 1;
}


.ukrkredit_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
    transition: .3s;
    opacity: 0;
    display: none;
    background-color: rgba(10,35,47,.95);
}

.ukrkredit_popup-window {
    display: block;
    position: relative;
    background-color: #fff;
    width: 500px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px -3px #3e3113;
}

.ukrkredit_popup-window.done > .ukrkredit_comment_form {
    display: none;
}

.ukrkredit_popup-window.done > .thanks {
    display: block;
}

.ukrkredit_comments_section-button.done {
    display:none;
}

.star-widget {
    display: flex;
}

.star-widget input {
    display:none;
}

.star-widget input:not(:checked) ~ label:hover,
.star-widget input:not(:checked) ~ label:hover ~ label{
  color: #fd4;
}
.star-widget input:checked ~ label{
  color: #fd4;
}


.star-widget label{
  font-size: 40px;
  color: #444;
  padding: 10px;
  float: right;
  transition: all 0.2s ease;
}

.ukrkredit_popup-window .thanks {
    display: none;
}


.ukrkredit_popup-window .close{
    cursor: pointer;
    border: 0;
    background: transparent;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    text-decoration: none;
    z-index: 100001;
    position: absolute;
    right: 10px;
    top: 10px;
}

.close-x:after {
    content: "×";
}

.comment_form_section-button {
    background-color: #FF0000;
    text-shadow: none;
    text-overflow: ellipsis;
    border-radius: 15px;
    box-shadow: none!important;
    overflow: hidden;
    outline: 0!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px 8px 10px;
    margin: 0 auto;
    width: 300px;

}

.comment_form_section-info {
    display: flex;
}

.comment_form_section-text-block {
    appearance: textfield;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(210, 217, 224);
    border-radius: 4px;
    color: rgb(37, 37, 37);
    font-size: 16px;
    line-height: 1;
    outline: none;
    padding: 9px 11px;
    width: 100%;
    resize: none;
    box-shadow: none !important;
}

.comment_form-section-field {
    appearance: textfield;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(210, 217, 224);
    border-radius: 4px;
    color: rgb(37, 37, 37);
    font-size: 16px;
    height: 48px;
    line-height: 1;
    outline: none;
    padding: 9px 11px;
    width: 100%;
    box-shadow: none !important;
}



.content_image {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.content_image img {
    width: 100%;
}


/* content style */
.block_article {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 28px;
    color: #595959;
}

.block_article a {
    font-weight: 500;
    text-decoration: underline;
}

.block_article h2 {
    margin: 0 0 20px;
    font: 700 24px/32px Raleway,sans-serif;
    color: #252525;
}

.block_article h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 21px;
    color: #252525;
}

.block_article blockquote {
    font-size: 15px;
    color: #00529b;
    background: #e6f7ff;
    padding: 20px 20px 20px 20px !important;
    border-radius: 5px !important;
    border-color: #69c;
    font-weight: 400;
    border-left-width: 0.25em;
    border-left-style: solid;
}

.block_article thead td {
    font-weight: 500;
    color: #000000;
    text-align: center;
}



/* news page */

.news_section {
    margin-bottom: 20px;
}


.news_section a {
    color: #111111;
}

.news_breadcrumbs {
    display: block;
    padding-top: 20px;
    margin-bottom: 24px;
}

.news_breadcrumbs .breadcrumb-item {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #206cc4;
}

/* .news_breadcrumbs .breadcrumb-item:not(:last-child):after {
    content: "/";
    position: relative;
    margin: 0 4px;
    color: #676767;
} */

.news_breadcrumbs .breadcrumb-item a {
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    color: #c3c3c3;
    margin-right: 5px;
    font-size: 13px;
}


.news_page_title {
    font-weight: 700;
    font-size: 40px;
    margin: 19px 0 10px 0;
}

.news_separator {
    border-top: 1px solid #d6dce1;
    margin-top: 10px;
    margin-bottom: 20px;
}

.news_section_wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 500px;
}

.news_image {
    position: relative;
    margin-bottom: 13px;
}

.news_image_block {
    display: block;
    width: 100%;
    height: 197px;
    opacity: 1 !important;
    transition: opacity 0.3s;
    transition-timing-function: cubic-bezier(0.39, 0.76, 0.51, 0.56);
    border-radius: 3px;
}

.news_title {
    margin-bottom: 6px;
}

.news_title h3 {
    overflow: hidden;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
}

.news_description {
    font-size: 13px;
    color: #777;
}


.news_metadata {
    color: #aaa;
    display: inline-block;
    position: relative;
    font-size: 13px;
}


/* article page */


.article_content_wrapper {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.article_container {
    width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.article_header {
    margin-bottom: 30px;
}

.article_title {
    margin-top: 16px;
    text-align: left;
}


.article_title h1 {
    font-size: 40px;
    line-height: 47px;
    font-weight: bold;
    padding: 10px 0%;
    letter-spacing: 0.02em;
    margin-top: 0;
    margin-bottom: 7px;
    word-wrap: break-word;
}


.article_main_image img {
    display: block;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 100%;
    height: 400px;

}


/* footer new */

.site_footer {
    position: relative;
    padding-top: 48px;
    background-color: #203B4F;
    color: #FFFFFF;
    box-shadow: 0 -1px 0 #e5eaef;
}

.footer__container {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
    flex-wrap: wrap;
    align-items: flex-start;
    font: 12px/16px "Noto Sans",sans-serif;
    box-sizing: border-box;
}

/* .footer__logo {
    max-width: 100%;
    margin-top: -5px;
    line-height: 0;
    color: #252525!important;
    margin-right: 80px;
    margin-bottom: 16px;
}
 */
.footer__logos {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    top: 6px;
    margin-bottom: 16px;
}

.footer__info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.footer__social {
    display: flex;
    align-items: center;
}

.footer__social .social_item:not(:last-child) {
    margin-right: 5px;
}

.social_item_email {
    position: relative;
}

.footer__social a {
    position: relative;
    padding-left: 35px;
    height: 25px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}

.social_item_facebook {
    position: relative;
}

.social_item_phone a:before {
    background-image: url('https://ukrkredit.com.ua/assets/img/phone.png')
}
.social_item_email a:before {
    background-image: url('https://ukrkredit.com.ua/assets/img/mail.svg');
}

.social_item_facebook a:before {
    background-image: url('https://ukrkredit.com.ua/assets/img/facebook.svg');
}

.social_item_telegram a:before {
    background-image: url('https://ukrkredit.com.ua/assets/img/telegram.png');
}


.social_item_email a:before, .social_item_facebook a:before, .social_item_phone a:before, .social_item_telegram a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer__nav {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: 0 -12px;
}

.footer__navitem {
    flex-basis: 100%;
    padding: 0 12px;
    font-family: Raleway,sans-serif;
    font-weight: 700;
    line-height: 40px;
    color: #98a6b5!important;
    letter-spacing: .1em;
    text-transform: uppercase;
    flex-basis: auto;
}

.footer__copyright {
    margin-top: 8px;
    padding: 12px 0;
    flex-basis: 100%;
    border-top: 1px solid #e5eaef;
    color: #98a6b5;
}



/* contact form */

.contact-field {
    font-size: 16px;
    line-height: 28px;
}

.contact-field .label {
    font-weight: 600;
    display: inline-block;
}

.contact-form-label {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

.contact-form-description {
    font-weight: 500;
    font-size: 20px;
}

.contact-form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}

.contact-form-group {
    margin-bottom: 32px;
}


/* currency_rates */


.currency_table > tbody {
    display: none;
}

.currency_table td {
    width: 25%;

}

.currency_table tr td:not(:first-child) {
    text-align: center;
}

.currency_table thead th:not(:first-child) {
    text-align: center;
}

.currency_selectors {
    border: none;
}

.currency_selector_item {
    padding: 5px;
}
.currency_selector_item > a.active {
    color: #FFB800;
    border-bottom: 2px solid #FFB800;
}


tbody.active {
    display: table-row-group;
}
.tab-content>.active {
    display: table-row-group !important;
}

.fitler > ul {
    border-bottom: none !important;
}


.ukrkredit_bank_rates {
    margin-bottom: 50px;
}

.urkredit_currency_rates {
    margin-bottom: 50px;
}


.currency_rates_heading {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 12px 0;
    display: flex;
    border-top: none;
}

.currency_rates_heading_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    font-size: 14px;
    color: #a7a7a7;
    padding-right: 5px;
}

.currency_rate_item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 12px 0;
    border-top: 1px solid #e0e0e0;
    display: flex;
}

.currency_rate_item_value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    padding-right: 10px;
}

.currency_rate_item_name{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
}

.currency_rate_link {
    text-decoration: underline;
}

.currency_rate {
    display: none;
}

.currency_rate.active {
    display: block;
}

.currency_rate_item:hover{
    background-color: #f2f3f4;
    font-size: 20px;
    border-radius: 3px;
    font-weight: 600;
}

/* 
/* mfo page*/

.header_info {
    padding-bottom: 24px;
    background-color: rgb(255, 255, 255);
    padding-top: 16px;
    width: 100%;
    box-shadow: rgb(229 234 239) 0px -1px 0px inset;
}
.mfo_page {
    margin-bottom: 16px;
}

.mfo_page__title {
    font: bold 60px / 72px Raleway, sans-serif;
    margin-bottom: 16px;
    color: rgb(37, 37, 37);
    text-align: center;
}

.mfo_page__sections {

}
.section_description {
    font: 13px / 16px "Noto Sans", sans-serif;
    margin-bottom: 4px;
}

.section_value {
    font: bold 24px / 32px Raleway, sans-serif;
}

.section_value span {
    margin-left: 24px;
}

.section-buttons {
    display: flex;
    margin: 0px -4px 16px;
    width: 392px;
}

.section-buttons button {
    margin: 0px 4px;
    cursor: pointer;
}

.section-main-apply {
    -webkit-box-align: center;
    align-items: center;
    background-color: #FF0000;
    border-radius: 4px;
    border: 0px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    margin-bottom: 8px;
    padding: 0px 14px;
    width: 100%;
    height: 56px;
}

.section-main-apply span {
    font-family: Raleway, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.section-main-repay {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    border: 2px solid rgb(229, 234, 239);
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    margin-bottom: 8px;
    padding: 0px 14px;
    width: 100%;
    height: 56px;
}

.section-main-repay span {
    font-family: Raleway, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FF0000;
}

.mfo_page__social_info {
    margin-top: 20px;
}

.mfo_page__social_list {
    display: flex;
    justify-content: center;
}

.mfo_page__social_list .social_item:not(:last-child) {
    margin-right: 5px;
}

.mfo_page__social_info a {
    position: relative;
    padding-left: 50px;
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}

.mfo_social_item_facebook a:before,
.mfo_social_item_telegram a:before,
.mfo_social_item_viber a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.mfo_social_item_facebook a:before {
    background-image: url('https://ukrkredit.com.ua/assets/img/social_icons/facebook-48.png');
}
.mfo_social_item_telegram a:before {
    background-image: url('https://ukrkredit.com.ua/assets/img/social_icons/telegram-app-48.png');
}
.mfo_social_item_viber a:before {
    background-image: url('https://ukrkredit.com.ua/assets/img/social_icons/viber-48.png');
}

.mfo_page_content_list {
    padding: 32px 24px;
    background: #f5f7fa;
    margin-bottom: 28px;
    font-size: 16px;
}

.mfo_page_content_list ol{
    list-style-type: none;
    counter-reset: headings;
}

.mfo_page_content_list ol > li {
    position: relative;
    padding-left: 25px;
}

.mfo_page_content_list li:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: inherit;
    font-weight: 700;
    color: #FF0000;
}

.mfo_page_content_list ol>li:before {
    counter-increment: headings;
    content: counter(headings) " ";

}


.mfo_page__section {
    border-radius: 8px;
    box-shadow: rgb(130 146 164 / 8%) 0px 4px 16px;
    background: rgb(255, 255, 255);
    padding: 72px 56px;
    margin-bottom: 16px;
}

.mfo_page__section h2 {
    margin: 0 0 20px;
    font: 700 24px/32px Raleway,sans-serif;
    color: #252525;
}

.mfo_page__section .section_title {
    font: bold 32px / 40px Raleway, sans-serif;
    margin-bottom: 32px;
}

.mfo_page__section_item {
    display: flex;
    flex-direction: column;
    padding: 16px 0px;
    border-bottom: 1px solid rgb(229, 234, 239);
    gap: 20px;
    flex-direction: row;
}


.section-item__title {
    flex: 1 1 50%;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    color: rgb(37, 37, 37);
}

.section-item__value {
    flex: 1 1 50%;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    color: rgb(37, 37, 37);
    font-size: 16px;
    line-height: 28px;
}
.advantage a {
    text-decoration: underline;
}

.advantage_mark {
    margin-right: 5px;
    color: #5ddc6e;
    font-size: 14px;
}
.section-item__value a {
    text-decoration: underline;
}

.mfo_page__sections {
    padding: 20px 10px 20px 100px;
}

.mfo_page_section {
    display: flex;
    flex-direction: column;
    max-width: 1104px;
    margin: 0px auto;
    padding: 30px 0px;
}
.mfo-page-section__image {
    padding: 16px 28px;
    margin-bottom: 16px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
}

.mfo_page__intro {
    margin-bottom: 20px;
}


.mfo-website__button {
    background: none;
    border: none;
    padding: 0px;
    color: rgb(37, 37, 37);
    cursor: pointer;
}

.mfo_page_navigation_menu{
    background: rgb(255, 255, 255);
    position: sticky;
    top: 0px;
    z-index: 2;
    margin-bottom: 16px;
    overflow-x: auto;
    box-shadow: rgb(130 146 164 / 8%) 0px 4px 16px 0px;
}

.mfo_page_navigation_menu-item {
    list-style: none;
    display: inline-block;
    padding: 12px 0px;
    font: bold 12px / 24px Raleway, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(37, 37, 37);
    margin-right: 16px;
    border-bottom: 2px solid transparent;
}


/* company page */

.company_page {
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    margin-bottom: 18px;
    position: relative;
    padding: 20px 30px 20px 30px;
}

.section_title {
    text-align: center;
    padding-bottom: 12px;
}

.company_page .company_logo {
    padding-bottom: 20px;
    justify-content: center;
    display: flex;
}

.company_info {
    padding-top: 30px;
    padding-bottom: 30px;
}

.company_info .rates {
    display: flex;
    justify-content: space-around;
}

.company_info .advantages {
    display: flex;
    justify-content: space-around;
}

.company_info .separator {
    height: 1px;
    width: 100%;
    background-color: #e4e5eb;
    margin-top: 10px;
    margin-bottom: 10px;
}

.credits_company_content {
    padding: 20px 32px;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 4px;
}

.company_conditions {
    margin-bottom: 20px;
}
.conditions_section_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
}

.condition_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FFB800;
    margin-bottom: 10px;
    margin-top: 10px;
}

.condition_section {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.condition_section span {
    margin-left: 1em;
}



.page_promo {
    background: rgba(255, 184, 0, 0.54);
    border-radius: 15px;
    padding: 15px 0px 15px 50px;
    align-items: center;

    color: #000000;
    
    
    font-family: Montserrat;
    font-style: normal;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 120%;
}

.page_promo h3 {
    color: #000000;
    font-weight: bolder;
}

.page_info_block {
    margin-bottom: 20px;
}


.page_buttons {
    margin-bottom: 50px;
}

.credits_license_block {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 28px;
    color: #595959;
}

.credits_license_block h2 {
    margin: 0 0 20px;
    font: 700 24px/32px Raleway,sans-serif;
    color: #252525;
}

/* mobile_menu */

.mobile_logo {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}


.hamburger {
    position: relative;
}

.menu_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(92,97,102,.7);
    opacity: 1;
    transition: opacity .3s;
    overflow-x: hidden;
    display: none;
    z-index: 100;
}

.menu_mobile.active {
    display: block;
    
}

.menu_mobile.active .menu_mobile_wrapper {
    right: 0;
}

.menu_mobile_wrapper {
    position: absolute;
    flex-wrap: wrap;
    align-items: center;
    right: -250px;
    top: 0;
    bottom: 0;
    width: 274px;
    transform-origin: right center;
    transition: right .25s cubic-bezier(.215,.61,.355,1);
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 100px;
    overflow-x: hidden;
}

.menu_mobile__close {
    margin-right: 16px;
}

.menu_mobile__control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 56px;
    margin: 0;
    cursor: pointer;
    line-height: 0;
    color: inherit;
}

.menu_mobile__control .menu-icon {
    width: 40px;
    height: 40px;
    color: inherit;
    transition: all .3s;
}

.menu_mobile__call {
    display: none;
    margin-right: 24px;
    font: 12px/1em "Noto Sans",sans-serif;
    letter-spacing: .5px;
}


.menu_mobile__call--sidebar {
    display: block;
    width: 100%;
    margin: 48px 24px 32px;
    padding: 16px 24px;
    background: #fff;
    border: 2px solid #e5eaef;
    border-radius: 2px;
    text-align: center;
}

.menu_mobile__call .menu-icon {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.menu_mobile__lang {
    width: auto;
    padding: 0 8px;
    margin-left: auto;
}

.menu_mobile__switcher {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: inherit;
    transition: color .3s;
    cursor: pointer;
}

.menu_mobile__toggle {
    position: relative;
    width: 16px;
    height: 10px;
    margin-right: 4px;
    background: currentColor;
    border-radius: 6px;
}

.menu_mobile__toggle:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 8px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    transition: left .1s;
}

.menu_mobile__nav {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    /*min-height: calc(100% - 185px);*/
    position: relative;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: color .3s;
}



.menu_mobile.active {
    display: block;
}

.menu_mobile__item {
    position: relative;
    font-size: 12px;
}

.menu_mobile__controls {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu_mobile__item.item-parent>a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    margin-bottom: 3px;
    width: 0;
    height: 0;
    border-color: #595959 transparent transparent;
    border-style: solid;
    border-width: 3px 3px 0;
    transition: border-color .3s;
}

.menu_mobile__item.item-open>a:after {
    border-width: 0 3px 3px;
    border-color: transparent transparent #595959;
}

.menu_mobile__item>.menu_mobile__nav {
    max-height: 0;
    overflow: hidden;
}

.menu_mobile__item>.menu_mobile__nav {
    transition: max-height .3s ease-out;
}

.menu_mobile__item.item-open .menu_mobile__nav {
    max-height: 999px;
    transition: max-height .3s ease-in;
}

.menu_mobile_item>.menu_mobile__nav>.a {
    padding-left: 48px;
}


.menu_mobile__item.item-parent>a, .menu_mobile__item:not(.item-parent) {
    display: block;
    padding: 12px 24px;
}

.menu_mobile__item>.menu_mobile__nav>a {
    padding-left: 48px;
}



.menu_mobile__btn {
    padding: 10px 15px 10px 40px;
    color: #fff;
    transition: .3s;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* reviews test*/

.stars {
    display: flex;
    justify-content: center;
}

.stars input{
  display: none;
}
.stars label{
    float: right;
  font-size: 30px;
  color: lightgrey;
  margin: 0 5px;
  text-shadow: 1px 1px #bbb;
}

.stars-rating {
    float: left;
}

.stars-rating label{
    cursor: pointer;
}
.stars_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stars label:before{
  content: '★';
}


.stars-rating input:checked ~ label{
  color: gold;
  text-shadow: 1px 1px #c60;
}
.stars-rating:not(:checked) > label:hover,
.stars-rating:not(:checked) > label:hover ~ label{
  color: gold;
}
.stars-rating input:checked > label:hover,
.stars-rating input:checked > label:hover ~ label{
  color: gold;
  text-shadow: 1px 1px goldenrod;
} 


/* .stars > input:checked ~ label {
    color: #ffc700;    
}
.stars:not(:checked) > label:hover,
.stars:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.stars > input:checked + label:hover,
.stars > input:checked + label:hover ~ label,
.stars > input:checked ~ label:hover,
.stars > input:checked ~ label:hover ~ label,
.stars > label:hover ~ input:checked ~ label {
    color: #c59b08;
} */



/* related_articles */

.related_articles {
    position: relative;
    margin-bottom: 20px;
}

.related_articles blockquote {
    margin: 0 0 15px 0;
    font-style: italic;
    padding: 0 0 0 20px;
    border-left: 2px solid #104579;
    font-weight: 300;
    letter-spacing: 1px;
}

.related_articles ul{
    margin-top: 0;
    margin-bottom: 15px;
    list-style: none;
}

.related_articles ul li {
    position: relative;
}

.related_articles ul li:before{
    content: '';
    width: 7px;
    height: 7px;
    background-color: #104579;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: -20px;
    top: 8px;
}
.related_articles a {
    color: #2084E6;
    text-decoration: underline;
}

.related_articles a:hover {
    text-decoration: none;
}



/* article author */

.article_header-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.article_author_item {
    display: flex;
    align-items: center;
}
.article_header-description {
    font-size: 16px;
    font-weight: 600;
    width: 70%;
}

.article_author_item-picture picture{
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    margin-top: 2px;
}

.article_author_item-picture picture img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}


.article_header-author {
    background: #fff;
    border: 1px solid #e5eaef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 16px 16px 8px;
    margin-bottom: 5px;
}

.article_author-name {
    font-size: 14px;
    line-height: 1.3;
    color: #1c1c1c;
    font-weight: 600;
}

.article_author-position {
    display: block;
    margin-top: 8px;
    font-family: Noto Sans,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .01em;
    color: #8292a4;
}

.article_header-date {
    font-size: 13px;
    line-height: 20px;
    color: #484848;
    text-transform: uppercase;
}

.article_content_list {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 30px;
}

.article_content_list-header {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 4px;
    text-align: center;
    position: relative;
}


.article_content_list-header span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

/* author page */ 
/* author page */

.author-page-header {
    padding: 30px 0;
}

.author_longtitle {
    margin-bottom: 10px;
}

.author_picture {
    margin-right: 12px;
}

.author_name {
    font-size: 24px;
    font-weight: bold;
}

.author_picture picture {
    width: 100%;
    height: 100%;
    margin-right: 12px;
    display: block;
}

.author_picture img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.author_articles h2 {
    font-size: 24px;
    margin-bottom: 24px;
}

.author_info_social {
    margin-top: 5px;
    text-align: center;
    justify-content: space-evenly;
    display: flex;
}

.author_info_social a {
    font-size: 24px;
    color: #46ac4a;;
}
.author_content {
    color: #252525;
    line-height: 28px;
}
.author_content p {
    margin-bottom: 10px;
}

.author_content h2 {
    font-size: 20px;
}

.article_author-name a {
    color: #46ac4a;
    text-decoration: underline;
}


/* main page */

.main-page-header {
    padding: 30px 0;
    font-weight: bold;
}


.main-page-title {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
}

.main-page-description {
    margin-top: 16px;
    font-size: 16px;
}

.categories_block {
    padding: 30px 0;
    margin-bottom: 50px;
}

.main_page_categories_items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.main_page_category_item {
    width: 200px;
    margin-right: 50px;
    border-radius: 15px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    margin-bottom: 18px;
    position: relative;
    padding: 20px 30px 20px 30px;
}

.category_item_link {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

.page-content-mfo {
    margin-bottom: 50px;
}

.page-content-mfo-items {
    display: flex;
    justify-content: space-around;
    margin-top: 16px;
    flex-wrap: wrap;
}

.main-page-mfo-item {
    border-radius: 15px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    margin-bottom: 18px;
    position: relative;
    padding: 20px 30px 20px 30px;
}

.page-title {
    text-align: center;
    padding: 20px 0;
}

.mfo-item-img {
    display: flex;
    justify-content: center;
}

.mfo-item-img img {
    width: 250px;
    height: 100px;
}

.mfo-item-title {
    text-align: center;
    margin-bottom: 25px;
}

.mfo-item-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.mfo-item-info-item-head {
    font-size: 13px;
    text-align: center;
}

.mfo-item-info-item-description {
    text-align: center;
}

.mfo-item-buttons {
    display: flex;
    justify-content: center;
}

.page-content-articles {
    background-color: #f5f5f5;
    margin-bottom: 50px;
}


.main-page-article-item {
    width: 350px;
    border: 1px solid rgba(14,14,16,.102);
    border-top: 0;
    border-radius: 5px;
    margin-bottom: 25px;
    position: relative;
}

.main-page-main-article {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.main-article-absolute-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.main-page-main-article .article-item-title {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: rgba(14,14,16,.302);
    z-index: 3;
}

.main-page-main-article .article-item-title h3{
    margin: 0;
    color: #fff;
    font: 100% Stolzl-Bold,sans-serif;
    font-size: 22px;
}


.article-item-title {
    padding: 20px;
    z-index: 20;
    border-radius: 0 0 5px 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.article-item-img img {
    border-radius: 5px;
    width: 100%;
    height: 197px;
}


.article-title {
    font-size: 14px;
    margin: 0;
}

.main-page-article-item:hover a{
    color: #FF0000;
}

.main-page-article-item:hover img {
    transform: scale3d(1.1,1.1,1.1);
    transition: all .5s;
}

.page-content-article-items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.subscriptions {
    display: -webkit-box;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.subscription-item {
    width: 45%;
    padding: 25px 20px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.page-content-telegram {
    border-radius: 10px;
    background-color: rgba(117,187,241,.902);
}

.telegram-channel-link {
    margin-bottom: 25px;
    font: 100% Stolzl-Bold,sans-serif;
    font-size: 14px;
    color: #377bae;
    line-height: 1.2;
}

.subscription-item p {
    font-size: 14px;
    margin: 20px 0;
}

.telegram-subscription {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


.telegram-subscription-link {
    color: #fff;
    padding: 15px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.telegram-subscription-link:hover{
    color: rgba(117,187,241,.902);
    background-color: #fff;
}

.telegram-icon {
    background-image: url('https://ukrkredit.com.ua/assets/img/social_icons/icons8-telegram-app-64.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 64px;
    height: 64px;
    margin-right: 15px;
}

.page-content-email-subscription{
    border-top: 10px solid;
    border: 0 solid transparent;
    border-image: 10 repeating-linear-gradient(45deg,#3a6799,#3a6799 10px,transparent 10px,transparent 20px,#f60 20px,#f60 30px,transparent 30px,transparent 40px);
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
}


.email-subscription {
    display: flex;
    position: relative;
}


.email-subscription-email-input  {
    background: none;
    padding: 15px 30px;
    border: 0.01em solid rgba(59,200,200,.2);
    font-size: 14px;
    margin-right: 10px;
}


.email-subscription-submit-btn {
    padding: 15px 30px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    background-color: #FF0000;
}

.page-content-subscription {
    margin-bottom: 50px;
}

.page-content-info {
    margin-bottom: 50px;
}


/* cards catalog page */



/* credit card page */
.credit_card_header_section {
    padding: 24px 32px 32px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    min-height: 326px;
    box-shadow: rgb(229 234 239) 0px -1px 0px inset;
    border-radius: 8px;
    width: 100%;
    margin-top: 16px;
    column-gap: 32px;
    display: flex;

}

.credit_card_header_section--logo {
    display: flex;
    flex-direction: column;
}

.credit_card_logo img {
    width: 360px;
    height: 220px;
}

.credit_card_header {
    display: flex;
    flex-direction: column;
}


.credit_card_header_section--title h1 {
    position: relative;
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: rgb(37, 37, 37);
    margin: 0px 0px 8px;
}

.credit_card_bank .bank_license {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: rgb(130, 146, 164);
    width: 100%;
    text-align: center;
}

.credit_card_bank .bank_name {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    margin-right: 8px;

}


.credit_card_header_section--loan {
    display: flex;
    margin-top: 24px;
}

.credit_card_loan:not(:last-of-type) {
    margin: 0px 32px 0px 0px;
}

.credit_card_header_value {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}


.credit_card_header_tooltip {
    padding: 0px;
    margin: 0px;
    background: transparent;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 2px;
    color: rgb(130, 146, 164);
    font-size: 12px;
    line-height: 16px;
}


.credit_card_header_section--description {
    margin-top: 24px;
}
.credit_card_header_section--legal {
    margin-top: 24px;
}

.credit_card_description_item:not(:last-child) {
    margin-bottom: 12px;
}

.credit_card_description_item svg {
    margin-right: 8px;
    width: 16px;
}

.credit_card_description_item {
        display: flex;
    align-items: flex-start;
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: rgb(37, 37, 37);
}


.credit_card_header_section--buttons {
    margin-top: 24px;
}

.credit_card_order_button {
    align-self: flex-start;
    padding: 8px 10px 8px 10px;
    background-color: rgb(0, 202, 131);
    border-radius: 8px;
    display: flex;
    flex-flow: row wrap;
    font-family: Raleway, sans-serif;
    line-height: 1;
    margin: 0px 0px 16px;
    outline: none;
    transition: opacity 0.3s ease 0s;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

.credit_card_order_button:hover {
    opacity: 0.8;
}


.credit_card_order_button .button_title {
    color: rgb(255, 255, 255);
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-feature-settings: "pnum", "lnum";
    width: 100%;
}

.credit_card_order_button .button_description {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
}


.credit_card_page_content {
    margin: 16px 24px 0px 0px;
    grid-column: 1 / 2;
    justify-self: end;
    width: 928px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    min-height: 326px;
    box-shadow: rgb(229 234 239) 0px -1px 0px inset;
    border-radius: 8px;
    padding: 32px 32px 16px;
}

.credit_card_page_section {
    margin-bottom: 16px;
}

.credit_card_page_section h2 {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: rgb(17, 21, 18);
    caption-side: top;
    margin-bottom: 16px;
    cursor: pointer;
}


.credit_card_page_section_item {
    display: flex;
    flex-direction: column;
    padding: 16px 0px;
    border-bottom: 1px solid rgb(229, 234, 239);
    gap: 20px;
    flex-direction: row;
}

.credit_card_page_section_item .section_item--title {
    flex: 1 1 50%;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    color: rgb(37, 37, 37);    
}

.credit_card_page_section_item .section_item--value{
    flex: 1 1 50%;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    color: rgb(37, 37, 37);
    font-size: 16px;
    line-height: 28px;
}

/* credit card item */ 


.cards_catalog_page {
    margin-bottom: 24px;
    margin-top: 24px;
    padding-top: 8px;
    position: relative;
}

.credit_cards_product_title {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: rgb(255, 255, 255);
    padding: 12px 16px 18px;
    background: rgb(51, 188, 251);
    border-radius: 8px 8px 0px 0px;
    margin: 0px 0px -6px;
}

.credit_card_item_section:not(:last-of-type) {
    margin-bottom: 16px;
}

.credit_card_item_section {
    padding: 24px 32px 32px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    min-height: 326px;
    box-shadow: rgb(229 234 239) 0px -1px 0px inset;
    border-radius: 8px;
    width: 100%;
    column-gap: 32px;
    display: flex;
}


.credit_card_item_heading {
    position: relative;
    font-family: Raleway, sans-serif;
    transition: all 0.2s ease 0s;
    font-size: 18px;
    line-height: 24px;
    color: rgb(25, 161, 235);
    font-weight: bold;
}


/*
currency page
*/

.currency_page_history {
    margin-bottom: 50px;
}

.currency_page_history h2 {
    margin-bottom: 10px;
}

.currency_page_today_rates {
    margin-bottom: 50px;
}

#chartdiv {
    width: 100%;
    max-width: 100%;
    height: 100%;
    height: 300px;
}

/* crypto */

.crypto_table_wrapper {
    margin-bottom: 50px;
}

.crypto_table {
    width: 100%;
    text-align: right!important;
}

.crypto_table td {
    border-width: 0 0 1px;
    transition: all .25s;
}

.crypto_table td, .crypto_table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
    white-space: nowrap;
    padding: 1em 0.25em;
    vertical-align: middle;
    background: #fff;
    font-weight: 400;
}

.crypto_table th {
    font-size: 12px;
    color: #999;
    cursor: pointer;
    border-width: 0 0 2px;
}

.crypto_table td.crypto_coin_item_name {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

.crypto_title_left {
    text-align: left!important;
}

.align_left {
    text-align: left!important;
}

.crypto_coin_item_name a {
    color: #000;
    font-weight: 700;
}

.crypto_coin_item_name span {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-left: 0.5rem;
    text-transform: uppercase;
}

.crypto_coin_item_logo img {
    margin-right: 5px;
    max-height: 25px;
    max-width: 25px;
}


.crypto_coin_item_row .pros{
    color: #4bab48;
}

.crypto_coin_item_row .pros:before{
    display: inline-block;
    content: "\2794";
    transform: rotate(-90deg);
}

.crypto_coin_item_row .cons {
    color: #ed4b4b;
}

.crypto_coin_item_row .cons:before{
    display: inline-block;
    content: "\2794";
    transform: rotate(90deg);
}

.crypto_item_buttons {
    display: flex;
    justify-content: center;
}

.crypto_item_buy_button {
    border-radius: 40px;
    padding: 8px 19px;
    box-shadow: 0 4px 6px rgb(67 96 126 / 12%);
    background: #46ac4a;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-color: none;
    border: 1px solid transparent;
    justify-content: center;
    cursor: pointer;
    color: #FFFFFF;
}

/* new category page */
.company_title_section {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;
    gap: 8px;
    justify-content: center;
}
.credit_company_test {
    border-radius: 15px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    margin-bottom: 18px;
    position: relative;
    padding: 20px 30px 20px 30px;
}
.company_main_section{
    display: flex;
    flex: 1 1 0%;
    gap: 16px;
    align-items: center;
    
}

.promo {
    padding: 0px 8px;
}
.credit_company_info_block_wrapper {
    margin-right: 16px;
    flex: 2 1 0%;
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.credit_company_info_block {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-flow: wrap;
}

.credit_company_additional_info_wrapper{
    flex: 1.5 1 0%;
    margin-right: 36px;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.credit_company_external_links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
}
 .credit_company_additional_info_item {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 8px;
    padding-right: 8px;
    white-space: nowrap;
    position: relative;
}

.credit_company_title {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
}

.credit_company_external_link a {
    text-align: left;
    font: 400 14px / 18px "Noto Sans", sans-serif;
    color: rgb(25, 161, 235);
    border: none;
    background-color: transparent;
    padding: 0px;
}

.credit_company_external_link svg{
    margin-left: 8px;
}

.company_logo_section {
    flex-basis: 250px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0px;
}