:root {
	--primary: #06463d;
}
body {
	background: linear-gradient(#4fcc4f, white);
}
.btn {
	border-radius: 14px;
}
.btn:hover {
	background-color: var(--primary);
}
.btn.btn-lg {
	border-radius: 28px;
	font-size: 12px;
	padding: 8px 12px;
	border-color: #0ebf2a;
	background-color: #0ebf2a;
}
.btn-dark {
	background-color: var(--primary);
}
header .header-inner {
	padding: 30px 0 160px;
	background-image: url("/img/h_full.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	border-radius: 0 0 20px 20px;
	position: relative;
	z-index: 1;
}
.h_1 {
    height: 200px;
}
.house header .header-inner {
	background-image: url("/img/baner5.png");
	padding: 30px 0 90px;
}
header h1.display-1 {
	font-size: 28px;
	color: #020930;
	font-weight: 700;
	font-weight: bold;
	line-height: 1;
	margin-left: 30px;
}
header .logo-container {
	display: block;
	margin-left: 30px;
}
header a.btn.btn-lg {
  display: inline-block;
	margin-top: 8px;
	margin-left: 30px;
}
.top-section {
	position: relative;
	margin-top: -20px;
}
.logo-container img {
	width: 100px;
	height: auto;
}
.plan-description {
	padding: 40px 30px 24px 30px;
	border-radius: 0 0 20px 20px;
	color: var(--primary);
	background: white;
    background-size: contain;
    background-repeat: no-repeat;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.home .plan-description {
    background-image: url(/img/d_full.jpg);
}
.steps {
    background-color: var(--primary);
    background-image: url(/img/f_full.jpg);
    background-size: cover;
    height: 128px;
}
.h_2 {
    height: 402px;
    width: 100%;
}
.plan-description p {
	font-size: 16px;
	text-align: center;
	margin: 0 0 24px;
}
.credit-score {
	height: 60vw;
	background: url("/img/credit-score.png");
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.perks {
	background-color: var(--primary);
	color: white;
}
.perk {
	text-align: center;
	color: white;
}
.perk img {
	width: auto;
	height: 100px;
}
.perk h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 12px;
}
.perk p {
	font-size: 15px;
	font-weight: 300;
}
.opinions {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.opinions h3 {
	color: var(--primary);
}
.opinions img.stars {
	width: 180px;
}
.container-opinie {
	display: flex;
	width: 70%;
	margin-top: 50px;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-shrink: 1;
	align-items: center;
}
.box {
	text-align: center;
	width: 85%;
	height: auto;
	background-color: #fff;
	padding: 10px;
	border-radius: 20px;
	margin: auto;
	margin-top: 30px;
}
.box-left {
  margin-left: 0;
}
.box-right {
  margin-right: 0;
}
.review-date {
  font-size: 14px;
  margin-bottom: 8px;
  color: #7b7b7b;
}
@media (min-width: 600px) {
.credit-score {
	height: 50vw;
}
}
@media (min-width: 430px) {
header h1.display-1 {
	margin-top: 30px;
	margin-bottom: 40px;
}
.house header h1.display-1 {
	margin-top: 70px;
	margin-bottom: 60px;
}
}
@media (min-width: 768px) {
.btn.btn-lg {
	font-size: 20px;
	padding: 12px 30px;
}
header h1.display-1 {
	font-size: 50px;
}
.plan-description p {
	font-size: 20px;
}
.logo-container img {
	width: 160px;
	height: auto;
}
}
@media (min-width: 1200px) {
.credit-score {
	height: 500px;
}
}
@media (max-width: 1300px) {
header .header-inner {
	padding: 30px 0 30px;
	background-size: cover;
}
}
@media (max-width:950px) {
.container-opinie {
	flex-direction: column;
	margin-top: 20px;
}
.box {
	width: 100%;
	height: auto;
}
}
a.link-botton {
	color: #fff;
	text-decoration: none;
}
a:hover.link-botton {
	color: #fff !important;
	text-decoration: none;
}

@media (max-width: 1024px) {
    header .header-inner {
    	background-image: url(/img/h_1024.jpg);
    }
    .h_1 {
        height: 200px;
    }
    .home .plan-description {
    	background-image: url(/img/d_1024.jpg);
    }
    .h_2 {
        height: 402px;
    }
    .steps {
        background-image: url(/img/f_1024.jpg);
        height: 149px;
    }
}
@media (max-width: 769px) {
    header .header-inner {
    	background-image: url(/img/h_768.jpg);
    }
    .h_1 {
        height: 300px;
    }
    .home .plan-description {
    	background-image: url(/img/d_768.jpg);
    }
    .h_2 {
        height: 462px;
    }
    .steps {
        background-image: url(/img/f_768.jpg);
        height: 169px;
    }
}
@media (max-width: 426px) {
    header .header-inner {
    	background-image: url(/img/h_425.jpg);
    }
    .h_1 {
        height: 168px;
    }
    .home .plan-description {
    	background-image: url(/img/d_425.jpg);
    }
    .h_2 {
        height: 528px;
    }
    .steps {
        background-image: url(/img/f_425.jpg);
        height: 468px;
    }
}
@media (max-width: 376px) {
    header .header-inner {
    	background-image: url(/img/h_375.jpg);
    }
    .h_1 {
        height: 224px;
    }
    .home .plan-description {
    	background-image: url(/img/d_375.jpg);
    }
    .h_2 {
        height: 600px;
    }
    .steps {
        background-image: url(/img/f_375.jpg);
        height: 468px;
    }
}
@media (max-width: 321px) {
    header .header-inner {
    	background-image: url(/img/h_320.jpg);
    }
    .h_1 {
        height: 252px;
    }
    .home .plan-description {
    	background-image: url(/img/d_320.jpg);
    }
    .h_2 {
        height: 648px;
    }
    .steps {
        background-image: url(/img/f_320.jpg);
        height: 468px;
    }
}
