.article__item_image-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 15rem;
  margin-bottom: 2rem;
  overflow: hidden;
  z-index: 1;
}
.article__item_image-wrap--bg_gray::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #efefef;
  z-index: -1;
}
.article__item_image-wrap picture {
  margin: auto auto 0 auto;
  height: auto;
}
.article__item_image-wrap img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.article__item_title {
  font-size: 1.125rem;
  text-transform: uppercase;
  min-height: 3rem;
}
.article__item_icon {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #0c67ad;
  padding: 0.5rem;
}
.article__item_icon--white svg {
  fill: #0c67ad;
}
.article__item_icon--white-red svg {
  fill: #fff;
}
.article__item_icon--red svg {
  fill: #0c67ad;
}
.article__item_icon--blue svg {
  fill: #0c67ad;
}
.article__item_icon img,
.article__item_icon svg {
  width: 100%;
  height: auto;
}
.article iframe {
  height: 100%;
}
.faq {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.faq--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
}
.faq__item_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq__item_content_title {
  width: 90%;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: "Proxima Nova Th", sans-serif !important;
  line-height: 2rem;
}
.faq__item_content_title--white {
  color: #fff;
}
.faq__item_content_icon {
  margin-left: auto;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.2);
}
.faq__item_content_icon--bg-white {
  background-color: #fff;
}
.faq__item_content_icon--bg-white path,
.faq__item_content_icon--bg-white svg {
  fill: #0c67ad;
}
.faq__item_content_icon--bg-blue {
  background-color: #0c67ad;
}
.faq__item_content_icon--bg-blue path,
.faq__item_content_icon--bg-blue svg {
  fill: #fff;
}
.faq__item_content_icon svg {
  width: 100%;
  height: 100%;
}
.faq__item_select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.875rem 1rem;
  border: solid 0.1rem;
}
.faq__item_select-wrap:hover {
  cursor: pointer;
}
.faq__item_select-wrap--border-white {
  border-color: #fff;
}
.faq__item_select-wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.faq__item_hiden-content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
  padding: 1.875rem 1rem;
  border: solid 0.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq__item_hiden-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__item_hiden-content--blue-bg {
  background-color: rgba(60, 60, 60, 0.5);
}
.faq__item_hiden-content--border-white {
  border-color: #fff;
}
.faq__item_hiden-content_text {
  margin-top: 1rem;
}
.faq__item_hiden-content_text--white {
  color: #fff;
}
.faq-bg__image {
  position: absolute;
  max-width: 50vw;
  right: 0;
  bottom: -12rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-bottom: 50vw;
  }
  .faq-bg__image {
    max-width: 100%;
    bottom: -6rem;
  }
}
.faq-bg {
  background-size: cover;
  background-position: 50% 50%;
}
.support {
  background-image: url(/local/templates/kdteam/images/support/support-bg.jpg);
  background-size: cover;
}
.form-info {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .form-info {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .form-info__text {
    font-size: 0.75rem;
  }
}
.form-info__phone {
  font-family: "Proxima Nova Th";
  font-size: 1.125rem;
  color: #000;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form-info__phone {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}
.form-info__phone:before {
  content: url(/local/templates/kdteam/images/icons/contact_phone1.png);
  margin-right: 1rem;
}
.product-items {
  grid-gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
.product-items__item {
  position: relative;
  background-color: #fff;
  padding: 1rem;
}
.product-items__item:hover {
  background-color: #0c67ad;
}
.product-items__item:hover .hidden {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.product-items__item:hover .product-items__item_title .text--black {
  color: #fff !important;
}
.product-items__item:hover > img {
  display: none;
}
.product-items__item:last-child {
  grid-row: 4/4;
  grid-column: 1/4;
}
.product-items__item--fixed-heght-support {
  height: 18.6rem;
}
.product-items__item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  z-index: 1;
  position: relative;
}
.text {
  line-height: 1.875rem;
}
/*# sourceMappingURL=support.min.css.map */
