/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@font-face {
  font-family: "Croc";
  font-style: normal;
  font-weight: 700;
  src: url(/local/templates/work/builds/dev/font/Croc-Bold.woff2) format("woff2"), url(/local/templates/work/builds/dev/font/Croc-Bold.woff) format("woff");
}
@font-face {
  font-family: "Croc";
  font-style: normal;
  font-weight: 300;
  src: url(/local/templates/work/builds/dev/font/Croc-Light.woff2) format("woff2"), url(/local/templates/work/builds/dev/font/Croc-Light.woff) format("woff");
}
@font-face {
  font-family: "Croc";
  font-style: normal;
  font-weight: 400;
  src: url(/local/templates/work/builds/dev/font/Croc-Regular.woff2) format("woff2"), url(/local/templates/work/builds/dev/font/Croc-Regular.woff) format("woff");
}
@font-face {
  font-family: "IBM-Plex-Sans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url(/local/templates/work/builds/dev/font/IBM-Plex-Sans-Bold.woff2) format("woff2"), url(/local/templates/work/builds/dev/font/IBM-Plex-Sans-Bold.woff) format("woff");
}
@font-face {
  font-family: "IBM-Plex-Sans-Bold";
  font-style: normal;
  font-weight: 300;
  src: url(/local/templates/work/builds/dev/font/IBM-Plex-Sans-Light.woff2) format("woff2"), url(/local/templates/work/builds/dev/font/IBM-Plex-Sans-Light.woff) format("woff");
}
@font-face {
  font-family: "IBM-Plex-Sans-Bold";
  font-style: normal;
  font-weight: 400;
  src: url(/local/templates/work/builds/dev/font/IBM-Plex-Sans-Regular.woff2) format("woff2"), url(/local/templates/work/builds/dev/font/IBM-Plex-Sans-Regular.woff) format("woff");
}
@font-face {
  font-family: "Magistral";
  font-style: normal;
  font-weight: 700;
  src: url(/local/templates/work/builds/dev/font/magistral_bold.woff2) format("woff2"), url(/local/templates/work/builds/dev/font/magistral_bold.woff) format("woff");
}
@font-face {
  font-family: "Magistral";
  font-style: normal;
  font-weight: 400;
  src: url(/local/templates/work/builds/dev/font/magistral_book.woff2) format("woff2"), url(/local/templates/work/builds/dev/font/magistral_book.woff) format("woff");
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=62.5em&xlarge=100em&xxlarge=120em";
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "IBM-Plex-Sans-Bold", arial, sans-serif;
  font-weight: normal;
  line-height: 1.3;
  color: #4d4d55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  height: 100%;
}

body {
  color: #5e5e66;
  min-width: 320px;
  line-height: 130%;
}

.l-header {
  height: 64px;
}
@media print, screen and (min-width: 40em) {
  .l-header {
    height: 104px;
  }
}
@media screen and (min-width: 75em) {
  .l-header {
    height: 139px;
  }
}

h1,
.h1,
.c-h1 {
  color: #4d4d55;
  font-weight: 400;
  line-height: 130%;
  font-size: 24px;
  padding-bottom: 2rem;
  font-family: "Magistral", arial, sans-serif;
}
@media print, screen and (min-width: 40em) {
  h1,
.h1,
.c-h1 {
    font-size: 48px;
    line-height: 130%;
  }
}

h1.big_h1,
.big_h1 {
  color: #fff;
  font-weight: 400;
  line-height: 1;
  line-height: 40px;
  font-size: 30px;
  margin: 0;
  font-family: "Magistral", arial, sans-serif;
}
@media print, screen and (min-width: 40em) {
  h1.big_h1,
.big_h1 {
    font-size: 64px;
    line-height: 70px;
  }
}

h2,
.h2,
.c-h2 {
  margin: 0;
  color: #4d4d55;
  line-height: 130%;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Magistral", arial, sans-serif;
}

h2.big_h2,
.big_h2 {
  margin: 0;
  color: #4d4d55;
  line-height: 35.4px;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Magistral", arial, sans-serif;
}
@media print, screen and (min-width: 40em) {
  h2.big_h2,
.big_h2 {
    font-size: 48px;
    line-height: 62.4px;
  }
}

.h3,
.c-h3 {
  color: #4d4d55;
  font-size: 16px;
  line-height: 130%;
  margin: 0;
  padding: 25px 0;
  font-weight: 400;
  font-family: "Magistral", arial, sans-serif;
}

h3,
h3.big_h3,
.big_h3 {
  color: #4d4d55;
  font-size: 24px;
  line-height: 33.6px;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Magistral", arial, sans-serif;
}

h4,
.h4,
.c-h4 {
  color: #4d4d55;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin: 0;
  font-family: "Magistral", arial, sans-serif;
}

big,
.big,
.c-big {
  color: 400;
  font-size: 16px;
  line-height: 130%;
}
@media print, screen and (min-width: 62.5em) {
  big,
.big,
.c-big {
    font-size: 24px;
    line-height: 130%;
  }
}

.magistral {
  font-family: "Magistral", arial, sans-serif;
}

b,
strong {
  font-weight: bold;
}

a {
  color: #08b7f4;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

p {
  padding-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
  p {
    padding-bottom: 24px;
  }
}

ul li {
  margin-bottom: 24px;
}
ul li::marker {
  color: #08b7f4;
}
ul ul {
  padding-left: 20px;
}

ol {
  margin-top: 32px;
  margin-left: 20px;
  counter-reset: my-awesome-counter;
}
ol ul {
  padding-left: 20px;
}
ol ul li {
  padding-left: 0;
}
ol li {
  margin-bottom: 24px;
  counter-increment: my-awesome-counter;
  padding-left: 24px;
}
ol li::marker {
  color: #08b7f4;
  font-weight: bold;
  font-size: 16px;
}

.c-right {
  float: right;
  margin: 0 0 10px 10px;
}

.c-left {
  float: left;
  margin: 0 10px 10px 0;
}

.c-black {
  color: #000;
}

.c-gray {
  color: #4d4d55;
}

.c-hidden {
  display: none;
}

.c-button-video {
  background-image: url("/images/new.k2.img/play.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 56px;
  height: 56px;
}
@media print, screen and (min-width: 40em) {
  .c-button-video {
    width: 104px;
    height: 104px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .c-button-video {
    width: 136px;
    height: 136px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .c-small-hidden {
    display: none;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
  .c-medium-hidden {
    display: none;
  }
}

@media print, screen and (min-width: 62.5em) and (max-width: 99.99875em) {
  .c-large-hidden {
    display: none;
  }
}

@media screen and (min-width: 100em) and (max-width: 119.99875em) {
  .c-xlarge-hidden {
    display: none;
  }
}

@media screen and (min-width: 120em) {
  .c-xxlarge-hidden {
    display: none;
  }
}

.c-padding-top {
  padding-top: 88px;
}
@media print, screen and (min-width: 40em) {
  .c-padding-top {
    padding-top: 104px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .c-padding-top {
    padding-top: 128px;
  }
}

.c-padding-bottom {
  padding-bottom: 88px;
}
@media print, screen and (min-width: 40em) {
  .c-padding-bottom {
    padding-bottom: 104px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .c-padding-bottom {
    padding-bottom: 128px;
  }
}

.c-padding-top-small {
  padding-top: 0;
  margin-top: -30px;
}

.c-padding-bottom-small {
  padding-bottom: 0;
}

.c-body-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.9;
  color: #4d4d55;
}

.c-small_text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #08b7f4;
}

.c-button-blue-light {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-color: #08b7f4;
  padding: 17.5px 24px;
  margin-right: 24px;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.c-button-blue-light:hover {
  color: #4d4d55;
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  background-color: transparent;
  border: 1px solid #08b7f4;
}

.c-button-white {
  text-decoration: none;
  display: inline-block;
  color: #4d4d55;
  background-color: #fff;
  padding: 17.5px 24px;
  margin-right: 24px;
  border-radius: 3px;
  transition: background-color background-color 0.4s;
}
.c-button-white:hover {
  color: #fff;
  transition: background-color background-color 0.4s;
  background-color: transparent;
  padding: 16.5px 23px;
  border: 1px solid #fff;
}

.c-button-gray {
  text-decoration: none;
  display: inline-block;
  color: #4d4d55;
  background-color: #fff;
  padding: 17.5px 24px;
  margin-right: 24px;
  border-radius: 3px;
  transition: background-color background-color 0.4s;
}
.c-button-gray:hover {
  color: #fff;
  transition: background-color background-color 0.4s;
  background-color: #08b7f4;
  padding: 16.5px 23px;
  border: 1px solid #fff;
}

.c-button-blue-dark {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-color: #08b7f4;
  padding: 17.5px 24px;
  margin-right: 24px;
  border-radius: 3px;
  transition: background-color 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.c-button-blue-dark:hover {
  transition: background-color 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  background-color: transparent;
  padding: 16.5px 23px;
  border: 1px solid #08b7f4;
}

.c-botton-transparent-light {
  text-decoration: none;
  transition: background-color 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  color: #4d4d55;
  border: 1px solid #08b7f4;
  padding: 16.5px 23px;
  margin-right: 24px;
  border-radius: 3px;
}
.c-botton-transparent-light:hover {
  transition: background-color 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #08b7f4;
}

.c-botton-transparent-dark {
  text-decoration: none;
  transition: background-color 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  color: #fff;
  border: 1px solid #08b7f4;
  padding: 16.5px 23px;
  margin-right: 24px;
  border-radius: 3px;
}
.c-botton-transparent-dark:hover {
  transition: background-color 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #08b7f4;
}

.c-botton-white {
  text-decoration: none;
  transition: background-color 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #fff;
  display: inline-block;
  color: #4d4d55;
  padding: 16px 58px;
  border-radius: 3px;
}
.c-botton-white:hover {
  color: #fff;
  transition: background-color 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  background-color: transparent;
  border: 1px solid #fff;
  padding: 15px 57px;
}

.c-lead {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media print, screen and (min-width: 40em) {
  .c-lead {
    font-size: 16px;
  }
}

.c-active-title:hover::after {
  background-color: #08b7f4;
}
.c-active-title::after {
  content: "";
  margin-left: 18px;
  width: 18px;
  height: 18px;
  display: none;
  mask-image: url("/images/new.k2.img/Vector936.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url("/images/new.k2.img/Vector936.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  background-color: #4d4d55;
}
@media print, screen and (min-width: 40em) {
  .c-active-title::after {
    display: inline-block;
  }
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

table.standart_table {
  width: 100%;
  border: 1px solid #dbe9f0;
  border-collapse: collapse;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 40em) {
  table.standart_table {
    padding-bottom: 36px;
  }
}
@media print, screen and (min-width: 62.5em) {
  table.standart_table {
    width: 66%;
  }
}
table.standart_table.wide {
  width: 100%;
}
table.standart_table td,
table.standart_table th {
  border: 1px solid #dbe9f0;
  border-collapse: collapse;
  text-align: center;
  vertical-align: top;
}
table.standart_table td.white,
table.standart_table th.white {
  background: #fff !important;
  color: #4d4d55;
}
table.standart_table td.blue,
table.standart_table th.blue {
  background: #71bffa !important;
  color: #fff;
}
table.standart_table td.checkpic,
table.standart_table th.checkpic {
  background: url("/images/new.k2.img/checkpic.svg") 50% 10px no-repeat;
  height: 54px;
}
table.standart_table td.minuspic,
table.standart_table th.minuspic {
  background: url("/images/new.k2.img/minuspic.svg") 50% 10px no-repeat;
  height: 54px;
}
table.standart_table td.pluspic,
table.standart_table th.pluspic {
  background: url("/images/new.k2.img/pluspic.svg") 50% 10px no-repeat;
  height: 54px;
}
table.standart_table td.l,
table.standart_table th.l {
  text-align: left !important;
}
table.standart_table td.r,
table.standart_table th.r {
  text-align: right !important;
}
table.standart_table td.c,
table.standart_table th.c {
  text-align: center !important;
}
table.standart_table tr td:first-child {
  text-align: left;
}
table.standart_table th,
table.standart_table td.th {
  background: #c8c8c8;
  color: #fff;
  padding: 5px;
}
@media print, screen and (min-width: 62.5em) {
  table.standart_table th,
table.standart_table td.th {
    font-size: 1.2rem;
    padding: 12px;
  }
}
table.standart_table td {
  padding: 5px;
}
@media print, screen and (min-width: 62.5em) {
  table.standart_table td {
    padding: 10px 5px;
  }
}

.scroll-table {
  overflow-x: scroll;
}
@media print, screen and (min-width: 62.5em) {
  .scroll-table {
    overflow-x: auto;
  }
}

.sheet-name {
  display: none;
}

h1 ~ p {
  margin-top: 0;
}
@media print, screen and (min-width: 62.5em) {
  h1 ~ p {
    margin-top: -2rem;
  }
}

.c-content {
  margin: 0 auto;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 62.5em) {
  .c-content {
    width: calc(86%);
    max-width: 1600px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-about-digits__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 130%;
  color: #4d4d55;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-about-digits__title {
    font-size: 48px;
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-about-digits__title {
    margin-bottom: 100px;
  }
}
.b-about-digits__items {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 0;
       column-gap: 0;
  margin-top: -40px;
}
@media print, screen and (min-width: 40em) {
  .b-about-digits__items {
    -moz-column-gap: 120px;
         column-gap: 120px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: -64px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-about-digits__items {
    -moz-column-gap: 240px;
         column-gap: 240px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: -100px;
  }
}
.b-about-digits__items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  z-index: 2;
}
.b-about-digits__item {
  max-width: 100%;
  border-top: 1px solid #dbdbdd;
  padding-top: 32px;
}
@media print, screen and (min-width: 40em) {
  .b-about-digits__item {
    max-width: 260px;
    padding-top: 56px;
  }
}
.b-about-digits__item-title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 40px;
  line-height: 130%;
  color: #08b7f4;
}
@media print, screen and (min-width: 40em) {
  .b-about-digits__item-title {
    font-size: 48px;
  }
}
.b-about-digits__item-desc {
  color: #999;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 32px;
  max-width: 235px;
}
@media print, screen and (min-width: 40em) {
  .b-about-digits__item-desc {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 56px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-baner-image {
  position: relative;
  overflow: hidden;
}
.b-baner-image__title.big_h2 {
  color: #fff;
  max-width: 420px;
  font-size: 24px;
  line-height: 33.6px;
}
@media print, screen and (min-width: 40em) {
  .b-baner-image__title.big_h2 {
    font-size: 48px;
    max-width: 800px;
    line-height: 52.8px;
  }
}
.b-baner-image__container-logo {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  width: 300px;
  right: 20px;
  top: 10px;
}
@media print, screen and (min-width: 40em) {
  .b-baner-image__container-logo {
    top: 30px;
    right: 10px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-baner-image__container-logo {
    top: -25%;
    right: 0;
  }
}
.b-baner-image__logo {
  max-width: 130px;
  justify-content: end;
  top: 10px;
  right: 10px;
  margin-bottom: 20px;
  display: none;
}
.b-baner-image__logo.mobile {
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .b-baner-image__logo {
    max-width: 150px;
    top: 30px;
    right: 40px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-baner-image__logo {
    margin-bottom: 0;
    max-width: 300px;
    top: -20%;
    display: flex;
  }
  .b-baner-image__logo.mobile {
    display: none;
  }
}
.b-baner-image__text {
  color: #fff;
  max-width: 100%;
}
@media print, screen and (min-width: 62.5em) {
  .b-baner-image__text {
    max-width: 64%;
  }
}
.b-baner-image [data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: #08b7f4;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  top: calc(100% + 10px);
  max-width: 200px;
  width: 100%;
  display: block;
  z-index: 100000000;
  right: 0;
}
.b-baner-image [data-tooltip]:hover::after {
  opacity: 1;
  top: calc(100% + 15px);
}
.b-baner-image__button {
  margin-top: 32px;
}
.b-baner-image__button a {
  text-decoration: none;
}
@media print, screen and (min-width: 62.5em) {
  .b-baner-image__button {
    margin-top: 40px;
  }
}
.b-baner-image__image {
  width: 100%;
  height: 460px;
  z-index: -1;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 62.5em) {
  .b-baner-image__image {
    height: auto;
  }
}
.b-baner-image__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-banner-text {
  padding: 15px;
  color: #fff;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  background-color: #08b7f4;
  box-sizing: border-box;
}
.b-banner-text::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 180px;
  height: 100%;
  background-image: url("/images/baner-image.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
@media print, screen and (min-width: 40em) {
  .b-banner-text::before {
    width: 380px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-banner-text {
    width: 100%;
    margin-left: auto;
    padding: 30px;
  }
}
.b-banner-text .h2,
.b-banner-text .h3 {
  color: #fff;
}
.b-banner-text .c-button-gray {
  margin-top: 10px;
  color: #000;
  z-index: 123;
  position: relative;
}
.b-banner-text .c-button-gray:hover {
  color: #fff;
  background-color: transparent;
}
.b-banner-text__content {
  line-height: 130%;
  display: block;
}
@media print, screen and (min-width: 62.5em) {
  .b-banner-text__content {
    display: flex;
    justify-content: space-between;
  }
}
.b-banner-text__content .col1 {
  width: 100%;
}
.b-banner-text__content .col2 {
  width: 100%;
  white-space: nowrap;
  text-align: left;
  padding-top: 38px;
}
@media print, screen and (min-width: 62.5em) {
  .b-banner-text__content .col2 {
    text-align: right;
    padding-left: 40px;
    padding-top: 0;
    width: auto;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-block-contacts {
  background-color: #f6f8fb;
  position: relative;
}
.b-block-contacts__link-title {
  color: #4d4d55;
  text-decoration: none;
}
.b-block-contacts .c-active-title {
  display: inline-block;
}
.b-block-contacts .c-content {
  position: relative;
  z-index: 30;
}
.b-block-contacts__text {
  margin-top: 40px;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  color: #4d4d55;
  max-width: 500px;
}
@media print, screen and (min-width: 40em) {
  .b-block-contacts__text {
    margin-top: 64px;
  }
}
.b-block-contacts__link {
  font-size: 14px;
  line-height: 130%;
  color: #4d4d55;
  display: inline-block;
  text-decoration: none;
  border-bottom: 3px solid #08b3f0;
  margin-top: 32px;
  margin-bottom: 100px;
}
@media print, screen and (min-width: 40em) {
  .b-block-contacts__link {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .b-block-contacts__link:hover {
    border-bottom: 3px solid transparent;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-block-contacts__link {
    margin-bottom: 75px;
  }
}
.b-block-contacts__bg-image {
  position: absolute;
  background-image: url("/images/new.k2.img/contacts/contacts (3).png");
  background-position: bottom right;
  background-repeat: no-repeat;
  right: 0;
  z-index: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .b-block-contacts__bg-image {
    background-image: url("/images/new.k2.img/contacts/contacts (2).png");
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-block-contacts__bg-image {
    background-image: url("/images/new.k2.img/contacts/contacts (1).png");
  }
}
/**
 * Swiper 7.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 29, 2021
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

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

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

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

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

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

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-block-logos {
  background-color: #f6f8fb;
  position: relative;
}
.b-block-logos.white {
  background-color: #fff;
}
.b-block-logos__service-conrainer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -32px;
  margin-top: -16px;
}
@media print, screen and (min-width: 40em) {
  .b-block-logos__service-conrainer {
    margin-top: -32px;
  }
}
.b-block-logos__left-image {
  position: absolute;
  display: none;
  height: 98px;
  top: 587px;
  left: 0;
}
@media print, screen and (min-width: 62.5em) {
  .b-block-logos__left-image {
    display: block;
    height: 98px;
    top: 587px;
  }
}
@media screen and (min-width: 100em) {
  .b-block-logos__left-image {
    height: 166px;
    top: 623px;
  }
}
.b-block-logos__right-image {
  position: absolute;
  display: none;
  height: 274px;
  top: 396px;
  right: 0;
}
@media print, screen and (min-width: 40em) {
  .b-block-logos__right-image {
    display: block;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-block-logos__right-image {
    top: 202px;
  }
}
@media screen and (min-width: 100em) {
  .b-block-logos__right-image {
    height: 386px;
    top: 160px;
  }
}
.b-block-logos__container {
  margin-top: 32px;
}
@media print, screen and (min-width: 62.5em) {
  .b-block-logos__container {
    margin-top: 64px;
  }
}
.b-block-logos__items {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  height: auto;
}
@media print, screen and (min-width: 40em) {
  .b-block-logos__items {
    margin-left: -32px;
    margin-top: -32px;
    flex-wrap: wrap;
    box-sizing: inherit;
  }
}
.b-block-logos__item {
  padding: 20px 0;
  display: flex;
  align-items: center;
  min-height: 200px;
  max-height: 200px;
  justify-content: center;
  width: 100%;
  background-color: #fff;
}
@media print, screen and (min-width: 40em) {
  .b-block-logos__item {
    width: calc(100% / 2 - 32px);
    margin-left: 32px;
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-block-logos__item {
    width: calc(100% / 3 - 32px);
  }
}
@media screen and (min-width: 100em) {
  .b-block-logos__item {
    width: calc(100% / 4 - 32px);
  }
}
.b-block-logos__item.grey {
  background-color: #f6f8fb;
}
.b-block-logos__item img {
  max-width: 51%;
  height: auto;
}
.b-block-logos__pagination {
  margin-top: 56px;
  position: relative;
  display: block;
}
@media print, screen and (min-width: 40em) {
  .b-block-logos__pagination {
    display: none;
  }
}
.b-block-logos__pagination .swiper-pagination-bullet-active {
  transition: width 0.6s;
  width: 48px;
  border-radius: 4px;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-block-service__item {
  position: relative;
  background-color: #f6f8fb;
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
  height: 1;
  min-height: 292px;
}
@media print, screen and (min-width: 40em) {
  .b-block-service__item {
    min-height: 318px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-block-service__item {
    min-height: 360px;
  }
}
@media screen and (min-width: 100em) {
  .b-block-service__item {
    min-height: 470px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-block-service__item:hover {
    transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    background-color: #08b7f4 !important;
  }
  .b-block-service__item:hover .b-block-service__icons-img {
    display: none;
  }
  .b-block-service__item:hover .b-block-service__text-prev {
    display: none;
  }
  .b-block-service__item:hover .b-block-service__content-top {
    display: flex;
  }
  .b-block-service__item:hover .b-block-service__content-bottom {
    display: block;
  }
  .b-block-service__item:hover .b-block-service__content {
    visibility: visible;
    display: flex;
  }
}
.b-block-service__item.padding .b-block-service__icons-img {
  padding-top: 40px;
  padding-left: 24px;
}
@media print, screen and (min-width: 62.5em) {
  .b-block-service__item.padding .b-block-service__icons-img {
    padding-left: 40px;
  }
}
.b-block-service__item.padding .b-block-service__title.h3 {
  padding-top: 40px;
  padding-left: 40px;
}
.b-block-service__item.padding .b-block-service__description.c-body-text {
  padding-left: 40px;
  padding-bottom: 32px;
}
.b-block-service__item.padding .b-block-service__description-prev.c-body-text {
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 62.5em) {
  .b-block-service__item.padding .b-block-service__description-prev.c-body-text {
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 56px;
  }
}
.b-block-service__item.padding .b-block-service__title-prev.h3 {
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 0;
}
@media print, screen and (min-width: 62.5em) {
  .b-block-service__item.padding .b-block-service__title-prev.h3 {
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 56px;
  }
}
.b-block-service__item.white {
  background-color: #fff;
}
.b-block-service__item a {
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.b-block-service__item:last-child {
  margin-right: auto;
}
.b-block-service__icons-img {
  padding-top: 40px;
  padding-left: 40px;
}
.b-block-service__icons-img img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .b-block-service__icons-img img {
    width: 60px;
    height: 60px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-block-service__icons-img img {
    width: 102px;
    height: 102px;
  }
}
.b-block-service__images {
  padding-top: 40px;
  padding-left: 40px;
}
.b-block-service__link {
  padding-top: 40px;
  padding-right: 40px;
}
.b-block-service__content-top {
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: flex-start;
}
.b-block-service__content-bottom {
  display: none;
}
.b-block-service__content {
  width: 100%;
  height: auto;
  padding: 40px 40px 32px;
  color: #fff;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  visibility: hidden;
  display: none;
}
.b-block-service__title.h3 {
  line-height: 36px;
  color: #fff;
  padding: 0 40px;
  font-size: 24px;
}
.b-block-service__description {
  margin-top: 16px;
}
.b-block-service__description.c-body-text {
  color: #fff;
  opacity: 0.9;
  font-size: 16px;
  line-height: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 56px;
}
@media print, screen and (min-width: 40em) {
  .b-block-service__description {
    margin-top: 8px;
  }
}
.b-block-service__content-prev {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media print, screen and (min-width: 62.5em) {
  .b-block-service__content-prev {
    justify-content: space-between;
  }
}
.b-block-service__title-prev {
  display: block;
}
.b-block-service__title-prev.h3 {
  line-height: 36px !important;
  margin-top: auto;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 0;
  font-size: 24px;
}
@media print, screen and (min-width: 62.5em) {
  .b-block-service__title-prev.h3 {
    padding-bottom: 56px;
  }
}
.b-block-service__description-prev {
  display: block;
  margin-top: 8px;
}
@media print, screen and (min-width: 62.5em) {
  .b-block-service__description-prev {
    display: none;
  }
}
.b-block-service__description-prev.c-body-text {
  color: #4d4d55;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 56px;
  opacity: 0.9;
  font-size: 14px;
  line-height: 21px;
}
@media print, screen and (min-width: 40em) {
  .b-block-service__description-prev.c-body-text {
    font-size: 16px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-block-services {
  background-color: #f6f8fb;
  position: relative;
}
.b-block-services.white {
  background-color: #fff;
}
.b-block-services__service-conrainer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -32px;
  margin-top: -16px;
}
@media print, screen and (min-width: 40em) {
  .b-block-services__service-conrainer {
    margin-top: -32px;
  }
}
.b-block-services__left-image {
  position: absolute;
  display: none;
  height: 98px;
  top: 587px;
  left: 0;
}
@media print, screen and (min-width: 62.5em) {
  .b-block-services__left-image {
    display: block;
    height: 98px;
    top: 587px;
  }
}
@media screen and (min-width: 100em) {
  .b-block-services__left-image {
    height: 166px;
    top: 623px;
  }
}
.b-block-services__right-image {
  position: absolute;
  display: none;
  height: 274px;
  top: 396px;
  right: 0;
}
@media print, screen and (min-width: 40em) {
  .b-block-services__right-image {
    display: block;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-block-services__right-image {
    top: 202px;
  }
}
@media screen and (min-width: 100em) {
  .b-block-services__right-image {
    height: 386px;
    top: 160px;
  }
}
.b-block-services__container {
  margin-top: 32px;
}
@media print, screen and (min-width: 62.5em) {
  .b-block-services__container {
    margin-top: 64px;
  }
}
.b-block-services .swiper-wrapper {
  z-index: 10;
  display: flex;
  height: auto;
}
.b-block-services__swiper-slide.noswiper {
  width: 100%;
  margin-left: 32px;
  margin-top: 16px;
}
@media print, screen and (min-width: 40em) {
  .b-block-services__swiper-slide.noswiper {
    width: calc(100% / 2 - 32px);
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-block-services__swiper-slide.noswiper {
    width: calc(100% / 3 - 32px);
  }
}
.b-block-services__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-block-services__wrapper.end {
  justify-content: flex-end;
}
.b-block-services__swiper-btn {
  display: flex;
}
.b-block-services__swiper-next {
  display: none;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .b-block-services__swiper-next {
    display: block;
  }
}
.b-block-services__swiper-prev {
  cursor: pointer;
  display: none;
  margin-right: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-block-services__swiper-prev {
    display: block;
  }
}
.b-block-services__pagination {
  margin-top: 56px;
  position: relative;
}
.b-block-services__pagination .swiper-pagination-bullet-active {
  transition: width 0.6s;
  width: 48px;
  border-radius: 4px;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-block-type-disk {
  background-color: #f6f8fb;
}
.b-block-type-disk.white {
  background-color: #fff;
}
.b-block-type-disk.border-none .b-block-type-disk__item {
  border: none;
}
.b-block-type-disk.margin-mobile-none .b-block-type-disk__item {
  margin-top: 0;
}
.b-block-type-disk.margin-mobile-none .b-block-type-disk__item:last-child {
  padding-top: 0;
}
@media print, screen and (min-width: 40em) {
  .b-block-type-disk.margin-mobile-none .b-block-type-disk__item {
    margin-top: 32px;
  }
  .b-block-type-disk.margin-mobile-none .b-block-type-disk__item:last-child {
    padding-top: 16px;
  }
}
.b-block-type-disk.margin-mobile-none .b-block-type-disk__items {
  margin-top: -32px;
}
@media print, screen and (min-width: 40em) {
  .b-block-type-disk.margin-mobile-none .b-block-type-disk__items {
    margin-top: -32px;
  }
}
.b-block-type-disk__title {
  font-size: 34px;
  line-height: 130%;
  color: #4d4d55;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-block-type-disk__title {
    font-size: 48px;
    margin-bottom: 64px;
  }
}
.b-block-type-disk__desc {
  max-width: 100%;
  color: #808087;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 62.5em) {
  .b-block-type-disk__desc {
    max-width: 66%;
  }
}
.b-block-type-disk__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -32px;
  margin-top: -32px;
}
.b-block-type-disk__items::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 3px;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
.b-block-type-disk__item {
  border-right: 1px solid #dbdbdd;
  width: calc(100% / 1 - 32px);
  margin-top: 32px;
  padding-top: 16px;
  margin-left: 32px;
}
.b-block-type-disk__item:last-child {
  border-right: none;
}
@media print, screen and (min-width: 40em) {
  .b-block-type-disk__item {
    width: calc(100% / 2 - 32px);
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-block-type-disk__item {
    width: calc(100% / 3 - 32px);
  }
}
.b-block-type-disk__item-title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 130%;
  color: #08b7f4;
}
@media print, screen and (min-width: 40em) {
  .b-block-type-disk__item-title {
    font-size: 24px;
  }
}
.b-block-type-disk__item-desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  padding-right: 5px;
}
@media print, screen and (min-width: 40em) {
  .b-block-type-disk__item-desc {
    font-size: 16px;
    line-height: 130%;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-block-video {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  z-index: 20;
  height: 240px;
}
@media print, screen and (min-width: 40em) {
  .b-block-video {
    height: 400px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-block-video {
    height: 500px;
  }
}
@media screen and (min-width: 100em) {
  .b-block-video {
    height: 680px;
  }
}
.b-block-video__recording {
  display: flex;
  align-items: center;
}
.b-block-video__recording.big_h3 {
  color: white;
  font-size: 10px;
}
@media print, screen and (min-width: 40em) {
  .b-block-video__recording.big_h3 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-block-video__recording.big_h3 {
    font-size: 24px;
  }
}
.b-block-video__recording::before {
  margin-right: 16px;
  display: block;
  content: "";
  background-image: url("/images/new.k2.img/24_icon_recording.png");
  width: 24px;
  height: 24px;
}
.b-block-video__button-play {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.b-block-video__button-play img {
  cursor: pointer;
  width: 56px;
}
@media print, screen and (min-width: 40em) {
  .b-block-video__button-play img {
    width: 104px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-block-video__button-play img {
    width: 136px;
  }
}
@media print, screen and (min-width: 40em) {
  .b-block-video__button-play {
    margin-bottom: 0;
  }
}
.b-block-video__title.big_h2 {
  max-width: 269px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
@media print, screen and (min-width: 40em) {
  .b-block-video__title.big_h2 {
    max-width: 400px;
    font-size: 24px;
    line-height: 33.6px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-block-video__title.big_h2 {
    max-width: 710px;
    font-size: 48px;
    line-height: 62.4px;
  }
}
.b-block-video__video {
  display: none;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
}
.b-block-video__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-block-video__images {
  z-index: -1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-block-video__wrapper {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  width: calc(100% - 40px);
  cursor: pointer;
}
@media print, screen and (min-width: 62.5em) {
  .b-block-video__wrapper {
    padding: 80px 0;
    width: calc(86%);
    max-width: 1600px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-breeding-block-services {
  padding: 40px 0 88px;
}
@media screen and (min-width: 48em) {
  .b-breeding-block-services {
    padding: 64px 0 104px;
  }
}
@media screen and (min-width: 90em) {
  .b-breeding-block-services {
    padding: 64px 0 160px;
  }
}
.b-breeding-block-services__container {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
}
@media screen and (min-width: 48em) {
  .b-breeding-block-services__container {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 32px;
  }
}
@media screen and (min-width: 90em) {
  .b-breeding-block-services__container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-certificat {
  width: 80%;
  margin-left: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  opacity: 1;
}
@media print, screen and (min-width: 40em) {
  .b-certificat {
    width: 100%;
  }
  .b-certificat.opacity {
    opacity: 1;
  }
}
.b-certificat img {
  max-width: 200px;
}
.b-certificat__title {
  margin-top: 32px;
  font-size: 16px;
  line-height: 130%;
  color: #4d4d55;
  max-width: 230px;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-certificates-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 25px 0;
  margin-bottom: 32px;
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  .b-certificates-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 10px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-certificates-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 20px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 100em) {
  .b-certificates-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-certificates .swiper {
  width: 100%;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}
.b-certificates .big_h2 {
  display: inline-block;
  color: #4d4d55;
  margin-bottom: 0;
  max-width: 390px;
  width: 100%;
}
@media print, screen and (min-width: 62.5em) {
  .b-certificates .big_h2 {
    width: auto;
  }
}
.b-certificates .big_h2 a {
  color: #4d4d55;
  text-decoration: none;
}
.b-certificates__swiper-wrapper {
  height: auto;
}
.b-certificates__container-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b-certificates__container {
  margin-top: 10px;
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .b-certificates__container {
    margin-top: 47px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-certificates__container {
    margin-top: 34px;
  }
}
.b-certificates__title {
  margin-top: 32px;
  font-size: 16px;
  line-height: 130%;
  color: #4d4d55;
  max-width: 230px;
}
.b-certificates__item {
  width: 80%;
  margin-left: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (min-width: 40em) {
  .b-certificates__item {
    width: 100%;
  }
}
.b-certificates__item img {
  max-width: 200px;
}
.b-certificates__pagination {
  margin-top: 56px;
  position: relative;
}
.b-certificates__pagination .swiper-pagination-bullet-active {
  transition: width 0.6s;
  width: 48px;
  border-radius: 4px;
}
.b-certificates__swiper-btn {
  display: flex;
}
.b-certificates__swiper-next {
  display: none;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .b-certificates__swiper-next {
    display: block;
  }
}
.b-certificates__swiper-prev {
  cursor: pointer;
  display: none;
  margin-right: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-certificates__swiper-prev {
    display: block;
  }
}
.b-certificates__link-all {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #4d4d55;
  text-decoration: none;
  margin-top: 44px;
  border-bottom: 3px solid #08b3f0;
}
@media print, screen and (min-width: 40em) {
  .b-certificates__link-all:hover {
    border-bottom: 3px solid transparent;
  }
}
.b-certificates__button {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .b-certificates__button {
    justify-content: flex-start;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-clients {
  position: relative;
  background-color: #f6f8fb;
}
.b-clients__item {
  background-color: #fff;
  transition: background-color 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  opacity: 1;
}
.b-clients__item::after {
  content: "";
  display: block;
  padding-bottom: 92%;
}
@media print, screen and (min-width: 62.5em) {
  .b-clients__item:hover {
    background-color: #08b7f4;
  }
  .b-clients__item:hover img {
    display: none;
  }
  .b-clients__item:hover .b-clients__content {
    visibility: visible;
    display: flex;
  }
}
.b-clients__item img {
  filter: invert(0.8);
  max-width: 51%;
  height: auto;
}
.b-clients__item--projects {
  align-items: flex-start;
  min-height: 320px;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}
.b-clients__item--projects::after {
  content: "";
  display: none;
}
.b-clients__item--projects .b-clients__content {
  position: relative;
  visibility: visible;
  display: block;
  padding: 0 32px 35px;
}
.b-clients__item--projects .b-clients__title {
  display: none;
}
.b-clients__item--projects .b-clients__image {
  width: 100%;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (min-width: 40em) {
  .b-clients__item--projects .b-clients__image {
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-clients__item--projects .b-clients__image {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.b-clients__item--projects .b-clients__description.c-body-text {
  color: #4d4d55;
  font-size: 14px;
  opacity: 0.9;
}
.b-clients__item--projects .b-clients__description.top {
  color: #4d4d55 !important;
  margin-top: 30px;
  padding: 0 25px;
  text-align: center;
  display: none;
}
@media print, screen and (min-width: 62.5em) {
  .b-clients__item--projects .b-clients__description.top {
    display: block;
  }
}
.b-clients__item--projects img {
  padding: 0 32px 10px 32px;
  max-width: 80%;
}
@media print, screen and (min-width: 40em) {
  .b-clients__item--projects img {
    max-width: 70%;
  }
}
@media print, screen and (min-width: 40em) {
  .b-clients__item--projects img {
    padding: 37px 32px 10px 32px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-clients__item--projects {
    min-height: 300px;
  }
  .b-clients__item--projects::after {
    content: "";
    display: none;
  }
  .b-clients__item--projects .b-clients__content {
    position: relative;
    visibility: visible;
    display: block;
    padding: 0 40px 40px;
  }
  .b-clients__item--projects img {
    padding: 40px 40px 10px 40px;
    max-width: 80%;
  }
}
@media print, screen and (min-width: 62.5em) and (min-width: 40em) {
  .b-clients__item--projects img {
    max-width: 70%;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-clients__item--projects {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    text-decoration: none;
  }
  .b-clients__item--projects::after {
    content: "";
    display: block;
    padding-bottom: 92%;
  }
  .b-clients__item--projects .b-clients__content {
    position: absolute;
    visibility: visible;
    display: none;
    padding: 0 40px;
  }
  .b-clients__item--projects .b-clients__title {
    display: none;
  }
  .b-clients__item--projects .b-clients__title.top {
    display: block;
    color: black;
  }
  .b-clients__item--projects .b-clients__description.c-body-text {
    color: #fff;
    font-size: 14px;
    opacity: 0.9;
  }
  .b-clients__item--projects:hover {
    background-color: #08b7f4;
    transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .b-clients__item--projects:hover img {
    display: none;
  }
  .b-clients__item--projects:hover .b-clients__description.top {
    display: none;
  }
  .b-clients__item--projects:hover .b-clients__content {
    visibility: visible;
    display: flex;
  }
  .b-clients__item--projects:hover .b-clients__title {
    display: block;
  }
  .b-clients__item--projects img {
    padding: 0;
    filter: invert(0.8);
    max-width: 51%;
    height: auto;
  }
}
.b-clients .clientsSwiper {
  margin: 40px 0 0;
}
@media print, screen and (min-width: 40em) {
  .b-clients .clientsSwiper {
    margin: 48px 0 0;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-clients .clientsSwiper {
    margin: 69px 0 0;
  }
}
@media screen and (min-width: 100em) {
  .b-clients .clientsSwiper {
    margin: 64px 0 0;
  }
}
.b-clients .swiper-wrapper {
  z-index: 10;
  flex-direction: row;
  align-items: end;
  height: auto;
}
.b-clients__container {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
}
.b-clients__swiper-btn {
  display: flex;
}
.b-clients__swiper-next {
  display: none;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .b-clients__swiper-next {
    display: block;
  }
}
.b-clients__swiper-prev {
  cursor: pointer;
  display: none;
  margin-right: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-clients__swiper-prev {
    display: block;
  }
}
.b-clients__pagination {
  margin-top: 56px;
  position: relative;
}
.b-clients__pagination .swiper-pagination-bullet-active {
  width: 48px;
  border-radius: 4px;
}
.b-clients__content {
  position: absolute;
  width: 100%;
  color: #fff;
  padding: 0 40px;
  flex-direction: column;
  visibility: hidden;
  display: none;
  box-sizing: border-box;
}
@media screen and (min-width: 100em) {
  .b-clients__content {
    padding: 0 40px;
  }
}
.b-clients__title {
  color: #fff;
  font-size: 24px;
}
.b-clients__description {
  margin-top: 8px;
}
.b-clients__description.c-body-text {
  color: #fff;
  opacity: 1;
  font-size: 16px !important;
}
.b-clients .c-active-title a {
  color: #4d4d55;
  text-decoration: none;
}
.b-clients__link-project {
  position: relative;
  z-index: 20;
  margin-top: 28px;
  color: #4d4d55;
  text-decoration: none;
  border-bottom: 2px solid #08b3f0;
  display: inline-block;
  cursor: pointer;
}
.b-clients__link-project:hover {
  border-bottom: 2px solid transparent;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-console-enter {
  padding: 33px;
}
@media print, screen and (min-width: 40em) {
  .b-console-enter {
    padding: 50px;
  }
}
.b-console-enter__title {
  font-size: 24px;
  width: 60%;
  line-height: 130%;
  padding-bottom: 50px;
  color: #4d4d55;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .b-console-enter__title {
    font-size: 36px;
    width: 100%;
    padding-right: 100px;
  }
}
.b-console-enter__text {
  font-size: 22px;
  color: #4d4d55;
  margin-bottom: 50px;
}
.b-console-enter__button {
  display: inline-block;
  padding: 17.5px 24px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  color: #fff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  .b-console-enter__button {
    font-size: 16px;
  }
}
.b-console-enter__button--enter {
  margin-right: 12px;
  margin-bottom: 20px;
  background-color: transparent;
  color: #4d4d55;
  border: 1px solid #08b7f4;
}
@media print, screen and (min-width: 40em) {
  .b-console-enter__button--enter {
    margin-right: 24px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-console-enter__button--enter:hover {
    background-color: #08b7f4;
    color: #fff;
  }
}
.b-console-enter__button--registration {
  background-color: #08b7f4;
}
@media print, screen and (min-width: 62.5em) {
  .b-console-enter__button--registration:hover {
    border: 1px solid #08b7f4;
    background-color: transparent;
    color: #4d4d55;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-cookie-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 32px 32px;
  margin-left: 20px;
  background: #f6f8fb;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  max-width: 560px;
}
@media print, screen and (min-width: 40em) {
  .b-cookie-notification {
    bottom: 48px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-cookie-notification {
    right: 7%;
  }
}
.b-cookie-notification__content {
  font-size: 12px;
  color: #6f6f76;
  padding-right: 10px;
}
@media print, screen and (min-width: 62.5em) {
  .b-cookie-notification__content {
    max-width: 80%;
  }
}
.b-cookie-notification .h4 {
  color: #6f6f76;
}
.b-cookie-notification__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAIVBMVEUAAABAQFBQUFBISFBISFhQUFBQUFhMTFVOTlVNTVVNTVVwEUoPAAAACnRSTlMAEBAgICAgz8/fysQCGwAAAGJJREFUGNNjYKACEAYRjhA2Y6UBAwPLdAEwh23WZAYGz5UBEKnMlQYss6ZC9QCl4BIgKbgESAohwcAya6UBnOO5EmQgTGJqJlwKaBQbTApsB0yKqRNoFNt0BYiUKohIooaXAa4SGfduvHUCAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  flex-shrink: 0;
}
.b-cookie-notification__button {
  display: inline-block;
  background: #08b3f0;
  border-radius: 3px;
  color: #fff;
  padding: 17.5px 69.5px;
  margin-top: 24px;
  cursor: pointer;
}
.b-cookie-notification a {
  border-bottom: 1px solid #08b3f0;
  text-decoration: none;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-croc-form {
  background-color: #08b7f4;
  padding: 88px 0;
}
@media print, screen and (min-width: 40em) {
  .b-croc-form {
    padding: 104px 0;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-croc-form {
    padding: 108px 0;
  }
}
.b-croc-form__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media print, screen and (min-width: 62.5em) {
  .b-croc-form__container {
    flex-direction: row;
  }
}
.b-croc-form h2 {
  color: #fff;
  margin-right: 20px;
}
.b-croc-form__description {
  margin-right: 20px;
  opacity: 0.8;
  margin-top: 16px;
  color: #fff;
  max-width: 390px;
}
.b-croc-form__send {
  width: 100%;
  max-width: 1000px;
  margin-top: 32px;
}
@media print, screen and (min-width: 62.5em) {
  .b-croc-form__send {
    max-width: 640px;
    margin-top: -16px;
  }
}
.b-croc-form__field {
  color: #fff;
}
.b-croc-form__field input {
  color: #fff;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 16px;
  padding: 16px 24px;
  width: 100%;
  border-radius: 5px;
}
.b-croc-form__field input:focus {
  outline: 0;
}
.b-croc-form__field input::-moz-placeholder {
  color: #fff;
}
.b-croc-form__field input::placeholder {
  color: #fff;
}
.b-croc-form__field textarea {
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  padding: 16px 24px;
  margin-top: 16px;
  width: 100%;
  height: 136px;
  resize: none;
  overflow: auto;
  border-radius: 5px;
  color: #fff;
}
.b-croc-form__field textarea:focus {
  outline: 0;
}
.b-croc-form__field textarea::-moz-placeholder {
  color: #fff;
}
.b-croc-form__field textarea::placeholder {
  color: #fff;
}
.b-croc-form__file {
  margin-top: 24px;
  position: relative;
}
.b-croc-form__file input {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.b-croc-form__file label {
  cursor: pointer;
  font-size: 12px;
  color: #fff;
}
.b-croc-form__file label img {
  margin-right: 4px;
}
@media screen and (min-width: 100em) {
  .b-croc-form__file label img {
    margin-right: 8px;
  }
}
.b-croc-form__button {
  display: inline-block;
  margin-top: 36px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #fff;
  padding: 17.5px 24px;
}
@media print, screen and (min-width: 40em) {
  .b-croc-form__button {
    margin-top: 44px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-croc-form__button {
    margin-top: 20px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-croc-news .swiper {
  width: 100%;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}
.b-croc-news .big_h2 a {
  color: #4d4d55;
  text-decoration: none;
}
.b-croc-news__swiper-wrapper {
  height: auto;
}
.b-croc-news__container {
  margin-top: 10px;
  margin-left: 0;
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .b-croc-news__container {
    margin-top: 47px;
    margin-left: -32px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-croc-news__container {
    margin-top: 34px;
  }
}
.b-croc-news__item {
  width: 100%;
  margin-left: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (min-width: 40em) {
  .b-croc-news__item {
    width: calc(100% / 2 - 32px) !important;
    margin-left: 32px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-croc-news__item {
    width: calc(100% / 3 - 32px) !important;
  }
}
.b-croc-news__number.h3 {
  margin-top: 30px;
  color: #08b7f4;
}
.b-croc-news__title.h3 {
  padding-top: 20px;
  padding-right: 20px;
}
.b-croc-news__title.h3 a {
  display: block;
  color: #4d4d55;
  text-decoration: none;
  font-size: 24px;
  line-height: 36px;
}
@media print, screen and (min-width: 40em) {
  .b-croc-news__title.h3 a {
    max-width: 364px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-croc-news__title.h3 a {
    max-width: 392px;
  }
}
@media screen and (min-width: 100em) {
  .b-croc-news__title.h3 a {
    max-width: 364px;
  }
}
.b-croc-news__description.c-body-text {
  margin-top: 16px;
}
@media print, screen and (min-width: 40em) {
  .b-croc-news__description.c-body-text {
    max-width: 364px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-croc-news__description.c-body-text {
    max-width: 392px;
  }
}
@media screen and (min-width: 100em) {
  .b-croc-news__description.c-body-text {
    max-width: 364px;
  }
}
.b-croc-news__link {
  margin-top: 16px;
}
.b-croc-news__link a {
  display: inline-block;
  color: #4d4d55;
  text-decoration: none;
  opacity: 1;
  border-bottom: 2px solid #08b7f4;
  font-size: 16px;
  line-height: 24px;
}
.b-croc-news__link a:hover {
  border-bottom: 2px solid transparent;
}
@media print, screen and (min-width: 40em) {
  .b-croc-news__link {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-croc-news__link {
    margin-top: 45px;
  }
}
.b-croc-news__pagination {
  margin-top: 56px;
  position: relative;
}
.b-croc-news__pagination .swiper-pagination-bullet-active {
  transition: width 0.6s;
  width: 48px;
  border-radius: 4px;
}
.b-croc-news__container-navigation {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
}
.b-croc-news__swiper-btn {
  display: flex;
}
.b-croc-news__swiper-next {
  display: none;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .b-croc-news__swiper-next {
    display: block;
  }
}
.b-croc-news__swiper-next.swiper-button-lock {
  display: none;
}
.b-croc-news__swiper-prev {
  cursor: pointer;
  display: none;
  margin-right: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-croc-news__swiper-prev {
    display: block;
  }
}
.b-croc-news__swiper-prev.swiper-button-lock {
  display: none;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-digits-blue-bg {
  background-color: #08b7f4;
}
.b-digits-blue-bg__wrapper {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 62.5em) {
  .b-digits-blue-bg__wrapper {
    flex-direction: row;
  }
}
.b-digits-blue-bg__title {
  width: 100%;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
  margin-right: 80px;
  max-width: 500px;
}
@media print, screen and (min-width: 62.5em) {
  .b-digits-blue-bg__title {
    width: 50%;
    max-width: 100%;
  }
}
.b-digits-blue-bg__desc {
  width: 100%;
  font-weight: normal;
  padding-top: 10px;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  margin-top: 24px;
  max-width: 500px;
}
@media print, screen and (min-width: 40em) {
  .b-digits-blue-bg__desc {
    font-size: 16px;
    line-height: 130%;
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-digits-blue-bg__desc {
    max-width: 100%;
    width: 50%;
    margin-top: 0;
  }
}
.b-digits-blue-bg__items {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
@media print, screen and (min-width: 40em) {
  .b-digits-blue-bg__items {
    margin-left: -140px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-digits-blue-bg__items {
    margin-top: 100px;
    margin-left: -80px;
  }
}
.b-digits-blue-bg__item {
  margin-left: 0;
  width: calc(100%);
  margin-top: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-digits-blue-bg__item {
    margin-left: 140px;
    width: calc(100% / 2 - 140px);
    margin-top: 64px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-digits-blue-bg__item {
    width: calc(100% / 4 - 80px);
    margin-left: 80px;
    margin-top: 0;
  }
}
.b-digits-blue-bg__count {
  margin-top: 16px;
  font-weight: bold;
  font-size: 40px;
  line-height: 130%;
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .b-digits-blue-bg__count {
    font-size: 48px;
    margin-top: 40px;
  }
}
.b-digits-blue-bg__item-desc {
  margin-top: 8px;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  max-width: 260px;
}
@media print, screen and (min-width: 40em) {
  .b-digits-blue-bg__item-desc {
    font-size: 16px;
    line-height: 130%;
    max-width: 100%;
    margin-top: 16px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-footer {
  background-color: #4d4d55;
  padding: 56px 0 24px;
  color: #a6a6aa;
}
.b-footer__footer-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.b-footer__footer-title .logo {
  width: 160px;
}
.b-footer__container-form-email {
  max-width: 600px;
}
.b-footer__button-wraper {
  display: none;
  justify-content: flex-end;
  max-width: 310px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .b-footer__button-wraper {
    display: flex;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-footer__button-wraper {
    justify-content: flex-start;
  }
}
.b-footer__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 162px;
  width: 100%;
  background-color: #08b7f4;
  color: #fff;
  border-radius: 3px;
}
@media print, screen and (min-width: 62.5em) {
  .b-footer__button {
    max-width: 198px;
  }
}
@media screen and (min-width: 100em) {
  .b-footer__button {
    max-width: 162px;
  }
}
.b-footer__footer-content {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media print, screen and (min-width: 62.5em) {
  .b-footer__footer-content {
    flex-direction: row;
  }
}
.b-footer__left-content {
  margin-top: -54px;
  flex-wrap: wrap;
  display: none;
  justify-content: space-between;
}
@media print, screen and (min-width: 40em) {
  .b-footer__left-content {
    display: flex;
  }
}
.b-footer__item-wraper {
  padding-right: 10px;
  display: flex;
  width: calc(100% / 2);
}
.b-footer__item-wraper:last-child {
  margin-right: auto;
}
.b-footer__item-wraper:nth-child(7), .b-footer__item-wraper:nth-child(8) {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .b-footer__item-wraper {
    width: calc(100% / 3);
  }
  .b-footer__item-wraper:nth-child(7), .b-footer__item-wraper:nth-child(8) {
    display: block;
  }
}
.b-footer__item {
  margin-top: 40px;
  max-width: 156px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media print, screen and (min-width: 40em) {
  .b-footer__item {
    margin-top: 48px;
    max-width: 230px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-footer__item {
    margin-top: 54px;
  }
}
.b-footer__item.active .b-footer__list {
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .b-footer__item-title:hover {
    color: #08b7f4;
  }
}
.b-footer__title-wrapper {
  position: relative;
}
.b-footer__title {
  color: #fff;
  display: flex;
  flex-direction: row;
}
@media print, screen and (min-width: 40em) {
  .b-footer__title {
    flex-direction: column;
  }
}
.b-footer__title img {
  margin-left: 18px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  display: block;
}
@media print, screen and (min-width: 40em) {
  .b-footer__title img {
    display: none;
  }
}
.b-footer__title a {
  margin-right: 0;
  font-size: 12px;
  margin-bottom: 0;
  color: #fff;
  text-decoration: none;
}
.b-footer__title a:nth-child(2), .b-footer__title a:nth-child(3) {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .b-footer__title a {
    margin-right: 10px;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .b-footer__title a:nth-child(2), .b-footer__title a:nth-child(3) {
    display: block;
  }
}
.b-footer__list {
  font-size: 12px;
  display: none;
  flex-direction: column;
}
.b-footer__list a {
  text-decoration: none;
  color: #a6a6aa;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .b-footer__list {
    display: flex;
  }
}
.b-footer__item-sub-list:hover {
  color: #fff;
}
.b-footer__list-item.active .b-footer__sub-list {
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.b-footer__list-item.active .b-footer__image-list {
  transform: rotate(180deg);
}
.b-footer__sub-elem {
  margin-bottom: 10px;
  margin-left: 10px;
  display: block;
}
.b-footer__sub-elem:hover {
  color: #fff;
}
.b-footer__list-sub-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.b-footer__image-list {
  cursor: pointer;
  flex: 0 0 auto;
}
.b-footer__sub-list {
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.b-footer__right-content {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  max-width: 1000px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .b-footer__right-content {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-footer__right-content {
    margin-top: 0;
    flex-direction: column;
    max-width: 310px;
  }
}
.b-footer__feedback {
  color: #fff;
  display: flex;
  flex-direction: column;
  width: calc(100% / 2);
}
@media print, screen and (min-width: 40em) {
  .b-footer__feedback {
    width: calc(100% / 3);
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-footer__feedback {
    width: 100%;
  }
}
.b-footer__feedback a {
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 16px;
  color: #fff;
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  .b-footer__feedback a {
    font-size: 16px;
  }
  .b-footer__feedback a:hover {
    color: #08b7f4;
  }
}
.b-footer__feedback span {
  font-size: 10px;
  color: #949499;
}
@media print, screen and (min-width: 40em) {
  .b-footer__feedback span {
    font-size: 12px;
  }
}
.b-footer__icons-wrapper {
  width: calc(100% / 2);
}
@media print, screen and (min-width: 40em) {
  .b-footer__icons-wrapper {
    width: calc(100% / 3);
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-footer__icons-wrapper {
    width: 100%;
  }
}
.b-footer__socicons {
  max-width: 180px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
.b-footer__footer-icon:hover {
  background-color: white;
  border-radius: 50%;
}
.b-footer__footer-icon:hover path {
  fill: white;
  opacity: 1;
}
.b-footer__footer-icon:hover path.fill {
  fill: #08b7f4;
}
.b-footer__footer-icon:hover path.fil1 {
  fill: #08b7f4 !important;
}
.b-footer__footer-icon:hover path.fil0 {
  stroke: #08b7f4 !important;
}
.b-footer__text {
  margin-top: 0;
  color: #a6a6aa;
  font-size: 12px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .b-footer__text {
    width: calc(100% / 3);
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-footer__text {
    width: 100%;
    margin-top: 32px;
  }
}
.b-footer__footer-bottom__container {
  display: flex;
  flex-flow: row wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  display: block;
}
@media print, screen and (min-width: 40em) {
  .b-footer__footer-bottom__container {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-footer__footer-bottom__container {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media screen and (min-width: 100em) {
  .b-footer__footer-bottom__container {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media screen and (min-width: 120em) {
  .b-footer__footer-bottom__container {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .b-footer__footer-bottom__container {
    display: flex;
  }
}
.b-footer__footer-bottom__container__policy {
  flex: 0 0 auto;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.b-footer__footer-bottom__container__policy a {
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  .b-footer__footer-bottom__container__policy a:hover {
    color: #fff;
  }
}
@media print, screen and (min-width: 40em) {
  .b-footer__footer-bottom__container__policy {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-footer__footer-bottom__container__policy {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.b-footer__footer-bottom__container__copyright {
  flex: 0 0 auto;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media print, screen and (min-width: 40em) {
  .b-footer__footer-bottom__container__copyright {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-footer__footer-bottom__container__copyright {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.b-footer__footer-bottom__container__copyright-techart {
  flex: 0 0 auto;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.b-footer__footer-bottom__container__copyright-techart a {
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  .b-footer__footer-bottom__container__copyright-techart a:hover {
    color: #fff;
  }
}
@media print, screen and (min-width: 40em) {
  .b-footer__footer-bottom__container__copyright-techart {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-footer__footer-bottom__container__copyright-techart {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.b-footer__footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid #08b7f4;
  color: #a6a6aa;
}
.b-footer__footer-bottom a {
  color: #a6a6aa;
}
.b-footer__mobile-footer {
  display: block;
  margin-top: -40px;
}
@media print, screen and (min-width: 40em) {
  .b-footer__mobile-footer {
    display: none;
  }
}
.b-footer__right-mobile-menu {
  display: block;
  width: 50%;
  float: right;
}
.b-footer__left-mobile-menu {
  width: 50%;
  display: block;
  float: left;
}
.b-footer__mobile-item.active .b-footer__mobile-list {
  display: block;
}
.b-footer__mobile-item.active .b-footer__title-img {
  transform: rotate(180deg);
}
.b-footer__mobile-title {
  max-width: 170px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  margin-top: 40px;
  cursor: pointer;
  color: #fff;
}
.b-footer__mobile-title a {
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.b-footer__title-img {
  position: absolute;
  top: 0;
  right: 25px;
}
.b-footer__title-text {
  padding-right: 20px;
  margin-right: 23px;
}
.b-footer__mobile-list {
  display: none;
}
.b-footer__mobile-list a {
  display: block;
  font-size: 12px;
  margin-top: 12px;
  margin-right: 10px;
  color: #a6a6aa;
  text-decoration: none;
}
@charset "UTF-8";
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min, .irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
:root {
  --iti-border-gray: #ccc;
  --iti-text-gray: #999;
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: var(--iti-border-gray);
  --iti-dialcode-color: var(--iti-text-gray);
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
  --iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
  --iti-path-flags-1x: url("../img/flags.webp");
  --iti-path-flags-2x: url("../img/flags@2x.webp");
  --iti-path-globe-1x: url("../img/globe.webp");
  --iti-path-globe-2x: url("../img/globe@2x.webp");
  --iti-flag-sprite-width: 5762px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: var(--iti-right-hand-selected-country-padding);
  margin-right: 0;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: var(--iti-flag-width);
}

.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}

.iti__dial-code {
  color: var(--iti-dialcode-color);
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__flag-box, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel] {
  padding-right: var(--iti-input-padding);
  padding-left: var(--iti-selected-country-arrow-padding);
  margin-left: 0;
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel] {
  padding-right: var(--iti-selected-country-arrow-padding);
  padding-left: var(--iti-input-padding);
  margin-right: 0;
}

.iti--allow-dropdown .iti__country-container {
  right: auto;
  left: 0;
}

[dir=rtl] .iti--allow-dropdown .iti__country-container {
  right: 0;
  left: auto;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
}

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 0px;
  --iti-flag-width: 20px;
  --iti-flag-height: 14px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__np {
  --iti-flag-width: 13px;
}

.iti__va, .iti__ch {
  --iti-flag-width: 15px;
}

.iti__ne, .iti__be {
  --iti-flag-width: 18px;
}

.iti__mc {
  --iti-flag-width: 19px;
}

.iti__zw, .iti__ws, .iti__vg, .iti__uz, .iti__uk, .iti__tv, .iti__to, .iti__tl, .iti__tk, .iti__tj, .iti__tc, .iti__ta, .iti__su, .iti__st, .iti__ss, .iti__si, .iti__sh, .iti__sd, .iti__sc, .iti__sb, .iti__ps, .iti__pn, .iti__ph, .iti__om, .iti__nz, .iti__nu, .iti__nr, .iti__ng, .iti__nf, .iti__nc, .iti__my, .iti__ms, .iti__mp, .iti__mn, .iti__mk, .iti__me, .iti__md, .iti__ly, .iti__lv, .iti__lk, .iti__lc, .iti__kz, .iti__ky, .iti__kw, .iti__kp, .iti__ki, .iti__jo, .iti__jm, .iti__io, .iti__im, .iti__ie, .iti__hu, .iti__hr, .iti__hn, .iti__hm, .iti__gw, .iti__gs, .iti__gi, .iti__gb, .iti__fk, .iti__fj, .iti__et, .iti__er, .iti__eh, .iti__dm, .iti__dg, .iti__cx, .iti__cu, .iti__ck, .iti__cc, .iti__ca, .iti__by, .iti__bs, .iti__bn, .iti__bm, .iti__ba, .iti__az, .iti__au, .iti__as, .iti__am, .iti__ai, .iti__ae, .iti__ac {
  --iti-flag-height: 10px;
}

.iti__us, .iti__um, .iti__py, .iti__mh, .iti__lr, .iti__gu, .iti__fm {
  --iti-flag-height: 11px;
}

.iti__vu, .iti__tt, .iti__sv, .iti__ni, .iti__mx, .iti__lu, .iti__lt, .iti__li, .iti__km, .iti__kg, .iti__je, .iti__ir, .iti__ht, .iti__gy, .iti__gd, .iti__fi, .iti__de, .iti__cv, .iti__cr, .iti__cq, .iti__bz, .iti__bi, .iti__bh, .iti__bg, .iti__bd {
  --iti-flag-height: 12px;
}

.iti__tg, .iti__se, .iti__pw, .iti__pl, .iti__kh, .iti__gt, .iti__ee, .iti__ax, .iti__ar {
  --iti-flag-height: 13px;
}

.iti__xk, .iti__va, .iti__sm, .iti__sj, .iti__pg, .iti__np, .iti__no, .iti__ne, .iti__mc, .iti__is, .iti__il, .iti__ga, .iti__fo, .iti__dk, .iti__ch, .iti__cd, .iti__bv, .iti__be, .iti__al {
  --iti-flag-height: 15px;
}

.iti__qa {
  --iti-flag-height: 8px;
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -22px;
}

.iti__ae {
  --iti-flag-offset: -44px;
}

.iti__af {
  --iti-flag-offset: -66px;
}

.iti__ag {
  --iti-flag-offset: -88px;
}

.iti__ai {
  --iti-flag-offset: -110px;
}

.iti__al {
  --iti-flag-offset: -132px;
}

.iti__am {
  --iti-flag-offset: -154px;
}

.iti__ao {
  --iti-flag-offset: -176px;
}

.iti__aq {
  --iti-flag-offset: -198px;
}

.iti__ar {
  --iti-flag-offset: -220px;
}

.iti__as {
  --iti-flag-offset: -242px;
}

.iti__at {
  --iti-flag-offset: -264px;
}

.iti__au {
  --iti-flag-offset: -286px;
}

.iti__aw {
  --iti-flag-offset: -308px;
}

.iti__ax {
  --iti-flag-offset: -330px;
}

.iti__az {
  --iti-flag-offset: -352px;
}

.iti__ba {
  --iti-flag-offset: -374px;
}

.iti__bb {
  --iti-flag-offset: -396px;
}

.iti__bd {
  --iti-flag-offset: -418px;
}

.iti__be {
  --iti-flag-offset: -440px;
}

.iti__bf {
  --iti-flag-offset: -460px;
}

.iti__bg {
  --iti-flag-offset: -482px;
}

.iti__bh {
  --iti-flag-offset: -504px;
}

.iti__bi {
  --iti-flag-offset: -526px;
}

.iti__bj {
  --iti-flag-offset: -548px;
}

.iti__bl {
  --iti-flag-offset: -570px;
}

.iti__bm {
  --iti-flag-offset: -592px;
}

.iti__bn {
  --iti-flag-offset: -614px;
}

.iti__bo {
  --iti-flag-offset: -636px;
}

.iti__bq {
  --iti-flag-offset: -658px;
}

.iti__br {
  --iti-flag-offset: -680px;
}

.iti__bs {
  --iti-flag-offset: -702px;
}

.iti__bt {
  --iti-flag-offset: -724px;
}

.iti__bv {
  --iti-flag-offset: -746px;
}

.iti__bw {
  --iti-flag-offset: -768px;
}

.iti__by {
  --iti-flag-offset: -790px;
}

.iti__bz {
  --iti-flag-offset: -812px;
}

.iti__ca {
  --iti-flag-offset: -834px;
}

.iti__cc {
  --iti-flag-offset: -856px;
}

.iti__cd {
  --iti-flag-offset: -878px;
}

.iti__cf {
  --iti-flag-offset: -900px;
}

.iti__cg {
  --iti-flag-offset: -922px;
}

.iti__ch {
  --iti-flag-offset: -944px;
}

.iti__ci {
  --iti-flag-offset: -961px;
}

.iti__ck {
  --iti-flag-offset: -983px;
}

.iti__cl {
  --iti-flag-offset: -1005px;
}

.iti__cm {
  --iti-flag-offset: -1027px;
}

.iti__cn {
  --iti-flag-offset: -1049px;
}

.iti__co {
  --iti-flag-offset: -1071px;
}

.iti__cp {
  --iti-flag-offset: -1093px;
}

.iti__cq {
  --iti-flag-offset: -1115px;
}

.iti__cr {
  --iti-flag-offset: -1137px;
}

.iti__cu {
  --iti-flag-offset: -1159px;
}

.iti__cv {
  --iti-flag-offset: -1181px;
}

.iti__cw {
  --iti-flag-offset: -1203px;
}

.iti__cx {
  --iti-flag-offset: -1225px;
}

.iti__cy {
  --iti-flag-offset: -1247px;
}

.iti__cz {
  --iti-flag-offset: -1269px;
}

.iti__de {
  --iti-flag-offset: -1291px;
}

.iti__dg {
  --iti-flag-offset: -1313px;
}

.iti__dj {
  --iti-flag-offset: -1335px;
}

.iti__dk {
  --iti-flag-offset: -1357px;
}

.iti__dm {
  --iti-flag-offset: -1379px;
}

.iti__do {
  --iti-flag-offset: -1401px;
}

.iti__dz {
  --iti-flag-offset: -1423px;
}

.iti__ea {
  --iti-flag-offset: -1445px;
}

.iti__ec {
  --iti-flag-offset: -1467px;
}

.iti__ee {
  --iti-flag-offset: -1489px;
}

.iti__eg {
  --iti-flag-offset: -1511px;
}

.iti__eh {
  --iti-flag-offset: -1533px;
}

.iti__er {
  --iti-flag-offset: -1555px;
}

.iti__es {
  --iti-flag-offset: -1577px;
}

.iti__et {
  --iti-flag-offset: -1599px;
}

.iti__eu {
  --iti-flag-offset: -1621px;
}

.iti__ez {
  --iti-flag-offset: -1643px;
}

.iti__fi {
  --iti-flag-offset: -1665px;
}

.iti__fj {
  --iti-flag-offset: -1687px;
}

.iti__fk {
  --iti-flag-offset: -1709px;
}

.iti__fm {
  --iti-flag-offset: -1731px;
}

.iti__fo {
  --iti-flag-offset: -1753px;
}

.iti__fr {
  --iti-flag-offset: -1775px;
}

.iti__fx {
  --iti-flag-offset: -1797px;
}

.iti__ga {
  --iti-flag-offset: -1819px;
}

.iti__gb {
  --iti-flag-offset: -1841px;
}

.iti__gd {
  --iti-flag-offset: -1863px;
}

.iti__ge {
  --iti-flag-offset: -1885px;
}

.iti__gf {
  --iti-flag-offset: -1907px;
}

.iti__gg {
  --iti-flag-offset: -1929px;
}

.iti__gh {
  --iti-flag-offset: -1951px;
}

.iti__gi {
  --iti-flag-offset: -1973px;
}

.iti__gl {
  --iti-flag-offset: -1995px;
}

.iti__gm {
  --iti-flag-offset: -2017px;
}

.iti__gn {
  --iti-flag-offset: -2039px;
}

.iti__gp {
  --iti-flag-offset: -2061px;
}

.iti__gq {
  --iti-flag-offset: -2083px;
}

.iti__gr {
  --iti-flag-offset: -2105px;
}

.iti__gs {
  --iti-flag-offset: -2127px;
}

.iti__gt {
  --iti-flag-offset: -2149px;
}

.iti__gu {
  --iti-flag-offset: -2171px;
}

.iti__gw {
  --iti-flag-offset: -2193px;
}

.iti__gy {
  --iti-flag-offset: -2215px;
}

.iti__hk {
  --iti-flag-offset: -2237px;
}

.iti__hm {
  --iti-flag-offset: -2259px;
}

.iti__hn {
  --iti-flag-offset: -2281px;
}

.iti__hr {
  --iti-flag-offset: -2303px;
}

.iti__ht {
  --iti-flag-offset: -2325px;
}

.iti__hu {
  --iti-flag-offset: -2347px;
}

.iti__ic {
  --iti-flag-offset: -2369px;
}

.iti__id {
  --iti-flag-offset: -2391px;
}

.iti__ie {
  --iti-flag-offset: -2413px;
}

.iti__il {
  --iti-flag-offset: -2435px;
}

.iti__im {
  --iti-flag-offset: -2457px;
}

.iti__in {
  --iti-flag-offset: -2479px;
}

.iti__io {
  --iti-flag-offset: -2501px;
}

.iti__iq {
  --iti-flag-offset: -2523px;
}

.iti__ir {
  --iti-flag-offset: -2545px;
}

.iti__is {
  --iti-flag-offset: -2567px;
}

.iti__it {
  --iti-flag-offset: -2589px;
}

.iti__je {
  --iti-flag-offset: -2611px;
}

.iti__jm {
  --iti-flag-offset: -2633px;
}

.iti__jo {
  --iti-flag-offset: -2655px;
}

.iti__jp {
  --iti-flag-offset: -2677px;
}

.iti__ke {
  --iti-flag-offset: -2699px;
}

.iti__kg {
  --iti-flag-offset: -2721px;
}

.iti__kh {
  --iti-flag-offset: -2743px;
}

.iti__ki {
  --iti-flag-offset: -2765px;
}

.iti__km {
  --iti-flag-offset: -2787px;
}

.iti__kn {
  --iti-flag-offset: -2809px;
}

.iti__kp {
  --iti-flag-offset: -2831px;
}

.iti__kr {
  --iti-flag-offset: -2853px;
}

.iti__kw {
  --iti-flag-offset: -2875px;
}

.iti__ky {
  --iti-flag-offset: -2897px;
}

.iti__kz {
  --iti-flag-offset: -2919px;
}

.iti__la {
  --iti-flag-offset: -2941px;
}

.iti__lb {
  --iti-flag-offset: -2963px;
}

.iti__lc {
  --iti-flag-offset: -2985px;
}

.iti__li {
  --iti-flag-offset: -3007px;
}

.iti__lk {
  --iti-flag-offset: -3029px;
}

.iti__lr {
  --iti-flag-offset: -3051px;
}

.iti__ls {
  --iti-flag-offset: -3073px;
}

.iti__lt {
  --iti-flag-offset: -3095px;
}

.iti__lu {
  --iti-flag-offset: -3117px;
}

.iti__lv {
  --iti-flag-offset: -3139px;
}

.iti__ly {
  --iti-flag-offset: -3161px;
}

.iti__ma {
  --iti-flag-offset: -3183px;
}

.iti__mc {
  --iti-flag-offset: -3205px;
}

.iti__md {
  --iti-flag-offset: -3226px;
}

.iti__me {
  --iti-flag-offset: -3248px;
}

.iti__mf {
  --iti-flag-offset: -3270px;
}

.iti__mg {
  --iti-flag-offset: -3292px;
}

.iti__mh {
  --iti-flag-offset: -3314px;
}

.iti__mk {
  --iti-flag-offset: -3336px;
}

.iti__ml {
  --iti-flag-offset: -3358px;
}

.iti__mm {
  --iti-flag-offset: -3380px;
}

.iti__mn {
  --iti-flag-offset: -3402px;
}

.iti__mo {
  --iti-flag-offset: -3424px;
}

.iti__mp {
  --iti-flag-offset: -3446px;
}

.iti__mq {
  --iti-flag-offset: -3468px;
}

.iti__mr {
  --iti-flag-offset: -3490px;
}

.iti__ms {
  --iti-flag-offset: -3512px;
}

.iti__mt {
  --iti-flag-offset: -3534px;
}

.iti__mu {
  --iti-flag-offset: -3556px;
}

.iti__mv {
  --iti-flag-offset: -3578px;
}

.iti__mw {
  --iti-flag-offset: -3600px;
}

.iti__mx {
  --iti-flag-offset: -3622px;
}

.iti__my {
  --iti-flag-offset: -3644px;
}

.iti__mz {
  --iti-flag-offset: -3666px;
}

.iti__na {
  --iti-flag-offset: -3688px;
}

.iti__nc {
  --iti-flag-offset: -3710px;
}

.iti__ne {
  --iti-flag-offset: -3732px;
}

.iti__nf {
  --iti-flag-offset: -3752px;
}

.iti__ng {
  --iti-flag-offset: -3774px;
}

.iti__ni {
  --iti-flag-offset: -3796px;
}

.iti__nl {
  --iti-flag-offset: -3818px;
}

.iti__no {
  --iti-flag-offset: -3840px;
}

.iti__np {
  --iti-flag-offset: -3862px;
}

.iti__nr {
  --iti-flag-offset: -3877px;
}

.iti__nu {
  --iti-flag-offset: -3899px;
}

.iti__nz {
  --iti-flag-offset: -3921px;
}

.iti__om {
  --iti-flag-offset: -3943px;
}

.iti__pa {
  --iti-flag-offset: -3965px;
}

.iti__pe {
  --iti-flag-offset: -3987px;
}

.iti__pf {
  --iti-flag-offset: -4009px;
}

.iti__pg {
  --iti-flag-offset: -4031px;
}

.iti__ph {
  --iti-flag-offset: -4053px;
}

.iti__pk {
  --iti-flag-offset: -4075px;
}

.iti__pl {
  --iti-flag-offset: -4097px;
}

.iti__pm {
  --iti-flag-offset: -4119px;
}

.iti__pn {
  --iti-flag-offset: -4141px;
}

.iti__pr {
  --iti-flag-offset: -4163px;
}

.iti__ps {
  --iti-flag-offset: -4185px;
}

.iti__pt {
  --iti-flag-offset: -4207px;
}

.iti__pw {
  --iti-flag-offset: -4229px;
}

.iti__py {
  --iti-flag-offset: -4251px;
}

.iti__qa {
  --iti-flag-offset: -4273px;
}

.iti__re {
  --iti-flag-offset: -4295px;
}

.iti__ro {
  --iti-flag-offset: -4317px;
}

.iti__rs {
  --iti-flag-offset: -4339px;
}

.iti__ru {
  --iti-flag-offset: -4361px;
}

.iti__rw {
  --iti-flag-offset: -4383px;
}

.iti__sa {
  --iti-flag-offset: -4405px;
}

.iti__sb {
  --iti-flag-offset: -4427px;
}

.iti__sc {
  --iti-flag-offset: -4449px;
}

.iti__sd {
  --iti-flag-offset: -4471px;
}

.iti__se {
  --iti-flag-offset: -4493px;
}

.iti__sg {
  --iti-flag-offset: -4515px;
}

.iti__sh {
  --iti-flag-offset: -4537px;
}

.iti__si {
  --iti-flag-offset: -4559px;
}

.iti__sj {
  --iti-flag-offset: -4581px;
}

.iti__sk {
  --iti-flag-offset: -4603px;
}

.iti__sl {
  --iti-flag-offset: -4625px;
}

.iti__sm {
  --iti-flag-offset: -4647px;
}

.iti__sn {
  --iti-flag-offset: -4669px;
}

.iti__so {
  --iti-flag-offset: -4691px;
}

.iti__sr {
  --iti-flag-offset: -4713px;
}

.iti__ss {
  --iti-flag-offset: -4735px;
}

.iti__st {
  --iti-flag-offset: -4757px;
}

.iti__su {
  --iti-flag-offset: -4779px;
}

.iti__sv {
  --iti-flag-offset: -4801px;
}

.iti__sx {
  --iti-flag-offset: -4823px;
}

.iti__sy {
  --iti-flag-offset: -4845px;
}

.iti__sz {
  --iti-flag-offset: -4867px;
}

.iti__ta {
  --iti-flag-offset: -4889px;
}

.iti__tc {
  --iti-flag-offset: -4911px;
}

.iti__td {
  --iti-flag-offset: -4933px;
}

.iti__tf {
  --iti-flag-offset: -4955px;
}

.iti__tg {
  --iti-flag-offset: -4977px;
}

.iti__th {
  --iti-flag-offset: -4999px;
}

.iti__tj {
  --iti-flag-offset: -5021px;
}

.iti__tk {
  --iti-flag-offset: -5043px;
}

.iti__tl {
  --iti-flag-offset: -5065px;
}

.iti__tm {
  --iti-flag-offset: -5087px;
}

.iti__tn {
  --iti-flag-offset: -5109px;
}

.iti__to {
  --iti-flag-offset: -5131px;
}

.iti__tr {
  --iti-flag-offset: -5153px;
}

.iti__tt {
  --iti-flag-offset: -5175px;
}

.iti__tv {
  --iti-flag-offset: -5197px;
}

.iti__tw {
  --iti-flag-offset: -5219px;
}

.iti__tz {
  --iti-flag-offset: -5241px;
}

.iti__ua {
  --iti-flag-offset: -5263px;
}

.iti__ug {
  --iti-flag-offset: -5285px;
}

.iti__uk {
  --iti-flag-offset: -5307px;
}

.iti__um {
  --iti-flag-offset: -5329px;
}

.iti__un {
  --iti-flag-offset: -5351px;
}

.iti__us {
  --iti-flag-offset: -5373px;
}

.iti__uy {
  --iti-flag-offset: -5395px;
}

.iti__uz {
  --iti-flag-offset: -5417px;
}

.iti__va {
  --iti-flag-offset: -5439px;
}

.iti__vc {
  --iti-flag-offset: -5456px;
}

.iti__ve {
  --iti-flag-offset: -5478px;
}

.iti__vg {
  --iti-flag-offset: -5500px;
}

.iti__vi {
  --iti-flag-offset: -5522px;
}

.iti__vn {
  --iti-flag-offset: -5544px;
}

.iti__vu {
  --iti-flag-offset: -5566px;
}

.iti__wf {
  --iti-flag-offset: -5588px;
}

.iti__ws {
  --iti-flag-offset: -5610px;
}

.iti__xk {
  --iti-flag-offset: -5632px;
}

.iti__ye {
  --iti-flag-offset: -5654px;
}

.iti__yt {
  --iti-flag-offset: -5676px;
}

.iti__za {
  --iti-flag-offset: -5698px;
}

.iti__zm {
  --iti-flag-offset: -5720px;
}

.iti__zw {
  --iti-flag-offset: -5742px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }

  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-form-calculate-cost {
  display: flex;
  justify-content: center;
  width: 100%;
}
.b-form-calculate-cost__wrapper {
  max-width: 960px;
  width: 100%;
  background-color: #fff;
  color: #777;
  padding: 30px 20px;
}
.b-form-calculate-cost__title {
  text-align: center;
}
.b-form-calculate-cost__range-title {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (min-width: 50em) {
  .b-form-calculate-cost__range-title {
    margin-bottom: 30px;
  }
}
.b-form-calculate-cost__range-title.bottom-small {
  margin-bottom: 20px;
}
.b-form-calculate-cost__form.hidden {
  display: none;
}
.b-form-calculate-cost__total {
  padding: 5px 10px;
  background-color: #fbfbfb;
  text-align: center;
  margin-top: 10px;
  color: #000;
}
.b-form-calculate-cost__total.center {
  display: flex;
  justify-content: space-between;
}
.b-form-calculate-cost__total span {
  color: #44c7f4;
}
.b-form-calculate-cost__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.b-form-calculate-cost__three-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 50em) {
  .b-form-calculate-cost__three-items {
    flex-wrap: nowrap;
    gap: 40px;
  }
}
.b-form-calculate-cost__three-item {
  width: calc(100%);
}
@media screen and (min-width: 50em) {
  .b-form-calculate-cost__three-item {
    width: calc(100% / 3);
  }
}
.b-form-calculate-cost__items-input {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  margin-bottom: 30px;
  width: 100%;
}
.b-form-calculate-cost__title-input {
  font-size: 18px;
  margin-bottom: 15px;
}
.b-form-calculate-cost input {
  width: 100%;
  padding: 10px 0 8px;
  border: none;
  border-bottom: 2px solid #dbe3ef;
  color: #777;
}
.b-form-calculate-cost input:focus {
  border-bottom: 2px solid #6598ff;
}
.b-form-calculate-cost__checkbox-container {
  display: grid;
  position: relative;
  margin-bottom: 90px;
}
@media screen and (min-width: 50em) {
  .b-form-calculate-cost__checkbox-container {
    margin-bottom: 40px;
  }
}
.b-form-calculate-cost__inputs-checbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b-form-calculate-cost__inputs-checbox.bottom {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 50px;
}
@media screen and (min-width: 50em) {
  .b-form-calculate-cost__inputs-checbox.bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}
.b-form-calculate-cost__input-checbox input {
  width: 24px;
  height: 24px;
  background-color: black;
  display: none;
}
.b-form-calculate-cost__input-checbox label {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  cursor: pointer;
}
.b-form-calculate-cost__input-checbox label::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/images/icons/checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -2px;
  transition: 0.5s;
}
.b-form-calculate-cost__input-checbox input:checked + label::before {
  background-image: url(/images/main_redisign/pages/checkbox_blue_active.svg);
}
.b-form-calculate-cost .b-form-calculate-cost__checkbox:checked + .b-form-calculate-cost__checkbox-label::before {
  background-image: url(/images/main_redisign/pages/checkbox_blue_active.svg);
}
.b-form-calculate-cost__checkbox {
  opacity: 0;
  width: auto;
}
.b-form-calculate-cost__checkbox-label {
  position: absolute;
  width: 100%;
  left: 0;
  cursor: pointer;
  font-size: 14px;
  color: #777;
  padding-left: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-form-calculate-cost__checkbox-label {
    font-size: 16px;
  }
}
.b-form-calculate-cost__checkbox-label::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/images/icons/checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.b-form-calculate-cost__success {
  display: none;
  text-align: center;
}
.b-form-calculate-cost__success.active {
  display: block;
}
.b-form-calculate-cost__btn {
  cursor: pointer;
  margin-right: 0;
}
.b-form-calculate-cost__btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.b-form-calculate-cost__item-input {
  width: calc(100% - 24px);
}
@media screen and (min-width: 50em) {
  .b-form-calculate-cost__item-input {
    width: calc(100% / 2 - 24px);
  }
}
.b-form-calculate-cost .iti {
  width: 100%;
  --iti-path-flags-1x: url(/local/templates/work/builds/dev/node_modules/intl-tel-input/build/img/flags.png);
  --iti-path-flags-2x: url(/local/templates/work/builds/dev/node_modules/intl-tel-input/build/img/flags@2x.png);
  --iti-path-globe-1x: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAACTUlEQVR42k1SW0hUURQ9PSyzyCzoKURlIL1AhH4UucxZ+87LKQIly/wJIn+CHj/VgBkM8zFBhUFIoME4Mz2EhME+8iOECqWiQkjyQ5JIwuqjcYxoMHb7nOug98J5rLP2Omvvs5X3dS43o1NJVzGMGTB+0ivEaK9Bm1dYyuISUcyHOcj4jTnkAxxmYtw0Z87KoppQ8fQII4dvFA+u1lm9hdrpO2YEe43yotQyURsQ6KPvMFJWO+mNVIfngo9YvdoSpag9whiXo6PUT3X6It5Th9tA3Tgv2LBQY5bqrsUvYreJzuILZRHDBbzRV9CJR5iWOYwc5n07hKhb6C9y+gmiNKSUd6k3CxZDCrkQ0yULOKVOlVLhCt3tEehBcL0NSOCgjGdCjEHVvAZd9BknJb4VyfoKfxV2YxA17i5nA27hcqQMNcT4pGgozH75nUqcw1fcQwZpTFE/UujBO4yiFwNgTCmMuYzZMCPhVuPugsdMpMxa6NCtsisXxphsgowCMYUk+15T/toSPHY324AuvU9vQlo8ZpRvDwp+xqh9wgnabpX6THWF8pKyyOCHZH3KxPUE2GVqc9bhLSaRoj5MIE338QLjokjEmHZKTXG2Ii8u/vm3iZtqUTqEEXJFN64D+1dhtpHpxMITui0BJkbOPUBtuKOUr8E6fIbTyEeYbtum8JpIXw8aqpSpkTHplPo34iEKAZY0EqZt5DeTaTRcs6p/kJOr4m7DMfGtP+iAIViatzDS+jjmRFdUdJNvJ26gXtn7FmnKA2xaSdGMLkWLq/8ijPjvv8jQpwAAAABJRU5ErkJggg==);
  --iti-path-globe-2x: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAQAAAAm93DmAAAGNUlEQVR42oVWC2iVZRj+z9TUUqfZRTTFlEq0FBQpmeRx3/P+55zNqZEmSZGKJF2YoZtlhkqZYWlQYGWleakoS0FySLlQMgtNmUFecbot3BRF87b72d/zft9/zjwy5//xX77L+7z39/29tq9oR/c2Q+UVfI39qEIjWlBjDmGLWWjGuN1RnbyId/tradbUDp43tQNm4g8ECY5YIAE4hF9xzv0Ax8zC/F4h6/Yvd8BMQTmBFKYR9WjxLaTPm7MGzgmLSyh2crYDp5v+XfgxrsR1SgrCErQCl/ksx1WVVpJoQq0oaJk/RKnagZOHUJFQiDpfoZpJPgMDPA/foJLy90EUNUJ2cZW1Pk5wv0ApbwGHx3A9prI1EbQCSyjPl26XrqkKv6bnB/gYu/IC8KSohZ9tA1Id4ffHZasq+ZtNlPbtWJC41/MK7rQSVqmF1cY4gT9p5wWUVOUkJGI3QTr34+844fSAednzEj04+8TzxnSNdnGAynZMV3VZQSCGa1FcV0ghld9fdzOtt4pK0KOqgoUvjgfRe1InZD0qWvmjGjv0bYajTuHIejenWTeoO34EN1rQSNstComO4XcMMnPkI/zEr0toxF8oNV+gKDYM70tAWXlJXkzpGkg3UwVLA2ILl67zLtWV2N0yjxayQW2u4ChKcQa12CmHcJ6rzstrMMAyfi9PVQ5wivZNu2OIJNEMQkrf2AhsVyI0yiojuf1C+66T02E69pYcFKM6oa47ZKZxr0wjIxHI8632WzEhsN7aj9KCAJfxmuzDkXQE3EGib1GlaZlaw2pcwywc5uljKPHJnvC/Ov/ymBygSqcQ5Ad8T7cENVinHqahI2SZisOIDuv16XRZT4oyTvblBaIpoFI+wCNKhkHRjonOZozMcPxz+9HXc1JGzgAMjRQblghynwpPF6BKnIxT2qgXyt+MpuFzFUolpMrpOKTSWaRQtwUyX4Nez8tztHktrfgu4dRGZgF+Q4mRVC5IHr046EY2ZhMqMxnT0h+md4eHEm7VjSfM6Txb6bgwgRnSmQcK/WD8I9EuY3shO9HD9OapzfJvonO0J7KRrU+a6Qy+V5/n94p2MUNRZ1Nir+c/aatKPZpRT1+dt4Y2NsgDuWEgyJzbE5mzZuIc9Mxel786NN7lM6vOGoIvkbkokvkyD8UyBwdxyRRyFg5TiIso43oxinhuKRokqWHnYRdfTQ5QeaIxdzABJ5FNdobF1jKwMy7UYHXq27+PGjazOv7iyWLNiTQgo0lbEJDgWz2uTmI0usCm13XQ65Gc7hTjHfXyxO60pKieCa2euSNVfw4CWiucz+mudZvcprqQ0mdmHDJ0WDuZ5S9ohLgYCAHnciIHtNSDsHqbyU4JrizT45mArY1MDAN7ZBjW5Yqgrct/XElfdUqz7NvC6mVhEgNjD3ZrIEc7juqUqbLmFOeL0JTfC8/geL72vySS6XqDbFzQTmYV3qk8ZTkVuIoL6p42CyxjFXskwDWCnZBx2Bi3eWJWujy1jpEGJ6PMtuQLcFI4RyW2yGKZYUbjZ5yVHDNNXmcSHkUjd8/hU8nRxhZTcVrAVHDVRjvxWQqclKRWjOhAZ3hcIdwGVEoy/FvgM84nqrEZ29m5R7nCgcqYy+P1zrpOxtkpGblZ5tIPn2Mbt8mOtWggSlAzfpj/YLSb9epWOR1W+hLt0EJI6dtaL/nCrjghXbZoipNbt3QdirhcTpeCh1n039AvfKcOtZ1oVrqjhJwGoE5c+Oj2hrDSDZZxzG7b3uUfLa4qu3wlgW0FexNq53rCr3UoGW3UTI7baHKQ8gODYjXUdv+5tuo/ymrTUZnw3DI8bZtnAxoItyOlx02Q8mYewdI5U0fvUQJ2OK3e4RVarTz8nWomxbZU9rTxMyKrLGSLQoreSf1Ckqq9aMHewmFNVZ+yKUOyXBHStnFFrHM+yCNEOhU5QvCr5n5NwAn0J5qkwTba42KUzkl3a8giqhiqngE5VvdoXRePJ00hzzPy+GzniqjZMQm11uDJVjhzJdpHqyLlOoKNMpFKZjS42/3F9sdulUXrMOHoScpDdrkjzVAv0vYve/uQvPCSXFRQPyDcSvWjAji5bqdoWx7Psr13Oc6h2haMCAfXp3ZoH+p/nx653W4Gr3MAAAAASUVORK5CYII=);
}
.b-form-calculate-cost .irs-line {
  height: 2px;
}
.b-form-calculate-cost .irs-min,
.b-form-calculate-cost .irs-max {
  display: none;
}
.b-form-calculate-cost .irs-grid-pol.small {
  display: none;
}
.b-form-calculate-cost .irs--flat .irs-bar {
  height: 2px;
  background-color: #6598ff;
}
.b-form-calculate-cost .irs-handle.single {
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.b-form-calculate-cost .irs--flat .irs-single::before {
  border: 8px solid transparent;
  bottom: -18px;
}
.b-form-calculate-cost .irs--flat .irs-single {
  padding: 7px 10px;
}
.b-form-calculate-cost .irs-single {
  top: -18px;
  background-color: #fff;
  color: black;
  font-size: 13px;
  box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
}
.b-form-calculate-cost .irs--flat .irs-handle {
  background-color: #6598ff;
  top: 16px;
}
.b-form-calculate-cost .irs-grid-text {
  bottom: 7px;
}
.b-form-calculate-cost .irs-grid-pol {
  top: -14px;
  height: 11px;
  width: 2px;
}
.b-form-calculate-cost .irs--flat .irs-handle > i:first-child {
  background-color: transparent;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-form-cloud-resource {
  display: flex;
  justify-content: center;
  width: 100%;
}
.b-form-cloud-resource__wrapper {
  max-width: 960px;
  width: 100%;
  background-color: #fff;
  color: #777;
  padding: 30px 20px;
}
.b-form-cloud-resource__title {
  text-align: center;
}
.b-form-cloud-resource__range-title {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (min-width: 50em) {
  .b-form-cloud-resource__range-title {
    margin-bottom: 30px;
  }
}
.b-form-cloud-resource__range-title.bottom-small {
  margin-bottom: 20px;
}
.b-form-cloud-resource__form.hidden {
  display: none;
}
.b-form-cloud-resource__total {
  padding: 5px 10px;
  background-color: #fbfbfb;
  text-align: center;
  margin-top: 10px;
  color: #000;
}
.b-form-cloud-resource__total.center {
  display: flex;
  justify-content: space-between;
}
.b-form-cloud-resource__total span {
  color: #44c7f4;
}
.b-form-cloud-resource__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.b-form-cloud-resource__three-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 50em) {
  .b-form-cloud-resource__three-items {
    flex-wrap: nowrap;
    gap: 40px;
  }
}
.b-form-cloud-resource__three-item {
  width: calc(100%);
}
@media screen and (min-width: 50em) {
  .b-form-cloud-resource__three-item {
    width: calc(100% / 3);
  }
}
.b-form-cloud-resource__items-input {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  margin-bottom: 30px;
  width: 100%;
}
.b-form-cloud-resource__title-input {
  font-size: 18px;
  margin-bottom: 15px;
}
.b-form-cloud-resource input {
  width: 100%;
  padding: 10px 0 8px;
  border: none;
  border-bottom: 2px solid #dbe3ef;
  color: #777;
}
.b-form-cloud-resource input:focus {
  border-bottom: 2px solid #6598ff;
}
.b-form-cloud-resource__checkbox-container {
  display: grid;
  position: relative;
  margin-bottom: 90px;
}
@media screen and (min-width: 50em) {
  .b-form-cloud-resource__checkbox-container {
    margin-bottom: 40px;
  }
}
.b-form-cloud-resource__inputs-checbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b-form-cloud-resource__inputs-checbox.bottom {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 50px;
}
@media screen and (min-width: 50em) {
  .b-form-cloud-resource__inputs-checbox.bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}
.b-form-cloud-resource__input-checbox input {
  width: 24px;
  height: 24px;
  background-color: black;
  display: none;
}
.b-form-cloud-resource__input-checbox label {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  cursor: pointer;
}
.b-form-cloud-resource__input-checbox label::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/images/icons/checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -2px;
  transition: 0.5s;
}
.b-form-cloud-resource__input-checbox input:checked + label::before {
  background-image: url(/images/main_redisign/pages/checkbox_blue_active.svg);
}
.b-form-cloud-resource .b-form-cloud-resource__checkbox:checked + .b-form-cloud-resource__checkbox-label::before {
  background-image: url(/images/main_redisign/pages/checkbox_blue_active.svg);
}
.b-form-cloud-resource__checkbox {
  opacity: 0;
  width: auto;
}
.b-form-cloud-resource__checkbox-label {
  position: absolute;
  width: 100%;
  left: 0;
  cursor: pointer;
  font-size: 14px;
  color: #777;
  padding-left: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-form-cloud-resource__checkbox-label {
    font-size: 16px;
  }
}
.b-form-cloud-resource__checkbox-label::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/images/icons/checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.b-form-cloud-resource__success {
  display: none;
  text-align: center;
}
.b-form-cloud-resource__success.active {
  display: block;
}
.b-form-cloud-resource__btn {
  cursor: pointer;
  margin-right: 0;
}
.b-form-cloud-resource__btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.b-form-cloud-resource__item-input {
  width: calc(100% - 24px);
}
@media screen and (min-width: 50em) {
  .b-form-cloud-resource__item-input {
    width: calc(100% / 2 - 24px);
  }
}
.b-form-cloud-resource .iti {
  width: 100%;
  --iti-path-flags-1x: url(/local/templates/work/builds/dev/node_modules/intl-tel-input/build/img/flags.png);
  --iti-path-flags-2x: url(/local/templates/work/builds/dev/node_modules/intl-tel-input/build/img/flags@2x.png);
  --iti-path-globe-1x: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAACTUlEQVR42k1SW0hUURQ9PSyzyCzoKURlIL1AhH4UucxZ+87LKQIly/wJIn+CHj/VgBkM8zFBhUFIoME4Mz2EhME+8iOECqWiQkjyQ5JIwuqjcYxoMHb7nOug98J5rLP2Omvvs5X3dS43o1NJVzGMGTB+0ivEaK9Bm1dYyuISUcyHOcj4jTnkAxxmYtw0Z87KoppQ8fQII4dvFA+u1lm9hdrpO2YEe43yotQyURsQ6KPvMFJWO+mNVIfngo9YvdoSpag9whiXo6PUT3X6It5Th9tA3Tgv2LBQY5bqrsUvYreJzuILZRHDBbzRV9CJR5iWOYwc5n07hKhb6C9y+gmiNKSUd6k3CxZDCrkQ0yULOKVOlVLhCt3tEehBcL0NSOCgjGdCjEHVvAZd9BknJb4VyfoKfxV2YxA17i5nA27hcqQMNcT4pGgozH75nUqcw1fcQwZpTFE/UujBO4yiFwNgTCmMuYzZMCPhVuPugsdMpMxa6NCtsisXxphsgowCMYUk+15T/toSPHY324AuvU9vQlo8ZpRvDwp+xqh9wgnabpX6THWF8pKyyOCHZH3KxPUE2GVqc9bhLSaRoj5MIE338QLjokjEmHZKTXG2Ii8u/vm3iZtqUTqEEXJFN64D+1dhtpHpxMITui0BJkbOPUBtuKOUr8E6fIbTyEeYbtum8JpIXw8aqpSpkTHplPo34iEKAZY0EqZt5DeTaTRcs6p/kJOr4m7DMfGtP+iAIViatzDS+jjmRFdUdJNvJ26gXtn7FmnKA2xaSdGMLkWLq/8ijPjvv8jQpwAAAABJRU5ErkJggg==);
  --iti-path-globe-2x: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAQAAAAm93DmAAAGNUlEQVR42oVWC2iVZRj+z9TUUqfZRTTFlEq0FBQpmeRx3/P+55zNqZEmSZGKJF2YoZtlhkqZYWlQYGWleakoS0FySLlQMgtNmUFecbot3BRF87b72d/zft9/zjwy5//xX77L+7z39/29tq9oR/c2Q+UVfI39qEIjWlBjDmGLWWjGuN1RnbyId/tradbUDp43tQNm4g8ECY5YIAE4hF9xzv0Ax8zC/F4h6/Yvd8BMQTmBFKYR9WjxLaTPm7MGzgmLSyh2crYDp5v+XfgxrsR1SgrCErQCl/ksx1WVVpJoQq0oaJk/RKnagZOHUJFQiDpfoZpJPgMDPA/foJLy90EUNUJ2cZW1Pk5wv0ApbwGHx3A9prI1EbQCSyjPl26XrqkKv6bnB/gYu/IC8KSohZ9tA1Id4ffHZasq+ZtNlPbtWJC41/MK7rQSVqmF1cY4gT9p5wWUVOUkJGI3QTr34+844fSAednzEj04+8TzxnSNdnGAynZMV3VZQSCGa1FcV0ghld9fdzOtt4pK0KOqgoUvjgfRe1InZD0qWvmjGjv0bYajTuHIejenWTeoO34EN1rQSNstComO4XcMMnPkI/zEr0toxF8oNV+gKDYM70tAWXlJXkzpGkg3UwVLA2ILl67zLtWV2N0yjxayQW2u4ChKcQa12CmHcJ6rzstrMMAyfi9PVQ5wivZNu2OIJNEMQkrf2AhsVyI0yiojuf1C+66T02E69pYcFKM6oa47ZKZxr0wjIxHI8632WzEhsN7aj9KCAJfxmuzDkXQE3EGib1GlaZlaw2pcwywc5uljKPHJnvC/Ov/ymBygSqcQ5Ad8T7cENVinHqahI2SZisOIDuv16XRZT4oyTvblBaIpoFI+wCNKhkHRjonOZozMcPxz+9HXc1JGzgAMjRQblghynwpPF6BKnIxT2qgXyt+MpuFzFUolpMrpOKTSWaRQtwUyX4Nez8tztHktrfgu4dRGZgF+Q4mRVC5IHr046EY2ZhMqMxnT0h+md4eHEm7VjSfM6Txb6bgwgRnSmQcK/WD8I9EuY3shO9HD9OapzfJvonO0J7KRrU+a6Qy+V5/n94p2MUNRZ1Nir+c/aatKPZpRT1+dt4Y2NsgDuWEgyJzbE5mzZuIc9Mxel786NN7lM6vOGoIvkbkokvkyD8UyBwdxyRRyFg5TiIso43oxinhuKRokqWHnYRdfTQ5QeaIxdzABJ5FNdobF1jKwMy7UYHXq27+PGjazOv7iyWLNiTQgo0lbEJDgWz2uTmI0usCm13XQ65Gc7hTjHfXyxO60pKieCa2euSNVfw4CWiucz+mudZvcprqQ0mdmHDJ0WDuZ5S9ohLgYCAHnciIHtNSDsHqbyU4JrizT45mArY1MDAN7ZBjW5Yqgrct/XElfdUqz7NvC6mVhEgNjD3ZrIEc7juqUqbLmFOeL0JTfC8/geL72vySS6XqDbFzQTmYV3qk8ZTkVuIoL6p42CyxjFXskwDWCnZBx2Bi3eWJWujy1jpEGJ6PMtuQLcFI4RyW2yGKZYUbjZ5yVHDNNXmcSHkUjd8/hU8nRxhZTcVrAVHDVRjvxWQqclKRWjOhAZ3hcIdwGVEoy/FvgM84nqrEZ29m5R7nCgcqYy+P1zrpOxtkpGblZ5tIPn2Mbt8mOtWggSlAzfpj/YLSb9epWOR1W+hLt0EJI6dtaL/nCrjghXbZoipNbt3QdirhcTpeCh1n039AvfKcOtZ1oVrqjhJwGoE5c+Oj2hrDSDZZxzG7b3uUfLa4qu3wlgW0FexNq53rCr3UoGW3UTI7baHKQ8gODYjXUdv+5tuo/ymrTUZnw3DI8bZtnAxoItyOlx02Q8mYewdI5U0fvUQJ2OK3e4RVarTz8nWomxbZU9rTxMyKrLGSLQoreSf1Ckqq9aMHewmFNVZ+yKUOyXBHStnFFrHM+yCNEOhU5QvCr5n5NwAn0J5qkwTba42KUzkl3a8giqhiqngE5VvdoXRePJ00hzzPy+GzniqjZMQm11uDJVjhzJdpHqyLlOoKNMpFKZjS42/3F9sdulUXrMOHoScpDdrkjzVAv0vYve/uQvPCSXFRQPyDcSvWjAji5bqdoWx7Psr13Oc6h2haMCAfXp3ZoH+p/nx653W4Gr3MAAAAASUVORK5CYII=);
}
.b-form-cloud-resource .irs-line {
  height: 2px;
}
.b-form-cloud-resource .irs-min,
.b-form-cloud-resource .irs-max {
  display: none;
}
.b-form-cloud-resource .irs-grid-pol.small {
  display: none;
}
.b-form-cloud-resource .irs--flat .irs-bar {
  height: 2px;
  background-color: #6598ff;
}
.b-form-cloud-resource .irs-handle.single {
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.b-form-cloud-resource .irs--flat .irs-single::before {
  border: 8px solid transparent;
  bottom: -18px;
}
.b-form-cloud-resource .irs--flat .irs-single {
  padding: 7px 10px;
}
.b-form-cloud-resource .irs-single {
  top: -18px;
  background-color: #fff;
  color: black;
  font-size: 13px;
  box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
}
.b-form-cloud-resource .irs--flat .irs-handle {
  background-color: #6598ff;
  top: 16px;
}
.b-form-cloud-resource .irs-grid-text {
  bottom: 7px;
}
.b-form-cloud-resource .irs-grid-pol {
  top: -14px;
  height: 11px;
  width: 2px;
}
.b-form-cloud-resource .irs--flat .irs-handle > i:first-child {
  background-color: transparent;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-form-config-resource {
  display: flex;
  justify-content: center;
  width: 100%;
}
.b-form-config-resource__wrapper {
  max-width: 960px;
  width: 100%;
  background-color: #fff;
  color: #777;
  padding: 30px 20px;
}
.b-form-config-resource__title {
  text-align: center;
}
.b-form-config-resource__range-title {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (min-width: 50em) {
  .b-form-config-resource__range-title {
    margin-bottom: 50px;
  }
}
.b-form-config-resource__range-title.bottom-small {
  margin-bottom: 20px;
}
.b-form-config-resource__form.hidden {
  display: none;
}
.b-form-config-resource__total {
  padding: 5px 10px;
  background-color: #fbfbfb;
  text-align: center;
  margin-top: 10px;
  color: #000;
}
.b-form-config-resource__total.center {
  display: flex;
  justify-content: space-between;
}
.b-form-config-resource__total span {
  color: #44c7f4;
}
.b-form-config-resource__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.b-form-config-resource__three-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 50em) {
  .b-form-config-resource__three-items {
    flex-wrap: nowrap;
    gap: 40px;
  }
}
.b-form-config-resource__three-item {
  width: calc(100%);
}
@media screen and (min-width: 50em) {
  .b-form-config-resource__three-item {
    width: calc(100% / 3);
  }
}
.b-form-config-resource__items-input {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  margin-bottom: 30px;
}
.b-form-config-resource__title-input {
  font-size: 18px;
  margin-bottom: 15px;
}
.b-form-config-resource input {
  width: 100%;
  padding: 10px 0 8px;
  border: none;
  border-bottom: 2px solid #dbe3ef;
  color: #777;
}
.b-form-config-resource input:focus {
  border-bottom: 2px solid #6598ff;
}
.b-form-config-resource__checkbox-container {
  display: grid;
  position: relative;
  margin-bottom: 90px;
}
@media screen and (min-width: 50em) {
  .b-form-config-resource__checkbox-container {
    margin-bottom: 40px;
  }
}
.b-form-config-resource__inputs-checbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}
.b-form-config-resource__inputs-checbox.bottom {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 50px;
}
@media screen and (min-width: 50em) {
  .b-form-config-resource__inputs-checbox.bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}
.b-form-config-resource__input-checbox input {
  width: 24px;
  height: 24px;
  background-color: black;
  display: none;
}
.b-form-config-resource__input-checbox label {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  cursor: pointer;
}
.b-form-config-resource__input-checbox label::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/images/icons/checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -2px;
  transition: 0.5s;
}
.b-form-config-resource__input-checbox input:checked + label::before {
  background-image: url(/images/main_redisign/pages/checkbox_blue_active.svg);
}
.b-form-config-resource .b-form-config-resource__checkbox:checked + .b-form-config-resource__checkbox-label::before {
  background-image: url(/images/main_redisign/pages/checkbox_blue_active.svg);
}
.b-form-config-resource__checkbox {
  opacity: 0;
  width: auto;
}
.b-form-config-resource__checkbox-label {
  position: absolute;
  width: 100%;
  left: 0;
  cursor: pointer;
  font-size: 14px;
  color: #777;
  padding-left: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-form-config-resource__checkbox-label {
    font-size: 16px;
  }
}
.b-form-config-resource__checkbox-label::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/images/icons/checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.b-form-config-resource__success {
  display: none;
  text-align: center;
}
.b-form-config-resource__success.active {
  display: block;
}
.b-form-config-resource__btn {
  cursor: pointer;
  margin-right: 0;
}
.b-form-config-resource__btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.b-form-config-resource__item-input {
  width: calc(100% - 24px);
}
@media screen and (min-width: 50em) {
  .b-form-config-resource__item-input {
    width: calc(100% / 2 - 24px);
  }
}
.b-form-config-resource .iti {
  width: 100%;
  --iti-path-flags-1x: url(/local/templates/work/builds/dev/node_modules/intl-tel-input/build/img/flags.png);
  --iti-path-flags-2x: url(/local/templates/work/builds/dev/node_modules/intl-tel-input/build/img/flags@2x.png);
  --iti-path-globe-1x: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAACTUlEQVR42k1SW0hUURQ9PSyzyCzoKURlIL1AhH4UucxZ+87LKQIly/wJIn+CHj/VgBkM8zFBhUFIoME4Mz2EhME+8iOECqWiQkjyQ5JIwuqjcYxoMHb7nOug98J5rLP2Omvvs5X3dS43o1NJVzGMGTB+0ivEaK9Bm1dYyuISUcyHOcj4jTnkAxxmYtw0Z87KoppQ8fQII4dvFA+u1lm9hdrpO2YEe43yotQyURsQ6KPvMFJWO+mNVIfngo9YvdoSpag9whiXo6PUT3X6It5Th9tA3Tgv2LBQY5bqrsUvYreJzuILZRHDBbzRV9CJR5iWOYwc5n07hKhb6C9y+gmiNKSUd6k3CxZDCrkQ0yULOKVOlVLhCt3tEehBcL0NSOCgjGdCjEHVvAZd9BknJb4VyfoKfxV2YxA17i5nA27hcqQMNcT4pGgozH75nUqcw1fcQwZpTFE/UujBO4yiFwNgTCmMuYzZMCPhVuPugsdMpMxa6NCtsisXxphsgowCMYUk+15T/toSPHY324AuvU9vQlo8ZpRvDwp+xqh9wgnabpX6THWF8pKyyOCHZH3KxPUE2GVqc9bhLSaRoj5MIE338QLjokjEmHZKTXG2Ii8u/vm3iZtqUTqEEXJFN64D+1dhtpHpxMITui0BJkbOPUBtuKOUr8E6fIbTyEeYbtum8JpIXw8aqpSpkTHplPo34iEKAZY0EqZt5DeTaTRcs6p/kJOr4m7DMfGtP+iAIViatzDS+jjmRFdUdJNvJ26gXtn7FmnKA2xaSdGMLkWLq/8ijPjvv8jQpwAAAABJRU5ErkJggg==);
  --iti-path-globe-2x: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAQAAAAm93DmAAAGNUlEQVR42oVWC2iVZRj+z9TUUqfZRTTFlEq0FBQpmeRx3/P+55zNqZEmSZGKJF2YoZtlhkqZYWlQYGWleakoS0FySLlQMgtNmUFecbot3BRF87b72d/zft9/zjwy5//xX77L+7z39/29tq9oR/c2Q+UVfI39qEIjWlBjDmGLWWjGuN1RnbyId/tradbUDp43tQNm4g8ECY5YIAE4hF9xzv0Ax8zC/F4h6/Yvd8BMQTmBFKYR9WjxLaTPm7MGzgmLSyh2crYDp5v+XfgxrsR1SgrCErQCl/ksx1WVVpJoQq0oaJk/RKnagZOHUJFQiDpfoZpJPgMDPA/foJLy90EUNUJ2cZW1Pk5wv0ApbwGHx3A9prI1EbQCSyjPl26XrqkKv6bnB/gYu/IC8KSohZ9tA1Id4ffHZasq+ZtNlPbtWJC41/MK7rQSVqmF1cY4gT9p5wWUVOUkJGI3QTr34+844fSAednzEj04+8TzxnSNdnGAynZMV3VZQSCGa1FcV0ghld9fdzOtt4pK0KOqgoUvjgfRe1InZD0qWvmjGjv0bYajTuHIejenWTeoO34EN1rQSNstComO4XcMMnPkI/zEr0toxF8oNV+gKDYM70tAWXlJXkzpGkg3UwVLA2ILl67zLtWV2N0yjxayQW2u4ChKcQa12CmHcJ6rzstrMMAyfi9PVQ5wivZNu2OIJNEMQkrf2AhsVyI0yiojuf1C+66T02E69pYcFKM6oa47ZKZxr0wjIxHI8632WzEhsN7aj9KCAJfxmuzDkXQE3EGib1GlaZlaw2pcwywc5uljKPHJnvC/Ov/ymBygSqcQ5Ad8T7cENVinHqahI2SZisOIDuv16XRZT4oyTvblBaIpoFI+wCNKhkHRjonOZozMcPxz+9HXc1JGzgAMjRQblghynwpPF6BKnIxT2qgXyt+MpuFzFUolpMrpOKTSWaRQtwUyX4Nez8tztHktrfgu4dRGZgF+Q4mRVC5IHr046EY2ZhMqMxnT0h+md4eHEm7VjSfM6Txb6bgwgRnSmQcK/WD8I9EuY3shO9HD9OapzfJvonO0J7KRrU+a6Qy+V5/n94p2MUNRZ1Nir+c/aatKPZpRT1+dt4Y2NsgDuWEgyJzbE5mzZuIc9Mxel786NN7lM6vOGoIvkbkokvkyD8UyBwdxyRRyFg5TiIso43oxinhuKRokqWHnYRdfTQ5QeaIxdzABJ5FNdobF1jKwMy7UYHXq27+PGjazOv7iyWLNiTQgo0lbEJDgWz2uTmI0usCm13XQ65Gc7hTjHfXyxO60pKieCa2euSNVfw4CWiucz+mudZvcprqQ0mdmHDJ0WDuZ5S9ohLgYCAHnciIHtNSDsHqbyU4JrizT45mArY1MDAN7ZBjW5Yqgrct/XElfdUqz7NvC6mVhEgNjD3ZrIEc7juqUqbLmFOeL0JTfC8/geL72vySS6XqDbFzQTmYV3qk8ZTkVuIoL6p42CyxjFXskwDWCnZBx2Bi3eWJWujy1jpEGJ6PMtuQLcFI4RyW2yGKZYUbjZ5yVHDNNXmcSHkUjd8/hU8nRxhZTcVrAVHDVRjvxWQqclKRWjOhAZ3hcIdwGVEoy/FvgM84nqrEZ29m5R7nCgcqYy+P1zrpOxtkpGblZ5tIPn2Mbt8mOtWggSlAzfpj/YLSb9epWOR1W+hLt0EJI6dtaL/nCrjghXbZoipNbt3QdirhcTpeCh1n039AvfKcOtZ1oVrqjhJwGoE5c+Oj2hrDSDZZxzG7b3uUfLa4qu3wlgW0FexNq53rCr3UoGW3UTI7baHKQ8gODYjXUdv+5tuo/ymrTUZnw3DI8bZtnAxoItyOlx02Q8mYewdI5U0fvUQJ2OK3e4RVarTz8nWomxbZU9rTxMyKrLGSLQoreSf1Ckqq9aMHewmFNVZ+yKUOyXBHStnFFrHM+yCNEOhU5QvCr5n5NwAn0J5qkwTba42KUzkl3a8giqhiqngE5VvdoXRePJ00hzzPy+GzniqjZMQm11uDJVjhzJdpHqyLlOoKNMpFKZjS42/3F9sdulUXrMOHoScpDdrkjzVAv0vYve/uQvPCSXFRQPyDcSvWjAji5bqdoWx7Psr13Oc6h2haMCAfXp3ZoH+p/nx653W4Gr3MAAAAASUVORK5CYII=);
}
.b-form-config-resource .irs-line {
  height: 2px;
}
.b-form-config-resource .irs-min,
.b-form-config-resource .irs-max {
  display: none;
}
.b-form-config-resource .irs-grid-pol.small {
  display: none;
}
.b-form-config-resource .irs--flat .irs-bar {
  height: 2px;
  background-color: #6598ff;
}
.b-form-config-resource .irs-handle.single {
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.b-form-config-resource .irs--flat .irs-single::before {
  border: 8px solid transparent;
  bottom: -18px;
}
.b-form-config-resource .irs--flat .irs-single {
  padding: 7px 10px;
}
.b-form-config-resource .irs-single {
  top: -18px;
  background-color: #fff;
  color: black;
  font-size: 13px;
  box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
}
.b-form-config-resource .irs--flat .irs-handle {
  background-color: #6598ff;
  top: 16px;
}
.b-form-config-resource .irs-grid-text {
  bottom: 7px;
}
.b-form-config-resource .irs-grid-pol {
  top: -14px;
  height: 11px;
  width: 2px;
}
.b-form-config-resource .irs--flat .irs-handle > i:first-child {
  background-color: transparent;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-form-cost-calculation {
  display: flex;
  justify-content: center;
  width: 100%;
}
.b-form-cost-calculation__wrapper {
  max-width: 960px;
  width: 100%;
  background-color: #fff;
  color: #777;
  padding: 30px 20px;
}
.b-form-cost-calculation__title {
  text-align: center;
}
.b-form-cost-calculation__range-title {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (min-width: 50em) {
  .b-form-cost-calculation__range-title {
    margin-bottom: 50px;
  }
}
.b-form-cost-calculation__range-title.bottom-small {
  margin-bottom: 20px;
}
.b-form-cost-calculation__form.hidden {
  display: none;
}
.b-form-cost-calculation__total {
  padding: 5px 10px;
  background-color: #fbfbfb;
  text-align: center;
  margin-top: 10px;
  color: #000;
}
.b-form-cost-calculation__total.center {
  display: flex;
  justify-content: space-between;
}
.b-form-cost-calculation__total span {
  color: #44c7f4;
}
.b-form-cost-calculation__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.b-form-cost-calculation__three-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 50em) {
  .b-form-cost-calculation__three-items {
    flex-wrap: nowrap;
    gap: 40px;
  }
}
.b-form-cost-calculation__three-item {
  width: calc(100%);
}
@media screen and (min-width: 50em) {
  .b-form-cost-calculation__three-item {
    width: calc(100% / 3);
  }
}
.b-form-cost-calculation__items-input {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  margin-bottom: 30px;
}
.b-form-cost-calculation__title-input {
  font-size: 18px;
  margin-bottom: 15px;
}
.b-form-cost-calculation input {
  width: 100%;
  padding: 10px 0 8px;
  border: none;
  border-bottom: 2px solid #dbe3ef;
  color: #777;
}
.b-form-cost-calculation input:focus {
  border-bottom: 2px solid #6598ff;
}
.b-form-cost-calculation__checkbox-container {
  display: grid;
  position: relative;
  margin-bottom: 90px;
}
@media screen and (min-width: 50em) {
  .b-form-cost-calculation__checkbox-container {
    margin-bottom: 40px;
  }
}
.b-form-cost-calculation__inputs-checbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}
.b-form-cost-calculation__inputs-checbox.bottom {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 50px;
}
@media screen and (min-width: 50em) {
  .b-form-cost-calculation__inputs-checbox.bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}
.b-form-cost-calculation__input-checbox input {
  width: 24px;
  height: 24px;
  background-color: black;
  display: none;
}
.b-form-cost-calculation__input-checbox label {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  cursor: pointer;
}
.b-form-cost-calculation__input-checbox label::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/images/icons/checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -2px;
  transition: 0.5s;
}
.b-form-cost-calculation__input-checbox input:checked + label::before {
  background-image: url(/images/main_redisign/pages/checkbox_blue_active.svg);
}
.b-form-cost-calculation .b-form-cost-calculation__checkbox:checked + .b-form-cost-calculation__checkbox-label::before {
  background-image: url(/images/main_redisign/pages/checkbox_blue_active.svg);
}
.b-form-cost-calculation__checkbox {
  opacity: 0;
  width: auto;
}
.b-form-cost-calculation__checkbox-label {
  position: absolute;
  width: 100%;
  left: 0;
  cursor: pointer;
  font-size: 14px;
  color: #777;
  padding-left: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-form-cost-calculation__checkbox-label {
    font-size: 16px;
  }
}
.b-form-cost-calculation__checkbox-label::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/images/icons/checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.b-form-cost-calculation__success {
  display: none;
  text-align: center;
}
.b-form-cost-calculation__success.active {
  display: block;
}
.b-form-cost-calculation__btn {
  cursor: pointer;
  margin-right: 0;
}
.b-form-cost-calculation__btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.b-form-cost-calculation__item-input {
  width: calc(100% - 24px);
}
@media screen and (min-width: 50em) {
  .b-form-cost-calculation__item-input {
    width: calc(100% / 2 - 24px);
  }
}
.b-form-cost-calculation__item-input.full {
  width: 100%;
}
.b-form-cost-calculation .iti {
  width: 100%;
  --iti-path-flags-1x: url(/local/templates/work/builds/dev/node_modules/intl-tel-input/build/img/flags.png);
  --iti-path-flags-2x: url(/local/templates/work/builds/dev/node_modules/intl-tel-input/build/img/flags@2x.png);
  --iti-path-globe-1x: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAACTUlEQVR42k1SW0hUURQ9PSyzyCzoKURlIL1AhH4UucxZ+87LKQIly/wJIn+CHj/VgBkM8zFBhUFIoME4Mz2EhME+8iOECqWiQkjyQ5JIwuqjcYxoMHb7nOug98J5rLP2Omvvs5X3dS43o1NJVzGMGTB+0ivEaK9Bm1dYyuISUcyHOcj4jTnkAxxmYtw0Z87KoppQ8fQII4dvFA+u1lm9hdrpO2YEe43yotQyURsQ6KPvMFJWO+mNVIfngo9YvdoSpag9whiXo6PUT3X6It5Th9tA3Tgv2LBQY5bqrsUvYreJzuILZRHDBbzRV9CJR5iWOYwc5n07hKhb6C9y+gmiNKSUd6k3CxZDCrkQ0yULOKVOlVLhCt3tEehBcL0NSOCgjGdCjEHVvAZd9BknJb4VyfoKfxV2YxA17i5nA27hcqQMNcT4pGgozH75nUqcw1fcQwZpTFE/UujBO4yiFwNgTCmMuYzZMCPhVuPugsdMpMxa6NCtsisXxphsgowCMYUk+15T/toSPHY324AuvU9vQlo8ZpRvDwp+xqh9wgnabpX6THWF8pKyyOCHZH3KxPUE2GVqc9bhLSaRoj5MIE338QLjokjEmHZKTXG2Ii8u/vm3iZtqUTqEEXJFN64D+1dhtpHpxMITui0BJkbOPUBtuKOUr8E6fIbTyEeYbtum8JpIXw8aqpSpkTHplPo34iEKAZY0EqZt5DeTaTRcs6p/kJOr4m7DMfGtP+iAIViatzDS+jjmRFdUdJNvJ26gXtn7FmnKA2xaSdGMLkWLq/8ijPjvv8jQpwAAAABJRU5ErkJggg==);
  --iti-path-globe-2x: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAQAAAAm93DmAAAGNUlEQVR42oVWC2iVZRj+z9TUUqfZRTTFlEq0FBQpmeRx3/P+55zNqZEmSZGKJF2YoZtlhkqZYWlQYGWleakoS0FySLlQMgtNmUFecbot3BRF87b72d/zft9/zjwy5//xX77L+7z39/29tq9oR/c2Q+UVfI39qEIjWlBjDmGLWWjGuN1RnbyId/tradbUDp43tQNm4g8ECY5YIAE4hF9xzv0Ax8zC/F4h6/Yvd8BMQTmBFKYR9WjxLaTPm7MGzgmLSyh2crYDp5v+XfgxrsR1SgrCErQCl/ksx1WVVpJoQq0oaJk/RKnagZOHUJFQiDpfoZpJPgMDPA/foJLy90EUNUJ2cZW1Pk5wv0ApbwGHx3A9prI1EbQCSyjPl26XrqkKv6bnB/gYu/IC8KSohZ9tA1Id4ffHZasq+ZtNlPbtWJC41/MK7rQSVqmF1cY4gT9p5wWUVOUkJGI3QTr34+844fSAednzEj04+8TzxnSNdnGAynZMV3VZQSCGa1FcV0ghld9fdzOtt4pK0KOqgoUvjgfRe1InZD0qWvmjGjv0bYajTuHIejenWTeoO34EN1rQSNstComO4XcMMnPkI/zEr0toxF8oNV+gKDYM70tAWXlJXkzpGkg3UwVLA2ILl67zLtWV2N0yjxayQW2u4ChKcQa12CmHcJ6rzstrMMAyfi9PVQ5wivZNu2OIJNEMQkrf2AhsVyI0yiojuf1C+66T02E69pYcFKM6oa47ZKZxr0wjIxHI8632WzEhsN7aj9KCAJfxmuzDkXQE3EGib1GlaZlaw2pcwywc5uljKPHJnvC/Ov/ymBygSqcQ5Ad8T7cENVinHqahI2SZisOIDuv16XRZT4oyTvblBaIpoFI+wCNKhkHRjonOZozMcPxz+9HXc1JGzgAMjRQblghynwpPF6BKnIxT2qgXyt+MpuFzFUolpMrpOKTSWaRQtwUyX4Nez8tztHktrfgu4dRGZgF+Q4mRVC5IHr046EY2ZhMqMxnT0h+md4eHEm7VjSfM6Txb6bgwgRnSmQcK/WD8I9EuY3shO9HD9OapzfJvonO0J7KRrU+a6Qy+V5/n94p2MUNRZ1Nir+c/aatKPZpRT1+dt4Y2NsgDuWEgyJzbE5mzZuIc9Mxel786NN7lM6vOGoIvkbkokvkyD8UyBwdxyRRyFg5TiIso43oxinhuKRokqWHnYRdfTQ5QeaIxdzABJ5FNdobF1jKwMy7UYHXq27+PGjazOv7iyWLNiTQgo0lbEJDgWz2uTmI0usCm13XQ65Gc7hTjHfXyxO60pKieCa2euSNVfw4CWiucz+mudZvcprqQ0mdmHDJ0WDuZ5S9ohLgYCAHnciIHtNSDsHqbyU4JrizT45mArY1MDAN7ZBjW5Yqgrct/XElfdUqz7NvC6mVhEgNjD3ZrIEc7juqUqbLmFOeL0JTfC8/geL72vySS6XqDbFzQTmYV3qk8ZTkVuIoL6p42CyxjFXskwDWCnZBx2Bi3eWJWujy1jpEGJ6PMtuQLcFI4RyW2yGKZYUbjZ5yVHDNNXmcSHkUjd8/hU8nRxhZTcVrAVHDVRjvxWQqclKRWjOhAZ3hcIdwGVEoy/FvgM84nqrEZ29m5R7nCgcqYy+P1zrpOxtkpGblZ5tIPn2Mbt8mOtWggSlAzfpj/YLSb9epWOR1W+hLt0EJI6dtaL/nCrjghXbZoipNbt3QdirhcTpeCh1n039AvfKcOtZ1oVrqjhJwGoE5c+Oj2hrDSDZZxzG7b3uUfLa4qu3wlgW0FexNq53rCr3UoGW3UTI7baHKQ8gODYjXUdv+5tuo/ymrTUZnw3DI8bZtnAxoItyOlx02Q8mYewdI5U0fvUQJ2OK3e4RVarTz8nWomxbZU9rTxMyKrLGSLQoreSf1Ckqq9aMHewmFNVZ+yKUOyXBHStnFFrHM+yCNEOhU5QvCr5n5NwAn0J5qkwTba42KUzkl3a8giqhiqngE5VvdoXRePJ00hzzPy+GzniqjZMQm11uDJVjhzJdpHqyLlOoKNMpFKZjS42/3F9sdulUXrMOHoScpDdrkjzVAv0vYve/uQvPCSXFRQPyDcSvWjAji5bqdoWx7Psr13Oc6h2haMCAfXp3ZoH+p/nx653W4Gr3MAAAAASUVORK5CYII=);
}
.b-form-cost-calculation .irs-line {
  height: 2px;
}
.b-form-cost-calculation .irs-min,
.b-form-cost-calculation .irs-max {
  display: none;
}
.b-form-cost-calculation .irs-grid-pol.small {
  display: none;
}
.b-form-cost-calculation .irs--flat .irs-bar {
  height: 2px;
  background-color: #6598ff;
}
.b-form-cost-calculation .irs-handle.single {
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.b-form-cost-calculation .irs--flat .irs-single::before {
  border: 8px solid transparent;
  bottom: -18px;
}
.b-form-cost-calculation .irs--flat .irs-single {
  padding: 7px 10px;
}
.b-form-cost-calculation .irs-single {
  top: -18px;
  background-color: #fff;
  color: black;
  font-size: 13px;
  box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
}
.b-form-cost-calculation .irs--flat .irs-handle {
  background-color: #6598ff;
  top: 16px;
}
.b-form-cost-calculation .irs-grid-text {
  bottom: 7px;
}
.b-form-cost-calculation .irs-grid-pol {
  top: -14px;
  height: 11px;
  width: 2px;
}
.b-form-cost-calculation .irs--flat .irs-handle > i:first-child {
  background-color: transparent;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-form-email__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.b-form-email__desc {
  margin-bottom: 17px;
  font-size: 12px;
  font-weight: 700;
  color: #a6a6aa;
}
.b-form-email__checkbox-container {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.b-form-email .b-form-email__checkbox:checked + .b-form-email__checkbox-label::before {
  background-image: url("/images/icons/check-act.svg");
}
.b-form-email__checkbox {
  opacity: 0;
}
.b-form-email__form.hidden {
  display: none;
}
.b-form-email__checkbox-label {
  display: inline-block;
  position: static;
  width: 100%;
  left: 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  color: #a6a6aa;
  padding-left: 20px;
}
.b-form-email__checkbox-label::before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("/images/icons/checkbox-noactive.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
  transition: 0.5s;
}
@media print, screen and (min-width: 40em) {
  .b-form-email__checkbox-label {
    font-size: 12px;
    padding-left: 20px;
  }
}
.b-form-email__checkbox-label a {
  color: #2a82a4;
}
.b-form-email__success {
  display: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.b-form-email__success.active {
  display: block;
}
.b-form-email__btn {
  width: 240px;
  padding: 19px 0;
  margin-left: 30px;
  margin-top: 20px;
  background-color: #08b7f4;
  display: none;
  align-items: center;
  border-radius: 3px;
  justify-content: center;
  border: 1px solid #08b7f4;
  color: #fff;
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .b-form-email__btn {
    display: flex;
  }
}
.b-form-email__btn:hover {
  border: 1px solid #08b7f4;
  color: #fff;
  background-color: transparent;
}
.b-form-email__btn.mobile {
  margin-left: 0;
  margin-top: 20px;
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .b-form-email__btn.mobile {
    display: none;
  }
}
.b-form-email__input {
  width: 330px;
  margin-left: 30px;
  margin-top: 20px;
  border-radius: 3px;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid #a6a6aa;
  padding: 19px 0;
  font-size: 16px;
  text-align: center;
  color: white;
}
.b-form-email__input::-moz-placeholder {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.b-form-email__input::placeholder {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.b-form-email__input-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -20px;
  margin-bottom: 20px;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-form-import-resource {
  display: flex;
  justify-content: center;
  width: 100%;
}
.b-form-import-resource__wrapper {
  max-width: 960px;
  width: 100%;
  background-color: #fff;
  color: #777;
  padding: 30px 20px;
}
.b-form-import-resource__title {
  text-align: center;
}
.b-form-import-resource__range-title {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (min-width: 50em) {
  .b-form-import-resource__range-title {
    margin-bottom: 50px;
  }
}
.b-form-import-resource__range-title.bottom-small {
  margin-bottom: 20px;
}
.b-form-import-resource__form.hidden {
  display: none;
}
.b-form-import-resource__total {
  padding: 5px 10px;
  background-color: #fbfbfb;
  text-align: center;
  margin-top: 10px;
  color: #000;
}
.b-form-import-resource__total.center {
  display: flex;
  justify-content: space-between;
}
.b-form-import-resource__total span {
  color: #44c7f4;
}
.b-form-import-resource__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.b-form-import-resource__three-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 50em) {
  .b-form-import-resource__three-items {
    flex-wrap: nowrap;
    gap: 40px;
  }
}
.b-form-import-resource__three-item {
  width: calc(100%);
}
@media screen and (min-width: 50em) {
  .b-form-import-resource__three-item {
    width: calc(100% / 3);
  }
}
.b-form-import-resource__items-input {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  margin-bottom: 30px;
}
.b-form-import-resource__title-input {
  font-size: 18px;
  margin-bottom: 15px;
}
.b-form-import-resource input {
  width: 100%;
  padding: 10px 0 8px;
  border: none;
  border-bottom: 2px solid #dbe3ef;
  color: #777;
}
.b-form-import-resource input:focus {
  border-bottom: 2px solid #6598ff;
}
.b-form-import-resource__checkbox-container {
  display: grid;
  position: relative;
  margin-bottom: 90px;
}
@media screen and (min-width: 50em) {
  .b-form-import-resource__checkbox-container {
    margin-bottom: 40px;
  }
}
.b-form-import-resource__inputs-checbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}
@media screen and (min-width: 50em) {
  .b-form-import-resource__inputs-checbox.last {
    flex-direction: column;
  }
}
@media screen and (min-width: 50em) {
  .b-form-import-resource__inputs-checbox {
    flex-direction: row;
  }
}
.b-form-import-resource__inputs-checbox.bottom {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 50px;
}
@media screen and (min-width: 50em) {
  .b-form-import-resource__inputs-checbox.bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}
.b-form-import-resource__input-checbox input {
  width: 24px;
  height: 24px;
  background-color: black;
  display: none;
}
.b-form-import-resource__input-checbox label {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  cursor: pointer;
}
.b-form-import-resource__input-checbox label::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/images/icons/checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -2px;
  transition: 0.5s;
}
.b-form-import-resource__input-checbox input:checked + label::before {
  background-image: url(/images/main_redisign/pages/checkbox_blue_active.svg);
}
.b-form-import-resource .b-form-import-resource__checkbox:checked + .b-form-import-resource__checkbox-label::before {
  background-image: url(/images/main_redisign/pages/checkbox_blue_active.svg);
}
.b-form-import-resource__checkbox {
  opacity: 0;
  width: auto;
}
.b-form-import-resource__checkbox-label {
  position: absolute;
  width: 100%;
  left: 0;
  cursor: pointer;
  font-size: 14px;
  color: #777;
  padding-left: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-form-import-resource__checkbox-label {
    font-size: 16px;
  }
}
.b-form-import-resource__checkbox-label::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/images/icons/checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.b-form-import-resource__success {
  display: none;
  text-align: center;
}
.b-form-import-resource__success.active {
  display: block;
}
.b-form-import-resource__btn {
  cursor: pointer;
  margin-right: 0;
}
.b-form-import-resource__btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.b-form-import-resource__item-input {
  width: calc(100% - 24px);
}
@media screen and (min-width: 50em) {
  .b-form-import-resource__item-input {
    width: calc(100% / 2 - 24px);
  }
}
.b-form-import-resource .iti {
  width: 100%;
  --iti-path-flags-1x: url(/local/templates/work/builds/dev/node_modules/intl-tel-input/build/img/flags.png);
  --iti-path-flags-2x: url(/local/templates/work/builds/dev/node_modules/intl-tel-input/build/img/flags@2x.png);
  --iti-path-globe-1x: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAACTUlEQVR42k1SW0hUURQ9PSyzyCzoKURlIL1AhH4UucxZ+87LKQIly/wJIn+CHj/VgBkM8zFBhUFIoME4Mz2EhME+8iOECqWiQkjyQ5JIwuqjcYxoMHb7nOug98J5rLP2Omvvs5X3dS43o1NJVzGMGTB+0ivEaK9Bm1dYyuISUcyHOcj4jTnkAxxmYtw0Z87KoppQ8fQII4dvFA+u1lm9hdrpO2YEe43yotQyURsQ6KPvMFJWO+mNVIfngo9YvdoSpag9whiXo6PUT3X6It5Th9tA3Tgv2LBQY5bqrsUvYreJzuILZRHDBbzRV9CJR5iWOYwc5n07hKhb6C9y+gmiNKSUd6k3CxZDCrkQ0yULOKVOlVLhCt3tEehBcL0NSOCgjGdCjEHVvAZd9BknJb4VyfoKfxV2YxA17i5nA27hcqQMNcT4pGgozH75nUqcw1fcQwZpTFE/UujBO4yiFwNgTCmMuYzZMCPhVuPugsdMpMxa6NCtsisXxphsgowCMYUk+15T/toSPHY324AuvU9vQlo8ZpRvDwp+xqh9wgnabpX6THWF8pKyyOCHZH3KxPUE2GVqc9bhLSaRoj5MIE338QLjokjEmHZKTXG2Ii8u/vm3iZtqUTqEEXJFN64D+1dhtpHpxMITui0BJkbOPUBtuKOUr8E6fIbTyEeYbtum8JpIXw8aqpSpkTHplPo34iEKAZY0EqZt5DeTaTRcs6p/kJOr4m7DMfGtP+iAIViatzDS+jjmRFdUdJNvJ26gXtn7FmnKA2xaSdGMLkWLq/8ijPjvv8jQpwAAAABJRU5ErkJggg==);
  --iti-path-globe-2x: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAQAAAAm93DmAAAGNUlEQVR42oVWC2iVZRj+z9TUUqfZRTTFlEq0FBQpmeRx3/P+55zNqZEmSZGKJF2YoZtlhkqZYWlQYGWleakoS0FySLlQMgtNmUFecbot3BRF87b72d/zft9/zjwy5//xX77L+7z39/29tq9oR/c2Q+UVfI39qEIjWlBjDmGLWWjGuN1RnbyId/tradbUDp43tQNm4g8ECY5YIAE4hF9xzv0Ax8zC/F4h6/Yvd8BMQTmBFKYR9WjxLaTPm7MGzgmLSyh2crYDp5v+XfgxrsR1SgrCErQCl/ksx1WVVpJoQq0oaJk/RKnagZOHUJFQiDpfoZpJPgMDPA/foJLy90EUNUJ2cZW1Pk5wv0ApbwGHx3A9prI1EbQCSyjPl26XrqkKv6bnB/gYu/IC8KSohZ9tA1Id4ffHZasq+ZtNlPbtWJC41/MK7rQSVqmF1cY4gT9p5wWUVOUkJGI3QTr34+844fSAednzEj04+8TzxnSNdnGAynZMV3VZQSCGa1FcV0ghld9fdzOtt4pK0KOqgoUvjgfRe1InZD0qWvmjGjv0bYajTuHIejenWTeoO34EN1rQSNstComO4XcMMnPkI/zEr0toxF8oNV+gKDYM70tAWXlJXkzpGkg3UwVLA2ILl67zLtWV2N0yjxayQW2u4ChKcQa12CmHcJ6rzstrMMAyfi9PVQ5wivZNu2OIJNEMQkrf2AhsVyI0yiojuf1C+66T02E69pYcFKM6oa47ZKZxr0wjIxHI8632WzEhsN7aj9KCAJfxmuzDkXQE3EGib1GlaZlaw2pcwywc5uljKPHJnvC/Ov/ymBygSqcQ5Ad8T7cENVinHqahI2SZisOIDuv16XRZT4oyTvblBaIpoFI+wCNKhkHRjonOZozMcPxz+9HXc1JGzgAMjRQblghynwpPF6BKnIxT2qgXyt+MpuFzFUolpMrpOKTSWaRQtwUyX4Nez8tztHktrfgu4dRGZgF+Q4mRVC5IHr046EY2ZhMqMxnT0h+md4eHEm7VjSfM6Txb6bgwgRnSmQcK/WD8I9EuY3shO9HD9OapzfJvonO0J7KRrU+a6Qy+V5/n94p2MUNRZ1Nir+c/aatKPZpRT1+dt4Y2NsgDuWEgyJzbE5mzZuIc9Mxel786NN7lM6vOGoIvkbkokvkyD8UyBwdxyRRyFg5TiIso43oxinhuKRokqWHnYRdfTQ5QeaIxdzABJ5FNdobF1jKwMy7UYHXq27+PGjazOv7iyWLNiTQgo0lbEJDgWz2uTmI0usCm13XQ65Gc7hTjHfXyxO60pKieCa2euSNVfw4CWiucz+mudZvcprqQ0mdmHDJ0WDuZ5S9ohLgYCAHnciIHtNSDsHqbyU4JrizT45mArY1MDAN7ZBjW5Yqgrct/XElfdUqz7NvC6mVhEgNjD3ZrIEc7juqUqbLmFOeL0JTfC8/geL72vySS6XqDbFzQTmYV3qk8ZTkVuIoL6p42CyxjFXskwDWCnZBx2Bi3eWJWujy1jpEGJ6PMtuQLcFI4RyW2yGKZYUbjZ5yVHDNNXmcSHkUjd8/hU8nRxhZTcVrAVHDVRjvxWQqclKRWjOhAZ3hcIdwGVEoy/FvgM84nqrEZ29m5R7nCgcqYy+P1zrpOxtkpGblZ5tIPn2Mbt8mOtWggSlAzfpj/YLSb9epWOR1W+hLt0EJI6dtaL/nCrjghXbZoipNbt3QdirhcTpeCh1n039AvfKcOtZ1oVrqjhJwGoE5c+Oj2hrDSDZZxzG7b3uUfLa4qu3wlgW0FexNq53rCr3UoGW3UTI7baHKQ8gODYjXUdv+5tuo/ymrTUZnw3DI8bZtnAxoItyOlx02Q8mYewdI5U0fvUQJ2OK3e4RVarTz8nWomxbZU9rTxMyKrLGSLQoreSf1Ckqq9aMHewmFNVZ+yKUOyXBHStnFFrHM+yCNEOhU5QvCr5n5NwAn0J5qkwTba42KUzkl3a8giqhiqngE5VvdoXRePJ00hzzPy+GzniqjZMQm11uDJVjhzJdpHqyLlOoKNMpFKZjS42/3F9sdulUXrMOHoScpDdrkjzVAv0vYve/uQvPCSXFRQPyDcSvWjAji5bqdoWx7Psr13Oc6h2haMCAfXp3ZoH+p/nx653W4Gr3MAAAAASUVORK5CYII=);
}
.b-form-import-resource .irs-line {
  height: 2px;
}
.b-form-import-resource .irs-min,
.b-form-import-resource .irs-max {
  display: none;
}
.b-form-import-resource .irs-grid-pol.small {
  display: none;
}
.b-form-import-resource .irs--flat .irs-bar {
  height: 2px;
  background-color: #6598ff;
}
.b-form-import-resource .irs-handle.single {
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.b-form-import-resource .irs--flat .irs-single::before {
  border: 8px solid transparent;
  bottom: -18px;
}
.b-form-import-resource .irs--flat .irs-single {
  padding: 7px 10px;
}
.b-form-import-resource .irs-single {
  top: -18px;
  background-color: #fff;
  color: black;
  font-size: 13px;
  box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
}
.b-form-import-resource .irs--flat .irs-handle {
  background-color: #6598ff;
  top: 16px;
}
.b-form-import-resource .irs-grid-text {
  bottom: 7px;
}
.b-form-import-resource .irs-grid-pol {
  top: -14px;
  height: 11px;
  width: 2px;
}
.b-form-import-resource .irs--flat .irs-handle > i:first-child {
  background-color: transparent;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-form {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 88px 0;
  background-color: #08b7f4;
}
@media print, screen and (min-width: 40em) {
  .b-form {
    padding: 104px 0;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-form {
    padding: 108px 0;
  }
}
.b-form .error_text {
  color: red;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.b-form .h2 {
  font-size: 40px;
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .b-form .h2 {
    font-size: 48px;
  }
}
.b-form .c-body-text {
  margin-top: 16px;
  color: #fff;
  opacity: 0.8;
  max-width: 390px;
}
.b-form__content {
  margin-right: 16px;
  display: block;
}
.b-form__content.hidden {
  display: none;
}
.b-form__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.b-form__wrapper.active .b-form__content {
  display: none;
}
.b-form__wrapper.active .b-form__form {
  display: none;
}
.b-form__wrapper.active::before {
  content: "";
  inset: 0;
  margin: auto;
  position: absolute;
  width: 200px;
  height: 200px;
  display: inline-block;
  animation: 1.5s ease-in-out infinite rot;
  background-image: url("/images/main_redisign/pages/preloader.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width: 62.5em) {
  .b-form__wrapper {
    flex-direction: row;
  }
}
.b-form__submit {
  margin-top: 55px;
  display: flex;
  justify-content: flex-start;
}
@media print, screen and (min-width: 40em) {
  .b-form__submit {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-form__submit {
    margin-top: 70px;
  }
}
.b-form__popup {
  display: none;
  padding: 20px 26px 0;
  font-size: 12px;
  line-height: 1.2em;
  color: #777;
}
.b-form__submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1em;
  color: #4d4d55;
  height: 56px;
  width: 195px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.6s cubic-bezier(0.65, 0, 0.35, 1), color 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.b-form__submit-button:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: background-color color 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
@media print, screen and (min-width: 40em) {
  .b-form__submit-button {
    width: 180px;
    font-size: 16px;
  }
}
.b-form__field {
  position: relative;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 62.5em) {
  .b-form__field--position-absolute {
    position: absolute;
    right: 0;
    left: 0;
    padding: 0 85px;
  }
}
@media screen and (min-width: 100em) {
  .b-form__field--position-absolute {
    padding: 0 120px;
  }
}
.b-form .b-form__input:focus + .b-form__label,
.b-form .b-form__input--filled + .b-form__label {
  opacity: 0;
}
.b-form .b-form__checkbox:checked + .b-form__checkbox-label::before {
  background-image: url("/images/icons/check-act.svg");
}
.b-form__checkbox {
  opacity: 0;
}
.b-form .not-event {
  pointer-events: none;
}
.b-form__sent {
  color: white;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.b-form__checkbox-label {
  display: inline-block;
  position: static;
  width: 100%;
  left: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding-left: 40px;
}
.b-form__checkbox-label::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/images/icons/checkbox-noactive.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  transition: 0.5s;
}
@media print, screen and (min-width: 40em) {
  .b-form__checkbox-label {
    font-size: 16px;
    position: absolute;
    padding-left: 40px;
  }
}
.b-form__checkbox-label a {
  color: #fff;
}
.b-form__checkbox-popup {
  color: #08b7f4;
}
@media print, screen and (min-width: 40em) {
  .b-form__checkbox-popup {
    font-size: 14px;
  }
}
.b-form__label {
  position: absolute;
  font-size: 16px;
  line-height: 1.2em;
  color: #777;
  top: 16px;
  left: 24px;
  transition: 0.5s;
}
.b-form__label--textarea {
  top: 16px;
  display: flex;
  align-items: flex-end;
}
@media print, screen and (min-width: 62.5em) {
  .b-form__label--textarea {
    left: 24px;
  }
}
.b-form__field-recaptcha {
  position: relative;
}
.b-form__input {
  border: none;
  padding: 16px 24px;
  font-size: 16px;
  color: #fff;
  outline: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.b-form__input--textarea {
  height: 136px;
  resize: none;
}
.b-form__input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.b-form__input::placeholder {
  color: #fff;
  opacity: 1;
}
@media print, screen and (min-width: 40em) {
  .b-form__input {
    font-size: 16px;
  }
}
.b-form__form {
  margin-top: 48px;
  max-width: 100%;
  width: 100%;
  z-index: 20;
}
@media print, screen and (min-width: 62.5em) {
  .b-form__form {
    margin-top: 0;
    max-width: 640px;
  }
}
.b-form__file-wrapper {
  margin-bottom: 20px;
}
.b-form__preview {
  margin-top: 10px;
  color: #fff;
}
.b-form__errors {
  margin-top: 10px;
  color: red;
}
.b-form__file {
  position: relative;
}
.b-form__file input {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.b-form__file label {
  cursor: pointer;
  font-size: 12px;
  color: #fff;
}
.b-form__file label img {
  margin-right: 4px;
}
@media screen and (min-width: 100em) {
  .b-form__file label img {
    margin-right: 8px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-header-block {
  position: relative;
  width: 100%;
  z-index: 50;
}
@media print, screen and (min-width: 40em) {
  .b-header-block {
    transition: background-color 1s cubic-bezier(0.65, 0, 0.35, 1);
  }
}
@media screen and (min-width: 75em) {
  .b-header-block {
    border: none;
  }
}
.b-header-block.fixed {
  top: -100%;
  position: fixed;
}
.b-header-block.border {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 75em) {
  .b-header-block.border {
    border: none;
  }
}
.b-header-block.active {
  opacity: 0;
  width: 100%;
  position: fixed;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  top: -100%;
  left: 0;
}
.b-header-block.transition {
  top: 0;
  opacity: 1;
}
.b-header-block.transparent {
  background-color: transparent !important;
}
.b-header-block.gray {
  background-color: #f6f8fb !important;
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-header-bottom {
  height: 64px;
  align-items: flex-start;
  flex-direction: column;
  display: flex;
  justify-content: space-around;
}
.b-header-bottom.active {
  height: 120px;
}
.b-header-bottom__logo img {
  width: 160px;
}
@media print, screen and (min-width: 40em) {
  .b-header-bottom {
    border: none;
    height: 104px;
    justify-content: center;
    align-items: center;
  }
  .b-header-bottom.active {
    height: 104px;
  }
}
.b-header-bottom__sidebar-content-container {
  position: relative;
  width: 100%;
}
.b-header-bottom__sidebar-content-container img {
  width: 100%;
}
.b-header-bottom__new {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 15px;
  color: #fff;
  background-color: #08b7f4;
  border-radius: 15px;
}
@media screen and (min-width: 75em) {
  .b-header-bottom {
    height: 77px;
  }
}
.b-header-bottom .link-title {
  line-height: 78px;
}
.b-header-bottom .link-title a {
  display: inline-block;
}
.b-header-bottom__wraper {
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: none;
}
.b-header-bottom__wraper.border {
  border-bottom: 1px solid #4d4d55;
}
.b-header-bottom__wraper a {
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  .b-header-bottom__wraper {
    border: none;
    height: 100%;
  }
  .b-header-bottom__wraper.border {
    border: none;
  }
}
.b-header-bottom.white-text .b-header-bottom__settings-icon {
  background-color: #fff;
}
.b-header-bottom.white-text a {
  color: white;
}
.b-header-bottom.white-text .b-header-bottom__wraper {
  border: none;
}
.b-header-bottom.white-text .b-header-bottom__wraper.border {
  border-bottom: 1px solid white;
}
@media print, screen and (min-width: 40em) {
  .b-header-bottom.white-text .b-header-bottom__wraper {
    border: none;
  }
  .b-header-bottom.white-text .b-header-bottom__wraper.border {
    border: none;
  }
}
.b-header-bottom.white-text .b-header-bottom__navigation-link.nav-active .link-title::after {
  background-color: white;
}
.b-header-bottom.white-text .b-header-bottom__seting-icon path {
  fill: white;
}
.b-header-bottom.white-text .b-header-bottom__setting-icon path {
  fill: white;
}
.b-header-bottom.white-text .b-header-bottom__search-icon circle,
.b-header-bottom.white-text .b-header-bottom__user-icon circle {
  stroke: white;
}
.b-header-bottom.white-text .b-header-bottom__search-icon path,
.b-header-bottom.white-text .b-header-bottom__user-icon path {
  stroke: white;
}
.b-header-bottom.white-text .b-header-bottom__search-icon line,
.b-header-bottom.white-text .b-header-bottom__user-icon line {
  stroke: white;
}
.b-header-bottom.white-text .b-header-bottom__bar-top,
.b-header-bottom.white-text .b-header-bottom__bar-mid,
.b-header-bottom.white-text .b-header-bottom__bar-bot {
  background-color: white;
}
.b-header-bottom.white-text .b-header-bottom__search-container input {
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}
.b-header-bottom.white-text .b-header-bottom__search-container input:focus {
  outline: 0;
}
.b-header-bottom.white-text .b-header-bottom__search-container input::-moz-placeholder {
  color: #fff;
}
.b-header-bottom.white-text .b-header-bottom__search-container input::placeholder {
  color: #fff;
}
.b-header-bottom.white-text .b-header-bottom__search-icon-hidden path {
  fill: white;
}
.b-header-bottom.black-text .b-header-bottom__settings-icon {
  background-color: #4d4d55;
}
.b-header-bottom.black-text .b-header-bottom__search-icon-hidden path {
  fill: #4d4d55;
}
.b-header-bottom.black-text a {
  color: #4d4d55;
}
.b-header-bottom.black-text .b-header-bottom__wraper {
  border: none;
}
.b-header-bottom.black-text .b-header-bottom__wraper.border {
  border-bottom: 1px solid #4d4d55;
}
@media print, screen and (min-width: 40em) {
  .b-header-bottom.black-text .b-header-bottom__wraper {
    border: none;
  }
  .b-header-bottom.black-text .b-header-bottom__wraper.border {
    border: none;
  }
}
.b-header-bottom.black-text .b-header-bottom__navigation-link.nav-active.link-title::after {
  background-color: #4d4d55;
}
.b-header-bottom.black-text .b-header-bottom__setting-icon path {
  fill: #4d4d55;
}
.b-header-bottom.black-text .b-header-bottom__search-icon circle,
.b-header-bottom.black-text .b-header-bottom__user-icon circle {
  stroke: #4d4d55;
}
.b-header-bottom.black-text .b-header-bottom__search-icon path,
.b-header-bottom.black-text .b-header-bottom__user-icon path {
  stroke: #4d4d55;
}
.b-header-bottom.black-text .b-header-bottom__search-icon line,
.b-header-bottom.black-text .b-header-bottom__user-icon line {
  stroke: #4d4d55;
}
.b-header-bottom.black-text .b-header-bottom__bar-top,
.b-header-bottom.black-text .b-header-bottom__bar-mid,
.b-header-bottom.black-text .b-header-bottom__bar-bot {
  background-color: #4d4d55;
}
.b-header-bottom.black-text .b-header-bottom__search-container input {
  color: #4d4d55;
  border: none;
  border-bottom: 1px solid #4d4d55;
  background-color: transparent;
}
.b-header-bottom.black-text .b-header-bottom__search-container input:focus {
  outline: 0;
}
.b-header-bottom.black-text .b-header-bottom__search-container input::-moz-placeholder {
  color: #4d4d55;
}
.b-header-bottom.black-text .b-header-bottom__search-container input::placeholder {
  color: #4d4d55;
}
.b-header-bottom__navigation {
  display: none;
  margin-right: auto;
  padding-left: 56px;
}
@media screen and (min-width: 75em) {
  .b-header-bottom__navigation {
    display: flex;
  }
}
.b-header-bottom__navigation-link {
  display: flex;
  align-items: center;
  padding-right: 35px;
  font-size: 12px;
}
@media screen and (min-width: 93.75em) {
  .b-header-bottom__navigation-link {
    font-size: 16px;
  }
}
.b-header-bottom__navigation-link:last-child {
  margin-right: 0;
}
.b-header-bottom__navigation-link.nav-active {
  padding-right: 55px;
}
.b-header-bottom__navigation-link a {
  color: #4d4d55;
  padding-right: 0;
  text-decoration: none;
}
.b-header-bottom .c-button-blue {
  padding: 10px 15px;
  margin-right: 0;
}
.b-header-bottom .c-button-blue:hover {
  padding: 9px 14px !important;
}
.b-header-bottom .nav-active a {
  padding-right: 0 !important;
}
.b-header-bottom .nav-active a.pointer {
  cursor: pointer;
}
.b-header-bottom .nav-active:hover a {
  color: #08b3f0;
}
.b-header-bottom .nav-active:hover .b-header-bottom__menu {
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 1;
  max-height: 5000px;
  z-index: 50;
  visibility: visible;
}
.b-header-bottom .nav-active:hover .link-title::after {
  transform: rotate(180deg);
  top: 45%;
  background-color: #08b3f0;
}
.b-header-bottom .nav-active .link-title {
  position: relative;
}
.b-header-bottom .nav-active .link-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  -webkit-mask-image: url("/images/new.k2.img/Vector 1.svg");
  mask-image: url("/images/new.k2.img/Vector 1.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #4d4d55;
}
.b-header-bottom .border-left {
  border-left: 4px solid transparent;
}
.b-header-bottom__sidebar-link-a .active-img {
  margin-left: 8px;
  display: none;
}
.b-header-bottom__sidebar-link-a.podcasts {
  position: relative;
  display: block;
}
.b-header-bottom__sidebar-link-a.podcasts::before {
  position: absolute;
  top: 3px;
  left: -20px;
  content: "";
  background-color: #f95208;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(1);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.7);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
.b-header-bottom .active-menu-item {
  background-color: #f6f8fb;
  border-left: 4px solid #08b7f4;
  display: flex;
  align-items: center;
}
.b-header-bottom .active-menu-item.visible .active-img {
  display: inline-block;
}
.b-header-bottom .hidden {
  display: none;
}
.b-header-bottom .active {
  display: block;
}
.b-header-bottom__menu {
  background-color: white;
  width: 100%;
  padding: 40px 0 40px;
  position: absolute;
  left: 0;
  top: 139px;
  visibility: hidden;
  height: auto;
  display: flex;
  justify-content: center;
  opacity: 0;
  max-height: 0;
  z-index: -1;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.b-header-bottom__menu:hover {
  opacity: 1;
  max-height: 5000px;
  z-index: 50;
  visibility: visible;
}
.b-header-bottom__sidebar-wrapper {
  display: flex;
  width: calc(86%);
  max-width: 1600px;
}
.b-header-bottom__sidebar-link {
  padding: 16px 0;
  font-size: 16px;
  cursor: pointer;
}
.b-header-bottom__sidebar-link a {
  color: #4d4d55 !important;
}
.b-header-bottom__sidebar {
  display: flex;
  flex-direction: column;
  max-width: 312px;
  flex: 0 0 auto;
  width: 100%;
  border-right: 1px solid rgba(77, 77, 85, 0.4);
}
.b-header-bottom__sidebar input {
  margin-top: 24px;
  width: 260px;
  height: 48px;
  padding-right: 45px;
  border-radius: 3px;
  border: 2px solid rgba(77, 77, 85, 0.2);
  padding-left: 16px;
}
.b-header-bottom__sidebar input:focus {
  outline: none;
}
.b-header-bottom__sidebar input::-moz-placeholder {
  padding: 14px 0;
  color: #4d4d55;
  font-size: fs(16);
  line-height: 20px;
}
.b-header-bottom__sidebar input::placeholder {
  padding: 14px 0;
  color: #4d4d55;
  font-size: fs(16);
  line-height: 20px;
}
.b-header-bottom__sidebar-content {
  width: 100%;
  display: flex;
  margin-top: -40px;
  justify-content: flex-start;
  margin-left: -20px;
  flex-wrap: wrap;
  height: 1%;
}
.b-header-bottom__sidebar-content a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.b-header-bottom__sidebar-content a.news {
  justify-content: space-between;
}
.b-header-bottom__sidebar-content.title-svg {
  width: 16px;
  height: 18px;
}
.b-header-bottom__sidebar-content a:hover p {
  color: #08b3f0;
}
.b-header-bottom__sidebar-content a:hover .title-svg circle {
  stroke: #08b3f0;
}
.b-header-bottom__sidebar-content a:hover .title-svg path {
  stroke: #08b3f0;
}
.b-header-bottom__sidebar-content a:hover .title-svg line {
  stroke: #08b3f0;
}
.b-header-bottom__sidebar-content-input {
  position: relative;
}
.b-header-bottom__search {
  position: absolute;
  cursor: pointer;
  top: 38px;
  right: 70px;
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.b-header-bottom__sidebar-content-teg {
  display: block !important;
  width: 100%;
  margin-top: 40px;
  height: 1px;
}
.b-header-bottom__sidebar-content-item {
  margin-top: 40px;
  width: calc(100% / 3 - 64px);
  margin-left: 64px;
}
.b-header-bottom__sidebar-content-item.negative-margin {
  margin-top: 0 !important;
}
.b-header-bottom__sidebar-content-item.teg {
  margin-top: 0;
}
.b-header-bottom__sidebar-content-item.last {
  margin-right: auto;
}
.b-header-bottom__sidebar-content-item:hover .b-header-bottom__img-pic {
  background-color: #08b7f4;
}
.b-header-bottom__sidebar-content-item .b-header-bottom__img-pic {
  width: 24px;
  height: 24px;
  margin-right: 11px;
  flex: 0 0 auto;
  display: block;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: black;
}
.b-header-bottom__sidebar-content-item.opacity {
  opacity: 0.6;
}
.b-header-bottom__sidebar-content-title {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.b-header-bottom__sidebar-content-title img {
  padding-top: 2px;
}
.b-header-bottom__sidebar-content-title.news {
  padding-top: 8px;
}
.b-header-bottom__sidebar-content-title.news p {
  margin-left: 0;
}
.b-header-bottom__sidebar-content-title.teg:hover {
  color: #08b3f0;
}
.b-header-bottom__sidebar-content-title.c-body-text.teg {
  font-weight: 400;
}
.b-header-bottom__sidebar-content-title p {
  padding-bottom: 0;
  color: #4d4d55;
}
.b-header-bottom__menu-about {
  width: calc(86%);
  max-width: 1600px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
}
.b-header-bottom__sidebar-content-header {
  display: flex;
  align-items: center;
}
.b-header-bottom__sidebar-content-about {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 16px;
}
.b-header-bottom__sidebar-content-about img {
  padding-top: 2px;
  width: 24px;
  height: 24px;
  filter: brightness(0);
}
.b-header-bottom__sidebar-content-about p {
  padding-bottom: 0;
  margin-left: 11px;
  line-height: 100%;
  color: #4d4d55;
}
.b-header-bottom__sidebar-content-about:hover p {
  color: #08b7f4;
}
.b-header-bottom__sidebar-content-about:hover img {
  filter: brightness(1);
}
.b-header-bottom__sidebar-content-announce {
  font-size: 16px;
  color: #08b3f0;
  margin-top: 16px;
}
.b-header-bottom__sidebar-content-announce.news {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.b-header-bottom__sidebar-content-announce.news span {
  color: #4d4d55;
}
.b-header-bottom__sidebar-content-description {
  color: #4d4d55;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  opacity: 0.9;
}
.b-header-bottom__menu-news-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.b-header-bottom__demo {
  margin-right: 0;
  padding: 10px 16px;
  display: none;
}
@media screen and (min-width: 75em) {
  .b-header-bottom__demo {
    display: block;
  }
}
.b-header-bottom__demo:hover {
  padding: 9px 15px;
}
.b-header-bottom__navigation-mobile {
  display: flex;
  flex-direction: column;
}
.b-header-bottom__wraper-mobile {
  display: flex;
}
.b-header-bottom__nav-toggle {
  cursor: pointer;
  margin-left: 88px;
  position: relative;
  display: block;
}
@media screen and (min-width: 75em) {
  .b-header-bottom__nav-toggle {
    display: none;
  }
}
.b-header-bottom__nav-toggle::before {
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  position: absolute;
  top: -15px;
  right: -15px;
}
.b-header-bottom__nav-toggle.active {
  padding-bottom: 6px;
}
.b-header-bottom__nav-toggle.active .b-header-bottom__bar-top {
  transform: rotate(45deg);
  transform-origin: -24% 215%;
}
.b-header-bottom__nav-toggle.active .b-header-bottom__bar-mid {
  opacity: 0;
}
.b-header-bottom__nav-toggle.active .b-header-bottom__bar-bot {
  transform: rotate(-45deg);
  transform-origin: 12% 95%;
}
.b-header-bottom__bar-top, .b-header-bottom__bar-mid, .b-header-bottom__bar-bot {
  background-color: #4d4d55;
  display: block;
  height: 2px;
  width: 24px;
  margin-top: 8px;
}
.b-header-bottom__bar-top {
  margin-top: 0;
}
.b-header-bottom__help {
  color: #4d4d55;
  display: none;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .b-header-bottom__help {
    display: flex;
  }
}
@media screen and (min-width: 75em) {
  .b-header-bottom__help {
    display: none;
  }
}
.b-header-bottom__help a {
  color: #4d4d55;
  text-decoration: none;
}
.b-header-bottom__help-item {
  display: block;
  position: relative;
  margin-right: 32px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.b-header-bottom__help-item.hiden {
  visibility: hidden;
}
.b-header-bottom__help-item img {
  cursor: pointer;
}
.b-header-bottom__help-item:last-child {
  margin-right: 0;
}
.b-header-bottom__lang {
  margin-right: 32px;
}
.b-header-bottom__search-container {
  position: absolute;
  top: -5px;
  left: 0;
  width: 0;
  transition: 0.5s;
  overflow: hidden;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .b-header-bottom__search-container {
    top: -7px;
    left: -20px;
  }
}
.b-header-bottom__search-container--opened {
  width: 200px;
}
.b-header-bottom__search-container--opened .b-header-bottom__search-icon-hidden {
  display: block;
}
.b-header-bottom__search-icon-hidden {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 0;
  display: none;
  visibility: visible;
}
.b-header-bottom__help-item input {
  visibility: visible;
  color: #4d4d55;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  border-bottom: 1px solid #4d4d55;
  background-color: transparent;
  padding: 2px 18px;
}
.b-header-bottom__help-item input:focus {
  outline: 0;
}
.b-header-bottom__help-item input::-moz-placeholder {
  color: #4d4d55;
}
.b-header-bottom__help-item input::placeholder {
  color: #4d4d55;
}
.b-header-bottom__help-mobile {
  align-items: center;
  display: none;
}
.b-header-bottom__help-mobile.active {
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .b-header-bottom__help-mobile {
    display: none;
  }
  .b-header-bottom__help-mobile.active {
    display: none;
  }
}
.b-header-bottom__help-mobile a {
  color: #4d4d55;
  text-decoration: none;
}
.b-header-bottom__menu-mobile {
  display: none;
  overflow: auto;
  position: absolute;
  flex-direction: column;
  background-color: white;
  width: 100%;
  height: 100%;
  top: 120px;
  left: 0;
}
.b-header-bottom__menu-mobile.active {
  display: flex !important;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .b-header-bottom__menu-mobile {
    top: 104px;
  }
}
.b-header-bottom__menu-mobile-container {
  position: relative;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 62.5em) {
  .b-header-bottom__menu-mobile-container {
    padding-left: 0;
    padding-right: 0;
    width: calc(86%);
  }
}
.b-header-bottom__menu-mobile-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  align-items: flex-start;
}
.b-header-bottom__setting-icon {
  width: 16px;
  height: 16px;
}
.b-header-bottom__menu-mobile .h1 {
  padding-bottom: 0;
  margin: 0;
  margin-top: 32px;
  font-size: 24px;
  line-height: 33px;
  cursor: pointer;
}
.b-header-bottom__menu-mobile .h1 a {
  font-size: 24px;
  line-height: 33px;
}
.b-header-bottom__menu-mobile .h1.arrow {
  display: flex;
  align-items: center;
}
.b-header-bottom__menu-mobile .h1.arrow::after {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  -webkit-mask-image: url("/images/new.k2.img/Vector 1.svg");
  mask-image: url("/images/new.k2.img/Vector 1.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #4d4d55;
}
.b-header-bottom__menu-mobile .h4 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  cursor: pointer;
}
.b-header-bottom__menu-mobile .h4.arrow {
  display: flex;
  align-items: center;
}
.b-header-bottom__menu-mobile .h4.arrow::after {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  -webkit-mask-image: url("/images/new.k2.img/Vector 1.svg");
  mask-image: url("/images/new.k2.img/Vector 1.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #4d4d55;
}
.b-header-bottom__menu-mobile a {
  font-size: 16px;
  line-height: 24px;
  color: #4d4d55;
  display: block;
  text-decoration: none;
}
.b-header-bottom__menu-mobile-sub {
  display: none;
  margin-top: 8px;
  padding-left: 60px;
}
.b-header-bottom__menu-mobile-sub a {
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  display: block;
  text-decoration: none;
}
.b-header-bottom__menu-mobile-title:first-child .h1 {
  margin-top: 0;
}
.b-header-bottom__menu-mobile-title.active .b-header-bottom__menu-mobile-sub {
  display: block;
}
.b-header-bottom__menu-mobile-title.active .h1 {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
  color: #08b7f4;
}
.b-header-bottom__menu-mobile-title.active .h1.arrow::after {
  background-color: #08b7f4;
}
.b-header-bottom__menu-mobile-sub-title.active .b-header-bottom__menu-mobile-elem {
  display: block;
}
.b-header-bottom__menu-mobile-elem {
  display: none;
  margin-top: 8px;
}
.b-header-bottom__menu-mobile-elem a {
  margin-top: 16px;
  display: block;
  text-decoration: none;
  font-weight: 400;
}
.b-header-bottom__menu-mobile-sub-link {
  display: inline-block;
}
.b-header-bottom__mobile-button {
  font-weight: 400;
  margin-top: 32px;
}
.b-header-bottom__mobile-button.c-button-blue-light {
  padding: 9.5px 16px;
}
.b-header-bottom__mobile-button.c-button-blue-light:hover {
  padding: 8.5px 15px;
}
.b-header-bottom__mobile-help {
  border-top: 1px solid #dbdbdd;
  margin-top: auto;
  height: 69px;
  flex: 0 0 auto;
  padding-right: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 40em) {
  .b-header-bottom__mobile-help {
    height: 85px;
  }
}
.b-header-bottom__mobile-help a {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
  font-size: 14px;
}
@media print, screen and (min-width: 40em) {
  .b-header-bottom__mobile-help a {
    font-size: 16px;
  }
}
.b-header-bottom .ps__rail-y {
  display: block;
  background-color: white;
  width: 6px;
  opacity: 1;
}
.b-header-bottom .ps__rail-y .ps--clicking {
  background-color: #f6f8fb;
  opacity: 1;
}
.b-header-bottom .ps__rail-y .ps--clicking .ps__thumb-y {
  width: 6px;
  background-color: #08b7f4;
}
.b-header-bottom .ps__rail-y:hover {
  background-color: #f6f8fb;
  opacity: 1;
}
.b-header-bottom .ps__rail-y:hover .ps__thumb-y {
  background-color: #08b7f4;
  width: 6px;
  opacity: 1;
}
.b-header-bottom .ps .ps__rail-y.ps--clicking {
  background-color: #f6f8fb;
  opacity: 1;
}
.b-header-bottom .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #08b7f4;
  width: 6px;
}
.b-header-bottom .ps:hover > .ps__rail-y {
  opacity: 1;
}
.b-header-bottom .ps__thumb-y {
  cursor: pointer;
  left: 0;
  width: 6px;
  background-color: #08b7f4;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-header-top {
  height: 62px;
  display: none;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.b-header-top__bottom-line {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgba(77, 77, 85, 0.2);
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 75em) {
  .b-header-top {
    display: flex;
  }
}
.b-header-top.white-text .b-header-top__settings-icon {
  background-color: #fff;
}
.b-header-top.white-text a {
  color: white;
}
.b-header-top.white-text .b-header-top__bottom-line {
  background-color: white;
}
.b-header-top.white-text .b-header-top__search-icon-hidden path {
  fill: white;
}
.b-header-top.white-text .b-header-top__setting-icon path {
  fill: white;
}
.b-header-top.white-text .b-header-top__search-icon circle,
.b-header-top.white-text .b-header-top__user-icon circle {
  stroke: white;
}
.b-header-top.white-text .b-header-top__search-icon path,
.b-header-top.white-text .b-header-top__user-icon path {
  stroke: white;
}
.b-header-top.white-text .b-header-top__search-icon line,
.b-header-top.white-text .b-header-top__user-icon line {
  stroke: white;
}
.b-header-top.white-text .b-header-top__settings-icon g rect {
  fill: white;
}
.b-header-top.white-text input {
  visibility: visible;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}
.b-header-top.white-text input::-moz-placeholder {
  color: #fff;
}
.b-header-top.white-text input::placeholder {
  color: #fff;
}
.b-header-top__settings-icon {
  display: block;
  -webkit-mask-image: url("/images/new.k2.img/Mask Group.png");
  mask-image: url("/images/new.k2.img/Mask Group.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-color: #4d4d55;
}
.b-header-top__container {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.b-header-top__container.hidden .b-header-top__feedback {
  visibility: hidden;
}
.b-header-top__setting-icon {
  width: 16px;
  height: 16px;
}
.b-header-top__feedback {
  display: flex;
  margin-right: 96px;
}
.b-header-top__email {
  margin-right: 40px;
}
.b-header-top__email a {
  color: #4d4d55;
  text-decoration: none;
}
.b-header-top__search-icon {
  cursor: pointer;
}
.b-header-top__phone a {
  color: #4d4d55;
  text-decoration: none;
}
.b-header-top__help {
  color: #4d4d55;
  display: flex;
  align-items: center;
}
.b-header-top__help a {
  color: #4d4d55;
  text-decoration: none;
}
.b-header-top__help.hidden .b-header-top__search-icon {
  display: none;
}
.b-header-top__help.hidden .b-header-top__lang {
  visibility: hidden;
}
.b-header-top__help.hidden .b-header-top__search-icon-hidden {
  width: 20px;
  height: 20px;
  padding-bottom: 5px;
  padding-right: 5px;
  display: block;
  z-index: 20;
  position: relative;
  cursor: pointer;
}
.b-header-top__help-item {
  display: block;
  position: relative;
  margin-right: 32px;
  width: 16px;
  height: 16px;
}
.b-header-top__help-item.hidden {
  visibility: hidden;
}
.b-header-top__help-item img {
  cursor: pointer;
}
.b-header-top__help-item:last-child {
  margin-right: 0;
}
.b-header-top__lang {
  margin-right: 32px;
}
.b-header-top__search-container {
  position: absolute;
  top: -7px;
  right: 0;
  width: 0;
  transition: 0.5s;
  overflow: hidden;
}
.b-header-top__search-container--opened {
  width: 450px;
}
.b-header-top__search-icon-hidden {
  display: none;
}
.b-header-top input {
  visibility: visible;
  color: #4d4d55;
  border: none;
  border-bottom: 1px solid #4d4d55;
  background-color: transparent;
  padding: 4px 14px;
  width: 100%;
}
.b-header-top input:focus {
  outline: 0;
}
.b-header-top input::-moz-placeholder {
  color: #4d4d55;
}
.b-header-top input::placeholder {
  color: #4d4d55;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-image-block {
  width: 100%;
  margin-top: -100px;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  height: 640px;
}
@media print, screen and (min-width: 40em) {
  .b-image-block {
    margin-top: -139px;
    height: 800px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-image-block {
    margin-top: -139px;
    height: 800px;
  }
}
@media screen and (min-width: 100em) {
  .b-image-block {
    height: 900px;
  }
}
@media screen and (min-width: 26.875em) {
  .b-image-block__image-container {
    width: calc(100% + 100px);
    margin-left: -50px;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .b-image-block__image-container {
    margin-top: -40px;
  }
}
.b-image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 26.875em) {
  .b-image-block img {
    height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 100em) {
  .b-image-block img {
    height: 1000px;
  }
}
.b-image-block__wrapper {
  position: absolute;
  width: 100%;
  top: 0;
}
.b-image-block__logo-container {
  position: absolute;
  display: flex;
  align-items: center;
  top: 70px;
  left: 0;
}
@media print, screen and (min-width: 40em) {
  .b-image-block__logo-container {
    top: 70px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-image-block__logo-container {
    top: 60px;
  }
}
@media screen and (min-width: 75em) {
  .b-image-block__logo-container {
    top: 60px;
  }
}
@media screen and (min-width: 100em) {
  .b-image-block__logo-container {
    top: 125px;
  }
}
.b-image-block__text-logo {
  color: #08b7f4;
  line-height: 100%;
  margin-right: 25px;
  font-size: 14px;
  padding-top: 3px;
  font-weight: 400;
}
.b-image-block__logo-image {
  max-width: 105px;
}
@media print, screen and (min-width: 40em) {
  .b-image-block__logo-image {
    max-width: 130px;
  }
}
.b-image-block__logo-image img {
  height: auto;
}
.b-image-block .c-content {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 62.5em) {
  .b-image-block .c-content {
    width: calc(86%);
    max-width: 1600px;
  }
}
.b-image-block__bread-crumbs.c-body-text {
  color: #fff;
}
.b-image-block__title {
  max-width: var(--width);
  margin-top: 98px;
}
.b-image-block__title h1 {
  padding-bottom: 0;
  line-height: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-image-block__title h1 {
    line-height: 70px;
  }
}
@media print, screen and (min-width: 40em) {
  .b-image-block__title {
    margin-top: 108px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-image-block__title {
    margin-top: 87px;
  }
}
@media screen and (min-width: 75em) {
  .b-image-block__title {
    margin-top: 87px;
  }
}
@media screen and (min-width: 100em) {
  .b-image-block__title {
    margin-top: 180px;
  }
}
.b-image-block__bread-crumbs {
  margin-top: 115px;
}
@media print, screen and (min-width: 40em) {
  .b-image-block__bread-crumbs {
    margin-top: 164px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-image-block__bread-crumbs {
    margin-top: 175px;
  }
}
@media screen and (min-width: 75em) {
  .b-image-block__bread-crumbs {
    margin-top: 190px;
  }
}
@media screen and (min-width: 100em) {
  .b-image-block__bread-crumbs {
    margin-top: 191px;
  }
}
.b-image-block__description {
  max-width: 615px;
  margin-top: 16px;
}
.b-image-block__description.c-lead {
  font-weight: 400;
}
@media print, screen and (min-width: 40em) {
  .b-image-block__description {
    margin-top: 32px;
  }
}
.b-image-block__button {
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap;
}
.b-image-block__button a {
  margin-top: 13px;
}
@media print, screen and (min-width: 40em) {
  .b-image-block__button {
    margin-top: 48px;
  }
}
.b-image-block__link a {
  display: inline-block;
  margin-top: 32px;
  color: #fff;
  line-height: 150%;
  transition: border-bottom 0.4s;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
.b-image-block__link a:hover {
  transition: border-bottom 0.4s;
  border-bottom: 1px solid transparent;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-information-about__container {
  padding: 0 20px;
  background-color: #f6f8fb;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 40em) {
  .b-information-about__container {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-information-about__container {
    margin-top: 24px;
    padding: 0 112px;
  }
}
.b-information-about__container.no-margin {
  margin-top: 0;
}
.b-information-about__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.b-information-about__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.9;
  color: #4d4d55;
  max-width: 100%;
}
@media print, screen and (min-width: 62.5em) {
  .b-information-about__desc {
    max-width: 66%;
  }
}
.b-information-about .b-link_button {
  margin-top: 10px;
}
.b-information-about__item {
  padding: 32px 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.b-information-about__item img {
  margin-right: 48px;
}
@media print, screen and (min-width: 40em) {
  .b-information-about__item {
    padding: 40px 0;
  }
  .b-information-about__item:last-child, .b-information-about__item:nth-last-child(2) {
    border: none;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-information-about__item {
    flex-direction: row;
  }
}
.b-information-about__title {
  margin-top: 32px;
}
@media print, screen and (min-width: 40em) {
  .b-information-about__title {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-information-about__title {
    margin-top: 0;
  }
}
.b-information-about__title .big_h3 {
  margin-bottom: 0;
}
.b-information-about .big_h2 {
  font-size: 18px;
  line-height: 100%;
}
@media print, screen and (min-width: 40em) {
  .b-information-about .big_h2 {
    font-size: 22px;
    line-height: 100%;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-information-about .big_h2 {
    font-size: 38px;
    line-height: 100%;
  }
}
.b-information-about__description {
  margin-top: 8px;
}
.b-information-about h3 {
  padding: 0;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-key-feature__container {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .b-key-feature__container {
    margin-top: 15px;
    margin-bottom: -60px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-key-feature__container {
    margin-top: 24px;
  }
}
.b-key-feature__container::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  background-color: #fff;
  width: 100%;
  z-index: 12;
}
.b-key-feature__container.not-margin {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .b-key-feature__container.not-margin {
    margin-bottom: 0;
  }
}
.b-key-feature__container.three .b-key-feature__item {
  border-bottom: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.b-key-feature__container.three .b-key-feature__item:last-child, .b-key-feature__container.three .b-key-feature__item:nth-last-child(2) {
  border-bottom: none;
}
@media print, screen and (min-width: 40em) {
  .b-key-feature__container.three .b-key-feature__item {
    width: 47.2%;
    padding: 40px 0;
  }
  .b-key-feature__container.three .b-key-feature__item:last-child, .b-key-feature__container.three .b-key-feature__item:nth-last-child(2) {
    border: none;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-key-feature__container.three .b-key-feature__item {
    width: 33.3%;
    flex-direction: row;
  }
}
.b-key-feature__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.9;
  color: #4d4d55;
  max-width: 100%;
}
@media print, screen and (min-width: 62.5em) {
  .b-key-feature__desc {
    max-width: 66%;
  }
}
.b-key-feature__item {
  padding: 32px 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.b-key-feature__item img {
  margin-right: 48px;
}
.b-key-feature__item:last-child, .b-key-feature__item:nth-last-child(2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 40em) {
  .b-key-feature__item {
    width: 47.2%;
    padding: 40px 0;
  }
  .b-key-feature__item:last-child, .b-key-feature__item:nth-last-child(2) {
    border: none;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-key-feature__item {
    width: 47.5%;
    flex-direction: row;
  }
}
.b-key-feature__title {
  margin-top: 32px;
}
@media print, screen and (min-width: 40em) {
  .b-key-feature__title {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-key-feature__title {
    margin-top: 0;
  }
}
.b-key-feature__description {
  margin-top: 16px;
}
.b-key-feature__description.nomargin {
  margin-top: 0;
}
.b-key-feature__description.icons {
  display: flex;
  align-items: flex-start;
}
.b-key-feature__description.icons div {
  padding-top: 8px;
}
.b-key-feature__description.icons::before {
  flex: 0 0 auto;
  content: "";
  margin-right: 20px;
  background-image: url("/images/new.k2.img/checkpic.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}
.b-key-feature h3 {
  padding: 0;
}
.b-key-feature ul li {
  position: relative;
  margin-left: 14px;
}
@media print, screen and (min-width: 40em) {
  .b-key-feature ul li {
    margin-left: 0;
  }
}
.b-key-feature ul li::marker {
  font-size: 0;
}
.b-key-feature ul li::after {
  top: 11;
  left: -14px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #08b7f4;
  position: absolute;
}
@media print, screen and (min-width: 40em) {
  .b-key-feature ul li::after {
    left: -17px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-main-baners {
  position: relative;
}
.b-main-baners .swiper-wrapper {
  height: 460px;
}
@media print, screen and (min-width: 40em) {
  .b-main-baners .swiper-wrapper {
    height: 400px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main-baners .swiper-wrapper {
    height: 680px;
  }
}
@media screen and (min-width: 100em) {
  .b-main-baners .swiper-wrapper {
    height: 820px;
  }
}
.b-main-baners .swiper-pagination-bullets {
  position: absolute;
  width: 100%;
  left: 10px;
  bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-main-baners .swiper-pagination-bullets {
    width: auto;
    left: 10px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main-baners .swiper-pagination-bullets {
    bottom: 80px;
  }
}
.b-main-baners .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  background-color: white;
  opacity: 0.4;
  margin: 0 24px 0 0;
  width: 10px;
  height: 10px;
}
.b-main-baners .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  background-image: url("/images/new.k2.img/Group 3986.png");
  width: 30px;
  height: 30px;
  display: none;
  margin-right: 5px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: -10px;
  left: -10px;
  z-index: -10;
}
.b-main-baners .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
.b-main-baners .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  display: block;
}
.b-main-baners__paginat {
  position: relative;
}
.b-main-baners__content-wrapper {
  position: absolute;
  top: 0;
  left: 20px;
}
@media screen and (min-width: 46.875em) {
  .b-main-baners__content-wrapper {
    top: 35%;
    left: 50%;
  }
}
.b-main-baners .simpleParallax {
  height: 100%;
}
.b-main-baners .simpleParallax img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-main-baners__item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.b-main-baners__item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-main-baners__desc {
  color: white;
  margin-top: 16px;
  max-width: 390px;
  font-size: 14px;
}
@media print, screen and (min-width: 40em) {
  .b-main-baners__desc {
    margin-top: 32px;
    font-size: 16px;
  }
}
.b-main-baners h2 {
  color: white;
  padding-bottom: 0;
  margin: 154px 0 0;
  max-width: 610px;
  font-size: 24px;
  line-height: 33.6px;
}
@media screen and (min-width: 46.875em) {
  .b-main-baners h2 {
    margin: 104px 0 0;
    font-size: 48px;
    line-height: 62.4px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main-baners h2 {
    margin: 280px 0 0;
  }
}
@media screen and (min-width: 100em) {
  .b-main-baners h2 {
    margin: 375px 0 0;
  }
}
.b-main-baners__button {
  margin-top: 32px;
}
@media print, screen and (min-width: 40em) {
  .b-main-baners__button {
    margin-top: 40px;
  }
}
.b-main-baners__button a {
  font-size: 14px;
}
@media print, screen and (min-width: 40em) {
  .b-main-baners__button a {
    font-size: 16px;
  }
}
.b-main-baners__pagination {
  position: absolute;
}
.b-main-baners .c-botton-transparent-dark {
  padding: 16.5px 57px;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-main-datacenters {
  min-height: 800px;
  height: auto;
  padding-top: 88px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% center;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 40em) {
  .b-main-datacenters {
    padding-bottom: 100px;
    padding-top: 125px;
    background-position: center;
  }
}
.b-main-datacenters__title {
  font-size: 34px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 60px;
  padding-right: 35px;
  display: inline-block;
  text-decoration: none;
}
.b-main-datacenters__title img {
  margin-left: 15px;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .b-main-datacenters__title img {
    display: inline-block;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main-datacenters__title {
    margin-bottom: 250px;
    font-size: 48px;
    line-height: 62px;
  }
}
.b-main-datacenters__items {
  display: flex;
  margin-bottom: 80px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.b-main-datacenters__item {
  margin-right: auto;
  color: #fff;
  margin-top: 40px;
  width: 100%;
  padding-right: 0;
}
@media print, screen and (min-width: 40em) {
  .b-main-datacenters__item {
    width: calc(100% / 2);
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main-datacenters__item {
    width: calc(100% / 3);
  }
}
.b-main-datacenters__item-inner {
  max-width: 300px;
}
.b-main-datacenters__item-icon {
  margin-bottom: 40px;
}
.b-main-datacenters__item-title {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 15px;
}
.b-main-datacenters__item-description {
  font-size: 16px;
  line-height: 20px;
  opacity: 0.6;
}
.b-main-datacenters__link {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #08b7f4;
}
.b-main-datacenters__link:hover {
  border-bottom: none;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-main-news {
  background-color: #f6f8fb;
}
.b-main-news.background {
  background-color: white;
}
.b-main-news .swiper {
  display: flex;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.b-main-news .big_h2 a {
  color: #4d4d55;
  text-decoration: none;
}
.b-main-news__item {
  height: auto;
}
.b-main-news__swiper-wrapper {
  height: auto;
}
.b-main-news__container {
  margin-top: 40px;
  margin-left: 0;
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .b-main-news__container {
    margin-top: 48px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main-news__container {
    margin-top: 64px;
  }
}
.b-main-news__container-navigation {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
}
.b-main-news__swiper-btn {
  display: flex;
}
.b-main-news__swiper-next {
  display: none;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .b-main-news__swiper-next {
    display: block;
  }
}
.b-main-news__swiper-prev {
  cursor: pointer;
  display: none;
  margin-right: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-main-news__swiper-prev {
    display: block;
  }
}
.b-main-news__pagination {
  margin-top: 40px;
  position: relative;
}
@media print, screen and (min-width: 62.5em) {
  .b-main-news__pagination {
    margin-top: 44px;
  }
}
.b-main-news__pagination .swiper-pagination-bullet-active {
  transition: width 0.6s;
  width: 48px;
  border-radius: 4px;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-main-service__item {
  position: relative;
  background-color: #f6f8fb;
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
  height: 1;
  min-height: 360px;
}
@media print, screen and (min-width: 40em) {
  .b-main-service__item {
    min-height: 406px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main-service__item {
    min-height: 360px;
  }
}
@media screen and (min-width: 100em) {
  .b-main-service__item {
    min-height: 470px;
  }
}
@media screen and (min-width: 90em) {
  .b-main-service__item:hover {
    background-color: #08b7f4 !important;
    transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .b-main-service__item:hover .b-main-service__icons-img {
    display: none;
  }
  .b-main-service__item:hover .b-main-service__text-prev {
    display: none;
  }
  .b-main-service__item:hover .b-main-service__content-top {
    display: flex;
  }
  .b-main-service__item:hover .b-main-service__content-bottom {
    display: block;
  }
  .b-main-service__item:hover .b-main-service__content {
    visibility: visible;
    display: flex;
  }
}
.b-main-service__item.padding .b-main-service__description-prev.c-body-text {
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 62.5em) {
  .b-main-service__item.padding .b-main-service__description-prev.c-body-text {
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 56px;
  }
}
.b-main-service__item.padding .b-main-service__title-prev.h3 {
  padding: 0 24px;
  padding-bottom: 0;
}
@media print, screen and (min-width: 62.5em) {
  .b-main-service__item.padding .b-main-service__title-prev.h3 {
    padding: 0 40px;
  }
}
.b-main-service__item.white {
  background-color: #fff;
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.b-main-service__item a {
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.b-main-service__item:last-child {
  margin-right: auto;
}
.b-main-service__element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.b-main-service__icons-img {
  padding-top: 32px;
  padding-left: 24px;
}
.b-main-service__icons-img img {
  width: 48px;
  height: 48px;
}
@media print, screen and (min-width: 40em) {
  .b-main-service__icons-img img {
    width: 88px;
    height: 88px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main-service__icons-img img {
    width: 102px;
    height: 102px;
  }
}
@media print, screen and (min-width: 40em) {
  .b-main-service__icons-img {
    padding-left: 32px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 90em) {
  .b-main-service__icons-img {
    padding-left: 40px;
  }
}
.b-main-service__images {
  padding-top: 40px;
  padding-left: 40px;
}
.b-main-service__link {
  padding-top: 40px;
  padding-right: 40px;
}
.b-main-service__content-top {
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: flex-start;
}
.b-main-service__content-bottom {
  display: block;
}
@media screen and (min-width: 90em) {
  .b-main-service__content-bottom {
    display: none;
  }
}
.b-main-service__title.h3 {
  line-height: 36px;
  padding: 0 24px;
  font-size: 24px;
}
.b-main-service__title.h3 a {
  color: #4d4d55;
  text-decoration: none;
}
@media screen and (min-width: 90em) {
  .b-main-service__title.h3 a {
    color: #fff;
  }
}
@media print, screen and (min-width: 40em) {
  .b-main-service__title.h3 {
    padding: 0 32px;
  }
}
@media screen and (min-width: 90em) {
  .b-main-service__title.h3 {
    color: white;
    padding: 0 40px;
  }
}
.b-main-service__description {
  margin-top: 16px;
}
.b-main-service__description.c-body-text {
  margin-top: 8px;
  color: #fff;
  opacity: 0.9;
  font-size: 14px;
  line-height: 20px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 40em) {
  .b-main-service__description.c-body-text {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 58px;
    font-size: 16px;
  }
}
@media screen and (min-width: 90em) {
  .b-main-service__description.c-body-text {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 36px;
  }
}
.b-main-service__description a {
  color: #828288;
  height: auto;
  margin-top: 11px;
  display: inline-block;
}
@media screen and (min-width: 90em) {
  .b-main-service__description a {
    color: white;
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 40em) {
  .b-main-service__description {
    margin-top: 8px;
  }
}
.b-main-service__content-prev {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media print, screen and (min-width: 62.5em) {
  .b-main-service__content-prev {
    justify-content: space-between;
  }
}
.b-main-service__title-prev {
  display: none;
}
.b-main-service__title-prev.h3 {
  line-height: 36px !important;
  margin-top: auto;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 0;
  font-size: 24px;
}
@media screen and (min-width: 90em) {
  .b-main-service__title-prev {
    display: block;
  }
}
.b-main-service__description-prev {
  display: none;
  margin-top: 8px;
}
@media screen and (min-width: 90em) {
  .b-main-service__description-prev {
    display: block;
  }
}
.b-main-service__description-prev.c-body-text {
  color: #4d4d55;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 56px;
  opacity: 0.9;
  font-size: 14px;
  line-height: 21px;
}
@media print, screen and (min-width: 40em) {
  .b-main-service__description-prev.c-body-text {
    font-size: 16px;
  }
}
.b-main-service__all {
  display: inline-block;
}
.b-main-service__all a {
  padding-bottom: 2px;
  border-bottom: 2px solid #08b3f0;
}
.b-main-service__all a:hover {
  border-bottom: 2px solid transparent;
}
@media screen and (min-width: 90em) {
  .b-main-service__all a {
    border-bottom: 2px solid #fff;
  }
}
.b-main-service__arrow-link::after {
  content: "";
  width: 11px;
  margin-left: 10px;
  height: 11px;
  margin-top: 2px;
  display: inline-block;
  -webkit-mask-image: url("/images/new.k2.img/Vector936.svg");
  mask-image: url("/images/new.k2.img/Vector936.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #828288;
  flex: 0 0 auto;
}
@media screen and (min-width: 90em) {
  .b-main-service__arrow-link::after {
    background-color: #fff;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-main-services {
  background-color: #f6f8fb;
}
.b-main-services__container {
  margin-top: 56px;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
}
@media print, screen and (min-width: 40em) {
  .b-main-services__container {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 32px;
  }
}
@media screen and (min-width: 90em) {
  .b-main-services__container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-main-slider {
  position: relative;
  margin-top: -139px;
}
.b-main-slider .swiper-wrapper {
  height: 640px;
}
@media print, screen and (min-width: 40em) {
  .b-main-slider .swiper-wrapper {
    height: 800px;
  }
}
.b-main-slider .swiper-pagination-bullets {
  position: absolute;
  width: 100%;
  left: 10px;
  bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-main-slider .swiper-pagination-bullets {
    width: auto;
    left: 10px;
    bottom: 80px;
  }
}
.b-main-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  background-color: white;
  opacity: 0.4;
  margin: 0 24px 0 0;
  width: 10px;
  height: 10px;
}
.b-main-slider .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  background-image: url("/images/new.k2.img/Group 3986.png");
  width: 30px;
  height: 30px;
  display: none;
  margin-right: 5px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: -10px;
  left: -10px;
  z-index: -10;
}
.b-main-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
.b-main-slider .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  display: block;
}
.b-main-slider__circles-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
@media print, screen and (min-width: 62.5em) {
  .b-main-slider__circles-bg {
    display: block;
  }
}
.b-main-slider__paginat {
  position: relative;
}
.b-main-slider__item {
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 640px;
}
@media print, screen and (min-width: 40em) {
  .b-main-slider__item {
    height: 850px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main-slider__item {
    background-position-x: 70%;
  }
}
.b-main-slider__item.swiper-slide-duplicate .b-main-slider__desc {
  opacity: 1 !important;
}
.b-main-slider__item.swiper-slide-duplicate h1,
.b-main-slider__item.swiper-slide-duplicate .big_h1 {
  opacity: 1 !important;
}
.b-main-slider__item.swiper-slide-duplicate .b-main-slider__button {
  opacity: 1 !important;
}
.b-main-slider__item.width .big_h1 {
  max-width: 800px;
  font-size: 24px !important;
  line-height: 28px !important;
}
@media screen and (min-width: 46.875em) {
  .b-main-slider__item.width .big_h1 {
    font-size: 50px !important;
    line-height: 56px !important;
  }
}
.b-main-slider__item.width .b-main-slider__desc {
  max-width: 600px;
}
.b-main-slider__bg-black {
  position: absolute;
  background: black;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: none;
}
.b-main-slider__desc {
  color: white;
  margin-top: 16px;
  max-width: 390px;
  font-size: 14px;
}
.b-main-slider__desc.first {
  opacity: 1;
}
@media screen and (min-width: 46.875em) {
  .b-main-slider__desc.first {
    opacity: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .b-main-slider__desc {
    margin-top: 32px;
    font-size: 16px;
  }
}
.b-main-slider h1,
.b-main-slider .big_h1 {
  color: white;
  padding-bottom: 0;
  margin: 250px 0 0;
  max-width: 510px;
}
.b-main-slider h1.first,
.b-main-slider .big_h1.first {
  opacity: 1;
}
@media screen and (min-width: 46.875em) {
  .b-main-slider h1.first,
.b-main-slider .big_h1.first {
    opacity: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .b-main-slider h1,
.b-main-slider .big_h1 {
    margin: 290px 0 0;
  }
}
.b-main-slider__button {
  margin-top: 24px;
}
.b-main-slider__button.first {
  opacity: 1;
}
@media screen and (min-width: 46.875em) {
  .b-main-slider__button.first {
    opacity: 0;
  }
}
.b-main-slider__button a {
  font-size: 14px;
}
@media print, screen and (min-width: 40em) {
  .b-main-slider__button a {
    font-size: 16px;
  }
}
.b-main-slider__pagination {
  position: absolute;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-main-text__container {
  display: flex;
  flex-direction: column;
  margin-top: -32px;
}
@media print, screen and (min-width: 40em) {
  .b-main-text__container {
    margin-top: -48px;
  }
}
.b-main-text__item {
  min-height: 100%;
  margin-top: 32px;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .b-main-text__item {
    min-height: 384px;
    margin-top: 48px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main-text__item {
    flex-direction: row;
  }
}
.b-main-text__item .b-main-text__image {
  width: 100%;
}
@media print, screen and (min-width: 62.5em) {
  .b-main-text__item .b-main-text__image {
    width: 64%;
  }
}
.b-main-text__item .b-main-text__content {
  width: 100%;
}
@media print, screen and (min-width: 62.5em) {
  .b-main-text__item .b-main-text__content {
    width: 36%;
  }
}
.b-main-text__item--two {
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 62.5em) {
  .b-main-text__item--two {
    flex-direction: row-reverse;
  }
}
.b-main-text__item--two .b-main-text__image {
  width: 100%;
}
@media print, screen and (min-width: 62.5em) {
  .b-main-text__item--two .b-main-text__image {
    width: 36%;
  }
}
.b-main-text__item--two .b-main-text__content {
  width: 100%;
}
@media print, screen and (min-width: 62.5em) {
  .b-main-text__item--two .b-main-text__content {
    width: 64%;
  }
}
.b-main-text__image {
  height: 344px;
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 40em) {
  .b-main-text__image {
    display: block;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main-text__image {
    height: auto;
  }
}
.b-main-text__desc {
  margin-top: 24px;
  max-width: 460px;
  font-size: 16px;
}
@media print, screen and (min-width: 40em) {
  .b-main-text__desc {
    font-size: 16px;
  }
}
.b-main-text__desc ul {
  margin-top: 0;
  margin-left: 20px;
}
@media print, screen and (min-width: 40em) {
  .b-main-text__desc ul {
    margin-left: 0;
  }
}
.b-main-text__desc li {
  margin-top: 0;
  margin-bottom: 16px;
}
.b-main-text__desc li:last-child {
  margin-bottom: 0;
}
.b-main-text__title {
  font-size: 24px;
  max-width: 500px;
}
.b-main-text__content {
  min-height: 100%;
  padding: 48px 20px;
  background-color: #f6f8fb;
}
@media print, screen and (min-width: 40em) {
  .b-main-text__content {
    min-height: 384px;
    padding: 64px 20px 40px 56px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-main-why.grey {
  background-color: #f6f8fb;
}
.b-main-why.arrow .b-main-why__items {
  margin-top: -70px;
}
@media print, screen and (min-width: 40em) {
  .b-main-why.arrow .b-main-why__items {
    margin-top: -56px;
  }
}
.b-main-why.arrow .b-main-why__item {
  border-bottom: none;
  position: relative;
  height: auto;
  min-height: auto;
  margin-top: 70px;
}
@media print, screen and (min-width: 40em) {
  .b-main-why.arrow .b-main-why__item {
    margin-top: 56px;
    min-height: 180px;
  }
}
.b-main-why.arrow .b-main-why__title {
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .b-main-why.arrow .b-main-why__title {
    margin-top: 16px;
  }
}
.b-main-why.arrow .b-main-why__line {
  position: absolute;
  width: 1px;
  height: 30px;
  background: #cfcaca;
  top: calc(102% + 15px);
  left: 33px;
}
@media print, screen and (min-width: 40em) {
  .b-main-why.arrow .b-main-why__line {
    width: 60px;
    height: 1px;
    top: calc(50% - 1px);
    left: calc(100% + 20px);
  }
}
@media screen and (min-width: 90em) {
  .b-main-why.arrow .b-main-why__line {
    width: 100px;
    left: calc(100% + 50px);
  }
}
.b-main-why.arrow .b-main-why__line::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #cfcaca;
  position: absolute;
  bottom: 6px;
  right: -1px;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 40em) {
  .b-main-why.arrow .b-main-why__line::before {
    transform: rotate(25deg);
    bottom: 3px;
    right: 0;
  }
}
.b-main-why.arrow .b-main-why__line::after {
  content: "";
  width: 15px;
  height: 1px;
  background: #cfcaca;
  position: absolute;
  bottom: 6px;
  right: -13px;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 40em) {
  .b-main-why.arrow .b-main-why__line::after {
    transform: rotate(-25deg);
    bottom: -3px;
    right: 0;
  }
}
.b-main-why h2 {
  margin-bottom: 40px;
  line-height: 35px;
}
@media print, screen and (min-width: 40em) {
  .b-main-why h2 {
    line-height: 62.4px;
    margin-bottom: 56px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main-why h2 {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 100em) {
  .b-main-why h2 {
    margin-bottom: 80px;
  }
}
.b-main-why__items {
  display: flex;
  flex-wrap: nowrap;
  height: auto;
  width: auto;
  margin-top: -56px;
  margin-left: 0;
}
.b-main-why__items.items {
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .b-main-why__items {
    margin-left: -120px;
    justify-content: flex-start;
    margin-top: -56px;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main-why__items {
    margin-left: -100px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 90em) {
  .b-main-why__items {
    margin-left: -240px;
  }
}
@media screen and (min-width: 100em) {
  .b-main-why__items {
    margin-left: -240px;
  }
}
.b-main-why__items.size .b-main-why__title a {
  font-size: 16px;
}
.b-main-why__items.size .b-main-why__item {
  border-bottom: none;
  height: auto;
}
.b-main-why__items.size img {
  width: auto;
  height: 60px;
}
@media print, screen and (min-width: 40em) {
  .b-main-why__items.size .b-main-why__item {
    height: 180px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main-why__items.size .b-main-why__title a {
    font-size: 20px;
  }
  .b-main-why__items.size img {
    width: auto;
    height: 80px;
  }
}
.b-main-why__item {
  margin-top: 56px;
  width: 100%;
  height: 180px;
  margin-left: 0;
  border-bottom: 1px solid #efefef;
}
@media print, screen and (min-width: 40em) {
  .b-main-why__item {
    width: calc(100% / 2 - 120px);
    margin-left: 120px;
    max-width: 260px;
    margin-top: 56px;
  }
  .b-main-why__item:nth-last-of-type(-n+2) {
    border-bottom: 1px solid transparent;
  }
  .b-main-why__item:nth-child(2n+2) .b-main-why__line {
    display: none;
  }
  .b-main-why__item:nth-child(2n+2) .b-main-why__line::after, .b-main-why__item:nth-child(2n+2) .b-main-why__line::before {
    display: none;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main-why__item {
    width: calc(100% / 3 - 100px);
    margin-left: 100px;
    max-width: 100%;
  }
  .b-main-why__item:nth-last-of-type(-n+3) {
    border-bottom: 1px solid transparent;
  }
  .b-main-why__item:nth-child(2n+2) .b-main-why__line {
    display: block;
  }
  .b-main-why__item:nth-child(2n+2) .b-main-why__line::after, .b-main-why__item:nth-child(2n+2) .b-main-why__line::before {
    display: block;
  }
  .b-main-why__item:nth-child(3n+3) .b-main-why__line {
    display: none;
  }
  .b-main-why__item:nth-child(3n+3) .b-main-why__line::after, .b-main-why__item:nth-child(3n+3) .b-main-why__line::before {
    display: none;
  }
}
@media screen and (min-width: 90em) {
  .b-main-why__item {
    width: calc(100% / 3 - 240px);
    margin-left: 240px;
  }
}
@media screen and (min-width: 100em) {
  .b-main-why__item {
    width: calc(100% / 3 - 240px);
    margin-left: 240px;
  }
}
.b-main-why__item:last-child {
  margin-right: auto;
}
.b-main-why__item:last-child .b-main-why__line {
  display: none;
}
.b-main-why__item:last-child .b-main-why__line::after, .b-main-why__item:last-child .b-main-why__line::before {
  display: none;
}
.b-main-why__title {
  margin-top: 16px;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
}
.b-main-why__title.active {
  cursor: pointer;
}
.b-main-why__title.active::after {
  content: "";
  flex: 1 1 auto;
  width: 15.5px;
  padding-left: 5px;
  height: 16.5px;
  margin-top: 2px;
  display: block;
  -webkit-mask-image: url("/images/new.k2.img/Vector936.svg");
  mask-image: url("/images/new.k2.img/Vector936.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #838383;
}
.b-main-why__title.active:hover a {
  color: #08b3f0;
}
.b-main-why__title.active:hover.active::after {
  background-color: #08b3f0;
}
.b-main-why__title a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #4d4d55;
  font-size: 16px;
  opacity: 0.9;
  padding-right: 10px;
}
.b-main-why__pagination {
  margin-top: 40px;
  position: relative;
  display: block;
}
@media print, screen and (min-width: 40em) {
  .b-main-why__pagination {
    display: none;
  }
}
.b-main-why__pagination .swiper-pagination-bullet-active {
  transition: width 0.6s;
  width: 48px;
  border-radius: 4px;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-main_digits__container {
  overflow: hidden;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
@media print, screen and (min-width: 40em) {
  .b-main_digits__container {
    margin-left: -32px;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main_digits__container {
    margin-top: 64px;
  }
}
.b-main_digits h2 {
  display: inline-block;
}
.b-main_digits h2 a {
  text-decoration: none;
  color: #4d4d55;
}
.b-main_digits__wrapper {
  width: 100%;
  display: block;
  align-items: flex-start;
}
.b-main_digits__wrapper:last-child .b-main_digits__item {
  border-bottom: none;
}
@media print, screen and (min-width: 40em) {
  .b-main_digits__wrapper {
    display: flex;
    width: calc(100% / 2 - 32px);
    margin-left: 32px;
  }
  .b-main_digits__wrapper:nth-child(-n+2) {
    border-bottom: 1px solid #dbdbdd;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main_digits__wrapper {
    width: calc(100% / 4 - 32px);
    border-right: 1px solid #dbdbdd;
  }
  .b-main_digits__wrapper:last-child {
    border-right: none;
  }
  .b-main_digits__wrapper:nth-child(-n+2) {
    border-bottom: none;
  }
  .b-main_digits__wrapper:last-child .b-main_digits__item {
    border-right: none;
  }
}
.b-main_digits__wrapper--three {
  border-right: none;
  width: calc(100% / 2 - 24px);
  border-bottom: 1px solid #dbdbdd;
}
.b-main_digits__wrapper--three:nth-child(2) {
  justify-content: flex-start;
  border-left: none;
  border-right: none;
  margin-left: 24px;
}
.b-main_digits__wrapper--three .b-main_digits__item {
  border-bottom: none;
  padding: 40px 0 24px;
}
.b-main_digits__wrapper--three .b-main_digits__item .b-main_digits__description {
  margin-top: 8px;
}
.b-main_digits__wrapper--three:last-child {
  justify-content: flex-start;
  border-bottom: 1px solid #dbdbdd;
}
@media print, screen and (min-width: 40em) {
  .b-main_digits__wrapper--three {
    width: calc(100% / 3 - 32px);
    border-bottom: none !important;
  }
  .b-main_digits__wrapper--three:nth-child(2) {
    justify-content: center;
    border-left: 1px solid #dbdbdd;
    border-right: 1px solid #dbdbdd;
  }
  .b-main_digits__wrapper--three:last-child {
    border-bottom: none;
  }
  .b-main_digits__wrapper--three .b-main_digits__item {
    padding: 40px 0;
  }
  .b-main_digits__wrapper--three .b-main_digits__item .b-main_digits__description {
    margin-top: 13px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main_digits__wrapper--three {
    width: calc(100% / 3 - 32px);
  }
  .b-main_digits__wrapper--three:nth-child(2) {
    justify-content: center;
    border-left: 1px solid #dbdbdd;
    border-right: 1px solid #dbdbdd;
  }
  .b-main_digits__wrapper--three:last-child {
    justify-content: flex-end;
  }
}
.b-main_digits__item {
  padding: 40px 0;
  max-width: 100%;
  border-bottom: 1px solid #dbdbdd;
}
@media print, screen and (min-width: 40em) {
  .b-main_digits__item {
    max-width: 260px;
    border: none;
    padding: 56px 0;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main_digits__item {
    max-width: 100%;
    border-bottom: none;
    padding: 66px 0;
  }
}
.b-main_digits__title.h2 {
  color: #08b7f4;
  font-size: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-main_digits__title.h2 {
    font-size: 48px;
  }
}
.b-main_digits__desc {
  padding-top: 32px;
  max-width: 460px;
}
@media print, screen and (min-width: 40em) {
  .b-main_digits__desc {
    padding-top: 48px;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main_digits__desc {
    padding-top: 64px;
    padding-bottom: 70px;
  }
}
.b-main_digits__description.c-body-text {
  margin-top: 13px;
  font-size: 14px;
}
@media print, screen and (min-width: 40em) {
  .b-main_digits__description.c-body-text {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main_digits__description.c-body-text {
    margin-top: 16px;
  }
}
.b-main_digits__content {
  max-width: 260px;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-page-404 {
  overflow: hidden;
  position: relative;
  height: 850px;
  margin-top: -171px;
  background-color: #08b7f4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 48em) {
  .b-page-404 {
    display: flex;
    justify-content: flex-start;
    height: 700px;
  }
}
@media screen and (min-width: 90em) {
  .b-page-404 {
    height: 800px;
  }
}
@media screen and (min-width: 100em) {
  .b-page-404 {
    height: 900px;
  }
}
.b-page-404__img-bottom {
  max-width: 357px;
  width: 100%;
  height: 296px;
  background-image: url("/images/404/image.png");
  background-size: contain;
  position: absolute;
  bottom: 50px;
  right: 50%;
  transform: translate(50%, 0);
  background-repeat: no-repeat;
}
@media screen and (min-width: 48em) {
  .b-page-404__img-bottom {
    max-width: 717px;
    width: 100%;
    height: 446px;
    background-image: url("/images/404/image.png");
    bottom: 0;
    right: 20%;
    transform: translate(50%, 0);
  }
}
@media screen and (min-width: 90em) {
  .b-page-404__img-bottom {
    max-width: 650px;
    width: 100%;
    height: 680px;
    bottom: 0;
    background-image: url("/images/404/image.png");
    right: 10%;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 100em) {
  .b-page-404__img-bottom {
    max-width: 750px;
    width: 100%;
    height: 680px;
    bottom: 0;
    background-image: url("/images/404/image.png");
    right: 10%;
    transform: translate(0, 0);
  }
}
.b-page-404__wrapper {
  padding-top: 250px;
}
.b-page-404__wrapper p {
  padding-bottom: 0;
}
@media screen and (min-width: 48em) {
  .b-page-404__wrapper {
    padding-top: 248px;
  }
}
@media screen and (min-width: 90em) {
  .b-page-404__wrapper {
    padding-top: 270px;
  }
}
.b-page-404__title {
  margin-top: 0;
  color: #fff;
}
.b-page-404__title--large {
  color: #fff;
  margin: 0;
  padding-bottom: 0;
}
.b-page-404__title--small {
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
  max-width: 100%;
}
@media screen and (min-width: 48em) {
  .b-page-404__title--small {
    font-size: 16px;
    margin-top: 16px;
    max-width: 320px;
  }
}
.b-page-404__search-container {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.b-page-404__search {
  max-width: 348px;
  margin-top: 32px;
}
@media screen and (min-width: 48em) {
  .b-page-404__search {
    margin-top: 48px;
  }
}
.b-page-404__search-form {
  width: 100%;
}
.b-page-404__search-input {
  font-size: 12px;
  padding: 13.5px 55px 13.5px 16px;
  background: #08b7f4;
  border: #fff 1px solid;
  border-radius: 3px;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .b-page-404__search-input {
    font-size: 14px;
  }
}
.b-page-404__search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.b-page-404__search-input::placeholder {
  color: #fff;
  opacity: 1;
}
.b-page-404__search-icon {
  width: 16px;
  height: 16px;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAA8FBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////l1cLhAAAAUHRSTlMACW3D9P/ts1UBOeHGHPbjaiQQLX3w3hXgvA4f1rJsIvfCcZeQ8ylRwRM/0O4xXLSDrFfxIUD+AsnaJz3rIOT6mlRbq9wbupyUxdLAh9fY1Y3LRhoAAACuSURBVBgZBcGHIkIBAAXQE64RT8reI7LJKCPbs9f//41zoNLXP5DBoeERANXRJEkyVgCq46lN1BuTU9OZmQWVucwvgMWlLIOV1BqA1bVUYT0bAJrZhK20AGxnB5JdAHvZh4McAjjKPBynDeAkbTjN2Tmgk24dLi5zdQ16N2kCt3e5f3jsPD13k7IAXl6TJMnbXcoC0Hv/+Pz6bqmPpiwAAEWZsgAAFGV+AACK379/CkYQs1It6goAAAAASUVORK5CYII=) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.b-page-404__additional-text, .b-page-404__additional-text a {
  font-size: 10px;
  max-width: 364px;
  margin-top: 8px;
  color: #cef0fc;
  letter-spacing: 0.12px;
}
@media screen and (min-width: 48em) {
  .b-page-404__additional-text, .b-page-404__additional-text a {
    font-weight: 300;
    font-size: 12px;
    margin-top: 16px;
  }
}
.b-page-404__additional-text a {
  text-decoration: none;
}

.chrome-stub {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-pagination {
  margin: 0 0 0;
  color: #4d4d55;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-pagination__items {
  list-style: none;
  justify-content: start;
  display: flex;
  align-items: center;
}
.b-pagination__button {
  margin: 0 auto;
  display: flex;
}
.b-pagination__button.hidden {
  display: none;
}
.b-pagination__button .c-button-blue-light {
  cursor: pointer;
}
.b-pagination ul,
.b-pagination li {
  margin-top: 0;
  margin-bottom: 0;
}
.b-pagination__ellipsis {
  margin-right: 5px;
}
.b-pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: 16px;
  color: #4d4d55;
  width: 55px;
  text-decoration: none;
  height: 55px;
  border-radius: 50%;
}
.b-pagination .b-pagination__item.active {
  color: #fff;
  background: #08b7f4;
}
.b-pagination .b-customers__button .hidden {
  display: none;
}
.b-pagination .pagination {
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
}
.b-pagination .pagination li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: 16px;
  width: 55px;
  text-decoration: none;
  height: 55px;
  border-radius: 50%;
}
.b-pagination .pagination li.active {
  background: #08b7f4;
}
.b-pagination .pagination li.active a {
  text-decoration: none;
  color: #fff;
}
.b-pagination .pagination li a {
  text-decoration: none;
  color: #4d4d55;
}
.not-selectable {
  -webkit-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-picture-block__desc {
  margin-top: 16px;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .b-picture-block__desc {
    max-width: 66%;
  }
}
.b-picture-block__image {
  margin-top: 40px;
  display: block;
  cursor: pointer;
  pointer-events: visible;
}
@media print, screen and (min-width: 40em) {
  .b-picture-block__image {
    margin-top: 48px;
    pointer-events: none;
    cursor: none;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-picture-block__image {
    margin-top: 88px;
  }
}
.b-picture-block__img {
  width: 100%;
  max-width: 1000px;
}

.fancybox__content {
  width: 100%;
  height: 100%;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-podcast {
  padding: 10px 0 20px;
}
@media print, screen and (min-width: 62.5em) {
  .b-podcast {
    padding: 10px 0 30px;
  }
}
.b-podcast__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-top: -10px;
}
.b-podcast__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #b8b8bb;
  border-radius: 50%;
  margin-left: 25px;
  margin-top: 10px;
  transition: background-color 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media print, screen and (min-width: 62.5em) {
  .b-podcast__item:hover {
    border: 1px solid transparent;
    background-color: #f95208;
  }
  .b-podcast__item:hover::after {
    background-color: #fff;
  }
}
.b-podcast__item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  content: "";
  display: block;
  -webkit-mask-image: var(--icon);
          mask-image: var(--icon);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #08b7f4;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-questions-list__list {
  margin-top: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-questions-list__list {
    margin-top: 48px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-questions-list__list {
    margin-top: 64px;
  }
}
.b-questions-list__item {
  cursor: pointer;
  align-items: center;
  padding: 24px 0;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 40em) {
  .b-questions-list__item {
    padding: 32px 0;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-questions-list__item:hover .b-questions-list__title {
    color: #08b7f4;
  }
}
.b-questions-list__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.b-questions-list__item.active .b-questions-list__description {
  opacity: 1;
  margin-top: 16px;
  max-height: calc(100vh * 100);
  animation: show 0.6s 1;
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.b-questions-list__item.active .b-questions-list__title {
  color: #08b7f4;
}
.b-questions-list__item.active .b-questions-list__title::after {
  transform: rotate(180deg);
}
.b-questions-list__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.b-questions-list__title::after {
  content: "";
  background-image: url("/images/new.k2.img/arrow_down.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-left: 20px;
}
@media print, screen and (min-width: 40em) {
  .b-questions-list__title {
    font-size: 24px;
  }
}
.b-questions-list__title img {
  margin-left: 20px;
}
.b-questions-list__description {
  opacity: 0;
  max-height: 0;
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.b-questions-list__text {
  margin-bottom: 16px;
  width: 100%;
}
@media print, screen and (min-width: 62.5em) {
  .b-questions-list__text {
    width: 80%;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-resource-configurator {
  background-color: #08b3f0;
}
.b-resource-configurator h2 {
  color: white;
}
.b-resource-configurator__desc {
  color: #fff;
  margin-bottom: 30px;
  margin-right: 0;
}
@media print, screen and (min-width: 62.5em) {
  .b-resource-configurator__desc {
    margin-right: calc((100% - 960px) / 2);
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-scrollup {
  position: fixed;
  bottom: 150px;
  right: 28px;
  display: none;
  z-index: 200;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .b-scrollup {
    bottom: 140px;
    right: 8px;
  }
}
.b-scrollup img {
  width: 56px;
  height: 56px;
}
@media print, screen and (min-width: 40em) {
  .b-scrollup img {
    width: 96px;
    height: 96px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-search-main h1 {
  margin: 0;
  padding-bottom: 60px;
}
.b-search-main__item {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  max-width: 1000px;
}
.b-search-main__item p {
  padding-bottom: 15px;
}
.b-search-main__item:hover .b-search-main__link {
  color: #08b7f4;
}
.b-search-main__item:hover .b-search-main__number {
  color: #08b7f4;
}
.b-search-main__input-container {
  position: relative;
  max-width: 825px;
  padding-bottom: 60px;
}
.b-search-main__btn {
  border: none;
  width: 16px;
  height: 16px;
  -webkit-mask-image: "/images/icons/search.svg";
          mask-image: "/images/icons/search.svg";
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("/images/icons/search.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #868696;
  position: absolute;
  top: 16px;
  right: 16px;
}
.b-search-main__number {
  display: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #4d4d55;
  margin-right: 30px;
}
@media screen and (min-width: 62.5em) {
  .b-search-main__number {
    display: block;
  }
}
.b-search-main__route {
  color: #b7b7ba;
  padding-bottom: 30px;
}
.b-search-main__route span {
  padding-right: 10px;
}
.b-search-main__route span::after {
  content: "/";
  padding-left: 10px;
}
.b-search-main__route span:last-child::after {
  content: "";
}
.b-search-main__input {
  max-width: 825px;
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #868696;
  border-radius: 3px;
}
.b-search-main__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #4d4d55;
}
.b-search-main__link {
  color: #4d4d55;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-service_events {
  background-color: #f6f8fb;
}
.b-service_events.white {
  background-color: #fff;
}
.b-service_events__item {
  padding: 40px 0;
  border-bottom: 1px solid #dbdbdd;
  display: flex;
  flex-flow: row wrap;
  display: block;
}
.b-service_events__item:first-child {
  border-top: none;
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .b-service_events__item:first-child {
    margin-top: 48px;
    border-top: 1px solid #dbdbdd;
  }
}
@media screen and (min-width: 75em) {
  .b-service_events__item:first-child {
    margin-top: 64px;
  }
}
@media print, screen and (min-width: 40em) {
  .b-service_events__item {
    display: flex;
  }
  .b-service_events__item:first-child {
    border-top: 1px solid #dbdbdd;
  }
}
@media screen and (min-width: 75em) {
  .b-service_events__item {
    padding: 12px 0;
  }
}
.b-service_events__col1 {
  flex: 0 0 auto;
  width: calc(0% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .b-service_events__col1 {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
  }
}
@media screen and (min-width: 75em) {
  .b-service_events__col1 {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.b-service_events__col1 .b-service_events__date {
  display: none;
}
@media screen and (min-width: 75em) {
  .b-service_events__col1 .b-service_events__date {
    display: block;
  }
}
.b-service_events__col2 {
  position: relative;
  flex: 0 0 auto;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  display: block;
}
@media print, screen and (min-width: 40em) {
  .b-service_events__col2 {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .b-service_events__col2 {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.b-service_events__col2 .b-service_events__date {
  display: block;
}
@media screen and (min-width: 75em) {
  .b-service_events__col2 .b-service_events__date {
    display: none;
  }
}
.b-service_events__col2 .b-service_events__type {
  display: block;
}
@media screen and (min-width: 75em) {
  .b-service_events__col2 .b-service_events__type {
    display: none;
  }
}
.b-service_events__col2 .b-service_events__button {
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .b-service_events__col2 .b-service_events__button {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 75em) {
  .b-service_events__col2 .b-service_events__button {
    display: none;
  }
}
.b-service_events__col3 {
  flex: 0 0 auto;
  width: calc(0% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .b-service_events__col3 {
    flex: 0 0 auto;
    width: calc(0% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .b-service_events__col3 {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.b-service_events__col3 .b-service_events__type {
  display: none;
}
@media screen and (min-width: 75em) {
  .b-service_events__col3 .b-service_events__type {
    display: block;
  }
}
.b-service_events__col3 .b-service_events__button {
  display: none;
}
@media screen and (min-width: 75em) {
  .b-service_events__col3 .b-service_events__button {
    display: block;
  }
}
.b-service_events__image {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .b-service_events__image {
    width: 348px;
    height: 232px;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 75em) {
  .b-service_events__image {
    width: 212px;
    height: 132px;
    background-size: cover;
    background-position: center;
    display: inline-block;
  }
}
.b-service_events__title {
  display: block;
  margin-top: 30px;
  max-width: 100%;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 75em) {
  .b-service_events__title {
    margin-top: 50px;
    max-width: 312px;
  }
}
.b-service_events__type {
  color: #08b7f4;
  margin-top: 0;
}
@media screen and (min-width: 75em) {
  .b-service_events__type {
    margin-top: 50px;
  }
}
.b-service_events__button {
  margin-top: 50px;
  min-width: 208px;
  text-align: center;
}
.b-service_events__data-item {
  display: flex;
  justify-content: space-between;
}
.b-service_events__date {
  color: #08b7f4;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  justify-content: space-between;
  padding-top: 0;
}
@media screen and (min-width: 75em) {
  .b-service_events__date {
    padding-left: 48px;
    padding-top: 50px;
    display: inline-block;
  }
}
.b-service_events__date_day {
  float: left;
  font-weight: bold;
  font-size: 40px;
  line-height: 130%;
}
.b-service_events__date_month {
  display: flex;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 0;
}
.b-service_events .c-active-title a {
  text-decoration: none;
  color: #4d4d55;
}
.b-service_events .c-button-blue-light {
  margin-right: 0;
}
@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-sitemap {
  font-size: 16px;
  margin-bottom: 30px;
}
.b-sitemap li {
  color: #4d4d55;
  list-style-type: none;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 0;
}
.b-sitemap li.level0 {
  font-size: 30px;
  line-height: 38px;
}
.b-sitemap li.level0 > a, .b-sitemap li.level0 > span {
  font-weight: bold;
}
.b-sitemap li.level1 {
  font-size: 16px;
  line-height: 27px;
  list-style-type: disc;
  margin-left: 20px;
  position: relative;
}
.b-sitemap li.level1::marker {
  font-size: 0;
}
.b-sitemap li.level1::before {
  content: "•";
  position: absolute;
  color: #000;
  font-size: 16px;
  left: -15px;
}
.b-sitemap li.level1 li {
  position: relative;
}
.b-sitemap li.level1 li::before {
  content: "•";
  position: absolute;
  color: #000;
  font-size: 16px;
  left: -15px;
}
.b-sitemap ul {
  padding-top: 10px;
  list-style-type: none;
}
.b-sitemap ul.level0 {
  padding-top: 0;
}
.b-sitemap ul.level2 {
  display: flex;
  flex-direction: column;
}
.b-sitemap ul.level2 ul {
  padding-left: 20px;
}
.b-sitemap ul .add_links .level2 > li {
  flex: 0 0 auto;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.b-sitemap a {
  color: #4d4d55;
  text-decoration: none;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-steps {
  background-color: #f6f8fb;
}
.b-steps.white {
  background-color: #fff;
}
.b-steps__container {
  position: relative;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
  .b-steps__container {
    flex-direction: column;
    margin-top: 64px;
  }
}
@media screen and (min-width: 90em) {
  .b-steps__container {
    flex-direction: row;
    overflow: hidden;
  }
}
.b-steps__swiper-item {
  height: auto !important;
}
.b-steps__button-bottom {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  .b-steps__button-bottom {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 90em) {
  .b-steps__button-bottom {
    display: none;
  }
}
.b-steps__botton-top {
  display: none;
  margin-top: 20px;
}
@media screen and (min-width: 90em) {
  .b-steps__botton-top {
    display: block;
  }
}
.b-steps .c-button-blue-light {
  display: none;
  margin-right: 0;
}
@media screen and (min-width: 90em) {
  .b-steps .c-button-blue-light {
    display: inline-block;
  }
}
.b-steps .c-button-blue-light.bottom {
  margin-top: 48px;
  display: inline-block;
}
@media screen and (min-width: 90em) {
  .b-steps .c-button-blue-light.bottom {
    display: none;
  }
}
.b-steps__slider {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 0;
}
@media screen and (min-width: 46.875em) {
  .b-steps__slider {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .b-steps__slider {
    margin-right: 20px;
  }
}
.b-steps__slider a {
  text-decoration: none;
}
.b-steps__subtitle {
  color: #4d4d55;
  margin-top: 8px;
  font-size: 16px;
  max-width: 310px;
  line-height: 24px;
}
@media screen and (min-width: 90em) {
  .b-steps__subtitle {
    font-size: 24px;
  }
}
.b-steps__description {
  margin-top: 6px;
  max-width: 313px;
  font-size: 14px;
}
@media print, screen and (min-width: 40em) {
  .b-steps__description {
    font-size: 16px;
  }
}
@media screen and (min-width: 90em) {
  .b-steps__description {
    margin-top: 16px;
  }
}
.b-steps__item {
  max-width: 180px;
  height: auto;
  padding-left: 0;
  z-index: 20;
  padding-top: 0;
}
.b-steps__item:first-child {
  margin-top: 0;
  padding-top: 0;
}
@media print, screen and (min-width: 62.5em) {
  .b-steps__item {
    padding-left: 45px;
    height: 110px;
    max-width: 370px;
  }
}
.b-steps__item.active {
  padding-top: 0;
}
.b-steps__item.active .b-steps__subtitle {
  font-size: 16px;
}
@media print, screen and (min-width: 62.5em) {
  .b-steps__item.active .b-steps__subtitle {
    font-size: 24px;
  }
}
.b-steps__pagination {
  display: block;
  margin-top: 40px;
  position: initial;
}
@media print, screen and (min-width: 40em) {
  .b-steps__pagination {
    display: none;
  }
}
.b-steps__pagination .swiper-pagination-bullet-active {
  transition: width 0.6s;
  width: 48px;
  border-radius: 4px;
}
.b-steps__list-item {
  margin-bottom: 32px;
}
.b-steps__contain {
  position: relative;
  overflow: hidden;
  width: 500px;
  display: none;
}
.b-steps__contain.scrollbar {
  padding-left: 45px;
}
@media screen and (min-width: 90em) {
  .b-steps__contain {
    display: block;
  }
}
.b-steps .swiper {
  display: block;
}
@media screen and (min-width: 90em) {
  .b-steps .swiper {
    display: none;
  }
}
.b-steps .swiper-wrapper {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-top: 33px;
}
@media screen and (min-width: 90em) {
  .b-steps .swiper-wrapper {
    padding-left: 45px;
    padding-top: 0;
    width: 500px;
  }
  .b-steps .swiper-wrapper.padding-negativ {
    padding-left: 0;
  }
}
.b-steps__images {
  margin-top: 0;
}
.b-steps__images img {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .b-steps__images {
    margin-top: 40px;
  }
}
@media screen and (min-width: 90em) {
  .b-steps__images {
    margin-top: 0;
  }
}
.b-steps__swiper {
  display: block;
}
.b-steps__slide-wrapper {
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .b-steps__slide-wrapper {
    max-width: 180px;
  }
}
@media screen and (min-width: 90em) {
  .b-steps__slide-wrapper {
    max-width: 100%;
  }
}
.b-steps .swiper-vertical > .swiper-scrollbar {
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
}
.b-steps .swiper-horizontal > .swiper-scrollbar {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .b-steps .swiper-horizontal > .swiper-scrollbar {
    display: block;
  }
}
.b-steps .swiper-scrollbar-drag {
  background-color: #08b7f4;
  cursor: pointer;
}
.b-steps .ps--active-x > .ps__rail-x,
.b-steps .ps--active-y > .ps__rail-y {
  background-color: white;
}
.b-steps .ps__rail-y {
  display: block;
  left: 0;
  background-color: white;
  width: 6px;
  opacity: 1;
}
.b-steps .ps__rail-y .ps--clicking {
  background-color: white;
  opacity: 1;
}
.b-steps .ps__rail-y .ps--clicking .ps__thumb-y {
  width: 6px;
  background-color: #08b7f4;
}
.b-steps .ps__rail-y:hover {
  background-color: white;
  opacity: 1;
}
.b-steps .ps__rail-y:hover .ps__thumb-y {
  background-color: #08b7f4;
  width: 6px;
  opacity: 1;
}
.b-steps .ps .ps__rail-y.ps--clicking {
  background-color: white;
  opacity: 1;
}
.b-steps .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #08b7f4;
  width: 6px;
}
.b-steps .ps:hover > .ps__rail-y {
  opacity: 1;
}
.b-steps .ps__thumb-y {
  cursor: pointer;
  left: 0;
  width: 6px;
  background-color: #08b7f4;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-test-form {
  width: 100%;
  height: 650px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-three_elements_drop_down {
  background-color: #f6f8fb;
}
.b-three_elements_drop_down.white {
  background-color: #fff;
}
.b-three_elements_drop_down__desc {
  color: #4d4d55;
  margin-bottom: 30px;
  margin-right: 0;
  opacity: 0.9;
}
@media print, screen and (min-width: 62.5em) {
  .b-three_elements_drop_down__desc {
    margin-right: calc((100% - 960px) / 2);
  }
}
.b-three_elements_drop_down__conatiner-logo {
  position: relative;
  display: block;
}
.b-three_elements_drop_down [data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: #08b7f4;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  top: calc(100% + 10px);
  max-width: 200px;
  width: 100%;
  display: block;
  z-index: 100000000;
}
.b-three_elements_drop_down [data-tooltip]:hover::after {
  opacity: 1;
  top: calc(100% + 15px);
}
.b-three_elements_drop_down__desc-image {
  display: block;
  margin-top: 10px;
}
@media print, screen and (min-width: 40em) {
  .b-three_elements_drop_down__desc-image {
    margin-top: 20px;
  }
}
.b-three_elements_drop_down__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -20px;
  margin-top: 70px;
}
.b-three_elements_drop_down__item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
  height: auto;
  width: calc(100% - 20px);
  background-color: #fff;
  padding: 30px 30px 45px 30px;
}
@media screen and (min-width: 46.875em) {
  .b-three_elements_drop_down__item {
    width: calc(100% / 2 - 20px);
  }
}
@media screen and (min-width: 75em) {
  .b-three_elements_drop_down__item {
    width: calc(100% / 3 - 20px);
  }
}
.b-three_elements_drop_down__item.white {
  background-color: #f6f8fb;
}
.b-three_elements_drop_down__item.active .b-three_elements_drop_down__arrow {
  transform: rotate(180deg);
}
.b-three_elements_drop_down__item-title {
  font-size: 24px;
  line-height: 30px;
  margin-left: 5px;
}
@media print, screen and (min-width: 40em) {
  .b-three_elements_drop_down__item-title {
    font-size: 24px;
    line-height: 35px;
  }
}
.b-three_elements_drop_down__item-desc {
  font-size: 16px;
  font-weight: 350;
  line-height: 24px;
  max-width: 430px;
  color: #4d4d55;
  margin-bottom: 30px;
}
.b-three_elements_drop_down__hr {
  background-color: #08b7f4;
  height: 2px;
  width: 100%;
  margin: 0 0 30px;
  margin-top: auto;
}
.b-three_elements_drop_down__arrow {
  display: block;
  position: absolute;
  bottom: 25px;
  right: 40px;
  mask-image: url("/images/new.k2.img/arrow_down.svg");
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/images/new.k2.img/arrow_down.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  background-color: #08b7f4;
  width: 35px;
  height: 20px;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.b-three_elements_drop_down__item-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-left: -20px;
}
.b-three_elements_drop_down__item-header img {
  max-width: 80px;
}
@media screen and (min-width: 87.5em) {
  .b-three_elements_drop_down__item-header img {
    max-width: 100px;
  }
}
.b-three_elements_drop_down__item-hidden-desc {
  display: none;
}
.b-three_elements_drop_down__item-hidden-desc ul > li {
  list-style: none;
  display: flex;
  font-size: 16px;
  font-weight: 350;
  line-height: 19px;
}
.b-three_elements_drop_down__item-hidden-desc ul > li::before {
  flex: 0 0 auto;
  display: block;
  margin-right: 30px;
  content: "";
  background-image: url("/images/new.k2.img/icon-list.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-title-and-text {
  background-color: #f6f8fb;
}
.b-title-and-text.white {
  background-color: #fff;
}
.b-title-and-text__desc {
  color: #4d4d55;
  margin-bottom: 30px;
  margin-right: 0;
  opacity: 0.9;
}
@media print, screen and (min-width: 62.5em) {
  .b-title-and-text__desc {
    margin-right: calc((100% - 960px) / 2);
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-usage-scenarios {
  position: relative;
  background-color: #f6f8fb;
}
.b-usage-scenarios.two-column .b-usage-scenarios__img-wrapper {
  position: absolute;
  opacity: 0;
}
.b-usage-scenarios.two-column .b-usage-scenarios__container {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 16px;
  margin-top: 0;
}
@media print, screen and (min-width: 62.5em) {
  .b-usage-scenarios.two-column .b-usage-scenarios__container {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
.b-usage-scenarios.two-column .b-usage-scenarios__item {
  width: 100%;
  margin-top: 0;
}
.b-usage-scenarios.not_hover .b-usage-scenarios__item:hover {
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #fff;
}
.b-usage-scenarios.not_hover .b-usage-scenarios__item:hover .b-usage-scenarios__title {
  color: #4d4d55;
  opacity: 0.9;
}
.b-usage-scenarios.not_hover .b-usage-scenarios__item:hover .b-usage-scenarios__desc {
  color: #4d4d55;
  opacity: 0.9;
}
.b-usage-scenarios.not_hover .b-usage-scenarios__item:hover .b-usage-scenarios__desc a {
  color: #08b7f4;
}
.b-usage-scenarios.not_hover .b-usage-scenarios__item:hover .b-usage-scenarios__desc a.b-main_button__link {
  background-color: #08b7f4;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.b-usage-scenarios.not_hover .b-usage-scenarios__item:hover .b-usage-scenarios__desc a.b-main_button__link:hover {
  border: 1px solid #08b7f4 !important;
  background-color: #fff;
  color: #4d4d55 !important;
}
.b-usage-scenarios__wraper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.b-usage-scenarios__wraper h2 {
  margin-right: 20px;
  flex: 1 1;
}
@media print, screen and (min-width: 62.5em) {
  .b-usage-scenarios__wraper {
    flex-direction: row;
  }
}
.b-usage-scenarios__container {
  margin-top: 24px;
}
@media print, screen and (min-width: 40em) {
  .b-usage-scenarios__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-left: -32px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-usage-scenarios__container {
    width: 47.5%;
    margin-top: -16px;
    margin-left: 0;
  }
}
.b-usage-scenarios__item {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  background-color: #fff;
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  margin-top: 16px;
  padding: 32px 32px 32px 24px;
  cursor: pointer;
}
.b-usage-scenarios__item.active .b-usage-scenarios__desc {
  display: block;
}
.b-usage-scenarios__item.active .b-usage-scenarios__title::after {
  transform: rotate(180deg);
}
@media print, screen and (min-width: 40em) {
  .b-usage-scenarios__item {
    cursor: auto;
    width: calc(100% / 2 - 32px);
    margin-left: 32px;
    padding: 32px 24px;
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-usage-scenarios__item {
    padding: 40px 88px 48px 48px;
    width: 100%;
    display: block;
    margin-top: 16px;
    margin-left: 0;
  }
}
.b-usage-scenarios__item .c-body-text {
  margin-top: 8px;
}
@media print, screen and (min-width: 62.5em) {
  .b-usage-scenarios__item:hover {
    transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    background-color: #08b3f0;
  }
  .b-usage-scenarios__item:hover .b-usage-scenarios__title {
    color: #fff;
  }
  .b-usage-scenarios__item:hover .b-usage-scenarios__desc {
    color: #fff;
    opacity: 1;
  }
  .b-usage-scenarios__item:hover .b-usage-scenarios__desc a {
    color: #fff;
  }
  .b-usage-scenarios__item:hover .b-usage-scenarios__desc a.b-main_button__link {
    background-color: #fff;
    color: #4d4d55 !important;
  }
  .b-usage-scenarios__item:hover .b-usage-scenarios__desc a.b-main_button__link:hover {
    padding: 17.5px 24px !important;
    border: transparent;
    background-color: #fff;
    color: #4d4d55 !important;
  }
  .b-usage-scenarios__item:hover .b-usage-scenarios__image {
    display: block;
  }
  .b-usage-scenarios__item:hover .b-usage-scenarios__img-defolt {
    display: block;
  }
  .b-usage-scenarios__item .b-main_button__link:hover {
    padding: 17.5px 24px !important;
  }
}
.b-usage-scenarios__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  z-index: 1;
  right: 0;
}
.b-usage-scenarios__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  font-size: 24px;
}
.b-usage-scenarios__title.h3 {
  padding: 0;
}
.b-usage-scenarios__title::after {
  content: "";
  display: block;
  background-image: url("/images/new.k2.img/arrow_down.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-left: 20px;
}
@media print, screen and (min-width: 40em) {
  .b-usage-scenarios__title::after {
    display: none;
  }
}
.b-usage-scenarios__main-desc {
  margin-bottom: 20px;
  width: 100%;
  color: #808087;
}
@media print, screen and (min-width: 62.5em) {
  .b-usage-scenarios__main-desc {
    width: 66%;
    margin-bottom: 30px;
  }
}
.b-usage-scenarios__img-wrapper {
  height: 100%;
  top: 0;
  position: relative;
}
@media print, screen and (min-width: 62.5em) {
  .b-usage-scenarios__img-wrapper {
    position: sticky;
    top: 200px;
  }
}
.b-usage-scenarios__img {
  display: none;
  margin-left: -450px;
  margin-top: 50px;
}
@media print, screen and (min-width: 62.5em) {
  .b-usage-scenarios__img {
    display: block;
  }
}
.b-usage-scenarios__img .pattern-svg__orange-circle {
  display: none;
}
.b-usage-scenarios__orange-circle {
  height: 100px;
  width: 100px;
  top: -50px;
  left: -50px;
  position: absolute;
}
.b-usage-scenarios__orange-circle::before {
  content: "";
  display: block;
  background-image: url("/images/icons/orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  border-radius: 50%;
  height: 100%;
}
.b-usage-scenarios__desc {
  position: relative;
  z-index: 2;
  display: none;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
  .b-usage-scenarios__desc {
    display: block;
    margin-bottom: 32px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-main_button--mfp-close {
  width: 15px;
  height: 15px;
  background-image: url(/images/main_redisign/pages/close_gray.png);
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 24.5px;
  right: 24.5px;
}
@media print, screen and (min-width: 40em) {
  .b-main_button--mfp-close {
    top: 30px;
    right: 30px;
    width: 26px;
    height: 26px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-main_button {
  display: flex;
  cursor: pointer;
}
.b-main_button--justify-center {
  justify-content: center;
}
.b-main_button--mfp-close {
  width: 40px;
  height: 40px;
  background-image: url(/images/main_redisign/pages/icon_close.svg);
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 33px;
  right: 30px;
}
@media print, screen and (min-width: 40em) {
  .b-main_button--mfp-close {
    top: 40px;
    right: 50px;
  }
}
.b-main_button__link {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-color: #08b7f4;
  padding: 17.5px 24px;
  margin-right: 24px;
  border-radius: 3px;
  transition: background-color 0.4s;
  border: 1px solid transparent;
}
.b-main_button__link:hover {
  color: #4d4d55;
  transition: background-color 0.4s;
  background-color: transparent;
  padding: 16.5px 23px;
  border: 1px solid #08b7f4;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-arrows-animate__wrapper {
  display: flex;
  margin: 0 20px;
}
.b-arrows-animate__wrapper--no-margin {
  margin: 0;
}
.b-arrows-animate__item {
  display: inline-block;
  background: url("/images/main_redisign/pages/arrows-animate.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  animation: arrow 2s infinite;
}
.b-arrows-animate__item--color-white {
  background: url("/images/main_redisign/pages/arrows-animate-white.png");
}
.b-arrows-animate__item:nth-child(1) {
  animation-delay: -1s;
}
.b-arrows-animate__item:nth-child(2) {
  animation-delay: -0.5s;
}
.b-arrows-animate__item:nth-child(3) {
  animation-delay: 0s;
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-breadcrumbs {
  margin: 0 auto 18px;
}
.b-breadcrumbs__blog-articles {
  margin-top: 24px;
  margin-bottom: 60px;
  color: #afafb0;
}
@media print, screen and (min-width: 40em) {
  .b-breadcrumbs__blog-articles {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-breadcrumbs__blog-articles {
    margin-top: 65px;
  }
}
.b-breadcrumbs__blog-articles .navigation-breadcrumbs__home-link {
  border-bottom: 1px solid #aaacaf;
}
.b-breadcrumbs__blog-articles .navigation-breadcrumbs__home-link:hover {
  border-bottom: none;
}
.b-breadcrumbs__blog-articles a,
.b-breadcrumbs__blog-articles span.last {
  display: none;
  font-size: 10px;
  line-height: 15px;
  color: #afafb0;
  text-decoration: none;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .b-breadcrumbs__blog-articles a,
.b-breadcrumbs__blog-articles span.last {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
  }
}
.b-breadcrumbs__blog-articles a.first,
.b-breadcrumbs__blog-articles span.last.first {
  display: inline-block;
}
.b-breadcrumbs__blog-articles a.last,
.b-breadcrumbs__blog-articles span.last.last {
  display: inline-block;
  pointer-events: none;
}
.b-breadcrumbs__blog-articles a:not(.last),
.b-breadcrumbs__blog-articles span.last:not(.last) {
  margin-right: 40px;
  border-bottom: 1px solid #aaacaf;
}
@media print, screen and (min-width: 40em) {
  .b-breadcrumbs__blog-articles a:not(.last),
.b-breadcrumbs__blog-articles span.last:not(.last) {
    margin-right: 20px;
  }
}
.b-breadcrumbs__blog-articles a:not(.last):hover,
.b-breadcrumbs__blog-articles span.last:not(.last):hover {
  border-bottom: 1px solid transparent;
}
.b-breadcrumbs__blog-articles a:not(.last)::after,
.b-breadcrumbs__blog-articles span.last:not(.last)::after {
  content: "/ ... /";
  position: absolute;
  right: -40px;
  font-size: 16px;
  pointer-events: none;
}
@media print, screen and (min-width: 40em) {
  .b-breadcrumbs__blog-articles a:not(.last)::after,
.b-breadcrumbs__blog-articles span.last:not(.last)::after {
    content: "/";
    right: -15px;
  }
}
@media print, screen and (min-width: 40em) {
  .b-breadcrumbs {
    margin: 0 auto 22px;
  }
}
.b-breadcrumbs__link {
  color: currentColor;
  font-size: 14px;
  letter-spacing: 0.04px;
  display: inline-block;
  line-height: 1em;
  text-decoration: none;
}
.b-breadcrumbs__item {
  margin: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.b-breadcrumbs__item::after {
  content: "|";
  font-size: 12px;
  font-family: Circe;
  line-height: 1em;
  color: currentColor;
  margin: 0 15px;
}
@media print, screen and (min-width: 40em) {
  .b-breadcrumbs__item::after {
    margin: 0 15px;
  }
}
.b-breadcrumbs__list {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-connection {
  padding-top: 80px;
  color: #777;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 100em) {
  .b-connection {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 40em) {
  .b-connection__wrapper {
    padding: 0 64px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-connection__wrapper {
    padding: 0 85px;
  }
}
@media screen and (min-width: 100em) {
  .b-connection__wrapper {
    padding: 0 120px;
  }
}
.b-connection__manager-phone a, .b-connection__manager-mail a {
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2em;
}
@media print, screen and (min-width: 40em) {
  .b-connection__manager-phone a, .b-connection__manager-mail a {
    line-height: 1.4em;
  }
}
.b-connection__manager-position {
  margin-bottom: 20px;
  line-height: 1.2em;
  font-size: 14px;
}
@media print, screen and (min-width: 40em) {
  .b-connection__manager-position {
    font-size: 16px;
    margin-bottom: 16px;
    width: 60%;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-connection__manager-position {
    width: 85%;
  }
}
.b-connection__manager-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .b-connection__manager-name {
    font-size: 21px;
    margin-bottom: 18px;
  }
}
.b-connection__manager-description {
  margin-top: 15px;
  width: 60%;
}
@media print, screen and (min-width: 40em) {
  .b-connection__manager-description {
    margin: 0;
    width: 100%;
  }
}
.b-connection__manager-photo {
  margin-right: 27px;
  width: 20%;
}
@media screen and (min-width: 100em) {
  .b-connection__manager-photo img {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .b-connection__manager-photo {
    display: none;
  }
}
@media screen and (min-width: 100em) {
  .b-connection__manager-photo {
    display: block;
    margin-right: 49px;
    width: 120px;
    flex-shrink: 0;
  }
}
.b-connection__manager-photo-image {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  max-height: 120px;
  max-width: 120px;
}
.b-connection__managers-list {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .b-connection__managers-list {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-connection__managers-list {
    flex-direction: column;
  }
}
.b-connection__manager {
  display: flex;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-connection__manager {
    width: 50%;
    margin-bottom: 58px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-connection__manager {
    width: 100%;
    margin: 0;
  }
  .b-connection__manager:first-of-type {
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 40em) {
  .b-connection__managers {
    margin-top: 27px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-connection__managers {
    order: 2;
    width: 25%;
    margin: 20px 0 100px;
  }
}
@media screen and (min-width: 100em) {
  .b-connection__managers {
    width: 37.5%;
  }
}
.b-connection__content {
  padding: 0 27px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .b-connection__content {
    padding: 0 64px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-connection__content {
    padding: 0 85px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 100em) {
  .b-connection__content {
    padding: 0 120px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-container {
  padding-top: 0;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-customers-detail {
  padding: 0 0 38px;
}
.b-customers-detail__breadcrumbs {
  margin-top: 40px;
}
.b-customers-detail__breadcrumbs a {
  text-decoration: none;
}
.b-customers-detail__breadcrumbs a span {
  border-bottom: 1px solid #afafb0;
  font-size: 10px !important;
  line-height: 24px !important;
  color: #4d4d55;
  font-family: inherit !important;
}
@media print, screen and (min-width: 40em) {
  .b-customers-detail__breadcrumbs a span {
    font-size: 14px !important;
  }
}
.b-customers-detail__breadcrumbs a span:hover {
  border-bottom: none;
}
.b-customers-detail__breadcrumbs a::after {
  content: "/";
  position: absolute;
  color: #4d4d55;
  right: -15px;
  font-size: 10px !important;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 40em) {
  .b-customers-detail__breadcrumbs a::after {
    font-size: 14px !important;
  }
}
.b-customers-detail__breadcrumbs .bx-breadcrumb-item {
  margin-right: 20px;
  opacity: 0.4;
  position: relative;
}
.b-customers-detail__breadcrumbs .bx-breadcrumb-item span {
  font-size: 10px !important;
  line-height: 24px !important;
  color: #4d4d55;
  font-family: inherit !important;
}
@media print, screen and (min-width: 40em) {
  .b-customers-detail__breadcrumbs .bx-breadcrumb-item span {
    font-size: 14px !important;
  }
}
.b-customers-detail__breadcrumbs .bx-breadcrumb-item i {
  display: none;
}
.b-customers-detail__others {
  padding: 50px 0;
}
.b-customers-detail__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.b-customers-detail__header-right {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 62.5em) {
  .b-customers-detail__header-right {
    justify-content: end;
    margin-bottom: 0;
  }
}
.b-customers-detail__header-left, .b-customers-detail__header-right {
  width: 100%;
}
@media print, screen and (min-width: 62.5em) {
  .b-customers-detail__header-left, .b-customers-detail__header-right {
    max-width: 50%;
  }
}
.b-customers-detail__title {
  color: #4d4d55;
  margin-bottom: 0;
  width: 100%;
  padding-right: 0;
}
@media print, screen and (min-width: 62.5em) {
  .b-customers-detail__title {
    max-width: 815px;
    font-size: 32px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 100em) {
  .b-customers-detail__title {
    font-size: 48px;
  }
}
.b-customers-detail__logo-container {
  height: 240px;
  max-width: 400px;
  width: 100%;
  background-color: #f6f8fb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: static;
  margin-top: 20px;
}
.b-customers-detail__logo-container img {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
@media print, screen and (min-width: 62.5em) {
  .b-customers-detail__logo-container {
    margin-top: 0;
  }
}
.b-customers-detail__services-item {
  display: inline-block;
  background: #f6f8fb;
  border-radius: 3px;
  color: #4d4d55;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 7px 8px;
  margin-left: 0;
  border: none;
}
.b-customers-detail__banner-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.b-customers-detail__container {
  padding-bottom: 88px;
}
@media print, screen and (min-width: 62.5em) {
  .b-customers-detail__container {
    min-height: 900px;
  }
}
.b-customers-detail__content-left {
  display: none;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 62.5em) {
  .b-customers-detail__content-left {
    width: calc(100% / 3);
    display: block;
  }
}
.b-customers-detail__img {
  position: absolute;
  left: -80%;
  top: 60px;
}
.b-customers-detail__img-pattern {
  height: auto;
  width: auto;
  max-width: 100%;
}
.b-customers-detail__img-pattern .pattern-svg__orange-circle {
  display: none;
}
.b-customers-detail__orange-circle {
  height: 100px;
  width: 100px;
  top: -50px;
  left: -50px;
  position: absolute;
}
.b-customers-detail__orange-circle::before {
  content: "";
  display: block;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  background: #f95208;
}
.b-customers-detail__content-right {
  position: relative;
  z-index: 12;
}
@media print, screen and (min-width: 62.5em) {
  .b-customers-detail__content-right {
    width: calc(100% - 100% / 3 - 50px);
    margin-left: auto;
    padding-left: 50px;
  }
}
.b-customers-detail__property {
  flex-direction: column;
}
.b-customers-detail__property-name {
  color: #4d4d55;
}
.b-customers-detail__property-name::after {
  display: none;
}
.b-customers-detail__property-secription {
  margin: 0;
  display: block;
}
.b-customers-detail__property-secription li {
  list-style: disc;
}
.b-customers-detail__property-secription li::before {
  display: none;
}
.b-customers-detail__property-secription ul {
  margin: 0;
}
.b-customers-detail__link-container {
  background: #f6f8fb;
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 155px;
  color: #4d4d55;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #f6f8fb;
}
@media screen and (min-width: 43.75em) {
  .b-customers-detail__link-container {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 82px;
    background-position: top right;
  }
}
.b-customers-detail__link-container ~ .b-customers-detail__quote {
  padding: 0;
}
.b-customers-detail__link-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 25px;
}
.b-customers-detail__link {
  color: #4d4d55;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 2px solid #08b7f4;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
}
.b-customers-detail__quote {
  background: none;
  color: #4d4d55;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  padding: 48px 0 0 0;
  margin-bottom: 50px;
}
.b-customers-detail__quote-author {
  margin-bottom: 32px;
}
.b-customers-detail__quote-author span {
  font-weight: 400;
}
.b-customers-detail__quote-description {
  border-left: 4px solid #08b7f4;
  padding-left: 40px;
  font-weight: 400;
  font-size: 18px;
  opacity: 0.9;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-customers {
  background-color: #f6f8fb;
  overflow: hidden;
  position: relative;
}
.b-customers__wrapper {
  padding-bottom: 128px;
}
.b-customers__container {
  margin: 0 auto;
}
.b-customers__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.b-customers .tao-list {
  margin-bottom: 48px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
@media print, screen and (min-width: 40em) {
  .b-customers .tao-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-customers .tao-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.b-customers__button {
  margin: 0 auto;
  display: flex;
}
.b-customers__button.hidden {
  display: none;
}
.b-customers .c-button-blue-light {
  margin: 0 auto;
  margin-bottom: 32px;
}
.b-customers .c-button-blue-light:hover a {
  color: #4d4d55;
}
.b-customers .c-button-blue-light a {
  color: white;
  text-decoration: none;
}
.b-customers__show {
  margin-left: 20px;
  margin-top: 32px;
}
@media print, screen and (min-width: 40em) {
  .b-customers__show {
    margin-top: 0;
  }
}
.b-customers__item {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: relative;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 3px;
}
.b-customers__item:hover {
  background: #fff;
}
.b-customers__item:hover .b-customers__item-text {
  opacity: 1;
}
.b-customers__item:hover .b-customers__item-image {
  opacity: 0;
}
@media print, screen and (min-width: 40em) {
  .b-customers__item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    height: 210px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-customers__item {
    width: calc(50% - 70px);
    margin: 0 35px 70px;
    height: 260px;
  }
}
@media screen and (min-width: 100em) {
  .b-customers__item {
    width: calc(33% - 60px);
    margin: 0 30px 60px;
    height: 237px;
  }
}
.b-customers__item-image {
  transition: 0.5s;
  max-height: 100%;
}
.b-customers__item-text {
  font-size: 16px;
  line-height: 21px;
  color: #8c8c8c;
  letter-spacing: 0.05px;
  display: block;
  opacity: 0;
  text-align: center;
  position: absolute;
  width: 210px;
  transition: 0.5s;
  top: 50px;
  left: calc(50% - 105px);
}
@media print, screen and (min-width: 62.5em) {
  .b-customers__item-text {
    top: 90px;
  }
}
.b-customers__title {
  font-size: 40px;
  line-height: 52px;
  padding-bottom: 0;
  margin-top: 62px;
  margin-bottom: 32px;
  font-weight: 400;
}
@media print, screen and (min-width: 40em) {
  .b-customers__title {
    font-size: 48px;
    line-height: 62px;
    margin-bottom: 56px;
    margin-top: 88px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-customers__title {
    font-size: 64px;
    line-height: 70px;
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 40em) {
  .b-customers__filter-container {
    display: flex;
    align-items: flex-start;
    margin: 0 -16px;
  }
}
@media screen and (min-width: 100em) {
  .b-customers__filter-container {
    justify-content: inherit;
    position: relative;
    height: 60px;
    margin-left: 0 -16px;
  }
}
.b-customers__filter-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
  border-radius: 3px;
  position: relative;
}
.b-customers__filter-item--opened {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media print, screen and (min-width: 40em) {
  .b-customers__filter-item {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .b-customers__filter-item {
    width: calc(100% / 2 - 32px);
    margin: 0 16px;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 62.5em) {
  .b-customers__filter-item {
    width: calc(100% / 3 - 32px);
  }
}
.b-customers__filter-branch {
  margin-top: 10px;
}
@media print, screen and (min-width: 40em) {
  .b-customers__filter-branch {
    margin-top: 0;
  }
}
@media screen and (min-width: 100em) {
  .b-customers__filter-branch.b-customers__filter-item--opened {
    right: 0;
  }
}
.b-customers__filter-list-container {
  position: relative;
  padding: 24px;
  height: 295px;
  font-size: 16px;
  color: #777;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
@media print, screen and (min-width: 62.5em) {
  .b-customers__filter-list-container {
    height: 300px;
  }
}
.b-customers__filter-list {
  position: absolute;
  display: none;
  opacity: 0;
  transition: 0.5s opacity;
  background-color: #fff;
  z-index: 10;
  top: 60px;
  width: 100%;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.b-customers__filter-list--opened {
  opacity: 1;
}
.b-customers__filter-list-item {
  cursor: pointer;
  margin-bottom: 15px;
  line-height: 1em;
  display: flex;
  align-items: center;
  color: #4d4d55;
}
.b-customers__filter-list-item::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/images/icons/checkbox.svg");
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 16px;
  display: inline-block;
}
.b-customers__filter-list-item--selected::before {
  background-image: url("/images/icons/icon_checkbox.svg");
}
.b-customers__filter-list-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 100em) {
  .b-customers__filter-list-item {
    margin-bottom: 30px;
  }
}
.b-customers__filter-text {
  font-size: 16px;
  color: #4d4d55;
  padding: 0 24px;
  line-height: 1em;
  width: 100%;
  height: 56px;
  display: flex;
  border: 2px solid #08b7f4;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.b-customers__filter-text::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 20px;
  background-image: url("/images/new.k2.img/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.b-customers__filter {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-customers__filter {
    margin-bottom: 48px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-customers__filter {
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 40em) {
  .b-customers__filter-items-selected {
    display: flex;
    flex-flow: wrap row;
    margin: 0 -10px;
  }
}
@media screen and (min-width: 100em) {
  .b-customers__filter-items-selected {
    width: calc(80% + 35px);
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.b-customers__selected-item {
  font-size: 12px;
  line-height: 1em;
  color: #f6f8fb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
  background: #4d4d55;
  border: 1px solid;
  padding: 7px 8px;
  margin: 20px 0;
}
.b-customers__selected-item:last-of-type {
  margin-bottom: 29px;
}
@media print, screen and (min-width: 40em) {
  .b-customers__selected-item:last-of-type {
    margin: 10px;
  }
}
@media screen and (min-width: 100em) {
  .b-customers__selected-item:last-of-type {
    margin: 10px 17.5px;
  }
}
@media print, screen and (min-width: 40em) {
  .b-customers__selected-item {
    margin: 10px;
  }
}
@media screen and (min-width: 100em) {
  .b-customers__selected-item {
    margin: 10px 17.5px;
  }
}
.b-customers__selected-item-close {
  width: 12px;
  height: 12px;
  background-image: url(/images/main_redisign/pages/close.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
  flex-shrink: 0;
  cursor: pointer;
}
.b-customers .tao-page-navigator {
  display: none;
}
.b-customers .ps__rail-y {
  display: block;
  opacity: 1 !important;
  background-color: #08b7f4;
  min-width: 6px;
  border-radius: 3px;
}
.b-customers .ps__thumb-y {
  max-width: 6px;
  background-color: #08b7f4;
  border-radius: 3px;
  height: 100px !important;
}
.b-customers .ps__rail-y {
  height: 295px !important;
  background-color: transparent;
}
@media print, screen and (min-width: 62.5em) {
  .b-customers .ps__rail-y {
    height: 300px !important;
  }
}
.b-customers .ps__rail-y:hover > .ps__thumb-y {
  background-color: #08b7f4;
  width: 6px;
}
.b-customers .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #08b7f4;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media screen and (min-width: 100em) {
  .b-expert-detail .b-main_title__title-container {
    padding-left: 34px;
  }
}
.b-expert-detail .b-main_title__title-big {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .b-expert-detail .b-main_title__title-big {
    display: block;
    font-size: 140px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-expert-detail .b-main_title__title-big {
    font-size: 170px;
    left: -100px;
  }
}
@media screen and (min-width: 100em) {
  .b-expert-detail .b-main_title__title-big {
    font-size: 240px;
    left: -140px;
  }
}
.b-expert-detail__content {
  position: relative;
  overflow: hidden;
}
.b-expert-detail__title {
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
  padding-bottom: 35px;
  margin: 0;
  color: currentColor;
}
@media print, screen and (min-width: 40em) {
  .b-expert-detail__title {
    font-size: 36px;
    padding-bottom: 46px;
    width: 128px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-expert-detail__title {
    width: 50%;
    padding-bottom: 56px;
  }
}
.b-expert-detail__image-container {
  padding-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .b-expert-detail__image-container {
    float: right;
    padding-left: 20px;
  }
}
.b-expert-detail__image {
  width: 213px;
  height: 213px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 40em) {
  .b-expert-detail__image {
    width: 194px;
    height: 194px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-expert-detail__image {
    width: 341px;
    height: 341px;
  }
}
@media screen and (min-width: 100em) {
  .b-expert-detail__image {
    width: 360px;
    height: 360px;
  }
}
.b-expert-detail__position {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 29px;
  width: 80%;
}
@media print, screen and (min-width: 40em) {
  .b-expert-detail__position {
    width: 60%;
    font-size: 21px;
    margin-bottom: 76px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-expert-detail__position {
    width: 50%;
    margin-bottom: 60px;
  }
}
.b-expert-detail__email {
  margin-bottom: 27px;
}
@media print, screen and (min-width: 40em) {
  .b-expert-detail__email {
    margin-bottom: 57px;
  }
}
.b-expert-detail__email a {
  text-decoration: none;
  font-size: 14px;
  line-height: 1em;
}
@media print, screen and (min-width: 40em) {
  .b-expert-detail__email a {
    font-size: 16px;
  }
}
.b-expert-detail__description {
  font-size: 14px;
  line-height: 1.3em;
  padding-bottom: 33px;
}
@media print, screen and (min-width: 40em) {
  .b-expert-detail__description {
    font-size: 16px;
    line-height: 1.4em;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-expert-detail__description {
    padding-bottom: 50px;
    width: 50%;
  }
}
@media screen and (min-width: 100em) {
  .b-expert-detail__description {
    padding-bottom: 70px;
  }
}
.b-expert-detail__description p {
  margin: 0 0 1em;
}
.b-expert-detail__description-long {
  display: none;
}
.b-expert-detail__more-description {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .b-expert-detail__more-description {
    padding-bottom: 90px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-expert-detail__more-description {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 100em) {
  .b-expert-detail__more-description {
    padding-bottom: 100px;
  }
}
.b-expert-detail__more-description-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}
@media print, screen and (min-width: 40em) {
  .b-expert-detail__more-description-text {
    font-size: 21px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-experts__bg {
  background-color: #f6f8fb;
}
.b-experts__swiper {
  overflow: hidden;
  margin-top: 64px;
}
.b-experts .big_h2 {
  display: inline-block;
  color: #4d4d55;
  margin-bottom: 0;
  width: 300px;
}
@media print, screen and (min-width: 62.5em) {
  .b-experts .big_h2 {
    width: auto;
  }
}
.b-experts .big_h2 a {
  color: #4d4d55;
  text-decoration: none;
}
.b-experts .swiper-wrapper {
  height: auto;
}
.b-experts__pagination {
  margin-top: 44px;
  position: relative;
}
.b-experts__pagination .swiper-pagination-bullet-active {
  transition: width 0.6s;
  width: 48px;
  border-radius: 4px;
}
.b-experts__container-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b-experts__swiper-btn {
  display: flex;
}
.b-experts__swiper-next {
  display: none;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .b-experts__swiper-next {
    display: block;
  }
}
.b-experts__swiper-prev {
  cursor: pointer;
  display: none;
  margin-right: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-experts__swiper-prev {
    display: block;
  }
}
.b-experts__link-all {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #4d4d55;
  text-decoration: none;
  margin-top: 44px;
  border-bottom: 3px solid #08b3f0;
}
@media print, screen and (min-width: 40em) {
  .b-experts__link-all:hover {
    border-bottom: 3px solid transparent;
  }
}
.b-experts .swiper-slide {
  width: 80%;
}
.b-experts__button {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .b-experts__button {
    justify-content: flex-start;
  }
}
.b-experts__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  color: #08b7f4;
  padding-bottom: 44px;
}
@media print, screen and (min-width: 40em) {
  .b-experts__title {
    padding-bottom: 63px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-experts__title {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 100em) {
  .b-experts__title {
    padding-bottom: 65px;
  }
}
.b-experts__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  opacity: 1;
}
.b-experts__item-image {
  margin-bottom: 29px;
  height: 214px;
  width: 214px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  transition: 0.5s ease;
}
@media print, screen and (min-width: 40em) {
  .b-experts__item-image {
    height: 193px;
    width: 193px;
    margin-bottom: 39px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-experts__item-image {
    height: 258px;
    width: 258px;
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 100em) {
  .b-experts__item-image {
    height: 240px;
    width: 240px;
    margin-bottom: 38px;
  }
}
.b-experts__item-name {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.06px;
  padding-bottom: 8px;
  max-width: 230px;
  width: 100%;
  transition: 0.5s;
  border-bottom: 1px solid #08b7f4;
  color: #4d4d55;
}
@media screen and (min-width: 100em) {
  .b-experts__item-name {
    padding-bottom: 16px;
  }
}
.b-experts__item-description {
  font-size: 14px;
  line-height: 1.2em;
  color: #4d4d55;
  width: 230px;
  margin-top: 8px;
}
@media print, screen and (min-width: 40em) {
  .b-experts__item-description {
    font-size: 16px;
    margin-top: 16px;
  }
}
.b-experts .tao-page-navigator {
  display: none;
}
.b-experts .tao-list-managers,
.b-experts .tao-list-managers_en {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 40em) {
  .b-experts .tao-list-managers,
.b-experts .tao-list-managers_en {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-experts .tao-list-managers,
.b-experts .tao-list-managers_en {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 100em) {
  .b-experts .tao-list-managers,
.b-experts .tao-list-managers_en {
    grid-template-columns: repeat(4, 1fr);
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-preloader {
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
.b-preloader__image {
  display: inline-block;
  animation: 1.5s ease-in-out infinite rot;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-request-form {
  padding: 40px 24px;
}
@media print, screen and (min-width: 40em) {
  .b-request-form {
    padding: 88px 40px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-request-form {
    padding: 88px 80px 150px 80px;
  }
}
@media screen and (min-width: 75em) {
  .b-request-form {
    padding: 88px 180px 150px 100px;
  }
}
.b-request-form .error_text {
  color: red;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.b-request-form .success {
  color: #777;
  margin: 0;
}
@media print, screen and (min-width: 62.5em) {
  .b-request-form .success {
    margin: 0 16px;
  }
}
.b-request-form__subscribe-block {
  margin-top: 20px;
}
.b-request-form__title {
  width: 60%;
  line-height: 1em;
  font-weight: 700;
  color: #777;
}
.b-request-form__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 24px;
}
.b-request-form__text.hidden {
  display: none;
}
.b-request-form__services-name {
  color: #777;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  line-height: 1em;
}
@media print, screen and (min-width: 40em) {
  .b-request-form__services-name {
    font-size: 16px;
  }
}
.b-request-form__services-name::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(/images/new.k2.img/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width: 40em) {
  .b-request-form__services-name::after {
    width: 24px;
    height: 24px;
  }
}
.b-request-form__services-list, .b-request-form__services-lists {
  position: absolute;
  width: 100%;
  max-width: 392px;
  display: none;
  border-radius: 5px;
  height: 216px;
  box-shadow: 0 8px 8px 1px rgba(34, 60, 80, 0.2);
  left: -2px;
  background-color: #fff;
  z-index: 20;
  top: 72px;
}
@media screen and (min-width: 24.0625em) {
  .b-request-form__services-list, .b-request-form__services-lists {
    top: 58px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-request-form__services-list, .b-request-form__services-lists {
    font-size: 14px;
    width: calc(100% + 2px);
    max-width: calc(100% + 2px);
  }
}
.b-request-form__services-list.quetion, .b-request-form__services-lists.quetion {
  height: 120px;
}
.b-request-form__services-lists .b-request-form__checkbox-label {
  height: 24px;
}
.b-request-form__services-item {
  padding-top: 30px;
}
.b-request-form__services-item.pointer-none .b-request-form__checkbox-label {
  pointer-events: none;
}
.b-request-form__services-item.pointer-none .b-request-form__checkbox {
  pointer-events: none;
}
.b-request-form__input.empty {
  border: 2px solid #f95208;
}
.b-request-form__text-submited {
  font-weight: 700;
  font-size: 16px;
}
.b-request-form__popup {
  display: none;
  padding: 20px 26px 0;
  font-size: 12px;
  line-height: 1.2em;
  color: #777;
}
.b-request-form__submit {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin: 30px 5% 0;
}
@media print, screen and (min-width: 40em) {
  .b-request-form__submit {
    margin-left: 55%;
  }
}
.b-request-form__submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #08b7f4;
  line-height: 1em;
  color: #fff;
  padding: 17.5px 24px;
  cursor: pointer;
  outline: none;
  width: 180px;
  font-size: 16px;
}
@media print, screen and (min-width: 40em) {
  .b-request-form__submit-button {
    margin-top: 10px;
  }
}
.b-request-form__field {
  position: relative;
  width: 100%;
  margin: 0 0 16px;
}
@media print, screen and (min-width: 62.5em) {
  .b-request-form__field {
    margin: 0 16px 16px;
    width: calc(100% / 2 - 32px);
  }
}
.b-request-form__field.active-items {
  display: flex;
  align-items: center;
  order: 1;
  margin-top: 16px;
}
@media print, screen and (min-width: 62.5em) {
  .b-request-form__field.active-items {
    order: 0;
    margin-top: 16px;
  }
}
.b-request-form__field.button {
  order: 1;
  margin-top: 20px;
}
@media print, screen and (min-width: 62.5em) {
  .b-request-form__field.button {
    order: 0;
    margin-top: 0;
  }
}
.b-request-form__field--checkbox {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .b-request-form__field--checkbox {
    margin-left: 55%;
  }
}
.b-request-form__field--selector {
  height: auto;
  border-radius: 5px;
  border: 2px solid rgba(8, 179, 240, 0.4);
  padding: 16px 24px;
}
.b-request-form__field--selectors {
  height: auto;
  border-radius: 5px;
  border: 2px solid rgba(8, 179, 240, 0.4);
  padding: 16px 24px;
}
.b-request-form__field--selectors.hidden {
  display: none;
}
.b-request-form__field--selectors.quetion {
  padding: 13px 24px;
}
.b-request-form__field--empty {
  border: 2px solid #f95208;
}
.b-request-form__field--textarea {
  width: 100%;
}
.b-request-form__field.hidden {
  display: none;
}
.b-request-form .b-request-form__input:focus + .b-request-form__label,
.b-request-form .b-request-form__input--filled + .b-request-form__label,
.b-request-form .b-request-form__textarea:focus + .b-request-form__label,
.b-request-form .b-request-form__textarea--filled + .b-request-form__label {
  opacity: 0;
}
.b-request-form .b-request-form__checkbox:checked + .b-request-form__checkbox-label::before {
  background-image: url(/images/main_redisign/pages/checkbox_blue_active.svg);
}
.b-request-form__checkbox {
  opacity: 0;
}
.b-request-form .not-event {
  pointer-events: none;
}
.b-request-form__checkbox-label {
  position: absolute;
  width: 100%;
  left: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2em;
  color: #777;
  padding-left: 40px;
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .b-request-form__checkbox-label {
    font-size: 16px;
  }
}
.b-request-form__checkbox-label.left {
  left: 24px;
}
.b-request-form__checkbox-label.empty::before {
  background-image: none;
  border: 1px solid #f95208;
  border-radius: 4px;
}
.b-request-form__checkbox-label::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/images/icons/checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.b-request-form__checkbox-popup {
  color: #08b7f4;
}
@media print, screen and (min-width: 40em) {
  .b-request-form__checkbox-popup {
    font-size: 14px;
  }
}
.b-request-form__label {
  position: absolute;
  font-size: 14px;
  line-height: 1.2em;
  color: #777;
  top: 20px;
  left: 24px;
  transition: 0.5s;
  z-index: -1;
}
@media print, screen and (min-width: 40em) {
  .b-request-form__label {
    font-size: 16px;
  }
}
.b-request-form__label--textarea {
  bottom: 20px;
  display: flex;
  align-items: flex-end;
}
@media print, screen and (min-width: 62.5em) {
  .b-request-form__label--textarea {
    left: 85px;
  }
}
@media screen and (min-width: 100em) {
  .b-request-form__label--textarea {
    left: 120px;
  }
}
.b-request-form__input {
  border: none;
  border: 2px solid rgba(8, 179, 240, 0.4);
  padding: 16px 24px;
  font-size: 14px;
  color: #777;
  line-height: 1.2em;
  outline: none;
  width: 100%;
  border-radius: 5px;
  background-color: transparent;
}
.b-request-form__input--hidden {
  display: none;
}
.b-request-form__input--textarea {
  height: 90px;
}
@media print, screen and (min-width: 40em) {
  .b-request-form__input {
    font-size: 16px;
  }
}
.b-request-form__textarea {
  border: none;
  border: 2px solid rgba(8, 179, 240, 0.4);
  padding: 16px 24px;
  font-size: 14px;
  color: #777;
  line-height: 1.2em;
  outline: none;
  width: 100%;
  border-radius: 5px;
  height: 80px;
}
.b-request-form__textarea.empty {
  border: 2px solid #f95208;
}
.b-request-form__textarea--hidden {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .b-request-form__textarea {
    font-size: 16px;
  }
}
.b-request-form__form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
}
@media print, screen and (min-width: 62.5em) {
  .b-request-form__form {
    margin: 0 -16px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-search {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 27px;
}
@media print, screen and (min-width: 40em) {
  .b-search {
    padding: 0 128px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-search {
    padding: 0 92px;
  }
}
@media screen and (min-width: 100em) {
  .b-search {
    padding: 0 240px;
  }
}
.b-search .b-breadcrumbs {
  width: 100%;
}
.b-search__wrapper {
  padding-top: 60px;
  padding-bottom: 140px;
}
@media print, screen and (min-width: 40em) {
  .b-search__wrapper {
    padding-bottom: 370px;
    padding-top: 76px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-search__wrapper {
    padding-bottom: 220px;
  }
}
@media screen and (min-width: 100em) {
  .b-search__wrapper {
    padding-right: 122px;
  }
}
.b-search__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  color: #08b7f4;
  margin: 0;
  margin-bottom: 114px;
}
@media print, screen and (min-width: 40em) {
  .b-search__title {
    font-size: 36px;
    margin-bottom: 145px;
  }
}
.b-search__form {
  margin-bottom: 50px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .b-search__form {
    margin-bottom: 110px;
  }
}
.b-search__form-input {
  width: 100%;
  margin: 0;
  padding: 11px 25% 11px 16px;
  border-radius: 30px;
  border: 1px solid #777;
  font-size: 14px;
  color: #777;
  outline: none;
}
@media print, screen and (min-width: 40em) {
  .b-search__form-input {
    padding: 11px 25% 11px 25px;
  }
}
.b-search__form-submit {
  width: 27px;
  height: 29px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/main_redisign/content/search/search.png);
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 29px;
  outline: none;
}
@media print, screen and (min-width: 40em) {
  .b-search__form-submit {
    right: 25px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-search__form-submit {
    right: 49px;
  }
}
.b-search__item-number {
  display: none;
}
@media print, screen and (min-width: 62.5em) {
  .b-search__item-number {
    display: block;
    font-size: 72px;
    line-height: 1em;
    text-transform: uppercase;
    color: #08b7f4;
    font-weight: 800;
  }
}
.b-search__item {
  color: #777;
}
@media print, screen and (min-width: 62.5em) {
  .b-search__item {
    display: flex;
    justify-content: space-between;
  }
}
.b-search__item:not(:last-of-type) {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .b-search__item:not(:last-of-type) {
    margin-bottom: 54px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-search__item-content {
    width: 74%;
  }
}
@media screen and (min-width: 100em) {
  .b-search__item-content {
    width: 600px;
  }
}
.b-search__item-name {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 22px;
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .b-search__item-name {
    margin-bottom: 12px;
  }
}
.b-search__item-description {
  font-size: 16px;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
  .b-search__item-description {
    margin-bottom: 14px;
  }
}
.b-search__path-text {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.35);
  display: inline-block;
}
.b-search__path-item {
  display: inline-block;
}
.b-search__path-link {
  color: #08b7f4;
}
.b-search__path-list {
  line-height: 1.2em;
}
.b-search__not-found {
  color: #777;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-services__title {
  margin: 62px 0 0;
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .b-services__title {
    margin: 88px 0 0;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-article-footer {
  display: flex;
  flex-flow: row wrap;
}
.b-article-footer .b-blog-article-detail__center {
  border-top: 1px solid #9e9ea2;
  padding-top: 30px;
}
.b-article-footer__author {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #777;
}
.b-article-footer__author-name {
  color: #a7a9ac;
}
.b-article-footer__wrapper {
  display: flex;
  flex-flow: row wrap;
}
.b-article-footer__properties {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  order: 1;
}
.b-article-footer__like-btn {
  width: 150px;
  height: 30px;
  background: lightgrey;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
}
.b-article-footer__like-btn:hover {
  background: #0db14b;
  cursor: pointer;
}
.b-article-footer__like-btn span::before {
  content: "";
  width: 14px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
  background: url("/upload/blog/teaser/icon-likes.png");
  background-repeat: no-repeat;
}
.b-article-footer__tags-container {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media print, screen and (min-width: 40em) {
  .b-article-footer {
    padding-top: 30px;
  }
  .b-article-footer__wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-top: 40px;
  }
  .b-article-footer__properties {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    order: 0;
  }
  .b-article-footer__tags-container {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-article-header {
  display: flex;
  flex-flow: row wrap;
}
.b-article-header__desc {
  margin-right: 0;
}
@media print, screen and (min-width: 62.5em) {
  .b-article-header__desc {
    margin-right: calc((100% - 960px) / 2);
  }
}
.b-article-header__podcasts {
  margin: 30px 0;
}
@media print, screen and (min-width: 62.5em) {
  .b-article-header__podcasts {
    margin: 50px 0;
  }
}
.b-article-header .h1 {
  margin: 0.67em 0;
}
.b-article-header__content {
  display: flex;
  width: 100%;
  margin-right: -32px;
  flex-wrap: wrap;
}
.b-article-header__left {
  width: 100%;
}
.b-article-header__button {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-article-header__button {
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-article-header__button {
    margin-bottom: 80px;
  }
}
.b-article-header__right {
  width: 100%;
}
.b-article-header__dark {
  margin-bottom: 24px;
  height: 200px;
  max-height: 200px;
}
@media print, screen and (min-width: 40em) {
  .b-article-header__dark {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-article-header__dark {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 25em) {
  .b-article-header__dark {
    height: 100%;
    max-height: 100%;
  }
}
.b-article-header__dark img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 25em) {
  .b-article-header__dark img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.b-article-header__categoryUrl {
  font-size: 12px;
  line-height: 18px;
  color: #4d4d55;
  padding: 7px 9px;
  background: #f6f8fb;
  text-decoration: none;
}
.b-article-header__title {
  color: #08b7f4;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  font-weight: 400;
  color: #4d4d55;
  padding-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .b-article-header__title {
    font-size: 44px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-article-header__title {
    font-size: 48px;
  }
}
@media screen and (min-width: 100em) {
  .b-article-header__title {
    font-size: 50px;
  }
}
.b-article-header__title.section {
  margin: 1rem 0;
}
@media print, screen and (min-width: 62.5em) {
  .b-article-header__title.section {
    margin: 0;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-article-header__title {
    padding-bottom: 2rem;
  }
}
.b-article-header__counters-datetime {
  margin-left: -27px;
  margin-top: 10px;
}
@media print, screen and (min-width: 40em) {
  .b-article-header__counters-datetime {
    margin-left: 0;
    margin-top: 0;
  }
}
.b-article-header__counters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.b-article-header__counters--event {
  align-items: flex-start;
  flex-direction: column;
  margin-top: -10px;
}
@media print, screen and (min-width: 40em) {
  .b-article-header__counters--event {
    flex-direction: row;
    align-items: center;
  }
}
.b-article-header__counters--event > * {
  margin-right: 20px;
}
.b-article-header__counters div {
  margin-right: 15px;
  padding-left: 27px;
  color: #4d4d55;
  position: relative;
  display: flex;
  font-size: 16px !important;
  line-height: 16px !important;
}
@media print, screen and (min-width: 40em) {
  .b-article-header__counters div {
    font-size: 20px !important;
    line-height: 20px !important;
  }
}
.b-article-header__counters-date {
  font-size: 16px !important;
  line-height: 16px !important;
}
@media print, screen and (min-width: 40em) {
  .b-article-header__counters-date {
    font-size: 20px !important;
    line-height: 20px !important;
  }
}
.b-article-header__counters-date::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 0;
  top: 44%;
  transform: translateY(-50%);
  background-image: url("/images/blog/detail/icon-calendar.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.b-article-header__counters-view::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  top: 44%;
  transform: translateY(-50%);
  background-image: url("/images/blog/detail/icon-view.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.b-article-header__counters-time {
  font-size: 16px !important;
  line-height: 16px !important;
}
@media print, screen and (min-width: 40em) {
  .b-article-header__counters-time {
    font-size: 20px !important;
    line-height: 20px !important;
  }
}
.b-article-header__counters-time::after {
  position: absolute;
  content: "";
  height: 18px;
  width: 16px;
  left: 0;
  top: 44%;
  transform: translateY(-50%);
  background-image: url("/images/blog/detail/icon-time.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.b-article-header__eventType {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #08b7f4;
}
.b-article-header__tags-container {
  margin-bottom: 32px;
  margin-top: 14px;
}
@media print, screen and (min-width: 40em) {
  .b-article-header__tags-container {
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-article-header__tags-container {
    margin-top: 28px;
    margin-bottom: 0;
  }
}
.b-article-header__tags-container a {
  text-decoration: none;
  margin-right: 15px;
  font-size: 12px;
  line-height: 18px;
  color: #4d4d55;
  opacity: 0.4;
}
@media print, screen and (min-width: 62.5em) {
  .b-article-header__right {
    margin-left: 32px;
    max-width: calc(100% / 3 - 32px);
    padding-top: 55px;
  }
  .b-article-header__left {
    max-width: calc(100% - 100% / 3 - 32px);
  }
}
@media screen and (min-width: 100em) {
  .b-article-header--no-picture {
    height: inherit;
    top: 0;
    margin-bottom: 40px;
  }
  .b-article-header--no-picture .b-article-header__content {
    position: static;
  }
  .b-article-header__background {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 470px;
  }
  .b-article-header__dark {
    position: relative;
    display: block;
  }
  .b-article-header__dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .b-article-header__content {
    display: flex;
    z-index: 2;
  }
  .b-article-header__title {
    font-size: 50px;
    line-height: 54px;
  }
  .b-article-header__title--color_white {
    color: white;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-article-services {
  width: 100%;
  margin-left: auto;
  margin-top: 70px;
  padding: 40px;
  background-color: #f3f6fa;
}
@media print, screen and (min-width: 40em) {
  .b-article-services {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 150px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-article-services {
    max-width: calc(100% - 100% / 3 - 32px);
  }
}
.b-article-services__title {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .b-article-services__title {
    font-size: 30px;
  }
}
.b-article-services__link {
  color: #08b7f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.b-article-services__link:hover {
  color: #9e9ea2;
}
.b-article-services ol {
  padding-bottom: 0;
  padding-left: 15px;
}
@media print, screen and (min-width: 40em) {
  .b-article-services ol {
    padding-left: 30px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-articles-switcher {
  display: flex;
  flex-flow: row wrap;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 70px;
}
.b-articles-switcher__article {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.b-articles-switcher__article:first-child {
  margin-bottom: 40px;
}
.b-articles-switcher__link {
  text-decoration: none;
  color: #777;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  border-bottom: solid 1px #777;
  font-size: 12px;
  transition: border-bottom-width 150ms ease-in-out;
}
.b-articles-switcher__link:hover {
  color: #777;
}
.b-articles-switcher__link:hover {
  border-width: 3px;
}
@media print, screen and (min-width: 62.5em) {
  .b-articles-switcher__link {
    font-size: 14px;
  }
}
.b-articles-switcher__title {
  color: #08b7f4;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin: 14px 0;
}
@media print, screen and (min-width: 62.5em) {
  .b-articles-switcher__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 100em) {
  .b-articles-switcher__title {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 40em) {
  .b-articles-switcher__article {
    flex: 0 0 auto;
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .b-articles-switcher__article:first-child {
    margin-bottom: 40px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-banner-blog {
  padding: 50px 30px;
  margin: 20px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.b-banner-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 5;
}
.b-banner-blog__title {
  position: relative;
  color: #fff;
  line-height: 130%;
  font-size: 24px;
  z-index: 10;
  margin-bottom: 20px;
}
.b-banner-blog__text {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  z-index: 10;
  margin-bottom: 30px;
}
.b-banner-blog .b-link_button {
  position: relative;
  z-index: 10;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-content-block {
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
  margin-left: auto;
}
.b-content-block .content-note {
  padding: 32px;
  margin: 32px 0;
  background: #f6f8fb;
  border-radius: 3px;
  box-sizing: border-box;
}
.b-content-block h2,
.b-content-block h3,
.b-content-block h4 {
  font-weight: 400;
}
.b-content-block__title {
  padding-bottom: 0;
}
.b-content-block__textInsertion {
  margin: 40px 0;
}
.b-content-block__textInsertion-title {
  color: #080808;
  font-size: 48px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
}
.b-content-block__textInsertion-description {
  color: #6b6b6b;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}
.b-content-block__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #4d4d55;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  .b-content-block__title {
    margin-top: 40px;
  }
}
.b-content-block__content {
  word-wrap: break-word;
  padding-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
  .b-content-block__content {
    padding-bottom: 24px;
  }
}
.b-content-block__content ul {
  list-style: disc;
}
.b-content-block__img-block {
  margin-top: 40px;
  max-height: 280px;
}
.b-content-block__img {
  width: 100%;
  height: 100%;
}
.b-content-block__img-description {
  color: #6b6b6b;
  margin-top: 20px;
  padding-left: 20px;
}
.b-content-block h3 {
  font-size: 20px;
  line-height: 22px;
}
.b-content-block a {
  color: #08b7f4;
}
.b-content-block a span {
  color: #08b7f4 !important;
}
.b-content-block a.b-main_button__link {
  color: #fff;
}
.b-content-block a:hover {
  color: #4d4d55;
}
.b-content-block img.author {
  width: 150px;
  height: 150px;
}
.b-content-block .cashoff {
  display: flex;
  align-items: center;
}
.b-content-block .cashoff p {
  padding-left: 24px;
  padding-bottom: 0;
}
@media print, screen and (min-width: 62.5em) {
  .b-content-block {
    font-size: 18px;
    line-height: 20px;
    max-width: calc(73% - 32px);
    padding-left: 32px;
  }
}
@media screen and (min-width: 100em) {
  .b-content-block .b-blog-article-detail__left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-links-block {
  margin: 40px 0;
}
.b-links-block__title {
  color: #080808;
  font-size: 22px;
  line-height: 22px;
}
.b-links-block__links-list {
  padding-left: 2px;
}
.b-links-block__link {
  color: #0db14b;
  font-size: 15px;
  line-height: 20px;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-main .content-note {
  padding: 32px;
  margin: 32px 0;
  background: #f6f8fb;
  border-radius: 3px;
  box-sizing: border-box;
}
.b-main__btn-container-top {
  display: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 62.5em) {
  .b-main__btn-container-top {
    margin-bottom: 30px;
    display: block;
  }
}
.b-main__mobile-btn {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 62.5em) {
  .b-main__mobile-btn {
    margin-bottom: 30px;
    display: none;
  }
}
.b-main p {
  margin-bottom: 0;
}
.b-main img.author {
  width: 150px;
  height: 150px;
}
.b-main .cashoff {
  display: flex;
  align-items: center;
}
.b-main .cashoff p {
  padding-left: 24px;
  padding-bottom: 0;
}
.b-main__right {
  width: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
  margin-left: auto;
}
.b-main__right h2,
.b-main__right h3,
.b-main__right h4 {
  font-weight: 400;
}
.b-main__left {
  width: 100%;
}
@media screen and (min-width: 62.5em) {
  .b-main__left {
    max-width: calc(100% / 3);
  }
}
.b-main__title-list {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #4d4d55;
}
.b-main a span {
  color: #777 !important;
}
.b-main a span.name {
  color: #4d4d55 !important;
}
.b-main a:hover span.name {
  color: #08b7f4 !important;
}
.b-main__author-photo {
  width: 106px;
  height: 106px;
  border-radius: 53px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.b-main__name {
  margin: 20px 0;
}
.b-main__name span {
  border-bottom: 1px solid #777;
  color: #777;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: bold;
}
.b-main__post {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 20px;
}
.b-main__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #4d4d55;
  margin-bottom: 30px;
}
.b-main__detailText {
  margin-bottom: 20px;
  word-wrap: break-word;
}
.b-main__detailText h3 {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 62.5em) {
  .b-main__detailText {
    font-size: 18px;
    line-height: 22px;
  }
}
.b-main__detailText h2 {
  padding-top: 30px;
}
.b-main__author {
  text-decoration: none;
  margin-bottom: 30px;
  display: block;
  max-width: 240px;
}
.b-main__author span {
  border: none;
  font-size: 16px;
  text-transform: none;
  color: #4d4d55;
}
.b-main__author p {
  color: #4d4d55 !important;
  padding-bottom: 12px;
}
.b-main__contents {
  margin-bottom: 40px;
  padding-right: 20px;
}
@media screen and (min-width: 62.5em) {
  .b-main__contents {
    margin-bottom: 20px;
    padding-right: 40px;
  }
}
.b-main__contents .b-main_button {
  position: relative;
  top: 50px;
}
.b-main__button {
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 62.5em) {
  .b-main__button {
    margin-top: 40px;
  }
}
.b-main__contents-mobile {
  margin-bottom: 50px;
}
.b-main__item {
  margin: 0;
  list-style: none !important;
  background: none !important;
  padding: 0;
  margin-bottom: 15px;
}
.b-main__item-anchor {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #4d4d55;
  text-decoration: none;
}
.b-main__item-anchor:hover {
  color: #777;
}
.b-main__item-anchor--active {
  color: #777;
}
.b-main__item-anchor-count {
  margin-right: 15px;
  color: #4d4d55;
}
.b-main__move-block {
  transition: padding-top 1s ease;
  pointer-events: auto;
  position: relative;
  z-index: 1;
  display: block;
  opacity: 1;
  width: 100%;
}
@media screen and (min-width: 62.5em) {
  .b-main__move-block {
    position: absolute;
    width: 25%;
  }
  .b-main__move-block--move {
    top: 0;
    padding-top: 160px;
    position: fixed;
  }
}
.b-main__content-list {
  list-style: decimal;
  color: #777;
}
.b-main__share {
  margin-bottom: 50px;
}
.b-main__icons {
  display: flex;
  align-items: center;
  padding: 0;
}
.b-main__icon {
  display: inline-block;
  list-style: none;
  margin: 0;
  cursor: pointer;
  border: 1px solid rgba(77, 77, 85, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.b-main__icon a {
  display: block;
  height: 100%;
  width: 100%;
}
.b-main__icon:not(:last-child) {
  margin-right: 15px;
}
.b-main__icon:hover {
  border-color: #08b7f4;
}
.b-main__icon--fb {
  background: url("/images/blog/detail/icon-fb.png") center no-repeat;
}
.b-main__icon--vk {
  background: url("/images/blog/detail/icon-vk.png") center no-repeat;
}
.b-main__icon--ok {
  background: url("/images/blog/detail/icon-ok.png") center no-repeat;
}
.b-main__icon--tw {
  background: url("/images/blog/detail/icon-tw.png") center no-repeat;
}
.b-main__icon--bookmark {
  background: url("/images/blog/detail/icon-bookmark.png") center no-repeat;
}
.b-main__icon--print {
  background: url("/images/blog/detail/icon-print.png") center no-repeat;
}
.b-main ul {
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .b-main__title {
    margin-bottom: 32px;
  }
  .b-main__title--right {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-main__detailText {
    margin-bottom: 30px;
  }
  .b-main__contents-mobile {
    display: none;
  }
  .b-main__share {
    margin-bottom: 0;
  }
  .b-main__icon {
    margin-bottom: 40px;
  }
  .b-main__button {
    max-width: calc(73% - 32px);
    margin-left: auto;
    padding-left: 32px;
  }
  .b-main__right {
    max-width: calc(73% - 32px);
    padding-left: 32px;
  }
}
@media screen and (min-width: 100em) {
  .b-main__icons {
    flex-direction: row;
  }
  .b-main__icon {
    margin-bottom: 0;
  }
  .b-main__contents {
    display: block;
  }
}

.slick-slide img,
.b-slider,
.b-slider__content-slider {
  height: auto !important;
  max-height: none !important;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-see-also {
  display: flex;
  flex-flow: row wrap;
}
.b-see-also__title {
  color: #08b7f4;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media print, screen and (min-width: 40em) {
  .b-see-also__title {
    font-size: 44px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-see-also__title {
    font-size: 48px;
  }
}
@media screen and (min-width: 100em) {
  .b-see-also__title {
    font-size: 50px;
  }
}
.b-see-also__article {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 80px;
}
.b-see-also__article .b-teaser__image {
  height: inherit;
}
.b-see-also__article .b-teaser__tags {
  display: none !important;
}
.b-see-also__article .b-teaser__author-name {
  display: none;
}
.b-see-also__article--numb-1 .b-teaser__image {
  height: inherit;
}
.b-see-also__article--numb-1 .b-teaser__article-title {
  color: #08b7f4;
  text-decoration: none;
  color: #08b7f4;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
}
@media print, screen and (min-width: 40em) {
  .b-see-also__article--numb-1 .b-teaser__article-title {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-see-also__article--numb-1 .b-teaser__article-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 100em) {
  .b-see-also__article--numb-1 .b-teaser__article-title {
    font-size: 30px;
  }
}
.b-see-also__article--numb-2 .b-teaser__article-title {
  color: #08b7f4;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
@media print, screen and (min-width: 62.5em) {
  .b-see-also__article--numb-2 .b-teaser__article-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 100em) {
  .b-see-also__article--numb-2 .b-teaser__article-title {
    font-size: 22px;
  }
}
.b-see-also__article--numb-3 .b-teaser__article-title {
  color: #08b7f4;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
@media print, screen and (min-width: 62.5em) {
  .b-see-also__article--numb-3 .b-teaser__article-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 100em) {
  .b-see-also__article--numb-3 .b-teaser__article-title {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 40em) {
  .b-see-also__article {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .b-see-also__article--wide {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .b-see-also__article .b-teaser__image-container {
    height: 180px;
  }
  .b-see-also__article .b-teaser__image-container__image {
    height: 100%;
  }
  .b-see-also__article--numb-1 .b-teaser__image-container {
    height: 306px;
  }
  .b-see-also__article--numb-1 .b-teaser__image {
    height: 100%;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-see-also__article {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .b-see-also__article--wide {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    order: 1;
  }
  .b-see-also__article--disappeared {
    display: none;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-blog-articles-list {
  margin-bottom: 40px;
}
.b-blog-articles-list__teaser-container {
  margin-bottom: 40px;
}
.b-blog-articles-list__title-container .navigation-breadcrumbs {
  margin: 0 0 18px;
  padding: 0 0 0 4px;
}
.b-blog-articles-list__teaser-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 18px;
}
@media screen and (min-width: 50em) {
  .b-blog-articles-list__teaser-container {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 32px;
    grid-column-gap: 32px;
  }
  .b-blog-articles-list__teaser-container .b-section-top:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .b-blog-articles-list__teaser-container .b-section-top:nth-child(7n+8) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (min-width: 90em) {
  .b-blog-articles-list__teaser-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .b-blog-articles-list__teaser-container .b-section-top:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .b-blog-articles-list__teaser-container .b-section-top:nth-child(7n+8) {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.b-blog-articles-list__section-tags {
  margin-bottom: 40px;
}
.b-blog-articles-list__section-tags div:first-of-type {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.b-blog-articles-list .blog-article-title {
  padding-bottom: 0;
  font-size: 48px;
  color: #4d4d55;
  line-height: 100%;
}
@media print, screen and (min-width: 40em) {
  .b-blog-articles-list .blog-article-title {
    line-height: 130%;
  }
}
.b-blog-articles-list .b-teaser__author-photo {
  display: none;
}
@media print, screen and (max-width: 39.99875em) {
  .b-blog-articles-list .b-teaser__image-container {
    height: 140px;
  }
}
.b-blog-articles-list--section-page .b-teaser__tags, .b-blog-articles-list--tags-search-page .b-teaser__tags {
  display: block;
}
.b-blog-articles-list .b-pager {
  margin: 0 auto 40px;
  color: #9e9ea2;
  text-align: center;
}
.b-blog-articles-list .b-pager ul,
.b-blog-articles-list .b-pager .pagebtn {
  display: inline-block;
}
.b-blog-articles-list .b-pager .prev {
  margin-right: 20px;
}
.b-blog-articles-list .b-pager .next {
  margin-left: 10px;
}
.b-blog-articles-list .b-pager .pagebtn.disabled {
  display: none;
}
.b-blog-articles-list .b-pager ul {
  list-style: none;
  text-align: center;
  padding: 0;
}
.b-blog-articles-list .b-pager ul li {
  display: inline;
  margin-right: 10px;
  font-weight: bold;
  color: #9e9ea2;
}
.b-blog-articles-list .b-pager ul li a {
  color: #9e9ea2;
}
.b-blog-articles-list .b-pager ul li a:hover {
  color: black;
}
.b-blog-articles-list .b-pager ul li a .active {
  color: #08b7f4;
}
.b-blog-articles-list .b-pager ul li .active {
  color: #08b7f4;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-header {
  height: 640px;
  margin-top: -120px;
  margin-bottom: 54px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media print, screen and (min-width: 40em) {
  .b-header {
    margin-bottom: 85px;
    height: 800px;
    margin-top: -104px;
    background-position: 70%;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-header {
    margin-bottom: 128px;
    height: 640px;
    background-position: center;
    margin-top: -139px;
  }
}
@media screen and (min-width: 100em) {
  .b-header {
    height: 740px;
  }
}
.b-header__content {
  padding-top: 100px;
}
@media print, screen and (min-width: 40em) {
  .b-header__content {
    padding-top: 100px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-header__content {
    padding-top: 120px;
  }
}
.b-header h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  margin-top: 125px;
  max-width: 618px;
}
@media print, screen and (min-width: 40em) {
  .b-header h1 {
    margin-top: 190px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-header h1 {
    margin-top: 130px;
  }
}
.b-header__description {
  color: #fff;
  margin-top: 16px;
  max-width: 390px;
}
@media print, screen and (min-width: 40em) {
  .b-header__description {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-header__description {
    margin-top: 24px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-section-top {
  height: 100%;
  opacity: 1;
}
.b-section-top__article--numb-2 .b-teaser__image-container {
  display: none;
}
.b-section-top__article--numb-2 .b-teaser__article-title {
  color: #08b7f4;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
@media print, screen and (min-width: 62.5em) {
  .b-section-top__article--numb-2 .b-teaser__article-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 100em) {
  .b-section-top__article--numb-2 .b-teaser__article-title {
    font-size: 22px;
  }
}
.b-section-top__article--numb-3 .b-teaser__preview-text {
  display: none;
}
.b-section-top__article--numb-3 .b-teaser__image-container {
  display: none;
}
.b-section-top__article--numb-3 .b-teaser__article-title {
  color: #08b7f4;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
@media print, screen and (min-width: 62.5em) {
  .b-section-top__article--numb-3 .b-teaser__article-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 100em) {
  .b-section-top__article--numb-3 .b-teaser__article-title {
    font-size: 22px;
  }
}
.b-section-top__container {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 40em) {
  .b-section-top__container {
    display: flex;
    flex-flow: row wrap;
  }
  .b-section-top__article--containerized {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-section-top__article--wide .b-teaser__image-container {
    height: 306px;
  }
  .b-section-top__container {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    flex-flow: column wrap;
  }
  .b-section-top__article--containerized {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 1024px) {
  .b-section-top__article--numb-1 .b-teaser__image-container {
    height: auto !important;
  }
  .b-section-top__article--numb-1 .b-teaser__image {
    width: 100% !important;
    height: auto !important;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-banner {
  flex: 0 0 auto;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.b-banner__icon {
  width: 106px;
  height: 106px;
  -o-object-fit: contain;
     object-fit: contain;
}
.b-banner__category {
  font-size: 14px;
  margin: 30px 0 17px;
  color: #777;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.b-banner__text-underline {
  border-bottom: 1px solid currentColor;
}
.b-banner__title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  color: #08b7f4;
}
.b-banner__detailed {
  display: block;
  width: 177px;
  height: 48px;
  color: #717073;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-align: center;
  line-height: 54px;
  border: 1px solid #717073;
}
@media print, screen and (min-width: 62.5em) {
  .b-banner {
    margin-top: 0;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-counters {
  display: flex;
  flex-wrap: wrap;
}
.b-counters__property {
  display: flex;
  color: #777;
  font-size: 12px;
  letter-spacing: 1.05px;
  font-weight: 800;
  padding-top: 14px;
  padding-bottom: 5px;
}
.b-counters__property::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
.b-counters__property--date {
  margin-right: 10px;
}
.b-counters__property--date::before {
  width: 18px;
  height: 13px;
  background-image: url("/upload/blog/teaser/icon-calendar.png");
}
.b-counters__property--reading-time::before {
  width: 18px;
  height: 13px;
  background-image: url("/images/main_redisign/content/blog/time.png");
}
.b-counters__property--views-counter {
  margin: 0 10px;
}
.b-counters__property--views-counter::before {
  width: 18px;
  height: 11px;
  background-image: url("/images/main_redisign/content/blog/view.png");
}
.b-counters__property--views-counter.wide {
  margin-right: 20px;
}
.b-counters__property--likes-counter::before {
  width: 18px;
  height: 12px;
  background-image: url("/images/main_redisign/content/blog/like.png");
}
.b-counters__property--regbutton::before {
  width: 17px;
  height: 17px;
  background-image: url("/images/main_redisign/content/blog/regbutton.png");
}
.b-counters__property--regbutton.no_icon::before {
  display: none;
}
.b-counters__property--regbutton.future::before {
  background-image: url("/images/main_redisign/content/blog/regbutton_future.png");
}
.b-counters__property--white.b-counters__property {
  color: #fff;
}
.b-counters__property--white.b-counters__property--reading-time::before {
  background-image: url("/images/main_redisign/content/blog/time-white.png");
}
.b-counters__property--white.b-counters__property--views-counter::before {
  background-image: url("/images/main_redisign/content/blog/view-white.png");
}
.b-counters__property--white.b-counters__property--likes-counter::before {
  background-image: url("/images/main_redisign/content/blog/like-white.png");
}
.b-counters__property--article-header.b-counters__property {
  color: #777;
}
.b-counters__property--article-header.b-counters__property--reading-time::before {
  background-image: url("/images/main_redisign/content/blog/time.png");
}
.b-counters__property--article-header.b-counters__property--views-counter::before {
  background-image: url("/images/main_redisign/content/blog/view.png");
}
.b-counters__property--article-header.b-counters__property--likes-counter::before {
  background-image: url("/images/main_redisign/content/blog/like.png");
}
.b-counters__article-like-clickable {
  transition: transform 1s;
}
.b-counters__article-like-clickable:hover {
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .b-counters__property {
    font-size: 14px;
  }
  .b-counters__property:not(:last-of-type) {
    margin-right: 20px;
    margin-left: 0;
  }
  .b-counters__property::before {
    margin-right: 10px;
  }
  .b-counters__property--date {
    margin-right: 20px;
  }
}
@media screen and (min-width: 100em) {
  .b-counters__property--white.b-counters__property {
    color: #fff;
  }
  .b-counters__property--white.b-counters__property--reading-time::before {
    background-image: url("/images/main_redisign/content/blog/time-white.png");
  }
  .b-counters__property--white.b-counters__property--views-counter::before {
    background-image: url("/images/main_redisign/content/blog/view-white.png");
  }
  .b-counters__property--white.b-counters__property--likes-counter::before {
    background-image: url("/images/main_redisign/content/blog/like-white.png");
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-events {
  background-color: #fff;
}
.b-events .swiper {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.b-events .big_h2 a {
  color: #4d4d55;
  text-decoration: none;
}
.b-events__container {
  margin-top: 40px;
  margin-left: 0;
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .b-events__container {
    margin-top: 48px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .b-events__container {
    margin-top: 64px;
  }
}
.b-events__container-navigation {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
}
.b-events__swiper-btn {
  display: flex;
}
.b-events__swiper-next {
  display: none;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .b-events__swiper-next {
    display: block;
  }
}
.b-events__swiper-prev {
  cursor: pointer;
  display: none;
  margin-right: 40px;
}
@media print, screen and (min-width: 40em) {
  .b-events__swiper-prev {
    display: block;
  }
}
.b-events__pagination {
  margin-top: 40px;
  position: relative;
}
@media print, screen and (min-width: 62.5em) {
  .b-events__pagination {
    margin-top: 44px;
  }
}
.b-events__pagination .swiper-pagination-bullet-active {
  transition: width 0.6s;
  width: 48px;
  border-radius: 4px;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-slider {
  overflow: hidden;
  background-color: #f3f6fa;
  max-height: 400px;
  padding: 0 20px 20px;
  margin-top: 30px;
}
.b-slider__controls-bar {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-slider__count {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.35px;
  color: #6b6b6b;
}
.b-slider__count--current {
  color: #08b7f4;
}
.b-slider__content-slider {
  height: 316px;
  overflow: hidden;
}
.b-slider__slide {
  height: 100%;
  width: 100%;
}
.b-slider__arrows {
  display: flex;
  flex-wrap: nowrap;
}
.b-slider__arrow {
  width: 13px;
  height: 10px;
}
.b-slider__arrow:hover {
  cursor: pointer;
}
.b-slider__arrow--left {
  background: url("/images/blog/slider/icon-arrow-left.svg") center no-repeat;
  margin-right: 20px;
}
.b-slider__arrow--right {
  background: url("/images/blog/slider/icon-arrow-right.svg") center no-repeat;
}
.b-slider .draggable {
  height: 100%;
  overflow: hidden;
}
.b-slider .slick-track {
  height: 100%;
  display: flex;
}
.b-slider .slick-slide > div {
  height: 100% !important;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-tags__tag {
  font-size: 16px;
  font-weight: 700;
  text-transform: lowercase;
  color: #08b7f4;
}
.b-tags__tag:hover {
  color: #777;
}
.b-tags__tag--color-theme_grey {
  color: #777;
}
.b-tags__tag--color-theme_grey:hover {
  color: #08b7f4;
}
.b-tags__tag--color-theme_green {
  color: #08b7f4;
}
.b-tags__tag--color-theme_green:hover {
  color: #777;
}
@media screen and (min-width: 100em) {
  .b-tags__tag--color-theme_white {
    color: white;
  }
  .b-tags__tag--color-theme_white:hover {
    color: #08b7f4;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-teaser-event {
  height: 100%;
  background-color: #f6f8fb;
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}
@media print, screen and (min-width: 62.5em) {
  .b-teaser-event:hover {
    background-color: #08b7f4;
  }
}
.b-teaser-event__wrapper-data {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.b-teaser-event__time {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #4d4d55;
}
.b-teaser-event__time::before {
  content: "";
  margin-left: 16px;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  display: block;
  mask-image: url("/images/k2-icons/time.svg");
  -webkit-mask-image: url("/images/k2-icons/time.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #08b7f4;
}
.b-teaser-event__wrapper {
  height: 100%;
  min-height: 370px;
  padding: 32px 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}
@media print, screen and (min-width: 62.5em) {
  .b-teaser-event__wrapper {
    min-height: 336px;
    padding: 32px 24px 24px;
  }
  .b-teaser-event__wrapper:hover .b-teaser-event__type {
    color: #fff;
  }
  .b-teaser-event__wrapper:hover .b-teaser-event__button {
    background-color: #fff;
    color: #4d4d55;
  }
  .b-teaser-event__wrapper:hover .b-teaser-event__time {
    color: #fff;
  }
  .b-teaser-event__wrapper:hover .b-teaser-event__time::before {
    background-color: #fff;
  }
  .b-teaser-event__wrapper:hover .b-teaser-event__article-title a {
    color: #fff;
  }
  .b-teaser-event__wrapper:hover .b-teaser-event__preview-text {
    color: #fff;
  }
  .b-teaser-event__wrapper:hover .b-teaser-event__date {
    color: #fff;
    opacity: 1;
  }
  .b-teaser-event__wrapper:hover .b-teaser-event__date::before {
    background-color: #fff;
  }
  .b-teaser-event__wrapper:hover .b-teaser-event__counters--readtime {
    color: #fff;
  }
  .b-teaser-event__wrapper:hover .b-teaser-event__counters--views {
    color: #fff;
  }
  .b-teaser-event__wrapper:hover .b-teaser-event__counters-readtime {
    background-color: #fff;
  }
  .b-teaser-event__wrapper:hover .b-teaser-event__counters-views {
    background-color: #fff;
  }
}
.b-teaser-event__type {
  color: #08b7f4;
}
.b-teaser-event__article-title a {
  color: #4d4d55;
  text-decoration: none;
}
.b-teaser-event__date {
  display: flex;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  color: #4d4d55;
}
.b-teaser-event__date::before {
  content: "";
  margin-right: 4px;
  margin-left: 16px;
  width: 24px;
  height: 24px;
  display: block;
  mask-image: url("/images/k2-icons/calendar.svg");
  -webkit-mask-image: url("/images/k2-icons/calendar.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #08b7f4;
}
.b-teaser-event__image-container {
  width: 100%;
  margin-bottom: 30px;
}
.b-teaser-event__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-teaser-event__main {
  flex: 1 1 0px;
  width: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}
.b-teaser-event__article-title {
  display: block;
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: #4d4d55;
  line-height: 140%;
}
.b-teaser-event__preview-text {
  text-decoration: none;
  color: #4d4d55;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 62.5em) {
  .b-teaser-event__preview-text {
    font-size: 15px;
  }
}
@media screen and (min-width: 100em) {
  .b-teaser-event__preview-text {
    font-size: 16px;
  }
}
.b-teaser-event__button {
  display: inline-block;
  background-color: #08b7f4;
  padding: 9.5px 16px;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
}
.b-teaser-event__counters {
  display: flex;
  align-items: center;
}
.b-teaser-event__counters--readtime {
  font-size: 12px;
  margin-right: 20px;
  color: #4d4d55;
}
.b-teaser-event__counters--views {
  font-size: 12px;
  color: #4d4d55;
}
.b-teaser-event__counters-readtime {
  margin-right: 4px;
  width: 24px;
  height: 24px;
  display: block;
  mask-image: url("/images/k2-icons/time.svg");
  -webkit-mask-image: url("/images/k2-icons/time.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #4d4d55;
}
.b-teaser-event__counters-views {
  margin-right: 4px;
  width: 24px;
  height: 24px;
  display: block;
  mask-image: url("/images/k2-icons/eye.svg");
  -webkit-mask-image: url("/images/k2-icons/eye.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #4d4d55;
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.b-teaser {
  height: 100%;
  transition: background-color 1s cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 50em) {
  .b-teaser {
    flex-direction: row;
  }
}
.b-teaser__img {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 50em) {
  .b-teaser__img {
    height: 100%;
  }
}
.b-teaser__img-link {
  flex: 0 0 auto;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 50em) {
  .b-teaser__img-link {
    height: auto;
  }
}
@media screen and (min-width: 50em) {
  .b-teaser__img-link {
    width: calc(50% + 16px);
  }
}
@media screen and (min-width: 90em) {
  .b-teaser__img-link {
    width: calc(67% + 16px);
  }
}
@media screen and (min-width: 90em) {
  .b-teaser.hover:hover {
    background-color: #08b7f4;
  }
  .b-teaser.hover:hover .b-teaser__preview-text a {
    color: #fff;
  }
}
.b-teaser:hover .b-main_button__link {
  background: #fff;
  color: #4d4d55;
}
.b-teaser:hover .b-teaser__new {
  color: #08b7f4;
  background-color: #fff;
}
.b-teaser__counters-container {
  display: flex;
  flex-direction: column;
}
.b-teaser__counters-wrapper {
  display: flex;
  margin-top: 20px;
}
.b-teaser.wide .b-teaser__wrapper {
  padding: 32px 24px 24px 24px;
}
@media screen and (min-width: 50em) {
  .b-teaser.wide .b-teaser__wrapper {
    padding: 32px 24px 24px 24px;
  }
}
@media screen and (min-width: 90em) {
  .b-teaser.wide .b-teaser__wrapper {
    padding: 32px 24px 24px 24px;
  }
  .b-teaser.wide:hover {
    background-color: #08b7f4;
  }
  .b-teaser.wide:hover .b-teaser__article-title {
    color: #fff;
  }
  .b-teaser.wide:hover .b-teaser__article-title span {
    color: #fff;
  }
  .b-teaser.wide:hover .b-teaser__new {
    color: #08b7f4;
    background-color: #fff;
  }
  .b-teaser.wide:hover .b-teaser__preview-text {
    color: #fff;
  }
  .b-teaser.wide:hover .b-teaser__date {
    color: #fff;
    opacity: 1;
  }
  .b-teaser.wide:hover .b-teaser__counters--readtime {
    color: #fff;
  }
  .b-teaser.wide:hover .b-teaser__counters--views {
    color: #fff;
  }
  .b-teaser.wide:hover .b-teaser__counters-readtime {
    background-color: #fff;
  }
  .b-teaser.wide:hover .b-teaser__counters-views {
    background-color: #fff;
  }
  .b-teaser.wide:hover .b-tags__tag {
    color: #fff;
  }
}
.b-teaser.grey {
  background-color: #f6f8fb;
}
.b-teaser__wrapper {
  width: auto;
  height: auto;
  min-height: 416px;
  padding: 32px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}
@media screen and (min-width: 90em) {
  .b-teaser__wrapper {
    width: 100%;
    min-height: 436px;
  }
  .b-teaser__wrapper:hover .b-teaser__article-title {
    color: #fff;
  }
  .b-teaser__wrapper:hover .b-teaser__article-title span {
    color: #fff;
  }
  .b-teaser__wrapper:hover a {
    color: #fff;
  }
  .b-teaser__wrapper:hover .b-teaser__preview-text {
    color: #fff;
  }
  .b-teaser__wrapper:hover .b-teaser__date {
    color: #fff;
    opacity: 1;
  }
  .b-teaser__wrapper:hover .b-teaser__counters--readtime {
    color: #fff;
  }
  .b-teaser__wrapper:hover .b-teaser__counters--views {
    color: #fff;
  }
  .b-teaser__wrapper:hover .b-teaser__counters-readtime {
    background-color: #fff;
  }
  .b-teaser__wrapper:hover .b-teaser__counters-views {
    background-color: #fff;
  }
}
.b-teaser__date {
  margin-bottom: 40px;
  font-size: 12px;
  text-decoration: none;
  color: #4d4d55;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-teaser__date-text {
  opacity: 0.4;
  line-height: 100%;
}
.b-teaser__new {
  padding: 2px 15px;
  color: #fff;
  background-color: #08b7f4;
  border-radius: 15px;
}
.b-teaser__image-container {
  width: 100%;
  margin-bottom: 30px;
}
.b-teaser__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-teaser__main {
  flex: 1 1 0px;
  width: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}
.b-teaser__article-title {
  display: block;
  margin-bottom: 17px;
  font-size: 24px;
  text-decoration: none;
  color: #4d4d55;
  line-height: 140%;
}
.b-teaser__article-title span {
  color: #08b7f4;
}
.b-teaser__preview-text {
  text-decoration: none;
  color: #4d4d55;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 62.5em) {
  .b-teaser__preview-text {
    font-size: 15px;
  }
}
@media screen and (min-width: 100em) {
  .b-teaser__preview-text {
    font-size: 16px;
  }
}
.b-teaser__counters {
  display: flex;
  align-items: center;
}
.b-teaser__counters--readtime {
  font-size: 12px;
  margin-right: 20px;
  color: #4d4d55;
}
.b-teaser__counters--views {
  font-size: 12px;
  color: #4d4d55;
}
.b-teaser__counters-readtime {
  margin-right: 4px;
  width: 24px;
  height: 24px;
  display: block;
  mask-image: url("/images/k2-icons/time.svg");
  -webkit-mask-image: url("/images/k2-icons/time.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #4d4d55;
}
.b-teaser__counters-views {
  margin-right: 4px;
  width: 24px;
  height: 24px;
  display: block;
  mask-image: url("/images/k2-icons/eye.svg");
  -webkit-mask-image: url("/images/k2-icons/eye.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #4d4d55;
}
.b-teaser .b-tags__tag {
  font-weight: normal;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.mfp-content {
  margin: 0 auto;
  width: calc(100% - 40px) !important;
  background: #fff;
}
@media print, screen and (min-width: 62.5em) {
  .mfp-content {
    width: calc(86%) !important;
    max-width: 1600px;
  }
}

.mfp-iframe-scaler iframe {
  box-shadow: none;
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.ps__rail-y {
  cursor: pointer;
}

.ps__thumb-y {
  background-color: #727272;
  opacity: 0.75;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #727272;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: transparent;
}

/*# sourceMappingURL=index.css.map*/