
@import url("fields_input.css?v1.1.6");
@import url("icons_default.css?v1.1.6");
@import url("help_wrapper.css?v1.1.6");
* {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body {
    width: 100%;
    min-height: 100%;
    min-width: 320px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    background: #fff;
    line-height: 1.4em;
    color: #383838;
}

.container {
    padding: 0 80px;
    margin: 0 auto;
    max-width: 1920px;
    box-sizing: border-box;

}



ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.text_style{
    font-size: 18px;
    line-height: 28px
}
.text_style ul {
    list-style: none;
}

.text_style ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 16px;
}

.text_style ul li:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0.7em;
    width: 4px;
    height: 4px;
    background: #B2C1D1;
    border-radius: 50%;
}

p {
    margin-bottom: 1.3em;
}

a {
    color: #383838;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #383838;
}

input {
    font-family: 'Roboto', sans-serif;
}




.nowrap {
    white-space: nowrap;
}

h1 {
    margin: 24px 0;
    font-size: 48px;
    line-height: 1.1666em;
}

h2 {
    margin: 20px 0;
    font-size: 36px;
    line-height: 42px;
}


h3 {
    font-size: 28px;
    line-height: 34px;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

/*product*/
.price_wrapper {
    position: relative;
}

.price_wrapper .price {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.price_wrapper .compare_price, .item-price .compare_price {
    color: #7F91A2;
    display: inline-block;
    position: relative;
    font-size: 14px;
}

.price_wrapper .compare_price:before, .item-price .compare_price:before {
    content: '';
    width: 100%;
    border-bottom: 1px solid rgba(127, 145, 162, 0.5);
    display: block;
    top: 49%;
    position: absolute;
}

.price_wrapper .difference_price {
    background: #F1F3F7;
    border-radius: 2px;
    color: #7F91A2;
    font-size: 12px;
    line-height: 1.4em;
    display: inline-block;
    padding: 0px 4px;
    margin-left: 1em;
}

.price_wrapper:not([data-one-compare]) .price {
    line-height: 52px;
}

.price_wrapper:not([data-one-compare]) .compare_price, .price_wrapper:not([data-one-compare]) .difference_price {
    display: none;
}

.more {
    margin-top: 0.4em;
    color: #7F91A2;
    font-size: 16px;
    display: inline-block;
    line-height: 1.5em;
    border-bottom: 1px dashed transparent;
}

.more:hover {
    color: #7F91A2;
    border-bottom: 1px dashed;
}

.product_discount {
    background: #20A464;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 2.4em;
    padding: 0 10px;
    z-index: 10;
    position: absolute;
    opacity: 1;
    top: 0px;
    left: 0px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.product_discount:after {
    content: '-' attr(data-discount) '%';
}

.product_discount[data-discount="0"] {
    opacity: 0;
}

input[type="submit"], .btn {
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    background: #4486F4;
    border-radius: 4px;
    display: inline-block;
    padding: 0 24px;
    cursor: pointer;
}

input[type="submit"].disabled, .btn.disabled {
    opacity: 0.2;
    pointer-events: none;
}

.btn.big {
    font-size: 18px;
    line-height: 56px;
    padding: 0 40px;
}

.btn.block {
    display: block;
    text-align: center;
    padding:  0 10px;
}
button.btn.block {
    width: 100%;
}

input[type="submit"]:hover, .btn:hover {
    background: #2870E7;
    color: #fff;
}

.btn.white {
    background: #fff;
    color: #383838;
    border: 1px solid #D5DEF0;
}

.btn.white:hover {
    border: 1px solid #B2C1D1;
}

.qty_block {
    width: 34.29%;
    line-height: 56px;
    background: #F1F3F7;
    border-radius: 4px;
    overflow: hidden;
}

.qty_block input {
    background: #F1F3F7;
    border: none;
    line-height: inherit;
    font-size: 18px;
    text-align: center;
    color: #383838;
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.qty_block span {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.qty_block .disabled {
    opacity: 0.4;
    cursor: default;
}

.content_base {
    display: flex;
    justify-content: space-between;
    margin: 48px 0 160px;
}

.content_page {
    margin: 48px 0 160px;
}

.content_wrapper {
    width: 69.887%;
}

.form_wrapper {
    width: 23.296%;
}



.form_block {
    background: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(127, 145, 162, 0.15);
    border-radius: 10px;
    padding: 40px 30px;
    box-sizing: border-box;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

.form_block.selected {
    box-shadow: 0px 6px 20px rgba(127, 145, 162, 0.15), 0 -5px #4486f4 inset;
}

.cart_url .data_count_before[data-count="0"] + .cart-total:before {
    content: 'Пусто :(';
}

.heading {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #383838;
}


.heading.small {
    font-size: 28px;
    line-height: 34px;
}

.agree_block {
    position: relative;
    padding-left: 19px;
    font-size: 14px;
    line-height: 20px;
    color: #7F91A2;
    margin-top: 32px;
}

.agree_block a {
    color: inherit;
    border-bottom: 1px solid rgba(127, 145, 162, 0.2);
}

.agree_block i {
    position: absolute;
    left: 0;
    top: 4px;
}


::-webkit-input-placeholder {
    color: #a8b4cc;
}

:-moz-placeholder {
    color: #a8b4cc;
}

::-moz-placeholder {
    color: #a8b4cc;
}

:-ms-input-placeholder {
    color: #a8b4cc;
}

::-ms-input-placeholder {
    color: #a8b4cc;
}

::placeholder {
    color: #a8b4cc;
}


#page-content {
    margin-top: 56px;
}

.breadcrumbs {
    font-size: 12px;
    line-height: 16px;
    color: #7F91A2;
    margin: 40px 0;
    white-space: nowrap;
    overflow-y: auto;
}

.breadcrumbs a {
    color: inherit;
}

.breadcrumbs a:hover {
    color: initial;
}

.breadcrumbs .rarr {
    margin: 0 16px;
}


/*sidebar_left*/


body.go_out.active_go_out > *:not(.sidebar_fixed):not(.sidebar_center_wrapper):not(.close_sidebar_body) {
    filter: blur(20px);
}

body.go_out > *:not(.sidebar_fixed):not(.sidebar_center_wrapper):not(.close_sidebar_body) {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    filter: blur(0px);
}
body.go_out {
    height: 100%;
    overflow: hidden;
    padding-right: 17px;
    box-sizing: border-box;
}

body.go_out.active_go_out .close_sidebar_body {
    background: rgba(56, 56, 56, 0.2);
    /*backdrop-filter: blur(20px);*/
}

body.go_out .close_sidebar_body {
    background: rgba(0, 0, 0, 0.0);
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

body.go_out.active_go_out .sidebar_fixed {
    left: 0px;
}




.sidebar_fixed .sidebar_content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    box-sizing: border-box;
    padding: 34px 32px 40px;
}

.sidebar_fixed {
    box-shadow: 0px 0px 40px rgba(56, 56, 56, 0.3);
    position: fixed;
    top: 0;
    left: -320px;
    bottom: 0;
    width: 320px;
    z-index: 100;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (min-width: 641px) {
    body.go_out.active_go_out .sidebar_fixed.position_center {
        left: 50%;
        margin-top: 11vh;
        opacity: 1;
    }

    .sidebar_center_wrapper{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 100;
        overflow-y: auto;
    }

    .sidebar_fixed.position_center {
        left: 50%;
        margin-left: -250px;
        width: 500px;
        max-width: 90%;
        position: relative;
        height: initial;
        opacity: 0;
        margin-top: 2vh;
        margin-bottom: 4vh;
        box-shadow: 0px 6px 20px rgba(127, 145, 162, 0.15);
        border-radius: 10px;

    }
    .sidebar_fixed.position_center:before {
        top: 20px;
    }
    .sidebar_fixed.position_center .sidebar_close {
        top: 66px;
    }

    .sidebar_fixed.position_center .sidebar_content .heading{
        margin-bottom: 8px;
    }
    .sidebar_fixed.position_center .fields_step .filed{
        margin-top: 24px;
    }
}




.sidebar_fixed:before {
    content: '';
    position: absolute;
    right: 0;
    background-image: url(/wa-apps/site/themes/softsale/img_body/sidebar_close.png?v=1);
    width: 48px;
    height: 92px;
    background-size: contain;
    top: 0;
    margin-right: -24px;
}



.sidebar_close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 46px;
    margin-top: -10px;
    margin-right: -10px;
    line-height: 0;
}



.content_for_sidebar{
    display: none;
}
.sidebar_center_wrapper .sidebar_content .content_for_sidebar{
    display: block;
}
.successful_sending{
    font-size: 18px;
    padding: 40px 0 20px;
}
/*!sidebar_left*/



/*response*/
@media (max-width: 1919px) and (min-width: 1441px) {
    .container {
        padding: 0 4.2238vw;
    }
}

@media (max-width: 1440px) and (min-width: 1025px) {
    .container {
        padding: 0 2.8vw;
    }

    .form_wrapper {
        width: 27.296%;
    }
}

@media (max-width: 1024px) {
    .content_base {
        display: block;
        justify-content: initial;
    }

    .content_wrapper, .form_wrapper {
        width: 100%;
    }
}
@media (max-width: 1440px) and (min-width: 1024px) {
    .form_block {
        padding: 25px 15px;
    }
}
@media (max-width: 1024px) and (min-width: 641px) {
    .container {
        padding: 0 4.427026vw;
    }

    .text_style{
        font-size: 16px;
        line-height: 24px;
    }
    .text_style ul li:before{
        top: 0.6em;
    }

    h1 {
        font-size: 36px;
        margin: 16px 0;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 16px 0;
    }

    .content_wrapper, .form_wrapper {
        margin-bottom: 40px;
    }

    #page-content {
        margin-top: 40px;
    }

    .content_base {
        margin: 40px 0 80px;
    }

    .breadcrumbs {
        margin: 32px 0;
    }

    .heading {
        font-size: 28px;
        line-height: 34px;
    }
    .qty_block{
        width: 35%;
        line-height: 48px;
    }
    .btn.big{
        line-height: 48px;
        font-size: 16px;
    }

}


@media (max-width: 640px) {
    html, body {
        font-size: 12px;
    }

    .container {
        padding: 0 16px;
    }

    .text_style{
        font-size: 12px;
        line-height: 16px;
    }
    .text_style ul li{
        padding-left: 14px;
        margin-bottom: 12px;
    }
    .text_style ul li:before {
        top: 0.5em;
    }
    h1 {
        font-size: 24px;
        margin: 12px 0;
    }
    h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 8px 0;
    }
    h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .agree_block {
        font-size: 12px;
        line-height: 16px;
    }

    .content_wrapper, .form_wrapper {
        margin-bottom: 32px;
    }

    #page-content {
        margin-top: 24px;
    }

    .content_base {
        margin: 32px 0 64px;
    }

    .breadcrumbs {
        margin: 20px 0;
    }

    .breadcrumbs .rarr {
        margin: 0 12px;
    }

    .heading {
        font-size: 20px;
        line-height: 24px;
    }


    .price_wrapper .price {
        font-size: 16px;
        line-height: 24px;
        margin-top: 0px;
    }

    .price_wrapper .compare_price, .item-price .compare_price {
        font-size: 12px;
        line-height: 16px;
    }

    .price_wrapper:not([data-one-compare]) .price {
        line-height: 40px;
    }

    .more {
        font-size: 12px;
    }

    .sidebar_close {
        top: 35px;
        margin-top: -8px;
        margin-right: -8px;
    }

    .sidebar_fixed:before {
        background-image: url(/wa-apps/site/themes/softsale/img_body/sidebar_close_640.png?v=1);
        width: 36px;
        height: 68px;
        margin-right: -18px;
    }
    .qty_block{
        width: 39%;
        line-height: 40px;
    }
    .btn.big{
        line-height: 40px;
        font-size: 14px;
        padding: 0 22px;
    }
    .heading.small{
        font-size: 20px;
        line-height: 24px;
    }
    .agree_block {
        margin-top: 20px;
    }
    .btn {
        font-size: 14px;
        line-height: 40px;
        padding: 0 21px;
    }
}

/*!response*/