body {
	font-family: Arial;
}
.view,body,html {
    height: 100%
}

h1,h2,h3,h4,ul,ol,  p {
	width:100%;
}

.wow.two {
    margin-top: 10px
}
.wt {
    padding: 20px 10px
}
.bank {
    border: 1px solid #ddd;
    margin: 8px auto;
    padding: 13px;
    box-shadow: 0 1px 5px rgba(0,0,0,.24);
    border-radius: 5px;
    display: flex;
}

.credit-info {
    margin-right: 25px;
    text-align: center;
}

.bank_logo {
    width: 196px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.bnk_logo {
    width: 194px;
    text-align: center
}
.bank-position {
    width: 100%;
    vertical-align: middle;
    padding-top: 12px;
        display: flex;
}
.info {
    display: flex;
    vertical-align: middle;
    padding-left: 25px;
    box-sizing: border-box;
        -webkit-box-flex: 0;
    -webkit-box-align: center;
    align-items: center;
}
.apply {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    font-size: 14px;
    position: relative
}

.info_val {
    width: 160px;
    padding-left: 12px;
    display: inline-block;
	font-size: 12px;
}

.credit-info .cell {
    font-size: 20px;
    font-weight: 700
}

.credit-conditions .cell {
    font-size: 12px
}

.vpl span {
    color: #e06816
}

.tlo span,.kom span {
    color: #485a7e
}

.credit-info .info_val {
    border-bottom: 2px dashed #cfcfcf
}

.first-percent-text strong {
    font-weight: 700;
    font-size: 20px;
    color: #0094d9
}

span.first-percent-text {
    font-size: 14px
}





@media(max-width: 400px) {
    .ord_frm {
        font-size:16px
    }

    .ord_frm .fa {
        display: none
    }

    .form_ch h2 {
        font-size: 18px;
        font-weight: 700
    }

    .algo {
        display: none
    }
}

@media(max-width: 992px) and (min-width:535px) {
    .list .bank_logo,.list .info,.list .apply {
        width:100%;
        display: block;
        padding: 0
    }

    .list .ord_frm {
        float: none;
        margin: 20px auto 0
    }

    .list .info_val {
        min-width: 120px;
        padding: 0;
        width: 32.5%
    }

    .bnk_logo {
        text-align: center;
        margin: 0 auto;
        display: block
    }

    .list .apply {
        text-align: center;
        margin: 0 auto
    }
}

@media(max-width: 350px) {
    .credit-info .cell {
        font-size:20px;
        font-weight: 700
    }
}

@media(max-width: 774px) {
    .h1,h1 {
        font-size: 1.5rem
    }
}


@media(max-width: 534px) {
    

    .list .bank_logo {
        width: 100%;
        display: block;
        vertical-align: top;
        text-align: center;
        margin: 0 auto
    }

    .list .info {
        width: 100%;
        display: block;
        vertical-align: top;
        box-sizing: border-box;
        padding: 0
    }

    .list .info_val {
        width: 100%;
        padding: 0;
        display: block;
        text-align: center;
        margin-right: 22px;
    }

    .list .value {
        display: inline-block
    }

    .list .label {
        width: 108px;
        display: inline-block
    }

    .list .ord_frm {
        float: none;
        padding: 4px 16px;
        margin: 20px auto 0
    }
}

@media(max-width: 1200px) and (min-width:992px) {
    .list .bank_logo {
        width:165px
    }

    .list .bnk_logo {
        width: 162px
    }

    .list .info_val {
        width: 134px;
        padding: 0
    }

    .list .info {
        width: calc(100% - 340px);
        padding: 0
    }
}



.bank::before {
	font-weight: bold;
}

@media(max-width: 1199px) {
	
	.single-post #res img{
			width: 100%;
			height: auto;
	}
}

@media(min-width: 992px) {
    .tooltip {
        position:absolute;
        z-index: 1070;
        display: block;
        font-family: helvetica neue,Helvetica,Arial,sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        word-wrap: normal;
        white-space: normal;
        filter: alpha(opacity=0);
        opacity: 0;
        line-break: auto
    }

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

    .tooltip-inner {
        max-width: 200px;
        padding: 3px 8px;
        color: #fff;
        text-align: center;
        background-color: #000;
        border-radius: 4px
    }

    .tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
    }

    .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.top-left .tooltip-arrow {
        right: 5px;
        bottom: 0;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.top-right .tooltip-arrow {
        bottom: 0;
        left: 5px;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #000
    }

    .tooltip.left .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-width: 5px 0 5px 5px;
        border-left-color: #000
    }

    .tooltip.bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }

    .tooltip.bottom-left .tooltip-arrow {
        top: 0;
        right: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }

    .tooltip.bottom-right .tooltip-arrow {
        top: 0;
        left: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }
}


.content {
    padding-bottom: 84px;
    margin-top: 65px
}


@media(max-width: 468px) {
    .apply {
        display:block!important;
        margin: 0 auto!important;
        width: 100%!important;
        text-align: center
    }

    .ord_frm {
        background: #2c9f38!important
    }
}

footer.page-footer a {
    color: #fff;
    text-decoration: underline;
}
.btn-primary {
    background-color: #e06816!important;
    color: #fff!important;
}

.rez_column  {
	margin-bottom: 25px;
}


.recommend-text {
	position: absolute;
    top: 0;
    background: green;
    padding: 1px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}
.rez_column {
	position:relative;
}

.single-mfo {
	background: #eceeef;
}
.single-mfo  .white_color {
	background: #fff;
	box-shadow: 0px 1px 4px #999;
	padding: 15px;
}

.single-mfo .btn.btn-lg{
	padding: 1rem;
    text-align: center;
}

.single-mfo .logo-block ul {
	list-style: none;
    padding-left: 10px;
}

.single-mfo .sub-title small {
	text-transform: uppercase;
    color: #9e9e9e;
    font-weight: bold;
}
.single-mfo .offer-logo {
	max-width:100%;
}
.single-mfo .navbar {
	margin-bottom: 20px;
}

.single-mfo #social ul li{
	    overflow: hidden;
    white-space: nowrap;
}

.nav-item a {
	color:#fff;
}

#breadcrumbs {
	margin-top:15px;
}


.sidebar-widgets > div {
	    padding: 0px;
    border: 1px solid;
    box-shadow: 0 1px 7px rgba(0,0,0,.24);
    border-radius: 5px;
    border-color: #d9d9d9;
    margin-bottom: 20px;
}
	

.sidebar-widgets > div > span.header {
	display: block;
    background: #16ba78;
    text-align: center;
    padding: 7px;
    border-radius: 5px;
    color: #fff;
}

.sidebar-widgets > div  ul {
	padding: 8px 35px;
    font-size: 14px;
}

.sidebar-widgets > div  ul a {
	color: #0a5e3c;
    border-bottom: 1px dotted;
}

.sidebar-widgets > div ul li {
	    margin-bottom: 6px;
}

.current-menu-item {
	font-weight:bold;
}

.page-template-template-page-vitrina #photo img {
	width:100%;
	height:auto;
}

.mfo-box {
	text-align:center;
	margin-bottom: 50px;
	border: 1px solid #fff;
		padding: 12px;

}
.mfo-box:hover {
	border: 1px solid #ccc;
}
.mfos img {
	    max-width: 220px;
    max-height: 75px;
}
.mfo-box:nth-child(3n+1) {
	clear:both;
}

#activate-promo {
	    text-overflow: ellipsis; display: block; font-size: 33px; word-wrap: normal;  text-align: left;  padding-right: 9rem;
}

#activate-promo span{
	display: block;
    position: absolute;
    right: 29px;
    font-size: 11px;
    top: 42%;
    font-weight: bold;
    text-decoration: underline;
}

/* страница Контакты */

.page-id-408 #res ul, .page-id-408 #res h2, .page-id-408 #res iframe {
	width:100%;
}
.page-id-408 #res [role="form"] {
	padding: 30px;
    background: #f7f7f7;
	    width: 100%;
		margin-bottom:25px;
}
.promocode-text img {
	max-width:100%;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}

h2, .h2 {
width:100%;
}

td, th {
    border:1px solid;
    padding:5px;
}

nav.header1 {
	margin-bottom:0px;
}

div.calc {
background: rgb(63,94,251);
background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
color:#fff;
}

.open .dropdown-menu {
display:block;
}
.dropdown-menu {
	background-color: #1d5275;
	    min-width: 14rem;
}
.dropdown-menu .menu {
	list-style:none;
	padding: 10px 15px;
}
#author_block {
    border-radius: 30px;
    margin-bottom: 30px;
    border: 10px solid transparent; /* Размер и прозрачность рамки */
    border-image: linear-gradient(to right, #6E48AA, #9D50BB) 1; /* Градиент для рамки */
    padding: 20px; /* Отступ внутри блока, чтобы градиент был виден */
    background: white; /* Фоновый цвет блока */
    display: inline-block; /* Чтобы блок не занимал всю ширину родителя */
}

.one_blog_post {
	margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.one_blog_post img{
	max-width:100%;
}
.single img.wp-post-image {
	border-radius: 25px;
}
@media(min-width: 768px) {
	.single img.wp-post-image {
		float: right;
		margin: 35px;
	}
}

.single  [itemprop="articleBody"] {
	padding: 0px 29px;
}

ul.arrow-list{
   padding:0px; 
}

ul.arrow-list li {
    list-style:none;
}

#about_company img {
    max-width:100%;
}

#companies {
    background: #fafafa;
    padding: 20px 39px;
    border-radius: 5px;
    margin: 17px 0px;
    width: 100%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .24);
}

#companies ul{
    padding: 0px;
        overflow: hidden;
}

#companies ul li{
        float: left;
    display: flex;
    margin-right: 20px;
}

#companies span {
    font-weight: bold;
}

#companies ul a{
    border-bottom: 1px dotted;
}

.page-prestamos-list ul {
    list-style-type: none; /* Убираем маркеры списка */
    padding: 0;
    margin: 0;
    display: grid;
    grid-gap: 10px; /* Зазор между элементами */
}

/* Одна колонка до 450px */
@media (max-width: 450px) {
    .page-prestamos-list ul {
        grid-template-columns: repeat(2, 1fr); /* Одна колонка */
    }
}

/* Две колонки от 451px до 600px */
@media (min-width: 451px) and (max-width: 600px) {
    .page-prestamos-list ul {
        grid-template-columns: repeat(2, 1fr); /* Две колонки */
    }
}

/* Три колонки от 601px до 800px */
@media (min-width: 601px) and (max-width: 800px) {
    .page-prestamos-list ul {
        grid-template-columns: repeat(3, 1fr); /* Три колонки */
    }
}

/* Четыре колонки от 801px до 1000px */
@media (min-width: 801px) and (max-width: 1000px) {
    .page-prestamos-list ul {
        grid-template-columns: repeat(4, 1fr); /* Четыре колонки */
    }
}

/* Пять колонок при ширине больше 1000px */
@media (min-width: 1001px) {
    .page-prestamos-list ul {
        grid-template-columns: repeat(5, 1fr); /* Пять колонок */
    }
}

.page-prestamos-list ul li {
    background-color: #f9f9f9; /* Светло-серый фон для элементов списка */
    padding: 10px;
    border: 1px solid #ddd; /* Легкая рамка вокруг элементов списка */
    text-align: center;
    display: flex; /* Используем flex для элементов списка */
    justify-content: center; /* Центрируем содержимое */
    align-items: center; /* Центрируем по вертикали */
    width: 100%; /* Занимаем всю ширину колонки */
    box-sizing: border-box; /* Включаем отступы и рамки в ширину элемента */
}



@media(max-width: 768px) {
    .bank-position, .bank {
        display: block;
        text-align: center;
    }
}

.single-zaym .categories-sidebar-widget .offer-logo {
    max-width: 220px;
}