.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 */
.btn {
	appearance: none;
	display: inline-flex;
	justify-content: center;
    align-items: center;
    padding: 6px 15px;
    border-radius: 8px;
    font-size: 14px;
	outline: none;
	transition: background-color .18s, border-color .18s, color .18s;
    cursor: pointer;
    white-space: nowrap;
    line-height: 120%;
    background-image: none;
    border: 1px solid transparent;
	text-decoration: none;
	height: max-content;
}
.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 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 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_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_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_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);}
}
/* анимированная кнопка */
.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;
    animation-name: slideme;
    animation-duration: 2s;
    animation-delay: 0.05s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
/*@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);
			}
}*/
@keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; }
}