@charset "UTF-8";
/*WidthDesktop-1700*/
/*WidthDesktop-1520*/
/*WidthDesktop-1400*/
/*WidthDesktop-1200*/
/*WidthDesktop-1024*/
/*WidthDesktop-992*/
/*WidthDesktop-768*/
/*WidthDesktop-580*/
/*WidthDesktop-420*/
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: #222222;
  font: 400 18px/140% "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

.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,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 32px;
  font-weight: 600;
  line-height: 140%;
  color: #222222; }

h1,
.h1 {
  font-size: 56px;
  line-height: 150%;
  font-weight: 700; }
  @media screen and (max-width: 1023px) {
    h1,
    .h1 {
      font-size: 40px; } }
  @media screen and (max-width: 767px) {
    h1,
    .h1 {
      font-size: 32px;
      line-height: 120%; } }

h2,
.h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%; }
  @media screen and (max-width: 991px) {
    h2,
    .h2 {
      font-size: 32px; } }
  @media screen and (max-width: 767px) {
    h2,
    .h2 {
      font-size: 28px; } }

h3,
.h3 {
  font-size: 24px;
  line-height: 120%; }
  @media screen and (max-width: 767px) {
    h3,
    .h3 {
      font-size: 20px; } }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    h5,
    .h5 {
      font-size: 14px; } }

h6,
.h6 {
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    h6,
    .h6 {
      font-size: 12px; } }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #222222; }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    text-decoration: underline; }

strong {
  font-weight: 600; }

a {
  text-decoration: underline;
  color: #222222; }
  a:hover {
    text-decoration: none; }

.subtitle {
  color: #467CFE; }

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: #E9EBEE; }
  table tr:hover td {
    background-color: #ffffff; }
  table td, table th {
    border-bottom: 1px solid #F4F6F9;
    border-top: 1px solid #F4F6F9;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 400;
    text-align: left;
    padding: 16px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  table th {
    padding: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #467CFE; }

sup,
.sup {
  font-size: 12px;
  position: relative;
  top: -4px; }

blockquote,
blockquote {
  margin-left: 32px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 32px;
  border-left: 2px solid #467CFE; }

q,
.q {
  quotes: "\00ab" "\00bb";
  margin-bottom: 24px;
  display: block; }
  q q,
  .q q {
    quotes: "\201e" "\201c"; }

.main {
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
    .main {
      margin-top: 60px; } }

.full-banner {
  border-radius: 2px;
  overflow: hidden; }
  @media screen and (max-width: 1023px) {
    .full-banner {
      background-image: none !important;
      margin: 0 -24px;
      padding: 0;
      width: calc(100% + 48px) !important; } }
  @media screen and (max-width: 767px) {
    .full-banner {
      margin: 0 -12px;
      width: calc(100% + 24px) !important; } }
  .full-banner img {
    display: block;
    width: 100%; }

.preload {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .preload.hide-preload {
    opacity: 0;
    visibility: hidden; }
  .preload-block {
    position: relative;
    text-align: center; }
    .preload-block__img {
      -webkit-animation: preload-5 1s infinite linear;
              animation: preload-5 1s infinite linear; }
    .preload-block span {
      margin-top: 16px;
      color: #23AAF6;
      display: block; }

@-webkit-keyframes preload-5 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes preload-5 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.container {
  max-width: 1248px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .container {
      max-width: calc(100% - 48px); } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: calc(100% - 24px);
      padding: 0 12px; } }
  @media screen and (max-width: 1023px) {
    .container-full-desktop-container {
      max-width: 100%; } }
  @media screen and (max-width: 991px) {
    .container-full-tab-container {
      max-width: 100%; } }
  @media screen and (max-width: 767px) {
    .container-full-mob-container {
      max-width: 100%; } }
  @media screen and (max-width: 579px) {
    .container-full-mob-p-container {
      max-width: 100%; } }
  .container-full-container {
    max-width: 100%; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 767px) {
    .row {
      margin: 0 -12px; } }

.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: 991px) {
    .col {
      padding: 0 12px; } }
  .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: 1400px) {
    .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: 1200px) {
    .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%; } }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.display-block {
  display: block !important; }

.display-inline {
  display: inline-block !important; }

.content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.content-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.content-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.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: 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: 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; } }

.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: 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: 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; } }

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form textarea {
  border: 1px solid #444444;
  padding: 13px 24px;
  font-size: 18px;
  width: 100%;
  line-height: 140%;
  background-color: #ffffff;
  margin: 0;
  font-family: "Poppins", sans-serif;
  border-radius: 100px;
  font-weight: 600;
  color: #444444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  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: #467CFE; }
  form input[type="text"]:focus, form input[type="text"]:active,
  form input[type="password"]:focus,
  form input[type="password"]:active,
  form input[type="tel"]:focus,
  form input[type="tel"]:active,
  form input[type="email"]:focus,
  form input[type="email"]:active,
  form textarea:focus,
  form textarea:active {
    border-color: #467CFE;
    background-color: #ffffff; }
    form input[type="text"]:focus + .input-icon, form input[type="text"]:active + .input-icon,
    form input[type="password"]:focus + .input-icon,
    form input[type="password"]:active + .input-icon,
    form input[type="tel"]:focus + .input-icon,
    form input[type="tel"]:active + .input-icon,
    form input[type="email"]:focus + .input-icon,
    form input[type="email"]:active + .input-icon,
    form textarea:focus + .input-icon,
    form textarea:active + .input-icon {
      border-color: transparent;
      background: linear-gradient(135.8deg, #33B5FA 18.26%, #4875FF 95.05%); }
      form input[type="text"]:focus + .input-icon .icon, form input[type="text"]:active + .input-icon .icon,
      form input[type="password"]:focus + .input-icon .icon,
      form input[type="password"]:active + .input-icon .icon,
      form input[type="tel"]:focus + .input-icon .icon,
      form input[type="tel"]:active + .input-icon .icon,
      form input[type="email"]:focus + .input-icon .icon,
      form input[type="email"]:active + .input-icon .icon,
      form textarea:focus + .input-icon .icon,
      form textarea:active + .input-icon .icon {
        fill: #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: #467CFE; }

form textarea {
  width: 100%;
  height: 96px;
  resize: none;
  border-radius: 36px; }

.form-field {
  margin-bottom: 24px;
  position: relative; }
  .form-field .label-wrap {
    display: block;
    height: 100%; }
  .form-field .form-field__title {
    display: block;
    font-size: 12px;
    line-height: 140%;
    font-weight: 500;
    margin-bottom: 8px;
    cursor: pointer;
    color: #467CFE;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .form-field.label .label-wrap {
    position: relative; }
  .form-field.label .form-field__title {
    position: absolute;
    top: -8px;
    left: 24px;
    background-color: #ffffff;
    padding: 0 4px;
    margin-bottom: 0;
    z-index: 1; }

label.error {
  color: #467CFE;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  line-height: 20px;
  font-style: italic; }

.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: #467CFE; }
    .custom-check .custom-check__input:disabled ~ .custom-check__text {
      color: rgba(68, 68, 68, 0.1); }
      .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.2s ease-in-out;
      transition: all 0.2s 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(68, 68, 68, 0.1); }
    .custom-check .custom-check__text:hover:after {
      border-color: #467CFE; }
  .custom-check input[type='checkbox'] ~ .custom-check__text:before {
    content: "\2713";
    background: #467CFE;
    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: #467CFE;
    opacity: 0;
    top: 9px;
    left: 5px; }

.jcf-focus {
  border-color: #222222; }

.jcf-select,
select {
  height: 48px;
  width: 100%;
  position: relative;
  cursor: pointer;
  border: 1px solid #222222;
  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: .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 #222222;
      border-top: 1px solid #222222;
      content: "";
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .jcf-select .jcf-select-text,
  select .jcf-select-text {
    color: #222222;
    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.2s ease-in-out;
    transition: all 0.2s 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: #222222;
    background-color: #ffffff;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .jcf-select-drop-content .jcf-option:hover {
      background-color: #F4F6F9; }
    .jcf-select-drop-content .jcf-option.jcf-selected {
      background-color: #E9EBEE; }

.jcf-number {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 52px;
  padding: 0 48px;
  border: 1px solid #444444;
  border-radius: 100px; }
  @media screen and (max-width: 767px) {
    .jcf-number {
      padding: 0 24px; } }
  .jcf-number:hover {
    border-color: #467CFE; }
    .jcf-number:hover .jcf-btn-dec,
    .jcf-number:hover .jcf-btn-inc {
      opacity: 1; }
  .jcf-number:focus, .jcf-number:active {
    border-color: #467CFE; }
  .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: none;
    padding: 8px;
    height: 100%;
    width: 100%;
    font-size: 18px;
    line-height: 140%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: center;
    outline: none; }
  .jcf-number .jcf-btn-dec,
  .jcf-number .jcf-btn-inc {
    position: absolute;
    background: #ffffff;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    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;
    border: 1px solid #444444;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0; }
    .jcf-number .jcf-btn-dec:hover,
    .jcf-number .jcf-btn-inc:hover {
      border-color: #467CFE;
      color: #467CFE; }
  .jcf-number .jcf-btn-dec {
    left: 12px; }
    @media screen and (max-width: 767px) {
      .jcf-number .jcf-btn-dec {
        left: 5px; } }
    .jcf-number .jcf-btn-dec:before {
      content: '-'; }
  .jcf-number .jcf-btn-inc {
    right: 12px; }
    @media screen and (max-width: 767px) {
      .jcf-number .jcf-btn-inc {
        right: 5px; } }
    .jcf-number .jcf-btn-inc:before {
      content: '+'; }

.attach {
  position: relative;
  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;
  height: 48px;
  width: 48px;
  cursor: pointer;
  background-color: #E9EBEE; }
  .attach.attach_active .attach__preview {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .attach .attach__input {
    position: absolute;
    left: -99999px; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #222222; }

@-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: #467CFE; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #23AAF6; }

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.input-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #444444;
  border-radius: 50px; }
  .input-icon .icon {
    width: 18px;
    height: 18px;
    fill: #444444; }
  .input-icon-position:hover .input-icon {
    border-color: #467CFE; }
    .input-icon-position:hover .input-icon .icon {
      fill: #467CFE; }
  .input-icon-position-left .input-icon {
    left: 12px; }
  .input-icon-position-left input {
    padding-left: 64px !important; }
  @media screen and (max-width: 1023px) {
    .input-icon-position-left .input-icon {
      left: 8px; }
    .input-icon-position-left input {
      padding-left: 64px !important; } }
  .input-icon-position-right .input-icon {
    right: 12px; }
  .input-icon-position-right input {
    padding-right: 44px !important; }
  @media screen and (max-width: 1023px) {
    .input-icon-position-right .input-icon {
      right: 8px; }
    .input-icon-position-right input {
      padding-right: 44px !important; } }

svg {
  fill: #444444; }

.icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block; }
  @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: 12px; }
    .icon-position-left .icon {
      padding-right: 12px; }
  .icon-position-right {
    padding-left: 12px; }
    .icon-position-right .icon {
      padding-left: 12px; }
  @media screen and (max-width: 767px) {
    .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: #467CFE; }
    .icon:hover svg {
      fill: #467CFE; }

.datepicker {
  -webkit-box-shadow: 0 8px 40px rgba(0, 73, 164, 0.15);
          box-shadow: 0 8px 40px rgba(0, 73, 164, 0.15);
  border-radius: 2px;
  border-color: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  overflow: hidden;
  width: 288px;
  color: #222222; }
  .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: linear-gradient(135.8deg, #33B5FA 18.26%, #4875FF 95.05%);
    color: #ffffff;
    padding: 11px 20px; }
    .datepicker--nav-action {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      border: 2px solid #ffffff;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      .datepicker--nav-action:not(:first-child) {
        margin-left: 8px; }
      .datepicker--nav-action svg {
        width: 12px;
        height: 12px; }
      .datepicker--nav-action path {
        stroke: #ffffff; }
      .datepicker--nav-action:hover {
        background-color: #ffffff; }
        .datepicker--nav-action:hover path {
          stroke: #467CFE; }
    .datepicker--nav-title {
      font-size: 18px;
      max-width: calc(100% - 56px);
      width: 100%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 0; }
      .datepicker--nav-title i {
        color: #ffffff; }
      .datepicker--nav-title:hover {
        background-color: transparent; }
  .datepicker--content {
    padding: 20px 16px 16px; }
  .datepicker--day-name {
    color: #444444;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400; }
    .datepicker--day-name.-weekend- {
      color: rgba(68, 68, 68, 0.3); }
  .datepicker--days-names {
    margin: 0; }
  .datepicker--cell {
    font-size: 14px;
    line-height: 16.8px; }
    .datepicker--cell-day {
      border-radius: 50%;
      margin: 0 2px 4px;
      width: calc(14.28571% - 4px); }
    .datepicker--cell.-current- {
      border: 1px solid rgba(68, 68, 68, 0.3);
      color: #222222; }
    .datepicker--cell.-focus- {
      border: 1px solid rgba(68, 68, 68, 0.3);
      background-color: transparent; }
    .datepicker--cell.-disabled- {
      color: rgba(68, 68, 68, 0.3); }
    .datepicker--cell.-selected- {
      background: linear-gradient(135.8deg, #33B5FA 18.26%, #4875FF 95.05%);
      color: #ffffff; }
      .datepicker--cell.-selected-.-current-, .datepicker--cell.-selected-.-focus- {
        background: linear-gradient(135.8deg, #33B5FA 18.26%, #4875FF 95.05%);
        color: #ffffff;
        border: none; }
    .datepicker--cell.-other-month- {
      color: rgba(68, 68, 68, 0.3);
      font-weight: 400; }

.btn,
button,
input[type="submit"],
input[type="reset"] {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  line-height: 140%;
  padding: 11px 16px;
  border: 2px solid #467CFE;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  outline: none;
  font-weight: 600;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #467CFE;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn .icon,
  button .icon,
  input[type="submit"] .icon,
  input[type="reset"] .icon {
    fill: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .btn .icon path,
    button .icon path,
    input[type="submit"] .icon path,
    input[type="reset"] .icon path {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      stroke: #ffffff; }
  .btn.btn_small,
  button.btn_small,
  input[type="submit"].btn_small,
  input[type="reset"].btn_small {
    line-height: 120%;
    padding: 9px 24px; }
    @media screen and (max-width: 767px) {
      .btn.btn_small,
      button.btn_small,
      input[type="submit"].btn_small,
      input[type="reset"].btn_small {
        font-size: 14px;
        line-height: 140%;
        font-weight: 500;
        padding: 6px 16px; } }
    @media screen and (max-width: 767px) {
      .btn.btn_small.btn-icon .icon,
      button.btn_small.btn-icon .icon,
      input[type="submit"].btn_small.btn-icon .icon,
      input[type="reset"].btn_small.btn-icon .icon {
        width: 14px;
        height: 14px; } }
  .btn.btn-icon,
  button.btn-icon,
  input[type="submit"].btn-icon,
  input[type="reset"].btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .btn:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    color: #ffffff;
    text-decoration: none;
    background: #2458D6;
    border-color: #2458D6; }
    .btn:hover .icon,
    button:hover .icon,
    input[type="submit"]:hover .icon,
    input[type="reset"]:hover .icon {
      fill: #ffffff; }
      .btn:hover .icon path,
      button:hover .icon path,
      input[type="submit"]:hover .icon path,
      input[type="reset"]:hover .icon path {
        stroke: #ffffff; }
  .btn:disabled,
  button:disabled,
  input[type="submit"]:disabled,
  input[type="reset"]:disabled {
    border-color: rgba(68, 68, 68, 0.1);
    background-color: rgba(68, 68, 68, 0.1); }
  .btn.btn_secondary,
  button.btn_secondary,
  input[type="submit"].btn_secondary,
  input[type="reset"].btn_secondary {
    color: #222222;
    border-color: #222222;
    background-color: #ffffff; }
    .btn.btn_secondary .icon,
    button.btn_secondary .icon,
    input[type="submit"].btn_secondary .icon,
    input[type="reset"].btn_secondary .icon {
      fill: #222222; }
      .btn.btn_secondary .icon path,
      button.btn_secondary .icon path,
      input[type="submit"].btn_secondary .icon path,
      input[type="reset"].btn_secondary .icon path {
        stroke: #222222; }
    .btn.btn_secondary:hover,
    button.btn_secondary:hover,
    input[type="submit"].btn_secondary:hover,
    input[type="reset"].btn_secondary:hover {
      color: #467CFE;
      border-color: #467CFE;
      background-color: #ffffff; }
      .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: #467CFE; }
        .btn.btn_secondary:hover .icon path,
        button.btn_secondary:hover .icon path,
        input[type="submit"].btn_secondary:hover .icon path,
        input[type="reset"].btn_secondary:hover .icon path {
          stroke: #467CFE; }
    .btn.btn_secondary:disabled,
    button.btn_secondary:disabled,
    input[type="submit"].btn_secondary:disabled,
    input[type="reset"].btn_secondary:disabled {
      border-color: rgba(68, 68, 68, 0.1);
      color: rgba(68, 68, 68, 0.1); }
  .btn.btn_tertiary,
  button.btn_tertiary,
  input[type="submit"].btn_tertiary,
  input[type="reset"].btn_tertiary {
    color: #222222;
    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: #222222; }
      .btn.btn_tertiary .icon path,
      button.btn_tertiary .icon path,
      input[type="submit"].btn_tertiary .icon path,
      input[type="reset"].btn_tertiary .icon path {
        stroke: #222222; }
    .btn.btn_tertiary:hover,
    button.btn_tertiary:hover,
    input[type="submit"].btn_tertiary:hover,
    input[type="reset"].btn_tertiary:hover {
      color: #222222;
      border-color: #E9EBEE;
      background-color: #E9EBEE; }
      .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: #222222; }
        .btn.btn_tertiary:hover .icon path,
        button.btn_tertiary:hover .icon path,
        input[type="submit"].btn_tertiary:hover .icon path,
        input[type="reset"].btn_tertiary:hover .icon path {
          stroke: #222222; }
    .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; }
  .btn.btn_link,
  button.btn_link,
  input[type="submit"].btn_link,
  input[type="reset"].btn_link {
    color: #444444;
    border-color: transparent;
    background-color: transparent;
    padding: 0; }
    .btn.btn_link:hover,
    button.btn_link:hover,
    input[type="submit"].btn_link:hover,
    input[type="reset"].btn_link:hover {
      color: #467CFE; }

.wysiwyg {
  color: #444444; }
  .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; } }

.swip-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -16px; }
  @media screen and (max-width: 1023px) {
    .swip-slider__nav {
      display: none; } }
  .swip-slider__nav_arrow {
    width: 100px;
    text-align: center;
    padding: 8px 20px;
    border: 2px solid #222222;
    border-radius: 100px;
    height: 45px;
    margin: 0 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .swip-slider__nav_arrow .icon {
      width: 24px;
      height: 25px;
      display: block;
      margin: 0 auto;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .swip-slider__nav_arrow:hover {
      border-color: #467CFE; }
      .swip-slider__nav_arrow:hover .icon {
        fill: #467CFE; }
    .swip-slider__nav_arrow.swiper-button-disabled {
      border-color: transparent; }

.tabs .tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .tabs .tabs-header .tabs-header__item.tabs-header__item_active .tabs-header__text {
    color: #467CFE;
    border-color: #467CFE; }
  .tabs .tabs-header.tabs-header-slider {
    display: block; }
    .tabs .tabs-header.tabs-header-slider .swiper-container {
      overflow: initial; }
    .tabs .tabs-header.tabs-header-slider .tabs-header__item {
      margin-bottom: 32px;
      width: auto; }
  .tabs .tabs-header .tabs-header__text {
    display: block;
    cursor: pointer;
    color: #444444;
    font-weight: 600;
    padding: 8px 38px;
    text-align: center;
    position: relative;
    border-radius: 100px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0 8px 30px rgba(0, 73, 164, 0.1);
            box-shadow: 0 8px 30px rgba(0, 73, 164, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.tabs .tabs-body .tabs-body__item {
  width: 100%;
  display: none; }
  .tabs .tabs-body .tabs-body__item.tabs-body__item_active {
    display: block; }

.accordion-item {
  margin-bottom: 16px; }
  .accordion-item.accordion-item_active .accordion-item__header {
    margin-bottom: 16px;
    background-color: #467CFE;
    color: #ffffff; }
    .accordion-item.accordion-item_active .accordion-item__header:after {
      border-color: #ffffff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-top: 8px; }
  .accordion-item.accordion-item_active .accordion-item__body {
    display: block; }
  .accordion-item .accordion-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    color: #222222;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 24px;
    background-color: #E9EBEE;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .accordion-item .accordion-item__header .title-text {
      margin-right: 16px; }
    .accordion-item .accordion-item__header:after {
      border-right: 1px solid #222222;
      border-top: 1px solid #222222;
      content: "";
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .accordion-item .accordion-item__body {
    display: none;
    margin-bottom: 16px; }

.nav .nav__list {
  margin: 0;
  list-style: none; }

.nav .nav__item {
  margin: 0; }
  .nav .nav__item.nav__item_active .nav__link, .nav .nav__item:hover .nav__link {
    color: #2458D6; }

.nav .nav__link {
  display: block;
  text-decoration: none;
  padding: 0 20px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 1023px) {
    .nav .nav__link {
      padding: 16px 23px; } }

.site-header {
  background-color: #222222;
  padding: 12px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .site-header {
      padding: 9px 0; } }
  .site-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .site-header .container {
    position: relative; } }
  .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(2) {
    display: none; }
  .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(1), .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(3) {
    margin: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(3) {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.header .site-logo .site-logo__link, .header .site-logo .site-logo__img {
  display: block; }

.nav-toggle {
  display: none;
  width: 24px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10; }
  @media screen and (max-width: 1023px) {
    .nav-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .nav-toggle .nav-toggle__link {
    width: 100%;
    display: block;
    background: #ffffff;
    height: 2px;
    margin: 2px 0;
    clear: both;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

@media screen and (max-width: 1023px) {
  .header-nav {
    right: 0;
    display: none;
    top: 100%;
    min-width: 224px;
    background: #222222;
    position: absolute;
    height: calc(100vh - 100%);
    z-index: 3;
    overflow: auto; } }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .header-nav {
      top: calc(100% + 12px);
      min-width: 208px;
      height: auto; } }

@media screen and (max-width: 767px) {
  .header-nav__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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: 767px) {
  .header-nav__footer {
    padding: 24px; } }

@media screen and (max-width: 1023px) {
  .header .nav-container {
    position: static; } }

.header .nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .header .nav .nav__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0; }
      .header .nav .nav__list:before, .header .nav .nav__list:after {
        content: '';
        height: 1px;
        background: linear-gradient(135.8deg, #33B5FA 18.26%, #4875FF 95.05%);
        display: block;
        opacity: .2; } }
  @media screen and (min-width: 1024px) {
    .header .nav .nav__list {
      margin: 0 -20px; } }

@media screen and (max-width: 1023px) {
  .header .nav .nav__item:not(:last-child):after {
    content: '';
    height: 1px;
    background: linear-gradient(135.8deg, #33B5FA 18.26%, #4875FF 95.05%);
    display: block;
    opacity: .2; } }

.header .nav .nav__link {
  color: #ffffff; }
  @media screen and (max-width: 1023px) {
    .header .nav .nav__link {
      text-align: right; } }

.dropdown {
  position: relative; }
  @media screen and (min-width: 992px) {
    .dropdown:hover .dropdown__list {
      visibility: visible;
      opacity: 1; } }
  @media screen and (max-width: 1023px) {
    .dropdown.dropdown_active .dropdown__list {
      visibility: visible;
      opacity: 1;
      max-height: 9999px; }
    .dropdown.dropdown_active .dropdown__icon:before {
      content: "-";
      position: relative;
      top: -3px; }
    .dropdown.dropdown_active .dropdown__item {
      left: 0;
      opacity: 1; } }
  .dropdown .dropdown__icon {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 36px;
    z-index: 10;
    background-color: transparent; }
    .dropdown .dropdown__icon:before {
      display: block;
      border: 4px solid transparent;
      border-top: 4px solid #467CFE;
      content: "";
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 1023px) {
      .dropdown .dropdown__icon {
        right: 0;
        top: 0;
        height: 40px;
        width: 40px;
        background-color: rgba(68, 68, 68, 0.1);
        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; }
        .dropdown .dropdown__icon:before {
          color: #ffffff;
          border: 0;
          font-weight: 300;
          font-size: 40px;
          content: "+"; } }
  .dropdown .dropdown__list {
    position: absolute;
    top: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(68, 68, 68, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 1023px) {
      .dropdown .dropdown__list {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        max-height: 0; } }
  .dropdown .dropdown__item {
    margin: 0; }
    @media screen and (max-width: 1023px) {
      .dropdown .dropdown__item {
        position: relative;
        left: -20px;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s; } }
  .dropdown .dropdown__link {
    padding: 8px 16px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
    background-color: rgba(68, 68, 68, 0.1); }
    @media screen and (max-width: 1023px) {
      .dropdown .dropdown__link {
        padding: 8px 24px; } }
    .dropdown .dropdown__link:hover {
      color: #467CFE;
      background-color: #ffffff; }

.footer {
  margin-top: auto;
  padding: 80px 0;
  background-color: #222222;
  color: #ffffff;
  font-weight: 600; }
  @media screen and (max-width: 1023px) {
    .footer {
      padding: 48px 0; } }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 96px 0 60px;
      font-weight: 400; } }
  .footer a {
    color: #ffffff; }
  .footer .site-logo .site-logo__link, .footer .site-logo .site-logo__img {
    display: block; }
  @media screen and (max-width: 1023px) {
    .footer .site-logo {
      margin-bottom: 40px; } }
  .footer-top {
    margin-bottom: 56px; }
    @media screen and (max-width: 1023px) {
      .footer-top__align {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (max-width: 1023px) {
      .footer-top {
        margin-bottom: 40px; } }
  @media screen and (min-width: 768px) {
    .footer-bottom__align {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  .footer .nav .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px; }
    @media screen and (min-width: 1024px) {
      .footer .nav .nav__list {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    @media screen and (max-width: 767px) {
      .footer .nav .nav__list {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media screen and (max-width: 1023px) {
    .footer .nav .nav__link {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .footer .nav .nav__link {
      padding: 0;
      font-weight: 400; } }
  @media screen and (max-width: 767px) {
    .footer .nav .nav__item {
      margin-bottom: 16px; }
      .footer .nav .nav__item:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .footer-info {
      margin-bottom: 40px; } }
  .footer-info__list {
    list-style-type: none;
    margin: 0; }
  .footer-info__item {
    margin-bottom: 16px; }
    .footer-info__item:last-child {
      margin-bottom: 0; }
  .footer-info__link {
    text-decoration: none; }
    .footer-info__link:hover {
      color: #2458D6; }
  @media screen and (min-width: 768px) {
    .footer .soc {
      text-align: right; }
      .footer .soc-list {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }

.soc-title {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600; }

.soc-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px; }

.soc-item {
  margin: 8px; }

.soc-link {
  width: 24px;
  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;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #222222;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .soc-link .fa {
    color: #222222;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .soc-link:hover {
    background-color: #222222; }
    .soc-link:hover .fa {
      color: #ffffff; }

.main-slider {
  position: relative; }
  .main-slider__item {
    height: calc(100vh - 80px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .main-slider__item {
        height: calc(100vh - 60px); } }
  .main-slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(36.49%, rgba(254, 254, 255, 0)));
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(254, 254, 255, 0) 36.49%); }
    @media screen and (max-width: 1023px) {
      .main-slider-content {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(62.5%, rgba(255, 255, 255, 0)), to(#FFFFFF));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62.5%, #FFFFFF 100%); } }
    .main-slider-content .container {
      height: 100%;
      padding-top: 120px;
      padding-bottom: 120px; }
      @media screen and (max-width: 1023px) {
        .main-slider-content .container {
          padding: 40px 0; } }
      @media screen and (max-width: 767px) {
        .main-slider-content .container {
          padding: 16px 0; } }
  .main-slider__block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
    @media screen and (max-width: 1023px) {
      .main-slider__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .main-slider__block_content {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 48px; }
      @media screen and (min-width: 1024px) {
        .main-slider__block_content {
          margin-bottom: 0;
          padding-right: 48px; } }
      @media screen and (max-width: 767px) {
        .main-slider__block_content {
          margin-bottom: 12px; } }
  .main-slider__title {
    margin-bottom: 0; }
    .main-slider__title.subtitle {
      color: #222222;
      margin-bottom: 4px; }
      .main-slider__title.subtitle:before {
        content: '';
        width: 60px;
        height: 1px;
        background-color: #222222;
        display: inline-block;
        margin: 6px 0;
        margin-right: 16px; }
  .main-slider__pagination-top {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .main-slider__pagination-top {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 22px; }
        .main-slider__pagination-top_line {
          width: 1px;
          height: 100%;
          background-color: rgba(34, 34, 34, 0.7);
          margin: auto; } }
    .main-slider__pagination-top .swiper-pagination {
      position: relative; }
      @media screen and (min-width: 1024px) {
        .main-slider__pagination-top .swiper-pagination {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .main-slider__pagination-top .swiper-pagination-bullet {
        width: 32px;
        height: 32px;
        background: transparent;
        border: 1px solid transparent;
        position: relative;
        opacity: 1;
        margin-bottom: 12px; }
        .main-slider__pagination-top .swiper-pagination-bullet:before {
          content: '';
          width: 12px;
          height: 12px;
          border-radius: 50%;
          display: inline-block;
          position: absolute;
          top: calc(50% - 6px);
          left: calc(50% - 6px);
          background: rgba(34, 34, 34, 0.7); }
        .main-slider__pagination-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
          border-color: #226EF5; }
          .main-slider__pagination-top .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
            background: linear-gradient(143.81deg, #23E6F6 6.91%, #4875FF 51.53%, #AA3DFF 90.57%); }
        @media screen and (max-width: 1023px) {
          .main-slider__pagination-top .swiper-pagination-bullet {
            margin: 0; } }
        @media screen and (max-width: 767px) {
          .main-slider__pagination-top .swiper-pagination-bullet {
            width: 20px;
            height: 20px; }
            .main-slider__pagination-top .swiper-pagination-bullet:before {
              width: 8px;
              height: 8px;
              top: calc(50% - 4px);
              left: calc(50% - 4px); } }
      .main-slider__pagination-top .swiper-pagination .number {
        display: none; }
  .main-slider__pagination-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .main-slider__pagination-bottom {
        display: none; } }
    .main-slider__pagination-bottom .swiper-pagination {
      position: relative; }
      .main-slider__pagination-bottom .swiper-pagination-bullet {
        display: none;
        width: auto;
        height: auto;
        background: transparent; }
        .main-slider__pagination-bottom .swiper-pagination-bullet .number {
          font-weight: 300;
          line-height: 150%;
          font-size: 56px;
          color: #444444; }
          .main-slider__pagination-bottom .swiper-pagination-bullet .number:after {
            content: '/';
            font-size: 48px;
            line-height: 150%;
            font-weight: 200; }
        .main-slider__pagination-bottom .swiper-pagination-bullet-active {
          display: block; }
    .main-slider__pagination-bottom .total {
      font-size: 24px;
      line-height: 36px;
      color: #444444;
      margin-bottom: 8px; }
  .main-slider-btn {
    position: absolute;
    bottom: 32px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: calc(50% - 9px);
    -webkit-animation: upDovn 1.5s ease-in-out infinite;
            animation: upDovn 1.5s ease-in-out infinite; }

@-webkit-keyframes upDovn {
  50% {
    bottom: 16px; }
  100% {
    bottom: 32px; } }

@keyframes upDovn {
  50% {
    bottom: 16px; }
  100% {
    bottom: 32px; } }
    @media screen and (max-width: 1023px) {
      .main-slider-btn {
        display: none; } }

.post-slider__header {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.post-slider__nav {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .post-slider__nav {
      display: none; } }

.post-slider__container .swiper-container {
  overflow: initial; }

.post-slider__container .swiper-slide {
  width: 41.6667%; }
  @media screen and (max-width: 1023px) {
    .post-slider__container .swiper-slide {
      width: 66.666667%; } }
  @media screen and (max-width: 767px) {
    .post-slider__container .swiper-slide {
      width: 83.333333%; } }

.post-item__img {
  margin-bottom: 24px; }
  @media screen and (max-width: 1023px) {
    .post-item__img {
      margin-bottom: 16px; } }
  .post-item__img img {
    width: 100%;
    display: block;
    max-height: 250px; }

.post-item__description {
  min-height: 50px; }

@media screen and (min-width: 1024px) {
  .webcams-slider .swiper-container {
    overflow: initial; }
  .webcams-slider .swiper-slide {
    width: 91.666667%; }
    .webcams-slider .swiper-slide .webcams-container {
      position: relative; }
      .webcams-slider .swiper-slide .webcams-container:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(34, 34, 34, 0.4);
        z-index: 1; }
    .webcams-slider .swiper-slide.swiper-slide-active .webcams-container:before {
      display: none; } }

@media screen and (max-width: 1023px) {
  .webcams-slider .swiper-wrapper {
    display: block; }
  .webcams-slider .swiper-slide:not(:first-child) {
    margin-top: 32px; } }

.webcams-slider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px; }
  @media screen and (max-width: 1023px) {
    .webcams-slider__header {
      margin-bottom: 24px; } }
  @media screen and (max-width: 767px) {
    .webcams-slider__header {
      margin-bottom: 8px; } }
  .webcams-slider__header_title {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .webcams-slider__header_title {
        width: 100%;
        margin-bottom: 16px; } }

.webcams-update {
  max-width: 165px; }
  @media screen and (max-width: 767px) {
    .webcams-update {
      max-width: 100%;
      width: 100%; } }
  .webcams-update input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #444444;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #444444;
    font-size: 18px;
    outline: none;
    text-align: right;
    padding: 7px 24px;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .webcams-update input {
        text-align: left;
        border-bottom: none;
        padding: 4px 0; } }
    .webcams-update input:focus {
      border-bottom-color: #467CFE; }
      .webcams-update input:focus + .input-icon {
        border-color: transparent;
        background: linear-gradient(135.8deg, #33B5FA 18.26%, #4875FF 95.05%); }
        .webcams-update input:focus + .input-icon .icon {
          fill: #ffffff; }
  .webcams-update .input-icon-position-right .input-icon {
    right: 0;
    z-index: -1; }

.webcams-container {
  margin-bottom: 38px;
  --plyr-range-fill-background: #222222;
  --plyr-range-thumb-background: url("../images/content/icon/range.svg") no-repeat center/contain;
  --plyr-range-thumb-height: 30px;
  --plyr-video-progress-buffered-background: #222222;
  --plyr-control-icon-size: 24px; }
  @media screen and (max-width: 1023px) {
    .webcams-container {
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .webcams-container {
      --plyr-range-thumb-height: 20px; } }
  @media screen and (min-width: 1024px) {
    .webcams-container .plyr {
      overflow: initial; }
      .webcams-container .plyr .plyr__progress__container {
        position: absolute;
        bottom: -38px;
        left: 0;
        right: 0; }
      .webcams-container .plyr--video:not(:-webkit-full-screen).plyr--hide-controls .plyr__controls, .webcams-container .plyr--video:not(:-webkit-full-screen).plyr--hide-controls .plyr__controls {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      .webcams-container .plyr--video:not(:-ms-fullscreen).plyr--hide-controls .plyr__controls, .webcams-container .plyr--video:not(:-ms-fullscreen).plyr--hide-controls .plyr__controls {
        opacity: 1;
        transform: translateY(0); }
      .webcams-container .plyr--video:not(:fullscreen).plyr--hide-controls .plyr__controls, .webcams-container .plyr--video:not(:fullscreen).plyr--hide-controls .plyr__controls {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      .webcams-container .plyr--video:-webkit-full-screen .plyr__progress__container {
        position: relative;
        bottom: initial; }
      .webcams-container .plyr--video:fullscreen .plyr__progress__container, .webcams-container .plyr--video:-webkit-full-screen .plyr__progress__container {
        position: relative;
        bottom: initial; } }
  .webcams-container .plyr__control--overlaid {
    background: transparent;
    border: 2px solid;
    padding: 17px; }
    .webcams-container .plyr__control--overlaid svg {
      width: 42px;
      height: 42px; }
    @media screen and (max-width: 767px) {
      .webcams-container .plyr__control--overlaid {
        padding: 9px; }
        .webcams-container .plyr__control--overlaid svg {
          width: 18px;
          height: 18px; } }
  .webcams-container .plyr__progress input[type='range']::-webkit-slider-thumb {
    width: 52px;
    border-radius: 100px; }
  .webcams-container .plyr__progress input[type='range']::-moz-range-thumb {
    width: 52px;
    border-radius: 100px; }
  .webcams-container .plyr__progress input[type='range']::-ms-thumb {
    width: 52px;
    border-radius: 100px; }
  @media screen and (max-width: 767px) {
    .webcams-container .plyr__progress input[type='range']::-webkit-slider-thumb {
      width: 35px; }
    .webcams-container .plyr__progress input[type='range']::-moz-range-thumb {
      width: 35px; }
    .webcams-container .plyr__progress input[type='range']::-ms-thumb {
      width: 35px; } }

@media screen and (min-width: 1024px) {
  .webcams-tabs {
    position: relative; }
    .webcams-tabs-header {
      margin-right: 215px; }
    .webcams-tabs .swip-slider__nav {
      position: absolute;
      top: 0;
      right: 0; } }

.webcams-arrow {
  position: absolute;
  top: 74px;
  bottom: 38px;
  width: calc(624px - 8.3333%);
  z-index: 1;
  cursor: pointer; }
  .webcams-arrow .icon {
    width: 72px;
    height: 72px;
    position: absolute;
    top: calc(50% - 36px);
    opacity: .8;
    fill: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .webcams-arrow:hover .icon {
    opacity: 1; }
  .webcams-arrow-prev {
    left: calc(-624px + 8.333% - 32px); }
    .webcams-arrow-prev .icon {
      right: 0; }
  .webcams-arrow-next {
    right: calc(-624px + 16.666% - 32px); }
    .webcams-arrow-next .icon {
      left: 0; }
  .webcams-arrow.swiper-button-disabled {
    display: none; }
  @media screen and (max-width: 1023px) {
    .webcams-arrow {
      display: none; } }

section,
.section {
  margin-bottom: 120px; }
  section:first-of-type,
  .section:first-of-type {
    margin-top: 120px; }
    @media screen and (max-width: 1023px) {
      section:first-of-type,
      .section:first-of-type {
        margin-top: 96px; } }
  @media screen and (max-width: 1023px) {
    section,
    .section {
      margin-bottom: 96px; } }

.filter .form-filter {
  padding: 48px 48px 24px;
  border-radius: 2px;
  -webkit-box-shadow: 0 8px 40px rgba(0, 73, 164, 0.15);
          box-shadow: 0 8px 40px rgba(0, 73, 164, 0.15);
  margin-bottom: 28px; }
  @media screen and (min-width: 1024px) {
    .filter .form-filter .form .row {
      margin: 0 -20px; }
    .filter .form-filter .form .col {
      padding-left: 20px;
      padding-right: 20px; }
    .filter .form-filter .form .jcf-number {
      padding: 0 32px; } }
  @media screen and (max-width: 1023px) {
    .filter .form-filter {
      padding: 32px 32px 0;
      margin-bottom: 8px; }
      .filter .form-filter .form .form-field {
        margin-bottom: 32px; } }
  @media screen and (max-width: 767px) {
    .filter .form-filter {
      padding: 40px 24px;
      margin: 0 -24px;
      margin-bottom: 24px; } }

.filter-result .result-item {
  position: relative;
  border-bottom: 1px solid transparent;
  padding: 32px 0; }
  @media screen and (max-width: 767px) {
    .filter-result .result-item {
      padding: 24px 0; } }
  .filter-result .result-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(135.8deg, #33B5FA 18.26%, #4875FF 95.05%); }

.filter-result .result-img img {
  display: block;
  width: 100%; }

@media screen and (max-width: 1023px) {
  .filter-result .result-img {
    margin-bottom: 24px; } }

@media screen and (max-width: 767px) {
  .filter-result .result-img {
    margin-bottom: 16px; } }

.filter-result .result-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #444444;
  margin-bottom: 0; }
  .filter-result .result-subtitle .icon {
    min-width: 24px;
    fill: #444444;
    margin-right: 8px; }
    @media screen and (max-width: 767px) {
      .filter-result .result-subtitle .icon {
        min-width: 18px; } }

.filter-result .result-price .price {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%; }
  @media screen and (max-width: 1023px) {
    .filter-result .result-price .price {
      font-size: 32px; } }
  @media screen and (max-width: 767px) {
    .filter-result .result-price .price {
      font-size: 28px; } }

.comfort {
  margin-bottom: 16px; }
  @media screen and (max-width: 767px) {
    .comfort {
      margin-bottom: 12px; } }
  .comfort-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    margin: 0 -8px; }
    @media screen and (max-width: 767px) {
      .comfort-list {
        margin: 0 -4px; } }
  .comfort-item {
    margin: 0 8px 8px; }
    @media screen and (max-width: 767px) {
      .comfort-item {
        margin: 0 4px 4px; } }
    .comfort-item .icon {
      display: block;
      width: 40px;
      height: 40px; }
      @media screen and (max-width: 767px) {
        .comfort-item .icon {
          width: 23px;
          height: 23px; } }

.price {
  margin-left: 8px;
  color: #467CFE;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%; }
  @media screen and (max-width: 767px) {
    .price {
      font-size: 18px; } }
  .price-block {
    font-weight: 600;
    color: #444444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px; }

.rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none; }

.rating-item {
  margin: 0;
  margin-left: 4px; }
  .rating-item .icon {
    display: block;
    width: 32px;
    height: 32px;
    fill: #F2C94C; }
    @media screen and (max-width: 767px) {
      .rating-item .icon {
        width: 18px;
        height: 18px; } }

.social-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .social-widget-link {
    display: block;
    position: relative; }
  .social-widget-item {
    max-width: 25%;
    width: 100%;
    border: 2px solid #ffffff; }
    @media screen and (max-width: 767px) {
      .social-widget-item {
        max-width: 50%; } }
    .social-widget-item img {
      display: block;
      width: 100%; }
    .social-widget-item .tag {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding: 16px; }
      @media screen and (max-width: 1023px) {
        .social-widget-item .tag {
          padding: 8px; } }
      .social-widget-item .tag-list {
        list-style-type: none;
        margin: 0 -4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .social-widget-item .tag-item {
        margin: 8px 4px 0 4px;
        padding: 3px 10px;
        background-color: rgba(255, 255, 255, 0.75);
        border-radius: 100px;
        font-size: 12px;
        line-height: 120%; }

@media screen and (min-width: 1024px) {
  .description-banner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .description-banner:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: -webkit-gradient(linear, left top, right top, color-stop(0.62%, #FFFFFF), color-stop(7.31%, rgba(255, 255, 255, 0.868212)), color-stop(14.01%, rgba(255, 255, 255, 0.724618)), color-stop(33.56%, rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, #FFFFFF 0.62%, rgba(255, 255, 255, 0.868212) 7.31%, rgba(255, 255, 255, 0.724618) 14.01%, rgba(255, 255, 255, 0) 33.56%); }
    .description-banner .full-banner {
      display: none; }
    .description-banner__content {
      position: relative; }
    .description-banner-hidden {
      display: none; } }

.description-banner__block {
  margin-bottom: 16px; }
  @media screen and (max-width: 1023px) {
    .description-banner__block {
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .description-banner__block {
      margin-bottom: 32px; } }

.weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px 32px; }
  .weather-today {
    max-width: 33.3%;
    width: 100%;
    padding: 0 16px; }
    .weather-today__block {
      background: linear-gradient(135.8deg, #33B5FA 18.26%, #4875FF 95.05%);
      height: 100%;
      padding: 20px;
      border-radius: 2px;
      color: #ffffff;
      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-shadow: 0 8px 40px rgba(0, 73, 164, 0.25);
              box-shadow: 0 8px 40px rgba(0, 73, 164, 0.25); }
      .weather-today__block .icon,
      .weather-today__block svg {
        fill: #ffffff; }
    .weather-today__date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-weight: 600;
      margin-bottom: 20px; }
    .weather-today__now {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .weather-today__now_icon {
        margin-bottom: 8px; }
        .weather-today__now_icon .icon {
          width: 130px;
          height: 130px;
          display: block;
          margin: 0 auto; }
      .weather-today__now_temp {
        font-size: 120px;
        line-height: 144px;
        text-align: center;
        margin-bottom: 8px; }
        .weather-today__now_temp span {
          font-weight: 700; }
    .weather-today__index {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .weather-today__index_item {
        width: 20%;
        text-align: center; }
      .weather-today__index_text {
        font-size: 12px;
        line-height: 120%; }
  .weather-time {
    max-width: 66.666667%;
    width: 100%;
    padding: 0 16px; }
    .weather-time__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -16px 32px;
      padding-bottom: 32px;
      position: relative;
      font-weight: 600; }
      .weather-time__block:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 16px;
        right: 16px;
        height: 1px;
        width: calc(100% - 32px);
        border-radius: 2px;
        background: linear-gradient(135.8deg, #33B5FA 18.26%, #4875FF 95.05%); }
      .weather-time__block_item {
        max-width: 25%;
        width: 100%;
        padding: 0 16px;
        text-align: center;
        position: relative; }
        .weather-time__block_item:not(:last-child):after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          width: 1px;
          height: calc(100% - 8px);
          border-radius: 2px;
          background: linear-gradient(135.8deg, #33B5FA 18.26%, #4875FF 95.05%); }
        .weather-time__block_item .period-time {
          margin-bottom: 32px; }
          .weather-time__block_item .period-time__row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin: 0 -16px; }
          .weather-time__block_item .period-time__item {
            padding: 0 16px;
            max-width: 50%;
            width: 100%; }
            .weather-time__block_item .period-time__item .item-time {
              font-size: 14px;
              line-height: 120%;
              margin-bottom: 16px; }
            .weather-time__block_item .period-time__item .item-icon {
              margin-bottom: 16px; }
              .weather-time__block_item .period-time__item .item-icon img {
                width: 48px; }
            .weather-time__block_item .period-time__item .item-temperature {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              margin-bottom: 16px;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
              .weather-time__block_item .period-time__item .item-temperature .from,
              .weather-time__block_item .period-time__item .item-temperature .to {
                font-size: 14px;
                line-height: 120%;
                margin: 0 4px; }
              .weather-time__block_item .period-time__item .item-temperature .to {
                color: rgba(34, 34, 34, 0.5); }
            .weather-time__block_item .period-time__item .item-wind {
              margin-bottom: 16px; }
              .weather-time__block_item .period-time__item .item-wind__icon {
                display: block;
                margin-bottom: 4px; }
              .weather-time__block_item .period-time__item .item-wind__text {
                font-size: 14px;
                line-height: 120%;
                color: #444444;
                white-space: nowrap; }
            .weather-time__block_item .period-time__item .item-moisture__icon {
              display: block;
              margin-bottom: 4px; }
            .weather-time__block_item .period-time__item .item-moisture__text {
              font-size: 14px;
              line-height: 120%;
              color: #444444; }
  .weather-week {
    margin-bottom: -24px; }
    @media screen and (max-width: 767px) {
      .weather-week {
        margin-bottom: -16px; } }
    .weather-week__item {
      border-radius: 2px;
      -webkit-box-shadow: 0 8px 30px rgba(0, 73, 164, 0.1);
              box-shadow: 0 8px 30px rgba(0, 73, 164, 0.1);
      padding: 16px 4px;
      margin-bottom: 24px; }
      @media screen and (max-width: 767px) {
        .weather-week__item {
          margin-bottom: 16px; } }
    .weather-week__title {
      text-align: center;
      font-weight: 600;
      margin-bottom: 16px; }
    .weather-week__block {
      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; }
      @media screen and (max-width: 419px) {
        .weather-week__block {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .weather-week__icon img {
      width: 48px; }
    @media screen and (max-width: 419px) {
      .weather-week__icon {
        margin-bottom: 4px; } }
    .weather-week__temperature {
      color: #23AAF6;
      font-size: calc(1.7rem + 1.23vw);
      line-height: 48px; }
      .weather-week__temperature span {
        font-weight: 700; }
      @media screen and (max-width: 1023px) {
        .weather-week__temperature {
          font-size: 48px; } }
  @media screen and (max-width: 1023px) {
    .weather {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 0 32px; }
      .weather-today {
        max-width: 100%;
        margin-bottom: 32px;
        padding: 0; }
        .weather-today__block {
          padding: 32px; }
        .weather-today__date {
          margin-bottom: 32px; }
        .weather-today__now {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 32px; }
          .weather-today__now_icon {
            margin: 0 20px; }
          .weather-today__now_temp {
            margin: 0 20px;
            font-size: 144px; }
        .weather-today__index_item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: auto;
          margin: 0 6px; }
        .weather-today__index_icon {
          margin-right: 8px; }
          .weather-today__index_icon .icon {
            width: 36px;
            height: 36px; }
        .weather-today__index_text {
          text-align: left; }
      .weather-time {
        padding: 0;
        max-width: 100%; }
        .weather-time__block_item .period-time__row {
          margin: 0 -12px; }
        .weather-time__block_item .period-time__item {
          padding: 0 12px; } }
  @media screen and (max-width: 767px) {
    .weather {
      margin: 0 -24px 32px; }
      .weather-today__block {
        padding: 24px; }
      .weather-today__date {
        margin-bottom: 24px; }
      .weather-today__now {
        margin-bottom: 24px; }
        .weather-today__now_icon {
          margin: 0 6px; }
          .weather-today__now_icon .icon {
            width: 80px;
            height: 80px; }
        .weather-today__now_temp {
          margin: 0 6px;
          font-size: 110px;
          line-height: 120%; }
      .weather-today__index_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .weather-today__index_icon {
        margin: 0 0 4px 0; }
        .weather-today__index_icon .icon {
          width: 24px;
          height: 24px; }
      .weather-today__index_text {
        text-align: center; }
      .weather-time {
        padding: 0 24px; }
        .weather-time__block_item:after {
          display: none; }
        .weather-time__block_item .period-time {
          display: none; }
          .weather-time__block_item .period-time__row {
            margin: 0; }
          .weather-time__block_item .period-time__item {
            max-width: 100%;
            padding: 0; }
            .weather-time__block_item .period-time__item:last-child {
              display: none; }
            .weather-time__block_item .period-time__item .item-time {
              margin-bottom: 8px; }
            .weather-time__block_item .period-time__item .item-icon {
              margin-bottom: 0; }
              .weather-time__block_item .period-time__item .item-icon img {
                width: 36px; }
            .weather-time__block_item .period-time__item .item-temperature {
              margin-bottom: 0;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
              .weather-time__block_item .period-time__item .item-temperature .from,
              .weather-time__block_item .period-time__item .item-temperature .to {
                margin-top: 8px; }
            .weather-time__block_item .period-time__item .item-wind, .weather-time__block_item .period-time__item .item-moisture {
              display: none; } }
  @media screen and (max-width: 419px) {
    .weather-today__now_temp {
      font-size: 80px; }
    .weather-today__index_item {
      margin: 0; } }

.load-btn svg,
.load-btn img {
  display: block;
  margin: 8px auto 0; }

.load-btn__block {
  text-align: center;
  margin-top: 32px; }
  @media screen and (max-width: 767px) {
    .load-btn__block {
      margin-top: 24px; } }

.load-hide-block {
  display: none; }
