:root {
  --animate-duration: 170ms;
}
* {
	font-weight: 400;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	list-style: none;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align:bottom;
	cursor: default;
	color: #ffffff;
}
*::-webkit-scrollbar { width: 0; }
@media (min-width: 410px) {
	.main_form_bot_span{
		font-size: 14px !important;
	}
	.main_form_top_span{
		font-size: 26px !important;
	}
	.main_form_input{
		font-size: 12px !important;
	}
	.main_form_start_check{
		font-size: 16px !important;
	}
	.info_tariff_price_feature{
		width: 105px !important;
    	height: 105px !important;
	}
	.info_tariff_price_feature_bot{
		font-size: 12px !important;
	}
	.table_line_left_side{
		font-size: 14px !important;
	}
	.table_title{
		font-size: 16px !important;
	}
}
@media (max-height: 730px) {
	.animated_person{
		width: 35% !important;
	}
	.features{
		height: calc(100vh - 417px) !important;
	}
}
.info_span{
	color: #000000;
	font-weight: 500;
}
body {
    touch-action: none !important;
}
.main_div{
	height: 100vh;
	background: linear-gradient(180deg, #9950DF 0%, #7D3DB8 50%, #1A0C25 100%);
	overflow: hidden;
}

.navbar {
	width: 100%;
	position: fixed;
    bottom: 0px;
    display: block;
    left: 0;
    right: 0;
    z-index: 2;
    max-width: 480px;
    margin: auto;
}
.navbar_nav{
    margin: auto;
    height: 90px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  	background-color: rgba(0, 0, 0, 0.2);
}
.navbar_div{
	height: 60%;
	width: 20%;
	color: #A2A2A2;
	font-size: 10px;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	font-weight: 700;
}
.navbar_img{
	height: 100%;
}
section{
	width: 100%;
	height: 100%;
	max-width: 480px;
	margin: auto;
}
.main_section{
	display: flex;
	align-items: center;
    justify-content: center;
}
.search_form{
	display: flex;
	flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.main_form_top_span{
	font-size: 20px;
	font-weight: 600;
}
.main_form_bot_span{
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.main_form_input{
	width: 100%;
	padding: 10px;
	border-radius: 20px;
	color: #424242;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 10px;
}
.main_form_start_check{
	margin-top: 15px;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 8px;
	width: 70%;
	text-align: center;
	border-radius: 20px;
	font-size: 14px;
}
.animated_person{
	width: 50%;
    margin: auto;
}

#arm-R_animate{
	fill: #59199D;
}
#body_animate{
	fill: #59199D;
}
#Vector-01_animate{
	fill: #311054;
}
#Vector-02_animate{
	fill: #311054;
}
#Vector-03_animate{
	fill: #311054;
}
#Vector-04_animate{
	fill: #311054;
}
#Vector-05_animate{
	fill: #311054;
}
#Vector-06_animate{
	fill: #311054;
}





.close_icon{
	position: absolute;
	right: 15px;
	top: 15px;
}
.tarif_top_div{
	font-size: 28px;
	text-align: center;
	font-weight: 600;
}
.tarif_bot_div{
	height: 41px;
	font-size: 16px;
	text-align: center;
}
.tarifes{
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-top: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	padding: 0 20px;
}
.tarifes::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
}
.tariff{
	margin-right: 20px;
	width: 130px;
	height: 120px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    flex-shrink: 0;
}
.tariff_name{
	font-size: 18px;
	font-weight: 600;
}
.tariff_price{
	font-size: 30px;
	font-weight: 600;
}
.tariff_about{
	font-size: 10px;
	color: #BB8AE6;
}
.buy_subscription{
	width: 100%;
	position: fixed;
    bottom: 0px;
    display: flex;
    left: 0;
    right: 0;
    z-index: 2;
    height: 80px;
    padding-bottom: 20px;
    border-radius: 20px;
  	background-color: rgba(0, 0, 0, 0.2);
  	align-items: flex-end;
    justify-content: center;


    will-change: transform, opacity;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
}
.buy_subscription_button{
	padding: 10px 0;
	text-align: center;
	background-color: none;
	font-size: 16px;
	border: 1px solid #ffffff;
	width: 80%;
	border-radius: 20px;
}
.features{
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	align-items: center;
	padding: 0 20px;
	height: calc(100vh - 500px);
    overflow: auto;
}
.feature_icon{
	width: 35px;
	height: 35px;
}
.feature_icon_back{
	padding: 5px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.1);
	display: inline-block;
}
.feature{
	display: flex;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 15px;
	width: 100%;
	margin-bottom: 10px;
}
.tarif_right_text{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
}
.tarif_right_text_top{
	font-size: 16px;
	font-weight: 600;
}
.tarif_right_text_bot{
	color: #D3BEE5;
	font-size: 14px;
}


.last_feature{
	margin-bottom: 80px;
}

.features::-webkit-scrollbar {
    display: none;
}


.buy_tariff{
	display: none;
	flex-direction: column;
    justify-content: center;
	padding: 0 20px;
}
.tariff_pay_text{
	font-size: 20px;
	font-weight: 600;
}
.tariff_price_left_text{
	font-size: 20px;
	font-weight: 600;
	white-space: nowrap;
}
.info_tariff_price{
	margin-top: 20px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	border-radius: 20px;
	padding: 10px;
	background-color: rgba(249, 249, 249, 0.2);
}
.tariff_time_info{
	position: absolute;
    padding: 7px 20px;
    transform: translate(10px, -45px);
	background-color: #e440b6;
    border-radius: 20px;
}
.tariff_price_mid_text{
	margin:0 10px;
	font-size: 12px;
}
.tariff_price_right_text{
	display: flex;
	flex-direction: column;
    align-items: center;
}
.tariff_price_right_text_price{
	font-size: 40px;
	font-weight: 600;
}
#navbar_search{
	color: #ffffff;
}
.tariff_price_right_text_old_price{
	font-size: 16px;
	text-decoration: line-through;
    text-decoration-color: rgba(255, 66, 100, 0.2);
    color: rgba(255, 255, 255, 0.2);
}
.info_tariff_price_features{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.info_feature_icon{
	width: 20px;
	height: 20px;
}
.info_tariff_price_feature{
	width: 90px;
    height: 90px;
	background-color: rgba(249, 249, 249, 0.2);
	border-radius: 20px;
	padding: 10px;

}
.info_tariff_price_feature_top{
	display: flex;
    justify-content: space-between;
}
.info_tariff_price_feature_bot{
	margin-top: 15%;
	font-size: 10px;
}
.info_tariff_make_pay{
	width: 80%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
	border-radius: 20px;
	border: 1px solid white;
	padding: 10px 0;
	font-weight: 600;
}
.checkbox_text{
	font-size: 11px;
}
.info_tariff_checkbox{
	width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 0;
	display: flex;
    align-items: center;
}


input[type="checkbox"] {
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 5px;
  border: 1px solid #5D5D5D;
}
input[type="checkbox"]:checked {
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNiAyNiIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KICA8cGF0aCBkPSJtLjMsMTRjLTAuMi0wLjItMC4zLTAuNS0wLjMtMC43czAuMS0wLjUgMC4zLTAuN2wxLjQtMS40YzAuNC0wLjQgMS0wLjQgMS40LDBsLjEsLjEgNS41LDUuOWMwLjIsMC4yIDAuNSwwLjIgMC43LDBsMTMuNC0xMy45aDAuMXYtOC44ODE3OGUtMTZjMC40LTAuNCAxLTAuNCAxLjQsMGwxLjQsMS40YzAuNCwwLjQgMC40LDEgMCwxLjRsMCwwLTE2LDE2LjZjLTAuMiwwLjItMC40LDAuMy0wLjcsMC4zLTAuMywwLTAuNS0wLjEtMC43LTAuM2wtNy44LTguNC0uMi0uM3oiIGZpbGw9IiMwMDAwMDAiLz4KPC9zdmc+Cg==) no-repeat center center #fff;
  background-size: 10px;
}
.info_tariff_pat_systems{
	display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.info_tariff_price_other{
	padding: 20px 10px;
}
.tariff_price_right_text_price_other{
	font-size: 30px;
	font-weight: 400;
}
.tariff_time_info{
	transform: translate(10px, -40px);
}
.open_url{
	text-decoration: underline;
}
.check_info{
	padding: 0 20px;
	padding-top: 10px;
	overflow: auto;
}
.general_information{
	padding: 20px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
    flex-direction: row;
    align-items: center;
    height: 110px;
}
.general_information_avatar{
	width: 70px;
	height: 70px;
	border-radius: 100px;
}
.general_information_info{
    margin-left: 20px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.general_information_name{
	font-size: 18px;
	font-weight: 600;
}
.general_information_stats{
	display: flex;
	justify-content: space-between;
}
.general_information_stat_title{
	font-size: 12px;
	color: #B8B8B8;
}
.general_information_stat_count{
	font-size: 18px;
}
.total_information_line{
	margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.total_information_block{
	width: 47%;
	height: 70px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.total_information_title{
	color: #D7ACFF;
	font-size: 12px;
	font-weight: 500;
}
.total_information_info{
	font-size: 24px;
	font-weight: 600;
}
.info_icon{
	position: absolute;
	top: 11px;
	left: 11px;
	width: 15px;
	height: 15px;
}
.total_information_table{
	margin-top: 20px;
	width: 100%;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.2);
	position: relative;
	display: flex;
	justify-content: center;
	padding: 20px 30px;
	flex-direction: column;
    align-items: center;
    transform: translateZ(0);
	-webkit-transform: translate3d(0, 0, 0);
	will-change: opacity;
 	-webkit-backface-visibility: hidden;



    will-change: transform, opacity;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
}
.table_title{
	font-size: 12px;
	display: flex;
    align-items: center;
}
.table_title_icon{
	margin-right: 10px;
}
.statistic_line{
	width: 100%;
	height: 10px;
	border-radius: 20px;
	align-items: center;
	margin-right: 5px;
}
.statistic_line_blue{
	background-color: #4951FF;
}
.statistic_line_pink{
	background-color: #FF5EBE;
}
.total_info_statistic_line{
	display: flex;
	white-space: nowrap;
	align-items: center;
	margin-top: 5px;
}
.table_lines{
	width: 100%;
	margin-top: 15px;
}
.table_info_title{
	width: 100%;
	margin-top: 10px;
}
.statistic_table_line{
	width: 100%;
	height: 25px;
	border-radius: 20px;
	background-color: #ffffff;
	display: flex;
	color: #000000;
	flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.table_info_text{
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	margin: 0 10px;
}
.table_avatar{
	width: 20px;
	height: 20px;
	border-radius: 20px;
	margin: 0 10px;
}
.table_line_left_side{
	color: #000000;
    font-size: 10px;
    font-weight: 500;
	display: flex;
	align-items: center;
}
.table_line_right_side{
	color: #000000;
    font-size: 14px;
    font-weight: 500;
	display: flex;
	align-items: center;
	margin: 0 10px;
}
.table_analyse_icon{
	width: 15px;
	height: 15px;
	margin: 0 10px;
}
.presents_line{
	height: 60px;
	background-color: rgba(255, 255, 255, 0.2);
	width: 100%;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.present_line_avatar{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin: 0 10px;
}
.presents_left_side{
	display: flex;
	align-items: center;
}
.present_line_present{
	height: 40px;
	margin: 0 10px;
}
.present_icon{
	position: relative;
	display: flex;
	align-items: center;
    justify-content: center;
}
.present_count{
	position: absolute;
	margin-top: 5px;
	font-size: 18px;
	font-weight: 600;
}
.publics_left_side{
	margin-left: 20px;
    width: 76%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.goto_icon{
	width: 15px;
	margin: 0 10px;
}
.total_info_results_name{
	display: flex;
	width: 100%;
	margin-top: 15px;
}
.results_avatar{
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
.results_right_side{
    display: flex;
    margin-left: 10px;
    flex-direction: column;
    justify-content: space-between;
}
.results_name{
	font-size: 14px;
	color: #D7ACFF;
}
.results_url{
	font-size: 10px;
	color: #B2B2B2;
}
.activity_text{
	width: 100%;
	text-align: left;
	margin-top: 10px;
	font-size: 14px;
}
.line_background{
	width: 100%;
	height: 20px;
	border-radius: 20px;
	background-color: #ffffff;
	margin-top: 20px;
	display: flex;
	align-items: center;
	padding: 4px;
}
.results_line{
	background-color: #964EDB;
	height: 12px;
	width: 70%;
	border-radius: 20px;
}
.go_to_top_button{
	color: #3C3C3C;
	width: 50%;
	margin: auto;
	background-color: #ffffff;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 20px;
	font-weight: 600;
}

.tab_scroll_zone{
	width: 100%;
    overflow: auto;
    max-height: 230px;
}
.no_data_in_table{
	display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    margin-top: 20px;	
}
.icon_no_data_in_table{
	width: 20%;    
	margin: 10px 0;
}
.no_data_in_table_span{
	text-align: center;
    margin: 10px 0;
    width: 90%;
}
.checked_progress_bar{
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 5;	
    left: 0;
    top: 0;
    width: 100%;
}
.tive_back_top{
	width: 100%;
    padding: 0;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0);
    height: 2px;
}
.analyse_span{
	margin-top: 10px;
	text-align: ;
}
.top_status_bar{
	background-color: rgba(0, 0, 0, 0.5);
	height: 2px;
    width: 70%;
    border-radius: 0px;
}

.info_menu{
	position: absolute;
    background-color: #FFFFFF;
    color: #000;
    z-index: 4;
    border-radius: 20px;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    max-width: 261px;
    max-height: 300px;
    left: 0;
    top: -10%;
    display: block;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}


#info_icon_1:hover ~ #info_menu_1,
#info_icon_1:focus #info_menu_1{
	visibility: visible;
	opacity: 1;	
}

#info_icon_2:hover ~ #info_menu_2,
#info_icon_2:focus #info_menu_2{
	visibility: visible;
	opacity: 1;	
}

#info_icon_3:hover ~ #info_menu_3,
#info_icon_3:focus #info_menu_3{
	visibility: visible;
	opacity: 1;	
}

#info_icon_4:hover ~ #info_menu_4,
#info_icon_4:focus #info_menu_4{
	visibility: visible;
	opacity: 1;	
}

#info_icon_5:hover ~ #info_menu_5,
#info_icon_5:focus #info_menu_5{
	visibility: visible;
	opacity: 1;	
}

#info_icon_6:hover ~ #info_menu_6,
#info_icon_6:focus #info_menu_6{
	visibility: visible;
	opacity: 1;	
}

#info_icon_7:hover ~ #info_menu_7,
#info_icon_7:focus #info_menu_7{
	visibility: visible;
	opacity: 1;	
}

#info_icon_8:hover ~ #info_menu_8,
#info_icon_8:focus #info_menu_8{
	visibility: visible;
	opacity: 1;	
}

#info_icon_9:hover ~ #info_menu_9,
#info_icon_9:focus #info_menu_9{
	visibility: visible;
	opacity: 1;	
}

#info_icon_10:hover ~ #info_menu_10,
#info_icon_10:focus #info_menu_10{
	visibility: visible;
	opacity: 1;	
}

#info_icon_11:hover ~ #info_menu_11,
#info_icon_11:focus #info_menu_11{
	visibility: visible;
	opacity: 1;	
}

#info_icon_12:hover ~ #info_menu_12,
#info_icon_12:focus #info_menu_12{
	visibility: visible;
	opacity: 1;	
}

#info_icon_13:hover ~ #info_menu_13,
#info_icon_13:focus #info_menu_13{
	visibility: visible;
	opacity: 1;	
}

#info_icon_14:hover ~ #info_menu_14,
#info_icon_14:focus #info_menu_14{
	visibility: visible;
	opacity: 1;	
}

#info_icon_15:hover ~ #info_menu_15,
#info_icon_15:focus #info_menu_15{
	visibility: visible;
	opacity: 1;	
}

#info_icon_16:hover ~ #info_menu_16,
#info_icon_16:focus #info_menu_16{
	visibility: visible;
	opacity: 1;	
}

#info_icon_17:hover ~ #info_menu_17,
#info_icon_17:focus #info_menu_17{
	visibility: visible;
	opacity: 1;	
}

#info_icon_18:hover ~ #info_menu_18,
#info_icon_18:focus #info_menu_18{
	visibility: visible;
	opacity: 1;	
}


.blur {
	display: none;
	position: absolute;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: rgb(255 255 255);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 42px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    border-radius: 20px;
    padding: 32px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0.7) 65%, rgba(0, 0, 0, 0) 100%);
}

.history_line{
	margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 20px;	
}
.history_line_info{
	display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
}
.history_line_photo_img{
	width: 50px;
    height: 50px;
    border-radius: 70px;
}
.history_line_info_block{
	margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50px;
}
.history_line_name{
	font-size: 16px;
}
.history_line_date{
	font-size: 14px;
    color: #8B8B8B;
}
.section_history{
	display: none;
	flex-direction: column;
	padding: 10px;
	height: 95%;
    overflow: auto;
    padding-bottom: 100px;
}

.section_info{
	display: block;
    padding: 10px;
	height: 100%;
    overflow: auto;
    padding-bottom: 90px;
}

.info_line{
	padding: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 18px;
}

.info_text{
	margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
}
.about_analyse_info_top_text {
    font-size: 16px;
    font-weight: 700;
}
.about_analyse_info_middle_text {
    font-size: 12px;
    margin-top: 10px;
}
.about_button {
    font-size: 20px;
    margin: auto;
    margin-top: 20px;
    width: 80%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    border-radius: 300px;
}
.about_analyse_block {
    margin: 10px 0;
    background-color: rgba(152, 79, 221, 0.6);
    border-radius: 15px;
    padding: 5px;
    font-weight: 700;
}
.stop_subscription_input {
    margin: 10px 0;
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    pointer-events: all;
    color: #000000;
}
.about_analyse_info{
	padding: 10px;
}
.about_stop_subscription{
	padding: 10px;
}
.about_scan_account{
	padding: 10px;
}
.stop_subscription{
	padding: 10px;
}
@keyframes shake {
  10%, 90% {
    transform: translateX(-0.5px);
   }
  20%, 80% {
    transform: translateX(1px);
  }
  30%, 50%, 70% {
    transform: translateX(-2px);
  }
  40%, 60% {
    transform: translateX(2px);
  }
}
.shake {
  animation: shake 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) both;
  background-color:rgb(229 102 102) !important;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(28, 28, 28, 0.8);
    z-index: 9999;
    overflow-y: auto;
    display: none;
    backdrop-filter: blur(10px);
}
.modal_div {
    background: white;
    padding: 15px;
    position: relative;
    background-color: #ffffff;
    margin: auto;
    width: 320px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


@-webkit-keyframes heartbeat {
  0% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  14% {
    -moz-transform: rotate(45deg) scale(1.3);
    -ms-transform: rotate(45deg) scale(1.3);
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3);
  }
  28% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  42% {
    -moz-transform: rotate(45deg) scale(1.3);
    -ms-transform: rotate(45deg) scale(1.3);
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3);
  }
  70% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}
@-moz-keyframes heartbeat {
  0% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  14% {
    -moz-transform: rotate(45deg) scale(1.3);
    -ms-transform: rotate(45deg) scale(1.3);
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3);
  }
  28% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  42% {
    -moz-transform: rotate(45deg) scale(1.3);
    -ms-transform: rotate(45deg) scale(1.3);
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3);
  }
  70% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}
@-o-keyframes heartbeat {
  0% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  14% {
    -moz-transform: rotate(45deg) scale(1.3);
    -ms-transform: rotate(45deg) scale(1.3);
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3);
  }
  28% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  42% {
    -moz-transform: rotate(45deg) scale(1.3);
    -ms-transform: rotate(45deg) scale(1.3);
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3);
  }
  70% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}
@keyframes heartbeat {
  0% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  14% {
    -moz-transform: rotate(45deg) scale(1.3);
    -ms-transform: rotate(45deg) scale(1.3);
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3);
  }
  28% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  42% {
    -moz-transform: rotate(45deg) scale(1.3);
    -ms-transform: rotate(45deg) scale(1.3);
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3);
  }
  70% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}

/* Styles for old versions of IE */
.heartbeat {
  font-family: sans-serif;
  font-weight: 100;
}

/* :not(:required) hides this rule from IE9 and below */
.heartbeat:not(:required) {
  -webkit-animation: heartbeat 1300ms ease 0s infinite normal;
  -khtml-animation: heartbeat 1300ms ease 0s infinite normal;
  -moz-animation: heartbeat 1300ms ease 0s infinite normal;
  -ms-animation: heartbeat 1300ms ease 0s infinite normal;
  -o-animation: heartbeat 1300ms ease 0s infinite normal;
  animation: heartbeat 1300ms ease 0s infinite normal;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.heartbeat:not(:required):after, .heartbeat:not(:required):before {
  position: absolute;
  content: "";
  background: #ffffffcc;
}
.heartbeat:not(:required):before {
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  top: 12px;
  left: 0;
  width: 36px;
  height: 24px;
}
.heartbeat:not(:required):after {
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
  left: 12px;
  width: 24px;
  height: 12px;
}
