/*=================================== Total css ===================================*/

html {
    -webkit-overflow-scrolling: touch;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.333;
    position: relative;
    min-height: 100%;
    min-width: 320px;
    font-size: 16px;
    -webkit-overflow-scrolling: touch;
    color: #434343;
}

.clear {
    clear: both;
    height: 1px;
    visibility: hidden;
}

a {
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #292828;
}

    a:hover,
    a:focus {
        cursor: pointer;
        text-decoration: underline;
        outline: none;
        color: #292828;
    }

button {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
    outline: none;
}

    button:focus {
        outline: none;
    }

::-webkit-input-placeholder {
    color: #bac3ce;
    opacity: 1;
}

::-moz-placeholder {
    color: #bac3ce;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #bac3ce;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #bac3ce;
    opacity: 1;
}

::placeholder {
    color: #bac3ce;
    opacity: 1;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}

:focus::-ms-input-placeholder {
    opacity: 0;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}

:focus::placeholder {
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */

button.button {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */

.title-border:after {
    content: "";
    display: block;
    margin: -24px 0 0 -5px;
    width: 260px;
    height: 15px;
    background-color: #23cfc1;
    border-radius: 8px;
}

.title-border.text-center:after {
    margin-left: auto;
    margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    margin: 0;
}

h1 {
    font-size: 41px;
    margin-bottom: 25px;
    color: #ffffff;
    line-height: 1.333;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

h2 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 900;
}

h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.text-black {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

.input-text,
textarea {
    padding: 12px 14px 12px 14px;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    outline: none;
    background-color: #ffffff;
}

select.input-text {
    /*width: 50px;*/
}

input,
textarea {
    /* -webkit-appearance: none; */
}

textarea {
    min-height: 120px;
    resize: none;
}

    input.input-text:focus,
    textarea:focus,
    input.input-text:hover,
    textarea:hover {
        outline: none;
        border-color: #999;
    }

.input-container {
    position: relative;
}

.input-container_icon .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #888888;
    font-size: 18px;
}

.input-container_icon .input-text {
    padding-left: 38px;
}

.input-container.error .input-text {
    border-color: #cf0000;
}

.input-container_text {
    background: #f7f7f8;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}

.input-container .placeholder {
    font-size: 14px;
    padding: 0 2px;
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 2;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    pointer-events: none;
    color: #e8e8e8;
}

.input-container textarea + .placeholder {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    top: 12px;
}

.input-text:focus + .placeholder,
.input-text.status-active + .placeholder,
.input-text.status-success + .placeholder {
    font-size: 12px;
    top: -7px;
    background: #403f3d;
    z-index: 2;
    height: auto;
}

p {
    margin: 0 0 30px 0;
}

    p:last-child {
        margin-bottom: 0;
    }

blockquote {
    font-style: italic;
}

ul,
ol {
    padding: 0 0 0 17px;
    margin: 0 0 20px 0;
}

    ul:last-child,
    ol:last-child {
        margin-bottom: 0;
    }

.tab-content > .active {
    display: block;
}

img {
    max-width: 100%;
}

label {
    font-weight: normal;
}

#container {
    position: relative;
    overflow: hidden;
}

.container {
    position: relative;
    max-width: 100%;
    width: 1460px;
    padding-left: 65px;
    padding-right: 65px;
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -15px -15px -15px -15px;
}

.row-flex_no-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.row-flex_col-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.row-flex_fluid {
    margin: 0;
}

.row-flex_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row-flex_full {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row-flex_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.row-flex_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.row-flex_vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.row-flex_vertical-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.row-flex_stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.row-flex > .col {
    float: none;
    padding: 15px;
}

/* inline line */

.lg-inline,
.md-inline,
.sm-inline {
    display: block;
}

@media (max-width: 1199px) {
    .lg-inline {
        display: inline;
    }
}

@media (max-width: 992px) {
    .md-inline {
        display: inline;
    }
}

@media (max-width: 769px) {
    .sm-inline {
        display: inline;
    }
}

.input-important {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

/* btn
---------------------------------*/

.b-btn {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 13px 25px 13px 25px;
    line-height: 1.18;
    min-width: 165px;
    max-width: 100%;
    position: relative;
    background-color: #fefefe;
    background-image: -o-linear-gradient( bottom, white 0%, white 47%, #e6e4e4 100% );
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(47%, white), to(#e6e4e4));
    background-image: -o-linear-gradient(bottom, white 0%, white 47%, #e6e4e4 100%);
    background-image: linear-gradient(to top, white 0%, white 47%, #e6e4e4 100%);
    border-radius: 22px;
    -webkit-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
}

    .b-btn:before {
        content: "";
        background-color: #b43989;
        border-radius: 29px;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18), inset 0 1px 4px rgba(0, 0, 0, 0.06);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18), inset 0 1px 4px rgba(0, 0, 0, 0.06);
        width: calc(100% + 14px);
        height: calc(100% + 14px);
        z-index: -1;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .b-btn:hover,
    .b-btn:focus {
        text-decoration: none;
        -webkit-box-shadow: 0 1px 8px rgba(255, 255, 255, 0.8);
        box-shadow: 0 1px 8px rgba(255, 255, 255, 0.8);
    }

.b-btn_big {
    min-width: 270px;
    padding: 23px 25px;
    border-radius: 35px;
}

    .b-btn_big:before {
        border-radius: 38px;
    }

.b-btn_reverse {
    background-image: none;
    background-color: #c83f99;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    color: #ffffff;
    min-width: 270px;
}

    .b-btn_reverse:before {
        background-color: rgba(154, 165, 187, 0.1);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18), inset 0 1px 4px rgba(0, 0, 0, 0.06);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18), inset 0 1px 4px rgba(0, 0, 0, 0.06);
    }

    .b-btn_reverse:hover,
    .b-btn_reverse.b-btn:focus {
        color: #ffffff;
        -webkit-box-shadow: 0 1px 8px rgba(200, 63, 153, 0.6);
        box-shadow: 0 1px 8px rgba(200, 63, 153, 0.6);
    }

/* End Total css ====*/

/*=================================== Site-header ===================================*/

#header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    padding: 10px 0;
}

    #header.affix {
        background-color: #811baf;
    }

.col_mob-menu {
    display: none;
}

.col_web-menu > .row-flex {
    margin: -35px;
}

    .col_web-menu > .row-flex > .col {
        padding: 35px;
    }

.mm-wrapper_opening #header {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
    z-index: 2;
}

.header-action .b-btn {
    color: #cc4195;
}

/* b-logo
---------------------------------*/

.b-logo {
    display: table;
}

.b-logo__img {
    display: table-cell;
    vertical-align: top;
    /*width: 50px;*/
}

.b-logo:hover,
.b-logo:focus {
    text-decoration: none;
}

.b-logo__txt {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    padding-left: 10px;
}

/* b-menu
-------------------------------*/

.b-menu__list {
    padding: 0;
    font-weight: bold;
    margin: 0 -15px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #f8f9fb;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .b-menu__list > li {
        position: relative;
        list-style: none;
        margin: 0 15px;
    }

        .b-menu__list > li > a {
            color: #f8f9fb;
            display: block;
            text-align: center;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
            text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
        }

#mobile-menu .b-menu__list > li > a,
#mobile-menu .b-menu__list > li:hover > a,
#mobile-menu .b-menu__list > li:focus > a,
#mobile-menu .b-menu__list > li:active > a {
    background: transparent !important;
}

.b-menu__list > li > a:hover,
.b-menu__list > li.active > a,
.b-menu__list > li > a:focus,
.b-menu__list > li > a:active {
    text-decoration: none;
}

.b-menu__list > li > a:hover,
.b-menu__list > li.active > a,
.b-menu__list > li > a:active {
    color: #bab5b8;
}

.b-menu__content > ul > li:hover ul {
    display: block;
    width: 300px;
}

.b-menu__content > ul > li > ul {
    padding: 5px;
    min-width: 200px;
    position: absolute;
    left: 50%;
    top: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: none;
}

    .b-menu__content > ul > li > ul:after {
        content: "";
        width: 100%;
        height: 20px;
        position: absolute;
        left: 0;
        bottom: 100%;
    }

    .b-menu__content > ul > li > ul:before {
        content: "";
        border-bottom: 9px solid #ffffff;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        position: absolute;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .b-menu__content > ul > li > ul > li {
        list-style: none;
        padding: 0 10px;
    }

        .b-menu__content > ul > li > ul > li > a {
            font-size: 16px;
            color: #524d4d;
            padding: 14px 0 0 0;
            display: block;
            white-space: nowrap;
        }

            .b-menu__content > ul > li > ul > li > a:hover {
                color: #cc4195;
                text-decoration: none;
            }

        .b-menu__content > ul > li > ul > li:last-child a {
            border-bottom: none;
        }

#mobile-menu .b-menu__list > li > a {
    text-align: left;
    text-shadow: none;
}

.sub-menu > li {
    border-bottom: 1px solid #d9dada;
}

    .sub-menu > li:last-child {
        border-bottom: none;
        padding-bottom: 14px;
    }

    .sub-menu > li > span {
        color: black;
        font-size: 12px;
        font-weight: 300;
        display: inline-table;
        cursor: default;
    }

/* b-menu-icon
-------------------------------------*/
.b-menu-icon {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    width: 40px;
    height: 40px;
    padding: 6px;
    border-radius: 5px;
}

.b-menu-icon__icon {
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: top;
    margin: 14px 0 6px 0;
    background: #ffffff;
    height: 2px;
}

    .b-menu-icon__icon:before {
        content: "";
        position: absolute;
        top: -8px;
        left: 0;
    }

    .b-menu-icon__icon:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
    }

    .b-menu-icon__icon:after,
    .b-menu-icon__icon:before {
        width: 100%;
        height: 2px;
        -webkit-transition: 0.25s ease;
        -o-transition: 0.25s ease;
        transition: 0.25s ease;
        border-radius: 2px;
        background: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.b-menu-icon.active .b-menu-icon__icon {
    background-color: transparent;
}

    .b-menu-icon.active .b-menu-icon__icon:after,
    .b-menu-icon.active .b-menu-icon__icon:before {
        top: 0;
        bottom: auto;
        left: 0;
    }

    .b-menu-icon.active .b-menu-icon__icon:before {
        -webkit-transform: rotate(45deg) translate(0px, 0px);
        -ms-transform: rotate(45deg) translate(0px, 0px);
        transform: rotate(45deg) translate(0px, 0px);
    }

    .b-menu-icon.active .b-menu-icon__icon:after {
        -webkit-transform: rotate(-45deg) translate(0px, 0px);
        -ms-transform: rotate(-45deg) translate(0px, 0px);
        transform: rotate(-45deg) translate(0px, 0px);
    }

/*b-mob-icon
-------------------------*/

.b-mob-icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    background-color: #eff8f8;
    border-radius: 5px;
}

    .b-mob-icon:hover {
        text-decoration: none;
    }

    .b-mob-icon .icon {
        color: #000000;
        font-size: 14px;
    }

/*=================================== Main ===================================*/

#main {
    position: relative;
}

/* section
---------------------------------*/

.section {
    padding-top: 35px;
    padding-bottom: 35px;
}

.section__header {
    margin-bottom: 40px;
    text-align: center;
}

/*  b-promo
-------------------------------*/

.b-promo {
    /* background-color: rgb(142, 21, 202); */
    /* background-size: auto 100%; */
    /* background: linear-gradient(135deg, rgba(142, 21, 202, 1) 0%, rgba(229, 83, 128, 1) 100%, rgba(0, 212, 255, 1) 100%); */
    /* position: relative; */
    margin-bottom: 35px;
    background-image: url(../images/b-promo/bg3.svg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .b-promo.section {
        padding-top: 120px;
        padding-bottom: 130px;
    }

.b-promo__content-header {
    position: relative;
    z-index: 1;
}

    .b-promo__content-header p {
        color: #ffffff;
        font-size: 23px;
        font-weight: 300;
        margin-bottom: 55px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    }

.b-promo__content-img {
    margin-left: -125px;
}

.b-promo__content-action {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

    .b-promo__content-action .b-btn {
        color: #951ac5;
    }

        .b-promo__content-action .b-btn:before {
            background-color: #811baf;
        }

.b-promo .forward {
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@-webkit-keyframes flicker {
    50% {
        opacity: 0.2;
    }
}

@keyframes flicker {
    50% {
        opacity: 0.2;
    }
}

.b-promo .forward {
    -webkit-animation: flicker 2s linear infinite;
    animation: flicker 2s linear infinite;
    cursor: pointer;
}

/*  b-marketplace
-------------------------------*/

.b-marketplace__item {
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    height: 100%;
    /*display: flex;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-marketplace__item-header {
    display: table;
    margin-bottom: 25px;
}

.b-marketplace__item-header-img {
    display: table-cell;
    vertical-align: top;
    width: 80px;
    height: 80px;
}

    .b-marketplace__item-header-img img {
        width: 100%;
        height: auto;
    }

.b-marketplace__item-header-title {
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    font-weight: 600;
}

.b-marketplace__item-content ul {
    padding: 0 0 0 30px;
}

    .b-marketplace__item-content ul li {
        list-style: none;
        position: relative;
        font-size: 16px;
        padding: 0 0 10px 0;
    }

        .b-marketplace__item-content ul li:last-child {
            padding: 0;
        }

        .b-marketplace__item-content ul li:before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #d878b7;
            position: absolute;
            left: -30px;
            top: 4px;
        }

/*  b-advantages
-------------------------------*/

.b-advantages__nav {
    margin-bottom: 95px;
}

    .b-advantages__nav ul {
        margin: 0 -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }

        .b-advantages__nav ul li {
            background-color: #ebeef2;
            border-radius: 26px;
            min-width: 110px;
            padding: 14px 35px;
            margin: 0 20px;
            list-style: none;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #823bbf;
            cursor: pointer;
        }

            .b-advantages__nav ul li.active {
                background-color: #c83f99;
                color: #ffffff;
            }

.b-advantages__item-button {
    margin-bottom: 40px;
}

    .b-advantages__item-button ul {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .b-advantages__item-button ul li {
            width: 33.33333%;
            text-align: center;
            list-style: none;
            font-size: 30px;
            font-weight: 900;
            text-transform: uppercase;
        }

            .b-advantages__item-button ul li.active a {
                background-color: #c83f99;
                color: #ffffff;
            }

            .b-advantages__item-button ul li a {
                color: #823bbf;
                border-radius: 20px;
                padding: 2px 40px;
                pointer-events: none;
            }

                .b-advantages__item-button ul li a:hover,
                .b-advantages__item-button ul li a:focus {
                    text-decoration: none;
                }

.b-advantages__item-info-unit-title {
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 35px;
}

.b-advantages__item-info-unit ul {
    padding: 0 0 0 30px;
}

    .b-advantages__item-info-unit ul li {
        list-style: none;
        position: relative;
        margin-bottom: 40px;
        font-size: 22px;
        font-weight: 300;
    }

        .b-advantages__item-info-unit ul li:last-child {
            margin-bottom: 0;
        }

        .b-advantages__item-info-unit ul li:before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            position: absolute;
            left: -30px;
            top: 6px;
            background-color: #c83f99;
        }

/*  b-stage
-------------------------------*/

.b-stages__content {
    counter-reset: numeric;
}

    .b-stages__content > .row-flex > .col {
        counter-increment: numeric;
    }

.b-stage__item-info {
    text-align: right;
    position: relative;
}

    .b-stage__item-info:before {
        content: "0" counter(numeric);
        font-size: 228px;
        font-weight: 900;
        color: #e8eaee;
        position: absolute;
        top: -165px;
        z-index: -1;
    }

.b-stage__item .b-stage__item-info:before {
    right: 0;
}

.b-stage__item-img {
    text-align: center;
}

.b-stage__item-info-title {
    font-weight: bold;
    font-size: 46px;
    color: #823bbf;
    margin-bottom: 35px;
}

.b-stage__item-info p {
    font-size: 22px;
    font-weight: 300;
}

.b-stage__item_miracle > .row-flex > .col:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.b-stage__item_miracle .b-stage__item-info {
    text-align: left;
}

    .b-stage__item_miracle .b-stage__item-info:before {
        left: 0;
    }

.b-stages__action {
    display: none;
    margin-top: 50px;
    text-align: center;
}

    .b-stages__action .b-btn_reverse {
        min-width: 130px;
    }

/*  b-result
-------------------------------*/

.b-result {
    background: url(../images/b-result/bg.jpg) center top no-repeat;
    background-size: 100% 880px;
}

    .b-result h2 {
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    }

    .b-result.section {
        padding-top: 90px;
        padding-bottom: 135px;
    }

.b-result__item {
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 35px 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-result__item-header {
    display: table;
    margin-bottom: 20px;
    width: 100%;
}

.b-result__item-header-logo-wrapper {
    display: table-cell;
}

.b-result__item-header-logo {
    width: 180px;
    height: 100px;
    background-color: white;
    border: 1px solid #d5d5d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: top;
}

.b-result__item-header-info {
    display: table-cell;
    padding-left: 30px;
    vertical-align: top;
}

.b-result__item-header-info-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.b-result__item-header-info-web {
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

    .b-result__item-header-info-web a {
        color: #823bbf;
        text-decoration: underline;
        text-align: center;
    }

.b-result__item-header-info-description {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.b-result__item-content > .row-flex {
    margin: -10px;
}

    .b-result__item-content > .row-flex > .col {
        padding: 10px;
    }

.b-result__item-content-img {
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .b-result__item-content-img img {
        height: 100%;
        width: auto;
        text-align: center;
    }

.b-result .slick-dots li button {
    background-color: #9b247b;
    -webkit-box-shadow: 0.5px 0.9px 0 rgba(255, 255, 255, 0.18), inset 0 1px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0.5px 0.9px 0 rgba(255, 255, 255, 0.18), inset 0 1px 4px rgba(0, 0, 0, 0.06);
    border: none;
}

    .b-result .slick-dots li button:before {
        background-color: #ffffff;
    }

/* b-faq
-----------------------------*/

.b-faq {
    /* margin-top: -245px; */
}

.b-faq__content {
    padding: 30px 30px 30px 30px;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
}

    .b-faq__content:before {
        content: "";
        width: 70px;
        height: 500px;
        /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 0%, rgba(118, 118, 118, 0.2) 20%, rgba(118, 118, 118, 0.2) 40%, rgba(255, 255, 255, 0.03));*/
        position: absolute;
        left: -2px;
        top: 0;
        z-index: -1;
    }

    .b-faq__content:after {
        content: "";
        width: 70px;
        height: 500px;
        /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 0%, rgba(118, 118, 118, 0.2) 20%, rgba(118, 118, 118, 0.2) 40%, rgba(255, 255, 255, 0.03));*/
        position: absolute;
        right: -2px;
        top: 0;
        z-index: -1;
    }

.b-faq__list {
    margin-bottom: 50px;
}

    .b-faq__list > .row-flex > .col > .row-flex {
        margin: -7px;
    }

        .b-faq__list > .row-flex > .col > .row-flex > .col {
            padding: 7px;
        }

.b-faq__list-item {
    padding: 25px 25px 25px 25px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 20px;
    height: 100%;
    border: 2px solid #ec597a;
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.05);
    background-color: #f8f9fb;
}

.dropdown-container_open .b-faq__list-item-nav img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.dropdown-container_open.b-faq__list-item {
    border: 2px solid #ddd;
}

.b-faq__list-item-header {
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    padding: 25px 75px 25px 25px;
    margin: -25px -25px -25px -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.b-faq__list-item-content {
    padding: 20px 0 0 0;
    color: #6b6b76;
}

.b-faq__list-item-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    font-size: 18px;
}

    .b-faq__list-item-nav img {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.b-faq__action {
    position: relative;
    z-index: 1;
    text-align: center;
}

/*  b-expand
---------------------------------*/

.b-expand {
    padding-top: 70px;
}

    .b-expand .section__header {
        margin-bottom: 0;
        text-align: left;
    }

        .b-expand .section__header p {
            font-size: 18px;
        }

.b-expand__action {
    text-align: right;
}

/* b-form
---------------------------------*/

.b-form {
    margin: auto;
    position: relative;
}

.b-form_subscribe .b-form__content {
    margin-bottom: 35px;
}

.b-form_subscribe .b-form__action {
    text-align: right;
}

    .b-form_subscribe .b-form__action .b-btn {
        min-width: 200px;
    }

/*=================================== Site-footer ===================================*/

#footer {
    -webkit-box-shadow: inset 0px 10px 20px rgb(0 0 0 / 3%);
    box-shadow: inset 0px 10px 20px rgb(0 0 0 / 3%);
}

.footer__content {
    padding: 40px 0 30px 0;
    /*border-top: 1px solid #d3d8de;*/
}

    .footer__content .col_logo {
        display: none;
    }

        .footer__content .col_logo .b-logo__txt {
            color: #434343;
        }

        .footer__content .col_logo .b-logo {
            margin-bottom: 15px;
        }

        .footer__content .col_logo .b-logo__img {
            width: 30px;
        }

        .footer__content .col_logo p {
            font-size: 16px;
            font-weight: bold;
        }

.footer__content-item-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

/*  b-bottom-menu
---------------------------------*/

.b-bottom-menu ul {
    padding: 0;
    font-size: 16px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

    .b-bottom-menu ul li {
        list-style: none;
    }

        .b-bottom-menu ul li a {
            display: inline-block;
            margin: 8px 0;
            color: #477fdc;
        }

/*  b-small-contact
---------------------------------*/

.b-small-contact ul {
    padding: 0;
}

    .b-small-contact ul li {
        list-style: none;
    }

        .b-small-contact ul li a {
            display: inline-block;
            margin: 8px 0;
        }

/* dropdown-content
---------------------------------*/

.dropdown-content {
    display: none;
}

/*===================================  Temlates Style ===============================*/

#main__2 {
    position: relative;
}

#container__2 {
    position: relative;
    overflow: hidden;
}

.container__2 {
    position: relative;
    max-width: 100%;
    width: 1460px;
    padding-left: 65px;
    padding-right: 65px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.b-promo__2 {
    margin-bottom: 35px;
    background-image: url(../images/b-promo/bg3.svg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

/* section__2
---------------------------------*/

.section__2 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.section__header__2 {
    margin-bottom: 40px;
    text-align: center;
}

.b-promo__2.section__2 {
    padding-top: 120px;
    /* padding-bottom: 75px; */
}

.b-stages__content__2 {
    counter-reset: numeric;
}

    .b-stages__content__2 > .row-flex__2 > .col {
        counter-increment: numeric;
    }

/* Row-flex */

/* ----------------- */

.row-flex__2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -15px -15px -15px -15px;
}

.row-flex_start__2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.row-flex_vertical-center__2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.row-flex__2 > .col__2 {
    float: none;
    padding: 15px;
}

.b-stages__action__2 {
    display: none;
    margin-top: 50px;
    text-align: center;
}

    .b-stages__action__2 .b-btn_reverse__2 {
        min-width: 130px;
    }

.b-faq__content__2 {
    padding: 30px 30px;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
}

/*===================================End  Temlates Style ===============================*/

/*===== Block Tarif Plan ======*/

.b-tariff {
    padding: 35px 15px;
    min-height: 200px;
}

.b-tariff__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    margin-top: 50px;
    /* margin-bottom: 50px; */
    /* padding-top: 50px; */
    /* height: 100%; */
    /* overflow: hidden;/ */
}

.b-tariff__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33%;
    height: inherit;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    /* border: 1px solid red; */
}

/* Borders  */

.br-all {
    border-radius: 20px;
}

.b-t-l {
    border-top-left-radius: 20px;
}

.b-t-r {
    border-top-right-radius: 20px;
}

.b-b-l {
    border-bottom-left-radius: 20px;
}

.b-b-r {
    border-bottom-right-radius: 20px;
}

.border-l {
    border-left: 1px solid #e5e5e5;
}

/*End Borders  */

.text-center {
    text-align: center;
}

/* Margin One */

/* .m--50 {
    margin-top: -50px;
    margin: -50px -50px;
    width: 350px;
} */

/*End Margin One */

.b-tariff-title {
    width: 100%;
    height: 50px;
    background-color: #811baf;
    /* background: linear-gradient(135deg, rgba(142, 21, 202, 1) 0%, rgba(229, 83, 128, 1) 100%, rgba(0, 212, 255, 1) 100%); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .b-tariff-title h5 {
        color: #fff;
        font-size: 24px;
        font-weight: 900;
        margin: 10px;
        /*text-transform: uppercase;*/
    }

.b-tariff__prices {
    margin: 0 10px;
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    width: 90%;
}

    .b-tariff__prices p {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.number-price {
    font-size: 36px;
    font-weight: 700;
}

/*.b-tariff__prices>span {
    text-transform: uppercase;
}*/

.b-tariff__lists {
    margin: 0 15px;
    text-align: center;
}

    .b-tariff__lists > span {
        display: block;
        color: #811baf;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .b-tariff__lists > ul {
        margin-bottom: 30px;
        text-align: left;
    }

        .b-tariff__lists > ul > li {
            list-style: none;
            margin-bottom: 10px;
            position: relative;
        }

            .b-tariff__lists > ul > li::before {
                content: "";
                width: 5px;
                height: 5px;
                border-radius: 50%;
                position: absolute;
                left: -17px;
                top: 6px;
                background-color: #c83f99;
            }

.b-tarif__btn {
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .b-tarif__btn a {
        /* color: #811baf; */
        min-width: 150px;
        white-space: nowrap;
    }

/* ----- Tarif Plan Active ----- */

.b-tariff__item_active {
    /* display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 320px; */
    /* margin-top: -100px; */
    /* margin-bottom: -50px; */
    /* margin-left: -20px;
    margin-right: -20px; */
    /* height: 120%!important; */
    /* padding-bottom: 100px; */
    /* border: 1px solid red; */
    z-index: 2;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    -ms-transform: scale(1.1, 1.2);
    -webkit-transform: scale(1.1, 1.2);
    transform: scale(1.1, 1.2);
    margin: 0 10px;
}

    .b-tariff__item_active .b-tariff-title {
        /* width: 100%;
    height: 50px; */
        /* background-color: #811baf; */
        background: none !important;
        /* display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; */
        border-bottom: 1px solid #e5e5e5;
    }

        .b-tariff__item_active .b-tariff-title h5 {
            color: #434343;
        }

/* -----End Tarif Plan Active ----- */

/*=====  End Block Tarif Plan ======*/

/*======================================================================================*/

/*=================================== Template Style and Cooperation ===================================*/

/* MAIN */

.main-contacts .b-faq__content:before,
.main-contacts .b-faq__content:after {
    content: none;
}

/* Base */

/* .border {
    border: 1px solid red;
} */

.border-b {
    border-bottom: 1px solid #dee2e6;
}

/* Titles-H */

.title-h2 {
    font-weight: bold;
    font-size: 46px;
    color: #823bbf;
}

.title-h3 {
    font-weight: bold;
    font-size: 22px;
    color: #434343;
}

.title-h5 {
    font-size: 16px;
    font-weight: bold;
    color: #434343;
    text-align: left;
    margin-bottom: 20px;
}

/*End Titles-H */

/* Pages P */

.submain-p {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 300;
}

.contacts-p {
    font-size: 16px;
    text-align: left;
}

/* End Pages P */

.b-promo {
    /* background-size: cover; */
}

#main .b-promo-section {
    padding-bottom: 75px;
}

/* Margins */

.mb-20 {
    margin-bottom: 20px;
}

.m-0 {
    margin: 0;
}

.m-0-a {
    margin: 0 auto;
}

.m-0-15 {
    margin: 0 15px;
}

/*End Margins */

/* Paddings */

.pl-pr-0 {
    padding-left: 0;
    padding-right: 0;
}

.pt_pb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*End Paddings */

/* Colors */

.grey {
    color: gray;
}

/*End Colors */

.float-n {
    float: none;
}

/* End Base */

/* Form  */

.small-star {
    color: red;
}

.checkbox label {
    position: relative;
}

.checkbox input {
    /* appearance: auto; */
    width: 1px !important;
    height: 1px !important;
    position: absolute;
    top: 13px;
    left: 49px;
}

/* Select */

.btn-select {
    min-height: 50px;
    color: #bbc4cf;
}

    .btn-select > option {
        padding: 15px;
    }

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    outline: none;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    outline: none;
}

.btn-default:focus,
.btn-default.focus {
    background-color: #fff;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    outline: none;
}

.dropdown-menu.open {
    border-radius: 15px;
    outline: none;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #e5e5e5;
    padding: 15px;
    border-radius: 20px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

/* Checkbox */

.checkbox label:after {
    content: "";
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 0.25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: 0.5em;
}

    .checkbox .cr .cr-icon {
        position: absolute;
        font-size: 0.8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

/* .checkbox label input[type="checkbox"] {
    display: none;
} */

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    /* transform: scale(3) rotateZ(-20deg); */
    opacity: 0;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    /* transform: scale(1) rotateZ(0deg); */
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: 0.5;
}

/*End Checkbox */

/* Button */

.b-btn_reverse:before {
    z-index: 1;
}

.btn-center {
    display: block;
    margin: 0 auto;
}

/*End Button */

/*End Form  */

/*END MAIN */

/* FOOTER */

/* -------------------------------- */

.border-t-none {
    border-top: none;
}

/* -------------------------------- */

/*END FOOTER */

/*=================================== End Template Style and Cooperation ===============================*/

/*======================================================================================*/

/*=================================== Contacts Style ===================================*/

/* MAIN */

.main-contacts .section__header {
    margin-bottom: 0;
}

.sz-20 {
    font-size: 20px;
}

.last-block div:last-child {
    border-bottom: none;
}

.text-bold {
    font-weight: bold;
}

/*END MAIN */

/* FOOTER */

/*END FOOTER */

/*=================================== End Contacts Style ===============================*/

/*================================= serp-top =================================*/
.b-container .container {
    padding-left: 25px;
    padding-right: 25px;
}

.b-promo_2.section {
    padding: 226px 0 130px 0;
}

.b-promo_2 .b-promo__content-img {
    position: relative;
    margin: 0;
    height: 100%;
    min-height: 350px;
}

    .b-promo_2 .b-promo__content-img img {
        position: absolute;
        left: 0;
        top: -150px;
    }

.b-promo_2 .b-promo__content-header h1 {
    font-size: 44px;
    line-height: 1.3;
}

/*============= b-examination =============*/
.b-section {
    padding: 40px 0 80px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-examination {
}

    .b-examination .section__header {
        margin-bottom: 70px;
    }

    .b-examination .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        margin-top: 0px;
    }

.b-examination__block {
}

.b-examination__block-title {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #434343;
    margin-bottom: 17px;
}

.b-examination__block-row {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 18px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 90px;
}

.b-examination-block-item {
}

    .b-examination-block-item:not(:last-child) {
        margin-right: 20px;
    }

    .b-examination-block-item img {
        display: block;
        margin: 0 auto 9px;
    }

    .b-examination-block-item span {
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        text-align: center;
        color: #434343;
        display: block;
        word-break: break-all;
    }

.b-examination__block_1 {
    max-width: 450px;
}

.b-examination__block_2 {
    width: 320px;
}

.b-examination__block-row p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #434343;
}

    .b-examination__block-row p span {
        color: #c83f99;
    }

.b-examination__block_3 {
    max-width: 320px;
}

.b-examination__block-text {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #434343;
    margin-top: 17px;
}

.b-examination__block_3 .b-examination-block-item:not(:last-child) {
    margin-right: 40px;
}

.b-examination-block-img {
    margin-bottom: 9px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .b-examination-block-img img {
        margin: 0;
    }

.border-btn {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    background: transparent;
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
    border: 4px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 28.5px;
    padding: 21px 65px;
    margin-left: 28px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .border-btn:hover,
    .border-btn:active,
    .border-btn:focus {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-decoration: none;
        background: #ffffff;
        color: #951ac5;
    }

.b-examination__block_2 .b-examination__block-row {
    padding: 43px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-examination__block_3 .b-examination__block-row {
    padding: 18px 49px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 105px;
}

/*============= b-capability =============*/
.b-capability {
    padding-top: 100px;
}

    .b-capability .section__header {
        margin-bottom: 40px;
    }

.b-capability__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-capability__block-left {
    max-width: 40%;
    padding: 0 0 0 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
}

.b-capability__block-ico {
    width: 33px;
    height: 33px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.b-capability__block-wrap {
    width: 33px;
    height: 33px;
    background: rgba(200, 63, 153, 0.15);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .b-capability__block-wrap:before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: #ffffff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 3px solid #c83f99;
        border-radius: 100%;
    }

.b-capability__block-line {
    content: "";
    width: 3px;
    height: 475px;
    background: #c83f99;
    margin: 0 auto 0;
}

.b-capability__block:last-child .b-capability__block-line {
    display: none;
}

.b-capability__block-text {
    padding: 8px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-capability__block-top {
    margin-bottom: 25px;
}

    .b-capability__block-top b {
        display: block;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        color: #434343;
        margin-bottom: 10px;
    }

    .b-capability__block-top p {
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        color: #434343;
    }

.b-capability__block-text ul {
    padding: 0;
    margin: 0;
}

    .b-capability__block-text ul li {
        list-style: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.6;
        color: #434343;
        position: relative;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .b-capability__block-text ul li:before {
            position: absolute;
            top: 6px;
            left: 0;
            content: "";
            width: 7px;
            height: 7px;
            background: #c83f99;
            border-radius: 100%;
        }

        .b-capability__block-text ul li:not(:last-child) {
            margin-bottom: 10px;
        }

/*============= b-additional  =============*/
.b-additional {
    padding-top: 80px;
    padding-bottom: 30px;
}

    .b-additional .section__header {
        margin-bottom: 20px;
    }

.b-row {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.b-additional .b-row > div {
    margin-bottom: 30px;
}

.b-block {
}

.b-block__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    width: 175px;
    height: 175px;
    background: #f8f8f8;
    margin: 0 auto 40px;
}

.b-block__text {
}

.b-block__text-top {
    margin-bottom: 40px;
    min-height: 69px;
}

    .b-block__text-top b {
        display: block;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        color: #434343;
        margin-bottom: 10px;
    }

    .b-block__text-top p {
        font-weight: 300;
        font-size: 14px;
        line-height: 1.35;
        color: #434343;
    }

.b-block__text ul {
    padding: 0;
    margin: 0;
}

    .b-block__text ul li {
        list-style: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.6;
        color: #434343;
        position: relative;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .b-block__text ul li:before {
            position: absolute;
            top: 6px;
            left: 0;
            content: "";
            width: 7px;
            height: 7px;
            background: #c83f99;
            border-radius: 100%;
        }

        .b-block__text ul li:not(:last-child) {
            margin-bottom: 30px;
        }

.b-block_2 .b-block__text-top {
    min-height: inherit;
    margin-bottom: 40px;
}

/*============= b-options  =============*/
.b-options {
    padding-bottom: 30px;
}

    .b-options .section__header {
        margin-bottom: 70px;
    }

    .b-options .b-row {
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
    }

        .b-options .b-row > div {
            margin-bottom: 30px;
        }

.b-options__item {
    padding: 42px 35px 55px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 20px;
    height: 100%;
}

.b-options__item,
.b-examination__block-row {
    -webkit-box-shadow: 0px 0px 8px 4px rgb(0, 0, 0, 0.06);
    box-shadow: 0px 0px 8px 4px rgb(0, 0, 0, 0.06);
}

.b-options__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    background: #ffffff;
    border: 2px solid #c83f99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 40px;
}

.b-options__item-text b {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #823bbf;
    margin-bottom: 24px;
}

.b-options__item-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    color: #434343;
}

/*============= b-btns =============*/
.b-btns {
    background: -o-linear-gradient(226.74deg, #7905dd -77.66%, #f25e74 92.74%), #c4c4c4;
    background: linear-gradient(223.26deg, #7905dd -77.66%, #f25e74 92.74%), #c4c4c4;
    padding: 60px 0 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.why {
    padding-bottom: 24px;
}

.b-btns .section__header {
    color: #ffffff;
    margin-bottom: 45px;
}

    .b-btns .section__header br {
        display: none;
    }

    .b-btns .section__header h3 {
        font-weight: 400;
    }

.b-btns__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-button {
    border: 6px solid #cc3c77;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
    border-radius: 37.5px;
    background: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #cc4195;
    display: inline-block;
    padding: 22.5px 68px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .b-button:hover,
    .b-button:active,
    .b-button:focus {
        border-color: #ffffff;
        -webkit-box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.25);
        box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.25);
        color: #cc4195;
        text-decoration: none;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.b-button_border {
    background: none;
    border: 2px solid #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

    .b-button_border:hover,
    .b-button_border:active,
    .b-button_border:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #ffffff;
        color: #cc4195;
    }

.b-button:not(:last-child) {
    margin-right: 30px;
}

/*============= b-tool =============*/
.b-tool {
    padding: 80px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .b-tool .section__header {
        margin-bottom: 100px;
    }

    .b-tool .b-row > div {
        margin-bottom: 70px;
    }

.b-tool__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.b-tool-index {
    padding: 0px 0 50px 0;
}

.b-tool__item-img {
    width: 120px;
    height: 120px;
    background: #ffffff;
    border: 2px solid #c83f99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 49px;
}

.b-tool__item-text {
}

    .b-tool__item-text b {
        display: block;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        color: #823bbf;
        margin-bottom: 17px;
    }

    .b-tool__item-text p {
        font-weight: 300;
        font-size: 16px;
        line-height: 220%;
        color: #434343;
    }

    .b-tool__item-text > .footnote {
        font-size: 12px;
        font-style: italic;
    }

/*============= tariff =============*/
.tariff {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .tariff .section__header {
        margin-bottom: 35px;
    }

.tariff__top {
    margin-bottom: 80px;
}

    .tariff__top p {
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #434343;
        margin-bottom: 20px;
    }

    .tariff__top ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }

        .tariff__top ul li {
            list-style: none;
        }

            .tariff__top ul li:not(:last-child) {
                margin-right: 11px;
            }

            .tariff__top ul li a {
                width: 153px;
                height: 35px;
                font-weight: 700;
                font-size: 10px;
                line-height: 1;
                color: #c83f99;
                background: #ffffff;
                border: 1px solid #c83f99;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border-radius: 47px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                text-decoration: none;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

                .tariff__top ul li.active a,
                .tariff__top ul li a:hover,
                .tariff__top ul li a:focus,
                .tariff__top ul li a:active {
                    background: #c83f99;
                    color: #ffffff;
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                    text-decoration: none;
                }

.tariff__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 630px;
}

.tariff__block {
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(200 63 153 / 18%);
    box-shadow: 0px 0px 10px 0px rgb(200 63 153 / 18%);
}

@media (min-width: 769px) {
    .tariff__block {
        margin-left: -14px;
    }
}

.tariff__block-wrap {
    padding: 25px 35px 30px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 769px) {
    .tariff__block-wrap {
        padding: 15px 55px 20px 55px;
    }
}

.tariff__block__top {
    text-align: center;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .tariff__block__top b {
        display: block;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        color: #434343;
        margin-bottom: 10px;
    }

    .tariff__block__top span {
        display: block;
        font-weight: 700;
        font-size: 36px;
        line-height: 42px;
        color: #c83f99;
    }

    .tariff__block__top i {
        font-weight: 300;
        font-size: 12px;
        line-height: 1.2;
        color: #434343;
        font-style: normal;
        text-align: left;
        display: block;
        padding: 0 0 0 56px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.tariff__block__sale {
    background: #c83f99;
    border-radius: 20px 20px 0px 0px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    padding: 18.5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tariff__block_sale {
    margin-top: -50px;
    height: auto !important;
    min-height: 390px !important;
}

.tariff__block ul {
    padding: 0;
    margin: 0 0 15px 0;
    /*flex: 1;*/
}

    .tariff__block ul li {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.85;
        color: #434343;
        list-style-position: inside;
    }

.tariff__block__bottom {
    /*display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    margin-left: 42px;
}

    .tariff__block__bottom p {
        line-height: 30px;
    }

.pink-btn {
    display: inline-block;
    padding: 15.5px 52.2px;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.04);
    border-radius: 37.5px;
    border: 4px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #c83f99;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .pink-btn:hover,
    .pink-btn:focus,
    .pink-btn:active {
        text-decoration: none;
        color: #ffffff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-filter: contrast(150%);
        filter: contrast(150%);
    }

.tariff__block:nth-child(1) {
    z-index: 1;
    width: 404px;
}

.tariff__block:nth-child(2) {
    z-index: 2;
    width: 383px;
    margin-left: -56px;
}

.tariff__block:nth-child(3) {
    z-index: 3;
    width: 340px;
    margin-left: -43px;
}

.tariff__block:nth-child(4) {
    z-index: 2;
    width: 340px;
    border-radius: 0px 20px 20px 0px;
}

    .tariff__block:nth-child(3) .tariff__block__top i,
    .tariff__block:nth-child(4) .tariff__block__top i {
        padding: 0 0 0 21px;
    }

.tariff__block__top i {
    text-align: center;
    padding: 0 !important;
}

.tariff__block:nth-child(2) .tariff__block__top i {
    padding: 0 0 0 25px;
}

.tariff__block:nth-child(1) .tariff__block__top {
    padding: 0 69px 0 0;
}

.tariff__block:nth-child(2) .tariff__block__top {
    padding: 0 59px 0 0;
}

.tariff__bottom {
    text-align: center;
    margin: 35px 0 0 0;
}

    .tariff__bottom p {
        font-weight: 300;
        font-size: 18px;
        line-height: 1.3;
        color: #434343;
        margin-bottom: 20px;
    }

    .tariff__bottom span {
        font-weight: 300;
        font-size: 14px;
        line-height: 1.4;
        color: #434343;
    }

.tariff__bottom-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0 0 0;
}

.pink-btn_big {
    padding: 25.5px 68px;
}

/*============= b-reviews =============*/
.b-reviews {
    /*padding-top: 86px;*/
}

    .b-reviews .section__header {
        margin-bottom: 20px;
    }

.b-reviews__slider {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
}

.b-reviews__slider-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 27px 90px 27px 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-reviews__slider-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 185px;
    padding: 15px 15px 7px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.b-reviews__slider-top {
    margin-bottom: 20px;
}

.b-reviews__slider-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.b-reviews__slider-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #434343;
    margin-bottom: 10px;
}

.b-reviews__slider-desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #434343;
}

.b-reviews__slider-bottom {
}

    .b-reviews__slider-bottom span {
        display: block;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.2;
        color: #434343;
        margin-bottom: 3px;
    }

    .b-reviews__slider-bottom a {
        font-weight: normal;
        font-size: 14px;
        line-height: 1.2;
        text-decoration: none;
        color: #c83f99;
    }

.b-reviews__slider-text {
    padding: 15px 0 15px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .b-reviews__slider-text p {
        font-weight: 300;
        font-size: 16px;
        line-height: 2.7;
        color: #434343;
    }

.b-reviews__slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 30px;
    text-indent: -9999px;
}

.b-reviews__slider .slick-prev {
    background: url("../images/reviews/prev.svg") center no-repeat;
    left: -62px;
}

.b-reviews__slider .slick-next {
    background: url("../images/reviews/next.svg") center no-repeat;
    right: -62px;
}

.b-reviews__text {
    text-align: center;
    margin: 50px 0 45px 0;
}

    .b-reviews__text b {
        display: block;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.2;
        color: #434343;
        margin-bottom: 20px;
    }

    .b-reviews__text span {
        display: block;
        font-weight: 300;
        font-size: 14px;
        line-height: 1.2;
        color: #434343;
    }

.b-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}

.b-partners__item {
    display: block;
}

.b-reviews__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .b-reviews__btns .pink-btn_big {
        padding: 19.5px 48px;
    }

/*============= b-software  =============*/

.b-software {
}

.b-software__item-text {
    margin-top: 60px;
}

@media (max-width: 769px) {
    .b-software__item-text {
        margin-top: 24px;
    }
}

@media (max-width: 769px) {
    .b-software .slick-track {
        padding-top: 22px;
    }
}

.b-software__item-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 220%;
    color: #434343;
}

.b-software__content {
    margin-top: -10px;
}

    .b-software__content .slick-dots {
        margin: 0;
    }

    .b-software__content .slick-track {
        padding-top: 0;
    }

.b-software__block-top {
    margin-top: 16px;
}

    .b-software__block-top p {
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        font-style: italic;
        color: #b0b0b0;
    }

.b-software .slider img {
    margin: auto;
}

@media (max-width: 769px) {
    .b-software .header {
        text-align: center;
    }

    .b-software__item-text p {
        font-size: 10px;
    }
}

/*============= b-reasons  =============*/

.b-reasons {
    padding-top: 80px;
}

    .b-reasons div .header {
        text-align: center;
    }

@media (max-width: 769px) {
    .b-reasons .header {
        text-align: center;
    }
}

.b-reasons__list {
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #f8f9fb;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .b-reasons__list > li {
        position: relative;
        list-style: none;
        margin: 0 15px 10px;
    }

        .b-reasons__list > li > a {
            color: #c4c4c4;
            display: block;
            text-align: center;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
            text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
            padding-bottom: 8px;
            border-bottom: 4px solid #c4c4c4;
        }

.display-none {
    display: none;
}

#reasons-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    margin-left: -15px;
}

@media (max-width: 769px) {
    #reasons-menu {
        margin-top: 32px;
        margin-bottom: -20px;
    }
}

#reasons-menu .b-reasons__list > li > a,
#reasons-menu .b-reasons__list > li:hover > a,
#reasons-menu .b-reasons__list > li:focus > a,
#reasons-menu .b-reasons__list > li:active > a {
    background: transparent !important;
}

.b-reasons__list > li > a:hover,
.b-reasons__list > li.active > a,
.b-reasons__list > li > a:focus,
.b-reasons__list > li > a:active {
    text-decoration: none;
}

.b-reasons__list > li > a:hover,
.b-reasons__list > li.active > a,
.b-reasons__list > li > a:active {
    color: #c83f99;
    padding-bottom: 8px;
    border-bottom: 4px solid #c83f99;
}

@media (max-width: 769px) {
    .b-reasons__list > li > a {
        font-size: 20px;
        height: 26px;
        padding-bottom: 0;
        border-bottom: 2px solid #c4c4c4;
    }

        .b-reasons__list > li > a:hover,
        .b-reasons__list > li.active > a,
        .b-reasons__list > li > a:active {
            height: 26px;
            padding-bottom: 0;
            border-bottom: 2px solid #c83f99;
        }
}

#reasons-menu .b-reasons__list > li > a {
    text-align: left;
    text-shadow: none;
}

@media (max-width: 769px) {
    #reasons-content #for-developers > * {
        margin: 0 0 16px 0;
    }

        #reasons-content #for-developers > *:last-child {
            margin: auto;
        }
}

.b-reasons .reasons-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 769px) {
    .b-reasons__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
    }
}

.b-reasons__item-img {
    margin-top: 30px;
    width: 120px;
    height: 120px;
    background: #ffffff;
    border: 2px solid #c83f99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 49px;
}

@media (max-width: 769px) {
    .b-reasons__item-img {
        width: 50px;
        height: 50px;
        margin: 10px 10px 10px 0;
    }
}

.b-reasons__item-img img {
    width: 50%;
    height: auto;
    margin: auto;
}

.b-reasons__item-text {
}

.b-reasons__header h2 {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #823bbf;
    margin: 40px 0 16px 0;
}

@media (max-width: 769px) {
    .b-reasons__header h2 {
        margin: auto 0;
        font-size: 12px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        line-height: 20px;
    }
}

.b-reasons__item-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 220%;
    color: #434343;
}

@media (max-width: 769px) {
    .b-reasons__item-text p {
        font-size: 10px;
    }
}

.b-reasons__item-text > .footnote {
    font-size: 12px;
    font-style: italic;
}

/*============= b-capabilities =============*/

.b-capabilities {
    padding-top: 40px;
}

.b-booster-capabilities {
    padding-top: 10px !important;
}

@media (max-width: 769px) {
    .b-capabilities .header {
    }
}

.b-capabilities__item-text {
    margin-top: 40px;
}

    .b-capabilities__item-text p {
        font-weight: 700;
        font-size: 24px;
        line-height: 220%;
        color: #434343;
    }

@media (max-width: 769px) {
    .b-capabilities__item-text p {
        font-size: 12px;
        line-height: 110%;
    }
}

.b-capabilities__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

@media (max-width: 769px) {
    .b-capabilities__block {
        margin-top: 20px;
    }
}

.b-capabilities__block-left {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px;
}

.b-stage__registration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
}

.b-capabilities__block-left p span {
    display: inline-block;
    margin-bottom: 15px;
}

.b-capabilities__block-left p b {
    display: inline-block;
    margin-bottom: 5px;
}

.b-capabilities__block-left p {
    font-weight: 300;
    font-size: 16px;
    line-height: 220%;
    color: #434343;
}

@media (max-width: 769px) {
    .b-capabilities__block-left p {
        font-size: 14px;
        line-height: 140%;
    }
}

.b-capabilities__block-img {
    padding: 0 0 0 30px;
    width: 840px;
}

@media (max-width: 769px) {
    .b-capabilities__block-img {
        width: 100%;
        padding: 30px 15px 0 15px;
    }
}

.b-capabilities__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 769px) {
    .b-capabilities__btns {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}

.b-capabilities__btns .pink-btn_big {
    padding: 19.5px 28px;
    margin: 0 0 74px;
}

@media (max-width: 769px) {
    .b-capabilities__btns .pink-btn_big {
        margin: 10px 0 30px;
    }
}

/*============= b-novelties =============*/
.b-novelties {
    padding-top: 80px;
    padding-bottom: 60px;
    -webkit-box-shadow: inset 0px 10px 20px rgb(0 0 0 / 3%);
    box-shadow: inset 0px 10px 20px rgb(0 0 0 / 3%);
    background: #f9f9f9;
}

    .b-novelties .section__header {
        margin-bottom: 20px;
    }

    .b-novelties .section__content {
        margin-top: 60px !important;
    }

@media (max-width: 769px) {
    .b-novelties .section__content {
        display: none;
    }
}

.b-novelties .b-row > div {
    margin-bottom: 30px;
}

.b-novelties p {
    font-weight: 300;
    font-size: 16px;
    line-height: 220%;
    color: #434343;
}

.b-novelties__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-section__slider {
    display: none;
}

@media (max-width: 769px) {
    .b-section__slider {
        display: block;
    }
}

.b-section__slider .slick-track {
    padding: 0;
}

    .b-section__slider .slick-track p {
        text-align: center;
        font-size: 10px;
        line-height: 250%;
    }

.b-section__slider .slick-dots {
    margin: 16px 0 26px 0 !important;
}

@media (max-width: 769px) {
    .b-novelties__btns {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}

.b-novelties__btns .pink-btn_big {
    padding: 19.5px 28px;
    margin: 0 0;
}

@media (max-width: 769px) {
    .b-novelties__btns .pink-btn_big {
        margin: 10px 0 30px;
    }
}

/*============= modal-window =============*/

.modal {
    display: none;
    position: fixed;
    z-index: 12;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

    .modal .modal-content {
        background-color: #fefefe;
        padding: 8px;
        border: 1px solid #888;
        width: 98%;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        overflow: hidden;
    }

    .modal .close {
        color: #aaa;
        background-color: #fff;
        float: right;
        font-size: 28px;
        font-weight: bold;
        width: 28px;
        height: 28px;
        text-align: center;
        border-radius: 14px;
        opacity: 1;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 10000;
    }

        .modal .close:hover,
        .modal .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

    .modal img {
        display: block;
        margin: auto;
    }

.open-modal-slider > img {
    max-height: 750px;
}

.b-section-small-padding {
    padding-bottom: 20px;
    padding-top: 20px;
}

.b-section-index {
    padding-bottom: 20px;
    padding-top: 10px;
}

/* Social links */
.social {
    display: inline-block;
}

    .social a {
        display: block;
        width: 30px;
        height: 30px;
        margin: 0 10px 10px 0;
        text-align: center;
        color: #fff;
        border: 1px solid #ccc;
        border-radius: 35px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    }

        .social a:hover {
            border-color: #888;
            opacity: 0.8;
        }

    .social svg {
        margin-top: 7px;
        width: 14px;
        height: 14px;
    }

.github a {
    background: #191919;
}

.telegram a {
    background: #249bd7;
}

.vk a {
    background: #4a76a8;
}

.youtube a {
    background: #c4302b;
}

.social {
    display: inline-block;
}

    .social a {
        display: block;
        width: 30px;
        height: 30px;
        margin: 0 10px 10px 0;
        text-align: center;
        color: #fff;
        border: 1px solid #ccc;
        border-radius: 24px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    }

        .social a:hover {
            border-color: #888;
            opacity: 0.8;
        }

    .social svg {
        margin-top: 7px;
        width: 14px;
        height: 14px;
    }

.github a {
    background: #191919;
}

.telegram a {
    background: #249bd7;
}

.vk a {
    background: #4a76a8;
}

.youtube a {
    background: #c4302b;
}

.social-li div a {
    margin: 4px 0 !important;
}

.capabilities-summary p {
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
    color: #434343;
}

.slick-slide-description {
    position: absolute;
    padding: 5px;
    width: 100%;
    max-width: 300px;
    text-align: center;
    color: black;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(62 44 90 / 8%);
    box-shadow: 0px 0px 13px 0px rgb(62 44 90 / 8%);
    margin-bottom: 1.5rem;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid #e0e0e0;
    border-radius: 4px;
    -webkit-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
    right: 0px;
}

    .slick-slide-description h3 {
        font-weight: 600;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 220%;
        color: #434343;
    }

.try-free-label {
    text-decoration: underline;
    font-weight: 500;
    margin-left: -20px;
    font-size: 14px;
}

.try-free-label-main-container {
    margin: 20px 0 0 17px;
}

.try-free-label-main {
    text-decoration: underline;
    font-size: 16px;
    color: white;
}

    .try-free-label-main:hover,
    .try-free-label-main:focus {
        color: white;
    }

#tab-2,
#tab-3 {
    display: none;
}

.leassons-video {
    margin-bottom: 30px;
}
    .leassons-video > h3 {
        margin: 10px 10px;
    }

.contacts-link {
    text-decoration: underline; 
}

.text-underline {
    text-decoration: underline;
}

.features-title {
    font-size: 24px !important;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}