/*
Theme Name: Popovych
Theme URI: 
Author: Tomáš Gažůr
Author URI: https://www.tomasgazur.cz
Version: 1.01
*/

img{display:block} button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline: transparent dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	font-family: 'Poppins', Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #667085;
	font-size: 16px;
	letter-spacing: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	background-color: #fff;
}
.row {
	width: 100%;
	max-width: 1330px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}
header {
	width: 100%;
	float: left;
	padding: 20px 0;
	z-index: 400;
	position: absolute;
	top: 0;
	left: 0;
}
body#logged header {
	top: 32px;
}
header .inner {
	background: #F9FAFB;
	border: 1px solid #F2F4F7;
	border-radius: 16px;
	float: left;
	width: 100%;
	padding: 8px 8px 8px 24px;
	position: relative;
}
.logo {
	float: left;
	position: relative;
	z-index: 500;
	margin: 18px 40px 0 0;
}
.logo a {
	color: #142C3D;
	font-size: 18px;
	font-weight: 700;
}
header .main-menu {
	width: calc(100% - 540px);
	float: left;
	margin-top: 18px;
	position: relative;
	padding-left: 20px;
}
header .main-menu:before {
	width: 1px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 0;
	content: '';
	background: #D0D5DD;
}
header .main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .main-menu li {
	display: inline-table;
	position: relative;
	margin: 0 16px;
}
header .main-menu li a {
	font-size: 16px;
	display: inline-table;
	color: #667085;
	font-weight: 400;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
}
header .main-menu li a:hover, header .main-menu li.current-menu-item > a {
	border-color: #D0D5DD;
}
header a.button {
	float: right;
	margin-left: 10px;
}


.hello {
	color: #545454;
	text-align: center;
	font-size: 20px;
}
.hello h1 {
	color: #72B556;
	font-size: 165px;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
}
.hello img {
	position: relative;
	top: -65px;
}
.hello .bigger {
	color: #72B556;
	font-size: 35px;
	text-transform: uppercase;
	margin: 0 0 25px;
	font-weight: 700;
}
.hello .inner {
	max-width: 556px;
	display: block;
	margin: 0 auto;
}
.hello .inner a.icon {
	color: #545454;
	background-position: left center;
	padding: 5px 0 5px 35px;
	margin: 10px auto;
	display: block;
	background-repeat: no-repeat;
	width: fit-content;
}
.hello .inner a.icon.phone {
	background-image: url('img/icon-phone.svg');
}
.hello .inner a.icon.email {
	background-image: url('img/icon-email.svg');
}
.hello .inner a.icon.address {
	background-image: url('img/icon-address.svg');
}













a.button {
	background-color: #58ABD5;
	color: #1E435C;
	padding: 0 15px;
	min-width: 176px;
	line-height: 54px;
	height: 54px;
	border-radius: 8px;
	display: table;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
a.button.red {
	background-color: #FAB0A7;
	color: #B53120;
}
a.button:hover {


}
a.button.left {
	float: left;
}
a.button.right {
	float: right;
}
a.button.center {
	margin: 0 auto;
}
a.button.inline {
	display: inline-block;
	margin: 0 20px;
}
a.button.bigger {
	width: 400px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	text-transform: uppercase;
	margin: 0 auto;
	font-size: 18px;
	border-radius: 45px;
	font-weight: 500;
}
header .menu-show {
	position: absolute;
	right: 22px;
	top: 1px;
	display: none;
	width: 25px;
	font-size: 0;
	height: 28px;
	padding-top: 55px;
	z-index: 15;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
	cursor: pointer;
	text-transform: uppercase;
}
header .menu-show span {
	position: absolute;
	left: 0;
	display: block;
	width: 25px;
	height: 2px;
	background: #142C3D;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
header .menu-show span:nth-child(1) {
	top: 25px;
}
header .menu-show span:nth-child(2),
header .menu-show span:nth-child(3) {
	top: 33px;
}
header .menu-show span:nth-child(4) {
	top: 41px;
}
.open-mobile header .menu-show span:nth-child(1) {
	top: 23px;
	left: 50%;
	width: 0%;
}
.open-mobile header .menu-show span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(4) {
	top: 20px;
	left: 50%;
	width: 0%;
}
.open-mobile {
	overflow: hidden;
}
.open-mobile header .main-menu {
	background: #fff;
	position: absolute;
	top: 60px;
	width: 100%;
	z-index: 400;
	overflow-y: auto;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 16px;
	display: block;
	-webkit-overflow-scrolling: touch;
}
.open-mobile header .main-menu ul {
	display: table;
	width: 100%;
	padding: 30px 0;
}
.open-mobile header .main-menu ul li {
	width: 100%;
	margin: 25px 0;
	text-align: center;
	padding-bottom: 0;
}
.open-mobile header .main-menu ul li a {

}
.open-mobile li.contact-mobile a.button.contact {
	display: inline-block;
	margin: 0;
	float: none;
	background: #e2625c;
	color: #262e3d;
	padding-left: 20px;
}
.half {
	float: left;
	width: 50%;
}
.main {
	width: 100%;
	float: left;
	padding-top: 60px;
	text-align: center;
}
.main.page {
	text-align: left;
}
.main h1 {
	font-size: 72px;
	line-height: 130%;
	font-weight: 400;
	margin: 0 0 20px;
	letter-spacing: -0.5px;
	color: #142C3D;
}
.main p {
	line-height: 150%;
	color: #667085;
	font-size: 18px;
	max-width: 520px;
	margin: 0 auto 20px;
}
.main.page {
	margin-bottom: 100px;
}
.main.page h1 {
	font-size: 60px;
	margin-top: 40px;
}
.main.page p {
	max-width: 100%;
	font-size: 18px;
}
.main.page .half {
	width: 40%;
}
.main.page .half.services-boxes {
	width: 60%;
}
.main.page .half.services-boxes.boxes .item {
	width: calc(50% - 8px);
}
.main.page .half.services-boxes.boxes .item .title {
	line-height: 30px;
	margin-bottom: 25px;
}
.services-list.boxes {
	margin-bottom: 45px;
}
.services-list.boxes .item {
	width: calc(25% - 12px);
	padding: 18px 40px;
	display: flex;
	align-items: center;
	text-align: center;
}
.services-list.boxes .item .title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 165%;
	min-width: -webkit-fill-available;
}
strong {
	color: #182230;
}
.sub-header {
	position: relative;
	color: #fff;
	width: 100%;
	height: 610px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.sub-header .inner-name {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
}
.sub-header .inner-name h1 {
	color: #fff;
	margin: 0 0 15px;
	font-size: 60px;
}
.sub-header .inner-name p {
	font-size: 18px;
}
.sections {
	color: #667085;
	float: left;
	width: 100%;
	font-size: 16px;
	margin-bottom: 100px;
}
.sections h2 {
	font-size: 24px;
	color: #142C3D;
	margin: 0 0 10px;
}
.sections img.icon {
	margin: 0 0 25px;
}
.sections p {
	margin: 0 0 10px;
	line-height: 150%;
}
.sections a {
	color: #3592C2;
	font-weight: 600;
	text-decoration: underline;
}
.sections a:hover {
	text-decoration: none;
}
.sections .half.text, .sections .third.text {
	padding: 40px;
	border-radius: 8px;
	background: #F9FAFB;
}
.sections .bigger {
	font-size: 20px;
	font-weight: 500;
	color: #142C3D;
}
.sections p.title {
	font-size: 16px;
	font-weight: 400;
	color: #667085
}
.sections .section {
	margin-bottom: 16px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	float: left;
}
.sections .section .inner {
	padding-top: 40px;
}
.sections .third {
	float: left;
	width: calc(33.333% - 8px)
}
.sections .half {
	width: calc(50% - 8px)
}
.sections .two-third {
	float: left;
	width: calc(66.666% - 8px)
}
.sections iframe, .sections .gallery img {
	border-radius: 8px;
}
.sections .gallery a {
	float: left;
	width: calc(50% - 8px);
}
.sections .gallery a {
	float: left;
	width: calc(50% - 8px);
}
.sections .gallery a:nth-child(1) {
	margin-right: 16px;
}
.sections .bigger a {
	font-size: 20px;
	font-weight: 700;
	color: #142C3D;
	line-height: 175%;
}
section.first {
	margin: 100px 0 150px;
}
.entry {
	font-size: 18px;
	color: #142C3D;
}






body.no-bg {
	background-image: none;
}


section {
	width: 100%;
	float: left;
}
a {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
p {margin: 0;}
section.content {
	padding: 90px 0;
}
.section-title {
	font-size: 36px;
	margin: 0 0 40px;
	font-weight: 400;
	letter-spacing: -0.5px;
	color: #142C3D;
}
a.link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.entry p {
	line-height: 155%;
	margin-bottom: 30px;
}
.entry p a {
	color: #739bff;
	text-decoration: underline;
}
.entry p a:hover {
	text-decoration: none;
}
.offices {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 16px;
	float: left;
	margin: 60px 0 100px 0;
}
.offices .item {
	width: calc(50% - 8px);
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.offices .item img {
	width: 100%;
	display: block;
}
.offices .item:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.2;
	left: 0;
	z-index: 100;
	content: '';
	background: linear-gradient(198.35deg, #020202 36.69%, #0e0000 87.55%);
	background-blend-mode: multiply;
}
.offices .item .name {
	position: absolute;
	bottom: 75px;
	left: 30px;
	font-size: 12px;
	color: #fff;
	letter-spacing: -0.5px;
	font-weight: 400;
	line-height: 180%;
	z-index: 100;
}
.offices .item .name strong {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
}
.offices .item a.button {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 14px;
	z-index: 100;
	height: 36px;
	line-height: 36px;
}
.boxes {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 16px;
}
.boxes .item {
	width: calc(33.333% - 11px);
	background: #F9FAFB;
	border-radius: 8px;
	padding: 40px;
	text-align: center;
}
.boxes .item img {
	margin: 0 auto 30px;
}
.boxes .item .title {
	color: #142C3D;
	letter-spacing: -1%;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}
.boxes .item p {
	line-height: 150%;
	margin: 0 auto 10px;
	max-width: 220px;
}
.boxes .item a.more {
	color: #3592C2;
	font-weight: 600;
	text-decoration: underline;
}
.boxes .item a.more:hover {
	text-decoration: none;
}
footer {
	background: #101828;
	float: left;
	width: 100%;
	color: #D0D5DD;
	font-size: 16px;
	position: relative;
	padding: 72px 0;
}
footer .col {
	padding-right: 16px;
	float: left;
	width: 33.333%;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	margin-bottom: 20px;
}
footer ul li a {
	font-size: 16px;
	color: #D0D5DD;
	font-weight: 300;
}
footer ul li a:hover {
	color: #2575A4;
}
footer .name {
	font-size: 18px;
	max-width: 210px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #2575A4;
}
footer .icon {
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
}
footer .icon.address {
	background-image: url('img/icon-address.svg');
}
footer .icon.phone {
	background-image: url('img/icon-phone.svg');
}
footer .icon.email {
	background-image: url('img/icon-email.svg');
}
footer .copy {
	float: left;
	width: 100%;
	color: #98A2B3;
	font-size: 12px;
	margin-top: 55px;
}
footer .copy a {
	color: #98A2B3;
}
footer .copy a:hover {
	color: #2575A4;
}
.clear {clear: both;}
.only-mobile {display: none;}



@media (max-width: 1400px) {
	.main.page h1 {font-size: 40px;}
	.boxes .item .title {font-size: 20px;}

}
@media (max-width: 940px) {
	header .main-menu {display: none;}
	header .menu-show {display: block;}
	.offices .item, .half, .main.page .half, .main.page .half.services-boxes, .sections .half, .sections .third, .sections .two-third {width: 100%;}
	a.button.red {margin-right: 75px;}
	.main.page .half.services-boxes {margin-top: 60px;}
	.services-list.boxes .item {width: calc(33.333% - 12px);}
	.main.page h1 {margin-top: 0;}
	.sections .section .inner {padding-top: 0;}

}
@media (max-width: 800px) {
	.boxes .item, footer .col {width: 100%;}
	.main h1 {font-size: 42px;}
	footer .col {padding-right: 0; margin: 20px 0;}
	footer {padding: 40px 0;}
	footer .copy {margin-top: 25px;}
	.services-list.boxes .item {width: calc(50% - 12px);}
	
	
	
}
@media (max-width: 720px) {
	header a.button {font-size: 14px; line-height: 44px; height: 44px; min-width: auto;}
	.logo {margin-top: 12px;}
	header .menu-show {top: -4px;}
	.sub-header {height: 360px; text-align: center;}
	.sub-header .inner-name h1 {font-size: 40px;}
	.section-title {text-align: center;}
}
@media (max-width: 620px) {
	header a.button {display: none;}
	.logo {margin: 6px 0 6px;}
	header .menu-show {top: -10px;}
	.main {padding-top: 40px;}
	.main h1 {font-size: 32px;}
	.main p {font-size: 16px;}
	.main.page .half.services-boxes.boxes .item {width: 100%;}
	.services-list.boxes .item .title {font-size: 18px;}
	.services-list.boxes .item {width: 100%;}
	
}
