/* ==== GENERAL ====*/

body {
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
}

.lending-page h1, 
.lending-page h2, 
.lending-page h3,
.lending-page h4 {
	font-size: 3.5rem;
	text-transform: uppercase;
	font-weight: 300;
}

.lending-page h1 {
	line-height: 4rem;
}

.lending-page h2 {
	position: relative;
	padding: 2rem 10px 1rem 10px;
    margin: 1rem 0 1.5rem 0;
	text-align: center;
	font-size: 2.2rem;
	line-height: normal;
}

.lending-page h2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    display: block;
    width: 20%;
    height: .15rem;
    background: #cacaca;
}
.contacts__item-info{
	width: 100%;
}
.lending-page h3 {
	font-size: 2.2rem;
	line-height: 2rem;
}

.lending-page h4 {
	font-size: 1.3rem;
	line-height: 1.5rem;
}

.lending-page ul li {
	margin: 1rem 0;
}

.lending-page p {
	padding: 0 2% !important;
	line-height: 1.8rem;
}

.lending-page p,
.lending-page ul li,
.lending-page span {
	line-height: normal;
}

/* ==== TECHNICAL ==== */

.lending-page .btn {
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    margin-bottom: 12px;
    border-radius: 4px;
    text-align: center;
    line-height: 60px;
    margin-top: 16px;
    padding: 1rem 2.5rem;
    /*font-size: 1.4rem;*/
    display: inline;
    color: #ffffff;
    background-color: #F89E1C;
    text-transform: uppercase;
    border: 0;
}

.lending-page .btn:hover {
	background-color: #ffa800;
}

.lending-page {
	padding: 0;
    max-width: 1920px;
    min-width: 320px;
    margin: auto;
}
.container.definition, .container.satisfied
{
	background: #f5f5f5;
}
.instalation__content_mobile_style{
	display: none !important;
}
.instalation__content_desctop_style{
	display: block !important;
}
/*.lending-page h2 {
	font-size: 36px;
}*/
.lending-page .container {
	padding-top: 1rem;
	padding-bottom: 3rem;
}

.lending-page .row {
	display: flex;
	flex-wrap: wrap;
}

.lending-page .row > div {
	padding: 0 1rem;
	flex: 1;
}

.lending-page .form-error {
	display: none;
	margin: 1.5rem 0;
	width: 100%;
	text-align: center;
	color: red;
}

/* ==== HEADER ==== */

.lending-page .header {
	margin-bottom: 3rem;
	max-height: 800px;
	overflow: hidden;
	background: url('../img/header-bg.jpg') 0 0 no-repeat;
	background-size: cover;
}

.header__image {
	position: relative;
	top: -2rem;
	display: block;
	width: 100%;
}

.lending-page .header .header__item:first-child {
	padding-top: 3rem;
	padding-left: 7%;
}

.header__item p {
	padding-left: 20px;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.header__item ul li {
	font-size: 1.4rem;
}

.lending-page a.header__more-btn {
	margin-top: 2.5rem;
	max-width: 60%;
	cursor: pointer;
}

/* ==== INSTALLATION ==== */

.container.installation .row {
	flex-direction: column;
}

.container.installation h3 {
	margin-top: .5rem;
}

.installation__item {
	display: flex;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.installation__item:last-child {
	margin-bottom: 0;
}

.installation__item > div {
	flex: 1;
}

.installation__item-image {
	text-align: center;
}

/*.installation__item-image img {
	width: 100%;
}*/

.installation__item-info {
	padding: 0 1rem 0 2rem;
	font-size: 1.2rem;
}

.installation__item-info_btn {
	width: auto;
    max-width: 380px;
    padding: 1rem 0;
    line-height: normal !important;
}

.installation__item-info ul {
		margin-bottom: 3rem;
	}

.instalation__content {
	display: none;
	margin-bottom: 2rem;
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
	background-color: #F5F5F5;
}

.container.installation .instalation__content .row {
	flex-direction: row;
	flex-wrap: wrap;
}

.instalation__content-item {
	/*display: flex;*/
	position: relative;
	margin-bottom: 3rem !important; 
	padding-bottom: 4.5rem !important;
	flex-direction: column;
	flex: 1 1 20% !important;
}

.instalation__content-item > div {
	flex: 1;
	font-size: 1rem;
}

.instalation__content-image img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-height: 250px;
}

.instalation__content-info h4 {
    font-weight: bold;
    text-align: center;
    height: 75px;
    display: block;
    margin-top: .5rem;
    margin-bottom: 0;
    line-height: 75px;
    overflow: hidden;
}

instalation__content-info ul {
	padding-right: 5px;
}

.instalation__content-info h4 span {
	display: inline-block;
	padding: 0 5px;
	line-height: 23px;
    vertical-align: middle;
}

.instalation__content-price {
	position: absolute; 
	bottom: 0; 
	display: block;
	width: 100%;
	font-size: 1rem;
	text-transform: uppercase;
	text-align: center;
}

.instalation__content-price b {
	display: block;
	font-size: 2rem;
	color: #F89E1C;
}

.instalation__content-form {
	text-align: center;
	/*border-left: 2px solid #cac8c8;*/
	flex-basis: 20%;
    min-width: 300px;
}

.instalation__content-form > iframe {
	width: 100%;
    height: 100%;
    border: unset;
}

.instalation__content-form iframe {
		min-height: 600px;
	}
	
.content-wrap {
    padding: 50px 0 10px 0 !important;
	}

.instalation__content-form h4 {
	text-align: center;
}

.instalation__content-form label {
	display: block;
	margin: 2rem 0;
}

.instalation__content-form label span {
	display: inline-block;
	width: 30%;
}

.instalation__content-form input[type="text"] {
	font-size: 1.2rem;
}

.instalation__content-form input[type="submit"] {
	margin: 2rem auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 1.2rem;
}


/* ==== DEFINITION ==== */

.container.definition .definition__item
{
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.definition__item {
	
	text-align: center;
}

.lending-page .row > div.definition__item {
	position: relative;
	padding: 0 1rem 100px 1rem;
}

.definition__item-info h4 {
	font-weight: bold;
	text-align: center;
}

.definition__item-info {
	margin: 0 auto;
	text-align: left;
	font-size: 1rem;
}

.definition__item-info p, 
.definition__item-info ul {
	display: block;
	margin: 0 auto;
	max-width: 40vh;
}

.container.definition .popup .row {
	flex-direction: column;
}

.definition__item .installation__item-info_btn {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto !important;
    max-width: 380px;
    padding: 1rem;
    line-height: normal !important;
}

/* ==== RECEIVE ==== */

.receive .row {
	flex-direction: column;
}

.receive .row > div {
	padding: 0 20% 0 20%;
}

.receive__item {
	position: relative;
	margin: 2rem 0;
	display: flex;
}

.receive__item > div {
	position: relative;
	flex: 1;
	z-index: 10;
}

.receive__item-image {
	position: relative;
	max-width: 350px;
}

.receive__item-image span {
	position: absolute;
	right: 11%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 8px solid #F89E1C;
	text-align: center;
	font-size: 2.7rem;
	background: white;    
	display: flex;
    align-items: center;
    justify-content: center;
}

.receive__item-image img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-height: 170px;
    /* border-radius: 50%; */
    /* border: 8px solid #F89E1C; */
}

.receive__item-text {
	margin-left: 5%;
}

.receive__item-text h4 {
    margin: 1rem .2rem;
    font-weight: bold;
    line-height: 2.2rem;
}

.receive__item-text p {
	font-size: 1.4rem;
}

.receive__item-line {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	width:;
	height: ;
	z-index: 10;
}

/* ==== SATISFIED ==== */

/*.satisfied {
	background-color: #f1f1f1;
}*/

.satisfied__item {
	margin-bottom: 3rem;
    flex: 1 1 20% !important;
	text-align: center;
	font-size: 1.2rem;
}

.satisfied__item i {
	margin-bottom: 2rem;
	font-size: 5rem;
	color: #F89E1C;
}

/* ==== CONSULTATION ==== */

.consultation form {
	display: block;
	margin: 0 auto;
	max-width: 50%;
	font-size: 1.2rem;
}
.container.consultation{
	text-align: center;
}
.container.consultation > iframe{
	width: 100%;
	height: 100%;
    min-height: 550px;
    border: unset;
    /*width: 500px;*/
}
.consultation form p {
	text-align: center;
}

.consultation form label {
	display: block;
	margin: 2rem auto;
	max-width: 50%;
}

.consultation form label span {
	display: inline-block;
	width: 30%;
}

.consultation form input {
	font-size: 1.2rem;
}

.consultation form input[type="submit"] {
	margin: 2rem auto;
}

/* ==== CONTACTS ==== */

.contacts > p {
	margin-bottom: 3rem;
	text-align: center;
	font-size: 1.2rem;
}

.map-container {
	padding: 0 3rem;
	text-align: center;
}

.map-container img {
	width: 100%;
	max-height: 450px;
}

.owl-carousel {
	position: absolute;
	margin: 0 auto;
	max-width: 660px;
}

.owl-carousel item img {
	display: block;
	width: 100%;
}

.owl-dots {
	display: none;
}

.contacts .owl-theme .owl-nav [class*=owl-] {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0 4px 7px 4px !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    font-size: 2.5rem;
    outline: none;
}

.contacts .owl-theme .owl-nav .owl-next {
	right: 5%;
	left: auto;
}

.contacts .owl-theme .owl-nav .owl-prev {
	right: auto;
	left: 5%;
}

.contacts .owl-theme .owl-nav [class*=owl-]:hover {
	background: #ffa800 !important;
}

/* ==== MEDIA ==== */

@media all and (width: 320px) {
	.lending-page {
		position: relative;
		right: 12px;
	}
}
@media all and (max-width: 1344px) {
	.instalation__content-form {
		border-left: unset;
	}
}

@media all and (max-width: 767px) {
	
	.lending-page h1 {
		font-size: 6.5vw;
    	line-height: 8vw;
	}
	
	.lending-page h2 {
	    font-size: 5vw;
	    line-height: 7vw;
	}
	.instalation__content_mobile_style{
		display: block !important;   
	}
	.instalation__content_desctop_style{
		display: none !important;
	}
	.lending-page h3 {
	    font-size: 1.6rem;
	}
	
	.lending-page h4 {
	    font-size: 1.3rem;
	}
	.lending-page a.header__more-btn{
		line-height: 20px;
	    font-size: 11px;
	   font-size: 0.9rem !important;
	    max-width: 350px;
	}
	.lending-page .row > div{
		padding: 0px;
	}
	.lending-page .contacts > .row,
	.lending-page .satisfied > .row,
	.lending-page .definition > .row,
	.lending-page .receive > .row .receive__item,
	.lending-page .installation > .row .installation__item {
		flex-direction: column;
	}
	
	.lending-page p {
		font-size: 1rem !important; 
	}
	
	/* ==== HEADER ==== */
	
	.header .header__item:first-child {
		padding: 0 4%;
	}	
	
	.header__item p {
		font-size: 1.4rem !important;
	}
	
	.header__item ul li,
	.header__more-btn {
		font-size: 1.1rem !important;
	}
	
	.header__more-btn {
		margin: 3rem auto 1rem auto !important;
		max-width: 95%;
	}
	
	/* ==== INSTALATION ==== */
	
	.installation__item-image img {
		width: 100%;
	}
	
	.installation__item-info_btn {
		margin: 2rem auto 0 auto;
	}
	
	
	
	/* ==== DEFINITION ==== */
	
	.definition__item:last-child {
		margin-bottom: 0;
	}
	
	.definition__item-info {
		font-size: 1rem;
	}
	
	/* ==== RECEIVE ==== */
	
	.receive .row {
		margin: 0 auto;
		max-width: 450px;
	}
	
	.receive .row > div {
		padding: 0 2%;
	}
	
	.receive__item {
		margin: .8rem 0;
	}
	
	.receive__item-image {
		max-width: 100%;
	}
	
	.receive__item-image img {
		width: 140px;
	}
	
	.receive__item-text h4 {
		text-align: center;
	}
	
	.receive__item-text {
		margin-left: 0;
	}
	
	.receive__item-text p {
		text-align: center;
		font-size: 1.2rem;
	}
	
	.definition__item .installation__item-info_btn {
		position: relative;
	}
	
	.lending-page .row > div.definition__item {
		padding-bottom: 0;
	}
	
	/* ==== SATISFIED ==== */
	
	.satisfied__item {
		margin-bottom: 3rem;
		font-size: 1rem;
	}
	
	.satisfied__item i {
    	margin-bottom: 1rem;
    }
	
	/* ==== CONSULTATION ==== */
	
	.consultation form {
		padding: 0 2%;
		max-width: 100%;
	}
	
	.consultation form label {
		max-width: 90%;
	}
	
	.consultation form label span {
		width: 100%;
	}
	
	/* ==== CONTACTS ==== */
	
	.map-container {
    	padding: 0 1rem;
	}
	
}
@media (max-width: 576px){
	.container.contacts .owl-theme .owl-nav .owl-next {
		right: -5%;
	}
	.container.contacts .owl-theme .owl-nav .owl-prev {
		display: none;
		left: -5%;	
	}
	.container.contacts .owl-theme .owl-nav .owl-prev > span{
	    margin-left: 1rem;
	}
	.container.contacts .owl-theme .owl-nav .owl-next > span{
	    margin-right: 1rem;
	}
}
@media all and (max-width: 991px) {
	
	.lending-page  .container.installation .instalation__content .row,
	.lending-page  .instalation__content .row {
		flex-direction: column;
	}
	
	
	
	/* ==== INSTALATION ==== */
	
	.instalation__content-item {
		margin-bottom: 3rem;
	}
	
	.instalation__content-item:last-child {
		margin-bottom: 0;
	}
	
	.instalation__content-image img {
		max-width: 300px;
	}
	
	.instalation__content-form {
		/*border-top: 2px solid grey;*/
		border-left: 0;
	}
	
	.instalation__content-form input[type="submit"] {
		padding-left: 1.4rem;
	    padding-right: 1.4rem;
	    font-size: 1rem;
	}
	
}

@media (min-width: 768px) and (max-width: 1365px) {
	
	.lending-page  h1 {
		font-size: 3rem;
	}
	
	.lending-page  h2 {
		padding: 1.5rem 2% 0 2%;
		font-size: 1.8rem;
	}
	
	.lending-page  h3 {
	    font-size: 2rem;
	}
	
	.lending-page  h4 {
	    font-size: 1.5rem;
	}
	
	.lending-page  p, 
	.lending-page  ul li {
		font-size: 1rem !important; 
	}
	
	/* ==== HEADER ==== */
	
	.header .row .header__item:last-child {
		display: none;
	}
	
	/* ==== RECEIVE ==== */
	
	.receive .row > div {
		padding: 0 5%;
	}
	
}

@media (min-width: 1366px) and (max-width: 1600px) {
	
	/* ==== HEADER ==== */
	
	.lending-page h1 {
		font-size: 3rem;
	}
	
	/* ==== RECEIVE ==== */
	
	.receive .row > div {
		padding: 0 10%;
	}
	
}

@media all and (min-width: 1366px) {
	
	.instalation__content-form {
		display: block;
	    width: 100%;
		flex: unset !important;
	}
	
	
}

@media (min-width: 768px) and (max-width: 1600px) {
	
	/* ==== INSTALATION ==== */
	
	.installation__item-image img {
		width: 100%;
	}
	
}

@media (min-width: 1601px) and (max-width: 1800px) {
	
	/* ==== INSTALATION ==== */
	
	.installation__item-image img {
		width: 90%;
	}
	
}

@media all and (max-width: 1600px) {
	
	/* ==== CONTACTS ==== */
	
	.contacts > .row {
		flex-direction: column;
	}
	
	.contacts__item-map {
		margin-bottom: 3rem;
	}
	
}


.instalation__content-form {
	padding: 0 !important;
}
