/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: Konrad Kustosik
Author URI:  https://markii.pl/
Template: salient
Version: 5.5
*/
	/* Global class wallet */
	:root {
		--url-translate: .2s linear;
		--color-white: #ffffff;
		--color-black: #1B1B19;
		--color-blue: #0E0E90;
		--color-violet: #4545FF;
		--color-yellow: #FFC659;
		--color-greay: #4545FF0D;
	}
	.wallet-button {
		display: block;
		border-radius: 8px;
		width: 370px;
		padding: 17px 25px;
		background-color: var(--color-yellow);
		transition: transform .4s var(--url-translate), opacity .4s var(--url-translate);
	}
	.wallet-button:hover {
		transform: translateY(-3px);
		opacity: .85;
	}
	.wallet-button-text {
		font-size: 18px;
		color: var(--color-black);
		font-weight: 500;
	}
	.wallet-heading {
		font-size: 32px;
		font-weight: bold;
		margin: 0;
		color: var(--color-blue);
	}
	.wallet-text {
		font-size: 18px;
		color: var(--color-blue);
		padding: 0;
	}
	.wallet-center-text {
		text-align: center;
	}
	.wallet-play {
		position: relative;
	}
	.wallet-play-wrap {
		position: absolute;
		left: 48%;
		top: 35%;
		transform: translate(-50%, -50%);
		z-index: 2;
		background-color: transparent;
		border: none;
	}
	.wallet-play-icon{
		cursor: pointer;
		display: block;
		width: 92px;
		height: 92px;
		background: url('http://dev.beesafe.pl/wp-content/uploads/2022/07/play.svg') center / contain no-repeat;
		transition: transform var(--url-translate);
	}
	.wallet-play-icon:hover{
		transform: translateY(-2px);
	}
	.wallet-flex {
		display: flex;
	}
	.wallet-flex-end {
		display: flex;
		justify-content: flex-end;
	}
	.wallet-flex-center {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/* Wallet heading*/
	.heading-page {
		margin-bottom: 80px !important;
	}
	.heading-page-reversal {
		display: block;
		margin-bottom: 27px;
		width: max-content;
	}
	.heading-page-page-reversal-icon {
		background: url('http://dev.beesafe.pl/wp-content/uploads/2022/05/symbols-icons-back.png') center / contain no-repeat;
		display: inline-block;
		width: 21px;
		height: 22px;
	}
	.heading-page-l-coll {
		display: flex;
		flex-flow: column;
		justify-content: center;
	}
	.heading-page-page-reversal-text {
		font-size: 14px;
		color: var(--color-violet);
		position: relative;
		top: -6px;
	}
	.heading-page-l-coll-header {
		font-size: 48px;
		color: var(--color-blue);
	}
	.header_headerowy {
		font-size: 48px;
	}
	.heading-page-l-coll-text p{
		padding: 24px 0 32px !important;
		font-size: 18px;
		letter-spacing: 0;
		line-height: 1.5;
		color: var(--color-blue);
	}
	.heading-page-l-coll-text p {
		font-size: 18px !important;
	}
	.heading-page-r-coll img {
		width: 530px;
	}
	/*Wallet notifications in time*/
	.notifications-in-time {
		margin-bottom: 160px;
	}
	.notifications-in-time-wrap {
		margin-top: 65px;
	}
	.notifications-in-time-l-coll {
		padding-right: 67px;
	}
	.notifications-in-time-r-coll {
		padding-left: 67px;
	}
	.notifications-in-time-coll-box-images img {
		width: 530px;
	}
	.notifications-in-time-sub-heading {
		padding: 38px 0 15px;
	}
	/*Fast access*/
.fast-access {
	margin-bottom: 156px;
}
.fast-access-image img {
	width: 600px;
}
.wallet-flex-contant {
  padding-top: 160px;
}
.fast-access-heading {
	padding-bottom: 40px;
}
/*Help info*/
.help-info-text {
	padding: 50px 0 ;
}
.help-info-list-wrap {
	padding-top: 34px;
	margin: 0;
}
.help-info-list-item {
	list-style: none;
	padding-bottom: 24px;
}
.help-info-list-item:last-child {
	padding-bottom: 0;
}
.help-info-list-item::before {
	content: "";
	display: inline-block;
	background: url(http://dev.beesafe.pl/wp-content/uploads/2022/07/check.svg) center / contain no-repeat;
	width: 17px;
	height: 11px;
	margin-right: 15px;
}
.help-info-img{
	position: relative;
	bottom: 125px;
}
/*Policy phone*/
.policy-phone {
	position: relative;
	padding: 83px 300px 0;
	margin-bottom: 125px;
}
.policy-phone-backround {
	background-color: var(--color-greay);
	position: absolute;
	width: 100%;
	height: 80%;
	left: 0;
	top: 0;
	border-radius: 32px;
}
.policy-phone-wrap {
	position: relative;
	z-index: 2;
}
.policy-phone-top {
  margin-bottom: 55px;
}
.policy-phone .wallet-play-wrap {
	left: 51%;
	top: 47%;
}
/*faq*/
.faq-lp {
	margin-bottom: 200px;
}
.faq-lp-header-box {
	margin-bottom: 45px;
}
.faq-lp-header-icon {
	display: block;
	background: url("http://dev.beesafe.pl/wp-content/uploads/2022/07/faq_icon.svg") center / contain no-repeat;
	width: 70px;
	height: 47px;
	margin-bottom: 26px;
}
.faq-lp-toggle {
	padding: 0 70px;
}
.toggle-title {
	padding: 27px 0;
	border-bottom: 2px solid var(--color-greay);
	cursor: pointer;
	position: relative;
}
.toggle-title::before {
  content: "";
  background: url("http://dev.beesafe.pl/wp-content/uploads/2022/07/Group-12.svg") center / contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  width: 26px;
  height: 26px;
}
.toggle-inner {
  padding: 40px 25px 0 25px;
  display: none;
  margin: -7px 0 6px;
}

@media (max-width: 1360px) {
	.fast-access-image img {
		width: 552px;
	}
}
@media (max-width: 1290px) {
	.heading-page-l-coll {
		padding-right: 15px;
	}
	.heading-page-l-coll-header {
		font-size: 43px;
	}
	.heading-page-l-coll-text p {
		font-size: 20px;
	}
	.heading-page-r-coll img {
		width: 488px;
	}
	.notifications-in-time-coll-box-images img {
		width: 460px;
	}
	.fast-access-image img {
		width: 465px;
	}
	.help-info .wallet-flex .vc_col-sm-6:first-child {
		position: relative;
		z-index: 1;
	}
	.help-info-img {
		width: 629px;
	}
	.policy-phone {
		padding: 83px 200px 0;
	}
}

@media (max-width: 1100px) {
	.wallet-flex {
		display: block;
	}
	.vc_col-sm-6 {
		width: 100%;
	}
	.wallet-text {
		font-size: 14px;
	}
	.wallet-heading {
		font-size: 26px;
	}
	.heading-page {
		margin-bottom: 80px;
	}
	.heading-page-r-coll  {
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}
	.heading-page-r-coll img {
		width: 700px;
	}
	.wallet-play-wrap {
		left: 40%;
	}
	.notifications-in-time {
		margin-bottom: 80px;
	}
	.notifications-in-time-coll-box-images img {
		width: 580px;
	}
	.notifications-in-time-coll-box-images {
		display: flex;
		justify-content: center;
	}
	.notifications-in-time-coll-box {
		padding-bottom: 44px;
	}
	.notifications-in-time-l-coll {
		padding-right: inherit;
	}
	.notifications-in-time-r-coll {
		padding-left: inherit;
	}
	.wallet-flex-contant {
		padding-top: 0;
	}
	.fast-access {
		margin-bottom: 50px;
	}
	.fast-access-image {
		display: flex;
		justify-content: center;
	}
	.fast-access-image img {
		width: 600px;
	}
	.help-info {
		margin-bottom: 80px;
	}
	.help-info .wallet-flex {
		display: flex;
		flex-flow: column-reverse;
	}
	.help-info-img {
		position: inherit;
	}
	.help-info .wallet-flex .vc_col-sm-6:last-child div {
		display: flex;
		justify-content: center;
	}
	.help-info-img {
		width: auto;
	}
	.policy-phone {
		padding: 83px 30px 0;
	}
	.policy-phone-image img {
		width: 100%;
	}
}
@media (max-width: 800px) {
	.heading-page-r-coll img {
		width: 100%;
	}
	.wallet-button {
		width: 100%;
	}
	.heading-page-l-coll-header {
		font-size: 37px;
	}
	.heading-page-l-coll-text p {
		font-size: 17px;
	}
}
@media (max-width: 600px) {
	.heading-page-r-coll  {
		display: block;
	}
	.heading-page-r-coll img {
		width: 100%;
	}
	.notifications-in-time-coll-box-images {
		display: block;
	}
	.notifications-in-time-coll-box-images img {
		width: 100%;
	}
	.fast-access-image {
		display: block;
	}
	.fast-access-image img {
		width: 100%;
	}
	.help-info-img {
		width: 100%;
	}
}

.url__button-container {
	display: flex;
	flex-flow: column;
}
.url__button {
	background-color: white;
}
.popup__carier {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999999999;
	background-color: #71707099;
}
.js-modal-active {
	display: flex;
}
.popup__container {
	min-width: 1480px;
	box-shadow: 0 10px 40px #00000029;
	border-radius: 16px;
	background-color: white;
}
.popup__exit {
	display: flex;
	justify-content: flex-end;
	padding: 16px 16px 0 0;
}
.popup__exit-item {
	display: block;
	width: 17px;
	height: 17px;
	background: url('https://beesafe.pl/wp-content/uploads/2022/11/icon-cross.svg') center / contain no-repeat;
	border: none;
}
.popup__exit-item {
	width: 17px;
	height: 17px;
	cursor: pointer;
}
.popup__wrap {
	padding: 10px 99px 48px;
}
.popup__heading {
	display: block;
  font-size: 48px;
	margin-bottom: 79px;
  font-weight: bold;
  text-align: center;
	color: #0E0E90;
}

.popup__container-box {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.popup__icon-box{
	display: flex;
	position: relative;
}
.popup-icon-box--center {
	justify-content: center;
}
.popup-icon-box--right {
	justify-content: flex-end;
}
.popup__icon {
	width: 106px;
	height: 127px;
}
.popup__white-box {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 10px 80px #4545FF26;
  position: absolute;
  top: 80px;
  right: 133px;
	z-index: 2;
}
.popup__white-box--center {
	right: 85px;
	top: 82px;
}
.popup__white-box--right {
  right: 40px;
}
.popup__white-box img {
  width: 77px;
  height: 77px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup__inline {
  background: url(https://beesafe.pl/wp-content/uploads/2022/11/Path-2.svg) center / contain no-repeat;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 47%;
  display: block;
  transform: rotate(-8deg);
}
.popup__text {
	display: block;
	width: 343px;
	margin: 0;
	margin-top: 219px;
	text-align: center;
	font-size: 20px;
	line-height: 1.5px;
	font-weight: 500;
	color: #1D0094;
}
.popup__anchore {
	color: #4545ff;
}
.popup__container-button-two {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 68px;
}
.popup__button-two {
	position: relative;
	background: #4545FF ;
	border-radius: 8px;
	width: 368px;
	height: 60px;
	border: none;
	font-size: 18px;
	font-weight: 500;
	color: white;
	cursor: pointer;
	transition: .5s linear background-color, .5s linear color;
}

.popup__button-two::before {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 34%;
	left: 75%;
	border-radius: 100%;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMS41NTYiIHZpZXdCb3g9IjAgMCAxNiAxMS41NTYiPgogIDxwYXRoIGlkPSJTaGFwZSIgZD0iTTEuNTE3LDUuNTk0QS44ODkuODg5LDAsMCwwLC4yNiw2Ljg1MUw0LjcsMTEuM2EuODg5Ljg4OSwwLDAsMCwxLjI1NywwTDE1Ljc0LDEuNTE3QS44ODkuODg5LDAsMCwwLDE0LjQ4My4yNkw1LjMzMyw5LjQxWiIgZmlsbD0iIzQ1NDVmZiIvPgo8L3N2Zz4K")center / contain no-repeat;
	opacity: 0;
	transition: .5s linear opaciti;
}
.js-popup-input {
	position: absolute;
	opacity: 0;
	z-index: -1;
	width: 0;
	height: 0;
	left: -100000%;
	top: -10000%;
}
.modal-acept-button {
	background-color: #4343FF14;
	color: #4545ff;
}
.modal-acept-button::before {
	opacity: 1;
}

@media (max-width: 1546px) {
	.popup__container {
		min-width: auto;
	}
	.popup__inline {
		height: 40%;
	}
}

@media (max-width: 1266px) {
	.popup__wrap {
		padding: 10px 30px 40px;
	}
}

@media (max-width: 1132px) {
	.js-modal-active {
		display: flex;
		align-items: start;
		overflow: scroll;
		padding: 30px 0;
	}
	.popup__container-box {
		flex-flow: column;
	}
	.popup__wrap {
		padding: 10px 30px 40px;
	}
	.popup__white-box {
		width: 105px;
		height: 105px;
		top: 80px;
		right: -36px;
	}
	.popup__heading {
		font-size: 42px;
		margin-bottom: 34px;
	}
	.popup_box {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	.popup__white-box--center {
		top: 80px;
		right: -36px;
	}
	.popup__white-box--right {
		top: 80px;
		right: -36px;
	}
	.popup__white-box img {
		width: 40px;
		height: 40px;
	}
	.popup__inline {
		display: none;
	}
	.popup__text {
		font-size: 18px;
		line-height: 1.5;
		margin-top: 80px;
	}
	.popup__container-button-two {
		padding-top: 26px;
	}
}

@media (max-width: 640px) {
	.popup__heading {
		font-size: 32px;
	}
	.popup__button-two {
		width: 100%;
	}
}

@media (max-width: 475px) {
	.popup__container {
		margin: 0 30px;
	}
	.popup__heading {
		font-size: 26px;
	}
	.popup__text {
		font-size: 15px;
		width: 100%;
	}
}
@media (max-width: 380px) {
	.popup__heading {
		font-size: 20px;
	}
}

.bee-heading {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}

/*likwidacji-szkod*/
.baner-grey {
    display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 65px 48px ;
    border-radius: 32px;
    background-color: var(--color-greay);
	margin-bottom: 120px;
}
.wrap-baner-anchor {
	display: flex;
	align-items: center;
}
.anchor-box {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	background-color: var(--color-white);
	border-radius: 16px;
	box-shadow: 0 10px 40px #4545FF1A;
	transition: transform 0.3s ease-out;
}
.anchor-box:hover {
	text-decoration: none;
	transform: translateY(-3px);
}
.anchor-box:first-child {
	margin-right: 38px;
}
.anchor-box-icon {
	margin-right: 16px;
}
.anchor-box-icon img {
	width: 48px;
	height: 38px;
}
.anchore-box-text {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.anchore-box-text:last-child {
	color: var(--color-violet);
}
@media (max-width: 999px) {
	.bee-heading {
		font-size: 24px;
	}
	.baner-grey {
		display: block;
		padding: 48px;
	}
	.wrap-baner-anchor {
		margin-top: 30px;
	}
	.anchore-box-text {
		font-size: 14px;
	}
}
@media (max-width: 620px) {
	.baner-grey {
		padding: 16px;
	}
	.wrap-baner-anchor {
		display: block;
		margin-top: 0;
	}
	.anchor-box {
		width: 100%;
		margin-top: 24px;
	}
}
.slider-bee {
	position: relative;
	display: flex;
	margin: 60px 0 200px;
	padding: 80px 129px;
	border-radius: 32px;
	background-color: var(--color-greay);
}
.slider-bee-images-container {
	position: relative;
	width: 553px;
	height: 932px;
}
.slider-bee-images {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.slider-bee-button {
	padding: 24px;
	background-color: transparent;
	border-radius: 32px;
	border: none;
}

.likwidacja-szkod-img-two-col {
	display: flex;
	justify-content: center !important;
}
.likwidacja-szkod-img-two-col img {
	width: 55% !important;
}
.likwidacja-szkod-img-two-container {
	margin-top: 93px !important;
}
@media (max-width: 600px) {
	.likwidacja-szkod-img-two-col {
		display: flex !important;
		justify-content: center !important;
	}
	.likwidacja-szkod-img-two-col img {
		width: 42% !important;
	}
}
.likwidacja-szkod-two {
	margin-bottom: 82px;
}
.likwidacja-szkod-two-box {
	padding: 56px;
	margin-right: 26px;
	border-radius: 32px;
	background-color: var(--color-greay);
}
@media (max-width: 1100px) {
	.heading-page
	.vc_col-sm-5,
	.vc_col-sm-7 {
		width: 100%;
	}
}
@media (max-width: 999px) {
	.likwidacja-szkod-two-box:first-child {
		margin-bottom: 64px;
	}
}
.likwidacja-szkod-two-box:first-child {
	background-color: #FCDF9680;
}
.likwidacja-szkod-two-center {
	text-align: center;
	margin-bottom: 32px;
}
.likwidacja-szkod-two-text {
	font-size: 18px;
	margin-bottom: 32px;
}
.likwidacja-szkod-two-text strong {
	color: #4545FF;
}
.likwidacja-szkod-two-icons {
	display: block;
	width: 21px;
	height: 15px;
	margin-right: 13px;
	margin-top: 7px;
	background: url("https://beesafe.pl/wp-content/uploads/2022/07/check.svg") center / contain no-repeat;
}
.fsdfx34 {
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
}
.fsdfx34:last-child {
	margin-bottom: 24px;
}
.fsdfx34 h4 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 15px;
}
.fdsfds {
	display: flex;
	list-style: none;
	margin-bottom: 32px;
}
.fdsfds:last-child {
	margin-bottom: 0;
}
.fdsfds span {
	font-size: 18px;
}
.rf34 {
	display: flex;
	justify-content: center;
}
.fdsf {
	margin-bottom: 120px;
}
#fws_6461d3abaa63d {
	display: none;
}
#fws_6461d3aba9a8c {
	padding: 0 !important;
}
.slider-kondrad-rak .bg_80 .using-image {
	background-size: 100% 70% !important;
	background-position-y: 56px !important;
}
@media (max-width: 999px) {
	.fdsfds span {
		font-size: 14px;
	}
	.likwidacja-szkod-two-text {
		font-size: 14px;
	}
	#fws_6461d3abaa63d {
		display: block;
	}
	#fws_6461d3abaa1a4 {
		display: none;
	}
	.anim-img1,
	.anim-img2,
	.anim-img3 {
		width: 100%;
	}
	.c {
		justify-content: center;
	}
	.sadsad {
		margin: 0 0 30px !important;
	}
}
.as div p{
	line-height: 1.5;
}

.header_headerowy.heading-page-l-coll-header {
	line-height: 1.5;

}
@media (max-width: 1489px) {
	font-size: 40px;
}
@media (max-width: 600px) {
	font-size: 24px;
}