

/* Start:/local/templates/.default/css/normalize.css?16928544006160*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}/*# sourceMappingURL=normalize.css.map */
/* End */


/* Start:/local/templates/.default/css/page_partner.css?170142884323455*/
/* font-family: 'Forum', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Tenor Sans', sans-serif;



html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html *,
html *::before,
html *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 375px;
  background-color: #ffffff;
  line-height: 1.4;
  font-style: normal;
  position: relative;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  color: #555;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

/* .cust-sect li {
  padding: 0;
  margin: 0;
} */

img {
  height: auto;
  max-width: 100%;
}

input,
textarea,
a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

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

.cust-sect li::before {
  display: none;
}

.wrapper {
  max-width: 1480px;
  padding: 0 10px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .wrapper {
    max-width: 1240px;
  }
}

@media (max-width: 1240px) {
  .wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
}



.container {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1020px) {
  .container {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0;
  }
}

.container--mod {
  max-width: 1125px;
}

.cust-first-scr {
  background-color: #595b33;
  background-image: url(/img/cust-first-scr.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 120px 0;
  background-position: top center;
}

@media (max-width: 1024px) {
  .cust-first-scr {
    background-image: url(/img/cust-first-scr-1024.jpg);
  }
}

@media (max-width: 768px) {
  .cust-first-scr {
    background-image: url(/img/cust-first-scr-768.jpg);
    min-height: 580px;
  }
}

@media (max-width: 450px) {
  .cust-first-scr {
    background-image: url(/img/cust-first-scr-450.jpg);
  }
}

.cust-first-scr__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.cust-first-scr__title {
  color: #fff;
  text-align: center;
  font-family: "Tenor Sans", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 80px */
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 1230px;
}

@media (max-width: 1440px) {
  .cust-first-scr__title {
    font-size: 65px;
    max-width: 880px;
  }
}

@media (max-width: 768px) {
  .cust-first-scr__title {
    font-size: 38px;
  }
}

.advant-part {
  margin-top: -120px;
}

.advant-part-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}

.advant-part-list--three {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1200px) {
  .advant-part-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 500px) {
  .advant-part-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}


.advant-part-list__item {
  border-radius: 25px;
  background: #f9eded;
  padding: 36px 28px 25px;
  text-align: left;
}

.advant-part-list__text {
  margin: 0;
  color: var(--black, #000100);
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.advant-part-list__text p {
  margin: 0;
  opacity: 0.6;
}

.advant-part-list__text strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  opacity: 1;
}

.advant-part-list__icon {
  margin-bottom: 40px;
  height: 47px;
  display: flex;
  align-items: center;
}

.inc-income {
  padding: 64px 0;
}

@media (max-width: 768px) {
  .inc-income {
    margin-top: 0;
  }
}

.inc-income .cust-sect__text {
  margin-bottom: 29px;
}

.inc-income__grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bg-1 {
  background-color: #ffe0cb;
  background-image: url(/img/bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-1 .advant-part-list {
  margin-bottom: 32px;
  margin-top: 32px;
}

.bg-1 .advant-part-list__item {
  background-color: #fff;
}

.bg {
  padding: 0 !important;
  background-color: #ffe0cb;
  background-image: url(/img/bg-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .bg {
    padding-bottom: 48px !important;
  }
}

.bg img {
  display: block;
  position: relative;
  margin-top: -30px;
}

@media (max-width: 1024px) {
  .bg img {
    max-width: 100%;
    margin-inline: auto;
  }
}

.bg .cust-sect__text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 1024px) {
  .bg .cust-sect__text-wrap {
    align-items: center;
  }
}

.bg .cust-sect__title {
  text-align: left;
}

@media (max-width: 1024px) {
  .bg .cust-sect__title {
    text-align: center;
  }
}

.bg .cust-decor-bb::after {
  width: 75%;
}

@media (max-width: 1024px) {
  .bg .cust-decor-bb::after {
    width: 65%;
  }
}

.bg .cust-decor-bb {
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .bg .cust-decor-bb {
    align-items: center;
  }
}

.bg .inc-income__grid {
  display: grid;
  grid-template-columns: 660px 605px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1440px) {
  .bg .inc-income__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 1024px) {
  .bg .inc-income__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.bg-3 {
  background-image: url(/img/bg-3.jpg);
}

.bg-4 {
  background-image: url(/img/bg-4.jpg);
}

.cust-sect {
  padding: 72px 0 78px;
}

.cust-sect--mb {
  padding-bottom: 66px;
}

@media (max-width: 1024px) {
  .cust-sect {
    padding: 48px 0;
  }
}

.cust-sect .inc-income__grid {
  min-height: initial;
}

.cust-sect__title {
  color: #000;
  text-align: center;
  font-family: "Tenor Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .cust-sect__title {
    font-size: 30px;
  }
}

@media (max-width: 450px) {
  .cust-sect__title {
    font-size: 24px;
  }
}

.cust-sect__title span {
  color: var(--bardeau, #b1191e);
}

.cust-sect__text {
  margin: 0;
  color: #555;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0.54px;
}

.cust-sect__text--mod {
  color: var(--black, #000100);
}

.cust-sect__subtitle {
  margin: 0;
  color: var(--black, #000100);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
}

@media (max-width: 768px) {
  .cust-sect__subtitle {
    font-size: 24px;
  }
}

.cust-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  color: var(--white, #fff) !important;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 13px */
  letter-spacing: 0.39px;
  text-transform: uppercase;
  border-radius: 25px;
  background: var(--bardeau, #b1191e);
  padding: 18px 75px;
  height: 50px;
  text-decoration: none !important;
  transition: opacity 0.3s;
}

@media (max-width: 450px) {
  .cust-button {
    padding: 18px;
    max-width: 100%;
    width: 100%;
  }
}

.cust-button:hover,
.cust-button:active,
.cust-button:focus {
  opacity: 0.8;
}

.cust-decor-bb {
  margin-bottom: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  .cust-decor-bb {
    margin-bottom: 0.7em;
  }
}

.cust-decor-bb::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 0.2;
  background: var(--black, #000100);
  width: 65%;
  height: 1px;
}

@media (max-width: 768px) {
  .cust-decor-bb::after {
    width: 40%;
    margin-bottom: 1em;
  }
}

.cust-announcement-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

@media (max-width: 1440px) {
  .cust-announcement-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1024px) {
  .cust-announcement-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .cust-announcement-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 450px) {
  .cust-announcement-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cust-announcement-list__item {
  border: 1px solid #e6e6e6;
  color: var(--black, #000100);
  font-weight: 400;
  text-align: center;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.42px;
  padding-bottom: 26px;
  padding-left: 0;
}

.cust-announcement-list__photo {
  margin-bottom: 21px;
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.cust-announcement-list__name {
  display: block;
  font-size: 18px;
  letter-spacing: 0.54px;
  margin: 0;
  margin-bottom: 10px;
  padding-inline: 12px;
}

.cust-announcement-list__details {
  margin: 0;
  opacity: 0.7;
  padding-inline: 12px;
}

.just-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.just-list+* {
  margin-top: 32px !important;
}

.just-list li {
  color: var(--black, #000100);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.54px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  list-style: initial !important;
}

.just-list li::before {
  content: "";
  display: block !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b1191e;
  margin-right: 18px;
  flex-shrink: 0;
}

.cust-num-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 70px 20px;
  justify-content: center;
  flex-wrap: wrap;
  counter-reset: li;
}

.cust-num-list+* {
  margin-top: 60px;
}

.cust-num-list li {
  max-width: 23%;
  width: 100%;
  flex-shrink: 0;
  border-radius: 25px;
  background: #f9eded;
  padding: 62px 20px 23px;
  padding-top: 0;
  /* counter-increment: li; */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1200px) {
  .cust-num-list li {
    max-width: 30%;
  }
}

@media (max-width: 768px) {
  .cust-num-list li {
    max-width: 100%;
  }
}

.cust-num-list li:before {
  line-height: 1;
  vertical-align: baseline;
  text-align: center;
  color: var(--white, #fff);
  font-family: "Times New Roman MT Std";
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b1191e;
  border-radius: 50%;
  margin-top: -50px;
  position: relative;
  margin-bottom: 12px;
  content: counter(li) !important;
}

.cust-num-list li h3 {
  margin: 0;
  margin-bottom: 10px;
  color: var(--black, #000100);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: 0.54px;
}

.cust-num-list li p {
  margin: 0;
  color: var(--black, #000100);
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 21px */
  letter-spacing: 0.45px;
  opacity: 0.8;
}

.mb17 {
  margin-bottom: 17px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb90 {
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .mb90 {
    margin-bottom: 70px;
  }
}

.bold {
  color: var(--black, #000100);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 138.889% */
  margin: 0;
}

.just-title {
  margin: 0 auto;
  color: var(--black, #000100);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  /* 125% */
}

.just-title+* {
  margin-top: 15px;
}

.cust-style-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1200px) {
  .cust-style-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .cust-style-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* @media (max-width: 450px) { */
/* .cust-style-list { */
/* grid-template-columns: repeat(1, 1fr); */
/* } */
/* } */
.cust-style-list__item {
  border: 1px solid #e6e6e6;
  color: var(--black, #000100);
  text-align: center;
  font-weight: 400;
  padding-left: 0;
}

.cust-style-list__item img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.cust-style-list a {
  display: block;
  text-decoration: none;
}

.cust-style-list__text-wrap {
  padding: 22px 30px 30px;
}

.cust-style-list h3 {
  font-size: 18px;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: 0.54px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
}

.cust-style-list p {
  font-size: 15px;
  line-height: 140%;
  /* 21px */
  letter-spacing: 0.45px;
  opacity: 0.7;
  margin: 0;
}

.image {
  display: block;
}

.image+* {
  margin-top: 32px;
}

.cust-sect__text+.cust-sect__text {
  margin-top: 29px;
}

.cust-sect__subtitle+* {
  margin-top: 32px;
}


/* page_partner  */
.page_partner .intec-ui-markup-ul>.intec-ui-markup-li:before,
.page_partner [data-ui-markup=ul]>[data-ui-markup=li]:before,
.page_partner ul>li:before {
  display: none;
}

.page_partner .intec-template .intec-template-title {
  margin-bottom: 0;
}

.page_partner .intec-template .intec-template-page {
  padding-top: 0;
  margin-bottom: 0;
}

.cust-announcement-list__link {
  text-decoration: none !important;
}

.cust-promo-button-fixed {
  display: block;
  max-width: max-content;
  z-index: 99;
  position: fixed;
  right: 20px;
  bottom: 105px;
  border-radius: 33px;
  background: var(--bardeau, #B1191E);
  color: #fff !important;
  text-decoration: none !important;

  font-family: 'Tenor Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  text-transform: uppercase;
  padding: 9px 17px;
}


.cust-promo-button-login a {
  display: block;
  max-width: max-content;
  z-index: 99;
  position: fixed;
  right: 20px;
  bottom: 105px;
  border-radius: 33px;
  background: var(--bardeau, #B1191E);
  color: #ffffff;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  overflow: hidden;

}

.cust-promo-button-login__text {
  margin: 0;
  color: #FFF;
  text-align: right;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  text-transform: uppercase;
  padding: 9px 17px;
  padding-right: 20px;
  max-width: 190px;
  opacity: 0;
  /* width: 0; */
  /* height: 65px; */
  /* padding-inline: 0; */
  /* margin: 0; */
  transition: all 0.3s linear;
  display: none;
}

.cust-promo-button-login__icon {
  width: 65px;
  height: 65px;
  background: var(--bardeau, #B1191E);
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
}

.cust-promo-button-login__icon svg {
  display: block;
  flex-shrink: 0;
}

.cust-promo-button-login a:hover .cust-promo-button-login__text,
.cust-promo-button-login a:active .cust-promo-button-login__text,
.cust-promo-button-login a:focus .cust-promo-button-login__text {
  opacity: 1;
  display: block;
}

.cust-modal-new {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #01010138;
  width: 100vw;
  height: 100vh;
  z-index: 995 !important;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.cust-modal-new__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 1280px;
  background-color: #fff;
  padding: 42px 50px 50px;
  position: relative;
}

.cust-button {
  max-width: max-content;
  margin-inline: auto;
}

.cust-modal-new__title {
  color: #000;
  text-align: center;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 38px;
}

.cust-modal-new__text {
  color: var(--black, #000100);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.35;
  /* 125% */
  margin: 0;
  margin-bottom: 21px;
}

.cust-modal-new__btn-close {
  cursor: pointer;
  outline: 0;
  opacity: .5;
  position: absolute;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect y='27.5772' width='39' height='1' transform='rotate(-45 0 27.5772)' fill='%23000100'/%3e%3crect x='27.5781' y='28.2843' width='39' height='1' transform='rotate(-135 27.5781 28.2843)' fill='%23000100'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: none;
  top: 10px;
  right: 10px;
  padding: 0;
  transition: opacity 0.3s;
}

.cust-modal-new__btn-close:hover {
  opacity: 1;
}

.cust-modal-new__slider {
  margin-bottom: 20px;
}

.cust-modal-new__slider img {
  display: block;
}

.cust-modal-new {
  display: none;
}

.cust-modal-new.active {
  display: flex;
}

@media (max-width: 1300px) {
  .cust-modal-new__content {
    max-width: 100%;
    margin: 10px;
  }

  .cust-modal-new__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .cust-modal-new__text {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .cust-modal-new__slider {
    margin-bottom: 11px;
  }

  .cust-modal-new__content {
    padding: 32px 10px 40px;
  }

  .cust-modal-new__btn-close {
    width: 24px;
    height: 24px;
  }
}

.page_partner .ns-bitrix.c-breadcrumb.c-breadcrumb-default {
  display: none;
}


@media (max-width: 500px) {
  .advant-part .advant-part-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .advant-part-list__text {
    font-size: 12px;
  }

  .advant-part-list__text strong {
    margin-bottom: 4px;
  }

  .advant-part-list__item {
    padding: 18px 16px;
  }

  .cust-first-scr {
    padding-bottom: 0;
  }

  .cust-first-scr {
    min-height: 480px;
  }

  .advant-part {
    margin-top: -60px;
  }

  .advant-part-list__icon {
    margin-bottom: 12px;
    scale: 0.8;
    margin-right: auto;
    justify-content: flex-start;
    display: block;
    max-width: 40px;
  }

  .cust-announcement-list__photo {
    margin-bottom: 16px;
    /* height: 165px; */
    /* object-fit: cover; */
  }

  .cust-announcement-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .cust-sect__subtitle {
    font-size: 18px;
  }

  .just-list li {
    font-size: 16px;
  }

  .cust-num-list+* {
    margin-top: 24px;
  }

  .cust-sect__subtitle {
    font-size: 16px;
  }

  .cust-sect {
    padding: 24px 0;
  }

  .cust-num-list li:before {
    font-size: 32px;
    width: 70px;
    height: 70px;
  }

  .just-title {
    font-size: 20px;
    line-height: 1.5;
  }

  .bold {
    font-size: 16px;
    line-height: 1.4;
  }

  .cust-style-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .cust-style-list__item img {
    height: 180px;
    object-fit: cover;
  }

  .cust-style-list__text-wrap {
    padding: 16px 10px;
  }

  .cust-style-list h3 {
    font-size: 15px;
    margin-bottom: 6px;
    letter-spacing: initial;
  }

  .cust-style-list p {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: initial;
  }

  .cust-sect__text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: initial;
    margin-top: 1rem;
  }

  .cust-decor-bb+.cust-sect__text {
    margin-top: 0;
  }

  .cust-sect__subtitle {
    font-size: 14px;
    line-height: 1.4;
  }

  .cust-sect__subtitle+* {
    margin-top: 1rem;
  }

  .cust-sect__title {
    font-size: 21px;
  }

  .cust-sect__title {
    margin-bottom: 1rem;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .bg-1 .advant-part-list {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .cust-sect.bg-2,
  .cust-sect.bg-3 {
    margin-top: 32px;
  }

  .bg .cust-decor-bb::after {
    width: 55%;
  }


  .cust-button {
    font-weight: 500;
  }

  .cust-sect.bg {
    margin-top: 0;
    padding: 32px 0 !important;
  }

  .cust-sect.bg img {
    display: none;
  }

  .just-list li {
    font-size: 14px;
    line-height: 1.4;
  }

  .inc-income .cust-sect__text {
    margin-bottom: 1rem;
  }

  .advant-part-list__icon {
    margin-bottom: 6px;
  }

  .advant-part-list__text {
    font-size: 10px;
  }

  .cust-announcement-list__name {
    font-size: 16px;
    letter-spacing: initial;
    margin-bottom: 6px;
  }

  .cust-announcement-list__photo {
    margin-bottom: 6px;
  }

  .cust-announcement-list__details {
    font-size: 13px;
  }

  .cust-button {
    font-size: 13px;
  }

  .just-list li {
    font-size: 13px;
  }

  .cust-num-list li h3 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: initial;
  }

  .cust-num-list li p {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: initial;
  }

  .cust-num-list li:before {
    font-size: 20px;
    width: 45px;
    height: 45px;
    margin-top: -18px;
  }

  .mb90 {
    margin-bottom: 32px;
  }

  .cust-num-list {
    gap: 32px 20px;
  }

  .cust-sect__text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
  }

  .cust-sect__subtitle {
    font-size: 13px;
    line-height: 1.4;
  }

  .just-title {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: initial;
  }

  .bold {
    font-size: 14px;
    line-height: 1.4;
  }

  .cust-sect__text+.cust-sect__text {
    margin-top: 1rem;
  }

  .cust-first-scr__title {
    font-size: 32px;
  }

  .cust-button {
    padding: 16px 20px;
    height: 40px;
    font-size: 12px;
  }
}
/* End */


/* Start:/local/templates/.default/css/page_wholesale.css?17017701891314*/
.container--mod {
  max-width: 1010px;
  margin-inline: auto;
}

.cust-sect__list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: max-content;
  margin-inline: auto;
}

.cust-sect__list-item {
  color: var(--black, #000100);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: initial;
  position: relative;
  margin-left: 18px;
  list-style: none;
  padding-left: 18px;
}
.cust-sect__list-item::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 5px;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #b1191e;
  border-radius: 50%;
}

.cust-sect__list--mod .cust-sect__list-item {
  font-weight: 400;
}

.cust-sect__title--mod {
  margin-bottom: 0;
}

.cust-sect__subtitle--mod {
  text-align: center;
  margin-bottom: 32px;
}

.lh-1-5 {
  line-height: 1.5;
}

.cust-sect__subtitle--mod-2 {
  color: var(--black, #000100);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 32px;
}

.page_partner--mod .header-bot, .page_partner--mod .intec-template-breadcrumb, .widget-web-form-2, .page_partner--mod .footer-second-menu {
  display: none !important;
}
.header-left, .header-right {
  visibility: hidden !important;
}

.cust-sect__title--mod2 span {
  display: block;
}
/* End */


/* Start:/local/templates/.default/components/intec.universe/widget/forms.js/style.css?15874884003728*/
.widget-web-form-2 {
    display: block;
    background: #116afc;
}
.widget-web-form-2 .widget-web-form-2-background {
    display: block;
    background: #116afc;
}
.widget-web-form-2 .widget-web-form-2-background .widget-web-form-2-background-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}
.widget-web-form-2 .widget-web-form-2-section {
    display: block;
    position: relative;
    height: 130px;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
}
.widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    margin-left: 20px;
}
.widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title .widget-web-form-2-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    text-align: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title .widget-web-form-2-text-wrap {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin: 0 30px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title .widget-web-form-2-text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    font-size: 22px;
    line-height: 1.1;
    color: #fff;
    margin: 0 30px;
    font-weight: bold;
}
.widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-description {
    margin-left: 300px;
    margin-right: 220px;
}
.widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-description .widget-web-form-2-text {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    margin: 0 40px;
}
.widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    margin-right: 20px;
}
.widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-button .intec-button {
    white-space: normal;
    border-color: #fff;
    color: #fff;
}
.widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-button .intec-button:hover {
    background-color: #fff;
    color: #116afc;
}

@media all and (max-width: 900px) {
    .widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-description {
        margin-right: 20px;
    }
    .widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-button {
        position: relative;
        width: auto;
        margin: 30px 0;
        height: auto;
    }
}

@media all and (max-width: 700px) {
    .widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title {
        margin: 0;
    }
    .widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title .widget-web-form-2-image {
        bottom: 0;
    }
    .widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title .widget-web-form-2-text-wrap {
        border: none;
    }
    .widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title .widget-web-form-2-text {
        text-align: center;
    }
    .widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-description {
        margin: 30px 0;
        height: auto;
    }
    .widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-description .widget-web-form-2-text {
        text-align: center;
    }
    .widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title {
        position: relative;
        width: auto;
    }
}
/* End */
/* /local/templates/.default/css/normalize.css?16928544006160 */
/* /local/templates/.default/css/page_partner.css?170142884323455 */
/* /local/templates/.default/css/page_wholesale.css?17017701891314 */
/* /local/templates/.default/components/intec.universe/widget/forms.js/style.css?15874884003728 */
