html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

html {
  font-size: 100.0%;
}

html,
body {
  height: 100%;
}

body {
  background-color: #FFFFFF;
  color: #3A3A3A;
  line-height: normal;
}

input,
textarea,
button {
  font-size: 1.000rem;
}

body.lock {
  overflow: hidden;
}

body.fr {
  float: none;
}

input,
textarea {
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

textarea {
  resize: none;
  vertical-align: middle;
}

a {
  color: #424242;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

:focus {
  outline: 0 !important;
}

::-ms-clear {
  display: none;
}

[type="button"][disabled="disabled"],
[type="submit"][disabled="disabled"] {
  background: #65BBDF !important;
  color: #65BBDF;
  cursor: default !important;
  opacity: 1 !important;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

[type="button"][disabled="disabled"]:before,
[type="submit"][disabled="disabled"]:before {
  background: url("/img/form-loader.gif") no-repeat center center !important;
  bottom: 0;
  content: '';
  height: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}

a:focus,
a:active,
a:visited {
  text-decoration: none;
}

i,
em,
.italic {
  font-style: italic;
}

.cb {
  clear: both;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fb {
  font-weight: bold;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.mln {
  margin-left: 0 !important;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tj {
  text-align: justify;
}

.tu {
  text-transform: uppercase;
}

.ver-top-box {
  display: inline-block;
  vertical-align: top;
}

.ver-middle-box {
  display: inline-block;
  vertical-align: middle;
}

.mb-none {
  margin-bottom: 0 !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.dn {
  display: none;
}

.no-wrap {
  white-space: nowrap;
}

.full-width {
  width: 100%;
}

.center-center-before:before,
.center-center-after:after,
.center-center {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.center {
  margin: 0 auto;
  max-width: 1250px;
  padding: 0 20px;
}

.clear-fix:after {
  content: '';
  clear: both;
  display: block;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.scroller-block {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-track,
body::-webkit-scrollbar,
.scroller-block::-webkit-scrollbar-thumb,
.scroller-block::-webkit-scrollbar-track,
.scroller-block::-webkit-scrollbar {
  background-color: #FFFFFF;
  height: 6px;
  width: 6px;
}

body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-track,
body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb,
.scroller-block::-webkit-scrollbar-thumb {
  background-color: #2c3843;
  border-radius: 5px;
}

.trans-color {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.trans-background {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.trans-all {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.trans-opacity {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.trans-transform {
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

/* Default font-size 16px */

.fs8 {
  font-size: 0.500rem;
}

.fs9 {
  font-size: 0.563rem;
}

.fs10 {
  font-size: 0.625rem;
}

.fs11 {
  font-size: 0.688rem;
}

.fs12 {
  font-size: 0.750rem;
}

.fs13 {
  font-size: 0.813rem;
}

.fs14 {
  font-size: 0.875rem;
}

.fs15 {
  font-size: 0.938rem;
}

.fs16 {
  font-size: 1.000rem;
}

.fs17 {
  font-size: 1.063rem;
}

.fs18 {
  font-size: 1.125rem;
}

.fs19 {
  font-size: 1.188rem;
}

.fs20 {
  font-size: 1.250rem;
}

.fs21 {
  font-size: 1.313rem;
}

.fs22 {
  font-size: 1.375rem;
}

.fs23 {
  font-size: 1.438rem;
}

.fs24 {
  font-size: 1.500rem;
}

.fs25 {
  font-size: 1.563rem;
}

.fs26 {
  font-size: 1.625rem;
}

.fs27 {
  font-size: 1.688rem;
}

.fs28 {
  font-size: 1.750rem;
}

.fs29 {
  font-size: 1.813rem;
}

.fs30 {
  font-size: 1.875rem;
}

.fs31 {
  font-size: 1.938rem;
}

.fs32 {
  font-size: 2.000rem;
}

.fs33 {
  font-size: 2.063rem;
}

.fs34 {
  font-size: 2.125rem;
}

.fs35 {
  font-size: 2.188rem;
}

.fs36 {
  font-size: 2.250rem;
}

.fs37 {
  font-size: 2.313rem;
}

.fs38 {
  font-size: 2.375rem;
}

.fs39 {
  font-size: 2.438rem;
}

.fs40 {
  font-size: 2.500rem;
}

.fs42 {
  font-size: 2.625rem;
}

.fs44 {
  font-size: 2.750rem;
}

.fs45 {
  font-size: 2.812rem;
}

.fs48 {
  font-size: 3.000rem;
}

.fs50 {
  font-size: 3.125rem;
}

.sprite-b:before,
.sprite-a:after {
  content: '';
}

/* For 1x devices */

.select2-container--default .select2-selection--single .select2-selection__arrow,
.sprite,
.sprite-b:before,
.sprite-a:after {
  background-image: url("/img/sprite.png?v=1");
  background-repeat: no-repeat;
}

/* For 2x devices */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  .select2-container--default .select2-selection--single .select2-selection__arrow,
  .sprite,
  .sprite-b:before,
  .sprite-a:after {
    background-image: url("/img/sprite2x.png?v=1");
    background-size: 500px auto;
  }
}

/* For 3x devices */

@media (-webkit-min-device-pixel-ratio: 3), (-webkit-min-device-pixel-ratio: 5), (min-resolution: 480dpi) {
  .select2-container--default .select2-selection--single .select2-selection__arrow,
  .sprite,
  .sprite-b:before,
  .sprite-a:after {
    background-image: url("/img/sprite3x.png?v=1");
    background-size: 500px auto;
  }
}

/* For 4x devices */

@media (-webkit-min-device-pixel-ratio: 4), (-webkit-min-device-pixel-ratio: 6.666666666666667), (min-resolution: 640dpi) {
  .select2-container--default .select2-selection--single .select2-selection__arrow,
  .sprite,
  .sprite-b:before,
  .sprite-a:after {
    background-image: url("/img/sprite4x.png?v=1");
    background-size: 500px auto;
  }
}

.btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.09%, #3AC8C8), to(#39ADDF));
  background: linear-gradient(90deg, #3AC8C8 0.09%, #39ADDF 100%);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn--pd-64 {
  padding: 0 64px;
}

.btn--gradient {
  line-height: normal;
  padding: 2px;
}

.btn__gradient {
  background-color: #FFFFFF;
  border-radius: 6px;
}

.btn__gradient-text {
  background-image: linear-gradient(90.11deg, #3AC8C8 0.09%, #39ADDF 99.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 46px;
  line-height: 46px;
}

.btn--small {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

.btn--gray {
  background: #ECECEC;
  color: #3A3A3A;
}

.btn-pdf {
  background: #FFFFFF;
  border: 1px solid #CFD5E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  color: #3A3A3A;
  height: 50px;
  line-height: 48px;
  padding: 0 20px 0 75px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.btn-pdf:before {
  background-position: -456px -28px;
  bottom: 0;
  height: 32px;
  left: 9px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 32px;
}

.btn-pdf:after {
  background-position: -479px -61px;
  bottom: 0;
  height: 28px;
  left: 45px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 21px;
}

.btn-pdf--upload:after {
  background-position: -479px -91px;
}

.btn-print {
  color: #39ADDF;
  line-height: 26px;
  padding-left: 38px;
}

.btn-print:before {
  background-position: -455px top;
  bottom: 0;
  height: 26px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 26px;
}

.btn-print__inner {
  background: linear-gradient(90.11deg, #3AC8C8 0.09%, #39ADDF 99.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form-error .select2-container .select2-selection--single,
.form-error input,
.form-error textarea {
  border-color: #E11D3D !important;
}

.form-error .form-error-text {
  color: #E11D3D;
  padding-top: 3px;
}

.wrapper {
  min-height: calc( 100% - 82px);
}

.table-box {
  margin-bottom: 75px;
}

.table-box--mb-20 {
  margin-bottom: 20px;
}

.table-box--mb-40 {
  margin-bottom: 40px;
}

.table-box table {
  border-collapse: separate;
  width: 100%;
}

.table-box thead th {
  color: rgba(58, 58, 58, 0.6);
  vertical-align: bottom;
  text-align: left;
}

.table-box thead th:first-child {
  border-top-left-radius: 6px;
}

.table-box thead th:last-child {
  border-top-right-radius: 6px;
}

.table-box tbody td {
  vertical-align: top;
}

.table-box th,
.table-box td {
  border: 1px solid #D4DBEA;
  padding: 15px;
}

.table-box th:not(:last-child),
.table-box td:not(:last-child) {
  border-right: none;
}

.table-box tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

.table-box tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

.table-box tbody tr:not(:last-child) td {
  border-bottom: none;
}

.table-box tbody tr:first-child td {
  border-top: none;
}

.table-box tbody tr:nth-child(even) {
  background-color: #F8FAFF;
}

.table-box .green {
  color: #57BD92;
}

.table-box__cell-width-46 {
  width: 46px;
}

.table-box__img {
  border-radius: 6px;
}

.table-box--double td {
  width: 50%;
}

.table-box--double th,
.table-box--double td {
  padding-left: 24px;
  padding-right: 24px;
}

.table-box--double thead th {
  color: #3A3A3A;
}

.table-box--double td:first-child {
  color: rgba(58, 58, 58, 0.6);
}

.table-box--full {
  margin-bottom: 50px;
}

.table-box--full td:last-child {
  border-left: none;
}

.table-box--full tbody tr:first-child td {
  border-top: 1px solid #D4DBEA;
}

.table-box--full tbody tr:first-child td:first-child {
  border-top-left-radius: 6px;
}

.table-box--full tbody tr:first-child td:last-child {
  border-top-right-radius: 6px;
}

.status-agree {
  background-position: -265px -112px;
  height: 9px;
  width: 13px;
}

.status-error {
  background-position: -266px -123px;
  height: 10px;
  width: 10px;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(100deg);
            transform: perspective(1000px) rotateX(100deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
            transform: perspective(1000px) rotateX(-30deg);
  }

  70% {
    -webkit-transform: perspective(1000px) rotateX(10deg);
            transform: perspective(1000px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(100deg);
            transform: perspective(1000px) rotateX(100deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
            transform: perspective(1000px) rotateX(-30deg);
  }

  70% {
    -webkit-transform: perspective(1000px) rotateX(10deg);
            transform: perspective(1000px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}

.top-box {
  min-height: 550px;
  padding: 40px 0 80px;
}

.top-box__lines {
  background: url("/img/lines-1.png") no-repeat;
  height: 785px;
  left: 0;
  top: 0;
  width: 1527px;
  z-index: 1;
}

.top-box__right-layer {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.21%, rgba(179, 229, 236, 0.85)), color-stop(45.57%, rgba(178, 235, 211, 0.85)), color-stop(85.77%, rgba(211, 243, 214, 0.85)));
  background: linear-gradient(180deg, rgba(179, 229, 236, 0.85) 2.21%, rgba(178, 235, 211, 0.85) 45.57%, rgba(211, 243, 214, 0.85) 85.77%);
  border-bottom-left-radius: 130px;
  height: 583px;
  right: 0;
  top: -5%;
  width: 42.7%;
  -webkit-transform: skew(0deg, 4deg);
          transform: skew(0deg, 4deg);
}

.top-box__right-layer:before {
  background: url("/img/dots.png") no-repeat;
  content: '';
  height: 235px;
  left: 279px;
  position: absolute;
  top: 200px;
  width: 246px;
  -webkit-transform: skew(0deg, -4deg);
          transform: skew(0deg, -4deg);
}

.top-box__content {
  z-index: 2;
}

.top-box__options {
  margin-bottom: 115px;
}

.top-box__tel {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  color: #39ADDF;
  height: 34px;
  line-height: 34px;
  padding: 0 18px 0 43px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.top-box__tel-text {
  background-image: linear-gradient(90.11deg, #3AC8C8 0.09%, #39ADDF 99.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-box__tel:before {
  background-position: -93px top;
  bottom: 0;
  height: 20px;
  left: 13px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.top-box__main-left {
  padding-left: 130px;
  width: 456px;
}

.top-box__main-left:before {
  background-position: -4px -3px;
  height: 164px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 84px;
}

.top-box__main-title {
  margin-bottom: 28px;
}

.top-box__main-description {
  color: #424242;
  line-height: 30px;
}

.top-box__main-right {
  padding: 65px 0 0 634px;
}

.top-box__main-img {
  margin-right: -26px;
}

.top-box__section {
  padding: 24px 0 56px;
}

.top-box__title {
  line-height: 28px;
  padding: 5px 0 0 56px;
  width: 400px;
}

.top-box__title:before {
  background-position: -323px -123px;
  height: 70px;
  left: 0;
  position: absolute;
  top: 0;
  width: 36px;
}

.top-box__bottom-section {
  padding-top: 44px;
}

.top-box--inner {
  background: linear-gradient(164.92deg, rgba(179, 229, 236, 0.7) 2.21%, rgba(178, 235, 211, 0.7) 45.57%, rgba(211, 243, 214, 0.7) 85.77%);
  min-height: inherit;
  padding: 0;
}

.top-box--inner:before {
  background: url("/img/lines-4.png") no-repeat center top;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.top-box--inner .top-box__options {
  margin-bottom: 0;
}

.language-list {
  margin-left: 25px;
}

.language-list__item {
  margin-left: 20px;
  padding-top: 5px;
}

.language-list__link {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  height: 24px;
  width: 24px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.language-list__link--hy {
  background-position: -116px -52px;
}

.language-list__link--ru {
  background-position: -116px top;
}

.language-list__link--en {
  background-position: -116px -26px;
}

.info-section {
  z-index: 1;
}

.info-section__cover {
  background: url("/img/table-gradient.png") no-repeat center top;
  overflow: hidden;
}

.info-section__content {
  padding-top: 100px;
}

.info-section__content:before,
.info-section__content:after {
  background: url("/img/dots.png") no-repeat;
  content: '';
  height: 235px;
  position: absolute;
  width: 246px;
}

.info-section__content:before {
  left: -98px;
  top: 456px;
}

.info-section__content:after {
  right: -77px;
  top: 279px;
}

.info-section__title {
  margin-bottom: 65px;
}

.info-section__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}

.info-section__group-item {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 7px 24px rgba(0, 0, 0, 0.14);
          box-shadow: 0 7px 24px rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
  max-width: 567px;
  padding: 60px;
  width: 50%;
}

.info-section__group-reminder {
  height: 32px;
  right: 20px;
  top: 18px;
  width: 32px;
}

.info-section__group-reminder-icon {
  background-color: #CFD5E0;
  border-radius: 50%;
  height: 32px;
  width: 32px;
}

.info-section__group-reminder-icon:before {
  background-position: -94px -22px;
  height: 16px;
  width: 10px;
}

.info-section__group-icon {
  height: 78px;
  margin: 0 auto 35px;
  width: 107px;
}

.info-section__group-icon--1 {
  background-position: -142px top;
  width: 109px;
}

.info-section__group-icon--2 {
  background-position: -253px top;
  width: 107px;
}

.info-section__group-title {
  margin-bottom: 30px;
}

.info-section__group-description {
  color: #424242;
  line-height: 28px;
  margin-bottom: 50px;
}

.info-section__group-btn {
  width: 200px;
}

.info-section__inline-list {
  padding-bottom: 75px;
  z-index: 1;
}

.info-section__inline-item {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 7px 24px rgba(0, 0, 0, 0.14);
          box-shadow: 0 7px 24px rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  margin-bottom: 50px;
  padding: 40px 60px;
}

.info-section__inline-icon {
  height: 60px;
  margin-right: 50px;
  width: 60px;
}

.info-section__inline-icon--1 {
  background-position: -94px -112px;
}

.info-section__inline-icon--2 {
  background-position: -156px -112px;
}

.info-section__inline-title {
  margin-right: 50px;
  width: 236px;
}

.info-section__inline-description {
  color: #424242;
  line-height: 28px;
  width: 360px;
}

.info-section__inline-btn {
  width: 263px;
}

.info-section--without-cover .info-section__content {
  padding-bottom: 160px;
  padding-top: 60px;
}

.info-section--without-cover .info-section__content:before {
  left: -118px;
  top: 482px;
}

.info-section--without-cover .info-section__content:after {
  right: -120px;
  top: 352px;
}

.info-section--without-cover .info-section__group-title {
  line-height: 35px;
}

.login-form__label {
  border-bottom: 1px solid #CFD5E0;
  border-left: 1px solid #CFD5E0;
  border-top: 1px solid #CFD5E0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  width: 73px;
}

.login-form__field {
  background-color: #FFFFFF;
  border: 1px solid #CFD5E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #424242;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  vertical-align: top;
  width: 190px;
}

.login-form__field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #CFD5E0;
}

.login-form__field:-moz-placeholder {
  /* WebKit browsers */
  color: #CFD5E0;
  opacity: 1;
}

.login-form__field::-moz-placeholder {
  /* WebKit browsers */
  color: #CFD5E0;
  opacity: 1;
}

.login-form__field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #CFD5E0;
}

.login-form__btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 150px;
}

.registration-success {
  padding-top: 12px;
}

.registration-success__info {
  background: #F3FCFB;
  border: 2px solid #D1F1F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 2px 24px 24px;
  text-align: center;
  color: #18BBB4;
}

.registration-success__title {
  font-family: 'HelveticaNeueLTARM-MD', sans-serif;
  margin-top: 10px;
  letter-spacing: 0.01em;
  line-height: 24px;
}

.registration-success__message {
  font-family: 'HelveticaNeueLTARM', sans-serif;
  letter-spacing: 0.01em;
  line-height: 16px;
  padding-top: 20px;
}

.registration-success__icon {
  color: green;
  font-weight: bold;
}

.steps {
  padding-bottom: 40px;
}

.steps:before {
  background: url("/img/lines-2.png") no-repeat center top;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.steps__title {
  margin-bottom: 60px;
}

.steps__switcher-form {
  margin-bottom: 118px;
  z-index: 1;
}

.steps__switcher-btn {
  background: #E8EBF1;
  color: #3A3A3A;
  min-width: 195px;
}

.steps__switcher-btn-1 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.steps__switcher-btn-2 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.steps__switcher-radio:checked + .steps__switcher-btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.09%, #3AC8C8), to(#39ADDF));
  background: linear-gradient(90deg, #3AC8C8 0.09%, #39ADDF 100%);
  color: #FFFFFF;
  cursor: default;
}

.steps__progress-line {
  background: -webkit-gradient(linear, right top, left top, color-stop(2.21%, rgba(179, 229, 236, 0.7)), color-stop(45.57%, rgba(178, 235, 211, 0.7)), color-stop(85.77%, rgba(211, 243, 214, 0.7)));
  background: linear-gradient(-90deg, rgba(179, 229, 236, 0.7) 2.21%, rgba(178, 235, 211, 0.7) 45.57%, rgba(211, 243, 214, 0.7) 85.77%);
  height: 18px;
  margin: 0 18%;
}

.steps__progress-line-inner {
  background: linear-gradient(90.1deg, #3AC8C8 0.09%, #39ADDF 99.91%);
  height: 8px;
  width: 0;
}

.steps__list {
  margin: 0 30px;
  z-index: 1;
}

.steps__list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -75px;
  padding: 0 38px 38px;
  width: 33.3333%;
}

.steps__list-current {
  color: rgba(66, 66, 66, 0.6);
  height: 28px;
  line-height: 28px;
  margin-bottom: 15px;
}

.steps__list-circle {
  background: linear-gradient(90.11deg, #3AC8C8 0.09%, #39ADDF 99.91%);
  border: 6px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 46px;
  margin: 0 auto 20px;
  width: 46px;
}

.steps__list-title {
  margin-bottom: 20px;
}

.steps__list-description {
  color: #424242;
  line-height: 28px;
}

.steps__car {
  background-color: #FFFFFF;
  border: 1px solid #D4DBEA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  height: 70px;
  left: 0;
  margin-left: -26px;
  top: -93px;
  width: 88px;
}

.steps__car:before {
  background-position: -362px top;
  height: 25px;
  width: 67px;
}

.steps__car--track:before {
  background-position: -382px -146px;
  height: 43px;
}

.steps__car-triangle {
  border-color: #D4DBEA transparent transparent transparent;
  border-style: solid;
  border-width: 16px 7px 0 7px;
  bottom: -16px;
  height: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 0;
}

.steps__car-triangle:before {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  border-width: 14px 6px 0 6px;
  content: '';
  height: 0;
  left: -6px;
  position: absolute;
  top: -16px;
  width: 0;
}

.steps--full:before {
  display: none;
}

.steps--full .steps__list {
  margin: 0 50px;
}

.steps--full .steps__list:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.steps--full .steps__list-item {
  margin: 0 -18px;
  padding: 0;
  width: 36px;
}

.steps--full .steps__list-item:not(.steps__list-item--active) .steps__list-circle {
  background: linear-gradient(106.17deg, rgba(179, 229, 236, 0.7) 2.21%, rgba(178, 235, 211, 0.7) 45.57%, rgba(211, 243, 214, 0.7) 85.77%);
}

.steps--full .steps__list-item--highlighted .steps__list-title {
  color: #3AB3DB;
}

.steps--full .steps__progress-line {
  height: 8px;
  left: 48px;
  margin: 0;
  right: 48px;
  top: 15px;
}

.steps--full .steps__list-circle {
  height: 36px;
  width: 36px;
}

.steps--full .steps__list-title {
  margin-left: -57px;
  width: 150px;
}

.counter {
  background: -webkit-gradient(linear, right top, left top, color-stop(2.21%, rgba(179, 229, 236, 0.85)), color-stop(45.57%, rgba(178, 235, 211, 0.85)), color-stop(85.77%, rgba(211, 243, 214, 0.85)));
  background: linear-gradient(-90deg, rgba(179, 229, 236, 0.85) 2.21%, rgba(178, 235, 211, 0.85) 45.57%, rgba(211, 243, 214, 0.85) 85.77%);
  overflow: hidden;
  padding: 74px 0 102px;
}

.counter__content {
  z-index: 1;
}

.counter:before {
  background-color: #FFFFFF;
  content: '';
  height: 100px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -83px;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

.counter:after {
  background: url("/img/lines-3.png") no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1234px;
}

.counter__title {
  margin-bottom: 40px;
}

.counter__box {
  -webkit-transition: opacity 0.25s linear 0.25s;
  transition: opacity 0.25s linear 0.25s;
}

.counter__box:not(.counter__box--active) {
  opacity: 0;
}

.counter__box--active {
  -webkit-perspective: 200px;
          perspective: 200px;
}

.counter__box--active .counter__box-item {
  -webkit-animation: flipInX 0.5s linear 0.25s;
          animation: flipInX 0.5s linear 0.25s;
}

.counter__box-item {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  color: #39AEDF;
  height: 92px;
  line-height: 90px;
  margin: 0 5px;
  width: 69px;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  vertical-align: middle;
  width: auto !important;
  z-index: 1;
}

.selection {
  display: block;
}

.select-picker__standard select {
  opacity: 0;
}

.select-picker__standard .select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  background-color: #FFFFFF;
  border: 1px solid #CFD5E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  height: 50px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-transition: border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0 40px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CFD5E0;
  border-radius: 6px;
  display: block;
  left: -100000px;
  min-width: 180px;
  position: absolute;
  top: -1px;
  width: auto;
  z-index: 1;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}

.select2-results__option {
  color: #1f223f;
  font-size: 0.875rem;
  padding: 7px 10px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option:not(:last-child) {
  border-bottom: 1px solid #EBEDEF;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  top: 1px;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 10px;
}

.select2-search--dropdown .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 32px;
  padding: 0 10px;
  width: 100%;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.drop-down-community .select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3A3A3A;
  line-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(31, 34, 63, 0.6);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-position: -238px -138px;
  bottom: 0;
  height: 10px;
  margin: auto 0;
  position: absolute;
  right: 16px;
  top: 0;
  width: 18px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  border-color: #CCCCCC;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: rgba(90, 90, 90, 0.5) !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
  background-position: -381px -108px;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--below.select2-container--open .select2-selection--single {
  border-bottom-color: #F8F9F9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--above.select2-container--open .select2-selection--single {
  border-top-color: #F8F9F9;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select-picker.active + .select2 .select2-selection__rendered {
  color: #2d2d2d;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: transparent;
  border: 1px solid #3A3A3A;
  font-size: 0.875rem;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  border-bottom-color: #EBEDEF;
  color: #3A3A3A;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=false] {
  background-color: #EAEAEA;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  background-color: #FFFFFF !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09%, #3AC8C8), to(#39ADDF)) !important;
  background: linear-gradient(0deg, #3AC8C8 0.09%, #39ADDF 100%) !important;
  color: #FFFFFF;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 42px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #A72848;
  height: 25px;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: rgba(255, 255, 255, 0.9);
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #707982;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background-color: #EBEDEF;
}

.select2-active-none .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent !important;
}

.modal {
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  -webkit-transition: transform 0.3s ease-out 0s;
  -moz-transition: transform 0.3s ease-out 0s;
  -o-transition: transform 0.3s ease-out 0s;
  -ms-transition: transform 0.3s ease-out 0s;
  -khtml-transition: transform 0.3s ease-out 0s;
  -webkit-transform: translate(0, -15%);
          transform: translate(0, -15%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal.show .modal-dialog .modal__img {
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  background-color: rgba(65, 67, 78, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.modal__inner {
  background-color: #FFFFFF;
  border-radius: 12px;
  max-width: 500px;
  margin: 0 auto;
}

.modal__title {
  padding-bottom: 60px;
}

.modal__header {
  background: linear-gradient(125.93deg, rgba(179, 229, 236, 0.7) 2.21%, rgba(178, 235, 211, 0.7) 45.57%, rgba(211, 243, 214, 0.7) 85.77%);
  border-radius: 11px 11px 0 0;
  padding: 45px 80px 65px;
}

.modal__close {
  background-color: transparent;
  background-position: -94px -40px;
  border: none;
  cursor: pointer;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 12px;
  z-index: 1;
  -webkit-transition: opacity 300ms ease 150ms, -webkit-transform 200ms ease;
  transition: opacity 300ms ease 150ms, -webkit-transform 200ms ease;
  transition: opacity 300ms ease 150ms, transform 200ms ease;
  transition: opacity 300ms ease 150ms, transform 200ms ease, -webkit-transform 200ms ease;
}

.modal__form {
  padding: 0 100px 63px;
}

.modal__field-box {
  margin-bottom: 20px;
}

.modal__button-box {
  padding-top: 5px;
}

.modal__label {
  margin-bottom: 10px;
}

.modal__input {
  background: #FFFFFF;
  border: 1px solid #CFD5E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  color: #3A3A3A;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}

.modal__input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #CFD5E0;
}

.modal__input:-moz-placeholder {
  /* WebKit browsers */
  color: #CFD5E0;
  opacity: 1;
}

.modal__input::-moz-placeholder {
  /* WebKit browsers */
  color: #CFD5E0;
  opacity: 1;
}

.modal__input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #CFD5E0;
}

.modal__switcher-form-box {
  margin: -65px -100px 40px;
}

.modal__switcher-btn {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 6px 6px 0 0;
  color: rgba(58, 58, 58, 0.7);
  cursor: pointer;
  height: 65px;
  line-height: 65px;
  margin: 0 10px;
  padding: 0 24px;
}

.modal__switcher-radio:checked + .modal__switcher-btn {
  background-color: #FFFFFF;
  color: #3A3A3A;
  cursor: default;
}

.modal.fade {
  opacity: 0;
  transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s;
  -khtml-transition: opacity 0.3s linear 0s;
}

.modal.fade.show {
  opacity: 1;
}

.modal__content {
  height: 100%;
}

.modal__content .table-cell {
  padding: 20px;
}

.modal-open .select2-container {
  z-index: 10;
}

.modal__inner--standard .modal__header {
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.modal__inner--standard .modal__title {
  padding-bottom: 0;
}

.modal__inner--error .modal__header {
  background: linear-gradient(269.13deg, rgba(239, 112, 112, 0.7) 0.15%, rgba(250, 163, 144, 0.7) 96.24%);
}

.modal__error-text {
  line-height: 25px;
  padding: 0 80px 45px;
}

.form__title {
  line-height: 35px;
  margin-bottom: 30px;
}

.form__field-box {
  margin-bottom: 20px;
}

.form__button-box {
  padding-top: 10px;
}

.form__label {
  margin-bottom: 10px;
}

.form__input {
  background: #FFFFFF;
  border: 1px solid #CFD5E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  color: #3A3A3A;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}

.form__input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #CFD5E0;
}

.form__input:-moz-placeholder {
  /* WebKit browsers */
  color: #CFD5E0;
  opacity: 1;
}

.form__input::-moz-placeholder {
  /* WebKit browsers */
  color: #CFD5E0;
  opacity: 1;
}

.form__input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #CFD5E0;
}

.form__input--small {
  height: 36px;
}

.form__search-icon {
  background-position: -240px -112px;
  height: 23px;
  margin: 0 15px 5px 0;
  width: 23px;
}

.form__search-icon--gradient {
  background-position: -259px -138px;
}

[disabled] .form__search-icon {
  visibility: hidden;
}

.form--government-body {
  margin: 0 auto;
  max-width: 300px;
}

.form--search .form__field-box {
  margin-right: 20px;
  width: 230px;
}

.form--search .form__button-box {
  padding-top: 29px;
}

.form--search .form__button-box,
.form--search .form__field-box {
  margin-bottom: 40px;
}

.form--search .form__btn {
  width: 193px;
}

.form--filter {
  width: 280px;
}

.form--filter .form__search-icon--gradient {
  bottom: 0;
  margin: auto 0;
  right: 10px;
  top: 0;
}

.form--filter .form__input {
  padding-right: 45px;
}

.form--operation {
  max-width: 356px;
}

.form--operation .form__field-box {
  margin-bottom: 24px;
}

.form--operation .form__btn {
  padding: 0 58px;
}

.inner-content {
  padding: 40px 0 70px;
}

.inner-content__title {
  margin-bottom: 25px;
}

.inner-content__description {
  color: #424242;
  line-height: 28px;
  margin-bottom: 40px;
  max-width: 800px;
}

.inner-content__description--mb-30 {
  margin-bottom: 30px;
}

.inner-content__search-txt {
  border-top: 1px solid #E4E8F1;
  color: #CCCCCC;
  padding: 22px 0 22px 30px;
}

.inner-content__search-txt:before {
  background-position: -218px -137px;
  left: 0;
  height: 18px;
  position: absolute;
  top: 22px;
  width: 18px;
}

.inner-content__group {
  background-color: #FFFFFF;
  border: 1px solid #D4DBEA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
}

.inner-content__group:before {
  background-color: #D4DBEA;
  content: '';
  height: 100%;
  position: absolute;
  left: 192px;
  top: 0;
  width: 1px;
}

.inner-content__group:after {
  border-left: 1px dashed #D4DBEA;
  content: '';
  height: 100%;
  position: absolute;
  right: 199px;
  top: 0;
  width: 1px;
}

.inner-content__group--40 {
  margin-bottom: 40px;
}

.inner-content__group--full {
  margin-bottom: 133px;
}

.inner-content__group--full:after {
  display: none;
}

.inner-content__group--full .inner-content__group-item:nth-child(4) {
  width: 150px;
}

.inner-content__group-car {
  min-height: 130px;
  width: 192px;
}

.inner-content__group-car:before {
  background-position: -296px -91px;
  height: 30px;
  width: 84px;
}

.inner-content__group-car--track:before {
  background-position: -382px -90px;
  height: 53px;
}

.inner-content__group-list {
  padding: 33px 40px;
}

.inner-content__group-item:not(:last-child) {
  margin-right: 20px;
}

.inner-content__group-item:nth-child(1) {
  width: 280px;
}

.inner-content__group-item:nth-child(2) {
  width: 170px;
}

.inner-content__group-item:nth-child(3) {
  width: 150px;
}

.inner-content__group-title {
  color: rgba(58, 58, 58, 0.6);
  margin-bottom: 12px;
}

.inner-content__group-last-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 130px;
  padding: 45px 0;
  width: 200px;
}

.inner-content__group-last-box--contract {
  background-color: #ECF9F3;
  padding: 33px 36px;
}

.inner-content__group-last-box--none {
  background-color: rgba(237, 239, 243, 0.5);
  padding: 33px 36px;
}

.inner-content__group-last-box--contract .inner-content__group-description {
  color: #57BD92;
}

.inner-content__double-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inner-content__double-part {
  margin-bottom: 40px;
  max-width: 582px;
  width: 50%;
}

.inner-content__double-description {
  color: #424242;
  margin-bottom: 40px;
}

.inner-content__back {
  margin-bottom: 30px;
  padding-left: 40px;
}

.inner-content__back:before {
  background-position: -49px -172px;
  bottom: 0;
  height: 16px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 22px;
}

.inner-content__info-box {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.inner-content__info-hint {
  color: rgba(58, 58, 58, 0.5);
  padding: 24px 30px;
}

.inner-content__info-table-box table {
  width: 100%;
}

.inner-content__info-table-box tr {
  border-bottom: 1px solid #D4DBEA;
}

.inner-content__info-table-box td {
  padding: 26px 30px;
  vertical-align: middle;
}

.inner-content__info-table-box .btn--gray {
  margin-right: 20px;
}

.inner-content__info-pending {
  color: #424242;
  line-height: 28px;
  margin: 0 auto;
  max-width: 650px;
  padding: 48px 20px 80px;
}

.inner-content__info-pending:before {
  background-position: -362px -26px;
  display: block;
  height: 62px;
  margin: 0 auto 26px;
  width: 92px;
}

.inner-content__inner-title {
  margin-bottom: 20px;
}

.inner-content__inner-title--mb-15 {
  margin-bottom: 15px;
}

.inner-content__info-files {
  padding: 46px 20px 60px;
}

.inner-content__info-files-description {
  line-height: 28px;
  margin: 0 auto 60px;
  max-width: 650px;
}

.inner-content__info-files-description--mb-40 {
  margin-bottom: 40px;
}

.inner-content__info-files-separator {
  color: rgba(58, 58, 58, 0.6);
  margin: 0 50px;
}

.inner-content__info-files-separator:after {
  background-position: left -171px;
  display: block;
  height: 18px;
  margin: 10px auto 0;
  width: 47px;
}

.inner-content__info-files-success {
  color: #57BD92;
}

.inner-content__profile-left {
  width: 240px;
}

.inner-content__profile-right {
  max-width: 582px;
  padding-left: 280px;
}

.inner-content__info-messages {
  padding-top: 50px;
}

.inner-content__info-messages-item:not(:last-child) {
  margin-bottom: 10px;
}

.inner-content__info-messages-item:before {
  background-position: -240px -150px;
  display: inline-block;
  height: 12px;
  margin-right: 10px;
  width: 17px;
}

.inner-content__info-messages-item--error:before {
  background-position: -280px -112px;
  width: 12px;
}

.inner-content__group--pay {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto 50px;
  max-width: 1100px;
}

.inner-content__group--pay:before,
.inner-content__group--pay:after {
  display: none;
}

.inner-content__group--pay .inner-content__group-item {
  width: auto;
}

.inner-content__group--pay .inner-content__group-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px 15px 30px;
  width: 25%;
}

.inner-content__group--pay .inner-content__group-pay-img {
  margin-right: 12px;
}

.inner-content__info-print-box {
  margin: 0 auto;
  max-width: 582px;
  padding: 40px 20px 60px;
}

.inner-content__info-print-box .inner-content__title {
  margin-bottom: 40px;
}

.inner-content__success-circle {
  background: linear-gradient(106.17deg, rgba(179, 229, 236, 0.7) 2.21%, rgba(178, 235, 211, 0.7) 45.57%, rgba(211, 243, 214, 0.7) 85.77%);
  border-radius: 50%;
  height: 82px;
  margin: 0 auto 20px;
  width: 82px;
}

.inner-content__success-circle:before {
  background-color: #57BD92;
  border-radius: 50%;
  content: '';
  height: 60px;
  width: 60px;
}

.inner-content__success-circle:after {
  background-position: -294px -124px;
  height: 19px;
  width: 27px;
}

.inner-content--users .inner-content__title {
  margin-bottom: 30px;
}

.menu__item {
  margin-right: 20px;
}

.menu__link {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 6px 6px 0 0;
  color: rgba(58, 58, 58, 0.7);
  height: 65px;
  line-height: 65px;
  padding: 0 11px;
}

.menu__link--active {
  background-color: #FFFFFF;
  color: #3A3A3A;
  cursor: default;
}

.user-box__img {
  border-radius: 3px;
  max-width: 46px;
}

.user-box__content {
  padding-left: 66px;
}

.user-box__logout {
  color: #3A3A3A;
  margin-bottom: 5px;
  min-height: 21px;
  overflow: hidden;
  padding-right: 44px;
  text-overflow: ellipsis;
  max-width: 250px;
}

.user-box__logout:after {
  background-position: -218px -113px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 20px;
}

.user-box__point-txt {
  color: rgba(58, 58, 58, 0.7);
  padding: 3px 8px 0 0;
}

.user-box__point {
  background-color: #57BD92;
  border-radius: 50%;
  color: #FFFFFF;
  height: 24px;
  line-height: 24px;
  width: 24px;
}

.error-page {
  padding: 60px 0;
}

.error-page__title {
  color: #707982;
  margin-bottom: 25px;
}

.static-content {
  line-height: 24px;
}

.static-content a {
  background: linear-gradient(90.11deg, #3AC8C8 0.09%, #39ADDF 99.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #39ADDF;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.static-content a:visited {
  color: rgba(57, 173, 223, 0.5) !important;
}

.static-content p {
  line-height: 26px;
  padding-bottom: 20px;
}

.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
  margin-bottom: 1rem;
}

.static-content h6 {
  font-size: 1.067rem;
}

.static-content h5 {
  font-size: 1.200rem;
}

.static-content h4 {
  font-size: 1.333rem;
}

.static-content h3 {
  font-size: 1.467rem;
}

.static-content h2 {
  font-size: 1.600rem;
}

.static-content h1 {
  font-size: 2.000rem;
}

.static-content li {
  padding: 0 0 25px 25px;
  position: relative;
}

.static-content iframe {
  margin-bottom: 15px;
  max-width: 100%;
}

.static-content ol,
.static-content ul {
  padding-bottom: 20px;
  padding-left: 0;
}

.static-content li {
  padding: 0 0 15px 25px;
}

.static-content ul li:before {
  background: linear-gradient(90.11deg, #3AC8C8 0.09%, #39ADDF 99.91%);
  border-radius: 50%;
  content: '';
  height: 7px;
  left: 3px;
  position: absolute;
  top: 9px;
  width: 7px;
}

.static-content ol {
  counter-reset: id;
  position: relative;
}

.static-content ol li:before {
  background: linear-gradient(90.11deg, #3AC8C8 0.09%, #39ADDF 99.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  counter-increment: id;
  content: counter(id) ".";
  color: #39ADDF;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

.static-content img {
  height: auto !important;
  margin-bottom: 15px;
}

.static-content em,
.static-content i {
  font-style: italic;
}

.static-content u {
  text-decoration: underline;
}

.static-content hr {
  background-color: #DFDFDF;
  border: none;
  height: 1px;
  margin: 15px 0;
}

.static-content table {
  border-collapse: separate;
  margin-bottom: 20px;
  width: 100%;
}

.static-content table th {
  vertical-align: bottom;
  text-align: left;
}

.static-content table th:first-child {
  border-top-left-radius: 6px;
}

.static-content table th:last-child {
  border-top-right-radius: 6px;
}

.static-content table tr:nth-child(even) {
  background-color: #F8FAFF;
}

.static-content table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

.static-content table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

.static-content table tr:not(last-child) td {
  border-top: none;
}

.static-content table td,
.static-content table th {
  border: 1px solid #D4DBEA;
  min-width: 100px;
  padding: 15px;
}

.static-content table td:not(:last-child),
.static-content table th:not(:last-child) {
  border-right: none;
}

.static-content table td p,
.static-content table th p {
  line-height: normal;
  padding-bottom: 0;
}

.static-content blockquote {
  background-color: #F7F8F9;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px 55px;
  position: relative;
}

.static-content blockquote:before,
.static-content blockquote:after {
  background: linear-gradient(90.11deg, #3AC8C8 0.09%, #39ADDF 99.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #39ADDF;
  content: '"';
  font-size: 2.500rem;
  height: 30px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  width: 36px;
}

.static-content blockquote:before {
  left: 0;
  top: 5px;
}

.static-content blockquote:after {
  bottom: 5px;
  right: 0;
}

.static-content sub,
.static-content sup {
  font-size: 0.750rem;
  padding: 0 3px;
}

.static-content sub {
  vertical-align: sub;
}

.static-content sup {
  vertical-align: super;
}

.bottom-box {
  background-color: #ECECEC;
  min-height: 30px;
  padding: 26px 0;
  z-index: 1;
}

.bottom-box__text {
  color: rgba(58, 58, 58, 0.4);
  padding-top: 4px;
}

.bottom-box__link {
  background-position: -94px -79px;
  height: 30px;
  width: 200px;
}

.mx_red_btn_sms {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.09%, #f17a7a), to(#940a0a));
  background: linear-gradient(90deg, #f17a7a 0.09%, #940a0a);
}

.mx_red_btn_sms:hover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09%, #f17a7a), to(#940a0a));
  background: linear-gradient(0deg, #f17a7a 0.09%, #940a0a);
}

.mx_sms_error_box {
  width: 100%;
  position: relative;
  top: 8px;
  text-align: center;
}

.success-message {
  color: green;
  font-size: 20px;
}

.violations-list__pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.violations-list__pagination-item {
  width: 32px;
  height: 32px;
  background: #EBEBEB;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 24px;
  font-family: HelveticaNeueLTARM;
  margin-right: 16px;
  cursor: pointer;
  color: #707070;
}

.violations-list__pagination-item a {
  color: #707070;
}

.violations-list__pagination-item--disabled {
  opacity: 0.2;
}

.violations-list__pagination-item:hover {
  background: #D0DEEA;
  color: #39ADDF;
}

.violations-list__pagination-item:hover a {
  color: #39ADDF;
}

.violations-list__pagination-item--active {
  background: #39ADDF;
  color: #d7f4e2;
}

.violations-list__pagination-prev:before {
  background-position: -482px -77px;
  height: 14px;
  width: 8px;
  left: 12px;
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.violations-list__pagination-next:before {
  background-position: -482px -77px;
  height: 14px;
  width: 8px;
  left: 13px;
  position: absolute;
}

.accordion_sw__icon {
  background-color: #33a5c1;
  border-radius: 50%;
  height: 20px;
  top: 0;
  right: 6px;
  width: 20px;
}

.accordion_sw__icon:after,
.accordion_sw__icon:before {
  background-color: #d6f4e1;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  width: 12px;
}

.accordion_sw__icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: opacity .2s linear,-webkit-transform .2s linear;
  transition: opacity .2s linear,-webkit-transform .2s linear;
  transition: transform .2s linear,opacity .2s linear;
  transition: transform .2s linear,opacity .2s linear,-webkit-transform .2s linear;
}

.accordion_sw__title.active .accordion_sw__icon:after {
  opacity: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.accordion_sw__title {
  cursor: pointer;
  line-height: 19px;
  padding-right: 93px;
}

.accordion_sw__title:before {
  background-position: -80px -71px;
  content: '';
  height: 11px;
  left: -43px;
  opacity: 1 !important;
  position: absolute;
  top: 12px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 18px;
}

.accordion_sw__title:before {
  opacity: 1 !important;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.accordion_sw__title:after {
  opacity: 0 !important;
}

.accordion_sw__title.active:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.accordion_sw__content {
  color: gray;
  padding-right: 93px;
}

.accordion_sw__content p:last-child,
.accordion_sw__content a:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion_sw--normal .accordion_sw__title {
  background-color: transparent;
}

.accordion_sw--normal .accordion_sw__title-text {
  background-color: transparent;
  height: auto;
}

.accordion_sw--normal .accordion_sw__content {
  line-height: 19px;
  padding-top: 8px;
}

.accordion_sw--normal .main-list__link {
  padding: 18px 0;
}

.accordion_sw--normal .main-list__link:not(:last-child) {
  border-bottom: 1px solid #CACACA;
}

.accordion_sw--faq {
  margin-top: 44px;
}

.btn--error--color {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.09%, #dd5c5c), to(#8d1c1c));
  background: linear-gradient(90deg, #dd5c5c 0.09%, #8d1c1c);
}

.sw-error-message {
  color: red;
}

.mx_hqb_turn_table {
  text-align: center;
  width: 100%;
  margin-top: 13px;
  margin-bottom: 15px;
}

.mx_hqb_turn_table td {
  padding: 0px 9px;
}

.mx_hqb_turn {
  margin-top: 51px;
  margin-right: 19px;
  padding: 24px;
  border: 1px solid #dedede;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 24px rgba(0, 0, 0, 0.14);
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.mx_hqb_turn_table .btn--gradient {
  min-width: 122px;
}

.mx_hqb_mails_box {
  display: none;
  position: absolute;
  left: -35px;
  top: -100px;
  background-color: white;
  color: #00658a;
  padding: 8px 14px;
  border: 1px solid #39b6d7;
  border-radius: 5px;
  width: 584px;
  text-align: left;
  z-index: 999999;
  -webkit-box-shadow: 5px 2px 14px 4px #89b999;
  box-shadow: 5px 2px 14px 4px #89b999;
}

.mx_hqb_mails_box ul {
  margin-left: 14px;
  margin-top: 13px;
}

.mx_hqb_mails_box ul b {
  font-weight: bold;
}

.mx_fieldest {
  border: 1px solid #b59696;
  border-radius: 5px;
  padding: 13px 6px;
  margin: 10px  10px;
  color: #d55e5e;
  font-weight: bold;
}

.mx_fieldest legend {
  text-align: left;
  margin-left: 18px;
  padding: 0px 10px;
  font-size: 18px;
  color: red;
  font-weight: bold;
}

.steps__switcher-btn_my {
  line-height: 24px;
  height: 26px;
}

.steps__switcher-form-box_my {
  margin-bottom: 6px;
}

.mx_hqb_modal_area .modal__form {
  padding-bottom: 35px;
}

.mx_hqb_modal_area .btn {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}

#hqb-turn-modal_tm .modal__form {
  padding-right: 50px;
  padding-left: 50px;
}

.mx_hqb_modal_area .select2-selection {
  height: 35px;
}

.mx_hqb_modal_area .select2-selection__rendered {
  line-height: 34px !important;
}

.mx_hqb_turn p {
  font-weight: bold;
}

.mx_hqb_mails {
  border-top: 1px solid lightgrey;
  padding-top: 11px;
  color: #39bcd2;
  text-align: left;
  margin-top: 7px;
  cursor: pointer;
}

.mx_hqb_mails span {
  display: inline-block;
  width: 22px;
  height: 12px;
  background-image: url(/img/sprite.png?v=1);
  background-repeat: no-repeat;
  background-position: -235px -136px;
  margin-left: 7px;
  position: relative;
  top: 2px;
}

.mx_hqb_mails_box span {
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url(/img/sprite.png?v=1);
  background-repeat: no-repeat;
  background-position: -263px -122px;
  position: absolute;
  right: 8px;
  top: 7px;
  cursor: pointer;
}

.mx_file_input {
  width: 100%;
}

.mx_modal__header {
  padding: 13px 80px 13px;
  margin-bottom: 14px;
}

.mx_exam_box {
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  padding: 12px;
  margin: 6px 0px;
}

.mx_hqb_rez_box label {
  min-width: unset;
  padding: 0 14px;
}

.mx_hqb_modal_area .modal__field-box {
  margin-bottom: 5px;
}

.mx_hqb_modal_area .modal__label {
  margin-bottom: 2px;
}

.mx_hqb_modal_area .modal__input {
  height: 30px;
}

.mx_chbx_area {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid lightgray;
  padding-top: 10px;
}

.mx_chbx_area > input {
  -webkit-appearance: checkbox;
  position: absolute;
  width: 25px;
  height: 25px;
}

.mx_chbx_area > label {
  width: 60%;
}

.mx_main_p_left {
  padding-left: 22px;
}

.mx_main_page_ul {
  list-style: unset;
  padding-left: 40px;
}

.mx_main_header {
  text-transform: uppercase;
  font-size: 22px;
}

.mx_howto_akt {
  font-size: 22px;
}

.mx_sprite {
  background-image: url(/img/road_police_logo.png?v=1.02);
  background-repeat: no-repeat;
  background-position: -1px -1px;
  background-size: 200px;
  height: 40px;
  width: 220px;
}

.mx_logo_p {
  float: right;
}

.is-invalid {
  border-color: #dc3545;
}

.invalid-feedback {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.mx_hide {
  display: none;
}

.mx_blur_3px {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.mx_click,
.mx_click_a {
  cursor: pointer;
}

.mx_tm_info_blur tr td {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.delete-joindriver {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.09%, #ff8686), to(#df3939));
  background: linear-gradient(90deg, #ff8686 0.09%, #df3939);
  border-radius: 6px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.delete-joindriver:hover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09%, #df3939), to(#ff8686));
  background: linear-gradient(0deg, #df3939 0.09%, #ff8686);
}

.delete-joindriver-style {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.09%, #ff8686), to(#df3939));
  background: linear-gradient(90deg, #ff8686 0.09%, #df3939);
  border-radius: 6px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.delete-joindriver-style:hover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09%, #df3939), to(#ff8686));
  background: linear-gradient(0deg, #df3939 0.09%, #ff8686);
}

.mx_profile {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}

.va_driver_table tr .fb span,
.mx_driver_table tr .fb span,
.mx_blur_hs {
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

.mx_driver_tabs label {
  width: 236px;
  display: inline-block;
  line-height: 18px;
  padding: 0 14px;
  padding-top: 5px;
}

.mx_driver_tabs .modal__switcher-radio:checked + .modal__switcher-btn {
  background-color: #edf1fb;
}

.mx_tabs_bg_gray {
  background-color: #edf1fb;
  border-radius: 3px;
  padding: 15px;
}

.mx_attach_type_btn {
  display: inline-block;
  padding: 4px 6px;
  background-color: gray;
  color: white;
  margin-top: 4px;
}

#month_week_day input[type=checkbox],
#week_day_hour input[type=checkbox] {
  appearance: checkbox;
  -moz-appearance: checkbox;
  -o-appearance: checkbox;
  -webkit-appearance: checkbox;
}

#month_week_day input.startDate,
#week_day_hour input.startDateonthour,
#time_range input.datetime_range {
  border: 1px solid lightgrey;
  padding-left: 5px;
  width: 99%;
}

.mx_time_inp {
  margin-right: 10px;
}

.mx_time_div {
  margin-top: 3px;
}

.va_pdf {
  padding: 0 10px 45px;
}

.mx_va_table {
  border-collapse: collapse;
}

.mx_va_table,
.mx_va_table th,
.mx_va_table td {
  border: 1px solid #b5b5b5;
  padding: 3px;
  vertical-align: middle;
}

.va_class {
  color: red;
}

.margin-20 {
  margin-left: 20px;
}

.sw-bg-white {
  background-color: #FFF !important;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-right-10 {
  padding-right: 10px;
}

.new-style-sw {
  max-width: none;
  width: 70%;
  margin: 0px auto;
}

.form-new-sw {
  max-width: 600px;
}

.pudding-bottom-20 {
  padding-bottom: 20px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.grecaptcha-badge {
  z-index: 6;
}

.request-error-message {
  color: red;
}

.request-error-message-modal {
  color: red;
}

.request-error-session {
  color: red;
}

.request-error-message-modal {
  color: red;
}

.faq-custom {
  background: -webkit-gradient(linear, right top, left top, color-stop(2.21%, rgba(179, 229, 236, 0.85)), color-stop(45.57%, rgba(178, 235, 211, 0.85)), color-stop(85.77%, rgba(211, 243, 214, 0.85)));
  background: linear-gradient(-90deg, rgba(179, 229, 236, 0.85) 2.21%, rgba(178, 235, 211, 0.85) 45.57%, rgba(211, 243, 214, 0.85) 85.77%);
  padding: 50px;
}

.faq-main-a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pages-main-a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pages-main-content {
  padding: 20px 80px;
}

.pages-main-title {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.pages-main-title p {
  margin: 0px auto;
  width: 277px;
}

.home-plate-number-all {
  padding: 35px 0 0 0;
  text-align: right;
  font-size: 19px;
  color: #1c254d;
}

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

.new-fb {
  font-weight: bold;
}

.form-error-text {
  color: red;
}

.search-pub-into {
  color: #11b4db;
}

#toggleSoundButton {
  width: 240px;
  cursor: pointer;
}

.sound-toggle-img-red {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}

.sound-toggle-img-blue {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

body {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.roadpolice-submit-button {
  width: 100%;
}

.roadpolice-product-title {
  font-size: 45px;
  font-family: 'GL-Nummernschild-Eng', sans-serif !important;
}

.countdown-timer {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.d-inline-block {
  display: inline-block;
}

.new-fb {
  font-weight: bold;
}

.form-error-text {
  color: red;
}

.search-pub-into {
  color: #11b4db;
}

.flag-color-txt {
  color: #1169ba;
}

.text-underline {
  text-decoration: underline;
}

.pb-countdown {
  background-color: #0d70a3;
  color: white;
}

.mx_generate {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.09%, #3ac8c8), to(#39addf));
  background: linear-gradient(90deg, #3ac8c8 0.09%, #39addf);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  position: relative;
  padding-left: 54px;
}

.mx_generate:hover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09%, #3ac8c8), to(#39addf));
  background: linear-gradient(0deg, #3ac8c8 0.09%, #39addf);
}

.mx_pdf_icon {
  display: inline-block;
  width: 30px;
  height: 36px;
  background-image: url(/img/sprite.png?v=1);
  background-repeat: no-repeat;
  background-position: -459px -26px;
  position: absolute;
  left: 5px;
  top: 7px;
}

#mx_driver_table > tbody > tr > td {
  cursor: pointer;
}

#mx_driver_table > tbody > tr > td:last-child,
#mx_driver_table > tbody > tr > td:first-child {
  cursor: auto;
}

tr.mx_bg_color_row {
  background-color: #f1f1f1 !important;
}

.mx_row_bg_green {
  background-color: #91ff9124 !important;
}

.mx_row_bg_red {
  background-color: #ffc3c33b !important;
}

.user-box__point-txt {
  font-size: 17px;
}

.mx_user_pic_parent {
  position: relative;
}

.mx_user_hide {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 10s, opacity 0.33s linear;
  transition: visibility 0s linear 10s, opacity 0.33s linear;
}

.mx_user_show {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.mx_user_pic_td {
  padding: 0px !important;
  padding-top: 10px !important;
}

.mx_user_pic_td_span {
  position: relative;
  display: inline-block;
  width: 100%;
  top: -15px;
  left: 5px;
}

.mx_user_pic_td_span > img {
  width: 54px;
  height: 70px;
}

.mx_video_parent {
  position: relative;
}

.mx_home_video {
  width: 428px;
  height: 242px;
  border: 6px solid #d8f4dc;
  border-radius: 22px;
  top: 124px;
}

.vd_go_left_btn {
  max-width: unset;
  width: 40px;
  position: absolute;
  left: -490px;
  bottom: 63px;
  cursor: pointer;
  z-index: 4;
}

.vd_go_right_btn {
  max-width: unset;
  width: 40px;
  position: absolute;
  right: -50px;
  bottom: 63px;
  cursor: pointer;
  z-index: 4;
}

#mx_small_dotts {
  position: absolute;
  left: 75px;
  bottom: -23px;
  display: inline-block;
  /* width: 100%; */
  cursor: pointer;
  width: 300px;
  text-align: center;
}

.mx_dott {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #5a5a5a;
  opacity: 0.4;
  border-radius: 50%;
}

.mx_dott_active {
  opacity: 1;
}

.home_about_color_a {
  color: #39b6d7;
}

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

.mx_hvhh_witcher {
  position: absolute;
  right: 8px;
  top: 35px;
  border-radius: 7px;
  padding: 6px 0px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #39b0dc;
}

.mx_hvhh_span_swich {
  padding: 7px 5px;
  background-color: #efefef;
  color: #d8d4d4;
}

.mx_hvhh_span_active {
  background-color: #39b0dc;
  color: white;
}

#legal_checkbox {
  width: 0px !important;
}

.mx_points_box {
  position: relative;
}

.mx_points_dropdown {
  width: 230px;
  background-color: #5a8fb52b;
  border: 2px solid #bedac1;
  border-radius: 6px;
  padding: 4px;
  cursor: pointer;
}

.mx_points_by_year_box {
  display: none;
  position: absolute;
  background-color: white;
  width: 230px;
  padding: 5px;
  border: 1px solid lightgray;
  border-radius: 6px;
  z-index: 2;
}

.mx_points_by_year_box > span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid lightgray;
  padding: 2px 0px;
}

.mx_points_by_year_box > span:last-child {
  border-bottom: 0px;
}

.mx_points_by_year_box > span > b {
  float: right;
  margin-right: 2px;
  border-radius: 50%;
  background-color: #57bd92;
  padding: 1px 6px;
  color: white;
}

.mx_points_dropd {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 23px;
  height: 15px;
  float: right;
  margin-right: 8px;
  background-image: url(/img/sprite.png?v=1);
  background-repeat: no-repeat;
  background-position: -235px -136px;
}

.mx_points_dr_rotate {
  /* IE 9 */
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.flag_middle_color {
  color: #1169ba;
}

.sw-100 {
  width: 100% !important;
}

.sw-custom-width {
  width: 90% !important;
}

#history-modal .modal__header {
  padding: 25px;
}

#history-modal .modal__inner {
  max-width: 800px;
}

#history-modal .modal__form-box {
  padding: 10px 20px;
}

#history-modal table {
  border-collapse: collapse;
}

#history-modal table th {
  padding: 2px 4px;
  font-weight: bold;
}

#history-modal table tbody tr td {
  text-align: center;
  padding: 2px 2px;
  border: 1px solid lightgrey;
}

.mt1 {
  margin-top: 1px;
}

.search-plate-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-plate-number__board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 673px;
  border: 6px solid black;
  border-radius: 12px;
  height: 137px;
  overflow: hidden;
}

.search-plate-number__board--block {
  width: 100%;
}

.search-plate-number__board--img {
  margin: 17px 25px 25px 13px;
  width: 100px;
}

.search-plate-number__board--input {
  height: 80%;
  width: 90%;
  margin: 0 0 0 27px;
  padding: 0 0 15px 0;
  font-family: 'GL-Nummernschild-Eng', sans-serif;
  font-size: 155px;
  text-transform: uppercase;
}

.search-plate-number__search {
  position: relative;
  width: 353px;
}

.search-plate-number__btn {
  margin-left: 45px;
  margin-top: 99px;
  line-height: unset;
}

@media screen and (min-width: 768px) {
  .btn-pdf:hover,
  .language-list__link:hover,
  .top-box__tel:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }

  .top-box__tel:hover:before {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }

  .btn:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09%, #3AC8C8), to(#39ADDF));
    background: linear-gradient(0deg, #3AC8C8 0.09%, #39ADDF 100%);
  }

  .btn:hover .btn__gradient {
    background-color: transparent;
  }

  .btn:hover .btn__gradient-text {
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
  }

  .info-section__group-reminder-icon:hover {
    background-color: rgba(207, 213, 224, 0.5);
  }

  .btn--gray:hover,
  .steps__switcher-btn:hover {
    background: #D5D8DE;
  }

  .static-content a:hover,
  .btn-print:hover,
  .form__search-icon--gradient:hover,
  .modal__close:hover {
    opacity: .8;
  }

  .menu__link:not(.menu__link--active):hover,
  .modal__switcher-btn:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.btn:active,
a:active {
  opacity: .8;
  -webkit-transition: none;
  transition: none;
}

.static-content a:active,
.form__search-icon--gradient:active,
.modal__close:active {
  opacity: .4;
  -webkit-transition: none;
  transition: none;
}

.btn-print:active,
.btn-pdf:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

@media only screen and (max-width: 1650px) and (min-width: 1500px) {
  .mx_main_header {
    font-size: 18px;
  }

  .mx_main_p_left {
    font-size: 17px;
  }

  .mx_main_page_ul {
    font-size: 16px;
  }
}

@media screen and (max-width: 1550px) {
  .top-box__lines {
    width: 100%;
  }

  .info-section--without-cover .info-section__content {
    padding-bottom: 60px;
  }

  .info-section--without-cover .info-section__content:before {
    left: 0;
  }

  .info-section--without-cover .info-section__content:after {
    right: 0;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1321px) {
  .vd_go_left_btn {
    width: 35px;
    left: -470px;
  }

  .vd_go_right_btn {
    width: 35px;
    right: -30px;
  }
}

@media only screen and (max-width: 1320px) and (min-width: 1041px) {
  .vd_go_left_btn {
    left: 10px;
  }

  .vd_go_right_btn {
    right: 10px;
  }

  #mx_small_dotts {
    left: 74px;
  }
}

@media screen and (max-width: 1320px) {
  .top-box__main-img {
    margin-right: 0;
  }

  .top-box__right-layer:before {
    left: auto;
    right: 20px;
  }
}

@media only screen and (max-width: 1040px) and (min-width: 660px) {
  .mx_home_video {
    height: unset;
  }

  .vd_go_left_btn {
    width: 30px;
    left: 10px;
    bottom: 28px;
  }

  .vd_go_right_btn {
    width: 30px;
    right: 10px;
    bottom: 28px;
  }

  #mx_small_dotts {
    left: 50px;
    bottom: -23px;
    width: 240px;
  }
}

@media only screen and (max-width: 1499px) and (min-width: 1000px) {
  .mx_main_header {
    font-size: 18px;
  }

  .mx_main_p_left {
    font-size: 17px;
  }

  .mx_main_page_ul {
    font-size: 16px;
  }
}

@media screen and (max-width: 1270px) {
  .menu__item {
    margin-right: 15px;
  }

  .menu__link {
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
  }

  .inner-content__group-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
    width: calc( 100% - 412px) !important;
  }

  .inner-content__group-item {
    border-bottom: 1px solid rgba(58, 58, 58, 0.6);
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: calc( 50% - 20px) !important;
  }

  .inner-content__group--full .inner-content__group-list {
    width: calc( 100% - 212px) !important;
  }

  .inner-content__group--pay .inner-content__group-list {
    width: 25% !important;
  }

  .inner-content__group--pay .inner-content__group-list .inner-content__group-item {
    border-bottom: none;
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100% !important;
  }
}

@media screen and (max-width: 1230px) {
  .info-section__group-item {
    max-width: inherit;
    padding: 60px 30px;
    width: calc( 50% - 30px);
  }

  .info-section__inline-title,
  .info-section__inline-description {
    margin-bottom: 30px;
  }

  .info-section__inline-description {
    width: calc( 100% - 396px);
  }

  .info-section__inline-btn {
    clear: both;
    display: block;
    float: none;
    margin-left: 110px;
  }
}

@media screen and (max-width: 1100px) {
  .top-box__lines {
    background-size: 100% 100%;
  }

  .top-box__options {
    margin-bottom: 70px;
  }

  .top-box__main-left {
    width: 350px;
  }

  .top-box__main-right {
    padding-left: 560px;
  }

  .user-box__logout {
    font-size: 0.875rem;
    max-width: 220px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1060px) {
  .login-form__box {
    padding-left: 72px;
  }

  .login-form__label {
    left: 0;
    position: absolute;
    top: 0;
  }

  .login-form__field {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 15px;
    width: 100%;
  }

  .login-form__inner-box {
    display: block;
  }

  .login-form__btn {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    width: 100%;
  }

  .top-box--inner:before {
    background-position: left bottom;
  }

  .top-box__bottom-section {
    padding: 0 0 20px;
  }

  .menu {
    float: none;
  }

  .menu__item {
    float: none;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
  }

  .menu__link {
    border-radius: 6px;
  }

  .user-box {
    float: none;
  }

  .search-plate-number {
    display: block;
  }

  .search-plate-number__btn {
    margin-left: 0px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .search-plate-number__board--input {
    padding-bottom: 0;
    height: 90%;
  }
}

@media screen and (max-width: 950px) {
  .top-box__main-left {
    padding-left: 110px;
  }

  .top-box__main-title {
    font-size: 1.563rem;
    margin-bottom: 20px;
  }

  .top-box__main-description {
    font-size: 1.000rem;
    line-height: 26px;
  }

  .top-box__main-right {
    padding-left: 500px;
  }

  .inner-content__group-list {
    width: calc( 100% - 432px) !important;
  }

  .inner-content__group-item {
    margin-right: 0 !important;
    width: 100% !important;
  }

  .inner-content__group--full .inner-content__group-list {
    width: calc( 100% - 232px) !important;
  }

  .inner-content__info-files-separator {
    display: block;
    padding: 40px 0;
  }

  .inner-content__group--pay .inner-content__group-list {
    width: 50% !important;
  }

  .inner-content__profile-left {
    width: 120px;
  }

  .inner-content__profile-right {
    padding-left: 140px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 801px) {
  .mx_main_header {
    font-size: 18px;
  }
}

@media only screen and (max-width: 999px) {
  .mx_main_header {
    font-size: 18px;
  }

  .mx_main_p_left {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .mx_logo_p {
    float: none;
  }

  .mx_sprite {
    margin: 0 auto;
    background-position: 27px -1px;
  }

  .mx_hqb_mails_box {
    width: unset;
  }
}

@media screen and (max-width: 719px) {
  .search-plate-number__board {
    width: unset;
  }
}

@media screen and (max-width: 700px) {
  .search-plate-number__board {
    height: 105px;
    width: 500px;
  }

  .search-plate-number__board--img {
    width: 73px;
  }

  .search-plate-number__board--input {
    text-align: left;
    height: 90%;
    font-size: 76px;
    margin: 0;
    width: 95%;
    padding: 0;
  }
}

@media only screen and (max-width: 620px) {
  .mx_hide_620 {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .top-box {
    min-height: inherit;
  }

  .top-box__main-left {
    float: none;
    margin-bottom: 30px;
    min-height: 164px;
    width: auto;
  }

  .top-box__main-left:before {
    top: 0;
  }

  .top-box__right-layer {
    height: 525px;
  }

  .top-box__right-layer:before {
    display: none;
  }

  .top-box__main-right {
    padding: 0;
  }

  .top-box__main-img {
    width: 300px;
  }

  .info-section__group-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding: 60px 20px 30px;
    width: 100%;
  }

  .info-section__inline-icon {
    margin-right: 0;
  }

  .info-section__inline-list {
    padding-bottom: 30px;
  }

  .info-section__inline-item {
    padding: 30px 20px;
    margin-bottom: 30px;
  }

  .info-section__inline-title,
  .info-section__inline-description {
    float: none;
    margin-right: 0;
    padding-left: 80px;
    width: auto;
  }

  .info-section__inline-btn {
    margin-left: 80px;
  }

  .steps {
    padding-bottom: 0;
  }

  .steps__list {
    margin: 0;
  }

  .info-section--without-cover .info-section__content {
    padding-bottom: 0;
    padding-top: 40px;
  }

  .info-section__title {
    margin-bottom: 40px;
  }

  .info-section--without-cover .info-section__group-item {
    padding-top: 30px;
  }

  .inner-content__double-part {
    width: calc( 50% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .accordion_sw--faq {
    margin-top: 31px;
  }

  .accordion_sw--normal .main-list__link {
    padding: 10px 0;
  }

  .accordion_sw__icon {
    height: 17px;
    width: 17px;
  }

  .accordion_sw__icon:after,
  .accordion_sw__icon:before {
    width: 8px;
  }

  .accordion_sw__content {
    padding-right: 30px;
  }

  .main-wrapper__card--faq .main-wrapper__card-title {
    margin-bottom: 31px;
  }

  .accordion_sw__title {
    padding-right: 40px;
  }

  .inner-content {
    padding-bottom: 20px;
  }

  .steps__switcher-form {
    margin-bottom: 45px;
  }

  .steps__progress-line {
    display: none;
  }

  .steps__list-item {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .steps__list-circle {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    height: 2px;
    width: 106px;
  }

  .steps--full .steps__progress-line {
    display: block;
  }

  .steps--full .steps__list-item {
    display: inline-block;
  }

  .steps--full .steps__list-circle {
    border: 6px solid #FFFFFF;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .steps--full .steps__list-title {
    font-size: 0.750rem;
    margin-left: -32px;
    width: 100px;
  }

  .counter__box-item {
    font-size: 2.500rem;
    height: 70px;
    line-height: 68px;
    width: 50px;
  }

  .bottom-box__text {
    float: none;
    padding: 0 0 20px;
    text-align: center;
  }

  .bottom-box__link {
    float: none;
    margin: 0 auto;
  }

  .modal__title {
    padding-bottom: 40px;
  }

  .modal__switcher-form-box {
    margin: 0 0 20px;
    padding-top: 20px;
  }

  .modal__form {
    padding: 0 20px 20px;
  }

  .modal__header {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal__switcher-btn {
    -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.14);
            box-shadow: 0 7px 14px rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    padding: 0 10px;
  }

  .modal__switcher-radio:checked + .modal__switcher-btn {
    background: -webkit-gradient(linear, left top, right top, color-stop(0.09%, #3AC8C8), to(#39ADDF));
    background: linear-gradient(90deg, #3AC8C8 0.09%, #39ADDF 100%);
    color: #FFFFFF;
  }

  .modal__error-text {
    padding: 0 20px 30px;
  }

  .modal__inner--standard .modal__header {
    margin-bottom: 30px;
  }

  .burger {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(66, 66, 66, 0.2);
            box-shadow: 0 0 5px rgba(66, 66, 66, 0.2);
    cursor: pointer;
    display: block;
    height: 19px;
    right: 13px;
    padding: 7px;
    position: absolute;
    top: 24px;
    width: 32px;
    z-index: 2;
  }

  .burger__line {
    background-color: #424242;
    border-radius: 3px;
    height: 3px;
    left: 7px;
    position: absolute;
    width: 32px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .burger__line--1 {
    top: 7px;
  }

  .burger__line--2 {
    top: 15px;
  }

  .burger__line--3 {
    top: 23px;
  }

  .menu-open .burger {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .menu-open .burger__line {
    background-color: #FFFFFF;
  }

  .menu-open .burger__line--1 {
    top: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .menu-open .burger__line--2 {
    opacity: 0;
  }

  .menu-open .burger__line--3 {
    top: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu {
    opacity: 0;
    overflow: auto;
    position: fixed;
    right: -230px;
    top: 0;
    width: 230px;
    z-index: 2;
    -webkit-transition: opacity 0.3s ease, right 0.3s ease;
    transition: opacity 0.3s ease, right 0.3s ease;
    -webkit-overflow-scrolling: touch;
  }

  .menu__list {
    padding-top: 80px;
    position: relative;
  }

  .menu__item {
    display: block;
    margin-right: 0;
  }

  .menu__link {
    background-color: #FFFFFF;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    line-height: normal;
    padding: 15px;
  }

  .menu-open {
    overflow: hidden;
  }

  .menu-open .menu {
    opacity: 1;
    right: 0;
  }

  .menu-open .menu:before {
    background-color: rgba(65, 67, 78, 0.6);
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .user-box {
    float: right;
  }

  .user-box__logout {
    max-width: 130px;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .top-box__title {
    padding-top: 0;
  }

  .top-box__section {
    padding-bottom: 40px;
  }

  .top-box--with-menu .top-box__options {
    padding-right: 60px;
  }

  .inner-content__group:not(.inner-content__group--full) {
    margin-bottom: 40px;
  }

  .inner-content__group:before,
  .inner-content__group:after {
    display: none;
  }

  .inner-content__group-last-box,
  .inner-content__group-car {
    float: none;
    width: auto;
  }

  .inner-content__group-car {
    border-bottom: 1px solid #D4DBEA;
    min-height: 30px;
    padding: 20px 0;
  }

  .inner-content__group-car--track {
    min-height: 53px;
  }

  .inner-content__group-last-box {
    border-top: 1px dashed #D4DBEA;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    min-height: inherit;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .inner-content__group-last-box--contract {
    text-align: left;
  }

  .inner-content__group-list {
    float: none;
    padding-right: 40px;
    width: auto !important;
  }

  .inner-content__group--full .inner-content__group-list {
    width: auto !important;
  }

  .form--search {
    max-width: 350px;
  }

  .form--search .form__field-box {
    margin-right: 0;
    width: 100%;
  }

  .form--search .form__button-box {
    display: block;
    padding-top: 0;
  }

  .form--search .form__btn {
    width: 100%;
  }

  .table-box {
    margin-bottom: 30px;
  }

  .form--filter,
  .inner-content__title.fl {
    float: none;
  }

  .inner-content__info-table-box td {
    min-width: 140px;
    padding: 15px;
  }

  .inner-content__info-pending {
    padding-bottom: 40px;
  }

  .inner-content__group--pay {
    padding: 15px 5px;
  }

  .inner-content__group--pay .inner-content__group-list {
    padding-left: 15px;
    text-align: center;
    width: 100% !important;
  }

  .inner-content__group--pay .inner-content__group-pay-img {
    margin: 0 5px 8px;
  }

  .static-content blockquote {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 620px) {
  .top-box__title {
    float: none;
    margin: 0 auto 30px;
    padding-left: 0;
    text-align: center;
    width: 250px;
  }

  .top-box__title:before {
    display: block;
    margin: 0 auto 10px;
    position: static;
  }

  .top-box--with-menu .top-box__options {
    padding-right: 0;
  }

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

  .top-box__bottom-section {
    margin-top: -75px;
  }

  .language-list {
    margin-left: 0;
  }

  .top-box__bottom-section {
    margin-top: 0;
  }

  .user-box {
    float: none;
    margin: 0 auto;
    max-width: 315px;
  }

  .user-box__logout {
    max-width: 100%;
    padding-right: 0;
  }

  .user-box__logout:after {
    display: inline-block;
    margin: -3px 0 0 10px;
    position: static;
    vertical-align: middle;
  }

  .inner-content__double-part {
    width: 100%;
  }

  .steps--full .steps__list-circle {
    border-width: 3px;
    height: 18px;
    width: 18px;
  }

  .steps--full .steps__progress-line-inner,
  .steps--full .steps__progress-line {
    height: 4px;
  }

  .steps--full .steps__progress-line {
    top: 7px;
  }

  .inner-content__profile-left {
    float: none;
    margin-bottom: 30px;
  }

  .inner-content__profile-right {
    padding-left: 0;
  }
}

@media screen and (max-width: 550px) {
  .search-plate-number__board {
    height: 90px;
    width: 385px;
  }

  .search-plate-number__board--img {
    width: 57px;
  }
}

@media screen and (max-width: 500px) {
  .top-box {
    padding-bottom: 0;
  }

  .top-box__main-left {
    min-height: inherit;
    padding-left: 50px;
  }

  .top-box__main-left:before {
    background-position: -323px -123px;
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 36px;
  }

  .top-box__right-layer {
    height: 400px;
  }

  .top-box__options {
    margin-bottom: 30px;
  }

  .top-box__main-img {
    width: 250px;
  }

  .top-box__main-title {
    font-size: 1.250rem;
  }

  .top-box__main-description {
    font-size: 0.875rem;
    line-height: 22px;
  }

  .info-section__inline-icon {
    float: none;
    margin: 0 auto 30px;
  }

  .info-section__inline-title,
  .info-section__inline-description {
    padding-left: 0;
    text-align: center;
  }

  .info-section__inline-btn {
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
  }

  .info-section__inline-btn .btn__gradient {
    padding: 0 20px;
  }

  .steps__title {
    margin-bottom: 40px;
  }

  .steps__switcher-btn {
    border-radius: 6px;
    min-width: inherit;
    padding: 0 20px;
    width: 100%;
  }

  .steps__switcher-btn-1 {
    margin-bottom: 10px;
  }

  .info-section__title,
  .steps__title,
  .counter__title {
    font-size: 1rem;
  }

  .inner-content__group-last-box,
  .inner-content__group-list {
    padding: 20px;
  }

  .form--filter {
    width: 100%;
  }

  .inner-content__title {
    word-break: break-word;
  }

  .steps--full .steps__progress-line {
    left: 18px;
    right: 18px;
  }

  .steps--full .steps__list-item,
  .steps--full .steps__list {
    margin: 0;
  }

  .steps--full .steps__list-item:not(.steps__list-item--highlighted) .steps__list-title {
    display: none;
  }

  .steps__list-item:first-child .steps__car {
    left: 0;
    margin: 0;
    right: auto;
  }

  .steps__list-item:first-child .steps__car-triangle {
    left: 10px;
    right: auto;
  }

  .steps__list-item:first-child .steps__list-title,
  .steps__list-item:last-child .steps__list-title {
    margin-left: 0;
    width: auto;
  }

  .steps__list-item:last-child .steps__car {
    left: auto;
    margin: 0;
    right: 0;
  }

  .steps__list-item:last-child .steps__car-triangle {
    left: auto;
    right: 10px;
  }
}

@media only screen and (max-width: 499px) {
  .mx_hqb_turn {
    margin-right: 0px;
    padding: 10px;
  }

  .mx_hqb_turn_table td {
    padding: 0px 2px;
  }
}

@media screen and (max-width: 450px) {
  .user-box {
    margin: 0;
    max-width: 100%;
  }

  .counter {
    padding: 50px 0 30px;
  }

  .counter__title {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }

  .counter__box-item {
    font-size: 1.250rem;
    height: 50px;
    line-height: 48px;
    margin: 0 3px;
    width: 33px;
  }

  .btn-pdf {
    line-height: normal;
  }

  .inner-content__info-files-description {
    line-height: 24px;
    margin-bottom: 30px;
  }

  .search-plate-number__board {
    height: 75px;
    width: 315px;
  }

  .search-plate-number__board--img {
    width: 50px;
    margin: 11px 25px 25px 13px;
  }
}

@media screen and (max-width: 373px) {
  .search-plate-number__board {
    height: 61px;
    width: 279px;
  }

  .search-plate-number__board--img {
    width: 39px;
    margin: 11px 25px 25px 13px;
  }
}

@media screen and (min-width: 1921px) {
  .steps:before,
  .info-section__cover {
    background-size: cover;
  }
}

/* IE10+ CSS styles go here */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-print__inner,
  .top-box__tel-text {
    background: #FFFFFF;
  }
}

@media print {
  .inner-content__print-btn-box,
  .inner-content__success-circle,
  header,
  footer {
    display: none;
  }

  .inner-content__info-box {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .table-box table {
    border-collapse: collapse;
  }
}

@media only screen and (min-width: 1300px) {
  .mx_carinfo_sms .inner-content__group-last-box {
    width: 308px;
    min-height: 100px;
  }

  .mx_carinfo_sms .inner-content__group-last-box--contract {
    padding: 18px 10px;
  }

  .mx_carinfo_sms .btn--small {
    padding: 0 10px;
  }

  .mx_carinfo_sms .inner-content__group-list {
    padding: 18px 40px;
  }

  .mx_carinfo_sms .inner-content__group-car {
    min-height: 100px;
  }

  .mx_carinfo_sms .inner-content__group:after {
    right: 306px;
  }

  .mx_modal_tm {
    max-width: 530px;
  }

  .mx_modal_tm_div {
    margin-bottom: 10px;
    margin-top: 9px;
  }

  .mx_mid_margin_div {
    margin-top: 50px;
  }

  .mx_hqb_low {
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mx_hqb_low > label {
    width: 49%;
  }

  .mx_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mx_container > div {
    min-width: 100%;
  }

  div.mx_car_select_50 {
    min-width: 50%;
  }
}

@media only screen and (min-width: 1271px) and (max-width: 1299px) {
  .mx_red_btn_sms {
    margin-top: 7px;
  }

  .mx_carinfo_sms .inner-content__group-last-box--contract {
    padding: 10px 15px;
  }

  .mx_hqb_rez_box {
    padding: 0px 15px;
  }

  .mx_mid_margin_div {
    margin-top: 50px;
  }

  .mx_hqb_low {
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mx_hqb_low > label {
    width: 49%;
  }

  .mx_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mx_container > div {
    min-width: 100%;
  }

  div.mx_car_select_50 {
    min-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1270px) {
  .mx_carinfo_sms .inner-content__group-last-box--contract {
    padding: 33px 15px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }

  .mx_red_btn_sms {
    margin-top: 7px;
  }

  .mx_mid_margin_div {
    margin-top: 50px;
  }

  .mx_hqb_low {
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mx_hqb_low > label {
    width: 49%;
  }

  .mx_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mx_container > div {
    min-width: 100%;
  }

  div.mx_car_select_50 {
    min-width: 50%;
  }
}

@media only screen and (min-width: 1124px) and (max-width: 1270px) {
  .menu__link {
    height: 65px;
    line-height: 65px;
    padding: 0 24px;
  }
}

@media only screen and (max-width: 767px) {
  .mx_carinfo_sms .inner-content__group-title {
    margin: 0px;
  }

  .mx_carinfo_sms .inner-content__group-last-box > button {
    margin-top: 5px;
  }

  .mx_hqb_rez_box .select2-container {
    width: unset !important;
  }

  .mx_hqb_low {
    border: none;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    border-top: 1px solid lightgrey;
  }
}

@media only screen and (max-width: 659px) {
  .mx_video_parent {
    width: 100%;
    display: inline-block;
    text-align: center;
  }

  .mx_home_video {
    height: unset;
    top: 27px;
  }

  .vd_go_left_btn {
    left: 0px;
  }

  .vd_go_right_btn {
    right: 0px;
  }

  #mx_small_dotts {
    left: 70px;
    width: 100%;
    bottom: -30px;
  }

  .mx_main_page_ul,
  .mx_main_p_left {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 450px) {
  .vd_go_left_btn {
    left: -10px;
    bottom: 25px;
  }

  .vd_go_right_btn {
    right: -10px;
    bottom: 25px;
  }
}

