* {
	box-sizing: border-box;
	outline: none;
	font: inherit;
	scroll-behavior: smooth; }
strong {
	font-weight: bold; }
em {
	font-style: italic; }
body {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
	font-family: 'Jost', sans-serif;
    font-size: var(--main-font-size);
    font-weight: 500;
    color: var(--blue);
    /*letter-spacing: -1px;*/
    max-width: 1920px;
    box-shadow: 1px 1px 7px #ccc; }
img {
	display: block;
	max-width: 100%;
	height: auto; }
a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	transition: .3s; }
button {
	cursor: pointer;
	background: none;
	border: none;
	transition: .3s; }
	
h1 {
	font-size: 57px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 55px; }
h2 {
	font-size: 48px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: var(--h2-marg); }
h3 {
	font-size: 35px;
	margin-top: 0; }
	
figure {
    margin: 0; }
	
main {
    overflow: hidden; }
	
.mod-heading {
    font-size: 30px;
    text-transform: uppercase;
	margin-bottom: 30px; }
	
:root {
    --main-font-size: 25px;
	--main-padding: 150px 60px;
	--main-width: 1520px;
	--dark-blue: #2A3867;
	--blue: #395A94;
	--light-blue: #A4D5EE;
	--yellow: #FDEC7C;
	--red: #DD6368;
	--h2-marg: 60px;
}

.main-width {
	padding: var(--main-padding); }
.sub-page .main-width {
	padding: 150px; }
	
.a-slider {
	position: relative;
	display: flex;
	align-items: center; }
.a-slider .slider-slides {
	display: flex;
	overflow: hidden; }
.video-review .a-slider .slider-slides {
	width: 100%; }
.a-slider .slider-slides > * {
	position: relative;
	display: flex;
	transition: .3s; }
.a-slider .arrow-left.to-the-knee,
.a-slider .arrow-right.to-the-knee {
	opacity: .4; }
.a-slider .arrow-left,
.a-slider .arrow-right {
	display: flex;
	position: absolute;
	z-index: 11;
	font-size: 28px;
	color: black;
	cursor: pointer; }
.a-slider .arrow-left {
	left: -50px; }
.a-slider .arrow-right {
	right: -50px; }
.a-slider li:before {
	display: none; }
.a-slider .arrow-left svg,
.a-slider .arrow-right svg {
    height: 60px;
    width: 34px;
    fill: #fff; }
.a-slider .arrow-left svg {
	transform: rotate(180deg); }
.a-slider .bullets {
	display: none;
	justify-content: center;
	gap: 10px;
	margin-top: 15px;
	align-items: center; }
.a-slider .bullet {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: white; }
.a-slider .bullet.active {
	background: var(--yellow);
	width: 20px;
	height: 20px; }

header {
	background: var(--light-blue);
	padding: 60px;
	position: relative; }
.home-page header {
	max-height: 875px;
    height: 46vw;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	position: relative;
	padding: 60px 60px 3vw 60px; }
	
header .decor {
	background: url(/images/decor/header1.svg);
    background-position: bottom;
    background-size: cover;
    position: absolute;
    left: 16%;
    top: 0%;
    width: 500px;
    height: 210px;
	z-index: 300; }

	
.header-top,
.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center; }
.header-top > div,
.footer-top > div {
	display: flex;
	align-items: center; }
.header-top .logo svg,
.footer-top .logo svg {
	height: 55px;
	width: 218px;
	fill: var(--blue); }
	
/*.soc-buttons {
	margin-left: 60px; }*/
.soc-buttons .custom {
	display: flex;
	align-items: center; }
.soc-buttons .custom > div {
	margin-left: 30px; }
.soc-buttons .custom > div:first-of-type {
	margin-left: 0; }
.soc-buttons svg {
	width: 35px;
	height: 35px;
	fill: #fff; }
.soc-buttons a {
	display: flex;
	align-items: center; }
.soc-buttons svg:hover {
	fill: var(--red); }
	
.main-menu ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	font-size: 27px;
	font-weight: 500;
	display: none; }
.main-menu ul li {
	margin-left: 60px; }
.main-menu .mob-menu-icon {
	display: flex; }
.main-menu .mob-menu-icon svg {
		height: 25px;
		fill: #fff;
		transition: .3s;
		cursor: pointer; }
.main-menu a:hover {
	text-decoration: underline; }
.main-menu li.active a {
	text-decoration: underline; }
	
.main-menu {
	order: 2;
	margin-left: 40px; }
.soc-buttons {
	order: 1 }
	
.header-text a {
	font-size: 35px;
	color: var(--red);
	padding: 24px 35px;
	background: #fff;
	border-radius: 50px;
	transition: .3s;
	margin-top: 25px; }
	.header-text a:hover {
		background: var(--yellow); }
		
.home-page .header-image {
	background: url(/images/girls.webp) no-repeat;
    background-position: right bottom;
    background-size: contain;
    height: 608px;
    width: 45%;
    position: absolute;
    right: 0;
    bottom: 0; }
.header-text {
    /*width: calc(65% - 120px);*/
	width: 55%; }
	
main ul {
	list-style: none;
	padding-left: 0; }
main ul li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px; }
main ul li:last-of-type {
	margin-bottom: 0; } 
main ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: var(--red);
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0; }
	
.advantage {
	position: relative; }
.sub-page .advantage {
	background: var(--yellow); }
.sub-page .advantage .field-entry.youtube-cover,
.sub-page .advantage .field-entry.params {
	/*width: 48%;*/
	width: 100%; }
.sub-page .advantage .field-entry.youtube-cover {
	display: none; }
.sub-page .advantage .zaholovok {
	width: 100%;
	text-align: center; }
.sub-page .advantage h1 {
	margin-bottom: 100px; }
.sub-page .advantage h1 span {
	border-radius: 50px;
    padding: 3px 20px 9px;
	color: #fff;
	background: var(--red); }
.sub-page .advantage .field-entry.params {
	background: #fff;
	padding: 40px 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between; }
.sub-page .advantage .field-entry.params ul {
	margin: 0; }
.sub-page .advantage ul li {
    padding-left: 30px;
    margin-bottom: 10px; }
.sub-page .advantage ul li:before {
    top: 15px; }
.sub-page .advantage .price {
	font-size: 20px;
    font-weight: 500;
	padding: 50px 0; }
.sub-page .advantage .price span {
	font-size: 45px; }
	
.advantage .sub-text {
    width: 100%;
    margin-top: 60px; }
.advantage .sub-text .field-value {
    /*column-count: 2;*/
    column-gap: 60px; }
.advantage .sub-text .field-value p {
	margin-top: 0; }
	
	
.advantage .button-box {
    display: flex;
	justify-content: space-between; }
.advantage .button-box a.main-button,
.advantage .button-box a.secondary-button,
.advantage .button-box button.secondary-button {
	max-width: 310px;
	padding: 17px;
	font-size: 20px; }
.advantage .button-box a.secondary-button,
.advantage .button-box a.button {
	margin-left: 10px; }
.advantage h2 span:first-of-type {
	background: var(--light-blue);
	padding: 8px 15px;
	border-radius: 0 50px 50px 0;
	color: #fff; }
.advantage h2 span:last-of-type {
	white-space: nowrap; }
.advantage .fields-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap; }
.home-page .advantage .field-entry.perevahy {
    width: 48%;
	order: 1; }
.home-page .advantage .field-entry.youtube-cover {
    width: 48%;
	order: 2;
	z-index: 100; }
.advantage .field-entry.youtube-cover img {
	width: 100%; }
.advantage h2 {
    line-height: 1.5; }
	
.advantage .decor1 {
	background: url(/images/decor/advantage-1.svg);
    background-size: cover;
    background-position: left;
	position: absolute;
    top: 16%;
    right: -210px;
    width: 580px;
    height: 458px; }
	
.sub-page .advantage .decor1 {
	background: url(/images/decor/sub-advantage-1.svg);
    background-size: cover;
    background-position: left;
	position: absolute;
    top: 131px;
    right: -120px;
    width: 480px;
    height: 500px; }

.founder {
	background: var(--yellow);
	position: relative; }
.founder .field-value {
	display: flex;
	justify-content: space-between;
	align-items: center; }
.founder .photo {
	width: 40%;
	display: flex;
    justify-content: center;
	padding-right: 60px; }
.founder .text {
	width: 60%;
	position: relative;
    z-index: 10; }
.founder h2 span:first-of-type {
	color: var(--red);
	/*display: block;*/ }
.founder h2 span:last-of-type {
	white-space: nowrap; }
.founder .quote {
	background: var(--red);
	color: #fff;
	padding: 35px;
	font-style: italic;
	position: relative; }
.founder .quote:before {
	content: "";
	border: 15px solid transparent;
    border-bottom: 15px solid var(--red);
    border-left: 15px solid var(--red);
    width: 0;
    height: 0;
	position: absolute;
	bottom: 100%;
	left: 0; }
	
.founder .decor1 {
	background: url(/images/decor/founder1.svg);
    background-size: cover;
    background-position: right;
    top: -148px;
    left: -50px;
    width: 250px;
    height: 300px;
    position: absolute; }

.founder .decor2 {
	background: url(/images/decor/founder2.png);
    background-size: cover;
    background-position: left;
    bottom: 90px;
    right: -6%;
    width: 320px;
    height: 320px;
    position: absolute;
}
	
.plan {
	position: relative; }
.plan h2 {
	text-align: center;
	margin-bottom: 90px; }
.plan h2 span {
	padding-bottom: 8px;
    border-bottom: 5px solid var(--light-blue);
    white-space: nowrap; }
.plan-holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px 40px;
    max-width: 1350px;
    margin: auto; }
.plan-holder .plan-item {
	max-width: 345px; 
	width: 33.3%;
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
.plan-holder .plan-item > * {
	max-width: 350px }
.plan-holder .plan-item svg *.cls-1 {
	fill: var(--yellow); }
.plan-holder .plan-item svg *.cls-2 {
	fill: var(--red); }
.plan-holder .icon {
    height: 160px;
    display: flex;
    align-items: center; }
.plan-holder .step {
	color: var(--red);
	padding: 40px 0;
    font-size: 40px; }
.plan-holder .text {
    line-height: 1.7; }
.plan a {
	text-decoration: underline; }
.plan a:hover {
	color: var(--red); }
	
.plan .decor1{
	background: url(/images/decor/plan-1.svg);
    background-size: cover;
    background-position: right;
	position: absolute;
    top: 9%;
    left: -80px;
    width: 250px;
    height: 540px; }
.plan .decor2{
	background: url(/images/decor/plan-2.svg);
    background-size: cover;
    background-position: left;
	position: absolute;
    top: 33%;
    right: -18px;
    width: 180px;
    height: 180px; }
.plan .decor3{
	background: url(/images/decor/plan-3.svg);
    background-size: cover;
    background-position: left;
	position: absolute;
    top: 57%;
    right: 2%;
    width: 72px;
    height: 72px; }
	
	
.subscriptions {
	background: var(--red);
	position: relative; }
.subscriptions .subscription-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 60px;
	max-width: 1620px;
    margin: auto;
	z-index: 200;
    position: relative; }
.subscriptions h2 {
	width: 100%;
	text-align: center;
	color: var(--yellow); }
.subscriptions h2 span {
	border: 5px solid #fff;
	border-radius: 50px;
	padding: 3px 20px 9px; }
.subscriptions .subscription-item {
    width: 100%;
    background: #fff;
    /*padding: 50px;*/
    display: flex;
	flex-wrap: wrap; 
    /*flex-direction: column;*/
    justify-content: space-between; }
.subscriptions .subscription-item > div:first-of-type {
	padding: 50px;
	width: calc(100% - 500px); }
.subscriptions .subscription-item > div:last-of-type {
	padding: 50px;
	width: 500px;
	background: var(--light-blue); }
.subscription-item h3 {
	color: var(--red); }
.subscription-item li {
	padding-left: 0; }
.subscription-item li:before {
	display: none; }
.subscription-item .price {
	text-align: center;
	font-size: 20px;
    font-weight: 500;
	margin-bottom: 30px; }
.subscription-item .price span {
	font-size: 38px;
    font-weight: 500; }
.subscription-item .price span {
	font-size: 45px; }
.main-button {
	background: var(--yellow);
	color: var(--red);
	padding: 20px;
	width: 100%;
	border-radius: 50px;
	transition: .3s;
	text-align: center; }
	.main-button:hover {
		background: #ebdb74; }
.subscription-item .main-button {
	margin-bottom: 30px; }
.secondary-button {
	background: var(--red);
	color: var(--yellow);
	padding: 20px;
	width: 100%;
	border-radius: 50px;
	transition: .3s;
	text-align: center; }
	.secondary-button:hover {
		background: #c5565b; }
		
.custom-subscription {
	background: var(--yellow);
	padding: 30px;
	width: 100%;
	position: relative;
	overflow: hidden; }
.custom-subscription > div {
	width: 55%;
	line-height: 1.7; }
	
.subscriptions .decor1{
	background: url(/images/decor/subscriptions-1.svg);
    background-size: cover;
    background-position: right;
	position: absolute;
    top: 7%;
    left: 5%;
    width: 110px;
    height: 110px; }
.subscriptions .decor2{
	background: url(/images/decor/subscriptions-2.svg);
    background-size: cover;
    background-position: right;
	position: absolute;
    top: 43%;
    left: 3%;
    width: 72px;
    height: 72px; }
.subscriptions .decor3{
	background: url(/images/decor/subscriptions-3.svg);
    background-size: cover;
    background-position: left;
	position: absolute;
    top: 15%;
    right: -11px;
    width: 800px;
    height: 800px; }
.subscriptions .decor4{
	background: url(/images/decor/subscriptions-4.svg);
    background-size: cover;
    background-position: left;
	position: absolute;
    top: -182%;
    right: -100px;
    width: 800px;
    height: 800px; }
	
	
	
.reviews {
	position: relative; }
.home-page .reviews {
	background: var(--light-blue); }
.home-page .reviews h2 {
	text-align: center; }
.sub-page .reviews h2 {
	text-align: center;
	color: var(--yellow); }
.home-page .reviews h2 span {
	padding-bottom: 8px;
    border-bottom: 5px solid var(--yellow);
    white-space: nowrap; }
.sub-page .reviews h2 span {
	padding-bottom: 8px;
    border-bottom: 5px solid var(--light-blue);
    white-space: nowrap; }

.reviews.main-width,
.sub-page .reviews.main-width {
	padding: 150px 130px; }

.reviews .field-value {
	max-width: 1680px;
    margin: 0 auto; }
	
.reviews ul {
	margin: 0;
	display: flex;
	justify-content: space-between; }
.video-review .reviews ul {
	justify-content: space-around; }
.reviews .text-review ul li {
	width: 100%;
	flex-shrink: 0;
	padding: 0;
	margin: 0; }
.reviews .text-review ul .wrapper {
	padding: 60px;
	margin: 0 30px;
	background: #fff;
	display: flex;
	flex-direction: column;
	margin-bottom: 0; }
.reviews .text-review ul li:before {
	display: none; }
.text-review .item-name {
	order: 2;
	display: flex;
	justify-content: flex-end;
	color: var(--red);
	margin-top: 40px; }
.text-review p {
	margin: 0; }

.text-review {
	margin: 0 -30px 60px;}
.video-review {
	margin: 0 -30px; }

.video-review li {
	flex-shrink: 0;
	width: 33.3%;
	padding: 0; }
.video-review .wrapper {
	padding: 0 30px; }
.video-review .wrapper img {
	cursor: pointer; }


.youtube-cover {
	position: relative;
	display: inline-block;
	cursor: pointer; }
.youtube-cover iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border: none; }
.video-review .item-name {
	display: none; }
	
.home-page .reviews .decor1 {
	background: url(/images/decor/reviews-1.svg);
	background-size: cover;
    background-position: right; }
.sub-page .reviews .decor1 {
	background: url(/images/decor/sub-reviews-2.svg);
	background-size: cover;
    background-position: right; }
.reviews .decor1{
	position: absolute;
    top: 60px;
    right: 60px;
    width: 125px;
    height: 42px; }
.home-page .reviews .decor2{
	background: url(/images/decor/reviews-2.svg);
	background-size: cover;
    background-position: right; }
.sub-page .reviews .decor2{
	background: url(/images/decor/sub-reviews-1.svg);
	background-size: cover;
    background-position: right; }
.reviews .decor2{
	position: absolute;
    top: 115px;
    left: -51px;
    width: 50%;
    height: 82%; }
	
.sub-page .reviews {
	background: var(--red); }

.faq-box h2 {
	text-align: center; }
.schema-faq-page {
	cursor: pointer; }
.schema-faq-page .faq-item {
	border-bottom: 5px solid #354E96; }
.schema-faq-page .faq-answer-holder {
	height: 0;
	overflow: hidden;
	transition: .3s; }
.schema-faq-page .faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 30px;
    font-weight: 600; }
.schema-faq-page .faq-question:after {
	content: '';
	display: flex;
	width: 37px;
	height: 22px;
	background: url(/images/decor/faq_arrow.svg) center no-repeat;
	background-size: cover;
	margin-left: 40px;
	flex-shrink: 0; }
.faq-answer p {
	margin: 0;
	padding-bottom: 15px; }
.faq-item.active .faq-question:after {
	transform: rotate(180deg); }
.sub-page .faq-box {
	position: relative; }
.sub-page .faq-box .decor1 {
	background: url(/images/decor/faq-1.svg);
    background-size: cover;
    background-position: right;
	position: absolute;
    top: -38px;
    left: -127px;
    width: 303px;
    height: 324px; }

.pop-up {
	position: fixed;
	top: 0;
	left: 0;
	bottom:0;
	right: 0;
	z-index: 1111;
	display: flex;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	visibility: hidden;
	transition: .2s; }
.pop-up .cover {
	width: 70%;
	margin: auto; }
.pop-up .video-holder {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding: 56.25% 0 0 0;
	overflow: hidden; }
.pop-up .video-cover {
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto; }
.pop-up .close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 44px;
	color: white;
	line-height: 45px;
	cursor: pointer; }
.pop-up iframe {
	width: 100%;
	height: 100%;
	border: 0; }
body.show-pop-up .pop-up {
	opacity: 1;
	visibility: visible; }

	
footer .footer-top {
	background: var(--light-blue);
	padding: 60px;
	position: relative;
	overflow: hidden; }
footer .decor {
	background: url(/images/decor/footer-1.svg);
    background-size: cover;
    background-position: right;
	position: absolute;
    top: -57px;
    left: 20%;
    width: 21%;
    height: 150%; }
footer .copyright {
	display: flex;
	justify-content: space-between;
	padding: 10px 60px;
	font-size: 16px;
	background: var(--yellow); }
	
.mob-menu {
	position: fixed;
	top: 0;
    bottom: 0;
	left: -100%;
	width: 100%;
    background: var(--red);
	padding: 30px;
	display: flex;
    flex-direction: column;
	z-index: 5000;
	transition: .5s;}	
.show-mob-menu .mob-menu {
    left: 0; }
.mob-menu .close-button {
	display: flex;
	justify-content: flex-end; }
.mob-menu .close-button svg {
	width: 22px;
	height: 22px;
	fill: #fff;
	cursor: pointer;
	transition: .3s; }
.mob-menu .close-button svg:hover {
	fill: var(--yellow); }
.mob-menu ul {
	margin: 0;
	padding-left: 0;
	list-style: none; }
.mob-menu ul li {
	margin-bottom: 30px; }
.mob-menu .home-item {
	margin-bottom: 30px;
	margin-top: 30px; }
.mob-menu a {
	color: var(--yellow);
	font-size: 22px; }
.mob-menu .soc-buttons {
	margin-left: 0;
	margin-top: 60px; }
/*.decor-wrapper {
	position: relative;
	display: flex;
    flex-grow: 1;
	margin-left: -30px;
    margin-bottom: -30px;
    margin-top: 10px;
    overflow: hidden; }*/
.decor-wrapper {
	position: absolute;
	display: none;
	right: -70px;
	bottom: -50px;
	width: 600px;
	height: 500px;
	transform: scale(-1, 1); }
.show-mob-menu .decor-wrapper {
	display: flex;}
/*.mob-menu .decor {
    background: url(/images/decor/menu-1.svg);
    background-size: cover;
    background-position: right top;
    position: absolute;
    bottom: -130px;
	top: 0;
    left: -115px;
    width: 100%;
    height: 100%;
	max-width: 600px; }*/
.mob-menu .decor {
    background: url(/images/decor/menu-1.svg);
    background-size: cover;
    background-position: right top;
    position: absolute;
    bottom: 0;
	top: 0;
    left: 0;
    width: 500px;
    height: 500px; }
.mob-menu .soc-buttons svg:hover {
    fill: var(--yellow) ;
}
/*.mob-menu {
	display: none}*/
	
/*.video-review .wrapper,
.field-entry.youtube-cover  {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center; }
.video-review .wrapper:before{
	content: "";
    position: absolute;
    max-width: 90px;
    max-height: 90px;
	width: 5vw;
    height: 5vw;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 7px #ccc; }
.video-review .wrapper:after {
	content: "▶";
    position: absolute;
	font-size: 45px;
	margin-left: 10px;
	color: #fff; }
.field-entry.youtube-cover:before {
	content: "";
    position: absolute;
    max-width: 140px;
    max-height: 140px;
	width: 6vw;
    height: 6vw;
    border-radius: 50%;
    border: 7px solid #fff;
    box-shadow: 0 0 7px #ccc; }
.field-entry.youtube-cover:after {
	content: "▶";
    position: absolute;
	font-size: 80px;
	margin-left: 17px;
	color: #fff; }*/
	
.text-review .mod-articles-category-fulltext svg {
	width: 20px;
	height: 20px;
	fill: #7360F2;
	margin: 0 5px; }
	
.text-review .mod-articles-category-fulltext {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%; }
.text-review .mod-articles-category-fulltext > div:last-of-type {
	color: var(--red);
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap; }
.text-review .mod-articles-category-fulltext > div:last-of-type span {
	white-space: nowrap;
	display: flex;
    align-items: center; }
	
	
.oferta .main-width{
	padding: 0; }
.oferta main {
	padding: 60px 40px; }
	
.oferta .com-content-article__body > div {
	margin-bottom: 80px; }
.oferta .com-content-article__body > div > div {
	margin-bottom: 50px; }
.oferta .com-content-article__body div p {
	position: relative;
	padding-left: 60px; }
	/*.oferta .com-content-article__body p:last-of-type {
		padding-left: 0; }*/
.oferta .com-content-article__body p span {
	position: absolute;
	left: 0; }
.oferta .com-content-article__body ul {
    padding-left: 60px; }
.oferta .com-content-article__body a {
	text-decoration: underline;
	transition: .3s; }
	.oferta .com-content-article__body a:hover {
		color: var(--red); }
	

.popup-oferta-holder {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212121;
    background: rgba(0, 0, 0, .5);
    z-index: 10000; }
.popup-oferta-holder {
	display: none; }
.popup-oferta-holder.active {
	display: flex; }
.popup-oferta-holder.not-agree label {
	border-bottom: 1px solid red; }
.popup-oferta {
	position: relative;
    width: 90%;
    max-width: 700px;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 0 16px 2px #000;
    background: white; }
.popup-oferta .close-button {
    display: flex;
    justify-content: flex-end; }
.popup-oferta svg {
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: .3s; }
	.popup-oferta svg:hover {
		/*transform: rotate(180deg);*/
		fill: var(--red); }
.popup-oferta .text p {
	margin-bottom: 0; }
.popup-oferta .text a {
	text-decoration: underline;
	color: var(--red);
	transition: .3s; }
	.popup-oferta .text a:hover {
		color: var(--light-blue); }
.popup-oferta label {
	display: inline-block;
	align-items: center;
	padding-top: 30px;
	margin-bottom: 30px; }
.popup-oferta input[type="checkbox"] {
    margin-right: 10px; }
.popup-oferta .secondary-button {
    padding: 10px; }



.com-content-article > .icons {
	display: none; }
	
	
	
	
	
/*redesign 2025*/
:root {

	--dark-blue: #112c57;
	--blue: #768eb9;
	--light-blue: #c3d3e3;
	--yellow: #dee97b;
	--black: #21242c;
	--light-grey: #edece8; }
	
body {
	color: var(--black);
	background: var(--light-grey); }
	
header {
	background: var(--blue); }
.home-page header {
	background: var(--light-blue); }	
	
/*tmp*/
body * .decor,
* .decor1,
* .decor2,
* .decor3,
* .decor4 {
	display: none !important; }
	
.header-top .logo svg, .footer-top .logo svg {
	fill: var(--dark-blue); }
	
h1 {
	line-height: 1;
	color: var(--dark-blue); }
.header-text a {
	color: var(--dark-blue);
	background: var(--light-grey); }

/*tmp*/
h2 span {
	all: unset !important; }
	
h2 {
	color: var(--dark-blue); }

/*.advantage,
.plan {
	background: var(--light-grey); }*/
	
.home-page main .advantage ul li:before {
	content: "";
	width: 16px;
	height: 16px;
	background: var(--yellow);
	border: 1px solid var(--dark-blue);
	top: 8px; }
main ul li:before {
	content: "";
	width: 16px;
	height: 16px;
	background: var(--light-grey);
	border: 1px solid var(--black);
	top: 8px; }
	
.sub-page .advantage ul li:before {
	top: 8px; }
	
.founder .quote {
	color: var(--light-grey);
	background: var(--dark-blue); }
.founder .quote:before {
	content: "";
	border-bottom: 15px solid var(--dark-blue);
	border-left: 15px solid var(--dark-blue); }

	
.plan-holder .plan-item svg *.cls-1 {
	fill: var(--light-blue); }
.plan-holder .plan-item svg *.cls-2 {
	fill: var(--dark-blue); }
.plan-holder .step {
	color: var(--dark-blue); }
	
.subscriptions {
	background: var(--dark-blue); }
.subscriptions .subscription-item > div:first-of-type {
	background: var(--light-grey); }
.subscriptions .subscription-item > div:last-of-type {
	background: var(--yellow); }
.main-button {
	color: var(--dark-blue);
	padding: 18px;
	border: 1px solid var(--dark-blue); }
.main-button:hover {
	color: var(--light-grey);
	background: var(--dark-blue); }
.secondary-button {
	background: var(--dark-blue);
	color: var(--light-grey);
	border: 1px solid var(--dark-blue); }
.secondary-button:hover {
	color: var(--dark-blue);
	background: var(--yellow); }
.subscriptions h2 {
	color: var(--light-grey); }
.subscription-item h3 {
	color: var(--dark-blue); }
	
.reviews .text-review ul .wrapper {
	background: var(--light-grey); }
.home-page .reviews h2 {
	text-transform: uppercase; }
.a-slider .arrow-left svg, 
.a-slider .arrow-right svg {
	fill: var(--black); }
.text-review .mod-articles-category-fulltext > div:last-of-type {
	color: var(--dark-blue); }
	
.schema-faq-page .faq-item {
	border-bottom: 5px solid var(--dark-blue); }

footer .footer-top {
	background: var(--blue); }

.soc-buttons svg,
.main-menu .mob-menu-icon svg {
	fill: var(--light-grey); }
.soc-buttons svg:hover {
	fill: var(--dark-blue); }
	
.mob-menu {
	background: var(--dark-blue); }
.mob-menu a {
	color: var(--light-grey); }
.mob-menu .close-button svg {
	fill: var(--light-grey); }
	
.sub-page .advantage {
	background: var(--dark-blue); }
.sub-page .advantage h1 {
	color: var(--light-grey); }
.sub-page .advantage h1 span {
	all: unset; }
.sub-page .advantage .field-entry.params {
	background: var(--light-grey); }
.advantage .sub-text {
	color: var(--light-grey); }
	
.sub-page .reviews {
	background: var(--light-blue); }
.sub-page .reviews h2 {
	color: var(--dark-blue);
}
	
.popup-oferta .text a,
.plan a:hover {
	color: var(--blue); }
	
.oferta .com-content-article__body a:hover {
	color: var(--blue); }