body {
    min-height: 100vh;
}
.index-projects .projects-item__bottom {
    padding: 10px 10px 10px 285px;
}
.projects-item__desc p {
    margin-bottom: 5px;
    font-size: 13px;
}

.sidebar-menu-item--active:hover {
    background: #444642;
    color: #fff;
}
.projects-filter-item .projects-filter_checkbox.checked~.ui-button {
    background: #444642;
    color: #fff;
}
.ui-tabs-buttons__inner {
    flex-wrap: wrap;
}
.category-item:hover .category-item__subcategories{
    z-index: 15;
    /*background: rgba(68,70,66,1);*/
    background: rgba(68,70,66,.9);
}
.filter {
    top: 0;
}

.product-features-item-card:hover {
    height: auto;
}
.product-features-item-card:hover .product-features-item-card__text {
    max-height: 100%;
}

.product-features-item {
    transition: height .5s ease;
}

#productsForm {
    width: 100%;display: flex;
}

@media screen and (max-width: 991px) {
    .videoWrapper {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 */
      height: 0;
    }
    .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
}

@media (min-width: 1280px) and (max-width: 99999px) {
    .catalog-content--list .catalog-content__container.wide {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    #productsForm {
        flex-wrap: wrap;
    }
    .adaptive_table,
    .adaptive_table tbody,
    .adaptive_table tr,
    .adaptive_table thead {
        display: block;
        max-height: 100%;
        min-width: 0;
    }
    .adaptive_table td {
        display: block;
    }
    .adaptive_table img {
        width: auto;
    }
}
.header-logo {
	height: 65px;
}
.index-slider .swiper-slide {
	padding-left: 50px;
	padding-right: 50px;
}
.project-detail-head {
	margin-bottom: 0;
}
.projects-filter__select .ui-select__options {
	position: relative !important;
}
/* 2022-11-10 resize images for news in main page */
.index-news-item-card__image {
	height: 145px;
}

@media screen and (max-width: 1278px) {
	.index-news-item-card__image {
		height: 139px;
	}
}

@media screen and (max-width: 1278px) {
	.index-news-item-card__image {
		padding-top: 56.25%;
	}
}

/* 2022-11-11 add main-wrapper since 1920px */
@media (min-width: 2048px) {
	.main-wrapper {
		width: 1920px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
	}

	.mobile-menu {
		transform: translateX(-3000%);
	}
}

.header__logo::before {
	display: none;
}

.header {
	border: none;
	position: relative;
}

/* 2022-11-11 404 page*/
.four-hundred-four {
	width: 100%;
}

.four-hundred-four__wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  background-image: url('../img/404.svg');
  background-position: 30% center;
  background-repeat: no-repeat;
  background-size: auto 105%;
  min-height: calc(100vh - 358px);
	width: 100%;
}

.four-hundred-four__title {
  width: 52%;
  margin-right: 8%;
}

.four-hundred-four__title h1 {
  font-size: 150px;
  margin: 0;
}

.four-hundred-four__title p {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
}

.four-hundred-four__links {
  width: 40%;
  padding-right: 50px;
}

.four-hundred-four__links p {
  line-height: 20px;
  margin-bottom: 30px;
}

.four-hundred-four__links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
}

.four-hundred-four__links li {
  margin-bottom: 10px;
}

.four-hundred-four__links a {
  text-decoration: underline;
  color: black;
}


@media (max-width: 1279px) {
  .four-hundred-four__wrapper {
    background-position: 31% center;
    justify-content: space-between;
  }

  .four-hundred-four__title {
    margin-right: 0;
  }

  .four-hundred-four__title h1 {
    font-size: 120px;
    line-height: 1em;
  }

  .four-hundred-four__title p {
    font-size: 20px;
  }

  .four-hundred-four__links {
    padding-right: 0;
  }
}

@media (max-width: 768px), (orientation: portrait) {
  .four-hundred-four__wrapper {
    flex-direction: column;
    background: none;
  }

  .four-hundred-four__title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .four-hundred-four__title::after {
    content: '';
    display: flex;
    width: 100vw;
    height: 36vw;
    background-image: url('../img/404__mobile.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5vw;
  }

  .four-hundred-four__title {
    margin-right: 0;
  }

  .four-hundred-four__title p {
    margin-bottom: 5vw;
  }

  .four-hundred-four__links {
    width: 100%;
  }

  .four-hundred-four__links p {
    text-align: center;
  }

  .four-hundred-four__links ul {
    text-align: center;
    margin-bottom: 10vw;
  }
}

@media (min-width: 768px) and (max-aspect-ratio: 9/6) and (orientation: landscape) {
  .four-hundred-four__wrapper {
    background-position: 100% center;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

@media (min-width: 1920px) {
  .four-hundred-four__wrapper {
    background-position: 35% center;
  }
}

@media (min-width: 1920px) and (max-aspect-ratio: 9/4) and (orientation: landscape) {
  .four-hundred-four__wrapper {
    background-position: 100% center;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

/* 2022-11-15 changes the order of buttons in the product card http://helpdesk.iek.local/Task/View/382616*/

.product-info__buttons {
	display: flex;
	flex-direction: column-reverse !important;
}

.product-info__market-buttons {
	flex-direction: row-reverse !important;
}

.product-info__buttons .ui-button {
	white-space: nowrap;
}

.product-info__buttons .ui-button:nth-child(2) {
	margin-right: 15px !important;
}

@media (max-width: 768px) {
	.product-info__market-buttons {
		flex-direction: column !important;
	}

	.product-info__buttons .ui-button:nth-child(2) {
		margin-right: 0 !important;
	}
}

/* support btns */

.support-btns--animation-open .support-btns__item--feedback {
  -webkit-animation: feedback-open 0.3s 1 linear;
  animation: feedback-open 0.3s 1 linear;
}
.support-btns--animation-open .support-btns__item--feedback.support-btns__item--feedback-support {
  -webkit-animation: feedback-support-open 0.3s 1 linear;
  animation: feedback-support-open 0.3s 1 linear;
}
.support-btns--animation-open .support-btns__item--phone {
  -webkit-animation: phone-open 0.3s 1 linear;
          animation: phone-open 0.3s 1 linear;
}
.support-btns--animation-open .support-btns__item--faq {
  -webkit-animation: faq-open 0.3s 1 linear;
          animation: faq-open 0.3s 1 linear;
}
.support-btns--animation-open .support-btns__item--chat {
  -webkit-animation: chat-open 0.3s 1 linear;
          animation: chat-open 0.3s 1 linear;
}
.support-btns--animation-open .support-btns__item--whatsapp {
  -webkit-animation: whatsapp-open 0.3s 1 linear;
          animation: whatsapp-open 0.3s 1 linear;
}
.support-btns--animation-close .support-btns__item--feedback {
  -webkit-animation: feedback-close 0.3s 1 linear;
  animation: feedback-close 0.3s 1 linear;
}
.support-btns--animation-close .support-btns__item--feedback.support-btns__item--feedback-support {
  -webkit-animation: feedback-support-close 0.3s 1 linear;
  animation: feedback-support-close 0.3s 1 linear;
}
.support-btns--animation-close .support-btns__item--phone {
  -webkit-animation: phone-close 0.3s 1 linear;
          animation: phone-close 0.3s 1 linear;
}
.support-btns--animation-close .support-btns__item--faq {
  -webkit-animation: faq-close 0.3s 1 linear;
          animation: faq-close 0.3s 1 linear;
}
.support-btns--animation-close .support-btns__item--chat {
  -webkit-animation: chat-close 0.3s 1 linear;
          animation: chat-close 0.3s 1 linear;
}
.support-btns--animation-close .support-btns__item--whatsapp {
  -webkit-animation: whatsapp-close 0.3s 1 linear;
          animation: whatsapp-close 0.3s 1 linear;
}
@-webkit-keyframes faq-open {
  from {
    bottom: -220px;
  }
  to {
    bottom: 0;
  }
}
@keyframes faq-open {
  from {
    bottom: -220px;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes feedback-open {
  from {
    bottom: -220px;
  }
  to {
    bottom: 0;
  }
}
@keyframes feedback-open {
  from {
    bottom: -220px;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes feedback-support-open {
  from {
    bottom: -370px;
  }
  to {
    bottom: 0;
  }
}
@keyframes feedback-support-open {
  from {
    bottom: -370px;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes phone-open {
  from {
    bottom: -300px;
  }
  to {
    bottom: 0;
  }
}
@keyframes phone-open {
  from {
    bottom: -300px;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes chat-open {
  from {
    bottom: -150px;
  }
  to {
    bottom: 0;
  }
}
@keyframes chat-open {
  from {
    bottom: -150px;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes whatsapp-open {
  from {
    bottom: -70px;
  }
  to {
    bottom: 0;
  }
}
@keyframes whatsapp-open {
  from {
    bottom: -70px;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes faq-close {
  from {
    bottom: 0;
  }
  to {
    bottom: -220px;
  }
}
@keyframes faq-close {
  from {
    bottom: 0;
  }
  to {
    bottom: -220px;
  }
}
@-webkit-keyframes feedback-close {
  from {
    bottom: 0;
  }
  to {
    bottom: -220px;
  }
}
@keyframes feedback-close {
  from {
    bottom: 0;
  }
  to {
    bottom: -220px;
  }
}
@-webkit-keyframes feedback-support-close {
  from {
    bottom: 0;
  }
  to {
    bottom: -370px;
  }
}
@keyframes feedback-support-close {
  from {
    bottom: 0;
  }
  to {
    bottom: -370px;
  }
}
@-webkit-keyframes phone-close {
  from {
    bottom: 0;
  }
  to {
    bottom: -300px;
  }
}
@keyframes phone-close {
  from {
    bottom: 0;
  }
  to {
    bottom: -300px;
  }
}
@-webkit-keyframes chat-close {
  from {
    bottom: 0;
  }
  to {
    bottom: -150px;
  }
}
@keyframes chat-close {
  from {
    bottom: 0;
  }
  to {
    bottom: -150px;
  }
}
@-webkit-keyframes whatsapp-close {
  from {
    bottom: 0;
  }
  to {
    bottom: -70px;
  }
}
@keyframes whatsapp-close {
  from {
    bottom: 0;
  }
  to {
    bottom: -70px;
  }
}
.support-btns__item {
  background-color: #F6E200 !important;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none !important;
}
.support-btns__item--detail {
  display: none !important;
}
.support-btns__item--starting {
  display: flex !important;
}
.support-btns__item--visible {
  display: flex !important;
}
.support-btns__item--hidden {
  display: none !important;
}
.support-btns__item img {
  width: 24px;
  height: 24px;
}
.support-btns__item span {
  position: absolute;
  right: 50px;
  width: 200px;
  display: block;
  /* border-radius: 5px; */
  background-color: rgba(68, 70, 66, 0.5);
  color: white;
  padding: 5px 10px;
  text-align: left;
  margin-right: -10px;
  z-index: -1;
}
.support-btns__item:hover {
  background-color: #efd735 !important;
}
.support-btns__item:hover span {
  background-color: #444642;
}
.support-btns__item--starting span {
  opacity: 0;
}
.support-btns__item--starting:hover span {
  opacity: 1;
  transition: 0.3s;
}
.support-btns__detail-close {
  width: 30px;
  height: 30px;
  background-color: rgba(68, 70, 66, 0.5);
  border-radius: 50%;
  position: absolute;
  top: -40px;
  right: 0;
  display: none;
}
.support-btns__detail-close:before,
.support-btns__detail-close:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 3px;
  background: white;
  top: calc(50% - 1.5px);
  left: calc(50% - 9px);
}
.support-btns__detail-close:before {
  transform: rotate(45deg);
}
.support-btns__detail-close:after {
  transform: rotate(-45deg);
}
.support-btns__detail-close span {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.support-btns__detail-close--visible {
  display: block;
}
.support-btns__detail-close:hover {
  cursor: pointer;
  background-color: #444642;
}
.support-btns__detail-close:hover:before,
.support-btns__detail-close:hover:after {
  background: #F6E200;
}
@media (max-width: 768px) {
  .page .support-btns {
    right: auto;
    left: 20px;
    bottom: 5px;
    display: block !important;
  }
  .page .support-btns__item span {
    right: auto;
    left: 50px;
  }
  .page .support-btns__detail-close {
    right: auto;
    left: 0;
  }
}

.header__search-toggles .header-language-item {
	font-size: 10px;
}

.header__search-toggles .header-language-item--active {
	background-color: #f3f3f3;
}

/* кнопка каталог */

.header-menu-item:first-child a {
	font-weight: 900;
}

@media (max-width: 767px){
	.index-news-item {
		width: 100%;
	}
}
