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

*{ box-sizing: border-box; }
body { margin: 0; padding: 0; background: #FFFFFF; letter-spacing: initial!important; font-family: 'Montserrat', sans-serif; font-size: 15px; line-height: 20px; }
section { width: 100%; margin-right: auto; margin-left: auto; overflow: hidden; }

.container { width: 100%; margin-right: auto; margin-left: auto; }
.overflow-hidden { overflow: hidden; }

.common-section { position: relative; padding-bottom: 150px; overflow: hidden; max-width: 2560px; margin: 0 auto; }

@media screen and (max-width: 1899.98px) {
	.container { padding: 0 30px; }
	br.md-block { display: none; }

	.common-section { padding-bottom: 40px; }
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.container { padding: 0; }
}

@media screen and (min-width: 768px) {
	br.md-block { display: block; }
}


.shape { display: block; position: absolute; }
.shape-0 { width: 100%; height: 1000px; top: 0; left: 0; }
.shape-1 { background: url('/assets/img/top-bg.png') right top no-repeat; width: 891px; height: 1610px; top: 0; right: 0; }
.shape-2 { background: url('/assets/img/bg-left.png') left top no-repeat; width: 727px; height: 2492px; top: 1500px; left: -100px; z-index: 1; }
.shape-3 { background: url('/assets/img/bg-right.png') left top no-repeat; width: 727px; height: 2492px; top: 3300px; right: 0; z-index: 1; }
.shape-4 { background: url('/assets/img/bg-left.png') left top no-repeat; width: 727px; height: 2492px; top: 7800px; left: -150px; z-index: 1; }
.shape-5 { background: url('/assets/img/bg-right.png') left top no-repeat; width: 727px; height: 2492px; top: 8400px; right: 0; z-index: 1; }
.shape-6 { background: url('/assets/img/top-bg.png') left top no-repeat; width: 891px; height: 1610px; top: 11200px; right: -575px; z-index: 1; }
.shape-7 { background: url('/assets/img/bg-left.png') left top no-repeat; width: 727px; height: 2492px; bottom: -1350px; left: -150px; z-index: 1; }

.shape-0-sock1 { position: absolute; top: 18%; left: -1%; width: 100%; max-width: 200px; }
.shape-0-jeans { position: absolute; top: 58%; left: 0; width: 100%; max-width: 300px; }

.shape-1-stanik { position: absolute; top: 3%; right: -12%; width: 100%; max-width: 400px; }
.shape-1-majtki { position: absolute; top: 47%; right: 8%; width: 100%; max-width: 200px; }
.shape-1-but { position: absolute; bottom: 15%; right: 30%; width: 100%; max-width: 200px; transform: rotate(100deg); }

.shape-2-book { position: absolute; top: 12%; right: -14%; }
.shape-2-but { position: absolute; top: 6%; left: 27%; width: 100%; max-width: 200px; }
.shape-2-sock1 { position: absolute; top: 40%; left: 35%; width: 100%; max-width: 200px; transform: rotate(240deg); }

.shape-3-book { position: absolute; bottom: 16%; right: -28%; }

@media screen and (max-width: 1199.98px) {
	.shapes { display: none; }
}

@media screen and (max-width: 1899.98px) {
	.shape-0-sock1 { max-width: 175px; }
	.shape-0-jeans { max-width: 250px; }
	
	.shape-1 { width: 600px; height: 1084px; background-size: contain; }
	.shape-1-stanik { max-width: 300px; }
	.shape-1-majtki,
	.shape-1-but { max-width: 175px; }

	.shape-2 { width: 500px; height: 1715px; top: 1550px; background-size: contain; }
	.shape-2-book { max-width: 300px; top: 13%; right: -5%; }
	.shape-2-but { max-width: 175px; }

	.shape-3 { width: 500px; height: 1715px; background-size: contain; right: -8%; }
	.shape-3-book { max-width: 900px; right: -15%; bottom: 10%; }

	.shape-5 { width: 500px; height: 1709px; background-size: contain; bottom: 7%; }
}


.hero { height: 908px; }
.hero-wrapper { display: grid; grid-template-columns: 400px 1fr; justify-content: space-between; align-items: center; margin: 75px auto 0; max-width: 1150px; }
.hero-logo { max-width: 250px; display: block; margin: 0 auto; }
.hero-attention { background: #000000; color: #FFFFFF; width: max-content; text-transform: uppercase; font-size: 62px; line-height: 68px; font-weight: 800; padding: 5px 25px; margin: 50px auto; }
.hero-title { font-size: 30px; line-height: 36px; font-weight: 700; text-align: center; }
.hero-subtitle { font-size: 36px; line-height: 42px; font-weight: 300; text-align: center; }
.hero-text { font-size: 32px; line-height: 38px; font-weight: 600; text-align: center; color: #E8AAD3; margin: 50px 0 20px; }
.hero-scroll { display: block; max-width: 30px; margin: 60px auto 0; }

.hero-books { position: absolute; top: 1%; right: 0; }
.hero-books-mobile { display: none; }

.lang-attention { background: #FFFFFF; color: #000000; position: absolute; top: 15px; right: 15px; font-size: 14px; line-height: 20px; font-weight: 600; text-transform: uppercase; padding: 7px 15px; }

@media screen and (max-width: 1899.98px) {
	.hero-wrapper { max-width: 900px; margin-top: 20px; }
	.hero-books { max-width: 700px; }
	.hero-attention { margin: 40px auto; }
	.hero-text { margin-top: 30px; }
	.hero-scroll { margin-top: 30px; }
}

@media screen and (max-width: 1199.98px) {
	.hero { height: auto; }
	.hero-wrapper { display: block; }
	.hero-books { position: relative; top: auto; left: auto; }
}

@media screen and (max-width: 767.98px) {
	.hero-wrapper { margin-top: 60px; }
	.hero-attention { font-size: 50px; line-height: 56px; margin-bottom: 15px; }
	.hero-subtitle { font-size: 32px; line-height: 38px; }
	.hero-text { margin-top: 25px; }
	.hero-scroll { display: none; }
	
	.hero-books { display: none; }
	.hero-books-mobile { display: block; max-width: 100%; margin: 40px auto 10px; }
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.hero-wrapper > div:nth-child(2) { display: none; }	
}


.truth { margin-top: 40px; }
.truth-title { font-size: 32px; line-height: 40px; font-weight: 700; }
.truth-pre-text { font-size: 26px; line-height: 34px; max-width: 600px; }
.truth-dialogs { margin-top: 140px; }
.truth-dialog { display: flex; column-gap: 80px; align-items: center; margin-bottom: 20px; }
.truth-dialog-avatar { justify-content: flex-end; }
.truth-dialog > div { font-size: 20px; line-height: 26px; max-width: 500px; padding: 50px; border-radius: 30px; }
.truth-dialog-cat > div { background: #F2F2F2; }
.truth-dialog-avatar > div { background: #EBB5D9; }
.truth-dialog-img { max-width: 250px; border-radius: 50%; }
.truth-text-wrapper { display: flex; justify-content: flex-end; margin-top: 120px; }
.truth-text { max-width: 775px; }
.truth-text p { font-size: 20px; line-height: 28px; text-align: right; }
.truth-book-mobile { display: none; }
.truth-title-end { font-size: 74px; line-height: 82px; font-weight: 700; text-align: right; color: #C7C7C7; margin: 60px 0 20px; }

@media screen and (max-width: 767.98px) {
	.truth { margin-top: 0; }
	.truth-title { font-size: 26px; line-height: 34px; }
	.truth-pre-text { font-size: 20px; line-height: 28px; }
	.truth-dialogs { margin-top: 50px; }
	.truth-dialog { column-gap: 20px; align-items: flex-start; margin-bottom: 30px; }
	.truth-dialog-img { max-width: 50px; }
	.truth-dialog > div { font-size: 15px; line-height: 21px; padding: 20px; }
	.truth-text-wrapper { margin-top: 30px; }
	.truth-book-mobile { display: block; max-width: 225px; margin: 10px auto 0; }
	.truth-title-end { font-size: 54px; line-height: 62px; text-align: center; margin-top: 30px; }
}

@media screen and (min-width: 768px) and (max-width: 1899.98px) {
	.truth-dialogs { margin-top: 60px; }
	.truth-text-wrapper { margin-top: 40px; }
	.truth-title-end { font-size: 60px; line-height: 68px; margin: 20px 0 30px; }
}



.gray { background: #F2F2F2; min-height: 2492px; position: relative; padding-top: 120px; }
.gray::after { content: ''; border-left: 100vw solid #FFFFFF; border-top: 120vh solid transparent;	width: 0; position: absolute; bottom: 0; left: 0; }

.gray-title { font-size: 74px; line-height: 82px; font-weight: 700; color: #C7C7C7; }
.gray-title > span { color: #EBB5D9; }

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.gray { padding-bottom: 60px; }
	.gray::after { content: none; }
}

@media screen and (min-width: 768px) and (max-width: 1899.98px) {
	.gray { padding-top: 60px; }
	.gray-title { font-size: 60px; line-height: 68px; margin: 20px 0 30px; }
}

@media screen and (min-width: 2000px) {
	.gray::after { border-left: 2560px solid #FFFFFF; border-top: 1200px solid transparent; }
}

.messenger-images { display: grid; grid-template-columns: repeat(3, 342px); column-gap: 30px; justify-content: flex-end; align-items: flex-start; }
.messenger-image { max-width: 100%; }

.testimonials-box .gray-title { margin: 40px 0 80px; }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 50px; }
.testimonial { background: #FFFFFF; border-radius: 30px; padding: 40px 60px; font-size: 20px; line-height: 28px; text-align: center; position: relative; }
.testimonial::before { content: ''; display: block; width: 90px; height: 65px; background: url('/assets/img/quote.svg') no-repeat; position: absolute; top: -30px; left: -30px; }

.tinders-suckers { max-width: 1000px; margin-top: 120px; }
.tinders-suckers .gray-title { margin: 60px 0 40px; }
.tinders-suckers p { font-size: 18px; line-height: 26px; position: relative; margin-left: 30px; }
.tinders-suckers p:not(:last-child) { margin-bottom: 40px; }
.tinders-suckers p::before { content: ''; display: block; width: 10px; height: 100%; background: #EBB5D9; position: absolute; top: 0; left: -30px; }

.book-contains { margin-top: 120px; }
.book-contains .gray-title { margin: 60px 0 40px; }
.book-benefits { margin: 0; padding: 0; list-style-type: none; }
.book-benefits li { background: #FFFFFF; margin-bottom: 10px; padding: 10px 20px; font-size: 18px; line-height: 26px; font-weight: 700; }
.book-contains .cta { margin: 40px 0 0; max-width: 300px; }


.heroes { margin-top: 120px; }
.heroes .gray-title { margin: 60px 0 40px; }
.heroes-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.heroes-item { background: #FFFFFF; padding: 60px 80px; border-radius: 30px; }
.heroes-item img { border-radius: 50%; max-width: 100%; }
.heroes-item h5 { font-size: 34px; line-height: 40px; font-weight: 700; color: #C7C7C7; margin: 0 0 20px; text-align: center; }
.heroes-item p { font-size: 18px; line-height: 24px; text-align: center; margin-bottom: 0; }


.advantages-disadvantages { display: grid; grid-template-columns: 1fr 1fr; margin: 140px 0 80px; position: relative; z-index: 1; }
.advantages-disadvantages h4 { font-size: 40px; line-height: 46px; margin: 35px 0; }
.advantages-disadvantages ul { margin: 0; padding: 0; list-style-type: none; }
.advantages-disadvantages li { font-size: 20px; line-height: 26px; font-weight: 700; margin-bottom: 20px; position: relative; margin-left: 50px; }
.advantages-disadvantages li::before { content: ''; display: block; position: absolute; top: 0; left: -50px; }
.advantages li::before { width: 27px; height: 19px; background: url('/assets/img/tick.svg') no-repeat; }
.disadvantages li::before { width: 22px; height: 22px; background: url('/assets/img/cross.svg') no-repeat; }
.advantages h4 > span { font-size: 70px; color: #EBB5D9; }
.disadvantages h4 > span { font-size: 70px; color: #A4A4A4; }
.advantages-disadvantages .cta-wrapper { grid-column: 1 / 3; }
.advantages-disadvantages .cta { margin: 40px auto 0; }


.teach { background: #EBB5D9; display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; align-items: center; padding: 40px 60px; position: relative; z-index: 1; }
.teach h3 { color: #FFFFFF; font-size: 60px; line-height: 66px; margin: 0; }
.teach h4 { color: #FFFFFF; font-size: 24px; line-height: 30px; margin: 0 0 20px; }
.teach p { color: #FFFFFF; font-size: 20px; line-height: 26px; margin: 20px 0 0; }


@media screen and (max-width: 1899.98px) {
	.testimonial { font-size: 18px; line-height: 26px; padding: 40px; }

	.messenger-images { grid-template-columns: repeat(3, 275px); }
}

@media screen and (max-width: 767.98px) {
	.gray { padding-top: 40px; }
	.gray::after { content: none; }
	.gray-title { font-size: 50px; line-height: 56px; }

	.messenger-images { display: block; }
	.messenger-image { margin: 0 0 25px; max-width: 100%; }

	.testimonials-box .gray-title { margin-bottom: 40px; }
	.testimonials { display: block; }
	.testimonial { font-size: 16px; line-height: 22px; padding: 40px; margin-bottom: 25px; }
	.testimonial::before { width: 50px; height: 36px; background-size: cover; top: -10px; left: -10px; }

	.tinders-suckers { margin-top: 60px; }
	.tinders-suckers p { font-size: 16px; line-height: 22px; }

	.book-contains { margin-top: 60px; }
	.book-contains .gray-title { margin-bottom: 40px; }

	.heroes { margin-top: 60px; }
	.heroes .gray-title { font-size: 40px; line-height: 46px; text-align: center; margin-bottom: 40px; }
	.heroes-items { display: block; }
	.heroes-item { padding: 30px; margin-bottom: 30px; }
	.heroes-item--princess { display: block; }
	.heroes-item img { max-width: 175px; margin: 0 auto 20px; display: block; }
	.heroes-item p { font-size: 16px; line-height: 22px; }

	.advantages-disadvantages { display: block; margin: 80px 0 40px; }
	.advantages-disadvantages h4 { font-size: 36px; line-height: 42px; text-align: center; }
	.advantages-disadvantages h4 > span { font-size: 66px; line-height: 66px; }
	.disadvantages { margin-top: 60px; }

	.teach { display: block; width: calc(100% + 60px); margin-left: -30px; padding: 30px; }
	.teach h3 { font-size: 40px; line-height: 46px; margin-bottom: 20px; }
	.teach h4 { font-size: 20px; line-height: 26px; }
	.teach p { font-size: 16px; line-height: 22px; }
}

@media screen and (min-width: 1280px) {
	.heroes-item--princess { display: grid; grid-template-columns: 250px 1fr; column-gap: 100px; grid-column-start: 1; grid-column-end: 3; align-items: center; }
	.heroes-item:nth-child(2) { grid-row-start: 2; }
	.heroes-item:nth-child(3) { grid-row-start: 2; grid-column-start: 2; }
	.heroes-item:nth-child(4) { grid-row-start: 2; grid-column-start: 3; }
	.heroes-item:nth-child(5) { grid-row-start: 3; grid-column-start: 2; }
	.heroes-item:nth-child(6) { grid-row-start: 3; grid-column-start: 3; }
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.messenger-images { display: grid; grid-template-columns: 1fr 1fr 1fr; column-gap: 20px; }
	.messenger-image { margin: 0; }

	.testimonials { column-gap: 20px; }
	.testimonial { padding: 30px; font-size: 16px; line-height: 22px; }
	.testimonial::before { width: 50px; height: 36px; background-size: cover; top: -10px; left: -10px; }
	.testimonials-box .gray-title { margin: 30px 0 40px; }

	.tinders-suckers,
	.book-contains,
	.heroes { margin-top: 60px; }
	
	.tinders-suckers .gray-title,
	.book-contains .gray-title,
	.heroes .gray-title { margin: 30px 0; }

	.heroes-items { grid-template-columns: 1fr 1fr; }
	.heroes-item { padding: 30px; }
	.heroes-item img { max-width: 75px; margin: 0 auto; display: block; }

	.advantages-disadvantages { column-gap: 40px; margin: 80px 0 60px; }
	.advantages-disadvantages h4 { font-size: 20px; line-height: 26px; margin: 0 0 25px; }
	.advantages h4 > span,
	.disadvantages h4 > span { font-size: 42px; }
	.advantages-disadvantages li { font-size: 16px; line-height: 22px; }

	.teach { column-gap: 30px; padding: 30px; }
	.teach h3 { font-size: 40px; line-height: 46px; }
	.teach h4 { font-size: 22px; line-height: 28px; margin-bottom: 15px; }
	.teach p { font-size: 16px; line-height: 22px; margin-top: 15px; }
}

@media screen and (max-width: 1899px) {
	.heroes-item--princess { grid-template-columns: 200px 1fr; column-gap: 50px; }
	.heroes-item { padding: 40px; }

	.advantages-disadvantages h4 { font-size: 36px; line-height: 42px; }
	.advantages h4 > span,
	.disadvantages h4 > span { font-size: 66px; }

	/* .teach h3 { font-size: 52px; line-height: 60px; } */
}




.from-author { display: grid; grid-template-columns: 1fr 525px; }
.from-author-phone { margin-left: -300px; }
.from-author-title { font-size: 30px; line-height: 36px; text-transform: uppercase; margin: 0 0 20px; }
.from-author-subtitle { font-size: 18px; line-height: 24px; font-weight: 600; margin: 20px 0; }
.from-author-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 40px; }
.from-author-benefit h6 { font-size: 20px; line-height: 26px; font-weight: 700; text-transform: uppercase; text-align: center; margin: 10px 0 15px; }
.from-author-benefit p { font-size: 16px; line-height: 20px; font-weight: 700; text-align: center; margin: 10px 0; padding: 0 20px; }
.benefit-img-wrapper { display: flex; justify-content: center; align-items: center; width: 150px; height: 150px; background: #FAEAF5; border-radius: 50%; margin: 0 auto 25px; }
.benefit-img-wrapper > img { max-height: 100%; }

@media screen and (max-width: 1899.98px) {
	.from-author-phone { max-width: 800px; }
}

@media screen and (max-width: 767.98px) {
	.from-author { display: block; }
	.from-author-phone { display: none; }
	.from-author-title { text-align: center; }
	.from-author-subtitle { text-align: center; }
	.from-author-benefits { display: block; margin-top: 60px; }
	.from-author-benefit { margin-bottom: 60px; }
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.from-author { display: block; }
	.from-author-benefits { margin-top: 60px; }
}


.about-author { display: grid; grid-template-columns: 300px 1fr; column-gap: 80px; align-items: center; max-width: 1140px; margin: 60px auto 0; position: relative; z-index: 1; }
.about-author img { max-width: 100%; border-radius: 50%; }
.about-author-title { font-size: 60px; line-height: 66px; font-weight: 700; text-transform: uppercase; color: #656565; margin: 0 0 20px; }
.about-author-title span { color: #EBB5D9; }
.about-author .about-author-subtitle { font-size: 20px; line-height: 26px; font-weight: 700; }
.about-author p { font-size: 18px; line-height: 24px; margin-bottom: 0; }

@media screen and (max-width: 767.98px) {
	.about-author { display: block; margin-top: 80px; }
	.about-author img { max-width: 175px; display: block; margin: 0 auto 30px; }
	.about-author-title { font-size: 40px; line-height: 46px; }
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.about-author { display: block; }
	.about-author img { max-width: 300px; display: block; margin: 0 auto 30px; }
}


.white { margin-top: 80px; position: relative; z-index: 1; }

@media screen and (max-width: 767.98px) {
	.white { margin-top: 40px; }
}

@media screen and (min-width: 768px) and (max-width: 1899.98px) {
	.white { margin-top: 40px; }
}



@media screen and (min-width: 360px) {

}

@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 768px) {
	.container { max-width: 720px; }  
}

@media screen and (min-width: 1280px) {
	.container { max-width: 960px; }
}

@media screen and (min-width: 1280px) {
	.container { max-width: 1140px; }
}

@media screen and (min-width: 1900px) {
	.container { max-width: 1350px; }
}




.desktop-hide { display: none; }

@media screen and (max-width: 1199px) {
	.footer { padding-top: 60px; }
	.footer-wrapper { border-top: none; }
	.desktop-hide { display: block; }
}

.mobile-hide { display: none; }






@media screen and (max-width: 1199px) {
	
	.mobile-hide { display: block; }
}


.look-book { margin: 80px auto 0; max-width: 1140px; }
.look-book-title { font-size: 60px; line-height: 66px; font-weight: 700; text-transform: uppercase; color: #656565; margin: 0 0 30px; text-align: right; }
.look-book-title span { color: #EBB5D9; }
.look-book-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
.look-book-grid img { max-width: 100%; }
.look-book .cta { margin: 40px auto 0; }

@media screen and (max-width: 767.98px) {
	.look-book-title { font-size: 40px; line-height: 46px; text-align: left; }
	.look-book-grid { display: block; }

}


.opinions { margin: 80px auto 0; max-width: 1140px; }
.opinions-title { font-size: 60px; line-height: 66px; font-weight: 700; text-transform: uppercase; color: #656565; margin: 0 0 40px; text-align: center; }
.opinions > div { display: grid; column-gap: 20px; }
.opinions > div:nth-of-type(1) { grid-template-columns: 1fr 1fr 1fr; }
.opinions > div:nth-of-type(2) { grid-template-columns: 1.4fr 0.8fr 0.8fr; }
.opinions > div:nth-of-type(3) { max-width: 85%; margin: 0 auto; }
.opinion { background: #E3E3E3; border-radius: 30px; padding: 30px; margin-bottom: 20px; }
.opinion p { margin: 0; font-size: 18px; line-height: 24px; font-weight: 300; font-style: italic; }
.opinion .opinion-sign { font-weight: 600; margin-top: 5px; }

@media screen and (max-width: 767.98px) {
	.opinions > div { display: block; }
	.opinions > div:nth-of-type(3) { max-width: 100%; }
}




.price { display: block; font-size: 20px; line-height: 26px; text-transform: uppercase; text-align: center; margin-bottom: 15px; letter-spacing: 1px; }

.cta { background: #222222; color: #FFFFFF; display: block; max-width: 245px; font-size: 18px; line-height: 24px; text-decoration: none; text-align: center; text-transform: uppercase; padding: 10px; border-radius: 30px; transition: 0.3s ease-in-out background; }
.cta:hover { background: #656565; }

.packages { margin: 100px auto 0; max-width: 1140px; }
.packages-title { font-size: 40px; line-height: 48px; color: #595959; margin-bottom: 25px; }

.main-pack { border: 1px solid #B5B5B5; display: grid; grid-template-columns: 1fr 1fr; padding: 40px 0; background: #FFFFFF; }
.main-pack-img { display: block; margin: 0 auto; max-width: 350px; }
.main-pack-title { font-size: 34px; line-height: 40px; color: #595959; max-width: 350px; margin: 0 0 20px; }
.main-pack .specjal-edyszyn { background: #E7AAD4; color: #FFFFFF; font-size: 20px; line-height: 26px; text-transform: uppercase; padding: 15px; max-width: 315px; display: block; text-align: center; letter-spacing: 2px; }
.main-pack .list-title { font-size: 18px; line-height: 24px; font-weight: 600; margin: 30px 0 10px; }
.main-pack .list { margin: 0 0 30px; padding: 0; list-style-type: none; }
.main-pack .list li { position: relative; font-size: 16px; line-height: 22px; margin-bottom: 5px; display: grid; grid-template-columns: 18px 1fr; column-gap: 10px; align-items: center; }
.main-pack .list li::before { content: ''; display: block; width: 18px; height: 13px; background: url('/assets/img/tick.svg') no-repeat; background-size: contain; }
.main-pack .price { max-width: 300px; }
.main-pack .cta { max-width: 300px; }

@media screen and (max-width: 767px) {
	.cta { padding: 17px 10px; letter-spacing: 1px; }

	.packages { margin-top: 60px; }
	.packages-title {font-size: 22px; line-height: 28px; }

	.main-pack { display: block; padding: 30px; }
	.main-pack-img { max-width: 100%; margin-bottom: 20px; }
	.main-pack-title { font-size: 26px; line-height: 32px; }
}


.packs { display: grid; grid-template-columns: 1fr 1fr 1fr; column-gap: 20px; margin-top: 40px; }
.pack { background: #E8E8E8; padding: 30px; position: relative; }
.pack::after { content: ''; display: block; width: 67px; height: 102px; position: absolute; top: -15px; right: 15px; }
.pack-1::after { background: url('/assets/img/pakiet-mol.png') no-repeat; background-size: contain; }
.pack-2::after { background: url('/assets/img/pakiet-cebula.png') no-repeat; background-size: contain; }
.pack-3::after { background: url('/assets/img/pakiet-bogol.png') no-repeat; background-size: contain; }
.pack-img-wrapper { width: 200px; height: 200px; background: #FFFFFF; border-radius: 50%; margin: 0 auto; display: flex; justify-content: center; align-items: center; }
.pack-img { max-width: 150px; }
.pack-2 .pack-img { margin-top: 60px; }
.pack-3 .pack-img { margin-top: 70px; max-width: 200px; }
.pack-title { font-size: 20px; line-height: 26px; text-transform: uppercase; }
.pack .list { margin: 0 0 30px; padding: 0; list-style-type: none; height: 120px; }
.pack-3 .list { height: 94px; }
.pack .list li { position: relative; font-size: 16px; line-height: 22px; font-weight: 500; margin-bottom: 5px; display: grid; grid-template-columns: 18px 1fr; column-gap: 10px; align-items: center; }
.pack .list li::before { content: ''; display: block; width: 18px; height: 13px; background: url('/assets/img/tick.svg') no-repeat; background-size: contain; }
.pack .cta { margin: 0 auto; }

@media screen and (max-width: 1199px) {
	.packs { display: block; }
	.pack { margin-bottom: 40px; }
	.pack::after { width: 50px; height: 76px; }
	.pack .list { height: auto!important; }
}


.book-cdn { max-width: 1140px; margin: 100px auto; display: grid; grid-template-columns: 414px 1fr; column-gap: 90px; align-items: center; }
.book-cdn-title { font-size: 46px; line-height: 52px; font-weight: 700; color: #656565; margin: 0; }
.book-cdn-text { font-size: 18px; line-height: 24px; font-weight: 700; }
.book-cdn-sign { font-size: 24px; line-height: 30px; }

@media screen and (max-width: 1199px) {
	.book-cdn { grid-template-columns: 1fr; margin: 60px auto 40px; }
	.book-cdn img { max-width: 300px; margin: 0 auto 20px; }
	.book-cdn-title { font-size: 40px; line-height: 48px; }
}


.free-fragment { display: grid; grid-template-columns: 1fr 465px; column-gap: 90px; align-items: center; }
.free-fragment-title { color: #666666; font-size: 60px; line-height: 66px; margin: 0 0 25px; }
.free-fragment-title span { color: #E4AAD2; display: block; }
.free-fragment-text { font-size: 18px; line-height: 24px; max-width: 400px; }
.free-fragment .cta { font-size: 20px; line-height: 26px; text-transform: none; max-width: 450px; padding: 18px 10px; letter-spacing: 3px; margin-top: 40px; }

@media screen and (max-width: 1199px) {
	.free-fragment { grid-template-columns: 1fr; }
	.free-fragment-title { font-size: 40px; line-height: 46px; }
	.free-fragment img { max-width: 275px; margin: 40px auto; }
}


.faq { background: #E8E8E8; display: flex; flex-direction: column; margin: 100px auto 0; padding: 60px 0; height: 700px; }
.faq-title { font-size: 46px; line-height: 52px; font-weight: 700; color: #656565; margin: 0 0 40px; text-align: center; }
.faq .accordion { max-width: 1000px; margin: 0 auto; }
.accordion { display: flex; flex-direction: column; width: 100%; height: auto; }
.accordion .a-container { display: flex; flex-direction: column; width: 100%; padding-bottom: 5px; border-bottom: 1px solid #C8C8C8; }
.accordion .a-container .a-btn { margin: 0; position: relative; padding: 15px 0; width: 100%; color: #000000; display: block; font-size: 20px; font-weight: 400; background-color: transparent; cursor: pointer; }
.accordion .a-container .a-btn span { display: block; position: absolute; height: 14px; width: 14px; right: 20px; top: 18px; }
.accordion .a-container .a-btn span:after { content: ""; width: 14px; height: 3px; border-radius: 2px; background-color: #000000; position: absolute; top: 6px; }
.accordion .a-container .a-btn span:before { content: ""; width: 14px; height: 3px; border-radius: 2px; background-color: #000000; position: absolute; top: 6px; transform: rotate(90deg); transition: all 0.3s ease-in-out; }
.accordion .a-container .a-panel { width: 100%; color: #262626; transition: all 0.2s ease-in-out; opacity: 0; height: auto; max-height: 0; overflow: hidden; padding: 0px 10px; font-size: 16px; line-height: 22px; }
.accordion .a-container.active .a-btn { font-weight: 600; }
.accordion .a-container.active .a-btn span::before { transform: rotate(0deg); }
.accordion .a-container.active .a-panel { padding: 0 10px 10px 10px; opacity: 1; max-height: 500px; }
.accordion .a-container:last-child { border: none; }

@media screen and (max-width: 1199px) {
	.faq { height: auto; padding: 30px 30px 5px 15px; margin-top: 10px; }
	.faq-title { font-size: 36px; line-height: 42px; margin-bottom: 15px; }
	.accordion .a-container .a-btn { font-size: 16px; }
	.accordion .a-container .a-panel { font-size: 14px; line-height: 20px; }
	.accordion .a-container .a-btn span { right: -15px; }
}


.footer { background: #E8E8E8; padding: 80px 0; }
.footer .container { max-width: 1600px; }
.footer .footer-cols { display: grid; grid-template-columns: 1fr 1fr 300px; column-gap: 30px; align-items: center; }
.footer-logo { display: grid; grid-template-columns: 100px 1fr; column-gap: 30px; align-items: center; }
.footer-text-princess { text-transform: uppercase; font-size: 44px; line-height: 50px; font-weight: 300; margin-right: 10px; }
.footer-text-tinder { font-size: 40px; line-height: 46px; font-weight: 900; color: #E3ACCC; }
.footer-icons { display: flex; justify-content: center; column-gap: 15px; margin-top: 5px; }
.footer-icons img { max-width: 40px; }

.footer p { margin: 0; font-size: 28px; font-weight: 700; line-height: 34px; color: #666666; }
.footer p:not(:last-of-type) { margin-bottom: 20px; }
.footer-links a { display: block; text-decoration: none; color: #000000; font-size: 18px; line-height: 24px; margin-bottom: 2px; transition: 0.3s ease-in-out color; }
.footer-links a:hover { color: #E4AAD2; }

@media screen and (max-width: 1199px) {
	.footer { padding: 40px 0; }
	.footer .container { padding: 0 30px; }
	.footer .footer-cols { grid-template-columns: 1fr; row-gap: 30px; }
	.footer-logo { grid-template-columns: 1fr; text-align: center; }
	.footer-logo img { margin: 0 auto 20px; }
	.footer p {font-size: 24px; line-height: 30px; }
	.footer p:not(:last-of-type) { margin-bottom: 10px; }
}



.cookies { background: #D88EC1; padding: 40px 0; position: fixed; right: 0; bottom: 0; left: 0; width: 100%; z-index: 999; border-top: 1px solid #cd69ae; }
.cookies.hide { display: none; }
.cookies p { margin: 0; color: #FFFFFF; }
.cookies a { color: #FFFFFF; font-weight: 600; text-decoration: none; }
.cookies-cols { display: grid; grid-template-columns: 1fr 200px; column-gap: 30px; align-items: center; }
.cookies .cookies-accept { background: #FFFFFF; color: #000000; width: 100%; padding: 10px 0; display: block; border-radius: 30px; font-size: 20px; line-height: 26px; font-weight: 400; letter-spacing: 3px; text-align: center; transition: 0.3s ease-in-out background; }
.cookies .cookies-accept:hover { background: #E8E8E8; }

@media screen and (max-width: 1199px) {
	.cookies { padding: 20px 0; }
	.cookies-cols { grid-template-columns: 1fr; }
	.cookies .cookies-accept { max-width: 250px; font-size: 18px; line-height: 24px; margin: 20px auto 0; }
}


.light-modal-content { width: 65vw; max-height: calc(100vh); }
