body {font-family: 'Roboto',Arial,sans-serif;

    font-weight: 300;font-size:14px;

    color: #000;}

img {max-width: 200px;}

header ul {    display: flex;padding-left:0;

    align-content: center;

    justify-content: center;

    align-items: center;

    height: 100%;

    margin-bottom: 0;}

a {color:#dcbfa1;}

header {height:80px;background: rgb(220 191 161 / 50%);    width: 100%;

    height: 80px;    transition: background-color .3s linear;

    z-index: 3;

    position: fixed;

    top: 0;

    box-shadow: 0 1px 3px rgb(0 0 0 / 0%);}



.top_title {margin-bottom: 40px;

    font-size: 42px;

    line-height: 1.23;

    display: block;padding-top: 120px;

    text-align: center;}

header ul li {clear: both;

    font-family: 'Roboto',Arial,sans-serif;

    font-size: 16px;

    display: inline-block;

    margin: 0 15px;

    color: #000;

    white-space: nowrap;}

header ul li a {font-weight: 600;color:#000000;}

header .logo img {max-height:75px;}

.filter_title {position: relative;

    padding-right: 14px;

    cursor: pointer;

    -webkit-transition: opacity .1s ease-in;

    transition: opacity .1s ease-in;

    max-width: 260px;

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;}

#mse2_filters {display: table-cell;}

#mse2_filters fieldset {position: relative;

    display: inline-block;

    vertical-align: middle;

    margin-right: 20px;

    margin-bottom: 4px;}

.pars_name {display:none;    position: absolute;z-index: 10;

    max-height: 200px;

    overflow: auto;

    padding: 12px 10px;

    min-width: 200px;

    background-color: #fff;

    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);

    border-radius: 3px;

    left: -10px;

    margin-top: 8px;}

.filter_title:after{content: ' ';

    width: 5px;

    height: 5px;

    border-style: solid;

    border-width: 1px;

    border-color: transparent #000 #000 transparent;

    position: absolute;

    transform: rotate(

            45deg

    );

    right: 1px;

    top: -2px;

    bottom: 0;

    margin: auto;

    pointer-events: none;}

/*
.ms2_product img{width:100%;}
*/

header .contacts {color: #000000;

    background-color: #ffffff;

    border-radius: 20px;

    -moz-border-radius: 20px;

    -webkit-border-radius: 20px;

    height: 40px;

    font-size: 14px;

    padding-left: 30px;

    padding-right: 30px;

    margin-left: 10px;

    display: flex;

    align-items: center;

    align-content: center;

    justify-content: center;

    width: 120px;

    margin-top: 20px;font-weight:600;text-decoration: none;}

.btn_mores {background: #dcbfa1;
    border: none;
    margin: 0 4px 8px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0.375rem 0.75rem;display: inline-block;
    font-size: 1rem;}

.ms2_product a.more{border: 2px solid #dcbfa1;

    color: #dcbfa1;

    height: 45px;

    font-size: 14px;

    padding-left: 30px;

    padding-right: 30px;

    border-radius: 5px;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    margin: 0 4px 8px 0;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 135px;}

.ms2_product .names {
    /*
    font-weight: 600;font-size:16px;display:block;margin:10px 0;
    */
    float: left;
    width: 50%;
    height: 150px;
    line-height: 30px;
}

.ms2_product .sm_pic {
    float: left;
    width: 50%;
}

form#mse2_filters label {display: block;margin-bottom: 8px;position: relative;cursor: pointer;font-size: 14px;line-height: 1.55;}

.pars_name label input {position: absolute;    z-index: -1;    opacity: 0;}

.pars_name label>span {position: relative;}

.pars_name label>span::before {position: relative;

    display: inline-block;

    content:'';

    vertical-align: middle;

    height: 20px;

    width: 20px;

    border: 2px solid #000;

    box-sizing: border-box;

    margin-right: 10px;

    -webkit-transition: all 0.2s;

    transition: all 0.2s;

    opacity: .6;}

.pars_name.active {display:block;}

.pars_name label>input:checked+span::after {content: '';

    position: absolute;

    display: block;

    left: 9px;

    top: 5px;

    width: 3px;

    height: 8px;

    border: solid #000;

    border-width: 0 2px 2px 0;

    transform: rotate(

            45deg

    );}

.pars_name label>input:checked+span::before {opacity: 1;}

.t-col_8 {

    max-width: 760px;

}

.t029__linewrapper {

    position: relative;

}

.t029__opacity {

    display: table-cell;

    min-width: 200px;

    height: 1px;

}

.t029__line {

    width: 100%;

    height: 1px;

    display: table-cell;

}

.partners .title {display:block;text-align: center;line-height: 1.23;font-size:42px;margin-bottom:40px;}

.partners .prev {left:30px;transform: translate(-55%,-50%) rotate(

        180deg

);}

.partners .next {right:30px;}

.partners .prev, .partners .next {width:30px;height:30px;position:absolute;top:50%;margin-top:-15px;z-index:3;

    background-color: rgba(232,232,232,1);

    border-radius: 100px;-webkit-transition: background-color ease-in-out .2s,border-color ease-in-out .2s;

    -moz-transition: background-color ease-in-out .2s,border-color ease-in-out .2s;

    -o-transition: background-color ease-in-out .2s,border-color ease-in-out .2s;

    transition: background-color ease-in-out .2s,border-color ease-in-out .2s;cursor:pointer;}

.partners .prev svg, .partners .next svg {    width: 7px;

    display: block;

    margin-top: 9px;

    margin-left: calc(50% - 3px);}

.partners {position:relative;}

.bot_form form input {border: 1px solid #c7c7c7;

    margin: 0;

    height: 60px;

    padding: 0 20px;

    font-size: 16px;

    line-height: 1.33;

    width: 100%;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    outline: none;

    -webkit-appearance: none;

    border-radius: 0;    margin-bottom: 25px;}

.bot_form button[type="submit"] {    text-align: center;

    height: 60px;

    border: 0 none;

    font-size: 16px;

    padding-left: 60px;

    padding-right: 60px;

    -webkit-appearance: none;

    font-weight: 700;

    white-space: nowrap;

    cursor: pointer;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    outline: none;

    background: #dcbfa1;outline: none;

    border-radius: 10px;

    -moz-border-radius: 10px;

    -webkit-border-radius: 10px;color:#FFF;}

input[name="name"], input[name="phone"] {display:none;}

.bot_form .title {display:block;text-align: center;margin-bottom: 40px;

    font-size: 42px;

    line-height: 1.23;

    font-weight: 600;}

.bot_form .desc{display:block;text-align: center;font-size: 24px;margin-bottom: 90px;

    line-height: 1.5;}

.bot_form .intro {font-size: 30px;line-height: 1.45;padding-left: 100px;}

.bot_form textarea {border: 1px solid #c7c7c7;

    height: 102px;

    margin: 0;

    padding: 0 20px;

    font-size: 16px;

    line-height: 1.33;

    width: 100%;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    outline: none;

    -webkit-appearance: none;

    border-radius: 0;}

footer {background-color: #000;

    color: #fff;display: flex;

    align-items: center;

    width: 100%;

    height: 70px;

    font-family: Arial;

    font-size: 14px;}

#mse2_form {position: relative;}

#mse2_form svg, #mse2_form button[type="submit"] {position:absolute;}

svg.js-store-filter-search-close {display:none;}

#mse2_form input {outline: none;width: 100%;

    border-radius: 3px;

    padding-left: 10px;

    padding-right: 30px;

    border: 1px #ddd solid;

    background: #f8f8f8;}

#mse2_form button[type="submit"] {right:0;top:0;height:100%;}

#mse2_form button[type="submit"] svg {position: absolute;

    top: 0;

    bottom: 0;

    margin: auto;

    right: 0;

    width: 120%;

    height: 100%;

    padding-left: 7px;

    padding-right: 8px;

    border-left: 1px solid #ddd;

    cursor: pointer;}

.activesort{width: 100%;

    border: 1px #ddd solid;

    background: #f8f8f8;

    color: #000;

    box-sizing: border-box;

    cursor: pointer;

    padding: 2px 30px 2px 10px;

    border-radius: 3px;

    -webkit-appearance: none;

    appearance: none;

    -moz-appearance: none;

    outline: 0;

    display: flex;

    font-size: 13px;}

.selectbody {background: #FFFFFF;overflow: auto;

    padding: 12px 10px;position: absolute;left:15px;

    min-width: 200px;

    background-color: #fff;

    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);

    border-radius: 3px;right:15px;

    margin-top: 8px;}

.selectbody a {display:block;margin-bottom:5px;color:#000000;}

.sorting__cat-top {position: relative;}

.ms2_form .intro {    margin-bottom: 10px;}

.t706__carticon-img {

    width: 40px;

    height: 40px;

    margin-top: calc(50% - 20px);

    margin-left: calc(50% - 20px);

}

.t706__carticon {

    position: fixed;

    top: 100px;

    right: 50px;

    z-index: 4000;

}

.t706__carticon-imgwrap{border: 1px solid #dcbfa1;

    position: relative;

    background-color: rgba(255,255,255,.8);

    border-radius: 50px;

    width: 80px;

    height: 80px;

    cursor: pointer;

    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);

    will-change: transform;

    transition: -webkit-transform 0.2s ease-in-out;

    transition: transform 0.2s ease-in-out;

    transition: transform 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out;

    overflow: hidden;}

.t706__carticon-counter {

    width: 30px;

    height: 30px;

    background-color: red;

    color: #fff;

    border-radius: 30px;

    position: absolute;

    right: -3px;

    bottom: -3px;

    text-align: center;

    line-height: 30px;

    font-family: Arial,Helvetica,sans-serif;

}
#jGrowl {display:none !important;}
.modal-success, .success-message {display:none;}
.content {padding-top: 120px;}
.bot_form {padding-bottom:30px;}
.mobile, .burger {display:none;}
.mobile {margin-top: 80px;text-align: center;background: #dcbfa1;padding-bottom:10px;padding-top:20px;}
#msProduct .title2 {display:block;font-weight:600;font-size: 16px;margin-bottom:20px;}
#msProduct ul.desc  {list-style: none;padding-left:0;}
#msProduct ul.desc li span {font-weight:600;text-decoration: underline;}
#bg {    position: fixed;display:none;
    background-color: rgba(0,0,0,.8);z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;}
    #mse2_results .ms2_product {display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;}
.btn_mores:hover {color:#FFFFFF;}
#selects {padding: 0 10px;font-style: oblique;}
.modals .title {display: block;padding-bottom: 15px;border-bottom: 1px solid #CCC;margin-bottom: 15px;font-size: 16px;font-weight: bold;}
.modals {position:fixed;width:420px;height:auto;left:50%;margin-left:-210px;padding:15px;border:1px solid #dcbfa1;display:none;top:100px;background: #FFFFFF;z-index: 5;}
.modals .close {position: absolute;cursor: pointer;
    right: 5px;
    top: 0;
    z-index: 3;
    font-size: 18px;
    font-weight: 600;}
    .modals form button[type="submit"] {background: #dcbfa1;
    margin: 0 4px 8px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    padding: 10px 25px;
    border: none;
    float: right;
}
.modals form input {border: 1px solid #c7c7c7;
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.33;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 5px;
    margin-bottom: 10px;}
    .logo_mobile {display:none;    position: absolute;
    left: 10px;
    top: 10px;}
    .logo_mobile img {height:60px;}
.partners .next {margin-top:-30px;}
.ms2_product a.img {text-align:center;display: block;}
    .ms2_product img {max-width:150px;max-height:150px;margin:0 auto;}
@media screen and (max-width: 991px) {

    .bot_form .intro {padding-left:0;}

    .bot_form .desc {margin-bottom:30px;}

}

@media screen and (max-width: 767px) {
    
    header {background: #dcbfa1;}
    .r_anim.r_showed {display:none;}
    .selectbody {max-width: 100%;min-width: auto;}
    .pars_name {max-width:200px;min-width: auto;}
    #mse2_filters fieldset {width: calc(50% - 40px);margin-bottom:15px;}
    .top_title {font-size: 32px;}
    header ul {display: block;margin: 30px 0;}
    header ul li {display:block;margin:10px 0;}
    header .contacts {margin:30px auto;}
    #desktop {display:none;}
    .product_buttons {text-align: center;}
    .product_buttons a.more,.product_buttons .btn_mores {margin:0 auto;}
    .product_buttons .btn_mores {margin-bottom:10px;}
    .logo_mobile {display:block;}
    .burger {display:block;position: absolute;

        top: 50%;

        margin-top: -10px;

        right: 20px;

        width: 28px;

        height: 20px;

        -webkit-transform: rotate(

                0deg

        );

        transform: rotate(

                0deg

        );

        transition: .5s ease-in-out;

        cursor: pointer;

        z-index: 1003;}

    .burger span {

        display: block;

        position: absolute;

        width: 100%;

        opacity: 1;

        left: 0;

        -webkit-transform: rotate(

                0deg

        );

        transform: rotate(

                0deg

        );

        transition: .25s ease-in-out;

        height: 3px;

        background-color: #000000;}

    .burger span:nth-child(1) {top: 0;}

    .burger span:nth-child(2) {top: 8px;}

    .burger span:nth-child(3) {top: 16px;}

}
@media screen and (max-width: 540px) {
    .modals {max-width: 90%;right:5%;left:5%;margin:auto;}
    }
    
.cart-item {
    float: left;
    display: table;
    width: 50%;
}   
.cart-row {
    display: table;
    height: 300px;
    width: 100%;
}

.btn-primary {
    background-color: #dcbfa1;
    border-color: #dcbfa1;
    margin-bottom: 5px;
}

.btn-primary:hover {
    background-color: #dcbfa1;
    border-color: #dcbfa1;
    margin-bottom: 5px;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #a4a7ab;
    border-color: #a4a7ab;
    margin-bottom: 5px;
}
    