

/* Start:/local/templates/landing/components/bitrix/menu/.default/style.css?1780589084581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/landing/components/bitrix/menu/.default/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/landing/template_styles.css?178885644111661*/
.cookies-popup
{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 1rem 1.5rem;
  background: #fff;
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0 -0.25rem 1.5rem rgba(35, 16, 66, 0.18);
}

.header__login_buttons
{
  display: flex;
  gap: 1rem;
}

.offer__content .offer-form .checkbox__text
{
  color: #231042;
}

.cookies-popup[hidden]
{
  display: none;
}

.tools h3
{
  text-shadow: 1px 1px 2px #000;
}

.tools .tools-constructor h3
{
  text-shadow: unset;
}

.adt__title h2
{
  font-weight: 700;
  font-size: 0.8em;
}

div[data-fls-form-error]
{
  display: none;
}

.cookies-popup__body
{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  max-width: 1140px;
  margin: 0 auto;
}

.cookies-popup__body p
{
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.875em;
  line-height: 1.25;
  color: var(--primary, #231042);
}

div[data-testid="shield"]
{
  display: none;
}

.cookies-popup__body p strong
{
  font-weight: 700;
}

.cookies-popup__body .entry-body__link
{
  font-weight: 600;
  color: var(--secondary, #6a00ff);
  text-decoration: underline;
}

.cookies-popup__btn
{
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 0.625rem 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--background, #f1f0f5);
  background: var(--secondary, #6a00ff);
  border-radius: 1.875rem;
  cursor: pointer;
  transition: opacity 0.3s ease 0s;
  font-size: 0.875em;
}

.cookies-popup__heading
{
  font-weight: bold;
}

.cookies-popup__btn:hover
{
  opacity: 0.85;
}

@media (min-width: 576px) and (max-width: 120em)
{
  html
  {
    font-size: clamp(10px, calc(0.811vw - 0.38px), 16px);
  }
}

@media (max-width: 30em)
{
  .cookies-popup
  {
    padding: 0.75rem 1rem;
  }

  .cookies-popup__body
  {
    flex-direction: column;
    align-items: stretch;
  }

  .cookies-popup__btn
  {
    align-self: flex-end;
  }
}

article .container
{
  max-width: 1140px;
  margin: auto;
  color: #333;
  font-size: 1.2rem;
  background: #fffc;
  padding: 2rem 4rem;
  border-radius: 2rem;
  margin-top: 2rem;
}

article .container h1
{
  font-size: 2rem;
  margin-bottom: 2rem;
}

article .container .text-green
{
  color: #743deb;
}

article .container p,
article .container li
{
  line-height: 1.4;
  margin-bottom: 1.25rem;
}

article .container ul li
{
  list-style: disc;
}

article .container ol li
{
  list-style: decimal;
}

article .container ol,
article .container ul
{
  padding-left: 2rem;
}

.entry-control__link
{
  color: #fff;
}

.entry-control
{
  max-width: 1140px;
  margin: auto
}


.offer-demo
{
  grid-column: 4 / span 5;
}

@media (max-width: 575px)
{
  h1
  {
    font-size: 1.45rem;
  }

  .promo-count .counters-item__count
  {
    font-size: 1.25rem;
  }

  .promo-count .counters-item__text
  {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .cookies-popup__heading
  {
    display: none;
  }

  .cookies-popup__btn
  {
    width: 100%;
  }

  article .container
  {
    max-width: 95%;
    padding: 2rem;
  }

  article .container h1
  {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .wrapper>main
  {
    gap: 1rem;
  }

  article .container p,
  article .container li
  {
    line-height: 1.4;
    font-size: 0.75rem;
    margin-bottom: 0.875rem;
  }

  .entry-control
  {
    max-width: 95%;
  }

  .offer-demo
  {
    grid-column: 2 / span 10;
  }
}

form[name="regform"]
{
  gap: 0;
}

form[name="regform"] .checkbox
{
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

form[name="regform"] .checkbox .checkbox__icon label
{
  width: 1.5rem;
  height: 1.5rem;
}

form[name="regform"] .checkbox .checkbox__text
{
  font-size: 0.875rem;
  line-height: 1.3;
}

.footer-right
{
  grid-column: 7 / -1;
  grid-row: 1 / span 2;
  align-self: start;
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 1.5rem;
  max-width: 33.6rem;
}

.footer-right__title h4
{
  margin: 0 0 0.625rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #f1f0f5;
}

.footer-right__text
{
  font-size: 0.875rem;
  line-height: 1.45;
  color: #f1f0f5;
  text-align: justify;
}

.footer-right__text p
{
  margin: 0;
}

.footer-right__logos
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
  margin-bottom: 0.75rem;
}

.footer-right__logo-item
{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0.375rem 0.625rem;
  background: #f1f0f5;
  border-radius: 0.625rem;
}

.footer-right__logo-item img
{
  display: block;
  max-height: 1.5rem;
  width: auto;
  max-width: 100%;
}

.footer-right__link
{
  color: #f1f0f5;
  text-decoration: underline;
}

html:not([data-fls-touch]) .footer-right__link:hover,
html:not([data-fls-touch]) .footer-right__more:hover
{
  color: var(--primary, #231042);
}

.footer-right__more
{
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.45;
  color: #f1f0f5;
  text-decoration: underline;
}

@media (max-width: 61.99em)
{
  .footer-right
  {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: stretch;
    align-items: flex-start;
    text-align: left;
    max-width: 100%;
  }

  .footer-right__logos
  {
    justify-content: flex-start;
    gap: 0.5rem;
  }

  .footer-right__logo-item img
  {
    max-height: 1.25rem;
  }
}

.footer-right--page
{
  grid-column: auto;
  grid-row: auto;
  align-items: flex-start;
  justify-self: stretch;
  text-align: left;
  max-width: 100%;
  margin-bottom: 1.5rem;
}

.footer-right--page .footer-right__logos
{
  justify-content: flex-start;
  gap: 0.875rem;
}

.footer-right--page .footer-right__logo-item
{
  padding: 0.75rem 1.25rem;
  border-radius: 1rem;
}

.footer-right--page .footer-right__logo-item img
{
  max-height: 3rem;
}

.footer-right--page .footer-right__title h4
{
  color: var(--primary, #231042);
}

.footer-right--page .footer-right__link
{
  color: var(--secondary, #6a00ff);
}

.footer-right--page .footer-right__link:hover
{
  color: var(--primary, #231042);
}

.link-normal {
  color: #743deb;
  text-decoration: underline;
}

.link-normal:hover {
  color: #000;
}

.policy h2 {
  font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

/* ===== Tariffs (id="tariffs") ===== */

.tariffs
{
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: 100%;
}

.tariffs-head
{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 2rem;
}

.tariffs-head__title h2
{
  font-weight: 700;
  line-height: 1.3636;
  color: var(--primary, #231042);
}

.tariffs-head__title h2 span
{
  color: var(--secondary, #6a00ff);
}

.tariffs-head__subtitle p
{
  font-weight: 500;
  line-height: 1.364;
  color: var(--primary, #231042);
}

@media not (max-width: 92em)
{
  .tariffs-head__title h2
  {
    font-size: 2.5rem;
  }

  .tariffs-head__subtitle p
  {
    font-size: 1.375rem;
  }
}

@media (not (max-width: 23.4375em)) and (max-width: 92em)
{
  .tariffs-head__title h2
  {
    font-size: clamp(1.375rem, 0.99042844120625rem + 1.6408386509vw, 2.5rem);
  }

  .tariffs-head__subtitle p
  {
    font-size: clamp(0.875rem, 0.7040793072rem + 0.7292616226vw, 1.375rem);
  }
}

@media (max-width: 23.4375em)
{
  .tariffs-head__title h2
  {
    font-size: 1.375rem;
  }

  .tariffs-head__subtitle p
  {
    font-size: 0.875rem;
  }
}

.tariffs-head__note
{
  margin-left: auto;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  line-height: 1.364;
  color: var(--primary, #231042);
  background: #e3dcfd;
  border-radius: 1.875rem;
}

.tariffs-slider-wrap
{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.tariffs__control
{
  display: none;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5625rem;
}

.tariffs__control .swiper-button-prev,
.tariffs__control .swiper-button-next
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid #231042;
  border-radius: 0.5rem;
  cursor: pointer;
}

.tariffs__control .swiper-button-prev.swiper-button-disabled,
.tariffs__control .swiper-button-next.swiper-button-disabled
{
  opacity: 0.5;
}

.tariffs__control .swiper-button-next
{
  transform: rotate(180deg);
}

.tariffs-slider
{
  overflow: visible;
}

.tariffs-slider .swiper-wrapper
{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.tariffs-slider__content
{
  display: grid;
}

.tariffs-item
{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  padding: 1.5rem;
  background: #fff;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 1.25rem;
}

.tariffs-item_popular
{
  border: 0.125rem solid var(--secondary, #6a00ff);
}

.tariffs-item__label
{
  position: absolute;
  top: -0.8125rem;
  left: 1.5rem;
  padding: 0.3125rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--secondary, #6a00ff);
  background: linear-gradient(90deg, #46ff69, #6eff55, #9bff3c);
  border-radius: 1.875rem;
}

.tariffs-item__header
{
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.tariffs-item__caption
{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.tariffs-item__icon
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
  background: #e3dcfd;
  border-radius: 0.75rem;
}

.tariffs-item__title h3
{
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--secondary, #6a00ff);
}

.tariffs-item__price p
{
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary, #231042);
}

.tariffs-item__subtitle p
{
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.364;
  color: var(--primary, #231042);
}

.tariffs-slider__note p
{
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #6b6b7b;
  text-align: center;
}

.tariffs-item__list
{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 0.5rem;
}

.tariffs-item__list li
{
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.364;
  color: var(--primary, #231042);
}

.tariffs-item__list li span
{
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.0625rem;
  color: var(--accent, #a3ff3b);
}

.tariffs-item__list li span svg
{
  width: 100%;
  height: 100%;
}

.tariffs-item__button
{
  margin-top: 1rem;
}

.tariffs-item__button .button
{
  width: 100%;
  padding-block: 0.875rem;
  font-size: 1rem;
}

@media (max-width: 51.875em)
{
  .tariffs__control
  {
    display: flex;
  }

  .tariffs-slider .swiper-wrapper
  {
    display: flex;
    gap: 0;
  }

  .tariffs-item
  {
    width: 100%;
  }
}

/* Стрелка селекта тарифа в попапе: своя, на 10px левее стандартной позиции */
#form-popup-tariff
{
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(2rem - 10px) center;
  background-color: #f1f0f533;
}

#form-popup-tariff option
{
  background-color: #fff;
  color: #231042;
}

@media (max-width: 37.5em)
{
  .tariffs-head__note
  {
    margin-left: 0;
  }

  .tariffs-item
  {
    padding: 1.25rem;
  }
}
/* End */
/* /local/templates/landing/components/bitrix/menu/.default/style.css?1780589084581 */
/* /local/templates/landing/template_styles.css?178885644111661 */
