

/* Start:/local/templates/.default/components/lxm/notifications.form/contacts/style.css?177021940817957*/
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #401a6a;
  --color-primary-hover: #56238d;
  --color-secondary: #401a6a;
  --color-background: #11011C;
  --color-text: var(--color-white);
  --color-placeholder: #826997;
  --button-primary: var(--color-primary);
  --button-secondary: #7fac15;
  --main-scrollbar-width: 6px;
  --main-scrollbar-color: var(--color-white);
  --main-scrollbar-thumb-color: var(--primary);
  --transition: 250ms ease;
  --border-radius: 4px;
  --scroll-behavior: smooth;
  --font-family: RFDewiExtended, sans-serif, Arial, sans-serif;
}

/*****************************************************************************
	Breakpoints
*****************************************************************************/
/*****************************************************************************
	Style
*****************************************************************************/
.form-consultation-request.form-lxm__container {
  position: relative;
  padding-bottom: 120px;
  z-index: 10;
}
@media (max-width: 1199px) {
  .form-consultation-request.form-lxm__container {
    padding-bottom: 100px;
  }
}
.form-consultation-request .form-lxm__layer {
  border-radius: 40px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .form-consultation-request .form-lxm__layer {
    border-radius: 20px;
  }
}
.form-consultation-request .form-lxm__background {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-backdrop-filter: blur(250px);
  backdrop-filter: blur(250px);
  background: rgba(37, 18, 53, 0.5);
  z-index: -1;
}
.form-consultation-request .form-lxm__content {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.form-consultation-request .form-lxm__align {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 60px;
}
@media (max-width: 1199px) {
  .form-consultation-request .form-lxm__align {
    padding: 40px 20px;
  }
}
.form-consultation-request .form-lxm__text-name {
  max-width: 960px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 1736px) {
  .form-consultation-request .form-lxm__text-name {
    max-width: 800px;
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .form-consultation-request .form-lxm__text-name {
    max-width: 650px;
    font-size: 32px;
  }
}
@media (max-width: 959px) {
  .form-consultation-request .form-lxm__text-name {
    max-width: 480px;
    font-size: 24px;
  }
}
.form-consultation-request .form-lxm__text-description {
  padding-top: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #fff;
}
@media (max-width: 1736px) {
  .form-consultation-request .form-lxm__text-description {
    font-size: 14px;
  }
}
@media (max-width: 959px) {
  .form-consultation-request .form-lxm__text-description {
    max-width: 408px;
  }
}
.form-consultation-request .form-lxm__fields {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-right: -20px;
  margin-bottom: -60px;
  display: flex;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .form-consultation-request .form-lxm__fields {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-right: -20px;
    margin-bottom: -40px;
  }
}
@media (max-width: 719px) {
  .form-consultation-request .form-lxm__fields {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 0px);
    margin-right: 0px;
    margin-bottom: -40px;
  }
}
.form-consultation-request .form-lxm__field {
  flex: 0 0 calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  margin-right: 20px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .form-consultation-request .form-lxm__field {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 719px) {
  .form-consultation-request .form-lxm__field {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px);
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
.form-consultation-request .form-lxm__field:last-of-type {
  flex: 0 0 calc(66.66% - 20px);
  width: calc(66.66% - 20px);
  margin-right: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .form-consultation-request .form-lxm__field:last-of-type {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin-right: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 719px) {
  .form-consultation-request .form-lxm__field:last-of-type {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px);
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
.form-consultation-request .form-lxm__field._focus::after {
  width: 100%;
}
.form-consultation-request .form-lxm__field.error::after {
  width: 100%;
  background: #682021;
}
.form-consultation-request .form-lxm__field::before, .form-consultation-request .form-lxm__field::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 100%;
  bottom: auto;
  height: 2px;
}
.form-consultation-request .form-lxm__field::before {
  width: 100%;
  background: #412558;
}
.form-consultation-request .form-lxm__field::after {
  width: 0;
  background: var(--color-primary-hover);
  transition: all 1000ms;
}
.form-consultation-request .form-lxm__label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
.form-consultation-request .form-lxm__input-inner {
  width: 100%;
  height: 38px;
  margin-top: 20px;
}
@media (max-width: 1736px) {
  .form-consultation-request .form-lxm__input-inner {
    height: 43px;
    margin-top: 12px;
  }
}
.form-consultation-request .form-lxm__input-inner input {
  width: 100%;
  height: 100%;
  background: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #fff;
}
@media (max-width: 1736px) {
  .form-consultation-request .form-lxm__input-inner input {
    font-size: 14px;
  }
}
.form-consultation-request .form-lxm__tip {
  display: none;
}
.form-consultation-request .form-lxm__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .form-consultation-request .form-lxm__bottom {
    padding-top: 40px;
  }
}
@media (max-width: 719px) {
  .form-consultation-request .form-lxm__bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.form-consultation-request .form-lxm__accept-outer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: -7px;
}
@media (max-width: 1199px) {
  .form-consultation-request .form-lxm__accept-outer {
    margin-bottom: -10px;
  }
}
@media (max-width: 719px) {
  .form-consultation-request .form-lxm__accept-outer {
    margin-bottom: -20px;
  }
}
.form-consultation-request .accept-lxm {
  margin-bottom: 7px;
}
@media (max-width: 1199px) {
  .form-consultation-request .accept-lxm {
    margin-bottom: 10px;
  }
}
@media (max-width: 719px) {
  .form-consultation-request .accept-lxm {
    max-width: 270px;
    margin-bottom: 20px;
  }
}
.form-consultation-request .accept-lxm label {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  cursor: pointer;
}
.form-consultation-request .accept-lxm .accept-lxm__text {
  padding-left: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  color: var(--color-white);
}
.form-consultation-request .accept-lxm .accept-lxm__text a {
  text-decoration: underline;
  color: var(--color-white);
}
.form-consultation-request .accept-lxm .accept-lxm__text a:hover {
  text-decoration: none;
}
.form-consultation-request .accept-lxm .accept-lxm__checkbox {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  position: relative;
  margin-top: 2px;
}
.form-consultation-request .accept-lxm .accept-lxm__checkbox input {
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: 100%;
  opacity: 0;
  pointer-events: none;
}
.form-consultation-request .accept-lxm .accept-lxm__checkbox input:checked + span > span:nth-of-type(2) {
  opacity: 1;
}
.form-consultation-request .accept-lxm .accept-lxm__checkbox > span {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.form-consultation-request .accept-lxm .accept-lxm__checkbox > span > span {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-consultation-request .accept-lxm .accept-lxm__checkbox > span > span:nth-of-type(1) .icon {
  width: 100%;
  height: 100%;
  fill: #412558;
}
.form-consultation-request .accept-lxm .accept-lxm__checkbox > span > span:nth-of-type(2) {
  opacity: 0;
}
.form-consultation-request .accept-lxm .accept-lxm__checkbox > span > span:nth-of-type(2) .icon {
  width: 8px;
  height: 6px;
  stroke: transparent;
  fill: var(--color-white);
}
@media (max-width: 719px) {
  .form-consultation-request .form-lxm__send {
    width: 100%;
    margin-top: 40px;
  }
}
.form-consultation-request .form-lxm__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 70px;
  position: relative;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 1736px) {
  .form-consultation-request .form-lxm__submit {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .form-consultation-request .form-lxm__submit {
    padding: 17px 37px;
  }
}
@media (max-width: 719px) {
  .form-consultation-request .form-lxm__submit {
    width: 100%;
  }
}
.form-consultation-request .form-lxm__submit::before, .form-consultation-request .form-lxm__submit::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 250ms linear;
}
.form-consultation-request .form-lxm__submit::before {
  opacity: 1;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background: linear-gradient(90deg, #5d16d3 0%, #3b1d6d 100%);
}
.form-consultation-request .form-lxm__submit::after {
  opacity: 0;
  background: var(--color-primary-hover);
}
.form-consultation-request .form-lxm__submit:hover::before {
  opacity: 0;
}
.form-consultation-request .form-lxm__submit:hover::after {
  opacity: 1;
}
.form-consultation-request .form-lxm__answer {
  display: none;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-white);
  padding-top: 30px;
}
@media (max-width: 1736px) {
  .form-consultation-request .form-lxm__answer {
    font-size: 14px;
  }
}
.form-consultation-request .form-lxm__answer.error {
  color: #c92a2d;
}
.form-consultation-request .form-lxm__success {
  display: none;
}
.form-consultation-request .form-lxm__success._show {
  display: block;
}

.contacts__background {
  width: 100%;
  height: 1185px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  background-image: url(/local/media/images/pages/background_contacts_1920.png);
  -webkit-mask-image: linear-gradient(to bottom, var(--color-background) 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, var(--color-background) 90%, transparent 100%);
  z-index: -1;
}
@media (max-width: 1736px) {
  .contacts__background {
    height: 780px;
    background-image: url(/local/media/images/pages/background_contacts_1200.png);
  }
}
@media (max-width: 1199px) {
  .contacts__background {
    height: 661px;
  }
}
@media (max-width: 959px) {
  .contacts__background {
    height: 528px;
  }
}
@media (max-width: 719px) {
  .contacts__background {
    background-position: 80% 0;
  }
}

.background-contacts {
  width: 4075px;
  height: 1879px;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  left: 50%;
  margin: 606px 0 0 -2037.5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/local/media/images/pages/flare_contacts_1920.svg);
  z-index: 0;
}
@media (max-width: 1736px) {
  .background-contacts {
    width: 2706px;
    height: 1608px;
    margin: 520px 0 0 -1353px;
    background-image: url(/local/media/images/pages/flare_contacts_1200.svg);
  }
}
@media (max-width: 1199px) {
  .background-contacts {
    width: 1941px;
    height: 2014px;
    margin: 240px 0 0 -970.5px;
    background-image: url(/local/media/images/pages/flare_contacts_960.svg);
  }
}
@media (max-width: 959px) {
  .background-contacts {
    margin: -40px 0 0 -970.5px;
  }
}
@media (max-width: 719px) {
  .background-contacts {
    margin: -75px 0 0 -970.5px;
  }
}

.contacts__content {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .contacts__content {
    padding-bottom: 100px;
  }
}

.contacts__text-header {
  width: 100%;
  max-width: 652px;
  padding-top: 326px;
}
@media (max-width: 1736px) {
  .contacts__text-header {
    max-width: 400px;
    padding-top: 266px;
  }
}
@media (max-width: 1199px) {
  .contacts__text-header {
    padding-top: 200px;
  }
}
@media (max-width: 959px) {
  .contacts__text-header {
    max-width: 320px;
    padding-top: 160px;
  }
}
@media (max-width: 719px) {
  .contacts__text-header {
    max-width: 320px;
    padding-top: 425px;
    margin: 0 auto;
    text-align: center;
  }
}
.contacts__text-header h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 1736px) {
  .contacts__text-header h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .contacts__text-header h1 {
    font-size: 40px;
  }
}
@media (max-width: 959px) {
  .contacts__text-header h1 {
    font-size: 30px;
  }
}
@media (max-width: 719px) {
  .contacts__text-header h1 {
    text-align: center;
  }
}

.contacts__list {
  padding-top: 455px;
}
@media (max-width: 1736px) {
  .contacts__list {
    padding-top: 337px;
  }
}
@media (max-width: 1199px) {
  .contacts__list {
    padding-top: 291px;
  }
}
@media (max-width: 959px) {
  .contacts__list {
    padding-top: 260px;
  }
}
@media (max-width: 719px) {
  .contacts__list {
    padding-top: 40px;
  }
}

.list-contacts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}

.element-contacts {
  flex: 0 0 50%;
  width: 50%;
  padding-top: 80px;
  padding-bottom: 91px;
  padding-left: 60px;
  padding-right: 60px;
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
}
@media (max-width: 1736px) {
  .element-contacts {
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .element-contacts {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 959px) {
  .element-contacts {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 719px) {
  .element-contacts {
    flex: 0 0 100%;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.element-contacts:nth-of-type(2) {
  border-left: rgba(255, 255, 255, 0.2) 1px solid;
}
@media (max-width: 719px) {
  .element-contacts:nth-of-type(2) {
    border-left: none;
  }
}
.element-contacts:last-of-type {
  flex: 0 0 100%;
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .element-contacts:last-of-type {
    padding-bottom: 60px;
  }
}
@media (max-width: 719px) {
  .element-contacts:last-of-type {
    padding-bottom: 40px;
  }
}

.element-contacts__text-header {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 1736px) {
  .element-contacts__text-header {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .element-contacts__text-header {
    font-size: 32px;
  }
}
@media (max-width: 959px) {
  .element-contacts__text-header {
    font-size: 24px;
  }
}
@media (max-width: 719px) {
  .element-contacts__text-header {
    text-align: center;
  }
}

.element-contacts__text-description {
  padding-top: 30px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 1736px) {
  .element-contacts__text-description {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .element-contacts__text-description {
    padding-top: 20px;
    font-size: 20px;
  }
}
@media (max-width: 959px) {
  .element-contacts__text-description {
    font-size: 14px;
  }
}
@media (max-width: 719px) {
  .element-contacts__text-description {
    text-align: center;
  }
}

.element-contacts__button {
  padding-top: 30px;
}
@media (max-width: 719px) {
  .element-contacts__button {
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
  }
}
.element-contacts__button a {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 70px;
  padding: 18px 25px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1736px) {
  .element-contacts__button a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .element-contacts__button a {
    padding: 15px 25px;
  }
}
.element-contacts__button a:hover {
  border: 2px solid var(--color-primary-hover);
  background: var(--color-primary-hover);
}

/* End */
/* /local/templates/.default/components/lxm/notifications.form/contacts/style.css?177021940817957 */
