/* Source Sans Pro is loaded in <head>; no late CSS @import. */

* {
  margin: 0;
  padding: 0;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  background-color: #fefefe;
  color: #4b545c;
  line-height: 25px;
  font-family: 'Source Sans Pro', 'Arial', 'Helvetica', sans-serif;
}

a {
  color: #000;
}
a:hover {
  color: #000;
}

a:active,
a:focus {
  outline: 0 !important;
  border: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: normal;
}

a,
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}

button,
button:focus,
button:active,
button:hover {
  outline: none;
}

p,
ul {
  margin: 0;
}

ul {
  list-style: none;
}
.slownik ul {
  list-style: disc;
  padding-left: 20px;
}

.mb10 {
	margin-bottom:10px;
}

marquee div{
	display: flex;
	align-items: center;
	
}

/* HEADER */

header {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	z-index: 10001;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

header .wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

header .wrapper .logo {
	width: 120px;
}

header .wrapper .logo img {
	width: 100%;
}

header .wrapper .fast-contact {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

header .wrapper .fast-contact a {
	padding: 15px;
	border-radius: 50px;
	font-weight: 600;
	display:flex;
	align-items: center;
}

header .wrapper .fast-contact a i{
	display:flex;
	align-items: center;
	margin-right: 5px;
	margin-top: 1px;
}

header .wrapper .fast-contact a:first-of-type {
	border: solid white 2px;
	padding: 5px 10px 5px 10px;
	padding-right: 10px;
	margin-left:20px;
}
header .wrapper .fast-contact span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color:white;
}

header .wrapper .buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-left: auto;
}

header .wrapper .buttons a {
	display: flex;
	align-items: center;
	padding: 12px;
	text-transform: uppercase;
	border-radius: 4px;
	font-weight: 600;
}

header .wrapper .buttons a i {
	position: relative;
	top: 2px;
	padding-right: 6px;
}

header .wrapper .buttons .button-1 {
	background-color: #a8ce3b;
    color: #fff;
}

header .wrapper .buttons .button-2 {
	background-color: #3542a2;
    color: #fff;
}

header .wrapper .buttons .button-3 {
	background-color: #f24747;
	color: #fff;
}

header .wrapper .buttons .button-4 {
	background-color: #f6f8fd;
    color: #3542a2;
}

header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}

header .header-wrapper,
header .header-center {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
}

header .header-wrapper .logo,
header .header-center .logo {
  width: 120px;
}

header .header-wrapper .logo img,
header .header-center .logo img {
  width: 100%;
}

header .header-wrapper nav,
header .header-center nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .header-wrapper nav ul,
header .header-center nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .header-wrapper nav ul.menu li,
header .header-center nav ul.menu li {
  margin-right: 30px;
}

header .header-wrapper nav ul.menu li a,
header .header-center nav ul.menu li a {
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  color: #3542a2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

header .header-wrapper nav ul.menu li a:hover,
header .header-center nav ul.menu li a:hover {
  color: #888;
}

header .header-wrapper nav ul.user-account li a,
header .header-center nav ul.user-account li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  color: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: #3542a2;
  color: #fff;
}

header .header-wrapper nav ul li a i,
header .header-center nav ul li a i {
  font-size: 24px;
  line-height: 24px;
  margin-right: 10px;
  display:flex;
}

header .header-wrapper nav ul li a.login,
header .header-center nav ul li a.login {
  background-color: #f24747;
  color: #fff;
}

header .header-wrapper nav ul li a.login:hover,
header .header-center nav ul li a.login:hover {
  background-color: #b4da45;
}

header .header-wrapper nav ul li a.register,
header .header-center nav ul li a.register {
  background-color: #3542a2;
  color: #fff;
}

header .header-wrapper nav ul.user-account li:last-child a,
header .header-center nav ul.user-account li:last-child a {
  background-color: #a8ce3b;
  color: #fff;
}

header .header-wrapper nav ul li a.register:hover,
header .header-second-wrapper nav ul li a.register:hover {
  background-color: #424fb0;
}

header .header-wrapper .fast-contact,
header .header-center .fast-contact {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding-right: 20px;
  padding-left: 20px;
}

header .header-wrapper .fast-contact i,
header .header-center .fast-contact i {
  position: relative;
  top: 1.5px;
  font-size: 16px;
  line-height: 16px;
  margin-right: 3px;
}

header .header-wrapper .fast-contact a,
header .header-center .fast-contact a {
  font-weight: 700;
  color: #3542a2;
  font-size: 17px;
  line-height: 18px;
}

header .header-wrapper .fast-contact span,
header .header-center .fast-contact span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #f24747;
}

header .header-center nav ul li .submenu {
    position: absolute;
    right: 0;
    top: 65px;
    background: #000;
    width: 306px;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    background: #fff;
    box-shadow: 0 0 60px rgb(14 42 71 / 25%);
    border: 1px solid #e3e9ed;
    padding: 15px;
    border-radius: 6px;
    border-top-right-radius: 0;
}

.header-center .wrapper,
.top-bar .wrapper {
	justify-content: space-between;
}

.top-bar {
	padding: 5px 0px;
	overflow: hidden;
}

.top-bar .wrapper p {
	color: white;
    letter-spacing: 2px;
}

header .top-bar .fast-contact a {
	color: white;
}

header .top-bar .date {
	background-color: #a8ce3b;
	color: white;
	border-radius: 4px;
	font-size: 14px;
	line-height: 14px;
	display: block;
	padding: 5px 10px;
	margin: 0 10px;
}

header .top-bar .signature {
	font-weight: 500;
	margin: 0 10px;
	background-color: rgba(255,255,255,.2);
	border-radius: 4px;
	line-height: 14px;
	font-size: 14px;
	padding: 5px 10px;
	
}

.top-bar-animation {
	display: flex;
	flex:1;
	font-size: 17px;
    line-height: 25px;
	color:white;
	padding-right: 50px;
}

header .header-wrapper nav ul li .submenu a {
    padding: 8px 10px;
    display: block;
    border-radius: 10px;
    color: #000;
}

header .header-wrapper nav ul.menu li, 
header .header-center nav ul.menu li {
	position: relative;
	padding-top: 3px;
}

header .header-center nav ul li .submenu:before {
    position: absolute;
    content: '';
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    right: 50px;
    transition: .5s;
    top: -12px;
}

header .header-center > nav > ul > li {
    margin-left: 24px;
    position: relative;
    padding: 25px 0;
}

header .header-center nav ul li a {
    color: #fff;
    position: relative;
}

header .header-center nav ul li:first-child {
    margin-left: 0px;
}

header .header-center nav ul li a:before {
    position: absolute;
    left: 0;
    bottom: -4px;
    content: '';
    height: 4px;
    border-bottom: 2px dashed #fcc716;
    width: 0;
    transition: .2s ease;
}

header .header-center nav ul li.with-submenu a i {
    position: relative;
    top: 2.8px;
    padding-left: 5px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}

.top-bar {
	background-color: #424fb0;
}
.fast-contact-mobile {
	display: none;
}

.search {
	z-index: 30;
}

.search-question {
	display: flex;
	gap: 10px;
	top: 0px;
	transition: .5s;
	visibility: hidden;
    position: fixed;
    top: 0px;
	width: 100%;
    z-index: -1;
	background-color: white;
    padding: 5px;
    border-radius: 10px;
}

.promulgation-content {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #f6f8fd;
    border-radius: 10px;
}

.promulgation-content > p {
	padding: 30px;
}

.search-question form {
	display: flex;
	width: 100%;
}

.search-question .form-space input[type='text'] {
	padding-right: 30px;
	background-color: #f6f8fd;
}

.search-question .form-space {
    width: 80%;
	margin: auto;
	display: flex;
	padding: 5px 0px;
}

.search-question form button {
	transform: translate(-60px, 0px);
}

.search-result {
	margin: 20px 0px;
}

.search-question.active {
    visibility: visible;
    position: fixed;
    top: 130px;
	width: 100%;
    z-index: 9999;
}

@media (min-width: 0px) and (max-width: 991px) {
	
	header .wrapper .fast-contact {
		display: none;
	}
	
	.fast-contact-mobile {
		display: block;
	}

	.fast-contact-mobile a:last-of-type{
		font-weight: 700;
		color: #3542a2;
		font-size: 17px;
		line-height: 18px;
		display:flex;
		justify-content: center;
	}
	
	.fast-contact-mobile a:first-of-type{
		font-size: 12px;
		line-height: 12px;
		color: #f24747;
	}

	.fast-contact-mobile a i{
	   display:flex;
		align-items: center;
		margin-top: 2.5px;
	}

	.top-bar-animation {
		padding-right: 0px;
		padding: 5px 0px;
	}
	
	.search {
		display: none;
	}

}

.frontpage {
	position: relative;
	min-height: 550px;
	background-color: #f6f8fd;
	max-height: 1080px;
	max-width: 1920px;
	margin: 0 auto;
}

.frontpage-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	position: relative;
	gap: 20px;
	top: 56px;
}

.frontpage-items.blog-right {
	grid-template-columns: 1fr;
	gap: 10px;
	top: 0px;
}

.frontpage-items .item {
	height: 550px;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
	-webkit-box-shadow: 0 20px 45px 0 rgb(0 0 0 / 3%);
	box-shadow: 0 20px 45px 0 rgb(0 0 0 / 3%);
	border-radius: 10px;
}

.frontpage-items.blog-right .item {
	height: 420px;
}

.frontpage-items .item img {
	position: relative;
	z-index: 98;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.frontpage-items .item .item-content {
	position: absolute;
	z-index: 100;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0;
	text-align: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.frontpage-items .item .item-content .text {
	position: relative;
	z-index: 101;
	padding: 0 10px;
}

.frontpage-items .item .item-content:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: '';
	background: -o-linear-gradient(
	bottom,
	rgba(53, 66, 162, 1) 30%,
	transparent 60%
	);
	background: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(30%, rgba(53, 66, 162, 1)),
	color-stop(60%, transparent)
	);
	background: linear-gradient(
	to top,
	rgba(53, 66, 162, 1) 30%,
	transparent 60%
	);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.7;
}

.blog-right-ads .item:hover .item-content:after {
	opacity: 0.9;
}

.frontpage-items .item:hover .item-content {
	bottom: 0px;
	padding-bottom: 50px;
}

.frontpage-items .item i {
	display: block;
	margin-bottom: 10px;
	color: #f24747;
	font-size: 50px;
	line-height: 50px;
}

.frontpage-items .item h2 {
	color: #fff;
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
}

.frontpage-items .item .item-content .item-hidden {
	color: #fff;
	position: relative;
	top: 100px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-top: 30px;
	z-index: 105;
}

.frontpage-items .item .item-content .item-hidden a {
	color: #fff;
	background-color: #f24747;
	border-radius: 30px;
	padding: 12px 24px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.frontpage-items .item .item-content .item-hidden a:hover {
	background-color: #b4da45;
}

.frontpage-items .item:hover .item-content .item-hidden {
	top: 0px;
}


.frontpage-items .item > a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 100;
}

/* OUR TEAM */

.breadcrumbs {
	display: flex;
	margin-bottom: 20px;
	margin-top: 20px;
}

.breadcrumbs li{
    color: black;
    align-items: center;
    display: flex;
	font-size: 16px;
    line-height: 16px;
}

.breadcrumbs li a i,
.breadcrumbs li a,
.breadcrumbs li i{
    color: black;
	display: flex;
	font-size: 16px;
    line-height: 16px;
	align-items: center;
}
.breadcrumbs i{
	padding: 0px 10px;
}

.breadcrumbs-margin{
	margin-left: 50px;
}

@media (min-width: 0px) and (max-width: 991px) {
	.breadcrumbs-margin{
	margin-left: 10px;
}
}

.page-header-2 {
  padding: 50px 0;
  background-image: url(../img/page-header-4.jpg);
  background-size: cover;
  background-position: center center;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  max-height: 1080px;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 650px;
}

.page-header-2.page-header-2-2 {
  background-image: url(../img/page-header-2.jpg);
}

.page-header-2.page-header-2-3 {
  background-image: url(../img/page-header-3.jpg);
}

.page-header-2 .wrapper {
  position: relative;
  z-index: 2;
  max-width: 75%;
}

.page-header-2:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background: -o-linear-gradient(
    bottom,
    rgba(53, 66, 162, 1) 30%,
    transparent 60%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(30%, rgba(53, 66, 162, 1)),
    color-stop(60%, transparent)
  );
  background: linear-gradient(
    to top,
    rgba(53, 66, 162, 1) 30%,
    transparent 60%
  );
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  z-index: 1;
}

.page-header-2 .wrapper h1 {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #f24747;
  color: #fff;
  padding: 10px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  border-radius: 4px;
}

.page-header-2 .wrapper h2 {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 10px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  margin-top: 20px;
}

.page-header-2 .wrapper h2 span {
  font-weight: 600;
}

.page-header {
	background-color: #424fb0;
	color: #fff;
	padding: 50px 0;
}

.page-header h1 {
	color: #fff;
	font-size: 38px;
	line-height: 46px;
	font-weight: 700;
}

.table th {
	color: #3542a2;
	font-weight: 600;
	background-color: #f4f4f4;
}

table td a {
	color: #3542a2;
	font-weight: 500;
}

section {
  max-width: 1920px;
  margin: 0 auto;
}

.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.benefits.benefits-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.benefits .item {
  display: block;
  text-align: center;
}

.benefits .item i {
  color: #f24747;
  font-size: 55px;
  line-height: 55px;
}

.benefits .item h4 {
  color: #fff;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
}

.benefits-2 .item h4 {
  color: #3542a2;
}

.benefits .item h4 span {
  font-weight: 700;
  color: #fff;
}

.benefits.benefits-2 .item h4 span {
  color: #3542a2;
}

.bg-2 {
  background-color: #3542a2;
}

.bg-3 {
  background-color: #424fb0;
  color: #fafafa;
}

.bg-4 {
  background-color: #3542a2;
  color: #fff;
}

.bg-5 {
  background-color: #f6f7f9;
}

.bg-6 {
  background-color: #f6f8fd;
}

.video-single-wrapper {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.video-single-wrapper h1 {
  color: #3542a2;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.video-single-wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
}

.video-single-wrapper .video {
  height: 600px;
  border-radius: 10px;
  width: 350px;
}

.video-single-wrapper .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.video-single-wrapper .video-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  max-height: 600px;
  overflow-y: auto;
  padding: 20px;
  margin-left: 30px;
  border-radius: 10px;
}

.video-single-wrapper .video-details .details-footer {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 14px;
}

.video-single-wrapper ::-webkit-scrollbar {
  width: 7px;
}

.video-single-wrapper ::-webkit-scrollbar-track {
  background: #f7f7f9;
}

.video-single-wrapper ::-webkit-scrollbar-thumb {
  background: #f7f7f9;
}

.video-single-wrapper ::-webkit-scrollbar-thumb {
  background: #ddd;
}

.video-single-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #f7f7f9;
}

.video-single-wrapper ::-webkit-scrollbar-thumb:active {
  background: #3576ba;
}

.video-single-wrapper .arrows {
  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;
  margin-bottom: 40px;
  gap: 10px;
}

.video-single-wrapper .arrows a {
  display: block;
  background-color: #3542a2;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 15px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
}

.reasons {
}

.reasons .item {
  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;
  background-color: #f6f7f9;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.reasons .item:hover {
  background-color: #e1e6f0;
}

.reasons .item:last-child {
  margin-bottom: 0;
}

.reasons .item .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.reasons .item h3 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.reasons .item .item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 20%;
}

.reasons .item .item-buttons a {
  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;
  color: #f24747;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.reasons .item:hover .item-buttons a {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.reasons .item .item-buttons a i {
  position: relative;
  top: 2px;
  font-size: 45px;
  line-height: 45px;
}

.reasons .item > a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

section h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #000;
}

.krz-bankruptcy-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.krz-bankruptcy-list .item {
	display: flex;
	background-color: #424fb0;
}

.krz-bankruptcy-list .item .item-content {
	color: #fafafa;
}

.krz-bankruptcy-list .item .item-content h5 {
	font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
}

.latest-bankruptcy {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
}

.latest-bankruptcy.bankruptcy-list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 40px;
}

.latest-bankruptcy .item {
	display: flex;
	align-items: center;
	position: relative;
	height: 100px;
}

.latest-bankruptcy.bankruptcy-list .item {
	width: 100%;
}

.latest-bankruptcy .item .item-date {
	position: absolute;
	left: -6px;
	top: -25px;
	padding: 5px 20px;
	height: 75%;
	background-color: #f24747;
	border-radius: 10px;
	z-index: 1;
	transition: .5s;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #fff;
}

.latest-bankruptcy .item:before {
	position: absolute;
	content: '';
	right: -6px;
	bottom: -6px;
	width: 75%;
	height: 75%;
	background-color: #a8ce3b;
	border-radius: 10px;
	z-index: 1;
	transition: .5s;
}

.latest-bankruptcy .item:hover:before {
	width: 100%;
	height: 100%;
}

.latest-bankruptcy .item .item-image {
	display: flex;
	align-items: center;
	background-color: #fff;
	width: 85px;
	height: 100px;
	padding: 15px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: relative;
	z-index: 2;
	border: 4px solid #fff;
}

.latest-bankruptcy.bankruptcy-list .item .item-image {
	background-color: #eee;
	border: 4px solid #fff;
}

.latest-bankruptcy .item .item-image img {
	width: 100%;
}

.latest-bankruptcy .item .item-image i {
	color: #424fb0;
	font-size: 45px;
	line-height: 45px;
	animation-name: bankruptcy;
	animation-iteration-count: infinite;
	animation-duration: 1s;
}

@keyframes bankruptcy {
	0% {
		transform: rotate(0deg);
	}
	40% {
		transform: rotate(20deg);
	}
	50% {
		transform: rotate(-20deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.latest-bankruptcy .item .item-content {
	padding: 10px 15px;
	height: 100px;
	background-color: #424fb0;
	position: relative;
	z-index: 2;
	border: 4px solid #fff;
	border-left: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fafafa;
	flex: 1;
}

.latest-bankruptcy.bankruptcy-list .item .item-content {
	background-color: #eee;
	color: #000;
}

.latest-bankruptcy .item .item-content h5 {
	font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
}

.latest-bankruptcy .item .item-content span {
	display: block;
	font-size: 14px;
    line-height: 14px;
    margin-top: 2px;
}

.section-title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
	max-width: 650px;
}

.section-title span {
	
}

.ecpp img {
	max-width: 90%;
	margin: 0 auto;
}

.section-title span.mini-title {
	position: relative;
	margin-bottom: 20px;
	color: #a8ce3b;
	text-transform: uppercase;
	font-weight: 600;
}

.section-title span.mini-title:after {
	position: absolute;
	left: 0;
	content: '';
	right: 0;
	bottom: -3px;
	height: 3px;
	background-color: #a8ce3b;
}

.section-title h2 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 600;
	color: #000;
}

.bg-2 .section-title h2 {
  color: #fff;
}

.section-padding {
  padding: 65px 0;
}

.ecpp {
	text-align: center;
}

.boxes-2 {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.boxes-2 .item {
  background-color: #fff;
  text-align: center;
  padding: 30px;
  -webkit-box-shadow: -1px 15px 33px 4px rgb(0 0 0 / 6%);
  box-shadow: -1px 15px 33px 4px rgb(0 0 0 / 6%);
  border-radius: 6px;
  width: calc(50% - 20px);
}

.boxes-2 .item i {
  display: block;
  color: #f24747;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}

.boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.boxes .item {
  width: 25%;
  text-align: center;
  padding: 50px 30px;
  border-radius: 6px;
}

.boxes-3 {
  display: grid;
  gap: 20px;
}

.boxes-3 .item {
  position: relative;
  border-radius: 10px;
  min-height: 220px;
  background-color: #f0f0f0;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

.boxes-3 .item .item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #f6f8fd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}

.boxes-3 .item:hover .item-content {
  background-color: #f6f8fd;
}

.boxes-3 .item .item-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 10px;
}

.boxes-3 .item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.5s;
}

.boxes-3 .item:hover .item-image img {
  transform: scale(1.2) rotate(3deg);
}

.boxes-3 .item > a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}

.boxes-3 .item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
}

.boxes-3 .item:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

.boxes-3 .item:nth-child(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 4;
}

.boxes-3 h3 {
  position: relative;
  z-index: 3;
  font-size: 22px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  padding: 10px 20px;
  flex: 1;
}

.boxes-3 .item .item-content a {
  width: 65px;
  height: 65px;
  background-color: #f24747;
  color: #fff;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.boxes-3 .item .item-content a i {
  position: relative;
  top: 2px;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
}

@media (max-width: 1000px) {
  .boxes .item:nth-child(even) {
    background-color: #f6f7f9;
  }
}

@media (min-width: 1000px) {
  .item_colour {
    background-color: #f6f7f9;
  }
}

.boxes .item h4 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.boxes .item h5 {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
}

.boxes .item i {
  color: #f24747;
  font-size: 48px;
  line-height: 48px;
  display: block;
  margin-bottom: 15px;
}

.button {
  padding: 18px 25px;
  border-radius: 30px;
  background-color: #3542a2;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button:hover {
  background-color: #424fb0;
  color: #fff;
}

.btn-1 {
  padding: 18px 25px;
  border-radius: 30px;
  background-color: #3542a2;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-1:hover {
  background-color: #424fb0;
  color: #fff;
}

.btn-2 {
  padding: 18px 25px;
  border-radius: 30px;
  background-color: #a8ce3b;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-2:hover {
  background-color: #3542a2;
  color: #fff;
}

.btn-ico i {
  position: relative;
  top: 2px;
  padding-right: 6px;
}

.button-pulse {
  -webkit-animation-name: button-pulse;
  animation-name: button-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes button-pulse {
  0% {
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
  }
  50% {
    -webkit-transform: scale(1.2) translateX(-50%);
    transform: scale(1.2) translateX(-50%);
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
  }
}

@keyframes button-pulse {
  0% {
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
  }
  50% {
    -webkit-transform: scale(1.2) translateX(-50%);
    transform: scale(1.2) translateX(-50%);
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
  }
}

.question-form {
  position: relative;
  overflow: hidden;
  border: 6px solid #f24747;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: -1px 15px 33px 4px rgb(0 0 0 / 15%);
  box-shadow: -1px 15px 33px 4px rgb(0 0 0 / 15%);
}

.question-form .question {
  display: none;
  position: relative;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateX(1500px);
  -ms-transform: translateX(1500px);
  transform: translateX(1500px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  right: -1500px;
  background-color: #fff;
  border-radius: 6px;
  padding: 30px;
}

.question-form .question .form-space {
  width: 100%;
}

.question-form .question .form-space.calendar select {
	width: 100%;
	display: block;
	border: 1px solid #ddd;
	padding: 12px 20px;
	font-size: 18px;
	font-weight: 600;
}

.question-form .question .form-space.active {
  background-color: #f6f7f9;
}

.question-form .question .form-space:last-child {
  margin-bottom: 0px;
}

.question-form .question h3 {
  margin-bottom: 20px;
  background-color: #f24747;
  color: #fff;
  padding: 10px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  border-radius: 4px;
}

.question-form .question h4 span {
  font-weight: 700;
}

.question-form .question.hide {
  display: none;
}

.question-form .question.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: show-question;
  animation-name: show-question;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  right: 0;
}

.question-form .question.show-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: show-question-back;
  animation-name: show-question-back;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  left: 0;
}

@-webkit-keyframes show-question-back {
  0% {
    left: -1500px;
  }
  100% {
    left: 0;
    right: 0;
  }
}

@keyframes show-question-back {
  0% {
    left: -1500px;
  }
  100% {
    left: 0;
    right: 0;
  }
}

.question-form .question .next-question {
  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;
  margin-top: 15px;
}

.question-form .question .next {
  display: block;
  padding: 15px 20px;
  border-radius: 30px;
  background-color: #f24747;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

.question-form .question .prev {
  display: block;
  padding: 15px 20px;
  border-radius: 30px;
  background-color: #eee;
  color: #3542a2;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  margin-right: 10px;
}

@-webkit-keyframes show-question {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes show-question {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.question .calendar-choice {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: 20px;
}

.question .calendar-choice a {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	border: 2px solid #ddd;
	border-radius: 5px;
	font-weight: 600;
	text-align: center;
}

.question .calendar-choice a.selected {
	border-color: #3542a2;
	color: #3542a2;
}

.question .available-dates {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 15px;
}

.question .available-dates .item {
	text-align: center;
	background-color: #f6f7f9;
	padding: 20px;
	cursor: pointer;
}

.question .available-dates .item .select-checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border: 2px solid #3542a2;
	transition: .2s;
	border-radius: 100%;
	margin: 5px auto 0 auto;
}

.question .available-dates .item .select-checkbox.selected {
	background-color: #3542a2;
	border-color: #3542a2;
}

.question .available-dates .item h5 {
	color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.question .available-dates .item span {
	display: block;
}

.contents li {
  margin-bottom: 10px;
}

.contents li:last-child {
  margin-bottom: 0px;
}

.contents li a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.line-1 {
  display: block;
  padding-top: 20px;
  position: relative;
}

.text-style-1 {
  color: #3086f3;
  background: #e7f3ff;
  border-radius: 3px;
  padding: 10px;
}

.line-1:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  content: '';
  background-color: #ddd;
  width: 100%;
}

.line-1:after {
  position: absolute;
  left: 0;
  top: 0px;
  height: 4px;
  content: '';
  background-color: #3542a2;
  width: 50px;
}

ul.list li {
  background-color: #3542a2;
  color: #fff;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
}

.form-space {
  margin-bottom: 15px;
}

.form-space:last-child {
  margin-bottom: 0px;
}

.form-space label {
  font-weight: 600;
  color: #000;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 5px;
}

.form-space input[type='text'],
.form-space input[type='number'],
.form-space textarea{
  width: 100%;
  display: block;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

.form-space input[type='checkbox'] {
  display: none;
}

.form-space input[type='checkbox'] + label {
  text-align: left;
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 30px;
  color: #434343;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-space input[type='checkbox']:hover + label {
  color: #434343;
}

.form-space input[type='checkbox'] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #3542a2;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 14px;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  -o-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.form-space input[type='checkbox']:checked + label:before {
  width: 12px;
  top: 11px;
  border-color: #3542a2;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-space input[type='radio'] {
  display: none;
}

.form-space input[type='radio'] + label {
  text-align: left;
  display: block;
  position: relative;
  padding-left: 30px;
  color: #434343;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 8px 0;
}

.form-space input[type='radio']:hover + label {
  color: #434343;
}

.form-space input[type='radio'] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #3542a2;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  -o-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.form-space.error input[type='radio'] + label:before {
  border-color: red;
}

.form-space input[type='radio']:checked + label:before {
  width: 12px;
  top: -1px;
  border-color: #3542a2;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #000;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cta-boxes {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.cta-boxes .item {
	display: flex;
	align-items: center;
	position: relative;
	background-color: #fff;
	border: 2px solid #f24747;
	transition: .1s;
    border-radius: 10px;
}

.cta-boxes .item:hover {
	background-color: #f24747;
}

.cta-boxes .item h4 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    padding: 15px 20px;
	transition: .1s;
    flex: 1;
}

.cta-boxes .item:hover h4 {
	color: #fff;
}

.cta-boxes .item span {
	width: 60px;
    background-color: #f24747;
    color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
	height: 100%;
}

.cta-boxes .item span i {
	position: relative;
	top: 3px;
	font-size: 28px;
}

.cta-boxes a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

/* Description*/

.description {
  padding-top: 30px;
}
.description h3 {
  margin-bottom: 20px;
  color: #000;
}
.wrapper h3 {
  padding: 30px 0px 0px 0px;
}

.item item_colour {
  background-color: #f6f7f9;
}

/* Tiles*/
.showcase {
  padding-top: 80px;
  padding-bottom: 80px;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-text h3 {
  margin-bottom: 20px;
  color: #000;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}
@media (max-width: 768px) {
  .showcase .showcase-img {
    min-height: 15rem;
    background-size: cover;
  }
  .showcase .showcase-text {
    padding: 20px 0px 20px 0px;
  }
}

/* Process*/

.nav > li > a:focus,
.nav > li > a:hover {
  background: transparent !important;
}
.design-process-section .text-align-center {
  line-height: 25px;
  margin-bottom: 12px;
}
.design-process-content {
  border: 1px solid #e9e9e9;
  position: relative;
  padding: 60px;
}
.design-process-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-height: 100%;
}
.design-process-content h3 {
  margin-bottom: 16px;
}
.design-process-content p {
  line-height: 26px;
  margin-bottom: 12px;
}
.process-model {
  list-style: none;
  padding: 0;
  position: relative;
  max-width: 750px;
  margin: 20px auto 26px;
  border: none;
  z-index: 0;
}
.process-model li::after {
  background: #e5e5e5 none repeat scroll 0 0;
  bottom: 0;
  content: '';
  display: block;
  height: 4px;
  margin: 0 auto;
  position: absolute;
  right: 60px;
  top: 33px;
  width: 85%;
  z-index: -1;
}
.process-model li.visited::after {
  background: #d6da28;
}
.process-model li:last-child::after {
  width: 0;
}
.process-model li {
  display: inline-block;
  width: 16%;
  text-align: center;
  float: none;
}
.nav-tabs.process-model > li.active > a,
.nav-tabs.process-model > li.active > a:hover,
.nav-tabs.process-model > li.active > a:focus,
.process-model li a:hover,
.process-model li a:focus {
  border: none;
  background: transparent;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}

.nav-tabs .nav-link {
  background-color: transparent;
  border-color: transparent;
}

.process-model li a {
  padding: 0;
  border: none;
  color: transparent;
}
.process-model li.active,
.process-model li.visited {
  color: #d6da28;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
  color: #d6da28;
}
.process-model li.active p,
.process-model li.visited p {
  font-weight: 600;
  color: #d6da28;
}
.process-model li i {
  display: block;
  height: 68px;
  width: 68px;
  text-align: center;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #f24747;
  line-height: 75px;
  font-size: 40px;
  border-radius: 50%;
  color: #f24747;
}
.process-model li i:hover {
  background: #a8ce3b;
  border-color: #a8ce3b;
  color: #ffffff;
}
.process-model li .active i:hover {
  background: #a8ce3b;
  border-color: #a8ce3b;
  color: #ffffff;
}
.process-model li .active i {
  background: #a8ce3b;
  border-color: #a8ce3b;
  color: #ffffff;
}
.process-model li p {
  font-size: 14px;
  margin-top: 11px;
  color: #000000;
}
.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
  color: #606060 !important;
  font-weight: normal;
}
.process-model.contact-us-tab li::after {
  display: none;
}
.process-model.contact-us-tab li.visited i {
  border-color: #e5e5e5;
}

.contact-breadcrumbs .breadcrumbs li.preview a{
	border:0px solid #fff;
}

.contact-breadcrumbs .breadcrumbs li a{
	color:white;
}

.tab-content > .active {
  display: block;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
    font-size: 23px;
    height: 50px;
    line-height: 46px;
    width: 50px;
  }
  .more-icon-preocess.process-model li::after {
    top: 24px;
  }
}
@media screen and (max-width: 380px) {
  .process-model.more-icon-preocess li {
    width: 16%;
  }
  .more-icon-preocess.process-model li span {
    font-size: 16px;
    height: 35px;
    line-height: 32px;
    width: 35px;
  }
  .more-icon-preocess.process-model li p {
    font-size: 8px;
  }
  .more-icon-preocess.process-model li::after {
    top: 18px;
  }
  .process-model.more-icon-preocess {
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .design-process-content {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 40px;
  }
}

/* Encyclopedia */
ul.section-ency__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  column-gap: 20px;
  row-gap: 25px;
}

ul.section-ency__list li.section-ency__list-item {
  flex: 1 1 320px;
  width: 33%;
  border: 1px solid #3542a2;
  border-radius: 10px;
  padding: 20px 30px;
  transition: all 0.5s ease-out;
}

ul.section-ency__list li.section-ency__list-item:hover {
  background: #3542a2;
  color: #fff;
}

ul.section-ency__list li.section-ency__list-item:hover a {
  color: #fff !important;
}

ul.section-ency__list li.section-ency__list-item a:hover {
  text-decoration: underline;
}

li.section-ency__list-item:hover a:not([href]):not([class]) {
  text-decoration: none;
}

ul.section-ency__list li.section-ency__list-item:hover ul li {
  color: #fff;
  transition: all 0.5s ease;
}

ul.section-ency__list a {
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;
  transition: all 0.5s ease;
}

li.section-ency__list-item ul li {
  padding: 3px 0;
  color: #000;
  list-style: disc;
}

li.section-ency__list-item ul li a {
  font-size: 12px;
}

.ency-content h3 {
  margin-bottom: 25px;
}

.ency-content h4,
.ency-content h5 {
  margin-bottom: 20px;
}

.ency-content u {
  display: block;
  margin-bottom: 15px;
  color: #f24747;
}

.ency-content p,
.ency-content ul {
  margin-bottom: 15px;
}

.ency-content h4,
.ency-content li {
  margin-bottom: 5px;
}

.ency-content li {
  list-style: square;
}

.ency-content ul {
  list-style: square;
  padding-left: 2rem;
}

.ency-content li::marker {
  color: #f24747;
}

.ency-content ol li {
  list-style-type: lower-alpha;
}

.ency-content ol li::marker {
  color: #f24747;
}

/* FAQ Front */
.faq-front {
  padding: 50px 0;
}

.faq-front-caption h3 {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  font-weight: 500;
  margin: 0 auto 25px auto;
  text-align: center;
  max-width: 370px;
}

.faq-front-caption img {
  display: block;
  width: auto;
  height: 340px;
  margin: 0 auto;
  border-radius: 4%;
}

.faq-front-items .accordion-item {
  border: 0 !important;
  background-color: transparent;
}

.faq-front-items .accordion-button {
  background-color: transparent;
  z-index: 10;
  transition: all 0.3s ease-in;
}

.faq-front-items .accordion-button::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f24747;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-in;
}

.faq-front-items h2:hover button.accordion-button::before {
  height: 100%;
}

.faq-front-items h2:hover button.accordion-button {
  color: #fff;
}

.faq-front-items h2:hover button.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.faq-front-items .accordion-button:not(.collapsed) {
  background: #f24747;
  box-shadow: unset;
  color: #fff;
}

.faq-front-items .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.faq-front-items .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}

.faq-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .faq-front.row {
    row-gap: 40px;
  }

  .faq-desktop {
    display: none;
  }

  .faq-mobile {
    display: block;
  }
}

/* FAQ */
section#faq-header {
  position: relative;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-overlay-bottom {
  position: absolute;
  height: 100%;
  right: 0px;
  left: 0px;
  bottom: -1px;
  overflow: auto;
  background: linear-gradient(
    0deg,
    rgba(254, 254, 254, 1) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  z-index: 2;
}

section#faq-header img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

section#faq-header .container {
  position: absolute;
  z-index: 10;
}

#faq-header h1 {
  text-align: center;
}

#faq-header .search-box {
  width: 100%;
  max-width: 800px;
  position: relative;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 40px auto 20px auto;
}

#faq-header .search-input {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  color: #212529;
  border-radius: 10px;
  border: none;
  transition: all 0.4s;
}

#faq-header .search-input:focus {
  border: none;
  outline: none;
  box-shadow: 0 1px 12px #fff;
  -moz-box-shadow: 0 1px 12px #fff;
  -webkit-box-shadow: 0 1px 12px #fff;
}

#faq-header .search-btn {
  background-color: transparent;
  border: none;
  margin-left: -45px;
  z-index: 10;
}

.search-btn svg {
  width: 25px;
  height: auto;
  transition: all 0.5s ease-out;
}

#faq-header .search-btn svg:hover {
  width: 30px;
  cursor: pointer;
}

#faq-header .search-btn:focus {
  outline: none;
}

.faq .breadcrumbs li,
.faq .breadcrumbs li a {
  color: #3542a2;
}

.faq-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 25px;
}

.faq-item {
  width: calc(33% - 11px);
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #f24747;
  border-radius: 10px;
}

.faq-item:hover img,
.faq-item:hover span {
  transform: scale(1.2);
}

.faq-item img {
  width: 80px;
  height: auto;
  margin-bottom: 40px;
  transition: all 0.5s ease-out;
}

.faq-item span {
  display: block;
  width: 75px;
  margin: 40px auto;
  background-color: #f24747;
  height: 3px;
  border-radius: 10px;
  transition: all 0.5s ease-out;
}

.faq-content a:hover {
  color: #f24747;
  text-decoration: none;
}

.faq-content u {
  display: block;
  margin-bottom: 15px;
  color: #f24747;
}

.faq-content p,
.faq-content ul,
.faq-content ol {
  margin-bottom: 15px;
}

.faq-content ul {
  padding-left: 2rem;
}

.faq-content li {
  margin-bottom: 5px;
}

.faq-content li u,
.faq-content p u {
  margin: 0;
  display: inline;
}

.faq-content ul li {
  list-style: square;
}

.faq-content li::marker {
  color: #f24747;
}

.faq-content.list a {

}

.search-result.list,
.faq-content.list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

/*FAQ - LIST*/

.search-result a,
.faq-content a {
	background: #fff;
    border: 1px solid #e0e7ee;
    box-shadow: 0 10px 20px 0 rgb(59 67 72 / 10%);
    border-radius: 10px;
    padding: 20px;
    flex: 1;
	text-decoration: none;
	font-weight: 600;

}

.search-result a:hover,
.faq-content a:hover {
	color:black;
	background-color:rgba(17, 17, 17, 0.05);
	border: 1px solid #e0e7ee;
}

@media screen and (max-width: 992px) {
  .faq-item {
    width: calc(50% - 11px);
  }

  .faq-section img {
    display: none;
  }

  .faq-content {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .faq-item {
    width: 100%;
  }
}

/* LOADER */

.loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10002;
  background: #fff;
}

.loader .spin {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  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;
}

.loader .spin span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: -10px;
  bottom: -10px;
  background: #fff;
  border-radius: 100%;
}

.loader .spin span::after {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 100%;
  border: 0.25em solid #3542a2;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  -webkit-animation: spinner-border 0.55s linear infinite;
  animation: spinner-border 0.55s linear infinite;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader .spin img {
  position: relative;
  top: -10px;
  z-index: 10005;
  max-width: 50%;
  -webkit-animation: pulse 0.7s linear infinite;
  animation: pulse 0.7s linear infinite;
}

@-webkit-keyframes pulse {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

footer {
  display: block;
  clear: both;
}

footer ul.menu {
  margin-bottom: 25px;
}

footer ul.menu:last-child {
  margin-bottom: 0;
}

footer .footer-top {
  background: #f6f7f9;
  padding: 40px 0;
}

footer .footer-center .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-center .more p {
  margin-right: 50px;
}

footer .footer-bottom {
  background: #fff;
  padding: 15px 0;
  font-size: 12px;
  line-height: 18px;
  border-bottom: 4px solid #3542a2;
}

footer .footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

footer .footer-bottom ul li {
  margin-left: 15px;
}

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

footer .footer-bottom p {
  margin-top: 20px;
}

footer a:hover {
  color: #e40421;
  text-decoration: underline;
}

footer h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

footer .contacts {
  max-width: 70%;
}

footer .contacts a {
  color: #3542a2;
  font-size: 24px;
  font-weight: 800;
}

footer .contacts p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
}

footer .cert {
	width: 130px;
}

footer .cert img {
	max-width: 100%;
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: .2s;
}

footer .cert img:hover {
	-webkit-filter: grayscale(0);
	filter: none;
}

@media (min-width: 0px) and (max-width: 768px) {
  footer ul.menu {
    margin-bottom: 20px;
  }
}

.terms h4 {
  margin: 30px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #000;
}

.terms h4:first-child {
  margin-top: 0;
}

.terms h4:last-child {
  margin-bottom: 0;
}

.terms p {
  margin-bottom: 15px;
}

.terms ul {
  list-style: square;
  margin-bottom: 15px;
  margin-left: 20px;
}

.videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.videos .item {
  position: relative;
  text-align: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 45px 0 rgb(0 0 0 / 3%);
  box-shadow: 0 20px 45px 0 rgb(0 0 0 / 3%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.videos .item .item-picture {
  position: relative;
  height: 300px;
  background-color: #f2f2f2;
  background-position: center center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-size: cover;
  -webkit-transition: background-size 1s;
  -o-transition: background-size 1s;
  transition: background-size 1s;
}

.videos .item .item-open {
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.videos .item .item-open i {
  font-size: 55px;
  line-height: 55px;
  color: #3542a2;
}

.videos .item .item-open:hover {
  -webkit-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
}

.videos .item .item-picture:after {
  position: absolute;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  bottom: -40px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 20px 45px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 20px 45px 0 rgb(0 0 0 / 12%);
}

.videos .item.reverse .item-picture {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.videos .item.reverse .item-picture:after {
  bottom: auto;
  top: -42px;
}

.videos .item.reverse .item-open {
  bottom: auto;
  top: -20px;
}

.videos .item h4 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
}

.videos .item span {
  display: block;
  background-color: #f24747;
  padding: 4px 10px;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.videos .item .item-content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px 20px 30px 20px;
}

.videos .item.reverse .item-content {
  padding: 30px 20px 60px 20px;
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.gallery-wrapper .item {
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 45px 0 rgb(0 0 0 / 3%);
  box-shadow: 0 20px 45px 0 rgb(0 0 0 / 3%);
  border: 2px solid #3542a2;
  background-color: #3542a2;
}

.gallery-wrapper .item .picture {
  height: 240px;
  position: relative;
}

.gallery-wrapper .item .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.gallery-wrapper .item .picture span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 20px;
  left: 20px;
  background-color: #a8ce3b;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  padding: 5px 10px;
  border-radius: 10px;
}

.gallery-wrapper .item .details {
  padding: 20px;
  background-color: #3542a2;
  border-radius: 10px;
}

.gallery-wrapper .item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  padding: 3px 0;
}

.gallery-wrapper .item ul li span {
  display: block;
  width: 50%;
}

.gallery-wrapper .item ul li span u {
  font-weight: 600;
}

.gallery-wrapper .item .button {
  display: block;
  background-color: #f24747;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}

.window-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(53, 66, 162, 0.7);
  display: none;
  z-index: 10005;
}

.window-popup.show {
  display: block;
  -webkit-animation-name: show-window-popup;
  animation-name: show-window-popup;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes show-window-popup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show-window-popup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.window-popup .popup-body {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 450px;
  background: #fff;
  border-radius: 2px;
  padding: 10px;
  display: none;
  max-height: 96%;
  overflow-y: auto;
}

.window-popup .popup-body h3 {
  font-weight: 400;
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
  color: #000;
}

.window-popup .popup-body h3 strong {
  font-weight: 700;
  color: #f24747;
}

.window-popup .popup-body h3 span {
  font-weight: 700;
  display: block;
}

.window-popup.show .popup-body {
  display: block;
  -webkit-animation-name: show-popup;
  animation-name: show-popup;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.window-popup .popup-body img {
  height: 100%;
  width: 100%;
}

.window-popup .popup-body .close {
  text-align: right;
  margin-bottom: 5px;
}

.window-popup .popup-body .close span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 12px;
  cursor: pointer;
}

@-webkit-keyframes show-popup {
  0% {
    top: 200%;
  }
  100% {
    top: 50%;
  }
}

@keyframes show-popup {
  0% {
    top: 200%;
  }
  100% {
    top: 50%;
  }
}

.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.pt0 {
  padding-top: 0px !important;
}

.footer-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10005;
  background-color: #f24747;
  padding: 10px;
  display: none;
}

.footer-fixed .buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-fixed p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 5px;
}

.footer-fixed p strong {
  font-weight: 600;
  color: #fff;
}

.footer-fixed a {
  flex: 1;
  display: block;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 5px;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
}

.footer-fixed a:last-child {
  background-color: #fff;
  color: #f24747;
}

.window {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(53, 66, 162, 0.75);
  z-index: 10010;
  display: none;
}

.window.show {
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.3s;
}

.window .window-body {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  background: #fff;
  border-radius: 2px;
  padding: 40px 30px;
  display: none;
  max-height: 90%;
  max-width: 1680px;
  border-radius: 10px;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

.window.window-full .window-body {
  width: 98%;
  min-height: 98%;
  max-height: 98%;
  overflow: auto;
  height: 98%;
  padding: 20px 30px;
}

.window.show .window-body {
  display: block;
  animation-name: show-window-body;
  animation-duration: 0.3s;
  transform: translate(-50%, -50%);
}

.window.show .window-body p.info {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.window.show .window-body p.info-2 {
  background-color: #f6f8fd;
  color: #3542a2;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.window.show .window-body h3 span {
  color: #3542a2;
}

@keyframes show-window-body {
  0% {
    top: 200%;
  }
  100% {
    top: 50%;
  }
}

.window .window-body .window-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 600;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #f6f8fd;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  color: #000;
}

.window .window-body h3 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

@media (min-width: 0px) and (max-width: 991px) {
  .footer-fixed {
    display: block;
  }

  header .fast-contact {
    text-align: center;
    border: 0;
    padding: 0;
  }

  header .header-wrapper {
    padding: 0 10px;
  }

  header .header-wrapper nav {
    width: 100%;
  }

  header .header-wrapper .logo {
    width: 100px;
    padding: 10px 0;
  }

  header .header-wrapper nav ul.menu {
    display: none;
  }

  header .header-wrapper nav ul.user-account {
    flex-wrap: nowrap;
    width: 100%;
    gap: 5px;
    padding: 10px 0;
  }

  header .header-wrapper nav ul.user-account li {
    width: 50%;
  }

  header .header-wrapper nav ul.user-account li:first-child {
    display: none;
  }

  header .header-wrapper nav ul.user-account li a {
    font-size: 15px;
    line-height: 18px;
    padding: 8px;
    border-radius: 6px;
  }

  header .header-wrapper nav ul.user-account li:last-child {
    text-align: center;
  }

  header .header-wrapper nav ul.user-account li:last-child a {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .frontpage {
    max-height: 100%;
  }

  .frontpage .frontpage-items {
    grid-template-columns: 1fr;
    gap: 20px;
    top: 20px;
  }

  .frontpage .frontpage-items .item {
    height: 420px;
  }

  .frontpage .frontpage-items .item h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .page-header-2 {
    margin-top: 20px;
    padding: 20px 0;
  }

  .page-header-2 .wrapper {
    max-width: 100%;
  }

  .page-header-2 .wrapper h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .page-header-2 .wrapper h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .boxes-3 .item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }

  .boxes-3 .item:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
  }

  .boxes-3 .item:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 3;
  }

  .boxes-3 h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .question-form .question h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .page-header {

  }

  .benefits {
    grid-template-columns: 1fr;
  }

  .benefits.benefits-2 {
    grid-template-columns: 1fr;
  }

  .section-padding {
    padding: 50px 0;
  }

  .section-title h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .boxes-2 .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .boxes-2 .item:last-child {
    margin-bottom: 0px;
  }

  .boxes .item {
    width: 100%;
  }

  .question-form {
    padding: 0px;
  }

  .question-form .question {
    padding: 20px;
  }

  .videos {
    gap: 20px;
  }

  .videos .item {
    width: 100%;
  }

  .video-single-wrapper .video-details {
    margin-left: 0;
  }

  .video-single-wrapper .video {
    width: 100%;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  footer .contacts {
    max-width: 100%;
  }

  footer .footer-bottom {
    text-align: center;
  }

  footer .footer-bottom ul {
    display: block;
    margin-top: 20px;
  }

  footer .footer-bottom ul li {
    margin-left: 0;
  }

  footer .text-end {
    text-align: center !important;
  }

  .window .window-body {
    width: 90%;
    padding: 40px 20px;
  }

  .m-mt20 {
    margin-top: 20px !important;
  }
  .m-mt30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 991px) and (max-width: 1288px) {
}

@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}


/* CONTACT */

.contact-font {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
}

.contact-form {
	background-color: white;
	margin:30px;
	padding:60px;
	margin-left:0px;
	border: 1px solid #e9e9e9;
	box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.contact-form label {
	padding: 10px 5px;
}

.contact-input-data {
	width:100%;
	padding:10px 5px;
	margin:5px 0px;
	border:0;
	border-bottom:1px solid #ced4da;
	background: transparent;
	}

.contact-input-data::placeholder {
	font-weight: 500;
    color: #4b545c;
}

#countdown {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	display: flex;
	justify-content: center;
	gap: 15px;
}

#countdown .label {
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -10px;
	z-index: 1001;
	background-color: #f24747;
	border-radius: 25px;
	padding: 8px 15px;
	font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
}

.time-unit {
	perspective: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform 0.2s ease-in-out;
    animation: shake 4s infinite;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}

.time-unit .flip-container {
	position: relative;
	width: 250px;
	height: 250px;
}

.time-unit .number {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	backface-visibility: hidden;
	background-color: #fff;
	border: 4px solid #f24747;
	border-radius: 10px;
	font-size: 140px;
	line-height: 140px;
	color: #f24747;
}

.flip-front {
	transform: rotateX(0deg);
}

.flip-back {
	transform: rotateX(180deg);
}

.flip-container.flip .flip-front {
	transform: rotateX(-180deg);
	transition: transform 0.5s ease-in-out;
}

.flip-container.flip .flip-back {
	transform: rotateX(0deg);
	transition: transform 0.5s ease-in-out;
}
	
.btn-1 {
	padding: 20px 25px;
    border-radius: 30px;
	border: none;
    background-color: #f24747;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    transition: 0.3s;
}

.btn-1:hover {
	background-color: #f24747;
}

.btn-animation-1 {
    background-color: #f24747;
    color: white;
    padding: 20px 25x;
    border: 0;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Błysk */
.btn-animation-1::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 70%);
    transform: rotate(25deg);
    animation: shine 6s infinite;
}

@keyframes shine {
    0% {
        top: -100%;
        left: -100%;
    }
    50% {
        top: 100%;
        left: 100%;
    }
    100% {
        top: -100%;
        left: -100%;
    }
}

.btn-animation-1:hover {
    transform: scale(1.1);
}

.contact-address {
	padding-bottom:60px;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	text-align: center;
}

.f700 {
	font-weight:600;
}

.menu-bottom {
	background-color: #3542a2;
	color: #fff;
    padding: 40px;
	display: flex;	
    align-items: center;
	flex-direction: column;
}

.menu-bottom h3 {
	margin: 7px;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.menu-bottom img {
	width:55px;
	height:55px;
	margin-right: 15px;
	
}

.menu-bottom div {
    display: flex;
	padding:5px 0px;
}

.menu-bottom col-md-4{
    justify-content: center;
    display: flex;
}

.menu-bottom a {
    color: white;
}

.menu-bottom a div {
    padding-top: 10px;
}

.menu-bottom a i {
    font-size: 30px;
    padding-right: 20px;
}

.menu-bottom a:last-of-type i {
    font-size: 25px;
}

@media (min-width: 0px) and (max-width: 991px) {
	.menu-bottom h3 {
		padding: 0px;
		margin: 0px;
		margin-bottom: 20px;
	}
	.time-unit .flip-container {
		width: 80px;
		height: 100px;
	}
	.time-unit .number {
		font-size: 40px;
		line-height: 40px;
	}
}

/* BLOG */

.blog-right-wrapper {
	position: sticky;
	top: 140px;
	padding-bottom: 50px;
	padding-left: 50px;
}

.blog-right-wrapper h4 {
	color: #000;
    font-size: 20px;
    font-weight: 600;
}

.blog-right-wrapper .fast-contact {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.blog-right-wrapper .fast-contact a {
	position: relative;
	background-color: rgba(17, 17, 17, 0.05);
	padding: 20px;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
	border-radius: 5px;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	transition: .2s;
}

.blog-right-wrapper .fast-contact a:hover {
	background-color: #eee;
	color: #424fb0;
}

.blog-right-wrapper .fast-contact a div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.blog-right-wrapper .fast-contact a i {
	color: #f24747;
	font-size: 18px;
	line-height: 18px;
	position: relative;
	top: 3px;
	padding-right: 10px;
}

.blog-right-wrapper .fast-contact a span {
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #424fb0;
	margin-bottom: 10px;
}

.blog-row {
	margin: 0;
	padding: 20px 0px 20px 0px;
}

.blog-right {
	overflow: hidden;
	padding: 0px;

}
.blog-wrap {
	width: 120%;
}

.blog-card {
    background-color: white;
	position: relative;
    border: 1px solid #f6f8fd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    cursor: pointer;
    overflow: hidden;
	padding: 5px;
}

.blog-time {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    border-radius: 6px;
    z-index: 10;
    color: #000;
	display: flex;
    align-items: center;
	font-size: 17px;
	line-height: 12px;
	padding: 3px 6px;
}

.blog-time i {
	padding-right: 3px;
    display: flex;
}

.blog-card .blog-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
   
}

.blog-image {
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.blog-title {
	padding: 10px;
    border-radius: 6px;
	margin: -40px 15px 0 15px;
	background-color: #fff;
}

.blog-body { 
	position: relative;
	z-index: 2;
}

.blog-body p {
	margin: 15px 0;
	padding: 0 15px;
}

.blog-body h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0px;
}

.blog-next {
    margin-left: 60px!important;
	margin-bottom: 10px!important;
	color: #000!important;
	float: right!important;
	margin-right: 10px!important;
	margin-bottom: 10px!important;
	display: flex!important;
	align-items: center!important;
}

.blog-next img {
    width: 40px!important;
    height: 40px!important;
    margin-left: 10px!important;
}

.blog-date {
	margin-left: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #999;
}

.blog-footer i {
    font-size: 28px;
    padding-right: 5px;
    display: flex;
	padding-left: 10px;
}

.blog-footer .blog-next i {
	font-size: 43px;
    color: #424fb0;
}

.footer-blog-date {
	font-size: 18px;
    display: flex;
    align-items: center;
}

.blog-card .blog-img {
	transform: scale(1) rotate(0)!important;
	transition: transform 0.5s!important;
}

.blog-card:hover .blog-img {
	transform: scale(1.2) rotate(3deg)!important;
	transition: transform 0.5s!important;
}

.blog-left {
	flex-direction: column;
    display: flex;
	justify-content: center;
}

.blog-carousel-transparent {
	opacity:0.5;
	-webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
}

.blog-right .owl-item {
	height: 610px;
}

.blog-card-footer {
	display: flex;
	justify-content: center;
	background-color: #a8ce3b;
	padding: 10px;
	margin: 20px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 30px;
}

/* BLOG  WPISY*/

.page-blog-date {
	float: right;
    align-items: center;
    margin-top: 20px;
    display: flex;
}

.page-blog-image img {
	height: 500px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
	border-radius: 10px;
	object-fit: cover;
}

.page-blog-title>span {
    width: 50px;
    height: 4px;
    background: #f24747;
    border-radius: 3px;
    margin-top: 25px;
    left: 48%;
    align-items: center;
    position: absolute;
}

.page-blog-description {
	margin: 36px;
	margin-top:70px;
    font-size: 20px;
    color: #3542a2;
    font-weight: 700;
	display: flex;
	text-align:center;
}

.page-blog-content {
	color: black;
    font-weight: 400;
    margin: 40px;
}

.page-blog-center {
	justify-content: center;
}

.page-blog-date i {
    font-size: 32px; 
	padding-right: 5px;
}

.blog-breadcrumbs .flaticon-arrow-right {
	display: flex;
}

.page-blog-center .blog-list {
	margin-top: 50px;
}

.blog-breadcrumbs li a {
	color: #000;
}

.blog-list .breadcrumbs a {
	color: #000;
}

@media screen and (max-width: 600px) {
	
	.comments-links {
		display:flex;
		justify-content: center;
	}
	
	.page-blog-title h2 {
		font-size: 29px;
	}
	
	.page-blog-description {
		text-align: center;
		margin: 50px 0;
	}

	.user-avatar img {
		margin-bottom: 16px!important;
	}

	.post-author-details {
		padding: 0px;
		text-align: center;
	}
	
	.page-blog-content {
		color: black;
		font-weight: 400;
		margin: 0px;
	}
	
	.blog-items {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.page-blog-date {
		float: right;
		margin-top: 27px; 
	}

	.page-blog-img {
		height: 250px!important;
	}
	
	.page-blog-border {
		width: 0px;
	}
	
	.blog-wrap {
		width: 100%;
		-webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
	}
	
	.blog-title-border {
		height: auto!important;
	}
	
	.blog-title {
		transform: none!important;
	}
}

@media (min-width: 600px) and (max-width: 991px) {
		
	.comments-links {
		display:flex;
		justify-content: center;
	}
	
	.page-blog-description {
		text-align: center;
		margin: 50px 0;
	}
	
	.page-blog-title h2 {
		font-size: 29px;
	}
	
	.user-avatar img {
		margin-bottom: 16px!important;
	}
	
	.post-author-details {
		padding: 0px;
		text-align: center;
	}
	
	.page-blog-content {
		color: black;
		font-weight: 400;
		margin: 0px;
	}
	
	.blog-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}	
	
	.col-8 {
		width: 100%;
	}
	
	.page-blog-date {
		float: right;
		margin-top:28px; 
	}

	.page-blog-img {
		height: 250px!important;
	}
	
	.page-blog-border {
		width: 0px;
	}
	
	.blog-wrap {
		width: 100%;
	}
	
	.blog-title-border {
		height: auto!important;
	}
	
	.blog-title {
		transform: none!important;
	}
}

.blog-form-comments {
	margin: 20px 0px;
}

.blog-form-comments .item {
    background-color: rgba(17, 17, 17, 0.05);
	border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    margin-top: 10px;
}

.blog-form-comments .item .item-header {
	background-color: #f6f7f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #ddd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.blog-form-comments .item .item-header h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.blog-form-comments .item .item-header .datetime {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #999;
}

.blog-form-comments .item p {
    padding: 20px;
}

.blog-comments {
	display: flex;
    justify-content: center;
    margin: 20px 0px;
}

.blog-comments-header {
	display: flex;
    justify-content: center;
	margin-top: 65px;
}


.form-item .add-comment {
	display: flex;
    margin-left: auto;
	margin-right: 5px;
}

.comment-form {
	display: none;
}

.comment-first-button button {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

/* BLOG WPISY - GWIAZDKI */

.star-comment-header {
    background-color: rgba(17, 17, 17, 0.05);
	display: flex;
	padding: 10px;
}

.star-comment-header-left {
	color: gold;
}

.star-comment-header-right {
	margin-left: auto;
}

.star-comment-header-left h6 {
	font-weight: 600;
    color: black;
    padding-left: 5px;
    display: inline;
}

.star-comment-header-left i {
    vertical-align: text-top;
}

/* BLOG - O AUTORZE */

.post-footer .post-author .blog-img {
	border-radius: 60px;
	width: 120px;
	height: 120px;
	margin-top: auto;
    margin-bottom: auto;
}

.post-footer .post-author .post-author-details .comments-links img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
} 

.comments-links i {
	font-size: 25px;
}

.post-footer {
	background-color: rgba(17, 17, 17, 0.05);
	padding: 15px;
	margin-bottom: 40px;
	border-radius: 10px;
}

.post-footer .post-author .post-author-details .comments-links a  {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #3b5998;
	display: flex;
	align-items: center;
	justify-content: center;
} 

.post-footer .post-author .post-author-details .comments-links i {
	color: white;
	display: flex;
}

.footer-flex {
	display: flex;
	justify-content: center;
	padding: 6px;
}


.post-author-details h3 {
    font-size: 22px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
}

.post-author-details p {
	padding: 10px 0px 10px 0px; 
}

.post-footer .post-author {
	display: flex;
}

.user-avatar {
    display: flex;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    font-size: 50px;
    font-weight: 600;
	margin-top: auto;
    margin-bottom: auto;
}

.user-avatar img {
	margin: 7px;
}

.user-avatar-without-image {
	background-color: #c9c5c5;
	display: flex;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    font-size: 50px;
    font-weight: 600;
    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
}

.user-avatar-without-image>.user-avatar {
	display:block;
}

.no-comments {
	display:flex;
	justify-content: center;
	text-align: center;
}

@media (min-width: 991px) and (max-width: 1288px) {
	
	.translate-blog {
		transform: translate(-450%,50%);
	}

	.blog-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}	
	
	.page-blog-date {
		float: right;
		margin-top: 30px; 
	}

	.page-blog-img {
		height: 250px;
	}
	
	.blog-wrap {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	
	.translate-blog {
		transform: translate(-450%,50%);
	}
	
	.post-author-details {
		padding: 0px 25px 0px 25px;
	}

	.blog-items {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px;
	}	
	
	.page-blog-image img {
		margin-top: 12px;
	}
	
	.blog-wrap {
		width: 120%;
	}
}

/* BLOG - ARCHIWUM*/

.archives-blog-card {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	position: relative;
	gap: 20px;
}

.comment-reply {
  display: none; 
}

.comment-reply-form {
	padding: 20px;
}

.reply-first {
	margin-left: auto;
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
	padding:5px;
}

.comment-reply-item {
	margin-left: 50px;
}

.blog-random-article {
	padding:50px 0px 50px 0px;
}


.blog-random-article h2 {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
	color: white;
}

.blog-random-article .item {
	background-color: white;
    border-radius: 10px;
}

@media (min-width: 0px) and (max-width: 991px) {
	.archives-blog-card {
		grid-template-columns: 1fr;
	}
	
	.widget-visible iframe {
		bottom: 50px!important;
	}
}

/* OUR TEAM */
.team-section-title {
	padding-top: 10px;
}

.team-section-title p {
	padding-top:20px;
	text-align:center;
}

.team-breadcrumbs,
.team-breadcrumbs li,
.team-breadcrumbs li a,
.team-breadcrumbs i a {
	color: #3542a2;
    margin-top: 30px;
}

.team-breadcrumbs i {
	align-items: center;
    display: flex;
}

.team-breadcrumbs {
	margin-top:80px;
}

.team-person {
	margin:10px;
}

.team-person-image img {
	border-radius: 10px;
	width:100%;
	height: 100%;
	object-fit:cover;
	object-position: top;
}

.team-person-image {
	display: flex;
    justify-content: center;
	height: 400px;
}

.team-person-role {
    padding: 10px;
    text-align: center;
}
.team-person-role p {
	font-size: 17px;
	color: black;
    
}
.team-person-role h2 {
	color: black!important;
	font-size:25px;
}

.team-person-media {
	display: flex;
    justify-content: center;
	border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;

}
.team-person-media i {
    font-size: 20px;
    border: 2px solid #3b5998;
    color: #3b5998;
    border-radius: 10px;
    padding: 6px;	
	display:flex;
}

.team-person-media i:hover {
   background-color:#3b5998;
   color:white;
}

.team-person-media div {
	padding-right:10px;
	padding-left:10px;
	margin: 10px 0px 10px 0px;
}

.team-person-phone-number h2 {
	color: black!important;
	text-align: center;
	padding: 10px;
	font-size:25px;
}

.our-team .item {
	background-color: rgba(17, 17, 17, 0.05);
	height:auto!important;
	padding: 10px;
}

.team-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  gap: 20px;
}

.our-team .item {
	border-radius: 10px;
}

.our-team {
	margin-top:65px;
	padding-bottom: 50px;
}

.breadcrumbs ul a,
.breadcrumbs ul li {
	color:black;
}

@media (min-width: 0px) and (max-width: 991px) {
	
	.question .available-dates {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	
	.question .available-dates .item {
		padding: 10px;
	}

	.question .calendar-choice {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.team-items {
	  display: grid;
	  grid-template-columns: 1fr;
	  position: relative;
	  gap: 20px;
	  top: 50px;
	  
	}
	
	.our-team {
		margin-top:10px;
		margin-bottom: 20px;
	}
	
	.our-team-container .blog-breadcrumbs,
	.our-team-container .blog-breadcrumbs li,
	.our-team-container .blog-breadcrumbs i {
		color: #3542a2;
		margin-top: 50px;
	}
	
	.team-person-image {
		height: 310px;
	}
	
	.team-mini-title {
		text-align: center;
	}
	
	.blog-right-wrapper {
		padding-top: 25px;
		padding-bottom: 50px;
		padding-left: 0px;
	}
}

/* COOKIES*/

.cookie-info {
	position: fixed;
    z-index: 100435345;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(66 79 176 / 90%);
	border-radius: 10px;
    margin: 10px;
	width: 527px;
	padding: 25px;
}

.cookie-info .window-close {
	position: relative;
	float: right;
	cursor: pointer;
	color: white;
}

.cookie-info p {
	color: white;
}

.cookie-info a {
	margin-top: 20px;
	margin-left: 20px;
}

.cookie-title {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.agreements {
	display: flex;
    justify-content: flex-end;
}

.agreement-settings-window {
	display: none;
    position: absolute;
    background-color: white;
    z-index: 10011;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	overflow-y: auto;
	width: 62%;
	padding: 40px 30px;
	max-height: 90%;
	max-width: 1680px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

.cookie-window {
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(53, 66, 162, 0.75);
    z-index: 10010;
    display: none;
}

.cookie-window.show {
	display: block;
}

.agreement-settings-window .window-close span {
    position: absolute;
    right: 25px;
    top: 25px;
    font-weight: 600;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #f6f8fd;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    color: #000;
}

.agreement-settings-window button {
	margin-top: 20px;
}

.agreement-settings-window.show{
	display: block;
	animation-name: show-window-body;
    animation-duration: 0.3s;
}

.checkbox-wrapper-1 *,
.checkbox-wrapper-1 ::after,
.checkbox-wrapper-1 ::before {
	box-sizing: border-box;
}
.checkbox-wrapper-1 [type=checkbox].substituted {
	margin: 0;
	width: 0;
	height: 0;
	display: inline;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.checkbox-wrapper-1 [type=checkbox].substituted + label:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	height: 1.15em;
	width: 1.15em;
	margin-right: 0.6em;
	color: rgba(0, 0, 0, 0.275);
	border: solid 0.06em;
	box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07em transparent inset;
	border-radius: 0.2em;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
	background-size: 0;
	will-change: color, border, background, background-size, box-shadow;
	transform: translate3d(0, 0, 0);
	transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
}
.checkbox-wrapper-1 [type=checkbox].substituted:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted:enabled + label:active:before {
	box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset;
	background-color: #f0f0f0;
}
.checkbox-wrapper-1 [type=checkbox].substituted:checked + label:before {
	background-color: #3B99FC;
	background-size: 0.75em;
	color: rgba(0, 0, 0, 0.075);
}
.checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled + label:active:before {
	background-color: #0a7ffb;
	color: rgba(0, 0, 0, 0.275);
}
.checkbox-wrapper-1 [type=checkbox].substituted:focus + label:before {
	box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
}
.checkbox-wrapper-1 [type=checkbox].substituted:focus:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted:focus + label:active:before {
	box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
}
.checkbox-wrapper-1 [type=checkbox].substituted:disabled + label:before {
	opacity: 0.5;
}

.checkbox-wrapper-1 [type=checkbox].substituted.dark + label:before {
	color: rgba(255, 255, 255, 0.275);
	background-color: #222;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="rgba(34, 34, 34, 0.999)" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>');
}
.checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled + label:active:before {
	background-color: #444;
	box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(255, 255, 255, 0.1) inset;
}
.checkbox-wrapper-1 [type=checkbox].substituted.dark:checked + label:before {
	background-color: #a97035;
	color: rgba(255, 255, 255, 0.075);
}
.checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled + label:active:before {
	background-color: #c68035;
	color: rgba(0, 0, 0, 0.275);
}
  
.checkbox-wrapper-1 label {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.checkbox-wrapper-1 label p {
	padding-right: 40px;
	width: 100%;
}

.checkbox-wrapper-1 h3 {
	margin-bottom: -10px;
	margin-top: 20px;
}

.checkbox-wrapper-1 [type=checkbox].substituted + label:before {
	width: 40px;
	height: 40px;
}

.agreement-settings-window .agreement-header {
	margin-bottom: 20px;
}

.agreement-settings-window h3 {
	font-size: 23px;
    font-weight: 600;
}

.agreement-settings-window div:last-of-type {
	display: flex;
	justify-content: center;
}

@media (min-width: 0px) and (max-width: 991px) {
	
	.agreement-settings-window {
		width: 90%;
	}
	
	.cta-boxes {
		grid-template-columns: 1fr;
	}
	
	.cookie-info {
		width: 95%;
		margin-bottom: 90px;
		font-size: 14px;
		padding: 15px;
	}
	
	.cookie-info a {
		margin-top:10px;
	}
	
	.marquee {
		width: 368px!important;
	}
	
	.cookie-title {
		font-size: 17px;
		font-weight: 600;
		margin-bottom: 5px;
	}
}

/* SECOND HEADER */

.header-center {
	position: relative;
    z-index: 999;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.marquee {
	width: 819px;
	display: block;
	overflow: hidden;
}

.marquee .js-marquee div {
	display: flex;
	align-items: center;
}

.scroll-up {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40px;
	left: 20px;
    right: auto;
    position: absolute;
}

.scroll-up i {
	text-decoration: none;
    font-size: 40px;
    margin-left: 10px;
    transform: rotate(270deg);
	color: #424fb0;
	margin-top: 7px;
}

.scroll-up:hover {
  text-decoration: none;
}

.footer ul li.scroll-up [class^="flaticon-"]:before,
.footer ul li.scroll-up [class*=" flaticon-"]:before,
.footer ul li.scroll-up [class^="flaticon-"]:after,
.footer ul li.scroll-up [class*=" flaticon-"]:after { 
	font-size: 20px;
}
/*FORM - BOOKLET*/
.upload-bonus {   
    display: flex;
    justify-content: center;
	
}
.upload-bonus a {   
	width: 232px;
}

.fast-contact a:last-of-type i {
	font-size:20px;
	libne-height:20px;
}

header .header-wrapper nav ul li:hover .submenu {
    visibility: visible;
    opacity: 1;
    top: 50px;
    padding: 10px;
}

.sanction-bankruptcy {
	margin-top: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.sanction-bankruptcy a {
	inline-size: fit-content;
    margin: auto;
	padding: 15px 60px;
}

.search-mobile {
	display: none;
}

.search-question-faq {
	margin-top: 44px;
    width: 67%;
    margin-left: auto;
    margin-right: auto;
}

.search-question-faq form {
	position: relative;
}

.search-question-faq form button {
	position: absolute;
    right: 14px;
    bottom: 2px;
}

.biknaplus-video div {
	display: flex;
    justify-content: center;
	gap: 40px;
}

.biknaplus-video {
	margin: 50px 0px;
}

.biknaplus-video div:first-of-type {
	height: 789px;
	margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 991px) {
	.sanction-bankruptcy {
	    margin-left: -20px;
	}
	
	.sanction-bankruptcy a {
		padding: 13px 9px;
	}
	
	.search-mobile {
		display: block;
		position: absolute;
		right: 2px;
        top: 123px;
	}
	
	.search-mobile i {
		display: flex;
		justify-content: center;
		background-color: white;
		padding: 10px 10px;
		border-radius: 10px;
		box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	}
	
	.search-question.active {
		top: 164px;
	}
	
	.search-question {
		border-radius: 0px;
		box-shadow: 0 0 10px rgb(0 0 0 / 10%);
		
	}
	
	.search-question .form-space input[type='text'] {
		font-size: 13px;
		padding: 0px 19px;
		margin-left: 14px;
	}
	
	.search-question form button {
		transform: translate(-50px, 1px);
	}
	
	.mobile-close-search {
		position: absolute;
		right: 26px;
		top: 15px;
	}
	
	.biknaplus-video div {
		display: block;
		margin-top: 20px;
	}
	
	.biknaplus-video div:first-of-type {
		height: auto;
		margin-bottom: 0px;
	}
	
}

/* LIVE BANNER */

.live-banner {
	display: flex;
	justify-content: center;
	padding: 50px 0;
}

.live-banner .banner {
	width: 730px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
    background-color: #FE4141;
	position: relative;
	color: #fff;
	border-radius: 10px;
}

.live-banner .banner .banner-content {
	display: flex;
	align-items: center;
	flex: 1;
	padding: 20px;
}

.live-banner .banner .banner-content img {
	width: 80px;
}

.live-banner .banner .banner-content .banner-text {
	margin-left: 20px;
}

.live-banner .banner .banner-content h4 {
	font-size: 23px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #fff;
}

.live-banner .banner .banner-image {
	width: 200px;
}

.live-banner .banner .banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.live-banner .banner a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

@media (min-width: 0px) and (max-width: 991px) {
	.live-banner .banner .banner-image {
		width: 100%;
		border-radius: 0;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
}

/* THANK YOU PAGE */
.thank-you-page {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.finish-form-call {
	background-color: #f24747;
	border: 2px solid #fff;
	display: block;
	padding: 10px 20px;
    border-radius: 44px;
}

.finish-form {
	padding: 10px 20px;
    border-radius: 44px;
}

.finish-form a,
.finish-form-call a {
	color: #fff;
	display:flex;
	padding: 10px 20px;
    border-radius: 44px;
	display: flex;
    align-items: center;
}

.finish-form a span,
.finish-form-call a span {
	text-align: center;
    font-weight: 600;
}

.finish-form-call img,
.finish-form img {
	width: 49px;
    margin-right: 10px;
}

.finish-form-call div,
.finish-form div {
}

.finish-form a:last-of-type {
	background-color: #a8ce3b;
	border: 2px solid #a8ce3b;
}

.finish-form a:first-of-type {
	background-color: #3542a2;
	border: 2px solid #3542a2;
	margin-bottom: 10px;
}

.finish-form-call a span,
.finish-form a span {
    display: block;
	margin: auto;
}

.finish-form {
	display: flex;
    gap: 30px;
    margin-top: 30px;
}

@media (min-width: 0px) and (max-width: 991px) {
	.finish-form {
		display: block;
		margin-top: 10px;
	}
	
	.finish-form-call {
		padding: 0px 0px;
	}
	
	.finish-form {
		padding: 0px 0px;
	}
	
	.finish-form-call img,
	.finish-form img {
		width: auto;
		height: 38px;
	}
}

/* POPUP DAMIANA */
#finteo-popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	justify-content: center;
	align-items: center;
}

#finteo-popup {
	background: white;
	padding: 40px;
	border-radius: 12px;
	max-width: 500px;
	width: 90%;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
	position: relative;
}

#finteo-popup-close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 28px;
	cursor: pointer;
	color: #666;
	background: none;
	border: none;
	line-height: 1;
}

#finteo-popup h2 {
	margin: 0 0 20px 0;
	font-size: 24px;
	color: #333;
}

#finteo-popup input {
	width: 100%;
	padding: 12px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 16px;
	box-sizing: border-box;
}

#finteo-popup button[type="submit"] {
	width: 100%;
	padding: 15px;
	background: #0066cc;
	color: white;
	border: none;
	border-radius: 6px;
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
}

#finteo-popup button[type="submit"]:hover {
	background: #0052a3;
}


/* Chatbot Button */
.chatbot-button {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #007bff, #0056b3);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 4px 20px rgba(0, 123, 255, 0.3);
	z-index: 1000;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.chatbot-button:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 25px rgba(0, 123, 255, 0.4);
}

.chatbot-button svg {
	width: 30px;
	height: 30px;
	fill: white;
}

/* Notification Bubble */
.notification-bubble {
	position: fixed;
	bottom: 100px;
	right: 30px;
	background: white;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	padding: 15px 20px;
	max-width: 250px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	z-index: 999;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.3s ease;
	cursor: pointer;
}

.notification-bubble.show {
	opacity: 1;
	transform: translateY(0);
}

.notification-bubble::after {
	content: '';
	position: absolute;
	bottom: -8px;
	right: 25px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid white;
}

.notification-text {
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.close-notification {
	position: absolute;
	top: 5px;
	right: 10px;
	background: none;
	border: none;
	font-size: 16px;
	color: #999;
	cursor: pointer;
}

/* Chatbot Window */
.chatbot-window {
	position: fixed;
	bottom: 100px;
	right: 30px;
	width: 380px;
	height: 500px;
	background: white;
	border-radius: 15px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
	z-index: 1001;
	opacity: 0;
	transform: translateY(20px) scale(0.9);
	transition: all 0.3s ease;
	display: none;
	flex-direction: column;
}

.chatbot-window.show {
	opacity: 1;
	transform: translateY(0) scale(1);
	display: flex;
}

/* Header */
.chatbot-header {
	background: linear-gradient(135deg, #007bff, #0056b3);
	color: white;
	padding: 20px;
	border-radius: 15px 15px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chatbot-title {
	font-size: 18px;
	font-weight: 600;
}

.close-chatbot {
	background: none;
	border: none;
	color: white;
	font-size: 20px;
	cursor: pointer;
	padding: 5px;
}

/* Messages Area */
.chatbot-window .messages-container {
	flex: 1;
	padding: 20px;
	overflow-y: auto;
	background: #f8f9fa;
}

.chatbot-window .message {
	margin-bottom: 15px;
	display: flex;
	align-items: flex-start;
}

.chatbot-window .message.bot {
	justify-content: flex-start;
}

.chatbot-window .message.user {
	justify-content: flex-end;
}

.chatbot-window .message-bubble {
	max-width: 80%;
	padding: 12px 16px;
	border-radius: 18px;
	font-size: 14px;
	line-height: 1.4;
}

.chatbot-window .message.bot .message-bubble {
	background: white;
	color: #333;
	border: 1px solid #e0e0e0;
}

.chatbot-window .message.user .message-bubble {
	background: #007bff;
	color: white;
}

/* Input Area */
.chatbot-window .input-container {
	padding: 20px;
	border-top: 1px solid #e0e0e0;
	background: white;
	border-radius: 0 0 15px 15px;
}

.chatbot-window .message-input {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #e0e0e0;
	border-radius: 25px;
	font-size: 14px;
	outline: none;
	transition: border-color 0.3s ease;
}

.chatbot-window .message-input:focus {
	border-color: #007bff;
}

/* Form Modal */
.chatbot-window .form-modal {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	z-index: 1002;
}

.chatbot-window .form-modal.show {
	display: flex;
}

.chatbot-window .form-content {
	background: white;
	padding: 30px;
	border-radius: 15px;
	width: 90%;
	max-width: 320px;
	max-height: 90%;
	overflow-y: auto;
}

.chatbot-window .form-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #333;
	text-align: center;
}

.chatbot-window .form-group {
	margin-bottom: 15px;
}

.chatbot-window .form-label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #555;
	font-weight: 500;
}

.chatbot-window .form-input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	font-size: 14px;
	outline: none;
	transition: border-color 0.3s ease;
}

.chatbot-window .form-input:focus {
	border-color: #007bff;
}

.chatbot-window .form-select {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	font-size: 14px;
	outline: none;
	background: white;
	cursor: pointer;
}

.chatbot-window .form-button {
	width: 100%;
	padding: 12px;
	background: #007bff;
	color: white;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease;
	margin-top: 10px;
}

.chatbot-window .form-button:hover {
	background: #0056b3;
}

.chatbot-window .extended-form {
	display: none;
}

.chatbot-window .extended-form.show {
	display: block;
}

/* Demo page content */
.chatbot-window .demo-content {
	padding: 50px 20px;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}

.chatbot-window .demo-title {
	font-size: 2.5rem;
	color: #333;
	margin-bottom: 20px;
}

.chatbot-window .demo-subtitle {
	font-size: 1.2rem;
	color: #666;
	margin-bottom: 40px;
}

/* Responsive */
@media (max-width: 768px) {
	.chatbot-window {
		width: calc(100vw - 20px);
		height: calc(100vh - 275px);
		right: 10px;
		bottom: 80px;
	}

	.chatbot-button {
		right: 20px;
		bottom: 20px;
	}

	.notification-bubble {
		right: 20px;
		bottom: 90px;
		max-width: calc(100vw - 120px);
	}
}

/* WIDGET DAMIANA */
 /* Widget container */
.widget-bankruptcy-notification.notification-widget {
	position: fixed;
	top: 20px;
	background: white;
	padding: 16px 20px;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 320px;
	z-index: 9999999999999999999999999999999999999999999999999;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Pozycjonowanie - lewo */
.widget-bankruptcy-notification.notification-widget.left {
	left: -350px;
	animation: slideInLeft 0.5s ease-out forwards;
}

/* Pozycjonowanie - prawo */
.widget-bankruptcy-notification.notification-widget.right {
	right: -350px;
	animation: slideInRight 0.5s ease-out forwards;
}

/* Hover efekt */
.widget-bankruptcy-notification.notification-widget:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

/* Ikona checkmark */
.widget-bankruptcy-notification .widget-icon {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.widget-bankruptcy-notification .widget-icon svg {
	width: 24px;
	height: 24px;
	fill: white;
}

/* Treść */
.widget-bankruptcy-notification .widget-content {
	flex: 1;
}

.widget-bankruptcy-notification .widget-text {
	font-size: 15px;
	color: #1f2937;
	font-weight: 500;
	line-height: 1.4;
}

.widget-bankruptcy-notification .widget-number {
	color: #10b981;
	font-weight: 700;
}

/* Przycisk zamknięcia */
.widget-bankruptcy-notification .widget-close {
	background: none;
	border: none;
	color: #9ca3af;
	font-size: 20px;
	cursor: pointer;
	padding: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s;
	flex-shrink: 0;
}

.widget-bankruptcy-notification .widget-close:hover {
	color: #374151;
}

/* Animacje wjazdu */
@keyframes slideInLeft {
	to {
		left: 20px;
	}
}

@keyframes slideInRight {
	to {
		right: 20px;
	}
}

/* Animacja wyjazdu - lewo */
.widget-bankruptcy-notification.notification-widget.left.hiding {
	animation: slideOutLeft 0.4s ease-in forwards;
}

@keyframes slideOutLeft {
	to {
		left: -350px;
		opacity: 0;
	}
}

/* Animacja wyjazdu - prawo */
.widget-bankruptcy-notification.notification-widget.right.hiding {
	animation: slideOutRight 0.4s ease-in forwards;
}

@keyframes slideOutRight {
	to {
		right: -350px;
		opacity: 0;
	}
}

/* Responsywność mobile */
@media (max-width: 600px) {
	.widget-bankruptcy-notification.notification-widget {
		top: 10px;
		max-width: calc(100% - 40px);
		padding: 14px 16px;
	}

	.widget-bankruptcy-notification.notification-widget.left {
		left: -100%;
	}

	.widget-bankruptcy-notification.notification-widget.right {
		right: -100%;
	}

	@keyframes slideInLeft {
		to {
			left: 10px;
		}
	}

	@keyframes slideInRight {
		to {
			right: 10px;
		}
	}

	@keyframes slideOutLeft {
		to {
			left: -100%;
		}
	}

	@keyframes slideOutRight {
		to {
			right: -100%;
		}
	}

	.widget-bankruptcy-notification .widget-text {
		font-size: 14px;
	}

	.widget-bankruptcy-notification .widget-icon {
		width: 36px;
		height: 36px;
	}
}

/* QUESTIONAIRE */

.question {
	display: none;
}

.question.active {
    display: block !important;
}

.question .question-title {
	text-align: center;
	margin-bottom: 30px;
}

.question .question-title h1 {
	font-size: 34px;
	font-weight: 700;
	color: #000;
}

.question .question-title h1 .circle {
	display: inline-flex;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #6dce6d;
}

.question .question-title h1 .circle {
	margin: 0 5px;
}

@keyframes blink {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.question .question-title h1 > span {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}

.question .question-title h1 > span span {
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	background-color: rgba(228, 39, 84, .75);
	border-radius: 4px;
}

.question .question-title h1 em {
	background-color: rgb(239,244,253);
	border-radius: 30px;
	padding: 5px;
	display: block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 16px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display:table;
	font-weight: 500;
	color: #1e3d72;
	font-style: normal;
	text-transform: uppercase;
}

.question .select-items .item,
.question .radio-items .item {
	position: relative;
	margin-bottom: 10px;
	background-color: #fff;
	display: flex;
	align-items: center;
	transition: .3s;
	cursor: pointer;
	padding: 15px;
	border: 2px solid #fff;
	border-radius: 6px;
	border-bottom: 2px solid #e7f3ff;
}

.question .select-items .item.checked,
.question .radio-items .item.checked {
	border-color: #f24747;
}

.question .select-items .item:last-child,
.question .radio-items .item:last-child {
	margin-bottom: 0px;
}

.question .select-items .checked .is-checked i,
.question .radio-items .checked .is-checked i
{
	color:white!important;
}

.question .select-items .item h3 {
	margin-left: 30px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	transition: .3s;
}

.question .select-items .item.checked h3,
.question .radio-items .item.checked h3 {
	color: #f24747;
}

.question .select-items .item .icon,
.question .radio-items .item .icon {
	margin: 0 10px;
}

.question .select-items .item .icon i,
.question .radio-items .item .icon i {
	position: relative;
	top: 2px;
	color: #f24747;
	font-size: 26px;
	line-height: 26px;
}

.question .select-items .item .is-checked,
.question .radio-items .item .is-checked {
	width: 30px;
	height: 30px;
	border-radius: 99px;
	color: #fff;
	text-align: center;
	background-color: #f5f5f5;
	border: 2px solid #ccc;
	transition: .2s;
	position: absolute;
}

.question .select-items .item.checked .is-checked,
.question .radio-items .item.checked .is-checked {
	color: #fff;
	background-color: #f24747;
	border-color: #f24747;
}

.question .select-items .item .is-checked i,
.question .radio-items .item .is-checked i {
	position: relative;
	top: 4px;
	color: #ddd;
	font-size: 16px;
	line-height: 16px;
	transition: .2s;
}

.question .choice-items {
	display: flex;
	justify-content: center;
	justify-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.question .choice-items .item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: calc(25% - 20px);
	padding: 30px 15px;
	background-color: #fff;
	text-align: center;
	transition: .3s;
	cursor: pointer;
	padding: 30px 15px;
	border: 4px solid #fff;
	border-radius: 6px;
	border-bottom: 4px solid #e7f3ff;
	position: relative;
}

.question .choice-items .item .is-checked {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border-bottom-right-radius: 6px;
	color: #fff;
	text-align: center;
	background-color: #f5f5f5;
	transition: .2s;
}

.question .choice-items .item .is-checked i {
	position: relative;
	top: 6px;
	color: #ddd;
	font-size: 16px;
	line-height: 16px;
	transition: .2s;
}

.question .choice-items .item:hover .is-checked,
.question .choice-items .item.checked .is-checked {
	background-color: #f24747;
}

.question .choice-items .item:hover .is-checked i,
.question .choice-items .item.checked .is-checked i {
	color: #fff;
}

.question .choice-items .item:hover,
.question .choice-items .item.checked {
    background-color: #e7f3ff;
	border-color: #f24747;
}

.question .choice-items .item .icon {
	margin-bottom: 10px;
}

.question .choice-items .item .icon i {
	position: relative;
	top: 2px;
	color: #f24747;
	font-size: 45px;
	line-height: 45px;
}

.question .choice-items .item .icon img {
	max-width: 50%;
	max-height: 140px;
}

.question .choice-items .item h3 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	transition: .3s;
}

.question .choice-items .item:hover h3,
.question .choice-items .item.checked h3 {
	color: #3086f3;
}

.question .choice-items .item p {
	margin-top: 5px;
}

.question .question-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 30px;
}

.question .question-footer a {
	display: flex;
	align-items: center;
	background-color: #f24747;
	color: #fff;
	border: 2px solid #f24747;
	padding: 15px 30px;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	border-radius: 35px;
	margin:5px;
}

.question .question-footer .last-question {
	display: flex;
	align-items: center;
	padding-right: 55px;
	background-color: #959595;
	color: #fff;
	border: 2px solid #959595;
	margin:5px;
}

.question .question-footer a i {
	position: relative;
	top: 2px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	margin-left: 10px;
	animation-name: button-arrow;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.question .question-center {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.question .question-center .range-slider-wrapper {
	width: 50%;
	text-align: center;
	margin-top: 15px;
}

.question .question-center .range-slider-wrapper > span {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	color: #999;
}

@keyframes button-arrow {
	0% {
		left: 0px;
	}
	50% {
		left: 10px;
	}
	100% {
		left: 0px;
	}
}

.form-item,
.form-space {
	position: relative;
	margin-bottom: 20px;
}

.form-item:last-child,
.form-space:last-child {
	margin-bottom: 0px
}

.form-space label {
	display: block;
	margin-bottom: 10px;
	color: #000;
	font-weight: 500;
}

.form-space input {
	display: block;
	background-color: #fff;
	width: 100%;
	padding: 15px 20px;
	border: 2px solid #fff;
    border-radius: 6px;
    border-bottom: 2px solid #e7f3ff;
	margin-top: 10px;
}

.form-space input.timepicker {
	font-size: 50px;
	font-weight: 700;
	cursor: pointer;
}

.form-space select {
    display: block;
    width: 100%;
    height: 54px;
    background-color: #fff;
    border: 1px solid #ced0d4;
    border-radius: 8px;
    transition: all .3s ease;
    padding: 12px 15px;
    color: #000;
}

.form-item span {
	position: absolute;
}

.form-item input {
	display: block;
	width: 100%;
	height: 70px;
	background-color: white;
	border: 0;
	border-radius: 4px;
	transition: all .3s ease;
	padding: 3px 0px 0px 37px;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	margin-top: 50px;
}

.form-item input:focus {
	border-color: #00ba82;
}

.form-item label {
	position: absolute;
	cursor: text;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	left: 5px;
	font-weight: 600;
	color: #888;
	transition: all .3s ease;
	font-size: 14px;
	line-height: 14px;
	padding: 15px 25px 115px;
}

.form-checkbox .checkbox-2 {
	position: absolute;
	opacity: 0;
	width: 30px;
}

.form-checkbox label {
	display: flex;
	align-items: center;
}

.form-checkbox span {
	padding-left: 50px;
}

.form-checkbox .checkbox-2 + label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.form-checkbox .checkbox-2 + label:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	border: 2px solid #d2dae2;
	border-radius: 2px;
}

.form-checkbox .checkbox-2.error + label:before {
	border-color: #ec0000;
}

.form-checkbox .checkbox-2:hover + label:before {
	border-color: #555;
}

.form-checkbox .checkbox-2:checked + label:before {
	border: 2px solid #313237;
	background: #313237;
}

.form-checkbox .checkbox-2:checked + label:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    background: white;
    width: 3.5px;
    height: 3.5px;
    box-shadow: 
      2.5px 0 0 white,
      3px 0 0 white,
      3px -1.5px 0 white,
      3px -3px 0 white,
      3px -4.5px 0 white,
      3px -6px 0 white;
    transform: rotate(45deg);
}

.form-1 {
	position: relative;
	text-align: center;
}

.form-1 input {
	background-color: #fff;
	border: 0;
	padding: 15px;
	padding-right: 40px;
}

.form-1 span {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.ui-slider-horizontal {
	height: 10px;
	border: 0;
}

.ui-slider-range {
	background-color: #f24747;
	background-image: none;
	border: 0;
}

.ui-widget.ui-widget-content {
	border: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	top: -10px;
	background: #f24747;
	border-radius: 100%;
	border: 3px solid #fff;
	width: 32px;
	height: 32px;
}

.question-title h1 span{
	display: block;
    width: 50px;
    height: 4px;
    background: #f24747;
    border-radius: 3px;
    margin-bottom: 30px;
	margin-top: 30px!important;
	margin-left: auto;
	margin-right: auto;
}

.last-question .flaticon-right-arrow-4{
	opacity: 0;
}

.videos {
	display: flex;
    gap: 50px;
    justify-content: center;
    margin-top: 50px;
}

.videos video {
	width: 520px;
}

.loader {
	width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.finish-form {
	gap: 50px;
}

.finish-form a:last-of-type {
	background-color: #a8ce3b;
	border: 2px solid #a8ce3b;
}

.finish-form a:first-of-type {
	background-color: #3542a2;
	border: 2px solid #3542a2;
}

.finish-form-call {
	gap: 30px;
}

.finish-form-call div,
.finish-form div {
    display: block;
}

.finish-form-call a span,
.finish-form a span {
    display: block;
}

.finish-form-call img,
.finish-form img {
	width: 35px;
    margin-right: 10px;
}

.finish-form span:last-of-type {
	font-size: 12px;
}

.finish-form-call .next-question {
	background-color: #eba325!important;
	border: 2px solid #eba325!important;
	border-radius: 9px!important;
	line-height: 20px!important;
}

.question .finish-form-call .question-footer {
	margin-top: 0px!important;
}

@media (min-width: 0px) and (max-width: 991px) {

	.question .question-title h1 {
		font-size: 24px;
	}
	
	.question .choice-items {
		gap: 10px;
	}
	
	.question .choice-items .item {
		width: calc(50% - 10px);
		padding: 15px 10px;
		background-color: #fff;
		border-radius: 6px;
		border: 2px solid #fff;
		border-bottom: 2px solid #e7f3ff;
	}
	
	.question .choice-items .item h3 {
		font-size: 14px;
	}
	
	.videos {
		display: block;
		margin-top: 20px;
	}

	.videos video {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.question .question-footer {
		flex-direction: column-reverse;
	}
	
	.question .question-footer .last-question {
		width: 58%;
	}
	
	.finish-form {
		gap: 0px;
	}
	
}

/* finteo-semantic-h1-styles: H2 promowany do jedynego H1 zachowuje wyglad */
.frontpage-items .item h1 {
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}
.section-title h1,
.page-blog-title h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #000;
}
.bg-2 .section-title h1 { color: #fff; }
.finteo-page-heading {
  max-width: 1170px;
  margin: 36px auto 20px;
  padding: 0 15px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 991px) {
  .frontpage-items .item h1 { font-size: 32px; line-height: 40px; }
  .section-title h1, .page-blog-title h1, .finteo-page-heading { font-size: 28px; line-height: 34px; }
}
@media screen and (max-width: 600px) {
  .page-blog-title h1 { font-size: 29px; }
}

/* finteo-cwv-layout-stability-v1 */
/* Font2 contains the Finteo-only glyphs; all remaining icons use font3. */
i.flaticon-accounting:before,
i.flaticon-admin-panel:before,
i.flaticon-economic-crisis:before,
i.flaticon-family-economy:before,
i.flaticon-family-insurance:before,
i.flaticon-holding-hands:before,
i.flaticon-job-opportunities:before,
i.flaticon-money:before,
i.flaticon-philosophy:before,
i.flaticon-private:before,
i.flaticon-productivity:before,
i.flaticon-safety:before,
i.flaticon-save-money:before,
i.flaticon-stability:before,
i.flaticon-trust:before {
  font-family: flaticon_finteom !important;
}
header .logo img {
  height: auto;
  aspect-ratio: 1254 / 366;
}
@media (max-width: 991px) {
  .top-bar { min-height: 45px; }
  .fast-contact-mobile {
    width: 194px;
    min-width: 194px;
    flex: 0 0 194px;
    text-align: center;
  }
}

