@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');

html {
	font-size: 10px;
}

.sidebar {
	position:fixed !important;
	top:0;
	left:0;
	width:100%;
}

.black {color:#000 !important}
.green-txt,  green-txt *{
	color:#26b336 !important
}

.green-title {
	border-bottom: 1px solid #000000 !important;
	padding:7px 5px;
	text-align:center;
	width:100%;
	background: #000000;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	margin-bottom:0;
	position: relative;
}

.green-title * {
	color: #ffffff !important;
}

.quest-cont {
	position:relative;
	z-index: 1;
	cursor:pointer;
}

.quest-cont .mark {
    background: #4a8cff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    font-size: 12px;
	-webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3; -o-transition: ease-in-out 0.3; transition: ease-in-out 0.3;
}

.quest-cont:hover .mark {
	background:#26b336
}

.quest-cont .txt {
	overflow:hidden;
	position:absolute;
	width:100%;
	height:0;
	opacity:0;
	background:transparent;
	margin:0;
	-webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5; -o-transition: ease-in-out 0.5; transition: ease-in-out 0.5;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(224, 224, 224, 1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(224, 224, 224, 1);
	box-shadow: 0px 0px 0px 0px rgba(224, 224, 224, 1);	
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	font-size:12px !important;
}

.quest-cont:hover .txt{
	height:initial;
	opacity:1;	
	background:#fff;
	padding:10px;
	border:1px solid #acacac;
	-webkit-box-shadow: 0px 0px 23px 0px rgba(224, 224, 224, 1);
	-moz-box-shadow: 0px 0px 23px 0px rgba(224, 224, 224, 1);
	box-shadow: 0px 0px 23px 0px rgba(224, 224, 224, 1);
	border-top:1px solid #26b336;
	overflow:initial;
}

.quest-cont:hover .txt::after {
	content:"";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #26b336;
	position:absolute;
	top:-6px;
	left:0;
}

body {
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	margin-top:130px !important;
}

img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.btn {
	font-size: 15px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 5px;
}

.btn-light {
	background: #f5f5f5;
	border: 1px solid #cccccc;
}

.btn-light:hover {
	background: #f7c90b !important;
	border: 1px solid #f7c90b;
	color: #000;
}

.text-justify {
	text-align: justify;
}

.text-right {
	text-align: right;
}

.container {
	max-width: 1400px;
}

@media (max-width:1400px) {
	.container {
		max-width: 1300px;
	}
}

/* NAVIGATION */
.sidebar {
	background: #000;
	height: 10.3rem;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9999;
}

.nav {
	justify-content: end;
	position: relative;
	padding-left: 395px;
}

.nav li:first-of-type {
	position: absolute;
	left: 0;
}

.nav li.logo {
	top: -6px;
}

.mobile-menu {
	display: none !important
}

.nav .logo a {
	background: url(../images/ikony.svg);
	background-size: 212%;
	width: 40rem !important;
	height: 4rem !important;
	display: inline-block;
	background-position: 91% 8.4%;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}



.nav-link {
	font-size: 12px;
	color: #fff;
}

.nav-link:hover {
	color: #f7c90b;
}

.section {
	margin: 8.5rem 0;
}

.section.background-gray {
	background: #f5f5f5;
	margin: 0;
	padding: 8.5rem 0;
}

.section p {
	color: #646464;
	font-size: 1.6rem;
}

.title-first-row {
	color: #414141;
	font-size: 3rem;
	font-weight: bold;
	line-height: 5.3rem;
	margin-bottom: 2.5rem;
}

.title-first-row strong {
	color: f7c90b;
	font-size: 8rem;
	font-weight: 900;
}

/* SECTION DEFAULT */
.section.style-default {}

.section.style-default .title {
	font-size: 4em;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 3rem;
}

.section.style-default .subtitle {}

/* LAST SECTION */
.section.last {
	position: relative;
}

.section.last .background::before {
	content: "";
	width: 50%;
	position: absolute;
	height: 100%;
	left: 0;
	bottom: -8.5rem;
	background: url(../images/tlo-left.jpg) no-repeat;
	opacity: 0.3;
	transform: scaleY(-1)
}

.section.last .background::after {
	content: "";
	width: 50%;
	position: absolute;
	height: 100%;
	right: 0;
	bottom: -8.5rem;
	background: url(../images/tlo-left.jpg) no-repeat;
	opacity: 0.3;
	transform: scaleX(-1) scaleY(-1);
}

/* LIST */
.style-default ul {
	list-style: none;
	padding: 0;
	margin-left: 2em;
}

.style-default ul.bold {
	font-weight: bold;
}

.style-default ul li {
	position: relative;
	color: #646464;
	padding-left: 1.8em;
	font-size: 1.3em;
}

.style-default ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #52d1ef;
	border-radius: 100%;
	position: absolute;
	left: 0.4em;
	top: 0.7em;
}

.page-wrapper.subpage ul {
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-bottom: 15px;
	margin-top: 15px;
}

.page-wrapper.subpage ul.bold {
	font-weight: bold;
}

.page-wrapper.subpage ul li {
	position: relative;
	color: #646464;
	padding-left: 1.8em;
	font-size: 1.5rem;
}

.page-wrapper.subpage ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #52d1ef;
	border-radius: 100%;
	position: absolute;
	left: 0.4em;
	top: 0.7em;
}


/* PARAMETERS */
.parameters {
	list-style: none;
	padding: 0 !important;
	margin: 4rem 0 !important;
}

.parameters li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.parameters li::before {
	display: none;
}

.parameters .title-parametr {
	font-size: 2.2rem;
	color: #44b8d2;
	font-weight: bold;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3;
	-o-transition: ease-in-out 0.3;
	transition: ease-in-out 0.3
}

.parameters .txt {
	width: 100%;
}

.parameters .icon {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 100%;
	margin-right: 20px;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3;
	-o-transition: ease-in-out 0.3;
	transition: ease-in-out 0.3
}

.parameters .icon::before {
	content: "";
	-webkit-mask-size: 990%;
	mask-size: 990%;
	-webkit-mask-image: url(../images/ikony.svg);
	mask-image: url(../images/ikony.svg);
	background-color: #44b8d2;
	width: 60px !important;
	height: 60px !important;
	display: inline-block;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3;
	-o-transition: ease-in-out 0.3;
	transition: ease-in-out 0.3;
}

.parameters li:hover .icon {
	background-color: #000;
}

.parameters li:hover .icon::before {
	background-color: #fff;
}

.parameters li:hover .title-parametr {
	color: #000;
}

.parameters .icon.nr1::before {
	-webkit-mask-position: 3.1% 97.9%;
	mask-position: 3.1% 97.9%;
}

.parameters .icon.nr2::before {
	-webkit-mask-position: 13.5% 97.5%;
	mask-position: 13.5% 97.5%;
}

.parameters .icon.nr3::before {
	-webkit-mask-position: 23.8% 97%;
	mask-position: 23.8% 97%
}

.parameters .icon.nr4::before {
	-webkit-mask-position: 34.1% 97%;
	mask-position: 34.1% 97%;
}

.parameters .icon.nr5::before {
	-webkit-mask-position: 44.2% 96.2%;
	mask-position: 44.2% 96.2%;
}

.parameters .icon.nr6::before {
	-webkit-mask-position: 54.9% 97.8%;
	mask-position: 54.9% 97.8%;
}

.parameters .icon.nr7::before {
	-webkit-mask-position: 65.4% 95.3%;
	mask-position: 65.4% 95.3%;
}

.parameters .icon.nr8::before {
	-webkit-mask-position: 75.6% 97.2%;
	mask-position: 75.6% 97.2%;
}

.parameters .icon.nr9::before {
	-webkit-mask-position: 86% 97.2%;
	mask-position: 86% 97.2%;
}

.parameters .icon.nr10::before {
	-webkit-mask-position: 96.3% 96.2%;
	mask-position: 96.3% 96.2%;
}

/* SECTION 1 */
.section.style1 {
	font-size: 10px;
}

.section.style1 .container{
	position:relative;
}


.section.style1 .image {
	position: relative;
}

.section.style1 .image::before {
	content: "";
	position: absolute;
	top: 37%;
	width: 100%;
	height: 21em;
	border: 1px solid #dfdfdf;
	z-index: -1;
	left: 0;
}

.section.style1 .image .title {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 2.5em;
	font-weight: bold;
	color: #f7c90b;
	text-transform: uppercase;
	text-align: left;
	background: #f5f5f5;
	padding: 20px 30px;
	width: 90%;
}

@media (max-width:1400px) {
	.section.style1 .image .title {
		font-size: 2.3em;
	}
}

.section.style1 .image .title span {
	color: #000;
}

.section.style1 .background {}

.section.style1 .background::before {
	content: "";
	width: 50%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 100px;
	background: url(../images/tlo-left.jpg) no-repeat;
	opacity: 0.3;
}

.section.style1 .background::after {
	content: "";
	width: 50%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 100px;
	background: url(../images/tlo-left.jpg) no-repeat;
	opacity: 0.3;
	transform: scaleX(-1);
}

/* SECTION 2 */
.section.style2 {
	position: relative;
	font-size: 10px;
	overflow: hidden;
}

.section.style2 .image {
	position: relative;
}

.section.style2 .background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.section.style2 .background .object1 {
	background: url(../images/ikony.svg);
	background-size: 388%;
	width: 14vw !important;
	height: 4vw !important;
	display: inline-block;
	background-position: 6% 40.4%;
	padding: 0;
	overflow: hidden;
	position: absolute;
	bottom: 16vw;
	animation: linear infinite alternate;
	animation-name: run-left;
	animation-duration: 30s;
	opacity: 0.2;
}

.section.style2 .background .object2 {
	background: url(../images/ikony.svg);
	background-size: 388%;
	width: 11vw !important;
	height: 3vw !important;
	display: inline-block;
	background-position: 6% 64.4%;
	padding: 0;
	overflow: hidden;
	position: absolute;
	bottom: 21vw;
	animation: linear infinite alternate;
	animation-name: run-right;
	animation-duration: 20s;
	opacity: 0.2;
}

.section.style2 .background::before {
    content: "";
    -webkit-mask-size: 310%;
    mask-size: 310%;
    -webkit-mask-image: url(../images/ikony.svg);
    mask-image: url(../images/ikony.svg);
    background-color: #f5f5f5;
    width: 100% !important;
    height: 600px !important;
    display: inline-block;
    -webkit-mask-position: -138.4% 7%;
    mask-position: -138.4% 7%;
    z-index: -1;
    position: absolute;
    bottom: 0;
}

.section.style2 .background::after {
	content: "";
	background-color: #f5f5f5;
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	display:none;
}

@media(max-width:991px) {
	.section.style2 .background::after {
		height: 84%;
	}
}

.section.style2 .image-title {
	position: absolute;
	bottom: 1em;
	left: -25px;
	right: 0;
	margin: 0 auto;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.section.style2 .image-title span {
	font-size: 2em;
}

.section.style2 .image-title strong {
	color: #f7c90b;
	font-size: 2.5em;
	line-height: 0.7em;
}

.section.style2 .ranking .tabela {
	margin-top:25px;
}

.section.style2 .ranking table {
	background:#fff;
	padding-top:15px;
	-webkit-box-shadow: 0px 0px 23px 0px rgba(224, 224, 224, 1);
	-moz-box-shadow: 0px 0px 23px 0px rgba(224, 224, 224, 1);
	box-shadow: 0px 0px 23px 0px rgba(224, 224, 224, 1);
	margin-bottom:0;
}

.section.style2 .ranking table tbody td {
	padding-top:10px !important;
	padding-bottom:10px !important;
}

.section.style2 .ranking {
	display: flex;
	margin: 4rem 0 6rem;
}

.section.style2 .ranking > div {
	width:33.33%;
}

.section.style2 .ranking .stars {
	position: absolute;
	background: #d9d9d9;
	width: 125px;
	height: 50px;
	top: -30px;
	left: 0;
	border-radius: 15px;
	display: flex;
	justify-content: center;
}

.section.style2 .ranking .stars span {
	width: 16px;
	height: 16px;
	background: url(../images/ikony.svg);
	background-size: 4000%;
	display: inline-block;
	background-position: 92.9% 74.2%;
	padding: 0;
	margin: 8px 2px 0;
}

.section.style2 .ranking .stars span.gray {
	filter:grayscale(1);
}

.section.style2 .ranking>div {
	position: relative;
}

.section.style2 .ranking>div .container {
	background: #f5f5f5;
	border-radius: 15px;
	padding: 40px 40px 35px;
	margin: 0;
	width: calc(100% - 2rem);
	position: relative;
}

.section.style2 .ranking>div .title-section {
	font-size: 1.6rem;
	color: #525252;
	font-weight: 500;
	margin-bottom: 1rem;
	line-height: 1.4em;
}

.section.style2 .ranking>div .title-section strong {
	color: #000;
	font-weight: bold;
}

.section.style2 .ranking>div p {
	font-size: 1.5em;
}

.section.style2 .ranking thead tr th{
	font-size:12px;
	background: #4a8cff;
	color:#fff;
	padding:10px 5px;
}

.section.style2 .ranking thead tr th:first-of-type{
	text-align:right;
	
}

.section.style2 .ranking tbody tr td{
	font-size:12px;
}

.section.style2 .ranking tbody tr td:first-of-type {
	font-weight:bold;
	text-align:right;
}

.section.style2 .ranking>div .logo  {
	background: url(../images/ikony.svg);
	background-size: 492%;
	width: 18.5rem !important;
	height: 5rem !important;
	display: inline-block;
	background-position: 60.3% 48.3%;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	margin: 5px 0;
}
	
	
.section.style2 .ranking>div .logo.nr2 {background-position: 60.3% 74.3%;}
.section.style2 .ranking>div .logo.nr3 {background-size: 461%; background-position: 61.1% 38.7%;}

.podsumowanie .logo {
	background: url(../images/ikony.svg);
	background-size: 492%;
	width: 18.5rem !important;
	height: 5rem !important;
	display: inline-block;
	background-position: 56.3% 48.7%;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	margin: 5px 0;
}

.podsumowanie .logo.nr2 {
	background-position: 56.3% 75.1%;
}
.podsumowanie .logo.nr3 {
	background-position: 59.8% 38.7%;
}

.podsumowanie table th, .podsumowanie table td {
	padding:10px;
}

.icons-cont img{max-height:50px;}

.section.style2 .ranking>div .logo img {}
.section.style2 .ranking>div .logo p {}
.section.style2 .ranking>div .zalety-wady {
	display: flex;
	margin-bottom: 1rem;
}

.section.style2 .ranking>div .zalety-wady ul {
	padding: 0;
}

.section.style2 .ranking>div .zalety-wady ul li {
	list-style: none;
	color: #656565;
}

.section.style2 .ranking>div .zalety-wady .zalety {
	padding-right: 10px;
	border-right: 1px dashed #ddd;
}

.section.style2 .ranking>div .zalety-wady .zalety h3 {
	color: #26b336;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}

.section.style2 .ranking>div .zalety-wady .wady {
	padding-left: 10px;
}

.section.style2 .ranking>div .zalety-wady .wady h3 {
	color: #b32626;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}

.section.style2 .ranking>div .sprawdz {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.section.style2 .ranking>div .sprawdz .cena {
	width: 100%;
	background: #26b336;
	color: #fff;
	text-align: right;
	padding: 4px 10px;
	font-weight: bold;
	position: relative;
	margin-right: 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
	margin-bottom:8px;
	font-size: 1.5em;
}

.section.style2 .ranking>div .sprawdz .cena span {
	position: relative;
	z-index: 1;
}

.section.style2 .ranking>div .sprawdz .cena::before {
	display:none;
	content: "";
	width: 100%;
	position: absolute;
	height: 100%;
	background: #ababab;
	left: -40px;
	top: 0;
	z-index: 0
}

.section.style2 .ranking>div .sprawdz .sprawdz {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 0;
}

.section.style2 .ranking>div .sprawdz .sprawdz a {
    width: 100%;
    padding: 6px;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.section.style2::after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:11px;
	background:#f5f5f5;
}


/* TABLE */

/* DASHED */
.my-table.dashed .my-thead {
	border-bottom: 1px dashed #dddddd;
}

.my-table.dashed .my-thead .row {
	margin: 0;
	align-items: stretch;
	text-transform: initial;
	color: #4f4f4f;
	font-size: 1.9rem;
}

.my-table.dashed .my-thead .row .cena {
	font-size: 1.2rem;
	justify-content: center;
}

.my-table.dashed .my-thead .row>.col {
	display: flex;
	align-items: center;
}

.my-table.dashed .my-thead .row>.col+.col {
	border-left: 1px dashed #dddddd;
}

.my-table.dashed .my-thead .col {
	padding-top: 15px;
	padding-bottom: 15px;
}

.my-table.dashed .my-tbody .row {
	margin: 0;
	align-items: stretch;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px dashed #dddddd;
}

.my-table.dashed .my-tbody .row>.col+.col {
	border-left: 1px dashed #dddddd;
}

.my-table.dashed .my-tbody .row .col {
	padding: 2.5rem 0 2.5rem 2.5rem;
	;

}

/* LIST */
.my-table ul {
	list-style: none;
	padding: 0;
	margin: 0 !important;
}

.my-table ul li::before {
	display: none !important;
}

.my-table li.miejsce {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
	padding: 0 !important;
}

.my-table li.miejsce p {
	margin: 0;
}

.my-table li.miejsce .sub-txt {
	font-size: 12px;
}

.my-table li.miejsce .nr {
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.my-table li.miejsce .nr strong {
	position: relative;
	z-index: 1;
	font-size: 2.8rem;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.my-table li.miejsce .nr::before {
	content: "";
	width: 4.5rem;
	height: 4.5rem;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	z-index: 0;
}

.my-table li.miejsce .one {
	background: #e0b60a;
}

.my-table li.miejsce .one::before {
	background: #f7c90b;
}

.my-table li.miejsce .two {
	background: #9f9f9f;
}

.my-table li.miejsce .two::before {
	background: #bbbbbb;
}

.my-table li.miejsce .three {
	background: #ab7540;
}

.my-table li.miejsce .three::before {
	background: #cc8540;
}

.my-table li.miejsce .txt strong {
	text-decoration: none;
}

.miejsce-blue {
	margin: 0 !important;
}

.miejsce-blue li {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 5.5rem;
	font-size: 20px !important;
	color: #2596b0 !important;
	font-weight: bold;
	justify-content: center;
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/* HOVER */
.my-table.hover .my-tbody .row {
	filter: grayscale(1);
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3;
	-o-transition: ease-in-out 0.3;
	transition: ease-in-out 0.3;
	opacity: 0.6;
}

.my-table.hover .my-tbody .row:hover {
	filter: grayscale(0);
	background: #eefcff;
	opacity: 1;
}


.my-table strong {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.my-table .row {
	margin: 5px 0;
	padding: 0 20px;
	align-items: center;
}

.my-table .col {
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.my-table .relative {
	position: relative;
}

.my-table .max-10 {
	max-width: 10%;
}

.my-table .max-7 {
	max-width: 7%;
}

.my-table .max-5 {
	max-width: 5%;
}

.my-table .my-thead {
	color: #979797;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 0;
}

.my-table .year {
	display: block;
	font-size: 8rem;
	font-weight: 900;
	width: 24.5rem;
	text-align: center;
	transform-origin: 0 0;
	transform: rotate(-90deg);
	position: absolute;
	top: 24.5rem;
	left: -21px;
	color: #52d1ee;
}

.my-table .my-thead.tall {
	background-color: #263338;
	margin: 0;
	padding: 5px 0;
	color: rgba(255, 255, 255, 0.7);
	text-transform: initial;
}

.my-table .my-thead.tall .col {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	align-self: stretch;
}

.my-table .my-thead.tall .col:last-child {
	border: none;
}

.my-table .my-thead.tall .col .large {
	font-size: 21px;
	color: #ffffff;
}

.my-table .my-tbody .row {
	background-color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #979797;
	font-size: 11px;
}

.my-table .my-tbody .row:nth-child(even) {
	background: #fafafa;
}

@media (max-width:991px) {
	.section.style2 .ranking > div {
		width:100%;
	}
	
	.my-table.scroll {
		max-height: 650px;
		overflow-x: scroll;
	}

	.my-table.scroll .my-thead,
	.my-table.scroll .my-tbody {
		min-width: 1240px;
	}
}

/* END TABLE */


/* ANIMATIONS */
@-webkit-keyframes run-left {
	0% {
		left: -10%;
	}

	100% {
		left: 100%;
	}
}

@-webkit-keyframes run-right {
	0% {
		left: 100%;
	}

	100% {
		left: -10%;
	}
}

/* END ANIMATIONS */


/* FOOTER */


.footer a:hover {
	color: #fff !important
}

.footer img {
	max-width: 63px
}

.footer .logo {
	-webkit-mask-size: 210%;
	mask-size: 210%;
	-webkit-mask-image: url(../images/ikony.svg);
	mask-image: url(../images/ikony.svg);
	background-color: #979797;
	width: 250px !important;
	height: 30px !important;
	display: inline-block;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3;
	-o-transition: ease-in-out 0.3;
	transition: ease-in-out 0.3;
	-webkit-mask-position: 92.1% 6.9%;
	mask-position: 92.1% 6.9%;
}

.footer .row {
	align-items: center;
}

.footer {
	background: #000;
	color: #fff;
	font-size: 10px;
	padding-top: 3em;
	padding-bottom: 3em
}

.footer .row {
	max-width: 1400px;
	margin: 0 auto;
}

.footer .copyright {
	font-size: 1.2em;
	color: #979090
}

.footer nav ul li {
	font-size: inherit
}

.footer nav ul li a {
	color: #fff;
	font-size: 1.4em
}

.footer nav ul li a.active {
	color: #1064db
}

.footer nav ul li a:hover {
	color: #1064db
}

/* END FOOTER */

/* SUBPAGES */
.page-wrapper.subpage {
	font-size: 1.5rem;
	margin: 30px 0;
}

.page-wrapper.subpage .main-title {
	margin-bottom: 20px;
}

.page-wrapper.subpage .main-title h1 {
	font-weight: bold;
	font-size: 4rem;
}

.page-wrapper.subpage p {
	text-align: justify;
}


/* END SUBPAGES */

/* OTHER RESOLUTIONS */
@media (min-width:2000px) {
	.section.style2 .background {
		max-width: 1920px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}

	.section.style2::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 5rem;
		width: calc(50% - 958px);
		height: 51rem;
		background: #f5f5f5;
		margin: 0 auto;
		z-index: -1;
	}

	.section.style2::before{
		content: "";
		position: absolute;
		left: 0;
		bottom: 5rem;
		width: calc(50% - 958px);
		height: 51rem;
		background: #f5f5f5;
		margin: 0 auto;
		z-index: -1;
	}
	
	.section.style2 .background::before {bottom:5rem;}
	.section.style2 .background .object1 {bottom:10rem;}
	.section.style2 .background .object2 {bottom:30rem;}

	.section.style1 .background::before,
	.section.style1 .background::after {
		z-index: -1;
	}

	.footer .row {
		max-width: 1920px;
		margin: 0 auto;
	}
}

@media (max-width:991px) {
	
	.page-wrapper {
		overflow-x:hidden;
	}
	
	body {
		margin-top:68px !important;
	}
	
	html {
		font-size: 7px;
	}

	.w-100-mob {
		width: 100% !important;
	}

	.w-50 {
		width: 100% !important;
	}

	.flex-wrap-mob {
		flex-wrap: wrap !important;
	}

	.mt-1-mob {
		margin-top: 0.25rem !important;
	}

	.mt-2-mob {
		margin-top: 0.5rem !important;
	}

	.mt-3-mob {
		margin-top: 1rem !important;
	}

	.mt-4-mob {
		margin-top: 1.5rem !important;
	}

	.mt-5-mob {
		margin-top: 3rem !important;
	}

	.px-0-mob {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.footer {
		text-align: center;
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.footer .text-right {
		text-align: center !important;
	}

	.section.style-default .title {
		line-height: 4rem;
	}

	.section.style2 .background {
		z-index: -1;
	}

	.section.style2 .ranking {
		flex-wrap: wrap;
		padding: 0 !important;
		margin-top: 8rem;
	}

	.section.style2 .ranking>div {
		margin-bottom: 60px;
	}
	
	.section.style2 .ranking>div:last-of-type {
		margin-bottom:0;
	}

	.section.style2 .ranking>div .container {
		width: 100%
	}

	.container {
		padding: 0 20px;
	}

	.footer .col-12.col-lg-4 {
		margin-bottom: 15px;
	}

	/* NAVIGATION */
	.sidebar {
		height: auto;
		padding: 20px 0;
	}

	.nav {
		padding-left: 0;
		justify-content: left;
	}
	
	.nav li.logo {
		top: 0;
	}

	.nav .nav-item {
		width: 100%;
		text-align: right;
		display: none;
	}

	.nav .nav-item.logo {
		width: initial;
		position: relative;
		display: block;
	}

	.nav .logo a {
		width: 250px !important;
	}

	.nav .logo span {
		display: none;
	}

	.nav.active .nav-item {
		display: block;
	}

	.nav.active .nav-item:nth-of-type(2) {
		margin-top: 20px;
	}

	.mobile-menu {
		display: block !important;
		position: absolute;
		right: 20px;
		cursor: pointer;
		width: 30px;
		height: 30px;
		top: 20px;
		z-index: 3;
	}

	.burger {
		color: #fff;
		content: "";
		-webkit-mask-size: 1920%;
		mask-size: 1920%;
		-webkit-mask-image: url(../images/ikony.svg);
		mask-image: url(../images/ikony.svg);
		background-color: #44b8d2;
		width: 30px !important;
		height: 30px !important;
		display: inline-block;
		-webkit-transition: ease-in-out 0.3s;
		-moz-transition: ease-in-out 0.3;
		-o-transition: ease-in-out 0.3;
		transition: ease-in-out 0.3;
		right: 0;
		top: 0;
		-webkit-mask-position: 84.8% 75.6%;
		mask-position: 84.8% 75.6%;
	}

	.mobile-menu:hover .burger {
		background-color: #f7c90b;
	}


}


@media (max-width:720px) {
	.section.style2 .background::before {
		height:215px !important;
	}	
	
	.section.style1 .background {
		display: none
	}

	.section.style2 .background::after {
		height: 90%;
	}

	.section.style2 .background .object1 {
		width: 34vw !important;
		height: 14vw !important;
		bottom:30rem;
	}

	.section.style2 .background .object2 {
		width: 21vw !important;
		height: 10vw !important;
		bottom:27rem;
	}

	.section.style1 {
		font-size: 7px;
	}

	.section.style2 {
		font-size: 8px;
	}
}


#cookies-info {
    position: fixed !important;
    width: 100% !important;
    z-index: 10 !important;
    bottom: -10px !important;
    padding: 25px !important;
    left: 0px !important;
    background: #efefef !important;
    -webkit-box-shadow: 0px 0px 27px -10px rgb(168 168 173) !important;
    -moz-box-shadow: 0px 0px 27px -10px rgba(168, 168, 173, 1) !important;
    box-shadow: 0px 0px 27px -10px rgb(168 168 173) !important;
}

#cookies-info p {
	font-size:10px !important;
	margin-bottom:5px !important;
}

#cookies-info .btn {
	-webkit-box-shadow: 0px 0px 7px -2px rgba(168, 168, 173, 1) !important;
	-moz-box-shadow: 0px 0px 7px -2px rgba(168, 168, 173, 1) !important;
	box-shadow: 0px 0px 7px -2px rgba(168, 168, 173, 1) !important;
	-webkit-transition: ease-in-out 0.3s !important;
	-moz-transition: ease-in-out 0.3 !important;
	-o-transition: ease-in-out 0.3 !important;
	transition: ease-in-out 0.3 !important;
	font-size:12px !important;
	margin-right:5px !important;
}

#cookies-info .btn-success {
	background:#198754 !important;
	color:#fff !important;
}
#cookies-info .btn-warning {
	background:#ffc107 !important;
	color:#000 !important;
}
#cookies-info .btn-info {
	background:#0dcaf0 !important;
	color:#000 !important;
}

#cookies-info .btn-success:hover {
	background:#095a35 !important;
	color:#fff !important;
}
#cookies-info .btn-warning:hover {
	background:#ad8719 !important;
	color:#fff !important;
}
#cookies-info .btn-info:hover {
	background:#0d859d !important;
	color:#fff !important;
}

@media (max-width:991px){
	#cookies-info .btn {
	width:100% !important;
	margin-bottom:10px !important;
	}
}