:root {
	--theme: pc;
	--mobileDelay: 0ms;
}

.roboto-thin {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

.roboto-regular {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

.merriweather-regular {
	font-family: "Merriweather", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}	

html, body {
	margin: 0px;
	padding: 0px;
	scroll-behavior: smooth;
	/*min-width: 400px;*/
}

.top {
	width: 100%;
	height: 815px;
	display: flex;
	/*justify-content: center;*/
	background-color: #234587;
	background-image: url('img/meetingroom_12.png?v=1');
	background-size: cover;
	background-position-y: center;
}
.left {
	flex: 1;
	/*background-color: red;*/
}
.middle {
	/*width: 1351px;*/
	width:75%;
	/*background-color: blue;*/
	padding-left:20px;
	padding-right:20px;			
}
.header {
	display: flex;
	justify-content: space-between;			
}
.right {
	flex: 1;
	/*background-color: green;*/
}
.header .col-1 {
	/*background-color: aqua;*/
}
.header .col-2 {
	/*background-color: yellow;*/
	display: flex;
	margin-top: 275px;
}
.ak-wrap {
	margin-top: 82px;
	width: 534px;
	cursor: pointer;
}
.ak-title {
	font-size: 45px;
}

.ak-line {
	border-bottom: 2px solid white;	
	width: 280px;
}

.ak-subtitle {
	font-size: 27px;
	padding-bottom: 10px;
}
.header-wrap {
	margin-top: 73px;
}
.header-title {
	font-size: 37px;
}
.header-subtitle {
	margin-top: 63px;
	font-size: 20px;
}
img.frame {
	border: 1px solid white;
}
.shadow {
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.4); 
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.4);
}
.white {
	color: white;
}
.gold {
	color: #E9B049;
}

.col-2-left {
	text-align: right;
	padding-right: 60px;
	font-size: 20px;
	width: max-content;
}

.col-2-left div {
	margin-top:30px;
}

.col-2-left div:first-of-type {
	margin-top:0px;
}



.btn-kontakt, .btn-service {
	width: 170px;
	height: 50px;
	line-height: 50px;
	background-color: #BB9642;
	border: 1px solid #E9B049;
	border-radius: 5px;
	font-size: 20px;
	margin-top: 70px;
	padding-left: 20px;
}
.btn-service {
	width: 120px;
	padding-left: 0px;
	margin-top: 50px;
	text-align:center;
}

.colorbg {
	background: #E9EDF1;
}
h1 {
	margin:0px;
	padding:0px;
	font-size: 40px;
	font-weight: normal;
	padding-bottom: 40px;
	color: #234587;
}

.content {
	width: 100%;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}
.content p {
	font-size: 22px;
	margin-top:0px;
	margin-bottom: 1.2em;
}
.block {
	padding-top: 125px;
	padding-bottom: 130px;
}

.content-2col {
	column-count: 2;
	column-gap: 70px;
}

.content-1col {
	margin-top: 30px;
}

#about p {
}

#about p.nocolumn {
	column-count: 1;
}

/* SERVICE */

.service {
	/*border: 1px solid grey;*/
	width: 85%;
	font-size: 15px;
	margin-top: 70px;
	display: grid;
	align-content: space-between;
}
.service ul {
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;	
}
.service ul li {
	padding-top: 10px;
}
.service ul li:first-child {
	padding-top: 0px;
}
h2 {
	font-weight: normal;
	font-size: 24px;
	padding-top: 10px;
}
.wrap-services {
/*	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
*/
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(380px, auto));
	/*grid-template-columns: auto auto auto;*/
}

.service-content img {
	height: 77px;
}

/* TOP-MENU */
.menu {
	width: 100%;
	height: 120px;
	display: flex;
	/*justify-content: center;*/
	background-color: #234587;
	position: fixed;
	z-index: 10;
	top: -150px;
	transition: top ease 0.3s;
}

.menu-wrap {
	background-color: #234587;
	display: flex;
	align-content: space-between;
  align-items: center;
	margin-top: 30px;
}

.menu .ak-wrap {
	margin-top: 0px;
	padding-bottom: 9px;
	border-bottom: 0px;
}
.menu .ak-title {
	font-size: 26px;
	white-space: nowrap;
}
.menu .ak-subtitle {
	font-size: 18px;
	padding-bottom: 0px;
}

.menu-items {
	width: 100%;
}

.menu ul {
	width: 100%;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	display: flex;
	align-content: space-between;
}

.menu ul li {
	margin-left: auto;
	margin-right: auto;
}

.menu ul li:first-child {
	margin-left: 0px;
}

.menu ul li:last-child {
	margin-right: 0px;
}

.menu .navelink {
	font-size: 26px;
	color: #E9B049;
	text-decoration: none;
	cursor: pointer;
}

.menu .navelink:hover {
	color: #fff;
}

#btn_goTop {
	position: fixed;
	bottom: -300px;
	right: 20px;
	border: 3px solid #fff;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	z-index: 10;
	transition: bottom ease 0.3s;
	cursor: pointer;
	background-color: rgb(52,102,199,0.4);
	background-image: url('img/btn_goTop.svg?v=1');
	background-repeat: no-repeat;
	background-position: center center;
}

#btn_mobileMenu {
	position: fixed;
	top: -300px;
	right: 20px;
	border: 3px solid #fff;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	z-index: 10;
	transition: top ease 0.3s;
	cursor: pointer;
	background-color: rgb(52,102,199,0.4);
	background-image: url('img/btn_mobileMenu.svg?v=1');
	background-repeat: no-repeat;
	background-position: center center;
}

.btn-wrap {
	display: none;
}

#btn_closeMobileMenu {
	border: 3px solid #fff;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	z-index: 10;
	cursor: pointer;
	background-color: rgb(52,102,199,0.4);
	background-image: url('img/btn_closeMobileMenu.svg?v=1');
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: auto;
}


#team, #about, #services, #pricelist, #contact, #advokat {
	scroll-margin: 50px;
}

.header .navelink {
	cursor: pointer;
	width: fit-content;
}

/* TEAM */

.team-wrap {
	display: grid;
	justify-content: stretch;
	grid-template-columns: calc(50% - 35px) calc(50% - 35px);
	column-gap: 70px;
}

.team-wrap .col-1 {
/*	max-width:50%;*/
}

.team-wrap .col-2 {
	/*max-width:50%;*/
}

.team-wrap ul li,
.pricelist ul li {
	font-size: 22px;
}

.team-wrap ul {
	list-style-type: square;
}

/* ADVOKAT */

.advokat h1 {
	padding-bottom: 45px;
}

.advokat-wrap {
	display: flex;
	gap: 70px;
	font-size: 22px;
}

.advokat-wrap .col-1 {
	display: none; 
}

.advokat-wrap .col-1 {
	align-self: flex-end;
	white-space: nowrap;
	text-align: right;
}

.advokat-wrap .col-3 {
}

.advokat-wrap .col-3 p {
	margin-top:0px;
}


.caption {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 12px;
	color: #234587;
	text-transform: uppercase;
	padding-bottom: 7px;
}

/* KONTAKT */

.contact-wrap {
	display: flex;
	justify-content: space-evenly;
	font-size: 19px;
	margin-top: 25px;	
}

.contact-form {
	margin-top: 20px;
	padding-bottom: 50px;
}

.form-wrap {
	min-width: fit-content;
	margin-left: auto;
	margin-right: auto;
	max-width: 650px;
}

.form-wrap input,
.form-wrap textarea
{
	line-height: 27px;
	border-radius: 3px;
	border: 1px solid #bb9642;
	padding: 5px;
	width: calc(100% - 12px);
	font-size: 14px;
	font-family: 'Arial', sans-serif;	
}

.form-wrap input.btn-send {
	width: 170px;
	height: 50px;
	line-height: 50px;
	background-color: #BB9642;
	border: 1px solid #E9B049;
	border-radius: 5px;
	font-size: 20px;
	margin-top: 70px;
	padding-left: 20px;
	color: #fff;
	cursor: pointer;
}

.form-wrap textarea {
	line-height: 20px;
	font-size: 14px;
	height: 183px;
	margin-top: 0px;
}

.form-title {
	font-size: 12px;
	text-transform: uppercase;
	color: #bb9642;
	padding-bottom: 5px;
}

.form-inner {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 50px;
}

.form-wrap .item {
	padding-bottom: 20px;
}

.form-wrap .form-btn {
	margin-top: 15px;
}

.contact-wrap .col-1,
.contact-wrap .col-2,
.contact-wrap .col-3 {
	text-align: center;
	padding-bottom: 30px;
}

.contact-form .col-1 .item2 {
	position: absolute;
	top: 0px;
	z-index: -1;	
	visibility: hidden;
}

.contact-wrap img {
	margin-top: 10px;
	margin-bottom: 20px;
}

.contact-wrap .datovka {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 5px;
}

.map-wrap {
	display: flex;
}

.mapa img {
	/*max-width: 1150px;*/
	max-width: 100%;
}

.office {
	/*margin-left: -132px;*/
	margin-left: -13%;
	margin-top: 9%;
}

.office img {
	/*max-width: 70%;*/
	max-width: 260px;
}


.parking {
	margin-top: 50px;
}

.parking-wrap {
	display: flex;
	gap: 40px;
}

.parking-sign {
	background-color: #014a8f;
	color: white;
	width: 30px;
	height: 40px;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	display: inline-block;
}

.parking-text {
	display: inline-block;
	font-size: 22px;
	padding-left: 10px;
	padding-bottom: 30px;
}

.parking-map img {
	max-width: 100%;
}

.note {
	padding-top: 35px;
	font-size: 13px;
}

.contact p {
	/*font-size: 22px;*/
}

.footer {
	background-color: #234587;
	width: 100%;
}

.wrap-footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer .adresa,
.footer .ico {
	padding-top: 10px;
}

a:link, a:visited {
	color: blue;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

.btn-service {
	display: none;
}

.navelink {
	text-decoration: none;
}

.publictransport {
	margin-top: 55px;
}

.red {
	color: red;
}

/* CENIK */

.pricelist {
}

.pricelist h1 {
}

.pricelist td {
	font-size: 25px;
	vertical-align: top;
}

.pricelist td:first-of-type {
	width: 350px;
}

.pricelist .note {
	padding-top: 15px;
	font-size: 19px;
}

ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
ul.dash > li:before {
    display: inline-block;
    content: "–";
    width: 1em;
    margin-left: -1em;
}

ul.square {
	list-style-type: square;
}

.pricelist ul {
	margin-top: 0px;
}

span.nowrap {
	white-space: nowrap;
}

.grecaptcha-badge { 
	visibility: hidden; 
}

.recaptcha {
	padding-top: 11px;
	color: #111;
	font-size: 13px;
}

.recaptcha a
{
	color: #222;
	text-decoration-color: lightblue;
}

/* MODAL */
.modal,
.blocker {
	z-index: 20;
}

.modal .icon {
}

.modal-content {
	display: grid;
	grid-template-columns: 30px auto;
}

.modal-content .msg-wrap {
	margin-top: 3px;
	margin-bottom: 3px;
}

.modal-content .title {
	font-size: 17px;
}

.modal-content .text {
	padding-top:5px;
}

.modal-content .text ul {
	padding-left: 14px;
	list-style-type: square;
	margin-top: 3px;
}