
		body {
			margin:0;
			padding:0;
			-webkit-font-smoothing: subpixel-antialiased !important;
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility:    hidden;
			-ms-backface-visibility:     hidden;
		}
		
		a {
			text-decoration: none;
		}

	
		/* Larger than phablet 320*/
		/* Larger than phablet 320*/
		/* Larger than phablet 320*/

		@media (min-width: 320px) {

		.container {
		width:100%;
		margin:auto;

		}
		
		.header {
			background: url(https://madeindream.com/image/data/news/sale-birthday-2020/header_back.png) no-repeat;
			background-size: cover;
			background-position: center;
			height: 1550px;
			max-width: 399px;
		}
		
		.header-top {
			margin: 0 auto;
			padding-top: 55px;
			display: block;
			max-width: 320px;
			font-family: Nunito;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			text-align: center;
			color: #FFFFFF;
			text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
		}
		
		/* Планеты */
		
		.planets {
			display: flex;
			flex-direction: column;
			max-width: 320px;
			padding: 0 0 0 0;
			margin: 0 auto;
		}
		
		.planets img {
			transition: 0.3s;
		}
		
		.planets img:hover {
			opacity: 1;
		}
		
		.planet1 {
			width: 70px;
			height: 70px;
			margin: 0 auto;
		}
		
		.planet2 {
			width: 102px;
			height: 102px;
			margin: 0 auto;
		}
		
		.planet3 {
			width: 118px;
			height: 118px;
			margin: 0 auto;
		}
		
		.planet4 {
			width: 211px;
			height: 136px;
			margin: 0 auto;
		}
		
		.star {
			width: 320px;
			height: 320px;
			margin: 0 auto;
		}
		
		.star img {
			width: 320px;
		}
		
		.planet5 {
			width: 136px;
			height: 136px;
			margin: 0 auto;
		}
		
		.planet6 {
			width: 119px;
			height: 119px;
			margin: 0 auto;
		}
		
		.planet7 {
			width: 102px;
			height: 102px;
			margin: 0 auto;
		}
		
		.planet8 {
			width: 71px;
			height: 70px;
			margin: 0 auto;
		}
	
		/* Конец планет */
		
		.header-bot {
			margin: 0 auto;
			display: block;
			max-width: 320px;
			font-family: Nunito;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			text-align: center;
			color: #FFFFFF;
			text-shadow: 0px 0px 20px #00ADEE;
		}
		
			/* Планета SMOOTH */
		
		.planet-name {
			max-width: 784px;
			display: flex;
			align-items: center;
				flex-direction: column;
			margin: 0 auto;
					
		}
		
		.planet-img {
			transition: 0.3s;
		}
		
		.planet-img:hover {
			opacity: 0.8;
			
		}
		
		.planet-desc {
			display: flex;
			flex-direction: column;
			max-width: 315px;
			margin: 0 auto;
		}
		
		.planet-title {
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 36px;
			line-height: 49px;
			color: #00ADEE;
		}
		
		.planet-text {
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 18px;
			line-height: 145%;
			color: #000000;
		}
		
			
		.planet-link a {
			display: block;
			width: 290px;
			padding: 13px 0;
			margin: 20px 0 0 0;
			background: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 57px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 18px;
			line-height: 145%;
			color: #FFFFFF;
			text-decoration: none;
			text-align: center;
			transition: 0.3s;
			
		}
		
		.planet-link a:hover {
			background: #ffffff;
			color: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.2);
		}
		
		/* Главный товар */
		
		.main-item {
			display: flex;
			justify-content:  space-between;
			align-items: center;
			flex-direction: column;
			margin: 60px auto;
		}
		
		.main-item-info {
			display: flex;
			align-items: center;
			flex-direction: column;
		}
		
		.main-item-img {
			transition: 0.3s;
		}
		
		.main-item-img:hover {
			opacity: 0.8;
			
		}
		
		.main-item-desc {
			display: flex;
			flex-direction: column;
			max-width: 308px;
		}
		
		.main-item-title {
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 24px;
			line-height: 33px;
			color: #333333;	
		}
		
		.main-item-text {
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 18px;
			line-height: 145%;
			color: #000000;
		}
		
		.main-item-link a {
			display: block;
			width: 290px;
			padding: 13px 0;
			margin: 20px 0 0 0;
			background: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 57px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 18px;
			line-height: 145%;
			color: #FFFFFF;
			text-decoration: none;
			text-align: center;
			transition: 0.3s;
			
		}
		
		.main-item-link a:hover {
			background: #ffffff;
			color: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.2);
		}
		
		.main-item-video {
			border-radius: 20px;
			width: 264px;
			height: 148px;
			overflow: hidden;
			margin: 40px auto;
			display: none;
		}
		
		.big-planet img {
			width: 300px;
		}
		
		.review-smooth {
			background: url(https://madeindream.com/image/data/news/sale-birthday-2020/border-bot.svg) no-repeat;
			background-position: bottom;
			padding: 0 0 85px 0;
		}
		
		.border-top {
			position: absolute;
			z-index: 0;
			
		}
		
		.border-top img{
			width: 100%;
			
		}
		
		.review-title {
			display: block;
			margin: 0 auto 40px auto;
			padding: 85px 0 0 0;
			max-width: 300px;
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 32px;
			line-height: 33px;
			color: #333333;
		}
		
		.review-cards {
			display: flex;
			justify-content: space-between;
			flex-direction: column;
			align-items: center;
			max-width: 310px;
			margin: 0 auto;
		}
		
		.review-card1 {
			display: flex;
			flex-direction: column;
			width: 310px;
			margin: 40px 0;
			
		}
		
		.review-nametag {
			display: flex;
			align-items: center;
			margin: 20px 0 20px 0;
			
		}
		
		.review-nametag img {
			transition: 0.3s;
		}
		
		.review-nametag img:hover {
			opacity: 0.8;
		}
		
		.nametag{
			margin-left: 18px;
		}
		.nametag a {
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 18px;
			line-height: 145%;
			color: #000000;
			text-decoration: none;
			transition: 0.3s;
		}
		
		.nametag a:hover {
			color: #00adee;
		}
		
		.review-text {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 18px;
			line-height: 145%;
			color: #333333;
		}
		.review-text a {
			text-decoration: none;
			color: #00adee;
			transition: 0.3s;
		}
		
		.review-text a:hover {
			opacity: 0.7;
		}
		
		.item-block-smooth {
			
		}
		
		.item-block-title {
			display: block;
			margin: 0 0 40px 70px;
			padding: 10px 0 0 0;
			max-width: 406px;
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 32px;
			line-height: 33px;
			color: #333333;
		}
		
		.items-info {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			flex-direction: column;
			align-items: center;
			max-width: 380px;
			margin: 0px auto;
		}
		
		.items-desc {
			width: 238px;
			display: flex;
			flex-direction: column;
			margin: 0 auto;
		}
		
		.item-desc-title {
			
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 28px;
			line-height: 25px;
			color: #00ADEE;
		}
		
		.item-desc-text {
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 18px;
			line-height: 135%;
			color: #333333;
		}
		
		.item-card {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			width: 239px;
			height: 360px;
			padding: 20px 0 0 0;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 30px;
			transition: 0.3s;
			margin: 40px auto;
		}
		
		.item-card:hover {
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.item-card a:hover {
     		 text-decoration: none;
		}
		

		.item-title {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 18px;
			line-height: 130%;
			color: #000000;
		}
		
		.item-new-price {
			display: block;
			margin: 15px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: 500;
			font-size: 24px;
			line-height: 130%;
			color: #00ADEE;
		}
		
		.item-old-price {
			display: block;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 130%;
			text-decoration-line: line-through;
			color: #000000;
		}
		
		.button-buy {
			display: block;
			margin: 15px auto 0 auto;
			width: 120px;
			height: 44px;
			background: #00ADEE;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 54px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 18px;
			line-height: 44px;
			text-align: center;
			color: #FFFFFF;
			transition: 0.3s;
		}
		
		.button-buy:hover {
			color: #00adee;
			background: #ffffff;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.travel-button {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			width: 239px;
			height: 410px;
			padding: 15px 0 0 0;
			background: radial-gradient(203.95% 120.17% at 59.21% 22.1%, #DC5F83 0%, #D14D77 52.6%, #BF2859 100%);
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 20px;
			margin: 40px 0;
		}
		
		.travel-button a:hover {
    		text-decoration: none;
		}
		
		.dry-back {
			background: radial-gradient(120.73% 68.37% at 4.81% 103.73%, #F3A673 0%, #FDA770 52.6%, #E47A36 100%);
		}
		
		.juice-back {
			background: radial-gradient(238.12% 139.5% at 58.37% 21.41%, #F5DD30 0%, #F79B00 52.6%, #C77300 100%);
		}
	
		.green-back {
			background: radial-gradient(182.55% 100.83% at 57.11% 23.2%, #C9FFB9 0%, #44B300 35.42%, #00ADEE 100%);
		}

		.raw-back {
			background: radial-gradient(141.38% 83.43% at 58.79% 26.52%, #FFE3B9 0%, #D8AC0F 52.6%, #E18530 100%);
		}
		
		.sweet-back {
			background: radial-gradient(188.23% 107.6% at 49.79% 25.83%, #FFCAB9 0%, #F27F66 52.6%, #933022 100%);
		}
		
		.thermo-back {
			background: radial-gradient(240.48% 138.12% at 55.86% 25.41%, #FFCB46 0%, #E33904 52.08%, #900211 100%);
		}
		
		.travel-button:hover {
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.VACUUM-back {
			background: radial-gradient(263.76% 162.85% at 49.79% 24.45%, #A5A4FF 0%, #172BD9 52.6%, #000E88 100%);
		}
		
		
		
		.traver-text {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 18px;
			line-height: 130%;
			text-align: left;
			color: #FFFFFF;
			width: 179px;
			margin: 20px 0 0 0;
			display:block;
		}
		
		.button-to-go {
			width: 200px;
			height: 44px;
			margin: 18px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 18px;
			line-height: 44px;
			color: #00ADEE;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 54px;
			transition: 0.3s;
			display:block;
		}
		
		.button-to-go:hover {
			box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.4);
		}
		
		.border-bubble {
			margin: 70px 0 0 0;
			overflow: hidden;
		}
		
		.border-bubble img{
			width: 100%;
		}
		
		.border-top-bubble {
			margin: -150px 0 0 0;
		}
		
		.alliance {
			width: 300px;
			margin: 0 auto;
		}
		
		.alliance-top {
			display: flex;
			align-items: center;
			justify-content: space-between;
			flex-direction: column;
			max-width: 300px;
			margin: 0 auto;
		}
		
		.alliance-top img {
			max-width: 320px;
			margin: 20px 0;
		}
		
		.alliance-name {
			max-width: 300px;
		}
		
		.alliance-title {
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 36px;
			line-height: 49px;
			color: #00ADEE;
		}
		
		.alliance-desc {
			width: 300px;
			display: block;
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 135%;
			color: #000000;
		}
		
		.alliance-items {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			max-width: 150px;
			margin: 0 auto;
		}
		
		.alliance-item {
			display: flex;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 30px;
			flex-direction: column;
			align-items: center;
			text-align: center;
			margin: 40px auto;
		}
		
		.alliance-item a:hover {
     		text-decoration: none;
		}
		
		.alliance-item:hover {
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}

		.alliance-item-name {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 130%;
			text-align: center;
			color: #000000;
			display:block;
		}
		
		.alliance-item-price {
			margin: 15px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 24px;
			line-height: 130%;
			text-align: center;
			color: #FF0000;
			display:block;
		}
		
		.alliance-item-old-price {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-align: center;
			text-decoration-line: line-through;
			color: #000000;
			margin: 0 0 15px 0;
			display:block;
		}
		
		.alliance-button a{
			margin: 40px auto 70px auto;
			display: block;
			background: #00ADEE;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 54px;
			width: 300px;
			height: 44px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 44px;
			text-align: center;
			color: #FFFFFF;
			transition: 0.3s;
		}
		
		.alliance-button a:hover {
			color: #00adee;
			background: #ffffff;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.margin-review {
			margin: 40px 0 0 0;
		}
		
		.margin-item-card {
			margin:0;
		}
		
		.spiral {
			
			display: flex;
			align-items: center;
			justify-content: space-between;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 30px;
			max-width: 786px;
			height: 362px;
			margin: 40px 0;
		}
		
		.spiral-card {
			flex-direction: column;
			align-items: center;
			text-align: center;
			margin: 0 0 0 20px;
			width: 225px;
		}
		
		.spiral-card a:hover {
     		text-decoration: none;
		}
		
		.spiral-img {
			display: none;
			margin: 0 25px 0 0;
		}
		
		.no-padding {
			padding: 15px 10px 10px 10px;
		}
		
		.preorder {
			text-decoration: none;
			color: #333333;
		}
		
		.gift {
    text-align: center;
    margin: 120px;
  }
  
  .gift a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: white;
    padding-right: 40px;
    border-radius: 25px;
    padding-left: 40px;
    background: #00adee;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    
}

.gift a:hover {
    
    color: #00adee;
    background: white;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,173,238,0.2);
}
		
		.final-text {
			display: block;
			width: 320px;
			font-family: nunito;
			font-size: 28px;
			line-height: 135%;
			color: #00adee;
			text-align: center;
			margin: -50px auto 0 auto;
		}

		

		
}

		/* Larger than phablet 400*/
		/* Larger than phablet 400*/
		/* Larger than phablet 400*/

		@media (min-width: 400px) {

		.container {
		width:100%;
		margin:auto;
		}
		
		.header {
			background: url(https://madeindream.com/image/data/news/sale-birthday-2020/header_back.png) no-repeat;
			background-size: cover;
			background-position: center;
			height: 1550px;
			max-width: 749px;
		}
		
		.header-top {
			margin: 0 auto;
			padding-top: 55px;
			display: block;
			max-width: 400px;
			font-family: Nunito;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			text-align: center;
			color: #FFFFFF;
			text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
		}
		
		/* Планеты */
		
		.planets {
			display: flex;
			flex-direction: column;
			max-width: 400px;
			padding: 0 0 0 0;
			margin: 0 auto;
		}
		
		.planets img {
			transition: 0.3s;
		}
		
		.planets img:hover {
			opacity: 1;
		}
		
		.planet1 {
			width: 70px;
			height: 70px;
			margin: 0 auto;
		}
		
		.planet2 {
			width: 102px;
			height: 102px;
			margin: 0 auto;
		}
		
		.planet3 {
			width: 118px;
			height: 118px;
			margin: 0 auto;
		}
		
		.planet4 {
			width: 211px;
			height: 136px;
			margin: 0 auto;
		}
		
		.star {
			width: 354px;
			height: 354px;
			margin: 0 auto;
		}
		
		.star img {
			width: 354px;
		}
		
		.planet5 {
			width: 136px;
			height: 136px;
			margin: 0 auto;
		}
		
		.planet6 {
			width: 119px;
			height: 119px;
			margin: 0 auto;
		}
		
		.planet7 {
			width: 102px;
			height: 102px;
			margin: 0 auto;
		}
		
		.planet8 {
			width: 71px;
			height: 70px;
			margin: 0 auto;
		}
	
		/* Конец планет */
		
		.header-bot {
			margin: 0 auto;
			display: block;
			max-width: 400px;
			font-family: Nunito;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			text-align: center;
			color: #FFFFFF;
			text-shadow: 0px 0px 20px #00ADEE;
		}
		
			/* Планета SMOOTH */
		
		.planet-name {
			max-width: 784px;
			display: flex;
			align-items: center;
				flex-direction: column;
			margin: 0 auto;
					
		}
		
		.planet-img {
			transition: 0.3s;
		}
		
		.planet-img:hover {
			opacity: 0.8;
			
		}
		
		.planet-desc {
			display: flex;
			flex-direction: column;
			max-width: 380px;
		}
		
		.planet-title {
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 36px;
			line-height: 49px;
			color: #00ADEE;
		}
		
		.planet-text {
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 145%;
			color: #000000;
		}
		
			
		.planet-link a {
			display: block;
			width: 239px;
			padding: 13px 0;
			margin: 20px 0 0 0;
			background: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 57px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			color: #FFFFFF;
			text-decoration: none;
			text-align: center;
			transition: 0.3s;
			
		}
		
		.planet-link a:hover {
			background: #ffffff;
			color: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.2);
		}
		
		/* Главный товар */
		
		.main-item {
			display: flex;
			justify-content:  space-between;
			align-items: center;
			flex-direction: column;
			margin: 60px;
		}
		
		.main-item-info {
			display: flex;
			align-items: center;
			flex-direction: column;
		}
		
		.big-planet img {
			width: 401px;
		}
		
		.main-item-img {
			transition: 0.3s;
		}
		
		.main-item-img:hover {
			opacity: 0.8;
			
		}
		
		.main-item-desc {
			display: flex;
			flex-direction: column;
			max-width: 308px;
		}
		
		.main-item-title {
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 24px;
			line-height: 33px;
			color: #333333;	
		}
		
		.main-item-text {
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 145%;
			color: #000000;
		}
		
		.main-item-link a {
			display: block;
			width: 239px;
			padding: 13px 0;
			margin: 20px 0 0 0;
			background: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 57px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			color: #FFFFFF;
			text-decoration: none;
			text-align: center;
			transition: 0.3s;
			
		}
		
		.main-item-link a:hover {
			background: #ffffff;
			color: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.2);
		}
		
		.main-item-video {
			border-radius: 20px;
			width: 380px;
			height: 215px;
			overflow: hidden;
			margin: 40px 0;
		}
		
		.review-smooth {
			background: url(https://madeindream.com/image/data/news/sale-birthday-2020/border-bot.svg) no-repeat;
			background-position: bottom;
			padding: 0 0 85px 0;
		}
		
		.border-top {
			position: absolute;
			z-index: 0;
			
		}
		
		.border-top img{
			width: 100%;
			
		}
		
		.review-title {
			display: block;
			margin: 0 auto 40px auto;
			padding: 85px 0 0 0;
			max-width: 380px;
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 24px;
			line-height: 33px;
			color: #333333;
		}
		
		.review-cards {
			display: flex;
			justify-content: space-between;
			flex-direction: column;
			align-items: center;
			max-width: 380px;
			margin: 0 auto;
		}
		
		.review-card1 {
			display: flex;
			flex-direction: column;
			width: 380px;
			margin: 40px 0;
			
		}
		
		.review-nametag {
			display: flex;
			align-items: center;
			margin: 20px 0 20px 0;
			
		}
		
		.review-nametag img {
			transition: 0.3s;
		}
		
		.review-nametag img:hover {
			opacity: 0.8;
		}
		
		.nametag{
			margin-left: 14px;
		}
		.nametag a {
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			color: #000000;
			text-decoration: none;
			transition: 0.3s;
		}
		
		.nametag a:hover {
			color: #00adee;
		}
		
		.review-text {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 145%;
			color: #333333;
		}
		.review-text a {
			text-decoration: none;
			color: #00adee;
			transition: 0.3s;
		}
		
		.review-text a:hover {
			opacity: 0.7;
		}
		
		.item-block-smooth {
			
		}
		
		.item-block-title {
			display: block;
			margin: 0 0 40px 70px;
			padding: 10px 0 0 0;
			max-width: 406px;
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 24px;
			line-height: 33px;
			color: #333333;
		}
		
		.items-info {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			flex-direction: column;
			align-items: center;
			max-width: 380px;
			margin: 0px auto;
		}
		
		.items-desc {
			width: 238px;
			display: flex;
			flex-direction: column;
			margin: 0 auto;
		}
		
		.item-desc-title {
			
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 18px;
			line-height: 25px;
			color: #00ADEE;
		}
		
		.item-desc-text {
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 135%;
			color: #333333;
		}
		
		.item-card {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			width: 239px;
			height: 322px;
			padding: 20px 0 0 0;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 30px;
			transition: 0.3s;
			margin: 40px auto;
		}
		
		.item-card:hover {
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.item-card a:hover {
     		 text-decoration: none;
		}
		

		.item-title {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			color: #000000;
		}
		
		.item-new-price {
			display: block;
			margin: 15px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: 500;
			font-size: 18px;
			line-height: 130%;
			color: #00ADEE;
		}
		
		.item-old-price {
			display: block;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-decoration-line: line-through;
			color: #000000;
		}
		
		.button-buy {
			display: block;
			margin: 15px auto 0 auto;
			width: 100px;
			height: 35px;
			background: #00ADEE;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 54px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 35px;
			text-align: center;
			color: #FFFFFF;
			transition: 0.3s;
		}
		
		.button-buy:hover {
			color: #00adee;
			background: #ffffff;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.travel-button {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			width: 239px;
			height: 322px;
			padding: 15px 0 0 0;
			background: radial-gradient(203.95% 120.17% at 59.21% 22.1%, #DC5F83 0%, #D14D77 52.6%, #BF2859 100%);
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 20px;
			margin: 40px 0;
		}
		
		.travel-button a:hover {
    		text-decoration: none;
		}
		
		.dry-back {
			background: radial-gradient(120.73% 68.37% at 4.81% 103.73%, #F3A673 0%, #FDA770 52.6%, #E47A36 100%);
		}
		
		.juice-back {
			background: radial-gradient(238.12% 139.5% at 58.37% 21.41%, #F5DD30 0%, #F79B00 52.6%, #C77300 100%);
		}
	
		.green-back {
			background: radial-gradient(182.55% 100.83% at 57.11% 23.2%, #C9FFB9 0%, #44B300 35.42%, #00ADEE 100%);
		}

		.raw-back {
			background: radial-gradient(141.38% 83.43% at 58.79% 26.52%, #FFE3B9 0%, #D8AC0F 52.6%, #E18530 100%);
		}
		
		.sweet-back {
			background: radial-gradient(188.23% 107.6% at 49.79% 25.83%, #FFCAB9 0%, #F27F66 52.6%, #933022 100%);
		}
		
		.thermo-back {
			background: radial-gradient(240.48% 138.12% at 55.86% 25.41%, #FFCB46 0%, #E33904 52.08%, #900211 100%);
		}
		
		.travel-button:hover {
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.VACUUM-back {
			background: radial-gradient(263.76% 162.85% at 49.79% 24.45%, #A5A4FF 0%, #172BD9 52.6%, #000E88 100%);
		}
		
		
		
		.traver-text {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-align: left;
			color: #FFFFFF;
			width: 179px;
			margin: 20px 0 0 0;
			display:block;
		}
		
		.button-to-go {
			width: 178px;
			height: 35px;
			margin: 18px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 35px;
			color: #00ADEE;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 54px;
			transition: 0.3s;
			display:block;
		}
		
		.button-to-go:hover {
			box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.4);
		}
		
		.border-bubble {
			margin: 70px 0 0 0;
			overflow: hidden;
		}
		
		.border-top-bubble {
			margin: auto;
		}
		
		.alliance-top {
			display: flex;
			align-items: center;
			justify-content: space-between;
			flex-direction: column;
			max-width: 380px;
			margin: 0 auto;
		}
		
		.alliance-top img {
			max-width: 400px;
			margin: 20px 0;
		}
		
		.alliance-name {
			max-width: 380px;
		}
		
		.alliance-title {
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 36px;
			line-height: 49px;
			color: #00ADEE;
		}
		
		.alliance-desc {
			width: 380px;
			display: block;
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 135%;
			color: #000000;
		}
		
		.alliance-items {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			max-width: 380px;
			margin: 0 auto;
		}
		
		.alliance-item {
			display: flex;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 30px;
			flex-direction: column;
			align-items: center;
			text-align: center;
			margin: 40px 0;
		}
		
		.alliance-item a:hover {
     		text-decoration: none;
		}
		
		.alliance-item:hover {
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}

		.alliance-item-name {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-align: center;
			color: #000000;
			display:block;
		}
		
		.alliance-item-price {
			margin: 15px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 24px;
			line-height: 130%;
			text-align: center;
			color: #FF0000;
			display:block;
		}
		
		.alliance-item-old-price {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-align: center;
			text-decoration-line: line-through;
			color: #000000;
			margin: 0 0 15px 0;
			display:block;
		}
		
		.alliance-button a{
			margin: 40px auto 70px auto;
			display: block;
			background: #00ADEE;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 54px;
			width: 331px;
			height: 44px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 44px;
			text-align: center;
			color: #FFFFFF;
			transition: 0.3s;
		}
		
		.alliance-button a:hover {
			color: #00adee;
			background: #ffffff;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.margin-review {
			margin: 40px 0 0 0;
		}
		
		.margin-item-card {
			margin:0;
		}
		
		.spiral {
			
			display: flex;
			align-items: center;
			justify-content: space-between;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 30px;
			max-width: 786px;
			height: 362px;
			margin: 40px 0;
		}
		
		.spiral-card {
			flex-direction: column;
			align-items: center;
			text-align: center;
			margin: 0 0 0 20px;
			width: 225px;
		}
		
		.spiral-card a:hover {
     		text-decoration: none;
		}
		
		.spiral-img {
			display: none;
			margin: 0 25px 0 0;
		}
		
		.no-padding {
			padding: 15px 10px 10px 10px;
		}
		
		.preorder {
			text-decoration: none;
			color: #333333;
		}
		
		.gift {
    text-align: center;
    margin: 120px;
  }
  
  .gift a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: white;
    padding-right: 40px;
    border-radius: 25px;
    padding-left: 40px;
    background: #00adee;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    
}

.gift a:hover {
    
    color: #00adee;
    background: white;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,173,238,0.2);
}
		
		.final-text {
			display: block;
			width: 320px;
			font-family: nunito;
			font-size: 28px;
			line-height: 135%;
			color: #00adee;
			text-align: center;
			margin: -50px auto 0 auto;
		}


		
}

		/* Larger than tablet 750 */
		/* Larger than tablet 750 */
		/* Larger than tablet 750 */

		@media (min-width: 750px) {

		.container {
		width:100%;
		margin:auto;
		}

		.header {
			background: url(https://madeindream.com/image/data/news/sale-birthday-2020/header_back.png) no-repeat;
			background-size: cover;
			background-position: center;
			height: 599px;
			max-width: 999px;
		}
		
		.header-top {
			margin: 0 auto;
			padding-top: 55px;
			display: block;
			max-width: 536px;
			font-family: Nunito;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			text-align: center;
			color: #FFFFFF;
			text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
		}
		
		/* Планеты */
		
		.planets {
			display: flex;
			flex-direction: row;
			max-width: 750px;
			padding: 0 0 0 0;
			margin: 0 auto;
		}
		
		.planets img {
			transition: 0.3s;
		}
		
		.planets img:hover {
			opacity: 0.7;
		}
		
		.planet1 {
			width: 40px;
			height: 40px;
			margin: 0 0 0 140px;
		}
		
		.planet2 {
			width: 72px;
			height: 72px;
			margin: 33px 0 0 -124px;
		}
		
		.planet3 {
			width: 88px;
			height: 88px;
			margin: 123px 0 0 -138px;
		}
		
		.planet4 {
			width: 181px;
			height: 106px;
			margin: 201px 0 0 -68px;
		}
		
		.star {
			width: 300px;
			height: 300px;
			margin: 0 0 0 0px;
		}
		
		.star img {
			width: 354px;
		}
		
		.planet5 {
			width: 106px;
			height: 106px;
			margin: 201px 0 0 35px;
		}
		
		.planet6 {
			width: 88px;
			height: 88px;
			margin: 127px 0 0 0;
		}
		
		.planet7 {
			width: 72px;
			height: 72px;
			margin: 33px 0 0 -109px;
		}
		
		.planet8 {
			width: 52px;
			height: 40px;
			margin: 0 0 0 -125px;
		}
	
		/* Конец планет */
		
		.header-bot {
			margin: 50px auto;
			display: block;
			max-width: 536px;
			font-family: Nunito;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			text-align: center;
			color: #FFFFFF;
			text-shadow: 0px 0px 20px #00ADEE;
		}
		
		/* Планета SMOOTH */
		
		.planet-name {
			max-width: 784px;
			display: flex;
			align-items: center;
				flex-direction: column;
			margin: 0 auto;
					
		}
		
		.planet-img {
			transition: 0.3s;
		}
		
		.planet-img:hover {
			opacity: 0.8;
			
		}
		
		.planet-desc {
			display: flex;
			flex-direction: column;
			max-width: 524px;
		}
		
		.planet-title {
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 36px;
			line-height: 49px;
			color: #00ADEE;
		}
		
		.planet-text {
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 145%;
			color: #000000;
		}
		
			
		.planet-link a {
			display: block;
			width: 239px;
			padding: 13px 0;
			margin: 20px 0 0 0;
			background: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 57px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			color: #FFFFFF;
			text-decoration: none;
			text-align: center;
			transition: 0.3s;
			
		}
		
		.planet-link a:hover {
			background: #ffffff;
			color: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.2);
		}
		
		/* Главный товар */
		
		.main-item {
			display: flex;
			justify-content:  space-between;
			align-items: center;
			flex-direction: column;
			margin: 60px;
		}
		
		.main-item-info {
			display: flex;
			align-items: center;
			flex-direction: row;
		}
		
		.main-item-img {
			transition: 0.3s;
		}
		
		.main-item-img:hover {
			opacity: 0.8;
			
		}
		
		.main-item-desc {
			display: flex;
			flex-direction: column;
			max-width: 524px;
		}
		
		.main-item-title {
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 24px;
			line-height: 33px;
			color: #333333;	
		}
		
		.main-item-text {
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 145%;
			color: #000000;
		}
		
		.main-item-link a {
			display: block;
			width: 239px;
			padding: 13px 0;
			margin: 20px 0 0 0;
			background: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 57px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			color: #FFFFFF;
			text-decoration: none;
			text-align: center;
			transition: 0.3s;
			
		}
		
		.main-item-link a:hover {
			background: #ffffff;
			color: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.2);
		}
		
		.main-item-video {
			border-radius: 20px;
			width: 421px;
			height: 237px;
			overflow: hidden;
			margin: 40px 0;
			display: block;
		}
		
		.review-smooth {
			background: url(https://madeindream.com/image/data/news/sale-birthday-2020/border-bot.svg) no-repeat;
			background-position: bottom;
			padding: 0 0 85px 0;
		}
		
		.border-top {
			position: absolute;
			z-index: 0;
			
		}
		
		.border-top img{
			width: 100%;
			
		}
		
		.review-title {
			display: block;
			margin: 0 0 40px 70px;
			padding: 85px 0 0 0;
			max-width: 406px;
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 24px;
			line-height: 33px;
			color: #333333;
		}
		
		.review-cards {
			display: flex;
			justify-content: space-between;
			flex-direction: column;
			align-items: center;
			max-width: 1060px;
			margin: 0 auto;
		}
		
		.review-card1 {
			display: flex;
			flex-direction: column;
			width: 475px;
			margin: 40px 0;
			
		}
		
		.review-nametag {
			display: flex;
			align-items: center;
			margin: 20px 0 20px 0;
			
		}
		
		.review-nametag img {
			transition: 0.3s;
		}
		
		.review-nametag img:hover {
			opacity: 0.8;
		}
		
		.nametag{
			margin-left: 14px;
		}
		.nametag a {
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			color: #000000;
			text-decoration: none;
			transition: 0.3s;
		}
		
		.nametag a:hover {
			color: #00adee;
		}
		
		.review-text {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 145%;
			color: #333333;
		}
		.review-text a {
			text-decoration: none;
			color: #00adee;
			transition: 0.3s;
		}
		
		.review-text a:hover {
			opacity: 0.7;
		}
		
		.item-block-smooth {
			
		}
		
		.item-block-title {
			display: block;
			margin: 0 0 40px 70px;
			padding: 10px 0 0 0;
			max-width: 406px;
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 24px;
			line-height: 33px;
			color: #333333;
		}
		
		.items-info {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			flex-direction: row;
			align-items: center;
			max-width: 600px;
			margin: 0px auto;
		}
		
		.items-desc {
			width: 238px;
			display: flex;
			flex-direction: column;
			margin: 0;
		}
		
		.item-desc-title {
			
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 18px;
			line-height: 25px;
			color: #00ADEE;
		}
		
		.item-desc-text {
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 135%;
			color: #333333;
		}
		
		.item-card {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			width: 239px;
			height: 322px;
			padding: 20px 0 0 0;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 30px;
			transition: 0.3s;
			margin: 40px 0;
		}
		
		.item-card:hover {
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.item-card a:hover {
     		 text-decoration: none;
		}

		.item-title {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			color: #000000;
		}
		
		.item-new-price {
			display: block;
			margin: 15px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: 500;
			font-size: 18px;
			line-height: 130%;
			color: #00ADEE;
		}
		
		.item-old-price {
			display: block;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-decoration-line: line-through;
			color: #000000;
		}
		
		.button-buy {
			display: block;
			margin: 15px auto 0 auto;
			width: 100px;
			height: 35px;
			background: #00ADEE;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 54px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 35px;
			text-align: center;
			color: #FFFFFF;
			transition: 0.3s;
		}
		
		.button-buy:hover {
			color: #00adee;
			background: #ffffff;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.travel-button {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			width: 239px;
			height: 322px;
			padding: 15px 0 0 0;
			background: radial-gradient(203.95% 120.17% at 59.21% 22.1%, #DC5F83 0%, #D14D77 52.6%, #BF2859 100%);
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 20px;
		}
		
		.travel-button a:hover {
    		text-decoration: none;
		}
		
		.dry-back {
			background: radial-gradient(120.73% 68.37% at 4.81% 103.73%, #F3A673 0%, #FDA770 52.6%, #E47A36 100%);
		}
		
		.juice-back {
			background: radial-gradient(238.12% 139.5% at 58.37% 21.41%, #F5DD30 0%, #F79B00 52.6%, #C77300 100%);
		}
	
		.green-back {
			background: radial-gradient(182.55% 100.83% at 57.11% 23.2%, #C9FFB9 0%, #44B300 35.42%, #00ADEE 100%);
		}

		.raw-back {
			background: radial-gradient(141.38% 83.43% at 58.79% 26.52%, #FFE3B9 0%, #D8AC0F 52.6%, #E18530 100%);
		}
		
		.sweet-back {
			background: radial-gradient(188.23% 107.6% at 49.79% 25.83%, #FFCAB9 0%, #F27F66 52.6%, #933022 100%);
		}
		
		.thermo-back {
			background: radial-gradient(240.48% 138.12% at 55.86% 25.41%, #FFCB46 0%, #E33904 52.08%, #900211 100%);
		}
		
		.travel-button:hover {
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.VACUUM-back {
			background: radial-gradient(263.76% 162.85% at 49.79% 24.45%, #A5A4FF 0%, #172BD9 52.6%, #000E88 100%);
		}
		
		
		
		.traver-text {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-align: left;
			color: #FFFFFF;
			width: 179px;
			margin: 20px 0 0 0;
			display:block;
		}
		
		.button-to-go {
			width: 178px;
			height: 35px;
			margin: 18px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 35px;
			color: #00ADEE;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 54px;
			transition: 0.3s;
			display:block;
		}
		
		.button-to-go:hover {
			box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.4);
		}
		
		.border-bubble {
			margin: 70px 0 0 0;
			overflow: hidden;
		}
		
		.border-top-bubble {
			margin: -150px auto auto auto;
		}
		
		.alliance-top {
			display: flex;
			align-items: center;
			justify-content: space-between;
			flex-direction: column;
			max-width: 750px;
			margin: 0 auto;
		}
		
		.alliance-top img {
			max-width: 750px;
			margin: 20px 0;
		}
		
		.alliance-name {
			max-width: 575px;
		}
		
		.alliance {
			width: 550px;
			margin: 0 auto;
		}
		
		.alliance-title {
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 36px;
			line-height: 49px;
			color: #00ADEE;
		}
		
		.alliance-desc {
			width: 512px;
			display: block;
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 135%;
			color: #000000;
		}
		
		.alliance-items {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			max-width: 750px;
			margin: 0 auto;
		}
		
		.alliance-item {
			display: flex;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 30px;
			flex-direction: column;
			align-items: center;
			text-align: center;
			margin: 40px 0;
		}
		
		.alliance-item a:hover {
     		text-decoration: none;
		}
		
		.alliance-item:hover {
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}

		.alliance-item-name {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-align: center;
			color: #000000;
			display:block;
		}
		
		.alliance-item-price {
			margin: 15px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 24px;
			line-height: 130%;
			text-align: center;
			color: #FF0000;
			display:block;
		}
		
		.alliance-item-old-price {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-align: center;
			text-decoration-line: line-through;
			color: #000000;
			margin: 0 0 15px 0;
			display:block;
		}
		
		.alliance-button a{
			margin: 40px auto 70px auto;
			display: block;
			background: #00ADEE;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 54px;
			width: 331px;
			height: 44px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 44px;
			text-align: center;
			color: #FFFFFF;
			transition: 0.3s;
		}
		
		.alliance-button a:hover {
			color: #00adee;
			background: #ffffff;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.margin-review {
			margin: 40px 0 0 0;
		}
		
		.margin-item-card {
			margin:0;
		}
		
		.spiral {
			
			display: flex;
			align-items: center;
			justify-content: space-between;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 30px;
			max-width: 786px;
			height: 362px;
			margin: 40px 0;
		}
		
		.spiral-card {
			flex-direction: column;
			align-items: center;
			text-align: center;
			margin: 0 0 0 20px;
			width: 225px;
		}
		
		.spiral-card a:hover {
     		text-decoration: none;
		}
		
		.spiral-img {
			display: none;
			margin: 0 25px 0 0;
		}
		
		.no-padding {
			padding: 15px 10px 10px 10px;
		}
		
		.preorder {
			text-decoration: none;
			color: #333333;
		}
		
		.gift {
    text-align: center;
    margin: 120px;
  }
  
  .gift a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: white;
    padding-right: 40px;
    border-radius: 25px;
    padding-left: 40px;
    background: #00adee;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    
}

.gift a:hover {
    
    color: #00adee;
    background: white;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,173,238,0.2);
}
		
		.final-text {
			display: block;
			width: 450px;
			font-family: nunito;
			font-size: 18px;
			line-height: 135%;
			color: #00adee;
			text-align: center;
			margin: -100px auto 0 auto;
		}

		
}

			


		/* Larger than desktop 1000px*/
		/* Larger than desktop 1000px*/
		/* Larger than desktop 1000px*/

		@media (min-width: 1000px) {
			
		.container {
		max-width:1200px;
		margin: 0 auto;
		}

		.header {
			background: url(https://madeindream.com/image/data/news/sale-birthday-2020/header_back.png);
			height: 599px;
			max-width: 1200px;
		}
		
		.header-top {
			margin: 0 auto;
			padding-top: 55px;
			display: block;
			max-width: 536px;
			font-family: Nunito;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			text-align: center;
			color: #FFFFFF;
			text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
		}
		
		/* Планеты */
		
		.planets {
			display: flex;
			flex-direction: row;
			max-width: 813px;
			padding: 0 0 0 60px;
			margin: 0 auto;
		}
		
		.planets img {
			transition: 0.3s;
		}
		
		.planets img:hover {
			opacity: 0.7;
		}
		
		.planet1 {
			width: 40px;
			height: 40px;
			margin: 0 0 0 115px;
		}
		
		.planet2 {
			width: 72px;
			height: 72px;
			margin: 33px 0 0 -124px;
		}
		
		.planet3 {
			width: 88px;
			height: 88px;
			margin: 123px 0 0 -138px;
		}
		
		.planet4 {
			width: 181px;
			height: 106px;
			margin: 201px 0 0 -68px;
		}
		
		.star {
			width: 354px;
			height: 354px;
			margin: 0 0 0 35px;
		}
		
		.star img {
			width: 354px;
		}
		
		.planet5 {
			width: 106px;
			height: 106px;
			margin: 201px 0 0 35px;
		}
		
		.planet6 {
			width: 88px;
			height: 88px;
			margin: 127px 0 0 0;
		}
		
		.planet7 {
			width: 72px;
			height: 72px;
			margin: 33px 0 0 -109px;
		}
		
		.planet8 {
			width: 52px;
			height: 40px;
			margin: 0 0 0 -125px;
		}
	
		/* Конец планет */
		
		.header-bot {
			margin: 0 auto;
			display: block;
			max-width: 536px;
			font-family: Nunito;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			text-align: center;
			color: #FFFFFF;
			text-shadow: 0px 0px 20px #00ADEE;
		}
		
		/* Планета SMOOTH */
		
		.planet-name {
			max-width: 784px;
			display: flex;
			align-items: center;
			flex-direction: row;
			margin: 0 auto;
					
		}
		
		.planet-img {
			transition: 0.3s;
		}
		
		.planet-img:hover {
			opacity: 0.8;
			
		}
		
		.planet-desc {
			display: flex;
			flex-direction: column;
			max-width: 524px;
		}
		
		.planet-title {
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 36px;
			line-height: 49px;
			color: #00ADEE;
		}
		
		.planet-text {
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 145%;
			color: #000000;
		}
		
			
		.planet-link a {
			display: block;
			width: 239px;
			padding: 13px 0;
			margin: 20px 0 0 0;
			background: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 57px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			color: #FFFFFF;
			text-decoration: none;
			text-align: center;
			transition: 0.3s;
			
		}
		
		.planet-link a:hover {
			background: #ffffff;
			color: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.2);
		}
		
		/* Главный товар */
		
		.main-item {
			display: flex;
			justify-content:  space-between;
			align-items: center;
			flex-direction: row;
			margin: 60px;
		}
		
		.main-item-info {
			display: flex;
			align-items: center;
		}
		
		.main-item-img {
			transition: 0.3s;
		}
		
		.main-item-img:hover {
			opacity: 0.8;
			
		}
		
		.main-item-desc {
			display: flex;
			flex-direction: column;
			max-width: 308px;
		}
		
		.main-item-title {
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 24px;
			line-height: 33px;
			color: #333333;	
		}
		
		.main-item-text {
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 145%;
			color: #000000;
		}
		
		.main-item-link a {
			display: block;
			width: 239px;
			padding: 13px 0;
			margin: 20px 0 0 0;
			background: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 57px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			color: #FFFFFF;
			text-decoration: none;
			text-align: center;
			transition: 0.3s;
			
		}
		
		.main-item-link a:hover {
			background: #ffffff;
			color: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.2);
		}
		
		.main-item-video {
			border-radius: 20px;
			width: 421px;
			height: 237px;
			overflow: hidden;
		}
		
		.review-smooth {
			background: url(https://madeindream.com/image/data/news/sale-birthday-2020/border-bot.svg) no-repeat;
			background-position: bottom;
			padding: 0 0 85px 0;
		}
		
		.border-top {
			position: absolute;
			z-index: 0;
			
		}
		
		.border-top img{
			width: 100%;
			
		}
		
		.review-title {
			display: block;
			margin: 0 0 40px 70px;
			padding: 85px 0 0 0;
			max-width: 406px;
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 24px;
			line-height: 33px;
			color: #333333;
		}
		
	
		
		
		.review-cards {
			display: flex;
			justify-content: space-between;
			flex-direction: row;
			align-items: center;
			max-width: 1060px;
			margin: 0 auto;
		}
		
		.review-card1 {
			display: flex;
			flex-direction: column;
			width: 275px;
			margin: 0;
			
		}
		
		.review-nametag {
			display: flex;
			align-items: center;
			margin: 20px 0 20px 0;
			
		}
		
		.review-nametag img {
			transition: 0.3s;
		}
		
		.review-nametag img:hover {
			opacity: 0.8;
		}
		
		.nametag{
			margin-left: 14px;
		}
		.nametag a {
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			color: #000000;
			text-decoration: none;
			transition: 0.3s;
		}
		
		.nametag a:hover {
			color: #00adee;
		}
		
		.review-text {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 145%;
			color: #333333;
		}
		.review-text a {
			text-decoration: none;
			color: #00adee;
			transition: 0.3s;
		}
		
		.review-text a:hover {
			opacity: 0.7;
		}
		
		.item-block-smooth {
			
		}
		
		.item-block-title {
			display: block;
			margin: 0 0 40px 70px;
			padding: 10px 0 0 0;
			max-width: 406px;
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 24px;
			line-height: 33px;
			color: #333333;
		}
		
		.items-info {
			display: flex;
			justify-content: space-between;
			align-items: center;
			max-width: 1060px;
			margin: 0 auto;
		}
		
		.items-desc {
			width: 238px;
			display: flex;
			flex-direction: column;
		}
		
		.item-desc-title {
			
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 18px;
			line-height: 25px;
			color: #00ADEE;
		}
		
		.item-desc-text {
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 135%;
			color: #333333;
		}
		
		.item-card {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			width: 239px;
			height: 322px;
			padding: 20px 0 0 0;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 30px;
			transition: 0.3s;
		}
		
		.item-card:hover {
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.item-card a:hover {
     		 text-decoration: none;
		}

		.item-title {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			color: #000000;
		}
		
		.item-new-price {
			display: block;
			margin: 15px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: 500;
			font-size: 18px;
			line-height: 130%;
			color: #00ADEE;
		}
		
		.item-old-price {
			display: block;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-decoration-line: line-through;
			color: #000000;
		}
		
		.button-buy {
			display: block;
			margin: 15px auto 0 auto;
			width: 100px;
			height: 35px;
			background: #00ADEE;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 54px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 35px;
			text-align: center;
			color: #FFFFFF;
			transition: 0.3s;
		}
		
		.button-buy:hover {
			color: #00adee;
			background: #ffffff;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.travel-button {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			width: 239px;
			height: 322px;
			padding: 15px 0 0 0;
			background: radial-gradient(203.95% 120.17% at 59.21% 22.1%, #DC5F83 0%, #D14D77 52.6%, #BF2859 100%);
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 20px;
		}
		
		.travel-button a:hover {
    		text-decoration: none;
		}
		
		.dry-back {
			background: radial-gradient(120.73% 68.37% at 4.81% 103.73%, #F3A673 0%, #FDA770 52.6%, #E47A36 100%);
		}
		
		.juice-back {
			background: radial-gradient(238.12% 139.5% at 58.37% 21.41%, #F5DD30 0%, #F79B00 52.6%, #C77300 100%);
		}
	
		.green-back {
			background: radial-gradient(182.55% 100.83% at 57.11% 23.2%, #C9FFB9 0%, #44B300 35.42%, #00ADEE 100%);
		}

		.raw-back {
			background: radial-gradient(141.38% 83.43% at 58.79% 26.52%, #FFE3B9 0%, #D8AC0F 52.6%, #E18530 100%);
		}
		
		.sweet-back {
			background: radial-gradient(188.23% 107.6% at 49.79% 25.83%, #FFCAB9 0%, #F27F66 52.6%, #933022 100%);
		}
		
		.thermo-back {
			background: radial-gradient(240.48% 138.12% at 55.86% 25.41%, #FFCB46 0%, #E33904 52.08%, #900211 100%);
		}
		
		.travel-button:hover {
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.VACUUM-back {
			background: radial-gradient(263.76% 162.85% at 49.79% 24.45%, #A5A4FF 0%, #172BD9 52.6%, #000E88 100%);
		}
		
		
		
		.traver-text {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-align: left;
			color: #FFFFFF;
			width: 179px;
			margin: 20px 0 0 0;
			display:block;
		}
		
		.button-to-go {
			width: 178px;
			height: 35px;
			margin: 18px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 35px;
			color: #00ADEE;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 54px;
			transition: 0.3s;
			display:block;
		}
		
		.button-to-go:hover {
			box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.4);
		}
		
		.border-bubble {
			margin: 70px 0 0 0;
			overflow: hidden;
		}
		
		.border-top-bubble {
			margin: -150px auto auto auto;
		}
		
		.alliance-top {
			display: flex;
			align-items: center;
			justify-content: space-between;
			max-width: 1060px;
			flex-direction: row;
			margin: 0 auto;
		}
		
		.alliance-top img {
			max-width: 400px !important;
			margin: 20px 0;
			 transform: rotate(-12deg);
		}
		
		.alliance-name {
			max-width: 575px;
		}
		
		.alliance {
			width: 900px;
		}
		
		.alliance-title {
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 36px;
			line-height: 49px;
			color: #00ADEE;
		}
		
		.alliance-desc {
			width: 512px;
			display: block;
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 135%;
			color: #000000;
		}
		
		.alliance-items {
			display: flex;
			justify-content: space-between;
			max-width: 560px;
			margin: 0 auto;
		}
		
		.alliance-item {
			display: flex;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 30px;
			flex-direction: column;
			align-items: center;
			text-align: center;
		}
		
		.alliance-item a:hover {
     		text-decoration: none;
		}
		
		.alliance-item:hover {
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}

		.alliance-item-name {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-align: center;
			color: #000000;
			display:block;
		}
		
		.alliance-item-price {
			margin: 15px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 24px;
			line-height: 130%;
			text-align: center;
			color: #FF0000;
			display:block;
		}
		
		.alliance-item-old-price {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-align: center;
			text-decoration-line: line-through;
			color: #000000;
			margin: 0 0 15px 0;
			display:block;
		}
		
		.alliance-button a{
			margin: 40px auto 70px auto;
			display: block;
			background: #00ADEE;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 54px;
			width: 331px;
			height: 44px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 44px;
			text-align: center;
			color: #FFFFFF;
			transition: 0.3s;
		}
		
		.alliance-button a:hover {
			color: #00adee;
			background: #ffffff;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.margin-review {
			margin: 40px 0 0 0;
		}
		
		.margin-item-card {
			margin:0;
		}
		
		.spiral {
			
			display: flex;
			align-items: center;
			justify-content: space-between;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 30px;
			max-width: 786px;
			height: 362px;
		}
		
		.spiral-card {
			flex-direction: column;
			align-items: center;
			text-align: center;
			margin: 0 0 0 20px;
			width: 225px;
		}
		
		.spiral-card a:hover {
     		text-decoration: none;
		}
		
		.spiral-img {
			margin: 0 25px 0 0;
			display: block;
		}
		
		.no-padding {
			padding: 15px 10px 10px 10px;
		}
		
		.preorder {
			text-decoration: none;
			color: #333333;
		}
		
		
		
		.gift {
    text-align: center;
    margin: 120px;
  }
  
  .gift a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: white;
    padding-right: 40px;
    border-radius: 25px;
    padding-left: 40px;
    background: #00adee;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    
}

.gift a:hover {
    
    color: #00adee;
    background: white;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,173,238,0.2);
}
		
		.final-text {
			display: block;
			width: 450px;
			font-family: nunito;
			font-size: 18px;
			line-height: 135%;
			color: #00adee;
			text-align: center;
			margin: -200px auto 0 auto;
		}
		

}


		/* Larger than Desktop HD 1300 */
		/* Larger than Desktop HD 1300 */
		/* Larger than Desktop HD 1300 */
		@media (min-width: 1300px) {

		.container {
		width:1180px;
		margin:auto;
		}
		
		.header {
			background: url(https://madeindream.com/image/data/news/sale-birthday-2020/header_back.png);
			height: 599px;
			max-width: 1200px;
		}
		
		.header-top {
			margin: 0 auto;
			padding-top: 55px;
			display: block;
			max-width: 536px;
			font-family: Nunito;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			text-align: center;
			color: #FFFFFF;
			text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
		}
		
		/* Планеты */
		
		.planets {
			display: flex;
			flex-direction: row;
			max-width: 1180px;
			padding: 0 70px;
			margin: 0 auto;
		}
		
		.planets img {
			transition: 0.3s;
		}
		
		.planets img:hover {
			opacity: 0.7;
		}
		
		.planet1 {
			width: 40px;
			height: 40px;
			margin: 0 auto;
		}
		

		
		.planet2 {
			width: 72px;
			height: 72px;
			margin: 13px 0 0 11px;
		}
		
		.planet3 {
			width: 88px;
			height: 88px;
			margin: 49px 0 0 0;
		}
		
		.planet4 {
			width: 181px;
			height: 106px;
			margin: 78px 0 0 0;
		}
		
		.star {
			width: 354px;
			height: 354px;
			margin: 0 0 0 -40px;
		}
		
		.star img {
			width: 354px;
		}
		
		.planet5 {
			width: 106px;
			height: 106px;
			margin: 78px 0 0 -11px;
		}
		
		.planet6 {
			width: 88px;
			height: 88px;
			margin: 49px 0 0 25px;
		}
		
		.planet7 {
			width: 72px;
			height: 72px;
			margin: 13px 0 0 8px;
		}
		
		.planet8 {
			width: 52px;
			height: 40px;
			margin: 0 0 0 14px;
		}
	
		/* Конец планет */
		
		.header-bot {
			margin: 0 auto;
			display: block;
			max-width: 536px;
			font-family: Nunito;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			text-align: center;
			color: #FFFFFF;
			text-shadow: 0px 0px 20px #00ADEE;
		}
		
		/* Планета SMOOTH */
		
		.planet-name {
			max-width: 784px;
			display: flex;
			align-items: center;
			flex-direction: row;
			margin: 0 auto;
					
		}
		
		.planet-img {
			transition: 0.3s;
		}
		
		.planet-img:hover {
			opacity: 0.8;
			
		}
		
		.planet-desc {
			display: flex;
			flex-direction: column;
			max-width: 524px;
		}
		
		.planet-title {
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 36px;
			line-height: 49px;
			color: #00ADEE;
		}
		
		.planet-text {
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 145%;
			color: #000000;
		}
		
			
		.planet-link a {
			display: block;
			width: 239px;
			padding: 13px 0;
			margin: 20px 0 0 0;
			background: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 57px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			color: #FFFFFF;
			text-decoration: none;
			text-align: center;
			transition: 0.3s;
			
		}
		
		.planet-link a:hover {
			background: #ffffff;
			color: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.2);
		}
		
		/* Главный товар */
		
		.main-item {
			display: flex;
			justify-content:  space-between;
			align-items: center;
			flex-direction: row;
			margin: 60px;
		}
		
		.main-item-info {
			display: flex;
			align-items: center;
		}
		
		.main-item-img {
			transition: 0.3s;
		}
		
		.main-item-img:hover {
			opacity: 0.8;
			
		}
		
		.main-item-desc {
			display: flex;
			flex-direction: column;
			max-width: 308px;
		}
		
		.main-item-title {
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 24px;
			line-height: 33px;
			color: #333333;	
		}
		
		.main-item-text {
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 145%;
			color: #000000;
		}
		
		.main-item-link a {
			display: block;
			width: 239px;
			padding: 13px 0;
			margin: 20px 0 0 0;
			background: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 57px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			color: #FFFFFF;
			text-decoration: none;
			text-align: center;
			transition: 0.3s;
			
		}
		
		.main-item-link a:hover {
			background: #ffffff;
			color: #00adee;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.2);
		}
		
		.main-item-video {
			border-radius: 20px;
			width: 421px;
			height: 237px;
			overflow: hidden;
		}
		
		.review-smooth {
			background: url(https://madeindream.com/image/data/news/sale-birthday-2020/border-bot.svg) no-repeat;
			background-position: bottom;
			padding: 0 0 85px 0;
		}
		
		.border-top {
			position: absolute;
			z-index: 0;
			overflow: hidden;
		}
		
		.review-title {
			display: block;
			margin: 0 0 40px 70px;
			padding: 85px 0 0 0;
			max-width: 406px;
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 24px;
			line-height: 33px;
			color: #333333;
		}
		
		.review-cards {
			display: flex;
			justify-content: space-between;
			flex-direction: row;
			align-items: center;
			max-width: 1060px;
			margin: 0 auto;
		}
		
		.review-card1 {
			display: flex;
			flex-direction: column;
			width: 275px;
			margin: 0;
			
		}
		
		.review-nametag {
			display: flex;
			align-items: center;
			margin: 20px 0 20px 0;
			
		}
		
		.review-nametag img {
			transition: 0.3s;
		}
		
		.review-nametag img:hover {
			opacity: 0.8;
		}
		
		.nametag{
			margin-left: 14px;
		}
		.nametag a {
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 145%;
			color: #000000;
			text-decoration: none;
			transition: 0.3s;
		}
		
		.nametag a:hover {
			color: #00adee;
		}
		
		.review-text {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 145%;
			color: #333333;
		}
		.review-text a {
			text-decoration: none;
			color: #00adee;
			transition: 0.3s;
		}
		
		.review-text a:hover {
			opacity: 0.7;
		}
		
		.item-block-smooth {
			
		}
		
		.item-block-title {
			display: block;
			margin: 0 0 40px 70px;
			padding: 10px 0 0 0;
			max-width: 406px;
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 24px;
			line-height: 33px;
			color: #333333;
		}
		
		.items-info {
			display: flex;
			justify-content: space-between;
			align-items: center;
			max-width: 1060px;
			margin: 0 auto;
		}
		
		.items-desc {
			width: 238px;
			display: flex;
			flex-direction: column;
		}
		
		.item-desc-title {
			
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 18px;
			line-height: 25px;
			color: #00ADEE;
		}
		
		.item-desc-text {
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 135%;
			color: #333333;
		}
		
		.item-card {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			width: 239px;
			height: 322px;
			padding: 20px 0 0 0;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 30px;
			transition: 0.3s;
		}
		
		.item-card:hover {
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.item-card a:hover {
     		 text-decoration: none;
		}
		

		.item-title {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			color: #000000;
		}
		
		.item-new-price {
			display: block;
			margin: 15px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: 500;
			font-size: 18px;
			line-height: 130%;
			color: #00ADEE;
		}
		
		.item-old-price {
			display: block;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-decoration-line: line-through;
			color: #000000;
		}
		
		.button-buy {
			display: block;
			margin: 15px auto 0 auto;
			width: 100px;
			height: 35px;
			background: #00ADEE;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 54px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 35px;
			text-align: center;
			color: #FFFFFF;
			transition: 0.3s;
		}
		
		.button-buy:hover {
			color: #00adee;
			background: #ffffff;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.travel-button {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			width: 239px;
			height: 322px;
			padding: 15px 0 0 0;
			background: radial-gradient(203.95% 120.17% at 59.21% 22.1%, #DC5F83 0%, #D14D77 52.6%, #BF2859 100%);
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 20px;
		}
		
		.travel-button a:hover {
    		text-decoration: none;
		}
		
		.dry-back {
			background: radial-gradient(120.73% 68.37% at 4.81% 103.73%, #F3A673 0%, #FDA770 52.6%, #E47A36 100%);
		}
		
		.juice-back {
			background: radial-gradient(238.12% 139.5% at 58.37% 21.41%, #F5DD30 0%, #F79B00 52.6%, #C77300 100%);
		}
	
		.green-back {
			background: radial-gradient(182.55% 100.83% at 57.11% 23.2%, #C9FFB9 0%, #44B300 35.42%, #00ADEE 100%);
		}

		.raw-back {
			background: radial-gradient(141.38% 83.43% at 58.79% 26.52%, #FFE3B9 0%, #D8AC0F 52.6%, #E18530 100%);
		}
		
		.sweet-back {
			background: radial-gradient(188.23% 107.6% at 49.79% 25.83%, #FFCAB9 0%, #F27F66 52.6%, #933022 100%);
		}
		
		.thermo-back {
			background: radial-gradient(240.48% 138.12% at 55.86% 25.41%, #FFCB46 0%, #E33904 52.08%, #900211 100%);
		}
		
		.travel-button:hover {
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.VACUUM-back {
			background: radial-gradient(263.76% 162.85% at 49.79% 24.45%, #A5A4FF 0%, #172BD9 52.6%, #000E88 100%);
		}
		
		
		
		.traver-text {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-align: left;
			color: #FFFFFF;
			width: 179px;
			margin: 20px 0 0 0;
			display:block;
		}
		
		.button-to-go {
			width: 178px;
			height: 35px;
			margin: 18px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 35px;
			color: #00ADEE;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 54px;
			transition: 0.3s;
			display:block;
		}
		
		.button-to-go:hover {
			box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.4);
		}
		
		.border-bubble {
			margin: 70px 0 0 0;
			overflow: hidden;
		}
		
		.border-top-bubble {
			margin: -150px auto auto auto;
		}
		
		.alliance-top {
			display: flex;
			align-items: center;
			justify-content: space-between;
			width: 1060px;
			margin: 0 auto;
		}
		
		.alliance-name {
			max-width: 575px;
		}
		
		.alliance-title {
			font-family: Nunito;
			font-style: normal;
			font-weight: 800;
			font-size: 36px;
			line-height: 49px;
			color: #00ADEE;
		}
		
		.alliance-desc {
			width: 512px;
			display: block;
			margin: 20px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 135%;
			color: #000000;
		}
		
		.alliance {
			width: 1060px;
		}
		.alliance-items {
			display: flex;
			justify-content: space-between;
			width: 1060px;
			margin: 0 auto;
			max-width: 1200px;
		}
		
		.alliance-item {
			display: flex;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 30px;
			flex-direction: column;
			align-items: center;
			text-align: center;
		}
		
		.alliance-item a:hover {
     		text-decoration: none;
		}
		
		.alliance-item:hover {
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}

		.alliance-item-name {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-align: center;
			color: #000000;
			display:block;
		}
		
		.alliance-item-price {
			margin: 15px 0 0 0;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 24px;
			line-height: 130%;
			text-align: center;
			color: #FF0000;
			display:block;
		}
		
		.alliance-item-old-price {
			font-family: Roboto;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 130%;
			text-align: center;
			text-decoration-line: line-through;
			color: #000000;
			margin: 0 0 15px 0;
			display:block;
		}
		
		.alliance-button a{
			margin: 40px auto 70px auto;
			display: block;
			background: #00ADEE;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 54px;
			width: 331px;
			height: 44px;
			font-family: Roboto;
			font-style: normal;
			font-weight: bold;
			font-size: 14px;
			line-height: 44px;
			text-align: center;
			color: #FFFFFF;
			transition: 0.3s;
		}
		
		.alliance-button a:hover {
			color: #00adee;
			background: #ffffff;
			box-shadow: 0px 0px 15px rgba(0, 173, 238, 0.4);
		}
		
		.margin-review {
			margin: 40px 0 0 0;
		}
		
		.margin-item-card {
			margin:0;
		}
		
		.spiral {
			
			display: flex;
			align-items: center;
			justify-content: space-between;
			background: #FFFFFF;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
			border-radius: 30px;
			max-width: 786px;
			height: 362px;
		}
		
		.spiral-card {
			flex-direction: column;
			align-items: center;
			text-align: center;
			margin: 0 0 0 20px;
			width: 225px;
		}
		
		.spiral-card a:hover {
     		text-decoration: none;
		}
		
		.spiral-img {
			margin: 0 25px 0 0;
		}
		
		.no-padding {
			padding: 15px 10px 10px 10px;
		}
		
		.preorder {
			text-decoration: none;
			color: #333333;
		}
		
	
		
		.gift {
    text-align: center;
    margin: 120px;
  }
  
  .gift a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: white;
    padding-right: 40px;
    border-radius: 25px;
    padding-left: 40px;
    background: #00adee;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    
}

.gift a:hover {
    
    color: #00adee;
    background: white;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,173,238,0.2);
}
		
		.final-text {
			display: block;
			width: 450px;
			font-family: nunito;
			font-size: 18px;
			line-height: 135%;
			color: #00adee;
			text-align: center;
			margin: -200px auto 0 auto;
		}
		
}



		/* Public */
		/* Public */
		/* Public */




	