@charset "UTF-8";
/* Здесь у нас хранятся только переменные!! */
* {
  box-sizing: border-box;
}

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

[role=button] {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

figure {
  margin: 0;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/*
На данный момент времени, необходимо это выключить, так как сайт ati.su сверстан с помощью таблиц и очень много изменений необходимо внести, чтобы разрешить строчки ниже :(

table {
  border-collapse: collapse;
  border-spacing: 0;
}


td,
th {
  padding: 0;
}
*/
/*
    12 column grid from bootstrap v3.3.6 with default settings
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 800px) {
  .is-mobile-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 800px) {
  .is-mobile-shown {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Typography */
.ati-h1,
.ati-h2,
.ati-h3,
.ati-h4,
.ati-h5,
.ati-h6 {
  color: rgba(6, 21, 34, 0.8);
  font-family: Verdana, sans-serif;
}
.ati-h1 small,
.ati-h1 .small,
.ati-h2 small,
.ati-h2 .small,
.ati-h3 small,
.ati-h3 .small,
.ati-h4 small,
.ati-h4 .small,
.ati-h5 small,
.ati-h5 .small,
.ati-h6 small,
.ati-h6 .small {
  color: #596e81;
  font-weight: 400;
}

.ati-h2,
.ati-h3,
.ati-h4,
.ati-h5,
.ati-h6 {
  font-weight: 600;
  line-height: 42px;
}

.ati-h1 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 39px;
}
.ati-h1 small,
.ati-h1 .small {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.ati-h2 {
  font-size: 27px;
  letter-spacing: -0.22px;
}
.ati-h2 small,
.ati-h2 .small {
  font-size: 14px;
  line-height: 22px;
}

.ati-h3 {
  font-size: 23px;
  letter-spacing: -0.18px;
}
.ati-h3 small,
.ati-h3 .small {
  font-size: 13px;
  line-height: 21px;
}

.ati-h4 {
  font-size: 19px;
  letter-spacing: -0.15px;
}
.ati-h4 small,
.ati-h4 .small {
  font-size: 12px;
  line-height: 19px;
}

.ati-h5 {
  font-size: 17px;
  letter-spacing: -0.14px;
}
.ati-h5 small,
.ati-h5 .small {
  font-size: 12px;
  line-height: 19px;
}

.ati-h6 {
  font-size: 15px;
  letter-spacing: -0.12px;
}
.ati-h6 small,
.ati-h6 .small {
  font-size: 11px;
  line-height: 16px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-mark {
  padding: 2px 1px;
  background: #478cc8;
  color: white;
}

a {
  text-decoration: none;
  color: #478cc8;
}
a:hover {
  text-decoration: underline;
  color: #3a7bbf;
}
a:active {
  text-decoration: underline;
  color: #3167b5;
}
a.ati-external::after {
  content: "";
  margin-left: 5px;
  width: 9px;
  height: 9px;
  display: inline-block;
  vertical-align: 0;
  background: url("/assets/img/external-link.png") no-repeat left -9px;
  opacity: 0.8;
}
a.ati-external:hover::after {
  opacity: 1;
}
a.ati-external:active::after {
  opacity: 1;
  background-position: left -18px;
}

.ati-core-link-gray {
  text-decoration: underline;
  color: #8c969d;
}
.ati-core-link-gray.ati-external::after {
  background-position: left top;
  opacity: 1;
}
.ati-core-link-gray.ati-external:hover::after {
  background-position: left -9px;
}
.ati-core-link-gray.ati-external:active::after {
  background-position: left -18px;
}

.ati-core-link-underlined {
  text-decoration: underline;
}

.ati-core-link-pseudo {
  border-bottom: 1px dashed #478cc8;
}
.ati-core-link-pseudo:hover {
  text-decoration: none;
  border-bottom-style: solid;
  border-color: #3a7bbf;
}
.ati-core-link-pseudo:active {
  text-decoration: none;
  border-bottom-style: solid;
  border-color: #3167b5;
}

.ati-core-link-hint {
  border-bottom: 1px dotted #478cc8;
}
.ati-core-link-hint:hover {
  text-decoration: none;
  border-bottom-style: solid;
  border-color: #3a7bbf;
}
.ati-core-link-hint:active {
  text-decoration: none;
  border-bottom-style: solid;
  border-color: #3167b5;
}

.ati-core-link-preattention:hover,
.ati-core-link-preattention:active {
  color: #d0021b;
}

.ati-core-link-attention,
.ati-core-link-attention:hover,
.ati-core-link-attention:active {
  color: #d0021b;
  text-decoration: underline;
}

ul.ati-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.ati-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.ati-list li {
  padding-left: 1em;
  text-indent: -0.7em;
}
ul.ati-list li li {
  padding-left: 1.5em;
  text-indent: -0.7em;
}
ul.ati-list li li:before {
  content: "◦ ";
  color: #8c969d;
}
ul.ati-list li:before {
  content: "• ";
  color: #478cc8;
}

.ati-core-button {
  display: inline-block;
  vertical-align: middle;
  border-radius: 42px;
  border: 1px solid #478cc8;
  background-color: transparent;
  padding: 13px 28px;
  color: #478cc8;
  text-align: center;
  white-space: nowrap;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  height: 42px;
  letter-spacing: 0.86px;
  text-transform: uppercase;
  text-decoration: none;
  /* Alternative sizes */
  /* Colors */
  /* Disabled */
  /* Link like */
  /* Split with a selector */
}
.ati-core-button.ati-primary, .ati-core-button:hover, .ati-core-button:active, .ati-core-button[disabled] {
  color: white;
  text-decoration: none;
}
.ati-core-button.ati-primary {
  background-color: #478cc8;
  color: white;
}
.ati-core-button:hover {
  background-color: #3a7bbf;
  border-color: #3a7bbf;
}
.ati-core-button:active {
  background-color: #3167b5;
  border-color: #3167b5;
}
.ati-core-button:focus {
  outline: none;
}
.ati-core-button.ati-small {
  height: 26px;
  line-height: 11px;
  padding: 7px 18px 8px 18px;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.ati-core-button.ati-big {
  border-width: 2px;
  height: 48px;
  line-height: 19px;
  padding: 14px 48px 12px 48px;
  font-size: 19px;
  letter-spacing: 1.14px;
}
.ati-core-button.ati-green {
  color: #64b82a;
  border-color: #64b82a;
}
.ati-core-button.ati-green.ati-primary {
  background-color: #64b82a;
  color: white;
}
.ati-core-button.ati-green:hover {
  background-color: #55a120;
  border-color: #55a120;
  color: white;
}
.ati-core-button.ati-green:active {
  background-color: #3d7915;
  border-color: #3d7915;
  color: white;
}
.ati-core-button.ati-orange {
  color: #e6ba4d;
  border-color: #e6ba4d;
}
.ati-core-button.ati-orange.ati-primary {
  background-color: #e6ba4d;
  color: white;
}
.ati-core-button.ati-orange:hover {
  background-color: #dba92e;
  border-color: #dba92e;
  color: white;
}
.ati-core-button.ati-orange:active {
  background-color: #d09f23;
  border-color: #d09f23;
  color: white;
}
.ati-core-button[disabled], .ati-core-button[disabled]:hover, .ati-core-button[disabled]:active {
  background-color: #ccc;
  border-color: #ccc;
  color: #f1f1f1;
  cursor: not-allowed;
}
.ati-core-button.ati-link-like {
  text-transform: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0;
}
.ati-core-button.ati-link-like:not(:hover):not(:active) {
  color: #478cc8;
  background: transparent;
  border-color: transparent;
}
.ati-core-button.ati-link-like:not(:hover):not(:active) > span {
  border-bottom: 1px dashed #478cc8;
}
.ati-core-button.ati-with-selector {
  border-radius: 40px 0 0 40px;
  margin-right: 1px;
  padding-right: 18px;
}
.ati-core-button.ati-selector {
  border-radius: 0 40px 40px 0;
  padding-left: 14px;
  padding-right: 20px;
  font-size: 20px;
}
.ati-core-button .ati-core-button-arrow-down {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid white;
}

.ati-core-input {
  background-color: white;
  border: 1px solid #cfcece;
  border-radius: 2px;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  padding: 8px 10px 5px 10px;
  height: 32px;
  color: rgba(6, 21, 34, 0.8);
}
.ati-core-input::placeholder, .ati-core-input-placeholder {
  color: #b8b8b8;
}
.ati-core-input:hover {
  border: 1px solid #8c969d;
}
.ati-core-input:focus {
  border: 1px solid #8c969d;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.21);
  outline: none;
}
.ati-core-input[disabled] {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  color: #ccc;
  cursor: not-allowed;
}
.ati-core-input.is-error {
  background-color: #fff0f2;
  border: 1px solid #d0021b;
}

.ati-core-input-error {
  color: #d0021b;
  font-size: 12px;
}

.ati-core-select-wrapper {
  position: relative;
}
.ati-core-select-wrapper > select {
  padding-right: 25px;
  width: 100%;
  /* hacks to remove the arrow button */
  appearance: none;
  /* needs autoprefixer */
}
.ati-core-select-wrapper > select::-ms-expand {
  display: none;
}
.ati-core-select-wrapper::after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #b8b8b8;
  right: 10px;
  top: 14px;
}
.ati-core-select-wrapper:hover::after {
  border-top-color: #8c969d;
}

.ati-core-checkbox input {
  display: none;
}
.ati-core-checkbox input + span {
  position: relative;
  vertical-align: top;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding-left: 25px;
  color: rgba(6, 21, 34, 0.8);
}
.ati-core-checkbox input + span::before {
  /* checkbox */
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: white;
  border: 1px solid #cfcece;
  border-radius: 2px;
  color: white;
}
.ati-core-checkbox input:checked + span::after {
  /* checkmark */
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  top: 0px;
  left: 4px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  /* needs autoprefixer */
}
.ati-core-checkbox input + span:hover::before {
  background-color: #e7f0f8;
  border: 1px solid #cfcece;
}
.ati-core-checkbox input:checked + span::before {
  background: #478cc8;
  border: none;
}
.ati-core-checkbox input[disabled] + span::before {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
}
.ati-core-checkbox input[disabled] + span {
  color: #b8b8b8;
  cursor: not-allowed;
}
.ati-core-checkbox input[disabled]:checked + span::before {
  background: #478cc8;
  border: none;
  opacity: 0.8;
}
.ati-core-checkbox.ati-small input + span {
  padding-left: 18px;
}
.ati-core-checkbox.ati-small input + span::before {
  width: 12px;
  height: 12px;
  top: -1px;
}
.ati-core-checkbox.ati-small input:checked + span::after {
  width: 6px;
  height: 4px;
  top: 2px;
  left: 3px;
  border-width: 1px;
}

.ati-core-radio input {
  display: none;
}
.ati-core-radio input + span {
  position: relative;
  vertical-align: top;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding-left: 25px;
  color: rgba(6, 21, 34, 0.8);
}
.ati-core-radio input + span::before {
  /* checkbox */
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: white;
  border: 1px solid #cfcece;
  border-radius: 10px;
  color: white;
}
.ati-core-radio input + span:hover::before {
  background-color: #e7f0f8;
  border: 1px solid #cfcece;
}
.ati-core-radio input:checked + span::before,
.ati-core-radio input[disabled]:checked + span::before {
  background: white;
  border: 6px solid #478cc8;
}
.ati-core-radio input[disabled] + span::before {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
}
.ati-core-radio input[disabled] + span {
  color: #b8b8b8;
  cursor: not-allowed;
}
.ati-core-radio input[disabled]:checked + span::before {
  opacity: 0.8;
}
.ati-core-radio.ati-small input + span {
  padding-left: 18px;
}
.ati-core-radio.ati-small input + span::before {
  width: 12px;
  height: 12px;
  top: -1px;
  border-radius: 6px;
}
.ati-core-radio.ati-small input:checked + span::before,
.ati-core-radio.ati-small input[disabled]:checked + span::before {
  border-width: 3px;
}

.ati-core-more-button {
  display: block;
  width: 100%;
  padding: 13px;
  background: #f1f1f1;
  font-size: 13px;
  line-height: 13px;
  font-family: Verdana, sans-serif;
  font-weight: 400;
  color: #8c969d;
  text-decoration: none;
  text-align: center;
}
.ati-core-more-button:hover {
  background: #b8b8b8;
  color: #596e81;
  text-decoration: none;
}

.ati-core-add-button {
  display: block;
  width: 100%;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #8c969d;
  border: 2px dashed #b8b8b8;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 44px;
}
.ati-core-add-button:hover {
  background: #478cc8;
  border-style: solid;
  border-color: #478cc8;
  text-decoration: none;
  color: white;
}

.ati-core-close-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border: none;
  background: none;
  color: transparent;
  outline: none;
}
.ati-core-close-button::after {
  content: "";
  position: absolute;
  border-top: 4px solid #949a9f;
  width: 36px;
  left: -4px;
  top: 12px;
  transform: rotate(45deg);
}
.ati-core-close-button::before {
  content: "";
  position: absolute;
  border-top: 4px solid #949a9f;
  width: 36px;
  left: -4px;
  top: 12px;
  transform: rotate(-45deg);
}
.ati-core-close-button:hover {
  color: transparent;
}
.ati-core-close-button:hover::before {
  border-color: rgba(6, 21, 34, 0.8);
}
.ati-core-close-button:hover::after {
  border-color: rgba(6, 21, 34, 0.8);
}

.ati-core-previous-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 25px;
  width: 15px;
  border: none;
  background: none;
  color: transparent;
  outline: none;
}
.ati-core-previous-button::after {
  content: "";
  border-left: 4px solid #949a9f;
  border-top: 4px solid #949a9f;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 3px;
  top: 3px;
  transform: rotate(-45deg);
}
.ati-core-previous-button:hover {
  color: transparent;
}
.ati-core-previous-button:hover::after {
  border-color: rgba(6, 21, 34, 0.8);
}

.ati-core-next-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 25px;
  width: 15px;
  border: none;
  background: none;
  color: transparent;
  outline: none;
}
.ati-core-next-button::after {
  content: "";
  border-right: 4px solid #949a9f;
  border-top: 4px solid #949a9f;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 3px;
  top: 3px;
  transform: rotate(45deg);
}
.ati-core-next-button:hover {
  color: transparent;
}
.ati-core-next-button:hover::after {
  border-color: rgba(6, 21, 34, 0.8);
}

.ati-core-tooltip {
  display: block;
  background-color: rgba(29, 47, 62, 0.8);
  color: white;
  font-family: Lato;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  padding: 10px;
  position: relative;
  border-radius: 2px;
  text-align: center;
  max-width: 300px;
}
.ati-core-tooltip a,
.ati-core-tooltip a:hover a:active {
  color: white;
  text-decoration: underline;
}
.ati-core-tooltip::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
.ati-core-tooltip.ati-down::after {
  top: 100%;
  left: 50%;
  margin-left: -2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(29, 47, 62, 0.8);
}
.ati-core-tooltip.ati-up::after {
  bottom: 100%;
  left: 50%;
  margin-left: -2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(29, 47, 62, 0.8);
}
.ati-core-tooltip.ati-left::after {
  top: 50%;
  right: 100%;
  margin-top: -2px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid rgba(29, 47, 62, 0.8);
}
.ati-core-tooltip.ati-right::after {
  top: 50%;
  left: 100%;
  margin-top: -2px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid rgba(29, 47, 62, 0.8);
}

.ati-core-backdrop {
  background: rgba(6, 21, 34, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.ati-core-popup {
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
  overflow: hidden;
  position: relative;
}
.ati-core-popup > .ati-core-close-button {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}

.ati-core-popup-header {
  color: rgba(6, 21, 34, 0.8);
  font-family: Verdana, sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.24px;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 20px;
}

.ati-core-popup-content {
  background: white;
  padding: 30px;
}

.ati-core-popup-actions {
  background-color: #f1f1f1;
  padding: 30px;
}
.ati-core-popup-actions .ati-core-button:not(:last-child) {
  margin-right: 10px;
}

.ati-core-page-message {
  width: 100%;
  font-size: 17px;
  line-height: 20px;
  color: white;
  padding: 32px 32px 30px 32px;
  text-align: center;
}
.ati-core-page-message.ati-success {
  background: #64b82a;
}
.ati-core-page-message.ati-info {
  background: #478cc8;
}
.ati-core-page-message.ati-alert {
  background: #e6ba4d;
}

.ati-core-tabs {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
}
.ati-core-tabs > li {
  display: inline-block;
  margin-right: 10px;
}
.ati-core-tabs > li.is-active .ati-core-tab-counter {
  font-weight: normal;
}
.ati-core-tabs > li.is-active .ati-core-tab-link {
  font-weight: bolder;
  border-bottom: 5px solid #478cc8;
  color: rgba(6, 21, 34, 0.8);
}
.ati-core-tabs > li.is-active .ati-core-tab-link:hover .ati-core-tab-counter {
  color: #8c969d;
}

.ati-core-tab-link {
  color: #596e81;
  padding: 20px;
  text-decoration: none;
  display: block;
}
.ati-core-tab-link:hover {
  color: #3a7bbf;
  text-decoration: none;
}
.ati-core-tab-link:hover .ati-core-tab-counter {
  color: #3a7bbf;
}
.ati-core-tab-link:hover .ati-core-tab-counter.ati-unseen {
  color: white;
}

.ati-core-tab-counter {
  display: inline-block;
  margin-left: 2px;
  color: #8c969d;
}
.ati-core-tab-counter.ati-unseen {
  background: #d0021b;
  color: white;
  border-radius: 11px;
  padding: 3px 10px 2px 10px;
  font-size: 13px;
  line-height: 13px;
  font-weight: bolder;
}

.ati-core-pagination {
  font-size: 15px;
}
.ati-core-pagination > *:not(:last-child) {
  margin-right: 10px;
}
.ati-core-pagination a {
  text-decoration: underline;
}
.ati-core-pagination small {
  font-size: 12px;
  color: #b8b8b8;
}
.ati-core-pagination input {
  width: 3.5em;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-size: 15px;
}

.ati-core-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #b8b8b8;
  font-size: 13px;
  line-height: 17px;
}
.ati-core-breadcrumbs > li {
  display: inline;
}
.ati-core-breadcrumbs > li:not(:last-child)::after {
  content: " → ";
}
.ati-core-breadcrumbs a {
  color: #b8b8b8;
  text-decoration: none;
}
.ati-core-breadcrumbs a:hover {
  color: #3a7bbf;
  text-decoration: underline;
}

@font-face {
  font-family: "uikit-icons";
  src: url("/assets/fonts/uikit-icons.eot");
  src: url("/assets/fonts/uikit-icons.eot?#iefix") format("eot"), url("/assets/fonts/uikit-icons.woff2") format("woff2"), url("/assets/fonts/uikit-icons.woff") format("woff"), url("/assets/fonts/uikit-icons.ttf") format("truetype"), url("/assets/fonts/uikit-icons.svg#uikit-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.uikit-icon:before {
  display: inline-block;
  font-family: "uikit-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uikit-icon-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.uikit-icon-2x {
  font-size: 2em;
}

.uikit-icon-3x {
  font-size: 3em;
}

.uikit-icon-4x {
  font-size: 4em;
}

.uikit-icon-5x {
  font-size: 5em;
}

.uikit-icon-fw {
  width: 1.2857142857em;
  text-align: center;
}

.uikit-icon-alert:before {
  content: "\ea01";
}

.uikit-icon-arrow-left-bold:before {
  content: "\ea02";
}

.uikit-icon-arrow-right-bold:before {
  content: "\ea03";
}

.uikit-icon-attachment:before {
  content: "\ea04";
}

.uikit-icon-block:before {
  content: "\ea05";
}

.uikit-icon-bold:before {
  content: "\ea06";
}

.uikit-icon-cargo:before {
  content: "\ea07";
}

.uikit-icon-cash:before {
  content: "\ea08";
}

.uikit-icon-charts:before {
  content: "\ea09";
}

.uikit-icon-check-all:before {
  content: "\ea0a";
}

.uikit-icon-check-bold:before {
  content: "\ea0b";
}

.uikit-icon-check-thin:before {
  content: "\ea0c";
}

.uikit-icon-close:before {
  content: "\ea0d";
}

.uikit-icon-cog:before {
  content: "\ea0e";
}

.uikit-icon-comment:before {
  content: "\ea0f";
}

.uikit-icon-copy:before {
  content: "\ea10";
}

.uikit-icon-doc:before {
  content: "\ea11";
}

.uikit-icon-download-bold:before {
  content: "\ea12";
}

.uikit-icon-download-thin:before {
  content: "\ea13";
}

.uikit-icon-edit-box:before {
  content: "\ea14";
}

.uikit-icon-edit:before {
  content: "\ea15";
}

.uikit-icon-human:before {
  content: "\ea16";
}

.uikit-icon-humans:before {
  content: "\ea17";
}

.uikit-icon-italic:before {
  content: "\ea18";
}

.uikit-icon-list:before {
  content: "\ea19";
}

.uikit-icon-lock:before {
  content: "\ea1a";
}

.uikit-icon-logo-big:before {
  content: "\ea1b";
}

.uikit-icon-logo-medium:before {
  content: "\ea1c";
}

.uikit-icon-logo-small:before {
  content: "\ea1d";
}

.uikit-icon-mail:before {
  content: "\ea1e";
}

.uikit-icon-map-pin:before {
  content: "\ea1f";
}

.uikit-icon-new:before {
  content: "\ea20";
}

.uikit-icon-none:before {
  content: "\ea21";
}

.uikit-icon-plus-solid:before {
  content: "\ea22";
}

.uikit-icon-preloader:before {
  content: "\ea23";
}

.uikit-icon-print:before {
  content: "\ea24";
}

.uikit-icon-protect:before {
  content: "\ea25";
}

.uikit-icon-question-out:before {
  content: "\ea26";
}

.uikit-icon-question-solid:before {
  content: "\ea27";
}

.uikit-icon-refresh:before {
  content: "\ea28";
}

.uikit-icon-requisites:before {
  content: "\ea29";
}

.uikit-icon-smile:before {
  content: "\ea2a";
}

.uikit-icon-star:before {
  content: "\ea2b";
}

.uikit-icon-timer-out:before {
  content: "\ea2c";
}

.uikit-icon-timer-solid:before {
  content: "\ea2d";
}

.uikit-icon-trailer:before {
  content: "\ea2e";
}

.uikit-icon-trash:before {
  content: "\ea2f";
}

.uikit-icon-truck:before {
  content: "\ea30";
}

.uikit-icon-underline:before {
  content: "\ea31";
}

.uikit-icon-upload-bold:before {
  content: "\ea32";
}

.uikit-icon-upload-thin:before {
  content: "\ea33";
}

.uikit-icon-van:before {
  content: "\ea34";
}

.uikit-icon-wagon:before {
  content: "\ea35";
}

.ati-core-header {
  background-color: white;
  height: 54px;
  line-height: 52px;
  border-bottom: 2px solid #d9dde0;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}
.ati-core-header .ati-core-brand {
  display: inline-block;
  position: inherit;
  margin-left: 20px;
  margin-right: 30px;
}
.ati-core-header .ati-core-global-nav {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-left: 250px;
}
.ati-core-header .ati-core-global-nav ul {
  margin: 0;
  padding: 0;
}
.ati-core-header .ati-core-global-nav li {
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
  color: #344b5d;
  letter-spacing: 0.5px;
  opacity: 0.5;
}
.ati-core-header .ati-core-global-nav li:hover {
  opacity: 1;
}
.ati-core-header .ati-core-global-nav a {
  color: #344b5d;
  display: block;
  text-decoration: none;
  padding: 0 12px;
}
@media screen and (max-width: 800px) {
  .ati-core-header .ati-core-global-nav {
    width: 100%;
    margin-left: 0px;
  }
  .ati-core-header .ati-core-global-nav label {
    position: fixed;
    right: 26px;
    top: 0px;
  }
  .ati-core-header .ati-core-global-nav ul {
    position: static;
    display: none;
    text-align: center;
  }
  .ati-core-header .ati-core-global-nav li {
    margin-bottom: -1px;
    border: 1px solid #d9dde0;
  }
  .ati-core-header .ati-core-global-nav li:hover {
    background-color: #d9dde0;
  }
  .ati-core-header .ati-core-global-nav ul li, .ati-core-header .ati-core-global-nav li a {
    width: 100%;
  }
  .ati-core-header .ati-core-global-nav input[type=checkbox] ~ label {
    height: 54px;
    width: 54px;
    background-image: url("/assets/img/ovals-light.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .ati-core-header .ati-core-global-nav input[type=checkbox]:checked ~ label {
    height: 54px;
    width: 54px;
    background-color: #d9dde0;
    background-image: url("/assets/img/ovals-bright.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .ati-core-header .ati-core-global-nav input[type=checkbox]:checked ~ #ati-main-header-menu {
    top: 54px;
    width: 100%;
    display: block;
    position: fixed;
    background-color: white;
  }
}
.ati-core-header .ati-core-global-nav input[type=checkbox] {
  display: none;
}

.ati-core-footer {
  background-color: #b9bfc3;
  color: #d9dde1;
  padding: 29px 20px;
  box-sizing: border-box;
  font-size: 12px;
  overflow: auto;
}
.ati-core-footer .language-switcher {
  height: 16px;
  padding-bottom: 15px;
  padding-top: 26px;
}
.ati-core-footer .language-switcher .language-switcher-holder a {
  width: 23px;
  height: 16px;
  color: #eaedf0;
  font-family: Verdana;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.ati-core-footer .language-switcher .language-switcher-holder a.ru {
  background: url(http://aii.su/images/Footer/RUS.svg) no-repeat;
  padding: 1px 19px 1px 26px;
  background-size: 20px 13px;
}
.ati-core-footer .language-switcher .language-switcher-holder a.en {
  background: url(http://aii.su/images/Footer/ENG.svg) no-repeat;
  padding: 1px 0 3px 26px;
  background-size: 20px 13px;
}
.ati-core-footer nav {
  float: left;
  line-height: 15px;
  padding: 0;
}
@media (min-width: 1100px) {
  .ati-core-footer nav {
    width: 20%;
  }
  .ati-core-footer nav.ati-legal {
    height: 151px;
  }
}
@media (max-width: 1100px) {
  .ati-core-footer nav {
    margin-bottom: 20px;
  }
  .ati-core-footer nav.ati-legal {
    height: 315px;
  }
}
@media (max-width: 768px) {
  .ati-core-footer nav.ati-legal {
    height: 100px;
  }
}
.ati-core-footer nav h3 {
  color: #596e81;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 5px;
}
.ati-core-footer nav li {
  margin-top: 10px;
}
.ati-core-footer nav a {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #eaedf0;
  line-height: 15px;
}
.ati-core-footer nav a:hover {
  text-decoration: underline;
  color: white;
}
.ati-core-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ati-core-footer .ati-legal {
  position: relative;
}
.ati-core-footer .ati-legal .ati-legal-text {
  position: absolute;
  bottom: 0;
  font-size: 11px;
}
.ati-core-footer .ati-legal .ati-legal-text a {
  color: #d9dde1;
}
.ati-core-footer .ati-legal .ati-legal-text span {
  display: block;
}
.ati-core-footer .ati-core-footer-dates {
  position: absolute;
  font-size: 11px;
  font-weight: 700;
  bottom: 0;
}
.ati-core-footer .ati-core-footer-copyright {
  margin-top: 8px;
  color: #d9dde1;
  font-size: 11px;
  font-weight: 400;
}
.ati-core-footer .ati-core-footer-faq {
  display: block;
  margin-top: 12px;
}
.ati-core-footer .ati-core-footer-ask-question {
  text-align: center;
  display: block;
  width: 185px;
  padding: 10px 0;
  border-radius: 40px;
  margin: 13px 0 15px 0;
  background-color: transparent;
  color: inherit;
  border: 1px solid #d9dde1;
  font-size: 13px;
}
.ati-core-footer .ati-core-footer-ask-question:hover {
  text-decoration: none;
  color: #8c969d;
  background-color: #ffffff;
  border-color: #ffffff;
}
.ati-core-footer .ati-link-distancer {
  background: url("/assets/img/footer/distancer.svg") left center no-repeat;
  padding-left: 17px;
}
.ati-core-footer .ati-link-boards {
  background: url("/assets/img/footer/boards.svg") left center no-repeat;
  padding-left: 17px;
}
.ati-core-footer .ati-link-api {
  background: url("/assets/img/footer/api.svg") left center no-repeat;
  padding-left: 17px;
}
.ati-core-footer .ati-link-contragents {
  background: url("/assets/img/footer/check-contragent.svg") left center no-repeat;
  padding-left: 17px;
}
.ati-core-footer .ati-link-trafficlight {
  background: url("/assets/img/footer/trafficlight.svg") left center no-repeat;
  padding-left: 17px;
}
.ati-core-footer .ati-link-insurance {
  background: url("/assets/img/footer/insurance.svg") left center no-repeat;
  padding-left: 17px;
}

#ati-core-kit-footer-legal-notices.ati-core-popup-holder {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
}
#ati-core-kit-footer-legal-notices.ati-core-popup-holder .ati-core-backdrop {
  display: block;
  background: rgba(6, 21, 34, 0.8);
}
#ati-core-kit-footer-legal-notices.ati-core-popup-holder .ati-core-popup {
  height: 640px;
  width: 640px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  padding: 0;
  padding-top: 195px;
  background-image: url("/assets/img/footer/legal_background.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
  overflow-y: hidden;
}
#ati-core-kit-footer-legal-notices.ati-core-popup-holder .ati-core-popup .ati-core-close-button {
  display: block;
}
#ati-core-kit-footer-legal-notices.ati-core-popup-holder .ati-core-popup-header {
  line-height: 34px;
  color: rgba(6, 21, 34, 0.8);
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -0.24px;
}
#ati-core-kit-footer-legal-notices.ati-core-popup-holder .ati-core-popup-header span {
  display: inline-block;
}
#ati-core-kit-footer-legal-notices.ati-core-popup-holder .ati-core-popup-content {
  padding: 30px 30px 45px;
  background: white;
}
#ati-core-kit-footer-legal-notices.ati-core-popup-holder .ati-core-popup-content p {
  color: rgba(6, 21, 35, 0.8);
  line-height: 27px;
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 400;
}

.nomargin {
  margin: 0px;
}

.pl0 {
  padding-left: 0px;
}

.underlined {
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.image-block {
  width: 100%;
  padding-bottom: 40px;
}
.image-block span {
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
}
.image-block .image-title {
  color: #39444f;
}
.image-block .image-subtitle {
  color: #b8b8b8;
}

.ati-core-footer {
  position: relative;
}

.ati-core-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  min-width: 800px;
  z-index: 5000;
  background-color: #ffffff;
  border-bottom: 2px solid #d9dde0;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
  box-sizing: initial;
}
@media screen and (max-width: 800px) {
  .ati-core-header input[type=checkbox]:checked + label {
    height: 54px;
    width: 54px;
    background-color: #d9dde0;
    background-image: url("/assets/img/ovals-bright.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
}
.ati-core-header #ati-main-header-menu.displaying {
  top: 54px;
  width: 100%;
  display: block;
  position: fixed;
  background-color: white;
}

.news-head-under-banner {
  height: 250px;
  overflow-x: hidden;
}
.news-head-under-banner img {
  height: 100%;
}

header.ati-core-header.ati-core-header-under-banner {
  position: absolute;
}

.ati-content-section {
  min-height: 100vh;
  background-color: #f1f1f1;
}

.ati-content {
  padding-top: 30px;
  color: #39444f;
}
.ati-content img {
  width: 100%;
}
.ati-content div[class^=rvps] img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80vh;
  margin: 10px 10px 10px 0 !important;
  float: unset !important;
}
.ati-content .content-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ati-content .content-header small {
  color: #b8b8b8;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.ati-content .content-header .printable {
  margin-left: 10px;
  text-decoration: none;
}
.ati-content .content-header .printable i {
  margin-right: 5px;
}
.ati-content p.ati-content-tldr {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
.ati-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.ati-content .content-footer {
  flex-direction: column;
  margin-top: 40px;
}
.ati-content .content-footer .tags {
  color: #b8b8b8;
}
.ati-content .content-footer .tags .tag {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
.ati-content .content-footer .views {
  text-align: right;
  padding-top: 3px;
  color: #8c969d;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
.ati-content .forum .uikit-icon {
  font-size: 13px;
  margin-right: 2px;
  margin-left: 8px;
  vertical-align: sub;
}
.ati-content .social-buttons .social-network {
  float: right;
  width: 32px;
  margin-left: 5px;
  margin-right: 5px;
}
.ati-content .social-buttons .social-network .social-interactions-number {
  width: 100%;
  text-align: center;
  color: #9b9b9b;
  min-height: 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
.ati-content .content-ug-top,
.ati-content .content-ug-bottom {
  width: inherit;
  margin-top: 40px;
  margin-bottom: 40px;
}
.ati-content .content-ug-bottom {
  margin-top: 0;
}
.ati-content .content-bottom .ati-h2 {
  line-height: normal;
}
.ati-content .content-bottom .icon {
  height: 26px;
  margin-top: -2px;
  width: 26px;
  vertical-align: top;
}
.ati-content .content-bottom .news-bottom-theme {
  color: #8c969d;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
.ati-content .content-bottom .news-header {
  color: #39444f;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.ati-content .content-bottom .news-with-time {
  margin-bottom: 10px;
}
.ati-content .content-bottom .news-with-time .news-time {
  color: #478cc8;
  font-size: 13px;
  margin-right: 5px;
}
.ati-content .content-bottom .speech-bubble {
  background-color: white;
  border-radius: 8px 8px 8px 0px;
  border-color: #e0e7ed;
  padding: 20px 25px;
  margin-bottom: 45px;
  height: 90px;
  overflow: hidden;
  word-wrap: break-word;
}
.ati-content .content-bottom .speech-bubble .news-text {
  color: #39444f;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  height: 45px;
  display: inline-block;
  overflow: hidden;
}
.ati-content .content-bottom .speech-bubble:before {
  content: "";
  position: absolute;
  bottom: 45px;
  left: 15px;
  border-width: 0px 0px 20px 20px;
  border-style: solid;
  border-color: transparent white;
}
.ati-content .content-bottom .speech-bubble-comment {
  color: #b8b8b8;
  font-size: 12px;
  font-weight: 400;
}
.ati-content .content-bottom .speech-bubble-comment .how-long-ago {
  margin-right: 5px;
}
.ati-content .content-bottom .speech-bubble-comment .uikit-icon {
  margin-left: 2px;
  font-size: 9px;
}
.ati-content blockquote, .ati-content div.rvps7 {
  margin-left: 0;
  padding-left: 17px;
  border-left: 3px solid #478cc8;
  font-style: italic;
  font-size: 22px;
  line-height: 26px;
}
.ati-content blockquote p {
  font-size: 22px;
  margin: 0 !important;
}

.hidden {
  display: none !important;
}

.message-space {
  display: none;
}

.medium-insert-embeds .medium-insert-embed > div, .mediumInsert-embeds .medium-insert-embed > div {
  max-width: 100% !important;
}

.publication-page .content-body table {
  width: 100%;
  border-collapse: collapse;
}
.publication-page .content-body table td {
  border: 1px solid #39444f;
  padding: 5px;
}
.publication-page .content-body .table-wrapper {
  max-width: 100%;
  overflow-x: scroll;
  position: relative;
  width: 40vw;
}
.publication-page .content-body .table-wrapper.table-overflow::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid gray;
  border-top: 0px;
}
.publication-page .content-body .table-wrapper.table-overflow::-webkit-scrollbar-thumb {
  background-color: gray;
}
.publication-page .content-body .table-wrapper.table-overflow:not(.scrolled)::after {
  display: block;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  pointer-events: none;
}
.publication-page .content-body .table-wrapper.table-overflow:not(.scrolled)::after:hover {
  display: none;
}
.publication-page .content-body img {
  width: auto !important;
  max-height: 70vh;
}
.publication-page .content-body figure {
  width: auto !important;
  margin: 0;
}
.publication-page .content-body figure figcaption {
  font-size: 12px;
  color: #808080;
  /* text-align: center; */
}

@media (max-width: 1100px) {
  .publication-page .content-body .table-wrapper {
    width: inherit;
  }
}
.yandex-direct {
  padding-top: 30px;
  margin-bottom: 40px;
}
.yandex-direct .yandex-name {
  position: absolute;
  margin-left: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -27px;
  background-color: #f1f1f1;
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.yandex-direct .absolute-close {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 8px;
}
.yandex-direct .yandex-direct-header {
  color: #478cc8;
  font-size: 16px;
  font-weight: 800;
  line-height: 23px;
}
.yandex-direct .yandex-direct-body {
  color: #39444f;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.yandex-direct .yandex-direct-links {
  color: #478cc8;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.medium-insert-images, .mediumInsert.small, .mediumInsert {
  text-align: center;
}
.medium-insert-images figure, .mediumInsert.small figure, .mediumInsert figure {
  margin: 0;
  display: block;
}
.medium-insert-images figure img, .mediumInsert.small figure img, .mediumInsert figure img {
  max-width: 100%;
  margin-top: 1em;
  vertical-align: top;
}
.medium-insert-images figure:first-child img, .mediumInsert figure:first-child img {
  margin-top: 0;
}
.medium-insert-images.medium-insert-images-left, .medium-insert-images-left.mediumInsert, .mediumInsert.small {
  max-width: 33.33%;
  float: left;
  margin: 0 30px 20px 0;
}
.medium-insert-images.medium-insert-images-right, .medium-insert-images-right.mediumInsert {
  max-width: 33.33%;
  float: right;
  margin: 0 0 20px 30px;
}
.medium-insert-images.medium-insert-images-grid, .medium-insert-images-grid.mediumInsert {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0.5em -0.5em;
}
.medium-insert-images.medium-insert-images-grid figure, .medium-insert-images-grid.mediumInsert figure {
  width: 33.33%;
  display: inline-block;
}
.medium-insert-images.medium-insert-images-grid figure img, .medium-insert-images-grid.mediumInsert figure img {
  max-width: calc(100% - 1em);
  margin: 0.5em;
}

.medium-insert-embeds, .mediumInsert-embeds {
  text-align: center;
  margin: 1em 0;
  position: relative;
}
.medium-insert-embeds iframe, .mediumInsert-embeds iframe {
  margin: 0 auto !important;
}
.medium-insert-embeds div, .mediumInsert-embeds div {
  margin: 0 auto !important;
}
.medium-insert-embeds.medium-insert-embeds-left, .medium-insert-embeds-left.mediumInsert-embeds {
  width: 33.33%;
  float: left;
  margin: 0 30px 20px 0;
}
.medium-insert-embeds.medium-insert-embeds-right, .medium-insert-embeds-right.mediumInsert-embeds {
  width: 33.33%;
  float: right;
  margin: 0 0 20px 30px;
}

.medium-insert-images figure, .mediumInsert.small figure, .mediumInsert figure, .medium-insert-embeds figure, .mediumInsert-embeds figure {
  position: relative;
}
.medium-insert-images figure figcaption, .mediumInsert.small figure figcaption, .mediumInsert figure figcaption, .medium-insert-embeds figure figcaption, .mediumInsert-embeds figure figcaption {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  margin: 10px 0;
  color: #8c969d;
  font-size: 0.8em;
  font-style: italic;
  outline: 0 solid transparent;
}
.medium-insert-images figure figcaption:focus, .mediumInsert figure figcaption:focus, .medium-insert-embeds figure figcaption:focus, .mediumInsert-embeds figure figcaption:focus {
  outline: 0 solid transparent;
}

html, body, h1.ati-h1, h2.ati-h2, h3.ati-h3, h4.ati-h4, h5.ati-h5, h6.ati-h6 {
  font-family: Verdana, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.rvps0 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 12px 0;
}

.rvps13 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}

.rvps7 {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.ati-breadcrumbs {
  display: inline-block;
  padding: 20px 40px;
  color: #8c969d;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}
.ati-breadcrumbs:hover {
  color: #3a7bbf;
  text-decoration: none;
}

.wrapper-rubric-tags {
  position: sticky;
  top: 52px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 116px);
}

#left-sidebar {
  width: 300px;
}

.left-sidebar {
  height: 100%;
  padding: 20px 20px 0 20px;
  position: relative;
}
.left-sidebar .sidebar-tag-list {
  padding-bottom: 15px;
}

#sidebar-tag-list {
  margin-top: auto;
}

.rubric-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rubric-list .rubric-list__link {
  display: block;
  padding: 10px 0;
  color: #39444f;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.5px;
}
.rubric-list .rubric-list__link:hover {
  color: #3a7bbf;
  text-decoration: none;
}
.rubric-list .rubric-list__link.rubric-list__link--active {
  font-weight: 600;
}

.sidebar-tag-list .sidebar-tag-list__header {
  color: #8c969d;
  font-weight: 200;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 5px;
}
.sidebar-tag-list .sidebar-tag-list__header .icon {
  height: 14px;
  width: 14px;
  margin-top: -4px;
  margin-right: 5px;
}
.sidebar-tag-list .sidebar-tag-list__tag {
  display: inline-block;
  color: #596e81;
  font-size: 13px;
  font-weight: 200;
  line-height: 24px;
  text-decoration: underline;
  padding-right: 10px;
}
.sidebar-tag-list .sidebar-tag-list__tag:hover {
  color: #3a7bbf;
}

.right-sidebar {
  padding: 0 90px 30px 16px;
}

.media-searchbar {
  padding: 0px;
  margin-bottom: 25px;
}
.media-searchbar .media-searchbar__input {
  position: relative;
  padding: 8px 6px 8px 34px;
  background-color: #f2f2f2;
  border: 1px solid rgba(140, 150, 157, 0.3);
  border-radius: 2px;
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
}
.media-searchbar .media-searchbar__input img {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 10px;
  left: 11px;
}
.media-searchbar .media-searchbar__input *:focus {
  outline: none;
  border: 0px;
}
.media-searchbar .media-searchbar__input input {
  border: 0px;
  width: 80%;
  background-color: #f2f2f2;
}
.media-searchbar .media-searchbar__input input::placeholder {
  color: #8c969d;
  font-weight: 200;
}

.ati-media-news-block {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 35px 35px 25px;
  margin-bottom: 40px;
  border-radius: 0 0 4px 4px;
}
.ati-media-news-block .news-block__header {
  padding-top: 10px;
  padding-bottom: 16px;
  color: rgba(6, 21, 35, 0.8);
  font-size: 23px;
  line-height: 1.23;
  letter-spacing: -0.2px;
  font-weight: 400;
}
.ati-media-news-block .news-block__icon {
  vertical-align: top;
}
.ati-media-news-block .news-block__container {
  font-size: 14px;
}
.ati-media-news-block .news-block__container .news-block__link-wrapper {
  color: #39444f;
  text-decoration: none;
}
.ati-media-news-block .news-block__container .news-block__link-wrapper:hover {
  color: #3a7bbf;
}
.ati-media-news-block .news-block__container .news-block__node {
  margin-bottom: 20px;
  line-height: 20px;
  letter-spacing: -0.2px;
}
.ati-media-news-block .news-block__container .news-block__news-time {
  color: #478cc8;
  margin-right: 5px;
  font-size: 12px;
}
.ati-media-news-block .news-block__container .news-block__news-time--pinned {
  color: #d0021b;
  font-weight: 700;
}
.ati-media-news-block .news-block__all-news {
  font-weight: 300;
  line-height: 23px;
  color: #478cc8;
  font-size: 14px;
  letter-spacing: -0.1px;
}
.ati-media-news-block .news-block__all-news ::hover {
  color: #3a7bbf;
}
.ati-media-news-block--regional {
  border-top: 4px solid #64b829;
}
.ati-media-news-block--regional .news-block__icon {
  height: 24px;
  width: 24px;
  margin-right: 6px;
  margin-left: -3px;
  margin-top: 2px;
}
.ati-media-news-block--hot {
  border-top: 4px solid #d0021b;
}
.ati-media-news-block--hot .news-block__icon {
  height: 24px;
  width: 22px;
  margin-right: 5px;
}
.ati-media-news-block--mini-res {
  width: 250px;
  border-top: 4px solid #d0021b;
  border-radius: 0 0 0px 4px;
}
.ati-media-news-block--mini-res .news-block__icon {
  display: none;
}

.subscribe-block-place {
  text-align: center;
}

.ati-media-subscribe {
  background-color: #fff;
  border-top: solid 4px #478cc8;
  padding: 30px 28px 30px 28px;
  transition: all 1.2s;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  margin-bottom: 40px;
  text-align: center;
}
.ati-media-subscribe .subscribe__header {
  padding-bottom: 22px;
  color: #39444f;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.ati-media-subscribe .subscribe__error {
  font-size: 12px;
  color: #d0021b;
  padding-bottom: 10px;
}
.ati-media-subscribe .subscribe__email-input {
  width: 100%;
  height: 32px;
  margin-bottom: 25px;
}
.ati-media-subscribe .subscribe__header-complete {
  display: none;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  padding: 0;
  width: calc(100% - 70px);
  vertical-align: middle;
}
.ati-media-subscribe .subscribe__icon {
  display: none;
  background: url(/assets/img/white_check.png);
  width: 46px;
  height: 35px;
  vertical-align: middle;
  margin-right: 18px;
}
.ati-media-subscribe.subscribe-disabled {
  border-color: #cfcece;
}
.ati-media-subscribe.subscribe-complete {
  border: none;
  border-radius: 0;
  background-color: #64b829;
  padding: 25px 30px;
  line-height: 19px;
}
.ati-media-subscribe.subscribe-complete .subscribe__header,
.ati-media-subscribe.subscribe-complete .subscribe__form {
  display: none;
}
.ati-media-subscribe.subscribe-complete .subscribe__icon,
.ati-media-subscribe.subscribe-complete .subscribe__header.subscribe__header-complete {
  display: inline-block;
}
.ati-media-subscribe.subscribe-error .subscribe__header {
  padding-bottom: 10px;
}
.ati-media-subscribe.subscribe-error .subscribe__email-input {
  background-color: #fff0f2;
  border: 1px solid #d0021b;
}
.ati-media-subscribe.subscribe-error .subscribe__error {
  display: inline-block;
  visibility: visible;
}

.recommendations {
  margin-bottom: 40px;
}
.recommendations .recommendations__header {
  color: rgba(6, 21, 35, 0.8);
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.4px;
  margin: 45px 0 25px;
}
.recommendations .recommendations__header img.icon {
  height: 24px;
  width: 24px;
  vertical-align: baseline;
  margin-right: 10px;
}

.horizontal-articles-block {
  display: flex;
  justify-content: space-between;
}
.horizontal-articles-block .horizontal-articles-block__entity {
  width: calc(33.33% - 20px);
}
.horizontal-articles-block .horizontal-articles-block__entity img {
  width: 100%;
}
.horizontal-articles-block .horizontal-articles-block__entity .horizontal-articles-block__post-link {
  display: block;
}
.horizontal-articles-block .horizontal-articles-block__entity .horizontal-articles-block__post-link:hover {
  text-decoration: none;
}
.horizontal-articles-block .horizontal-articles-block__entity .horizontal-articles-block__post-link:hover .horizontal-articles-block__entity-header {
  color: #3a7bbf;
}
.horizontal-articles-block .horizontal-articles-block__entity-header {
  margin: 14px 0;
  color: #39444f;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -0.2px;
  line-height: 28px;
}
.horizontal-articles-block .horizontal-articles-block__rubric {
  color: #8c969d;
  font-size: 15px;
  font-weight: 200;
  line-height: 25px;
  letter-spacing: -0.1px;
}
.horizontal-articles-block .horizontal-articles-block__rubric:hover {
  color: #3a7bbf;
  text-decoration: underline;
}

.horizontal-cross-links {
  display: flex;
  justify-content: space-between;
  height: 52px;
  border-top: 1px solid rgba(140, 150, 157, 0.3);
  margin: 0 90px 0 100px;
  font-size: 13px;
  font-weight: 400;
  line-height: 50px;
}
.horizontal-cross-links .horizontal-cross-links__placeholder {
  color: #b8b8b8;
  margin-right: 20px;
}
.horizontal-cross-links .horizontal-cross-links__links {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden;
}
.horizontal-cross-links .horizontal-cross-links__entity {
  margin: 0 15px;
  color: #8c969d;
}
.horizontal-cross-links .horizontal-cross-links__entity:hover {
  color: #3a7bbf;
  text-decoration: none;
}
.horizontal-cross-links .horizontal-cross-links__dropdown {
  position: relative;
}
.horizontal-cross-links .horizontal-cross-links__dropdown .horizontal-cross-links__dropdown-data {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.21);
  padding: 0;
  z-index: 1000;
  color: rgba(6, 21, 35, 0.8);
  font-size: 13px;
  line-height: 16px;
  min-width: 245px;
}
.horizontal-cross-links .horizontal-cross-links__dropdown label {
  display: block;
  height: 100%;
  width: 100%;
  color: #8c969d;
  width: 70px;
  text-align: center;
}
.horizontal-cross-links .horizontal-cross-links__dropdown label::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 23px;
  height: 6px;
  width: 8px;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  background-image: url("/assets/img/ic-down-gray.png");
}
.horizontal-cross-links .horizontal-cross-links__dropdown input {
  display: none;
}
.horizontal-cross-links .horizontal-cross-links__dropdown input:checked + .horizontal-cross-links__dropdown-data {
  display: block;
}
.horizontal-cross-links .horizontal-cross-links__dropdown .horizontal-cross-links__dropdown-link {
  display: block;
  color: #8c969d;
  padding: 10px;
}
.horizontal-cross-links .horizontal-cross-links__dropdown .horizontal-cross-links__dropdown-link:hover {
  text-decoration: none;
  background: #f2f2f2;
}

div.horizontal-cross-links--rubric .horizontal-cross-links .horizontal-cross-links__placeholder {
  color: #8c969d;
  font-weight: 600;
}
div.horizontal-cross-links--rubric .horizontal-cross-links .horizontal-cross-links__entity {
  margin: 0 10px;
  max-width: 120px;
  line-height: 18px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.region-selector__dropdown {
  display: inline-block;
  margin-right: 60px;
  min-height: 30px;
}
.region-selector__dropdown .region-selector__dropdown-data {
  display: none;
  position: absolute;
  top: 37px;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.21);
  padding: 0;
  z-index: 1000;
  color: rgba(6, 21, 35, 0.8);
  font-size: 13px;
  line-height: 16px;
  width: 150px;
  left: 23px;
}
.region-selector__dropdown label {
  content: " ";
  border-radius: 3px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  background-image: url("/assets/img/ic-down-gray.png");
  background-position: center;
  font-size: 15px;
  display: block;
  color: #8c969d;
  cursor: pointer;
  margin-top: 7px;
  margin-bottom: -10px;
}
.region-selector__dropdown:hover label {
  background-color: #ddd;
}
.region-selector__dropdown .region-selector__moar__text {
  display: none;
}
.region-selector__dropdown input:checked ~ label {
  background-color: #ddd;
}
.region-selector__dropdown label.rubric_page {
  left: 400px;
}
.region-selector__dropdown input {
  float: left;
  opacity: 0;
}
.region-selector__dropdown input:checked ~ .region-selector__dropdown-data {
  display: block;
}
.region-selector__dropdown .region-selector__dropdown-link {
  display: block;
  color: #8c969d;
  padding: 10px;
}
.region-selector__dropdown .region-selector__dropdown-link:hover {
  text-decoration: none;
  background: #f2f2f2;
}

.video-preview {
  height: 100%;
  position: relative;
}
.video-preview::before {
  content: " ";
  position: absolute;
  background-image: url(/assets/img/youtube_dark.png);
  height: 100%;
  width: 100%;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0.65;
}
.video-preview:hover::before {
  background-image: url(/assets/img/youtube_red.png);
}
.video-preview::after {
  content: "Видео";
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: #fff;
  background: #64b829;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.1px;
  padding: 3px 10px;
}

.ya-share2 .ya-share2__container .ya-share2__item {
  margin: 0;
  margin-left: 15px;
}
.ya-share2 .ya-share2__container .ya-share2__badge {
  overflow: hidden;
  border-radius: 50%;
}
.ya-share2 .ya-share2__container .ya-share2__icon {
  height: 42px;
  width: 42px;
  background-size: 100% 100%;
}

.social_container {
  display: flex;
  justify-content: left;
  margin-bottom: 30px;
  align-items: center;
}
.social_container #sharing {
  margin-left: auto;
}
.social_container #forum_button {
  margin-right: 10px;
}

.forum_tooltip {
  position: relative;
}

@media (max-width: 1450px) {
  .forum_tooltip {
    left: 127px;
  }
  .forum_tooltip .closed_popover {
    position: relative;
    left: -127px;
  }
}
@media (max-width: 650px) {
  .social_container {
    align-items: center;
    flex-direction: column;
    margin: 20px;
  }
  .social_container #sharing {
    margin-left: 0;
  }
  .social_container #forum_button {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .ya-share2 .ya-share2__container .ya-share2__list {
    margin-top: 20px;
  }
  .ya-share2 .ya-share2__container .ya-share2__list .ya-share2__item {
    margin: 5px;
  }
  .ya-share2 .ya-share2__container .ya-share2__list .ya-share2__icon {
    height: 35px;
    width: 35px;
    background-size: 100% 100%;
  }

  .forum_tooltip {
    left: 0px;
  }
  .forum_tooltip .forum_popover {
    max-width: 95vw;
  }
  .forum_tooltip .closed_popover {
    position: relative;
    left: 0px;
  }
}
.truckmarket-widget {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.truckmarket-widget_right-sidebar {
  margin-bottom: 40px;
}

.ati-pane-wrapper {
  display: flex;
}
.ati-pane-wrapper .ati-content {
  width: 100%;
}
.ati-pane-wrapper .ati-breadcrumbs,
.ati-pane-wrapper .horizontal-cross-links {
  display: none;
}
.ati-pane-wrapper .ati-content-section {
  width: 100%;
}
.ati-pane-wrapper .ati-content-section .ati-content {
  padding: 0 20px 0 100px;
}
.ati-pane-wrapper .ati-content-section .right-panel {
  min-width: 28.65%;
  width: 28.65%;
}
.ati-pane-wrapper .content-header-section {
  display: flex;
  justify-content: space-between;
}
.ati-pane-wrapper .content-header-section .content-header-text {
  padding: 50px 0 0 100px;
}
.ati-pane-wrapper .content-header-section .content-header-search {
  min-width: 28.65%;
  width: 28.65%;
  padding: 80px 90px 0 15px;
}
.ati-pane-wrapper .ati-content-wrap {
  display: flex;
  justify-content: space-between;
}
.ati-pane-wrapper .content-readable .news-link-wrapper::hover {
  color: #3a7bbf;
}
.ati-pane-wrapper .content-readable .news-with-image .news-header {
  font-weight: normal;
  letter-spacing: -0.2px;
  margin: 20px 0px 12px;
}
.ati-pane-wrapper .content-readable .news-with-image .tile-summary {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1px;
}

.tablet-only-news-subscribe,
.tablet-only-content {
  display: none;
}

.mobile-only {
  display: none;
}

.publication-page .ati-pane-wrapper .ati-content {
  width: 71%;
}
.publication-page .ati-pane-wrapper .left-panel {
  width: 17%;
}
.publication-page .ati-pane-wrapper .ati-content-section .right-panel {
  min-width: 29%;
  width: 29%;
}
.publication-page .rubric-header-erid-label {
  padding-left: 100px;
}

@media (max-width: 1450px) {
  .ati-pane-wrapper .left-panel {
    display: none;
  }

  .ati-pane-wrapper .content-header-section .content-header-text {
    padding-top: 0px;
  }

  .ati-pane-wrapper .content-header-section .content-header-search {
    padding-top: 30px;
  }

  .ati-pane-wrapper .ati-breadcrumbs {
    display: inline-block;
  }

  div.index-page-header .index-page-header__left-part,
div.ati-pane-wrapper section.ati-content-section .ati-content,
div.ati-pane-wrapper .ati-content-section .ati-content {
    padding-left: 40px;
  }

  div.index-page-header .index-page-header__search,
div.ati-pane-wrapper section.ati-content-section .index-right-part,
div.ati-pane-wrapper .right-sidebar {
    padding-right: 40px;
  }

  .ati-pane-wrapper .content-header-section .content-header-text {
    padding-left: 40px;
  }

  .ati-pane-wrapper .content-header-section .content-header-search {
    padding-right: 40px;
  }

  .ati-pane-wrapper .horizontal-cross-links {
    display: flex;
    margin: 0 40px;
  }

  .publication-page div.ati-pane-wrapper section.ati-content-section {
    width: 100%;
  }
  .publication-page .rubric-header-erid-label {
    padding-left: 40px;
  }
}
@media (max-width: 1100px) {
  .tablet-hidden {
    display: none;
  }

  .ati-pane-wrapper .ati-content-section .index-left-part .ati-content {
    padding-right: 20px;
  }

  .ati-pane-wrapper .content-header-section .content-header-text {
    font-size: 32px;
  }

  .ati-pane-wrapper .content-header-section .content-header-search {
    min-width: calc(33% + 10px);
  }

  .ati-pane-wrapper .ati-content-section .right-panel,
.ati-pane-wrapper .ati-content-section .index-right-part {
    display: none;
  }

  .tablet-only-content {
    display: flex;
    justify-content: space-between;
  }

  .tablet-only-news-subscribe__left,
.tablet-left-articles {
    width: calc(66.6% - 10px);
  }

  .tablet-column {
    width: calc(33.33% - 20px);
    justify-content: center;
  }
  .tablet-column:last-child {
    min-width: 240px;
  }
  .tablet-column .ati-media-news-block--regional a.news-block__link-wrapper {
    display: none;
  }
  .tablet-column .ati-media-news-block--regional a.news-block__link-wrapper:nth-child(-n+5) {
    display: block;
  }

  .tablet-only-news-subscribe__right,
.tablet-right-articles {
    width: 33.33%;
  }
  .tablet-only-news-subscribe__right .news-with-image,
.tablet-right-articles .news-with-image {
    margin-bottom: 40px;
  }

  .tablet-article-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tablet-article-grid__entity {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }

  .tablet-only-news-subscribe {
    display: flex;
    justify-content: space-between;
  }
  .tablet-only-news-subscribe .ati-media-subscribe {
    padding: 25px;
  }

  .tablet-column .ati-media-news-block .news-block__container .news-block__link-wrapper {
    width: 100%;
  }

  .ati-media-news-block .news-block__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .ati-media-news-block .news-block__container .news-block__link-wrapper {
    display: block;
    width: calc(50% - 15px);
  }

  div.index-page-header .index-page-header__left-part,
div.ati-pane-wrapper section.ati-content-section .ati-content,
div.ati-pane-wrapper .ati-content-section .ati-content {
    padding-left: 20px;
  }

  div.index-page-header .index-page-header__search,
div.ati-pane-wrapper section.ati-content-section .index-right-part,
div.ati-pane-wrapper .right-sidebar {
    padding-right: 20px;
  }

  .ati-pane-wrapper .content-header-section .content-header-text {
    padding-left: 20px;
  }

  .ati-pane-wrapper .content-header-section .content-header-search {
    padding-right: 20px;
  }

  .ati-pane-wrapper .horizontal-cross-links {
    margin: 0 20px;
  }

  .ati-pane-wrapper .ati-breadcrumbs {
    padding: 20px;
  }

  .ati-pane-wrapper .index-page-header {
    padding-top: 20px;
  }

  div.ati-pane-wrapper .tablet-only-news-subscribe .right-sidebar {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  div.ati-pane-wrapper .tablet-only-news-subscribe .right-sidebar .ati-media-news-block {
    width: calc(66.6% - 10px);
  }
  div.ati-pane-wrapper .tablet-only-news-subscribe .right-sidebar .subscribe-block-place {
    width: calc(33.33% - 20px);
  }

  .publication-page .ati-pane-wrapper .ati-content {
    width: 100%;
  }
  .publication-page .rubric-header-erid-label {
    padding-left: 20px;
  }
}
@media (max-width: 760px) {
  .tablet-column {
    width: calc(50.00% - 10px);
  }
  .tablet-column.tablet-only-content {
    display: none;
  }
}
@media (max-width: 650px) {
  .ati-pane-wrapper .tablet-hidden {
    display: block;
  }

  .ati-pane-wrapper .ati-breadcrumbs {
    padding: 20px 10px 0;
  }

  .ati-pane-wrapper .tablet-only-content {
    display: none;
  }

  .ati-pane-wrapper .content-header-section {
    display: block;
  }

  .ati-pane-wrapper .content-header-section .content-header-text {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 0 10px;
    margin-bottom: 20px;
  }

  .ati-pane-wrapper .content-header-section .content-header-search {
    width: 100%;
    padding: 0 10px;
  }
  .ati-pane-wrapper .content-header-section .content-header-search .media-searchbar {
    margin-bottom: 0;
  }

  .ati-content .content-header .large-adv {
    display: none;
  }

  .ati-pane-wrapper .horizontal-cross-links {
    margin: 0;
    padding: 0 10px;
    border-top: none;
  }

  div.ati-pane-wrapper section.ati-content-section .ati-content {
    padding-left: 0;
    padding-right: 0;
  }

  .ati-pane-wrapper .ati-content-section .news-floated-block {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .ati-pane-wrapper .ati-content-section .news-floated-block img {
    width: 100%;
  }
  .ati-pane-wrapper .ati-content-section .news-floated-block.news-floated-block--large {
    padding: 0;
  }
  .ati-pane-wrapper .ati-content-section .news-floated-block.news-floated-block--large .news-header, .ati-pane-wrapper .ati-content-section .news-floated-block.news-floated-block--large .tile-summary {
    padding: 0 10px;
  }

  .ati-pane-wrapper .tablet-only-news-subscribe {
    display: block;
  }
  .ati-pane-wrapper .tablet-only-news-subscribe .tablet-column {
    width: 100%;
    margin: auto;
  }

  .tablet-only-news-subscribe__right,
.tablet-only-news-subscribe__left, .tablet-left-articles {
    width: 100%;
  }

  .ati-media-news-block .news-block__container {
    display: block;
  }
  .ati-media-news-block .news-block__container .news-block__link-wrapper {
    width: 100%;
  }

  .horizontal-articles-block {
    display: block;
  }

  .horizontal-articles-block .horizontal-articles-block__entity {
    width: 100%;
    margin-bottom: 30px;
  }

  .ati-pane-wrapper .row {
    margin: 0;
  }

  .recommendations {
    padding: 0 10px;
    margin-bottom: 50px;
  }

  .rubric-minor-tags-tip {
    display: none;
  }

  div.ati-pane-wrapper .tablet-only-news-subscribe .right-sidebar {
    display: block;
    width: 100%;
  }

  .mobile-only {
    display: block;
  }

  .publication-page .rubric-header-erid-label {
    padding-left: 10px;
  }
  .publication-page .rubric-footer-advertising-customer {
    padding-left: 10px;
  }
}
.cb {
  clear: both;
}

.news-link-wrapper {
  color: #39444f;
  text-decoration: none;
}
.news-link-wrapper:hover {
  text-decoration: none;
  color: #3a7bbf;
}

#index-page-header {
  min-height: 140px;
}

.content-list .content-list-h2,
.content-list .content-list-h3,
.content-list .content-list-h4,
.content-list .content-list-h5,
.content-list .content-list-h6 {
  display: block;
  text-align: left;
  line-height: 26px;
}
.content-list .content-list-h3 {
  padding-left: 30px;
}
.content-list .content-list-h4 {
  padding-left: 60px;
}
.content-list .content-list-h5 {
  padding-left: 90px;
}
.content-list .content-list-h6 {
  padding-left: 120px;
}

.publication-page .rubric-header-erid-label p {
  font-size: 10px;
  color: #808080;
}

.publication-page .rubric-footer-advertising-customer p {
  font-size: 10px;
  color: #808080;
}

@media (max-width: 1450px) {
  div[class*=horizontal--upper-mk] {
    padding-top: 0px;
  }
}
.content-header .content-date {
  display: block;
  margin-top: 10px;
}

.ati-pane-wrapper .content-header-section .content-header-search {
  align-self: flex-end;
  padding-bottom: 15px;
}

.right-sidebar__additionals .large-adv {
  display: none;
}

.ati-content iframe {
  max-width: 100%;
}
.ati-content .content-header h1 {
  width: 75%;
}
.ati-content .image-block {
  position: relative;
  padding-bottom: calc(51% + 10px);
}
.ati-content .image-block img, .ati-content .image-block iframe {
  width: 75%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ati-content .image-block .image-subtitle {
  display: block;
  position: absolute;
  width: 25%;
  top: 0;
  right: 0;
  padding-left: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  word-wrap: break-word;
}
.ati-content #main-image-insert iframe, .ati-content #main-image-insert img {
  position: relative;
}
.ati-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 12px 0;
}
.ati-content p.ati-content-tldr {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.2px;
  margin-bottom: 30px;
}
.ati-content .content-body {
  width: 75%;
}
.ati-content .content-body .marketing-message {
  font-size: 10px;
  color: #808080;
}
.ati-content .content-body img {
  max-width: 100%;
  margin: 10px 20px 10px 0;
}
.ati-content .content-body .note-float-left {
  margin-right: 20px;
}
.ati-content .content-body .note-float-right {
  margin-left: 20px;
}
.ati-content .content-footer {
  display: flex;
  justify-content: space-between;
}
.ati-content .content-footer .views {
  min-width: 100px;
}

.publication-page .ati-content .content-body {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .ati-content .content-body {
    width: 100%;
    padding-right: 80px;
  }

  .ati-content .content-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
  }
  .ati-content .content-header .image-block {
    width: 66%;
    padding-right: 15px;
    padding-bottom: 0;
  }
  .ati-content .content-header .image-block img, .ati-content .content-header .image-block iframe {
    width: 100%;
  }
  .ati-content .content-header .image-block img {
    height: auto;
    position: relative;
  }
  .ati-content .content-header .image-block iframe {
    height: 100%;
  }
  .ati-content .content-header .image-block .image-subtitle {
    position: relative;
    padding-left: 0;
    width: 100%;
  }
  .ati-content .content-header .large-adv {
    width: calc(34% - 15px);
  }

  .ati-pane-wrapper .content-header-section .content-header-search {
    align-self: auto;
  }

  .ati-pane-wrapper .ati-content .tablet-only-news-subscribe .right-panel {
    display: flex;
    min-width: 100%;
    width: 100%;
  }
  .ati-pane-wrapper .ati-content .tablet-only-news-subscribe .right-panel .ati-media-news-block,
.ati-pane-wrapper .ati-content .tablet-only-news-subscribe .right-panel .right-sidebar__additionals,
.ati-pane-wrapper .ati-content .tablet-only-news-subscribe .right-panel .adv-sections {
    width: calc(33% - 15px);
  }
  .ati-pane-wrapper .ati-content .tablet-only-news-subscribe .right-panel .right-sidebar__additionals .ati-media-news-block,
.ati-pane-wrapper .ati-content .tablet-only-news-subscribe .right-panel .right-sidebar__additionals .subscribe-block-place {
    width: 100%;
  }
  .ati-pane-wrapper .ati-content .tablet-only-news-subscribe .right-panel .news-block__container {
    display: block;
  }
  .ati-pane-wrapper .ati-content .tablet-only-news-subscribe .right-panel .news-block__container .news-block__link-wrapper {
    width: 100%;
  }
  .ati-pane-wrapper .ati-content .tablet-only-news-subscribe .right-panel .ati-media-news-block--regional .news-block__link-wrapper:nth-child(n+6) {
    display: none;
  }
}
@media (max-width: 850px) {
  .ati-pane-wrapper .ati-content .tablet-only-news-subscribe .right-panel .ati-media-news-block,
.ati-pane-wrapper .ati-content .tablet-only-news-subscribe .right-panel .right-sidebar__additionals {
    width: calc(50% - 15px);
  }
  .ati-pane-wrapper .ati-content .tablet-only-news-subscribe .right-panel .adv-sections {
    display: none;
  }
}
@media (max-width: 820px) {
  .ati-content .content-header .image-block {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
  .ati-content .content-header .image-block img, .ati-content .content-header .image-block iframe {
    width: 100%;
    position: relative;
  }
  .ati-content .content-header .image-block iframe {
    min-height: 50vw;
  }
}
@media (max-width: 650px) {
  .ati-pane-wrapper .ati-content .tablet-only-news-subscribe .right-panel .adv-sections {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .ati-content .content-header .image-block {
    padding-left: 0;
    padding-right: 0;
  }
  .ati-content .content-header .image-block iframe {
    min-height: 250px;
  }
}
@media (max-width: 650px) {
  .ati-content .image-block {
    width: 100%;
    padding: 0 10px;
    padding-bottom: calc(51% + 10px);
  }
  .ati-content .image-block img, .ati-content .image-block iframe {
    width: 100%;
  }
  .ati-content .content-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ati-content .ati-content-tldr {
    margin-bottom: 10px;
  }
  .ati-content .content-footer {
    padding: 0 10px;
  }

  .ati-pane-wrapper .ati-content .tablet-only-news-subscribe .right-panel .ati-media-news-block,
.ati-pane-wrapper .ati-content .tablet-only-news-subscribe .right-panel .right-sidebar__additionals {
    width: 100%;
  }
}
html, body {
  height: 100%;
}

body {
  background-color: rgba(140, 150, 157, 0.3);
}

@media (min-height: 800px) {
  .ati-pane-wrapper {
    min-height: 100%;
  }
}
@media (max-height: 800px) {
  .ati-pane-wrapper {
    min-height: 800px;
  }
}

/*# sourceMappingURL=content.css.map */
