/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

::-webkit-scrollbar {
  width: 6px!important;
}
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey!important;*/
  border-radius: 10px!important;
}
::-webkit-scrollbar-thumb {
  background: #E4E4E4!important;
  border-radius: 10px!important;
}
::-webkit-scrollbar-thumb:hover {
  background: #E4E4E4!important;
}
p.text-center {
	text-align: center!important;
}
.cookie-modal-bg {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.8) url('../img/blur.png');
	z-index: 999999998;
	display: none;
}
.cookie-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999999;
	display: none;
}
.cookie-modal-bg.show, .cookie-modal.show {
	display: flex!important;
}
.cookie-modal-center {
	width: 100%;
	max-width: 800px;
	min-height: 400px;
	background: #fff;
	margin: 15px;
	padding: 25px 25px 0;
	position: relative;
	z-index: 991502;
	width: 662px;
	box-shadow: 0 0 36px rgba(0, 0, 0, 0.26);
	border: 5px solid #2c5f74;
}
.cookie-modal-container {
	min-height: 100%;
	padding-bottom: 25px;
	max-height: 85vh;
	overflow-y: scroll;
}
.cookie-modal-logo {
	width: 100%;
	padding: 0 25px 0;
	text-align: center;
}
.cookie-modal-logo img {
	display: inline-block;
}
.cookie-modal-close {
	position: absolute;
	width: 38px;
	height: 34px;
	right: 15px;
	top: 15px;
	border: none;
	z-index: 100;
	z-index: 9999;
	background: transparent;
}
.cookie-flex {
	display: flex;
}
.cookie-flex .itm {
	position: relative;
}
.justify-content-between {
	justify-content: space-between;
}
.align-items-center {
	align-items: center;
}
.cookie-modal-content {
	padding: 25px 0;
	max-width: 590px;
	margin: 0 auto;
}
.cookie-modal-content p {
	margin-bottom: 10px;
}
.cookie-modal-content,
.cookie-modal-content p {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
}
.cookie-modal-content p a {
	font-weight: bold;
	color: #000;
}
.cookie-button {
	border: none;
	background-color: #2c5f74;
	color: #ffffff;
	position: relative;
	padding: 7px 15px;
	padding-right: 45px;
	margin-top: 5px;
	border: 1px solid #97cfff;
	font-size: 14px;
	font-weight: 400;
}
.cookie-button::after {
	content: "";
	position: absolute;
	right: 7px;
	bottom: 6px;
	margin-top: -16px;
	width: 19px;
	height: 19px;
	background: #fff url('../img/btn_arrow.svg') no-repeat center center;
}
.cookie-mt-5 {
	margin-top: 2.5em;
}

.bottom_arrow {
	padding-right: 30px;
	font-size: 16px;
	position: relative;
	transition: all .3s;
	opacity: 0.8;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight: 400;
	margin-top: 15px;
}
.bottom_arrow::after {
	content: "";
	width: 30px;
	height: 20px;
	position: absolute;
	background: url('../img/bottom_arrow.svg') no-repeat right center;
	transition: all .3s;
}
.bottom_arrow.opn::after {
	transform: rotate(-180deg);
	margin-left: 6px;
	margin-top: 3px;
}
.bottom_arrow:hover {
	text-decoration: none;
}
.cookie-pb-4 {
	padding-bottom: 2.5em;
}
.cookie-chb {
	border: none;
	background: #fff; /*#97cfff;*/
	color: #005496;
	position: relative;
	top: 8px;
	padding: 4px 15px;
	padding-right: 45px;
	margin-top: 15px;
	border: 1px solid #2c5f74;
	cursor: pointer;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
}
.cookie-chb::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 4px;
	margin-top: -16px;
	width: 19px;
	height: 19px;
	background: #fff;
	border: 1px solid #005496;

}
.cookie-container-chb input {
	display: none;
}
input[type="checkbox"]:checked + .cookie-chb::after {
	background: url('../img/cookie_chb.svg') no-repeat right center;
}

.cookie-hidden-content {
	overflow: hidden;
	height: 0;
}
.cookie-hidden-content.show {
	height: auto;
}
@media (max-width: 580px) {
	.cookie-modal-close {
		top: 5px!important;
		right: 5px!important;
	}
	.cookie-flex {
		flex-wrap: wrap;
	}
	.cookie-flex button {
		width: 100%
	}
	.cookie-flex .itm {
		width: 100%;
	}
	.cookie-flex .itm .cookie-chb {
		width: 100%;
		display: block;
	}
	.cookie-modal-center {
		padding: 20px;
	}
	.cookie-modal-close {
		top: 25px;
		right: 35px;
	}
}











