/*==========  Mobile First  ==========*/

/*==========  Desktop First  ==========*/

/* --------------- Style to null --------------- */

* {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
a,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

a {
  background: transparent;
}

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

td,
td img {
  vertical-align: top;
}

input,
select,
button,
textarea {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

input[type="text"],
input[type="password"],
textarea,
input[type="email"],
input[type="phone"],
input[type="number"] {
  font: 12px Arial, Helvetica, sans-serif;
  padding: 0;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

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

ul,
ol {
  list-style: none;
}

html {
  overflow-y: auto;
  overflow-x: auto;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  color: #000;
  text-align: left;
  z-index: 1;
  position: relative;
}

input [type='text'] {
  padding: 0;
}

textarea {
  resize: none;
  overflow: auto;
}

label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button,
input[type="text"],
input[type="password"],
textarea,
input[type="email"],
input[type="tel"],
input[type="phone"],
input[type="number"] {
  -webkit-appearance: none;
}

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

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:invalid {
  outline: none;
  -moz-box-shadow: none;
  border: none;
}

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

input,
textarea,
input[type="search"]:focus,
:focus {
  outline: none;
}

/* --------------- Style to null --------------- */

.section-margin {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media (min-width: 1024px) {
  .section-margin {
    margin-top: 112px;
    margin-bottom: 112px;
  }
}

.hidden {
  display: none;
  opacity: 0;
}

@font-face {
  font-family: 'Amalia-Bold';
  src: url("/fonts/Amalia-Bold.woff") format("woff");
  font-display: auto;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Amalia-Light';
  src: url("/fonts/Amalia-Light.woff") format("woff");
  font-display: auto;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Amalia-Medium';
  src: url("/fonts/Amalia-Medium.woff") format("woff");
  font-display: auto;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Amalia-Regular';
  src: url("/fonts/Amalia-Regular.woff") format("woff");
  font-display: auto;
  font-weight: normal;
  font-style: normal;
}

.site {
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-width: 320px;
  min-height: 100%;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.site__centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 1152px;
  padding: 0 16px;
}

.site__title {
  color: #000;
}

.site__title_centered {
  text-align: center;
}

.site__title_big {
  margin-bottom: 8px;
  font-family: 'Amalia-Bold', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
}

.site__title_medium {
  margin-bottom: 8px;
  font-family: 'Amalia-Bold', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 32px;
  line-height: 44px;
}

.site__title_small {
  margin-bottom: 23px;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
}

.site__title_with-elements {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

.site__title_with-elements h2,
.site__title_with-elements h3,
.site__title_with-elements h4,
.site__title_with-elements h5,
.site__title_with-elements h6 {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.site__title-btns {
  position: relative;
  top: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.site__title-btns .btn-icon {
  display: inline-block;
  margin-right: 15px;
}

.site__title-btns .btn-icon:last-child {
  margin-right: 0;
}

.site__more-link {
  position: relative;
  margin-right: 34px;
  margin-top: 4px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.site__more-link:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -34px;
  width: 24px;
  height: 24px;
  background-image: url("/img/universal/svg/arrow_black-right.svg");
  transition: right 0.15s ease-in-out;
}

.site__more-link:hover:after {
  right: -38px;
}

@media (max-width: 767px) {
  .wm-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sm-only {
    display: none;
  }
}

@media (max-width: 1023px) {
  .lm-only {
    display: none;
  }
}

@media (min-width: 1024px) {
  .site:after {
    display: block;
    width: 100%;
    height: 477px;
    clear: both;
    content: '';
  }

  .site__title {
    color: #000;
  }

  .site__title_big {
    margin-bottom: 16px;
    font-size: 64px;
    line-height: 76px;
  }

  .site__title_medium {
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 56px;
  }

  .site__title_small {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 48px;
  }

  .site__more-link {
    margin-top: -2px;
    margin-right: 32px;
    font-size: 18px;
    line-height: 28px;
  }

  .tm-only {
    display: none;
  }
}

.responsive-embed {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.responsive-embed > * {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.picture-desctop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .picture-desctop {
    display: block;
  }
}

.picture-mobile {
  display: block;
}

@media screen and (min-width: 1024px) {
  .picture-mobile {
    display: none;
  }
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1152px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

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

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

@media (min-width: 768px) {
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.rangeSlider,
.rangeSlider__fill {
  display: block;
  height: 4px;
  width: 100%;
  background: #CDCDCD;
}

.rangeSlider {
  position: relative;
}

.rangeSlider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeSlider__fill {
  background: #000000;
  position: absolute;
  top: 0;
}

.rangeSlider__handle {
  background: #FFF000;
  border: 3px solid #000000;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -6px;
  border-radius: 50%;
}

.rangeSlider__handle:after {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  content: '';
}

input[type="range"]:focus + .rangeSlider .rangeSlider__handle {
  box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
}

.rangeSlider__buffer {
  position: absolute;
  top: 2px;
  height: 4px;
  background: #2c3e50;
  border-radius: 2px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

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

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

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

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

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

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

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

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

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

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

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

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

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

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

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

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

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

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

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

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

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

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

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

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

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

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

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

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

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

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

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

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

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

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

.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: #000;
  position: absolute;
  width: 15.625em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid grey;
  border-radius: .26392em;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
}

.qs-datepicker-container * {
  box-sizing: border-box;
}

.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qs-hidden {
  display: none;
}

.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: .5em;
  z-index: 1;
  opacity: 1;
  transition: opacity .3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}

.qs-overlay .qs-overlay-year {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: .875em;
  padding: .25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.qs-overlay .qs-close {
  padding: .5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: .26392em;
  padding: .5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}

.qs-overlay .qs-submit.qs-disabled {
  color: grey;
  border-color: grey;
  cursor: not-allowed;
}

.qs-overlay .qs-overlay-month-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.qs-overlay .qs-overlay-month {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% / 3);
  cursor: pointer;
  opacity: .5;
  transition: opacity .15s;
}

.qs-overlay .qs-overlay-month.active,
.qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-controls {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #d3d3d3;
  filter: blur(0);
  transition: filter .3s;
}

.qs-controls.qs-blur {
  filter: blur(5px);
}

.qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: .26392em;
  transition: background .15s;
}

.qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}

.qs-arrow:hover.qs-left:after {
  border-right-color: #000;
}

.qs-arrow:hover.qs-right:after {
  border-left-color: #000;
}

.qs-arrow:after {
  content: "";
  border: 0.39062em solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  transition: border .2s;
}

.qs-arrow.qs-left:after {
  border-right-color: grey;
  right: 50%;
  transform: translate(25%, -50%);
}

.qs-arrow.qs-right:after {
  border-left-color: grey;
  left: 50%;
  transform: translate(-25%, -50%);
}

.qs-month-year {
  font-weight: 700;
  transition: border .2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

.qs-month-year:hover {
  border-bottom: 1px solid grey;
}

.qs-month-year:active:focus,
.qs-month-year:focus {
  outline: none;
}

.qs-month {
  padding-right: .5ex;
}

.qs-year {
  padding-left: .5ex;
}

.qs-squares {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .3125em;
  filter: blur(0);
  transition: filter .3s;
}

.qs-squares.qs-blur {
  filter: blur(5px);
}

.qs-square {
  width: calc(100% / 7);
  height: 1.5625em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  transition: background .1s;
  border-radius: .26392em;
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange;
}

.qs-current {
  font-weight: 700;
  text-decoration: underline;
}

.qs-active,
.qs-range-end,
.qs-range-start {
  background: #add8e6;
}

.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-range-middle {
  background: #d4ebf2;
}

.qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
  border-radius: 0;
}

.qs-range-middle.qs-range-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-range-end:not(.qs-range-0),
.qs-range-middle.qs-range-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-disabled,
.qs-outside-current-month {
  opacity: .2;
}

.qs-disabled {
  cursor: not-allowed;
}

.qs-day,
.qs-empty {
  cursor: default;
}

.qs-day {
  font-weight: 700;
  color: grey;
}

.qs-event {
  position: relative;
}

.qs-event:after {
  content: "";
  position: absolute;
  width: .46875em;
  height: .46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}

.menu {
  transform: translate(-100%, 0);
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 112px 16px 16px 42px;
  background: #fff000;
  line-height: 1;
  transition: transform 0.15s ease-in-out;
}

.menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}

.menu__list-mobile {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 24px 0;
}

.menu__list-mobile a {
  margin-bottom: 20px;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #2B2D33;
}

.menu__list-mobile:before {
  position: absolute;
  height: 1px;
  top: 0;
  right: -16px;
  left: -42px;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.menu__item {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  position: relative;
  z-index: auto;
  margin-bottom: 36px;
  font-size: 18px;
  text-align: left;
  color: #000;
}

.menu__item.active {
  cursor: default;
}

.menu.opened {
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
  .menu {
    position: static;
    padding: 0;
    transform: translate(0, 0);
    background: transparent;
    text-align: center;
    width: auto;
    -ms-flex: 1 0;
        flex: 1 0;
  }

  .menu__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .menu__list-mobile {
    display: none;
  }

  .menu__item {
    display: inline-block;
    margin: 0 8px;
  }
}

@media (min-width: 1150px) {
  .menu__list {
    padding-left: 30px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .menu__item {
    margin: 0 12px;
  }
}

@media (max-width: 1023.98px) {
  .menu {
    overflow-x: auto;
  }
}

.menu__list {
  display: none;
}

.menu__list.active {
  display: -ms-flexbox;
  display: flex;
}

.menu__item {
  font-family: "Amalia-Bold", sans-serif;
}

.menu__item-title {
  transition: border-color 0.15s ease-in-out;
  border-bottom: 2px solid transparent;
  padding: 10px 0;
  display: inline-block;
  color: #000;
}

.menu__item-child {
  position: relative;
}

.menu__item.active .menu__item-title {
  border-bottom: 2px solid #000;
}

@media (max-width: 1023.98px) {
  .menu__item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .menu__item:last-child {
    margin-bottom: 30px;
  }

  .menu__item-title {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .menu__item:hover .menu__item-title,
  .menu__item:active .menu__item-title,
  .menu__item:focus .menu__item-title {
    text-decoration: none;
    color: #828282;
  }
}

.sub-menu {
  position: absolute;
  z-index: 3;
  font-family: "Amalia-Regular", sans-serif;
  min-width: 230px;
  list-style: none;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2), 0px 4px 16px rgba(0, 0, 0, 0.15);
  display: none;
}

.sub-menu__a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  padding: 6px 8px;
  background-color: #fff;
}

.sub-menu__a:hover,
.sub-menu__a:active,
.sub-menu__a:focus {
  text-decoration: none;
  background-color: #F2E400;
}

.menu__item:hover > .sub-menu {
  display: block;
}

@media (max-width: 1023.98px) {
  .sub-menu {
    position: relative;
    min-width: auto;
    display: block;
    width: 100%;
    box-shadow: none;
    margin-top: 10px;
  }

  .sub-menu__li:last-child a {
    margin-bottom: 0;
  }

  .sub-menu__a {
    background-color: transparent;
    font-size: 14px;
    padding: 0;
    margin-bottom: 16px;
  }
}

.mobile.menu__sub-nav {
  position: absolute;
  right: 20px;
  top: 56px;
}

@media (min-width: 1024px) {
  .mobile.menu__sub-nav {
    display: none;
  }
}

.language-dropdown {
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  font-family: "Amalia-Regular", sans-serif;
  cursor: pointer;
  position: relative;
}

.language-dropdown__cuttent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.language-dropdown__text {
  color: #828282;
  background: transparent;
  transition: color 0.15s ease-in-out;
  padding: 4px 16px 4px 8px;
}

.language-dropdown__text:before {
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  width: 8px;
  height: 6px;
  background-image: url(/img/universal/svg/arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.15s ease-in-out;
  content: '';
}

.language-dropdown__ul {
  display: none;
  min-width: 60px;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  max-width: calc(100vw - 32px);
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.language-dropdown__a {
  display: block;
  color: #000;
  padding: 4px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
  transition: background 0.15s ease-in-out;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  white-space: nowrap;
}

.language-dropdown__a:hover {
  background-color: #f3f3f3;
  color: #000;
}

.language-dropdown.open .language-dropdown__text:before,
.language-dropdown__cuttent:hover .language-dropdown__text:before {
  background-image: url(/img/universal/svg/arrow_grey.svg);
}

.language-dropdown.open .language-dropdown__text,
.language-dropdown__cuttent:hover .language-dropdown__text {
  color: #000;
}

.header {
  position: relative;
  z-index: 10;
  background: #fff000;
}

.header .dropdown__item {
  font-size: 14px;
}

.header__top {
  position: relative;
  z-index: 10;
  background: #fff;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.header__top .site__centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 16px;
}

.header__top-nav {
  display: block;
  margin-left: -8px;
}

.header__top-nav-menu {
  display: none;
}

.header__top-link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header__top-link li {
  display: inline-block;
}

.header__top-link a {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  display: inline-block;
  position: relative;
  transition: color 0.15s ease-in-out;
  padding-left: 29px;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
  white-space: nowrap;
}

.header__top-link a:hover {
  color: #000;
}

.header__top-link a:hover:before {
  opacity: 0;
}

.header__top-link a:hover:after {
  opacity: 1;
}

.header__top-link a.desktop {
  display: none;
}

.header__top-link a:before,
.header__top-link a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  left: 0;
  width: 24px;
  height: 24px;
  transition: opacity 0.15s ease-in-out;
  opacity: 1;
}

.header__top-link a:after {
  opacity: 0;
}

.header__top-link a.header__top-link-transaction {
  display: block;
  padding-left: 0;
  max-width: 88px;
  white-space: normal;
  line-height: 1em;
}

.header__top-link a.header__top-link-transaction:after {
  background-image: url("/img/universal/svg/payments.svg");
}

.header__top-link a.header__top-link-transaction:hover::after,
.header__top-link a.header__top-link-transaction:focus::after {
  opacity: 0;
}

.header__top-link a.header__top-link-location:before {
  background-image: url("/img/universal/svg/location_grey.svg");
}

.header__top-link a.header__top-link-location:after {
  background-image: url("/img/universal/svg/location_black.svg");
}

.header__top-controls {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.header__top-controls hr {
  width: 1px;
  height: 28px;
  margin: 0 8px 0 17px;
  background: #828282;
}

.header__bottom .site__centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  min-height: 64px;
}

.header__bottom .site__centered:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.header__bottom-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header__bottom-controls .btn {
  display: none;
}

.header__bottom-controls .btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  right: 16px;
  transition: opacity 0.15s ease-in-out;
}

.header__bottom-controls .btn-icon:hover {
  opacity: 0.7;
}

.header__menu-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  z-index: 5;
  left: 0;
  width: 40px;
  height: 25px;
  border: none;
  padding: 0;
  background: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.header__menu-btn span {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  left: 10px;
  height: 2px;
  transition: background-color 0.15s ease-in-out;
  background: #000;
  font-size: 0;
}

.header__menu-btn span:before {
  transform: translate(0, -6px);
}

.header__menu-btn span:after {
  transform: translate(0, 6px);
}

.header__menu-btn span:before,
.header__menu-btn span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.15s, background 0.15s;
  background: #000;
}

.header__menu-btn.opened span {
  background-color: transparent;
}

.header__menu-btn.opened span:before {
  transform: translateY(0) rotate(45deg);
  background: #000;
}

.header__menu-btn.opened span:after {
  transform: translateY(0) rotate(-45deg);
  background: #000;
}

.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 113px;
  height: 40px;
}

.header__logo img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .header__top-link a.header__top-link-transaction {
    padding-left: 36px;
    max-width: none;
    white-space: nowrap;
    line-height: 24px;
  }

  .header__top-link a.header__top-link-transaction:before {
    background-image: url("/img/universal/svg/payments_grey.svg");
  }

  .header__top-link a.header__top-link-transaction:hover::after,
  .header__top-link a.header__top-link-transaction:focus::after {
    opacity: 1;
  }
}

@media screen and (max-width: 340px) {
  .header .dropdown__item {
    font-size: 12px;
  }

  .header__top-link a.header__top-link-transaction {
    font-size: 12px;
    max-width: 76px;
  }
}

@media (min-width: 1024px) {
  .header .language {
    position: relative;
  }

  .header__top-nav {
    display: none;
  }

  .header__top-nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
  }

  .header__top-nav-menu:after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }

  .header__top-nav-menu li {
    font-family: 'Amalia-Regular', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    margin-right: 16px;
    transition: 0.15s ease-in-out;
    transition-property: color, border-bottom;
    font-size: 14px;
    line-height: 24px;
    color: #828282;
    border-bottom: 2px solid transparent;
    cursor: pointer;
  }

  .header__top-nav-menu li:hover,
  .header__top-nav-menu li.active {
    color: #000;
  }

  .header__top-nav-menu li.active {
    cursor: default;
  }

  .header__top-link {
    position: relative;
    white-space: nowrap;
  }

  .header__top-link li {
    position: relative;
    display: inline-block;
    margin-right: 34px;
  }

  .header__top-link li:last-child {
    margin-right: 0;
  }

  .header__top-link li:last-child:after {
    display: none;
  }

  .header__top-link li:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
    width: 1px;
    height: 28px;
    background: #828282;
    content: '';
  }

  .header__top-link a {
    font-size: 14px;
    line-height: 24px;
    padding-left: 36px;
  }

  .header__top-link a.mobile {
    display: none;
  }

  .header__top-link a.desktop {
    display: block;
  }

  .header__top-controls {
    width: auto;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
  }

  .header__top-controls hr {
    margin: 0 20px;
  }

  .header__bottom .site__centered {
    min-height: 96px;
    padding-left: 164px;
  }

  .header__bottom-controls .btn {
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .header__bottom-controls .btn-icon {
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    margin-left: 26px;
  }

  .header__menu-btn {
    display: none;
  }

  .header__logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 140px;
    height: 51px;
  }
}

@media (min-width: 1150px) {
  .header__top-nav-menu {
    padding-left: 210px;
  }

  .header__top-nav-menu li {
    margin-right: 24px;
  }

  .header__bottom .site__centered {
    padding-left: 184px;
  }

  .header__logo {
    width: 160px;
    height: 72px;
  }
}

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

.language.dropdown .dropdown__list {
  min-width: 60px;
}

.language.dropdown .dropdown__list > a {
  display: block;
  padding: 4px 8px;
}

.footer {
  background: #f3f3f3;
}

.footer__top {
  position: relative;
  padding: 28px 0 31px;
}

.footer__top:after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: 0;
  left: -16px;
  height: 1px;
  background: #000;
}

.footer__top-column_phones {
  margin-bottom: 28px;
}

.footer__top-column_phones div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 4px;
}

.footer__top-column_phones a {
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  display: inline-block;
  margin-right: 16px;
  font-size: 32px;
  line-height: 44px;
  color: #000;
  cursor: default;
}

.footer__top-column_phones span {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 14px;
  line-height: 44px;
  color: rgba(0, 0, 0, 0.5);
}

.footer__top-column_nav li {
  margin-bottom: 6px;
}

.footer__top-column_nav a {
  font-size: 18px;
  line-height: 44px;
  color: #000;
  transition: color 0.15s ease-in-out;
}

.footer__top-column_nav a:hover {
  color: #828282;
}

.footer__bottom {
  padding: 32px 0 53px;
}

.footer__info {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 24px;
  font-size: 11px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.footer__communications {
  text-align: center;
}

.footer__communications-social {
  margin-bottom: 21px;
  text-align: center;
}

.footer__communications-social h4 {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 28px;
  color: #000;
}

.footer__communications-social a {
  opacity: 1;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 28px;
  transition: opacity 0.15s ease-in-out;
}

.footer__communications-social a:last-child {
  margin-right: 0;
}

.footer__communications-social a:hover {
  opacity: .75;
}

.footer__communications-social a svg {
  width: 100%;
  height: auto;
}

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

.footer__communications-apps a {
  opacity: 1;
  display: inline-block;
  margin-right: 19px;
  transition: opacity 0.15s ease-in-out;
}

.footer__communications-apps a:last-child {
  margin-right: 0;
}

.footer__communications-apps a:hover {
  opacity: .75;
}

.footer__communications-apps a img {
  width: auto;
  height: 40px;
}

@media (min-width: 1024px) {
  .footer {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 477px;
  }

  .footer__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    padding: 44px 0 39px 96px;
  }

  .footer__top:after {
    right: 0;
    left: 0;
  }

  .footer__top-column_phones {
    padding-right: 94px;
    margin-bottom: 0;
  }

  .footer__top-column_phones div {
    display: block;
    margin-bottom: 16px;
  }

  .footer__top-column_phones a {
    margin-bottom: 8px;
    margin-right: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .footer__top-column_phones span {
    display: block;
    font-size: 14px;
    line-height: 24px;
  }

  .footer__top-column_nav {
    width: 40%;
    max-width: 290px;
    padding: 2px 0 0 0;
  }

  .footer__top-column_nav li {
    margin-bottom: 12px;
  }

  .footer__top-column_nav a {
    font-size: 18px;
    line-height: 32px;
  }

  .footer__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 40px 0;
  }

  .footer__info {
    width: calc(100% - 352px - 32px);
    padding-left: 96px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 20px;
  }

  .footer__communications {
    -ms-flex: 0 0 352px;
        flex: 0 0 352px;
    width: 352px;
    margin-left: 32px;
    text-align: left;
  }

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

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

.hero {
  position: relative;
  background: #fff000;
}

.hero__wrap {
  -ms-flex-align: center;
      align-items: center;
}

.hero__item {
  opacity: 0 !important;
  background-position: center;
  background-size: cover;
}

.hero__item.swiper-slide-active {
  opacity: 1 !important;
  z-index: 2;
}

.hero__item-wrap {
  padding: 32px 16px;
  padding-bottom: 71px;
}

.hero__tab-item {
  display: none;
}

.hero__tab-item.active {
  display: block;
}

.hero__tab-item .swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}

.hero__item-info {
  width: 100%;
  max-width: 393px;
  margin: 0 auto;
}

.hero__item-info .site__title {
  text-align: center;
}

.hero__item-info p {
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 28px;
  white-space: pre-line;
  text-align: left;
}

.hero__item-info .btn {
  width: 100%;
}

.hero__item-pic {
  width: 100%;
  max-width: 313px;
  margin: 0 auto 32px;
}

.hero__item-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.hero__pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 28px;
  left: 0;
}

.hero__pagination > span,
.hero__pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  transition: 0.15s ease-in-out;
  margin-right: 8px;
  color: transparent;
  transition-property: background, width;
  background: #f2e400;
  cursor: pointer;
}

.hero__pagination > span:last-child,
.hero__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.hero__pagination > span:hover,
.hero__pagination > span.swiper-pagination-bullet-active,
.hero__pagination .swiper-pagination-bullet:hover,
.hero__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  background: #000;
  border-color: #000;
}

.hero__bottom {
  display: none;
}

@media (min-width: 1024px) {
  .hero.is-simple {
    padding-bottom: 18px;
  }

  .hero.is-simple__bottom {
    display: none;
  }

  .hero.is-simple__pagination {
    display: -ms-flexbox;
    display: flex;
  }

  .hero__wrap {
    background: #fff000;
  }

  .hero__item {
    min-height: 520px;
  }

  .hero__item-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 1152px;
    padding: 64px 16px 75px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .hero__item-wrap .btn_black:hover {
    border-color: #000;
  }

  .hero__item-info {
    -ms-flex-order: 1;
        order: 1;
    max-width: 100%;
    width: auto;
    padding-right: 16px;
    margin: 0;
  }

  .hero__item-info .site__title {
    text-align: left;
  }

  .hero__item-info p {
    font-size: 44px;
    line-height: 56px;
    text-align: left;
  }

  .hero__item-info .btn {
    width: auto;
  }

  .hero__item-pic {
    -ms-flex-order: 2;
        order: 2;
    margin: 20px 0 0;
    max-width: 393px;
  }

  .hero__pagination {
    bottom: 40px;
  }

  .hero__pagination > span,
  .hero__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 12px;
  }

  .hero__pagination > span.swiper-pagination-bullet-active,
  .hero__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
  }

  .hero__bottom {
    display: block;
    background: #fff;
  }

  .hero__bottom-slider {
    max-width: 1120px;
    margin: 0 auto;
  }

  .hero__bottom-slide {
    font-family: 'Amalia-Medium', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    width: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: auto;
    margin: 0;
    padding: 20px 10px;
    transition: 0.15s ease-in-out;
    border-top: 4px solid transparent;
    background: transparent;
    font-size: 18px;
    line-height: 28px;
    color: #828282;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition-property: color, border-color;
  }

  .hero__bottom-slide.swiper-slide-thumb-active,
  .hero__bottom-slide.swiper-slide-thumb-active:hover {
    background: transparent;
    color: #000;
    border-color: #000;
  }

  .hero__bottom-slide:hover {
    border-color: transparent;
    color: #000;
    background: transparent;
  }
}

@media (max-width: 768px) {
  .hero__item-info p {
    text-align: center;
  }

  .hero__item {
    background-image: none !important;
  }
}

.call-card-order {
  overflow: hidden;
  background-image: linear-gradient(270deg, #97998f 27.47%, #767671 65%);
  margin-top: 64px;
  margin-bottom: 64px;
}

.call-card-order .site__centered {
  padding-top: 32px;
  background-repeat: no-repeat;
  background-size: cover;
}

.call-card-order__info {
  padding-bottom: 32px;
  text-align: center;
}

.call-card-order__info p {
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 28px;
  white-space: pre-line;
}

.call-card-order__pic {
  width: 100%;
  max-width: 313px;
  margin: 0 auto -70px;
}

.call-card-order__pic img {
  display: block;
  width: 100%;
  height: auto;
}

.call-card-order_in-list {
  background-color: #f2e400;
  background-image: none;
}

.call-card-order_in-list .site__title {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.call-card-order_in-list .call-card-order__info p {
  color: #828282;
}

@media (min-width: 1024px) {
  .call-card-order {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 112px;
    margin-bottom: 112px;
    min-height: 340px;
  }

  .call-card-order .site__centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-image: none !important;
    padding: 68px 16px;
  }

  .call-card-order__info {
    padding-bottom: 0;
    text-align: left;
    max-width: 600px;
  }

  .call-card-order__info p {
    margin-bottom: 32px;
    font-size: 44px;
    line-height: 56px;
    text-align: left;
  }

  .call-card-order__pic {
    max-width: 392px;
    margin: 7px 0 0;
    padding-bottom: 0;
  }

  .call-card-order_in-list .site__centered {
    padding-top: 33px;
    padding-bottom: 60px;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .call-card-order_in-list .call-card-order__pic {
    max-width: 232px;
    margin: 0 auto 41px;
  }

  .call-card-order_in-list .call-card-order__info {
    text-align: center;
  }

  .call-card-order_in-list .call-card-order__info .site__title {
    font-size: 24px;
    line-height: 32px;
  }

  .call-card-order_in-list .call-card-order__info p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
}

@media (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .call-card-order__pic {
    height: 146px;
  }
}

.deposit-filter {
  padding: 16px;
  background: #f3f3f3;
}

.deposit-filter__label {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
}

.deposit-filter__checkbox {
  margin-bottom: 24px;
  padding-left: 3px;
}

.deposit-filter__submit {
  margin-bottom: 16px;
  text-align: center;
}

@media (min-width: 1024px) {
  .deposit-filter {
    padding: 64px;
  }

  .deposit-filter__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .deposit-filter__col {
    width: calc(50% - 16px);
  }

  .deposit-filter__label {
    font-size: 14px;
    line-height: 24px;
  }

  .deposit-filter__checkbox {
    margin-bottom: 16px;
  }

  .deposit-filter__submit {
    margin-bottom: 0;
    padding-top: 16px;
    text-align: left;
  }
}

.popular-products {
  margin: 64px 0;
  padding: 0 16px;
}

.popular-products .site__title {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.popular-products .site__title .site__title-btns {
  display: none;
}

.popular-products .swiper-container {
  overflow: visible;
}

.popular-products .slider-pagination {
  padding-top: 32px;
}

.popular-products__list {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 44px;
}

.popular-products__item {
  position: relative;
  height: auto;
  margin-right: 16px;
  background: #f3f3f3;
  transition: 0.15s ease-in-out;
  transition-property: filter, background-color;
}

.popular-products__item:last-child {
  margin-right: 0;
}

.popular-products__item.swiper-slide-active {
  background: #fff;
}

.popular-products__item.swiper-slide-active .popular-products__item-pic {
  filter: grayscale(0);
}

.popular-products__item-pic {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 216px;
  filter: grayscale(100%);
}

.popular-products__item-info {
  padding: 24px 16px;
}

.popular-products__item-info h4 {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.popular-products__item-info p {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 31px;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}

.popular-products__item-terms {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.popular-products__item-terms strong {
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 32px;
  line-height: 32px;
  color: #000;
}

.popular-products__item-terms div {
  max-width: 50%;
}

.popular-products__item-terms span {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  line-height: 24px;
  white-space: pre-line;
  color: #828282;
}

.popular-products__item-more.btn-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}

@media (min-width: 768px) {
  .popular-products {
    padding-bottom: 52px;
  }

  .popular-products .site__title {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .popular-products .site__title .site__title-btns {
    display: block;
    position: relative;
    top: -11px;
  }

  .popular-products .swiper-container {
    max-width: 352px;
    margin-left: 0;
  }

  .popular-products .slider-pagination {
    display: none;
  }

  .popular-products__list {
    padding-bottom: 0;
  }

  .popular-products__item {
    -ms-flex: 0 0 352px;
        flex: 0 0 352px;
    width: 352px;
    margin-right: 32px;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.08));
    background: #fff;
  }

  .popular-products__item:last-child {
    margin-right: 0;
  }

  .popular-products__item .popular-products__item-pic {
    filter: grayscale(0);
  }

  .popular-products__item:hover {
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.08));
    background: #fff;
  }

  .popular-products__item:hover .popular-products__item-pic {
    filter: grayscale(0);
  }

  .popular-products__item:hover .popular-products__item-more {
    height: 52px;
    padding: 0 32px;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.08));
  }

  .popular-products__item-pic {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .popular-products .swiper-container {
    max-width: 720px;
  }
}

@media (min-width: 1150px) {
  .popular-products {
    margin: 56px 0 60px;
  }

  .popular-products .swiper-container {
    max-width: none;
    margin: auto;
  }
}

@media (min-width: 1300px) {
  .popular-products {
    margin: 56px 0 60px;
  }

  .popular-products .site__title {
    margin-bottom: 28px;
  }

  .popular-products__item-pic {
    height: 264px;
  }

  .popular-products__item {
    filter: none;
    background: #f3f3f3;
  }

  .popular-products__item .popular-products__item-pic {
    filter: grayscale(1);
  }

  .popular-products__item.swiper-slide-active {
    background: #f3f3f3;
  }

  .popular-products__item.swiper-slide-active .popular-products__item-pic {
    filter: grayscale(1);
  }

  .popular-products__item:hover {
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.08));
    background: #fff;
  }

  .popular-products__item:hover .popular-products__item-pic {
    filter: grayscale(0);
  }

  .popular-products__item:hover .popular-products__item-more {
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.08));
  }

  .popular-products__item-info {
    padding: 32px;
  }

  .popular-products__item-info h4 {
    margin-bottom: 4px;
  }

  .popular-products__item-info p {
    margin-bottom: 32px;
  }

  .popular-products__item-terms strong {
    font-size: 44px;
    line-height: 56px;
  }

  .popular-products__item-terms span {
    margin-top: 4px;
  }

  .popular-products__item-more.btn-details {
    position: absolute;
    bottom: 0;
    height: 0;
    overflow: hidden;
    transform: translateY(100%);
    transition: 0.15s ease-in-out;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0));
    transition-property: filter, height, background-position;
  }
}

.bank-online {
  position: relative;
  z-index: 2;
  margin: 70px 0 67px;
  padding: 10px 0;
}

.bank-online .site__centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: relative;
}

.bank-online .site__title {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
}

.bank-online__wrap {
  padding: 22px 0 24px;
  background: #fff000;
}

.bank-online__pic {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-right: -8px;
  max-width: 157px;
  width: 100%;
  height: auto;
  border-radius: 35px;
  box-shadow: 10px 10px 60px 30px rgba(3, 3, 3, 0.25);
}

.bank-online__pic img {
  display: block;
  width: 100%;
  height: auto;
}

.bank-online__info {
  width: calc(100% - 135px);
}

.bank-online__info p {
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  white-space: pre-line;
}

.bank-online__btns a {
  display: inline-block;
  transition: opacity 0.15s ease-in-out;
  opacity: 1;
  margin-right: 19px;
  margin-bottom: 14px;
}

.bank-online__btns a:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.bank-online__btns a:hover {
  opacity: .75;
}

.bank-online__btns a img {
  width: auto;
  height: 40px;
}

@media (min-width: 1024px) {
  .bank-online {
    margin: 88px 0 100px;
    padding: 80px 0;
  }

  .bank-online .site__centered {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .bank-online .site__title {
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 56px;
  }

  .bank-online__wrap {
    padding: 74px 0 60px;
  }

  .bank-online__pic {
    left: 61px;
    max-width: 249px;
    margin-top: -7px;
  }

  .bank-online__info {
    width: 57.1%;
  }

  .bank-online__info p {
    margin-bottom: 32px;
    font-size: 44px;
    line-height: 56px;
  }
}

.bank-info {
  margin: 127px 0 60px;
}

.bank-info .site__centered {
  max-width: 1121px;
  padding: 64px 16px;
  background: #f3f3f3;
}

.bank-info .flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}

.bank-info__wrap {
  width: 100%;
}

.bank-info__title {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
  color: #000;
}

.bank-info__rates {
  width: 100%;
  max-width: 416px;
  margin-bottom: 64px;
}

.bank-info__table {
  margin-bottom: 24px;
}

.bank-info__table-head {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.bank-info__table-head.bank-info__table-row {
  margin-bottom: 16px;
  color: #555555;
}

.bank-info__table-head .bank-info__table-column {
  font-size: 14px;
  line-height: 24px;
}

.bank-info__table-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 24px;
}

.bank-info__table-column {
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding: 0 8px;
  font-size: 18px;
  line-height: 28px;
}

.bank-info__table-column:first-child {
  padding: 0;
}

.bank-info__table-column.currency {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
}

.bank-info__table-column.up,
.bank-info__table-column.down {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.bank-info__table-column.up:after,
.bank-info__table-column.down:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 13px;
  margin-right: 20px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  .bank-info__table-column.up:after,
  .bank-info__table-column.down:after {
    margin-right: 35px;
  }
}

.bank-info__table-column.up:after {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000 transparent;
}

.bank-info__table-column:nth-child(1) {
  width: 30.2%;
}

.bank-info__table-column:nth-child(2) {
  width: 35.5%;
}

.bank-info__table-column:nth-child(3) {
  width: 34%;
}

.bank-info__map-pic {
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 2px;
}

.bank-info__map-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.bank-info__map-pic img.desktop {
  display: none;
}

.bank-info .map-section__item {
  min-height: 124px;
}

@media (min-width: 1024px) {
  .bank-info .map-section__item {
    min-height: 260px;
  }
}

@media (min-width: 1024px) {
  .bank-info {
    margin: 100px 0 120px;
  }

  .bank-info .site__centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 1121px;
    padding: 64px;
  }

  .bank-info .site__centered > div {
    width: 45%;
    max-width: 416px;
    margin-bottom: 0;
  }

  .bank-info__table {
    margin-bottom: 28px;
  }

  .bank-info__table-head {
    padding-bottom: 24px;
  }

  .bank-info__table-head.bank-info__table-row {
    margin-bottom: 19px;
  }

  .bank-info__table-row {
    margin-bottom: 20px;
  }

  .bank-info__table-column {
    font-size: 24px;
    line-height: 32px;
  }

  .bank-info__table-column.up:after,
  .bank-info__table-column.down:after {
    margin-right: 15px;
  }

  .bank-info__table-column.currency {
    font-size: 18px;
  }

  .bank-info__table-column:nth-child(1) {
    width: 25.2%;
  }

  .bank-info__table-column:nth-child(2) {
    width: 30%;
  }

  .bank-info__table-column:nth-child(3) {
    width: 30%;
  }

  .bank-info__map-pic {
    margin-bottom: 24px;
  }

  .bank-info__map-pic img.desktop {
    display: block;
  }

  .bank-info__map-pic img.mobile {
    display: none;
  }
}

.news {
  margin-top: 64px;
  margin-bottom: 64px;
}

.news .site__title {
  -ms-flex-align: center;
      align-items: center;
}

.news .btn-details {
  opacity: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.news__list-item {
  position: relative;
  min-height: 244px;
  margin-bottom: 16px;
  padding: 16px 16px 68px 16px;
  background: #f3f3f3;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.news__list-item:last-child {
  margin-bottom: 0;
}

.news__list-item-title {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

.news__list-item-text {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}

.news__list-item-footer time {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}

.news_grid {
  margin-bottom: 64px;
  padding: 0;
}

.news_grid .news__column > * {
  margin-bottom: 16px;
}

.news_grid .news__list-item {
  min-height: auto;
  padding: 0;
}

.news_grid .news__list-item-content {
  min-height: 212px;
  padding: 16px 16px 77px 16px;
}

.news_grid .news__list-item-pic {
  max-height: 216px;
  overflow: hidden;
}

.news_grid .news__list-item-pic img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .news {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .news .btn-details {
    opacity: 0;
    top: 0;
    transition: 0.15s ease-in-out;
    transition-property: opacity, background-position;
  }

  .news__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .news__list-item {
    width: auto;
    height: 352px;
    overflow: hidden;
    padding: 32px 32px 52px 32px;
    margin-right: 32px;
    margin-bottom: 32px;
  }

  .news__list-item:last-child {
    margin-right: 0;
  }

  .news__list-item:hover .btn-details {
    opacity: 1;
  }

  .news__list-item-text {
    margin-bottom: 0;
  }

  .news__list-item-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f3f3f3;
  }

  .news__list-item-footer time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 52px;
    overflow: hidden;
    padding: 0 56px 0 32px;
    margin-bottom: 0;
    background-position: calc(100% - 32px) center;
    background-image: url("/img/universal/svg/arrow_black-right.svg");
    background-repeat: no-repeat;
  }

  .news_grid {
    margin-bottom: 112px;
    padding: 0;
  }

  .news_grid .news__list {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .news_grid .news__column {
    width: calc(50% - 16px);
  }

  .news_grid .news__column > * {
    margin-bottom: 31px;
  }

  .news_grid .news__list-item {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .news_grid .news__list-item:hover .news__list-item-pic {
    filter: grayscale(0);
  }

  .news_grid .news__list-item-content {
    padding: 32px 32px 77px 32px;
  }

  .news_grid .news__list-item-pic {
    max-height: 244px;
    filter: grayscale(1);
    transition: fil 0.15s ease-in-out;
  }
}

.application {
  position: relative;
  padding: 32px 0;
  background-color: #f3f3f3;
}

.application__wrap {
  max-width: 480px;
  margin: 0 auto;
}

.application .loader {
  background: rgba(243, 243, 243, 0.8);
}

.application .success {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 32px;
  background-color: #f3f3f3;
}

@media (max-width: 1023px) {
  .application .btn {
    width: calc( 100% - 20px);
  }
}

@media (min-width: 1024px) {
  .application {
    padding: 56px 0;
  }

  .application .site__title {
    margin-bottom: 44px;
  }

  .application .success {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 56px 32px;
  }
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 32px auto 0;
  padding: 0 16px;
}

.pagination .btn-icon {
  -ms-flex: 0 0 44px;
      flex: 0 0 44px;
}

.pagination__wrap {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 20px;
  color: #828282;
  font-size: 18px;
  line-height: 28px;
}

.pagination__wrap .pagination__item {
  margin: 0 24px;
}

.pagination__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  background-color: #f3f3f3;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pagination__text {
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .pagination {
    max-width: 320px;
  }

  .pagination .btn-icon_left {
    margin-right: auto;
  }

  .pagination .btn-icon_right {
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .pagination {
    margin: 25px auto 0;
  }

  .pagination__wrap {
    margin: 0 32px;
  }
}

.search .site__more-link {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.search__form {
  padding: 20px 52px 19px 54px;
  border-bottom: 1px solid #cdcdcd;
  background-image: url("/img/universal/svg/search_black.svg");
  background-position: 16px center;
  background-repeat: no-repeat;
}

.search__form input {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  width: 100%;
  height: 24px;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  -webkit-appearance: none;
}

.search__form input::-moz-placeholder {
  color: #cdcdcd;
}

.search__form input:-ms-input-placeholder {
  color: #cdcdcd;
}

.search__form input::placeholder {
  color: #cdcdcd;
}

.search__form input:-ms-input-placeholder {
  color: #cdcdcd;
}

.search__form input::-ms-input-placeholder {
  color: #cdcdcd;
}

.search__form input:-moz-placeholder {
  color: #cdcdcd;
}

.search__form input::-webkit-search-decoration,
.search__form input::-webkit-search-cancel-button,
.search__form input::-webkit-search-results-button,
.search__form input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search__presets {
  padding: 14px 16px 0;
}

.search__presets-item {
  padding: 0;
  background: transparent;
  border: none;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  min-height: 36px;
  padding: 6px 12px;
  transition: background 0.15s ease-in-out;
  margin-right: 16px;
  margin-bottom: 16px;
  background: #f3f3f3;
  font-size: 16px;
  line-height: 24px;
}

.search__presets-item:hover {
  background: #fff000;
}

.search__presets-item:last-child {
  margin-right: 0;
}

.search__results-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -16px 4px;
  padding: 4px 16px;
  cursor: pointer;
  background: transparent;
  transition: background-color 0.15s ease-in-out;
}

.search__results-item p {
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid transparent;
  color: #000;
}

.search__results-item img {
  display: block;
  height: auto;
}

.search__results-item:last-child {
  margin-bottom: 0;
}

.search__results-item:hover {
  background: rgba(196, 196, 196, 0.2);
}

.search__results-group {
  padding: 16px 16px 22px;
  border-bottom: 1px solid #cdcdcd;
}

.search__results-group:last-child {
  border-bottom: none;
}

.search__results-group .site__more-link {
  display: inline-block;
  margin-top: 22px;
}

.search__results-group-title {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 22px;
  padding-left: 11px;
  font-size: 16px;
  line-height: 24px;
}

.search__results-cards img {
  margin-right: 16px;
  width: 52px;
}

.search__results-cards p {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.search__results-cards__results-docs img {
  position: relative;
  top: -1px;
  width: 24px;
  margin-right: 20px;
  margin-left: 4px;
}

.search__results-cards__results-docs p {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

@media (min-width: 1024px) {
  .search__form {
    padding: 28px 72px 27px 68px;
    background-position: 31px center;
  }

  .search__form input {
    height: 28px;
    font-size: 18px;
    line-height: 28px;
  }

  .search__presets {
    padding: 28px 32px 8px;
  }

  .search__presets-item {
    min-height: 44px;
    padding: 8px 16px;
    margin-right: 32px;
    font-size: 18px;
    line-height: 28px;
  }

  .search__results-item {
    margin: 0 -32px 8px;
    padding: 8px 32px;
  }

  .search__results-item p {
    font-size: 14px;
    line-height: 24px;
  }

  .search__results-group {
    padding: 36px 32px 36px;
  }

  .search__results-group .site__more-link {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
  }

  .search__results-group-title {
    margin-bottom: 28px;
    padding-left: 16px;
    font-size: 18px;
    line-height: 28px;
  }

  .search__results-cards img {
    margin-right: 32px;
    width: 84px;
  }

  .search__results-docs img {
    width: 24px;
    margin-right: 20px;
  }
}

.hero-deposits {
  position: relative;
  margin-bottom: 30px;
  padding: 31px 0;
  background-color: #fff000;
  background-size: cover;
  background-position: center;
}

.hero-deposits__item-info p {
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 31px;
  font-size: 20px;
  line-height: 28px;
  white-space: pre-line;
  text-align: left;
}

.hero-deposits__item-pic {
  width: 100%;
  max-width: 313px;
  margin: 0 auto 32px;
}

.hero-deposits__item-pic img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1023px) {
  .hero-deposits .btn {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .hero-deposits__wrap .site__title {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }

  .hero-deposits__item-info {
    max-width: 393px;
    margin: 0 auto;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .hero-deposits {
    margin-bottom: 76px;
    padding: 64px 0 44px;
  }

  .hero-deposits .btn {
    width: auto;
  }

  .hero-deposits__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .hero-deposits__wrap .site__title {
    margin-bottom: 17px;
  }

  .hero-deposits__item-info {
    -ms-flex-order: 1;
        order: 1;
    width: calc(100% - 409px);
    margin-bottom: 20px;
  }

  .hero-deposits__item-info p {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 44px;
  }

  .hero-deposits__item-pic {
    -ms-flex-order: 2;
        order: 2;
    max-width: 393px;
  }
}

.deposits-filter {
  padding-top: 36px;
  padding-bottom: 32px;
}

.deposits-filter__title {
  font-family: 'Amalia-Bold', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

@media (max-width: 1023px) {
  .deposits-filter .site__centered {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .deposits-filter {
    margin-bottom: 55px;
  }

  .deposits-filter__title {
    margin-bottom: 38px;
    font-size: 37px;
    line-height: 48px;
  }
}

.deposits-list {
  margin-bottom: 64px;
  padding-top: 32px;
}

.deposits-list__wrap {
  background-color: #f3f3f3;
}

.deposits-list__catalog {
  padding-top: 16px;
  padding-bottom: 1px;
}

.deposits-list__item {
  margin-bottom: 16px;
  padding: 31px 16px 16px;
  background-color: #fff;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.08));
}

.deposits-list__item-description {
  color: #828282;
  font-size: 14px;
  line-height: 24px;
}

.deposits-list__item-description .site__title {
  font-family: 'Amalia-Bold', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 8px;
}

.deposits-list__details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  padding-top: 11px;
  padding-bottom: 11px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.deposits-list__details-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 148px;
  margin-top: 16px;
  text-align: center;
}

.deposits-list__details-item:nth-child(1),
.deposits-list__details-item:nth-child(2) {
  margin-top: 0;
}

.deposits-list__details-item dd {
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
  white-space: nowrap;
}

.deposits-list__details-item dt {
  color: #828282;
  font-size: 14px;
  line-height: 24px;
}

.deposits-list__details-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translate(-50%, 50%);
  background-color: #fff;
}

.deposits-list__details-more svg {
  width: 16px;
  height: 16px;
  transition: transform .3s ease;
}

.deposits-list__details-more svg > path {
  transition: stroke .3s ease;
  stroke: #000;
}

.deposits-list__details .is-active .deposits-list__details-more svg {
  transform: rotate(45deg);
}

.deposits-list__btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.deposits-list__btn-wrap > .btn:nth-child(3) {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

.deposits-list__btn-wrap > .btn:nth-child(3) svg {
  width: 24px;
  height: 24px;
}

.deposits-list__btn-wrap > .btn:nth-child(3) svg > * {
  transition: stroke .3s ease;
  stroke: #828282;
}

.deposits-list__btn-wrap > .btn:nth-child(3) > span {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.deposits-list__btn-wrap > .btn:nth-child(3) > span:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: -4px;
  right: -4px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  transition: opacity .3s ease;
  background-color: #fff000;
  border-radius: 50%;
  opacity: 0;
  will-change: opacity;
}

.deposits-list__btn-wrap > .btn:nth-child(3).is-active > span:after {
  opacity: 1;
}

.deposits-list__extra-details {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height .3s ease;
}

.deposits-list__extra-details > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 33px;
}

@media (max-width: 1023px) {
  .deposits-list__item-description {
    margin-bottom: 16px;
  }

  .deposits-list__details {
    max-width: 390px;
    margin: 0 auto 28px;
  }

  .deposits-list__btn-wrap > .btn {
    text-align: center;
  }

  .deposits-list__btn-wrap > .btn:nth-child(1) {
    width: 100%;
    margin-bottom: 24px;
  }

  .deposits-list__btn-wrap > .btn:nth-child(2),
  .deposits-list__btn-wrap > .btn:nth-child(3) {
    width: 48%;
  }
}

@media (min-width: 1024px) {
  .deposits-list {
    margin-top: 55px;
    margin-bottom: 112px;
  }

  .deposits-list__catalog {
    padding: 40px 0;
  }

  .deposits-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 40px;
    padding: 64px;
  }

  .deposits-list__item .site__title {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 44px;
  }

  .deposits-list__item-description {
    max-width: 354px;
  }

  .deposits-list__details {
    max-width: 480px;
  }

  .deposits-list__details-item {
    width: 224px;
    margin-top: 33px;
  }

  .deposits-list__details-more {
    cursor: pointer;
  }

  .deposits-list__details-more:hover svg > path {
    stroke: #f2e400;
  }

  .deposits-list__btn-wrap {
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%;
    margin-top: 32px;
  }

  .deposits-list__btn-wrap .btn:nth-child(2) {
    margin-left: 30px;
    border: transparent;
  }

  .deposits-list__btn-wrap .btn:nth-child(3) {
    height: auto;
    margin: -5px 0 0 auto;
    padding: 0;
  }

  .deposits-list__btn-wrap .btn:nth-child(3):hover svg > * {
    stroke: #f2e400;
  }
}

.conditions {
  margin-top: 64px;
  margin-bottom: 64px;
}

.conditions .more-btn {
  margin-top: 32px;
}

.conditions__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  color: #828282;
  font-size: 16px;
  line-height: 24px;
}

.conditions__wrap dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.conditions__wrap > dl:first-child {
  border-top: 1px solid #e6e6e6;
}

.conditions__wrap dt {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  color: #000;
}

.conditions__wrap dt,
.conditions__wrap dd {
  width: calc(50% - 7px);
  padding: 11px 0 12px 0;
}

.conditions__wrap dd {
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.conditions__btn-wrap {
  margin-top: 32px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
}

.conditions__btn-wrap a {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .conditions {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .conditions .more-btn {
    margin-top: 40px;
  }

  .conditions__wrap {
    font-size: 18px;
    line-height: 28px;
  }

  .conditions__wrap dl {
    padding-left: 32px;
  }

  .conditions__wrap dt,
  .conditions__wrap dd {
    padding: 14px 0 17px 0;
  }

  .conditions__wrap dt {
    max-width: 325px;
  }

  .conditions__wrap dd {
    width: calc(100% - 325px);
    padding-left: 28px;
    padding-right: 28px;
  }
}

.conditions-grid {
  margin-top: 64px;
  margin-bottom: 64px;
}

.conditions-grid__item {
  margin-bottom: 16px;
  padding: 31px 16px 20px;
  background-color: #f3f3f3;
}

.conditions-grid__text {
  color: #828282;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.conditions-grid__text a {
  color: #fff000;
  text-decoration: underline;
}

.conditions-grid__text li {
  position: relative;
  padding-left: 12px;
}

.conditions-grid__text li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #828282;
}

@media (max-width: 767px) {
  .conditions-grid__text .site__title {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 28px;
  }

  .conditions-grid__text li {
    margin-bottom: 12px;
  }

  .conditions-grid__picture {
    display: none;
  }
}

@media (min-width: 768px) {
  .conditions-grid {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .conditions-grid__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: -32px;
  }

  .conditions-grid__item {
    min-height: 391px;
    margin-bottom: 32px;
    padding: 64px;
  }

  .conditions-grid__item_full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
  }

  .conditions-grid__item_full .conditions-grid__text {
    min-width: 50%;
    width: calc( 100% - 480px);
  }

  .conditions-grid__item_full .conditions-grid__text .site__title {
    margin-bottom: 16px;
  }

  .conditions-grid__item_half {
    width: calc( 50%  - 16px);
  }

  .conditions-grid__picture {
    width: 47%;
    max-width: 384px;
    height: 264px;
  }

  .conditions-grid__picture img {
    display: block;
    width: 100%;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .conditions-grid__text {
    font-size: 18px;
    line-height: 28px;
  }

  .conditions-grid__text .site__title {
    margin-bottom: 24px;
  }

  .conditions-grid__text li {
    padding-left: 20px;
  }

  .conditions-grid__text li:before {
    top: 9px;
    width: 8px;
    height: 8px;
  }
}

.cards-list__wrap {
  margin-bottom: 23px;
  background-color: #f3f3f3;
}

.cards-list__catalog {
  padding-top: 16px;
}

.cards-list__topic {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-top: 64px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
}

.cards-list__item {
  margin-bottom: 16px;
  padding: 8px;
  background-color: #fff;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.08));
}

.cards-list__item-pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 16px 35px 15px 36px;
  background-color: #f3f3f3;
}

.cards-list__item-pic div {
  position: relative;
}

.cards-list__item-pic img {
  display: block;
  width: 256px;
  height: 161px;
}

.cards-list__item-type {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  display: inline-block;
  padding: 4px 8px;
  color: #828282;
  font-size: 14px;
  line-height: 20px;
}

.cards-list__item-content {
  padding: 25px 8px 8px;
}

.cards-list__item-text {
  margin-bottom: 16px;
  color: #828282;
  font-size: 14px;
  line-height: 24px;
}

.cards-list__item-text h2,
.cards-list__item-text h3,
.cards-list__item-text h4 {
  margin-bottom: 8px;
  color: #000;
  font-size: 24px;
  line-height: 32px;
}

.cards-list__details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  padding-top: 11px;
  padding-bottom: 11px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.cards-list__details-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 148px;
  text-align: center;
}

.cards-list__details-item:nth-child(1),
.cards-list__details-item:nth-child(2) {
  margin-top: 0;
}

.cards-list__details-item dd {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
  white-space: nowrap;
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.cards-list__details-item dt {
  color: #828282;
  font-size: 14px;
  line-height: 24px;
}

.cards-list__details-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #fff;
}

.cards-list__details-more svg {
  width: 16px;
  height: 16px;
  transition: transform .3s ease;
}

.cards-list__details-more svg > path {
  transition: stroke .3s ease;
  stroke: #000;
}

.cards-list__details > div {
  width: 100%;
}

.cards-list__details .is-active .cards-list__details-more svg {
  transform: rotate(45deg);
}

.cards-list__item-btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.cards-list__item-btn-wrap > .btn:nth-child(3) {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

.cards-list__item-btn-wrap > .btn:nth-child(3) svg {
  width: 24px;
  height: 24px;
}

.cards-list__item-btn-wrap > .btn:nth-child(3) svg > * {
  transition: stroke .3s ease;
  stroke: #828282;
}

.cards-list__item-btn-wrap > .btn:nth-child(3) > span {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.cards-list__item-btn-wrap > .btn:nth-child(3) > span:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: -4px;
  right: -4px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  transition: opacity .3s ease;
  background-color: #fff000;
  border-radius: 50%;
  opacity: 0;
  will-change: opacity;
}

.cards-list__item-btn-wrap > .btn:nth-child(3).is-active > span:after {
  opacity: 1;
}

.cards-list__extra-details {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height .3s ease;
}

.cards-list__extra-details > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 33px;
}

.cards-list__popular-label {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  display: inline-block;
  position: absolute;
  left: 0;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
  background-color: #fff000;
}

.cards-list__btn-wrap {
  text-align: center;
}

@media (max-width: 1023px) {
  .cards-list__topic {
    text-align: center;
  }

  .cards-list__item-text h2,
  .cards-list__item-text h3,
  .cards-list__item-text h4 {
    font-family: 'Amalia-Medium', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
  }

  .cards-list__item-btn-wrap > .btn {
    text-align: center;
  }

  .cards-list__item-btn-wrap > .btn:nth-child(1) {
    width: 100%;
    margin-bottom: 24px;
  }

  .cards-list__item-btn-wrap > .btn:nth-child(2),
  .cards-list__item-btn-wrap > .btn:nth-child(3) {
    width: 48%;
  }

  .cards-list__details {
    max-width: 390px;
    margin: 0 auto 28px;
  }

  .cards-list__details-item {
    margin-top: 16px;
  }

  .cards-list__details-more {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }

  .cards-list__popular-label {
    top: 0;
    transform: rotate(-90deg) translateX(-70%);
    transform-origin: 0 100%;
  }
}

@media (min-width: 1024px) {
  .cards-list__wrap {
    margin-bottom: 39px;
  }

  .cards-list__catalog {
    padding-top: 40px;
  }

  .cards-list__topic {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 48px;
  }

  .cards-list__details {
    margin-bottom: 28px;
    padding-left: 13px;
    padding-right: 42px;
  }

  .cards-list__details-item {
    width: 30%;
    max-width: 168px;
  }

  .cards-list__details-more {
    top: 27px;
    right: -8px;
    cursor: pointer;
  }

  .cards-list__details-more:hover svg > path {
    stroke: #f2e400;
  }

  .cards-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 40px;
    padding-right: 60px;
  }

  .cards-list__item-text h2,
  .cards-list__item-text h3,
  .cards-list__item-text h4 {
    font-family: 'Amalia-Bold', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 44px;
  }

  .cards-list__item-content {
    width: calc( 100% - 367px);
    padding-top: 28px;
    padding-bottom: 56px;
  }

  .cards-list__item-pic {
    width: 312px;
    min-height: 384px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .cards-list__item-btn-wrap {
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%;
    margin-top: 32px;
  }

  .cards-list__item-btn-wrap .btn:nth-child(2) {
    margin-left: 30px;
    border: transparent;
  }

  .cards-list__item-btn-wrap .btn:nth-child(3) {
    height: auto;
    margin: 14px -4px 0 auto;
    padding: 0;
  }

  .cards-list__item-btn-wrap .btn:nth-child(3):hover svg > * {
    stroke: #f2e400;
  }

  .cards-list__popular-label {
    bottom: 100%;
  }

  .cards-list__btn-wrap .btn {
    font-family: 'Amalia-Regular', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    height: 44px;
    padding: 0 23px;
    line-height: 43px;
  }

  .cards-list--vertical .cards-list__item-pic {
    position: relative;
    width: 248px;
  }

  .cards-list--vertical .cards-list__item-pic div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .cards-list--vertical .cards-list__item-content {
    width: calc( 100% - 312px);
  }

  .cards-list--vertical .cards-list__popular-label {
    right: 0;
    left: auto;
  }
}

.subscribe + .success {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: #cdcdcd;
  padding: 32px;
}

.news-search {
  width: 40%;
}

.news-search .site-form__fieldset {
  margin-bottom: 0;
}

.news-search .site-form__fieldset input,
.news-search .site-form__fieldset textarea {
  padding-left: 36px;
  padding-bottom: 3px;
  border-top: none;
  border-left: none;
  border-right: none;
  background-image: url("/img/universal/svg/search.svg");
  background-repeat: no-repeat;
  background-position: 0 calc( 50% + 1px);
  background-size: 24px;
}

.news-search .site-form__fieldset input:focus,
.news-search .site-form__fieldset input:hover,
.news-search .site-form__fieldset textarea:focus,
.news-search .site-form__fieldset textarea:hover {
  border-bottom-color: #cdcdcd;
}

.call-subscribe {
  position: relative;
  padding: 32px 12px;
}

.call-subscribe .site-form .loader {
  background-color: transparent;
}

.call-subscribe .site-form.is-loading > * {
  opacity: .1;
}

.call-subscribe .success {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.call-subscribe .success .success__wrap {
  -ms-flex-align: stretch;
      align-items: stretch;
  height: auto;
}

.call-subscribe .success .success__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

@media (max-width: 1023px) {
  .call-subscribe .btn {
    width: 100%;
  }

  .call-subscribe .success .site__title {
    font-size: 22px;
    line-height: 32px;
  }

  .call-subscribe .success p {
    margin: auto 0;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1024px) {
  .call-subscribe {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 34px 32px 32px;
  }

  .call-subscribe .site__title {
    font-family: 'Amalia-Bold', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
  }

  .call-subscribe .site-form__fieldset {
    width: 100%;
    margin-bottom: 56px;
  }

  .call-subscribe__wrap {
    width: 100%;
    text-align: center;
  }

  .call-subscribe_full {
    -ms-flex-align: center;
        align-items: center;
  }

  .call-subscribe_full .site__title {
    margin-bottom: 31px;
  }

  .call-subscribe_full .call-subscribe__wrap {
    max-width: 736px;
  }

  .call-subscribe_full .subscribe {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .call-subscribe_full .site-form__fieldset {
    width: calc( 100% - 216px);
    margin-bottom: 0;
  }

  .call-subscribe_full .success .is-error .site__title {
    margin-bottom: 20px;
  }

  .call-subscribe_full .success .success__head {
    padding-bottom: 0;
  }

  .call-subscribe_grid {
    min-height: 457px;
  }

  .call-subscribe_grid .site__title {
    margin: 0 auto 19px;
  }

  .call-subscribe_grid .call-subscribe__wrap {
    margin: auto 0;
  }

  .call-subscribe_grid .success .success__head {
    padding-bottom: 63px;
  }

  .call-subscribe_grid .success .success__head p {
    margin: auto 0;
  }
}

@media (max-width: 1023px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .call-subscribe_grid .success .is-success .site__title {
    margin-bottom: 41px;
  }

  .call-subscribe_grid .success .is-error .site__title {
    margin-bottom: 29px;
  }
}

@media (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .call-subscribe_grid .site__title {
    margin-bottom: 83px;
  }

  .call-subscribe_grid .success .site__title {
    width: 100%;
  }

  .call-subscribe_grid .success .is-success .site__title {
    margin-bottom: 123px;
  }

  .call-subscribe_grid .success .is-error .site__title {
    margin-bottom: 107px;
  }
}

.promotions__list > * {
  margin-bottom: 16px;
}

.promotions__list-item {
  position: relative;
}

.promotions__list-item-pic {
  overflow: hidden;
}

.promotions__list-item-pic img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.promotions__list-item-content {
  padding: 16px 16px 0 16px;
}

.promotions__list-item-title {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.promotions__list-item-text {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}

.promotions + .bank-online {
  margin-bottom: 112px;
}

@media (max-width: 1023px) {
  .promotions__list-item {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }

  .promotions__list-item-pic {
    max-height: 216px;
  }

  .promotions__list-item-text {
    margin-bottom: 32px;
  }

  .promotions__list-item-footer {
    margin: 0 -16px;
  }
}

@media (min-width: 1024px) {
  .promotions .btn-details {
    width: 384px;
    margin: 0 auto;
    background-color: transparent;
  }

  .promotions__list > * {
    margin-bottom: 32px;
  }

  .promotions__list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: #f3f3f3;
    transition: background-color .3s ease, box-shadow .3s ease;
  }

  .promotions__list-item:hover {
    background-color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.17);
  }

  .promotions__list-item:hover .promotions__list-item-footer {
    background-color: #fff000;
  }

  .promotions__list-item:hover .promotions__list-item-pic {
    filter: grayscale(0);
  }

  .promotions__list-item-pic {
    position: relative;
    width: 60%;
    min-height: 456px;
    filter: grayscale(1);
    transition: fil 0.15s ease-in-out;
  }

  .promotions__list-item-pic img {
    position: absolute;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
  }

  .promotions__list-item-content {
    position: relative;
    width: 40%;
    padding: 65px 32px 72px;
  }

  .promotions__list-item-content-wrap {
    width: 320px;
    margin: 0 auto;
  }

  .promotions__list-item-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background-color .3s ease;
  }
}

.info-categories {
  width: 100%;
  padding: 32px 0;
}

.info-categories .dropdown {
  max-width: 319px;
  margin: 0 auto;
  background-color: #f3f3f3;
}

.info-categories .dropdown__result {
  width: 100%;
  padding-right: 32px;
}

.info-categories .dropdown__result:before,
.info-categories .dropdown__result:after {
  right: 16px;
}

.info-categories .dropdown__result .dropdown__item {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  padding: 6px 0 6px 12px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .info-categories {
    padding: 24px 0;
  }

  .info-categories__wrap {
    font-family: 'Amalia-Medium', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 18px;
    line-height: 28px;
  }

  .info-categories__wrap a {
    color: #828282;
  }
}

.hero-about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff000;
}

.hero-about__text {
  margin-bottom: 31px;
  font-size: 20px;
  line-height: 28px;
}

.hero-about__title {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 9px;
  font-size: 24px;
  line-height: 32px;
}

.hero-about__achievement {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 15px;
}

.hero-about__item {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  width: calc(50% - 7.5px);
  max-width: 164px;
  min-height: 40px;
  height: auto;
  padding: 0 20px;
  background: url("/img/universal/pic/about/achievement_decoration.png") no-repeat center center;
  background-size: 100% auto;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  white-space: pre-line;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 1023px) {
  .hero-about {
    padding: 33px 0 8px;
  }

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

  .hero-about__achievement {
    max-width: 343px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .hero-about {
    max-width: 1344px;
    min-height: 508px;
    height: auto;
    margin: 0 auto;
    padding: 96px 0;
  }

  .hero-about .site__centered {
    width: 100%;
    max-width: 1156px;
  }

  .hero-about__text {
    font-family: 'Amalia-Light', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    margin-bottom: 94px;
    font-size: 44px;
    line-height: 56px;
  }

  .hero-about__title {
    font-family: 'Amalia-Bold', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    margin-bottom: 16px;
    font-size: 64px;
    line-height: 76px;
  }

  .hero-about__achievement {
    gap: 20px;
  }

  .hero-about__item {
    width: calc(25% - 15px);
    max-width: 256px;
    min-height: 72px;
    padding: 0 30px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3px;
  }
}

.small-summary {
  margin-top: 64px;
  margin-bottom: 28px;
}

.small-summary__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.small-summary__item {
  margin-bottom: 36px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.small-summary__item p:first-child {
  font-family: 'Amalia-Bold', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 1149px) {
  .small-summary__item {
    width: 48%;
  }
}

@media (max-width: 1023px) {
  .small-summary {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .small-summary {
    margin-top: 120px;
    margin-bottom: 67px;
  }

  .small-summary__item {
    margin-right: 15px;
    font-size: 32px;
    line-height: 44px;
  }

  .small-summary__item p:first-child {
    margin-bottom: 17px;
    font-size: 48px;
    line-height: 56px;
  }
}

@media (min-width: 1280px) {
  .small-summary__list {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .small-summary__item {
    -ms-flex: 0 0 calc(25% - 15px);
        flex: 0 0 calc(25% - 15px);
    width: calc(25% - 15px);
  }
}

.about-content {
  padding: 16px 0 32px;
  background-color: #f3f3f3;
  color: #828282;
  font-size: 14px;
  line-height: 24px;
}

.about-content__video {
  position: relative;
  margin-bottom: 31px;
  background-color: #e6e6e6;
}

.about-content__video iframe {
  display: block;
  width: 100%;
}

.about-content__text p {
  margin-bottom: 24px;
}

.about-content__values {
  color: #000;
}

.about-content__values dt {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  color: #000;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 28px;
}

.about-content__values li {
  position: relative;
  padding-left: 12px;
}

.about-content__values li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

@media (max-width: 1023px) {
  .about-content__video {
    width: calc( 100% + 32px);
    margin-left: -16px;
  }

  .about-content__content {
    margin-bottom: 31px;
  }

  .about-content__values dl {
    margin-bottom: 32px;
  }

  .about-content__values dl:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .about-content {
    padding-top: 55px;
    padding-bottom: 88px;
  }

  .about-content__video {
    width: 50%;
    max-width: 544px;
  }

  .about-content__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 57px;
  }

  .about-content__text {
    margin-bottom: 15px;
    padding-top: 1px;
    width: calc( 50% - 16px);
    max-width: 544px;
  }

  .about-content__values {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 31px;
  }

  .about-content__values dl {
    width: calc( 33.333% - 11px);
    max-width: 280px;
    margin-right: 11px;
  }

  .about-content__values dt {
    margin-bottom: 4px;
  }
}

.rating {
  padding-top: 65px;
  padding-bottom: 32px;
  color: #828282;
  font-size: 14px;
  line-height: 24px;
}

.rating .site__title {
  margin-bottom: 25px;
}

.rating__text {
  margin-bottom: 24px;
}

.rating__text p {
  color: #828282;
}

.rating__list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 16px;
}

.rating__list li:last-child {
  margin-bottom: 0;
}

.rating__list li span {
  font-family: 'Amalia-Bold', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  width: 84px;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  text-align: right;
}

.rating__list li p {
  width: calc( 100% - 100px);
}

@media (min-width: 1024px) {
  .rating {
    padding-top: 113px;
  }

  .rating .site__title {
    margin-bottom: 11px;
  }

  .rating__text {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .rating__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .rating__list li {
    -ms-flex-align: start;
        align-items: flex-start;
    width: 49%;
    max-width: 546px;
    margin-bottom: 32px;
  }

  .rating__list li p {
    width: calc( 100% - 191px);
  }

  .rating__list li span {
    width: 160px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bank-history {
  padding-top: 32px;
  padding-bottom: 40px;
}

.bank-history .accordion__collapsed-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 19px;
}

.bank-history .accordion__collapsed-wrap > div {
  width: calc( 50% - 7.5px);
}

.bank-history .site__title_small {
  margin-bottom: 21px;
}

.bank-history__item {
  margin-bottom: 9px;
}

.bank-history__item.is-active .bank-history__head span:first-child {
  transform: scale(1.5);
}

.bank-history__item.is-active span.accordion__btn {
  top: calc( 50% + 6px);
}

.bank-history__head {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}

.bank-history__head span:first-child {
  display: block;
  transition: transform .3s ease;
  transform-origin: 0 0;
}

.bank-history__head span.accordion__btn {
  right: 5px;
  transition: transform .15s ease-in-out, top .3s ease-in-out;
}

.bank-history__honor {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  background-color: #f3f3f3;
  padding: 24px 12px;
  font-size: 18px;
  line-height: 28px;
}

.bank-history__honor img {
  display: block;
  width: 55.78px;
  margin-bottom: 24px;
}

.bank-history__collapsed {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

@media (max-width: 1023px) {
  .bank-history .site__title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .bank-history__honor {
    width: 100%;
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .bank-history {
    padding-top: 48px;
    padding-bottom: 111px;
  }

  .bank-history .site__title_small {
    margin-bottom: 40px;
  }

  .bank-history .gallery-inside {
    height: 544px;
  }

  .bank-history .gallery-top .swiper-slide {
    overflow: hidden;
  }

  .bank-history__header {
    position: relative;
  }

  .bank-history__header .site__title-btns {
    position: absolute;
    top: 0;
    right: 0;
  }

  .bank-history__years {
    margin: 41px auto 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .bank-history__years .swiper-slide {
    z-index: 2;
    width: 81px;
    cursor: pointer;
    color: #828282;
    font-size: 24px;
    line-height: 52px;
    font-family: 'Amalia-Light', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    transition: color .3s ease;
  }

  .bank-history__years .swiper-slide span {
    display: block;
    text-align: center;
    transition: transform .3s ease;
  }

  .bank-history__years .swiper-slide:hover {
    color: #000;
  }

  .bank-history__years .swiper-slide-thumb-active {
    font-family: 'Amalia-Medium', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    z-index: 1;
    width: 195px;
    color: #000;
  }

  .bank-history__years .swiper-slide-thumb-active span {
    transform: scale(1.6);
  }

  .bank-history__blank {
    width: 256px;
    height: 256px;
  }

  .bank-history__honor {
    width: 256px;
    height: 256px;
    padding: 22px 15px;
  }

  .bank-history__honor img {
    margin-bottom: 31px;
  }

  .bank-history__honor:nth-child(1),
  .bank-history__honor:nth-child(2) {
    margin-left: 144px;
  }

  .bank-history__honor:nth-child(odd) {
    position: relative;
    left: -144px;
  }
}

.contact-information {
  padding-top: 32px;
  background-color: #f3f3f3;
  font-style: normal;
  overflow: hidden;
}

.contact-information__item {
  margin-bottom: 32px;
  color: #828282;
  font-size: 14px;
  line-height: 20px;
}

.contact-information__item a {
  color: #828282;
}

.contact-information__item a[href^="tel:"],
.contact-information__item a[href^="mailto:"] {
  cursor: text;
}

@media (max-width: 1023px) {
  .contact-information .site__title {
    text-align: center;
  }

  .contact-information__item--bank {
    padding-left: 35px;
    background: url("/img/universal/svg/bank-black.svg") no-repeat 0 0;
    background-size: 24px;
  }

  .contact-information__item--phones {
    padding-left: 35px;
    background: url("/img/universal/svg/phone-black.svg") no-repeat 3px 4px;
    background-size: 19px;
  }

  .contact-information__item--documents li {
    margin-bottom: 8px;
    padding: 2px 0 2px 35px;
    background: url("/img/universal/svg/doc.svg") no-repeat 0 2px;
    background-size: 24px;
  }

  .contact-information__row--address {
    padding-left: 35px;
    background: url("/img/universal/svg/location_black.svg") no-repeat 4px 4px;
    background-size: 16px 19px;
  }

  .contact-information__row {
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .contact-information__row--mail {
    padding-left: 35px;
    background: url("/img/universal/svg/mail-black.svg") no-repeat 0 0;
    background-size: 24px;
  }
}

@media (min-width: 1024px) {
  .contact-information {
    padding-top: 57px;
    padding-bottom: 7px;
  }

  .contact-information__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .contact-information__item {
    width: 49%;
    max-width: 545px;
    margin-bottom: 49px;
    font-size: 13px;
    line-height: 20px;
  }

  .contact-information__item-wrap {
    padding-top: 39px;
  }

  .contact-information__item--bank {
    background: url("/img/universal/svg/bank-black.svg") no-repeat 0 0;
    background-size: 24px;
  }

  .contact-information__item--address {
    background: url("/img/universal/svg/location_black.svg") no-repeat 0 0;
    background-size: 24px;
  }

  .contact-information__item--phones {
    background: url("/img/universal/svg/phone-black.svg") no-repeat 3px 4px;
    background-size: 19px;
  }

  .contact-information__item--licence {
    background: url("/img/universal/svg/account_balance_wallet.svg") no-repeat 3px 4px;
    background-size: 19px;
  }

  .contact-information__item--documents ul {
    max-width: 80%;
  }

  .contact-information__item--documents ul a {
    text-decoration: underline;
  }

  .contact-information__item--documents ul a:hover {
    text-decoration: none;
  }
}

.send-to-phone {
  position: relative;
  padding: 34px 16px 32px;
}

.send-to-phone.is-loading:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  background-image: url("/img/universal/svg/loader.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  content: '';
}

.send-to-phone.is-loading .site-form__fieldset,
.send-to-phone.is-loading .btn {
  pointer-events: none;
  opacity: .1;
}

.send-to-phone.success-sent .send-to-phone__form {
  display: none;
}

.send-to-phone.success-sent .send-to-phone__success {
  display: block;
}

.send-to-phone.error-sent .send-to-phone__form {
  display: none;
}

.send-to-phone.error-sent .send-to-phone__error {
  display: block;
}

.send-to-phone__title {
  display: block;
  margin-bottom: 27px;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.send-to-phone__success,
.send-to-phone__error {
  display: none;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

.send-to-phone__success .send-to-phone__title,
.send-to-phone__error .send-to-phone__title {
  margin-bottom: 8px;
}

.send-to-phone .red-text {
  color: #ec4a4a;
}

.send-to-phone .btn {
  width: 100%;
}

.branches-filter {
  padding: 32px 16px;
}

.branches-filter__wrap {
  margin-bottom: 18px;
}

.branches-filter__group {
  padding: 18px 0;
  border-top: 1px solid #e6e6e6;
}

.branches-filter__group:first-child {
  border-top: none;
}

.branches-filter__group .branches-filter__checkbox:last-child {
  margin-bottom: 0;
}

.branches-filter__title {
  display: block;
  margin-bottom: 19px;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.branches-filter__checkbox {
  margin-bottom: 18px;
}

.branches-filter .btn {
  width: 100%;
  text-align: center;
}

.order-form {
  padding-top: 56px;
  padding-bottom: 113px;
}

.order-form .loader {
  background: rgba(255, 255, 255, 0.8);
}

.order-form .success {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 32px;
  background-color: #fff;
  text-align: center;
}

.order-form .success__head .site__title {
  text-align: center !important;
}

.order-form input[type=number]::-webkit-inner-spin-button,
.order-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.order-form input[type=number] {
  -moz-appearance: textfield;
}

.order-form .site__title {
  text-align: center;
}

.order-form__steps {
  padding-top: 1px;
}

.order-form__steps-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin-bottom: 12px;
}

.order-form__steps-list {
  display: inline-block;
  max-width: 65%;
}

.order-form__steps-item {
  display: none;
  margin-right: 12px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.order-form__steps-item.is-active {
  display: inline-block;
}

.order-form__steps-count {
  font-size: 15px;
  line-height: 24px;
  color: #828282;
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.order-form__steps-progress {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 8px;
  background: #e6e6e6;
  border-radius: 9px;
}

.order-form__steps-progress div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  border-radius: 9px;
  width: 0;
  transition: width 0.15s ease-in-out;
}

.order-form__wrap {
  position: relative;
  max-width: 992px;
  margin: 0 auto;
}

.order-form__chapters {
  position: relative;
  transition: height 0.15s ease-in-out;
}

.order-form__chapter {
  padding: 32px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.order-form__chapter.is-active {
  display: block;
}

.order-form__pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #f3f3f3;
  padding: 24px 28px;
}

.order-form__pic img {
  display: block;
  width: 100%;
  height: auto;
}

.order-form__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 67px;
}

.order-form__btns .btn {
  opacity: 1;
  visibility: visible;
  transition: 0.15s ease-in-out;
  transition-property: visibility, opacity;
  width: calc(50% - 16px);
}

.order-form__btns .btn_black {
  padding: 0 8px;
}

.order-form__btns .is-hidden {
  display: none;
}

.order-form__btns .is-contain {
  width: 100%;
}

@media (min-width: 1024px) {
  .order-form {
    padding-top: 56px;
    padding-bottom: 113px;
  }

  .order-form .site__title {
    text-align: left;
  }

  .order-form__steps {
    padding-top: 4px;
  }

  .order-form__steps-info {
    margin-bottom: 12px;
    display: block;
  }

  .order-form__steps-list {
    max-width: 75%;
  }

  .order-form__steps-progress {
    height: 16px;
  }

  .order-form__pic {
    padding: 32px 39px;
  }

  .order-form__btns {
    padding-top: 32px;
  }

  .order-form__btns .btn {
    width: auto;
  }

  .order-form__btns .btn_black {
    padding: 0 32px;
  }

  .order-form__btns .is-hidden {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
  }

  .order-form__btns .is-contain {
    width: auto;
  }
}

.card-100-days .tariffs {
  padding-top: 2px;
}

@media (min-width: 1024px) {
  .card-100-days .tariffs {
    padding-top: 0;
  }

  .card-100-days .documents {
    padding-top: 114px;
  }
}

.loader:before {
  opacity: .6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.6);
  content: '';
}

.loader__item {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -9px;
  margin-left: -9px;
  border-top: 2px solid #55575C;
  border-right: 2px solid #55575C;
  border-bottom: 2px solid #55575C;
  border-left: 2px solid transparent;
  transform: translateZ(0);
  -webkit-animation: spin 1.1s infinite linear;
  animation: spin 1.1s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.documents-page {
  padding-top: 32px;
}

.documents-page.site__centered {
  padding-left: 0;
  padding-right: 0;
}

.documents-page .search__form {
  padding: 1px 0 9px 36px;
  background-position: 0px -1px;
}

.documents-page .search__form input {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  background: transparent;
}

.documents-page .search__form input:focus {
  border-color: #000;
}

.documents-page .search__form input:focus::-moz-placeholder {
  color: transparent;
}

.documents-page .search__form input:focus:-ms-input-placeholder {
  color: transparent;
}

.documents-page .search__form input:focus::placeholder {
  color: transparent;
}

.documents-page .search__form input:focus:-ms-input-placeholder {
  color: transparent;
}

.documents-page .search__form input::-moz-placeholder {
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  color: #cdcdcd;
}

.documents-page .search__form input:-ms-input-placeholder {
  -ms-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  color: #cdcdcd;
}

.documents-page .search__form input::placeholder {
  transition: color 0.15s ease-in-out;
  color: #cdcdcd;
}

.documents-page .search__form input:-ms-input-placeholder {
  -ms-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  color: #cdcdcd;
}

.documents-page .search__form input::-ms-input-placeholder {
  -ms-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  color: #cdcdcd;
}

.documents-page .search__form input:-moz-placeholder {
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  color: #cdcdcd;
}

.documents-page__head .site__title {
  text-align: center;
  margin-bottom: 24px;
}

.documents-page__search {
  padding: 8px 16px;
  background: #f3f3f3;
  margin-bottom: 24px;
}

.documents-page__aside {
  padding: 0 16px;
  background: #f3f3f3;
}

.documents-page__content {
  padding: 65px 16px 0;
}

.documents-page__section {
  margin-bottom: 64px;
}

.documents-page__section h4 {
  margin-bottom: 24px;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}

.documents-page__section-list {
  margin-bottom: 24px;
}

.documents-page__section-list li {
  margin-bottom: 28px;
}

.documents-page__section-list li:last-child {
  margin-bottom: 0;
}

.documents-page__archive-btn {
  padding-left: 47px;
}

.documents-page__archive-btn .site__more-link {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.document-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  padding-left: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
  transition: color .3s ease;
}

.document-item p {
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease;
}

.document-item time {
  display: none;
  margin-left: 32px;
  padding-left: 32px;
  padding-right: 17px;
  background: url(/img/universal/svg/schedule_black.svg);
  background-position: left center;
  background-size: 24px;
  background-repeat: no-repeat;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  color: #000;
}

.document-item:hover p {
  color: #000;
}

.document-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url("/img/universal/svg/doc.svg") no-repeat center;
  background-size: contain;
}

@media (min-width: 1024px) {
  .documents-page {
    padding-top: 56px;
  }

  .documents-page.site__centered {
    padding-left: 16px;
    padding-right: 16px;
  }

  .documents-page .search__form {
    padding: 4px 0 12px 36px;
    background-position: 0 8px;
  }

  .documents-page .search__form input {
    height: 28px;
    font-size: 18px;
    line-height: 28px;
  }

  .documents-page__head {
    margin-bottom: 39px;
  }

  .documents-page__head .site__title {
    margin-bottom: 0;
    text-align: left;
  }

  .documents-page__search {
    background: transparent;
    margin-bottom: 0;
  }

  .documents-page__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .documents-page__col-1 {
    width: 352px;
  }

  .documents-page__col-2 {
    width: calc(100% - 352px);
    padding: 0 0 0 32px;
  }

  .documents-page__section {
    margin-bottom: 39px;
  }

  .documents-page__section h4 {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 28px;
  }

  .documents-page__section-list {
    margin-bottom: 32px;
  }

  .documents-page__section-list li {
    margin-bottom: 32px;
  }

  .documents-page__archive-btn {
    padding-left: 64px;
  }

  .document-item {
    padding-left: 65px;
    font-size: 18px;
    line-height: 28px;
  }

  .document-item:before {
    left: 6px;
    width: 32px;
    height: 32px;
  }

  .document-item time {
    display: block;
  }
}

.hero-page-banner {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (min-width: 1024px) {
  .hero-page-banner {
    padding-top: 64px;
    padding-bottom: 64px;
    margin: 48px 48px 0;
  }
}

.hero-page-banner__title {
  font-family: "Amalia-Medium", sans-serif;
  font-size: 24px;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .hero-page-banner__title {
    font-size: 48px;
    font-family: "Amalia-Bold", sans-serif;
    margin-bottom: 16px;
  }
}

.hero-page-banner__inner-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 1024px) {
  .hero-page-banner__inner-container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.hero-page-banner__text-block {
  -ms-flex-order: 2;
      order: 2;
}

@media (min-width: 1024px) {
  .hero-page-banner__text-block {
    -ms-flex-order: 1;
        order: 1;
    padding-right: 30px;
    max-width: 730px;
  }
}

.hero-page-banner__text {
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 28px;
}

@media (min-width: 1024px) {
  .hero-page-banner__text {
    font-size: 24px;
    line-height: 32px;
  }
}

.hero-page-banner__text ul > li {
  position: relative;
  margin-bottom: 12px;
  padding-left: calc( 8px + 4px);
}

@media (min-width: 1024px) {
  .hero-page-banner__text ul > li {
    padding-left: calc( 8px + 8px);
  }
}

.hero-page-banner__text ul > li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 13px;
}

@media (min-width: 1024px) {
  .hero-page-banner__text ul > li:before {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 1023.98px) {
  .hero-page-banner__btn-block {
    text-align: center;
  }
}

.hero-page-banner__back-block {
  margin-top: 30px;
}

.hero-page-banner__image-block {
  -ms-flex-order: 1;
      order: 1;
  display: none;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .hero-page-banner__image-block {
    display: block;
    max-height: 352px;
    width: 100%;
    max-width: 390px;
    -ms-flex-order: 2;
        order: 2;
    margin-bottom: 0;
  }
}

.hero-page-banner__image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.hero-page-banner__img {
  display: inline-block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-page-banner.wide {
  margin: 0;
}

.hero-page-banner.wide .hero-page-banner__image-block {
  display: block;
  max-width: 124px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .hero-page-banner.wide .hero-page-banner__image-block {
    max-width: 256px;
  }
}

.mobile-app-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: #231f20;
  display: none;
  padding-right: 20px;
  padding-left: 10px;
  z-index: 3232;
  font-family: 'futurabookc', sans-serif;
}

.mobile-app-block.show {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.mobile-app-block .close {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(/img/close-mobile-app.svg) center no-repeat;
}

.mobile-app-block .icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.mobile-app-block .icon img {
  display: block;
}

.mobile-app-block .text {
  font-size: 12px;
  line-height: 1.17;
  color: #fff;
  width: 100px;
  font-family: 'Amalia-Regular', sans-serif;
}

.mobile-app-block .button {
  margin-left: auto;
}

.mobile-app-block .button .btn {
  font-size: 12px;
  height: 28px;
  line-height: 14px;
  padding: 6px 16px;
  font-family: 'Amalia-Regular', sans-serif;
  border-radius: 4px;
}

@media (max-width: 450px) {
  .mobile-app-block {
    position: static;
  }
}

.btn.yellow-btn {
  background: #fce610;
  border: solid 1px #fce610;
  color: #000;
}

.btn {
  padding: 0;
  background: transparent;
  border: none;
  display: inline-block;
  height: 44px;
  padding: 0 36px;
  border: 1px solid;
  font-size: 14px;
  line-height: 43px;
  color: #000;
  text-align: center;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  white-space: nowrap;
  transition: 0.15s ease-in-out;
  transition-property: color, border-color, background-color, opacity;
}

.btn_black {
  color: #fff000;
  background: #000;
  border-color: #000;
}

.btn_black:hover {
  color: #000;
  background: #fff000;
  border-color: #fff000;
}

.btn_black:disabled {
  background: #cdcdcd;
  color: #e6e6e6;
  border-color: #cdcdcd;
}

.btn_yellow {
  color: #000;
  background: #fff000;
  border-color: #fff000;
}

.btn_yellow:hover {
  color: #fff000;
  background: #000;
  border-color: #000;
}

.btn_yellow:disabled {
  background: #e6e6e6;
  color: #cdcdcd;
  border-color: #e6e6e6;
}

.btn_outline {
  border: 1px solid #000000;
  color: #000;
}

.btn_outline:hover {
  color: #fff000;
}

.btn_outline:disabled {
  color: #cdcdcd;
  border-color: #cdcdcd;
}

.btn_stroke {
  border-color: transparent;
  color: #000000;
}

.btn_stroke:hover {
  color: #fff000;
}

.btn_stroke:disabled {
  color: #cdcdcd;
}

.btn_with-icon {
  position: relative;
  height: 44px;
  padding: 0 24px 0 54px;
  line-height: 43px;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.btn_with-icon:before,
.btn_with-icon:after {
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/img/universal/svg/login_black.svg");
  transition: opacity 0.15s ease-in-out;
  content: '';
}

.btn_with-icon:after {
  opacity: 0;
  background-image: url("/img/universal/svg/login_yellow.svg");
}

.btn_with-icon:hover {
  background: #000;
}

.btn_with-icon:hover:before {
  opacity: 0;
}

.btn_with-icon:hover:after {
  opacity: 1;
}

.btn_with-icon:disabled:before {
  background-image: url("/img/universal/svg/login_grey.svg");
}

.btn_with-icon:disabled:hover:before {
  opacity: 1;
}

.btn_with-icon:disabled:hover:after {
  opacity: 0;
}

.btn:disabled {
  pointer-events: none;
  cursor: default;
}

.btn-details {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 44px;
  overflow: hidden;
  padding: 0 16px;
  transition: all 0.15s ease-in-out;
  background: #fff000;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btn-details:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url("/img/universal/svg/arrow_black-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: right 0.15s ease-in-out;
  content: '';
}

.btn-details:hover:after {
  right: 10px;
}

.btn-details_small {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 44px;
  padding: 0 52px 0 24px;
  font-size: 18px;
  line-height: 28px;
}

.btn-details_small:after {
  right: 26px;
}

.btn-details_small:hover:after {
  right: 22px;
}

.btn-icon {
  padding: 0;
  background: transparent;
  border: none;
  width: 24px;
  height: 24px;
  -ms-flex: 0 0 24px;
      flex: 0 0 24px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn-icon_search {
  background-image: url("/img/universal/svg/search_black.svg");
}

.btn-icon_left,
.btn-icon_right {
  position: relative;
  width: 44px;
  height: 44px;
  background-color: #fff000;
  transition: 0.15s ease-in-out;
  transition-property: background-color, opacity;
}

.btn-icon_left:after,
.btn-icon_left:before,
.btn-icon_right:after,
.btn-icon_right:before {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.15s ease-in-out;
  content: '';
}

.btn-icon_left:before,
.btn-icon_right:before {
  opacity: 1;
}

.btn-icon_left.active,
.btn-icon_left:hover,
.btn-icon_right.active,
.btn-icon_right:hover {
  background-color: #000;
}

.btn-icon_left.active:after,
.btn-icon_left:hover:after,
.btn-icon_right.active:after,
.btn-icon_right:hover:after {
  opacity: 1;
}

.btn-icon_left.active:disabled,
.btn-icon_left.active.disabled,
.btn-icon_left.active.swiper-button-disabled,
.btn-icon_left:hover:disabled,
.btn-icon_left:hover.disabled,
.btn-icon_left:hover.swiper-button-disabled,
.btn-icon_right.active:disabled,
.btn-icon_right.active.disabled,
.btn-icon_right.active.swiper-button-disabled,
.btn-icon_right:hover:disabled,
.btn-icon_right:hover.disabled,
.btn-icon_right:hover.swiper-button-disabled {
  background-color: #f3f3f3;
  cursor: default;
  pointer-events: none;
}

.btn-icon_left.active:disabled:after,
.btn-icon_left.active.disabled:after,
.btn-icon_left.active.swiper-button-disabled:after,
.btn-icon_left:hover:disabled:after,
.btn-icon_left:hover.disabled:after,
.btn-icon_left:hover.swiper-button-disabled:after,
.btn-icon_right.active:disabled:after,
.btn-icon_right.active.disabled:after,
.btn-icon_right.active.swiper-button-disabled:after,
.btn-icon_right:hover:disabled:after,
.btn-icon_right:hover.disabled:after,
.btn-icon_right:hover.swiper-button-disabled:after {
  opacity: 0;
}

.btn-icon_left:disabled,
.btn-icon_left.disabled,
.btn-icon_left.swiper-button-disabled,
.btn-icon_right:disabled,
.btn-icon_right.disabled,
.btn-icon_right.swiper-button-disabled {
  background-color: #f3f3f3;
  cursor: default;
  pointer-events: none;
}

.btn-icon_left:disabled:after,
.btn-icon_left.disabled:after,
.btn-icon_left.swiper-button-disabled:after,
.btn-icon_right:disabled:after,
.btn-icon_right.disabled:after,
.btn-icon_right.swiper-button-disabled:after {
  opacity: 0;
}

.btn-icon_left:disabled:before,
.btn-icon_left.disabled:before,
.btn-icon_left.swiper-button-disabled:before,
.btn-icon_right:disabled:before,
.btn-icon_right.disabled:before,
.btn-icon_right.swiper-button-disabled:before {
  opacity: .4;
}

.btn-icon_left:before {
  background-image: url("/img/universal/svg/arrow_black-left.svg");
}

.btn-icon_left:after {
  background-image: url("/img/universal/svg/arrow_yellow-left.svg");
}

.btn-icon_right {
  background-image: url("/img/universal/svg/arrow_black-right.svg");
}

.btn-icon_right:before {
  background-image: url("/img/universal/svg/arrow_black-right.svg");
}

.btn-icon_right:after {
  background-image: url("/img/universal/svg/arrow_yellow-right.svg");
}

.btn-icon_close:before,
.btn-icon_close:after {
  content: '';
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-image: url("/img/universal/svg/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.15s ease-in-out;
}

.btn-icon_close:after {
  opacity: 0;
  background-image: url("/img/universal/svg/close_yellow.svg");
}

.btn-icon_close:hover:before {
  opacity: 0;
}

.btn-icon_close:hover:after {
  opacity: 1;
}

@media (min-width: 1024px) {
  .btn {
    height: 52px;
    font-size: 18px;
    line-height: 50px;
  }

  .btn_with-icon {
    height: 44px;
    padding: 0 24px 0 54px;
    line-height: 43px;
  }

  .btn-details {
    height: 52px;
    padding: 0 56px 0 32px;
    font-size: 18px;
    line-height: 28px;
  }

  .btn-details:after {
    right: 32px;
  }

  .btn-details:hover:after {
    right: 28px;
  }

  .btn-details_small {
    height: 44px;
    padding: 0 52px 0 24px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-position: calc(100% - 26px) center;
  }

  .btn-details_small:after {
    right: 26px;
  }

  .btn-details_small:hover:after {
    right: 22px;
  }
}

.range-field {
  display: block;
  position: relative;
  height: 44px;
  border: 1px solid #cdcdcd;
  margin-bottom: 30px;
  background: #ffffff;
}

.range-field__text {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 92px);
  height: 100%;
  border: none;
  padding: 10px 16px;
  background: none;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  background: #ffffff;
  cursor: default;
}

.range-field__suffix {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  padding: 9px 16px;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #828282;
}

.range-field input {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 92px);
  height: 100%;
  border: none;
  padding: 10px 16px;
  background: none;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.range-field input::-webkit-outer-spin-button,
.range-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.range-field input[type=number] {
  -moz-appearance: textfield;
}

.range-field input[type='range'] {
  display: none;
}

.range-field .rangeSlider {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: -1px;
  width: calc(100% + 2px);
}

@media (min-width: 1024px) {
  .range-field {
    height: 52px;
    padding: 12px 20px;
  }

  .range-field__text {
    width: calc(100% - 116px);
    padding: 12px 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .range-field__suffix {
    padding: 11px 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .range-field input {
    width: calc(100% - 116px);
    padding: 12px 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .range-field .rangeSlider {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: -1px;
    width: calc(100% + 2px);
  }
}

.dropdown {
  position: relative;
}

.dropdown_right .dropdown__list {
  left: auto;
  right: 0;
}

.dropdown_full-width .dropdown__list {
  width: 100%;
  max-width: 100%;
}

.dropdown_active .dropdown__result:before,
.dropdown:hover .dropdown__result:before {
  opacity: 0;
}

.dropdown_active .dropdown__result:after,
.dropdown:hover .dropdown__result:after {
  opacity: 1;
}

.dropdown_active .dropdown__result .dropdown__item,
.dropdown:hover .dropdown__result .dropdown__item {
  color: #000;
}

.dropdown__result {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.dropdown__result:before,
.dropdown__result:after {
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  width: 8px;
  height: 6px;
  background-image: url("/img/universal/svg/arrow_black.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.15s ease-in-out;
  content: '';
}

.dropdown__result:after {
  opacity: 0;
  background-image: url("/img/universal/svg/arrow_grey.svg");
}

.dropdown__result .dropdown__item {
  color: #828282;
  background: transparent;
  transition: color 0.15s ease-in-out;
  padding-right: 16px;
}

.dropdown__result .dropdown__item:hover {
  background: transparent;
}

.dropdown__list {
  display: none;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  max-width: calc(100vw - 32px);
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.15);
}

.dropdown__item {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 8px;
  background: #fff;
  transition: background 0.15s ease-in-out;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  white-space: nowrap;
}

.dropdown__item a {
  color: #000;
}

.dropdown__item:hover {
  background: #f3f3f3;
}

@media (min-width: 1024px) {
  .dropdown__item {
    font-size: 16px;
  }
}

.slider-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.slider-pagination span,
.slider-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  transition: 0.15s ease-in-out;
  margin-right: 8px;
  color: transparent;
  transition-property: background, width;
  background: #f2e400;
}

.slider-pagination span:last-child,
.slider-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.slider-pagination span:hover,
.slider-pagination span.active,
.slider-pagination span.swiper-pagination-bullet-active,
.slider-pagination .swiper-pagination-bullet:hover,
.slider-pagination .swiper-pagination-bullet.active,
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  background: #000;
  border-color: #000;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
}

.custom-checkbox + label:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  border-radius: 3px;
  margin-right: 11px;
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 11px 7px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: 1.5px solid #828282;
  content: '';
}

.custom-checkbox:checked + label::before {
  border-color: #000000;
  background-color: #FFF000;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.70001 3.6L3.90001 5.8L8.70001 1' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
}

.custom-checkbox:disabled + label::before {
  opacity: .8;
}

.dark-theme .custom-checkbox + label {
  color: #E6E6E6;
}

.dark-theme .custom-checkbox + label:before {
  background-color: transparent;
  border: 1.5px solid #000000;
}

.dark-theme .custom-checkbox:checked + label::before {
  border-color: #000000;
  background-color: #FFF000;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.70001 3.6L3.90001 5.8L8.70001 1' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
}

@media (min-width: 1024px) {
  .custom-checkbox + label {
    line-height: 24px;
  }

  .custom-checkbox + label:before {
    margin-right: 15px;
  }
}

.more-btn {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  position: relative;
  margin: 8px auto 0;
  padding-right: 31px;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  transition: color .3s ease;
}

.more-btn:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc( 50% - 5px);
  left: calc( 100% - 13px);
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  transition: border-color .3s ease, transform .3s ease, top .3s ease;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.more-btn:hover {
  color: #f2e400;
}

.more-btn:hover:after {
  border-color: #f2e400;
}

.more-btn.is-show:after {
  top: calc( 50% - 1px);
  transform: rotate(-135deg);
}

.collapse-wrap__popup {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height .3s ease;
}

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

.tabs__items-scroll.ps {
  overflow: hidden;
}

.tabs__item {
  cursor: pointer;
}

.tabs__wrap {
  position: relative;
  transition: height .3s ease;
}

.tabs__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}

.tabs__content.is-show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1024px) {
  .tabs__items-wrap {
    width: 100%;
  }
}

.popup {
  display: block;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  transition: opacity .3s ease-in-out;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 0;
}

.popup.is-opened {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.popup.is-hide {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-y: hidden;
}

.popup.centered-popup .popup__wrap {
  -ms-flex-align: center;
      align-items: center;
}

.popup__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2;
  min-height: 100%;
  min-width: 320px;
  padding: 48px 16px;
}

.popup__wrap_search {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.popup__content {
  display: none;
  position: relative;
  width: 100%;
  max-width: 1184px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.15);
}

.popup__content > * {
  position: relative;
  z-index: 2;
}

.popup__content.popup__branches-filter,
.popup__content.popup__send-phone {
  max-width: 368px;
}

.popup__content.popup__branches-filter .popup__close,
.popup__content.popup__send-phone .popup__close {
  right: 16px;
}

.popup__search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px;
}

.popup__scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

.popup__close {
  z-index: 10;
  position: absolute;
  top: 20px;
  right: 16px;
}

@media (min-width: 1024px) {
  .popup__close {
    top: 36px;
    right: 42px;
  }

  .popup__search {
    padding: 50px;
  }
}

.map-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px;
  background: #F3F3F3;
}

.map-filter__checkboxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 0 calc((100vw - 320px - 64px)/2) 12px;
}

.map-filter__checkboxes-item {
  margin-left: 27px;
}

.map-filter__checkboxes-item:first-child {
  margin-left: 0;
}

.map-filter__search {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 0 24px;
}

.map-filter__btn {
  position: relative;
  cursor: pointer;
}

.map-filter__btn:before {
  position: absolute;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  bottom: 50%;
  left: 50%;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #FFF000;
  border: 1px solid #000000;
  font-size: 13px;
  line-height: 17px;
  box-sizing: border-box;
  content: attr(data-count);
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.map-filter__btn.active:before {
  display: -ms-flexbox;
  display: flex;
}

.map-filter__btn:hover svg > * {
  stroke: #f2e400;
}

.map-filter__btn svg > * {
  transition: stroke .3s ease-in-out;
}

@media (min-width: 1024px) {
  .map-filter {
    position: relative;
    max-width: 1152px;
    padding: 32px 16px;
    margin: 0 auto;
  }

  .map-filter:before,
  .map-filter:after {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #F3F3F3;
    pointer-events: none;
    content: '';
  }

  .map-filter:before {
    right: 100%;
  }

  .map-filter:after {
    left: 100%;
  }

  .map-filter__checkboxes {
    -ms-flex-order: 2;
        order: 2;
    width: auto;
    padding: 0;
  }

  .map-filter__checkboxes-item {
    margin-left: 35px;
  }

  .map-filter__search {
    -ms-flex-order: 2;
        order: 2;
    padding: 0 43px 0 47px;
  }

  .map-filter__open {
    -ms-flex-order: 1;
        order: 1;
    padding-right: 32px;
    margin-right: 35px;
    border-right: 1px solid #828282;
  }

  .map-filter__btn {
    -ms-flex-order: 2;
        order: 2;
  }
}

.search-field {
  position: relative;
  height: 36px;
  border-bottom: 1px solid #CDCDCD;
  background-image: url("/img/universal/svg/search_black.svg");
  background-repeat: no-repeat;
  background-position: 3px center;
  background-size: 24px;
}

.search-field input {
  position: absolute;
  top: 0;
  left: 36px;
  width: calc(100% - 36px);
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.search-field input::-webkit-input-placeholder {
  color: #cdcdcd;
}

.search-field input::-moz-placeholder {
  color: #cdcdcd;
}

.search-field input:-ms-input-placeholder {
  color: #cdcdcd;
}

.search-field input:-moz-placeholder {
  color: #cdcdcd;
}

@media (min-width: 1024px) {
  .search-field {
    height: 52px;
  }

  .search-field input {
    font-size: 18px;
    line-height: 28px;
  }
}

.show-map {
  padding: 16px 32px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #828282;
  background: #FFF000;
}

.show-map__title {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.show-map p {
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .show-map {
    padding: 64px 48px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  .show-map__title {
    font-family: 'Amalia-Medium', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .show-map p {
    margin-bottom: 52px;
  }
}

.branches.site:after {
  display: none;
}

.branches.active-map .branches__map {
  opacity: 1;
}

.branches.active-map .branches__alert {
  opacity: 0;
  pointer-events: none;
}

.branches__container {
  position: relative;
  background-image: url("/img/universal/pic/branches/branches-map.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.branches__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity .3s ease;
}

.branches__wrap {
  position: relative;
  height: calc(100vh - 214px);
  min-height: 412px;
  padding: 16px;
  z-index: 1;
  pointer-events: none;
}

.branches__title {
  display: none;
}

.branches__cards {
  overflow-x: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  white-space: nowrap;
  pointer-events: fill;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.branches__cards::-webkit-scrollbar {
  display: none;
}

.branches__cards .card {
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 48px);
  max-width: 480px;
  margin-right: 16px;
  white-space: normal;
}

.branches__cards .card:first-child {
  margin-left: 16px;
}

.branches__alert {
  max-width: 480px;
  margin: 0 auto;
  pointer-events: fill;
  transition: opacity .3s ease;
}

.branches .gmnoprint > div {
  background: #000000 !important;
  opacity: .9;
}

.branches .gmnoprint > div button {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 12.75H5V11.25H19V12.75Z' fill='white'/%3E%3C/svg%3E%0A") !important;
  background-position: center !important;
  background-size: 24px 24px !important;
  background-repeat: no-repeat !important;
}

.branches .gmnoprint > div button:first-child {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.75 12.75V19H11.25V12.75H5V11.25H11.25V5H12.75V11.25H19V12.75H12.75Z' fill='white'/%3E%3C/svg%3E%0A") !important;
}

.branches .gmnoprint > div button img {
  display: none !important;
}

.branches .map-geolocation {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: none;
  margin-right: 10px;
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 8.75C10.2051 8.75 8.75 10.2051 8.75 12C8.75 13.7949 10.2051 15.25 12 15.25C13.7949 15.25 15.25 13.7949 15.25 12C15.25 10.2051 13.7949 8.75 12 8.75ZM7.25 12C7.25 9.37665 9.37665 7.25 12 7.25C14.6234 7.25 16.75 9.37665 16.75 12C16.75 14.6234 14.6234 16.75 12 16.75C9.37665 16.75 7.25 14.6234 7.25 12Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4.75C7.99594 4.75 4.75 7.99594 4.75 12C4.75 16.0041 7.99594 19.25 12 19.25C16.0041 19.25 19.25 16.0041 19.25 12C19.25 7.99594 16.0041 4.75 12 4.75ZM3.25 12C3.25 7.16751 7.16751 3.25 12 3.25C16.8325 3.25 20.75 7.16751 20.75 12C20.75 16.8325 16.8325 20.75 12 20.75C7.16751 20.75 3.25 16.8325 3.25 12Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.75 1.5V3.5H11.25V1.5H12.75ZM1.5 11.25H3.5V12.75H1.5V11.25ZM20.5 11.25H22.5V12.75H20.5V11.25ZM12.75 20.5V22.5H11.25V20.5H12.75Z' fill='white'/%3E%3C/svg%3E%0A") !important;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .9;
}

@media (min-width: 1024px) {
  .branches__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: calc(100vh - 392px);
    min-height: 832px;
    max-width: 1152px;
    padding: 0 16px;
    margin: 0 auto;
  }

  .branches__title {
    display: block;
    padding-top: 44px;
  }

  .branches__cards {
    -ms-flex-order: 1;
        order: 1;
    overflow-y: auto;
    position: relative;
    width: 512px;
    height: 100%;
    padding: 36px 20px;
    margin: 0 -20px;
    white-space: normal;
  }

  .branches__cards .card {
    display: block;
    width: 100%;
    margin: 0 0 8px;
  }

  .branches__cards .card:first-child {
    margin-left: 0;
  }

  .branches__alert {
    -ms-flex-order: 2;
        order: 2;
    width: 544px;
    max-width: 100%;
    padding: 36px 0;
    margin: 0;
  }
}

.card {
  position: relative;
  padding: 16px 12px 8px;
  background: #FFFFFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  line-height: 16px;
  color: #828282;
  transition: all .3s ease;
  cursor: pointer;
}

.card.active {
  padding-bottom: 132px;
  background: #000000;
  box-shadow: none;
  color: #ffffff;
}

.card.active .card__title {
  color: #ffffff;
}

.card.active .card__footer {
  opacity: 1;
  pointer-events: fill;
}

.card.active .card__icons-normal {
  display: none;
}

.card.active .card__icons-active {
  display: -ms-flexbox;
  display: flex;
}

.card__content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 8px;
}

.card__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 100px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.card__footer .btn {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.card__footer .btn:first-child {
  margin-bottom: 12px;
}

.card__address {
  width: 50%;
}

.card__open {
  width: 50%;
  padding-left: 15px;
}

.card__title {
  display: block;
  margin-bottom: 8px;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  color: #000000;
}

.card__title.green {
  color: #1CC879 !important;
}

.card__title.red {
  color: #FF956C !important;
}

.card__icons {
  position: relative;
  padding: 3px 0;
  border-top: 1px solid #CDCDCD;
}

.card__icons-normal {
  display: -ms-flexbox;
  display: flex;
}

.card__icons-active {
  display: none;
}

.card__icons-active .info-icon:after {
  background-color: #FFF000;
  color: #000000;
}

.card__icons .info-icon {
  margin-left: 8px;
}

.card__icons .info-icon:first-child {
  margin-left: 0;
}

@media (min-width: 1024px) {
  .card {
    padding: 20px 20px 12px;
  }

  .card:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #000000;
    box-sizing: border-box;
    pointer-events: none;
    opacity: 0;
    z-index: 0;
    transition: left .3s ease, right .3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    content: '';
  }

  .card.active {
    padding-bottom: 80px;
  }

  .card.active:before {
    opacity: 1;
    left: -20px;
    right: -20px;
  }

  .card__content {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    z-index: 1;
  }

  .card__address {
    width: calc(100%*244/428);
  }

  .card__open {
    width: calc(100%*160/428);
    padding-left: 0;
  }

  .card__title {
    margin-bottom: 4px;
  }

  .card__footer,
  .card__icons {
    z-index: 1;
  }

  .card__footer {
    -ms-flex-direction: row;
        flex-direction: row;
    bottom: 28px;
    height: 28px;
    width: calc(100% + 48px);
    padding: 0 20px;
    margin: 0 -24px;
    font-size: 20px;
    line-height: 28px;
  }

  .card__footer .btn {
    padding: 0 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .card__footer .btn:first-child {
    margin: 0;
  }
}

.info-icon {
  position: relative;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
  transition: background .3s ease;
}

.info-icon:hover:after {
  display: block;
}

.info-icon:after {
  display: none;
  position: absolute;
  bottom: calc(100% + 7px);
  left: 50%;
  transform: translate(-50%, 0);
  padding: 2px 4px;
  background: #000000;
  border-radius: 2px;
  font-size: 11px;
  line-height: 14px;
  color: #FFFFFF;
  white-space: nowrap;
  content: attr(data-text);
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.info-icon.accessible {
  background-image: url("/img/universal/svg/accessible.svg");
}

.info-icon.account_balance_wallet {
  background-image: url("/img/universal/svg/account_balance_wallet.svg");
}

.info-icon.signal_cellular {
  background-image: url("/img/universal/svg/signal_cellular.svg");
}

.info-icon.payments {
  background-image: url("/img/universal/svg/payments.svg");
}

.info-icon.home {
  background-image: url("/img/universal/svg/payments.svg");
}

.info-icon.accessible_white {
  background-image: url("/img/universal/svg/accessible_white.svg");
}

.info-icon.account_balance_wallet_white {
  background-image: url("/img/universal/svg/account_balance_wallet_white.svg");
}

.info-icon.signal_cellular_white {
  background-image: url("/img/universal/svg/signal_cellular_white.svg");
}

.info-icon.payments_white {
  background-image: url("/img/universal/svg/payments_white.svg");
}

@media (min-width: 1024px) {
  .info-icon:after {
    padding: 4px 8px;
    font-size: 13px;
    line-height: 16px;
  }
}

.map-custom-cluster {
  position: relative;
  white-space: nowrap;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
}

.map-custom-cluster:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF000;
  opacity: .4;
  border-radius: 50%;
  content: '';
}

.map-custom-cluster img {
  display: none;
}

.map-custom-cluster span {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

.map-custom-cluster > div {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 32px !important;
  height: 32px;
  border-radius: 50%;
  background: #FFF000;
}

.calculator-layout {
  background: #f3f3f3;
}

.calculator-layout__params {
  padding: 16px;
  border-bottom: 16px solid #ffffff;
}

.calculator-layout__result {
  padding: 16px 16px 32px;
  text-align: center;
}

.calculator-layout__result-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.calculator-layout__result-wrap + .calculator-layout__result-info {
  margin-top: -8px;
}

.calculator-layout__result-col {
  width: calc(50% - 8px);
  margin-bottom: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.calculator-layout__result-value {
  font-family: 'Amalia-Bold', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  white-space: nowrap;
}

.calculator-layout__result-value input {
  font-family: 'Amalia-Bold', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  display: inline;
  margin: 0;
  border: none;
  padding: 0;
  background: none;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.calculator-layout__result .calculator-layout__info {
  margin-bottom: 32px;
}

.calculator-layout__result .calculator-layout__label {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
}

.calculator-layout__info {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
}

.calculator-layout__label {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
}

.calculator-layout__checkbox {
  margin-bottom: 24px;
  padding-left: 3px;
}

.calculator-layout__hint {
  margin-top: 26px;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: #2b2d33;
}

.calculator-layout__hint > *:not(:last-child) {
  margin-bottom: 12px;
}

.dark-theme .calculator-layout {
  background-color: transparent;
}

@media (min-width: 1024px) {
  .dark-theme .calculator-layout {
    background-color: #4B4B4B;
  }
}

.dark-theme .calculator-layout .calculator-layout__label {
  color: #9B9B9B;
}

.dark-theme .calculator-layout .calculator-layout__params {
  background-color: #4B4B4B;
  margin-bottom: 16px;
  border: none;
}

@media (min-width: 1024px) {
  .dark-theme .calculator-layout .calculator-layout__params {
    margin-bottom: 0;
  }
}

.dark-theme .calculator-layout .calculator-layout__result {
  background-color: #4B4B4B;
}

.dark-theme .calculator-layout .calculator-layout__result-value {
  color: #E6E6E6;
}

.dark-theme .calculator-layout .calculator-layout__result-value input {
  color: #E6E6E6;
}

.dark-theme .calculator-layout__hint {
  color: #CDCDCD;
}

@media (min-width: 1024px) {
  .calculator-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 64px;
  }

  .calculator-layout__params {
    width: calc(50% - 16px);
    border: none;
    padding: 0;
  }

  .calculator-layout__result {
    width: calc(50% - 16px);
    padding: 0 0 0 96px;
    text-align: left;
  }

  .calculator-layout__result-wrap {
    display: block;
    margin-bottom: 32px;
  }

  .calculator-layout__result-col {
    width: 100%;
    margin-bottom: 24px;
  }

  .calculator-layout__result-value {
    color: #2b2d33;
  }

  .calculator-layout__result-value_payment {
    font-size: 48px;
    line-height: 56px;
  }

  .calculator-layout__result-info {
    font-size: 14px;
    line-height: 24px;
  }

  .calculator-layout__result .calculator-layout__info,
  .calculator-layout__result .calculator-layout__label {
    color: #555555;
  }

  .calculator-layout__info {
    line-height: 24px;
  }

  .calculator-layout__label {
    line-height: 24px;
  }

  .calculator-layout__checkbox {
    margin-bottom: 16px;
  }

  .calculator-layout__hint {
    margin-top: 24px;
  }

  .calculator-layout__hint > *:not(:last-child) {
    margin-bottom: 15px;
  }
}

.site-form {
  position: relative;
}

.site-form .loader {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.15s ease-in-out;
  transition-property: visibility, opacity;
}

.site-form.is-loading .loader {
  opacity: 1;
  visibility: visible;
}

.site-form__fieldset {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  transition: opacity .3s ease;
}

.site-form__fieldset input,
.site-form__fieldset textarea {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  border: 1px solid #cdcdcd;
  padding: 0 16px;
  background: #fff;
  color: #000;
  font-size: 16px;
  transition: border-color .3s ease;
}

.site-form__fieldset input:hover,
.site-form__fieldset textarea:hover {
  border-color: #828282;
}

.site-form__fieldset input::-moz-placeholder, .site-form__fieldset textarea::-moz-placeholder {
  color: #cdcdcd;
}

.site-form__fieldset input:-ms-input-placeholder, .site-form__fieldset textarea:-ms-input-placeholder {
  color: #cdcdcd;
}

.site-form__fieldset input::placeholder,
.site-form__fieldset textarea::placeholder {
  color: #cdcdcd;
}

.site-form__fieldset input:-ms-input-placeholder,
.site-form__fieldset textarea:-ms-input-placeholder {
  color: #cdcdcd;
}

.site-form__fieldset input::-ms-input-placeholder,
.site-form__fieldset textarea::-ms-input-placeholder {
  color: #cdcdcd;
}

.site-form__fieldset input:-moz-placeholder,
.site-form__fieldset textarea:-moz-placeholder {
  color: #cdcdcd;
}

.site-form__fieldset input.datepicker,
.site-form__fieldset textarea.datepicker {
  padding-right: 34px;
  background-image: url("/img/universal/svg/calendar.svg");
  background-size: 24px 24px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}

.site-form__fieldset.is-not-touched input,
.site-form__fieldset.is-not-touched textarea,
.site-form__fieldset.is-not-valid input,
.site-form__fieldset.is-not-valid textarea {
  border-color: #ec4a4a;
}

.site-form__fieldset.is-not-touched .site-form__err-message,
.site-form__fieldset.is-not-valid .site-form__err-message {
  height: 28px;
  margin-top: 4px;
  opacity: 1;
  visibility: visible;
}

.site-form__label {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
}

.site-form__err-message {
  display: block;
  position: absolute;
  height: 0;
  color: #ec4a4a;
  font-size: 13px;
  line-height: 21px;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}

.site-form__btn-wrap {
  margin-top: 32px;
  text-align: center;
}

.site-form input[type=checkbox].is-not-touched + label::before {
  border-color: #ec4a4a;
}

.site-form .submit-text {
  display: block;
}

.site-form .processing-text {
  display: none;
}

@media (min-width: 1024px) {
  .site-form__fieldset input,
  .site-form__fieldset textarea {
    height: 52px;
    font-size: 18px;
    line-height: 28px;
  }

  .site-form__label {
    font-size: 14px;
    line-height: 24px;
  }

  .site-form__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .site-form__column {
    width: calc(50% - 16px);
  }
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.main-title {
  margin: 0 auto;
  padding-bottom: 12px;
  text-align: left;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}

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

.main-title h2 {
  display: block;
  margin-bottom: 12px;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.main-title p {
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .main-title {
    padding-bottom: 28px;
  }

  .main-title h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .main-title p {
    font-size: 18px;
    line-height: 28px;
  }
}

.nav-list__item {
  display: block;
  padding: 8px 8px 8px 32px;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  transition: 0.15s ease-in-out;
  transition-property: background-color, color;
}

.nav-list__item:hover,
.nav-list__item.active {
  color: #000;
  background: #e6e6e6;
}

.nav-list__item.active {
  cursor: default;
}

@media (min-width: 1024px) {
  .nav-list__item {
    padding: 8px 8px 8px 64px;
    line-height: 28px;
  }
}

.list-icon {
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}

.list-icon__item {
  position: relative;
  margin-top: 32px;
  padding-left: 48px;
}

.list-icon__item:first-child {
  margin-top: 0;
}

.list-icon__title {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.list-icon__img {
  position: absolute;
  top: 0;
  left: 0;
}

.list-icon__img svg,
.list-icon__img img {
  display: block;
  width: 24px;
  height: auto;
}

@media (min-width: 1024px) {
  .list-icon {
    font-size: 18px;
    line-height: 28px;
  }

  .list-icon__item {
    padding-left: 66px;
  }
}

.offers {
  margin-top: 64px;
  margin-bottom: 64px;
}

.offers__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 auto -16px;
}

.offers__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 72px;
  height: 104px;
  margin-right: 20px;
  background-color: #fff000;
}

.offers__icon img {
  display: block;
  width: 48px;
}

.offers__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
}

.offers__item:hover .offers__topic:after {
  right: -38px;
}

.offers__topic {
  position: relative;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  width: calc( 100% - 138px);
  color: #000;
  font-size: 24px;
  line-height: 32px;
  transition: color 0.15s ease;
}

.offers__topic:after {
  content: '';
  position: absolute;
  top: calc( 50% + 2px);
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -34px;
  width: 24px;
  height: 24px;
  background-image: url("/img/universal/svg/arrow_black-right.svg");
  transition: right 0.15s ease-in-out;
}

@media (min-width: 1024px) {
  .offers {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .offers__wrap {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: stretch;
        justify-content: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
    margin-left: -18px;
    margin-right: -18px;
  }

  .offers__item {
    width: calc(33.33% - 36px);
    margin-left: 18px;
    margin-right: 18px;
  }

  .offers__topic {
    width: calc( 100% - 136px);
    font-size: 24px;
    line-height: 32px;
  }
}

.hero-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-bottom: 97px;
  padding: 31px 0;
  min-height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff000;
}

.hero-page .btn {
  margin-top: 32px;
}

.hero-page .site__title {
  margin-bottom: 0;
}

.hero-page__text {
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}

.hero-page__text p {
  margin-bottom: 8px;
  white-space: pre-line;
}

.hero-page__text p:last-child {
  margin-bottom: 0;
}

.hero-page__text li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 16px;
}

.hero-page__text li:last-child {
  margin-bottom: 0;
}

.hero-page__text li:after {
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  content: '';
}

.hero-page__back {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.hero-page__back a {
  position: relative;
  padding-left: 37px;
  color: #000;
}

.hero-page__back a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/img/universal/svg/arrow_black-left.svg") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  transition: left 0.15s ease-in-out;
}

.hero-page__pic {
  max-width: 313px;
  margin: 0 auto 32px;
}

.hero-page__pic img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-page_with-img {
  display: block;
}

.hero-page_subscribe {
  min-height: 230px;
  margin-bottom: 65px;
}

.hero-page_subscribe .site__title {
  margin-bottom: 22px;
}

.hero-page_subscribe .btn {
  margin-top: 0;
}

.hero-page_subscribe .subscribe.is-loading > * {
  opacity: .1;
}

.hero-page_subscribe .subscribe.is-loading > .loader {
  background-color: transparent;
  opacity: 1;
}

@media (max-width: 1023px) {
  .hero-page .btn {
    width: 100%;
    margin: 32px auto 0;
    text-align: center;
  }

  .hero-page__wrap .site__title {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }

  .hero-page__item-info {
    width: 100%;
    max-width: 393px;
    margin: 0 auto;
    text-align: center;
  }

  .hero-page_subscribe .btn {
    margin-top: 0;
  }

  .hero-page .success {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .hero-page .success .success__wrap {
    -ms-flex-align: stretch;
        align-items: stretch;
    height: auto;
  }

  .hero-page .success .success__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
  }

  .hero-page .success .site__title {
    font-size: 22px;
    line-height: 32px;
  }

  .hero-page .success p {
    margin: auto 0;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1024px) {
  .hero-page {
    display: block;
    max-width: 1344px;
    margin: 48px auto 113px;
    padding: 64px 0 64px;
  }

  .hero-page .btn {
    width: auto;
    margin-top: 32px;
  }

  .hero-page .site__title {
    margin-bottom: 16px;
  }

  .hero-page__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .hero-page__text {
    margin-top: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .hero-page__text p {
    margin-bottom: 16px;
  }

  .hero-page__text li {
    margin-bottom: 16px;
  }

  .hero-page__text li:after {
    top: 12px;
    width: 8px;
    height: 8px;
  }

  .hero-page__item-info {
    -ms-flex-order: 1;
        order: 1;
    width: 63%;
  }

  .hero-page__back {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-page__back a {
    padding-left: 32px;
    transition: color .3s ease;
  }

  .hero-page__back a:hover:before {
    left: -4px;
  }

  .hero-page__pic {
    -ms-flex-order: 2;
        order: 2;
    margin: 0;
    max-width: 393px;
  }

  .hero-page_with-img .hero-page__item-info {
    -ms-flex-order: 1;
        order: 1;
    max-width: 50%;
  }

  .hero-page_with-banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }

  .hero-page_with-banner .hero-page__wrap {
    width: 100%;
  }

  .hero-page_horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 81.4%;
  }

  .hero-page_horizontal .site__title {
    margin-bottom: 0;
  }

  .hero-page_horizontal .hero-page__text {
    margin-bottom: 4px;
  }

  .hero-page_full {
    width: 100%;
  }

  .hero-page_subscribe {
    margin-bottom: 49px;
    padding-bottom: 32px;
  }

  .hero-page_subscribe .site__title {
    margin-bottom: 24px;
  }

  .hero-page_subscribe .subscribe {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    margin-bottom: 32px;
  }

  .hero-page_subscribe .subscribe .site-form__fieldset {
    width: 69%;
    max-width: 480px;
    margin-right: 32px;
    margin-bottom: 0;
  }

  .hero-page_subscribe .btn {
    margin-top: 0;
  }

  .hero-page_subscribe .success {
    padding-top: 64px;
  }

  .hero-page_subscribe .success__wrap {
    text-align: left;
  }

  .hero-page_subscribe .success__head {
    padding-bottom: 0;
  }
}

@media (max-width: 1023px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-page_subscribe .success .is-success .site__title {
    margin-bottom: 59px;
  }

  .hero-page_subscribe .success .is-error .site__title {
    margin-bottom: 47px;
  }
}

.list-switcher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 24px;
}

.list-switcher__scroll {
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.list-switcher__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 44px;
  margin: 0 auto;
  padding: 4px;
  border-radius: 52px;
  background-color: #f3f3f3;
}

.list-switcher__wrap > * {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 24px;
  transition: background-color .3s ease, color .3s ease;
  border-radius: inherit;
  color: #828282;
  font-size: 16px;
  line-height: 24px;
}

.list-switcher__wrap > *.is-active {
  background-color: #fff000;
  color: #000;
}

.list-switcher__wrap > *.is-active .list-switcher__icon svg > * {
  stroke: #000;
}

.list-switcher__icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.list-switcher__icon svg {
  display: block;
  width: inherit;
  height: inherit;
}

.list-switcher__icon svg > * {
  stroke: #828282;
  transition: stroke .3s ease;
}

.list-switcher__count {
  display: none;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 17px;
  height: 17px;
  overflow: hidden;
  border: 1px solid #000;
  padding: 0 1px;
  border-radius: 50%;
  background-color: #fff000;
  color: #000;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-switcher--twin .list-switcher__scroll {
  width: 100%;
  max-width: 992px;
}

.list-switcher--twin .list-switcher__wrap > *:nth-child(1) {
  width: 46%;
}

.list-switcher--twin .list-switcher__wrap > *:nth-child(2) {
  width: 54%;
}

@media (min-width: 1024px) {
  .list-switcher__wrap {
    height: 52px;
  }

  .list-switcher__wrap > * {
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
  }

  .list-switcher__wrap > *:hover {
    color: #000;
  }

  .list-switcher__wrap > *:hover .list-switcher__icon svg > * {
    stroke: #000;
  }

  .list-switcher__icon {
    margin-right: 13px;
  }

  .list-switcher--twin .list-switcher__wrap > * {
    min-width: 496px;
  }

  .list-switcher--quarter .list-switcher__wrap > * {
    width: 280px;
  }
}

.comparison {
  padding-bottom: 24px;
  background-color: #f3f3f3;
}

.comparison__header {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
}

.comparison__header-title {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.comparison__header-pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.comparison__header-pic img {
  display: block;
}

.comparison__header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

.comparison__name {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  color: #000;
}

.comparison__remove svg path {
  stroke: #000;
  transition: stroke .3s ease;
}

.comparison__remove:hover svg path {
  stroke: #ec4a4a;
}

.comparison__btn-wrap {
  margin-top: 24px;
  text-align: center;
}

@media (max-width: 1023px) {
  .comparison__table {
    display: none;
  }

  .comparison__header-wrap {
    color: #828282;
    background-color: #fff;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.08));
  }

  .comparison__header-wrap .btn-icon {
    display: none;
  }

  .comparison__header-title {
    margin-bottom: 8px;
  }

  .comparison__header-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 8px 13px 8px 0;
    border-top: 1px solid #cdcdcd;
  }

  .comparison__header-item:first-child {
    border-top: none;
  }

  .comparison__header-pic {
    width: 108px;
    height: 68px;
    padding-left: 3px;
    border-left: 4px solid;
  }

  .comparison__header-pic img {
    display: block;
    width: 84px;
    height: 52px;
  }

  .comparison__header-pic + .comparison__header-content {
    width: calc( 100% - 108px);
  }

  .comparison__header-content {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    padding-left: 9px;
  }

  .comparison__header-content .site__more-link {
    font-family: 'Amalia-Medium', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
  }

  .comparison__header-content .site__more-link::after {
    right: -37px;
  }

  .comparison__header .swiper-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .comparison__topic {
    font-family: 'Amalia-Medium', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .comparison__mobile-section {
    margin-bottom: 23px;
  }

  .comparison__section {
    color: #828282;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.08));
  }

  .comparison__section strong {
    font-family: 'Amalia-Regular', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
  }

  .comparison__section-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 8px 13px 8px 0;
    border-top: 1px solid #cdcdcd;
  }

  .comparison__section-row:first-child {
    border-top: none;
  }

  .comparison__section-pic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 52px;
    height: 68px;
    border-left: 4px solid;
  }

  .comparison__section-pic img {
    display: block;
    width: 52px;
    height: 32px;
    transform: rotate(-90deg);
  }

  .comparison__section-cell:nth-child(2) {
    width: calc( 31% - 8px);
  }

  .comparison__section-cell:nth-child(3) {
    width: calc( 51% - 4px);
  }

  .comparison__section-cell ul li {
    position: relative;
    padding-left: 14px;
  }

  .comparison__section-cell ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 3px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #828282;
  }

  .comparison__remove {
    position: absolute;
    top: calc( 50% - 7px);
    right: 3px;
  }
}

@media (min-width: 1024px) {
  .comparison {
    padding-top: 40px;
    padding-bottom: 39px;
  }

  .comparison__mobile-wrap {
    display: none;
  }

  .comparison__header {
    position: relative;
    max-width: 1344px;
    margin: 0 auto 32px;
    font-size: 18px;
    line-height: 28px;
    background-color: #fff;
    transition: height .3s ease;
  }

  .comparison__header-list {
    padding-right: 44px;
  }

  .comparison__header-fix {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: inherit;
    padding: 32px 0 16px;
    background-color: #fff;
    transform: translateX(-50%);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .comparison__header-fix.is-sticky {
    position: fixed;
    padding: 32px 0;
  }

  .comparison__header-fix.is-sticky .comparison__header-pic {
    max-width: 84px;
    margin-bottom: 16px;
  }

  .comparison__header-fix.is-sticky .comparison__header-content-wrap {
    display: none;
  }

  .comparison__header-fix.is-sticky .comparison__header-wrap .btn-icon {
    top: calc( 50% - 22px);
  }

  .comparison__header-fix.is-fixed-on-bottom {
    position: absolute;
  }

  .comparison__header-fix .site__centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .comparison__header-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .comparison__header-content {
    -ms-flex-align: center;
        align-items: center;
  }

  .comparison__header-content .btn {
    margin-top: 24px;
    margin-bottom: 34px;
  }

  .comparison__header-content .site__more-link {
    margin-bottom: 16px;
  }

  .comparison__header-content-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    overflow: hidden;
  }

  .comparison__header-pic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 256px;
    margin: 0 auto 24px;
    background-color: transparent !important;
    transition: max-width .3s ease, margin-bottom .3s ease;
  }

  .comparison__header-pic img {
    width: 100%;
    max-width: 256px;
  }

  .comparison__header-title {
    width: 276px;
  }

  .comparison__header-wrap {
    position: relative;
    width: calc( 100% - 286px);
    margin: 0;
  }

  .comparison__header-wrap .btn-icon {
    position: absolute;
    z-index: 2;
    top: 56px;
    transition: all .3s ease;
  }

  .comparison__header-wrap .btn-icon_left {
    left: -60px;
  }

  .comparison__header-wrap .btn-icon_right {
    right: 0;
  }

  .comparison__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .comparison__table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 32px;
    color: #828282;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    border-bottom: 1px solid #cdcdcd;
  }

  .comparison__thead {
    width: 276px;
  }

  .comparison__thead li {
    font-family: 'Amalia-Medium', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    padding: 15px 20px 16px 0;
    border-top: 1px solid #cdcdcd;
    font-size: 18px;
    line-height: 28px;
    color: #000;
  }

  .comparison__tbody {
    width: calc( 100% - 276px);
    overflow: hidden;
  }

  .comparison__tbody-swiper {
    width: calc( 50% + 7px);
  }

  .comparison__tcell {
    padding: 15px 16px 16px 0;
    border-top: 1px solid #cdcdcd;
  }

  .comparison__tcell ul li {
    position: relative;
    margin-top: 12px;
    padding-left: 12px;
  }

  .comparison__tcell ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #828282;
  }

  .comparison__tcell ul li:first-child {
    margin-top: 0;
  }

  .comparison__btn-wrap {
    margin-top: 32px;
  }
}

@media (min-width: 1280px) {
  .comparison__header-list {
    padding-right: 0;
  }

  .comparison__tbody-swiper {
    width: calc( 33.33% + 7px);
  }

  .comparison__header-wrap .btn-icon_right {
    right: -60px;
  }
}

@media (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .comparison__header-pic {
    height: 161px;
  }

  .comparison__header-fix.is-sticky .comparison__header-pic {
    height: 52px;
  }
}

.calculators {
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 64px;
}

.calculators .tabs__items-wrap {
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.calculators .tabs__item {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  display: inline-block;
  position: relative;
  margin-left: 16px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
  transition: color 0.15s ease-in-out;
}

.calculators .tabs__item:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  opacity: 0;
  border-radius: 1px;
  background-color: #fff000;
  transition: opacity 0.15s ease-in-out;
}

.calculators .tabs__item:last-of-type {
  margin-right: 16px;
}

.calculators .tabs__item.is-active {
  pointer-events: none;
  color: #000000;
}

.calculators .tabs__item.is-active:after {
  opacity: 1;
}

.calculators .tabs__item:hover {
  color: #000000;
}

.calculator .calculator-layout__hint ol {
  counter-reset: item;
}

.calculator .calculator-layout__hint ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
}

@media (min-width: 1024px) {
  .calculators .tabs__items-scroll {
    padding: 0 32px;
  }

  .calculators .tabs__item {
    margin-left: 80px;
    padding-bottom: 19px;
    font-size: 24px;
    line-height: 32px;
  }

  .calculators .tabs__item:first-child {
    margin-left: 32px;
  }

  .calculators .tabs__item:last-of-type {
    margin-right: 32px;
  }
}

.benefits {
  margin-bottom: 64px;
  color: #828282;
  font-size: 14px;
  line-height: 24px;
}

.benefits__container {
  position: relative;
}

.benefits__container .swiper-wrapper {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.benefits__container .swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
}

.benefits__container .swiper-pagination span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  transition: background-color .3s ease, width .3s ease;
  background-color: #f2e400;
}

.benefits__container .swiper-pagination span.swiper-pagination-bullet-active {
  width: 16px;
  background-color: #000;
}

.benefits__container:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.benefits__container:not(.swiper-container-initialized) .benefits__item {
  margin: 0 8px 16px;
}

.benefits__item {
  height: auto;
  width: 311px;
  padding: 65px 16px;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.benefits__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background-color: #f3f3f3;
}

.benefits__icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.benefits__topic {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  position: relative;
  margin-bottom: 12px;
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.benefits__topic:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 44px;
  height: 4px;
  background-color: #f3f3f3;
  transform: translateX(-50%);
}

.benefits__topic p {
  font-size: 14px;
  line-height: 24;
}

@media (max-width: 1023px) {
  .benefits__container {
    margin: 0 auto;
  }

  .benefits__container:not(.swiper-container-initialized) .benefits__item {
    width: 311px;
  }

  .benefits__item {
    min-height: 400px;
  }
}

@media (min-width: 1024px) {
  .benefits {
    margin-bottom: 80px;
  }

  .benefits .site__centered {
    max-width: 1186px;
  }

  .benefits__container {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -32px;
  }

  .benefits__container:not(.swiper-container-initialized) .benefits__item {
    margin: 0 16px 32px;
  }

  .benefits__icon {
    margin-bottom: 11px;
  }

  .benefits__item {
    width: 256px;
    min-height: 252px;
    margin: 0 16px 32px;
    padding: 31px 16px 29px;
  }

  .benefits .swiper-pagination {
    display: none;
  }

  .benefits.section-margin {
    margin-bottom: 112px;
  }
}

.calculate-income {
  margin-bottom: 64px;
}

@media (max-width: 1023px) {
  .calculate-income .site__centered {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .calculate-income {
    margin-bottom: 111px;
  }
}

.tariffs .js-collapse-wrap {
  text-align: center;
}

.tariffs .more-btn {
  display: inline-block;
  margin: 40px auto 0;
}

.tariffs__info-row {
  padding: 12px 0 11px;
  border-bottom: 1px solid #cdcdcd;
}

.tariffs__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  border-top: 1px solid #cdcdcd;
}

.tariffs__head-item {
  width: 50%;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  text-align: center;
  margin-bottom: 16px;
}

.tariffs__head-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.tariffs__head-item-title {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.tariffs__head-item-text {
  font-size: 16px;
  line-height: 24px;
  color: #828282;
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.tariffs__description {
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.tariffs__description dt {
  width: 52.2%;
  -ms-flex: 0 0 52.2%;
      flex: 0 0 52.2%;
  max-width: 200px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.tariffs__description dd {
  font-size: 16px;
  line-height: 24px;
  color: #828282;
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.tariffs__btns {
  margin-top: 30px;
  text-align: center;
}

.tariffs__btns .btns {
  width: 100%;
}

@media (min-width: 768px) {
  .tariffs__btns .btns {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .tariffs .more-btn {
    margin: 30px auto 0;
  }

  .tariffs__info-row {
    padding: 16px 0 15px;
  }

  .tariffs__head-item {
    width: 25%;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    margin-bottom: 0;
  }

  .tariffs__head-item:nth-child(n + 5) {
    margin-top: 56px;
  }

  .tariffs__head-item-title {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 44px;
  }

  .tariffs__head-item-text {
    font-size: 18px;
    line-height: 28px;
  }

  .tariffs__description dt {
    width: 33.3%;
    -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .tariffs__description dd {
    font-size: 18px;
    line-height: 28px;
  }
}

.documents {
  margin-top: 64px;
  margin-bottom: 64px;
}

.documents .more-btn {
  margin-top: 8px;
}

.documents__wrap,
.documents .collapse-wrap__popup-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.documents__wrap {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.documents__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-bottom: 25px;
  padding-left: 48px;
  color: #828282;
  transition: color .3s ease;
}

.documents__item p {
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .3s ease;
}

.documents__item:hover p {
  border-bottom-color: #828282;
}

.documents__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url("/img/universal/svg/doc.svg") no-repeat center;
  background-size: contain;
}

@media (min-width: 768px) {
  .documents__wrap,
  .documents .collapse-wrap__popup-wrap {
    -ms-flex-flow: wrap row;
        flex-flow: wrap row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .documents__item {
    width: calc( 50% - 15px);
  }
}

@media (min-width: 1024px) {
  .documents {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .documents__wrap {
    padding-top: 11px;
    font-size: 18px;
    line-height: 28px;
  }

  .documents__item {
    margin-bottom: 40px;
    padding-left: 65px;
  }

  .documents__item:before {
    left: 6px;
    width: 32px;
    height: 32px;
  }
}

.rates {
  margin-top: 64px;
  margin-bottom: 64px;
}

.rates__table {
  width: 100%;
  color: #828282;
  font-size: 16px;
  line-height: 24px;
  min-width: 420px;
}

.rates__table th,
.rates__table td {
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 1px solid #e6e6e6;
}

.rates__table th:last-child,
.rates__table td:last-child {
  padding-right: 0;
}

.rates__table th,
.rates__table strong,
.rates__table td:first-child {
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  color: #000;
}

.rates__table th i,
.rates__table th em,
.rates__table strong i,
.rates__table strong em,
.rates__table td:first-child i,
.rates__table td:first-child em {
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  display: block;
  font-style: normal;
  color: #828282;
  font-size: 16px;
}

.rates__table th {
  padding-bottom: 11px;
  text-align: left;
}

.rates__table td {
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  padding-top: 11px;
  padding-bottom: 12px;
}

.rates__table td p:not(:last-child),
.rates__table td span:not(:last-child) {
  margin-bottom: 8px;
}

.rates__table td .rates__span-child,
.rates__table td span {
  display: block;
}

.rates__table td span.wm-only,
.rates__table td span.sm-only {
  display: inline-block;
}

.rates__table--credit-mob {
  min-width: initial;
}

.rates__table--credit-mob tr th:last-child,
.rates__table--credit-mob tr td:last-child {
  text-align: left;
}

.rates__table--credit-mob tr td:first-child {
  width: 53%;
}

.rates__table--credit-mob td {
  font-size: 14px;
  font-weight: 500 !important;
  font-family: 'Amalia-Medium', sans-serif;
  color: #000;
}

.rates__table--credit-mob td strong {
  font-weight: 700 !important;
  font-family: 'Amalia-Bold', sans-serif;
}

.rates__table--credit-mob .rates__span-child {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Amalia-Regular', sans-serif;
  color: #828282;
}

.rates__table--credit-mob:first-child .rates__head-col {
  padding-top: 9px;
}

.rates__table--collapse {
  transition: height .3s ease-in-out;
  overflow: hidden;
  display: none;
}

.rates__table--collapse.show {
  display: block;
}

.rates .rates__head-col {
  padding-top: 24px;
}

.rates__btn-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 33px;
}

.rates__btn-wrap .more-btn {
  font-weight: 500 !important;
  font-family: 'Amalia-Medium', sans-serif;
  font-size: 18px;
  margin: 0;
}

@media (min-width: 768px) {
  .rates__btn-wrap.sm-only {
    display: none;
  }
}

.rates__table-container {
  overflow-x: auto;
}

@media (max-width: 767px) {
  .rates__table th:first-child,
  .rates__table td:first-child {
    padding-left: 0;
  }

  .rates__table th:last-child,
  .rates__table td:last-child {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .rates__table {
    font-size: 18px;
    line-height: 28px;
  }

  .rates__table th {
    padding: 0 32px 17px;
  }

  .rates__table td {
    padding: 15px 32px 16px;
  }
}

@media (min-width: 1024px) {
  .rates {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .rates__table td:first-child {
    min-width: 250px;
  }
}

.breadcrumbs {
  font-family: "Amalia-Regular", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .breadcrumbs {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.breadcrumbs__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs__item {
  margin-right: 30px;
  color: #9b9b9b;
  font-size: 11px;
  line-height: 2;
  display: inline-block;
  position: relative;
}

.breadcrumbs__item:last-child {
  margin-right: 0;
}

@media (min-width: 1024px) {
  .breadcrumbs__item {
    margin-right: 44px;
  }
}

.breadcrumbs__item-home > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.breadcrumbs__item:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -27px;
  width: 20px;
  height: 20px;
  background: url(/img/universal/svg/arrow_grey-right.svg);
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .breadcrumbs__item:after {
    right: -33px;
  }
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__item > a {
  color: inherit;
  transition: color 0.15s ease-in-out;
}

.breadcrumbs__item > a:hover,
.breadcrumbs__item > a:active,
.breadcrumbs__item > a:focus {
  color: #000;
}

.breadcrumbs__item > a > svg {
  width: 20px;
  height: 20px;
}

.breadcrumbs__item > a > svg path {
  transition: stroke 0.15s ease-in-out;
  stroke: #9b9b9b;
}

.breadcrumbs__item > a:hover svg path {
  stroke: #000;
}

.knowledge-base {
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 32px 0;
  background-color: #f3f3f3;
}

.knowledge-base .accordion__head {
  font-size: 14px;
}

.knowledge-base .accordion__content-wrap {
  padding: 10px 0 17px;
  color: #828282;
  font-size: 14px;
  line-height: 24px;
}

.knowledge-base .accordion__content-wrap a {
  text-decoration: underline;
}

.knowledge-base .accordion__content-wrap li {
  position: relative;
  margin-bottom: 22px;
  padding-left: 21px;
}

.knowledge-base .accordion__content-wrap li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

.knowledge-base .fr-video {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}

@media (min-width: 768px) {
  .knowledge-base .fr-video {
    width: 560px;
    padding-bottom: 315px;
  }
}

.knowledge-base .fr-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.knowledge-base .fr-video:not(:last-child) {
  margin-bottom: 22px;
}

.knowledge-base .document-faq:not(:last-child) {
  margin-bottom: 22px;
}

.knowledge-base .document-faq .document-faq__file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  color: #828282;
  text-decoration: none;
}

.knowledge-base .document-faq .document-faq__icon {
  -ms-flex: 0 0 44px;
      flex: 0 0 44px;
  margin-right: 20px;
}

.knowledge-base .document-faq .document-faq__text {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .knowledge-base {
    margin-top: 112px;
    margin-bottom: 112px;
    padding-top: 58px;
    padding-bottom: 57px;
  }

  .knowledge-base .accordion__item.is-active {
    background-color: #ffffff;
  }

  .knowledge-base .accordion__head {
    font-size: 18px;
    line-height: 28px;
  }

  .knowledge-base .accordion__content-wrap {
    max-width: 840px;
    font-size: 14px;
  }

  .knowledge-base .document-faq__text {
    font-size: 18px;
    line-height: 28px;
  }
}

.sub-info {
  padding-top: 64px;
  padding-bottom: 68px;
}

.sub-info .more-btn {
  margin-top: 8px;
}

.sub-info__wrap,
.sub-info .collapse-wrap__popup-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.sub-info__wrap {
  font-size: 13px;
  line-height: 16px;
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.sub-info__item {
  margin-bottom: 25px;
  color: #828282;
  transition: color 0.15s ease-in-out;
}

@media (min-width: 768px) {
  .sub-info__wrap,
  .sub-info .collapse-wrap__popup-wrap {
    -ms-flex-flow: wrap row;
        flex-flow: wrap row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .sub-info__item {
    width: calc( 50% - 15px);
  }
}

@media (min-width: 1024px) {
  .sub-info {
    padding-top: 112px;
    padding-bottom: 120px;
  }

  .sub-info__wrap {
    font-size: 15px;
    line-height: 24px;
  }

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

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

.select2.select2-container .select2-selection {
  width: 100%;
  height: 52px;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out;
}

.select2.select2-container .select2-selection__rendered {
  width: 100%;
  height: 52px;
  padding: 12px 30px 12px 20px !important;
  font-size: 18px;
  line-height: 28px !important;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.select2.select2-container .select2-selection__arrow {
  top: 50% !important;
  right: 12px !important;
  transform: translateY(-50%);
}

.select2.select2-container .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent !important;
}

.select2.select2-container .select2-selection__placeholder {
  font-size: 18px;
  line-height: 28px;
  color: #cdcdcd;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.select2.select2-container.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent !important;
  border-width: 0 4px 5px 4px;
}

.select2.select2-container.select2-container--disabled {
  opacity: .35;
}

.select2-dropdown {
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.15);
}

.select2-dropdown .select2-search--dropdown {
  padding: 6px 16px;
}

.select2-dropdown .select2-search__field {
  border: 1px solid #cdcdcd !important;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  -webkit-appearance: none;
}

.select2-dropdown .select2-results__option {
  padding: 6px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  transition: 0.15s ease-in-out;
  transition-property: background-color, color;
}

.select2-dropdown .select2-results__option[aria-selected=true],
.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background: #f3f3f3;
  color: #828282;
}

.is-not-touched .select2-selection,
.is-not-valid .select2-selection {
  border-color: #ec4a4a !important;
}

.qs-datepicker-container {
  width: 16.75em;
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.15);
  background: #fff;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.qs-datepicker-container .qs-controls {
  min-height: 44px;
  background: #f3f3f3;
  font-size: 18px;
  line-height: 28px;
}

.qs-datepicker-container .qs-controls .qs-month,
.qs-datepicker-container .qs-controls .qs-year {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-weight: 400;
}

.qs-datepicker-container .qs-arrow {
  width: 44px;
  height: 44px;
  border-radius: 0;
}

.qs-datepicker-container .qs-arrow.qs-left,
.qs-datepicker-container .qs-arrow.qs-right {
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: background-color 0.15s ease-in-out;
}

.qs-datepicker-container .qs-arrow.qs-left:after,
.qs-datepicker-container .qs-arrow.qs-right:after {
  display: none;
}

.qs-datepicker-container .qs-arrow.qs-left:hover,
.qs-datepicker-container .qs-arrow.qs-right:hover {
  background-color: #e6e6e6;
}

.qs-datepicker-container .qs-arrow.qs-left {
  background-image: url("/img/universal/svg/arrow_black-left.svg");
}

.qs-datepicker-container .qs-arrow.qs-right {
  background-image: url("/img/universal/svg/arrow_black-right.svg");
}

.qs-datepicker-container .qs-squares .qs-square {
  width: 36px;
  height: 36px;
  border-radius: 0;
  background-color: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.qs-datepicker-container .qs-squares .qs-square.qs-day {
  color: #cdcdcd;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  cursor: default;
}

.qs-datepicker-container .qs-squares .qs-square.qs-current,
.qs-datepicker-container .qs-squares .qs-square.qs-active {
  background: #fff000;
  text-decoration: none;
  color: #000;
}

.qs-datepicker-container .qs-squares .qs-square.qs-current:hover,
.qs-datepicker-container .qs-squares .qs-square.qs-active:hover {
  background: #fff000;
}

.qs-datepicker-container .qs-squares .qs-square.qs-active,
.qs-datepicker-container .qs-squares .qs-square.qs-empty,
.qs-datepicker-container .qs-squares .qs-square.qs-disabled {
  pointer-events: none;
  cursor: default;
}

.qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background-color: #f3f3f3;
}

.qs-datepicker-container .qs-overlay {
  background: #fff;
  padding: 0;
}

.qs-datepicker-container .qs-overlay .qs-close {
  width: 44px;
  height: 44px;
  background-image: url("/img/universal/svg/close.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  background-color: transparent;
  color: transparent;
  transition: background-color 0.15s ease-in-out;
}

.qs-datepicker-container .qs-overlay .qs-close:hover {
  background-color: #cdcdcd;
}

.qs-datepicker-container .qs-overlay .qs-overlay-year {
  width: 100%;
  height: 44px;
  padding: 0 44px;
  border-bottom: none;
  background: #e6e6e6;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.qs-datepicker-container .qs-overlay .qs-overlay-year:focus {
  border-color: #000;
}

.qs-datepicker-container .qs-overlay .qs-overlay-year:focus::-moz-placeholder {
  color: transparent;
}

.qs-datepicker-container .qs-overlay .qs-overlay-year:focus:-ms-input-placeholder {
  color: transparent;
}

.qs-datepicker-container .qs-overlay .qs-overlay-year:focus::placeholder {
  color: transparent;
}

.qs-datepicker-container .qs-overlay .qs-overlay-year:focus:-ms-input-placeholder {
  color: transparent;
}

.qs-datepicker-container .qs-overlay .qs-overlay-year::-moz-placeholder {
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  color: #9b9b9b;
}

.qs-datepicker-container .qs-overlay .qs-overlay-year:-ms-input-placeholder {
  -ms-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  color: #9b9b9b;
}

.qs-datepicker-container .qs-overlay .qs-overlay-year::placeholder {
  transition: color 0.15s ease-in-out;
  color: #9b9b9b;
}

.qs-datepicker-container .qs-overlay .qs-overlay-year:-ms-input-placeholder {
  -ms-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  color: #9b9b9b;
}

.qs-datepicker-container .qs-overlay .qs-overlay-year::-ms-input-placeholder {
  -ms-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  color: #9b9b9b;
}

.qs-datepicker-container .qs-overlay .qs-overlay-year:-moz-placeholder {
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  color: #9b9b9b;
}

.qs-datepicker-container .qs-overlay .qs-overlay-month-container {
  padding: 8px;
}

.qs-datepicker-container .qs-overlay .qs-overlay-month {
  opacity: 1;
  height: 32px;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
  background: transparent;
  transition: background 0.15s ease-in-out;
}

.qs-datepicker-container .qs-overlay .qs-overlay-month:hover {
  background: #f3f3f3;
}

.qs-datepicker-container .qs-overlay .qs-overlay-month.qs-current,
.qs-datepicker-container .qs-overlay .qs-overlay-month.qs-active {
  background: #fff000;
  text-decoration: none;
  color: #000;
}

.qs-datepicker-container .qs-overlay .qs-overlay-month.qs-current:hover,
.qs-datepicker-container .qs-overlay .qs-overlay-month.qs-active:hover {
  background: #fff000;
}

.qs-datepicker-container .qs-overlay .qs-submit {
  padding: 0;
  background: transparent;
  border: none;
  display: block;
  width: calc(100% - 16px);
  margin-bottom: 8px;
  height: 44px;
  padding: 0 36px;
  border: 1px solid;
  border-radius: 0;
  font-size: 14px;
  line-height: 43px;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  white-space: nowrap;
  text-align: center;
  color: #fff000;
  background: #000;
  border-color: #000;
  transition: 0.15s ease-in-out;
  transition-property: color, border-color, background-color;
}

.qs-datepicker-container .qs-overlay .qs-submit:hover:not(.qs-disabled) {
  color: #000;
  background: #fff000;
  border-color: #fff000;
}

.qs-datepicker-container .qs-overlay .qs-submit.qs-disabled {
  opacity: 1;
  background: #cdcdcd;
  color: #e6e6e6;
  border-color: #cdcdcd;
}

.success {
  opacity: 0;
  visibility: hidden;
  transition: 0.15s linear;
  transition-property: visibility, opacity;
}

.success__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  height: 100%;
  text-align: center;
}

.success__wrap p {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.success__wrap mark {
  color: #EC4A4A;
}

.success__head {
  padding-bottom: 32px;
}

.success .is-error,
.success .is-success {
  display: none;
}

.success.is-showed {
  opacity: 1;
  visibility: visible;
}

.news-filter {
  padding-bottom: 16px;
}

.news-filter .dropdown__result .dropdown__item {
  color: #000;
}

@media (max-width: 767px) {
  .news-filter .site__title {
    text-align: center;
  }

  .news-filter .dropdown {
    width: calc(50% - 7.5px);
    height: 36px;
    background-color: #f3f3f3;
  }

  .news-filter .dropdown__result {
    width: calc( 100% - 16px);
    height: inherit;
  }

  .news-filter .dropdown__result:before,
  .news-filter .dropdown__result:after {
    width: 9px;
    height: 7px;
  }

  .news-filter .dropdown__item {
    font-family: 'Amalia-Regular', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    height: inherit;
    padding: 9px 12px;
    font-size: 16px;
  }

  .news-filter__tools {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .news-filter {
    margin-bottom: 39px;
  }

  .news-filter .site__title {
    margin-bottom: 0;
    margin-right: 24px;
  }

  .news-filter .dropdown__item {
    font-family: 'Amalia-Regular', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 14px;
  }

  .news-filter > .site__centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .news-filter__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-top: 8px;
  }

  .news-filter__tools {
    position: relative;
    top: 5px;
  }

  .news-filter__categories {
    margin-top: 39px;
    padding-top: 28px;
    background-color: #f3f3f3;
  }

  .news-filter__categories a {
    font-family: 'Amalia-Medium', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    margin-right: 32px;
    margin-bottom: 28px;
    padding: 8px 16px;
    background-color: #f9f9f9;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .5px;
    transition: background-color .3s ease, box-shadow .3s ease;
  }

  .news-filter__categories a.is-active {
    background-color: #fff000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 8px rgba(0, 0, 0, 0.1);
    pointer-events: none;
  }

  .news-filter__categories a:hover {
    background-color: #fff000;
  }

  .news-filter__categories .site__centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.info-section {
  margin-top: 64px;
  margin-bottom: 64px;
}

.info-block_grey {
  padding: 32px 16px;
  background-color: #f3f3f3;
}

.info-block__pic {
  margin-bottom: 16px;
}

.info-block__pic img {
  display: block;
  width: 100%;
}

.info-block__pic.picture-mobile:not(.picture-mobile_one) {
  display: none;
}

.info-block_reverse .picture-mobile {
  display: block;
}

.info-block .info-block__pic_full {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 332px;
  margin: 0 -15px 16px;
  padding: 0;
}

.info-block .info-block__pic_full img {
  border-radius: 2px;
}

.info-block .info-block__pic_full.picture-desctop {
  display: none;
}

.info-block .info-block__pic_full--cover {
  position: relative;
  height: 592px;
}

@media screen and (max-width: 767px) {
  .info-block .info-block__pic_full--cover {
    height: auto;
  }
}

.info-block .info-block__pic_full--cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -o-object-fit: cover;
}

@media screen and (max-width: 767px) {
  .info-block .info-block__pic_full--cover img {
    position: static;
    height: auto;
    -o-object-fit: auto;
       object-fit: auto;
  }
}

.info-block .info-block__pic_full--cover-mob {
  position: relative;
  height: 516px;
}

.info-block .info-block__pic_full--cover-mob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: top;
  -o-object-position: top;
}

.info-block .info-block__pic_half {
  position: relative;
  margin: 0 -15px 16px;
  padding: 0;
  height: 332px;
  overflow: hidden;
}

.info-block .info-block__pic_half img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  display: block;
}

.info-block__title {
  display: block;
  margin-bottom: 16px;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.info-block__content {
  font-family: 'Amalia-Regular', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}

.info-block__content p + p {
  margin-top: 12px;
}

.info-block__content p + .list-icon {
  margin-top: 12px;
}

.info-block__content ul,
.info-block__content ol {
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.info-block__content ul li,
.info-block__content ol li {
  position: relative;
  padding-left: 12px;
  margin-top: 12px;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.info-block__content ul li:before,
.info-block__content ol li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
  content: '';
}

.info-block__content ul li:first-child,
.info-block__content ol li:first-child {
  margin-top: 0;
}

.info-block__content ol {
  counter-reset: item;
}

.info-block__content ol li {
  padding-left: 20px;
}

.info-block__content ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  top: 0;
  width: 12px;
  height: auto;
  background: none;
}

.info-block__action {
  padding-top: 32px;
  text-align: center;
}

.info-block__action .btn,
.info-block__action .btns {
  width: 100%;
}

.info-block-list .info-block {
  margin-top: 16px;
}

.info-block-list .info-block:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .info-block .info-block__pic_full,
  .info-block .info-block__pic_half {
    margin: 0 0 16px;
  }
}

@media (min-width: 1024px) {
  .info-section {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .info-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .info-block_reverse .info-block__pic {
    -ms-flex-order: 2;
        order: 2;
  }

  .info-block_reverse .info-block__pic.picture-mobile {
    display: none;
  }

  .info-block_reverse .info-block__content {
    -ms-flex-order: 1;
        order: 1;
  }

  .info-block_grey {
    padding: 64px;
  }

  .info-block_img {
    -ms-flex-align: center;
        align-items: center;
  }

  .info-block_img .info-block__pic {
    width: calc(50% - 16px);
  }

  .info-block_img .info-block__content {
    width: calc(50% - 80px);
  }

  .info-block__pic {
    width: 384px;
    margin-bottom: 0;
  }

  .info-block .info-block__pic_full {
    margin: 0;
  }

  .info-block .info-block__pic_full img {
    opacity: 0.5;
  }

  .info-block .info-block__pic_full.picture-desctop {
    display: -ms-flexbox;
    display: flex;
  }

  .info-block .info-block__pic_full.picture-mobile {
    display: none;
  }

  .info-block .info-block__pic_half {
    height: 368px;
    margin: 0;
  }

  .info-block__content {
    width: calc(100% - 384px - 96px);
    font-size: 18px;
    line-height: 28px;
  }

  .info-block__content p + p {
    margin-top: 24px;
  }

  .info-block__content p + .list-icon {
    margin-top: 24px;
  }

  .info-block__title {
    font-size: 32px;
    line-height: 44px;
  }

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

  .info-block__action .btn,
  .info-block__action .btns {
    width: auto;
  }

  .info-block-list .info-block {
    margin-top: 32px;
  }
}

@media (min-width: 768px) {
  .info-block__action .btn,
  .info-block__action .btns {
    width: auto;
  }
}

.attention-block {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff000;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.attention-block_background {
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.attention-block_image {
  background-color: #f3f3f3;
  padding-bottom: 0;
}

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

.attention-block__title {
  display: block;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.attention-block__btns {
  padding-top: 32px;
}

.attention-block__btns .btn {
  width: 100%;
}

.attention-block__col + .attention-block__col {
  padding-top: 64px;
}

.attention-block__pic {
  padding-top: 30px;
}

.attention-block__pic img {
  display: block;
  width: 100%;
}

.attention-block .attention-block__pic_half {
  position: relative;
  min-height: 332px;
  overflow: hidden;
}

.attention-block .attention-block__pic_half img {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  max-width: 222px;
}

.attention-block_grey {
  background-color: #cdcdcd;
}

@media (min-width: 1024px) {
  .attention-block {
    padding: 56px 0 64px;
    font-size: 24px;
    line-height: 32px;
  }

  .attention-block_background {
    padding: 182px 0 190px;
  }

  .attention-block_image {
    padding-top: 0;
    padding-bottom: 0;
  }

  .attention-block_image .attention-block__content {
    width: 50%;
    padding: 32px 32px 32px 0;
  }

  .attention-block__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    text-align: left;
  }

  .attention-block__title {
    font-size: 40px;
    line-height: 48px;
  }

  .attention-block__content {
    width: calc(50% + 80px);
  }

  .attention-block__btns {
    width: calc(50% - 176px);
  }

  .attention-block__btns .btn {
    width: auto;
  }

  .attention-block__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: calc(50% - 16px);
    -ms-flex-item-align: stretch;
        align-self: stretch;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }

  .attention-block__col:first-child {
    text-align: right;
  }

  .attention-block__col + .attention-block__col {
    padding-top: 0;
  }

  .attention-block__col .attention-block__title {
    font-size: 32px;
    line-height: 44px;
  }

  .attention-block__col .attention-block__btns {
    width: 100%;
    margin-top: auto;
  }

  .attention-block__pic {
    width: 50%;
    padding-top: 0;
  }

  .attention-block .attention-block__pic_half {
    min-height: 368px;
  }

  .attention-block .attention-block__pic_half img {
    top: 54px;
  }
}

@media (max-width: 767.98px) {
  .attention-block__btns a {
    width: 100%;
  }
}

.store-links {
  margin: 0 -8px 10px -8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.store-links a {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}

@media (min-width: 1024px) {
  .store-links {
    margin: 0 -12px 10px -12px;
  }

  .store-links a {
    margin: 0 12px;
  }
}

@media (max-width: 767.98px) {
  .attention-block__btns .store-links > a {
    width: auto;
  }
}

.info-preview .main-title {
  padding-bottom: 8px;
}

.info-preview .main-title h2 {
  text-align: center;
}

.info-preview .info-block__title {
  text-align: center;
}

@media (min-width: 1024px) {
  .info-preview .main-title {
    padding-bottom: 12px;
  }

  .info-preview .main-title h2 {
    text-align: left;
  }

  .info-preview .info-block__title {
    text-align: left;
  }
}

.helpful-info {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #F3F3F3;
}

@media (min-width: 1024px) {
  .helpful-info {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.accordion {
  border-bottom: 1px solid #E6E6E6;
}

.accordion_menu {
  border-bottom: none;
}

.accordion_menu .accordion__item.is-active {
  background: none;
}

.accordion_menu .accordion__item.is-active .accordion__btn {
  transition-delay: 0s;
}

.accordion_menu .accordion__item.is-active .accordion__btn:before {
  transform: rotate(-45deg);
  transition-delay: .15s;
}

.accordion_menu .accordion__item.is-active .accordion__btn:after {
  transform: rotate(45deg);
  transition-delay: .15s;
}

.accordion_menu .accordion__head {
  border-top: none;
}

.accordion_menu .accordion__btn {
  right: 21px;
  transition-delay: .15s;
}

.accordion__item.is-active .accordion__btn {
  transform: rotate(45deg);
}

.accordion__head {
  position: relative;
  padding: 16px 40px 16px 0;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  border-top: 1px solid #E6E6E6;
  cursor: pointer;
}

.accordion__content {
  display: none;
  overflow: hidden;
  font-size: 14px;
  color: #828282;
}

.accordion__btn {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  transition: transform .15s ease-in-out;
  transform-origin: center;
}

.accordion__btn:before,
.accordion__btn:after {
  position: absolute;
  background: #000;
  transition: transform .15s ease-in-out;
  transform-origin: center;
  content: '';
}

.accordion__btn:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.accordion__btn:after {
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  margin-left: -1px;
}

@media (min-width: 1024px) {
  .accordion_menu .accordion__btn {
    right: 25px;
  }

  .accordion_menu .accordion__item:hover {
    background: none;
  }

  .accordion_menu .accordion__item.is-active {
    background: none;
  }

  .accordion_menu .accordion__item.is-active .accordion__btn {
    transition-delay: 0s;
  }

  .accordion_menu .accordion__item.is-active .accordion__btn:before {
    transform: rotate(-45deg);
    transition-delay: .15s;
  }

  .accordion_menu .accordion__item.is-active .accordion__btn:after {
    transform: rotate(45deg);
    transition-delay: .15s;
  }

  .accordion_menu .accordion__head {
    padding-left: 0;
  }

  .accordion_menu .accordion__content {
    padding: 0;
  }

  .accordion__item {
    transition: background-color .3s ease-in-out;
  }

  .accordion__item.is-active,
  .accordion__item:hover {
    background-color: #F9F9F9;
  }

  .accordion__head {
    padding: 16px 56px 16px 32px;
    font-size: 18px;
    line-height: 28px;
  }

  .accordion__btn {
    right: 37px;
  }

  .accordion__content {
    padding: 0 32px;
    font-size: 14px;
  }
}

.video-block {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.video-block__player {
  border-radius: 12px;
  overflow: hidden;
}

.video-block__player iframe {
  display: block;
  width: 100%;
}

.video-block__content {
  padding-top: 24px;
  font-family: 'Amalia-Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

@media (min-width: 1150px) {
  .video-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
  }

  .video-block__player {
    display: inline-block;
    width: 736px;
    margin: 0 auto;
  }

  .video-block__content {
    width: calc(100% - 736px);
    padding: 0 0 0 32px;
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .video-block__player {
    margin: 0 -16px;
  }
}

.info-gallery__slider {
  position: relative;
  height: 564px;
  margin: 0 -16px 32px;
  background-color: #F3F3F3;
}

.info-gallery__slider .swiper-container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.info-gallery__slider .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.info-gallery__slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  display: block;
  max-width: 100%;
}

.info-gallery__slider .swiper-slide.swiper-slide_desctop {
  display: none;
}

.info-gallery__slider .btn-icon {
  display: none;
}

.info-gallery__slider .slider-pagination {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  z-index: 5;
}

.info-gallery .swiper-wrapper {
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

@media (min-width: 1024px) {
  .info-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }

  .info-gallery__slider {
    width: calc(50% - 16px);
    height: 592px;
    margin: 0;
  }

  .info-gallery__slider .btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
  }

  .info-gallery__slider .btn-icon_left {
    left: 20px;
  }

  .info-gallery__slider .btn-icon_right {
    right: 20px;
  }

  .info-gallery__slider .swiper-slide.swiper-slide_desctop {
    display: -ms-flexbox;
    display: flex;
  }

  .info-gallery__slider .swiper-slide.swiper-slide_mobile {
    display: none;
  }

  .info-gallery__slider .slider-pagination {
    bottom: 16px;
  }

  .info-gallery__content {
    width: 50%;
    padding-left: 80px;
  }
}

@media (max-width: 575.98px) {
  .info-block__action {
    width: 100%;
  }
}

.flexible-line__layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}

.flexible-line__layout > .flexible-line__item {
  margin-right: 54px;
}

.flexible-line__item,
.flexible-line__bnt-more {
  transition: color .3s ease;
  white-space: nowrap;
}

.flexible-line__item:hover,
.flexible-line__bnt-more:hover {
  color: #000;
}

.flexible-line__item.is-active {
  color: #000;
  pointer-events: none;
}

.flexible-line__bnt-more {
  padding-right: 37px;
  cursor: pointer;
}

.flexible-line__bnt-more:after {
  content: "";
  position: absolute;
  top: calc( 50% - 3px);
  right: 0;
  width: 12px;
  height: 8px;
  background: url("/img/universal/svg/arrow_grey.svg") no-repeat center;
  background-size: contain;
}

.flexible-line__popup {
  right: 0;
  left: auto;
}

.flexible-line__popup.is-show {
  display: block;
}

.flexible-line__popup .dropdown__item {
  display: block;
}

.form-fieldset {
  margin-bottom: 24px;
}

.form-fieldset__input-range {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border: 1px solid #cdcdcd;
  background: #fff;
}

.form-fieldset__unit {
  padding: 10px 18px;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}

.form-fieldset__unit-select {
  min-width: 96px;
}

.form-fieldset .unit-select {
  position: relative;
  padding: 12px 25px 12px 0;
}

.form-fieldset .unit-select button {
  width: 100%;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  background: none;
  color: #828282;
}

.form-fieldset .unit-select__result {
  position: relative;
  padding: 0 25px 0 16px;
  border: none;
  border-left: 1px solid #D8D8D8;
}

.form-fieldset .unit-select__result::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-2.5px);
  border: 5px solid transparent;
  border-top: 5px solid #000000;
  transition: all .4s ease-in-out;
}

.form-fieldset .unit-select__list {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all .4s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2), 0px 4px 16px rgba(0, 0, 0, 0.15);
}

.form-fieldset .unit-select__btn {
  padding: 4px 16px;
  text-align: left;
  border: none;
  transition: all .4s ease-in-out;
}

.form-fieldset .unit-select__btn:hover {
  background-color: #f3f3f3;
}

.form-fieldset .unit-select.active .unit-select__result::after {
  transform: translateY(-5px) rotate(180deg);
}

.form-fieldset .unit-select.active .unit-select__list {
  opacity: 1;
  visibility: visible;
}

.form-fieldset input.form-fieldset__input-numeric {
  -ms-flex: 0 1 60%;
      flex: 0 1 60%;
  max-width: 60%;
  border: none;
  padding: 10px 16px;
  background: none;
  font-size: 16px;
  line-height: 24px;
  transform-origin: center left;
  transform: scale(0.875);
  color: #000;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.form-fieldset input.form-fieldset__input-numeric:focus {
  font-size: 16px;
  transform-origin: center left;
  transform: scale(0.875);
}

.form-fieldset .range-slider {
  position: absolute;
  bottom: 0;
  z-index: 10;
  display: inline-block;
  width: 100%;
  height: 22px;
  padding: 0;
  border: none;
  transform: translateY(calc(50% + 2px));
}

.form-fieldset .range-slider-inner {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}

.form-fieldset .range-slider-hidden {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.form-fieldset .range-slider-rail,
.form-fieldset .range-slider-fill {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 100%;
  height: 4px;
  transform: translateY(-50%);
}

.form-fieldset .range-slider-rail {
  width: 100%;
  background-color: #cdcdcd;
}

.form-fieldset .range-slider-fill {
  background-color: #000;
}

.form-fieldset .range-slider-knob {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 22px;
  height: 22px;
  background-color: #fff000;
  border: solid 3px #000;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .form-fieldset__unit {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .form-fieldset input.form-fieldset__input-numeric {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 28px;
    transform: scale(1);
  }

  .form-fieldset input.form-fieldset__input-numeric:focus {
    font-size: 18px;
    transform: scale(1);
  }

  .form-fieldset__unit-select {
    min-width: 98px;
  }

  .form-fieldset .unit-select {
    padding: 12px 27px 12px 0;
  }

  .form-fieldset .unit-select button {
    font-size: 18px;
    line-height: 28px;
  }
}

.dark-theme .form-fieldset__input-range {
  border: 1px solid #303030;
  background: #606060;
}

.dark-theme .form-fieldset__unit {
  color: #E6E6E6;
}

.dark-theme .form-fieldset .unit-select button {
  color: #E6E6E6;
}

.dark-theme .form-fieldset .unit-select__result {
  border-left: 1px solid #D8D8D8;
}

.dark-theme .form-fieldset .unit-select__result::after {
  border-top: 5px solid #E6E6E6;
}

.dark-theme .form-fieldset .unit-select__btn:hover {
  background-color: #303030;
}

.dark-theme .form-fieldset input.form-fieldset__input-numeric {
  color: #E6E6E6;
}

.dark-theme .form-fieldset .range-slider-rail {
  background-color: #303030;
}

.dark-theme .form-fieldset .range-slider-fill {
  background-color: #FFF000;
}

.dark-theme .form-fieldset .range-slider-knob {
  background-color: #1E1E21;
  border: solid 3px #FFF000;
}

.fieldset-radio {
  width: 100%;
  margin-bottom: 27px;
  color: #828282;
}

.fieldset-radio .fieldset-radio__title {
  margin-bottom: 19px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

.fieldset-radio .fieldset-radio__inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.fieldset-radio .fieldset-radio__inputs .field-radio {
  margin-right: 29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.fieldset-radio .fieldset-radio__inputs .field-radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.fieldset-radio .fieldset-radio__inputs .field-radio input:checked + .field-radio__circle:before {
  display: block;
}

.fieldset-radio .fieldset-radio__inputs .field-radio .field-radio__circle {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  border-radius: 50%;
  border: 1.5px solid #828282;
}

.fieldset-radio .fieldset-radio__inputs .field-radio .field-radio__circle::before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-color: #fff000;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.70001 3.6L3.90001 5.8L8.70001 1' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 1.5px solid #000000;
}

.fieldset-radio .fieldset-radio__inputs .field-radio .field-radio__text {
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 360px) {
  .fieldset-radio .fieldset-radio__inputs .field-radio {
    margin-right: 39px;
  }
}

.fieldset-dropdown {
  width: 100%;
}

.fieldset-dropdown .fieldset-dropdown__label {
  margin-bottom: 8px;
}

.fieldset-dropdown .fieldset-dropdown__dropdown {
  position: relative;
  width: 100%;
}

.fieldset-dropdown .fieldset-dropdown__dropdown.active .fieldset-dropdown__result::after {
  transform: translateY(-5px) rotate(180deg);
}

.fieldset-dropdown .fieldset-dropdown__dropdown.active .fieldset-dropdown__list {
  opacity: 1;
  visibility: visible;
}

.fieldset-dropdown .fieldset-dropdown__result {
  width: 100%;
  padding: 10px 22px 10px 16px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  background-color: #ffffff;
  color: #000;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
}

.fieldset-dropdown .fieldset-dropdown__result::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-2.5px);
  border: 5px solid transparent;
  border-top: 5px solid #000000;
  transition: all .4s ease-in-out;
}

.fieldset-dropdown .fieldset-dropdown__list {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2), 0px 4px 16px rgba(0, 0, 0, 0.15);
}

.fieldset-dropdown .fieldset-dropdown__btn {
  width: 100%;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  background-color: #ffffff;
  border: none;
  transition: all .4s ease-in-out;
}

.fieldset-dropdown .fieldset-dropdown__btn:hover {
  background-color: #f3f3f3;
}

@media (min-width: 1024px) {
  .fieldset-dropdown .fieldset-dropdown__result,
  .fieldset-dropdown .fieldset-dropdown__btn {
    padding: 12px 27px 12px 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .fieldset-dropdown .fieldset-dropdown__result::after {
    right: 27px;
  }
}

.tabs-calc {
  margin-bottom: 20px;
  padding: 0 32px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tabs-calc::webkit-scrollbar,
.tabs-calc::-webkit-scrollbar-track,
.tabs-calc::-webkit-scrollbar-thumb {
  display: none;
  background: none;
}

.tabs-calc__btn {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  position: relative;
  margin-right: 16px;
  padding-bottom: 15px;
  font-family: 'Amalia-Medium', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
  transition: color 0.15s ease-in-out;
  border: none;
  background: none;
}

.tabs-calc__btn::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  opacity: 0;
  border-radius: 1px;
  background-color: #fff000;
  transition: opacity 0.15s ease-in-out;
}

.tabs-calc__btn.active {
  pointer-events: none;
  color: #000000;
}

.tabs-calc__btn.active:after {
  opacity: 1;
}

.tabs-calc__btn:hover {
  color: #000000;
}

@media (min-width: 1024px) {
  .tabs-calc {
    margin-bottom: 20px;
    padding: 0 32px;
    border-bottom: 1px solid #e6e6e6;
  }

  .tabs-calc__btn {
    margin-right: 80px;
    padding-bottom: 19px;
    font-size: 24px;
    line-height: 32px;
  }
}

.main-page-container {
  padding: 170px 0;
}

.main-page-container .main-page-block .main-search-result-block {
  position: relative;
  padding-bottom: 168px;
}

.main-page-container .main-page-block .main-search-result-block .search-result-slider {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 168px;
}

.main-page-container .main-page-block .main-search-result-block .search-result-slider .doc-item {
  width: 168px;
  height: 168px;
  border-radius: 10px;
  background-color: #ffffff;
  border: solid 1px #e0e6ed;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 16px;
  margin-right: 18px;
}

.main-page-container .main-page-block .main-search-result-block .search-result-slider .doc-item .btn.white-btn {
  height: 40px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  line-height: 26px;
  padding: 6px 25px;
  font-size: 16px;
  transition: all .3s ease;
  position: relative;
  text-align: center;
  min-width: 100px;
  background: rgba(255, 255, 255, 0);
  border: solid 1px #fff;
  color: #fff;
}

.main-page-container .main-page-block .main-search-result-block .search-result-slider .empty-search {
  padding: 64px 0;
}

.main-page-container .main-page-block .main-search-result-block .search-result-slider .empty-search .image {
  text-align: center;
  margin-bottom: 8px;
}

.main-page-container .main-page-block .main-search-result-block .search-result-slider .empty-search .image img {
  max-width: 100%;
}

.main-page-container .main-page-block .main-search-result-block .search-result-slider .empty-search .text1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  color: #637282;
}

.main-page-container .main-page-block .main-search-result-block .search-result-slider .empty-search .text2 {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #97a4b1;
  font-weight: 300;
  margin-bottom: 12px;
}

.main-page-block {
  width: 560px;
  margin: auto;
  position: relative;
}

.main-page-block .fast-search-block {
  margin-bottom: 35px;
}

.main-page-block .fast-search-block .first,
.main-page-block .fast-search-block .second {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.main-page-block .fast-search-block .second {
  display: none;
}

.main-page-block .fast-search-block.other .first {
  display: none;
}

.main-page-block .fast-search-block.other .second {
  display: -ms-flexbox;
  display: flex;
}

.main-page-block .fast-search-block .first > span {
  font-size: 14px;
  color: #637282;
  margin-right: 16px;
}

.main-page-block .fast-search-block ul {
  display: -ms-flexbox;
  display: flex;
}

.main-page-block .fast-search-block ul li {
  margin-right: 16px;
}

.main-page-block .fast-search-block ul li a {
  font-size: 14px;
  color: #637282;
  white-space: nowrap;
}

.main-page-block .fast-search-block ul li a:hover {
  color: rgba(24, 118, 212, 0.69);
  text-decoration: underline;
}

.main-page-block .fast-search-block .more-fast-search {
  background: url("/img/more.svg") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.main-page-block .fast-search-block .less-fast-search {
  background: url("/img/rectangle-5.svg") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 16px;
}

.main-page-block .main-search-result-block .search-result-tabs {
  position: relative;
  padding-top: 8px;
  margin-bottom: 20px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
}

.main-page-block .main-search-result-block .search-result-tabs .tab-btn {
  opacity: 0.6;
  font-size: 16px;
  line-height: 1.38;
  color: #27282d;
  border-bottom: 1px solid rgba(252, 230, 16, 0.3);
  padding: 0 10px;
  text-decoration: none;
  position: relative;
}

.main-page-block .main-search-result-block .search-result-tabs .tab-btn.active {
  opacity: 1;
}

.main-page-block .main-search-result-block .search-result-tabs .tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background: #fce610;
}

.main-page-block .main-search-result-block .search-result-slider-container {
  position: absolute;
  top: 50px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 40px;
  overflow: hidden;
}

.main-page-block .main-search-result-block .search-result-slider {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 168px;
}

.main-page-block .main-search-result-block .search-result-slider .result-item {
  width: 168px;
  min-width: 168px;
  height: 168px;
  background-color: rgba(45, 40, 40, 0.38);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 16px 8px;
  display: block;
  text-decoration: none;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.15);
  margin-right: 17px;
  transition: all .3s;
}

.main-page-block .main-search-result-block .search-result-slider .result-item:hover {
  transform: scale(1.06);
}

.main-page-block .main-search-result-block .search-result-slider .result-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(16, 15, 15, 0.36);
}

.main-page-block .main-search-result-block .search-result-slider .result-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 42;
  background: rgba(16, 15, 15, 0);
}

.main-page-block .main-search-result-block .search-result-slider .result-item img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.main-page-block .main-search-result-block .search-result-slider .result-item .section {
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 21;
  margin-bottom: 30px;
}

.main-page-block .main-search-result-block .search-result-slider .result-item .title {
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 21;
}

.main-page-block .main-search-result-block .search-result-slider .card-item {
  width: 276px;
  height: 168px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 18px;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.15);
}

.main-page-block .main-search-result-block .search-result-slider .card-item img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.main-page-block .main-search-result-block .search-result-slider .card-item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  padding: 16px;
  background: rgba(16, 15, 15, 0.6);
  display: none;
}

.main-page-block .main-search-result-block .search-result-slider .card-item .content .section {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 21;
  margin-bottom: 4px;
}

.main-page-block .main-search-result-block .search-result-slider .card-item .content .title {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
  margin-bottom: 4px;
}

.main-page-block .main-search-result-block .search-result-slider .card-item .content .description {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  margin-bottom: 25px;
}

.main-page-block .main-search-result-block .search-result-slider .card-item:hover .content {
  display: block;
}

.main-page-block .main-search-result-block .search-result-slider .doc-item {
  width: 168px;
  height: 168px;
  border-radius: 10px;
  background-color: #ffffff;
  border: solid 1px #e0e6ed;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 16px;
  margin-right: 18px;
}

.main-page-block .main-search-result-block .search-result-slider .doc-item .section {
  font-size: 16px;
  text-align: center;
  color: #637282;
}

.main-page-block .main-search-result-block .search-result-slider .doc-item .title {
  font-size: 14px;
  line-height: 1.14;
  text-align: center;
  color: #212225;
  max-height: 75px;
  overflow: hidden;
}

.main-page-block .main-search-result-block .search-result-slider .doc-item .date {
  font-size: 14px;
  text-align: center;
  color: #637282;
}

.main-page-block .main-search-result-block .search-result-slider .doc-item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  padding: 16px;
  background-color: rgba(16, 15, 15, 0.7);
  display: none;
}

.main-page-block .main-search-result-block .search-result-slider .doc-item .content .type {
  font-size: 24px;
  line-height: 1.33;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

.main-page-block .main-search-result-block .search-result-slider .doc-item .content .size {
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
  margin-bottom: 18px;
}

.main-page-block .main-search-result-block .search-result-slider .doc-item:hover .content {
  display: block;
}

.main-page-block .main-search-result-block .search-result-slider .more-item {
  width: 168px;
  min-width: 168px;
  height: 168px;
  border-radius: 10px;
  background: url("/img/search-more-icon.svg") center 40px no-repeat #f9fbfd;
  border: solid 1px #e0e6ed;
  text-decoration: none;
}

.main-page-block .main-search-result-block .search-result-slider .more-item .text {
  font-size: 16px;
  line-height: 1.13;
  text-align: center;
  color: #637282;
  margin-top: 110px;
}

.main-page-title {
  color: #637282;
  position: absolute;
  z-index: 33;
  top: 0;
  left: 0;
  height: 56px;
  font-size: 32px;
  line-height: 32px;
  width: calc(100% - 56px);
  transition: all 0.3s linear;
}

.main-page-title.active {
  font-size: 18px;
  line-height: 24px;
  top: -24px;
  height: 24px;
}

.main-page-form {
  height: 56px;
  position: relative;
  margin-bottom: 5px;
}

.main-page-form form {
  display: -ms-flexbox;
  display: flex;
}

.main-page-form form input[type="text"] {
  height: 56px;
  border: none;
  border-bottom: 2px solid #fce610;
  border-radius: 0;
  width: calc(100% - 56px);
  font-size: 32px;
  line-height: 54px;
  color: #212225;
}

.main-page-form form button {
  width: 56px;
  height: 56px;
  border: none;
  background: url("/img/arrow-icon.svg") center no-repeat #fce610;
}

.main-page-form .search-result-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 360px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 6px 13px 0 rgba(194, 206, 226, 0.5);
  background-color: #ffffff;
  border: solid 1px #f9fbfd;
  z-index: 33;
}

.main-page-form .search-result-tabs {
  position: relative;
  padding: 16px 32px;
  height: 60px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
}

.main-page-form .search-result-tabs .tab-btn {
  opacity: 0.6;
  font-size: 16px;
  line-height: 1.38;
  color: #27282d;
  border-bottom: 1px solid rgba(252, 230, 16, 0.3);
  padding: 0 10px;
  text-decoration: none;
  position: relative;
}

.main-page-form .search-result-tabs .tab-btn.active {
  opacity: 1;
}

.main-page-form .search-result-tabs .tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background: #fce610;
}

.main-page-form .search-result-block {
  max-height: 300px;
  position: relative;
}

.main-page-form .search-result-block.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  width: 4px;
  background-color: #f9fbfd;
  border-radius: 2px;
  opacity: 1 !important;
  z-index: 22;
}

.main-page-form .search-result-block.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  border-radius: 2px;
  background-color: #ebecef;
  width: 4px;
  opacity: 1 !important;
}

.main-page-form .search-result-block .result-block {
  position: relative;
  padding: 16px 32px;
}

.main-page-form .search-result-block .result-block:not(:first-child):after {
  content: '';
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 2px;
  background: #e0e6ed;
}

.main-page-form .search-result-block .result-block .section-link {
  opacity: 0.5;
  font-size: 12px;
  color: #637282;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  line-height: 24px;
  top: 16px;
  left: 32px;
  z-index: 12;
  max-width: 41%;
}

.main-page-form .search-result-block .result-block .result-links li {
  padding-left: 49%;
  position: relative;
  margin-bottom: 5px;
}

.main-page-form .search-result-block .result-block .result-links li a {
  font-size: 18px;
  line-height: 24px;
  color: #637282;
  text-decoration: none;
  z-index: 12;
}

.main-page-form .search-result-block .result-block .result-links li a span {
  position: relative;
  z-index: 2;
}

.main-page-form .search-result-block .result-block .result-links li a strong {
  font-family: 'futurademic', sans-serif;
}

.main-page-form .search-result-block .result-block .result-links li a:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: -32px;
  right: -32px;
  height: 100%;
  background-color: #f9fbfd;
  z-index: 1;
}

.main-page-form .search-result-block .result-block .result-links em {
  font-weight: 700;
  font-style: normal;
}

.fast-search {
  display: none !important;
}

.fast-search__items-container {
  position: relative;
}

.fast-search__content,
.fast-search__title {
  display: none;
}

.search-form-section {
  padding-top: 140px;
  padding-bottom: 30px;
}

.search-form-section form {
  width: 560px;
  margin: 0 auto;
  position: relative;
}

.search-form-section form input {
  width: 560px;
  padding-right: 70px;
  height: 56px;
  font-size: 24px;
  color: #212225;
  border: none;
  line-height: 54px;
  border-bottom: 2px solid #fce610;
}

.search-form-section form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  border: none;
  background: url(/img/arrow-icon.svg) center no-repeat #fce610;
}

.search-tab-section .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.search-tab-section .tab-btn {
  opacity: 0.6;
  font-size: 16px;
  line-height: 28px;
  color: #27282d;
  border-bottom: 1px solid rgba(252, 230, 16, 0.3);
  padding: 0 10px;
  text-decoration: none;
  position: relative;
}

.search-tab-section .tab-btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background: #fce610;
}

.search-tab-section .search-sections {
  display: -ms-flexbox;
  display: flex;
}

.search-tab-section .search-types {
  display: -ms-flexbox;
  display: flex;
}

.search-result-section {
  padding-top: 16px;
  border-top: 1px solid #e0e6ed;
  background-color: #f9fbfd;
  padding-bottom: 30px;
}

.search-result-section.index-page {
  background: none;
}

.search-result-section .text {
  font-size: 12px;
  line-height: 1.17;
  text-align: left;
  color: #97a4b1;
  margin-bottom: 48px;
}

.search-result-section .search-list {
  width: 770px;
  margin: 0 auto;
}

.search-result-section .search-list .search-item {
  width: 770px;
  height: 168px;
  border-radius: 10px;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  text-decoration: none;
}

.search-result-section .search-list .search-item.document-item {
  min-height: 120px;
  height: auto;
  padding-left: 0;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.search-result-section .search-list .search-item.document-item::before {
  display: none;
}

.search-result-section .search-list .search-item.document-item:hover .file {
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.5);
}

.search-result-section .search-list .search-item.document-item .file {
  width: 276px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  text-align: center;
  color: #637282;
  border: solid 1px #e0e6ed;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 120px;
  height: auto;
}

.search-result-section .search-list .search-item.document-item .file:after {
  content: attr(data-ext);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #637282;
  text-transform: uppercase;
  font-size: 8px;
}

.search-result-section .search-list .search-item:hover .image {
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.5);
}

.search-result-section .search-list .search-item .image {
  width: 276px;
  height: 168px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.search-result-section .search-list .search-item .image span {
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
  z-index: 3;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  top: 0;
  left: 0;
  width: 276px;
  height: 168px;
  background-color: rgba(45, 40, 40, 0.38);
}

.search-result-section .search-list .search-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}

.search-result-section .search-list .search-item .content {
  width: calc(100% - 276px);
  padding: 15px 32px;
  position: relative;
}

.search-result-section .search-list .search-item .content .section {
  font-size: 14px;
  line-height: 1.14;
  text-align: left;
  color: #637282;
  margin-bottom: 16px;
}

.search-result-section .search-list .search-item .content .title {
  font-size: 24px;
  line-height: 1.33;
  text-align: left;
  color: #212225;
  margin-bottom: 16px;
}

.search-result-section .search-list .search-item .content .description {
  font-size: 14px;
  line-height: 1.14;
  text-align: left;
  max-height: 60px;
  overflow: hidden;
  color: #637282;
}

.search-result-section .search-list .search-item .content .date {
  font-size: 14px;
  color: #637282;
  position: absolute;
  top: 15px;
  right: 32px;
}

.search-result-section .empty-search {
  padding: 64px 0;
}

.search-result-section .empty-search .image {
  text-align: center;
  margin-bottom: 8px;
}

.search-result-section .empty-search .image img {
  max-width: 100%;
}

.search-result-section .empty-search .text1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  color: #637282;
}

.search-result-section .empty-search .text2 {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #97a4b1;
  font-weight: 300;
  margin-bottom: 12px;
}

.search-result-section .empty-search-slider {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.search-result-section .empty-search-slider .slick-next,
.search-result-section .empty-search-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointe;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.search-result-section .empty-search-slider .slick-prev {
  width: 24px;
  height: 24px;
  left: -25px;
}

.search-result-section .empty-search-slider .item {
  text-align: center;
}

.search-result-section .pagination-block {
  padding-bottom: 40px;
  text-align: center;
}

.search-result-section .pagination-block ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.search-result-section .pagination-block ul li {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.search-result-section .pagination-block ul li a {
  color: #6f6f6f;
  text-decoration: none;
  text-align: center;
  padding: 0 5px;
  display: inline-block;
  z-index: 2;
  position: relative;
}

.search-result-section .pagination-block ul li span {
  color: #000;
  padding: 0 5px;
  display: inline-block;
  text-align: center;
}

.search-result-section .pagination-block ul li.disabled {
  opacity: .25;
}

.search-result-section .pagination-block ul li.active {
  color: #000;
}

.search-result-section .pagination-block ul li:first-child {
  margin-right: 10px;
}

.search-result-section .pagination-block ul li:last-child {
  margin-left: 10px;
}

.search-result-section .pagination-block ul li:first-child *,
.search-result-section .pagination-block ul li:last-child * {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #b7b7b7;
  background: 0 0;
  text-align: center;
  border-radius: 5px;
}

@media (max-width: 1023px) {
  .search-tab-section .tab-btn {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .popup__search {
    padding: 16px;
  }

  .main-page-container {
    height: auto;
    padding: 120px 16px 170px;
  }

  .main-page-block {
    width: 100%;
  }

  .main-page-block .fast-search-block .first,
  .main-page-block .fast-search-block .second {
    display: none;
  }

  .main-page-form form input[type="text"],
  .main-page-title {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    transition: all 0s linear;
  }

  .main-page-title {
    width: calc(100% - 40px);
    padding-right: 8px;
  }

  .main-page-title.active {
    font-size: 14px;
    line-height: 16px;
    top: -16px;
  }

  .main-page-form {
    height: 40px;
  }

  .main-page-form .search-result-block {
    max-height: 30vh;
  }

  .main-page-form .search-result-block .result-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-page-form .search-result-block .result-block .result-links li a {
    font-size: 14px;
    line-height: 16px;
  }

  .main-page-form .search-result-block .result-block .section-link {
    font-size: 10px;
    left: 16px;
  }

  .main-page-form .search-result-block .result-block:not(:first-child):after {
    left: 16px;
    right: 16px;
  }

  .main-page-form .search-result-container .search-result-tabs {
    padding: 16px;
  }

  .main-page-form form button {
    width: 40px;
    height: 40px;
  }

  .main-page-form form input[type="text"] {
    width: calc(100% - 40px);
  }

  .fast-search__content {
    display: block;
  }

  .fast-search__content ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .fast-search__content ul li a {
    line-height: 24px;
    text-decoration: underline;
  }

  .search-result-section .search-list {
    width: 100%;
  }

  .search-result-section .search-list .search-item {
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .search-result-section .search-list .search-item .content {
    width: 100%;
    padding: 15px;
  }

  .search-result-section .search-list .search-item .content .title {
    font-size: 14px;
  }

  .search-result-section .search-list .search-item .content .section {
    font-size: 12px;
  }

  .search-form-section {
    padding: 120px 20px 30px;
  }

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

  .search-form-section form input {
    width: calc(100% - 56px);
  }

  .search-tab-section .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .search-tab-section .search-types {
    -ms-flex-order: 1;
        order: 1;
  }

  .search-tab-section .search-sections {
    width: 100%;
    max-width: 100%;
    -ms-flex-order: 2;
        order: 2;
    overflow-x: auto;
  }

  .search-tab-section .tab-btn {
    white-space: nowrap;
    padding: 0 5px;
  }
}

@media screen and (max-width: 359px) {
  .main-page-title {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .search-result-slider {
    -webkit-animation-name: slide-in;
            animation-name: slide-in;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.29, 0.56, 0.75, 1.37);
            animation-timing-function: cubic-bezier(0.29, 0.56, 0.75, 1.37);
  }

@-webkit-keyframes slide-in {
    from {
      left: 2000px;
      opacity: 0;
    }

    to {
      left: 351px;
      opacity: 1;
    }
}

@keyframes slide-in {
    from {
      left: 2000px;
      opacity: 0;
    }

    to {
      left: 351px;
      opacity: 1;
    }
}
}

@media screen and (min-width: 1200px) {
  .search-result-slider-container {
    left: -351px;
    width: 1263px;
  }
}

.main-page-container .main-page-block .main-search-result-block .search-result-slider .result-item {
  box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.3);
  outline: none;
  background-color: trunsparent;
}

.main-page-container .main-page-block .main-search-result-block .search-result-slider .result-item:hover {
  transform: scale(1.06);
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.45);
}

.main-page-container .main-page-block .main-search-result-block .search-result-slider-container {
  width: 100%;
}

.main-page-container .main-page-block .main-search-result-block .search-result-slider .result-item:before,
.main-page-container .main-page-block .main-search-result-block .search-result-slider .result-item:after {
  border-radius: 10px;
}

.search-result-section .search-list .search-item:hover .image {
  box-shadow: none;
}

.search-result-section .search-list .search-item:hover {
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.4);
}

.btns {
  background: transparent;
  display: inline-block;
  font-size: 14px;
  padding: 14px 36px;
  border: 1px solid;
  color: #000;
  border-color: #000;
  text-align: center;
  font-family: "Amalia-Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
  transition: 0.15s ease-in-out;
  background-color: #fff;
  transition-property: color, border-color, background-color, opacity;
  position: relative;
}

.btns:focus,
.btns:active,
.btns:hover {
  color: #fff000;
}

.btns:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@media (min-width: 1024px) {
  .btns {
    font-size: 18px;
    padding: 16px 36px;
  }
}

.btns__bg-color_black-yellow {
  color: #fff000;
  background-color: #000;
  border-color: #000;
}

.btns__bg-color_black-yellow:focus,
.btns__bg-color_black-yellow:active,
.btns__bg-color_black-yellow:hover {
  color: #000;
  background-color: #fff000;
  border-color: #fff000;
}

.btns__bg-color_yellow-black {
  color: #000;
  background-color: #fff000;
  border-color: #fff000;
}

.btns__bg-color_yellow-black:focus,
.btns__bg-color_yellow-black:active,
.btns__bg-color_yellow-black:hover {
  color: #fff000;
  background-color: #000;
  border-color: #000;
}

.btns__bg-color_white-yellow:focus,
.btns__bg-color_white-yellow:active,
.btns__bg-color_white-yellow:hover {
  color: #000;
  background-color: #fff000;
  border-color: #fff000;
}

@media (max-width: 767.98px) {
  .wide-mob .btns,
  .btns.wide-mob {
    width: 100%;
    text-align: center;
  }
}

.btns__bg-color_yellow-yellow {
  color: #000;
  background-color: #fff000;
  border-color: #fff000;
}

.btns__bg-color_yellow-yellow:focus,
.btns__bg-color_yellow-yellow:active,
.btns__bg-color_yellow-yellow:hover {
  color: #000;
  background-color: #fff000;
  border-color: #fff000;
}

.btns__size_medium {
  font-size: 14px;
  padding: 14px 36px;
}

@media (min-width: 1024px) {
  .btns__size_medium {
    font-size: 18px;
    padding: 16px 36px;
  }
}

.btns__size_small {
  font-size: 18px;
  padding: 12px 24px;
}

@media (min-width: 1024px) {
  .btns__size_small {
    padding: 12px 24px;
  }
}

.btns__type_icon-chevron-before:before,
.btns__type_icon-chevron-after:after {
  content: '';
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

.btns__type_icon-chevron-before:before {
  background-image: url("/img/universal/svg/arrow_black-left.svg");
  transition: left 0.15s ease-in-out;
  left: 26px;
}

.btns__type_icon-chevron-before:hover:before {
  left: 22px;
}

.btns__type_icon-chevron-before > span {
  padding-left: calc( 24px + 4px);
}

.btns__type_icon-chevron-after:after {
  background-image: url("/img/universal/svg/arrow_black-right.svg");
  transition: right 0.15s ease-in-out;
  right: 26px;
}

.btns__type_icon-chevron-after:hover:after {
  right: 22px;
}

.btns__type_icon-chevron-after > span {
  padding-right: calc( 24px + 4px);
}

.deposit-calc {
  margin: 64px 0;
}

.deposit-calc .form-fieldset__input-range {
  margin-bottom: 30px;
}

.deposit-calc .calculator-layout__params,
.deposit-calc .calculator-layout__result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.deposit-calc .calculator-layout__params .calculator-layout__result-col,
.deposit-calc .calculator-layout__result .calculator-layout__result-col {
  margin-bottom: 24px;
}

.deposit-calc .calculator-layout__params .calculator-checkbox {
  margin-bottom: 24px;
}

.deposit-calc .calculator-layout__result-value {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 576px) {
  .deposit-calc .calculator-layout__result {
    -ms-flex-align: end;
        align-items: flex-end;
  }
}

@media (min-width: 1024px) {
  .deposit-calc {
    margin: 112px 0;
  }

  .deposit-calc .calculator-layout__result {
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .deposit-calc .calculator-layout__result-value {
    font-size: 48px;
    line-height: 56px;
  }

  .deposit-calc .calculator-layout__info {
    margin-bottom: 0;
  }
}

.deposits-programs {
  margin: 64px 0;
}

.deposits-programs .deposits-list .deposits-list__wrap {
  padding: 14px 0 0.1px;
}

.deposits-programs .deposits-list .deposits-list__item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.deposits-programs .deposits-list .deposits-list__item.show {
  opacity: 1;
  visibility: visible;
  position: static;
  transition: all .6s ease-in-out;
}

.deposits-programs .deposits-list .deposits-list__details {
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 12px;
  padding-bottom: 32px;
  box-sizing: content-box;
  overflow: hidden;
  transition: all .3s linear;
  border-bottom: none;
}

.deposits-programs .deposits-list .deposits-list__details.show-more .deposit-list__details-btn span {
  transform: translate(-50%, -50%) rotate(45deg);
}

.deposits-programs .deposits-list .deposits-list__details-item.details-item {
  -ms-flex: 0 0 calc(50% - 7.5px);
      flex: 0 0 calc(50% - 7.5px);
  width: calc(50% - 7.5px);
  margin: 0;
  padding-top: 16px;
}

.deposits-programs .deposits-list .deposits-list__details-item.details-item .details-item__descr {
  font-family: "Amalia-Light", sans-serif;
  font-weight: 300;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 28px;
}

.deposits-programs .deposits-list .deposits-list__details-item.details-item .details-item__title {
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}

.deposits-programs .deposits-list .deposits-list__details-item.details-item:nth-child(1),
.deposits-programs .deposits-list .deposits-list__details-item.details-item:nth-child(2) {
  padding-top: 0;
}

.deposits-programs .deposits-list .deposit-list__details-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.deposits-programs .deposits-list .deposit-list__details-more::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

.deposits-programs .deposits-list .deposit-list__details-btn {
  position: relative;
  display: block;
  width: 32px;
  height: 100%;
  margin: auto;
  background-color: #ffffff;
  border: none;
}

.deposits-programs .deposits-list .deposit-list__details-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 14px;
  height: 14px;
  transition: all .3s ease;
}

.deposits-programs .deposits-list .deposit-list__details-btn span::before,
.deposits-programs .deposits-list .deposit-list__details-btn span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
}

.deposits-programs .deposits-list .deposit-list__details-btn span::before {
  width: 1.5px;
  height: 100%;
}

.deposits-programs .deposits-list .deposit-list__details-btn span::after {
  width: 100%;
  height: 1.5px;
}

.deposits-programs .deposits-list .deposits-list__btn-wrap {
  -ms-flex-align: center;
      align-items: center;
}

.deposits-programs .deposits-list .deposits-list__btn-wrap a + a {
  margin-top: 24px;
}

.deposits-programs .deposits-list .deposits-list__btn-wrap .btns_info {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

@media (min-width: 768px) {
  .deposits-programs .deposits-list .deposits-list__btn-wrap {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .deposits-programs .deposits-list .deposits-list__btn-wrap a + a {
    margin-top: 0;
    margin-left: 38px;
  }

  .deposits-programs .deposits-list .deposits-list__btn-wrap .btns_info {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }

  .deposits-programs .deposits-list .deposits-list__btn-wrap .btns_order {
    border: none;
  }
}

@media (min-width: 1024px) {
  .deposits-programs .deposits-list {
    margin: 71px 0 112px;
  }

  .deposits-programs .deposits-list .deposits-list__details {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .deposits-programs .deposits-list .deposits-list__wrap {
    padding: 40px 0;
  }

  .deposits-programs .deposits-list .deposits-list__details-item.details-item {
    -ms-flex: 0 0 calc(50% - 16px);
        flex: 0 0 calc(50% - 16px);
    width: calc(50% - 16px);
    padding-top: 33px;
  }

  .deposits-programs .deposits-list .deposits-list__details-item.details-item .details-item__descr {
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .deposits-programs .deposits-list .deposit-list__details-more {
    height: 40px;
  }

  .deposits-programs .deposits-list .deposit-list__details-btn {
    width: 40px;
  }
}

.calculator-credit {
  margin-top: 64px;
  margin-bottom: 64px;
}

.calculator-credit .calculator-credit__title h2 {
  margin-bottom: 0;
}

.calculator-credit .calculator-layout .calculator-layout__result .btns {
  width: 100%;
}

@media (min-width: 768px) {
  .calculator-credit .calculator-layout .calculator-layout__result .btns {
    width: auto;
  }
}

.calculator-credit.dark-theme {
  background-color: #1E1E21;
}

.calculator-credit.dark-theme .calculator-credit__title h2 {
  color: #ffffff;
}

@media (min-width: 1024px) {
  .calculator-credit {
    margin-top: 112px;
    margin-bottom: 112px;
  }
}

.links {
  display: inline-block;
  position: relative;
  color: #000;
  font-family: "Amalia-Medium", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: middle;
  overflow: hidden;
}

.links:hover,
.links:active,
.links:focus {
  color: #000;
  text-decoration: none;
}

.links__type_back-icon {
  padding-left: 34px;
}

.links__icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  transition: left 0.15s ease-in-out;
}

.links:hover .links__icon,
.links:active .links__icon,
.links:focus .links__icon {
  left: -4px;
}

@media (min-width: 1024px) {
  .links {
    font-size: 18px;
  }
}

.widget-home {
  position: fixed;
  bottom: 40px;
  right: 16px;
  z-index: 9999;
  width: 48px;
  height: auto;
}

.widget-home .widget-home__list {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.widget-home .widget-home__item {
  padding-bottom: 12px;
}

.widget-home .widget-home__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff000;
  border-radius: 50%;
}

.widget-home .widget-home__icon {
  max-width: 20px;
  width: auto;
  max-height: 20px;
  height: auto;
}

.widget-home .widget-home__icon_show,
.widget-home .widget-home__icon_close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}

.widget-home .widget-home__icon_close {
  transform: translate(-50%, 100%);
  top: 100%;
}

.widget-home .widget-home__btn {
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
  background-color: #000000;
  border: none;
  border-radius: 50%;
}

.widget-home .widget-home__btn .widget-home__icon {
  pointer-events: none;
}

.widget-home.active .widget-home__icon_show {
  transform: translate(-50%, 100%);
  top: 100%;
}

.widget-home.active .widget-home__icon_close {
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
  .widget-home {
    right: 76px;
    width: 56px;
  }

  .widget-home .widget-home__link {
    width: 56px;
    height: 56px;
  }

  .widget-home .widget-home__icon {
    max-width: 24px;
    max-height: 24px;
  }

  .widget-home .widget-home__btn {
    width: 56px;
    height: 56px;
  }
}

.popup-navigation {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  display: none;
  opacity: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 333;
}

.popup-navigation__container {
  top: 0;
  right: -1000px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #27282d;
  position: relative;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
}

.popup-navigation__close-block {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .popup-navigation__close-block {
    top: 32px;
    right: 32px;
  }
}

.popup-navigation__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
}

@media (min-width: 768px) {
  .popup-navigation__body {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.popup-nav-item {
  padding: 60px 24px;
}

.popup-nav-item:nth-child(2n+1) {
  background-color: #2E3036;
}

@media (min-width: 768px) {
  .popup-nav-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

@media (min-width: 1150px) {
  .popup-nav-item {
    padding: 100px 48px;
  }
}

.popup-nav-item__body {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.popup-nav-item__logo-block {
  margin-bottom: 30px;
}

@media (min-width: 1150px) {
  .popup-nav-item__logo-block {
    margin-bottom: 50px;
  }
}

.popup-nav-item__logo-block-link {
  display: block;
  text-decoration: none;
  text-align: center;
}

.popup-nav-item__logo-block-link:hover,
.popup-nav-item__logo-block-link:active,
.popup-nav-item__logo-block-link:focus {
  text-decoration: none;
}

.popup-nav-item__logo-block-link-img {
  max-width: 200px;
}

.popup-nav-item__accent-links-block {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .popup-nav-item__accent-links-block {
    margin-bottom: 48px;
  }
}

.popup-nav-item__footer {
  max-width: 200px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .popup-nav-item__footer {
    margin-bottom: 30px;
  }
}

.popup-nav-item__footer-link {
  color: #fff;
  text-decoration: underline;
}

.popup-nav-item__footer-link:hover,
.popup-nav-item__footer-link:active,
.popup-nav-item__footer-link:focus {
  color: #fff;
  text-decoration: none;
}

.accent-link-huge {
  display: inline-block;
  width: 100%;
  max-width: 392px;
  margin-bottom: 16px;
  background: linear-gradient(0deg, #FFDC00 0%, #FFED00 94.17%);
  padding: 16px 30px 16px 16px;
  position: relative;
  text-decoration: none;
  border-radius: 4px;
  color: #000;
}

@media (min-width: 768px) {
  .accent-link-huge {
    padding: 16px 40px 16px 16px;
  }
}

.accent-link-huge:hover,
.accent-link-huge:active,
.accent-link-huge:focus {
  text-decoration: none;
  color: #fff;
  background: #000;
}

.accent-link-huge:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .accent-link-huge {
    margin-bottom: 24px;
  }
}

.accent-link-huge__title {
  font-family: "Amalia-Bold", sans-serif;
  font-size: 16px;
  display: block;
}

@media (min-width: 576px) {
  .accent-link-huge__title {
    font-size: 22px;
    line-height: 1.5;
  }
}

.accent-link-huge__desc {
  font-family: "Amalia-Regular", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  display: block;
  margin-top: 4px;
}

@media (min-width: 576px) {
  .accent-link-huge__desc {
    font-size: 16px;
  }
}

.accent-link-huge__icon {
  position: absolute;
  right: 10px;
  top: calc( 50% - 10px);
  width: 10px;
  height: 20px;
  display: block;
}

@media (min-width: 768px) {
  .accent-link-huge__icon {
    right: 20px;
  }
}

.accent-link-huge__icon:before,
.accent-link-huge__icon:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 0;
  border: 1px solid #000;
  border-radius: 2px;
}

.accent-link-huge__icon:before {
  top: calc(50% - 4.5px);
  right: 0;
  transform: rotate(45deg);
}

.accent-link-huge__icon:after {
  right: 0;
  bottom: calc(50% - 4.5px);
  transform: rotate(-45deg);
}

.title-badge {
  padding: 3px 7px;
  font-size: 10px;
  background-color: #ed4337;
  border-radius: 9px;
  vertical-align: middle;
  color: #fff;
}

.popup-nav-item:nth-child(2n) .accent-link-huge {
  background: rgba(255, 255, 255, 0.06);
}

.popup-nav-item:nth-child(2n) .accent-link-huge:hover {
  background: #000;
}

.popup-nav-item:nth-child(2n) .accent-link-huge .accent-link-huge__icon:before,
.popup-nav-item:nth-child(2n) .accent-link-huge .accent-link-huge__icon:after {
  border: 1px solid #69696E;
}

.popup-nav-item:nth-child(2n) .accent-link-huge:hover .accent-link-huge__icon:before,
.popup-nav-item:nth-child(2n) .accent-link-huge:hover .accent-link-huge__icon:after,
.accent-link-huge:hover .accent-link-huge__icon:before,
.accent-link-huge:hover .accent-link-huge__icon:after {
  border: 1px solid #fff;
}

.app-icons-block__col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.app-icons-block__link {
  display: inline-block;
}

.app-icons-block__link-img {
  display: block;
  height: auto;
}

