.b-main-screen {
    overflow: hidden;
}
.b-main-screen__container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 15px 20px;
}

.b-main-screen__container>:last-child {
    margin-bottom: 0
}

.b-main-screen__title {
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    color: #fff
}

.b-main-screen__attention {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    margin: 0 0 26px;
    font-size: 32px;
    line-height: 38px
}

.b-main-screen__attention--center {
    text-align: center
}

.b-main-screen__attention--upper {
    text-transform: uppercase
}

.b-main-screen__attention--orange {
    color: #f60
}

.b-main-screen__attention--stroke-white,
.b-main-screen__attention--stroke-yellow {
    position: relative;
    z-index: 1
}

.b-main-screen__attention--stroke-white:before {
    background: url(/local/templates/webcom_2018/images/services/stroke-white.svg) no-repeat center/contain
}

.b-main-screen__attention--stroke-red:before,
.b-main-screen__attention--stroke-red-sm:before,
.b-main-screen__attention--stroke-white:before,
.b-main-screen__attention--stroke-yellow:before {
    content: '';
    display: block;
    width: calc(100% + 124px*2);
    height: calc(100% + 10px*2);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%)
}


.b-main-screen__attention--stroke-red,
.b-main-screen__attention--stroke-red-sm {
    position: relative;
    z-index: 1;
    color: #fff
}

.b-main-screen__attention--stroke-red:before {
    background: url(/local/templates/webcom_2018/images/services/red-stroke.svg) no-repeat center/contain
}

.b-main-screen__attention--stroke-red-sm:before {
    background: url(/local/templates/webcom_2018/images/services/red-stroke-sm.svg) no-repeat center/contain
}

.b-main-screen__desc {
    font-family: 'Roboto', 'Open Sans', 'Noto Sans', sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
    font-size: 20px;
    width: 65%;
    margin: 0 0 48px;
    text-align: center;
    color: #fff
}

.b-main-screen__item,
.b-main-screen__list {
    display: flex;
    justify-content: center
}

.b-main-screen__list {
    flex-wrap: wrap;
    width: 100%;
    margin: 56px 0 0;
    padding: 0;
    list-style: none
}

.b-main-screen__item {
    align-items: center;
    text-align: center
}

.b-main-screen__item--plus,
.b-main-screen__item--sum {
    position: relative
}

.b-main-screen__item--plus:before,
.b-main-screen__item--sum:before {
    content: '';
    position: relative;
    width: 32px;
    margin-left: 16px;
    margin-right: 16px
}

.b-main-screen__logo {
    max-width: 316px;
    height: 64px
}

.b-main-screen .b-main-screen__support,
.b-main-screen__box,
.b-main-screen__box-item {
    display: flex;
    justify-content: center
}

.b-main-screen .b-main-screen__support {
    align-items: center;
    margin: 8px 0 0;
}

.b-main-screen__subtext {
    font-family: Rubik, sans-serif;
    margin: 0;
    padding-right: 16px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    color: #fff;
}

.b-main-screen__box,
.b-main-screen__box-item {
    padding: 0
}

.b-main-screen__box {
    align-items: center;
    text-align: center;
    margin: 0
}

.b-main-screen__box-item {
    align-items: center;
    width: 100%;
    list-style: none;
    margin: 0 18px 0 0
}

.b-main-screen__box-item:last-child {
    margin-right: 0
}

.b-main-screen__remark {
    display: block;
    width: 100%;
    font-family: 'Roboto', 'Open Sans', 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    margin-top: 120px;
}

.b-main-screen__remark--yellow {
    color: #fffc00
}

.b-main-screen__box-item .b-tooltip {
    width: 16px;
    height: 16px;
    margin: 0;
}

.b-main-screen__box-item .b-tooltip .tooltip {
    background: url(/local/templates/webcom_2018/images/services/info-tooltip-white.svg) no-repeat center center;
    background-size: cover;
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px;
    left: 1px;
    opacity: .6;
}
.b-main-screen__box-item .b-tooltip:after {
    left: auto;
    right: -36px;
}

.b24-form-wrapper.b24-form-border-bottom {
    z-index: 2;
    max-width: 600px;
}

@media only screen and (max-width:1199px) {
    .b24-form-wrapper.b24-form-border-bottom {
        margin: 0 auto;
        padding-top: 0;
    }
    .b-main-screen__container {
        padding: 50px 15px 20px;
    }
    .b-individual-have-new__container>:last-child,
    .b-main-screen__container>:last-child {
        margin-bottom: 0
    }
    .b-main-screen__title {
        margin-bottom: 26px;
        font-size: 29px;
        line-height: 34px
    }
    .b-main-screen__attention--stroke-red:before,
    .b-main-screen__attention--stroke-white:before,
    .b-main-screen__attention--stroke-yellow:before {
        width: calc(100% + 100px*2)
    }
    .b-main-screen__desc {
        width: 75%;
        margin-bottom: 40px
    }
    .b-main-screen__list {
        margin-top: 44px
    }
    .b-main-screen__item--plus:before,
    .b-main-screen__item--sum:before {
        width: 26px;
        height: 13px;
        margin-left: 14px;
        margin-right: 14px
    }
    .b-main-screen__item--plus:before {
        height: 26px
    }
    .b-main-screen__logo {
        max-width: 284px;
        height: 56px
    }
    .b-individual-have-new .b-item__wrap-item b,
    .b-main-screen__remark {
        line-height: 20px
    }
}

@media only screen and (max-width:1023px) {
    .b-main-screen__container {
        padding: 50px 15px 20px;
    }
    .b-individual-have-new__container>:last-child,
    .b-main-screen__container>:last-child {
        margin-bottom: 0
    }
    .b-main-screen__title {
        margin-bottom: 22px;
        font-size: 24px;
        line-height: 29px
    }
    .b-main-screen__attention {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 18px;
    }
    .b-main-screen__attention--stroke-red:before,
    .b-main-screen__attention--stroke-red-sm:before,
    .b-main-screen__attention--stroke-white:before,
    .b-main-screen__attention--stroke-yellow:before {
        width: calc(100% + 50px*2)
    }
    .b-main-screen__desc {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 32px
    }
    .b-main-screen__list {
        margin-top: 29px
    }
    .b-main-screen__item--plus:before,
    .b-main-screen__item--sum:before {
        width: 20px;
        height: 10px;
        margin-left: 12px;
        margin-right: 12px
    }
    .b-main-screen__item--plus:before {
        height: 20px
    }
    .b-main-screen__logo {
        max-width: 234px;
        height: 46px
    }
    .b-individual-have-new .b-item__wrap-item b,
    .b-main-screen__remark {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .b-main-screen__container {
        display: block;
        padding: 0 15px 16px;
    }
    .b-main-screen__container>:last-child {
        margin-bottom: 0
    }
    .b-main-screen .b-main-screen__support {
        display: block;
        margin: 11px 0 0;
    }
    .b-main-screen .text-medium {
        font-weight: 400;
    }
    .b-main-screen__title {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: #fffc00
    }
    .b-main-screen__attention {
        margin: 0;
        font-size: 22px;
        line-height: 26px;
        font-weight: 400
    }
    .b-help-variant-new__subtitle br,
    .b-individual-have-new__nonds br,
    .b-main-screen__attention--stroke-red:before,
    .b-main-screen__attention--stroke-red-sm:before,
    .b-main-screen__attention--stroke-white:before,
    .b-main-screen__attention--stroke-yellow:before {
        display: none
    }
    .b-main-screen__desc {
        line-height: 17px;
        font-size: 14px;
        width: 100%;
        margin-bottom: 16px
    }
    .b-main-screen__list {
        margin-top: 18px
    }
    .b-main-screen__item--col-2 {
        display: block;
        width: 50%;
        max-width: 138px
    }
    .b-main-screen__item--col-2:nth-of-type(2n+1) {
        padding-right: 6px
    }
    .b-main-screen__item--col-2:nth-of-type(2n) {
        padding-left: 6px
    }
    .b-main-screen__item--plus:before,
    .b-main-screen__item--sum:before {
        width: 8px;
        height: 4px;
        position: absolute;
        top: calc(50% - 4px);
        right: calc(100% - 4px);
        margin: 0
    }
    .b-main-screen__item--plus:before {
        height: 8px
    }
    .b-main-screen__logo {
        max-width: 100%;
        height: auto
    }
    .b-main-screen__subtext {
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
        padding: 0;
        font-size: 16px;
        line-height: 20px;
    }
    .b-main-screen__box {
        flex-wrap: nowrap;
    }
    .b-main-screen__box-item {
        width: auto;
        margin: 5px 8px;
    }
    .b-main-screen__remark {
        margin-top: 84px;
        font-size: 10px;
        line-height: 12px;
    }
    .b-main-screen__name {
        width: 100%;
    }
    .b-main-screen__box-item .b-tooltip:after {
        right: -21px;
    }
}

/*add button main screen*/
.b-new-year__btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.b-new-year__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 320px;
    min-height: 48px;
    margin: 0 !important;
    padding: 13px 16px 12px;
    text-align: center;
    text-decoration: none;
    border: 0;
}

.b-new-btn--orange {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-28.12%, #fffc00), to(#f60));
    background: -webkit-linear-gradient(top, #fffc00 -28.12%, #f60 100%);
    background: -o-linear-gradient(top, #fffc00 -28.12%, #f60 100%);
    background: linear-gradient(180deg, #fffc00 -28.12%, #f60 100%);
    color: #fff;
    text-shadow: 0 1px 4px rgba(28, 28, 28, .2);
}

.b-new-btn--shadow {
    -webkit-box-shadow: 0 10px 20px rgba(3, 6, 31, .21);
    box-shadow: 0 10px 20px rgba(3, 6, 31, .21);
    margin: 6px 0 !important;
}

.b-new-btn {
    font-family: Rubik, Roboto, 'Open Sans', 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    border-radius: 6px;
    text-transform: uppercase;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: pointer;
}

.b-new-year__desc--white {
    color: #fff;
}

.b-new-year__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    font-family: Rubik, sans-serif;
    text-align: center;
    margin: 0 0 22px;
}
.b-new-year__btn-wrap .b-new-year__desc {
    margin: 0 30px;
}

.b-new-year__btn.b-new-btn--white-empty {
    color: #fff;
    text-shadow: none;
    background: transparent;
    border: 1px solid #fff!important;
}

.b-new-year__btn:last-child, .b-new-year__btn:last-child:hover, .b-new-year__btn.b-new-btn--shadow:last-child:hover, .b-new-year__btn.b-new-btn--shadow:last-child:focus {
    margin: 0 !important;
}
#request-phone,
#help-variant-new_offer-conditions-bonus{
    display: none;
}
@media screen and (max-width:767px){
    .b-new-year__btn-wrap{
        flex-wrap: wrap;
    }
    .b-new-year__btn-wrap .b-new-year__desc{
        width: 100%;
    }
}