.table__row {
  padding: 10px 0;
  border-right: none;
  border-left: none;
}

.table__row:first-child {
  border-top: none;
}

.table__row:last-of-type {
  border-bottom: none;
}

.table__column {
  color: #363338;
}

.left {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 360px;
}

.sidebar {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 40px 70px 0 0;
  padding: 25px 25px 20px;
  width: calc(100% / 3);
  max-width: 250px;
  background-color: #ffffff;
}

.sidebar.-half {
  width: 100%;
}

.sidebar__parent {
  position: relative;
  margin: 11px 0 20px;
  padding-bottom: 11px;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 36.8px;
  line-height: 2.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
}

.sidebar__parent:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 87px;
  height: 2px;
  background-color: #e22927;
  color: #e22927;
}

.sidebar__item {
  padding: 10px 0;
  width: 100%;
  color: #1b191c;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: bold;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
}

.sidebar__item:last-of-type {
  border-bottom: none;
}

.sidebar__item.-active {
  color: #e22927;
}

.sidebar__gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 40px 0 20px;
}

.sidebar__gallery__container {
  width: 100%;
  max-width: 600px;
  height: 280px;
}

.sidebar__gallery__container .swiper-slide {
  width: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sidebar__gallery .swiper-pagination {
  display: none;
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
  bottom: -35px;
}

.sidebar__gallery .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-right: 6px;
  background-color: #f6f6f6;
  border: 1px solid #1b191c;
}

.sidebar__gallery .swiper-pagination-bullet-active {
  background-color: #e22927;
  border: 0;
}

.application {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 40px 70px 0 0;
  padding: 25px 25px 0px;
  width: 100%;
  max-width: 290px;
  border: 2px solid #dfdfe0;
}

.application h4 {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
  color: #000000;
}

.application h4:after {
  content: '';
  display: block;
  width: 87px;
  height: 2px;
  margin: 20px 0;
  background-color: #e22927;
}

.application ul,.application ol {
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.application ul li,.application ol li {
  position: relative;
  margin: 2px 0;
  padding-left: 20px;
  color: #e22927;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  list-style-type: none;
}

.application ul li:before,.application ol li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0px;
  width: 6px;
  height: 2px;
  background-color: #e22927;
}

.button {
  position: absolute;
  top: calc(50% - 35px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 50px;
  min-width: 750px;
 /*IE Hack*/;
}

.button.-production {
  top: -190px;
}

.button__next,.button__prev {
  top: 65%;
  width: 38px;
  height: 38px;
  background-image: url(/assets/svg/slider-arrow.svg);
  background-size: 15px;
}

.button__group-part {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 50px;
}

.button__group-part.-right {
  justify-content: flex-end;
}

.button__group-part__line {
  z-index: 0;
  display: block;
  margin-top: 10px;
  margin-left: 57px;
  width: 40px;
  height: 1px;
  background: transparent;
  color: white;
  font-weight: bold;
}

.button__group-part__line.-left,.button__group-part__line.-right {
  margin-top: 20px;
}

.button__group-part__line.-left {
  margin-left: 54px;
  margin-right: 0;
}

.button__group-part__line.-right {
  margin-left: 0;
  margin-right: 54px;
}

.sector {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.sector__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  margin-bottom: 60px;
}

.sector__item__up {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.sector__item__button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 30px;
  width: 80%;
  max-width: 230px;
  background-color: transparent;
  border: 1px solid #e22927;
  border-radius: 30px;
  color: #000000;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .3s, background-color .3s;
  text-decoration: none;
}

.sector__item__button:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 30px;
  width: 13px;
  height: 7px;
  background-image: url(/assets/svg/slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: right .3s;
}

.sector__item__button:hover {
  background-color: #e22927;
  color: #ffffff;
}

.sector__item__button:hover:after {
  background-image: url(/assets/svg/slider-arrow-white.svg);
  right: 25px;
}

.sector__item__down {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sector__item__down p {
  margin-bottom: 0px;
  height: 35px;
  border-bottom: 1px solid #dbdbdc;
  color: #363338;
}

.sector__item__tag,.sector__item__sub {
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.sector__item__tag {
  width: 100%;
  font-weight: 800;
  border-bottom: 2px solid #dbdbdc;
}

.two-column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  width: 100%;
  max-height: 300px;
  text-align: left;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

@media all and (-ms-high-contrast: none) {
  .button *::-ms-backdrop,.button {
    left: 0;
  }
}

@media only screen and (min-width: 400px) {
  .button__group-part__line {
    width: 240px;
  }
}

@media only screen and (min-width: 768px) {
  .button {
    width: 100%;
  }
}

@media only screen and (min-width: 920px) {
  .sidebar {
    display: flex;
    max-width: 290px;
  }

  .application ul li,.application ol li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }
}

@media only screen and (min-width: 1024px) {
  .application ul li:before,.application ol li:before {
    top: 10px;
  }
}

@media only screen and (min-width: 1248px) {
  .button__next:hover,.button__prev:hover {
    background-image: url(/assets/svg/slider-arrow-white.svg);
    background-color: #e22927;
  }
}

@media only screen and (min-width: 1400px) {
  .sidebar {
    max-width: 290px;
  }

  .sidebar__parent {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38.4px;
    line-height: 2.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .sidebar__item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }
}

@media only screen and (max-width: 1119px) {
  .sidebar__gallery .swiper-pagination {
    display: flex;
  }

  .button {
    display: none;
  }
}

@media only screen and (max-width: 919px) {
  .left {
    order: 1;
    width: 100%;
  }

  .application {
    margin-top: 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .sector__item__up {
    align-items: flex-start;
    flex-direction: column;
  }
}
