:root {
    --page-accent-color: #5c3290;
}

h1 {
    margin-bottom: 30px;
}

h2, h3, .h2, .h3 {
    margin-top: 70px;
    margin-bottom: 35px;
    padding: 0;
}

@media (width <= 767.98px) {
    h2, h3, .h2, .h3 {
        margin-block: 2rem 1rem;
    }
}

.h3 {
    text-transform: initial;
    font-size: 28px;
    font-weight: bold;
}

.h4 {
    margin-top: 28px;
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: 600;
}

.h5 {
    font-size: 16px;
    font-weight: 600;
}

.sm-link {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1;
    color: #c2c2c2;
}

.b-hero {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 45px;
    padding: 20px 60px 60px;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    background: #c6a7ff;
}
.b-hero__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.b-hero__bg-img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.b-hero__title {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}
.b-hero__text {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
@media (width <= 767.98px) {
    .b-hero {
        height: auto;
        padding: 40px 20px 80px;
        /* background-position-x: 70%; */
    }
    .b-hero__title {
        max-width: 60%;
        font-size: 28px;
    }
    .b-hero::after {
        display: none;
    }
}

.box-warning {
    background: url("/images/prodvizhenie-v-nejrosetyah/c_1.png") no-repeat scroll 15px 50% #f2e9fc;
    border-color: #dabef8;
    color: var(--page-accent-color);
}


.b-tarif-container {
    margin-block: 40px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}
.b-tarif {
    --main-color: #000;
    --second-color: #808080;
    --bd-color: #dbdbdb;
    --bg-color: #fff;

    display: flex;
    flex-direction: column;
	border-radius: 15px;
	border: solid 1px #dbdbdb;
    background-color: var(--bg-color);
	padding: 32px 26px 54px;
    color: var(--main-color);
}
.b-tarif_base {
    --bd-color: #767676;
    --bg-color: #f5e8da;

	background-repeat: no-repeat;
	background-position: 100% 0;
	background-image: url(/images/prodvizhenie-v-nejrosetyah/pop.png);
}
.b-tarif_elit {
    --main-color: #fff;
    --second-color: #fff;
    --bg-color: var(--page-accent-color);
}
.b-tarif__sub {
    margin-bottom: 20px;
	font-size: 19px;
	font-weight: normal;
	line-height: normal;
	color: #999;
}
.b-tarif__title {
	margin-bottom: 32px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	color: currentColor;
}
.b-tariff__list {
    flex-grow: 1;
    margin: 0;
    padding: 0;
}
.b-tariff__list li {
    position: relative;
    list-style: none;
    padding-left: 40px;
    margin-bottom: 28px;
}
.b-tariff__list li::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat url(/images/prodvizhenie-v-nejrosetyah/c_2.png);
}
.b-tarif_elit .b-tariff__list li::before {
    background-image: url(/images/prodvizhenie-v-nejrosetyah/c_3.png);
}
.b-tariff__list li .title {
    font-size: 18px;
}
.b-tariff__list li .text {
    font-size: 14px;
    color: var(--second-color);
}
.b-tarif__line {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
.b-tarif__line span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 17px;
    border: solid 1px var(--bd-color);
    background-color: var(--bg-color);
    font-size: 18px;
    font-weight: bold;
}
.b-tarif__line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: var(--bd-color);
}
.b-tarif__price2 {
    text-align: center;
    font-size: 19px;
}
.b-tarif__price2 span {
    font-size: 30px;
    font-weight: 600;
}
.b-tarif__list-of-active {
	margin-bottom: 9px;
	padding-left: 10px;
}
.b-tarif__list-of-active li {
	list-style: "-";
	font-size: 16px;
	line-height: 1.25;
	color: #91959f;
}
.b-tarif__list-of-active li.active {
	list-style: "â€¢";
	color: #5d5abb;
}
.b-tarif__btn-showmore-wrap {
	position: relative;
    height: 1px;
    background-color: #848fa8;
    background-clip: content-box;
    padding: 10px 0;
    box-sizing: content-box;
}
.b-tarif__btn-showmore {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 21px;
	height: 21px;
	display: block;
	padding: 7px 6px 8px 7px;
	box-shadow: 0px 3px 10px 0 rgba(51, 48, 84, 0.15);
	background-color: #fff;
	background-image: url(/images/contextual_reklama/deep.png);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	border: none;
}
.b-tarif__showarea {
	margin-bottom: 11px;
}
.b-tarif__check-dt {
	font-size: 16px;
	color: #333054;
}
.b-tarif__check-dd {
	position: relative;
	margin-bottom: 25px;
	padding-left: 26px;
	font-size: 25px;
	line-height: 0.8;
	font-weight: 800;
	color: #333054;
}
.b-tarif__check-dd::before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 5px;
	left: 0;
	background: no-repeat url(/images/contextual_reklama/check_violet.png);
}
.b-tarif__check-list {
	padding: 0;
	margin-bottom: 20px;
}
.b-tarif__check-item {
	position: relative;
	list-style: none;
	margin: 5px 0;
	padding-left: 26px;
	font-size: 16px;
	color: #91959f;
}
.b-tarif__check-item::before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 3px;
	left: 0;
	background: no-repeat url(/images/contextual_reklama/check_grey.png);
}
.b-tarif__check-item.active {
	color: #333054;
}
.b-tarif__check-item.active::before {
	background-image: url(/images/contextual_reklama/check_violet.png);
}
.b-tarif__check-item a {
	color: inherit;
}
.b-tarif__price-onetime-descr {
	text-align: center;
	font-size: 16px;
	color: #333054;
}
.b-tarif__price-onetime-number {
	text-align: center;
	font-size: 45px;
	font-weight: 800;
	color: #333054;
}
.b-tarif__price-onetime-currency {
	text-align: center;
	font-size: 14px;
	color: #333054;
}
.b-tarif__btn-wrap {
	margin-top: 24px;
}
.b-tarif__btn-wrap .btn {
	display: block;
	width: 100%;
    padding: 16px 16px;
    font-size: 22px;
    font-weight: 600;
    background-color: var(--page-accent-color);
    color: #fff;
}
.b-tarif_elit .b-tarif__btn-wrap .btn {
    background-color: #fff;
    color: #000;
}

.b-tarif:hover {
	box-shadow: 0px 15px 35px 0 rgba(5, 34, 75, 0.1);
}

@media (max-width: 767.98px) {
	.b-tarif__price {
		font-size: 48px;
	}
	.b-tarif__showarea {
		display: none;
	}
}


.b-gimg {
    margin-top: 40px;
    position: relative;
    padding: 50px calc(8vw + 350px) 50px 90px;
    background-color: #f4f4f4;
    border-radius: 8px;
}
.b-gimg__image {
    position: absolute;
    top: -23px;
    right: 8vw;
}
.b-gimg__title {
    margin-top: 0;
    margin-bottom: 20px;
}
.b-gimg__text {
    max-width: 750px;
}
@media (width <= 1023.98px) {
    .b-gimg {
        padding: 30px 40px;
    }
    .b-gimg__image {
        display: none;
    }
}

.row-flex-adapt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
   
}

.table-styled {
    --head-bg-color: var(--page-accent-color);
    --head-color: #fff;
    --grey-color: #ebdaff;
}

.b-why {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.b-why__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    border: solid 1px #e0e0e0;
    padding: 0 30px 40px;
    background-color: #fff;
}
.b-why__title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: var(--page-accent-color);
}
.b-why__image {
    height: 220px;
    display: flex;
    align-items: center;
}
.b-why__text {
    text-align: center;
    font-size: 15px;
    line-height: normal;
    color: #808080;
}
@media (width <= 767.98px) {
    .b-why__item {
        padding: 20px;
    }
}

.b-begining {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.b-begining__item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    counter-increment: num;
    flex: 1;
    position: relative;
    padding: 30px 12px 90px 26px;
    border-radius: 8px;
    background-color: #f5e8da;
}

.b-begining__item-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

.b-begining__item-text {
    font-size: 15px;
    color: #808080;
}

.b-begining__item::after {
    content: '0'counter(num);
    position: absolute;
    z-index: -1;
    right: 18px;
    bottom: 0;
    font-size: 148px;
    line-height: 0.8;
    color: #fff3e7;
}

@media (width <= 991.98px) {
    .b-begining__item {
        flex: calc(50% - 20px);
    }
}

@media (width <= 479.98px) {
    .b-begining__item {
        flex: 100%;
    }
}

@media (width >= 576px) {
    .row-float-img p {
        margin-left: 170px;
    }
    .row-float-img__float-left {
        float: left;
    }
}