

/* Start:/o-nas/o-brende/styles.css?177926936212181*/
.about-brand-banner {
  background: #E6E7ED;
  overflow: hidden;

  & .about-brand-banner__container {
    display: flex;
    min-height: 100dvh;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  & .about-brand-banner__content {
    display: flex;
    padding: 105px 0;
    padding-right: 80px;
    flex-direction: column;
    align-self: center;
    gap: 20px;
    flex: 1 1 420px;
  }

  & .about-brand-banner__header {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  & .about-brand-banner__title {
    color: #868BAB;
  }

  & .about-brand-banner__body {
    color: #5A5B6C;
  }

  & .about-brand-banner__media {
    position: relative;

    flex: 1 1 420px;

    &>img,
    &>video {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;

      display: block;
      height: 100%;
      width: 50vw;
      object-fit: cover;
      object-position: center left;
    }
  }

  @media (max-width: 1200px) {
    & .about-brand-banner__content {
      padding-right: 40px;
    }
  }

  @media (max-width: 600px) {
    & .container {
      display: contents;
    }

    & .about-brand-banner__container {
      flex-direction: column;
    }

    & .about-brand-banner__content {
      padding: 100px 40px 60px 20px;
      flex-basis: auto;
    }

    & .about-brand-banner__media {

      &>img,
      &>video {
        position: relative;

        height: 600px;
        width: 100%;
      }
    }
  }

  @media (max-width: 425px) {}
}

.about-brand-advantages {
  position: relative;

  overflow: hidden;

  &>img {
    position: absolute;
    z-index: 1;

    &:nth-of-type(1) {
      top: -205px;
      left: -310px;
    }

    &:nth-of-type(2) {
      top: -355px;
      right: -490px;
    }
  }

  & .about-brand-advantages__background-images {
    position: absolute;
    inset: 0;
    z-index: -1;
  }

  & .about-brand-advantages__container {
    position: relative;

    display: flex;
    padding: 100px 0 300px 0;
    flex-direction: column;
    align-items: center;
    gap: 100px;

    &>img {
      position: absolute;
      bottom: 0;
      z-index: -1;
    }
  }

  & .about-brand-advantages__header {
    max-width: 1000px;
    align-self: center;

    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    text-align: center;
    color: #5A5B6C;
  }

  & .about-brand-advantages__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
  }

  & .about-brand-advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  & .about-brand-advantages__item-title {
    font-size: 120px;
    font-style: italic;
    font-weight: 300;
    line-height: 96px;
    text-align: center;
    color: #868BAB;
  }

  & .about-brand-advantages__item-text {
    text-align: center;
    color: #868BAB;
  }

  @media (max-width: 960px) {
    & .about-brand-advantages__body {
      gap: 60px;
    }
  }

  @media (max-width: 600px) {
    & .about-brand-advantages__item-title {
      font-size: 80px;
      line-height: 64px;
    }

    & .about-brand-advantages__container {
      padding: 100px 0 100px 0;
    }

    & .about-brand-advantages__body {
      grid-template-columns: 1fr;
    }
  }
}

.about-brand-slider {
  position: relative;

  height: 300vh;

  & .about-brand-slider__container {
    position: sticky;
    top: 0;

    display: flex;
    overflow: hidden;
  }

  & .about-brand-slider__slider {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 40px;
    will-change: transform;
  }

  & .about-brand-slider__item {
    display: flex;
    min-width: 100dvw;
    max-width: min-content;
    padding: 0 20px;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 80px;
    /* flex: 0 0 100dvw; */
  }

  & .about-brand-slider__item-content {
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
    flex: 1 1 740px;
    min-width: 740px;
  }

  & .about-brand-slider__item-title {
    color: #868BAB;
  }

  & .about-brand-slider__item-text {
    max-width: 450px;

    color: #5A5B6C;
  }

  & .about-brand-slider__item-image {
    flex: 1 1 540px;
    min-width: 540px;

    &>img,
    &>video {
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      aspect-ratio: 1/1;
    }
  }

  @media (max-width: 960px) {
    & .about-brand-slider__item-content {
      flex: 1 1 540px;
      min-width: 540px;
    }
  }

  @media (max-width: 600px) {
    & .about-brand-slider__container {
      top: 0 !important;
    }

    & .about-brand-slider__item-content {
      flex-basis: auto;
      min-width: 92dvw;
      max-width: 92dvw;
      gap: 40px;
    }

    & .about-brand-slider__item-image {
      flex-basis: auto;
      min-width: auto;
      width: 385px;
      height: 440px;

      &>img,
      &>video {
        aspect-ratio: 385/440;
      }
    }
  }
}

.about-brand-slogan {
  padding: 140px 0;
  overflow: hidden;

  & .about-brand-slogan__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  & .about-brand-slogan__text {
    max-width: 1000px;

    color: #868BAB;

    &:nth-child(even) {
      align-self: flex-end;

      text-align: right;
    }
  }

  @media (max-width: 600px) {
    padding: 60px 0;
  }
}

.about-brand-video {
  position: relative;

  min-height: 832px;
  height: 100dvh;
  background: #000000;

  &>video,
  &>iframe {
    position: absolute;
    inset: 0;
    z-index: 0;

    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  & .about-brand-video__controls {
    position: relative;
    z-index: 1;

    display: flex;
    height: 100%;
    padding: 80px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  & .about-brand-video__title {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 49px;
    text-align: center;
    color: #ffffff;
  }

  & .about-brand-video__play {
    display: inline-flex;
    height: 94px;
    width: 94px;
    padding: 0;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #ffffff;
    border: none;

    color: #868BAB;

    cursor: pointer;
  }

  @media (max-width: 960px) {
    min-height: auto;
  }
}

.about-brand-info {
  position: relative;

  height: 300vh;
  padding: 140px 0;

  & .about-brand-info__container {
    position: sticky;
    top: 0;

    height: 100vh;
    overflow: hidden;
  }

  & .about-brand-info__slider {
    position: relative;

    height: 100%;
  }

  @media (max-width: 768px) {
    height: unset;

    & .about-brand-info__container {
      height: unset;
    }

    & .about-brand-info__slider {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
  }

  @media (max-width: 600px) {
    padding: 60px 0;

    & .about-brand-info__container {
      top: 80px;
    }
  }
}

.about-brand-info-card {
  position: absolute;
  inset: 0;

  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px 40px;
  opacity: 0;

  & .about-brand-info-card__image {
    height: 100%;
    width: auto;
    max-height: 475px;
    max-width: 475px;
    flex-basis: 475px;
    aspect-ratio: 1/1;

    &>img {
      display: block;
      height: 100%;
      width: auto;
      object-fit: cover;
      object-position: center;
    }
  }

  & .about-brand-info-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    flex-basis: 585px;
  }

  & .about-brand-info-card__title {
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 41px;

    color: #868BAB;
  }

  & .about-brand-info-card__text {
    color: #5A5B6C;
  }

  @media (max-width: 768px) {
    position: relative;
    flex-direction: column;
    opacity: 1 !important;

    & .about-brand-info-card__image {
      max-height: 560px;
      max-width: 560px;
      flex-basis: 560px;
    }

    & .about-brand-info-card__content {
      flex-basis: auto;
    }
  }

  @media (max-width: 600px) {
    justify-content: flex-start;

    & .about-brand-info-card__image {
      max-height: 200px;
      max-width: 200px;
      flex-basis: 200px;
    }
  }
}

.about-brand-founder {
  position: relative;

  padding: 180px 0 240px 0;

  &>img {
    position: absolute;
    inset: 0;
    z-index: -1;

    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
  }

  & .about-brand-founder__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  & .about-brand-founder__header {
    max-width: 420px;

    color: #5A5B6C;
  }

  & .about-brand-founder__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
  }

  & .about-brand-founder__text {
    max-width: 340px;

    color: #5A5B6C;
  }

  & .about-brand-founder__author {
    max-width: 200px;

    text-align: right;
    color: #5A5B6C;
  }

  @media (max-width: 960px) {
    padding: 100px 0 160px 0;

    & .about-brand-founder__header {
      max-width: 340px;
    }

    & .about-brand-founder__text {
      max-width: 300px;
    }
  }

  @media (max-width: 600px) {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column-reverse;

    &>img {
      position: relative;
    }

    & .about-brand-founder__container {
      padding-bottom: 20px;
      gap: 20px;
    }

    & .about-brand-founder__header {
      max-width: 400px;
    }

    & .about-brand-founder__text {
      max-width: 400px;
    }
  }
}

.about-brand-form {
  padding: 140px 0;

  & .about-brand-form__container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px 40px;
  }

  & .about-brand-form__image {
    position: relative;

    min-height: 520px;
    flex-basis: 415px;

    &>img {
      position: absolute;
      inset: 0;

      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;

      /* &:nth-of-type(1) {}

      &:nth-of-type(2) {} */
    }
  }

  & .about-brand-form__content {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-self: center;
    flex-basis: 585px;
  }

  & .about-brand-form__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  & .about-brand-form__title {
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
    color: #868BAB;
  }

  & .about-brand-form__text {
    max-width: 300px;

    color: #5A5B6C;
  }

  & .about-brand-form__button {}

  @media (max-width: 1200px) {}

  @media (max-width: 960px) {}

  @media (max-width: 600px) {
    padding: 60px 0;

    & .about-brand-form__container {
      flex-direction: column-reverse;
      gap: 40px;
    }

    & .about-brand-form__content {
      flex-basis: auto;
      align-items: center;
      gap: 40px;
    }

    & .about-brand-form__info {
      align-items: center;
    }

    & .about-brand-form__title {
      text-align: center;
      font-size: 42px;
      line-height: 46px;
    }

    & .about-brand-form__text {
      text-align: center;
    }
  }
}
/* End */


/* Start:/local/templates/zerapy/components/bitrix/form/modal/bitrix/form.result.new/.default/style.css?17799509298804*/
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.form-modal {
	position: fixed;
	inset: 0;
	display: flex;
	padding: 24px 20px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;

	&[hidden] {
		display: none;
	}

	& .form-modal__backdrop {
		position: absolute;
		inset: 0;
		background: rgba(28, 30, 40, 0.48);
		backdrop-filter: blur(4px);
	}

	& .form-modal__dialog {
		position: relative;
		display: flex;
		width: min(100%, 1100px);
		max-height: min(92vh, 900px);
		flex-direction: column;
		outline: none;
	}

	& .form-modal__content {
		position: relative;
		overflow: auto;
		width: 100%;
		max-height: min(92vh, 900px);
		background: rgba(230, 231, 237, 0.96);
		box-shadow: 0 32px 100px rgba(36, 38, 53, 0.2);
	}

	& .form-modal__body {
		display: flex;
		padding: 70px 56px 56px;
		flex-direction: column;
		gap: 32px;
	}

	& .form-modal__close {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 2;
		display: inline-flex;
		width: 40px;
		height: 40px;
		padding: 0;
		align-items: center;
		justify-content: center;
		border: none;
		background: transparent;
		color: #5a5b6c;
		cursor: pointer;
		transition: opacity 0.2s ease-out;

		& svg {
			display: block;
		}

		&:focus-visible {
			outline: 2px solid #868bab;
			outline-offset: 2px;
		}
	}

	& .form-modal__header {
		display: flex;
		max-width: 720px;
		margin: 0 auto;
		flex-direction: column;
		gap: 12px;
		align-items: center;
		text-align: center;
	}

	& .form-modal__title {
		margin: 0;
		font-size: 46px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.1;
		color: #5a5b6c;
	}

	& .form-modal__description {
		color: #5a5b6c;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.45;

		& > *:first-child {
			margin-top: 0;
		}

		& > *:last-child {
			margin-bottom: 0;
		}
	}

	& .form-modal__status,
	& .form-modal__success {
		display: flex;
		padding: 24px;
		flex-direction: column;
		gap: 12px;
		border: 1px solid rgba(134, 139, 171, 0.28);
		background: rgba(255, 255, 255, 0.55);
		color: #5a5b6c;
	}

	& .form-modal__status {
		color: #aa2d2d;
	}

	& .form-modal__success-title {
		margin: 0;
		font-size: 28px;
		font-weight: 400;
		line-height: 1.2;
		color: #5a5b6c;
	}

	& .form-modal__success-text {
		color: #5a5b6c;
		line-height: 1.5;

		& > *:first-child {
			margin-top: 0;
		}

		& > *:last-child {
			margin-bottom: 0;
		}
	}

	& .form-modal__actions {
		display: flex;
		justify-content: center;
	}

	& .form-modal__actions--center {
		margin-top: 8px;
	}

	& .form-modal__submit.btn,
	& .form-modal__success .btn,
	& button.form-modal__submit {
		display: inline-flex;
		min-height: 44px;
		padding: 12px 84px;
		align-items: center;
		justify-content: center;
		border: none;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.9);
		color: #5a5b6c;
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		cursor: pointer;
		transition: background 0.2s ease-out, opacity 0.2s ease-out;
	}
}

.form-modal-form {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 28px;

	& .form-modal-form__form {
		display: flex;
		flex-direction: column;
		gap: 28px;
		margin: 0;
	}

	& .form-modal-form__loading {
		position: absolute;
		inset: 0;
		z-index: 3;
		display: flex;
		padding: 24px;
		align-items: center;
		justify-content: center;
		background: rgba(230, 231, 237, 0.75);
		backdrop-filter: blur(3px);
	}

	& .form-modal-form__loading[hidden] {
		display: none;
	}

	& .form-modal-form__loading-text {
		display: inline-flex;
		align-items: center;
		gap: 12px;
		color: #5a5b6c;
		font-size: 15px;
		line-height: 1.4;

		&::before {
			content: "";
			width: 18px;
			height: 18px;
			border: 2px solid rgba(134, 139, 171, 0.35);
			border-top-color: #5a5b6c;
			border-radius: 50%;
			animation: form-modal-spin 0.8s linear infinite;
		}
	}

	& .form-modal-form__grid {
		display: flex;
		flex-wrap: wrap;
		gap: 24px 20px;
	}

	& .form-modal-form__field {
		position: relative;
		display: flex;
		flex: 1 1 calc(50% - 10px);
		min-width: min(360px, 100%);
		flex-direction: column;
		gap: 10px;
	}

	& .form-modal-form__field--wide {
		flex-basis: 100%;
	}

	& .form-modal-form__field--option {
		gap: 8px;
	}

	& .form-modal-form__field--error .form-modal-form__control,
	& .form-modal-form__field--error textarea,
	& .form-modal-form__field--error select {
		border-bottom-color: #aa2d2d;
	}

	& .form-modal-form__label {
		font-size: 14px;
		line-height: 1.3;
		color: #868bab;
	}

	& .form-modal-form__required {
		color: #aa2d2d;
	}

	& .form-modal-form__field-error,
	& .form-modal-form__policy-error {
		font-size: 13px;
		line-height: 1.4;
		color: #aa2d2d;
	}

	& .form-modal-form__control-wrap {
		width: 100%;
	}

	& .form-modal-form__control,
	& .form-modal-form__control-wrap input[type="text"],
	& .form-modal-form__control-wrap input[type="email"],
	& .form-modal-form__control-wrap input[type="tel"],
	& .form-modal-form__control-wrap input[type="file"],
	& .form-modal-form__control-wrap textarea,
	& .form-modal-form__control-wrap select {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 0 11px;
		border: none;
		border-bottom: 1px solid #868bab;
		border-radius: 0;
		background: transparent;
		font-family: inherit;
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
		color: #5a5b6c;
		outline: none;
		transition: box-shadow 0.15s ease-out, border-color 0.15s ease-out;

		&::placeholder {
			color: rgba(90, 91, 108, 0.55);
		}

		&:focus {
			border-bottom-color: #5a5b6c;
			box-shadow: 0 1px 0 0 #5a5b6c;
		}
	}

	& .form-modal-form__control-wrap textarea {
		min-height: 120px;
		resize: vertical;
	}

	& .form-modal-form__control-wrap select {
		padding-right: 24px;
		cursor: pointer;
	}

	& .form-modal-form__control-wrap label {
		display: inline-flex;
		align-items: flex-start;
		gap: 10px;
		color: #5a5b6c;
		line-height: 1.45;
		cursor: pointer;
	}

	& .form-modal-form__checkbox,
	& .form-modal-form__control-wrap input[type="checkbox"] {
		appearance: none;
		flex-shrink: 0;
		width: 20px;
		height: 20px;
		margin: 2px 0 0;
		border: 1px solid rgba(90, 91, 108, 0.7);
		border-radius: 0;
		background: transparent;
		cursor: pointer;
		transition: background 0.15s ease-out, box-shadow 0.15s ease-out;

		&:checked {
			background: #5a5b6c;
			box-shadow: inset 0 0 0 2px #e6e7ed;
		}

		&:focus-visible {
			outline: 2px solid #868bab;
			outline-offset: 2px;
		}
	}

	& .form-modal-form__control-wrap input[type="radio"] {
		accent-color: #5a5b6c;
	}

	& .form-modal-form__captcha-title {
		font-size: 14px;
		line-height: 1.3;
		color: #868bab;
	}

	& .form-modal-form__captcha-image img {
		display: block;
		max-width: 180px;
		height: auto;
	}

	& .form-modal-form__policy {
		margin: 0;
		padding: 0;
		border: none;
	}

	& .form-modal-form__policy-row {
		display: flex;
		align-items: flex-start;
		gap: 10px;
	}

	& .form-modal-form__policy-label {
		color: #868bab;
		font-size: 14px;
		line-height: 1.45;
		cursor: pointer;

		& a {
			color: inherit;
			text-decoration: underline;
			text-underline-offset: 2px;
		}
	}

	& .form-modal-form__required-note {
		color: #868bab;
		font-size: 13px;
		line-height: 1.4;
	}

	& .starrequired {
		display: none;
	}

	& input[type="submit"][name="web_form_apply"],
	& input[type="reset"] {
		display: none !important;
	}
}

.form-modal[data-form-modal-loading="Y"] {
	& .form-modal__close,
	& .form-modal__backdrop {
		pointer-events: none;
	}

	& .form-modal-form__loading {
		display: flex;
	}

	& .form-modal__submit.btn,
	& button.form-modal__submit,
	& input[data-form-modal-submit] {
		opacity: 0.75;
		cursor: wait;
		pointer-events: none;
	}
}

@keyframes form-modal-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@media (hover: hover) {
	.form-modal {
		& .form-modal__close:hover {
			opacity: 0.7;
		}

		& .form-modal__submit.btn:hover,
		& .form-modal__success .btn:hover,
		& button.form-modal__submit:hover {
			background: #ffffff;
		}
	}
}

@media (max-width: 900px) {
	.form-modal {
		& .form-modal__body {
			padding: 60px 28px 32px;
		}

		& .form-modal__title {
			font-size: 34px;
		}

		& .form-modal__submit.btn,
		& .form-modal__success .btn,
		& button.form-modal__submit {
			padding: 12px 32px;
		}
	}

	.form-modal-form {
		& .form-modal-form__field {
			flex-basis: 100%;
			min-width: 0;
		}
	}
}

@media (max-width: 600px) {
	.form-modal {
		padding: 12px;

		& .form-modal__body {
			padding: 56px 20px 24px;
			gap: 24px;
		}

		& .form-modal__title {
			font-size: 26px;
		}

		& .form-modal__submit.btn,
		& .form-modal__success .btn,
		& button.form-modal__submit {
			width: 100%;
		}
	}
}
/* End */
/* /o-nas/o-brende/styles.css?177926936212181 */
/* /local/templates/zerapy/components/bitrix/form/modal/bitrix/form.result.new/.default/style.css?17799509298804 */
