.flavors-title{
  text-align:center;
  font-size: 79px;
  background: -webkit-linear-gradient(180deg, rgba(246, 79, 89, 0.50) 0%, #F64F59 28.13%, #C471ED 51.04%, #12C2E9 72.40%, rgba(18, 194, 233, 0.50) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flavors-steps{
	display:flex;
	justify-content:space-between;
}

:root {
  --green-color: #3b882c;
  --pink-color: #cf1e60;
  --purple-color: #4e3e96;
  --red-color: #84235d;
  --magenta-color: #b33e91;
  --orange-color: #b32b2f;
  --gray-color: #807272;
  --brown-color: #935f22;
  --dark-green-color: #1d8536;
}

.flavors-title {
  text-align: center;
  font-size: 79px;
  background: -webkit-linear-gradient(180deg, rgba(246, 79, 89, 0.50) 0%, #F64F59 28.13%, #C471ED 51.04%, #12C2E9 72.40%, rgba(18, 194, 233, 0.50) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flavors-steps {
  display: flex;
  justify-content: space-between;
}

.flavors-steps__step {
  max-width: 270px;
  width: 100%;
}

.flavors-steps__step h4 {
  color: #38343A;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 3.2px;
  margin-bottom: 21px;
  border-bottom: 2px solid #38343A;
}

.flavors-steps__step p {
  margin: 0;
  color: #38343A;
  font-size: 15.9px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.flavor-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none; /* Allows clicks to pass through the overlay */
	z-index: 1;
}

.flavor-overlay.active {
	opacity: 0.4;
	transition: opacity 0.3s;
	z-index: 3;
	background:#000;
}

.flavors-list__flavor {
  z-index:2;
  position: relative;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  padding-bottom: 120px;
  background-size: 220%;
  transition: 0.5s;
}

.flavors-list__content {
  opacity: 0;
  width: 322px;
  transition-delay: 0.3s;
  transition: 0.3s;
}

.flavors-list__content h3 {
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 94%;
  text-transform: uppercase;
  margin-bottom:30px;
}

.flavors-list__flavor.topicCrush {
  background-image: url(http://chillupuniverse.com/wp-content/uploads/2023/08/tropicCrush.png);
  background-position: -11px -20px;
  left: 380px;
  top: 120px;
}

/* Add styles for other flavors similarly */

.flavors-list__flavor h3 {
  color: var(--green-color);
}

.flavors-list__flavor.yellowGreen h3 {
  color: var(--pink-color);
}

.flavors-list__flavor.blueGranate h3 {
  color: var(--purple-color);
}

.flavors-list__flavor.wildViolet h3 {
  color: var(--red-color);
}

.flavors-list__flavor.sunnyMix h3 {
  color: var(--magenta-color);
}

.flavors-list__flavor.yellowFantasy h3 {
  color: var(--orange-color);
}

.flavors-list__flavor.summerEdition h3 {
  color: var(--gray-color);
}

.flavors-list__flavor.secretFlavor h3 {
  color: var(--brown-color);
}

.flavors-list__flavor.cubanoFlavor h3 {
  color: var(--dark-green-color);
}

.flavors-list__flavor.active {
  width: 700px !important;
  height: 700px !important;
  z-index: 9999;
  background-size: 200%;
}

.flavors-list__flavor.active .flavors-list__content {
  opacity: 1;
}

.flavors-list {
  height: 1843px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flavors-list__flavor {
  margin-bottom: 20px;
}

.flavors-steps__step{
	max-width:270px;
	width:100%;
}

.flavors-steps__step h4{
	color: #38343A;
/* 	font-family: Poppins; */
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; 
	letter-spacing: 3.2px;
	margin-bottom:21px;
	border-bottom: 2px solid #38343A;
}

.flavors-steps__step p{
	margin:0;
	color: #38343A;
/* 	font-family: Poppins; */
	font-size: 15.9px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; 
}

.flavors-list__flavor{
    border-radius: 50%;
    transition: .5s;
    background-size: cover;
    position: absolute;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition-delay: .5s;
    justify-content: flex-end;
    padding-right: 10px;
    padding-bottom: 120px;
	background-size: 220%;
}

.flavors-list__content{
	opacity:0;
	width: 322px;
	transition:.3s;
}

.flavors-list__content h3{
	color: #5AA857;
	font-family: Poppins;
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: 94%;
	text-transform: uppercase;
}

.flavors-list__flavor.topicCrush {
    background-position-x: 6px;
    width: 250px;
    height: 250px;
    background-image: url(http://chillupuniverse.com/wp-content/uploads/2023/08/tropicCrush.png);
    background-position-y: -20px;
    left: 380px;
    top: 120px;
}
.flavors-list__flavor.yellowGreen {
    background-position-x: -11px;
    width: 195px;
    height: 195px;
    background-image: url(http://chillupuniverse.com/wp-content/uploads/2023/08/yellowGreen.png);
    background-position-y: -10px;
    left: 70px;
    top: 250px;
}
.flavors-list__flavor.blueGranate {
    background-position-x: -11px;
    width: 177px;
    height: 177px;
    background-image: url(http://chillupuniverse.com/wp-content/uploads/2023/08/blueGranate.png);
    background-position-y: -10px;
    left: 1060px;
    top: 180px;
}
.flavors-list__flavor.wildViolet{
    background-position-x: -11px;
    width: 242px;
    height: 242px;
    background-image: url(http://chillupuniverse.com/wp-content/uploads/2023/08/wildViolet.png);
    background-position-y: -10px;
    left: 700px;
    top: 270px;
}
.flavors-list__flavor.sunnyMix{
  	background-position-x: -11px;
    width: 389px;
    height: 389px;
    background-image: url(http://chillupuniverse.com/wp-content/uploads/2023/08/sunnyMix.png);
    background-position-y: -10px;
    left: 80px;
    top: 520px;
}
.flavors-list__flavor.yellowFantasy{
	background-position-x: -11px;
    width: 220px;
    height: 220px;
    background-image: url(http://chillupuniverse.com/wp-content/uploads/2023/08/yellowFantasy.png);
    background-position-y: -10px;
    left: 940px;
    top: 520px;
}
.flavors-list__flavor.summerEdition{
    background-position-x: -11px;
    width: 195px;
    height: 195px;
    background-image: url(http://chillupuniverse.com/wp-content/uploads/2023/08/summerEdition.png);
    background-position-y: -10px;
    left: 540px;
    top: 580px;
}
.flavors-list__flavor.secretFlavor{
	background-position-x: -11px;
    width: 177px;
    height: 177px;
    background-image: url(http://chillupuniverse.com/wp-content/uploads/2023/08/secretFlavor.png);
    background-position-y: -10px;
    left: 140px;
    top: 990px;
}
.flavors-list__flavor.cubanoFlavor{
	background-position-x: -11px;
    width: 386px;
    height: 386px;
    background-image: url(http://chillupuniverse.com/wp-content/uploads/2023/08/cubanoFlavor.png);
    background-position-y: -10px;
    left: 440px;
    top: 860px;
}
.flavors-list__flavor.deepGreen{
	background-position-x: -11px;
    width: 220px;
    height: 220px;
    background-image: url(http://chillupuniverse.com/wp-content/uploads/2023/08/deepGreen.png);
    background-position-y: -10px;
    left: 980px;
    top: 850px;
}
.flavors-list__flavor.exoticMix{
    background-position-x: -11px;
    width: 270px;
    height: 270px;
    background-image: url(http://chillupuniverse.com/wp-content/uploads/2023/08/exoticMix.png);
    background-position-y: -10px;
    left: 880px;
    top: 1150px;
}
.flavors-list__flavor.heisenbergFlavor{
	background-position-x: -11px;
    width: 320px;
    height: 320px;
    background-image: url(http://chillupuniverse.com/wp-content/uploads/2023/08/heinsenbergFlavor.png);
    background-position-y: -10px;
    left: 110px;
    top: 1250px;
}
.flavors-list__flavor.greenAdam{
    background-position-x: -11px;
    width: 170px;
    height: 170px;
    background-image: url(http://chillupuniverse.com/wp-content/uploads/2023/08/greenAdam.png);
    background-position-y: -10px;
    left: 610px;
    top: 1350px;
}
.flavors-list__flavor.purpleFlavor{
	background-position-x: -11px;
    width: 230px;
    height: 230px;
    background-image: url(http://chillupuniverse.com/wp-content/uploads/2023/08/purpleFlavor.png);
    background-position-y: -10px;
    left: 810px;
    top: 1550px;
}




.flavors-list__flavor.yellowGreen h3{
	color: #3B882C;
}
.flavors-list__flavor.blueGranate h3{
	color: #CF1E60;
}
.flavors-list__flavor.wildViolet h3{
	color: #4E3E96;
}
.flavors-list__flavor.sunnyMix h3{
	color: #84235D;
}
.flavors-list__flavor.yellowFantasy h3{
	color: #B33E91;
}
.flavors-list__flavor.summerEdition h3{
	color: #B32B2F;
}
.flavors-list__flavor.secretFlavor h3{
	color: #807272;
}
.flavors-list__flavor.cubanoFlavor h3{
	color: #935F22;
}
.flavors-list__flavor.deepGreen h3{
	color: #1D8536;
}
.flavors-list__flavor.exoticMix h3{
	color: #44B23D;
}
.flavors-list__flavor.heisenbergFlavor h3{
	color: #B0224E;
	font-size:50px;
}
.flavors-list__flavor.greenAdam h3{
	color: #44B23D;
}
.flavors-list__flavor.purpleFlavor h3{
	color: #6D3D7C;
}


.flavors-list__flavor.active{
    background-position-y: -20px;
    background-position-x: -130px;
}

.flavors-list__flavor.blueGranate.active {
    background-position-y: -20px;
    background-position-x: -130px;
    /* right: 20px; */
    left: 800px;
}
.flavors-list__flavor.yellowGreen.active {
    background-position-y: -20px;
    background-position-x: -130px;
}

.flavors-list__flavor.blueGranate.active {
    background-position-y: -20px;
    background-position-x: -130px;
    left: 790px;
}

.flavors-list__flavor.wildViolet.active {
    background-position-y: -20px;
    background-position-x: -130px;
}

.flavors-list__flavor.sunnyMix.active {
    background-position-y: -20px;
    background-position-x: -130px;
}

.flavors-list__flavor.yellowFantasy.active {
    background-position-y: -20px;
    background-position-x: -130px;
    left: 700px;
}

.flavors-list__flavor.summerEdition.active {
    background-position-y: -20px;
    background-position-x: -130px;
}

.flavors-list__flavor.secretFlavor.active {
    background-position-y: -20px;
    background-position-x: -130px;
}

.flavors-list__flavor.cubanoFlavor.active {
    background-position-y: -20px;
    background-position-x: -130px;
}

.flavors-list__flavor.deepGreen.active {
    background-position-y: -20px;
    background-position-x: -130px;
    left: 700px;
}

.flavors-list__flavor.exoticMix.active {
    background-position-y: -20px;
    background-position-x: -130px;
    left: 700px;
    top: 1000px;
}

.flavors-list__flavor.heisenbergFlavor.active {
    background-position-y: -20px;
    background-position-x: -130px;
    top: 1000px;
}

.flavors-list__flavor.greenAdam.active {
    background-position-y: -20px;
    background-position-x: -130px;
    top: 1000px;
}

.flavors-list__flavor.purpleFlavor.active {
    background-position-y: -20px;
    background-position-x: -130px;
    top: 1100px;
    left: 600px;
}

/* .flavors-list__flavor:hover{
    width: 700px;
    height: 700px;
	z-index:9999;
    transition: .5s;
    background-size: 200%;
} */

.flavors-list__flavor.active .flavors-list__content{
	opacity:1;
	transition:.5s;
	transition-delay:.5s;
}

.flavors-list{
	height:1843px;
	position:relative;
}


@media screen and (max-width: 1440px) {
	.flavors-list__flavor.yellowGreen {
		left: 0px;
		top: 160px;
	}

	.flavors-list__flavor.active {
	  width: 600px !important;
	  height: 600px !important;
	  z-index: 9999;
	  background-size: 200%;
	}

	.flavors-list__content {
		width: 272px;
		margin-right: 20px;
	}

	.flavors-list__flavor.topicCrush {
		left: 300px;
		top: 80px;
	}

	.flavors-list__flavor.wildViolet {
		left: 600px;
		top: 170px;
	}
	.flavors-list__flavor.wildViolet.active {
		left: 480px;
		top: 60px;
	}
	.flavors-list__flavor.blueGranate {
		left: 90%;
		top: 180px;
	}
	.flavors-list__flavor.blueGranate.active {
		background-position-y: -20px;
		background-position-x: -130px;
		left: 580px;
	}
	.flavors-list__flavor.blueGranate  .flavors-list__content {
		margin-right: 40px;
	}

	.flavors-list__flavor.sunnyMix {
		left: 80px;
		top: 390px;
	}
	.flavors-list__flavor.summerEdition {
		left: 510px;
		top: 440px;
	}
	.flavors-list__flavor.summerEdition.active {
		background-position-y: -20px;
		background-position-x: -130px;
		left: 400px;
		top: 260px;
	}
	.flavors-list__flavor.yellowFantasy {
		left: 76%;
		top: 500px;
	}
	.flavors-list__flavor.yellowFantasy.active {
		background-position-y: -20px;
		background-position-x: -130px;
		left: 560px;
		top: 290px;
	}
	.flavors-list__flavor.secretFlavor {
		left: -20px;
		top: 790px;
	}
	.flavors-list__flavor.secretFlavor.active {
		top: 550px;
	}
	.flavors-list__flavor.cubanoFlavor {
		left: 440px;
		top: 700px;
	}
	.flavors-list__flavor.cubanoFlavor.active {
		left: 350px;
		top: 580px;
	}
	.flavors-list__flavor.deepGreen {
		left: 86%;
		top: 790px;
	}
	.flavors-list__flavor.deepGreen.active {
		left: 53%;
		top: 600px;
	}
	.flavors-list__flavor.heisenbergFlavor.active {
		top: 730px;
		left: 50px;
	}
	.flavors-list__flavor.heisenbergFlavor {
		left: 110px;
		top: 920px;
	}
	.flavors-list__flavor.heisenbergFlavor h3 {
		font-size: 40px;
	}
	.flavors-list__flavor.greenAdam {
		left: 490px;
		top: 1150px;
	}
	.flavors-list__flavor.greenAdam.active {
		top: 880px;
		left: 320px;
	}
	.flavors-list__flavor.exoticMix {
		left: 790px;
		top: 1050px;
	}
	.flavors-list__flavor.exoticMix.active {
		left: 500px;
		top: 900px;
	}
	.flavors-list__flavor.purpleFlavor {
		left: -70px;
		top: 1210px;
	}
	.flavors-list__flavor.purpleFlavor.active {
		top: 1040px;
		left: -70px;
	}
	.flavors-list {
		height: 1543px;
		position: relative;
	}
}




@media screen and (max-width: 1280px) {
	.flavors-list__flavor.yellowGreen {
		left: -50px;
	}

	.flavors-list__flavor.topicCrush {
		left: 250px;
		top: 80px;
	}

	.flavors-list__flavor.blueGranate.active {
		left: 430px;
	}

	.flavors-list__flavor.yellowFantasy.active {
		left: 480px;
	}

	.flavors-list__flavor.purpleFlavor.active {
		top: 880px;
	}
}

@media screen and (max-width:768px){

	.flavors-list {
		height: 1143px;
		position: relative;
	}
	.flavors-steps__step h4 {
		margin-top: 0;
	}
	.flavors-steps {
		display: flex;
		flex-direction: column;
		gap:20px;
		margin-bottom:60px;
	}
	.flavors-steps__step {
		max-width: 100%;
		width: 100%;
	}
	.flavors-list__flavor h3 {
		font-size: 28px;
		margin-bottom: 15px;
	}	
	.flavors-list__flavor p {
		font-size: 10px;
	}
	.flavors-list__flavor.active {
		background-position-y: -20px;
		background-position-x: -80px;
	}
	.flavors-list__content {
		width: 161px;
		margin-right: 0px;
	}

	.flavors-list__flavor.active {
	  width: 400px ;
	  height: 400px;
	  z-index: 9999;
	  background-size: 200%;
	}

	.flavors-list__flavor.yellowGreen {
		left: 0px;
		top: 50px;
	}
	.flavors-list__flavor.yellowGreen.active {
		background-position-y: -20px;
		background-position-x: -80px;
		width: 360px;
		height: 360px;
	}
	.flavors-list__flavor.topicCrush {
		left: 240px;
		top: 10px;
		width: 180px;
		height: 180px;
	}
	.flavors-list__flavor.topicCrush.active {
		background-position-y: -20px;
		background-position-x: -50px;
		width: 350px;
		height: 350px;
	}
	.flavors-list__flavor.wildViolet {
		left: 150px;
		top: 230px;
		width: 130px;
		height: 130px;
	}
	.flavors-list__flavor.wildViolet.active {
		left: 70px;
		top: 60px;
		height: 350px;
		width: 350px;
		background-position-y: 0px;
		background-position-x: -70px;
	}
	.flavors-list__flavor.blueGranate {
		left: 64%;
		top: 110px;
	}
	.flavors-list__flavor.blueGranate.active {
		left: 190px;
		top: 50px;
		width: 350px;
		height: 350px;
		background-position-y: 0px;
		background-position-x: -70px;
	}

	.flavors-list__flavor.blueGranate .flavors-list__content {
		margin-right: 0;
	}
	.flavors-list__flavor.sunnyMix {
		left: 30px;
		top: 360px;
		width: 140px;
		height: 140px;
	}
	.flavors-list__flavor.sunnyMix.active {
		background-position-y: -20px;
		background-position-x: -70px;
		height: 350px;
		width: 350px;
	}
	.flavors-list__flavor.sunnyMix h3 {
		width: 50%;
	}

	.flavors-list__flavor.summerEdition {
		left: 300px;
		top: 250px;
	}
	.flavors-list__flavor.summerEdition.active {
		background-position-y: -20px;
		background-position-x: -80px;
		left: 170px;
		top: 150px;
	}
	.flavors-list__flavor.yellowFantasy {
		left: 71%;
		top: 400px;
		width: 150px;
		height: 150px;
	}

	.flavors-list__flavor.yellowFantasy.active {
		left: 330px;
		width: 350px;
		top: 200px;
		height: 350px;
		background-position-y: -20px;
		background-position-x: -70px;
	}

	.flavors-list__flavor.secretFlavor {
		left: 150px;
		top: 470px;
	}

	.flavors-list__flavor.secretFlavor.active {
		top: 350px;
		width: 350px;
		height: 350px;
		background-position-y: -10px;
		background-position-x: -80px;
	}

	.flavors-list__flavor.cubanoFlavor {
		left: 360px;
		top: 500px;
		width: 120px;
		height: 120px;
		overflow: hidden;
	}
	.flavors-list__flavor.cubanoFlavor.active {
		left: 250px;
		top: 390px;
		width: 350px;
		height: 350px;
		background-position-y: -20px;
		background-position-x: -70px;
	}

	.flavors-list__flavor.heisenbergFlavor {
		width: 140px;
		height: 140px;
		left: 0px;
		top: 570px;
	}

	.flavors-list__flavor.heisenbergFlavor.active {
		top: 380px;
		left: 20px;
		width: 350px;
		height: 350px;
		background-position-y: -10px;
		background-position-x: -70px;
	}
	.flavors-list__flavor.heisenbergFlavor h3 {
		font-size: 21px;
	}
	.flavors-list__flavor.deepGreen {
		left: 65%;
		top: 610px;
	}
	.flavors-list__flavor.deepGreen.active {
		left: 33%;
		top: 400px;
		background-position-y: -20px;
		background-position-x: -70px;
		width: 350px;
		height: 350px;
	}
	.flavors-list__flavor.greenAdam {
		left: 260px;
		top: 650px;
	}
	.flavors-list__flavor.greenAdam.active {
		top: 520px;
		left: 170px;
		background-position-y: -20px;
		background-position-x: -70px;
	}
	.flavors-list__flavor.purpleFlavor {
		left: 20px;
		top: 730px;
	}
	.flavors-list__flavor.purpleFlavor.active {
		top: 570px;
		left: 10px;
		background-position-y: -20px;
		background-position-x: -70px;
		width: 350px;
		height: 350px;
	}
	.flavors-list__flavor.exoticMix {
		width: 220px;
		left: 310px;
		top: 820px;
		height: 220px;
	}
	.flavors-list__flavor.exoticMix.active {
		left: 220px;
		top: 700px;
		width: 350px;
		height: 350px;
		background-position-y: -20px;
		background-position-x: -70px;
	}
}

@media screen and (max-width:440px){

	.flavors-list__flavor.active .flavors-list__content{
		opacity:1;
		transition:.2s;
		transition-delay:none;
	}

	.flavors-list__flavor{
	  -webkit-transition: none !important;
	  -moz-transition: none !important;
	  -o-transition: none !important;
	  transition: none !important;
	}

	.flavors-title {
		font-size: 36px;
	}

	.flavors-steps__step h4 {
		font-size:32px;
		margin-bottom: 10px;
	}

	.flavors-steps__step p {
		max-width:254px;
		width:100%;
		font-size:14px;
	}

	.flavors-list__flavor.yellowGreen {
		left: 0px;
		top: 50px;
		width: 130px;
		height: 130px;
	}

	.flavors-list__flavor.topicCrush {
		left: 150px;
		top: -10px;
		width: 150px;
		height: 150px;
	}
	.flavors-list__flavor.active{
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.flavors-list__flavor.topicCrush.active {
		background-position-y: -20px;
		background-position-x: -50px;
		width: 350px;
		height: 350px;
	}
	.flavors-list__flavor.wildViolet {
		left: 110px;
		top: 150px;
		width: 130px;
		height: 130px;
	}
	.flavors-list__flavor.wildViolet.active {
		top: 60px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 350px;
		width: 350px;
	}
	.flavors-list__flavor.blueGranate {
		left: 64%;
		top: 110px;
		width: 147px;
		height: 147px;
	}
	.flavors-list__flavor.sunnyMix {
		left: 0px;
		top: 250px;
		width: 120px;
		height: 120px;
	}
	.flavors-list__flavor.summerEdition {
		left: 190px;
		top: 270px;
	}
	.flavors-list__flavor.summerEdition.active {
	    background-position-y: -20px;
		background-position-x: -80px;
		left: 210px;
		top: 150px;
		width: 350px;
		height: 350px;
	}
	.flavors-list__flavor.secretFlavor {
		left: 20px;
		top: 379px;
	}
	.flavors-list__flavor.yellowFantasy {
		left: 38%;
		top: 540px;
		width: 140px;
		height: 140px;
	}
	.flavors-list__flavor.yellowFantasy.active {
		left: 50%;
		width: 350px;
		top: 390px;
		height: 350px;
		background-position-y: -20px;
		background-position-x: -70px;
	}
	.flavors-list__flavor.cubanoFlavor {
		left: 290px;
		top: 470px;
		width: 120px;
		height: 120px;
		overflow: hidden;
	}
	.flavors-list__flavor.cubanoFlavor.active {
		left: 50%;
	}
	.flavors-list__flavor.purpleFlavor {
		left: -10px;
		width: 120px;
		top: 730px;
		height: 120px;
	}
	.flavors-list__flavor.purpleFlavor.active {
		left: 50%;
	}
	.flavors-list__flavor.greenAdam {
		left: 120px;
		top: 690px;
		width: 130px;
		height: 130px;
	}

	.flavors-list__flavor.greenAdam.active {
		top: 520px;
		left: 50%;
		background-position-y: -20px;
		background-position-x: -70px;
		width: 350px;
		height: 350px;
	}

	.flavors-list__flavor.deepGreen {
		left: 70%;
		top: 630px;
		width: 130px;
		height: 130px;
	}
	.flavors-list__flavor.deepGreen.active {
		left: 50%;
		top: 400px;
		background-position-y: -20px;
		background-position-x: -70px;
		width: 350px;
		height: 350px;
	}
	.flavors-list__flavor.exoticMix {
		width: 130px;
		left: 250px;
		top: 780px;
		height: 130px;
	}

	.flavors-list__flavor.exoticMix h3 {
		color: #44B23D;
		width: 50%;
	}

	.flavors-list {
		height: 943px;
		position: relative;
	}
	.flavors-list__flavor.blueGranate.active {
		left: 50%;
	}
	.flavors-list__flavor.sunnyMix.active {
		left: 50%;
	}

	.flavors-list__flavor.secretFlavor.active {
		left: 50%;
	}
	.flavors-list__flavor.heisenbergFlavor.active {
		left: 50%;
	}

	.flavors-list__flavor.exoticMix.active {
   	 	left: 50%;
		top: 500px;
	}
}

@media screen and (max-width:414px){
	.flavors-list__flavor.cubanoFlavor {
		left: 270px;
		top: 470px;
		width: 120px;
		height: 120px;
		overflow: hidden;
	}

	.flavors-list__flavor.blueGranate {
		left: 68%;
		top: 110px;
		width: 137px;
		height: 137px;
	}
}

@media screen and (max-width:395px){
	.flavors-list__flavor.blueGranate {
		left: 64%;
		top: 83px;
		width: 137px;
		height: 137px;
	}

	.flavors-list__flavor.secretFlavor {
		width: 137px;
		height: 137px;
		left: 0px;
		top: 379px;
	}

	.flavors-list__flavor.yellowFantasy {
		left: 42%;
		top: 520px;
		width: 130px;
		height: 130px;
	}

	.flavors-list__flavor.summerEdition {
		left: 150px;
		top: 270px;
	}
	.flavors-list__flavor.heisenbergFlavor {
	    width: 130px;
		height: 130px;
		left: 0px;
		top: 570px;
	}

	.flavors-list__flavor.yellowFantasy {
		left: 30%;
		top: 490px;
		width: 120px;
		height: 120px;
	}

	.flavors-list__flavor.cubanoFlavor {
		left: 240px;
		top: 470px;
		width: 120px;
		height: 120px;
		overflow: hidden;
	}

	.flavors-list__flavor.greenAdam {
		left: 110px;
		top: 670px;
		width: 120px;
		height: 120px;
	}

	.flavors-list__flavor.deepGreen {
		left: 63%;
		top: 595px;
		width: 130px;
		height: 130px;
	}

	.flavors-list__flavor.exoticMix {
		width: 130px;
		left: 210px;
		top: 780px;
		height: 130px;
	}

	.flavors-list__flavor.topicCrush {
		left: 130px;
		top: -50px;
		width: 150px;
		height: 150px;
	}
}
