/* -обязательное поле в форме- */
.op {
	font-weight:bold;
}

.op sup {
	color:#d00;
	font-size:1.5em;
}

.i1 {
	width:1px;
	height:1px;
	display: none;
}
.pt12{
	font-size: 12px;
}

.nowrap,
.nobr {
	white-space:nowrap;
}
.w120 {
	width:120px;
}
.w140 {
	width:140px;
}
.w200 {
	width:200px;
}

/* clearfix */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
/* IE 6/7 */
.cf {
	*zoom: 1;
}
.cntr {
	text-align:center;
}
.rght {
	text-align:right;
}

.cr {
	color: #d00;
}
.cg{
	color: #4dad27;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.p4 {
	padding:4px;
}


.fixed {
	position: fixed;
	top: 0px;
	z-index: -9999;
	bottom: 0;
}

.hidden{
	display: none;
}
.tdu {
	text-decoration: underline;
}
.tdn {
	text-decoration: none;
}

/*стили для кнопок*/
.button_white{
	/*height:36px;*/
	padding:9px 40px;

	font-size:12px;
	text-transform: uppercase;
	color:#000000;
	background: #fafafa;
	box-shadow: 0 0 4px rgba(0,0,0,0.30);
	border:1px solid #fff;
	border-radius: 2px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}
.button_white:hover{
	background: #fff;
	color:#e29716;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
/*конец стилей для кнопок*/


/*----------------- Попытка сделать универсальные кнопки которые мы часто используется. Не уверен что получится....-------------*/
.universal-style-button{

	outline: none;
	cursor: pointer;
	border: none;
	background-color:#ffa101;
	color: #000;
	position: relative;
	display: inline-block;
	width: auto;
	line-height: 28px;
	font-size: 14px;
	padding: 0px 20px;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	transition: all 0.3s;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
    margin-bottom: 8px;
}

.universal-style-button:hover{
	background-color: #f79601
}

.universal-style-button-blue{
	background-color:#0085cc;
	color:#fff;
}
.universal-style-button-blue:hover{
	background-color: #006aa3
}

.universal-style-button-green{
	background-color:#00b103;
	color:#fff;
}
.universal-style-button-green:hover{
	background-color: #007e02
}

.universal-style-button-gray{
	background-color:#c2c2c2
}
.universal-style-button-gray:hover{
	background-color:#ababab
}

/* buttons */
.button {
    width: 25%;
    float: left;
}

.button p {
    height: 60px;
}

.btn {
	appearance: none;
	display: inline-flex;
	justify-content: center;
    align-items: center;
    padding: 6px 15px;
    border-radius: 8px;
    font-size: 14px;
	transition: background-color .18s, border-color .18s, color .18s;
    cursor: pointer;
    white-space: nowrap;
    line-height: normal;
    background-image: none;
    border: 1px solid transparent;
	text-decoration: none;
	height: max-content;
	gap: 5px;


}
.btn--2 {
	padding: 2px 4px;
    font-size: 12px;
}
.btn--3{
	padding: 3px 5px;
    font-size: 12px;
}
.btn--5{
	padding: 5px 10px;
	font-size: 14px;
}
.btn--10{
	padding: 10px 15px;
	font-size: 16px;
}
.btn--15{
	padding: 15px 20px;
	font-size: 18px;
}

.btn svg{
	width: 14px;
	height: 14px;
}

.btn--2 svg, .btn_xs svg{
	width: 12px;
	height: 12px;
}


.btn--3 svg{
	width: 10px;
	height: 10px;
}
.btn--5 svg{
	width: 18px;
	height: 18px;
}

.btn--15 svg{
	width: 20px;
	height: 20px;
}

.btn--square{
	padding: 6px;
}






.btn a{
	text-decoration: none;
}



.btn_xs {
	padding: 2px 5px;
    font-size: 12px;
}
.btn_s {
	padding: 5px 10px;
    font-size: 13px;
}
.btn_l {
    padding: 8px 18px;
    font-size: 14px;
}

.btn_xl {
    padding: 9px 21px;
    font-size: 16px;
}

.btn_xxl {
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 6px;
}

.btn--block {
	display: block;
	width: 100%;
}

.btn .icon {
	margin-top: -2px;
	margin-right: 4px;
	vertical-align: middle;
}

.btn_yellow {
    background-color: #FFCD35;
    color: #212121;
    border-color: transparent;
}
.btn_yellow:disabled,
.btn_yellow:hover:disabled {
	background-color: #ffe8a1;
}
.btn_yellow svg{
	fill: #212121;
}

.btn_yellow:hover {
    background-color: #ffdc3b;
}
.btn_gold{
	background: #d79600;
    color: white;
}
.btn_gold:hover{
	background: #b17c00;
}

.btn_yellowLight {
    background-color:#fddd7b;
    color: #505050;
    border-color: transparent;
}
.btn_yellowLight svg {
    fill: #505050;
}

.btn_yellowLight:hover {
    background-color: #ffe46d;
}
.btn_biruza {
	background: #64b3bf;
	color: white;
}
.btn_biruza:hover {
	background: #468892;
}
.btn_biruza svg {
	fill: white;
}

.btn--redHot {background: #ff334a !important; color: white !important;}
.btn--redHot:hover {background: #da2136 !important;}


.btn_orange {
    background: #ffa101;
    color: #ffffff;
}

.btn_orange:hover {
    background: #d77e00;
}

.btn_orange-grd {
    background: #ffa101;
    background: linear-gradient(to bottom, #ffcc66 0%,#ff9900 100%);
    color: #014266;
    border: 1px solid #d77e00;
}

.btn_orange-grd:hover {
    background: #d77e00;
    background: linear-gradient(to bottom, #ffc154 0%,#ef9723 100%);
}

.btn_blue {    background: #1e7bca;    color: #fff;}
.btn_blue svg{fill: white;}
.btn_blue:hover {    background: #014266;}
.btn_green{	background: #249641; color: #fff;}
.btn_green:hover {    background: rgb(11, 88, 32);}
.btn_grey {background: var(--grey100); color: var(--grey)}
.btn_grey svg {fill: #828e9c}
.btn_grey:hover {background: var(--grey200); color: var(--grey)}
.btn_grey--stated {background: #c4cbd3; color: #465261}
.btn_grey:hover svg {fill: #465261}

.btn_blueLight {
	background: #f0f7ff;
	color: #465261
}
.btn_blueLight:hover {
	background: #e1ecfa;
}

.btn_blue-grd {
    background: #e9f6fd;
    background: linear-gradient(to bottom,#f2f8fc 0,#cfe4f3 100%);
    color: #014266;
    border: 1px solid #84beeb;
}

.btn_blue-grd:hover {
    background: #e9f6fd;
    background: linear-gradient(to bottom,#f2f8fc 0,#b4d5ec 100%);
}
.btn_white{
	background: white;
	color: rgb(90, 90, 90);
}
.btn_white svg{
	fill: var(--grey);
}
.btn_white:hover{
	background: rgb(243, 247, 255);
	color: rgb(90, 90, 90);
}

.btn_red {
    background: #ff2400;
    color: #fff;
}

.btn_red:hover {
    background: #ec0000;
}

.btn--coral {
    background: var(--coral);
    color: var(--white);
}
.btn--coral:hover {
    background: var(--coral600);
    color: var(--white);
}


.btn_redHot{
    color: #fff;
	background: #ff334a;
}
.btn_redHot:hover{
	background: #e92037;
}



.btn_grey-grd {
    background: #dbdbdb;
    background: linear-gradient(to bottom,#f5f5f5 0,#dbdbdb 100%);
    color: #333;
    border: 1px solid #b7b4b1;
}

.btn_grey-grd:hover {
    background: #727272;
    background: linear-gradient(to bottom,#f5f5f5 0,#c2c2c2 100%);
}



.btn_outlineBlue {
	border-color: #185BA7;
	background-color: transparent;
	color: #185BA7;
}

.btn_outlineBlue:hover {
	border-color: #185BA7;
	background-color: #185BA7;
	color: #fff;
}

.btn_nude {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	border-width: 0 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.btn_green-send{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	align-self: flex-end;
	z-index: 2;
	background: #075e55;
}
.btn_green-send:hover{
	background: #1b8075;
}
.btn_green-send svg{
	fill: white;
}
.btn_blue-border{
	border:2px solid #1e7bca;
}
.btn_grey-border{
	border:2px solid #c4cbd3;
}

.btn_green {
    background-color: #090;
    color: #FFF;
    border: 1px solid #1b8075;
}


.textareaMessage {
	border-radius: 24px;
	font: normal 16px Arial,sans-serif;
	color: rgb(37, 37, 37);
	padding: 10px 15px;
	border: none;
	height: 40px;
	min-height: 40px;
	max-height: 120px;
	width: 100%;
	z-index: 2;
	overflow-y: scroll;
}
.textareaMessage::placeholder{
	font-size: 14px;
}
.textareaMessage::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(26, 24, 47, 0.15);
    border-radius: 5px;
    height: 200px;
}

.textareaMessage::-webkit-scrollbar-thumb {
    background: #4b4a55;
    border-radius: 5px;
	width: 5px;
}
/* .textareaMessage::-webkit-scrollbar {
    width: 10px;
}

.textareaMessage::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px 10px green;
    border: solid 3px transparent;
}

.textareaMessage::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 10px 10px red;
    border: solid 3px transparent;
} */

.btn--attention{
	background: rgb(255, 43, 89);
	color: white;
    padding: 10px 20px;
    border-radius: 13px;
    text-decoration: none;
	background: rgb(255, 43, 89);
	transition: all ease 3s;
	animation: attention .8s infinite ;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;

}
.scrollY--locked{
	overflow-y: hidden;
}


@media(max-width:420px){
	.btn--attention{
		font-size: 13px;
		padding: 5px 10px;
	}
}

@keyframes attention {
	from 	{transform: scale(1);
			box-shadow: 0 0 5px rgba(0, 0, 0, 0);
			background: rgb(255, 43, 89);
			}
	50% 	{transform: scale(1.02);
			box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
			background: rgb(255, 3, 58);
			}
	to 		{transform: scale(1);
			box-shadow: 0 0 5px rgba(0, 0, 0, 0);
			background: rgb(255, 43, 89);
			}
}

.btn--attention2{
    position: relative;
    overflow: hidden;
    transition: ease 0.3s;
}
.btn--attention2::after{

    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;

    background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    transform: rotate(45deg);
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; }
}
/*-----------------Конец попытке сделать универсальные кнопки которые мы часто используется-------------*/
.btn_like{
	padding: 5px 5px;
	background: rgb(234 234 234);
  }

  .btn_like + .btn_like{
	margin-left: 5px;
  }
  .btn_like svg{
	fill: #ffa101;
	height: 18px;
	min-height: 18px;
	width: 18px;
	min-width: 18px;
  }
  .btn_like:hover{
	background: rgb(243, 245, 247);
  }
  .btn_like:hover svg{
	fill: #ffbb46;
	animation: likeHover .5s ease-in-out;
  }
  .btn_like--dislike:hover svg{
	animation: dislikeHover .5s ease-in-out;
  }
  .btn_like.btn_like--dislike svg{
	transform: rotateZ(180deg);
  }

  @keyframes likeHover {
	from  {transform: translateY(0) rotateZ(0);}
	30%   {transform: translateY(2px) rotateZ(4deg);}
	60%   {transform: translateY(-2px) rotateZ(-4deg);}
	to    {transform: translateY(0) rotateZ(0);}
  }
  @keyframes dislikeHover {
	from  {transform: translateY(0) rotateZ(180deg);}
	30%   {transform: translateY(-1px) rotateZ(184deg);}
	60%   {transform: translateY(4px) rotateZ(176deg);}
	to    {transform: translateY(0) rotateZ(180deg);}
  }

input[type="submit"],
input[type="button"]
{
	-moz-appearance: none;
	-moz-appearance: button;
	-webkit-appearance: none;
	-webkit-appearance: button;
	appearance:none;
	appearance:button;
}
input[type="time"] {
	-webkit-appearance:none;
	padding:4px;
	font-size:14px;
	border:1px solid #aaa;
}
input[type="date"] {
	-webkit-appearance:none;
	padding:4px;
	font-size:14px;
	border:1px solid #aaa;
}

fieldset, label { margin: 0; padding: 0; }


/****** Style Star Rating Widget *****/

.rating {
	border: none;
}

.rating > input {
	display: none;
}
.rating > label:before {
  font-size: 46px;
  line-height: 28px;
  display: inline-block;
}
.rating > label {
	background-image: url(https://s.9111s.ru/img/uristcard/star_grey.png);
	color: #b7b4b1;
	float: right;
    width: 36px;
    height: 32px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
	background-image: url(//s.9111s.ru/img/uristcard/star_orange.png);
} /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
	background-image: url(//s.9111s.ru/img/uristcard/star_brown.png);
}

/* thanks */


@keyframes svg_anim {
   0% {transform: scale(1,1);opacity:1;}
   100% {transform: scale(2.5,2.5);opacity:1;}
   100% {transform: scale(3,3);opacity:0;}
}

.btn--outline {
	border: 1px solid #1884B2;
	background-color: transparent;
	color: #1884B2;
	transition: background-color .16s, border-color .16s, color .16s;
}

.btn--outline:hover {
	background-color: #259ed0;
	border-color: #259ed0;
	color: #fff;
}



.btn--outline-white {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}

.btn--outline-white:hover {
	background-color: #fff;
	border-color: #fff;
	color: #212121;
}

.btn--flat-orange {
	background-color: #ffa101;
	color: #fff;
}

.btn--lg {
	padding: 9px 29px;
	font-size: 14px;
}

.btn--xl {
	padding: 13px 32px;
	font-size: 16px;
	line-height: 24px;
}

.btn--xl .icon {
	margin-top: -4px;
}

.btn-tabs-wrap {
	border-bottom: 3px solid #ffa101;
	padding-bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	cursor: default;
}

.btn-tabs-wrap--intense {
	border-bottom-width: 4px;
	border-bottom-color: #c4c4c4;
}

.btn.btn--tab {
	padding: 8px 18px;
	display: inline-block;
	background-color: #f0f0f2;
	position: relative;
	border-radius: 2px;
	color: #222;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
	border: 0 none;
}

.btn-tabs-wrap .btn.btn--tab {
	padding-bottom: 6px;
	border-radius: 8px;
}

.btn-tabs-wrap--intense .btn.btn--tab {
	padding: 0 0 8px;
	border-bottom: 4px solid transparent;
	margin-bottom: -4px;
	background-color: transparent;
	color: #c4c4c4;
	font-size: 16px;
	font-weight: 500;
}

.btn-tabs-wrap--intense .btn.btn--tab:hover {
	color: #222;
	background-color: transparent !important;
}

.btn-tabs-wrap--intense .btn.btn--tab.is-selected {
	color: #222;
	background-color: transparent !important;
	border-bottom-color: #222;
	border-radius: 0;
}

@media (max-width: 575px) {

}

.btn-tabs-wrap--intense .btn--tab + .btn--tab {
	margin-left: 15px;
}

@media (max-width: 575px) {

	.btn.btn--tab {
		padding: 7px 9px;
		font-size: 14px;
	}

	.btn-tabs-wrap .btn.btn--tab {
		padding-bottom: 6px;
	}
}

.btn.btn--tab:hover {
	background-color: #e5e5ef;
}

.btn.btn--tab.is-selected {
	background-color: #ffa101 !important;
	color: white;
}

.btn--red {
	color: #fff;
	background-color: #f9634a !important;
}
.btn--red:hover {
	background-color: #da372c !important;
}
.btn--blue{
	color: #fff;
	background-color: #166eb7 !important;
}
.btn--blue:hover{
	background-color: #0c5c9e !important;
}

.btn.btn--tab .color-grey {
	transition: color .2s;
}

.btn.btn--tab.is-selected .color-grey {
	color: #fff !important;
}

.btn--tab + .btn--tab {
	margin-left: 5px;
}

.btn-tabs-wrap--no-bg {
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	box-shadow: none;
}

.btn-tabs-wrap--no-bg .btn.btn--tab {
	background-color: #fff;
	flex: 1 1 10%;
	margin-right: 5px;
	margin-bottom: 5px;
}

.btn-tabs-wrap--no-bg .btn.btn--tab:hover {
	background-color: #f0f0f2;
}

@media (min-width: 768px) {
	.btn-tabs-wrap--no-bg .btn.btn--tab {
		flex: 0 0 auto;
		margin-right: 0;
		margin-bottom: 0;
	}

	.btn--tab + .btn--tab {
		margin-left: 5px;
	}
}

.tag--grey{
	font-size: 14px;
	background: rgb(232 234 239);
	border-radius: 8px;
	padding: 2px 5px;
	text-decoration: none;
	color: grey;
}
.tag--grey:hover{
	background: rgb(200, 204, 216);
}



select.select {
	width: 100%;
	height: auto;
	max-width: 100%;
	padding: 8px 20px 8px 10px;
	border: 1px solid #d1d1d1;
	/*box-shadow: 0 2px 3px rgba(150,150,160,.6);*/
	display: block;
	-webkit-transition: background-color .2s ease,border-color .2s ease,color .2s ease;
	transition: background-color .2s ease,border-color .2s ease,color .2s ease;
	border-radius: 8px;
	resize: none;
	color: #45414f;
	font-size: 16px;
	line-height: 18px;
	font-family: inherit;
	font-weight: 400;

	/*background-color: #f7f7fa;*/
	background-color: #fff;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABuSURBVHgBpdFRDYAwDATQ+0AAEiYFKcMBUuYAKZNSCUiAQtJkIZR23Uv62d6yA4DKcwZn50EaOHDvPko0Xcw8R8cyteli6ziQoSBnumoZSRcVzo/TJDhqs5RounjX+lmbpa01I4hg1Dbh3wrj6RdH+W94sk/iwgAAAABJRU5ErkJggg==");
	background-position: calc(100% - 10px) 49%;
	background-repeat: no-repeat;
	background-size: 8px 7px;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

select.select option {
	background-color: #fff !important;
}


select.select--white {
	background-color: white;
	/* box-shadow: 0 2px 3px rgba(90,90,140,.3); */
}

select.select--sm {
	padding: 5px 24px 5px 10px;
	border-radius: 8px;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
}







/* popUp__confirm */


.popUpBody{
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	top: 0;
	right: 0;
	z-index: 99990;
  }
.popUp__controls{
	display: flex;
	align-items: center;
}
.popUp__minimize{
	color: white;
}
.popUp__minimize:hover{
	transform: scale(1.2) translateY(-2px);
}
.popUp__minimize:active{
	transform: scale(1) translateY(0);
}

.popUp__control{
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 10px;
}
.popUp__control svg{
	height: 16px;
	min-height: 16px;
	width: 16px;
	min-width: 16px;
	fill: white;
}

.popUp__control:hover svg{
	transform: scale(1.2);
}


.popUp--fullWindow{
max-height: none !important;
height: 100% !important;
width: 100% !important;
	max-width: none !important;
	border-radius: 0 !important;
}


.popUp__confirm{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 500px;
    width: max-content;
	border-radius: 16px;
	overflow: hidden;
	animation: appearance .2s ease;
}
@media (max-width: 450px){
	.popUp__confirm{
		width: calc(100% - 15px);
	}
}
.oneChoise .secondChoise {
	display: none;
}

.firstChoise{
	margin-right: 20px;
}
.oneChoise .firstChoise {
	margin-right: 0;
}




.confirm__header{
display: flex;
justify-content: space-between;
width: 100%;
background: rgb(52,118,187);
/* background: linear-gradient(94deg, rgba(52,118,187,1) 0%, rgb(88 176 218) 100%); */
padding: 15px;
color: white;
}
.confirm__close:hover svg{
transform: scale(1.2);
}
.confirm__header svg{
cursor: pointer;
width: 15px;
height: 15px;
fill: white;
}

.confirm__body{
padding: 15px;
background: white;
width: 100%;
}

.confirm__text{
font-weight: 700;
line-height: 1.5;
text-align: center;
margin-bottom: 15px;
color: #444444;
}
.confirm__buttons{
width: 100%;
display: flex;
justify-content: center;
}
.popUp__button{
font-weight: bold;
padding: 7px 20px;
border: none;
cursor: pointer;
color: white;
font-size: 15px;
background: rgb(236,107,107);

background: linear-gradient(94deg, rgba(236,107,107,1) 0%, rgb(255 129 109) 100%);
border-radius: 3px;
}
.popUp__button:hover{
background: #db5353;
}

@keyframes appearance {
0% {transform: scale(.5); opacity: 0;}
70% {transform: scale(1.1); opacity: .9;}
100% { transform: scale(1); opacity: 1; }
}
@keyframes disappearance {
	0% { transform: scale(1); opacity: 1; }
	70% {transform: scale(1.1); opacity: .9;}
	100% {transform: scale(.5); opacity: 0; display: none;}
}
@keyframes appearance2 {
	0% {transform: scale(.5); opacity: 0;}
	70% {transform: scale(1.1); opacity: .9;}
	100% { transform: scale(1); opacity: 1; }
}
/* popUp__confirm */


.popuper.notify .popuper__header{
	background: var(--blue);
	color: white;
}
.popuper.notify .popuper__header svg{
	fill: var(--white)
}
