.header {
    border-bottom: 1px solid #E5E5E5;
}
.header img {
    cursor: pointer;
}
#body {
    padding-top: 43px;
}
.main-section {
    display: flex;
    justify-content: space-between;
}
#blocks {
    width: 63%;
    margin-right: 80px;
    flex-shrink: 0;
}
#blocks h2 {
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 180%;
}
#blocks .description {
    font-weight: normal;
    font-size: 30px;
    line-height: 140%;
    background: #F7F7F7;
    border-radius: 5px;
    padding: 9px 14px;
    margin-bottom: 44px;
}
#what-to-sell .description {
    margin-bottom: 34px;
}
#blocks .cta {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 28px;
}
#tooltip {
    display: inline-block;
    font-size: 12px;
    border: 1px solid;
    color: #979797;
    width: 17px;
    height: 17px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin: -2px 0 0 5px;
}
#tooltip .fa-question:before {
    top: 1px;
    position: relative;
}
.tooltip .tooltip-inner {
    background-color: #464646;
    font-size: 12px;
    padding: 10px 15px;
    width: 271px;
    text-align: left;
    max-width: unset;
}
#order {
    width: 100%;
}
#order .order-wrapper {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 25px 22px;
    background: #fff;
}
#order .wrapper {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
}
#titles {
    display: flex;
    margin-bottom: 48px;
}
#titles > div {
    width: 25%;
    text-align: center;
    border-bottom: 3px solid #F7F7F7;
    padding-bottom: 22px;
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    text-transform: uppercase;
    cursor: pointer;
}
#titles .active {
    border-bottom: 3px solid #F57F17;
    font-weight: bold;
}
.niches {
    border: 1px solid #DADADA;
    border-radius: 5px;
}
.niches .i-pick,
.niches .help-pick {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    padding: 40px 55px 40px 30px;
    position: relative;
    cursor: pointer;
}
.niches .i-pick {
    border-bottom: 1px solid #DADADA;
}
.niches .i-pick:after {
    content: '\f105';
    position: absolute;
    top: 42px;
    right: 32px;
    font-size: 30px;
    font-family: FontAwesome;
    transition: all .2s linear 0s;
    transform: rotate(-90deg);
}
.niches .i-pick.closed:after {
    transform: rotate(90deg);
}
.niches .i-pick-items {
    padding: 6px;
    background: #F7F7F7;
    border-bottom: 1px solid #DADADA;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.i-pick-items .item {
    width: 25%;
    position: relative;
    padding: 6px;
    cursor: pointer;
}
.i-pick-items .item:before {
    content: '';
    width: 25px;
    height: 25px;
    background: url(../../img/pages/builder/radio-empty.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 19px;
    right: 19px;
}
.i-pick-items .item.checked:before {
    background: url(../../img/pages/builder/radio-check.svg) no-repeat center;
}
.i-pick-items .item img {
    width: 100%;
}
.i-pick-items .item .img-wrapper {
    display: none;
}
.i-pick-items .title {
    position: absolute;
    bottom: 26px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
}
.i-pick-items .title.long {
    bottom: 18px;
}
.help-pick:before {
    content: '';
    width: 25px;
    height: 25px;
    background: url(../../img/pages/builder/radio-empty2.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 36px;
    right: 24px;
}
.help-pick.checked:before {
    background: url(../../img/pages/builder/radio-check.svg) no-repeat center;
}
.section-total {
    font-weight: normal;
    font-size: 17px;
    line-height: 130%;
    margin-top: 34px;
    margin-bottom: 48px;
    text-align: right;
}
.section-total .free {
    font-weight: bold;
    color: #FFFFFF;
    background: #46AB88;
    border-radius: 100px;
    padding: 2px 9px;
}
.section-total .value {
    font-weight: bold;
    font-size: 30px;
}
.catalog-size {
    border: 1px solid #DADADA;
    border-radius: 5px;
}
.catalog-size .item {
    padding: 37px 30px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
}
.catalog-size .item .price {
    background: #FFA25B;
    border-radius: 20px;
    color: #fff;
    margin-left: 50px;
    padding: 2px 8px;
    font-weight: bold;
    font-size: 16px;
}
.catalog-size .item:not(:last-child) {
    border-bottom: 1px solid #DADADA;
}
.catalog-size .item:before {
    content: '';
    width: 25px;
    height: 25px;
    background: url(../../img/pages/builder/radio-empty2.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 36px;
    right: 24px;
}
.catalog-size .item.checked {
    background: #FFF6EF;
}
.catalog-size .item.checked:before {
    background: url(../../img/pages/builder/radio-check.svg) no-repeat center;
}
#order h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 130%;
}
#order .item {
    padding: 18px 0 18px 12px;
    display: flex;
    justify-content: space-between;
}
#order .item:not(:last-child) {
    border-bottom: 2px solid #EEEEEE;
}
#order .item .value {
    font-weight: bold;
}
#order .item .free {
    color: #FFFFFF;
    background: #46AB88;
    border-radius: 100px;
    padding: 2px 9px;
}
#order .btn {
    width: 100%;
    height: 60px;
    margin: 0;
    font-size: 17px;
    line-height: 42px;
}
#total {
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    margin: 30px 0 26px;
    text-align: right;
}
#total .value {
    color: #F57F17;
    font-weight: bold;
    font-size: 30px;
    margin-left: 3px;
}
#blocks .next {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #F57F17;
    padding-right: 20px;
    position: relative;
    text-transform: uppercase;
}
#blocks .next:after {
    content: '\f105';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    font-family: FontAwesome;
    line-height: 25px;
}
#blocks .previous {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #969594;
    padding-left: 20px;
    position: relative;
    margin-right: 28px;
    text-transform: uppercase;
}
#blocks .previous:after {
    content: '\f105';
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 28px;
    font-family: FontAwesome;
    transform: rotate(180deg);
    line-height: 25px;
}
#blocks .previous.back-start {
    color: #337AB7;
}
#blocks .navigation {
    text-align: right;
}
#order .contact-us {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
    background: #fff;
}
#order .contact-us .avatar {
    background: #F7F7F7;
    text-align: center;
    vertical-align: middle;
    padding: 11px;
    margin-bottom: 15px;
}
#order .contact-us .avatar img {
    margin-right: 16px;
}
.builder-step {
    display: none;
}
.product-items .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}
.product-items .img-wrapper {
    flex-shrink: 0;
    margin-right: 16px;
    width: 206px;
}
.product-items .img-wrapper img {
    width: 100%;
}
.product-items .info {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 7px;
    padding: 15px;
}
.product-items .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.product-items .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.product-items .add-to-order {
    width: 180px;
    height: 50px;
    margin: 0;
    display: none;
}
.product-items .head .add-to-order {
    display: block;
}
.product-items .add-to-order.checked {
    background: url(../../img/pages/builder/added.svg) no-repeat center;
    text-indent: -9999px;
    border-color: #46AA87;
}
.product-items .add-to-order.checked:hover {
    opacity: 0.7;
}
.product-items .add-to-order.disabled {
    text-indent: -9999px;
    position: relative;
    width: 190px;
}
.product-items .add-to-order.disabled:after {
    text-indent: 0;
    content: 'ALREADY IN THE BUNDLE';
    position: absolute;
    top: 8px;
    left: 10px;
}
.product-items .price .value {
    background: #FFA25B;
    border-radius: 20px;
    color: #fff;
    padding: 2px 8px;
    font-weight: bold;
    font-size: 16px;
}
.product-items .price .old-price {
    color: #969594;
    text-decoration: line-through;
    margin-left: 8px;
}
.product-items .title-group.save {
    padding-right: 80px;
    position: relative;
}
.product-items .you-save {
    position: absolute;
    top: -6px;
    right: 0;
    width: 65px;
    height: 65px;
    background: url(../../img/pages/builder/save.svg) no-repeat center;
    background-size: contain;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    line-height: 9px;
}
.product-items .you-save span {
    font-size: 20px;
    line-height: 22px;
}
.product-items .text.with-hidden {
    padding-right: 22px;
}
.product-items .text b {
    font-weight: normal;
    margin-bottom: 8px;
    display: block;
}
.product-items .text ul {
    margin: 0 0 12px 0;
    padding: 0;
}
.product-items .text li {
    padding: 0 0 3px 17px;
    list-style: none;
    font-weight: 300;
    position: relative;
}
.product-items .text li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #464646;
    display: inline-block;
    margin-right: 30px;
    top: 10px;
    left: 0;
    position: absolute;
}
.product-items .text p:last-child,
.product-items .text ul:last-child {
    margin: 0;
}
.product-items .show-long {
    position: absolute;
    bottom: 11px;
    right: 11px;
    font-size: 26px;
    font-family: FontAwesome;
    transition: all .2s linear 0s;
    color: #979797;
    background: #F7F7F7;
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    cursor: pointer;
}
.product-items .show-long.clicked {
    transform: rotate(180deg);
}
.product-items .in-bundle {
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    text-decoration: underline;
    color: #337AB7;
    margin-bottom: 8px;
}
#hosting .year {
    font-weight: 500;
    font-size: 22px;
}
#footer {
    background: #F7F7F7;
    padding: 45px 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}
#footer div:first-child {
    margin-bottom: 14px;
}
#promo-tools .description span {
    font-weight: 900;
    font-size: 14px;
    line-height: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #46AB88;
    border-radius: 0 100px 100px 0;
    padding: 5px 10px;
    position: relative;
    top: -8px;
    margin-left: 10px;
}
#what-to-sell .info {
    border-left: 4px solid #F57F17;
    padding-left: 16px;
    margin-bottom: 24px;
    line-height: 30px;
    margin-top: -8px;
}
#what-to-sell .info span {
    font-weight: bold;
}

@media (max-width: 1280px) {
    .page .container {
        width: 100%;
    }
    #blocks {
        margin-right: 20px;
    }
}

@media (max-width: 1200px) {
    .i-pick-items .title {
        font-size: 14px;
        padding: 0 10px;
    }
    .product-items .add-to-order {
        display: block;
        margin-top: 20px;
    }
    .product-items .head .add-to-order {
        display: none;
    }
    .product-items .img-wrapper {
        width: 160px;
    }
    #promo-tools .description span {
        display: block;
        line-height: 1;
        margin-left: 0;
        margin-top: 10px;
        width: 188px;
    }
}

@media (max-width: 991px) {
    #order .contact-us .avatar img {
        margin-right: 2px;
    }
    #blocks .previous,
    #blocks .next {
        font-size: 18px;
        flex-shrink: 0;
    }
    #blocks .previous:after,
    #blocks .next:after {
        font-size: 24px;
        line-height: 24px;
    }
    #blocks .next:after {
        top: -1px;
    }
    #blocks .navigation {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #blocks .next {
        padding-right: 15px;
    }
    #blocks .previous {
        padding-left: 15px;
    }
    #order .btn {
        font-size: 14px;
        line-height: 44px;
        height: 50px;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .main-section {
        flex-direction: column;
    }
    #blocks {
        width: 100%;
        padding: 30px 15px;
    }
    #order {
        background: #F7F7F7;
        padding: 15px;
    }
    .header {
        padding-bottom: 6px;
    }
    #titles {
        display: none;
    }
    #body,
    #body .container {
        padding: 0;
    }
    #order h3 {
        font-size: 18px;
        line-height: 130%;
        margin-bottom: 0;
        position: relative;
    }
    #order .item {
        padding: 8px 0;
        font-size: 16px;
        line-height: 19px;
    }
    #order .order-wrapper {
        padding: 17px 15px;
    }
    #order .contact-us {
        padding: 17px 15px;
        margin-top: 15px;
    }
    #blocks .description {
        font-size: 22px;
        line-height: 140%;
        margin-bottom: 25px;
    }
    #blocks .cta {
        font-size: 18px;
        line-height: 130%;
    }
    #blocks h2 {
        margin-bottom: 22px;
    }
    #blocks .cta {
        margin-bottom: 25px;
    }
    .niches .i-pick-items {
        flex-direction: column;
        padding: 0;
        background: none;
    }
    .i-pick-items .item {
        width: 100%;
        display: flex;
        padding: 29px 49px 29px 17px;
        border-bottom: 1px solid #DADADA;
        align-items: center;
    }
    .i-pick-items .title {
        position: static;
        color: #464646;
        text-align: left;
        padding: 0;
        font-size: 15px;
        line-height: 140%;
    }
    .i-pick-items .item .img-wrapper {
        display: block;
        width: 37px;
        height: 37px;
        text-align: center;
        margin-right: 14px;
    }
    .i-pick-items .item img {
        width: auto;
        height: auto;
    }
    .i-pick-items .item .desktop {
        display: none;
    }
    .i-pick-items .item:before {
        top: 34px;
        right: 15px;
    }
    .niches .i-pick,
    .niches .help-pick {
        padding: 30px 60px 30px 15px;
    }
    .help-pick:before {
        right: 15px;
    }
    .niches .i-pick:after {
        right: 22px;
    }
    .section-total {
        text-align: center;
    }
    .catalog-size .item {
        padding: 20px;
        height: 100px;
    }
    .catalog-size .item .value {
        display: block;
    }
    .catalog-size .item .price {
        margin: 4px 0 0 0;
        display: inline-block;
    }
    #what-to-sell .info {
        line-height: 1.4;
        margin-bottom: 12px;
    }
    .catalog-size .item:first-child {
        display: flex;
        align-items: center;
    }
    .i-pick-items .item.checked {
        background: #FFF6EF;
    }
    #footer {
        padding: 30px 0;
        background: none;
    }
    #order .order-inner {
        display: none;
        margin-top: 15px;
    }
    #order h3:after {
        content: '\f105';
        position: absolute;
        top: 0;
        right: 3px;
        font-size: 30px;
        font-family: FontAwesome;
        transition: all .2s linear 0s;
        transform: rotate(90deg);
        font-weight: normal;
    }
    #order h3.opened:after {
        transform: rotate(-90deg);
    }
    .product-items .img-wrapper {
        display: none;
    }
    #promo-tools .you-save {
        top: -10px;
    }
    .product-items .title {
        line-height: 130%;
    }
    .product-items .add-to-order {
        width: 100%;
    }
    .product-items .show-long {
        bottom: 85px;
    }
    #blocks .previous.back-start {
        margin: 0 20px 10px 20px;
    }
    #hosting .previous {
        margin: 0 0 10px 0;
    }
    .product-items .add-to-order.disabled {
        width: 100%;
        line-height: 2;
    }
    .product-items .add-to-order.disabled:after {
        left: calc(50% - 82px);
    }
}
