@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700&amp;subset=cyrillic");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
html {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #fff;
  color: #222c35;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
a {
  color: #222c35;
  transition-property: color, background-color;
  transition-duration: 150ms;
}
a:focus {
  outline: none;
}
::selection {
  background: #69258f;
  color: #fff;
  text-shadow: none;
}
.icon-gulp {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-position: -252px 0px;
  width: 45px;
  height: 100px;
}
.icon-npm {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -144px;
  width: 128px;
  height: 50px;
}
.icon-postcss {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-position: -152px 0px;
  width: 96px;
  height: 96px;
}
.icon-stylus {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 148px;
  height: 140px;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* nouislider - 12.1.0 - 10/25/2018 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
html,
body {
  width: 100%;
  height: 100%;
}
body #bx-panel {
  width: 100% !important;
}
.container {
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}
@media (min-width: 718px) {
  .container {
    max-width: 678px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.header,
.footer,
main,
section {
  width: 100%;
}
.btn {
  padding: 10px 31px;
  border-radius: 24px;
  box-shadow: 0 14px 48px 0 rgba(0,0,0,0.14);
  background-image: linear-gradient(249deg, #7830b3, #c86dd7);
  color: #fff;
  text-decoration: none;
  position: relative;
}
.btn:active {
  top: 2px;
}
.title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  display: block;
  text-align: center;
}
@media (min-width: 718px) {
  .title {
    font-size: 40px;
    font-weight: 400;
  }
}
.subtitle {
  font-size: 16px;
  margin: 0;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.subtitle b {
  font-weight: 600;
}
@media (min-width: 718px) {
  .subtitle {
    font-size: 28px;
    margin-top: 13px;
  }
}
.slider-nav {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: table;
  margin: auto;
  outline: none;
}
.slider-nav__arrow {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 24px;
  cursor: pointer;
  outline: none;
}
.slider-nav__arrow--left {
  background: url("/bitrix/templates/finjir/static/images/arrow-left.png") center no-repeat;
}
.slider-nav__arrow--right {
  background: url("/bitrix/templates/finjir/static/images/arrow-right.png") center no-repeat;
}
.contact-form {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 619px;
  margin: auto;
  padding: 60px 30px;
  box-sizing: border-box;
}
.contact-form__wrapper {
  max-width: 368px;
  width: 100%;
  margin: auto;
}
.contact-form__title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 28px;
}
.contact-form__input {
  width: 100%;
  line-height: 48px;
  border-radius: 10px;
  padding: 0 16px;
  box-sizing: border-box;
  border: 1px solid;
  outline: none;
}
.contact-form__input:focus {
  border-color: #69258f;
}
.contact-form__input.is-error {
  border-color: #d0021b;
}
.contact-form__checkbox {
  position: absolute;
  left: 0;
  top: 5px;
}
.contact-form__label {
  font-size: 18px;
  display: block;
  margin-bottom: 4px;
}
.contact-form__label-rules {
  font-size: 14px;
  padding-left: 26px;
}
.contact-form__items {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.contact-form__items li {
  position: relative;
  margin: 16px 0;
}
.contact-form__btn-wrapper {
  position: relative;
}
.contact-form__btn {
  width: 100%;
  max-width: 304px;
  padding: 17px 31px;
  box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
  display: table;
  margin: 30px auto 0;
}
.contact-form__loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 304px;
  padding: 12px 31px;
  box-sizing: border-box;
  border-radius: 30px;
  background-image: linear-gradient(249deg, #7830b3, #c86dd7);
  margin: auto;
  display: none;
}
.contact-form__loader.is-active {
  display: block;
}
.contact-form__loader-item {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px dotted #fff;
  border-radius: 50%;
  margin: auto;
  animation: spin 0.2s linear infinite;
}
.contact-form__success {
  border-radius: 30px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  background-image: linear-gradient(212deg, #7830b3, #c86dd7);
  padding: 17px 31px;
  display: none;
  color: #fff;
  max-width: 304px;
  margin: auto;
  left: 0;
  right: 0;
}
.contact-form__success.is-active {
  display: block;
}
.contact-form__success:active {
  top: 0;
}
.contact-form__success img {
  float: left;
}
.contact-form__success span {
  display: block;
  text-align: center;
}
.contact-form .mfp-close {
  color: #69258f;
}
.detail-page {
  position: relative;
  max-width: 650px;
  margin: auto;
}
.detail-page__wrapper {
  background: #fff;
  width: 100%;
  padding: 0 40px 60px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 717px) {
  .detail-page__wrapper {
    padding: 40px 20px 40px;
  }
}
.detail-page__image {
  position: relative;
}
.detail-page__image img {
  display: block;
  width: 100%;
}
.detail-page__date {
  position: absolute;
  bottom: 25px;
  left: 0;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #69258f;
  padding: 6px 13px;
  display: none;
}
.detail-page__date.is-view {
  display: block;
}
.detail-page__title {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}
@media (max-width: 717px) {
  .detail-page__title {
    font-size: 16px;
  }
}
.detail-page__content {
  font-size: 18px;
}
@media (max-width: 717px) {
  .detail-page__content {
    font-size: 14px;
  }
}
.detail-page .mfp-close {
  color: #69258f;
}
.jump-top {
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99999999;
  background: url("/bitrix/templates/finjir/static/images/arrow-top.png") #fff center no-repeat;
  background-size: contain;
  display: none;
}
@media (max-width: 717px) {
  .jump-top {
    right: 10px;
    bottom: 20px;
    width: 42px;
    height: 42px;
  }
}
.jump-top.is-view {
  display: block;
}
.error {
  text-align: center;
  font-weight: 600;
  padding: 150px 20px 190px;
  box-sizing: border-box;
}
@media (max-width: 717px) {
  .error {
    padding: 110px 20px 130px;
  }
}
.error__code {
  font-size: 144px;
  line-height: 1.2;
}
@media (max-width: 717px) {
  .error__code {
    font-size: 104px;
  }
}
.error__text {
  display: block;
  font-size: 36px;
}
@media (max-width: 717px) {
  .error__text {
    font-size: 24px;
  }
}
.error__link {
  display: inline-block;
  font-size: 24px;
  color: #69258f;
  margin-top: 100px;
  text-decoration: none;
  border-bottom: 1px solid;
}
@media (max-width: 717px) {
  .error__link {
    font-size: 20px;
  }
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.header {
  background: #69258f;
}
@media (min-width: 1200px) {
  .header {
    padding-bottom: 52px;
  }
}
.header__line {
  display: flex;
  justify-content: space-between;
}
.header__line:first-child {
  padding: 25px 0;
}
@media (min-width: 718px) {
  .header__line:first-child {
    padding: 25px 0 12px;
  }
}
@media (min-width: 1200px) {
  .header__line:first-child {
    padding: 25px 0;
  }
}
@media (max-width: 1199px) {
  .header__line--mobile-hide {
    display: none;
  }
}
.header__logo {
  display: block;
  width: 130px;
}
@media (min-width: 718px) {
  .header__logo {
    width: 175px;
  }
}
.header__logo-link {
  float: left;
}
.header__btn {
  align-self: center;
}
@media (max-width: 1199px) {
  .header__btn {
    display: none;
  }
}
.header-phone {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 18px;
  margin-right: 8px;
}
.header__mobile-panel {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 60px;
  z-index: 99999;
  display: none;
}
.header__mobile-panel.is-active {
  display: block;
}
@media (min-width: 1200px) {
  .header__mobile-panel.is-active {
    display: none;
  }
}
.header__mobile-panel .mobile-header {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}
.header__mobile-panel-close {
  width: 25px;
  height: 25px;
  background: url("/bitrix/templates/finjir/static/images/close.png") center no-repeat;
  cursor: pointer;
  position: relative;
  top: 14px;
  right: 8px;
}
.header__mobile-btn {
  display: table;
  margin: auto;
  width: 290px;
  padding: 17px 0px;
  border-radius: 30px;
  text-align: center;
  margin-top: 60px;
}
.header__mobile-phone {
  color: #69258f;
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  display: table;
  margin: auto;
  margin-top: 40px;
}
.mobile-menu-open {
  width: 40px;
  height: 23px;
  position: relative;
  top: 14px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .mobile-menu-open {
    display: none;
  }
}
.mobile-menu-open span {
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mobile-menu-open span:before,
.mobile-menu-open span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
}
.mobile-menu-open span:before {
  top: -10px;
}
.mobile-menu-open span:after {
  bottom: -10px;
}
.menu:after {
  content: "";
  display: table;
  clear: both;
}
.menu__item {
  display: block;
  position: relative;
  float: left;
  text-transform: uppercase;
  padding: 5px 11px;
  color: #fff;
  z-index: 2;
}
.menu__item.has-child ul {
  display: none;
  position: absolute;
  padding-left: 0;
  z-index: 1;
  background: #69258f;
  left: 0;
  top: 33px;
}
.menu__item.has-child:hover {
  background: #c86dd7;
  color: #fff;
}
.menu__item.has-child:hover ul {
  display: block;
}
.menu__item a {
  color: #fff;
  text-decoration: none;
}
.mobile-menu {
  margin-top: 10px;
}
.mobile-menu__item {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 0;
  margin-bottom: 9px;
  color: #69258f;
}
.mobile-menu__item:hover {
  color: #222c35;
}
.footer {
  background-color: #222c35;
  padding: 44px 0;
}
.footer__content {
  color: #fff;
  display: flex;
  justify-content: space-between;
  line-height: 36px;
}
@media (max-width: 717px) {
  .footer__content {
    flex-wrap: wrap;
    text-align: center;
  }
}
.footer .copyright a,
.footer .phone a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 717px) {
  .footer .copyright,
  .footer .phone {
    width: 100%;
  }
}
@media (max-width: 717px) {
  .footer .phone {
    margin: 6px 0 30px;
  }
}
.footer .socials {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.footer .socials:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 717px) {
  .footer .socials {
    display: table;
    margin: auto;
  }
}
.footer .socials__item {
  display: block;
  float: left;
  margin: 0 16px;
}
@media (max-width: 717px) {
  .footer .socials__item {
    margin: 0 20px;
  }
}
@media (min-width: 718px) {
  .footer .socials__item {
    margin: 0 12px;
  }
}
@media (min-width: 1200px) {
  .footer .socials__item {
    margin: 0 16px;
  }
}
.footer .socials__item:first-child {
  margin-left: 0;
}
.footer .socials__item:last-child {
  margin-right: 0;
}
.footer .socials__item-link {
  position: relative;
  width: 36px;
  height: 36px;
  display: block;
  background-image: linear-gradient(210deg, #3023ae, #c86dd7);
  border-radius: 100%;
}
.footer .phone {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 718px) {
  .footer .phone {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .footer .phone {
    font-size: 20px;
  }
}
.footer .social-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.footer .social-icon--twitter {
  padding-left: 3px;
}
.footer .social-icon--vk {
  padding-top: 2px;
}
.footer .social-icon--fb {
  padding-left: 1px;
}
.start-screen {
  background: #69258f;
  color: #fff;
  padding: 0 0 60px;
}
@media (min-width: 718px) {
  .start-screen {
    padding: 0 0 40px;
  }
}
@media (min-width: 1200px) {
  .start-screen {
    padding: 0 0 90px;
  }
}
.start-screen__container {
  position: relative;
  border-top: 1px solid #69258f;
}
.start-screen__content {
  position: relative;
  z-index: 2;
}
.start-screen__title {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 16px;
}
@media (min-width: 718px) {
  .start-screen__title {
    font-size: 36px;
    margin: 26px 0 34px;
  }
}
@media (min-width: 1200px) {
  .start-screen__title {
    font-size: 52px;
  }
}
.start-screen__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.start-screen__list-item {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  line-height: 25px;
}
.start-screen__list-item a {
  color: #fff;
}
@media (max-width: 717px) {
  .start-screen__list-item {
    margin: 12px 0;
  }
}
@media (min-width: 718px) {
  .start-screen__list-item {
    font-size: 24px;
    line-height: 35px;
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .start-screen__list-item {
    font-size: 38px;
    line-height: 60px;
    padding-left: 38px;
  }
}
.start-screen__list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  background-image: linear-gradient(210deg, #3023ae, #c86dd7);
  border-radius: 100%;
}
@media (max-width: 717px) {
  .start-screen__list-item:before {
    bottom: auto;
    top: 6px;
  }
}
@media (min-width: 718px) {
  .start-screen__list-item:before {
    width: 11px;
    height: 11px;
  }
}
@media (min-width: 1200px) {
  .start-screen__list-item:before {
    width: 20px;
    height: 20px;
  }
}
.start-screen__btn {
  padding: 18px 56px;
  border-radius: 30px;
  align-self: flex-end;
}
@media (max-width: 717px) {
  .start-screen__btn {
    width: 290px;
    padding: 18px 16px;
    margin-top: 44px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
  }
}
@media (max-width: 717px) {
  .start-screen__bg {
    display: block;
    height: 218px;
    margin-top: 20px;
  }
}
@media (min-width: 718px) {
  .start-screen__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 318px;
  }
}
@media (min-width: 1200px) {
  .start-screen__bg {
    width: auto;
  }
}
.start-screen__bg img {
  width: 100%;
}
@media (max-width: 717px) {
  .start-screen__bg img {
    position: absolute;
  }
}
.start-screen__footer {
  position: relative;
  z-index: 2;
}
@media (min-width: 718px) {
  .start-screen__footer {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .start-screen__footer {
    max-width: 722px;
    margin-top: 110px;
  }
  .start-screen__footer img {
    height: auto;
  }
}
.start-screen__footer img {
  display: block;
}
@media (max-width: 1199px) {
  .start-screen__footer img {
    height: 60px;
  }
}
.conditions {
  position: relative;
  background-color: #f4f5f7;
  padding: 50px 0 60px;
}
@media (min-width: 718px) {
  .conditions {
    padding: 60px 0 60px;
  }
}
@media (min-width: 1200px) {
  .conditions {
    padding: 100px 0 120px;
  }
}
.conditions:after {
  content: "";
  background-color: #f4f5f7;
  display: block;
  height: 40px;
  position: absolute;
  bottom: -20px;
  transform: skewY(-1deg);
  width: 100%;
}
@media (max-width: 717px) {
  .conditions__wrapper {
    overflow: hidden;
  }
}
.conditions__container {
  position: relative;
}
.conditions__content {
  position: relative;
}
.conditions__bg {
  position: absolute;
  width: 464px;
  height: 526px;
  background: url("/bitrix/templates/finjir/static/images/usloviya.png") center no-repeat;
}
@media (max-width: 717px) {
  .conditions__bg {
    display: none;
    top: 50px;
    right: 0;
    left: -90px;
    height: 360px;
    background-position: top;
  }
}
@media (min-width: 718px) and (max-width: 1199px) {
  .conditions__bg {
    top: 91px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .conditions__bg {
    top: 180px;
    right: 0;
  }
}
.conditions__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 717px) {
  .conditions__title {
    text-align: center;
  }
}
@media (min-width: 718px) {
  .conditions__title {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .conditions__title {
    text-align: left;
  }
}
.conditions__table_wrapper {
  margin-top: 30px;
}
@media (min-width: 718px) {
  .conditions__table_wrapper {
    margin-top: 150px;
  }
}
@media (min-width: 1200px) {
  .conditions__table_wrapper {
    margin-top: 0px;
  }
}
.conditions span {
  margin-top: 30px;
}
.conditions table {
  width: 290px;
  margin-top: 20px;
  padding: 30px 16px 24px;
  border-radius: 4px;
  box-shadow: 0 14px 48px 0 rgba(0,0,0,0.05);
  background-color: #fff;
}
@media (min-width: 718px) {
  .conditions table {
    width: 678px;
    padding: 20px 30px 20px;
  }
}
@media (min-width: 1200px) {
  .conditions table {
    width: 666px;
  }
}
.conditions table th {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 717px) {
  .conditions table th {
    text-align: center;
    padding-bottom: 4px;
  }
  .conditions table th:first-child {
    text-align: left;
  }
}
@media (min-width: 718px) {
  .conditions table th {
    font-size: 18px;
  }
}
.conditions table th:nth-of-type(1) {
  width: 99px;
}
@media (min-width: 718px) {
  .conditions table th:nth-of-type(1) {
    width: 218px;
  }
}
@media (max-width: 717px) {
  .conditions table th:nth-of-type(2) {
    width: 80px;
  }
}
.conditions table th:nth-of-type(3) {
  width: 72px;
}
@media (min-width: 718px) {
  .conditions table th:nth-of-type(3) {
    width: 105px;
  }
}
.conditions table td {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #222c35;
  padding: 10px 0;
}
@media (max-width: 717px) {
  .conditions table td {
    text-align: center;
  }
  .conditions table td:first-child {
    text-align: left;
  }
}
@media (min-width: 718px) {
  .conditions table td {
    font-size: 20px;
  }
}
.conditions table tr:last-child td {
  border: 0;
}
.opportunities {
  padding: 70px 0 40px;
}
@media (min-width: 718px) {
  .opportunities {
    padding: 80px 0 50px;
  }
}
@media (min-width: 1200px) {
  .opportunities {
    padding: 100px 0 150px;
  }
}
.opportunities-content {
  padding-top: 20px;
}
@media (min-width: 718px) {
  .opportunities-content {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .opportunities-content {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
  }
}
.opportunities .calculator {
  padding: 30px 15px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 14px 48px 0 rgba(0,0,0,0.1);
  width: 320px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 717px) {
  .opportunities .calculator {
    left: -15px;
    overflow: hidden;
  }
}
@media (min-width: 718px) {
  .opportunities .calculator {
    padding: 60px 46px 50px;
    width: 562px;
  }
}
@media (max-width: 1199px) {
  .opportunities .calculator {
    margin: auto;
  }
}
.opportunities .calculator:after {
  content: "";
  width: 123px;
  height: 123px;
  position: absolute;
  top: -61px;
  right: -81px;
  background: url("/bitrix/templates/finjir/static/images/calculator.png") center no-repeat;
}
@media (max-width: 717px) {
  .opportunities .calculator:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .opportunities .calculator:after {
    right: -61px;
  }
}
.opportunities .calculator-box:first-child {
  margin-bottom: 36px;
}
.opportunities .calculator-box__title-wrapper {
  display: flex;
  justify-content: space-between;
}
.opportunities .calculator-box__title {
  align-self: center;
}
.opportunities .calculator-box__input {
  position: relative;
}
.opportunities .calculator-box__input input {
  width: 125px;
  height: 28px;
  outline: none;
  text-align: right;
  border: 1px solid #cacaca;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.opportunities .calculator-box__input:after {
  content: "₽";
  position: absolute;
  right: 7px;
  top: 0;
  line-height: 30px;
}
.opportunities .calculator-box__input--time input {
  padding-right: 42px;
}
.opportunities .calculator-box__input--time:after {
  content: "мес";
  line-height: 26px;
}
.opportunities .calculator-box__slider-invest {
  margin: 28px 0 16px;
  padding-right: 6px;
}
.opportunities .calculator-box__slider-time {
  margin: 32px 0 16px;
  padding: 0 32px 0 25px;
}
.opportunities .calculator-box__slider-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
@media (min-width: 718px) {
  .opportunities .calculator-box__slider-values {
    font-size: 16px;
  }
}
.opportunities .calculator-box__slider-values--time span {
  width: 60px;
  text-align: center;
}
.opportunities .calculator-box .noUi-base:after {
  content: "";
  position: absolute;
  top: -15px;
  right: -32px;
  bottom: -15px;
  left: -25px;
}
.opportunities .calculator-box .noUi-target {
  border: 0;
  box-shadow: none;
  height: 4px;
  border-radius: 2px;
  background-color: #cacaca;
}
.opportunities .calculator-box .noUi-handle {
  border: 0;
  cursor: pointer;
  outline: none;
  width: 26px;
  height: 26px;
  top: -11px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.5);
  background-image: linear-gradient(210deg, #3023ae, #c86dd7);
  border-radius: 50%;
}
.opportunities .calculator-box .noUi-handle:before,
.opportunities .calculator-box .noUi-handle:after {
  display: none;
}
.opportunities .calculator-box .noUi-handle-active {
  box-shadow: none;
}
.opportunities .calculation {
  width: 480px;
  padding-top: 44px;
}
@media (max-width: 717px) {
  .opportunities .calculation {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .opportunities .calculation {
    margin: auto;
  }
}
.opportunities .calculation__content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 717px) {
  .opportunities .calculation__content {
    flex-wrap: wrap;
  }
}
.opportunities .calculation__content-item:nth-of-type(3) {
  width: 100%;
}
@media (max-width: 717px) {
  .opportunities .calculation__content-item:nth-of-type(3) {
    padding: 20px 0 0;
    text-align: center;
  }
  .opportunities .calculation__content-item:nth-of-type(3) .calculation__content-item-title {
    display: inline-block;
    font-size: 16px;
  }
  .opportunities .calculation__content-item:nth-of-type(3) .calculation__content-item-data {
    font-size: 16px;
    color: #69258f;
  }
}
@media (min-width: 718px) {
  .opportunities .calculation__content-item:nth-of-type(1) {
    width: 180px;
  }
  .opportunities .calculation__content-item:nth-of-type(2) {
    width: 140px;
  }
  .opportunities .calculation__content-item:nth-of-type(3) {
    width: 120px;
  }
}
.opportunities .calculation__content-item-title {
  display: block;
  font-size: 14px;
  line-height: 36px;
}
@media (min-width: 718px) {
  .opportunities .calculation__content-item-title {
    font-size: 16px;
  }
}
.opportunities .calculation__content-item-data {
  font-size: 15px;
  font-weight: 600;
}
@media (min-width: 718px) {
  .opportunities .calculation__content-item-data {
    font-size: 22px;
  }
}
.opportunities .calculation__info {
  position: relative;
}
@media (max-width: 717px) {
  .opportunities .calculation__info {
    font-size: 12px;
    letter-spacing: -0.2px;
  }
}
.opportunities .calculation__hr {
  margin: 25px 0;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background-color: #9b9b9b;
}
.opportunities .calculation__btn {
  width: 304px;
  display: inline-block;
  padding: 17px 31px;
  border-radius: 30px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 45px;
}
@media (max-width: 717px) {
  .opportunities .calculation__btn {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .opportunities .calculation__btn {
    display: table;
    margin: 45px auto;
  }
}
.train {
  background-color: #f4f5f7;
  position: relative;
  padding: 50px 0 20px;
}
@media (min-width: 718px) {
  .train {
    padding: 60px 0 10px;
  }
}
@media (min-width: 1200px) {
  .train {
    padding: 25px 0 50px;
  }
}
.train:before {
  content: "";
  background-color: #f4f5f7;
  display: block;
  height: 40px;
  position: absolute;
  top: -20px;
  transform: skewY(1deg);
  width: 100%;
}
.train:after {
  content: "";
  background-color: #f4f5f7;
  display: block;
  height: 40px;
  position: absolute;
  bottom: -20px;
  transform: skewY(1deg);
  width: 100%;
}
.train-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.train-list__wrap-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.train-list__item {
  position: relative;
  padding-top: 285px;
  width: 320px;
  text-align: center;
  margin: 60px 0;
}
@media (max-width: 717px) {
  .train-list__item {
    margin: 40px 0;
  }
}
@media (min-width: 1200px) {
  .train-list__item:nth-of-type(4) {
    margin-left: 200px;
  }
}
@media (min-width: 718px) {
  .train-list__item:nth-of-type(5) {
    margin: 60px auto;
  }
}
@media (min-width: 1200px) {
  .train-list__item:nth-of-type(5) {
    margin-right: 200px;
  }
}
.train-list__item-num {
  position: absolute;
  top: 0;
  z-index: 2;
  background: #333;
  border-radius: 50%;
  font-size: 30px;
  width: 70px;
  height: 70px;
  display: flex;
  align-content: center;
  text-align: center;
  justify-content: center;
  align-self: end;
  justify-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: 300;
  background-image: linear-gradient(210deg, #3023ae, #c86dd7);
}
.train-list__item-image {
  display: block;
  margin: auto;
}
.train-list__item-title {
  font-size: 24px;
  font-weight: 600;
  display: block;
}
@media (max-width: 717px) {
  .train-list__item-title {
    font-size: 16px;
  }
}
.train-list__item-subtitle {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-top: 5px;
}
@media (max-width: 717px) {
  .train-list__item-subtitle {
    font-size: 14px;
  }
}
.special {
  position: relative;
  padding: 90px 0 40px;
}
@media (min-width: 718px) {
  .special {
    padding: 90px 0 40px;
  }
}
@media (min-width: 1200px) {
  .special {
    padding: 110px 0 50px;
  }
}
.special:before {
  content: "";
  background-color: #fff;
  display: block;
  height: 40px;
  position: absolute;
  bottom: -20px;
  transform: skewY(-1deg);
  width: 100%;
  box-shadow: 14px 0 48px 0 rgba(0,0,0,0.1);
}
.special:after {
  content: "";
  background-color: #fff;
  display: block;
  height: 40px;
  position: absolute;
  bottom: 8px;
  transform: skewY(-1deg);
  width: 100%;
}
@media (max-width: 717px) {
  .special:after {
    bottom: 2px;
  }
}
@media (min-width: 718px) {
  .special:after {
    bottom: 0;
  }
}
.special-list-wrapper {
  overflow: hidden;
  padding-bottom: 86px;
}
@media (max-width: 717px) {
  .special-list-wrapper {
    padding-bottom: 46px;
  }
}
.special-list-wrapper__inner {
  width: 1156px;
  position: relative;
  left: -8px;
}
@media (max-width: 717px) {
  .special-list-wrapper__inner {
    width: 306px;
    left: -8px;
  }
}
@media (min-width: 718px) {
  .special-list-wrapper__inner {
    width: 694px;
    left: -8px;
  }
}
@media (min-width: 1200px) {
  .special-list-wrapper__inner {
    width: 1156px;
    left: -8px;
  }
}
.special-list-wrapper .tns-controls {
  display: none;
}
.special-list-wrapper .tns-nav {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -84px;
}
@media (max-width: 717px) {
  .special-list-wrapper .tns-nav {
    bottom: -44px;
  }
}
.special-list-wrapper .tns-nav button {
  width: 11px;
  height: 11px;
  border: 1px solid #69258f;
  border-radius: 50%;
  outline: none;
  margin: 0 8px;
  padding: 0;
  background: #fff;
  transition: background 0.15s ease;
}
@media (min-width: 718px) {
  .special-list-wrapper .tns-nav button {
    width: 18px;
    height: 18px;
  }
}
.special-list-wrapper .tns-nav button.tns-nav-active {
  background: #69258f;
}
.special-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  margin-top: 66px;
}
@media (max-width: 717px) {
  .special-list {
    margin-top: 26px;
  }
}
.special-list__item {
  width: 562px;
  box-sizing: border-box;
  padding: 0 8px;
}
.special-list__item-image {
  width: 100%;
  height: 160px;
  display: block;
  border-radius: 4px 4px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 718px) {
  .special-list__item-image {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .special-list__item-image {
    height: 232px;
  }
}
.special-list__item-link {
  text-decoration: none;
  display: block;
  height: 100%;
  background: #69258f;
  border-radius: 10px 10px 0 0;
}
.special-list__item-link span {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  padding: 25px 96px 25px 40px;
  color: #fff;
  background: #69258f;
}
@media (max-width: 717px) {
  .special-list__item-link span {
    padding: 18px 46px 18px 20px;
    font-size: 14px;
  }
}
.special-list__item-link span:after {
  content: "";
  width: 36px;
  height: 31px;
  background: url("/bitrix/templates/finjir/static/images/news-icon.png") center no-repeat;
  position: absolute;
  top: 20px;
  right: 40px;
}
@media (max-width: 717px) {
  .special-list__item-link span:after {
    width: 22px;
    height: 21px;
    top: 24px;
    right: 15px;
  }
}
.special-list__item-detail {
  display: none;
}
.comparison {
  padding: 80px 0 40px;
}
@media (min-width: 718px) {
  .comparison {
    padding: 90px 0 50px;
  }
}
@media (min-width: 1200px) {
  .comparison {
    padding: 110px 0 70px;
  }
}
.comparison__btn {
  display: block;
  width: 257px;
  margin: auto;
  padding: 18px 0;
  box-sizing: border-box;
  border-radius: 30px;
  margin: 40px 0 30px;
}
@media (max-width: 717px) {
  .comparison__btn {
    width: 100%;
  }
}
.comparison-info {
  width: 100% 890px;
  font-size: 14px;
  line-height: 19px;
  display: block;
  text-align: center;
  margin: 30px auto;
  font-weight: 300;
  font-style: italic;
}
@media (min-width: 718px) {
  .comparison-info {
    max-width: 468px;
  }
}
@media (min-width: 1200px) {
  .comparison-info {
    max-width: 890px;
  }
}
.comparison-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.comparison-list:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 718px) {
  .comparison-list {
    margin: auto;
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .comparison-list {
    margin-top: 55px;
  }
}
.comparison-list__item {
  width: 369px;
  text-align: center;
}
@media (max-width: 717px) {
  .comparison-list__item {
    width: 290px;
  }
}
.comparison-item {
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 18px 0 rgba(0,0,0,0.2);
}
@media (max-width: 717px) {
  .comparison-item {
    margin: 20px auto;
  }
}
@media (min-width: 718px) {
  .comparison-item {
    margin: 25px auto;
  }
}
@media (min-width: 1200px) {
  .comparison-item {
    float: left;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .comparison-item:nth-of-type(2) {
    margin: 0 16px;
  }
}
@media (min-width: 1200px) {
  .comparison-item--step {
    position: relative;
    top: 50px;
  }
}
.comparison-item__title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  padding: 40px 0;
  color: #fff;
  background-color: #222c35;
}
.comparison-item__title--color {
  background: #69258f;
}
.comparison-item__block {
  padding: 20px 50px;
  position: relative;
}
@media (max-width: 717px) {
  .comparison-item__block {
    padding: 20px 26px;
  }
}
.comparison-item__block:after {
  content: "";
  position: absolute;
  top: none;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  opacity: 0.5;
  background-image: linear-gradient(to left, #3023ae, #291f4d 95%, #040303);
}
.comparison-item__block-title {
  display: block;
  margin-bottom: 8px;
}
.comparison-item__block-description {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.comparison-item__block-description--red {
  color: #d0021b;
}
.comparison-item__block-description--green {
  color: #5ead02;
}
.comparison-item__block--height {
  height: 195px;
  box-sizing: border-box;
}
.comparison-item__footer {
  padding: 17px 21px;
  color: #fff;
  background-color: #222c35;
}
.comparison-item__footer--color {
  background: #69258f;
}
.guarantees {
  background: #f4f5f7;
  padding: 50px 0 40px;
  position: relative;
}
@media (min-width: 718px) {
  .guarantees {
    padding: 70px 0 50px;
  }
}
@media (min-width: 1200px) {
  .guarantees {
    padding: 100px 0 60px;
  }
}
.guarantees:after {
  content: "";
  background-color: #f4f5f7;
  display: block;
  height: 40px;
  position: absolute;
  bottom: -20px;
  transform: skewY(-1deg);
  width: 100%;
}
.guarantees-wrapper {
  overflow: hidden;
}
.guarantees-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
  padding: 80px 0 0;
  display: flex;
}
.guarantees-list:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 717px) {
  .guarantees-list {
    padding: 30px 0 0;
    display: block;
  }
}
@media (min-width: 718px) {
  .guarantees-list {
    padding: 50px 0 0;
    flex-wrap: wrap;
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .guarantees-list {
    padding: 80px 0 0;
    flex-wrap: nowrap;
    margin-top: 35px;
  }
}
.guarantees-list:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -125px;
  left: 350px;
  background: #222c35;
}
@media (max-width: 717px) {
  .guarantees-list:before {
    top: 120px;
    bottom: 90px;
    left: 150px;
  }
}
@media (min-width: 718px) {
  .guarantees-list:before {
    left: 300px;
  }
}
@media (min-width: 1200px) {
  .guarantees-list:before {
    left: 350px;
  }
}
.guarantees-list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: -125px;
  width: 100%;
  background: #222c35;
}
@media (max-width: 717px) {
  .guarantees-list:after {
    top: 120px;
    bottom: 90px;
  }
}
.guarantees-list__item {
  position: relative;
  z-index: 2;
  width: 370px;
  padding: 40px 30px 50px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
}
@media (max-width: 717px) {
  .guarantees-list__item {
    width: 100%;
    margin: 10px 0;
  }
}
@media (min-width: 718px) and (max-width: 1199px) {
  .guarantees-list__item {
    width: 324px;
  }
  .guarantees-list__item:last-child {
    width: 100%;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .guarantees-list__item {
    width: 370px;
  }
}
.guarantees-list__item:nth-of-type(1) {
  background: #69258f;
  color: #fff;
}
@media (min-width: 718px) {
  .guarantees-list__item:nth-of-type(2) {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .guarantees-list__item:nth-of-type(2) {
    margin: 0 15px;
  }
}
.guarantees-list__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}
@media (max-width: 717px) {
  .guarantees-list__item-title {
    font-size: 16px;
  }
}
@media (max-width: 717px) {
  .guarantees-list__item-content {
    font-size: 14px;
  }
}
.guarantees-list__item-content p {
  margin: 25px 0;
}
.guarantees-list__item-content b {
  font-weight: 600;
}
.docs-list-wrapper {
  overflow: hidden;
}
.docs-list-wrapper__inner {
  width: 1194px;
  position: relative;
  left: -27px;
}
@media (max-width: 717px) {
  .docs-list-wrapper__inner {
    width: 240px;
    left: 0;
    margin: auto;
  }
}
@media (min-width: 718px) {
  .docs-list-wrapper__inner {
    width: 738px;
    left: -30px;
  }
}
@media (min-width: 1200px) {
  .docs-list-wrapper__inner {
    width: 1194px;
    left: -27px;
  }
}
.docs-list-wrapper .tns-nav {
  display: none;
}
.docs-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding: 65px 0;
}
@media (max-width: 717px) {
  .docs-list {
    padding: 35px 0 50px;
  }
}
.docs-list__item {
  width: 185px;
  box-sizing: border-box;
  padding: 0 27px;
}
.docs-list__item-image {
  width: 100%;
  height: 262px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.docs-list__item-link {
  text-decoration: none;
  display: block;
  box-shadow: 0 6px 48px 0 rgba(0,0,0,0.1);
}
.questions {
  padding: 70px 0 20px;
}
@media (min-width: 718px) {
  .questions {
    padding: 90px 0 40px;
  }
}
@media (min-width: 1200px) {
  .questions {
    padding: 110px 0 60px;
  }
}
.questions-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.questions-list__item {
  border-radius: 4px;
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.06);
  background-color: #fff;
  margin: 40px 0;
  display: block;
}
@media (min-width: 1200px) {
  .questions-list__item {
    margin: 53px 0;
  }
}
.questions-list__item.is-active .questions-list__item-answer {
  display: block;
}
.questions-list__item.is-active i {
  transform: rotate(180deg);
}
.questions-list__item.is-active i svg .svg-color {
  stroke: #69258f;
}
.questions-list__item-question {
  font-size: 28px;
  position: relative;
  cursor: pointer;
  padding: 29px 46px;
}
@media (max-width: 717px) {
  .questions-list__item-question {
    font-size: 16px;
    padding: 24px 20px;
  }
}
.questions-list__item-question-inner {
  position: relative;
  line-height: 1.3;
}
.questions-list__item-question-inner span {
  display: block;
  padding-right: 50px;
}
@media (max-width: 717px) {
  .questions-list__item-question-inner span {
    padding-right: 30px;
  }
}
.questions-list__item-question i {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 717px) {
  .questions-list__item-question i {
    width: 24px;
  }
}
@media (max-width: 717px) {
  .questions-list__item-question i svg {
    width: 24px;
  }
}
.questions-list__item-question i svg .svg-color {
  stroke: #9b9b9b;
}
.questions-list__item-answer {
  display: none;
  font-size: 20px;
  margin: 0;
  padding: 0 96px 38px 46px;
  margin-top: -8px;
}
.questions-list__item-answer p:first-child {
  margin-top: 0;
}
.questions-list__item-answer p:last-child {
  margin-bottom: 0;
}
@media (max-width: 717px) {
  .questions-list__item-answer {
    font-size: 14px;
    padding: 0 50px 32px 20px;
  }
}
.request-call {
  background: #69258f;
  padding: 65px 0 80px;
  color: #fff;
}
.request-call__input-wrapper {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 300px;
  position: relative;
  margin-top: 40px;
}
.request-call__input-wrapper input {
  width: 100%;
  line-height: 64px;
  border-radius: 30px;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
  background-color: #fff;
  border: 0;
  outline: none;
  box-sizing: border-box;
  padding: 0 80px 0 35px;
  font-size: 20px;
}
@media (max-width: 717px) {
  .request-call__input-wrapper input {
    font-size: 18px;
  }
}
.request-call__input-wrapper input.is-error {
  box-shadow: 0 0 20px 8px inset rgba(208,2,27,0.349);
}
.request-call__submit {
  position: absolute;
  right: -1px;
  top: 0;
  cursor: pointer;
  width: 69px;
  height: 100%;
  border-radius: 0 30px 30px 0;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
  background-image: linear-gradient(212deg, #7830b3, #c86dd7);
}
.request-call__submit i {
  background: url("/bitrix/templates/finjir/static/images/phone.png") center no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-right: 22px;
}
.request-call__success {
  border-radius: 30px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  padding: 20px 31px;
  display: none;
}
.request-call__success.is-active {
  display: block;
}
.request-call__success:active {
  top: 0;
}
.request-call__success img {
  float: left;
}
.request-call__success span {
  display: block;
  text-align: center;
}
.reviews {
  background: url("/bitrix/templates/finjir/static/images/reviews-bg.png") center no-repeat;
  background-position-y: 110px;
  padding: 70px 0 60px;
  overflow: hidden;
}
@media (min-width: 718px) {
  .reviews {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) {
  .reviews {
    padding: 100px 0 140px;
    background-image: url("/bitrix/templates/finjir/static/images/reviews-bg-big.png");
  }
}
.reviews-list__wrapper {
  position: relative;
}
.reviews__slider-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 418px;
  top: 340px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
@media (max-width: 717px) {
  .reviews__slider-nav {
    position: relative;
    top: 0;
    width: 260px;
  }
}
.reviews__slider-nav .slider-nav__arrow {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  outline: none;
  box-shadow: 0 14px 40px 0 rgba(0,0,0,0.06);
  box-sizing: border-box;
  padding: 20px;
  border-radius: 50%;
}
.reviews__slider-nav .slider-nav__arrow span {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
}
.reviews__slider-nav .slider-nav__arrow--left {
  background: #fff;
}
.reviews__slider-nav .slider-nav__arrow--left span {
  background: url("/bitrix/templates/finjir/static/images/arrow-left.png") center no-repeat;
  background-size: contain;
}
.reviews__slider-nav .slider-nav__arrow--right {
  background: #fff;
}
.reviews__slider-nav .slider-nav__arrow--right span {
  background: url("/bitrix/templates/finjir/static/images/arrow-right.png") center no-repeat;
  background-size: contain;
}
.reviews-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding: 40px 0;
  position: relative;
}
.reviews-list:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 717px) {
  .reviews-list {
    padding: 20px 0;
  }
}
.reviews-list:after {
  content: "";
  position: absolute;
  width: 206px;
  height: 192px;
  right: 80px;
  top: 570px;
  background: url("/bitrix/templates/finjir/static/images/review-cit.png") center no-repeat;
}
@media (max-width: 717px) {
  .reviews-list:after {
    display: none;
  }
}
.reviews-list .slick-list {
  padding: 20px 0 !important;
  z-index: 2;
}
.reviews-list__item {
  outline: none;
  position: relative;
  z-index: 2;
}
.reviews-list__item-inner {
  width: 269px;
  padding: 30px 0 60px;
  border-radius: 4px;
  box-sizing: border-box;
  margin-left: 50%;
  transform: translate3d(-50%, 0, 0);
  transition: margin 0.3s ease, transform 0.3s ease;
}
.reviews-list__item-inner-box {
  position: relative;
}
.reviews-list__item.slick-current .reviews-list__item-image {
  transform: scale(1);
  opacity: 1;
}
.reviews-list__item.slick-current .reviews-list__item-content {
  padding-top: 140px;
}
.reviews-list__item.slick-current .reviews-list__item-inner {
  position: relative;
  margin-left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.reviews-list__item.slick-current .reviews-list__item-inner:before {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  left: -35px;
  right: -35px;
  box-shadow: 0 5px 40px 0 rgba(0,0,0,0.06);
}
.reviews-list__item-image-wrapper {
  height: 0;
}
.reviews-list__item-image {
  position: absolute;
  width: 114px;
  height: 114px;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0.2);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.reviews-list__item-content {
  padding-top: 20px;
  text-align: center;
  transition: padding 0.4s ease;
}
.reviews-list__item-content-title,
.reviews-list__item-content-age {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 717px) {
  .reviews-list__item-content-title,
  .reviews-list__item-content-age {
    font-size: 16px;
  }
}
.reviews-list__item-content-text {
  font-size: 16px;
  font-style: italic;
  margin: -1em 0;
  padding-top: 16px;
}
@media (max-width: 717px) {
  .reviews-list__item-content-text {
    font-size: 14px;
  }
}
.about {
  padding: 40px 0 60px;
  box-shadow: 0 14px 48px 0 rgba(0,0,0,0.1);
  position: relative;
}
@media (min-width: 718px) {
  .about {
    padding: 60px 0 90px;
  }
}
.about-content {
  position: relative;
}
.about-content__image-wrapper {
  position: absolute;
  top: -32px;
  left: 40px;
}
@media (max-width: 717px) {
  .about-content__image-wrapper {
    display: none;
  }
}
@media (min-width: 718px) {
  .about-content__image-wrapper {
    top: 11px;
    left: -8px;
  }
}
@media (min-width: 1200px) {
  .about-content__image-wrapper {
    top: -32px;
    left: 40px;
  }
}
.about-content__content {
  padding-left: 0;
  margin-top: 25px;
  font-size: 14px;
}
@media (min-width: 718px) {
  .about-content__content {
    padding-left: 324px;
    margin-top: 32px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .about-content__content {
    padding-left: 385px;
    margin-top: 42px;
  }
}
.about-content__content p {
  margin: 24px 0;
}
.about-content__content p:first-child {
  margin-top: 0;
}
.about-content__content p:last-child {
  margin-bottom: 0;
}
.about-content__content b {
  font-weight: 600;
}
.about-content__content-link {
  font-size: 16px;
  font-weight: 600;
  color: #69258f;
  border-bottom: 1px solid #69258f;
  text-decoration: none;
  padding-bottom: 2px;
  margin-top: 20px;
  display: inline-block;
}
@media (min-width: 718px) {
  .about-content__content-link {
    font-size: 24px;
  }
}
.news {
  background-color: #f4f5f7;
  padding: 60px 0;
}
@media (min-width: 718px) {
  .news {
    padding: 70px 0;
  }
}
.news-list-wrapper {
  overflow: hidden;
}
.news-list-wrapper__inner {
  width: 1192px;
  position: relative;
  left: -26px;
  padding: 6px 0;
}
@media (max-width: 717px) {
  .news-list-wrapper__inner {
    width: 310px;
    left: -10px;
  }
}
@media (min-width: 718px) {
  .news-list-wrapper__inner {
    width: 708px;
    left: -15px;
  }
}
@media (min-width: 1200px) {
  .news-list-wrapper__inner {
    width: 1192px;
    left: -26px;
  }
}
.news-list-wrapper__inner .tns-nav {
  display: none;
}
.news-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.news-list:after {
  content: "";
  display: table;
  clear: both;
}
.news-list__item {
  float: left;
  width: 345px;
  padding: 0 26px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 717px) {
  .news-list__item {
    width: 290px;
    padding: 0 10px 10px;
  }
}
@media (min-width: 718px) {
  .news-list__item {
    width: 324px;
    padding: 0 15px 15px;
  }
}
@media (min-width: 1200px) {
  .news-list__item {
    width: 345px;
    padding: 0 26px 26px;
  }
}
.news-list__item-link {
  display: block;
  text-decoration: none;
}
.news-list__item-image-wrapper {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.news-list__item-image {
  width: 100%;
  height: 205px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 717px) {
  .news-list__item-image {
    height: 184px;
  }
}
@media (min-width: 718px) {
  .news-list__item-image {
    height: 193px;
  }
}
@media (min-width: 1200px) {
  .news-list__item-image {
    height: 205px;
  }
}
.news-list__item-date {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px 13px;
  font-size: 12px;
  font-weight: 600;
  background-color: #69258f;
  color: #fff;
}
.news-list__item-title {
  display: block;
  font-size: 24px;
  line-height: 22px;
  color: #121628;
  margin-top: 18px;
}
.news-list__item-intro {
  margin: 14px 0 0 0;
  line-height: 22px;
}
.news-list__item-detail {
  display: none;
}
@media (min-width: 717px) {
  .news__detail .detail-page__image {
    width: 50%;
    float: left;
    margin-right: 24px;
    margin-top: 24px;
  }
}
.contacts {
  padding: 20px 0 0;
}
.contacts__slider-nav {
  margin: 26px auto 60px;
}
.contacts__subtitle {
  font-size: 16px;
  line-height: 22px;
}
.contacts__data {
  text-align: center;
  margin: 26px 0 28px;
}
.contacts__data-item {
  display: inline-block;
  position: relative;
  padding-left: 64px;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 717px) {
  .contacts__data-item {
    padding-left: 44px;
    font-size: 16px;
  }
}
.contacts__data-item span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-image: linear-gradient(210deg, #3023ae, #c86dd7);
  position: absolute;
  left: 0;
  top: 1px;
}
@media (max-width: 717px) {
  .contacts__data-item span {
    width: 26px;
    height: 26px;
  }
  .contacts__data-item span img {
    position: relative;
    top: 1px;
    width: 60%;
  }
}
.contacts__data-tel {
  margin-bottom: 25px;
}
.contacts__data-tel img {
  width: 26px;
}
@media (max-width: 717px) {
  .contacts__data-tel span img {
    top: 2px;
  }
}
.contacts-list-wrapper__inner {
  width: 1156px;
  position: relative;
  left: -8px;
}
@media (max-width: 717px) {
  .contacts-list-wrapper__inner {
    width: 306px;
    left: -8px;
  }
}
@media (min-width: 718px) {
  .contacts-list-wrapper__inner {
    width: 708px;
    left: -15px;
  }
}
@media (min-width: 1200px) {
  .contacts-list-wrapper__inner {
    width: 1156px;
    left: -8px;
  }
}
.contacts-list-wrapper .tns-nav {
  display: none;
}
.contacts-list-wrapper .tns-ovh {
  padding: 20px 0;
}
.contacts-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}
.contacts-list:after {
  content: "";
  display: table;
  clear: both;
}
.contacts-list__item {
  float: left;
  width: 33.33333%;
  padding: 0 8px;
  box-sizing: border-box;
}
@media (max-width: 717px) {
  .contacts-list__item {
    width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 718px) {
  .contacts-list__item {
    width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .contacts-list__item {
    width: 33.33333%;
    padding: 0 8px;
  }
}
.contacts-list__item-inner {
  border-radius: 4px;
  box-shadow: 0 2px 18px -5px rgba(0,0,0,0.2);
  background-color: #fff;
  padding: 30px 48px 48px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacts-list__item-data {
  width: 216px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
}
.contacts-list__item-address {
  display: block;
  font-weight: 600;
}
.contacts-list__item-btn {
  display: inline-block;
  padding: 16px;
  text-align: center;
  border-radius: 30px;
}
.contacts-map {
  width: 100%;
  height: 510px;
}
@media (max-width: 717px) {
  .contacts-map {
    width: 320px;
    height: 420px;
    position: relative;
    left: -15px;
  }
}
.partners {
  background: #f4f5f7;
  padding: 40px 0 40px;
}
@media (min-width: 718px) {
  .partners {
    padding: 60px 0 80px;
  }
}
.partners-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin-top: 16px;
}
.partners-list__item {
  width: 210px;
  height: 105px;
  border-radius: 4px;
  box-shadow: 0 14px 34px 0 rgba(0,0,0,0.1);
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  margin: 9px;
}
.partners-list__item img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 1200px) {
  .partners-list__item:first-child {
    margin-left: 0;
  }
  .partners-list__item:last-child {
    margin-right: 0;
  }
}
.svg-spinner-icon {
  position: relative;
  display: block;
  animation: spin 1s steps(12) infinite;
}
.icon-spinner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
@-moz-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=common.min.css.map */
