header, footer { display: none; }
/* Fonts */
@font-face {
    font-family: FuturaSTD;
    src: url(/wp-content/themes/ombra/fonts/FuturaStd-Book.otf);
    font-weight: 400;
    font-display: swap
}
@font-face {
    font-family: FuturaSTD;
    src: url(/wp-content/themes/ombra/fonts/FuturaStd-Bold.otf);
    font-weight: 700;
    font-display: swap
}
@font-face {
    font-family: FuturaSTD;
    src: url(/wp-content/themes/ombra/fonts/FuturaStd-Heavy.otf);
    font-weight: 900;
    font-display: swap
}
div, a {
    font-family: FuturaSTD, sans-serif;
}
html {
  scroll-behavior: smooth;
}
/*---- Default ----*/
section {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    flex-flow: column;
    min-height: auto;
    position: relative;
    width: 100%;
}
.row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
	max-width: 1270px;
}
.row.align-center {
    align-items: center;
}
.col {
    margin: 0;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
.large-8 {
    max-width: 66.6666%;
    flex-basis: 66.6666%;
}
.large-7 {
    max-width: 58.3333%;
    flex-basis: 58.3333%;
}
.large-5 {
    max-width: 41.6666%;
    flex-basis: 41.6666%;
}
.large-4 {
    max-width: 33.3333%;
    flex-basis: 33.3333%;
}
.large-3 {
    max-width: 25%;
    flex-basis: 25%;
}
.large-2 {
    max-width: 16.6666%;
    flex-basis: 16.6666%;
}
.large-2-popravek {
    max-width: 20%;
    flex-basis: 20%;
}

.text-center {
    text-align: center;
}

.ptb-60 {
	padding-bottom: 60px;
	padding-top: 60px;
}
.ptb-30 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.mb-20 {
	margin-bottom: 20px;
}

.title, .text {
	color: #424142;
	margin-bottom: 24px;
}
.title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 900;
    letter-spacing: 0;
}
.title-small {
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
	margin-bottom: 10px;
}
.text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
}
.title-700 {
	font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.title-900 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
}
.subtitle {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .3em;
    margin-bottom: 20px;
}
ul {
    margin-left: 25px;
    padding-left: 0;
}
.cta,
.cf-field.cf-submit-field input {
    display: block;
    text-decoration: none;
    color: #fff !important;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
    background: #424142;
    text-align: center;
    padding: 16px;
    width: 100%;
    max-width: 400px;
	margin: auto;
	cursor: pointer;
	font-family: 'FuturaSTD', sans-serif;
}
.cta:hover {
	color: #fff;
	background: #000;
	transition: linear .2s;
}
/* Content */
.hero-section {
    min-height: 550px;
    padding-top: 45px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.image-grid {
	padding-left: 5px;
	padding-right: 5px;
}
.image-grid .col {
	padding: 0 10px;
}
.image-grid .col img {
	margin-bottom: 16px;
}
.icon-col {
    display: flex;
    gap: 18px;
}
.icon-col > div:first-child {
    flex: 1 0 70px;
	text-align: right;
}
.big-num {
    font-size: 42px;
    line-height: 1;
    width: 85px;
    height: 85px;
    border-radius: 85px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}
.social-links {
    display: flex;
    gap: 20px;
}
.section-footer p,
.section-footer a {
    color: #fff;
    margin-top: 0;
}
.section-footer a {
	text-decoration: underline;
}
.section-footer a:hover {
	color: #ddd;	
	transition: linear .2s;
}
.cf-field label {
	font-size: 16px;
	line-height: 1.5;
	color: #424142;
}
.cf-field:not(.cf-upload-field) input {
    width: 100%;
    border: 1px solid #424142;
    border-radius: 0;
    height: 50px;
	padding-left: 20px;
}
.cf-field textarea {
    width: 100%;
    border: 1px solid #424142;
    border-radius: 0;
    min-height: 100px;
	padding-left: 20px;
}
.cf-field.cf-consent-field label {
    display: flex;
}
.cf-field.cf-consent-field label input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.cf-field.cf-consent-field .wpcf7-list-item {
    margin: 0;
}
.wpcf7-file {
    opacity: 0;
    width: 100%;
    height: 50px;
    display: block;
    position: relative;
    margin-bottom: -74px;
    z-index: 99;
}
#contact-upload-text {
    width: 100%;
    display: block;
    position: relative;
    height: 50px;
    background: #fff;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    color: #aaa;
    padding-left: 20px;
    cursor: pointer;
}
.wpcf7-form > p {
	margin: 0 !important;
}
.section-7.ptb-60 {
	padding-bottom: 0;
}
@media screen and (max-width: 850px) {
	.section-3 .col.large-2 {
		max-width: 33.3333%;
		flex-basis: 33.3333%;
	}
	.icon-col {
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
        align-items: center;
        gap: 0;
    }
	.icon-col > div:first-child{
        flex: unset;
        height: 80px;
    }
	.icon-col > div:first-child img {
        height: 57px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 550px) {
	.hero-section {
    	min-height: 350px;
	}
	.ptb-60 {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.col {
		max-width: 100% !important;
		flex-basis: 100% !important;
	}
	.image-grid .col.large-2,
	.image-grid .col.large-3 {
		display: flex;
		justify-content: space-between;
	}
	.image-grid .col.large-2 img,
	.image-grid .col.large-3 img {
		width: calc(50% - 5px);
	}
	.image-grid .col img {
		margin-bottom: 10px;
	}
	.section-4 .row {
		gap: 20px;
	}
	.section-4 .title {
		text-align: center;
	}
	.num-col {
    	display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.section-footer {
		text-align: center;
	}
	.social-links {
		justify-content: center;
		margin-bottom: 20px;
	}
}