@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Oswald:300,500&subset=latin-ext');

.body-home > section > .container > .row > .col-lg-12,
.body-home > section > .container{
	width: 100%;
	padding: 0;
}
.body-home > section > .container > .row {
	margin: 0;
}
h1,h2,h3,h4 {
	font-family: 'Open Sans', sans-serif;
}
p, ul, li, div body {
	font-family: 'Open Sans', sans-serif;	
}
h1 {
	font-weight: 400;
	position: absolute;
	top: 5px;
	right: 10px;
	color: #343434;
	font-size: 9px;
	margin: 0;
	text-align: right;
	text-transform: none;
}
h2 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 20px;
	text-align: left;
	margin-bottom: 20px;
	color: #f2c31f;
}
h3 {
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 16px;
	color: #656565;
}
h4 {
	letter-spacing: 0;
	text-transform: none;
}
p {
	margin-bottom: 	10px;
	line-height: 20px;
	font-weight: 300;
	color: rgb(103,103,103);
	text-align: left;
	font-size: 14px;
}
section p {
	text-align: left;
}
li {
	color: #333;
	text-align: left;
}
img {
	max-width: 100%;
	height: auto;
}
/* -- Vid ---*/
header {
	position: relative;
	padding-top: 0;
	margin-bottom: 0;
}
nav#nav {
	position: static;
	background: #fff;
	background-size: cover;
	width: 100%;
}
nav#nav li a{
	text-transform: none;
	letter-spacing: 0;
}
.navbar-toggle {
	margin-top: 30px;
	margin-bottom: 15px;
}
.navbar-default .navbar-brand img {
	height: 52px;
	margin-top: 6px;
}
@media(min-width: 768px) {
	nav#nav {
		background: #003663;
		background-size: cover;
		position: static;
		top: 0;
	}
	.navbar-default .navbar-brand img {
		height: 76px;
		width: auto;
		margin-top: 9px;
	}
	.social_icons {
		float: right;
		display: inline-block;
		padding: 43px 0 0 0;
		margin: 0 10px 0 0;
	}
	ul.nav.navbar-nav {
		display: table;
		margin: 0 auto;
		float: none;
		padding: 0;
		height: auto;
	}
}
@media(min-width: 768px) {
	nav ul.nav li {
		padding: 0;
	}
	nav ul.nav li a {
		font-family: "Oswald", sans-serif;
		position: relative;
		text-transform: uppercase;
		color: #333;
		padding: 14px 12px;
		font-size: 15px;
	}
	nav ul.nav li a span {
		font-weight: 700;
	}
	nav ul.nav li a span {
		color: #fff;
		font-weight: 400;
		width: 100%;
		padding: 0;
		text-transform: uppercase;
	}
	nav ul.nav li ul li {
		white-space: nowrap;
		color: #fff;
	}
	nav ul.nav li ul li a {
		display: block;
		color: #fff;;
			padding: 10px 15px;
			transition: all 250ms ease-in-out;
	}
	nav ul.nav li ul li a:hover {
		text-decoration: none;
		background: #00203a;
		color: rgb(0, 186, 255);
	}
	nav ul.nav li ul {
		display: none;
		z-index: 800;
		opacity: 1;
		position: absolute;
		padding: 0;
		margin: 0;
		top: 100%;
		left: 0;
		background: #003663;
		transition: all 300ms ease-in-out;
	}
	nav ul.nav li:hover ul {
		opacity: 1;
		display: block;
	}
	.navbar-default .navbar-nav>li>a,
	.navbar-default .navbar-nav>li>a span {
		transition: all 280ms ease-in-out;
	}
	.navbar-default .navbar-nav>li>a:focus, 
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a.noneactive,
	.navbar-default .navbar-nav>li>a.active {
		background: #00203a;
	}
	.navbar-default .navbar-nav>li>a:focus span, 
	.navbar-default .navbar-nav>li>a:hover span,
	.navbar-default .navbar-nav>li>a.noneactive span,
	.navbar-default .navbar-nav>li>a.active span {
		color: rgb(0, 186, 255);
	}
}
/* Fixed menu */
/* Query tester */
#size_tester {float:left;}
@media only screen and (min-width: 768px){
	#size_tester {float:none;}
}
nav#nav.to_fixed {
	position: fixed;
	/*margin-top: 0;*/
	top: 0;
	left: 0;
}
nav#nav.to_fixed .social_icons {
	padding-top: 20px;
}
nav#nav.to_fixed.navbar-default .navbar-brand img {
	height: 55px;
	margin-top: 5px;
}
nav#nav.to_fixed ul.nav.navbar-nav a{
	padding: 25px 10px 16px;
}
.navbar-right.navbar-main-collapse {
	padding: 25px 0;
}
/* Default settings */
div.loopPage {
	padding: 30px 10px 30px;
}
img {
	max-width: 100%;
	height: auto;
}
img.img-responsive {
	margin: 0 auto;
}
/* Button */
.navbar-default .navbar-toggle {
	border-color: #c5a755;
	color: #fff;
}
/* Footer */
footer {
	background: #282828;
	background-size: cover;
	padding: 0;
}
footer > .container.footer, footer > .container > .row, footer .col-md-12 {
	margin: 0;
	padding: 0;
}
.footer-reference a {
	display: inline-block;
	padding: 15px;
}
.footer-reference {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer p {
	padding: 0;
	color: #fff;
}
footer h3 {
	margin: 0;
	color: #f2c31f;
	text-transform: none;
	font-weight: 400;
}
footer a {
	color: #fff;
}
footer ul li a{
	color: #fff;
	opacity: 1;
	transition: all 280ms ease-in-out;  
}
footer ul li a:hover{
	color: #fff;
	opacity: .7;
}
footer a {
	word-wrap: break-word;
}
.container.footer {
	width:  100%;
}
div#partners {
	min-height: 0;
}

div#map {
	position: absolute !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media(max-width: 767px)  {
	div#map img {
		object-fit: cover;
		height: 200px;
	}
}

@media (min-width: 768px) and (max-width: 1564px)  {
	div#map img {
		object-fit: cover;
		height: 342px;
	}
}

/* DI kodos */
header > .container,
nav#nav > .container {
	position: relative;
}
nav#nav > .container {
	padding: 0;
}
header .navbar-header-top {
	position: absolute;
	display: inline-block;
	width: 550px;
	right: 15px;
	bottom: calc(100% - 4px);
}
header .navbar-header-top p {
	margin: 0 0 6px 0;
	text-align: right;
}
.brand {
	padding: 0 0 27px 0;	
}
.body-home > section > .container > .row > .col-lg-12, .body-home > section > .container > .row {
	margin: 0;
}
p.mail:before {
	content: "\f0e0";
	font-family: FontAwesome;
	color: #f2c31f;
	margin-right: 7px;
}
p.tel:before {
	content: "\f095";
	font-family: FontAwesome;
	color: #f2c31f;
	margin-right: 7px;
}
/* Extended footer settings */
.map-container {
	position: relative;
	height: 350px;
	border-bottom: 4px solid #00b9ff;
	border-top: 4px solid #00b9ff;
}
.footer-list {
	position: relative;
	width: 100%;
	background: #003663;
}
ul.list-unstyled.list-6plus {
	display: block;
	width: 60%;
	margin-right: 0;
	margin-left: auto;
	font-size: 18px;
	padding: 70px 20px;
	color: #fff;
}
ul.list-unstyled.list-6plus li {
	font-family: 'Oswald', sans-serif;
	position: relative;
	padding-left: 30px;
	color: #fff;
}
ul.list-unstyled.list-6plus li:before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}
.footer-list-image {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background: url(img/sixplus.jpg) no-repeat center center;
	background-size: cover;
}
span.huge-number {
	font-size: 400px;
	position: absolute;
	top: 60%;
	left: 50%;
	display: block;
	width: 100%;
	text-align: right;
	font-weight: 700;
	color: #ffff;
	opacity: .6;
	transform: translate(-50%, -50%);
}
span.huge-number:after {
	content: "+";
	font-size: 200px;
	line-height: 400px;
	vertical-align: middle;
}
.map-box {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 44%;
	max-width: 800px;
	background: #202835;
	padding: 20px;
}
.map-box-inner {
	display: block;
	margin: 0 0 0 auto;
	width: 400px;
	max-width: 100%;
}
.map-box-inner hr {
	border-color: rgb(0, 185, 255);
	margin: 8px 0;
}
.map-box-inner h3{
	color: rgb(0, 185, 255);
}
.map-box-inner ul,
.map-box-inner p,
.map-box-inner li {
	padding: 0;
	color: rgb(178, 178, 178);
	margin: 0 0 0 0;
}
.map-box-inner h4 {
	color: rgb(178, 178, 178);
	margin: 10px 0;
}
div#partners {
	height: auto;
	width: 100%;
	padding: 0;
	min-height: 0;
	background: #202835;
}
div#partners p {
	margin: 0; 
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	color: rgb(0, 185, 255);
}
div#partners p a {
	color: rgb(51, 122, 183);
}
/* Kontent */
section h2, section h3 {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 54, 99);
	text-transform: uppercase;
	padding: 5px 20px;
	text-align: left;
	font-weight: 400;
}
table td.heading {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 54, 99);
}
table tr td {
	padding: 8px;
	text-align: left;
}
ul.serv-offer {
	padding: 0 0 0 22px;
	margin: 0;
	list-style-type: disc;
}
.loopPage.last-links {
	padding-top: 0;
}
section .container {
	max-width: 100%;
}
.loopPage.service img {
	float: right;
	margin-right: 20px;
	width: 230px;
}
.other-clear {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.loopPage.other-serv img {
	width: 150px;
	margin-right: 20px;
}
ul.serv-offer li {
	margin-bottom: 10px;
}
ul.serv-offer li a {
	color: #337ab7;
}
.refe-image {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.refe-image img{
	margin-right: 20px;
}
#vcForm317,
#vcForm602 {
	display: none !important;
}
form fieldset{
	max-width: 100%;
	width: 600px;
	
}
form {
	display: block;
	max-width: 100%;
	/*width: 600px;*/
	/*margin: 0 auto;*/
}
form input,
form textarea{
	width: calc(100% - 30px);
	margin-left: 4px;
	margin-bottom: 15px;
	padding: 7px;
	border-radius: 4px;
	border: 1px solid #003663;
}
form label.label {
	font-size: 14px;
	color: #003663;
	font-weight: 700;
	width: 100%;
	display: block;
	text-align: left;
	margin-left: 8px;
}
form input[type=submit] {
    margin-left: 15px;
    display: table;
    width: auto;
    padding: 8px 16px;
    /* margin: 0 auto; */
    background: #003663;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.navbar-default .navbar-toggle {
	border-color: #003663;
	color: #fff;
	background: #003663;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
@media(max-width: 767px) {
	.navbar-default .navbar-collapse {
		border-color: #e7e7e7;
		background: #003663;
	}
	.navbar-default .navbar-collapse a {
		color: #fff;
	}
	.navbar-default .navbar-collapse li {
		padding-left: 25px;
	}
	.navbar-default .navbar-collapse li ul{
		margin: 0;
		padding: 0;
	}
	.navbar-nav>li>a {
		padding: 4px;
	}
	.navbar-default .navbar-nav>li>a {
		color: #fff;
	}
	ul.list-unstyled.list-6plus {
		width: 100%;
	}
	.footer-list-image {
		display: none;
	}
	div#map {
		position: relative;
		height: 350px;
	}
	.map-box {
		width: 100%;
		transform: none;
	}
	.footer-reference {
		flex-wrap: wrap;
	}
}
.galleryBox .image {
	height: 200px;
	background-position: center center;
	background-size: contain;
}
.loopPage.home-serv {
	padding: 100px 0;
	border-top: 3px solid #00b9ff;
	border-bottom: 3px solid #00b9ff;
}
.home-flex-serv {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	width: 500px;
	max-width: 100%;
	margin-bottom: 20px;
}
.home-flex-serv img {
	width: 137px;
	height: 137px;
	height: auto;
	margin-right: 10px;
}
.home-flex-serv h2 {
	color: rgb(0, 54, 99);
	background: transparent;
	padding: 0;
	margin-top: 0;
}
@media(max-width: 1170px) {
	.home-flex-serv {
		width: 400px;
	}
}
@media(max-width: 767px) {
	.home-flex-serv {
		width: 100%;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.home-flex-serv p,
	.home-flex-serv h2{
		text-align: center;
	}
	.home-flex-serv img {
		margin-bottom: 20px;
	}
}
footer a i.fa {
	color: rgb(178, 178, 178);
	font-size: 17px;
}
.lang {
    position: absolute;
    top: 107px;
    right: 0;
}
.lang a {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    padding: 14px 12px;
    transition: all 280ms ease-in-out;
}
.lang a:hover {
	background: #00203a;
	color: rgb(0, 186, 255);
	text-decoration: none;
}
.lang-mobile.visible-xs {
    position: absolute;
    right: 50px;
    display: inline-block;
    margin-top: 30px;
}
.lang-mobile.visible-xs a {
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    color: rgb(0, 54, 99);
	margin-left: 1rem;
}
.text-hlava{
	position: absolute;
	top: 30px;
}

p.text-hlava{
	top: 60px;
	color: #003663;
	text-transform: uppercase;
	font-weight: bolder;
	text-decoration: underline;
}
.home_reference {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home_reference > div {
    margin-bottom: 5px;
    width: 24.5%;
}
#loopPage17296 h2 {
	background: transparent;	
    text-align: center;
    display: block;
    padding-bottom: 20px;
    color: rgb(0, 54, 99);
    text-transform: uppercase;
    font-size: 20px;
}
.home-flex-serv{
	position: relative;
}
.home-flex-serv a{
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.vyskakovaci {
    height: auto;
    max-width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: white;
    background: #2A3B68;
}

.vyskakovaci p{
    color: #fff;
    text-align: center;
}

.vyskakovaci .button{
    margin-top: 25px;
}

.vyskakovaci  .text-wrapper{
    padding: 2rem;
}

#close {
    border: 2px solid #000;
    padding: 4px 0 0 0;
    color: #000;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -18px;
    right: -18px;
    background: #fff;
    cursor: pointer;
}

.popup {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px){
    .vyskakovaci > img{
        max-width: 300px;
    }
}

@media (max-width: 768px){
    .vyskakovaci .text-wrapper iframe {
        max-width: 300px!important;
    }
}

.loop-content h1 {
	position: static;
	text-align: left;
	font-size: 28px;
	color: rgb(0, 54, 99);
	margin-bottom: .5em !important;
}
.loop-content h2 {
	clear: both;
}

.loop-content p img {
	margin-bottom: 10px;
}

.loop-content ul {
	list-style: disc;
}

@media screen and (max-width: 480px) {
	.loop-content p img {
		float: none !important;
		width: 100% !important;
		display: block;
	}
}

.loop-content .other-clear {
	display: grid;
	grid-template-columns: 200px minmax(0,1fr);
}

@media screen and (max-width: 680px) {
	.loop-content .other-clear {
		display: grid;
		grid-template-columns: minmax(0,1fr);
	}
}

.special-inquiry h2{
	background: none;
	position: static;
	text-align: left;
	font-size: 28px;
	color: rgb(0, 54, 99);
	margin-bottom: .5em !important;
	font-weight: 400;
	padding-left: 0;
	+ p {
		margin-bottom: 3rem;
	}
}
.special-inquiry .block {
	background-color: white;
	box-shadow: 0 0 1rem rgba(0,0,0, .25);
	margin-top: 1.5rem;
}
.special-inquiry .block .block-header {
	background-color: rgb(0, 54, 99);
	padding: 1rem 2rem;
}
.special-inquiry .block .block-content {
	padding: 1rem 2rem;
}
.special-inquiry .block .block-content form input,
.special-inquiry .block .block-content form textarea,
.special-inquiry .block .block-content form select {
	width: 100%;
	margin-bottom: 15px;
	padding: 7px;
	border-radius: 4px;
	margin-left: 0;
	border: 1px solid #003663;
	display: block;
}
.special-inquiry .block .block-content form textarea {
	resize: vertical;
}
.special-inquiry .block .block-content form .custom-checkbox{
	width: 100%;
	margin-bottom: 15px;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto minmax(0, 1fr);
	text-align: left;
}
.special-inquiry .block .block-content form .custom-checkbox input{
	margin: 0;
	width: 18px;
	height: 18px;
}
.special-inquiry .block .block-content form .custom-checkbox .label{
	color: #003663;
	font-weight: 400;
	text-align: left;
	font-size: inherit;
	padding: 0;
	white-space: normal;
	line-height: 1.2em;
}
.special-inquiry .block .block-header > h3{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 1.5rem;
	font-size: 2rem;
	margin: 0;
	padding: 0;
	color: white;
}
.special-inquiry .block .block-header > h3 > img{
	height: 4rem;
	width: auto;
}
.special-inquiry .block .block-header > h3 > span {
	line-height: 1em;
}

.special-inquiry .file-dropzone {
	position: relative;
	border: 2px dashed #cfd8dc;
	border-radius: 8px;
	padding: 30px 20px;
	text-align: center;
	background: #f9fbfc;
	cursor: pointer;
	transition: all 0.2s ease;
	margin-bottom: 15px;
}

.special-inquiry .file-dropzone.is-dragover {
	background: #eef4f7;
	border-color: #90a4ae;
}

.special-inquiry .file-dropzone input[type="file"] {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.special-inquiry .file-dropzone-inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 2rem;
	text-align: left;
}
.special-inquiry .file-dropzone-inner img {
	width: 3rem;
	height: auto;
	margin-bottom: 10px;
}
.special-inquiry .file-dropzone-text {
	font-size: 14px;
	color: #5f6b73;
	line-height: 1.4;
}
.special-inquiry .file-dropzone-files{
	/*margin-top: -6px;*/
	margin-bottom: 15px;
	font-size: 13px;
	color: #5f6b73;
}
.special-inquiry .file-dropzone-summary{
	margin: 6px 0 6px;
	font-weight: 700;
	color: #003663;
	text-align: left;
}
.special-inquiry .file-dropzone-list{
	margin: 0;
	padding-left: 18px;
	text-align: left;
	list-style-type: disc;
}
.special-inquiry .file-dropzone-list ul{
	list-style-type: disc;
}
.special-inquiry .file-dropzone-list li{
	margin: 2px 0;
	word-break: break-word;
}
.special-inquiry input[type=submit]{
	background-color: #ea7704;
	border-color: #ea7704 !important;
}

.special-inquiry .block.contact-person .person h4 {
	text-align: left;
	margin: 0;
	font-size: 3rem;
}
.special-inquiry .block.contact-person .person h4 + p {
	margin-top: .5rem;
}
.special-inquiry .block.contact-person .contacts {
	display: grid;
	gap: 1rem;
	padding-bottom: 15px;
}
.special-inquiry .block.contact-person .contacts a {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1.5rem;
	align-items: center;
	font-size: 2rem;
	text-align: left;
}
.special-inquiry .block.contact-person .contacts a > img{
	width: 3rem;
	height: auto;
}
.special-inquiry .block.inquiry-requirements ul{
	list-style-type: disc;
	padding-left: 0;
}
.special-inquiry .block.inquiry-requirements .block-header,
.special-inquiry .block.stop-watch-to-response .block-header{
	background-color: #779bb8;
}
.special-inquiry .block.inquiry-requirements .block-header h3,
.special-inquiry .block.stop-watch-to-response .block-header h3{
	background-color: rgba(0,0,0,0);
}
.special-inquiry .block.stop-watch-to-response {
	display: none;
}
.special-inquiry .block.stop-watch-to-response .stop-watch{
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 2rem;
	text-align: left;
}
.special-inquiry .block.stop-watch-to-response .stop-watch img{
	width: 5rem;
	height: auto;
}
.special-inquiry .block.stop-watch-to-response .stop-watch span{
	font-size: 4rem;
}
.special-inquiry .block.stop-watch-to-response .stop-watch + p {
	opacity: .5;
	margin-top: 1rem;
}


@media (max-width: 767px) {
	.navbar-header {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	header h1 {
		display: none;
	}
	.navbar-header-top {
		height: 100% !important;
		width: 100% !important;
		right: unset !important;
		left: 0 !important;
		top: 0 !important;
		bottom: unset !important;
	}
	.navbar-header-top > p {
		display: none;
	}
	.navbar-header-top .lang-mobile {
		margin-top: 0;
		top: 30px;
		transform: translateY(-50%);
		right: 75px;
	}
	.navbar-header .navbar-toggle {
		float: none;
		order: 999;
		margin: 0;
	}
	.navbar-header {
		display: flex;
		gap: 2rem;
		align-items: center;
		justify-content: space-between;
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	.navbar-header::before,
	.navbar-header::after {
		content: unset;
	}
	.navbar-header .navbar-brand {
		float: none;
		padding: 0;
		display: flex;
		align-items: center;
		z-index: 20;
	}
	.navbar-header .navbar-brand img {
		margin: 0;
		height: 38px;
		width: auto;
	}
}
@media (max-width: 370px) {
	.navbar-header .navbar-brand img {
		height: 34px;
	}
	.navbar-header-top .lang-mobile {
		right: 70px;
	}
	.navbar-header-top .lang-mobile a {
		margin-left: .7rem;
	}
}


@media (min-width: 768px) {
	/*ul.nav.navbar-nav {*/
	/*	padding-right: 120px;*/
	/*}*/
	.navbar-header-top .lang {
		right: 165px;
		top: 50%;
		transform: translateY(calc(-50% - .25em));
	}
	.navbar-header-top .lang a {
		color: #003663;
	}
	.navbar-header-top .lang a:hover {
		background-color: rgba(0,0,0,0);
		color: rgb(0, 186, 255);
	}
}


.socials-links {
	display: flex;
	flex-flow: row wrap;
	gap: .75rem;
	margin-top: .5rem;
}
.socials-links img {
	display: block;
	height: 3.5rem;
	width: auto;
}


.contact-form-wrapper .custom-checkbox{
    width: 100%;
    margin-bottom: 15px;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr);
    text-align: left;
    padding: 0 15px;
}
.contact-form-wrapper .custom-checkbox input{
    margin: 0;
    width: 18px;
    height: 18px;
}
.contact-form-wrapper .custom-checkbox .label{
    color: #003663;
    font-weight: 400;
    text-align: left;
    font-size: inherit;
    padding: 0;
    white-space: normal;
    line-height: 1.2em;
}