.uk-countdown-number, .uk-countdown-separator {
	text-shadow: -1px -1px 1px rgba(255,255,255,.1)
 	1px 1px 1px rgba(0,0,0,.9);
}


.disp-none .uk-first-column:not(:first-child){
  display: none;
}

.tm-header, .tm-header-mobile {
    border-bottom: 1px solid #88635b;
}

.tm-page-container .tm-page{
    max-width: none!important;
}

.tm-page-margin-top {
    margin-top: 0!important;
}

.calculate-form .cf-fields {
    /*display: grid !important;
    grid-template-columns: .5fr 1fr;
    gap: 1em;*/
}
.result-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 8px;
    border-right: 6px solid #88635b;
    border-radius: 5px;
	background: #fff3e6;
}
span.rednew { color: #fff3e6; font-weight: 400;}


.settings-wrapper {
    padding: 5px;
    /*background-color: #f7f7f7;*/
    border-radius: 5px;
}
.result-field, .result-field-mob {
    grid-column: 1/-1;
}
.result-field.__user, .result-field-mob__user {
    grid-column: span 1;
    width: 100%;
}

.phm-policy-wrapper .cf-checkbox-group {
	position: relative;
}
.phm-policy-wrapper .cf-label {
	line-height: 1.5;
	font-size: 14px!important;
}
.calculate-form .phm-submit-btn {
    /*max-width: 300px !important;*/
    margin-inline: auto !important;
    display: block;
}
.phm-policy-wrapper .cf-label a {
	color: var(--_accent) !important;
}
.phm-policy-wrapper .cf-label a:hover {
	text-decoration: underline;
}
/*.phm-policy-wrapper .cf-label::before {
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
    border-radius: 3px;
	margin-right: 10px;
	border: 1px solid rgba(72, 72, 72, 0.58);
}

*/
.phm-policy:checked + .cf-label::before {
	color: rgb(52, 52, 52);
}

.phm-policy {
	position: absolute !important;
	top: 0;
	left: 0;
	visibility: hidden;
}

.calc-box {
    margin-top: 30px;
}

.proc {font-size: 140%;}
.calc-h {font-size: 140%;}
.uk-text-meta{ font-size: 18px;color: #fff3e6;}

@media (max-width: 640px) {
.calc-h {font-size: 120%;}
}

.nrf-slider-wrapper{
/*	--progress-color: #fff3e6;*/
	--progress-color: #ad8946;
	--slider-thumb-size: 15px;
	--slider-height: 3px;
	min-width: 80px;
}

.nrf-slider-wrapper .nrf-slider-range {
    background: #ad8946;
	/*background: #fff3e6;*/
}

.nrf-slider-wrapper .nrf-slider-value {
	min-width: 80px;
	padding-left: 5px;
    padding-right: 2px;
}

/*Начало стрелок*/

.left-arrow, 
.right-arrow {
  display: inline-flex;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.pulse {
	position: relative; // Нужно будет в будущем, для позиционирования эффекта
	text-align: center; 
	border-radius: 50%; // Делаем икноку круглой
	background: #3D64FF;
	/*padding: 20px; // Отступ можете подобрать свой.*/
	width: 20px;
	height: 20px;
}

.pulse::after,
.pulse::before {
  content: '';
  position: absolute;
  border: 2px solid #FFF;
  left: -5px;
  opacity: 0;
  right: -5px;
  top: -25px;
  bottom: -25px;
  border-radius: 50%;
  animation: pulse 8.5s linear infinite;
}

.pulse::after {
  animation-delay: 1.25s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}

.left-arrow {
	transform: rotate(-45deg);
	position: absolute;
	bottom: 0;
	left: 15px;
	}
	
.right-arrow {
	transform: rotate(315deg);
	position: absolute;
	top: 0;
	right:-15px;
}


.left-arrow::before,
.right-arrow::before,
.left-arrow::after,
.right-arrow::after {
  display: inline-flex;
  position: absolute;
  content: '';
}


.left-arrow::before,
.right-arrow::before {
  top: 8px;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #88635b; 
}

.left-arrow::after,
.right-arrow::after {
  width: 20px;
  height: 20px;
  top: -1px;
}

.left-arrow::after {
  left: 0;
  border-top: 3px solid #88635b;
  border-left: 3px solid #88635b;
  transform: rotate(-45deg);
}

.right-arrow::after {
  right: 15px;
  border-top: 3px solid #88635b;
  border-right: 3px solid #88635b;
  transform: rotate(45deg);
}


.left-arrow:hover::before,
.right-arrow:hover::before {
  background-color: black; 
}

.left-arrow:hover::after {
  border-top: 3px solid black;
  border-left: 3px solid black;
}

.right-arrow:hover::after {
  border-top: 3px solid black;
  border-right: 3px solid black;
}

#vibor{
	position: relative;
	/*margin-bottom: 0!important;
    background: #88635b;*/
    padding: 4px 0;
    color: #cbc1a9;
}

#akciya{
	position: relative;
	margin-bottom: 0;
    background: #88635b;
    padding: 4px 0;
    color: #cbc1a9;
}

#contakciya{
	padding: 12px 14px;
}

#uk-icon-phone{
    position: relative;
    background: #88635b;
    padding: 3px;
    color: #cbc1a9;
}

.uk-icon-phone-pc{
    position: fixed;
    bottom: 20px;
    right: 3px;
	background: #88635b;
    padding: 12px 14px;
    z-index: 1000;
}

#footstatik{
    position: fixed;
	/*padding: 0!important;
	margin-bottom: 0!important;*/
	bottom: 0;
	background: #88635b;
    z-index: 1000;
	width: 100%;
}



.wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: minmax(50px, auto);
}

.t4 {
    font-size: 28px;
    line-height: 1.1;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0;
}

.icon_icon_t5 {
    font-family: Circe,system-ui,sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 110%;
    color: rgba(29,31,34,.7);
}

.logo_bank {
    width: 100%;
    text-align: center;
     /*height: 3.1875rem;*/
     /*object-fit: contain;*/
}

.icon_icon_t3 {
    margin-top: 4px;
    width: 100%;
}
/*Конец стрелок*/

/*Breackpoints*/
/* Desktop First */
@media (max-width: 1399.98px) {}
@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {}
@media (max-width: 767.98px) {}
@media (max-width: 575.98px) {
.calculate-form .cf-fields{
	grid-template-columns: 1fr;
	}
.result-field-mob{
    display: grid;
    padding: 20px 8px;
    border-right: 6px solid #88635b;
    border-radius: 5px;
    background: #fff3e6;
	}
.t4 {font-size: 18px;}
.logo_bank {width: 200%; text-align: left;}
.result-wrapper{display: none;}
.uk-icon-phone-pc {display: none;}

.webcam-pc{display: none!important;}
.obr {margin-right: 0; width: 100%;}
}
/* Mobile First */
@media (min-width: 576px){
	.result-field-mob{display: none;}
	.footstatik {display: none!important;}
    .webcam-mob{display: none!important;}
	
	}
@media (min-width: 768px){}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}