@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans';
  src: url('/fonts/notosans/NotoSans-Regular.woff2') format('woff2'), url('/fonts/notosans/NotoSans-Regular.woff') format('woff'), url('/fonts/notosans/NotoSans-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('/fonts/notosans/NotoSans-Bold.woff2') format('woff2'), url('/fonts/notosans/NotoSans-Bold.woff') format('woff'), url('/fonts/notosans/NotoSans-Bold.ttf') format('truetype');
  font-weight: bold;
}
/**
 * Сброс и нормализация стилей, собственная компиляция из канонических reset и normalize.
 */
html {
  text-size-adjust: 100%;
  /* 2 */
}
html,
body {
  position: relative;
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
form,
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
/**
 * 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;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/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 when focused and also mouse hovered in all browsers.
 */
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;
}
/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -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 {
  box-sizing: border-box;
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * 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"] {
  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
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * 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;
}
/**
 * Цвета кнопок, размеры шрифта для заголовков и текста, и т.д.
 */
.two-line-menu-icon {
  user-select: none;
  display: block;
  width: 30px;
  height: 16px;
  position: relative;
  cursor: pointer;
}
.two-line-menu-icon:before,
.two-line-menu-icon:after {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  position: absolute;
  right: 0;
  background: #333c4e;
}
.two-line-menu-icon:after {
  bottom: 0;
}
.header {
  font-family: 'Noto Sans';
  font-size: initial;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(80, 89, 100, 0.16);
  width: 100%;
  z-index: 10;
}
@media (max-width: 1240px) {
  .header {
    padding: 0 30px;
  }
}
.header__inner {
  height: 70px;
  margin: 0 auto;
  padding: 0;
  max-width: 1060px;
  display: flex;
  align-items: center;
  text-align: center;
}
.header__logo {
  flex: 1 1 auto;
  text-align: left;
}
.header__phones {
  display: flex;
  flex-shrink: 0;
  margin-right: 30px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .header__phones {
    display: none;
  }
}
.header__phone:first-child {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .header__buttons {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__mobile-menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__mobile-menu {
    display: block;
  }
}
.header-logo {
  display: inline-flex;
  align-items: flex-end;
  height: 36px;
}
.header-logo__icon {
  margin-right: 5px;
}
@media (max-width: 885px) {
  .header-logo__icon {
    display: none;
  }
}
.header-logo__label {
  height: 24px;
}
.page-header-buttons {
  display: flex;
  align-items: center;
  position: relative;
}
.page-header-buttons .btn {
  padding: 6px 20px;
  margin-right: 20px;
  background: #ffffff;
  border: 1px solid #333c4e;
  box-shadow: none;
  transition: all 0.125s ease-in;
}
.page-header-buttons .btn:hover {
  color: #ffffff;
  background: #009f35;
  border-color: #009f35;
  box-shadow: none;
}
.page-header-buttons .btn:active {
  color: #ffffff;
  background: #00cc44;
  border-color: #00cc44;
  box-shadow: none;
}
.page-header-buttons .btn:last-child {
  margin-right: 0;
}
.page-header-buttons .btn--cta {
  background: #4bc04e;
  border: 1px solid #4bc04e;
}
.page-header-buttons .btn--cta:hover {
  background: #009f35;
  border-color: #009f35;
  box-shadow: none;
}
.page-header-buttons .btn--cta:active {
  background: #00cc44;
  border-color: #00cc44;
  box-shadow: none;
}
.b-header__city {
  position: relative;
  align-self: flex-end;
  bottom: 4px;
  cursor: pointer;
  margin-left: 1rem;
}
.b-header__city-header {
  display: flex;
  align-items: center;
  color: #e5971a;
}
.b-header__city-header-label {
  margin-right: 2px;
  border-bottom: 1px dotted;
  font-weight: bold;
  font-size: 27px;
}
@media (max-width: 580px) {
  .b-header__city-header-label {
    font-weight: normal;
    font-size: 23px;
  }
}
.b-header__city-header-chevron {
  margin-top: 3px;
  margin-left: .2em;
  border: 5px solid;
  border-left-width: 3px;
  border-right-width: 3px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
.b-header__city-list {
  width: 150px;
  position: absolute;
  z-index: 103;
  display: none;
  margin-top: 5px;
  top: 100%;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 1px #858585;
  border-top: 1px solid #d9d9d9;
  border-radius: 3px;
  background: white;
}
.b-header__city-list-item {
  border-radius: 3px;
  display: block;
  line-height: 20px;
  padding: 5px 10px;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}
.b-header__city-list-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.b-header__city-button-text {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .app {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .app--tracking {
    margin-top: 20px;
  }
}
.app__list {
  padding: 0;
}
@media (max-width: 885px) {
  .app__list {
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .app__list {
    flex-direction: column;
  }
}
.app__list--tracking {
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 768px) {
  .app__list--tracking {
    flex-direction: column;
  }
}
.app__item {
  margin-bottom: 10px;
  list-style: none;
  text-align: right;
}
@media (max-width: 885px) {
  .app__item {
    display: flex;
    margin-top: 18px;
    text-align: left;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .app__item {
    margin: 0 0 10px;
    justify-content: center;
  }
}
.app__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 885px) {
  .app__item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .app__item:last-child {
    margin: 0;
  }
}
.app__item--tracking {
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .app__item--tracking {
    margin: 0 0 12px;
  }
}
.app__item--tracking:last-child {
  margin-right: 0;
}
.app__link {
  display: inline-block;
  opacity: 1;
  transition: all 0.125s ease-in;
}
.app__link:hover {
  opacity: .7;
}
.app__link--tracking {
  display: block;
}
.app__img {
  display: block;
  height: 45px;
  width: auto;
  width: 130px;
}
.page-footer {
  font-family: 'Noto Sans';
  border-top: 2px solid #f2f6fc;
}
.page-footer__inner {
  display: flex;
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 680px) {
  .page-footer__inner {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1240px) {
  .page-footer__inner {
    padding: 40px 30px 0;
  }
}
.page-footer__logo {
  width: 260px;
  flex-shrink: 0;
}
@media (max-width: 885px) {
  .page-footer__logo {
    width: 170px;
  }
}
@media (max-width: 680px) {
  .page-footer__logo {
    width: 137px;
  }
}
.page-footer__logo-img {
  display: block;
  width: 164px;
  padding-top: 7px;
}
@media (max-width: 885px) {
  .page-footer__logo-img {
    width: 137px;
  }
}
.page-footer__links {
  flex-grow: 1;
  display: flex;
}
@media (max-width: 680px) {
  .page-footer__links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 680px) {
  .page-footer__links {
    flex-direction: column;
  }
}
.page-footer__page-links {
  flex-grow: 1;
}
@media (max-width: 680px) {
  .page-footer__page-links {
    margin-top: 15px;
  }
}
.page-footer__apps {
  width: 180px;
  flex-shrink: 0;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 885px) {
  .page-footer__apps {
    width: 140px;
  }
}
@media (max-width: 680px) {
  .page-footer__apps {
    width: auto;
    margin-top: 20px;
  }
}
.page-footer__app {
  display: block;
  margin-left: 20px;
}
.page-footer__app:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  .page-footer__app {
    margin-left: 0;
  }
}
.page-footer__app-img {
  width: 100%;
  display: block;
}
@media (max-width: 680px) {
  .page-footer__app-img {
    width: 135px;
  }
}
.page-footer__contacts {
  flex-basis: 100%;
  margin-right: 180px;
  margin-top: 50px;
}
@media (max-width: 885px) {
  .page-footer__contacts {
    margin-right: 140px;
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .page-footer__contacts {
    margin-right: 0;
    margin-top: 40px;
  }
}
.page-links {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  line-height: 2;
  justify-content: space-between;
}
.page-links__link {
  flex: 0 0 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
@media (max-width: 980px) {
  .page-links__link {
    font-size: 14px;
  }
}
@media (max-width: 885px) {
  .page-links__link {
    flex: 0 0 45%;
  }
}
@media (max-width: 680px) {
  .page-links__link {
    flex: 0 0 100%;
    text-align: center;
  }
}
.page-links__link a {
  color: #333c4e;
  text-decoration: none;
}
.footer-contacts {
  display: flex;
  color: #333c4e;
  justify-content: space-between;
}
@media (max-width: 680px) {
  .footer-contacts {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer-contacts__phone {
  flex: 0 0 30%;
}
@media (max-width: 885px) {
  .footer-contacts__phone {
    flex: 1 1 45%;
  }
}
@media (max-width: 680px) {
  .footer-contacts__phone {
    flex: 100%;
  }
}
.footer-contacts__email {
  flex: 0 0 65%;
  overflow: visible;
}
@media (max-width: 885px) {
  .footer-contacts__email {
    flex: 1 1 45%;
    max-width: 45%;
  }
}
@media (max-width: 680px) {
  .footer-contacts__email {
    flex: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.footer-contacts__header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1px;
}
.footer-contacts__content {
  line-height: 2;
  display: flex;
  flex-direction: column;
}
.footer-contacts__content a {
  color: #333c4e;
  text-decoration: none;
}
.footer-bottom {
  background-color: #f5f5f5;
  margin-top: 50px;
  font-family: "Noto Sans";
}
@media (max-width: 885px) {
  .footer-bottom {
    margin-top: 20px;
  }
}
@media (max-width: 680px) {
  .footer-bottom {
    margin-top: 30px;
  }
}
.footer-bottom__content {
  max-width: 1060px;
  margin: 0 auto;
  min-height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 1240px) {
  .footer-bottom__content {
    padding: 0 30px;
  }
}
@media (max-width: 885px) {
  .footer-bottom__content {
    min-height: 0;
    margin-top: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 680px) {
  .footer-bottom__content {
    flex-direction: column;
    margin: 36px 44px;
  }
}
.footer-bottom__social-links {
  width: 260px;
  display: flex;
}
@media (max-width: 885px) {
  .footer-bottom__social-links {
    width: 170px;
  }
}
@media (max-width: 680px) {
  .footer-bottom__social-links {
    width: initial;
  }
}
.footer-bottom__social-links a:first-child {
  margin-right: 14px;
}
@media (max-width: 885px) {
  .footer-bottom__social-links a:first-child {
    margin-right: 24px;
  }
}
.footer-bottom__social-links img {
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 885px) {
  .footer-bottom__social-links img {
    width: 40px;
    height: 40px;
  }
}
.footer-bottom__call-center {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
@media (max-width: 680px) {
  .footer-bottom__call-center {
    margin-top: 26px;
  }
}
.warning-message__inner {
  position: relative;
  z-index: 10;
}
.warning-message__list {
  padding: 0;
}
.warning-message__item {
  position: relative;
  list-style: none;
  padding: 20px 0;
  background: #333c4e;
  font-size: 14px;
  line-height: 1.36;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1120px) {
  .warning-message__text {
    padding: 0 90px 0 30px;
  }
}
@media (max-width: 768px) {
  .warning-message__text {
    padding: 0 55px 0 20px;
  }
}
.warning-message__text a {
  color: #fff;
}
.warning-message__text a:hover {
  color: #fff;
  text-decoration: none;
}
.warning-message__close-btn {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 16px;
  right: 30px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index: 11;
  transition: all 0.125s ease-in;
}
@media (max-width: 768px) {
  .warning-message__close-btn {
    right: 20px;
  }
}
.warning-message__close-btn:hover {
  opacity: .7;
}
.warning-message__close-icon {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 9px;
  left: 9px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ljk3MSA0Ny45NzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3Ljk3MSA0Ny45NzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMjguMjI4LDIzLjk4Nkw0Ny4wOTIsNS4xMjJjMS4xNzItMS4xNzEsMS4xNzItMy4wNzEsMC00LjI0MmMtMS4xNzItMS4xNzItMy4wNy0xLjE3Mi00LjI0MiwwTDIzLjk4NiwxOS43NDRMNS4xMjEsMC44OCAgIGMtMS4xNzItMS4xNzItMy4wNy0xLjE3Mi00LjI0MiwwYy0xLjE3MiwxLjE3MS0xLjE3MiwzLjA3MSwwLDQuMjQybDE4Ljg2NSwxOC44NjRMMC44NzksNDIuODVjLTEuMTcyLDEuMTcxLTEuMTcyLDMuMDcxLDAsNC4yNDIgICBDMS40NjUsNDcuNjc3LDIuMjMzLDQ3Ljk3LDMsNDcuOTdzMS41MzUtMC4yOTMsMi4xMjEtMC44NzlsMTguODY1LTE4Ljg2NEw0Mi44NSw0Ny4wOTFjMC41ODYsMC41ODYsMS4zNTQsMC44NzksMi4xMjEsMC44NzkgICBzMS41MzUtMC4yOTMsMi4xMjEtMC44NzljMS4xNzItMS4xNzEsMS4xNzItMy4wNzEsMC00LjI0MkwyOC4yMjgsMjMuOTg2eiIgZmlsbD0iIzMzM2M0ZSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-position: center center;
  background-size: contain;
}
.warning-message__more-link {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.warning-message__more-link:hover {
  color: #fff;
  text-decoration: none;
}
.warning-message__modal-content {
  padding: 40px;
}
@media (max-width: 768px) {
  .warning-message__modal-content {
    padding: 30px;
  }
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 100vh;
  width: 100%;
  max-width: 320px;
  z-index: 100;
  box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.14);
  border-left: solid 1px #f2f2f2;
}
.mobile-menu--animation-start {
  display: block;
  right: -350px;
  transition: all 0.125s ease-in;
}
.mobile-menu--animation-end {
  right: 0;
}
.mobile-menu--show {
  display: block;
}
.mobile-menu__smooth {
  display: none;
}
@media (max-width: 768px) {
  .mobile-menu__smooth {
    display: block;
    position: fixed;
    top: 0;
    right: 320px;
    bottom: 0;
    left: 0;
  }
}
.mobile-menu__inner {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.mobile-menu__btn-open {
  display: none;
  user-select: none;
}
@media (max-width: 768px) {
  .mobile-menu__btn-open {
    display: block;
    margin-left: 6px;
    width: 20px;
    height: 16px;
    border-bottom: 2px solid #333c4e;
    position: relative;
    cursor: pointer;
  }
}
.mobile-menu__btn-open:before,
.mobile-menu__btn-open:after {
  content: '';
  display: block;
  height: 2px;
  width: 20px;
  position: absolute;
  right: 0;
  background: #333c4e;
}
.mobile-menu__btn-open:before {
  top: 0;
}
.mobile-menu__btn-open:after {
  bottom: 5px;
}
.mobile-menu__btn-close {
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  user-select: none;
}
.mobile-menu__btn-close:before,
.mobile-menu__btn-close:after {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  position: absolute;
  top: 7px;
  right: 0;
  background: #333c4e;
}
.mobile-menu__btn-close:before {
  transform: rotate(45deg);
}
.mobile-menu__btn-close:after {
  transform: rotate(-45deg);
}
.mobile-menu__list {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0 40px;
  width: 100%;
  margin-top: 200px;
}
.mobile-menu__list .page-header-buttons {
  flex-direction: column;
  width: 100%;
}
.mobile-menu__list .btn {
  width: 100%;
  margin: 0;
  justify-content: center;
  font-size: 16px;
  padding: 6px 0;
}
.mobile-menu__list .btn:nth-child(2) {
  margin-top: 20px;
}
.mobile-menu__list--no-user {
  margin-top: 120px;
}
.mobile-menu__list--no-user .mobile-menu__item {
  border-bottom: none;
}
.mobile-menu__list--no-user .mobile-menu__item:first-child {
  display: none;
}
.mobile-menu__item {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #e4d9cd;
  width: 100%;
  padding-top: 56px;
  border-bottom: none;
}
.mobile-menu__phone-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333c4e;
}
.mobile-menu__phone-label {
  margin-bottom: 5px;
}
.mobile-menu__phone {
  color: #333c4e;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
.mobile-menu__phone:hover {
  border-bottom: none;
}
.mobile-menu .phone__link span {
  font-weight: normal;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1b8b99;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.dostavista-tabs {
  display: flex;
  border-radius: 4px;
  border: 1px solid #e4d9cd;
}
@media (max-width: 768px) {
  .dostavista-tabs {
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    border-right: none;
  }
}
.dostavista-tabs__tab {
  padding: 8px 20px;
  border-right: 1px solid #d2bfac;
  cursor: pointer;
  background: #e4d9cd;
}
@media (max-width: 768px) {
  .dostavista-tabs__tab {
    margin-right: 0;
    min-height: 40px;
    border-bottom: 1px solid #d2bfac;
  }
}
@media (max-width: 420px) {
  .dostavista-tabs__tab {
    font-size: 13px;
  }
}
.dostavista-tabs__tab--active {
  background: #ffffff;
  cursor: default;
  border-radius: 3px;
}
.dostavista-tabs__tab:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .dostavista-tabs__tab:last-child {
    border-right: 1px solid #d2bfac;
    border-bottom: none;
  }
}
.dostavista-tabs__tab-label {
  color: #266619;
  cursor: pointer;
  border-bottom: 1px dotted #266619;
  text-decoration: none;
}
@media (max-width: 768px) {
  .dostavista-tabs__tab-label {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .dostavista-tabs__tab-label {
    font-size: 13px;
  }
}
.dostavista-tabs__tab-label--active {
  color: inherit;
  font-weight: 600;
  border-bottom: none;
}
.error-item {
  display: block;
  padding: 2px 0;
  font-size: 12px;
  line-height: normal;
  color: #f04240;
}
.dv-select {
  position: relative;
  height: 36px;
  border-radius: 2px;
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
  border: solid 1px #bbc1d2;
  font-size: 14px;
  user-select: none;
}
@media (max-width: 768px) {
  .dv-select {
    border: none;
  }
}
.dv-select__native-select {
  display: none;
}
@media (max-width: 768px) {
  .dv-select__native-select {
    font-size: 14px;
    width: 100%;
    padding: 6px;
    display: initial;
  }
}
.dv-select__label {
  color: #333c4e;
  position: absolute;
  font-size: 12px;
  left: 5px;
  top: 0;
}
.dv-select__head {
  position: relative;
  color: #333c4e;
  height: 100%;
  padding-left: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .dv-select__head {
    display: none;
  }
}
.dv-select__head:after {
  content: '';
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: url('/img/ru/triangle-copy.svg') no-repeat center center;
  background-size: contain;
  transition: all 0.125s ease-in;
}
.dv-select__options {
  display: none;
  position: absolute;
  z-index: 5;
  top: calc(100% + 1px);
  box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.14);
  background-color: #ffffff;
  border: solid 1px #f2f2f2;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
@media (max-width: 768px) {
  .dv-select__options {
    display: none;
  }
}
.dv-select__options--list-up {
  top: auto;
  bottom: calc(100% + 1px);
  box-shadow: 0 -14px 20px 0 rgba(164, 182, 206, 0.14);
}
.dv-select__option {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  transition: all 0.125s ease-in;
  cursor: pointer;
}
.dv-select__option:hover {
  background-color: #e5f0ff;
}
.dv-select--label .dv-select__head {
  padding-top: 10px;
}
.dv-select--label .dv-select__native-select {
  padding: 12px 6px 0;
}
.dv-select--open .dv-select__options {
  display: block;
}
@media (max-width: 768px) {
  .dv-select--open .dv-select__options {
    display: none;
  }
}
.dv-select--open .dv-select__head:after {
  transform: rotate(180deg);
}
.dv-modal__overlay {
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .dv-modal__overlay {
    padding: 0;
  }
}
.dv-modal__overlay--fullscreen {
  padding: 0;
}
.dv-modal__modal-block {
  width: 380px;
  padding: 40px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .dv-modal__modal-block {
    width: 100% !important;
    height: 100%;
    border-radius: 0;
    position: fixed;
    overflow: auto;
  }
}
.dv-modal__modal-block--large {
  width: 600px;
}
.dv-modal__modal-block--small {
  width: 443px;
}
.dv-modal__modal-block--fullscreen {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 0;
  position: fixed;
}
.dv-modal__close-button {
  top: 6px;
  right: 6px;
  opacity: 0.75;
}
.dv-survey-modal__title {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
}
.dv-survey-modal__row {
  margin-top: 24px;
  font-size: 14px;
}
.dv-survey-modal .error-item:empty {
  display: none;
}
.survey-tabs.dostavista-tabs {
  min-height: 50px;
  border: 0;
}
@media (max-width: 768px) {
  .survey-tabs {
    flex-direction: row;
    margin: 0 15px;
  }
}
.survey-tabs .dostavista-tabs__tab {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: initial;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  background-color: #fcfcfc;
  cursor: pointer;
}
.survey-tabs .dostavista-tabs__tab:first-child {
  border-radius: 3px 0 0 3px;
}
.survey-tabs .dostavista-tabs__tab:last-child {
  border-right: 1px solid #e6e6e6;
  border-radius: 0 3px 3px 0;
}
.survey-tabs .dostavista-tabs__tab--active {
  border: 1px solid #476bb3 !important;
}
.survey-tabs .dostavista-tabs__tab-label {
  font-weight: normal;
  border: none;
  color: #333c4e;
}
.page {
  font-size: 15px;
}
.content {
  width: 100%;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}
.page-inner-content {
  display: flex;
  flex-direction: column;
}
.page-item {
  max-width: 940px;
  width: 100%;
  margin: 0 auto 0;
}
.page-content {
  padding: 0;
  margin: 56px auto 48px;
  max-width: 940px;
  width: 100%;
}
.page-content--padded {
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .page-content--padded {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.page-content--padded-bottom {
  padding-bottom: 3em;
}
.page-content--img {
  width: 100%;
  margin-top: 2em;
}
.page-content--index {
  font-size: 15px;
}
.page-content > .page-content-row {
  margin-top: 32px;
}
.page-content > .page-content-row:first-child {
  margin-top: 16px;
}
.page-content-row {
  padding: 0 32px;
  margin-top: 2em;
}
@media (max-width: 768px) {
  .page-content-row {
    padding: 0 8px;
  }
}
.page-content-row--padless {
  padding: 0;
}
.page-message {
  border-radius: 3px;
  box-shadow: 0 1px 3px #808080;
  background: white;
  padding: 1.0em .9em;
  border-radius: 5px;
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 1em;
  position: relative;
}
.page-message-close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
}
.content-header {
  margin-top: 0;
}
.page-content-header {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin-bottom: .5em;
  font-weight: 700;
  color: #404040;
}
@media (max-width: 768px) {
  .page-content-header {
    line-height: 1.3;
  }
}
@media (max-width: 680px) {
  .page-content-header {
    font-size: 20px;
  }
}
.page-content-header--title {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: .5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .page-content-header--title {
    font-size: 35px;
  }
}
@media (max-width: 680px) {
  .page-content-header--title {
    font-size: 29px;
  }
}
.page-content-header--subheader {
  margin-top: -10px;
}
.flash-message {
  padding: 8px 16px;
  background-color: antiquewhite;
  margin-bottom: 16px;
  border: 3px solid #9DD885;
  border-radius: 5px;
}
.tooltip__layer {
  border-radius: 3px;
  box-shadow: 0 1px 3px #808080;
  background: white;
  position: absolute;
  color: black;
  padding: 8px;
  display: none;
  font-size: 15px;
  transform: translateY(-100%);
  min-width: 13em;
}
.tooltip__layer::before,
.tooltip__layer::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0px;
  width: 0px;
  height: 10px;
  border: 1px solid transparent;
  border-width: 8px 21px 0px 21px;
  border-top-color: rgba(0, 0, 0, 0.3);
  transform: translateY(100%);
}
.tooltip__layer::after {
  border-top-color: white;
  border-width: 8px 20px 0px 20px;
  bottom: 1px;
}
.tooltip__bottom-panel {
  height: 30px;
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
}
.tooltip .icon-question {
  font: 20px Arial, sans-serif !important;
}
.tooltip--enabled .tooltip__layer {
  display: block;
}
.grid {
  clear: both;
}
.grid:after {
  display: block;
  content: '';
  clear: both;
}
.grid_full-height {
  height: 100%;
}
.grid_full-height1 {
  height: 100%;
  float: left;
  width: 8.3333333% !important;
}
.grid_full-height1:first-child > .span__inner {
  padding-left: 0;
}
.grid_full-height1:after {
  content: ' ';
}
@media (max-width: 885px) {
  .grid_full-height1 {
    width: auto !important;
    float: none;
  }
}
.grid_full-height2 {
  height: 100%;
  float: left;
  width: 16.6666666% !important;
}
.grid_full-height2:first-child > .span__inner {
  padding-left: 0;
}
.grid_full-height2:after {
  content: ' ';
}
@media (max-width: 885px) {
  .grid_full-height2 {
    width: auto !important;
    float: none;
  }
}
.grid_full-height3 {
  height: 100%;
  float: left;
  width: 24.9999999% !important;
}
.grid_full-height3:first-child > .span__inner {
  padding-left: 0;
}
.grid_full-height3:after {
  content: ' ';
}
@media (max-width: 885px) {
  .grid_full-height3 {
    width: auto !important;
    float: none;
  }
}
.grid_full-height4 {
  height: 100%;
  float: left;
  width: 33.3333332% !important;
}
.grid_full-height4:first-child > .span__inner {
  padding-left: 0;
}
.grid_full-height4:after {
  content: ' ';
}
@media (max-width: 885px) {
  .grid_full-height4 {
    width: auto !important;
    float: none;
  }
}
.grid_full-height5 {
  height: 100%;
  float: left;
  width: 41.6666665% !important;
}
.grid_full-height5:first-child > .span__inner {
  padding-left: 0;
}
.grid_full-height5:after {
  content: ' ';
}
@media (max-width: 885px) {
  .grid_full-height5 {
    width: auto !important;
    float: none;
  }
}
.grid_full-height6 {
  height: 100%;
  float: left;
  width: 49.9999998% !important;
}
.grid_full-height6:first-child > .span__inner {
  padding-left: 0;
}
.grid_full-height6:after {
  content: ' ';
}
@media (max-width: 885px) {
  .grid_full-height6 {
    width: auto !important;
    float: none;
  }
}
.grid_full-height7 {
  height: 100%;
  float: left;
  width: 58.3333331% !important;
}
.grid_full-height7:first-child > .span__inner {
  padding-left: 0;
}
.grid_full-height7:after {
  content: ' ';
}
@media (max-width: 885px) {
  .grid_full-height7 {
    width: auto !important;
    float: none;
  }
}
.grid_full-height8 {
  height: 100%;
  float: left;
  width: 66.6666664% !important;
}
.grid_full-height8:first-child > .span__inner {
  padding-left: 0;
}
.grid_full-height8:after {
  content: ' ';
}
@media (max-width: 885px) {
  .grid_full-height8 {
    width: auto !important;
    float: none;
  }
}
.grid_full-height9 {
  height: 100%;
  float: left;
  width: 74.9999997% !important;
}
.grid_full-height9:first-child > .span__inner {
  padding-left: 0;
}
.grid_full-height9:after {
  content: ' ';
}
@media (max-width: 885px) {
  .grid_full-height9 {
    width: auto !important;
    float: none;
  }
}
.grid_full-height10 {
  height: 100%;
  float: left;
  width: 83.333333% !important;
}
.grid_full-height10:first-child > .span__inner {
  padding-left: 0;
}
.grid_full-height10:after {
  content: ' ';
}
@media (max-width: 885px) {
  .grid_full-height10 {
    width: auto !important;
    float: none;
  }
}
.grid_full-height11 {
  height: 100%;
  float: left;
  width: 91.6666663% !important;
}
.grid_full-height11:first-child > .span__inner {
  padding-left: 0;
}
.grid_full-height11:after {
  content: ' ';
}
@media (max-width: 885px) {
  .grid_full-height11 {
    width: auto !important;
    float: none;
  }
}
.grid_full-height12 {
  height: 100%;
  float: left;
  width: 99.9999996% !important;
}
.grid_full-height12:first-child > .span__inner {
  padding-left: 0;
}
.grid_full-height12:after {
  content: ' ';
}
@media (max-width: 885px) {
  .grid_full-height12 {
    width: auto !important;
    float: none;
  }
}
.span1 {
  height: 100%;
  float: left;
  width: 8.3333333% !important;
}
.span1:first-child > .span__inner {
  padding-left: 0;
}
.span1:after {
  content: ' ';
}
@media (max-width: 885px) {
  .span1 {
    width: auto !important;
    float: none;
  }
}
.span2 {
  height: 100%;
  float: left;
  width: 16.6666666% !important;
}
.span2:first-child > .span__inner {
  padding-left: 0;
}
.span2:after {
  content: ' ';
}
@media (max-width: 885px) {
  .span2 {
    width: auto !important;
    float: none;
  }
}
.span3 {
  height: 100%;
  float: left;
  width: 24.9999999% !important;
}
.span3:first-child > .span__inner {
  padding-left: 0;
}
.span3:after {
  content: ' ';
}
@media (max-width: 885px) {
  .span3 {
    width: auto !important;
    float: none;
  }
}
.span4 {
  height: 100%;
  float: left;
  width: 33.3333332% !important;
}
.span4:first-child > .span__inner {
  padding-left: 0;
}
.span4:after {
  content: ' ';
}
@media (max-width: 885px) {
  .span4 {
    width: auto !important;
    float: none;
  }
}
.span5 {
  height: 100%;
  float: left;
  width: 41.6666665% !important;
}
.span5:first-child > .span__inner {
  padding-left: 0;
}
.span5:after {
  content: ' ';
}
@media (max-width: 885px) {
  .span5 {
    width: auto !important;
    float: none;
  }
}
.span6 {
  height: 100%;
  float: left;
  width: 49.9999998% !important;
}
.span6:first-child > .span__inner {
  padding-left: 0;
}
.span6:after {
  content: ' ';
}
@media (max-width: 885px) {
  .span6 {
    width: auto !important;
    float: none;
  }
}
.span7 {
  height: 100%;
  float: left;
  width: 58.3333331% !important;
}
.span7:first-child > .span__inner {
  padding-left: 0;
}
.span7:after {
  content: ' ';
}
@media (max-width: 885px) {
  .span7 {
    width: auto !important;
    float: none;
  }
}
.span8 {
  height: 100%;
  float: left;
  width: 66.6666664% !important;
}
.span8:first-child > .span__inner {
  padding-left: 0;
}
.span8:after {
  content: ' ';
}
@media (max-width: 885px) {
  .span8 {
    width: auto !important;
    float: none;
  }
}
.span9 {
  height: 100%;
  float: left;
  width: 74.9999997% !important;
}
.span9:first-child > .span__inner {
  padding-left: 0;
}
.span9:after {
  content: ' ';
}
@media (max-width: 885px) {
  .span9 {
    width: auto !important;
    float: none;
  }
}
.span10 {
  height: 100%;
  float: left;
  width: 83.333333% !important;
}
.span10:first-child > .span__inner {
  padding-left: 0;
}
.span10:after {
  content: ' ';
}
@media (max-width: 885px) {
  .span10 {
    width: auto !important;
    float: none;
  }
}
.span11 {
  height: 100%;
  float: left;
  width: 91.6666663% !important;
}
.span11:first-child > .span__inner {
  padding-left: 0;
}
.span11:after {
  content: ' ';
}
@media (max-width: 885px) {
  .span11 {
    width: auto !important;
    float: none;
  }
}
.span12 {
  height: 100%;
  float: left;
  width: 99.9999996% !important;
}
.span12:first-child > .span__inner {
  padding-left: 0;
}
.span12:after {
  content: ' ';
}
@media (max-width: 885px) {
  .span12 {
    width: auto !important;
    float: none;
  }
}
.span__inner {
  padding-left: 15px;
}
.step-bottom-2 {
  margin-bottom: 16px;
}
.page-row {
  padding: 0 48px;
  margin-top: 32px;
}
.b-tiles {
  display: flex;
  flex-wrap: wrap;
}
.b-tiles-item {
  flex: 1 1 auto;
  width: 50%;
  padding: 16px 8px;
  box-sizing: border-box;
}
.page-header-motto {
  flex: 1 1 auto;
  margin-left: 32px;
  font-size: 36px;
  line-height: 1;
}
.recaptcha-content div div {
  margin: 35px auto;
}
.client-warnings-modal__layout {
  padding: 15px 30px;
}
.client-warnings-modal__buttons {
  text-align: center;
  margin-top: 20px;
}
.input-group {
  display: flex;
  align-items: stretch;
  border-radius: 3px;
  background: white;
  border: 1px solid #bbc1d2;
}
.input-group-prefix,
.input-group-postfix,
.input-group-input {
  padding: 0 0.5em;
  line-height: inherit;
  border-radius: 3px;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
}
.input-group-prefix,
.input-group-postfix {
  border-radius: 3px 0 0 3px;
  background: #f2f2f2;
  font-size: 14px;
  color: #555;
  flex: 0 0 auto;
  padding: 0 0.5em;
}
.input-group-postfix {
  border-radius: 0 3px 3px 0;
}
.input-group-input {
  width: 100px;
  flex: 1 1 auto;
}
.control {
  cursor: pointer;
  user-select: none;
}
.control--hoverable {
  cursor: pointer;
  user-select: none;
  opacity: 0.45;
}
.control--hoverable:hover {
  opacity: 1;
}
.shadow-divider {
  position: relative;
  z-index: 1;
}
.shadow-divider:before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  z-index: -2;
  left: 10px;
  right: 10px;
  box-shadow: 0 0px 6px #999999;
  border-radius: 400px/40px;
}
.shadow-divider:after {
  content: '';
  position: absolute;
  background: white;
  top: 0%;
  bottom: 0;
  z-index: -1;
  left: 0px;
  right: 0px;
}
.btn {
  display: inline-flex;
  border: 0;
  border-radius: 3px;
  padding: .5em .9em;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  background: linear-gradient(to bottom, #f2f2f2 0%, #d4d4d4 100%);
  box-shadow: inset 0 0 0px 1px #c7c7c7;
  color: inherit;
  text-decoration: none;
}
.btn:hover,
.btn:active,
.btn:visited {
  background: linear-gradient(to bottom, #d9d9d9 0%, #bababa 100%);
  color: inherit;
  text-decoration: none;
}
.btn.state-pressed,
.btn:active {
  background: linear-gradient(to bottom, #d9d9d9 0%, #bababa 100%);
  box-shadow: inset 0 0 0px 1px #c7c7c7, inset 0px 0.3em 0.6em -0.3em #8c8c8c;
}
.btn--size-big {
  font-size: 26px;
  font-weight: 700;
  padding: 0.38em 1.18em;
}
.btn--cta {
  background: linear-gradient(to bottom, #6e9cf7 0%, #3474f4 100%);
  box-shadow: inset 0 0 0px 1px #1b63f3;
  color: white;
  text-decoration: none;
}
.btn--cta:hover,
.btn--cta:active,
.btn--cta:visited {
  background: linear-gradient(to bottom, #3d7af5 0%, #0c56e9 100%);
  color: white;
  text-decoration: none;
}
.btn--cta.state-pressed,
.btn--cta:active {
  background: linear-gradient(to bottom, #3d7af5 0%, #0c56e9 100%);
  box-shadow: inset 0 0 0px 1px #1b63f3, inset 0px 0.3em 0.6em -0.3em #083691;
}
.btn--h1 {
  font-size: 26px;
}
.btn--middle {
  align-items: center;
}
.btn--token-remove {
  padding: 11px 8px;
  background: none;
  box-shadow: none;
  opacity: .7;
}
.btn--token-remove:active,
.btn--token-remove:hover {
  background: none;
  opacity: 1;
}
.btn.disabled {
  background: linear-gradient(to bottom, #a6a6a6 0%, #999999 100%);
  box-shadow: inset 0 0 0px 1px #8c8c8c;
  color: white;
  text-decoration: none;
  cursor: default;
}
.btn.disabled:hover,
.btn.disabled:active,
.btn.disabled:visited {
  background: linear-gradient(to bottom, #a6a6a6 0%, #999999 100%);
  color: white;
  text-decoration: none;
}
.btn.disabled.state-pressed,
.btn.disabled:active {
  background: linear-gradient(to bottom, #a6a6a6 0%, #999999 100%);
  box-shadow: inset 0 0 0px 1px #8c8c8c, inset 0px 0.3em 0.6em -0.3em #404040;
}
.btn .icon-preload:before {
  line-height: 1em;
  height: 16px;
  width: 16px;
}
.btn-img--left {
  margin-right: .4em;
}
.btn-icon--left {
  display: inline-block;
  margin-right: .4em;
  vertical-align: sub;
}
.btn-icon--right {
  display: inline-block;
  margin-left: .4em;
  vertical-align: sub;
}
.button {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background-color: gray;
  border: 1px solid gray;
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
  outline: none;
  text-decoration: none;
  transition: all 0.125s ease-in;
}
.button:hover,
.button:focus {
  background-color: #949494;
  border-color: #949494;
  text-decoration: none;
}
.button:active {
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}
.button--color {
  color: #ffffff !important;
  background-color: #266619;
  border-color: #266619;
}
.button--color:hover,
.button--color:focus {
  color: #ffffff !important;
  background-color: #1c4912;
  border-color: #1c4912;
}
.button--color:active {
  background-color: #173d0f;
  border-color: #173d0f;
}
.button--blue {
  background-color: transparent;
  border-color: #266619;
  color: #266619;
}
.button--blue:hover,
.button--blue:focus {
  background-color: #1c4912;
  border-color: #1c4912;
  color: #ffffff;
}
.button--blue:active {
  background-color: #173d0f;
  border-color: #173d0f;
  color: #ffffff;
}
@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icomoon11.eot?gbeat2');
  src: url('/fonts/icomoon11.eot?gbeat2#iefix') format('embedded-opentype'), url('/fonts/icomoon11.ttf?gbeat2') format('truetype'), url('/fonts/icomoon11.woff?gbeat2') format('woff'), url('/fonts/icomoon11.svg?gbeat2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-smooth: auto;
}
.icon-question {
  display: block;
  width: 20px;
  height: 20px;
  background: url('/img/icon/question.svg') no-repeat center;
  background-size: 100%;
  border-radius: 50%;
}
.icon-tlira:before {
  content: '\e905';
}
.icon-chevron-1:before {
  content: "\e902";
}
.icon-cross-1:before {
  content: '\e903';
}
.icon-close:before,
.icon-cancel:before,
.icon-delete:before {
  content: '\e903';
}
.icon-warn:before {
  content: '\e904';
}
.icon-map:before {
  content: "\e90a";
}
.icon-arrow-down-1:before {
  content: '\e90c';
}
.icon-preload:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  max-width: 100%;
  max-height: 100%;
  background: url("/img/loader.gif") no-repeat center center;
  background-size: contain;
}
.icon-repeat:before {
  content: "\e90f";
}
.icon-ok::before,
.icon-check::before {
  content: '\e700';
}
.icon-pdf:before {
  content: '\e603';
  color: #da2b71;
}
.icon-email::before {
  content: '\e801';
  padding: 0 0.22em;
}
.icon-draggable::before {
  content: '\e623';
}
.icon-upload {
  height: 24px;
  width: 24px;
  margin: 0 6px;
}
.icon-upload::before {
  content: '\e624';
}
.icon-edit:before {
  content: '\e605';
}
.icon-steps:before {
  content: '\e615';
}
.icon-train:before {
  content: '\e60a';
}
.icon-car:before {
  content: '\e609';
}
.icon-motorbike:before {
  content: '\1F3CD';
}
.icon-truck:before {
  content: '\1F69A';
}
.icon-restore:before {
  content: '\27f2';
}
.iconized {
  padding-left: 1em;
  background-repeat: no-repeat;
}
.icon-bank-transfer:before {
  content: '\e60b';
}
.icon-chevron-down:before {
  content: '\e60f';
}
.icon-chevron-up:before {
  content: '\e60e';
}
.icon-courier-cash:before {
  content: '\e600';
}
.icon-credit-card:before {
  content: '\e60c';
}
.icon-cancel:before {
  content: '\e903';
}
.icon-dropdown:before,
.new-select:after {
  content: '\e610';
}
.icon-email-red:before {
  content: '\e601';
  color: #ad1f1f;
}
.icon-email-green:before {
  content: '\e601';
  color: #36ad1f;
}
.icon-key:before {
  content: '\e80e';
}
.icon-loading:before {
  content: '\e60d';
  color: #da2b71;
}
.icon-location::before {
  content: '\e813';
}
.icon-logo::before {
  content: '\e621';
}
.icon-logout:before {
  content: '\e80c';
}
.icon-map:before {
  content: '\e611';
  font-size: 16px;
}
.icon-menu::before {
  content: '\e622';
}
.icon-mobile-sms-red:before {
  content: '\e602';
  color: #ad1f1f;
}
.icon-mobile-sms-green:before {
  content: '\e602';
  color: #36ad1f;
}
.icon-repeat:before {
  content: '\e90f';
}
.icon-ruble:before {
  content: '\e900';
}
.icon-spin2:before {
  content: '\e80a';
}
.icon-warning::before {
  content: '\e616';
}
.icon-weight::before {
  content: '\e607';
}
.icon-calculator::before {
  content: '\e617';
}
.icon-cash::before {
  content: '\e619';
}
.icon-group::before {
  content: '\e618';
}
.icon-magic-wand::before {
  content: '\e61a';
}
.icon-superman::before {
  content: '\e61c';
}
.icon-sms-blob::before {
  content: '\e61b';
}
.icon-phone::before {
  content: '\e802';
}
.icon-facebook::before {
  content: '\e806';
}
.icon-gplus::before {
  content: '\e805';
}
.icon-instagram::before {
  content: '\e808';
}
.icon-odnoklassniki::before {
  content: '\e807';
}
.icon-twitter::before {
  content: '\e804';
}
.icon-vk::before {
  content: '\e809';
}
/**
 * Оформление модалки
 */
/**
 * Оформление кнопки закрытия модалки
 * Тонкий белый крестик на тёмной подложке
 */
.modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  padding: 10vh 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  z-index: 110;
  text-align: center;
}
.modal-content {
  background: white;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  text-align: left;
}
.modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0.6;
  cursor: pointer;
  height: 26px;
  width: 26px;
  font-size: 18px;
  border-radius: 3px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
.modal-close:hover {
  opacity: 0.9;
}
/**
 * Оформление форм и тп
 */
.form-errors-item {
  margin: 5px 30px 15px;
}
.form-errors-item > a,
.form-errors-item > a:visited,
.form-errors-item > a:hover,
.form-errors-item > a:active {
  color: white;
}
.form-footer {
  height: 70px;
  background: #F5F0EA;
  border-radius: 0 0 3px 3px;
  display: flex;
  align-items: center;
  padding: 15px 35px;
}
.order-row .form-errors-item {
  margin: 5px 5px 15px;
}
/**
 * Определения стилей для колонок
 */
.col {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
@media (max-width: 500px) {
  .col {
    margin-top: 0.4em;
  }
  .col:first-child {
    margin-top: 0;
  }
}
.col--nospace {
  margin: 1rem 0;
}
.col2 {
  box-sizing: border-box;
  width: 48.35%;
  margin: 1rem 8px 0 0;
}
@media (max-width: 500px) {
  .col2 {
    width: 100%;
  }
}
.col2:last-child,
.col2:last-of-type {
  margin-right: 0;
}
.col2:first-child,
.col2:first-of-type {
  margin-left: 0;
}
.col3 {
  box-sizing: border-box;
  width: 32.93%;
  min-width: 210px;
}
@media (max-width: 812px) {
  .col3 {
    width: 32.8%;
  }
}
@media (max-width: 767px) {
  .col3 {
    width: 31%;
  }
}
@media (max-width: 682px) {
  .col3 {
    width: 30%;
  }
  .col3:last-of-type {
    margin-top: 0.4em;
  }
}
@media (max-width: 500px) {
  .col3 {
    width: 100%;
  }
}
.tab-headers {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  border-radius: 3px;
  border: 1px solid #eef6ea;
}
.tab-headers-item {
  user-select: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding: 10px 19px;
  color: black;
  background: #eef6ea;
}
.tab-headers-item.active {
  cursor: default;
  background: #fff;
}
.tab-headers-item.active .tab-title {
  border-bottom: 1px solid transparent;
  color: #000;
  font-weight: bold;
}
.tab-headers-item-caption {
  color: inherit;
}
.tab-headers-item:first-child {
  border-radius: 3px 0 0 3px;
}
.tab-headers-item:last-child {
  border-radius: 0 3px 3px 0;
}
.tab-headers-item-title {
  color: #368f24;
  cursor: pointer;
  border-bottom: 1px dotted #da2b71;
  text-decoration: none;
  border-bottom: none;
  display: inline;
}
.tab-headers-item-title:hover {
  text-decoration: none;
  color: #f65a8c;
}
.tab-headers-item-title:visited {
  color: #ae094b;
}
.tab-headers-item-title--h2 {
  font-size: 26px;
}
@media (max-width: 768px) {
  .tab-headers-item-title--h2 {
    font-size: 20px;
  }
}
.tab-headers-item-title .icon-title {
  margin-left: 3px;
  border-bottom: 1px dotted #da2b71;
}
@media (max-width: 885px) {
  .tab-headers-item-title .icon-title {
    display: none;
  }
}
.tab-headers-item.active {
  background: none;
}
.tab-headers-item.active .tab-headers-item-title {
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  border: none;
}
.tab-headers-item.active .tab-headers-item-title,
.tab-headers-item.active .tab-headers-item-title:hover,
.tab-headers-item.active .tab-headers-item-title:active,
.tab-headers-item.active .tab-headers-item-title:visited {
  text-decoration: none;
  color: inherit;
}
.tab-header {
  user-select: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding: 10px 19px;
}
.tab-header.active {
  cursor: default;
  background: #fff;
}
.tab-header.active .tab-title {
  border-bottom: 1px solid transparent;
  color: #000;
  font-weight: bold;
}
.tab-headers-standalone .tab-header {
  display: table-cell;
  border: 1px solid #f5f0ea;
  background: #f5f0ea;
}
.tab-headers-tariffs {
  border: 1px solid #f5f0ea;
  background: #f5f0ea;
}
.tab-headers-tariffs > .tab-header {
  height: 60px;
}
.tab-title {
  clear: both;
  border-bottom: 1px dotted #da2b71;
  color: #da2b71;
}
.tab-hint {
  font-size: 14px;
  padding: 5px 0 0 0;
}
/**
 * Стили для многокнопочной переключалки -- выбор типа формы заказа, выбор способа доставки.
 * Здесь несколько вариантов уложены друг за другом, как заголовки вкладок.
 */
.slider {
  border: 1px solid #e4d9cd;
  display: flex;
  border-radius: 4px;
}
@media (max-width: 580px) {
  .slider--mob-column {
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
  }
}
@media (max-width: 580px) {
  .slider--mob-column .slider-section {
    border-bottom: 1px solid #d2bfac;
  }
}
@media (max-width: 580px) {
  .slider--mob-column .slider-section:last-child {
    border-right: 1px solid #d2bfac;
    border-bottom: none;
  }
}
.slider-section {
  padding: .5em .7em;
  border-right: 1px solid #d2bfac;
  cursor: pointer;
  background: #e4d9cd;
}
.slider-section:last-child {
  border-right: none;
}
.slider-section-label {
  color: #368f24;
  cursor: pointer;
  border-bottom: 1px dotted #da2b71;
  text-decoration: none;
  border-bottom: none;
}
.slider-section-label:hover {
  text-decoration: none;
  color: #f65a8c;
}
.slider-section-label:visited {
  color: #ae094b;
}
.slider-section-label--h2 {
  font-size: 26px;
}
@media (max-width: 768px) {
  .slider-section-label--h2 {
    font-size: 20px;
  }
}
.slider-section-label .icon-title {
  margin-left: 3px;
  border-bottom: 1px dotted #da2b71;
}
@media (max-width: 885px) {
  .slider-section-label .icon-title {
    display: none;
  }
}
.slider-section-input {
  display: none;
}
.slider-section-input:checked + .slider-section {
  background: transparent;
  cursor: default;
  font-weight: 600;
}
.slider-section-input:checked + .slider-section > .slider-section-label {
  color: black;
  border-bottom: none;
}
.tac-body {
  line-height: 1.8;
}
.tac-body li,
.tac-body .list-item {
  margin-top: 1em;
}
.tac-body li:first-child,
.tac-body .list-item:first-child {
  margin-top: 0;
}
.tac-body .tac-restricted {
  margin-left: 1.4em;
}
.tac-body-postfix {
  margin-top: 1em;
  text-align: right;
}
.ui-datepicker {
  width: 17em !important;
  padding: .2em .2em 0 !important;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  font-size: .9em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em;
  width: auto;
  overflow: visible;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-cover {
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-filter: mask();
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
.ui-datepicker.ui-widget {
  font-family: segoe ui, Arial, sans-serif;
}
.ui-datepicker.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-datepicker.ui-widget button,
.ui-datepicker.ui-widget input,
.ui-datepicker.ui-widget select,
.ui-datepicker.ui-widget textarea {
  font-family: segoe ui, Arial, sans-serif;
  font-size: 1em;
}
.ui-datepicker.ui-widget-content {
  border: 1px solid #dfd9c3;
  background: #f5f3e5 url(/img/jquery-ui/ui-bg_highlight-hard_100_f5f3e5_1x100.png) 50% top repeat-x;
  color: #312e25;
}
.ui-datepicker .ui-widget-content a {
  color: #312e25;
}
.ui-datepicker .ui-widget-header {
  border: 1px solid #d4ccb0;
  background: #ece8da url(/img/jquery-ui/ui-bg_gloss-wave_100_ece8da_500x100.png) 50% 50% repeat-x;
  color: #433f38;
  font-weight: 700;
}
.ui-datepicker .ui-widget-header a {
  color: #433f38;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  border: 1px solid #327e04;
  background: #459e00 url(/img/jquery-ui/ui-bg_highlight-hard_15_459e00_1x100.png) 50% 50% repeat-x;
  font-weight: 700;
  color: #fff;
}
.ui-datepicker .ui-state-default a,
.ui-datepicker .ui-state-default a:link,
.ui-datepicker .ui-state-default a:visited,
.ui-datepicker .ui-state-hover a,
.ui-datepicker .ui-state-hover a:hover {
  color: #fff;
  text-decoration: none;
}
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-hover {
  border: 1px solid #327e04;
  background: #67b021 url(/img/jquery-ui/ui-bg_highlight-soft_25_67b021_1x100.png) 50% 50% repeat-x;
  font-weight: 700;
  color: #fff;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
  border: 1px solid #d4ccb0;
  background: #fafaf4 url(/img/jquery-ui/ui-bg_highlight-hard_100_fafaf4_1x100.png) 50% 50% repeat-x;
  font-weight: 700;
  color: #459e00;
}
.ui-datepicker .ui-state-active a,
.ui-datepicker .ui-state-active a:link,
.ui-datepicker .ui-state-active a:visited {
  color: #459e00;
  text-decoration: none;
}
.ui-datepicker .ui-widget:active {
  outline: 0;
}
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
  border: 1px solid #e8e1b5;
  background: #fcf0ba url(/img/jquery-ui/ui-bg_glass_55_fcf0ba_1x400.png) 50% 50% repeat-x;
  color: #363636;
}
.ui-datepicker .ui-state-highlight a,
.ui-datepicker .ui-widget-content .ui-state-highlight a,
.ui-datepicker .ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-datepicker .ui-state-error,
.ui-datepicker .ui-widget-content .ui-state-error,
.ui-datepicker .ui-widget-header .ui-state-error {
  border: 1px solid #e3a345;
  background: #ffedad url(/img/jquery-ui/ui-bg_highlight-soft_95_ffedad_1x100.png) 50% top repeat-x;
  color: #cd5c0a;
}
.ui-datepicker .ui-state-error a,
.ui-datepicker .ui-state-error-text,
.ui-datepicker .ui-widget-content .ui-state-error a,
.ui-datepicker .ui-widget-content .ui-state-error-text,
.ui-datepicker .ui-widget-header .ui-state-error a,
.ui-datepicker .ui-widget-header .ui-state-error-text {
  color: #cd5c0a;
}
.ui-datepicker .ui-priority-primary,
.ui-datepicker .ui-widget-content .ui-priority-primary,
.ui-datepicker .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-datepicker .ui-priority-secondary,
.ui-datepicker .ui-widget-content .ui-priority-secondary,
.ui-datepicker .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: 400;
}
.ui-datepicker .ui-state-disabled,
.ui-datepicker .ui-widget-content .ui-state-disabled,
.ui-datepicker .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-datepicker .ui-icon {
  text-indent: -99999px;
  width: 16px;
  height: 16px;
}
.ui-datepicker .ui-icon,
.ui-datepicker .ui-widget-content .ui-icon {
  background-image: url(/img/jquery-ui/ui-icons_808080_256x240.png);
}
.ui-datepicker .ui-widget-header .ui-icon {
  background-image: url(/img/jquery-ui/ui-icons_847e71_256x240.png);
}
.ui-datepicker .ui-state-default .ui-icon {
  background-image: url(/img/jquery-ui/ui-icons_eeeeee_256x240.png);
}
.ui-datepicker .ui-state-focus .ui-icon,
.ui-datepicker .ui-state-hover .ui-icon {
  background-image: url(/img/jquery-ui/ui-icons_ffffff_256x240.png);
}
.ui-datepicker .ui-state-active .ui-icon,
.ui-datepicker .ui-state-highlight .ui-icon {
  background-image: url(/img/jquery-ui/ui-icons_8dc262_256x240.png);
}
.ui-datepicker .ui-state-error .ui-icon,
.ui-datepicker .ui-state-error-text .ui-icon {
  background-image: url(/img/jquery-ui/ui-icons_cd0a0a_256x240.png);
}
.ui-datepicker .ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-datepicker .ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-datepicker .ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-datepicker .ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-datepicker .ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-datepicker .ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-datepicker .ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-datepicker .ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-datepicker .ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-datepicker .ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-datepicker .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-datepicker .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-datepicker .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-datepicker .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-datepicker .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-datepicker .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-datepicker .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-datepicker .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-datepicker .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-datepicker .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-datepicker .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-datepicker .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-datepicker .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-datepicker .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-datepicker .ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-datepicker .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-datepicker .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-datepicker .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-datepicker .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-datepicker .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-datepicker .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-datepicker .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-datepicker .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-datepicker .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-datepicker .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-datepicker .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-datepicker .ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-datepicker .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-datepicker .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-datepicker .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-datepicker .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-datepicker .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-datepicker .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-datepicker .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-datepicker .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-datepicker .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-datepicker .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-datepicker .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-datepicker .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-datepicker .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-datepicker .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-datepicker .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-datepicker .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-datepicker .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-datepicker .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-datepicker .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-datepicker .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-datepicker .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-datepicker .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-datepicker .ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-datepicker .ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-datepicker .ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-datepicker .ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-datepicker .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-datepicker .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-datepicker .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-datepicker .ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-datepicker .ui-icon-document {
  background-position: -32px -96px;
}
.ui-datepicker .ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-datepicker .ui-icon-note {
  background-position: -64px -96px;
}
.ui-datepicker .ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-datepicker .ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-datepicker .ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-datepicker .ui-icon-comment {
  background-position: -128px -96px;
}
.ui-datepicker .ui-icon-person {
  background-position: -144px -96px;
}
.ui-datepicker .ui-icon-print {
  background-position: -160px -96px;
}
.ui-datepicker .ui-icon-trash {
  background-position: -176px -96px;
}
.ui-datepicker .ui-icon-locked {
  background-position: -192px -96px;
}
.ui-datepicker .ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-datepicker .ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-datepicker .ui-icon-tag {
  background-position: -240px -96px;
}
.ui-datepicker .ui-icon-home {
  background-position: 0 -112px;
}
.ui-datepicker .ui-icon-flag {
  background-position: -16px -112px;
}
.ui-datepicker .ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-datepicker .ui-icon-cart {
  background-position: -48px -112px;
}
.ui-datepicker .ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-datepicker .ui-icon-clock {
  background-position: -80px -112px;
}
.ui-datepicker .ui-icon-disk {
  background-position: -96px -112px;
}
.ui-datepicker .ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-datepicker .ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-datepicker .ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-datepicker .ui-icon-search {
  background-position: -160px -112px;
}
.ui-datepicker .ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-datepicker .ui-icon-gear {
  background-position: -192px -112px;
}
.ui-datepicker .ui-icon-heart {
  background-position: -208px -112px;
}
.ui-datepicker .ui-icon-star {
  background-position: -224px -112px;
}
.ui-datepicker .ui-icon-link {
  background-position: -240px -112px;
}
.ui-datepicker .ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-datepicker .ui-icon-plus {
  background-position: -16px -128px;
}
.ui-datepicker .ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-datepicker .ui-icon-minus {
  background-position: -48px -128px;
}
.ui-datepicker .ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-datepicker .ui-icon-close {
  background-position: -80px -128px;
}
.ui-datepicker .ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-datepicker .ui-icon-key {
  background-position: -112px -128px;
}
.ui-datepicker .ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-datepicker .ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-datepicker .ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-datepicker .ui-icon-copy {
  background-position: -176px -128px;
}
.ui-datepicker .ui-icon-contact {
  background-position: -192px -128px;
}
.ui-datepicker .ui-icon-image {
  background-position: -208px -128px;
}
.ui-datepicker .ui-icon-video {
  background-position: -224px -128px;
}
.ui-datepicker .ui-icon-script {
  background-position: -240px -128px;
}
.ui-datepicker .ui-icon-alert {
  background-position: 0 -144px;
}
.ui-datepicker .ui-icon-info {
  background-position: -16px -144px;
}
.ui-datepicker .ui-icon-notice {
  background-position: -32px -144px;
}
.ui-datepicker .ui-icon-help {
  background-position: -48px -144px;
}
.ui-datepicker .ui-icon-check {
  background-position: -64px -144px;
}
.ui-datepicker .ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-datepicker .ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-datepicker .ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-datepicker .ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-datepicker .ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-datepicker .ui-icon-play {
  background-position: 0 -160px;
}
.ui-datepicker .ui-icon-pause {
  background-position: -16px -160px;
}
.ui-datepicker .ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-datepicker .ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-datepicker .ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-datepicker .ui-icon-seek-first,
.ui-datepicker .ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-datepicker .ui-icon-stop {
  background-position: -96px -160px;
}
.ui-datepicker .ui-icon-eject {
  background-position: -112px -160px;
}
.ui-datepicker .ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-datepicker .ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-datepicker .ui-icon-power {
  background-position: 0 -176px;
}
.ui-datepicker .ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-datepicker .ui-icon-signal {
  background-position: -32px -176px;
}
.ui-datepicker .ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-datepicker .ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-datepicker .ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-datepicker .ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-datepicker .ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-datepicker .ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-datepicker .ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-datepicker .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-datepicker .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-datepicker .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-datepicker .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-datepicker .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-datepicker .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-datepicker .ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-datepicker .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-datepicker .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-datepicker .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-datepicker .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-datepicker .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-datepicker .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-datepicker .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-datepicker .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-datepicker .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-datepicker .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-datepicker .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-datepicker .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-datepicker .ui-corner-all,
.ui-datepicker .ui-corner-left,
.ui-datepicker .ui-corner-tl,
.ui-datepicker .ui-corner-top {
  border-top-left-radius: 6px;
}
.ui-datepicker .ui-corner-all,
.ui-datepicker .ui-corner-right,
.ui-datepicker .ui-corner-top,
.ui-datepicker .ui-corner-tr {
  border-top-right-radius: 6px;
}
.ui-datepicker .ui-corner-all,
.ui-datepicker .ui-corner-bl,
.ui-datepicker .ui-corner-bottom,
.ui-datepicker .ui-corner-left {
  border-bottom-left-radius: 6px;
}
.ui-datepicker .ui-corner-all,
.ui-datepicker .ui-corner-bottom,
.ui-datepicker .ui-corner-br,
.ui-datepicker .ui-corner-right {
  border-bottom-right-radius: 6px;
}
.ui-datepicker .ui-widget-overlay {
  background: #2b2922 url(/img/jquery-ui/ui-bg_inset-soft_15_2b2922_1x100.png) 50% bottom repeat-x;
  opacity: .9;
  filter: alpha(opacity=90);
}
.ui-datepicker .ui-widget-shadow {
  margin: -12px 0 0 -12px;
  padding: 12px;
  background: #ccc url(/img/jquery-ui/ui-bg_highlight-hard_95_cccccc_1x100.png) 50% top repeat-x;
  opacity: .2;
  filter: alpha(opacity=20);
  border-radius: 10px;
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #dd3c7c;
  font-weight: bold;
}
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #ae3457;
  box-shadow: inset 0 1px 3px #dd3c7c;
  border-radius: 3px;
}
.has-event .pika-button {
  background: #ae3457;
  box-shadow: inset 0 1px 3px #dd3c7c;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #dd3c7c;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #dd3c7c;
  box-shadow: none;
  border-radius: 3px;
}
/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.statistics__block {
  max-width: 100%;
  overflow: auto;
}
.statistics__table {
  border: none;
  width: 100%;
  font-size: .95em;
  border-spacing: 1px;
}
.statistics__table .statistics__table--head .statistics__table-row {
  font-weight: bold;
  background: transparent;
}
.statistics__table .statistics__table--head .statistics__table-cell {
  vertical-align: bottom;
}
.statistics__table--address .statistics__table-cell .statistics__address-row:nth-child(odd) {
  background: none;
}
.statistics__table--address .statistics__table-cell .statistics__address-row .statistics__table-cell {
  padding: 2px 8px;
  vertical-align: middle;
}
.statistics__table-row:nth-child(odd) {
  background: #f5f0ea;
}
.statistics__table-cell {
  border: 0;
  padding: 4px 8px;
}
@media (max-width: 768px) {
  .statistics__table-cell {
    padding: 4px;
  }
}
.statistics__table-cell--money {
  text-align: right;
}
.statistics__panel {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .statistics__panel {
    display: block;
  }
}
.statistics__btn {
  margin-right: 15px;
}
.statistics__btn:last-child {
  margin-right: 0;
}
.date-filter {
  position: relative;
}
@media (max-width: 768px) {
  .date-filter {
    margin-top: 20px;
  }
}
.date-filter:hover .date-filter__head {
  box-shadow: 0 3px 3px grey;
}
.date-filter--show .date-filter__head {
  box-shadow: 0 3px 3px grey;
}
.date-filter--show .date-filter__chevron {
  transform: rotate(180deg);
}
.date-filter__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 15px;
  min-height: 35px;
  background: #f5f0ea;
  cursor: pointer;
  user-select: none;
}
.date-filter__chevron {
  display: block;
  font-style: normal;
  margin-left: 10px;
  transition: transform .3s;
}
.date-filter__params {
  position: absolute;
  right: 0;
  width: 300px;
  background: #fff;
  box-shadow: 0 3px 3px grey;
  display: none;
  z-index: 100;
}
@media (max-width: 768px) {
  .date-filter__params {
    left: 0;
    width: 100%;
  }
}
.date-filter__params-list {
  padding: 0;
  list-style: none;
}
.date-filter__params-item {
  position: relative;
  margin-bottom: 2px;
  padding: 10px 20px;
  font-size: 1.1em;
  line-height: 1.4em;
  cursor: pointer;
  white-space: nowrap;
  transition: background .3s;
}
.date-filter__params-item:last-child {
  margin-bottom: 0;
}
.date-filter__params-item:hover {
  background: #f5f0ea;
}
.date-filter__params-item--active {
  background: #f5f0ea;
}
.date-filter__params-item--active:before {
  content: '▸';
  display: inline-block;
  vertical-align: text-top;
  margin-right: 5px;
}
.date-filter__params-item--active .date-filter__calendars-wrapper {
  display: block;
}
.date-filter__calendars-wrapper {
  display: none;
  text-align: right;
}
.date-filter__calendars-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.date-filter__calendars-item {
  position: relative;
  width: 48%;
  margin-right: 4%;
}
.date-filter__calendars-item:last-child {
  margin-right: 0;
}
.date-filter__calendar-input {
  width: 100%;
}
.date-filter__apply-btn {
  margin-top: 10px;
}
.phone__link {
  color: #333c4e;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;
  transition: all 0.125s ease-in;
}
@media (max-width: 885px) {
  .phone__link {
    font-size: 14px;
  }
}
.phone__link:hover {
  color: #333c4e;
  text-decoration: underline;
}
.phone__link:active {
  opacity: .7;
}
.phone__link span:last-child {
  font-weight: bold;
}
.callback-block .callback {
  min-height: 200px;
}
@media (max-width: 768px) {
  .callback-block .callback {
    padding: 36px;
    min-height: inherit;
  }
}
.callback-block .callback:after {
  width: 200px;
  top: calc(50% - 78px);
}
.callback-block .callback__title {
  font-size: 21px;
  font-weight: normal;
  line-height: normal;
}
@media (max-width: 580px) {
  .callback-block .callback__title {
    font-size: 18px;
  }
}
.callback-block--show > .callback-block__modal-wrapper {
  display: block;
}
.callback-block__call-link {
  color: #333c4e;
  text-decoration: none;
  border-bottom: dotted 1px #333c4e;
  font-size: 15px;
  line-height: 1.5em;
  transition: all 0.125s ease-in;
  white-space: nowrap;
}
.callback-block__call-link:hover {
  border-color: transparent;
  color: #266619;
  text-decoration: none;
}
.callback-block__close-btn {
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("/img/ru/popup.png") no-repeat center center;
  background-size: contain;
  top: 12px;
  right: 12px;
  opacity: .75;
  cursor: pointer;
  z-index: 11;
  transition: all 0.3s;
}
.callback-block__close-btn:hover {
  opacity: .9;
}
.callback-block__modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 60, 78, 0.5);
  overflow: auto;
  z-index: 99999999;
}
.callback-block__modal {
  position: absolute;
  top: 150px;
  left: calc(50% - 248px);
  background: white;
  box-shadow: 0 0 15px 1px rgba(25, 25, 25, 0.3);
  max-width: 482px;
  width: 100%;
}
@media (max-width: 768px) {
  .callback-block__modal {
    left: 20px;
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 580px) {
  .callback-block__modal {
    top: 20px;
  }
}
.jc {
  padding: 0 58px 46px;
  background: #ffffff;
  text-align: center;
}
@media (max-width: 885px) {
  .jc {
    padding: 0 40px 30px;
  }
}
@media (max-width: 768px) {
  .jc {
    padding: 0 20px 42px;
  }
}
.jc__title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #333c4e;
}
@media (max-width: 580px) {
  .jc__title {
    font-size: 14px;
  }
}
.jc .jc__btn {
  font-size: 16px;
  color: #ff3e80;
  text-decoration: underline;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  position: relative;
}
.jc .jc__btn:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-image: url('/img/chat.svg');
  background-repeat: no-repeat;
  position: absolute;
  left: -26px;
  top: 4px;
}
.callback {
  width: 100%;
  min-height: 265px;
  margin: 0 auto;
  padding: 20px 58px 40px;
  position: relative;
}
@media (max-width: 885px) {
  .callback {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .callback {
    padding: 0 20px;
    box-shadow: none;
    border: none;
    min-height: inherit;
  }
}
.callback__first-step {
  text-align: center;
}
.callback__first-step--hide {
  display: none;
}
.callback__second-step {
  text-align: center;
  padding-bottom: 20px;
}
.callback__second-step--hide {
  display: none;
}
.callback .callback__title {
  margin-bottom: 20px;
  font-size: 23px;
}
@media (max-width: 768px) {
  .callback .callback__title {
    font-size: 20px;
    margin-top: 0;
    padding: 0;
  }
}
.callback__image {
  width: 162px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 768px) {
  .callback__image {
    display: none;
  }
}
.callback__form {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 20px 0 0;
  height: 42px;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .callback__form {
    flex-direction: column;
    height: auto;
  }
}
.callback__phone-container {
  height: 100%;
  border: 1px solid #e4d9cd;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  color: #333c4e;
  width: 155px;
}
@media (max-width: 768px) {
  .callback__phone-container {
    border-right: 1px solid #e4d9cd;
    height: 42px;
    width: 100%;
  }
}
.callback__phone-container .input-group-prefix {
  color: #333c4e;
  background-color: #ffffff;
  font-size: 14px;
}
.callback__phone {
  font-size: 14px;
  padding: 0;
  border: 0;
  width: 100%;
}
.callback__send-btn {
  width: 125px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #266619;
  font-size: 16px;
  box-shadow: none;
  justify-content: center;
}
.callback__send-btn:hover {
  background: #2e7a1f;
}
@media (max-width: 768px) {
  .callback__send-btn {
    margin-top: 16px;
    width: 100%;
    border-radius: 3px;
  }
}
.callback__error-item {
  display: none;
  padding: 2px 0;
  color: #266619;
  font-size: 12px;
}
.callback .callback__thanks {
  font-size: 23px;
}
@media (max-width: 768px) {
  .callback .callback__thanks {
    font-size: 20px;
    margin-top: 60px;
  }
}
.callback .callback__description {
  color: #333c4e;
  font-size: 16px;
  max-width: 344px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .callback .callback__description {
    font-size: 14px;
    padding: 0;
  }
}
.tracking__title {
  margin: 0;
  padding: 0 20px;
  color: #333c4e;
  font-size: 32px;
  line-height: normal;
  font-weight: normal;
}
@media (max-width: 1120px) {
  .tracking__title {
    padding: 0 30px;
  }
}
@media (max-width: 885px) {
  .tracking__title {
    padding: 0 32px;
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .tracking__title {
    padding: 0 20px;
    font-size: 22px;
    line-height: 1.2;
  }
}
.tracking__description-wrapper {
  margin-top: 20px;
  padding: 0 20px;
  max-width: 650px;
}
@media (max-width: 1120px) {
  .tracking__description-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 885px) {
  .tracking__description-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .tracking__description-wrapper {
    padding: 0 20px;
  }
}
.tracking__description {
  margin-top: 20px;
  color: #333c4e;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 885px) {
  .tracking__description {
    font-size: 14px;
  }
}
.tracking-mobile {
  padding: 40px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}
@media (max-width: 1120px) {
  .tracking-mobile {
    padding: 40px 30px;
  }
}
@media (max-width: 885px) {
  .tracking-mobile {
    padding: 32px 20px 42px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .tracking-mobile {
    padding: 32px 20px;
  }
}
.tracking-mobile__description-wrapper {
  margin-right: 40px;
}
@media (max-width: 885px) {
  .tracking-mobile__description-wrapper {
    margin-right: 0;
    max-width: 350px;
    text-align: center;
  }
}
.tracking-mobile__description {
  margin: 0;
  color: #333c4e;
  font-size: 23px;
  line-height: normal;
  font-weight: normal;
}
@media (max-width: 885px) {
  .tracking-mobile__description {
    font-size: 20px;
  }
}
.b-input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  margin: 0;
}
.b-input_width-small {
  width: 160px;
}
.b-input_width-normal {
  width: 252px;
}
.b-input_width-big {
  width: 600px;
}
.b-input_height-small .b-input__control {
  height: 56px;
}
.b-input_height-normal .b-input__control {
  height: 120px;
}
.b-input_height-big .b-input__control {
  height: 200px;
}
.b-input_status-required .b-input__control {
  border-color: #fad49e;
}
.b-input_validate-success .b-input__control {
  border-color: #a7d590;
}
.b-input__control {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 34px;
  margin: 0;
  padding: 0 12px;
  line-height: 18px;
  font-size: 14px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #B4B4B4;
  box-shadow: none;
  background: #fff;
}
.b-input__control:focus {
  outline: none;
}
.b-input__message {
  display: none;
  padding: 5px 10px;
  margin-top: -2px;
  font-size: 12px;
  border-radius: 0 0 2px 2px;
  background: #A7D590;
}
textarea.b-input__control {
  display: block;
  max-width: 100%;
  padding-top: 6px;
  padding-bottom: 8px;
  font-size: 14px;
  height: 34px;
}
.b-checkbox {
  cursor: pointer;
  line-height: 31px;
}
.b-checkbox__control {
  display: none;
}
.b-checkbox__icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  font-size: 26px;
  line-height: 25px;
  border: 3px solid;
  border-radius: 3px;
}
.b-checkbox__icon i {
  margin-left: -5px;
  transform: scale(0.3);
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.b-checkbox__icon_active i {
  transform: scale(1);
  opacity: 1;
}
.b-select {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  background: #fff;
}
.b-select__name {
  position: relative;
  z-index: 2;
  display: block;
  padding: 0 20px 0 10px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 3px;
  color: #000;
  border: 1px solid #B4B4B4;
  background: #fff;
}
.b-select__name-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-select__name-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}
.b-select__list {
  display: none;
  position: absolute;
  z-index: 2;
  min-width: 100%;
  max-width: 100%;
  max-height: 290px;
  overflow: auto;
  margin-top: -1px;
  box-sizing: border-box;
  box-shadow: inset 0 3px 5px -3px rgba(0, 0, 0, 0.2);
  border: 1px solid #B4B4B4;
  background: #fff;
}
.b-select__list::-webkit-scrollbar {
  width: 0.2em;
}
.b-select__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.b-select__list::-webkit-scrollbar-thumb {
  background-color: #77726E;
  outline: none;
}
.b-select__list_active {
  display: block;
}
.b-select__option {
  padding: 6px 10px;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
}
.b-select__option:hover {
  background: #DAD2CA;
}
.b-phone-input {
  display: inline-block;
  width: 180px;
}
.b-phone-input_validate-success {
  box-shadow: inset 0px 0px 1px 0px #808080, 0px 0px 0px 2px #a7d590;
}
.b-phone-input_validate-success .b-input_validate-success {
  box-shadow: none;
}
.b-phone-input__icon {
  position: relative;
  z-index: 2;
  float: left;
  width: 34px;
  height: 32px;
  font-size: 13px;
  text-align: center;
  line-height: 34px;
  border-radius: 3px 0 0 3px;
  border: 1px solid #DDD5CE;
  border-right-style: dotted;
  background: #F5F0EA;
}
.b-phone-input__control {
  width: calc(100% - 36px);
}
.b-phone-input__control input {
  border-left: none;
  border-radius: 0 3px 3px 0;
  padding-left: 5px;
  padding-right: 5px;
}
.b-input-price {
  display: inline-block;
  width: 152px;
}
.b-input-price_width-small {
  width: 160px;
}
.b-input-price_width-normal {
  width: 252px;
}
.b-input-price_width-big {
  width: 600px;
}
.b-input-price_validate-success {
  box-shadow: inset 0px 0px 1px 0px #808080, 0px 0px 0px 2px #a7d590;
}
.b-input-price_validate-success .b-input_validate-success {
  box-shadow: none;
}
.b-input-price_status-required .b-input__control {
  border-color: #fad49e;
}
.b-input-price_status-required .b-input-price__icon {
  border-color: #fad49e;
}
.b-input-price__icon {
  position: relative;
  z-index: 2;
  float: right;
  width: 34px;
  height: 32px;
  font-size: 13px;
  text-align: center;
  line-height: 34px;
  border-radius: 0 3px 3px 0;
  border: 1px solid #DDD5CE;
  background: #F5F0EA;
}
.b-input-price__control {
  width: calc(100% - 36px);
}
.b-input-price__control input {
  border-right: none;
  border-radius: 3px 0 0 3px;
  padding-left: 5px;
  padding-right: 5px;
}
.b-password-setter__line .line-label {
  width: 10em;
}
.b-phone-verifier {
  padding-bottom: .5em;
}
.b-phone-verifier__line .line-label {
  margin-right: .5em;
  width: 6em;
}
.b-phone-verifier__caption {
  max-width: 25em;
  font-style: italic;
  color: #666666;
}
.b-phone-verifier__right-box {
  display: flex;
  align-items: center;
}
.b-phone-verifier__phone {
  display: flex;
  align-items: center;
  margin-right: .8em;
}
.b-phone-verifier__code-btn {
  line-height: 1;
  font-size: .875em;
}
.b-phone-verifier .line-value {
  width: 12em;
}
.tab-header {
  color: black;
}
.tab-header-caption {
  color: inherit;
}
.b-popup__line,
.b-password-setter__line,
.b-phone-verifier__line,
.b-login-popup__line,
.b-recover-corp__line,
.b-recover-person__line {
  display: flex;
  align-items: center;
  padding: 5px 30px 15px;
  flex-wrap: wrap;
}
.b-popup__line-label,
.b-password-setter__line .line-label,
.b-login-popup__line > .line-label,
.b-login-popup__line-label,
.b-login-popup .line > .line-label {
  width: 6em;
  padding-top: .34em;
  align-self: flex-start;
}
.registration-success {
  display: flex;
  width: 100%;
}
@keyframes appear {
  from {
    opacity: 0;
    height: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
  }
  to {
    opacity: 1;
    height: 40px;
    padding-top: .5em;
    padding-bottom: .5em;
  }
}
@keyframes hideanim {
  to {
    opacity: 0;
    height: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
  }
  from {
    opacity: 1;
    height: 40px;
    padding-top: .5em;
    padding-bottom: .5em;
  }
}
.modal-window[data-modal-name='signin-signup-modal'] .modal-window__container {
  font-size: 15px;
  max-width: 565px;
}
.modal-window[data-modal-name='signin-signup-modal'] .modal-window__body,
.modal-window[data-modal-name='add-phone-scenario-modal'] .modal-window__body {
  background-color: #fff;
}
.form-errors-item {
  animation: 0.5s ease-in-out appear;
  background: #cc6666;
  color: white;
  margin-bottom: 1em;
}
.form-errors-item.hiding {
  animation: 0.5s ease-in-out hideanim;
}
@media (max-width: 680px) {
  .b-login-popup .line > .line-value {
    width: 100%;
    max-width: 21em;
  }
  .b-login-popup .b-phone-verifier__code-btn {
    margin-top: 5px;
  }
  .b-login-popup .b-phone-verifier__line {
    flex-direction: column;
    align-items: flex-start;
  }
  .b-login-popup .b-phone-verifier__phone {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}
.b-login-popup__line {
  font-weight: normal;
}
.b-login-popup__line > .line-label,
.b-login-popup__line-label {
  width: 8em;
  margin-right: 0;
}
.b-login-popup__line > .line-value,
.b-login-popup__line-value {
  max-width: 21em;
  flex: 1 1 auto;
}
.b-login-popup .line > .line-label {
  width: 8em;
  margin-right: 0;
}
.b-login-popup__header {
  position: relative;
  height: 50px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #d9d9d9;
  background: #F5F0EA;
  display: flex;
  justify-content: center;
}
.b-login-popup__header-close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0.6;
  cursor: pointer;
  height: 26px;
  width: 26px;
  font-size: 18px;
  border-radius: 3px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  right: 30px;
}
.b-login-popup__header-close-button:hover {
  opacity: 0.9;
}
.b-login-popup__header-tabs {
  flex: 0 0 auto;
  width: auto;
  user-select: none;
  cursor: default;
}
.b-login-popup__header-tabs-button {
  display: inline-block;
  padding: 5px 15px 0;
  height: 40px;
  margin-top: 10px;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid transparent;
}
.b-login-popup__header-tabs-button > span {
  font-size: 20px;
  color: #266619;
  border-bottom: 1px dotted;
}
.b-login-popup__header-tabs-button > span:hover {
  color: #f65a8c;
}
.b-login-popup__header-tabs-button.active {
  border: 1px solid #d9d9d9;
  border-bottom-color: #fff;
  background: #fff;
  cursor: default;
}
.b-login-popup__header-tabs-button.active > span {
  border-bottom-color: transparent;
  font-weight: bold;
  color: #333;
}
.b-login-popup__header-tabs-button.active > span:hover {
  color: #333;
}
.b-login-popup__content {
  padding: 15px 0 0 0;
}
.b-login-popup__footer {
  height: 70px;
  background: #F5F0EA;
  border-radius: 0 0 3px 3px;
  display: flex;
  align-items: center;
  padding: 15px 35px;
}
.b-login-popup__submit-btn {
  margin-left: 7.85em;
}
.b-login-popup__info-block {
  font-style: italic;
  margin-bottom: 15px;
  display: block;
}
.b-login-popup__info-block-note {
  margin-top: 5px;
}
.b-login-popup__button-user-type-box {
  overflow: hidden;
}
.b-login-popup__button-user-type {
  float: left;
  width: 50%;
  padding: 10px 20px;
  min-height: 108px;
  box-sizing: border-box;
  line-height: 16px;
  background: #F5F0EA;
  font-size: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
  cursor: default;
}
.b-login-popup__button-user-type > span {
  color: #da2b71;
  border-bottom: 1px dotted;
}
.b-login-popup__button-user-type.active {
  background: transparent;
  padding-bottom: 20px;
  margin-bottom: auto;
  border-color: #F5F0EA;
  cursor: default;
}
.b-login-popup__button-user-type.active > span {
  font-weight: bold;
  color: #333;
  border-bottom-color: transparent;
}
.b-login-popup__confirmation-code {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  font-size: 13px;
}
.b-login-popup__confirmation-code span {
  cursor: pointer;
  color: #da2b71;
  border-bottom: 1px dotted;
}
.b-login-popup__confirmation-code:hover span {
  color: #f65a8c;
}
.b-login-popup__star {
  position: absolute;
  margin-left: -13px;
  margin-top: 13px;
  width: 8px;
}
.b-login-popup__login-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 1.2em;
}
.b-login-popup__login-tabs-btn {
  padding: .4em .9em;
  border-radius: 2px;
  border: 1px solid #F5F0EA;
  background: #F5F0EA;
  cursor: pointer;
}
.b-login-popup__login-tabs-btn.active {
  cursor: default;
  background: white;
  font-weight: 600;
}
.b-login-popup__login-tabs-btn.active > .b-login-popup__login-tabs-btn-label {
  color: inherit;
  border-color: transparent;
}
.b-login-popup__login-tabs-btn-label {
  color: #266619;
  border-bottom: 1px dotted #266619;
}
/**
 * Стили формы восстановления пароля для физлиц
 */
.modal-window[data-modal-name='recover-password-corp-modal'] .modal-window__container {
  font-size: 15px;
  max-width: 570px;
}
.modal-window[data-modal-name='recover-password-corp-modal'] .modal-window__body {
  background-color: #fff;
}
.b-recover-corp {
  width: 40em;
  max-width: 100%;
}
.b-recover-corp__header {
  padding-top: 1em;
}
.b-recover-corp__line > .line-label {
  padding-top: .34em;
  align-self: flex-start;
  width: 6em;
}
.b-recover-corp__line > .notification-target {
  max-width: 25em;
}
.b-recover-corp__success-header {
  padding-bottom: 0;
}
.b-recover-corp__success-text {
  display: block;
  margin: 0;
}
/**
 * Стили формы восстановления пароля для физлиц
 */
.modal-window[data-modal-name='recover-password-person-modal'] .modal-window__container {
  font-size: 15px;
  max-width: 520px;
}
.modal-window[data-modal-name='recover-password-person-modal'] .modal-window__body {
  background-color: #fff;
}
.b-recover-person {
  width: 40em;
  max-width: 100%;
}
.b-recover-person__header {
  padding-top: 1em;
}
.b-recover-person__success-header {
  padding-bottom: 0;
}
.b-recover-person__success-text {
  display: block;
  margin: 0;
}
.b-tab {
  display: inline-block;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #E5D8CA;
  clear: both;
}
.b-tab:after {
  display: block;
  content: '';
  clear: both;
}
.b-tab__item {
  float: left;
  line-height: 34px;
  height: 34px;
  padding: 0 20px;
  cursor: pointer;
  color: #da2b71;
  border-left: 1px solid #BA9873;
  background: #E5D8CA;
}
.b-tab__item input {
  display: none;
}
.b-tab__item:first-child {
  border-left: none;
}
.b-tab__item_active {
  cursor: default;
  background: transparent;
}
.b-tab__item_active .b-tab__text {
  color: #000;
  font-weight: bold;
  border-bottom: none;
}
.b-tab__text {
  border-bottom: 1px dotted;
}
.micro-gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 5px 5px 0 5px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 200;
}
.micro-gallery__photo {
  margin: auto auto;
  background-color: #fff;
  max-height: 90%;
  max-width: 90%;
  border-radius: 5px;
  z-index: 200;
}
.modal-window {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  z-index: 99999999;
}
.modal-window--always-on-top {
  z-index: 100009999;
}
.modal-window--show {
  display: block;
}
@media (max-width: 680px) {
  .modal-window--show .modal-window__container {
    margin: 0;
    max-width: 100%;
  }
}
.modal-window__container {
  position: relative;
  margin: 10vh auto;
  width: 100%;
  max-width: 460px;
  background: #fff;
  box-shadow: 0 0 15px 1px rgba(25, 25, 25, 0.3);
}
@media (max-width: 680px) {
  .modal-window__container {
    margin: 0;
    max-width: 100%;
    min-height: 100%;
  }
}
.modal-window__header {
  padding: 15px 30px;
  min-height: 55px;
}
.modal-window__title {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: normal;
  max-width: calc(100% - 40px);
  overflow: hidden;
}
.modal-window__close-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMDAwMDAwIi8+Cjwvc3ZnPgo=);
  background-position: center center;
  background-repeat: no-repeat;
  top: 15px;
  right: 15px;
  opacity: .6;
  cursor: pointer;
  transition: all 0.3s;
}
.modal-window__close-btn:hover {
  opacity: .9;
}
.modal-window__body {
  position: relative;
  padding: 0;
  background: #f5f5f5;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  max-width: 100%;
  overflow: hidden;
}
.modal-window__footer {
  padding: 15px 30px;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}
body,
textarea,
input,
button {
  color: #333333;
}
.margin-top-10 {
  margin-top: 80px;
}
.margin-bottom-10 {
  margin-bottom: 80px;
}
.margin-top-9 {
  margin-top: 72px;
}
.margin-bottom-9 {
  margin-bottom: 72px;
}
.margin-top-8 {
  margin-top: 64px;
}
.margin-bottom-8 {
  margin-bottom: 64px;
}
.margin-top-7 {
  margin-top: 56px;
}
.margin-bottom-7 {
  margin-bottom: 56px;
}
.margin-top-6 {
  margin-top: 48px;
}
.margin-bottom-6 {
  margin-bottom: 48px;
}
.margin-top-5 {
  margin-top: 40px;
}
.margin-bottom-5 {
  margin-bottom: 40px;
}
.margin-top-4 {
  margin-top: 32px;
}
.margin-bottom-4 {
  margin-bottom: 32px;
}
.margin-top-3 {
  margin-top: 24px;
}
.margin-bottom-3 {
  margin-bottom: 24px;
}
.margin-top-2 {
  margin-top: 16px;
}
.margin-bottom-2 {
  margin-bottom: 16px;
}
.margin-top-1 {
  margin-top: 8px;
}
.margin-bottom-1 {
  margin-bottom: 8px;
}
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans', sans-serif;
}
.regular-text,
body,
textarea,
input,
button {
  font-size: 15px;
  font-weight: normal;
}
.h1,
h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5;
}
.h2,
h2 {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
}
.h3,
h3 {
  font-size: 22px;
  font-weight: 300;
}
h4 {
  font-size: 18px;
  font-weight: 400;
}
h5 {
  font-size: 16px;
  font-weight: 400;
}
h6 {
  font-size: 14px;
  font-weight: 400;
}
ol,
ul {
  padding-left: 1.4em;
}
p {
  line-height: 1.5;
  margin-top: 1em;
}
input,
textarea {
  padding: 0.3em 0.5em;
  border-radius: 3px;
  border: 1px solid #bbc1d2;
  box-sizing: border-box;
  line-height: inherit;
  min-height: 27px;
}
[type="checkbox"] {
  flex: 0 0 auto;
  box-shadow: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.link,
a {
  color: #266619;
  cursor: pointer;
  text-decoration: underline;
}
.link:hover,
a:hover {
  color: #45b82e;
  text-decoration: underline;
}
.action-link {
  color: #368f24;
  cursor: pointer;
  border-bottom: 1px dotted #da2b71;
  text-decoration: none;
}
.action-link:hover {
  text-decoration: none;
  color: #f65a8c;
}
.action-link:visited {
  color: #ae094b;
}
.action-link--h2 {
  font-size: 26px;
}
@media (max-width: 768px) {
  .action-link--h2 {
    font-size: 20px;
  }
}
.nolink,
.nolink:hover {
  text-decoration: none;
  color: inherit;
}
.color-decorative {
  color: #ebac47;
}
.cols {
  display: flex;
}
.cols-item {
  flex: 1 1 auto;
  width: 50%;
  margin-right: 16px;
}
.font-accident {
  font-family: 'Noto Sans', sans-serif;
}
.hidden {
  display: none !important;
}
.overflowed {
  overflow: hidden;
  max-height: 100vh;
  height: 100vh;
}
.overflowed .page-content,
.overflowed .page-inner,
.overflowed .page-inner-content {
  max-height: 100%;
  overflow: hidden;
}
.trait-highlightable {
  transition: background 0.4s ease-in-out;
}
.trait-highlightable.state-highlighted {
  background: #fafa9e;
  transition: background 0.2s ease-in-out;
}
.text-center,
.center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-italic {
  font-style: italic;
}
.overflow-hidden {
  overflow: hidden;
  padding-right: 14px;
  position: fixed;
  height: 100%;
  width: 100%;
}
.space-top {
  margin-top: 30px;
}
.space-top-20 {
  margin-top: 20px;
}
.space-top-60 {
  margin-top: 60px;
}
.space-bottom {
  margin-bottom: 30px;
}
.space-left {
  margin-left: 30px;
}
.space-left-10 {
  margin-left: 10px;
}
.bottom-border-dotted {
  border-bottom: 1px dotted #666;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .bottom-border-dotted {
    border-bottom: none;
  }
}
.on-bottom-border {
  background: #fff;
  position: relative;
  top: 14px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .on-bottom-border {
    top: 0;
    padding: 0;
  }
}
.phone {
  color: #000;
  text-decoration: none;
}
.phone:hover {
  color: #000;
}
.price {
  display: inline;
}
.price-caption {
  display: none;
}
.price-caption--invisible {
  display: none;
}
.price-icon {
  font-size: 0.9em;
}
.page-dispatcher-notice {
  text-align: center;
  font-size: 2rem;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #e05252;
  z-index: 10000000;
}
@media (max-width: 885px) {
  .page-dispatcher-notice {
    font-size: 20px;
  }
}
.rp {
  max-width: 565px;
}
.contacts-root {
  padding-top: 0;
}
.text-field__error-item {
  display: none;
}
.text-field__icon {
  display: none;
}
.r-input {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.r-input--has-error .r-input__field {
  padding-right: 30px;
  border-color: #f04240 !important;
}
.r-input--has-error .r-input__icon {
  display: block;
}
.r-input--disabled .r-input__label {
  top: 1px;
  padding-top: 5px;
  font-size: 11px;
  line-height: normal;
}
@media (max-width: 768px) {
  .r-input--disabled .r-input__label {
    font-size: 10px !important;
  }
}
.r-input__point-row {
  padding: 5px 0;
  width: 100% !important;
}
.r-input__button {
  position: absolute;
  right: 8px;
  top: 8px;
  min-height: 32px;
  font-size: 14px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #266619;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  cursor: pointer;
}
.r-input__button:hover {
  background: #1f5214;
}
.r-input__button--fixed-width {
  width: 100px;
  text-align: center;
}
.r-input__input-wrapper {
  position: relative;
  width: 100%;
  border: 1px solid #e4d9cd !important;
  border-radius: 2px !important;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 6px;
  background-color: #ffffff;
}
.r-input__input-group-prefix {
  flex: 0 0 auto;
  font-size: 14px;
  color: #333c4e;
  padding-top: 17px;
  padding-right: 6px;
}
@media (max-width: 768px) {
  .r-input__input-group-prefix {
    font-size: 13px;
    padding-top: 18px;
  }
}
.r-input__field {
  display: block;
  padding: 0;
  padding-top: 20px;
  background: transparent;
  width: 100%;
  min-height: 40px;
  color: #333c4e;
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  border: 0;
}
@media (max-width: 768px) {
  .r-input__field {
    font-size: 13px;
  }
}
.r-input__field--color {
  background: #f5f5f5;
}
.r-input__field--phone {
  padding-top: 16px;
}
.r-input__field--padding-right {
  padding-right: 104px;
}
.r-input__label {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  transform: translateX(13px) translateY(12px);
  font-size: 14px;
  line-height: normal;
  color: #697982;
  background: transparent;
  border-radius: 3px;
  transition: 0.2s ease transform, 0.2s ease font-size;
}
.r-input__label--color {
  background: #f5f5f5;
}
.r-input--filled .r-input__label,
.r-input .r-input__field:focus ~ .r-input__label {
  transform: translateX(5px) translateY(2px);
  font-size: 12px;
}
@media (max-width: 768px) {
  .r-input--filled .r-input__label,
  .r-input .r-input__field:focus ~ .r-input__label {
    font-size: 10px;
  }
}
.r-input__error-list {
  padding: 0;
  list-style: none;
}
.r-input__error-item {
  display: none;
  padding: 2px 0;
  font-size: 11px;
  line-height: normal;
  color: #f04240;
}
.r-input__icon {
  display: none;
  position: absolute;
  right: 12px;
  top: 17px;
  font-style: normal;
}
.r-input__icon:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  font-size: 9px;
  text-align: center;
}
.r-input__icon--error:after {
  background-image: url('/img/ru/order/alert.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.r-input textarea {
  padding-top: 2px !important;
  min-height: 1em !important;
}
.r-input textarea:focus,
.r-input textarea:valid {
  padding: 21px 11px 6px !important;
}
.button {
  padding: 10px 30px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background-color: gray;
  border: 1px solid gray;
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
  outline: none;
  text-decoration: none;
  transition: all 0.125s ease-in;
}
.button:hover,
.button:focus {
  background-color: #949494;
  border-color: #949494;
  text-decoration: none;
}
.button:active {
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}
.button--disabled {
  color: #a6a6a6;
}
.button--color {
  color: #ffffff !important;
  background-color: #ff3e80;
  border-color: #ff3e80;
}
.button--color:hover,
.button--color:focus {
  color: #ffffff !important;
  background-color: #ff1a69;
  border-color: #ff1a69;
}
.button--color:active {
  background-color: #ff0b5e;
  border-color: #ff0b5e;
}
.button--arrow {
  background-color: transparent;
  border-color: #476bb3;
  color: #476bb3;
}
.button--arrow:hover,
.button--arrow:focus {
  background-color: transparent;
  border-color: #ff1a69;
  color: #ff1a69;
}
.button--arrow:hover .button__arrow,
.button--arrow:focus .button__arrow {
  border-color: #ff1a69;
}
.button--arrow:active {
  background-color: transparent;
  border-color: #ff0b5e;
  color: #ff0b5e;
}
.button--arrow:active .button__arrow {
  border-color: #ff0b5e;
}
.button--icon {
  background-color: transparent;
  border-color: #476bb3;
  color: #476bb3;
}
.button--icon:hover,
.button--icon:focus {
  background-color: transparent;
  border-color: #ff1a69;
  color: #ff1a69;
}
.button--icon:hover .button__arrow,
.button--icon:focus .button__arrow {
  border-color: #ff1a69;
}
.button--icon:active {
  background-color: transparent;
  border-color: #ff0b5e;
  color: #ff0b5e;
}
.button--icon:active .button__arrow {
  border-color: #ff0b5e;
}
@media (max-width: 768px) {
  .button--icon {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.button--icon.button--medium {
  padding: 6px 10px 6px 40px;
}
@media (max-width: 768px) {
  .button--icon.button--medium {
    padding: 6px 10px 6px 30px;
  }
}
.button__arrow {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 1px solid #476bb3;
  border-right: 1px solid #476bb3;
  transform: rotate(45deg);
  position: relative;
  right: -5px;
  top: 0;
}
.button__icon {
  margin: 0;
  margin-left: -33px;
  margin-right: 15px;
  padding: 0;
  max-width: 32px;
  max-height: 32px;
  float: left;
}
@media (max-width: 768px) {
  .button__icon {
    margin-left: -24px;
    margin-right: 14px;
  }
}
.button--transparent {
  background-color: transparent;
  border-color: #333c4e;
  color: #333c4e;
}
.button--transparent:hover,
.button--transparent:focus {
  background-color: #ff1a69;
  border-color: #ff1a69;
  color: #ffffff;
}
.button--transparent:active {
  background-color: #ff0b5e;
  border-color: #ff0b5e;
  color: #ffffff;
}
.button--blue {
  background-color: transparent;
  border-color: #476bb3;
  color: #476bb3;
}
.button--blue:hover,
.button--blue:focus {
  background-color: #ff1a69;
  border-color: #ff1a69;
  color: #ffffff;
}
.button--blue:active {
  background-color: #ff0b5e;
  border-color: #ff0b5e;
  color: #ffffff;
}
.button--small {
  padding: 4px 18px;
  font-size: 14px;
}
.button--medium {
  padding: 6px 26px;
  font-size: 18px;
  min-width: 150px;
}
.button--large {
  padding: 12px 45px;
  font-size: 18px;
}
.button--responsive {
  padding: 14px 25px;
  width: 100%;
}
.button--disabled {
  color: #ffffff;
  border-color: #697982;
  background-color: #697982;
}
.button i {
  display: table;
  margin-right: 15px;
  font-size: 32px;
  line-height: 10px;
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
}
.r-select {
  position: relative;
  height: 36px;
  border-radius: 2px;
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
  border: solid 1px #bbc1d2;
  font-size: 14px;
  user-select: none;
}
.r-select__native-select {
  display: none;
}
.r-select__head {
  position: relative;
  color: #333c4e;
  height: 100%;
  padding-left: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  padding-right: 30px;
}
.r-select__head:after {
  content: '';
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: url('/img/ru/triangle-copy.svg') no-repeat center center;
  background-size: contain;
  transition: all 0.125s ease-in;
}
.r-select__error {
  background-color: #cc6666;
  border-radius: 0 0 3px 3px;
  color: #ffffff;
  padding: 4px 8px;
  margin: 0 -1px;
  font-size: 12px;
  line-height: 1.33;
}
.r-select__options {
  display: none;
  position: absolute;
  z-index: 5;
  top: calc(100% + 1px);
  box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.14);
  background-color: #ffffff;
  border: solid 1px #f2f2f2;
  width: 100%;
}
.r-select__options--list-up {
  top: auto;
  bottom: 36px;
  box-shadow: 0 -14px 20px 0 rgba(164, 182, 206, 0.14);
}
.r-select__option {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  transition: all 0.125s ease-in;
  cursor: pointer;
}
.r-select__option:hover {
  background-color: #e5f0ff;
}
.r-select--error {
  border-color: #cc6666;
}
.r-select--open .r-select__options {
  display: block;
  border-top-color: #e4d9cd;
}
.r-select--open .r-select__head:after {
  transform: rotate(180deg);
}
.order-tracking__navigation {
  padding: 30px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1120px) {
  .order-tracking__navigation {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .order-tracking__navigation {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.order-tracking__navigation-group {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .order-tracking__navigation-group {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .order-tracking__navigation-group {
    display: block;
    width: 100%;
  }
}
.order-tracking__navigation-item {
  width: 240px;
  margin-right: 16px;
}
@media (max-width: 885px) {
  .order-tracking__navigation-item {
    max-width: 240px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .order-tracking__navigation-item {
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.order-tracking__navigation-item:last-child {
  max-width: 140px;
  width: 100%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .order-tracking__navigation-item:last-child {
    max-width: 100%;
  }
}
.order-tracking__navigation-item > button {
  width: 100%;
}
.order-tracking__select {
  height: 48px;
}
.order-tracking__map-wrapper {
  position: relative;
  min-height: 200px;
}
@media (max-width: 768px) {
  .order-tracking__map-wrapper {
    min-height: initial;
  }
}
.order-tracking__map-wrapper .order-view-courier-map {
  height: 440px;
}
@media (max-width: 768px) {
  .order-tracking__map-wrapper .order-view-courier-map {
    height: 440px;
  }
}
.order-tracking__status {
  padding: 12px 20px;
  position: absolute;
  top: 16px;
  right: 16px;
  max-width: 40%;
  background: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(164, 182, 206, 0.5);
  z-index: 2;
}
@media (max-width: 680px) {
  .order-tracking__status {
    position: relative;
    top: initial;
    right: initial;
    max-width: 100%;
  }
}
.order-tracking__order-status-bar {
  width: 100%;
  padding: 20px;
  background-color: #fafafa;
  color: #333c4e;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 680px) {
  .order-tracking__order-status-bar {
    display: block;
  }
}
@media (max-width: 680px) {
  .order-tracking__order-status-bar--status {
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
  }
}
.order-tracking__order-status-bar--date {
  text-align: right;
  margin-left: auto;
}
@media (max-width: 680px) {
  .order-tracking__order-status-bar--date {
    width: 100%;
    text-align: left;
  }
}
.order-tracking__order-status-bar span {
  color: #959aa6;
}
.order-tracking__courier-info-bar {
  padding: 25px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 407px;
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(164, 182, 206, 0.501868);
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
}
@media (max-width: 680px) {
  .order-tracking__courier-info-bar {
    position: relative;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
    float: left;
    left: 0;
    top: 0;
  }
}
.order-tracking__courier-info-bar-photo {
  width: 76px;
  height: 76px;
  min-width: 76px;
}
.order-tracking__courier-info-bar-photo img {
  width: 76px;
  height: 76px;
  min-width: 76px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 1px 6px 0 rgba(51, 60, 78, 0.25);
}
.order-tracking__courier-info-bar-description {
  padding-left: 20px;
}
.order-tracking__courier-info-bar-description p {
  margin-top: 0px;
}
.order-tracking__courier-info-bar-description p.with-margin-bottom {
  margin-bottom: 10px;
}
.order-tracking__courier-info-bar-description__primary-text {
  font-size: 16px;
  color: #333c4e;
}
.order-tracking__courier-info-bar-description__secondary-text {
  font-size: 12px;
  color: #959aa6;
}
.order-tracking-map {
  width: 100%;
  height: 440px;
}
.r-modal {
  position: relative;
  padding: 40px;
}
.r-modal__buttons {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.r-modal__buttons button {
  margin-right: 10px;
}
.r-modal__buttons button:last-child {
  margin-right: 0;
}
.route-form {
  padding: 30px 25px 25px;
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #f2f6fc;
  box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.5);
  box-sizing: border-box;
  user-select: none;
}
@media (max-width: 768px) {
  .route-form {
    padding: 20px 20px 25px;
  }
}
.route-form__input-block {
  position: relative;
  margin-bottom: 10px;
}
.route-form__input-block:before {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 15px;
  left: 12px;
  background: url(/img/ru/topbar-location-icon.svg) no-repeat center center;
}
.route-form__input {
  width: 100%;
  padding: 10px 10px 10px 30px;
  height: 42px;
  border-radius: 0;
  border: solid 1px #bbc1d2;
  font-size: 14px;
  line-height: normal;
  transition: all 0.125s ease-in;
}
.route-form__input:focus {
  border-color: #476bb3;
}
.route-form__calculate-btn {
  width: 100%;
  margin: 20px 0 10px;
  padding: 10px 0 12px;
  background: #4bc04e;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  outline: none;
  cursor: pointer;
  transition: all 0.125s ease-in;
}
@media (max-width: 768px) {
  .route-form__calculate-btn {
    font-size: 16px;
  }
}
.route-form__calculate-btn:hover {
  background: #3fb342;
}
.route-form__calculate-btn:active {
  background: #38a03b;
}
.route-form__description {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #697982;
}
.route-form__vehicles {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .route-form__vehicles {
    flex-wrap: wrap;
  }
}
.route-form__radio {
  display: none;
}
.route-form__radio:checked + .route-form__tag-item {
  border: solid 1px #bbc1d2;
}
.route-form__tag-item {
  display: flex;
  justify-content: center;
  padding: 3px 24px;
  margin-top: 6px;
  background-color: #f2f6fc;
  border: solid 1px #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .route-form__tag-item {
    flex: 0 1 calc(50% - 3px);
  }
}
.index-old .index-top-panel {
  text-align: center;
}
.index-old .index-top-panel-caption {
  font-size: 22px;
  font-weight: 300;
  font-size: 26px;
  line-height: 1;
}
.index-old .index-top-panel-headers {
  margin-bottom: 16px;
}
.index-old .index-top-panel-cta {
  margin: 0 8px;
}
@media (max-width: 980px) {
  .index-old .index-top-panel-cta {
    margin: 16px 0;
  }
}
.index-old .index-final-cta-btn-wrap {
  text-align: center;
  margin-top: 24px;
}
.index-old .index-final-cta-text {
  display: flex;
  flex-wrap: wrap;
}
.index-old .index-top-panel-cta-btn {
  align-items: center !important;
  line-height: 1 !important;
  padding: 16px 32px !important;
}
@media (max-width: 580px) {
  .index-old .index-top-panel-cta-btn {
    padding: 16px 14px !important;
  }
}
.index-old .index-final-cta-col {
  flex: 1 1 auto;
  width: 50%;
  min-width: 250px;
  margin-right: 16px;
}
.index-old .index-final-cta-footer {
  margin-top: 8px;
  width: 100%;
}
.top-panel {
  position: relative;
  padding: 70px 0 20px;
  background-color: #edf6ff;
  color: #333c4e;
  overflow: hidden;
}
.top-panel:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -44%;
  height: 450px;
  width: 150%;
  background: url('/img/br/header-illustration.svg') bottom center no-repeat;
  transition: left .15s;
}
@media (max-width: 1600px) {
  .top-panel:before {
    left: -53%;
  }
}
@media (max-width: 1240px) {
  .top-panel:before {
    left: -61%;
  }
}
@media (max-width: 1120px) {
  .top-panel:before {
    left: -68%;
  }
}
@media (max-width: 885px) {
  .top-panel:before {
    height: 225px;
    width: 100%;
    background-size: contain;
    left: -28%;
    bottom: 80px;
  }
}
@media (max-width: 768px) {
  .top-panel:before {
    display: none;
  }
}
@media (max-width: 1120px) {
  .top-panel {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 885px) {
  .top-panel {
    padding: 60px 30px 27px;
  }
}
@media (max-width: 768px) {
  .top-panel {
    padding: 40px 20px 30px;
  }
}
.top-panel .content {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.top-panel__inner {
  display: flex;
  flex-direction: column;
}
.top-panel__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .top-panel__body {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.top-panel__title-wrapper {
  max-width: 460px;
}
@media (max-width: 885px) {
  .top-panel__title-wrapper {
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .top-panel__title-wrapper {
    text-align: center;
  }
}
.top-panel__title {
  margin: 0;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 1.25em;
}
@media (max-width: 885px) {
  .top-panel__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .top-panel__title {
    font-size: 26px;
    letter-spacing: 0;
  }
}
.top-panel__subtitle {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 2em;
}
@media (max-width: 885px) {
  .top-panel__subtitle {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media (max-width: 768px) {
  .top-panel__subtitle {
    margin: 10px auto;
    max-width: 205px;
  }
}
.top-panel__courier-btn {
  display: none;
  margin: 10px 0 20px;
  padding: 10px 20px 12px;
  background: #4bc04e;
  border-radius: 3px;
  font-size: 18px;
  color: #fff !important;
  text-align: center;
  transition: all 0.125s ease-in;
  text-decoration: none;
}
.top-panel__courier-btn:hover,
.top-panel__courier-btn:active {
  text-decoration: none;
}
@media (max-width: 768px) {
  .top-panel__courier-btn {
    font-size: 16px;
  }
}
.top-panel__courier-btn:hover {
  background: #3fb342;
}
.top-panel__courier-btn:active {
  background: #38a03b;
}
@media (max-width: 768px) {
  .top-panel__courier-btn {
    display: inline-block;
  }
}
.top-panel__route-form {
  position: relative;
  max-width: 350px;
  width: 100%;
}
@media (max-width: 768px) {
  .top-panel__route-form {
    margin-top: 10px;
  }
}
.top-panel__form-under-text {
  color: #333c4e;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin: 34px 25px 90px;
}
@media (max-width: 768px) {
  .top-panel__form-under-text {
    margin-bottom: 0px;
  }
}
.index-promo-header {
  margin-bottom: 8px;
}
.index-promo-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-promo-item {
  flex: 1 1 auto;
  position: relative;
  min-width: 230px;
  text-align: center;
  margin-bottom: 24px;
}
.index-promo-item-img-wrap {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-promo-item-img-caption {
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-55%);
  font-size: 18px;
  font-weight: 600;
  color: #893406;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.index-advantages-items {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.index-advantages-item {
  flex: 1 1 auto;
  width: 48%;
  display: flex;
  align-items: center;
  min-height: 73px;
  padding: 8px 0;
  margin-right: 16px;
  box-sizing: border-box;
}
.index-advantages-item-icon {
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 12px;
  width: 73px;
  height: 73px;
}
.index-advantages-item-icon--calc {
  background: url('/img/index/advantage-calc.png');
}
.index-advantages-item-icon--sms {
  background: url('/img/index/advantage-sms.png');
}
.index-advantages-item-icon--sms-cn {
  background: url('/img/index/advantage-sms--cn.png');
}
.index-advantages-item-icon--couriers {
  background: url('/img/index/advantage-hugs.png');
}
.index-advantages-item-icon--magic-wand {
  background: url('/img/index/advantage-magic-wand.png');
}
.index-advantages-item-icon--superman {
  background: url('/img/index/advantage-superman.png');
}
.index-advantages-item-icon--payment {
  background: url('/img/index/advantage-cash.png');
}
.index-advantages-item-caption {
  margin: 0;
}
.index-old .index-delivery-options-items {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
@media (max-width: 680px) {
  .index-old .index-delivery-options-items {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.index-old .index-delivery-options-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 20%;
}
@media (max-width: 680px) {
  .index-old .index-delivery-options-item {
    max-width: 100%;
    margin: 20px 20px 0;
  }
}
.index-old .index-delivery-options-item__description {
  font-weight: bold;
}
.index-old .index-delivery-options-item-img {
  height: 80px;
}
.delivery-options__title {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  padding: 0;
  margin-top: 70px;
  margin-bottom: 36px;
}
@media (max-width: 885px) {
  .delivery-options__title {
    font-size: 26px;
    margin-top: 44px;
    margin-bottom: 30px;
  }
}
@media (max-width: 580px) {
  .delivery-options__title {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 36px;
  }
}
.delivery-options__items {
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto 70px;
}
@media (max-width: 885px) {
  .delivery-options__items {
    flex-wrap: wrap;
    max-height: initial;
    justify-content: space-around;
    margin-bottom: 0;
  }
}
@media (max-width: 580px) {
  .delivery-options__items {
    max-height: initial;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.delivery-options__item {
  position: relative;
  padding: 30px 0 0;
  width: 290px;
  max-width: 25%;
  height: 192px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: solid 1px transparent;
}
@media (max-width: 885px) {
  .delivery-options__item {
    border: solid 1px #f2f2f2;
    overflow: visible;
    max-width: 45%;
    height: initial;
    padding-bottom: 0;
    box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.14);
    margin-bottom: 30px;
  }
}
@media (max-width: 580px) {
  .delivery-options__item {
    width: 280px;
    max-width: 90%;
    box-shadow: none;
    border: 0;
    padding: 0;
  }
}
@media (min-width: 885px) {
  .delivery-options__item:hover {
    overflow: visible;
    border: solid 1px #f2f2f2;
  }
}
.delivery-options__item,
.delivery-options__item:hover,
.delivery-options__item:active {
  text-decoration: none;
  color: #333c4e !important;
}
.delivery-options__name {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
.delivery-options__description {
  padding: 10px 30px 30px;
  margin: 0 -1px;
  display: none;
  z-index: 2;
  background: #fff;
  box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.14);
  border: solid 1px #f2f2f2;
  border-top: 0;
  text-align: left;
}
@media (max-width: 885px) {
  .delivery-options__description {
    display: block;
    box-shadow: none;
    border: solid 1px transparent;
    margin: 0;
  }
}
@media (max-width: 580px) {
  .delivery-options__description {
    padding: 10px 0 0;
  }
}
.delivery-options__item:hover .delivery-options__description {
  display: block;
}
.delivery-options__item-img {
  height: 96px;
}
.facts {
  margin: 40px 0 50px;
}
@media (max-width: 768px) {
  .facts {
    margin: 30px 0;
  }
}
.facts__list {
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 870px;
}
@media (max-width: 885px) {
  .facts__list {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .facts__list {
    align-items: flex-start;
    flex-direction: column;
  }
}
.facts__item {
  list-style: none;
  max-width: 270px;
  width: 100%;
  min-height: 200px;
  background-color: #fff;
  box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.14);
  border: solid 1px #f2f2f2;
  text-align: center;
  padding: 20px 25px;
  margin: 0 auto;
}
@media (max-width: 885px) {
  .facts__item {
    padding: 20px;
    max-width: 230px;
  }
}
@media (max-width: 768px) {
  .facts__item {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .facts__item:last-child {
    margin-bottom: 0;
  }
}
.facts__title-wrapper {
  margin: 15px;
}
.facts__img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.facts__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 885px) {
  .facts__title {
    font-size: 21px;
  }
}
@media (max-width: 885px) {
  .facts__caption {
    font-size: 14px;
    line-height: 22px;
  }
}
.facts .icon-ruble {
  font-size: .8em;
  position: relative;
}
.advantages {
  padding: 70px 0;
}
@media (max-width: 1120px) {
  .advantages {
    padding: 40px 30px 60px;
  }
}
@media (max-width: 768px) {
  .advantages {
    padding: 30px;
  }
}
.advantages__title {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 50px;
  text-align: center;
  padding: 0 50px;
}
@media (max-width: 885px) {
  .advantages__title {
    font-size: 26px;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .advantages__title {
    font-size: 22px;
  }
}
.advantages__list {
  padding: 0;
}
.advantages__item {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin-bottom: 50px;
  width: 33.33%;
}
@media (max-width: 885px) {
  .advantages__item {
    margin-bottom: 40px;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .advantages__item {
    width: 100%;
  }
}
.advantages__item:nth-child(1) {
  padding-right: 30px;
}
@media (max-width: 885px) {
  .advantages__item:nth-child(1) {
    padding-right: 23px;
  }
}
@media (max-width: 768px) {
  .advantages__item:nth-child(1) {
    padding: 0;
    margin-bottom: 20px;
  }
}
.advantages__item:nth-child(2) {
  padding-right: 16px;
  padding-left: 16px;
}
@media (max-width: 885px) {
  .advantages__item:nth-child(2) {
    padding-right: 0;
    padding-left: 23px;
  }
}
@media (max-width: 768px) {
  .advantages__item:nth-child(2) {
    padding: 0;
    margin-bottom: 20px;
  }
}
.advantages__item:nth-child(3) {
  padding-left: 30px;
}
@media (max-width: 885px) {
  .advantages__item:nth-child(3) {
    padding-right: 23px;
    padding-left: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .advantages__item:nth-child(3) {
    padding: 0;
    margin-bottom: 20px;
  }
}
.advantages__item:nth-child(4) {
  padding-right: 30px;
}
@media (max-width: 885px) {
  .advantages__item:nth-child(4) {
    padding-right: 0;
    padding-left: 23px;
  }
}
@media (max-width: 768px) {
  .advantages__item:nth-child(4) {
    padding: 0;
    margin-bottom: 20px;
  }
}
.advantages__item:nth-child(5) {
  padding-right: 16px;
  padding-left: 16px;
}
@media (max-width: 885px) {
  .advantages__item:nth-child(5) {
    padding-right: 23px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .advantages__item:nth-child(5) {
    padding: 0;
    margin-bottom: 20px;
  }
}
.advantages__item:nth-child(6) {
  padding-left: 30px;
}
@media (max-width: 885px) {
  .advantages__item:nth-child(6) {
    padding-left: 23px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .advantages__item:nth-child(6) {
    padding: 0;
    margin-bottom: 5px;
  }
}
.advantages__icon:before {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  margin-right: 17px;
  border-radius: 15px;
  overflow: hidden;
}
.advantages__icon--calc:before {
  content: url('/img/ru/advantages/calc-icon.svg');
}
.advantages__icon--wizard:before {
  content: url('/img/ru/advantages/wizard-icon.svg');
}
.advantages__icon--rate:before {
  content: url('/img/ru/advantages/rate-icon.svg');
}
.advantages__icon--card:before {
  content: url('/img/ru/advantages/card-icon.svg');
}
.advantages__icon--rocket:before {
  content: url('/img/ru/advantages/rocket-icon.svg');
}
.advantages__icon--sms:before {
  content: url('/img/ru/advantages/sms-icon.svg');
}
.advantages__text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 74px);
  line-height: 24px;
}
@media (max-width: 885px) {
  .advantages__text {
    font-size: 14px;
    line-height: 22px;
  }
}
.advantages .content {
  max-width: 1060px;
  margin: 0 auto;
}
.index-hr {
  height: 2px;
  background-color: #f2f6fc;
}
.new-index .tariffs-map {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .new-index .tariffs-map {
    margin-bottom: 50px;
  }
}
@media (max-width: 580px) {
  .new-index .tariffs-map {
    margin-bottom: 40px;
  }
}
.new-index .tariffs-map .page-content-header {
  font-size: 32px;
  font-weight: normal;
}
.new-index .tariffs-map .tariffs-map-canvas {
  max-width: 696px;
  max-height: 640px;
  margin: 0 auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .new-index .tariffs-map .tariffs-map-canvas {
    margin: 0 36px;
  }
}
@media (max-width: 580px) {
  .new-index .tariffs-map .tariffs-map-canvas {
    margin: 0 20px;
    max-height: 290px;
  }
}
.new-index .index-company-info {
  max-width: 768px;
  margin: 0 auto;
}
.new-index .index-final-cta {
  text-align: center;
}
@media (max-width: 420px) {
  .new-index .index-final-cta {
    padding: 0 24px;
  }
}
.new-index .index-final-cta .index-final-cta-footer {
  display: none;
}
.new-index .index-final-cta .index-final-cta-btn,
.new-index .index-final-cta .index-final-cta-btn,
.new-index .index-final-cta .index-final-cta-btn {
  padding: 10px 60px;
  background: #4bc04e;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  outline: none;
  cursor: pointer;
  transition: all 0.125s ease-in;
  margin-bottom: 80px;
  box-shadow: none;
}
@media (max-width: 420px) {
  .new-index .index-final-cta .index-final-cta-btn,
  .new-index .index-final-cta .index-final-cta-btn,
  .new-index .index-final-cta .index-final-cta-btn {
    padding: 10px 10px;
    width: 100%;
    justify-content: center;
  }
}
.new-index .index-final-cta .index-final-cta-btn:hover,
.new-index .index-final-cta .index-final-cta-btn:hover,
.new-index .index-final-cta .index-final-cta-btn:hover {
  background: #3fb342;
}
.new-index .index-final-cta .index-final-cta-btn:active,
.new-index .index-final-cta .index-final-cta-btn:active,
.new-index .index-final-cta .index-final-cta-btn:active {
  background: #38a03b;
}
.pls-install-app {
  background: linear-gradient(102deg, rgba(153, 207, 254, 0.09), rgba(64, 166, 253, 0.11));
  border-top: 2px solid #f2f6fc;
}
.pls-install-app__content {
  max-width: 1120px;
  height: 465px;
  font-weight: normal;
  padding: 90px 30px 0;
  margin: 0 auto;
  color: #333c4e;
  position: relative;
  overflow: hidden;
}
@media (max-width: 885px) {
  .pls-install-app__content {
    padding-top: 40px;
    height: 340px;
  }
}
@media (max-width: 768px) {
  .pls-install-app__content {
    height: auto;
    padding-bottom: 230px;
    text-align: center;
  }
}
.pls-install-app__content--in {
  max-width: 1030px;
}
.pls-install-app__img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
}
@media (max-width: 768px) {
  .pls-install-app__img {
    top: initial;
    right: 50%;
    transform: translateX(50%);
  }
}
.pls-install-app__header {
  font-size: 32px;
  line-height: 1.25;
  max-width: 50%;
}
@media (max-width: 885px) {
  .pls-install-app__header {
    font-size: 26px;
    max-width: 340px;
  }
}
@media (max-width: 768px) {
  .pls-install-app__header {
    max-width: initial;
    margin-bottom: 30px;
    flex-basis: inherit;
  }
}
.pls-install-app__description {
  font-size: 16px;
  max-width: 430px;
  margin: 30px 0;
}
@media (max-width: 885px) {
  .pls-install-app__description {
    max-width: 350px;
    font-size: 14px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .pls-install-app__description {
    max-width: initial;
    margin-bottom: 20px;
  }
}
.pls-install-app__links {
  display: flex;
}
@media (max-width: 768px) {
  .pls-install-app__links {
    flex-direction: column;
    align-items: center;
  }
}
.pls-install-app__link:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .pls-install-app__link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.pls-install-app__link-img {
  height: 45px;
  display: block;
}
@media (max-width: 768px) {
  .pls-install-app__link-img {
    height: auto;
    width: 135px;
  }
}
.new-index {
  font-family: "Noto Sans";
}
.table--classic {
  border-collapse: collapse;
}
.table--classic th,
.table--classic td {
  border: 1px solid #4d4d4d;
  padding: 4px 7px;
}
.index-promo-item-img-caption--wallet > .price > .icon-ruble {
  font-weight: 800;
  font-size: 0.9em;
}
.index-promo-item-img-caption--shield {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transform: translate(-46%, -29%);
}
.index-promo-item-caption .price {
  font-weight: bold;
}
.index-reviews-block {
  background: url("/img/index/shadow-divider.png") 50% 100% no-repeat;
  position: relative;
}
.l-home {
  padding-top: 10px;
  text-align: center;
}
.l-home__title {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5;
  line-height: 2.5;
  background: transparent url("/img/index/pink-brush-stroke.png") no-repeat scroll 90% 20px;
}
.l-home__title-caption {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
  line-height: 1.4;
}
.l-home__footer {
  text-align: left;
}
.l-home__footer-button {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 5px;
}
@media (max-width: 885px) {
  .l-home__title {
    line-height: 1.2;
    background-position: center bottom;
    background-size: contain;
    font-size: 24px;
  }
}
.index-header {
  position: relative;
}
.index-header-text {
  font-weight: 800;
}
.index-header-image {
  position: absolute;
  right: 72px;
  top: 2px;
  z-index: -1;
}
.index-company-info-header {
  text-align: center;
}
.index-company-info-paragraph {
  margin-top: 12px;
}
.index-company-info-footer {
  text-align: right;
}
.new-index .index-company-info-header {
  font-size: 32px;
  max-width: 705px;
  margin: 0 auto;
  padding: 0 20px;
}
.new-index .index-company-info-header strong {
  font-weight: normal;
}
.new-index .index-company-info-how-we-work,
.new-index .index-company-info-paragraphs {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  max-width: 705px;
  margin: 30px auto 54px;
}
@media (max-width: 885px) {
  .new-index .index-company-info-how-we-work,
  .new-index .index-company-info-paragraphs {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.new-index .index-company-info-how-we-work div,
.new-index .index-company-info-paragraphs div {
  margin-top: 1em;
}
.new-index .index-company-info-how-we-work div:first-child,
.new-index .index-company-info-paragraphs div:first-child {
  margin-top: 0;
}
.new-index .index-company-info-paragraph {
  text-align: center;
}
.new-index .index-company-info-paragraph .action-link {
  font-size: 18px;
  color: #476bb3;
  border-bottom: 1px dotted #476bb3;
}
.new-index .index-company-info-footer {
  text-align: right;
}
.new-index a,
.new-index a:hover,
.new-index a:active {
  color: #476bb3;
}
.company-info-text {
  display: none;
}
.company-info-text h3 {
  margin: 0;
  padding: 0 0 30px;
  font-size: 23px;
  color: #333c4e;
  text-align: center;
  opacity: 1;
  max-height: 200px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .company-info-text h3 {
    padding: 30px 0 10px;
    font-size: 18px;
  }
}
.crosshair {
  position: absolute;
  border-radius: 50px;
  border: 2px solid #3d3df5;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.crosshair-stroke {
  position: absolute;
  background: #3d3df5;
  border-radius: 5px;
}
.crosshair-stroke--left,
.crosshair-stroke--right {
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 11px;
}
.crosshair-stroke--right {
  right: 0;
}
.crosshair-stroke--left-2,
.crosshair-stroke--right-2 {
  top: 50%;
  width: 2px;
  height: 11px;
  margin-top: -5.5px;
}
.crosshair-stroke--left-2 {
  left: -2px;
}
.crosshair-stroke--right-2 {
  right: -2px;
}
.crosshair-stroke--top,
.crosshair-stroke--bottom {
  left: 50%;
  height: 11px;
  width: 2px;
  margin-left: -1px;
}
.crosshair-stroke--top {
  top: 0;
}
.crosshair-stroke--bottom {
  bottom: 0;
}
.crosshair-stroke--top-2,
.crosshair-stroke--bottom-2 {
  left: 50%;
  width: 11px;
  margin-left: -5.5px;
  height: 2px;
}
.crosshair-stroke--top-2 {
  top: -2px;
}
.crosshair-stroke--bottom-2 {
  bottom: -2px;
}
.crosshair__address-info {
  width: 340px;
  margin-top: 90px;
  margin-left: -145px;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 3px;
  padding: 8px 18px;
  color: #333c4e;
  font-size: 16px;
}
@media (max-width: 768px) {
  .crosshair__address-info {
    display: none;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    background: transparent;
    font-size: 14px;
    color: #697982;
  }
}
.crosshair__address-info--mobile {
  display: none;
}
@media (max-width: 768px) {
  .crosshair__address-info--mobile {
    display: block;
  }
}
.address-picker--fullscreen {
  position: fixed;
  display: flex;
  top: 0.2em;
  bottom: 0.2em;
  left: 0.2em;
  right: 0.2em;
}
.map {
  border-radius: 4px;
}
.map > .modal-close {
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  opacity: .75;
  font-size: 16px;
  transition: all 0.125s ease-in;
}
@media (max-width: 768px) {
  .map > .modal-close {
    top: 10px;
    right: 10px;
  }
}
.map > .modal-close:hover {
  opacity: 1;
}
.map > .modal-close:before {
  color: #959aa6;
}
.map-canvas {
  display: flex;
  flex: 1 1 auto;
  border-radius: 4px;
}
.map-controls {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 35px 40px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1060px;
  height: 120px;
  max-width: 100%;
  box-shadow: 0 -2px 12px 0 rgba(80, 89, 100, 0.2);
}
@media (max-width: 768px) {
  .map-controls {
    padding: 20px;
    border: 0;
    justify-content: center;
    flex-direction: column;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    width: 100%;
    height: inherit;
  }
}
.map-controls__description {
  font-size: 23px;
  color: #333c4e;
}
@media (max-width: 768px) {
  .map-controls__description {
    display: none;
  }
}
.map-button-container {
  padding-top: 10px;
  width: 300px;
  text-align: center;
  margin-left: -125px;
}
.map-button-container__submit {
  font-size: 18px;
  box-shadow: none;
  background: #266619;
  text-align: center;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #fff;
  border: #266619;
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
  outline: none;
  text-decoration: none;
  transition: all 0.125s ease-in;
}
@media (max-width: 768px) {
  .map-button-container__submit {
    min-height: 40px;
  }
}
.map-button-container__submit:hover {
  background: #1f5214;
}
.gm-fullscreen-control {
  display: none;
}
@keyframes focus-invalid {
  from {
    outline-offset: 50vw;
  }
  to {
    outline-offset: 0;
  }
}
.notification-target {
  position: relative;
}
.notification-target-input {
  border-radius: 3px;
  width: 100%;
  -webkit-appearance: none;
}
.notification-target-checkbox {
  border-radius: 3px;
  border: 0;
  width: 100%;
}
.notification-target--required .html-select-header {
  border: none;
}
.notification-target--required .notification-target-input,
.notification-target--required .notification-target-inputs {
  border-color: #f4d371;
  box-shadow: 0 0 4px #f4d371;
}
.notification-target--required .pseudo-checkbox__icon--unchecked,
.notification-target--required .pseudo-checkbox__icon--checked {
  border-color: #f4d371;
}
.notification-target--state-valid.notification-target--required .notification-target-input {
  box-shadow: none;
  border-color: #66cc66;
}
.notification-target--state-valid.notification-target--required::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-smooth: auto;
  content: '\e919';
  color: #66cc66;
  position: absolute;
  right: 16px;
  top: 8px;
}
.notification-target--state-valid.notification-target--required .input-group {
  box-shadow: none;
  border-color: #66cc66;
}
.notification-target--state-valid.notification-target--required .point-address-recent-addresses::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-smooth: auto;
  content: '\e919';
  color: #66cc66;
  position: absolute;
  top: calc(50% -  7px);
  left: -24px;
}
.notification-target--state-invalid .notification-target-input {
  box-shadow: none;
  border-color: #cc6666;
}
.notification-target--state-invalid::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-smooth: auto;
  content: '\e904';
  color: #cc6666;
  position: absolute;
  right: 16px;
  top: 8px;
}
.notification-target--state-invalid .notification-target-input {
  border-radius: 3px 3px 0 0;
}
.notification-target--state-invalid .input-group {
  box-shadow: none;
  border-color: #cc6666;
  border-radius: 3px 3px 0 0;
}
.notification-target--state-invalid .point-address-recent-addresses::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-smooth: auto;
  content: '\e904';
  color: #cc6666;
  position: absolute;
  top: calc(50% -  7px);
  left: -24px;
}
.animation-invalid {
  outline: 3px solid #477eeb;
  animation: focus-invalid 0.4s;
}
@media (max-width: 885px) {
  .order-insurance-init {
    max-width: 80%;
  }
}
.notification-target-msgs > .msgs-item {
  display: none;
}
.notification-target-msgs > .msgs-item--state-visible {
  color: white;
  font-size: 12px;
  line-height: 14px;
  border-radius: 3px;
  padding: 4px 8px;
  background: #cc6666;
  border-color: #cc6666;
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
  display: block;
}
.notification-target-msgs > .balloon {
  position: absolute;
  z-index: 102;
  bottom: -10px;
  transform: translateY(100%);
  min-width: 100%;
}
.notification-target-msgs > .balloon::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 50px;
  border-width: 0 15px 7px;
  border-style: solid;
  border-color: transparent transparent #cc6666;
  display: block;
  width: 0;
}
.input-checkboxed {
  display: flex;
  align-items: center;
}
.input-checkboxed__label {
  cursor: pointer;
}
.input-checkboxed__checkbox {
  margin: 0 5px;
}
.optional-required-input {
  display: flex;
  align-items: flex-start;
}
.optional-required-input__input {
  flex: 1 1 50%;
}
.optional-required-input__checkbox {
  flex: 1 1 50%;
  padding-top: 3px;
}
.pseudo-checkbox {
  display: inline-block;
  box-sizing: border-box;
}
.pseudo-checkbox__label {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  padding-top: 2px;
  cursor: pointer;
  line-height: 1.4;
}
.pseudo-checkbox__label--input_group {
  display: flex;
  align-items: center;
}
.pseudo-checkbox__label .notification-target--state-valid.notification-target--required::after {
  right: -24px;
}
.pseudo-checkbox__label .notification-target--state-invalid::after {
  right: -24px;
}
.pseudo-checkbox__check-group {
  position: relative;
  width: 34px;
}
.pseudo-checkbox__input {
  position: absolute;
  left: -5000px;
}
.pseudo-checkbox__input + .pseudo-checkbox__icon--unchecked + .pseudo-checkbox__icon--checked {
  opacity: 0;
  transform: scale(0.3);
  transition: 0.2s ease-in-out;
}
.pseudo-checkbox__input:checked + .pseudo-checkbox__icon--unchecked + .pseudo-checkbox__icon--checked {
  opacity: 1;
  transform: scale(1);
  transition: 0.2s ease-in-out;
}
.pseudo-checkbox__icon {
  display: inline-block;
  line-height: 1;
  width: 28px;
  height: 28px;
  font-size: 28px;
  flex-shrink: 0;
}
.pseudo-checkbox__icon--unchecked {
  border: 4px solid black;
  border-radius: 3px;
  margin-right: .5em;
  box-sizing: border-box;
}
.pseudo-checkbox__icon--unchecked--radio-style {
  border-radius: 50%;
}
.pseudo-checkbox__icon--checked {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.pseudo-checkbox__icon--checked--radio-style {
  left: 7px;
  top: 1px;
}
.pseudo-checkbox__disabled .pseudo-checkbox__icon {
  color: #ccc;
  background: #eee;
}
.pseudo-checkbox__icon.pseudo-checkbox__icon--unchecked {
  text-align: center;
  font-size: 20px;
}
.notification-target--state-valid .pseudo-checkbox__icon--unchecked {
  border-color: #66cc66;
}
.notification-target--state-valid .pseudo-checkbox__icon--checked::before {
  color: #2d862d;
}
.pseudo-radio {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pseudo-radio__label {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  padding-top: 2px;
  cursor: pointer;
  line-height: 1.4;
}
.pseudo-radio__label--input_group {
  display: flex;
  align-items: center;
}
.pseudo-radio__label .notification-target--state-valid.notification-target--required::after {
  right: -24px;
}
.pseudo-radio__label .notification-target--state-invalid::after {
  right: -24px;
}
.pseudo-radio__check-group {
  position: relative;
  display: inline-block;
  width: 34px;
}
.pseudo-radio__input {
  position: absolute;
  left: -5000px;
}
.pseudo-radio__input + .pseudo-radio__icon--unchecked + .pseudo-radio__icon--checked {
  opacity: 0;
  transform: scale(0.3);
  transition: 0.2s ease-in-out;
}
.pseudo-radio__input:checked + .pseudo-radio__icon--unchecked + .pseudo-radio__icon--checked {
  opacity: 1;
  transform: scale(1);
  transition: 0.2s ease-in-out;
}
.pseudo-radio__icon {
  display: inline-block;
  line-height: 1;
  width: 28px;
  height: 28px;
  font-size: 28px;
  flex-shrink: 0;
}
.pseudo-radio__icon--unchecked {
  border: 4px solid black;
  border-radius: 50%;
  margin-right: .5em;
  box-sizing: border-box;
}
.pseudo-radio__icon--checked {
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 50%;
  background-color: #000;
  width: 12px;
  height: 12px;
}
.pseudo-radio__disabled .pseudo-radio__icon {
  color: #ccc;
  background: #eee;
}
.pseudo-radio__icon.pseudo-radio__icon--unchecked {
  text-align: center;
  font-size: 20px;
}
.notification-target--state-valid .pseudo-radio__icon--unchecked {
  border-color: #66cc66;
}
.notification-target--state-valid .pseudo-radio__icon--checked::before {
  color: #2d862d;
}
.ui-autocomplete {
  box-shadow: 0 1px 1px #858585;
  border-top: 1px solid #d9d9d9;
  border-radius: 3px;
  background: white;
  list-style: none;
  transform: translateX(-81px);
}
.ui-widget-content,
.ui-menu {
  position: relative;
  width: 20em;
  border-radius: 3px;
  background: #fff;
  padding: 0;
  z-index: 1;
}
.ui-menu-item {
  font-size: 13px;
  cursor: pointer;
}
.ui-menu-item:hover,
.ui-menu-item.ui-state-focus {
  background: #cdddfe;
}
.ui-menu-item,
.ui-menu-attribution {
  padding: .3em .6em;
  box-sizing: border-box;
}
.ui-helper-hidden-accessible {
  display: none;
}
.flash-ui {
  position: fixed;
  max-width: 100%;
  top: 50%;
  left: 50%;
  background: white;
  color: blue;
  display: flex;
  padding: 3em 2em;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.flash-ui--appearing {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.flash-ui--fading {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.tiles {
  columns: 2 auto;
}
@media (max-width: 768px) {
  .tiles {
    column-count: 1;
  }
}
.tiles-item {
  display: inline-block;
  margin-bottom: 1em;
}
.tiles-heading {
  font-weight: bold;
}
/**
 * Настройка скрытия компонент в зависимости от разных режимов формы
 */
[data-mode="standard"] .hide-condition--mode-standard,
[data-mode="commerce"] .hide-condition--mode-commerce,
[data-vehicle="walk"] .hide-condition--vehicle-walk,
[data-vehicle="car"] .hide-condition--vehicle-car,
[data-vehicle="motorbike"] .hide-condition--vehicle-motorbike,
[data-vehicle="truck"] .hide-condition--vehicle-truck {
  display: none;
}
.html-select {
  background: white;
  border-radius: 3px;
}
.html-select-options {
  border-radius: 3px;
  box-shadow: 0 1px 3px #808080;
  background: white;
  position: absolute;
  z-index: 103;
  padding: 2px 0px 2px 0;
  max-height: 350px;
  overflow: auto;
  width: 100%;
}
.html-select-option {
  cursor: pointer;
  user-select: none;
  padding: 2px 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .html-select-option {
    display: block;
  }
}
.html-select-option:hover {
  background: #dfe8fb;
}
.html-select-option-icon {
  font-size: 0.8em;
  margin-right: -4px;
  text-align: center;
}
.html-select-option-disabled {
  color: grey;
}
.html-select-header {
  cursor: pointer;
  user-select: none;
  position: relative;
  padding: 4.44444444px 20px 4.44444444px 8px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  white-space: nowrap;
}
@media (max-width: 680px) {
  .html-select-header {
    padding: 6px 20px 6px 8px;
  }
}
.html-select-header:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-smooth: auto;
  content: '\e90c';
  font-size: 9px;
  position: absolute;
  right: 6px;
  top: 10.4px;
  color: #999;
}
.html-select-header-disabled {
  cursor: auto;
}
.html-select-header-disabled:after {
  display: none !important;
}
.double-select {
  border-radius: 3px;
  width: 8em;
}
.double-select.notification-target--required {
  box-shadow: 0 0 3px 0 #f4d371;
  border: 1px solid #f4d371;
}
.double-select.notification-target--state-valid {
  box-shadow: none;
  border: 1px solid #66cc66;
}
.double-select.notification-target--state-invalid {
  box-shadow: none;
  border: 1px solid #cc6666;
}
.double-select-select {
  font-size: inherit;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding: 4.44444444px 20px 4.44444444px 8px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  white-space: nowrap;
  padding: 6px 8px;
  border: none;
  background: white;
  width: 100%;
}
@media (max-width: 680px) {
  .double-select-select {
    padding: 6px 20px 6px 8px;
  }
}
.double-select-select:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-smooth: auto;
  content: '\e90c';
  font-size: 9px;
  position: absolute;
  right: 6px;
  top: 10.4px;
  color: #999;
}
.client-phone-dispatcher {
  position: relative;
  min-width: 270px;
  padding: 10px 20px;
  background: #fce5cd;
  border: 2px solid #fad8b4;
}
@media (max-width: 680px) {
  .client-phone-dispatcher {
    width: 100%;
  }
}
.client-phone-dispatcher__title {
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
}
.client-phone-dispatcher__field {
  margin-top: 10px;
}
.client-phone-dispatcher__field > div {
  margin: 0 auto;
}
.promo-code {
  width: 290px;
}
@media (max-width: 420px) {
  .promo-code {
    width: 100%;
  }
}
.promo-code__init-stage {
  display: flex;
  flex-wrap: wrap;
}
.promo-code__input-stage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 37px;
}
.promo-code__have-code {
  align-self: flex-start;
  border-bottom: 2px dotted #da2b71;
  color: #da2b71;
  cursor: pointer;
}
.promo-code__input {
  width: calc(50% - 5px);
  border-bottom: 1px solid rgba(187, 192, 210, 0.5);
  border-radius: 3px;
}
.promo-code__submit-btn {
  display: flex;
  width: calc(50% - 5px);
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  background: linear-gradient(to bottom, #6e9cf7 0%, #3474f4 100%);
  box-shadow: inset 0 0 0px 1px #1b63f3;
  color: white;
  text-decoration: none;
}
.promo-code__submit-btn:hover,
.promo-code__submit-btn:active,
.promo-code__submit-btn:visited {
  background: linear-gradient(to bottom, #3d7af5 0%, #0c56e9 100%);
  color: white;
  text-decoration: none;
}
.promo-code__submit-btn.state-pressed,
.promo-code__submit-btn:active {
  background: linear-gradient(to bottom, #3d7af5 0%, #0c56e9 100%);
  box-shadow: inset 0 0 0px 1px #1b63f3, inset 0px 0.3em 0.6em -0.3em #083691;
}
.promo-code__code-status {
  flex: 0 0 100%;
  margin-top: 10px;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 420px) {
  .promo-code__code-status {
    white-space: normal;
  }
}
.promo-code--error .promo-code__code-status {
  color: #f04240;
}
/**
 * Стили для блока адреса в форме заказа
 */
[data-mode="commerce"] .point-fields-row--note {
  display: flex;
}
.point {
  display: flex;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 885px) {
  .point {
    background: #eef6ea;
    position: relative;
  }
}
.point--disabled .point-delete-btn,
.point .point-fields-row--note,
.point--enabled .point-address-link-first,
.point--enabled:nth-child(2) .point-address-link-first {
  display: none;
}
.point--show-note .point-fields-row--note {
  display: flex;
}
.point--enabled:last-child .point-address-link-first {
  display: block;
}
.point:first-child .point-decor-direction-caption:before {
  content: attr(data-caption-from);
}
.point:first-child .point-address-label:before {
  content: attr(data-pickup-label);
}
.point :not(:first-child) .point-address-label:before {
  content: attr(data-delivery-label);
}
.point-address-recent-addresses {
  position: relative;
  height: 100%;
}
.point-address-recent-addresses > .html-select-options {
  right: 0;
  width: 16em;
}
.point-ecommerce-fields {
  display: none;
}
.point-ecommerce-fields--show {
  display: block;
}
.point-ecommerce-fields--show + .point-ecommerce-detail .point-ecommerce-detail__btn--show {
  display: none;
}
.point-ecommerce-fields--show + .point-ecommerce-detail .point-ecommerce-detail__btn--hide {
  display: block;
}
.point-ecommerce-fields .point-fields-row {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .point-ecommerce-fields .point-fields-row > .notification-target,
  .point-ecommerce-fields .point-fields-row > .point-revenue,
  .point-ecommerce-fields .point-fields-row > input {
    width: 100%;
    margin-top: 8px;
    font-size: 13px;
  }
}
.point-decor {
  display: flex;
  flex: 0 0 120px;
  margin-top: 6px;
  align-self: flex-start;
  align-items: center;
  font-size: 1.05rem;
  min-width: 140px;
}
@media (max-width: 885px) {
  .point-decor {
    width: 100%;
    padding: 0 8px;
  }
}
.point-decor-number {
  margin-right: 8px;
}
.point-decor-number:after {
  width: 27px;
  height: 27px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  content: attr(data-point-number);
  color: #ebac47;
  border: 2px solid #ebac47;
  border-radius: 27px;
  font-weight: 600;
}
@media (max-width: 885px) {
  .point-decor-number:after {
    font-weight: 400;
    width: 20px;
    height: 20px;
    border-width: 1px;
  }
}
.point-decor-direction-caption {
  margin-left: .2em;
}
.point-decor-direction-caption:before {
  content: attr(data-caption-to);
}
.point-decor-trajectory {
  background: url('/img/order-point-trajectory-dot.svg');
  position: absolute;
  top: 35px;
  bottom: -20px;
  left: 35px;
  width: 7px;
}
@media (max-width: 885px) {
  .point-decor-trajectory {
    display: none;
  }
}
.point-fields {
  flex: 1 1 auto;
  border-radius: 4px;
  background: #eef6ea;
  padding: 2px 0;
}
@media (max-width: 885px) {
  .point-fields {
    background: none;
    width: 100%;
    padding-bottom: 4px;
  }
}
.point-fields-row {
  display: flex;
  padding: 4px 32px 4px 8px;
  box-sizing: border-box;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 885px) {
  .point-fields-row {
    padding: 4px 8px;
    position: static;
  }
}
.point-fields-row--commerce {
  justify-content: flex-start;
}
@media (max-width: 680px) {
  .point-fields-row--commerce > input,
  .point-fields-row--commerce > .point-revenue,
  .point-fields-row--commerce > .notification-target {
    width: 100%;
    margin-top: 8px;
  }
}
.point-fields-row-postfix {
  cursor: pointer;
  user-select: none;
  opacity: 0.45;
  position: absolute;
  right: 7px;
  top: 7px;
  font-size: 18px;
}
.point-fields-row-postfix:hover {
  opacity: 1;
}
.point-fields-row-postfix.point-delete-btn {
  right: 9px;
}
.point-address {
  flex: 1 1 auto;
}
.point-address--recent-enabled > .notification-target--state-valid::after,
.point-address--recent-enabled > .notification-target--state-invalid::after {
  display: none;
}
.point-address-inputs {
  display: flex;
}
.point-address-input {
  resize: none;
  flex: 1 1 auto;
  padding-right: 32px;
}
.point-address-map-btn {
  color: #595959;
  font-size: 16px;
  padding: 0;
  background: linear-gradient(to bottom, #fceac5, #fada99);
}
.point-address-map-btn-img {
  width: 29px;
  height: 29px;
}
.point-address-link-first {
  width: 100%;
  padding: 4px 8px;
}
.point-address-buttons {
  align-items: center;
  margin: 8px 0;
}
.point-details-btn {
  transition: transform 0.2s ease-in-out;
}
.point-details-btn--open {
  transform: rotate(180deg);
}
.point-phone {
  width: 12em;
}
@media (max-width: 768px) {
  .point-phone {
    width: 100%;
    margin-bottom: 8px;
  }
}
.point-phone > .input-group > .input-group-prefix {
  padding-right: 0;
  background: none;
  color: black;
}
.point-phone > .input-group > .input-group-input {
  padding-left: .3em;
}
.point-time-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .point-time-group {
    flex: 1 1 auto;
    justify-content: space-between;
  }
}
.notification-target-msgs {
  white-space: normal;
}
.point-time-group-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-right: 8px;
  white-space: nowrap;
}
@media (max-width: 680px) {
  .point-time-group-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.point-time-group-item:last-child {
  margin-right: 0;
}
@media (max-width: 680px) {
  .point-time-group-item--date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
@media (max-width: 680px) {
  .point-time-group-item--time-from {
    width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .point-time-group-item--time-from .point-time-group-item-label {
    width: 30%;
  }
}
@media (max-width: 680px) {
  .point-time-group-item--time-from .double-select {
    width: 70% !important;
  }
}
@media (max-width: 680px) {
  .point-time-group-item--time-to {
    width: 50%;
    padding-left: 16px;
  }
}
@media (max-width: 580px) {
  .point-time-group-item--time-to .double-select-msgs > .msgs-item {
    left: -68px;
  }
  .point-time-group-item--time-to .double-select-msgs > .msgs-item:after {
    left: 80px;
    right: initial;
  }
}
@media (max-width: 680px) {
  .point-time-group-item--time-to .point-time-group-item-label {
    width: 15%;
  }
}
@media (max-width: 580px) {
  .point-time-group-item--time-to .double-select {
    width: 85%;
  }
}
@media (max-width: 680px) {
  .point-time-group-item .double-select {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .point-time-group-item > .double-select {
    width: 100%;
  }
}
.point-time-group-item > .double-select > .html-select {
  min-width: 70px;
}
@media (max-width: 680px) {
  .point-time-group-item > .double-select > .html-select {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .point-time-group-item .double-select-msgs > .msgs-item {
    left: -40px;
  }
}
.point-time-group-item .double-select-msgs > .msgs-item:after {
  left: initial;
  right: 35px;
}
@media (max-width: 580px) {
  .point-time-group-item .double-select-msgs > .msgs-item:after {
    left: 50px;
    right: initial;
  }
}
.point-time-group-item-label {
  margin-top: 5px;
  margin-right: 4px;
}
@media (max-width: 680px) {
  .point-time-group-item-label {
    width: 15%;
    margin-right: 0;
  }
  .point-time-group-item-label + .double-select {
    width: 85%;
    background-color: white;
  }
}
.point-time-from {
  width: 8em;
}
.point-time-to {
  width: 9em;
}
.point-note {
  padding: 0.3em 0.5em;
  border-radius: 3px;
  border: 1px solid #bbc1d2;
  box-sizing: border-box;
  line-height: inherit;
  min-height: 27px;
  resize: none;
  flex: 1 1 auto;
}
.point-contact-person {
  flex: 0 0 auto;
  width: calc(27% - 8px);
  margin-right: 8px;
}
.point-courier-action {
  flex: 0 0 auto;
  width: calc(32% - 8px);
  margin-right: 8px;
}
@media (max-width: 680px) {
  .point-courier-action {
    flex-basis: 49%;
    margin-right: 2%;
  }
}
.point-revenue {
  display: none;
  flex: 0 0 auto;
  width: calc(15% - 8px);
}
.point-revenue:after {
  right: 32px;
}
.point-revenue--show {
  display: block;
}
@media (max-width: 680px) {
  .point-revenue {
    flex-basis: 49%;
    margin-right: 0;
  }
}
.point-revenue-input {
  width: 70% !important;
}
.point-client-order-id {
  align-self: right;
  flex: 0 0 auto;
  width: 26%;
  margin-right: 8px;
}
.point:last-child > .point-decor > .point-decor-trajectory {
  display: none;
}
.point--disabled > .point-decor > .point-decor-trajectory {
  display: none;
}
.point--disabled > .point-fields > .point-fields-row:not(:first-child) {
  display: none;
}
/**
 * Макет с полноэкранной точкой
 */
@media (max-width: 885px) {
  .point-delete-btn {
    top: 12px;
    right: 8px;
  }
}
@media (max-width: 885px) {
  .point-details-btn {
    position: static;
    padding-top: 4px;
    margin-top: 4px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 885px) {
  .point-details-btn:before {
    transition: none;
    margin-right: 8px;
  }
}
@media (max-width: 885px) {
  .point-details-btn:after {
    content: attr(data-caption-open);
    font-size: 13px;
  }
}
@media (max-width: 885px) {
  .point-details-btn--open {
    transform: none;
  }
  .point-details-btn--open:before {
    transform: rotate(180deg);
  }
  .point-details-btn--open:after {
    content: attr(data-caption-hide);
  }
}
.point-ecommerce-detail {
  position: relative;
  margin: 0 0 5px;
}
.point-ecommerce-detail__btn {
  display: inline-block;
  position: relative;
  font-size: .8em;
  line-height: 1.2em;
  color: #266619;
  border-bottom: 1px dotted #266619;
  opacity: .8;
  transition: opacity .3s;
  cursor: pointer;
}
.point-ecommerce-detail__btn:hover {
  opacity: 1;
}
.point-ecommerce-detail__btn--show {
  display: inline-block;
}
.point-ecommerce-detail__btn--show:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  border: 5px solid transparent;
  border-top: 5px solid #266619;
  vertical-align: bottom;
}
.point-ecommerce-detail__btn--hide {
  display: none;
}
.point-ecommerce-detail__btn--hide:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  border: 5px solid transparent;
  border-bottom: 5px solid #266619;
  vertical-align: top;
}
@media (max-width: 680px) {
  .point-ecommerce-detail__title {
    display: none;
  }
}
.point-ecommerce-detail__title-mobile {
  display: none;
}
@media (max-width: 680px) {
  .point-ecommerce-detail__title-mobile {
    display: inline;
  }
}
.point-ecommerce-fields {
  display: none;
}
.point-ecommerce-fields--show {
  display: inline-block;
}
.point-ecommerce-fields--show + .point-ecommerce-detail .point-ecommerce-detail__btn--show {
  display: none;
}
.point-ecommerce-fields--show + .point-ecommerce-detail .point-ecommerce-detail__btn--hide {
  display: inline-block;
}
.point-ecommerce-fields .point-fields-row {
  justify-content: flex-start;
}
@media (max-width: 680px) {
  .point-ecommerce-fields .point-fields-row > .notification-target,
  .point-ecommerce-fields .point-fields-row > .point-revenue,
  .point-ecommerce-fields .point-fields-row > input {
    width: 100%;
    margin-top: 8px;
    font-size: 13px;
  }
}
.address-apartment {
  display: flex;
  align-items: flex-start;
  flex-basis: 260px;
}
.address-apartment__label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.line.address-apartment__input {
  padding: 0;
}
.address-apartment__input {
  flex-basis: 120px;
}
.address-apartment__checkbox {
  display: flex;
  align-items: center;
  padding-top: 1px;
}
.address-apartment__checkbox input {
  margin: 0 4px;
}
.o-bs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.o-bs-row {
  margin: .3em 0;
  position: relative;
}
.o-bs-row-label {
  display: inline-block;
  min-width: 13em;
}
.o-bs-row-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  border-bottom: 1px dotted #b3b3b3;
}
.order-backpayment-summary {
  margin-top: 2px;
}
.order-backpayment-summary-info {
  float: left;
  padding: 0 4px;
}
.order-backpayment-summary-info--state-invalid {
  border-radius: 3px;
  border-color: #c66;
}
.order-backpayment-summary-error {
  float: left;
  margin-left: 20px;
  color: #fff;
  border-radius: 3px;
  padding: 4px 6px;
  background: #c66;
  border-color: #c66;
  margin-top: 2px;
  display: none;
}
.order-backpayment-summary-error--state-visible {
  display: block !important;
}
.order-backpayment-method {
  margin-top: 8px;
}
.order-backpayment-details {
  margin-top: 8px;
  padding: 0.3em 0.5em;
  border-radius: 3px;
  border: 1px solid #bbc1d2;
  box-sizing: border-box;
  line-height: inherit;
  min-height: 27px;
  resize: none;
  flex: 1 1 auto;
}
.insagr {
  background: white;
  width: 100%;
  max-width: 750px;
  margin: auto;
  border-radius: 5px;
  padding: 1em 2em 2em;
}
.insagr-section {
  margin-top: 2em;
}
.insagr-section:first-of-type {
  margin-top: 0;
}
.insagr-datarow {
  margin-top: 16px;
  display: flex;
}
.insagr-datarow-cell {
  margin-right: 16px;
}
.insagr-datarow-cell:last-child {
  margin-right: 0;
}
.insagr-datarow-cell--address {
  max-width: 240px;
}
.insagr-route-name {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.order-insurance {
  display: flex;
  align-items: center;
}
.order-insurance__wrapper {
  display: flex;
}
.order-insurance__question {
  position: relative;
  display: flex;
  margin-left: 10px;
  margin-top: 4px;
}
.order-insurance.notification-target--state-invalid .notification-target-input {
  border-radius: 3px 0 0 3px;
}
.order-insurance .order-insurance-init {
  flex: 0 0 auto;
}
.order-insurance .order-insurance-init::after {
  right: 35px;
}
.order-insurance .tooltip__layer {
  width: 316px;
  top: -10px;
  left: -150px;
}
@media (max-width: 580px) {
  .order-insurance .tooltip__layer {
    width: 280px;
    left: -200px;
  }
}
.order-insurance .tooltip__layer:before,
.order-insurance .tooltip__layer:after {
  left: 142px;
}
@media (max-width: 580px) {
  .order-insurance .tooltip__layer:before,
  .order-insurance .tooltip__layer:after {
    left: 192px;
  }
}
.order-insurance-content {
  padding: 4px 8px;
  border: 2px dashed white;
  background: #ffe9c7;
}
.order-insurance-body {
  margin-top: 8px;
}
.order-insurance-amount-row {
  display: flex;
  align-items: center;
}
.order-insurance-amount-group {
  max-width: 12em;
}
.order-insurance-amount-group:after {
  right: 36px;
}
.order-insurance-amount {
  width: 100px;
  flex: 1 1 auto;
  border-radius: 3px 0 0 3px;
}
@media (max-width: 768px) {
  .order-insurance-amount {
    width: 50%;
  }
}
.order-insurance-icon {
  font-size: 1.9em;
  color: #f2b50d;
  margin-right: 8px;
}
.order-insurance-text {
  max-width: 24em;
  font-size: 0.95em;
  font-style: italic;
}
.order-insurance-conditions {
  padding-left: 7px;
  padding-top: 4px;
}
.order-insurance-receipt-link {
  padding-left: 7px;
  padding-top: 4px;
}
.tooltip__target {
  position: relative;
  cursor: pointer;
  user-select: none;
  z-index: 1;
}
.tooltip--enabled .tooltip__layer {
  display: block;
}
.order-phone-confirm {
  display: block;
  border: 3px dashed #e2939a;
  border-radius: 5px;
  padding: 8px 8px;
}
.order-phone-confirm-code-field,
.order-phone-confirm-phone {
  width: 190px;
}
.order-phone-confirm-code-input {
  width: 30px;
}
.order-phone-confirm-mobile-btn {
  margin-top: 8px;
}
.order-phone-confirm-finalizers {
  margin-top: 8px;
}
.order-phone-confirm-resend-btn {
  cursor: pointer;
}
.order-phone-confirm-resend-spinner {
  color: #ebac47;
}
@media (max-width: 680px) {
  .order-payment-type__switcher {
    flex-flow: row wrap;
  }
}
.order-payment-type__header {
  font-size: 21px;
  margin-bottom: 15px;
}
.order-payment-type__section {
  margin-right: 14px;
  width: 290px;
  height: 60px;
  border-radius: 4px;
  background-color: transparent;
  border: solid 1px #cccccc;
  cursor: pointer;
}
.order-payment-type__section:last-child {
  margin-right: 0;
}
@media (max-width: 680px) {
  .order-payment-type__section {
    width: 100%;
    min-width: 254px;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.order-payment-type input:checked + .order-payment-type__section {
  border: solid 1px #e46799;
}
.order-payment-type__image {
  width: 32px;
  height: 32px;
  margin: 14px 12px 0 16px;
  float: left;
}
.order-payment-type__label {
  margin: 13px 0 0 0;
  line-height: 1.2;
  font-size: 15px;
}
.order-payment-type__description {
  margin: 0;
  line-height: 1.8;
  font-size: 10px;
  color: #333c4e;
}
.order-payment-by-card-modal,
.order-payment-enter-card-modal {
  background-color: #fff;
  padding: 40px;
}
.order-payment-by-card-modal .close-button,
.order-payment-enter-card-modal .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  height: 12px;
  width: 12px;
  z-index: 1;
}
.order-payment-by-card-modal .close-button__image,
.order-payment-enter-card-modal .close-button__image {
  height: 12px;
  width: 12px;
}
.order-payment-by-card-modal .head-title,
.order-payment-enter-card-modal .head-title {
  font-size: 24px;
  text-align: center;
}
.order-payment-by-card-modal .form-row,
.order-payment-enter-card-modal .form-row {
  margin-top: 30px;
  font-size: 14px;
}
.order-payment-by-card-modal .form-row .pay-button,
.order-payment-enter-card-modal .form-row .pay-button {
  width: 100%;
}
.order-payment-by-card-modal .form-row__title,
.order-payment-enter-card-modal .form-row__title {
  height: 17px;
  margin-bottom: 6px;
  font-size: 12px;
}
.order-payment-by-card-modal .form-row-addition,
.order-payment-enter-card-modal .form-row-addition {
  display: flex;
  justify-content: space-between;
}
.order-payment-by-card-modal .form-row-center,
.order-payment-enter-card-modal .form-row-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-payment-by-card-modal .form-row-right,
.order-payment-enter-card-modal .form-row-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.order-payment-by-card-modal .cvc-row,
.order-payment-enter-card-modal .cvc-row {
  width: 100px;
}
.order-payment-by-card-modal .splitter,
.order-payment-enter-card-modal .splitter {
  padding: 0 5px;
  color: #697982;
  font-size: 19px;
}
.order-payment-by-card-modal input,
.order-payment-enter-card-modal input {
  padding: 10px;
  height: 42px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #bbc1d2;
  font-size: 14px;
  color: #697982;
}
.order-payment-by-card-modal input[type=checkbox],
.order-payment-enter-card-modal input[type=checkbox] {
  height: auto;
  min-height: auto;
}
.order-payment-by-card-modal .card-number-input input,
.order-payment-enter-card-modal .card-number-input input {
  width: 100%;
}
.order-payment-by-card-modal .card-number-input .card-type,
.order-payment-enter-card-modal .card-number-input .card-type {
  position: absolute;
  height: 42px;
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.order-payment-by-card-modal .card-owner-input input,
.order-payment-enter-card-modal .card-owner-input input {
  width: 100%;
}
.order-payment-by-card-modal .month-input,
.order-payment-enter-card-modal .month-input,
.order-payment-by-card-modal .year-input,
.order-payment-enter-card-modal .year-input,
.order-payment-by-card-modal .cvv-input,
.order-payment-enter-card-modal .cvv-input {
  width: 70px;
  text-align: center;
}
.order-payment-by-card-modal .cvv-input--wide,
.order-payment-enter-card-modal .cvv-input--wide {
  width: 100%;
  text-align: left;
}
.order-payment-by-card-modal .pay-button,
.order-payment-enter-card-modal .pay-button {
  width: 330px;
  height: 60px;
  border-radius: 3px;
  display: block;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
}
.order-payment-by-card-modal .pay-button--disabled,
.order-payment-enter-card-modal .pay-button--disabled {
  background: linear-gradient(to bottom, #a6a6a6 0%, #999999 100%);
  box-shadow: inset 0 0 0px 1px #8c8c8c;
  color: white;
  text-decoration: none;
  cursor: default;
}
.order-payment-by-card-modal .pay-button--disabled:hover,
.order-payment-enter-card-modal .pay-button--disabled:hover,
.order-payment-by-card-modal .pay-button--disabled:active,
.order-payment-enter-card-modal .pay-button--disabled:active,
.order-payment-by-card-modal .pay-button--disabled:visited,
.order-payment-enter-card-modal .pay-button--disabled:visited {
  background: linear-gradient(to bottom, #a6a6a6 0%, #999999 100%);
  color: white;
  text-decoration: none;
}
.order-payment-by-card-modal .pay-button--disabled.state-pressed,
.order-payment-enter-card-modal .pay-button--disabled.state-pressed,
.order-payment-by-card-modal .pay-button--disabled:active,
.order-payment-enter-card-modal .pay-button--disabled:active {
  background: linear-gradient(to bottom, #a6a6a6 0%, #999999 100%);
  box-shadow: inset 0 0 0px 1px #8c8c8c, inset 0px 0.3em 0.6em -0.3em #404040;
}
.order-payment-by-card-modal .partners,
.order-payment-enter-card-modal .partners {
  color: #697982;
}
.order-payment-by-card-modal .partners img,
.order-payment-enter-card-modal .partners img {
  margin-left: 5px;
  max-height: 28px;
}
.order-payment-by-card-modal .type-and-number,
.order-payment-enter-card-modal .type-and-number {
  font-size: 16px;
  color: #333c4e;
  display: flex;
  align-items: center;
}
.order-payment-by-card-modal .type-and-number img,
.order-payment-enter-card-modal .type-and-number img {
  margin-right: 15px;
}
.order-payment-by-card-modal .change-card,
.order-payment-enter-card-modal .change-card {
  display: flex;
  font-size: 12px;
  align-items: center;
  color: #dd3c7c;
  border-bottom: 1px solid #dd3c7c;
  margin: 7px 0;
}
.order-payment-by-card-modal .change-card:hover,
.order-payment-enter-card-modal .change-card:hover {
  cursor: pointer;
}
.order-payment-by-card-modal .question-tooltip,
.order-payment-enter-card-modal .question-tooltip {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #000000;
  display: inline-flex;
  padding-left: 6px;
  cursor: pointer;
}
.order-payment-by-card-modal .question-tooltip .tooltip,
.order-payment-enter-card-modal .question-tooltip .tooltip {
  position: absolute;
  width: 180px;
  height: 60px;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(80, 89, 100, 0.3);
  border-radius: 2px;
  align-items: center;
  margin-left: -160px;
  margin-top: -78px;
  cursor: auto;
  display: none;
}
.order-payment-by-card-modal .question-tooltip .tooltip:before,
.order-payment-enter-card-modal .question-tooltip .tooltip:before {
  right: 10px;
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(80, 89, 100, 0.3);
  transform: rotate(45deg);
  bottom: -8px;
}
.order-payment-by-card-modal .question-tooltip .tooltip:after,
.order-payment-enter-card-modal .question-tooltip .tooltip:after {
  right: 5px;
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  bottom: 0px;
}
.order-payment-by-card-modal .question-tooltip:hover .tooltip,
.order-payment-enter-card-modal .question-tooltip:hover .tooltip {
  display: flex;
}
.order-payment-by-card-modal .errors,
.order-payment-enter-card-modal .errors {
  display: none;
  text-align: center;
  color: red;
  font-size: 16px;
}
.done-row {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  width: 100%;
}
.done-row--hide {
  display: none;
}
@media (max-width: 768px) {
  .done-row {
    flex-direction: column;
  }
}
.done-row__head {
  width: 25%;
  margin-right: 30px;
  text-align: right;
}
@media (max-width: 768px) {
  .done-row__head {
    width: 100%;
    margin: 0 0 20px;
    text-align: left;
  }
}
.done-row__title {
  margin: 5px 0 0;
}
.done-row__body {
  width: 75%;
}
@media (max-width: 768px) {
  .done-row__body {
    width: 100%;
  }
}
.done-row__btn-wrapper {
  position: relative;
}
.done-row__send-done {
  margin-left: 20px;
  font-style: normal;
  color: #6e9cf7;
  opacity: 0;
  transition: .5s;
}
.done-row__send-done--show {
  opacity: 1;
}
.done-row__error-wrapper {
  display: none;
  position: relative;
  text-align: center;
  margin: 70px auto;
}
.done-row__error-wrapper--show {
  display: block;
}
.done-row__error {
  margin: 0;
  font-size: 1em;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .done-row .order-row-block {
    padding: 0;
  }
}
.done-row .line-value {
  max-width: 100%;
}
.done-row .pseudo-checkbox {
  margin-bottom: 20px;
}
.done-row .pseudo-checkbox__label {
  line-height: 1em;
}
.courier-fee-points {
  flex-direction: column;
}
.courier-fee-points__header {
  margin-top: 0;
  font-size: 1.2em;
}
.courier-fee-points__points-list {
  display: block;
}
.courier-fee-points .pseudo-radio {
  margin-bottom: 0;
  display: block;
}
.order-new {
  box-shadow: none;
  background-color: transparent;
  font-size: 15px !important;
  border: none;
}
@media (max-width: 420px) {
  .order-new {
    font-size: 13px !important;
  }
}
@media (max-width: 420px) {
  .order-new a {
    font-size: 13px !important;
  }
}
.order-new .order {
  font-size: 15px;
}
.order-new input,
.order-new textarea {
  padding: 4px 12px;
  min-height: 38px;
  font-size: 15px !important;
}
@media (max-width: 420px) {
  .order-new input,
  .order-new textarea {
    font-size: 13px !important;
  }
}
.order-new input:-webkit-autofill,
.order-new textarea:-webkit-autofill,
.order-new select:-webkit-autofill {
  background: #ffffff !important;
}
.order-new.page-content {
  max-width: 944px;
}
.order-new .trait-highlightable {
  transition: none;
}
.order-new .trait-highlightable.state-highlighted {
  background: #ffffff;
  transition: none;
}
.order-new .action-link {
  color: #266619;
}
.order-new .action-link:hover {
  color: #266619;
}
.order-new .order-row {
  margin-top: 16px;
}
@media (max-width: 885px) {
  .order-new .order-row {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 768px) {
  .order-new .order-row {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.order-new .order-row--vehicle,
.order-new .order-row--point {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .order-new .order-row--vehicle,
  .order-new .order-row--point {
    margin-top: 20px;
  }
}
@media (max-width: 885px) {
  .order-new .order-row--point {
    box-shadow: 0 2px 4px 0 #cabdb2;
    background-color: #f3ede4;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .order-new .order-row--point {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.order-new .order-header {
  padding-bottom: 4px;
}
@media (max-width: 768px) {
  .order-new .order-header {
    padding-bottom: 0;
  }
}
.order-new .order-title {
  margin: 0;
  color: #333c4e;
  font-size: 32px;
  line-height: normal;
  font-weight: normal;
}
@media (max-width: 768px) {
  .order-new .order-title {
    font-size: 26px;
  }
}
.order-new .order-announce--warning {
  padding: 20px 28px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: normal;
  color: #333c4e;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #cc6666;
  box-shadow: none;
}
@media (max-width: 420px) {
  .order-new .order-announce--warning {
    padding: 20px;
    font-size: 13px;
  }
}
@media (max-width: 885px) {
  .order-new .order-row--header .order-title {
    margin: 0;
  }
}
.order-new .order-forms-container-switcher {
  padding: 0 24px;
  position: inherit;
  top: inherit;
  right: inherit;
  justify-content: flex-end;
  border: none;
}
@media (max-width: 885px) {
  .order-new .order-forms-container-switcher {
    top: inherit;
    left: inherit;
    right: inherit;
  }
}
@media (max-width: 768px) {
  .order-new .order-forms-container-switcher {
    top: inherit;
    left: inherit;
    right: inherit;
  }
}
.order-new .order-forms-container-switcher .slider-section {
  border: 1px solid #e4d9cd;
}
.order-new .order-points-adder {
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 580px) {
  .order-new .order-points-adder--intercity {
    flex-direction: column;
  }
}
.order-new .order-points-adder-link,
.order-new .order-points-intercity-adder-link {
  display: flex;
  align-items: center;
  padding: 4px 20px 6px 8px;
  background: #266619;
  border-radius: 3px;
  border: 1px solid #266619;
  transition: all 0.125s ease-in;
}
.order-new .order-points-adder-link:hover,
.order-new .order-points-intercity-adder-link:hover {
  background: #ffffff;
}
.order-new .order-points-adder-link:hover .order-points-adder-link-plus,
.order-new .order-points-intercity-adder-link:hover .order-points-adder-link-plus {
  color: #266619;
}
.order-new .order-points-adder-link:hover .order-points-adder-link-text,
.order-new .order-points-intercity-adder-link:hover .order-points-adder-link-text {
  color: #266619;
}
@media (max-width: 580px) {
  .order-new .order-points-adder-link--intercity,
  .order-new .order-points-intercity-adder-link--intercity {
    padding: 8px 20px 10px 8px;
  }
}
.order-new .order-points-intercity-adder-link {
  margin-left: 12px;
}
@media (max-width: 580px) {
  .order-new .order-points-intercity-adder-link {
    padding: 8px 20px 10px 8px;
    margin-top: 20px;
    margin-left: 0;
  }
}
.order-new .order-points-adder-link-plus {
  line-height: 1;
  color: #266619;
  text-decoration: none;
  border: none;
  margin-right: 8px;
  color: #ffffff;
  font-size: 20px;
  transition: all 0.125s ease-in;
}
.order-new .order-points-adder-link-plus:hover {
  color: #266619;
}
.order-new .order-points-adder-link-plus:hover {
  color: #ffffff;
  text-decoration: none;
  border: none;
}
.order-new .order-points-adder-link-text {
  color: #266619;
  color: #ffffff;
  font-size: 15px;
  line-height: normal;
  font-weight: normal;
  text-decoration: none;
  border: none;
  transition: all 0.125s ease-in;
}
.order-new .order-points-adder-link-text:hover {
  color: #266619;
}
@media (max-width: 420px) {
  .order-new .order-points-adder-link-text {
    font-size: 13px;
  }
}
.order-new .order-points-adder-link-text:hover {
  color: #ffffff;
  text-decoration: none;
  border: none;
}
.order-new .slider {
  border-radius: 4px;
}
@media (max-width: 768px) {
  .order-new .slider--mob-column {
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    border-right: none;
  }
}
@media (max-width: 768px) {
  .order-new .common-subtypes {
    width: 100%;
  }
}
.order-new .slider-section {
  font-size: 15px;
  background: #e4d9cd;
}
@media (max-width: 768px) {
  .order-new .slider-section {
    margin-right: 0;
    min-height: 40px;
  }
}
@media (max-width: 420px) {
  .order-new .slider-section {
    font-size: 13px;
  }
}
.order-new .slider-section-label {
  color: #266619;
  border-bottom: 1px dotted #266619;
}
@media (max-width: 768px) {
  .order-new .slider-section-label {
    padding: 0;
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .order-new .slider-section-label {
    font-size: 13px;
  }
}
.order-new .slider-section-input:checked + .slider-section {
  color: #333c4e;
  background: #ffffff;
  border-radius: 3px;
}
.order-new .input-group {
  border: none;
}
.order-new .input-group-prefix,
.order-new .input-group-postfix {
  padding: 8px 12px;
  color: #697982;
  background: #ffffff;
  font-size: 15px;
}
.order-new .input-group-input {
  padding: 6px 12px;
}
.order-new .notification-target--required .notification-target-input,
.order-new .notification-target--required .notification-target-inputs {
  border: 1px solid #ffc667;
  box-shadow: 0 0 6px 0 #fff3e0;
}
.order-new .notification-target--state-invalid .input-group {
  border-color: #cc6666;
}
.order-new .notification-target-msgs > .msgs-item--state-visible {
  padding: 4px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
}
.order-new .notification-target--state-valid.notification-target--required .input-group {
  border-color: #4bc04e;
}
.order-new .notification-target--state-valid.notification-target--required .notification-target-input {
  border-color: #4bc04e;
}
.order-new .notification-target--state-invalid::after,
.order-new .notification-target--state-valid.notification-target--required::after {
  padding: 12px 8px 10px 4px;
  right: 1px;
  top: 1px;
  font-size: 12px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .order-new .notification-target--state-invalid::after,
  .order-new .notification-target--state-valid.notification-target--required::after {
    display: none;
  }
}
.order-new .double-select.notification-target--required .html-select-header,
.order-new .double-select.notification-target--state-valid .html-select-header,
.order-new .double-select.notification-target--state-invalid .html-select-header {
  border: 0;
}
.order-new .double-select.notification-target--required {
  border-color: #ffc667;
  box-shadow: none;
}
.order-new .double-select.notification-target--state-valid {
  border-color: #4bc04e;
  box-shadow: none;
}
.order-new .double-select.notification-target--state-invalid {
  border-color: #cc6666;
  box-shadow: none;
}
.order-new .notification-target--state-invalid .notification-target-input {
  border-color: #cc6666;
  box-shadow: none;
}
.order-new .notification-target--state-valid.notification-target--required .point-address-recent-addresses:before {
  font-size: 12px;
  top: calc(50% - 5px);
}
@media (max-width: 768px) {
  .order-new .notification-target--state-valid.notification-target--required .point-address-recent-addresses:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .order-new .point-address-recent-addresses > .html-select-header {
    padding: 10px 16px 9px 5px;
  }
}
@media (min-width: 1120px) {
  .order-new .point-address-input {
    padding-right: 26px !important;
  }
}
.order-new .vehicle-type-tab {
  max-width: 100%;
}
@media (max-width: 768px) {
  .order-new .vehicle-type-tab {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .order-new .vehicle-type-tab .slider-section {
    padding: 6px 4px 2px;
    flex-grow: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 768px) and (max-width: 420px) {
  .order-new .vehicle-type-tab .slider-section {
    padding: 9px 4px 2px;
  }
}
@media (max-width: 768px) {
  .order-new .vehicle-type-tab .slider-section:last-child {
    margin: 0;
  }
}
.order-new .truck-types {
  display: flex;
  padding-bottom: 16px;
  overflow-x: scroll;
}
@media (max-width: 768px) {
  .order-new .truck-types {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}
.order-new .truck-types::-webkit-scrollbar {
  display: none;
}
.order-new .truck-types input:checked + .truck-type {
  border-color: #266619 !important;
}
.order-new .truck-types .truck-type {
  margin-right: 12px;
  padding: 16px 12px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  min-width: 185px;
  max-width: 185px;
  height: 72px;
  border-radius: 3px;
  border: 1px solid #f2f2f2;
  background: #ffffff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .order-new .truck-types .truck-type {
    min-height: 70px;
  }
}
@media (max-width: 580px) {
  .order-new .truck-types .truck-type {
    zoom: 1;
  }
}
.order-new .truck-types .truck-type:last-child {
  margin-right: 12px;
}
.order-new .truck-types .truck-type__description {
  width: calc(100% - 56px);
}
.order-new .truck-types .truck-type__description span,
.order-new .truck-types .truck-type__description p {
  color: #333c4e;
  font-size: 13px;
  line-height: normal;
  font-weight: normal;
}
.order-new .truck-types .truck-type-icon {
  min-height: inherit;
  height: 28px;
  width: 44px;
}
.order-new .truck-types .truck-type-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.order-new .truck-types input:checked + .truck-type,
.order-new .truck-types .truck-type:hover {
  background: #ffffff;
  border-color: #333c4e;
}
.order-new .order-description {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .order-new .order-weight {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .order-new .order-points {
    padding: 0;
  }
}
.order-new .order-footer {
  padding-bottom: 46px;
  background-image: linear-gradient(to bottom, #f0e8df, #e4d9cd);
}
.order-new .order-costs-placehold-wrap,
.order-new .order-submission-block,
.order-new .order-phone-confirm {
  position: relative;
  z-index: 2;
}
.order-new .order-row-block {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .order-new .order-row--weight > .order-row-block {
    display: block;
  }
}
.order-new .order-costs {
  padding: 42px 0 4px;
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: normal;
  color: #333c4e;
}
@media (max-width: 768px) {
  .order-new .order-costs {
    padding: 32px 0 0;
    font-size: 26px;
  }
}
.order-new .order-costs-spinner {
  width: 20px;
  height: 20px;
}
.order-new .order-sms-notice {
  padding: 0;
  margin-top: 14px;
  color: #697982;
  font-size: 14px;
  line-height: 1.43;
  font-weight: normal;
}
@media (max-width: 420px) {
  .order-new .order-sms-notice {
    font-size: 13px;
  }
}
.order-new .order-submission {
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}
.order-new .order-submission-block {
  padding-top: 22px;
  display: flex;
  flex-direction: column;
}
.order-new .btn--order-submit {
  margin-right: 16px;
  padding: 13px 22px 15px;
  font-size: 23px;
}
@media (max-width: 768px) {
  .order-new .btn--order-submit {
    padding: 11px 28px 13px;
    font-size: 18px;
  }
}
.order-new .order-costs {
  color: #333c4e;
}
.order-new .order-costs-placehold-wrap {
  height: inherit;
  padding-top: 42px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .order-new .order-costs-placehold-wrap {
    padding-top: 32px;
  }
}
.order-new .order-submission-draft {
  margin-top: initial;
  width: 60px;
  height: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .order-new .order-submission-draft {
    width: 48px;
    height: 48px;
  }
}
.order-new .order-submission-draft .tooltip__layer {
  top: -22px;
  left: -123px;
  width: 260px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .order-new .order-submission-draft .tooltip__layer {
    left: -235px;
  }
}
.order-new .order-submission-draft .tooltip__layer:before,
.order-new .order-submission-draft .tooltip__layer:after {
  left: 140px;
}
@media (max-width: 768px) {
  .order-new .order-submission-draft .tooltip__layer:before,
  .order-new .order-submission-draft .tooltip__layer:after {
    left: 243px;
  }
}
.order-new .order-submission-draft-trigger.action-link {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  opacity: 1;
  transition: all 0.125s ease-in;
  text-decoration: none;
  border-bottom: none;
  color: transparent;
}
@media (max-width: 768px) {
  .order-new .order-submission-draft-trigger.action-link {
    width: 48px;
    height: 48px;
  }
}
.order-new .order-submission-draft-trigger.action-link:after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: #faeee1 url('/img/icon/save.svg') no-repeat center;
  border-radius: 3px;
  top: 0;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 768px) {
  .order-new .order-submission-draft-trigger.action-link:after {
    width: 48px;
    height: 48px;
  }
}
.order-new .order-submission-draft-trigger.action-link:hover {
  opacity: .8;
}
.order-new .point-decor-number {
  margin-right: 16px;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .order-new .point-decor-number {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}
.order-new .point-decor-number:after {
  border-width: 1px;
  font-weight: normal;
}
.order-new .point-decor {
  flex-direction: row-reverse;
  margin-top: 0;
}
@media (max-width: 768px) {
  .order-new .point {
    background: #f3ede4;
  }
}
@media (max-width: 885px) {
  .order-new .point .point-decor {
    background: #f3ede4;
    display: flex;
    padding-bottom: 0;
  }
}
.order-new .point--enabled:last-child .point-address-link-first {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 885px) {
  .order-new .point .point-decor-number {
    margin-right: 8px;
  }
}
@media (max-width: 885px) {
  .order-new .point .point-decor-number:after {
    margin-right: 0;
    font-size: 14px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 885px) {
  .order-new .point .point-decor-direction-caption {
    margin-right: 0;
  }
}
@media (max-width: 885px) {
  .order-new .point .point-decor {
    display: none;
    padding: 12px 20px 0;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .order-new .point .point-decor {
    display: flex;
    padding: 6px 8px 3px;
  }
}
.order-new .point-decor-trajectory {
  width: 1px;
  top: 30px;
  bottom: -25px;
  left: 129px;
  background: none;
  border-right: 2px dotted #ebac47;
}
.order-new .point-decor-direction-caption {
  margin: 0 6px 0 0;
  font-size: 16px;
  line-height: normal;
  color: #333c4e;
}
.order-new .order-matter {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .order-new .order-matter {
    margin-top: 24px;
  }
}
.order-new .order-matter-input {
  padding: 4px 12px;
  min-height: 40px;
}
@media (max-width: 420px) {
  .order-new .order-matter-input {
    font-size: 13px;
  }
}
.order-new .order-matter-trigger {
  margin: 0 20px 0 0;
  font-size: 15px;
  border-bottom: 1px dotted #266619;
}
@media (max-width: 768px) {
  .order-new .order-matter-trigger {
    display: inherit;
  }
}
.order-new .order-matter-trigger:hover {
  border-color: transparent;
}
.order-new .order-insurance {
  position: relative;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .order-new .order-insurance {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.order-new .order-insurance__wrapper {
  align-items: flex-start;
}
.order-new .order-insurance__question {
  margin: 10px 0 0 12px;
}
@media (max-width: 580px) {
  .order-new .order-insurance .tooltip__layer {
    left: -220px;
  }
}
.order-new .order-insurance .tooltip__layer:before,
.order-new .order-insurance .tooltip__layer:after {
  left: 150px;
}
@media (max-width: 580px) {
  .order-new .order-insurance .tooltip__layer:before,
  .order-new .order-insurance .tooltip__layer:after {
    left: 220px;
  }
}
.order-new .order-insurance .order-row-block__dirrow {
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .order-new .order-insurance .order-row-block__dirrow {
    flex-direction: column;
  }
}
.order-new .order-insurance .order-insurance-amount {
  border: none;
  box-shadow: none;
}
@media (max-width: 420px) {
  .order-new .order-insurance .order-insurance-amount {
    font-size: 13px;
  }
}
.order-new .order-insurance .input-group-postfix {
  font-size: 13px;
}
.order-new .order-insurance .order-insurance-init {
  max-width: 172px;
  width: 172px;
}
@media (max-width: 768px) {
  .order-new .order-insurance .order-insurance-init {
    max-width: 248px;
    width: 248px;
  }
}
.order-new .order-insurance .order-insurance-receipt-link,
.order-new .order-insurance .order-insurance-conditions {
  padding: 0;
  margin: 7px 0 0 12px;
  color: #697982;
}
@media (max-width: 768px) {
  .order-new .order-insurance .order-insurance-receipt-link,
  .order-new .order-insurance .order-insurance-conditions {
    margin: 8px 0 0 0;
    font-size: 13px;
    line-height: 1.15;
  }
}
.order-new .pseudo-checkbox {
  margin-bottom: 16px;
}
.order-new .pseudo-checkbox:last-child {
  margin-bottom: 10px;
}
.order-new .pseudo-checkbox__check-group {
  width: inherit;
}
.order-new .pseudo-checkbox__icon {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
.order-new .pseudo-checkbox__icon--unchecked {
  border: 1px solid #bbc1d2;
}
.order-new .pseudo-checkbox__icon--checked {
  font-size: 14px;
}
.order-new .pseudo-checkbox__label--input_group {
  align-items: flex-start;
}
.order-new .pseudo-checkbox__label-text {
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  font-weight: normal;
  color: #333c4e;
  vertical-align: middle;
}
@media (max-width: 420px) {
  .order-new .pseudo-checkbox__label-text {
    font-size: 13px;
  }
}
.order-new .pseudo-checkbox__input:checked + .pseudo-checkbox__icon--unchecked {
  background: #266619;
  border-color: #266619;
}
.order-new .pseudo-checkbox__input:checked + .pseudo-checkbox__icon--unchecked + .pseudo-checkbox__icon--checked {
  color: #ffffff;
}
.order-new .loading-block {
  padding: 4px 0 0;
}
.order-new .loading-block--active {
  padding: 4px 0 0;
}
.order-new .loading-block .loading-additional-params {
  padding: 0 0 0 28px;
}
.order-new .loading-block .loading-additional-params .loaders-count {
  width: initial;
  margin: 12px 0;
  background: transparent;
}
.order-new .loading-block .loading-additional-params .loaders-count .input-group-input {
  padding: 6px 12px;
  width: 46px;
  height: 36px;
  border: 1px solid #bbc1d2;
  border-radius: 3px;
  background-color: #ffffff;
}
.order-new .loading-block .loading-additional-params .loaders-count .input-group-postfix {
  padding: 6px 12px;
  background: transparent;
  color: #333c4e;
  text-align: center;
}
.order-new .loading-block .loading-additional-params__radio:not(checked) + label {
  padding: 0 0 0 28px;
  margin-bottom: 10px;
}
.order-new .loading-block .loading-additional-params__radio:not(checked) + label:before {
  top: 4px;
  width: 16px;
  height: 16px;
  border-color: #bbc1d2;
  box-shadow: 0 1px 2px 0 rgba(187, 193, 210, 0.5);
}
.order-new .loading-block .loading-additional-params__radio:not(checked) + label:after {
  top: 8px;
  width: 10px;
  height: 10px;
  background: #266619;
  box-shadow: none;
}
.order-new .promo-code {
  width: inherit;
}
.order-new .promo-code__have-code {
  border-width: 1px;
}
.order-new .promo-code__input-stage {
  justify-content: start;
}
.order-new .promo-code__input {
  padding: 4px 12px;
  width: 172px;
  min-height: 40px;
  font-size: 15px !important;
}
@media (max-width: 768px) {
  .order-new .promo-code__input {
    width: 150px;
  }
}
@media (max-width: 420px) {
  .order-new .promo-code__input {
    font-size: 13px !important;
  }
}
.order-new .promo-code__submit-btn {
  padding: 4px 12px;
  margin-left: 12px;
  width: 148px;
  min-height: 40px;
  background: #266619;
  border: 1px solid #266619;
  box-shadow: none;
}
@media (max-width: 768px) {
  .order-new .promo-code__submit-btn {
    width: initial;
  }
}
@media (max-width: 420px) {
  .order-new .promo-code__submit-btn {
    font-size: 13px;
  }
}
.order-new .point-fields {
  padding: 8px 0;
  border-radius: 3px;
  background: #f3ede4;
  box-shadow: 0 2px 4px 0 #cabdb2;
}
@media (max-width: 768px) {
  .order-new .point-fields {
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .order-new .point-fields {
    padding: 2px 0;
  }
}
@media (max-width: 768px) {
  .order-new .point-fields input,
  .order-new .point-fields textarea {
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  .order-new .point-fields input,
  .order-new .point-fields textarea {
    font-size: 13px;
  }
}
@media (max-width: 885px) {
  .order-new .point-fields {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
@media (max-width: 768px) {
  .order-new .point-fields {
    font-size: 15px;
  }
}
.order-new .point-fields__header {
  padding: 0 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
@media (max-width: 768px) {
  .order-new .point-fields__header {
    padding: 0 8px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
.order-new .point-fields__tab-btn {
  padding: 12px 0 8px 0;
  border-width: 4px;
  font-size: 15px;
  line-height: normal;
  color: #266619;
}
@media (max-width: 768px) {
  .order-new .point-fields__tab-btn {
    padding: 8px 0 6px;
    font-size: 13px;
  }
}
.order-new .point-fields__tab {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .order-new .point-fields__tab {
    margin-right: 24px;
  }
}
.order-new .point-fields__tab:last-child {
  margin-right: 0;
}
.order-new .point-fields__tab--active .point-fields__tab-btn {
  border-color: #ffc667;
  color: #333c4e;
}
.order-new .point-fields__item {
  padding: 8px 0;
}
@media (max-width: 768px) {
  .order-new .point-fields__item {
    padding: 2px 0;
  }
}
.order-new .point-fields-row {
  padding: 8px 20px;
}
@media (max-width: 768px) {
  .order-new .point-fields-row {
    padding: 6px 8px;
  }
}
.order-new .point-address-map-btn-label {
  display: none;
}
.order-new .point-address-map-btn-img {
  width: 100%;
  height: 100%;
}
.order-new .point-note--old {
  padding: 8px 12px;
  border: 1px solid #bbc1d2;
  font-size: 15px;
  line-height: 1.47;
  font-weight: normal;
  min-height: 68px;
}
.order-new .point-phone {
  width: 160px;
}
@media (max-width: 768px) {
  .order-new .point-phone {
    margin-bottom: 12px;
    width: 100%;
  }
}
.order-new .point-ecommerce-detail {
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-new .point-ecommerce-detail__btn {
  font-size: 15px;
  line-height: normal;
  font-weight: normal;
  color: #266619;
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-new .point-ecommerce-detail__btn:hover {
  opacity: .8;
}
.order-new .point-ecommerce-detail__btn--show:after {
  margin-left: 0;
}
.order-new .point-ecommerce-detail__btn--hide:after {
  margin-left: 0;
  margin-bottom: 4px;
  vertical-align: middle;
}
@media (max-width: 420px) {
  .order-new .point-ecommerce-detail__title-mobile {
    font-size: 13px;
  }
}
.order-new .point-time-from,
.order-new .point-time-to {
  width: 112px;
  vertical-align: inherit;
}
@media (max-width: 768px) {
  .order-new .point-time-group {
    flex: none;
    width: 100%;
  }
}
.order-new .point-time-group-item {
  margin: 0;
  vertical-align: top;
}
@media (max-width: 768px) {
  .order-new .point-time-group-item {
    display: block;
    max-width: inherit;
    font-size: 12px;
  }
}
.order-new .point-time-group-item--date {
  margin: 0;
}
@media (max-width: 768px) {
  .order-new .point-time-group-item--date {
    display: inline-block;
    width: 30% !important;
  }
}
.order-new .point-time-group-item--date .html-select {
  min-width: inherit;
}
.order-new .point-time-group-item--date .double-select {
  max-width: 110px;
}
@media (max-width: 768px) {
  .order-new .point-time-group-item--date .double-select {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .order-new .point-time-group-item--time-from {
    width: 33% !important;
  }
}
.order-new .point-time-group-item--time-from .double-select {
  max-width: 110px;
}
@media (max-width: 768px) {
  .order-new .point-time-group-item--time-from .double-select {
    width: 100% !important;
    max-width: 100%;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .order-new .point-time-group-item--time-to {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .order-new .point-time-group-item--time-to {
    width: 33% !important;
  }
}
.order-new .point-time-group-item--time-to .double-select {
  max-width: 110px;
}
@media (max-width: 768px) {
  .order-new .point-time-group-item--time-to .double-select {
    width: 100% !important;
    max-width: 100%;
    display: inline-block;
  }
}
.order-new .point-time-group-item > .double-select > .html-select {
  width: 100%;
  min-width: 108px;
}
@media (max-width: 768px) {
  .order-new .point-time-group-item > .double-select > .html-select {
    min-width: inherit;
  }
}
.order-new .point-time-group-item-label {
  margin: 0;
  padding: 0 4px;
  line-height: 40px;
}
@media (max-width: 768px) {
  .order-new .point-time-group-item-label {
    display: block;
    width: initial;
    padding: 0 8px;
  }
}
.order-new .point-time-group-item-label + .double-select {
  margin-top: 0;
}
.order-new .html-select-header {
  padding: 9px 22px 8px 12px;
  border-radius: 3px;
  border: 1px solid #e4d9cd;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .order-new .html-select-header {
    border: none;
  }
}
.order-new .html-select-header:after {
  top: 15px;
  right: 8px;
  font-size: 10px;
}
@media (max-width: 768px) {
  .order-new .html-select-header:after {
    display: none;
  }
}
.order-new .html-select-options {
  padding: 0;
}
@media (max-width: 420px) {
  .order-new .html-select-options {
    font-size: 13px;
  }
}
.order-new .point-contact-person {
  margin-right: 16px;
  border: 1px solid #e4d9cd;
  min-height: 40px;
  width: calc(27% - 16px);
}
@media (max-width: 768px) {
  .order-new .point-contact-person {
    margin-bottom: 12px;
    width: calc(50% - 16px);
  }
}
@media (max-width: 680px) {
  .order-new .point-contact-person {
    margin-bottom: 0;
  }
}
.order-new .point-client-order-id {
  margin-right: 16px;
  border: 1px solid #e4d9cd;
  min-height: 40px;
  width: calc(26% - 16px);
}
@media (max-width: 768px) {
  .order-new .point-client-order-id {
    margin-right: 0;
    margin-bottom: 12px;
    width: 50%;
  }
}
@media (max-width: 680px) {
  .order-new .point-client-order-id {
    margin-bottom: 0;
  }
}
.order-new .point-courier-action {
  margin-right: 16px;
  width: calc(32% - 16px) !important;
}
@media (max-width: 768px) {
  .order-new .point-courier-action {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 16px);
  }
}
@media (max-width: 420px) {
  .order-new .point-courier-action {
    flex-basis: 100%;
  }
}
.order-new .point-revenue {
  border: 1px solid #e4d9cd;
  border-radius: 3px;
  margin-left: auto;
  width: calc(17% - 16px) !important;
}
@media (max-width: 768px) {
  .order-new .point-revenue {
    vertical-align: top;
    width: calc(50% - 4px) !important;
  }
}
@media (max-width: 680px) {
  .order-new .point-revenue {
    flex-basis: 100% !important;
    width: 100% !important;
  }
}
.order-new .point-revenue .input-group-postfix {
  padding: 8px 12px 8px 0;
  font-size: 13px;
}
.order-new .point-fields-row-postfix {
  padding: 15px 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .order-new .point-fields-row-postfix {
    position: absolute;
    top: 5px;
    right: 12px;
    padding: 10px 0;
  }
}
.order-new .point-fields-row-postfix.point-delete-btn {
  right: -28px;
  top: -20px;
}
@media (max-width: 1120px) {
  .order-new .point-fields-row-postfix.point-delete-btn {
    right: 4px;
    top: -20px;
  }
}
@media (max-width: 885px) {
  .order-new .point-fields-row-postfix.point-delete-btn {
    top: -12px;
  }
}
@media (max-width: 768px) {
  .order-new .point-fields-row-postfix.point-delete-btn {
    right: 10px;
    top: 3px;
  }
}
@media (max-width: 768px) {
  .order-new .order-costs-components-wrap {
    margin-top: 2px;
    transform: scale(1);
  }
}
@media (max-width: 580px) {
  .order-new .order-costs-components-wrap .tooltip__layer {
    left: -135px;
  }
}
@media (max-width: 580px) {
  .order-new .order-costs-components-wrap .tooltip__layer:before,
  .order-new .order-costs-components-wrap .tooltip__layer:after {
    left: 135px;
  }
}
.order-new .order-info-components:before,
.order-new .order-info-components:after {
  left: 140px;
}
@media (max-width: 580px) {
  .order-new .order-info-components:before,
  .order-new .order-info-components:after {
    left: 190px;
  }
}
.order-new .order-costs-component {
  margin-bottom: 8px;
  justify-content: space-between;
  font-size: 15px;
}
@media (max-width: 420px) {
  .order-new .order-costs-component {
    font-size: 13px;
  }
}
.order-new .order-costs-components {
  left: -162px;
  z-index: 1;
}
.order-new .order-costs-components:before,
.order-new .order-costs-components:after {
  left: 162px;
}
.order-new .tooltip__layer {
  top: -20px;
  padding: 16px 20px 20px;
  width: 320px;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: 0 1px 5px 0 rgba(80, 89, 100, 0.24);
}
@media (max-width: 768px) {
  .order-new .tooltip__layer {
    width: 260px;
    font-size: 13px;
  }
}
.order-new .tooltip__layer:before {
  border-width: 17px 12px 0px 12px;
  border-top-color: #e7e8e9;
}
.order-new .tooltip__layer:after {
  border-width: 18px 11px 0px 11px;
}
.order-new .destination-city__title {
  margin-bottom: 4px;
  color: #333c4e;
  font-size: 15px;
}
@media (max-width: 420px) {
  .order-new .destination-city__title {
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  .order-new .destination-city__autocomplete-item {
    padding: 8px;
    font-size: 13px;
  }
}
.order-new .recipient {
  padding: 0 12px;
}
@media (max-width: 768px) {
  .order-new .recipient {
    padding: 0;
  }
}
.order-new .recipient input {
  min-height: 40px;
  border-color: #e4d9cd;
}
.order-new .recipient__title {
  color: #333c4e;
}
@media (max-width: 420px) {
  .order-new .recipient__title {
    font-size: 13px;
  }
}
.order-new .recipient__column {
  flex-basis: 50%;
  width: 50%;
}
@media (max-width: 768px) {
  .order-new .recipient__column {
    width: 100%;
  }
}
.order-new .recipient__column:first-child .point-fields-row {
  padding-right: 8px;
}
.order-new .recipient__column:last-child .point-fields-row {
  padding-left: 8px;
}
.order-new .recipient__address-detail-item {
  width: calc(50% - 8px) !important;
}
@media (max-width: 768px) {
  .order-new .recipient__address-detail-item {
    width: calc(50% - 6px) !important;
  }
}
.order-new .recipient .point-fields-row {
  padding: 8px;
}
@media (max-width: 768px) {
  .order-new .recipient .point-fields-row {
    padding: 6px 8px;
  }
}
.order-new .recipient .point-phone {
  margin-bottom: 0;
  width: 100%;
}
.order-new .recipient__window > .point-fields-row {
  padding-bottom: 0;
}
.order-new .recipient .point-client-order-id {
  width: calc(50% - 8px);
}
@media (max-width: 768px) {
  .order-new .recipient .point-client-order-id {
    margin: 0;
    width: 100%;
  }
}
.order-new .recipient .addition-courier-action {
  width: calc(50% - 8px);
}
@media (max-width: 768px) {
  .order-new .recipient .addition-courier-action {
    margin: 12px 0 0;
    width: 100%;
  }
}
.order-new .point-goods-list {
  position: relative;
  padding: 5px 0;
  background: transparent;
}
.order-new .point-goods-list__title {
  padding: 0 0 2px 0;
  color: #333c4e;
}
@media (max-width: 420px) {
  .order-new .point-goods-list__title {
    font-size: 13px;
  }
}
.order-new .point-goods-list__adder {
  text-align: left;
}
.order-new .point-goods-list__total {
  padding-right: 28px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 9px;
  color: #333c4e;
}
@media (max-width: 768px) {
  .order-new .point-goods-list__total {
    padding-right: 8px;
  }
}
.order-new .point-goods-list__total:before {
  content: 'Итого:';
  display: block;
  margin-right: 4px;
}
@media (max-width: 768px) {
  .order-new .point-goods-list__total:before {
    content: '';
    margin-right: 0;
  }
}
.order-new .point-goods-list__adder-link {
  display: inline-flex;
  padding: 4px 20px 4px 8px;
  background: #266619;
  border-radius: 3px;
  border: 1px solid #266619;
  font-size: 14px;
  transition: all 0.125s ease-in;
  color: #ffffff;
  text-decoration: none;
}
.order-new .point-goods-list__adder-link:before {
  content: '+';
  display: block;
  margin-right: 4px;
}
.order-new .point-goods-list__adder-link:hover {
  background: transparent;
  color: #266619;
  text-decoration: navajowhite;
}
.order-new .point-goods-list__footer {
  margin-top: 12px;
}
.order-new .point-goods-item {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .order-new .point-goods-item {
    padding: 17px 8px 9px;
    background: #ffffff;
    border-radius: 3px;
  }
}
.order-new .point-goods-item__code {
  margin-right: 16px;
  width: calc(14% - 16px);
}
@media (max-width: 768px) {
  .order-new .point-goods-item__code {
    width: 100%;
    margin-right: 0;
    order: 1;
  }
}
.order-new .point-goods-item__description {
  margin-right: 16px;
  width: calc(37% - 16px);
}
@media (max-width: 768px) {
  .order-new .point-goods-item__description {
    margin: 5px 0;
    width: 100%;
    order: 2;
  }
}
.order-new .point-goods-item__amount {
  width: 12%;
}
@media (max-width: 768px) {
  .order-new .point-goods-item__amount {
    width: calc(33% - 12px);
  }
}
.order-new .point-goods-item__multi {
  position: relative;
  width: 4%;
}
@media (max-width: 768px) {
  .order-new .point-goods-item__multi {
    display: none;
  }
}
.order-new .point-goods-item__multi:after {
  content: '+';
  display: block;
  transform: rotate(45deg);
  font-size: 18px;
  color: #333c4e;
  position: absolute;
  top: -14px;
  right: 10px;
}
.order-new .point-goods-item__price {
  width: 13%;
}
@media (max-width: 768px) {
  .order-new .point-goods-item__price {
    width: calc(33% - 12px);
  }
}
.order-new .point-goods-item__equal {
  width: 3%;
  color: #333c4e;
  text-align: center;
}
@media (max-width: 768px) {
  .order-new .point-goods-item__equal {
    display: none;
  }
}
.order-new .point-goods-item__total {
  width: 13%;
  color: #333c4e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .order-new .point-goods-item__total {
    width: 34%;
  }
}
.order-new .point-goods-item__remove {
  width: 4%;
  color: #697982;
  text-align: right;
}
@media (max-width: 768px) {
  .order-new .point-goods-item__remove {
    position: absolute;
    top: 2px;
    right: 4px;
    font-size: 11px;
  }
}
.order-new .point-addition__switchers {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-new .point-addition__contacts {
  margin-bottom: 4px;
}
.order-new .double-select {
  width: inherit;
  max-width: 100%;
}
@media (max-width: 768px) {
  .order-new .double-select {
    margin-top: 40px;
    border: 1px solid #e4d9cd;
  }
  .order-new .double-select:after {
    content: '';
    display: block;
    position: absolute;
    top: 19px !important;
    right: 4px !important;
    border: 4px solid transparent;
    border-top: 4px solid #697982;
  }
}
@media (max-width: 768px) {
  .order-new .double-select.notification-target--state-invalid::after,
  .order-new .double-select.notification-target--state-valid.notification-target--required::after {
    display: none;
  }
}
.order-new .double-select-select {
  background: #ffffff;
  -webkit-appearance: none;
}
@media (max-width: 768px) {
  .order-new .double-select-select {
    padding: 4px 14px 4px 12px;
    min-height: 40px;
  }
}
@media (max-width: 420px) {
  .order-new .double-select-select {
    font-size: 13px;
  }
}
.order-new .order-backpayment-summary-info {
  margin-bottom: 16px;
  padding: 0;
}
@media (max-width: 420px) {
  .order-new .order-backpayment-summary-info {
    font-size: 13px;
  }
}
.order-new .order-backpayment-details {
  padding: 8px 12px;
  border-color: #e4d9cd;
}
.order-new .o-bs-row-label {
  min-width: 205px;
}
.order-new .order-costs-float-wrap--floating > .order-costs-floater > .order-costs {
  padding: 8px 16px !important;
  background-image: linear-gradient(to bottom, #f0e8df, #e4d9cd);
  left: 50px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.order-new .order-costs-components-wrap {
  margin-left: 8px;
}
.order-new .recent-addresses .html-select-header {
  border: none;
}
@media (max-width: 420px) {
  .order-new .recent-addresses .html-select-header {
    font-size: 13px !important;
  }
}
.order-new .point-ecommerce-fields .html-select-header {
  height: inherit;
}
.order-new .point-ecommerce-fields .point-fields-row > .notification-target,
.order-new .point-ecommerce-fields .point-fields-row > .point-revenue,
.order-new .point-ecommerce-fields .point-fields-row > input {
  font-size: 15px;
}
@media (max-width: 420px) {
  .order-new .point-ecommerce-fields .point-fields-row > .notification-target,
  .order-new .point-ecommerce-fields .point-fields-row > .point-revenue,
  .order-new .point-ecommerce-fields .point-fields-row > input {
    font-size: 13px;
  }
}
.order-new .icon-ok:before,
.order-new .icon-check:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: transparent url("/img/icon/checkmark.svg") no-repeat center center;
  background-size: contain;
}
.order-new .order-costs-component-price {
  margin-right: 0;
}
.order-new .order-costs-components-wrap .icon {
  margin-top: 2px;
}
.order-new .order-costs-component-label {
  width: 210px;
}
.order-new .order-phone-confirm {
  border-width: 1px;
  margin-top: 16px;
  padding: 16px !important;
}
.order-new .order-phone-confirm-code-field,
.order-new .order-phone-confirm-phone {
  width: 100%;
  max-width: 205px;
}
.order-new .order-phone-confirm-info {
  margin: 16px 0;
  max-width: 370px;
}
.order-new .order-phone-confirm-phone-input {
  padding-left: 0;
}
.order-new .order-phone-confirm-finalizers {
  min-height: inherit;
}
.order-new .order-phone-confirm-code-input {
  width: 60px;
}
.order-new .order-phone-confirm-resend-btn {
  font-size: 12px;
}
.order-new .input-group-postfix {
  padding: 8px 6px;
}
@media (max-width: 768px) {
  .order-new .delivery-calculator__item--length:after,
  .order-new .delivery-calculator__item--width:after {
    right: -16px;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .order-new .delivery-calculator__item .line-label {
    line-height: 34px;
  }
}
@media (max-width: 420px) {
  .order-new .delivery-calculator__item .line-label {
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  .order-new .delivery-calculator__title {
    font-size: 13px;
  }
}
.order-new .order-matter-triggers {
  flex-flow: row nowrap;
  overflow-x: scroll;
}
.order-new .order-matter-triggers::-webkit-scrollbar {
  display: none;
}
.order-new .order-submission-notice {
  margin: 20px 0 0;
}
@media (max-width: 768px) {
  .order-new .address-apartment {
    flex-basis: auto;
  }
}
.order-new .address-apartment__label {
  line-height: 1.2em;
}
.order-new .address-apartment__input {
  flex-basis: 150px;
}
.form-error {
  color: white;
  font-size: 12px;
  line-height: 14px;
  border-radius: 3px;
  padding: 4px 8px;
  background: #cc6666;
  border-color: #cc6666;
}
.form-errors-item--cannot_be_past {
  background: #ffbd38;
}
.loading-block {
  transition: all .3s;
}
.loading-block--active {
  background-color: #eef6ea;
  padding: 5px 0;
  border-radius: 5px;
}
@media (max-width: 680px) {
  .loading-block--active {
    width: 100%;
  }
}
.order {
  padding: 0;
  font-size: 13px;
}
.order input,
.order textarea {
  font-size: 13px;
  background-color: #ffffff;
}
.order--promo-order2 h1 {
  margin: 0;
}
.order--promo-order2 .order-description {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 885px) {
  .order--promo-order2 .order-description {
    margin-top: 75px;
  }
}
.order--promo-order2 .order-description .order-row {
  margin-top: 10px;
}
.order--promo-order2 .order-row--hints {
  display: none;
}
.order-forms-container {
  padding-bottom: 0;
  position: relative;
}
.order-forms-container-switcher {
  z-index: 1;
  position: absolute;
  top: 60px;
  right: 24px;
}
@media (max-width: 885px) {
  .order-forms-container-switcher {
    top: 120px;
    left: 16px;
    right: 16px;
  }
  .order-forms-container-switcher > .slider-section {
    flex: 1 1 auto;
    padding: .4em .1em;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .order-forms-container-switcher {
    top: 110px;
    left: 8px;
    right: 8px;
    font-size: .85em;
  }
}
.order-header {
  justify-content: space-between;
  align-items: center;
}
.order-hints {
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
}
@media (max-width: 885px) {
  .order-hints {
    display: none;
  }
}
.order-hints-item {
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
.order-hints-item--address {
  left: 125px;
}
@media (max-width: 580px) {
  .order-hints-item--address {
    left: 40px;
  }
}
.order-hints-item--address > .order-hints-item-image {
  left: -70px;
  top: 10px;
}
@media (max-width: 580px) {
  .order-hints-item--address > .order-hints-item-image {
    left: 50px;
    top: 32px;
  }
}
.order-hints-item--details {
  right: 20px;
  top: 10px;
}
.order-hints-item--details > .order-hints-item-image {
  right: -39px;
  top: 20px;
  transform: scaleX(-1) rotate(314deg);
}
.order-hints-item-image {
  background: url('/img/order-point-hint-arrow.png');
  width: 60px;
  height: 70px;
  position: absolute;
  z-index: 1;
}
.order-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 24px 0 164px;
  margin-top: 16px;
}
@media (max-width: 885px) {
  .order-row {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 680px) {
  .order-row {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 885px) {
  .order-row--header {
    margin: 0;
  }
}
@media (max-width: 885px) {
  .order-row--header .order-title {
    margin: 0;
  }
}
.order-row--weight .order-row-block,
.order-row--vehicle .order-row-block {
  padding: 0 32px 0 7px;
}
@media (max-width: 580px) {
  .order-row--weight .order-row-block,
  .order-row--vehicle .order-row-block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.order-row--point {
  flex-wrap: nowrap;
  padding-left: 24px;
}
@media (max-width: 885px) {
  .order-row--point {
    flex-wrap: wrap;
    padding: 0;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (max-width: 680px) {
  .order-row--point {
    margin-left: 0;
    margin-right: 0;
  }
}
.order-row--weight > .order-row-block {
  flex-wrap: wrap;
}
.order-row--checks > .order-row-block {
  align-items: flex-start;
  margin-top: 8px;
}
.order-row--checks > .order-row-block:first-child {
  margin-top: 0;
}
.order-row--checks > .order-row-block > [type="checkbox"] {
  position: relative;
  top: 4px;
}
.order-row--checks [type=checkbox] {
  margin: 0;
  margin-right: 6px;
}
.order-row--errors > .form-errors-item {
  margin: 0 0 1em 0;
}
.order-row .line-value {
  max-width: 100%;
}
.order-row-block {
  width: 100%;
  padding: 0 32px 0 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 885px) {
  .order-row-block {
    padding-right: 8px;
  }
}
.order-row-block__dirrow {
  align-items: flex-start;
}
@media (max-width: 940px) {
  .order-row-block__dirrow {
    flex-direction: column;
  }
}
.order-row-block--drop {
  padding: 0 8px !important;
}
.order-errors {
  margin-top: 0;
}
.order-controls {
  margin-top: 0;
  text-align: right;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .order-points {
    padding-top: 1em;
  }
}
.order-points-adder-link {
  display: flex;
  align-items: center;
}
.order-points-adder-link-plus {
  line-height: 1;
  color: #368f24;
  cursor: pointer;
  border-bottom: 1px dotted #da2b71;
  border-bottom: none;
  font-size: 2.2em;
  text-decoration: none;
  border: none;
  margin-right: .2em;
}
.order-points-adder-link-plus:hover {
  text-decoration: none;
  color: #f65a8c;
}
.order-points-adder-link-plus:visited {
  color: #ae094b;
}
.order-points-adder-link-plus--h2 {
  font-size: 26px;
}
@media (max-width: 768px) {
  .order-points-adder-link-plus--h2 {
    font-size: 20px;
  }
}
.order-points-adder-link-plus .icon-title {
  margin-left: 3px;
  border-bottom: 1px dotted #da2b71;
}
@media (max-width: 885px) {
  .order-points-adder-link-plus .icon-title {
    display: none;
  }
}
.order-points-adder-link-text {
  color: #368f24;
  cursor: pointer;
  border-bottom: 1px dotted #da2b71;
  text-decoration: none;
  border-bottom: none;
}
.order-points-adder-link-text:hover {
  text-decoration: none;
  color: #f65a8c;
}
.order-points-adder-link-text:visited {
  color: #ae094b;
}
.order-points-adder-link-text--h2 {
  font-size: 26px;
}
@media (max-width: 768px) {
  .order-points-adder-link-text--h2 {
    font-size: 20px;
  }
}
.order-points-adder-link-text .icon-title {
  margin-left: 3px;
  border-bottom: 1px dotted #da2b71;
}
@media (max-width: 885px) {
  .order-points-adder-link-text .icon-title {
    display: none;
  }
}
.order-matter-input-group {
  flex-wrap: wrap;
  width: 100%;
}
.order-matter-input {
  padding: 0.3em 0.5em;
  border-radius: 3px;
  border: 1px solid #bbc1d2;
  box-sizing: border-box;
  line-height: inherit;
  min-height: 27px;
  display: flex;
  flex: 1 1 auto;
  width: 100%;
}
.order-matter-triggers {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
}
.order-matter-trigger {
  margin-right: 16px;
  margin-bottom: 8px;
}
.order-weight-input-group {
  width: 12em;
}
@media (max-width: 580px) {
  .order-weight-input-group {
    width: 100%;
  }
}
.order-weight-input-group.notification-target--state-valid:after,
.order-weight-input-group.notification-target--state-invalid:after {
  display: none;
}
.order-weight-constraint-info {
  align-self: flex-start;
  margin-left: 8px;
  margin-top: 8px;
  color: #4d4d4d;
  max-width: 390px;
}
.order-footer {
  margin-top: 16px;
  background: #e2f0db;
  padding-bottom: 32px;
  display: block;
}
.order-submission {
  flex-wrap: wrap;
  padding: 0 0 0 8px;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
}
.order-submission-draft {
  width: 100%;
  margin-top: 1em;
}
.order-submission-block {
  display: flex;
}
@media (max-width: 768px) {
  .order-submission-block {
    display: block;
  }
}
.order-sms-notice {
  display: flex;
  padding: 24px 0 0 20px;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .order-sms-notice {
    display: block;
    padding-left: 8px;
    margin-left: 0;
  }
}
.order-costs {
  font-weight: 300;
  min-width: 9.12em;
  font-size: 36px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 580px) {
  .order-costs {
    font-size: 31px;
  }
}
.order-costs-label {
  margin-right: 16px;
}
.order-costs-value {
  position: relative;
  line-height: 1;
}
.order-costs-value .icon-ruble {
  font-size: .6em;
  vertical-align: middle;
}
.order-costs-value-icon--left {
  margin-right: .13em;
}
.order-costs-value-icon--right {
  margin-left: .13em;
}
.order-costs-spinner {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 26px;
  height: 26px;
}
.order-costs-spinner--running {
  opacity: 1;
}
.order-costs-spinner--running + .icon-question {
  opacity: 0;
}
.order-costs-components {
  top: -12px;
  left: -140px;
  z-index: 1;
}
.order-costs-components:before,
.order-costs-components:after {
  left: 133px;
}
.order-costs-components-wrap {
  position: relative;
  display: flex;
  margin-left: 17px;
  z-index: 1;
}
@media (max-width: 580px) {
  .order-costs-components-wrap {
    transform: scale(0.8);
  }
}
.order-costs-components-wrap--enabled > .order-costs-components {
  z-index: 1;
  display: block;
}
.order-costs-components-wrap .icon {
  cursor: pointer;
}
.order-costs-components-wrap .icon-question {
  font: 20px Arial, sans-serif !important;
}
.order-costs-component {
  display: flex;
  align-items: center;
  margin-bottom: .7em;
  line-height: 1;
  font-size: .9em;
}
.order-costs-component:last-child {
  margin-bottom: 0;
}
.order-info-component {
  display: flex;
  align-items: center;
  margin-bottom: .7em;
  line-height: 1;
  font-size: 15px;
}
.order-info-component:last-child {
  margin-bottom: 0;
}
.order-costs-component-label {
  margin-right: 8px;
  width: 12em;
  display: inline-block;
}
.order-costs-component-price {
  margin-right: 4px;
  text-align: right;
  display: flex;
}
.order-costs-component-price > .price-label {
  width: 2em;
}
.order-costs-placehold-wrap {
  height: 88px;
}
.order-costs-float-wrap--floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}
.order-costs-float-wrap--floating > .order-costs-floater {
  width: 100%;
  max-width: 940px;
  text-align: left;
  display: inline-flex;
}
.order-costs-float-wrap--floating > .order-costs-floater > .order-costs {
  display: inline-flex;
  box-sizing: border-box;
  font-size: 20px;
  background: #e2f0db;
  border-radius: 0 8px 0 0;
  width: auto;
  padding: 8px 16px;
  position: relative;
  bottom: -1px;
  left: 2px;
}
.order-costs-float-wrap--floating > .order-costs-floater .icon-question {
  border-width: 0.075em;
}
.order-courier-select {
  width: 13em;
  margin-top: 15px;
}
.order-phone-confirm-finalizers {
  min-height: 60px;
}
.order-points {
  position: relative;
}
.order-points-disable-layer {
  background-color: transparent;
  position: absolute;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
}
.order-points-disable-layer .spinner {
  width: 50px;
  height: 50px;
}
.order-points-disable-layer .icon-preload:before {
  width: 50px;
  height: 50px;
}
.order-title {
  font-weight: 700;
  color: #404040;
  font-size: 24px;
  line-height: 3;
}
@media (max-width: 580px) {
  .order-title {
    font-size: 28px;
  }
}
.done-register-block {
  box-shadow: 0 1px 1px #858585;
  border-top: 1px solid #d9d9d9;
  border-radius: 5px;
  background: white;
  box-shadow: none;
  border: 1px solid #eee;
  padding-top: 1em;
}
.done-order__truck-info-msg {
  display: none;
}
.point-address-map-btn {
  box-shadow: none;
}
.point-address-map-btn-img {
  width: 27px;
  height: 27px;
}
.point-phone > .input-group > .input-group-prefix {
  font-size: 13px;
}
.truck-types {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-flow: wrap;
}
@media (max-width: 768px) {
  .truck-types {
    justify-content: space-around;
  }
}
.truck-types .truck-type-icon {
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.truck-types .truck-type-icon img {
  width: 100px;
}
.truck-types span {
  font-weight: bold;
}
.truck-types p {
  margin: 0;
}
.truck-types .truck-type {
  padding: 10px;
  margin-top: 0;
  cursor: pointer;
  flex-basis: 150px;
  border: solid 1px #fff;
}
.truck-types .truck-type p {
  white-space: nowrap;
}
.truck-types .truck-type:hover,
.truck-types .truck-type-active {
  background-color: #eef6ea;
  border-radius: 5px;
  border: solid 1px #ccc0af;
}
@media (max-width: 680px) {
  .point-fields,
  .point-fields input,
  .point-fields textarea {
    font-size: 14px;
  }
}
@media (max-width: 680px) {
  .point-address-recent-addresses {
    width: 6.8em;
  }
}
@media (max-width: 680px) {
  .point-address-recent-addresses > .html-select-header {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 16px 4px 5px;
  }
}
@media (max-width: 680px) {
  .point-address--recent-enabled > .notification-target--state-valid:after,
  .point-address--recent-enabled > .notification-target--state-invalid:after {
    right: 92px;
  }
}
.common-subtypes {
  margin-bottom: 15px;
  display: inline-flex;
}
div.rating-cancel,
div.star-rating {
  display: block;
  float: left;
  width: 17px;
  height: 15px;
  cursor: pointer;
  background: transparent;
}
div.rating-cancel,
div.rating-cancel a {
  background: url(/img/delete.gif) no-repeat 0 -16px;
}
div.star-rating,
div.star-rating a {
  background: url(/img/star.gif) no-repeat 0 0;
}
div.star-rating a,
div.star-rating a:hover,
div.star-rating a:active {
  color: transparent;
}
div.star-rating a span {
  position: absolute;
  z-index: 2;
  min-width: 200px;
  margin-top: 20px;
  margin-left: -90px;
  padding: 5px;
  color: black;
  border: 1px solid black;
  border-radius: 3px;
  background: #f8f5ed;
}
div.rating-cancel a,
div.star-rating a {
  display: block;
  width: 16px;
  height: 100%;
  border: 0;
  background-position: 0 0;
}
div.star-rating-on a {
  background-position: 0 -16px !important;
}
div.star-rating-hover a {
  background-position: 0 -32px;
}
div.star-rating {
  background: transparent!important;
  position: relative;
  cursor: pointer;
}
@media (min-height: 1001px) {
  .auto-shrinking-map {
    height: 800px;
  }
}
@media (max-height: 1000px) {
  .auto-shrinking-map {
    height: 800px;
  }
}
@media (max-height: 980px) {
  .auto-shrinking-map {
    height: 780px;
  }
}
@media (max-height: 960px) {
  .auto-shrinking-map {
    height: 760px;
  }
}
@media (max-height: 940px) {
  .auto-shrinking-map {
    height: 740px;
  }
}
@media (max-height: 920px) {
  .auto-shrinking-map {
    height: 720px;
  }
}
@media (max-height: 900px) {
  .auto-shrinking-map {
    height: 700px;
  }
}
@media (max-height: 880px) {
  .auto-shrinking-map {
    height: 680px;
  }
}
@media (max-height: 860px) {
  .auto-shrinking-map {
    height: 660px;
  }
}
@media (max-height: 840px) {
  .auto-shrinking-map {
    height: 640px;
  }
}
@media (max-height: 820px) {
  .auto-shrinking-map {
    height: 620px;
  }
}
@media (max-height: 800px) {
  .auto-shrinking-map {
    height: 600px;
  }
}
@media (max-height: 780px) {
  .auto-shrinking-map {
    height: 580px;
  }
}
@media (max-height: 760px) {
  .auto-shrinking-map {
    height: 560px;
  }
}
@media (max-height: 740px) {
  .auto-shrinking-map {
    height: 540px;
  }
}
@media (max-height: 720px) {
  .auto-shrinking-map {
    height: 520px;
  }
}
@media (max-height: 700px) {
  .auto-shrinking-map {
    height: 500px;
  }
}
@media (max-height: 680px) {
  .auto-shrinking-map {
    height: 480px;
  }
}
@media (max-height: 660px) {
  .auto-shrinking-map {
    height: 460px;
  }
}
@media (max-height: 640px) {
  .auto-shrinking-map {
    height: 440px;
  }
}
@media (max-height: 620px) {
  .auto-shrinking-map {
    height: 420px;
  }
}
@media (max-height: 600px) {
  .auto-shrinking-map {
    height: 400px;
  }
}
@media (max-height: 580px) {
  .auto-shrinking-map {
    height: 380px;
  }
}
@media (max-height: 560px) {
  .auto-shrinking-map {
    height: 360px;
  }
}
@media (max-height: 540px) {
  .auto-shrinking-map {
    height: 340px;
  }
}
@media (max-height: 520px) {
  .auto-shrinking-map {
    height: 320px;
  }
}
@media (max-height: 500px) {
  .auto-shrinking-map {
    height: 300px;
  }
}
@media (max-height: 480px) {
  .auto-shrinking-map {
    height: 280px;
  }
}
@media (max-height: 460px) {
  .auto-shrinking-map {
    height: 260px;
  }
}
@media (max-height: 440px) {
  .auto-shrinking-map {
    height: 240px;
  }
}
@media (max-height: 420px) {
  .auto-shrinking-map {
    height: 220px;
  }
}
@media (max-height: 400px) {
  .auto-shrinking-map {
    height: 200px;
  }
}
@media (max-height: 380px) {
  .auto-shrinking-map {
    height: 180px;
  }
}
@media (max-height: 360px) {
  .auto-shrinking-map {
    height: 160px;
  }
}
@media (max-height: 340px) {
  .auto-shrinking-map {
    height: 140px;
  }
}
@media (max-height: 320px) {
  .auto-shrinking-map {
    height: 120px;
  }
}
.bimodal .line-label {
  color: #666;
  vertical-align: middle;
}
.bimodal .line-value {
  vertical-align: middle;
  width: auto;
}
.bimodal .b-phone-verifier {
  padding-bottom: .5em;
}
.bimodal .b-phone-verifier__code-btn {
  margin-top: 5px;
}
.bimodal .b-phone-verifier__code-input {
  width: 100%;
}
.bimodal .b-phone-verifier__line--code {
  flex-direction: column;
  align-items: flex-start;
}
.bimodal .b-phone-verifier__line--column {
  flex-direction: column;
  align-items: flex-start;
}
.bimodal .b-phone-verifier__line--column > .b-phone-verifier__phone {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 298px;
}
.bimodal .b-phone-verifier__line--column .input-group {
  width: 100%;
}
.bimodal-header {
  padding: 16px 32px;
  position: relative;
}
@media (max-width: 420px) {
  .bimodal-header {
    padding: 10px 8px;
  }
}
.bimodal-header:after {
  content: '';
  display: block;
  clear: both;
}
.bimodal-edit-errors {
  padding: 10px 30px;
}
.bimodal--add .bimodal-header {
  border-bottom: none;
  border-radius: 3px;
}
.bimodal-caption {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2em;
}
.bimodal-triggers {
  font-size: 13px;
  float: right;
  display: inline;
}
@media (max-width: 885px) {
  .bimodal-triggers {
    margin: 3px 0;
  }
}
@media (max-width: 580px) {
  .bimodal-triggers {
    margin: 0;
  }
}
.bimodal-triggers [class^="trigger"] > .icon {
  color: #da2b71;
  font-size: 16px;
  width: 20px;
  height: 20px;
}
.display {
  background: #f5f0ea;
  padding: 10px 30px;
  border-radius: 3px;
}
.bimodal-display {
  border-top: 1px dotted #666;
  padding-bottom: 10px;
  padding-top: 10px;
}
.mode-display {
  background: #f5f0ea;
  border-radius: 3px;
}
.mode-display .bimodal-edit {
  display: none;
}
.mode-edit {
  background: #fff;
  box-shadow: 0 0 2px #666;
}
.mode-edit .bimodal-display,
.mode-edit .bimodal-header > :not(:first-child) {
  display: none;
}
.mode-edit .notification-target {
  width: 100%;
  max-width: 298px;
  box-sizing: border-box;
}
.mode-edit textarea {
  height: 41px;
  width: 100%;
  box-sizing: border-box;
}
.mode-edit .dim-w-phone {
  width: 154px;
}
.bimodal-edit .form-value-hint {
  width: 90px;
}
.smartbanner {
  position: relative;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 86px;
  background: #f3f3f3;
  font-family: Helvetica, sans, sans-serif;
  z-index: 100000000;
}
.smartbanner__exit {
  position: absolute;
  left: 9px;
  display: block;
  margin: 0;
  width: 12px;
  border: 0;
  text-align: center;
  padding-top: 35px;
  height: 100%;
}
.smartbanner__exit:before,
.smartbanner__exit:after {
  position: absolute;
  width: 1px;
  height: 12px;
  background: #767676;
  content: ' ';
}
.smartbanner__exit:before {
  transform: rotate(45deg);
}
.smartbanner__exit:after {
  transform: rotate(-45deg);
}
.smartbanner__box {
  text-decoration: none;
  color: black;
}
.smartbanner__box:hover {
  text-decoration: none;
  color: black;
}
.smartbanner__box__icon {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 64px;
  height: 64px;
  border-radius: 15px;
  background-size: 64px 64px;
  background-image: url(/img/in/android_app.png);
}
.smartbanner__box__info {
  position: absolute;
  top: 6px;
  left: 104px;
  display: flex;
  overflow-y: hidden;
  width: 100%;
  height: 74px;
  align-items: center;
  z-index: 1;
}
.smartbanner__box__info__title {
  font-size: 14px;
}
@media (max-width: 500px) {
  .smartbanner__box__info__title {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .smartbanner__box__info__title {
    font-size: 10px;
  }
}
.smartbanner__box__info__author,
.smartbanner__box__info__price {
  font-size: 12px;
}
@media (max-width: 360px) {
  .smartbanner__box__info__author,
  .smartbanner__box__info__price {
    font-size: 10px;
  }
}
.smartbanner__box__info__author {
  color: #808080;
}
.smartbanner__box__info__stars {
  font-size: 18px;
  line-height: 1em;
  color: #ff9703;
}
.smartbanner__button {
  position: absolute;
  right: 10px;
  display: block;
  min-width: 10%;
  border-radius: 5px;
  background: #f3f3f3;
  color: #1474fc;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  height: 100%;
  padding: 30px 10px 0;
}
.smartbanner__button__label {
  text-align: center;
}
@media (max-width: 500px) {
  .smartbanner__button {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .smartbanner__button {
    font-size: 12px;
  }
}
.invoice-form {
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 100%;
  padding: 0 30px 15px;
  border-radius: 4px;
  background: #fff;
}
@media (max-width: 768px) {
  .invoice-form {
    padding: 0 16px 15px;
  }
}
.invoice-form__title {
  padding-top: 1.5em;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}
.invoice-form .line {
  padding-right: 0;
  padding-left: 0;
}
.invoice-form-footer {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.form-value__select {
  width: 100%;
  min-height: 2em;
  line-height: 2em;
}
/**
 * Стили для таблицы всех заказов в ЛК
 */
.orders-menu-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .orders-menu-row {
    display: block;
    width: 100%;
  }
}
.orders-menu-links-item {
  display: inline-block;
  cursor: pointer;
}
.orders-menu-links-item:first-child {
  margin-right: 10px;
  cursor: default;
}
.orders-menu-links-item > a {
  color: #c53085;
  border-bottom: 1px dotted #c53085;
  font: 16px Arial;
  line-height: 37px;
  margin: 0 13px;
  text-decoration: none;
}
.orders-menu-links-item.active,
.orders-menu-links-item:hover {
  background: #f5f0ea;
}
.orders-menu-links-item.active > a,
.orders-menu-links-item:hover > a {
  border: none;
  color: #000;
}
.orders-table {
  font-size: 13px;
  font-family: Arial, Tahoma, sans;
}
@media (max-width: 768px) {
  .orders-table {
    display: block;
  }
}
.orders-table .client-order-id {
  display: block;
  color: #555;
  font-size: 13px;
  margin: 4px 0 0;
  cursor: default;
}
@media (max-width: 768px) {
  .orders-table-body {
    display: block;
    margin-top: 20px;
  }
}
.orders-table-col {
  box-sizing: border-box;
  padding-top: 17px;
  padding-bottom: 25px;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 768px) {
  .orders-table-col:first-child {
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  .orders-table-col:before {
    display: table-cell;
    text-align: right;
    width: 120px;
    padding: 6px 20px 6px 0;
    vertical-align: top;
  }
}
.orders-table-col--id {
  width: 78px;
}
.orders-table-col--id a {
  color: #c39;
  text-decoration: underline;
  font-size: 13px;
}
.orders-table-col--row-header {
  display: none;
}
@media (max-width: 768px) {
  .orders-table-col--row-header {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .orders-table-col--row-header .icon {
    padding-top: 3px;
    font-size: 12px;
  }
}
.orders-table-col--created {
  width: 131px;
}
.orders-table-col--when_start {
  width: 131px;
}
.orders-table-col--status {
  width: 125px;
}
.orders-table-col--details {
  width: 108px;
  text-align: right;
  padding-right: 30px;
}
@media (max-width: 885px) {
  .orders-table-col--details {
    padding-right: 20px;
  }
}
.orders-table-col--address {
  width: 185px;
}
.orders-table-col--rating {
  width: 222px;
}
.orders-table-col--rating .rate-comment {
  padding: 10px 0;
}
.orders-table-col--rating .rate-send-successfully {
  display: none;
}
.orders-table-col--rating .courier_rating_stars {
  display: flex;
}
.orders-table-col--rating .courier_rating_stars .line {
  padding: 10px 0;
}
.orders-table-col--rating .courier_rating_stars .line .star-rating-control {
  display: flex;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .orders-table-col > .cell-contents {
    display: block;
    padding: 3px 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .orders-table-col > .cell-contents .details-tip {
    left: 0;
  }
}
@media (max-width: 885px) {
  .orders-table-col {
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .orders-table-col {
    display: block;
    text-align: left;
    padding: 10px 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .orders-table-header {
    display: none;
  }
}
.orders-table-header th {
  border-spacing: 0;
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e6e6;
  font: normal 11px Verdana;
  color: #ccc;
}
.orders-table-header th span {
  color: #666;
}
.orders-table-header th > a {
  color: #666;
  text-decoration: none;
  border-bottom: 1px dotted #666;
}
.orders-table-header th .sorting {
  display: inline-block;
  border: none;
}
.orders-table-header th .sorting span {
  display: none;
}
.orders-table-header th .sorting .order_by {
  color: #666;
  font-size: 12px;
  text-decoration: none;
  border: none;
}
.orders-table-header th a span {
  border-bottom: 1px dotted #666;
}
@media (max-width: 768px) {
  .orders-table-row {
    display: block;
    text-align: left;
    padding: 10px 0;
  }
}
.orders-table-row a {
  display: block;
}
.orders-table-row .italic {
  font-style: italic;
}
.orders-table-row .italic.process {
  color: #f90;
}
.orders-table-row .italic.active {
  color: #690;
}
.orders-table-row .italic.canceled {
  color: #666;
}
@media (max-width: 768px) {
  .orders-table-row:nth-child(odd) {
    background: #fef1fe;
  }
}
.orders-table-pager-item.previous:before,
.orders-table-pager-item.next:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 15px;
  height: 12px;
}
.orders-table-pager {
  padding: 20px 0;
  font-size: 0;
}
.orders-table-pager-item {
  display: inline-block;
  box-sizing: content-box;
  vertical-align: top;
  border-top: 1px solid #f7f6f0;
  border-bottom: 1px solid #f7f6f0;
  border-radius: 3px;
  background-color: #f8f5ed;
  margin: 0 .3em .3em 0;
  min-width: 1em;
  text-align: center;
  color: #000;
  font: 18px Arial;
  padding: 1em 1.3em;
  text-decoration: none;
  color: inherit;
}
.orders-table-pager-item,
.orders-table-pager-item:hover,
.orders-table-pager-item:active,
.orders-table-pager-item:visited {
  text-decoration: none;
  color: inherit;
}
.orders-table-pager-item:first-child {
  margin-left: 0;
}
.orders-table-pager-item:hover {
  background-color: #edebde;
}
.orders-table-pager-item--active {
  background-color: #dad8cd;
  font-weight: bold;
}
.osearch {
  display: flex;
}
@media (max-width: 768px) {
  .osearch {
    flex-direction: column;
    width: 100%;
  }
}
.osearch-text {
  width: 240px;
}
.osearch-select {
  max-width: 180px;
}
.osearch-control {
  margin-right: .5em;
}
@media (max-width: 768px) {
  .osearch-control {
    line-height: 2em;
    min-height: 2em;
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
  }
}
.osearch-submit {
  display: inline-block;
  text-align: center;
}
.order-view-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.order-view-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding-bottom: 0;
}
@media (max-width: 680px) {
  .order-view-heading {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }
}
.order-view-title {
  margin-bottom: 8px;
}
.order-view-status {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  top: 8px;
}
@media (max-width: 680px) {
  .order-view-status {
    display: block;
    position: static;
  }
}
.order-view-status.state-completed {
  font-family: 'Noto Sans', sans-serif;
}
.order-view-status.state-processing,
.order-view-status.state-available {
  color: #f90;
}
.order-view-status.state-active {
  color: #690;
}
.order-view-status.state-canceled {
  color: #666;
}
.order-cancel-form {
  display: inline-block;
  position: relative;
}
@media (max-width: 680px) {
  .order-cancel-form {
    display: block;
  }
}
.order-cancel-form-btn-substatuses {
  display: none;
}
.order-cancel-form-btn-substatuses.hovered {
  z-index: 10;
  position: absolute;
  display: block;
  top: 100%;
  text-align: left;
  list-style: none;
  width: 13em;
  padding: .3em 0;
  box-shadow: 0 1px 1px #858585;
  border-top: 1px solid #d9d9d9;
  border-radius: 3px;
  background: white;
}
.order-cancel-form-btn-substatuses.hovered > li {
  padding: .3em .7em;
}
.order-view-dashboard {
  margin: 4px 0 0;
  position: relative;
}
.order-view-dashboard a,
.order-view-dashboard .remove-draft-form {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
.order-view-dashboard a .icon-pdf,
.order-view-dashboard .remove-draft-form .icon-pdf {
  font-size: 30px;
  margin-right: .0em;
}
.order-view-dashboard-buttons {
  background: #eef6ea;
  padding: 8px 16px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
@media (max-width: 885px) {
  .order-view-dashboard-buttons {
    position: static;
    width: 100%;
    margin-top: 24px;
    text-align: left;
    box-sizing: border-box;
  }
}
@media (max-width: 680px) {
  .order-view-dashboard-buttons {
    padding: 0;
    margin-top: 0;
    display: block;
    background: transparent;
  }
}
@media (max-width: 680px) {
  .order-view-dashboard-buttons > form {
    display: block;
  }
}
@media (max-width: 680px) {
  .order-view-dashboard-buttons .btn,
  .order-view-dashboard-buttons .remove-draft-form {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
  }
}
.order-view-dashboard-buttons-item {
  margin-right: .8em;
}
@media (max-width: 680px) {
  .order-view-dashboard-buttons-item {
    margin: 0;
  }
}
.order-view-dashboard-links {
  padding: 8px 16px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 680px) {
  .order-view-dashboard-links {
    padding: 8px 0 0;
  }
}
.order-view-dashboard-links-item {
  margin-right: 16px;
}
@media (max-width: 768px) {
  .order-view-dashboard-links-item {
    width: 100%;
    margin-bottom: 8px;
  }
}
.order-view-dashboard-links-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.order-view-receipt-photo-link {
  flex: 1 1 auto;
  text-align: right;
}
@media (max-width: 768px) {
  .order-view-receipt-photo-link {
    text-align: left;
  }
}
.order-view-data {
  border: 1px solid #ccc;
  border-radius: 3px;
}
@media (max-width: 680px) {
  .order-view-data {
    display: block;
    padding: 10px 8px;
    font-size: 0;
  }
}
.order-view-data-item {
  border-left: 1px dotted #ccc;
  padding: 14px 16px;
  width: 174px;
  min-height: 50px;
  margin-right: -4px;
}
.order-view-data-item.table-cell {
  vertical-align: top;
}
@media (max-width: 680px) {
  .order-view-data-item {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    height: auto;
    box-sizing: border-box;
    border: 0;
    width: 100%;
    min-height: 40px;
    padding: 0;
    margin: 5px 0;
  }
}
.order-view-data-item:first-child {
  border-left: 0;
}
.order-view-data-item h2 {
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 680px) {
  .order-view-data-item h2 {
    margin: 0;
    min-width: 50%;
  }
}
.order-view-data-item h2.padding {
  padding-left: 25px;
}
.order-view-data-item p {
  font: 14px Arial;
  position: relative;
}
@media (max-width: 680px) {
  .order-view-data-item p {
    margin: 0;
    max-width: 50%;
    text-align: right;
  }
}
.cabinet-subway-icon-margin-crutch {
  white-space: nowrap;
}
.cabinet-subway-icon-margin-crutch .icon {
  margin-right: 15px;
  vertical-align: middle;
}
@media (max-width: 680px) {
  .cabinet-subway-icon-margin-crutch .icon {
    display: none;
  }
}
.order-view-insurance-block {
  min-height: 58px;
  border: 1px solid #ccc;
  padding: 10px 19px;
  border-radius: 3px;
}
@media (max-width: 680px) {
  .order-view-insurance-block {
    padding: 10px 8px;
  }
}
.order-view-insurance-block i {
  color: #999;
}
.order-view-insurance-block i.active {
  color: #3f3f3f;
}
.order-view-insurance-block i.active > span {
  color: #666;
}
.order-view-points-item {
  width: 100%;
  border-top: 1px dotted #999;
  table-layout: fixed;
}
.order-view-points-item:last-child {
  border-bottom: 1px dotted #999;
}
@media (max-width: 680px) {
  .order-view-points-item:last-child {
    display: block !important;
  }
}
.order-view-points-item-address,
.order-view-points-item-details {
  width: 50%;
  padding: 15px 20px;
  box-sizing: border-box;
}
.order-view-points-item-address {
  position: relative;
  background-color: #f8f5ed;
}
@media (max-width: 680px) {
  .order-view-points-item-address {
    display: block !important;
    width: 100%;
    padding: 10px 8px;
  }
}
.state-completed > .order-view-points-item-address {
  background-color: #f2f2f2;
}
.ov-address {
  font-size: 13px;
  position: relative;
}
.ov-address p {
  padding-left: 45px;
}
@media (max-width: 680px) {
  .ov-address p {
    padding: 0;
  }
}
.ov-address > .rounded-point-number {
  background: none;
  position: absolute;
}
.ov-address-label {
  font-size: 18px;
  color: #da2b71;
  padding-left: 45px;
  margin: 0;
}
.ov-address-time-interval,
.ov-address-time-visited,
.ov-address-phone {
  font-size: 13px;
}
.ov-phone-link {
  text-decoration: none;
  color: #333c4e;
}
.ov-address.greypoint .ov-address-label {
  color: #666;
}
.order-view-points-item-check {
  position: absolute;
  top: 60px;
  left: 24px;
}
@media (max-width: 680px) {
  .order-view-points-item-check {
    display: none;
  }
}
.order-view-points-item-details {
  font-size: 13px;
}
@media (max-width: 680px) {
  .order-view-points-item-details {
    display: block !important;
    width: 100%;
    padding: 10px 8px;
  }
}
.order-view-points-item-details p {
  margin: 0 0 13px 0;
}
.order-view-points-item-details p:last-child {
  margin: 0;
}
.order-view-points-item-details p span {
  color: #666;
}
.order-view-row.ov-map {
  margin: 40px 0;
  padding: 0;
}
.courier-mini-photo {
  max-width: 50px;
  max-height: 50px;
}
.order-view-map {
  padding: 20px 32px;
  position: relative;
}
@media (max-width: 768px) {
  .order-view-map {
    padding: 8px;
  }
}
.order-view-map__error {
  display: none;
  position: absolute;
  max-width: calc(100% - 140px);
  width: 100%;
  padding: 10px 35px 10px 20px;
  background-color: white;
  border-radius: 3px;
  font-size: 14px;
  margin: 20px 40px;
  z-index: 1;
}
@media (max-width: 768px) {
  .order-view-map__error {
    max-width: calc(100% - 96px);
  }
}
.order-view-map__error--google {
  right: 0;
  width: 60%;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  padding: 9px 35px 10px 20px;
  margin: 10px 40px;
}
@media (max-width: 768px) {
  .order-view-map__error--google {
    width: 50%;
  }
}
.contact-persons-header {
  margin-top: 36px;
}
.contact-persons-notice {
  border: 1px dotted #c6a889;
  border-radius: 3px;
  background: #fcfaf9;
  color: #666;
}
#callback-request-test {
  margin-top: 20px;
  display: none;
}
#callback-request-test h5 {
  font-weight: bold;
}
.pretty-json {
  color: green;
}
.table {
  display: table;
  width: 100%;
}
@media (max-width: 885px) {
  .table--adaptive > .table-header {
    display: none;
  }
}
@media (max-width: 885px) {
  .table--adaptive .table-row:nth-child(odd) {
    background: #fef1fe;
  }
}
@media (max-width: 885px) {
  .table--adaptive .table-cell,
  .table--adaptive .table-cell:last-child {
    display: block;
    padding-left: 130px;
    text-align: left;
    position: relative;
  }
}
@media (max-width: 885px) {
  .table--adaptive .table-cell::before,
  .table--adaptive .table-cell:last-child::before {
    content: attr(title);
    width: 120px;
    font-weight: bold;
    position: absolute;
    left: 0;
    text-align: right;
  }
}
.table-transactions {
  border-radius: 3px;
  font-size: 13px;
}
.table .table {
  background: none;
}
.table-header {
  font-size: 11px;
  border-bottom: 1px dotted #666;
}
.table-row {
  padding: 10px 0 10px 0;
}
.table-row > .row-data > .table-cell > .detalize-hide {
  display: none;
}
.table-row.detalized > .row-data > .table-cell > .detalize-hide {
  display: inline;
}
.table-row.detalized > .row-data > .table-cell > .detalize-show {
  display: none;
}
.table-row--itog {
  background: rgba(229, 218, 206, 0.9);
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  overflow: hidden;
}
.row-details {
  margin: 5px 0 0 0;
  background: rgba(239, 235, 231, 0.9);
  box-shadow: inset 0 4px 0px 0px rgba(225, 218, 211, 0.9), inset 0 -4px 0 rgba(252, 251, 250, 0.9);
  border-radius: 0px;
  padding: 3px 0 3px 0;
}
.row-details .row-details {
  padding: 12px 0 12px 0;
}
.table-transactions {
  width: 100%;
  margin: 12px 0 0 0;
  font-size: 13px;
}
.table-transactions .table-cell {
  display: inline-block;
  width: 100px;
  text-align: right;
}
@media (max-width: 768px) {
  .table-transactions .table-cell {
    display: block;
    width: 95%;
  }
}
.table-order-details .table-cell:first-child {
  width: 160px;
  font-size: 11px;
}
@media (max-width: 768px) {
  .table-order-details .table-cell:first-child {
    display: block;
    width: 95%;
  }
}
.table-operations {
  display: block;
}
.row-details .row-details {
  padding-left: 30px;
  padding-right: 30px;
}
.table-transactions .table-cell:last-child,
.table-operations .table-cell:last-child {
  text-align: left;
  padding: 0 20px 0 20px;
}
.table-order-details {
  display: inline-block;
}
.table-order-details .table-cell:last-child {
  text-align: right;
  width: 120px;
  padding: 0 20px 0 20px;
}
.table-reports .table-cell {
  width: 194px;
  padding: 0 10px;
  display: inline-block;
  text-align: right;
  font-size: 12px;
}
.table-reports .table-cell:first-child,
.table-reports .table-cell:last-child {
  width: 100px;
}
.c-dv-table {
  border: none;
}
.c-dv-table td {
  border: 0;
  padding: 4px 10px;
}
.c-dv-table td.number-cell {
  text-align: right;
}
.c-dv-table thead tr {
  font-weight: bold;
}
.c-dv-table tbody tr:nth-child(odd) {
  background: #fef1fe;
}
.c-dv-table tbody tr.first-line {
  border-top: 1px solid grey;
}
.c-dv-table tbody tr.intermediate-total {
  font-weight: 600;
}
.c-dv-table tfoot tr {
  border-top: 1px solid #cccccc;
  font-weight: bold;
}
.empty-table-placeholder {
  text-align: center;
  font-size: 16px;
  padding-top: 25px;
}
@media (max-width: 768px) {
  .empty-table-placeholder {
    padding-top: 0;
    display: block;
  }
}
.api-token {
  display: inline-block;
  vertical-align: middle;
}
.api__token-item {
  position: relative;
  margin: 7px 0;
  padding-right: 35px;
  white-space: nowrap;
}
.api__settings-wrapper {
  position: relative;
}
.api__settings-btn-block {
  position: relative;
}
.api__settings-btn-block--disabled .btn {
  opacity: .5;
}
.api__settings-btn-block--disabled .api__settings-smooth {
  display: block;
}
.api__settings-btn {
  display: inline-block;
}
.api__settings-test-btn-label {
  font-style: normal;
}
.api__settings-test-btn-label--sending {
  display: none;
}
.api__settings-test {
  position: relative;
}
.api__settings-test--disabled .btn {
  opacity: .5;
}
.api__settings-test--disabled .api__settings-smooth {
  display: block;
}
.api__settings-test--start .api__settings-test-btn-label {
  display: none;
}
.api__settings-test--start .api__settings-test-btn-label--sending {
  display: block;
}
.api__settings-smooth {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.api__secret-key-block {
  display: none;
}
.api__secret-key,
.api__token {
  width: 100%;
}
.api__saved-label {
  opacity: 0;
  transition: all .3s;
  color: #da2b71;
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-left: 10px;
}
.api__saved-label--show {
  opacity: 1;
}
.api__token-remove-btn {
  position: absolute;
  right: 0;
}
.api__token-remove-icon {
  color: red;
  font-weight: bold;
}
.api__request-block {
  display: none;
}
.api__pretty-json {
  color: green;
}
.tariff-widget {
  margin: 30px 40px 0;
  padding: 30px 0;
  border-top: solid 1px #f2f6fc;
  border-bottom: solid 1px #f2f6fc;
}
@media (max-width: 580px) {
  .tariff-widget {
    margin: 20px 0 0;
    padding: 20px 10px;
    border-bottom: none;
  }
}
.tariff-widget__title {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
@media (max-width: 768px) {
  .tariff-widget__title {
    margin-bottom: 20px;
  }
}
.tariff-widget__description {
  margin: 0 0 24px;
  color: #333c4e;
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 885px) {
  .tariff-widget__description {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .tariff-widget__description {
    margin-bottom: 30px;
  }
}
.tariff-widget__settings {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 885px) {
  .tariff-widget__settings {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.tariff-widget__settings--hide {
  display: none;
}
.tariff-widget__settings--edit .tariff-widget__create-btn {
  display: none;
}
.tariff-widget__settings--edit .tariff-widget__edit-token-btn {
  display: block;
}
.tariff-widget__settings-fields {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-right: 20px;
  width: 100%;
}
@media (max-width: 885px) {
  .tariff-widget__settings-fields {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 768px) {
  .tariff-widget__settings-fields {
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.tariff-widget__settings-field-item {
  display: block;
  margin-right: 20px;
  max-width: 380px;
  width: 100%;
}
@media (max-width: 885px) {
  .tariff-widget__settings-field-item {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .tariff-widget__settings-field-item {
    margin: 0 0 20px 0;
    max-width: 100%;
  }
}
.tariff-widget__settings-field-item:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .tariff-widget__settings-field-item:last-child {
    margin-bottom: 0;
  }
}
.tariff-widget .tariff-widget__settings-field {
  width: 100%;
  height: 48px;
  padding: 5px 12px;
  font-size: 14px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.tariff-widget__error {
  display: none;
}
.tariff-widget__error--show {
  display: block;
}
.tariff-widget__settings-field-description {
  color: #697982;
  font-size: 14px;
  line-height: 1.7;
}
.tariff-widget__edit-token-btn,
.tariff-widget__create-btn {
  display: block;
  max-width: 190px;
  width: 100%;
}
@media (max-width: 580px) {
  .tariff-widget__edit-token-btn,
  .tariff-widget__create-btn {
    max-width: 100%;
  }
}
.tariff-widget__edit-token-btn {
  display: none;
}
.tariff-widget__edit-btn {
  position: absolute;
  right: 40px;
  top: 10px;
  cursor: pointer;
  opacity: .8;
  transition: all 0.125s ease-in;
}
@media (max-width: 768px) {
  .tariff-widget__edit-btn {
    right: 50px;
    top: 14px;
  }
}
.tariff-widget__edit-btn:hover {
  opacity: 1;
}
.tariff-widget__remove-btn {
  position: absolute;
  right: 12px;
  top: 10px;
  cursor: pointer;
  opacity: .8;
  transition: all 0.125s ease-in;
}
@media (max-width: 768px) {
  .tariff-widget__remove-btn {
    top: 14px;
  }
}
.tariff-widget__remove-btn:hover {
  opacity: 1;
}
.tariff-widget__token-wrapper {
  display: block;
}
.tariff-widget__token-wrapper--hide {
  display: none;
}
.tariff-widget__token {
  margin: 30px 0 12px;
  color: #333c4e;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
@media (max-width: 885px) {
  .tariff-widget__token {
    margin-top: 40px;
  }
}
.tariff-widget__token > span {
  display: inline-block;
  margin-left: 12px;
  color: #333c4e;
}
.tariff-widget__code-wrapper {
  position: relative;
  margin-top: 12px;
}
.tariff-widget__code-inner {
  position: relative;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .tariff-widget__code-inner {
    margin-top: 28px;
  }
}
.tariff-widget__code {
  display: block;
  padding: 32px 64px 30px 28px;
  color: #333c4e;
  font-size: 16px;
  line-height: 1.6;
  background-color: #f9f9f9;
  white-space: pre-wrap;
  word-wrap: break-word;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
@media (max-width: 885px) {
  .tariff-widget__code {
    padding: 16px 85px 16px 22px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .tariff-widget__code {
    padding: 48px 12px 20px;
  }
}
.tariff-widget__label {
  color: #333c4e;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 885px) {
  .tariff-widget__label {
    font-size: 14px;
  }
}
.integration-header {
  margin: 40px 40px 0;
}
@media (max-width: 580px) {
  .integration-header {
    margin: 10px 10px 0;
  }
}
.integration-ways {
  margin: 0 40px;
}
@media (max-width: 580px) {
  .integration-ways {
    margin: 0 10px;
  }
}
.integration-way {
  width: 32%;
  display: inline-block;
}
@media (max-width: 768px) {
  .integration-way {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.integration-way__number {
  width: 40px;
  font-weight: 800;
  font-size: 60px;
  color: #cc3885;
}
@media (max-width: 768px) {
  .integration-way__number {
    font-size: 40px;
    vertical-align: middle;
  }
}
.integration-way__content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% -  40px + 5);
  padding-top: 15px;
  padding-right: 15px;
}
@media (max-width: 580px) {
  .integration-way__content {
    padding-top: 10px;
  }
}
.integration-cards {
  text-align: left;
  display: flex;
  padding: 0 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 580px) {
  .integration-cards {
    padding: 10px;
  }
}
.integration-card {
  display: flex;
  flex-direction: column;
  max-width: calc(50% - 0.5 * 40px);
  flex-basis: calc(50% - 0.5 * 40px);
  margin-top: 40px;
  padding: 15px;
  border: 1px solid #f3f3f3;
  border-bottom: 1px solid #ccc;
  min-height: 180px;
  vertical-align: top;
  text-align: left;
}
.integration-card:first-child {
  min-height: 345px;
}
@media (max-width: 768px) {
  .integration-card {
    flex-basis: 100%;
    max-width: initial;
    flex-basis: auto;
    width: 100%;
  }
}
@media (max-width: 580px) {
  .integration-card {
    margin: 10px 0 0;
  }
}
.integration-card .umi-cms {
  display: block;
  margin: 0 auto;
}
.integration-card__title {
  font-weight: 800;
}
.integration-card__body {
  margin-top: 30px;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.integration-card__body--big {
  min-height: 200px;
}
.integration-card__body p {
  margin-top: 0;
}
.approved-card__row {
  margin-top: 1em;
}
.approved-card__row--no-margin {
  margin: 0;
}
.need-email-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.need-email-card__body {
  flex-grow: 1;
}
.need-email-card__footer {
  margin-top: 5px;
  flex-grow: 0;
  text-align: center;
}
.integration-api-form__action-btn {
  min-width: 115px;
  display: inline-block;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}
.integration-api-form__input {
  margin-right: 10px;
  width: calc(100% - 130px);
  display: inline-block;
}
.integration-api-form__callback {
  margin-top: 10px;
  width: calc(100% - 130px);
  display: inline-block;
}
.request-token-form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.request-token-form__text {
  flex-grow: 1;
  align-content: flex-start;
}
.request-token-form__input {
  width: 100%;
  border-width: 0;
}
.request-token-form__footer {
  margin-top: 10px;
  flex-grow: 0;
  text-align: center;
}
.cms-form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cms-form__radios {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
  align-content: flex-start;
}
.cms-form__label {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  padding-top: 5px;
}
.cms-form__label input {
  flex-basis: 20px;
  margin-right: 10px;
}
.cms-form__footer {
  margin-top: 5px;
  flex-grow: 0;
  text-align: center;
}
.integraion-message-window {
  padding: 0 20px 20px;
}
@media (max-width: 768px) {
  .integraion-message-window {
    width: 80%;
  }
}
.integraion-message-window__title {
  padding-top: 1em;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.integration-modal {
  padding: 15px 30px;
}
.page-content--new-cabinet .integration-header {
  margin: 40px 0 0;
}
@media (max-width: 580px) {
  .page-content--new-cabinet .integration-header {
    margin: 10px 0 0;
  }
}
.page-content--new-cabinet .integration-ways {
  margin: 0;
}
.page-content--new-cabinet .integration-cards {
  text-align: left;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 580px) {
  .page-content--new-cabinet .integration-cards {
    padding: 10px;
  }
}
.page-content--cabinet {
  padding-top: 0;
  padding-bottom: 3em;
}
.zone-name {
  color: #aaa;
}
.bilabeled-checkbox {
  display: none;
}
.bilabeled-checkbox ~ * {
  display: none;
}
.bilabeled-checkbox + * {
  display: block;
}
.bilabeled-checkbox:checked ~ * {
  display: block;
}
.bilabeled-checkbox:checked + * {
  display: none;
}
.trait-highlightable {
  transition: all 0.1s, background 0.3s ease-in-out;
}
.trait-highlightable.state-highlighted {
  background: #ffeac7;
  transition: all 0.1s, background 0.1s;
}
.trait-transparable {
  transition: opacity 0.3s ease-in-out;
}
.trait-transparable.state-transparent {
  opacity: 0;
}
.clear {
  clear: both;
}
.action-link {
  border-bottom: none;
}
.action-link .icon-title {
  margin-left: 3px;
  border-bottom: 1px dotted #da2b71;
}
@media (max-width: 885px) {
  .action-link .icon-title {
    display: none;
  }
}
.hidden,
[type="hidden"],
[hidden] {
  display: none !important;
}
.hidden-opacit {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.hidden-opacit.hidden {
  display: initial !important;
  opacity: 0;
}
hr {
  margin: 0.5em 0;
  border: 1px solid #b3b3b3;
  border-bottom: none;
}
.display-table {
  display: table;
}
.display-cell {
  display: table-cell;
}
.bg-brown {
  background: #f5f0ea;
}
.bg-white {
  background: #fff;
}
.container {
  padding: 0 30px;
}
.container-blocks section {
  padding: 10px 0;
}
.border-top-dotted {
  border-top: 1px dotted #cdb398;
}
.border-bottom-dotted {
  border-bottom: 1px dotted #cdb398;
}
.bottom-border-dotted {
  border-bottom: 1px dotted #666;
  margin-bottom: 16px;
}
.color-gray {
  color: #999;
}
.line {
  padding: 5px 32px 15px;
}
@media (max-width: 420px) {
  .line {
    padding: 5px 8px 15px;
  }
}
.line--nopad {
  padding: 0;
}
.line--submit {
  margin-top: 1em;
}
.b-phone-verifier__line > .line {
  padding: 0;
}
.trigger-close {
  cursor: pointer;
}
.trigger-edit,
.trigger-delete {
  margin: 2px 0;
  cursor: pointer;
}
@media (max-width: 885px) {
  .trigger-edit,
  .trigger-delete {
    display: inline-block;
  }
}
.trigger-edit > .icon-edit,
.trigger-delete > .icon-edit {
  margin-right: .01em;
}
@media (max-width: 885px) {
  .trigger-edit > .icon-edit + .action-link,
  .trigger-delete > .icon-edit + .action-link {
    display: none;
  }
}
@media (max-width: 885px) {
  .trigger-block {
    display: inline-block;
    margin-left: 10px;
  }
}
.done_pay_price,
.pay_area_price {
  padding: 0;
}
.done_pay_price,
.pay_area_price,
.done_pay_price:focus,
.pay_area_price:focus {
  box-shadow: none;
}
.login_input_field_email,
.login_input_field_pass {
  padding-left: 0.5em !important;
}
.entitled {
  padding-top: 1em;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.float-right {
  float: right;
}
.va-top {
  vertical-align: top !important;
}
.va-middle-trick {
  top: 50%;
  transform: translateY(-50%);
}
.space-r-4 {
  margin-right: 4px;
}
.space-top {
  margin-top: 30px;
}
.space-top-10 {
  margin-top: 10px;
}
.space-top-20 {
  margin-top: 20px;
}
.space-top-40 {
  margin-top: 40px;
}
.space-top-60 {
  margin-top: 60px;
}
.space-right {
  margin-right: 30px;
}
.space-right-10 {
  margin-right: 10px;
}
.space-right-5 {
  margin-right: 5px;
}
.space-right-40 {
  margin-right: 40px;
}
.space-bottom {
  margin-bottom: 30px;
}
.space-bottom-10 {
  margin-bottom: 10px;
}
.space-bottom-20 {
  margin-bottom: 20px;
}
.space-bottom-40 {
  margin-bottom: 40px;
}
.space-bottom-200 {
  margin-bottom: 200px;
}
.space-left {
  margin-left: 30px;
}
.space-left-10 {
  margin-left: 10px;
}
.space-left-40 {
  margin-left: 40px;
}
.space-left-50 {
  margin-left: 50px;
}
.antispace-top-10 {
  margin-top: -10px;
}
.pad-0 {
  padding: 0 !important;
}
.pad-top-8 {
  padding-top: 8px !important;
}
.pad-top-20 {
  padding-top: 20px;
}
.pad-top-30 {
  padding-top: 30px;
}
.pad-bottom-20 {
  padding-bottom: 20px;
}
.pad-r-10 {
  padding-right: 10px !important;
}
.pad-l-10 {
  padding-left: 10px !important;
}
.pad-r-0 {
  padding-right: 0 !important;
}
.pad-l-0 {
  padding-left: 0 !important;
}
.br-1 {
  border-right-width: 1px !important;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.w-400 {
  width: 400px;
}
.fs-0 {
  font-size: 0;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-36 {
  font-size: 36px;
}
.v-pad-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.fw-bold {
  font-weight: bold !important;
}
.render-condition:not(:checked) ~ .render-condition-checked {
  display: none !important;
}
.render-condition:checked ~ .render-condition-unchecked {
  display: none !important;
}
.position-relative {
  position: relative;
}
.hint {
  color: #666;
}
.footer-rounded {
  border-radius: 0 0 3px 3px;
}
.stick-top-right {
  position: absolute;
  right: 0;
  top: 0;
}
.stick-right {
  position: absolute;
  right: 0;
}
.size-stretch-padded {
  position: absolute;
  top: 1em;
  bottom: 1em;
  left: 1em;
  right: 1em;
  border-radius: 3px;
}
@media (max-width: 960px) {
  .size-stretch-padded {
    top: 1%;
    bottom: 1%;
    left: 1%;
    right: 1%;
    box-sizing: border-box;
  }
}
@media (max-width: 752px) {
  .size-stretch-padded {
    top: 0.5%;
    bottom: 0.5%;
  }
}
.size-stretch-full {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.list-style-none li {
  list-style-type: none !important;
}
.shadow-bottom,
.shadow-top,
.shadow-down::after {
  position: absolute;
  left: 0;
  right: 1px;
  height: 7px;
  background: #fff;
  z-index: 1;
  border-radius: 40px;
  box-shadow: 0 0 8px 0 #a6a6a6;
}
.shadow-bottom {
  bottom: -7px;
}
.shadow-top,
.shadow-down::after {
  top: -7px;
}
.shadow-down {
  height: 7px;
  position: relative;
  overflow: hidden;
}
.shadow-down::after {
  content: '';
}
.color-decorative {
  color: #da2b71;
}
.color-red {
  color: #c53085 !important;
}
@media (max-width: 680px) {
  h1 {
    font-size: 24px;
  }
}
.date-range-picker-section-caption {
  display: inline-block;
  width: 120px;
}
.date-range-picker-section {
  padding: 15px 0;
}
.relative {
  position: relative;
}
.relative > ul {
  position: absolute;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ababab;
  margin: 0;
  padding: 0;
  left: 30px;
  top: 18px;
  width: 200px;
  text-align: left;
  display: none;
  z-index: 100500;
}
.relative > ul li {
  margin: 5px;
  padding: 5px;
}
.relative:hover > ul {
  display: block;
}
.order-courier-block {
  min-height: 58px;
  border: 1px solid #ccc;
  padding: 10px 8px;
  border-radius: 3px;
}
.order-courier-block p {
  margin: 0;
}
.order-courier-photo {
  padding: 0 8px;
  width: 50px;
  text-align: center;
}
@media (max-width: 680px) {
  .order-courier-photo {
    padding: 0;
  }
}
.order-courier-photo > img {
  max-width: 50px;
  max-height: 50px;
  cursor: pointer;
}
.order-courier-details {
  padding: 0 8px;
  width: 290px;
  min-height: 20px;
}
.order-courier-title {
  font: 13px 'Noto Sans', sans-serif;
  color: #3d3d3d;
}
.order-courier-phone,
.order-courier-rating {
  font-size: 13px;
  font-weight: 700;
}
.details {
  position: relative;
}
.details > span {
  font-style: italic;
  color: #666;
  border-bottom: 1px dotted #666;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 11px;
}
.details:hover > .details-tip {
  display: block;
}
.details-tip {
  display: none;
  position: absolute;
  width: 310px;
  min-height: 65px;
  padding: 18px 0 6px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px #e3e0cc;
  z-index: 2;
  top: 25px;
  left: -118px;
  text-align: left;
}
@media (max-width: 580px) {
  .details-tip {
    width: 250px;
  }
}
.details-triangle {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 15px;
}
.details-item {
  margin-bottom: 8px;
}
.details-cell {
  display: inline-block;
  vertical-align: top;
  width: 225px;
  box-sizing: border-box;
}
@media (max-width: 580px) {
  .details-cell {
    width: 170px;
  }
}
.details-cell:first-child {
  width: 80px;
  text-align: right;
  padding-right: 14px;
  margin-right: -3px;
}
@media (max-width: 580px) {
  .details-cell:first-child {
    width: 60px;
  }
}
.toplined > .details-cell {
  font-weight: bold;
  border-top: 1px dotted #ccc;
  margin-top: 14px;
  padding-top: 11px;
}
.italic > .details-cell {
  font-style: italic;
  color: #666;
}
.menu {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  margin: 0;
  background: #f5f0ea;
  border-radius: 3px 3px 0 0;
  list-style: none;
  padding: 0;
  font-size: 0;
}
@media (max-width: 885px) {
  .menu {
    padding: 0;
    flex-direction: row;
    align-items: center;
  }
}
.menu--person {
  content: '';
  padding: 20px 0 0 16px;
  display: block;
}
.menu-items {
  padding: 35px 0 0 20px;
}
.menu-item {
  display: inline-block;
  border-radius: 3px 3px 0 0;
  font: 16px 'Noto Sans', sans-serif;
}
.menu-item img {
  width: 25px;
  vertical-align: top;
  margin-top: -2px;
  margin-right: 5px;
}
.menu-item.active {
  background: #fff;
}
.menu-item a {
  display: block;
  padding: 15px;
  white-space: nowrap;
}
.menu-item.active > a {
  text-decoration: none;
  color: #000;
}
.menu-item .action-link {
  border-bottom: none;
  text-decoration: underline;
}
.menu-item .action-link:hover {
  text-decoration: none;
}
.menu-item_green a {
  color: #73C763;
}
.balance {
  font: bold 14px 'Noto Sans', sans-serif;
  display: inline-flex;
}
.balance .price-label {
  font-weight: normal;
}
.balance-item {
  display: block;
  margin-right: 15px;
}
@media (max-width: 885px) {
  .balance-item {
    margin-right: 0;
    display: block;
  }
}
.balance-item:last-child {
  margin-right: 0;
}
.balance-item__title {
  display: inline-block;
  min-width: 65px;
}
.balance-item .price-label {
  font-weight: normal;
}
.clue {
  position: relative;
}
.clue > span {
  font-weight: normal;
  font-style: italic;
  padding-bottom: 1px;
  border-bottom: 1px dotted #c53085;
  font-size: 11px;
  cursor: pointer;
}
.clue > div {
  display: none;
  position: absolute;
  top: 30px;
  left: -12px;
  padding: 20px 18px 20px;
  height: 30px;
  width: 301px;
  font-size: 12px;
  line-height: 16px;
  word-spacing: 2px;
  font-weight: normal;
}
.clue:hover > div {
  display: block;
}
.menu-balance {
  padding: 0 20px 0 0;
  min-width: 160px;
}
@media (max-width: 885px) {
  .menu-balance {
    padding: 5px 0;
  }
}
.menu-balance > .menu-item {
  display: block;
}
.menu-balance .action-link {
  padding: 0;
}
.menu-toggle-container {
  display: none;
}
@media (max-width: 885px) {
  .menu-toggle-container {
    display: block;
    padding: 8px;
  }
}
@media (max-width: 885px) {
  .menu-toggle-check + .menu > .menu-items {
    display: none;
  }
}
@media (max-width: 885px) {
  .menu-toggle-check + .menu .menu-item {
    display: block;
    position: relative;
    z-index: 6;
  }
}
@media (max-width: 885px) {
  .menu-toggle-check:checked + .menu > .menu-items {
    display: block;
    box-shadow: 0 1px 1px -1px #4d4d4d, 0 0 1px -1px #b3b3b3;
    position: absolute;
    z-index: 5;
    background: #f5f0ea;
    top: 45px;
    left: 0;
    width: 100%;
    padding: 35px 0 15px;
  }
}
@media (max-width: 768px) {
  .col {
    display: block;
    width: 100%;
    margin-top: 16px;
  }
  .col,
  .col:last-of-type,
  .col:first-of-type {
    padding: 0;
  }
  .col:first-child {
    margin-top: 0;
  }
}
#popup-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  text-align: center;
  padding-top: 32px;
}
.popup-info {
  position: relative;
  background: #fff;
  display: none;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
}
.popup-info .close-popup {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 18px;
  z-index: 15;
  width: 26px;
  height: 26px;
}
.popup-info .popup-form {
  max-width: 588px;
  width: 100%;
}
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.fancybox-overlay .fancybox-close {
  color: #000;
  text-decoration: none;
  top: 0;
}
.courier_rating_comment {
  overflow: visible;
  font: 13px Arial;
  font-weight: bold;
}
.courier_rating_comment textarea {
  resize: none;
  box-sizing: border-box;
  width: 100%;
}
#agreement-status strong {
  font-weight: 700;
}
#agreement-status p {
  text-align: left;
  font-size: 16px;
}
#agreement-status > p {
  padding-top: 16px;
}
#agreement-status .column-left > p,
#agreement-status .column-left > ol {
  padding-right: 20px;
}
#agreement-status ol {
  padding-left: 1.4em;
  margin-top: 0.6em;
}
#agreement-status ol li {
  margin-top: 0.6em;
}
#agreement-status .input_line > label {
  color: #000;
  font: 12px Verdana, Arial;
  line-height: 1.9em;
  padding: 4px 0;
}
#agreement-status .input_line > label > [type="checkbox"] {
  margin-right: 4px;
  vertical-align: middle;
}
#agreement-status .input_line > .optional {
  display: block;
  font-weight: bold;
  padding: 4px 0;
}
#agreement-status .iconized {
  padding: 0.9em 0 0.9em 3.5em;
}
.icon-pdf,
.icon-email-green,
.icon-email-red,
.icon-mobile-sms-green,
.icon-mobile-sms-red {
  font-size: 36px;
}
.col > .bimodal,
.col > .display {
  margin-top: 1em;
  font-size: 16px;
}
.col > .bimodal:first-child,
.col > .display:first-child {
  margin-top: 0;
}
.icon-link-block {
  display: flex;
  align-items: center;
}
.icon-link-block > .icon {
  margin-right: .3em;
}
.three-tiles {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .three-tiles {
    padding: 0 16px;
  }
}
.three-tiles--topside {
  align-items: flex-start;
}
.three-tiles--topside > .three-tiles-item {
  align-items: flex-start;
}
.three-tiles-item {
  margin-right: 24px;
  border-radius: 4px;
  background: #eef6ea;
  padding: 16px 16px;
  flex: 1 1 auto;
  width: 20%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .three-tiles-item {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.three-tiles-item:last-child {
  margin-right: 0;
}
.three-tiles-item-header {
  line-height: 1;
  margin-bottom: 8px;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
}
.tariffs-table {
  margin-top: 24px;
}
.tariffs-table-caption {
  font-weight: bold;
  width: 50%;
}
.tariffs-table-row {
  display: flex;
  align-items: center;
}
.tariffs-table-row-caption {
  padding: 10px;
  padding-left: 16px;
  text-align: right;
  font-weight: bold;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 20%;
}
@media (max-width: 768px) {
  .tariffs-table-row-caption {
    text-align: center;
    width: 100%;
    padding: 8px;
    padding-top: 1em;
  }
}
.tariffs-table-row-caption em {
  font-style: normal;
  font-weight: normal;
  display: block;
}
@media (max-width: 768px) {
  .tariffs-table-row-caption em {
    display: inline;
    margin-right: .3em;
  }
}
.tariffs-table-row--highlight {
  background: #eef6ea;
}
.tariffs-table-row-val {
  flex: 1 1 auto;
  padding: 8px 16px 8px 8px;
  text-align: left;
}
.tariffs-table-row-val--simple {
  display: flex;
}
.tariffs-table-row-val-subrow {
  display: flex;
}
.tariffs-table-row-val-subrow--centered {
  align-items: center;
}
.tariffs-table-row-info {
  margin: 8px 0;
}
.tariffs-table-cell {
  box-sizing: border-box;
  flex: 1 1 auto;
  width: 50%;
}
.tariffs-table-cell--loading {
  display: table;
  width: 100%;
}
.tariffs-table-cell:first-child {
  padding-right: 16px;
  width: 40%;
}
.tariffs-table-cell:last-child {
  padding-left: 16px;
}
.tariffs-innertable {
  border: none;
  border-collapse: collapse;
}
.tariffs-innertable th {
  font-weight: normal;
  text-align: left;
}
.tariffs-innertable--spacious td:first-child .tariffs-price {
  margin-left: 0;
}
.tariffs-innertable--spacious tr:first-child > th {
  text-align: right;
}
.tariffs-innertable .table-caption {
  font-weight: bold;
}
.tariffs-innertable th,
.tariffs-innertable td {
  vertical-align: middle;
  padding: 2px 0;
}
.tariffs-innertable td {
  text-align: right;
}
.tariffs-base-row {
  align-items: flex-start;
}
.tariffs-base-row th {
  font-weight: bold;
}
.tariffs-base-row td {
  padding-top: .7em;
}
.tariffs-base-row-caption-header {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0;
}
.tariffs-base-row-caption-subheader {
  font-weight: normal;
  margin-top: .7em;
}
@media (min-width: 768px) {
  .condition--device-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .condition--device-desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .tariffs-table-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .tariffs-table-row-val {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .tariffs-table-row-val-subrow {
    overflow-x: auto;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .tariffs-table-cell {
    width: 100%;
    padding: 16px !important;
  }
}
@media (max-width: 768px) {
  .tariffs-table-cell td {
    padding: 2px 4px;
  }
}
@media (max-width: 768px) {
  .tariffs-table-cell-header {
    font-weight: bold;
  }
}
.tariffs-tile4 {
  display: flex;
  flex-wrap: wrap;
}
.tariffs-tile4-item {
  display: inline-flex;
  margin: 0 1em 0 0;
  padding: .3em 0;
  width: calc(50% - 1em);
  box-sizing: border-box;
  flex: 1 1 auto;
  align-items: center;
}
@media (max-width: 768px) {
  .tariffs-tile4-item {
    padding: 16px;
    width: 100%;
    margin: 0;
  }
}
.tariffs-tile4-item-caption {
  flex: 1 1 auto;
}
.tariffs-tile4-item-value {
  margin-left: .3em;
  text-align: right;
}
.tariffs-price {
  color: #991f5e;
  margin-left: 24px;
  white-space: nowrap;
}
.tariffs-price--nospace {
  margin-left: 0;
}
.tariffs-price--nospace > .price-label {
  min-width: initial;
}
.tariffs-price > .price-label {
  min-width: 1em;
  text-align: right;
  display: inline-block;
}
.tariffs-notice {
  display: block;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.4;
  color: #555;
}
@media (max-width: 768px) {
  .tariffs-notice {
    padding: 16px;
  }
}
.tariffs-tables {
  text-align: center;
}
.tariffs-tables-switcher {
  display: inline-flex;
  justify-content: center;
  margin: 3em auto 0;
}
@media (max-width: 768px) {
  .tariffs-tables-switcher {
    margin: 3em 16px 0;
  }
}
.tariffs-tables-switcher > .tab-headers-item {
  text-align: center;
}
@media (max-width: 768px) {
  .tariffs-tables-switcher > .tab-headers-item {
    padding: 5px;
    width: 50%;
    font-size: 14px;
  }
}
.tariffs-zone-legend {
  display: flex;
  justify-content: space-around;
  margin-bottom: 8px;
}
.new-index .tariffs-map {
  max-width: 700px;
  margin: 0 auto 70px;
}
.new-index .tariffs-zone-legend {
  justify-content: space-between;
  padding: 0;
  max-width: 694px;
  margin: 0 auto 8px;
}
@media (max-width: 768px) {
  .new-index .tariffs-zone-legend {
    margin: 0 36px;
  }
}
@media (max-width: 580px) {
  .new-index .tariffs-zone-legend {
    margin: 0 20px;
  }
}
.tariffs-zone-legend-item {
  font-weight: 600;
  margin-right: 8px;
}
.tariffs-zone-legend-item:last-child {
  margin-right: 0;
}
.tariffs-zone-legend-item--green {
  color: green;
}
.tariffs-zone-legend-item--yellow {
  color: #aa8f09;
}
.tariffs-zone-legend-item--magenta {
  color: magenta;
}
.tariffs-zone-legend-item--red {
  color: #bf4040;
}
.tariffs-zone-legend-item--blue {
  color: #465cbe;
}
.tariffs-zone-legend-item--grey {
  color: grey;
}
.tariffs-scopes {
  margin-top: 24px;
}
.tariffs-scopes-caption {
  font-weight: bold;
  width: 50%;
}
@media (max-width: 768px) {
  .tariffs-scopes-header {
    display: none !important;
  }
}
.tariffs-scopes-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tariffs-scopes-row:nth-child(odd) {
  background: #eef6ea;
}
.tariffs-scopes-row-caption {
  flex: 0 1 450px;
  align-items: flex-end;
  text-align: right;
  padding: 8px;
}
@media (max-width: 768px) {
  .tariffs-scopes-row-caption {
    padding-top: 1em;
    text-align: left;
    padding: 16px;
  }
}
.tariffs-scopes-row-caption > em {
  font-style: normal;
}
.tariffs-scopes-row-val {
  flex: 1 1 auto;
  padding: 8px;
  text-align: left;
}
@media (max-width: 768px) {
  .tariffs-scopes-row-val {
    width: 100%;
    padding: 16px;
  }
}
.tariffs-scopes-row-val--simple,
.tariffs-scopes-row-val-subrow {
  display: flex;
  align-items: center;
}
.tariffs-scopes-cell {
  box-sizing: border-box;
  flex: 1 1 auto;
  width: 35%;
}
.tariffs-scopes-cell--loading {
  display: table;
  width: 100%;
}
.tariffs-scopes-cell:first-child {
  padding-right: 16px;
}
.tariffs-scopes-cell:last-child {
  padding-left: 16px;
}
@media (max-width: 768px) {
  .tariffs-scopes-cell .tariffs-price {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .tariffs-scopes-cell-header {
    display: inline;
  }
  .tariffs-scopes-cell-header:after {
    content: ' − ';
  }
}
.tariffs-additional-row:nth-child(odd) {
  background: #eef6ea;
}
.tariffs-additional-row:nth-child(even) {
  background: none;
}
.index-old .reviews-items {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 32px 0;
  justify-content: space-between;
}
.index-old .reviews-item {
  max-width: calc(50% - 20px);
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .index-old .reviews-item {
    max-width: 100%;
    display: block;
  }
}
.index-old .reviews-item__img {
  max-height: 90px;
  max-width: 100%;
  display: block;
  margin: 15px auto 0;
}
.index-old .reviews-item__text {
  text-align: left;
  font-size: 15px;
  line-height: 120%;
  color: #333c4e;
}
.index-old .reviews-item__author {
  font-size: 13px;
  font-style: italic;
  line-height: 120%;
  color: #666;
  margin: 8px 0 0 0;
  position: relative;
  text-align: right;
}
.index-old .reviews-item__author:before {
  content: '—';
}
.new-index .reviews .page-content-header {
  font-size: 32px;
  max-width: 705px;
  margin: 0 auto;
  font-weight: normal;
  margin-top: 70px;
}
@media (max-width: 885px) {
  .new-index .reviews .page-content-header {
    margin-top: 44px;
  }
}
@media (max-width: 580px) {
  .new-index .reviews .page-content-header {
    margin-top: 32px;
  }
}
.new-index .reviews__inner {
  position: relative;
  max-width: 719px;
  margin: 0 auto;
}
.new-index .reviews__btn {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background-color: #f8f8f8;
  background-image: url('/img/br/slider-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  top: 178px;
}
.new-index .reviews__btn--left {
  transform: rotate(180deg);
  left: -49px;
}
.new-index .reviews__btn--right {
  right: -56px;
}
@media (max-width: 885px) {
  .new-index .reviews__btn {
    display: none;
  }
}
.new-index .reviews .swiper-container {
  position: relative;
  max-width: 726px;
  width: 100%;
  padding: 15px 20px 45px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .new-index .reviews .swiper-container {
    padding: 15px 10px 45px;
  }
}
@media (min-width: 885px) {
  .new-index .reviews .swiper-pagination {
    display: none;
  }
}
.new-index .reviews .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #dce9fa;
  margin: 2px 14px;
  opacity: 1;
}
.new-index .reviews .swiper-pagination-bullets {
  bottom: -4px;
}
.new-index .reviews .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #abcbf5;
  margin: 0 14px;
}
.new-index .reviews-item {
  box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.14);
  border: solid 1px #f2f2f2;
}
.new-index .reviews-item__header {
  display: flex;
  padding: 30px 30px 24px;
  border-bottom: solid 1px #f2f2f2;
}
@media (max-width: 768px) {
  .new-index .reviews-item__header {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.new-index .reviews-item__img {
  max-height: 60px;
  max-width: 186px;
  display: block;
  flex-shrink: 0;
}
.new-index .reviews-item__author {
  font-size: 13px;
  position: relative;
  text-align: left;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .new-index .reviews-item__author {
    margin-top: 20px;
    font-size: 11px;
    text-align: center;
  }
}
.new-index .reviews-item__author-name {
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .new-index .reviews-item__author-name {
    font-size: 21px;
  }
}
.new-index .reviews-item__link,
.new-index .reviews-item__link:active,
.new-index .reviews-item__link:hover {
  font-size: 16px;
  color: #697982;
  text-decoration: none;
}
@media (max-width: 768px) {
  .new-index .reviews-item__link,
  .new-index .reviews-item__link:active,
  .new-index .reviews-item__link:hover {
    font-size: 14px;
  }
}
.new-index .reviews-item__text {
  text-align: left;
  font-size: 16px;
  line-height: 120%;
  color: #333c4e;
  padding: 20px 30px 30px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .new-index .reviews-item__text {
    font-size: 14px;
  }
}
/**
 * Оформление диспетчерского скрипта
 */
.disp-wrapper {
  display: flex;
  outline: 1px solid blue;
}
.disp-wrapper-script {
  border: 1px solid orange;
  display: flex;
  position: relative;
  min-width: 1em;
  padding-right: 2rem;
}
.disp-wrapper-script-divider {
  position: absolute;
  width: 4px;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  z-index: 1;
}
.disp-wrapper-script-divider-img {
  width: 20px;
  background: #e6e6e6;
  transform: translateX(50%);
  right: 3px;
  top: 5rem;
  position: absolute;
  cursor: pointer;
}
.disp-wrapper-script-iframe {
  outline: 1px solid green;
  width: 100%;
  background: white;
}
.profit_table_wrap {
  padding-left: 70px;
  position: relative;
}
@media (max-width: 680px) {
  .profit_table_wrap {
    padding-left: 0;
  }
}
.profit_table_wrap__red_pine {
  width: 34px;
  height: 51px;
  background: url('/img/fos/red-pine-profit-table.png');
  position: absolute;
  left: 0;
  top: 45px;
}
@media (max-width: 680px) {
  .profit_table_wrap__red_pine {
    display: none;
  }
}
.profit_table_wrap__dotted {
  position: absolute;
  width: 9px;
  left: 12px;
  top: 110px;
  bottom: 30px;
  background: url('/img/fos/single-dot-profit-table.png');
}
@media (max-width: 680px) {
  .profit_table_wrap__dotted {
    display: none;
  }
}
.profit_table_wrap__bottom_hr {
  position: absolute;
  width: 24px;
  height: 8px;
  background: #ed3030;
  bottom: 15px;
  left: 5px;
}
@media (max-width: 680px) {
  .profit_table_wrap__bottom_hr {
    display: none;
  }
}
.profit_table_wrap table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.profit_table_wrap table tr:nth-child(even) td {
  background: #eee;
}
.profit_table_wrap table tr:nth-child(even) td.profit_table__hr {
  background: #fff url('/img/fos/hr-line-profit-table.png') repeat-x 0 10px;
}
.profit_table_wrap table th {
  padding: 6px 0 20px 18px;
  vertical-align: top;
  font-size: 11px;
  line-height: 11px;
  text-align: left;
}
@media (max-width: 680px) {
  .profit_table_wrap table th {
    padding: 0 0 10px;
  }
}
.profit_table_wrap table th:first-child {
  width: 20%;
}
.profit_table_wrap table th.profit_table__th_profit {
  width: 50px;
}
.profit_table_wrap table th.profit_table__th_deliver {
  width: 180px;
}
.profit_table_wrap table td {
  padding: 6px 0 2px 16px;
  vertical-align: top;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
@media (max-width: 680px) {
  .profit_table_wrap table td {
    padding-right: 8px;
    font-size: 14px;
    line-height: 18px;
  }
}
.profit_table_wrap table td:last-child {
  color: #006200;
}
.profit_table_wrap table td:last-child sup {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 680px) {
  .profit_table_wrap table td:last-child sup {
    font-size: 12px;
    position: relative;
    top: -1px;
  }
}
.profit_table__hr {
  height: 30px;
}
.profit_table__label {
  position: relative;
}
.profit_table__label_img {
  width: 115px;
  height: 71px;
  position: absolute;
  top: -15px;
  left: -20px;
  background: url('/img/fos/label-profit-table.png') no-repeat;
  background-size: contain;
}
@media (max-width: 680px) {
  .profit_table__label_img {
    width: 60px;
    height: 40px;
    top: -10px;
    left: 0;
  }
}
.profit_table__th_profit__big {
  font-size: 16px;
}
.profit_table__more_mobile {
  font-size: 10px;
  line-height: 11px;
  display: none;
}
.fos-advantages-tiles {
  margin: 32px 0 24px;
}
.fos-advantages-tiles .three-tiles-item {
  align-items: flex-start;
}
.fos-advantages-tiles--2 {
  margin: 40px 0 16px;
}
.fos-top-banner {
  background: #eef6ea;
  line-height: 2;
  font-size: 18px;
  text-align: center;
  margin: 16px 0;
  padding: 8px 8px;
}
.fos-discount {
  margin: 32px 0;
}
@media (max-width: 885px) {
  .fos-discount {
    padding: 0;
  }
  .fos-discount > .page-content-header {
    padding: 8px;
  }
}
.fos-discount-table th,
.fos-discount-table td {
  text-align: right;
  border-right: 1px dashed #808080;
  box-sizing: border-box;
  width: 20%;
}
.fos-discount-table th:last-child,
.fos-discount-table td:last-child {
  border-right: 0;
  font-weight: 600;
}
.fos-discount-table > thead > tr > th {
  text-align: center;
}
.fos-discount-table > tbody > tr:nth-child(odd) {
  background: #eef6ea;
}
.fos-discount-table-cell {
  font-size: 16px;
  padding: 8px 12px;
}
.float-number {
  text-align: right;
}
.float-number-remainder {
  text-align: left;
  display: inline-block;
  min-width: 1.4em;
}
.fos-root {
  padding-top: 0;
}
.fos-title {
  background: black url("/img/fos/header-bg.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  margin-top: 0;
  padding: 0;
}
.fos-title h1 {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  height: 100%;
  margin-top: 0;
  min-height: 200px;
  padding-top: 50px;
  line-height: 1.4;
  font-size: 30px;
  border-radius: 5px;
}
@media (max-width: 680px) {
  .fos-title h1 {
    font-size: 25px;
    padding-top: 20px;
    margin: 0;
  }
}
.fos-title h1 span {
  display: block;
}
.fos-line {
  background: #F2EBD9;
  padding: 10px 0;
  margin-bottom: 50px;
}
.fos-clients {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fos-clients-item {
  display: flex;
  align-items: flex-end;
}
.fos-clients-item-content > noindex > a {
  display: block;
  text-align: center;
}
.fos-tariffs-preview-cols {
  columns: 2;
}
.fos-tariffs-preview-cols-item {
  list-style-type: none;
}
.fos-tariffs-preview-cols-item > li {
  position: relative;
}
.fos-tariffs-preview-cols-item > li:before {
  content: '—';
  position: absolute;
  left: -1em;
}
.fos-tariffs-preview-cols-item > li .price {
  color: #d92662;
}
.fos-tariffs-preview-cols-item > li > div {
  color: #666666;
}
.fos-tariffs-preview-cols-item > li > div:first-child {
  color: #000000;
}
.fos-notice {
  margin: 1em 0;
  color: #b81414;
}
@media (max-width: 768px) {
  .fos-faq {
    margin: 15px 16px;
  }
}
.fos-faq-question {
  margin: 30px 0;
}
.cols2 {
  columns: 2 auto;
}
.page-api-doc {
  /**
     * Оглавление.
     */
  /**
     * HTTP методы запроса (GET, POST).
     */
  /**
     * Параметры методов
     */
  /**
     * Примеры кода.
     */
  /**
     * Changelog.
     */
}
.page-api-doc p > code {
  font-size: 0.85em;
  vertical-align: baseline;
}
.page-api-doc .page-content-row--highlight {
  background: #eef6ea;
  padding-top: 16px;
  padding-bottom: 16px;
}
.page-api-doc .page-content-row--highlight p:first-child {
  margin-top: 0;
}
.page-api-doc .anchor {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #AAA;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  margin-left: -2em;
  width: 2em;
  text-align: center;
  visibility: hidden;
}
.page-api-doc .anchor:hover {
  color: #266619;
  text-decoration: none;
}
.page-api-doc h1:hover .anchor,
.page-api-doc h2:hover .anchor,
.page-api-doc h3:hover .anchor,
.page-api-doc h4:hover .anchor {
  visibility: visible;
}
.page-api-doc h4 {
  color: #939da3;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px #939da3 solid;
  font-size: 15px;
  line-height: 1.5;
  padding: 0.25em 0;
}
.page-api-doc .api-toc {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-api-doc .api-toc ul {
  list-style: none;
  margin: 0 0 0 1.5em;
  padding: 0;
}
.page-api-doc .api-method {
  line-height: 1.6;
  vertical-align: middle;
}
.page-api-doc .api-method span {
  vertical-align: middle;
}
.page-api-doc .api-method_http-method {
  display: inline-block;
  padding: 0 8px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.3;
  margin-right: 5px;
}
.page-api-doc .api-method_http-method--get {
  background-color: #98bd90;
}
.page-api-doc .api-method_http-method--post {
  background-color: #ab93ca;
}
.page-api-doc .method-params {
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0;
}
.page-api-doc .method-params .method-params {
  position: relative;
  border: 1px #c1cdd4 solid;
  border-radius: 0.5em;
  padding: 1em 0;
  margin: 8px 0 0 0;
}
.page-api-doc .method-params .method-params > li {
  margin: 0 1.5em;
  padding: 0.5em 0;
}
.page-api-doc .method-params .method-params:before {
  position: absolute;
  top: -8px;
  left: 45px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #c1cdd4;
  border-left: 8px solid transparent;
  content: '';
}
.page-api-doc .method-params .method-params:after {
  position: absolute;
  top: -7px;
  left: 46px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  border-left: 7px solid transparent;
  content: '';
}
.page-api-doc .method-params--hidden {
  display: none;
}
.page-api-doc .method-params > li {
  display: block;
  margin: 0;
  padding: 0.5em 0;
}
.page-api-doc .method-params > li + li {
  border-top: 1px #f0f4f7 solid;
}
.page-api-doc .code-block {
  background: #f9f9f9;
  overflow: auto;
  border: 1px #c0bbb4 solid;
  padding: 1em;
  font-size: 0.75em;
}
.page-api-doc .code-block code {
  display: block;
  white-space: pre-wrap;
  min-height: 1em;
}
.page-api-doc .code-block__response {
  margin-top: 1em;
  background: #eef6ea;
}
.page-api-doc .code-block a {
  color: #a19c95;
  float: right;
}
.page-api-doc .code-block a:hover {
  color: #266619;
}
.page-api-doc .changelog-list {
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0;
}
.page-api-doc .changelog-list > li {
  display: block;
  margin: 0;
  padding: 0.5em 0;
}
.page-api-doc .changelog-list > li + li {
  border-top: 1px #f0f4f7 solid;
}
.page-api-doc .changelog-list .changelog-date {
  color: #939da3;
}
.page-api-doc .changelog-list .changelog-description p {
  margin: 0;
}
.page-api-doc .columns:after {
  content: "";
  display: table;
  clear: both;
}
.page-api-doc .column-right p {
  margin: 0;
}
.page-api-doc .column-left {
  display: block;
}
.page-api-doc .column-left .method-param__badge {
  display: block;
  margin: 0;
}
.page-api-doc .column-left b {
  font-weight: bold;
}
.page-api-doc .text-warn {
  color: #cc6666;
}
.page-api-doc .method-param__type {
  color: #939da3;
}
.page-api-doc .method-param__type > a {
  color: #939da3;
  text-decoration: none;
}
.page-api-doc .method-param__type > a:hover {
  color: #266619;
  text-decoration: underline;
}
.page-api-doc .method-param__badge {
  color: #ffae54;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-api-doc .link-toggle {
  color: #368f24;
  cursor: pointer;
  border-bottom: 1px dotted #da2b71;
  text-decoration: none;
  border-bottom: none;
}
.page-api-doc .link-toggle:hover {
  text-decoration: none;
  color: #f65a8c;
}
.page-api-doc .link-toggle:visited {
  color: #ae094b;
}
.page-api-doc .link-toggle--h2 {
  font-size: 26px;
}
@media (max-width: 768px) {
  .page-api-doc .link-toggle--h2 {
    font-size: 20px;
  }
}
.page-api-doc .link-toggle .icon-title {
  margin-left: 3px;
  border-bottom: 1px dotted #da2b71;
}
@media (max-width: 885px) {
  .page-api-doc .link-toggle .icon-title {
    display: none;
  }
}
.page-api-doc .disabled-vehicle {
  color: #777;
  font-style: italic;
}
@media (max-width: 768px) {
  .page-api-doc .column-left {
    float: none;
    width: auto !important;
    text-align: left;
  }
  .page-api-doc .column-right {
    padding-left: 0;
    margin-left: 0 !important;
  }
}
.error-page {
  margin: 0 auto;
  min-height: 700px;
  width: 100%;
  max-width: 870px;
  background: transparent url("/img/lost-img.svg") no-repeat right -35px;
  background-size: 700px 650px;
}
@media (max-width: 1120px) {
  .error-page {
    padding: 0 30px;
  }
}
@media (max-width: 885px) {
  .error-page {
    background-size: 480px 446px;
    background-position: center 258px;
    min-height: 710px;
  }
}
@media (max-width: 768px) {
  .error-page {
    padding: 0 40px;
    background-size: 240px 223px;
    background-position: center 270px;
    min-height: 495px;
  }
}
.error-page__description {
  margin: 0 0 140px;
  padding-top: 396px;
  width: 100%;
  max-width: 474px;
  color: #333c4e;
}
@media (max-width: 885px) {
  .error-page__description {
    padding-top: 0;
    margin: 40px auto 0;
    max-width: 407px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .error-page__description {
    max-width: 240px;
    text-align: left;
  }
}
.error-page__label {
  display: block;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: normal;
}
@media (max-width: 885px) {
  .error-page__label {
    display: none;
  }
}
.error-page__title {
  margin: 0 0 25px;
  font-size: 32px;
  line-height: normal;
  font-weight: normal;
}
@media (max-width: 885px) {
  .error-page__title {
    font-size: 23px;
    margin-bottom: 16px;
  }
}
.error-page__text {
  margin-bottom: 35px;
  color: #697982;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 885px) {
  .error-page__text {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.error-page__btn {
  max-width: 340px;
  white-space: nowrap;
}
@media (max-width: 885px) {
  .error-page__btn {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .error-page__btn {
    padding: 10px;
  }
}
.error-page a {
  color: #266619;
  text-decoration: none;
}
.person-tooltip {
  position: relative;
  width: 200px;
  height: 32px;
  border: 1px solid #bbc1d2;
  border-radius: 3px;
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
}
.person-tooltip__person {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  color: #333c4e;
  align-items: center;
  text-decoration: none;
  padding: 10px;
  font-size: 14px;
}
.person-tooltip__person:active,
.person-tooltip__person:hover {
  color: #333c4e;
  text-decoration: none;
}
.person-tooltip__person:before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/img/icon/user.svg');
}
.person-tooltip__person:after {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/img/icon/triangle.svg');
  transition: all 0.125s ease-in;
}
.person-tooltip__user-name {
  flex-shrink: 1;
  margin-right: auto;
  margin-left: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.person-tooltip__separator {
  content: '';
  flex-shrink: 0;
  display: inline-block;
  width: 1px;
  height: 22px;
  background-color: #bbc1d2;
}
.person-tooltip__price {
  margin-left: 7px;
  margin-right: 9px;
}
.person-tooltip__tooltip {
  display: none;
  position: absolute;
  min-width: 100%;
  top: calc(100% + 1px);
  right: 0;
  box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.3);
  border: solid 1px #f2f2f2;
  background-color: #ffffff;
  transition: all 0.125s ease-in;
  z-index: 1;
}
.person-tooltip__button {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.person-tooltip__money-block {
  padding: 18px 0;
  border-bottom: 2px solid #f4f4f4;
}
.person-tooltip__money-block:empty {
  display: none;
}
.person-tooltip__money {
  margin: 14px 36px 0;
  color: #476bb3;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.person-tooltip__money:first-child {
  margin-top: 0;
}
.person-tooltip__links {
  padding: 22px 20px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.person-tooltip__grey-link {
  display: inline-block;
  position: relative;
  margin-top: 22px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  color: #697982;
  padding-left: 23px;
}
.person-tooltip__grey-link:first-child {
  margin-top: 0;
}
.person-tooltip__grey-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.person-tooltip__grey-link--settings.person-tooltip__grey-link:before {
  background-image: url('/img/icon/settings.svg');
}
.person-tooltip__grey-link--log-out.person-tooltip__grey-link:before {
  background-image: url('/img/icon/logout.svg');
}
.person-tooltip:hover .person-tooltip__tooltip {
  display: block;
}
.person-tooltip:hover .person-tooltip__person:after {
  transform: rotate(180deg);
}
.dv-file-link__link {
  display: flex;
  text-decoration: none;
  color: #333c4e;
}
.dv-file-link__link:hover {
  text-decoration: underline;
  color: #266619;
}
.dv-file-link__link + .reports__link {
  margin-top: 6px;
}
.dv-file-link__icon {
  flex: 0 0 auto;
  margin-right: 5px;
  top: 4px;
  position: relative;
}
.dv-file-link__label {
  display: inline-block;
}
.dv-cabinet-mobile-reports-page {
  display: none;
}
@media (max-width: 768px) {
  .dv-cabinet-mobile-reports-page {
    display: block;
  }
}
.dv-cabinet-mobile-reports-page__list {
  border-top: 1px solid #f2f6fc;
}
@media (max-width: 768px) {
  .dv-cabinet-mobile-reports-page__list {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.dv-cabinet-mobile-reports-page__item {
  margin: 20px 0;
  font-size: 14px;
  color: #333c4e;
}
.dv-cabinet-mobile-reports-page__date {
  font-weight: bold;
}
.dv-cabinet-mobile-reports-page__amount {
  font-size: 16px;
}
.dv-cabinet-mobile-reports-page__link {
  display: flex;
  text-decoration: none;
  color: #333c4e;
}
.dv-cabinet-mobile-reports-page__link:hover {
  text-decoration: underline;
  color: #266619;
}
.dv-cabinet-mobile-reports-page__link + .dv-cabinet-mobile-reports-page__link {
  margin-top: 20px;
}
.dv-cabinet-mobile-reports-page__icon {
  flex: 0 0 auto;
  margin-right: 8px;
}
.dv-cabinet-mobile-reports-page__label {
  display: inline-block;
}
@media (max-width: 768px) {
  .dv-cabinet-reports-page {
    display: none;
  }
}
@media (max-width: 768px) {
  .dv-cabinet-reports-page__header {
    padding-left: 20px;
  }
}
.dv-cabinet-reports-page table {
  color: #333c4e;
  border: 1px solid #dee1e9;
  border-radius: 3px;
  display: table;
  width: 100%;
}
.dv-cabinet-reports-page table tr:first-child {
  font-size: 12px;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
}
.dv-cabinet-reports-page table tr:first-child td {
  border-bottom: 1px solid #dee1e9;
}
.dv-cabinet-reports-page table td {
  padding: 10px;
  vertical-align: top;
}
.orders-table__empty {
  padding: 0 24px;
  height: 88px;
  background-color: #f9f9f9;
  font-size: 23px;
  line-height: 88px;
}
.orders-table-desktop__order-id-col {
  width: 10%;
}
.orders-table-desktop__created-col,
.orders-table-desktop__arrival-col {
  text-decoration: underline;
  cursor: pointer;
  width: 13%;
}
.orders-table-desktop__status-col {
  width: 14%;
}
.orders-table-desktop__price-col {
  width: 8%;
}
.orders-table-desktop__address-col {
  width: 24%;
}
.orders-table-desktop__actions-col {
  width: 18%;
}
.orders-table-desktop__arrow {
  display: inline-block;
  position: relative;
  bottom: -2px;
  width: 1em;
  height: 1em;
  background-image: url("/img/ru/cabinet-new/sort-arrow-inactive.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.orders-table-desktop__arrow--up {
  background-image: url("/img/ru/cabinet-new/sort-arrow.svg");
}
.orders-table-desktop__arrow--down {
  background-image: url("/img/ru/cabinet-new/sort-arrow.svg");
  transform: rotate(180deg);
}
.orders-table-desktop table {
  color: #333c4e;
  border: 1px solid #dee1e9;
  border-radius: 3px;
  display: table;
  width: 100%;
}
.orders-table-desktop table tr:first-child {
  font-size: 12px;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
}
.orders-table-desktop table tr:first-child td {
  border-bottom: 1px solid #dee1e9;
}
.orders-table-desktop table td {
  padding: 10px;
  vertical-align: top;
}
.n-orders-table {
  font-size: 14px;
  color: #333c4e;
}
.gray-text {
  color: #697982;
  font-size: 12px;
}
.order-id-cell {
  white-space: nowrap;
}
.order-id-cell__client-order-id {
  display: block;
  max-width: 103px;
  font-size: 12px;
  color: #697982;
  text-overflow: ellipsis;
  overflow: hidden;
}
.orders-table-mobile__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dee1e9;
}
.orders-table-mobile__item {
  padding: 20px;
  border-top: 1px solid #dee1e9;
}
@media (max-width: 768px) {
  .orders-table-mobile__item {
    padding-bottom: 12px;
  }
}
.orders-table-mobile__row {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.orders-table-mobile__row:last-child {
  margin-bottom: 0;
}
.orders-table-mobile__link {
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  color: #266619;
  text-decoration: navajowhite;
}
.orders-table-mobile__link:hover {
  color: #266619;
}
.orders-table-mobile__label {
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  color: #266619;
}
.orders-table-mobile__empty {
  padding: 20px;
  border-top: 1px solid #dee1e9;
  border-bottom: 1px solid #dee1e9;
}
.orders-table-mobile__empty h3 {
  margin: 0;
}
.stars-container {
  display: flex;
}
.stars-container__native-input {
  display: none;
}
.stars-container__img {
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
  background-image: url('/img/ru/cabinet-new/star.svg');
  background-size: 9px;
  background-position: center;
  background-repeat: no-repeat;
}
.stars-container__img--active {
  background-image: url('/img/ru/cabinet-new/star-empty.svg');
}
.stars-container--big .stars-container__img {
  width: 33px;
  height: 33px;
  background-size: 20px;
}
.stars-container--passive {
  pointer-events: none;
}
.stars-container--passive .stars-container__img {
  cursor: default;
}
.r-pseudo-radio {
  display: block;
  box-sizing: border-box;
  margin-bottom: 3px;
}
.r-pseudo-radio:last-child {
  margin-bottom: 0;
}
.r-pseudo-radio__label-text {
  color: #333c4e;
  font-size: 14px;
  line-height: normal;
}
.r-pseudo-radio__label {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  cursor: pointer;
  line-height: 1.4;
  margin-top: 8px;
}
.r-pseudo-radio__label:first-child {
  margin-top: 0;
}
.r-pseudo-radio__label--input-group {
  display: flex;
  align-items: inherit;
}
.r-pseudo-radio__check-group {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  width: inherit;
}
.r-pseudo-radio__input {
  display: none;
}
.r-pseudo-radio__input + .r-pseudo-radio__icon--unchecked + .r-pseudo-radio__icon--checked {
  opacity: 0;
  transform: scale(0.3);
  transition: 0.2s ease-in-out;
}
.r-pseudo-radio__input:checked + .r-pseudo-radio__icon--unchecked + .r-pseudo-radio__icon--checked {
  opacity: 1;
  transform: scale(1);
  transition: 0.2s ease-in-out;
}
.r-pseudo-radio__icon {
  display: inline-block;
  line-height: 1;
  font-size: 28px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: solid 1px #f5f5f5;
}
.r-pseudo-radio__icon--unchecked {
  border: 1px solid #bbc1d2;
  border-radius: 50%;
  background-color: #ffffff;
  box-sizing: border-box;
  margin-right: 10px;
  box-shadow: 0 1px 2px 0 rgba(187, 193, 210, 0.5);
}
.r-pseudo-radio__icon--checked {
  position: absolute;
  border-radius: 50%;
  background-color: #266619;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border: solid 1px #f5f5f5;
}
.rate-courier {
  width: 80px;
}
.rate-courier__comment {
  font-size: 14px;
  max-width: 100%;
  min-width: 100%;
}
.rate-courier__radio-wrapper {
  margin-bottom: 8px;
}
.rate-courier__comment-wrapper {
  margin-top: 6px;
}
.rate-courier__button-wrapper {
  margin-top: 12px;
}
.price-cell {
  align-self: flex-end;
}
@media (max-width: 768px) {
  .price-cell .r-tooltip__tooltip {
    right: 0;
    left: -94px;
  }
  .price-cell .r-tooltip__tooltip:before,
  .price-cell .r-tooltip__tooltip:after {
    right: 12px;
  }
}
.price-cell__value {
  display: inline-block;
  color: #266619;
  font-size: 14px;
  border-bottom: 1px dotted #266619;
  cursor: pointer;
}
.price-cell__row {
  margin-bottom: 12px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.price-cell__row:last-child {
  margin-top: 16px;
  margin-bottom: 0;
  padding-top: 12px;
  border-top: 2px solid #f4f4f4;
}
.price-cell__cell {
  font-size: 14px;
  line-height: 1.4;
}
.price-cell__cell:first-child {
  text-align: left;
  max-width: 206px;
}
.price-cell__label {
  font-size: 12px;
  line-height: 1.6;
  color: #697982;
}
@media (max-width: 768px) {
  .date-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    white-space: nowrap;
    text-align: right;
  }
}
.date-content__date {
  color: #333c4e;
  line-height: normal;
}
@media (max-width: 768px) {
  .date-content__date {
    color: #697982;
    font-size: 12px;
  }
}
.date-content__time {
  color: #697982;
  font-size: 12px;
  line-height: normal;
}
@media (max-width: 768px) {
  .date-content__time:before {
    content: 'в';
    display: inline-block;
    margin: 0 3px;
  }
}
@media (max-width: 768px) {
  .date-content__time .zone-name:before {
    content: ' ';
    display: block;
  }
}
.actions-cell {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .actions-cell {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
  }
}
.actions-cell .actions-cell__items {
  margin-bottom: 5px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .actions-cell .actions-cell__items {
    padding: 0;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid #266619;
    border-radius: 3px;
    color: #266619;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    width: calc(50% - 4px);
    overflow: hidden;
  }
}
.actions-cell .actions-cell__items:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .actions-cell .actions-cell__items:last-child {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .actions-cell__rate {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
  }
  .actions-cell__rate:empty {
    display: none;
  }
  .actions-cell__rate .rate-courier {
    width: initial;
  }
  .actions-cell__rate .stars-container__img {
    width: 24px;
    height: 24px;
    background-size: 14px;
  }
  .actions-cell__rate .r-tooltip__tooltip {
    transform: translateX(-220px);
  }
  .actions-cell__rate .r-tooltip__tooltip:before,
  .actions-cell__rate .r-tooltip__tooltip:after {
    right: 48px;
  }
}
.address-cell {
  position: relative;
  margin-bottom: 5px;
  color: #333c4e;
}
@media (max-width: 768px) {
  .address-cell {
    font-size: 14px;
    line-height: normal;
  }
}
.address-cell--can-open {
  cursor: pointer;
}
.address-cell__opener {
  width: 28px;
  height: 16px;
  bottom: 4px;
  display: block;
  background: url('/img/icon/show-more.svg') no-repeat center;
  background-size: cover;
  border: 0;
  margin-top: -2px;
  margin-bottom: 8px;
}
.address-cell__item {
  margin-bottom: 10px;
}
.address-cell__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .status-cell {
    font-size: 12px;
  }
}
.status-cell__courier {
  font-size: 12px;
  color: #697982;
}
.status-cell .process {
  color: #eb9300;
}
.status-cell .active {
  font-size: 12px;
  color: #4bc04e;
}
.status-cell .canceled {
  color: #697982;
}
.dv-table-filter-buttons {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  .dv-table-filter-buttons {
    justify-content: space-between;
  }
}
.dv-table-filter-buttons__item {
  background: #ffffff;
  box-shadow: 0 0.7px 3px #c4c8d7;
  border: 1px solid transparent;
  height: 32px;
  border-radius: 4px;
  margin-right: 14px;
  font-size: 14px;
  padding: 4px 14px 6px;
  color: #266619;
}
@media (max-width: 768px) {
  .dv-table-filter-buttons__item {
    margin: 0 0 20px 0;
    border: 1px solid #266619;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    height: 26px;
    width: calc(50% - 4px);
    padding: 2px 14px;
  }
  .dv-table-filter-buttons__item:hover {
    color: #266619;
  }
}
.dv-table-filter-buttons__item:last-child {
  margin-right: 0;
}
.dv-table-filter-buttons__item:hover {
  color: #266619;
}
.dv-table-filter-buttons__item--current {
  border: 1px solid #266619;
  color: #266619;
  box-shadow: none;
}
.orders-filters {
  display: flex;
  padding-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .orders-filters {
    padding: 0 20px 20px;
    flex-direction: column;
  }
}
.orders-list__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 24px;
}
@media (max-width: 980px) {
  .orders-list__header {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .orders-list__header {
    display: block;
  }
}
.orders-list__header h1 {
  margin: 0;
}
.orders-list__export-link-icon {
  margin-left: 8px;
}
.contact-persons-select-wrapper {
  width: 186px;
}
@media (max-width: 768px) {
  .contact-persons-select-wrapper {
    width: 100%;
  }
}
.dv-cabinet-ordering-totals-page__total-row td {
  border-top: 1px solid #dee1e9;
}
.dv-cabinet-ordering-totals-page__controls {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.dv-cabinet-ordering-totals-page__controls-days {
  display: flex;
}
.dv-cabinet-ordering-totals-page__export {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}
.dv-cabinet-ordering-totals-page__export button:not(:first-child) {
  margin-left: 10px;
}
.dv-cabinet-ordering-totals-page__scroll {
  overflow-x: auto;
}
.dv-cabinet-ordering-totals-page__day {
  max-width: 150px;
  margin-left: 10px;
}
.dv-cabinet-ordering-totals-page__day .DayPickerInput {
  width: 100%;
}
.dv-cabinet-ordering-totals-page__day .DayPickerInput input {
  border: solid 1px #bbc1d2;
  min-height: 32px;
  width: 100%;
}
.dv-cabinet-ordering-totals-page__order-address {
  margin-top: 0;
}
.dv-cabinet-ordering-totals-page table {
  color: #333c4e;
  border: 1px solid #dee1e9;
  border-radius: 3px;
}
.dv-cabinet-ordering-totals-page table tr:first-child {
  font-size: 12px;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
}
.dv-cabinet-ordering-totals-page table tr:first-child td {
  border-bottom: 1px solid #dee1e9;
}
.dv-cabinet-ordering-totals-page table tr td:nth-child(3) {
  width: 30%;
}
.dv-cabinet-ordering-totals-page table tr td:nth-child(2),
.dv-cabinet-ordering-totals-page table tr td:nth-child(7) {
  width: 15%;
}
.dv-cabinet-ordering-totals-page table tr td:nth-child(1),
.dv-cabinet-ordering-totals-page table tr td:nth-child(6) {
  width: 10%;
}
.dv-cabinet-ordering-totals-page table tr td:nth-child(5) {
  text-align: right;
}
.dv-cabinet-ordering-totals-page table td {
  padding: 10px;
  vertical-align: top;
}
.integration-steps {
  margin: 40px 0;
}
@media (max-width: 885px) {
  .integration-steps {
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .integration-steps {
    margin: 25px 0;
    padding: 0 20px;
  }
}
.integration-steps__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .integration-steps__list {
    flex-direction: column;
  }
}
.integration-steps__item {
  padding: 20px;
  display: block;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(80, 89, 100, 0.2);
  width: calc(33.33% - 8px);
}
@media (max-width: 768px) {
  .integration-steps__item {
    margin-bottom: 20px;
    width: 100%;
  }
}
.integration-steps__item .button {
  white-space: nowrap;
}
.integration-steps__item-inner {
  display: flex;
  flex-flow: column wrap;
  flex-basis: 100%;
  align-items: center;
  width: 100%;
  height: 100%;
}
.integration-steps__step-number {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  color: #266619;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  border-radius: 50%;
  border: 2px solid #266619;
}
@media (max-width: 885px) {
  .integration-steps__step-number {
    margin-top: 0;
    width: 70px;
    height: 70px;
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .integration-steps__step-number {
    margin-top: 10px;
  }
}
.integration-steps__description {
  margin: 20px 0;
  color: #333c4e;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 885px) {
  .integration-steps__description {
    margin: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .integration-steps__description {
    margin: 5px 0 20px;
  }
}
.integration-steps__description p {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 885px) {
  .integration-steps__description p {
    font-size: 14px;
  }
}
.integration-steps__description .r-input {
  padding-top: 14px;
}
.integration-steps__email {
  margin: 12px 0 0;
  padding: 0 15px;
  display: block;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #e4d9cd;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  min-height: 48px;
}
.integration-steps__email-description {
  margin-top: 4px !important;
  display: block;
  color: #697982;
  font-size: 12px !important;
  line-height: normal;
}
.integration-steps__button {
  width: 100%;
  align-self: flex-end;
  justify-self: flex-end;
}
.integration-steps__button .button {
  width: 100%;
}
.integration-steps__error {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: normal;
  background-color: #f04240;
  color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.integration-settings {
  margin: 40px 0;
  padding: 32px 35px;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 rgba(80, 89, 100, 0.3);
  background-color: #ffffff;
  width: 50%;
}
@media (max-width: 1120px) {
  .integration-settings {
    width: 70%;
  }
}
@media (max-width: 885px) {
  .integration-settings {
    width: 100%;
  }
}
.integration-settings__title {
  margin: 0 0 20px;
  padding: 0;
}
.integration-settings__label {
  width: 100%;
  margin: 0 0 10px;
  padding: 8px 0px;
  background-color: #f9f9f9;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.integration-settings__input-wrapper {
  margin-bottom: 10px;
  display: flex;
  flex-flow: row nowrap;
}
.integration-settings__input-wrapper button {
  margin-left: 12px;
  min-width: 145px;
}
.integration-settings__test-response {
  margin-top: 20px;
  padding: 10px;
  background: #f5f5f5;
}
.integration-settings__preloader {
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}
.integration-settings__preloader:before {
  content: '';
  display: block;
  min-height: 15px;
  background: url('data:image/gif;base64,R0lGODlhZAAJAIAAAP///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAAACwAAAAAZAAJAAACHIyPqcvtD6OctNqLs968+w+G4kiW5omm6sq2awEAIfkECQkAFQAsAAAAAGQACQCEBAIEjIqM1NLUREJE7OrsNDI0ZGJkFBIUvL68/Pr8nJ6c3N7cTEpMBAYE1NbU9PL0dHJ0FBYU/P78pKKkTE5M////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUBgJY5kaZ5oqq5s67aPsCRvbd+4ugxAFNC5oHB4ggCOBwFxycRRjkdEc0pVKRrHAqHK7VYSioHB4S2bz+i0mhkCACH5BAkJABQALAAAAABkAAkAhAQCBJSWlNTW1FRSVPTy9LS2tHx+fAwODGRmZPz6/FxaXMTCxAwKDJyenNze3FRWVPT29BQSFPz+/MzKzP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAICWOZGmeaKqubOu+MCQICWzfeF4SD8MgNZ1wSBw1AEhAochswgxJQMBJrZ4WB+TBYe1aJYXBY+Etm8/otBoVAgAh+QQJCQAVACwAAAAAZAAJAIQEAgSEhoREQkTMzszs6uwcHhx0dnT09vQMCgxUUlTk4uQsKiz8/vwEBgSsqqxERkT08vQkIiR8enz8+vzk5uT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFPmAljmRpnmiqrmzrvrBLDAoT33iuDwtQOLqgcFgSAI4RCHHJhBWOgAahSa2eJNDEwcq1QgIPg6JLLpvP6G4IACH5BAkJABQALAAAAABkAAkAhAQCBIyOjMzOzDw6POzu7FxaXDQ2NNze3Pz+/BwaHJyanERCRPT29AQGBJSSlNTW1PTy9GxubOTi5ERGRP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU/ICWOZGmeaKqubOu+cGwSwoHIeK7Hj9EkittuSCQWAMjEochswgxIQOPhrFpPgegAcu1eGY5JZOktm8/o9DAEACH5BAkJABUALAAAAABkAAkAhAQCBIyKjNTS1ERCROzq7DQyNGRiZBQSFLy+vPz6/JyenNze3ExKTAQGBNTW1PTy9HRydBQWFPz+/KSipExOTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU/YCWOZGmeaKqubOu+cKxKi0DIeK7HUnA0g8VuSCwKDoAkpMhswhDJJMVJrZ4IhWRjYu12HYaBIuEtm8/oNC4EACH5BAkJACEALAAAAABkAAkAhQQCBIyOjMzKzERCROzu7DQ2NGRmZLS2tBQSFJyanNze3FRSVPz6/AwKDJSWlNTW1PT29Hx+fFxaXAQGBJSSlMzOzERGRPTy9Dw6PGxubMTCxBwaHJyenOTi5FRWVPz+/AwODP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZiwJBwSCwaj8ikcslsOo2Qx4PxrFpDhIric+0WL55Gw0D1mouPAmCTKJ+tHIAccHjbJfONwm6NzAEUfGdqchMPgk8aIHIge4hdAXMYF49NHwcLHhqVXRAUFhmOnKOkpaanp0EAIfkECQkAFQAsAAAAAGQACQCEBAIEhIaExMbETE5M7Ors3NrcZGZkJCIk/Pr8FBIUrKqszM7MdHZ0DAoMXFpc9PL05OLk/P78tLa01NLUfHp8////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABVJgJY5kaZ5oqq5s675pVEwP/EYTbe+8iTCNxgDSizESQmJx+RI0ANAA0+SEAqTTbEphBRi0I671Cy6PIAdoQ2JGq9nm+MIxUCDkdHt8z+/7/4AhACH5BAkJACMALAAAAABkAAkAhQQCBISGhERCRMzOzOzq7BweHGRiZKyqrNze3BQSFExOTPT29JyenCwqLHRydAwKDExKTNTW1OTm5Pz+/Hx6fAQGBIyKjERGRNTS1PTy9CQiJLy+vOTi5BQWFFRSVPz6/KSipDQyNHR2dP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZiwJFwSCwaj8ikcslsOp/QY2aA+ERHhAFncu16oQhBJWGxPgcNQOHwbbuPDoA8gYEK5ABN5s13K/AAG1AFeBUEfYhdDBVyDYdPIngKZomVTR8MFwYRUQsBFw4SlqOkpaanqEEAIfkECQkAHwAsAAAAAGQACQCEBAIEhIaExMbE7OrsTE5M1NbUfHp8rKqsJCIk9Pb0ZGZkDA4MzM7MVFZU3N7clJaUxMLE/P78DAoMzMrM9PL0VFJU3NrcfH58tLa0/Pr8FBIU1NLUXFpc5OLknJ6c////BVrgJ45kaZ5oqq5s674wnGxFlGZFkcR876MDAkBj2JkyComkQfk5n68AYCoRnDDTqQfK7ZoUWcDh9AgbvOguRjJFOE6WBdWarv8yB0KDkYI0CBg2doOEhYaHaCEAIfkECQkAGwAsAAAAAGQACQCEBAIEhIaEREJEzM7M7OrsHB4cZGJk9Pb0LCosdHZ0DAoMrKqsVFJU5OLk9PL0JCYk/P78fH58BAYEREZE7O7sJCIk/Pr8LC4sfHp8vLq85Obk////AAAAAAAAAAAAAAAABVbgJo5kaZ5oqq5s675wPELNQJjaoMl876eLggQxIGUegEfmx2zCHBWAVEBCSAEIp3Z70kiuBZLiquCauRbGNUEyXA3nuLORmAQcJApmgqHI/4CBgoNMIQAh+QQJCQAqACwAAAAAZAAJAIUEAgSEhoTExsREQkTs6uxkZmQkIiSsqqzU1tQUEhSUlpRUUlT09vQMCgzMzsx0dnTc3tyMjoxMTkz08vQ0NjTEwsScnpxcWlz8/vwEBgTMysxERkTs7uxsbmy0trTc2twcGhycmpxUVlT8+vwMDgzU0tR8fnzk4uSUkpQ8Ojz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgECVcEgsGo/IpHLJbDY5DgjGSa0SJyXElMhAIEbWKoKSAYXA4XSSIMkkHmjVRNRoFOLq5AXAB0HygEQBfAANAkMWhAAegUkUhBkIjYEFigdDJoook0cRhCkTnHkeDX0nQwIkfCR/olwoGx2trmEjBxIiDkQYHrgVtMDBwsPExUZBACH5BAkJACcALAAAAABkAAkAhQQCBISGhMTGxERCROTm5CQiJGRmZNTW1PT29BwaHKyqrFRSVAwKDJSSlOzu7DQ2NHR2dNze3MzOzExOTPz+/AQGBIyOjERGROzq7CwqLGxubNza3Pz6/BweHLS2tFxaXAwODJyanPTy9Dw6PHx6fOTi5NTS1P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaCwJNwSCwaj8ikcslsOp9ChOlAgT4pEYmjSClJMNYwFDOpgEgcsZITSlQeB6KiU8lI1PhkAMCvCPJHEQl8AB9DDgWEA4CMQwaEAAqNRAcVhA9DGJZ8HZOMHgycJZ5CDgOEFkMIC4QQpHkcChMfd68nERoXDQhEJRAXASK2w8TFxsfGQQAh+QQJCQApACwAAAAAZAAJAIUEAgSEhoTExsREQkTk5uRkYmQkIiSsqqzU1tT09vQUEhRcWlx0cnScnpxMSkzs7uwsLiy0trTc3twMCgzMzsz8/vx8fny8vrwEBgSMioxERkTs6uxkZmQkJiTc2tz8+vwUFhR0dnSkoqRMTkz08vQ0MjS8urzk4uTU0tT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGfMCUcEgsGo/IpHLJbDqfUAKFAB2SKJJPMYFCVKrgsNLUAXRMVckAo8hohYTRZBJ6i+9iCGAPqTL2AAooQwGAEwJ4iWAThlUjgAAXQxyQB4qXTguAC1UNGHwbQxGMAAYSmKhKDxYaFqFQHw0aBQhEHwcOCxSpvL2+v8DBTEEAIfkECQkALAAsAAAAAGQACQCFBAIEhIaEREJEzM7MJCIk7OrsZGJkrKqsFBIUnJqcVFJU3N7c9Pb0NDI0dHJ0jI6MTEpMHBocDAoM1NbU9PL0pKKk5Obk/P78PDo8fHp8BAYEjIqMREZE1NLULCos7O7sbG5svL68FBYUnJ6cXFpc5OLk/Pr8NDY0dHZ0lJKUTE5MHB4c////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoNAlnBILBqPyKRyyWw6n9BkYVC6JE2Lzqd4WQy20bA4PPAAVgfkZYPQCBZDUyKiOU3G+HxSAOgTwEUdCH0AIEMlIoQkeoyNK4QaBUchhAAqQx0ahCeNnXgZhComRwVmABoVQx98fQ+er1EUARwOFkkTBhwjo0MLIBwpDLDDxMXGx8hEQQAh+QQJCQArACwAAAAAZAAJAIUEAgSEhoTExsREQkTs6uwkIiSsqqxkYmScmpzU1tQUEhT09vRcWlx0cnSMjoxMSkw0MjTc3twMCgzMzsz08vS0trRsbmykoqQcGhz8/vw8OjwEBgSMioxERkTs7uxkZmScnpzc2twUFhT8+vx8enyUkpRMTkw0NjTk4uTU0tS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhMCVcEgsGo/IpHLJbDqf0GYmlKIYPZNIpkjJjqLgsFg4aig2JgIxddpgEF9hZLBRcOLjvP4okAD+AUQMfwAiKEMWhAope42OBoQAH0QnhBsJQyaRKo6deSgFfxsVRBwbfxpWQiCnABBqnrFgEwwPBngrCyUdFhFEIyAdB5iyxcbHyMnGQQAh+QQJCQAoACwAAAAAZAAJAIUEAgSEhoREQkTExsTk5uRkYmQcHhysqqzU1tRUUlT09vQUEhR0cnScnpxMSkwsKizc3twMCgzMzsz08vS0trT8/vx8enwEBgSMioxERkTs6uxkZmQkIiTc2txcWlz8+vwUFhR0dnSkoqRMTkw0MjTk4uTU0tS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGiUCUcEgsGo/IpHLJbDqfUKdGUqoUPx3TpFjJaqJLCXgcfgAMB+InFLmMvsJPAHQRQMhHAX5fFAD+HFtCAxF/AAFDJguGDHxEHI6OBoYXcCgHhgAbQycXhiORQhaheyGfH0MQkwAXFEMaZqwipAqkeBMBGQwERRIeDgeoQwgFGQ3CtsnKy8zNzkhBACH5BAkJACoALAAAAABkAAkAhQQCBISGhERCRMzKzOTm5CQiJGRmZKyqrBQSFPT29JSWlFRSVNze3HR2dAwKDOzu7DQ2NIyOjNTW1MTCxBwaHPz+/JyenFxaXHx+fAQGBERGRMzOzOzq7CwqLGxubLS2tPz6/JyanFRWVOTi5Hx6fAwODPTy9Dw6PJSSlBweHP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaYQJVwSCwaj8ikcslsOpWczajyrIIkkoQxOi0+NgxqdXzcdACpA5kJMjgcIhNxcE4TJRAAJQRa+1UCAIIFD39IH4KCFkSBg4VCF4kUDIZkKYkZHJVGKIkAJESXgplDeaMSm1UkiQtaqUMMJYIOA0QNrK4qEYkncq9NJgEaDSO/RBMiCx99QwkBAsRECSgaHpTG2Nna29zdSUEAIfkECQkALwAsAAAAAGQACQCFBAIEhIaExMbEREJE5ObkZGJkJCIkrKqs1NbUVFJU9Pb0DA4MlJaUdHJ0vLq8zM7MTEpM7O7sLC4s3N7cDAoMXFpc/P78FBYUnJ6cfH58xMLEBAYEjIqMzMrMREZE7OrsZGZkJCYktLa03NrcVFZU/Pr8FBIUdHZ0vL681NLUTE5M9PL0NDI05OLkpKKk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpzAl3BILBqPyKRyyWw6n0jLKBWBDgkPgrGEQCiK0tTKSi5bOKbNYGJ1hAAhB7FUWFBIY2HptNioPmWBTikLAIYNVhKGABJEIosAGEMaFIsBgphKKBuLKlaVhhREDJAZQweQIJmrRh+KABsuVhWLFUQThQAUAkMtBoYbIqzDQwgFHhglVhEZHhmARCgkKiIWRA/TB8rE3N3e3+DhT0EAIfkECQkALgAsAAAAAGQACQCFBAIEhIaEREJEzMrMJCIk5ObkZGJkrKqsFBIU9Pb0lJaUNDY0dHZ0VFJU3N7cDAoMLCos7O7svLq8jI6M1NbUbG5sHBoc/P78nJ6cfH58XFpcBAYEREZEzM7MJCYk7OrsZGZktLa0/Pr8nJqcPDo8fHp8VFZU5OLkDA4MLC4s9PL0xMLElJKUHB4c////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABp1Al3BILBqPyKRyyWw6n1DXxdGJKBMUishY6BSMn87pEi2bkZeRBbCgIFWaxwO0HUoIG4KE2IEAWgdngoIOawAAGkgYh4chRH6HEEQCjARWg5hPFBuMC0gljAAsRA+MD0QtjBsfma1MKiSME0grKIcoDkQajIlDoIcNCa7DSQ4VHCzCRxchDSZ7RBEZHCWXQioBHAwnxN3e3+Dh4klBACH5BAkJACYALAAAAABkAAkAhQQCBISGhMTGxERCROTm5GRmZBweHNTW1KyqrFRSVPT29AwODMzOzHR2dNze3AwKDJSWlExOTPTy9CwqLMTCxFxaXPz+/Hx+fAQGBMzKzERGROzq7CQiJNza3LS2tFRWVPz6/BQSFNTS1Hx6fOTi5JyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAabQJNwSCwaj8ikcslsOp9Qo0J0sBQtJMZGejiAioquIkouNzcRTKjxHSIMmEmGKPk8HoW2CVS4V7ZmgYJCAQCGDwJDGxyGAANEJY0AHkMekiWDmWUFkghDBA+NBkQXkhBDEJIjmqxPHqEABiRDChGNDUQZsAsOQx0Lh4mtw0ogCBEfDEUEDRoBEkQWHsgURRQJER5WxNzd3t/g4UEAIfkECQkAJwAsAAAAAGQACQCFBAIEhIaExMbEREJE5ObkJCIkZGZk1NbU9Pb0HBocrKqsVFJUDAoMlJKU7O7sNDY0dHZ03N7czM7MTE5M/P78BAYEjI6MREZE7OrsLCosbG5s3Nrc/Pr8HB4ctLa0XFpcDA4MnJqc9PL0PDo8fHp85OLk1NLU////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABqLAk3BILBqPyKRyyWw6n1AjJSJxGBGmA6VIKUkwSoyktI2az0dKKAF4HIiYCQNE4hAVnUpGgpQUKh0KaIODEWwAAB9EAYgAFQJDDgWNA0gDjQVWhJtPBxWND0QGjQCCQgQMjR1IHY0VYJyxSyIjjRZEHqkAHSVDCAuNEEgkjRN2sshIERoXDQhEHAoTH3xEJRAXASJICAEDEL3J4uPk5ebnQ0EAIfkECQkAKwAsAAAAAGQACQCFBAIEhIaExMbEREJE7OrsJCIkrKqsZGJknJqc1NbUFBIU9Pb0XFpcbG5sjI6MTEpMNDI03N7cDAoMzM7M9PL0tLa0pKKkHBoc/P78dHZ0PDo8BAYEjIqMREZE7O7sZGZknJ6c3NrcFBYU/Pr8dHJ0lJKUTE5MNDY05OLk1NLUvL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABqHAlXBILBqPyKRyyWw6n9AjZRIZFTGRice4SCUw0ZWHCg6boZHBRsGxCjGIC+CUIBIeEkXG7UycNhcIfGeESSQAiAopQxFyiAxEAYgAEgJQDJMiKIWcSCaTACpDCRuTJ0QfoAZQJ5MbdZ2xQyClABAEQx4Dkw5EFRKIF5tPDpMaFLLJIyAdB7CMDR0lC0QjBg8ME1ELJR0NEcnh4uPk5eZCQQAh+QQJCQAiACwAAAAAZAAJAIUEAgSMiozMzsxEQkTs6uw0MjRkYmS8vrycmpz09vQUEhTc3txcWlxMSkyUkpTU1tT08vQ8OjxsbmykoqT8/vwcGhwEBgSMjozU0tRERkTs7uw0NjScnpz8+vwUFhTk4uRMTkx0cnT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk0CRcEgsGo/IpHLJbDqf0CNlgdEYIYJFpzgVWKPNLnjMDSgsgwVxMbAoAlshBVEBbB7kZIduyecxCgCCEkQhggAKGEMLdYIMfkeMgpBjB4cAIEQglwdDDxaHG5RFn5OjUAQFghYTRBygAAUEQxoDhxenQxARprlODwYZHHFCCRwZBnhrEhkOCb5CC8zQ1NXW19hLQQAh+QQJCQAiACwAAAAAZAAJAIUEAgSMiozMzsxEQkTs6uw0MjRkYmS8vrycmpz09vQUEhTc3txcWlxMSkyUkpTU1tT08vQ8OjxsbmykoqT8/vwcGhwEBgSMjozU0tRERkTs7uw0NjScnpz8+vwUFhTk4uRMTkx0cnT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhECRcEgsGo/IpHLJbDqfUKRGsKAUOwuMxgihdqLgsFj42FgqiK+QElBYBgviYmBRBNTjvP7IAPg9H0MYCn4AEkQhhQoYe42OG4UWD0MHhQAgRCCWB46deReFERBDBAV+FhNEHBZ+BQSesGAJDhkScUQPBhkceCIJHBkGk7HExcbHyMkiQQAh+QQJCQAiACwAAAAAZAAJAIUEAgSEhoTExsREQkTs6uwkIiTU1tRkZmSsqqz09vQUEhSUkpRcWlzc3twMCgzMzsxMTkz08vQ0NjR8enz8/vwEBgSMjoxERkTs7uzc2txsbmy0trT8+vwcGhycmpzk4uTU0tQ8Ojz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGg0CRcEgsGo/IpHLJbDqfUCQlA4oYMY8GJclpPDDRsDjMmTgqEAIRJKl0PJwjxdOpSAzjvB4pqAD+AUQMfwAdDUcfHYQMe42NCIQAB0QShBV4RiB+fxKOnmMfBX8VG0QWhCFWVwOEFp+vUQ8MEAhxQwkLFxqHSA0aFwsJsMPExcbHyERBACH5BAkJAB0ALAAAAABkAAkAhAQCBISGhERCRMTGxOTm5GRmZBweHPT29FRSVNza3BQSFAwKDKyqrExOTMzOzPTy9HR2dCwqLPz+/AQGBERGROzq7CQiJPz6/FxaXOTi5LS2tNTS1Hx6fP///wAAAAAAAAV4YCeOZGmeaKqubOu+cFo5mVReyfbEnZQ5FZ5weHJEAAYG6QJRTBpBGMMwiTiI2KEAwLXsRIMFFxCAVSxjQXYNM4wn0Q5jDCiYJ2MDe8/ijBsXIxluABMaMAcIYxB8jSgPARQQGSUOGA0MgTAZEBQBX46hoqOkpY0hACH5BAkJACIALAAAAABkAAkAhQQCBISGhERCRMzKzOTm5GRmZBweHKyqrPT29AwODFRSVNze3HR2dAwKDJSWlNTW1PTy9CwqLMTCxPz+/FxaXHx+fAQGBERGRMzOzOzq7CQiJLS2tPz6/BQSFFRWVOTi5Hx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZ4QJFwSCwaj8ikcslsOp/QJOfxQBgzmM8k6pxWueAmp9BoeCDEQQRgOISV4/L5TTduAHhAiCjIa9B1RXd5e4GBDnkAIEQGeRYZhkSIeYuRdAsJeA0DRAx5ClaWIpianKJvEh4KGxxECAECDB+nQqmrrbS5uru8vUlBACH5BAkJAB0ALAAAAABkAAkAhAQCBJSWlMzOzERGROzu7CQmJGRmZLS2tAwODFRWVPz6/Nze3MTCxAwKDPT29GRiZAQGBJyenNTW1FRSVPTy9CwuLHx+fLy6vBQSFFxaXPz+/OTm5MzKzP///wAAAAAAAAVXYCeOZGmeaKqubOu+sLoJm6lIkhPvfM9eBUDhQlI8EI0Excds8iqAaIV0iEYjzqxW1bA2SAErwLItmzsZa4a0QEQbnLPcSbAMLITSJTE5KOaAgYKDhIAhACH5BAkJACIALAAAAABkAAkAhQQCBISGhERCRMzKzOTm5GRmZBweHKyqrPT29AwODFRSVNze3HR2dAwKDJSWlNTW1PTy9CwqLMTCxPz+/FxaXHx+fAQGBERGRMzOzOzq7CQiJLS2tPz6/BQSFFRWVOTi5Hx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZiQJFwSCwaj8ikcslsOp9QJeLx4CgzmM8kyu16jxBPo1GwHgcRgOHwbbufIYAcsEEK5hrIe88vVuYADkgGcxYZfYh7EglyCQtIDHMKCImVXxMbCh4SSRABFwwflqOkpaanpkEAIfkECQkAIAAsAAAAAGQACQCFBAIEhIaEREJEzM7M7OrsJCIkbG5s9Pb0HBocnJqc3N7cVFJUNDY0DAoMjI6M9PL0dHZ0/P785ObkBAYEREZE1NbU7O7sLCos/Pr8HB4crKqs5OLkXFpcPDo8lJKUfHp8////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmFAkHBILBqPyKRyyWw6n1BlZDMgRIWWgSJy7XqhmszkMohWGBNEAvNtu4uPAmAuiHLmAITizW9LJngZUQx4ExV9iFcYC3gQUQ54HQ+JlE8bEBQBk1AHHhQGe5Wio6SlpqJBACH5BAkJACIALAAAAABkAAkAhQQCBISGhMTGxERCROzq7CQiJNTW1GRmZKyqrPT29BwaHAwKDJSSlFxaXNze3MzOzExOTPTy9DQ2NHx6fPz+/AQGBIyOjERGROzu7Nza3GxubLS2tPz6/AwODJyanOTi5NTS1Dw6PP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZkQJFwSCwaj8ikcslsOp/QZQJkoESdFMcDc+16hwRIpTPhfJEcj6IiMZzfzgBgXhHAiw7FHNC4+5EHewAIf0IGFXsShYtCGwtzCh+LGAN7FoyLHAgQDQ+YDhoXDAmYpaanqKlMQQAh+QQJCQAUACwAAAAAZAAJAIQEAgSMjozMzsw8Ojzs7uxcWlw0NjTc3tz8/vwcGhycmpxEQkT09vQEBgSUkpTU1tT08vRsbmzk4uRERkT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFPiAljmRpnmiqrmzrvvCKHAIR33iuI0oCGA+dcEgkHXwAQKHIbMIejeTPSa2eIANpwMrlHiITB6NLLpvP6HIIACH5BAkJABQALAAAAABkAAkAhAQCBISGhMTGxOzq7ExOTNza3CQiJPT29GRmZAwKDKyqrMzOzPz+/FxaXOTi5Pz6/Hx6fAwODLS2tNTS1P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU/ICWOZGmeaKqubOu+MHxMxRPfeK4PBBBBNp1wSBwFAMiEoMhswhBIpMJJrZ4kCaTBYe1aHwpCY+ktm8/odDUEACH5BAkJABQALAAAAABkAAkAhAQCBJSWlNTW1FRSVPTy9LS2tHx+fAwODGRmZPz6/FxaXMTCxAwKDJyenNze3FRWVPT29BQSFPz+/MzKzP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU/ICWOZGmeaKqubOu+cIxCgpDIeK7HxMMwiNtuSCQ2AEhAochswgxJQMBJrZ4WB+TBYe1aJYXBY+Etm8/o9C4EACH5BAkJABUALAAAAABkAAkAhAQCBISGhERCRMzOzOzq7BweHHR2dPT29AwKDFRSVOTi5CwqLPz+/AQGBKyqrERGRPTy9CQiJHx6fPz6/OTm5P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU/YCWOZGmeaKqubOu+cCyTxKAwc67v7bAABQdvSOQJAMgIpMhstgpIQIPgrFpJkmjicO06IYGHQeEtm8/otCgEACH5BAkJABUALAAAAABkAAkAhAQCBIyKjNTS1ERCROzq7DQyNGRiZBQSFLy+vPz6/JyenNze3ExKTAQGBNTW1PTy9HRydBQWFPz+/KSipExOTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAYCWOZGmeaKqubOu+cCzP4yMsCa3vfLoMgEgg1ysaZRCA8iA4Op8qilKJgFqvFUVDWSBgv8eEYmBwgM/otFoWAgA7') no-repeat 47% center;
}
.dv-tariff-widget {
  margin: 40px 0;
  padding: 40px 0 0;
  border-top: solid 1px #f2f6fc;
}
@media (max-width: 885px) {
  .dv-tariff-widget {
    margin: 30px 0;
  }
}
@media (max-width: 580px) {
  .dv-tariff-widget {
    margin: 20px 0 0;
    padding: 20px 10px;
    border-bottom: none;
  }
}
.dv-tariff-widget__title {
  margin: 0 0 30px;
  color: #333c4e;
  font-size: 32px;
  font-weight: normal;
  line-height: .7;
}
@media (max-width: 885px) {
  .dv-tariff-widget__title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .dv-tariff-widget__title {
    margin-bottom: 20px;
  }
}
.dv-tariff-widget__description {
  margin: 0 0 24px;
  color: #333c4e;
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 885px) {
  .dv-tariff-widget__description {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .dv-tariff-widget__description {
    margin-bottom: 30px;
  }
}
.dv-tariff-widget__settings {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 885px) {
  .dv-tariff-widget__settings {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.dv-tariff-widget__settings-fields {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-right: 20px;
  width: 100%;
}
@media (max-width: 885px) {
  .dv-tariff-widget__settings-fields {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 768px) {
  .dv-tariff-widget__settings-fields {
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.dv-tariff-widget__settings-field-item {
  display: block;
  margin-right: 20px;
  width: 100%;
}
@media (max-width: 885px) {
  .dv-tariff-widget__settings-field-item {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .dv-tariff-widget__settings-field-item {
    margin: 0 0 20px 0;
    max-width: 100%;
  }
}
.dv-tariff-widget__settings-field-item:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .dv-tariff-widget__settings-field-item:last-child {
    margin-bottom: 0;
  }
}
.dv-tariff-widget .dv-tariff-widget__settings-field {
  width: 100%;
  height: 48px;
  padding: 5px 12px;
  font-size: 14px;
  border: solid 1px #e4d9cd;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dv-tariff-widget__settings-field-description {
  color: #697982;
  font-size: 14px;
  line-height: 1.7;
}
.dv-tariff-widget__edit-token-btn,
.dv-tariff-widget__create-btn {
  display: block;
  max-width: 190px;
  width: 100%;
}
@media (max-width: 580px) {
  .dv-tariff-widget__edit-token-btn,
  .dv-tariff-widget__create-btn {
    max-width: 100%;
  }
}
.dv-tariff-widget__edit-btn {
  position: absolute;
  right: 40px;
  top: 10px;
  cursor: pointer;
  opacity: .8;
  transition: all 0.125s ease-in;
}
@media (max-width: 768px) {
  .dv-tariff-widget__edit-btn {
    right: 50px;
    top: 14px;
  }
}
.dv-tariff-widget__edit-btn:hover {
  opacity: 1;
}
.dv-tariff-widget__remove-btn {
  position: absolute;
  right: 12px;
  top: 10px;
  cursor: pointer;
  opacity: .8;
  transition: all 0.125s ease-in;
}
@media (max-width: 768px) {
  .dv-tariff-widget__remove-btn {
    top: 14px;
  }
}
.dv-tariff-widget__remove-btn:hover {
  opacity: 1;
}
.dv-tariff-widget__token-wrapper {
  display: block;
}
.dv-tariff-widget__token-wrapper--hide {
  display: none;
}
.dv-tariff-widget__token {
  margin: 30px 0 12px;
  color: #333c4e;
  font-size: 23px;
  font-weight: normal;
  line-height: normal;
}
@media (max-width: 885px) {
  .dv-tariff-widget__token {
    margin-top: 40px;
    font-size: 20px;
  }
}
.dv-tariff-widget__token-id {
  display: inline-block;
  margin-left: 12px;
  color: #333c4e;
}
@media (max-width: 768px) {
  .dv-tariff-widget__token-id {
    display: block;
    margin-left: 0;
    font-size: 15px;
  }
}
@media (max-width: 580px) {
  .dv-tariff-widget__token-id {
    font-size: 13px;
  }
}
.dv-tariff-widget__code-wrapper {
  position: relative;
  margin-top: 12px;
}
.dv-tariff-widget__code-inner {
  position: relative;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .dv-tariff-widget__code-inner {
    margin-top: 28px;
  }
}
.dv-tariff-widget__code {
  display: block;
  padding: 32px 64px 30px 28px;
  color: #333c4e;
  font-size: 16px;
  line-height: 1.6;
  background-color: #f9f9f9;
  white-space: pre-wrap;
  word-wrap: break-word;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
@media (max-width: 885px) {
  .dv-tariff-widget__code {
    padding: 16px 85px 16px 22px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .dv-tariff-widget__code {
    padding: 48px 12px 20px;
  }
}
.dv-tariff-widget__label {
  color: #333c4e;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 885px) {
  .dv-tariff-widget__label {
    font-size: 14px;
  }
}
.dv-tariff-widget .button--small {
  white-space: nowrap;
  min-height: 48px;
}
.support-block {
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
}
@media (max-width: 768px) {
  .support-block {
    padding: 0 20px;
  }
}
.support-block__title {
  margin: 35px 0;
  color: #333c4e;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 885px) {
  .support-block__title {
    margin: 25px 0;
    font-size: 22px;
  }
}
.support-block__list {
  margin: 40px 0;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 885px) {
  .support-block__list {
    margin: 35px 0;
  }
}
.support-block__item {
  padding-right: 12px;
  width: 33.33%;
}
@media (max-width: 885px) {
  .support-block__item {
    padding-right: 0;
    margin-bottom: 30px;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .support-block__item {
    margin-bottom: 40px;
    width: 100%;
  }
}
.support-block__item:last-child {
  padding-right: 0;
}
@media (max-width: 885px) {
  .support-block__item:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .support-block__item:last-child {
    margin-bottom: 0;
  }
}
.support-block__btn {
  padding: 0 15px;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  border: 1px solid #266619;
  border-radius: 3px;
  min-height: 50px;
  color: #333c4e !important;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.125s ease-in;
  cursor: pointer;
  user-select: none;
}
.support-block__btn:hover {
  border-color: #266619;
  text-decoration: none;
}
.support-block__btn-icon {
  margin-right: 15px;
}
.support-block__description {
  display: inline-block;
  margin: 20px 0 0;
  color: #333c4e;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 885px) {
  .support-block__description {
    font-size: 14px;
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  .support-block__description {
    display: block;
    max-width: inherit;
  }
}
.integration-block {
  width: 380px;
  height: auto;
  min-height: 306px;
  background-image: radial-gradient(#ffffff, #f9f9f9);
  padding: 33px 40px;
  margin-top: 30px;
}
@media (max-width: 1120px) {
  .integration-block {
    width: 70%;
  }
}
@media (max-width: 885px) {
  .integration-block {
    width: 100%;
  }
}
.integration-block__subtitle {
  margin: 0 0 25px;
  color: #333c4e;
  font-size: 23px;
  line-height: 1;
}
@media (max-width: 885px) {
  .integration-block__subtitle {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.25;
  }
}
@media (max-width: 768px) {
  .integration-block__subtitle {
    text-align: left;
    padding: 0;
  }
}
.integration-block__options {
  width: 100%;
  height: auto;
}
.integration-block__options > .dv-radio-group {
  display: flex;
  flex-wrap: wrap;
}
.integration-block__options > .dv-radio-group .dv-radio-group__item {
  width: 50%;
}
.integration-block__options > .dv-radio-group .dv-radio-group__item__label-text {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}
.integration-block__button_wrapper {
  width: 100%;
  height: auto;
  padding-top: 24px;
}
.page-integration__subtitle {
  margin: 0 0 25px;
  color: #333c4e;
  font-size: 23px;
  line-height: 1;
}
@media (max-width: 885px) {
  .page-integration__subtitle {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.25;
  }
}
@media (max-width: 768px) {
  .page-integration__subtitle {
    padding: 0 20px;
  }
}
.page-integration__description {
  margin: 0;
  display: inline-block;
  color: #333c4e;
  font-size: 16px;
  line-height: 1.5;
  max-width: 600px;
}
@media (max-width: 885px) {
  .page-integration__description {
    font-size: 14px;
    line-height: 1.4;
    max-width: 520px;
  }
}
@media (max-width: 768px) {
  .page-integration__description {
    padding: 0 20px;
  }
}
.check-transactions {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 768px) {
  .check-transactions {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.check-transactions__description {
  margin: 20px 0;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  color: #333c4e;
}
.check-transactions__inner {
  margin: 30px 0;
  padding: 30px 40px;
  background-color: #f9f9f9;
}
@media (max-width: 768px) {
  .check-transactions__inner {
    padding: 20px;
  }
}
.check-transactions__title {
  margin: 0 0 30px;
  font-size: 23px;
  line-height: 1;
  font-weight: normal;
  color: #333c4e;
}
.check-transactions__row {
  padding-bottom: 20px;
}
.check-transactions__row:last-child {
  padding-bottom: 0;
}
.check-transactions .btn.btn--color,
.check-transactions .btn.btn--color:hover,
.check-transactions .btn.btn--color:active {
  background: #266619;
  box-shadow: none;
  color: #ffffff;
  padding: 5px 30px 9px;
  font-size: 18px;
}
@media (max-width: 885px) {
  .check-transactions .btn.btn--color,
  .check-transactions .btn.btn--color:hover,
  .check-transactions .btn.btn--color:active {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .check-transactions .btn.btn--color,
  .check-transactions .btn.btn--color:hover,
  .check-transactions .btn.btn--color:active {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 100%;
  }
}
.check-transactions .btn.btn--color:hover {
  background: #368f24;
}
.check-transactions .DayPicker {
  width: 100%;
}
.check-transactions .DayPickerInput {
  width: 100%;
}
.check-transactions .DayPickerInput input {
  border: solid 1px #bbc1d2;
  min-height: 36px;
  width: 100%;
}
.check-transactions .DayPicker-Caption {
  padding: 10px;
  color: #333c4e;
}
.check-transactions .DayPicker-Month {
  margin: 0;
  padding: 10px;
  width: 100%;
  border-collapse: inherit;
  border-spacing: 0 8px;
}
.check-transactions .DayPicker-Weekday {
  color: #e4d9cd;
}
.check-transactions .DayPicker-NavButton {
  top: 14px;
}
.check-transactions .DayPicker-Day {
  padding: 5px 0.5rem;
  font-size: 14px;
  color: #2e2e39;
  letter-spacing: -0.2px;
}
.check-transactions .DayPicker-Day--disabled {
  color: #dce0e0;
}
.check-transactions .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: rgba(171, 203, 247, 0.21);
  border-radius: 3px;
  color: #266619;
}
.r-tooltip {
  display: inline-block;
  position: relative;
}
.r-tooltip__tooltip {
  display: none;
  flex-flow: column nowrap;
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  transform: translateX(-50%);
  padding: 22px 25px;
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 rgba(80, 89, 100, 0.24);
  background: #ffffff;
  color: #333c4e;
  z-index: 1;
  cursor: default;
}
.r-tooltip__tooltip:before,
.r-tooltip__tooltip:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  right: calc(50% - 12px);
  border: 12px solid transparent;
}
.r-tooltip__tooltip:before {
  border-bottom: 12px solid rgba(80, 89, 100, 0.5);
}
.r-tooltip__tooltip:after {
  border-bottom: 12px solid #ffffff;
}
.r-tooltip--open-on-hover:hover .r-tooltip__tooltip {
  display: block;
}
.r-tooltip--open .r-tooltip__tooltip {
  display: block;
}
.r-tooltip--top .r-tooltip__tooltip {
  top: initial;
  bottom: calc(100% + 24px);
}
.r-tooltip--top .r-tooltip__tooltip:before,
.r-tooltip--top .r-tooltip__tooltip:after {
  top: 100%;
  border: 12px solid transparent;
}
.r-tooltip--top .r-tooltip__tooltip:before {
  border-top: 12px solid rgba(80, 89, 100, 0.5);
}
.r-tooltip--top .r-tooltip__tooltip:after {
  border-bottom: 0;
  border-top: 12px solid #ffffff;
}
.r-table {
  color: #333c4e;
}
@media (max-width: 768px) {
  .r-table {
    border: 0;
  }
}
.r-table__desktop {
  border: 1px solid #dee1e9;
  border-radius: 3px;
  display: table;
  width: 100%;
}
@media (max-width: 768px) {
  .r-table__desktop {
    display: none;
  }
}
.r-table__mobile {
  display: none;
  border: 1px solid #dee1e9;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .r-table__mobile {
    display: block;
  }
}
.r-table__row {
  display: table-row;
  width: 100%;
}
.r-table__row:hover {
  background-color: #fafafa;
}
.r-table__row:first-child .r-table__cell {
  border-bottom: 1px solid #dee1e9;
}
.r-table__cell {
  display: table-cell;
  padding: 30px 15px;
}
.r-table__cell--header {
  padding: 11px 15px;
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
  font-weight: bolder;
  font-size: 12px !important;
  white-space: nowrap;
}
.r-table__arrow {
  display: inline-block;
  position: relative;
  bottom: -2px;
  width: 1em;
  height: 1em;
  background-image: url("/img/ru/cabinet-new/sort-arrow-inactive.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.r-table__arrow--up {
  background-image: url("/img/ru/cabinet-new/sort-arrow.svg");
}
.r-table__arrow--down {
  background-image: url("/img/ru/cabinet-new/sort-arrow.svg");
  transform: rotate(180deg);
}
.r-table--padding-small .r-table__cell {
  padding: 10px;
}
.r-table--padding-large .r-table__cell {
  padding: 30px;
}
.r-table--separated-rows .r-table__row {
  border-bottom: 1px solid #dee1e9;
}
.r-table--separated-rows .r-table__row:last-child {
  border-bottom: 0;
}
.r-table__row--topheader .r-table__cell {
  padding-top: 11px;
  padding-bottom: 11px;
}
.r-pagination {
  display: flex;
  margin-top: 20px;
  user-select: none;
}
@media (max-width: 768px) {
  .r-pagination {
    margin: 30px 0;
    padding: 0 24px;
  }
}
.r-pagination__item {
  background-color: #f5f5f5;
  color: #697982;
  text-align: center;
  border-radius: 2px;
  min-width: 36px;
  margin-right: 10px;
  padding: 7px 10px;
  cursor: pointer;
  font-size: 14px;
}
.r-pagination__item:last-child {
  margin-right: 0;
}
.r-pagination__item:hover {
  background-color: #dcdcdc;
  color: #525f66;
}
.r-pagination__item--empty:hover {
  background-color: #f5f5f5;
  color: #697982;
}
.r-pagination__item--current,
.r-pagination__item--current:hover {
  background-color: #333c4e;
  color: #ffffff;
}
.r-pagination__item--previous,
.r-pagination__item--next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='10' viewBox='0 0 5 10'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23697982' d='M3.8 9.8L.6 5 3.8.2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px;
  padding: 0;
}
.r-pagination__item--next {
  transform: rotate(180deg);
}
@media (max-width: 580px) {
  .r-pagination__item--pc {
    display: none;
  }
}
.r-pagination__item--mobile {
  display: none;
  flex-grow: 1;
}
@media (max-width: 580px) {
  .r-pagination__item--mobile {
    display: initial;
  }
}
.loading-wrapper {
  position: relative;
}
.loading-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .1s linear;
  pointer-events: none;
}
.loading-wrapper--loading:after {
  pointer-events: initial;
  background-color: #ffffff;
  opacity: .5;
}
.loading-wrapper--loading .loading-wrapper__spinner {
  opacity: 1;
}
.loading-wrapper__spinner {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: calc(50% - 32px);
  opacity: 0;
  pointer-events: none;
  width: 64px;
  height: 64px;
}
.loading-wrapper__spinner div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loading-wrapper__spinner div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.loading-wrapper__spinner div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loading-wrapper__spinner div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loading-wrapper__spinner div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.order-view-page {
  color: #333c4e;
}
.order-view-page--head {
  padding-bottom: 30px;
}
@media (max-width: 1120px) {
  .order-view-page--head {
    padding-bottom: 20px;
  }
}
.order-view-page--map,
.order-view-page--navigation {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .order-view-page--map,
  .order-view-page--navigation {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .order-view-page--details {
    margin: 0 20px;
  }
}
.order-view-page--points {
  border: 1px solid #dee1e9;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .order-view-page--points {
    margin: 20px 20px 0;
  }
}
.order-view-page--stages {
  border: 1px solid #dee1e9;
  border-top: 0;
}
.order-view-page--route-info {
  width: 400px;
  padding: 30px;
  height: 562px;
  box-shadow: 3px 0 8px 0 rgba(80, 89, 100, 0.16);
  overflow-y: scroll;
}
@media (max-width: 885px) {
  .order-view-page--route-info {
    padding: 20px;
    height: 394px;
    overflow-y: scroll;
  }
}
@media (max-width: 768px) {
  .order-view-page--route-info {
    width: 100%;
    height: inherit;
    overflow: inherit;
  }
}
.order-view-page--courier-map {
  position: relative;
  width: calc(100% - 400px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .order-view-page--courier-map {
    width: 100%;
  }
}
.order-view-page__separator {
  padding: 30px 0 30px 76px;
  line-height: 23px;
  font-size: 16px;
  margin-top: 0;
}
@media (max-width: 885px) {
  .order-view-page__separator {
    padding-left: 20px;
    font-size: 14px;
  }
}
.order-view-courier-map__error {
  position: absolute;
  top: 10px;
  left: 50px;
  max-width: calc(100% - 100px);
  padding: 13px 28px;
  background-color: rgba(255,255,255,0.8);
  color: #000000;
  border-radius: 4px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .order-view-courier-map__error {
    font-size: 13px;
  }
}
.order-view-courier-map__header {
  background: #f9f9f9;
  border: 1px solid #dee1e9;
  padding: 20px;
  display: flex;
  align-items: center;
  padding-right: 25px;
  cursor: pointer;
}
.order-view-courier-map__header-text {
  padding-left: 12px;
  flex-grow: 1;
  color: #266619;
}
.order-view-courier-map__map-container {
  position: relative;
  display: none;
  border: 1px solid #dee1e9;
  border-top: 0;
}
.order-view-courier-map__map {
  width: 100%;
  height: 636px;
  position: relative;
}
@media (max-width: 885px) {
  .order-view-courier-map__map {
    height: 394px;
  }
}
@media (max-width: 768px) {
  .order-view-courier-map__map {
    height: 420px;
  }
}
.order-view-courier-map__legend {
  justify-content: space-between;
  padding: 24px 30px;
  font-size: 14px;
  line-height: 22px;
  border-top: 1px solid #dee1e9;
  display: flex;
}
@media (max-width: 768px) {
  .order-view-courier-map__legend {
    display: block;
    padding: 29px 12px;
  }
}
.order-view-courier-map__legend-point {
  margin: 0 10px;
  position: relative;
  margin-left: 29px;
}
@media (max-width: 768px) {
  .order-view-courier-map__legend-point {
    margin-left: 32px;
    margin-top: 29px;
  }
  .order-view-courier-map__legend-point:first-child {
    margin-top: 0;
  }
}
.order-view-courier-map__legend-point:before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: -27px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .order-view-courier-map__legend-point:before {
    left: -32px;
  }
}
.order-view-courier-map__legend-point--unfinished:before {
  background-image: url("/img/ru/cabinet-new/unfinished-pin.svg");
}
.order-view-courier-map__legend-point--finished:before {
  background-image: url("/img/ru/cabinet-new/finished-pin.svg");
}
.order-view-courier-map__legend-point--prev:before {
  background-size: 70%;
  background-image: url("/img/ru/cabinet-new/prev-pin.svg");
}
.order-view-courier-map--open .order-view-courier-map__map-container {
  display: block;
}
.order-view-courier-map--open .order-view-courier-map__toggler {
  transform: rotate(45deg);
}
.order-view-details {
  display: flex;
  color: #333c4e;
  padding: 30px 40px 0;
  font-size: 16px;
  border: 1px solid #dee1e9;
}
@media (max-width: 885px) {
  .order-view-details {
    flex-direction: column;
    padding: 20px;
    font-size: 14px;
  }
}
.order-view-details__courier-col {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (max-width: 885px) {
  .order-view-details__courier-col {
    width: 100%;
  }
}
.order-view-details__courier-rating {
  padding-left: 67px;
  padding-top: 2px;
}
.order-view-details__details-col {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 885px) {
  .order-view-details__details-col {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .order-view-details__details-col {
    margin-top: 0px;
  }
}
.order-view-details__col-header {
  flex-basis: 100%;
  font-size: 23px;
  margin: 0 0 30px;
}
.order-view-details__courier-cell {
  display: flex;
}
@media (max-width: 768px) {
  .order-view-details__courier-cell {
    flex-direction: column;
  }
}
.order-view-details__courier-photo {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 1px 6px 0 rgba(51, 60, 78, 0.25);
}
.order-view-details__courier-info {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .order-view-details__courier-info {
    padding-left: 0;
    padding-top: 20px;
  }
}
.order-view-details__courier-info > p {
  line-height: 1.6em;
  margin: 0;
}
@media (max-width: 885px) {
  .order-view-details__courier-info > p {
    line-height: 2em;
  }
}
.order-view-details__cell-label {
  font-size: 14px;
  color: #959aa6;
  margin: 0 0 5px;
}
.order-view-details__cell-value {
  margin: 0;
}
.order-view-details__half-cell {
  flex-basis: 50%;
  margin-bottom: 25px;
}
@media (max-width: 885px) {
  .order-view-details__half-cell {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.order-view-details__note-cell {
  flex-basis: 100%;
  margin-bottom: 25px;
  overflow: hidden;
}
.order-view-details__backpayment-details-cell {
  flex-basis: 100%;
  margin-bottom: 25px;
}
.order-view-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .order-view-head {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .order-view-head {
    display: block;
  }
}
.order-view-head__text {
  font-size: 32px;
  font-weight: normal;
  color: #333c4e;
  margin: 0;
}
@media (max-width: 885px) {
  .order-view-head__text {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .order-view-head__text {
    font-size: 22px;
  }
}
.order-view-head__price {
  margin-left: 10px;
  color: #697982;
}
@media (max-width: 768px) {
  .order-view-head__price {
    margin-left: 5px;
  }
}
.order-view-head__status {
  color: #697982;
  font-size: 16px !important;
  margin: 0;
}
.order-view-head__status.planned {
  cursor: pointer;
  border-bottom: 1px dotted #697982;
}
@media (max-width: 885px) {
  .order-view-head__status {
    font-size: 14px !important;
  }
}
.order-view-head__value-icon {
  font-family: currency;
  font-size: 0.8em;
}
.order-view-head__value-icon:before {
  content: '\e601';
}
.order-view-navigation-panel__buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .order-view-navigation-panel__buttons {
    flex-flow: column;
    align-items: start;
    height: auto;
    padding: 0 0 20px;
    display: inline-block;
  }
}
.order-view-navigation-panel__documents {
  display: flex;
  padding: 0 20px 10px;
  margin-top: 20px;
  border: 1px solid #f4f4f4;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .order-view-navigation-panel__documents {
    flex-flow: column;
    margin-top: 10px;
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.order-view-navigation-panel button {
  border-color: #266619;
  color: #266619;
  width: 100%;
}
@media (max-width: 768px) {
  .order-view-navigation-panel button {
    height: auto;
  }
}
.order-view-navigation-panel__button {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .order-view-navigation-panel__button {
    width: 100%;
    padding-right: 0;
    padding-bottom: 12px;
  }
}
.order-view-navigation-panel__button:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  .order-view-navigation-panel__button:last-child {
    padding-bottom: 0;
  }
}
.order-view-navigation-panel__link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #266619;
  padding-right: 30px;
  margin: 20px 0 10px;
}
@media (max-width: 768px) {
  .order-view-navigation-panel__link {
    padding-bottom: 20px;
    margin: 0;
    min-width: 250px;
    justify-content: left;
  }
}
@media (max-width: 768px) {
  .order-view-navigation-panel__link:last-child {
    padding-bottom: 0;
  }
}
.order-view-navigation-panel__icon {
  margin-right: 8px;
}
.packages {
  margin: 0;
  padding: 0;
  list-style: none;
}
.packages__package {
  margin-bottom: 12px;
  color: #808080;
}
.packages__package-row {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  line-height: normal;
}
.point-view {
  display: flex;
  position: relative;
  padding: 30px 0 0;
}
@media (max-width: 768px) {
  .point-view {
    flex-direction: column;
    border-bottom: 1px solid #eef0f4;
    padding-top: 20px;
  }
}
.point-view:last-child .point-view__point-number-wrapper:before {
  display: none;
}
.point-view:last-child .point-view__left-side,
.point-view:last-child .point-view__right-side {
  border-bottom: 0;
}
.point-view__left-side {
  width: calc(40% - 76px);
  padding-right: 40px;
}
@media (max-width: 768px) {
  .point-view__left-side {
    width: 100%;
    padding: 20px;
  }
}
.point-view__right-side {
  width: 60%;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .point-view__right-side {
    width: 100%;
    padding: 20px;
    padding-top: 0;
  }
}
.point-view__left-side,
.point-view__right-side {
  padding-bottom: 30px;
  border-bottom: 1px solid #eef0f4;
}
@media (max-width: 768px) {
  .point-view__left-side,
  .point-view__right-side {
    border: 0;
  }
}
.point-view__price {
  color: #333c4e;
  font-weight: bold;
}
.point-view__price .icon {
  font-weight: bold;
}
.point-view__point-number-wrapper {
  width: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 885px) {
  .point-view__point-number-wrapper {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .point-view__point-number-wrapper {
    width: 100%;
  }
}
.point-view__point-number-wrapper:before {
  content: '';
  border-left: 1px dotted #266619;
  width: 0;
  left: 50%;
  top: 26px;
  height: calc(100% + 3px);
  position: absolute;
  display: block;
}
@media (max-width: 768px) {
  .point-view__point-number-wrapper:before {
    display: none;
  }
}
.point-view__point-number {
  width: 26px;
  height: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #266619;
  border: 1px solid #266619;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .point-view__point-number {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}
.point-view__point-number--finished {
  background-image: url('/img/ru/cabinet-new/point-view-check.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #6ac36e;
  border: 1px solid #6ac36e;
  color: transparent;
}
@media (max-width: 768px) {
  .point-view__point-number--finished {
    background-size: 50%;
  }
}
.point-view__address {
  margin-top: 0;
}
@media (max-width: 885px) {
  .point-view__address {
    font-size: 14px;
  }
}
.point-view__subway {
  margin-top: 8px;
  display: inline-block;
  background: #f5f5f5;
  border-radius: 16px;
  font-size: 14px;
  padding: 2px 20px 3px 15px;
  color: #333c4e;
}
.point-view__subway:before {
  width: 1em;
  height: 1em;
  transform: translateY(2px);
  margin-right: 5px;
  display: inline-block;
  content: '';
  background-image: url('/img/ru/cabinet-new/subway.svg');
  background-position: center center;
  background-repeat: no-repeat;
}
.point-view__order-payment-here {
  font-size: 14px;
  color: #266619;
}
.point-view__point-description {
  font-size: 14px;
  width: 40%;
}
.point-view__point-description > div {
  margin-top: 3px;
}
.point-view__not-important {
  line-height: 23px;
  color: #697982;
  margin-top: 12px;
  font-size: 16px;
  word-wrap: break-word;
}
.point-view__package-toggler {
  font-size: 14px;
  margin-top: 12px;
  border: none;
  background: transparent;
  color: #4669af;
  padding: 0;
  border-bottom: 1px dotted #4669af;
}
.point-view__package-toggler:hover {
  color: #6685c2;
  border-bottom: 1px dotted #6685c2;
}
.point-view__question {
  display: block;
  width: 16px;
  height: 16px;
  background: url('/img/icon/question.svg') no-repeat center;
  background-size: 100%;
  border-radius: 50%;
  margin: 0 6px -1px 6px;
  cursor: pointer;
}
.point-view__question-description {
  line-height: 1.6;
}
.intercity-point-view {
  display: flex;
  line-height: 23px;
  position: relative;
}
@media (max-width: 768px) {
  .intercity-point-view {
    flex-direction: column;
  }
}
.intercity-point-view__left-side {
  padding-left: 76px;
  width: 40%;
  padding-right: 40px;
}
@media (max-width: 885px) {
  .intercity-point-view__left-side {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .intercity-point-view__left-side {
    width: 100%;
    padding: 20px;
  }
}
.intercity-point-view__right-side {
  width: 60%;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .intercity-point-view__right-side {
    width: 100%;
    padding: 20px;
    padding-top: 0;
  }
}
.intercity-point-view__left-side,
.intercity-point-view__right-side {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #eef0f4;
}
@media (max-width: 768px) {
  .intercity-point-view__left-side,
  .intercity-point-view__right-side {
    border: 0;
  }
}
.intercity-point-view__address {
  color: #333c4e;
  line-height: 23px;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 885px) {
  .intercity-point-view__address {
    font-size: 14px;
  }
}
.intercity-point-view__main-options {
  line-height: 23px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #808080;
}
.intercity-point-view__dimensions-options {
  line-height: 23px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #333c4e;
}
.intercity-point-view__gray {
  color: #808080;
}
.intercity-point-view__bunch-of-options {
  margin-bottom: 20px;
}
.intercity-point-view__not-important {
  color: #697982;
  font-size: 14px;
  line-height: 1.6;
}
.intercity-point-view__attention-text {
  color: #CC6666;
}
.intercity-point-view__call-wrapper {
  margin-top: 20px;
}
.intercity-point-view__call-wrapper button {
  border-color: #476BB3;
  color: #476BB3;
}
.intercity-point-view__phone {
  color: #333c4e;
  font-size: 14px;
  line-height: 1.6;
}
.intercity-point-view__detail-item {
  margin: 0;
}
@media (max-width: 885px) {
  .intercity-point-view__detail-item {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .intercity-point-view__detail-item {
    margin-bottom: 10px;
  }
}
.intercity-point-view__detail-item:last-child {
  margin-bottom: 0;
}
.intercity-point-view__packages-header {
  line-height: 24px;
  font-size: 14px;
}
.intercity-point-view__link-wrapper {
  margin-top: 20px;
  max-width: 510px;
}
.intercity-point-view__link {
  margin-bottom: 8px;
}
.intercity-point-view--warning:before {
  box-sizing: border-box;
  content: '!';
  display: block;
  position: absolute;
  left: 24px;
  top: 32px;
  width: 28px;
  height: 28px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding-top: 3px;
  background-color: #FFC80C;
  border-radius: 50%;
}
.dv-cabinet-transactions-page .transactions-mobile {
  display: none;
}
@media (max-width: 768px) {
  .dv-cabinet-transactions-page .transactions-mobile {
    display: block;
  }
}
.dv-cabinet-transactions-page .transactions-mobile__list {
  border-top: 1px solid #f2f6fc;
}
@media (max-width: 768px) {
  .dv-cabinet-transactions-page .transactions-mobile__list {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.dv-cabinet-transactions-page .transactions-mobile__item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  color: #333c4e;
}
.dv-cabinet-transactions-page .transactions-mobile__item:first-child {
  padding-top: 30px;
}
.dv-cabinet-transactions-page .transactions-mobile__item:last-child {
  padding-bottom: 30px;
}
.dv-cabinet-transactions-page .transactions-mobile__label {
  display: inline-block;
}
@media (max-width: 768px) {
  .dv-cabinet-transactions-page__header {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .dv-cabinet-transactions-page__desktop {
    display: none;
  }
}
.dv-cabinet-transactions-page__date-col {
  min-width: 230px;
}
.dv-cabinet-transactions-page__credit-col,
.dv-cabinet-transactions-page__debit-col {
  min-width: 120px;
}
.dv-cabinet-transactions-page__total-row td {
  border-top: 1px solid #dee1e9;
}
.dv-cabinet-transactions-page table {
  color: #333c4e;
  border: 1px solid #dee1e9;
  border-radius: 3px;
}
.dv-cabinet-transactions-page table tr:first-child {
  font-size: 12px;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
}
.dv-cabinet-transactions-page table tr:first-child td {
  border-bottom: 1px solid #dee1e9;
}
.dv-cabinet-transactions-page table tr td:nth-child(2),
.dv-cabinet-transactions-page table tr td:nth-child(3) {
  text-align: right;
}
.dv-cabinet-transactions-page table td {
  padding: 10px;
  vertical-align: top;
}
@media (max-width: 1120px) {
  .dv-cabinet-payments-page {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.dv-cabinet-payments-page__form {
  max-width: 300px;
}
.dv-cabinet-payments-page__button {
  margin-top: 10px;
}
.settings {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  flex-basis: 100%;
}
@media (max-width: 768px) {
  .settings {
    flex-direction: column;
  }
}
.settings__column {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .settings__column {
    width: 100%;
  }
}
.settings__cell {
  margin-bottom: 30px;
}
.settings__cell:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .settings__cell:last-child {
    margin-bottom: 30px;
  }
}
.account-settings {
  padding: 30px 40px;
  background-image: radial-gradient(circle at 50% 47%, #ffffff, #f5f5f5);
}
@media (max-width: 885px) {
  .account-settings {
    padding: 20px;
  }
}
.account-settings__title {
  margin: 0 0 16px;
  font-size: 23px;
  line-height: normal;
  font-weight: normal;
  color: #333c4e;
}
@media (max-width: 885px) {
  .account-settings__title {
    font-size: 20px;
  }
}
.account-settings__form > div {
  margin-bottom: 12px;
}
.account-settings__error {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: normal;
  background-color: #f04240;
  color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.account-settings__successful {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: normal;
  background-color: #4bc04e;
  color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.account-settings__row {
  margin-top: 12px;
}
.account-settings__row .button {
  width: 100%;
  padding-left: auto;
  padding-right: auto;
}
.auth-person-settings {
  padding: 30px 40px;
  background-image: radial-gradient(circle at 50% 47%, #ffffff, #f5f5f5);
}
@media (max-width: 885px) {
  .auth-person-settings {
    padding: 20px;
  }
}
.auth-person-settings__title {
  margin: 0 0 16px;
  font-size: 23px;
  line-height: normal;
  font-weight: normal;
  color: #333c4e;
}
@media (max-width: 885px) {
  .auth-person-settings__title {
    font-size: 20px;
  }
}
.auth-person-settings__form > div {
  margin-bottom: 12px;
}
.auth-settings {
  padding: 30px 40px;
  background-image: radial-gradient(circle at 50% 47%, #ffffff, #f5f5f5);
}
@media (max-width: 885px) {
  .auth-settings {
    padding: 20px;
  }
}
.auth-settings__title {
  margin: 0 0 16px;
  font-size: 23px;
  line-height: normal;
  font-weight: normal;
  color: #333c4e;
}
@media (max-width: 885px) {
  .auth-settings__title {
    font-size: 20px;
  }
}
.auth-settings__form > div {
  margin-bottom: 12px;
}
.auth-settings__change-password-block {
  padding: 8px 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.auth-settings__change-password-label {
  font-size: 14px;
  color: #697982;
}
.auth-settings__error {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: normal;
  background-color: #f04240;
  color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.auth-settings__successful {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: normal;
  background-color: #4bc04e;
  color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.legal-requisites-table__row {
  display: flex;
  padding-bottom: 40px;
}
.legal-requisites-table__row:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .legal-requisites-table__row {
    display: block;
  }
}
.legal-requisites-table__leftheader {
  flex: 0 1 25%;
}
@media (max-width: 768px) {
  .legal-requisites-table__leftheader {
    display: block;
    padding-bottom: 20px;
  }
}
.legal-requisites-table__row-data {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 75%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .legal-requisites-table__row-data {
    display: block;
  }
}
.legal-requisites-table__cell {
  width: calc(33% - 10px);
  word-break: break-word;
  padding-bottom: 20px;
}
@media (max-width: 885px) {
  .legal-requisites-table__cell {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .legal-requisites-table__cell {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .legal-requisites-table__cell:last-child {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 885px) {
  .legal-requisites-table__cell:empty {
    display: none;
  }
}
@media (max-width: 768px) {
  .legal-requisites-table__cell--short {
    width: 50%;
    display: inline-block;
  }
}
.legal-requisites-table__text {
  color: #333c4e;
  display: block;
  font-size: 16px;
}
@media (max-width: 768px) {
  .legal-requisites-table__text {
    font-size: 14px;
  }
}
.legal-requisites-table__text--major {
  font-weight: bold;
}
.legal-requisites-table__text--minor {
  font-size: 14px;
  color: #697982;
}
.approved-agreement {
  color: #333c4e;
}
.approved-agreement__header {
  font-size: 23px;
  font-weight: normal;
}
.approved-agreement__date {
  font-size: 16px;
  color: #697982;
}
.approved-agreement__description {
  font-size: 16px;
}
.approved-agreement__links {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .approved-agreement__links {
    flex-direction: column;
    align-items: flex-start;
  }
}
.approved-agreement__btn:first-child {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .approved-agreement__btn:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.edit-legal-requisites__inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.edit-legal-requisites__input {
  width: calc(50% - 5px);
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .edit-legal-requisites__input {
    width: 100%;
  }
  .edit-legal-requisites__input:nth-child(even) {
    order: 1;
  }
}
.edit-legal-requisites__input .r-select,
.edit-legal-requisites__input .dv-select {
  height: 46px;
}
.edit-legal-requisites__footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .edit-legal-requisites__footer {
    flex-direction: column-reverse;
  }
}
.edit-legal-requisites__form-error {
  font-size: 14px;
  display: block;
  margin: 0 0 0 16px;
  color: #f04240;
}
@media (max-width: 768px) {
  .edit-legal-requisites__form-error {
    margin: 0 0 16px 0;
  }
}
.agreement-upload-doc__init-state {
  display: flex;
}
@media (max-width: 768px) {
  .agreement-upload-doc__init-state {
    display: block;
  }
}
.agreement-upload-doc__dowload-wrapper {
  flex: 1 0 265px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .agreement-upload-doc__dowload-wrapper {
    margin-right: 0;
    flex-basis: auto;
    margin-bottom: 20px;
  }
}
.agreement-upload-doc__open-upload-form {
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  color: #476bb3;
  border: dotted 1px #bbc1d2;
  cursor: pointer;
  height: 46px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .agreement-upload-doc__open-upload-form {
    height: auto;
    padding: 9px;
  }
}
.agreement-upload-doc__upload-form {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .agreement-upload-doc__upload-form {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }
}
.agreement-upload-doc__input-wrapper {
  display: flex;
  position: relative;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .agreement-upload-doc__input-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.agreement-upload-doc__native-input {
  display: none;
}
.agreement-upload-doc__form-close {
  background: url('/img/ru/popup.png');
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
}
.agreement-upload-doc__native-label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 265px;
  border-radius: 3px;
  color: #476bb3;
  border: dotted 1px #bbc1d2;
  cursor: pointer;
}
.agreement-upload-doc__file-name {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .legal-requisites-page {
    margin: 0 20px;
  }
}
.legal-requisites-page__approved-agreement-wrapper {
  margin-bottom: 40px;
}
.legal-requisites-page__form-wrapper {
  padding: 30px 50px 30px;
  background-color: #f9f9f9;
  margin-bottom: 40px;
}
.legal-requisites-page__form-wrapper--limited {
  max-width: 810px;
}
@media (max-width: 885px) {
  .legal-requisites-page__form-wrapper {
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  .legal-requisites-page__form-wrapper {
    padding: 20px;
    margin: 0 -20px 20px;
  }
}
.requisites-table-wrapper__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .requisites-table-wrapper__header {
    display: block;
    margin: 0 0 30px;
  }
}
.requisites-table-wrapper__title {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
}
.requisites-table-wrapper__toggler {
  border: 0;
  border-bottom: 1px dotted #266619;
  color: #266619;
  padding: 0;
  margin: 0;
  font-size: 16px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .requisites-table-wrapper__toggler {
    font-size: 14px;
    margin: 10px 0 0;
  }
}
.agreement-status {
  color: #333c4e;
}
.agreement-status__header {
  font-weight: normal;
  font-size: 28px;
}
.agreement-status__text {
  margin-bottom: 40px;
}
.agreement-status__text ol {
  margin: 22px 8px 0;
  max-width: 500px;
}
.agreement-status__text li {
  margin-top: 10px;
  padding: 0;
  padding-left: 10px;
}
.agreement-waiting-status {
  color: #333c4e;
  margin-bottom: 40px;
}
.settings {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  flex-basis: 100%;
}
@media (max-width: 768px) {
  .settings {
    flex-direction: column;
  }
}
.settings__column {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .settings__column {
    width: 100%;
  }
}
.settings__cell {
  margin-bottom: 30px;
}
.settings__cell:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .settings__cell:last-child {
    margin-bottom: 30px;
  }
}
.notice-settings {
  padding: 30px 40px;
  background-image: radial-gradient(circle at 50% 47%, #ffffff, #f5f5f5);
}
@media (max-width: 885px) {
  .notice-settings {
    padding: 20px;
  }
}
.notice-settings__title {
  margin: 0 0 16px;
  font-size: 23px;
  line-height: normal;
  font-weight: normal;
  color: #333c4e;
}
@media (max-width: 885px) {
  .notice-settings__title {
    font-size: 20px;
  }
}
.notice-settings__form > div {
  margin-bottom: 12px;
}
.notice-settings__error {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: normal;
  background-color: #f04240;
  color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.notice-settings__successful {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: normal;
  background-color: #4bc04e;
  color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.order-settings {
  padding: 30px 40px;
  background-image: radial-gradient(circle at 50% 47%, #ffffff, #f5f5f5);
}
@media (max-width: 885px) {
  .order-settings {
    padding: 20px;
  }
}
.order-settings__title {
  margin: 0 0 16px;
  font-size: 23px;
  line-height: normal;
  font-weight: normal;
  color: #333c4e;
}
@media (max-width: 885px) {
  .order-settings__title {
    font-size: 20px;
  }
}
.order-settings__form > div {
  margin-bottom: 12px;
}
.order-settings__error {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: normal;
  background-color: #f04240;
  color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.order-settings__successful {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: normal;
  background-color: #4bc04e;
  color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.contacts-persons {
  font-size: 14px;
  color: #333c4e;
}
@media (max-width: 768px) {
  .contacts-persons {
    display: block;
  }
}
.contacts-persons__main-person {
  font-size: 12px;
  color: #697982;
  position: relative;
}
.contacts-persons__main-person:after {
  content: '';
  background-color: #4bc04e;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  margin: 1px 4px;
}
.contacts-persons__phone-cell {
  white-space: nowrap;
}
.contacts-persons__phone-alt {
  display: block;
}
.contacts-person-mobile {
  display: block;
  font-size: 14px;
  color: #333c4e;
  padding: 30px 20px;
  border-bottom: 1px solid #dee1e9;
}
.contacts-person-mobile:first-child {
  padding-top: 0;
}
.contacts-person-mobile__name {
  margin-bottom: 10px;
}
.contacts-person-mobile__email {
  margin: 20px 0 30px;
}
.add-edit-contact-form__header {
  text-align: center;
  font-size: 23px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #333c4e;
  margin: 0;
}
.add-edit-contact-form__row {
  margin-top: 12px;
}
.add-edit-contact-form__row .button {
  width: 100%;
  padding-left: auto;
  padding-right: auto;
}
.action-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .action-cell {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .action-cell__action:nth-child(2) {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .contacts-page__mobile {
    display: none;
  }
}
.contacts-page__add-button-wrapper {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .contacts-page__add-button-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 580px) {
  .contacts-page__add-button-wrapper .button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.dv-cancel-order-modal__title {
  color: #333c4e;
  font-size: 24px;
  text-align: center;
}
.dv-cancel-order-modal__description {
  padding-top: 10px;
  color: #697982;
  font-size: 16px;
  text-align: center;
}
.dv-cancel-order-modal__reasons {
  padding-top: 10px;
}
.dv-cancel-order-modal__error {
  color: #f04240;
  font-size: 14px;
  text-align: center;
}
.dv-cancel-order-modal__warning {
  color: #f04240;
  font-size: 14px;
}
.dv-cancel-order-modal__buttons {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.dv-cancel-order-modal__buttons button {
  margin-right: 10px;
}
.dv-cancel-order-modal__buttons button:last-child {
  margin-right: 0;
}
.dv-cabinet-problem-modal__title {
  color: #333c4e;
  font-size: 24px;
  text-align: center;
}
.dv-cabinet-problem-modal__description {
  padding-top: 10px;
  color: #697982;
  font-size: 16px;
  text-align: center;
}
.dv-cabinet-problem-modal__input {
  padding-top: 20px;
  text-align: center;
}
.dv-cabinet-problem-modal__textarea {
  width: 100%;
  height: 100px;
  border-radius: 2px;
  padding: 8px;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #e4d9cd;
}
.dv-cabinet-problem-modal__error {
  color: #f04240;
  font-size: 14px;
  text-align: center;
}
.dv-cabinet-problem-modal__buttons {
  padding-top: 5px;
}
.dv-input {
  border: #e4d9cd 1px solid;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
}
.dv-input:disabled {
  background-color: #FCFCFC;
}
.dv-input-with-label {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dv-input-with-label__wrapper {
  position: relative;
  width: 100%;
  border: 1px solid #bbc1d2 !important;
  border-radius: 2px !important;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 6px;
  background-color: #ffffff;
}
.dv-input-with-label--disabled .dv-input-with-label__wrapper {
  background-color: #FCFCFC;
}
.dv-input-with-label__label {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  transform: translateX(13px) translateY(12px);
  font-size: 14px;
  line-height: normal;
  color: #697982;
  background: transparent;
  border-radius: 3px;
  transition: 0.2s ease transform, 0.2s ease font-size;
}
.dv-input-with-label__label--color {
  background: #f5f5f5;
}
.dv-input-with-label__input-group-prefix {
  flex: 0 0 auto;
  font-size: 14px;
  color: #697982;
  padding-top: 21px;
  padding-right: 6px;
}
@media (max-width: 768px) {
  .dv-input-with-label__input-group-prefix {
    font-size: 13px;
    padding-top: 18px;
  }
}
.dv-input-with-label .dv-input {
  border: none;
  background: none;
}
.dv-input-with-label__field {
  display: block;
  padding: 0;
  padding-top: 20px;
  background: transparent;
  width: 100%;
  min-height: 40px;
  color: #333c4e;
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  border: 0;
}
@media (max-width: 768px) {
  .dv-input-with-label__field {
    font-size: 13px;
  }
}
.dv-input-with-label--filled .dv-input-with-label__label,
.dv-input-with-label .dv-input-with-label__field:focus ~ .dv-input-with-label__label {
  transform: translateX(5px) translateY(2px);
  font-size: 12px;
}
@media (max-width: 768px) {
  .dv-input-with-label--filled .dv-input-with-label__label,
  .dv-input-with-label .dv-input-with-label__field:focus ~ .dv-input-with-label__label {
    font-size: 10px;
  }
}
.r-checkbox {
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 10px;
}
.r-checkbox:last-child {
  margin-bottom: 0;
}
.r-checkbox--big .r-checkbox__label-text {
  font-size: 16px;
}
.r-checkbox__label {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  padding: 0;
  cursor: pointer;
  line-height: 1.4;
}
.r-checkbox__label--input_group {
  display: flex;
  align-items: baseline;
}
.r-checkbox__label .notification-target--state-valid.notification-target--required::after {
  right: -24px;
}
.r-checkbox__label .notification-target--state-invalid::after {
  right: -24px;
}
.r-checkbox__label-text {
  color: #333c4e;
  font-size: 14px;
}
.r-checkbox__label-text a {
  color: #266619;
}
.r-checkbox__check-group {
  font-size: 16px;
  position: relative;
  width: inherit;
  top: 3px;
  line-height: 16px;
}
.r-checkbox__input {
  position: absolute;
  left: -5000px;
}
.r-checkbox__input + .r-checkbox__icon--unchecked + .r-checkbox__icon--checked {
  opacity: 0;
  transform: scale(0.3);
  transition: 0.2s ease-in-out;
}
.r-checkbox__input:checked + .r-checkbox__icon {
  background-color: #266619;
}
.r-checkbox__input:checked + .r-checkbox__icon--unchecked {
  box-shadow: 0 1px 1px 0 #e4d9cd;
  border: solid 1px #266619;
}
.r-checkbox__input:checked + .r-checkbox__icon--unchecked + .r-checkbox__icon--checked {
  opacity: 1;
  transform: scale(1);
  transition: 0.2s ease-in-out;
}
.r-checkbox__icon {
  display: inline-block;
  line-height: 1;
  width: 100%;
  height: 100%;
  font-size: 28px;
  flex-shrink: 0;
  transition: all 0.125s ease-in;
}
.r-checkbox__icon--unchecked {
  box-sizing: border-box;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 1px;
  box-shadow: 0 1px 1px 0 #e4d9cd;
  border: solid 1px #e4d9cd;
}
.r-checkbox__icon--checked {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #ffffff;
}
.r-checkbox__disabled .r-checkbox__icon {
  color: #ccc;
  background: #eee;
}
.r-checkbox__icon.r-checkbox__icon--unchecked {
  text-align: center;
  font-size: 20px;
}
.r-checkbox__icon.icon-ok::before,
.r-checkbox__icon.icon-check::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("/img/icon/checkmark.svg") no-repeat center center;
}
.notification-target--state-valid .r-checkbox__icon--unchecked {
  border-color: #4bc04e;
}
.notification-target--state-valid .r-checkbox__icon--checked::before {
  color: #246726;
}
.desktop-navigation {
  display: flex;
}
.desktop-navigation__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.desktop-navigation__item {
  overflow: hidden;
  position: relative;
  margin-right: 40px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-bottom: 2px solid transparent;
  transition: all 0.125s ease-in;
}
@media (max-width: 1120px) {
  .desktop-navigation__item {
    margin-right: 30px;
  }
}
.desktop-navigation__item:last-child {
  margin-right: 0;
}
.desktop-navigation__item:hover,
.desktop-navigation__item--active {
  border-color: #266619;
}
.desktop-navigation__item:hover .desktop-navigation__label,
.desktop-navigation__item--active .desktop-navigation__label {
  color: #333c4e;
}
.desktop-navigation__item:hover {
  overflow: inherit;
}
.desktop-navigation__item:hover .desktop-navigation__sub-list {
  top: 69px;
  opacity: 1;
}
.desktop-navigation__item:hover:after {
  top: 0;
  transform: rotate(180deg);
}
.desktop-navigation__item-arrow:after {
  content: '';
  margin-left: 2px;
  position: relative;
  top: 4px;
  display: block;
  border: 4px solid transparent;
  border-top: 4px solid #697982;
  transition: all 0.125s ease-in;
}
.desktop-navigation__label {
  display: block;
  padding: 21px 0;
  font-size: 16px;
  color: #697982;
  text-decoration: none;
  transition: all 0.125s ease-in;
  white-space: nowrap;
  user-select: none;
}
.desktop-navigation__label:hover {
  text-decoration: none;
}
.desktop-navigation__sub-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 80px;
  opacity: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.14);
  border: 1px solid #f2f6fc;
  min-width: 200px;
  z-index: 1;
  transition: all 0.125s ease-in;
}
.desktop-navigation__sub-item:hover .desktop-navigation__sub-label,
.desktop-navigation__sub-item--active .desktop-navigation__sub-label {
  background: #e5f0ff;
  color: #333c4e;
}
.desktop-navigation__sub-label {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  text-decoration: none;
  color: #333c4e;
  white-space: nowrap;
  background: white;
  transition: all 0.125s ease-in;
}
.desktop-navigation__sub-label:hover {
  background: #e5f0ff;
  color: #333c4e;
  text-decoration: none;
}
.mobile-navigation--open .mobile-navigation__head:after {
  top: 0;
  transform: rotate(180deg);
}
.mobile-navigation--open .mobile-navigation__body {
  display: block;
}
.mobile-navigation__head {
  padding: 9px 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  color: #266619;
  cursor: pointer;
}
.mobile-navigation__head:after {
  content: '';
  margin-left: 2px;
  position: relative;
  top: 4px;
  display: block;
  border: 5px solid transparent;
  border-top: 5px solid #697982;
  transition: all 0.125s ease-in;
}
.mobile-navigation__label {
  display: block;
  font-size: 14px;
}
.mobile-navigation__body {
  display: none;
  padding: 10px 0;
  border-bottom: 1px solid #f2f6fc;
}
.mobile-navigation__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-navigation__item--active .mobile-navigation__link {
  color: #266619;
}
.mobile-navigation__link {
  padding: 10px 0;
  display: block;
  font-size: 16px;
  line-height: normal;
  color: #697982;
  text-decoration: none;
  transition: all 0.125s ease-in;
}
.mobile-navigation__link:hover {
  color: #266619;
}
.search {
  padding: 17px 0;
}
@media (max-width: 768px) {
  .search {
    width: 100%;
  }
}
@media (max-width: 885px) {
  .search--open {
    position: absolute;
    width: calc(100% - 60px);
    background-image: linear-gradient(43deg, #f0f8ff, #e5f3ff);
    right: 30px;
    top: 0;
  }
}
@media (max-width: 768px) {
  .search--open {
    width: calc(100% - 40px);
  }
}
@media (max-width: 885px) {
  .search--open .search__input {
    padding-left: 10px;
    width: 100%;
  }
}
.search--open .search__btn-fake {
  display: none;
}
.search__form {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.search__input {
  padding: 5px 35px 5px 10px;
  background-color: rgba(255, 255, 255, 0.4);
  height: 36px;
  font-size: 14px;
  line-height: normal;
  color: #697982;
  border: solid 1px #dee1e9;
  border-radius: 3px;
  width: 186px;
  transition: all .3s;
}
@media (max-width: 885px) {
  .search__input {
    padding-left: 3px;
    width: 40px;
  }
}
@media (max-width: 768px) {
  .search__input {
    padding-left: 10px;
    width: 100%;
  }
}
.search__input--filled,
.search__input:focus,
.search__input:active {
  background: #ffffff;
  color: #333c4e;
  border-color: #266619;
}
.search__btn {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 2px;
  height: 36px;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
  user-select: none;
}
.search__btn-fake {
  display: none;
}
@media (max-width: 885px) {
  .search__btn-fake {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 100%;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .search__btn-fake {
    display: none;
  }
}
.navigation-panel {
  position: relative;
  background-image: linear-gradient(43deg, #f0f8ff, #e5f3ff);
}
@media (max-width: 768px) {
  .navigation-panel {
    background-image: none;
  }
}
.navigation-panel__content {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  min-height: 70px;
  max-width: 940px;
  border-bottom: 1px solid #f2f6fc;
}
@media (max-width: 1120px) {
  .navigation-panel__content {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .navigation-panel__content {
    padding: 0 20px;
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .navigation-panel__menu {
    display: none;
  }
}
.navigation-panel__mobile-menu {
  width: 100%;
  background-color: #ffffff;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .navigation-panel__mobile-menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .navigation-panel__search {
    padding: 0 20px;
    width: 100%;
    background-image: linear-gradient(43deg, #f0f8ff, #e5f3ff);
  }
}
@media (max-width: 980px) {
  .client-id {
    padding: 0 20px;
  }
}
.dv-base-button {
  background-color: #4bc04e;
  color: #fff;
  text-decoration: none;
  border: 1px solid #4bc04e;
  border-radius: 3px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  transition: all 0.125s ease-in;
}
.dv-base-button__icon {
  display: inline-block;
  height: 32px;
  width: 32px;
  position: absolute;
  transform: translate(-37px, -6px);
}
.dv-base-button--medium {
  font-size: 18px;
  padding: 11px 25px;
}
.dv-base-button--large {
  font-size: 18px;
  padding: 17px 25px;
}
.dv-base-button--responsive {
  width: 100%;
}
.dv-base-button--light {
  background-color: transparent;
  color: #476bb3;
  border-color: #476bb3;
}
.dv-base-button:focus,
.dv-base-button:hover {
  background-color: #3fb342;
  border-color: #3fb342;
  color: #fff;
}
.dv-base-button:active {
  background-color: #5ec761;
  border-color: #5ec761;
}
.dv-base-button--disabled,
.dv-base-button:disabled {
  background-color: #697982;
  border-color: #697982;
  color: #fff;
}
.dv-base-button--light.dv-base-button--disabled,
.dv-base-button--light.dv-base-button:disabled {
  background-color: transparent;
  border-color: #697982;
  color: #697982;
}
.dv-base-button--icon {
  background-color: transparent;
  color: #333c4e;
  padding: 17px 45px;
  border-color: #476bb3;
}
.dv-base-button--icon:focus,
.dv-base-button--icon:hover {
  background-color: transparent;
  color: #333c4e;
  border-color: #38a03b;
}
.dv-base-button--icon:active {
  background-color: transparent;
  color: #333c4e;
  border-color: #71cd73;
}
.dv-header {
  display: flex;
  align-items: center;
}
@media (max-width: 1120px) {
  .dv-header {
    padding: 0 30px;
  }
}
.dv-header__column {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.dv-header__logo {
  max-width: 200px;
}
.dv-header__logo img {
  width: 100%;
}
@media (max-width: 768px) {
  .dv-header__desktop-menu-wrapper {
    display: none;
  }
}
.dv-header-promo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: baseline;
  padding-top: 60px;
}
@media (max-width: 1120px) {
  .dv-header-promo {
    align-content: space-between;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .dv-header-promo {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.dv-header-promo__mini-order {
  width: 352px;
}
@media (max-width: 768px) {
  .dv-header-promo__mini-order {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.dv-header-promo__footer {
  width: 100%;
  display: flex;
  flex-grow: 1;
  padding-top: 40px;
  justify-content: flex-end;
}
@media (max-width: 1120px) {
  .dv-header-promo__footer {
    justify-content: center;
    padding-top: 24px;
    font-size: 14px;
  }
}
.dv-header-promo__description {
  width: 350px;
  font-size: 16px;
  line-height: 1.63;
  text-align: center;
}
@media (max-width: 1120px) {
  .dv-header-promo__description {
    width: 720px;
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 768px) {
  .dv-header-promo__description {
    width: 100%;
  }
}
.dv-header-promo__header {
  width: 530px;
}
@media (max-width: 1120px) {
  .dv-header-promo__header {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .dv-header-promo__header {
    width: 100%;
    text-align: center;
  }
}
.dv-header-promo__header h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.33;
  color: #333c4e;
  padding-bottom: 10px;
}
@media (max-width: 1120px) {
  .dv-header-promo__header h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .dv-header-promo__header h1 {
    width: 100%;
    font-size: 26px;
    line-height: normal;
  }
}
.dv-header-promo__header .dv-button {
  display: none;
  width: initial;
  margin-bottom: 20px;
  padding: 10px 20px 12px;
  text-align: center;
  transition: all 0.125s ease-in;
  text-decoration: none;
}
.dv-header-promo__header .dv-button:hover,
.dv-header-promo__header .dv-button:active {
  text-decoration: none;
}
@media (max-width: 768px) {
  .dv-header-promo__header .dv-button {
    display: inline-block;
  }
}
.dv-header-promo__subhead {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1120px) {
  .dv-header-promo__subhead {
    font-size: 14px;
    line-height: 1.71;
  }
}
@media (max-width: 768px) {
  .dv-header-promo__subhead {
    padding-bottom: 24px;
    text-align: center;
  }
}
.dv-footer {
  width: 100%;
  padding-bottom: 40px;
}
.dv-footer__wrapper {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #333c4e;
}
@media (max-width: 1120px) {
  .dv-footer__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .dv-footer__wrapper {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
}
.dv-footer__wrapper--kr {
  flex-direction: column;
}
.dv-footer__wrapper--tr {
  border-bottom: 2px solid #f2f6fc;
  padding-bottom: 50px;
}
@media (max-width: 1120px) {
  .dv-footer__wrapper--tr {
    padding-bottom: 40px;
  }
}
.dv-footer__left-column {
  display: flex;
  width: 350px;
  flex-direction: column;
}
@media (max-width: 1120px) {
  .dv-footer__left-column {
    width: 235px;
  }
}
@media (max-width: 768px) {
  .dv-footer__left-column {
    width: 100%;
  }
}
.dv-footer__left-column--kr {
  width: 260px;
}
@media (max-width: 768px) {
  .dv-footer__left-column--kr {
    width: 100%;
  }
}
.dv-footer__left-column--tr {
  width: 50%;
}
@media (max-width: 768px) {
  .dv-footer__left-column--tr {
    width: 100%;
  }
}
.dv-footer__right-column {
  width: calc(100% - 350px);
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
@media (max-width: 1120px) {
  .dv-footer__right-column {
    width: calc(100% - 235px);
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .dv-footer__right-column {
    width: 100%;
  }
}
.dv-footer__right-column--kr {
  width: calc(100% - 260px);
}
@media (max-width: 768px) {
  .dv-footer__right-column--kr {
    width: 100%;
    padding: 0 70px;
  }
}
.dv-footer__right-column--tr {
  width: 50%;
}
@media (max-width: 768px) {
  .dv-footer__right-column--tr {
    width: 100%;
  }
}
.dv-footer__logo {
  width: 100%;
  padding-bottom: 20px;
  max-width: 200px;
}
@media (max-width: 768px) {
  .dv-footer__logo {
    text-align: center;
    margin: 0 auto;
  }
}
.dv-footer__cities {
  padding-bottom: 20px;
}
.dv-footer__cities .dv-footer-menu__item a {
  display: inline-block;
  color: #333c4e;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  border-bottom: dotted 1px #333c4e;
  cursor: pointer;
}
.dv-footer__cities .dv-footer-menu__item a:hover {
  color: #333c4e;
  text-decoration: none;
  border-bottom-color: transparent;
}
.dv-footer__menu_links {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .dv-footer__menu_links {
    text-align: center;
    width: 100%;
    padding-bottom: 32px;
  }
}
.dv-footer__menu_link {
  padding-bottom: 10px;
  font-size: 16px;
}
.dv-footer__menu_link a {
  color: #476bb3;
}
.dv-footer__menu_link:last-child {
  padding-bottom: 0;
}
.dv-footer__call-center {
  width: 100%;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .dv-footer__call-center {
    text-align: center;
    margin: 0 auto;
  }
}
.dv-footer__call-center-info {
  width: 100%;
  padding-bottom: 30px;
  color: #969696;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .dv-footer__call-center-info {
    width: initial;
    margin: 0 auto;
    text-align: center;
  }
}
.dv-footer__social {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .dv-footer__social {
    justify-content: center;
    margin: 0 auto 40px;
  }
}
.dv-footer__social a {
  padding-right: 20px;
}
.dv-footer__social a:last-child {
  padding-right: 0;
}
.dv-footer__menu_and_contacts {
  width: calc(100% - 152px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1120px) {
  .dv-footer__menu_and_contacts {
    width: 100%;
  }
}
.dv-footer__menu_and_contacts--tr {
  width: 100%;
}
.dv-footer__info_and_contacts {
  width: calc(100% - 152px);
  display: flex;
}
@media (max-width: 1120px) {
  .dv-footer__info_and_contacts {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .dv-footer__info_and_contacts {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.dv-footer__menu {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
@media (max-width: 1120px) {
  .dv-footer__menu {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .dv-footer__menu {
    padding-bottom: 30px;
  }
}
.dv-footer__menu li {
  width: 50%;
  white-space: nowrap;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .dv-footer__menu li {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .dv-footer__menu li:last-child {
    padding-bottom: 0;
  }
}
.dv-footer__menu li a {
  color: inherit;
  text-decoration: none;
}
.dv-footer__menu li a:hover,
.dv-footer__menu li a:active {
  text-decoration: underline;
}
.dv-footer__menu--tr li {
  width: 33%;
}
@media (max-width: 768px) {
  .dv-footer__menu--tr li {
    width: 100%;
  }
}
.dv-footer__app-buttons {
  width: 152px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1120px) {
  .dv-footer__app-buttons {
    flex-direction: row;
    width: 100%;
  }
  .dv-footer__app-buttons a {
    padding-right: 20px;
  }
  .dv-footer__app-buttons a:last-child {
    padding-right: 0;
  }
}
@media (max-width: 1120px) and (max-width: 768px) {
  .dv-footer__app-buttons a {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .dv-footer__app-buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.dv-footer__app-buttons img {
  max-width: 152px;
}
@media (max-width: 1120px) {
  .dv-footer__app-buttons--kr {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .dv-footer__app-buttons--kr {
    align-items: center;
  }
}
.dv-footer__contacts {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-top: 20px;
}
@media (max-width: 1120px) {
  .dv-footer__contacts {
    padding-bottom: 30px;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .dv-footer__contacts {
    padding-right: 0;
    padding-top: 0;
  }
}
.dv-footer__contacts--kr {
  padding-top: 0;
  display: block;
}
.dv-footer__contacts--kr .dv-footer__contacts-item {
  margin: 0 auto;
  padding-bottom: 20px;
}
.dv-footer__contacts--kr .dv-footer__contacts-item:last-child {
  padding-bottom: 0;
}
.dv-footer__contacts--tr {
  display: block;
}
.dv-footer__contacts--tr .dv-footer__contacts-item {
  width: 100%;
}
.dv-footer__contacts--tr .dv-footer__contacts-item:last-child {
  padding-bottom: 0;
}
.dv-footer__contacts--mx {
  display: block;
  color: #969696;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .dv-footer__contacts--mx {
    text-align: center;
  }
}
.dv-footer__contacts--mx a {
  color: #969696;
  text-decoration: none;
}
.dv-footer__contacts--mx a:hover {
  text-decoration: underline;
}
.dv-footer__contacts--mx b {
  margin-right: 5px;
  color: #333c4e;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .dv-footer__contacts--mx b {
    display: block;
  }
}
.dv-footer__contacts-item {
  width: 50%;
}
@media (max-width: 768px) {
  .dv-footer__contacts-item {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .dv-footer__contacts-item:last-child {
    padding-bottom: 0;
  }
}
.dv-footer__contact-label-vertical {
  color: #969696;
}
.dv-footer__contact-label-horizontal {
  font-weight: bold;
}
.dv-footer__info-right {
  display: flex;
}
@media (max-width: 1120px) {
  .dv-footer__info-right {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .dv-footer__info-right {
    width: 100%;
  }
}
.dv-footer__info {
  width: 100%;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .dv-footer__info {
    padding-right: 0;
    padding-bottom: 32px;
  }
}
.dv-footer__info-text-header {
  font-weight: bold;
}
@media (max-width: 768px) {
  .dv-footer__info-text-header {
    text-align: center;
    padding-bottom: 5px;
  }
}
.dv-footer__info-text {
  color: #697982;
  line-height: 1.57;
}
.dv-footer__info-contacts {
  font-size: 16px;
  padding-right: 20px;
  line-height: 1.57;
}
@media (max-width: 1120px) {
  .dv-footer__info-contacts {
    font-size: 14px;
    padding-right: 0px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .dv-footer__info-contacts {
    text-align: center;
  }
}
.dv-footer__info-contact {
  padding-bottom: 20px;
}
.dv-footer__info-contact:last-child {
  padding-bottom: 0;
}
.dv-footer__info-contact-header {
  color: #697982;
}
.dv-footer__bottom {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 0 40px;
  background-color: #f5f5f5;
}
@media (max-width: 1120px) {
  .dv-footer__bottom {
    padding: 50px 30px 70px;
  }
}
@media (max-width: 768px) {
  .dv-footer__bottom {
    padding: 40px 0;
  }
}
.dv-footer__bottom--wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .dv-footer__bottom--wrapper {
    flex-direction: column;
  }
}
.dv-footer__bottom-left {
  width: 180px;
}
.dv-footer__bottom-right {
  width: calc(100% - 180px);
}
@media (max-width: 768px) {
  .dv-footer__bottom-right {
    padding: 0 70px;
    width: 100%;
    text-align: center;
  }
}
.dv-footer__bottom-block {
  padding-top: 30px;
  color: #969696;
}
@media (max-width: 1120px) {
  .dv-footer__bottom-block {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .dv-footer__bottom-block {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 20px 0;
  }
}
.dv-footer__bottom-block div {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .dv-footer__bottom-block div {
    text-align: center;
  }
  .dv-footer__bottom-block div img {
    padding: 0 10px;
  }
}
.dv-footer__bottom-block div:last-child {
  padding-bottom: 0;
}
.layout {
  color: #333c4e;
}
.layout--overflowed {
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  position: fixed;
}
.layout__header {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(80, 89, 100, 0.16);
  z-index: 10;
  position: relative;
}
.layout__header--wrapper {
  width: 100%;
  height: 70px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 0;
}
.layout__header-promo-wrapper {
  width: 100%;
  height: 580px;
  background: url('/img/br/header-promo.svg') no-repeat;
  background-position: calc(50% - 280px) 80%;
  background-color: #edf6ff;
}
@media (max-width: 1120px) {
  .layout__header-promo-wrapper {
    height: 460px;
    background-size: 65%;
    background-position: calc(50% - 180px) 70%;
    padding-bottom: 110px;
  }
}
@media (max-width: 768px) {
  .layout__header-promo-wrapper {
    background: #edf6ff;
    padding-bottom: 0;
    height: inherit;
  }
}
.layout__header-promo {
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  height: 580px;
}
@media (max-width: 1120px) {
  .layout__header-promo {
    height: 460px;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .layout__header-promo {
    height: inherit;
  }
}
.layout__content {
  min-height: 500px;
}
.layout__content-section {
  border-bottom: 2px solid #f2f6fc;
}
.layout__content-wrapper {
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .layout__content-wrapper {
    padding: 0 30px;
  }
}
.layout__content-wrapper--padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.layout__content-header {
  text-align: center;
  font-size: 32px;
  line-height: 1.25;
  padding-bottom: 10px;
}
@media (max-width: 1120px) {
  .layout__content-header {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .layout__content-header {
    padding-bottom: 0;
    font-size: 22px;
  }
}
.layout__content-header--small {
  margin: 0 auto;
  max-width: 705px;
}
.layout__footer {
  width: 100%;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .layout__footer {
    padding-top: 40px;
  }
}
.dv-accordion__header {
  color: #476bb3;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1120px) {
  .dv-accordion__header {
    font-size: 16px;
  }
}
.dv-accordion__header span {
  border-bottom: 1px dotted #476bb3;
}
.dv-accordion__text {
  display: none;
}
.dv-accordion--opened .dv-accordion__header {
  display: none;
}
.dv-accordion--opened .dv-accordion__text {
  display: block;
}
.dv-address-autocomplete__wrapper {
  width: 100%;
}
.dv-address-autocomplete__list {
  width: 100%;
  position: absolute;
  z-index: 9;
  border: 1px solid #bbc1d2;
  border-top: none;
  background-color: #ffffff;
}
.dv-address-autocomplete__item {
  padding: 10px;
  font-size: 13px;
  cursor: pointer;
}
.dv-address-autocomplete__item--selected {
  background: #edf6ff;
}
.dv-address-autocomplete__item:hover {
  background: #edf6ff;
}
.dv-address-input {
  width: 100%;
  padding: 10px 10px 10px 30px;
  height: 42px;
  border-radius: 0;
  border: 1px solid #bbc1d2;
  font-size: 14px;
}
.dv-button {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 3px;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.125s ease-in;
}
.dv-button a {
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: inherit;
  line-height: 30px;
  padding: 0 20px;
  font-size: inherit;
}
.dv-button button {
  width: 100%;
  height: 30px;
  border: none;
  background: transparent;
  color: inherit;
  padding: 0 20px;
  border-radius: 3px;
  font-size: inherit;
}
.dv-button:hover {
  background-color: #009f35;
  color: #ffffff;
  border-color: #009f35;
}
.dv-button:active {
  background-color: #0c4;
  color: #ffffff;
  border-color: #0c4;
}
.dv-button--color {
  background-color: #4bc04e;
  color: #ffffff;
  border-color: #4bc04e;
}
.dv-button--colorless {
  background-color: #ffffff;
  color: #333c4e;
  border-color: #333c4e;
}
.dv-button--alert {
  background-color: #ffffff;
  color: #4bc04e;
  border-color: #4bc04e;
}
.dv-button--big {
  height: 48px;
  font-size: 18px;
}
@media (max-width: 1120px) {
  .dv-button--big {
    font-size: 16px;
  }
}
.dv-button--big a {
  line-height: 46px;
}
.dv-button--big button {
  height: 46px;
}
.dv-desktop-menu {
  display: flex;
  align-items: center;
}
.dv-desktop-menu__phone {
  font-size: 16px;
  padding-right: 20px;
  white-space: nowrap;
}
@media (max-width: 1120px) {
  .dv-desktop-menu__phone {
    font-size: 14px;
  }
}
@media (max-width: 885px) {
  .dv-desktop-menu__phone {
    display: none;
  }
}
.dv-desktop-menu__phone a {
  color: inherit;
  text-decoration: none;
}
.dv-desktop-menu__call-link {
  display: inline-block;
  border-bottom: dotted 1px #333c4e;
  font-size: 15px;
  line-height: 1.4em;
  cursor: pointer;
  transition: all 0.125s ease-in;
  white-space: nowrap;
  margin-right: 20px;
}
.dv-desktop-menu__call-link:hover {
  border-color: transparent;
  color: #266619;
}
.dv-desktop-menu__messanger-button {
  padding-right: 15px;
}
.dv-desktop-menu__order-button {
  padding-right: 15px;
}
.dv-footer-bottom {
  width: 100%;
  padding: 20px 0;
  background-color: #f5f5f5;
}
@media (max-width: 1120px) {
  .dv-footer-bottom {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .dv-footer-bottom {
    padding: 40px 0;
  }
}
.dv-footer-bottom__wrapper {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .dv-footer-bottom__wrapper {
    flex-direction: column;
  }
}
.dv-footer-bottom__left {
  width: 350px;
}
@media (max-width: 1120px) {
  .dv-footer-bottom__left {
    width: 235px;
  }
}
@media (max-width: 768px) {
  .dv-footer-bottom__left {
    width: 100%;
    text-align: center;
    padding-bottom: 28px;
  }
}
.dv-footer-bottom__left--kr {
  width: 260px;
}
@media (max-width: 768px) {
  .dv-footer-bottom__left--kr {
    width: 100%;
  }
}
.dv-footer-bottom__left--in a img {
  width: 32px;
  opacity: 1;
}
.dv-footer-bottom__left--big a img {
  width: 32px;
}
.dv-footer-bottom__left a {
  padding-right: 14px;
}
@media (max-width: 1120px) {
  .dv-footer-bottom__left a {
    padding-right: 24px;
  }
}
.dv-footer-bottom__left a:last-child {
  padding-right: 0;
}
.dv-footer-bottom__left img {
  opacity: 0.6;
  width: 24px;
}
@media (max-width: 1120px) {
  .dv-footer-bottom__left img {
    width: 40px;
  }
}
.dv-footer-bottom__right {
  width: calc(100% - 350px);
}
@media (max-width: 1120px) {
  .dv-footer-bottom__right {
    width: calc(100% - 235px);
  }
}
@media (max-width: 768px) {
  .dv-footer-bottom__right {
    padding: 0 70px;
    width: 100%;
    text-align: center;
  }
  .dv-footer-bottom__right--kr {
    text-align: left;
  }
}
.dv-footer-menu__items {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .dv-footer-menu__items {
    padding-bottom: 30px;
  }
}
.dv-footer-menu__item {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .dv-footer-menu__item {
    text-align: center;
  }
}
.dv-footer-menu__item:last-child {
  padding-bottom: 0;
}
.dv-footer-menu__item a,
.dv-footer-menu__item a:hover,
.dv-footer-menu__item a:active {
  text-decoration: none;
  color: #476bb3;
  border-bottom: 1px dotted #476bb3;
}
.dv-icon {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background-color: #edf6ff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.dv-icon--calc {
  background-image: url(/img/icon/calc.svg);
}
.dv-icon--card {
  background-image: url(/img/icon/card.svg);
}
.dv-icon--rate {
  background-image: url(/img/icon/rate.svg);
}
.dv-icon--rocket {
  background-image: url(/img/icon/rocket.svg);
}
.dv-icon--sms {
  background-image: url(/img/icon/sms.svg);
}
.dv-icon--wizard {
  background-image: url(/img/icon/wizard.svg);
}
.dv-icon--pdf {
  width: 18px;
  height: 18px;
  border-radius: 0;
  background-image: url("/img/icon/pdf.svg");
}
.dv-icon--search {
  width: 20px;
  height: 20px;
  background-image: url("/img/icon/search.svg");
}
.dv-mobile-menu__menu-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  justify-content: flex-end;
}
.dv-mobile-menu__menu-wrapper--opened {
  display: flex;
}
.dv-mobile-menu__menu {
  width: 320px;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  flex-direction: column;
  padding: 40vh 50px 0;
}
@media (max-width: 768px) {
  .dv-mobile-menu__menu {
    width: 100%;
  }
}
.dv-mobile-menu__row {
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
}
.dv-mobile-menu__row:last-child {
  padding-bottom: 0;
}
.dv-mobile-menu__row--phone {
  padding-top: 10vh;
  padding-bottom: 10px;
}
.dv-mobile-menu__bottom-row {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.dv-mobile-menu__phone,
.dv-mobile-menu__phone:active {
  color: #333c4e;
  text-decoration: none;
  padding-top: 8px;
  font-size: 16px;
  border-bottom: 1px solid #333c4e;
}
.dv-mobile-menu__mobile-button {
  display: none;
  width: 30px;
  height: 32px;
  position: relative;
  cursor: pointer;
}
.dv-mobile-menu__mobile-button:before {
  top: 8px;
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  position: absolute;
  right: 0;
  background: #333c4e;
}
.dv-mobile-menu__mobile-button:after {
  bottom: 8px;
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  position: absolute;
  right: 0;
  background: #333c4e;
}
@media (max-width: 768px) {
  .dv-mobile-menu__mobile-button {
    display: block;
  }
}
.dv-mobile-menu__close-button {
  display: block;
  width: 25px;
  height: 23px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  user-select: none;
}
.dv-mobile-menu__close-button:before {
  transform: rotate(45deg);
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  position: absolute;
  top: 7px;
  right: 0;
  background: #333c4e;
}
.dv-mobile-menu__close-button:after {
  transform: rotate(-45deg);
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  position: absolute;
  top: 7px;
  right: 0;
  background: #333c4e;
}
.dv-mobile-menu__buttons {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.dv-mobile-menu__button {
  width: 50%;
}
.dv-mobile-menu__messengers {
  display: flex;
  padding-bottom: 32px;
  justify-content: center;
}
.dv-mobile-menu__messanger-button {
  padding-right: 20px;
}
.dv-mobile-menu__messanger-button:last-child {
  padding-right: 0;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-button-prev,
.swiper-button-next {
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDc5Mi4wMzMgNzkyLjAzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzkyLjAzMyA3OTIuMDMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGcgaWQ9Il94MzhfIj4KCQk8Zz4KCQkJPHBhdGggZD0iTTYxNy44NTgsMzcwLjg5NkwyMjEuNTEzLDkuNzA1Yy0xMy4wMDYtMTIuOTQtMzQuMDk5LTEyLjk0LTQ3LjEwNSwwYy0xMy4wMDYsMTIuOTM5LTEzLjAwNiwzMy45MzQsMCw0Ni44NzQgICAgIGwzNzIuNDQ3LDMzOS40MzhMMTc0LjQ0MSw3MzUuNDU0Yy0xMy4wMDYsMTIuOTQtMTMuMDA2LDMzLjkzNSwwLDQ2Ljg3NHMzNC4wOTksMTIuOTM5LDQ3LjEwNCwwbDM5Ni4zNDYtMzYxLjE5MSAgICAgYzYuOTMyLTYuODk4LDkuOTA0LTE2LjA0Myw5LjQ0MS0yNS4wODdDNjI3Ljc2MywzODYuOTcyLDYyNC43OTIsMzc3LjgyOCw2MTcuODU4LDM3MC44OTZ6IiBmaWxsPSIjY2NjY2NjIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDc5Mi4wMzMgNzkyLjAzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzkyLjAzMyA3OTIuMDMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGcgaWQ9Il94MzhfIj4KCQk8Zz4KCQkJPHBhdGggZD0iTTYxNy44NTgsMzcwLjg5NkwyMjEuNTEzLDkuNzA1Yy0xMy4wMDYtMTIuOTQtMzQuMDk5LTEyLjk0LTQ3LjEwNSwwYy0xMy4wMDYsMTIuOTM5LTEzLjAwNiwzMy45MzQsMCw0Ni44NzQgICAgIGwzNzIuNDQ3LDMzOS40MzhMMTc0LjQ0MSw3MzUuNDU0Yy0xMy4wMDYsMTIuOTQtMTMuMDA2LDMzLjkzNSwwLDQ2Ljg3NHMzNC4wOTksMTIuOTM5LDQ3LjEwNCwwbDM5Ni4zNDYtMzYxLjE5MSAgICAgYzYuOTMyLTYuODk4LDkuOTA0LTE2LjA0Myw5LjQ0MS0yNS4wODdDNjI3Ljc2MywzODYuOTcyLDYyNC43OTIsMzc3LjgyOCw2MTcuODU4LDM3MC44OTZ6IiBmaWxsPSIjY2NjY2NjIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
.order-info__wrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.order-info__container {
  width: 375px;
  height: auto;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.order-info__order-number {
  line-height: 43px;
  font-size: 24px;
  color: #333c4e;
  margin-bottom: 21px;
  margin-top: 12px;
}
.order-info__courier-info {
  flex-grow: 1;
}
.order-info__courier-phone {
  line-height: 22px;
  font-size: 16px;
  color: #266619;
  text-decoration: none;
}
.order-info__courier-phone:hover {
  text-decoration: underline;
}
.order-info__courier-photo {
  width: 100px;
  height: 100px;
  min-width: 100px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 1px 6px 0 rgba(51, 60, 78, 0.25);
}
.order-info__info-block {
  margin-top: 6px;
  margin-bottom: 16px;
}
.order-info__secondary-text {
  line-height: 19px;
  font-size: 14px;
  color: #959aa6;
  padding-top: 10px;
}
.order-info__secondary-text:first-child {
  padding-top: 0;
}
.order-info__primary-text {
  line-height: 22px;
  font-size: 16px;
  color: #333c4e;
}
.order-info__footer {
  margin-top: 10px;
}
.order-info__footer-apps {
  margin-top: 25px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
}
.order-info__footer-apps a {
  margin-right: 12px;
}
.order-info__footer-apps a:last-child {
  margin-right: 0px;
}
.order-info__footer-apps img {
  height: 40px;
}
.order-info__tracking-slogan {
  line-height: 30px;
  font-size: 24px;
  color: #333c4e;
}
.dv-preloader {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.dv-preloader img {
  padding: 20px 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dv-card-list {
  display: flex;
  padding: 40px 0;
  justify-content: center;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .dv-card-list {
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }
}
.dv-card-list__card {
  display: flex;
  max-width: 270px;
  width: 100%;
  margin-right: 30px;
  background-color: #ffffff;
  padding: 25px 20px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 14px 20px 0 rgba(178, 178, 178, 0.14);
  flex-direction: column;
}
.dv-card-list__card:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .dv-card-list__card {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 230px;
  }
  .dv-card-list__card:last-child {
    margin-bottom: 0;
  }
}
.dv-card-list__image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 1120px) {
  .dv-card-list__image {
    font-size: 28px;
  }
}
.dv-card-list__image img {
  width: 52px;
  padding-right: 10px;
}
.dv-card-list__image--tr img,
.dv-card-list__image--br img {
  width: auto;
  min-height: 56px;
}
.dv-card-list__description {
  text-align: center;
}
.dv-card-list__description a {
  color: #476bb3;
  text-decoration: none;
}
.dv-small-card-list {
  width: 100%;
}
.dv-small-card-list__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .dv-small-card-list__items {
    padding-left: 0px;
  }
}
.dv-small-card-list__item {
  display: flex;
  width: 30%;
  padding-top: 40px;
  padding-right: 35px;
}
@media (max-width: 1120px) {
  .dv-small-card-list__item {
    width: 50%;
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .dv-small-card-list__item {
    width: 100%;
    padding-right: 0px;
  }
}
.dv-small-card-list__image {
  width: 50px;
  margin-right: 20px;
  border-radius: 15px;
}
.dv-small-card-list__image img {
  width: 32px;
  height: 32px;
}
.dv-small-card-list__text {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .dv-small-card-list__text {
    font-size: 14px;
  }
}
.dv-options-block__header {
  text-align: center;
  font-size: 32px;
  padding-bottom: 50px;
}
.dv-options-block__items {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .dv-options-block__items {
    flex-direction: column;
    align-items: center;
  }
}
.dv-options-block__item {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 150px;
  padding-top: 20px;
}
.dv-options-block__item:last-child {
  margin-right: 0;
}
@media (max-width: 1120px) {
  .dv-options-block__item {
    width: 170px;
    margin-right: 120px;
  }
}
@media (max-width: 768px) {
  .dv-options-block__item {
    margin-right: 0;
  }
}
.dv-options-block__image {
  display: flex;
  width: 200px;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 1120px) {
  .dv-options-block__image {
    width: 170px;
    padding-bottom: 30px;
  }
}
.dv-options-block__image img {
  width: 100%;
}
.dv-options-block-without-buttons__items {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .dv-options-block-without-buttons__items {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }
}
.dv-options-block-without-buttons__items a {
  text-decoration: none;
}
.dv-options-block-without-buttons__items a:hover {
  text-decoration: none;
}
.dv-options-block-without-buttons__item {
  width: 190px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 150px;
}
.dv-options-block-without-buttons__item:last-child {
  margin-right: 0;
}
@media (max-width: 1120px) {
  .dv-options-block-without-buttons__item {
    margin-right: 120px;
  }
}
@media (max-width: 768px) {
  .dv-options-block-without-buttons__item {
    margin-right: 0;
    margin-bottom: 20px;
    box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.14);
    border: 1px solid #f2f2f2;
  }
}
.dv-options-block-without-buttons__item:hover {
  box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.14);
  border: 1px solid #f2f2f2;
}
.dv-options-block-without-buttons__image {
  display: flex;
  height: 96px;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.dv-options-block-without-buttons__image img {
  height: 96px;
}
.dv-options-block-without-buttons__title {
  text-align: center;
  color: #333c4e;
  font-size: 16px;
  text-decoration: none;
}
.dv-options-block-with-label__items {
  width: 100%;
  height: 192px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1120px) {
  .dv-options-block-with-label__items {
    flex-wrap: wrap;
    justify-content: space-around;
    max-height: initial;
  }
}
@media (max-width: 768px) {
  .dv-options-block-with-label__items {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    height: auto;
  }
}
.dv-options-block-with-label__items a {
  text-decoration: none;
}
.dv-options-block-with-label__items a:hover {
  text-decoration: none;
}
@media (max-width: 1120px) {
  .dv-options-block-with-label__items a {
    display: flex;
    justify-content: center;
    width: 45%;
  }
}
@media (max-width: 768px) {
  .dv-options-block-with-label__items a {
    width: 100%;
  }
}
.dv-options-block-with-label__item {
  width: 265px;
  height: 192px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  margin-right: 150px;
  padding-top: 30px;
  background: #ffffff;
}
.dv-options-block-with-label__item:last-child {
  margin-right: 0;
}
@media (max-width: 1120px) {
  .dv-options-block-with-label__item {
    box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.14);
    border: 1px solid #f2f2f2;
    overflow: visible;
    width: 290px;
    height: initial;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .dv-options-block-with-label__item {
    width: 280px;
    max-width: 90%;
    box-shadow: none;
    border: 0;
    padding: 0;
  }
}
.dv-options-block-with-label__item:hover {
  box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.14);
  border: 1px solid #f2f2f2;
  overflow: visible;
  height: auto;
}
@media (max-width: 768px) {
  .dv-options-block-with-label__item:hover {
    box-shadow: none;
    border: 0;
  }
}
.dv-options-block-with-label__image {
  display: flex;
  height: 96px;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.dv-options-block-with-label__image img {
  height: 96px;
}
.dv-options-block-with-label__title {
  text-align: center;
  color: #333c4e;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.dv-options-block-with-label__label {
  display: none;
  z-index: 2;
  margin-left: -1px;
  margin-top: -1px;
  width: calc(100% + 1px);
  color: #333c4e;
  padding: 10px 30px 30px;
  box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.14);
  border: 1px solid #f2f2f2;
  border-top: none;
  background: #ffffff;
}
@media (max-width: 1120px) {
  .dv-options-block-with-label__label {
    display: block;
    z-index: initial;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    box-shadow: none;
    border: none;
  }
}
.dv-options-block-with-label__item:hover .dv-options-block-with-label__label {
  display: block;
}
.dv-index-info__header {
  margin: 0 auto;
  width: 705px;
  text-align: center;
  font-size: 32px;
  line-height: 1.25;
  padding-bottom: 30px;
}
@media (max-width: 1120px) {
  .dv-index-info__header {
    width: 520px;
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .dv-index-info__header {
    width: 100%;
    padding-bottom: 20px;
    font-size: 22px;
  }
}
.dv-index-info__text {
  margin: 0 auto;
  width: 705px;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 1120px) {
  .dv-index-info__text {
    width: 520px;
    font-size: 14px;
    line-height: 1.57;
  }
}
@media (max-width: 768px) {
  .dv-index-info__text {
    width: 100%;
  }
}
.dv-index-info__button {
  margin: 0 auto;
  width: 300px;
}
@media (max-width: 768px) {
  .dv-index-info__button {
    width: 100%;
  }
}
.dv-delivery-map {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1120px) {
  .dv-delivery-map {
    padding-top: 20px;
  }
}
.dv-delivery-map__legend {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  .dv-delivery-map__legend {
    overflow-x: auto;
    justify-content: left;
    padding-left: 0;
  }
}
.dv-delivery-map__item {
  list-style: none;
  font-size: 16px;
  padding: 0 15px 10px;
}
@media (max-width: 768px) {
  .dv-delivery-map__item {
    font-size: 14px;
  }
  .dv-delivery-map__item:first-child {
    padding-left: 0;
  }
}
.dv-delivery-map__map {
  margin: 0 auto;
  width: 700px;
  height: 640px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .dv-delivery-map__map {
    width: 100%;
    height: 290px;
  }
}
.dv-media-coverage {
  position: relative;
  margin-top: 20px;
}
.dv-media-coverage__slider-list {
  padding: 0;
  margin: 0;
}
.dv-media-coverage__slider-item {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  text-align: center;
  min-height: 80px;
}
@media (max-width: 885px) {
  .dv-media-coverage__slider-item {
    min-height: 60px;
  }
}
.dv-media-coverage__slider-img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
  max-width: 196px;
}
.dv-media-coverage__slider-arrows {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  cursor: pointer;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  z-index: 1;
}
@media (max-width: 768px) {
  .dv-media-coverage__slider-arrows {
    display: none;
  }
}
.dv-media-coverage__slider-arrows:hover:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
}
.dv-media-coverage__slider-arrows:after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 2;
}
.dv-media-coverage__slider-arrows--left {
  left: 10px;
}
.dv-media-coverage__slider-arrows--left:before {
  content: '';
  top: -9px;
  left: -13px;
}
.dv-media-coverage__slider-arrows--left:after {
  content: '';
  border-bottom: 2px solid #ddd;
  border-left: 2px solid #ddd;
}
.dv-media-coverage__slider-arrows--right {
  right: 10px;
}
.dv-media-coverage__slider-arrows--right:before {
  content: '';
  top: -14px;
  right: -15px;
}
.dv-media-coverage__slider-arrows--right:after {
  content: '';
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
}
.dv-references {
  padding-top: 30px;
}
@media (max-width: 1120px) {
  .dv-references {
    padding-top: 20px;
  }
}
.dv-references__container {
  max-width: 700px;
  position: relative;
}
.dv-references__swiper {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  padding-bottom: 20px;
}
.dv-references__item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .dv-references__item {
    flex-direction: column;
    align-items: center;
  }
}
.dv-references__image-wrapper {
  margin-top: 4px;
  margin-right: 30px;
  margin-left: 3px;
  display: block;
  width: 78px;
  height: 78px;
  border-radius: 39px;
  text-align: center;
  border: 2px solid #fff;
  box-shadow: 0 0 10px 3px rgba(164, 182, 206, 0.14);
  overflow: hidden;
}
@media (max-width: 768px) {
  .dv-references__image-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.dv-references__image {
  display: block;
  max-width: 100%;
  height: auto;
}
.dv-references__body {
  width: calc(100% - 117px);
}
@media (max-width: 768px) {
  .dv-references__body {
    width: 100%;
  }
}
.dv-references__detail {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .dv-references__detail {
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .dv-references__item-title {
    text-align: center;
    font-size: 14px;
  }
}
.dv-references__date {
  font-size: 16px;
  color: #697982;
}
@media (max-width: 768px) {
  .dv-references__date {
    font-size: 14px;
  }
}
.dv-references__text {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .dv-references__text {
    text-align: center;
    font-size: 14px;
    line-height: 1.71;
  }
}
.dv-references__button-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-left: 114px;
}
@media (max-width: 768px) {
  .dv-references__button-wrapper {
    margin-left: 0;
    justify-content: center;
  }
}
.dv-references__button-prev {
  margin-right: 20px;
  transform: rotate(180deg);
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background-color: #f5f5f5;
  background-size: 40%;
  overflow: hidden;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDc5Mi4wMzMgNzkyLjAzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzkyLjAzMyA3OTIuMDMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGcgaWQ9Il94MzhfIj4KCQk8Zz4KCQkJPHBhdGggZD0iTTYxNy44NTgsMzcwLjg5NkwyMjEuNTEzLDkuNzA1Yy0xMy4wMDYtMTIuOTQtMzQuMDk5LTEyLjk0LTQ3LjEwNSwwYy0xMy4wMDYsMTIuOTM5LTEzLjAwNiwzMy45MzQsMCw0Ni44NzQgICAgIGwzNzIuNDQ3LDMzOS40MzhMMTc0LjQ0MSw3MzUuNDU0Yy0xMy4wMDYsMTIuOTQtMTMuMDA2LDMzLjkzNSwwLDQ2Ljg3NHMzNC4wOTksMTIuOTM5LDQ3LjEwNCwwbDM5Ni4zNDYtMzYxLjE5MSAgICAgYzYuOTMyLTYuODk4LDkuOTA0LTE2LjA0Myw5LjQ0MS0yNS4wODdDNjI3Ljc2MywzODYuOTcyLDYyNC43OTIsMzc3LjgyOCw2MTcuODU4LDM3MC44OTZ6IiBmaWxsPSIjY2NjY2NjIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  z-index: 10;
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
}
.dv-references__button-next {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background-color: #f5f5f5;
  background-size: 40%;
  overflow: hidden;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDc5Mi4wMzMgNzkyLjAzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzkyLjAzMyA3OTIuMDMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGcgaWQ9Il94MzhfIj4KCQk8Zz4KCQkJPHBhdGggZD0iTTYxNy44NTgsMzcwLjg5NkwyMjEuNTEzLDkuNzA1Yy0xMy4wMDYtMTIuOTQtMzQuMDk5LTEyLjk0LTQ3LjEwNSwwYy0xMy4wMDYsMTIuOTM5LTEzLjAwNiwzMy45MzQsMCw0Ni44NzQgICAgIGwzNzIuNDQ3LDMzOS40MzhMMTc0LjQ0MSw3MzUuNDU0Yy0xMy4wMDYsMTIuOTQtMTMuMDA2LDMzLjkzNSwwLDQ2Ljg3NHMzNC4wOTksMTIuOTM5LDQ3LjEwNCwwbDM5Ni4zNDYtMzYxLjE5MSAgICAgYzYuOTMyLTYuODk4LDkuOTA0LTE2LjA0Myw5LjQ0MS0yNS4wODdDNjI3Ljc2MywzODYuOTcyLDYyNC43OTIsMzc3LjgyOCw2MTcuODU4LDM3MC44OTZ6IiBmaWxsPSIjY2NjY2NjIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  z-index: 10;
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
}
.dv-city-selector {
  position: relative;
  margin-left: 40px;
  align-self: center;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .dv-city-selector {
    margin-left: 24px;
  }
}
.dv-city-selector:before {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: -15px;
  background: url('/img/ru/topbar-location-icon.svg') no-repeat center center;
  margin-right: 6px;
}
.dv-city-selector__region {
  cursor: pointer;
  color: #476bb3;
  border-bottom: 1px dotted #476bb3;
  white-space: nowrap;
}
.dv-city-selector__list {
  margin-top: 5px;
  margin-left: -40px;
  padding: 0;
  position: absolute;
  z-index: 9;
  border: 1px solid #bbc1d2;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .dv-city-selector__list {
    margin-left: -24px;
  }
}
.dv-city-selector__item {
  list-style: none;
  padding: 4px 24px;
  cursor: pointer;
  white-space: nowrap;
}
.dv-city-selector__item:hover {
  background: #edf6ff;
}
.dv-client-announcements {
  background: #333c4e;
}
.dv-client-announcements__list {
  padding: 0;
  list-style: none;
}
.dv-client-announcements__item {
  position: relative;
  list-style: none;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.36;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.dv-client-announcements__item-wrapper {
  margin: 0 auto;
  max-width: 1120px;
}
@media (max-width: 1120px) {
  .dv-client-announcements__item-wrapper {
    padding: 0 90px 0 30px;
  }
}
@media (max-width: 768px) {
  .dv-client-announcements__item-wrapper {
    padding: 0 55px 0 20px;
  }
}
.dv-client-announcements__open-button {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}
.dv-client-announcements__close-button {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 16px;
  right: 30px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  transition: all 0.125s ease-in;
}
.dv-client-announcements__close-button:hover {
  opacity: 0.7;
}
.dv-client-announcements__close-icon {
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 9px;
  left: 9px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ljk3MSA0Ny45NzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3Ljk3MSA0Ny45NzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMjguMjI4LDIzLjk4Nkw0Ny4wOTIsNS4xMjJjMS4xNzItMS4xNzEsMS4xNzItMy4wNzEsMC00LjI0MmMtMS4xNzItMS4xNzItMy4wNy0xLjE3Mi00LjI0MiwwTDIzLjk4NiwxOS43NDRMNS4xMjEsMC44OCAgIGMtMS4xNzItMS4xNzItMy4wNy0xLjE3Mi00LjI0MiwwYy0xLjE3MiwxLjE3MS0xLjE3MiwzLjA3MSwwLDQuMjQybDE4Ljg2NSwxOC44NjRMMC44NzksNDIuODVjLTEuMTcyLDEuMTcxLTEuMTcyLDMuMDcxLDAsNC4yNDIgICBDMS40NjUsNDcuNjc3LDIuMjMzLDQ3Ljk3LDMsNDcuOTdzMS41MzUtMC4yOTMsMi4xMjEtMC44NzlsMTguODY1LTE4Ljg2NEw0Mi44NSw0Ny4wOTFjMC41ODYsMC41ODYsMS4zNTQsMC44NzksMi4xMjEsMC44NzkgICBzMS41MzUtMC4yOTMsMi4xMjEtMC44NzljMS4xNzItMS4xNzEsMS4xNzItMy4wNzEsMC00LjI0MkwyOC4yMjgsMjMuOTg2eiIgZmlsbD0iIzMzM2M0ZSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-position: center center;
  background-size: contain;
}
.dv-mini-order-form {
  width: 100%;
  max-width: 352px;
  padding: 30px 25px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 14px 20px 0 rgba(228, 217, 205, 0.6);
}
.dv-mini-order-form__header {
  font-size: 23px;
  text-align: center;
  padding-bottom: 24px;
}
@media (max-width: 1120px) {
  .dv-mini-order-form__header {
    font-size: 20px;
  }
}
.dv-mini-order-form__row {
  position: relative;
  padding-bottom: 10px;
}
.dv-mini-order-form__row:last-child {
  padding-bottom: 0;
}
.dv-mini-order-form__row--address:before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 15px;
  left: 12px;
  background: url(/img/ru/topbar-location-icon.svg) no-repeat 50%;
}
.dv-mini-order-form__row--vehicle {
  display: flex;
  justify-content: space-between;
}
.dv-mini-order-form__row--vehicle input[type=radio] {
  display: none;
}
.dv-mini-order-form__row--vehicle input[type=radio]:checked + label {
  border: 1px solid #bbc1d2;
}
.dv-mini-order-form__row--vehicle label {
  width: 50%;
  display: flex;
  height: 28px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #edf6ff;
  background-color: #edf6ff;
  font-size: 14px;
  white-space: nowrap;
}
.dv-mini-order-form__row--vehicle label:last-child {
  margin-right: 0;
}
.dv-mini-order-form__row--top-padding {
  padding-top: 10px;
}
.dv-mini-order-form__description {
  padding-top: 16px;
  color: #697982;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 1120px) {
  .dv-mini-order-form__description {
    font-size: 14px;
    line-height: 1.57;
  }
}
.dv-dostavista-map {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.order-form {
  font-size: 15px;
  margin: 0 auto;
  max-width: 944px;
}
.order-form .dv-checkbox__text {
  font-size: 15px;
  color: #333c4e;
}
.order-form__form-switcher {
  text-align: right;
}
.order-form__header {
  margin-top: 16px;
  padding: 0 24px 4px 144px;
}
@media (max-width: 768px) {
  .order-form__header {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.order-form__title {
  margin: 0;
  color: #333c4e;
  font-size: 32px;
  line-height: normal;
  font-weight: normal;
}
.order-form__block {
  margin: 24px 0;
}
.order-form__row {
  margin-top: 16px;
  padding: 0 24px 0 144px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .order-form__row {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.order-form__row--large-space {
  margin-top: 32px;
}
.order-form__footer {
  margin-top: 40px;
  padding: 40px 0 44px;
  background-image: linear-gradient(to bottom, #f0e8df, #e4d9cd);
}
.order-form__footer-block {
  max-width: 944px;
  padding: 0 24px 0 144px;
}
@media (max-width: 768px) {
  .order-form__footer-block {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.order-form__submission-block {
  padding-top: 28px;
  display: flex;
}
.order-form__submission-block button {
  width: 256px;
  min-height: 60px;
  font-size: 23px;
  padding: 10px 22px 15px;
  background-color: #266619;
  border-color: #266619;
}
.order-form__submission-block button:hover,
.order-form__submission-block button:focus {
  background-color: #1c4912;
  border-color: #1c4912;
}
.order-form__submission-block button:active {
  background-color: #173d0f;
  border-color: #173d0f;
}
.order-form__submission-block .r-tooltip__tooltip {
  left: calc(50% - 100px);
}
@media (max-width: 320px) {
  .order-form__submission-block .r-tooltip__tooltip {
    left: -64px;
  }
}
.order-form__submission-block .r-tooltip__tooltip:before,
.order-form__submission-block .r-tooltip__tooltip:after {
  right: calc(50% - 120px);
}
.order-form__draft-button {
  margin-left: 16px;
  display: block;
  width: 60px;
  height: 60px;
  background: #faeee1 url(/img/icon/save.svg) no-repeat 50%;
  border-radius: 3px;
  cursor: pointer;
}
.order-form__points {
  max-width: 944px;
}
.order-form__sms-notice {
  padding-top: 16px;
  font-size: 14px;
  color: #697982;
}
.order-form__total-weight {
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: unset;
}
.order-form__total-weight .dv-order-component-with-error {
  width: 185px;
}
@media (max-width: 768px) {
  .order-form__total-weight .dv-order-component-with-error {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .order-form__total-weight .r-tooltip__tooltip {
    left: -30px;
  }
}
@media (max-width: 320px) {
  .order-form__total-weight .r-tooltip__tooltip:before,
  .order-form__total-weight .r-tooltip__tooltip:after {
    right: calc(50% - 64px);
  }
}
.order-form .dv-intercity-point__deliveries .r-pseudo-radio__label-text {
  color: #266619;
}
.order-form .dv-intercity-point__deliveries .r-pseudo-radio__label-text--selected {
  color: #333c4e;
}
.order-form__tooltip-description {
  line-height: 1.6;
}
.order-form__question-icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url('/img/icon/question.svg') no-repeat center;
  background-size: 100%;
  border-radius: 50%;
  margin: 0 12px;
  cursor: pointer;
}
.dv-dispatcher-client-phone {
  position: relative;
  min-width: 270px;
  padding: 10px 20px;
  background: #fce5cd;
  border: 2px solid #fad8b4;
}
.dv-dispatcher-client-phone__label {
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
}
.dv-dispatcher-client-phone__input {
  margin-top: 10px;
}
.dv-notifications-settings {
  font-size: 15px;
  color: #333c4e;
}
.dv-notifications-settings__row {
  margin-bottom: 16px;
}
.dv-notifications-settings__row:last-child {
  margin-bottom: 0;
}
.dv-notifications-settings__title {
  font-size: 1.2em;
}
.dv-order-announce {
  padding: 20px 28px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: normal;
  color: #333c4e;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #cc6666;
  box-shadow: none;
}
.dv-order-component-with-error {
  position: relative;
  width: 100%;
}
.dv-order-component-with-error__input {
  border: 1px solid #e4d9cd;
  border-radius: 3px;
}
.dv-order-component-with-error__input--correct {
  border-color: #4bc04e;
}
.dv-order-component-with-error__input--attention {
  border-color: #ffc667;
}
.dv-order-component-with-error__input--alert {
  border-color: #cc6666;
  border-radius: 3px 3px 0 0;
}
.dv-order-component-with-error__error {
  padding: 4px 8px;
  background: #cc6666;
  border-color: #cc6666;
  border-radius: 0 0 3px 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: normal;
}
.dv-order-block-with-error {
  width: 100%;
}
.dv-order-block-with-error__error {
  padding-top: 8px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  color: #cc6666;
}
.dv-order-autocomplete-input {
  position: relative;
  width: 100%;
}
.dv-order-autocomplete-input__list {
  position: absolute;
  width: 100%;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #e4d9cd;
  box-shadow: 0 1px 3px #808080;
  padding: 0;
  z-index: 100;
}
.dv-order-autocomplete-input__list:empty {
  display: none;
}
.dv-order-autocomplete-input__item {
  padding: 10px 10px 10px 50px;
  font-size: 13px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .dv-order-autocomplete-input__item {
    padding: 5px 5px 5px 20px;
    font-size: 12px;
  }
}
.dv-order-autocomplete-input__item--selected {
  background: #f2f6fc;
}
.dv-order-autocomplete-input__item--recent:before {
  content: '';
  display: block;
  position: absolute;
  left: 13px;
  top: 12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: url("/img/ru/order/history.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .dv-order-autocomplete-input__item--recent:before {
    left: 5px;
    top: 9px;
    width: 12px;
    height: 12px;
  }
}
.dv-order-autocomplete-input__item:hover {
  background: #f2f6fc;
}
.dv-order-input {
  width: 100%;
  padding: 6px 12px;
  font-size: 15px;
  height: 38px;
  border: none;
}
@media (max-width: 768px) {
  .dv-order-input {
    font-size: 13px;
  }
}
.dv-sdek-autocomplete {
  width: 100%;
  position: relative;
}
.dv-sdek-autocomplete__wrapper {
  width: 100%;
}
.dv-sdek-autocomplete__list {
  width: 100%;
  position: absolute;
  z-index: 9;
  border: 1px solid #bbc1d2;
  border-top: none;
  background-color: #ffffff;
}
.dv-sdek-autocomplete__item {
  padding: 10px;
  font-size: 13px;
  cursor: pointer;
}
.dv-sdek-autocomplete__item:hover {
  background: #f3f9ff;
}
.dv-sdek-autocomplete__item--selected {
  background: #f3f9ff;
}
.sdek-warehouse-selector {
  position: relative;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .sdek-warehouse-selector {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.sdek-warehouse-selector__button {
  width: 50%;
  padding-right: 8px;
}
@media (max-width: 768px) {
  .sdek-warehouse-selector__button {
    width: 100%;
    padding-right: 0;
  }
}
.sdek-warehouse-selector__button .dv-button {
  background-color: #266619;
  border-color: #266619;
  font-size: 15px;
}
.sdek-warehouse-selector__warehouse {
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  width: 50%;
  color: #333c4e;
  font-size: 15px;
}
@media (max-width: 768px) {
  .sdek-warehouse-selector__warehouse {
    width: 100%;
    padding-right: 0;
    padding-bottom: 16px;
  }
}
.sdek-warehouse-selector__name {
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 35px);
}
.sdek-warehouse-selector__address {
  margin-top: 0;
  color: #808080;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dv-order-select__label {
  height: 38px;
  font-size: 15px;
  padding: 7px 22px 7px 12px;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  user-select: none;
  background: #ffffff;
  white-space: nowrap;
}
.dv-order-select__label:after {
  top: 15px;
  right: 8px;
  font-size: 10px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: '\E90C';
  position: absolute;
  color: #999;
  transition: all 0.125s ease-in;
}
@media (max-width: 768px) {
  .dv-order-select__label {
    font-size: 13px;
    padding-top: 10px;
  }
}
.dv-order-select__select {
  margin-top: 1px;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 1px 3px #808080;
  background: white;
  position: absolute;
  z-index: 103;
  max-height: 350px;
  overflow: auto;
  width: 100%;
}
.dv-order-select__option {
  min-height: 28px;
  font-size: 15px;
  cursor: pointer;
  user-select: none;
  padding: 2px 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.dv-order-select__option:hover {
  background: #dfe8fb;
}
.dv-order-select__option--selected {
  font-weight: bold;
}
.dv-order-select--opened .dv-order-select__label:after {
  transform: rotate(180deg);
}
.dv-order-general-error {
  padding: 4px 8px;
  background: #cc6666;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  border-radius: 3px;
  width: 100%;
}
.dv-order-general-error__row {
  padding-bottom: 4px;
}
.dv-order-general-error__row:last-child {
  padding-bottom: 0;
}
.dv-order-tabs {
  display: inline-flex;
  border-radius: 4px;
  border: 1px solid #e4d9cd;
  scrollbar-width: none;
}
.dv-order-tabs::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .dv-order-tabs {
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    border-right: none;
  }
}
.dv-order-tabs--horizontal {
  flex-direction: row;
  border: 1px solid #e4d9cd;
  overflow-x: auto;
}
.dv-order-tabs__tab {
  padding: 8px 20px 7px;
  border-right: 1px solid #d2bfac;
  cursor: pointer;
  background: #e4d9cd;
}
@media (max-width: 768px) {
  .dv-order-tabs__tab {
    margin-right: 0;
    min-height: 40px;
    border-bottom: 1px solid #d2bfac;
    border-right: 1px solid #e4d9cd;
  }
}
@media (max-width: 420px) {
  .dv-order-tabs__tab {
    font-size: 13px;
  }
}
.dv-order-tabs__tab:first-child {
  border-radius: 2px 0 0 2px;
}
@media (max-width: 768px) {
  .dv-order-tabs__tab:first-child {
    border-radius: 3px 4px 0 0;
  }
}
.dv-order-tabs__tab:last-child {
  border-radius: 0 2px 2px 0;
  border-right: none;
}
@media (max-width: 768px) {
  .dv-order-tabs__tab:last-child {
    border-radius: 0 0 4px 3px;
    border-right: 1px solid #e4d9cd;
    border-bottom: none;
  }
}
.dv-order-tabs__tab--active {
  background: #ffffff;
  cursor: default;
}
.dv-order-tabs--horizontal .dv-order-tabs__tab {
  border-bottom: none;
  border-right: 1px solid #d2bfac;
  flex-grow: inherit;
}
.dv-order-tabs--horizontal .dv-order-tabs__tab:first-child {
  border-radius: 2px 0 0 2px;
}
@media (max-width: 768px) {
  .dv-order-tabs--horizontal .dv-order-tabs__tab:first-child {
    border-radius: 2px 0 0 2px;
  }
}
.dv-order-tabs--horizontal .dv-order-tabs__tab:last-child {
  border-right: 0;
  border-radius: 0 2px 2px 0;
}
.dv-order-tabs__tab-label {
  color: #266619;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .dv-order-tabs__tab-label {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .dv-order-tabs__tab-label {
    font-size: 13px;
  }
}
.dv-order-tabs__tab-label--active {
  color: inherit;
  font-weight: 600;
  border-bottom: none;
}
.dv-order-image-tabs {
  display: flex;
  overflow-x: scroll;
  width: 100%;
}
.dv-order-image-tabs::-webkit-scrollbar {
  display: none;
}
.dv-order-image-tabs__tab {
  margin-top: 0;
  cursor: pointer;
  flex: 0 1 170px;
  margin-right: 12px;
  padding: 16px 12px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  min-width: 185px;
  max-width: 185px;
  height: 72px;
  border-radius: 3px;
  border: 1px solid #f4f4f4;
  background: #ffffff;
  overflow: hidden;
}
.dv-order-image-tabs__tab:hover {
  border-radius: 5px;
  border-color: #333c4e;
}
.dv-order-image-tabs__tab--active {
  border-radius: 5px;
  border-color: #266619;
}
.dv-order-image-tabs__tab--active:hover {
  border-color: #266619;
}
.dv-order-image-tabs__icon {
  display: flex;
  height: 28px;
  width: 44px;
  align-items: center;
  justify-content: center;
  min-height: inherit;
}
.dv-order-image-tabs__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.dv-order-image-tabs__description {
  width: calc(100% - 56px);
  line-height: 24px;
}
.dv-order-image-tabs__description span {
  color: #333c4e;
  font-size: 13px;
  line-height: normal;
  font-weight: normal;
}
.dv-order-image-tabs__description p {
  color: #333c4e;
  font-size: 13px;
  line-height: normal;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
}
.dv-order-input-group {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.dv-order-input-group input {
  padding: 6px 0 6px 12px;
  font-size: 15px;
  min-height: 38px;
  width: 100%;
  line-height: inherit;
  border-radius: 3px;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
}
.dv-order-input-group__input-cont {
  flex-grow: 1;
}
.dv-order-input-group__postfix {
  padding: 7px 4px;
  color: #697982;
  background: #ffffff;
  font-size: 15px;
  border-radius: 0 3px 3px 0;
  flex: 0 0 auto;
  line-height: inherit;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
}
.dv-order-points--address-margin {
  margin-top: 75px;
}
@media (max-width: 885px) {
  .dv-order-points--address-margin {
    margin-top: 0;
  }
}
.dv-order-points__point {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  margin-top: 24px;
  padding: 0 24px 0 24px;
}
@media (max-width: 768px) {
  .dv-order-points__point {
    flex-wrap: wrap;
  }
}
.dv-order-points__wrapper {
  z-index: 1;
}
.dv-order-points__decoration {
  display: flex;
  flex: 0 0 120px;
  flex-direction: row-reverse;
  margin-top: 0;
  align-self: flex-start;
  align-items: flex-start;
  font-size: 1.05rem;
}
@media (max-width: 768px) {
  .dv-order-points__decoration {
    background: #e4d9cd;
    flex-direction: row;
    margin: 0;
    flex-basis: 100%;
    border-bottom: 1px solid #f3eee7;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    box-shadow: 0 2px 4px 0 #cabdb2;
    padding: 4px 8px 5px;
    position: relative;
  }
}
.dv-order-points__number {
  margin-right: 16px;
}
.dv-order-points__number:after {
  width: 32px;
  height: 32px;
  border: 1px solid #266619;
  color: #266619;
  font-size: 16px;
  font-weight: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  content: attr(data-point-number);
  border-radius: 27px;
}
.dv-order-points__caption {
  margin: 6px 6px 0 -9px;
  font-size: 16px;
  line-height: normal;
  color: #333c4e;
}
.dv-order-points__line {
  width: 1px;
  top: 33px;
  bottom: -25px;
  left: 110px;
  background: none;
  border-right: 2px dotted #266619;
  position: absolute;
}
@media (max-width: 768px) {
  .dv-order-points__line {
    display: none;
  }
}
.dv-order-points__point:last-child .dv-order-points__line {
  display: none;
}
.dv-order-points__order-point {
  flex: 1 1 auto;
  border-radius: 3px;
  background: #f3ede4;
  box-shadow: 0 2px 4px 0 #cabdb2;
  position: relative;
}
@media (max-width: 768px) {
  .dv-order-points__order-point {
    width: 100%;
    border-radius: 3px;
    background: #f3ede4;
    box-shadow: 0 2px 4px 0 #cabdb2;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
.dv-order-points__order-point--slidein-start {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.dv-order-points__order-point--slidein-end {
  opacity: 1;
  transform: none;
  transition: transform 200ms linear, opacity 200ms linear;
}
.dv-order-points__order-point--slideout-start {
  opacity: 1;
  transform: none;
}
.dv-order-points__order-point--slideout-end {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform 200ms linear, opacity 200ms linear;
}
.dv-order-points__order-point--slideup-start {
  transform: none;
}
.dv-order-points__order-point--slideup-end {
  transition: transform 200ms linear;
}
.dv-order-points__order-point--slideout-end .dv-order-points__decoration {
  opacity: 0;
}
.dv-order-points__remove {
  position: absolute;
  cursor: pointer;
  user-select: none;
  opacity: 0.45;
  padding: 6px 8px;
  font-size: 18px;
  top: 4px;
  right: 5px;
  z-index: 1;
}
@media (max-width: 768px) {
  .dv-order-points__remove {
    top: -37px;
    right: 0;
  }
}
.dv-order-points__buttons {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 24px 0 144px;
}
@media (max-width: 768px) {
  .dv-order-points__buttons {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.dv-order-points__button {
  margin-left: 12px;
  display: flex;
  align-items: center;
  padding: 4px 20px 6px 8px;
  background: #266619;
  border-radius: 3px;
  border: 1px solid #266619;
  transition: all 0.125s ease-in;
}
.dv-order-points__button:first-child {
  margin-left: 0;
}
.dv-order-points__button-image {
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  border: none;
  margin-right: 8px;
  color: #ffffff;
  font-size: 20px;
  transition: all 0.125s ease-in;
}
.dv-order-points__button-text {
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  line-height: normal;
  font-weight: normal;
  text-decoration: none;
  border: none;
  transition: all 0.125s ease-in;
}
.dv-order-points__button:hover {
  background: #ffffff;
}
.dv-order-points__button:hover .dv-order-points__button-image,
.dv-order-points__button:hover .dv-order-points__button-text {
  color: #266619;
}
.item-enter {
  opacity: 0;
}
.item-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.item-exit {
  opacity: 1;
}
.item-exit-active {
  opacity: 0;
  transition: opacity 500ms ease-in;
}
.dv-order-point__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: #e4d9cd;
  font-size: 15px;
  min-height: 38px;
}
@media (max-width: 768px) {
  .dv-order-point__header {
    border-radius: 0;
  }
  .dv-order-point__header:empty {
    display: none;
  }
}
.dv-order-point__tab-wrapper {
  min-height: 38px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .dv-order-point__tab-wrapper {
    justify-content: normal;
  }
}
.dv-order-point__tab {
  padding: 6px 24px 0;
  display: block;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  color: #da2b71;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 420px) {
  .dv-order-point__tab {
    padding: 6px 12px 0;
  }
}
.dv-order-point__tab--active {
  border-color: #f4d371;
  font-weight: bold;
  color: #333c4e;
}
.dv-order-point__item {
  padding: 8px 0;
}
@media (max-width: 768px) {
  .dv-order-point__item {
    padding: 2px 0;
  }
}
@media (max-width: 885px) {
  .dv-order-point .dv-intercity-point__order-data {
    display: block;
  }
}
@media (max-width: 885px) {
  .dv-order-point .dv-intercity-point__column-left {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}
@media (max-width: 885px) {
  .dv-order-point .dv-intercity-point__column-right {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    width: 100%;
  }
}
.order-footer-description-in__submission-notice {
  margin: 20px 0 0;
}
.order-footer-description-in__order-help {
  padding: 0 16px 0 8px;
}
.order-footer-description-in__order-help-list-item {
  margin: 0.7em 0;
}
.address-hint {
  position: absolute;
  z-index: 1;
  top: calc(-100% - 37px);
  left: 100px;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 885px) {
  .address-hint {
    display: none;
  }
}
.address-hint:before {
  content: '';
  background: url('/img/order-point-hint-arrow.png');
  width: 60px;
  height: 70px;
  position: absolute;
  left: -70px;
  top: 10px;
}
.dv-incity-point__row {
  padding: 8px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.dv-incity-point__row--change-direction {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .dv-incity-point__row--change-direction {
    flex-direction: column;
  }
}
.dv-incity-point__first-point {
  cursor: pointer;
  border-bottom: 1px dotted #da2b71;
  color: #da2b71;
  padding-top: 4px;
  font-size: 15px;
}
.incity-point-second-row {
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
}
.incity-point-second-row--wrap {
  padding-top: 0;
  flex-wrap: wrap;
}
.incity-point-second-row--wrap .incity-point-second-row__apartment-phone {
  padding-top: 8px;
}
.incity-point-second-row--wrap .incity-point-second-row__times {
  padding-top: 8px;
}
@media (max-width: 768px) {
  .incity-point-second-row {
    flex-direction: column;
  }
}
.incity-point-second-row__apartment {
  padding-bottom: 12px;
  max-width: 290px;
}
@media (max-width: 768px) {
  .incity-point-second-row__apartment {
    max-width: initial;
  }
}
.incity-point-second-row__phone {
  width: 160px;
}
@media (max-width: 768px) {
  .incity-point-second-row__phone {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .incity-point-second-row__apartment-phone {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .incity-point-second-row__times {
    width: 100%;
    flex-direction: column;
  }
}
.incity-point-second-row__times--slider {
  display: flex;
  padding-left: 15px;
  width: calc(100% - 160px);
}
@media (max-width: 1120px) {
  .incity-point-second-row__times--slider {
    width: calc(100% - 110px);
  }
}
@media (max-width: 768px) {
  .incity-point-second-row__times--slider {
    width: 100%;
    padding-left: 0;
    flex-direction: column;
  }
}
.incity-point-second-row__time-wrapper {
  display: flex;
}
.incity-point-second-row__time-wrapper .incity-point-second-row__time:first-child .incity-point-second-row__time-text {
  display: none;
}
@media (max-width: 580px) {
  .incity-point-second-row__time-wrapper .incity-point-second-row__time:first-child .incity-point-second-row__time-text {
    display: block;
  }
}
@media (max-width: 580px) {
  .incity-point-second-row__time-wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .incity-point-second-row__time-wrapper .dv-incity-point__time {
    width: 50%;
  }
  .incity-point-second-row__time-wrapper .dv-incity-point__time:first-child {
    padding-right: 5px;
    width: 100%;
  }
  .incity-point-second-row__time-wrapper .dv-incity-point__time:last-child {
    padding-left: 5px;
  }
}
.incity-point-second-row__time-select {
  width: 112px;
}
@media (max-width: 580px) {
  .incity-point-second-row__time-select {
    width: 100%;
  }
}
.incity-point-second-row__time {
  display: flex;
}
@media (max-width: 580px) {
  .incity-point-second-row__time {
    flex-direction: column;
    width: 48%;
  }
  .incity-point-second-row__time:first-child {
    width: 100%;
  }
}
.incity-point-second-row__slider {
  width: calc(100% - 112px);
  margin-left: 12px;
}
@media (max-width: 768px) {
  .incity-point-second-row__slider {
    width: 100%;
    margin-left: 0;
  }
}
.incity-point-second-row__time-text {
  margin: 0;
  padding: 0 12px;
  line-height: 40px;
  white-space: nowrap;
}
@media (max-width: 885px) {
  .incity-point-second-row__time-text {
    padding: 0 12px;
    font-size: 13px;
    line-height: 40px;
  }
}
@media (max-width: 580px) {
  .incity-point-second-row__time-text {
    line-height: initial;
    padding: 6px;
  }
}
@media (max-width: 320px) {
  .incity-point-second-row__time-text {
    padding: 3px 0px;
  }
}
.dv-apartment-input {
  width: 100%;
  display: flex;
}
.dv-apartment-input__input {
  width: 135px;
  padding-right: 8px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .dv-apartment-input__input {
    padding-bottom: 0;
  }
}
.dv-apartment-input__checkbox {
  height: 38px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .dv-apartment-input {
    flex-direction: row;
  }
}
.dv-intercity-point__row {
  padding: 8px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dv-intercity-point__row--change-direction {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .dv-intercity-point__row--change-direction {
    flex-direction: column;
  }
}
.dv-intercity-point__title {
  width: 100%;
  color: #333c4e;
  font-size: 15px;
  padding-bottom: 8px;
}
.dv-intercity-point__order-data {
  width: 100%;
  display: flex;
}
.dv-intercity-point__weights {
  width: 25%;
  display: flex;
  padding-right: 12px;
}
@media (max-width: 885px) {
  .dv-intercity-point__weights {
    width: 100%;
    padding-right: 0;
    padding-bottom: 8px;
  }
}
.dv-intercity-point__sizes {
  width: 75%;
  display: flex;
  padding-left: 12px;
}
@media (max-width: 885px) {
  .dv-intercity-point__sizes {
    width: 100%;
    padding-left: 0;
  }
}
.dv-intercity-point__sizes-span {
  padding: 8px 8px 0;
}
.dv-intercity-point__user-data {
  width: 100%;
  display: flex;
}
.dv-intercity-point__column-left {
  width: 50%;
  padding-right: 8px;
}
.dv-intercity-point__column-right {
  width: 50%;
  padding-left: 8px;
}
.dv-intercity-point__deliveries {
  width: 100%;
  display: flex;
}
.dv-intercity-point__deliveries .dv-radio-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.dv-intercity-point__deliveries .dv-radio-group__item {
  width: 50%;
}
@media (max-width: 885px) {
  .dv-intercity-point__deliveries .dv-radio-group__item {
    width: 100%;
  }
}
.dv-intercity-point__deliveries .dv-radio__label {
  color: #266619 !important;
  font-size: 15px;
}
.dv-intercity-point__deliveries .dv-radio__input:checked + .dv-radio__radio + .dv-radio__text {
  color: #333c4e;
}
.dv-intercity-point .dv-point-goods__description {
  width: calc(37% - 16px);
}
@media (max-width: 768px) {
  .dv-intercity-point .dv-point-goods__description {
    width: 100%;
  }
}
.dv-intercity-point .dv-point-goods__total {
  width: 13%;
}
@media (max-width: 768px) {
  .dv-intercity-point .dv-point-goods__total {
    width: 33%;
  }
}
@media (max-width: 320px) {
  .dv-intercity-point .dv-point-goods__total {
    width: auto;
  }
}
.dv-warehouse-door-sdek__street .with-error {
  border: none !important;
}
.dv-warehouse-door-sdek__address {
  display: flex;
}
@media (max-width: 885px) {
  .dv-warehouse-door-sdek__address .dv-intercity-point__column-left {
    padding-right: 8px;
  }
}
@media (max-width: 885px) {
  .dv-warehouse-door-sdek__address .dv-intercity-point__column-right {
    padding-left: 8px;
    padding-top: 0;
  }
}
.dv-warehouse-warehouse-sdek__address {
  display: flex;
}
.dv-order-point-address {
  display: flex;
  position: relative;
  flex: 1 1 auto;
}
.dv-order-point-address__map {
  width: 38px;
  height: 38px;
  box-shadow: none;
  color: #595959;
  font-size: 16px;
  padding: 0;
  opacity: 1;
  transition: all 0.3s;
  background: linear-gradient(to bottom, #fceac5, #fada99);
  cursor: pointer;
  display: inline-flex;
  border: 0;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.dv-order-point-address__map img {
  width: 38px;
  height: 38px;
  border: 0;
}
.dv-order-point-address__input {
  font-size: 15px;
  min-height: 38px;
  width: 100%;
}
.dv-order-point-address__recent-address {
  width: 162px;
}
.dv-order-point-phone {
  display: flex;
  background: #ffffff;
  border-radius: 3px;
}
.dv-order-point-phone__prefix {
  font-size: 15px;
  padding: 8px 0 8px 12px;
  color: #333c4e;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .dv-order-point-phone__prefix {
    font-size: 13px;
    padding-top: 10px;
  }
}
.dv-order-point-phone__input-cont {
  flex-grow: 1;
}
.dv-order-point-phone input {
  width: 100%;
  padding: 6px 12px 6px 5px;
  font-size: 15px;
  height: 38px;
  border: none;
}
@media (max-width: 768px) {
  .dv-order-point-phone input {
    font-size: 13px;
  }
}
.dv-order-textarea {
  width: 100%;
  overflow: hidden;
  resize: none;
  height: 68px;
  padding: 8px 12px;
  border: 1px solid #bbc1d2;
  font-size: 15px;
  line-height: 1.47;
  font-weight: normal;
  min-height: 68px;
}
@media (max-width: 768px) {
  .dv-order-textarea {
    font-size: 13px;
  }
}
.dv-order-accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dv-order-accordion__content {
  transition: all 0.125s ease-in;
  height: 0;
  overflow: hidden;
}
.dv-order-accordion__label {
  font-size: 15px;
  line-height: normal;
  font-weight: normal;
  color: #266619;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dotted #266619;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .dv-order-accordion__label {
    white-space: normal;
  }
}
.dv-order-accordion__label:after {
  content: '';
  position: relative;
  display: inline-block;
  margin-left: 5px;
  top: 2px;
  border: 5px solid transparent;
  border-top: 5px solid #173d0f;
}
.dv-order-accordion--open .dv-order-accordion__content {
  height: inherit;
  overflow: visible;
}
.dv-order-accordion--open .dv-order-accordion__label {
  display: inline-block;
  margin-top: 8px;
}
.dv-order-accordion--open .dv-order-accordion__label:after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid #173d0f;
  top: initial;
  bottom: 1px;
}
.dv-order-accordion--overflow .dv-order-accordion__content {
  overflow-y: auto;
}
.dv-point-ecommerce__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 768px) {
  .dv-point-ecommerce__row {
    flex-direction: column;
  }
}
.dv-point-ecommerce__contact-person {
  margin-right: 16px;
  width: calc(25% - 16px);
}
@media (max-width: 768px) {
  .dv-point-ecommerce__contact-person {
    width: 100%;
    margin-bottom: 12px;
  }
}
.dv-point-ecommerce__order-id {
  margin-right: 16px;
  width: calc(25% - 16px);
}
@media (max-width: 768px) {
  .dv-point-ecommerce__order-id {
    width: 100%;
    margin-bottom: 12px;
  }
}
.dv-point-ecommerce__actions {
  width: calc(25% - 16px);
}
@media (max-width: 768px) {
  .dv-point-ecommerce__actions {
    width: 100%;
    margin-bottom: 12px;
  }
}
.dv-point-ecommerce__money-amount {
  margin-left: 16px;
  width: calc(25% - 16px);
}
@media (max-width: 768px) {
  .dv-point-ecommerce__money-amount {
    width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.dv-point-ecommerce__goods {
  padding: 8px 0;
}
.dv-intercity-ecommerce__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .dv-intercity-ecommerce__row {
    flex-direction: column;
  }
}
.dv-intercity-ecommerce__order-id {
  margin-right: 16px;
  width: 50%;
}
@media (max-width: 768px) {
  .dv-intercity-ecommerce__order-id {
    width: 100%;
    margin-bottom: 12px;
  }
}
.dv-intercity-ecommerce__actions {
  width: 50%;
}
@media (max-width: 768px) {
  .dv-intercity-ecommerce__actions {
    width: 100%;
    margin-bottom: 12px;
  }
}
.dv-intercity-ecommerce__packages {
  padding: 8px 0;
}
.dv-intercity-ecommerce__packages-label {
  width: 100%;
  margin-bottom: 4px;
  color: #333c4e;
  font-size: 15px;
}
.dv-intercity-ecommerce__package {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}
.dv-intercity-ecommerce__package:last-child {
  padding-bottom: 0;
}
.dv-intercity-ecommerce__column {
  width: calc(50% - 8px);
  display: flex;
}
.dv-intercity-ecommerce__column:last-child {
  padding-right: 0;
}
.dv-intercity-ecommerce__ware-code {
  width: 90px;
}
.dv-intercity-ecommerce__description {
  flex-grow: 1;
  margin-left: 16px;
}
.dv-intercity-ecommerce__items-count {
  width: 100px;
}
.dv-intercity-ecommerce__item-payment-amount {
  width: 100px;
}
.dv-intercity-ecommerce__multiply:after {
  content: '×';
  padding: 8px;
  top: 9px;
  position: relative;
}
.dv-intercity-ecommerce__equal:after {
  content: '=';
  padding: 8px;
  top: 9px;
  position: relative;
}
.dv-intercity-ecommerce__sum {
  padding-top: 9px;
  font-size: 15px;
  color: #333c4e;
  text-align: right;
  flex-grow: 1;
}
.dv-intercity-ecommerce__remove {
  width: 14px;
  height: 14px;
  position: relative;
  margin: 14px 0px 0px 8px;
  cursor: pointer;
  background: url(/img/icon/remove.svg) no-repeat;
}
.dv-intercity-ecommerce__remove--hidden {
  visibility: hidden;
}
.dv-intercity-ecommerce__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.dv-intercity-ecommerce__add-button {
  width: 90px;
  height: 32px;
  border-radius: 3px;
  background-color: #266619;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
}
.dv-intercity-ecommerce__total {
  font-size: 15px;
  padding-right: 14px;
  color: #333c4e;
}
.dv-point-goods {
  position: relative;
  padding: 5px 0;
  font-size: 15px;
  color: #333c4e;
}
.dv-point-goods__titile {
  padding: 0 0 2px 0;
}
.dv-point-goods__item {
  position: relative;
  padding: 4px 0 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .dv-point-goods__item {
    padding: 17px 8px 9px;
    background: #ffffff;
    border-radius: 3px;
    justify-content: left;
  }
}
.dv-point-goods__code {
  order: 1;
  margin-right: 16px;
  width: calc(14% - 16px);
}
@media (max-width: 768px) {
  .dv-point-goods__code {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }
}
.dv-point-goods__description {
  order: 2;
  margin-right: 16px;
  width: calc(39% - 16px);
}
@media (max-width: 768px) {
  .dv-point-goods__description {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }
}
.dv-point-goods__amount {
  width: 12%;
  order: 3;
}
@media (max-width: 768px) {
  .dv-point-goods__amount {
    width: 30%;
  }
}
.dv-point-goods__multi {
  position: relative;
  width: 4%;
  margin: 3px 0;
  order: 4;
  align-self: stretch;
}
@media (max-width: 320px) {
  .dv-point-goods__multi {
    width: 15px;
  }
}
.dv-point-goods__multi:after {
  content: '+';
  display: block;
  transform: rotate(45deg);
  font-size: 18px;
  color: #333c4e;
  position: absolute;
  right: 10px;
  top: 3px;
}
@media (max-width: 768px) {
  .dv-point-goods__multi:after {
    right: 2px;
  }
}
.dv-point-goods__price {
  width: 13%;
  order: 5;
}
@media (max-width: 768px) {
  .dv-point-goods__price {
    width: 30%;
  }
}
.dv-point-goods__equal {
  width: 3%;
  color: #333c4e;
  text-align: center;
  order: 6;
  margin: 7px 0;
}
@media (max-width: 320px) {
  .dv-point-goods__equal {
    width: 15px;
  }
}
.dv-point-goods__total {
  width: 11%;
  color: #333c4e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  margin: 7px 0;
  order: 7;
}
@media (max-width: 768px) {
  .dv-point-goods__total {
    width: 33%;
  }
}
@media (max-width: 320px) {
  .dv-point-goods__total {
    width: auto;
    flex-grow: 1;
  }
}
.dv-point-goods__remove {
  width: 3%;
  order: 8;
  cursor: pointer;
  text-align: right;
  padding-top: 12px;
}
@media (max-width: 768px) {
  .dv-point-goods__remove {
    font-size: 12px;
    position: absolute;
    top: 2px;
    right: 4px;
    padding-top: initial;
  }
}
.dv-point-goods__remove--hidden {
  visibility: hidden;
}
.dv-point-goods__errors {
  color: #cc6666;
  text-align: center;
}
.dv-point-goods__footer {
  margin-top: 12px;
}
.dv-point-goods__footer-total {
  padding-right: 28px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 9px;
  color: #333c4e;
  text-align: right;
}
@media (max-width: 320px) {
  .dv-point-goods__footer-total {
    padding-right: 8px;
    display: block;
    position: relative;
  }
}
.dv-point-goods__adder {
  text-align: left;
}
.dv-point-goods__adder .button:before {
  content: '+';
  position: absolute;
  left: 7px;
}
.dv-point-goods__adder .button:hover {
  background-color: transparent !important;
  color: #266619 !important;
}
.dv-point-goods__adder .button--color {
  background-color: #266619 !important;
  border-color: #266619 !important;
}
.dv-order-label {
  margin-top: 0px;
  padding-bottom: 7px;
  font-size: 15px;
  color: #333c4e;
}
.tc-agreement__error {
  display: inline-block;
  padding: 4px 8px;
  margin-top: 3px;
  background: #cc6666;
  border-color: #cc6666;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: normal;
}
.point-time-slider {
  display: flex;
  width: 100%;
  min-height: 40px;
  flex-wrap: wrap;
}
.point-time-slider__slider {
  margin: 0 8px;
  flex: 1 1 100%;
}
@media (max-width: 768px) {
  .point-time-slider__slider {
    margin: 0;
  }
}
.point-time-slider__date {
  width: 100%;
  max-width: 160px;
}
.point-time-slider__time {
  display: flex;
  align-items: center;
  width: 100%;
}
.point-time-slider__time-label {
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
}
.point-time-slider__mobile-labels {
  display: none;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .point-time-slider__mobile-labels {
    display: flex;
  }
}
.point-time-slider__mobile-limit {
  font-size: 15px;
  color: #697982;
}
.point-time-slider__limit {
  font-size: 15px;
  color: #697982;
}
@media (max-width: 768px) {
  .point-time-slider__limit {
    display: none;
  }
}
.point-time-slider__tooltip .r-tooltip__tooltip {
  background-color: #333c4e;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .point-time-slider__tooltip .r-tooltip__tooltip {
    display: none;
  }
}
.point-time-slider__tooltip .r-tooltip__tooltip:before,
.point-time-slider__tooltip .r-tooltip__tooltip:after {
  border: 12px solid transparent;
}
.point-time-slider__tooltip .r-tooltip__tooltip:after {
  border-top: 12px solid #333c4e;
}
.input-slider {
  padding: 0 58px;
  width: 100%;
}
.input-slider__inner {
  user-select: none;
  width: 100%;
  position: relative;
  height: 32px;
}
.input-slider__inner:after {
  content: '';
  height: 3px;
  width: calc(100% + 116px);
  background-color: #e5dace;
  position: absolute;
  top: 14px;
  left: -58px;
  z-index: 2;
}
.input-slider__trigger {
  background-color: #e00;
  height: 50px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  transition: all 0.05s ease-in;
  z-index: 6;
}
.input-slider__inner-trigger {
  font-size: 13px;
  color: #333c4e;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 116px;
  height: 32px;
  border-radius: 6px;
  background-color: #e4d9cd;
  box-shadow: 0 2px 4px 0 #bab0a5;
  left: 50%;
  transform: translateX(-50%);
}
.order-price-detail {
  position: relative;
  color: #333c4e;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  overflow: hidden;
}
.order-price-detail__row {
  margin-bottom: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.order-price-detail__row:last-child {
  margin-bottom: 0;
}
.order-price-detail__cell {
  text-align: left;
}
.order-price-detail__cell:first-child {
  max-width: 210px;
}
.order-price-detail__cell:last-child {
  padding-left: 12px;
}
.dv-checkbox {
  position: relative;
  width: 100%;
}
.dv-checkbox__label {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.dv-checkbox__input {
  border: none;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  opacity: 0;
}
.dv-checkbox__input:focus + .dv-checkbox__checkbox {
  border-color: darker(#266619, 10%) !important;
}
.dv-checkbox__input:checked + .dv-checkbox__checkbox {
  box-shadow: 0 1px 1px 0 #bbc1d2;
  border: solid 1px #266619;
  background-color: #266619;
}
.dv-checkbox__input:checked + .dv-checkbox__checkbox:after {
  content: '';
  display: block;
  position: relative;
  top: -1px;
  left: -1px;
  width: 20px;
  height: 20px;
  background: transparent url(/img/icon/checkmark.svg) no-repeat center center;
}
.dv-checkbox__input:disabled + .dv-checkbox__checkbox {
  opacity: 0.6;
}
.dv-checkbox__checkbox {
  margin-top: 2px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 1px;
  box-shadow: 0 1px 1px 0 #bbc1d2;
  border: 1px solid #bbc1d2;
  background-color: #ffffff;
}
.dv-checkbox__text {
  padding-left: 8px;
}
.dv-radio {
  position: relative;
  width: 100%;
}
.dv-radio__label {
  display: flex;
  cursor: pointer;
}
.dv-radio__input {
  border: none;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  opacity: 0;
}
.dv-radio__input:focus + .dv-radio__radio {
  border-color: #173d0f !important;
}
.dv-radio__input:checked + .dv-radio__radio {
  box-shadow: 0 1px 1px 0 #bbc1d2;
  border: solid 1px #266619;
  background-color: #266619;
}
.dv-radio__input:checked + .dv-radio__radio:after {
  content: '';
  display: block;
  position: relative;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ffffff;
}
.dv-radio__input:disabled + .dv-radio__radio {
  opacity: 0.6;
}
.dv-radio__radio {
  margin-top: 4px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  box-shadow: 0 1px 1px 0 #e4d9cd;
  border: 1px solid #e4d9cd;
  background-color: #ffffff;
}
.dv-radio__text {
  padding-left: 8px;
}
.dv-radio-group {
  width: 100%;
  position: relative;
}
.dv-radio-group__item {
  padding-bottom: 4px;
}
.dv-radio-group__item:last-child {
  padding-bottom: 0;
}
.dv-order-matter {
  width: 100%;
  position: relative;
}
.dv-order-matter__variant-list {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  white-space: nowrap;
  overflow: auto;
}
.dv-order-matter__variant-item {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 15px;
  line-height: normal;
  color: #266619;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  max-width: 95px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dv-order-matter__variant-item:hover {
  border-bottom-color: transparent;
}
.dv-order-matter__variant-item:last-child {
  margin-right: 0;
}
.dv-order-insurance {
  width: 100%;
}
.dv-order-insurance__input {
  display: flex;
  align-items: center;
}
.dv-order-insurance__input-wrapper {
  max-width: 172px;
  width: 100%;
}
.dv-order-insurance__info {
  display: flex;
  align-items: center;
}
.dv-order-insurance__popup {
  line-height: 0;
}
@media (max-width: 320px) {
  .dv-order-insurance__popup .r-tooltip__tooltip {
    left: -30px;
  }
}
@media (max-width: 320px) {
  .dv-order-insurance__popup .r-tooltip__tooltip:before,
  .dv-order-insurance__popup .r-tooltip__tooltip:after {
    right: calc(50% - 64px);
  }
}
.dv-order-insurance__description {
  line-height: 1.6;
}
.dv-order-insurance__question {
  display: block;
  width: 20px;
  height: 20px;
  background: url('/img/icon/question.svg') no-repeat center;
  background-size: 100%;
  border-radius: 50%;
  margin: 0 12px;
  cursor: pointer;
}
.dv-order-insurance__insurance-fee {
  font-size: 15px;
  color: #697982;
}
.dv-order-insurance__warning {
  font-size: 15px;
}
.dv-order-loading {
  font-size: 15px;
  color: #333c4e;
}
.dv-order-loading__loading-required {
  margin-bottom: 16px;
}
.dv-order-loading__additional-info {
  padding-left: 28px;
}
.dv-order-loading__loading-type {
  padding-bottom: 16px;
}
.dv-order-loading__loaders-count {
  display: flex;
  align-items: center;
}
.dv-order-loading__loaders-input {
  width: 50px;
}
.dv-order-loading__loaders-input .dv-order-input {
  text-align: center;
}
.dv-order-loading__loaders-description {
  width: 100%;
  padding: 0 12px;
}
.dv-order-payment__header {
  font-size: 21px;
  margin-bottom: 15px;
}
.dv-order-payment__list {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 680px) {
  .dv-order-payment__list {
    flex-flow: row wrap;
  }
}
.dv-order-payment__option {
  margin-right: 14px;
  width: 290px;
  height: 60px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  cursor: pointer;
}
.dv-order-payment__option:hover {
  border-color: #333c4e;
}
.dv-order-payment__option:last-child {
  margin-right: 0;
}
@media (max-width: 680px) {
  .dv-order-payment__option {
    width: 100%;
    min-width: 254px;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.dv-order-payment__option--active {
  border: solid 1px #e46799;
}
.dv-order-payment__image {
  width: 32px;
  height: 32px;
  margin: 14px 12px 0 16px;
  float: left;
}
.dv-order-payment__label {
  margin: 13px 0 0 0;
  line-height: 1.2;
  font-size: 15px;
}
.dv-order-payment__description {
  margin: 0;
  line-height: 1.8;
  font-size: 10px;
  color: #333c4e;
}
.dv-order-client-payment {
  max-width: 100%;
}
.dv-order-client-payment__header {
  font-size: 21px;
  margin-bottom: 15px;
}
.dv-order-client-payment__list {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 680px) {
  .dv-order-client-payment__list {
    flex-flow: row wrap;
  }
}
.dv-order-client-payment__option {
  margin-right: 14px;
  width: 290px;
  height: 60px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  cursor: pointer;
}
.dv-order-client-payment__option:hover {
  border-color: #333c4e;
}
.dv-order-client-payment__option:last-child {
  margin-right: 0;
}
@media (max-width: 680px) {
  .dv-order-client-payment__option {
    width: 100%;
    min-width: 254px;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.dv-order-client-payment__option--active {
  border: solid 1px #e46799;
}
.dv-order-client-payment__image {
  width: 32px;
  height: 32px;
  margin: 14px 12px 0 16px;
  float: left;
}
.dv-order-client-payment__label {
  margin: 13px 0 0 0;
  line-height: 1.2;
  font-size: 15px;
}
.dv-order-client-payment__description {
  margin: 0;
  line-height: 1.8;
  font-size: 10px;
  color: #333c4e;
}
.dv-order-client-payment__error {
  width: 100%;
  display: inline-block;
  padding: 4px 8px;
  margin-top: 3px;
  background: #cc6666;
  border-color: #cc6666;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: normal;
}
.dv-order-preferred-courier__title {
  font-size: 26px;
}
.dv-order-preferred-courier__description {
  margin-bottom: 8px;
}
.dv-order-note {
  width: 100%;
  position: relative;
}
.dv-order-note__inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .dv-order-note__inputs {
    flex-wrap: wrap;
  }
}
.dv-order-note__label {
  padding-bottom: 2px;
}
.dv-order-note__short {
  width: 15%;
  padding-right: 8px;
}
@media (max-width: 768px) {
  .dv-order-note__short {
    width: 32%;
    padding-right: 0;
    padding-bottom: 8px;
  }
}
.dv-order-note__long {
  width: 60%;
}
@media (max-width: 768px) {
  .dv-order-note__long {
    width: 100%;
    padding-right: 0;
    padding-bottom: 8px;
  }
}
.dv-order-promocode__have-code {
  align-self: flex-start;
  border-bottom: 2px dotted #da2b71;
  color: #da2b71;
  cursor: pointer;
  font-size: 12px;
}
.dv-order-promocode__row {
  display: flex;
  flex-wrap: wrap;
}
.dv-order-promocode__input-wrapper {
  width: 140px;
}
@media (max-width: 768px) {
  .dv-order-promocode__input-wrapper {
    width: 50%;
    padding-right: 8px;
  }
}
.dv-order-promocode .order-input__input {
  max-width: 100%;
}
.dv-order-promocode__button-wrapper {
  width: 140px;
  margin-left: 5px;
}
.dv-order-promocode__button-wrapper .button {
  height: 100%;
  padding: initial;
  background-color: #266619;
  border-color: #266619;
}
.dv-order-promocode__button-wrapper .button:hover,
.dv-order-promocode__button-wrapper .button:focus {
  background-color: #1c4912;
  border-color: #1c4912;
}
.dv-order-promocode__button-wrapper .button:active {
  background-color: #173d0f;
  border-color: #173d0f;
}
@media (max-width: 768px) {
  .dv-order-promocode__button-wrapper {
    width: 50%;
    padding-left: 8px;
    margin-left: 0;
  }
}
.dv-order-promocode__status {
  font-size: 12px;
  color: #697982;
}
.dv-order-total-price {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #333c4e;
  font-size: 32px;
  line-height: normal;
  font-weight: normal;
}
@media (max-width: 768px) {
  .dv-order-total-price {
    font-size: 26px;
  }
}
.dv-order-total-price__label {
  margin-right: 6px;
}
.dv-order-total-price__undiscounted-value {
  margin-left: 5px;
  font-size: 18px;
  color: #697982;
  align-self: flex-end;
  margin-bottom: 7px;
  position: relative;
}
@media (max-width: 768px) {
  .dv-order-total-price__undiscounted-value {
    margin-bottom: 5px;
  }
}
.dv-order-total-price__undiscounted-value:after {
  content: '';
  position: absolute;
  display: block;
  height: 3px;
  width: 110%;
  left: 0;
  top: calc(50% - 2px);
  transform: rotate(5deg);
  border-radius: 2px;
  background: #266619;
}
@media (max-width: 768px) {
  .dv-order-total-price__undiscounted-value:after {
    top: calc(50% - 1px);
    height: 2px;
  }
}
.dv-order-total-price__tooltip {
  margin-left: 12px;
  padding-top: 3px;
  position: relative;
  cursor: pointer;
}
.dv-order-total-price__tooltip .r-tooltip__tooltip {
  max-width: 290px;
}
@media (max-width: 580px) {
  .dv-order-total-price__tooltip .r-tooltip__tooltip {
    left: -30px;
  }
}
@media (max-width: 580px) {
  .dv-order-total-price__tooltip .r-tooltip__tooltip:before,
  .dv-order-total-price__tooltip .r-tooltip__tooltip:after {
    right: calc(50% - 50px);
  }
}
.dv-order-total-price__deatail {
  padding: 20px;
}
.dv-order-total-price-fly {
  position: fixed;
  bottom: 0;
  margin-left: -200px;
  text-align: center;
  display: inline-flex;
  padding: 8px 16px;
  font-size: 20px;
  background-image: linear-gradient(to bottom, #f0e8df, #e4d9cd);
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  z-index: 9;
}
@media (max-width: 1120px) {
  .dv-order-total-price-fly {
    margin-left: 0;
  }
}
.dv-order-total-price-fly .dv-order-total-price {
  font-size: 20px;
}
.dv-order-total-price-fly .r-tooltip__tooltip {
  max-width: 290px;
}
@media (max-width: 580px) {
  .dv-order-total-price-fly .r-tooltip__tooltip {
    left: -30px;
  }
}
@media (max-width: 580px) {
  .dv-order-total-price-fly .r-tooltip__tooltip:before,
  .dv-order-total-price-fly .r-tooltip__tooltip:after {
    right: calc(50% - 50px);
  }
}
.dv-order-total-price-fly .dv-order-total-price__undiscounted-value {
  font-size: 14px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .dv-order-total-price-fly .dv-order-total-price__undiscounted-value {
    margin-bottom: 3px;
  }
}
.dv-order-total-price-fly .dv-order-total-price__undiscounted-value:after {
  height: 2px;
}
.dv-order-confirm-phone {
  border: 1px dashed #e2939a;
  border-radius: 5px;
  padding: 16px;
  margin-top: 16px;
}
.dv-order-confirm-phone__input {
  max-width: 210px;
}
.dv-order-confirm-phone__input--code {
  max-width: 100px;
  margin-bottom: 20px;
}
.dv-order-confirm-phone__alert {
  font-size: 15px;
  max-width: 370px;
  padding: 20px 0;
}
.dv-order-confirm-phone button {
  background-color: #266619;
  border-color: #266619;
}
.dv-order-confirm-phone button:hover,
.dv-order-confirm-phone button:focus {
  background-color: #1c4912;
  border-color: #1c4912;
}
.dv-order-confirm-phone button:active {
  background-color: #173d0f;
  border-color: #173d0f;
}
.dv-order-backpayment {
  width: 100%;
  font-size: 15px;
}
.dv-order-backpayment__info {
  padding-bottom: 16px;
}
.dv-order-backpayment__row {
  width: fit-content;
  border-bottom: 1px dotted #b3b3b3;
  margin-bottom: 3px;
}
.dv-order-backpayment__label {
  min-width: 205px;
  display: inline-block;
  margin-right: 20px;
}
.please-fill-block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 885px) {
  .please-fill-block {
    padding-left: 144px;
  }
}
@media (max-width: 768px) {
  .please-fill-block {
    display: block;
    padding: 0 20px;
  }
}
.please-fill-block-left {
  font-size: 1.3rem;
  width: 50%;
}
@media (max-width: 768px) {
  .please-fill-block-left {
    margin-bottom: 5px;
  }
}
.please-fill-block-right {
  font-size: 1.1rem;
}
.please-fill-block-right-yellow {
  display: inline-block;
  border: 2px solid #f4d371;
  border-radius: 3px;
  padding: 0 .2em;
}
.please-fill-block-right-green {
  display: inline-block;
  border: 2px solid #66cc66;
  border-radius: 3px;
  padding: 0 .2em;
  margin-top: .2em;
}
.please-fill-block-left,
.please-fill-block-right {
  flex: 0 1 auto;
  width: 40%;
}
@media (max-width: 768px) {
  .please-fill-block-left,
  .please-fill-block-right {
    width: 100%;
    font-size: 13px;
  }
}
.dv-bank-card-input {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
}
.dv-bank-card-input input {
  padding-right: 54px;
}
.dv-bank-card-input__card-type {
  position: absolute;
  right: 2px;
  width: 50px;
  height: 32px;
  padding-right: 16px;
}
.dv-bank-card-input__card-type--visa {
  background: url("/img/payment_type/visa.svg") no-repeat center center;
}
.dv-bank-card-input__card-type--maestro {
  background: url("/img/payment_type/maestro.svg") no-repeat center center;
}
.dv-bank-card-input__card-type--mastercard {
  background: url("/img/payment_type/mastercard.svg") no-repeat center center;
}
.dv-bank-card-input__card-type--mir {
  background: url("/img/payment_type/mir.svg") no-repeat center center;
}
.dv-bank-card-input__card-type--dinners {
  background: url("/img/payment_type/dinners.svg") no-repeat center center;
}
.dv-bank-card-input__card-type--jcb {
  background: url("/img/payment_type/jcb.svg") no-repeat center center;
}
.dv-bank-card-input__card-type--american-express {
  background: url("/img/payment_type/american-express.svg") no-repeat center center;
}
.dv-bank-card-input__card-type--discover {
  background: url("/img/payment_type/discover.svg") no-repeat center center;
}
.dv-bank-card-input__card-type--union-pay {
  background: url("/img/payment_type/union-pay.svg") no-repeat center center;
}
.dv-bank-card-input__card-type--maestro {
  background: url("/img/payment_type/maestro.svg") no-repeat center center;
}
.dv-bank-card-input__card-type--uac {
  background: url("/img/payment_type/uac.svg") no-repeat center center;
}
.dv-input-with-button {
  position: relative;
}
.dv-input-with-button__button {
  position: absolute;
  right: 8px;
  top: 8px;
  min-height: 32px;
  font-size: 14px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #266619;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  cursor: pointer;
}
.dv-input-with-button__button:hover {
  background: #1f5214;
}
.dv-input-with-button__button--fixed-width {
  width: 100px;
  text-align: center;
}
.dv-input-with-button .dv-input-with-label__wrapper {
  padding-right: 100px;
}
.dv-select-tree {
  position: relative;
  height: 36px;
  border-radius: 2px;
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
  border: solid 1px #bbc1d2;
  font-size: 14px;
  user-select: none;
}
@media (max-width: 768px) {
  .dv-select-tree {
    border: none;
  }
}
.dv-select-tree__native-select {
  display: none;
}
@media (max-width: 768px) {
  .dv-select-tree__native-select {
    font-size: 14px;
    width: 100%;
    padding: 6px;
    display: initial;
  }
}
.dv-select-tree__head {
  position: relative;
  color: #333c4e;
  height: 100%;
  padding-left: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .dv-select-tree__head {
    display: none;
  }
}
.dv-select-tree__head:after {
  content: '';
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: url('/img/ru/triangle-copy.svg') no-repeat center center;
  background-size: contain;
  transition: all 0.125s ease-in;
}
.dv-select-tree__search {
  padding: 5px 10px;
  margin: 10px 0px;
}
.dv-select-tree__options {
  display: none;
  position: absolute;
  z-index: 5;
  top: calc(100% + 1px);
  box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.14);
  background-color: #ffffff;
  border: solid 1px #f2f2f2;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
@media (max-width: 768px) {
  .dv-select-tree__options {
    display: none;
  }
}
.dv-select-tree__options--list-up {
  top: auto;
  bottom: 36px;
  box-shadow: 0 -14px 20px 0 rgba(164, 182, 206, 0.14);
}
.dv-select-tree__option {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  transition: all 0.125s ease-in;
  cursor: pointer;
}
.dv-select-tree__option:hover {
  background-color: #e5f0ff;
}
.dv-select-tree__option--selected {
  font-weight: bold;
}
.dv-select-tree__option--disabled {
  color: #808080;
}
.dv-select-tree__option--disabled:hover {
  background-color: initial;
}
.dv-select-tree--open .dv-select-tree__options {
  display: block;
}
@media (max-width: 768px) {
  .dv-select-tree--open .dv-select-tree__options {
    display: none;
  }
}
.dv-select-tree--open .dv-select-tree__head:after {
  transform: rotate(180deg);
}
.dv-fullscreen-modal__overlay {
  padding: 0;
}
.dv-fullscreen-modal__modal-block {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 0;
  position: fixed;
  padding: 0;
}
.dv-external-bind-bank-card-modal {
  position: relative;
  width: 100%;
  height: 100%;
  color: #333c4e;
}
.dv-external-bind-bank-card-modal__title {
  margin-bottom: 16px;
  font-size: 23px;
  line-height: normal;
}
.dv-external-bind-bank-card-modal__iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 768px) {
  .dv-external-bind-bank-card-modal__iframe {
    height: 100%;
  }
}
.dv-bind-internal-bank-card-modal {
  position: relative;
  width: 100%;
  height: 100%;
  color: #333c4e;
}
.dv-bind-internal-bank-card-modal input {
  padding: 4px 12px;
  min-height: 38px;
  font-size: 15px !important;
  height: 42px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #bbc1d2;
  color: #697982;
}
.dv-bind-internal-bank-card-modal__title {
  text-align: center;
  margin-bottom: 16px;
  font-size: 23px;
  line-height: normal;
}
.dv-bind-internal-bank-card-modal__error {
  text-align: center;
  color: red;
  font-size: 16px;
}
.dv-bind-internal-bank-card-modal__row {
  margin-top: 30px;
}
.dv-bind-internal-bank-card-modal__row--additional {
  display: flex;
  justify-content: space-between;
}
.dv-bind-internal-bank-card-modal__row--buttons {
  text-align: center;
}
.dv-bind-internal-bank-card-modal__label {
  height: 17px;
  margin-bottom: 6px;
  font-size: 12px;
}
.dv-bind-internal-bank-card-modal__dates-container {
  width: 165px;
}
.dv-bind-internal-bank-card-modal__dates-container input {
  text-align: center;
}
.dv-bind-internal-bank-card-modal__dates {
  display: flex;
  align-items: center;
}
.dv-bind-internal-bank-card-modal__cvv-container {
  width: 70px;
}
.dv-bind-internal-bank-card-modal__cvv-container input {
  text-align: center;
}
.dv-bind-internal-bank-card-modal__splitter {
  padding: 0 5px;
  color: #697982;
  font-size: 19px;
}
.dv-bind-internal-bank-card-modal__partners {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #697982;
  margin-top: 30px;
  font-size: 14px;
}
.dv-bind-internal-bank-card-modal__partners img {
  margin-left: 5px;
  max-height: 28px;
}
.dv-choose-bank-card-modal {
  color: #333c4e;
}
.dv-choose-bank-card-modal__title {
  font-size: 24px;
  text-align: center;
}
.dv-choose-bank-card-modal__error {
  text-align: center;
  color: red;
  font-size: 16px;
}
.dv-choose-bank-card-modal__list {
  padding: 0;
  margin-top: 30px;
}
.dv-choose-bank-card-modal__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 8px;
  border: 1px solid #e4d9cd;
  height: 56px;
}
.dv-choose-bank-card-modal__item:last-child {
  padding-bottom: 0;
}
.dv-choose-bank-card-modal__item:hover {
  border-color: #266619;
}
.dv-choose-bank-card-modal__item--active {
  border-color: #266619;
  background-color: #f9f9f9;
}
.dv-choose-bank-card-modal__item--add-card {
  display: flex;
  cursor: pointer;
  color: #4bc04e;
  text-decoration: underline;
  justify-content: center;
}
.dv-choose-bank-card-modal__card {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dv-choose-bank-card-modal__card-type {
  width: 50px;
  height: 32px;
  flex-shrink: 0;
  margin: 0 12px;
}
.dv-choose-bank-card-modal__card-type--visa {
  background: url("/img/payment_type/visa.svg") no-repeat center center;
}
.dv-choose-bank-card-modal__card-type--maestro {
  background: url("/img/payment_type/maestro.svg") no-repeat center center;
}
.dv-choose-bank-card-modal__card-type--mastercard {
  background: url("/img/payment_type/mastercard.svg") no-repeat center center;
}
.dv-choose-bank-card-modal__card-type--mir {
  background: url("/img/payment_type/mir.svg") no-repeat center center;
}
.dv-choose-bank-card-modal__card-type--dinners {
  background: url("/img/payment_type/dinners.svg") no-repeat center center;
}
.dv-choose-bank-card-modal__card-type--jcb {
  background: url("/img/payment_type/jcb.svg") no-repeat center center;
}
.dv-choose-bank-card-modal__card-type--american-express {
  background: url("/img/payment_type/american-express.svg") no-repeat center center;
}
.dv-choose-bank-card-modal__card-type--discover {
  background: url("/img/payment_type/discover.svg") no-repeat center center;
}
.dv-choose-bank-card-modal__card-type--union-pay {
  background: url("/img/payment_type/union-pay.svg") no-repeat center center;
}
.dv-choose-bank-card-modal__card-type--maestro {
  background: url("/img/payment_type/maestro.svg") no-repeat center center;
}
.dv-choose-bank-card-modal__card-type--uac {
  background: url("/img/payment_type/uac.svg") no-repeat center center;
}
.dv-choose-bank-card-modal__card-mask {
  white-space: nowrap;
  font-size: 16px;
}
.dv-choose-bank-card-modal__remove {
  cursor: pointer;
  width: 56px;
  height: 56px;
  background: url("/img/icon/remove.svg") center center no-repeat;
}
.dv-choose-bank-card-modal__label {
  height: 17px;
  margin-bottom: 6px;
  font-size: 12px;
  margin-top: 30px;
}
.dv-choose-bank-card-modal__add,
.dv-choose-bank-card-modal__pay {
  margin-top: 32px;
}
.dv-choose-bank-card-modal__another-card {
  text-align: center;
  margin-top: 8px;
  cursor: pointer;
  color: #4bc04e;
  text-decoration: underline;
  font-size: 14px;
}
.dv-choose-bank-card-modal .dv-input {
  padding: 4px 12px;
  font-size: 15px;
  height: 42px;
}
.dv-warehouse-picker {
  width: 100%;
  height: 100%;
}
.dv-warehouse-picker__map {
  width: 100%;
  height: 100%;
}
.dv-warehouse-picker__header {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 64px;
  padding: 13px 24px;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.7);
}
.dv-warehouse-picker__close-button {
  position: absolute;
  right: 24px;
  top: 20px;
  background-image: url('/img/modal-close-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  border: 0;
  width: 24px;
  height: 24px;
  padding: 0;
}
.dv-warehouse-picker__close-button--info {
  width: 14px;
  height: 14px;
  right: 10px;
  top: 10px;
}
.dv-warehouse-picker__info {
  position: absolute;
  bottom: 35px;
  left: 20px;
  width: 240px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(80, 89, 100, 0.35);
  background-color: #ffffff;
  padding: 20px;
  font-size: 12px;
}
.dv-warehouse-picker__info > *:first-child {
  margin-top: 0;
}
.dv-warehouse-picker__gray {
  color: #808080;
}
.dv-warehouse-picker__name {
  font-size: 14px;
}
.dv-warehouse-picker__address {
  margin-top: 8px;
}
.dv-warehouse-picker__working-hours {
  margin-top: 20px;
}
.dv-warehouse-picker__select-button {
  margin-top: 28px;
}
.dv-demo-address-autocomplete__list {
  width: 100%;
  position: absolute;
  z-index: 9;
  border: 1px solid #bbc1d2;
  border-top: none;
  background-color: #ffffff;
}
.dv-demo-address-autocomplete__item {
  padding: 10px;
  font-size: 13px;
  cursor: pointer;
}
.dv-demo-address-autocomplete__item--selected {
  background: #edf6ff;
}
.dv-demo-address-autocomplete__item:hover {
  background: #edf6ff;
}
.dv-demo-address-input {
  width: 100%;
  padding: 10px 10px 10px 30px;
  height: 42px;
  border-radius: 0;
  border: 1px solid #bbc1d2;
  font-size: 14px;
}
.dv-demostand {
  display: flex;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1080px) {
  .dv-demostand {
    display: block;
  }
}
.dv-demostand__sidebar {
  padding: 20px 0;
  width: 250px;
  background-color: #333c4e;
  color: #ffffff;
}
@media (max-width: 1080px) {
  .dv-demostand__sidebar {
    width: auto;
  }
}
.dv-demostand__sidebar a {
  color: #ffffff;
  text-decoration: none;
}
.dv-demostand__container {
  width: calc(100% - 250px);
  padding: 36px 60px;
}
@media (max-width: 1080px) {
  .dv-demostand__container {
    width: 100%;
    padding: 16px 20px;
  }
}
.dv-demostand__ul1 {
  list-style: none;
  padding: 0;
}
.dv-demostand__ul2 {
  list-style: none;
  padding: 0;
}
.dv-demostand__link-header {
  padding: 12px 20px;
}
.dv-demostand__nav {
  display: block;
  padding: 8px 20px 8px 32px;
  cursor: pointer;
}
.dv-demostand__nav:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.dv-demostand__nav--active {
  display: block;
  cursor: default;
  background-color: rgba(255, 255, 255, 0.2);
}
.dv-demostand__nav--active:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.dv-demostand__page-header {
  padding-bottom: 32px;
}
.dv-demostand__page-header h2 {
  font-size: 40px;
}
.dv-demostand__import {
  opacity: 0.6;
  word-break: break-word;
}
.dv-demostand__description {
  padding-bottom: 12px;
}
.dv-demostand__block {
  padding-bottom: 32px;
}
.dv-demostand__block-header {
  padding-bottom: 16px;
  padding-top: 20px;
}
.dv-demostand__block-example {
  border: 1px solid #c6c6c6;
  padding: 20px;
}
.dv-demostand__block-example-item {
  padding-bottom: 8px;
}
.dv-demostand__block-example-item:last-child {
  padding-bottom: 0;
}

