/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

.BButton_btns {
	-webkit-transition: opacity .22s;
	-o-transition: opacity .22s;
	transition: opacity .22s;
	position: fixed;
	left: 0px;
	bottom: 0px;
	-webkit-transform-origin: left bottom;
	    -ms-transform-origin: left bottom;
	        transform-origin: left bottom;
	-webkit-transform: translate(0px, 0px) scale(1);
	    -ms-transform: translate(0px, 0px) scale(1);
	        transform: translate(0px, 0px) scale(1);
	padding-left: 20px;
	padding-bottom: 20px;
	z-index: 64000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.BButton_btn_close_open {
	display: block;
	position: relative;
	padding: 10px;
	border-radius: 100%;
	width: 64px;
	height: 64px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 1px;
	        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 1px;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.BButton_btns.close .BButton_btn_close_open {
  background: #ff7514 !important;
}

.BButton_btns.open .BButton_btn_close_open {
  background: #ffffff !important;
}

.BButton_btns .BButton_btn_close_open .open_icon_1,
.BButton_btns .BButton_btn_close_open .open_icon_2,
.BButton_btns .BButton_btn_close_open .open_icon_3,
.BButton_btns .BButton_btn_close_open .close_icon{
	display: none;
}

.BButton_btns.close .BButton_btn_close_open .open_icon_1,
.BButton_btns.close .BButton_btn_close_open .open_icon_2,
.BButton_btns.close .BButton_btn_close_open .open_icon_3,
.BButton_btns.open .BButton_btn_close_open .close_icon{
	display: block;
}

.BButton_btns_group{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.BButton_btns.close .BButton_btns_group {
	visibility: hidden;
	margin-bottom: -100%;
	transition: visibility 0s 1s, margin-bottom 0s 1s;
}
.BButton_btns.open .BButton_btns_group {
	visibility: visible;
}

.BButton_btns.close .BButton_btn_close_open .open_icon_1,
.BButton_btns.close .BButton_btn_close_open .open_icon_2,
.BButton_btns.close .BButton_btn_close_open .open_icon_3 {
  position: absolute;
  opacity: 0;
  z-index: -3;
  visibility: hidden;
}
.BButton_btns.close .BButton_btn_close_open .open_icon_1,
.BButton_btns .BButton_btn_close_open .open_icon_2,
.BButton_btns .BButton_btn_close_open .open_icon_3 {
	width: 34px;
	height: 34px;
	-webkit-animation: icon-anim 6s ease-out infinite forwards;
	animation: icon-anim 6s ease-out infinite forwards;
}
.BButton_btns.close .BButton_btn_close_open .open_icon_1 {
  left: 15px;
  top: 15px;
}
.BButton_btns .BButton_btn_close_open .open_icon_2 {
  left: 15px;
  top: 16px;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.BButton_btns .BButton_btn_close_open .open_icon_3 {
  left: 12px;
  top: 17px;
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}

.BButton_btn_close_open .close_icon {
	padding: 5px;
}

.BButton_btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: white;
	border-radius: 100px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 1px;
	        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 1px;
	z-index: 64000;
	text-decoration: none !important;
	-webkit-transform: translateX(-150%);
	    -ms-transform: translateX(-150%);
	        transform: translateX(-150%);
	height: 50px;
	padding: 0px 20px 0px 10px;
	background-size: 28px;
	background-position: 20px;
	background-repeat: no-repeat;
	cursor: pointer;
	color: inherit;
	margin-top: 15px;
	-webkit-transition: margin-left .2s 0s, -webkit-transform .33s;
	transition: margin-left .2s 0s, -webkit-transform .33s;
	-o-transition: transform .33s, margin-left .2s 0s;
	transition: transform .33s, margin-left .2s 0s;
	transition: transform .33s, margin-left .2s 0s, -webkit-transform .33s;
}

.BButton_btn img {
	width: 50px;
	padding: 10px;
}

.BButton_btn span {
	font-size: 13px;
	font-weight: bold;
}

.BButton_btns.open .BButton_btn {
	-webkit-transform: translateX(0%);
	    -ms-transform: translateX(0%);
	        transform: translateX(0%);
}

.BButton_btns .BButton_btn:nth-child(1) {
	-webkit-transition: margin-left .2s 0s, -webkit-transform .33s .1s;
	transition: margin-left .2s 0s, -webkit-transform .33s .1s;
	-o-transition: transform .33s .1s, margin-left .2s 0s;
	transition: transform .33s .1s, margin-left .2s 0s;
	transition: transform .33s .1s, margin-left .2s 0s, -webkit-transform .33s .1s;
}

.BButton_btns .BButton_btn:nth-child(2) {
	-webkit-transition: margin-left .2s 0s, -webkit-transform .33s .15s;
	transition: margin-left .15s 0s, -webkit-transform .33s .15s;
	-o-transition: transform .33s .15s, margin-left .15s 0s;
	transition: transform .33s .15s, margin-left .15s 0s;
	transition: transform .33s .15s, margin-left .15s 0s, -webkit-transform .33s .15s;
}

.BButton_btns .BButton_btn:nth-child(3) {
	-webkit-transition: margin-left .2s 0s, -webkit-transform .33s .2s;
	transition: margin-left .2s 0s, -webkit-transform .33s .2s;
	-o-transition: transform .33s .2s, margin-left .2s 0s;
	transition: transform .33s .2s, margin-left .2s 0s;
	transition: transform .33s .2s, margin-left .2s 0s, -webkit-transform .33s .2s;
}

.BButton_btns .BButton_btn:nth-child(4) {
	-webkit-transition: margin-left .2s 0s, -webkit-transform .33s .25s;
	transition: margin-left .2s 0s, -webkit-transform .33s .25s;
	-o-transition: transform .33s .25s, margin-left .2s 0s;
	transition: transform .33s .25s, margin-left .2s 0s;
	transition: transform .33s .25s, margin-left .2s 0s, -webkit-transform .33s .25s;
}

.BButton_btns .BButton_btn:nth-child(5) {
	-webkit-transition: margin-left .2s 0s, -webkit-transform .33s .3s;
	transition: margin-left .2s 0s, -webkit-transform .33s .3s;
	-o-transition: transform .33s .3s, margin-left .2s 0s;
	transition: transform .33s .3s, margin-left .2s 0s;
	transition: transform .33s .3s, margin-left .2s 0s, -webkit-transform .33s .3s;
}

.BButton_btns .BButton_btn:nth-child(6) {
	-webkit-transition: margin-left .2s 0s, -webkit-transform .33s .35s;
	transition: margin-left .2s 0s, -webkit-transform .33s .35s;
	-o-transition: transform .33s .35s, margin-left .2s 0s;
	transition: transform .33s .35s, margin-left .2s 0s;
	transition: transform .33s .35s, margin-left .2s 0s, -webkit-transform .33s .35s;
}

.BButton_btns .BButton_btn:nth-child(7) {
	-webkit-transition: margin-left .2s 0s, -webkit-transform .33s .4s;
	transition: margin-left .2s 0s, -webkit-transform .33s .4s;
	-o-transition: transform .33s .4s, margin-left .2s 0s;
	transition: transform .33s .4s, margin-left .2s 0s;
	transition: transform .33s .4s, margin-left .2s 0s, -webkit-transform .33s .4s;
}

.BButton_btn:hover {
	margin-left: 10px;
}

@media only screen and (min-width: 767px) {
	.BButton_btn span {
		font-size: 16px;
	}
}

.BButton_appointment_form {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(7, 7, 7, 0.7);
	width: 100%;
	height: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow-y: scroll;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: opacity .2s .33s, visibility 0s .45s;
	-o-transition: opacity .2s .33s, visibility 0s .45s;
	transition: opacity .2s .33s, visibility 0s .45s;
	-webkit-transform-origin: left bottom;
	    -ms-transform-origin: left bottom;
	        transform-origin: left bottom;
}

.BButton_appointment_form.show {
	visibility: visible;
	opacity: 1;
	z-index: 64789;
	-webkit-transition: opacity .2s 0s, visibility 0s;
	-o-transition: opacity .2s 0s, visibility 0s;
	transition: opacity .2s 0s, visibility 0s;
}

.BButton_appointment_form>* {
	opacity: 0;
	-webkit-transition: opacity .33s .0s;
	-o-transition: opacity .33s .0s;
	transition: opacity .33s .0s;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	max-width: 769px;
	margin: 0 auto;
}

.BButton_appointment_form.show>* {
	opacity: 1;
	-webkit-transition: opacity .33s .2s;
	-o-transition: opacity .33s .2s;
	transition: opacity .33s .2s;
}

.BButton_appointment_form_closelink {
	width: 100%;
	display: block;
	text-align: center;
	background: transparent;
	font-weight: bold;
	color: rgb(169, 169, 169);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.BButton_btns img {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: auto;
	max-width: 100%;
	position: relative;
	display: block;
	box-sizing: border-box;
}

@-webkit-keyframes icon-anim {
	0% {
	  opacity: 0;
	  -webkit-transform: rotate(-180deg);
			  transform: rotate(-180deg);
	  z-index: -3;
	  visibility: hidden;
	}
	3% {
	  opacity: 1;
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	  z-index: 3;
	  visibility: visible;
	}
	25% {
	  opacity: 1;
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	  z-index: 3;
	  visibility: visible;
	}
	33% {
	  opacity: 0;
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	  z-index: -3;
	  visibility: hidden;
	}
	100% {
	  opacity: 0;
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	  z-index: -3;
	  visibility: hidden;
	}
  }
@keyframes icon-anim {
0% {
	opacity: 0;
	-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
	z-index: -3;
	visibility: hidden;
}
3% {
	opacity: 1;
	-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
	z-index: 3;
	visibility: visible;
}
25% {
	opacity: 1;
	-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
	z-index: 3;
	visibility: visible;
}
33% {
	opacity: 0;
	-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
	z-index: -3;
	visibility: hidden;
}
100% {
	opacity: 0;
	-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
	z-index: -3;
	visibility: hidden;
}
}