.button{
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    cursor: pointer;
    /* padding: 8px 16px 9px; */
    /* padding: 8px 16px 9px; */
    /* line-height: 15px; */
	    padding: 0px 15px 0px 15px;
    background-repeat: no-repeat;
    letter-spacing: 0.7px;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
/* .button:hover{ */
	/* background-position:top left; */
	/* background-position:top left, bottom right, 0 0, 0 0; */
/* } */
/* .button:active{ */
	/* padding-top: 8px; */
	/* padding-bottom: 7px; */
	/* line-height: 15px; */
/* } */
.button.small	{ 
	    /* width: 100%; */
    font-size: 15px;
    /* font-size: 14px; */
    /* border-radius: 19px; */
	    border-radius: 3rem;
    /* font-weight: 500; */
	height: 40px;
	    /* vertical-align: bottom; */
		   line-height: 40px;
	
}
.orange1.button{
    font-weight: 500;
    /* font-size: 16px; */
    font-size: 17px;
    line-height: 42px;
    outline: medium none;
    /* padding: 0 27px; */
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    color: #fff;
    border: medium none;
    /* border-radius: 30px; */
	    border-radius: 3rem;
    /* background-color: #508c00; */
    /* margin: 25px 0px 10px 0px; */
    /* display: block; */
}
/* .orange1.button:hover{ */
	/* background-color: #62a136; */
/* } */
.but.button{
	color: #fff !important;
	border:none !important;
	/* background: #62a136; */
}
.but_grey.button{
	/* color: #fff !important; */
	/* border:none !important; */
	/* background-color: #282a2c; */
	/* background-color: #35373a; */
	    /* background: rgb(255 255 255 / 15%); */
	    background: rgb(255 255 255 / 10%);
	/* color: #fff!important; */
	    color: #cbcbcb;
	/* color: #fff!important; */
	/* border: 2px solid #8d8d8d!important; */
border: none;
	/* height: 40px; */
	/* line-height: 36px;  */
	/* background: transparent; */
	/* margin-left:15px; */
}
.but_grey.button:hover{
	/* background-color: #ad4b4b;   */
	/* background-color: #ad4b4b;   */
	background: rgb(255 255 255 / 15%);
}
.but_grey.button:active{
	/* background: rgb(255 255 255 / 15%); */
}
.but_red.button{
	/* color: #fff !important; */
	/* border:none !important; */
	/* background-color: #62a136; */
	
	/* color: #757575!important; */
	/* color: #757575; */
	color: #fff;
	/* border: 2px solid #8d8d8d!important; */
		border:none ;
	/* line-height: 36px;  */
		/* height: 40px; */
	/* background: transparent; */
		/* background: #fbfbfb; */
		background: #c55555;
	/* margin-left:15px; */
}
.but_red.button:hover{
	/* background-color: #ad4b4b;   */
	background: rgba(177,75,75,1);
}


.but_promo.button{

	/* color: #fff; */

    /* text-shadow: rgb(138, 138, 138) 0px 0px 20px; */
		border:none ;

    /* background: linear-gradient(263.87deg, rgb(148, 78, 245) 0%, rgb(92, 36, 252) 100%); */
    /* background: linear-gradient(263.87deg, rgb(148, 78, 245) 0%, rgb(92, 36, 252) 100%); */

 	/* color: #000; */
		/* background: #fc9d37; */
    /* transition: background 2s; */
	
	
	
	
	
	
	
	
	
	
	    color: #f9bf68;

    background: #5e3905;
	
	
    /* border: 1px solid transparent; */
    /* background-image: linear-gradient(45deg, #005446, #39003f, #590000), linear-gradient(45deg, #007a65, #7f0e7f, #ff8983); */
    /* background-clip: padding-box, border-box; */
    /* background-origin: border-box, border-box; */
}
.but_promo.button:hover{
	    background: #4c2e04;
/* .but_promo.button:hover::befor{ */

	/* background: rgba(255,255,255,0.1); */
	    /* background-color: rgb(255 255 255 / 10%); */
		/* content: ""; */
    /* z-index: 1; */
    /* background-color: transparent; */
    /* transition: background-color .5s cubic-bezier(.05,0,0,1); */
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
}

/* .but_red.button:active{ */
	/* background: rgb(255 255 255 / 15%); */
	/* background: rgba(205, 214, 219, 0.3); */
	/* background: rgba(255, 0, 0, .1); */
	/* background: rgba(197,85,85,1); */
	/* background: rgba(177,65,65,1); */
    /* transform: scale(.96); */
	/* opacity: .9; */
/* } */
/* .but_red:active:not([disabled])>*, .but_red:active:not(.no-active-scale)>* */
/* .pedit_controls:active:not([disabled])>*, .pedit_controls:active:not(.no-active-scale)>* { */
    /* transform: scale(.96); */
/* } */


.but_advertising {
	color: #3ea6ff;
    background-color: #263850;
			border:none ;
}
.but_advertising:hover {
    /* background-color: #515561; */
    /* background-color: #1c293a; */
    background-color: #1d2c3e;
    /* border-color: transparent; */
}
.active_button {
    display: inline-flex;
    position: relative;
    align-items: center;
}
/* .button:active:not([disabled])>*, .button:active:not(.no-active-scale)>* { */
    /* transform: scale(.96); */
/* } */