@font-face {
  font-family: "Ping";
  src: url("../fonts/ping/ping.woff2") format("woff2"), url("../fonts/ping/ping.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Ping";
  src: url("../fonts/ping/ping-bold.woff2") format("woff2"), url("../fonts/ping/ping-bold.woff") format("woff");
  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;
}
/**
 * Цвета кнопок, размеры шрифта для заголовков и текста, и т.д.
 */
.b-header__city {
  position: relative;
  bottom: 4px;
  cursor: pointer;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .b-header__city {
    display: block;
  }
}
.b-header__city-header {
  display: flex;
  align-items: center;
  color: hsl(37, 80%, 50%);
}
.b-header__city-header-label {
  margin-right: 2px;
  border-bottom: 1px dotted;
  font-weight: bold;
  font-size: 27px;
}
@media (max-width: 450px) {
  .b-header__city-header-label {
    font-weight: normal;
    font-size: 23px;
  }
}
.b-header__city-header-chevron {
  margin-top: 3px;
  margin-left: 0.2em;
  border: 5px solid;
  border-left-width: 3px;
  border-right-width: 3px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
@media (max-width: 768px) {
  .b-header__city-header-chevron {
    display: none;
  }
}
.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 hsl(0, 0%, 52%);
  border-top: 1px solid hsl(0, 0%, 85%);
  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;
}
.app__link:hover {
  opacity: 0.7;
}
.app__link--tracking {
  display: block;
}
.app__img {
  display: block;
  height: 45px;
  width: auto;
}
.b-footer {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 10em;
}
@media (max-width: 768px) {
  .b-footer {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 2em;
  }
}
.b-footer__row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .b-footer__row {
    flex-direction: column;
  }
}
.b-footer__cell {
  margin-bottom: 20px;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 680px) {
  .b-footer__cell--apps {
    order: -1;
  }
}
.b-footer__top-text p {
  margin-top: 0;
}
.b-footer__corp-info {
  margin-bottom: 20px;
  padding-right: 8px;
  width: initial;
}
@media (max-width: 768px) {
  .b-footer__corp-info {
    margin-top: 20px;
    padding-right: 0;
  }
}
.b-footer__links-and-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .b-footer__links-and-contacts {
    display: block;
  }
}
.b-footer__links {
  flex: 1 1 auto;
  margin-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .b-footer__links {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .b-footer__links {
    display: block;
  }
}
.b-footer__links--gv {
  margin-right: 0;
  margin-left: 2rem;
  justify-content: flex-end;
}
.b-footer__links--gv .b-footer__links-list {
  min-width: inherit;
  padding: 0;
}
@media (max-width: 680px) {
  .b-footer__links--gv {
    margin: 2rem auto 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .b-footer__contacts-item {
    display: block;
  }
}
.b-footer__contacts-item:first-child {
  margin-top: 0;
}
.b-footer__menu-bottom {
  padding-top: 15px;
  font-size: 11px;
  font-style: italic;
  color: #777;
}
.b-footer__links-list {
  min-width: 7em;
  padding: 0 2em 0 0;
  list-style-type: none;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .b-footer__links-list {
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 680px) {
  .b-footer__links-list {
    display: block;
  }
}
.b-footer__links-list li {
  padding: 0;
}
.b-footer__links-list li a {
  display: inline-block;
  margin: 0.4em 0;
}
.b-footer__links-list li a:first-child {
  margin-top: 0;
}
.b-footer__contact {
  display: block;
  margin-top: 3px;
}
.b-footer__contact .icon {
  display: inline-block;
  width: 20px;
}
.b-footer__hr {
  margin: 1.5em 0;
  border-top: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.b-footer__social-box {
  margin-bottom: 15px;
}
.change-region-modal {
  color: #585858;
}
.change-region-modal__form {
  background: white;
  padding: 50px 50px 60px;
  position: relative;
}
@media (max-width: 680px) {
  .change-region-modal__form {
    padding: 20px 20px 30px;
  }
}
.change-region-modal__header {
  display: flex;
}
.change-region-modal__header-img {
  height: 75px;
  margin-right: 15px;
}
@media (max-width: 680px) {
  .change-region-modal__header-img {
    display: none;
  }
}
.change-region-modal__header-title-wrapper {
  text-align: left;
}
.change-region-modal__header-title {
  font-weight: bold;
}
@media (max-width: 680px) {
  .change-region-modal__header-title {
    font-size: 22px;
  }
}
@media (max-width: 680px) {
  .change-region-modal__header-notice {
    font-size: 16px;
    margin: 0;
  }
}
.change-region-modal__available-regions-list {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 680px) {
  .change-region-modal__available-regions-list {
    font-size: 16px;
  }
}
.change-region-modal__available-regions-item {
  position: relative;
  padding-left: 10px;
  width: 33%;
  padding-right: 10px;
  font-size: 1.2em;
}
@media (max-width: 680px) {
  .change-region-modal__available-regions-item {
    width: 48%;
    display: inline-block;
  }
}
.change-region-modal__available-regions-item > span {
  display: block;
  color: #585858;
  line-height: 2.2;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;
}
.change-region-modal__available-regions-item > span:hover {
  color: #cc3885;
}
.change-region-modal__available-regions-item::before {
  content: "•";
  font-size: 26px;
  position: absolute;
  bottom: -1px;
  left: -3px;
}
@media (max-width: 680px) {
  .change-region-modal__available-regions-item::before {
    top: 2px;
  }
}
.dostavista-tabs {
  display: flex;
  border-radius: 4px;
  border: 1px solid hsl(30, 30%, 85%);
}
@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 hsl(30, 30%, 75%);
  cursor: pointer;
  background: hsl(30, 30%, 85%);
}
@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: hsl(110, 60%, 25%);
  cursor: pointer;
  border-bottom: 1px dotted hsl(110, 60%, 25%);
  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-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: 14px;
  background: hsl(130, 50%, 98%);
}
.page-inner-content {
  display: flex;
  flex-direction: column;
}
.page-content {
  padding: 56px 0 48px;
  margin: 0 auto;
  max-width: 940px;
  width: 100%;
}
.page-content--tracking {
  padding: 48px 0;
}
@media (max-width: 768px) {
  .page-content--tracking {
    padding: 0;
  }
}
.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-row {
  padding: 0 32px;
  margin-top: 2em;
}
@media (max-width: 580px) {
  .page-content-row {
    padding: 0 8px;
  }
}
.page-content-row--padless {
  padding: 0;
}
.page-message {
  border-radius: 3px;
  box-shadow: 0 1px 3px hsl(0, 0%, 50%);
  background: white;
  padding: 1em 0.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;
}
.warning-message {
  border-radius: 3px;
  box-shadow: 0 1px 3px hsl(0, 0%, 50%);
  background: white;
  padding: 1em 0.9em;
  border-radius: 5px;
  line-height: 1.5;
  margin-bottom: 1em;
  position: relative;
  background: hsl(40, 90%, 60%);
  color: white;
  font-size: 1.1em;
}
.content-header {
  margin-top: 0;
}
.page-header {
  margin: 0 auto;
  padding: 24px 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 885px) {
  .page-header {
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .page-header {
    flex-direction: column;
  }
}
@media (max-width: 680px) {
  .page-header {
    justify-content: center;
  }
}
.page-header--title {
  font-size: 36px;
  line-height: 1.5;
}
.page-header-logo {
  display: block;
  line-height: 1;
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
}
.page-header-logo,
.page-header-logo:hover,
.page-header-logo:active,
.page-header-logo:active {
  color: black;
  text-decoration: none;
}
@media (max-width: 680px) {
  .page-header-logo {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.page-header-logo-city {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .page-header-logo-city {
    display: block;
    margin: 0 16px;
  }
}
@media (max-width: 680px) {
  .page-header-logo-img {
    width: 160px;
  }
}
.page-header-motto {
  flex: 1 1 auto;
  margin-left: 32px;
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 885px) {
  .page-header-motto {
    width: 100%;
    line-height: 1.5;
    margin: 0 0 12px;
    text-align: center;
    font-size: 30px;
  }
}
.page-header-city-select {
  position: relative;
  bottom: 0;
}
.page-header-phone {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: flex-start;
  white-space: pre;
  margin-left: 1em;
  margin-right: 1em;
  position: relative;
  top: -9px;
}
.page-header-phone,
.page-header-phone:hover,
.page-header-phone:active,
.page-header-phone:visited {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
  .page-header-phone {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.page-header-phone .phone-link-prefix {
  font-size: 14px;
  font-weight: normal;
  margin-right: 0.4em;
}
.page-header-phone .phone-link-main {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
  font-weight: 600;
  line-height: 1;
  font-size: 32px;
}
.page-header-buttons {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .page-header-buttons {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 680px) {
  .page-header-buttons {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.page-header-buttons .btn {
  margin-right: 8px;
}
.page-header-buttons .btn:last-child {
  margin-right: 0;
}
.page-footer {
  display: flex;
  justify-content: space-between;
}
.page-footer-links {
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-footer-links-col {
  margin-right: 72px;
}
@media (max-width: 768px) {
  .page-footer-links-col {
    margin-right: 16px;
  }
}
.page-footer-apps {
  display: block;
}
@media (max-width: 680px) {
  .page-footer-apps {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-footer-qr .qr-code {
  position: relative;
}
.page-footer-qr .qr-code img.qr-code-img {
  width: 110px;
}
@media (max-width: 768px) {
  .page-footer-info-email--mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-footer-info-email--desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-footer-call-centre-info {
    max-width: 200px;
  }
}
.page-content-header {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  color: hsl(0, 0%, 25%);
}
@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;
  font-weight: 700;
  margin-top: 0.5em;
}
@media (max-width: 885px) {
  .page-content-header--title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .page-content-header--title {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media (max-width: 680px) {
  .page-content-header--title {
    font-size: 29px;
  }
}
.page-content-header--subheader {
  margin-top: -10px;
}
.page-footer-info-call-centre {
  color: hsl(0, 0%, 20%);
}
.page-footer-info-phone {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.page-footer-info-phone,
.page-footer-info-phone:hover,
.page-footer-info-phone:active,
.page-footer-info-phone:visited {
  text-decoration: none;
  color: inherit;
}
.page-footer-copyright {
  margin-top: 2em;
  color: hsl(0, 0%, 50%);
  width: 100%;
}
.call-request {
  margin-top: 1em;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 885px) {
  .call-request {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .call-request {
    flex-direction: column;
    margin: 0 auto;
  }
}
.call-request-box {
  display: flex;
  margin-left: 1em;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .call-request-box {
    margin: 1em 0;
  }
}
.call-request-box-block {
  margin-right: 10px;
}
.call-request-box-block-input {
  width: 120px;
}
.call-request-box-link {
  color: #368f24;
  cursor: pointer;
  border-bottom: 1px dotted;
  text-decoration: none;
}
.android-app {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 20px !important;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.android-app__advantages {
  text-align: center;
}
.android-app__title {
  font-size: 1.6em;
  font-weight: bold;
}
.android-app__advantages-list {
  margin-top: 40px;
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
  text-align: left;
}
.android-app__advantages-item {
  font-size: 1.2em;
  line-height: 2em;
}
.android-app__advantages-item:before {
  font-family: 'icomoon' !important;
  content: '\e919';
  color: #000;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .android-app__img-wrapper {
    display: none;
  }
}
.android-app__img {
  display: block;
  height: 400px;
  width: auto;
}
.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 hsl(0, 0%, 50%);
  background: white;
  position: absolute;
  color: black;
  padding: 8px;
  display: none;
  font-size: 14px;
  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: hsla(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;
}
.recaptcha-content div div {
  margin: 35px auto;
}
.page-footer-apps-row__img {
  width: 170px;
}
.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: hsl(0, 0%, 95%);
  font-size: 13px;
  color: #555;
  flex: 0 0 auto;
  padding: 0 0.5em;
}
.input-group-postfix {
  border-radius: 0 3px 3px 0;
}
.input-group-input {
  width: 120px;
  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 hsl(0, 0%, 60%);
  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: 0.5em 0.9em;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  background: linear-gradient(to bottom, hsl(0, 0%, 95%) 0%, hsl(0, 0%, 83%) 100%);
  box-shadow: inset 0 0 0px 1px hsl(0, 0%, 78%);
  color: inherit;
  text-decoration: none;
}
.btn:hover,
.btn:active,
.btn:visited {
  background: linear-gradient(to bottom, hsl(0, 0%, 85%) 0%, hsl(0, 0%, 73%) 100%);
  color: inherit;
  text-decoration: none;
}
.btn.state-pressed,
.btn:active {
  background: linear-gradient(to bottom, hsl(0, 0%, 85%) 0%, hsl(0, 0%, 73%) 100%);
  box-shadow: inset 0 0 0px 1px hsl(0, 0%, 78%), inset 0px 0.3em 0.6em -0.3em hsl(0, 0%, 55%);
}
@media (max-width: 768px) {
  .btn {
    display: inline-block;
  }
}
.btn--size-big {
  font-size: 26px;
  font-weight: 700;
  padding: 0.38em 1.18em;
}
.btn--cta {
  background: linear-gradient(to bottom, hsl(220, 90%, 70%) 0%, hsl(220, 90%, 58%) 100%);
  box-shadow: inset 0 0 0px 1px hsl(220, 90%, 53%);
  color: white;
  text-decoration: none;
}
.btn--cta:hover,
.btn--cta:active,
.btn--cta:visited {
  background: linear-gradient(to bottom, hsl(220, 90%, 60%) 0%, hsl(220, 90%, 48%) 100%);
  color: white;
  text-decoration: none;
}
.btn--cta.state-pressed,
.btn--cta:active {
  background: linear-gradient(to bottom, hsl(220, 90%, 60%) 0%, hsl(220, 90%, 48%) 100%);
  box-shadow: inset 0 0 0px 1px hsl(220, 90%, 53%), inset 0px 0.3em 0.6em -0.3em hsl(220, 90%, 30%);
}
.btn--h1 {
  font-size: 26px;
}
.btn--middle {
  align-items: center;
}
.btn--token-remove {
  padding: 11px 8px;
  background: none;
  box-shadow: none;
  opacity: 0.7;
}
.btn--token-remove:active,
.btn--token-remove:hover {
  background: none;
  opacity: 1;
}
.btn.disabled {
  background: linear-gradient(to bottom, hsl(0, 0%, 65%) 0%, hsl(0, 0%, 60%) 100%);
  box-shadow: inset 0 0 0px 1px hsl(0, 0%, 55%);
  color: white;
  text-decoration: none;
  cursor: default;
}
.btn.disabled:hover,
.btn.disabled:active,
.btn.disabled:visited {
  background: linear-gradient(to bottom, hsl(0, 0%, 65%) 0%, hsl(0, 0%, 60%) 100%);
  color: white;
  text-decoration: none;
}
.btn.disabled.state-pressed,
.btn.disabled:active {
  background: linear-gradient(to bottom, hsl(0, 0%, 65%) 0%, hsl(0, 0%, 60%) 100%);
  box-shadow: inset 0 0 0px 1px hsl(0, 0%, 55%), inset 0px 0.3em 0.6em -0.3em hsl(0, 0%, 25%);
}
.btn .icon-preload:before {
  line-height: 1em;
  height: 16px;
  width: 16px;
}
.btn-img--left {
  margin-right: 0.4em;
}
.btn-icon--left {
  margin-right: 0.4em;
}
.btn-icon--right {
  margin-left: 0.4em;
}
.btn-icon--left {
  display: inline-block;
  margin-right: 0.4em;
  vertical-align: sub;
}
.btn-icon--right {
  display: inline-block;
  margin-left: 0.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: hsl(336, 70%, 65%);
  border-color: hsl(336, 70%, 65%);
}
.button--color:hover,
.button--color:focus {
  color: #ffffff !important;
  background-color: hsl(336, 70%, 58%);
  border-color: hsl(336, 70%, 58%);
}
.button--color:active {
  background-color: hsl(336, 70%, 55%);
  border-color: hsl(336, 70%, 55%);
}
.button--blue {
  background-color: transparent;
  border-color: hsl(110, 60%, 25%);
  color: hsl(110, 60%, 25%);
}
.button--blue:hover,
.button--blue:focus {
  background-color: hsl(336, 70%, 58%);
  border-color: hsl(336, 70%, 58%);
  color: #ffffff;
}
.button--blue:active {
  background-color: hsl(336, 70%, 55%);
  border-color: hsl(336, 70%, 55%);
  color: #ffffff;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon112902.eot?gbeat2');
  src: url('../fonts/icomoon112902.eot?gbeat2#iefix') format('embedded-opentype'), url('../fonts/icomoon112902.ttf?gbeat2') format('truetype'), url('../fonts/icomoon112902.woff?gbeat2') format('woff'), url('../fonts/icomoon112902.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: hsla(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 .line {
  padding: 5px 30px 15px;
}
.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 > 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;
}
/**
 * Определения стилей для колонок
 */
.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 hsl(100, 40%, 94%);
}
.tab-headers-item {
  user-select: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding: 10px 19px;
  color: black;
  background: hsl(100, 40%, 94%);
}
.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: hsl(110, 60%, 35%);
  cursor: pointer;
  border-bottom: 1px dotted hsl(110, 60%, 25%);
  text-decoration: none;
  border-bottom: none;
  display: inline;
}
.tab-headers-item-title:hover {
  text-decoration: none;
  color: hsl(110, 60%, 45%);
}
.tab-headers-item-title:visited {
  color: hsl(110, 60%, 45%);
}
.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 hsl(30, 30%, 85%);
  display: flex;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .slider--mob-column {
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .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: 0.5em 0.7em;
  border-right: 1px solid hsl(30, 30%, 75%);
  cursor: pointer;
  background: hsl(30, 30%, 85%);
  display: block;
}
.slider-section:last-child {
  border-right: none;
}
.slider-section-label {
  color: hsl(110, 60%, 35%);
  cursor: pointer;
  border-bottom: 1px dotted hsl(110, 60%, 25%);
  text-decoration: none;
  border-bottom: none;
}
.slider-section-label:hover {
  text-decoration: none;
  color: hsl(110, 60%, 45%);
}
.slider-section-label:visited {
  color: hsl(110, 60%, 45%);
}
.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;
}
.statistics__block {
  max-width: 100%;
  overflow: auto;
}
.statistics__table {
  border: none;
  width: 100%;
  font-size: 0.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 0.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 0.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;
}
.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: hsl(336, 70%, 65%);
  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: 0.75;
  cursor: pointer;
  z-index: 11;
  transition: all 0.3s;
}
.callback-block__close-btn:hover {
  opacity: 0.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 hsl(30, 30%, 85%);
  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 hsl(30, 30%, 85%);
    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: hsl(336, 70%, 65%);
  box-shadow: none;
  font-size: 16px;
  justify-content: center;
}
.callback__send-btn:hover {
  background: hsl(336, 70%, 70%);
}
@media (max-width: 768px) {
  .callback__send-btn {
    margin-top: 16px;
    width: 100%;
    border-radius: 3px;
  }
}
.callback__error-item {
  display: none;
  padding: 2px 0;
  color: hsl(336, 70%, 65%);
  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;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .tracking__title {
    padding: 0 20px;
    font-size: 22px;
    line-height: 1.2;
    margin-top: 20px;
  }
}
.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 59px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #f4f4f4;
}
@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;
    margin-top: 36px;
  }
}
.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: 45px;
  font-weight: normal;
}
@media (max-width: 885px) {
  .tracking-mobile__description {
    font-size: 16px;
    line-height: 22px;
  }
}
@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: hsl(45, 85%, 70%);
  box-shadow: 0 0 4px hsl(45, 85%, 70%);
}
.notification-target--required .pseudo-checkbox__icon--unchecked,
.notification-target--required .pseudo-checkbox__icon--checked {
  border-color: hsl(45, 85%, 70%);
}
.notification-target--state-valid.notification-target--required .notification-target-input {
  box-shadow: none;
  border-color: hsl(120, 50%, 60%);
}
.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: hsl(120, 50%, 60%);
  position: absolute;
  right: 16px;
  top: 8px;
}
.notification-target--state-valid.notification-target--required .input-group {
  box-shadow: none;
  border-color: hsl(120, 50%, 60%);
}
.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: hsl(120, 50%, 60%);
  position: absolute;
  top: calc(50% -  7px);
  left: -24px;
}
.notification-target--state-invalid .notification-target-input {
  box-shadow: none;
  border-color: hsl(0, 50%, 60%);
}
.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: hsl(0, 50%, 60%);
  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: hsl(0, 50%, 60%);
  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: hsl(0, 50%, 60%);
  position: absolute;
  top: calc(50% -  7px);
  left: -24px;
}
.animation-invalid {
  outline: 3px solid hsl(220, 80%, 60%);
  animation: focus-invalid 0.4s;
}
.order-insurance-init {
  max-width: 130px;
}
@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: hsl(0, 50%, 60%);
  border-color: hsl(0, 50%, 60%);
  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 hsl(0, 50%, 60%);
  display: block;
  width: 0;
}
.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: 0.5em;
}
.b-phone-verifier .line-value {
  width: 15em;
}
.b-phone-verifier__line .line-label {
  margin-right: 0.5em;
  width: 6em;
}
@media (max-width: 768px) {
  .b-phone-verifier__line .line-label {
    display: block;
  }
}
@media (max-width: 768px) {
  .b-phone-verifier__line--code {
    display: block !important;
  }
}
.b-phone-verifier__caption {
  max-width: 25em;
  font-style: italic;
  color: hsl(0, 0%, 40%);
}
.b-phone-verifier__right-box {
  display: flex;
  align-items: center;
}
.b-phone-verifier__phone {
  display: flex;
  align-items: center;
  margin-right: 0.8em;
}
@media (max-width: 768px) {
  .b-phone-verifier__phone {
    display: block;
  }
}
.b-phone-verifier__code-btn {
  line-height: 1;
  font-size: 0.875em;
}
.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: 0.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: 0.5em;
    padding-bottom: 0.5em;
  }
}
@keyframes hideanim {
  to {
    opacity: 0;
    height: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
  }
  from {
    opacity: 1;
    height: 40px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.form-errors-item {
  animation: 0.5s ease-in-out appear;
  background: hsl(0, 50%, 60%);
  color: white;
}
.form-errors-item.hiding {
  animation: 0.5s ease-in-out hideanim;
}
.modal-window[data-modal-name='signin-signup-modal'] .modal-window__container {
  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;
}
@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;
}
@media (max-width: 768px) {
  .b-login-popup .line > .line-label {
    display: block;
  }
}
.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: hsl(110, 60%, 25%);
  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: 0.4em 0.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: hsl(110, 60%, 25%);
  border-bottom: 1px dotted hsl(110, 60%, 25%);
}
/**
 * Стили формы восстановления пароля для физлиц
 */
.modal-window[data-modal-name='recover-password-corp-modal'] .modal-window__container {
  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: 0.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 {
  max-width: 500px;
}
.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__container--large {
  max-width: 600px;
}
@media (max-width: 680px) {
  .modal-window__container--large {
    margin-top: 130px !important;
    min-height: 0;
  }
}
.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: 0.6;
  cursor: pointer;
  transition: all 0.3s;
}
.modal-window__close-btn:hover {
  opacity: 0.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;
}
.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: 'Ping', sans-serif;
}
.regular-text,
body,
textarea,
input,
button {
  font-size: 14px;
  font-weight: normal;
}
body,
textarea,
input,
button {
  color: hsl(0, 0%, 20%);
}
.h1,
h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 885px) {
  .h1,
  h1 {
    font-size: 24px;
  }
}
.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: 31px;
}
[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: hsl(110, 60%, 25%);
  cursor: pointer;
  text-decoration: underline;
}
.link:hover,
a:hover {
  color: hsl(110, 60%, 45%);
  text-decoration: underline;
}
.action-link {
  color: hsl(110, 60%, 35%);
  cursor: pointer;
  border-bottom: 1px dotted hsl(110, 60%, 25%);
  text-decoration: none;
}
.action-link:hover {
  text-decoration: none;
  color: hsl(110, 60%, 45%);
}
.action-link:visited {
  color: hsl(110, 60%, 45%);
}
.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: hsl(37, 80%, 60%);
}
.cols {
  display: flex;
}
.cols-item {
  flex: 1 1 auto;
  width: 50%;
  margin-right: 16px;
}
.font-accident {
  font-family: 'Ping', sans-serif;
}
.hidden {
  display: none !important;
}
.overflowed {
  overflow: hidden;
}
.trait-highlightable {
  transition: background 0.4s ease-in-out;
}
.trait-highlightable.state-highlighted {
  background: hsl(60, 90%, 80%);
  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;
  height: 100%;
  width: 100%;
}
@media (max-width: 885px) {
  .overflow-hidden {
    padding-right: 0;
  }
}
.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: hsl(0, 70%, 60%);
  z-index: 10000000;
}
@media (max-width: 885px) {
  .page-dispatcher-notice {
    font-size: 20px;
  }
}
.rp {
  max-width: 565px;
}
.contacts-root {
  padding-top: 0;
}
.india-header {
  display: flex;
  justify-content: space-between;
  margin: 2.3em 0;
}
.india-header-left,
.india-header-right {
  flex: 0 1 auto;
  width: 40%;
}
@media (max-width: 768px) {
  .india-header-left,
  .india-header-right {
    display: inline-block;
  }
}
.india-header-left {
  font-size: 1.3rem;
  width: 50%;
}
.india-header-right {
  font-size: 1.1rem;
}
.india-header-right-yellow {
  display: inline-block;
  border: 2px solid hsl(45, 85%, 70%);
  border-radius: 3px;
  padding: 0 0.2em;
}
.india-header-right-green {
  display: inline-block;
  border: 2px solid hsl(120, 50%, 60%);
  border-radius: 3px;
  padding: 0 0.2em;
  margin-top: 0.2em;
}
.text-field__error-item {
  display: none;
}
.text-field__icon {
  display: none;
}
.error-item {
  display: block;
  padding: 2px 0;
  font-size: 12px;
  line-height: normal;
  color: #f04240;
}
.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: hsl(110, 60%, 25%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  cursor: pointer;
}
.r-input__button:hover {
  background: hsl(110, 60%, 20%);
}
.r-input__button--fixed-width {
  width: 100px;
  text-align: center;
}
.r-input__input-wrapper {
  position: relative;
  width: 100%;
  border: 1px solid hsl(30, 30%, 85%) !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: 18px;
  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(11px) 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;
}
.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: hsl(30, 30%, 85%);
}
.r-select--open .r-select__head:after {
  transform: rotate(180deg);
}
.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;
}
.with-error {
  border-radius: 3px;
  border: 1px solid transparent;
}
.with-error--yellow {
  border: 1px solid #ffc667;
}
.with-error--red {
  border: 1px solid #cc6666;
}
.with-error--green {
  border-color: #4bc04e;
}
.with-error--grey {
  border-color: hsl(30, 30%, 85%);
}
.with-error__error {
  font-size: 12px;
  line-height: 1.33;
  background-color: #cc6666;
  color: #ffffff;
  padding: 4px 8px;
}
.order-input-demo {
  width: 600px;
  margin: 0 auto;
}
.order-input-demo > * {
  margin-top: 20px;
}
.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--rounded {
  border-radius: 31px;
}
.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;
}
.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 {
  border: hsl(30, 30%, 85%) 1px solid;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
}
.dv-input:disabled {
  background-color: #FCFCFC;
}
.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 hsl(30, 30%, 85%);
  height: 56px;
}
.dv-choose-bank-card-modal__item:last-child {
  padding-bottom: 0;
}
.dv-choose-bank-card-modal__item:hover {
  border-color: hsl(336, 70%, 65%);
}
.dv-choose-bank-card-modal__item--active {
  border-color: hsl(336, 70%, 65%);
  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;
  font-size: 14px;
}
.dv-choose-bank-card-modal__another-card:hover {
  color: #318d34;
}
.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;
}
.index-top-panel {
  text-align: center;
}
@media (max-width: 980px) {
  .index-top-panel {
    display: block;
    text-align: center;
    flex-direction: column;
  }
}
.index-top-panel--couriers {
  display: flex;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  flex-wrap: wrap;
}
.index-top-panel--couriers .index-top-panel-headers {
  margin: 0;
}
@media (max-width: 980px) {
  .index-top-panel--couriers .index-top-panel-headers {
    justify-content: center;
    text-align: center !important;
  }
}
.index-top-panel--couriers > .index-top-panel-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-top-panel--couriers > .index-top-panel-item:first-child {
  text-align: right;
}
.index-top-panel--couriers > .index-top-panel-item:last-child {
  text-align: left;
}
.index-top-panel-caption {
  font-size: 22px;
  font-weight: 300;
  font-size: 26px;
  line-height: 1;
}
.index-top-panel-headers {
  margin-bottom: 16px;
}
.index-top-panel-cta {
  margin: 0 8px;
}
@media (max-width: 980px) {
  .index-top-panel-cta {
    margin: 16px 0;
  }
}
.index-top-panel-cta-btn {
  align-items: center !important;
  line-height: 1 !important;
  padding: 16px 32px !important;
}
@media (max-width: 360px) {
  .index-top-panel-cta-btn {
    padding: 16px 14px !important;
  }
}
.index-top-panel-couriers {
  display: none;
  text-align: left;
  align-items: center;
  justify-content: center;
}
.index-top-panel-couriers-counter {
  margin-right: 8px;
}
.index-top-panel-couriers-counter-digit {
  position: relative;
  margin-right: 2px;
  background: linear-gradient(to bottom, hsl(0, 0%, 30%), hsl(0, 0%, 10%));
  border-radius: 3px;
  color: white;
  display: inline-flex;
  padding: 4px 8px;
  font-size: 26px;
}
.index-top-panel-couriers-counter-digit:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-1px);
  left: 0;
  height: 0px;
  border-top: 1px solid hsl(0, 0%, 30%);
  border-bottom: 1px solid hsl(0, 0%, 45%);
}
.index-top-panel-couriers-captions {
  text-align: left;
}
.courier-count-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
}
.index-promo-header {
  margin-bottom: 8px;
}
.index-promo-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .index-promo-items {
    display: block;
  }
}
.index-promo-item {
  flex: 1 1 auto;
  position: relative;
  min-width: 230px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .index-promo-item {
    display: block;
    max-width: 100%;
  }
}
.index-promo-item-img-wrap {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .index-promo-item-img-wrap {
    display: block;
    max-width: 100%;
    text-align: center;
  }
}
.index-promo-item-img-caption {
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-55%);
  font-size: 18px;
  font-weight: 600;
  color: hsl(21, 92%, 28%);
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.4);
}
.index-advantages-items {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .index-advantages-items {
    display: block;
  }
}
.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;
}
@media (max-width: 768px) {
  .index-advantages-item {
    width: 100%;
    display: block;
    max-width: 100%;
  }
}
.index-advantages-item-icon {
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 12px;
  width: 73px;
  height: 73px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .index-advantages-item-icon {
    display: inline-block;
    vertical-align: top;
    background-size: contain;
  }
}
.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;
}
@media (max-width: 768px) {
  .index-advantages-item-caption {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
  }
}
.index-delivery-options-items {
  display: flex;
  justify-content: space-around;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .index-delivery-options-items {
    display: block;
    text-align: center;
  }
}
.index-delivery-options-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .index-delivery-options-item {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
  }
  .index-delivery-options-item a {
    display: block;
  }
}
.index-delivery-options-item-img {
  height: 80px;
}
.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: 530px;
  font-weight: normal;
  padding: 90px 30px 0;
  margin: 0 auto;
  color: #333c4e;
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  .pls-install-app__content {
    height: 560px;
  }
}
@media (max-width: 885px) {
  .pls-install-app__content {
    padding-top: 40px;
    height: 470px;
  }
}
@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__qr-code {
  margin-right: 24px;
  padding: 10px 10px 5px 10px;
  background: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.pls-install-app__qr-code img {
  width: 160px;
  height: 160px;
}
@media (max-width: 768px) {
  .pls-install-app__qr-code {
    margin-right: 0;
  }
}
.pls-install-app__links {
  display: flex;
}
@media (max-width: 768px) {
  .pls-install-app__links {
    flex-direction: column;
    align-items: center;
  }
}
.pls-install-app__apps {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .pls-install-app__apps {
    margin-top: 30px;
  }
}
.pls-install-app__link {
  display: block;
}
.pls-install-app__link:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .pls-install-app__link:not(:last-child) {
    margin-bottom: 20px;
  }
}
.pls-install-app__link-img {
  width: 152px;
  height: 51px;
  display: block;
}
@media (max-width: 768px) {
  .pls-install-app__link-img {
    width: 100%;
    max-width: 162px;
    margin: 0 auto;
    height: auto;
  }
}
.table--classic {
  border-collapse: collapse;
}
.table--classic th,
.table--classic td {
  border: 1px solid hsl(0, 0%, 30%);
  padding: 4px 7px;
}
.page-content--index {
  font-size: 15px;
}
.page-content--index > .page-content-row {
  margin-top: 32px;
}
.page-content--index > .page-content-row:first-child {
  margin-top: 0;
}
.page-content-section {
  margin-top: 32px;
}
.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 hsla(0, 0%, 0%, 0.4);
  transform: translate(-46%, -29%);
}
.index-header {
  position: relative;
}
.index-header-image {
  position: absolute;
  right: 72px;
  top: 2px;
  z-index: -1;
}
.index-header-text {
  position: relative;
  z-index: 2;
}
.index-promo-item-caption .price {
  font-weight: bold;
}
.index-reviews-block {
  background: url("../img/index/shadow-divider.png") 50% 100% no-repeat;
  position: relative;
}
.index-final-cta-btn-wrap {
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .index-final-cta-btn-wrap {
    display: block;
  }
}
.index-final-cta-text {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .index-final-cta-text {
    display: block;
  }
}
.index-final-cta-col {
  flex: 1 1 auto;
  width: 50%;
  min-width: 250px;
  margin-right: 16px;
}
.index-final-cta-footer {
  margin-top: 8px;
  width: 100%;
}
.index-company-info-header {
  text-align: center;
}
.index-company-info-footer {
  text-align: right;
}
.index-company-info-paragraph {
  margin-top: 12px;
}
.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;
}
@media (max-width: 885px) {
  .l-home__title {
    font-size: 24px;
  }
}
.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;
  }
}
.whatsapp {
  text-align: right;
  padding: 0.2em 1em;
}
.whatsapp-value {
  display: inline-flex;
  align-items: center;
}
.whatsapp-icon {
  width: 60px;
}
.crosshair {
  position: absolute;
  border-radius: 50px;
  border: 2px solid hsl(240, 90%, 60%);
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.crosshair-stroke {
  position: absolute;
  background: hsl(240, 90%, 60%);
  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: 0.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: hsl(336, 70%, 65%);
  text-align: center;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #fff;
  border: hsl(336, 70%, 65%);
  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: hsl(336, 70%, 60%);
}
.gm-fullscreen-control {
  display: none;
}
.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;
}
@media (max-width: 768px) {
  .pseudo-checkbox__label--input_group {
    display: block;
  }
}
.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;
}
@media (max-width: 768px) {
  .pseudo-checkbox__check-group {
    display: inline-block;
    max-width: 15%;
  }
}
@media (max-width: 768px) {
  .pseudo-checkbox__label-text {
    display: inline-block;
    max-width: 80%;
  }
}
.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: 0.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: hsl(120, 50%, 60%);
}
.notification-target--state-valid .pseudo-checkbox__icon--checked::before {
  color: hsl(120, 50%, 35%);
}
.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: 0.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: hsl(120, 50%, 60%);
}
.notification-target--state-valid .pseudo-radio__icon--checked::before {
  color: hsl(120, 50%, 35%);
}
.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;
}
.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: hsl(220, 90%, 70%);
  opacity: 0;
  transition: 0.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;
}
.order-header {
  justify-content: space-between;
  align-items: center;
}
.order-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 24px 0 144px;
  margin-top: 16px;
}
@media (max-width: 885px) {
  .order-row {
    padding-left: 16px;
    padding-right: 16px;
  }
  .order-row--header .order-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .order-row {
    display: block;
  }
}
@media (max-width: 680px) {
  .order-row {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.order-row--weight .order-row-block,
.order-row--vehicle .order-row-block {
  padding: 0 32px 0 7px;
}
.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;
}
@media (max-width: 768px) {
  .order-row--weight > .order-row-block {
    display: inline-block;
    width: auto;
  }
}
.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-block {
  width: 100%;
  padding: 0 32px 0 8px;
  display: flex;
  align-items: center;
  /*
  @media (max-width: @responsive-mobile) {
    display: block;
    max-width: 100%;
  }
  */
}
@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;
}
.done-order__truck-info-msg {
  display: none;
}
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;
  }
}
.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: 680px) {
  .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;
  width: 100%;
}
@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: 17px 10px 25px 0;
  text-align: left;
}
@media (max-width: 768px) {
  .orders-table-col {
    display: block;
    text-align: left;
    padding: 10px 20px;
    width: 100%;
  }
}
@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 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--details {
  text-align: right;
  padding-right: 30px;
}
@media (max-width: 885px) {
  .orders-table-col--details {
    padding-right: 0;
    text-align: left;
  }
}
.orders-table-col--rating .rate-comment {
  padding: 10px 0 !important;
}
.orders-table-col--rating .rate-send-successfully {
  display: none;
}
.orders-table-col--rating .cell-contents {
  display: block;
  min-height: 20px;
  min-width: 170px;
}
.orders-table-col--rating .courier_rating_stars {
  display: flex;
}
@media (max-width: 768px) {
  .orders-table-col--rating .courier_rating_stars {
    display: block;
  }
}
.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 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .orders-table-col > .cell-contents {
    display: block;
  }
}
@media (max-width: 768px) {
  .orders-table-col > .cell-contents .details-tip {
    left: 0;
  }
}
@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;
  white-space: nowrap;
}
.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 0.3em 0.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: 0.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;
}
@media (max-width: 768px) {
  .order-view-row {
    display: block;
    width: 100%;
  }
}
.order-view-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .order-view-heading {
    display: block;
    padding-top: 0;
  }
}
.order-view-title {
  margin-bottom: 8px;
}
@media (max-width: 680px) {
  .order-view-title {
    display: block;
  }
}
.order-view-status {
  font: italic 400 16px 'Roboto', sans-serif;
  position: relative;
  top: 8px;
}
@media (max-width: 680px) {
  .order-view-status {
    display: block;
    top: inherit;
  }
}
.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: 0.3em 0;
  box-shadow: 0 1px 1px hsl(0, 0%, 52%);
  border-top: 1px solid hsl(0, 0%, 85%);
  border-radius: 3px;
  background: white;
}
.order-cancel-form-btn-substatuses.hovered > li {
  padding: 0.3em 0.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: hsl(100, 40%, 94%);
  padding: 8px 16px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
@media (max-width: 885px) {
  .order-view-dashboard-buttons {
    display: block;
    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,
  .order-view-dashboard-buttons > .btn {
    display: block;
    margin-top: 0;
    text-align: center;
  }
}
@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: 0.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: 13px 'Roboto', sans-serif;
  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: 768px) {
  .table--adaptive > .table-header {
    display: none;
  }
}
.table .table {
  background: none;
}
@media (max-width: 885px) {
  .table-section {
    width: 100%;
    overflow: auto;
  }
}
.table-transactions {
  border-radius: 3px;
  font: 13px Verdana, Arial, sans;
  min-width: 700px;
}
@media (max-width: 768px) {
  .table-transactions {
    font-size: 11px;
  }
}
.table-header {
  font: 11px Verdana, Arial, sans;
  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: 0;
  padding: 3px 0 3px 0;
}
.row-details .row-details {
  padding: 10px 15px;
}
@media (max-width: 680px) {
  .row-details .row-details .table .table-order-details {
    width: 100%;
  }
}
.table-transactions {
  width: 100%;
  margin: 12px 0 0 0;
}
.table-transactions .table-cell {
  width: 100px;
  text-align: right;
}
.table-order-details .table-cell:first-child {
  width: 160px;
  font: 11px Verdana, Arial, sans;
}
.table-operations {
  display: block;
}
.table-transactions .table-cell:last-child,
.table-operations .table-cell:last-child {
  padding-right: 8px;
}
.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 {
  display: block;
}
.table-reports .table-cell {
  width: 26%;
  text-align: right;
  font-size: 12px;
}
.table-reports .table-cell:first-child,
.table-reports .table-cell:last-child {
  width: 8%;
}
.c-dv-table {
  border: none;
}
.c-dv-table td {
  border: 0;
  padding: 4px 10px;
  text-align: right;
}
.c-dv-table td.number-cell {
  text-align: right;
}
@media (max-width: 680px) {
  .c-dv-table td {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 0.65em;
  }
}
.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 hsl(0, 0%, 80%);
  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: 0.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: 0.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 0.3s;
  color: hsl(110, 60%, 25%);
  display: inline-block;
  vertical-align: middle;
  font-size: 0.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;
}
.order-postpaid-invoice__form {
  display: flex;
}
@media (max-width: 420px) {
  .order-postpaid-invoice__form {
    flex-direction: column;
  }
}
@media (max-width: 420px) {
  .order-postpaid-invoice__header {
    font-size: 20px;
  }
}
.order-postpaid-invoice__btn,
.order-postpaid-invoice__select {
  box-shadow: inset 0 0 0px 1px #c7c7c7;
  background: linear-gradient(to bottom, #f2f2f2 0%, #d4d4d4 100%);
  border: 0;
  border-radius: 3px;
  padding: 0.5em 0.9em;
  font-size: 14px;
  cursor: pointer;
}
.order-postpaid-invoice__btn {
  margin-left: 20px;
}
@media (max-width: 420px) {
  .order-postpaid-invoice__btn {
    margin-left: initial;
    margin-top: 20px;
    align-self: center;
  }
}
.cabinet-head {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .cabinet-head {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cabinet-head__row {
  padding: 10px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.cabinet-head__title {
  margin: 0;
  padding: 0;
  font-size: 32px;
  line-height: 0.72;
  font-weight: normal;
  color: #333c4e;
}
@media (max-width: 885px) {
  .cabinet-head__title {
    font-size: 23px;
    line-height: 0.88;
  }
}
@media (max-width: 768px) {
  .cabinet-head__title {
    font-size: 22px;
    line-height: 1.05;
  }
}
.cabinet-head__link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.cabinet-head__link-item {
  margin-right: 15px;
}
.cabinet-head__link-item:last-child {
  margin-right: 0;
}
.cabinet-head__link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  color: #333c4e;
  letter-spacing: -0.5px;
}
.cabinet-head__link:hover {
  text-decoration: underline;
  color: #333c4e;
}
.cabinet-head__icon {
  margin-left: 8px;
}
.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__codes {
  padding-bottom: 1px;
}
.orders-table-desktop__codes p {
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.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: hsl(110, 60%, 25%);
  text-decoration: navajowhite;
}
.orders-table-mobile__link:hover {
  color: hsl(336, 70%, 65%);
}
.orders-table-mobile__label {
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  color: hsl(110, 60%, 25%);
}
.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;
}
.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: hsl(110, 60%, 25%);
  font-size: 14px;
  border-bottom: 1px dotted hsl(110, 60%, 25%);
  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 hsl(110, 60%, 25%);
    border-radius: 3px;
    color: hsl(110, 60%, 25%);
    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__waiting-tooltip {
  font-size: 14px;
}
.status-cell__waiting-tooltip a {
  display: block;
}
.status-cell__courier {
  font-size: 12px;
  color: #697982;
}
.status-cell .process {
  color: #ff9800;
}
.status-cell .active {
  font-size: 12px;
  color: #4bc04e;
}
.status-cell .active-big {
  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: hsl(110, 60%, 25%);
}
@media (max-width: 768px) {
  .dv-table-filter-buttons__item {
    margin: 0 0 20px 0;
    border: 1px solid hsl(110, 60%, 25%);
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    min-height: 26px;
    height: auto;
    width: calc(50% - 4px);
    padding: 2px 14px;
  }
  .dv-table-filter-buttons__item:hover {
    color: hsl(110, 60%, 25%);
  }
}
.dv-table-filter-buttons__item:last-child {
  margin-right: 0;
}
.dv-table-filter-buttons__item:hover {
  color: hsl(336, 70%, 65%);
}
.dv-table-filter-buttons__item--current {
  border: 1px solid hsl(336, 70%, 65%);
  color: hsl(336, 70%, 65%);
  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%;
  }
}
.r-tooltip {
  display: inline-block;
  position: relative;
}
.r-tooltip__tooltip {
  visibility: hidden;
  opacity: 0;
  flex-flow: column nowrap;
  position: absolute;
  padding: 22px 25px;
  border-radius: 10px;
  box-shadow: 0 1px 5px 0 rgba(80, 89, 100, 0.24);
  background: #ffffff;
  color: #333c4e;
  cursor: default;
  transition: 0.3s;
  z-index: 2;
}
.r-tooltip--without-target {
  display: block;
  position: relative;
}
.r-tooltip--without-target p {
  margin-top: 0;
  line-height: normal;
}
.r-tooltip__target {
  position: relative;
}
.r-tooltip__target:after {
  content: '';
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: calc(50% - 12px);
  border: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  z-index: 3;
  transition: 0.3s;
}
.r-tooltip--open .r-tooltip__tooltip {
  visibility: visible;
  opacity: 1;
}
.r-tooltip--open .r-tooltip__target:after {
  visibility: visible;
  opacity: 1;
}
.r-tooltip__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.r-tooltip--open-on-hover:hover .r-tooltip__tooltip {
  visibility: visible;
  opacity: 1;
}
.r-tooltip--open-on-hover:hover .r-tooltip__target:after {
  visibility: visible;
  opacity: 1;
}
.r-tooltip--bottom .r-tooltip__tooltip,
.r-tooltip--bottom-left .r-tooltip__tooltip,
.r-tooltip--bottom-right .r-tooltip__tooltip {
  top: calc(100% + 24px);
}
.r-tooltip--bottom .r-tooltip__tooltip {
  left: 50%;
  transform: translateX(-50%);
}
.r-tooltip--bottom-right .r-tooltip__tooltip {
  right: -10px;
}
.r-tooltip--bottom-left .r-tooltip__tooltip {
  left: -10px;
}
.r-tooltip--top .r-tooltip__tooltip,
.r-tooltip--top-left .r-tooltip__tooltip,
.r-tooltip--top-right .r-tooltip__tooltip,
.r-tooltip--top-with-time .r-tooltip__tooltip {
  top: initial;
  bottom: calc(100% + 24px);
}
.r-tooltip--top .r-tooltip__target:after,
.r-tooltip--top-left .r-tooltip__target:after,
.r-tooltip--top-right .r-tooltip__target:after,
.r-tooltip--top-with-time .r-tooltip__target:after {
  top: initial;
  bottom: calc(100% + 13px);
  border-bottom: 0;
  border-top: 12px solid #ffffff;
}
.r-tooltip--top .r-tooltip__tooltip {
  transform: translateX(-50%);
  left: 50%;
}
.r-tooltip--top-with-time .r-tooltip__tooltip {
  transform: translateX(-50%);
}
.r-tooltip--top-right .r-tooltip__tooltip {
  right: -10px;
}
.r-tooltip--top-left .r-tooltip__tooltip {
  left: -10px;
}
.r-tooltip__theme--black .r-tooltip__tooltip {
  color: #ffffff;
  background: #333c4e;
}
.r-tooltip__theme--black .r-tooltip__target:after {
  border-bottom-color: #333c4e;
  border-top-color: #333c4e;
}
.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;
  }
}
.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: hsl(110, 60%, 25%);
  left: 3px;
  top: 4px;
  width: 10px;
  height: 10px;
  border: solid 1px #f5f5f5;
}
.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: 0.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: 0.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;
}
.page-content--cabinet .orders-menu-search {
  margin-bottom: 20px;
}
.page-content--client-cabinet {
  padding: 0;
  margin: 30px auto;
  box-shadow: none;
}
@media (max-width: 1120px) {
  .page-content--client-cabinet {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .page-content--client-cabinet {
    padding: 0;
    margin: 10px auto;
  }
}
.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--nopad {
  padding: 0;
}
.line--submit {
  margin-top: 1em;
}
.b-phone-verifier__line > .line {
  padding: 0;
}
.trigger-close {
  cursor: pointer;
}
.trigger-edit,
.trigger-delete {
  cursor: pointer;
}
@media (max-width: 885px) {
  .trigger-edit,
  .trigger-delete {
    display: inline-block;
  }
}
.trigger-edit > .icon-edit,
.trigger-delete > .icon-edit {
  margin-right: 0.01em;
}
@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;
  padding-bottom: 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;
  }
}
.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 'Roboto', 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 'Ping', 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 'Ping', 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;
}
@media (max-width: 768px) {
  .courier_rating_comment .rate-comment {
    padding: 0 !important;
  }
}
.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 > .display {
  margin-top: 1em;
  font-size: 16px;
}
.page-content--cabinet .line {
  padding: 15px 32px;
}
@media (max-width: 420px) {
  .page-content--cabinet .line {
    padding: 5px 8px 15px;
  }
}
.col > .display:first-child {
  margin-top: 0;
}
.icon-link-block {
  display: flex;
  align-items: center;
}
.icon-link-block > .icon {
  margin-right: 0.3em;
}
.order-actions__item {
  padding-bottom: 10px;
}
.reviews-item {
  margin-bottom: 30px;
}
.reviews-item-inner:after {
  content: '';
  display: block;
  clear: both;
}
.reviews-item-with-image {
  max-width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 16px;
}
@media (max-width: 768px) {
  .reviews-item-with-image {
    max-width: 100%;
    display: block;
  }
}
.reviews-item-portrait {
  float: left;
  margin: 0 16px 0 0;
  max-width: 140px;
  max-height: 140px;
  border-radius: 70px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .reviews-item-portrait {
    max-width: 80px;
  }
}
.reviews-item-img {
  display: block;
  width: 100%;
  height: auto;
}
.reviews-item-text {
  font-size: 15px;
  line-height: 120%;
  color: #333;
  text-align: left;
}
.reviews-item-author {
  font-size: 13px;
  font-style: italic;
  line-height: 120%;
  color: #666;
  margin: 8px 0 0 0;
  padding: 0 0 0 133px;
  text-align: right;
  position: relative;
}
.reviews-item-author:before {
  content: '—';
}
@media (max-width: 768px) {
  .reviews-item-author {
    padding: 0 0 0 96px;
  }
}
.faq-item {
  margin-top: 1em;
}
.faq-item-question {
  margin: 0;
  font-weight: 600;
}
.faq-item-answer {
  margin: 0;
}
.profit_table_wrap {
  padding-left: 70px;
  position: relative;
}
.profit_table_wrap__red_pine {
  width: 34px;
  height: 51px;
  background: url('../img/fos/red-pine-profit-table.png');
  position: absolute;
  left: 0;
  top: 45px;
}
.profit_table_wrap__dotted {
  position: absolute;
  width: 9px;
  left: 12px;
  top: 105px;
  bottom: 30px;
  background: url('../img/fos/single-dot-profit-table.png');
}
.profit_table_wrap__bottom_hr {
  position: absolute;
  width: 24px;
  height: 8px;
  background: #ed3030;
  bottom: 15px;
  left: 5px;
}
.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 2px 18px;
  vertical-align: top;
  font-size: 11px;
  line-height: 11px;
  text-align: left;
}
.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;
}
.profit_table_wrap table td:last-child {
  color: #006200;
}
.profit_table_wrap table td:last-child sup {
  font-size: 18px;
  font-weight: bold;
  margin-top: -4px;
  display: inline-block;
}
.profit_table__hr {
  height: 30px;
}
.profit_table__label {
  position: relative;
}
.profit_table__label_img {
  width: 115px;
  height: 71px;
  position: absolute;
  top: -20px;
  left: -30px;
  background: url('../img/fos/label-profit-table.png');
}
.profit_table__th_profit__big {
  font-size: 16px;
}
.profit_table__more_mobile {
  font-size: 10px;
  line-height: 11px;
  display: none;
}
.three-tiles {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .three-tiles {
    display: block;
    padding: 0 8px;
  }
}
.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: hsl(100, 40%, 94%);
  padding: 16px 16px;
  flex: 1 1 auto;
  width: 20%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .three-tiles-item {
    display: block;
    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: 'Ping', sans-serif;
}
.fos-advantages-tiles {
  align-items: flex-start;
}
.fos-advantages-tiles--2 {
  margin: 40px 0 16px;
  align-items: flex-start;
}
.fos-top-banner {
  background: hsl(100, 40%, 94%);
  line-height: 2;
  font-size: 18px;
  text-align: center;
  margin: 16px 0;
  padding: 8px 8px;
}
.fos-advantages-tiles {
  margin: 32px 0 24px;
}
.fos-discount {
  margin: 32px 0;
}
@media (max-width: 885px) {
  .fos-discount {
    padding: 0;
  }
  .fos-discount > .page-content-header {
    padding: 8px;
  }
}
.fos-discount-table th {
  text-align: right;
  border-right: 1px dashed hsl(0, 0%, 50%);
  box-sizing: border-box;
  width: 20%;
}
@media (max-width: 885px) {
  .fos-discount-table th {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  .fos-discount-table th {
    margin: 15px 16px;
  }
}
@media (max-width: 680px) {
  .fos-discount-table th {
    margin: 0 16px;
    overflow-x: auto;
  }
}
.fos-discount-table th:last-child {
  border-right: 0;
  font-weight: 600;
}
.fos-discount-table td {
  text-align: right;
  border-right: 1px dashed hsl(0, 0%, 50%);
  box-sizing: border-box;
  width: 20%;
}
.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: hsl(100, 40%, 94%);
}
.fos-discount-table-cell {
  font-size: 16px;
  padding: 8px 12px;
}
@media (max-width: 885px) {
  .fos-discount-table-cell {
    padding: 2px;
    font-size: 0.9em;
  }
  .fos-discount-table-cell .float-number-remainder {
    min-width: 0;
  }
}
.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: hsla(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: hsl(340, 70%, 50%);
}
.fos-tariffs-preview-cols-item > li > div {
  color: hsl(0, 0%, 40%);
}
.fos-tariffs-preview-cols-item > li > div:first-child {
  color: hsl(0, 0%, 0%);
}
.fos-notice {
  margin: 1em 0;
  color: hsl(0, 80%, 40%);
}
@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: hsl(100, 40%, 94%);
  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: hsl(110, 60%, 25%);
  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: hsl(100, 40%, 94%);
}
.page-api-doc .code-block a {
  color: #a19c95;
  float: right;
}
.page-api-doc .code-block a:hover {
  color: hsl(110, 60%, 25%);
}
.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: hsl(0, 50%, 60%);
}
.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: hsl(110, 60%, 25%);
  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: hsl(110, 60%, 35%);
  cursor: pointer;
  border-bottom: 1px dotted hsl(110, 60%, 25%);
  text-decoration: none;
  border-bottom: none;
}
.page-api-doc .link-toggle:hover {
  text-decoration: none;
  color: hsl(110, 60%, 45%);
}
.page-api-doc .link-toggle:visited {
  color: hsl(110, 60%, 45%);
}
.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-item {
  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: hsl(110, 60%, 25%);
  text-decoration: none;
}
.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;
}
.dv-notifications-settings span {
  font-size: 15px !important;
}
.dv-notifications-settings__row {
  margin-bottom: 5px;
}
.dv-notifications-settings__row:last-child {
  margin-bottom: 0;
}
.dv-notifications-settings__title {
  padding: 20px 0;
  font-size: 1.2em;
}
.dv-order-announce {
  width: 100%;
  padding: 20px 28px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: normal;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #cc6666;
  box-shadow: none;
}
.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: #969493;
  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;
}
.order-footer-description-in__submission-notice {
  margin: 20px 0 0;
}
.order-footer-description-in__order-help {
  padding: 0 16px 0 0;
}
.order-footer-description-in__order-help-list-item {
  margin: 0.7em 0;
}
.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-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: hsl(110, 60%, 25%) !important;
}
.dv-point-goods__adder .button--color {
  background-color: hsl(110, 60%, 25%) !important;
  border-color: hsl(110, 60%, 25%) !important;
}
.dv-order-label {
  margin-top: 0px;
  padding-bottom: 7px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .dv-order-label {
    font-size: 12px;
    padding: 0 0 3px 0;
  }
}
.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 {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
}
.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: hsl(30, 30%, 85%);
  box-shadow: 0 2px 4px 0 #bab0a5;
  left: 50%;
  transform: translateX(-50%);
}
.order-price-detail {
  color: #333c4e;
}
.dv-radio-group {
  width: 100%;
  position: relative;
}
.dv-radio-group__item {
  padding-bottom: 4px;
}
.dv-radio-group__item:last-child {
  padding-bottom: 0;
}
.dv-cargo-dimensions {
  width: 100%;
  max-width: 226px;
  margin-top: 20px;
}
.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;
}
@media (max-width: 768px) {
  .dv-order-note__label {
    font-size: 12px;
    padding-bottom: 3px;
  }
}
.dv-order-note__input-wrapper {
  display: flex;
  width: 100%;
}
.dv-order-note__input-wrapper .dv-order-note__input {
  flex-grow: 1;
}
.dv-order-note__input-wrapper .dv-order-note__input:not(:first-child) {
  padding-left: 8px;
}
@media (max-width: 768px) {
  .dv-order-note__input-wrapper .dv-order-note__input {
    padding-bottom: 10px;
  }
}
.dv-order-note__input-how-get {
  min-width: 60%;
  padding-left: 8px;
}
@media (max-width: 768px) {
  .dv-order-note__input-how-get {
    padding-left: 0;
    width: 100%;
  }
}
.dv-order-total-price {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 32px;
  line-height: normal;
  font-weight: normal;
}
@media (max-width: 768px) {
  .dv-order-total-price {
    font-size: 26px;
  }
}
.dv-order-total-price__value--surge {
  color: #3b8bf5;
}
.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: hsl(110, 60%, 25%);
}
@media (max-width: 768px) {
  .dv-order-total-price__undiscounted-value:after {
    top: calc(50% - 1px);
    height: 2px;
  }
}
.dv-order-total-price__tooltip {
  margin-left: 6px;
  padding-top: 3px;
  position: relative;
  cursor: pointer;
  bottom: 3px;
}
.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__question {
  position: relative;
  top: 2px;
}
@media (max-width: 768px) {
  .dv-order-total-price__question {
    top: 4px;
  }
}
.dv-order-total-price__deatail {
  padding: 20px;
}
.dv-order-total-price-fly {
  position: fixed;
  bottom: 0;
  transform: translateX(-100%);
  margin-left: -10px;
  text-align: center;
  display: inline-flex;
  padding: 8px;
  font-size: 20px;
  background-color: #2d2928;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  z-index: 9;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .dv-order-total-price-fly {
    transform: initial;
    margin-left: 0;
    left: 5px;
  }
}
@media (max-width: 768px) {
  .dv-order-total-price-fly {
    transform: initial;
    margin-left: 5px;
  }
}
.dv-order-total-price-fly--surge {
  padding-left: 16px;
}
.dv-order-total-price-fly__surge {
  width: 15px;
  height: 24px;
  position: relative;
  top: 4px;
  right: 6px;
}
.dv-order-total-price-fly__value {
  margin-right: 6px;
}
.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-fly__tooltip {
  transform: translateY(2px);
}
.dv-order-total-price-fly .dv-order-total-price-fly__question path {
  fill: #969493;
}
.dv-order-total-price-fly .dv-order-total-price-fly__undiscounted-value {
  font-size: 14px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .dv-order-total-price-fly .dv-order-total-price-fly__undiscounted-value {
    margin-bottom: 3px;
  }
}
.dv-order-total-price-fly .dv-order-total-price-fly__undiscounted-value:after {
  height: 2px;
}
.dv-order-total-price-fly .dv-order-total-price-fly__undiscounted-value .price {
  position: relative;
}
.dv-order-total-price-fly .dv-order-total-price-fly__undiscounted-value .price:after {
  content: '';
  position: absolute;
  display: block;
  height: 3px;
  width: 110%;
  left: 0;
  top: calc(50% - 2px);
  transform: rotate(5deg);
  border-radius: 2px;
  background: hsl(110, 60%, 25%);
}
@media (max-width: 768px) {
  .dv-order-total-price-fly .dv-order-total-price-fly__undiscounted-value .price:after {
    top: calc(50% - 1px);
    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-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;
}
.store-to-go-form__create-order-btn {
  min-width: 256px;
  min-height: 60px;
  font-size: 23px;
  padding: 10px 22px 15px;
  background-color: hsl(110, 60%, 25%);
  border-color: hsl(110, 60%, 25%);
}
.store-to-go-form__create-order-btn:hover,
.store-to-go-form__create-order-btn:focus {
  background-color: hsl(110, 60%, 18%);
  border-color: hsl(110, 60%, 18%);
}
.store-to-go-form__create-order-btn:active {
  background-color: hsl(110, 60%, 15%);
  border-color: hsl(110, 60%, 15%);
}
.store-to-go-promocode__status {
  font-size: 12px;
  color: #697982;
}
.store-to-go-confirm-phone button {
  background-color: hsl(110, 60%, 25%);
  border-color: hsl(110, 60%, 25%);
}
.store-to-go-confirm-phone button:hover,
.store-to-go-confirm-phone button:focus {
  background-color: hsl(110, 60%, 18%);
  border-color: hsl(110, 60%, 18%);
}
.store-to-go-confirm-phone button:active {
  background-color: hsl(110, 60%, 15%);
  border-color: hsl(110, 60%, 15%);
}
.store-to-go__input-with-errors {
  border: 1px solid hsl(30, 30%, 85%);
  border-radius: 3px;
}
.store-to-go__input-with-errors--correct {
  border-color: #4bc04e;
}
.store-to-go__input-with-errors--attention {
  border-color: #ffc667;
}
.store-to-go__input-with-errors--alert {
  border-color: #cc6666;
  border-radius: 3px 3px 0 0;
}
.store-to-go__error {
  background: #cc6666;
  border-color: #cc6666;
  color: #ffffff;
}
.store-to-go-block-with-errors__errors {
  color: #cc6666;
}
.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: space-between;
  padding: 60px 0 15px;
}
@media (max-width: 980px) {
  .dv-header-promo {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.dv-header-promo__mini-order {
  position: relative;
  width: 550px;
}
@media (max-width: 980px) {
  .dv-header-promo__mini-order {
    width: 100%;
  }
}
.dv-header-promo__footer {
  width: 100%;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding-top: 24px;
  font-size: 14px;
}
.dv-header-promo__description {
  width: 550px;
  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: 980px) {
  .dv-header-promo__description {
    width: 100%;
  }
}
.dv-header-promo__statistic {
  margin-top: 128px;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.125s ease-in;
}
@media (max-width: 980px) {
  .dv-header-promo__statistic {
    margin-top: 16px;
  }
}
@media (max-width: 885px) {
  .dv-header-promo__statistic {
    margin-top: 0;
    flex-direction: column;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .dv-header-promo__statistic {
    margin-top: 30px;
  }
}
.dv-header-promo__statistic-title {
  font-weight: bold;
  margin-right: 15px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .dv-header-promo__statistic-title {
    margin: 0;
  }
}
.dv-header-promo__statistic-list {
  padding: 0;
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .dv-header-promo__statistic-list {
    flex-direction: column;
    text-align: center;
  }
}
.dv-header-promo__statistic-item {
  list-style: none;
  white-space: nowrap;
}
.dv-header-promo__statistic-item:after {
  content: '|';
  margin: 0 15px;
}
@media (max-width: 768px) {
  .dv-header-promo__statistic-item:after {
    content: '';
    margin: 0;
  }
}
.dv-header-promo__statistic-item:last-child:after {
  content: '';
  margin: 0;
}
.dv-header-promo__header {
  position: relative;
  width: 530px;
}
@media (max-width: 1240px) {
  .dv-header-promo__header {
    width: 430px;
  }
}
@media (max-width: 1120px) {
  .dv-header-promo__header {
    width: 350px;
  }
}
@media (max-width: 980px) {
  .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;
  font-weight: 300;
}
@media (max-width: 1120px) {
  .dv-header-promo__header h1 {
    font-size: 30px;
  }
}
@media (max-width: 980px) {
  .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: 980px) {
  .dv-header-promo__header .dv-button {
    display: inline-block;
  }
}
.dv-header-promo__header--sticker h1 {
  max-width: 410px;
}
@media (max-width: 1120px) {
  .dv-header-promo__header--sticker h1 {
    max-width: none;
  }
}
.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: 980px) {
  .dv-header-promo__subhead {
    padding-bottom: 24px;
    text-align: center;
  }
}
.dv-header-promo__subhead-image-wrapper {
  position: absolute;
  right: -28px;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 144px;
}
@media (max-width: 1240px) {
  .dv-header-promo__subhead-image-wrapper {
    right: -100px;
  }
}
@media (max-width: 980px) {
  .dv-header-promo__subhead-image-wrapper {
    position: relative;
    right: initial;
    top: initial;
    margin: 0 auto;
  }
}
.dv-header-promo__subhead-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.dv-header-promo__subhead-image-text {
  position: relative;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}
.dv-header-promo__subhead-image-text-header {
  font-size: 18px;
}
.dv-header-promo__subhead-image-text-description {
  margin-top: -5px;
  font-size: 10px;
  font-weight: bold;
  color: #DE5048;
}
.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__left-column--ru {
  width: 190px;
}
@media (max-width: 768px) {
  .dv-footer__left-column--ru {
    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--ru {
  width: calc(100% - 190px);
}
@media (max-width: 768px) {
  .dv-footer__right-column--ru {
    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%;
  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,
.dv-footer__menu--ru li {
  width: 33%;
}
@media (max-width: 768px) {
  .dv-footer__menu--tr li,
  .dv-footer__menu--ru 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 {
  width: 100%;
  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,
.dv-footer__contacts--ru {
  display: block;
  color: #969696;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .dv-footer__contacts--mx,
  .dv-footer__contacts--ru {
    text-align: center;
  }
}
.dv-footer__contacts--mx a,
.dv-footer__contacts--ru a {
  color: #969696;
  text-decoration: none;
}
.dv-footer__contacts--mx a:hover,
.dv-footer__contacts--ru a:hover {
  text-decoration: underline;
}
.dv-footer__contacts--mx b,
.dv-footer__contacts--ru 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,
  .dv-footer__contacts--ru b {
    display: block;
  }
}
.dv-footer__contacts--ru {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .dv-footer__contacts--ru {
    flex-direction: column;
  }
}
.dv-footer__contacts--ru > div {
  flex: 1 1 100%;
  padding-right: 10px;
}
.dv-footer__contacts--ru > div:last-child {
  flex: 1 2 100%;
}
@media (max-width: 768px) {
  .dv-footer__contacts--ru > div:last-child {
    margin-top: 20px;
  }
}
.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__approved {
  width: 50%;
}
@media (max-width: 768px) {
  .dv-footer__approved {
    width: 100%;
    text-align: center;
  }
}
.dv-footer__approved img {
  max-width: 150px;
}
.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;
}
html,
body {
  height: 100%;
  min-width: 300px;
}
.layout {
  color: #333c4e;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.layout .page-content {
  width: 100%;
}
.layout .page-content--order {
  background: #f4f4f4;
  max-width: initial;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .layout .page-content--order {
    padding-top: 5px;
  }
}
.layout .page-content--hyperlocal {
  padding-top: 0;
  max-width: none;
  background: #ffffff;
}
.layout--overflowed {
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  position: fixed;
}
.layout__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(80, 89, 100, 0.16);
  z-index: 100;
}
.layout__header--static {
  position: static;
}
.layout__header--wrapper {
  width: 100%;
  height: 70px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 0;
}
.layout__header-promo-wrapper {
  width: 100%;
  height: 580px;
  padding: 0 30px;
  background: url('../img/in/header-promo.svg') no-repeat;
  background-position: calc(50% - 280px) 80%;
  background-color: #f3f9ff;
}
@media (max-width: 980px) {
  .layout__header-promo-wrapper {
    background-size: 65%;
    background-position: calc(50% - 180px) 70%;
    padding-bottom: 110px;
  }
}
@media (max-width: 768px) {
  .layout__header-promo-wrapper {
    background: #f3f9ff;
    height: auto;
    padding-bottom: 0;
  }
}
.layout__header-promo {
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  height: 580px;
}
@media (max-width: 980px) {
  .layout__header-promo {
    height: inherit;
  }
}
.layout__content {
  position: relative;
  flex-grow: 1;
}
.layout__content-section {
  border-bottom: 2px solid #f2f6fc;
}
.layout__section {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .layout__section {
    margin-top: 40px;
  }
}
.layout__section--ecommerce {
  padding-bottom: 52px;
}
@media (max-width: 768px) {
  .layout__section--ecommerce {
    padding-bottom: 0;
  }
}
.layout__section--pls-install-app {
  margin-top: 114px;
}
@media (max-width: 768px) {
  .layout__section--pls-install-app {
    margin-top: 54px;
  }
}
.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-wrapper--columns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 885px) {
  .layout__content-wrapper--columns {
    flex-direction: column;
    align-items: center;
    justify-content: normal;
  }
}
.layout__column {
  width: 100%;
}
@media (max-width: 885px) {
  .layout__column {
    width: auto;
  }
}
.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;
  }
}
.page-content-wrapper {
  height: 100%;
  width: 100%;
  background: #f4f4f4;
}
.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: #f3f9ff;
}
.dv-address-autocomplete__item:hover {
  background: #f3f9ff;
}
.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: #00cc44;
  color: #ffffff;
  border-color: #00cc44;
}
.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,
.dv-desktop-menu__link {
  display: inline-block;
  color: #333c4e;
  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;
  text-decoration: none;
}
.dv-desktop-menu__call-link:hover,
.dv-desktop-menu__link:hover {
  border-color: transparent;
  color: hsl(336, 70%, 65%);
  text-decoration: none;
}
.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: #f3f9ff;
  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;
  min-height: 20px;
  background-image: url("../img/icon/search.svg");
  background-color: transparent;
}
.dv-mobile-menu__menu-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  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__call-link {
  display: inline-block;
  border-bottom: dotted 1px #333c4e;
  font-size: 16px;
  line-height: 1.4em;
  cursor: pointer;
  transition: all 0.125s ease-in;
  white-space: nowrap;
}
.dv-mobile-menu__call-link:hover {
  border-color: transparent;
  color: hsl(336, 70%, 65%);
}
.dv-mobile-menu__phone-label {
  padding-top: 8px;
}
.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: hsl(110, 60%, 25%);
  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-cabinet-icon {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: text-top;
}
.dv-cabinet-icon--user {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/user.svg");
}
.dv-cabinet-icon--user-signed-in {
  width: 16px;
  height: 16px;
  background-image: url("../img/icon/user-signed-in.svg");
}
.dv-cabinet-icon--settings {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/settings.svg");
}
.dv-cabinet-icon--login {
  width: 16px;
  height: 16px;
  background-image: url("../img/icon/login.svg");
}
.dv-cabinet-icon--logout {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/logout.svg");
}
.dv-cabinet-icon--search {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/search.svg");
}
.dv-cabinet-icon--doc {
  width: 28px;
  height: 32px;
  background-image: url("../img/cabinet/doc-icon.svg");
}
.dv-cabinet-icon--email {
  width: 28px;
  height: 22px;
  background-image: url("../img/cabinet/email-icon.svg");
}
.dv-cabinet-icon--xlsx {
  width: 18px !important;
  height: 18px !important;
  background-image: url("../img/icon/xlsx.svg");
  border-radius: 0 !important;
}
.dv-cabinet-icon--pdf {
  width: 18px;
  height: 18px;
  background-image: url("../img/icon/pdf.svg");
}
.dv-cabinet-icon--photo {
  width: 16px;
  height: 18px;
  margin-left: 2px;
  background-image: url("../img/icon/photo.svg");
}
.dv-cabinet-icon--csv {
  width: 18px;
  height: 18px;
  background-image: url("../img/icon/csv.svg");
}
.dv-cabinet-icon--small {
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .dv-cabinet-icon--small {
    width: 20px;
    height: 20px;
  }
}
.ph-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px 15px 15px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}
.ph-item,
.ph-item *,
.ph-item ::after,
.ph-item ::before {
  box-sizing: border-box;
}
.ph-item::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  animation: phAnimation 0.8s linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}
.ph-item.transparent {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  margin-bottom: 0px;
}
.ph-item > * {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  padding-right: 15px;
  padding-left: 15px;
}
.ph-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7.5px;
}
.ph-row div {
  height: 10px;
  margin-bottom: 7.5px;
  background-color: #ced4da;
}
.ph-row .big,
.ph-row.big div {
  height: 20px;
  margin-bottom: 15px;
}
.ph-row .empty {
  background-color: rgba(255, 255, 255, 0);
}
.ph-col-1 {
  flex: 0 0 8.33333333%;
}
.ph-col-2 {
  flex: 0 0 16.66666667%;
}
.ph-col-3 {
  flex: 0 0 25%;
}
.ph-col-4 {
  flex: 0 0 33.33333333%;
}
.ph-col-5 {
  flex: 0 0 41.66666667%;
}
.ph-col-6 {
  flex: 0 0 50%;
}
.ph-col-8 {
  flex: 0 0 66.66666667%;
}
.ph-col-10 {
  flex: 0 0 83.33333333%;
}
.ph-col-12 {
  flex: 0 0 100%;
}
.ph-avatar {
  position: relative;
  width: 100%;
  min-width: 60px;
  background-color: #ced4da;
  margin-bottom: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.ph-avatar::before {
  content: " ";
  display: block;
  padding-top: 100%;
}
.ph-picture {
  width: 100%;
  height: 120px;
  background-color: #ced4da;
  margin-bottom: 15px;
}
@keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}
.order-form {
  margin: 0 auto;
  max-width: 944px;
}
.order-form__block {
  position: relative;
  margin: 24px 0;
}
.order-form__row {
  margin-top: 16px;
  padding: 0 24px 0 144px;
}
@media (max-width: 768px) {
  .order-form__row {
    padding: 0 12px;
  }
}
.order-form__row .ph-item {
  width: 100%;
}
.order-form__row .ph-row .dostavista-input {
  height: 38px;
}
.order-form__row .ph-row .dostavista-textarea {
  height: 68px;
}
.dv-paytm-payment-page h1 {
  text-align: center;
  margin-bottom: 0;
}
.dv-paytm-payment-page__description {
  text-align: center;
  font-size: 18px;
  padding-top: 16px;
}
.dv-paytm-payment-page__error {
  color: #f04240;
  text-align: center;
}
.dv-paytr-payment-page-failed {
  min-height: 100%;
  font-size: 20px;
  max-width: 1120px;
  margin: 200px auto 0;
}
.dv-paytr-payment-page-failed .button {
  margin-top: 20px;
}
.dv-payment-status {
  min-height: 100%;
  font-size: 20px;
  max-width: 420px;
  margin: 200px auto 0;
  text-align: center;
}
.dv-payment-status .button {
  margin: 20px auto 0;
}
.login-person-with-password {
  margin: 0;
  color: #333c4e;
}
@media (max-width: 768px) {
  .login-person-with-password {
    margin: 0 15px 20px;
  }
}
.login-person-with-password__title {
  font-size: 24px;
  font-weight: normal;
  color: #333c4e;
  text-align: center;
  margin-top: 0;
}
.login-person-with-password__row {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .login-person-with-password__row {
    margin-top: 10px;
  }
}
.login-person-with-password__row span.r-input__button {
  background-color: #4bc04e;
}
.login-person-with-password__row .r-input--disabled > .r-input__input-wrapper {
  background-color: #f1f1f1;
}
.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;
    height: auto;
  }
}
@media (max-width: 768px) {
  .dv-options-block-with-label__items {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }
}
.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: 33%;
  }
}
@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__text--fullwidth {
  width: 100%;
}
.dv-index-info__text a {
  color: #476bb3;
  text-decoration: none;
}
.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;
}
.payment {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #333c4e;
  margin-bottom: 40px;
}
@media (max-width: 885px) {
  .payment {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .payment {
    margin-bottom: 40px;
  }
}
.payment__header {
  text-align: center;
}
.payment__title {
  display: inline-block;
  margin: 20px 0 5px;
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 885px) {
  .payment__title {
    margin: 10px 0 5px;
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .payment__title {
    margin: 0 0 8px;
    line-height: 1.2;
  }
}
.payment__subtitle {
  display: block;
  margin: 5px 0 30px;
}
@media (max-width: 885px) {
  .payment__subtitle {
    margin: 0 0 30px;
    font-size: 14px;
  }
}
.payment__list {
  padding: 0;
  columns: 2;
}
@media (max-width: 885px) {
  .payment__list {
    columns: 1;
  }
}
@media (max-width: 768px) {
  .payment__list {
    padding: 0 30px;
  }
}
.payment__item {
  list-style: none;
  margin: 20px 0;
  min-height: 38px;
  white-space: nowrap;
}
.payment__item:first-child {
  margin-top: 0;
}
.payment__item:last-child {
  margin-bottom: 0;
}
.payment__name {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1120px) {
  .payment__name {
    max-width: 150px;
    white-space: normal;
    line-height: 1.2em;
  }
}
@media (max-width: 885px) {
  .payment__name {
    max-width: inherit;
    font-size: 14px;
  }
}
.payment__icon:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  min-width: 33px;
  margin-right: 10px;
}
.payment__icon--card:before {
  content: url('../img/ru/card-icon.svg');
  height: 22px;
}
.payment__icon--cash:before {
  content: url('../img/ru/cash-icon.svg');
  height: 18px;
}
.payment__icon--ya-money:before {
  content: url('../img/ru/yandex-money-icon.svg');
  height: 30px;
}
.payment__icon--noncash:before {
  content: url('../img/ru/banking-icon.svg');
  height: 26px;
}
.payment__icon--qiwi:before {
  content: url('../img/ru/qiwi-icon.svg');
  height: 32px;
}
.payment__icon--cod:before {
  content: url('../img/ru/mail-icon.svg');
  height: 20px;
}
.delivery {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #333c4e;
  margin-bottom: 40px;
}
@media (max-width: 885px) {
  .delivery {
    margin-bottom: 0;
  }
}
.delivery__header {
  text-align: center;
}
.delivery__title {
  display: inline-block;
  margin: 20px 0 5px;
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 885px) {
  .delivery__title {
    margin: 10px 0 5px;
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .delivery__title {
    margin: 0 0 8px;
    line-height: 1.2;
  }
}
.delivery__subtitle {
  display: block;
  margin: 5px 0 30px;
}
@media (max-width: 885px) {
  .delivery__subtitle {
    margin: 0 0 15px;
    font-size: 14px;
  }
}
.delivery__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin: 33px auto 0;
  padding: 0;
  max-width: 400px;
}
@media (max-width: 885px) {
  .delivery__list {
    margin-top: 15px;
  }
}
.delivery__item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 33%;
  height: 125px;
  list-style: none;
}
.delivery__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  color: #333c4e !important;
  text-decoration: none;
  background-color: #fff;
  box-shadow: none;
  border: solid 1px #fff;
  min-height: 120px;
  transition: all 0.125s ease-in;
}
@media (max-width: 885px) {
  .delivery__link {
    padding: 8px;
  }
}
.delivery__link:hover {
  text-decoration: none !important;
  box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.14);
  border-color: #f2f2f2;
}
.delivery__name {
  display: inline-block;
  margin: 10px 0;
}
@media (max-width: 885px) {
  .delivery__name {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .delivery__name {
    font-size: 12px;
  }
}
.delivery__icon {
  display: block;
}
.delivery__icon--foot:before {
  content: url('../img/ru/courier-icon.svg');
  width: 39px;
  height: 52px;
}
.delivery__icon--car:before {
  content: url('../img/ru/car-icon.svg');
  width: 75px;
  height: 28px;
}
.delivery__icon--truck:before {
  content: url('../img/ru/truck-icon.svg');
  width: 63px;
  height: 41px;
}
.dv-three-panels__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
@media (max-width: 885px) {
  .dv-three-panels__list {
    margin: 0 12px;
  }
}
@media (max-width: 768px) {
  .dv-three-panels__list {
    flex-direction: column;
  }
}
.dv-three-panels__item {
  width: calc(33.3% - 15px);
  padding: 24px 26px;
  background: #ffffff;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.08);
  border-radius: 18px;
}
@media (max-width: 768px) {
  .dv-three-panels__item {
    width: 100%;
    padding: 16px;
  }
  .dv-three-panels__item:not(:first-child) {
    margin-top: 24px;
  }
}
.dv-three-panels__item .dv-three-panels__link {
  color: #104EFF;
  text-decoration: none;
}
.dv-three-panels__item .dv-three-panels__link:hover {
  color: hsl(336, 70%, 65%);
}
.dv-three-panels__item .ecommerce-integrations__details {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  color: #104EFF;
}
.dv-three-panels__item .ecommerce-integrations__details:hover {
  color: hsl(336, 70%, 65%);
}
.dv-three-panels__bubble {
  display: inline-block;
  margin-bottom: 7px;
  padding: 1px 8px;
  font-size: 12px;
  color: #F5246C;
  border: 1px solid #F5246C;
  border-radius: 15px;
}
.dv-three-panels__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}
@media (max-width: 768px) {
  .dv-three-panels__title {
    font-size: 22px;
  }
}
.dv-three-panels__text {
  margin: 12px 0 24px;
}
.ecommerce-stuff {
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.08);
  padding: 30px;
  border-radius: 18px;
  background-image: url('../img/ru/ecommerce/background.png');
  background-position: right 120px;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media (max-width: 885px) {
  .ecommerce-stuff {
    background-position: right 260px;
  }
}
@media (max-width: 768px) {
  .ecommerce-stuff {
    background-position: right 20px;
    background-size: 270px;
    margin: 0 12px;
    padding-top: 240px;
    padding-left: 16px;
  }
}
.ecommerce-stuff__header {
  font-family: 'Ping', sans-serif;
  font-size: 32px;
  line-height: 1.22;
  margin: 0 0 40px;
  padding: 0;
}
@media (max-width: 768px) {
  .ecommerce-stuff__header {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.ecommerce-stuff__list {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 885px) {
  .ecommerce-stuff__list {
    width: 100%;
    flex-direction: column;
  }
}
.ecommerce-stuff__list-item {
  position: relative;
  width: 243px;
}
.ecommerce-stuff__list-item:first-child {
  margin-right: 25px;
}
@media (max-width: 885px) {
  .ecommerce-stuff__list-item:first-child {
    order: 2;
  }
}
.ecommerce-stuff__list-item:nth-child(2) {
  order: 3;
  margin-top: 42px;
  margin-bottom: 0;
}
.ecommerce-stuff__list-item:nth-child(2) .ecommerce-stuff__list-item-description {
  width: calc(100% + 122px);
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 885px) {
  .ecommerce-stuff__list-item:nth-child(2) .ecommerce-stuff__list-item-description {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ecommerce-stuff__list-item:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 885px) {
  .ecommerce-stuff__list-item {
    width: 50%;
    margin-bottom: 34px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .ecommerce-stuff__list-item {
    width: 100%;
  }
}
.ecommerce-stuff__list-item-header {
  position: relative;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ecommerce-stuff__list-item-header {
    margin-bottom: 4px;
    font-size: 16px;
  }
}
.ecommerce-stuff__list-item-description {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .ecommerce-stuff__list-item-description {
    font-size: 14px;
    line-height: 20px;
  }
}
.ecommerce-stuff__list-item-cloud {
  position: absolute;
  top: -34px;
  right: -22%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #e3edf8;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  line-height: 13px;
  z-index: 2;
  border-radius: 50%;
}
.ecommerce-stuff__list-item-cloud b {
  font-size: 20px;
  display: block;
  padding-bottom: 3px;
}
@media (max-width: 885px) {
  .ecommerce-stuff__list-item-cloud {
    top: -34px;
  }
}
@media (max-width: 768px) {
  .ecommerce-stuff__list-item-cloud {
    float: right;
    position: relative;
    top: initial;
    right: initial;
    margin-left: 10px;
  }
}
.ecommerce-stuff .ecommerce-stuff__register-and-deliveries {
  display: inline-block;
  min-width: 162px;
  border-radius: 22px;
  background-color: #fe4584;
  border: 0;
  color: #ffffff;
  padding: 9px 18px;
  margin: 56px 0 13px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.ecommerce-stuff .ecommerce-stuff__register-and-deliveries:hover {
  background-color: #009f35;
  color: #ffffff;
}
@media (max-width: 768px) {
  .ecommerce-stuff .ecommerce-stuff__register-and-deliveries {
    width: 100%;
    margin: 36px 0 0;
  }
}
.ecommerce-stuff__logos {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
}
.ecommerce-stuff__integrations-blocks {
  display: flex;
}
@media (max-width: 768px) {
  .ecommerce-stuff__integrations-blocks {
    display: block;
  }
}
.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: #333c4e;
  border-bottom: 1px dotted #333c4e;
  white-space: nowrap;
}
.dv-city-selector__region:hover {
  border-color: transparent;
  color: hsl(336, 70%, 65%);
}
.dv-city-selector__list {
  margin-top: 5px;
  margin-left: -40px;
  padding: 0;
  position: absolute;
  z-index: 9;
  border: 1px solid #bbc1d2;
  background-color: #ffffff;
  max-height: 70vh;
  overflow-y: auto;
}
@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: #f3f9ff;
}
.dv-city-selector__seo {
  display: none;
}
.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 hsla(0, 0%, 100%, 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: 550px;
  margin: 0 auto;
  padding: 30px 25px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 14px 20px 0 rgba(164, 182, 206, 0.503085);
}
.dv-mini-order-form__disabled {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.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--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-mini-order-form__vehicles {
  display: flex;
  justify-content: space-between;
}
.dv-mini-order-form__vehicles input[type='radio'] {
  border: none;
  position: absolute;
  appearance: none;
  background: none;
  opacity: 0;
}
.dv-mini-order-form__vehicles input[type='radio']:focus + label {
  border-color: #476bb3 !important;
}
.dv-mini-order-form__vehicles input[type='radio']:checked + label {
  border: 1px solid #ffc1c0;
}
.dv-mini-order-form__vehicles label {
  width: 50%;
  display: flex;
  height: 28px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #f3f9ff;
  background-color: #f3f9ff;
  font-size: 14px;
  white-space: nowrap;
}
.dv-mini-order-form__vehicles label:last-child {
  margin-right: 0;
}
.dv-dostavista-map {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
@font-face {
  font-family: "Ping";
  src: url("../fonts/ping/ping.woff2") format("woff2"), url("../fonts/ping/ping.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Ping";
  src: url("../fonts/ping/ping-bold.woff2") format("woff2"), url("../fonts/ping/ping-bold.woff") format("woff");
  font-weight: bold;
}
.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);
}
.save-to-address-book {
  display: flex;
  align-items: center;
}
.save-to-address-book__svg-container {
  display: block;
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.save-to-address-book__svg-container path {
  fill: hsl(110, 60%, 25%);
}
.dv-file-link__link {
  display: flex;
  text-decoration: none;
  color: #333c4e;
}
.dv-file-link__link:hover {
  text-decoration: underline;
  color: hsl(110, 60%, 25%);
}
.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: hsl(110, 60%, 25%);
}
.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;
}
.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__day {
  max-width: 130px;
  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;
}
.statistics-table {
  font-size: 14px;
}
.statistics-table .r-table__desktop {
  border-collapse: collapse;
}
.statistics-table-mobile {
  display: none;
  font-size: 14px;
  color: #333c4e;
}
@media (max-width: 768px) {
  .statistics-table-mobile {
    display: block;
  }
}
.statistics-table-mobile table {
  width: 100%;
}
.statistics-table-mobile td {
  width: 25%;
  padding: 10px 0;
  text-align: center;
}
.statistics-table-mobile td:first-child {
  text-align: left;
}
.statistics-table-mobile__row {
  border-bottom: 1px solid #dee1e9;
  padding: 20px;
}
.statistics-table-mobile__row:first-child {
  border-top: 1px solid #dee1e9;
}
.statistics-table-mobile__row-title {
  margin: 0;
  font-size: 14px;
}
.statistics-table-mobile__total {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.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: hsl(336, 70%, 65%);
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  border-radius: 50%;
  border: 2px solid hsl(336, 70%, 65%);
}
@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 hsl(30, 30%, 85%);
  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 {
  display: flex;
  align-content: space-between;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 885px) {
  .integration-settings {
    flex-direction: column;
    padding: 20px;
  }
}
.integration-settings__block {
  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: 49%;
}
@media (max-width: 885px) {
  .integration-settings__block {
    width: 100%;
    margin: 20px 0;
  }
}
.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__client-id {
  margin-top: 20px;
}
.integration-settings__input-wrapper {
  margin-bottom: 10px;
}
.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;
}
.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 hsl(110, 60%, 25%);
  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: hsl(336, 70%, 65%);
  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: hsl(336, 70%, 65%);
  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: hsl(336, 70%, 75%);
}
.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: hsl(30, 30%, 85%);
}
.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: hsl(110, 60%, 25%);
}
.loading-wrapper {
  position: relative;
}
.loading-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.1s linear;
  pointer-events: none;
}
.loading-wrapper--loading:after {
  pointer-events: initial;
  background-color: #ffffff;
  opacity: 0.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;
  }
}
.order-view-page--door-to-door {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}
@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--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: 1;
}
@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: hsl(110, 60%, 25%);
}
.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: 768px) {
  .order-view-details {
    flex-wrap: wrap;
  }
}
@media (max-width: 885px) {
  .order-view-details {
    flex-direction: column;
    padding: 20px;
    font-size: 14px;
  }
}
.order-view-details__point-number-wrapper {
  width: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-right: 24px;
}
@media (max-width: 885px) {
  .order-view-details__point-number-wrapper {
    margin-right: 8px;
  }
}
.order-view-details__point-number-wrapper:before {
  content: '';
  border-left: 1px dotted hsl(336, 70%, 65%);
  width: 0;
  left: 50%;
  top: 26px;
  height: calc(100% - 26px);
  position: absolute;
  display: block;
}
.order-view-details__point-number {
  width: 26px;
  height: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: hsl(336, 70%, 65%);
  border: 1px solid hsl(336, 70%, 65%);
  border-radius: 28px;
  font-size: 14px;
  font-weight: 400;
}
.order-view-details__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) {
  .order-view-details__point-number--finished {
    background-size: 50%;
  }
}
.order-view-details__courier-col {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-bottom: 25px;
}
@media (max-width: 885px) {
  .order-view-details__courier-col {
    width: 100%;
  }
}
.order-view-details__loading-text {
  color: #808080;
  position: relative;
  padding-left: 20px;
}
.order-view-details__loading-text:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid hsl(110, 60%, 25%);
  border-bottom: 2px solid transparent;
  animation: lds-dual-ring 2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.order-view-details__beta-container {
  width: 100%;
  display: flex;
  padding-bottom: 20px;
  align-items: center;
}
.order-view-details__beta-container span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #fe4584;
}
.order-view-details__beta-icon {
  background-color: #FC4C85;
  color: #FFFFFF;
  margin-right: 10px;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  border-radius: 3px;
}
.order-view-details__intercept-couriers {
  width: 100%;
}
.order-view-details__intercepted-courier {
  display: flex;
  width: 100%;
}
.order-view-details__intercepted-courier .order-view-details__courier-rating {
  margin-top: -30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .order-view-details__intercepted-courier .order-view-details__courier-rating {
    margin-top: -5px;
    margin-bottom: 5px;
  }
}
.order-view-details__intercepted-courier .order-view-details__courier-intercept-title-cell {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.order-view-details__intercepted-courier .order-view-details__courier-intercept-title-cell h3 {
  margin-right: 7px;
}
@media (max-width: 768px) {
  .order-view-details__intercepted-courier .order-view-details__courier-intercept-title-cell .r-tooltip__tooltip {
    left: -80px;
  }
  .order-view-details__intercepted-courier .order-view-details__courier-intercept-title-cell .r-tooltip__tooltip:before {
    right: 25px;
  }
  .order-view-details__intercepted-courier .order-view-details__courier-intercept-title-cell .r-tooltip__tooltip:after {
    right: 25px;
  }
}
.order-view-details__intercepted-courier .order-view-details__courier-photo {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.14);
}
.order-view-details__intercepted-courier h3 {
  padding-top: 0;
  margin-top: 0;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
  color: #323c4e;
}
@media (max-width: 768px) {
  .order-view-details__intercepted-courier h3 {
    font-size: 18px;
  }
}
.order-view-details__intercepted-courier .order-view-details__details-col {
  width: 100%;
}
.order-view-details__intercepted-courier .order-view-details__courier-cell {
  width: 100%;
}
@media (max-width: 768px) {
  .order-view-details__intercepted-courier .order-view-details__courier-cell {
    display: flex;
    flex-direction: row;
  }
}
.order-view-details__intercepted-courier .order-view-details__courier-block-cell {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .order-view-details__intercepted-courier .order-view-details__courier-block-cell {
    padding-top: 0;
    padding-bottom: 34px;
  }
}
.order-view-details__intercepted-courier .order-view-details__courier-info {
  width: calc(100% - 76px);
  flex-shrink: 0;
  display: block;
  padding-bottom: 34px;
}
@media (max-width: 768px) {
  .order-view-details__intercepted-courier .order-view-details__courier-info {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }
}
.order-view-details__intercepted-courier .order-view-details__courier-note {
  padding-top: 0px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #747474;
  padding-bottom: 16px;
  margin-top: 0px;
}
.order-view-details__intercepted-courier:last-child .order-view-details__point-number-wrapper:before {
  display: none;
}
.order-view-details__intercepted-courier:last-child .order-view-details__left-side,
.order-view-details__intercepted-courier:last-child .order-view-details__right-side {
  border-bottom: 0;
}
.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;
  white-space: nowrap;
}
@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 {
  position: relative;
  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__timer {
  position: absolute;
  right: 0;
  top: 38px;
  max-width: 50%;
}
@media (max-width: 885px) {
  .order-view-head__timer {
    top: 28px;
  }
}
@media (max-width: 768px) {
  .order-view-head__timer {
    right: 20px;
  }
}
@media (max-width: 580px) {
  .order-view-head__timer {
    position: initial;
    max-width: initial;
  }
}
.order-view-head__status {
  color: #697982;
  font-size: 16px !important;
  margin: 0;
}
@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 {
    width: calc(100% - 40px);
    flex-flow: column;
    align-items: start;
    height: auto;
    margin: 0 20px;
    padding: 24px 0 20px;
    display: inline-block;
    border-top: 1px solid #e8e8e8;
  }
}
.order-view-navigation-panel__timer {
  margin-left: auto;
}
.order-view-navigation-panel button {
  border-color: hsl(110, 60%, 25%);
  color: hsl(110, 60%, 25%);
  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: calc(100% - 80px);
    margin: 0 40px;
    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;
  }
}
.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;
}
@media (max-width: 768px) {
  .dv-compensation-form-first-step {
    margin: 0 20px;
  }
}
.dv-compensation-form-first-step__number-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.dv-compensation-form-first-step__number-wrapper h2 {
  margin-top: 0;
}
.dv-compensation-form-first-step__number {
  width: 30px;
  height: 30px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.dv-compensation-form-first-step__submit-btn-wrapper {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .dv-compensation-form-first-step__submit-btn-wrapper {
    display: flex;
    justify-content: center;
  }
}
.dv-compensation-form__user-credentials--flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dv-compensation-form__user-credentials--flex .dv-compensation-form-connected-input__wrapper {
  width: 48%;
}
.dv-compensation-form__client-requisites {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .dv-compensation-form__client-requisites h3 {
    line-height: 20px !important;
  }
}
.dv-compensation-form__client-requisites--row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .dv-compensation-form__client-requisites--row {
    flex-direction: column;
  }
}
.dv-compensation-form__client-requisites .dv-compensation-form-connected-input__wrapper {
  width: 49%;
}
@media (max-width: 768px) {
  .dv-compensation-form__client-requisites .dv-compensation-form-connected-input__wrapper {
    width: 100%;
  }
}
.dv-compensation-form__photos--title {
  padding: 0;
  margin: 0;
}
.dv-compensation-form__photos--description {
  padding: 0;
  margin: 0;
  opacity: 0.54;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: left;
  color: #333c4e;
}
@media (max-width: 768px) {
  .dv-compensation-form__photos--description {
    line-height: 20px;
  }
}
.dv-compensation-form__uploader {
  padding: 10px 0;
}
.dv-compensation-form__uploader .dv-compensation-form__photos-container {
  width: 100%;
  margin: 7px 0;
  display: flex;
}
.dv-compensation-form__uploader .dv-compensation-form__photo-upload-container {
  width: 100%;
  margin: 7px 0;
}
@media (max-width: 768px) {
  .dv-compensation-form__uploader .dv-compensation-form__photo-upload-container input {
    width: 100%;
  }
}
.dv-compensation-form__uploader .dv-compensation-form__photo-item {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 7px;
  overflow: hidden;
  position: relative;
}
.dv-compensation-form__uploader .dv-compensation-form__photo-item img,
.dv-compensation-form__uploader .dv-compensation-form__photo-item embed {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.dv-compensation-form__uploader .dv-compensation-form__photo-item .dv-compensation-form__photo-item-remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 22px;
  height: 22px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
.dv-compensation-form__uploader .dv-compensation-form__photo-item .dv-compensation-form__photo-item-remove-btn img {
  width: 12px;
  height: 12px;
}
.dv-compensation-form__passport-resident-credentials--flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .dv-compensation-form__passport-resident-credentials--flex {
    flex-direction: column;
  }
}
.dv-compensation-form__passport-resident-credentials .dv-compensation-form-connected-input__wrapper {
  width: 100%;
}
.dv-compensation-form__passport-resident-credentials .dv-compensation-form__passport-number {
  width: 30%;
}
@media (max-width: 768px) {
  .dv-compensation-form__passport-resident-credentials .dv-compensation-form__passport-number {
    width: 100%;
  }
}
.dv-compensation-form__passport-resident-credentials .dv-compensation-form__passport-issuer {
  width: 68%;
}
@media (max-width: 768px) {
  .dv-compensation-form__passport-resident-credentials .dv-compensation-form__passport-issuer {
    width: 100%;
  }
}
.dv-compensation-form__passport-resident-credentials .dv-compensation-form__passport-issue-date {
  width: 30%;
}
@media (max-width: 768px) {
  .dv-compensation-form__passport-resident-credentials .dv-compensation-form__passport-issue-date {
    width: 100%;
  }
}
.dv-compensation-form__passport-non-credentials--flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .dv-compensation-form__passport-non-credentials--flex {
    flex-direction: column;
  }
}
.dv-compensation-form__passport-non-credentials .dv-compensation-form-connected-input__wrapper {
  width: 100%;
}
.dv-compensation-form__passport-non-credentials .dv-compensation-form__passport-number {
  width: 30%;
}
@media (max-width: 768px) {
  .dv-compensation-form__passport-non-credentials .dv-compensation-form__passport-number {
    width: 100%;
  }
}
.dv-compensation-form__passport-non-credentials .dv-compensation-form__passport-issuer {
  width: 48%;
}
@media (max-width: 768px) {
  .dv-compensation-form__passport-non-credentials .dv-compensation-form__passport-issuer {
    width: 100%;
  }
}
.dv-compensation-form__passport-non-credentials .dv-compensation-form__passport-issue-date {
  width: 25%;
}
@media (max-width: 768px) {
  .dv-compensation-form__passport-non-credentials .dv-compensation-form__passport-issue-date {
    width: 100%;
  }
}
.dv-compensation-form__passport-non-credentials .dv-compensation-form__passport-expiration-date {
  width: 25%;
}
@media (max-width: 768px) {
  .dv-compensation-form__passport-non-credentials .dv-compensation-form__passport-expiration-date {
    width: 100%;
  }
}
.dv-compensation-form-second-step {
  margin: 0 20px;
}
.dv-compensation-form-second-step__flex-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dv-compensation-form-second-step__flex-row--margin-bottom {
  margin-bottom: 40px;
}
.dv-compensation-form-second-step__row {
  width: 100%;
}
.dv-compensation-form-second-step__row--margin-bottom {
  margin-bottom: 40px;
}
.dv-compensation-form-second-step__download-again {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
  text-transform: uppercase;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .dv-compensation-form-second-step__agreement {
    display: flex;
    justify-content: center;
  }
}
.dv-mini-step {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.dv-mini-step__text-green {
  color: #4bc04e;
}
.dv-mini-step--margin-bottom {
  margin-bottom: 40px;
}
.dv-mini-step__number {
  width: 30px;
  height: 30px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.22;
  letter-spacing: normal;
  text-align: center;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dv-mini-step__number--success {
  background-color: #4bc04e;
  color: white;
}
.dv-mini-step__text-block h3 {
  padding-top: 0;
  margin-top: 0;
}
.dv-mini-step__text-block p {
  padding-top: 0;
  margin-top: 0;
}
.dv-mini-step__text-block p span {
  margin-right: 10px;
}
.dv-compensation-form-third-step {
  margin: 0 20px;
}
.dv-compensation-form-third-step__row {
  width: 100%;
}
.dv-compensation-form-third-step__row--margin-bottom {
  margin-bottom: 40px;
}
.dv-compensation-form-tabs__wrapper {
  margin: 7px 0;
  display: flex;
}
.dv-compensation-form-tabs__wrapper .dostavista-tabs {
  border-radius: 24px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  height: 48px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .dv-compensation-form-tabs__wrapper .dostavista-tabs {
    flex-direction: row;
  }
}
.dv-compensation-form-tabs__wrapper .dostavista-tabs__tab {
  border-radius: 24px;
  background: none;
  border: none;
}
.dv-compensation-form-tabs__wrapper .dostavista-tabs__tab-label {
  color: #333c4e;
  border-bottom-color: #333c4e;
}
.dv-compensation-form-tabs__wrapper .dostavista-tabs__tab-label--active {
  font-weight: bold;
}
.dv-compensation-form-tabs__wrapper .dostavista-tabs__tab--active {
  border: solid 2px #e05a9e;
}
.dv-compensation-form__wrapper {
  border-radius: 18px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 20px 16px;
  margin-top: 20px;
}
.dv-compensation-form__wrapper h3 {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.75;
  letter-spacing: normal;
  text-align: left;
  color: #333c4e;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .dv-compensation-form__wrapper h3 {
    line-height: 20px !important;
  }
}
.dv-compensation-form-connected-input__wrapper {
  width: 100%;
  padding-bottom: 20px;
}
.dv-compensation-form-connected-input__title {
  opacity: 0.7;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: left;
  color: #333c4e;
  padding-bottom: 4px;
}
.dv-compensation-form-connected-input__title--padding-bottom {
  padding-bottom: 8px;
}
.dv-compensation-form-connected-input__description {
  opacity: 0.54;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #333c4e;
  padding-bottom: 6px;
}
.dv-compensation-form-connected-input__error {
  padding-top: 8px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  color: #cc6666;
}
@media (max-width: 768px) {
  .compensation-form__client-phone .r-input__input-wrapper {
    height: 36px;
  }
}
@media (max-width: 768px) {
  .compensation-form__client-phone .r-input__input-group-prefix {
    padding-top: 6px;
  }
}
@media (max-width: 768px) {
  .compensation-form__client-phone .r-input__field--phone {
    padding-top: 0;
    min-height: 32px;
  }
}
.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;
}
.account-settings__email {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-settings__email--sended .account-settings__email_notification:before {
  background: url(../images/4aacb044eba8dacd326ea896137758f7.svg) no-repeat;
}
.account-settings__email_notification {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.account-settings__email_notification:before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/b462ad16d1ca9f287f5f83bdbc21df92.svg) no-repeat;
  margin-right: 5px;
}
.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 350px;
  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;
  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 hsl(110, 60%, 25%);
  color: hsl(110, 60%, 25%);
  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-page {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  flex-basis: 100%;
}
.settings-page__grid {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.settings-page__column {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .settings-page__column {
    width: 100%;
  }
}
.settings-page__cell {
  margin-bottom: 20px;
}
.settings-page__cell:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .settings-page__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 {
  display: flex;
  flex-direction: column;
}
.notice-settings__form > div {
  margin-bottom: 12px;
}
.notice-settings__item {
  margin-bottom: 16px;
}
.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;
}
.notice-settings__button {
  margin-top: 12px;
}
.notice-settings__checkbox {
  width: 100%;
}
.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;
}
.cards-settings {
  padding: 30px 40px;
  background-image: radial-gradient(circle at 50% 47%, #ffffff, #f5f5f5);
}
.cards-settings__title {
  margin: 0 0 16px;
  font-size: 23px;
  line-height: normal;
  font-weight: normal;
  color: #333c4e;
}
.cards-settings__cards-list {
  padding-bottom: 19px;
}
.cards-settings__bank-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .cards-settings__bank-card {
    padding-bottom: 20px;
    align-items: flex-start;
  }
}
.cards-settings__bank-card-image {
  padding: 0;
  margin: 0;
  line-height: 0.9;
}
.cards-settings__bank-card-description {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cards-settings__bank-card-description {
    flex-direction: column;
  }
}
.cards-settings__bank-card-mask {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  width: auto;
}
@media (max-width: 768px) {
  .cards-settings__bank-card-mask {
    width: 100%;
  }
}
.cards-settings__bank-card-delete {
  margin-left: auto;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #979797;
  width: auto;
}
@media (max-width: 768px) {
  .cards-settings__bank-card-delete {
    width: 100%;
    text-align: left;
  }
}
.cards-settings__bank-card-delete:hover {
  color: #000000;
}
.cards-settings__error {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: normal;
  background-color: #f04240;
  color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cards-settings__successful {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: normal;
  background-color: #4bc04e;
  color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cards-settings__iframe {
  width: 100%;
  height: 600px;
}
.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%;
  }
}
.client-address-row {
  padding: 24px 0;
  color: #333c4e;
  position: relative;
}
@media (max-width: 580px) {
  .client-address-row {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.client-address-row__top-buttons {
  float: right;
  margin-left: 8px;
  display: flex;
  position: relative;
}
@media (max-width: 580px) {
  .client-address-row__top-buttons {
    float: initial;
    order: 1;
    display: flex;
    margin-left: 0;
    flex-direction: column;
    margin-top: 12px;
  }
}
.client-address-row__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  margin: 0;
  word-break: break-word;
}
.client-address-row__address {
  margin-top: 20px;
}
.client-address-row__note {
  margin-top: 14px;
  line-height: 22px;
  margin-right: 120px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 580px) {
  .client-address-row__note {
    margin-right: 0;
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
    word-break: break-word;
  }
}
.client-address-row__phone {
  margin-top: 14px;
  line-height: 22px;
}
.client-address-row__last-row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 580px) {
  .client-address-row__last-row {
    flex-direction: column;
  }
}
.client-address-row__working-hours {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  line-height: 22px;
  padding-right: 12px;
}
@media (max-width: 580px) {
  .client-address-row__working-hours {
    padding-right: 0;
    padding-bottom: 12px;
    flex-direction: column;
  }
}
.client-address-row__working-hours > span {
  white-space: nowrap;
  margin-right: 24px;
}
@media (max-width: 580px) {
  .client-address-row__working-hours > span {
    margin-right: 0;
    margin-top: 12px;
  }
  .client-address-row__working-hours > span:first-child {
    margin-top: 0;
  }
}
.client-address-row__delete-tooltip {
  white-space: nowrap;
  position: absolute;
  right: 0;
  bottom: calc(100% + 2px);
  padding: 6px;
  color: #eee;
  font-size: 12px;
  background-color: #333;
  border-radius: 4px;
}
@media (max-width: 580px) {
  .client-address-row__delete-tooltip {
    display: none;
  }
}
.client-address-row__top-button {
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  text-align: left;
  width: 24px;
  height: 24px;
  opacity: 0.6;
}
@media (max-width: 580px) {
  .client-address-row__top-button {
    width: initial;
    height: initial;
  }
}
.client-address-row__top-button:hover {
  opacity: 0.8;
}
.client-address-row__top-button:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 580px) {
  .client-address-row__top-button:before {
    width: 16px;
    height: 16px;
    background-position: center;
    margin: 12px 0;
  }
}
@media (max-width: 580px) {
  .client-address-row__top-button--edit {
    border-bottom: 1px solid rgba(51, 60, 78, 0.2);
  }
}
.client-address-row__top-button--edit:before {
  background-image: url(../images/b7f11a78334fbc7aef716316dfaed923.svg);
}
.client-address-row__top-button--delete {
  padding: 0;
  margin-left: 12px;
}
@media (max-width: 580px) {
  .client-address-row__top-button--delete {
    margin-left: 0;
  }
}
.client-address-row__top-button--delete:before {
  background-image: url(../images/f2d000b2de828c0696c6388657efc209.svg);
}
.client-address-row__top-button--real-delete:before {
  background-image: url(../images/ec7b3c4e63db2d4de780007ea7813889.svg);
}
.client-address-row__default-btn {
  font-size: 16px;
  line-height: 22px;
  margin-left: auto;
  flex-shrink: 0;
  color: #104eff;
  border: 0;
  background-color: transparent;
  padding: 8px;
}
@media (max-width: 580px) {
  .client-address-row__default-btn {
    margin-left: initial;
    padding: 8px 0;
  }
}
.client-address-row__default-btn--default {
  border-radius: 4px;
  font-weight: bold;
  color: #fe4584;
  background: rgba(245, 36, 108, 0.1);
  padding: 8px;
}
.client-address-row .client-address-row__btn-mobile-text {
  display: none;
  font-size: 16px;
  padding: 12px 12px 11px;
  color: #333c4e;
}
@media (max-width: 580px) {
  .client-address-row .client-address-row__btn-mobile-text {
    display: initial;
  }
}
.address-schedule {
  position: relative;
}
.address-schedule__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-top: 48px;
}
.address-schedule__interval-list {
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}
.address-schedule__interval {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  position: relative;
}
@media (max-width: 580px) {
  .address-schedule__interval:first-child {
    margin-bottom: 48px;
  }
}
@media (max-width: 580px) {
  .address-schedule__interval {
    flex-direction: column;
    margin-top: 24px;
  }
}
.address-schedule__delete {
  position: absolute;
  right: calc(100% + 12px);
  top: 13px;
}
@media (max-width: 580px) {
  .address-schedule__delete {
    position: relative;
    right: 0;
    top: 0;
    order: 1;
    text-align: right;
  }
}
.address-schedule__delete button {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: url(../images/50b2708facc98a698393c7e276f57290.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
}
@media (max-width: 580px) {
  .address-schedule__delete button {
    margin-top: 24px;
    width: initial;
    height: initial;
    opacity: 1;
    background-image: none;
  }
}
.address-schedule__delete button:hover {
  opacity: 0.8;
}
@media (max-width: 580px) {
  .address-schedule__delete button:hover {
    opacity: 1;
  }
}
.address-schedule__delete-text {
  display: none;
  color: hsl(110, 60%, 25%);
}
@media (max-width: 580px) {
  .address-schedule__delete-text {
    display: initial;
  }
}
.address-schedule__days {
  width: calc(66% - 6px);
}
@media (max-width: 580px) {
  .address-schedule__days {
    width: initial;
  }
}
.address-schedule__times {
  width: calc(34% - 6px);
}
@media (max-width: 580px) {
  .address-schedule__times {
    width: initial;
    margin-top: 24px;
  }
}
.address-schedule__add-interval {
  margin-top: 24px;
}
@media (max-width: 580px) {
  .address-schedule__add-interval {
    position: absolute;
    bottom: 0;
  }
}
.address-schedule__add-interval button {
  background-color: transparent;
  color: hsl(110, 60%, 25%);
  border: 1px solid transparent;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}
.address-schedule__add-interval button:hover {
  border-bottom: 1px dashed hsl(110, 60%, 25%);
}
.address-schedule__add-interval button:disabled {
  opacity: 0.2;
  border-bottom: 1px transparent;
}
.create-address {
  max-width: 624px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .create-address {
    padding: 0 20px;
  }
}
.create-address__schedule {
  margin-top: 40px;
}
.create-address__photos {
  margin-top: 48px;
}
.create-address__footer {
  margin-top: 48px;
  border-top: 1px solid rgba(51, 60, 78, 0.2);
  padding-top: 24px;
}
@media (max-width: 768px) {
  .address-book {
    padding: 0 20px;
  }
}
.address-book__title {
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .address-book__title {
    font-size: 32px;
  }
}
.address-book__description {
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 30px;
  max-width: 600px;
}
.address-book__create-book-btn {
  margin-top: 24px;
}
.address-book__create-book-btn a {
  color: #ffffff;
}
.address-book__address-list {
  margin-top: 32px;
  border-top: 1px solid rgba(51, 60, 78, 0.2);
}
.address-book__address-list > * {
  border-bottom: 1px solid rgba(51, 60, 78, 0.2);
}
.pick-up-modal h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
.pick-up-modal__submit {
  margin: 22px 0 0;
}
.delivery-e-commerce-fields {
  display: flex;
  justify-content: space-between;
}
.delivery-e-commerce-fields input {
  border-radius: 12px;
  padding: 6px 12px;
  border: solid 1px #e0e0e0;
  font-size: 15px;
  width: 100%;
}
.delivery-e-commerce-fields__cell {
  width: calc(25% - 12px);
}
.delivery-e-commerce-fields__select {
  border-radius: 12px;
  border: solid 1px #e0e0e0;
  position: relative;
  min-width: 120px;
}
.delivery-e-commerce-fields__select .dv-order-select__label {
  border-radius: 12px;
}
.delivery-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, 0.08);
}
.delivery-footer__container {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.delivery-footer__center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.delivery-footer__loading svg {
  display: block;
}
.delivery-footer__loading circle {
  fill: hsl(110, 60%, 25%);
}
@media (max-width: 768px) {
  .delivery-footer__options {
    display: flex;
    flex-direction: column-reverse;
  }
}
.delivery-footer__vehicle {
  float: right;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .delivery-footer__vehicle {
    margin-top: 0;
  }
}
.delivery-footer__routes {
  border-top: 1px dashed rgba(49, 50, 56, 0.4);
  margin-top: 16px;
  padding-top: 16px;
}
.delivery-footer__routes:empty {
  display: none;
}
.delivery-footer__btn {
  background-color: hsl(110, 60%, 25%);
  border: 1px solid hsl(110, 60%, 25%);
  color: #fff;
  line-height: 1;
  border-radius: 20px;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
}
.delivery-footer__error {
  color: red;
  font-size: 14px;
  margin: 0;
}
.delivery-footer__footer-routes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.delivery-footer__routes-list {
  max-height: 120px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .delivery-footer__total {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 24px;
  }
}
.delivery-footer__total-btn {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.delivery-footer__total-btn a {
  color: #ffffff;
}
@media (max-width: 768px) {
  .delivery-footer__total-btn {
    margin-top: 0;
    margin-bottom: 12px;
  }
}
.delivery-import-result {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.delivery-import-result__header {
  font-size: 20px;
  font-weight: bold;
  max-width: 320px;
}
.delivery-import-result__main-btn {
  padding: 13px 24px;
  margin-top: 24px;
  background-color: hsl(110, 60%, 25%);
  border: 0;
  color: #fff;
  border-radius: 40px;
  font-family: inherit;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
}
.delivery-pick-up__second-row {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .delivery-pick-up__second-row {
    flex-direction: column;
  }
}
.delivery-pick-up__address-input {
  border-radius: 12px;
  border: solid 1px #ffc667;
}
.delivery-pick-up__address-input--filled {
  border-color: #4bc04e;
}
.delivery-pick-up__address-input input {
  border-radius: 22px;
  background: transparent;
}
.delivery-pick-up__phone {
  max-width: 150px;
}
.delivery-pick-up__phone-input {
  border-radius: 12px;
  border: solid 1px #ffc667;
  max-width: 150px;
  overflow: hidden;
}
.delivery-pick-up__phone-input--filled {
  border-color: #4bc04e;
}
@media (max-width: 768px) {
  .delivery-pick-up__phone-input {
    margin-bottom: 22px;
  }
}
.delivery-pick-up__phone-input .dv-order-point-phone,
.delivery-pick-up__phone-input input {
  border-radius: 12px;
  background: transparent;
}
.delivery-pick-up__note {
  margin-top: 22px;
}
.delivery-pick-up__note .dv-order-textarea {
  border-radius: 12px;
  border: solid 1px #e0e0e0;
  display: block;
}
.delivery-pick-up .dv-order-point-address__map {
  background: transparent;
  display: flex;
  position: relative;
}
.delivery-pick-up .dv-order-point-address__map:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/781b7724f6155725b6de078b9cdb61c9.svg);
  background-position: 80% 50%;
  background-repeat: no-repeat;
}
.delivery-pick-up .dv-order-point-address__map img {
  display: none;
}
.delivery-filter-status {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
  font-size: 12px;
  line-height: 17px;
}
.delivery-filter-status__input {
  display: none;
}
.delivery-filter-status__label {
  padding: 12px;
  margin-right: 4px;
  margin-top: 8px;
  border-radius: 20px;
  color: rgba(49, 50, 56, 0.8);
  border: 1px solid rgba(49, 50, 56, 0.4);
  border-radius: 100px;
  cursor: pointer;
}
.delivery-filter-status__label:last-child {
  margin-right: 0;
}
.delivery-filter-status__count {
  font-weight: bolder;
  margin-left: 4px;
  color: #ffffff;
  background: rgba(49, 50, 56, 0.4);
  padding: 0 6px;
  border-radius: 10px;
}
input:checked + .delivery-filter-status__label {
  color: rgba(49, 50, 56, 0.8);
  border: 1px solid rgba(49, 50, 56, 0.4);
  box-shadow: inset 0 0 0 3px rgba(49, 50, 56, 0.4);
}
input:checked + .delivery-filter-status__label--planned {
  border: 1px solid #ffb74d;
  box-shadow: inset 0 0 0 3px #ffb74d;
}
input:checked + .delivery-filter-status__label--planned .delivery-filter-status__count {
  background: #ffb74d;
}
input:checked + .delivery-filter-status__label--courier-working {
  border: 1px solid #84d486;
  box-shadow: inset 0 0 0 3px #84d486;
}
input:checked + .delivery-filter-status__label--courier-working .delivery-filter-status__count {
  background: #84d486;
}
input:checked + .delivery-filter-status__label--failed {
  border: 1px solid #df9f9f;
  box-shadow: inset 0 0 0 3px #df9f9f;
}
input:checked + .delivery-filter-status__label--failed .delivery-filter-status__count {
  background: #df9f9f;
}
.add-deliveries__header {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 12px;
}
.add-deliveries__description-text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
  max-width: 670px;
}
.add-deliveries__description-text span {
  color: hsl(110, 60%, 25%);
  cursor: pointer;
}
.add-deliveries__fake-input {
  display: none;
}
.add-deliveries-modal {
  font-size: 16px;
  display: flex;
}
.add-deliveries-modal__upload-window {
  width: 100%;
}
.add-deliveries-modal__file-icon {
  width: 72px;
  height: 72px;
  display: block;
  margin: 0 auto;
}
.add-deliveries-modal__modal-description {
  font-size: 16px;
  line-height: 22px;
  margin: 16px auto 0;
  max-width: 344px;
  text-align: center;
}
.add-deliveries-modal__modal-description span {
  color: hsl(110, 60%, 25%);
  cursor: pointer;
}
.add-deliveries-modal__footer {
  border-top: 1px solid rgba(49, 50, 56, 0.2);
  padding-top: 24px;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.add-deliveries-modal .add-deliveries-modal__download-template {
  width: calc(50% - 6px);
  background-color: transparent;
  border: 2px solid rgba(49, 50, 56, 0.8);
  border-radius: 22px;
  color: rgba(49, 50, 56, 0.8);
  line-height: 1;
  padding: 13px 24px;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.add-deliveries-modal .add-deliveries-modal__add-manually {
  width: calc(50% - 6px);
  background-color: hsl(110, 60%, 25%);
  border: 1px solid hsl(110, 60%, 25%);
  color: #fff;
  line-height: 1;
  border-radius: 22px;
  padding: 13px 24px;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.add-deliveries-modal .add-deliveries-modal__upload-button {
  background-color: hsl(110, 60%, 25%);
  margin-top: 40px;
  padding: 13px 24px;
  border-radius: 22px;
  border: 1px solid hsl(110, 60%, 25%);
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.add-deliveries-modal__processing {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}
.add-deliveries-modal__processing-file {
  display: block;
  margin: 0 auto;
}
.add-deliveries-modal__file-name {
  font-size: 16px;
  line-height: 22px;
  margin: 16px auto 0;
  max-width: 344px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.add-deliveries-modal .add-deliveries-modal__loader {
  display: flex;
  align-items: center;
  margin-top: 40px;
  font-size: 20px;
  position: relative;
  padding: 0 50px;
}
.add-deliveries-modal .add-deliveries-modal__loader:before {
  content: '';
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid hsl(336, 70%, 65%);
  border-bottom: 3px solid transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.add-deliveries-modal .add-deliveries-modal__loader-text {
  font-weight: bold;
  padding-left: 16px;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.add-deliveries-modal .add-deliveries-modal__loader-text:after {
  content: '';
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(../images/11ea117968ae0f1e82621d2316f17dae.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.add-deliveries-modal__file-error {
  color: #f04240;
  font-size: 14px;
  max-width: 210px;
}
.add-deliveries-modal__result-text {
  padding-top: 30px;
}
.add-deliveries-modal__valid-deliveries-btn {
  background-color: hsl(110, 60%, 25%);
  margin-top: 10px;
  padding: 9px 20px;
  border-radius: 22px;
  border: 1px solid hsl(110, 60%, 25%);
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.add-deliveries-modal__invalid-deliveries-btn {
  display: block;
  color: hsl(110, 60%, 25%);
  margin-top: 10px;
  font-weight: bold;
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 0;
}
.delivery-time {
  display: flex;
}
@media (max-width: 580px) {
  .delivery-time {
    flex-direction: column;
  }
}
.delivery-time__day,
.delivery-time__from,
.delivery-time__to {
  margin-left: 18px;
  display: flex;
}
@media (max-width: 580px) {
  .delivery-time__day,
  .delivery-time__from,
  .delivery-time__to {
    margin-top: 18px;
  }
}
.delivery-time__day > p,
.delivery-time__from > p,
.delivery-time__to > p {
  margin: 0;
  margin-right: 18px;
  margin-top: 7px;
}
.delivery-time__day > p:empty,
.delivery-time__from > p:empty,
.delivery-time__to > p:empty {
  display: none;
}
.delivery-time__day {
  margin-top: 0;
  margin-left: 0;
  border-radius: 12px;
}
.delivery-time__day-select,
.delivery-time__from-select,
.delivery-time__to-select {
  position: relative;
  width: 120px;
  border-radius: 12px;
}
.delivery-time__day-select .dv-order-select__label,
.delivery-time__from-select .dv-order-select__label,
.delivery-time__to-select .dv-order-select__label {
  border-radius: 12px;
  border: solid 1px #e0e0e0;
}
.delivery-row {
  display: flex;
  padding: 16px 0;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 2px dashed rgba(49, 50, 56, 0.4);
  cursor: pointer;
}
.delivery-row:last-child {
  border-bottom: 2px solid rgba(49, 50, 56, 0.4);
}
.delivery-row * p {
  margin: 0;
}
.delivery-row__no-select {
  padding-left: 28px;
  position: relative;
}
.delivery-row * a {
  color: hsl(110, 60%, 25%);
}
.delivery-row * a:hover,
.delivery-row * a:focus {
  color: hsl(110, 60%, 20%);
}
.delivery-row * a:active {
  color: hsl(110, 60%, 15%);
}
.delivery-row__col {
  text-align: left;
  margin-right: 16px;
  flex-shrink: 0;
  flex-grow: 0;
}
.delivery-row__col--checkbox {
  width: 48px;
}
.delivery-row__col--order-id {
  width: 70px;
}
.delivery-row__col--time-interval {
  width: 125px;
}
.delivery-row__col--address {
  width: auto;
  flex-grow: 1;
  flex-shrink: 10;
}
.delivery-row__col--status {
  width: 160px;
}
.delivery-row__col--price {
  width: 80px;
  margin-right: 0;
  text-align: right;
}
.delivery-row__col--invalid {
  color: #f04240;
}
.delivery-row__address--invalid {
  color: #f04240;
}
.delivery-row__param {
  font-size: 13px;
  color: #898989;
}
.delivery-row__param-value {
  color: initial;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.delivery-row__grey-text {
  color: #898989;
}
.delivery-row__actions {
  display: flex;
  margin-top: 16px;
  width: 108px;
}
.delivery-row__action {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  background-color: transparent;
  margin-left: 18px;
}
.delivery-row__action:first-child {
  margin-left: 0;
}
.delivery-row__action--edit {
  background-image: url(../images/58741f91eec706718845f3590d4c3fee.svg);
}
.delivery-row__action--copy {
  background-image: url(../images/710e5987e681683a15be339dbd88c67c.svg);
}
.delivery-row__action--delete {
  background-image: url(../images/d16b05106347bb46858e55e322efdb70.svg);
}
.delivery-row .dv-checkbox__label {
  display: block;
}
.delivery-row .dv-checkbox__input + .dv-checkbox__checkbox {
  border: solid 2px rgba(49, 50, 56, 0.6);
  margin-top: 0;
  box-shadow: none;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 4px;
}
.delivery-row .dv-checkbox__input:checked + .dv-checkbox__checkbox {
  border: solid 1px #333c4e;
  background-color: #333c4e;
}
.delivery-row .dv-checkbox__input:checked + .dv-checkbox__checkbox:after {
  background-image: url(../images/5fcd7b4370d3ae40debf0a402d3b9cdd.svg);
  top: 1px;
  left: 1px;
}
.create-delivery-point {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 22px 28px 26px;
  position: relative;
}
.create-delivery-point + .create-delivery-point {
  margin-top: 22px;
}
.create-delivery-point__remove-bnt {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.create-delivery-point__remove-bnt span {
  opacity: 0;
  transition: all 0.1s ease-in-out;
  transform: translateY(-1px);
}
.create-delivery-point__remove-bnt:hover span {
  opacity: 0.7;
}
.create-delivery-point__remove-bnt:active span {
  opacity: 0.9;
}
.create-delivery-point__remove-bnt:after {
  content: '';
  display: block;
  background-image: url(../images/303cedbc83e0454dd7beaf7a2246b699.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
.create-delivery-point__insurance,
.create-delivery-point__weight {
  max-width: 220px;
}
.create-delivery-point__insurance,
.create-delivery-point__weight,
.create-delivery-point__matter {
  margin-top: 22px;
}
.create-delivery-point__insurance input,
.create-delivery-point__weight input,
.create-delivery-point__matter input {
  border: solid 1px #ffc667;
  border-radius: 12px;
  padding: 6px 12px;
  font-size: 15px;
}
.create-delivery-point__insurance--filled input,
.create-delivery-point__weight--filled input,
.create-delivery-point__matter--filled input {
  border-color: #4bc04e;
}
.create-delivery-point__matter input {
  width: 100%;
}
.create-delivery-point__e-commerce {
  margin-top: 22px;
}
.create-delivery-point__e-commerce .dv-order-accordion__label {
  color: hsl(110, 60%, 25%);
}
.delivery-footer-address__label {
  font-size: 12px;
  line-height: 17px;
  display: block;
}
.delivery-footer-address__data {
  display: flex;
  justify-content: flex-start;
}
.delivery-footer-address__ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.delivery-footer-address__address {
  position: relative;
  max-width: 100%;
  display: flex;
  align-content: center;
  color: hsl(110, 60%, 25%);
  background: none;
  text-align: left;
  border: 0;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.delivery-footer-address__address-icon {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.delivery-footer-address__address-icon .cls-1 {
  fill: hsl(110, 60%, 25%);
}
.delivery-footer-address__time {
  font-size: 13px;
  line-height: 1.46;
  color: #757575;
}
.delivery-footer-address__error {
  padding: 0 5px;
  margin-left: 5px;
  background-color: red;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
}
.routes-grid {
  display: grid;
  gap: 16px 12px;
  grid-template-areas: 'status number time deliveries price action';
  grid-template-columns: 24px repeat(5, auto);
  padding-right: 4px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .routes-grid {
    padding-bottom: 8px;
  }
}
.route-item__price-cell .price-label {
  font-weight: bold;
}
.route-item__sublabel {
  font-size: 10px;
  color: #898989;
}
.route-item__creating {
  margin-left: 5px;
}
.route-item__errors {
  position: relative;
  cursor: pointer;
  color: #f53024;
}
.route-item__create-order {
  color: hsl(110, 60%, 25%);
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.route-item__result-cell {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center left;
}
.route-item__result-cell--ok {
  background-image: url(../images/19036ffc5dd1849df30c5b385fdd10af.svg);
}
.route-item__result-cell--error {
  background-image: url(../images/21655edb8ad6ee43bccdc0ceee2a5618.svg);
}
.route-item__price-cell {
  text-align: right;
}
.some-error {
  color: red;
  font-size: 12px;
  margin: 0;
  padding: 0 10px;
}
.table-notifications {
  font-size: 13px;
  line-height: 1.38;
  font-weight: 600;
}
.table-notifications__item {
  padding: 11px 30px;
}
.table-notifications__item--error {
  color: #f04240;
  background-color: #feebeb;
}
.table-notifications__item--success {
  color: #4bc04e;
  background-color: #edffee;
}
.table-notifications__item--warning {
  color: #7b6700;
  background-color: #fffde6;
}
.deliveries-page__header {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 22px 28px;
  margin-bottom: 32px;
}
.deliveries-page__header h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
.deliveries-page__clickable-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.deliveries-page__add-deliveries {
  margin-bottom: 48px;
}
.deliveries-page__table {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  border-radius: 18px 18px 0 0;
}
.deliveries-page__row {
  margin-bottom: 24px;
}
.deliveries-page__row--split {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .deliveries-page__row--split {
    display: block;
  }
}
.deliveries-page__search-query {
  width: calc(100% - 12px - 212px);
}
@media (max-width: 768px) {
  .deliveries-page__search-query {
    width: initial;
    margin-bottom: 24px;
  }
}
.deliveries-page__filter-date-list {
  width: 212px;
}
@media (max-width: 768px) {
  .deliveries-page__filter-date-list {
    width: initial;
  }
}
.deliveries-page .deliveries-page__fill-in-address {
  background-color: hsl(110, 60%, 25%);
  border: 1px solid hsl(110, 60%, 25%);
  color: #fff;
  line-height: 1;
  border-radius: 20px;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  margin-left: auto;
  text-decoration: none;
}
.deliveries-page .deliveries-page__fill-in-address {
  margin: 0 auto;
  display: block;
}
.deliveries-page .search__input {
  min-width: 186px;
}
.deliveries-page .search__btn-fake,
.deliveries-page .search__btn {
  display: none;
}
@media (max-width: 768px) {
  .deliveries-page {
    padding: 0 20px;
  }
}
.deliveries-page__pagination {
  margin-top: 12px;
}
.create-deliveries-page {
  max-width: 776px;
  margin-top: 40px;
}
.create-deliveries-page__footer {
  display: flex;
  padding: 20px;
  margin-top: 28px;
  background-color: #f9f9f9;
  align-items: center;
}
.create-deliveries-page__add-btn {
  margin: 16px 20px 0;
  padding: 2px 14px;
  border-radius: 18px;
  border: 1px solid hsl(110, 60%, 25%);
  color: hsl(110, 60%, 25%);
  background-color: transparent;
}
.create-deliveries-page__description {
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
}
.increase-order-price {
  font-size: 16px;
  color: #808080;
  padding-right: 20px;
}
.increase-order-price__price-row {
  color: #333c4e;
  margin-top: 12px;
}
.increase-order-price .price {
  font-weight: bold;
}
.increase-order-price__new-price {
  display: flex;
  margin-top: 20px;
  align-items: center;
  font-weight: bold;
}
.increase-order-price__input {
  border-radius: 12px;
  border: solid 1px #e0e0e0;
  width: 70px;
}
.increase-order-price__button {
  background: transparent;
  border: none;
  color: hsl(110, 60%, 25%);
}
.increase-order-price__error {
  color: #f04240;
  font-size: 12px;
  margin: 0;
}
.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: hsl(110, 60%, 25%);
}
.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: hsl(110, 60%, 25%);
}
.r-checkbox__input:checked + .r-checkbox__icon--unchecked {
  box-shadow: 0 1px 1px 0 hsl(30, 30%, 85%);
  border: solid 1px #2453b3;
}
.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 hsl(30, 30%, 85%);
  border: solid 1px hsl(30, 30%, 85%);
}
.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: hsl(336, 70%, 65%);
}
.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: hsl(110, 60%, 25%);
  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: hsl(336, 70%, 65%);
}
.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: hsl(336, 70%, 65%);
}
.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 0.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: hsl(110, 60%, 25%);
}
.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);
  z-index: 3;
}
@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;
    flex-direction: column;
  }
}
@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;
  }
}
.delivery-pages-container {
  max-width: 1060px;
}
.point-tracking__status-icon {
  color: #53BB01;
}
.point-tracking__deaf-mute-icon {
  color: #53BB01;
}
circle.dv-progressbar-circle {
  stroke: hsl(336, 70%, 65%);
}
.dv-courier-appointment-annotation-mark path {
  fill: hsl(336, 70%, 65%);
}
.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;
}

