.main {
    background: var(--block-gradient);
    display: flex;
    justify-content: center;
    padding-bottom: 71px;
}
.main-background-left,
.main-background-right {
    position: absolute;
    background-repeat: no-repeat;
}
.main-background-left {
    left: 0;
    top: 58px;
    background-image: url(../images/backgrounds/socials-left.svg);
    width: 313px;
    height: 737px;
}
.main-background-right {
    right: 0;
    top: 395px;
    background-image: url(../images/backgrounds/socials-right.svg);
    width: 259px;
    height: 733px;
}
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 64px;
}
.main-header-logo img {
    /*width: 180px;*/
    height: 60px;
}
.main-menu-item {
    margin-left: 30px;
    color: var(--color-menu);
    font-size: 18px;
    font-family: var(--font-family-m);
    text-decoration: none;
}
.main-btn-register {
    margin-left: 26px;
}
/*-------------
    Boost
 */
.main-boost-header {
    margin-top: 67px;
}
.main-boost-order {
    background: var(--color-white);
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    box-shadow: 0 26px 43px rgba(212, 210, 224, 0.24);
    border-radius: 15px;
}
.main-boost-order-social-networks-header,
.main-boost-order-categories-header,
.main-boost-order-form-header {
    display: flex;
    align-items: center;
    padding: 27px 15px 22px 21px;
    border-bottom: 1px solid var(--border-color);
}
.main-boost-order-categories-header,
.main-boost-order-form-header {
    border-left: 1px solid var(--border-color);
}
.main-boost-order-step {
    background: var(--color-blue);
    color: var(--color-white);
    font-size: 20px;
    font-family: var(--font-family-b);
    padding: 7px 13px 8px 13px;
    border-radius: 50%;
}
.main-boost-order-step-description {
    margin-left: 17px;
    color: var(--color-dark-black);
    font-family: var(--font-family-m);
    font-size: 20px;
}
.main-boost-order-social-networks,
.main-boost-order-categories,
.main-boost-order-form {
    width: 100%;
}
.main-boost-order-social-networks {

}
.main-boost-order-space-vertical {
    width: 8px;
    height: 1px;
}
.main-boost-order-space-horizontal {
    width: 1px;
    height: 18px;
}
.main-boost-order-social-networks-items,
.main-boost-order-categories-items,
.main-boost-order-form-data {
    height: 680px;
    overflow-y: scroll;
    padding-left: 18px;
}
.main-boost-order-item {
    padding: 16px 17px 17px 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 10px 0 0;
}
.main-boost-order-item.active {
    border: 1px solid var(--color-blue);
    border-radius: 20px;
    position: relative;
}
.main-boost-order-item.active:after {
    content: url(../images/icons/arrow_right.svg);
    position: absolute;
    right: 17px;
}
.main-boost-order-item img {
    height: 43px;
    width: 43px;
}
.main-boost-order-item-name {
    padding: 0 15px 0 19px;
    font-family: var(--font-family-m);
    font-size: 16px;
}
.main-boost-order-categories {
    /*margin-left: 8px;*/
}
.main-boost-order-categories-items {
    border-left: 1px solid var(--border-color);
}
.main-boost-order-form {
    position: relative;
}
.main-boost-order-form-data {
    border-left: 1px solid var(--border-color);
    height: 680px;
    padding: 0 24px 15px 20px;
}
.main-boost-order-form-service {

}
.main-boost-order-form-run {

}
.main-boost-order-form-run button {
    height: 76px;
    margin-top: 42px;
}
.main-statistic {
    margin-top: 60px;
}
.main-statistic-items {
    display: flex;
    justify-content: space-between;
}
.main-statistic-item {

}
.main-statistic-title {
    color: var(--color-blue);
    font-family: var(--font-family-b);
    font-size: 44px;
}
.main-statistic-description {
    color: #030303;
    font-family: var(--font-family-m);
    font-size: 20px;
}
.main-boost-order-form-header-mobile {
    display: none;
}
.mobile-order-form-data {
    display: none;
}
.main-header-mobile {
    display: none;
}