/*
Theme Name: Leos Template
Author: Maxim Folko
Version: 4.1
Text Domain: leos
*/

body {
	font-family: Arial, sans-serif;
	text-align: right;
	direction: rtl;
}
header {
	box-shadow: -1px 10px 9px 1px rgba(30, 31, 35, 0.08);
	padding: 10px 0;
	margin-bottom: 2rem;
}
h3.maain_title {
	background-color: #0079c8;
	color: #fff;
	font-size: 29px;
	font-weight: 500;
	text-align: center;
	padding: 13px 0;
}
.three_s.p-0 {
	margin: 21px 0;
}
.three_s p {
	background-color: rgba(0,121,200,.2);
	color: #000;
	text-align: center;
}
.next-btn ,.prev-btn{
	background: transparent;
	border: 0;
}
h2#loan_purpose_title {
	margin-bottom: 0rem;
	margin-top: 1rem;
}
.three_s p:nth-child(even){
	background-color: #FFF
}
.chekd_input{
	font-size: 14px;
	margin-top: 28px;
}
.chekd_input label{
	margin: 0 5px;
}
.chekd_input span{
	text-align: center;
	display: flex;
	margin-top: 14px;
}
.form-container {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	min-height: 48vh;
	margin-bottom: 3rem;
}
a.tel.tel-link.tel-phone {
	background-color: #4ca4dc;
	border-radius: 36px 36px 36px 36px;
	color: #FFF;
	padding: 10px 20px;
}
.logo {
	width: 150px;
	margin: auto;
}
.form-step {
	display: none;
}

.form-step.show {
	display: block;
}

button {
	margin: 5px;
}
input#price {
	width: 100%;
}



/* range 2 */
.range-input {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	cursor: pointer;
	outline: none;
	height: 0px;
	background: #000;
	border-radius: 0;
	padding: 4px 0;
	margin-bottom: 11px;
}
.range-wrap {
	position: relative;
	margin: 0 auto 0 auto;
}
.range {
	width: 100%;
}
.text_price {
	color: #3f5ea2;
	width: 85%;
	font-family: Assistant;
	font-size: 18px;
	margin: 10px auto 0;
}
.bubble {
	background: red;
	color: white;
	padding: 4px 12px;
	position: absolute;
	border-radius: 4px;
	right: 0;
	transform: translateX(43%);
	bottom: 100%;
}
.bubble::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	background: red;
	bottom: -1px;
	left: 50%;
}

.bubble2 {
	background: red;
	color: white;
	padding: 4px 12px;
	position: absolute;
	border-radius: 4px;
	right: 0;
	transform: translateX(31%);
	bottom: 125%;
}
.bubble2::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	background: red;
	bottom: -1px;
	left: 50%;
}

.bubble3 {
	background: red;
	color: white;
	padding: 4px 12px;
	position: absolute;
	border-radius: 4px;
	right: 0;
	transform: translateX(31%);
	bottom: 125%;
}
.bubble3::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	background: red;
	bottom: -1px;
	left: 50%;
}
.bubble5 {
	background: red;
	color: white;
	padding: 4px 12px;
	position: absolute;
	border-radius: 4px;
	right: 0;
	transform: translateX(31%);
	bottom: 125%;
}
.bubble5::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	background: red;
	bottom: -1px;
	left: 50%;
}

h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 3rem;
	color: #7b8089;
}
.priceValue {
	font-size: 30px;
	text-align: center;
	color: #3f5ea2;
	font-family: Assistant;
}

.range-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	height: 30px;
	width: 30px;
	background-color: red;
	border-radius: 50%;
	border: none;
	transition: .2s ease-in-out;
}

.range-input::-moz-range-thumb {
	height: 15px;
	width: 15px;
	background-color: #f50;
	border-radius: 50%;
	border: none;
	transition: .2s ease-in-out;
}

.range-input::-webkit-slider-thumb:hover {
	box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
.range-input:active::-webkit-slider-thumb {
	box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
.range-input:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}

.range-input::-moz-range-thumb:hover {
	box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
.range-input:active::-moz-range-thumb {
	box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
.range-input:focus::-moz-range-thumb {
	box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
div#wpcf7-f33-o1 input {
	border: 1px solid;
}
.marginbanks {
  margin: 0 auto;
  padding: 20px 0;
}

#leos img {
    padding: 0;
    height: 30px;
    width: auto;
}
h3.maain_title{
    padding-inline: 1rem;
}
.three_s p {
	padding-inline: 0.5rem;
}