html, body {
	padding: 0;
	margin: 0;
	font-family: 'Minion Pro', serif;
	overflow-x: hidden;
}

p {
	margin: 0;
	font-family: 'Minion Pro', serif;
}

.container {
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
}

.dot {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	background: url('images/glitch.svg');
	background-size: 100% 100%;
	z-index: 330;
}

/* menu styles */

#menu .container {
	border-top: 5px solid #ff3423;
	background: linear-gradient(180deg, rgba(0, 0, 0, .9), transparent);
	max-width: 1440px;
}

#menu .flex {
	display: flex;
	align-items: center;
	padding: 10px 0;
}

#menu .flex .item1 {
	display: flex;
	align-items: center;
	position: relative;
}

#menu .flex .item1 a {
	display: block;
	position: relative;
	z-index: 1;
	padding: 5px 0;
}

#menu .flex .item1 a img {
	width: 400px;
}

/* Happy block */
.happy {
	position: relative;
}

.happy__ball {
	height: 320px;
	position: absolute;
	right: -70px;
	top: -120px;
	animation: rotating 5s 3;
	transform-origin: center top;
}

.happy__konkurs {
	left: -120px;
	bottom: 50px;
	position: relative;
	position: absolute;
}

.happy__konkurs svg {
	position: absolute;
	left: -52px;
	top: -44px;
	animation: rotat 10s infinite;
}

@keyframes rotat {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.happy__header {
	font-weight: 600;
	font-size: 54px;
	text-transform: uppercase;
	color: #1F8888;
	text-align: center;
}

.happy__title {
	text-align: justify;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
	padding: 0 160px;
	margin-bottom: 20px;
}

.happy__button {
	font-family: 'Minion Pro', serif;
	text-transform: uppercase;
	background-image: url("images/button_back.svg");
	background-position: center;
	background-size: 185%;
	box-sizing: border-box;
	height: 48px;
	padding: 4px 22px 0;
	outline: none;
	border: none;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 7px 0 #1F8888;
	margin: 0 auto 48px;
	max-width: 260px;
	text-decoration: none;
	transition: .3s ease;
}

.happy__button:hover {
	background: #C3FBFB;
	color: #000;
}

.happy__cards {
	display: flex;
	justify-content: center;
	align-items: center;
}

.happy__cards .item {
	width: 23%;
	display: flex;
	flex-direction: column;
}

.happy__cards--item {
	border-image: url("images/img/ramka.png") 0 fill;
	display: flex;
	justify-content: center;
}

.happy__cards .item:nth-child(2) {
	margin: 0 4px;
	margin-top: -60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
}

.happy__cards--item img {
	margin: 1px auto;
	max-height: 375px;
}

.happy__cards--item.happy__cards--item-center img {
	margin: 1px auto;
	max-height: 330px;
}


.happy__cards--img {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.card-container {
	-webkit-perspective: 500px;
	perspective: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-container:hover .card {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.card {
	-webkit-transition: -webkit-transform 0.7s;
	transition: transform 0.7s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 200px;
	height: 150px;
	margin: 120px 10px;
}

.front, .back {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.front {
	font-weight: 700;
	color: #FFCA60;
	font-size: 60px;
	line-height: 117%;
}

.back {
	flex-direction: column;
}

.back img {
	margin-top: 12px;
}

.back, .back a {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #1F8888;
}

.happy__cards .name {
	font-style: italic;
	font-weight: normal;
	font-size: 36px;
	text-transform: uppercase;
	margin-top: 16px;
	margin-left: 20px;
}

.happy__cards .surname {
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
	margin-left: 40px;
}

.happy__cards .interview {
	font-size: 15px;
	line-height: 17px;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #000;
	margin-left: 50px;
	margin-bottom: 24px;
}

/* Guide styles*/

.guide {
	margin-top: 50px;
	margin-bottom: 40px;
}

.guide.container {
	padding: 0 90px;
}

.guide__header {
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
	font-style: italic;
	color: #1F8888;
	margin-bottom: 40px;
}

.guide__text {
	text-align: justify;
	font-size: 20px;
	line-height: 1.3;
	padding-right: 60px;
}

.guide__text a {
	color: #000;
}

/* win */
.win {
	margin: 80px auto 180px;
	display: flex;
	position: relative;
	display: none;
}

.win__back {
	display: flex;
	z-index: 1;
	width: 100%;
	height: 760px;
	background-image: url("images/img/Xmas20_PapierFroisse_Bleu_90_rvb_72dpi_3.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 80px;
	box-sizing: border-box;
}

.win__front {
	position: absolute;
	top: 60px;
	left: 0;
	right: 80px;
	padding: 40px 24px 40px 0;
	z-index: 2;
	border-style: solid;
	border-width: 8px;
	border-image: url(images/img/shutterstock_517765330.jpg) 10;
	background-color: #ffffff;
}

.popup .win {
	margin: 0 auto 100px;
}

.popup .win__front {
	position: inherit;
	display: block;
	left: 0;
}

.win__header {
	color: #1F8888;
	font-size: 40px;
	line-height: 45px;
	font-style: italic;
	text-transform: uppercase;
	padding-left: 84px;
	max-width: 790px;
	margin-bottom: 32px;
}

.win__header span {
	color: #0B6262;
	font-weight: bold;
}

.win__title {
	font-weight: bold;
	padding-left: 84px;
	max-width: 600px;
	font-size: 20px;
	line-height: 1.25;
	margin-bottom: 24px;
}

.win__first-step, .win__second-step {
	display: flex;
	align-items: center;
}

.win__first-step a, .win__first-step p, .win__second-step p {
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 1.25;
	color: #000;
	margin-left: 8px;
}

.win__first-step a img {
	margin-left: 8px;
}

.win__first-step span, .win__second-step span {
	font-style: italic;
	font-weight: bold;
	font-size: 80px;
	line-height: 80px;
	color: #1F8888;
	margin-right: 20px;
	margin-left: -32px;
}

.win__second-step span {
	margin-left: 160px;
}

.win__second-step {
	padding-bottom: 24px;
	margin-right: -24px;
}

.green-border {
	border-bottom: 4px solid #0B6262;
	width: 102.2%;
	margin-bottom: 32px;
}

.win__stars {
	font-size: 20px;
	line-height: 1.25;
	padding-left: 84px;
}

.win__stars a {
	color: #000;
}

.win__gifts {
	margin-top: 32px;
	font-size: 20px;
	line-height: 1.25;
	padding-left: 84px;
}

.win__gifts span {
	color: #1F8888;
	font-weight: 600;
}

/* catalogue */
.catalogue {
	height: 820px;
	padding: 40px 0;
	margin-bottom: 120px;
	position: relative;
}

.catalogue__ball1 {
	height: 130px;
	z-index: 10;
	right: -53px;
	top: 100px;
	position: absolute;
	animation: rotating .8s linear infinite;
}

.catalogue__ball2 {
	height: 100px;
	z-index: 10;
	bottom: 0;
	right: 100px;
	position: absolute;
	animation: rotating 1s linear infinite;
}

.catalogue .wrapper {
	display: flex;
	height: 100%;
	box-shadow: 0 1px 2px 0 rgba(85, 85, 85, 0.44);
	border-radius: 24px;
}

.vertical__slider {
	margin-left: 34px;
	padding-left: 10px;
	margin-bottom: 24px;
	width: 140px;
	display: flex;
	justify-content: center;
	position: relative;
}

.vertical__slider .price {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.vertical__slider .price .num {
	font-size: 17px;
	text-align: center;
	margin-right: 16px;
}

.vertical__slider .price .line {
	height: 2px;
	background: #0B6262;
	width: 36px;
}

.vertical__slider .price3 {
	position: absolute;
	top: 40%;
	left: -24px;
}

.vertical__slider .price4 {
	position: absolute;
	top: 25%;
	left: -24px;
}

.vertical__slider .price5 {
	position: absolute;
	top: 10%;
	left: -24px;
}

.range-handle {
	border-radius: 0 !important;
	box-shadow: none !important;
	width: 45px !important;
	height: 45px !important;
	background: transparent !important;
	background: url("images/giftbox.svg") center no-repeat !important;
	-webkit-background-size: 100%;
	background-size: 100% !important;
}

.vertical {
	width: 2px !important;
}

.vertical .range-handle {
	left: -21px !important;
}

.range-bar, .range-quantity {
	background-color: #1F8888 !important;
	border-radius: 0 !important;
}

.vertical .range-min, .vertical .range-max {
	display: none;
}

.slider-wrap {
	display: block;
	margin-top: 64px;
}

.items-slider-container {
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}

.items-slider-container .slider-for {
	background-color: #fff;
	border-bottom: #0B6262 3px solid;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.items-slider-container .slider-for img {
	max-width: 700px;
}

.items-slider-container .slider-nav .slick-slide {
	outline: none;
	display: flex;
	justify-content: center;
}

.items-slider-container .slider-nav .prev {
	left: 20px;
}

.items-slider-container .slider-nav .slick-list {
	margin: 0 80px;
}

.items-slider-container .prev, .items-slider-container .next,
.items-slider-container .prev1, .items-slider-container .next1 {
	width: 60px !important;
	position: absolute !important;
}

.items-slider-container .prev1 {
	left: 0 !important;
	top: 50% !important;
	padding: 16px 8px !important;
	border: 1px solid #1F8888;
	background-color: #ffffff;
	z-index: 5;
}

.items-slider-container .prev {
	left: 60px !important;
	bottom: 60px !important;
	padding: 16px 0 !important;
}

.items-slider-container .next1 {
	right: 0 !important;
	top: 50% !important;
	padding: 16px 8px !important;
	border: 1px solid #1F8888;
	background-color: #ffffff;
	z-index: 5;
}

.items-slider-container .next {
	right: 60px !important;
	bottom: 60px !important;
	padding: 16px 0 !important;
}

.items-slider-container .slider-nav .slick-slide img {
	height: 150px;
}

.slider-for .slick-slide.item {
	display: flex !important;
	justify-content: space-between;
}

.items-slider-container .slider-nav, .items-slider-container .next, .items-slider-container .prev {
	visibility: hidden;
}

.item-img {
	height: 550px;
	width: 600px;
}

.item-img img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}

.item-slide-info {
	margin-top: 100px;
}

.item-slide-info-border {
	border-bottom: #0B6262 3px solid;
	padding: 8px 60px 8px 24px;
}

.catalogue__brand {
	color: #0B6262;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 16px;
}

.catalogue__sostav {
	color: #000000;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 4px;
}

.catalogue__title {
	color: #808080;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 4px;
	max-width: 230px;
}

.catalogue__price {
	font-weight: 600;
	font-size: 24px;
	padding: 24px;
}

.catalogue__buy {
	display: inline-table;
	padding: 12px 28px;
	font-size: 28px;
	font-weight: 400;
	background-color: #1F8888;
	color: #ffffff;
	text-decoration: none;
	margin-left: 24px;
	transition: .3s ease;
}

.catalogue__buy:hover {
	background-color: #C3FBFB;
	color: #000;
}

#price_2000, #price_2500, #price_3000 {
	display: none;
}

#bote {
	overflow: hidden;
}

/* Il De Bote styles */
.ilDeBote {
	display: flex;
	margin-bottom: 40px;
}

.ilDeBote__balls {
	width: 40%;
	position: relative;
	margin-right: 34px;
}

.ilDeBote__balls .ball_1 {
	position: absolute;
	top: 20%;
	left: 5%;
	animation: rotating 3.4s linear infinite;
}

.ilDeBote__balls .ball_2 {
	position: absolute;
	width: 220px;
	top: 44%;
	left: 43%;
	animation: rotating 2.5s linear infinite;
}

.ilDeBote__balls .ball_3 {
	position: absolute;
	width: 108px;
	bottom: 20px;
	left: -40px;
	animation: rotating 2s linear infinite;
}

.ilDeBote__balls .ball_4 {
	position: absolute;
	width: 80px;
	top: 23%;
	right: 7%;
	transform: rotate(8deg);
	animation: rotating 2.15s linear infinite;
	animation-delay: .5s;
}

.ilDeBote__balls .ball_5 {
	position: absolute;
	width: 55px;
	bottom: -10px;
	right: 12%;
	animation: rotating 3.3s linear infinite;
}

.ilDeBote__text {
	padding-left: 24px;
	padding-bottom: 60px;
}

.ilDeBote__text p {
	font-size: 20px;
	line-height: 1.34;
	margin-bottom: 16px;
	padding-right: 20px;
	text-align: justify;
}

.ilDeBote__cards {
	display: flex;
}

.ilDeBote__cards img {
	height: 100px;
	margin-right: 16px;
	margin-top: 6px;
	margin-bottom: 16px;
	transform: rotate(3deg);
	animation: rotating2 2.4s linear infinite;
}

.ilDeBote__cards img:first-child {
	animation: rotating2 3s linear infinite;
	animation-delay: 1s;
}

/* intervie julia */
.hello {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

.menu {
	transform: rotate(90deg);
	display: flex;
	position: absolute;
	top: 40%;
	right: -32%;
}

.menu div a {
	font-family: 'Minion Pro', serif;
	background-color: #0B6262;
	color: #ffffff;
	padding: 12px 40px;
	margin-right: 24px;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	z-index: 10;
}

.menu div {
	transition: .3s ease;
}

.menu div:hover {
	transform: scale(1.15);
}

.hello__ball {
	height: 600px;
	position: absolute;
	right: -30px;
	top: -120px;
	animation: rotating 5s 3;
	transform-origin: center top;
}

.hello__header {
	font-size: 80px;
}

.hello__header span {
	text-transform: uppercase;
	font-weight: bold;
}

.hello__title {
	padding-left: 240px;
	max-width: 700px;
	font-size: 28px;
	margin-bottom: 32px;
}

.hello_photo_text {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.hello_photo_text div img {
	max-height: 575px;
}

.hello_photo_text p {
	margin-left: -200px;
	margin-right: 200px;
}

.text__first {
	margin-bottom: 50px;
}

.text__first.gift {
	margin-bottom: 120px;
}

.text__first p {
	width: 50%;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 16px;
}

.quote__tradition {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 20px 0;
	margin: 30px auto 60px;
	font-size: 40px;
}

.quote__tradition .ball {
	height: 170px;
	position: absolute;
	left: 50px;
	bottom: 20px;
	animation: rotating 4s infinite;
}

.quote__tradition .znak {
	margin-left: 300px;
	font-size: 184px;
	line-height: .7;
	display: flex;
	align-self: end;
	color: #1F8888;
}

.quote__tradition--head {
	text-transform: uppercase;
}

.text .quote__tradition--head {
	font-size: 40px;
}

.quote__tradition--head.asti {
	padding-right: 80px;
}

.questions .tovar__brand.asti, .questions .tovar__title.asti {
	text-align: right!important;
	margin-bottom: 8px!important;
}

.quote__tradition .asti {
	margin-left: -180px;
}

.questions .top-margin {
	margin-top: 150px;
}

.questions.balls {
	position: relative;
}

.questions.balls .hil_ball1 {
	position: absolute;
	height: 300px;
	right: 10%;
	top: -250px;
	animation: rotating2 2s infinite;
}

.questions.balls .hil_ball2 {
	position: absolute;
	height: 220px;
	right: 17%;
	top: -170px;
	animation: rotating2 2s infinite;
	animation-delay: 1.3s;
	z-index: 3;
}

.surprise {
	margin: 60px auto;
}

.surprise .quote__tradition--head {
	font-size: 40px;
	width: 50%;
	margin-left: 24px;
}

.quote__tradition--sub {
	margin-left: 280px;
	padding-right: 60px;
}

.quote__tradition--sub.asti {
	margin-left: 320px;
	padding-right: 40px;
}

.quote__tradition--sub.hilk {
	margin-left: 10px;
	max-width: 660px;
}

.questions .asti_marg {
	margin-top: 120px;
}

.tradition {
	margin-bottom: 70px;
}

.tradition p {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 16px;
}

.questions {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.questions.image div {
	width: 100%;
}

.questions .asti_img {
	max-height: 840px;
	width: 100%;
}

.questions div {
	width: 46%;
	font-size: 18px;
	line-height: 1.4;
}

.questions div p {
	margin-bottom: 16px;
	padding-right: 32px;
}

.questions div img {
	margin-bottom: 24px;
}

.questions .tovar {
	display: flex;
	align-self: flex-end;
	margin-bottom: -32px;
}

.questions .tovar div:nth-child(2) {
	margin-left: 32px;
	margin-bottom: 56px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.questions .tovar div p {
	margin-bottom: 8px;
	padding-right: 32px;
}

.tovar__photo {
	width: 100%;
}

.tovar p {
	font-size: 14px;
}

.tovar__brand {
	font-size: 18px !important;
	margin-bottom: 16px !important;
}

.second__tov {
	display: flex;
	flex-direction: column;
	margin-left: 180px;
}

.second__tov.asti {
	margin-left: 300px;
}

.tov-im.astik {
	margin-left: 0;
	margin-top: -120px;
}

.tovar__title {
	color: #a9acb1;
	margin-bottom: 8px !important;
}

.last_tovar {
	width: 100%!important;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.last_tovar .second__tov {
	margin: 0;
}


.second__tov .tovar__brand, .second__tov .tovar__sostav, .second__tov .tovar__title {
	padding-right: 0;
	font-size: 14px;
}

.tov-im {
	width: 400px !important;
	margin: 0 auto;
	animation: rotating2 3s infinite;
}

.questions.minus-margin {
	margin-top: -100px;
}

.tov-im img {
	width: 100%;
}

.jul {
	transition: .3s;
}

.jul:hover {
	transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 #0B6262;
}

.quote__friends {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.quote__friends .text {
	width: 66%;
	font-size: 40px;
}

.quote__friends .znak, .surprise .znak, .questions .znak {
	font-size: 184px;
	line-height: .7;
	display: flex;
	align-self: end;
	color: #1F8888;
}

.quote__friends .tovar__sostav {
	margin-bottom: 16px;
}

.questions .text {
	width: 100%;
}

.quote__friends .quote__tradition--sub, .surprise .quote__tradition--sub, .questions .quote__tradition--sub {
	margin-left: 64px;
	font-size: 32px;
	padding: 0;
	padding-right: 10px;
}

.surprise .quote__tradition--sub {
	margin-left: 160px;
}

.surprise .quote__tradition--sub:last-child {
	margin-left: 320px;
}

.quote__friends .second__tov {
	margin-left: 0 !important;
}

.q-img {
	width: 300px;
}

.q-img.asti {
	margin-left: 80px;
}

.q-img img {
	width: 100%;
}

.giffft {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.giffft .second__tov {
	margin-bottom: -50px;
	margin-left: 220px;
	z-index: 3;
}

.interview__img {
	margin: 50px 0 0;
}

.interview__part-2 {
	margin-top: 260px;
}

.popup-fade {
	display: none;
}

.popup-fade:before {
	content: '';
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index: 99;
}

.popup {
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
	bottom: 20px;
	padding: 20px;
	width: 90%;
	margin: 0 auto;
	background: #fff;
	border: 1px solid orange;
	border-radius: 4px;
	z-index: 99999;
	opacity: 1;
	overflow-x: scroll;
}

.popup-close {
	position: absolute;
	top: 28px;
	right: 30px;
	width: 30px;
	z-index: 1000;
}

/* footer styles */
#footer .container {
	background-color: #000;
	color: #fff;
	font-family: HelveticaNeue, Arial, serif;
	padding: 32px 0;
}

#footer .flex {
	display: flex;
}

#footer .logo {
	padding: 2px 0;
	margin-left: 90px;
	margin-right: 160px;
}

#footer img {
	height: 40px;
}

#footer .spec {
	display: flex;
	text-transform: uppercase;
	align-items: center;
}

#footer .spec .item1 {
	display: flex;
	align-items: center;
	margin-top: -10px;
}

#footer .spec .item1 img {
	margin: 0 16px;
}

#footer .copy {
	font-size: 14px;
	margin-top: 24px;
}

.happy__button-konkurs {
	display: none;
}

.catalogue__mobile-btn {
	display: none;
}

@keyframes rotating {
	0% {
		-ms-transform: rotate(8deg);
		-moz-transform: rotate(8deg);
		-webkit-transform: rotate(8deg);
		-o-transform: rotate(8deg);
		transform: rotate(8deg);
	}
	20% {
		-ms-transform: rotate(-8deg);
		-moz-transform: rotate(-8deg);
		-webkit-transform: rotate(-8deg);
		-o-transform: rotate(-8deg);
		transform: rotate(-8deg);
	}
	40% {
		-ms-transform: rotate(8deg);
		-moz-transform: rotate(8deg);
		-webkit-transform: rotate(8deg);
		-o-transform: rotate(8deg);
		transform: rotate(8deg);
	}
	60% {
		-ms-transform: rotate(-8deg);
		-moz-transform: rotate(-8deg);
		-webkit-transform: rotate(-8deg);
		-o-transform: rotate(-8deg);
		transform: rotate(-8deg);
	}
	80% {
		-ms-transform: rotate(8deg);
		-moz-transform: rotate(8deg);
		-webkit-transform: rotate(8deg);
		-o-transform: rotate(8deg);
		transform: rotate(8deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

}

@keyframes rotating2 {
	0% {
		-ms-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-webkit-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	50% {
		-ms-transform: rotate(-3deg);
		-moz-transform: rotate(-3deg);
		-webkit-transform: rotate(-3deg);
		-o-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	100% {
		-ms-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-webkit-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		transform: rotate(3deg);
	}
}

@media screen and (max-width: 500px) {
	.happy {
		margin-right: 24px;
		margin-left: 24px;
	}

	.happy__header {
		text-align: left;
		font-size: 36px;
		padding-right: 20px;
	}

	.happy__title {
		padding: 0;
	}

	.happy__ball {
		height: 130px;
		right: 0;
		top: -50px;
	}

	.btns {
		display: flex;
		justify-content: space-around;
	}

	.happy__button {
		width: 160px;
	}

	.happy__button-konkurs {
		display: flex;
	}

	.happy__cards {
		flex-direction: column-reverse;
		margin-bottom: -20px;
	}

	.happy__cards--item.happy__cards--item-center img {
		max-height: 443px;
	}

	.happy__cards .item {
		width: 100%;
		margin-bottom: 16px;
	}

	.happy__cards .item:nth-child(2) {
		margin-top: 0;
		order: 2;
	}

	.happy__cards .item:nth-child(1) {
		margin-top: 0;
		order: 1;
	}

	.card-container .card {
		transform: rotateY(180deg);
	}

	.win {
		margin-top: 0;
	}

	.win__back {
		height: 1160px;
		background-size: cover;
	}

	.win__front {
		left: 24px;
		right: 32px;
	}

	.win__header {
		padding-left: 24px;
		font-size: 32px;
		line-height: 1.2;
	}

	.win__first-step p {
		flex-direction: column;
	}

	.green-border {
		display: none;
	}

	.win__second-step span {
		margin-left: 40px;
	}

	.win__stars, .win__gifts, .win__title {
		padding-left: 24px;
	}

	.guide.container, .hello {
		padding: 0 24px;
	}

	.ilDeBote {
		flex-direction: column;
		padding: 0 24px;
	}

	.ilDeBote__balls .ball_1 {
		top: 23%;
		width: 280px;
	}

	.ilDeBote__balls .ball_2 {
		width: 190px;
	}

	.ilDeBote__balls .ball_3 {
		left: -10px;
		bottom: 100px;
		width: 80px;
	}

	.ilDeBote__balls {
		height: 600px;
		width: 100%;
	}

	.ilDeBote__balls img {
		width: 100%;
	}

	.ilDeBote__text, .ilDeBote__text p {
		padding: 0;
	}

	.ilDeBote__cards img {
		height: 84px;
	}

	.hello__title {
		padding-left: 0;
		font-size: 15px;
	}

	.hello__title.astik {
		padding-right: 60px;
	}

	.ilDeBote__balls .ball_5,
	.hello_photo_text div p,
	.catalogue__ball1,
	.vertical__slider,
	.catalogue__ball2,
	.happy__konkurs {
		display: none;
	}

	.hello_photo_text div img {
		max-width: 100%;
		margin: 0 auto;
	}

	.guide__header {
		font-size: 32px;
		line-height: 1.2;
		padding-right: 24px;
		margin-bottom: 16px;
	}

	.guide__text, .ilDeBote__text p {
		font-size: 15px;
		padding-right: 0;
	}

	.guide {
		margin-bottom: 24px;
	}

	.catalogue {
		height: 100%;
		margin-bottom: 24px;
	}

	.slider-for .slick-slide.item {
		flex-direction: column;
	}

	.slider-wrap {
		margin: 0 auto 24px;
		width: 100%;
	}

	.items-slider-container {
		max-width: 100%;
	}

	.items-slider-container .slider-for {
		border: 0;
		padding: 0;
	}

	.items-slider-container .slider-nav .slick-list {
		margin: 0 60px;
		padding: 0px !important;
	}

	.items-slider-container .prev {
		left: 10px !important;
		bottom: 36px !important;
	}

	.items-slider-container .next {
		right: 10px !important;
		bottom: 36px !important;
	}

	.items-slider-container .next1 {
		right: 10px !important;
		top: 41% !important;
	}

	.items-slider-container .prev1 {
		left: 10px !important;
		top: 41% !important;
	}

	.slider-nav {
		margin-top: -20px;
	}

	.items-slider-container .slider-nav .slick-slide img {
		height: auto;
		width: 90%;
		max-height: 100px;
	}

	.items-slider-container .prev, .items-slider-container .next, .items-slider-container .prev1, .items-slider-container .next1 {
		width: 45px !important;
	}

	.item-img {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	.item-img img {
		width: 100%;
		height: auto;
	}

	.item-slide-info-border, .item-slide-info {
		margin-top: 24px;
		padding-left: 0;
	}

	.item-slide-info-border, .catalogue__price, .catalogue__buy {
		margin-left: 70px;
	}

	.catalogue__price {
		padding: 16px 16px 16px 0;
	}

	.catalogue .wrapper {
		box-shadow: none;
	}

	.slider-nav .slick-list >>> .slick-track {
		transform: translate3d(0px, 0px, 0px) !important;
	}

	#footer .flex {
		flex-direction: column;
	}

	#footer .copy {
		text-align: center;
	}

	.catalogue__mobile-btn {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 24px;
		box-sizing: border-box;
	}

	.catalogue__mobile-btn button {
		outline: none;
		background-color: #0B6262;
		color: #ffffff;
		border: none;
		font-size: 18px;
		text-transform: uppercase;
		font-family: 'Minion Pro', serif;
		padding: 12px;
		width: 44%;
		margin: 5px;
		transition: .3s ease;
	}

	.catalogue__mobile-btn button:hover {
		background-color: #C3FBFB;
		color: #000000;
	}

	.items-slider-container .slider-nav, .items-slider-container .next, .items-slider-container .prev {
		visibility: visible;
	}

	.hello__header {
		font-size: 40px;
	}

	.hello_photo_text div:last-child {
		width: 100%;
	}

	.text__first {
		padding: 0 24px;
		margin-top: 164px;
	}

	.text__first p {
		width: 100%;
	}

	.quote__tradition {
		font-size: 15px;
		padding: 0 24px;
		margin-top: 70px;
	}

	.quote__tradition p {
		padding: 0 90px;
	}

	.quote__tradition .znak , .quote__friends .znak, .questions .znak {
		margin-left: 70px;
		font-size: 100px;
	}

	.quote__tradition .ball {
		height: 100px;
		right: 20px;
		top: -60px;
		left: unset;
	}
	.quote__tradition--head {
		padding: 0 40px!important;
	}

	.quote__friends .text {
		width: 100%;
	}

	.quote__tradition.hil {
		margin: 0 0 24px;
	}

	.questions.minus-margin {
		margin: 0;
	}

	.text .quote__tradition--head {
		font-size: 15px;
		margin-bottom: 0;
	}

	.quote__friends .quote__tradition--sub, .surprise .quote__tradition--sub, .questions .quote__tradition--sub {
		font-size: 15px;
	}

	.quote__friends .quote__tradition--head {
		padding: 0 140px 0 40px!important;
		font-size: 15px;
	}

	.quote__tradition--sub {
		margin-left: 0px;
		padding: 0px!important;
		padding-right: 20px!important;
	}

	.tradition {
		padding: 0 24px;
	}

	.tradition p {
		font-size: 15px;
	}

	.hello__ball {
		height: 200px;
		right: 20px;
	}

	.menu {
		transform: none;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		top: 103%;
		right: 0;
		left: 0;
	}

	.menu div a {
		margin: 0;
		display: block;
		margin-bottom: 16px;
	}

	.questions {
		flex-direction: column;
		padding: 0 24px;
	}

	.questions.astik {
		margin-top: 160px;
	}

	.quote__tradition--sub.asti {
		margin-left: 0;
	}

	.questions .asti_marg {
		margin-top: 24px;
	}

	.second__tov.asti {
		margin-left: 0;
	}

	.tov-im.astik {
		margin-top: 0;
	}

	.questions div {
		width: 100%;
	}

	.questions div p {
		padding-right: 0;
	}

	.jul {
		width: 100%;
		margin-bottom: 8px!important;
	}

	.hide {
		display: none;
	}
	.second__tov {
		margin-left: 0;
		width: 70% !important;
	}

	.tov-im, .q-img {
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}

	.tov-im img, .q-img img {
		height: 300px;
		width: auto;
		margin-right: 24px;
	}

	.quote__friends {
		padding: 0 24px;
		margin-bottom: 24px;
	}

	.giffft .second__tov {
		margin-left: 50%;
		width: 50% !important;
		margin-bottom: 0;
	}

	.interview__part-2 {
		margin-top: 0;
	}

	.text__first.gift {
		margin-bottom: 24px;
	}

	.questions .top-margin {
		margin-top: 0px;
	}
}