

/* Start:/local/components/layout/sms.confirm/templates/.default/style.css?1782292119522*/
.timerwrap {
	margin-top: 0px;
	margin-bottom: 20px;
}

a[rel=resend] {
	color: var(--blue);
	margin-top: 0px;
	margin-bottom: 20px;
	cursor: pointer;
}

a[rel=resend]:hover {
	color: var(--bluehover);
}

.popup_sms .popup_auth-wrap {
	min-height: 200px;
}

.popup_sms .button_login {
	margin-bottom: 0px;
}

.popup-form-captcha {
	display: none;
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
	width: 100%;
}

.popup-form-captcha__show {
	display: flex;
}
/* End */


/* Start:/local/components/layout/cookies/templates/.default/style.css?17822921191628*/
.footercookies {
	height: 80px !important;
	min-height: 80px !important;
	background: #fff;
	padding: 0px !important;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	will-change: transform;
	transform: translateY(150%);
	transition: transform 0.5s ease-in-out;
	box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.08);
}

.footercookies.open {
	transform: translateY(0);
}

.footercookies .main {
	height: 80px !important;
	min-height: 80px !important;
	background: #fff;
	padding: 0px !important;
}

.footercookies .container {
	position: relative;
	height: 100% !important;
}

.footercookies__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.footercookies__text {
	font-family: Inter;
	color: #000;
	font-size: 15px;
	line-height: 1.4;
	padding-right: 20px;
	
}

.footercookies__accept {
	background: #000;
	border-radius: 6px;
	width: 200px;
	text-align: center;
	height: 55px;
	line-height: 55px;
	border-radius: 28px;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	border: none !important;
	font-family: Inter;
	  font-weight: 600;
	  font-size: 16px;
}

.footercookies__accept:hover {
	opacity: 0.7;
}

@media screen and (max-width: 800px) { 
	.footercookies {
		height: 200px !important;
		min-height: 200px !important;
		padding: 20px 15px !important;
	}
	
	.footercookies__wrapper {
		align-items: center;
		flex-direction: column !important;
		text-align: center;
		height: 120px;
		justify-content: space-around;
	}
	
	.footercookies__text {
		padding-right: 0px;
		margin-bottom: 20px;
	}
}
/* End */


/* Start:/local/templates/rocket/styles.css?17828188721946*/
.show-mobile {
	display: none;
}

@media screen and (max-width:600px) {
	.show-mobile {
		display: flex;
		justify-content: flex-start;
		margin-top: 30px;
	}
}


.suggestions-hint {
	font-family: Inter;
	font-weight: 400;
	color: #aaa;
	font-size: 14px;
	
	display: none !important;
}

.suggestions-suggestion:hover {
	background: #fff !important;
}

/* .suggestions-suggestion * {
	font-family: Inter;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	
}

.suggestions-suggestion strong {
	font-weight: 700 !important;
	color: #000;
} */

.suggestions-promo {
	display: none !important;
}

.vue-hidden {
	visibility: hidden;
}

.form-input__password {
	position: relative;
}

.form-input__password img {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.form-input__password-visible img {
	content: url('/local/templates/rocket/img/hide_pwd.svg');
}




.loader {
  --color-1: #000;
  --size: 1px;

  width: calc(48 * var(--size));
  height: calc(48 * var(--size));
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  display: block;
}
.loader::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: calc(5 * var(--size)) solid var(--color-1);
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
	transform: rotate(360deg);
  }
}

@keyframes prixClipFix {
  0% {
	clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
	clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
	clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
	clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
	clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}


.preload {
	position: relative;
	text-align: center;
	padding: 20px 0 10px;
	display: flex;
	justify-content: center;
}
/* End */
/* /local/components/layout/sms.confirm/templates/.default/style.css?1782292119522 */
/* /local/components/layout/cookies/templates/.default/style.css?17822921191628 */
/* /local/templates/rocket/styles.css?17828188721946 */
