@import './reset.css';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

:root {
 
  --hydration: url("https://assets.codepen.io/13471/icons8-water-bottle-60.png");
  --training: url("https://assets.codepen.io/13471/icons8-sneaker-60.png");
  --slide-width: 311px;
  --slide-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.4);
  --slide-thumb-height: 2px;
  --slide-thumb-default-color: rgb(110 108 108);
  --slide-thumb-active-color: rgba(255, 255, 255, 0.9);
}
* {-webkit-tap-highlight-color: transparent;}

main {

  height: 100%;
  
}

@font-face {
    font-family: 'TT Wellingtons';
    src: url('../fonts/TTWellingtons-Regular.eot');
    src: local('../fonts/TT Wellingtons Regular'), local('TTWellingtons-Regular'),
        url('../fonts/TTWellingtons-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTWellingtons-Regular.woff2') format('woff2'),
        url('../fonts/TTWellingtons-Regular.woff') format('woff'),
        url('../fonts/TTWellingtons-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TT Wellingtons';
    src: url('../fonts/TTWellingtons-Medium.eot');
    src: local('../fonts/TT Wellingtons Medium'), local('TTWellingtons-Medium'),
        url('../fonts/TTWellingtons-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTWellingtons-Medium.woff2') format('woff2'),
        url('../fonts/TTWellingtons-Medium.woff') format('woff'),
        url('../fonts/TTWellingtons-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'TT Wellingtons';
    src: url('../fonts/TTWellingtons-DemiBold.eot');
    src: local('../fonts/TT Wellingtons DemiBold'), local('TTWellingtons-DemiBold'),
        url('../fonts/TTWellingtons-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTWellingtons-DemiBold.woff2') format('woff2'),
        url('../fonts/TTWellingtons-DemiBold.woff') format('woff'),
        url('../fonts/TTWellingtons-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'TT Wellingtons';
    src: url('../fonts/TTWellingtons-Bold.eot');
    src: local('../fonts/TT Wellingtons Bold'), local('TTWellingtons-Bold'),
        url('../fonts/TTWellingtons-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTWellingtons-Bold.woff2') format('woff2'),
        url('../fonts/TTWellingtons-Bold.woff') format('woff'),
        url('../fonts/TTWellingtons-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html {
  height: 100%;
}

body {
    min-height: 100%;
	font-family: 'TT Wellingtons', sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #FFFFFF;
	color: #000;
	line-height: 1.4;
}

header {
	padding: 26px 26px 26px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
	z-index: 2;
    position: relative;
	
}

h2 {
	font-size: 24px;
	font-weight: 700;
}

section h2 {margin-bottom: 16px;}

.nav__logo a {
	display: flex;
	align-items: center;
	font-size: 18px;
	gap: 13.5px;
	color: #000;
}
.nav__logo span {position: relative; top: 2px;}
.middle-section {padding: 24px 24px 55px 24px}
.middle-section.main-profile {padding: 0px 0 55px 0}
.menu-icon-wrapper {
	--time: 0.1s;
	--width: 18px;
	--height: 16px;
	--line-height: 3px;
	--color: #fff;
	height: var(--height);
	width: var(--width);
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-icon {
	position: relative;
	width: var(--width);
	height: var(--line-height);
	background-color: #161616;
	height: 2px;
}

.nav .d-flex {display: flex; width: 100%; justify-content: space-between; align-items: center;}
.nav__uroboroslogo .cover-image__image { width: 40px; height: 40px;}
   
.menu-icon::before,
.menu-icon::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: var(--width);
	height: 2px;
	background-color: #161616;
	transition: transform var(--time) ease-in, top var(--time) linear var(--time);
}

.menu-icon::before {
	top: calc(var(--line-height) * -2);
	
}

.menu-icon::after {
	top: calc(var(--line-height) * 2);
}

.menu-icon.menu-icon--active {
	background-color: transparent;
}

.menu-icon.menu-icon--active::before,
.menu-icon.menu-icon--active::after {
	top: 0;
	transition: top var(--time) linear, transform var(--time) ease-in var(--time);
}

.menu-icon.menu-icon--active::before {
	transform: rotate(45deg);
}

.menu-icon.menu-icon--active::after {
	transform: rotate(-45deg);
}

.profile-progress {
	display: flex;
	margin-bottom: 24px;
	justify-content: space-between;
	padding: 0 clamp(4vw, 6vw, 24px);
    gap: clamp(4.8vw, 4.8vw, 18px);
}

.profile-progress_item {
    text-align: center;
	flex: 1 1;
}

.profile-progress_num {
	font-size: 20px;
	font-weight: 700;
}

.profile-progress_text {
	font-size: 14px;
	font-weight: 400;  
}

.profile-progress_item:last-child {
	border-right: none;
}

 .item-inst {
    top: 0;
    flex-grow: 1;
    max-width: 33.333%;
    flex-basis: 33.333%;
    padding-top: calc(33.333% - 0px);
	position: relative;
	border-radius: 8px;
}

.item-inst > a {
	height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.container--grid {
    display: flex;
    flex-wrap: wrap;
}

.item-inst > a > img {	
    object-fit: cover;
    position: absolute;
    top: 0;
    max-width: 100%;
    border-radius: 8px;
	width: 100%;
    max-height: 100%;
	height: 100%;
}

.item-inst > a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0.2%, rgba(255, 245, 245, 0.85) 99.8%);
	top:0;
	border-radius: 8px;
	border: 1px solid #EBEBEB;
}

.state-name {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #000;
	position: absolute;
    bottom: 8px;
	left: 10px;
	right: 10px;
	z-index: 9;
	line-height: 1.2;	
}

.profile-card_img_circle {
	background: #E3E3E3;
	font-family: Montserrat;
	font-size: 32px;
	font-weight: 700;
	display: flex;
    justify-content: center;
    align-items: center;width: 78px;
	height: 78px;
	border-radius: 100%;
}

.profile-card {
	
	padding: 0 12px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 29px;
}

.profile-card_img {
	display: flex;
    align-items: center;
    justify-content: center;
	min-width: 42.5px;
	min-height: 42.5px
}

.profile-card_name {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 12px;
	text-align: center;
}


.profile-card_img > svg {
	position: absolute;
}

.profile-card_greeting {
	max-width: 270px;
    margin: 0 auto;
    text-align: center;
}

.nav__list a {
	color: #000;
	font-size: 20px;
	font-weight: 500;
}
	
.nav__list--header {
	display: none;
}

@media (min-width: 1200px) {
	
	.middle-section.main-profile {    
		max-width: 600px;
		margin: 0 auto;
	}
}

@media (min-width: 1024px) {
	
	.middle-section {    
		max-width: 600px;
		margin: 0 auto;
	}	
	body .bottom-nav {
		max-width: 600px;
		left: 50%;
		transform: translateX(-50%);
	}
}	
	.nav--mobile .nav__toggle {
		position: fixed;
		top: 28px;
		right: 26px;
	}
	
	.nav--mobile {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		background: #fff;
		padding: 26px 24px;
	
	}
	
	.nav--mobile:after {
		height: 73px; 
		content: ''; 
		width: 100%; 
		top: 0; 
		left: 0;
		position: absolute; 
		box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
		z-index: -1;
	}
	.nav__list--header {
		display: none;
	}
	.nav--mobile .nav__list {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 16px;
		padding: 24px 0px 48px;
		font-weight: 600;
		width: 100%;
		margin-top: 24px;
		left: 0;
	}
	.no-scroll {
		overflow-y: hidden;
	}
.bottom-nav {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 99; 
}

.bottom-nav_content {    
	display: flex;
    width: 100%;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    padding: 0 39px;
    height: 55px; }
	
.form-control  {
	border-radius: 8px;
	border: 1px solid #EBEBEB;
	background: #FFF;
	box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.05);
	padding: 16px;
	height: 52px;
	width: 100%;
}

.form-group {
    margin-bottom: 12px;
	position: relative;
}

.form-group--img {margin-bottom: 16px;}

.hidden {display: none !important;}
.btn {
    border-radius: 8px;
    padding: 13px 30px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    border: none;
    -webkit-align-items: center;
    align-items: center;
	justify-content: center;
	text-align: center;
}

.btn--save { background: #99F577;}
.w-100 {width: 100%} 
.form-group + .form-group--submit {margin-top:16px;}
input[type="file"] {
    display: none;
}

.personal-photo__upload-button {
	position: absolute;
	bottom: 0;
    right: -8px;} 
.personal-photo-container {
	position: relative;
	display: flex;
    justify-content: center;
	max-width: 78px;
	margin: 0 auto;
}

.cover-image__image {
	width: 78px;
	height: 78px;
	border-radius: 100%;
	overflow: hidden;
}

.form-group--add-img {  
	border-radius: 8px; 
	border: 1px solid #EBEBEB; 
	height: 52px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 0 16px;
}

.personal-photo--notloaded {
	color: #8F8F8F;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	width: 100%;
    height: 100%;
	background: #E3E3E3;
	display: flex;
    justify-content: center;
    align-items: center
}

input::placeholder {
	color: #000;
} 
input[type="date"] {
	-webkit-appearance: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
} 
 
input[type="checkbox"] + label {
	font-weight: 500;
}
input[type="checkbox"]:checked + label:before {
    background: url(../img/checked.svg) center center no-repeat;
  
}
input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
}
.field--flex label {
    display: flex;
	align-items: center;
    gap: 12px;
}

.field--flex input[type="checkbox"] + label:before {
	transform: translateY(-2px);
}

.btn-addtag {
	position: absolute;
    top: 0px;
    right: 0;
	padding: 14px 15px 13px;
}

.form-group--add {margin-top: 24px;}
.container--p0 {margin: 0 -24px;}
.mt-24 {margin-top: 24px;}
.mb-24 {margin-bottom: 24px;}
.mb-12 {margin-bottom: 12px;}
.mb-42 {margin-bottom: 42px;} 
.mb-16 {margin-bottom: 16px;} 
.state-card-wrap {position: relative;}
.wrap--bg {
	/*background: url(../img/bg-joy.jpg) center / cover no-repeat;*/
    background: #000 center / cover no-repeat;
	background-size: cover;
}
.state-card {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.05);
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 311px;
    margin: 0 auto 76px;
	padding: 0;
	position: relative;
}

.state-card:not(.state-card-preview):after {
	content: "";
    position: absolute;
    border-radius: 8px 8px 0 0;
    border: 1px solid #EBEBEB;
    background: #FFF;
    display: block;
    width: calc(100% - 20px);
    top: -10px;
    height: 10px;
    left: 10px;
    right: 10px;
}

.state-card:not(.state-card-preview):before {
	content: "";
    position: absolute;
    border-radius: 8px 8px 0 0;
    border: 1px solid #EBEBEB;
    background: #FFF;
    display: block;
    width: calc(100% - 40px);
    top: -20px;
    height: 20px;
    left: 20px;
    right: 20px;
}
.state-card_name {
	font-size: 20px;
	font-weight: 500;
	margin-bottom:8px;
	padding: 0 16px;
	text-align: center;
}

.state-card_img {
	margin-bottom: 12px;
}
.state-card_desc {
	border-radius: 4px;
	padding: 0;
	border: none;
    word-break: break-word;
    margin: 0 16px 16px;
	
}
.state-card_img img {
	width: 311px;
	max-height: 311px;
    object-fit: cover;
    aspect-ratio: 1 /1;
}

.btn--grey {
	background: #EBEBEB;
}

.btn--grey > a {color: #000;}
.btn--show {
	background: #FFE59F;
}
.state-card-preview {
	margin-bottom: 24px;
	max-width: 273px;
}

.state-card-preview .state-card_desc {
	padding: 0px;
}

.state-card-preview_buttons {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 24px;
}

.state-card-preview_buttons > button {    
	display: flex;
    align-items: center;
	flex: 1 1;}

.card-preview_wrap {padding-top: 24px;}
.search-page .searchinput .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    border: 0;
    color: #fff;
    width: 52px;
    height: 52px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	padding: 0;
}

.search-page .searchinput {
    position: relative;
	margin-bottom: 16px;
}
.svg-inline-search {height: 24px;}
.middle-section.search-page {padding-top: 16px;}
.fw-700 {font-weight: 700;}
.control-label, legend {
	font-size: 20px;
	margin-bottom: 12px;
}

.control-label:not(.hidden) {
	display: block;
}

fieldset {
    border: none;
    margin: 0;
    padding:0;
}

textarea {
	padding: 16px;
	border-radius: 8px;
	border: 1px solid #EBEBEB;
	background: #FFF;
	resize: none;
	width: 100%;
	box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.05);
	min-height: 142px;
	outline: none;}
	
textarea:placeholder {color: #C7C7C7;}
body .select2-container {
    width: auto !important;
    display: block;
} 
.select2-container .select2-selection--single {
	height: 52px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 52px;
	padding-left: 16px;
	color: #000;
	outline: none;
}

.select2-container--default .select2-selection--single {
	border-radius: 8px;
	border: 1px solid #EBEBEB;
	background: #FFF;
	box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.05);
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 24px;
    height: 24px;
    top: 50%;
    right: 16px;
    width: 20px;
    transform: translateY(-50%);
    background: url(../img/arrow-select.svg) center center no-repeat;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #99F577;
    color: #000;
} 

.select2-results__option {
    padding: 12px 20px;
    user-select: none;
    -webkit-user-select: none;
} 

.select2-dropdown {
	 border-color: #EBEBEB;
	 border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
} 

body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg);
}
.form-group--add-img {    
	margin-top: 16px;
    background-color: #fff;
}
.slide-items .state-card {margin-bottom: 38px;}
.slide {
    box-shadow: var(--slide-width);
    display: grid;
    margin: 48px auto 0;
    max-width: var(--slide-width);
}

.slide-items {
    border-radius: 5px;
    grid-area: 1/1;
    position: relative;
}
.slide-items>* {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
}
.slide-items .active {
    opacity: 1;
    pointer-events: initial;
    position: relative;
}

.slide-nav {
    display: grid;
    grid-area: 1/1;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    z-index: 1;
	margin-top: -50px;
	
}

.slide-thumbs {
    display: flex;
    grid-column: 1 / 3;
	margin-left: 19px;
    margin-right: 19px;
}
.slide-thumb-item {
    background-color: var(--slide-thumb-default-color);
    border-radius: 1px;
    display: block;
    flex: 1;
    height: var(--slide-thumb-height);
    margin: 5px 1.5px;
    overflow: hidden;
}
.slide-thumb-item.active:not(.prev-active)::after {
    animation: thumb .6s forwards linear;
    background-color: var(--slide-thumb-active-color);
    border-radius: 3px;
    content: '';
    display: block;
    height: inherit;
    transform: translateX(-100%);
}

.slide img {border-radius: 8px 8px 0 0;}
.slide .btn > img {border-radius: 0;}
.slide-next,
.slide-prev {
    opacity: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@keyframes thumb {
    to {
        transform: initial;
    }
}
.delete-button {width: 18px; height: 18px; cursor: pointer;}
.delete-button.tags {position: absolute;right: 5px;bottom: 5px;}

.confirm.window input[type="button"], 
.alert.window input[type="button"] {
    padding: 5px 10px;
    margin: 10px 5px;
    border-radius: 5px;
    cursor: pointer;
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
}

.confirm.window input[type="button"]:hover, 
.alert.window input[type="button"]:hover {
      background: #ccc;
   }
.confirm.window input[type="button"].confirmYes {
	  background: #99F577;
	  border-color: #99F577;
}
.confirm.window, .alert.window {
  display: none;
}
.confirm.window > div:first-of-type,
.alert.window > .overlay {
   
      position: fixed;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      top: 0px;
      left: 0px;
	  z-index: 13; 
 }
.alert.window > div:last-of-type,
.confirm.window > div:last-of-type {
      padding: 20px 20px 15px;
      background: white;
      position: fixed;
      width: 70%;
      height: auto;
      left: 50%;
      top: calc(50% - 55px);
      z-index: 1000;
      transform: translate(-50%, -50%);
	 border-radius: 5px;}

.add-read-more .second-section,
.add-read-more .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}
.add-read-more.show-more-content .second-section,
.add-read-more.show-more-content .read-less {
   display: unset;
}

.add-read-more .read-more,
.add-read-more .read-less {
   font-weight: 500;
   margin-left: 2px;
   cursor: pointer;
   z-index: 9;
   position: relative;
   opacity: 0.45;
   white-space: nowrap;
}

.favorite {
	
	width: 24px; 
	height: 24px; 
	z-index: 9; 
	position: absolute; 
	left: calc((100% - 311px) / 2 + 0px + 8px); 
	top: 10px;
	padding: 0; 
}

.favorite img {
	filter: grayscale(1);
}

.favorite > svg > rect {
	stroke: black;
}

.favorite > svg > path {
	fill: black;	
}

.favorite.remove-favorite > svg > rect {
	stroke: rgb(255, 214, 0);
}

.favorite.remove-favorite > svg > path {
	fill: rgb(255, 214, 0);
}

.confirm-btns {display: flex; margin: 0 -5px;}
.confirm-btns .confirmYes, .confirm-btns .confirmNo {flex: 1 1;}
.main-profile .cover-image__image > img {    
	width: 100%;
    height: 100%;
    object-fit: cover;
	
}
.overlayLoading {height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2999;
    background: #fff;
    display: none;
    opacity:1;
}
.overlayLoading img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
  height: 100%;
  animation: rotationcustom 2s infinite linear;
}

@keyframes rotationcustom {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.edit-wrap {
	z-index: 8;
	border-radius: 4px;
	border: 1px solid #EBEBEB;
	background: #FFF;
	display: none; 
	position: absolute; 
	width: 100%; 
	top: 0;
	padding: 24px;
	text-align: center;
}
	
.edit-toggler {
	z-index: 9;
	position: absolute;
    right: calc((100% - 311px) / 2 + 0px + 8px);
    top: 10px;
	width: 24px; 
	height: 24px; 
	cursor: pointer;
}

.edit-toggler .close {display: none;}
.edit-toggler.active-toggle .open-edit {display: none;}
.edit-toggler.active-toggle .close {display: block;}
.edit-wrap > .btn > img {max-width: 43px;  }
.edit-toggler img {border-radius: 0;}
.edit-wrap > .btn {display: inline-block;}
.edit-wrap > .btn.btn-editcard {margin-left: 25px;}
.form-group--add-img .labelinput {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	max-width: 100vw;
}

.form-group--add-img {max-width: calc(100vw - 48px);}

form[name="form_auth"] input[type="checkbox"] + label {display: flex; align-items: center;}

form[name="form_auth"] .form-group--submit {margin-top: 12px;}
    
label.error { color: #ff0000;}

::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .2s; transition: opacity .2s; }  
:-moz-placeholder { opacity: 1; -moz-transition: opacity .2s; transition: opacity .2s; } 
::-moz-placeholder { opacity: 1; -moz-transition: opacity .2s; transition: opacity .2s; }
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .2s; transition: opacity .2s; }
::placeholder { opacity: 1; transition: opacity .2s; }
    
*:focus::-webkit-input-placeholder { opacity: 0; } 
*:focus:-moz-placeholder { opacity: 0; }
*:focus::-moz-placeholder { opacity: 0; } 
*:focus:-ms-input-placeholder { opacity: 0; } 
*:focus::placeholder { opacity: 0;} 

.slide-wrap-Flip .read-more  {
  -webkit-transform-style: flat;
	-moz-transform-style:flat;
	-ms-transform-style: flat;
	transform-style: flat;
	 -webkit-transform:translateZ(9999px);
  
}
.slide-wrap-Flip .slide-nav  {
  -webkit-transform-style: flat;
	-moz-transform-style:flat;
	-ms-transform-style: flat;
	transform-style: flat;
	 -webkit-transform:translateZ(0);
}

.slide.slide-wrap-Flip {
	width: 311px;
	-webkit-perspective: 622px;
	-moz-perspective: 622px;
	-ms-perspective: 622px;
	perspective: 1000px;
	
}

.middle-section {overflow-x: hidden;}

.Flip.slide-items .state-card {opacity: 1; }

.Flip {
	position: relative;	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}

.Flip.animate {
	-webkit-transition: .6s ease;
	-moz-transition: .6s ease;
	-ms-transition: .6s ease;
	transition: .6s ease;
	-webkit-transform: rotateY(180deg);
     	-moz-transform: rotateY(180deg);     
      	-ms-transform: rotateY(180deg);      
        transform: rotateY(180deg);
}

.Flip.animateL {
	
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);     
      	-ms-transform: rotateY(-180deg);      
        transform: rotateY(-180deg);
}
.Flip .state-card {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: -99em;
	width: 100%;
}
.Flip .state-card.active, .Flip .state-card.active.front {
	top: 0;
}
.Flip .state-card.front {
	top: 0;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}

.Flip .state-card.front:not(.active) {transform: rotateX(0deg);}
.Flip .state-card.back {
	top: 0;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	transform: rotateX(0deg);
}


.Flip .state-card.front {
	z-index: 2;
}
.Flip .state-card.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);     
      	-ms-transform: rotateY(180deg);      
        transform: rotateY(180deg);
	z-index: 1;
}

.middle-section.wrap--bg {
	min-height: calc(100vh - 123px);
}

.Swipe.left-animation .state-card.active {
	-webkit-animation: slideIn .8s forwards;
	-moz-animation: slideIn .8s forwards;
	animation: slideIn .8s forwards;
}

.Swipe .state-card.active {
	left: 0;
}

@-webkit-keyframes slideIn {
  0% {
    transform: translateX(311px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  0% {
    transform: translateX(311px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(311px);
  }
  100% {
    transform: translateX(0);
  }
}
.Swipe.right-animation .state-card.active {
  -webkit-animation: slideInRight .8s forwards;
  -moz-animation: slideInRight .8s forwards;
  animation: slideInRight .8s forwards;
}
.Swipe .state-card.active {left: 0; }
@-webkit-keyframes slideInRight {
	  0% {
		transform: translateX(-311px);
	  }
	  100% {
		transform: translateX(0);
	  }
}
@-moz-keyframes slideInRight {
	  0% {
		transform: translateX(-311px);
	  }
	  100% {
		transform: translateX(0);
	  }
}
@keyframes slideInRight {
	  0% {
		transform: translateX(-311px);
	  }
	  100% {
		transform: translateX(0);
	  }
}

.Deck .state-card.active  {
     z-index: 1;
}
.Deck .state-card.left-card {
	 transition: transform .35s ease-out;
}
.Deck .state-card.right-card {
	transition: transform .35s ease-out;
    transform: translate(10%, -7%) scale(0.85) rotate(7deg);
}
.Deck.static-animation .state-card {
	transition: transform 0s ease-out;
}
.Deck.erase-left-animation .state-card.active,
.Deck.erase-right-animation .state-card.active,
.Deck .state-card.active {
    transform: scale(1) rotate(0deg);
    z-index: 1;
}

.Decke.erase-left-animation .state-card.back:not(.active) {
    transform: translate(-5%, 2%) scale(1) rotate(-7deg);
    z-index: 1;
	opacity: 1;
}

.Deck .state-card.back:not(.active) {
    transform: translate(-5%, 2%) scale(1) rotate(-7deg);
    z-index: 1;
	opacity: 1;
}
.Deck .state-card.active + .right-card {opacity: 1}
.Scale.erase-left-animation .state-card, 
.Scale.erase-right-animation .state-card {transition: transform .85s ease-in;}
.Scale .state-card.active {z-index: 1;transform: scale(1);}
.Scale:not(.erase-left-animation) .state-card,
.Scale:not(.erase-right-animation) .state-card {/*transition: transform 0s ease-in !important;*/}
.Scale .state-card.back  {
     z-index: 1;
	 transform: scale(0);
	 opacity: 1; 
}
.Scale .state-card.active + .state-card {
	opacity: 0;
	transform: scale(0);  
}
.Scale .state-card.back.active {transform: scale(1);}
.finish--dailytask {
	background: linear-gradient(180deg, #FFF3D6 0%, #C5FFA1 100%);
	min-height: calc(100vh - 123px);
	padding-left: 32px; 
	padding-right: 32px;
}	
.finish__buttons .btn {font-size: 16px; flex: 1 1;}
.finish__buttons .btn:first-child {
	white-space: nowrap;
	padding: 13px 21px;
}
.finish-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #EBEBEB;
	background: #FFF;
	padding: 24px;
	box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.05);
}

.finish-message	{
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}
	
.finish__buttons {
	display: flex;
    gap: 8px;
    align-items: center;
	width: 100%;
} 
	
svg.finish {
  display: block;
  height: 90px;
  width:  90px;
  color: #99F577; 
}

svg.finish .circle {
  stroke-dasharray: 76;
  stroke-dashoffset: 76;
  animation: draw 1s forwards;
}
svg.finish .tick {
  stroke-dasharray: 18;
  stroke-dashoffset: 18;
  animation: draw 1s forwards 1s;
  animation-delay: 1.35s;
  transform: translate(17%, 17%) scale(0.70);
}
@keyframes draw { 
  to { stroke-dashoffset: 0 } 
}
.thumb-comleted {
    background-color: #99F577;
    border-radius: 1px;
    display: block;
    flex: 1;
    height: var(--slide-thumb-height);
    margin: 5px 1.5px;
    overflow: hidden;
}

.slide-thumbs--finished {margin-bottom: 20px;}
.navMore .daylitask-nav.slide-nav {height: calc(100% - 45px);}
.nav-favorite .slide-nav {    	
	margin-top: 60px; 
	height: calc(100% - 105px);}
	
.navMore .slide-nav {height: calc(100% - 60px);}	
.nav-favorite .slide-nav .slide-thumbs	{
	margin-top: -110px;
    height: fit-content;
}
.middle-section {touch-action: manipulation;}
.save-message .notetext { color: #63af46;}
#messages2 .save-message > br {display: none}
.nav__logo a > img {max-width: 32px;}
.edit-wrap .favorite {
	width: 32px; 
	height: 32px; 
	z-index: 9; 
	position: unset; 	
	padding: 0; 
}
.edit-wrap > .btn.btn-editcard {margin-left; 0;}
.edit-wrap-row {display: flex; gap: 12px; justify-content: center;}
.edit-wrap .btn  {padding: 0;}
.edit-wrap .btn > img {	width: 32px; height: 32px; 	}
.remove-pin {position: relative;}
.remove-pin:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../img/stroke-pin.svg) center center / cover no-repeat;
}
.middle-section.random--bg {min-height: calc(100vh - 123px);}
.random--bg {background: linear-gradient(180deg, #FFE5E0 0%, #FFFEFE 17.88%, #FFE3DE 100%);}
.random-card {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 311px;
    max-width: 311px;
    margin: 30px auto 76px;
    padding: 0;
    position: relative;
}

.random-card:before {
    content: "";
    position: absolute;
    border-radius: 8px 8px 0 0;
    border: 1px solid #EBEBEB;
    background: #FFF;
    display: block;
    width: calc(100% - 40px);
    top: -20px;
    height: 20px;
    left: 20px;
    right: 20px;
}

.random-card:after {
    content: "";
    position: absolute;
    border-radius: 8px 8px 0 0;
    border: 1px solid #EBEBEB;
    background: #FFF;
    display: block;
    width: calc(100% - 20px);
    top: -10px;
    height: 10px;
    left: 10px;
    right: 10px;
}
.random-card__text p {max-width: 263px; margin: 0 auto;}
.random-card__text p + p {margin-top: 20px;}
.random-card__text {
	margin-top: -24px;
	padding: 0 24px 24px 24px;
	text-align: center;
}
.random-card__img > img {max-width: 210px;}
.timer {padding-bottom: 43px;}
.timer input {
	color: #F3CBC4;
	text-align: center;
	font-family: TT Wellingtons;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;}
.edit-wrap.edit-wrap--search {
	padding: 0px 10px 0px;
    bottom: 0;
    z-index: 10;
	position: absolute;
    width: 100%;
    top: 0;
    padding: 0 10px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0.2%, rgba(255, 245, 245, 0.85) 99.8%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.edit-wrap--search .btn > img {
    width: 24px;
    height: 24px;
}

.edit-wrap--search .favorite {
    width: 24px;
    height: 24px;
    z-index: 9;
    position: unset;
    padding: 0;
}

.edit-toggler--search {z-index: 12; right: 10px;  }
.edit-wrap--search .edit-wrap-row {
	height: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
	gap: 8px; 
	flex-wrap: wrap; 
	max-width: 80px; 
	margin: auto;}
   
@media (max-width: 540px) {
	.edit-wrap--search .edit-wrap-row {
		max-width: 80px;
		margin: auto;
	}
}

.profile-menu {
	display: flex;
    justify-content: space-between;
	border-top: 1px solid #F5F5F5;
} 

.profile-menu_item {
    flex: 1 1;
	text-align: center;
	position: relative;
	padding: 10px 0 12px;
}
.profile-menu_item:after {
    background: #000;
	border-radius: 2px;
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    transition: 0.3s;
    position: absolute;
    bottom: 0;
    transition: 0.3s;
    left: 0;
}

.profile-menu_item:after {
    background: #000;
	border-radius: 2px;
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    transition: 0.3s;
    position: absolute;
    bottom: 0;
    transition: 0.3s;
    left: 0;
}
.profile-menu_item.active:after, 
.profile-menu_item:hover:after {
   width: 100%
}

.pinned-card {
	position: absolute; 
	top: 10px; 
	right: 40px;
	z-index: 2;
}
.pinned-card > img {
    width: 25px;
    height: 25px;
}

svg.finish {height: 70px;width: 70px;}
.svg-wrap {position: relative; width: 70px; height: 70px}
.svg-wrap .snake {position: absolute; top: 0; animation: rotationcustom 2s;}
svg.finish .tick {
    stroke-dasharray: 18;
    stroke-dashoffset: 18;
    animation: draw 1s forwards 1s;
    animation-delay: 1.35s;
    transform: translate(18%, 16%) scale(0.70);
}

@media (max-width: 767px) {.bx-panel-tooltip {display: none !important;}}
.modal-header {text-align: center;}
.btn-row {display: flex; justify-content: center;}
.modal-dialog .modal-body {padding-bottom: 32px;}
body .croppie-container {/*height: 311px; margin-bottom: 45px;*/ height: unset;}
.modal.in .modal-dialog {margin-top: 20vh;}
#image_demo {margin-top: 10px;}
.v-hidden {visibility: hidden;}
.modal[data-id="BEFORE_BG"] .croppie-container .cr-viewport,
.modal[data-id="AFTER_BG"] .croppie-container .cr-viewport {
	width: 170px !important;
    height: 311px !important;
}

.card-preview_wrap .state-card_img img {border-radius: 8px 8px 0 0;	}
.post-body p {margin-bottom: 15px}
.post-body ul li:before {
    width: 3px;
    height: 3px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
	content: "";
    position: relative;
    left: 0px;
    top: 8px;
    background: #000;
    width: 5px;
    height: 5px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.post-body h3, .post-body h4 {
	font-weight: 700;
    margin-bottom: 10px;
}

.post-body ul li {margin-bottom: 10px;}
.bottom-nav {box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);}
.nav__list li[data-param="second-menu-first"] {width: 100%; border-top: 1px solid #eee; padding-top: 24px; margin-top: 8px;}
.nav__list li[data-param="second-menu"], .nav__list li[data-param="second-menu-first"] {padding-left: 8px;}
.nav__list li[data-param="second-menu"] > a, .nav__list li[data-param="second-menu-first"] > a {font-size: 16px;}
li[data-param="second-menu"] > a[href^="http"]:after {
	content: url(../img/external-link.svg);
	height: 29px;	
}

li[data-param="second-menu"] > a[href^="http"] {
	display: flex;
    align-items: center;
    gap: 11px;
	line-height: 30.8px;	
}

[data-order="1"] {order: 1}
[data-order="2"] {order: 2}
[data-order="3"] {order: 3}
[data-order="4"] {order: 4}
[data-order="5"] {order: 5}
[data-order="6"] {order: 6}
[data-order="7"] {order: 7}
[data-order="8"] {order: 8}
[data-order="9"] {order: 9}
[data-order="10"] {order: 10}

.manual-section p {margin-bottom: 16px;}
.manual-section {padding-bottom: 65px;}
.back-url {display: inline-flex; gap: 8px; margin-bottom: 16px;}
.manual-section a {color: #000; font-weight: 500; font-size: 16px;}
.question {margin-top: 10px; display: inline-block;}
.insight {display: inline-block;}
.slide-heading {font-size: 20px; font-weight: 700; margin-bottom: 16px;}
.swiper-slide:first-child .slide-heading {font-size: 24px; margin-bottom: 8px;}
.swiper-slide p {margin-bottom: 16px;}
	
body .swiper-button-prev, body .swiper-button-next:after {display: none;}
body .swiper-button-next, body .swiper-button-prev {
	position: relative; 
	top: unset;     
	left: unset;
    right: unset; 
	width: fit-content;
	height: auto;
}
.swiper-section {
    padding: 0px 0px 55px 0px;
}
.slide-content {
    padding: 0px 24px 0px 24px;
	margin-bottom: 24px;
} 
.mt_32 {margin-top: -36px;}
.mt_28 {margin-top: -28px;}
.mt_50 {margin-top: -50px;}
.mt-14 {margin-top: 14px;}
.swiper {max-width: 600px;}
.swiper-slide > img {width: 100%;}
.swiper-navigation {text-align: center; margin-top: auto; margin-bottom: 24px;}
.swiper .swiper-button-next:hover {background-color: #99F577;}
.swiper .swiper-button-next, .swiper-button-close {background-color: #99F577; padding: 10px 47px; border-radius:8px; color: #000000; margin: 0 auto; width: fit-content;}
body .swiper-horizontal>.swiper-pagination-bullets, body .swiper-pagination-bullets.swiper-pagination-horizontal {bottom: 78px;}
.swiper-button-next.swiper-button-disabled, .swiper-button-close   {display: none;}
.swiper-button-disabled + .swiper-button-close {display: block;}
.swiper-section {min-height: calc(100dvh - 129px);}
body .swiper-autoheight {
	height: 100%;
	min-height: calc(100dvh - 129px);
    display: flex;
    flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {margin-bottom: 24px;}

body .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #E2E2E2;
    opacity: 1;
}

body  .swiper-pagination-bullet-active {
    background-color: #99F577;
    width: 6px;
    height: 6px;
}

body .swiper-pagination-bullet:before {display: none;}
body .swiper-horizontal > .swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 2px;
}

.navMore.nav-favorite .slide-nav {height: calc(100% - 150px);} 
.slide-thumb-item {min-width: 2px;}
.slide-thumbs {overflow-x: auto;}

::-webkit-scrollbar {
  height: 3px; 
  width: 4px;
  border: 0px solid #d5d5d5;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(110, 108, 108, 0.5);
}
::-webkit-scrollbar-thumb {
  border-radius: 0;
  background:rgba(255,255,255, .5) ;
}

a:active {color: #000;} 

.select2-container .select2-search--inline .select2-search__field {margin-left: 16px;}

/* Subscription form */
.bold {font-weight: 700;}
.radio-item {background: #FFF2F1; border-radius: 8px; padding: 22px 24px;}
.subscription-heading {font-size: 24px; font-weight: 700; margin-bottom: 16px;}
.sub-fee {font-size: 20px; font-weight: 700; margin-left: auto;}
.subscription-form input[type=radio] + label {gap: 4px; font-weight: 500;font-size: 14px;position: relative; padding-left: 40px; display: flex; align-items: center;}
.subscription-form input[type=radio]:checked + label:before { background:  #99F577 url(../img/checked-sub.svg) center center no-repeat;} 
.subscription-form input[type=radio] {position: absolute; visibility: hidden;}
.subscription-form input[type=radio] + label:before {
    background: #fff;
	content: "";
    display: inline-block;
    position: absolute;
	left:0;
	width: 24px; 
	height: 24px;
	border-radius: 50%;
}


.subscribe-section {
    padding: 0px 0px 55px 0px;
	max-width: 600px;
	margin: 0 auto;
}

.subscribe-section .form-wrapper {margin-top: -40px;}
.subscribe-section-after .subscription-heading {font-size: 20px;}
.form-wrapper {padding: 24px;}
.label-content-right {margin-left: auto; text-align: center;}
.sub-fee-strike {text-decoration: line-through; color: #A0A0A0; font-size: 16px; font-weight: 700; }

.nav__search {margin-right: 20px; max-height: 24px; margin-left: auto;}
.auth-header.nav--mobile .nav__search {margin-right: 40px;}
.nav__search a {max-height: 24px;}
    
.red-border {width: 42.5px; height: 42.5px; border-radius: 50%; border: 2px solid #FF0000;}
.profile-card_img > .red-border { position: absolute;}
.nav__uroboroslogo { margin: 0 auto; position: absolute; left: 50%; transform: translateX(-50%);}
header:not(.auth-header) .nav__search {margin-left: auto;}
header.nav--mobile:not(.auth-header) .nav__search { margin-right: 40px;}
header.nav--mobile:not(.auth-header):after {height: 76px;}

.search-row {display: flex;}

.state-card > a {color: #000;}

.bottom-nav_content a {width: 24px;}
.bottom-nav_content a:last-child  {position: relative;}

.bottom-nav_content a:last-child img {
	width: 32px;
    position: absolute;
    top: 50%;
    min-width: 32px;
    transform: translate(-50%, -50%);
    left: 50%;
}


.random-item.main-page .slide {
	width: 66.66vw;
	margin-top: 0;
}


.random-item.main-page .state-card {margin-bottom: 0; position: relative;}

.random-item.main-page .state-card > a:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0.2%, rgba(255, 245, 245, 0.85) 99.8%);
    top: 0;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
	left: 0;
}

.random-item.main-page .state-card_name {position: absolute; bottom: 0;left: 0; right: 0; z-index: 9; font-weight: 400;}
.random-item.main-page .state-card_img {margin-bottom: 0;}
.random-item.main-page.middle-section.wrap--bg { aspect-ratio: 1 / 1; display: flex; align-items: center; border-radius: 0 0 8px 8px;}
.finish-wrap {    
		aspect-ratio: 1 / 1;
		display: flex;
		align-items: center;
		justify-content: space-between;	
		margin: 48px auto 0;
	}
	
@media (max-width: 991px) {
	.finish-wrap {    	
		width: 66.66vw;
		min-height: 66.66vw;
	}
}

.finish-wrap .svg-wrap {margin: auto 0; }
.finish__buttons .btn, .finish__buttons .btn:first-child { padding: 13px 0px; font-size: 15px;}
.middle-section.main-page {padding: 0px 24px 0px 24px;}
.middle-section.main-page .slide img {border-radius: 8px;} 

@media (max-width: 600px) {
	.random-item.main-page.middle-section.wrap--bg { min-height: 100vw;}
}

.finish__buttons + .btn-row {margin-top: 10px; width: 100%;} 
   
.finish__buttons + .btn-row > .btn { width: 100%; font-size: 15px;}
.finish-wrap {padding-top:0;}

.open-edit.passed {content: url(../img/spoilergreen.svg)}

.swiper-wrapper ol li {margin-bottom: 12px;}

.mt_20 {margin-top: -20px;}

.manual-section h3 {font-size: 20px; font-weight: 700; margin-bottom: 10px;}

.manual-section ol li {margin-bottom: 16px;}

.bg_animation1 {
    animation: bg-animation1 25s ease-in-out infinite;
    text-align: center;
    background-repeat: no-repeat;       
}

.bg_animation2 {
    animation: bg-animation2 25s linear infinite;
    text-align: center;
    background-repeat: no-repeat;       
}


.bg_animation3 {
    animation: bg-animation3 25s linear alternate infinite;
    text-align: center;
    background-repeat: no-repeat;       
}


.bg_animation4 {
    animation: bg-animation4 25s ease-in-out infinite;
    text-align: center;
    background-repeat: no-repeat;       
}


.bg_animation5 {
    animation: bg-animation5 25s ease-in-out infinite;
    text-align: center;
    background-repeat: no-repeat;       
}

.bg_animation6 {
    animation: bg-animation6 25s ease-in-out infinite;
    text-align: center;
    background-repeat: no-repeat;       
}


.bg_animation7 {
    animation: bg-animation7 25s ease-in-out infinite;
    text-align: center;
    background-repeat: no-repeat;       
}
 
 
.bg_animation8 {
    animation: bg-animation8 25s ease-in-out infinite;
    text-align: center;
    background-repeat: no-repeat;       
}

.bg_animation9 {
    animation: bg-animation9 25s ease-in-out infinite;
    text-align: center;
    background-repeat: no-repeat;       
}
 

.bg_animation10 {
    animation: bg-animation10 25s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    text-align: center;
    background-repeat: no-repeat;       
}
  


@keyframes bg-animation1 {
    0% {
        background-size: 120%;
        background-position: 50% 50%
    }
    20% {
        background-size: 150%;
        background-position: 0 50%;
    }    
    40% {
        background-size: 110%;
        background-position: 20% 80%;
    }
    60% {
        background-size: 160%;
        background-position: 60% 10%;
    }
    80% {
        background-size: 120%;
        background-position: 40% 70%;
    }    
    100% {
        background-size: 120%;
        background-position: 50% 50%
    }
}

@keyframes bg-animation2 {
    0% {
        background-size: 110%;
        background-position: 50% 60%
    }
    20% {
        background-size: 130%;
        background-position: 0 50%;
    }    
    40% {
        background-size: 110%;
        background-position: 20% 80%;
    }
    60% {
        background-size: 180%;
        background-position: 60% 10%;
    }
    80% {
        background-size: 150%;
        background-position: 40% 70%;
    }    
    100% {
        background-size: 110%;
        background-position: 50% 50%
    }
}

@keyframes bg-animation3 {
    0% {
        background-size: 120%;
        background-position: 50% 50%
    }
    20% {
        background-size: 170%;
        background-position: 0 50%;
    }    
    40% {
        background-size: 140%;
        background-position: 20% 80%;
    }
    60% {
        background-size: 160%;
        background-position: 60% 10%;
    }
    80% {
        background-size: 130%;
        background-position: 40% 70%;
    }    
    100% {
        background-size: 120%;
        background-position: 50% 50%
    }
}

@keyframes bg-animation4 {
    0% {
        background-size: 120%;
        background-position: 50% 70%
    }
    20% {
        background-size: 110%;
        background-position: 0 55%;
    }    
    40% {
        background-size: 140%;
        background-position: 20% 80%;
    }
    60% {
        background-size: 160%;
        background-position: 60% 10%;
    }
    80% {
        background-size: 180%;
        background-position: 10% 70%;
    }    
    100% {
        background-size: 120%;
        background-position: 50% 50%
    }
}

@keyframes bg-animation5 {
    0% {
        background-size: 130%;
        background-position: 50% 50%
    }
    20% {
        background-size: 110%;
        background-position: 0 50%;
    }    
    40% {
        background-size: 150%;
        background-position: 20% 80%;
    }
    60% {
        background-size: 120%;
        background-position: 60% 10%;
    }
    80% {
        background-size: 180%;
        background-position: 40% 70%;
    }    
    100% {
        background-size: 120%;
        background-position: 50% 30%
    }
}

@keyframes bg-animation6 {
    0% {
        background-size: 120%;
        background-position: 50% 50%
    }
	
	10% {
        background-size: 100%;
        background-position: 0 10%;
    }    
    
    20% {
        background-size: 130%;
        background-position: 20% 60%;
    }    
    40% {
        background-size: 150%;
        background-position: 70% 80%;
    }
    60% {
        background-size: 120%;
        background-position: 30% 40%;
    }
    80% {
        background-size: 160%;
        background-position: 60% 15%;
    }    
    100% {
        background-size: 120%;
        background-position: 50% 50%
    }
}

@keyframes bg-animation7 {
    0% {
        background-size: 120%;
        background-position: 50% 50%
    }
    20% {
        background-size: 100%;
        background-position: 0 50%;
    }    
    40% {
        background-size: 140%;
        background-position: 10% 70%;
    }
    60% {
        background-size: 160%;
        background-position: 60% 20%;
    }
    80% {
        background-size: 120%;
        background-position: 40% 30%;
    }    
    100% {
        background-size: 120%;
        background-position: 50% 50%
    }
}

@keyframes bg-animation8 {
    0% {
        background-size: 120%;
        background-position: 50% 50%
    }
    20% {
        background-size: 100%;
        background-position: 0 0%;
    }    
    40% {
        background-size: 150%;
        background-position: 20% 80%;
    }
    60% {
        background-size: 160%;
        background-position: 60% 40%;
    }
    80% {
        background-size: 120%;
        background-position: 80% 20%;
    }    
    100% {
        background-size: 120%;
        background-position: 50% 50%
    }
}

@keyframes bg-animation9 {
    0% {
        background-size: 120%;
        background-position: 0% 0%
    }
    20% {
        background-size: 150%;
        background-position: 50% 50%;
    }    
    40% {
        background-size: 170%;
        background-position: 20% 80%;
    }
    60% {
        background-size: 110%;
        background-position: 80% 10%;
    }
    80% {
        background-size: 150%;
        background-position: 70% 70%;
    }    
    100% {
        background-size: 120%;
        background-position: 0% 0%
    }
}


@keyframes bg-animation10 {
    0% {
        background-size: 110%;
        background-position: 50% 60%
    }
    20% {
        background-size: 130%;
        background-position: 0 40%;
    }    
    40% {
        background-size: 110%;
        background-position: 20% 80%;
    }
    60% {
        background-size: 150%;
        background-position: 60% 10%;
    }
    80% {
        background-size: 180%;
        background-position: 40% 70%;
    }    
    100% {
        background-size: 120%;
        background-position: 50% 50%
    }
}


.alert.window input[type="button"].btn--save {
	    background: #99F577;
}

.success-payment {
	padding: 35px 25px 35px 40px;
	font-size: 14px;
	background-size: cover !important;
	background: url(../img/bg_payment.png) bottom center no-repeat;
}

.success-payment .insight-text {
	font-weight: 700;
	font-size: 24px;
	text-align: left;
	padding: 0;
	margin-bottom: 15px;
}

.highlight:selection {

   background-color: #B2CE72; 
}

.highlight {
  position: relative;
  display: inline;
  padding: 0 6px;
  
}

.highlight:after {
  content: attr(data-content);
  position: absolute;
  color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B2CE72; 
  border-radius: 4px;
  text-align: center;
}


.success-payment p + p {
	margin-top: 16px;
}
.mb-60 {margin-bottom: 60px;}

 

.btn--payment {
	font-weight: 700;
	font-size: 20px;
	line-height: 116%;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	width: 168px; 
	height:169px;
	border-radius: 50%;
	box-shadow: -4px 4px 20px 0 #a9aec2;
	background: url(../img/button-pay-bg.svg) center center no-repeat;
	
}

.btn--payment:hover, .btn--payment:focus{ 
	color: #fff;
}

.middle-section.success-payment {
    min-height: calc((var(--vh, 1vh) * 100) - 55px);

} 

.radio-label .error {
	bottom: -25px;
    top: unset;
    left: 15px;
}


.soc-links ul li a > img {width: 20px; height: 20px;}

.soc-links ul li a {
    border: 1px solid #EEEEEE;
    color: #242424;
    text-align: center;
    background: #f7f7f7;
	height: 40px;
    align-items: center;

}
.soc-links {margin-top:2px;}
.soc-links li {margin-bottom: 16px;}

.apple-signin-button {
            display: inline-flex;
			width: 100%;
			font-weight: 600;
			font-size: 18px;
			justify-content: center;
            height: 40px;
			line-height: 1;
			border-radius: 5px;
			border: 1px solid #EEEEEE;
			color: #242424;
			text-align: center;
			background: #f7f7f7;
			align-items: center;

        }
		
		 .apple-signin-button img {
            height: 20px;
            margin-right: 10px;
			margin-top:-2px;
        }
		
		  .google-signin-button {
            display: inline-flex;
			width: 100%;
			font-weight: 600;
			font-size: 18px;
			justify-content: center;
			height: 40px;
			border-radius: 5px;
			line-height: 1;
			justify-content: center;
            height: 40px;
			border: 1px solid #EEEEEE;
			color: #242424;
			text-align: center;
			background: #f7f7f7;
			align-items: center;
        }

        .google-signin-button img {
            height: 24px;
            margin-right: 10px;
        }
		
.bx-session-message {display: none!important;}	
.ask-btns {display: flex; gap: 12px;}
.ask-btns .btn {flex: 1 1; padding: 13px 10px;}
.message:empty {display: none;}
.popup-cancel-visit.fancybox-content {padding: 25px;}
.container--grid .state-name {word-break: break-word;}
	    


