

/* Start:/local/templates/ezetek/css/tabs.css?17665903451681*/
.ez-tabs {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}

.ez-tabs__head {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
  width: 100%;
  background-color: #ffffff;
}

.ez-tabs__head::before {
  content: '';
  position: absolute;
  left: 0;
  right: -48px;
  bottom: 0;
  height: 1px;
  background-color: #d9d9d9;
}

.ez-tabs__button {
  position: relative;
  z-index: 0;
  display: block;
  padding-block: 24px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #838383;
  cursor: pointer;
}

.ez-tabs__button::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: transparent;
}

.ez-tabs__button--current {
  color: #354e9e;
}

.ez-tabs__button--current::before {
  background-color: #354e9e;
}

.ez-tabs__body {

}

.ez-tabs__item {
  
}

.ez-tabs__item[data-tab] {
  display: none;
}

.ez-tabs__item--current[data-tab] {
  display: grid;
}

@media (max-width: 1600px) {
  .ez-tabs__head {
    column-gap: 36px;
  }

  .ez-tabs__button {
    padding-block: 16px;
    font-size: 20px;
  }
}

@media (max-width: 990px) {
  .ez-tabs__head {
    flex-direction: column;
  }

  .ez-tabs__button {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .ez-tabs {
    width: 100%;
  }

  .ez-tabs__head--hidden-mobile {
    display: none;
  }

  .ez-tabs__item {
    display: flex;
    flex-direction: column;
    row-gap: 0;
  }

  .ez-tabs__item:has(.product__files):not(:last-child) {
    margin-bottom: 24px;
  }
}

/* End */


/* Start:/local/templates/ezetek/components/bitrix/form.result.new/popup_events/style.css?1775827867772*/
.product__modal input[type="tel"]{
	padding: 16px 24px;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	background-color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #373435;
}

.product__modal-title:not(:last-child) {
	margin-bottom: 24px !important;
}

.product__modal-form {
	display: flex !important;
	flex-direction: column;
}

.popup__content {
	padding: 50px !important;
}

.product__modal-form-item--controls {
	display: flex !important;
	flex-direction: column;
}

.product__modal-checkbox {
	order: 0;
}

.product__modal-submit {
	order: 1;
}

.product__modal-email-hint {
	font-size: 16px !important;
}

@media (max-width: 600px) {
	.popup__content {
		padding: 25px !important;
	}
}

/* End */
/* /local/templates/ezetek/css/tabs.css?17665903451681 */
/* /local/templates/ezetek/components/bitrix/form.result.new/popup_events/style.css?1775827867772 */
