@charset "UTF-8";
.table-alt td, .table-alt th {
  border: none;
  background: none;
}
.table-alt tbody tr:nth-child(2n+1) {
  background-color: #F5F5F5;
}

.btn--green {
  background-color: #179655;
  color: #fff;
}
.btn--gray {
  background-color: #F5F5F5;
  color: #179655;
}
.btn--normal-case {
  text-transform: none;
}
.btn--small {
  line-height: 38px;
  padding: 0 15px;
}

.tech-card {
  display: flex;
  flex-direction: column;
  width: 412px;
  max-width: calc(100% - 18px);
  background-color: #fff;
  color: #282D2E;
  font-size: 15px;
  line-height: normal;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin: 0 18px 50px;
}
.tech-card__slider {
  width: 100%;
  flex: 0 0 auto;
}
.tech-card__slider .slick-track {
  display: flex;
  align-items: flex-start;
}
.tech-card__arrow {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 2.6666666667 !important;
  text-align: center;
  width: 1.6666666667em;
  position: absolute;
  z-index: 2;
  top: calc(50% - 16 / 12 * 1em);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}
.tech-card__arrow--prev {
  left: 0;
}
.tech-card__arrow--next {
  right: 0;
}
.tech-card__dots {
  margin: 12px 0 0;
}
.tech-card__slide {
  display: block;
  position: relative;
}
.tech-card__slide:before {
  content: "";
  display: block;
  padding-top: calc(243 / 356 * 100%);
}
.tech-card__slide:not(.slick-slide):nth-child(n+2) {
  display: none;
}
.tech-card__slide.slick-slide {
  min-height: 0;
  height: auto;
}
.tech-card__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tech-card__body {
  padding: 26px 20px 40px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tech-card__title {
  font: normal bold 24px/normal Roboto, sans-serif;
  color: inherit;
  margin: 0 0 1em;
}
.tech-card__title a {
  color: inherit;
  display: block;
}
.tech-card__options {
  margin: 0 0 1.5em;
}
.tech-card__options:last-child {
  margin-bottom: 0;
}
.tech-card__option {
  margin: 0 0 1em;
}
.tech-card__option:last-child {
  margin-bottom: 0;
}
.tech-card__key {
  font-weight: bold;
  color: #ACACAC;
  margin: 0 0 0.5em;
}
.tech-card__btn {
  margin: auto 0 0;
}

.catalog {
  overflow: hidden;
  padding: 80px 0;
}
.catalog:last-child {
  padding-bottom: 140px;
}
.catalog__text {
  font-size: 24px;
  margin: 0 0 2.5em;
}
.catalog__text:last-child {
  margin-bottom: 0;
}
.catalog__text p {
  max-width: none;
  margin: 0 0 1.5em;
}
.catalog__text p:last-child {
  margin-bottom: 0;
}
.catalog__body {
  margin: 0 -18px;
}
.catalog__btn-wrapper {
  text-align: center;
  margin: 0 0 40px;
}
.catalog__btn-wrapper:last-child {
  margin-bottom: 0;
}

.contacts-line__head {
  margin: 0 0 25px;
}
.contacts-line__head h3 {
  font-size: 25px;
  font-family: inherit;
}
.contacts-line__body {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1em 2em;
  font-size: 25px;
}
.contacts-line__body--bg {
  padding: 1.4em;
  background-color: #F5F5F5;
}
.contacts-line__body--center {
  max-width: 750px;
  margin: 0 auto;
  justify-content: center;
}
.contacts-line__item {
  display: flex;
  align-items: flex-start;
  color: #282D2E;
}
.contacts-line__item-icon {
  font-size: 1.2em;
  line-height: 1;
  color: #179655;
  margin: 0 0.5em 0 0;
}
.contacts-line__item-text {
  line-height: 1.2;
}

.file {
  display: flex;
  align-items: center;
  color: inherit;
  margin: 0 0 1.5em;
}
.file:last-child {
  margin-bottom: 0;
}
.file__icon {
  color: #179655;
  font-size: 34px;
  line-height: 1;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
}
.file__text {
  flex: 1 1 auto;
}

.accordion-block {
  padding: 50px 0;
}
.accordion-block:last-child {
  padding-bottom: 80px;
}
.accordion-block__head {
  text-align: center;
  margin: 0 0 40px;
}
.accordion-block__head:last-child {
  margin-bottom: 0;
}
.accordion-block__head h2 {
  font-weight: 400;
  font-size: 41px;
}
.accordion-block__body {
  max-width: 750px;
  margin: 0 auto;
}
.accordion-block__item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 0 20px;
}
.accordion-block__item:last-child {
  margin-bottom: 0;
}
.accordion-block__item-head {
  font-size: 24px;
  line-height: normal;
  padding: 33px 40px 33px 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.accordion-block__item-head:after {
  content: "";
  font-family: icomoon;
  line-height: 1;
  color: #179655;
  display: inline-block;
  position: absolute;
  top: calc(50% - .5em);
  right: 20px;
  transition: inherit;
}
.accordion-block__item-head--active {
  background-color: #179655;
  color: #fff;
}
.accordion-block__item-head--active:after {
  transform: scaleY(-1);
  color: #fff;
}
.accordion-block__item-body {
  display: none;
  padding: 45px 20px;
}

.tech {
  padding: 80px 0;
}
.tech__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tech__sidebar {
  width: calc(50% - 18px);
}
.tech__slider {
  margin: 0 0 25px;
}
.tech__slider:last-child {
  margin-bottom: 0;
}
.tech__slider .slick-track {
  display: flex;
  align-items: flex-start;
}
.tech__arrow {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 2.6666666667;
  text-align: center;
  width: 1.6666666667em;
  position: absolute;
  z-index: 2;
  top: calc(50% - 16 / 12 * 1em);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}
.tech__arrow--prev {
  left: 0;
}
.tech__arrow--next {
  right: 0;
}
.tech__dots {
  margin: 12px 0 0;
}
.tech__slide:not(.slick-slide):nth-child(n+2) {
  display: none;
}
.tech__img {
  display: block;
  width: 100%;
}
.tech__main {
  width: calc(50% - 18px);
}
.tech__features {
  margin: 0 0 50px;
}
.tech__features:last-child {
  margin-bottom: 0;
}

@media(min-width: 992px) {
  .file:hover {
    color: #179655;
  }

  .contacts-line__item:hover {
    color: #179655;
  }
}
@media(max-width: 1359px) {
  .tech-card {
    width: 300px;
    max-width: calc(100% - 30px);
    margin: 0 15px 30px;
  }
  .tech-card__body {
    padding: 20px 15px;
  }
  .tech-card__title {
    font-size: 20px;
  }

  .catalog {
    padding: 50px 0;
  }
  .catalog:last-child {
    padding-bottom: 90px;
  }
  .catalog__text {
    font-size: 18px;
  }
  .catalog__body {
    margin: 0 -15px;
  }

  .tech {
    padding: 50px 0;
  }
  .tech:last-child {
    padding-bottom: 90px;
  }
  .tech__sidebar, .tech__main {
    width: calc(50% - 15px);
  }
}
@media(max-width: 991px) {
  .tech-card {
    max-width: calc(100% - 15px);
    margin: 0 7.5px 15px;
  }

  .catalog__body {
    justify-content: center;
    margin: 0 -7.5px 30px;
  }
  .catalog__body:last-child {
    margin-bottom: 0;
  }

  .accordion-block {
    padding: 35px 0;
  }
  .accordion-block__head h2 {
    font-size: 30px;
  }
  .accordion-block__item-head {
    font-size: 20px;
    padding: 20px 50px 20px 20px;
  }
  .accordion-block__item-head:after {
    right: 20px;
  }
  .accordion-block__item-body {
    padding: 30px 20px;
  }

  .contacts-line__body {
    font-size: 20px;
  }

  .tech__sidebar, .tech__main {
    width: calc(50% - 7.5px);
  }
}
@media(max-width: 767px) {
  .tech__wrapper {
    display: block;
  }
  .tech__sidebar {
    width: auto;
    margin: 0 0 30px;
  }
  .tech__sidebar:last-child {
    margin-bottom: 0;
  }
  .tech__slider {
    max-width: 480px;
    margin: 0 auto 30px;
  }
  .tech__main {
    width: auto;
  }
  .tech__features table {
    font-size: 12px;
  }
}
@media(max-width: 479px) {
  .tech-card {
    flex: 1 1 auto;
  }

  .accordion-block__item {
    margin: 0 0 10px;
  }
  .accordion-block__item-head {
    font-size: 16px;
    padding: 15px 37px 15px 15px;
  }
  .accordion-block__item-head:after {
    right: 10px;
  }
  .accordion-block__item-body {
    font-size: 14px;
    padding: 20px 15px;
  }

  .contacts-line__head h3 {
    font-size: 18px;
  }
}