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

html,
body {
  min-height: 100%;
}

body {
  color: #1b1b2f;
  font: 300 16px/30px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 24px;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  color: #1f4068;
}
.swiper {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 16px;
  }
}

h1,
.h1 {
  font-size: 112px;
  line-height: 120px;
}
@media screen and (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 64px;
    line-height: 72px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 56px;
  }
}

@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

h2,
.h2 {
  font-size: 40px;
  line-height: 48px;
}

@media screen and (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
h3,
.h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
}

@media screen and (max-width: 1023px) {
  h3,
  .h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

h4,
.h4 {
  font-size: 24px;
  line-height: 32px;
}

@media screen and (max-width: 1023px) {
  h4,
  .h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
h5,
.h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
}

@media screen and (max-width: 1023px) {
  h5,
  .h5 {
    font-size: 18px;
    line-height: 24px;
  }
}

h6,
.h6 {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 1023px) {
  h6,
  .h6 {
    font-size: 12px;
    line-height: 20px;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #1b1b2f;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

.bold,
b,
strong {
  font-weight: 600;
}

a {
  text-decoration: underline;
  color: #1b1b2f;
}

a:hover {
  color: #f73859;
  text-decoration: none;
}

ul,
p,
ol {
  padding: 0;
  margin-bottom: 24px;
}

ul:last-child,
p:last-child,
ol:last-child {
  margin-bottom: 0;
}

p:empty {
  display: none;
}

ul,
ol {
  margin-left: 24px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 8px 0 8px 24px;
}

ul li,
ol li {
  margin: 0 0 8px;
}

img {
  outline: none;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 32px;
  table-layout: fixed;
}

table tr:nth-child(odd) td {
  background-color: #f2f4ff;
}

table tr:hover td {
  background-color: #ffffff;
}

table td,
table th {
  border-bottom: 1px solid #f4f6f9;
  border-top: 1px solid #f4f6f9;
  color: #1b1b2f;
  text-align: left;
  padding: 16px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

table th {
  padding: 16px;
  font-weight: 800;
  color: #ffffff;
  background-color: #f73859;
}

sup,
.sup {
  font-size: 12px;
  position: relative;
  top: -4px;
}

blockquote,
blockquote {
  margin-left: 32px;
  padding-left: 16px;
  font-style: italic;
  margin-bottom: 32px;
  border-left: 2px solid #f73859;
}

q,
.q {
  quotes: "\00ab""\00bb";
  margin-bottom: 24px;
  display: block;
}

q q,
.q q {
  quotes: "\201e""\201c";
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden-x {
  overflow-x: hidden;
}

.overflow-hidden-y {
  overflow-y: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-visible-x {
  overflow-x: visible;
}

.overflow-visible-y {
  overflow-y: visible;
}

.container {
  max-width: 1728px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media (max-width: 1759px) {
  .container {
    max-width: 1248px;
  }
}

@media screen and (max-width: 1023px) {
  .container {
    max-width: calc(100% - 72px);
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: calc(100% - 24px);
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.row.row_justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .row {
    margin: 0 -12px;
  }
}

@media screen and (max-width: 767px) {
  .row {
    margin: 0 -8px;
  }
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .col {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .col {
    padding: 0 8px;
  }
}

.col.col_1 {
  width: 8.3333%;
}

.col.col_2 {
  width: 16.666%;
}

.col.col_3 {
  width: 25%;
}

.col.col_4 {
  width: 33.3%;
}

.col.col_5 {
  width: 41.666667%;
}

.col.col_6 {
  width: 50%;
}

.col.col_7 {
  width: 58.333333%;
}

.col.col_8 {
  width: 66.666667%;
}

.col.col_9 {
  width: 75%;
}

.col.col_10 {
  width: 83.333333%;
}

.col.col_11 {
  width: 91.666667%;
}

.col.col_12 {
  width: 100%;
}

@media (max-width: 1759px) {
  .col.col_hd-desktop-2 {
    width: 16.66%;
  }

  .col.col_hd-desktop-3 {
    width: 25%;
  }

  .col.col_hd-desktop-4 {
    width: 33.3%;
  }

  .col.col_hd-desktop-5 {
    width: 41.666667%;
  }

  .col.col_hd-desktop-6 {
    width: 50%;
  }

  .col.col_hd-desktop-7 {
    width: 58.333333%;
  }

  .col.col_hd-desktop-8 {
    width: 66.666667%;
  }

  .col.col_hd-desktop-9 {
    width: 100%;
  }

  .col.col_hd-desktop-10 {
    width: 83.333333%;
  }

  .col.col_hd-desktop-11 {
    width: 91.666667%;
  }

  .col.col_hd-desktop-12 {
    width: 100%;
  }
}

@media (max-width: 1399px) {
  .col.col_big-desktop-2 {
    width: 16.66%;
  }

  .col.col_big-desktop-3 {
    width: 25%;
  }

  .col.col_big-desktop-4 {
    width: 33.3%;
  }

  .col.col_big-desktop-5 {
    width: 41.666667%;
  }

  .col.col_big-desktop-6 {
    width: 50%;
  }

  .col.col_big-desktop-7 {
    width: 58.333333%;
  }

  .col.col_big-desktop-8 {
    width: 66.666667%;
  }

  .col.col_big-desktop-9 {
    width: 75%;
  }

  .col.col_big-desktop-10 {
    width: 83.333333%;
  }

  .col.col_big-desktop-11 {
    width: 91.666667%;
  }

  .col.col_big-desktop-12 {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .col.col_middle-desktop-2 {
    width: 16.66%;
  }

  .col.col_middle-desktop-3 {
    width: 25%;
  }

  .col.col_middle-desktop-4 {
    width: 33.3%;
  }

  .col.col_middle-desktop-5 {
    width: 41.666667%;
  }

  .col.col_middle-desktop-6 {
    width: 50%;
  }

  .col.col_middle-desktop-7 {
    width: 58.333333%;
  }

  .col.col_middle-desktop-8 {
    width: 66.666667%;
  }

  .col.col_middle-desktop-9 {
    width: 75%;
  }

  .col.col_middle-desktop-10 {
    width: 83.333333%;
  }

  .col.col_middle-desktop-11 {
    width: 91.666667%;
  }

  .col.col_middle-desktop-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .col.col_desktop-2 {
    width: 16.66%;
  }

  .col.col_desktop-3 {
    width: 25%;
  }

  .col.col_desktop-4 {
    width: 33.3%;
  }

  .col.col_desktop-5 {
    width: 41.666667%;
  }

  .col.col_desktop-6 {
    width: 50%;
  }

  .col.col_desktop-7 {
    width: 58.333333%;
  }

  .col.col_desktop-8 {
    width: 66.666667%;
  }

  .col.col_desktop-9 {
    width: 75%;
  }

  .col.col_desktop-10 {
    width: 83.333333%;
  }

  .col.col_desktop-11 {
    width: 91.666667%;
  }

  .col.col_desktop-12 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .col.col_tab-3 {
    width: 25%;
  }

  .col.col_tab-4 {
    width: 33.3%;
  }

  .col.col_tab-5 {
    width: 41.666667%;
  }

  .col.col_tab-6 {
    width: 50%;
  }

  .col.col_tab-7 {
    width: 58.333333%;
  }

  .col.col_tab-8 {
    width: 66.666667%;
  }

  .col.col_tab-9 {
    width: 75%;
  }

  .col.col_tab-10 {
    width: 83.333333%;
  }

  .col.col_tab-11 {
    width: 91.666667%;
  }

  .col.col_tab-12 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .col.col_mob-3 {
    width: 25%;
  }

  .col.col_mob-4 {
    width: 33.3%;
  }

  .col.col_mob-6 {
    width: 50%;
  }

  .col.col_mob-8 {
    width: 66.666667%;
  }

  .col.col_mob-12 {
    width: 100%;
  }
}

@media screen and (max-width: 579px) {
  .col.col_mob-p-12 {
    width: 100%;
  }
}

@media (max-width: 1399px) {
  .hide-big-desktop {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hide-desktop {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .hide-middle-desktop {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hide-tab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hide-mob {
    display: none;
  }
}

@media screen and (max-width: 579px) {
  .hide-mob-p {
    display: none;
  }
}

.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 1400px) {
  .display-flex-big-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1200px) {
  .display-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .display-flex-middle-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 992px) {
  .display-flex-tab {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  .display-flex-mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 580px) {
  .display-flex-mob-p {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

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

@media (min-width: 1400px) {
  .display-block-big-desktop {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .display-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .display-block-middle-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .display-block-tab {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .display-block-mob {
    display: block !important;
  }
}

@media screen and (min-width: 580px) {
  .display-block-mob-p {
    display: block !important;
  }
}

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

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

.text-right {
  text-align: right;
}

/*flex-direction */
.direction-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

@media (min-width: 1400px) {
  .direction-row-big-desktop {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}

@media (min-width: 1200px) {
  .direction-row-middle-desktop {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}

@media screen and (min-width: 1024px) {
  .direction-row-desktop {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}

@media screen and (min-width: 992px) {
  .direction-row-tab {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}

@media screen and (min-width: 768px) {
  .direction-row-mob {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}

@media screen and (min-width: 580px) {
  .direction-row-mob-p {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}

.direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

@media (min-width: 1400px) {
  .direction-column-big-desktop {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

@media (min-width: 1200px) {
  .direction-column-middle-desktop {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

@media screen and (min-width: 1024px) {
  .direction-column-desktop {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

@media screen and (min-width: 992px) {
  .direction-column-tab {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

@media screen and (min-width: 768px) {
  .direction-column-mob {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

@media screen and (min-width: 580px) {
  .direction-column-mob-p {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

.direction-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

@media (min-width: 1400px) {
  .direction-row-reverse-big-desktop {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
}

@media (min-width: 1200px) {
  .direction-row-reverse-middle-desktop {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
}

@media screen and (min-width: 1024px) {
  .direction-row-reverse-desktop {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
}

@media screen and (min-width: 992px) {
  .direction-row-reverse-tab {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
}

@media screen and (min-width: 768px) {
  .direction-row-reverse-mob {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
}

@media screen and (min-width: 580px) {
  .direction-row-reverse-mob-p {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
}

.direction-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

@media (min-width: 1400px) {
  .direction-column-reverse-big-desktop {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

@media (min-width: 1200px) {
  .direction-column-reverse-middle-desktop {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

@media screen and (min-width: 1024px) {
  .direction-column-reverse-desktop {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

@media screen and (min-width: 992px) {
  .direction-column-reverse-tab {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

@media screen and (min-width: 768px) {
  .direction-column-reverse-mob {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

@media screen and (min-width: 580px) {
  .direction-column-reverse-mob-p {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

@media (min-width: 1400px) {
  .flex-wrap-big-desktop {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-wrap-middle-desktop {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}

@media (max-width: 1199px) {
  .flex-wrap-desktop {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}

@media screen and (min-width: 1024px) {
  .flex-wrap-tab {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}

@media screen and (min-width: 992px) {
  .flex-wrap-mob {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}

@media screen and (min-width: 768px) {
  .flex-wrap-mob-p {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

@media (min-width: 1400px) {
  .flex-nowrap-big-desktop {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-nowrap-middle-desktop {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

@media screen and (min-width: 1024px) {
  .flex-nowrap-desktop {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

@media screen and (min-width: 992px) {
  .flex-nowrap-tab {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

@media screen and (min-width: 768px) {
  .flex-nowrap-mob {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

@media screen and (min-width: 580px) {
  .flex-nowrap-mob-p {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

.justify-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

@media (min-width: 1400px) {
  .justify-center-big-desktop {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 1200px) {
  .justify-center-middle-desktop {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media screen and (min-width: 1024px) {
  .justify-center-desktop {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media screen and (min-width: 992px) {
  .justify-center-tab {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media screen and (min-width: 768px) {
  .justify-center-mob {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media screen and (min-width: 580px) {
  .justify-center-mob-p {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.justify-left {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

@media (min-width: 1400px) {
  .justify-left-big-desktop {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .justify-left-middle-desktop {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media screen and (min-width: 1024px) {
  .justify-left-desktop {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media screen and (min-width: 992px) {
  .justify-left-tab {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media screen and (min-width: 768px) {
  .justify-left-mob {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media screen and (min-width: 580px) {
  .justify-left-mob-p {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

.justify-right {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

@media (min-width: 1400px) {
  .justify-right-big-desktop {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .justify-right-middle-desktop {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

@media screen and (min-width: 1024px) {
  .justify-right-desktop {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

@media screen and (min-width: 992px) {
  .justify-right-tab {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

@media screen and (min-width: 768px) {
  .justify-right-mob {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

@media screen and (min-width: 580px) {
  .justify-right-mob-p {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

.justify-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

@media (min-width: 1400px) {
  .justify-between-big-desktop {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .justify-between-middle-desktop {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

@media screen and (min-width: 1024px) {
  .justify-between-desktop {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

@media screen and (min-width: 992px) {
  .justify-between-tab {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

@media screen and (min-width: 768px) {
  .justify-between-mob {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

@media screen and (min-width: 580px) {
  .justify-between-mob-p {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

.justify-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

@media (min-width: 1400px) {
  .justify-around-big-desktop {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .justify-around-middle-desktop {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

@media screen and (min-width: 1024px) {
  .justify-around-desktop {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

@media screen and (min-width: 992px) {
  .justify-around-tab {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

@media screen and (min-width: 768px) {
  .justify-around-mob {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

@media screen and (min-width: 580px) {
  .justify-around-mob-p {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

.align-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

@media (min-width: 1400px) {
  .align-center-big-desktop {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .align-center-middle-desktop {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media screen and (min-width: 1024px) {
  .align-center-desktop {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media screen and (min-width: 992px) {
  .align-center-tab {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media screen and (min-width: 768px) {
  .align-center-mob {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media screen and (min-width: 580px) {
  .align-center-mob-p {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

.align-left {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

@media (min-width: 1400px) {
  .align-left-big-desktop {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-left-middle-desktop {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

@media screen and (min-width: 1024px) {
  .align-left-desktop {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

@media screen and (min-width: 992px) {
  .align-left-tab {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

@media screen and (min-width: 768px) {
  .align-left-mob {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

@media screen and (min-width: 580px) {
  .align-left-mob-p {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

.align-right {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

@media (min-width: 1400px) {
  .align-right-big-desktop {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-right-middle-desktop {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}

@media screen and (min-width: 1024px) {
  .align-right-desktop {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}

@media screen and (min-width: 992px) {
  .align-right-tab {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}

@media screen and (min-width: 768px) {
  .align-right-mob {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}

@media screen and (min-width: 580px) {
  .align-right-mob-p {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}

.align-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

@media (min-width: 1400px) {
  .align-between-big-desktop {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .align-between-middle-desktop {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
}

@media screen and (min-width: 1024px) {
  .align-between-desktop {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
}

@media screen and (min-width: 992px) {
  .align-between-tab {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
}

@media screen and (min-width: 768px) {
  .align-between-mob {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
}

@media screen and (min-width: 580px) {
  .align-between-mob-p {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
}

.align-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

@media (min-width: 1400px) {
  .align-around-big-desktop {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .align-around-middle-desktop {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
}

@media screen and (min-width: 1024px) {
  .align-around-desktop {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
}

@media screen and (min-width: 992px) {
  .align-around-tab {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
}

@media screen and (min-width: 768px) {
  .align-around-mob {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
}

@media screen and (min-width: 580px) {
  .align-around-mob-p {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-6 {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.order-7 {
  -webkit-box-ordinal-group: 8 !important;
  -ms-flex-order: 7 !important;
  order: 7 !important;
}

.order-8 {
  -webkit-box-ordinal-group: 9 !important;
  -ms-flex-order: 8 !important;
  order: 8 !important;
}

.order-9 {
  -webkit-box-ordinal-group: 10 !important;
  -ms-flex-order: 9 !important;
  order: 9 !important;
}

.order-10 {
  -webkit-box-ordinal-group: 11 !important;
  -ms-flex-order: 10 !important;
  order: 10 !important;
}

.order-11 {
  -webkit-box-ordinal-group: 12 !important;
  -ms-flex-order: 11 !important;
  order: 11 !important;
}

.order-12 {
  -webkit-box-ordinal-group: 13 !important;
  -ms-flex-order: 12 !important;
  order: 12 !important;
}

@media (min-width: 1400px) {
  .order-big-desktop-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-big-desktop-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-big-desktop-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-big-desktop-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-big-desktop-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-big-desktop-6 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .order-big-desktop-7 {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }

  .order-big-desktop-8 {
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }

  .order-big-desktop-9 {
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }

  .order-big-desktop-10 {
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }

  .order-big-desktop-11 {
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }

  .order-big-desktop-12 {
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }
}

@media (min-width: 1200px) {
  .order-middle-desktop-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-middle-desktop-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-middle-desktop-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-middle-desktop-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-middle-desktop-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-middle-desktop-6 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .order-middle-desktop-7 {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }

  .order-middle-desktop-8 {
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }

  .order-middle-desktop-9 {
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }

  .order-middle-desktop-10 {
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }

  .order-middle-desktop-11 {
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }

  .order-middle-desktop-12 {
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }
}

@media screen and (min-width: 1024px) {
  .order-desktop-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-desktop-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-desktop-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-desktop-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-desktop-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-desktop-6 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .order-desktop-7 {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }

  .order-desktop-8 {
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }

  .order-desktop-9 {
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }

  .order-desktop-10 {
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }

  .order-desktop-11 {
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }

  .order-desktop-12 {
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }
}

@media screen and (min-width: 992px) {
  .order-tab-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-tab-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-tab-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-tab-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-tab-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-tab-6 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .order-tab-7 {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }

  .order-tab-8 {
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }

  .order-tab-9 {
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }

  .order-tab-10 {
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }

  .order-tab-11 {
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }

  .order-tab-12 {
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }
}

@media screen and (min-width: 768px) {
  .order-mob-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-mob-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-mob-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-mob-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-mob-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-mob-6 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .order-mob-7 {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }

  .order-mob-8 {
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }

  .order-mob-9 {
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }

  .order-mob-10 {
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }

  .order-mob-11 {
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }

  .order-mob-12 {
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }
}

@media screen and (min-width: 580px) {
  .order-mob-p-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-mob-p-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-mob-p-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-mob-p-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-mob-p-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-mob-p-6 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .order-mob-p-7 {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }

  .order-mob-p-8 {
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }

  .order-mob-p-9 {
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }

  .order-mob-p-10 {
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }

  .order-mob-p-11 {
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }

  .order-mob-p-12 {
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }
}

.padding-bottom-96 {
  padding-bottom: 96px;
}

.padding-bottom-64 {
  padding-bottom: 64px;
}

.padding-bottom-48 {
  padding-bottom: 48px;
}

.padding-bottom-32 {
  padding-bottom: 32px;
}

.padding-bottom-24 {
  padding-bottom: 24px;
}

.padding-bottom-16 {
  padding-bottom: 16px;
}

.padding-bottom-12 {
  padding-bottom: 12px;
}

.padding-bottom-8 {
  padding-bottom: 8px;
}

.padding-bottom-4 {
  padding-bottom: 4px;
}

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

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .padding-bottom-96 {
    padding-bottom: 64px;
  }

  .padding-bottom-64 {
    padding-bottom: 48px;
  }

  .padding-bottom-48 {
    padding-bottom: 32px;
  }

  .padding-bottom-32 {
    padding-bottom: 24px;
  }

  .padding-bottom-24 {
    padding-bottom: 16px;
  }

  .padding-bottom-16 {
    padding-bottom: 12px;
  }

  .padding-bottom-12 {
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .padding-bottom-96 {
    padding-bottom: 64px;
  }

  .padding-bottom-64 {
    padding-bottom: 48px;
  }

  .padding-bottom-48 {
    padding-bottom: 32px;
  }

  .padding-bottom-32 {
    padding-bottom: 24px;
  }

  .padding-bottom-24 {
    padding-bottom: 16px;
  }

  .padding-bottom-16 {
    padding-bottom: 12px;
  }

  .padding-bottom-12 {
    padding-bottom: 8px;
  }
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .padding-top-96 {
    padding-top: 64px;
  }

  .padding-top-64 {
    padding-top: 48px;
  }

  .padding-top-48 {
    padding-top: 32px;
  }

  .padding-top-32 {
    padding-top: 24px;
  }

  .padding-top-24 {
    padding-top: 16px;
  }

  .padding-top-16 {
    padding-top: 12px;
  }

  .padding-top-12 {
    padding-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .padding-top-96 {
    padding-top: 64px;
  }

  .padding-top-64 {
    padding-top: 48px;
  }

  .padding-top-48 {
    padding-top: 32px;
  }

  .padding-top-32 {
    padding-top: 24px;
  }

  .padding-top-24 {
    padding-top: 16px;
  }

  .padding-top-16 {
    padding-top: 12px;
  }

  .padding-top-12 {
    padding-top: 8px;
  }
}

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

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

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

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

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

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

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

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

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

.margin-bottom-0 {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .margin-bottom-96 {
    margin-bottom: 64px;
  }

  .margin-bottom-64 {
    margin-bottom: 48px;
  }

  .margin-bottom-48 {
    margin-bottom: 32px;
  }

  .margin-bottom-32 {
    margin-bottom: 24px;
  }

  .margin-bottom-24 {
    margin-bottom: 16px;
  }

  .margin-bottom-16 {
    margin-bottom: 12px;
  }

  .margin-bottom-12 {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .margin-bottom-96 {
    margin-bottom: 64px;
  }

  .margin-bottom-64 {
    margin-bottom: 48px;
  }

  .margin-bottom-48 {
    margin-bottom: 32px;
  }

  .margin-bottom-32 {
    margin-bottom: 24px;
  }

  .margin-bottom-24 {
    margin-bottom: 16px;
  }

  .margin-bottom-16 {
    margin-bottom: 12px;
  }

  .margin-bottom-12 {
    margin-bottom: 8px;
  }
}

.margin-top-96 {
  margin-top: 96px;
}

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

.margin-top-48 {
  margin-top: 48px;
}

.margin-top-32 {
  margin-top: 32px;
}

.margin-top-24 {
  margin-top: 24px;
}

.margin-top-16 {
  margin-top: 16px;
}

.margin-top-12 {
  margin-top: 12px;
}

.margin-top-8 {
  margin-top: 8px;
}

.margin-top-4 {
  margin-top: 4px;
}

.margin-top-0 {
  margin-top: 0;
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .margin-top-96 {
    margin-top: 64px;
  }

  .margin-top-64 {
    margin-top: 48px;
  }

  .margin-top-48 {
    margin-top: 32px;
  }

  .margin-top-32 {
    margin-top: 24px;
  }

  .margin-top-24 {
    margin-top: 16px;
  }

  .margin-top-16 {
    margin-top: 12px;
  }

  .margin-top-12 {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .margin-top-96 {
    margin-top: 64px;
  }

  .margin-top-64 {
    margin-top: 48px;
  }

  .margin-top-48 {
    margin-top: 32px;
  }

  .margin-top-32 {
    margin-top: 24px;
  }

  .margin-top-24 {
    margin-top: 16px;
  }

  .margin-top-16 {
    margin-top: 12px;
  }

  .margin-top-12 {
    margin-top: 8px;
  }
}

.margin-left-auto {
  margin-left: auto !important;
}

@media (min-width: 1400px) {
  .margin-left-auto__big-desktop {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .margin-left-auto__middle-desktop {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 1024px) {
  .margin-left-auto__desktop {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 992px) {
  .margin-left-auto__tab {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .margin-left-auto__mob {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 580px) {
  .margin-left-auto__mob-p {
    margin-left: auto !important;
  }
}

.margin-right-auto {
  margin-right: auto !important;
}

@media (min-width: 1400px) {
  .margin-right-auto__big-desktop {
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .margin-right-auto__middle-desktop {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 1024px) {
  .margin-right-auto__desktop {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 992px) {
  .margin-right-auto__tab {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .margin-right-auto__mob {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 580px) {
  .margin-right-auto__mob-p {
    margin-right: auto !important;
  }
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form textarea {
  border: 1px solid rgba(31, 64, 104, 0.3);
  padding: 15px 25px;
  width: 100%;
  border-radius: 56px;
  background-color: #ffffff;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #1b1b2f;
}

form input[type="text"]:hover,
form input[type="password"]:hover,
form input[type="tel"]:hover,
form input[type="email"]:hover,
form textarea:hover {
  border-color: #1f4068;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form textarea:focus {
  border-color: #1f4068;
  background-color: #ffffff;
}

form input[type="text"]:disabled,
form input[type="password"]:disabled,
form input[type="tel"]:disabled,
form input[type="email"]:disabled,
form textarea:disabled {
  border-color: #f4f6f9;
}

form input[type="text"].error,
form input[type="password"].error,
form input[type="tel"].error,
form input[type="email"].error,
form textarea.error {
  border-color: #f73859;
}

@media screen and (max-width: 1023px) {
  form input[type="text"],
  form input[type="password"],
  form input[type="tel"],
  form input[type="email"],
  form textarea {
    padding: 11px 24px;
    font-size: 14px;
    line-height: 22px;
  }
}

form textarea {
  width: 100%;
  height: 96px;
  resize: none;
}

.form-field {
  margin-bottom: 32px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .form-field {
    margin-bottom: 16px;
  }
}

.form-field .label-wrap {
  display: block;
  height: 100%;
}

.form-field .form-field__title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  cursor: pointer;
  color: #1b1b2f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-field .form-field__title:hover {
  color: #f73859;
}

.form-group {
  position: relative;
}

.form-group-btn {
  position: absolute;
  top: 0;
  right: 0;
}

label.error {
  color: #f73859;
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

label.error:before {
  content: url("../images/content/icon/error.svg");
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
}

@media screen and (max-width: 1023px) {
  label.error {
    font-size: 10px;
    line-height: 16px;
    top: -18px;
  }

  label.error:before {
    background-size: 14px;
    width: 14px;
    height: 14px;
  }
}

.custom-check {
  display: block;
  position: relative;
}

.custom-check .custom-check__input {
  position: absolute;
  opacity: 0;
}

.custom-check .custom-check__input:checked ~ .custom-check__text:before {
  opacity: 1;
}

.custom-check .custom-check__input:checked ~ .custom-check__text:after {
  border-color: #f73859;
}

.custom-check .custom-check__input:disabled ~ .custom-check__text {
  color: #afb5c6;
}

.custom-check .custom-check__input:disabled ~ .custom-check__text:after {
  border-color: #f4f6f9;
}

.custom-check .custom-check__input:disabled ~ .custom-check__text:hover:after {
  border-color: #f4f6f9;
}

.custom-check .custom-check__text {
  position: relative;
  padding-left: 32px;
  display: block;
  cursor: pointer;
}

.custom-check .custom-check__text:before,
.custom-check .custom-check__text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-check .custom-check__text:before {
  opacity: 0;
}

.custom-check .custom-check__text:after {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 2px solid rgba(31, 64, 104, 0.3);
}

.custom-check .custom-check__text:hover:after {
  border-color: #f73859;
}

.custom-check input[type="checkbox"] ~ .custom-check__text:before {
  content: "\2713";
  background: #f73859;
  color: #ffffff;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-check input[type="radio"] ~ .custom-check__text:before,
.custom-check input[type="radio"] ~ .custom-check__text:after {
  border-radius: 50%;
}

.custom-check input[type="radio"] ~ .custom-check__text:before {
  width: 10px;
  height: 10px;
  background: #f73859;
  opacity: 0;
  top: 9px;
  left: 5px;
}

.jcf-focus {
  border-color: #1b1b2f;
}

.jcf-select,
select {
  height: 48px;
  width: 100%;
  position: relative;
  cursor: pointer;
  border: 1px solid #1b1b2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jcf-select.jcf-drop-active .jcf-select-text,
select.jcf-drop-active .jcf-select-text {
  background-color: #ffffff;
}

.jcf-select.jcf-drop-active .jcf-select-opener,
select.jcf-drop-active .jcf-select-opener {
  background-color: #ffffff;
}

.jcf-select.jcf-drop-active .jcf-select-opener:after,
select.jcf-drop-active .jcf-select-opener:after {
  margin-top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.jcf-select.jcf-disabled,
select.jcf-disabled {
  opacity: 0.3;
}

.jcf-select .jcf-select-opener,
select .jcf-select-opener {
  width: 46px;
  height: 46px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jcf-select .jcf-select-opener:after,
select .jcf-select-opener:after {
  display: block;
  border-right: 1px solid #1b1b2f;
  border-top: 1px solid #1b1b2f;
  content: "";
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.jcf-select .jcf-select-text,
select .jcf-select-text {
  color: #1b1b2f;
  font-size: 16px;
  line-height: 46px;
  width: 100%;
  padding: 0 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: transparent;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.jcf-select-drop {
  position: absolute;
  top: calc(100% + 2px);
  left: -1px;
  z-index: 3;
}

.jcf-select-drop-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 12px rgba(2, 21, 51, 0.1);
  box-shadow: 0 8px 12px rgba(2, 21, 51, 0.1);
}

.jcf-select-drop-content .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-select-drop-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jcf-select-drop-content li {
  margin: 0;
  padding: 0;
}

.jcf-select-drop-content .jcf-option {
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #1b1b2f;
  background-color: #ffffff;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.jcf-select-drop-content .jcf-option:hover {
  background-color: #f4f6f9;
}

.jcf-select-drop-content .jcf-option.jcf-selected {
  background-color: #f2f4ff;
}

.jcf-number {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0 60px;
  border: 1px solid #1b1b2f;
}

.jcf-number input {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.jcf-number input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  padding: 8px;
  height: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  background: #ffffff;
  width: 46px;
  height: 46px;
  top: 0;
  font-size: 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background: #f2f4ff;
}

.jcf-number .jcf-btn-dec {
  left: 0;
  border-right: 1px solid #1b1b2f;
}

.jcf-number .jcf-btn-dec:before {
  content: "-";
}

.jcf-number .jcf-btn-inc {
  right: 0;
  border-left: 1px solid #1b1b2f;
}

.jcf-number .jcf-btn-inc:before {
  content: "+";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #afb5c6;
  font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #afb5c6;
  font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #afb5c6;
  font-weight: 400;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #afb5c6;
  font-weight: 400;
}

input::placeholder,
textarea::placeholder {
  color: #afb5c6;
  font-weight: 400;
}

input:disabled::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder {
  color: rgba(175, 181, 198, 0.5);
  font-weight: 400;
}

input:disabled::-moz-placeholder,
textarea:disabled::-moz-placeholder {
  color: rgba(175, 181, 198, 0.5);
  font-weight: 400;
}

input:disabled:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder {
  color: rgba(175, 181, 198, 0.5);
  font-weight: 400;
}

input:disabled::-ms-input-placeholder,
textarea:disabled::-ms-input-placeholder {
  color: rgba(175, 181, 198, 0.5);
  font-weight: 400;
}

input:disabled::placeholder,
textarea:disabled::placeholder {
  color: rgba(175, 181, 198, 0.5);
  font-weight: 400;
}

@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #f73859;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #1f4068;
}

@font-face {
  font-family: "hmicon";
  src: url("../fonts/hmicon.eot?mcojix");
  src: url("../fonts/hmicon.eot?mcojix#iefix") format("embedded-opentype"),
    url("../fonts/hmicon.ttf?mcojix") format("truetype"),
    url("../fonts/hmicon.woff?mcojix") format("woff"),
    url("../fonts/hmicon.svg?mcojix#hmicon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.hm-icon {
  font-family: "hmicon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hm-behance-stroke:before {
  content: "";
}

.hm-behance-fill:before {
  content: "";
}

.hm-deezer-stroke:before {
  content: "";
}

.hm-deezer-fill:before {
  content: "";
}

.hm-fb-stroke:before {
  content: "";
}

.hm-fb-fill:before {
  content: "";
}

.hm-google-plus-g-stroke:before {
  content: "";
}

.hm-google-plus-g-fill:before {
  content: "";
}

.hm-instagram-stroke:before {
  content: "";
}

.hm-instagram-fill:before {
  content: "";
}

.hm-itunes-note-stroke:before {
  content: "";
}

.hm-itunes-note-fill:before {
  content: "";
}

.hm-linkedin-in-stroke:before {
  content: "";
}

.hm-linkedin-in-fill:before {
  content: "";
}

.hm-napster-stroke:before {
  content: "";
}

.hm-napster-fill:before {
  content: "";
}

.hm-odnoklassniki-stroke:before {
  content: "";
}

.hm-odnoklassniki-fill:before {
  content: "";
}

.hm-skype-stroke:before {
  content: "";
}

.hm-skype-fill:before {
  content: "";
}

.hm-spotify-stroke:before {
  content: "";
}

.hm-spotify-fill:before {
  content: "";
}

.hm-telegram-plane-stroke:before {
  content: "";
}

.hm-telegram-plane-fill:before {
  content: "";
}

.hm-tiktok-stroke:before {
  content: "";
}

.hm-tiktok-fill:before {
  content: "";
}

.hm-tumblr-stroke:before {
  content: "";
}

.hm-tumblr-fill:before {
  content: "";
}

.hm-twitter-stroke:before {
  content: "";
}

.hm-twitter-fill:before {
  content: "";
}

.hm-viber-stroke:before {
  content: "";
}

.hm-viber-fill:before {
  content: "";
}

.hm-whatsapp-stroke:before {
  content: "";
}

.hm-whatsapp-fill:before {
  content: "";
}

.hm-youtube-stroke:before {
  content: "";
}

.hm-youtube-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-behance-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-behance-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-deezer-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-deezer-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-fb-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-fb-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-google-plus-g-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-google-plus-g-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-instagram-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-instagram-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-itunes-note-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-itunes-note-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-linkedin-in-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-linkedin-in-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-napster-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-napster-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-odnoklassniki-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-odnoklassniki-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-skype-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-skype-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-spotify-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-spotify-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-telegram-plane-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-telegram-plane-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-tiktok-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-tiktok-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-tumblr-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-tumblr-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-twitter-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-twitter-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-viber-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-viber-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-whatsapp-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-whatsapp-fill:before {
  content: "";
}

.hm-icon-link:hover .hm-youtube-stroke:before {
  content: "";
}

.hm-icon-link:hover .hm-youtube-fill:before {
  content: "";
}

.btn,
button,
input[type="submit"],
input[type="reset"] {
  color: #ffffff;
  cursor: pointer;
  padding: 15px 38px;
  border: 1px solid #f73859;
  text-decoration: none;
  display: inline-block;
  outline: none;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f73859;
  border-radius: 64px;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn .icon,
button .icon,
input[type="submit"] .icon,
input[type="reset"] .icon {
  fill: #ffffff;
}

@media screen and (max-width: 1023px) {
  .btn,
  button,
  input[type="submit"],
  input[type="reset"] {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 30px;
  }
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  color: #ffffff;
  text-decoration: none;
  background: #f73859;
  border-color: #f73859;
  -webkit-box-shadow: 0 5px 40px rgba(247, 56, 89, 0.5);
  box-shadow: 0 5px 40px rgba(247, 56, 89, 0.5);
}

.btn:hover .icon,
button:hover .icon,
input[type="submit"]:hover .icon,
input[type="reset"]:hover .icon {
  fill: #f73859;
}

.btn.active,
.btn:active,
.btn:focus,
button.active,
button:active,
button:focus,
input[type="submit"].active,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="reset"].active,
input[type="reset"]:active,
input[type="reset"]:focus {
  color: #ffffff;
  text-decoration: none;
  background: #1f4068;
  border-color: #1f4068;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.active .icon,
.btn:active .icon,
.btn:focus .icon,
button.active .icon,
button:active .icon,
button:focus .icon,
input[type="submit"].active .icon,
input[type="submit"]:active .icon,
input[type="submit"]:focus .icon,
input[type="reset"].active .icon,
input[type="reset"]:active .icon,
input[type="reset"]:focus .icon {
  fill: #ffffff;
}

.btn:disabled,
button:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled {
  border-color: #afb5c6;
  background-color: #afb5c6;
  opacity: 0.5;
  cursor: default;
}

.btn:disabled:hover,
button:disabled:hover,
input[type="submit"]:disabled:hover,
input[type="reset"]:disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn_secondary,
button.btn_secondary,
input[type="submit"].btn_secondary,
input[type="reset"].btn_secondary {
  color: #f73859;
  border-color: #f73859;
  background-color: transparent;
}

.btn.btn_secondary .icon,
button.btn_secondary .icon,
input[type="submit"].btn_secondary .icon,
input[type="reset"].btn_secondary .icon {
  fill: #f73859;
}

.btn.btn_secondary:hover,
button.btn_secondary:hover,
input[type="submit"].btn_secondary:hover,
input[type="reset"].btn_secondary:hover {
  color: #ffffff;
  border-color: #f73859;
  background-color: #f73859;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn_secondary:hover .icon,
button.btn_secondary:hover .icon,
input[type="submit"].btn_secondary:hover .icon,
input[type="reset"].btn_secondary:hover .icon {
  fill: #ffffff;
}

.btn.btn_secondary.active,
.btn.btn_secondary:active,
.btn.btn_secondary:focus,
button.btn_secondary.active,
button.btn_secondary:active,
button.btn_secondary:focus,
input[type="submit"].btn_secondary.active,
input[type="submit"].btn_secondary:active,
input[type="submit"].btn_secondary:focus,
input[type="reset"].btn_secondary.active,
input[type="reset"].btn_secondary:active,
input[type="reset"].btn_secondary:focus {
  color: #ffffff;
  text-decoration: none;
  background: #1f4068;
  border-color: #1f4068;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn_secondary.active .icon,
.btn.btn_secondary:active .icon,
.btn.btn_secondary:focus .icon,
button.btn_secondary.active .icon,
button.btn_secondary:active .icon,
button.btn_secondary:focus .icon,
input[type="submit"].btn_secondary.active .icon,
input[type="submit"].btn_secondary:active .icon,
input[type="submit"].btn_secondary:focus .icon,
input[type="reset"].btn_secondary.active .icon,
input[type="reset"].btn_secondary:active .icon,
input[type="reset"].btn_secondary:focus .icon {
  fill: #ffffff;
}

.btn.btn_secondary:disabled,
button.btn_secondary:disabled,
input[type="submit"].btn_secondary:disabled,
input[type="reset"].btn_secondary:disabled {
  border-color: rgba(175, 181, 198, 0.5);
  color: rgba(175, 181, 198, 0.5);
}

.btn.btn_tertiary,
button.btn_tertiary,
input[type="submit"].btn_tertiary,
input[type="reset"].btn_tertiary {
  color: #1b1b2f;
  border-color: transparent;
  background-color: transparent;
}

.btn.btn_tertiary .icon,
button.btn_tertiary .icon,
input[type="submit"].btn_tertiary .icon,
input[type="reset"].btn_tertiary .icon {
  fill: #1b1b2f;
}

.btn.btn_tertiary:hover,
button.btn_tertiary:hover,
input[type="submit"].btn_tertiary:hover,
input[type="reset"].btn_tertiary:hover {
  color: #1b1b2f;
  border-color: #f2f4ff;
  background-color: #f2f4ff;
}

.btn.btn_tertiary:hover .icon,
button.btn_tertiary:hover .icon,
input[type="submit"].btn_tertiary:hover .icon,
input[type="reset"].btn_tertiary:hover .icon {
  fill: #1b1b2f;
}

.btn.btn_tertiary:disabled,
button.btn_tertiary:disabled,
input[type="submit"].btn_tertiary:disabled,
input[type="reset"].btn_tertiary:disabled {
  border-color: #f4f6f9;
  color: #f4f6f9;
}

.wysiwyg img {
  display: block;
  margin: 0 auto 24px;
}

.wysiwyg ul li,
.wysiwyg ol li {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .wysiwyg ul li,
  .wysiwyg ol li {
    padding-left: 24px;
  }
}

.wysiwyg ul {
  list-style: none;
}

.wysiwyg ul ul {
  margin-left: 0;
}

.wysiwyg ul li {
  position: relative;
  padding-left: 32px;
}

.wysiwyg ul li:before {
  content: "—";
  left: 8px;
  top: -2px;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .wysiwyg ul li:before {
    top: 0;
    left: 0;
  }
}

.tabs .tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: -55px;
  margin-right: -55px;
}

@media screen and (max-width: 1023px) {
  .tabs .tabs-header {
    margin-bottom: 40px;
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .tabs .tabs-header {
    margin-bottom: 32px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .tabs .tabs-header {
    margin-bottom: 32px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.tabs .tabs-header .tabs-header__item {
  margin: 0 55px;
}

@media screen and (max-width: 1023px) {
  .tabs .tabs-header .tabs-header__item {
    margin: 0 40px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .tabs .tabs-header .tabs-header__item {
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .tabs .tabs-header .tabs-header__item {
    margin: 0 20px;
  }
}

.tabs
  .tabs-header
  .tabs-header__item.tabs-header__item_active
  .tabs-header__text {
  color: #1f4068;
}

.tabs .tabs-header .tabs-header__text {
  display: block;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
  color: rgba(31, 64, 104, 0.3);
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .tabs .tabs-header .tabs-header__text {
    font-size: 22px;
    line-height: 28px;
  }
}

.tabs .tabs-body .tabs-body__item {
  width: 100%;
  display: none;
}

.tabs .tabs-body .tabs-body__item.tabs-body__item_active {
  display: block;
}

svg {
  fill: #f73859;
}

.icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .icon {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .icon {
    width: 18px;
    height: 18px;
  }
}

.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-position-left {
  padding-right: 8px;
}

.icon-position-left .icon {
  padding-right: 8px;
}

.icon-position-right {
  padding-left: 8px;
}

.icon-position-right .icon {
  padding-left: 8px;
}

.icon:hover {
  color: #1f4068;
}

.icon:hover svg {
  fill: #1f4068;
}

.datepicker {
  -webkit-box-shadow: 0 4px 30px rgba(27, 27, 47, 0.1);
  box-shadow: 0 4px 30px rgba(27, 27, 47, 0.1);
  border-radius: 15px;
  border-color: transparent;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  width: 392px;
  color: #1b1b2f;
  padding: 16px;
}

.datepicker-inline .datepicker {
  border-color: transparent;
  -webkit-box-shadow: 0 8px 40px rgba(0, 73, 164, 0.15);
  box-shadow: 0 8px 40px rgba(0, 73, 164, 0.15);
}

.datepicker--pointer {
  display: none;
}

.datepicker--nav {
  background: #f2f4ff;
  border-radius: 8px 8px 0 0;
  border-bottom: none;
  padding: 0;
}

.datepicker--nav-action {
  width: 56px;
  height: 56px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.datepicker--nav-action[data-action="prev"] {
  border-radius: 8px 0 0 0;
}

.datepicker--nav-action[data-action="next"] {
  border-radius: 0 8px 0 0;
}

.datepicker--nav-action svg {
  width: 16px;
  height: 16px;
  fill: #f73859;
}

.datepicker--nav-action path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: #f73859;
  stroke: none;
  stroke-width: 0;
}

.datepicker--nav-action:hover {
  background-color: #f73859;
}

.datepicker--nav-action:hover path {
  fill: #ffffff;
}

.datepicker--nav-title {
  max-width: calc(100% - 112px);
  padding: 0;
  width: 100%;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.datepicker--nav-title:hover {
  background-color: #1f4068;
  color: #ffffff;
}

.datepicker--content {
  padding: 0;
}

.datepicker--day-name {
  color: #1b1b2f;
  font-size: 18px;
  line-height: 56px;
  font-weight: 400;
  text-transform: none;
}

.datepicker--days-names {
  margin: 0;
  background: #f2f4ff;
  border-radius: 0 0 8px 8px;
}

.datepicker--cell {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.datepicker--cell-day {
  border-radius: 50%;
  height: 56px;
}

.datepicker--cell-day.-current- {
  border: 1px solid #f73859;
  color: #1b1b2f;
}

.datepicker--cell-day.-current-.-in-range- {
  border: none;
  background-color: transparent;
  color: #f73859;
}

.datepicker--cell-day.-current-.-in-range-:before,
.datepicker--cell-day.-current-.-in-range-:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.datepicker--cell-day.-current-.-in-range-:before {
  border-radius: 50%;
  border: 1px solid #f73859;
  z-index: -1;
}

.datepicker--cell-day.-current-.-in-range-:after {
  z-index: -2;
  background-color: #f2f4ff;
}

.datepicker--cell-day.-current-.-range-from-,
.datepicker--cell-day.-current-.-range-to- {
  color: #ffffff;
}

.datepicker--cell-day.-focus- {
  border: 1px solid #f73859;
  background-color: transparent;
}

.datepicker--cell-day.-disabled- {
  color: #afb5c6;
}

.datepicker--cell-day.-disabled-.-weekend- {
  color: #afb5c6;
}

.datepicker--cell-day.-weekend- {
  color: #f73859;
}

.datepicker--cell-day.-selected- {
  background: #f73859;
  color: #ffffff;
}

.datepicker--cell-day.-selected-.-current-,
.datepicker--cell-day.-selected-.-focus- {
  background: #f73859;
  color: #ffffff;
  border: none;
}

.datepicker--cell-day.-range-from-,
.datepicker--cell-day.-range-to- {
  border-radius: 50%;
  color: #ffffff;
}

.datepicker--cell-day.-range-from-.-focus-,
.datepicker--cell-day.-range-to-.-focus- {
  border: none;
}

.datepicker--cell-day.-range-from-:before,
.datepicker--cell-day.-range-from-:after,
.datepicker--cell-day.-range-to-:before,
.datepicker--cell-day.-range-to-:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.datepicker--cell-day.-range-from-:before,
.datepicker--cell-day.-range-to-:before {
  width: 50%;
  background-color: #f2f4ff;
  z-index: -2;
}

.datepicker--cell-day.-range-from-:after,
.datepicker--cell-day.-range-to-:after {
  border-radius: 50%;
  left: 0;
  right: 0;
  background-color: #f73859;
  z-index: -1;
}

.datepicker--cell-day.-range-to-:before {
  left: 0;
}

.datepicker--cell-day.-range-from-:before {
  right: 0;
}

.datepicker--cell-day.-in-range- {
  background-color: #f2f4ff;
  color: #1b1b2f;
}

.datepicker--cell-day.-in-range-.-other-month- {
  background-color: #f2f4ff;
}

.datepicker--cell-day.-in-range-.-focus- {
  border: none;
  background-color: transparent;
}

.datepicker--cell-day.-in-range-.-focus-:before,
.datepicker--cell-day.-in-range-.-focus-:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.datepicker--cell-day.-in-range-.-focus-:before {
  border-radius: 50%;
  border: 1px solid #f73859;
  z-index: -1;
}

.datepicker--cell-day.-in-range-.-focus-:after {
  z-index: -2;
  background-color: #f2f4ff;
}

.datepicker--cell.-other-month- {
  color: #afb5c6;
  font-weight: 400;
}

.datepicker--cell-month,
.datepicker--cell-year {
  width: 50%;
  height: 16.6667%;
  border-radius: 0;
  background-color: #f2f4ff;
  border: none;
}

.datepicker--cell-month:last-of-type,
.datepicker--cell-year:last-of-type {
  border-radius: 0 0 8px 0;
}

.datepicker--cell-month:nth-last-of-type(2),
.datepicker--cell-year:nth-last-of-type(2) {
  border-radius: 0 0 0 8px;
}

.datepicker--cell-month.-focus-,
.datepicker--cell-year.-focus- {
  background-color: #f2f4ff;
  color: #f73859;
}

.datepicker--cell-month.-range-from-,
.datepicker--cell-month.-range-to-,
.datepicker--cell-year.-range-from-,
.datepicker--cell-year.-range-to- {
  border: none;
  background-color: #f2f4ff;
  border-radius: 0;
}

.datepicker--cell-month.-in-range-,
.datepicker--cell-year.-in-range- {
  background-color: #f2f4ff;
}

.datepicker--cell-month.-current-,
.datepicker--cell-year.-current- {
  color: #f73859;
}

.datepicker--cell-month.-selected-,
.datepicker--cell-year.-selected- {
  color: #f73859;
}

.datepicker--cell-month.-selected-.-focus-,
.datepicker--cell-year.-selected-.-focus- {
  background-color: #f2f4ff;
}

.datepicker--cell-month.-selected-.-current-,
.datepicker--cell-year.-selected-.-current- {
  background-color: #f2f4ff;
  color: #f73859;
}

.datepicker--cell-month.-disabled-,
.datepicker--cell-year.-disabled- {
  color: #afb5c6;
}

.datepicker--cell-month.-disabled-.-in-range-,
.datepicker--cell-year.-disabled-.-in-range- {
  color: #afb5c6;
}

.datepicker--cell-year.-other-decade- {
  background-color: rgba(175, 181, 198, 0.4);
  color: rgba(31, 64, 104, 0.5);
}

.datepicker--cells-months,
.datepicker--cells-years {
  height: 336px;
}

.datepicker--years {
  height: 336px;
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .datepicker {
    width: 222px;
    font-size: 14px;
    line-height: 22px;
    padding: 8px;
  }

  .datepicker--nav-action {
    width: 32px;
    height: 32px;
  }

  .datepicker--nav-action svg {
    width: 10px;
    height: 10px;
  }

  .datepicker--cell {
    font-size: 14px;
    line-height: 22px;
  }

  .datepicker--cell-day {
    height: 32px;
  }

  .datepicker--day-name {
    font-size: 14px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .datepicker {
    width: 222px;
    font-size: 14px;
    line-height: 22px;
    padding: 8px;
  }

  .datepicker--nav-action {
    width: 32px;
    height: 32px;
  }

  .datepicker--nav-action svg {
    width: 10px;
    height: 10px;
  }

  .datepicker--cell {
    font-size: 14px;
    line-height: 22px;
  }

  .datepicker--cell-day {
    height: 32px;
  }

  .datepicker--day-name {
    font-size: 14px;
    line-height: 32px;
  }
}

.datepicker-tooltip .datepicker--cell-day:nth-of-type(7n) .tooltip-container,
.datepicker-tooltip
  .datepicker--cell-day:nth-of-type(7n + 6)
  .tooltip-container,
.datepicker-tooltip
  .datepicker--cell-day:nth-of-type(7n + 5)
  .tooltip-container {
  left: auto;
  right: 0;
}

.datepicker-tooltip
  .datepicker--cell-day:nth-of-type(7n)
  .tooltip-container:before,
.datepicker-tooltip
  .datepicker--cell-day:nth-of-type(7n + 6)
  .tooltip-container:before,
.datepicker-tooltip
  .datepicker--cell-day:nth-of-type(7n + 5)
  .tooltip-container:before {
  left: auto;
  right: 22px;
}

.tooltip {
  position: relative;
}

.tooltip-container {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 30px rgba(27, 27, 47, 0.1);
  box-shadow: 0 4px 30px rgba(27, 27, 47, 0.1);
  padding: 8px 16px;
  width: 215px;
  -webkit-transform: translateY(calc(-100% - 20px));
  transform: translateY(calc(-100% - 20px));
}

.tooltip-container:before {
  position: absolute;
  top: calc(100% - 3px);
  left: 22px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
}

.tooltip-container__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tooltip-container__icon .tooltip-text {
  width: calc(100% - 32px);
}

.tooltip-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f73859;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #f73859;
  background-color: #ffffff;
  margin-right: 8px;
}

.tooltip-text {
  width: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #f73859;
}

.nav__list {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.nav__item {
  margin: 0;
}

.nav__item .btn {
  padding: 0;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav__item.active .nav__link {
  color: #f73859;
}

.nav__item:hover .nav__link {
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .nav__item:hover .nav__link {
    color: #f73859;
  }
}

@media screen and (min-width: 1024px) {
  .nav__item:hover .nav__link:before {
    opacity: 1;
  }
}

.nav__link {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.nav__link:focus {
  color: #f73859 !important;
}

@media screen and (min-width: 1024px) {
  .nav__link:before {
    content: "\2022";
    position: absolute;
    font-size: 16px;
    line-height: 8px;
    left: calc(50% - 4px);
    bottom: 0;
    color: #f73859;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
  }
}

@media screen and (max-width: 1023px) {
  .nav__link {
    font-size: 16px;
    line-height: 22px;
  }
}

.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.soc-title {
  letter-spacing: -0.015em;
  color: #afb5c6;
  margin-right: 32px;
}

.soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.soc-item {
  margin: 0 20px;
  list-style-type: none;
}

.soc-link {
  font-size: 24px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.soc-link:hover {
  color: #f73859;
}

.dropdown__list {
  display: none;
}

.dropdown__btn_text {
  margin-right: 4px;
}

.dropdown__icon_svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 4px;
  display: inline-block;
}

.dropdown__icon_svg .icon {
  width: 12px;
  height: 11px;
}

.dropdown.dropdown_active .dropdown__icon_svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.read-more__container.swiper-container {
  overflow: initial;
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .read-more__container.swiper-container {
    overflow: initial;
    padding-right: 35%;
  }
}

@media screen and (max-width: 767px) {
  .read-more__container.swiper-container {
    overflow: initial;
    padding-right: 35%;
  }
}

@media screen and (max-width: 479px) {
  .read-more__container.swiper-container {
    padding-right: 15%;
  }
}

@media screen and (min-width: 1024px) {
  .read-more__list.swiper-wrapper {
    width: initial;
  }
}

@media screen and (max-width: 1023px) {
  .read-more__list.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
  }
}

.read-more__item.read-more__hide {
  display: none;
}

@media screen and (max-width: 1023px) {
  .read-more__item.swiper-slide {
    padding: 0;
  }
}

.read-more__btn {
  display: block;
}

.read-more__btn.read-more__hide {
  display: none;
}

.p_slider {
  overflow: hidden;
  position: relative;
}

.p_slider__container {
  width: 75vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin-inline: auto;
}

.p_slider__fon {
  position: relative;
}

.p_slider__fon_1 {
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.p_slider__fon_1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(31, 64, 104, 0.4)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(31, 64, 104, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.p_slider__title {
  text-align: right;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.p_slider__title .title {
  color: rgba(242, 244, 255, 0.5);
  max-width: 90%;
  margin-left: auto;
  text-transform: uppercase;
}

.p_slider__item {
  position: absolute;
  width: 80vw;
  top: 20%;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.p_slider__item.active {
  z-index: 2;
}

.p_slider__item img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.p_slider__pagination {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p_slider__pagination .pagination-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.p_slider__pagination .pagination-item {
  cursor: pointer;
  margin: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p_slider__pagination.pagination-numbers
  .pagination-item:hover
  .pagination-text,
.p_slider__pagination.pagination-numbers
  .pagination-item.active
  .pagination-text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
}

.p_slider__pagination.pagination-numbers .pagination-text {
  display: block;
  color: rgba(255, 255, 255, 0.25);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.p_slider__pagination.pagination-numbers .pagination-text:before {
  display: block;
  content: attr(data-count);
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.p_slider__pagination.pagination-doters
  .pagination-item:hover
  .pagination-doter,
.p_slider__pagination.pagination-doters
  .pagination-item.active
  .pagination-doter {
  background-color: #ffffff;
}

.p_slider__pagination.pagination-doters .pagination-doter {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1020px) and (min-width: 525px) {
  .p_slider__item {
    top: 30%;
  }
  .p_slider__subtitle {
    bottom: 10%;
  }
}

@media screen and (max-width: 767px) {
  .p_slider__title .h1 {
    max-width: 100%;
    font-size: 80px;
    line-height: 72px;
  }
}

@media screen and (max-width: 525px) {
  .p_slider__title .h1 {
    max-width: 100%;
    font-size: 50px;
    line-height: 52px;
  }
  .p_slider__subtitle {
    bottom: 10%;
  }
}

.site-header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .site-header.header-scroll {
    padding: 25px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 40px 10px rgba(31, 64, 104, 0.05);
    box-shadow: 0 2px 40px 10px rgba(31, 64, 104, 0.05);
  }

  .site-header.header-scroll .site-logo__img .svg-logo {
    fill: #1f4068;
  }

  .site-header.header-scroll .nav__link {
    color: #1f4068;
  }
}

@media screen and (max-width: 1023px) {
  .site-header {
    padding: 25px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 40px 10px rgba(31, 64, 104, 0.05);
    box-shadow: 0 2px 40px 10px rgba(31, 64, 104, 0.05);
  }

  .site-header .site-logo__img .svg-logo {
    fill: #1f4068;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .site-header {
    padding: 16px 0;
  }
}

@media screen and (max-width: 767px) {
  .site-header {
    padding: 16px 0;
  }

  .site-header .site-logo__img .svg-logo {
    width: 80px;
    height: 34px;
  }
}

.site-header.site-header_menu-active .nav-container {
  right: 0;
}

.site-header.site-header_menu-active .nav-toggle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header.site-header_menu-active .nav-toggle__desc {
  visibility: hidden;
  opacity: 0;
}

.site-header .nav-container {
  margin: auto 0;
}

@media screen and (max-width: 1023px) {
  .site-header .nav-container {
    right: -100%;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 10;
  }

  .site-header .nav-container:before {
    content: "";
    background-color: rgba(27, 27, 47, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 1023px) {
  .site-header .nav-block {
    max-width: 488px;
    width: 100%;
    background: #162447;
    height: 100vh;
    padding: 0 48px 40px 116px;
    margin-left: auto;
    overflow: auto;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .site-header .nav-block {
    max-width: 100%;
    padding: 0 24px 40px;
  }
}

@media screen and (max-width: 767px) {
  .site-header .nav-block {
    max-width: 100%;
    padding: 0 24px 40px;
  }
}

.site-header .nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 11;
  margin: auto 0 auto auto;
  cursor: pointer;
}

.site-header .nav-toggle .icon {
  width: 40px;
  height: 40px;
  fill: #1f4068;
}

.site-header .nav-toggle .icon:hover {
  fill: #f73859;
}

.site-header .nav-toggle__mobile {
  position: absolute;
  top: 30px;
  right: 48px;
}

.site-header .nav-toggle__mobile .icon {
  fill: #ffffff;
}

.site-header .nav-toggle__mobile .icon:hover {
  fill: #f73859;
}

@media screen and (max-width: 579px) {
  .site-header .nav-toggle__mobile {
    right: 24px;
    top: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .site-header .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .site-header .nav-toggle {
    width: 24px;
    height: 24px;
  }

  .site-header .nav-toggle .icon {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .site-header .nav-toggle {
    width: 24px;
    height: 24px;
  }

  .site-header .nav-toggle .icon {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .site-header .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 0;
    border-bottom: 1px solid #afb5c6;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .site-header .nav__list {
    padding: 8px 60px 24px;
  }
}

@media screen and (max-width: 767px) {
  .site-header .nav__list {
    padding: 8px 60px 24px;
  }
}

@media screen and (max-width: 579px) {
  .site-header .nav__list {
    padding: 8px 36px 24px;
  }
}

@media screen and (max-width: 1023px) {
  .site-header .nav__link {
    padding: 32px 0;
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .site-header .nav__link {
    padding: 24px 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .site-header .nav__link {
    padding: 24px 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}

.site-header .soc {
  display: none;
}

.site-header .soc-list {
  padding: 64px 0;
  margin: 0 -32px;
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .site-header .soc-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0 0;
    margin: 0 -16px;
  }
}

@media screen and (max-width: 767px) {
  .site-header .soc-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0 0;
    margin: 0 -16px;
  }
}

.site-header .soc-link {
  color: #ffffff;
}

.site-header .soc-link:hover {
  color: #f73859;
}

.site-header .soc-item {
  margin: 0 32px;
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .site-header .soc-item {
    margin: 8px 16px;
  }
}

@media screen and (max-width: 767px) {
  .site-header .soc-item {
    margin: 8px 16px;
  }
}

@media screen and (max-width: 1023px) {
  .site-header .soc {
    display: block;
  }
}

.site-logo__link {
  height: 100%;
  display: block;
  max-width: 140px;
}

@media screen and (max-width: 1023px) {
  .site-logo__link {
    max-width: 120px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .site-logo__link {
    max-width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .site-logo__link {
    max-width: 80px;
  }
}

.site-logo__img .svg-logo {
  width: 140px;
  height: 59px;
  fill: #ffffff;
}

@media screen and (max-width: 1023px) {
  .site-logo__img .svg-logo {
    width: 120px;
    height: 51px;
  }
}

.footer {
  margin-top: auto;
  background-color: #162447;
  padding: 32px 0;
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .footer {
    padding: 24px 0;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .footer {
    padding: 12px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 12px 0;
  }
}

.footer-top,
.footer-bottom {
  padding: 48px 0;
}

@media screen and (max-width: 1023px) {
  .footer-top,
  .footer-bottom {
    padding: 24px 0;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .footer-top,
  .footer-bottom {
    padding: 12px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-top,
  .footer-bottom {
    padding: 12px 0;
  }
}

.footer-top {
  position: relative;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .footer-top {
    padding-bottom: 0;
  }
}

.footer-bottom {
  border-top: 1px solid #afb5c6;
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .footer-bottom {
    padding-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    padding-top: 32px;
  }
}

.footer .copyright {
  color: #afb5c6;
  letter-spacing: -0.015em;
}

.footer .soc-link {
  color: #ffffff;
}

.footer .soc-link:hover {
  color: #f73859;
}

@media screen and (max-width: 1023px) {
  .footer .soc {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .footer .soc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .soc-title {
    width: 100%;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer .soc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .soc-title {
    width: 100%;
    margin-bottom: 16px;
  }
}

.footer .nav {
  margin: auto 0;
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .footer .nav {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer .nav {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .footer .nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1023px) {
  .footer .nav__item {
    width: 50%;
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .footer .nav__item {
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer .nav__item {
    margin: 20px 0;
  }
}

@media screen and (max-width: 1023px) {
  .footer .nav__link {
    padding: 0 8px;
  }
}

.footer .btn-up {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  background-color: #f2f4ff;
  border-color: #f2f4ff;
  position: absolute;
  top: 48px;
  right: 0;
}

.footer .btn-up .icon {
  fill: #f73859;
}

.footer .btn-up:hover {
  background-color: #f73859;
  border-color: #f73859;
}

.footer .btn-up:hover .icon {
  fill: #ffffff;
}

@media screen and (max-width: 1023px) {
  .footer .btn-up {
    top: 24px;
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .footer .btn-up {
    top: 12px;
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .footer .btn-up {
    top: 12px;
    width: 48px;
    height: 48px;
  }
}

.footer .site-logo__img .svg-logo {
  fill: #ffffff;
  width: 140px;
  height: 59px;
}

@media screen and (max-width: 1023px) {
  .footer .site-logo__img .svg-logo {
    width: 140px;
    height: 59px;
  }
}

@media screen and (max-width: 767px) {
  .footer .site-logo__img .svg-logo {
    width: 104px;
    height: 44px;
  }
}

.main-slider {
  height: 100vh;
  min-height: 480px;
}

.main-slider .p_slider__subtitle {
  right: 8%;
}

@media screen and (max-width: 579px) {
  .main-slider {
    max-height: 580px;
  }
}

.main-slider .container {
  position: relative;
  height: 100%;
}

.main-slider .p_slider__pagination.pagination-numbers {
  left: 60px;
  right: auto;
  top: 26%;
  bottom: 12%;
}

.main-slider .p_slider__pagination.pagination-numbers .pagination-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.main-slider .p_slider__pagination.pagination-numbers .pagination-list:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

.main-slider .p_slider__pagination.pagination-numbers .pagination-item {
  height: 100%;
  margin: 0;
  padding-left: 32px;
  position: relative;
  overflow: hidden;
}

.main-slider .p_slider__pagination.pagination-numbers .pagination-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  bottom: 0;
  width: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-color: transparent;
}

.main-slider
  .p_slider__pagination.pagination-numbers
  .pagination-item.active:after {
  background-color: #ffffff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}

@media (max-width: 1759px) {
  .main-slider .p_slider__pagination.pagination-numbers {
    left: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .main-slider .p_slider__pagination.pagination-numbers {
    left: 0;
    right: 0;
    top: auto;
    bottom: 16px;
  }

  .main-slider .p_slider__pagination.pagination-numbers .pagination-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    height: auto;
  }

  .main-slider .p_slider__pagination.pagination-numbers .pagination-list:after {
    display: none;
  }

  .main-slider .p_slider__pagination.pagination-numbers .pagination-item {
    padding: 0;
    margin: 8px;
  }

  .main-slider .p_slider__pagination.pagination-numbers .pagination-item:after {
    display: none;
  }

  .main-slider
    .p_slider__pagination.pagination-numbers
    .pagination-item:hover
    .pagination-text,
  .main-slider
    .p_slider__pagination.pagination-numbers
    .pagination-item.active
    .pagination-text {
    background-color: #ffffff;
    font-size: 0;
    line-height: 0;
  }

  .main-slider .p_slider__pagination.pagination-numbers .pagination-text {
    font-size: 0;
    line-height: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .main-slider
    .p_slider__pagination.pagination-numbers
    .pagination-text:before {
    display: none;
  }
}

.section {
  padding: 68px 0;
}

.section:first-of-type {
  padding-top: 136px;
}

.section:last-of-type {
  padding-bottom: 136px;
}

@media screen and (max-width: 1023px) {
  .section {
    padding: 48px 0;
  }

  .section:first-of-type {
    padding-top: 96px;
  }

  .section:last-of-type {
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .section {
    padding: 36px 0;
  }

  .section:first-of-type {
    padding-top: 72px;
  }

  .section:last-of-type {
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 36px 0;
  }

  .section:first-of-type {
    padding-top: 72px;
  }

  .section:last-of-type {
    padding-bottom: 72px;
  }
}

.section.section_tiny {
  padding: 40px 0;
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .section.section_tiny {
    padding: 24px 0 12px;
  }
}

@media screen and (max-width: 991px) {
  .section.section_tiny {
    padding: 24px 0 12px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 1023px) {
  .section-title {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .section-title {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 32px;
  }
}

.artists-item {
  margin-bottom: 32px;
}

@media screen and (max-width: 1023px) {
  .artists-item {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .artists-item {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .artists-item {
    margin-bottom: 16px;
  }
}

.artists-block {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #f2f4ff;
  text-align: center;
}

.artists-block:hover .artists-title {
  opacity: 1;
  visibility: visible;
  color: #f2f4ff;
}

@media screen and (max-width: 1023px) {
  .artists-block {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .artists-block {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .artists-block {
    font-size: 14px;
    line-height: 22px;
  }
}

.artists-img img {
  width: 100%;
  display: block;
}

.artists-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(31, 64, 104, 0.9);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-image {
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 15px;
}

.about-image img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1023px) {
  .about-image {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .about-image {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .about-image {
    margin-bottom: 16px;
  }
}

@media (min-width: 1760px) {
  .about-block {
    margin-left: 62px;
  }
}

@media (max-width: 1759px) {
  .about-block {
    margin-top: 48px;
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .about-block {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .about-block {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .about-block {
    margin-top: 16px;
  }
}

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

@media screen and (max-width: 1023px) {
  .about-title {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .about-title {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .about-title {
    margin-bottom: 32px;
  }
}

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

.about-description p:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 1759px) {
  .about-description {
    text-align: left;
  }
}

@media screen and (max-width: 1759px) and (min-width: 1024px) {
  .about-description {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}

@media screen and (max-width: 1023px) {
  .about-description {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .about-description {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .about-description {
    margin-bottom: 32px;
  }
}

.news-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1760px) {
  .news-top {
    height: 100%;
  }
}

.news-bottom {
  border-radius: 0 0 15px 15px;
  display: none;
  position: absolute;
  top: calc(100% - 40px);
  left: 0;
  right: 0;
  padding: 40px;
  background-color: #1f4068;
  color: #ffffff;
  z-index: 10;
}

@media screen and (max-width: 1023px) {
  .news-bottom {
    top: calc(100% - 16px);
    padding: 16px;
  }
}

.news-image {
  max-width: 186px;
  margin-right: 40px;
  width: 100%;
}

.news-image__block {
  width: 184px;
  height: 184px;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .news-image {
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 1023px) {
  .news-image {
    max-width: 120px;
    margin-right: 24px;
  }

  .news-image__block {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 479px) {
  .news-image {
    max-width: 64px;
    margin-right: 16px;
  }

  .news-image__block {
    width: 64px;
    height: 64px;
  }
}

.news-info {
  max-width: calc(100% - 226px);
  width: 100%;
}

.news-info__block {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .news-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1760px) {
  .news-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1759px) and (min-width: 768px) {
  .news-info__block {
    max-width: 70%;
  }
}

@media screen and (max-width: 1023px) {
  .news-info {
    max-width: calc(100% - 144px);
  }
}

@media screen and (max-width: 767px) {
  .news-info__block {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .news-info {
    max-width: calc(100% - 80px);
  }
}

.news-tags {
  list-style-type: none;
  margin: 0;
  margin-bottom: 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-tags__mob {
  display: none;
}

.news-tags__desc {
  display: block;
}

.news-tags__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
}

.news-tags__item:not(:last-child) {
  margin-right: 32px;
}

.news-tags__item .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

@media screen and (max-width: 1023px) {
  .news-tags__item {
    font-size: 10px;
    line-height: 16px;
  }

  .news-tags__item .icon {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .news-tags {
    margin-bottom: 8px !important;
  }

  .news-tags__mob {
    display: block;
  }

  .news-tags__desc {
    display: none;
  }

  .news-tags__item {
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .news-tags {
    margin-bottom: 8px !important;
  }

  .news-tags__mob {
    display: block;
  }

  .news-tags__desc {
    display: none;
  }

  .news-tags__item {
    margin-right: 16px;
  }
}

.news-title {
  font-weight: 800;
  margin-bottom: 8px;
  color: #1f4068;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .news-description {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .news-description {
    display: none;
  }
}

.news-dropdown {
  background-color: transparent;
  border: none;
  color: #f73859;
  padding: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.news-dropdown:active,
.news-dropdown:focus,
.news-dropdown:hover {
  background-color: transparent;
  color: initial;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news-dropdown__text {
  border-bottom: 1px solid #f73859;
  margin-right: 12px;
}

.news-dropdown__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f73859;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-dropdown__icon .icon {
  fill: #ffffff;
}

.news-item {
  background-color: rgba(242, 244, 255, 0.75);
  padding: 40px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-bottom: 32px;
  height: 100%;
}

.news-item:hover,
.news-item.dropdown_active {
  background-color: #1f4068;
}

.news-item:hover .news-title,
.news-item:hover .news-description,
.news-item.dropdown_active .news-title,
.news-item.dropdown_active .news-description {
  color: #ffffff;
}

.news-item:hover .news-tags__item,
.news-item.dropdown_active .news-tags__item {
  color: #ffffff;
}

.news-item:hover .news-tags__item .icon,
.news-item.dropdown_active .news-tags__item .icon {
  fill: #ffffff;
}

.news-item:hover .news-dropdown,
.news-item.dropdown_active .news-dropdown {
  color: #ffffff;
}

.news-item:hover .news-dropdown__text,
.news-item.dropdown_active .news-dropdown__text {
  border-bottom-color: #ffffff;
}

.news-item:hover .news-dropdown__icon,
.news-item.dropdown_active .news-dropdown__icon {
  background-color: #ffffff;
}

.news-item:hover .news-dropdown__icon .icon,
.news-item.dropdown_active .news-dropdown__icon .icon {
  fill: #f73859;
}

@media screen and (max-width: 1023px) {
  .news-item {
    margin-bottom: 24px;
    padding: 16px;
  }
}

@media (min-width: 1760px) {
  .events-container {
    margin-bottom: 48px;
  }
}

.events-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 40px 10px rgba(31, 64, 104, 0.05);
  box-shadow: 0 2px 40px 10px rgba(31, 64, 104, 0.05);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 32px;
}

@media screen and (max-width: 1023px) {
  .events-item {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .events-item {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .events-item {
    margin-bottom: 16px;
  }
}

.events-image img {
  display: block;
  width: 100%;
}

.events-info {
  padding-right: 16px;
}

.events-info__block {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 1023px) {
  .events-info__block {
    padding: 24px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .events-info__block {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .events-info__block {
    padding: 16px;
  }
}

.events-title {
  margin-bottom: 16px;
}

.events-btn {
  min-width: 48px;
  height: 48px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.events-btn .icon {
  fill: #ffffff;
  width: 19px;
  height: 11px;
}

.events-btn:hover .icon {
  fill: #ffffff;
}

@media screen and (max-width: 1023px) {
  .events-btn {
    min-width: 40px;
    height: 40px;
  }
}

.events-tags__list {
  list-style-type: none;
  margin: 0;
  margin-bottom: -8px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.events-tags__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
}

.events-tags__item:not(:last-child) {
  margin-right: 32px;
}

.events-tags__item .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

@media screen and (max-width: 1023px) {
  .events-tags__item {
    font-size: 10px;
    line-height: 16px;
  }

  .events-tags__item:not(:last-child) {
    margin-right: 24px;
  }

  .events-tags__item .icon {
    width: 10px;
    height: 10px;
  }
}

.contact-form {
  padding: 40px;
  -webkit-box-shadow: 0 2px 40px 10px rgba(31, 64, 104, 0.05);
  box-shadow: 0 2px 40px 10px rgba(31, 64, 104, 0.05);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 32px;
  position: relative;
}

.contact-form__title {
  font-weight: 800;
}

.contact-form .wysiwyg {
  margin-bottom: 32px;
}

.contact-form .btn {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .contact-form {
    padding: 24px;
    margin-bottom: 48px;
  }

  .contact-form .wysiwyg {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .contact-form {
    padding: 16px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 16px;
    margin-bottom: 32px;
  }
}

.contact-map {
  /*google map hide panControl*/
  /*google map hide panControl*/
  width: 100%;
  height: 392px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 80px;
}

.contact-map div.gmnoprint,
.contact-map div.gm-style-cc,
.contact-map div.gmnoscreen {
  display: none;
}

.contact-map img[src="https://maps.gstatic.com/mapfiles/api-3/images/google4.png"]
{
  display: none;
}

@media (max-width: 1759px) {
  .contact-map {
    margin-bottom: 34px;
    height: 310px;
  }
}

@media screen and (max-width: 1023px) {
  .contact-map {
    height: 316px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .contact-map {
    height: 240px;
  }
}

@media screen and (max-width: 767px) {
  .contact-map {
    height: 240px;
  }
}

.contact-info__item {
  position: relative;
  padding-left: 48px;
  margin-bottom: 32px;
}

.contact-info__item .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 0;
}

.contact-info__title {
  margin-bottom: 16px;
  font-weight: 800;
}

.contact-info__block {
  line-height: 24px;
  font-weight: 400;
}

.contact-info__block ul {
  list-style-type: none;
  margin: 0;
}

.contact-info__block li {
  margin-bottom: 0;
}

.contact-info__block li a {
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .contact-info__item .icon {
    top: 4px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .contact-info__item {
    margin-bottom: 24px;
  }

  .contact-info__title {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .contact-info__item {
    margin-bottom: 24px;
  }

  .contact-info__title {
    margin-bottom: 8px;
  }
}

.subscription {
  background-color: rgba(242, 244, 255, 0.7);
  padding: 48px 40px;
  border-radius: 15px;
}

.subscription-title {
  font-weight: 800;
  position: relative;
  padding-left: 128px;
}

@media screen and (max-width: 767px) {
  .subscription-title {
    margin-bottom: 24px;
  }
}

.subscription-title .icon {
  position: absolute;
  left: 0;
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
  fill: rgba(31, 64, 104, 0.1);
}

.subscription-form input[type="text"],
.subscription-form input[type="password"],
.subscription-form input[type="tel"],
.subscription-form input[type="email"] {
  -webkit-box-shadow: 0 2px 40px 10px rgba(31, 64, 104, 0.05);
  box-shadow: 0 2px 40px 10px rgba(31, 64, 104, 0.05);
  border-color: #ffffff;
  font-weight: 600;
  padding-right: 150px;
}

.subscription-form input[type="text"]:focus,
.subscription-form input[type="text"]:hover,
.subscription-form input[type="password"]:focus,
.subscription-form input[type="password"]:hover,
.subscription-form input[type="tel"]:focus,
.subscription-form input[type="tel"]:hover,
.subscription-form input[type="email"]:focus,
.subscription-form input[type="email"]:hover {
  border-color: #ffffff;
}

.subscription-form input[type="text"]::-webkit-input-placeholder,
.subscription-form input[type="password"]::-webkit-input-placeholder,
.subscription-form input[type="tel"]::-webkit-input-placeholder,
.subscription-form input[type="email"]::-webkit-input-placeholder {
  font-weight: 600;
}

.subscription-form input[type="text"]::-moz-placeholder,
.subscription-form input[type="password"]::-moz-placeholder,
.subscription-form input[type="tel"]::-moz-placeholder,
.subscription-form input[type="email"]::-moz-placeholder {
  font-weight: 600;
}

.subscription-form input[type="text"]:-ms-input-placeholder,
.subscription-form input[type="password"]:-ms-input-placeholder,
.subscription-form input[type="tel"]:-ms-input-placeholder,
.subscription-form input[type="email"]:-ms-input-placeholder {
  font-weight: 600;
}

.subscription-form input[type="text"]::-ms-input-placeholder,
.subscription-form input[type="password"]::-ms-input-placeholder,
.subscription-form input[type="tel"]::-ms-input-placeholder,
.subscription-form input[type="email"]::-ms-input-placeholder {
  font-weight: 600;
}

.subscription-form input[type="text"]::placeholder,
.subscription-form input[type="password"]::placeholder,
.subscription-form input[type="tel"]::placeholder,
.subscription-form input[type="email"]::placeholder {
  font-weight: 600;
}

@media screen and (max-width: 1023px) {
  .subscription-form input[type="text"],
  .subscription-form input[type="password"],
  .subscription-form input[type="tel"],
  .subscription-form input[type="email"] {
    padding-right: 120px;
  }
}

@media screen and (max-width: 767px) {
  .subscription-form input[type="text"],
  .subscription-form input[type="password"],
  .subscription-form input[type="tel"],
  .subscription-form input[type="email"] {
    padding-right: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .subscription-title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .subscription {
    padding: 24px 84px;
  }

  .subscription-title {
    text-align: center;
    padding-left: 64px;
    padding-right: 64px;
  }

  .subscription-title .icon {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    top: calc(50% - 24px);
  }
}

@media screen and (max-width: 767px) {
  .subscription {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) and (max-height: 420px) {
  .subscription-title {
    padding: 0;
  }

  .subscription-title .icon {
    position: relative;
    display: block;
    margin: 0 auto 16px;
    top: initial;
  }

  .subscription-form input[type="text"],
  .subscription-form input[type="password"],
  .subscription-form input[type="tel"],
  .subscription-form input[type="email"] {
    text-align: center;
  }

  .subscription-form .form-group {
    text-align: center;
  }

  .subscription-form .form-group .btn {
    position: relative;
    top: initial;
    right: initial;
    margin-top: 16px;
  }
}

@media screen and (max-width: 579px) {
  .subscription-title {
    padding: 0;
  }

  .subscription-title .icon {
    position: relative;
    display: block;
    margin: 0 auto 16px;
    top: initial;
  }

  .subscription-form input[type="text"],
  .subscription-form input[type="password"],
  .subscription-form input[type="tel"],
  .subscription-form input[type="email"] {
    text-align: center;
  }

  .subscription-form .form-group {
    text-align: center;
  }

  .subscription-form .form-group .btn {
    position: relative;
    top: initial;
    right: initial;
    margin-top: 16px;
  }
}

.track-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 32px;
}

.track-image {
  margin-right: 40px;
  min-width: 104px;
  border-radius: 50%;
  overflow: hidden;
}

.track-image img {
  display: block;
}

.track-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  padding: 0 20px;
}

.track-panel__title {
  max-width: 249px;
  width: 100%;
}

.track-panel__title_artist {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
  color: #1f4068;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 217px;
  position: relative;
}

.track-panel__title_artist.long-name.audio-play:before {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(80%, rgba(255, 255, 255, 0)),
    to(white)
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 80%,
    white 100%
  );
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.track-panel__title_artist.long-name.audio-play span {
  display: inline-block;
  -webkit-animation-name: moving-text;
  animation-name: moving-text;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.track-panel__title_song {
  line-height: 24px;
}

@media (max-width: 1759px) {
  .track-item {
    margin-left: -16px;
    margin-right: -16px;
  }

  .track-image {
    margin-right: 24px;
  }

  .track-panel {
    max-width: 334px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 1023px) {
  .track-image {
    min-width: 80px;
  }

  .track-panel {
    max-width: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .track-panel__title_artist {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
  }

  .track-panel__title_song {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .track-panel {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .track-image {
    min-width: 65px;
  }

  .track-panel {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) and (min-width: 525px) {
  .track-item {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 525px) {
  .track-item {
    grid-template-columns: repeat(1, 1fr);
  }
}

.chart-title {
  display: none;
  text-align: center;
  margin-bottom: 80px;
}

.chart-data__block {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 40px 10px rgba(31, 64, 104, 0.05);
  box-shadow: 0 2px 40px 10px rgba(31, 64, 104, 0.05);
  padding: 24px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chart-data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  min-width: 125px;
  width: 100%;
}

.chart-data__item.small {
  border-left: 1px solid rgba(31, 64, 104, 0.2);
}

.chart-data__item.top {
  min-width: 340px;
}

.chart-data__item.top .chart-data__count:not(.big) {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-left: 22px;
}

.chart-data__item.top .chart-data__title {
  margin-bottom: 0;
}

.chart-data__title {
  font-size: 16px;
  line-height: 24px;
  color: #afb5c6;
  margin-bottom: 8px;
}

.chart-data__count {
  font-size: 24px;
  line-height: 32px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #afb5c6;
}

.chart-data__count.arrow-profit {
  position: relative;
}

.chart-data__count.arrow-profit:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #f73859 transparent;
}

.chart-data__count.damages {
  color: #f73859;
}

.chart-data__count.profit {
  color: #1f4068;
}

.chart-data__count.big {
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
}

.chart-data__count.big.arrow-profit:before {
  left: -32px;
  top: calc(50% - 8px);
  border-width: 0 8px 16px 8px;
}

.chart-data__count_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chart-data__count_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.chart-canvas {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 40px 10px rgba(31, 64, 104, 0.05);
  box-shadow: 0 2px 40px 10px rgba(31, 64, 104, 0.05);
  border-radius: 15px;
  overflow: hidden;
  padding: 20px;
}

.chart-dropdown {
  position: relative;
}

.chart-dropdown .dropdown__list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
}

@media (max-width: 1759px) {
  .chart-title {
    display: block;
  }

  .chart-data__block {
    margin-bottom: 0;
  }

  .chart-data__container {
    margin-bottom: 80px;
  }

  .chart-canvas {
    margin-bottom: 80px;
  }

  .chart-dropdown {
    margin: auto 0 auto auto;
  }
}

@media (max-width: 1399px) {
  .chart-data__item.top {
    min-width: 300px;
  }
}

@media (max-width: 1199px) {
  .chart-data__block {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .chart-title {
    margin-bottom: 40px;
  }

  .chart-data__container {
    margin-bottom: 24px;
  }

  .chart-data__block {
    margin-bottom: 24px;
    padding: 24px 8px;
  }

  .chart-data__item {
    min-width: 102px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .chart-data__item.top {
    min-width: 210px;
  }

  .chart-data__item.top .chart-data__count:not(.big) {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .chart-data__item.top {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .chart-data__item.top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 1023px) {
  .chart-data__title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .chart-data__count {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .chart-data__count_list {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .chart-data__count_item:last-child {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .chart-data__count_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .chart-data__count_item:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1023px) {
  .chart-data__count.big {
    font-size: 28px;
    line-height: 40px;
    padding-left: 32px;
    margin-bottom: 16px;
  }

  .chart-data__count.big.arrow-profit:before {
    left: 0;
  }

  .chart-canvas {
    margin-bottom: 48px;
    padding: 7px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .chart-title {
    margin-bottom: 32px;
  }

  .chart-data__container {
    margin-bottom: 24px;
  }

  .chart-data__block {
    margin-bottom: 32px;
    padding: 0 16px 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .chart-data__item {
    min-width: auto;
    max-width: 50%;
    margin: 12px 0;
  }

  .chart-data__item.small {
    padding: 0 16px;
  }

  .chart-data__item.small:nth-of-type(2n) {
    border-left: none;
  }

  .chart-data__item.top {
    min-width: 100%;
    border-bottom: 1px solid rgba(31, 64, 104, 0.2);
    margin: 0 0 4px;
    padding: 16px 0;
  }

  .chart-data__title {
    margin-bottom: 8px;
  }

  .chart-data__count.big {
    margin-bottom: 8px;
  }

  .chart-data__count_item {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .chart-dropdown {
    margin: 0 auto 8px;
  }

  .chart-dropdown .dropdown__list {
    right: auto;
    left: calc(50% - 120px);
  }

  .chart-canvas {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .chart-title {
    margin-bottom: 32px;
  }

  .chart-data__container {
    margin-bottom: 24px;
  }

  .chart-data__block {
    margin-bottom: 32px;
    padding: 0 16px 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .chart-data__item {
    min-width: auto;
    max-width: 50%;
    margin: 12px 0;
  }

  .chart-data__item.small {
    padding: 0 16px;
  }

  .chart-data__item.small:nth-of-type(2n) {
    border-left: none;
  }

  .chart-data__item.top {
    min-width: 100%;
    border-bottom: 1px solid rgba(31, 64, 104, 0.2);
    margin: 0 0 4px;
    padding: 16px 0;
  }

  .chart-data__title {
    margin-bottom: 8px;
  }

  .chart-data__count.big {
    margin-bottom: 8px;
  }

  .chart-data__count_item {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .chart-dropdown {
    margin: 0 auto 8px;
  }

  .chart-dropdown .dropdown__list {
    right: auto;
    left: calc(50% - 120px);
  }

  .chart-canvas {
    margin-bottom: 32px;
  }
}

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

@media (min-width: 1760px) {
  .investors-description__block {
    margin-left: 62px;
  }
}

@media (max-width: 1759px) {
  .investors-description {
    text-align: left;
  }

  .investors-description__title {
    display: none;
  }
}

@media screen and (max-width: 1759px) and (min-width: 1024px) {
  .investors-description {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 1759px) {
  .investors-description__block {
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .investors-description {
    margin-bottom: 48px;
  }
}

.network {
  position: relative;
}

.network-container {
  position: absolute;
  top: 26%;
  bottom: 12%;
  right: 16px;
  left: auto;
  z-index: 10;
}

.network-list {
  height: 100%;
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (min-width: 1024px) {
  .network-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.network-item {
  margin: 0 16px;
}

@media screen and (min-width: 1024px) {
  .network-item {
    margin: 32px 0;
  }

  .network-item:first-of-type {
    margin-top: 0;
  }

  .network-item:last-of-type {
    margin-bottom: 0;
  }
}

.network-link {
  color: #ffffff;
  display: block;
  height: 36px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 36px;
  border-radius: 50%;
}

.network-link:hover {
  background-color: #f73859;
  color: #ffffff;
}

.network-icon {
  font-size: 20px;
  line-height: 36px;
}

@media screen and (max-width: 1023px) {
  .network-container {
    top: 188px;
    left: 0;
    bottom: auto;
  }
}

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .network-container {
    top: 88px;
  }
}

@media screen and (max-width: 1023px) {
  .network-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 480px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .network-container {
    display: none;
  }
}

@-webkit-keyframes moving-text {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  to {
    -webkit-transform: translate(calc(-100% + 190px), 0);
    transform: translate(calc(-100% + 190px), 0);
  }
}

@keyframes moving-text {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  to {
    -webkit-transform: translate(calc(-100% + 190px), 0);
    transform: translate(calc(-100% + 190px), 0);
  }
}
.detail-card-swiper .concat-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-card-swiper .concat-card-image img {
  width: 500px;
}

.detail-card-swiper .swiper-pagination-bullet-active {
  background-color: #f73859;
}
