/*
	Характеристики
*/
.table-options-product {
    width: 100%;
    border: 2px solid #f5f5f5;
    border-top: 0;
    font-family: Roboto, sans-serif;
    font-size: 0.84em;
    line-height: 150%;
}

.table-options-product thead {
    /* font-weight: bold; */
    background: #ffc002;
}

.table-options-product thead td {
    padding: 14px;
    /* width: 33.33%; */
	font-family: Helvetica, sans-serif;
    font-size: 16px;
}

.table-options-product .title_spivvidn{
    width: auto;
	font-family: Helvetica, sans-serif;
    font-size: 16px;
}

.table-options-product td {
    padding-top: 8px;
    padding-bottom: 8px;
	padding-left: 14px;
	padding-right: 14px;
}

.table-options-product tbody tr:nth-child(even) {
    /* background-color: #f2f2f2; */
}

.table-options-product .class_two {
    background-color: #f5f5f5;
	border-bottom: 1px solid #fff !important;
}

.table-options-product .productivity, .table-options-product .pressure {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f5f5f5;
	text-align: right;
	width: calc(100% / 2);
}





/*
	Сравнение серии
*/
.table-comparison-product thead {
    background: #ffc002;
}
.table-comparison-product {
	width: 100%;
    border-top: 0;
    font-family: Roboto, sans-serif;
    font-size: 0.6em;
    line-height: 150%;
    color: #333;
}
.table-comparison-product td {
    padding: 5px;
    border-style: solid solid none;
    border-width: 1px 0px 1px 1px;
    border-color: #f5f5f5;
	width: 28px;
	vertical-align: top;
}
.table-comparison-product tbody {
	border: 2px solid #f5f5f5;
	border-top: 0;
}
.table-comparison-product td:nth-child(1) {
    white-space: nowrap;
}

/* відступ для опцій */
.div-block-74 {
    margin-top: 40px;
}





.priz {
  max-width: 1040px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 34px;
  background-color: #fff;
}
.priz-h {
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
}
.priz-text {
  max-width: 550px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}
.priz-form {
  max-width: 530px;
  margin: 20px auto 30px;
  padding: 5px 15px;
  border: 2px solid #a5e1fe;
}
.priz-mes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.button-priz {
  margin-top: 0px;
  margin-left: -6px;
  padding: 11px 40px;
  border-radius: 5px;
  background-color: #ef3e21;
  box-shadow: -2px -2px 10px 0 rgba(239, 62, 33, 0.4), 2px 2px 10px 0 rgba(239, 62, 33, 0.5);
  -webkit-transition: all 555ms ease;
  transition: all 555ms ease;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
.button-priz:hover {
  background-color: #ff4c2f;
  box-shadow: 0 30px 30px -10px rgba(239, 62, 33, 0.6);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.button-priz:active {
  background-color: #c72e14;
  box-shadow: 0 13px 12px -10px rgba(199, 46, 20, 0.6);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.priziv {
    box-shadow: none;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .priz {
    padding: 30px;
  }
  .priz-h {
    margin-bottom: 0px;
    text-align: center;
  }
  .priz-text {
    line-height: 150%;
    text-align: center;
  }
  .priz-form {
    max-width: 460px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .priz-mes {
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {

  .priz {
    padding-top: 24px;
    padding-left: 22px;
  }

  .priz-h {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .priz-form {
    max-width: none;
  }
  .priz-mes {
    max-height: 100px;
    min-height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
}

span.p_minus, span.p_plus {cursor:pointer; }
.p_minus, .p_plus{
    width: 30px;
    /* height: 30px; */
    background: #f2f2f2;
    border-radius: 4px;
    /* padding: 4px 18px 6px 4px; */
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
input.p_quantity{
			height:34px;
      width: 100px;
      text-align: center;
      font-size: 26px;
			border:1px solid #ddd;
			border-radius:4px;
      display: inline-block;
      vertical-align: middle;
}

.w-tab-content p {
	line-height: 24px;
	margin: 20px 0;
}
.w-tab-content ul {
    padding: 0;
}
.w-tab-content li {
	list-style-type: none;
    padding: 4px 0;
}
.w-tab-content li:before {
    content: "\e600";
    speak: none;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    inset: 0px;
    margin: auto auto auto 0px;
    width: 1em;
    height: 1em;
    transform: rotate(0deg);
    color: rgb(255, 192, 2);
    padding: 0 15px 0 0;
    font-family: webflow-icons !important;
}

.link-block-2 {
    min-width: 30%;
}

.desc-block {
    text-transform: initial;
    font-size: 16px;
	font-weight: 100;
}

#catalog a[id^=w-node]{text-decoration: none;color: #000;}
.tabs-menu {
    display: block;
}

.tab-3 {
    text-decoration: none;
    color: #000;
}


#cart {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
}

#cart button {
    background: #2aa15a;
    padding: 28px;
}

a:hover, a:focus {
    text-decoration: none !important;
}

.div-block-128:hover {
    text-decoration: underline !important;
}