@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
body,
html {
  height: 100%;
}
img,
fieldset,
a img {
  border: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}
input[type="submit"],
button {
  cursor: pointer;
}
div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: 0;
}
div:has([data-af-close-button="true"]) {
display: none !important;
}
ul,
ol {
  list-style-type: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

#mob-menu-head__lang {
  display: none;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype"),
    url(../fonts/Montserrat/Montserrat-Regular.eot?) format("eot"),
    url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype"),
    url(../fonts/Montserrat/Montserrat-Medium.eot?) format("eot"),
    url(../fonts/Montserrat/Montserrat-Medium.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype"),
    url(../fonts/Montserrat/Montserrat-SemiBold.eot?) format("eot"),
    url(../fonts/Montserrat/Montserrat-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype"),
    url(../fonts/Montserrat/Montserrat-Bold.eot?) format("eot"),
    url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff");
}
/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url(../fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
    url(../fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
    url(../fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: 0.875rem/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before,
.fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before,
.fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}
.fa-won:before,
.fa-krw:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before,
.fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 0.5rem;
  right: 0.5rem;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 1.125rem 0.625rem;
  color: #fff;
  font-style: normal;
  font-size: 1.75rem;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 0.0625rem;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -0.375rem;
  text-align: right;
  padding-right: 0.375rem;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 0.75rem;
  line-height: 1.125rem;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -3.4375rem;
  padding: 0;
  width: 5.625rem;
  height: 6.875rem;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -3.375rem;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 2.1875rem;
  margin-left: 2.1875rem;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 0.8125rem;
  border-bottom-width: 0.8125rem;
  top: 0.5rem;
}
.mfp-arrow:before {
  border-top-width: 1.3125rem;
  border-bottom-width: 1.3125rem;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 1.0625rem solid #fff;
  margin-left: 1.9375rem;
}
.mfp-arrow-left:before {
  margin-left: 1.5625rem;
  border-right: 1.6875rem solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 1.0625rem solid #fff;
  margin-left: 2.4375rem;
}
.mfp-arrow-right:before {
  border-left: 1.6875rem solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 56.25rem;
}
.mfp-iframe-holder .mfp-close {
  top: -2.5rem;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.5rem 0 2.5rem;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2.5rem;
  bottom: 2.5rem;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -2.25rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 1.125rem;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 2.25rem;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: 0 !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.25rem;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0625rem;
  height: 0.5rem;
  background: #000;
}
.irs-grid-pol.small {
  height: 0.25rem;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 0.5625rem;
  line-height: 0.5625rem;
  padding: 0 0.1875rem;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: 0 0;
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: 0 !important;
  z-index: -9999 !important;
  background: 0 0 !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(../img/sprite-skin-nice.png) repeat-x;
}
.irs {
  height: 2.5rem;
}
.irs-with-grid {
  height: 3.75rem;
}
.irs-line {
  height: 0.5rem;
  top: 1.5625rem;
}
.irs-line-left {
  height: 0.5rem;
  background-position: 0 -1.875rem;
}
.irs-line-mid {
  height: 0.5rem;
  background-position: 0 0;
}
.irs-line-right {
  height: 0.5rem;
  background-position: 100% -1.875rem;
}
.irs-bar {
  height: 0.5rem;
  top: 1.5625rem;
  background-position: 0 -3.75rem;
}
.irs-bar-edge {
  top: 1.5625rem;
  height: 0.5rem;
  width: 0.6875rem;
  background-position: 0 -5.625rem;
}
.irs-shadow {
  height: 0.0625rem;
  top: 2.125rem;
  background: #000;
  opacity: 0.15;
}
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=15);
}
.irs-slider {
  width: 1.375rem;
  height: 1.375rem;
  top: 1.0625rem;
  background-position: 0 -7.5rem;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background-position: 0 -9.375rem;
}
.irs-min,
.irs-max {
  color: #999;
  font-size: 0.625rem;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 0.0625rem 0.1875rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.333;
  text-shadow: none;
  padding: 0.0625rem 0.3125rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.1875rem;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}
.irs-grid-pol {
  background: #99a4ac;
}
.irs-grid-text {
  color: #99a4ac;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -1.875rem, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -1.875rem, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -0.9375rem, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -0.9375rem, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -0.25rem, 0);
    transform: translate3d(0, -0.25rem, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -1.875rem, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -1.875rem, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -0.9375rem, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -0.9375rem, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -0.25rem, 0);
    transform: translate3d(0, -0.25rem, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-0.625rem, 0, 0);
    transform: translate3d(-0.625rem, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0.625rem, 0, 0);
    transform: translate3d(0.625rem, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-0.625rem, 0, 0);
    transform: translate3d(-0.625rem, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0.625rem, 0, 0);
    transform: translate3d(0.625rem, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-0.375rem) rotateY(-9deg);
    transform: translateX(-0.375rem) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(0.3125rem) rotateY(7deg);
    transform: translateX(0.3125rem) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-0.1875rem) rotateY(-5deg);
    transform: translateX(-0.1875rem) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(0.125rem) rotateY(3deg);
    transform: translateX(0.125rem) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-0.375rem) rotateY(-9deg);
    transform: translateX(-0.375rem) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(0.3125rem) rotateY(7deg);
    transform: translateX(0.3125rem) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-0.1875rem) rotateY(-5deg);
    transform: translateX(-0.1875rem) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(0.125rem) rotateY(3deg);
    transform: translateX(0.125rem) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  -ms-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -187.5rem, 0);
    opacity: 0;
    transform: translate3d(0, -187.5rem, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 1.5625rem, 0);
    opacity: 1;
    transform: translate3d(0, 1.5625rem, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -0.625rem, 0);
    transform: translate3d(0, -0.625rem, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0.3125rem, 0);
    transform: translate3d(0, 0.3125rem, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -187.5rem, 0);
    opacity: 0;
    transform: translate3d(0, -187.5rem, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 1.5625rem, 0);
    opacity: 1;
    transform: translate3d(0, 1.5625rem, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -0.625rem, 0);
    transform: translate3d(0, -0.625rem, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0.3125rem, 0);
    transform: translate3d(0, 0.3125rem, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-187.5rem, 0, 0);
    opacity: 0;
    transform: translate3d(-187.5rem, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(1.5625rem, 0, 0);
    opacity: 1;
    transform: translate3d(1.5625rem, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-0.625rem, 0, 0);
    transform: translate3d(-0.625rem, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(0.3125rem, 0, 0);
    transform: translate3d(0.3125rem, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-187.5rem, 0, 0);
    opacity: 0;
    transform: translate3d(-187.5rem, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(1.5625rem, 0, 0);
    opacity: 1;
    transform: translate3d(1.5625rem, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-0.625rem, 0, 0);
    transform: translate3d(-0.625rem, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(0.3125rem, 0, 0);
    transform: translate3d(0.3125rem, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(187.5rem, 0, 0);
    opacity: 0;
    transform: translate3d(187.5rem, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-1.5625rem, 0, 0);
    opacity: 1;
    transform: translate3d(-1.5625rem, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(0.625rem, 0, 0);
    transform: translate3d(0.625rem, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-0.3125rem, 0, 0);
    transform: translate3d(-0.3125rem, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(187.5rem, 0, 0);
    opacity: 0;
    transform: translate3d(187.5rem, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-1.5625rem, 0, 0);
    opacity: 1;
    transform: translate3d(-1.5625rem, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(0.625rem, 0, 0);
    transform: translate3d(0.625rem, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-0.3125rem, 0, 0);
    transform: translate3d(-0.3125rem, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 187.5rem, 0);
    opacity: 0;
    transform: translate3d(0, 187.5rem, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -1.25rem, 0);
    opacity: 1;
    transform: translate3d(0, -1.25rem, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 0.625rem, 0);
    transform: translate3d(0, 0.625rem, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -0.3125rem, 0);
    transform: translate3d(0, -0.3125rem, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 187.5rem, 0);
    opacity: 0;
    transform: translate3d(0, 187.5rem, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -1.25rem, 0);
    opacity: 1;
    transform: translate3d(0, -1.25rem, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 0.625rem, 0);
    transform: translate3d(0, 0.625rem, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -0.3125rem, 0);
    transform: translate3d(0, -0.3125rem, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 0.625rem, 0);
    transform: translate3d(0, 0.625rem, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, -1.25rem, 0);
    opacity: 1;
    transform: translate3d(0, -1.25rem, 0);
  }
  to {
    -webkit-transform: translate3d(0, 125rem, 0);
    opacity: 0;
    transform: translate3d(0, 125rem, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 0.625rem, 0);
    transform: translate3d(0, 0.625rem, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, -1.25rem, 0);
    opacity: 1;
    transform: translate3d(0, -1.25rem, 0);
  }
  to {
    -webkit-transform: translate3d(0, 125rem, 0);
    opacity: 0;
    transform: translate3d(0, 125rem, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(1.25rem, 0, 0);
    opacity: 1;
    transform: translate3d(1.25rem, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-125rem, 0, 0);
    opacity: 0;
    transform: translate3d(-125rem, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(1.25rem, 0, 0);
    opacity: 1;
    transform: translate3d(1.25rem, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-125rem, 0, 0);
    opacity: 0;
    transform: translate3d(-125rem, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-1.25rem, 0, 0);
    opacity: 1;
    transform: translate3d(-1.25rem, 0, 0);
  }
  to {
    -webkit-transform: translate3d(125rem, 0, 0);
    opacity: 0;
    transform: translate3d(125rem, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-1.25rem, 0, 0);
    opacity: 1;
    transform: translate3d(-1.25rem, 0, 0);
  }
  to {
    -webkit-transform: translate3d(125rem, 0, 0);
    opacity: 0;
    transform: translate3d(125rem, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -0.625rem, 0);
    transform: translate3d(0, -0.625rem, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, 1.25rem, 0);
    opacity: 1;
    transform: translate3d(0, 1.25rem, 0);
  }
  to {
    -webkit-transform: translate3d(0, -125rem, 0);
    opacity: 0;
    transform: translate3d(0, -125rem, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -0.625rem, 0);
    transform: translate3d(0, -0.625rem, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, 1.25rem, 0);
    opacity: 1;
    transform: translate3d(0, 1.25rem, 0);
  }
  to {
    -webkit-transform: translate3d(0, -125rem, 0);
    opacity: 0;
    transform: translate3d(0, -125rem, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -125rem, 0);
    opacity: 0;
    transform: translate3d(0, -125rem, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -125rem, 0);
    opacity: 0;
    transform: translate3d(0, -125rem, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-125rem, 0, 0);
    opacity: 0;
    transform: translate3d(-125rem, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-125rem, 0, 0);
    opacity: 0;
    transform: translate3d(-125rem, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(125rem, 0, 0);
    opacity: 0;
    transform: translate3d(125rem, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(125rem, 0, 0);
    opacity: 0;
    transform: translate3d(125rem, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 125rem, 0);
    opacity: 0;
    transform: translate3d(0, 125rem, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 125rem, 0);
    opacity: 0;
    transform: translate3d(0, 125rem, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 125rem, 0);
    opacity: 0;
    transform: translate3d(0, 125rem, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 125rem, 0);
    opacity: 0;
    transform: translate3d(0, 125rem, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-125rem, 0, 0);
    opacity: 0;
    transform: translate3d(-125rem, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-125rem, 0, 0);
    opacity: 0;
    transform: translate3d(-125rem, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(125rem, 0, 0);
    opacity: 0;
    transform: translate3d(125rem, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(125rem, 0, 0);
    opacity: 0;
    transform: translate3d(125rem, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -125rem, 0);
    opacity: 0;
    transform: translate3d(0, -125rem, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -125rem, 0);
    opacity: 0;
    transform: translate3d(0, -125rem, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(25rem) scaleX(1) translateZ(0)
      rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(25rem) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(25rem) scaleX(1) translateZ(9.375rem)
      rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(25rem) scaleX(1) translateZ(9.375rem)
      rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(25rem) scaleX(1) translateZ(9.375rem)
      rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(25rem) scaleX(1) translateZ(9.375rem)
      rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(25rem) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(25rem) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(25rem) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(25rem) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(25rem) scaleX(1) translateZ(0)
      rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(25rem) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(25rem) scaleX(1) translateZ(9.375rem)
      rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(25rem) scaleX(1) translateZ(9.375rem)
      rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(25rem) scaleX(1) translateZ(9.375rem)
      rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(25rem) scaleX(1) translateZ(9.375rem)
      rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(25rem) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(25rem) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(25rem) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(25rem) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(25rem) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(25rem) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(25rem) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(25rem) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(25rem) rotateX(10deg);
    opacity: 1;
    transform: perspective(25rem) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(25rem) rotateX(-5deg);
    transform: perspective(25rem) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem);
  }
}
@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(25rem) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(25rem) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(25rem) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(25rem) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(25rem) rotateX(10deg);
    opacity: 1;
    transform: perspective(25rem) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(25rem) rotateX(-5deg);
    transform: perspective(25rem) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem);
  }
}
.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(25rem) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(25rem) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(25rem) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(25rem) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(25rem) rotateY(10deg);
    opacity: 1;
    transform: perspective(25rem) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(25rem) rotateY(-5deg);
    transform: perspective(25rem) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem);
  }
}
@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(25rem) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(25rem) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(25rem) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(25rem) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(25rem) rotateY(10deg);
    opacity: 1;
    transform: perspective(25rem) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(25rem) rotateY(-5deg);
    transform: perspective(25rem) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem);
  }
}
.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem);
  }
  30% {
    -webkit-transform: perspective(25rem) rotateX(-20deg);
    opacity: 1;
    transform: perspective(25rem) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(25rem) rotateX(90deg);
    opacity: 0;
    transform: perspective(25rem) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem);
  }
  30% {
    -webkit-transform: perspective(25rem) rotateX(-20deg);
    opacity: 1;
    transform: perspective(25rem) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(25rem) rotateX(90deg);
    opacity: 0;
    transform: perspective(25rem) rotateX(90deg);
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem);
  }
  30% {
    -webkit-transform: perspective(25rem) rotateY(-15deg);
    opacity: 1;
    transform: perspective(25rem) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(25rem) rotateY(90deg);
    opacity: 0;
    transform: perspective(25rem) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem);
  }
  30% {
    -webkit-transform: perspective(25rem) rotateY(-15deg);
    opacity: 1;
    transform: perspective(25rem) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(25rem) rotateY(90deg);
    opacity: 0;
    transform: perspective(25rem) rotateY(90deg);
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutY;
  backface-visibility: visible !important;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  to {
    -webkit-transform: translate3d(0, 43.75rem, 0);
    opacity: 0;
    transform: translate3d(0, 43.75rem, 0);
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  to {
    -webkit-transform: translate3d(0, 43.75rem, 0);
    opacity: 0;
    transform: translate3d(0, 43.75rem, 0);
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-duration: 2s;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -62.5rem, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -62.5rem, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
  }
}
@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -62.5rem, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -62.5rem, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-62.5rem, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-62.5rem, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0.625rem, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0.625rem, 0, 0);
  }
}
@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-62.5rem, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-62.5rem, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0.625rem, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0.625rem, 0, 0);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(62.5rem, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(62.5rem, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-0.625rem, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-0.625rem, 0, 0);
  }
}
@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(62.5rem, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(62.5rem, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-0.625rem, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-0.625rem, 0, 0);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 62.5rem, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 62.5rem, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
  }
}
@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 62.5rem, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 62.5rem, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 125rem, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 125rem, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 125rem, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 125rem, 0);
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(2.625rem, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(2.625rem, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-125rem, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-125rem, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(2.625rem, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(2.625rem, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-125rem, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-125rem, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-2.625rem, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-2.625rem, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(125rem, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(125rem, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-2.625rem, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-2.625rem, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(125rem, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(125rem, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -125rem, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -125rem, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -125rem, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -125rem, 0);
    transform-origin: center bottom;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 6.25rem;
  line-height: 1em;
}
.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.jq-selectbox {
  z-index: 10;
}
.jq-selectbox__select {
  position: relative;
}
.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
  position: absolute;
}
.jq-selectbox__search input {
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.jq-number {
  display: inline-block;
}
.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: 0 !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 0.0625rem solid #ccc;
  border-top-color: #999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: 0;
  padding: 0.125rem;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scrollbar-inner > .scroll-element {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 0.125rem;
  height: 0.3125rem;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 0.625rem;
  top: 0;
  width: 0.3125rem;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
  border-radius: 0.5rem;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 0.3125rem;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: tranparent;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #b2b2b2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar,
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #b2b2b2;
}
.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -0.75rem;
}
.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -0.75rem;
}
.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -0.75rem;
}
.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -0.75rem;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-zoom-out-cur {
  cursor: pointer;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
.my-mfp-zoom-in {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  cursor: pointer;
}
.my-mfp-zoom-in.mfp-ready {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
button {
  background: 0 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.wrapper {
  background: #f7f7f7;
  overflow-x: hidden;
  position: relative;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.scrollbar-inner {
  overflow: auto;
}
button {
  font-family: "Montserrat", sans-serif;
}
.btn {
  -webkit-transition: border-radius 0.4s ease, color 0.4s ease;
  -o-transition: border-radius 0.4s ease, color 0.4s ease;
  transition: border-radius 0.4s ease, color 0.4s ease;
  height: 3.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  white-space: nowrap;
}
.btn_bordered {
  border: 0.0625rem solid #e1e6ed;
  color: #ff006d;
  border-radius: 1.875rem;
  font-weight: 500;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.btn_bordered:hover {
  border-radius: 0.5rem;
  color: #0d213a;
}
.btn_fill {
  padding-left: 2.625rem;
  padding-right: 2.625rem;
  background-color: #ff006d;
  color: #fff;
  border-radius: 1.875rem;
  font-weight: 600;
}
.btn_fill:hover {
  border-radius: 0.5rem;
}
.btn_iconed {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-size: 0.875rem;
}
.btn .icon {
  margin-right: 0.9375rem;
  font-size: 1.5625rem;
  color: #a7b5ca;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.btn_sm {
  height: 3.25rem;
  font-size: 0.875rem;
}
.index-actions-link {
  color: #ff006d;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.index-actions-link:hover {
  color: #0d213a;
}
.arrow-bordered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.75rem;
  width: 3.75rem;
  text-align: center;
  border-radius: 50%;
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 1.8125rem;
  z-index: 99;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: hidden;
}
.arrow-bordered:hover {
  border-radius: 0.5rem;
}
.arrow-bordered .icon {
  margin: auto;
  font-size: 1.0625rem;
  color: #0d213a;
}
.arrow-bordered_prev .icon {
  position: relative;
  left: -0.0625rem;
}
.arrow-bordered_prev:hover .icon {
  -webkit-animation: bounceLeft 0.7s;
  animation: bounceLeft 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.arrow-bordered_next .icon {
  position: relative;
  right: -0.0625rem;
}
.arrow-bordered_next:hover .icon {
  -webkit-animation: bounceRight 0.7s;
  animation: bounceRight 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.slick-hidden {
  display: none !important;
}
.arrow-circle {
  height: 3.75rem;
  width: 3.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 1.375rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: hidden;
}
.arrow-circle:hover {
  border-radius: 0.5rem;
}
.arrow-circle_sm {
  height: 2.9375rem !important;
  width: 2.9375rem !important;
  font-size: 1.375rem;
}
.arrow-circle .icon {
  font-size: 0.75rem;
  color: #0d213a;
}
.arrow-circle_prev .icon {
  position: relative;
  left: -0.0625rem;
}
.arrow-circle_prev:hover .icon {
  -webkit-animation: bounceLeft 0.7s;
  animation: bounceLeft 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.arrow-circle_next .icon {
  position: relative;
  right: -0.0625rem;
}
.arrow-circle_next:hover .icon {
  -webkit-animation: bounceRight 0.7s;
  animation: bounceRight 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.dots-loaded .slick-dots li {
  padding: 0;
}
.dots-loaded .slick-dots li.slick-active button {
  background: 0 0;
}
.dots-loaded .slick-dots li.slick-active button .circle-timer circle {
  -webkit-animation: dash 11s linear forwards;
  animation: dash 11s linear forwards;
}
.dots-loaded .slick-dots button {
  height: 1.75rem;
  width: 1.75rem;
  background: 0 0;
  position: relative;
}
.dots-loaded .slick-dots button:hover::before {
  border-radius: 0;
}
.dots-loaded .slick-dots button::before {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.dots-loaded_pink .circle-timer {
  stroke: rgba(255, 0, 109, 0.3);
}
.dots-loaded_pink .slick-dots button::before {
  background: #b5bbc3;
}
.dots-loaded_pink .slick-dots li.slick-active button::before {
  background-color: #ff006d;
}
.dots-loaded_white .circle-timer {
  stroke: rgba(255, 255, 255, 0.35);
}
.dots-loaded_white .slick-dots button::before {
  background: #fff;
}
.dots-loaded_white .slick-dots li.slick-active button::before {
  background-color: #fff;
}
.circle-timer {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  stroke: rgba(255, 255, 255, 0.3);
  fill: none;
  stroke-width: 10;
}
.circle-timer circle {
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
}
.title {
  font-size: 2.375rem;
  color: #0d213a;
  font-weight: 500;
}
.field {
  position: relative;
  display: block;
  margin-bottom: 0.625rem;
  width: 100%;
}
.field:hover .input {
  border: 0.0625rem solid #e3e7ed;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #e3e7ed;
  box-shadow: inset 0 0 0 0.0625rem #e3e7ed;
}
.field_lg {
  max-width: 23.75rem;
  width: 65%;
}
.field_sm {
  max-width: 18.75rem;
  width: 44%;
}
.field span {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  background: #fff;
  font-size: 1rem;
  padding: 1.9375rem 1rem 0.6875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border-radius: 0.4375rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #758189;
  white-space: nowrap;
}
.field.is-focused span {
  top: 0.875rem;
  left: 1.125rem;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  color: #758189;
  width: auto;
  height: auto;
  padding: 0;
  background-color: transparent;
}
.field__mark {
  position: absolute;
  right: 1.125rem;
  bottom: 0.9375rem;
  color: #000;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}
.input {
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 100%;
  padding: 2.1875rem 1.0625rem 0.9375rem;
  border: 0.0625rem solid #e3e7ed;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  height: 4.1875rem;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.input:-ms-input-placeholder {
  color: #000 !important;
}
.input::-webkit-input-placeholder {
  color: #000 !important;
}
.input::-ms-input-placeholder {
  color: #000 !important;
}
.input::placeholder {
  color: #000 !important;
}
.input:-ms-input-placeholder {
  color: #d5d9dd;
  -webkit-transition: 0.3s ease 0.2s;
  -o-transition: 0.3s ease 0.2s;
  transition: 0.3s ease 0.2s;
}
.input::-webkit-input-placeholder {
  color: #d5d9dd;
  -webkit-transition: 0.3s ease 0.2s;
  -o-transition: 0.3s ease 0.2s;
  transition: 0.3s ease 0.2s;
}
.input::-ms-input-placeholder {
  color: #d5d9dd;
  -webkit-transition: 0.3s ease 0.2s;
  -o-transition: 0.3s ease 0.2s;
  transition: 0.3s ease 0.2s;
}
.input::placeholder {
  color: #d5d9dd;
  -webkit-transition: 0.3s ease 0.2s;
  -o-transition: 0.3s ease 0.2s;
  transition: 0.3s ease 0.2s;
}
.input:focus {
  background-color: #eef2f7;
  border-color: #eef2f7;
}
.input.error {
  border-color: #e83e8c;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #e83e8c;
  box-shadow: inset 0 0 0 0.0625rem #e83e8c;
}
.input.error + span {
  color: #e83e8c !important;
}
.error_cont {
  position: absolute;
  left: 2.625rem;
  width: 100%;
  height: 1rem;
  font-size: 0.75rem;
  color: #f40568;
}
.select-wrap {
  position: relative;
  width: 100%;
}
.select-wrap .select {
  width: 100%;
  display: block;
  cursor: pointer;
}
.select-wrap .select select {
  opacity: 0;
}
.select-wrap .select.select_padding_lg .jq-selectbox__select {
  padding: 2.375rem 1.1875rem 0.6875rem;
}
.select-wrap .select_has_label .jq-selectbox__select-text {
  color: #0d213a;
}
.select-wrap .select_has_label-desc .jq-selectbox__select-text {
  font-size: 0.75rem;
  font-weight: 500;
  color: #758189;
  margin-left: 0.1875rem;
}
.select-wrap .select_has_label-desc .jq-selectbox__select-text strong {
  font-size: 1rem;
  font-weight: 500;
  color: #0d213a;
}
.select-wrap .select.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select-wrap .select.opened .jq-selectbox__trigger-arrow::before {
  color: #000;
}
.select-wrap .select .jq-selectbox__select {
  background: #fff;
  height: 4.375rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 0.0625rem solid #e3e7ed;
  position: relative;
  font-size: 1rem;
  padding: 1.9375rem 1rem 0.6875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border-radius: 0.25rem;
  transition: 0.3s ease;
  color: #758189;
  white-space: nowrap;
  height: 4.1875rem;
}
.select-wrap .select .jq-selectbox__select.is-error {
  border: 0.0625rem solid #e83e8c;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #e83e8c;
  box-shadow: inset 0 0 0 0.0625rem #e83e8c;
}
.select-wrap .select .jq-selectbox__select:hover {
  border: 0.0625rem solid #e3e7ed;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #e3e7ed;
  box-shadow: inset 0 0 0 0.0625rem #e3e7ed;
}
.select-wrap .select .jq-selectbox__label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #758189;
  position: absolute;
  top: 0.625rem;
  left: 1.125rem;
}
.select-wrap .select .jq-selectbox__select-error {
  position: absolute;
  top: 0.4375rem;
  left: 0;
  font-size: 0.875rem;
  color: #e83e8c;
  left: 1.125rem;
}
.select-wrap .select .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.3125rem;
}
.select-wrap .select .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: auto 50%;
  -ms-transform-origin: auto 50%;
  transform-origin: auto 50%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.select-wrap .select .jq-selectbox__trigger-arrow::before {
  content: "\f107";
  font-family: "FontAwesome";
  color: #ff006d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 1.375rem;
}
.select-wrap .select .jq-selectbox__dropdown {
  width: 100%;
  border: 0.0625rem solid #f1f4f8;
  top: 120% !important;
  bottom: auto !important;
  -webkit-box-shadow: 0 0.375rem 0.625rem rgba(69, 77, 112, 0.05);
  box-shadow: 0 0.375rem 0.625rem rgba(69, 77, 112, 0.05);
  border-radius: 0.3125rem;
  z-index: 99;
}
.select-wrap .select .jq-selectbox__dropdown::before {
  content: "";
  position: absolute;
  top: -0.375rem;
  right: 1.9375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.375rem 0.375rem 0.375rem;
  border-color: transparent transparent #fff transparent;
  z-index: 9;
}
.select-wrap .select .jq-selectbox__dropdown::after {
  content: "";
  position: absolute;
  top: -0.4375rem;
  right: 1.875rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.4375rem 0.4375rem 0.4375rem;
  border-color: transparent transparent #f1f4f8 transparent;
  z-index: 5;
}
.select-wrap .select .jq-selectbox__dropdown ul {
  max-height: 10.625rem !important;
}
.select-wrap .select .jq-selectbox__dropdown li {
  color: #858993;
  background-color: #fff;
  font-size: 1rem;
  border-bottom: 0.0625rem solid #f1f4f8;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 0.75rem;
}
.select-wrap .select .jq-selectbox__dropdown li:hover,
.select-wrap .select .jq-selectbox__dropdown li.selected {
  background-color: #f9fafb;
}
.select-wrap .select .jq-selectbox__dropdown li:first-child {
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.select-wrap .select .jq-selectbox__dropdown li:last-child {
  border: 0;
  border-radius: 0 0 0.3125rem 0.3125rem;
}
.agree {
  position: relative;
  display: block;
  margin-top: 1.25rem;
}
.agree input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.agree input[type="checkbox"]:checked + label::before {
  background: #a7b5ca url(../img/i-done.svg) no-repeat center;
}
.agree input[type="checkbox"]:checked + label:hover::before {
  border-color: #a7b5ca;
}
.agree__text {
  position: relative;
  display: inline-block;
  color: #575c65;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.33;
  padding-left: 2.625rem;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.agree__text:hover {
  color: #0d213a;
}
.agree__text:hover::before {
  background: #e1e6ec url(../img/i-done-dark.svg) no-repeat center;
  border-color: #e1e6ec;
}
.agree__text a {
  color: #0d213a;
  display: inline-block;
  text-decoration: none;
  line-height: 1.1;
  font-weight: 600;
}
.agree__text a:hover {
  color: #000;
}
.agree__text::before {
  content: "";
  display: inline-block;
  width: 1.8125rem;
  height: 1.8125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  border-radius: 0.25rem;
  border: 0.125rem solid #a7b5ca;
  -webkit-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.checkbox {
  position: relative;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.checkbox input[type="checkbox"]:checked + label {
  color: #575c65;
}
.checkbox input[type="checkbox"]:checked + label::before {
  background: #a7b5ca url(../img/i-done.svg) no-repeat center;
}
.checkbox input[type="checkbox"]:checked + label:hover::before {
  border-color: #a7b5ca;
}
.checkbox__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0d213a;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.33;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox__text:hover::before {
  /*background:#e1e6ec url(../img/i-done-dark.svg) no-repeat center;border-color:#e1e6ec*/
}
.checkbox__text a {
  color: #0d213a;
  display: inline-block;
  text-decoration: none;
  line-height: 1.1;
  font-weight: 600;
}
.checkbox__text a:hover {
  color: #000;
}
.checkbox__text::before {
  content: "";
  display: inline-block;
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 0.25rem;
  border: 0.125rem solid #a7b5ca;
  -webkit-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  margin-right: 0.8125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.checkbox.checkbox_size_md .checkbox__text::before {
  width: 1.8125rem;
  height: 1.8125rem;
}
.radio {
  position: relative;
}
.radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.radio input[type="radio"]:checked + label {
  color: #575c65;
}
.radio input[type="radio"]:checked + label::before {
  border: 0.625rem solid #e0e5ed;
  background: #a7b5ca;
}
.radio__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0d213a;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.33;
  cursor: pointer;
}
.radio__text:hover::before {
  border-color: #e1e6ec;
}
.radio__text a {
  color: #0d213a;
  display: inline-block;
  text-decoration: none;
  line-height: 1.1;
  font-weight: 600;
}
.radio__text a:hover {
  color: #000;
}
.radio__text::before {
  content: "";
  display: inline-block;
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 50%;
  border: 0.125rem solid #a7b5ca;
  -webkit-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  margin-right: 0.8125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.irs {
  height: 1.5625rem;
}
.irs-single,
.irs-min,
.irs-max,
.irs-line-mid,
.irs-line-right,
.irs-line-left {
  display: none;
}
.irs-bar {
  background: #ff006d;
  height: 0.25rem;
}
.irs-line {
  height: 0.25rem;
}
.irs-slider {
  height: 1.5625rem;
  width: 1.5625rem;
  top: 0.9375rem;
  background: #a7b5ca;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0.0625rem #a7b5ca,
    0 0.375rem 0.375rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 0.0625rem #a7b5ca, 0 0.375rem 0.375rem rgba(0, 0, 0, 0.05);
  border: 0.4375rem solid #fff;
  cursor: pointer;
  -webkit-transition: border 0.3s ease-out;
  -o-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
.irs-slider:hover,
.irs-slider.state_hover {
  border-color: #a7b5ca;
}
.irs-bar-edge {
  width: 0.9375rem;
  height: 0.25rem;
  background: #ff006d;
}
.add-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.add-phone__icon {
  margin-right: 0.9375rem;
}
.add-phone__icon .icon {
  font-size: 2rem;
  color: #a7b5ca;
}
.add-phone__text {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #0d213a;
}
.animation-gradient {
  position: relative;
  z-index: 1;
  background: #ff006d;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff006d),
    to(#0d45a8)
  );
  background: -webkit-linear-gradient(left, #ff006d 0%, #0d45a8 100%);
  background: -o-linear-gradient(left, #ff006d 0%, #0d45a8 100%);
  background: linear-gradient(to right, #ff006d 0%, #0d45a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff006d', endColorstr='#0d45a8',GradientType=1 );
  background-size: 200% 100%;
  -webkit-animation: gradientSecondType 30s infinite alternate;
  animation: gradientSecondType 30s infinite alternate;
}
@-webkit-keyframes gradientFirstType {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }
  30% {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  45% {
    -webkit-transform: translate3d(0, -45%, 0);
    transform: translate3d(0, -45%, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -75%, 0);
    transform: translate3d(0, -75%, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes gradientFirstType {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }
  30% {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  45% {
    -webkit-transform: translate3d(0, -45%, 0);
    transform: translate3d(0, -45%, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -75%, 0);
    transform: translate3d(0, -75%, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes gradientSecondType {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0% 50%;
  }
}
@keyframes gradientSecondType {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    color: inherit;
  }
  50% {
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
  }
  51% {
    -webkit-transform: translateX(-2.5rem);
    transform: translateX(-2.5rem);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    color: #ff006d;
  }
}
@keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    color: inherit;
  }
  50% {
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
  }
  51% {
    -webkit-transform: translateX(-2.5rem);
    transform: translateX(-2.5rem);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    color: #ff006d;
  }
}
@-webkit-keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    color: inherit;
  }
  50% {
    -webkit-transform: translateX(-2.5rem);
    transform: translateX(-2.5rem);
  }
  51% {
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    color: #ff006d;
  }
}
@keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    color: inherit;
  }
  50% {
    -webkit-transform: translateX(-2.5rem);
    transform: translateX(-2.5rem);
  }
  51% {
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    color: #ff006d;
  }
}
@-webkit-keyframes servises-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes servises-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 130;
  }
  to {
    stroke-dashoffset: 73;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 130;
  }
  to {
    stroke-dashoffset: 73;
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slideOutLeft2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutLeft2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes slideInOutLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  45% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  55% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideInOutLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  45% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  55% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-loading .slick-list {
  background: #fff;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 0.0625rem;
}
.slick-slide img {
  display: block;
  max-width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.0625rem solid transparent;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -0.625rem;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  height: 1.25rem;
  background: 0 0;
  left: 0;
  z-index: 1;
}
.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:before,
.slick-next:before {
  height: 1.875rem;
  line-height: 1.875rem;
  content: "prev";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9375rem;
  color: #fff;
  background: #000;
}
.slick-next {
  right: 0;
  left: auto;
}
.slick-next:before {
  content: "next";
  display: inline-block;
}
.slick-dots {
  text-align: center;
  margin: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0 0.1875rem;
}
.slick-dots li.slick-active button {
  background: #000;
}
.slick-dots button {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: #fff;
  cursor: pointer;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  border-radius: 50%;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.icon-add-phone {
  font-size: 3.45rem;
  width: 0.8058em;
}
.icon-advocate {
  font-size: 3.27rem;
  width: 1.16208em;
}
.icon-android {
  font-size: 3.5rem;
  width: 0.85714em;
}
.icon-apple {
  font-size: 3.5rem;
  width: 0.85714em;
}
.icon-arrow {
  font-size: 1.18rem;
  width: 1.64407em;
}
.icon-atm {
  font-size: 3.73rem;
  width: 0.75067em;
}
.icon-atm-2 {
  font-size: 3.73rem;
  width: 0.85791em;
}
.icon-autocredit {
  font-size: 2.6rem;
  width: 1.27308em;
}
.icon-bag {
  font-size: 3.92rem;
  width: 0.81633em;
}
.icon-burger {
  font-size: 1.78rem;
  width: 1.23034em;
}
.icon-calc {
  font-size: 2.86rem;
  width: 0.80769em;
}
.icon-calculator {
  font-size: 2.86rem;
  width: 0.80769em;
}
.icon-camera {
  font-size: 1.45rem;
  width: 1.11724em;
}
.icon-car {
  font-size: 2.52rem;
  width: 1.53571em;
}
.icon-cards {
  font-size: 2.49rem;
  width: 1.33333em;
}
.icon-career {
  font-size: 3.1rem;
  width: 1.16129em;
}
.icon-cashbox-24 {
  font-size: 3.61rem;
  width: 1.19945em;
}
.icon-cast-action {
  font-size: 2.79rem;
  width: 1.06452em;
}
.icon-circle {
  font-size: 2.79rem;
  width: 1.01792em;
}
.icon-clock {
  font-size: 4.18rem;
  width: 1em;
}
.icon-close {
  font-size: 1.78rem;
  width: 1em;
}
.icon-close-white {
  font-size: 1.78rem;
  width: 1em;
}
.icon-contact {
  font-size: 2.95rem;
  width: 1em;
}
.icon-credits {
  font-size: 2.49rem;
  width: 1.33333em;
}
.icon-delete {
  font-size: 2.1rem;
  width: 0.90476em;
}
.icon-deposit {
  font-size: 2.47rem;
  width: 1.34008em;
}
.icon-docs {
  font-size: 2.86rem;
  width: 0.80769em;
}
.icon-down {
  font-size: 1.2rem;
  width: 1.25em;
}
.icon-e-bank {
  font-size: 2.86rem;
  width: 1.24825em;
}
.icon-enter {
  font-size: 0.89rem;
  width: 1.80899em;
}
.icon-eqviring {
  font-size: 3.07rem;
  width: 0.96743em;
}
.icon-facebook {
  font-size: 2.08rem;
  width: 0.58654em;
}
.icon-faq {
  font-size: 2.7rem;
  width: 1.11111em;
}
.icon-find {
  font-size: 2.1rem;
  width: 0.71429em;
}
.icon-geo {
  font-size: 1.96rem;
  width: 0.78061em;
}
.icon-geo-terminals {
  font-size: 3.73rem;
  width: 0.7748em;
}
.icon-get-app {
  font-size: 2.24rem;
  width: 1.24107em;
}
.icon-get-money {
  font-size: 4.26rem;
  width: 0.81925em;
}
.icon-home {
  font-size: 2.1rem;
  width: 1.04762em;
}
.icon-house {
  font-size: 2.96rem;
  width: 1.32432em;
}
.icon-index-services-1 {
  font-size: 4.68rem;
  width: 1.20513em;
}
.icon-index-services-2 {
  font-size: 4.71rem;
  width: 0.90234em;
}
.icon-index-services-3 {
  font-size: 4.68rem;
  width: 1.20513em;
}
.icon-index-services-4 {
  font-size: 4.75rem;
  width: 1.29474em;
}
.icon-index-services-5 {
  font-size: 4.65rem;
  width: 1.48817em;
}
.icon-index-services-6 {
  font-size: 4.65rem;
  width: 1.57204em;
}
.icon-instagram {
  font-size: 2.07rem;
  width: 1em;
}
.icon-kasses {
  font-size: 4.25rem;
  width: 1.05412em;
}
.icon-main-service-1 {
  font-size: 3.87rem;
  width: 1.39018em;
}
.icon-main-service-2 {
  font-size: 3.87rem;
  width: 1.35917em;
}
.icon-main-service-3 {
  font-size: 3.87rem;
  width: 1.39535em;
}
.icon-main-service-4 {
  font-size: 3.84rem;
  width: 1.39583em;
}
.icon-map {
  font-size: 1.95rem;
  width: 1.1641em;
}
.icon-money-send {
  font-size: 2.88rem;
  width: 1.17361em;
}
.icon-navigate {
  font-size: 4.24rem;
  width: 0.46226em;
}
.icon-next {
  font-size: 1.24rem;
  width: 0.6371em;
}
.icon-next-lg {
  font-size: 1.67rem;
  width: 0.5988em;
}
.icon-odnoklassniki {
  font-size: 2.08rem;
  width: 0.59615em;
}
.icon-other {
  font-size: 0.64rem;
  width: 3.90625em;
}
.icon-partners {
  font-size: 4.18rem;
  width: 1.47129em;
}
.icon-pdf {
  font-size: 3.81rem;
  width: 1.03675em;
}
.icon-phone {
  font-size: 1.65rem;
  width: 0.73333em;
}
.icon-phone-bordered {
  font-size: 2.67rem;
  width: 0.74906em;
}
.icon-phone-sms {
  font-size: 4.26rem;
  width: 0.88263em;
}
.icon-prev {
  font-size: 1.24rem;
  width: 0.6371em;
}
.icon-prev-lg {
  font-size: 1.67rem;
  width: 0.5988em;
}
.icon-search {
  font-size: 1.81rem;
  width: 1em;
}
.icon-search-window {
  font-size: 2.75rem;
  width: 1em;
}
.icon-settings {
  font-size: 2.23rem;
  width: 1.07175em;
}
.icon-settings-2 {
  font-size: 2.23rem;
  width: 1.07175em;
}
.icon-settings-3 {
  font-size: 2.05rem;
  width: 1.07805em;
}
.icon-terminal {
  font-size: 4.25rem;
  width: 0.87059em;
}
.icon-up {
  font-size: 1.2rem;
  width: 1.25em;
}
.icon-user {
  font-size: 1.73rem;
  width: 0.95954em;
}
.icon-vkontakte {
  font-size: 1.69rem;
  width: 1.6213em;
}
.icon-youtube {
  font-size: 1.94rem;
  width: 1.25258em;
}
.icon-zoom {
  font-size: 2.02rem;
  width: 1.00495em;
}
.tabs-main-top {
  background: #eff2f5;
  border-bottom: 0.0625rem solid #e7e8e8;
}
.tabs-main-top__container {
  padding-top: 4.125rem;
}
.tabs-main-top__title {
  margin-bottom: 2rem;
  text-align: center;
}
.tabs-main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs-main-nav__link {
  display: block;
  text-decoration: none;
  color: #0d213a;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  padding-bottom: 1.25rem;
}
.tabs-main-nav__link:hover,
.tabs-main-nav__link.is-active {
  color: #575c65;
}
.tabs-main-nav__link:hover::after,
.tabs-main-nav__link.is-active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.tabs-main-nav__link:not(:last-child) {
  margin-right: 2.9375rem;
}
.tabs-main-nav__link::after {
  content: "";
  height: 0.1875rem;
  width: 100%;
  background: #a7b5ca;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.tabs-main-item {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
.tabs-main-item.is-active {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.credits__container {
  padding-top: 5.625rem;
  padding-bottom: 12.5625rem;
}
.credits__item:not(:last-child) {
  margin-bottom: 3.125rem;
}
.credit:hover .credit__top::before {
  opacity: 1;
}
.credit:hover .credit__desc {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
.credit__top {
  overflow: hidden;
  border-radius: 0.625rem 0.625rem 0 0;
  height: 23.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 8.28%;
  position: relative;
  z-index: 1;
}
.credit__top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.credit__label {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
}
.credit__title {
  font-size: 2.375rem;
  color: #fff;
  line-height: 1.21;
  font-weight: 500;
}
.credit__desc {
  color: #fff;
  font-size: 1.125rem;
  -webkit-transition: opacity 0.4s ease-in-out 0.5s;
  -o-transition: opacity 0.4s ease-in-out 0.5s;
  transition: opacity 0.4s ease-in-out 0.5s;
  overflow: hidden;
  height: 0;
}
.credit__bottom {
  padding: 0 8.58% 2.5rem;
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
}
.credit__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.4375rem;
  padding-top: 2.5rem;
  border-top: 0.0625rem solid #ededed;
}
.credit__cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.credit__btn {
  width: 23.75rem;
}
.credit__btn:not(:last-child) {
  margin-right: 1.4375rem;
}
.credit__btn-calculator {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.credit-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  padding-bottom: 1.875rem;
}
.credit-info__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30.8%;
  flex: 0 1 30.8%;
  max-width: 30.8%;
  padding-right: 1.875rem;
}
.credit-info__value {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  color: #0d213a;
  margin-bottom: 0.1875rem;
}
.credit-info__value span {
  font-size: 2.625rem;
  font-weight: 400;
}
.credit-info__desc {
  font-size: 0.75rem;
  font-weight: 500;
  color: #0d213a;
}
.btn-calculator {
  width: 3.75rem;
  border: 0.0625rem solid #e1e6ed;
  border-radius: 50%;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  position: relative;
}
.btn-calculator .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-right: 0;
  color: #ff006d;
  font-size: 1.875rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-calculator:hover {
  border-width: 1.875rem;
}
.btn-calculator:hover .icon {
  color: #fff;
}
.credits-computation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 64.6875rem;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.credits-computation.is-active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.credits-computation .scrollbar-inner > .scroll-element.scroll-y {
  right: 0;
}
.credits-computation .scrollbar-inner > .scroll-element.scroll-y .scroll-bar {
  height: 10.8125rem;
}
.credits-computation__close {
  position: absolute;
  top: 1.875rem;
  right: 2.8125rem;
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  background: 0 0;
  border: 0.0625rem solid #e1e6ed;
  -webkit-transition: border 0.3s ease-out;
  -o-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
.credits-computation__close:hover {
  border-width: 1.875rem;
  border-color: #a7b5ca;
}
.credits-computation__close:hover .icon {
  color: #fff;
}
.credits-computation__close .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 1.125rem;
  position: absolute;
  z-index: 10;
}
.credits-computation__inner {
  padding: 7.5rem 4.5625rem 3.125rem 6.375rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.credits-computation__scroll {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.credits-computation__scroll-in {
  padding-right: 4.25rem;
}
.credits-computation__title {
  font-size: 2.375rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 0.25rem;
}
.credits-computation-calc-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.4375rem;
}
.credits-computation-calc-button.is-active
  .credits-computation-calc-button__icon {
  color: #a7b5ca;
}
.credits-computation-calc-button.is-active
  .credits-computation-calc-button__text {
  color: #ff006d;
}
.credits-computation-calc-button__icon {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.8125rem;
  color: #ff006d;
  margin-right: 0.75rem;
}
.credits-computation-calc-button__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d213a;
}
.credits-computation-calc {
  display: none;
}
.credits-computation-calc__label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #575c65;
  margin-bottom: 0.625rem;
  margin-top: 2.625rem;
}
.credits-computation-calc__nav {
  margin-bottom: 1.875rem;
}
.credits-computation-calc .credit-calc__container {
  padding-top: 0;
  padding-bottom: 1.25rem;
}
.credits-computation-calc-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  margin-bottom: 2.375rem;
}
.credits-computation-calc-field {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.credits-computation-calc-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid #ececec;
}
.credits-computation-calc-options__left {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.credits-computation-calc-options__right {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.credit-computation-calc-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 2.1875rem;
}
.credit-computation-calc-result__label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #a6a8ac;
  margin-top: 0.3125rem;
}
.credits-computation-form {
  margin-top: 0;
  overflow: hidden;
}
.credits-computation-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.credits-computation-form__col {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.credits-computation-form__select {
  margin-bottom: 1.25rem;
}
.credits-computation-form__field {
  margin-bottom: 1.25rem;
}
.credits-computation-form__add-phone {
  height: 4.1875rem;
}
.credits-computation-form__agree {
  margin-top: 0.625rem;
}
.credits-computation-form__agree .agree__text {
  color: #a6a9b0;
}
.credits-computation-form__proposal {
  margin-top: 3rem;
}
.credits-computation-form__proposal .proposal-time__btn {
  font-size: 0.875rem;
}
.credits-computation-form__footer.credit-form__footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.credits-computation-success {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.credits-computation-success.is-active {
  opacity: 1;
  visibility: visible;
}
.credits-computation-success__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.credits-computation-success__title {
  font-size: 2.375rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 1.25rem;
}
.credits-computation-success__text {
  font-size: 1rem;
  color: #0d213a;
  max-width: 46.875rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.credits-computation-success__btn {
  width: 23.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.credits-computation-success-footer {
  background: #eff2f4;
  padding-top: 5.9375rem;
  padding-bottom: 6.25rem;
}
.credits-computation-success-footer__title {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #0d213a;
  margin-bottom: 2.6875rem;
  text-align: center;
  font-weight: 400;
}
.credits-computation-success-footer__links {
  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;
}
.credits-computation-success-footer__apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.credits-computation-success-footer__link-pay {
  margin-right: 2.8125rem;
}
.credits-computation-success-footer__link-app {
  margin-right: 1.5625rem;
}
.credits-computation-eura-pay {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.credits-computation-eura-pay:hover .credits-computation-eura-pay__title {
  color: #575c65;
}
.credits-computation-eura-pay__icon {
  width: 3rem;
  height: 3rem;
  margin-right: 0.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.credits-computation-eura-pay__icon img {
  width: 100%;
  height: 100%;
}
.credits-computation-eura-pay__title {
  font-size: 1.375rem;
  font-weight: 500;
  color: #0d213a;
}
.credits-computation-mob-app {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.credits-computation-mob-app:hover .credits-computation-mob-app__icon {
  border-width: 1.5rem;
  border-color: #a4b5ca;
}
.credits-computation-mob-app:hover .credits-computation-mob-app__icon .icon {
  color: #fff;
}
.credits-computation-mob-app:hover .credits-computation-mob-app__text {
  color: #575c65;
}
.credits-computation-mob-app__icon {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background: #fff;
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0 solid #e1e6ed;
  -webkit-transition: border 0.4s ease;
  -o-transition: border 0.4s ease;
  transition: border 0.4s ease;
  position: relative;
}
.credits-computation-mob-app__icon .icon {
  font-size: 1.625rem;
  color: #a6b6ca;
  position: relative;
  top: calc(50% - 0.0625rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.credits-computation-mob-app__icon .icon-android {
  right: -0.0625rem;
}
.credits-computation-mob-app__text {
  font-size: 0.75rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1.125rem;
}
.cards__container {
  padding-top: 5.0625rem;
  padding-bottom: 11.3125rem;
}
.cards__item:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.cards-filter {
  background: #fff;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.625rem;
  padding: 0 1.75rem;
  margin-bottom: 0.125rem;
}
.cards-filter__title {
  font-size: 1.375rem;
  font-weight: 500;
  color: #0d213a;
  margin-right: 2.375rem;
  white-space: nowrap;
}
.cards-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cards-filter-form__item {
  position: relative;
  cursor: pointer;
}
.cards-filter-form__item:not(:last-child) {
  margin-right: 2.5rem;
}
.cards-filter-form__input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.cards-filter-form__input:checked + label::before {
  background: #a7b5ca url(../img/i-done.svg) no-repeat center;
}
.cards-filter-form__input:checked + label:hover::before {
  border-color: #a7b5ca;
}
.cards-filter-form__label {
  color: #838699;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.cards-filter-form__label::before {
  content: "";
  display: block;
  border: 0.125rem solid #a7b5ca;
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 0.3125rem;
  margin-right: 0.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.cards-filter-form__label:hover {
  color: #0d213a;
}
.cards-filter-form__label:hover::before {
  background: #e1e6ec url(../img/i-done-dark.svg) no-repeat center;
  border-color: #e1e6ec;
}
.card {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.625rem;
  overflow: hidden;
}
.card:hover .card__head {
  -webkit-transform: translateY(-0.9375rem);
  -ms-transform: translateY(-0.9375rem);
  transform: translateY(-0.9375rem);
}
.card__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.17%;
  flex: 0 0 40.17%;
  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;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.card__img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.card__img-overlay.animate:not(.card__img-overlay_animation_false) {
  -webkit-animation: slideInOutLeft 2s;
  animation: slideInOutLeft 2s;
}
.card__img-overlay.card__img-overlay_animation_false {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.card__img {
  display: block;
  max-width: 100%;
  height: auto;
}
.card__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-top: 2.3125rem;
  padding-bottom: 1.5625rem;
  padding-right: 6.25rem;
  padding-left: 2rem;
  min-height: 24.25rem;
}
.card__head {
  -webkit-transition: 0.5s ease 0.11s;
  -o-transition: 0.5s ease 0.11s;
  transition: 0.5s ease 0.11s;
}
.card__label {
  position: absolute;
  top: 0.875rem;
  right: 0.9375rem;
}
.card__title {
  font-size: 2rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 0.1875rem;
}
.card__desc {
  color: #575c65;
  font-size: 1rem;
}
.card__cta-wrap {
  display: none;
}
.card__cta-wrap.is-active .card__cta {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.card__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: 0.5s ease-out 0.6s;
  -o-transition: 0.5s ease-out 0.6s;
  transition: 0.5s ease-out 0.6s;
}
.card__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.card__btn:not(:last-child) {
  margin-right: 0.5625rem;
}
.card-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.25rem;
}
.card-type__icon {
  max-width: 2.875rem;
  display: block;
  height: auto;
  margin-right: 0.625rem;
}
.card-type__text {
  color: #575c65;
  font-size: 0.75rem;
  font-weight: 500;
}
.card-info {
  margin-top: auto;
  border-top: 0.0625rem solid #ededed;
}
.card-info__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding: 0.9375rem 0;
}
.card-info__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  padding: 0 0.9375rem;
}
.card-info__value {
  font-size: 1.375rem;
  color: #0d213a;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.card-info__value strong {
  font-size: 2.625rem;
  font-weight: 400;
}
.card-info__desc {
  font-size: 0.75rem;
  font-weight: 500;
  color: #0d213a;
}
.page-terminals .wrapper {
  min-height: 100vh;
  height: 0;
}
.page-terminals .content {
  min-height: 24.375rem;
}
.terminals-wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.terminals-map {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.terminals-menu {
  background: #fff;
  position: absolute;
  top: 0.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 75rem;
  border-radius: 0.5rem;
  z-index: 99;
  -webkit-transition: border-radius 0.2s ease;
  -o-transition: border-radius 0.2s ease;
  transition: border-radius 0.2s ease;
}
.terminals-menu.is-active {
  border-radius: 0.5rem 0.5rem 0 0;
}
.terminals-nav {
  padding: 1.1875rem 1.875rem 0;
  border-bottom: 0.0625rem solid #ededed;
}
.terminals-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.terminals-nav__item:not(:last-child) {
  margin-right: 2.625rem;
}
.terminals-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  color: #0d213a;
  text-decoration: none;
  padding-bottom: 1rem;
  position: relative;
  white-space: nowrap;
}
.terminals-nav__link::before {
  content: "";
  height: 0.1875rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
  background: #a7b5ca;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.terminals-nav__link::after {
  display: block;
}
.terminals-nav__link:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.terminals-nav__link_type_red::after {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: #ff016d;
  margin-left: 0.375rem;
}
.terminals-nav__link_type_gray::after {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: #a8b5ca;
  margin-left: 0.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.terminals-nav__link_type_gradient::after {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: #ff006d;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff006d),
    to(#03368f)
  );
  background: -webkit-linear-gradient(top, #ff006d 0%, #03368f 100%);
  background: -o-linear-gradient(top, #ff006d 0%, #03368f 100%);
  background: linear-gradient(to bottom, #ff006d 0%, #03368f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff006d', endColorstr='#03368f',GradientType=0 );
  margin-left: 0.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.terminals-nav__link_type_blue::after {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: #0046ba;
  margin-left: 0.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.terminals-nav__link_type_animated::after {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: #fecb00;
  margin-left: 0.375rem;
  -webkit-box-shadow: 0 0 0 0.375rem rgba(255, 204, 0, 0.15),
    0 0 0 0.75rem rgba(255, 204, 0, 0.1);
  box-shadow: 0 0 0 0.375rem rgba(255, 204, 0, 0.15),
    0 0 0 0.75rem rgba(255, 204, 0, 0.1);
  animation: pulse 1.2s ease-in infinite forwards alternate-reverse;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
.terminals-filter-content-types {
  padding: 2.5rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 0.0625rem solid #f7f7f7;
}
.terminals-filter-content-types__checkbox:not(:last-child) {
  margin-right: 2rem;
}
.terminals-filter-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 1.875rem;
}
.terminals-filter-line__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.terminals-filter-line__checkbox:not(:last-child) {
  margin-right: 2rem;
}
.terminals-filter-line__search-btn {
  margin-left: auto;
}
.advanced-search-btn {
  font-family: "Montserrat", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #0d213a;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.advanced-search-btn:hover {
  color: #575c65;
}
.advanced-search-btn__icon {
  font-size: 1.375rem;
  color: #ff2381;
  margin-right: 0.6875rem;
}
.advanced-search-btn__icon-close {
  display: none;
  color: #0d203a;
  font-size: 1.125rem;
  margin-left: 3.75rem;
}
.advanced-search-btn__text {
  font-size: 0.875rem;
  font-weight: 500;
}
.advanced-search-btn.is-active {
  padding-right: 0.4375rem;
  color: #ff006d;
}
.advanced-search-btn.is-active:hover {
  color: #575c65;
}
.advanced-search-btn.is-active .advanced-search-btn__icon {
  color: #a7b5ca;
}
.advanced-search-btn.is-active .advanced-search-btn__icon-close {
  display: inline-block;
}
.terminals-filter-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 0.4375rem;
  position: relative;
}
.terminals-filter-content-top::after {
  content: "";
  height: 0.0625rem;
  left: 1.875rem;
  right: 1.875rem;
  background: #ececec;
  position: absolute;
  bottom: 0;
}
.terminals-filter-content-top__checkbox {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.terminals-filter-content-top__checkbox:not(:last-child) {
  margin-right: 2rem;
}
.terminals-filter-content-top__checkbox:nth-child(3) {
  width: 100%;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.terminals-filter-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 0.0625rem solid #ededed;
  border-radius: 0.3125rem;
  display: none;
}
.terminals-filter-content__checkboxes-inner {
  padding: 0 0.9375rem;
}
.terminals-filter-content__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  display: flex;
  flex-wrap: wrap;
}
.terminals-filter-content__col_pl_30 {
  padding-left: 2.8125rem;
}
.terminals-filter-content__radio:not(:last-child) {
  margin-bottom: 1.25rem;
}
.terminals-filter-content__checkbox-col {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.terminals-filter-content__checkbox {
  margin-bottom: 0.8125rem;
}
.terminals-filter-content__checkbox_mb_lg {
  margin-bottom: 1.25rem;
}
.terminals-filter-content__checkbox .checkbox__text {
  white-space: nowrap;
}
.terminals-filter-content__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}
.terminals-filter-content__bottom_padding_sm {
  padding-top: 0.3125rem;
  padding-bottom: 5rem;
}
.terminals-filter-content__reset {
  font-family: "Montserrat", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.875rem;
  margin-left: 1.875rem;
}
.terminals-filter-content__reset:hover .terminals-filter-content__reset-text {
  color: #575c65;
}
.terminals-filter-content__reset-icon {
  font-size: 1.3125rem;
  color: #a8b6ca;
  margin-right: 0.5rem;
}
.terminals-filter-content__reset-text {
  font-size: 1rem;
  font-weight: 500;
  color: #ff006d;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.terminals-filter-content__submit {
  font-family: "Montserrat", sans-serif;
  min-width: 14.6875rem;
}
.terminals-filter-content__reset-all {
  width: 23.75rem;
  margin-right: 0.9375rem;
}
.terminals-filter-content__reset-all .icon {
  font-size: 1.3125rem;
  margin-right: 0.625rem;
}
.terminals-filter-content__submit-all {
  width: 23.75rem;
  margin-left: 0.9375rem;
}
.terminals-filter-content__hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.875rem 0 1.75rem;
  border-top: 0.0625rem solid #f7f7f7;
}
.terminals-filter-content__hide-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.terminals-filter-content__hide-button .icon {
  font-size: 1rem;
  color: #000;
  margin-left: 0.625rem;
}
.terminals-filter-content__hide-button span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ff006d;
}
.terminals-filter-content-item {
  padding-top: 2.1875rem;
  padding-bottom: 0.625rem;
  position: relative;
  overflow: hidden;
}
.terminals-filter-content-item:not(:last-child)::after {
  content: "";
  height: 0.0625rem;
  position: absolute;
  left: 1.875rem;
  right: 1.875rem;
  bottom: 0;
  background-color: #f0f0f0;
}
.terminals-filter-content-item_padding_lg {
  padding-top: 2rem;
  padding-bottom: 1.4375rem;
}
.terminals-filter-content-item__title {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 1.875rem;
}
.terminals-filter-content-item__title_sm {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2.6875rem;
}
.terminals {
  position: absolute;
  left: calc(50% - 75rem / 2);
  bottom: 3.625rem;
  max-width: 23.75rem;
  width: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s ease-out;
  transition: opacity 0.3s ease, -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out, opacity 0.3s ease;
  transition: transform 0.4s ease-out, opacity 0.3s ease;
  transition: transform 0.4s ease-out, opacity 0.3s ease,
    -webkit-transform 0.4s ease-out;
}
.terminals.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.terminals .scrollbar-inner > .scroll-element.scroll-y .scroll-bar {
  height: 5.8125rem;
}
.terminals-toggler {
  position: absolute;
  left: calc(50% - 75rem / 2);
  bottom: 0;
  max-width: 23.75rem;
  height: 3.625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1.875rem 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 -0.4375rem 0.9375rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 -0.4375rem 0.9375rem rgba(0, 0, 0, 0.1);
  text-decoration: none;
  z-index: 10;
}
.terminals-toggler.is-active .terminals-toggler__icon-triangle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.terminals-toggler.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.terminals-toggler__title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ff016d;
}
.terminals-toggler__icon {
  height: 0.125rem;
  width: 2.1875rem;
  background: #a7b5ca;
  position: relative;
  margin-top: 0.6875rem;
  margin-bottom: 0.6875rem;
}
.terminals-toggler__icon::before {
  content: "";
  height: 0.125rem;
  width: 2.1875rem;
  background: #a7b5ca;
  position: absolute;
  top: -0.6875rem;
  left: 0;
  right: 0;
}
.terminals-toggler__icon::after {
  content: "";
  height: 0.125rem;
  width: 1.125rem;
  background: #a7b5ca;
  position: absolute;
  bottom: -0.6875rem;
  left: 0;
}
.terminals-toggler__icon-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.28125rem 0.4375rem 0.28125rem;
  border-color: transparent transparent #ff016d transparent;
  position: absolute;
  bottom: -0.75rem;
  right: 0;
}
.terminals-search {
  background: #fff;
  margin-bottom: 0.0625rem;
  position: relative;
  padding: 1rem 1.875rem 0.9375rem;
  border-radius: 0.125rem;
}
.terminals-search__input {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d213a;
  height: 1.1875rem;
  width: 100%;
  background: 0 0;
  border-radius: 0;
}
.terminals-search__input:-moz-placeholder {
  color: #758189;
}
.terminals-search__input::-webkit-input-placeholder {
  color: #758189;
}
.terminals-search__submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.875rem;
}
.terminals-search__submit .icon {
  font-size: 1.125rem;
  color: #a8b5ca;
}
.terminals-item {
  background: #fff;
  border-radius: 0.125rem;
  padding: 1.3125rem 1.875rem 0;
  margin-bottom: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 11.5625rem;
}
.terminals-item__number {
  font-size: 0.75rem;
  font-weight: 400;
  color: #a6a8ac;
  margin-bottom: 0.375rem;
}
.terminals-item__title {
  font-size: 1rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1.375rem;
  margin-bottom: 0.375rem;
}
.terminals-item__title span {
  color: #a6a8ac;
}
.terminals-item__state {
  font-size: 0.875rem;
  color: #0d213a;
  position: relative;
}
.terminals-item__state_opened::before {
  content: "";
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 50%;
  background: #c5c5c5;
  position: absolute;
  left: -0.75rem;
  top: 0.45em;
}
.terminals-item__state_closed::before {
  content: "";
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 50%;
  background: #26c587;
  position: absolute;
  left: -0.75rem;
  top: 0.45em;
}
.terminals-item__link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d213a;
  text-decoration: none;
  height: 3.375rem;
  border-top: 0.0625rem solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.terminals-item__link:hover {
  color: #575c65;
}
.terminals-item__link:hover::after {
  color: #0d213a;
}
.terminals-item__link::after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #ff006d;
  font-size: 1.125rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.terminal-affiliate {
  visibility: hidden;
  position: absolute;
  right: calc(50% - 75rem / 2);
  top: 18.4375rem;
  bottom: 1.5625rem;
  max-width: 30.125rem;
  background: #fff;
  border-radius: 0.5rem;
  max-height: 44.6875rem;
  overflow: hidden;
  padding-bottom: 2.5rem;
}
.terminal-affiliate .scrollbar-inner > .scroll-element.scroll-y .scroll-bar {
  background: rgba(0, 0, 0, 0.3);
}
.terminal-affiliate .scrollbar-inner .scroll-bar {
  height: 10.8125rem;
}
.terminal-affiliate .scroll-wrapper > .scroll-content {
  overflow-x: hidden !important;
}
.terminal-affiliate__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.5625rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1.25rem 0 1.875rem;
}
.terminal-affiliate__close {
  position: relative;
  top: 0.25rem;
}
.terminal-affiliate__close:hover .icon {
  color: #a5b5ca;
}
.terminal-affiliate__close .icon {
  font-size: 1.125rem;
  color: #0d223a;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.terminal-affiliate__inner {
  padding: 0.9375rem 1.875rem 4.375rem;
}
.terminal-affiliate__inner_padding-top_lg {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.terminal-affiliate__number {
  font-size: 0.875rem;
  color: #a6a8ac;
  position: relative;
}
.terminal-affiliate__title {
  font-size: 1.375rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}
.terminal-affiliate__title span {
  color: #a6a8ac;
}
.terminal-affiliate-info {
  padding-bottom: 1.5625rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1.25rem;
}
.terminal-affiliate-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.terminal-affiliate-info__item {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.terminal-affiliate-info__item_opened .terminal-affiliate-info__state::before {
  content: "";
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 50%;
  background-color: #27c587;
  margin-right: 0.25rem;
  position: relative;
  top: 0.5em;
}
.terminal-affiliate-info__item_opened .terminal-affiliate-info__text {
  padding-left: 0.625rem;
}
.terminal-affiliate-info__item_closed .terminal-affiliate-info__state::before {
  content: "";
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 50%;
  background-color: #c5c5c5;
  margin-right: 0.25rem;
  position: relative;
  top: 0.5em;
}
.terminal-affiliate-info__item_closed .terminal-affiliate-info__text {
  padding-left: 0.625rem;
}
.terminal-affiliate-info__state {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.terminal-affiliate-coins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-top: 0.0625rem solid #ededed;
  border-bottom: 0.0625rem solid #ededed;
  padding: 1.5625rem 0;
}
.terminal-affiliate-coins_no_padding {
  padding: 0 !important;
}
.terminal-affiliate-coins_no_border {
  border: 0;
}
.terminal-affiliate-coins__label {
  color: #0d213a;
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: 1.125rem;
}
.terminal-affiliate-coins__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.terminal-affiliate-coin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.terminal-affiliate-coin:not(:last-child) {
  margin-right: 1.5rem;
}
.terminal-affiliate-coin__icon {
  height: 2.625rem;
  width: 2.625rem;
  border-radius: 50%;
  background: #a7b5ca;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.375rem;
  margin-right: 0.5625rem;
}
.terminal-affiliate-coin__text {
  font-size: 1rem;
  font-weight: 500;
  color: #0d213a;
}
.terminal-affiliate-entity {
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.0625rem;
}
.terminal-affiliate-entity_no_margin {
  margin: 0 !important;
}

.terminal-affiliate-entity_margin_top {
  margin-top: 16px !important;
}

.terminal-affiliate-entity__icon {
  height: 2.875rem;
  width: 2.875rem;
  background: #f6f7fa;
  border-radius: 0.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.terminal-affiliate-entity__icon .icon {
  font-size: 2rem;
  color: #0d213a;
  position: relative;
}
.terminal-affiliate-entity__text {
  font-size: 1rem;
  font-weight: 500;
  color: #0d213a;
}
.terminal-affiliate-desc {
  padding-bottom: 2.125rem;
  padding-top: 1.5625rem;
}
.terminal-affiliate-desc__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 0.5rem;
}
.terminal-affiliate-desc__text {
  font-size: 1rem;
  color: #0d213a;
  line-height: 1.375rem;
}
.terminal-affiliate-phones {
  border-top: 0.0625rem solid #ededed;
  padding-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.terminal-affiliate-phones__icon {
  height: 2.875rem;
  width: 2.875rem;
  border-radius: 50%;
  background-color: #f6f7fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.0625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.terminal-affiliate-phones__icon .icon {
  font-size: 1.6875rem;
  color: #0d213a;
}
.terminal-affiliate-phones__text {
  color: #0d213a;
  font-size: 1.125rem;
  padding-top: 0.8125rem;
}
.terminal-affiliate-phones__text a {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}
.city-choose-popup {
  background: #fff;
  text-align: center;
  position: absolute;
  top: 3.125rem;
  left: calc(50% - 75rem / 2);
  width: 23.75rem;
  border-radius: 0.25rem;
  padding: 2.1875rem 1.875rem 1.875rem;
  z-index: 9999;
  -webkit-box-shadow: 0 0 0 1250rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 1250rem rgba(0, 0, 0, 0.3);
}
.city-choose-popup::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.375rem 0.375rem 0.375rem;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -0.375rem;
  left: 48%;
  margin-left: -6;
}
.city-choose-popup__title {
  font-size: 1.25rem;
  font-weight: 400;
  color: #0d213a;
  line-height: 1.625rem;
  margin-bottom: 1.75rem;
}
.city-choose-popup__button {
  width: 100%;
}
.city-choose-popup__close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
}
.city-choose-popup__close:hover .icon {
  color: #a5b5ca;
}
.city-choose-popup__close .icon {
  font-size: 1.0625rem;
  color: #0d213a;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sr-header {
  background: #eff2f5;
  min-height: 22.8125rem;
}
.sr-header__container {
  padding-top: 5.625rem;
  padding-bottom: 8.875rem;
}
.sr-header__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #0d213a;
}
.sr-main {
  margin-top: -8.875rem;
}
.sr-main__outer-container {
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
.sr-main__inner-container {
  max-width: 62.125rem;
  margin-left: auto;
  margin-right: auto;
}
.sr-form {
  padding-top: 2.1875rem;
}
.sr-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sr-form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.sr-form__input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.sr-form__submit {
  height: 4.1875rem;
  width: 16.125rem;
  margin-left: 0.625rem;
}
.sr-form__submit_size_md {
  width: 18rem;
  border-radius: 2.0625rem;
}
.sr-form__results {
  font-size: 0.75rem;
  font-weight: 500;
  color: #758189;
  padding-top: 0.375rem;
}
.sr-form-field {
  height: 4.1875rem;
  position: relative;
  border: 0.0625rem solid #e3e7ed;
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 2.0625rem 2.9375rem 0.625rem 1.75rem;
}
.sr-form-field__top-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #758189;
  position: absolute;
  top: 0.625rem;
  left: 1.75rem;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sr-form-field__label {
  font-size: 1rem;
  font-weight: 500;
  color: #0d213a;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2.0625rem 2.9375rem 0.625rem 1.75rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sr-form-field__input {
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #0d213a;
}
.sr-form-field__input:-moz-placeholder {
  color: #758189;
}
.sr-form-field__input::-webkit-input-placeholder {
  color: #758189;
}
.sr-form-field__input::-ms-clear {
  display: none;
}
.sr-form-field__reset {
  position: absolute;
  top: 50%;
  right: 1.8125rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.sr-form-field__reset .icon {
  font-size: 1.0625rem;
}
.sr-form-field__reset.is-visible {
  opacity: 1;
}
.sr-form-field__submit-mobile {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sr-form-field__submit-mobile .icon {
  font-size: 1rem;
  color: #f40568;
}
.sr-form-field__submit {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  -webkit-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  transform: translateY(-38%);
}
.sr-form-field__submit .icon {
  font-size: 1.125rem;
  color: #ff006d;
}
.sr-form-field.sr-form-field_padding_sm {
  padding: 2.0625rem 2.9375rem 0.625rem 1.125rem;
}
.sr-form-field.is-focused .sr-form-field__top-label {
  opacity: 0;
  visibility: hidden;
}
.sr-form-field.is-focused .sr-form-field__label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #758189;
  top: 0.625rem;
  left: 1.75rem;
  bottom: auto;
  right: auto;
  padding: 0;
}
.sr-content {
  padding-top: 4.125rem;
}
.sr-content__title {
  font-size: 1.75rem;
  font-weight: 500;
  color: #0d213a;
  text-align: center;
  margin-bottom: 2.3125rem;
}
.sr-tabs-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.sr-tabs-controls::after {
  content: "";
  height: 0.0625rem;
  background: #ededed;
  position: absolute;
  bottom: 0;
  left: -6.5625rem;
  right: -6.5625rem;
  z-index: -1;
}
.sr-tabs-controls__link {
  display: block;
  padding-bottom: 1.3125rem;
  font-size: 1rem;
  font-weight: 500;
  color: #0d213a;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.sr-tabs-controls__link:hover,
.sr-tabs-controls__link:focus,
.sr-tabs-controls__link.is-active {
  color: #575c65;
}
.sr-tabs-controls__link:hover::after,
.sr-tabs-controls__link:focus::after,
.sr-tabs-controls__link.is-active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.sr-tabs-controls__link::after {
  content: "";
  height: 0.1875rem;
  width: 100%;
  background: #a7b5ca;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.sr-tabs-controls__link:not(:last-child) {
  margin-right: 2.9375rem;
}
.sr-tabs-list__item {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.sr-tabs-list__item.is-active {
  height: auto;
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
.sr-list {
  padding-top: 3.8125rem;
  padding-bottom: 5.625rem;
}
.sr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.3125rem 0 2.25rem;
}
.sr-item:not(:last-child) {
  border-bottom: 0.0625rem solid #ececec;
}
.sr-item:hover .sr-item__count {
  color: #ff006d;
}
.sr-item__count {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 7.24346%;
  flex: 1 0 7.24346%;
  max-width: 7.24346%;
  margin-right: 1.875rem;
  font-size: 0.9375rem;
  font-weight: 400;
  padding-top: 0.125rem;
  color: #758189;
}
.sr-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.sr-item__title {
  font-size: 1.375rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 1.25rem;
  line-height: 1;
}
.sr-item__title:first-letter {
  margin-left: -0.125rem;
}
.sr-item__title a {
  text-decoration: none;
  color: inherit;
}
.sr-item__title a:hover,
.sr-item__title a:focus {
  color: #ff006d;
}
.sr-item__excerpt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #575c65;
}
.sr-item__excerpt a {
  color: #ff006d;
  text-decoration: none;
}
.sr-item__excerpt a:hover,
.sr-item__excerpt a:focus {
  color: #0d213a;
}
.sr-item__meta {
  padding-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.sr-item__cat-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #ff006d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sr-item__cat-label::after {
  content: "";
  height: 0.0625rem;
  width: 0.1875rem;
  background: #575c65;
  margin: 0 0.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sr-item__cat {
  font-size: 0.75rem;
  font-weight: 500;
  color: #ff006d;
  text-decoration: none;
}
.sr-item__cat:hover,
.sr-item__cat:focus {
  color: #0d213a;
}
.sr-pagination__container {
  padding-top: 2.5rem;
  padding-bottom: 12.5rem;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination__list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination__item:not(:last-child) {
  margin-right: 0.3125rem;
}
.pagination__current {
  height: 3.875rem;
  width: 3.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  color: #0d213a;
  background: #edf0f4;
  border-radius: 0.5625rem;
}
.pagination__link {
  height: 3.875rem;
  width: 3.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #ff006d;
  background: #fff;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pagination__link:hover,
.pagination__link:focus {
  border-radius: 0.625rem;
  color: #0d213a;
}
.pagination__dots {
  font-size: 1rem;
  font-weight: 500;
  color: #0d213a;
  margin: 0 0.9375rem;
}
.pagination__prev,
.pagination__next {
  height: 3.875rem;
  width: 3.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  border-radius: 50%;
  color: #0d213a;
  font-size: 1.8125rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pagination__prev:hover,
.pagination__prev:focus,
.pagination__next:hover,
.pagination__next:focus {
  color: #ff006d;
  border-radius: 0.625rem;
}
.pagination__prev i,
.pagination__next i {
  position: relative;
  top: -0.125rem;
}
.pagination__prev_disabled,
.pagination__next_disabled {
  color: rgba(13, 33, 58, 0.2);
  pointer-events: none;
}
.pagination__next i {
  right: -0.125rem;
}
.pagination__prev i {
  left: -0.125rem;
}
.exchanges {
  background: #fff;
}
.exchanges__container {
  padding-top: 6.75rem;
  padding-bottom: 6.25rem;
  max-width: 64.1875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.exchanges__header {
  text-align: center;
  margin-bottom: 4.6875rem;
}
.exchanges__title {
  font-size: 2.375rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1;
  margin-bottom: 1.0625rem;
}
.exchanges__footer {
  text-align: center;
  padding-top: 2.5rem;
}
.exchanges__footer-btn {
  min-width: 23.75rem;
  font-size: 1rem;
}
.exchanges-date {
  font-size: 0.75rem;
  font-weight: 500;
  color: #575c65;
  position: relative;
  padding-left: 1.9375rem;
  display: inline-block;
}
.exchanges-date::after {
  content: "";
  height: 1.3125rem;
  width: 1.3125rem;
  background: url(../img/i-calendar.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.6875rem;
}
.exchanges-date::before {
  content: attr(data-mob-text);
  display: none;
}
.exchanges-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.1875rem;
}
.exchanges-tabs-nav__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2.875rem;
  font-size: 1rem;
  font-weight: 500;
  color: #ff006d;
  border: 0.0625rem solid #e1e6ec;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.exchanges-tabs-nav__link:not(:last-child) {
  border-right: none;
}
.exchanges-tabs-nav__link:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.exchanges-tabs-nav__link:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
.exchanges-tabs-nav__link:hover,
.exchanges-tabs-nav__link.is-active {
  background: #a7b5c9;
  color: #fff;
  border-color: #a7b5c9;
}
.exchanges-tabs-list__item {
  opacity: 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.exchanges-tabs-list__item.is-active {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.exchange-toggler {
  width: 0.5625rem;
  height: 1.0625rem;
  position: relative;
}
.exchange-toggler::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.4375rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/up-dark.svg) no-repeat center/contain;
}
.exchange-toggler::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.4375rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/down-dark.svg) no-repeat center/contain;
}
.exchange-toggler.is-asc::after {
  opacity: 0;
}
.exchange-toggler.is-desc::before {
  opacity: 0;
}
.exchange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.exchange__col {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.exchange__header {
  border-bottom: 0.0625rem solid #edf0f3;
  padding-bottom: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 0.1875rem;
}
.exchange__title {
  font-size: 1.375rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1;
}
.exchange-table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exchange-table__left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  height: 4.4375rem;
  padding-top: 1.6875rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 0.0625rem solid #edf0f3;
}
.exchange-table__right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.4375rem;
  width: 36.15702%;
  border-bottom: 0.0625rem solid #d1d7e2;
}
.exchange-table__right-side_large {
  width: 45%;
}
.exchange-table__right-side_large .exchange-table__value {
  width: 65%;
}
.exchange-table__title {
  font-size: 1.375rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1;
  margin-right: 0.625rem;
}
.exchange-table__desc {
  font-size: 0.875rem;
  font-weight: 500;
  color: #a6a8ac;
  position: relative;
}
.exchange-table__value {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.375rem;
  font-weight: 500;
  color: #0d213a;
  width: 58%;
  position: relative;
  top: 0.1875rem;
}
.exchange-table__diff {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.9375rem;
  font-weight: 400;
  position: relative;
  top: -0.125rem;
  margin-right: auto;
}
.exchange-table__diff_up {
  color: #28bb7f;
}
.exchange-table__diff_down {
  color: #ff006d;
}
.exchange-table__direction {
  width: 0.8125rem;
  height: 0.6875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.exchange-table__direction::after {
  content: "";
  height: 100%;
  width: 100%;
}
.exchange-table__direction_up {
  background: url(../img/up.svg) no-repeat center/contain;
}
.exchange-table__direction_down {
  background: url(../img/down.svg) no-repeat center/contain;
}
.dynamics {
  background: #fff;
}
.dynamics__container {
  max-width: 64.1875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 2.5rem;
  padding-bottom: 9.0625rem;
}
.dynamics__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 2.375rem;
}
.dynamics__info {
  padding-top: 5rem;
  text-align: center;
  font-size: 0.75rem;
  color: #a6a8ac;
  font-weight: 500;
  line-height: 1rem;
}
.dynamics-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
}
.dynamics-filters__currency {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dynamics-filters__currency .select-wrap + .select-wrap {
  margin-left: 0.4375rem;
}
.dynamics-filters__period {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.88365%;
  flex: 0 0 27.88365%;
  margin-left: 1.875rem;
}
#chart {
  height: 22.8125rem;
  margin: 0 auto;
}
.bullions__container {
  padding-top: 8.75rem;
  padding-bottom: 15.625rem;
}
.bullions__title {
  text-align: center;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.2;
  color: #0d223a;
  margin-bottom: 4.5rem;
}
.bullions__slider {
  margin-top: -1.25rem;
}
.bullions__slider .slick-list {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding-top: 1.25rem;
}
.bullions__slider .slick-slide {
  margin: 0 0.9375rem;
}
.bullions__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3.1875rem;
}
.bullions__all-btn {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  min-width: 23.75rem;
  text-align: center;
}
.bullions__all-btn .btn {
  width: 100%;
}
.bullion {
  height: 20.375rem;
  background: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2.1875rem 0.625rem 2.1875rem 0.625rem;
  overflow: hidden;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.bullion:hover {
  -webkit-box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-1.25rem);
  -ms-transform: translateY(-1.25rem);
  transform: translateY(-1.25rem);
}
.bullion:hover .bullion__right-side {
  padding-top: 0;
  padding-bottom: 4.375rem;
}
.bullion:hover .bullion__arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.bullion__left-side {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 2.875rem 1.875rem 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.bullion__right-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10rem;
  flex: 0 0 10rem;
  padding-top: 4.375rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bullion__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.bullion__arrow {
  font-size: 0.6875rem;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 1.875rem;
  margin-left: -0.3125rem;
  opacity: 0;
  -webkit-transition: 0.3s 0.2s ease;
  -o-transition: 0.3s 0.2s ease;
  transition: 0.3s 0.2s ease;
  -webkit-transform: translateX(-1.25rem);
  -ms-transform: translateX(-1.25rem);
  transform: translateX(-1.25rem);
}
.bullion__weight {
  font-size: 2.625rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.bullion__weight span {
  font-size: 1.375rem;
  margin-left: 0.4375rem;
}
.bullion__type {
  font-size: 1rem;
  font-weight: 500;
  color: #0d213a;
  margin-top: auto;
  margin-bottom: 0.375rem;
}
.bullion__type-value {
  font-size: 1.375rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1;
}
.atm-top {
  background: #fff;
  position: relative;
  z-index: 98;
}
.atm-top__container {
  padding-top: 5.75rem;
  padding-bottom: 2rem;
}
.atm-top__title {
  font-size: 2.375rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 1.875rem;
  text-align: center;
  line-height: 1;
}
.atm-top__search {
  margin-bottom: 2.625rem;
}
.atm-cats__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.atm-cats__item {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% / 12 * 4 - 1.875rem);
}
.atm-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 5.375rem;
  border-bottom: 0.0625rem solid #e3e7ed;
  text-align: left;
  overflow: visible;
}
.atm-cat__icon {
  width: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  overflow: visible;
}
.atm-cat__icon::before {
  content: "";
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
}
.atm-cat__icon .icon {
  font-size: 2.3125rem;
  color: #ff006d;
  position: relative;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.atm-cat__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d213a;
}
.atm-cat_fillials .atm-cat__icon {
  top: 0.125rem;
  left: 0.0625rem;
}
.atm-cat_fillials .atm-cat__icon .icon {
  font-size: 2.0625rem;
}
.atm-cat_sale .atm-cat__icon .icon {
  font-size: 2.4375rem;
}
.atm-cat_geo-terminals .atm-cat__icon {
  left: 0.0625rem;
}
.atm-cat_cashbox .atm-cat__icon {
  left: 0.0625rem;
}
.atm-cat_cashbox .atm-cat__icon .icon {
  font-size: 2.25rem;
}
.atm-cat:hover .atm-cat__icon {
  z-index: 1;
}
.atm-cat:hover .atm-cat__icon::before {
  opacity: 1;
  z-index: -1;
}
.atm-cat:hover .atm-cat__icon .icon {
  color: #fff;
}
.atm-cat:hover .atm-cat__text {
  color: #758189;
}
.atm-cat.is-active .atm-cat__icon::after {
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  background: url(../img/icons/close-white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.atm-cat.is-active .atm-cat__icon::before {
  opacity: 1;
}
.atm-cat.is-active .atm-cat__icon .icon {
  display: none;
}
.atm-cat.is-active .atm-cat__text {
  color: #758189;
}
.atm-cat.is-active:hover .atm-cat__icon .icon {
  opacity: 0;
  z-index: -1;
}
.atm-cat_terminals .atm-cat__icon::before {
  background: #a6b5ca;
}
.atm-cat_atm .atm-cat__icon::before {
  background: #ff006d;
}
.atm-cat_fillials .atm-cat__icon::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff006d),
    to(#03368f)
  );
  background: -webkit-linear-gradient(top, #ff006d 0%, #03368f 100%);
  background: -o-linear-gradient(top, #ff006d 0%, #03368f 100%);
  background: linear-gradient(to bottom, #ff006d 0%, #03368f 100%);
}
.atm-cat_sale .atm-cat__icon::before {
  background: #ff8400;
}
.atm-cat_geo-terminals .atm-cat__icon::before {
  background: #13bd8e;
}
.atm-cat_cashbox .atm-cat__icon::before {
  background: #fc0;
}
@keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.atm-main {
  position: relative;
  min-height: 45rem;
}
.atm-map {
  position: relative;
  height: 45rem;
}
.atm-list__container {
  padding-top: 6.4375rem;
  padding-bottom: 15.625rem;
}
.atm-toggle-content {
  display: none;
}
.atm-toggle-content.is-active {
  display: block;
}
.atm-affiliate {
  z-index: 9;
}
.atm-nav {
  background: #fff;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 98;
  height: 5.75rem;
}
.atm-nav__left-side {
  padding-left: 1.625rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.atm-nav__right-side {
  border-left: 0.0625rem solid #f7f7f7;
}
.atm-nav-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.atm-nav-control__icon {
  display: block;
  position: relative;
  top: 0.125rem;
}
.atm-nav-control__icon .icon {
  font-size: 1.3125rem;
  color: #ff006d;
}
.atm-nav-control__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 1.25rem;
}
.atm-nav-control__text {
  font-size: 1.125rem;
  font-weight: 400;
  color: #0d213a;
  margin-bottom: 0.1875rem;
}
.atm-nav-control__button {
  font-size: 1rem;
  font-weight: 400;
  color: #ff006d;
}
.atm-nav-control:hover .atm-nav-control__button {
  color: #0d213a;
}
.atm-nav-control.is-active .atm-nav-control__text {
  color: #0d213a;
}
.atm-nav-control.is-active .atm-nav-control__icon .icon {
  color: #a6b5ca;
}
.atm-nav-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 0 0.3125rem 0.3125rem 0;
  overflow: hidden;
}
.atm-nav-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15.75rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.atm-nav-toggle__icon {
  color: #ff006d;
  display: block;
  font-size: 1.25rem;
  margin-right: 0.9375rem;
}
.atm-nav-toggle__icon.icon-burger {
  font-size: 1.125rem;
}
.atm-nav-toggle__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d213a;
}
.atm-nav-toggle:hover,
.atm-nav-toggle:focus,
.atm-nav-toggle.is-active {
  background: #a6b5ca;
}
.atm-nav-toggle:hover .atm-nav-toggle__icon,
.atm-nav-toggle:focus .atm-nav-toggle__icon,
.atm-nav-toggle.is-active .atm-nav-toggle__icon {
  color: #fff;
}
.atm-nav-toggle:hover .atm-nav-toggle__text,
.atm-nav-toggle:focus .atm-nav-toggle__text,
.atm-nav-toggle.is-active .atm-nav-toggle__text {
  color: #fff;
}
.atm-item {
  padding: 1.4375rem 1.8125rem 0.9375rem;
  background: #fff;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.atm-item.is-active {
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.05);
}
.atm-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 0.0625rem solid #ededed;
  padding-bottom: 1.0625rem;
}
.atm-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.5625rem;
}
.atm-item__title {
  font-size: 1.25rem;
  font-weight: 400;
  color: #0d213a;
  margin-bottom: 0.3125rem;
}
.atm-item__title span {
  color: #a6a8ac;
}
.atm-item__desc {
  font-size: 1rem;
  font-weight: 400;
  color: #575c65;
}
.atm-item__clock {
  display: flex;
  flex-direction: column;
  max-width: 'fit-content';
  padding-left: 0.75rem;
  padding-top: 0.3125rem;
}
.atm-item__nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-right: 1.875rem;
}
.atm-item__nav > :not(:last-child):not(.atm-item__nav-links) {
  margin-right: 1.8125rem;
}
.atm-item__nav-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.atm-item__nav-links {
  margin-right: 0;
}
.atm-item__nav-links > :not(:last-child) {
  margin-right: 1.4375rem;
}
.atm-item__nav-text {
  font-size: 0.75rem;
  color: #a6a8ac;
}
.atm-item__nav-text_offset_right {
  margin-left: auto;
}
.atm-item__nav-link {
  font-size: 0.75rem;
  color: #ff006d;
  text-decoration: none;
}
.atm-item__nav-link:hover,
.atm-item__nav-link.is-active {
  color: #0d213a;
}
.atm-item__status {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15.3125rem;
  flex: 0 0 15.3125rem;
  max-width: 15.3125rem;
  padding-left: 4.125rem;
}
.atm-item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.atm-item-more {
  display: none;
}
.atm-item-more__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.1875rem 0 2.3125rem;
  position: relative;
}
.atm-item-more__top-row::after {
  content: "";
  height: 0.0625rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAFElEQVQYV2NcsGDB/4SEBEYGJAAARaYEApO4BKUAAAAASUVORK5CYII=);
}
.atm-item-more__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.625rem 0;
}
.atm-item-more__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
}
.atm-item-get__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.375rem;
}
.atm-item-get__title-icon {
  margin-right: 1.75rem;
  display: block;
  width: 1.1875rem;
  height: 2.5625rem;
}
.atm-item-get__text {
  font-size: 1rem;
  color: #0d213a;
  line-height: 1.625rem;
  padding-left: 4.5rem;
}
.atm-item-call__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 0.75rem;
}
.atm-item-call__text {
  color: #0d213a;
  font-size: 1rem;
  line-height: 1.625rem;
  max-width: 17.1875rem;
}
.atm-item-call__text a {
  text-decoration: none;
  color: inherit;
}
.atm-item-shedule {
  display: flex;
  align-items: center;
  gap: 16px;
}
.atm-item-shedule__icon {
  font-size: 2.5625rem;
  color: #a6b5ca;
  display: block;
  position: relative;
  top: 0.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.atm-item-shedule__content p {
  font-size: 1rem;
  font-weight: 400;
  color: #0d213a;
}
.atm-item-shedule__content p:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.atm-item-state {
  color: #a6a8ac;
  font-size: 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.atm-item-state_is_open::before {
  content: "";
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 50%;
  background: #26c587;
  margin-right: 0.4375rem;
}
.atm-item-state_is_close::before {
  content: "";
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 50%;
  background: #c5c5c5;
  margin-right: 0.4375rem;
}
.advert-back-button {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advert-back-button:hover .advert-back-button__icon {
  border-radius: 0.3125rem;
}
.advert-back-button__icon {
  height: 2.5625rem;
  width: 2.5625rem;
  border-radius: 50%;
  background: #ff006d;
  margin-right: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.375rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.advert-back-button__icon i {
  position: relative;
  top: -0.0625rem;
}
.advert-back-button__text {
  font-size: 0.875rem;
  color: #0d213a;
  font-weight: 500;
}
.advert-top {
  background: #fff;
}
.advert-top__nav-container {
  padding-top: 1.8125rem;
}
.advert-top__container {
  padding-top: 4.6875rem;
  padding-bottom: 3.75rem;
}
.advert-top__header {
  margin-bottom: 5.3125rem;
  text-align: center;
}
.advert-top__title {
  font-size: 2rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1;
  margin-bottom: 1rem;
}
.advert-top__desc {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
}
.advert-top__desc a {
  color: inherit;
  text-decoration: none;
}
.advert-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.advert-info__left-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.75%;
  flex: 0 0 48.75%;
  max-width: 48.75%;
  margin-right: 1.875rem;
}
.advert-info__right-side {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 5.3125rem;
}
.advert-info__cta {
  position: absolute;
  bottom: 0;
  right: -0.9375rem;
  width: 38.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.advert-info__cta > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(50% - 1.875rem);
  flex: 1 0 calc(50% - 1.875rem);
  max-width: calc(50% - 1.875rem);
  margin: 0 0.9375rem;
}
.advert-info__address {
  padding: 1.625rem 0 1.5rem;
  border-top: 0.0625rem solid #ededed;
  border-bottom: 0.0625rem solid #ededed;
}
.advert-info__address p {
  font-size: 1rem;
  color: #0d213a;
}
.advert-info__address p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.advert-info__address p strong {
  font-size: 0.875rem;
  font-weight: 500;
}
.advert-info__table {
  padding: 0.9375rem 0;
}
.advert-info__table ul li {
  display: inline-block;
  font-size: 1rem;
  color: #0d213a;
  margin-bottom: 0.625rem;
}
.advert-info__table ul li:nth-child(odd) {
  width: 52%;
}
.advert-info__table ul li strong {
  font-size: 0.875rem;
  font-weight: 500;
}
.advert-info__table-type {
  font-size: 0.875rem;
  color: #0d213a;
  margin-bottom: 1.25rem;
}
.advert-info__table-type strong {
  font-weight: 500;
}
.advert-info__table-type a {
  color: #ff006d;
  text-decoration: none;
  font-size: 1rem;
}
.advert-info__table-type a:hover {
  color: #0d213a;
}
.advert-info__price {
  padding: 1.8125rem 0 1.875rem;
  border-top: 0.0625rem solid #ededed;
  border-bottom: 0.0625rem solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #0d213a;
}
.advert-info__price-value {
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.375rem;
}
.advert-info__price-desc {
  font-size: 1rem;
}
.advert-label {
  height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0.25rem;
  padding: 0 0.8125rem;
}
.advert-label_blue {
  background: #0047ba;
}
.advert-label_pink {
  background: #ff006d;
}
.advert-label_gradient {
  background: #03368f;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#03368f),
    to(#ff006d)
  );
  background: -webkit-linear-gradient(left, #03368f 0%, #ff006d 100%);
  background: -o-linear-gradient(left, #03368f 0%, #ff006d 100%);
  background: linear-gradient(to right, #03368f 0%, #ff006d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03368f', endColorstr='#ff006d',GradientType=1 );
}
.slideshow__label {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  z-index: 10;
}
.slideshow__display {
  margin-bottom: 1.25rem;
  position: relative;
}
.slideshow__display_centered {
  margin-left: auto;
  margin-right: auto;
}
.slideshow__display.slideshow__display_has_padding {
  padding: 0 6.375rem;
}
.slideshow__display.slideshow__display_has_padding .slick-slide img {
  height: 31rem;
}
.slideshow__display_has_zoom:hover .slick-slide.slick-current img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.slideshow__display .slick-slide {
  position: relative;
  overflow: hidden;
}
.slideshow__display .slick-slide img {
  width: 100%;
  height: 25.375rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.slideshow__display .slick-slide.slick-current {
  z-index: 10;
}
.slideshow__display-prev,
.slideshow__display-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3.875rem;
  width: 3.875rem;
  border: 0.0625rem solid #e1e6ed;
  color: #ff006d;
  font-size: 1.8125rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-47%);
  -ms-transform: translateY(-47%);
  transform: translateY(-47%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  z-index: 10;
}
.slideshow__display-prev {
  left: 0;
}
.slideshow__display-prev:hover {
  border-radius: 0.3125rem;
}
.slideshow__display-prev:hover .fa {
  -webkit-animation: bounceLeft 0.7s;
  animation: bounceLeft 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.slideshow__display-prev .fa {
  position: relative;
  left: -0.125rem;
  top: -0.0625rem;
}
.slideshow__display-next {
  right: 0;
}
.slideshow__display-next:hover {
  border-radius: 0.3125rem;
}
.slideshow__display-next:hover .fa {
  -webkit-animation: bounceRight 0.7s;
  animation: bounceRight 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.slideshow__display-next .fa {
  position: relative;
  right: -0.125rem;
  top: -0.0625rem;
}
.slideshow__thumbs-prev,
.slideshow__thumbs-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  background: #fff;
  border-radius: 50%;
  font-size: 1.375rem;
  color: #ff006d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.slideshow__thumbs-prev {
  left: 0.3125rem;
}
.slideshow__thumbs-prev .fa {
  position: relative;
  top: -0.0625rem;
  left: -0.0625rem;
}
.slideshow__thumbs-next {
  right: 0.3125rem;
}
.slideshow__thumbs-next .fa {
  position: relative;
  top: -0.0625rem;
  right: -0.0625rem;
}
.slideshow__thumbs {
  overflow: hidden;
  position: relative;
}
.slideshow__thumbs:hover .slideshow__thumbs-prev,
.slideshow__thumbs:hover .slideshow__thumbs-next {
  opacity: 1;
  visibility: visible;
}
.slideshow__thumbs.slideshow__thumbs_sm .slick-slide {
  margin-bottom: 0.3125rem;
}
.slideshow__thumbs.slideshow__thumbs_sm .slick-slide::after {
  height: 0.3125rem;
  bottom: -0.3125rem;
}
.slideshow__thumbs .slick-list {
  margin: 0 -0.9375rem;
}
.slideshow__thumbs .slick-slide {
  margin: 0 0.9375rem;
  cursor: pointer;
  position: relative;
}
.slideshow__thumbs .slick-slide img {
  display: block;
  height: 7.5625rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slideshow__thumbs .slick-slide::after {
  content: "";
  height: 0.1875rem;
  width: 100%;
  background: #ff006d;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 10;
}
.slideshow__thumbs .slick-slide.slick-current::after,
.slideshow__thumbs .slick-slide:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.slideshow__zoom {
  height: 3.0625rem;
  width: 3.0625rem;
  border-radius: 50%;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  z-index: 10;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slideshow__zoom:hover {
  background: #fff;
  border-radius: 0.625rem;
}
.slideshow__zoom:hover .icon {
  color: #ff006d;
}
.slideshow__zoom .icon {
  font-size: 1.1875rem;
  color: #000;
  position: relative;
  top: 0.0625rem;
  left: 0.0625rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal-slideshow {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 56.25rem;
  overflow: auto;
  z-index: 9998;
  display: none;
}
.modal-slideshow__close {
  position: absolute;
  top: 1.875rem;
  right: 2.8125rem;
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  border: 0.0625rem solid #e1e6ed;
  -webkit-transition: border 0.4s ease-out;
  -o-transition: border 0.4s ease-out;
  transition: border 0.4s ease-out;
}
.modal-slideshow__close:hover {
  border: 1.875rem solid #a7b5ca;
}
.modal-slideshow__close:hover .icon {
  color: #fff;
}
.modal-slideshow__close .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 1.125rem;
  color: #000;
  -webkit-transition: 0.2s 0.1s ease;
  -o-transition: 0.2s 0.1s ease;
  transition: 0.2s 0.1s ease;
}
.modal-slideshow__inner {
  max-width: 62.1875rem;
  margin: 0 auto;
  padding-top: 9.375rem;
  padding-bottom: 6.875rem;
}
.advert-main__container {
  padding-top: 5.0625rem;
  padding-bottom: 5.0625rem;
}
.advert-main__inner {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.advert-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.8125rem;
  position: relative;
  border-bottom: 0.0625rem solid #f7f7f7;
  padding-left: 6.125rem;
  padding-right: 6.125rem;
}
.advert-tabs-nav__link {
  font-size: 1.125rem;
  font-weight: 500;
  color: #0d213a;
  display: block;
  text-decoration: none;
  padding-bottom: 2.1875rem;
  position: relative;
  white-space: nowrap;
}
.advert-tabs-nav__link:hover,
.advert-tabs-nav__link:focus,
.advert-tabs-nav__link.is-active {
  color: #575c65;
}
.advert-tabs-nav__link:hover::after,
.advert-tabs-nav__link:focus::after,
.advert-tabs-nav__link.is-active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.advert-tabs-nav__link:not(:last-child) {
  margin-right: 3.625rem;
}
.advert-tabs-nav__link::after {
  content: "";
  height: 0.1875rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
  background: #a7b5ca;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
.advert-tab {
  display: none;
}
.advert-tab.is-active {
  display: block;
}
.advert-information {
  padding: 3.6875rem 6.5625rem 3.875rem 6.5625rem;
}
.advert-information__title {
  font-size: 2rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 1.375rem;
}
.advert-information p {
  font-size: 1rem;
  color: #575c65;
  line-height: 1.625rem;
}
.advert-faq {
  padding: 3.25rem 6.375rem 5.4375rem;
}
.advert-faq__item:last-child {
  border-bottom: 0.0625rem solid #ededed;
}
.advert-faq__title {
  font-size: 1.25rem;
  font-weight: 400;
  color: #0d213a;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 0.0625rem solid #ededed;
  cursor: pointer;
}
.advert-faq__title.is-active {
  color: #ff006d;
}
.advert-faq__title.is-active .advert-faq__title-icon-close {
  display: block;
}
.advert-faq__title.is-active .advert-faq__title-icon-open {
  display: none;
}
.advert-faq__title-icon-open {
  color: #ff006d;
  position: relative;
  right: 1.875rem;
}
.advert-faq__title-icon-close {
  font-size: 0.8125rem;
  color: #0d213a;
  display: none;
  position: relative;
  right: 1.875rem;
  top: 0.25rem;
}
.advert-faq__text {
  padding-top: 0.5625rem;
  padding-bottom: 3.375rem;
}
.advert-faq__text p {
  font-size: 1rem;
  color: #575c65;
  line-height: 1.5rem;
}
.advert-faq__hidden {
  display: none;
}
.advert-contacts {
  border-top: 0.0625rem solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3.4375rem;
  padding-bottom: 3.9375rem;
  padding-left: 6.125rem;
  padding-right: 6.125rem;
}
.advert-contacts__icon {
  height: 3.4375rem;
  width: 3.4375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0.0625rem solid #e3e7ed;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.9375rem;
  position: relative;
}
.advert-contacts__icon .icon {
  font-size: 1.875rem;
  color: #ff006d;
}
.advert-contacts__title {
  font-size: 1.75rem;
  color: #0d213a;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.advert-contacts__text {
  font-size: 1.125rem;
  color: #0d213a;
}
.advert-contacts__text a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.recent-ads__container {
  padding-top: 8.125rem;
  padding-bottom: 12.125rem;
}
.recent-ads__title {
  font-size: 2rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 3rem;
  text-align: center;
}
.recent-ads__list {
  margin: 0 -0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recent-ads__list > * {
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  width: calc(100% / 12 * 4 - 0.875rem);
  margin-bottom: 0.9375rem;
}
.recent-ads__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3.75rem;
}
.recent-ads__footer .btn {
  min-width: 23.75rem;
}
.item-advert {
  text-decoration: none;
  background: #fff;
  display: block;
  border-radius: 0.625rem;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 29.9375rem;
}
.item-advert:hover .item-advert__top {
  max-height: 14.25rem;
}
.item-advert:hover .item-advert__button-wrap {
  max-height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.3s ease-out;
  -o-transition: opacity 0.4s 0.3s ease-out;
  transition: opacity 0.4s 0.3s ease-out;
}
.item-advert__top {
  max-height: 19.25rem;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  position: relative;
  z-index: 1;
}
.item-advert__top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.item-advert__label {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
.item-advert__cat {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 1.1875rem;
  top: 1.125rem;
}
.item-advert__count {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.875rem;
  min-width: 1.875rem;
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
}
.item-advert__img {
  height: 19.25rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.item-advert__title {
  font-size: 1.375rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1.75rem;
  padding-bottom: 0.9375rem;
  position: relative;
  margin-bottom: 0.875rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item-advert__title::after {
  content: "";
  height: 0.0625rem;
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAFElEQVQYV2PctGnTfz8/P0YGJAAARn4EAtQr//cAAAAASUVORK5CYII=);
  position: absolute;
  bottom: 0;
  left: 0;
}
.item-advert__price {
  font-size: 1.25rem;
  font-weight: 400;
  color: #0d213a;
  margin-bottom: 0.3125rem;
}
.item-advert__desc {
  font-size: 0.875rem;
  font-weight: 400;
  color: #0d213a;
}
.item-advert__bottom {
  padding: 0.9375rem 1.875rem 0.9375rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item-advert__button {
  width: 100%;
  margin-top: 1.25rem;
}
.item-advert__button-wrap {
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.item-advert-large {
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 29.9375rem;
  border-radius: 0.625rem;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 4.6875rem;
}
.item-advert-large::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.item-advert-large:hover .item-advert-large__img {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.item-advert-large__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  -webkit-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.item-advert-large__label {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
.item-advert-large__count {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.875rem;
  min-width: 1.875rem;
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
}
.item-advert-large__cat {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
.item-advert-large__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 6.1875rem;
}
.item-advert-large__price {
  font-size: 2.625rem;
  font-weight: 400;
}
.item-advert-large__desc {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 2.125rem;
}
.item-advert-large__button {
  min-width: 23.6875rem;
}
.ads-top {
  background: #fff;
}
.ads-top__container {
  padding-top: 4.375rem;
}
.ads-top__header {
  text-align: center;
  margin-bottom: 3.75rem;
}
.ads-top__title {
  font-size: 2.625rem;
  font-weight: 500;
  color: #0d213a;
  text-align: center;
  margin-bottom: 1.125rem;
}
.ads-tab-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
}
.ads-tab-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  color: #ff006d;
  height: 2.75rem;
  border: 0.0625rem solid #e1e6ed;
  padding: 0 2.625rem;
  min-width: 11.875rem;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.ads-tab-nav__link:first-child {
  border-radius: 0.3125rem 0 0 0.3125rem;
}
.ads-tab-nav__link:last-child {
  border-radius: 0 0.3125rem 0.3125rem 0;
}
.ads-tab-nav__link.is-active,
.ads-tab-nav__link:hover {
  background: #a7b5ca;
  border-color: #a7b5ca;
  color: #fff;
}
.ads-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.1875rem;
  border-radius: 0.5625rem;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}
.ads-slides__left-side {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  min-width-min-height: 0;
}
.ads-slides__right-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.08333%;
  flex: 0 0 33.08333%;
  max-width: 33.08333%;
  margin-left: 0.0625rem;
}
.ads-slides__right-side > :not(:last-child) {
  margin-bottom: 0.0625rem;
}
.ads-slider {
  height: 100%;
  min-width: 0;
  min-width-min-height: 0;
  position: relative;
}
.ads-slider .slick-slider,
.ads-slider .slick-list,
.ads-slider .slick-track {
  height: 100%;
}
.ads-slider__dots {
  position: absolute;
  bottom: 2.0625rem;
  right: 1.875rem;
  z-index: 10;
}
.ads-slide {
  height: 17.375rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 1.4375rem 1.4375rem 1.125rem;
}
.ads-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: -1;
}
.ads-slide:hover .ads-slide__img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.ads-slide__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  z-index: -2;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.ads-slide__cat {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
.ads-slide__title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: auto;
}
.ads-slide__title.ads-slide__title_size_lg {
  font-size: 2rem;
}
.ads-slide__price {
  font-size: 1.375rem;
  margin-bottom: 0.1875rem;
}
.ads-slide__price.ads-slide__price_size_lg {
  font-size: 2rem;
}
.ads-slide__desc {
  font-size: 1rem;
  font-weight: 500;
}
.ads-slide__desc.ads-slide__desc_size_lg {
  font-size: 1.375rem;
}
.ads-slide__count {
  font-size: 0.75rem;
  font-weight: 500;
  height: 1.875rem;
  min-width: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  z-index: 10;
}
.ads-slide__label {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
}
.ads-slide.ads-slide_size_lg {
  padding: 1.8125rem 1.8125rem 2.625rem;
  height: 100%;
}
.ads-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1.5625rem;
  padding-bottom: 3.125rem;
}
.ads-form__actions > * {
  margin: 0 0.9375rem;
  min-width: 23.75rem;
}
.ads-form__reset {
  font-size: 1rem;
}
.ads-form__reset .icon {
  font-size: 1.3125rem;
  position: relative;
  top: -0.0625rem;
  right: -0.1875rem;
}
.ads-form__mobile-reset {
  min-width: 18.125rem;
  font-size: 0.875rem;
}
.ads-form__mobile-reset .icon {
  font-size: 1rem;
}
.ads-form__submit span {
  margin: 0 0.25em;
}
.ads-form__hidden {
  padding-top: 1.375rem;
  display: none;
}
.ads-form-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 1.5625rem 0 1.375rem;
  border-bottom: 0.0625rem solid #ececec;
}
.ads-form-controls__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ads-form-controls__checkboxes > :not(:last-child) {
  margin-right: 1.6875rem;
}
.ads-form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ads-form-top__left-side {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ads-form-top__right-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.33333%;
  flex: 0 0 40.33333%;
  max-width: 40.33333%;
  margin-left: 1.875rem;
}
.ads-form-middle-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5625rem;
}
.ads-form-middle-top__left-side {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ads-form-middle-top__left-side > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ads-form-middle-top__left-side > :not(:last-child) {
  margin-right: 1.875rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.75rem;
  flex: 0 0 23.75rem;
  max-width: 0 0 23.75rem;
}
.ads-form-middle-top__right-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.33333%;
  flex: 0 0 40.33333%;
  max-width: 40.33333%;
  margin-left: 1.875rem;
}
.ads-form-middle-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
}
.ads-form-middle-center__left-side {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ads-form-middle-center__left-side > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ads-form-middle-center__left-side > :not(:last-child) {
  margin-right: 1.875rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.75rem;
  flex: 0 0 23.75rem;
  max-width: 0 0 23.75rem;
}
.ads-form-middle-center__right-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.33333%;
  flex: 0 0 40.33333%;
  max-width: 40.33333%;
  margin-left: 1.875rem;
}
.ads-form-middle-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.1875rem;
}
.ads-form-middle-bottom__left-side {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ads-form-middle-bottom__right-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.33333%;
  flex: 0 0 40.33333%;
  max-width: 40.33333%;
  margin-left: 1.875rem;
}
.ads-form-middle-hidden {
  display: none;
  text-align: center;
}
.ads-form-fieldset legend {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 0.9375rem;
}
.ads-form-fieldset__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.25rem;
}
.ads-form-fieldset__container > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0.25rem;
}
.ads-form-fieldset.ads-form-fieldset_type_region
  .ads-form-fieldset__container
  > :not(:last-child) {
  margin-right: 0.3125rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 13.75rem;
  flex: 0 0 13.75rem;
  max-width: 0 0 13.75rem;
}
.filter-input {
  height: 4.1875rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #e3e7ed;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0.6875rem 1.0625rem 0.4375rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.filter-input:hover,
.filter-input:focus {
  border: 0.0625rem solid #e3e7ed;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #e3e7ed;
  box-shadow: inset 0 0 0 0.0625rem #e3e7ed;
}
.filter-input__label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #758189;
  white-space: nowrap;
  position: relative;
  margin-bottom: auto;
}
.filter-input__label::after {
  content: attr(data-short-text);
  display: none;
}
.filter-input__field {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #0d213a;
}
.filter-input__field:-moz-placeholder {
  color: #0d213a;
}
.filter-input__field::-webkit-input-placeholder {
  color: #0d213a;
}
.filter-input__field::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.filter-input__mark {
  font-weight: 500;
  color: #0d213a;
  position: absolute;
  bottom: 0.0625rem;
  right: 1rem;
  font-size: 1.75rem;
}
.filter-input__mark.filter-input__mark_size_sm {
  font-size: 1.125rem;
  bottom: 0.25rem;
}
.filter-input__mark.filter-input__mark_size_md {
  font-size: 1.375rem;
  bottom: 0.1875rem;
}
.filter-input.filter-input_has_price-mark {
  padding: 0.6875rem 2.625rem 0.4375rem 1.0625rem;
}
.filter-input.filter-input_has_square-mark {
  padding: 0.6875rem 2.9375rem 0.4375rem 1.0625rem;
}
.filter-input.filter-input_has_year-mark {
  padding: 0.6875rem 2.1875rem 0.4375rem 1.0625rem;
}
.ads-content-tabs-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ads-content-tabs-controls__link {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 4.1875rem;
  color: #ff006d;
  font-size: 1rem;
  font-weight: 500;
  border: 0.0625rem solid #e1e6ed;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.ads-content-tabs-controls__link:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
.ads-content-tabs-controls__link:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.ads-content-tabs-controls__link.is-active,
.ads-content-tabs-controls__link:hover {
  background: #a7b5ca;
  border-color: #a7b5ca;
  color: #fff;
}
.ads-tabs-content__item {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.ads-tabs-content__item.is-active {
  height: auto;
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
.ads-list__container {
  padding-top: 7.1875rem;
  padding-bottom: 12.5rem;
}
.ads-list__title {
  text-align: center;
  color: #0d213a;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3.0625rem;
}
.ads-list__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4375rem;
  margin-right: -0.4375rem;
}
.ads-list__inner-container > * {
  margin-bottom: 0.9375rem;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  width: calc(100% / 12 * 4 - 0.875rem);
}
.ads-list__inner-container > .ads-list__item_full-width {
  width: 100%;
}
.ads-list__pagination {
  padding-top: 2.1875rem;
}
.ads-map {
  background: #fff;
}
.ads-map__container {
  padding-top: 1.25rem;
  margin-bottom: 15.625rem;
}
.ads-map__outer-container {
  position: relative;
  height: 40.625rem;
  overflow: hidden;
  background: #f2f1f1;
}
.ads-map__inner-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ads-map__list {
  position: absolute;
  top: 0.9375rem;
  bottom: 0;
  width: 23.75rem;
  left: calc(50% - 75rem / 2);
}
.ads-map__inner-list > :not(:last-child) {
  margin-bottom: 0.125rem;
}
.ads-map__scroll > .scroll-element.scroll-y {
  width: 0.3125rem;
  right: 0.625rem;
}
.ads-map__scroll > .scroll-element .scroll-bar {
  height: 5.8125rem;
  background: rgba(255, 255, 255, 0.4);
}
.ads-map__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.875rem 0.9375rem;
}
.ads-map__button {
  min-width: 23.75rem;
}
.ads-map-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 14.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.125rem;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 1.375rem 1.8125rem 0.875rem;
}
.ads-map-item:hover .ads-map-item__title,
.ads-map-item:hover .ads-map-item__cat,
.ads-map-item:focus .ads-map-item__title,
.ads-map-item:focus .ads-map-item__cat {
  color: #0d213a;
}
.ads-map-item:hover .ads-map-item__button,
.ads-map-item:focus .ads-map-item__button {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s 0.4s ease-out;
  -o-transition: 0.4s 0.4s ease-out;
  transition: 0.4s 0.4s ease-out;
}
.ads-map-item::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.ads-map-item__overlay {
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ads-map-item__top {
  margin-bottom: auto;
  width: 100%;
}
.ads-map-item__label {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
}
.ads-map-item__cat {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.8125rem;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.17s 0.2s ease;
  -o-transition: color 0.17s 0.2s ease;
  transition: color 0.17s 0.2s ease;
}
.ads-map-item__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.17s 0.2s ease;
  -o-transition: color 0.17s 0.2s ease;
  transition: color 0.17s 0.2s ease;
}
.ads-map-item__bottom {
  position: relative;
  padding-top: 0.8125rem;
  width: 100%;
}
.ads-map-item__bottom::before {
  content: "";
  height: 0.0625rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAFElEQVQYV2P8////f0ZGRkYGJAAAShoEAnJ757wAAAAASUVORK5CYII=);
}
.ads-map-item__price {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
.ads-map-item__desc {
  font-size: 0.875rem;
  font-weight: 500;
}
.ads-map-item__photo {
  position: absolute;
  bottom: 0.125rem;
  right: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ads-map-item__photo-icon {
  font-size: 0.875rem;
  color: #fff;
  margin-right: 0.5rem;
}
.ads-map-item__photo-text {
  font-size: 0.75rem;
  color: #fff;
  font-weight: 500;
}
.ads-map-item__button {
  text-decoration: none;
  height: 3.4375rem;
  position: absolute;
  bottom: 0;
  left: 1.875rem;
  right: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d213a;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.ads-map-item__button::before {
  content: "";
  height: 0.0625rem;
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAFElEQVQYV2PctGnTfz8/P0YGJAAARn4EAtQr//cAAAAASUVORK5CYII=);
  position: absolute;
  top: 0;
  left: 0;
}
.ads-map-item__button::after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #ff006d;
  font-size: 1.25rem;
}
.ads-filter-btn {
  font-family: "Montserrat", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #0d213a;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 14.6875rem;
}
.ads-filter-btn:hover {
  color: #575c65;
}
.ads-filter-btn__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.375rem;
  color: #ff2381;
  margin-right: 0.8125rem;
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.ads-filter-btn__icon-close {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
  color: #0d203a;
  font-size: 1.125rem;
  margin-left: auto;
}
.ads-filter-btn__text {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}
.ads-filter-btn.is-active {
  color: #ff006d;
}
.ads-filter-btn.is-active:hover {
  color: #575c65;
}
.ads-filter-btn.is-active .ads-filter-btn__icon {
  color: #a7b5ca;
  margin-right: 1.25rem;
}
.ads-filter-btn.is-active .ads-filter-btn__icon-close {
  display: block;
}
.credit-data__inner,
.credit-conditions__inner,
.credit-docs__inner,
.credit-ways__inner,
.credit-faq__inner,
.credit-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 62.25rem;
}
.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
}
.banner-top__container {
  position: relative;
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}
.banner-top__label {
  position: absolute;
  top: 1.875rem;
  right: 0.9375rem;
}
.banner-top__category {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.8125rem;
}
.banner-top__title {
  font-size: 2.625rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.14;
}
.banner-top__button {
  width: 17.5rem;
}
.banner-bottom__container {
  padding-bottom: 5.375rem;
}
.banner-info {
  margin-bottom: 2.1875rem;
  color: #fff;
}
.banner-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.banner-info__item {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  color: #fff;
}
.banner-info__item_lg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.banner-info__value {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.banner-info__value strong {
  font-size: 2.625rem;
  font-weight: 400;
}
.banner-info__desc {
  font-size: 0.75rem;
  font-weight: 500;
}
.banner-info__desc::before {
  content: attr(data-short-text);
  display: none;
}
.nav-line {
  position: fixed;
  top: 5.125rem;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  visibility: hidden;
}
.nav-line.is-fixed {
  visibility: visible;
}
.nav-line__container {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-line__order-link {
  margin-left: auto;
  min-width: 17.3125rem;
}
.nav-line__back-link.back-page-link {
  color: #0d213a;
}
.nav-line__back-link.back-page-link .back-page-link__icon {
  border: 0.0625rem solid #e1e6ed;
  background: 0 0;
}
.nav-line__back-link.back-page-link .back-page-link__icon i {
  color: #ff016d;
}
.banner-nav__container {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-nav__container::after {
  content: "";
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  bottom: 0;
  left: 0.9375rem;
  right: 0.9375rem;
}
.back-page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.back-page-link:hover .back-page-link__icon {
  border-radius: 0.3125rem;
}
.back-page-link__icon {
  background: #ff006d;
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.8125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.back-page-link__icon i {
  font-size: 1.375rem;
  color: #fff;
  position: relative;
  left: -0.0625rem;
  top: -0.0625rem;
}
.credit-calc {
  background: #fff;
}
.credit-calc__container {
  padding-top: 3.8125rem;
  padding-bottom: 4.0625rem;
}
.credit-calc-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  margin-bottom: 2.5rem;
}
.credit-calc-header__left {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.credit-calc-header__right {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.credit-calc-header__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #0d213a;
  margin-bottom: 0.9375rem;
}
.credit-calc-header__desc {
  font-size: 1rem;
  font-weight: 500;
  color: #575c65;
}
.credit-calc-nav-label {
  font-size: 0.75rem;
  color: #575c65;
  margin-bottom: 1.0625rem;
  margin-top: 0.125rem;
}
.credit-calc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.0625rem;
}
.credit-calc-nav__link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #ff006d;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 0.0625rem solid #e1e6ed;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}
.credit-calc-nav__link:hover {
  color: #0d213a;
  background-color: #e1e6ec;
  border-color: #e1e6ec;
}
.credit-calc-nav__link:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
.credit-calc-nav__link:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.credit-calc-nav__link.is-active {
  background: #a7b5ca;
  color: #fff;
  border-color: #a7b5ca;
}
.credit-calc-tab {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.credit-calc-tab.is-active {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.credit-calc-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  margin-bottom: 2.6875rem;
}
.credit-calc-field {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.credit-calc-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 2.8125rem;
  position: relative;
}
.credit-calc-options::after {
  content: "";
  position: absolute;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 0;
  height: 0.0625rem;
  background: #ededed;
}
.credit-calc-options__left {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.credit-calc-options__right {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.credit-calc-options__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0.3125rem;
}
.credit-calc-options__checkbox {
  margin-top: 0;
}
.credit-calc-options__checkbox:not(:last-child) {
  margin-right: 3.4375rem;
}
.credit-calc-payment {
  font-size: 1.375rem;
  color: #0d213a;
  font-weight: 500;
  line-height: 1;
}
.credit-calc-payment > span {
  font-size: 2.375rem;
}
.credit-calc-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  padding-top: 1.875rem;
}
.credit-calc-footer__inner {
  margin-left: 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.9375rem;
}
.credit-calc-footer__btn {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 17.375rem;
}
.credit-calc-footer__btn:not(:last-child) {
  margin-right: 1.875rem;
}
.credit-calc-footer__desc {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  max-width: 11.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #0d213a;
  margin-left: 1.25rem;
}
.credit-calc-info {
  color: #a6a8ac;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  padding-top: 0.75rem;
  max-width: 76.875rem;
  margin: 0 auto;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
.credit-content {
  position: relative;
  z-index: 1;
}
.credit-content__container {
  padding-top: 4.6875rem;
}
.credit-content__inner {
  background: #fff;
}
.credit-tab {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
.credit-tab.is-active {
  height: auto;
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
.credit-tabs-nav {
  background: #fff;
  margin-bottom: 0.0625rem;
  padding: 2.1875rem 1.875rem 0;
  border-radius: 0.625rem 0.625rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.credit-tabs-nav__link {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d213a;
  position: relative;
  padding-bottom: 1.875rem;
  display: block;
  white-space: nowrap;
}
.credit-tabs-nav__link::after {
  content: "";
  height: 0.1875rem;
  background: #a7b5ca;
  width: 100%;
  position: absolute;
  display: inline-block;
  bottom: -0.0625rem;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.credit-tabs-nav__link:not(:last-child) {
  margin-right: 3rem;
}
.credit-tabs-nav__link:hover,
.credit-tabs-nav__link.is-active {
  color: #575c65;
}
.credit-tabs-nav__link:hover::after,
.credit-tabs-nav__link.is-active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.credit-tabs-nav__link_warning {
  color: #ff006d;
}
.credit-tabs-nav__link_important sup {
  display: inline-block;
  color: #ff006d;
  position: relative;
  top: -0.3125rem;
  right: -0.125rem;
}
.credit-data {
  background: #fff;
  margin-bottom: 0.0625rem;
  border-radius: 0 0 0.625rem 0.625rem;
}
.credit-data__inner {
  padding-top: 2.8125rem;
  padding-bottom: 4.6875rem;
}
.credit-data__text {
  text-align: center;
  color: #0d213a;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 2.125rem;
}
.credit-data__important-text {
  font-size: 0.75rem;
  font-weight: 500;
  color: #a6a8ac;
  text-align: center;
  margin-top: 3.5625rem;
}
.credit-data-table tr {
  border-bottom: 0.0625rem solid #ededed;
}
.credit-data-table tr td {
  padding: 0.9375rem 0;
  width: 51.6%;
  font-size: 1rem;
  font-weight: 400;
  color: #0d213a;
}
.credit-advantages {
  border-radius: 0.625rem;
  background: #fff;
}
.credit-advantages__inner {
  padding-top: 3.4375rem;
  padding-bottom: 2.5rem;
}
.credit-advantages__slider-wrap {
  margin-top: 3.9375rem;
  position: relative;
}
.credit-advantages__slider {
  overflow: hidden;
}
.credit-advantages__slider .slick-list {
  margin: 0 -0.9375rem;
}
.credit-advantage {
  text-align: center;
  padding: 0 0.9375rem;
}
.credit-advantage__icon {
  height: 6.0625rem;
  width: 6.0625rem;
  border-radius: 50%;
  background: #ff006d;
  margin: 0 auto 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.credit-advantage__icon svg {
  fill: #fff;
}
.credit-advantage__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #0d213a;
}
.credit-advantage__subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  color: #575c65;
}
.credit-advantages-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3.9375rem;
}
.credit-advantages-nav__prev,
.credit-advantages-nav__next {
  margin: 0 0.0625rem;
}
.credit-content-header__title {
  font-size: 2.375rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1;
  margin-bottom: 1.125rem;
  text-align: center;
}
.credit-content-header__title_size_small {
  font-size: 2rem;
}
.credit-content-header__subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  color: #0d213a;
  text-align: center;
}
.credit-conditions {
  background: #fff;
}
.credit-conditions__inner {
  padding-top: 3.3125rem;
  padding-bottom: 1.875rem;
}
.credit-conditions-list {
  margin-top: 3.375rem;
}
.credit-conditions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  padding-bottom: 1.5625rem;
  position: relative;
}
.credit-conditions-item:not(:last-child) {
  margin-bottom: 1.75rem;
}
.credit-conditions-item:not(:last-child)::after {
  content: "";
  border-bottom: 0.0625rem solid #ededed;
  position: absolute;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 0;
}
.credit-conditions-item__left {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.credit-conditions-item__right {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.credit-conditions-item__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1.3;
  position: relative;
  top: -0.3125rem;
}
.credit-conditions-item__text p {
  font-size: 1rem;
  color: #0d213a;
  padding-left: 0.9375rem;
  margin-top: 0.5625rem;
}
.credit-conditions-item__text ul li {
  font-size: 1rem;
  color: #0d213a;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.credit-conditions-item__text ul li::before {
  content: "";
  height: 0.3125rem;
  width: 0.3125rem;
  border-radius: 50%;
  margin-right: 0.625rem;
  background: #a8b5ca;
  position: relative;
  top: 0.5em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.credit-conditions-item__text ul li:not(:last-child) {
  margin-bottom: 0.5625rem;
}
.credit-conditions-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  color: #0d213a;
  padding-top: 0.25rem;
  line-height: 1.45;
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.credit-conditions-warning::before {
  content: "!";
  height: 1.5625rem;
  width: 1.5625rem;
  border-radius: 50%;
  background: #ff016d;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 500t;
  text-align: center;
  line-height: 1.5625rem;
  margin-right: 0.625rem;
  margin-top: -0.125rem;
}
.credit-docs {
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
}
.credit-docs__inner {
  padding-top: 2.0625rem;
  padding-bottom: 2.8125rem;
}
.credit-docs__info-text {
  font-size: 0.75rem;
  font-weight: 500;
  color: #a6a8ac;
  margin-top: 3.5625rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.credit-docs-list {
  margin-top: 3.375rem;
}
.credit-docs-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.credit-docs-item {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.6875rem;
  margin-bottom: 1.875rem;
}
.credit-docs-item::after {
  content: "";
  display: inline-block;
  border-bottom: 0.0625rem solid #ededed;
  position: absolute;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 0;
}
.credit-docs-item__icon {
  margin-right: 1.25rem;
}
.credit-docs-item__icon .icon {
  font-size: 2.375rem;
}
.credit-docs-item__title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 0.4375rem;
  line-height: 1.44;
}
.credit-docs-item__info {
  font-size: 0.75rem;
  font-weight: 500;
  color: #a6a8ac;
}
.credit-ways {
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
}
.credit-ways__inner {
  padding-top: 3.25rem;
  padding-bottom: 3.75rem;
}
.credit-ways-list {
  margin-top: 3.4375rem;
}
.credit-ways-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  padding-bottom: 1.5625rem;
  position: relative;
}
.credit-ways-item_align_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.credit-ways-item:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.credit-ways-item:not(:last-child)::after {
  content: "";
  border-bottom: 0.0625rem solid #ededed;
  position: absolute;
  bottom: 0;
  left: 0.9375rem;
  right: 0.9375rem;
}
.credit-ways-item__left {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.credit-ways-item__right {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.credit-ways-item__text {
  font-size: 0.875rem;
  color: #0d213a;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.625rem;
}
.credit-ways-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 1.125rem;
}
.credit-ways-item-title__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.875rem;
  height: 4.375rem;
  width: 4.375rem;
  border-radius: 50%;
  background: #f6f7fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.credit-ways-item-title__icon .icon {
  font-size: 2.8125rem;
  color: #a7b5ca;
  position: relative;
}
.credit-ways-item-title__icon .icon-terminal {
  right: -0.0625rem;
  font-size: 2.75rem;
}
.credit-ways-item-title__icon .icon-phone-sms {
  right: -0.4375rem;
}
.credit-ways-item-title__icon .icon-kasses {
  font-size: 2.625rem;
  top: 0.1875rem;
}
.credit-ways-item-title__icon .icon-partners {
  font-size: 2.625rem;
  top: 0.1875rem;
}
.credit-ways-item-title__icon_bg_false {
  border-radius: 0;
  background: 0 0;
}
.credit-ways-item-title__icon_bg_false img {
  width: 100%;
}
.credit-ways-item-title__text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1.3;
}
.credit-apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  margin-top: 1.5625rem;
  margin-bottom: 0.9375rem;
}
.credit-app {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.credit-app__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ff016d;
  border-radius: 50%;
  margin-right: 0.625rem;
  height: 3rem;
  width: 3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.credit-app__icon .icon {
  color: #fff;
  font-size: 1.6875rem;
  position: relative;
}
.credit-app__icon .icon-apple {
  top: -0.0625rem;
}
.credit-app__text {
  font-size: 0.75rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1.5;
}
.credit-faq {
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
}
.credit-faq__inner {
  padding-top: 3.25rem;
  padding-bottom: 8rem;
}
.credit-faq-list {
  margin-top: 3.75rem;
}
.credit-faq-item {
  border-top: 0.0625rem solid #f4f4f4;
}
.credit-faq-item:last-child {
  border-bottom: 0.0625rem solid #f4f4f4;
}
.credit-faq-item__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #0d213a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 5.8125rem;
}
.credit-faq-item__title::after {
  content: "\f107";
  font-family: "FontAwesome";
  height: 3.125rem;
  width: 3.125rem;
  border: 0.0625rem solid #e3e7ed;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 3.125rem;
}
.credit-faq-item__title.is-active::after {
  content: "\f00d";
  background: #a7b5ca;
  border-color: #a7b5ca;
  color: #fff;
  font-size: 1rem;
}
.credit-faq-item__label {
  font-size: 0.625rem;
  font-weight: 600;
  color: #ff006d;
  margin-top: -0.0625rem;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  margin-top: 0.5625rem;
}
.credit-faq-item__text {
  color: #575c65;
  font-size: 1rem;
  line-height: 1.5;
  padding-right: 15%;
  margin-bottom: 1.9375rem;
}
.credit-faq-item__toggle {
  display: none;
}
.credit-faq-footer {
  padding-top: 3.75rem;
}
.credit-faq-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.credit-faq-footer__btn-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 23.75rem;
  flex: 0 1 23.75rem;
  max-width: 23.75rem;
}
.credit-faq-footer__btn {
  width: 100%;
  font-weight: 600;
}
.tenge-coin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tenge-coin__icon {
  color: #fff;
  height: 2.625rem;
  width: 2.625rem;
  background: #ff006d;
  border-radius: 50%;
  margin-right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.375rem;
  color: #fff;
}
.tenge-coin__text {
  font-size: 1rem;
  color: #0d213a;
}
.credit-registration {
  position: relative;
  z-index: 1;
}
.credit-registration__container {
  padding-top: 3.75rem;
}
.credit-registration__inner {
  background: #fff;
  border-radius: 0.625rem;
  padding: 3.375rem 0 7.1875rem;
  margin-bottom: 0.0625rem;
}
.credit-steps {
  margin-top: 3.75rem;
  overflow: hidden;
}
.credit-steps .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.credit-steps .slick-list {
  margin: 0 -0.9375rem;
}
.credit-step {
  text-align: center;
  padding: 0 1.5625rem;
}
.credit-step__amount {
  height: 3.625rem;
  width: 3.625rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e4e9ef;
  font-size: 1.125rem;
  color: #0d213a;
  font-weight: 400;
  margin: 0 auto;
}
.credit-step__amount .icon {
  color: #fff;
  font-size: 2.8125rem;
  position: relative;
}
.credit-step__amount .icon-get-money {
  font-size: 2.75rem;
  right: -0.125rem;
}
.credit-step__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 0.75rem;
  margin-top: 1.375rem;
}
.credit-step__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #575c65;
  line-height: 1.45;
}
.credit-step.is-active .credit-step__title {
  font-size: 1.25rem;
  color: #ff006d;
  margin-top: 0.9375rem;
}
.credit-step.is-active .credit-step__amount {
  height: 4.375rem;
  width: 4.375rem;
  background: #ff006d;
}
.credit-step:not(.is-active) .credit-step__amount {
  margin: 0.375rem auto;
}
.credit-step:not(:last-child)::after {
  content: "";
  height: 0.0625rem;
  width: 18.4375rem;
  position: absolute;
  top: 2.1875rem;
  right: -35%;
  background: #ecf0f4;
}
.credit-order {
  position: relative;
  z-index: 1;
}
.credit-order__inner {
  background: #fff;
  border-radius: 0.625rem;
  padding-top: 3.4375rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
}
.credit-form {
  margin-top: 2.6875rem;
}
.credit-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.credit-form__col {
  position: relative;
  width: 100%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.credit-form__select {
  margin-bottom: 1.25rem;
}
.credit-form__field {
  margin-bottom: 1.25rem;
}
.credit-form__add-phone {
  margin-top: 1rem;
}
.credit-form__proposal {
  margin-top: 3rem;
}
.credit-form__footer {
  padding-top: 2.1875rem;
  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;
}
.credit-form__footer-text {
  font-size: 1rem;
  color: #0d213a;
  margin-right: 1.875rem;
}
.credit-form__submit-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 23.75rem;
  flex: 0 1 23.75rem;
  max-width: 23.75rem;
}
.credit-form__submit {
  width: 100%;
}
.proposal-time {
  text-align: center;
}
.proposal-time__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 0.4em;
}
.proposal-time__in {
  display: none;
  padding-bottom: 2.8125rem;
  padding-top: 0.625rem;
}
.proposal-time__choose {
  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;
}
.proposal-time__label {
  padding-left: 1.875rem;
  position: relative;
  margin: 0 0.625rem;
}
.proposal-time__label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.proposal-time__label label {
  cursor: pointer;
}
.proposal-time__label label::before {
  content: "";
  display: inline-block;
  height: 1.4375rem;
  width: 1.4375rem;
  border-radius: 50%;
  border: 0.125rem solid #000;
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
  left: 0;
}
.proposal-time__label_all input[type="radio"]:checked + label::before {
  background: url(../img/i-smile.svg) no-repeat center/contain;
  border: 0;
}
.proposal-time__label_before input[type="radio"]:checked + label::before {
  border-color: #f40568;
}
.proposal-time__label_after input[type="radio"]:checked + label {
  color: #436083;
  border-bottom: 0.0625rem dashed #b0c9e0;
}
.proposal-time__label_after input[type="radio"]:checked + label::before {
  border-color: #1c3ed1;
}
.proposal-time__btn {
  display: inline-block;
  line-height: 1.1;
  position: relative;
  background: #fff;
  margin: 0 1.25rem;
  z-index: 1;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #0d213a;
}
.proposal-time__btn::before {
  content: "";
  display: inline-block;
  height: 0.0625rem;
  width: 2000%;
  background: #f3f3f3;
  position: absolute;
  top: 50%;
  left: -1000%;
  z-index: -1;
  pointer-events: none;
}
.proposal-time__btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.75rem;
  bottom: 0;
  left: -1.75rem;
  background: #fff;
  z-index: -1;
}
.proposal-time__btn:hover {
  border-color: transparent;
  color: #000;
}
.other-credits {
  padding-top: 8.4375rem;
  padding-bottom: 6.25rem;
}
.other-credits__title {
  text-align: center;
  margin-bottom: 2.875rem;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  min-width: 20rem;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
}
.city-choose {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0 0 0 312.5rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 312.5rem rgba(0, 0, 0, 0.15);
  display: none;
}
.city-choose-top {
  background: #eff2f4;
}
.city-choose-top__container {
  padding-top: 2.625rem;
  padding-bottom: 2.6875rem;
  text-align: center;
  position: relative;
}
.city-choose-top__close {
  position: absolute;
  top: 3.1875rem;
  right: 1.3125rem;
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  background: #fff;
  border: 0.0625rem solid transparent;
  -webkit-transition: border 0.4s ease-out;
  -o-transition: border 0.4s ease-out;
  transition: border 0.4s ease-out;
}
.city-choose-top__close:hover {
  border: 1.875rem solid #a7b5ca;
}
.city-choose-top__close:hover .icon {
  color: #fff;
}
.city-choose-top__close .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 1.125rem;
  color: #000;
  -webkit-transition: 0.2s 0.1s ease;
  -o-transition: 0.2s 0.1s ease;
  transition: 0.2s 0.1s ease;
}
.city-choose-top__title {
  font-size: 2rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 0.5625rem;
}
.city-choose-top__city {
  font-size: 1rem;
  font-weight: 500;
  color: #0d213a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.city-choose-top__city .icon {
  color: #ff006d;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.city-choose-main__container {
  padding-top: 2.0625rem;
  padding-bottom: 4.0625rem;
}
.city-choose-main__item {
  border-bottom: 0.0625rem solid #ededed;
}
.city-choose-link {
  text-decoration: none;
  font-size: 0.875rem;
  color: #0d213a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
.city-choose-link:hover,
.city-choose-link.is-active {
  color: #838699;
}
.city-choose-link:hover .city-choose-link__icon,
.city-choose-link.is-active .city-choose-link__icon {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.city-choose-link:hover .city-choose-link__icon i,
.city-choose-link.is-active .city-choose-link__icon i {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.city-choose-link:hover .city-choose-link__icon::after,
.city-choose-link.is-active .city-choose-link__icon::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.city-choose-link:hover .city-choose-link__text,
.city-choose-link.is-active .city-choose-link__text {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateX(0.3125rem);
  -ms-transform: translateX(0.3125rem);
  transform: translateX(0.3125rem);
}
.city-choose-link__icon {
  width: 2.1875rem;
  text-align: center;
  font-size: 1.125rem;
  color: #ff006d;
  padding: 0.3125rem 0;
  display: inline-block;
  position: relative;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s ease 0.3s;
  -o-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}
.city-choose-link__icon i {
  opacity: 0;
  -webkit-transition: 0.4s ease-out 0.3s;
  -o-transition: 0.4s ease-out 0.3s;
  transition: 0.4s ease-out 0.3s;
  -webkit-transform: translateX(-0.4375rem);
  -ms-transform: translateX(-0.4375rem);
  transform: translateX(-0.4375rem);
}
.city-choose-link__icon::after {
  content: "";
  height: 0.0625rem;
  width: 100%;
  background: #ff006d;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s ease-out 0.7s;
  -o-transition: 0.3s ease-out 0.7s;
  transition: 0.3s ease-out 0.7s;
}
.city-choose-link__text {
  -webkit-transform: translateX(-2.1875rem);
  -ms-transform: translateX(-2.1875rem);
  transform: translateX(-2.1875rem);
  -webkit-transition: 0.3s ease-out 0.3s;
  -o-transition: 0.3s ease-out 0.3s;
  transition: 0.3s ease-out 0.3s;
}
.search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999;
  display: none;
}
.search.is-active {
  opacity: 1;
  visibility: visible;
}
.search__container {
  padding-top: 8.125rem;
  padding-bottom: 1.875rem;
  position: relative;
}
.search__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  border: 0.0625rem solid #e1e6ed;
  -webkit-transition: border 0.4s ease-out;
  -o-transition: border 0.4s ease-out;
  transition: border 0.4s ease-out;
}
.search__close:hover {
  border: 1.875rem solid #a7b5ca;
}
.search__close:hover .icon {
  color: #fff;
}
.search__close .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 1.125rem;
  color: #000;
  -webkit-transition: 0.2s 0.1s ease;
  -o-transition: 0.2s 0.1s ease;
  transition: 0.2s 0.1s ease;
}
.search__info {
  color: #a6a8ac;
  text-align: center;
  padding-top: 0.8125rem;
  font-size: 0.75rem;
}
.search__info .icon {
  font-size: 0.5625rem;
  margin-left: 0.5rem;
}
.search__submit {
  position: absolute;
  top: 0.75rem;
  right: 0.5625rem;
  height: 3.4375rem;
  width: 3.4375rem;
  z-index: 1;
}
.search__submit:hover .icon {
  color: #fff;
}
.search__submit:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.search__submit::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ff006d;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: -1;
}
.search__submit .icon {
  font-size: 1.75rem;
  color: #ff006d;
  -webkit-transition: color 0.3s 0.1s ease-out;
  -o-transition: color 0.3s 0.1s ease-out;
  transition: color 0.3s 0.1s ease-out;
}
.search__faq {
  border-top: 0.0625rem solid #f1f1f1;
  padding-top: 1.8125rem;
}
.search__faq-link {
  width: 100%;
}
.search-field {
  position: relative;
  display: block;
}
.search-field span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0.0625rem;
  background: #fff;
  font-size: 2rem;
  padding: 1.4375rem 0;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #758189;
  white-space: nowrap;
}
.search-field.is-focused span {
  top: 0;
  left: 0.625rem;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  color: #758189;
  width: auto;
  height: auto;
  padding: 0;
  background-color: transparent;
}
.search-input {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #758189;
  padding: 1.4375rem 0;
  width: 100%;
  display: block;
  height: 5.3125rem;
  border-bottom: 0.0625rem solid #ededed;
}
.search-tags {
  padding-top: 1.875rem;
  padding-bottom: 5.6875rem;
}
.search-tag {
  display: inline-block;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0 1.125rem;
  height: 2rem;
  line-height: 1.75rem;
  color: #838699;
  border: 0.0625rem solid #e1e6ed;
  border-radius: 0.9375rem;
  margin-bottom: 0.3125rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-right: 0.0625rem;
}
.search-tag:hover {
  color: #0d213a;
  border-radius: 0;
}
.top-line {
  background-color: #fff;
  border-bottom: 0.0625rem solid #eeeff0;
  position: relative;
  z-index: 999;
}
.top-line__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.top-line__login {
  margin-left: auto;
  margin-right: 2.1875rem;
}
.search-link {
  display: block;
  padding: 0.3125rem 1.25rem 0.3125rem 0;
  border-right: 0.0625rem solid #eaedf1;
}
.search-link .icon {
  display: block;
  color: #0d213a;
  font-size: 1.125rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.search-link:hover .icon {
  color: #a7b5ca;
}
.location {
  padding-left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
  margin-right: 1.5625rem;
}
.location__icon {
  margin-right: 0.5rem;
  display: block;
}
.location__icon .icon {
  display: block;
  font-size: 1.25rem;
  color: #ff006d;
}
.location__text {
  color: #838699;
}
.location__link {
  font-weight: 500;
  color: #0d213a;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-left: 0.3125rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.location__link:hover {
  color: #838699;
}
.top-menu__link {
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  color: #838699;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  white-space: nowrap
}
.top-menu__link:not(:last-child) {
  margin-right: 1.0625rem;
}
.top-menu__link:hover {
  color: #0d213a;
}
.login-link {
  text-decoration: none;
  color: #838699;
  font-size: 0.75rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.login-link:hover {
  color: #0d213a;
}
.login-link:hover .login-link__icon {
  background-color: #0d45a8;
}
.login-link__icon {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background-color: #ff006d;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: 0.6875rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.login-link__icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.0625rem;
  color: #fff;
}
.lang {
  position: relative;
  cursor: pointer;
  margin-right: 1.0625rem;
}


.lang.is-active .lang__label::before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.lang__label {
  color: #858993;
  font-size: 0.75rem;
  font-weight: 500;
  position: relative;
  padding-right: 1.375rem;
}
.lang__label:hover::before {
  color: #ff006d;
}
.lang__label:hover::after {
  -webkit-transform: scaleX(1.15);
  -ms-transform: scaleX(1.15);
  transform: scaleX(1.15);
}
.lang__label::before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: -0.0625rem;
  right: 0;
  color: #000;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.lang__label::after {
  content: "";
  height: 0.0625rem;
  position: absolute;
  bottom: -1.125rem;
  left: 0;
  right: 0;
  background-color: #ff006d;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lang__label_no_border::after {
  display: none;
}
.lang__list {
  position: absolute;
  top: calc(100% + 1.0625rem);
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
}
.lang__link {
  display: block;
  height: 3.75rem;
  line-height: 3.75rem;
  background-color: #ff006d;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 0 0.3125rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lang__link:hover {
  background-color: #a7b5c9;
}
.header {
  border-bottom: 0.0625rem solid #eeeff0;
  position: relative;
  background: #fff;
  z-index: 997;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header .top-menu,
.header .logo-small {
  display: none;
}
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header.is-fixed .logo {
  display: none;
}
.header.is-fixed .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header.is-fixed .top-menu__link {
  font-size: 0.875rem;
}
.header.is-fixed .top-menu__link:not(:last-child) {
  margin-right: 1.3125rem;
}
.header.is-fixed .logo-small {
  display: block;
  margin-right: 2.6875rem;
  margin-left: 1rem;
  position: relative;
}
.header.is-fixed .logo-small:hover .logo-small__home-icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.header.is-fixed .logo-small:hover .logo-small__home-icon .icon {
  opacity: 1;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}
.header.is-fixed .logo-small__home-icon {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #ff006d;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.75rem;
  margin-left: -1.75rem;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  overflow: hidden;
}
.header.is-fixed .logo-small__home-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 140%);
  -ms-transform: translate(-50%, 140%);
  transform: translate(-50%, 140%);
  color: #fff;
  font-size: 1.25rem;
  opacity: 0;
  -webkit-transition: 0.3s 0.3s ease-out;
  -o-transition: 0.3s 0.3s ease-out;
  transition: 0.3s 0.3s ease-out;
}
.header__container {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo {
  display: block;
  max-width: 15.625rem;
  width: 100%;
}
.logo img {
  width: 100%;
}
.menu {
  margin-left: auto;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__item:not(:last-child) {
  margin-right: 2.3125rem;
}
.menu__link {
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0d213a;
  position: relative;
  display: block;
}
.menu__link::before {
  content: "";
  height: 0.1875rem;
  width: 100%;
  position: absolute;
  bottom: -1.75rem;
  left: 0;
  background-color: #ff006d;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.menu__link:hover,
.menu__link.is-active {
  color: #575c65;
}
.menu__link:hover::before,
.menu__link.is-active::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.menu__link_has_sub-menu {
  padding-right: 1.125rem;
}
.menu__link_has_sub-menu::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #ff006d;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  right: 0;
  -webkit-transform-origin: 50% 25%;
  -ms-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
}
.menu__link_has_sub-menu.is-active::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.hamburger {
  margin-top: 0.3125rem;
  margin-left: 1.5625rem;
  display: none;
}
.hamburger:hover .ico-menu .bar:after {
  left: 0;
}
.ico-menu {
  position: relative;
  display: inline-block;
  width: 2.3125rem;
  height: 1.4375rem;
  overflow: hidden;
}
.ico-menu .bar {
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  background-color: #000;
  overflow: hidden;
}
.ico-menu .bar:nth-child(1) {
  top: 0;
}
.ico-menu .bar:nth-child(1)::after {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ico-menu .bar:nth-child(2) {
  top: 0.625rem;
}
.ico-menu .bar:nth-child(2)::after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ico-menu .bar:nth-child(3) {
  top: 1.25rem;
}
.ico-menu .bar:nth-child(3)::after {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ico-menu .bar:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #a6abab;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mob-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background: #fff;
  display: none;
}
.mob-menu__in {
  height: 100vh;
  min-height: 100%;
  overflow-y: auto;
}
.mob-menu__container {
  padding-top: 1.875rem;
  padding-bottom: 5rem;
}
.mob-menu__col {
  margin-bottom: 2.3125rem;
}
.mob-menu__col_margin_negative {
  margin-top: -8.125rem;
}
.mob-menu-head {
  background: #e5e9ed;
}
.mob-menu-head__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.mob-menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.3125rem;
}
.mob-menu-top__search-link .icon {
  font-size: 1.4375rem;
  color: #a5b5ca;
}
.mob-menu-top__close {
  display: block;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  padding-left: 2.1875rem;
  padding-right: 0.5625rem;
  border-left: 0.0625rem solid #e9edf0;
  height: 1.5rem;
  position: relative;
  top: -0.1875rem;
}
.mob-menu-top__close:hover .icon {
  color: #a5b5ca;
}
.mob-menu-top__close .icon {
  font-size: 1.125rem;
  color: #000;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mob-menu-top__nav-link {
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  color: #838699;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: none;
}
.mob-menu-top__nav-link:hover {
  color: #0d213a;
}
.mob-menu-tabs-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.0625rem solid #f1f1f1;
}
.mob-menu-tabs-control__link {
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0d213a;
  position: relative;
  display: block;
  padding-bottom: 1.6875rem;
  white-space: nowrap;
  z-index: 0;
}
.mob-menu-tabs-control__link:not(:last-child) {
  margin-right: 3.4375rem;
}
.mob-menu-tabs-control__link::before {
  content: "";
  height: 0.1875rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ff006d;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mob-menu-tabs-control__link:hover::before,
.mob-menu-tabs-control__link.is-active::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.mob-menu-apps {
  padding: 1.875rem 0;
  border-bottom: 0.0625rem solid #f1f1f1;
  margin-bottom: 1.5625rem;
}
.mob-menu-main {
  padding-bottom: 2.3125rem;
  border-bottom: 0.0625rem solid #f1f1f1;
}
.mob-menu-tab-item {
  height: 0;
  overflow: hidden;
}
.mob-menu-tab-item.is-active {
  height: auto;
  overflow: visible;
}
.mob-menu-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mob-menu-bottom {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.875rem 0 1.125rem;
}
.sub-menu {
  position: absolute;
  top: calc(100% + 0.0625rem);
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  display: none;
}
.sub-menu.is-active {
  opacity: 1;
  visibility: visible;
}
.sub-menu__head {
  padding: 1.5625rem 0 1.5625rem;
  border-bottom: 0.0625rem solid #f1f1f1;
}
.sub-menu__main {
  padding: 2.1875rem 0 4.1875rem;
}
.sub-menu__bottom {
  padding: 1.875rem 0;
  border-top: 0.0625rem solid #ededed;
}
.sub-menu__label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #a6a8ac;
  margin-bottom: 0.4375rem;
}
.sub-menu__card {
  margin: 0.625rem 0 0.9375rem;
}
.sub-menu__card-link {
  font-size: 0.75rem;
}
.sub-menu-faq-link {
  width: 100%;
  position: relative;
  font-size: 0.875rem;
}
.sub-menu-faq-link .icon {
  color: #a7b5ca;
  font-size: 1.6875rem;
  margin-right: 0.9375rem;
  display: block;
}
.sub-menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  color: #ff006d;
  font-weight: 500;
  margin-bottom: 0.875rem;
}
.sub-menu-title.is-active::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.sub-menu-title::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #ff006d;
  position: absolute;
  top: 1.125rem;
  right: 0.5625rem;
  font-size: 1.125rem;
  display: none;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.sub-menu-title_blue {
  color: #03368f;
}
.sub-menu-title__icon {
  color: #a7b5ca;
  margin-right: 0.875rem;
  height: 1.5625rem;
}
.sub-menu-title__icon .icon {
  font-size: 1.5625rem;
}
.sub-menu-title__icon .icon.icon-other {
  font-size: 0.4375rem;
}
.sub-menu-title__icon .icon-e-bank {
  font-size: 1.8125rem;
  margin-top: -0.0625rem;
}
.sub-menu-title__icon .icon-money-send {
  font-size: 1.8125rem;
  margin-top: -0.0625rem;
}
.sub-menu-title__icon .icon-house {
  font-size: 1.875rem;
  margin-top: -0.1875rem;
}
.sub-menu-title__icon .icon-docs {
  font-size: 1.75rem;
  margin-top: -0.0625rem;
}
.sub-menu-title__icon .icon-career {
  font-size: 2rem;
  margin-top: -0.25rem;
}
.sub-menu-title__icon .icon-contact {
  font-size: 1.8125rem;
  margin-top: -0.0625rem;
}
.sub-menu-title__icon .icon-eqviring {
  font-size: 1.9375rem;
  margin-top: -0.125rem;
}
.sub-menu-title__icon .icon-deposit {
  font-size: 1.5625rem;
  margin-top: 0.0625rem;
}
.sub-menu-title__icon .icon-credits {
  font-size: 1.5625rem;
  margin-top: 0.0625rem;
}
.sub-menu-item:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.sub-menu-item_margin-sm:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.sub-menu-item_money-order {
  margin-top: 8.4375rem;
}
.eura-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: color 0.3 ease-out;
  -o-transition: color 0.3 ease-out;
  transition: color 0.3 ease-out;
}
.eura-pay:hover .eura-pay__title {
  color: #575c65;
}
.eura-pay__icon {
  margin-right: 0.75rem;
  max-width: 2.375rem;
}
.eura-pay__icon img {
  max-width: 100%;
  display: block;
  height: auto;
}
.eura-pay__icon_blue {
  background: #02368e;
  height: 3rem;
  width: 3rem;
  border-radius: 0.5625rem;
  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;
}
.eura-pay__desc {
  font-size: 0.75rem;
  font-weight: 500;
  color: #838699;
}
.eura-pay__title {
  font-weight: 500;
  font-size: 1.375rem;
  color: #0d213a;
}
.mob-apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mob-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #0d213a;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mob-app:hover {
  color: #575c65;
}
.mob-app:hover .mob-app__icon {
  border: 1.375rem solid #a7b5ca;
}
.mob-app:hover .mob-app__icon .icon {
  color: #fff;
}
.mob-app:not(:last-child) {
  margin-right: 1.6875rem;
}
.mob-app__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 2.9375rem;
  width: 2.9375rem;
  border-radius: 50%;
  border: 0.0625rem solid #e1e6ed;
  position: relative;
  margin-right: 0.625rem;
  -webkit-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  transition: border 0.5s ease;
  position: relative;
}
.mob-app__icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 1.75rem;
  color: #a5b5ca;
}
.mob-app__icon .icon-apple {
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}
.mob-app__icon .icon-android {
  -webkit-transform: translate(-49%, -50%);
  -ms-transform: translate(-49%, -50%);
  transform: translate(-49%, -50%);
}
.mob-app__text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}
.mob-app__text::after {
  content: attr(data-short-text);
  display: none;
}
.sub-menu-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -0.4375rem;
  text-decoration: none;
}
.sub-menu-info:hover .sub-menu-info__icon {
  border-radius: 0.5rem;
}
.sub-menu-info:hover .sub-menu-info__text {
  color: #575c65;
}
.sub-menu-info__icon {
  height: 3.625rem;
  width: 3.625rem;
  border-radius: 50%;
  background: #a5b5ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.9375rem;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.sub-menu-info__icon .icon {
  margin: auto;
  color: #fff;
  font-size: 2.0625rem;
  position: relative;
}
.sub-menu-info__icon .icon-cast-action {
  font-size: 1.75rem;
  top: 0.0625rem;
  left: 0.1875rem;
}
.sub-menu-info__icon .icon-car {
  font-size: 1.5625rem;
  left: 0.0625rem;
}
.sub-menu-info__icon .icon-circle {
  position: relative;
  font-size: 1.6875rem;
  top: -0.0625rem;
  left: 0.0625rem;
}
.sub-menu-info__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.26;
  color: #0d213a;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.sub-menu-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sub-menu-faq__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.75rem;
}
.sub-menu-faq__text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}
.sub-menu-nav__link {
  display: block;
  text-decoration: none;
  color: #5d6a7b;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sub-menu-nav__link::before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #a7b5ca;
  position: absolute;
  left: 0;
  top: 0.0625rem;
  display: none;
}
.sub-menu-nav__link:hover {
  color: #0d213a;
}
.sub-menu-nav__link:hover::before {
  color: #ff006d;
}
.sub-menu-nav__link:not(:last-child) {
  margin-bottom: 0.5625rem;
}
.sub-menu-nav__link sup {
  display: inline-block;
  color: #ff006d;
  position: relative;
  top: -0.375rem;
  right: 0.1875rem;
}
.header-slider {
  background: #fff;
}
.header-slider__container {
  position: relative;
}
.header-slider__prev,
.header-slider__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-slider__prev {
  left: 0.9375rem;
}
.header-slider__next {
  right: 0.9375rem;
}
.header-slider__dots {
  position: absolute;
  bottom: 0.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-slide {
  position: relative;
  background: #fff;
  margin-left: -0.0625rem;
  padding-left: 0.0625rem;
}
.header-slide__content {
  padding-top: 7.3125rem;
  padding-bottom: 7.75rem;
  overflow: hidden;
}
.header-slide__content-in {
  max-width: 36.5625rem;
  overflow: hidden;
}
.header-slide__category {
  display: block;
  color: #ff006d;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.4375rem;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-slide__category:hover {
  color: #0d213a;
}
.header-slide__title {
  font-size: 2.625rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1.14;
  margin-bottom: 1rem;
}
.header-slide__desc {
  font-weight: 500;
  font-size: 1.125rem;
  color: #575c65;
  margin-bottom: 2.0625rem;
}
.header-slide__credit {
  margin-right: 0.25rem;
}
.header-slide__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 32.5rem;
  width: 100%;
}
.header-slide__img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  height: auto;
}
.header-slide.slick-current {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slick-active .animSlideLeft-1 {
  -webkit-animation: slideInRight 0.7s 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: slideInRight 0.7s 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.slick-active .animSlideLeft-2 {
  -webkit-animation: slideInRight 0.7s 0.65s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: slideInRight 0.7s 0.65s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.slick-active .animSlideLeft-3 {
  -webkit-animation: slideInRight 0.7s 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: slideInRight 0.7s 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.slick-active .animSlideLeft-4 {
  -webkit-animation: slideInRight 0.7s 0.85s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: slideInRight 0.7s 0.85s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.main-services {
  position: relative;
  z-index: 1;
  padding-top: 0.5625rem;
}
.main-services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-services__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
  padding: 1.125rem 1.5625rem 1.375rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 7.8125rem;
  text-decoration: none;
}
.main-services__item:hover {
  -webkit-box-shadow: 0 0.625rem 0.75rem rgba(0, 0, 0, 0.04);
  box-shadow: 0 0.625rem 0.75rem rgba(0, 0, 0, 0.04);
}
.main-services__item:hover .main-services__link {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.main-services__item:hover .main-services__link .icon {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.main-services__item:hover .main-services__icon {
  opacity: 0;
}
.main-services__item:first-child {
  border-left: 0.0625rem solid #ededed;
  border-radius: 1.25rem 0 0 0.3125rem;
}
.main-services__item:last-child {
  border-radius: 0 0.3125rem 1.25rem 0;
}
.main-services__item:not(.is-colored) {
  border-right: 0.0625rem solid #ededed;
  border-top: 0.0625rem solid #ededed;
  border-bottom: 0.0625rem solid #ededed;
  background: #fff;
}
.main-services__item.is-colored {
  overflow: hidden;
  color: #fff;
}
.main-services__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ff006d;
}
.main-services__title_white {
  color: #fff;
}
.main-services__desc {
  font-size: 0.75rem;
  color: #575c65;
  line-height: 1.33;
  font-weight: 500;
  margin-top: auto;
}
.main-services__desc_white {
  color: #fff;
}
.main-services__icon {
  font-size: 2.5rem;
  position: absolute;
  right: 0.8125rem;
  bottom: 0.8125rem;
  color: #99a9bb;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.main-services__icon_white {
  color: #fff;
}
.main-services__link {
  display: block;
  position: absolute;
  right: -0.0625rem;
  bottom: -0.0625rem;
  height: 4.6875rem;
  width: 4.6875rem;
  background: #ff006d;
  border-radius: 4.6875rem 0 0 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.main-services__link .icon {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  font-size: 0.75rem;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.4s 0.4s ease-out;
  -o-transition: 0.4s 0.4s ease-out;
  transition: 0.4s 0.4s ease-out;
}
.promo-cards__container {
  padding-top: 5.25rem;
}
.promo-cards__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promo-cards__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 57.42%;
  flex: 0 1 57.42%;
  max-width: 57.42%;
  border-radius: 0.625rem 0 0 0.625rem;
  overflow: hidden;
}
.promo-cards__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 0 0.625rem 0.625rem 0;
  border-top: 0.0625rem solid #ececec;
  border-right: 0.0625rem solid #ececec;
  border-bottom: 0.0625rem solid #ececec;
  padding: 1.875rem 1.875rem 2.3125rem;
}
.promo-cards__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 0.9375rem;
}
.promo-card {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 1.875rem 0 2.1875rem 1.875rem;
}
.promo-card__category {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1.125rem;
}
.promo-card__title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.14;
  margin-bottom: 1.25rem;
}
.promo-card__desc {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2.8125rem;
}
.promo-card__img {
  position: absolute;
  top: 2.1875rem;
  right: 1.25rem;
  max-width: 16.4375rem;
  width: 39%;
}
.promo-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  background: #deab3a;
  margin-left: -1.875rem;
  margin-bottom: -2.1875rem;
  padding-top: 1.125rem;
  padding-left: 1.875rem;
  padding-bottom: 2.0625rem;
}
.promo-card-info {
  color: #fff;
}
.promo-card-info:not(:last-child) {
  margin-right: 4.0625rem;
}
.promo-card-info__percent {
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.promo-card-info__desc {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.14;
}
.promo-cards-form__bottom {
  padding-top: 2.375rem;
  padding-right: 2.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.promo-cards-form__submit {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  padding: 0 3.4375rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 2.625rem;
}
.promo-deposits__container {
  padding-top: 3.75rem;
}
.promo-deposits__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promo-deposits__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40.17%;
  flex: 0 1 40.17%;
  max-width: 40.17%;
  border-radius: 0.625rem 0 0 0.625rem;
}
.promo-deposits__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 0 0.625rem 0.625rem 0;
  border-top: 0.0625rem solid #ececec;
  border-right: 0.0625rem solid #ececec;
  border-bottom: 0.0625rem solid #ececec;
  padding: 2.1875rem 1.875rem 1.875rem;
}
.promo-deposits__info {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #a6a8ac;
  padding-top: 0.75rem;
}
.promo-deposits__title {
  font-size: 1.125rem;
  color: #0d213a;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.promo-deposit {
  padding: 2.3125rem 0 2.1875rem 1.875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.promo-deposit__category {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.875rem;
}
.promo-deposit__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: 0.75rem;
}
.promo-deposit__desc {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: auto;
  margin-bottom: 2rem;
}
.promo-deposit__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5625rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.4);
}
.promo-deposit-info {
  color: #fff;
}
.promo-deposit-info:not(:last-child) {
  margin-right: 3rem;
}
.promo-deposit-info__value {
  font-size: 2.625rem;
  font-weight: 40;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.promo-deposit-info__value span {
  font-size: 2rem;
}
.promo-deposit-info__desc {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.14;
}
.calculator-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.calculator-nav__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d213a;
  margin-right: 0.5rem;
}
.calculator-nav__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calculator-nav__link {
  text-decoration: none;
  height: 2.25rem;
  width: 100%;
  max-width: 2.25rem;
  border-radius: 1.25rem;
  border: 0.0625rem solid #ededed;
  font-size: 1.25rem;
  color: #0d213a;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.calculator-nav__link:not(:last-child) {
  margin-right: 0.3125rem;
}
.calculator-nav__link:hover,
.calculator-nav__link.is-active {
  border-color: #a7b5ca;
  background: #a7b5ca;
  color: #fff;
  width: auto;
  padding: 0 0.9375rem;
  max-width: 5.3125rem;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.calculator-nav__link:hover .calculator-nav__link-desc,
.calculator-nav__link.is-active .calculator-nav__link-desc {
  display: inline-block;
}
.calculator-nav__link-desc {
  font-size: 0.75rem;
  margin-left: 0.9375rem;
  display: none;
}
.calculator-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calculator-row:not(:last-child) {
  margin-bottom: 2.5rem;
}
.calculator-row__field {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 73.36%;
  flex: 0 1 73.36%;
  max-width: 73.36%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.calculator-field {
  height: 4.25rem;
  border: 0.0625rem solid #d8daec;
  border-radius: 0.25rem;
  padding: 2.0625rem 1.0625rem 1.0625rem;
  position: relative;
}
.calculator-field__label {
  position: absolute;
  top: 0.875rem;
  left: 1.125rem;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  color: #758189;
}
.calculator-field__mark {
  font-weight: 500;
  font-size: 1.375rem;
  position: absolute;
  bottom: 0.8125rem;
  right: 1.125rem;
  line-height: 1;
}
.calculator-field__mark_lg {
  font-size: 1.875rem;
}
.calculator-field .irs {
  position: absolute;
  bottom: 0.0625rem;
  left: 0;
  width: 100%;
}
.calculator-input {
  width: 85%;
  color: #000;
  font-size: 1.25rem;
  background-color: transparent;
  position: relative;
  z-index: 10;
}
.calculator-summary {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.875rem;
}
.calculator-summary__label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #575c65;
  line-height: 1.1;
  margin-bottom: 0.375rem;
}
.calculator-summary__label::after {
  content: attr(data-short-text);
  display: none;
}
.calculator-summary__value {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0d213a;
  line-height: 1.1;
  white-space: nowrap;
}
.calculator-tab {
  height: 0;
  overflow: hidden;
}
.calculator-tab.is-active {
  height: auto;
  overflow: visible;
}
.promo-deposits-form__bottom {
  padding-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 3.125rem;
  border-top: 0.0625rem solid #ececec;
}
.promo-deposits-form__agree {
  margin-top: 2.25rem;
  margin-bottom: 1.5625rem;
}
.promo-deposits-form__agree .agree__text {
  font-size: 0.875rem;
}
.promo-deposits-form__submit {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 2.4375rem;
}
.promo-deposits-form__link {
  font-size: 1rem;
}
.promo-block {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 98;
  border-top: 0.0625rem solid #e7e8e9;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  opacity: 0;
  visibility: hidden;
}
.promo-block.is-active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.promo-block__container {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  position: relative;
}
.promo-block__close {
  position: absolute;
  right: 0.9375rem;
  top: 1.125rem;
  z-index: 10;
}
.promo-block__close .icon {
  font-size: 1.1875rem;
  color: #000;
}
.promo-block__img {
  position: relative;
  left: -0.875rem;
}
.promo-block__img img {
  margin: 0 auto;
}
.promo-block__title {
  font-size: 1.625rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 0.9375rem;
  line-height: 1;
  padding-top: 0.8125rem;
}
.promo-block__btn {
  margin-bottom: 1.1875rem;
  font-size: 0.75rem !important;
  width: 100%;
}
.promo-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promo-block-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.promo-block-list__item:not(:last-child) {
  margin-right: 1.6875rem;
}
.promo-block-list__percent {
  font-size: 1.875rem;
  color: #ff006d;
  margin-right: 0.5rem;
}
.promo-block-list__text {
  font-size: 0.75rem;
  color: #838699;
  line-height: 1.16;
}
.index-popular-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-popular {
  padding-top: 5.0625rem;
  padding-bottom: 5rem;
}
.index-popular__title {
  margin-bottom: 2.8125rem;
  text-align: center;
}
.index-popular__slide {
  margin: 0 0.5rem 0.9375rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.index-popular__slide:hover {
  -webkit-box-shadow: 0 0.625rem 0.875rem rgba(0, 0, 0, 0.04);
  box-shadow: 0 0.625rem 0.875rem rgba(0, 0, 0, 0.04);
}
.index-popular__slide:not(.slick-active):not(.slick-current):not(
    .slick-center
  ) {
  opacity: 0.3;
}
.index-popular__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.9375rem;
}
.index-popular__prev,
.index-popular__next {
  margin: 0 0.125rem;
  display: none;
}
.index-popular__prev.slick-arrow,
.index-popular__next.slick-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.index-popular__prev.slick-hidden,
.index-popular__next.slick-hidden {
  display: none;
}
.index-popular__prev:hover i {
  -webkit-animation: bounceLeft 1s;
  animation: bounceLeft 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.index-popular__next:hover i {
  -webkit-animation: bounceRight 1s;
  animation: bounceRight 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.index-popular-slider::after,
.index-popular-slider::before {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(153, 153, 153, 0)),
    color-stop(45%, rgba(247, 247, 247, 0.85)),
    color-stop(53%, #f7f7f7),
    color-stop(98%, #f7f7f7),
    to(#f7f7f7)
  );
  background: -webkit-linear-gradient(
    left,
    rgba(153, 153, 153, 0) 0%,
    rgba(247, 247, 247, 0.85) 45%,
    #f7f7f7 53%,
    #f7f7f7 98%,
    #f7f7f7 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(153, 153, 153, 0) 0%,
    rgba(247, 247, 247, 0.85) 45%,
    #f7f7f7 53%,
    #f7f7f7 98%,
    #f7f7f7 100%
  );
  background: linear-gradient(
    to right,
    rgba(153, 153, 153, 0) 0%,
    rgba(247, 247, 247, 0.85) 45%,
    #f7f7f7 53%,
    #f7f7f7 98%,
    #f7f7f7 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#f7f7f7',GradientType=1 );
}
.index-popular-slider {
  max-width: 109.375rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.index-popular-slider::after {
  content: "";
  height: 100%;
  width: 10%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.index-popular-slider::before {
  content: "";
  height: 100%;
  width: 10%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
}
.index-popular-item__tag,
.index-popular-item__amount {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAFElEQVQYV2PctGnTfz8/P0YGJAAARn4EAtQr//cAAAAASUVORK5CYII=)
    repeat-x bottom left;
}
.index-popular-item {
  max-width: 24.375rem;
  border-radius: 2.1875rem 0.5625rem 2.1875rem 0.5625rem;
  overflow: hidden;
  background: #fff;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.index-popular-item:hover .index-popular-item__top::before {
  opacity: 1;
}
.index-popular-item__top {
  padding: 1.5625rem 1.5625rem 3.4375rem;
  color: #fff;
  height: 16.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.index-popular-item__top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.index-popular-item__title {
  margin-top: auto;
  font-size: 1.75rem;
  line-height: 1.18;
  font-weight: 500;
}
.index-popular-item__desc {
  font-size: 0.875rem;
  font-weight: 500;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease-in-out 0.5s;
  -o-transition: opacity 0.4s ease-in-out 0.5s;
  transition: opacity 0.4s ease-in-out 0.5s;
}
.index-popular-item__category {
  font-size: 0.875rem;
  font-weight: 500;
}
.index-popular-item__bottom {
  padding: 0 1.75rem 1.75rem;
  margin-top: auto;
}
.index-popular-item__tag {
  color: #ff006d;
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 0.9375rem;
  padding-bottom: 0.75rem;
}
.index-popular-item__tag_no-border {
  background: 0 0;
}
.index-popular-item__text {
  font-size: 1rem;
  font-weight: 500;
  color: #0d213a;
  line-height: 1.375;
  margin-bottom: 1.5625rem;
}
.index-popular-item__amount {
  color: #0d213a;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.625rem 1.25rem 0.625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
}
.index-popular-item__amount small {
  font-size: 1.25rem;
}
.index-popular-item__amount span {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}
.index-popular-item__date {
  font-size: 1rem;
  color: #0d213a;
  font-weight: 500;
  position: relative;
  padding-left: 1.875rem;
  margin-top: 0.9375rem;
  margin-bottom: 1.5625rem;
}
.index-popular-item__date::before {
  content: "";
  display: block;
  width: 1.3125em;
  height: 1.3125em;
  background: url(../img/i-calendar.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  left: 0;
}
.index-popular-item__cta {
  text-align: center;
  padding: 0 1.875rem;
}
.index-popular-item__btn {
  width: 100%;
  margin-bottom: 0.9375rem;
}
.index-popular-item__more {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d213a;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.index-popular-item__more:hover {
  color: #575c65;
}
.index-services__container {
  padding-bottom: 0.9375rem;
}
.index-services__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-services__promo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32.5%;
  flex: 0 1 32.5%;
  max-width: 32.5%;
  min-width: 0;
  min-height: 0;
  height: 38.125rem;
  border-radius: 2.1875rem 0.625rem 2.1875rem 0.625rem;
  overflow: hidden;
}
.index-services__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-right: -0.9375rem;
  margin-bottom: -0.9375rem;
}
.promo-slider {
  height: 100%;
  position: relative;
}
.promo-slider .slick-slider,
.promo-slider .slick-track,
.promo-slider .slick-list,
.promo-slider .slick-slide {
  height: 100%;
}
.promo-slider__slide {
  padding: 2.3125rem 1.6875rem 5.625rem;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.promo-slider__slide-inner {
  overflow: hidden;
}
.promo-slider__title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.14;
  margin-bottom: 0.9375rem;
}
.promo-slider__desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
}
.promo-slider__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1.375rem;
  padding-left: 1.875rem;
  padding-right: 1.1875rem;
}
.promo-slider__dots {
  position: relative;
  top: 0.5rem;
  left: -0.625rem;
}
.index-services-item {
  background: #fff;
  border-radius: 0.625rem;
  padding: 1.5625rem 1.875rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 0.9375rem);
  flex: 0 1 calc(50% - 0.9375rem);
  max-width: calc(50% - 0.9375rem);
  margin-right: 0.9375rem;
  margin-bottom: 0.9375rem;
  height: calc(50% - 0.9375rem);
  width: 100%;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  overflow: hidden;
  text-decoration: none;
}
.index-services-item:hover {
  -webkit-box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.05);
}
.index-services-item:hover .index-services-item__link {
  color: #0d213a;
}
.index-services-item:hover .index-services-item__link::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.index-services-item:hover .index-services-item__link-icon {
  -webkit-animation: servises-arrow 1s;
  animation: servises-arrow 1s;
  color: #fff;
}
.index-services-item__icon {
  margin-bottom: 1.0625rem;
}
.index-services-item__icon svg {
  max-height: 100%;
}
.index-services-item__title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0.875rem;
  color: #0d213a;
}
.index-services-item__desc {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.42;
  color: #0d213a;
}
.index-services-item__link {
  margin-top: auto;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  color: #ff006d;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
.index-services-item__link::after {
  content: "";
  height: 6.25rem;
  width: 6.25rem;
  border-radius: 6.25rem 0 0 0;
  position: absolute;
  right: -1.875rem;
  bottom: -1.875rem;
  background: #ff006d;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: -1;
}
.index-services-item__link-icon {
  margin-left: auto;
}
.index-services-item__link-icon .icon {
  font-size: 0.75rem;
}
.index-services-auto-item {
  background: #0075cd url(../img/index-service-auto-bg.png) no-repeat right
    center/contain;
  border-radius: 0.625rem;
  padding: 1.5625rem 1.875rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 0.9375rem);
  flex: 0 1 calc(50% - 0.9375rem);
  margin-right: 0.9375rem;
  margin-bottom: 0.9375rem;
  height: calc(50% - 0.9375rem);
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  overflow: hidden;
  color: #fff;
}
.index-services-auto-item__title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.index-services-auto-item__desc {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.42;
}
.index-services-auto-item__link {
  margin-top: auto;
  text-decoration: none;
  color: #fff;
  border: 0.0625rem solid rgba(255, 255, 255, 0.35);
}
.index-services-auto-item__link .icon {
  color: #fff;
  font-size: 1.8125rem;
}
.courses__item {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.courses__item.is-active {
  opacity: 1;
  height: auto;
  overflow: auto;
}
.courses__item-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.courses__inner {
  background: #fff;
  border-radius: 0.625rem;
  padding: 2.8125rem 1.875rem 1.25rem;
}
.courses__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3.625rem;
}
.courses__title {
  font-size: 2.375rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 1.25rem;
  line-height: 1;
}
.courses__date {
  color: #575c65;
  font-size: 0.875rem;
  padding-left: 1.875rem;
  position: relative;
}
.courses__date::before {
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  background: url(../img/i-calendar.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.6875rem;
}
.courses__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.25rem;
}
.courses__info {
  font-size: 0.75rem;
  font-weight: 500;
  color: #a6a8ac;
  line-height: 1.3;
}
.courses__find-btn {
  padding-left: 1.3125rem;
  padding-right: 1.4375rem;
  height: 3.25rem;
  line-height: 3.125rem;
  font-size: 0.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.courses__find-btn .btn__icon {
  width: 3.4375rem;
}
.courses__find-btn .icon {
  left: 60%;
  font-size: 1.3125rem;
}
.courses-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.3125rem;
}
.courses-nav__link {
  display: block;
  height: 2.8125rem;
  line-height: 2.75rem;
  border: 0.0625rem solid #e1e6ed;
  text-decoration: none;
  color: #ff006d;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 2.125rem;
  margin-right: -0.0625rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  white-space: nowrap;
}
.courses-nav__link:hover {
  color: #0d213a;
  background-color: #e1e6ec;
  border-color: #e1e6ec;
}
.courses-nav__link:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
.courses-nav__link:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.courses-nav__link.is-active {
  background-color: #a7b5ca;
  color: #fff;
  border-color: #a7b5ca;
}
.courses-sale {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.courses-sale:not(:last-child) {
  margin-right: 1.875rem;
}
.courses-sale__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #0d213a;
  margin-bottom: 1.4375rem;
}
.courses-table {
  border-collapse: separate;
  padding: 1.25rem 0 1.3125rem;
  border-top: 0.0625rem solid #ededed;
  border-bottom: 0.0625rem solid #ededed;
}
.courses-table tr:nth-child(1) td {
  font-size: 1rem;
  font-weight: 500;
  color: #0d213a;
}
.courses-table tr:nth-child(1) td span {
  font-weight: 600;
}
.courses-table tr:nth-child(2) td {
  font-size: 0.75rem;
  font-weight: 500;
  color: #a6a8ac;
}
.courses-table td {
  padding: 0 0 0.0625rem 0;
}
.courses-table td:nth-child(2) {
  width: 37%;
}
.courses-table td span:not(.currency) {
  display: inline-block;
  margin-left: 0.875rem;
}
.courses-table .up {
  position: relative;
  padding-right: 1.25rem;
}
.courses-table .up::after {
  content: "";
  background: url(../img/up.svg) no-repeat center/contain;
  width: 0.9375rem;
  height: 0.75rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
}
.courses-table .down {
  position: relative;
  padding-right: 1.25rem;
}
.courses-table .down::after {
  content: "";
  margin-left: 0.3125rem;
  background: url(../img/down.svg) no-repeat center/contain;
  width: 0.9375rem;
  height: 0.75rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
}
.index-actions__container {
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
}
.index-actions__title {
  text-align: center;
  margin-bottom: 1.5625rem;
}
.index-actions__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-actions__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0.9375rem;
  min-width: 0;
  min-height: 0;
}
.index-actions__list .slick-list {
  margin: 0 -0.5rem;
}
.index-actions__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-actions__publication {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32.5%;
  flex: 0 1 32.5%;
  max-width: 32.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
}
.index-actions__publication-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  border-radius: 2.1875rem 0.625rem 2.1875rem 0.625rem;
  overflow: hidden;
}
.index-actions__publication-list .slick-slider,
.index-actions__publication-list .slick-list,
.index-actions__publication-list .slick-track {
  height: 100%;
}
.index-actions__publication-dots {
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
}
.index-actions__publication-bottom {
  margin-top: auto;
  height: 4.1875rem;
  padding-top: 1.25rem;
}
.index-actions__bottom {
  padding-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-actions__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-actions__prev {
  margin-right: 0.3125rem;
}
.index-actions__news-link {
  margin-left: auto;
  margin-top: 0.25rem;
}
.index-actions__publication-link {
  float: right;
  margin-top: 0.25rem;
}
.index-actions-item {
  border-radius: 0.625rem;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 0.4375rem);
  flex: 0 1 calc(50% - 0.4375rem);
  max-width: calc(50% - 0.4375rem);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  margin: 0 0.5rem;
  text-decoration: none;
}
.index-actions-item:hover .index-actions-item__img::before {
  opacity: 1;
}
.index-actions-item:hover .index-actions-item__link {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.index-actions-item__main {
  border-radius: 0.625rem 0.625rem 0 0;
  border: 0.0625rem solid #e3e3e3;
  border-bottom: none;
  padding: 1.6875rem 1.75rem 3.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.index-actions-item__main-in {
  overflow: hidden;
}
.index-actions-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0.75rem;
}
.index-actions-item__category {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ff006d;
}
.index-actions-item__date {
  font-weight: 500;
  font-size: 0.75rem;
  color: #a6a8ac;
}
.index-actions-item__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0d213a;
}
.index-actions-item__img {
  height: 14.375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.index-actions-item__img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  z-index: -1;
}
.index-actions-item__link {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  z-index: 10;
}
.index-actions-item__link .icon {
  font-size: 0.75rem;
  color: #fff;
  display: block;
}
.index-publication-item {
  background-color: #fff;
  border-radius: 2.1875rem 0.625rem 2.1875rem 0.625rem;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.index-publication-item__main {
  padding: 1.6875rem 1.875rem 2.8125rem;
}
.index-publication-item__main-in {
  overflow: hidden;
}
.index-publication-item__category {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ff006d;
  margin-bottom: 0.5625rem;
}
.index-publication-item__title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}
.index-publication-item__img {
  height: 14.375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: auto;
}
.internet-banking__container {
  padding-bottom: 5.3125rem;
}
.internet-banking__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2.1875rem 0.625rem 2.1875rem 0.625rem;
  overflow: hidden;
}
.internet-banking__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32.5%;
  flex: 0 1 32.5%;
  max-width: 32.5%;
  min-width: 0;
  min-height: 0;
}
.internet-banking__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2.625rem 1.875rem 1.875rem 2.8125rem;
  color: #fff;
  overflow: hidden;
}
.internet-banking__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.875rem;
}
.internet-banking__desc {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 3.4375rem;
}
.internet-banking__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2.1875rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAFElEQVQYV2PctGnTfz8/P0YGJAAARn4EAtQr//cAAAAASUVORK5CYII=)
    repeat-x top left;
}
.internet-banking__btn {
  color: #fff;
  padding: 0 2.1875rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.25);
}
.internet-banking__btn:hover {
  color: #fff;
}
.slider-banking {
  position: relative;
  height: 100%;
}
.slider-banking .slick-slider,
.slider-banking .slick-list,
.slider-banking .slick-track {
  height: 100%;
}
.slider-banking__title {
  color: #fff;
  font-size: 2rem;
  line-height: 1.18;
  display: none;
}
.slider-banking__title-wrap {
  overflow: hidden;
}
.slider-banking__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.1875rem 1.8125rem;
  position: relative;
  z-index: 1;
}
.slider-banking__img::before {
  content: "";
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
}
.slider-banking__dots {
  position: absolute;
  bottom: 0.75rem;
  left: 1.25rem;
}
.banking-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.banking-app:hover .banking-app__icon {
  border: 1.875rem solid #fff;
}
.banking-app:hover .banking-app__icon .icon {
  color: #0d203a;
}
.banking-app:hover .banking-app__text {
  color: rgba(255, 255, 255, 0.8);
}
.banking-app__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
  position: relative;
  margin-right: 0.75rem;
  position: relative;
  -webkit-transition: border 0.4s ease-out;
  -o-transition: border 0.4s ease-out;
  transition: border 0.4s ease-out;
  z-index: 10;
}
.banking-app__icon .icon {
  font-size: 2.1875rem;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banking-app__text {
  font-size: 0.75rem;
  font-weight: 500;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  line-height: 1.5;
}
.banking-app__text::after {
  content: attr(data-short-text);
  display: none;
}
.block-label {
  font-size: 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0.1875rem;
  white-space: nowrap;
  padding: 0 1.25rem;
  max-width: 5.3125rem;
}
.block-label_type_sale {
  background-color: #ff006d;
  color: #fff;
}
.block-label_type_new {
  background-color: #0047bb;
  color: #fff;
}
.footer {
  background: #fff;
}
.footer__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
  margin-top: 0.3125rem;
}
.footer__title::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #ff006d;
  position: absolute;
  right: 0.5625rem;
  top: 50%;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  font-size: 1.125rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform-origin: center 0.25rem;
  -ms-transform-origin: center 0.25rem;
  transform-origin: center 0.25rem;
}
.footer__title.is-active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer__faq-link {
  margin-right: 1.875rem;
}
.footer__faq-link .btn__icon {
  left: 0.375rem;
}
.footer-top__container {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.footer-nav__link {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: #ff006d;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  white-space: nowrap;
}
.footer-nav__link:hover {
  color: #0d213a;
}
.footer-nav__link:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.footer-nav__link:not(:last-child) {
  margin-right: 1.9375rem;
}
.footer-nav__link::after {
  content: "";
  height: 0.1875rem;
  width: 100%;
  display: inline-block;
  background-color: #ff006d;
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer-menu__item:not(:last-child) {
  margin-bottom: 0.8125rem;
}
.footer-menu__link {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #5d6a7b;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer-menu__link:hover {
  color: #0d213a;
}
.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-contact:not(:last-child) {
  margin-bottom: 1.625rem;
}
.footer-contact__icon {
  margin-right: 0.5625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  border: 0.0625rem solid #e3e7ed;
  position: relative;
}
.footer-contact__icon .icon {
  color: #ff006d;
  font-size: 1.0625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer-contact__title {
  font-weight: 500;
  font-size: 0.8125rem;
  margin-bottom: 0.4375rem;
}
.footer-contact__title.mt-10 {
  margin-top: 0.625rem;
}
.footer-contact__address {
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.5;
}
.footer-contact__link {
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  color: #ff006d;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer-contact__link:hover {
  color: #0d213a;
}
.footer-phone {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  color: #000;
  margin-bottom: 0.0625rem;
  display: block;
}
.footer-main {
  border-top: 0.0625rem solid #f1f1f1;
}
.footer-main__container {
  padding-top: 2.8125rem;
  padding-bottom: 4.6875rem;
}
.footer-bottom__container {
  padding-bottom: 1.875rem;
  padding-top: 1.25rem;
  position: relative;
  border-top: 0.0625rem solid #eff2f5;
}
.footer-bottom__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sitemap-link {
  color: #838699;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.75rem;
  position: absolute;
  top: -0.75rem;
  left: 0;
  background-color: #fff;
  padding-right: 1.125rem;
  padding-left: 0.9375rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sitemap-link:hover {
  color: #0d213a;
}
.copyright {
  font-size: 0.625rem;
  font-weight: 500;
}
.copyright span {
  color: #ff006d;
}
.license {
  margin-top: 0.25rem;
  font-size: 0.625rem;
  color: #838699;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
}
.license:hover {
  color: #0d213a;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social__link {
  display: inline-block;
  text-decoration: none;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  background: #c8d1de;
  color: #fff;
  position: relative;
  -webkit-transition: border 0.4s ease-out;
  -o-transition: border 0.4s ease-out;
  transition: border 0.4s ease-out;
  border: 0.0625rem solid transparent;
}
.social__link:hover {
  border: 1.25rem solid;
}
.social__link:not(:last-child) {
  margin-right: 0.3125rem;
}
.social__link .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.1875rem;
}
.social__link_youtube:hover {
  border-color: #ff010b;
}
.social__link_facebook:hover {
  border-color: #375a9b;
}
.social__link_instagram:hover {
  border-color: #dd3877;
}
.social__link_odnoklassniki:hover {
  border-color: #f78030;
}
.social__link_vk .icon {
  font-size: 0.9375rem;
}
.social__link_vk:hover {
  border-color: #5c8bbc;
}
@media (max-width: 768px) {
  #mob-menu-head__lang {
    display: block;
  }
  #mob-menu-head__lang * > .lang__label.lang__label_no_border {
    font-size: 1rem;
  }
}
@media (min-width: 36rem) {
  .container {
    max-width: 33.75rem;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media only screen and (min-width: 48rem) {

  .credits-computation-form__col_width_full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .terminals-filter-content__checkbox-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .terminals-filter-content__hide {
    display: none;
  }
  .terminal-affiliate-info__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sr-form__results br {
    display: none;
  }
  .sr-form-field__submit-mobile {
    display: none;
  }
  .atm-cat_no_lg-border {
    border-bottom: 0.0625rem solid transparent;
  }
  .atm-cat_no_xl-border {
    border-bottom: 0.0625rem solid transparent;
  }
  .atm-item__nav-state {
    display: none;
  }
  .credit-conditions-item__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .credit-conditions-item__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .credit-docs-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%;
  }
  .credit-ways-item__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .credit-ways-item__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .credit-form__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .credit-form__col_width_full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 48rem) {
  .container {
    max-width: 45.9375rem;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media only screen and (min-width: 60rem) {
  .terminals-filter-content-top {
    display: none;
  }
  .terminals-filter-content__checkbox-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .terminal-affiliate_fixed_height {
    height: 33.625rem;
  }
  .atm-cat_no_lg-border {
    border-bottom: 0.0625rem solid #e3e7ed;
  }
  .atm-item-shedule__state {
    display: none;
  }
  .credit-calc-header__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .credit-calc-header__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .credit-calc-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .credit-calc-options__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .credit-calc-options__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .credit-conditions-item__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .credit-conditions-item__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .credit-conditions-warning {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    margin-left: 30%;
  }
  .credit-docs-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .credit-ways-item__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .credit-ways-item__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .index-popular-slider.unslicked .slick-track {
    width: 100% !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 60rem) {
  .container {
    max-width: 56.875rem;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 80rem) {

  .container {
    max-width: 76.875rem;
  }
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media only screen and (min-width: 80rem) {
  .credits-computation-calc-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .terminals-filter-content__checkbox-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .terminal-affiliate_fixed_height {
    height: 37.375rem;
  }
  .credit-docs-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 47.9375rem) {
  .sub-menu-toggle {
    display: block !important;
  }
  .footer-menu {
    display: block !important;
  }
}
@media only screen and (min-width: 79.9375rem) {
  .mob-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 79.9375rem) {
  .btn {
    font-size: 0.875rem;
    height: 3.125rem;
    line-height: 3.125rem;
  }
  .btn_bordered {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .btn_fill {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .arrow-bordered {
    height: 2.8125rem;
    width: 2.8125rem;
    font-size: 1.375rem;
  }
  .arrow-bordered .icon {
    font-size: 0.75rem;
  }
  .arrow-circle {
    height: 2.8125rem;
    width: 2.8125rem;
  }
  .title {
    font-size: 2rem;
  }
  .field span {
    font-size: 0.875rem;
    padding: 1.6875rem 1.125rem 0.6875rem;
  }
  .field.is-focused span {
    font-size: 0.75rem;
    top: 0.625rem;
    left: 1.25rem;
  }
  .input {
    height: 3.5625rem;
  }
  .select-wrap .select.select_padding_lg .jq-selectbox__select {
    padding: 1.5625rem 1.125rem 0.6875rem;
  }
  .select-wrap .select_has_label .jq-selectbox__select-text {
    font-size: 1rem;
  }
  .select-wrap .select_has_label-desc .jq-selectbox__select-text {
    margin-left: 0;
    font-size: 0.875rem;
  }
  .select-wrap .select .jq-selectbox__select {
    font-size: 0.875rem;
    padding: 1.6875rem 1.125rem 0.6875rem;
    height: 3.5625rem;
  }
  .select-wrap .select .jq-selectbox__label {
    top: 0.4375rem;
    left: 1.0625rem;
  }
  .select-wrap .select .jq-selectbox__select-error {
    font-size: 0.75rem;
  }
  .agree__text::before {
    width: 1.5625rem;
    height: 1.5625rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
  }
  .checkbox__text {
    font-size: 0.75rem;
  }
  .checkbox__text::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .checkbox.checkbox_size_md .checkbox__text::before {
    width: 1.4375rem;
    height: 1.4375rem;
    margin-right: 0.625rem;
  }
  .radio input[type="radio"]:checked + label::before {
    border-width: 0.5rem;
  }
  .radio__text::before {
    height: 1.4375rem;
    width: 1.4375rem;
  }
  .irs-slider {
    height: 1.25rem;
    width: 1.25rem;
    border: 0.375rem solid #fff;
  }
  .add-phone__icon {
    margin-right: 0.8125rem;
  }
  .add-phone__icon .icon {
    font-size: 1.75rem;
  }
  .add-phone__text {
    font-size: 0.8125rem;
  }
  .tabs-main-top__container {
    padding-top: 4.6875rem;
  }
  .tabs-main-top__title {
    margin-bottom: 2.3125rem;
  }
  .tabs-main-nav__link {
    font-size: 0.875rem;
  }
  .credits__container {
    padding-top: 4.375rem;
    padding-bottom: 11.25rem;
  }
  .credit__top {
    height: 17.5rem;
  }
  .credit__title {
    font-size: 2rem;
  }
  .credit__desc {
    font-size: 1rem;
  }
  .credit__bottom {
    padding-bottom: 1.9375rem;
  }
  .credit__cta {
    padding-right: 0;
    padding-top: 1.9375rem;
  }
  .credit__btn {
    width: 17.1875rem;
  }
  .credit__btn:not(:last-child) {
    margin-right: 1.875rem;
  }
  .credit-info {
    padding-top: 1.25rem;
    padding-bottom: 1.375rem;
  }
  .credit-info__value {
    font-size: 1.25rem;
  }
  .credit-info__value span {
    font-size: 2.25rem;
  }
  .btn-calculator {
    width: 3.125rem;
  }
  .btn-calculator .icon {
    font-size: 1.3125rem;
  }
  .btn-calculator:hover {
    border-width: 1.5625rem;
  }
  .credits-computation {
    width: 48.0625rem;
  }
  .credits-computation .scrollbar-inner > .scroll-element.scroll-y {
    width: 0.1875rem;
  }
  .credits-computation .scrollbar-inner > .scroll-element.scroll-y .scroll-bar {
    height: 7.3125rem;
  }
  .credits-computation__close {
    height: 2.875rem;
    width: 2.875rem;
    right: 2.5rem;
  }
  .credits-computation__close:hover {
    border-width: 1.4375rem;
  }
  .credits-computation__close .icon {
    font-size: 0.9375rem;
  }
  .credits-computation__inner {
    padding: 5.9375rem 3.75rem 3.125rem 4.75rem;
  }
  .credits-computation__scroll-in {
    padding-right: 3.4375rem;
  }
  .credits-computation__title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .credits-computation-calc-button__icon {
    font-size: 1.4375rem;
  }
  .credits-computation-calc-button__text {
    font-size: 0.75rem;
  }
  .credits-computation-calc__label {
    margin-bottom: 0.8125rem;
  }
  .credits-computation-calc-fields {
    margin-bottom: 0.4375rem;
  }
  .credits-computation-calc-field {
    margin-bottom: 1.75rem;
  }
  .credits-computation-calc-options {
    padding-bottom: 1.875rem;
  }
  .credits-computation-calc-options .credit-calc-options__checkbox {
    width: 80%;
    margin: 0;
  }
  .credits-computation-calc-options
    .credit-calc-options__checkbox
    .checkbox__text::before {
    height: 1.4375rem;
    width: 1.4375rem;
  }
  .credit-computation-calc-result {
    padding-top: 1.6875rem;
  }
  .credits-computation-form {
    margin-top: 2.1875rem;
  }
  .credits-computation-form__select {
    margin-bottom: 0.9375rem;
  }
  .credits-computation-form__field {
    margin-bottom: 0.9375rem;
  }
  .credits-computation-form__field .input {
    height: 3.5625rem;
  }
  .credits-computation-form__proposal .proposal-time__btn {
    font-size: 0.75rem;
  }
  .credits-computation-form__footer .credit-form__submit-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.125rem;
    flex: 0 0 17.125rem;
    max-width: 17.125rem;
  }
  .credits-computation-form__footer .credit-form__footer-text {
    font-size: 0.875rem;
  }
  .credits-computation-success__title {
    font-size: 2rem;
    margin-bottom: 1.5625rem;
  }
  .credits-computation-success__text {
    font-size: 0.875rem;
    max-width: 35.9375rem;
    margin-bottom: 3.4375rem;
  }
  .credits-computation-success__btn {
    width: 17.1875rem;
  }
  .credits-computation-success-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .credits-computation-success-footer__title {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
  .credits-computation-eura-pay__icon {
    height: 2.625rem;
    width: 2.625rem;
  }
  .credits-computation-eura-pay__title {
    font-size: 1.25rem;
  }
  .credits-computation-mob-app:hover .credits-computation-mob-app__icon {
    border-width: 1.25rem;
  }
  .credits-computation-mob-app__icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .credits-computation-mob-app__icon .icon {
    font-size: 1.375rem;
  }
  .cards__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .cards-filter {
    height: 3.9375rem;
  }
  .cards-filter__title {
    font-size: 1.125rem;
    margin-right: 1.625rem;
  }
  .cards-filter-form__item:not(:last-child) {
    margin-right: 1.9375rem;
  }
  .cards-filter-form__label {
    font-size: 0.75rem;
  }
  .cards-filter-form__label::before {
    height: 1.4375rem;
    width: 1.4375rem;
    border-radius: 0.1875rem;
    margin-right: 0.625rem;
  }
  .card:hover .card__head {
    -webkit-transform: translateY(-1.25rem);
    -ms-transform: translateY(-1.25rem);
    transform: translateY(-1.25rem);
  }
  .card__img {
    max-width: 17rem;
  }
  .card__right {
    padding-top: 2.5rem;
    padding-left: 1.5625rem;
    padding-right: 4.6875rem;
    padding-bottom: 1.25rem;
    min-height: 22.5rem;
  }
  .card__label {
    height: 2rem !important;
    top: 0.6875rem;
    right: 0.625rem;
  }
  .card__title {
    font-size: 1.625rem;
  }
  .card__desc {
    font-size: 0.875rem;
  }
  .card__btn {
    max-width: 21.25rem;
  }
  .card-type {
    margin-bottom: 0.125rem;
  }
  .card-type__icon {
    max-width: 2.3125rem;
  }
  .card-info__in {
    padding-top: 0.625rem;
  }
  .card-info__value {
    font-size: 1.125rem;
  }
  .card-info__value strong {
    font-size: 2.25rem;
  }
  .terminals-menu {
    top: 0.3125rem;
    max-width: 55.125rem;
  }
  .terminals-nav {
    padding: 0.6875rem 1.4375rem 0;
  }
  .terminals-nav__item:not(:last-child) {
    margin-right: 2.25rem;
  }
  .terminals-nav__link {
    font-size: 0.875rem;
    padding-bottom: 0.8125rem;
  }
  .terminals-nav__link_type_red::after {
    height: 0.375rem;
    width: 0.375rem;
  }
  .terminals-nav__link_type_gray::after {
    height: 0.375rem;
    width: 0.375rem;
  }
  .terminals-nav__link_type_gradient::after {
    height: 0.375rem;
    width: 0.375rem;
  }
  .terminals-nav__link_type_blue::after {
    height: 0.375rem;
    width: 0.375rem;
  }
  .terminals-nav__link_type_animated::after {
    height: 0.375rem;
    width: 0.375rem;
  }
  .terminals-filter-content-types {
    padding: 1.875rem 1.5625rem;
  }
  .terminals-filter-content-types__checkbox .checkbox__text::before {
    height: 1.4375rem;
    width: 1.4375rem;
  }
  .terminals-filter-content-types__checkbox:not(:last-child) {
    margin-right: 1.75rem;
  }
  .terminals-filter-line {
    padding: 0.9375rem 1.5625rem;
  }
  .terminals-filter-line__checkbox .checkbox__text::before {
    width: 1.4375rem;
    height: 1.4375rem;
  }
  .terminals-filter-line__checkbox:not(:last-child) {
    margin-right: 1.75rem;
  }
  .advanced-search-btn__icon {
    font-size: 1.125rem;
  }
  .advanced-search-btn__icon-close {
    font-size: 0.75rem;
    margin-left: 1.5625rem;
  }
  .advanced-search-btn__text {
    font-size: 0.75rem;
  }
  .advanced-search-btn.is-active {
    padding-right: 0;
  }
  .terminals-filter-content__col_pl_30 {
    padding-left: 2.5rem;
  }
  .terminals-filter-content__radio:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .terminals-filter-content__checkbox_mb_lg {
    margin-bottom: 0.75rem;
  }
  .terminals-filter-content__checkbox .checkbox__text::before {
    margin-right: 0.625rem;
    height: 1.4375rem;
    width: 1.4375rem;
  }
  .terminals-filter-content__bottom {
    padding-top: 0;
    padding-bottom: 2.0625rem;
  }
  .terminals-filter-content__bottom_padding_sm {
    padding-top: 0.9375rem;
    padding-bottom: 5rem;
  }
  .terminals-filter-content__reset {
    margin-left: 0.625rem;
  }
  .terminals-filter-content__reset-icon {
    font-size: 1.125rem;
  }
  .terminals-filter-content__reset-text {
    font-size: 0.875rem;
  }
  .terminals-filter-content__submit {
    min-width: 11.75rem;
  }
  .terminals-filter-content__reset-all {
    width: 17.125rem;
  }
  .terminals-filter-content__reset-all .icon {
    font-size: 1.0625rem;
  }
  .terminals-filter-content__submit-all {
    width: 17.125rem;
  }
  .terminals-filter-content-item {
    padding-top: 1.125rem;
    padding-bottom: 0.875rem;
  }
  .terminals-filter-content-item_padding_lg {
    padding-top: 1.4375rem;
    padding-bottom: 1.3125rem;
  }
  .terminals-filter-content-item__title {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
  .terminals-filter-content-item__title_sm {
    margin-bottom: 2.0625rem;
  }
  .terminals-filter-content-item__title_type_2 {
    margin-bottom: 1.375rem;
  }
  .terminals {
    max-width: 21.875rem;
    left: calc(50% - 55.125rem / 2);
  }
  .terminals .scrollbar-inner > .scroll-element.scroll-y .scroll-bar {
    height: 6.4375rem;
  }
  .terminals-toggler {
    max-width: 21.875rem;
    left: calc(50% - 55.125rem / 2);
  }
  .terminals-search {
    padding: 0.9375rem 1.5rem 0.9375rem;
  }
  .terminals-search__input {
    font-size: 0.75rem;
  }
  .terminals-search__submit {
    right: 1.5625rem;
  }
  .terminals-item {
    min-height: 9.625rem;
    padding: 1.125rem 1.5625rem 0;
  }
  .terminals-item__number {
    display: none;
  }
  .terminals-item__title {
    font-size: 0.875rem;
  }
  .terminals-item__state {
    font-size: 0.75rem;
  }
  .terminals-item__link {
    font-size: 0.75rem;
    height: 3.125rem;
  }
  .terminal-affiliate {
    top: 14.875rem;
    bottom: 0.9375rem;
    right: calc(50% - 55.125rem / 2);
    max-width: 21.875rem;
  }
  .terminal-affiliate .scrollbar-inner > .scroll-element.scroll-y {
    width: 0.1875rem;
  }
  .terminal-affiliate .scrollbar-inner .scroll-bar {
    height: 7.3125rem;
  }
  .terminal-affiliate__header {
    height: 3.125rem;
    padding: 0 0.875rem 0 1.25rem;
  }
  .terminal-affiliate__close {
    top: 0.25rem;
  }
  .terminal-affiliate__close .icon {
    font-size: 0.875rem;
  }
  .terminal-affiliate__inner {
    padding: 1.125rem 1.25rem 4.375rem;
  }
  .terminal-affiliate__number {
    font-size: 0.625rem;
    top: 0.1875rem;
  }
  .terminal-affiliate__title {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .terminal-affiliate-info {
    font-size: 0.75rem;
    line-height: 1.125rem;
    padding-bottom: 1.25rem;
  }
  .terminal-affiliate-info__item + .terminal-affiliate-info__item {
    margin-left: -0.25rem;
  }
  .terminal-affiliate-info__item_opened
    .terminal-affiliate-info__state::before {
    margin-right: 0.625rem;
  }
  .terminal-affiliate-info__item_opened .terminal-affiliate-info__text {
    padding-left: 0;
  }
  .terminal-affiliate-info__item_closed
    .terminal-affiliate-info__state::before {
    margin-right: 0.625rem;
  }
  .terminal-affiliate-info__item_closed .terminal-affiliate-info__text {
    padding-left: 0;
  }
  .terminal-affiliate-info__state {
    margin-bottom: 0.375rem;
  }
  .terminal-affiliate-coins {
    display: block;
    padding: 0.9375rem 0 1.1875rem;
  }
  .terminal-affiliate-coins__label {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
  .terminal-affiliate-coin:not(:last-child) {
    margin-right: 2.375rem;
  }
  .terminal-affiliate-coin__icon {
    height: 2.125rem;
    width: 2.125rem;
    font-size: 1.125rem;
  }
  .terminal-affiliate-coin__text {
    font-size: 0.875rem;
  }
  .terminal-affiliate-entity {
    margin-bottom: 1.875rem;
  }
  .terminal-affiliate-entity__icon {
    height: 2.375rem;
    width: 2.375rem;
  }
  .terminal-affiliate-entity__icon .icon {
    font-size: 1.5625rem;
    top: 0.0625rem;
    left: 0.125rem;
  }
  .terminal-affiliate-entity__text {
    font-size: 0.875rem;
  }
  .terminal-affiliate-desc {
    padding-top: 1.1875rem;
    padding-bottom: 1.875rem;
  }
  .terminal-affiliate-desc__title {
    font-size: 1.125rem;
  }
  .terminal-affiliate-desc__text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .terminal-affiliate-phones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 1.375rem;
  }
  .terminal-affiliate-phones__icon {
    height: 2.375rem;
    width: 2.375rem;
  }
  .terminal-affiliate-phones__icon .icon {
    font-size: 1.3125rem;
  }
  .terminal-affiliate-phones__text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .city-choose-popup {
    width: 21.875rem;
    left: calc(50% - 55.125rem / 2);
    padding: 2.8125rem 1.5625rem 1.875rem;
  }
  .city-choose-popup__title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
  .city-choose-popup__close {
    right: 1.5625rem;
  }
  .sr-main__inner-container {
    max-width: 45.625rem;
  }
  .sr-form {
    padding-top: 1.875rem;
  }
  .sr-form__submit {
    height: 3.5rem;
    width: 14.375rem;
  }
  .sr-form__submit_size_md {
    width: 17.125rem;
  }
  .sr-form-field {
    height: 3.5rem;
    padding: 1.4375rem 2.9375rem 0.625rem 1.125rem;
  }
  .sr-form-field__top-label {
    top: 0.375rem;
    left: 1.125rem;
  }
  .sr-form-field__label {
    padding: 1.4375rem 2.9375rem 0.625rem 1.125rem;
  }
  .sr-form-field__reset {
    right: 1.25rem;
  }
  .sr-form-field__reset .icon {
    font-size: 0.8125rem;
  }
  .sr-form-field.sr-form-field_padding_sm {
    padding: 1.5rem 2.9375rem 0.625rem 1.125rem;
  }
  .sr-form-field.is-focused .sr-form-field__label {
    top: 0.3125rem;
    left: 1.125rem;
  }
  .sr-content__title {
    margin-bottom: 2.375rem;
    font-size: 1.625rem;
  }
  .sr-tabs-controls__link {
    font-size: 0.75rem;
    padding-bottom: 1.6875rem;
  }
  .sr-tabs-controls__link:not(:last-child) {
    margin-right: 2.375rem;
  }
  .sr-list {
    padding-top: 1.0625rem;
    padding-bottom: 4.375rem;
  }
  .sr-item {
    padding: 1.625rem 0 1.625rem;
  }
  .sr-item__count {
    font-size: 0.75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 6.30137%;
    flex: 1 0 6.30137%;
    max-width: 6.30137%;
    padding-top: 0.3125rem;
  }
  .sr-item__title {
    font-size: 1.25rem;
    margin-bottom: 1.375rem;
  }
  .sr-item__excerpt {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .pagination__current {
    height: 2.875rem;
    width: 2.875rem;
    font-size: 0.9375rem;
  }
  .pagination__link {
    height: 2.875rem;
    width: 2.875rem;
    font-size: 0.9375rem;
  }
  .pagination__dots {
    margin: 0 1.125rem;
    font-size: 0.875rem;
  }
  .pagination__prev,
  .pagination__next {
    height: 2.875rem;
    width: 2.875rem;
    font-size: 1.375rem;
  }
  .pagination__prev i,
  .pagination__next i {
    top: -0.0625rem;
  }
  .exchanges__container {
    max-width: 47.5rem;
    padding-top: 6.5625rem;
  }
  .exchanges__header {
    margin-bottom: 3.75rem;
  }
  .exchanges__title {
    font-size: 2rem;
  }
  .exchanges__footer {
    padding-top: 3.125rem;
  }
  .exchanges__footer-btn {
    min-width: 26.625rem;
  }
  .exchanges__footer-btn .icon {
    display: none;
  }
  .exchanges-tabs-nav {
    margin-bottom: 4.8125rem;
  }
  .exchanges-tabs-nav__link {
    font-size: 0.875rem;
    height: 2.5rem;
  }
  .exchange-toggler {
    width: 0.5rem;
    height: 0.9375rem;
  }
  .exchange__header {
    padding-right: 0.0625rem;
  }
  .exchange__title {
    font-size: 1.25rem;
  }
  .exchange-table__left-side {
    padding-top: 1.375rem;
    height: 4.0625rem;
  }
  .exchange-table__right-side {
    width: 34.85714%;
    height: 4.0625rem;
  }
  .exchange-table__right-side_large {
    width: 55%;
  }
  .exchange-table__right-side_large .exchange-table__value {
    width: 70%;
  }
  .exchange-table__title {
    font-size: 1.25rem;
  }
  .exchange-table__desc {
    font-size: 0.75rem;
  }
  .exchange-table__value {
    top: 0.0625rem;
    width: 62%;
    font-size: 1.25rem;
  }
  .exchange-table__diff {
    top: -0.1875rem;
    font-size: 0.75rem;
  }
  .exchange-table__direction {
    top: -0.1875rem;
    height: 0.5rem;
    width: 0.5625rem;
  }
  .dynamics__container {
    padding-top: 0.75rem;
    padding-bottom: 5.9375rem;
    max-width: 47.5rem;
  }
  .dynamics__title {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
  .dynamics__info {
    padding-top: 3.75rem;
  }
  .dynamics__info br {
    display: none;
  }
  .dynamics-filters {
    margin-bottom: 2.0625rem;
  }
  .dynamics-filters__period {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.12329%;
    flex: 0 0 27.12329%;
  }
  .bullions__container {
    padding-top: 6.875rem;
    padding-bottom: 13.75rem;
  }
  .bullions__title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 3.75rem;
  }
  .bullions__all-btn {
    min-width: 17.125rem;
  }
  .bullion {
    height: 14.625rem;
  }
  .bullion:hover .bullion__right-side {
    padding-bottom: 2.625rem;
  }
  .bullion__left-side {
    padding: 1.375rem 1.4375rem 1.6875rem;
  }
  .bullion__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7.625rem;
    flex: 0 0 7.625rem;
    padding-top: 2.625rem;
  }
  .bullion__arrow {
    bottom: 1.125rem;
  }
  .bullion__weight {
    font-size: 2.25rem;
  }
  .bullion__weight span {
    font-size: 1.25rem;
  }
  .bullion__type {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
  }
  .bullion__type-value {
    font-size: 1.125rem;
  }
  .atm-top__container {
    padding-top: 5.9375rem;
  }
  .atm-top__title {
    font-size: 2rem;
    margin-bottom: 0.9375rem;
  }
  .atm-top__search {
    margin-bottom: 2.25rem;
  }
  .atm-cat {
    font-size: 0.875rem;
  }
  .atm-cat__icon {
    width: 2.875rem;
    margin-right: 0.5rem;
  }
  .atm-cat__icon::before {
    height: 2.875rem;
    width: 2.875rem;
  }
  .atm-cat__icon .icon {
    font-size: 2.0625rem;
  }
  .atm-cat__text {
    line-height: 1.6;
  }
  .atm-cat_fillials .atm-cat__icon .icon {
    font-size: 1.6875rem;
  }
  .atm-cat_sale .atm-cat__icon .icon {
    font-size: 1.875rem;
  }
  .atm-cat_geo-terminals .atm-cat__icon {
    left: 0;
  }
  .atm-cat_geo-terminals .atm-cat__icon .icon {
    font-size: 1.875rem;
  }
  .atm-cat_cashbox .atm-cat__icon {
    top: 0.125rem;
    left: 0;
  }
  .atm-cat_cashbox .atm-cat__icon .icon {
    font-size: 1.875rem;
  }
  .atm-cat.is-active .atm-cat__icon::after {
    height: 0.8125rem;
    width: 0.8125rem;
  }
  .atm-main {
    min-height: 40.625rem;
  }
  .atm-map {
    height: 40.625rem;
  }
  .atm-list__container {
    padding-top: 5.8125rem;
    padding-bottom: 12.5rem;
  }
  .atm-nav {
    max-width: 55.125rem;
    height: 5.125rem;
  }
  .atm-nav__left-side {
    padding-left: 1.5rem;
  }
  .atm-nav-control__icon {
    display: none;
  }
  .atm-nav-control__content {
    padding-left: 0;
  }
  .atm-nav-control__text {
    font-size: 1rem;
    margin-bottom: 0.4375rem;
  }
  .atm-nav-control__button {
    font-size: 0.875rem;
  }
  .atm-nav-toggle {
    width: 11.0625rem;
  }
  .atm-nav-toggle__icon {
    font-size: 1.1875rem;
  }
  .atm-nav-toggle__text {
    font-size: 0.75rem;
  }
  .atm-item {
    padding: 1.5rem 1.4375rem 0.9375rem;
  }
  .atm-item__top {
    padding-bottom: 1.25rem;
  }
  .atm-item__bottom {
    padding-top: 1.0625rem;
  }
  .atm-item__title {
    font-size: 1.125rem;
  }
  .atm-item__desc {
    font-size: 0.875rem;
  }
  .atm-item__clock {
    padding-left: 0.4375rem;
    padding-top: 0.1875rem;
  }
  .atm-item__status {
    padding-left: 4.4375rem;
  }
  .atm-item-more__top-row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .atm-item-shedule__icon {
    font-size: 2.0625rem;
  }
  .atm-item-shedule__content p {
    font-size: 0.875rem;
  }
  .atm-item-shedule__content p:not(:last-child) {
    margin-bottom: 0.375rem;
  }
  .atm-item-state {
    font-size: 0.75rem;
  }
  .advert-back-button__icon {
    height: 2.0625rem;
    width: 2.0625rem;
    font-size: 1.0625rem;
  }
  .advert-back-button__icon i {
    left: -0.0625rem;
  }
  .advert-back-button__text {
    font-size: 0.75rem;
  }
  .advert-top__nav-container {
    padding-top: 1.3125rem;
  }
  .advert-top__container {
    padding-top: 5.6875rem;
  }
  .advert-top__header {
    margin-bottom: 3.4375rem;
  }
  .advert-info__left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.29545%;
    flex: 0 0 48.29545%;
    max-width: 48.29545%;
  }
  .advert-info__right-side {
    padding-bottom: 0;
  }
  .advert-info__cta {
    position: static;
    width: calc(100% + 1.875rem);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% + 1.875rem);
    flex: 0 0 calc(100% + 1.875rem);
    padding-top: 1.5rem;
    margin: 0 -0.9375rem;
  }
  .advert-info__address {
    padding: 1.3125rem 0 1.25rem;
  }
  .advert-info__address p {
    font-size: 0.875rem;
  }
  .advert-info__address p:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .advert-info__address p strong {
    font-size: 0.75rem;
  }
  .advert-info__table {
    padding: 1.375rem 0 0.75rem;
  }
  .advert-info__table ul li {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  .advert-info__table ul li:nth-child(1),
  .advert-info__table ul li:nth-child(2) {
    width: 100%;
  }
  .advert-info__table ul li:nth-child(odd) {
    width: 52.5%;
  }
  .advert-info__table ul li strong {
    font-size: 0.75rem;
  }
  .advert-info__table-type {
    font-size: 0.75rem;
    margin-bottom: 0.9375rem;
  }
  .advert-info__table-type a {
    font-size: 0.875rem;
  }
  .advert-info__price {
    padding: 1.25rem 0 1.3125rem;
  }
  .advert-info__price-value {
    font-size: 2rem;
  }
  .advert-info__price-desc {
    font-size: 0.875rem;
  }
  .advert-label {
    height: 1.625rem;
    padding: 0 0.625rem;
  }
  .slideshow__display {
    margin-bottom: 0.8125rem;
  }
  .slideshow__display.slideshow__display_has_padding {
    padding: 0 4.6875rem;
    margin-bottom: 1.875rem;
  }
  .slideshow__display.slideshow__display_has_padding .slick-slide img {
    height: 27.25rem;
  }
  .slideshow__display .slick-slide img {
    height: 18.5rem;
  }
  .slideshow__display-prev,
  .slideshow__display-next {
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%);
    height: 2.875rem;
    width: 2.875rem;
    font-size: 1.375rem;
  }
  .slideshow__display-prev .fa {
    left: -0.0625rem;
  }
  .slideshow__display-next .fa {
    right: -0.0625rem;
  }
  .slideshow__thumbs.slideshow__thumbs_sm .slick-list {
    margin: 0 -1.125rem;
  }
  .slideshow__thumbs.slideshow__thumbs_sm .slick-slide {
    margin: 0 1.125rem 0.3125rem;
  }
  .slideshow__thumbs.slideshow__thumbs_sm .slick-slide img {
    height: 6.25rem;
  }
  .slideshow__thumbs .slick-list {
    margin: 0 -0.375rem;
  }
  .slideshow__thumbs .slick-slide {
    margin: 0 0.375rem;
  }
  .slideshow__thumbs .slick-slide img {
    height: 5.5rem;
  }
  .slideshow__zoom {
    height: 2.4375rem;
    width: 2.4375rem;
  }
  .slideshow__zoom .icon {
    font-size: 0.9375rem;
  }
  .modal-slideshow {
    max-height: 50.3125rem;
  }
  .modal-slideshow__close {
    height: 2.875rem;
    width: 2.875rem;
    top: 2.5rem;
    right: 2.5rem;
  }
  .modal-slideshow__close:hover {
    border-width: 1.4375rem;
  }
  .modal-slideshow__close .icon {
    font-size: 1rem;
  }
  .modal-slideshow__inner {
    max-width: 55.125rem;
    padding-top: 8.6875rem;
    padding-bottom: 6.25rem;
  }
  .advert-main__container {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .advert-tabs-nav {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
    padding-top: 2.3125rem;
  }
  .advert-tabs-nav__link {
    font-size: 0.875rem;
    padding-bottom: 1.4375rem;
  }
  .advert-tabs-nav__link:not(:last-child) {
    margin-right: 2.375rem;
  }
  .advert-information {
    padding: 3.1875rem 4.5625rem 4.625rem 4.5625rem;
  }
  .advert-information__title {
    font-size: 1.625rem;
    margin-bottom: 1.1875rem;
  }
  .advert-information p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .advert-faq {
    padding: 3.75rem 4.5625rem 5.25rem;
  }
  .advert-faq__title {
    height: 3.375rem;
    font-size: 1.125rem;
  }
  .advert-faq__title-icon-open {
    right: 1.25rem;
    font-size: 1.0625rem;
  }
  .advert-faq__title-icon-close {
    top: 0;
    right: 1.1875rem;
  }
  .advert-faq__text p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .advert-contacts {
    padding-top: 2.8125rem;
    padding-bottom: 2.9375rem;
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
  .advert-contacts__icon {
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 0.75rem;
    top: -0.9375rem;
  }
  .advert-contacts__icon .icon {
    font-size: 1.5rem;
  }
  .advert-contacts__title {
    font-size: 1.5rem;
    margin-bottom: 0.4375rem;
  }
  .advert-contacts__text {
    font-size: 1rem;
  }
  .recent-ads__container {
    padding-bottom: 11.25rem;
  }
  .recent-ads__title {
    font-size: 1.625rem;
    margin-bottom: 3.125rem;
  }
  .recent-ads__list > * {
    margin-bottom: 0.75rem;
  }
  .recent-ads__footer {
    padding-top: 3.25rem;
  }
  .recent-ads__footer .btn {
    min-width: 26.625rem;
  }
  .item-advert {
    height: 24.1875rem;
    border-radius: 0.3125rem;
  }
  .item-advert:hover .item-advert__top {
    max-height: 10rem;
  }
  .item-advert__top {
    max-height: 14.125rem;
  }
  .item-advert__label {
    top: auto;
    bottom: 0.625rem;
    left: 0.625rem;
    right: auto;
  }
  .item-advert__cat {
    left: 0.875rem;
    top: 0.75rem;
  }
  .item-advert__count {
    height: 1.75rem;
    min-width: 1.75rem;
  }
  .item-advert__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-bottom: 0.9375rem;
    margin-bottom: 1.0625rem;
  }
  .item-advert__price {
    font-size: 1.125rem;
    margin-bottom: 0.125rem;
  }
  .item-advert__bottom {
    padding: 1rem 1.125rem 0.9375rem 1.4375rem;
  }
  .item-advert-large {
    height: 24.1875rem;
    padding-top: 3.25rem;
  }
  .item-advert-large__count {
    height: 1.75rem;
    min-width: 1.75rem;
  }
  .item-advert-large__title {
    font-size: 1.625rem;
    margin-bottom: 4.375rem;
  }
  .item-advert-large__price {
    font-size: 2.25rem;
    margin-bottom: 0.25rem;
  }
  .item-advert-large__desc {
    font-size: 1rem;
    margin-bottom: 1.75rem;
  }
  .item-advert-large__button {
    min-width: 26.625rem;
  }
  .ads-top__title {
    font-size: 2rem;
  }
  .ads-tab-nav__link {
    font-size: 0.875rem;
    height: 2.5rem;
  }
  .ads-slides {
    border-radius: 0;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .ads-slides__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35.625%;
    flex: 0 0 35.625%;
    max-width: 35.625%;
  }
  .ads-slide {
    padding: 1.0625rem 1.125rem 1rem;
    height: 13.875rem;
  }
  .ads-slide__title {
    font-size: 1.125rem;
  }
  .ads-slide__title.ads-slide__title_size_lg {
    font-size: 1.625rem;
  }
  .ads-slide__price {
    margin-bottom: 0;
    font-size: 1.125rem;
  }
  .ads-slide__price.ads-slide__price_size_lg {
    font-size: 1.625rem;
    margin-bottom: 0.3125rem;
  }
  .ads-slide__desc {
    font-size: 0.875rem;
  }
  .ads-slide__desc.ads-slide__desc_size_lg {
    font-size: 1.125rem;
  }
  .ads-slide__count {
    height: 1.75rem;
    min-width: 1.75rem;
  }
  .ads-slide.ads-slide_size_lg {
    padding: 1.8125rem 2.375rem 2.875rem;
  }
  .ads-form__actions {
    padding-top: 1.9375rem;
    padding-bottom: 1.9375rem;
  }
  .ads-form__actions > * {
    min-width: 21.875rem;
  }
  .ads-form__reset .icon {
    font-size: 1rem;
  }
  .ads-form__hidden {
    padding-top: 2.8125rem;
  }
  .ads-form-controls {
    padding: 1.8125rem 0 1.625rem;
  }
  .ads-form-controls__left-side {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ads-form-controls__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.13636%;
    flex: 0 0 31.13636%;
    max-width: 31.13636%;
  }
  .ads-form-controls__checkboxes > :not(:last-child) {
    margin-right: 1.875rem;
  }
  .ads-form-top__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.13636%;
    flex: 0 0 31.13636%;
    max-width: 31.13636%;
  }
  .ads-form-middle-top__left-side > :not(:last-child) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.125rem;
    flex: 0 0 17.125rem;
    max-width: 0 0 17.125rem;
  }
  .ads-form-middle-top__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.13636%;
    flex: 0 0 31.13636%;
    max-width: 31.13636%;
  }
  .ads-form-middle-center {
    margin-bottom: 1.8125rem;
  }
  .ads-form-middle-center__left-side > :not(:last-child) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.125rem;
    flex: 0 0 17.125rem;
    max-width: 0 0 17.125rem;
  }
  .ads-form-middle-center__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.13636%;
    flex: 0 0 31.13636%;
    max-width: 31.13636%;
  }
  .ads-form-middle-bottom {
    margin-bottom: 1.1875rem;
  }
  .ads-form-middle-bottom__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.13636%;
    flex: 0 0 31.13636%;
    max-width: 31.13636%;
  }
  .ads-form-fieldset legend {
    margin-bottom: 0.6875rem;
  }
  .ads-form-fieldset__container {
    margin: 0 -0.125rem;
  }
  .ads-form-fieldset__container > * {
    margin: 0 0.0625rem;
  }
  .ads-form-fieldset.ads-form-fieldset_type_region
    .ads-form-fieldset__container {
    display: block;
    max-width: 100%;
  }
  .ads-form-fieldset.ads-form-fieldset_type_region
    .ads-form-fieldset__container
    > :not(:last-child) {
    margin-bottom: 0.5625rem;
    margin-right: 0;
  }
  .ads-form-fieldset.ads-form-fieldset_type_price
    .ads-form-fieldset__container {
    display: block;
  }
  .ads-form-fieldset.ads-form-fieldset_type_price
    .ads-form-fieldset__container
    > :not(:last-child) {
    margin-bottom: 0.5625rem;
  }
  .filter-input {
    padding: 0.375rem 1.0625rem 0.625rem;
    height: 3.5625rem;
  }
  .filter-input__label span {
    display: none;
  }
  .filter-input__label::after {
    display: block;
  }
  .filter-input__mark {
    font-size: 1.5rem;
    bottom: 0.375rem;
    right: 1.0625rem;
  }
  .filter-input__mark.filter-input__mark_size_sm {
    font-size: 1.125rem;
    right: 1rem;
    bottom: 0.4375rem;
  }
  .filter-input__mark.filter-input__mark_size_md {
    right: 1.1875rem;
    font-size: 1.125rem;
    bottom: 0.4375rem;
  }
  .filter-input.filter-input_has_price-mark {
    padding: 0.375rem 2.1875rem 0.625rem 1.0625rem;
  }
  .filter-input.filter-input_has_square-mark {
    padding: 0.375rem 2.8125rem 0.625rem 1.0625rem;
  }
  .filter-input.filter-input_has_year-mark {
    padding: 0.375rem 2.1875rem 0.625rem 1.0625rem;
  }
  .ads-content-tabs-controls__link {
    height: 3.5rem;
    font-size: 0.875rem;
  }
  .ads-list__container {
    padding-top: 5.8125rem;
    padding-bottom: 11.25rem;
  }
  .ads-list__title {
    font-size: 1.625rem;
  }
  .ads-list__inner-container > * {
    margin-bottom: 0.75rem;
  }
  .ads-list__pagination {
    padding-top: 2.375rem;
  }
  .ads-map__container {
    margin-bottom: 12.5rem;
  }
  .ads-map__outer-container {
    height: 34.375rem;
  }
  .ads-map__list {
    top: 1.25rem;
    width: 21.875rem;
    left: calc(50% - 55rem / 2);
  }
  .ads-map__scroll > .scroll-element.scroll-y {
    width: 0.1875rem;
  }
  .ads-map__bottom {
    padding: 2.5625rem 0.9375rem;
  }
  .ads-map__button {
    min-width: 26.625rem;
  }
  .ads-map-item {
    height: 14.75rem;
    padding: 1.375rem 1.125rem 0.9375rem;
  }
  .ads-map-item__cat {
    margin-bottom: 0.625rem;
  }
  .ads-map-item__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .ads-map-item__bottom {
    padding-top: 1rem;
    padding-bottom: 0.375rem;
  }
  .ads-map-item__price {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .ads-map-item__desc {
    font-size: 0.75rem;
  }
  .ads-filter-btn__icon {
    margin-right: 0.9375rem;
    font-size: 1.125rem;
  }
  .ads-filter-btn__icon-close {
    display: none;
  }
  .ads-filter-btn__text {
    font-size: 0.75rem;
  }
  .ads-filter-btn.is-active .ads-filter-btn__icon {
    margin-right: 1rem;
  }
  .ads-filter-btn.is-active .ads-filter-btn__icon-close {
    display: none;
  }
  .credit-data__inner,
  .credit-conditions__inner,
  .credit-docs__inner,
  .credit-ways__inner,
  .credit-faq__inner,
  .credit-form {
    max-width: 45.625rem;
  }
  .banner-top__container {
    padding-top: 1.125rem;
    padding-bottom: 4.375rem;
  }
  .banner-top__label {
    top: 0.9375rem;
  }
  .banner-top__category {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
  .banner-top__title {
    font-size: 2rem;
  }
  .banner-top__button {
    width: 17.1875rem;
  }
  .banner-bottom__container {
    padding-bottom: 2.5rem;
  }
  .banner-info {
    margin-bottom: 1.5625rem;
  }
  .banner-info__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .banner-info__value {
    font-size: 1.25rem;
  }
  .banner-info__value strong {
    font-size: 2.25rem;
  }
  .nav-line {
    top: 4.0625rem;
  }
  .nav-line__container {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
  }
  .nav-line__order-link {
    min-width: 12.375rem;
  }
  .banner-nav__container {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
  }
  .back-page-link {
    font-size: 0.75rem;
  }
  .back-page-link__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .credit-calc__container {
    padding-top: 4.0625rem;
    padding-bottom: 1.875rem;
  }
  .credit-calc-header__title {
    font-size: 1.625rem;
  }
  .credit-calc-header__desc {
    font-size: 0.875rem;
  }
  .credit-calc-nav-label {
    margin-bottom: 0.8125rem;
  }
  .credit-calc-nav__link {
    font-size: 0.875rem;
    height: 2.5rem;
  }
  .credit-calc-fields {
    margin-bottom: 2.3125rem;
  }
  .credit-calc-options {
    padding-bottom: 3.125rem;
  }
  .credit-calc-options__checkboxes {
    top: 0.625rem;
  }
  .credit-calc-options__checkbox {
    width: 50%;
    margin-top: 0.3125rem;
  }
  .credit-calc-options__checkbox:not(:last-child) {
    margin-right: 1.6875rem;
  }
  .credit-calc-payment {
    font-size: 1.125rem;
  }
  .credit-calc-payment > span {
    font-size: 1.75rem;
  }
  .credit-calc-footer {
    padding-top: 1.6875rem;
  }
  .credit-calc-footer__inner {
    margin-left: 16.66667%;
    position: relative;
    width: 100%;
    min-height: 0.0625rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .credit-calc-footer__btn {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .credit-calc-footer__desc {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    text-align: center;
    margin-left: 0;
    margin-bottom: 1.6875rem;
  }
  .credit-content__container {
    padding-top: 2.6875rem;
  }
  .credit-tabs-nav {
    padding: 1.875rem 1.5rem 0;
  }
  .credit-tabs-nav__link {
    font-size: 0.75rem;
    padding-bottom: 1.5625rem;
  }
  .credit-tabs-nav__link:not(:last-child) {
    margin-right: 2.375rem;
  }
  .credit-data__text {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.8125rem;
  }
  .credit-data__important-text {
    margin-top: 3.4375rem;
  }
  .credit-data-table tr td {
    font-size: 0.875rem;
    padding: 1rem 0;
    width: 52%;
    line-height: 1.45;
  }
  .credit-advantages__slider-wrap {
    margin-top: 3.25rem;
  }
  .credit-advantages__slider .slick-list {
    margin: 0;
  }
  .credit-advantage__icon {
    height: 4.8125rem;
    width: 4.8125rem;
    margin-bottom: 1.0625rem;
  }
  .credit-advantage__icon svg {
    height: 1.875rem;
  }
  .credit-advantage__title {
    font-size: 1rem;
  }
  .credit-advantages-nav {
    padding-top: 3.0625rem;
  }
  .credit-advantages-nav__prev,
  .credit-advantages-nav__next {
    margin: 0 0.1875rem;
  }
  .credit-content-header__title {
    font-size: 2rem;
  }
  .credit-content-header__title_size_small {
    font-size: 1.625rem;
  }
  .credit-content-header__subtitle {
    font-size: 1rem;
  }
  .credit-conditions__inner {
    padding-top: 3.5rem;
  }
  .credit-conditions-list {
    margin-top: 2.6875rem;
  }
  .credit-conditions-item {
    padding-bottom: 2.3125rem;
  }
  .credit-conditions-item:not(:last-child) {
    margin-bottom: 2.1875rem;
  }
  .credit-conditions-item__title {
    font-size: 1.125rem;
    top: 0;
    line-height: 1.35;
  }
  .credit-conditions-item__text p {
    line-height: 1.5;
    font-size: 0.875rem;
  }
  .credit-conditions-item__text ul li {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .credit-conditions-warning {
    font-size: 0.75rem;
  }
  .credit-docs__inner {
    padding-top: 1.875rem;
    padding-bottom: 3.625rem;
  }
  .credit-docs__info-text {
    margin-top: 3rem;
    max-width: 34.375rem;
  }
  .credit-docs-item {
    padding-bottom: 1.75rem;
  }
  .credit-ways__inner {
    padding-top: 3.5rem;
    padding-bottom: 2.4375rem;
  }
  .credit-ways-list {
    margin-top: 3.625rem;
  }
  .credit-ways-item-title__icon {
    width: 3.5625rem;
    height: 3.5625rem;
    margin-right: 1.25rem;
  }
  .credit-ways-item-title__icon .icon {
    font-size: 2.1875rem;
  }
  .credit-ways-item-title__icon .icon-terminal {
    font-size: 2.1875rem;
  }
  .credit-ways-item-title__icon .icon-phone-sms {
    right: -0.3125rem;
  }
  .credit-ways-item-title__icon .icon-kasses {
    font-size: 2.1875rem;
  }
  .credit-ways-item-title__icon .icon-partners {
    font-size: 2.1875rem;
  }
  .credit-ways-item-title__text {
    font-size: 1.125rem;
  }
  .credit-apps {
    margin-top: 1.875rem;
    margin-bottom: 0.6875rem;
  }
  .credit-app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .credit-app__icon {
    margin-bottom: 0.625rem;
    height: 2.5rem;
    width: 2.5rem;
  }
  .credit-app__icon .icon {
    font-size: 1.375rem;
  }
  .credit-faq__inner {
    padding-top: 3.5625rem;
    padding-bottom: 7.625rem;
  }
  .credit-faq-list {
    margin-top: 4.125rem;
  }
  .credit-faq-item__title {
    height: 5.125rem;
    font-size: 1.125rem;
  }
  .credit-faq-item__title::after {
    width: 2.625rem;
    height: 2.625rem;
    font-size: 1.125rem;
    margin-left: 1.875rem;
  }
  .credit-faq-item__label {
    margin-top: 0;
    margin-bottom: 0.4375rem;
  }
  .credit-faq-item__text {
    margin-bottom: 2.0625rem;
    font-size: 0.875rem;
  }
  .credit-faq-footer__btn-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.875rem;
    flex: 0 1 16.875rem;
    max-width: 16.875rem;
  }
  .credit-registration::before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 3.75rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .credit-registration__inner {
    padding: 4.0625rem 0 6.125rem;
  }
  .credit-steps {
    margin-top: 3.125rem;
  }
  .credit-step {
    padding: 0 1rem;
  }
  .credit-step__amount {
    width: 2.8125rem;
    height: 2.8125rem;
  }
  .credit-step__amount .icon-get-money {
    font-size: 2.1875rem;
  }
  .credit-step__title {
    font-size: 1.125rem;
    margin-top: 2rem;
    margin-bottom: 0.625rem;
  }
  .credit-step__text {
    font-size: 0.75rem;
  }
  .credit-step.is-active .credit-step__title {
    font-size: 1.125rem;
    margin-top: 1.75rem;
  }
  .credit-step.is-active .credit-step__amount {
    height: 3.4375rem;
    width: 3.4375rem;
  }
  .credit-step:not(:last-child)::after {
    width: 14.0625rem;
    top: 1.75rem;
  }
  .credit-order::before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .credit-form__select {
    margin-bottom: 0.9375rem;
  }
  .credit-form__select .select .jq-selectbox__select {
    height: 4.1875rem;
    padding: 2rem 1.125rem 0.6875rem;
  }
  .credit-form__field {
    margin-bottom: 0.9375rem;
  }
  .credit-form__field .input {
    height: 4.1875rem;
  }
  .credit-form__field span {
    padding: 2rem 1.125rem 0.6875rem;
  }
  .credit-form__add-phone {
    margin-top: -0.4375rem;
  }
  .credit-form__agree {
    margin-top: 0;
  }
  .credit-form__proposal {
    margin-top: 2.6875rem;
  }
  .credit-form__submit-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 17.1875rem;
    flex: 0 1 17.1875rem;
    max-width: 17.1875rem;
  }
  .proposal-time__btn {
    font-size: 0.8125rem;
  }
  .other-credits {
    padding-top: 8.75rem;
  }
  .other-credits__title {
    margin-bottom: 2.4375rem;
  }
  .city-choose-top__close {
    height: 2.875rem;
    width: 2.875rem;
    right: 0.875rem;
  }
  .city-choose-top__close:hover {
    border-width: 1.4375rem;
  }
  .city-choose-top__close .icon {
    font-size: 1rem;
  }
  .city-choose-top__title {
    font-size: 1.625rem;
    margin-bottom: 0.25rem;
  }
  .city-choose-top__city {
    font-size: 0.875rem;
  }
  .city-choose-main__container {
    padding-top: 1.6875rem;
  }
  .search__container {
    padding-top: 7.375rem;
    padding-bottom: 1.375rem;
  }
  .search__close {
    height: 2.875rem;
    width: 2.875rem;
    top: 1.875rem;
    right: 0.875rem;
  }
  .search__close:hover {
    border-width: 1.4375rem;
  }
  .search__close .icon {
    font-size: 1rem;
  }
  .search__submit {
    right: -0.3125rem;
    top: 0.625rem;
  }
  .search__submit .icon {
    font-size: 1.375rem;
  }
  .search__faq {
    padding-top: 1.375rem;
  }
  .search__faq-link {
    float: right;
    width: 14.375rem;
  }
  .search-field span {
    font-size: 1.625rem;
    padding: 1.125rem 0;
  }
  .search-input {
    font-size: 1.625rem;
    padding: 1.125rem 0;
    height: 4.6875rem;
  }
  .top-line__container {
    padding-top: 0.625rem;
    padding-bottom: 0.75rem;
  }
  .top-line__login {
    margin-right: 2.5rem;
  }
  .location {
    margin-right: 2rem;
  }
  .location__icon .icon {
    font-size: 1rem;
  }
  .login-link__icon {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .login-link__icon .icon {
    font-size: 0.875rem;
  }

  .lang {
    margin-right: 0;
  }
  .lang__label {
    padding-right: 1.25rem;
  }
  .header.is-fixed .header__container {
    padding-top: 0.8125rem;
    padding-bottom: 0.75rem;
  }
  .header.is-fixed .top-menu__link {
    font-size: 0.75rem;
  }
  .header.is-fixed .logo-small {
    margin-left: 0.125rem;
    margin-right: 2.0625rem;
    max-width: 2.5rem;
  }
  .logo {
    max-width: 12.375rem;
  }
  .menu__link {
    font-size: 1rem;
  }
  .menu__link::before {
    bottom: -1.5625rem;
  }
  .sub-menu__head {
    padding: 1.25rem 0 0.9375rem;
  }
  .sub-menu__head_for-business {
    padding: 1.6875rem 0 1.25rem;
  }
  .sub-menu__main {
    padding: 2.0625rem 0 2.8125rem;
  }
  .sub-menu__bottom {
    padding: 1.25rem 0;
  }
  .sub-menu__label {
    margin-bottom: 0.625rem;
  }
  .sub-menu__card {
    margin: 0.625rem 0;
  }
  .sub-menu-faq-link {
    width: 14.375rem;
    float: right;
  }
  .sub-menu-title {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
  }
  .sub-menu-title__icon {
    margin-right: 0.75rem;
  }
  .sub-menu-item_margin-sm:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .sub-menu-item_money-order {
    margin-top: 9.5625rem;
  }
  .eura-pay__icon_blue {
    width: 2.625rem;
    height: 2.625rem;
  }
  .eura-pay__title {
    font-size: 1.25rem;
  }
  .mob-app {
    max-width: 8.4375rem;
  }
  .mob-app:hover .mob-app__icon {
    border-width: 1.1875rem;
  }
  .mob-app:not(:last-child) {
    margin-right: 1.5625rem;
  }
  .mob-app__icon {
    height: 2.375rem;
    width: 2.375rem;
  }
  .mob-app__icon .icon {
    font-size: 1.375rem;
  }
  .mob-app__text span {
    display: none;
  }
  .mob-app__text::after {
    display: block;
  }
  .sub-menu-info__icon {
    height: 3.25rem;
    width: 3.25rem;
    margin-right: 0.8125rem;
  }
  .sub-menu-info__icon .icon {
    font-size: 1.75rem;
  }
  .sub-menu-info__icon .icon-car {
    top: 0.0625rem;
    font-size: 1.5625rem;
  }
  .sub-menu-info__text {
    font-size: 0.875rem;
  }
  .sub-menu-nav__link {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .sub-menu-nav__link:not(:last-child) {
    margin-bottom: 0.4375rem;
  }
  .header-slider__prev {
    top: auto;
    bottom: -0.375rem;
    left: auto;
    right: 4rem;
  }
  .header-slider__next {
    top: auto;
    bottom: -0.375rem;
    right: 0.9375rem;
  }
  .header-slider__dots {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 1.125rem;
    left: 0;
  }
  .header-slide__content {
    padding-top: 3.4375rem;
    padding-bottom: 7.9375rem;
  }
  .header-slide__category {
    font-size: 0.75rem;
  }
  .header-slide__title {
    font-size: 2.25rem;
  }
  .header-slide__desc {
    font-size: 1rem;
  }
  .header-slide__credit {
    margin-right: 0;
  }
  .header-slide__img {
    max-width: 26.5625rem;
  }
  .main-services__item {
    min-height: 6.5rem;
    padding: 1.75rem 1.4375rem 0.9375rem;
  }
  .main-services__title {
    font-size: 1rem;
    max-width: 50%;
  }
  .main-services__desc {
    display: none;
  }
  .main-services__icon {
    font-size: 1.9375rem;
    bottom: 0.5625rem;
    right: 0.6875rem;
  }
  .promo-cards__container {
    padding-top: 5rem;
  }
  .promo-cards__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 56.92%;
    flex: 0 1 56.92%;
    max-width: 56.92%;
  }
  .promo-cards__right {
    padding: 1.875rem 1.125rem 1.25rem 1.875rem;
  }
  .promo-cards__title {
    font-size: 1rem;
  }
  .promo-card {
    padding: 2rem 0 1.25rem 1.4375rem;
  }
  .promo-card__category {
    font-size: 0.75rem;
  }
  .promo-card__title {
    font-size: 1.5rem;
    max-width: 50%;
  }
  .promo-card__title br {
    display: none;
  }
  .promo-card__desc {
    font-size: 0.875rem;
    max-width: 55%;
  }
  .promo-card__desc br {
    display: none;
  }
  .promo-card__img {
    width: 36%;
  }
  .promo-card__bottom {
    border-top: 0.0625rem solid #deab3a;
    margin-bottom: -1.25rem;
    margin-left: -1.4375rem;
    padding-bottom: 2rem;
    padding-left: 1.4375rem;
    padding-top: 0.875rem;
  }
  .promo-card-info:not(:last-child) {
    margin-right: 2.375rem;
  }
  .promo-card-info__percent {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
  .promo-card-info__desc {
    font-size: 0.75rem;
  }
  .promo-cards-form__bottom {
    padding-top: 1.5625rem;
    padding-right: 0.25rem;
    display: block;
    text-align: center;
  }
  .promo-cards-form__submit {
    margin-right: 0;
    margin-bottom: 0.9375rem;
    width: 100%;
  }
  .promo-deposits__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.27%;
    flex: 0 1 48.27%;
    max-width: 48.27%;
  }
  .promo-deposits__right {
    padding: 1.4375rem 1.875rem 1.5625rem;
  }
  .promo-deposits__title {
    font-size: 1rem;
    margin-bottom: 0.875rem;
  }
  .promo-deposit {
    padding: 1.6875rem 0 2.1875rem 1.375rem;
  }
  .promo-deposit__category {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
  .promo-deposit__title {
    font-size: 1.625rem;
  }
  .promo-deposit__desc {
    font-size: 0.875rem;
    margin-bottom: 1.5625rem;
  }
  .promo-deposit__bottom {
    padding-top: 0.875rem;
  }
  .promo-deposit-info:not(:last-child) {
    margin-right: 3.4375rem;
  }
  .promo-deposit-info__value {
    font-size: 2.25rem;
  }
  .promo-deposit-info__value span {
    font-size: 1.625rem;
  }
  .promo-deposit-info__desc {
    font-size: 0.75rem;
  }
  .calculator-nav {
    margin-bottom: 1.375rem;
  }
  .calculator-nav__label {
    font-size: 0.75rem;
  }
  .calculator-row:not(:last-child) {
    margin-bottom: 1.75rem;
  }
  .calculator-row__field {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 69.66%;
    flex: 0 1 69.66%;
    max-width: 69.66%;
  }
  .calculator-field {
    height: 3.5625rem;
    padding: 1.625rem 1.0625rem 0.625rem;
  }
  .calculator-field__label {
    font-weight: 500;
    top: 0.5625rem;
  }
  .calculator-field__mark {
    font-size: 1.125rem;
    right: 0.9375rem;
  }
  .calculator-field__mark_lg {
    font-size: 1.5rem;
  }
  .calculator-input {
    font-size: 1.125rem;
  }
  .calculator-summary {
    padding-left: 0.9375rem;
  }
  .calculator-summary__label {
    margin-bottom: 0.375rem;
  }
  .calculator-summary__label span {
    display: none;
  }
  .calculator-summary__label::after {
    display: inline-block;
  }
  .calculator-summary__value {
    font-size: 1.125rem;
  }
  .promo-deposits-form__bottom {
    padding-top: 1.5625rem;
    padding-right: 0.3125rem;
  }
  .promo-deposits-form__agree {
    margin-top: 1.1875rem;
    margin-bottom: 1.125rem;
  }
  .promo-deposits-form__agree .agree__text {
    font-size: 0.75rem;
  }
  .promo-deposits-form__submit {
    margin-right: 0.9375rem;
  }
  .promo-deposits-form__link {
    font-size: 0.875rem;
  }
  .promo-block__container {
    padding-bottom: 0.9375rem;
  }
  .promo-block__close {
    top: 0.9375rem;
  }
  .promo-block__close .icon {
    font-size: 0.875rem;
  }
  .promo-block__img {
    top: 0.5rem;
    left: -0.75rem;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .promo-block__title {
    font-size: 1.125rem;
    padding-top: 1rem;
  }
  .promo-block__btn {
    margin-bottom: 0;
  }
  .promo-block-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.75rem;
  }
  .promo-block-list__item:not(:last-child) {
    margin-right: 0;
  }
  .promo-block-list__percent {
    font-size: 1.5rem;
  }
  .index-popular {
    padding-bottom: 4.0625rem;
  }
  .index-popular__title {
    margin-bottom: 2.375rem;
  }
  .index-popular__slide {
    margin: 0 0.375rem 0.9375rem;
  }
  .index-popular__arrows {
    padding-top: 1.5625rem;
  }
  .index-popular-item {
    max-width: 17.875rem;
  }
  .index-popular-item__top {
    padding: 1.375rem 1.5rem 2.8125rem;
    height: 13.3125rem;
  }
  .index-popular-item__title {
    font-size: 1.5rem;
  }
  .index-popular-item__category {
    font-size: 0.75rem;
  }
  .index-popular-item__bottom {
    padding: 0 1.4375rem 1.5rem;
  }
  .index-popular-item__tag {
    font-size: 0.75rem;
    padding-top: 0.6875rem;
  }
  .index-popular-item__text {
    font-size: 0.875rem;
  }
  .index-popular-item__amount {
    font-size: 1.75rem;
    padding: 0.625rem 0 0.8125rem 0;
  }
  .index-popular-item__amount small {
    font-size: 1.125rem;
  }
  .index-popular-item__date {
    font-size: 0.875rem;
    padding-left: 1.5rem;
    margin-bottom: 1.5625rem;
  }
  .index-popular-item__cta {
    padding: 0;
  }
  .index-services__promo {
    height: 28rem;
  }
  .index-services__list {
    margin-left: 0.625rem;
  }
  .promo-slider__slide {
    padding: 2.1875rem 1.375rem 5.625rem;
  }
  .promo-slider__title {
    font-size: 1.5rem;
    margin-bottom: 1.0625rem;
  }
  .promo-slider__title br {
    display: none;
  }
  .promo-slider__desc {
    font-size: 0.875rem;
  }
  .promo-slider__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.5625rem 0.375rem;
  }
  .promo-slider__dots {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .promo-slider__btn {
    max-width: 18.125rem;
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .index-services-item {
    padding: 1.5rem 1.1875rem 1.1875rem 1.4375rem;
  }
  .index-services-item__icon {
    height: 2.375rem;
    margin-left: -0.25rem;
    margin-bottom: 1.25rem;
  }
  .index-services-item__title {
    font-size: 1.125rem;
    max-width: 70%;
  }
  .index-services-item__desc {
    display: none;
  }
  .index-services-item__link-icon {
    margin-right: 0.3125rem;
  }
  .index-services-item__link-icon .icon {
    font-size: 0.625rem;
  }
  .courses__inner {
    padding: 1.875rem 1.5625rem 1.25rem 1.3125rem;
  }
  .courses__header {
    margin-bottom: 2.375rem;
  }
  .courses__title {
    font-size: 2rem;
    padding-top: 0.3125rem;
    margin-bottom: 1.0625rem;
  }
  .courses__date {
    padding-left: 1.6875rem;
    font-size: 0.75rem;
  }
  .courses__date::before {
    height: 0.9375rem;
    width: 0.9375rem;
  }
  .courses__info br {
    display: none;
  }
  .courses__find-btn {
    padding-right: 1.375rem;
    padding-left: 1.375rem;
    height: 2.8125rem;
    line-height: 2.6875rem;
    font-size: 0.75rem;
  }
  .courses__find-btn .icon {
    margin-right: 0.5rem;
  }
  .courses-nav__link {
    font-size: 0.875rem;
    height: 2.5rem;
    line-height: 2.3125rem;
    padding: 0 1.8125rem;
  }
  .courses-sale__title {
    font-size: 1rem;
    margin-bottom: 1.125rem;
  }
  .courses-table {
    padding: 1.0625rem 0;
  }
  .courses-table tr:nth-child(1) td {
    font-size: 0.875rem;
  }
  .courses-table td {
    width: 33%;
  }
  .courses-table td span:not(.currency) {
    margin-left: 0.3125rem;
  }
  .courses-table .up::after {
    width: 0.8125rem;
    height: 0.625rem;
  }
  .courses-table .down::after {
    width: 0.8125rem;
    height: 0.625rem;
  }
  .index-actions__container {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
  .index-actions__title {
    margin-bottom: 1.8125rem;
  }
  .index-actions__wrapper {
    margin-right: 0.625rem;
  }
  .index-actions__publication-bottom {
    line-height: 1.6;
  }
  .index-actions__bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .index-actions__news-link {
    margin-top: 0;
  }
  .index-actions__publication-link {
    margin-top: 0;
  }
  .index-actions-item__main {
    padding: 1.3125rem 1.25rem 1.875rem;
  }
  .index-actions-item__category {
    font-size: 0.75rem;
  }
  .index-actions-item__title {
    font-size: 1.125rem;
    height: 4.3125rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .index-actions-item__img {
    height: 11.5rem;
  }
  .index-publication-item__main {
    padding: 1.375rem 1.4375rem 2.8125rem;
  }
  .index-publication-item__category {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .index-publication-item__title {
    font-size: 1.5rem;
  }
  .index-publication-item__img {
    height: 11.5rem;
  }
  .internet-banking__right {
    padding: 2.0625rem 1.4375rem 1.375rem 1.8125rem;
  }
  .internet-banking__title {
    font-size: 1.625rem;
    margin-bottom: 1.0625rem;
  }
  .internet-banking__desc {
    font-size: 1rem;
  }
  .internet-banking__bottom {
    padding-top: 1.25rem;
  }
  .internet-banking__btn {
    padding: 0 2.125rem;
  }
  .slider-banking__img::before {
    opacity: 0;
  }
  .banking-app:hover .banking-app__icon {
    border: 1.5625rem solid #fff;
  }
  .banking-app__icon {
    height: 3.125rem;
    width: 3.125rem;
    margin-right: 0.8125rem;
  }
  .banking-app__icon .icon {
    font-size: 1.8125rem;
  }
  .banking-app__text {
    max-width: 6.25rem;
  }
  .banking-app__text span {
    display: none;
  }
  .banking-app__text::after {
    display: inline-block;
  }
  .block-label {
    height: 1.625rem;
    padding: 0 1.0625rem;
  }
  .footer__faq-link {
    width: 100%;
  }
  .footer-top__container {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .footer-top__nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 1.875rem;
  }
  .footer-top__link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1.875rem;
  }
  .footer-nav {
    text-align: center;
  }
  .footer-nav__link:not(:last-child) {
    margin-right: 2.4375rem;
  }
  .footer-menu__item:not(:last-child) {
    margin-bottom: 0.4375rem;
  }
  .footer-menu__link {
    font-size: 0.75rem;
  }
  .footer-contact:not(:last-child) {
    margin-bottom: 1.1875rem;
  }
  .footer-contact__address {
    margin-left: -3.125rem;
    padding-top: 1.125rem;
  }
  .footer-contact__address br {
    display: none;
  }
  .footer-contact__link.ml-50 {
    margin-left: -3.125rem;
  }
  .footer-phone {
    font-size: 0.875rem;
    margin-bottom: 0.125rem;
  }
  .footer-main__container {
    padding-top: 2.5rem;
    padding-bottom: 3.875rem;
  }
  .license {
    margin-top: 0.1875rem;
  }
  .social__link {
    height: 2.0625rem;
    width: 2.0625rem;
  }
  .social__link:hover {
    border-width: 1.03125rem;
  }
  .social__link:not(:last-child) {
    margin-right: 0.125rem;
  }
  .social__link .icon {
    font-size: 0.9375rem;
  }
  .social__link_vk .icon {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 59.9375rem) {
  .btn {
    font-size: 1rem;
    height: 3.75rem;
    line-height: 3.75rem;
  }
  .btn_sm {
    height: 3.125rem;
  }
  .arrow-bordered {
    height: 3.75rem;
    width: 3.75rem;
    font-size: 1.8125rem;
  }
  .arrow-bordered:active,
  .arrow-bordered:focus {
    border-radius: 50%;
  }
  .arrow-bordered .icon {
    font-size: 1.0625rem;
  }
  .arrow-circle {
    height: 3.75rem;
    width: 3.75rem;
  }
  .arrow-circle:active,
  .arrow-circle:focus {
    border-radius: 50%;
  }
  .title {
    font-size: 2.375rem;
  }
  .field span {
    font-size: 1rem;
    padding: 1.9375rem 1rem 0.6875rem;
  }
  .field.is-focused span {
    top: 0.875rem;
    left: 1.125rem;
  }
  .input {
    height: 4.1875rem;
  }
  .select-wrap .select.select_padding_lg .jq-selectbox__select {
    padding: 2.3125rem 1.1875rem 0.6875rem;
  }
  .select-wrap .select_has_label .jq-selectbox__select-text {
    font-size: inherit;
  }
  .select-wrap .select_has_label-desc .jq-selectbox__select-text {
    margin-left: 0.125rem;
    font-size: 0.75rem;
  }
  .select-wrap .select .jq-selectbox__select {
    font-size: 1rem;
    padding: 1.9375rem 1rem 0.6875rem;
    height: 4.1875rem;
  }
  .select-wrap .select .jq-selectbox__label {
    top: 0.5625rem;
  }
  .select-wrap .select .jq-selectbox__trigger {
    width: 3.3125rem;
  }
  .agree__text::before {
    height: 1.8125rem;
    width: 1.8125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .checkbox__text {
    font-size: 0.875rem;
  }
  .checkbox__text::before {
    height: 1.8125rem;
    width: 1.8125rem;
  }
  .checkbox.checkbox_size_md .checkbox__text::before {
    height: 1.8125rem;
    width: 1.8125rem;
  }
  .radio input[type="radio"]:checked + label::before {
    border-width: 0.625rem;
  }
  .radio__text::before {
    width: 1.8125rem;
    height: 1.8125rem;
  }
  .irs-slider {
    height: 1.5625rem;
    width: 1.5625rem;
    border: 0.4375rem solid #fff;
  }
  .add-phone__icon {
    margin-right: 0.9375rem;
  }
  .add-phone__icon .icon {
    font-size: 2.125rem;
  }
  .add-phone__text {
    font-size: 0.9375rem;
  }
  .tabs-main-top__container {
    padding-top: 4.0625rem;
  }
  .tabs-main-top__title {
    margin-bottom: 2rem;
  }
  .tabs-main-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: scroll;
    margin-right: -1.875rem;
  }
  .tabs-main-nav__link {
    font-size: 1rem;
  }
  .tabs-main-nav__link:not(:last-child) {
    margin-right: 2.5625rem;
  }
  .credit {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
  .credit__top {
    border-radius: 0;
    height: 21.875rem;
    padding-left: 1.875rem;
  }
  .credit__label {
    top: 0.8125rem;
    right: 0.875rem;
  }
  .credit__title {
    font-size: 2.375rem;
  }
  .credit__desc {
    font-size: 1.125rem;
  }
  .credit__bottom {
    padding: 0 1.875rem 2.5rem;
  }
  .credit__cta {
    padding-top: 2.5rem;
  }
  .credit__cta-buttons {
    margin-right: auto;
  }
  .credit__btn {
    width: 21.25rem;
  }
  .credit__btn-calculator {
    display: none;
  }
  .credit-info {
    padding-top: 1.5rem;
    padding-bottom: 1.625rem;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .credit-info__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    max-width: 33.333%;
    padding: 0 0.9375rem;
  }
  .credit-info__value {
    font-size: 1.375rem;
  }
  .credit-info__value span {
    font-size: 2.625rem;
  }
  .credits-computation {
    width: 42.25rem;
  }
  .credits-computation .scrollbar-inner > .scroll-element.scroll-y {
    width: 0.3125rem;
  }
  .credits-computation .scrollbar-inner > .scroll-element.scroll-y .scroll-bar {
    height: 10.8125rem;
  }
  .credits-computation__close {
    height: 3.75rem;
    width: 3.75rem;
    right: 2rem;
  }
  .credits-computation__close:hover {
    border-width: 1.875rem;
  }
  .credits-computation__close .icon {
    font-size: 1.125rem;
  }
  .credits-computation__inner {
    padding: 7.6875rem 0.625rem 6.25rem 3.8125rem;
  }
  .credits-computation__scroll-in {
    padding-right: 1.3125rem;
  }
  .credits-computation__title {
    font-size: 2.375rem;
  }
  .credits-computation-calc-button__icon {
    font-size: 1.75rem;
  }
  .credits-computation-calc-button__text {
    font-size: 0.875rem;
  }
  .credits-computation-calc__label {
    margin-bottom: 0.625rem;
  }
  .credits-computation-calc-fields {
    margin-bottom: 0.875rem;
  }
  .credits-computation-calc-options
    .credit-calc-options__checkbox
    .checkbox__text::before {
    height: 1.8125rem;
    width: 1.8125rem;
  }
  .credits-computation-calc-options__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .credits-computation-calc-options__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .credit-computation-calc-result {
    padding-top: 0.625rem;
  }
  .credits-computation-form__fields_mob-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .credits-computation-form__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .credits-computation-form__select {
    margin-bottom: 1.25rem;
  }
  .credits-computation-form__field {
    margin-bottom: 1.25rem;
  }
  .credits-computation-form__field .input {
    height: 4.1875rem;
  }
  .credits-computation-form__proposal .proposal-time__btn {
    font-size: 0.875rem;
  }
  .credits-computation-form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4.6875rem;
  }
  .credits-computation-form__footer .credit-form__submit-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
  .credits-computation-form__footer .credit-form__submit {
    width: 28.875rem;
  }
  .credits-computation-form__footer .credit-form__footer-text {
    margin-right: 0;
    margin-top: 0.9375rem;
  }
  .credits-computation-success__title {
    font-size: 2.375rem;
  }
  .credits-computation-success__text {
    font-size: 1rem;
    max-width: 30rem;
  }
  .credits-computation-success__btn {
    width: 21.25rem;
  }
  .credits-computation-success-footer {
    padding-top: 5.9375rem;
    padding-bottom: 6.25rem;
  }
  .credits-computation-success-footer__title {
    font-size: 1.25rem;
    margin-bottom: 2.8125rem;
  }
  .credits-computation-success-footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .credits-computation-success-footer__apps {
    margin-top: 2.5rem;
    position: relative;
    left: 1.5625rem;
  }
  .credits-computation-success-footer__link-pay {
    margin-right: 0;
  }
  .credits-computation-eura-pay {
    margin-left: 0.6875rem;
  }
  .credits-computation-eura-pay__icon {
    width: 3rem;
    height: 3rem;
  }
  .credits-computation-eura-pay__title {
    font-size: 1.375rem;
  }
  .credits-computation-mob-app:hover .credits-computation-mob-app__icon {
    border-width: 1.5rem;
  }
  .credits-computation-mob-app__icon {
    width: 3rem;
    height: 3rem;
  }
  .credits-computation-mob-app__icon .icon {
    font-size: 1.625rem;
  }
  .cards__container {
    padding-top: 3.5625rem;
    padding-bottom: 10rem;
  }
  .cards__item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .cards-filter {
    border-radius: 0;
    margin-bottom: 0;
    height: 5.1875rem;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    padding: 0 1.875rem;
    overflow-x: scroll;
  }
  .cards-filter__title {
    font-size: 1.375rem;
    margin-right: 2.1875rem;
  }
  .cards-filter-form__item:not(:last-child) {
    margin-right: 2.5rem;
  }
  .cards-filter-form__label {
    font-size: 0.875rem;
  }
  .cards-filter-form__label::before {
    width: 1.8125rem;
    height: 1.8125rem;
    border-radius: 0.3125rem;
  }
  .card {
    display: block;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    border-radius: 0;
  }
  .card:hover .card__head {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .card__left {
    min-height: 17.375rem;
  }
  .card__img {
    max-width: 100%;
  }
  .card__right {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 2.5625rem;
    min-height: 26.75rem;
  }
  .card__label {
    right: 1.875rem;
    top: 0.9375rem;
  }
  .card__title {
    font-size: 2rem;
  }
  .card__desc {
    font-size: 1rem;
  }
  .card__cta-wrap {
    display: block !important;
    height: auto !important;
  }
  .card__cta {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .card__btn:not(:last-child) {
    margin-right: 1.5625rem;
  }
  .card-type {
    margin-bottom: 0.3125rem;
  }
  .card-type__icon {
    max-width: 2.875rem;
  }
  .card-info__in {
    padding: 1.5625rem 0;
  }
  .card-info__value {
    font-size: 1.375rem;
  }
  .card-info__value strong {
    font-size: 2.625rem;
  }
  .card-info__desc br {
    display: none;
  }
  .page-terminals .content {
    min-height: 37.5rem;
  }
  .terminals-menu {
    border-radius: 0;
  }
  .terminals-nav {
    padding: 1.3125rem 1.875rem 0;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .terminals-nav__item:not(:last-child) {
    margin-right: 2.5rem;
  }
  .terminals-nav__link {
    font-size: 1rem;
    padding-bottom: 1.0625rem;
  }
  .terminals-nav__link_type_red::after {
    height: 0.5rem;
    width: 0.5rem;
    margin-left: 0.5rem;
  }
  .terminals-nav__link_type_gray::after {
    height: 0.5rem;
    width: 0.5rem;
    margin-left: 0.5rem;
  }
  .terminals-nav__link_type_gradient::after {
    height: 0.5rem;
    width: 0.5rem;
    margin-left: 0.5rem;
  }
  .terminals-nav__link_type_blue::after {
    height: 0.5rem;
    width: 0.5rem;
    margin-left: 0.5rem;
  }
  .terminals-nav__link_type_animated::after {
    height: 0.5rem;
    width: 0.5rem;
    margin-left: 0.5rem;
  }
  .terminals-filter-content-types {
    padding: 1.875rem 0 0.3125rem;
  }
  .terminals-filter-content-types__checkbox .checkbox__text::before {
    height: 1.8125rem;
    width: 1.8125rem;
  }
  .terminals-filter-content-types__checkbox {
    margin-bottom: 0.9375rem;
  }
  .terminals-filter-content-types__checkbox:not(:last-child) {
    margin-right: 2rem;
  }
  .terminals-filter-line {
    padding: 1.4375rem 1.875rem;
  }
  .terminals-filter-line__checkboxes {
    display: none;
  }
  .terminals-filter-line__search-btn {
    margin-left: 0;
  }
  .terminals-filter-line__search-btn {
    width: 100%;
  }
  .advanced-search-btn__icon {
    font-size: 1.375rem;
  }
  .advanced-search-btn__icon-close {
    margin-left: auto;
    font-size: 1.125rem;
    margin-right: 0.5625rem;
  }
  .advanced-search-btn__text {
    font-size: 1rem;
  }
  .terminals-filter-content {
    border: 0;
    border-radius: 0;
  }
  .terminals-filter-content_md_full-bg {
    left: -1.875rem;
    right: -1.875rem;
    width: auto;
    padding: 0 1.875rem;
  }
  .terminals-filter-content__col_pl_30 {
    padding-left: 2.8125rem;
  }
  .terminals-filter-content__col_d_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2.8125rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .terminals-filter-content__col_d_flex .terminals-filter-content__checkbox {
    width: 32%;
  }
  .terminals-filter-content__col_tablet_padding-0 {
    padding-left: 0.9375rem;
  }
  .terminals-filter-content__col_tablet_padding-0
    .terminals-filter-content__checkbox {
    width: 34.8%;
  }
  .terminals-filter-content__checkbox_mb_lg {
    margin-bottom: 0.9375rem;
  }
  .terminals-filter-content__checkbox .checkbox__text::before {
    height: 1.8125rem;
    width: 1.8125rem;
  }
  .terminals-filter-content__bottom {
    padding-top: 0.3125rem;
    padding-bottom: 3.125rem;
  }
  .terminals-filter-content__bottom_padding_sm {
    padding-top: 0.8125rem;
    padding-bottom: 5rem;
  }
  .terminals-filter-content__reset {
    margin-left: 2.1875rem;
  }
  .terminals-filter-content__reset-icon {
    font-size: 1.3125rem;
  }
  .terminals-filter-content__reset-text {
    font-size: 1rem;
  }
  .terminals-filter-content__submit {
    min-width: 14.8125rem;
  }
  .terminals-filter-content__reset-all {
    width: 21.25rem;
  }
  .terminals-filter-content__reset-all .icon {
    font-size: 1.3125rem;
  }
  .terminals-filter-content__submit-all {
    width: 21.25rem;
  }
  .terminals-filter-content-item {
    padding-top: 1.375rem;
  }
  .terminals-filter-content-item_padding_lg {
    padding-top: 2.0625rem;
    padding-bottom: 1.625rem;
  }
  .terminals-filter-content-item__title {
    font-size: 1.375rem;
  }
  .terminals-filter-content-item__title_type_2 {
    margin-bottom: 2.0625rem;
  }
  .terminals {
    max-width: inherit;
    width: auto;
    left: 1.875rem;
    right: 1.875rem;
    top: auto;
  }
  .terminals .scrollbar-inner > .scroll-element.scroll-x .scroll-bar {
    width: 5.8125rem;
  }
  .terminals-toggler {
    max-width: inherit;
    width: calc(100% - 3.75rem);
    left: 1.875rem;
    right: 1.875rem;
  }
  .terminals-search {
    padding: 1.625rem 1.25rem 0.8125rem;
    margin-bottom: 0.125rem;
  }
  .terminals-search__input {
    font-size: 0.875rem;
  }
  .terminals-search__submit {
    right: 1.875rem;
    top: 60%;
  }
  .terminals-list__inner {
    padding-bottom: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .terminals-item {
    min-height: 11.6875rem;
    padding: 1.375rem 1.875rem 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    margin-right: 0.0625rem;
  }
  .terminals-item__number {
    display: block;
    margin-bottom: 0.4375rem;
  }
  .terminals-item__title {
    font-size: 1rem;
  }
  .terminals-item__state {
    font-size: 0.875rem;
    padding-left: 0.8125rem;
  }
  .terminals-item__state_opened::before {
    left: 0;
  }
  .terminals-item__state_closed::before {
    left: 0;
  }
  .terminals-item__link {
    font-size: 0.875rem;
    height: 3.4375rem;
  }
  .terminals-item__link::after {
    font-size: 1.375rem;
  }
  .terminal-affiliate {
    right: 0;
    top: 0;
    bottom: 0;
    width: 38.4375rem;
    max-width: 38.4375rem;
    border-radius: 0;
    z-index: 999;
    max-height: inherit;
    padding: 2.5rem 2.9375rem 2.5rem 2.5rem;
  }
  .terminal-affiliate_fixed_height {
    position: fixed;
  }
  .terminal-affiliate .scrollbar-inner > .scroll-element.scroll-y {
    width: 0.3125rem;
    right: 0;
  }
  .terminal-affiliate .scrollbar-inner .scroll-bar {
    height: 10.8125rem;
  }
  .terminal-affiliate__header {
    height: 2.8125rem;
    padding: 0 0 0 1.25rem;
    margin-bottom: 0.9375rem;
  }
  .terminal-affiliate__close {
    top: 0.375rem;
    right: -1.125rem;
  }
  .terminal-affiliate__close .icon {
    font-size: 1.125rem;
  }
  .terminal-affiliate__inner {
    padding: 1.125rem 2.8125rem 4.375rem 1.25rem;
  }
  .terminal-affiliate__number {
    font-size: 0.875rem;
  }
  .terminal-affiliate__title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 1.875rem;
  }
  .terminal-affiliate-info {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-bottom: 2.1875rem;
  }
  .terminal-affiliate-info__item_opened .terminal-affiliate-info__text {
    padding-left: 0.9375rem;
  }
  .terminal-affiliate-info__item_closed .terminal-affiliate-info__text {
    padding-left: 0.9375rem;
  }
  .terminal-affiliate-info__state {
    margin-bottom: 0;
  }
  .terminal-affiliate-coins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.8125rem 0;
  }
  .terminal-affiliate-coins__label {
    font-size: 1.125rem;
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
  .terminal-affiliate-coin:not(:last-child) {
    margin-right: 1.5625rem;
  }
  .terminal-affiliate-coin__icon {
    font-size: 1.375rem;
    height: 2.625rem;
    width: 2.625rem;
  }
  .terminal-affiliate-coin__text {
    font-size: 1rem;
  }
  .terminal-affiliate-entity {
    margin-bottom: 2.5rem;
  }
  .terminal-affiliate-entity__icon {
    height: 2.875rem;
    width: 2.875rem;
  }
  .terminal-affiliate-entity__icon .icon {
    left: 0.1875rem;
    top: -0.1875rem;
    font-size: 1.9375rem;
  }
  .terminal-affiliate-entity__text {
    font-size: 1rem;
  }
  .terminal-affiliate-desc {
    padding-top: 2.1875rem;
    padding-bottom: 2.75rem;
    max-width: 26.5625rem;
  }
  .terminal-affiliate-desc__title {
    font-size: 1.25rem;
  }
  .terminal-affiliate-desc__text {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .terminal-affiliate-phones {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    max-width: 26.5625rem;
    padding-top: 2.375rem;
  }
  .terminal-affiliate-phones__icon {
    height: 2.875rem;
    width: 2.875rem;
  }
  .terminal-affiliate-phones__icon .icon {
    font-size: 1.6875rem;
  }
  .terminal-affiliate-phones__text {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .city-choose-popup {
    width: 21.25rem;
    padding: 2.1875rem 1.875rem 1.875rem;
    left: calc(50% - 44.0625rem / 2);
  }
  .city-choose-popup::before {
    left: 3.125rem;
  }
  .city-choose-popup__title {
    font-size: 1.25rem;
    margin-bottom: 1.5625rem;
  }
  .sr-header {
    min-height: 13.875rem;
  }
  .sr-header__container {
    padding-bottom: 5.625rem;
  }
  .sr-main {
    margin-top: 0;
  }
  .sr-main__outer-container {
    border-radius: 0;
    z-index: 1;
    overflow: visible;
  }
  .sr-main__outer-container::after {
    content: "";
    height: 100%;
    width: 150%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .sr-form__submit {
    height: 4.1875rem;
    width: 14.875rem;
  }
  .sr-form__submit_size_md {
    width: 13.6875rem;
    margin-left: 0.875rem;
  }
  .sr-form-field {
    height: 4.1875rem;
    padding: 1.9375rem 2.9375rem 0.625rem 1.75rem;
  }
  .sr-form-field__top-label {
    top: 0.625rem;
    left: 1.75rem;
  }
  .sr-form-field__label {
    padding: 2.0625rem 2.9375rem 0.625rem 1.75rem;
  }
  .sr-form-field__reset {
    right: 1.8125rem;
  }
  .sr-form-field__reset .icon {
    font-size: 1.0625rem;
  }
  .sr-form-field.sr-form-field_padding_sm {
    padding: 2rem 2.9375rem 0.625rem 1.125rem;
  }
  .sr-form-field.is-focused .sr-form-field__label {
    top: 0.625rem;
    left: 1.75rem;
  }
  .sr-content {
    padding-top: 6.625rem;
  }
  .sr-content__title {
    font-size: 1.75rem;
    margin-bottom: 2.3125rem;
  }
  .sr-tabs-controls {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 5.625rem;
    margin-right: -1.875rem;
    margin-left: -1.875rem;
    border-bottom: 0.0625rem solid #ededed;
  }
  .sr-tabs-controls::after {
    display: none;
  }
  .sr-tabs-controls__link {
    font-size: 1rem;
    padding-bottom: 1.25rem;
  }
  .sr-list {
    padding-top: 3.8125rem;
    padding-bottom: 3.75rem;
  }
  .sr-item {
    padding: 2.25rem 0 2.1875rem;
  }
  .sr-item__count {
    padding-top: 0.125rem;
    font-size: 0.9375rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 5.10638%;
    flex: 1 0 5.10638%;
    max-width: 5.10638%;
    margin-right: 1.5625rem;
  }
  .sr-item__title {
    font-size: 1.375rem;
  }
  .sr-item__excerpt {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sr-pagination__container {
    padding-top: 3.1875rem;
  }
  .pagination__current {
    height: 3.875rem;
    width: 3.875rem;
    font-size: 1rem;
  }
  .pagination__link {
    font-size: 1.0625rem;
    height: 3.875rem;
    width: 3.875rem;
  }
  .pagination__dots {
    margin: 0 0.9375rem;
    font-size: 1rem;
  }
  .pagination__prev,
  .pagination__next {
    height: 3.875rem;
    width: 3.875rem;
    font-size: 1.8125rem;
  }
  .exchanges__container {
    max-width: 45.9375rem;
    padding-top: 5.8125rem;
    padding-bottom: 4.8125rem;
  }
  .exchanges__header {
    margin-bottom: 3.125rem;
  }
  .exchanges__footer-btn {
    min-width: 28.875rem;
  }
  .exchanges-tabs-nav {
    overflow-x: scroll;
    margin-bottom: 3.625rem;
    margin-right: -1.875rem;
  }
  .exchanges-tabs-nav__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.3125rem;
    flex: 0 0 14.3125rem;
    height: 2.875rem;
    font-size: 1rem;
  }
  .exchanges-tabs-list {
    max-width: 36.5625rem;
    margin-left: auto;
    margin-right: auto;
  }
  .exchange-toggler {
    width: 0.5625rem;
    height: 1rem;
  }
  .exchange {
    margin-left: -0.6875rem;
    margin-right: -0.6875rem;
  }
  .exchange__col {
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
  }
  .exchange__header {
    padding-bottom: 2.25rem;
    padding-right: 0.25rem;
  }
  .exchange__title {
    font-size: 1.375rem;
  }
  .exchange-table__left-side {
    height: 5.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .exchange-table__right-side {
    height: 5.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .exchange-table__right-side_large {
    width: 65%;
  }
  .exchange-table__right-side_large .exchange-table__value {
    white-space: nowrap;
  }
  .exchange-table__title {
    font-size: 1.375rem;
  }
  .exchange-table__desc {
    width: 100%;
    top: -0.5625rem;
  }
  .exchange-table__value {
    font-size: 1.375rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: auto;
    top: 0.4375rem;
  }
  .exchange-table__diff {
    font-size: 0.9375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    top: -0.6875rem;
  }
  .exchange-table__direction {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 0.8125rem;
    height: 0.6875rem;
    top: 0.25rem;
  }
  .dynamics__container {
    max-width: 38.4375rem;
    padding-bottom: 5rem;
  }
  .dynamics__title {
    font-size: 2rem;
    margin-bottom: 2.125rem;
  }
  .dynamics__info {
    padding-top: 4.6875rem;
  }
  .dynamics-filters__period {
    margin-left: 1.5rem;
  }
  .bullions__container {
    padding-bottom: 12.5rem;
  }
  .bullions__title {
    font-size: 2.375rem;
    line-height: 2.875rem;
    margin-bottom: 4.5rem;
  }
  .bullions__all-btn {
    min-width: 28.875rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .bullion {
    height: 20.375rem;
  }
  .bullion:hover .bullion__right-side {
    padding-bottom: 4.375rem;
  }
  .bullion__left-side {
    padding: 2.875rem 0.9375rem 3.4375rem 1.875rem;
  }
  .bullion__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10rem;
    flex: 0 0 10rem;
    padding-top: 4.375rem;
  }
  .bullion__arrow {
    bottom: 1.875rem;
  }
  .bullion__weight {
    font-size: 2.625rem;
  }
  .bullion__weight span {
    font-size: 1.375rem;
  }
  .bullion__type {
    font-size: 1rem;
  }
  .bullion__type-value {
    font-size: 1.375rem;
  }
  .atm-top__container {
    padding-top: 4.125rem;
    padding-bottom: 0.9375rem;
  }
  .atm-top__title {
    font-size: 2.375rem;
    line-height: 1.26;
    margin-bottom: 1.9375rem;
  }
  .atm-top__search {
    margin-bottom: 1.5625rem;
  }
  .atm-cats__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .atm-cats__item {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    width: calc(100% / 12 * 4 - 1.5rem);
  }
  .atm-cat__icon {
    width: 3.375rem;
    margin-right: 0.6875rem;
  }
  .atm-cat__icon::before {
    height: 3.4375rem;
    width: 3.4375rem;
  }
  .atm-cat_fillials .atm-cat__icon {
    top: 0.1875rem;
  }
  .atm-cat_fillials .atm-cat__icon .icon {
    font-size: 1.9375rem;
  }
  .atm-cat_sale .atm-cat__icon {
    top: -0.0625rem;
  }
  .atm-cat_sale .atm-cat__icon .icon {
    font-size: 2.1875rem;
  }
  .atm-cat_geo-terminals .atm-cat__icon {
    left: 0.0625rem;
    top: 0.0625rem;
  }
  .atm-cat_geo-terminals .atm-cat__icon .icon {
    font-size: 2.0625rem;
  }
  .atm-cat_cashbox .atm-cat__icon {
    top: 0.125rem;
    left: 0.0625rem;
  }
  .atm-cat_cashbox .atm-cat__icon .icon {
    font-size: 2.0625rem;
  }
  .atm-cat.is-active .atm-cat__icon::after {
    height: 1.0625rem;
    width: 1.0625rem;
  }
  .atm-main {
    min-height: 50rem;
  }
  .atm-map {
    height: 50rem;
  }
  .atm-list__container {
    padding-top: 10.9375rem;
  }
  .atm-nav {
    max-width: 44.125rem;
    height: 10.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .atm-nav__left-side {
    width: 100%;
    padding-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .atm-nav__right-side {
    width: 100%;
    margin-left: 0;
    border-left: none;
  }
  .atm-nav-control {
    width: auto;
  }
  .atm-nav-control__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .atm-nav-control__text {
    font-size: 1.375rem;
  }
  .atm-nav-control__button {
    font-size: 1rem;
  }
  .atm-nav-toggles {
    height: 4.5625rem;
  }
  .atm-nav-toggles {
    border-radius: 0 0 0.3125rem 0.3125rem;
    position: relative;
    z-index: 1;
  }
  .atm-nav-toggle {
    width: 50%;
  }
  .atm-nav-toggle__icon {
    font-size: 1.25rem;
  }
  .atm-nav-toggle__text {
    font-size: 0.875rem;
  }
  .atm-item__top {
    display: block;
    padding-bottom: 1.75rem;
  }
  .atm-item__bottom {
    padding-top: 0.8125rem;
    padding-left: 0.3125rem;
  }
  .atm-item__title {
    font-size: 1.25rem;
    margin-bottom: 0.1875rem;
  }
  .atm-item__desc {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .atm-item__clock {
    max-width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .atm-item__nav {
    padding-right: 0;
  }
  .atm-item__nav-links {
    margin-left: auto;
  }
  .atm-item__nav-links > :not(:last-child) {
    margin-right: 1.5625rem;
  }
  .atm-item__nav-text_offset_right {
    display: none;
  }
  .atm-item__status {
    display: none;
  }
  .atm-item-more__top-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .atm-item-more__bottom-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .atm-item-more__col {
    width: 100%;
  }
  .atm-item-more__coins {
    margin-bottom: 1.875rem;
  }
  .atm-item-get {
    margin-bottom: 1.25rem;
  }
  .atm-item-call {
    padding-left: 4.5rem;
  }
  .atm-item-shedule__icon {
    font-size: 2.5625rem;
  }
  .atm-item-shedule__content {
    padding-top: 0.25rem;
  }
  .atm-item-shedule__content p {
    font-size: 1rem;
  }
  .atm-item-shedule__content p:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.125rem;
  }
  .atm-item-shedule__content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .atm-item-state {
    font-size: 0.875rem;
  }
  .advert-back-button__icon {
    height: 2.5625rem;
    width: 2.5625rem;
    font-size: 1.375rem;
  }
  .advert-back-button__text {
    font-size: 0.875rem;
  }
  .advert-top__nav-container {
    padding-top: 1.0625rem;
  }
  .advert-top__container {
    padding-top: 6.0625rem;
  }
  .advert-info__left-side {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 4.75rem;
  }
  .advert-info__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .advert-info__cta {
    padding-top: 1.9375rem;
    max-width: 37.875rem;
    margin: 0 auto;
  }
  .advert-info__cta > * {
    margin: 0 0.75rem;
    font-size: 0.875rem;
  }
  .advert-info__address {
    border-top: none;
    padding: 0 0 1.5rem;
  }
  .advert-info__address p {
    font-size: 1rem;
  }
  .advert-info__address p:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .advert-info__address p strong {
    font-size: 0.875rem;
  }
  .advert-info__table {
    padding: 1.0625rem 0 0.9375rem;
  }
  .advert-info__table ul li {
    font-size: 1rem;
  }
  .advert-info__table ul li {
    margin-bottom: 0.625rem;
  }
  .advert-info__table ul li:nth-child(1) {
    width: 51%;
  }
  .advert-info__table ul li:nth-child(2) {
    width: auto;
  }
  .advert-info__table ul li:nth-child(odd) {
    width: 51%;
  }
  .advert-info__table ul li strong {
    font-size: 0.875rem;
  }
  .advert-info__table-type {
    font-size: 0.875rem;
    margin-bottom: 1.1875rem;
  }
  .advert-info__table-type a {
    font-size: 1rem;
  }
  .advert-info__price {
    padding: 1.8125rem 0 1.875rem;
  }
  .advert-info__price-value {
    font-size: 2.375rem;
  }
  .advert-info__price-desc {
    font-size: 1rem;
  }
  .advert-label {
    height: 2rem;
    padding: 0 0.8125rem;
  }
  .slideshow__display {
    margin-bottom: 1.25rem;
  }
  .slideshow__display.slideshow__display_has_padding {
    padding: 0;
    margin-bottom: 1.25rem;
  }
  .slideshow__display.slideshow__display_has_padding .slick-slide img {
    height: 31rem;
  }
  .slideshow__display .slick-slide img {
    height: 25.375rem;
  }
  .slideshow__display-prev,
  .slideshow__display-next {
    height: 3.875rem;
    width: 3.875rem;
    background: #fff;
    border-color: #fff;
    font-size: 1.8125rem;
    -webkit-transform: translateY(-47%);
    -ms-transform: translateY(-47%);
    transform: translateY(-47%);
  }
  .slideshow__display-prev {
    left: 0.625rem;
  }
  .slideshow__display-prev .fa {
    left: -0.125rem;
  }
  .slideshow__display-next {
    right: 0.625rem;
  }
  .slideshow__display-next .fa {
    right: -0.125rem;
  }
  .slideshow__thumbs-prev {
    left: 0.625rem;
  }
  .slideshow__thumbs-next {
    right: 0.625rem;
  }
  .slideshow__thumbs.slideshow__thumbs_sm .slick-list {
    margin: 0 -0.75rem;
  }
  .slideshow__thumbs.slideshow__thumbs_sm .slick-slide {
    margin: 0 0.75rem 0.3125rem;
  }
  .slideshow__thumbs.slideshow__thumbs_sm .slick-slide img {
    height: 6.875rem;
  }
  .slideshow__thumbs .slick-list {
    margin: 0 -0.625rem;
  }
  .slideshow__thumbs .slick-slide {
    margin: 0 0.625rem;
  }
  .slideshow__thumbs .slick-slide img {
    height: 8.8125rem;
  }
  .slideshow__zoom {
    width: 3.0625rem;
    height: 3.0625rem;
  }
  .slideshow__zoom .icon {
    font-size: 1.1875rem;
  }
  .modal-slideshow {
    max-height: 58.125rem;
  }
  .modal-slideshow__close {
    height: 3.75rem;
    width: 3.75rem;
    top: 1.875rem;
    right: 2rem;
  }
  .modal-slideshow__close:hover {
    border-width: 1.875rem;
  }
  .modal-slideshow__close .icon {
    font-size: 1.125rem;
  }
  .modal-slideshow__inner {
    max-width: 44.125rem;
    padding-top: 9.3125rem;
    padding-bottom: 9.75rem;
  }
  .advert-main__container {
    padding-top: 5.0625rem;
  }
  .advert-main__inner {
    overflow: visible;
    border-radius: 0;
    position: relative;
    z-index: 1;
  }
  .advert-main__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    bottom: 0;
    background: #fff;
    z-index: -1;
  }
  .advert-tabs-nav {
    padding-top: 2.8125rem;
    padding-left: 0;
    padding-right: 0;
  }
  .advert-tabs-nav__link {
    font-size: 1.125rem;
    padding-bottom: 2.1875rem;
  }
  .advert-tabs-nav__link:not(:last-child) {
    margin-right: 2.8125rem;
  }
  .advert-information {
    padding: 3.625rem 0 5.8125rem;
  }
  .advert-information__title {
    font-size: 2rem;
    margin-bottom: 1.375rem;
  }
  .advert-information p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .advert-faq {
    padding: 2.5rem 0 4.9375rem;
  }
  .advert-faq__title {
    height: 3.5rem;
    font-size: 1.25rem;
  }
  .advert-faq__title-icon-open {
    right: 0.75rem;
    font-size: 1.3125rem;
  }
  .advert-faq__title-icon-close {
    right: 0.6875rem;
  }
  .advert-faq__text {
    padding-top: 0.9375rem;
    padding-right: 1.25rem;
  }
  .advert-faq__text p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .advert-contacts {
    padding: 3.4375rem 0 3.9375rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .advert-contacts__icon {
    width: 3.4375rem;
    height: 3.4375rem;
    margin-right: 0.3125rem;
    top: 0.3125rem;
    left: -0.5rem;
  }
  .advert-contacts__icon .icon {
    font-size: 1.875rem;
  }
  .advert-contacts__title {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .advert-contacts__text {
    font-size: 1.125rem;
  }
  .recent-ads__container {
    padding-bottom: 13.75rem;
  }
  .recent-ads__title {
    font-size: 2rem;
  }
  .recent-ads__list {
    margin: 0 -0.75rem;
  }
  .recent-ads__list > * {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    width: calc(100% / 12 * 6 - 1.5rem);
    margin-bottom: 1.875rem;
  }
  .recent-ads__footer {
    padding-top: 1.875rem;
  }
  .recent-ads__footer .btn {
    min-width: 28.875rem;
  }
  .item-advert {
    height: 27.4375rem;
    border-radius: 0.625rem;
  }
  .item-advert:hover .item-advert__top {
    max-height: 11.875rem;
  }
  .item-advert__top {
    max-height: 16.75rem;
  }
  .item-advert__cat {
    left: 1.1875rem;
    top: 1rem;
  }
  .item-advert__count {
    height: 1.875rem;
    min-width: 1.875rem;
  }
  .item-advert__title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .item-advert__price {
    font-size: 1.25rem;
    margin-bottom: 0.3125rem;
  }
  .item-advert__bottom {
    padding: 0.875rem 1.875rem 0.9375rem;
  }
  .item-advert-large {
    height: 29.9375rem;
    padding-top: 4.8125rem;
    border-radius: 0;
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .item-advert-large__count {
    height: 1.875rem;
    min-width: 1.875rem;
  }
  .item-advert-large__title {
    font-size: 2rem;
    margin-bottom: 6.1875rem;
  }
  .item-advert-large__price {
    font-size: 2.625rem;
    margin-bottom: 0;
  }
  .item-advert-large__desc {
    font-size: 1.125rem;
    margin-bottom: 2.125rem;
  }
  .item-advert-large__button {
    min-width: 28.9375rem;
  }
  .ads-top__container {
    padding-top: 5.375rem;
  }
  .ads-tab-nav__link {
    font-size: 1rem;
    height: 2.875rem;
  }
  .ads-slides {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: 2.625rem;
  }
  .ads-slides__right-side {
    display: none;
  }
  .ads-slide__title.ads-slide__title_size_lg {
    font-size: 2rem;
  }
  .ads-slide__price.ads-slide__price_size_lg {
    font-size: 2rem;
    margin-bottom: 0.1875rem;
  }
  .ads-slide__desc.ads-slide__desc_size_lg {
    font-size: 1.375rem;
  }
  .ads-slide__count {
    height: 1.875rem;
    min-width: 1.875rem;
  }
  .ads-slide__label {
    top: 0.625rem;
    right: 0.625rem;
  }
  .ads-slide.ads-slide_size_lg {
    padding: 3rem 1.875rem 2.625rem;
    height: 34.8125rem;
  }
  .ads-form__actions {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-top: 0.0625rem solid #ececec;
  }
  .ads-form__actions > * {
    min-width: 21.3125rem;
    margin: 0 0.75rem;
  }
  .ads-form__reset .icon {
    font-size: 1.3125rem;
  }
  .ads-form__hidden {
    padding-top: 0;
  }
  .ads-form-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
  }
  .ads-form-controls__left-side {
    width: 100%;
    border-bottom: 0.0625rem solid #ececec;
    padding-bottom: 1.875rem;
  }
  .ads-form-controls__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: 1.875rem;
  }
  .ads-form-controls__checkboxes > :not(:last-child) {
    margin-right: 2.4375rem;
  }
  .ads-form-top {
    display: block;
  }
  .ads-form-top__right-side {
    max-width: 100%;
    margin-left: 0;
  }
  .ads-form-middle-top__left-side > :not(:last-child) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.75rem;
    flex: 0 0 13.75rem;
    max-width: 0 0 13.75rem;
    margin-right: 1.4375rem;
  }
  .ads-form-middle-top__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39.71631%;
    flex: 0 0 39.71631%;
    max-width: 39.71631%;
    margin-left: 1.5rem;
  }
  .ads-form-middle-center {
    margin-bottom: 1.9375rem;
  }
  .ads-form-middle-center__left-side > :not(:last-child) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.125rem;
    flex: 0 0 25.125rem;
    max-width: 0 0 25.125rem;
    margin-right: 1.5rem;
  }
  .ads-form-middle-center__right-side {
    display: none;
  }
  .ads-form-middle-bottom {
    margin-bottom: 2.5rem;
    display: block;
  }
  .ads-form-middle-bottom__left-side {
    margin-bottom: 1.25rem;
  }
  .ads-form-middle-bottom__right-side {
    max-width: inherit;
    margin-left: 0;
  }
  .ads-form-fieldset legend {
    margin-bottom: 0.9375rem;
  }
  .ads-form-fieldset__container {
    margin: 0 -0.1875rem;
  }
  .ads-form-fieldset__container > * {
    margin: 0 0.1875rem;
  }
  .ads-form-fieldset.ads-form-fieldset_type_region
    .ads-form-fieldset__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75rem 0.625rem;
    max-width: inherit;
  }
  .ads-form-fieldset.ads-form-fieldset_type_region
    .ads-form-fieldset__container
    > * {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .ads-form-fieldset.ads-form-fieldset_type_region
    .ads-form-fieldset__container
    > :not(:last-child) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: inherit;
  }
  .ads-form-fieldset.ads-form-fieldset_type_price
    .ads-form-fieldset__container {
    margin: 0 -0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: inherit;
  }
  .ads-form-fieldset.ads-form-fieldset_type_price
    .ads-form-fieldset__container
    > * {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .ads-form-fieldset.ads-form-fieldset_type_price
    .ads-form-fieldset__container
    > :not(:last-child) {
    margin-bottom: 0;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .filter-input {
    padding: 0.625rem 1.0625rem 0.5rem;
    height: 4.1875rem;
  }
  .filter-input__mark {
    font-size: 1.75rem;
    bottom: 0.1875rem;
    right: 1rem;
  }
  .filter-input__mark.filter-input__mark_size_sm {
    font-size: 1.125rem;
    bottom: 0.3125rem;
    right: 1.0625rem;
  }
  .filter-input__mark.filter-input__mark_size_md {
    font-size: 1.375rem;
    bottom: 0.25rem;
    right: 1.125rem;
  }
  .filter-input.filter-input_has_price-mark {
    padding: 0.5625rem 2.9375rem 0.5rem 1.0625rem;
  }
  .filter-input.filter-input_has_square-mark {
    padding: 0.5625rem 2.9375rem 0.5rem 1.0625rem;
  }
  .filter-input.filter-input_has_year-mark {
    padding: 0.5625rem 2.5rem 0.5rem 1.0625rem;
  }
  .ads-content-tabs-controls__link {
    height: 4.1875rem;
    font-size: 1rem;
  }
  .ads-list__container {
    padding-top: 6.75rem;
    padding-bottom: 12rem;
  }
  .ads-list__title {
    font-size: 2rem;
  }
  .ads-list__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .ads-list__inner-container > * {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    width: calc(100% / 12 * 6 - 1.5rem);
    margin-bottom: 1.5625rem;
  }
  .ads-list__pagination {
    padding-top: 3.4375rem;
  }
  .ads-map__container {
    padding-top: 0;
    margin-bottom: 9.375rem;
  }
  .ads-map__outer-container {
    height: 46.875rem;
  }
  .ads-map__list {
    left: calc(50% - 44.0625rem / 2);
    width: auto;
    right: 0;
    top: auto;
    bottom: 1.5625rem;
    max-height: 14.75rem;
  }
  .ads-map__inner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ads-map__inner-list > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.125rem;
  }
  .ads-map__scroll > .scroll-element.scroll-x {
    bottom: -0.9375rem;
  }
  .ads-map__button {
    min-width: 36.5rem;
  }
  .ads-map-item {
    padding: 1.375rem 1.8125rem 0.9375rem;
    min-width: 22rem;
  }
  .ads-map-item__cat {
    margin-bottom: 0.8125rem;
  }
  .ads-map-item__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .ads-map-item__bottom {
    padding-top: 0.8125rem;
    padding-bottom: 0;
  }
  .ads-map-item__price {
    font-size: 1.25rem;
    margin-bottom: 0.1875rem;
  }
  .ads-map-item__desc {
    font-size: 0.875rem;
  }
  .ads-map-item__photo {
    bottom: -0.4375rem;
    right: -1.125rem;
  }
  .ads-filter-btn {
    width: auto;
  }
  .ads-filter-btn__icon {
    font-size: 1.375rem;
  }
  .ads-filter-btn__icon-close {
    margin-left: auto;
    font-size: 1.125rem;
    margin-right: 0.5625rem;
  }
  .ads-filter-btn__text {
    font-size: 0.875rem;
  }
  .credit-data__inner,
  .credit-conditions__inner,
  .credit-docs__inner,
  .credit-ways__inner,
  .credit-faq__inner,
  .credit-form {
    max-width: 44.0625rem;
  }
  .banner-top__container {
    padding-top: 6.5625rem;
    padding-bottom: 8.625rem;
  }
  .banner-top__label {
    top: auto;
    bottom: -0.9375rem;
  }
  .banner-top__category {
    font-size: 0.875rem;
    margin-bottom: 0.8125rem;
  }
  .banner-top__title {
    font-size: 2.625rem;
  }
  .banner-top__button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner-top__button {
    width: 28.875rem;
  }
  .banner-bottom {
    background: #f6f6f6;
  }
  .banner-bottom__container {
    padding-bottom: 5rem;
  }
  .banner-info {
    padding-top: 0.8125rem;
    margin-bottom: 2.5rem;
  }
  .banner-info__item {
    color: #000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #ececec;
  }
  .banner-info__value {
    font-size: 1.375rem;
  }
  .banner-info__value strong {
    font-size: 2.625rem;
  }
  .nav-line {
    top: auto;
    bottom: 0;
  }
  .nav-line__container {
    padding-top: 1rem;
    padding-bottom: 0.9375rem;
  }
  .nav-line__order-link {
    min-width: 17.3125rem;
    height: 3.25rem;
    font-size: 0.875rem;
  }
  .nav-line__back-link.back-page-link {
    margin-left: 0.4375rem;
  }
  .banner-nav__container {
    padding-top: 1rem;
    padding-bottom: 0.9375rem;
  }
  .back-page-link {
    font-size: 0.875rem;
  }
  .back-page-link__icon {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 1rem;
  }
  .credit-calc__container {
    padding-top: 4.6875rem;
    padding-bottom: 2.5rem;
  }
  .credit-calc-header {
    margin-bottom: 1.9375rem;
  }
  .credit-calc-header__left {
    max-width: 38.3125rem;
    margin: 0 auto;
    padding-bottom: 2.5625rem;
  }
  .credit-calc-header__right {
    max-width: 38.3125rem;
    margin: 0 auto;
  }
  .credit-calc-header__title {
    font-size: 2rem;
    text-align: center;
  }
  .credit-calc-header__desc {
    font-size: 1rem;
    text-align: center;
  }
  .credit-calc-nav-label {
    text-align: center;
    margin-bottom: 0.9375rem;
  }
  .credit-calc-nav__link {
    font-size: 1rem;
    height: 3.5rem;
  }
  .credit-calc-fields {
    max-width: 38.3125rem;
    margin: 0 auto;
  }
  .credit-calc-field {
    padding-bottom: 1.875rem;
  }
  .credit-calc-options {
    max-width: 38.3125rem;
    margin: 0 auto;
    padding-bottom: 0.8125rem;
  }
  .credit-calc-options::after {
    display: none;
  }
  .credit-calc-options__checkboxes {
    top: 0;
    padding-top: 0.6875rem;
    padding-bottom: 1.875rem;
    border-bottom: 0.0625rem solid #ededed;
  }
  .credit-calc-options__checkbox {
    width: auto;
    margin-top: 0;
  }
  .credit-calc-options__checkbox:not(:last-child) {
    margin-right: 4.375rem;
  }
  .credit-calc-payment {
    font-size: 1.375rem;
    text-align: center;
    padding-top: 1.5625rem;
  }
  .credit-calc-payment > span {
    font-size: 2.375rem;
    margin-left: 0.25rem;
  }
  .credit-calc-footer__inner {
    margin-left: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .credit-calc-footer__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 17.375rem;
    flex: 0 1 17.375rem;
    max-width: 17.375rem;
  }
  .credit-calc-footer__btn:not(:last-child) {
    margin-right: 1.5625rem;
  }
  .credit-calc-info {
    padding-top: 1rem;
  }
  .credit-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 4.6875rem;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: -1;
  }
  .credit-content__container {
    padding-top: 4.6875rem;
  }
  .credit-tabs-nav {
    overflow-x: scroll;
    overflow-y: hidden;
    border-bottom: 0.0625rem solid #f7f7f7;
    margin-bottom: 0;
    padding: 2.1875rem 0 0;
    margin-right: -1.875rem;
  }
  .credit-tabs-nav__link {
    font-size: 0.875rem;
    padding-bottom: 1.875rem;
  }
  .credit-data__inner {
    padding-top: 4.375rem;
  }
  .credit-data__text {
    font-size: 1.125rem;
    line-height: 1.45;
    margin-bottom: 1.75rem;
  }
  .credit-data-table {
    table-layout: fixed;
    width: 100%;
  }
  .credit-data-table tr td {
    font-size: 1rem;
    padding: 0.9375rem 0;
  }
  .credit-data-table tr td:first-child {
    width: 39%;
  }
  .credit-advantages__slider-wrap {
    margin-top: 4.0625rem;
    max-width: 36.4375rem;
    margin-left: auto;
    margin-right: auto;
  }
  .credit-advantage__icon {
    height: 6.0625rem;
    width: 6.0625rem;
    margin-bottom: 1.5rem;
  }
  .credit-advantage__icon svg {
    height: 2.375rem;
  }
  .credit-advantage__title {
    font-size: 1.125rem;
  }
  .credit-advantages-nav__prev,
  .credit-advantages-nav__next {
    position: absolute;
    top: 23%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
  }
  .credit-advantages-nav__prev {
    left: 0;
  }
  .credit-advantages-nav__next {
    right: 0;
  }
  .credit-content-header__title {
    font-size: 2.375rem;
  }
  .credit-content-header__title_size_small {
    font-size: 2rem;
  }
  .credit-content-header__subtitle {
    font-size: 1.125rem;
  }
  .credit-conditions__inner {
    padding-top: 3.3125rem;
    padding-bottom: 0.625rem;
  }
  .credit-conditions-list {
    margin-top: 2.4375rem;
  }
  .credit-conditions-item {
    padding-bottom: 2.3125rem;
  }
  .credit-conditions-item:not(:last-child) {
    margin-bottom: 2.25rem;
  }
  .credit-conditions-item__right {
    position: relative;
    left: -0.3125rem;
  }
  .credit-conditions-item__title {
    font-size: 1.25rem;
    line-height: 1.3;
    top: -0.1875rem;
  }
  .credit-conditions-item__text p {
    line-height: 1.4;
    font-size: 1rem;
    margin-top: 0.625rem;
  }
  .credit-conditions-item__text ul li {
    font-size: 1rem;
    line-height: 1.4;
  }
  .credit-conditions-item__text ul li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .credit-conditions-warning {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 41.5625rem;
    margin: 0 auto;
    font-size: 0.875rem;
  }
  .credit-conditions-warning::before {
    margin: 0 0 0.9375rem;
  }
  .credit-docs__inner {
    padding-top: 1.4375rem;
    padding-bottom: 6.125rem;
  }
  .credit-docs__info-text {
    margin-top: 2.375rem;
  }
  .credit-docs-list {
    margin-top: 2.1875rem;
  }
  .credit-docs-item {
    margin-bottom: 1.8125rem;
  }
  .credit-docs-item:last-child {
    padding-bottom: 2.75rem;
  }
  .credit-ways__inner {
    padding-top: 3.25rem;
    padding-bottom: 1.875rem;
  }
  .credit-ways-list {
    margin-top: 3.375rem;
  }
  .credit-ways-item__right {
    position: relative;
    right: 0.1875rem;
  }
  .credit-ways-item-title__icon {
    width: 4.375rem;
    height: 4.375rem;
  }
  .credit-ways-item-title__icon .icon {
    font-size: 2.8125rem;
  }
  .credit-ways-item-title__icon .icon-terminal {
    font-size: 2.75rem;
  }
  .credit-ways-item-title__icon .icon-phone-sms {
    right: -0.4375rem;
    font-size: 2.6875rem;
    right: -0.3125rem;
    top: 0.0625rem;
  }
  .credit-ways-item-title__icon .icon-kasses {
    font-size: 2.6875rem;
    top: 0.125rem;
  }
  .credit-ways-item-title__icon .icon-partners {
    font-size: 2.625rem;
  }
  .credit-ways-item-title__text {
    font-size: 1.25rem;
  }
  .credit-apps {
    display: block;
    margin-top: 1.5625rem;
    margin-bottom: 1rem;
  }
  .credit-app {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .credit-app:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .credit-app__icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0;
    margin-right: 0.9375rem;
  }
  .credit-app__icon .icon {
    font-size: 1.6875rem;
  }
  .credit-faq__inner {
    padding-top: 3.25rem;
    padding-bottom: 6.25rem;
  }
  .credit-faq-list {
    margin-top: 2.1875rem;
  }
  .credit-faq-item__title {
    font-size: 1.25rem;
    height: 6.25rem;
    padding: 1.4375rem 0;
    line-height: 1.3;
  }
  .credit-faq-item__title::after {
    height: 3.125rem;
    width: 3.125rem;
    margin-left: 4.375rem;
  }
  .credit-faq-item__text {
    font-size: 1rem;
    padding-right: 0;
    margin-bottom: 1.4375rem;
  }
  .credit-faq-footer__btn-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28.9375rem;
    flex: 0 1 28.9375rem;
    max-width: 28.9375rem;
  }
  .credit-faq-footer__btn {
    font-size: 0.875rem;
  }
  .credit-registration::before {
    top: 4.75rem;
  }
  .credit-registration__container {
    padding-top: 4.75rem;
  }
  .credit-registration__inner {
    padding: 5.9375rem 0 7.1875rem;
  }
  .credit-steps {
    margin-top: 3.75rem;
  }
  .credit-step {
    max-width: 28.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  .credit-step__amount {
    height: 3.625rem;
    width: 3.625rem;
  }
  .credit-step__amount .icon-get-money {
    font-size: 2.75rem;
  }
  .credit-step__title {
    font-size: 1.25rem;
    margin-top: 1.375rem;
    margin-bottom: 0.75rem;
  }
  .credit-step__text {
    font-size: 0.875rem;
  }
  .credit-step.is-active .credit-step__title {
    font-size: 1.25rem;
    margin-top: 0.9375rem;
  }
  .credit-step.is-active .credit-step__amount {
    height: 4.375rem;
    width: 4.375rem;
  }
  .credit-step:not(:last-child)::after {
    display: none;
  }
  .credit-form__fields {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }
  .credit-form__col {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .credit-form__select {
    margin-bottom: 1.25rem;
  }
  .credit-form__field {
    margin-bottom: 1.25rem;
  }
  .credit-form__add-phone {
    margin-top: 0.1875rem;
  }
  .credit-form__agree {
    margin-top: 1.125rem;
  }
  .credit-form__agree .agree__text::before {
    top: 0.9375rem;
  }
  .credit-form__proposal {
    margin-top: 2.25rem;
  }
  .credit-form__submit-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23.9375rem;
    flex: 0 1 23.9375rem;
    max-width: 23.9375rem;
  }
  .proposal-time__btn {
    font-size: 0.9375rem;
  }
  .other-credits {
    padding-top: 5.5rem;
    padding-bottom: 7.5rem;
  }
  .city-choose {
    position: fixed;
  }
  .city-choose__in {
    height: 100vh;
    min-height: 100%;
    overflow-y: scroll;
  }
  .city-choose-top__close {
    height: 3.75rem;
    width: 3.75rem;
    top: 2.5625rem;
    right: 1rem;
  }
  .city-choose-top__close:hover {
    border-width: 1.875rem;
  }
  .city-choose-top__title {
    font-size: 2rem;
    margin-bottom: 0.6875rem;
  }
  .city-choose-top__city {
    font-size: 1rem;
  }
  .city-choose-main__container {
    padding-top: 2.3125rem;
    padding-bottom: 5rem;
  }
  .search {
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
  }
  .search__container {
    padding-top: 10.875rem;
  }
  .search__close {
    height: 3.75rem;
    width: 3.75rem;
    top: 2.5625rem;
  }
  .search__close:hover {
    border-width: 1.875rem;
  }
  .search__close .icon {
    font-size: 1.125rem;
  }
  .search__info {
    display: none;
  }
  .search__submit {
    top: 0.375rem;
  }
  .search__submit:hover .icon {
    color: #ff006d;
  }
  .search__submit .icon {
    font-size: 1.75rem;
  }
  .search__faq {
    padding-top: 0;
    text-align: center;
  }
  .search__faq-link {
    float: none;
    max-width: 36.5625rem;
    width: 100%;
    font-size: 0.875rem;
  }
  .search-field span {
    font-size: 2rem;
  }
  .search-input {
    font-size: 2rem;
    height: 5rem;
  }
  .search-tags {
    padding-top: 3.625rem;
    padding-bottom: 9.375rem;
  }
  .search-tag {
    margin-bottom: 0.625rem;
  }
  .top-line__container {
    padding-top: 0.5rem;
    padding-bottom: 0.625rem;
  }
  .top-line__login {
    margin-right: 2.125rem;
  }
  .search-link {
    margin-left: auto;
  }
  .search-link {
    padding: 0.1875rem 1.5625rem 0.3125rem 0;
  }
  .search-link .icon {
    font-size: 1.4375rem;
    color: #a7b5ca;
  }
  .location {
    padding-left: 0;
  }
  .location {
    margin-right: 2.3125rem;
  }
  .location__icon {
    margin-right: 0.125rem;
  }
  .location__icon .icon {
    font-size: 1.25rem;
  }
  .location__text {
    display: none;
  }
  .login-link__icon {
    height: 2rem;
    width: 2rem;
  }
  .login-link__icon .icon {
    font-size: 1.0625rem;
  }
  .lang__list {
    width: 3.75rem;
    left: auto;
  }
  .lang__link:not(:last-child) {
    border-bottom: 0.0625rem solid #d2005a;
  }
  .header__container {
    padding-top: 1.125rem;
  }
  .logo {
    max-width: 17.5rem;
  }
  .menu {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .mob-menu__col {
    margin-bottom: 1.875rem;
  }
  .sub-menu-faq-link {
    float: none;
    width: 100%;
    max-width: 36.5625rem;
    font-size: 0.875rem;
  }
  .sub-menu-title {
    font-size: 1.125rem;
  }
  .eura-pay__icon {
    max-width: 3rem;
  }
  .eura-pay__icon_blue {
    height: 3rem;
    width: 3rem;
  }
  .eura-pay__title {
    font-size: 1.375rem;
  }
  .mob-app {
    max-width: inherit;
  }
  .mob-app:hover .mob-app__icon {
    border-width: 1.375rem;
  }
  .mob-app__icon {
    height: 2.9375rem;
    width: 2.9375rem;
  }
  .mob-app__icon .icon {
    font-size: 1.75rem;
  }
  .sub-menu-info__icon {
    height: 3.625rem;
    width: 3.625rem;
  }
  .sub-menu-faq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.25rem;
    padding-bottom: 1.5625rem;
  }
  .sub-menu-faq__icon {
    margin-right: 0;
    margin-bottom: 0.375rem;
  }
  .sub-menu-faq__text {
    max-width: 31.875rem;
    text-align: center;
  }
  .sub-menu-nav__link {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .sub-menu-nav__link:not(:last-child) {
    margin-bottom: 0.5625rem;
  }
  .header-slider__prev {
    right: auto;
    left: 0.9375rem;
    bottom: auto;
    top: 50%;
  }
  .header-slider__next {
    right: 0.9375rem;
    left: auto;
    bottom: auto;
    top: 50%;
  }
  .header-slider__dots {
    bottom: -3.3125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header-slide__content {
    text-align: center;
    padding-top: 3.25rem;
    padding-bottom: 29.0625rem;
  }
  .header-slide__content-in {
    max-width: 100%;
  }
  .header-slide__category {
    display: none;
  }
  .header-slide__title {
    font-size: 2.625rem;
  }
  .header-slide__desc {
    font-size: 1.125rem;
  }
  .header-slide__cta {
    position: absolute;
    bottom: 3.125rem;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .header-slide__credit {
    width: 100%;
    max-width: 28.875rem;
  }
  .header-slide__more {
    display: none;
  }
  .header-slide__img {
    max-width: 32.8125rem;
    right: calc(50% - 16.4375rem);
    height: 100%;
    top: auto;
    max-height: 30.3125rem;
  }
  .main-services {
    padding-top: 4.8125rem;
  }
  .main-services__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    min-height: 7.6875rem;
    padding: 1.0625rem 1.4375rem 1.375rem;
  }
  .main-services__item:first-child {
    border-radius: 1.25rem 0 0 0;
    border-bottom: none;
  }
  .main-services__item:nth-child(3) {
    border-left: 0.0625rem solid #ededed;
  }
  .main-services__item:last-child {
    border-radius: 0 0 1.25rem 0;
  }
  .main-services__title {
    font-size: 1.125rem;
    max-width: 100%;
  }
  .main-services__desc {
    display: block;
  }
  .main-services__icon {
    font-size: 2.5rem;
  }
  .promo-cards__inner {
    display: block;
  }
  .promo-cards__left {
    border-radius: 0.625rem 0.625rem 0 0;
    max-width: 100%;
  }
  .promo-cards__right {
    padding: 1.875rem 1.5625rem;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .promo-cards__title {
    font-size: 1.375rem;
    text-align: center;
  }
  .promo-card__category {
    font-size: 0.875rem;
  }
  .promo-card__title {
    font-size: 1.75rem;
  }
  .promo-card__desc {
    font-size: 1rem;
  }
  .promo-card__bottom {
    padding-top: 1.1875rem;
  }
  .promo-card-info:not(:last-child) {
    margin-right: 6.5625rem;
  }
  .promo-card-info__percent {
    font-size: 2.625rem;
    margin-bottom: 0.625rem;
  }
  .promo-card-info__desc {
    font-size: 0.875rem;
  }
  .promo-cards-form {
    max-width: 29.0625rem;
    margin: 0 auto;
  }
  .promo-cards-form__bottom {
    padding-right: 0;
  }
  .promo-cards-form__submit {
    margin-bottom: 1.6875rem;
  }
  .promo-deposits__inner {
    display: block;
  }
  .promo-deposits__left {
    border-radius: 0.625rem 0.625rem 0 0;
    max-width: 100%;
  }
  .promo-deposits__right {
    border-radius: 0 0 0.625rem 0.625rem;
    padding: 1.6875rem 3.75rem 2.125rem;
  }
  .promo-deposits__title {
    font-size: 1.375rem;
    text-align: center;
    margin-bottom: 1.0625rem;
  }
  .promo-deposit {
    min-height: 25.9375rem;
    padding: 2.3125rem 0 1.5rem 1.875rem;
  }
  .promo-deposit__category {
    font-size: 0.875rem;
  }
  .promo-deposit__title {
    font-size: 2rem;
  }
  .promo-deposit__desc {
    font-size: 1rem;
  }
  .promo-deposit__bottom {
    padding-top: 1.125rem;
  }
  .promo-deposit-info:not(:last-child) {
    margin-right: 12.1875rem;
  }
  .promo-deposit-info__value {
    font-size: 2.625rem;
  }
  .promo-deposit-info__value span {
    font-size: 2rem;
  }
  .promo-deposit-info__desc {
    font-size: 0.875rem;
  }
  .calculator-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.1875rem;
  }
  .calculator-nav__label {
    font-size: 0.875rem;
  }
  .calculator-nav__link {
    width: 2.25rem;
  }
  .calculator-row:not(:last-child) {
    margin-bottom: 1.9375rem;
  }
  .calculator-row__field {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 68.96%;
    flex: 0 1 68.96%;
    max-width: 68.96%;
  }
  .calculator-field {
    height: 4.25rem;
    padding: 2rem 1.0625rem 1rem;
  }
  .calculator-field__label {
    top: 0.875rem;
  }
  .calculator-field__mark {
    font-size: 1.375rem;
    right: 1.125rem;
  }
  .calculator-field__mark_lg {
    font-size: 2rem;
  }
  .calculator-input {
    font-size: 1.25rem;
  }
  .calculator-summary {
    padding-left: 1.5rem;
  }
  .calculator-summary__label span {
    display: inline;
  }
  .calculator-summary__label::after {
    display: none;
  }
  .calculator-summary__value {
    font-size: 1.25rem;
  }
  .promo-deposits-form__bottom {
    padding: 0 3.75rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
  }
  .promo-deposits-form__agree {
    margin-top: 2.8125rem;
    margin-bottom: 2.1875rem;
    padding-left: 5.4375rem;
  }
  .promo-deposits-form__agree .agree__text {
    font-size: 0.875rem;
  }
  .promo-deposits-form__submit {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
  .promo-deposits-form__link {
    font-size: 1rem;
  }
  .promo-block__close {
    top: 1.6875rem;
  }
  .promo-block__close .icon {
    font-size: 1.1875rem;
  }
  .promo-block__img {
    position: absolute;
    left: -0.9375rem;
    top: 39%;
    margin: 0;
  }
  .promo-block__title {
    font-size: 1.625rem;
    max-width: 18.75rem;
    line-height: 1.3;
    margin-bottom: 0.3125rem;
  }
  .promo-block-list {
    padding-right: 3.125rem;
    padding-bottom: 1.25rem;
  }
  .promo-block-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .promo-block-list__percent {
    font-size: 1.875rem;
  }
  .index-popular {
    padding-bottom: 5.125rem;
  }
  .index-popular__title {
    margin-bottom: 2.625rem;
  }
  .index-popular__slide {
    margin: 0 0.75rem 0.9375rem;
  }
  .index-popular__slide:not(.slick-active):not(.slick-current):not(
      .slick-center
    ) {
    opacity: 1;
  }
  .index-popular__arrows {
    padding-top: 2.0625rem;
  }
  .index-popular-slider {
    max-width: 44.0625rem;
  }
  .index-popular-item {
    max-width: 21.25rem;
  }
  .index-popular-item__top {
    height: 16.625rem;
    padding: 1.5625rem 1.4375rem 3.4375rem;
  }
  .index-popular-item__title {
    font-size: 1.75rem;
  }
  .index-popular-item__category {
    font-size: 0.875rem;
  }
  .index-popular-item__tag {
    font-size: 0.875rem;
    padding-top: 0.9375rem;
  }
  .index-popular-item__text {
    font-size: 1rem;
  }
  .index-popular-item__amount {
    font-size: 2rem;
    padding: 0.625rem 1.25rem 0.625rem 0;
  }
  .index-popular-item__amount small {
    font-size: 1.25rem;
  }
  .index-popular-item__date {
    font-size: 1rem;
    padding-left: 1.875rem;
    margin-bottom: 1.5625rem;
  }
  .index-services__container {
    padding-bottom: 0;
  }
  .index-services__wrapper {
    display: block;
  }
  .index-services__promo {
    max-width: inherit;
    height: 21.5625rem;
    margin-bottom: 0.5rem;
  }
  .index-services__list {
    margin-bottom: 0;
    margin-left: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .promo-slider__slide {
    padding: 2.6875rem 1.375rem 5.625rem;
  }
  .promo-slider__title {
    font-size: 1.75rem;
    max-width: 39%;
    line-height: 1.2;
  }
  .promo-slider__desc {
    font-size: 1rem;
    max-width: 39%;
  }
  .promo-slider__bottom {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5625rem 1.5625rem;
  }
  .promo-slider__dots {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .promo-slider__btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .index-services-item {
    height: auto;
    padding: 1.5625rem 1.3125rem 1.4375rem 1.4375rem;
  }
  .index-services-item__icon {
    height: auto;
    margin-left: 0;
  }
  .index-services-item__title {
    font-size: 1.375rem;
    max-width: 100%;
  }
  .index-services-item__desc {
    display: block;
    margin-bottom: 1.625rem;
  }
  .index-services-item__link-icon .icon {
    font-size: 0.75rem;
  }
  .courses__item-sale {
    display: block;
  }
  .courses__inner {
    padding: 2.1875rem 1.5625rem 2.25rem 1.5625rem;
  }
  .courses__header {
    display: block;
    margin-bottom: 1.625rem;
  }
  .courses__header-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .courses__title {
    font-size: 2.375rem;
    margin-bottom: 1.25rem;
  }
  .courses__date {
    font-size: 0.875rem;
  }
  .courses__date::before {
    height: 1.25rem;
    width: 1.25rem;
  }
  .courses__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .courses__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
  .courses__info br {
    display: block;
  }
  .courses__find-btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 1.6875rem;
    width: 100%;
    max-width: 28.875rem;
    height: 3.25rem;
    font-size: 0.75rem;
  }
  .courses-nav__link {
    height: 2.75rem;
    line-height: 2.75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 1rem;
  }
  .courses-sale:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
  .courses-sale__title {
    font-size: 1.125rem;
    margin-bottom: 0.8125rem;
  }
  .courses-table {
    padding: 1.25rem 0 1.3125rem;
  }
  .courses-table tr:nth-child(1) td {
    font-size: 1rem;
  }
  .courses-table td span:not(.currency) {
    margin-left: 0.9375rem;
  }
  .index-actions__container {
    padding-top: 3.625rem;
    padding-bottom: 3.4375rem;
  }
  .index-actions__title {
    margin-bottom: 1.5625rem;
  }
  .index-actions__wrapper {
    margin-right: 1.5rem;
  }
  .index-actions__publication {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.3%;
    flex: 0 1 48.3%;
    max-width: 48.3%;
  }
  .index-actions-item__main {
    padding: 1.6875rem 1.375rem 3.25rem;
  }
  .index-actions-item__category {
    font-size: 0.875rem;
  }
  .index-actions-item__title {
    font-size: 1.25rem;
    height: auto;
  }
  .index-actions-item__img {
    height: 14.375rem;
  }
  .index-publication-item__main {
    padding: 1.6875rem 1.375rem 2.8125rem;
  }
  .index-publication-item__category {
    font-size: 0.875rem;
  }
  .index-publication-item__title {
    font-size: 1.75rem;
  }
  .index-publication-item__img {
    height: 14.375rem;
  }
  .internet-banking__container {
    padding-bottom: 5rem;
  }
  .internet-banking__inner {
    border-radius: 0;
  }
  .internet-banking__inner {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .internet-banking__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.5%;
    flex: 0 1 48.5%;
    max-width: 48.5%;
  }
  .internet-banking__right {
    padding: 1.5625rem 1.875rem 1.375rem 1.5rem;
  }
  .internet-banking__title {
    display: none;
  }
  .internet-banking__desc {
    display: none;
  }
  .internet-banking__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    background: 0 0;
  }
  .internet-banking__btn {
    margin-top: 2.1875rem;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 18.125rem;
    width: 100%;
  }
  .slider-banking__title {
    display: block;
  }
  .slider-banking__img::before {
    opacity: 1;
  }
  .slider-banking__dots {
    left: 2.1875rem;
    bottom: 1.125rem;
  }
  .banking-app {
    padding: 1.0625rem 1.5625rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAFElEQVQYV2PctGnTfz8/P0YGJAAARn4EAtQr//cAAAAASUVORK5CYII=)
      repeat-x bottom left;
  }
  .banking-app__icon {
    height: 3.75rem;
    width: 3.75rem;
    margin-right: 1.25rem;
  }
  .banking-app__icon .icon {
    font-size: 2.1875rem;
  }
  .banking-app__text {
    max-width: inherit;
  }
  .banking-app__text span {
    display: inline;
  }
  .banking-app__text::after {
    display: none;
  }
  .block-label {
    height: 2rem;
    padding: 0 1.25rem;
  }
  .footer__faq-link {
    font-size: 0.875rem;
  }
  .footer-top__container {
    padding-bottom: 1.5rem;
  }
  .footer-top__nav {
    padding-top: 1.6875rem;
  }
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    margin-right: -1.875rem;
  }
  .footer-nav__link:not(:last-child) {
    margin-right: 2.25rem;
  }
  .footer-menu {
    margin-bottom: 2.3125rem;
  }
  .footer-menu__item:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
  .footer-menu__link {
    font-size: 0.875rem;
  }
  .footer-contact:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .footer-contact__address {
    margin-left: 0;
    padding-top: 0;
  }
  .footer-contact__link.ml-50 {
    margin-left: 0;
  }
  .footer-phone {
    font-size: 1rem;
  }
  .footer-main__container {
    padding-top: 2.75rem;
    padding-bottom: 1.5625rem;
  }
  .social__link {
    height: 2.5rem;
    width: 2.5rem;
  }
  .social__link:hover {
    border-width: 1.25rem;
  }
  .social__link:not(:last-child) {
    margin-right: 0.3125rem;
  }
  .social__link .icon {
    font-size: 1.1875rem;
  }
  .social__link_vk .icon {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 50rem) and (orientation: landscape),
  screen and (max-height: 18.75rem) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 0.3125rem;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 0.1875rem 0.3125rem;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 0.3125rem;
    top: 0.1875rem;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 2.1875rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .btn {
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 0.875rem;
  }
  .arrow-bordered {
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.375rem;
  }
  .arrow-bordered .icon {
    font-size: 0.75rem;
  }
  .arrow-circle {
    height: 2.8125rem;
    width: 2.8125rem;
    font-size: 1.125rem;
  }
  .arrow-circle_sm {
    height: 2.375rem !important;
    width: 2.375rem !important;
  }
  .arrow-circle .icon {
    font-size: 0.6875rem;
  }
  .title {
    font-size: 1.5rem;
  }
  .field span {
    font-size: 0.875rem;
    padding: 1.625rem 0.75rem 0.5625rem;
  }
  .field.is-focused span {
    top: 0.625rem;
    left: 0.875rem;
  }
  .input {
    height: 3.5rem;
    font-size: 0.875rem;
    padding: 1.625rem 0.75rem 0.5625rem;
  }
  .select-wrap .select.select_size-md_small .jq-selectbox__select {
    height: 3.5rem;
  }
  .select-wrap .select.select_padding_lg .jq-selectbox__select {
    padding: 1.25rem 0.8125rem 0.6875rem;
  }
  .select-wrap .select.select_padding_lg .jq-selectbox__label {
    top: 0;
    left: 0.8125rem;
  }
  .select-wrap .select_has_label-desc .jq-selectbox__select-text {
    margin-left: 0.0625rem;
  }
  .select-wrap .select_has_label-desc .jq-selectbox__select-text span {
    display: none;
  }
  .select-wrap .select .jq-selectbox__select {
    font-size: 0.875rem;
    padding: 2.0625rem 1rem 0.6875rem;
    height: 4.1875rem;
  }
  .select-wrap .select .jq-selectbox__label {
    top: 0.5rem;
    left: 0.875rem;
  }
  .select-wrap .select .jq-selectbox__trigger {
    width: 2.5rem;
  }
  .checkbox__text {
    font-size: 0.75rem;
  }
  .checkbox__text::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .checkbox.checkbox_size_md .checkbox__text::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .radio input[type="radio"]:checked + label::before {
    border-width: 0.5rem;
  }
  .radio__text::before {
    height: 1.4375rem;
    width: 1.4375rem;
  }
  .add-phone__icon .icon {
    font-size: 1.75rem;
  }
  .add-phone__text {
    font-size: 0.8125rem;
  }
  .tabs-main-top__container {
    padding-top: 1.125rem;
  }
  .tabs-main-top__title {
    margin-bottom: 1.1875rem;
  }
  .tabs-main-nav {
    margin-right: -0.9375rem;
  }
  .tabs-main-nav__link {
    font-size: 0.75rem;
  }
  .tabs-main-nav__link:not(:last-child) {
    margin-right: 1.875rem;
  }
  .credits__container {
    padding-top: 3rem;
    padding-bottom: 6.3125rem;
  }
  .credit {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .credit__top {
    height: 11.25rem;
    padding-left: 0.9375rem;
  }
  .credit__label {
    right: 0.625rem;
    top: 0.625rem;
  }
  .credit__title {
    font-size: 1.5rem;
  }
  .credit__desc {
    font-size: 0.875rem;
  }
  .credit__desc br {
    display: none;
  }
  .credit__bottom {
    padding: 0 0.9375rem 0.3125rem;
    border-radius: 0;
  }
  .credit__cta {
    padding-top: 1.25rem;
  }
  .credit__cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .credit__btn {
    width: 18.125rem;
  }
  .credit__btn:not(:last-child) {
    margin-right: 0;
  }
  .credit__btn-more {
    border: 0;
    padding: 0;
    margin-top: 0.3125rem;
  }
  .credit-info {
    padding-top: 1.375rem;
    padding-bottom: 0;
  }
  .credit-info__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    margin-bottom: 1.5625rem;
  }
  .credit-info__value {
    font-size: 1.25rem;
  }
  .credit-info__value span {
    font-size: 1.25rem;
  }
  .credits-computation {
    width: 20rem;
  }
  .credits-computation .scrollbar-inner > .scroll-element.scroll-y .scroll-bar {
    height: 7.3125rem;
  }
  .credits-computation .credit-calc-nav {
    margin-right: 0;
  }
  .credits-computation__close {
    height: 2.8125rem;
    width: 2.8125rem;
    top: 0.625rem;
    right: 0.125rem;
    border: 0;
  }
  .credits-computation__close:hover .icon {
    color: #000;
  }
  .credits-computation__close .icon {
    font-size: 1rem;
  }
  .credits-computation__inner {
    padding: 4.5625rem 0.9375rem 4.6875rem 0.9375rem;
  }
  .credits-computation__scroll-in {
    padding-right: 0;
  }
  .credits-computation__title {
    font-size: 1.375rem;
    text-align: center;
    width: 100%;
  }
  .credits-computation-calc-button {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5625rem;
  }
  .credits-computation-calc-button__icon {
    font-size: 1.4375rem;
  }
  .credits-computation-calc-button__text {
    font-size: 0.75rem;
  }
  .credits-computation-calc__label {
    text-align: center;
    margin-top: 0;
  }
  .credits-computation-calc .credit-calc__container {
    padding-bottom: 2.1875rem;
  }
  .credits-computation-calc-fields {
    margin: 0;
  }
  .credits-computation-calc-field {
    padding: 0;
  }
  .credits-computation-calc-field .calculator-field {
    height: 3.5625rem;
    padding: 1.625rem 0.75rem 1rem 0.875rem;
  }
  .credits-computation-calc-field .calculator-field__label {
    top: 0.625rem;
    left: 0.75rem;
  }
  .credits-computation-calc-field .calculator-field__mark {
    bottom: 0.75rem;
  }
  .credits-computation-calc-options {
    margin: 0;
  }
  .credits-computation-calc-options
    .credit-calc-options__checkbox
    .checkbox__text::before {
    width: 1.4375rem;
    height: 1.4375rem;
  }
  .credits-computation-calc-options__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.375rem;
    padding: 0;
  }
  .credits-computation-calc-options__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .credit-computation-calc-result {
    padding-top: 0.3125rem;
  }
  .credit-computation-calc-result .credit-calc-payment {
    font-size: 0.875rem;
    margin-bottom: 0.4375rem;
  }
  .credit-computation-calc-result .credit-calc-payment span {
    font-size: 1.375rem;
    margin-top: 0.3125rem;
  }
  .credit-computation-calc-result__label {
    text-align: center;
  }
  .credits-computation-form__select {
    margin-bottom: 0.9375rem;
  }
  .credits-computation-form__select .select .jq-selectbox__select {
    height: 3.5625rem;
    padding: 1.625rem 0.75rem 0.5625rem;
  }
  .credits-computation-form__field {
    margin-bottom: 0.875rem;
  }
  .credits-computation-form__field .input {
    height: 3.5625rem;
  }
  .credits-computation-form__field .field__mark {
    font-size: 1.375rem;
  }
  .credits-computation-form__agree .agree__text {
    padding-left: 2.1875rem;
  }
  .credits-computation-form__agree .agree__text::before {
    top: -0.25rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 1.4375rem;
    width: 1.4375rem;
    border-radius: 0.25rem;
  }
  .credits-computation-form__agree .agree__text br {
    display: none;
  }
  .credits-computation-form__proposal .proposal-time__btn {
    font-size: 0.75rem;
  }
  .credits-computation-form__footer {
    padding-top: 1.875rem !important;
  }
  .credits-computation-form__footer .credit-form__submit {
    width: 18.0625rem;
  }
  .credits-computation-form__footer .credit-form__footer-text {
    text-align: center;
    font-size: 0.75rem;
    margin-top: 1.6875rem;
  }
  .credits-computation-success__title {
    font-size: 1.375rem;
  }
  .credits-computation-success__text {
    font-size: 0.875rem;
  }
  .credits-computation-success__btn {
    width: 18.0625rem;
  }
  .credits-computation-success-footer {
    padding-top: 2.8125rem;
    padding-bottom: 2.1875rem;
  }
  .credits-computation-success-footer__title {
    font-size: 1rem;
    line-height: 1.375rem;
    max-width: 16.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  .credits-computation-success-footer__title br {
    display: none;
  }
  .credits-computation-success-footer__apps {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.875rem;
  }
  .credits-computation-success-footer__link-app {
    margin-bottom: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .credits-computation-eura-pay {
    margin-left: 0;
  }
  .credits-computation-eura-pay__icon {
    height: 3.125rem;
    width: 3.125rem;
  }
  .credits-computation-eura-pay__title {
    font-size: 1.375rem;
  }
  .credits-computation-mob-app:hover .credits-computation-mob-app__icon {
    border-width: 1.9375rem;
  }
  .credits-computation-mob-app__icon {
    height: 3.875rem;
    width: 3.875rem;
    margin-right: 0.8125rem;
  }
  .credits-computation-mob-app__icon .icon {
    font-size: 2.25rem;
  }
  .cards__container {
    padding-top: 2.5rem;
    padding-bottom: 6.3125rem;
  }
  .cards__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .cards-filter {
    display: block;
    height: auto;
    padding: 1.125rem 1.875rem 0.625rem;
    margin-right: -0.9375rem;
  }
  .cards-filter__title {
    font-size: 1rem;
    text-align: center;
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
  .cards-filter-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .cards-filter-form__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 0 0.9375rem;
    margin-bottom: 1.5625rem;
  }
  .cards-filter-form__item:not(:last-child) {
    margin-right: 0;
  }
  .cards-filter-form__label {
    font-size: 0.75rem;
    white-space: normal;
  }
  .card__left {
    min-height: 10.625rem;
  }
  .card__img {
    max-width: 13.625rem;
  }
  .card__right {
    min-height: inherit;
    padding-bottom: 0.3125rem;
  }
  .card__label {
    right: 1.5625rem;
    top: 0.625rem;
    height: 1.5625rem !important;
  }
  .card__title {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
  .card__desc {
    display: none;
  }
  .card__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card__btn {
    width: 17.5rem;
  }
  .card__btn:not(:last-child) {
    margin-right: 0;
  }
  .card__btn-more {
    border: 0;
    padding: 0;
    margin-top: 0.25rem;
  }
  .card-type {
    margin-bottom: 0.625rem;
  }
  .card-type__icon {
    max-width: 2.3125rem;
  }
  .card-info__in {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.25rem 0 0.5rem;
  }
  .card-info__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-bottom: 0.875rem;
  }
  .card-info__value {
    font-size: 1.25rem;
  }
  .card-info__value strong {
    font-size: 1.75rem;
  }
  .page-terminals .content {
    min-height: 25rem;
  }
  .terminals-nav {
    padding: 0.4375rem 0.9375rem 0;
  }
  .terminals-nav__item:not(:last-child) {
    margin-right: 2.1875rem;
  }
  .terminals-nav__link {
    font-size: 0.875rem;
    padding-bottom: 0.8125rem;
  }
  .terminals-nav__link_type_red::after {
    width: 0.375rem;
    height: 0.375rem;
    margin-left: 0.375rem;
  }
  .terminals-nav__link_type_gray::after {
    width: 0.375rem;
    height: 0.375rem;
    margin-left: 0.375rem;
  }
  .terminals-nav__link_type_gradient::after {
    width: 0.375rem;
    height: 0.375rem;
    margin-left: 0.375rem;
  }
  .terminals-nav__link_type_blue::after {
    width: 0.375rem;
    height: 0.375rem;
    margin-left: 0.375rem;
  }
  .terminals-nav__link_type_animated::after {
    width: 0.375rem;
    height: 0.375rem;
    margin-left: 0.375rem;
  }
  .terminals-filter-content-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5625rem 0 0 4.1875rem;
    border: 0;
  }
  .terminals-filter-content-types__checkbox .checkbox__text::before {
    height: 1.4375rem;
    width: 1.4375rem;
  }
  .terminals-filter-content-types__checkbox:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
  .terminals-filter-line {
    padding: 0.875rem 0.9375rem;
  }
  .terminals-filter-line__checkbox .checkbox__text::before {
    width: 1.4375rem;
    height: 1.4375rem;
  }
  .advanced-search-btn__icon {
    font-size: 1.125rem;
  }
  .advanced-search-btn__text {
    font-size: 0.75rem;
  }
  .terminals-filter-content-top {
    padding-top: 1.25rem;
    padding-left: 4.25rem;
    padding-bottom: 1.1875rem;
  }
  .terminals-filter-content-top__checkbox {
    margin-bottom: 0.75rem;
    width: 100%;
  }
  .terminals-filter-content-top__checkbox .checkbox__text::before {
    height: 1.4375rem;
    width: 1.4375rem;
    margin-right: 0.625rem;
  }
  .terminals-filter-content__col_pl_30 {
    padding-left: 0.9375rem;
  }
  .terminals-filter-content__col_d_flex {
    display: block;
    padding-left: 0.9375rem;
    width: 100%;
  }
  .terminals-filter-content__radio {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
  }
  .terminals-filter-content__radio .radio__text {
    font-size: 0.75rem;
  }
  .terminals-filter-content__radio:first-child {
    margin-left: 0.9375rem;
  }
  .terminals-filter-content__radio:not(:last-child) {
    margin-right: 1.6875rem;
    margin-bottom: 1.5625rem;
  }
  .terminals-filter-content__checkbox {
    margin-left: 4.1875rem;
    margin-bottom: 0.75rem;
  }
  .terminals-filter-content__checkbox .checkbox__text::before {
    height: 1.4375rem;
    width: 1.4375rem;
  }
  .terminals-filter-content__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .terminals-filter-content__bottom_padding_sm {
    padding-top: 1.75rem;
    padding-bottom: 2.5rem;
  }
  .terminals-filter-content__reset {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }
  .terminals-filter-content__reset-icon {
    font-size: 1.125rem;
  }
  .terminals-filter-content__reset-text {
    font-size: 0.875rem;
  }
  .terminals-filter-content__submit {
    width: 18.125rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1.5625rem;
  }
  .terminals-filter-content__reset-all {
    width: 18.125rem;
    margin-right: 0;
  }
  .terminals-filter-content__reset-all .icon {
    font-size: 1rem;
  }
  .terminals-filter-content__submit-all {
    width: 18.125rem;
    margin-left: 0;
    margin-bottom: 0.625rem;
  }
  .terminals-filter-content-item {
    padding-bottom: 1.25rem;
  }
  .terminals-filter-content-item:not(:last-child)::after {
    display: none;
  }
  .terminals-filter-content-item_padding_lg {
    padding-top: 1.875rem;
    padding-bottom: 0;
  }
  .terminals-filter-content-item__title {
    font-size: 1.125rem;
  }
  .terminals-filter-content-item__title_sm {
    font-size: 1.25rem;
    padding: 0 1.5625rem;
    line-height: 1.625rem;
  }
  .terminals-filter-content-item__title_type_2 {
    margin-bottom: 2.375rem;
  }
  .terminals {
    left: 0.9375rem;
    right: 0.9375rem;
  }
  .terminals .scrollbar-inner > .scroll-element.scroll-x .scroll-bar {
    width: 3.3125rem;
  }
  .terminals-toggler {
    left: 0.9375rem;
    right: 0.9375rem;
    width: calc(100% - 1.875rem);
  }
  .terminals-search {
    padding: 0.9375rem 0.875rem 0.9375rem;
    margin-bottom: 0.0625rem;
  }
  .terminals-search__input {
    font-size: 0.75rem;
  }
  .terminals-search__submit {
    top: 50%;
    right: 0.9375rem;
  }
  .terminals-list .scrollbar-inner > .scroll-element.scroll-x .scroll-bar {
    height: 0.1875rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0.125rem;
  }
  .terminals-item {
    width: 100%;
    padding: 0.875rem 0.9375rem 0;
    min-height: 9.625rem;
  }
  .terminals-item__number {
    display: none;
  }
  .terminals-item__title {
    font-size: 0.875rem;
  }
  .terminals-item__state {
    font-size: 0.75rem;
  }
  .terminals-item__link {
    font-size: 0.75rem;
    height: 3.125rem;
  }
  .terminals-item__link::after {
    font-size: 1.125rem;
  }
  .terminal-affiliate {
    width: 19.0625rem;
    max-width: 19.0625rem;
    padding: 2.5rem 0.0625rem 2.5rem 1.6875rem;
  }
  .terminal-affiliate .scrollbar-inner > .scroll-element.scroll-y {
    width: 0.1875rem;
  }
  .terminal-affiliate .scrollbar-inner .scroll-bar {
    height: 7.3125rem;
  }
  .terminal-affiliate__header {
    height: auto;
    padding: 0.1875rem 0 0 0.4375rem;
    margin-bottom: 1.25rem;
  }
  .terminal-affiliate__close {
    position: absolute;
    top: 0.9375rem;
    right: 0.3125rem;
  }
  .terminal-affiliate__close .icon {
    font-size: 0.9375rem;
  }
  .terminal-affiliate__inner {
    padding: 0.4375rem 2rem 4.375rem 0.375rem;
  }
  .terminal-affiliate__inner_padding-top_lg {
    padding-bottom: 1.25rem !important;
  }
  .terminal-affiliate__number {
    font-size: 0.75rem;
  }
  .terminal-affiliate__title {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 1.125rem;
  }
  .terminal-affiliate-info {
    font-size: 0.75rem;
    line-height: 1.125rem;
    padding-bottom: 0.9375rem;
  }
  .terminal-affiliate-info__item:not(:last-child) {
    margin-bottom: 0.6875rem;
  }
  .terminal-affiliate-info__item + .terminal-affiliate-info__item {
    margin-left: 0;
  }
  .terminal-affiliate-info__item_opened .terminal-affiliate-info__text {
    padding-left: 0;
  }
  .terminal-affiliate-info__item_closed .terminal-affiliate-info__text {
    padding-left: 0;
  }
  .terminal-affiliate-info__state {
    margin-bottom: 0.4375rem;
  }
  .terminal-affiliate-coins {
    display: block;
    padding: 1rem 0 1.1875rem;
  }
  .terminal-affiliate-coins__label {
    font-size: 1rem;
    margin-bottom: 0.5625rem;
  }
  .terminal-affiliate-coins__list {
    padding-left: 0.1875rem;
  }
  .terminal-affiliate-coin:not(:last-child) {
    margin-right: 0.6875rem;
  }
  .terminal-affiliate-coin__icon {
    font-size: 1.125rem;
    height: 2.125rem;
    width: 2.125rem;
    margin-right: 0.125rem;
  }
  .terminal-affiliate-coin__text {
    font-size: 0.875rem;
  }
  .terminal-affiliate-entity {
    margin-bottom: 2.1875rem;
  }
  .terminal-affiliate-entity__icon {
    height: 2.375rem;
    width: 2.375rem;
  }
  .terminal-affiliate-entity__icon .icon {
    font-size: 1.5625rem;
    top: 0;
    left: 0.125rem;
  }
  .terminal-affiliate-entity__text {
    font-size: 0.875rem;
  }
  .terminal-affiliate-desc {
    padding-top: 1.8125rem;
    padding-bottom: 1.625rem;
  }
  .terminal-affiliate-desc__title {
    font-size: 1.125rem;
  }
  .terminal-affiliate-desc__text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .terminal-affiliate-phones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 1.875rem;
  }
  .terminal-affiliate-phones__icon {
    height: 2.3125rem;
    width: 2.3125rem;
  }
  .terminal-affiliate-phones__icon .icon {
    font-size: 1.375rem;
  }
  .terminal-affiliate-phones__text {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding-top: 0.5625rem;
  }
  .city-choose-popup {
    border-radius: 0;
    padding: 3.4375rem 2.1875rem 2.5rem;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
  }
  .city-choose-popup__title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
  .city-choose-popup__button {
    width: 15.625rem;
  }
  .sr-header {
    min-height: 11.0625rem;
  }
  .sr-header__container {
    padding-top: 4.5625rem;
    padding-bottom: 4.5625rem;
  }
  .sr-header__title {
    font-size: 1.5rem;
  }
  .sr-form__submit {
    display: none;
  }
  .sr-form__results {
    line-height: 1.125rem;
    padding-top: 0.3125rem;
  }
  .sr-form-field {
    height: 3.5rem;
    padding: 1.375rem 2.9375rem 0.625rem 0.875rem;
  }
  .sr-form-field__top-label {
    top: 0.5rem;
    left: 0.875rem;
  }
  .sr-form-field__label {
    padding: 1.5625rem 2.9375rem 0.625rem 0.875rem;
    font-size: 0.875rem;
  }
  .sr-form-field__input {
    font-size: 0.875rem;
  }
  .sr-form-field__reset {
    display: none;
  }
  .sr-form-field__submit {
    right: 0.875rem;
  }
  .sr-form-field.sr-form-field_padding_sm {
    padding: 1.5625rem 2.9375rem 0.625rem 0.75rem;
  }
  .sr-form-field.is-focused .sr-form-field__label {
    top: 0.375rem;
    left: 0.8125rem;
  }
  .sr-content {
    padding-top: 5.5625rem;
  }
  .sr-content__title {
    font-size: 1.5rem;
    margin-bottom: 2.0625rem;
  }
  .sr-tabs-controls {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding-left: 0.9375rem;
  }
  .sr-tabs-controls__link {
    font-size: 0.75rem;
    padding-bottom: 1.625rem;
  }
  .sr-tabs-controls__link:not(:last-child) {
    margin-right: 1.75rem;
  }
  .sr-list {
    padding-top: 0.625rem;
    padding-bottom: 2.8125rem;
  }
  .sr-item {
    padding: 2.75rem 0 2.875rem;
  }
  .sr-item__count {
    display: none;
  }
  .sr-item__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 1.125rem;
  }
  .sr-item__excerpt {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .sr-item__meta {
    padding-top: 0.9375rem;
    line-height: 1.25rem;
  }
  .sr-pagination__container {
    padding-top: 2.5rem;
    padding-bottom: 9.375rem;
  }
  .pagination__item:not(:first-child):not(:last-child):not(:nth-last-child(2)) {
    display: none;
  }
  .pagination__item:not(:last-child) {
    margin-right: 0.625rem;
  }
  .pagination__current {
    height: 2.875rem;
    width: 2.875rem;
    font-size: 0.875rem;
  }
  .pagination__link {
    height: 2.875rem;
    width: 2.875rem;
    font-size: 0.875rem;
  }
  .pagination__dots {
    margin: 0;
    font-size: 0.875rem;
  }
  .pagination__prev,
  .pagination__next {
    height: 2.875rem;
    width: 2.875rem;
    font-size: 1.375rem;
  }
  .pagination__next i {
    right: -0.0625rem;
  }
  .pagination__prev i {
    left: -0.0625rem;
  }
  .exchanges__container {
    padding-top: 4.9375rem;
    padding-bottom: 3.75rem;
  }
  .exchanges__header {
    margin-bottom: 3.5625rem;
  }
  .exchanges__title {
    font-size: 1.5rem;
    margin-bottom: 0.875rem;
  }
  .exchanges__footer {
    padding-top: 1.875rem;
  }
  .exchanges__footer-btn {
    min-width: 18.125rem;
    font-size: 0.75rem;
  }
  .exchanges-date {
    padding-left: 1.625rem;
  }
  .exchanges-date::after {
    height: 1.125rem;
    width: 1.125rem;
  }
  .exchanges-date::before {
    display: inline;
  }
  .exchanges-date__short-text {
    display: none;
  }
  .exchanges-tabs-nav {
    margin-right: -0.9375rem;
    margin-bottom: 2.4375rem;
  }
  .exchanges-tabs-nav__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.6875rem;
    flex: 0 0 8.6875rem;
    height: 2.4375rem;
    font-size: 0.75rem;
  }
  .exchange-toggler {
    width: 0.5625rem;
    height: 0.875rem;
  }
  .exchange-toggler::before {
    height: 0.375rem;
  }
  .exchange-toggler::after {
    height: 0.375rem;
  }
  .exchange__header {
    padding-bottom: 1.6875rem;
    padding-right: 0.6875rem;
  }
  .exchange__title {
    font-size: 1rem;
  }
  .exchange-table td {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .exchange-table__left-side {
    width: 100%;
    height: auto;
    border: 0;
    padding-top: 1.125rem;
  }
  .exchange-table__right-side {
    width: 100%;
    height: auto;
    padding-top: 0.3125rem;
    padding-bottom: 0.875rem;
    padding-right: 0.5625rem;
  }
  .exchange-table__title {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
  .exchange-table__desc {
    position: static;
  }
  .exchange-table__value {
    font-size: 1.125rem;
    position: static;
    width: 40%;
  }
  .exchange-table__diff {
    font-size: 0.75rem;
    top: -0.125rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .exchange-table__direction {
    width: 0.75rem;
    height: 0.625rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    top: -0.125rem;
  }
  .dynamics__container {
    padding-bottom: 4.0625rem;
  }
  .dynamics__title {
    font-size: 1.5rem;
    margin-bottom: 1.4375rem;
  }
  .dynamics__info {
    line-height: 1.125rem;
    padding-top: 4.75rem;
  }
  .dynamics-filters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dynamics-filters__currency .select-wrap + .select-wrap {
    margin-left: 0.75rem;
  }
  .dynamics-filters__period {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 0.625rem;
  }
  .dynamics-filters .select .jq-selectbox__select {
    height: 3.5rem;
    padding: 1.6875rem 0.8125rem 0.6875rem;
  }
  .dynamics-filters .select_has_label-desc .jq-selectbox__select-text strong {
    font-size: 0.875rem;
  }
  #chart {
    height: 21.875rem;
  }
  .bullions__container {
    padding-top: 4.0625rem;
    padding-bottom: 9.375rem;
  }
  .bullions__title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 2.1875rem;
  }
  .bullions__controls {
    padding-top: 1.1875rem;
  }
  .bullions__controls {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bullions__prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0.125rem;
  }
  .bullions__next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0.125rem;
  }
  .bullions__all-btn {
    margin-top: 1.9375rem;
    min-width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .bullions__all-btn .btn {
    width: 18.125rem;
  }
  .bullion {
    height: 14.625rem;
    max-width: 18.125rem;
    margin-left: auto;
    margin-right: auto;
  }
  .bullion:hover .bullion__right-side {
    padding-bottom: 2.625rem;
  }
  .bullion__left-side {
    padding: 1.375rem 1.25rem 1.6875rem;
  }
  .bullion__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7.625rem;
    flex: 0 0 7.625rem;
    padding-top: 2.625rem;
  }
  .bullion__arrow {
    bottom: 1.125rem;
  }
  .bullion__weight {
    font-size: 2.25rem;
  }
  .bullion__weight span {
    font-size: 1.25rem;
  }
  .bullion__type {
    font-size: 0.75rem;
  }
  .bullion__type-value {
    font-size: 1.125rem;
  }
  .atm-top__container {
    padding-top: 2.75rem;
    padding-bottom: 2.4375rem;
  }
  .atm-top__title {
    font-size: 1.5rem;
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
    margin-bottom: 0.25rem;
    line-height: 1.41;
  }
  .atm-top__search {
    margin-bottom: 1.375rem;
  }
  .atm-top__search .sr-form__row {
    display: block;
  }
  .atm-top__search .sr-form__submit {
    display: block;
    margin: 1.25rem auto 0;
  }
  .atm-cats__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .atm-cats__item {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    width: calc(100% / 12 * 12 - 1.875rem);
  }
  .atm-cat {
    height: 4.1875rem;
  }
  .atm-cat__icon {
    width: 2.875rem;
    margin-right: 1.25rem;
  }
  .atm-cat__icon::before {
    height: 2.875rem;
    width: 2.875rem;
  }
  .atm-cat_fillials .atm-cat__icon {
    top: 0.125rem;
    left: 0;
  }
  .atm-cat_fillials .atm-cat__icon .icon {
    font-size: 1.625rem;
  }
  .atm-cat_sale .atm-cat__icon .icon {
    font-size: 1.9375rem;
  }
  .atm-cat_geo-terminals .atm-cat__icon {
    top: -0.0625rem;
  }
  .atm-cat_geo-terminals .atm-cat__icon .icon {
    font-size: 1.875rem;
  }
  .atm-cat.is-active .atm-cat__icon::after {
    width: 0.8125rem;
    height: 0.8125rem;
  }
  .atm-main {
    min-height: 25rem;
  }
  .atm-map {
    height: 25rem;
  }
  .atm-list__container {
    padding-top: 0;
    padding-bottom: 9.375rem;
  }
  .atm-nav {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto;
    max-width: 100%;
    border-radius: 0;
  }
  .atm-nav__left-side {
    padding-bottom: 1.6875rem;
  }
  .atm-nav-control {
    height: auto;
  }
  .atm-nav-control__text {
    font-size: 1.125rem;
    color: #0d213a;
    margin-bottom: 0.3125rem;
  }
  .atm-nav-control__button {
    font-size: 0.875rem;
  }
  .atm-nav-toggles {
    display: block;
    height: auto;
    border-radius: 0;
  }
  .atm-nav-toggles::before {
    content: "";
    height: 0.0625rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #eeeff0;
    z-index: -1;
  }
  .atm-nav-toggle {
    width: 100%;
    height: 4.375rem;
  }
  .atm-nav-toggle__text {
    font-size: 0.75rem;
  }
  .atm-item {
    padding: 2.1875rem 0 1.6875rem;
    position: relative;
    z-index: 1;
    overflow: visible;
  }
  .atm-item::before {
    content: "";
    position: absolute;
    left: -0.9375rem;
    top: 0;
    right: -0.9375rem;
    bottom: 0;
    background: #fff;
    z-index: -1;
  }
  .atm-item__bottom {
    padding-left: 0;
  }
  .atm-item__title {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
  .atm-item__desc {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
    line-height: 1.5rem;
  }
  .atm-item__nav {
    display: block;
  }
  .atm-item__nav > :not(:last-child):not(.atm-item__nav-links) {
    margin: 0;
  }
  .atm-item__nav-info {
    padding-top: 0.125rem;
    padding-bottom: 1.0625rem;
  }
  .atm-item__nav-info > :not(:last-child) {
    margin-right: 3.4375rem;
  }
  .atm-item__nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 0.0625rem solid #ededed;
    padding-top: 1.375rem;
  }
  .atm-item__nav-links > :not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .atm-item-get__title {
    font-size: 1.25rem;
  }
  .atm-item-get__title-icon {
    margin-right: 0.9375rem;
  }
  .atm-item-get__text {
    font-size: 0.875rem;
    padding-left: 3.5rem;
  }
  .atm-item-call {
    padding-left: 3.5rem;
  }
  .atm-item-call__title {
    font-size: 1.25rem;
  }
  .atm-item-call__text {
    font-size: 0.875rem;
  }
  .atm-item-shedule {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .atm-item-shedule__icon {
    font-size: 2.0625rem;
    margin-right: 1.125rem;
  }
  .atm-item-shedule__content p {
    font-size: 0.875rem;
  }
  .atm-item-shedule__content p:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.3125rem;
  }
  .atm-item-shedule__content-inner {
    display: block;
    width: fit-content;
  }
  .atm-item-shedule__state {
    display: none;
  }
  .atm-item-state {
    font-size: 0.75rem;
  }
  .advert-back-button__icon {
    height: 1.5625rem;
    width: 1.5625rem;
    margin-right: 0.5625rem;
    font-size: 1.125rem;
  }
  .advert-back-button__text {
    font-size: 0.75rem;
  }
  .advert-top__nav-container {
    padding-top: 1.3125rem;
  }
  .advert-top__container {
    padding-top: 3.375rem;
  }
  .advert-top__header {
    margin-bottom: 4.0625rem;
  }
  .advert-top__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .advert-top__desc {
    font-size: 0.75rem;
  }
  .advert-info__left-side {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: calc(100% + 1.875rem);
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-bottom: 3.1875rem;
  }
  .advert-info__cta {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .advert-info__cta > * {
    margin: 0;
    max-width: 100%;
  }
  .advert-info__cta > :not(:first-child) {
    margin-bottom: 0.625rem;
  }
  .advert-info__address {
    padding: 0 0 2.0625rem;
  }
  .advert-info__address p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .advert-info__address p:not(:last-child) {
    margin-bottom: 0.125rem;
  }
  .advert-info__address p strong {
    font-size: 0.75rem;
  }
  .advert-info__table {
    padding: 1.6875rem 0 2.375rem;
  }
  .advert-info__table ul li {
    font-size: 0.875rem;
    width: 100% !important;
    margin-bottom: 0.375rem;
  }
  .advert-info__table ul li strong {
    font-size: 0.75rem;
  }
  .advert-info__table-type {
    font-size: 0.75rem;
    margin-bottom: 0.3125rem;
  }
  .advert-info__table-type a {
    font-size: 0.875rem;
  }
  .advert-info__price {
    padding: 1.25rem 0 1.3125rem;
  }
  .advert-info__price-value {
    font-size: 2rem;
  }
  .advert-info__price-desc {
    font-size: 0.875rem;
  }
  .advert-label {
    height: 1.625rem;
    padding: 0 0.625rem;
  }
  .slideshow__display {
    margin-bottom: 0.125rem;
  }
  .slideshow__display.slideshow__display_has_padding .slick-slide img {
    height: 13.125rem;
  }
  .slideshow__display .slick-slide img {
    height: 14rem;
  }
  .slideshow__display-prev,
  .slideshow__display-next {
    height: 2.5rem;
    width: 2.5rem;
    color: #0d213a;
    font-size: 1.3125rem;
  }
  .slideshow__display-prev {
    left: 0.3125rem;
  }
  .slideshow__display-prev .fa {
    left: -0.0625rem;
  }
  .slideshow__display-next {
    right: 0.3125rem;
  }
  .slideshow__display-next .fa {
    right: -0.0625rem;
  }
  .slideshow__thumbs-prev,
  .slideshow__thumbs-next {
    width: 2.5rem;
    height: 2.5rem;
    color: #0d213a;
    font-size: 1.125rem;
  }
  .slideshow__thumbs-prev {
    left: 0.3125rem;
  }
  .slideshow__thumbs-prev .fa {
    top: 0;
  }
  .slideshow__thumbs-next {
    right: 0.3125rem;
  }
  .slideshow__thumbs-next .fa {
    top: 0;
  }
  .slideshow__thumbs.slideshow__thumbs_hidden_md {
    display: none;
  }
  .slideshow__thumbs .slick-slide {
    margin: 0 0.0625rem;
  }
  .slideshow__thumbs .slick-slide img {
    height: 6.5625rem;
  }
  .slideshow__thumbs .slick-slide.slick-current::after,
  .slideshow__thumbs .slick-slide:hover::after {
    display: none;
  }
  .slideshow__zoom {
    height: 2.5rem;
    width: 2.5rem;
    right: 0.3125rem;
  }
  .slideshow__zoom .icon {
    top: 0;
    left: 0;
    font-size: 0.9375rem;
  }
  .modal-slideshow {
    max-height: 30rem;
  }
  .modal-slideshow__close {
    height: 2.8125rem;
    width: 2.8125rem;
    top: 0.6875rem;
    right: 0.9375rem;
  }
  .modal-slideshow__close:hover {
    border-width: 0;
  }
  .modal-slideshow__close:hover .icon {
    color: #a7b5ca;
  }
  .modal-slideshow__close .icon {
    font-size: 0.9375rem;
  }
  .modal-slideshow__inner {
    padding-top: 7.875rem;
    padding-bottom: 9.125rem;
  }
  .advert-main__container {
    padding-top: 3.6875rem;
    padding-bottom: 3.125rem;
  }
  .advert-tabs-nav {
    padding-top: 2.4375rem;
    overflow-x: scroll;
  }
  .advert-tabs-nav__link {
    font-size: 0.75rem;
    padding-bottom: 1.5625rem;
  }
  .advert-information {
    padding: 3.25rem 0 3.875rem;
  }
  .advert-information__title {
    font-size: 1.5rem;
  }
  .advert-information p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .advert-faq {
    padding: 2.5rem 0 6.125rem;
  }
  .advert-faq__title {
    font-size: 1rem;
    height: 3.375rem;
  }
  .advert-faq__title-icon-open {
    font-size: 1.0625rem;
    right: 0.5625rem;
  }
  .advert-faq__title-icon-close {
    right: 0.5625rem;
  }
  .advert-faq__text {
    padding-top: 1rem;
    padding-bottom: 4.1875rem;
    padding-right: 0;
  }
  .advert-faq__text p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .advert-contacts {
    padding: 2.4375rem 0 3.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .advert-contacts__icon {
    height: 2.75rem;
    width: 2.75rem;
    position: static;
    margin-bottom: 1.125rem;
  }
  .advert-contacts__icon .icon {
    font-size: 1.5rem;
  }
  .advert-contacts__title {
    font-size: 1.375rem;
    margin-bottom: 0.625rem;
  }
  .advert-contacts__text {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .recent-ads__container {
    padding-top: 2.1875rem;
    padding-bottom: 11.25rem;
  }
  .recent-ads__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 3.3125rem;
  }
  .recent-ads__list {
    margin: 0 -0.9375rem;
  }
  .recent-ads__list > * {
    width: 100%;
    margin: 0;
  }
  .recent-ads__footer {
    padding-top: 2.5rem;
  }
  .recent-ads__footer .btn {
    min-width: 18.125rem;
  }
  .item-advert {
    height: 24.1875rem;
    border-radius: 0;
  }
  .item-advert:hover .item-advert__top {
    max-height: 10rem;
  }
  .item-advert__top {
    max-height: 14.125rem;
  }
  .item-advert__cat {
    left: 0.9375rem;
    top: 0.75rem;
  }
  .item-advert__count {
    height: 1.75rem;
    min-width: 1.75rem;
  }
  .item-advert__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 1.0625rem;
  }
  .item-advert__price {
    font-size: 1.125rem;
    margin-bottom: 0.125rem;
  }
  .item-advert__bottom {
    padding: 0.8125rem 0.8125rem 0.9375rem 0.9375rem;
  }
  .item-advert-large {
    height: 18.875rem;
    margin: 1.875rem 0;
    padding: 2.3125rem 0.9375rem 0;
  }
  .item-advert-large__label {
    top: 0.3125rem;
    right: 0.3125rem;
  }
  .item-advert-large__count {
    display: none;
  }
  .item-advert-large__cat {
    font-size: 0.75rem;
  }
  .item-advert-large__title {
    font-size: 1.375rem;
    line-height: 1.875rem;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .item-advert-large__price {
    font-size: 1.5rem;
  }
  .item-advert-large__desc {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }
  .item-advert-large__button {
    min-width: 18.0625rem;
  }
  .ads-top__container {
    padding-top: 2.8125rem;
    line-height: 1.875rem;
  }
  .ads-top__header {
    margin-bottom: 2.5rem;
  }
  .ads-top__title {
    font-size: 1.5rem;
    padding: 0 1.25rem;
    margin-bottom: 1.875rem;
  }
  .ads-tab-nav__link {
    height: 2.4375rem;
    font-size: 0.75rem;
    min-width: 9.0625rem;
    padding: 0;
  }
  .ads-slides {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-bottom: 2.5rem;
  }
  .ads-slider__dots {
    bottom: 0.3125rem;
    right: 0.3125rem;
  }
  .ads-slide__cat {
    margin-bottom: 0;
  }
  .ads-slide__title.ads-slide__title_size_lg {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  .ads-slide__price.ads-slide__price_size_lg {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .ads-slide__desc.ads-slide__desc_size_lg {
    font-size: 1rem;
  }
  .ads-slide__count {
    height: 1.75rem;
    min-width: 1.75rem;
  }
  .ads-slide__label {
    position: static;
    margin-bottom: 0.4375rem;
  }
  .ads-slide.ads-slide_size_lg {
    height: 18.875rem;
    padding: 0.5625rem 0.875rem 1.0625rem;
  }
  .ads-form__actions {
    padding: 1.5625rem 0 3.125rem;
    border-top: none;
  }
  .ads-form__actions > * {
    min-width: 18.125rem;
  }
  .ads-form__reset {
    display: none;
  }
  .ads-form__hidden {
    padding-top: 1.25rem;
  }
  .ads-form-controls {
    padding: 0 0 1.3125rem;
    border-bottom: 0.0625rem solid #ececec;
  }
  .ads-form-controls__left-side {
    display: none;
  }
  .ads-form-controls__right-side {
    padding-top: 1.6875rem;
  }
  .ads-form-middle-top {
    display: block;
    margin-bottom: 0.625rem;
  }
  .ads-form-middle-top__left-side {
    display: block;
    margin-bottom: 0.625rem;
  }
  .ads-form-middle-top__left-side > :not(:last-child) {
    margin: 0 0 0.5625rem;
    max-width: inherit;
  }
  .ads-form-middle-top__right-side {
    margin: 0;
    max-width: inherit;
  }
  .ads-form-middle-center {
    display: block;
    margin-bottom: 1.25rem;
  }
  .ads-form-middle-center__left-side {
    display: block;
    margin-bottom: 0.625rem;
  }
  .ads-form-middle-center__left-side > :not(:last-child) {
    margin: 0 0 0.625rem;
    max-width: inherit;
  }
  .ads-form-middle-center__right-side {
    display: block;
    max-width: inherit;
    margin: 0;
  }
  .ads-form-middle-bottom {
    margin-bottom: 3.125rem;
  }
  .ads-form-middle-hidden {
    display: block;
  }
  .ads-form-fieldset legend {
    margin-bottom: 0.3125rem;
  }
  .ads-form-fieldset.ads-form-fieldset_type_region
    .ads-form-fieldset__container {
    display: block;
    margin: 0 0 0.625rem;
  }
  .ads-form-fieldset.ads-form-fieldset_type_region
    .ads-form-fieldset__container
    > * {
    margin: 0;
  }
  .ads-form-fieldset.ads-form-fieldset_type_region
    .ads-form-fieldset__container
    > :not(:last-child) {
    margin: 0 0 0.625rem;
  }
  .ads-form-fieldset.ads-form-fieldset_type_price
    .ads-form-fieldset__container {
    display: block;
    margin: 0;
  }
  .ads-form-fieldset.ads-form-fieldset_type_price
    .ads-form-fieldset__container
    > * {
    margin: 0;
  }
  .ads-form-fieldset.ads-form-fieldset_type_price
    .ads-form-fieldset__container
    > :not(:last-child) {
    margin: 0 0 0.625rem;
  }
  .filter-input {
    padding: 0.625rem 0.75rem 0.625rem;
    height: 3.5rem;
  }
  .filter-input__label {
    line-height: 1;
  }
  .filter-input__field {
    font-size: 0.875rem;
  }
  .filter-input__mark {
    font-size: 1.375rem;
    bottom: 0.5625rem;
    right: 0.8125rem;
  }
  .filter-input__mark.filter-input__mark_size_sm {
    font-size: 1rem;
    right: 0.8125rem;
    bottom: 0.25rem;
  }
  .filter-input__mark.filter-input__mark_size_md {
    font-size: 1rem;
    right: 0.875rem;
  }
  .filter-input.filter-input_has_price-mark {
    padding: 0.625rem 2.1875rem 0.625rem 0.75rem;
  }
  .filter-input.filter-input_has_square-mark {
    padding: 0.625rem 2.5rem 0.625rem 0.75rem;
  }
  .filter-input.filter-input_has_year-mark {
    padding: 0.625rem 1.875rem 0.625rem 0.75rem;
  }
  .ads-content-tabs-controls__link {
    height: 3.5rem;
    font-size: 0.75rem;
  }
  .ads-list__container {
    padding-top: 4.6875rem;
    padding-bottom: 9.375rem;
  }
  .ads-list__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    padding: 0 1.25rem;
    margin-bottom: 3.3125rem;
  }
  .ads-list__inner-container {
    margin: 0 -0.9375rem;
  }
  .ads-list__inner-container > * {
    width: 100%;
    margin: 0;
  }
  .ads-list__pagination {
    padding-top: 3.125rem;
  }
  .ads-map__outer-container {
    height: 31.25rem;
  }
  .ads-map__list {
    left: 0.9375rem;
    bottom: 1.4375rem;
    max-height: 13.4375rem;
  }
  .ads-map__inner-list > :not(:last-child) {
    margin-right: 0.3125rem;
  }
  .ads-map__bottom {
    padding: 1.875rem 0.9375rem;
  }
  .ads-map__button {
    min-width: 18.0625rem;
  }
  .ads-map-item {
    padding: 0.75rem 0.875rem 0.6875rem;
    min-width: 18.125rem;
    height: 13.4375rem;
  }
  .ads-map-item__label {
    position: static;
    margin-bottom: 0.5625rem;
  }
  .ads-map-item__cat {
    font-size: 0.75rem;
    margin-bottom: 0.375rem;
  }
  .ads-map-item__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .ads-map-item__bottom {
    padding-top: 0.6875rem;
  }
  .ads-map-item__price {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .ads-map-item__desc {
    font-size: 0.75rem;
  }
  .ads-map-item__photo {
    bottom: 0.1875rem;
    right: 0;
  }
  .ads-filter-btn__icon {
    font-size: 1.125rem;
  }
  .ads-filter-btn__text {
    font-size: 0.75rem;
  }
  .banner-top__container {
    padding-top: 1.5625rem;
    padding-bottom: 4.75rem;
  }
  .banner-top__label {
    bottom: -0.625rem;
  }
  .banner-top__category {
    display: none;
  }
  .banner-top__title {
    font-size: 1.5rem;
  }
  .banner-bottom__container {
    padding-bottom: 4.375rem;
  }
  .banner-info {
    padding-top: 1.625rem;
    margin-bottom: 1.875rem;
  }
  .banner-info__item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .banner-info__item_lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-info__value {
    font-size: 1.25rem;
  }
  .banner-info__value strong {
    font-size: 1.25rem;
    font-weight: 500;
  }
  .banner-info__desc span {
    display: none;
  }
  .banner-info__desc::before {
    display: inline;
  }
  .nav-line {
    display: none;
  }
  .nav-line__container {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .banner-nav__container {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .back-page-link {
    font-size: 0.75rem;
  }
  .back-page-link__icon {
    height: 1.5625rem;
    width: 1.5625rem;
    margin-right: 0.4375rem;
  }
  .back-page-link__icon i {
    font-size: 0.9375rem;
  }
  .credit-calc__container {
    padding-top: 2.9375rem;
  }
  .credit-calc-header__left {
    padding-bottom: 1.25rem;
  }
  .credit-calc-header__title {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .credit-calc-header__desc {
    display: none;
  }
  .credit-calc-nav-label {
    margin-bottom: 0.75rem;
  }
  .credit-calc-nav {
    overflow-y: hidden;
    overflow-x: scroll;
    margin-right: -0.9375rem;
  }
  .credit-calc-nav__link {
    font-size: 0.875rem;
    height: 2.5rem;
    padding: 0 1.25rem;
    min-width: 13.4375rem;
  }
  .credit-calc-fields {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .credit-calc-field {
    padding-bottom: 1.5625rem;
  }
  .credit-calc-options {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    border-bottom: 0.0625rem solid #ededed;
    padding-bottom: 1.3125rem;
  }
  .credit-calc-options__checkboxes {
    display: block;
    padding-top: 0.8125rem;
    padding-bottom: 0.9375rem;
    border: 0;
  }
  .credit-calc-options__checkbox:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.5625rem;
  }
  .credit-calc-payment {
    font-size: 1.125rem;
  }
  .credit-calc-payment > span {
    font-size: 1.75rem;
    display: block;
    margin-top: 0.5625rem;
  }
  .credit-calc-footer {
    padding-top: 1.375rem;
  }
  .credit-calc-footer__inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .credit-calc-footer__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18.125rem;
    flex: 0 1 18.125rem;
    max-width: 18.125rem;
  }
  .credit-calc-footer__btn-docs {
    display: none;
  }
  .credit-calc-footer__desc {
    margin-bottom: 1rem;
    max-width: 14.375rem;
  }
  .credit-calc-info {
    padding-top: 0.625rem;
  }
  .credit-tabs-nav {
    padding: 1.9375rem 0 0;
    margin-right: -0.9375rem;
  }
  .credit-tabs-nav__link {
    font-size: 0.75rem;
    padding-bottom: 1.5625rem;
  }
  .credit-tabs-nav__link:not(:last-child) {
    margin-right: 1.75rem;
  }
  .credit-data__inner {
    padding-top: 2.8125rem;
    padding-bottom: 3.5625rem;
  }
  .credit-data__text {
    font-size: 0.875rem;
    line-height: 1.58;
    margin-bottom: 2.25rem;
  }
  .credit-data__text br {
    display: none;
  }
  .credit-data__important-text {
    margin-top: 2.375rem;
  }
  .credit-data-table tr {
    display: block;
    width: 100%;
  }
  .credit-data-table tr:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .credit-data-table tr:first-child td:first-child {
    width: 60%;
  }
  .credit-data-table tr:not(:first-child) td:first-child {
    padding: 1.25rem 0 0.5625rem 0;
  }
  .credit-data-table tr:not(:first-child) td:nth-child(2) {
    padding: 0 0 1.3125rem 0;
  }
  .credit-data-table tr td {
    padding: 1.4375rem 0;
  }
  .credit-data-table tr td:first-child {
    width: 100%;
    display: block;
    font-size: 1rem;
    font-weight: 500;
  }
  .credit-data-table tr td:nth-child(2) {
    font-size: 0.875rem;
    font-weight: 400;
  }
  .credit-advantages__inner {
    padding-bottom: 3.125rem;
  }
  .credit-advantages__slider-wrap {
    margin-top: 2.8125rem;
  }
  .credit-advantages .credit-content-header__subtitle {
    display: none;
  }
  .credit-advantage__icon {
    height: 4.8125rem;
    width: 4.8125rem;
    margin-bottom: 1.0625rem;
  }
  .credit-advantage__icon svg {
    height: 1.875rem;
  }
  .credit-advantage__title {
    font-size: 1rem;
  }
  .credit-advantages-nav {
    padding-top: 1.125rem;
  }
  .credit-advantages-nav__prev,
  .credit-advantages-nav__next {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 2.9375rem;
    width: 2.9375rem;
    margin: 0 0.125rem;
  }
  .credit-content-header__title {
    font-size: 1.5rem;
  }
  .credit-content-header__title_size_small {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
  .credit-content-header__subtitle {
    font-size: 0.875rem;
  }
  .credit-conditions__inner {
    padding-top: 3.625rem;
  }
  .credit-conditions-list {
    margin-top: 2.625rem;
  }
  .credit-conditions-item {
    padding-bottom: 2.375rem;
  }
  .credit-conditions-item__right {
    position: static;
  }
  .credit-conditions-item__title {
    font-size: 1.125rem;
    position: static;
    margin-bottom: 0.9375rem;
  }
  .credit-conditions-item__title br {
    display: none;
  }
  .credit-conditions-item__text p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }
  .credit-conditions-item__text ul li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .credit-conditions-item__text ul li::before {
    margin-right: 0.9375rem;
  }
  .credit-conditions-item__text ul li:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .credit-conditions-warning {
    font-size: 0.75rem;
    margin-top: -0.625rem;
  }
  .credit-docs__inner {
    padding-top: 0.3125rem;
    padding-bottom: 2.1875rem;
  }
  .credit-docs__info-text {
    margin-top: 0.625rem;
  }
  .credit-docs-item {
    padding-bottom: 1.375rem;
    margin-bottom: 1.625rem;
  }
  .credit-docs-item:last-child {
    padding-bottom: 1.4375rem;
  }
  .credit-docs-item__icon {
    margin-right: 0.8125rem;
  }
  .credit-ways__inner {
    padding-top: 3.625rem;
    padding-bottom: 2.375rem;
  }
  .credit-ways-list {
    margin-top: 2rem;
  }
  .credit-ways-item__text {
    padding-left: 0.0625rem;
    padding-top: 0.0625rem;
    margin-bottom: 0.75rem;
  }
  .credit-ways-item-title__icon {
    width: 3.5625rem;
    height: 3.5625rem;
    margin-right: 1.0625rem;
  }
  .credit-ways-item-title__icon .icon-terminal {
    font-size: 2.125rem;
  }
  .credit-ways-item-title__icon .icon-phone-sms {
    font-size: 2.1875rem;
  }
  .credit-ways-item-title__icon .icon-kasses {
    font-size: 2.1875rem;
  }
  .credit-ways-item-title__icon .icon-partners {
    font-size: 2.0625rem;
    top: 0.0625rem;
  }
  .credit-ways-item-title__text {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
  .credit-apps {
    margin-top: 1.25rem;
    padding-left: 0.125rem;
  }
  .credit-app__icon {
    height: 2.875rem;
    width: 2.875rem;
    margin-right: 1.1875rem;
  }
  .credit-faq__inner {
    padding-top: 3.4375rem;
    padding-bottom: 3.125rem;
  }
  .credit-faq-item__title {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0;
    margin: 1.5rem 0;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .credit-faq-item__title::after {
    margin-left: 0.625rem;
    height: 2.125rem;
    width: 2.125rem;
  }
  .credit-faq-item__text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .credit-faq-footer {
    padding-top: 3.125rem;
  }
  .tenge-coin__icon {
    height: 2.125rem;
    width: 2.125rem;
    margin-right: 0.625rem;
  }
  .tenge-coin__text {
    font-size: 0.875rem;
  }
  .credit-registration::before {
    top: 4.4375rem;
  }
  .credit-registration__container {
    padding-top: 4.4375rem;
  }
  .credit-registration__inner {
    padding: 3.4375rem 0 2.1875rem;
  }
  .credit-registration .credit-content-header__title {
    max-width: 12.5rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6875rem;
  }
  .credit-steps {
    margin-top: 2.625rem;
  }
  .credit-step__amount {
    height: 2.8125rem;
    width: 2.8125rem;
  }
  .credit-step__amount .icon-get-money {
    font-size: 2.1875rem;
  }
  .credit-step__title {
    font-size: 1rem;
  }
  .credit-step__text {
    font-size: 0.75rem;
  }
  .credit-order__inner {
    padding-top: 2.4375rem;
  }
  .credit-order .credit-content-header__subtitle {
    display: none;
  }
  .credit-form {
    margin-top: 2.1875rem;
  }
  .credit-form__select {
    margin-bottom: 1.5625rem;
  }
  .credit-form__field {
    margin-bottom: 0.4375rem;
  }
  .credit-form__field .field__mark {
    font-size: 1.5rem;
    right: 0.8125rem;
    bottom: 0.8125rem;
  }
  .credit-form__field span {
    padding: 2.0625rem 1rem 0.6875rem;
  }
  .credit-form__add-phone {
    margin-top: 1.25rem;
  }
  .credit-form__agree {
    margin-top: 1.25rem;
  }
  .credit-form__agree .agree__text {
    padding-left: 2.3125rem;
  }
  .credit-form__agree .agree__text::before {
    height: 1.4375rem;
    width: 1.4375rem;
  }
  .credit-form__proposal {
    margin-top: 1.875rem;
  }
  .credit-form__footer {
    padding-top: 1.5625rem;
  }
  .proposal-time__title {
    font-size: 1.25rem;
    margin-bottom: 0.8em;
  }
  .proposal-time__choose {
    display: block;
    text-align: left;
  }
  .proposal-time__label {
    margin-bottom: 0.625rem;
  }
  .proposal-time__btn {
    font-size: 0.8125rem;
  }
  .other-credits {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }
  .other-credits__title {
    margin-bottom: 1.75rem;
  }
  .city-choose-top__container {
    padding-top: 4rem;
    padding-bottom: 1.3125rem;
  }
  .city-choose-top__close {
    height: 2.375rem;
    width: 2.375rem;
    top: 0.4375rem;
    right: 0.6875rem;
  }
  .city-choose-top__close:hover {
    border-width: 1.1875rem;
  }
  .city-choose-top__title {
    font-size: 1.375rem;
  }
  .city-choose-top__city {
    font-size: 0.75rem;
    position: absolute;
    left: 0.9375rem;
    top: 1.125rem;
  }
  .city-choose-main__container {
    padding-top: 1.3125rem;
    padding-bottom: 3.125rem;
  }
  .city-choose-main__list {
    padding-left: 3.25rem;
  }
  .city-choose-link__icon {
    width: 1.25rem;
    padding: 0.3125rem 0 0.375rem;
  }
  .city-choose-link__text {
    -webkit-transform: translateX(-1.25rem);
    -ms-transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
  }
  .search {
    top: 3.9375rem;
    overflow-y: visible;
    height: auto;
    z-index: 9998;
  }
  .search__in {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 4rem);
    padding-top: 1.6875rem;
    padding-bottom: 1.375rem;
  }
  .search__container {
    padding-bottom: 0;
    padding-top: 0;
  }
  .search__close {
    top: 0.375rem;
    right: 0.8rem;
    border: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: #fff;
    display: inline-block;
  }
  .search__close:hover {
    border-width: 0;
  }
  .search__close:hover .icon {
    color: #a7b5ca;
  }
  .search__close .icon {
    font-size: 1rem;
  }
  .search__submit {
    right: -0.75rem;
    top: 0;
  }
  .search__submit:hover .icon {
    color: #a7b5ca;
  }
  .search__submit:hover::before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .search__submit .icon {
    font-size: 1.625rem;
  }
  .search__faq {
    padding-top: 1.25rem;
  }
  .search-field span {
    font-size: 1.125rem;
    padding: 1rem 0;
  }
  .search-input {
    font-size: 1.125rem;
    height: 3.75rem;
  }
  .search-tags {
    padding-top: 3.25rem;
    padding-bottom: 1.5rem;
  }
  .search-tag {
    margin-bottom: 0.3125rem;
  }
  .top-line {
    display: none;
  }
  .top-line__login {
    margin-right: 1.1875rem;
  }
  .search-link {
    padding: 0 1rem 0 0;
  }
  .search-link .icon {
    font-size: 1rem;
  }
  .location__icon .icon {
    font-size: 1rem;
  }
  .top-menu {
    display: none;
  }
  .login-link__icon {
    margin-right: 0;
  }
  .login-link__text {
    display: none;
  }
  .lang__label {
    padding-right: 0.9375rem;
  }
  .lang__label::before {
    top: 0.125rem;
    color: #ff006d;
  }
  .header.is-fixed .top-menu {
    display: none;
  }
  .logo {
    max-width: 9.0625rem;
  }
  .hamburger {
    margin-left: 1.25rem;
  }
  .ico-menu {
    width: 1.625rem;
    height: 1rem;
  }
  .ico-menu .bar {
    height: 0.125rem;
  }
  .ico-menu .bar:nth-child(2) {
    top: 0.4375rem;
  }
  .ico-menu .bar:nth-child(3) {
    top: 0.875rem;
  }
  .mob-menu {
    z-index: 9999;
  }
  .mob-menu__container {
    padding-top: 1rem;
  }
  .mob-menu__col {
    margin-bottom: 0;
  }
  .mob-menu__col_margin_negative {
    margin-top: 0;
  }
  .mob-menu-top {
    margin-bottom: 1.875rem;
  }
  .mob-menu-top__search-link {
    display: none;
  }
  .mob-menu-top__close {
    border: 0;
    padding: 0 0.4375rem 0 0;
    position: static;
    height: auto;
  }
  .mob-menu-top__close .icon {
    font-size: 1rem;
    display: block;
  }
  .mob-menu-top__nav-link {
    display: inline-block;
  }
  .mob-menu-tabs-control {
    overflow-x: scroll;
    margin-right: -0.9375rem;
    margin-bottom: 1rem;
  }
  .mob-menu-tabs-control__link {
    font-size: 1rem;
    padding-bottom: 0.875rem;
  }
  .mob-menu-tabs-control__link:not(:last-child) {
    margin-right: 2.5rem;
  }
  .mob-menu-apps {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .mob-menu-main {
    border: 0;
  }
  .mob-menu-faq {
    border-bottom: 0.0625rem solid #f1f1f1;
    padding-bottom: 1.875rem;
  }
  .mob-menu-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sub-menu-title {
    font-size: 1rem;
    padding: 1.125rem 0;
    border-bottom: 0.0625rem solid #f1f1f1;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
  }
  .sub-menu-title::after {
    display: inline-block;
  }
  .sub-menu-title__icon {
    margin-right: 0;
    width: 3.125rem;
  }
  .sub-menu-title__icon .icon {
    font-size: 1.375rem;
  }
  .sub-menu-title__icon .icon.icon-other {
    font-size: 0.25rem;
  }
  .sub-menu-title__icon .icon-e-bank {
    font-size: 1.5625rem;
  }
  .sub-menu-title__icon .icon-money-send {
    font-size: 1.5625rem;
  }
  .sub-menu-title__icon .icon-docs {
    font-size: 1.625rem;
  }
  .sub-menu-title__icon .icon-career {
    font-size: 1.625rem;
  }
  .sub-menu-title__icon .icon-contact {
    font-size: 1.625rem;
  }
  .sub-menu-title__icon .icon-eqviring {
    font-size: 1.75rem;
  }
  .eura-pay__title {
    font-size: 1.625rem;
    line-height: 1.1;
  }
  .sub-menu-info {
    height: 3.875rem;
    margin: 0;
    border-bottom: 0.0625rem solid #f1f1f1;
  }
  .sub-menu-info__icon {
    height: auto;
    width: 3.125rem;
    background: 0 0;
    border-radius: 0;
    margin: 0;
  }
  .sub-menu-info__icon .icon {
    color: #a7b5ca;
    margin: 0;
  }
  .sub-menu-info__icon .icon-cast-action {
    font-size: 1.5625rem;
  }
  .sub-menu-info__icon .icon-car {
    font-size: 1.375rem;
  }
  .sub-menu-info__icon .icon-circle {
    font-size: 1.5625rem;
  }
  .sub-menu-info__text {
    font-size: 0.875rem;
    color: #03368f;
  }
  .sub-menu-info__text br {
    display: none;
  }
  .sub-menu-faq {
    display: none;
  }
  .sub-menu-toggle {
    padding-left: 1.5625rem;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    display: none;
  }
  .sub-menu-nav__link {
    padding-left: 1.6875rem;
    position: relative;
  }
  .sub-menu-nav__link::before {
    display: inline-block;
  }
  .sub-menu-nav__link:not(:last-child) {
    margin-bottom: 0.875rem;
  }
  .header-slider__prev {
    left: 0.625rem;
  }
  .header-slider__next {
    right: 0.625rem;
  }
  .header-slider__dots {
    bottom: -2.6875rem;
  }
  .header-slide__content {
    padding-top: 2.25rem;
    padding-bottom: 16.25rem;
  }
  .header-slide__title {
    font-size: 1.625rem;
  }
  .header-slide__desc {
    font-size: 0.875rem;
  }
  .header-slide__desc br {
    display: none;
  }
  .header-slide__cta {
    bottom: 1.5625rem;
  }
  .header-slide__credit {
    max-width: 18.125rem;
  }
  .header-slide__img {
    max-width: 18.125rem;
    right: calc(50% - 9.375rem);
    max-height: 16.25rem;
  }
  .main-services {
    padding-top: 3.3125rem;
  }
  .main-services__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    min-height: 4.875rem;
    border: 0;
    padding: 1.125rem 1.0625rem 1rem;
  }
  .main-services__item:first-child {
    border-radius: 1.25rem 0.3125rem 0 0;
  }
  .main-services__item:nth-child(2) {
    border-left: 0.0625rem solid #ededed;
    border-bottom: none;
  }
  .main-services__item:last-child {
    border-radius: 0 0 1.25rem 0.3125rem;
  }
  .main-services__title {
    font-size: 1rem;
    max-width: 40%;
  }
  .main-services__desc {
    display: none;
  }
  .main-services__icon {
    font-size: 1.875rem;
    right: 1.25rem;
    bottom: 1.25rem;
  }
  .promo-cards__container {
    padding-top: 3.75rem;
  }
  .promo-cards__inner {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .promo-cards__left {
    border-radius: 0;
  }
  .promo-cards__right {
    padding: 1.4375rem 0.9375rem 1.375rem;
  }
  .promo-cards__title {
    font-size: 1.125rem;
    margin-bottom: 1.4375rem;
  }
  .promo-card {
    padding: 1.6875rem 0 0;
  }
  .promo-card__category {
    font-size: 0.75rem;
    margin-bottom: 0.8125rem;
    text-align: center;
  }
  .promo-card__title {
    font-size: 1.375rem;
    max-width: 100%;
    margin-bottom: 1.125rem;
    text-align: center;
  }
  .promo-card__title br {
    display: block;
  }
  .promo-card__desc {
    font-size: 0.875rem;
    max-width: 100%;
    margin-bottom: 8.875rem;
    text-align: center;
  }
  .promo-card__desc br {
    display: block;
  }
  .promo-card__img {
    top: 14.375rem;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 11.625rem;
    width: 100%;
  }
  .promo-card__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 1.625rem 0.9375rem 1.4375rem;
  }
  .promo-card-info:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.0625rem;
  }
  .promo-card-info:not(:nth-child(2n)) {
    margin-right: 4.0625rem;
  }
  .promo-card-info__percent {
    font-size: 1.75rem;
    margin-bottom: 0.125rem;
  }
  .promo-card-info__desc {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .promo-cards-form__bottom {
    padding-top: 2.1875rem;
  }
  .promo-cards-form__agree {
    margin-top: 1.5rem;
  }
  .promo-cards-form__submit {
    margin-bottom: 1.1875rem;
  }
  .promo-cards-form__more-link {
    font-size: 1rem;
  }
  .promo-deposits__inner {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .promo-deposits__left {
    border-radius: 0;
  }
  .promo-deposits__right {
    padding: 2.125rem 0.9375rem 1.125rem;
    border-radius: 0;
  }
  .promo-deposits__title {
    font-size: 1.125rem;
    margin-bottom: 0.375rem;
  }
  .promo-deposit {
    padding: 1.5625rem 0 2rem 0.9375rem;
    min-height: 20.8125rem;
  }
  .promo-deposit__category {
    font-size: 0.75rem;
    margin-bottom: 0.8125rem;
  }
  .promo-deposit__title {
    font-size: 1.375rem;
  }
  .promo-deposit__desc {
    display: none;
  }
  .promo-deposit__bottom {
    margin-top: auto;
  }
  .promo-deposit-info:not(:last-child) {
    margin-right: 2.1875rem;
  }
  .promo-deposit-info__value {
    font-size: 1.625rem;
  }
  .promo-deposit-info__value span {
    font-size: 1.25rem;
  }
  .promo-deposit-info__desc {
    font-size: 0.75rem;
  }
  .calculator-nav {
    margin-bottom: 2.4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .calculator-nav__label {
    font-size: 0.75rem;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
  .calculator-row {
    display: block;
  }
  .calculator-row:not(:last-child) {
    margin-bottom: 1rem;
  }
  .calculator-row__field {
    max-width: 100%;
  }
  .calculator-field {
    max-width: 100%;
  }
  .calculator-field__mark {
    font-size: 1rem;
    right: 0.8125rem;
    bottom: 1.375rem;
  }
  .calculator-field__mark_lg {
    font-size: 1.375rem;
  }
  .calculator-input {
    font-size: 1.125rem;
  }
  .calculator-summary {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 1.125rem;
  }
  .calculator-summary__label {
    margin-bottom: 0;
    margin-right: 0.1875rem;
  }
  .calculator-summary__value {
    font-size: 1.125rem;
  }
  .promo-deposits-form__bottom {
    padding: 0;
  }
  .promo-deposits-form__agree {
    padding-left: 0;
    margin-top: 1.75rem;
    margin-bottom: 1.6875rem;
  }
  .promo-deposits-form__agree .agree__text {
    font-size: 0.75rem;
  }
  .promo-deposits-form__submit {
    margin-bottom: 1.3125rem;
  }
  .promo-deposits-form__link {
    font-size: 0.875rem;
  }
  .promo-block {
    left: auto;
    right: 0;
    top: 0;
    width: 15.8125rem;
    border-top: none;
    border-left: 0.0625rem solid #e7e8e9;
    padding: 0 0.875rem;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .promo-block__container {
    padding-top: 1.5625rem;
  }
  .promo-block__close {
    right: 0.0625rem;
    top: 1.5625rem;
  }
  .promo-block__close .icon {
    font-size: 0.875rem;
  }
  .promo-block__img {
    position: relative;
    max-width: 9.375rem;
    margin: 0 auto 1.625rem;
    top: 0;
  }
  .promo-block__title {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .promo-block-list {
    display: block;
    padding-right: 0;
    padding-bottom: 2.5rem;
  }
  .promo-block-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .promo-block-list__item:not(:last-child) {
    margin-bottom: 1.0625rem;
  }
  .promo-block-list__percent {
    font-size: 1.375rem;
    margin-right: 0;
    width: 3.125rem;
  }
  .promo-block-list__text {
    line-height: 1.3;
  }
  .index-popular-slider .slick-track {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .index-popular {
    padding-bottom: 3.875rem;
  }
  .index-popular__title {
    margin-bottom: 1.6875rem;
  }
  .index-popular__slide {
    margin: 0 0.25rem 0.9375rem;
  }
  .index-popular__slide:not(.slick-active):not(.slick-current):not(
      .slick-center
    ) {
    opacity: 0.3;
  }
  .index-popular__arrows {
    padding-top: 1.125rem;
  }
  .index-popular-slider::after {
    opacity: 1 !important;
    width: 20%;
  }
  .index-popular-slider::before {
    opacity: 1 !important;
    width: 20%;
  }
  .index-popular-item {
    max-width: 18.125rem;
  }
  .index-popular-item__top {
    padding: 1rem 1.125rem 3.3125rem;
    height: 12.5rem;
  }
  .index-popular-item__title {
    font-size: 1.375rem;
  }
  .index-popular-item__category {
    font-size: 0.75rem;
  }
  .index-popular-item__bottom {
    padding: 0 1.25rem 0.9375rem;
  }
  .index-popular-item__tag {
    font-size: 0.75rem;
    padding-bottom: 0.1875rem;
    padding-top: 0.8125rem;
    background: 0 0;
  }
  .index-popular-item__text {
    font-size: 0.875rem;
  }
  .index-popular-item__amount {
    font-size: 1.5rem;
  }
  .index-popular-item__amount small {
    font-size: 1.125rem;
  }
  .index-popular-item__date {
    font-size: 0.875rem;
    padding-left: 1.5625rem;
    margin-top: 0.75rem;
  }
  .index-popular-item__btn {
    margin-bottom: 0.625rem;
  }
  .index-popular-item__more {
    font-size: 0.75rem;
  }
  .index-services__container {
    padding-bottom: 0.3125rem;
  }
  .index-services__promo {
    height: 30rem;
    border-radius: 0;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .index-services__list {
    display: block;
    margin: 0 -0.5rem;
  }
  .promo-slider__slide {
    padding: 2rem 0.9375rem 5.625rem;
    text-align: center;
  }
  .promo-slider__title {
    font-size: 1.375rem;
    max-width: 20rem;
    margin-bottom: 0.6875rem;
  }
  .promo-slider__desc {
    font-size: 0.875rem;
    max-width: 20rem;
  }
  .promo-slider__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.9375rem 1.125rem;
  }
  .promo-slider__dots {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .promo-slider__btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .index-services-item {
    padding: 1.5625rem 1.125rem 1.375rem 1.6875rem;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
  .index-services-item:not(:last-child) {
    margin-bottom: 0.4375rem;
  }
  .index-services-item__icon {
    height: 2.375rem;
    margin-left: -0.25rem;
    margin-bottom: 0.9375rem;
  }
  .index-services-item__title {
    font-size: 1.125rem;
    margin-bottom: 0.3125rem;
  }
  .index-services-item__desc {
    display: none;
  }
  .index-services-item__link {
    font-size: 0.75rem;
  }
  .index-services-item__link::after {
    height: 5rem;
    width: 5rem;
  }
  .index-services-item__link-icon .icon {
    font-size: 0.5625rem;
  }
  .courses {
    background-color: #fff;
  }
  .courses__inner {
    padding: 2.4375rem 0 3.0625rem 0;
  }
  .courses__header-in {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .courses__header-in {
    margin-bottom: 1.25rem;
  }
  .courses__title {
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
  }
  .courses__date {
    font-size: 0.75rem;
  }
  .courses__date::before {
    height: 1.0625rem;
    width: 1.0625rem;
  }
  .courses__bottom {
    padding-top: 2rem;
  }
  .courses__info {
    font-size: 0.625rem;
  }
  .courses__info br {
    display: none;
  }
  .courses__find-btn {
    max-width: 11.875rem;
    font-size: 0.75rem;
    margin-bottom: 2.1875rem;
  }
  .courses-nav {
    overflow-x: scroll;
    margin-right: -0.9375rem;
  }
  .courses-nav__link {
    font-size: 0.75rem;
    height: 2.4375rem;
    line-height: 2.3125rem;
    padding: 0 1.1875rem;
  }
  .courses-sale:not(:last-child) {
    margin-bottom: 2.25rem;
  }
  .courses-sale__title {
    font-size: 1rem;
  }
  .courses-table {
    padding: 1rem 0;
  }
  .courses-table tr:nth-child(1) td {
    font-size: 0.875rem;
  }
  .courses-table tr:nth-child(2) td {
    display: none;
  }
  .courses-table td span:not(.currency) {
    margin-left: 0;
  }
  .courses-table td span.currency {
    display: block;
  }
  .index-actions__container {
    padding-top: 3.5625rem;
    padding-bottom: 4.3125rem;
  }
  .index-actions__inner-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index-actions__wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-right: 0;
  }
  .index-actions__list .slick-list {
    margin: 0 -0.9375rem 0 0;
  }
  .index-actions__publication {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .index-actions__publication-list {
    border-radius: 1.5625rem 0.625rem 1.5625rem 0.625rem;
  }
  .index-actions__publication-bottom {
    padding-top: 1.0625rem;
    margin-bottom: 0.25rem;
  }
  .index-actions__bottom {
    padding-top: 1rem;
  }
  .index-actions__news-link {
    font-size: 0.75rem;
  }
  .index-actions__publication-link {
    font-size: 0.75rem;
  }
  .index-actions-item {
    max-width: 15.1875rem;
    margin-right: 0.3125rem;
  }
  .index-actions-item__main {
    padding: 1rem 1.125rem 2.0625rem;
  }
  .index-actions-item__info {
    margin-bottom: 1.3125rem;
  }
  .index-actions-item__category {
    font-size: 0.75rem;
  }
  .index-actions-item__date {
    font-size: 0.625rem;
  }
  .index-actions-item__title {
    font-size: 1rem;
    line-height: 1.5;
  }
  .index-actions-item__img {
    height: 10rem;
  }
  .index-publication-item {
    border-radius: 1.5625rem 0.625rem 1.5625rem 0.625rem;
  }
  .index-publication-item__main {
    padding: 0.875rem 1.125rem 2.5rem;
  }
  .index-publication-item__category {
    font-size: 0.75rem;
    margin-bottom: 1.4375rem;
  }
  .index-publication-item__title {
    font-size: 1.375rem;
  }
  .index-publication-item__img {
    height: 10.1875rem;
  }
  .internet-banking__container {
    padding-bottom: 4.375rem;
  }
  .internet-banking__inner {
    display: block;
  }
  .internet-banking__left {
    max-width: 100%;
  }
  .internet-banking__right {
    padding: 0 1.875rem 2.125rem 1.5rem;
  }
  .slider-banking__title {
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.3;
  }
  .slider-banking__img {
    padding: 4.1875rem 1.875rem 3.75rem;
  }
  .slider-banking__dots {
    bottom: 0.1875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .block-label {
    height: 1.5rem;
    padding: 0 0.6875rem;
  }
  .footer__title {
    border-bottom: 0.0625rem solid #ededed;
    padding-bottom: 0.9375rem;
    margin-bottom: 0.625rem;
    cursor: pointer;
    position: relative;
  }
  .footer__title::after {
    opacity: 1;
  }
  .footer__col {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .footer__contacts {
    padding-top: 1.875rem;
  }
  .footer-top__container {
    padding-top: 1.5rem;
  }
  .footer-top__nav {
    display: none;
  }
  .footer-top__link {
    margin: 0;
  }
  .footer-menu {
    display: none;
    margin-bottom: 1rem;
  }
  .footer-menu__item:not(:last-child) {
    margin-bottom: 0.25rem;
  }
  .footer-menu__link {
    font-size: 0.75rem;
  }
  .footer-main__container {
    padding-top: 2.3125rem;
    padding-bottom: 2.5rem;
  }
  .footer-bottom__container {
    padding-top: 1.5625rem;
  }
  .footer-bottom__inner-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
  .social {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 2.5rem;
  }
  .social__link .icon {
    font-size: 0.9375rem;
  }
  .social__link_vk .icon {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .credits-computation .scrollbar-inner > .scroll-element.scroll-y {
    width: 0.1875rem;
    right: 0;
  }
  .sr-form__submit_size_md {
    width: 100%;
    max-width: 18.125rem;
    margin: 0 auto;
  }
  .exchange-table__right-side_large .exchange-table__value {
    width: 100%;
  }
  .exchange-table__right-side_large .exchange-table__diff {
    top: 0;
  }
  .exchange-table__right-side_large .exchange-table__direction {
    top: 0;
  }
  .index-popular-slider::after {
    display: none;
  }
  .index-popular-slider::before {
    display: none;
  }
}
@media only screen and (max-width: 91.25rem) {
  .index-popular-slider::after {
    opacity: 0;
  }
  .index-popular-slider::before {
    opacity: 0;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media all and (max-width: 56.25rem) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}
@media only screen and (max-width: 80rem) {
  .proposal-time__title {
    font-size: 1.875rem;
  }
  .proposal-time__title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 30rem) {
  * {
    -webkit-text-size-adjust: none;
  }
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
