#canc2 input[type="text"] {
    background: #fff;
    border: 1px solid #d0d0d0;
    text-align: center;
    resize: none;
    outline: none;
    padding: 0 12px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 3px;
}

#canc2 input[type="text"]:hover {
    border-color: #009900;
}

#canc2 input[type="submit"] {
    margin-top: 12px;
    background: #009900;
    color: #fff;
    width: 224px;
    height: 48px;
    border: none;
    outline: none;
    cursor: pointer;
    font: normal 18px/48px 'Open Sans';
    font-weight: 500;
}

#canc2 input, #canc2 textarea {
    font: normal 14px 'Open Sans', sans-serif;
    color: #4b595a;
}

#canc2 input[type="submit"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#canc2 {
    z-index: 1; /*position:absolute;*/
    width: 100%;
    left: 0;
    margin: 0 0 80px;
    padding: 72px 0 30px;
}

#canc2-wr {
    width: 984px;
    margin: auto;
}

#col1, #bill, #sender {
    background: #fff;
    padding: 22px 24px 24px;
    border-radius: 2px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .07);
}

#left-col, #bill {
    float: left;
    margin-bottom: 24px;
}

#left-col {
    width: 648px;
    margin-right: 24px;
}

#bill {
    width: 312px;
}

#sender {
    clear: both;
}

/* col1 */
#c_navigation {
    margin: -58px -24px 0;
    height: 36px;
    position: absolute;
}

#c_navigation li a {
    display: none;
}

#c_navigation li, #c_navigation li a.block, #c_navigation li a.active.block b {
    display: inline-block;
}

#c_navigation li a.block b {
    display: none;
}

#c_navigation li a {
    height: 36px;
    line-height: 36px;
    background: #f5f5f5;
    padding: 0 24px;
}

#c_navigation li a.block {
    position: relative;
    border-radius: 3px 3px 0 0;
    margin-right: -2px;
    box-shadow: -1px 0 1px rgba(0, 0, 0, 0.07);
    color: #388e3c;
}

#c_navigation li a.block:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -18px;
    height: 0;
    width: 0px;
    border-bottom: 36px solid #f5f5f5;
    border-right: 18px solid transparent;
    z-index: 1;
}

#c_navigation li a {
    text-decoration: none;
}

#c_navigation li a.block.active {
    background: #fff !important;
    z-index: 11 !important;
    color: #757575 !important;
    text-decoration: none !important;
    cursor: default;
}

#c_navigation li a.active.block:after {
    border-bottom: 36px solid #fff !important;
}

#c_navigation li a.block:hover {
    text-decoration: underline;
    color: #4caf50;
}

#c_navigation li a.wi1.block {
    z-index: 10;
    background: #f9f9f9;
}

#c_navigation li a.wi1.block:after {
    border-bottom: 36px solid #f9f9f9;
}

#c_navigation li a.wi2.block {
    z-index: 9;
    background: #f4f4f4;
}

#c_navigation li a.wi2.block:after {
    border-bottom: 36px solid #f4f4f4;
}

#c_navigation li a.wi3.block {
    z-index: 8;
    background: #efefef;
}

#c_navigation li a.wi3.block:after {
    border-bottom: 36px solid #efefef;
}

#c_navigation li a.wi4.block {
    z-index: 7;
    background: #ebebeb;
}

#c_navigation li a.wi4.block:after {
    border-bottom: 36px solid #ebebeb;
}

#c_navigation li a.wi5.block {
    z-index: 6;
    background: #e7e6e6;
}

#c_navigation li a.wi5.block:after {
    border-bottom: 36px solid #e7e6e6;
}

#c_navigation li a.wi6.block {
    z-index: 5;
    background: #e3e2e2;
}

#c_navigation li a.wi6.block:after {
    border-bottom: 36px solid #e3e2e2;
}

#c_navigation li a.wi7.block {
    z-index: 4;
    background: #dedcdc;
}

#c_navigation li a.wi7.block:after {
    border-bottom: 36px solid #dedcdc;
}

#c_navigation li a.wi8.block {
    z-index: 3;
    background: #d9d7d7;
}

#c_navigation li a.wi8.block:after {
    border-bottom: 36px solid #d9d7d7;
}

.wi4 {
    z-index: 7;
}

.wi5 {
    z-index: 6;
}

.wi6 {
    z-index: 5;
}

.wi7 {
    z-index: 4;
}

.wi8 {
    z-index: 3;
}

.wi9 {
    z-index: 2;
}

#c_navigation li a {
    position: relative;
}

#c_navigation li a.wi10.block {
    z-index: 1;
    background: #eee;
}

#c_navigation li a.wi10.block:after {
    border-bottom: 36px solid #eee;
}

#c_navigation li {
    position: relative;
    display: block;
    float: left;
}

.close {
    position: absolute;
    top: 5px;
    right: 34px !important;
    z-index: 99;
    color: #999;
    cursor: pointer;
    display: block;
    z-index: 999;
    width: 20px;
    cursor: pointer;
    height: 20px;
}

.add .close {
    left: 87px;
}

#c_navigation li#plus {
    width: 20px;
    height: 36px;
    font-weight: bold;
    line-height: 36px;
    margin-left: 25px;
    text-align: center;
    color: #444;
}

#col1 {
    margin-bottom: 24px;
}

#col1 .window {
    display: none;
}

#col1 .window.active {
    display: block;
}

#col1 .features, #col1 .image {
    width: 288px;
    float: left;
}

#col1 .features {
    margin-right: 24px;
}

#col1 .image img {
    width: 100%;
}

.window:after {
    clear: both;
    display: block;
    content: "";
}

.material-list {
    background: #ccc;
    width: 228px;
    box-sizing: border-box;
    margin: 7px 0 19px !important;
}
section.calculator h2 {
    padding-top: 41px;
    text-align: center;
}
.materlist {
    position: absolute;
    margin: 0;
    z-index: 9;
    display: none;
    width: 228px;
    height: 120px;
    padding-top: 56px;
    top: 58px;
}
section.calculator #bill .h2 {
    font-size: 18px;
}
section.calculator .h3 {
  font-size: 13px;
    font-weight: unset;
    padding-top: 18px;
}
p.sizv {
    color: #ffffff;
    padding: 8px;
    text-align: center;
}
.material-box {
    padding: 3px 0 0;
	position: relative;
}

.tipoknapoptop, .tipmaterial, .tipmaterial2, .tipmaterial3, .tipmaterial4, .tipmaterial5 {
    width: 320px;
    height: 54px;
}

.tipoknapopcenter, .tipmaterilcenter2, .tipmaterilcenter3, .tipmaterilcenter4, .tipmaterilcenter5, .tipmaterilcenter {
    width: 228px;
    box-sizing: border-box;
    font-size: 16px;
    background: #fff;
    border: 1px solid #e9e9ea;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19);
    padding: 14px 0 7px 0;
    margin-top: -14px;
    padding-left: 20px;
    border-radius: 3px;
}

.add_arrow:before {
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    margin-top: -27px;
    margin-left: 18px;
    width: 0;
    height: 0;
    border-bottom: 12px solid #ccc;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    display: block;
}

.add_arrow:after {
    position: absolute;
    top: 0;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    margin-top: 31px;
    margin-left: 18px;
    width: 0;
    height: 0;
    border-bottom: 12px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    display: block;
}

.manuf_1 {
    padding-top: 10px;
}

.manuf_3 {
    padding-bottom: 1px;
}

.text-select {
    position: absolute;
    font-size: 16px;
    background: #ccc;
    margin-left: -9px;
    color: #fff;
    margin-left: 8px;
    margin-top: -48px;
}

.tipoknapopcenter div, .tipmaterilcenter div {
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
}

.tipmaterilcenter div:hover {
    color: #4caf50;
}

#col1 i {
    font-style: normal;
}

#canc2 .window_width input, #canc2 .window_height input, #canc2 .slolb_width input {
    width: 54px;
    height: 30px;
    padding: 0 8px;
}

#canc2 .window_width label, #canc2 .window_height label, #canc2 .slolb_width label {
    width: 135px;
    display: inline-block
}

#canc2 .window_width {
    margin-bottom: 12px;
}

#canc2 .window_height, .slolb_width {
    margin-bottom: 7px;
}

#col1 strong {
    font-weight: bold;
    color: #616161;
    margin: 20px 0 9px;
    display: inline-block;
}

/* col2 */
#canc2 h2 {
    padding: 0;
}

#bill {
    position: relative;
}

#bill:after {
    content: "";
    display: block;
   
    width: 312px;
    height: 14px;
    position: absolute;
    bottom: -12px;
    left: 0;
}

#bill h3 {
    padding: 22px 0 14px;
    color: #616161;
    font-size: 18px;
    margin: 0;
}

#bill .list {
    height: 16px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #9e9e9e;
    margin-bottom: 2px;
}

#bill .left, #sum_price .text {
    float: left;
    padding-right: 2px;
}

#bill .right, #sum_price .price {
    float: right;
    padding-left: 2px;
}

#bill .left, #bill .right {
    height: 22px;
    background: #fff;
}

#sum_price {
    margin-top: 24px;
    color: #424242;
}

#sum_price .text {
    width: 60%;
    font-weight: bold;
}

#sum_price .price {
    font-weight: bold;
    line-height: 42px;
    background: url(/assets/templates/new/img/ves/calc/border.png) no-repeat bottom right;
}

#sum_price .price:after {
    content: "Р";
    padding-left: 3px;
}

/* col3 */
#sender {
    padding-bottom: 14px;
}

#sender h3 {
    font-size: 24px;
    color: #424242;
    margin-bottom: 5px
}

#sender input, #sender a {
    width: 180px !important;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}

#sender input {
    width: 196px !important;
}

#sender input {
    margin-right: 8px;
}

/**/
.withripple {
    position: relative;
}

.ripple-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}

.ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    opacity: 0;
    pointer-events: none;
}

.ripple.ripple-on {
    transition: opacity 0.15s ease-in 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    opacity: 0.1;
}

.ripple.ripple-out {
    transition: opacity 0.1s linear 0s !important;
    opacity: 0;
}

/*.btn {
  position: relative;
  padding: 8px 30px;
  border: 0;
  margin: 10px 1px;
  cursor: pointer;
  border-radius: 2px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.84);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none !important;
}
.btn:hover:not(.btn-link):not(.btn-flat):not(.btn-fab) {box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19);}
.btn:active:not(.btn-link):not(.btn-flat):not(.btn-fab) {box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19);}
*/
.btn.btn-fab, .btn.btn-fab .ripple-wrapper {
    border-radius: 100%;
}

.dropdownjs:after {
    right: 5px;
    top: 3px;
    font-size: 25px;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
    color: #757575;
}

.btn-link, .btn-default {
    color: #fff;
    border-radius: 3px;
}


#plus {
    cursor: pointer;
}

#bill .st {
    display: none;
}

#bill #bill1 {
    display: block;
}

#bill .st .list.dver {
    display: none;
}

.dopclass {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19);
}

label {
    margin-left: 5px;
    margin-top: -5px;
}
.calcGetSubmit {
    margin: 20px auto 0;
}
.calcGetSubmit .btn-default:focus, .calcGetSubmit .btn-default.focus {
    color: #333;
    background-color: #4caf50;
    border-color: #4caf50;
}

@media(max-width:1006px){
	section.calculator{display:none;}
}