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

/* START main styles */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
ol {
    list-style: none;
}
ul{
 
  list-style-position:inside;
}
a{
  color:#000000;
}
html {
	scroll-behavior: smooth;
}
body {
	background: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	color: #0b0a0a;
	font-size: 16px;
	line-height: 24px;
}
.center {
	max-width: 1010px;
	margin: 0 auto;
	padding: 0 25px;
}
/* END main styles */

/* START variables */
:root {
	--primary: #7751FF;
	--primary-hover: #8456da;
}
/* END variables */

/* START hddr section */
.hddr-section {
	position: relative;
	background: var(--primary) no-repeat center top;
	background-size: cover;
}
.hddr-image-block {
	position: relative;
}
.hddr-image {
	height: auto;
	width: auto;
	display: block;
	position: absolute;
}
.hddr-logo-block {
	margin-bottom: 30px;
  position: relative;
  left: 74%;
  max-width: 400px;
}
.logo,
.hddr-menu-logo {
	display: block;
    width: 100%;
    margin: 0 auto;
	max-width: 240px;
}
.hddr-title {
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
  text-transform: uppercase;
}
.hddr-text {
	margin-bottom: 15px;
	color: #ffffff;
}
.breadcrumbs-block .breadcrumbs-item {
    display: inline-block;
    margin: 5px 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
    text-decoration: none;
}
.breadcrumbs-block .breadcrumbs-item a {
    display: inline-flex;
    color: #fff;
	align-items: center;
	text-decoration: none;
}
.breadcrumbs-block .breadcrumbs-item a:hover {
	text-decoration: underline;
}
.breadcrumbs-item a:after {
    content: "";
    display: inline-block;
    margin: 0 7px 1px 7px;
    padding: 3px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    vertical-align: top;
    transform: rotate(-45deg);
}
.breadcrumbs-item:last-child a:after {
	display: none;
}
/* hddr menu block */
.hddr-menu-block.is-visible {
	min-height: 100%;
	background: url("header-bg-mob.jpg") no-repeat Center top;
	background-size: cover;
}
.hddr-menu-btn {
	display: none;
}
.hddr-menu-btn span {
	display: block;
	position: relative;
	height: 2px;
	background-color: var(--primary);
	border-radius: 1px;
}
.hddr-menu-block.is-visible .hddr-menu-btn span {
	background-color: transparent;
}
.hddr-menu-btn span:nth-child(2)::before,
.hddr-menu-btn span:nth-child(2)::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 1px;
	transform: rotate(0deg);
	transition: .2s linear;
}
.hddr-menu-block.is-visible .hddr-menu-btn span:nth-child(2)::before,
.hddr-menu-block.is-visible .hddr-menu-btn span:nth-child(2)::after {
	background-color: #fff;
}
.hddr-menu-block.is-visible .hddr-menu-btn span:nth-child(2)::before {
	transform: rotate(-45deg);
}
.hddr-menu-block.is-visible .hddr-menu-btn span:nth-child(2)::after {
	transform: rotate(45deg);
}
.hddr-menu-logo-block {
	display: none;
	margin-bottom: 60px;
}
.hddr-menu-block.is-visible .hddr-menu-logo-block {
	display: block;
}
.hddr-menu-list {
	justify-content: flex-start;
}
.hddr-menu-block.is-visible .hddr-menu-list {
	display: flex;
}
.hddr-menu-item {
	position: relative;
	text-align: center;
}
.hddr-menu-link {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 36px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	z-index: 1;
}
.hddr-menu-link:hover {
	text-decoration: underline;
}
.hddr-menu-item.is-visible {
	z-index: 10;
}
.hddr-menu-item.hddr-menu-item-list {
	padding: 0 1px;
}
.hddr-menu-item.hddr-menu-item-list:before {
	content: "";
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: 16px;
	right: -10px;
	margin: auto 0;
	border: 4px solid transparent;
	border-top-color: #fff;
}
.hddr-menu-inner-list {
	display: none;
}
.hddr-menu-inner-link {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	text-decoration: none;
}
.hddr-menu-inner-link:hover {
	text-decoration: underline;
}
/* END hddr section */

/* START content section */
.content-section {
	padding: 50px 0;
	background-image: url("left-bg.svg"), url("right-bg.svg");
	background-repeat: no-repeat;
	background-position: left 280%, right 0;
}
.section-row {
	margin-bottom: 50px;
}
.main-block .section-row:last-child {
	margin-bottom: 0;
}
.section-main-title {
	margin-bottom: 15px;
	color: #080808;
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
	text-align: center;
}
.section-title {
	margin-bottom: 15px;
	color: #000000;
	font-size: 26px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
}
.section-sub-title {
	margin-bottom: 15px;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	text-align: center;
}
.artcl-text {
	margin-bottom: 10px;
}
.artcl-text:last-child {
	margin-bottom: 0;
}

.costs-block {
	padding: 14px 10px 12px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 20px rgba(176, 155, 251, 0.6);
}
.costs-block table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.costs-block thead tr {
	border-bottom: 1px solid var(--primary);
}
.costs-block th,
.costs-block td {
	text-align: left;
}
.costs-block th:nth-child(2),
.costs-block td:nth-child(2) {
	text-align: center;
}
.costs-block th:last-child,
.costs-block td:last-child {
	text-align: right;
}
.costs-block td:last-child {
	text-align: right;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
}
.costs-block th {
	padding: 0 10px 5px;
	color: var(--primary);
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
}
.costs-block td {
	padding: 15px 10px;
	color: #080808;
}
.costs-block td span {
	color: #858585;
}

.aside-menu-block {
	margin-bottom: 50px;
	padding: 40px 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(176, 155, 251, 0.6);
}
.aside-menu-block a {
	text-decoration: none;
}
.aside-menu-title {
	padding: 5px;
	background-color: var(--primary);
	color: #fff;
	border: 1px solid var(--primary);
	border-radius: 5px;
	margin-bottom: 0;
	font-size: 26px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.aside-menu-block.is-visible .aside-menu-title {
    margin-bottom: 30px;
    color: var(--primary);
    background-color: #fff;
}
.aside-menu-list {
	display: none;
}
.aside-menu-block.is-visible .aside-menu-list {
	display: block;
}
.aside-menu-item {
	position: relative;
	margin-bottom: 15px;
	padding-left: 21px;
}
.aside-menu-item:last-child {
	margin-bottom: 0;
}
.aside-menu-inner-list {
	display: none;
}
.aside-menu-item.is-visible .aside-menu-inner-list {
	display: block;
}
.aside-menu-inner-item {
	position: relative;
	margin-bottom: 4px;
	padding-left: 31px;
}
.aside-menu-inner-item:last-child {
	margin-bottom: 0;
}
.aside-menu-number {
	position: absolute;
	top: 0;
	left: 0;
	color: #080808;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
}
.aside-menu-inner-item .aside-menu-number {
	color: #858585;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.aside-menu-text {
	color: #080808;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	cursor: pointer;
}
.aside-menu-inner-item .aside-menu-text {
	color: #858585;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.rat-item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	position: relative;
	margin-bottom: 15px;
	padding: 10px 8px 8px;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(176, 155, 251, 0.6);
	border-radius: 10px;
	overflow: hidden;
}
.rat-item:last-child {
	margin-bottom: 0;
}
.rat-badge {
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 26px 27px 6px;
	background-size: contain;
	color: var(--primary);
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	overflow: hidden;
}
.rat-badge:before {
	content: "";
	position: absolute;
	height: 50px;
	width: 50px;
	right: 14px;
	bottom: 18px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 20px #B09BFB;
}
.rat-badge.is-active {
	color: #fff;
}
.rat-badge.is-active:before {
	background-color: var(--primary);
	box-shadow: none;
}
.rat-badge span {
	position: relative;
}
.rat-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	position: relative;
	z-index: 1;
}
.rat-logo-block {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	margin-top: -10px;
}
.rat-logo {
	display: block;
	height: 35px;
    width: auto;
	max-width: 100%;
}
.rat-text {
	margin-bottom: 4px;
	color: #080808;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
}
.rat-btns {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	width: 100px;
	z-index: 1;
}
.rat-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 10px;
	font-size: 13px;
	line-height: 24px;
	transition: background-color .2s linear;
}
.rat-btn.btn-yes {
	height: 30px;
	margin-bottom: 4px;
	background-color: #fff;
	color: var(--primary);
	border: 1px solid var(--primary);
	border-radius: 15px;
	text-decoration: none;
}
.rat-btn.btn-yes:hover {
	background-color: #c0f4ff;
}
.rat-btn.btn-yes.is-active {
	background-color: var(--primary);
	color: #fff;
}
.rat-btn.btn-yes.is-active:hover {
	background-color: var(--primary-hover);
}
.rat-btn.btn-no {
	height: 24px;
	color: var(--primary);
	text-decoration: underline;
}
.rat-btn.btn-no:hover {
	text-decoration: none;
}
.offer-rat-block {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}
.offer-rat-item {
	height: 12px;
	width: 12px;
	margin-right: 8px;
	background: url("offers-rating-icon.svg") no-repeat center center;
	background-size: contain;
}
.offer-rat-item:last-child {
	margin-right: 0;
}
.offer-rat-item.offer-rat-item-active {
	background-image: url("offers-rating-icon-active.svg");
}

.page-review-user-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
}
.page-review-title {
	margin-bottom: 50px;
	color: #080808;
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
	text-align: center;
}
.page-review-user-photo-block {
	width: 106px;
	margin-right: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.page-review-user-photo {
	display: block;
	height: auto;
    width: 100%;
}
.page-review-user-title {
	margin-bottom: 4px;
	color: #080808;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
}
.page-review-rating-block {
	margin: 0 -20px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(176, 155, 251, 0.6);
}
.page-review-user-rating-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}
.page-review-user-rating-item:last-child {
	margin-bottom: 0;
}
.page-review-user-rating-text {
    display: flex;
    flex: 1;
    padding-right: 10px;
    color: #000;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    word-break: break-all;
}
.page-review-rating-block .offer-rat-item {
    height: 21px;
    width: 20px;
}

.exp-item {
	margin-bottom: 30px;
}
.exp-item:last-child {
	margin-bottom: 0;
}
.exp-title {
	margin-bottom: 10px;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
}
.exp-image-block {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 317px;
	margin-bottom: 30px;
}
.exp-image-block:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("exp-image-block-bg.png") no-repeat center center;
	background-size: contain;
}
.exp-image {
	display: block;
	position: relative;
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}

.prgrph-block {
	padding: 25px;
	background-color: var(--primary);
	color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(176, 155, 251, 0.6);
}
.prgrph-block .section-title {
	color: #ffffff;
}

.faq-item {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  word-break: break-word;
  cursor: pointer;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-title {
  position: relative;
  padding: 0 30px 5px 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #080808;
}

.faq-title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 0, 0, 0.85);
  border-top-width: 0;
  border-left-width: 0;
  transform: translateY(-8px) rotate(45deg);
}

.faq-content {
  display: none;
  margin-top: 10px;
  font-size: 14px;
}

.faq-content p {
  margin-bottom: 10px;
}

.faq-content p:last-child {
  margin-bottom: 0;
}

.faq-item.is-visible .faq-content {
  display: block;
  animation: fadeIn 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}

.faq-item.is-visible .faq-title:before {
  transform: translateY(-3px) rotate(-135deg);
}

.comparison-block {
	width: 100%;
}
.comparison-list {
	margin-bottom: 15px;
}
.comparison-list:last-child {
	margin-bottom: 0;
}
.comparison-item {
	position: relative;
	margin-bottom: 15px;
	padding: 0 10px 0 20px;
	color: #0b0a0a;
}
.comparison-item:last-child {
	margin-bottom: 0;
}
.comparison-item.item-success:before,
.comparison-item.item-success:after,
.comparison-item.item-failure:before{
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 12px;
	top: 11px;
	left: 0;
}
.comparison-item.item-success:before,
.comparison-item.item-success:after {
	background-color: #4CAF50;
}
.comparison-item.item-success:after {
	transform: rotate(90deg);
}
.comparison-item.item-failure:before {
	background-color: #F1462F;
}
/* END content section */

/* START fttr section */
.fttr-section {
	background: no-repeat center top;
	background-size: cover;
}

.fttr-links-list {
	margin-bottom: 58px;
}
.fttr-links-list:last-child {
	margin-bottom: 0;
}
.fttr-links-item {
	margin-bottom: 15px;
	text-align: center;
}
.fttr-links-item:last-child {
	margin-bottom: 0;
}
.fttr-links-link {
	color: #ffffff;
	font-size: 18px;
	line-height: 120%;
	text-decoration: none;
}
.fttr-links-link:hover {
	text-decoration: underline;
}
.copyright-block {
	margin-top: 30px;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
.copyright-block a {
	color: #ffffff;
}
/* END fttr section */

@media screen and (max-width: 860px) {
	.hddr-section {
		min-height: 100vh;
		padding: 40px 0 8px;
		background-image: url("header-bg-mob.jpg");
		overflow: hidden;
    }
	.hddr-menu-item.hddr-menu-item-list:before {
		right: 10px;
	}
	.hddr-menu-item.is-visible .hddr-menu-inner-list {
		display: block;
	}
	.hddr-image-block {
		margin: -40px -25px 10px;
		height: 78vw;
		left: 0!important;
		width: auto!important;
	}
	.hddr-image {
		width: 108%;
		left: -5%;
		top: 0;
	}
	.hddr-menu-block {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		padding: 55px 30px 10px;
		z-index: 1;
	}
	.hddr-menu-btn {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
		position: absolute;
		height: 12px;
		width: 18px;
		top: 16px;
		right: 11px;
		z-index: 1;
	}
	.hddr-menu-list {
		display: none;
		flex-direction: column;
		align-items: stretch;
	}
	.hddr-menu-item {
		margin-bottom: 40px;
	}
	.hddr-menu-inner-link {
		text-align: center;
	}
	.content-section {
		background-size: 200% auto;
	}
	.content-section .center {
		display: grid;
		grid-gap: 50px;
	}
	.section-column {
		margin-bottom: 50px;
	}
	.section-column:last-child {
		margin-bottom: 0;
	}

	.fttr-section {
		background-image: url("footer-bg-mob.jpg");
	}
}

@media screen and (min-width: 861px) {
	.aside-block[data-side="top"] {
		width: 280px;
		grid-area: side-top;
		position: sticky;
		top: 0;
	}
	.main-block {
		grid-area: main;
	}
	.hddr-section {
		padding: 16px 0;
		background-image: url("header-bg-web.jpg");
	}
	.hddr-section .logo {
		margin: 0;
	}
	.hddr-image-block {
		position: absolute;
		height: 480px;
		width: 50%;
		top: 0;
		right: 50%;
		overflow: hidden;
	}
	.hddr-title {
		margin-bottom: 40px;
	}
	.hddr-text {
		min-height: 146px;
	}
	.hddr-menu-list {
		display: flex;
		flex-direction: row;
		flex-direction: row;
		align-items: flex-start;
		margin-bottom: 30px;
	}
	.hddr-menu-item {
		margin-left: 40px;
	}
	.hddr-menu-item:hover {
		z-index: 10;
	}
	.hddr-menu-inner-list {
		position: absolute;
		width: 250px;
		top: 0;
		left: -20px;
		padding: 40px 17px 16px;
		background-color: var(--primary);
		border-radius: 10px;
		box-shadow: 0px 0px 40px rgba(0, 151, 184, 0.6);
	}
	.hddr-menu-item:hover .hddr-menu-inner-list {
		display: block;
	}
	.hddr-menu-inner-item {
		margin-bottom: 9px;
		text-align: left;
	}
	.hddr-menu-inner-item:last-child {
		margin-bottom: 0;
	}
	.hddr-menu-item:first-child {
		margin-left: 0;
	}
	.hddr-info {
		max-width: 470px;
		/*new*/
	position: relative;
	left: 50%;
	text-align: left;
	/* max-width: 400px; */
}
.hddr-menu-block{
  position: relative;
  left: 39%;
  max-width: 600px;
}
	.section-row.flex-row {
		display: flex;
		flex-direction: row;
		justify-content: stretch;
		align-items: flex-start;
	}
	.section-column {
		width: 50%;
	}
	.section-column:first-child {
		margin-right: 40px;
	}
	.hddr-section .section-column:first-child {
		display: flex;
		flex: 1;
		margin: 0 0 0 20px;
	}
	.hddr-section .section-column:last-child {
		width: 575px;
	}

	.content-section {
		background-size: auto;
	}
	.content-section .center {
		display: grid;
		grid-gap: 40px;
		grid-template-areas: 'main main side-top''main main .';
	}

	.comparison-list-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.comparison-list {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		flex: 1;
		margin: 0 20px 0 0;
	}
	.comparison-list:last-child {
		margin-right: 0;
	}

	.page-review-user-block {
		flex: 1;
		margin: 20px 10px 0 0;
	}
	.page-review-inner {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.page-review-rating-block {
		display: flex;
		margin: 0;
	}

	.exp-item {
		margin-bottom: 70px;
	}
	.exp-title {
		font-size: 18px;
		line-height: 27px;
	}

	.prgrph-block {
		padding: 50px 65px;
	}

	.costs-block {
		padding: 30px 40px 20px;
	}
	.costs-block th {
		padding-bottom: 25px;
	}
	.costs-block tbody tr:first-child td {
		padding-top: 25px;
	}
	.fttr-section {
		background-image: url("header-bg-web.jpg");
	}
	.fttr-links-block {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}
	.fttr-links-list {
		margin: 0 20px 0 0;
	}
	.fttr-links-list:last-child {
		margin-right: 0;
	}
	.fttr-links-item {
		text-align: left;
	}
	.fttr-logo-block {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}
}
@media screen and (max-width: 1040px) {
	.hddr-image-block {
		left: 440px;
		width: calc(100% - 440px);
	}
}