@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers..try__body
 * 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;
}

h3 {
  font-size: 28px;
}

/**
 * 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, .h1 {
  /* font-size: 2em; */
  font-size: clamp(var(--h1-font-size-mobile), 3vw,var(--h1-font-size));
  line-height: clamp(3.375rem,5vw,4.25rem);
  /* margin: 0.67em 0; */
}

h2, .h2 {
  font-size: clamp(var(--h2-font-size-mobile), 3vw,var(--h2-font-size));
  line-height: clamp(2.375rem,3vw,2.625rem);
}

h3, .h3 {
  font-size: clamp(var(--h3-font-size-mobile), 2vw,var(--h3-font-size));
  line-height: clamp(2.125rem,3vw,2.375rem);
}

h4, .h4 {
  font-size: clamp(var(--h4-font-size-mobile), 2vw,var(--h4-font-size));
  line-height: clamp(1.925rem,3vw,2.175rem);
}

h5, .h5 {
  font-size: clamp(var(--h5-font-size-mobile), 2vw,var(--h5-font-size));
  line-height: clamp(1.725rem,2vw,1.925rem);
}

/* 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 */
  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;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-size: inherit; */
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: var(--title-color);
}


/* Шапка */

.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 5;
  
}

.header{
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.4s ease, background-color 0.2s ease;
}

.header__body{
    padding: 1.25rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.5rem;
}

.header_menu_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header.header--shadow {
  box-shadow: 0px 4px 16px var(--header-shadow);
}

.header.header--white{
  background: var(--white);
}

@media (min-width: 1024px) {
  .header.header--white .header__body {
    padding: 0.75rem 0;
  }
}

.menu__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.menu__link {
  transition: color 0.3s ease-in-out;
  transform: translate3d(0, 0, 0);
  color: var(--title-color);
  line-height: 22px;
  font-size: 14px;
}

header .header__menu .menu__link:hover{cursor: pointer;}

@media (any-hover: hover) {
  .header .menu__item:hover .menu__link {
    color: var(--brand-blue);
  }

}

@media (max-width: 524px) {
    :root{
        --header-height: 62px;
    }
    .header__body{
        padding: 0.9375rem 0.25rem;
    }
  .header__menu{
    display: none;
  }
}


/* Container TODO */

.container {
  margin: 0 auto;
  max-width: 1308px;
  box-sizing: border-box;
}

@media (max-width: 1350px) {
  .container {
    padding: 0 2rem;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 0 1rem;
  }
}

main {
  display: block;
}

.mainscreen {
  background: #F5F7FC;
}
.mainscreen.mainscreen--white{
  background: var(--white);
}
.mainscreen {
    padding-top: calc(var(--header-height) + clamp(var(--g11-mobile), 4vw, var(--g11)));
}
/* MAINPAGE */

.title {
  font-weight: 600;
  font-size: clamp(2rem, 4vw , 3.5rem); 
  line-height: clamp(2.625rem, 5vw , 4.25rem); 
  overflow-wrap: anywhere;
  color: var(--title-color);
}

/* SOLUTION OLD */

/* solution */
.solution__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 1.5rem;
}

.solution__title--h1{
  font-weight: 400;
  font-size: 14px; 
  line-height: 22px;
  color: var(--secondary-color);
  padding-bottom: var(--g4);
}

@media (max-width: 767px) {
  .solution__wrap {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 2rem;
  }
}

.solution__info {
  text-align: left;
  max-width: 602px;
}

@media (max-width: 767px) {
  .solution__info {
    text-align: center;
  }
}

.solution__date {
  border: 1px solid var(--secondary-text-color);
  border-radius: 8px;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  color: var(--text-color);
}

.solution__date.red-color{
  border: none;
  background: #FF7188;
  color: var(--white);
}

.solution__date.white-color {
  color: var(--white);
}

.solution__text {
  margin-top: var(--offset-5);
  color: var(--text-color);
}

.solution__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--offset-8);
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
}

.solution__buttons.forms{
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

@media (max-width: 767px) {
  .solution__buttons {
    justify-content: center;
  }
}

@media (max-width: 425px) {
  .solution__btn {
    width: 100%;
  }

  .solution__buttons{
    max-width: 290px;
  }
}

.solution__image {
  flex: 0 0 642px;
}

.solution__image img {
  max-width: 100%;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .solution__image {
    flex: none;
  }
}

.solution__heading {
  font-weight: 500;
  font-size: clamp(var(--h3-blog-mobile), 3vw, var(--h3-blog-desktop));
  line-height: 143%;
  text-align: center;
}

/* SOLUTION OLD END */

/* SOLUTION NEW */
.solution--new {
  padding: 0;
  /* margin-bottom: 26px; */
}

.solution--new__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.solution--new__wrap.block--center{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5px;

}

.solution--new__wrap.block--center .solution__info{
  text-align: center;
  max-width: 800px;
}

.solution--new__wrap.block--center .solution__buttons{
  justify-content: center;
}

/* .solution--new__wrap .solution__info .solution__title {
  padding-bottom: 20px;
  font-size: clamp(2rem, 3vw, 2.75rem);
} */
.solution--new__wrap .solution__info .solution__text {
  font-size: 16px;
}

.solution--new__wrap.block--center .solution__info .solution__text {
  font-size: clamp(1rem, 2vw,1.125rem);
  line-height: clamp(1.625rem, 2vw, 1.75rem);
}

.solution--new__wrap .solution__info .solution__buttons .solution__btn {
  font-size: 16px;
  max-height: 48px;
}

@media (max-width: 1160px) {
  .solution--new__wrap {
    flex-direction: column;
  }

  .solution--new__wrap .solution__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 750px;
  }

  .solution--new__wrap .solution__image {
    flex: unset;
    margin-top: clamp(2rem, 3vw ,2.5rem);
  }
}

/* SOLUTION END */

/* Block picture */

.block__picture img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.block__picture{
  overflow: hidden;
  padding-bottom:initial;
}
.block__picture img{
  position:initial;
  height:auto;
}

/* values */
.values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.values__item__teasers {
  min-height: 158px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 20px;
  /* background-color: var(--main-bg-color); */
}

.values__item__teasers-all-pd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  padding: 32px;
  border-radius: 20px;
  /* background-color: var(--main-bg-color); */
}

.values__item__teasers-all {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*min-height: 158px;*/
  /*padding-right: 24px;*/
  border-radius: 20px;
}

.border__teasers_item {
  border: 1px solid #e6e9f2;
}

.values__teasers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px;
}

.values.values--dark .values__item {
  background-color: var(--matte-blue);
}

.values.values--dark .values__item.values__item--heading {
  background-color: var(--brand-blue);
}

.values.values--white {
  margin-top: 0;
  border-bottom: 1px solid var(--divider-color);
}

.values.values--white .values__item {
  background-color: var(--white);
}

.values.values--white .values__item.values__item--heading {
  background-color: var(--brand-blue);
}

.values.values--3-cols {
  grid-template-columns: repeat(3, 1fr);
}

.header_icons--oneline .values.values--3-cols{
      gap: clamp(2.5rem, 3vw, 3rem);
  }

@media (max-width: 991px) {
  .values.values--3-cols {
    grid-template-columns: 1fr;
  }

  .values.values--3-cols.values--dark{
    grid-auto-flow: column;
    overflow-x: auto;
    margin: 0 calc(-1 * 1rem);
    padding: 0 1rem;
  }

  .values.values--3-cols.values--dark .values__item{
    width: calc(100vw / 2);
  }

  .header_icons--oneline .values.values--3-cols{
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    overflow-x: auto;
    margin: 0 calc(-1 * 1rem);
    padding: 0 1rem;
    gap: 2rem;
  }

  .header_icons--oneline .values.values--3-cols .values__item__teasers-all{
    width: calc(100vw - 96px);
  }

}

@media (max-width: 576px) {
  /* .values.values--3-cols {
    grid-auto-flow: column;
    overflow-x: auto;
    margin: 0 calc(-1 * 1rem);
    padding: 0 1rem;
  }
  .values.values--3-cols .values__item__teasers-all {
    width: 280px;
  } */

  .values.values--3-cols.values--dark .values__item{
    width: calc(100vw / 1.5);
  }

  /* .values.values--3-cols .values__item__teasers-all-pd{
    width: 320px;
  } */
}

@media (max-width: 1365px) {
  .values {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
}

@media (max-width: 767px) {
  .values {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

.values__item {
  min-height: 158px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 20px;
  background-color: var(--main-bg-color);
}

.values__item.values__item--heading {
  background-color: var(--brand-blue);
  color: var(--white);
}

.values__icon {
  width: 40px;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.values__icon img {
  max-width: 100%;
}

.values__text {
  margin-top: 0.75rem;
}


/* accordion */
.accordion {
  width: 100%;
}

.accordion.accordion--centered {
  max-width: 864px;
  margin: 0 auto;
}

.accordion.accordion--grey .accordion__item {
  background-color: var(--main-bg-color);
  border: 0;
}

.accordion.accordion--grey .accordion__item-black__theme {
  background-color: #3c3c58;
  border: 0;
}

.accordion__item {
  border: 1px solid var(--divider-color);
  border-radius: 12px;
  background-color: var(--white);
}

.accordion__item:not(:last-of-type) {
  margin-bottom: clamp(0.25rem, 2vw, 0.5rem);
}

.accordion__item-black__theme {
  border: 1px solid var(--divider-color);
  border-radius: 12px;
  background-color: var(--white);
}

.accordion__item-black__theme:not(:last-of-type) {
  margin-bottom: 1rem;
}

.accordion__info {
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0.875rem;
  /* padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 2vw, 1.5rem) clamp(1rem, 3vw, 2rem) clamp(1rem, 3vw, 2rem); */
  padding: clamp(1rem, 2vw, 1.5rem);
  cursor: pointer;
}

.accordion__info-black__theme {
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0.875rem;
  padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 2vw, 1.5rem) clamp(1rem, 3vw, 2rem) clamp(1rem, 3vw, 2rem);
  cursor: pointer;
}

.accordion__question {
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 28px;
  color: var(--title-color);
}

.accordion__question-black__theme {
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 28px;
  color: var(--white);
}

.accordion__answer {
  text-align: start;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s ease-in-out;
  padding: 0 clamp(1rem, 2vw, 1.5rem) 0 clamp(1rem, 2vw, 1.5rem);
  overflow-wrap: break-word;
}

.accordion__answer.accordion__answer--no-margin {
  margin: 0;
}

.accordion__answer.accordion__answer--no-padding{
  padding: 0;
}

.accordion__answer a:hover {
  color: #1C4ADE;
}

.accordion__answer p {
  /* padding-bottom: 1rem; */
  margin: 1rem 0;
}
.accordion__answer ul{
  padding: 0 0 0 clamp(1rem, 3vw, 2rem);
}

.accordion__more {
  margin-top: -0.75rem;
  padding-bottom: clamp(1rem, 3vw, 2rem);
}

.accordion__arrow {
  flex: 0 0 34px;
  width: 34px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  cursor: pointer;
  transform: rotateZ(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.accordion__arrow svg {
  width: 14px;
}

.accordion__arrow svg path,
.accordion__arrow svg use {
  stroke: var(--additional-color);
}

@media (any-hover: hover) {
  .accordion__arrow:hover {
    opacity: 1;
  }
}

.accordion__arrow.accordion__arrow--active {
  transform: rotateZ(180deg);
  opacity: 1;
}

.subtitle.subtitle--centered {
  text-align: center;
}


/* FOOTER */

.footer-wrapper{
  padding: 64px;
  display: flex;
  justify-content: space-between;
}

.footer_right{
  display: flex;
  gap: 32px;
}

.privacy_caption{
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--secondary-color);
}

.privacy_caption a,
.footer_email a{
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--text-color);
}

@media (max-width: 767px) {
  .footer-wrapper {
    flex-direction: column-reverse;
    padding: 32px 0;
    align-items: center;
    gap: 24px;
  }
  .footer_right{
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

}