.head {
	background-image: url('../img/header-background.jpg');
	background-size: cover;
	background-color: #003C67;
}
/* Навигация  */
#navbar .row:first-child {
	border-bottom: 1px solid #fefefe;
	padding: 28px 0;
}
.mobile-navbar nav {
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.main-navigation {
	text-align: center;
	text-transform: uppercase;
	padding: 19px 0;
	display: inline-block;
}
.contact-phone {
	padding-top: 15px !important;
}
.main-navigation li {
	padding: 0px 20px;
}
/* Header */
h1, h1 span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 80px;
	color: #fefefe;
}
h1 span {
	margin-left: 33%;
}
#header {
	padding: 100px 10%;
}
/* Why should choose us */
#why-should-choose-us {
	background-color: #f5f5f5;
	padding: 85px 0;
}
#why-should-choose-us h2 {
	padding-bottom: 24px;
}
#why-should-choose-us .choose-point {
	background-color: #003C67;
	border-radius: 10px;
	min-height: 310px;
	max-width: 238px;
}
#why-should-choose-us .choose-point p {
	padding: 40px 47px 25px 20px;
	font-size: 21px;
	color: #fefefe;
}
#why-should-choose-us .choose-point .slice-padding {
	padding-top:24px;
}
#why-should-choose-us .choose-point img {
	width: 100%;
}
.choose-us-points-mobile p {
	white-space: normal;
}
/* New flats */
.new-flats-head {
	padding-bottom:40px;
}
#new-flats .horizontal-scrollable li {
	min-width: 33%;
}
.zhk {
	min-height: 650px;
	background-size: cover;
	background-repeat: no-repeat;
}
#zhk-1 {
	background-image: url('../img/zhk/yaratam.jpg');
}
#zhk-2 {
	background-image: url('../img/zhk/park-mayak.jpg');
}
#zhk-3 {
	background-image: url('../img/zhk/frisson.jpg');
}
/* Houses */
.house {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 300px;
	height: 100%;
}
#house-1 {
	background-image: url('../img/houses/example.webp');
}
#house-2 {
	background-image: url('../img/home.jpg');
}
/* Ипотечный калькулятор */
.mortgage {
	background-color:#f5f5f5;
}
.mortgage .row:first-child {
	padding-bottom: 28px;
}
.mortgage-calculator {
	background-color: #ffffff;
	padding:70px;
	border-radius: 4px;
	box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.08);
}
.mortgage-calculator #credit-purpose {
	width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    height: 45px;
    margin-bottom: 10px;
}
.mortgage-calculator label {
	font-size:16px;
	color:#333;
}
.mortgage-calculator .range-output span {
	color:#333;
}
.mortgage-calculator datalist {
display: flex;
justify-content: space-between;
padding-top:7px;
}

.mortgage-calculator datalist option {
display: inline;
color: #ccc;
font-weight: 300;
font-size: 12px;
}
.money, .text-input {
  width:100%;
  border:none;
}
.text-input-percent {
  width:60%;
  border:none;
}
.mortgage-calculator input[type="range"] {
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background: #00b3ff;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.mortgage-calculator input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 50%; 
  background: #fff;
  border:2px solid #00b3ff;
  cursor: pointer;
}

.mortgage-calculator input[type="range"]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}
.mortgage-calculator .range-output {
	border:1px solid #ccc;
	padding:10px;
	border-bottom: none;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.mortgage-calculator #percent {
	display:block;
}
.mortgage-calculator #percent #bank-select {
	width: 80%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    height: 46px;
    border-radius: 4px;
}
.mortgage-calculator #percent .bank-percent {
	width: 15%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 9px;
    margin-left:5%;
    text-align: center;
    color: #04B040;
    font-size:16px;
}
.mortgage-calculator .mc-item-first {
	margin-top:27px;
}
.mortgage-calculator .mc-item p {
	line-height:1;
	color:#333;
}
.mortgage-calculator .mc-item p.mc-item-number {
	color:#04B040;
	font-size:22px;
}
.mortgage-calculator .mc-item-bottom {
	margin-top:40px;
}
.mortgage-calculator .mc-item-bottom p {
	font-size:18px;
	color:#333;
	font-weight: 500;
}
.mortgage-calculator .mc-item-bottom button {
	background:#00b3ff;
	color:#fefefe;
	border-radius: 4px;
	padding:13px 20px;
	border:none;
}
/* About us */
.about-us-main {
	background-image: url('../img/danis.jpg');
	height: 100%;
	min-height: 450px;
	background-size: cover;
}
#about-us .title {
	font-size: 60px;
	color: #003C67;
	font-weight: 500;
	margin-bottom: 0;
}
#about-us .subtitle {
	font-size: 24px;	color: #003C67;
}
/* Footer */
#footer {
	background-color: #002B49;
	color: #fefefe;
}
.footer-nav a {
	color: #fefefe;
}
.footer-contacts {
	list-style-type: none;
}
.footer-contacts li a {
	color: #fefefe;
}