@font-face {
  font-display: swap;
  font-family: 'SF UI Display';
  src: url("../fonts/sfuidisplay-light.woff2") format("woff2"), url("../fonts/sfuidisplay-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'SF UI Display';
  src: url("../fonts/sfuidisplay-medium.woff2") format("woff2"), url("../fonts/sfuidisplay-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'SF UI Display';
  src: url("../fonts/sfuidisplay-semibold.woff2") format("woff2"), url("../fonts/sfuidisplay-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
::selection {
  color: #fff;
  background-color: #149BBB;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:before, *:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 22px;
  font-family: "SF UI Display", sans-serif;
  font-weight: 300;
  color: #4D4D4D;
}
body .wrapper{
  font-size: 16px;
  line-height: 22px;
  font-family: "SF UI Display", sans-serif;
  font-weight: 300;
  color: #4D4D4D;
}

*, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, p, blockquote, table, th, td, embed, object {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "SF UI Display", sans-serif;
}

body .header li, p {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    font-family: "SF UI Display", sans-serif;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icon-benefit1 {
  width: 1.4208984375em;
}
.icon-benefit5 {
  width: 0.806640625em;
}
.icon-benefit7 {
  width: 1.0478515625em;
}
.icon-benefit8 {
  width: 1.04296875em;
}
.icon-pdf {
  width: 0.794921875em;
}
.icon-benefit6 {
  width: 0.66015625em;
}

.btn {
  min-height: 44px;
  border-radius: 44px;
  padding: 5px 20px;
  font-size: 16px;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn-white {
  background-color: #fff;
  color: #4D4D4D;
  position: relative;
  border: 2px solid transparent;
}
.btn-white:after {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  top: 6px;
  bottom: 0px;
  background: #4D4D4D;
  opacity: 0.15;
  filter: blur(15px);
  border-radius: 30px;
  z-index: -1;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}

.container {
  width: 100%;
  max-width: 992px;
  margin: auto;
}

.header {
  flex: 0 0 auto;
  color: #fff;
  padding-top: 50px;
  width: 100%;
  background-color: #149BBB;
  min-height: auto;
}
.header .container {
  display: flex;
}
.header-logo {
  flex: 0 0 55%;
}
.header-text {
  font-size: 14px;
  line-height: 18px;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-top {
  background-color: #149BBB;
  color: #fff;
  background-image: url(../img/relab-banner.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  min-height: 350px;
}
.section-text {
  background-color: #F8F8F8;
}
.section-tabs {
  padding-top: 0;
}
.section-benefit {
  background-color: #149BBB;
  color: #fff;
}

.content {
  flex: 1 0 auto;
}

.benefit-title {
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 40px;
}
.benefit-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.benefit-item {
  flex: 0 0 50%;
  padding: 20px;
  display: flex;
  align-items: center;
}
.benefit-item strong {
  display: block;
}
.benefit-item .icon {
  font-size: 48px;
}
.benefit-item-ico {
  padding-right: 15px;
  text-align: center;
  flex: 0 0 100px;
}

strong {
  font-weight: 600;
}

.table {
  overflow-x: auto;
}
.table table {
  border-collapse: collapse;
  width: 100%;
}
.table td {
  padding: 10px;
  border-bottom: 1px solid #F8F8F8;
}
.table a {
  color: #149BBB;
  transition: all .3s;
}
.table a:hover {
  color: #4D4D4D;
}

.product-table {
  margin-bottom: 40px;
}
.product-table-img {
  width: 76px;
  text-align: center;
}
.data-product-price {
  font-weight: 600;
}
.product-table-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 90px;
}
.product-table-total-text {
  font-size: 36px;
  line-height: 46px;
}
.product-table-total-price {
  font-weight: 600;
  font-size: 45px;
  line-height: 46px;
  color: #149BBB;
}

.tabs-head {
  flex: 0 0 33.3333%;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all .3s;
  text-align: center;
  cursor: pointer;
  border-radius: 2px 2px 0 0;
  border: 1px solid transparent;
  transform: translateY(1px);
  font-size: 18px;
  padding: 0 12px;
}
.tabs-head.active {
  border-color: #DCDCDC;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
.tabs-head-list {
  background-color: #F8F8F8;
}
.tabs-head-container {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tabs-head-container-just .tabs-head
{
  flex: 0 0 auto;
}

.tabs-dropdown {
  transition: opacity .9s, opacity .6s;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  z-index: 0;
  max-height: 0;
}
.tabs-dropdown.active {
  width: 100%;
  max-height: inherit;
  padding-top: 40px;
  opacity: 1;
  position: static;
  z-index: 2;
}
.tabs-dropdown-list {
  /*border-top: 1px solid #DCDCDC;*/
  background-color: #fff;
}
.tabs-dropdown-head {
  margin-left: 90px;
  margin-bottom: 20px;
}


.subtabs-head {
  /*flex: 0 0 33.3333%;*/
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all .3s;
  text-align: center;
  cursor: pointer;
  transform: translateY(1px);
  font-size: 18px;
  padding: 0 12px;

  border: 2px solid #149BBB;
  box-sizing: border-box;
  border-radius: 10px;

  width: 50%;
  margin: 3px;
}
.subtabs-head.active {
  background-color: #149BBB;
  color: #fff;
}


.subtabs-head.active::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    margin-left: -19px;
    left: 50%;
    border-top: 19px solid #149BBB;
    bottom: -19px;
}

.subtabs-head-list {

}
.subtabs-head-container {
  display: flex;
  justify-content: space-between;
}
.subtabs-dropdown {
  transition: opacity .9s, opacity .6s;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  z-index: 0;
  max-height: 0;


}
.subtabs-dropdown.active {
  width: 100%;
  max-height: inherit;
  padding-top: 40px;
  opacity: 1;
  position: static;
  z-index: 2;
}
.subtabs-dropdown-list {
  border-top: 1px solid #DCDCDC;
  background-color: #fff;
}
.subtabs-dropdown-head {
  margin-left: 90px;
  margin-bottom: 20px;
}



.form-title {
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 10px;
  text-align: center;
}
.form-subtitle {
  margin-bottom: 20px;
  text-align: center;
}

.gallery {
  text-align: center;
}
.gallery-title {
  color: #149BBB;
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 10px;
}
.gallery-subtitle {
  margin-bottom: 20px;
}
.gallery-list {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.gallery-item {
  padding: 10px;
  flex: 0 0 33.3333%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-container {
  display: flex;
}
.text-col {
  flex: 0 0 75%;
}
.text-col-right {
  flex: 1;
  padding-left: 30px;
  text-align: right;
}
.text h1,
.text .h1 {
  font-weight: 500;
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 30px;
  color:#fff;
}
.text address {
  font-style: normal;
}
.text p {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 150%;
}
.text ul {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: none;
}
.text li {
  position: relative;
  padding-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.text li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4D4D4D;
  position: absolute;
  left: 0;
  top: 5px;
}

.top-container {
  display: flex;
}
.top-text {
  flex: 0 0 50%;
}
.top-link {
  font-weight: 600;
  margin-top: 30px;
}
.top-link .icon {
  font-size: 40px;
  margin-right: 10px;
}
.top-link .link {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
}

.footer {
  flex: 0 0 auto;
  text-align: center;
  padding-bottom: 30px;
}
.footer address {
  font-style: normal;
}

@media (max-width: 1280px) {
  .section-top {
    background-position: left +15vw bottom;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .header {
    padding-top: 20px;
  }
  .header .container {
    display: block;
    text-align: center;
  }
  .header-logo {
    margin-bottom: 20px;
  }

  .mobile-hide {
    display: none;
  }

  .section-top {
    padding-bottom: 200px;
    background-position: right -50px bottom;
    background-size: auto 300px;
  }

  .top-container {
    display: block;
  }

  .text-container {
    display: block;
  }
  .text-col {
    margin-bottom: 20px;
  }
  .text-col-right {
    padding-left: 0;
    text-align: left;
  }

  .tabs-head {
    padding: 10px;
    min-width: 200px;
  }
  .tabs-head-list {
    overflow-x: auto;
  }

  .gallery-list,
  .benefit-list {
    margin: 0;
    display: block;
  }
  .gallery-item,
  .benefit-item {
    padding: 10px 0;
  }

  .product-table-img {
    min-width: 76px;
  }
  .product-table-total {
    display: block;
    padding-left: 0;
  }
  .product-table-total-price {
    margin-top: 20px;
  }
}


.soft__elem
{
  display: flex;
}
.soft__elem .soft-elem__header
{
  width: 65%
}
.soft__elem .soft-elem__header--main
{
  margin: 0 20px 0 0;
}
.soft__img {
    height: 80px;
}
.soft__elem .soft-elem__header .soft-elem__header_div
{
  display: flex;
}
.soft-elem__desc
{
  width: 35%;
}
.soft-elem__desc .flexslider .item img
{
  width: 300px;
  height: auto;
}
.soft-elem__desc .flexslider ul
{
  list-style: none;
}

.product-electrod-conteiner
{
  display: flex;
  justify-content: flex-start;
}
.product-electrod-conteiner .product-electrod-item
{
  margin: 0 15px;
}



.content .container.control-btn-group
{
  display: flex;
}

.content .container.control-btn-group a
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 20px 10px 20px 0;
    cursor: pointer;
    background-color: #F0F0F0;
    width: 132px;
    height: 50px;
    border: 1px solid #4a515d;
    font-weight: 400;
    font-size: 14px;
    border-radius: 2px;
}

.content .container.control-btn-group
{
  display: flex;
}

.content .container.control-btn-group a
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 20px 10px 20px 0;
    cursor: pointer;
    background-color: #F0F0F0;
    width: 132px;
    height: 50px;
    border: 1px solid #4a515d;
    font-weight: 400;
    font-size: 14px;
    border-radius: 2px;
}

.content .container.control-btn-group a:hover
{
    background-color: #e6e6e6;
}