

/* Start:/local/components/cci/form.callback/templates/.default/style.css?175086116423974*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap");

.dxt-coral--callback-flag {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 0 0 14px;
}
.dxt-coral--callback-flag:hover {
  background: rgba(256, 256, 256, 0.64);
  cursor: pointer;
  opacity: 0.8;
}
.dxt-coral--callback-flag:active {
  opacity: 0.64;
}
.dxt-coral--callback-flag--button {
  margin-left: 2px;
  width: 24px;
  height: 24px;
  background: url("/local/components/cci/form.callback/templates/.default/images/arrow.png")
    no-repeat center;
  transition: transform ease-in-out 0.24s;
}

.dxt-coral--callback-flag--icon {
  width: 30px;
  height: 24px;
  background: no-repeat center;
  background-size: cover;
}

.dxt-coral--callback-input {
  -moz-user-select: none;
  -webkit-user-select: none;
  align-items: center;
  color: #36424c;
  cursor: text;
  display: flex;
  flex-grow: 8;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.36px;
  line-height: 1.22;
  padding-left: 8px;
  text-align: left;
  user-select: none;
}

.dxt-coral--callback-input div {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
}

.dxt-coral--callback-input div.dxt-coral--template {
  width: 10px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  position: relative;
}

.dxt-coral--callback-input div.dxt-coral--template.v:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  bottom: 2px;
  content: " ";
  left: 0;
  margin: 0 1px;
  position: absolute;
  right: 0;
}
.callback-phone {
  flex: 1;
  direction: ltr;
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.36px;
  padding-left: 8px;
  color: #36424c;
  width: 100%;
}
@keyframes dxt-form--text__animation {
  from {
    background-color: rgba(0, 0, 0, 0.04);
  }

  50% {
    background-color: rgba(0, 0, 0, 0.12);
  }

  to {
    background-color: rgba(0, 0, 0, 0.04);
  }
}

.dxt-coral--callback-input div.dxt-coral--template.f {
  animation: dxt-form--text__animation linear infinite 1.28s;
}

.dxt-coral--callback-input--code {
  opacity: 0.64;
  position: absolute;
  left: 91px;
}

.dxt-coral--callback-input--number {
  align-items: center;
  display: flex;
}

.dxt-coral--callback-input--text input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 64px;
}

.dxt-coral--callback-submit input {
  background: var(--cci-color-red) url("/local/components/cci/form.callback/templates/.default/images/send.svg") no-repeat center;
  border: none;
  display: block;
  height: 48px;
  width: 64px;
  border-radius: 8px;
}
.direction--rtl .dxt-coral--callback-submit input{
  transform: rotate(180deg);
}
.dxt-coral--callback-submit input:hover {
  cursor: pointer;
  opacity: 0.64;
}

.dxt-coral--card {
  background: rgba(256, 256, 256, 0);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  transition-duration: 0.24s;
  transition-property: background, opacity, transform;
  transition-timing-function: ease-in-out;
  display: none;
}
.dxt-coral--card.o {
  display: block;
}
.dxt-coral--card.o.g {
  background: rgba(0, 0, 0, 0.5);
}
.dxt-coral--card.o.g .dxt-coral--card-leaflet {
  transform: translate(0, 0);
  opacity: 1;
  /* transition-delay: .24s; */
}
.dxt-coral--card-button {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  font-family: var(--cci-font-main);
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  height: 40px;
  justify-content: center;
  letter-spacing: -0.2px;
  line-height: 1.19;
  padding: 0 18px;
  color: #36424c;
  box-shadow: 0px 2px 8px #00103014;
  text-align: center;
}

.dxt-coral--card-button:first-child {
  margin-right: 8px;
}

.dxt-coral--card-button:hover {
  opacity: 0.64;
}

.dxt-coral--card-button.c {
  background-color: var(--cci-color-red) !important;
  color: #fff;
  box-shadow: 0px 2px 8px #00103014;
}

.dxt-coral--card-button.w {
  background-color: #fff !important;
  color: #36424c !important;
  box-shadow: 0px 2px 8px #00103014;
}

.dxt-coral--card-close {
  background: url("/local/components/cci/form.callback/templates/.default/images/close.png")
    no-repeat center;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 24px;
  width: 24px;
  transition-duration: 0.1s;
  transition-property: transform;
  transition-timing-function: ease-out;
  transform: rotate(0deg);
  z-index: 16;
  margin-left: auto;
  margin-right: 16px;
  margin-top: 16px;
}

.dxt-coral--card-context {
  padding: 0 32px 40px;
  position: relative;
  margin: 0;
  top: 0;
  transition-duration: 0.24s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  z-index: 12;
  max-height: 200vh;
  overflow: hidden;
}

.dxt-coral--card-daytime {
  align-items: center;
  display: flex;
  padding: 0 0 16px;
}

.dxt-coral--card-daytime--avatar {
  background: rgb(128, 128, 128);
  border-radius: 24px;
  display: inline-block;
  height: 48px;
  position: relative;
  width: 48px;
}

.dxt-coral--card-daytime--avatar:after {
  background-color: #90bf63;
  border-radius: 4px;
  border: solid 1px #ffffff;
  bottom: 4px;
  content: " ";
  height: 8px;
  position: absolute;
  right: 4px;
  width: 8px;
}

.dxt-coral--card-daytime--icon {
  width: 48px;
}

.dxt-coral--card-daytime--info {
  padding-left: 16px;
}

.dxt-coral--card-daytime--info-context {
  color: #36424c;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.32px;
  line-height: 1.19;
  text-align: left;
}

.dxt-coral--card-daytime--info-title {
  color: rgba(54, 66, 76, 0.5);
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.36px;
  line-height: 1.22;
  padding: 0 0 4px;
  text-align: left;
}

.dxt-coral--card-headline {
  align-items: center;
  display: flex;
  padding: 0 32px 16px;
  position: relative;
  z-index: 16;
}

.dxt-coral--card-headline > .dxt-coral--card-headline-title {
  color: #ffffff;
  flex-grow: 8;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  max-width: 90%;
}

.dxt-coral--card-leaflet {
  border-radius: 8px;
  background: #fff;
  bottom: 96px;
  font-family: Rubik;
  box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.1);
  max-width: 96%;
  min-height: 96px;
  overflow: hidden;
  position: fixed;
  right: 24px;
  width: 392px;
  z-index: 496;
  transform: translate(320px, 0);
  opacity: 0;
  display: flex;
  flex-direction: column;
  transition-duration: 0.24s;
  transition-property: background, opacity, transform;
  transition-timing-function: ease-in-out;
}

@media screen and (max-height: 950px) {
  .dxt-coral--card-leaflet {
    bottom: 8px;
  }
}
.dxt-coral--card-leaflet:after {
  background: #fa5f55;
  content: " ";
  height: 152px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
  border-radius-left-top: 8px;
}

.dxt-coral--card-leaflet.f .dxt-coral--callback-flag--button {
  transform: rotate(180deg);
}

.dxt-coral--card-leaflet .dxt-coral--card-section:first-child {
  border-radius: 8px;
  padding: 24px 16px;
  box-shadow: 0px 2px 6px #00103014;
}

.dxt-coral--card-leaflet.f,
.dxt-coral--card-leaflet.i .dxt-coral--card-section:first-child,
.dxt-coral--card-leaflet.c .dxt-coral--card-section:first-child,
.dxt-coral--card-leaflet.c .dxt-coral--card-section.c,
.dxt-coral--card-leaflet.p .dxt-coral--card-section:first-child,
.dxt-coral--card-leaflet.p .dxt-coral--card-section.c {
  /* opacity: 0; */
}

.dxt-coral--card-leaflet.i.s .dxt-coral--card-section:first-child,
.dxt-coral--card-leaflet.c .dxt-coral--card-section:first-child {
  pointer-events: none;
}

.dxt-coral--card-leaflet.f .dxt-coral--card-section--flag {
  height: 438px;
  opacity: 1;
}

.dxt-coral--card-leaflet .step-mail {
  max-height: 500px;
  overflow: hidden;
}

.dxt-coral--card-leaflet.f .step-mail {
  max-height: 0;
  opacity: 0;
}

.dxt-coral--card-leaflet.f .dxt-coral--card-section--form {
  z-index: 8;
}

.dxt-coral--card-leaflet.f .dxt-coral--card-section--form:after,
.dxt-coral--card-leaflet.i.s .dxt-coral--card-section--form:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+18 */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 18%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 18%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 18%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  content: " ";
  opacity: 0.64;
  position: absolute;
  left: 72px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 8;
}

.dxt-coral--card-leaflet.i .dxt-coral--card-section--warning {
  display: block;
  opacity: 1;
}

.dxt-coral--card-leaflet.i.e .dxt-coral--card-section--warning {
  color: rgb(235, 101, 66);
}

.dxt-coral--card-leaflet.i.s .dxt-coral--card-section--form:after {
  left: 1px;
}

.dxt-coral--card-leaflet.i.s .dxt-coral--card-section--warning,
.dxt-coral--email-success {
  color: rgb(90, 175, 79);
}

.dxt-coral--card-leaflet.c .dxt-coral--chat,
.dxt-coral--card-leaflet.p .dxt-coral--email {
  height: 710px;
  opacity: 1;
  border-radius: 8px;
  padding: 24px 16px 0;
  box-shadow: 0px 2px 6px #00103014;
  max-height: calc(100vh - 192px);
  overflow: auto;
}
@media screen and (max-height: 896px) {
  .dxt-coral--card-leaflet.c .dxt-coral--chat,
  .dxt-coral--card-leaflet.p .dxt-coral--email {
    padding: 4px 16px 0;
  }
}
.dxt-coral--email.msg {
  height: 768px !important;
}
.dxt-coral--card-leaflet.n:after {
  background-image: url("/local/components/cci/form.callback/templates/.default/images/background-night.jpg");
}


.dxt-coral--card-leaflet.n-c .dxt-coral--card-button.c {
  display: none;
}

.dxt-coral--card-leaflet.n .dxt-coral--card-daytime,
.dxt-coral--card-leaflet.n .dxt-coral--card-section--online,
.dxt-coral--card-leaflet.n-c .dxt-coral--card-daytime,
.dxt-coral--card-leaflet.n-c .dxt-coral--card-section--online {
  display: none;
}

.dxt-coral--card-leaflet.n .dxt-coral--card-night,
.dxt-coral--card-leaflet.n-c .dxt-coral--card-night {
  display: block;
}

.dxt-coral--card-leaflet.n .dxt-coral--card-section--headline > b,
.dxt-coral--card-leaflet.n-c .dxt-coral--card-section--headline > b {
  text-align: left;
}

.dxt-coral--card-night,
.dxt-coral--card-daytime {
  color: #36424c;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.32px;
  line-height: 1.25;
  padding: 0 0 16px;
  text-align: left;
}
.direction--rtl .dxt-coral--card-night,
.direction--rtl .dxt-coral--card-daytime {
  text-align: right;
}
.dxt-coral--card-night {
  display: none;
}

.dxt-coral--card-section {
  background: white;
  padding: 24px;
  transition: opacity ease-in-out 0.24s;
}

.dxt-coral--card-section
  + .dxt-coral--card-section:not(.dxt-coral--email):not(.dxt-coral--chat) {
  margin-top: 16px;
  padding: 0;
}

.dxt-coral--card-section--actions {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  padding: 16px 0;
}

.dxt-coral--card-section--flag {
  background-color: rgba(54, 66, 76, 0.03);
  border: solid 1px rgba(54, 66, 76, 0.15);
  border-top: none;
  box-sizing: border-box;
  height: 0;
  opacity: 0;
  overflow: auto;
  transition-duration: 0.24s;
  transition-property: height, opacity;
  transition-timing-function: ease-in-out;
}

.dxt-coral--card-section--flag > div {
  background: no-repeat 19px center;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 8px 0 67px;
  background-size: 28px;
}

.dxt-coral--card-section--flag > div:hover {
  background-color: rgba(54, 66, 76, 0.09);
  cursor: pointer;
}

.dxt-coral--card-section--form {
  background: white;
  position: relative;
  z-index: 4;
}

@keyframes dxt-form--load__animation {
  from {
    opacity: 1;
    transform: scale(1);
  }

  64% {
    opacity: 0;
    transform: scale(1.16, 1.32);
  }

  to {
    opacity: 0;
    transform: scale(1.16, 1.32);
  }
}

.dxt-coral--card-section--form.l:after,
.dxt-coral--email-form.l .dxt-coral--email-submit:after {
  animation: dxt-form--load__animation ease-out infinite 1.28s;
  background: radial-gradient(
    88% 80%,
    rgba(240, 65, 85, 0.32),
    rgba(240, 65, 85, 0.08)
  );
  border: 1px solid rgba(240, 65, 85, 0.64);
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1, 1);
  z-index: -1;
}

.dxt-coral--card-section--form > form {
  display: flex;
  overflow: hidden;
}

.dxt-coral--card-section--form > form * {
  position: relative;
}

.dxt-coral--card-section--form > form::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 68px);
  height: 100%;
  border: 1px solid #dcdcdc;
}

.dxt-coral--card-section--headline {
  display: flex;
  height: 40px;
  padding: 0 0 12px;
}
.direction--rtl .dxt-coral--card-section--headline > b {
  text-align: right !important;
}
.dxt-coral--card-section--headline > b {
  color: #36424c;
  display: block;
  flex-grow: 8;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1.2;
}

.dxt-coral--card-section--info {
  color: #36424c;
  font-size: 20px;
  line-height: 24px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  padding: 8px 0 12px;
  text-align: left;
}

.dxt-coral--card-section--online {
  color: #90bf63;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.36px;
  line-height: 1.22;
}

.dxt-coral--card-section--warning,
.dxt-coral--email-success {
  display: none;
  align-items: center;
  box-sizing: border-box;
  font-size: 16px;
  /*height: 0;*/
  justify-content: center;
  line-height: 20px;
  opacity: 0;
  overflow: hidden;
  padding: 32px 32px 0;
  transition-duration: 0.24s;
  transition-property: color, height, opacity;
  transition-timing-function: ease-in-out;
}

.dxt-coral--chat,
.dxt-coral--email {
  box-sizing: border-box;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 24px;
  transition-duration: 0.24s;
  transition-property: height, opacity, padding;
  transition-timing-function: ease-in-out;
}

.dxt-coral--email-form {
  position: relative;
}

.dxt-coral--email-form label span {
  display: block;
  margin-bottom: 12px;
  color: #333f48;
}

.dxt-coral--email-form input,
.dxt-coral--email-form textarea {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  color: #36424c;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.36px;
  line-height: 1.22;
  padding: 13px 16px;
  text-align: left;
  width: 100%;
}

.dxt-coral--email-form label {
  display: block;
  margin-top: 16px;
}

.dxt-coral--email-form textarea {
  font-family: var(--cci-font-main);
  height: 96px;
}

.dxt-coral--email-form.s:after {
  background: white;
  bottom: 64px;
  content: " ";
  left: 0;
  opacity: 0.64;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
}

.dxt-coral--email-form.s .dxt-coral--email-success {
  opacity: 1;
  display: block;
}

.dxt-coral--chat-headline,
.dxt-coral--email-headline,
.dxt-coral--guide-headline,
.dxt-coral--phone-headline {
  padding: 0;
  display: flex;
  color: #fff;
}

.dxt-coral--chat-headline-back,
.dxt-coral--email-headline-back,
.dxt-coral--guide-headline-back,
.dxt-coral--phone-headline-back {
  width: 24px;
  height: 24px;
  background: url("/local/components/cci/form.callback/templates/.default/images/back.svg")
    no-repeat center;
}

.dxt-coral--chat-headline-back:hover,
.dxt-coral--email-headline-back:hover,
.dxt-coral--guide-headline-back:hover,
.dxt-coral--phone-headline-back:hover {
  cursor: pointer;
  opacity: 0.64;
}

.dxt-coral--chat-headline-text,
.dxt-coral--email-headline-text,
.dxt-coral--guide-headline-text,
.dxt-coral--phone-headline-text {
  color: #fff;
  flex-grow: 8;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1.2;
  padding-left: 16px;
  text-align: left;
}

.dxt-coral--email-submit {
  margin: 12px 0 8px;
  position: relative;
  z-index: 4;
}

.dxt-coral--email-submit input {
  background: var(--cci-color-red);
  border: solid 2px var(--cci-color-red);
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.32px;
  line-height: 1.19;
  padding: 15px 0 14px;
  text-align: center;
  width: 100%;
  height: 52px;
  border-radius: 0px !important;
  -webkit-border-radius:0px !important;
  -webkit-appearance: none;
}

.dxt-coral--email-submit input:hover {
  opacity: 0.64;
}

.dxt-coral--email-success {
  padding: 8px 0;
  /*height: 64px;*/
}

.dxt-coral--menu {
  bottom: 28px;
  position: fixed;
  right: 28px;
  z-index: 1056;
  cursor: pointer;
}
.direction--rtl .dxt-coral--menu {
  left: 28px;
  right: auto;
}
.dxt-coral--menu-button {
  /* background: var(--cci-color-red) url("/local/components/cci/form.callback/templates/.default/images/helpi-icon-new.svg") no-repeat center; */
  background: var(--cci-color-red) url("/local/components/cci/form.callback/templates/.default/images/message-dots.svg") no-repeat center;
  background-size: 65%;
  border-radius: 50%;
  box-shadow: 0px 8px 24px rgba(0, 16, 48, 0.08);
  box-sizing: border-box;
  border: 4px solid #fff;
  display: block;
  height: 56px;
  width: 56px;
  z-index: 495;
}

.dxt-coral--menu-button:after {
  content: " ";
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  position: absolute;
  background-color: rgba(240, 65, 85, 0.32);
  border: 1px solid rgba(240, 65, 85, 0.64);
  z-index: 496;
  opacity: 0;
  border-radius: 48px;
  transition-duration: 0.24s;
  transition-property: left, right, top, bottom, opacity;
  transition-timing-function: ease-in-out;
}

.dxt-coral--menu-button:hover:after {
  opacity: 0.64;
}

.dxt-coral--menu-button:active:after {
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
  opacity: 0.48;
}

.dxt-coral--card-section.dxt-coral--chat > iframe {
  width: 100%;
  height: calc(100% - 40px);
}

@media screen and (max-width: 1366px) {
  .dxt-coral--card-leaflet {
    bottom: 8px;
    right: 8px;
    overflow: auto;
  }

  .dxt-coral--card-section.c {
    transition-duration: 0.24s;
    transition-property: opacity, margin, padding, height;
    transition-timing-function: ease-in-out;
    overflow: hidden;
  }

  .dxt-coral--card-leaflet {
    min-height: 0;
    max-height: calc(100% - 16px);
  }

  .dxt-coral--card-leaflet.p .dxt-coral--card-section.c {
    opacity: 0;
    margin: 0 !important;
    padding: 0;
    height: 0;
  }
}

@media screen and (max-width: 768px) {
  .dxt-coral--card-context {
    padding: 0 8px 40px;
  }

  .dxt-coral--card-section.c {
    padding: 24px 8px;
  }

  .dxt-coral--card-section--form > form {
    overflow-x: auto;
  }

  .dxt-coral--callback-input {
    padding-right: 8px;
  }
}

.dxt-coral--card-leaflet.n-c .dxt-coral--card-button.c,
.dxt-coral--card-leaflet.n-e .dxt-coral--card-button.w,
.dxt-coral--card-leaflet.n-e.n .dxt-coral--card-section:first-child,
.dxt-coral--card-leaflet.n-e.n-c .dxt-coral--card-section:first-child,
.dxt-coral--card-leaflet.n-p .dxt-coral--card-section.c {
  display: none;
}

.dxt-coral--card-leaflet.n-p .dxt-coral--card-section.dxt-coral--email {
  margin-bottom: 24px;
}

.dxt-coral--card-leaflet.n-p.n-e.n .dxt-coral--card-context,
.dxt-coral--card-leaflet.n-e.n-c .dxt-coral--card-context {
  top: 0 !important;
  margin-bottom: 0 !important;
}

.dxt-coral--card-leaflet.n-p.n .dxt-coral--card-section.c,
.dxt-coral--card-leaflet.n-e.n-c .dxt-coral--card-section.c {
  margin-top: 0;
}

body.none-scroll {
  overflow: hidden !important;
}

.guides-section--content--list li {
  box-shadow: 0px 1px 0px #00103014;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 0;
}

.guides-section--content--list li:nth-last-child(1) {
  box-shadow: none;
}

.guides-section--content--list li.guides-section--content--list_tutorials {
  padding: 0;
}

.guides-section--content--list li.guides-section--content--list_tutorials a,
.guides-section--content--list li.guides-section--content--list_tutorials span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 0;
}

.guides-section--content--list
  li.guides-section--content--list_tutorials
  a::after,
.guides-section--content--list
  li.guides-section--content--list_tutorials
  span::after {
  margin-left: 24px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/local/components/cci/form.callback/templates/.default/images/navigate_before-24px.svg) no-repeat center;
  background-size: contain;
}

.dxt-coral--card-leaflet::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  width: 6px;
}
.dxt-coral--card-leaflet::-webkit-scrollbar-track {
  background-color: transparent;
}
.dxt-coral--card-leaflet::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 3px;
  border: 0;
}
.dxt-coral--card-leaflet::-webkit-scrollbar-button {
  display: none;
}

.dxt-coral--card-leaflet .dxt-coral--card-headline {
  transition: all 0.24s ease-in-out;
  max-height: 200px;
  overflow: hidden;
}

.dxt-coral--card-leaflet.guides .dxt-coral--card-context {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-bottom: 0;
}

.dxt-coral--card-leaflet .dxt-coral--card--guides-content {
  max-height: 0;
  transition: all 0.24s ease-in-out;
  overflow: hidden;
}

.dxt-coral--card-leaflet.f .dxt-coral--card-section.guides-section,
.dxt-coral--card-leaflet.p .dxt-coral--card-section.guides-section {
  /* max-height: 0;
    opacity: 0; */
}

.guides-teleport {
  max-height: 200px;
}

.dxt-coral--card-leaflet.guides .dxt-coral--card--guides-content {
  padding: 0;
  z-index: 12;
}

.dxt-coral--card-leaflet .dxt-coral--card--guides-content .guides-section {
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.dxt-coral--card-leaflet
  .dxt-coral--card--guides-content
  .guides-section
  .guides-section--content {
  padding: 16px 32px;
}
.dxt-coral--card-leaflet
  .dxt-coral--card--guides-content
  .guides-section
  .dxt-coral--card-section--info {
  padding: 8px 32px 32px;
  background: var(--cci-color-red);
  color: #fff;
  display: flex;
  align-items: center;
}

.dxt-coral--guide-headline-back {
  width: 24px;
  height: 24px;
  background: url("/local/components/cci/form.callback/templates/.default/images/back.svg") no-repeat center;
  cursor: pointer;
}

.guides-section--content--list_writeus b {
  font-weight: 500;
}

.guides-section--content--list_writeus i {
  font-weight: 500;
  font-style: normal;
  color: var(--cci-color-red);
}

.dxt-callback__hidden {
  display: none;
}

.dxt-coral--card--email-section {
  overflow: hidden;
  max-height: 0;
  transition: all 0.24s ease-in-out;
  z-index: 12;
  padding: 0 32px;
}

.dxt-coral--card-leaflet.p.w .dxt-coral--card--email-section {
  max-height: 860px;
  padding: 0 32px 40px;
}

.dxt-coral--card-context {
  overflow: hidden;
  max-height: 550px;
  transition: all 0.24s ease-in-out;
}

.dxt-coral--card-leaflet.p.w .dxt-coral--card-context {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#recaptchaError {
  color: var(--cci-color-red);
  padding: 8px 0;
  display: none;
}

#recaptchaError.is-show {
  display: block;
}

/* End */
/* /local/components/cci/form.callback/templates/.default/style.css?175086116423974 */
