/*
Template:       doctio
Theme Name:     Doctio Child
Theme URI:      https://demo.themedraft.net/wp/doctio/
Author:         ThemeDraft
Author URI:     https://themedraft.net/
Description:    Doctio is a medical health WordPress theme
Version:        1.0.0
Text Domain:    doctio
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
*/



.btn-pluss-wrapper {
	position: fixed;
	right: 20px;
    bottom: 100px;
	z-index: 9;
}

  .btn-pluss {
	overflow: hidden;
	position: relative;
	display: block;
	padding-left: 0;
	padding-right: 25px;
	border-radius: 22px;
	width: 30px;
	margin: 0 auto;
	background-color: #223645;
	transition: width 0.3s 0.5s ease, border-radius 1.1s ease;
	box-shadow: 0 0 17px -1px rgb(0 0 0 / 40%);
  }
  .btn-pluss a {
	display: block;
	position: relative;
	color: #1f1f1f;
	text-decoration: none;
	overflow: hidden;
	padding: 0;
	border-radius: 5px;
	font-size: 14px;
  }
  .btn-pluss a:hover {
	text-decoration: inherit;
	color: #FA434B;
	transition: background-color 0.5s ease;
  }
  .btn-pluss:after {
	content: '+';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	line-height: 20px;
	text-align: center;
	font-size: 0.9rem;
	background-color: #ffffff;
	color: #223645;
	transform: translateY(-50%) translateX(-50%);
	transition: all 0.3s 0.5s ease;
	cursor: pointer;
	cursor: hand;
  }
  .btn-pluss ul {
	opacity: 0;
  }
  .btn-pluss ul {
	opacity: 0;
	width: 100%;
	margin-left: 0px;
	transition: all 0.5s ease;
	text-align: center;
	font-size: 16px;
  }
  .btn-pluss ul li {
	background-color: #f7f7f7;
	margin-top: 10px;
	border-radius: 15px;
	width: 100%;
	height: 0px;
	overflow: hidden;
	transition: height 1s ease;
  }
  .tooltip-btn-pluss {
	position: relative;
	padding: 5px;
	border-radius: 5px;
	width: 100px;
	text-align: center;
	font-size: 0.9rem!important;
	font-weight: 600;
	margin: 0 auto;
	margin-bottom: 15px;
	animation-duration: 3s;
	animation-name: jump;
	animation-iteration-count: infinite;
	background-color: #fff;
	color: #000000;
	transition: all 1s ease;
	pointer-events: none;
	box-shadow: 0 0 10px 1px rgb(0 0 0 / 15%);
  }
  .tooltip-btn-pluss::after {
	content: ''!important;
	position: absolute!important;
	transform: rotate(45deg)!important;
	display: block!important;
	height: 10px!important;
	width: 10px!important;
	left: 0!important;
	right: 0!important;
	margin: 0 auto!important;
	background-color: inherit!important;
	border: #ffffff!important;
	bottom: -5px!important;
  }
  .tooltip-btn-pluss::before {
	content: '';
	color: white;
  }
  .btn-pluss-wrapper:hover .tooltip-btn-pluss {
	animation-duration: 0s;
	transition: all 1s ease;
	color: white;
	width: 90px;
  }
  .btn-pluss-wrapper:hover .tooltip-btn-pluss::before {
	content: 'Связаться!';
	display: block;
	color: #FA434B;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	transition: all 1s 0.3s ease;
  }
  .btn-pluss-wrapper:hover .btn-pluss {
	width: 220px;
	padding-bottom: 5px;
	transition: width 0.3s ease, border-radius 0.3s ease, padding-bottom 0.3s ease;
  }
  .btn-pluss-wrapper:hover .btn-pluss::after {
	transition: all 0.3s ease;
	left: 50%;
	top: 10px;
	transform: translateY(-5px) translateX(-50%);
  }
  .btn-pluss-wrapper:hover .btn-pluss ul {
	opacity: 1;
	margin-top: 30px;
	transition: all 1s ease;
  }
  .btn-pluss-wrapper:hover .btn-pluss li {
	height: 30px;
	transition: height 1s ease;
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .btn-pluss-wrapper:hover .btn-pluss li a i {margin-right: 5px;}
  .btn-pluss-wrapper:hover .btn-pluss li:hover {
	border-bottom: 1px solid #d2c9c9;
  }
  @keyframes jump {
	0% {
	  transform: translateY(3px);
	}
	50% {
	  transform: translateY(-15px);
	}
	100% {
	  transform: translateY(3px);
	}
  }

.trigger-maincallback {cursor: pointer;}
