

/* Start:/local/ms/style.css?16245493774417*/
table#ms-calc {
	width: 100%;
}

table#ms-calc,
#ms-calc th,
#ms-calc td {
    border: 1px solid #aaa;
    border-collapse: collapse;
    font-size: 12px;
    margin: 0 0 0 0;
}

#ms-calc th {
    background-color: #e3e3e3;
}

/*
#ms-calc th.hover.dynamic,
#ms-calc tr.hover td:not(.dynamic) {
    background-color: #bad5ff;
}
*/

#ms-calc td.dynamic {
    text-align: center;
}

#ms-calc td:first-child {
    text-align: center;
}

#ms-calc td:last-child {
    text-align: center;
}

#ms-calc td:last-child{
    width: 120px;
}

#ms-calc th.hidden {
    display: none;
}

#ms-calc th,
#ms-calc td {
    padding: 2px;
    box-sizing: border-box;
}

#ms-calc th input[type="text"],
#ms-calc td input[type="text"],
#ms-calc td select {
    width: 100%;
    margin: 0;
    padding: 0;
}

#ms-calc th input[type="text"],
#ms-calc td input[type="text"] {
    border-width: 0 0 2px;
    border-color: #eee;
    outline: none;
}

#ms-calc td img {
    height: 50px;
}

#ms-calc td:nth-child(1) {
    width: 45px;
}

#ms-calc td:nth-child(2) {
    width: 110px;
}

/*
#ms-calc select[name="cylinder-type"] {
    width: 116px;
}
*/

#ms-calc td:nth-child(3) {
    width: 85px;
}

#ms-calc td:nth-child(4) {
    width: 120px;
}

#ms-calc select[name="external-size"],
#ms-calc select[name="internal-size"] {
    width: 50px;
    margin: 0 auto;
    display: block;
}

/*
#ms-calc thead tr:nth-child(2) th:nth-child(1),
#ms-calc thead tr:nth-child(2) th:nth-child(2) {
    width: 60px;
}
*/

#ms-calc td:nth-child(5),
#ms-calc td:nth-child(6) {
    width: 80px;
}

#ms-calc td:nth-child(7) {
    width: 80px;
}

/*
#ms-calc td:nth-child(7) select {
    display: block;
    margin: 0 auto;
}
*/

#ms-calc td:nth-child(8) {
    width: 90px;
}

#ms-calc td:nth-child(9) {
    width: 90px;
}

/*
#ms-calc thead tr:nth-child(1) th:nth-child(7),
#ms-calc td:nth-child(9) {
    width: 120px;
}
*/

#cols-handlers {
    position: relative;
/*
    top: 0;
    right: 0px;
    width: 30px;
*/
/*             display: none; */
}

.controls {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.controls .col {
    float: left;
    margin: 0 20px 0 0;
}

.controls button {
    margin: 0 0 0 0;
    padding: 0 7px 0 7px;
    font-size: 16px;
}

#summary {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

#summary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#summary ul li {
    text-align: right;
    line-height: 20px;
    height: 20px;
}

#summary ul li.buttons {
    height: auto;
}

#summary ul li.buttons span {
    border-bottom: none;
}

#summary ul li span {
    border-bottom: 1px solid #aaa;
    width: 100px;
    display: inline-block;
    text-align: center;
}

#summary ul li span.total {
    font-size: 16px;
    font-weight: bold;
}

#summary ul li.buttons button {
    float: right;
    margin-right: 20px;
    border-bottom: 1px;
    font-size: 16px;
}

#summary ul li::before {
	content: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.counter {
    width: 60px;
    height: 20px;
    margin: 0 auto;
}

.counter .holder {
    position: relative;
    padding: 0 20px;
    height: 20px;
}

.counter .holder .inc,
.counter .holder .dec {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
}

.counter .holder .inc {
    left: auto;
    right: 0;
}

.counter .holder input {
    width: 20px;
    height: 18px;
    text-align: center;
    border: none;
}

.sort_header {
    height: 0 !important;
}

.sort_header.view_block {
    border-bottom: none !important;
}

.ms-calc-block {
    margin-top: 50px;
    min-height: 200px;
}

.calc-page .catalog_item.selected {
/* 	    border: 1px solid #fff; */
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    background: #fff;
}

header .menu_top_block li.catalog:after,
.left_menu > li.has-childs> a:after {
    font-size: 0;
}

ul li:before {
    content: "";
}

.calc-page .controls .button.big_btn {
    padding: 3px 10px 4px 10px;
}

.help-video {
	text-align: right;
    padding: 0 3px 5px 0px;
    font-size: 0.9em;
}
/* End */
/* /local/ms/style.css?16245493774417 */
