

/* Start:/local/templates/rtsb_site/css/styles.css?1751193774114610*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/*==============================
fonts
==============================*/
@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat-regular.woff2") format("woff2"), url("../fonts/montserrat-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat-italic.woff2") format("woff2"), url("../fonts/montserrat-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat-medium.woff2") format("woff2"), url("../fonts/montserrat-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat-semibold.woff2") format("woff2"), url("../fonts/montserrat-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat-bold.woff2") format("woff2"), url("../fonts/montserrat-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*==============================
base
==============================*/
*, *::before, *::after {
  box-sizing: inherit;
}

html,
body {
  min-height: 100vh;
  width: 100%;
  background-color: #ffffff;
}

html {
  box-sizing: border-box;
}

body {
  font-family: montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: #1F2123;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

.no-scroll {
  overflow: hidden;
  position: relative;
}

/*==============================
display-none
==============================*/
.display-none {
  display: none !important;
}

/*==============================
visually-hidden
==============================*/
.visually-hidden {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
}

/*==============================
site-main
==============================*/
@media (min-width: 1190px) {
  .site-main {
    padding-top: 155px;
  }
}

/*==============================
site-title
==============================*/
.site-title {
  margin: 10px 0;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 1190px) {
  .site-title {
    font-size: 32px;
  }
}

/*==============================
main-title
==============================*/
.main-title {
  margin: 10px 0;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 1190px) {
  .main-title {
    font-size: 40px;
  }
}

/* alient */
/*==============================
custom-select
==============================*/
.custom-select {
  position: relative;
}

.custom-select__label {
  font-size: 12px;
  color: #868787;
  pointer-events: none;
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 21;
}

.custom-select__wrapper {
  position: relative;
}

.custom-select__show {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 30px 44px 10px 12px;
  border-radius: 4px;
  background-color: #ffffff;
  background-image: url("../img/icon-arrow-to-down.svg");
  background-repeat: no-repeat;
  background-position: center right 24px;
  font-size: 16px;
  font-weight: 400;
  color: #1F2123;
  line-height: 1;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.custom-select__show:focus {
  outline: 0;
}

.custom-select__options {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  line-height: 1.5;
  margin: 0;
  margin-top: -0.5em;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.custom-select__item {
  padding: 10px;
}
.custom-select__item strong {
  font-weight: 400;
}
.custom-select__item:hover {
  background-color: #F2F2F2;
}
.custom-select__item:focus {
  background-color: #868787;
}

.custom-select__hidden-all {
  display: none;
}

/*==============================
accordion
==============================*/
.accordion--wide .accordion__link {
  padding: 24px 0;
  border-bottom: 1px solid #1F2123;
}
.accordion--wide .accordion__link::after {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #1F2123;
  background-image: url("../img/sprite-faq.svg");
  background-repeat: no-repeat;
  background-position: left top;
  transition-duration: 0.3s;
  transition-property: background-color;
}
.accordion--wide .accordion__link:hover {
  opacity: 1;
}
.accordion--wide .accordion__link:hover::after {
  background-color: #1F2123;
  background-position: right top;
}
.accordion--wide .accordion__content {
  border-top-width: 0;
  border-bottom: 1px solid #1F2123;
  transition-duration: 0.3s;
  transition-property: opacity;
  opacity: 0;
}
.accordion--wide .accordion__item.open .accordion__link::after {
  background-position: left bottom;
}
.accordion--wide .accordion__item.open .accordion__link:hover::after {
  background-position: right bottom;
}
.accordion--wide .accordion__item.open .accordion__content {
  opacity: 1;
}
.accordion--wide .accordion__body {
  padding: 0;
}

.accordion__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.accordion__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 24px 22px;
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.accordion__link:active {
  opacity: 0.7;
}
.accordion__link:hover {
  opacity: 0.7;
}
.accordion__link::after {
  content: "";
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-image: url("../img/sprite-accordion.svg");
  background-repeat: no-repeat;
  background-position: center top;
}

.accordion__item.open .accordion__link {
  border-radius: 8px 8px 0 0;
  border-bottom-color: transparent;
}
.accordion__item.open .accordion__link::after {
  background-position: center bottom;
}

/* Submenu */
.accordion__body {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  padding: 0 24px 0;
  border-radius: 0 0 8px 8px;
  border-top-color: transparent;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.accordion__content {
  padding: 12px 0 16px;
  border-top: 1px solid #CCCECF;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* layout */
/*==============================
site-wrapper
==============================*/
.site-wrapper {
  width: 100%;
  min-width: 320px;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
.site-wrapper--mobile-wide {
  padding: 0;
}
@media (min-width: 1190px) {
  .site-wrapper--mobile-wide {
    padding: 0 10px;
  }
}
.site-wrapper--news-slider {
  max-width: 1236px;
  padding: 0 15px;
}

/*==============================
footer-support
==============================*/
.footer-support {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100vh;
}

.footer-support__content {
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.footer-support__footer {
  flex-grow: 0;
  flex-shrink: 0;
}

/*==============================
columns
==============================*/
.columns {
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .columns {
    display: flex;
  }
}

@media (min-width: 768px) {
  .columns__col--calc {
    flex-shrink: 0;
    flex-basis: 370px;
    width: 370px;
  }
}
@media (min-width: 768px) {
  .columns__col--output {
    flex-shrink: 0;
    flex-basis: calc(100% - 370px);
    width: calc(100% - 370px);
    padding-left: 20px;
  }
}
@media (min-width: 1190px) {
  .columns__col--output {
    padding-left: 50px;
  }
}

.columns__item {
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .columns__sticky {
    position: sticky;
    top: 20px;
  }
}

/*==============================
grid
==============================*/
@media (min-width: 768px) {
  .grid {
    display: flex;
  }
}

@media (min-width: 768px) {
  .grid__min-col {
    flex-shrink: 0;
    flex-basis: 300px;
    display: flex;
    flex-direction: column;
    width: 300px;
    padding-right: 15px;
  }
}
@media (min-width: 1190px) {
  .grid__min-col {
    flex-basis: 385px;
    width: 385px;
  }
}

@media (min-width: 768px) {
  .grid__max-col {
    max-width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1190px) {
  .grid__max-col {
    padding-left: 15px;
  }
}

/* blocks */
/*==============================
btn
==============================*/
.btn {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0 20px;
  border-radius: 8px;
  background-color: #3A89C9;
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;
  white-space: nowrap;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.btn:focus {
  outline: 0;
}
.btn::after {
  content: "";
  display: block;
  width: 0;
  height: 24px;
  margin-left: 0;
  background-image: url("../img/sprite-btn.svg");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: right top;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: width;
}
.btn--contour {
  background-color: transparent;
  border: 2px solid #1F2123;
  color: #1F2123;
}
.btn--contour::after {
  background-position: right -24px;
}
.btn:hover::after {
  width: 24px;
  margin-left: 6px;
}

/*==============================
site-form
==============================*/
/* radio + checkbox */
.site-form__toggle-text {
  font-size: 14px;
  font-weight: 400;
  color: #1F2123;
  line-height: 1;
  position: relative;
  cursor: pointer;
}

.site-form__checkbox {
  display: block;
  padding-left: 32px;
}
.site-form__checkbox .site-form__toggle-input:checked + span::after {
  opacity: 1;
}
.site-form__checkbox .site-form__toggle-text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #b0b1b2;
  background-color: transparent;
  position: absolute;
  top: -5px;
  left: -32px;
}
.site-form__checkbox .site-form__toggle-text::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #809eb7;
  background-image: url("../img/icon-check-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition-duration: 0.2s;
  transition-property: opacity;
  position: absolute;
  top: -5px;
  left: -32px;
}

.site-form__radio {
  padding-left: 32px;
}
.site-form__radio .site-form__input:checked + span {
  cursor: default;
}
.site-form__radio .site-form__input:checked + span::before {
  border-color: #1F2123;
  background-color: #1F2123;
}
.site-form__radio .site-form__input:checked + span::after {
  opacity: 1;
}
.site-form__radio .site-form__toggle-text {
  position: relative;
}
.site-form__radio .site-form__toggle-text::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: -32px;
}
.site-form__radio .site-form__toggle-text::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  transition-duration: 0.2s;
  transition-property: opacity;
  opacity: 0;
  top: 50%;
  margin-top: -5px;
  left: -25px;
}

.site-form__file-input {
  visibility: hidden;
}

.site-form__file {
  display: block;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #CCCECF;
  background-image: url("../img/bg-upload-file.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  font-size: 16px;
  font-weight: 400;
  color: #1F2123;
  line-height: 1;
  transition-duration: 0.3s;
  transition-property: background-color;
  cursor: pointer;
  position: relative;
}
.site-form__file--current .site-form__file-after {
  opacity: 1;
}
.site-form__file:hover {
  background-color: #1F2123;
}
.site-form__file:hover .site-form__file-text {
  color: #ffffff;
}

.site-form__file-text {
  display: block;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 56px;
  color: #1F2123;
  transition-duration: 0.3s;
  transition-property: color;
}

.site-form__file-after {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.site-form__file-info {
  display: block;
  border-radius: 4px;
  background-color: #1F2123;
  padding-left: 12px;
  padding-right: 48px;
  font-size: 16px;
  color: #ffffff;
  line-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}

.site-form__file-closer {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url("../img/sprite-file-loader.svg");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: left top;
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 24px;
}
.site-form__file-closer:focus {
  outline: 0;
}
.site-form__file-closer:hover {
  background-position: left top -24px;
}

/*==============================
info
==============================*/
.info {
  padding: 0 6px;
  border-radius: 6px;
  border: 1px solid #CCCECF;
  background-color: #ffffff;
}

.info__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  coLOR: #1F2123;
}

.info__one {
  padding-bottom: 30px;
}

.info__complex-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}
.info__complex-list .info__display-row {
  padding-bottom: 10px;
}
@media (min-width: 1190px) {
  .info__complex-list .info__display-row {
    padding-bottom: 17px;
  }
}
@media (min-width: 1190px) {
  .info__complex-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
  }
}

.info__complex-item {
  padding-bottom: 20px;
}
@media (min-width: 1190px) {
  .info__complex-item {
    padding-bottom: 0;
  }
}

.info__display-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 16px;
}

.info__display-term {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #868787;
}

.info__display-desc {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #1F2123;
}

.info__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info__list--line .info__row {
  position: relative;
}
.info__list--line .info__row::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CCCECF;
  position: absolute;
  left: 0;
  /* top: 12px; */
}
.info__list--line .info__term {
  width: 75%;
  background-color: #ffffff;
}
.info__list--line .info__desc {
  background-color: #ffffff;
}
.info__list--underline .info__row {
  padding-top: 16px;
  border-bottom: 1px solid #CCCECF;
}
.info__list--underline .info__row:last-of-type {
  border-bottom-width: 0;
}

.info__row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  position: relative;
  align-items: flex-end;
}

.info__note-row {
  width: 75%;
  margin-top: -10px;
  padding-bottom: 10px;
}

.info__note {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #3A89C9;
}
.info__note .info__desc {
  color: #3A89C9;
}

.info__term {
  padding-right: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #1F2123;
  position: relative;
}

.info__desc {
  flex-shrink: 0;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #1F2123;
  white-space: nowrap;
  position: relative;
}

.info__sum {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #3A89C9;
  text-align: right;
}

.info__attention {
  margin: 12px 0 14px;
  padding-left: 18px;
  border-left: 2px solid #3A89C9;
}
.info__attention p {
  margin: 0;
}

.info__warning {
  display: block;
  min-height: 24px;
  padding-top: 5px;
  padding-left: 32px;
  background-image: url("../img/icon-warning.svg");
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 14px;
  font-weight: 500;
  color: #3A89C9;
}

.info__subtitle {
  margin: 0;
  padding: 17px 0 4px;
  font-size: 16px;
  font-weight: 600;
  color: #1F2123;
}

.info__where {
  padding-bottom: 7px;
}

.info__strong {
  margin: 10px 0 20px;
  padding: 10px 19px;
  border-radius: 6px;
  border: 1px solid #CCCECF;
}

/*==============================
buttons
==============================*/
.buttons__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.buttons__item {
  flex-shrink: 0;
  padding-right: 12px;
  padding-bottom: 16px;
}

/*==============================
nav
==============================*/
@media (min-width: 992px) {
  .nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .nav__item {
    padding-right: 32px;
  }
}

@media (min-width: 992px) {
  .nav__link {
    font-size: 14px;
    font-weight: 500;
    color: #1F2123;
    text-decoration: none;
    transition-duration: 0.3s;
    transition-property: color;
  }
}
@media (min-width: 992px) {
  .nav__link:hover {
    color: #3A89C9;
  }
}
@media (min-width: 992px) {
  .nav__link--current {
    color: #3A89C9;
    pointer-events: none;
  }
}

/*==============================
lang
==============================*/
.lang {
  height: 36px;
}

.lang__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 80px;
  padding-top: 36px;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.lang__list::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: url("../img/bg-lang-corners.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 36px;
}
.lang__list::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/sprite-arrows-up-down.svg");
  background-position: center top;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  top: 4px;
  right: 6px;
}

.lang__item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  background-color: #F2F2F2;
  opacity: 0;
}
.lang__item:last-of-type {
  border-bottom-width: 0;
}
.lang__item:hover {
  background-color: #1F2123;
}
.lang__item:hover .lang__link {
  color: #ffffff;
}
.lang__item--current {
  border-radius: 6px;
  background-image: url("../img/icon-earth.svg");
  background-repeat: no-repeat;
  background-position: left 6px top 6px;
  transition-duration: 0.3s;
  transition-property: opacity;
  pointer-events: auto;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.lang__item--current .lang__link {
  padding-left: 28px;
  padding-right: 44px;
}
.lang__item--current:hover {
  background-color: #F2F2F2;
}
.lang__item--current:hover .lang__link {
  color: #1F2123;
}
.lang__item--visible {
  pointer-events: auto;
  opacity: 1;
}

.lang__link {
  display: block;
  padding: 6px 8px 7px;
  font-size: 14px;
  font-weight: 600;
  color: #1F2123;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.lang__overall {
  display: none;
}
.lang__overall--opened {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
}

/*==============================
breadcrumbs
==============================*/
.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs__item {
  padding: 5px 30px 5px 0;
  position: relative;
}
.breadcrumbs__item::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/sprite-breadcrumbs.svg");
  background-position: left bottom;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -6px;
}
.breadcrumbs__item:last-of-type {
  padding-right: 5px;
}
.breadcrumbs__item:last-of-type::after {
  content: none;
}

.breadcrumbs__link {
  font-size: 12px;
  font-weight: 400;
  color: #B0B1B2;
  line-height: 1;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: color;
}
.breadcrumbs__link:hover {
  color: #1F2123;
}
.breadcrumbs__link--home {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../img/sprite-breadcrumbs.svg");
  background-position: top left;
  transition-duration: 0.2s;
  transition-property: opacity;
  opacity: 0.5;
}
.breadcrumbs__link--home:hover {
  opacity: 1;
}

/*==============================
interactive
==============================*/
.interactive {
  margin: auto 0;
}
.interactive--mailto .interactive__title {
  font-size: 24px;
}

.interactive__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #1F2123;
  text-align: center;
}

.interactive__text {
  font-size: 14px;
  font-weight: 400;
  color: #1F2123;
  text-align: center;
}
.interactive__text p {
  margin: 10px 0;
}

.interactive__item {
  margin: 0;
}

.interactive__label {
  display: block;
  position: relative;
}
.interactive__label--pseudo .interactive__input {
  padding: 30px 12px 10px;
}

.interactive__input {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 20px 12px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #CCCECF;
  font-size: 16px;
  font-weight: 400;
  color: #1F2123;
  line-height: 1;
  transition-duration: 0.2s;
  transition-property: color, border-color;
}
.interactive__input:focus {
  outline: 0;
}
.interactive__input::-moz-placeholder {
  opacity: 1;
  color: #868787;
}
.interactive__input::placeholder {
  opacity: 1;
  color: #868787;
}
.interactive__input:focus {
  border-color: #1F2123;
  outline-width: 0;
}
.interactive__input--error {
  border-color: #DF473A;
}
.interactive__input--textarea {
  min-height: 146px;
  resize: vertical;
}

.interactive__form {
  padding-top: 34px;
}

.interactive__item {
  padding-bottom: 24px;
}
.interactive__item:last-of-type {
  padding-bottom: 0;
}

.interactive__label-text {
  font-size: 16px;
  font-weight: 400;
  color: #868787;
  line-height: 1;
  white-space: nowrap;
  transition-duration: 0.2s;
  transition-property: font-size, top;
  position: absolute;
  left: 12px;
  top: 20px;
  z-index: 1;
}
.interactive__label-text--current {
  font-size: 12px;
  pointer-events: none;
  top: 13px;
}

/*==============================
modal
==============================*/
.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (min-width: 992px) {
  .modal {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .modal--main .modal__block {
    width: 520px;
  }
}
.modal--opened {
  pointer-events: auto;
  opacity: 1;
}
.modal--opened .modal__block {
  opacity: 1;
}

.modal__block {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 352px;
  max-height: 90vh;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
  transition-duration: 0.3s;
  transition-property: opacity;
  overflow-y: auto;
  opacity: 0;
  position: relative;
}
@media (min-width: 460px) {
  .modal__block {
    width: 400px;
  }
}

.modal__closer {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("../img/icon-closer.svg");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 7px;
}
.modal__closer:focus {
  outline: 0;
}
.modal__closer:active {
  opacity: 0.7;
}
.modal__closer:hover {
  opacity: 0.7;
}

.modal__overlay {
  width: 100vw;
  height: 100%;
  font-size: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

.modal__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media (min-width: 1190px) {
  .modal__content {
    padding: 46px;
  }
}

/*==============================
main-header
==============================*/
.main-header {
  width: 100%;
  padding: 16px 10px;
  background-color: #ffffff;
}
@media (min-width: 1190px) {
  .main-header {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
  }
}
@media (min-width: 1440px) {
  .main-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.main-header__body {
  position: relative;
}

.main-header__main {
  position: relative;
}

.main-header__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #1F2123;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .main-header__info {
    flex-direction: row;
  }
}

.main-header__logo-col {
  display: flex;
  align-items: center;
}

.main-header__logo {
  display: block;
  flex-shrink: 0;
  width: 136px;
  height: 32px;
  background-color: #ffffff;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.main-header__logo[href]:active {
  opacity: 0.7;
}
.main-header__logo[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.main-header__logo img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 992px) {
  .main-header__logo {
    margin-right: 30px;
  }
}

.main-header__menu-btn {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 50px;
  height: 40px;
  margin-right: 32px;
  border-radius: 8px;
  border: 1px solid #1F2123;
  background-color: #ffffff;
  background-image: url("../img/sprite-menu.svg");
  background-repeat: no-repeat;
  background-position: left top;
  transition-duration: 0.3s;
  transition-property: width, background-color;
  cursor: pointer;
  position: relative;
}
.main-header__menu-btn:focus {
  outline: 0;
}
.main-header__menu-btn:active {
  background-color: #1F2123;
  background-position: left bottom;
}
@media screen and (min-width: 1190px) {
  .main-header__menu-btn:hover {
    width: 103px;
    background-color: #1F2123;
    background-position: left top -40px;
  }
}
@media screen and (min-width: 1190px) {
  .main-header__menu-btn:hover .main-header__menu-text {
    margin-left: 28px;
    font-size: 15px;
    color: #ffffff;
    opacity: 1;
  }
}
.main-header__menu-btn--opened {
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  background-position: left top -80px;
}
@media screen and (min-width: 1190px) {
  .main-header__menu-btn--opened:hover {
    width: 50px;
    background-position: left top -120px;
  }
}
@media screen and (min-width: 1190px) {
  .main-header__menu-btn--opened:hover .main-header__menu-text {
    margin-left: 0;
    font-size: 0;
    opacity: 0;
  }
}

.main-header__menu-text {
  font-size: 0;
  opacity: 0;
}

.main-header__slogan {
  display: block;
  max-width: 275px;
  margin: 10px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.17;
  text-align: center;
}
@media (min-width: 992px) {
  .main-header__slogan {
    text-align: left;
    margin: 0;
  }
}

.main-header__tel {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #1F2123;
  text-decoration: none;
  white-space: nowrap;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.main-header__tel[href]:active {
  opacity: 0.7;
}
.main-header__tel[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.main-header__tel::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-image: url("../img/icon-phone-dark.svg");
  background-size: contain;
}
@media (min-width: 992px) {
  .main-header__tel {
    margin-left: auto;
  }
}

.main-header__interactive {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .main-header__interactive {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1190px) {
  .main-header__interactive {
    padding-bottom: 0;
  }
}

.main-header__nav {
  display: none;
}
@media (min-width: 992px) {
  .main-header__nav {
    display: block;
    position: relative;
    z-index: 1;
  }
}

.main-header__add-info {
  width: 100%;
  height: 100vh;
  padding: 180px 10px 20px;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
  transition-property: opacity;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
}
@media (min-width: 460px) {
  .main-header__add-info {
    display: flex;
    background-image: url("../img/bg-add-info.png");
    background-repeat: no-repeat;
    background-position: left bottom;
  }
}
@media (min-width: 992px) {
  .main-header__add-info {
    padding-top: 100px;
    justify-content: space-between;
  }
}
@media (min-width: 1190px) {
  .main-header__add-info {
    padding-top: 165px;
  }
}
.main-header__add-info--opened {
  pointer-events: auto;
  opacity: 1;
}

@media (min-width: 460px) {
  .main-header__menu {
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-header__menu {
    flex-basis: auto;
    width: auto;
    display: flex;
  }
}
@media (min-width: 1190px) {
  .main-header__menu {
    padding-left: 60px;
  }
}

.main-header__menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 460px) {
  .main-header__menu-list {
    padding-right: 20px;
  }
}
@media (min-width: 1190px) {
  .main-header__menu-list {
    padding-left: 45px;
  }
}

.main-header__menu-item {
  padding-bottom: 20px;
}
@media (min-width: 1190px) {
  .main-header__menu-item {
    padding-bottom: 27px;
  }
}

.main-header__menu-link {
  font-size: 16px;
  font-weight: 700;
  color: #1F2123;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.main-header__menu-link[href]:active {
  opacity: 0.7;
}
.main-header__menu-link[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.main-header__menu-link--current {
  color: #3A89C9;
  pointer-events: none;
}

@media (min-width: 460px) {
  .main-header__relations {
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-header__relations {
    flex-basis: auto;
    width: auto;
  }
}
@media (min-width: 1190px) {
  .main-header__relations {
    max-width: 480px;
    padding-right: 140px;
  }
}

/*==============================
main-footer
==============================*/
.main-footer {
  padding: 0 0 40px;
  background-color: #1F2123;
}
@media (min-width: 992px) {
  .main-footer {
    padding-bottom: 20px;
  }
}

.main-footer__main {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .main-footer__main {
    display: flex;
    padding-bottom: 0;
  }
}

.main-footer__logo-col {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .main-footer__logo-col {
    padding-top: 72px;
    padding-right: 12px;
    border-right: 1px solid #353739;
  }
}
@media (min-width: 1190px) {
  .main-footer__logo-col {
    padding-bottom: 160px;
  }
}

.main-footer__logo {
  width: 176px;
  height: 41px;
  margin-bottom: 25px;
}
.main-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.main-footer__slogan {
  margin: 0;
  padding-bottom: 7px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.43;
}

.main-footer__relations .relations__title {
  font-size: 14px;
  color: #ffffff;
}
@media (min-width: 1190px) {
  .main-footer__relations .relations__title {
    margin-bottom: 0;
  }
}
.main-footer__relations .relations__text {
  color: #ffffff;
}
.main-footer__relations .relations__text::before {
  background-image: url("../img/sprite-relations-light.svg");
}
.main-footer__relations .relations__text--telegram::before {
  background-image: url("../img/sprite-social-light.svg");
}

@media (min-width: 460px) {
  .main-footer__nav-col {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .main-footer__nav-col {
    display: flex;
  }
}
@media (min-width: 992px) {
  .main-footer__nav-col {
    padding-top: 72px;
    padding-left: 20px;
  }
}
@media (min-width: 1190px) {
  .main-footer__nav-col {
    padding-left: 50px;
  }
}

@media (min-width: 460px) {
  .main-footer__nav {
    display: flex;
  }
}
@media (min-width: 1190px) {
  .main-footer__nav {
    padding-right: 30px;
  }
}

.main-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 460px) {
  .main-footer__nav-list {
    padding-right: 40px;
  }
}
@media (min-width: 1190px) {
  .main-footer__nav-list {
    padding-right: 100px;
  }
}

.main-footer__nav-item {
  padding-bottom: 20px;
}

.main-footer__nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.main-footer__nav-link[href]:active {
  opacity: 0.7;
}
.main-footer__nav-link[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.main-footer__nav-link--current {
  color: #3A89C9;
  pointer-events: none;
}

.main-footer__text {
  font-size: 12px;
  font-weight: 400;
  color: #868787;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.main-footer__text[href]:active {
  opacity: 0.7;
}
.main-footer__text[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.main-footer__text--accented {
  color: #ffffff;
}

.main-footer__dev-logo {
  display: inline-block;
  width: 85px;
  height: 19px;
  margin-left: 10px;
  vertical-align: middle;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.main-footer__dev-logo[href]:active {
  opacity: 0.7;
}
.main-footer__dev-logo[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.main-footer__dev-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.main-footer__item {
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  .main-footer__item {
    padding-right: 24px;
    padding-bottom: 0;
  }
}

.main-footer__add {
  padding-top: 20px;
  border-top: 1px solid #353739;
}

@media (min-width: 768px) {
  .main-footer__add-columns {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .main-footer__add-col--info {
    display: flex;
    align-items: center;
  }
}

/*==============================
title-deco
==============================*/
.title-deco--01 .title-deco__content::before {
  background-position: top left;
}
.title-deco--02 .title-deco__content::before {
  background-position: top -32px left;
}
.title-deco--03 .title-deco__content::before {
  background-position: top -64px left;
}
.title-deco--04 .title-deco__content::before {
  background-position: top -96px left;
}
.title-deco--05 .title-deco__content::before {
  background-position: top -128px left;
}
.title-deco--06 .title-deco__content::before {
  background-position: top -160px left;
}

.title-deco__content {
  display: flex;
  align-items: center;
  margin: 0;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.title-deco__content[href]:active {
  opacity: 0.7;
}
.title-deco__content[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.title-deco__content::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 24px;
  background-image: url("../img/sprite-title-deco.svg");
  background-repeat: no-repeat;
  background-size: 32px auto;
  position: relative;
  top: -2px;
}

.title-deco__text {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1F2123;
  line-height: 1.2;
}

/*==============================
chart
==============================*/
.chart__list {
  margin: 0;
  padding: 10px 0;
}

.chart__row {
  padding-bottom: 10px;
  border-top: 1px solid #1F2123;
}
@media (min-width: 460px) {
  .chart__row {
    display: flex;
    padding-bottom: 24px;
  }
}

.chart__term {
  padding-top: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #1F2123;
}
@media (min-width: 460px) {
  .chart__term {
    flex-basis: 100px;
    width: 100px;
    flex-shrink: 0;
  }
}
@media (min-width: 1190px) {
  .chart__term {
    flex-basis: 152px;
    width: 152px;
  }
}

.chart__desc {
  margin: 0;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #1F2123;
}
@media (min-width: 460px) {
  .chart__desc {
    padding-left: 16px;
    border-left: 1px solid #1F2123;
  }
}
/*==============================
desc
==============================*/
.desc {
  padding-top: 30px;
}

.desc__content {
  padding-bottom: 50px;
}

.desc__wide-graph {
  position: relative;
}
.desc__wide-graph .desc__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-image: linear-gradient(to left, #1F2123, rgba(31, 33, 35, 0.1));
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
.desc__wide-graph::after {
  content: "";
  display: block;
  width: 171px;
  height: 175px;
  background-image: url("../img/bg-watermark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  right: 24px;
  bottom: 12px;
}
@media (min-width: 992px) {
  .desc__wide-graph {
    margin-top: 35px;
  }
}

.desc__img {
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.desc__img img {
  display: block;
  width: 100%;
  height: auto;
}
.desc__img video {
  display: block;
  width: 100%;
  height: auto;
}
.desc__img--overlay {
  position: relative;
}
.desc__img--overlay::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(31, 33, 35, 0.2);
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}

.desc__subtitle {
  display: block;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #1F2123;
  line-height: 1.38;
}

.desc__text {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #1F2123;
  line-height: 1.4;
}

/*==============================
nice
==============================*/
.nice--min .nice__item {
  padding: 4px 8px 4px 28px;
  background-size: 16px 16px;
  background-position: left top 5px;
}

.nice__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}

.nice__item {
  min-height: 24px;
  padding: 7px 7px 7px 40px;
  background-image: url("../img/bullet-nice.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
}

.nice__text {
  display: block;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #1F2123;
}

.nice__just-text {
  margin: 0;
}

/*==============================
cite
==============================*/
.cite {
  margin-bottom: 40px;
  background-color: #F2F2F2;
}
@media (min-width: 768px) {
  .cite {
    background-image: url("../img/bg-cite.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }
}
@media (min-width: 1190px) {
  .cite {
    background-position: left 100px bottom;
  }
}
@media (min-width: 1440px) {
  .cite {
    margin-bottom: 65px;
    background-position: left 255px bottom;
  }
}

.cite__body {
  padding: 35px 0;
  position: relative;
}
.cite__body::before {
  content: "";
  width: 64px;
  height: 44px;
  background-image: url("../img/bg-quotes.svg");
  background-size: contain;
  position: absolute;
  left: 0;
  top: -12px;
}
.cite__body::after {
  content: "";
  display: block;
  width: 121px;
  height: 38px;
  background-image: url("../img/bg-dots.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: -19px;
}

.cite__text {
  font-size: 24px;
  font-weight: 400;
  color: #1F2123;
  line-height: 1.42;
}

.cite__info {
  padding: 20px 0;
  border-top: 1px solid #1F2123;
}

.cite__author {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #1F2123;
}

.cite__position {
  font-size: 14px;
  font-weight: 400;
  color: #868787;
}

/*==============================
calc
==============================*/
.calc {
  padding: 0 32px 32px;
  border-radius: 6px;
  background-color: #F2F2F2;
}

.calc__fieldset,
.calc__way-fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

.calc__fieldset {
  padding: 20px 0 15px;
  border-bottom: 1px solid #CCCECF;
}
.calc__fieldset--way {
  padding-left: 12px;
}
.calc__fieldset:last-of-type {
  border-bottom-width: 0;
}

.calc__way-fieldset {
  padding-left: 36px;
  border-left: 3px dotted transparent;
}
.calc__way-fieldset--from {
  padding-bottom: 16px;
  border-left-color: rgba(134, 135, 135, 0.6);
}

.calc__legend {
  display: table;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #1F2123;
  position: relative;
}
.calc__legend + * {
  clear: both;
}
.calc__legend--place::before {
  content: "";
  display: block;
  width: 18px;
  height: 31px;
  background-color: #F2F2F2;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -47px;
}
.calc__legend--from::before {
  background-image: url("../img/icon-pin.svg");
  background-position: center top;
  top: 0;
}
.calc__legend--to::before {
  background-image: url("../img/icon-flag.svg");
  background-position: center bottom;
  bottom: 0;
}

.calc__btn-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.calc__btn-item {
  padding: 0 8px 8px 0;
}

.calc__toggle-btn {
  display: block;
  padding: 6px 14px 4px;
  border-radius: 6px;
  border: 1px solid transparent;
  background-color: #ffffff;
  transition-duration: 0.3s;
  transition-property: border-color, background-color;
  cursor: pointer;
}
.calc__toggle-btn:hover {
  border-color: #809eb7;
}

.calc__btn-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #1F2123;
}

.calc__toggle-input:checked + .calc__toggle-btn {
  background-color: #809eb7;
  color: #ffffff;
}

.calc__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
}

.calc__item {
  margin: 0;
  padding-bottom: 16px;
}

.calc__label {
  position: relative;
}

.calc__label-text {
  font-size: 16px;
  font-weight: 400;
  color: #868787;
  pointer-events: none;
  transition-duration: 0.2s;
  transition-property: font-size, top;
  position: absolute;
  left: 13px;
  top: 18px;
}

.calc__input {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 29px 12px 7px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  font-size: 16px;
  color: #1F2123;
  line-height: 1;
  transition-duration: 0.2s;
  transition-property: border-color;
}
.calc__input:focus {
  outline: 0;
}
.calc__input--error {
  border-color: #1F2123;
}
.calc__input:hover {
  border-color: #CCCECF;
}
.calc__input:focus {
  border-color: #1F2123;
}
.calc__input:focus + .calc__label-text {
  font-size: 12px;
  top: 9px;
}
.calc__input:valid + .calc__label-text {
  font-size: 12px;
  top: 9px;
}

/*==============================
contacts
==============================*/
.contacts {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.contacts__header {
  margin: 0;
  padding-left: 32px;
  background-image: url("../img/icon-doc.svg");
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 18px;
  font-weight: 600;
  color: #1F2123;
}

.contacts__info {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #868787;
}

.contacts__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 9px;
}

.contacts__item {
  padding-bottom: 9px;
}

.contacts__name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #1F2123;
}

.contacts__email {
  font-size: 14px;
  font-weight: 400;
  color: #3A89C9;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.contacts__email:active {
  opacity: 0.7;
}
.contacts__email:hover {
  opacity: 0.7;
}

/*==============================
aside-info
==============================*/
.aside-info {
  padding-top: 16px;
}

.aside-info__body {
  padding: 20px;
  background-color: #F2F2F2;
  position: relative;
}
.aside-info__body::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../img/bg-pipka.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -16px;
  left: 40px;
}
@media (min-width: 768px) {
  .aside-info__body {
    padding: 35px 60px 65px 40px;
  }
}

.aside-info__headline {
  padding-bottom: 5px;
  border-bottom: 1px solid #1F2123;
}
@media (min-width: 768px) {
  .aside-info__headline {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.aside-info__title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1F2123;
}

.aside-info__content {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .aside-info__content {
    display: flex;
  }
}

.aside-info__col {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .aside-info__col {
    padding-right: 50px;
  }
}

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

.aside-info__item {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .aside-info__item {
    padding-bottom: 0;
  }
}

.aside-info__text {
  font-size: 14px;
  font-weight: 400;
  color: #1F2123;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.aside-info__text[href]:active {
  opacity: 0.7;
}
.aside-info__text[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*==============================
relations
==============================*/
.relations {
  overflow: hidden;
}

.relations__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #1F2123;
}
@media (min-width: 1190px) {
  .relations__title {
    padding-bottom: 20px;
  }
}

.relations__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.relations__list--accented .relations__text--tel {
  font-size: 24px;
}
.relations__list--accented .relations__text--tel::before {
  top: 5px;
}
.relations__list--accented .relations__item {
  padding-bottom: 6px;
}

.relations__item {
  padding-bottom: 12px;
}

.relations__text {
  display: block;
  margin: 0;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #1F2123;
  line-height: 1.43;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  position: relative;
}
.relations__text[href]:active {
  opacity: 0.7;
}
.relations__text[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.relations__text::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../img/sprite-relations.svg");
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
.relations__text--tel::before {
  background-position: center top;
}
.relations__text--mailto::before {
  background-position: center top -18px;
}
.relations__text--address::before {
  background-position: center top -36px;
}
.relations__text--telegram {
  margin-top: 20px;
  padding-left: 36px;
}
.relations__text--telegram::before {
  width: 24px;
  height: 24px;
  background-image: url("../img/sprite-social.svg");
  background-position: center top;
}

.relations__place-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 32px;
}
.relations__place-list .relations__list {
  padding-top: 10px;
}
.relations__place-list .relations__text {
  font-size: 12px;
}

.relations__place-item {
  padding-bottom: 8px;
}

.relations__place-contacts {
  display: block;
  padding: 20px 24px 10px;
  border-radius: 6px;
  border: 1px solid #CCCECF;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: border-color;
  position: relative;
}
.relations__place-contacts::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/bg-relations-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: 0.3s;
  transition-property: opacity;
  opacity: 0;
  position: absolute;
  top: 24px;
  right: 24px;
}
.relations__place-contacts:hover {
  border-color: #1F2123;
}
.relations__place-contacts:hover::after {
  opacity: 1;
}

.relations__city {
  display: block;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCECF;
  font-size: 16px;
  font-weight: 700;
  color: #1F2123;
}

.relations__location {
  padding-top: 32px;
  position: relative;
}
@media (min-width: 1190px) {
  .relations__location::before {
    content: "";
    display: block;
    width: 364px;
    height: 364px;
    background-image: url("../img/bg-service-ring.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -180px;
    right: -100px;
  }
}

.relations__map {
  border-radius: 6px;
  border: 1px solid #CCCECF;
  overflow: hidden;
  position: relative;
}
.relations__map iframe {
  display: block;
  width: 100%;
  height: 400px;
  border-width: 0;
}

.relations__pin {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../img/map-pin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.relations__main {
  padding-top: 20px;
}
.relations__main .relations__list {
  padding-top: 15px;
}

.relations__subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1F2123;
}

.relations__info {
  padding-top: 20px;
}
@media (min-width: 1190px) {
  .relations__info {
    padding-top: 90px;
  }
}

/*==============================
output
==============================*/
.output--empty {
  pointer-events: none;
  position: relative;
}
.output--empty .output__buttons {
  display: none;
}
.output--empty::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

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

.output__item {
  padding-bottom: 16px;
}

.output__buttons .btn {
  min-width: 220px;
}

/*==============================
slider
==============================*/
.slider {
  /* arrows */
  /* dots */
}
.slider .slick-arrow {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(242, 242, 242, 0.3);
  background-image: url("../img/sprite-slider.svg");
  background-repeat: no-repeat;
  font-size: 0;
  transition-duration: 0.2s;
  transition-property: background-color;
  cursor: pointer;
  position: absolute;
  bottom: 24px;
  z-index: 1;
}
.slider .slick-arrow:focus {
  outline: 0;
}
.slider .slick-arrow:hover, .slider .slick-arrow:active {
  background-color: #F2F2F2;
}
.slider .slick-prev {
  background-position: top center;
  right: 76px;
}
.slider .slick-next {
  background-position: bottom center;
  right: 24px;
}
.slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  bottom: 16px;
  left: 20px;
}
.slider .slick-dots li {
  display: inline-block;
  padding: 10px 20px 4px 0;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .slider .slick-dots li {
    padding: 4px;
  }
}
.slider .slick-dots button {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  width: 12px;
  height: 12px;
  padding: 0;
  background-color: rgba(31, 33, 35, 0.2);
  border-radius: 50%;
  transition-duration: 0.2s;
  transition-property: background-color, width, height;
}
.slider .slick-dots button:focus {
  outline: 0;
}
@media (min-width: 992px) {
  .slider .slick-dots button {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.slider .slick-dots button:hover {
  cursor: pointer;
  background-color: #1F2123;
}
@media (min-width: 992px) {
  .slider .slick-dots button:hover {
    background-color: #ffffff;
  }
}
.slider .slick-dots button:active {
  background-color: #1F2123;
}
@media (min-width: 992px) {
  .slider .slick-dots button:active {
    background-color: #ffffff;
  }
}
.slider .slick-active button {
  width: 12px;
  height: 12px;
  background-color: #1F2123;
}
.slider .slick-active button:hover {
  cursor: default;
  filter: brightness(1);
}
@media (min-width: 992px) {
  .slider .slick-active button {
    background-color: #ffffff;
  }
}
@media (min-width: 1190px) {
  .slider {
    padding-top: 14px;
  }
}

/* slides */
.slider__content {
  position: relative;
}
@media (min-width: 1190px) {
  .slider__content {
    border-radius: 8px;
    overflow: hidden;
  }
}

.slider__img-wrapper img,
.slider__img-wrapper video {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .slider__img-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(15, 35, 51, 0.7), rgba(8, 15, 21, 0.1));
    position: absolute;
    left: 0;
    top: 0;
  }
}

.slider__info {
  padding: 16px 16px 60px;
  background-color: #F2F2F2;
}
@media (min-width: 768px) {
  .slider__info {
    display: flex;
  }
}
@media (min-width: 992px) {
  .slider__info {
    width: 50%;
    padding: 24px;
    border-radius: 0 6px 0 0;
    background-color: rgba(134, 135, 135, 0.3);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 1190px) {
  .slider__info {
    width: 48.7%;
    padding-bottom: 95px;
  }
}

.slider__counter {
  font-size: 12px;
  font-weight: 400;
  color: #1F2123;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .slider__counter {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .slider__counter {
    padding-right: 50px;
    color: #ffffff;
  }
}

.slider__number {
  font-size: 24px;
  font-weight: 600;
  color: #1F2123;
}
@media (min-width: 992px) {
  .slider__number {
    color: #ffffff;
  }
}

.slider__text h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 600;
  color: #1F2123;
}
@media (min-width: 992px) {
  .slider__text h3 {
    color: #ffffff;
  }
}
.slider__text p {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #1F2123;
  line-height: 1.43;
}
@media (min-width: 992px) {
  .slider__text p {
    color: #ffffff;
  }
}

.slider__button {
  display: flex;
  padding-top: 10px;
}
.slider__button .btn {
  width: auto;
  height: 46px;
  line-height: 46px;
}

/* video */
.slider__video-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.slider__video-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-width: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/*==============================
news
==============================*/
@media (min-width: 768px) {
  .news--wide .news__wide {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .news--wide .aside-headline::before {
    content: "";
    width: 300px;
    height: calc(100% + 100px);
    border-radius: 0 0 90px 0;
    background-color: #F2F2F2;
    position: absolute;
    right: 10px;
    top: -50px;
  }
}
@media (min-width: 1190px) {
  .news--wide .aside-headline::before {
    width: 100vw;
    height: calc(100% + 360px);
    top: -330px;
  }
}
@media (min-width: 768px) {
  .news--wide .aside-headline {
    position: relative;
  }
}
@media (min-width: 768px) {
  .news--wide .aside-headline__date,
.news--wide .aside-headline__title,
.news--wide .aside-headline__link {
    position: relative;
  }
}

@media (min-width: 460px) {
  .news__body {
    padding-top: 32px;
    padding-bottom: 60px;
  }
}

.news__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 460px) {
  .news__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media (min-width: 992px) {
  .news__list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
  }
}

.news__item {
  padding: 20px 0;
  border-bottom: 1px solid #CCCECF;
}
.news__item:last-of-type {
  border-bottom-width: 0;
}
@media (min-width: 460px) {
  .news__item:nth-of-type(2n+1)::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #CCCECF;
    position: absolute;
    right: -15px;
    top: 0;
  }
}
@media (min-width: 992px) {
  .news__item:nth-of-type(3n+1)::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #CCCECF;
    position: absolute;
    right: -15px;
    top: 0;
  }
}
@media (min-width: 992px) {
  .news__item:nth-of-type(3n+2)::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #CCCECF;
    position: absolute;
    right: -15px;
    top: 0;
  }
}
@media (min-width: 992px) {
  .news__item:nth-of-type(3n+3)::after {
    content: none;
  }
}
@media (min-width: 460px) {
  .news__item {
    padding: 0;
    border-bottom-width: 0;
    position: relative;
  }
}

.news__content {
  display: block;
  text-decoration: none;
}
.news__content:hover .news__img-wrapper::before {
  background-color: rgba(58, 137, 201, 0.9);
}
.news__content:hover .news__img-wrapper img {
  transform: scale(1.1);
}
.news__content:hover .news__hover-text {
  opacity: 1;
  right: 24px;
}
.news__content:hover .news__subtitle span {
  border-bottom-color: #1F2123;
}

.news__img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.news__img-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 33, 35, 0.15);
  transition-duration: 0.3s;
  transition-property: background-color;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.news__img-wrapper img {
  flex-shrink: 0;
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.3s;
  transition-property: width, height, transform;
  transform-origin: center center;
}

.news__hover-text {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  transition-duration: 0.3s;
  transition-property: opacity, right;
  opacity: 0;
  position: absolute;
  right: 44px;
  bottom: 24px;
  z-index: 3;
}
.news__hover-text::after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 7px;
  background-image: url("../img/bg-news-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.news__info {
  padding-top: 15px;
}

.news__date {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #1F2123;
  text-transform: uppercase;
}

.news__subtitle {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1F2123;
}
.news__subtitle span {
  border-bottom: 1px solid transparent;
  transition-duration: 0.3s;
  transition-property: border-color;
}

.news__text p {
  margin: 0;
  color: #1F2123;
}

.news__wide {
  padding-top: 32px;
}
@media (min-width: 1190px) {
  .news__wide .desc__img img {
    height: 416px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*==============================
news-slider
==============================*/
.news-slider {
  position: relative;
  /* arrows */
}
.news-slider .slick-arrow {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 0;
  transition-duration: 0.2s;
  transition-property: background-color;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 40px;
  z-index: 1;
}
.news-slider .slick-arrow:focus {
  outline: 0;
}
.news-slider .slick-arrow::before {
  content: "";
  width: 48px;
  height: 48px;
  background-color: transparent;
  background-image: url("../img/sprite-news-slider.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 460px) {
  .news-slider .slick-arrow {
    top: 76px;
  }
}
.news-slider .slick-arrow:hover, .news-slider .slick-arrow:active {
  background-color: #1F2123;
}
.news-slider .slick-arrow.slick-disabled {
  pointer-events: none;
}
.news-slider .slick-arrow.slick-disabled::before {
  opacity: 0.2;
}
.news-slider .slick-prev {
  left: -10px;
}
.news-slider .slick-prev::before {
  background-position: left top;
}
.news-slider .slick-prev:hover::before, .news-slider .slick-prev:active::before {
  background-position: right top;
}
.news-slider .slick-next {
  background-position: bottom center;
  right: -10px;
}
.news-slider .slick-next::before {
  background-position: left bottom;
}
.news-slider .slick-next:hover::before, .news-slider .slick-next:active::before {
  background-position: right bottom;
}
.news-slider::after {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: -2px;
}

/*==============================
intro-about
==============================*/
@media (min-width: 992px) {
  .intro-about__body {
    display: flex;
    align-items: center;
  }
}

.intro-about__main {
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  .intro-about__main {
    flex-basis: 100%;
    width: 100%;
    flex-shrink: 0;
  }
}
@media (min-width: 1190px) {
  .intro-about__main {
    padding-top: 100px;
    padding-bottom: 125px;
  }
}

.intro-about__add {
  padding: 0 20px 24px;
}
@media (min-width: 992px) {
  .intro-about__add {
    flex-basis: 50%;
    width: 50%;
    flex-shrink: 0;
  }
}
@media (min-width: 1190px) {
  .intro-about__add {
    padding-left: 60px;
  }
}

.intro-about__title {
  padding-bottom: 20px;
  border-bottom: 1px solid #1F2123;
}
@media (min-width: 1190px) {
  .intro-about__title {
    padding-bottom: 28px;
  }
}

.intro-about__text {
  padding: 2px 0 15px;
}
.intro-about__text b {
  font-weight: 600;
}

@media (min-width: 1190px) {
  .intro-about__btn {
    padding: 0 37px;
  }
}

.intro-about__deco {
  margin: 0;
  padding-top: 80px;
  position: relative;
}
.intro-about__deco::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-intro-before.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
.intro-about__deco::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-intro-after.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}

.intro-about__video {
  -webkit-mask: url("../img/bg-intro-mask.svg");
          mask: url("../img/bg-intro-mask.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.intro-about__video video {
  display: block;
  width: 100%;
  height: auto;
}

/*==============================
intro-services
==============================*/
.intro-services {
  background-color: #F2F2F2;
  position: relative;
}
.intro-services::before {
  content: "";
  display: block;
  width: 56%;
  height: 1px;
  background-color: #1F2123;
  position: absolute;
  right: 0;
  top: -1px;
}
@media (min-width: 1190px) {
  .intro-services .title-deco {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 86px;
    padding-left: 23px;
  }
}
.intro-services .title-deco__text {
  max-width: 180px;
}

.intro-services__body {
  padding: 30px 0;
  position: relative;
}
.intro-services__body::after {
  content: "";
  display: block;
  width: 121px;
  height: 38px;
  background-image: url("../img/bg-dots.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: -18px;
}
@media (min-width: 992px) {
  .intro-services__body {
    display: flex;
    background-image: url("../img/bg-services.svg");
    background-repeat: no-repeat;
    background-position: left 150px bottom -155px;
  }
}
@media (min-width: 1190px) {
  .intro-services__body {
    padding-top: 82px;
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .intro-services__main {
    flex-basis: 50%;
    width: 50%;
    padding-right: 40px;
  }
}

.intro-services__text {
  max-width: 470px;
  padding: 2px 0 15px;
}

@media (min-width: 1190px) {
  .intro-services__btn {
    padding: 0 37px;
  }
}

@media (min-width: 992px) {
  .intro-services__info {
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 1190px) {
  .intro-services__info {
    padding-left: 10px;
  }
}

.intro-services__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1190px) {
  .intro-services__list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
  }
}

.intro-services__item {
  padding: 10px 0;
  border-bottom: 1px solid #CCCECF;
}
@media (min-width: 1190px) {
  .intro-services__item:nth-of-type(2n+1) .title-deco {
    padding-left: 32px;
  }
}
@media (min-width: 1190px) {
  .intro-services__item:nth-of-type(2n+2) .title-deco {
    border-left: 1px solid #CCCECF;
  }
}
.intro-services__item:last-of-type {
  border-bottom-width: 0;
}
@media (min-width: 1190px) {
  .intro-services__item:nth-last-of-type(2) {
    border-bottom-width: 0;
  }
}
@media (min-width: 1190px) {
  .intro-services__item {
    flex-basis: 50%;
    width: 50%;
    padding: 15px 0;
  }
}

/*==============================
crawl
==============================*/
.crawl {
  display: block;
  width: 100%;
  height: 110px;
  background-color: #1F2123;
  background-image: url("../img/bg-crawl.svg");
  background-repeat: repeat-x;
  background-position: left center;
}
@media (min-width: 992px) {
  .crawl {
    -webkit-animation-name: crawl;
            animation-name: crawl;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}

@-webkit-keyframes crawl {
  0% {
    background-position: left center;
  }
  100% {
    background-position: left -1680px center;
  }
}

@keyframes crawl {
  0% {
    background-position: left center;
  }
  100% {
    background-position: left -1680px center;
  }
}
/*==============================
intro-news
==============================*/
.intro-news {
  padding-bottom: 50px;
}
@media (min-width: 1190px) {
  .intro-news {
    padding-bottom: 190px;
    background-image: linear-gradient(to bottom, #F2F2F2 20%, #ffffff 20%);
  }
}

.intro-news__headline {
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1F2123;
}
@media (min-width: 1190px) {
  .intro-news__headline::before {
    content: "";
    width: 12px;
    height: 143px;
    background-image: url("../img/bg-stupid-dots.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -90px;
    top: 40px;
  }
}
@media (min-width: 460px) {
  .intro-news__headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1190px) {
  .intro-news__headline {
    padding-top: 180px;
    padding-bottom: 0;
    background-image: url("../img/bg-intro-news.svg");
    background-repeat: no-repeat;
    background-position: top -40px right 110px;
    position: relative;
  }
}

@media (min-width: 460px) {
  .intro-news__title {
    padding-left: 15px;
  }
}
@media (min-width: 1190px) {
  .intro-news__title {
    margin: 0;
  }
}

.intro-news__more {
  font-size: 16px;
  font-weight: 600;
  color: #1F2123;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.intro-news__more[href]:active {
  opacity: 0.7;
}
.intro-news__more[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 460px) {
  .intro-news__more {
    padding-right: 15px;
  }
}

.intro-news__slider {
  padding-top: 20px;
}
@media (min-width: 1190px) {
  .intro-news__slider {
    padding-top: 40px;
  }
}

.intro-news__content {
  padding: 0 16px 0 15px;
  border-right: 1px solid #CCCECF;
}

/*==============================
goto
==============================*/
.goto {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 5;
}

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

.goto__item {
  position: relative;
}
.goto__item:first-of-type .goto__link {
  border-radius: 6px 0 0 0;
  border-bottom-width: 0;
}
.goto__item:last-of-type .goto__link {
  border-radius: 0 0 0 6px;
}

.goto__link {
  display: block;
  width: 48px;
  height: 48px;
  border-left: 1px solid #1F2123;
  border-top: 1px solid #1F2123;
  border-bottom: 1px solid #1F2123;
  background-color: #ffffff;
  background-image: url("../img/sprite-goto.svg");
  background-repeat: no-repeat;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.tg__link{
  display: block;
  width: 48px;
  height: 48px;
  border-left: 1px solid #1F2123;
  border-top: 1px solid #1F2123;
  border-bottom: 1px solid #1F2123;
  background-color: #ffffff;
  background-image: url("../img/send.svg");
  background-repeat: no-repeat;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.goto__link:hover {
  background-color: #1F2123;
}
@media screen {
  .goto__link:hover .goto__hint {
    opacity: 1;
  }
}
.goto__link--mailto {
  background-position: left top;
}
.goto__link--mailto:hover {
  background-position: right top;
}
.goto__link--calc {
  background-position: left top -48px;
}
.goto__link--calc:hover {
  background-position: right top -48px;
}
.goto__link--current {
  pointer-events: none;
}

.tg__link {
  background-position: center;
}
.tg__link:hover {
  background-position: center;
}

.tg__link:hover {
  background-image: url("../img/send-white.svg");
}

.goto__hint {
  display: block;
  min-width: 138px;
  padding: 10px;
  border-radius: 6px;
  background-color: #1F2123;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  transition-duration: 0.3s;
  transition-property: opacity;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 62px;
  top: 50%;
  transform: translateY(-50%);
}
.goto__hint::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid #1F2123;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right-width: 0;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}

/*==============================
headline
==============================*/
.headline {
  padding-top: 7px;
  border-bottom: 1px solid #1F2123;
}
@media (min-width: 768px) {
  .headline--zuzka::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    position: absolute;
  }
}
@media (min-width: 768px) {
  .headline--zuzka {
    position: relative;
  }
}
@media (min-width: 768px) {
  .headline--services::before {
    width: 364px;
    height: 364px;
    background-image: url("../img/bg-service-ring.svg");
    left: -180px;
    top: 40px;
  }
}
@media (min-width: 768px) {
  .headline--news::before {
    width: 266px;
    height: 266px;
    background-image: url("../img/bg-news.svg");
    right: 0;
    top: 15px;
  }
}
@media (min-width: 1440px) {
  .headline--news::before {
    right: -65px;
  }
}
@media (min-width: 768px) {
  .headline--career::before {
    width: 284px;
    height: 284px;
    background-image: url("../img/bg-career.svg");
    right: 30px;
    top: -30px;
  }
}
.headline--min {
  padding-bottom: 10px;
}
.headline--death {
  border-bottom-width: 0;
}

.headline__title {
  margin: 5px 0;
}

/*==============================
menu
==============================*/
.menu {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .menu {
    padding-bottom: 0;
  }
}
.menu--pimples {
  position: relative;
}
@media (min-width: 768px) {
  .menu--pimples::after {
    content: "";
    display: block;
    width: 132px;
    height: 132px;
    margin-top: 64px;
    background-image: url("../img/bg-pimples.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    pointer-events: none;
  }
}

.menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 460px) {
  .menu__list {
    display: flex;
  }
}
@media (min-width: 768px) {
  .menu__list {
    display: block;
  }
}

@media (min-width: 768px) {
  .menu__item:first-of-type .menu__link {
    border-radius: 6px 6px 0 0;
  }
}
@media (min-width: 768px) {
  .menu__item:last-of-type .menu__link {
    border-radius: 0 0 6px 6px;
  }
}

.menu__link {
  display: block;
  padding: 10px;
  border-radius: 6px 6px 0 0;
  background-color: #F2F2F2;
  font-size: 14px;
  font-weight: 400;
  color: #1F2123;
  text-decoration: none;
  white-space: nowrap;
  transition-duration: 0.3s;
  transition-property: background-color, color;
}
@media (min-width: 768px) {
  .menu__link {
    padding: 24px;
    border-radius: 0;
    font-size: 18px;
  }
}
@media (min-width: 1190px) {
  .menu__link {
    font-size: 16px;
  }
}
.menu__link:hover, .menu__link--current {
  background-color: #1F2123;
  color: #ffffff;
}
.menu__link--current {
  pointer-events: none;
}

/*grid*/
/*==============================
display
==============================*/
.display {
  padding-bottom: 20px;
}

.display__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .display__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.display__item {
  padding-bottom: 10px;
}
.display__info {
  display: flex;
  align-items: flex-end;
  margin: 0;
}

.display__number {
  margin-right: 12px;
  font-size: 56px;
  font-weight: 400;
  color: #1F2123;
  line-height: 1;
  position: relative;
  top: 4px;
}

.display__about {
  display: flex;
  max-width: 310px;
  font-size: 18px;
  font-weight: 500;
  color: #1F2123;
  line-height: 1.2;
}
.display__about--icon {
  align-items: flex-end;
  min-height: 48px;
}
.display__about--icon::before {
  content: "";
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  background-image: url("../img/icon-pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -5px;
}

/*==============================
services
==============================*/
.services .desc {
  padding-top: 25px;
}
.services .desc__subtitle {
  font-size: 14px;
}
.services .title-deco {
  padding-top: 35px;
}
@media (min-width: 992px) {
  .services .title-deco--02 .title-deco__content::before {
    background-position: top -64px left;
  }
}
@media (min-width: 992px) {
  .services .title-deco--03 .title-deco__content::before {
    background-position: top -128px left;
  }
}
@media (min-width: 992px) {
  .services .title-deco--04 .title-deco__content::before {
    background-position: top -192px left;
  }
}
@media (min-width: 992px) {
  .services .title-deco--05 .title-deco__content::before {
    background-position: top -256px left;
  }
}
@media (min-width: 992px) {
  .services .title-deco--06 .title-deco__content::before {
    background-position: top -320px left;
  }
}
@media (min-width: 992px) {
  .services .title-deco__content::before {
    width: 64px;
    height: 64px;
    background-size: 64px auto;
  }
}
@media (min-width: 992px) {
  .services .title-deco__text {
    max-width: 270px;
    padding-left: 16px;
    border-left: 1px solid #1F2123;
    font-size: 20px;
  }
}
@media (min-width: 1190px) {
  .services .title-deco__text {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .services {
    background-image: url("../img/bg-service-ribbon.svg"), url("../img/bg-service-circle.svg");
    background-repeat: no-repeat;
    background-position: right top 20%, left top 56%;
  }
}

.services__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1190px) {
  .services__list {
    padding-bottom: 85px;
  }
}

.services__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #1F2123;
}
@media (min-width: 1190px) {
  .services__item {
    position: relative;
  }
}
.services__item:last-of-type {
  border-bottom-width: 0;
}

.services__flag {
  display: none;
}
@media (min-width: 1190px) {
  .services__flag {
    display: block;
    width: 0;
    height: 100px;
    position: absolute;
    left: 0;
    top: -100px;
  }
}

/*==============================
crazy
==============================*/
.crazy {
  padding-top: 25px;
  overflow: hidden;
  position: relative;
}
.crazy::after {
  content: "";
  display: block;
  width: 38px;
  height: 121px;
  background-image: url("../img/bg-dots-vertical.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 815px;
  top: 0;
  z-index: 1;
}

.crazy__all {
  background-image: linear-gradient(to right, #3A89C9 50%, #ffffff 50%);
  position: relative;
}
.crazy__all::before {
  content: "";
  width: 50%;
  height: 348px;
  background-color: #F2F2F2;
  position: absolute;
  right: 0;
  top: 0;
}

.crazy__body {
  display: flex;
  height: 590px;
  padding-top: 40px;
  background-image: linear-gradient(to right, #3A89C9 385px, #ffffff 385px);
  position: relative;
}
.crazy__body::before {
  content: "";
  width: calc(100% - 385px);
  height: 348px;
  background-color: #F2F2F2;
  position: absolute;
  right: 0;
  top: 0;
}
.crazy__body::after {
  content: "";
  width: 244px;
  height: 326px;
  background-image: url("../img/bg-crazy.svg");
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 185px;
  left: -86px;
}

.crazy__img {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.crazy__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(31, 33, 35, 0), rgba(31, 33, 35, 0.3));
  position: absolute;
  left: 0;
  top: 0;
}
.crazy__img img {
  width: 100%;
  height: auto;
}
.crazy__img--main {
  width: 760px;
  height: 411px;
  margin-right: 30px;
}
.crazy__img--add {
  width: 505px;
  height: 353px;
}

/*==============================
more
==============================*/
.more {
  display: flex;
  height: 216px;
  padding-top: 40px;
  padding-bottom: 120px;
  background-image: linear-gradient(to top, #ffffff 148px, #8f9091 148px, #8f9091 149px, #ffffff 149px);
  justify-content: center;
}
.more--left {
  justify-content: flex-start;
}
.more--left .more__btn {
  padding-left: 0;
}

.more__btn {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0 15px;
  background-color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.more__btn:focus {
  outline: 0;
}
.more__btn:hover .more__text {
  background-color: #1F2123;
  color: #ffffff;
}

.more__text {
  display: block;
  height: 56px;
  padding: 0 29px;
  border-radius: 8px;
  border: 2px solid #1F2123;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 56px;
  white-space: nowrap;
  color: #1F2123;
  text-align: center;
  transition-duration: 0.3s;
  transition-property: backgroung-color, color;
}

/*==============================
aside-headline
==============================*/
.aside-headline {
  padding-top: 30px;
}

.aside-headline__date {
  display: block;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #1F2123;
  text-transform: uppercase;
}

.aside-headline__title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .aside-headline__title {
    max-width: 280px;
  }
}
@media (min-width: 1190px) {
  .aside-headline__title {
    max-width: 300px;
  }
}

.aside-headline__link {
  font-size: 16px;
  font-weight: 600;
  color: #1F2123;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.aside-headline__link[href]:active {
  opacity: 0.7;
}
.aside-headline__link[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*==============================
note
==============================*/
.note {
  margin: 10px 0 25px;
  padding: 24px 24px 10px;
  border-radius: 6px;
  border: 1px solid #CCCECF;
}

.note__title {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1F2123;
}

.note__text {
  display: block;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

/*==============================
help
==============================*/
.help .accordion__link {
  padding: 20px 24px 18px;
}
@media (min-width: 1190px) {
  .help .grid__min-col {
    padding-bottom: 500px;
  }
}
@media (min-width: 1190px) {
  .help {
    background-image: url("../img/bg-container.png"), url("../img/bg-help.svg");
    background-repeat: no-repeat;
    background-position: left top 40px, left top 70px;
    background-attachment: scroll, scroll;
  }
}

.help__body {
  padding-bottom: 50px;
}
.help__question {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #1F2123;
}
.help__answer {
  margin: 0;
}

/*==============================
about
==============================*/
@media (min-width: 1190px) {
  .about {
    padding-bottom: 55px;
  }
}

/*==============================
career
==============================*/
.career .site-wrapper {
  padding: 0;
}
@media (min-width: 768px) {
  .career .site-wrapper {
    padding: 0 10px;
  }
}
.career .grid__min-col {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .career .grid__min-col {
    flex-basis: 350px;
    width: 350px;
    padding: 0;
  }
}
@media (min-width: 1190px) {
  .career .grid__min-col {
    flex-basis: 475px;
    width: 475px;
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) {
  .career::before {
    content: "";
    display: block;
    width: 68%;
    height: 73%;
    background-color: #F2F2F2;
    position: absolute;
    left: 0;
    top: 264px;
  }
}
@media (min-width: 768px) {
  .career {
    overflow: hidden;
    position: relative;
  }
}

.career__main {
  padding-top: 32px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .career__add {
    flex-grow: 1;
    padding-bottom: 90px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .career__add::after {
    content: "";
    display: block;
    width: 508px;
    height: 373px;
    background-image: url("../img/bg-career-bottom.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  .career__img-wrapper::after {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    background-image: url("../img/blob-photo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .career__img-wrapper {
    position: relative;
  }
}

.career__img {
  position: relative;
}
.career__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-stars.svg"), linear-gradient(to top, rgba(31, 33, 35, 0.3), rgba(31, 33, 35, 0));
  background-repeat: no-repeat;
  background-position: bottom 32px right 35px, center;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 460px) {
  .career__img::before {
    background-position: bottom 32px right 135px, center;
  }
}
.career__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .career__img {
    width: 796px;
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 32px;
    z-index: 1;
  }
}

.career__btn {
  width: auto;
  position: absolute;
  left: 32px;
  bottom: 32px;
}
@media (min-width: 1190px) {
  .career__btn {
    padding: 0 45px;
  }
}

.career__relations {
  padding: 12px 0 6px 30px;
  border-left: 4px solid #3A89C9;
}

.career__subtitle {
  padding: 20px 0 55px;
  font-size: 16px;
}

/*==============================
death
==============================*/
.death {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .death {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}

.death__404 {
  margin: 0;
  padding-top: 47px;
  padding-bottom: 15px;
  font-size: 96px;
  font-weight: 700;
  color: #1F2123;
  line-height: 1;
  position: relative;
}
@media (min-width: 768px) {
  .death__404::before {
    content: "";
    display: block;
    width: 405px;
    height: 405px;
    background-image: url("../img/bg-service-ring.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: -300px;
  }
}
.death__404::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../img/bg-pipka.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.death__footer {
  padding-top: 25px;
  border-top: 1px solid #1F2123;
}
@media (min-width: 768px) {
  .death__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.death__text {
  max-width: 400px;
  margin: 0;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #1F2123;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .death__text {
    padding-bottom: 0;
  }
}

.death__btn {
  width: auto;
  padding: 0 40px;
  border-width: 2px;
}

/*==============================
placeholder
==============================*/
.placeholder {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  background-color: #222b48;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1190px) {
  .placeholder::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #1E1075, #3A89C9);
    opacity: 0;
    -webkit-animation-name: bg-opacity;
            animation-name: bg-opacity;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 768px) {
  .placeholder {
    background-image: linear-gradient(to right top, rgba(30, 16, 117, 0.3), rgba(58, 137, 201, 0.3)), linear-gradient(to top, rgba(31, 33, 35, 0.9), rgba(31, 33, 35, 0.9)), url("../img/placeholder-bg.jpg");
    background-blend-mode: normal, multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
  }
}
@media (min-width: 1190px) {
  .placeholder {
    flex-direction: row;
    background-blend-mode: normal, multiply, normal;
    background-position: left bottom;
    -webkit-animation-name: bg-shift;
            animation-name: bg-shift;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

/* placeholder__headline */
.placeholder__headline {
  width: 100%;
  padding: 56px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 460px) {
  .placeholder__headline {
    display: flex;
  }
}
@media (min-width: 768px) {
  .placeholder__headline {
    padding: 56px 0 20px;
  }
}

.placeholder__logo-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
@media (min-width: 460px) {
  .placeholder__logo-col::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #1F2123;
  }
}
@media (min-width: 460px) {
  .placeholder__logo-col {
    flex-basis: 50%;
    width: 50%;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .placeholder__logo-col {
    padding-left: 75px;
  }
}
@media (min-width: 1190px) {
  .placeholder__logo-col {
    flex-basis: 0;
    width: 0;
    overflow: hidden;
    padding-right: 70px;
    -webkit-animation-name: logo-shift;
            animation-name: logo-shift;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    position: relative;
    left: -100%;
  }
}

.placeholder__logo {
  flex-shrink: 0;
  display: block;
  width: 172px;
  height: 42px;
}
.placeholder__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.placeholder__lang-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 460px) {
  .placeholder__lang-col::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #1F2123;
  }
}
@media (min-width: 1190px) {
  .placeholder__lang-col::before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 460px) {
  .placeholder__lang-col {
    flex-basis: 50%;
    width: 50%;
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .placeholder__lang-col {
    padding-right: 56px;
  }
}
@media (min-width: 1190px) {
  .placeholder__lang-col {
    flex-basis: 100%;
    width: 100%;
    padding-left: 0;
    -webkit-animation-name: lang-col-shift;
            animation-name: lang-col-shift;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

.placeholder__lang-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (min-width: 460px) {
  .placeholder__lang-list {
    padding-left: 24px;
  }
}

.placeholder__lang-link {
  display: block;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(31, 33, 35, 0.5);
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: color;
  position: relative;
}
.placeholder__lang-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(31, 33, 35, 0.3);
  transition-duration: 0.2s;
  transition-property: background-color;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 1190px) {
  .placeholder__lang-link::after {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 1190px) {
  .placeholder__lang-link {
    color: rgba(255, 255, 255, 0.5);
  }
}
.placeholder__lang-link:hover, .placeholder__lang-link--current {
  color: #1F2123;
}
.placeholder__lang-link:hover::after, .placeholder__lang-link--current::after {
  height: 2px;
  background-color: #1F2123;
}
@media (min-width: 1190px) {
  .placeholder__lang-link:hover::after, .placeholder__lang-link--current::after {
    background-color: #ffffff;
  }
}
@media (min-width: 1190px) {
  .placeholder__lang-link:hover, .placeholder__lang-link--current {
    color: #ffffff;
  }
}
.placeholder__lang-link--current {
  cursor: default;
}

/* placeholder__main */
.placeholder__main {
  padding: 180px 20px 50px;
  background-color: #ffffff;
  border-bottom: 12px solid #CCCECF;
  position: relative;
}
@media (min-width: 460px) {
  .placeholder__main::before {
    content: "";
    display: block;
    width: 60%;
    height: 64px;
    background-color: #3A89C9;
    position: absolute;
    left: 0;
    bottom: -12px;
  }
}
@media (min-width: 1190px) {
  .placeholder__main::before {
    -webkit-animation-name: shift;
            animation-name: shift;
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}
@media (min-width: 460px) {
  .placeholder__main::after {
    content: "";
    display: block;
    width: 121px;
    height: 38px;
    background-image: url("../img/bg-dots.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 80px;
    bottom: 80px;
  }
}
@media (min-width: 460px) {
  .placeholder__main {
    padding-bottom: 120px;
  }
}
@media (min-width: 1190px) {
  .placeholder__main {
    flex-basis: 39%;
    width: 39%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 75px;
    -webkit-animation-name: shift;
            animation-name: shift;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    left: -100%;
  }
}

.placeholder__title {
  display: block;
  max-width: 580px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
.placeholder__title .placeholder__hello {
  padding-right: 46px;
  color: #3A89C9;
  position: relative;
}
.placeholder__title .placeholder__hello::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-image: url("../img/bg-zuzka.svg");
  position: absolute;
  right: 0;
  top: -10px;
}
@media (min-width: 460px) {
  .placeholder__title {
    font-size: 30px;
  }
}
@media (min-width: 1190px) {
  .placeholder__title {
    font-size: 40px;
  }
}

.placeholder__text {
  max-width: 464px;
  margin: 20px 0;
  font-size: 18px;
  font-weight: 500;
  color: #1F2123;
}

/* placeholder__interactive */
.placeholder__interactive {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}
.placeholder__interactive::before {
  content: "";
  display: block;
  width: 565px;
  height: 565px;
  border-radius: 50%;
  border: 119px solid rgba(255, 255, 255, 0.1);
  -webkit-animation-name: circle-shift;
          animation-name: circle-shift;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: -200px;
  top: 400px;
}
@media (min-width: 1190px) {
  .placeholder__interactive {
    flex-basis: 61%;
    width: 61%;
    justify-content: flex-end;
    position: relative;
  }
}

.placeholder__calc-link {
  display: block;
  width: 236px;
  height: 236px;
  background-image: url("../img/bg-arrow-link.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.placeholder__calc-link::before {
  content: "";
  display: block;
  width: 236px;
  height: 236px;
  background-image: url("../img/bg-stamp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .placeholder__calc-link::before {
    -webkit-animation-name: rotation;
            animation-name: rotation;
    -webkit-animation-duration: 7s;
            animation-duration: 7s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}
@media (min-width: 1190px) {
  .placeholder__calc-link::before {
    -webkit-animation-name: rotation;
            animation-name: rotation;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 7s;
            animation-duration: 7s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
  }
}
.placeholder__calc-link::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("../img/bg-arrow-link-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity, width, height;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.placeholder__calc-link:hover::after {
  width: 92px;
  height: 92px;
  opacity: 1;
}
@media (min-width: 1190px) {
  .placeholder__calc-link {
    position: absolute;
    right: 24%;
    top: 50%;
    margin-top: -118px;
    opacity: 0;
    -webkit-animation-name: link-opacity;
            animation-name: link-opacity;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

.placeholder__subtitle {
  margin: 0;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .placeholder__subtitle {
    text-align: left;
  }
}
@media (min-width: 1190px) {
  .placeholder__subtitle {
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .placeholder__columns {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1190px) {
  .placeholder__columns {
    -webkit-animation-name: link-shift;
            animation-name: link-shift;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
    position: relative;
    top: -40px;
  }
}

.placeholder__col {
  padding: 20px 0;
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
}
.placeholder__col:last-of-type {
  border-bottom-width: 0;
}
@media (min-width: 992px) {
  .placeholder__col:last-of-type {
    border-right-width: 0;
  }
}
@media (min-width: 992px) {
  .placeholder__col {
    flex-basis: calc(100% / 3);
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    border-bottom-width: 0;
    border-right: 1px solid rgba(217, 217, 217, 0.3);
  }
}
@media (min-width: 1440px) {
  .placeholder__col {
    padding-left: 50px;
  }
}

.placeholder__contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .placeholder__contact-list {
    align-items: flex-start;
    margin-top: auto;
  }
}

.placeholder__contact-item {
  padding: 10px 0;
}
@media (min-width: 992px) {
  .placeholder__contact-item {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .placeholder__contact-item:last-of-type {
    padding-bottom: 0;
  }
}

.placeholder__contact-link {
  display: block;
  min-height: 24px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
  position: relative;
}
.placeholder__contact-link:active {
  opacity: 0.7;
}
.placeholder__contact-link:hover {
  opacity: 0.7;
}
.placeholder__contact-link::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -3px;
  left: 0;
}
.placeholder__contact-link--tel::before {
  background-image: url("../img/icon-phone.svg");
}
.placeholder__contact-link--mailto::before {
  background-image: url("../img/icon-email.svg");
}
.placeholder__contact-link--telegram::before {
  background-image: url("../img/icon-telegram.svg");
}
.placeholder__contact-link--site::before {
  background-image: url("../img/icon-home.svg");
}

.placeholder__min-text {
  max-width: 280px;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .placeholder__min-text {
    text-align: left;
  }
}

/* animation */
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bg-shift {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: left bottom, left bottom, right -22vw bottom;
  }
}
@keyframes bg-shift {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: left bottom, left bottom, right -22vw bottom;
  }
}
@-webkit-keyframes logo-shift {
  0% {
    flex-basis: 0;
    width: 0;
    left: -100%;
  }
  100% {
    flex-basis: 39%;
    width: 39%;
    left: 0;
  }
}
@keyframes logo-shift {
  0% {
    flex-basis: 0;
    width: 0;
    left: -100%;
  }
  100% {
    flex-basis: 39%;
    width: 39%;
    left: 0;
  }
}
@-webkit-keyframes lang-col-shift {
  0% {
    flex-basis: 100%;
    width: 100%;
    padding-left: 0;
  }
  100% {
    flex-basis: 61%;
    width: 61%;
    padding-left: 70px;
  }
}
@keyframes lang-col-shift {
  0% {
    flex-basis: 100%;
    width: 100%;
    padding-left: 0;
  }
  100% {
    flex-basis: 61%;
    width: 61%;
    padding-left: 70px;
  }
}
@-webkit-keyframes shift {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes shift {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes link-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes link-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes link-shift {
  0% {
    opacity: 0;
    top: -40px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes link-shift {
  0% {
    opacity: 0;
    top: -40px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes circle-shift {
  0% {
    opacity: 0;
    top: 400px;
  }
  100% {
    opacity: 1;
    top: 70px;
  }
}
@keyframes circle-shift {
  0% {
    opacity: 0;
    top: 400px;
  }
  100% {
    opacity: 1;
    top: 70px;
  }
}
@-webkit-keyframes bg-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes bg-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
/* End */


/* Start:/local/templates/rtsb_site/css/custom.css?17270911842469*/
.background__light::after{
    background-image: none!important;
}
@media (min-width: 1190px){
    .slider__info {
        padding-bottom: 50px;
    }
    
}

button.go.disabled:disabled {
    opacity: 0.6;
    cursor: default;
    background-color: #979ca1;
}
button.go.disabled:after {
    background-image: none;
    margin-left: 0;
}
button.go.disabled:hover::after {
    width: 0;
    margin-left: 0;
}
.disabled {
    opacity: 0.5;
}

/*--------preloader start--------------*/
.loader {
    z-index: 999;
    left: 50%;
    top: 50%;
    display: none; 
    color: #3a89c9;
    font-size: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: fixed;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 
    2em -2em 0 0em, 3em 0 0 -1em, 
    2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 
    3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 
    2em -2em 0 0, 3em 0 0 0.2em, 
    2em 2em 0 0, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, 
     -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, 
     -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, 
     -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 
    3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 
    3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/*--------preloader end--------------*/
.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #ffffff9c;
  z-index: 99;
  display: none;
}
/*slick slider load fix*/
.slider__content{display: none} 
.slick-track:first-child{display: block}

.linked {
  text-decoration: underline;
  color: #3a89c9;
}
/* End */
/* /local/templates/rtsb_site/css/styles.css?1751193774114610 */
/* /local/templates/rtsb_site/css/custom.css?17270911842469 */
