:root {
	--basecolor: #000000;
	--gray: #768c9d;
	--yellow: #f8c12e;
	--transition: all .2s ease;
	--font-text: 'Roboto', sans-serif;
	--font-base: 'Saira Condensed', Impact, "Arial Narrow", "Roboto Condensed", sans-serif;
}
body {
	font-family: var(--font-base);
	font-size: 15px;
	line-height: 21px;
	letter-spacing: .2px;
}
@media (min-width:1024px) {
	body {
		
	}
	.d-flex-center {
		display: flex;
		align-items: center;
	}
	header.header .close {
		display: none;
	}
}
img {
	max-width: 100%;
}
/* Default styles */
a {

}
.alert {
    font-size: 20px;
    font-weight: 600;
    padding: 35px;
}
.container {
	position: relative;
}
.only-mobile {
	display: none !important;
}
.only-desktop {
	display: block !important;
}
@media (min-width: 1400px) {
	.container {
		max-width: 1280px;
	}
}

.btn {
    font-size: 20px;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 0;
    border: 2px transparent solid;
    font-family: var(--font-base);
    text-transform: uppercase;
	transition: var(--transition);
}
.btn em,
.btn i {
	margin-right: 10px;
}
.btn.btn-bordered {
	border-color: #FFF;
	background-color: transparent;	
}
.btn.white {
	border-color: #FFF;	
	color: #FFF;
}
.btn.white:hover {
	border-color: var(--yellow);
	color: var(--basecolor);
	background-color: var(--yellow);
	box-shadow: 0px 12px 5px -5px rgba(0,0,0,.15);
}
.btn.yellow {
	border-color: var(--yellow);
	color: var(--basecolor);
	background-color: var(--yellow);
}
.btn.yellow:hover {
	background-color: var(--gray);
	border-color: var(--gray);
}
.btn.black {
	background-color: var(--basecolor);
	border-color: var(--basecolor);
	color: #FFF;
}
.btn.yellow-border {
	border-color: var(--yellow);
	color: var(--yellow);
}
.btn.yellow-border:hover {
	border-color: var(--basecolor);
	color: var(--basecolor);
}
.btn + .btn {
	margin-left: 10px;
}


.menu-call, .to-top {
	display: none;
}


header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
header.header.moved {
	box-shadow: 0px 5px 10px -5px rgba(0,0,0,.2);
}
header.header:not(.on):before {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	content: "";
	background-image: linear-gradient(180deg, #FFF 0%, rgba(255,255,255,.5) 60%, transparent);
	transition: var(--transition);
}
header.header.moved:before {
	background-color: #FFF;
	height: 100px;
}
header.header .container {
	position: relative;
	z-index: 10;
	padding-top: 40px;
	border-top: 5px var(--yellow) solid;
	transition: var(--transition);
}
header.header.moved .container {
	padding-top: 10px;
}
header.header nav ul {
    list-style: none;
    padding: 0 0;
    display: flex;
    height: 70px;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    justify-content: space-around;
	margin-left: 30px;
}
header.header nav ul li {
	
}
header.header nav ul li a {
	color: var(--basecolor);
	font-size: 17px;
	display: block;
	padding: 10px 12px;
	transition: var(--transition);
	border-bottom: 3px transparent solid;
}
header.header nav ul li a:hover {
	border-bottom-color: var(--yellow);
	text-decoration: none;
	opacity: .65;
}
header.mobile-header {
	display: none;
}
header.mobile-header a.logo {
    display: block;
}


.slider-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 80vh;
    min-height: 600px;
    max-height: 900px;
    overflow: hidden;
	margin-bottom: 30px;
	background-color: var(--gray);
}
.slider-wrap .slider {
	position: relative;
	z-index: 5;
	height: 100%;
}
.slider .item {
    height: 100%;
    width: 100%;
}
.slider .item img {
    display: block;
    width: 100%;
    height: 100%;
	min-height: 660px;
    object-fit: cover;
	opacity: .5;
}
.slider-wrap .text {
    position: absolute;
    z-index: 10;
    top: 35%;
    left: calc((100% - 1200px) / 2);
    color: #FFF;
    text-shadow: 0px 2px 0px rgba(0,0,0,.3);
    font-family: var(--font-text);
    font-size: 18px;
    letter-spacing: .2px;
    max-width: 1200px;
}
.slider-wrap .text h1 {
	font-family: var(--font-base);
	font-size: 82px;
	line-height: 60px;
	font-weight: 900;	
}
.slider-wrap .text h1 em {
	font-style: normal;
	font-weight: 500;
	font-size: 52px;
}
.slider-wrap .text .buttons {
	text-shadow: none;
}

.slider-wrap .calculator {
    position: absolute;
    z-index: 8;
    bottom: 3%;
    left: 60%;
    width: 400px;
    background-color: var(--yellow);
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.32);
    padding: 30px 30px 20px;
    color: var(--basecolor);
}
.slider-wrap .calculator .hd {
	font-size: 28px;
	text-align: center;
	font-weight: 900;
	margin: 0 0 5px;
}
.slider-wrap .calculator .subhd {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 10px;
	opacity: .5;
}
.irs--big .irs-handle {
    background: var(--yellow);
}
.irs--big .irs-bar--single {
    background-color: #FFF;
    box-shadow: initial;
    background-image: none;
    border: 0;
}
.irs--big .irs-line {
    background: #FFF;
    border: 0;
}
.irs--big .irs-handle {
	border-width: 2px;
}
.irs--big .irs-handle.state_hover, 
.irs--big .irs-handle:hover {
    border-color: var(--basecolor);
    background-color: var(--basecolor);
    background-image: initial;
    cursor: pointer;
}
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
    font-family: var(--font-base);
    background: transparent;
    color: var(--basecolor);
    font-size: 18px;
    margin-left: -2px;
    font-weight: 600;
}
.slider-wrap ul.args {
	margin: 30px 0 12px;
    padding: 0 10px;
    position: relative;
	list-style: none;
}
.slider-wrap ul.args p {
	font-family: var(--font-text);
	margin-left: 140px;
	line-height: 17px;
	font-size: 14px;
	opacity: .5;
	letter-spacing: -.25px;
}
.slider-wrap ul.args strong {
	position: absolute;
	width: 130px;
	text-align: right;
	font-size: 26px;
	font-weight: 800;
}
.slider-wrap ul.args li:first-of-type strong {
	font-size: 30px;
	letter-spacing: -.25px;
}
.slider-wrap .contacts {
    position: absolute;
    z-index: 9;
    left: calc((100% - 1200px) / 2);
    bottom: 20px;
}
.slider-wrap .contacts a {
	color: #FFF;
	opacity: .75;
	margin-right: 25px;
	font-size: 18px;
	display: inline-block;
	transition: all .25s ease;
}
.slider-wrap .contacts a:hover {
	color: var(--yellow);
	opacity: 1;
	text-shadow: 0px 1px 2px rgba(0,0,0,.5);
	text-decoration: none;
}
.irs-hidden-input {
	opacity: 0;
}



@media (min-width: 1000px) and (max-width: 1360px) {
	.slider-wrap .text,
	.slider-wrap .contacts {
		left: 5%;
	}
	.slider-wrap .calculator {
		
	}
	header.header nav ul li a {
		font-size: 15px;
	}
}



.standard {
	font-family: var(--font-text);	
	padding: 50px 0;
}
.standard h1 {
	font-family: var(--font-base);
}
.standard h2 {
	font-family: var(--font-base);
	font-weight: 900;
	font-size:42px;
	margin: 5px 0 10px;
	line-height: 46px;
}
.standard h3 {
	font-family: var(--font-base);
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
	color: var(--yellow);
	margin: 0 0 10px;
	position: relative;
}
.standard h3:after {
	display: block;
	width: 50px;
	height: 5px;
	background-color: var(--yellow);
	margin: 12px 0 20px;
	content: "";
}
.standard h2 + h3 {
	margin-top: -5px;
	
    margin-bottom: 30px;
}
.side-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.side-icons .icon {
	flex: 0 0 50%;
	width: 50%;
	text-align: center;	
}
.side-icons .icon img {
	display: block;
	object-fit: scale-down;
	width: 100%;
	height: 130px;
	margin-bottom: 10px;
}
.side-icons .icon span {
	font-family: var(--font-base);
	font-size: 20px;
	font-weight: 600;
}




.contact-bar {
	
}
.contact-bar + .footer {
    margin-top: 30px;
}
.contact-bar .container {
	background-color: var(--yellow);
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact-bar .float-logo {
	position: absolute;
	opacity: .2;
	left: 30px;
}
.contact-bar p {
    font-size: 24px;
    margin: 0 0 0 38px;
}
.contact-bar a {
	position: relative;
	display: inline-block;
	text-align: left;
	transition: var(--transition);
}
.contact-bar a + a {
	margin-left: 70px;
}
.contact-bar a i {
    left: -40px;
    text-align: center;
    font-size: 24px;
    color: var(--basecolor);
    position: absolute;
    top: 0px;
    width: 40px;
}
.contact-bar a em {
	font-style: normal;
	text-transform: uppercase;
	font-size: 18px;
	display: block;	
	color: var(--basecolor);
	opacity: .3;
	margin: 0 0 10px;
}
.contact-bar a span {
    font-weight: 900;
	display: block;
    color: var(--basecolor);
    font-size: 32px;
	letter-spacing: -.2px;
}
.contact-bar a:hover {
	text-decoration: none;
	opacity: .5;
}

.contact-bar + .with-bgcolor {
    margin-top: 50px;
}


body:not(.sub-polityka-prywatnosci) ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 36px;
}
body:not(.sub-polityka-prywatnosci) ol li {
  margin:0 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
body:not(.sub-polityka-prywatnosci) ol li:not(:last-of-type) {
	margin: 0 0 30px 0;
}
body:not(.sub-polityka-prywatnosci) ol li::before {
  content: counter(my-awesome-counter);
  color: var(--basecolor);
  font-family: var(--font-base);
  font-size: 100px;
  opacity: .1;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 6px);
  line-height: var(--size);  
  top: 20px;
  text-align: right;  
}


.standard ol {
	font-family: var(--font-base);
	padding-right: 50px;
}
.standard ol h5 {
	font-size: 24px;
	font-weight: 900;
	margin: 0 0 5px 0;
	line-height: 24px;
}





.logo-gallery {
    font-family: var(--font-base);
}
.logo-gallery .item {
    width: 200px;
    height: 140px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-gallery .item img {
	display: block;
	object-fit: contain;
	height: 100%;
	transition: var(--transition);
	padding: 10px;
}
.logo-gallery .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #cdcdcd;
    margin: 0 4px;
    border-radius: 7px;
}
.logo-gallery .owl-dots {
    text-align: center;
}
.logo-gallery .owl-dot.active {
	background-color: var(--yellow);
}

.carousel-gallery a.item {
    width: 100%;
    height: 250px;
    display: block;
	overflow: hidden;
	position: relative;
}
.carousel-gallery a.item img {
	display: block;
	object-fit: cover;
	height: 100%;
	transition: var(--transition);
}
.carousel-gallery a.item:hover img {
	filter: sepia(.25) grayscale(.25);
	transform: translateY(-20px) scale(1.05);
}
.carousel-gallery a.item span {
	position: absolute;
	bottom: -80px;
	left: 0px;
	width: 100%;
	padding: 15px;
	color: var(--basecolor);
	font-size: 18px;
	background-color: var(--yellow);
	font-family: var(--font-base);
	transition: var(--transition);
	filter: blur(10px);
}
.carousel-gallery a.item:hover span {
	bottom: 0px;
	filter:blur(0);
}
@media (min-width: 1024px) {
	.d-lg-pr {
		padding-right: 25px;
	}
	.d-lg-pl {
		padding-left: 25px;
	}
	.carousel-gallery .owl-nav > div {
		position: absolute;
		top: 105px;
		background-color: #FFF;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: var(--transition);
	}
	.carousel-gallery .owl-nav div.owl-next {
		right: 0px;
	}
	.carousel-gallery .owl-nav > div:hover {
		background-color: var(--yellow);	
		box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	}
}






.calc-wrap .calculator {
	position: relative;
    background: var(--yellow);
    max-width: 90%;
    margin: 50px auto 20px;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.32);
    padding: 30px 30px 20px;
    color: var(--basecolor);
	font-family: var(--font-base);
}
.calc-wrap .logo {
	position: absolute;
	bottom: 25px;
	right: 25px;
	opacity: .25;
}
.calc-wrap .calculator .hd {
	font-size: 28px;
	text-align: center;
	font-weight: 900;
	margin: 0 0 5px;
}
.calc-wrap .calculator .subhd {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 10px;
	opacity: .5;
}
.calc-wrap ul.args {
    margin: 30px 0 12px;
    padding: 0 10px;
    position: relative;
    list-style: none;
}
@media (min-width: 1024px ) {
	.calc-wrap ul.args {
		display: flex; 
		align-items: flex-start;
		justify-content: space-between;
	}
}
.calc-wrap ul.args strong {
    position: relative;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    display: block;
	margin: 5px auto 10px;
}
.calc-wrap ul.args p {
    font-family: var(--font-text);    
    line-height: 17px;
    font-size: 14px;
    opacity: .5;
    letter-spacing: -.25px;
	text-align: center;
}
.calc-wrap ul.args li {
    flex: 0 0 20%;
}
.calc-wrap .range-limit {
	width: 500px;
	margin: 20px auto;
	max-width: 90%;
}









.parallax-bg {
	height: 500px;
	position: relative;
}
.parallax-bg.thin { 
	height: 350px;
}
.parallax-bg .container {
    height: 500px;
}
.parallax-bg.thin .container { 
	height: 350px;
}
.parallax-bg .text-holder {
	position: relative;
    top: 250px;
	color: #FFF;
    text-shadow: 0px 2px 0px rgba(0,0,0,.3);
	margin-left: 20px;
}
.parallax-bg.thin .text-holder {
	top: 190px;
	margin-left: 0;
	color: #FFF;
    text-shadow: 0px 2px 0px rgba(0,0,0,.3);
    font-family: var(--font-text);
    font-size: 18px;
    letter-spacing: .2px;
}
.parallax-bg h1 {
	font-family: var(--font-base);
    font-size: 82px;
    line-height: 60px;
    font-weight: 900;
}
.parallax-bg.thin h1 {
	font-size: 66px;
}
.parallax-bg h2 {
	font-family: var(--font-base);
	font-style: normal;
    font-weight: 500;
    font-size: 52px;
}
.parallax-bg.thin h2 {
	font-size: 36px;
}

.parallax-bg .contact-aside {
	display: block;
	background-color: var(--yellow);
	padding: 15px 15px 15px 45px;
	color: #000;
	position: absolute;
	bottom: 0;
	right: 0;
}
.parallax-bg .contact-aside a {
	color: var(--basecolor);
	position: relative;
	display: inline-block;
	text-align: left;
	transition: var(--transition);
}
.parallax-bg .contact-aside a + a {
	margin-left: 70px;
}
.parallax-bg .contact-aside a i {
    left: -40px;
    text-align: center;
    font-size: 20px;
    color: var(--basecolor);
    position: absolute;
    top: 0px;
    width: 40px;
}
.parallax-bg .contact-aside a em {
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	display: block;	
	color: var(--basecolor);
	opacity: .3;
	margin: 0 0 4px;
}
.parallax-bg .contact-aside a span {
    font-weight: 900;
	display: block;
    color: var(--basecolor);
    font-size: 24px;
	letter-spacing: -.2px;
}
.parallax-bg .contact-aside a:hover {
	text-decoration: none;
	opacity: .5;
}






.contact-form {
    padding: 40px 0;
}
.contactForm {
    background-color: #F2f2f2;
	padding: 25px;
	width: 700px;
	max-width: 90%;
	margin: 25px auto;
	
}
.contactForm .form-group label {
    text-transform: uppercase;
    margin: 5px 0 2px;
    letter-spacing: 1px;
}
.contactForm .form-group textarea,
.contactForm .form-group input {
	padding: 15px;
	height: auto;
	font-family: var(--font-text);
}
.standard.columns a {
	color: var(--yellow);
}
.standard.columns a.phone {
	color: var(--basecolor);
	font-family: var(--font-base);
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 7px;
	display: inline-block;
}
.columns a.phone:before {
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f3cd";
    font-size: 20px;
    margin: 0 8px 0 0;
    position: relative;
    top: -2px;
}
.ajaxInfo {
	display: none;
}













.count-bar {
    padding: 30px 20px 5px;
    text-align: center;
    margin: 0 auto;
}
.count-bar .box {
	display: block;
	flex: 0 0 33.3%;
	padding: 15px;
	font-family: var(--font-base);
}
.count-bar .box p.counter {
	font-size: 42px;
	opacity: 0;
	filter: blur(10px);
	transition: all 2.5s ease;
}
.count-bar .box .counter.shown {
	opacity: 1;
	filter: blur(0px);
}








.items-gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.items-gallery a.item {
    width: 100%;
    height: 250px;
    flex: 0 0 24.5%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 8px;
}
.items-gallery a.item img {
    display: block;
    object-fit: cover;
    height: 100%;
    transition: var(--transition);
    width: 100%;
}
.items-gallery a.item:hover img {
	filter: sepia(.25) grayscale(.25);
	transform: translateY(-20px) scale(1.05);
}
.items-gallery a.item span {
	position: absolute;
	bottom: -80px;
	left: 0px;
	width: 100%;
	padding: 15px;
	color: var(--basecolor);
	font-size: 18px;
	background-color: var(--yellow);
	font-family: var(--font-base);
	transition: var(--transition);
	filter: blur(10px);
}
.items-gallery a.item:hover span {
	bottom: 0px;
	filter:blur(0);
}








.icons-wrap {
	
}
.icons-wrap .icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 20px;
}

.icons-wrap .icons .icon {
    flex: 0 0 24%;
    width: 24%;
    text-align: center;
    padding: 15px;
	background-color: #FFF;
    border: 0px #dfdfdf solid;
    box-shadow: 0px 20px 15px -15px rgba(0,0,0,.25);
}

.icons-wrap .icons .icon img {
    display: block;
    margin: 0 auto;
}
.icons-wrap .icons .icon span {
    display: flex;
    margin-top: 20px;
    background-color: var(--yellow);
    padding: 10px 20px;
    line-height: 19px;
    height: 80px;
    align-items: center;
	font-family: var(--font-base);
}








div#cookieinfo {
    background: var(--yellow);
    padding: 20px;
    font-size: 18px;
    text-align: center;
}
div#cookieinfo a:not(:last-of-type) {
	color: inherit;
	text-decoration: underline;
}
div#cookieinfo a:last-of-type {
	display: inline-block;
	background-color: var(--basecolor);
	color: #FFF;
	border-radius: 10px;
	padding: 3px 10px;
}



footer.footer {    
}
footer.footer .container {
    box-shadow: -350px 0 0 var(--yellow), 350px 0 0 #202020;
}
footer.footer .menu-left {
    padding: 25px;
	background-color: var(--yellow);	
}
footer.footer .menu-left ul {
    list-style: none;
    padding: 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
footer.footer .menu-left ul li {
	
}
footer.footer .menu-left ul li a {
	display: block;
	padding: 2px 2px;
	color: #b7902a;
}
footer.footer .menu-left a.active,
footer.footer .menu-left a:hover {
	color: var(--basecolor);
	text-decoration: none;
}
footer.footer img.sign {
    position: absolute;
    top: 20%;
    right: -40px;
}
footer.footer .contacts {
    padding: 35px 25px 25px;
	background-color: #202020;
}
footer.footer .contacts a {
	padding-left: 45px;
	display: block;
	position: relative;
	margin-bottom: 20px;
	transition: var(--transition);
}
footer.footer .contacts a:hover {
	padding-left: 52px;
	text-decoration: none;
}
footer.footer .contacts a em {
    font-size: 14px;
    font-weight: 200;
    color: #FFF;
    font-style: normal;
    opacity: .3;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
footer.footer .contacts a i {
	position: absolute;
	font-size: 24px;
	width: 40px;
	left: 0px;
	text-align: center;
	color: #FFFFFF;
	color: #FFFFFF;
	transition: var(--transition);
}
footer.footer .contacts a:hover i {
	transform: scale(1.25);
	color: var(--yellow);
}
footer.footer .contacts a span {
	transition: var(--transition);
    color: var(--yellow);
    font-size: 28px;
    font-weight: 600;
    display: block;
    line-height: 34px;
    margin: 0px 0 10px;
}
footer.footer .contacts a:hover span {
	color: #FFF;
}
footer.footer .docs {
    padding: 25px;
	background-color: #202020;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
footer.footer .docs a {
	font-family: var(--font-text);
	font-size: 11px;
	color: #FFF;
}
footer.footer .docs a + a {
	margin-left: 10px;
}
footer.footer .docs .logo {
	opacity: .3;
	display: block;
	margin: 0 auto 15px;
}
.author {
	padding: 25px 25px 40px;
	text-align: center;
}
.author a {
	font-family: var(--font-text);
	color: var(--basecolor);
	opacity: .5;
	font-size: 10px;
}


.standard + .download {
    margin-top: -30px;
    margin-bottom: 50px;
}
.download .container {
    border-bottom: 1px #dfdfdf solid;
    padding-top: 30px;
    padding-bottom: 15px;
}
.attach-gallery {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;	
    justify-content: flex-start;
}
.attach-gallery .item {
    max-width: 150px;
    margin: 10px 10px;
    background-color: #FFF;
    padding: 5px;
    text-align: center;
}
.attach-gallery .item span {
	color: var(--basecolor);
	display: block;
	margin-top: 5px;
}
.attach-gallery .item a:hover {
	text-decoration: none;
}
.attach-gallery .item a:hover span {
	color: var(--gray);
}
.attach-gallery .item a img {
	position: relative;
	display: block;
}
.attach-gallery .item a:hover img {
	transform: scale(1.05);
	box-shadow: 0px 10px 5px -10px rgba(0,0,0,.2);
}







.text-header.with-logo {
    /*
	display: flex;
    align-items: center;
	*/
    /* justify-content: center; */
}
.text-header.with-logo .logo-title {
	width: 200px;
	display: block;
}







.boxes-wrap .boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    justify-content: space-between;
}
.boxes-wrap .boxes .box {
    text-align: center;
	margin: 0 0 20px;
}
.boxes-wrap .boxes .box .border {
    padding: 20px;
    border: 2px var(--yellow) solid !important;
}
.boxes-wrap .box-2 .box {
    flex: 0 0 48%;
}
.boxes-wrap .box-3 .box {
    flex: 0 0 30%;
}
.boxes-wrap .box-4 .box {
    flex: 0 0 22%;
}
.boxes-wrap .boxes .box .title {
    font-family: var(--font-base);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -.25px;
}
.boxes-wrap .boxes .box img {
    height: 120px;
    width: 100%;
    object-fit: scale-down;
    margin-bottom: 20px;
}
.boxes-wrap .boxes .box ul {
	text-align: left;
	padding: 0 0;
	margin: 0 0;
}
.boxes-wrap ul li {	
	margin: 1px 4px 1px 15px;
	font-family: var(--font-base);
	font-weight: 300;
}

.boxes-wrap .boxes .box .desc {
    font-family: var(--font-base);
    font-weight: 300;
    background-color: #f2f2f2;
    padding: 20px 25px;
    line-height: 20px;
    font-size: 14px;
	margin-top: 10px;
}
.boxes-wrap + .boxes-wrap {
    padding-top: 30px;
    margin-top: -20px;
    padding-bottom: 30px;
}





