/* ------------------ privacy ----------------- */
.privacy-info {
	overflow: hidden;
}
.privacy-info p {
	margin: 1em 0;
}
.privacy-info a {
	text-decoration: underline;
	color: inherit;
}
.privacy-info a:hover {
	text-decoration: none;
	color: inherit;
}
.privacy-info__date {
	font-weight: bold;
	margin: 20px 0;
}
.privacy-info__top {
	text-align: right;
	margin-bottom: 40px;
}
.privacy-info__point {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0;
}
.privacy-info ul {
    margin: 0 0 0 20px;
    padding: 0;	
}
.privacy-info ul li {
    margin: 5px 0 10px 0;
    padding: 0;	
}
.privacy-accept {
	position: relative;
	padding-left: 47px;
	margin: 15px 0;
	font-size: 13px;
	line-height: 16px;
	color: #8C8C8C;	
}
.privacy-accept::before {
	display: block;
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    left: 0;
	top: 0;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #fff;
}
.privacy-accept.checked::before {
    background: url(../images/svg/tick.svg) no-repeat center;
}
.privacy-accept a {
	text-decoration: underline;
	color: inherit;
}
.privacy-accept a:hover {
	text-decoration: none;
	color: inherit;
}
.privacy-info table {
	display: block;
    margin: 24px 0;
    overflow: auto;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
	color: inherit;
}
.privacy-info td,
.privacy-info th {	
    border: 1px solid #aaaaaa;
    padding: 12px;
    vertical-align: top;
	min-width: 250px;
}
.privacy-info th {
	text-align: center;
	font-weight: bold;
}

.tbank-payment {
	margin: 10px 0;
}

.tbank-payment__btn {
    font-family: Montserrat;
    display: inline-block;
    color: #ffffff;
    padding: 15px 30px 14px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #a2a8ac;
    -webkit-appearance: none;
    border-radius: 0;
	border: 1px solid #a2a8ac;
	outline: none;
}

.tbank-payment__btn:hover {
	opacity: 0.7;
}

.dolyame-payment {
	margin: 10px 0;
}

a.dolyame-payment__btn {
    font-family: Montserrat;
    display: inline-block;
    color: #ffffff;
    padding: 15px 30px 14px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #a2a8ac;
    -webkit-appearance: none;
    border-radius: 0;
	border: 1px solid #a2a8ac;
	outline: none;
}

a.dolyame-payment__btn:hover {
	opacity: 0.7;
	color: #ffffff;
}

/* ---------------- popup-messages ------------------ */
.popup-messages {
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 10000;
	width: 350px;
	margin-bottom: 25px;
}

.popup-messages__item {
	display: none;
}

.popup-messages__item-wrap {
	display: flex;
	width: 100%;
	padding: 12px;
	margin-bottom: 5px;
	border-radius: 8px;
	color: #ffffff;
	background: #21282b;
	box-shadow: 0 1.17px 2px rgba(0, 0, 0, 0.0196802), 0 1.4px 5px rgba(0, 0, 0, 0.03), 0 2px 10px rgba(0, 0, 0, 0.03), 0 2px 18px rgba(0, 0, 0, 0.04), 0 9px 33px rgba(0, 0, 0, 0.03);
	font-size: 12px;
	line-height: 18px;
}

.cookie-accepted__text {
	padding: 4px;
}

.cookie-accepted__text a {
	color: inherit;
	text-decoration: underline;
}

.cookie-accepted__text a:hover {
	color: inherit;
	text-decoration: none;
}

.cookie-accepted__btn {
	display: block;
	padding: 4px 10px;
	border-radius: 4px;
	margin-left: 8px;
	color: #21282b;
	background: #ffffff;
	text-decoration: none;
	font-size: 16px;
	align-self: start;
}

.cookie-accepted__btn:hover {
	background: #cccccc;
	color: #21282b;
	text-decoration: none;
}
	
@media(max-width: 480px)
{
	.popup-messages {
		width: 100%;
		padding: 10px;
		margin-bottom: 0;
	}
}