a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,
button,
input,
select,
textarea {
	outline: 0;
}
a {
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.container-fluid {
	width: 1620px;
	max-width: 96%;
	margin: 0 auto;
}
:root {
	font-size: 16px;
}
body {
	font-size: 1rem;
	font-family: Poppins, sans-serif;
	line-height: 1.85em;
	font-weight: 400;
	color: #1c1c1c;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
	width: 100%;
	overflow-x: hidden;
}
body.sub article p, body.sub article ul li {
        text-align: justify;
}
body b,
body strong {
	font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins, sans-serif;
	font-weight: 600;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #1c1c1c;
}
.h1,
h1 {
	font-size: 4.375rem;
}
.h2,
h2 {
	font-size: 3.3125rem;
}
.h3,
h3 {
	font-size: 2.5rem;
}
.h4,
h4 {
	font-size: 1.875rem;
}
.h5,
h5 {
	font-size: 1.375rem;
}
.h6,
h6 {
	font-size: 1rem;
}
.sub .h1,
.sub h1 {
	font-size: 4.375rem;
}
.sub .h2,
.sub h2 {
	font-size: 3.3125rem;
}
.sub .h3,
.sub h3 {
	font-size: 2.5rem;
}
.sub .h4,
.sub h4 {
	font-size: 1.875rem;
}
.sub .h5,
.sub h5 {
	font-size: 1.375rem;
}
.sub .h6,
.sub h6 {
	font-size: 1rem;
}
.lead {
	font-size: 1.3125rem;
	line-height: 2em;
}
ol,
p,
ul {
	margin-bottom: 16px;
}
ol,
ul {
	margin-left: 30px;
}
ol > li,
ul > li {
	margin-bottom: 8px;
}
ul > li {
	list-style: disc outside;
}
ol > li {
	list-style: decimal outside;
}
blockquote {
	display: block;
	padding-left: 90px;
	position: relative;
	margin-bottom: 1rem;
}
blockquote em,
blockquote small {
	display: block;
}
blockquote em {
	font-size: 2rem;
	line-height: 2.5rem;
	font-style: italic;
	margin-bottom: 1rem;
}
blockquote small {
	text-align: right;
	font-size: 1rem;
}
blockquote::before {
	position: absolute;
	top: 3.5rem;
	left: 0;
	content: "”";
	font-family: serif;
	opacity: 0.1;
	font-size: 180px;
}
.well {
	background: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem;
}
.text-left,
.tl {
	text-align: left;
}
.tc,
.text-center {
	text-align: center;
}
.text-right,
.tr {
	text-align: right;
}
.bold,
.strong,
b,
strong {
	font-weight: 700;
}
.fw-100 {
	font-weight: 100;
}
.fw-200 {
	font-weight: 200;
}
.fw-300 {
	font-weight: 300;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
.fw-800 {
	font-weight: 800;
}
.fw-900 {
	font-weight: 900;
}
.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}
.r-m,
.responsive-media {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.r-m iframe,
.responsive-media iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.alerts {
	position: relative;
}
.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
	background-color: #ccc;
	width: calc(100% - 30px);
}
.alert.alert-success {
	background-color: #008020;
	z-index: 20;
}
.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2;
}
.alert.alert-danger {
	background-color: #e42417;
	z-index: 1;
}
.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}
.btn {
	position: relative;
	overflow: hidden;
	background-color: transparent;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	border: 1px solid #e6c575;
	border-radius: 0;
	padding: 1.4rem 2rem;
	line-height: 1em;
	font-size: 1rem;
	color: #1c1c1c;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: Poppins, sans-serif;
	font-weight: 600;
}
.btn::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #e6c575;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: -1;
	transition: all 0.2s;
}
.btn img {
	display: block;
	margin-left: 15px;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.btn:hover {
	background: 0 0;
	border-color: #ecd498;
}
.btn:hover::after {
	left: 0;
}
.btn:hover img {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.btn:focus {
	background: #e0b652;
	border-color: #e0b652;
}
.btn.block {
	display: block;
}
.btn.big {
	padding: 1rem 3rem;
	font-size: 1.5rem;
}
.btn.small {
	font-size: 0.9rem;
	padding: 0.4rem 0.8rem;
}
button {
	cursor: pointer;
}
.btn.alt {
	background: 0 0;
	color: #e6c575;
	border: 1px solid #e6c575;
}
.btn.alt:hover {
	color: #fff;
	background: #e6c575;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.btn.alt:focus {
	color: #fff;
	background: #e0b652;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.bg-info {
	background: #4babe2;
	border-color: #4babe2;
}
.bg-danger {
	background: #e42417;
	border-color: #e42417;
}
.bg-warning {
	background: #f59f00;
	border-color: #f59f00;
}
.bg-success {
	background: #008020;
	border-color: #008020;
}
.bg-primary {
	background: #e6c575;
	border-color: #e6c575;
}
.bg-secondary {
	background: #1c1c1c;
	border-color: #1c1c1c;
}
.color-white {
	color: #fff;
}
.color-black {
	color: #000;
}
.color-info {
	color: #4babe2;
}
.color-danger {
	color: #e42417;
}
.color-warning {
	color: #f59f00;
}
.color-success {
	color: #008020;
}
.color-primary {
	color: #e6c575;
}
.color-secondary {
	color: #1c1c1c;
}
.bg-none {
	background: 0 0 !important;
}
.navbar__toggler {
	display: none;
}
body {
	padding-top: 120px;
}
.home {
	padding-top: 0;
}
#navbar {
	background: #fff;
	height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#navbar .container,
#navbar .container-fluid {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.logo img {
	height: 60.2px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#navbar.affix {
	background: #fff;
	height: 70px;
	-webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}
#navbar.affix .logo img {
	height: 50px;
}
.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.navbar-nav li {
	list-style: none;
	margin-left: 30px;
	margin-bottom: 0;
	position: relative;
}
.navbar-nav li:first-child {
	margin-left: 0;
}
.navbar-nav a {
	text-decoration: none;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 0.875rem;
	color: #1c1c1c;
	padding: 5px 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: block;
}
.navbar-nav a img {
	display: block;
}
.navbar-nav .active > a,
.navbar-nav a.active,
.navbar-nav a:focus,
.navbar-nav a:hover {
	color: #e6c575;
}
.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 230px;
	background: #fff;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
li:hover > .dropdown {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
.dropdown .dropdown {
	top: 0;
	left: 100%;
}
.toLeft > .dropdown {
	right: 0;
	left: auto;
}
.dropdown .toLeft > .dropdown {
	top: 0;
	right: 100%;
	left: auto;
}
.dropdown li {
	margin: 0;
	list-style: none;
	padding: 0;
	display: block;
	width: 100%;
}
.dropdown a {
	padding: 10px 15px;
	display: block;
	border-top: 1px solid #e2e2e2;
	line-height: 1.1;
	font-size: 14px;
	font-family: Poppins, sans-serif;
	border-radius: 0;
}
.dropdown a:hover {
	color: #1c1c1c;
}
.dropdown > li:hover > a {
	background: #e6c575;
	color: #1c1c1c;
}
.dropdown > li:first-child > a {
	border: 0;
}
body {
	width: 100%;
	overflow-x: hidden;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit;
}
#main a:not(.btn) {
	color: #e6c575;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#main a:not(.btn):hover {
	color: #e0b652;
	text-decoration: underline;
}
header {
	width: 100%;
	height: 100vh;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .swiper-container {
	height: 100%;
}
header .swiper-slide img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
#header_top {
	position: absolute;
	left: 0;
	z-index: 20;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
#header_top .container {
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#header_top h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 45px 0;
	color: #fff;
	line-height: 1em;
}
#header_top h1 img {
	display: block;
	margin-bottom: 10px;
}
#header_top h1 em,
#header_top h1 > strong {
	display: block;
	line-height: 1em;
}
#header_top h1 > strong {
	font-size: 3.46875rem;
	text-transform: uppercase;
}
#header_top h1 em {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.125rem;
	text-transform: uppercase;
	margin-top: 5px;
}
#header_top h1 em strong {
	font-weight: 600;
}
#scroll {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	padding-right: 50px;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#scroll:hover {
	padding-right: 40px;
}
.home section h2:first-of-type,
.home section h3:first-of-type {
	margin-top: 0;
	margin-bottom: 20px;
}
#kancelaria {
	padding: 120px 0;
}
.uslugi_box {
	position: relative;
	width: 100%;
	height: 795px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	margin-bottom: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.uslugi_box:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #e6c575;
}
.uslugi_box__caption {
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 20;
	padding: 0 100px;
}
.uslugi_box__caption small {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 0.75rem;
}
.uslugi_box__caption h3 {
	margin: 0;
	padding: 45px 0;
	font-size: 4.375rem;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	display: block;
}
.uslugi_box__caption .btn {
	margin-top: 45px;
	color: #1c1c1c !important;
}
.uslugi_box__caption .btn img {
	filter: invert(0) !important;
}
.uslugi_box__caption .btn:hover img {
	filter: invert(1) !important;
}
.uslugi_box .btn::after {
	left: 0;
}
.uslugi_box .btn:hover::after {
	left: -100%;
}
.uslugi_box .btn:hover {
	color: #fff !important;
}
.uslugi_box--1 {
	background-image: url(/img/b1.jpg);
}
.uslugi_box--2 {
	background-image: url(/img/b2.jpg);
}
#uslugi .container .row:first-of-type {
	margin-bottom: 120px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.card_img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
	overflow: hidden;
	display: block;
}
.card_img img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.card_img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.card_body h4 {
	margin-top: 0;
}
.card_body h4 a {
	color: #1c1c1c;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.card_body h4 a:hover {
	color: #e6c575;
}
.card_body .more {
	font-weight: 600;
	color: #1c1c1c;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.card_body .more img {
	display: block;
	margin-left: 15px;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.card_body .more:hover {
	color: #e6c575;
}
.card_body .more:hover img {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
#uslugi .col-4 {
	text-align: center;
	margin-bottom: 60px;
}
#uslugi .col-4 h4 {
	margin-top: 15px;
	margin-bottom: 25px;
}
#map {
	margin-top: 60px;
}
#map iframe {
	display: block;
	width: 100%;
	height: 600px;
}
footer .row:first-child {
	padding: 120px 0;
}
footer .row:first-child > .col-6:first-child {
	padding-right: 80px;
}
footer .row:last-child {
	padding: 30px 0;
}
footer h4 {
	margin-top: 0;
	margin-bottom: 30px;
}
footer .col-6.bg {
	position: relative;
	padding-left: 110px;
}
footer .col-6.bg p {
	margin-bottom: 30px;
}
footer .col-6.bg .ic img {
	display: block;
	margin-right: 15px;
}
footer .col-6.bg .ic a {
	color: #1c1c1c;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
footer .col-6.bg .ic a:hover {
	color: #e6c575;
}
footer .col-6.bg::before {
	content: "";
	display: block;
	position: absolute;
	top: -120px;
	bottom: -120px;
	left: 0;
	z-index: -1;
	width: 50vw;
	background-color: #f8f8f8;
}
.madeby {
	line-height: 1em;
}
.madeby img {
	display: block;
	width: 92px;
}
.madeby small {
	float: left;
	color: #1c1c1c;
	font-size: 0.625rem;
	margin: 1.5px 3px 0 0;
	display: inline-block;
	font-family: arial;
}
.sub h1 {
	margin-top: 60px;
	margin-bottom: 30px;
}
.sub header {
	height: 400px;
}
.sub footer {
	margin-top: 120px;
}
.sub.kontaktowa footer {
	margin-top: 0;
}
#galeria,
#pliki {
	margin-top: 30px;
}
.lg-backdrop.in {
	opacity: 0.8 !important;
}
.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}
.r-m,
.responsive-media {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.r-m iframe,
.responsive-media iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.alerts {
	position: relative;
}
.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
	background-color: #ccc;
	width: calc(100% - 30px);
}
.alert.alert-success {
	background-color: #008020;
	z-index: 20;
}
.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2;
}
.alert.alert-danger {
	background-color: #e42417;
	z-index: 1;
}
.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}
.fb_slider_right {
	position: fixed;
	top: 180px;
	right: -320px;
	z-index: 10000;
	width: 348px;
	height: 100px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.fb_slider_right .sliderbody {
	float: left;
	width: 320px;
}
.fb_slider_right:hover {
	right: 0;
	height: 100%;
}
.fb_slider_right .button,
.fb_slider_right iframe {
	float: left;
	background: #fff;
}
.sub #main li li {
	margin-top: 5px;
}
#breadcrumbs {
	padding: 30px 0 0;
}
#breadcrumbs .container {
	display: flex;
	align-items: center;
}
#breadcrumbs a {
	color: #1c1c1c;
	line-height: 1em;
	display: flex;
	align-items: center;
	transition: color 0.2s;
}
#breadcrumbs a:hover {
	color: #f59f00;
}
#breadcrumbs a::after {
	content: "/";
	display: block;
	margin: 0 15px;
	font-size: 0.8rem;
}
#breadcrumbs span {
	opacity: 0.5;
}
aside.col-3 {
	box-sizing: border-box;
	padding-right: 30px;
}
aside h4 {
	margin-top: 96px;
}
aside .nav {
	margin: 0;
	width: 100%;
}
aside .nav li {
	width: 100%;
	display: block;
}
aside .nav a:not(.active) {
	color: #1c1917;
	opacity: 0.5;
}
aside .nav a {
	font-size: 1rem;
	line-height: 1.1em;
	font-weight: 700;
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
aside .nav svg {
	fill-rule: evenodd;
	clip-rule: evenodd;
	stroke-linejoin: round;
	stroke-miterlimit: 2;
	height: 10px;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	flex-shrink: 0;
	margin-left: 15px;
}
aside .nav path {
	fill: #1c1917;
}
aside .nav a:hover:not(.active) {
	opacity: 1;
}
aside .nav a:not(.active) {
	color: #1c1917;
	opacity: 0.5;
}
aside .nav a:hover svg {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.thumbnail {
	float: right;
	margin: 0 0 30px 60px;
	max-width: 50%;
}
.thumbnail img {
	display: block;
	max-width: 100%;
}
header video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	object-position: center;
}
#uslugi .btn {
	color: #e0b652;
}
#uslugi .btn img {
	filter: invert(1);
}
#uslugi .btn:hover {
	color: #1c1c1c;
}
#uslugi .btn:hover img {
	filter: invert(0);
}

