@charset "UTF-8";
[name=form_dropdown_LEVEL_SECURITY] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

a {
  text-decoration: none;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a {
  text-decoration: none;
  color: relative;
}

button:active, a:active {
  outline: 0;
  outline-offset: 0;
}
button:focus, a:focus {
  outline: 0;
  outline-offset: 0;
}
button:hover, a:hover {
  outline: 0;
  outline-offset: 0;
}

/* шрифты */
@font-face {
  font-family: "PT Astra Fact";
  src: url("../assets/fonts/PTAstraFact-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PT Astra Fact";
  src: url("../assets/fonts/PTAstraFact-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* переменные - цвета*/
:root {
  --neutral-900: #121316;
  --neutral-700: #3a444b;
  --blue-50: #dff2fd;
  --blue-100: #c1e6fd;
  --blue-400: #39a9f6;
  --blue-500: #00a0fe;
  --blue-600: #0086d5;
  --blue-700: #006299;
  --blue-800: #004975;
  --blue-900: #004f89;
  font-family: "PT Astra Fact", "Arial", "Verdana", sans-serif !important;
}

#alce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
#alce .text-large {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--neutral-900);
}
#alce .text-xlarge {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--neutral-900);
}
#alce .text-small {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: var(--neutral-900);
}
#alce .text-regular {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: var(--neutral-900);
}
#alce h2.h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: var(--blue-800);
}
#alce h3.h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  color: var(--blue-800);
}
#alce h5.h5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: var(--neutral-900);
}
#alce h6.h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--blue-800);
}
#alce .white {
  color: #fff;
}
#alce html {
  scroll-behavior: smooth;
}
#alce body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#alce .main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px !important;
}
#alce .container-ce {
  width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#alce section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
#alce .btn-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  padding: 18px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: var(--blue-400);
  min-width: 260px;
  cursor: pointer;
}
#alce .btn-main:hover {
  background-color: var(--blue-500);
}
#alce .btn-main:active {
  background-color: var(--blue-600);
}
#alce .btn-main-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 56px;
  padding: 14px 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: var(--blue-500);
  min-width: 240px;
  cursor: pointer;
}
#alce .btn-main-small svg path {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#alce .btn-main-small:hover {
  background-color: var(--blue-800);
}
#alce .btn-main-small:active {
  background-color: var(--blue-900);
}
#alce .btn-main-small p {
  margin: 0 !important;
}
#alce .btn-main.white-btn {
  height: 52px;
  padding: 14px 14px 14px 20px;
  background-color: #fff;
  min-width: 240px;
}
#alce .btn-main.white-btn .btn-icon {
  width: 24px;
  height: 24px;
  background-color: var(--blue-500);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#alce .btn-main.white-btn:hover {
  color: var(--neutral-700);
}
#alce .btn-main.white-btn:hover .btn-icon {
  background-color: var(--blue-600);
}
#alce .btn-main.white-btn:active .btn-icon {
  background-color: var(--blue-700);
}
#alce .btn-main p {
  margin: 0 !important;
}
#alce .header-ce .container-ce {
  padding: 28px 80px 75px 80px;
  background-image: url(../assets/img/header_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  gap: 72px;
}
#alce .header-ce-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#alce .header-ce-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#alce .header-ce-text h2.h2 {
  margin-bottom: 32px;
  max-width: 410px;
}
#alce .header-ce-text .text-large {
  max-width: 482px;
  margin: 0;
}
#alce .header-ce-text .text-large:first-of-type {
  margin-bottom: 12px;
}
#alce .header-ce-text .btn-main {
  margin-top: 40px;
}
#alce .header-ce-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border: 1px solid var(--blue-700);
  margin-bottom: 16px;
  padding: 6px 8px;
}
#alce .header-ce-label .text-small {
  color: var(--blue-700);
}
#alce .header-ce-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#alce .header-ce-advantages {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
#alce .header-ce-advantages-item {
  width: calc((100% - 60px) / 4);
  padding: 32px 20px;
  height: 112px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
#alce .header-ce-advantages-item-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background-color: var(--blue-50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#alce .about-ce .container-ce {
  padding: 80px 60px;
  background-image: url(../assets/img/about_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 655px;
}
#alce .about-ce h2.h2 {
  text-align: center;
  margin-bottom: 12px;
}
#alce .about-ce .text-xlarge {
  text-align: center;
  margin: 0;
}
#alce .features-ce .container-ce {
  padding: 0;
}
#alce .features-ce-block {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 24px 32px;
  min-height: 1032px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#alce .features-ce-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 48px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: bottom 0 right 0, center;
  background-size: contain, cover;
  box-sizing: border-box;
}
#alce .features-ce-block-item h6.h6 {
  margin-bottom: 16px;
}
#alce .features-ce-block-item .text-regular {
  max-width: 320px;
  margin: 0;
}
#alce .features-ce-block-item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
  margin-bottom: 8px;
}
#alce .features-ce-block-item:nth-child(1) .text-regular {
  max-width: 100%;
}
#alce .features-ce-block-item:nth-child(2) {
  grid-column: 3/5;
  grid-row: 1/2;
}
#alce .features-ce-block-item:nth-child(3) {
  grid-column: 3/5;
  grid-row: 2/3;
  margin-bottom: 8px;
}
#alce .features-ce-block-item:nth-child(4) {
  grid-column: 1/3;
  grid-row: 3/4;
}
#alce .features-ce-block-item:nth-child(5) {
  grid-column: 1/3;
  grid-row: 4/5;
}
#alce .features-ce-block-item:nth-child(6) {
  grid-column: 3/5;
  grid-row: 3/5;
}
#alce .features-ce-block-item:nth-child(6) .text-regular {
  max-width: 100%;
}
#alce .tobuy-ce .container-ce {
  padding: 60px;
  background-color: var(--blue-100);
  background-image: url(../assets/img/hiper_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#alce .tobuy-ce .container-ce > p.text-large {
  margin-top: 0;
  margin-bottom: 140px;
  max-width: 456px;
}
#alce .tobuy-ce h3.h3 {
  margin-bottom: 24px;
  max-width: 456px;
}
#alce .tobuy-ce-sellers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 76px;
}
#alce .tobuy-ce-sellers-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#alce .tobuy-ce-sellers-title h5.h5 {
  max-width: 230px;
}
#alce .tobuy-ce-sellers-block {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
#alce .tobuy-ce-sellers-block-item {
  height: 120px;
  padding: 0 38px 34px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  width: calc((100% - 40px) / 3);
  position: relative;
}
#alce .tobuy-ce-sellers-block-item:last-child {
  background-color: var(--blue-50);
  cursor: default;
  pointer-events: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 38px;
}
#alce .tobuy-ce-sellers-block-item:last-child .text-large {
  color: var(--neutral-700);
}
#alce .tobuy-ce-sellers-block-item .btn-link {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--blue-500);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: absolute;
  top: 10px;
  right: 16px;
}
#alce .tobuy-ce-sellers-block-item .btn-link img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#alce .tobuy-ce-sellers-block-item:hover .btn-link {
  background-color: var(--blue-400);
}
#alce .tobuy-ce-sellers-block-item:hover .btn-link img {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#alce .tobuy-ce-sellers-block-item:active .btn-link {
  background-color: var(--blue-700);
}
#alce .tobuy-ce-sellers-block-item:active .btn-link img {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#alce .help-ce .container-ce {
  padding: 0;
  gap: 24px;
}
#alce .help-ce-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 148px;
  background-color: var(--blue-900);
  gap: 40px;
}
#alce .help-ce-block-img {
  width: 18%;
}
#alce .help-ce-block h5.h5 {
  width: 27%;
  margin: 0;
  color: white;
}
#alce .help-ce-block .text-xlarge {
  width: 34%;
  margin: 0;
}
#alce .help-ce-block .btn-main-small {
  width: 21%;
}
#alce .help-ce-block:last-child {
  background-color: var(--blue-500);
}
#alce .help-ce-block:last-child .btn-main-small {
  background-color: #fff;
}
#alce .help-ce-block:last-child .btn-main-small svg {
  margin-top: 4px;
}
#alce .help-ce-block:last-child .btn-main-small svg path {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#alce .help-ce-block:last-child .btn-main-small .text-large {
  color: var(--blue-500);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#alce .help-ce-block:last-child .btn-main-small:hover .text-large {
  color: var(--blue-600);
}
#alce .help-ce-block:last-child .btn-main-small:hover svg path {
  fill: var(--blue-600);
}
#alce .help-ce-block:last-child .btn-main-small:active .text-large {
  color: var(--blue-700);
}
#alce .help-ce-block:last-child .btn-main-small:active svg path {
  fill: var(--blue-700);
}
#alce .togo-se .container-ce {
  padding: 64px 60px;
  background-image: url(../assets/img/se_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 66px;
  margin-bottom: 80px;
}
#alce .togo-se-info {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--blue-900);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#alce .togo-se-info > .text-regular {
  margin: 0;
}
#alce .togo-se-info-label {
  padding: 4px 8px;
  min-width: 118px;
  height: 28px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
}
#alce .togo-se-info-label .text-small {
  margin: 0;
}
#alce .togo-se-info h3.h3 {
  color: white;
  margin-bottom: 24px;
}
#alce .togo-se-info .btn-main {
  margin-top: 40px;
}
#alce .togo-se-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#alce {
  /* tablet */
}
@media (max-width: 1399px) {
  #alce .container-ce {
    width: 688px;
  }
  #alce .header-ce .container-ce {
    padding: 48px 40px 60px 40px;
    background-image: url(../assets/img/header_bg_tablet.webp);
  }
  #alce .header-ce-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 66px;
  }
  #alce .header-ce-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #alce .header-ce-text h2.h2 {
    max-width: 568px;
    text-align: center;
  }
  #alce .header-ce-text .text-large {
    max-width: 568px;
    text-align: center;
  }
  #alce .header-ce-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #alce .header-ce-img img {
    width: 430px;
  }
  #alce .header-ce-advantages {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #alce .header-ce-advantages-item {
    width: calc((100% - 20px) / 2);
  }
  #alce .about-ce .container-ce {
    padding: 80px 40px;
    background-image: url(../assets/img/about_bg_tablet.webp);
    height: 545px;
  }
  #alce .features-ce-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  #alce .features-ce-block-item {
    width: 100%;
    padding: 48px 32px;
    background-position: center right 0, center;
    margin-bottom: 0 !important;
  }
  #alce .features-ce-block-item .text-regular {
    max-width: 374px;
  }
  #alce .features-ce-block-item:nth-child(1) {
    height: 464px;
    background-position: bottom 0 left 0, center;
    background-size: 80%, cover;
  }
  #alce .features-ce-block-item:nth-child(1) h6.h6 {
    width: 100%;
    text-align: center;
  }
  #alce .features-ce-block-item:nth-child(1) .text-regular {
    text-align: center;
  }
  #alce .features-ce-block-item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #alce .features-ce-block-item:nth-child(5) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #alce .features-ce-block-item:nth-child(6) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    height: 500px;
    background-position: bottom 0 center, center;
    background-size: 80%, cover;
  }
  #alce .features-ce-block-item:nth-child(6) .text-regular {
    text-align: center;
  }
  #alce .features-ce-block-item:nth-child(6) h6.h6 {
    width: 100%;
    text-align: center;
  }
  #alce .tobuy-ce .container-ce {
    padding: 232px 60px 60px 60px;
    background-image: url(../assets/img/hiper_bg_tablet.webp);
    background-position: top center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #alce .tobuy-ce .container-ce > p.text-large {
    margin-bottom: 60px;
    max-width: 456px;
  }
  #alce .tobuy-ce h3.h3 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    max-width: 472px;
    text-align: center;
  }
  #alce .tobuy-ce .text-large {
    text-align: center;
  }
  #alce .tobuy-ce-sellers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  #alce .tobuy-ce-sellers h5.h5 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    max-width: 190px;
    margin-bottom: 0;
  }
  #alce .tobuy-ce-sellers-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #alce .tobuy-ce-sellers-title h5.h5 {
    max-width: 190px;
  }
  #alce .tobuy-ce-sellers-block {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  #alce .tobuy-ce-sellers-block-item {
    height: 128px;
    width: 100%;
  }
  #alce .tobuy-ce-sellers-block-item .btn-link {
    top: 14px;
    right: 16px;
  }
  #alce .help-ce-block {
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    background-color: var(--blue-900);
    gap: 0;
  }
  #alce .help-ce-block-img {
    width: 129px;
    margin-bottom: 24px;
  }
  #alce .help-ce-block h5.h5 {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  #alce .help-ce-block .text-xlarge {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    text-align: center;
  }
  #alce .help-ce-block .btn-main-small {
    width: 240px;
  }
  #alce .togo-se .container-ce {
    padding: 72px 48px 87px 48px;
    background-image: url(../assets/img/se_bg_tablet.webp);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 108px;
    margin-bottom: 80px;
  }
  #alce .togo-se-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #alce .togo-se-info > .text-regular {
    text-align: center;
  }
  #alce .togo-se-info h3.h3 {
    text-align: center;
  }
  #alce .togo-se-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #alce .togo-se-img img {
    width: 400px;
  }
}
#alce {
  /* mobile */
}
@media (max-width: 767px) {
  #alce .container-ce {
    width: 360px;
  }
  #alce h2.h2 {
    font-size: 32px;
    line-height: 42px;
  }
  #alce .header-ce .container-ce {
    padding: 36px 24px 40px 24px;
    background-image: url(../assets/img/header_bg_mobile.webp);
  }
  #alce .header-ce-wrapper {
    gap: 62px;
  }
  #alce .header-ce-text h2.h2 {
    max-width: 100%;
  }
  #alce .header-ce-text .text-large {
    max-width: 100%;
  }
  #alce .header-ce-img img {
    width: 328px;
  }
  #alce .header-ce-advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
  }
  #alce .header-ce-advantages-item {
    width: 100%;
  }
  #alce .about-ce .container-ce {
    padding: 80px 20px;
    background-image: url(../assets/img/about_bg_mobile.webp);
    height: 492px;
  }
  #alce .features-ce-block-item {
    background-position: bottom 0 left 60%, center;
  }
  #alce .features-ce-block-item h6.h6 {
    width: 100%;
    text-align: center;
  }
  #alce .features-ce-block-item .text-regular {
    max-width: 100%;
    text-align: center;
  }
  #alce .features-ce-block-item:nth-child(1) {
    height: 523px;
    background-position: bottom 0 center, center;
    background-size: 140%, cover;
  }
  #alce .features-ce-block-item:nth-child(2) {
    height: 429px;
    background-size: 60%, cover;
  }
  #alce .features-ce-block-item:nth-child(3) {
    height: 374px;
    background-size: 50%, cover;
  }
  #alce .features-ce-block-item:nth-child(4) {
    height: 406px;
    background-size: 64%, cover;
  }
  #alce .features-ce-block-item:nth-child(5) {
    height: 457px;
    background-size: 60%, cover;
  }
  #alce .features-ce-block-item:nth-child(6) {
    height: 522px;
    background-position: bottom center, center;
    background-size: 120%, cover;
  }
  #alce .tobuy-ce .container-ce {
    padding: 182px 32px 60px 32px;
    background-image: url(../assets/img/hiper_bg_mobile.webp);
  }
  #alce .tobuy-ce .container-ce > p.text-large {
    margin-bottom: 60px;
    max-width: 456px;
  }
  #alce .tobuy-ce h3.h3 {
    max-width: 100%;
  }
  #alce .tobuy-ce .text-large {
    max-width: 100%;
  }
  #alce .tobuy-ce-sellers-block {
    padding: 0;
  }
  #alce .help-ce-block {
    padding: 60px 32px;
  }
  #alce .help-ce-block .text-xlarge {
    max-width: 100%;
  }
  #alce .togo-se .container-ce {
    padding: 72px 20px 87px 20px;
    background-image: url(../assets/img/se_bg_mobile.webp);
    gap: 77px;
  }
  #alce .togo-se-img img {
    width: 306px;
  }
}
/*# sourceMappingURL=style.css.map */
