
body {
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 133%;
    color: var(--black);
    background: #f7eff9;
}

h1, h2, h3, h4, .h3 {
    font-family: var(--second-family);
}

h3, .h3 {
    font-size: 36px;
    line-height: 111%;
}

a, button, input {
    outline: none !important;
}

.row-gap-30 {
    row-gap: 30px;
}

.row-gap-20 {
    row-gap: 20px;
}

h2 {
    margin: 20px 0;
}

p {
    margin-bottom: 20px;
}

img, svg {
    flex: none;
}

._w-100 {
    width: 100% !important;
    max-width: 100%;
}

svg, path, a  {
    transition: 0.2s all;
    flex: none;
}

ul li p {
    margin: 0;
}

.col-12 {
    display: flex;
    flex-direction: column;
}

:root {
    --font-family: "Golos Text", sans-serif;
    /*--font-family: "Oswald", sans-serif;*/
    --second-family: "Bebas Neue", sans-serif;

    --purple: #4c078c;
    --pink: #e01883;
    --white: #fff;
    --white-ghost: rgba(255, 255, 255, 0.6);
    --black: #303030;
    --black-ghost: rgba(0, 0, 0, 0.5);
    --purple-ghost: #f6eef9;
    --placeholder: rgba(0, 0, 0, 0.2);
    --color: #f0f1f1;
    --color-2: rgba(0, 0, 0, 0.4);
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('/local/fonts/BebasNeueBold.woff2') format('woff2'),
    url('/local/fonts/BebasNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

a {
    /*color: var(--d9d9d9);*/
    color: var(--pink);
    text-decoration: none;
}

a:hover {
    color: var(--pink);
    text-decoration: underline;
}

.required.error, .error_empty {
    border-color: red !important;
}

.error_empty::before {
    content: "Обязательное поле для заполнения";
    position: absolute;
    top: -18px;
    left: 1px;
    color: red;
    font-size: 12px;
}

.bx-404-container {
    text-align: center;
    margin: 5rem 0;
}

.form-group {
    position: relative;
    margin-bottom: 10px;
}

textarea,
.form-control {
    border: 1px solid transparent;
    height: 52px;
    padding: 0 30px;
    border-radius: 30px;
    font-family: var(--second-family);
    font-size: 24px;
}

textarea {
    width: 100%;
    padding: 15px 30px 20px 30px;
    height: 185px;
}

.slCallBack_form_PPBlock-label {
    font-size: 14px;
    line-height: 129%;
    color: var(--white-ghost);
    display: flex;
    align-items: self-start;
    gap: 5px;
    /*margin-top: 20px;*/
}

.slCallBack_form_PPBlock-label a {
    color: var(--white-ghost);
    display: contents;
}

.modal .slCallBack_form_PPBlock-label a,
.modal .slCallBack_form_PPBlock-label {
    color: var(--black);
}

.modal .slCallBack_form_PPBlock-label {
    margin-top: 10px;
}

.modal .form-control {
    border: 1px solid rgb(222 226 230);
}

.modal .mButton {
    width: 100%;
}

.bx-breadcrumb-item-separator {
    margin-left: 7px;
}

.sl_breadcrumb-item:first-of-type .bx-breadcrumb-item-separator {
    display: none;
}

/*======*/

.sl_row-3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
}

.sl_col-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.sl_row-6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
}

.sl_col-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.sl_row-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.sl_col-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.sl_row-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.sl_col-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/*======*/

.mButton {
    border: none;
    text-shadow: none;
    box-shadow: none;
    height: 52px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    width: max-content;
    text-decoration: none;
    transition: 0.2s all;
    text-transform: inherit !important;
    background: var(--pink);
    font-weight: 400;
    font-size: 24px;
    line-height: 117%;
    color: var(--white);
    font-family: var(--second-family);
    border-radius: 30px;
}

.mButton:hover {
    cursor: pointer;
    color: #fff;
    background: var(--black);
}

._pg-button {
    background: var(--purple-ghost);
    color: var(--purple);
}

.bx-footer {
    background: var(--black);
    padding: 40px 0;
}

.sl_breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.el_card-image {
    height: 200px;
    margin-bottom: 10px;
    /*background-image: url(/images/icons/no-photo-icon.png);*/
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #d5d5d5;
}

.el_main_img {
    min-width: 425px;
}

.bx-nav-list-1-lvl {
    justify-content: center;
}

.bx-nav-1-lvl-link-text {
    color: #000;
}

.item_card-addToCart {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.el_card-quantity--block {
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    background: #F5F5F5;
    padding: 2px 0;
}

.el_card-quantity--button {
    background: #F5F5F5;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
    cursor: pointer;
}

.el_card-quantity {
    width: 30px;
    text-align: center;
    border: none;
    padding: 0;
    height: 30px;
    background: #fff;
    border-radius: 5px;
}

.catalog_item_unit {
    font-weight: 600;
    font-size: 14px;
    color: #9D9D9D;
}

.item_card-addToCart--button {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background: var(--black);
    border-radius: 5px;
    padding: 8px 13px;
    transition: 0.2s all;
    cursor: pointer;
}

.el_card-quantity::-webkit-outer-spin-button,
.el_card-quantity::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.success_inCart-imageWrapp {
    text-align: center;
    margin: 30px 0;
}

.success_inCart-image {
    background: var(--black);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 15px;
    display: inline-block;
}

.success_inCart-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.success_inCart-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.success_inCart-buttons .mButton {
    font-size: 15px;
}

.catalog_item-buyButton {
    background: var(--red);
    border: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #F6F6F6;
    text-transform: inherit !important;
    border-radius: 10px;
    padding: 0 30px;
    margin-bottom: 0px;
    height: 50px;
    cursor: pointer;
    transition: 0.2s all;
}

.catalog_item-buyButton:hover {
    background: var(--black);
}

.catalog_item-buyButton.addToCart i {
    margin-right: 10px;
}

.product-item-amount {
    text-align: center;
}

.product-item-amount-field-container {
    display: flex;
    align-items: center;
    background: #D9D9D9;
    border-radius: 10px;
    padding: 13px 15px;
}

.product-item-amount-field {
    max-width: inherit;
}

.sort-section-wrapper {
    box-shadow: 0px 4px 30px rgb(0 0 0 / 8%);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
}

.sort-section-list a:hover,
.sort-section-holder:hover {
    cursor: pointer;
    color: var(--red);
}

.sort-section {
    display: flex;
    align-items: center;
}

.sort-section-title {
    font-weight: 600;
    font-size: 16px;
    margin-right: 5px;
}

.sort-section-block {
    position: relative;
}

.sort-section-list {
    position: absolute;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    transition: 0.2s all;
    width: max-content;
    display: none;
    pointer-events: none;
    box-shadow: 0 0 8px 0px #bbbbbb;
    z-index: 15;
}

.sort-section-list a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.sort_list-active {
    pointer-events: all;
    display: block;
}

.catalog_func-items {
    display: flex;
    align-items: center;
    gap: 10px;
}

.catalog_func-item {
    width: 30px;
    height: 30px;
    display: flex;
    background: var(--red);
    align-items: center;
    justify-content: center;
    position: relative;
}

.catalog_func-item--count {
    color: #fff;
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.compare_check {
    display: none;
}

.catalog_item-compare .compare_check:checked+svg path,
.catalog_item-compare:hover svg path,
.catalog_item-favorite:hover svg, .catalog_item-favorite.active svg {
    fill: var(--red);
}

.catalog_item-compare svg path {
    stroke: var(--red);
}

.catalog_item-favorite:hover,
.catalog_item-compare:hover {
    cursor: pointer;
}

.btn-secondary._compare-diff-button {
    background: #ddd;
    color: #222;
}

._compare-buy-button {
    font-size: 16px;
    height: 40px;
}

.catalog-compare-filter {
    border: 5px solid #ddd;
    background: #f5f5f5;
}

.catalog-compare-filter-title {
    font-weight: 700;
    font-size: 18px;
}

.compare_list_count div {
    display: block !important;
}

/*.el_buttons-block {*/
    /*display: flex;*/
/*}*/

.fixed_search_form-showButton {
    cursor: pointer;
}

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

.fixed_search_form-top {
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    top: 0;
    padding: 45px 0;
    z-index: 1000;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    transform: translateY(-100%);
    transition: 0.3s all;
}

._fixed_search_form-active {
    transform: translateY(0%);
}

.top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    /*background: #480784;*/
}

.top_menu li a {
    font-size: 14px;
    line-height: 157%;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
}

.top_menu {
    gap: 26px;
    width: 911px;
}

.top_block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid var(--white-ghost);
    padding: 15px 0;
}

.header_top {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.header_right-contacts {
    display: flex;
    width: 911px;
    justify-content: space-between;
}

.header_contact-item {
    display: flex;
    flex-direction: column;
}

.header_contact-item--phone {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 36px;
    line-height: 111%;
    color: var(--white);
    text-decoration: none;
    width: max-content;
}

.header_contact-item--social {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.header_contact-item--desc {
    color: var(--white-ghost);
}

.header_mail {
    font-size: 14px;
    line-height: 129%;
    color: var(--pink);
    text-decoration: none;
    text-align: center;
}

.header_contact-item .mButton {
    margin-bottom: 6px;
}

.header h1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 116px;
    line-height: 97%;
    color: var(--white);
    margin-bottom: 60px;
    margin-top: 100px;
    text-wrap: balance;
}

.header_content-bottom {
    display: flex;
    gap: 60px;
}

._hci-1 .header_content-item--title {
    font-family: var(--second-family);
    font-size: 36px;
    line-height: 111%;
    color: var(--white);
    margin-bottom: 6px;
}

.header_content-item--title {
    font-family: var(--second-family);
    font-size: 64px;
    line-height: 98%;
    color: var(--white-ghost);
}

.half_block-section ul,
.header_content-bottom ul,
.line_list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    list-style-type: none;
    margin-left: 12px;
}

.half_block-section ul li:before,
.header_content-bottom ul li:before,
.line_list li:before {
    content: '';
    width: 16px;
    height: 2px;
    background: var(--pink);
    display: inline-block;
    flex: none;
}

.header_content-bottom ul,
.header .line_list {
    color: var(--white-ghost);
}

.half_block-section ul li,
.header_content-bottom ul li,
.line_list li {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header_content-item._hci-1 {
    flex: none;
}

.header_content-item--text {
    color: var(--white);
}

.header_content-item._hci-2 {
    width: 470px;
}

.header_content-item._hci-2 {
    width: 470px;
    border-left: 1px solid var(--pink);
    padding-left: 24px;
}

.header {
    background: linear-gradient(180deg, #4c078c 0%, #150226 100%);
    /*padding-top: 88px;*/
    padding-top: 54px;
    padding-bottom: 170px;
    border-radius: 0 0 90px 90px;
    position: relative;
}

.header_advants {
    display: flex;
    gap: 20px;
    margin-top: -45px;
}

.header_advants-slider {
    margin-top: -45px;
}

.header_advant {
    border-radius: 30px 30px 30px 0;
    padding: 24px 28px 40px 28px;
    backdrop-filter: blur(60px);
    background: var(--pink);
    color: #fff;
    flex: 1;
}

.swiper-slide.header_advant div {
    font-family: var(--second-family);
    font-size: 24px;
    line-height: 117%;
    margin-bottom: 6px;
}

h1,
.module_title {
    font-family: var(--second-family);
    font-size: 64px;
    line-height: 98%;
    margin-bottom: 32px;
    margin-top: 0;
}

.module_title span {
    color: var(--pink);
}

.half_block {
    display: flex;
    gap: 50px;
}

.half_block-left {
    flex: none;
}

.full_width.half_block-section {
    /*padding-bottom: 52px;*/
    /*padding-top: 150px;*/
}

.half_block ul {
    margin-bottom: 15px;
}

.free_trafficForm-block {
    display: flex;
    gap: 76px;
    align-items: center;
    background: var(--purple);
    color: #fff;
    border-radius: 90px 90px 90px 0;
    padding: 52px 72px;
}

.free_trafficForm-content {
    display: flex;
    gap: 30px;
}

#slCallBack_form-id3 .slCallBack_form_PPBlock-label {
    margin: 0;
}

.seo_advants-item {
    border-radius: 30px 30px 30px 0;
    padding: 56px 32px;
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.seo_advants-item--title {
    font-family: var(--second-family);
    font-size: 28px;
    line-height: 117%;
    margin-bottom: 40px;
}

.seo_advants-item--text {
    position: relative;
}

.seo_advants-item--text:before {
    content: '';
    width: 48px;
    background: var(--pink);
    height: 2px;
    position: absolute;
    top: -8px;
    left: 0;
}

.full_width.seo_advants-section {
    /*padding-top: 180px;*/
    /*padding-bottom: 132px;*/
}

.full_width {
    padding: 108px 0;
}

.full_width.free_trafficForm-section {
    padding: 0;
}

.seo_garant-subTitle {
    font-family: var(--second-family);
    line-height: 98%;
    color: var(--white);
    font-size: 36px;
}

.seo_garant-block .module_title {
    margin: 0;
    color: #fff;
}

.seo_garant-block {
    border-radius: 90px 90px 90px 0;
    padding: 60px 32px 60px 60px;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.seo_garant-text {
    color: var(--white-ghost);
    flex: none;
    max-width: 640px;
    position: relative;
}

.seo_garant-text:before {
    content: '';
    width: 1px;
    background: var(--pink);
    height: 141px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}

.full_width.seo_garant-section {
    padding: 0;
}

.main_slider-arrow {
    border-radius: 12px;
    width: 32px;
    height: 56px;
    background: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    transition: 0.2s all;
}

.main_slider-arrow._prev {
    left: -16px;
}

.main_slider-arrow._next {
    right: -16px;
}

.swiper_section {
    position: relative;
}

.cases_item {
    border-radius: 30px 30px 30px 0;
    padding: 24px 32px;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
}

.cases_item-bottom {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-grow: 1;
}

.cases_item-bottom--item {
    flex: 1;
    border-radius: 12px;
    padding: 24px;
    /*height: 292px;*/
    backdrop-filter: blur(40px);
    background: var(--black-ghost);
}

.cases_item-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 250px;
}

.cases_item-titleBlock {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.cases_item-title {
    flex: none;
    max-width: 485px;
}

.cases_item-top--panel {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cases_item-top--item {
    backdrop-filter: blur(40px);
    background: var(--white-ghost);
    height: 30px;
    padding: 0 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cases_item-siteLink.cases_item-top--item {
    color: var(--pink);
}

.cases_item-offerItem.cases_item-top--item {
    color: var(--purple);
}

.cases_item-title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 36px;
    line-height: 111%;
    color: var(--white);
}

.cases_item-bottom--title {
    font-family: var(--second-family);
    font-size: 24px;
    line-height: 117%;
    margin-bottom: 10px;
}

.cases_item-bottom--text p {
    margin-bottom: 10px;
}

.swiper-pagination {
    display: flex;
    bottom: -25px !important;
    top: inherit !important;
    gap: 12px;
}

.swiper-pagination-bullet {
    margin: 0 !important;
    background: #D0C9D1;
    opacity: 1;
    transition: 0.3s all;
    border: 2px solid transparent;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 48px;
    background: none;
    border-color: var(--pink);
    border-radius: 12px;
}

.plan_nav-pills .plan_nav-link {
    border: 1px solid var(--black);
    border-radius: 30px;
    padding: 0px;
    width: 125px;
    height: 56px;
    font-family: var(--second-family);
    font-size: 24px;
    line-height: 117%;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan_nav-pills .plan_nav-link:hover,
.plan_nav-pills .nav-link.plan_nav-link.active {
    background-color: var(--black) !important;
    color: #fff;
    text-decoration: none;
}

.plan_nav-pills {
    gap: 12px;
}

.plan_tab-content {
    margin-top: 35px;
    color: var(--black-ghost);
}

._bottom-separator {
    padding-bottom: 108px;
    border-bottom: 1px solid var(--black-ghost);
}

.form-group.g_hidden {
    display: none;
}

.offer_item {
    border-radius: 30px 30px 30px 0;
    padding: 40px 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.offer_item-price {
    margin-top: auto;
}

.offer_item-title {
    font-family: var(--second-family);
    font-size: 36px;
    line-height: 111%;
    color: #000;
    margin-bottom: 12px;
}

.offer_item-text p {
    margin-bottom: 12px;
}

.offer_item-text {
    color: var(--black-ghost);
    margin-bottom: 50px;
}

.offer_item-price {
    margin-top: auto;
    font-family: var(--second-family);
    margin-bottom: 20px;
}

.catalog_item-mainPrice {
    font-size: 36px;
    line-height: 111%;
}

.catalog_item-noPrice {
    font-size: 24px;
    line-height: 117%;
}

.offer_item-buttons {
    display: flex;
    align-items: center;
    gap: 24px;
}

.offer_item-tariffButton {
    font-weight: 700;
    color: var(--black);
    text-decoration: none;
}

.slForm_block.form_id-5 {
    border: 2px solid var(--black);
    border-radius: 30px 30px 30px 0;
    padding: 40px 24px;
    background: var(--purple);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.offer_right-form--title {
    font-family: var(--second-family);
    font-size: 64px;
    line-height: 98%;
    color: #fff;
}

.offer_right-form--subTitle {
    font-family: var(--second-family);
    font-size: 24px;
    line-height: 117%;
    color: var(--white-ghost);
    margin-bottom: 30px;
}

.offer_right-form--items {
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.offer_right-form--items .mButton {
    flex: none;
    width: 200px;
}

.offer_right-form--bottom {
    margin-top: auto;
    color: var(--white);
}

.offer_right-form--phone {
    font-family: var(--second-family);
    font-size: 36px;
    line-height: 111%;
}

.reviews_title-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.reviews_title-block h2 {
    margin: 0;
}

.reviews_subTitle {
    font-size: 20px;
    line-height: 160%;
}

.reviews_item {
    border-radius: 30px 30px 30px 0;
    padding: 40px 24px;
    background: #fff;
    height: auto;
    display: flex;
    flex-direction: column;
}

.reviews_item-title {
    font-family: var(--second-family);
    font-size: 36px;
    line-height: 111%;
    color: #000;
    margin-bottom: 5px;
}

.reviews_item-stars {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
}

.reviews_item-text {
    color: var(--black-ghost);
    margin-bottom: 45px;
}

.reviews_item-bottom {
    margin-top: auto;
}

.full_width.check_spec-section .mButton,
.free_trafficForm-title {
    flex: none;
}

.faq_item-text {
    display: none;
}

.faq_item-titleBlock {
    padding: 40px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--second-family);
    font-size: 36px;
    line-height: 111%;
    color: #000;
    overflow: hidden;
    cursor: pointer;
    /*background: #fff;*/
    position: relative;
}

.faq_item {
    border-radius: 30px 30px 30px 0;
    border: 2px solid transparent;
    transition: 0.2s all;
    background: #fff;
}

.faq_item-text {
    padding: 0px 24px 40px 24px;
    /*background: #fff;*/
}

.faq_item:hover,
.faq_item._faq-active {
    border-color: var(--pink);
}

.faq_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq_item._faq-active svg {
    transform: rotate(180deg);
}

.faq_item-titleBlock:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 10px);
    height: 1px;
    background: var(--pink);
}

.faq_item-titleBlock:before {
    content: '';
    position: absolute;
    bottom: 25px;
    width: 0%;
    height: 1px;
    background: var(--pink);
    left: 24px;
    transition: 0.4s all;
}

.faq_item._faq-active .faq_item-titleBlock:before {
    width: 3%;
}

.blog_item {
    border-radius: 30px 30px 30px 0;
    padding: 25px;
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
}

.blog_item-img {
    border-radius: 12px;
    height: 192px;
    margin-bottom: 40px;
    background-size: cover;
    background-position: top center;
}

.blog_item-title {
    font-family: var(--second-family);
    font-size: 36px;
    line-height: 111%;
    color: #000;
    margin-bottom: 12px;
}

.blog_item-viewsDate {
    display: flex;
    align-items: center;
    margin-top: auto;
    gap: 12px;
}

.blog_item-text {
    margin-bottom: 30px;
}

.blog_item-viewsDate--item {
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog_item .mButton {
    width: 100%;
    margin-top: 10px;
}

.get_price-form--social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.get_price-form--socialItems {
    display: flex;
    align-items: center;
    gap: 10px;
}

.get_price-form--socialItems a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.getPrice_form-section .mButton,
.getPrice_form-section .free_trafficForm-form {
    flex: 1;
}

footer {
    background: linear-gradient(180deg, #4c078c 0%, #150226 100%);
    padding-top: 40px;
    padding-bottom: 25px;
    color: #fff;
    margin-top: 108px;
}

.footer_items {
    display: flex;
    gap: 260px;
}

._footer-list-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_menu {
    flex-direction: column;
    font-family: var(--second-family);
    font-size: 24px;
    line-height: 117%;
    gap: 10px;
}

.footer_menu li a {
    color: var(--white);
}

.footer_policy {
    font-size: 14px;
    line-height: 129%;
    color: var(--white-ghost);
    margin-top: 70px;
}

.full_width.getPrice_form-section h2 {
    margin: 0;
}

.slCallBack_form_PPBlock-stat {
    position: relative;
    top: 3px;
}

._blog_row {
    row-gap: 20px;
}

._header-simple {
    padding-bottom: 40px;
    border-radius: 0;
}

.full_width.breadcrumbs {
    padding: 30px 0;
}

.news_banner-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 30px 0;
}

.news_banner-items {
    display: flex;
    align-items: center;
    gap: 16px;
}

.news_banner-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.news_banner-social--icons {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.blog_buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.full_width.getPrice_form-section {
    padding-bottom: 0;
}

.company_parts {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.company_docs-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: var(--second-family);
    font-size: 20px;
}

.company_docs-block a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--black);
}

.company_docs-block a:hover {
    text-decoration: none;
    color: var(--pink);
}

.full_width.main_offers-section .row {
    row-gap: 20px;
}

#slCallBack_form-id5 .slCallBack_form_PPBlock {
    margin-bottom: 25px;
}

.full_width.cases_section {
    padding-bottom: 20px;
}

.full_width.plan_section {
    padding: 0;
}

.full_width.reviews_section {
    padding-top: 0;
}

.full_width.check_spec-section {
    padding: 0;
}

.full_width.blog_section {
    padding: 0;
}

.offers_menu li:hover>ul {
    opacity: 1;
    z-index: 100;
    height: max-content;
    overflow: inherit;
    width: 1400px;
    pointer-events: all;
}

.offers_menu li ul {
    transition: 0.2s all;
    position: absolute;
    opacity: 0;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    z-index: -1;
    height: 0%;
    overflow: hidden;
    left: -34rem;
    pointer-events: none;
}

.offers_menu a {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 117%;
    color: var(--white);
    text-decoration: none;
}

.offers_menu li ul a {
    font-family: var(--font-family);
    font-size: 16px;
    color: var(--black);
}

.offers_menu {
    margin-top: 35px !important;
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 40px;
}

.offers_menu li {
    position: relative;
}

.offers_menu-parent--wrapper {
    padding: 30px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    transition: 0.2s all;
    background: #fff;
    box-shadow: 2px 2px 15px 0 rgba(37, 37, 37, 0.2);
    border: 1px solid #cecece;
    border-radius: 10px;
}

.offers_menu-parent--block {
    width: calc(25% - 23px);
}

.offers_menu-parent--title {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 700;
}

.offers_menu-main--item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.open_child {
    display: flex;
}

.offers_menu-parent--items {
    display: flex;
    flex-direction: column;
}

.module_top-desc {
    margin-bottom: 30px;
    margin-top: -10px;
}

.news_banner-social--shareButton {
    cursor: pointer;
}

.modal_prices-main .modal-dialog {
    max-width: 1000px;
}

.tab-pane--content {
    display: flex;
    gap: 50px;
    padding-top: 20px;
}

.tab-pane--block {
    flex: 1;
}

.price_modal-specialist--info {
    position: relative;
    cursor: pointer;
}

.price_modal-specialist {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.price_modal-specialists {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
    font-size: 17px;
}

.logo_img {
    width: 225px;
}

.slForm_block.form_id-7 .user_policy-form--checkBoxes,
.slForm_block.form_id-5 .user_policy-form--checkBoxes {
    color: #ddd;
}

.slForm_block.form_id-7 .user_policy-form-label a,
.slForm_block.form_id-5 .user_policy-form-label a {
    /*color: #fff;*/
}

table tr td {
    border: 1px solid #c3c3c3;
    padding: 10px;
}

.price_modal-tabsWrapper,
.price_modal-fullText {
    margin-top: 20px;
}

.tab-pane--blockTitle {
    font-weight: 700;
    margin-bottom: 10px;
}

.header_image {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.header_content {
    position: relative;
    z-index: 1;
}

.partners_directorForm-block {
    display: flex;
}

.partners_directorForm-img {
    width: 400px;
    background-image: url(/images/form-es.jpg);
    flex: none;
    border-radius: 90px 92px 15px 0;
    background-size: cover;
    background-position: top center;
}

.partners_directorForm-block {
    display: flex;
    background: var(--purple);
    color: #fff;
    border-radius: 90px 90px 90px 0;
    overflow: hidden;
}

.partners_basic-item {
    border-radius: 30px 30px 30px 0;
    background: #fff;
    padding: 20px;
    flex-grow: 1;
}

.partners_basic-item--text {
    line-height: normal;
}

.partners_basic-item--title {
    font-family: var(--second-family);
    font-size: 30px;
    margin-bottom: 15px;
    line-height: normal;
}

.basic_subTitle {
    font-family: var(--second-family);
    font-size: 25px;
    margin-bottom: 40px;
}

.partners_basic-item._partners-basic-item-form {
    background: var(--black);
    color: #fff;
}

.price_modal-fullText ul,
.price_modal-tabsWrapper .tab-content ul,
.partners_basic-item--text ul,
.list_purple {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.price_modal-fullText ul li,
.price_modal-tabsWrapper .tab-content ul li,
.partners_basic-item--text ul li,
.list_purple li {
    display: flex;
    gap: 6px;
    align-items: flex-start;
}

.price_modal-fullText li:before,
.price_modal-tabsWrapper .tab-content li:before,
.partners_basic-item--text ul li:before,
.list_purple li:before {
    flex: none;
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--pink);
    position: relative;
    top: 4px;
}

/*.form_basic-title {*/
    /*font-size: 24px;*/
    /*font-family: var(--second-family);*/
    /*margin-bottom: 10px;*/
    /*color: var(--pink);*/
/*}*/

.form_basic-title {
    font-size: 32px;
    font-family: var(--second-family);
    margin-bottom: 10px;
    color: var(--pink);
    text-align: center;
    line-height: 120%;
}

.form_basic-text {
    margin-bottom: 10px;
    line-height: normal;
}

.slForm_block.form_id-8 .mButton {
    width: 100%;
}

.partners_directorForm-i--title {
    font-family: var(--second-family);
    font-size: 25px;
    margin-bottom: 10px;
}

.partners_directorForm-info {
    display: flex;
    gap: 50px;
    margin-bottom: 20px;
}

.partners_directorForm-content {
    padding: 60px 40px;
}
.company_parts-item img {
    max-height: 90px;
}

.company_parts-item {
    background: #fff;
    flex: 1;
    padding: 15px 20px;
    text-align: center;
    border-radius: 30px 30px 30px 0;
    font-family: var(--second-family);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-size: 22px;
}

.centered_button {
    text-align: center;
    margin-top: 40px;
}

.partners_faq-section .faq_item-titleBlock {
    padding: 20px 20px;
    font-size: 27px;
}

.partners_faq-section .faq_item-text {
    padding: 0px 20px 20px 20px;
}

.full_width.partners_faq-section,
.full_width.partners_white4-section,
.full_width.partners_white2-section {
    padding: revert-layer;
}

.cases_list-block {
    display: flex;
    gap: 30px;
}

.cases_list-items {
    width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: none;
}

.cases_list-sections {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.case_folder {
    border-radius: 30px 30px 30px 0;
    background: var(--black);
    color: #fff;
    padding: 30px 30px 30px 45px;
    display: flex;
    gap: 40px;
}

.case_folder-img {
    max-height: 480px;
    width: 478px;
    border-radius: 20px;
    flex: none;
    background-size: cover;
    background-position: top center;
}

.cases_filter-title {
    font-family: var(--second-family);
    font-size: 36px;
    color: var(--pink);
    margin-bottom: 15px;
    line-height: normal;
}

.cases_list-sections {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: var(--second-family);
    font-size: 24px;
}

.cases_list-sections a {
    color: var(--black);
}

.cases_list-section--count {
    font-size: 24px;
    color: #bababa;
}

._case-section-active {
    color: var(--pink) !important;
}

.case_folder-top--panel {
    display: flex;
    gap: 10px;
}

.case_folder-top--item {
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: #fff;
    border-radius: 12px;
    height: 30px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.case_folder:hover {
    color: #fff;
    text-decoration: none;
}

.case_folder-siteLink {
    color: var(--pink);
}

.case_folder-offerItem {
    color: var(--purple);
}

.case_folder-title {
    font-size: 43px;
    margin: 30px 0;
}

.case_folder-result--title {
    font-family: var(--second-family);
    font-size: 24px;
    margin-bottom: 15px;
}

.case_date_counter {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
}

.case_date_counter-item {
    display: flex;
    gap: 4px;
    font-size: 16px;
}

.case_folder-result--text p:last-of-type {
    margin: 0;
}

._inside-case .case_folder-img {
    width: 875px;
}

.case_folder-text {
    padding-top: 70px;
}

.contacts_item {
    border-radius: 30px;
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.contacts_item-icon {
    border-radius: 14px;
    width: 60px;
    height: 60px;
    background: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts_item-title {
    font-family: var(--second-family);
    font-size: 32px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.contacts_item-els {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contacts_item-el {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

._contacts-phone {
    font-family: var(--second-family);
    font-size: 24px;
}

.contacts_item-el a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.slForm_block.form_id-9 .mButton {
    width: 100%;
}

.cases_filter-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cases_filter-item .cases_filter-item--title:hover,
.cases_filter-showAll input:checked + .cases_filter-showAll--title,
.cases_filter-item input:checked + .cases_filter-item--title {
    color: var(--pink);
}

#case_filter-showAll,
.cases_filter-radio {
    display: none;
}

.cases_filter-item .cases_filter-item--title {
    font-family: var(--second-family);
    font-size: 24px;
    cursor: pointer;
    transition: 0.2s all;
}

.cases_filter-item--count {
    color: #bababa;
}

.cases_filter-block {
    margin-bottom: 30px;
}

.cases_filter-empty {
    display: none;
}

.price_modal-title {
    font-family: var(--second-family);
    font-size: 36px;
    line-height: normal;
}

.price_team-icon {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-pane--blockPrice,
.price_team-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    font-family: var(--second-family);
    font-size: 24px;
}

.tab-pane--blockPrice {
    margin: 0;
}

.price_modal-tabsWrapper .tab-content {
    border: 1px solid #e5e5e5;
    border-radius: 0 10px 10px 10px;
    padding: 30px 20px 20px 20px;
    background: #fbfbfb;
}

.price_modal-tabsWrapper .nav-tabs {
    border: none;
    display: flex;
    gap: 10px;
}

.price_modal-tabsWrapper .nav-link {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    border-radius: 10px 10px 0 0;
    background: #f7eff9;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    border: none;
    color: var(--black);
}

.price_modal-tabsWrapper .nav-link:hover,
.price_modal-tabsWrapper .nav-link.active {
    background: var(--pink);
    color: #fff;
    text-decoration: none;
}

.price_modal-tabsWrapper {
    margin-top: 40px;
}

.prices_main-tariff {
    border-radius: 30px 30px 30px 0;
    background: #fff;
    padding: 30px 20px 20px 20px;
}

.prices_main-tariffs {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.prices_main-tariff--title {
    font-family: var(--second-family);
    font-size: 36px;
    line-height: 100%;
    color: var(--pink);
    margin-bottom: 20px;
}

.blog_intro-text p,
.blog_item-text p {
    margin-bottom: 10px;
}

.blog_intro-text p:last-of-type,
.blog_item-text p:last-of-type {
    margin: 0;
}

.blog_intro-text {
    margin-bottom: 30px;
}

.hr_content-block {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.basic_form-block {
    background: var(--black);
    color: #fff;
    border-radius: 30px 30px 30px 0;
    padding: 20px;
    flex-grow: 1;
}

.hr_form {
    flex: none;
    width: 500px;
}

.hr_content {
    flex: 1;
}

.sl_input-file {
    display: none;
}

.file_label.mButton {
    gap: 10px;
}

.slForm_block.form_id-10 .mButton {
    width: 100%;
    padding: 0 10px;
}

.file-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.remove-file {
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: red;
    font-size: 22px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s all;
    flex: none;
}

.file-list {
    margin-top: 10px;
}

.modal-title.h5 {
    font-family: var(--second-family);
    font-size: 30px;
    line-height: 120%;
}

button.close {
    opacity: 1;
}

._contacts-row {
    row-gap: 20px;
}

/*.top_dynamic_border {*/
    /*height: 1px;*/
    /*background: #e0e0e0; !* цвет бордера *!*/
    /*width: 100%;*/
    /*transform: scaleX(0);*/
    /*transform-origin: center;*/
    /*transition: transform 0.7s ease-out;*/
    /*margin-top: -1px;*/
/*}*/

/*.top_hidden-wrapper .header_right-contacts {*/
    /*width: auto;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*gap: 15px;*/
/*}*/

/*.top_hidden-line {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: #480784;*/
    /*transform: translateX(0);*/
    /*transition: transform 0.5s ease-in-out;*/
    /*z-index: 2;*/
/*}*/

/*.scrolled .top_hidden-line {*/
    /*transform: translateX(100%);*/
/*}*/

/*.top_hidden-line--hidden {*/
    /*transform: translateX(100%) !important;*/
/*}*/

/*.top_hidden-wrapper .header_contact-item--phone {*/
    /*font-size: 30px;*/
/*}*/

/*.top_hidden-wrapper .header_contact-item--desc {*/
    /*font-size: 14px;*/
/*}*/

.top_fixed .header_contact-item--phone {
    font-size: 30px;
}

.top_fixed .header_contact-item--desc {
    font-size: 14px;
}

.top_fixed .header_right-contacts {
    width: auto;
    gap: 15px;
}

.top_fixed .offers_menu {
    margin: 0 !important;
}

.top_fixed {
    background: #460681;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    padding: 10px 0;
    transform: translateY(-100%);
    transition: 0.3s all;
    border-bottom: 1px solid var(--white-ghost);
}

.top_fixed-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._top-fixed-active {
    /*box-shadow: 0 0 10px 0px #360562;*/
    transform: translateY(0%);
}

.mobile_menu-burger {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile_menu-burger span {
    width: 30px;
    height: 2px;
    background: #fff;
}

.mobile_menu-wrapper {
    background: var(--purple);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: 0.4s all;
    padding: 20px 0;
}

._mobile-menu-active {
    transform: translateX(0%);
}

.mobile_menu-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
}

.mobile_menu-logo {
    display: block;
}

.mobile_menu {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    margin: 40px 0;
}

.mobile_menu a {
    font-size: 20px;
    color: #fff;
}

.mobile_menu-contacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile_menu-contacts--item {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
}

.module_title._prices-title {
    font-size: 45px;
}

.mButton._fixed-header-callback {
    display: none !important;
}

.footer_menu a:hover,
.offers_menu a:hover,
.root-item-selected,
.top_menu a:hover {
    color: var(--pink) !important;
    text-decoration: none;
}

.offers_menu a:hover + span svg path {
    fill: var(--pink);
}

.header_contact-item--phone:hover {
    text-decoration: none;
}

.footer_policy-list a:hover,
.header_mail:hover {
    color: #fff;
}

.main_slider-arrow:hover {
    background: var(--purple);
}

.swiper-pagination-bullet:hover {
    background: var(--pink);
}

.form_desc {
    margin-bottom: 20px;
}

._sub-lvl-column-3 {
    grid-template-columns: repeat(3, 1fr);
}

._sub-lvl-column-2 {
    grid-template-columns: repeat(2, 1fr);
}

._sub-lvl-column {
    display: grid;
    column-gap: 15px;
}

.offers_menu-parent--block._sub-lvl-block-2 {
    width: calc(50% - 16px);
}