* {
    margin: 0;
    padding: 0
}

.content_body .right_column {
    width: 320px
}

.right_column {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column
}

.right_column .poll_item {
    border: 1px solid #999;
    text-align: center;
    padding: 70px 25px 65px;
    box-sizing: border-box;
    margin-bottom: 16px
}

.right_column .poll_item .block_type_title {
    text-align: center;
    margin-bottom: 20px
}

.right_column .poll_item h3 {
    margin-bottom: 30px;
    text-align: center
}

.right_column .poll_item .bottom_link {
    margin-top: 30px;
    text-align: center
}

.right_column .poll_item .red_fill_btn {
    margin: 0 auto
}

.right_column__sticky-box {
    position: relative
}

.content_sticky_column_js {
    position: sticky;
    width: 320px;
    top: 70px;
    bottom: 1px
}

.subscribe_wid .section_header {
    text-align: center;
    font-weight: 700;
    font-size: 1.25em;
    margin-bottom: 10px
}

.form_box .input_box {
    margin-bottom: 10px
}

.subscribe_wid .input_box label {
    font-size: .875em;
    font-weight: 700
}

.subscribe_wid .input_box input {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 10px;
    line-height: 40px;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.form_box .input_box {
    margin-bottom: 10px
}

.subscribe_wid .input_box.checkbox label {
    font-weight: 400;
    font-size: .75em
}

.subscribe_wid .input_box.checkbox input {
    height: auto;
    width: auto;
    display: inline-block;
    margin-right: 5px
}

.form_box .subscription_item_submit {
    padding: 0 20px;
    height: 40px;
    width: auto;
    line-height: 38px;
    background: #e30000;
    border-radius: 24px;
    display: inline-block
}

.red_fill_btn {
    display: block;
    background-color: #da2429;
    font-size: .625em;
    font-family: Montserrat, sans-serif;
    width: 96px;
    height: 32px;
    box-sizing: border-box;
    line-height: 29px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #da2429;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.subscribe_wid .red_fill_btn {
    width: 100%;
    float: none;
    margin: 0;
    box-sizing: border-box
}

.top5 .top_decor {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -6px;
    left: 0
}

.top5 .top_decor .red_line {
    height: 6px;
    width: 22%;
    border-bottom: 4px solid #da2429
}

.top5 .top_decor h3 {
    color: #da2429;
    display: block;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.top5 .top_decor .red_line {
    height: 6px;
    width: 22%;
    border-bottom: 4px solid #da2429
}

.top5 ul {
    padding: 16px 16px 0 16px;
    border-width: 0 4px 4px 4px;
    border-color: #da2429;
    border-style: solid;
    background-color: #fff;
    width: 100%;
    display: block;
    box-sizing: border-box
}

.top5 {
    width: 100%;
    margin-top: 22px;
    position: relative
}

.top5 ul li {
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    position: relative
}

.top5 ul li a {
    color: #000;
    position: relative;
    z-index: 10;
    font-size: .875em;
    line-height: 17px;
    width: 100%;
    text-align: center;
    text-decoration: none
}

.order-price {
    max-width: 400px;
    width: 100%;
    display: flex;
    border-radius: 16px;
    border: 4px solid #b601ff;
    background: url(../img/arrows.svg) 50% 50% / auto no-repeat;
    margin: 50px 0 20px 0
}