

/* Start:/media/settings/normalize.css?16983945746138*/
/*! 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 */
  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;
}

/* End */


/* Start:/media/settings/reset.css?1698394574908*/
/*Обнуление*/
* {
  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.5;
  font-size: 1rem;
  -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: 400;
}

/* End */


/* Start:/media/settings/basic.css?1698394574469*/
/* @import url(/_variables.css);
@import url(/asymmetric_block.css);
@import url(/b24.css); */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "NotoSansRegular", sans-serif;
  font-size: 1rem;
  line-height: 22px;
  color: var(--text-secondary);
}

.page {
  max-width: 100% !important;
}

@media only screen and (max-width: 1200px) {
  body {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 0.875rem;
  }
}

/* End */


/* Start:/media/settings/asymmetric_block.css?169839457414433*/
:root {
  --pseudo-container-width: 1640px;
  --pseudo-container-gap: calc((100vw - var(--pseudo-container-width)) / 2);
}

.section-column__left {
  /* width: 44.5%; */
  display: flex;
  align-items: center;
  width: calc(
    var(--pseudo-container-width) * 44.5 / 100 + var(--pseudo-container-gap)
  );
}

.section-column__left-element {
  display: flex;
  flex-direction: column;
  padding-left: var(--pseudo-container-gap);
}

.left-element__inner {
  max-width: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.left-element__title,
.info-block__title {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.left-element__title::after,
.info-block__title::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 48px;
  bottom: 0px;
  background-color: var(--red-main);
}

.left-element__title > h1,
.left-element__title > h2,
.info-block__title > h2 {
  font-family: "RobotoBold";
  font-size: 2.125rem;
  line-height: 1.25;
  text-align: left;
  margin: 0;
  padding: 0;
  color: var(--head);
}

.left-element__title > h3,
.info-block__title > h3 {
  font-family: "RobotoRegular";
  font-size: 1.5rem;
  line-height: 1.25;
  color: var(--head);
}

.info-block__title > p {
  font-family: "RobotoBold";
  font-size: 1.5rem;
  line-height: 1.25;
  color: var(--head);
}

.info-block__text a {
  text-decoration: none;
  color: var(--text-secondary);
}

.info-block__text h4 {
  font-family: "RobotoMedium";
  font-size: 1.5rem;
  line-height: 1.25;
  color: var(--head);
}

.info-block__text p {
  font-family: "NotoSansRegular";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--head);
}

.red-text {
  color: var(--red-main);
}
.left-element__text {
  line-height: 1.5;
}

.left-element__text > p:first-child {
  margin-bottom: 24px;
}

.left-element__text ul {
  margin-bottom: 36px;
}

.left-element__text ul > li {
  margin-bottom: 2px;
  list-style: disc;
  margin-left: 20px;
  color: var(--red-main);
}

.left-element__text ul > li:first-child {
  margin-top: 5px;
}

.left-element__text ul > li span {
  color: var(--text-secondary);
}

.left-element__buttons {
  display: flex;
}

.section-two .left-element__inner{
  max-width: 550px;
}


.left-element__buttons button,
.info-block__button button {
  text-decoration: none;
  border-radius: 0.25rem;
  background-color: var(--red-main);
  width: 218px;
}

.left-element__buttons > button:hover:first-child{
  background-color: #f53535;
  transition: all .2s linear;
}

.left-element__buttons > button:active:first-child {
  background-color: #ae0b0b !important;
  transition: all .2s linear;
}

.element__button-white:hover {
  outline: solid 2.5px #ce1313;
  outline-offset: -2.5px;
  transition: all .2s linear;
}

.element__button-white:active {
  outline: solid 2.5px #ce1313;
  outline-offset: -2.5px;
  transition: all .2s linear;
}


button.element__button-white {
  background-color: transparent;
  border: 1px solid var(--red-main);
}

button.element__button-white > p {
  color: var(--red-main);
}

.left-element__buttons button:first-child {
  margin-right: 24px;
}

.left-element__buttons p,
.info-block__button p {
  font-family: "NotoSansRegular";
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: var(--white);
  padding: 20px;
}

.section-column__right {
  /* width: 55.5%; */
  width: calc(
    var(--pseudo-container-width) * 55.5 / 100 + var(--pseudo-container-gap)
  );
}
.section-column__right-element {
  padding-right: var(--pseudo-container-gap);
  /* padding-left: calc(100vw - (((100vw - 1640px) / 2) + (1640px * 0.4))); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.right-element__inner {
  /* width: 100%;
  height: 100%; */
  height: 650px;
  width: 100%;
  position: relative;
}

.right-element__inner > img {
  /* width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 117px;
  padding-left: 203px; */
  width: 740px;
  height: 540px;
  object-fit: cover;
  bottom: 0;
  right: 0;
  position: absolute;
}

.reverse-columns {
  flex-direction: row-reverse;
}

.reverse-columns .section-column__right-element {
  padding-left: var(--pseudo-container-gap);
  padding-right: 0;
}

.reverse-columns .section-column__left {
  width: calc(
    var(--pseudo-container-width) * 55.5 / 100 + var(--pseudo-container-gap)
  );
}

.reverse-columns .section-column__left-element {
  padding-right: var(--pseudo-container-gap);
  padding-left: 0;
}

.reverse-image {
  text-align: center;
  position: relative;
  width: 100%;
  /* height: 100%; */
  height: 650px;
}

.reverse-image img {
  max-width: 500px;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  object-fit: contain;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.column-fill__grey {
  background-color: var(--bg-service-gray);
}
.column-fill__red {
  background-color: var(--red-main);
}

.fill__white {
  color: var(--white);
}

.fill__white > .left-element__title > h2,
.fill__white > .info-block__title > h2 {
  color: var(--white);
}

.fill__white > .left-element__text ul > li {
  color: var(--white);
}

.fill__white > .left-element__title::after {
  opacity: 0.5;
  background-color: var(--white);
}

.fill__white .left-element__buttons > button {
  border: 1px solid var(--white);
  background-color: transparent;
}

.reverse-left {
  width: calc(
    var(--pseudo-container-width) * 55.5 / 100 + var(--pseudo-container-gap)
  );
}

.reverse-right {
  width: calc(
    var(--pseudo-container-width) * 44.5 / 100 + var(--pseudo-container-gap)
  );
}



/*
 section six-seven
 
 */

.special-position {
  padding-left: 128px;
}

.info-block__container {
  margin: 128px 0;
}

.info-block__text {
  margin-bottom: 30px;
}

.info-block__link > a {
  font-family: "NotoSansRegular", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.01px;
  text-align: left;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--text-secondary);
  padding-bottom: 2px;
  border-bottom-style: dashed;
}

.info-block__contacts {
  margin-bottom: 36px;
  position: relative;
}

.info-block__contacts p:first-child {
  margin-bottom: 20px;
  width: 225px;
  padding-left: 40px;
}

.info-block__contacts p:first-child::before {
  position: absolute;
  content: "";
  background-image: url(/media/settings/../../../img/main_icons/mail_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 33px;
  left: 0;
  top: 2px;
}

.info-block__contacts p {
  font-family: "NotoSansRegular", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}

.info-block__contacts p:last-child {
  margin-bottom: 20px;
  width: 225px;
  padding-left: 40px;
}

.info-block__contacts p:last-child::before {
  position: absolute;
  content: "";
  background-image: url(/media/settings/../../../img/main_icons/phone_number_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 27px;
  left: 0;
  bottom: 0;
}

.info-block__contacts a {
  color: var(--text-secondary);
}

/*
media запросы
*/

@media only screen and (max-width: 1600px) {
  :root {
    --pseudo-container-width: 1440px;
    --pseudo-container-gap: calc((100vw - var(--pseudo-container-width)) / 2);
  }
  .left-element__inner {
    max-width: 600px;
  }

  .not-regular__element > img {
    width: 750px;
  }
}

@media only screen and (max-width: 1440px) {
  :root {
    --pseudo-container-width: 1208px;
    --pseudo-container-gap: calc((100vw - var(--pseudo-container-width)) / 2);
  }

  .section-two .left-element__inner{
    max-width: 500px;
  }

  .left-element__inner {
    max-width: 500px;
  }

  .right-element__inner > img {
    max-width: 740px;
    width: 100%;
    object-fit: contain;
    height: auto;
  }
  .reverse-image img {
    max-width: 500px;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    object-fit: contain;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .right-element__inner.not-regular__element > img {
    width: 650px;
    margin: auto;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .reverse-image::before {
    top: 0;
    left: 0;
  }
  .reverse-image::after {
    right: 15%;
  }
}

@media only screen and (max-width: 1200px) {
  :root {
    --pseudo-container-width: 1025px;
    --pseudo-container-gap: calc((100vw - var(--pseudo-container-width)) / 2);
  }

  .section-column__left {
    width: calc(
      var(--pseudo-container-width) * 55.5 / 100 + var(--pseudo-container-gap)
    );
  }
  .section-column__right {
    width: calc(
      var(--pseudo-container-width) * 45.5 / 100 + var(--pseudo-container-gap)
    );
  }

  .right-element__inner {
    display: flex;
    align-items: center;
    height: 500px;
  }

  .left-element__title > h1,
  .left-element__title > h2,
  .info-block__title > h2 {
    font-size: 1.5rem;
  }

  .left-element__title > h3,
  .info-block__title > h3,
  .info-block__title > p {
    font-size: 1.25rem;
  }

  .left-element__text > p:first-child {
    margin-bottom: 8px;
  }

  .left-element__text ul {
    margin-bottom: 25px;
  }

  .info-block__text h4 {
    font-size: 1.375rem;
  }

  .info-block__text p {
    font-size: 1.25rem;
  }

  .left-element__buttons button,
  .info-block__button button {
    width: 210px;
  }

  .left-element__buttons p,
  .info-block__button p .tile-element__text p {
    padding: 16px;
  }

  .tile-element__text {
    display: none;
  }

  .left-element__inner.fill__white {
    max-width: 350px;
  }
  .special-position {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  :root {
    --pseudo-container-width: 668px;
    --pseudo-container-gap: calc((100vw - var(--pseudo-container-width)) / 2);
  }

  .left-element__title > h1,
  .left-element__title > h2,
  .info-block__title > h2 {
    font-size: 1.25rem;
  }

  .left-element__title > h3,
  .info-block__title > h3,
  .info-block__title > p {
    font-size: 1rem;
  }

  .section-one > .section__columns {
    flex-direction: column-reverse;
  }

  .section-one > .section__columns > .section-column__left {
    width: 100%;
  }

  .section-one > .section__columns > .section-column__right {
    width: 100%;
  }

  .section-column__left {
    width: calc(
      var(--pseudo-container-width) * 50 / 100 + var(--pseudo-container-gap)
    );
  }

  .section-column__right {
    width: calc(
      var(--pseudo-container-width) * 50 / 100 + var(--pseudo-container-gap)
    );
  }

  .section-one .section-column__right-element {
    padding-right: 0;
  }

  .section-one .right-element__inner {
    height: 335px;
  }

  .section-one .right-element__inner > img {
    max-width: 370px;
    margin: auto;
    left: 0;
  }

  .section-one
    > .section__columns
    > .section-column__left
    .left-element__inner {
    max-width: 610px;
    margin-top: 24px;
    margin-bottom: 60px;
  }

  .section-one
    > .section__columns
    > .section-column__left
    .left-element__inner
    .left-element__buttons {
    justify-content: center;
  }

  .left-element__buttons p,
  .info-block__button p .tile-element__text p {
    padding: 14px;
  }

  .info-block__button p {
    padding: 14px;
  }

  .left-element__inner,
  .left-element__inner.fill__white {
    max-width: 300px;
  }

  .right-element__inner > img {
    max-width: 650px;
  }

  .tile__container {
    flex-direction: column;
  }

  .tile-element__image img {
    width: 30px;
    height: 30px;
  }

  .info-block__text p {
    font-size: 1rem;
  }

  .info-block__text h4 {
    font-size: 1rem;
  }

  .info-block__contacts p {
    font-size: 1rem;
  }

  .section-five .left-element__title {
    width: 435px;
  }

  .section-five .section-column__left.reverse-left {
    width: calc(
      var(--pseudo-container-width) * 80 / 100 + var(--pseudo-container-gap)
    );
  }

  .section-five .section-column__left.reverse-right {
    width: calc(
      var(--pseudo-container-width) * 20 / 100 + var(--pseudo-container-gap)
    );
  }

  .section-five .left-element__text {
    max-width: 295px;
  }

  .info-block__contacts p:first-child::before {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 656px) {
  .section-five .section__columns {
    flex-direction: column;
  }

  .section-five .section-column__left.reverse-left {
    width: 100%;
  }

  .section-five .section-column__right {
    display: none;
  }

  .section-five .left-element__inner {
    max-width: 600px;
    margin: 60px 0;
  }

  .section-five .left-element__title,
  .section-five .left-element__text {
    max-width: inherit;
  }
}

@media only screen and (max-width: 550px) {
  :root {
    --pseudo-container-width: 320px;
    --pseudo-container-gap: calc((100vw - var(--pseudo-container-width)) / 2);
  }

  .section {
    margin-bottom: 40px;
  }

  .section__columns {
    flex-direction: column;
  }

  .section-column__left,
  .section-column__right {
    width: 100%;
    padding: 0 15px;
  }

  .section-column__left-element,
  .section-column__right-element {
    padding: 0;
  }

  .section-one .right-element__inner {
    height: 200px;
    margin: 0;
  }

  .right-element__inner {
    height: auto;
  }
  .section-one .right-element__inner > img {
    max-width: 207px;
  }

  .section-one
    > .section__columns
    > .section-column__left
    .left-element__inner
    .left-element__buttons {
    flex-direction: column;
    align-items: center;
  }
  .left-element__buttons button:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .left-element__inner,
  .left-element__inner.fill__white,
  .right-element__inner {
    max-width: 100%;
    margin: 40px 0;
  }

  .section-one
    > .section__columns
    > .section-column__left
    .left-element__inner {
    margin: 24px 0 40px 0;
  }

  .section-four > .reverse-columns > .section-column__left {
    width: 100%;
  }

  .reverse-columns .section-column__right-element {
    display: none;
  }

  .reverse-columns .section-column__left-element {
    padding-right: 0;
  }

  .special-position {
    padding-left: 0;
  }

  .info-block__container {
    margin: 0;
    width: 100%;
  }

  .section-eight .section-column__left.reverse-left {
    height: 296px;
    padding: 0;
  }

  .section-five .left-element__title,
  .section-five .left-element__text {
    width: 100%;
  }
}

/* End */


/* Start:/media/settings/b24.css?16983945745605*/
/* BITRIX_FORM_OVERRIDE */

.b24-form {
  font-family: "NotoSansRegular", sans-serif !important;
}

.b24-form-sign {
  display: none;
}

.b24-form-style-classic .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none;
}

.b24-form-padding-side {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.b24-form-content .b24-form-padding-side {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.b24-form-header-padding {
  display: none !important;
}

.b24-form-field,
.b24-form-btn {
  max-width: 34.25rem !important;
}

.b24-form-wrapper {
  min-height: unset !important;
  margin-left: 0 !important;
}

.b24-form-header {
  display: none !important;
}

.b24-form-field-agreement-link {
  display: none !important;
}

.b24-form-wrapper > ** {
  /*font-family: "NotoSansRegular", sans-serif;*/
  font-family: "Noto Sans", sans-serif !important;
}

.b24-form-control {
  background-color: #fff !important;
}

.b24-form-btn {
  /*font-family: "NotoSansRegular", sans-serif;*/
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 500;
  background-color: #ce1313 !important;
  max-width: 220px !important;
}

.b24-form-btn:hover {
  background-color: #f53535 !important;
}

.b24-form-state-container .b24-form-success {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.b24-form-state-inner {
  position: absolute;
  top: 50%;
  max-width: 330px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.b24-form-success-icon {
  display: inline-block;
  margin: 0 0 26px 0;
  width: 5rem;
  height: 5rem;
  background-image: url("/img/socicons/icon_check.svg");
  background-repeat: no-repeat;
  border: 4px solid #fff;
  border-radius: 100%;
  background-size: 3rem;
  filter: contrast(0%) sepia(100%) saturate(100) brightness(0.9);
  background-position: 60% 50%;
}

.b24-form-loader {
  display: none !important;
}

.b24-form-state .b24-form-error {
  display: none !important;
}

.b24-form-state .b24-form-warning {
  display: none !important;
}

#modal-wrapper {
  width: 54.815rem;
  height: 33.625rem;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#modal-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0rem;
  left: 0rem;
  z-index: 9999;
}

#modal-wrapper > :nth-child(1) {
  flex-grow: 3;
  background-image: url("/img/origin/laptop_top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 30%;
  height: 100%;
}

#modal-wrapper > :nth-child(2) {
  flex-grow: 7;
  position: relative;
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#modal-wrapper > :nth-child(2) > :nth-child(1) {
  width: 2rem;
  height: 2rem;
  background-image: url("/img/socicons/icon_plus.svg");
  background-size: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 3%;
  top: 3%;
  transform: rotate(45deg);
  cursor: pointer;
}

#modal-bitrix-form {
  margin-top: 0rem;
  width: 90%;
  height: 100%;
  padding-left: 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#modal-bitrix-form .personal-data {
  font-family: "NotoSansRegular", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.01px;
  text-align: left;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--text-secondary);
  padding-bottom: 2px;
  border-bottom-style: dashed;
  max-width: max-content;
}

.accented {
  font-family: "RobotoBold", sans-serif;
  font-size: 1.25rem !important;
  font-weight: 500;
  margin: 0px !important;
}

.black-text {
  color: #262626;
}

.address-wrapper {
  margin-top: 1.25rem;
}

/*.address-wrapper > :nth-child(1) {
  font-weight: bold;
}*/

.address-wrapper > :nth-child(2) {
  margin-bottom: 1.25rem !important;
}

#questions #easy-content .dark-text {
  max-width: 60% !important;
}

.b24-form-wrapper > ** {
  font-family: "NotoSansRegular";
}

.page input {
  background-color: #fff !important;
}

.b24-form-btn {
  font-family: "NotoSansRegular";
  font-weight: 500;
  background-color: #ce1313 !important;
}

.b24-form-btn:hover {
  background-color: #f53535 !important;
}

.b24-form-state-container .b24-form-success {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.b24-form-state-inner {
  position: absolute;
  top: 50%;
  max-width: 330px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.b24-form-success-icon {
  display: inline-block;
  margin: 0 0 26px 0;
  width: 5rem;
  height: 5rem;
  background-image: url("/img/socicons/icon_check.svg");
  background-repeat: no-repeat;
  border: 4px solid #fff;
  border-radius: 100%;
  background-size: 3rem;
  filter: contrast(0%) sepia(100%) saturate(100) brightness(0.9);
  background-position: 60% 50%;
}

.b24-form-loader {
  display: none !important;
}

.b24-form-state .b24-form-error {
  display: none !important;
}

.b24-form-state .b24-form-warning {
  display: none !important;
}

/* End */


/* Start:/media/settings/fonts.css?17067803663425*/
@font-face {
  font-family: Ubuntu;
  src: url("/media/style/fnt/UbuntuRegular.eot");
  src: url("/media/style/fnt/UbuntuRegular.eot?#iefix") format("embedded-opentype"),
    url("/media/style/fnt/UbuntuRegular.woff") format("woff"),
    url("/media/style/fnt/UbuntuRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "RobotoRegular";
  src: url("/media/font/Roboto/RobotoRegular.eot");
  src: url("/media/font/Roboto//RobotoRegular.eot?#iefix") format("embedded-opentype"),
    url("/media/font/Roboto/RobotoRegular.woff2") format("woff2"),
    url("/media/font/Roboto/RobotoRegular.woff") format("woff"),
    url("/media/font/Roboto/RobotoRegular.ttf") format("truetype"),
    url("/media/font/Roboto/RobotoRegular.svg#RobotoRegular") format("svg");
}

@font-face {
  font-family: "RobotoBold";
  src: url("/media/font/Roboto/RobotoBold.eot");
  src: url("/media/font/Roboto/RobotoBold.eot") format("embedded-opentype"),
    url("/media/font/Roboto/RobotoBold.woff2") format("woff2"),
    url("/media/font/Roboto/RobotoBold.woff") format("woff"),
    url("/media/font/RobotoBold.ttf") format("truetype"),
    url("/media/font/Roboto/RobotoBold.svg#RobotoBold") format("svg");
}

@font-face {
  font-family: "RobotoMedium";
  src: url("/media/font/Roboto/RobotoMedium.eot");
  src: url("/media/font/Roboto/RobotoMedium.eot") format("embedded-opentype"),
    url("/media/font/Roboto/RobotoMedium.woff2") format("woff2"),
    url("/media/font/Roboto/RobotoMedium.woff") format("woff"),
    url("/media/font/Roboto/RobotoMedium.ttf") format("truetype"),
    url("/media/font/Roboto/RobotoMedium.svg#RobotoMedium") format("svg");
}

@font-face {
  font-family: "RobotoBlack";
  src: url("/media/font/NotoSans/RobotoBlack.woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansRegular";
  src: url("/media/font/NotoSans/NotoSansRegular.eot");
  src: url("/media/font/NotoSans/NotoSansRegular.eot") format("embedded-opentype"),
    url("/media/font/NotoSans/NotoSansRegular.woff2") format("woff2"),
    url("/media/font/NotoSans/NotoSansRegular.woff") format("woff"),
    url("/media/font/NotoSans/NotoSansRegular.ttf") format("truetype"),
    url("/media/font/NotoSans/NotoSansRegular.svg#NotoSansRegular") format("svg");
}

@font-face {
  font-family: "NotoSansMedium";
  src: url("/media/font/NotoSans/NotoSansMedium.woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansSemiBold";
  src: url("/media/font/NotoSans/NotoSansSemiBold.woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansBold";
  src: url("/media/font/NotoSans/NotoSansBold.eot");
  src: url("/media/font/NotoSans/NotoSansBold.eot") format("embedded-opentype"),
    url("/media/font/NotoSans/NotoSansBold.woff2") format("woff2"),
    url("/media/font/NotoSans/NotoSansBold.woff") format("woff"),
    url("/media/font/NotoSans/NotoSansBold.ttf") format("truetype"),
    url("/media/font/NotoSans/NotoSansBold.svg#NotoSansBold") format("svg");
}

@font-face {
  font-family: "NotoSansExtraBold";
  src: url("/media/font/NotoSans/NotoSansExtraBold.woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
/* End */


/* Start:/media/settings/swiper/swiper-bundle.min.css?169839459717599*/
/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */

@font-face {
   font-family: swiper-icons;
   src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
   font-weight: 400;
   font-style: normal
}

:root {
   --swiper-theme-color: #007aff
}

.swiper {
   margin-left: auto;
   margin-right: auto;
   position: relative;
   overflow: hidden;
   list-style: none;
   padding: 0;
   z-index: 1
}

.swiper-vertical>.swiper-wrapper {
   flex-direction: column
}

.swiper-wrapper {
   position: relative;
   width: 100%;
   height: 100%;
   z-index: 1;
   display: flex;
   transition-property: transform;
   box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
   transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
   touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
   touch-action: pan-x
}

.swiper-slide {
   flex-shrink: 0;
   width: 100%;
   height: 100%;
   position: relative;
   transition-property: transform
}

.swiper-slide-invisible-blank {
   visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
   height: auto
}

.swiper-autoheight .swiper-wrapper {
   align-items: flex-start;
   transition-property: transform, height
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
   perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
   transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
   z-index: 10
}

.swiper-3d .swiper-slide-shadow {
   background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
   background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
   background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
   background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
   background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
   overflow: auto;
   scrollbar-width: none;
   -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
   display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
   scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
   scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
   scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
   content: '';
   flex-shrink: 0;
   order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
   margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
   height: 100%;
   min-height: 1px;
   width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
   margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
   width: 100%;
   min-width: 1px;
   height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
   scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
   height: 1px;
   width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
   width: 1px;
   height: var(--swiper-virtual-size)
}

:root {
   --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
   position: absolute;
   top: 50%;
   width: calc(var(--swiper-navigation-size)/ 44 * 27);
   height: var(--swiper-navigation-size);
   margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
   z-index: 10;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
   opacity: .35;
   cursor: auto;
   pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
   font-family: swiper-icons;
   font-size: var(--swiper-navigation-size);
   text-transform: none!important;
   letter-spacing: 0;
   text-transform: none;
   font-variant: initial;
   line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
   left: 10px;
   right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
   content: 'prev'
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
   right: 10px;
   left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
   content: 'next'
}

.swiper-button-lock {
   display: none
}

.swiper-pagination {
   position: absolute;
   text-align: center;
   transition: .3s opacity;
   transform: translate3d(0, 0, 0);
   z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
   opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
   bottom: 10px;
   left: 0;
   width: 100%
}

.swiper-pagination-bullets-dynamic {
   overflow: hidden;
   font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   transform: scale(.33);
   position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
   transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
   transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
   transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
   transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
   transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
   transform: scale(.33)
}

.swiper-pagination-bullet {
   width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
   height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
   display: inline-block;
   border-radius: 50%;
   background: var(--swiper-pagination-bullet-inactive-color, #000);
   opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
   border: none;
   margin: 0;
   padding: 0;
   box-shadow: none;
   -webkit-appearance: none;
   appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
   cursor: pointer
}

.swiper-pagination-bullet:only-child {
   display: none!important
}

.swiper-pagination-bullet-active {
   opacity: var(--swiper-pagination-bullet-opacity, 1);
   background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
   right: 10px;
   top: 50%;
   transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
   margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
   display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
   top: 50%;
   transform: translateY(-50%);
   width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   display: inline-block;
   transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
   margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
   left: 50%;
   transform: translateX(-50%);
   white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
   background: rgba(0, 0, 0, .25);
   position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   background: var(--swiper-pagination-color, var(--swiper-theme-color));
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   transform: scale(0);
   transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
   width: 100%;
   height: 4px;
   left: 0;
   top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical>.swiper-pagination-progressbar {
   width: 4px;
   height: 100%;
   left: 0;
   top: 0
}

.swiper-pagination-lock {
   display: none
}

.swiper-scrollbar {
   border-radius: 10px;
   position: relative;
   -ms-touch-action: none;
   background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
   position: absolute;
   left: 1%;
   bottom: 3px;
   z-index: 50;
   height: 5px;
   width: 98%
}

.swiper-vertical>.swiper-scrollbar {
   position: absolute;
   right: 3px;
   top: 1%;
   z-index: 50;
   width: 5px;
   height: 98%
}

.swiper-scrollbar-drag {
   height: 100%;
   width: 100%;
   position: relative;
   background: rgba(0, 0, 0, .5);
   border-radius: 10px;
   left: 0;
   top: 0
}

.swiper-scrollbar-cursor-drag {
   cursor: move
}

.swiper-scrollbar-lock {
   display: none
}

.swiper-zoom-container {
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
   max-width: 100%;
   max-height: 100%;
   object-fit: contain
}

.swiper-slide-zoomed {
   cursor: move
}

.swiper-lazy-preloader {
   width: 42px;
   height: 42px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -21px;
   margin-top: -21px;
   z-index: 10;
   transform-origin: 50%;
   animation: swiper-preloader-spin 1s infinite linear;
   box-sizing: border-box;
   border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
   border-radius: 50%;
   border-top-color: transparent
}

.swiper-lazy-preloader-white {
   --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
   --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
   100% {
      transform: rotate(360deg)
   }
}

.swiper .swiper-notification {
   position: absolute;
   left: 0;
   top: 0;
   pointer-events: none;
   opacity: 0;
   z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
   transition-timing-function: ease-out;
   margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
   flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
   flex-wrap: wrap;
   flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
   transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
   pointer-events: none;
   transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
   pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
   pointer-events: auto
}

.swiper-cube {
   overflow: visible
}

.swiper-cube .swiper-slide {
   pointer-events: none;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   z-index: 1;
   visibility: hidden;
   transform-origin: 0 0;
   width: 100%;
   height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
   pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
   transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
   pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next+.swiper-slide, .swiper-cube .swiper-slide-prev {
   pointer-events: auto;
   visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
   z-index: 0;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
   position: absolute;
   left: 0;
   bottom: 0px;
   width: 100%;
   height: 100%;
   opacity: .6;
   z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
   content: '';
   background: #000;
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   filter: blur(50px)
}

.swiper-flip {
   overflow: visible
}

.swiper-flip .swiper-slide {
   pointer-events: none;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
   pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
   pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
   z-index: 0;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden
}

.swiper-creative .swiper-slide {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   overflow: hidden;
   transition-property: transform, opacity, height
}

.swiper-cards {
   overflow: visible
}

.swiper-cards .swiper-slide {
   transform-origin: center bottom;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   overflow: hidden
}
/* End */


/* Start:/yuridicheskie-uslugi/style.css?16983945608190*/
/*@import url("/yuridicheskie-uslugi/modal.css");*/
.content {
  overflow: hidden;
}

.section {
  margin-bottom: 160px;
}

.container {
  max-width: 1640px;
  margin: 0 auto;
  align-items: center;
}

.section__columns {
  display: flex;
}

/*------------------------------------- SECTION ONE--------------------------*/

.section-one {}

.tablet__title {
  display: none;
}

/*------------------------------------- SECTION ONE
 END --------------------------*/
/*------------------------------------- SECTION TWO--------------------------*/
.section-tWO {}

.tile__container {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
  padding-left: 48px;
}

.tile {
  flex-basis: 50%;
  padding: 30px 24px;
}

.tile:first-child {
  margin-bottom: 6px;
}

.tile-element__image img {
  max-width: 64px;
  max-height: 64px;
}

.tile-element__title {
  margin: 12px 0px 8px 0px;
}

.tile-element__title>h4 {
  font-family: 'RobotoBold';
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--head);
}

.tile-element__text {}

/*------------------------------------- SECTION TWO END--------------------------*/

/*------------------------------------- SECTION THREE --------------------------*/

.section-three {}

.section-three__elements-inner {
  display: flex;
  justify-content: space-between;
}

.elements-inner__left {
  max-width: 800px;
  width: 100%;
}

.left-element__title h2 {
  /* font-family: "RobotoBold";
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.25; */
}



.left-element__title::after {
  position: absolute;
  content: '';
  height: 4px;
  width: 48px;
  bottom: 0px;
  background-color: var(--red-main);
}

.left-element__text {}

.left-element__text>div {
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .left-element__text>div {
    margin-bottom: 8px;
  }
}

.elements-inner__right {
  display: flex;
  align-items: center;
}

.elements-control {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 110px;
  float: right;
  margin: 15px;
  margin-right: 0;
}

.left-element__buttons>button,
.left-element__buttons>a,
.info-block__button>button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "NotoSansRegular";
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: var(--white);
  padding: 20px;
}

.info-block__button>.element__button-white,
.left-element__buttons>.element__button-white {
  color: var(--red-main);
}

.left-element__buttons>a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "NotoSansRegular";
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: var(--white);
  padding: 20px;
  width: 218px;
  border: 1px solid #fff;
  background-color: transparent;
  text-decoration: none;
  border-radius: 0.25rem;
  margin-right: 24px;
}

.left-element__buttons>a:hover {
  background-color: #f53535;
  transition: all .2s linear;
}

@media(max-width: 1024px) {

  .left-element__buttons>button,
  .left-element__buttons>a,
  .info-block__button>button {
    padding: 14px;
  }
}

.arrow {
  width: 3.125rem;
  height: 3.125rem;
  background-size: 3.125rem;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.arrow-prev {
  background-image: url(/yuridicheskie-uslugi/img/icon_arrow_red.svg);
  transform: rotate(180deg);
}

.arrow-next {
  background-image: url(/yuridicheskie-uslugi/img/icon_arrow_red.svg);
}

.arrow-prev.swiper-button-disabled {
  background-image: url(/yuridicheskie-uslugi/img/icon_arrow_grey.svg);
  transform: rotate(0deg);
}

.arrow-next.swiper-button-disabled {
  background-image: url(/yuridicheskie-uslugi/img/icon_arrow_grey.svg);
  transform: rotate(180deg);
}

.elements-inner__container {}

.elements-inner__columns {
  display: flex;
  justify-content: space-between;
  /*justify-content: space-evenly;*/
  padding: 0 2px;
}

.inner__column-left,
.inner__column-right {
  /* max-width: 800px; */
  width: 100%;
  flex-basis: 49%;
}

.column__item {
  padding: 18px;
  border: 1px solid var(--gray-1);
  margin: 16px 0;
  cursor: pointer;
}

.column__item:nth-child(6) {
  margin-bottom: 48px;
}

.item-header {
  display: flex;
  justify-content: space-between;
  /*border-bottom: 1px solid var(--gray-1);*/
  /*padding-bottom: 20px;*/
}

.item-title h4 {
  font-family: 'RobotoBold';
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 4px;
  color: var(--head);
}

.item-title p {
  font-size: 18px;
}

.item-control {
  display: flex;
  align-items: center;
}

.item-control>img {
  transition: 0.2s;
}

.item-text {
  display: none;
}

.active .item-text {
  display: block;
}

.active .item-header {
  border-bottom: 1px solid var(--gray-1);
  padding-bottom: 24px;
}

.active .item-control>img {
  transform: rotate(45deg);
  transition: 0.2s;
  -webkit-filter: sepia(1) saturate(100) brightness(80%);
  filter: sepia(1) saturate(100) brightness(80%);
}

.item-description {
  padding: 20px 0;
}

.item-description ul>li span {
  color: var(--text-secondary);
}

.item-description ul>li:first-child {
  margin-top: 5px;
}

.item-description ul>li {
  margin-bottom: 2px;
  list-style: disc;
  margin-left: 20px;
  color: var(--red-main);
}

.item-title {
  position: relative;
}

.bonus-title::after {
  position: absolute;
  content: '';
  background-image: url(/yuridicheskie-uslugi/img/Subtract.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: -60px;
  top: 2px;
  width: 52px;
  height: 21px;
}

.bonus-title__tablet::after {
  display: none;
  position: absolute;
  content: '';
  background-image: url(/yuridicheskie-uslugi/img/Subtract.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 52px;
  height: 21px;
  bottom: 0;
}

.item-bonus {
  padding-top: 24px;
  border-top: 1px solid var(--gray-1);
  justify-content: space-between;
}

.item-bonus__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.item-bonus__text a {
  color: var(--text-secondary);
}

.item-bonus__link {
  position: relative;
  padding-right: 15px;
}

.item-bonus__link a {
  /*position: relative;
  padding-right: 15px;*/
}

.bonus-link::after {
  position: absolute;
  content: '';
  background-image: url(/yuridicheskie-uslugi/img/Vector.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  bottom: 2px;
  width: 9px;
  height: 15px;
}

.pagination {
  display: flex;
}

.elements-inner__pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 25px;
}

.swiper-pagination-bullet-active {
  background-color: var(--red-elem-icon) !important;
  position: relative;
  box-shadow: 0 0 0 7px rgb(228 45 50 / 30%);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #b1b1b1;
  /* border: 1px solid var(--red-main); */
  opacity: 1;
  border-radius: 100%;
  margin: 0.25rem;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 11px;
}

/*------------------------------------- SECTION THREE END--------------------------*/
/*------------------------------------- SECTION FOUR--------------------------*/

.reverse-image::before {
  content: '';
  position: absolute;
  background-image: url(/yuridicheskie-uslugi/img/cube_red_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 20%;
  top: 5%;
  width: 154px;
  height: 172px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.reverse-image::after {
  content: '';
  position: absolute;
  background-image: url(/yuridicheskie-uslugi/img/cube_red_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 116px;
  height: 104px;
  top: 50%;
  /* -webkit-transform: scaleX(-1); */
  /* transform: scaleX(-1); */
  right: 150px;
  transform: rotate(90deg);
}

/*------------------------------------- SECTION FOUR END--------------------------*/
/*------------------------------------- SECTION FIVE--------------------------*/

.not-regular__element {
  /*width: auto;
    height: auto;*/
  height: 650px;
  position: relative;
}

.not-regular__element>img {
  padding: 0;
  width: 800px;
  height: 550px;
  margin: 50px 0;
  /* left: -100px; */
  position: absolute;
}

/*------------------------------------- SECTION FIVE END--------------------------*/
/* End */


/* Start:/yuridicheskie-uslugi/media.css?16983945603640*/
@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1440px;
  }

  .item-bonus__inner {
    flex-direction: column;
  }

  .item-bonus__link {
    position: static;
    padding-right: 0;
    margin-top: 24px;
  }

  .item-bonus__link a {
    position: relative;
    padding-right: 15px;
    float: right;
  }

  .tile {
    padding: 24px 20px;
  }
}

@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1208px;
  }

  .section {
    margin-bottom: 140px;
  }

  .tile__container {
    padding-left: 30px;
  }

  .tile {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 1025px;
  }

  .desktop__title {
    display: none;
  }

  .tablet__title {
    display: block;
  }

  .bonus-title::after {
    display: none;
  }

  .bonus-title__tablet {
    display: inline-block;
    position: relative;
  }

  .bonus-title__tablet::after {
    display: block;
    right: -60px;
  }

  .reverse-image::before {
    left: 0;
    top: 0;
  }

  .reverse-image::after {
    right: 10%;
  }

  .item-bonus__inner {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    max-width: 668px;
  }

  .section {
    margin-bottom: 60px;
  }

  .section-three__elements-inner {
    position: relative;
  }

  .elements-inner__left {
    max-width: 600px;
  }

  .elements-inner__right {
    position: absolute;
    align-items: flex-start;
    right: 0;
    max-width: 84px;
  }

  .elements-control {
    margin: 0;
  }

  .arrow {
    width: 30px;
    height: 30px;
    background-size: contain;
  }

  .elements-inner__columns {
    flex-direction: column;
    justify-content: flex-start;
  }

  .inner__column-left,
  .inner__column-right {
    flex-basis: unset;
  }

  .column__item:nth-child(4) {
    margin: 0;
  }

  .elements-inner__pagination-list {
    margin: 25px 0;
  }

  .not-regular__element {
    height: 450px;
  }

  .right-element__inner.not-regular__element>img {
    width: 364px;
    height: 450px;
  }

  .tile-element__title>h4 {
    font-size: 1rem;
  }

  .item-title h4 {
    font-size: 1rem;
  }

  .item-title p {
    font-size: 0.875rem;
  }

  .column__item {
    padding: 15px;
  }

  .active .item-header {
    padding-bottom: 15px;
  }

  .item-control>img {
    width: 30px;
    height: 30px;
    background-size: contain;
  }

  .reverse-image::before {
    width: 71px;
    height: 80px;
    left: 10%;
    top: 5%;
  }

  .reverse-image::after {
    width: 58px;
    height: 53px;
  }

  .column__item:nth-child(6) {
    margin-bottom: 0;
  }

  .right-element__inner.reverse-image {
    height: 450px;
  }

  .right-element__inner.reverse-image img {
    width: 230px;
  }

  .swiper-pagination-bullet-active {
    box-shadow: 0 0 0 4px rgb(228 45 50 / 30%);
  }

  .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }

  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
}

@media only screen and (max-width: 550px) {
  .container {
    max-width: 550px;
    padding: 0 15px;
  }

  .tile__container {
    flex-direction: row;
    padding-left: 0;
    margin: 0;
  }

  .tile {
    padding: 0;
  }

  .tile-element__title {
    margin-top: 8px;
  }

  .elements-inner__right {
    display: none;
  }

  .item-control>img {
    width: 24px;
    height: 24px;
  }

  .column__item {
    padding: 15px 10px;
  }

  .item-title h4 {
    margin-bottom: 2px;
  }

  .item-description {
    padding-top: 12px;
  }

  .item-bonus {
    padding-top: 12px;
  }

  .item-bonus__link {
    margin-top: 12px;
  }
}
/* End */
/* /media/settings/normalize.css?16983945746138 */
/* /media/settings/reset.css?1698394574908 */
/* /media/settings/basic.css?1698394574469 */
/* /media/settings/asymmetric_block.css?169839457414433 */
/* /media/settings/b24.css?16983945745605 */
/* /media/settings/fonts.css?17067803663425 */
/* /media/settings/swiper/swiper-bundle.min.css?169839459717599 */
/* /yuridicheskie-uslugi/style.css?16983945608190 */
/* /yuridicheskie-uslugi/media.css?16983945603640 */
