ul {
	margin: 0 0 25px 10px;
}
.new-adventages-block {
	justify-content: space-around;
}
.wrapper_all {
	min-height: auto;
}
.nav {
	height: 50px;
}

.catalogue {
	padding: 0 15px;
}
.catalogue__item {
	max-width: inherit;
}
.right_col .catalogue__item {
	max-width: inherit;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.catalogue_content {
	display: grid;
	box-sizing: border-box;
	gap: 4px;
	grid-template-columns: repeat(5, 1fr);
	max-width: inherit;
}
.right_col {
	width: calc(100% - 370px);
}
.left_col {
	width: 370px;
	margin-right: 18px;
	padding: 4px 16px;
}
.left_col ul ul {
	margin: 0 0 5px 35px;
}
.menu a {
	justify-content: center;
	line-height: 1;
	font-size: 13px;
}
.menu li {
	flex: 1;
	text-align: center;
}
.text_top {
	flex: 1;
}
.container {
	max-width: 1600px;
}
.product_top {
	justify-content: unset;
	gap: 20px;
}
.product_top .gallery2 {
	width: auto !important;
}
.product_top .gallery2 img {
	max-width: 330px;
}

.wrapper {
	padding: 0;
}
.page_top {
	padding: 10px 0;
	margin: 0 0 20px 0;
	z-index: 20;
	box-shadow: 0 1px 3px 0px #adadad;
	position: sticky;
	top: 119px;
}
.page_top h1 {
	margin: 4px 0 10px 0;
        line-height: 1;
}
.left_col {
	min-width: 310px;
	margin-right: 14px;
	padding: 6px 10px 20px 12px;
}
.left_col li {
	line-height: 17px;
}

i.search_btn {
	padding: 0 0 0 12px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #b11b1b;
	cursor: pointer;
	grid-area: E;
}
i.q_search_mini {
	display: none;
}
.q_nav {
	background: #bf0000;
	position: sticky;
	top: 74px;
	z-index: 100;
}
.q_nav .menu {
	height: 45px;
	display: flex;
	flex-wrap: wrap;
}
.q_nav .menu li.active a {
	background: rgba(0, 0, 0, .3);
}
.q_nav .menu a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	transition: none;
}
.q_header_sub {
	background: #333;
}
.q_header_sub .container {
	padding: 8px 0;
	display: grid;
	align-items: center;
	grid-template:"A B";
	grid-template-columns: auto 1fr;
}
.q_header_sub .container .q_city .city_select {
	display: none;
}
.q_header {
	height: 74px;
	position: sticky;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	box-shadow: 0 0px 3px #999999;
}
.q_header .hehead {
	display: grid;
	gap: 0 4px;
	padding-top: 4px;
	padding-bottom: 6px;
	grid-template:"A B C D E";
	grid-template-columns: auto auto 1fr auto auto;
	justify-content: flex-start;
	align-items: center;
}
.q_header nav {
	height: 50px;
}
.q_city {
	line-height: 1;
	background: #FFF;
	border-radius: 3px;
}
.q_city a {
	display: block;
	padding: 2px 14px 3px 12px;
	text-decoration: none;
	color: #1f86d1;
	font-size: 15px;
	white-space: nowrap;
}
.q_city > a > span {
	font-size: 12px;
}
.q_city:hover {
	box-shadow: inset 0 0 4px #000;
}
.city_select {
	text-decoration: none;
	line-height: 1;
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0 16px;
}
.q_sub_address {
	display: flex;
	align-items: end;
	flex-wrap: nowrap;
	font-size: 15px;
	color: #000;
	font-weight: 400;
	gap: 8px;
}
.q_sub_address span {
	padding: 0 0 0 6px;
	min-width: 200px;
}

.selected_city {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.city_select:hover .selected_city > div {
	text-decoration: underline;
}
.selected_city > div {
	font-size: 19px;
	font-weight: 600;
}
.selected_city > span {
	color: gray;
	font-size: 12px;
	padding: 0;
}


.q_header * {
	box-sizing: border-box;
}
.q_logo {
	grid-area: A;
	display: block;
	width: 104px;
	height: 66px;
	max-width: 104px;
}
.q_mobile_mail {
	display: none;
}
.q_time,
.q_address,
.q_mail {
	line-height: 1;
	font-size: 13px;
	display: flex;
	gap: 6px;
	white-space: nowrap;
	justify-content: start;
	align-items: center;
}
.q_time i,
.q_address i,
.q_sub_address i,
.q_mail i {
	color: #bf0000;
	display: flex;
	justify-content: center;
	width: 10px;
}
.q_time span,
.q_address span,
.q_mail span {
	display: block;
}
.q_sitename {
	height: 100%;
	grid-area: B;
	text-decoration: none;
	display: flex;
	justify-content: end;
	line-height: 1;
	flex-direction: column;
}
.q_sitename > div {
	padding: 0 0 2px 0;
	font-size: 22px;
	font-weight: 800;
	color: #bf0000;
}
.q_sitename > span {
	color: #333;
	display: block;
	font-size: 11px;
	white-space: nowrap;
	width: fit-content;
	border-top: 1px solid #bf0000;
}
.q_search,
.q_search form,
.q_search input,
.q_search button {
	height: 35px;
}
.q_search input,
.q_search button {
	top: 0px;
	position: absolute;
}
.q_search input {
	background: #FFF;
	padding: 8px 12px;
	font-size: 15px;
}
.q_search button {
	font-weight: 600;
	padding: 12px 18px;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.q-header-phones,
.q_info {
	height: 61px;
	display: flex;
}
.q-header-phones {
	justify-content: center;
}
.q_info {
	flex-direction: column;
	justify-content: center;
	margin: 0 0 0 10px;
	grid-area: C;
	gap: 4px;
}
.q-header-phones {
	grid-area: D;
	flex-direction: row;
}
.q-header-phones div {
        flex-direction: column;
        width: 100%;
        align-items: end;
        justify-content: center;
}
.q-header-phones div:last-child {
	flex-wrap: nowrap; 
}
.q-header-phones > div > a {
	margin: 0 0 0 4px;
}
.q-header-phones > div > span {
	font-weight: 400;
	margin: 2px 0px 0 4px;
}
.q-header-phones > div > a:hover > * {
	text-decoration: underline;
	text-decoration-color: inherit;
}
.menu li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}
.q_time, .q_mail {
	font-size: 13px;
}

.q-header-phones a.with-domain {
	font-size: 21px;
	min-width: 200px;
}
.q-header-phones a.with-domain:hover {
	text-decoration: underline;
}
.q_burger {
	display: none;
}

.q_good_content {
	width: calc(100% - 370px);
}
.q_good_content li {
	line-height: 1.4;
}
.q_good_content li:before {
	top: 6px;
}
.params_title {
	font-size: 20px;
	margin: 0;
}
.q_price_box {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.price_lower {
	color: #999D9C;
	font-size: 13px;
	margin: 0 0 10px 0;
	line-height: 1;
	flex: 1;
}
.q_see_another {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	color: #1f86d1;
	text-decoration-style: dotted;
	box-shadow: 0 0 3px #a9a9a9;
	border-radius: 4px;
	font-size: 13px;
}
.q_see_another:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
}
.q_see_another:active {
	box-shadow: inset 0 0 3px #a9a9a9;
}
.q_good_order {
	font-size: 15px;
	padding: 14px;
	line-height: 1.2;	
	box-shadow: 0 0 3px #a9a9a9;
}
.q_good_order div {
	display: flex;
	align-items: center;
	color: red;
	gap: 12px;
}
.q_good_box {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
}
.q_good_info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 360px;
	position: sticky;
	top: 215px;
	height: min-content;
	margin: 0 0 10px 0;
}
.q_features {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
}
.q_features li {
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	box-shadow: 0 0 3px #a9a9a9;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	gap: 10px;
	height: 66px;
	padding: 3px 0 10px 3px;
	margin: 0;
}
.q_features svg {
	width: 60px;
	fill: red;	
	color: red;
}
.q_features p {
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	margin: 8px 0 0 0;
}
.q_features span {
	display: block;
	line-height: 1;
	font-size: 13px;
	padding: 6px 0 0 0;
}
.q_features li:before {
	display: none;
}


:root {
	--q_size_side: 180px;
	--q_size_padding: 16px;
	--q_item_gap: 8px;
	--q_features_height: 100px;
	--q_params_width: 50px;

	--q_form_height: calc(var(--q_size_side) + var(--q_item_gap) + var(--q_features_height))
}                      

.right_float_side {
	width: calc(var(--q_params_width) - 4px);
	float: right;
        margin: 0 0 4px 4px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: var(--q_item_gap);
	box-sizing: border-box;
}
.send_question,
.another_poses_links *,
.q_prod_box * {
	box-sizing: border-box;
}
.q_itemcard_params {
	font-size: 15px;
	line-height: 1;
	padding: 0 20px 0 0;
}
.q_itemcard_params .q_info_title {
	text-align: left;
	padding: 6px 0;
}

.q_itemcard_params > div > a {
	flex: 1;
	display: inline-block;
	padding: 8px 12px 6px 12px;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	width: auto;
	min-width: 54px;
	text-decoration: none;
	color: #595959;
	text-align: center;
	margin: 0 2px 2px 0;
	border-radius: 4px;
}
.q_itemcard_params > div > a.active {
	background: #efefef;
	color: #bf0000;
	border: 1px solid red;
	pointer-events: none;
}
.q_itemcard_params > div > a:hover {
	background: #efefef;
	color: #bf0000;
	border: 1px dashed #bf0000;
}

.q_itemcard_params li a {
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	color: #000;
	padding: 4px 12px 3px 12px;
	font-size: 14px;
}
.q_itemcard_params li a:hover {
	color: red;
}

.q_itemcard_params ul {
	margin: 10px 0 0 0;
	list-type: none;	
}
.q_itemcard_params li {
	padding: 2px 0;
	display: flex;
	align-items: center;
	justify-content: space-between; 
	font-size: 15px;
	margin: 0;
}
.q_itemcard_params li:hover {
	background: #efefef;
}
.q_itemcard_params li:before {
	display: none;
}
.q_itemcard_params li div:first-child {
	color: #595959;
}
.q_itemcard_params li div:last-child {
	font-weight: 500;
	text-align: end;
}
.q_itemcard_params li div {
	max-width: 40%;
}
.q_itemcard_params li i {
	flex: 1;
	height: 15px;
	border-bottom: 1px dashed #d1d1d1;
	margin: 0 8px 5px 8px;
}

.q_prod_box {
	background: #FFF;
	z-index: 10;
	margin: 0 0 10px 0;
	display: grid;
	grid-template-columns: var(--q_size_side) auto;
	grid-template-areas: "A B" "C C";
	box-sizing: border-box;
	gap: var(--q_item_gap);
	line-height: 1.4;
}
.q_prod_box h2 {
	color: #000;
}
.q_prod_img {
	max-width: var(--q_size_side);
	max-height: var(--q_size_side);
	box-shadow: 0 0 3px #a9a9a9;
}
.q_prod_content {
	flex: 1;
	display: flex;
	flex-direction: column;
	max-height: var(--q_size_side);
}
.q_prod_content .product_name {
	font-size: 25px;
	margin: 0;
	color: #bf0000;
}
.q_prod_content a.btn {
	font-size: 13px;
	font-weight: 600;
	width: 240px;
	transition: 0.3s ease-in-out;
	border-radius: 4px;
}
.q_prod_content a.btn:hover {
	background: #e12828;
}
.q_order_txt {
	color: grey;
	padding: 3px 0;
}

.q_communication {
	color: #033be1;
	font-size: 22px;
	font-weight: 500;
	display: block;
	color: #1f86d1;
}
.q_phone:hover {
	color: #5e82ed;
}
.q_price {
	font-size: 19px;
	padding: 10px 0 0 0;
}

.q_icons {
	grid-area: C;
	margin: 0;
	display: flex;
	gap: 4px;
	justify-content: space-around;
}
.q_prod_content li {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;

	padding: 6px var(--q_size_padding);
	background: #efefef;
	border: 1px solid #e7e6e6;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;

	max-width: var(--q_size_side);
	height: var(--q_features_height);

	font-size: 14px;
	font-weight: 500;

	transition: 0.3s ease-in-out;
}
.q_prod_content svg {
	margin: 0 0 8px 0;
}
.q_prod_content p {
	margin: 0;
}
.q_prod_content li:hover {
	box-shadow: 0 0 3px #a9a9a9;
	background: #FFF;
}
.q_prod_content li:before {
	display: none;
}
.q-header-phones .mobile-screan {
	display: none;
}
.q_lower_info {
	display: none;
}

@media (max-width: 1620px) {
	.q_good_content {
		width: 100%;
	}	
	.q_good_info {
	        min-width: 360px;
		top: 196px;
	}
	.page_top h1 {
        	font-size: 24px;
		margin: 0px;
	}
	.container {
		max-width: 1350px;
	}
	.right_col {
		width: calc(100% - 340px);
	}
	.left_col {
		width: 340px;
	}
	.q_info {
		display: none;
	}
	.selected_city > div {
		font-size: 16px;
	}
}
@media (max-width: 1420px) {
	.q_good_info {
		display: none;
	}
	.q_nav .menu a {
		font-size: 11px;
	}
	.container {
		max-width: 1140px;
	}
	.right_col {
		width: calc(100% - 340px);
	}
	.left_col {
		width: 340px;
	}
	.catalogue_content {
		grid-template-columns: repeat(4, 1fr);
	}
	.menu a {
		font-size: 11px;
	}
	.q_nav {
		display: none;
	}
	.page_top {
		top: 74px;
	}
	.hehead .city_select {
		display: none;
	}
	.q_header_sub .container .q_city .city_select {
		display: block;
	}
	.q_header_sub .container .q_city {
		margin: 0 10px 0 0;
		height: 35px;
	}
	.q_header_sub .container .q_city a {
		padding: 0;
	}
	.q_city > a > span {
		font-size: 10px;
	}
}
@media (max-width: 1250px) {
	.mobile_menu {
	        top: 70px;
	}
	.mobile_menu.active {
	        top: 70px;
		width: 100%;
	}
	body.active > .wrapper_all,
	body.active > footer {
		display: none;
	}
	.q_mobile_mail span,
	.q-header-phones span {
		display: inline-block;
		margin: 0;
	}       	
	.q-header-phones .q_mobile_mail {
		font-size: 13px;
		margin: 0 0 0 10px;
	}
	.q-header-phones .q_mobile_mail a {
		font-size: 15px;
		color: red;
	}
	.q-header-phones {
		justify-content: end;
		gap: 10px;
	}
	.q-header-phones div {
		max-width: min-content;
	}
	.q_header .hehead {
		grid-template: "A B D E";
		grid-template-columns: auto auto 1fr auto auto;
	}
	.catalogue_content {
		grid-template-columns: repeat(3, 1fr);
	}
	i.search_btn {
		display: none;
	}
	.q_burger {
		display: flex;
	        min-width: 24px;
	        width: 20px;
		grid-area: E;
		align-items: center;
		height: 54px;
		margin: 0 0 0 14px;
	}
	.q_burger span {
	        position: relative;
	        width: 20px;
        	height: 2px;
	        background: #8a8a8a;
	        -webkit-transition: 75ms cubic-bezier(.55,.055,.675,.19);
	        -o-transition: 75ms cubic-bezier(.55, .055, .675, .19);
	        transition: 75ms cubic-bezier(.55,.055,.675,.19);
	}
	.q_burger span:after,
	.q_burger span:before {
		content: "";
		position: absolute;
        	width: 20px;
	        height: 2px;
        	background: #8a8a8a;
	}
	.q_burger span:before {
        	top: 6px;
	        -webkit-transition: top 75ms .12s, opacity 75ms;
	        -o-transition: top 75ms .12s, opacity 75ms;
        	transition: top 75ms .12s, opacity 75ms;
	}
	.q_burger span:after {
		bottom: 6px;
	        -webkit-transition: bottom 75ms .12s, -webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
        	transition: bottom 75ms .12s, transform 75ms cubic-bezier(.55,.055,.675,.19), -webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
	        -o-transition: bottom 75ms .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
	}

}

@media (max-width: 1200px){
	.q-header-phones a.with-domain {
		font-size: 17px;
	}
}
@media (max-width: 1160px) {
	.q_header {
		height: 68px;
	}
	.q_logo {
		width: 90px;
		height: 58px;
	}
	.page_top {
		top: 68px;
	}
	.q_header_sub .container {
		padding: 8px 14px;
	}
	.q_prod_content .product_name {
		font-size: 21px;
	}
	.q_price {
		font-size: 18px;
	}
	.q-header-phones a.with-domain {
		min-width: auto;
		padding: 0 0 0 10px;
	}
}
@media (max-width: 992px) {
	.q-header-phones {
		justify-content: center;
		align-items: end;
		flex-direction: column;
	        gap: 5px;
	}
	.q-header-phones div {
		width: auto;
		flex-direction: row;
		align-items: center;
		justify-content: end;
		line-height: 1;
	}
	.q-header-phones a.with-domain {
		min-width: 140px;
	}
	.q_lower_info div span {        
		display: none;
	}
	.q_nav {
		display: none;
	}
	.q-header-phones > div > span {
		font-size: 12px;
		margin: 0;
	}
	.q-header-phones a.with-domain {
		font-size: 15px;
	}
	.catalogue_content {
		grid-template-columns: repeat(4, 1fr);
	}
	.right_col {
	        width: 100%;
	}
	.q_sitename > span {
		font-size: 10px;
	}
}
@media (max-width: 900px) {
	.q-header-phones .full-screan {
		display: none;
	}
	.q-header-phones .mobile-screan {
		display: inline-block;
	}
}
@media (max-width: 767px) {
	.q_lower_info .lower_address {
		display: none;
	}
	.catalogue_content {
		grid-template-columns: repeat(3, 1fr);
	}
	.q-header-phones > div {
		flex-direction: column;
		align-items: end;
	}
	.q-header-phones > div:not(.without-domain) > span:not(.q_mobile_mail) {
		display: none;
	}
	.q-header-phones .q_mobile_mail {
        	font-size: 11px;
	}
	.q-header-phones a.with-domain {
		/* font-size: 18px; */
	}
	.q-header-phones div:last-child .mobile-screan {
		display: none;
	}
}
@media (max-width: 720px) {
	.q-header-phones > div.without-domain {
		flex-wrap: wrap;
	}
}

@media (max-width: 674px) {
	.catalogue_content {
		grid-template-columns: repeat(2, 1fr);
	}
	.q_sub_address span {
		min-width: auto;
	}
}

@media (max-width: 575px) {
	.q_prod_box {
		display: block;	
	}
	.q_prod_img {
		display: block;
		margin: 0 0 10px 0;
	        width: 100%;
        	height: 100%;
	        max-width: none;
	        max-height: none;
	}
	.q_prod_img img {
		width: 100%;
		height: 100%;
	}
	.q_price_box a.btn {
		margin: 8px 0 0 0;
		width: 100%;
	}
	.q_logo {
		display: none;
	}
	.page_top h1 {
		font-size: 18px;
	}
	.q_sitename {
		justify-content: center;
	}
	.q_header .hehead {
		height: 100%;
		gap: 0 10px;
		grid-template: "B D E";
		grid-template-columns: auto 1fr auto;
	}
	.q_burger {
		margin: 0 0 0 2px;
	}
}
@media (max-width: 500px) {
	#q-email-box {
		display: none;
	}
	.q-header-phones > div.without-domain > span {
		font-size: 10px;
	}
	.q-header-phones a.with-domain,
	.q-header-phones > div.without-domain > a {
		font-size: 17px;
        	padding: 0;
	        margin: 0;
	}

	.catalogue_content {
		grid-template-columns: 1fr;
	}
	.q_sitename > div {
		font-size: 18px;
	}
	.q_header {
	        height: 80px;
	}
	.mobile_menu,
	.mobile_menu.active {
		top: 82px;
	}
	.page_top {
        	top: 115px;
	}
	.q_header .hehead {
		grid-template: "B E" "D D";
	        grid-template-columns: 1fr auto;
	}
	.q-header-phones div:first-child {
		justify-content: flex-start;
	}
	.q-header-phones div:last-child {
		justify-content: flex-end;
	}
	.q-header-phones a {
		text-align: left;
	}
	.q-header-phones, .q_info {
		height: auto;
	        gap: 14px;
		flex-direction: row;
	}
	.burger {
		height: 35px;
	}
	.q_search {
		display: none;
	}

	i.q_search_mini {
		grid-area: B;
		display: block;
		height: 26px;
	}
	.q_header_sub .container {
        	grid-template-columns: 1fr auto;
	}
	.q_lower_info {
		display: block;
		position: sticky;
        	top: 80px;
		height: 35px;
		background: #FFF;
		z-index: 10;
	}
	.q_lower_info > div {
		display: flex;
		justify-content: center;
		gap: 12px;
		font-size: 13px;
	}
	.q_lower_info > div > div {
		display: flex;
		align-items: center;
		gap: 0 4px;
	}
	.q_lower_info svg {
		fill: red;
	}
	.q_lower_info a {
		font-size: 18px;
	}
}

.q-icon-phone-box {
	animation: q-icon-shake 3s infinite;
}
.q-icon-phone-box {
	float: right;
	height: 35px;
	width: 60px;
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.q-icon-phone-box svg {
	width: 65px;
	height: 35px;
	float:left;
	animation: q-phone-rotate 5s infinite;
}
.q-icon-phone-box svg path {
	fill: red;
	fill: #00000000;
	stroke:red;
	stroke-width: 5px;
}
.q-icon-phone-box svg path:nth-child(2),
.q-icon-phone-box svg path:nth-child(3) {
	stroke: #0074ff;
	stroke-width: 2px;
	-webkit-animation: q-icon-phone 0.7s infinite cubic-bezier(.1, .57, .5, 1);
	animation: q-icon-phone 0.7s infinite cubic-bezier(.1, .57, .5, 1);
}
@keyframes q-icon-shake {
	0% {
		transform: rotate(0deg);
	}
	24% {
		transform: scale(1.1) translateY(-2px) translateX(-2px) rotate(-45deg);
	}
	25%, 35%, 45% {
		transform: translateX(-1px) rotate(270deg);
	}
	30%, 40% {
		transform: scale(1.1) translateX(1px) rotate(270deg);
	}
	50%, 60%, 70% {
		transform: scale(1.1) translateX(1px)
	}
	55%, 65%, 75% {
		transform: translateX(-1px)
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes q-icon-phone {
	0% {
		opacity:0;
		-webkit-transform:translate3d(-20px, 20px, 0);
		transform:translate3d(-20px, 20px, 0);
	}
	70%, 90% {
		opacity:1;
		-webkit-transform:translate3d(0, 0, 0);
		transform:translate3d(0, 0, 0);
	}
	100% {
		opacity:0;
	}
}

.q-icon-mail-box {
	height: 35px;
	animation: q-mail-shake 4s infinite;
}
@keyframes q-mail-shake {
	0% {
		transform: translate(0px, 0px);
	}
	10%, 20%, 30% {
		transform: translate(1px, 0);
	}
	15%, 25%, 35% {
		transform: translate(-1px, 0);
	}
	50%, 60%, 70%, 80% {
		transform: scale(1.1) rotate(10deg);
	}
	55%, 65%, 75%, 85% {
		transform: scale(1.1) rotate(-10deg);
	}
}

