/*WidthDesktop-1700*/
/*WidthDesktop-1520*/
/*WidthDesktop-1400*/
/*WidthDesktop-1200*/
/*WidthDesktop-1024*/
/*WidthDesktop-992*/
/*WidthDesktop-768*/
/*WidthDesktop-580*/
/*WidthDesktop-420*/
@font-face {
  font-family: 'Facit-Regular';
  src: local("../fonts/Facit-Regular"), local("../fonts/Facit-Regular"), url("../fonts/Facit-Regular.woff2") format("woff2"), url("../fonts/Facit-Regular.woff") format("woff"), url("../fonts/Facit-Regular.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

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: #021533;
  font: 400 14px/24px "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 767px) {
    body {
      font: 300 14px/22px "Montserrat", sans-serif; } }

.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;
  opacity: 0.1;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }
  .wrapper.wrapper_ready-load {
    opacity: 1; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 32px;
  font-weight: 700;
  color: #000; }
  @media screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
      margin: 0 0 24px; } }

h1,
.h1 {
  font-size: 48px;
  line-height: 56px; }
  @media screen and (max-width: 767px) {
    h1,
    .h1 {
      font-size: 28px;
      line-height: 32px; } }

h2,
.h2 {
  font-size: 40px;
  line-height: 48px; }
  @media screen and (max-width: 767px) {
    h2,
    .h2 {
      font-size: 24px;
      line-height: 32px; } }

h3,
.h3 {
  font-size: 32px;
  line-height: 40px; }
  @media screen and (max-width: 767px) {
    h3,
    .h3 {
      font-size: 20px;
      line-height: 28px; } }

h4,
.h4 {
  font-size: 24px;
  line-height: 32px; }
  @media screen and (max-width: 767px) {
    h4,
    .h4 {
      font-size: 16px;
      line-height: 24px; } }

h5,
.h5 {
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 767px) {
    h5,
    .h5 {
      font-size: 16px;
      line-height: 22px; } }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #021533; }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    text-decoration: underline; }

strong,
.bold {
  font-weight: 700; }

a {
  text-decoration: none;
  color: #EA1325; }
  a:hover {
    text-decoration: underline; }

ul, p, ol {
  padding: 0;
  margin-bottom: 24px; }
  ul:last-child, p:last-child, ol:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    ul, p, ol {
      margin-bottom: 16px; } }

p:empty {
  display: none; }

@media screen and (max-width: 767px) {
  p {
    font-size: 14px; } }

ul ul, ul ol,
ol ul,
ol ol {
  margin: 8px 0 8px 24px; }

ul ol,
ol ol {
  margin-left: 0; }

ul ul li,
ol ul li {
  padding-left: 8px; }

ul li,
ol li {
  margin: 0 0 8px; }

ul {
  margin-left: 32px; }
  @media screen and (max-width: 767px) {
    ul {
      margin-left: 36px; } }

ol {
  list-style-type: none;
  counter-reset: number-zero; }
  ol > li {
    counter-increment: number-zero;
    padding-left: 36px; }
    ol > li:nth-child(-n+9):before {
      content: "0" counter(number-zero); }
    ol > li:before {
      display: inline-block;
      margin-left: -36px;
      min-width: 36px;
      content: counter(number-zero);
      font-weight: 700;
      font-size: 14px;
      line-height: 24px;
      color: #021533; }
      @media screen and (max-width: 767px) {
        ol > li:before {
          line-height: 22px; } }

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: #021533;
    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: #EA1325; }

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 #EA1325; }

q,
.q {
  quotes: "\00ab" "\00bb";
  margin-bottom: 24px;
  display: block; }
  q q,
  .q q {
    quotes: "\201e" "\201c"; }

.step-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin-left: 0; }
  .step-step li:not(:last-child) {
    padding-right: 38px;
    background-image: url("../images/sprite.svg#step");
    background-position: calc(100% - 8px) center;
    background-repeat: no-repeat; }

.alert {
  padding: 32px;
  border: 1px solid #021533;
  color: #021533;
  background-color: rgba(2, 21, 51, 0.05);
  margin-bottom: 32px; }
  .alert.alert-success {
    color: #009919;
    border-color: #009919;
    background-color: rgba(0, 153, 25, 0.05); }
  .alert.alert-error {
    color: #EA1325;
    border-color: #EA1325;
    background-color: rgba(234, 19, 37, 0.05); }
  @media screen and (max-width: 767px) {
    .alert {
      padding: 16px;
      margin-bottom: 16px; } }

.w-100 {
  width: 100%; }

.scroll-mob {
  overflow: hidden; }

.container {
  width: 1248px;
  max-width: calc(100% - 96px);
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .container {
      max-width: calc(100% - 48px); } }
  @media screen and (max-width: 419px) {
    .container {
      max-width: calc(100% - 32px); } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 32px);
  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: 991px) {
    .row {
      width: calc(100% + 24px);
      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 (max-width: 1200px) {
    .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 !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !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; }

.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: 1023px) {
  .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: 48px; }
  .margin-bottom-64 {
    margin-bottom: 32px; }
  .margin-bottom-48 {
    margin-bottom: 24px; }
  .margin-bottom-32 {
    margin-bottom: 16px; }
  .margin-bottom-24 {
    margin-bottom: 12px; }
  .margin-bottom-16 {
    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) {
  .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: 48px; }
  .margin-top-64 {
    margin-top: 32px; }
  .margin-top-48 {
    margin-top: 24px; }
  .margin-top-32 {
    margin-top: 16px; }
  .margin-top-24 {
    margin-top: 12px; }
  .margin-top-16 {
    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: 1023px) {
  .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: 48px; }
  .padding-bottom-64 {
    padding-bottom: 32px; }
  .padding-bottom-48 {
    padding-bottom: 24px; }
  .padding-bottom-32 {
    padding-bottom: 16px; }
  .padding-bottom-24 {
    padding-bottom: 12px; }
  .padding-bottom-16 {
    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) {
  .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: 48px; }
  .padding-top-64 {
    padding-top: 32px; }
  .padding-top-48 {
    padding-top: 24px; }
  .padding-top-32 {
    padding-top: 16px; }
  .padding-top-24 {
    padding-top: 12px; }
  .padding-top-16 {
    padding-top: 8px; } }

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form textarea {
  border: 1px solid #737475;
  padding: 8px 16px;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  line-height: 28px;
  background-color: transparent;
  margin: 0;
  font-family: "Montserrat", 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.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: #021533; }
  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: #000;
    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: #EA1325; }

form textarea {
  width: 100%;
  height: 96px;
  resize: none; }

.form-field {
  margin-bottom: 24px;
  position: relative; }
  .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: #021533;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .form-field .form-field__title:hover {
      color: #EA1325; }

label.error {
  color: #EA1325;
  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: #EA1325; }
    .custom-check .custom-check__input:disabled ~ .custom-check__text {
      color: #737475; }
      .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 #737475; }
    .custom-check .custom-check__text:hover:after {
      border-color: #EA1325; }
  .custom-check input[type='checkbox'] ~ .custom-check__text:before {
    content: "\2713";
    background: #EA1325;
    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: #EA1325;
    opacity: 0;
    top: 9px;
    left: 5px; }

.jcf-focus {
  border-color: #021533; }

.jcf-select,
select {
  height: 48px;
  width: 100%;
  position: relative;
  cursor: pointer;
  border: 1px solid #021533;
  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 #021533;
      border-top: 1px solid #021533;
      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: #021533;
    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: #021533;
    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: 48px;
  padding: 0 60px;
  border: 1px solid #021533; }
  .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.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .jcf-number .jcf-btn-dec:hover,
    .jcf-number .jcf-btn-inc:hover {
      background: #E9EBEE; }
  .jcf-number .jcf-btn-dec {
    left: 0;
    border-right: 1px solid #021533; }
    .jcf-number .jcf-btn-dec:before {
      content: '-'; }
  .jcf-number .jcf-btn-inc {
    right: 0;
    border-left: 1px solid #021533; }
    .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: #021533; }

@-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: #EA1325; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #EA1325; }

.btn,
button,
input[type="submit"],
input[type="reset"] {
  color: #021533;
  font-size: 18px;
  cursor: pointer;
  line-height: 24px;
  padding: 10px 24px;
  border: 2px solid #021533;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  outline: none;
  font-weight: 700;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    color: #EA1325;
    text-decoration: none;
    border-color: #EA1325; }
  .btn:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus {
    border-color: #EA1325;
    background-color: #EA1325;
    color: #ffffff; }
  .btn:disabled,
  button:disabled,
  input[type="submit"]:disabled,
  input[type="reset"]:disabled {
    border-color: #737475;
    background-color: #737475; }
  .btn.btn_secondary,
  button.btn_secondary,
  input[type="submit"].btn_secondary,
  input[type="reset"].btn_secondary {
    color: #ffffff;
    border-color: #EA1325;
    background-color: #EA1325; }
    .btn.btn_secondary:hover,
    button.btn_secondary:hover,
    input[type="submit"].btn_secondary:hover,
    input[type="reset"].btn_secondary:hover {
      color: #ffffff;
      border-color: #021533;
      background-color: #021533; }
    .btn.btn_secondary:disabled,
    button.btn_secondary:disabled,
    input[type="submit"].btn_secondary:disabled,
    input[type="reset"].btn_secondary:disabled {
      border-color: #F4F6F9;
      color: #F4F6F9; }
  .btn.btn_tertiary,
  button.btn_tertiary,
  input[type="submit"].btn_tertiary,
  input[type="reset"].btn_tertiary {
    color: #021533;
    border-color: transparent;
    background-color: transparent; }
    .btn.btn_tertiary:hover,
    button.btn_tertiary:hover,
    input[type="submit"].btn_tertiary:hover,
    input[type="reset"].btn_tertiary:hover {
      color: #021533;
      border-color: #E9EBEE;
      background-color: #E9EBEE; }
    .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_icon,
  button.btn_icon,
  input[type="submit"].btn_icon,
  input[type="reset"].btn_icon {
    border-color: #ffffff;
    background-color: #EA1325;
    color: #ffffff;
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 28px;
    padding: 0;
    -webkit-box-shadow: 0 3px 9px rgba(2, 21, 51, 0.2);
            box-shadow: 0 3px 9px rgba(2, 21, 51, 0.2);
    border-radius: 50px; }
    .btn.btn_icon:hover,
    button.btn_icon:hover,
    input[type="submit"].btn_icon:hover,
    input[type="reset"].btn_icon:hover {
      background-color: #021533; }

.wysiwyg img {
  display: block;
  margin: 0 auto 24px; }

.icon {
  width: 24px;
  height: 24px; }

@media screen and (max-width: 991px) {
  .mob-image-block {
    position: fixed;
    top: 0;
    left: calc(100% - 48px);
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; } }

.mob-image-block.active {
  left: 0;
  overflow: auto;
  height: 100%; }
  .mob-image-block.active .mob-image-header-title {
    width: 100%; }
    .mob-image-block.active .mob-image-header-title span {
      width: auto;
      opacity: 1;
      visibility: visible; }

.mob-image-header {
  background-color: #EA1325;
  padding: 10px 12px;
  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;
  color: #ffffff; }
  @media screen and (min-width: 992px) {
    .mob-image-header {
      display: none; } }
  .mob-image-header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    width: auto;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }
    .mob-image-header-title span {
      width: 0;
      opacity: 0;
      visibility: hidden;
      overflow: hidden; }
  .mob-image-header .icon {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    fill: #ffffff; }
  .mob-image-header-button {
    border: none;
    padding: 0;
    height: 24px; }
    .mob-image-header-button:hover .icon {
      fill: #021533; }
    .mob-image-header-button:focus .icon {
      fill: #ffffff; }
    .mob-image-header-button .open {
      display: none; }
    .mob-image-header-button .close {
      display: block; }
    .mob-image-header-button.open .open {
      display: block; }
    .mob-image-header-button.open .close {
      display: none; }

@media screen and (max-width: 991px) {
  .mob-image-body {
    display: none;
    overflow: hidden; } }

.slick-slider {
  position: relative;
  width: auto;
  height: 100%;
  display: block;
  cursor: -webkit-grab;
  cursor: grab; }
  .slick-slider img {
    display: block;
    width: 100%; }
  .slick-slider.slick-vertical .slick-slide {
    display: block;
    height: auto; }
  .slick-slider.slider__secondary-pagination .slick-dots {
    bottom: -40px; }
  .slick-slider .slick-slide {
    display: inline-block;
    height: 100%;
    z-index: 2 !important;
    margin: 0;
    padding: 0 8px;
    min-height: 1px; }
    @media screen and (max-width: 579px) {
      .slick-slider .slick-slide {
        padding: 0; } }
  .slick-slider .slick-list {
    overflow: hidden; }
  .slick-slider .slick-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
    top: 50%;
    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: 2px solid #ffffff;
    -webkit-box-shadow: 0 0 0 2px #EA1325;
            box-shadow: 0 0 0 2px #EA1325;
    background-color: #EA1325;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .slick-slider .slick-arrow path {
      fill: #ffffff; }
    .slick-slider .slick-arrow:hover {
      background-color: #ffffff;
      color: #EA1325;
      border: 2px solid #EA1325;
      -webkit-box-shadow: 0 0 0 2px #ffffff;
              box-shadow: 0 0 0 2px #ffffff; }
      .slick-slider .slick-arrow:hover path {
        fill: #EA1325;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .slick-slider .slick-arrow.slick-disabled {
      opacity: .8;
      pointer-events: none; }
  .slick-slider .slick-prev {
    left: 24px;
    right: auto; }
  .slick-slider .slick-next {
    left: auto;
    right: 24px; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 16px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .slick-dots {
      padding: 16px; } }
  .slick-dots li {
    margin: 0 0 0 8px;
    padding: 0;
    font-size: 8px;
    line-height: 8px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .slick-dots li:first-child {
      margin-left: 0; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background-color: #EA1325; }
  .slick-dots button {
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    font-size: 8px;
    line-height: 8px;
    border-radius: 50%;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #E9EBEE;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.tabs {
  margin-bottom: 24px; }
  .tabs .tabs-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #E9EBEE;
    margin-bottom: 24px; }
    @media screen and (max-width: 991px) {
      .tabs .tabs-header {
        background-color: #ffffff;
        display: block; } }
    .tabs .tabs-header .tabs-header__item {
      margin: 0 32px; }
      .tabs .tabs-header .tabs-header__item:first-child {
        margin-left: 0; }
      .tabs .tabs-header .tabs-header__item:last-child {
        margin-right: 0; }
      .tabs .tabs-header .tabs-header__item.tabs-header__item_active .tabs-header__text {
        color: #021533;
        border-bottom-color: #EA1325; }
    .tabs .tabs-header .tabs-header__text {
      display: block;
      cursor: pointer;
      color: #818A99;
      font-weight: 700;
      font-size: 18px;
      line-height: 24px;
      padding: 28px 0;
      text-align: center;
      position: relative;
      border-bottom: 4px solid transparent;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .tabs .tabs-header .slick-next,
    .tabs .tabs-header .slick-prev {
      width: 40px;
      height: 40px; }
      .tabs .tabs-header .slick-next.slick-disabled,
      .tabs .tabs-header .slick-prev.slick-disabled {
        opacity: .5; }
      .tabs .tabs-header .slick-next i,
      .tabs .tabs-header .slick-prev i {
        font-size: 15px;
        color: #021533; }
  .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 {
    color: #EA1325; }
    .accordion-item.accordion-item_active > .accordion-item__header:hover {
      color: #EA1325; }
  .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: #818A99;
    font-weight: 700;
    font-size: 14px;
    padding: 0 0 16px;
    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:hover {
      color: #021533; }
  .accordion-item .accordion-item__body {
    display: none;
    margin-bottom: 32px; }
    @media screen and (max-width: 767px) {
      .accordion-item .accordion-item__body {
        margin-bottom: 24px; } }

.accordion__list-decimal {
  counter-reset: accordion-number-zero; }
  .accordion__list-decimal .accordion {
    margin-top: 32px; }
    @media screen and (max-width: 767px) {
      .accordion__list-decimal .accordion {
        margin-top: 24px; } }
  .accordion__list-decimal > .accordion-item {
    counter-increment: accordion-number-zero;
    border-bottom: 1px solid #F2F3F4;
    margin-bottom: 32px; }
    @media screen and (max-width: 767px) {
      .accordion__list-decimal > .accordion-item {
        margin-bottom: 24px; } }
    .accordion__list-decimal > .accordion-item > .accordion-item__header {
      font-size: 18px;
      padding: 0 0 32px; }
      @media screen and (max-width: 767px) {
        .accordion__list-decimal > .accordion-item > .accordion-item__header {
          padding: 0 0 24px;
          font-size: 16px; } }
      .accordion__list-decimal > .accordion-item > .accordion-item__header .title-text {
        padding-left: 36px; }
        .accordion__list-decimal > .accordion-item > .accordion-item__header .title-text:before {
          content: counter(accordion-number-zero);
          display: inline-block;
          min-width: 36px;
          font-size: 18px;
          font-weight: 700;
          margin-left: -36px; }
          @media screen and (max-width: 767px) {
            .accordion__list-decimal > .accordion-item > .accordion-item__header .title-text:before {
              font-size: 16px; } }
    .accordion__list-decimal > .accordion-item:nth-child(-n+9) > .accordion-item__header .title-text:before {
      content: "0" counter(accordion-number-zero); }

@media screen and (max-width: 991px) {
  .tabs-accordion .tabs-header {
    display: none; } }

.tabs-accordion-header {
  padding: 20px 0;
  cursor: pointer; }
  @media screen and (min-width: 992px) {
    .tabs-accordion-header {
      display: none; } }
  .tabs-accordion-header__text {
    display: block;
    position: relative;
    padding-right: 36px;
    color: #818A99;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .tabs-accordion-header__text:after {
      content: '';
      position: absolute;
      top: 6px;
      right: 13px;
      display: block;
      border-radius: 1px;
      border-bottom: 2px solid #818A99;
      border-right: 2px solid #818A99;
      width: 7px;
      height: 7px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .tabs-accordion-header:hover .tabs-accordion-header__text {
    color: #EA1325; }
    .tabs-accordion-header:hover .tabs-accordion-header__text:after {
      border-bottom-color: #EA1325;
      border-right-color: #EA1325; }
  .tabs-accordion-header.tabs-header__item_active .tabs-accordion-header__text {
    color: #021533; }
    .tabs-accordion-header.tabs-header__item_active .tabs-accordion-header__text:after {
      border-bottom-color: #021533;
      border-right-color: #021533;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }

.site-header {
  padding-top: 112px; }
  @media screen and (max-width: 991px) {
    .site-header {
      padding-top: 48px; } }
  .site-header.dark {
    color: #ffffff;
    background-color: #021533; }
    .site-header.dark .site-logo-text h1, .site-header.dark .site-logo-text h2, .site-header.dark .site-logo-text h3, .site-header.dark .site-logo-text h4, .site-header.dark .site-logo-text h5, .site-header.dark .site-logo-text h6,
    .site-header.dark .site-logo-text .h1, .site-header.dark .site-logo-text .h2, .site-header.dark .site-logo-text .h3, .site-header.dark .site-logo-text .h4, .site-header.dark .site-logo-text .h5, .site-header.dark .site-logo-text .h6 {
      color: #ffffff; }

.site-logo .site-logo__link {
  margin-bottom: 64px;
  display: block; }
  @media screen and (max-width: 991px) {
    .site-logo .site-logo__link {
      margin-bottom: 48px;
      text-align: center; } }
  .site-logo .site-logo__link:hover {
    text-decoration: none; }

.site-logo .site-logo-text .title {
  margin-bottom: 0; }
  .site-logo .site-logo-text .title.title-sub {
    margin-bottom: 8px; }

@media screen and (max-width: 991px) {
  .site-logo .site-logo-text {
    text-align: center;
    margin-bottom: 48px; } }

.site-footer {
  margin-top: auto;
  padding: 64px 0;
  background-color: #f4f4f4; }
  @media screen and (max-width: 767px) {
    .site-footer {
      padding: 48px 0; } }

.footer-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: 767px) {
    .footer-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.footer-description {
  max-width: 992px;
  padding-right: 32px; }
  @media screen and (max-width: 767px) {
    .footer-description {
      max-width: 100%;
      width: 100%;
      margin-bottom: 16px; } }

.main-slider .slider__item {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .main-slider .slider__item {
      height: 240px; } }

.popup-init {
  cursor: pointer; }

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.popup-wrap,
.popup {
  visibility: hidden;
  opacity: 0; }

.popup-visible .popup-wrap {
  visibility: visible;
  opacity: 1; }

@media screen and (max-width: 767px) {
  .popup-visible .site-header,
  .popup-visible .site-main,
  .popup-visible .site-footer {
    opacity: 0;
    visibility: hidden; } }

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  cursor: auto;
  overflow: auto;
  min-width: 320px;
  padding: 32px 32px 16px;
  width: 1148px;
  max-height: 90%;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 16px 24px rgba(2, 21, 51, 0.1);
          box-shadow: 0 16px 24px rgba(2, 21, 51, 0.1);
  background-color: #ffffff;
  z-index: 111;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .popup.active {
    visibility: visible;
    opacity: 1; }
  .popup.popup_middle {
    width: 780px; }
  .popup.popup_tiny {
    width: 416px; }
  @media (max-width: 1200px) {
    .popup {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .popup, .popup.popup_middle, .popup.popup_tiny {
      max-height: 100%;
      height: 100%;
      width: 100%;
      padding: 108px 16px 24px; } }
  .popup .popup-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F4F6F9; }
    @media screen and (max-width: 767px) {
      .popup .popup-header {
        position: fixed;
        background-color: #E9EBEE;
        top: 0;
        left: 0;
        width: 100%;
        padding: 16px; } }
    .popup .popup-header .popup-header__title {
      margin-right: 24px; }
      .popup .popup-header .popup-header__title .title-text {
        margin-bottom: 0; }
  .popup .popup-remove {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 991px) {
      .popup .popup-remove {
        background-color: #EA1325;
        top: 16px;
        right: 16px;
        width: 40px;
        min-width: 40px;
        height: 40px;
        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; } }
    .popup .popup-remove path {
      stroke: #021533;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media screen and (max-width: 991px) {
        .popup .popup-remove path {
          stroke: #ffffff; } }
    .popup .popup-remove:hover path {
      stroke: #EA1325; }
      @media screen and (max-width: 991px) {
        .popup .popup-remove:hover path {
          stroke: #ffffff; } }
  .popup .popup-content {
    margin-bottom: 16px; }

.section {
  padding: 64px 0; }
  @media screen and (max-width: 991px) {
    .section {
      padding: 48px 0 16px; } }
  .section.section_secondary-bg {
    background-color: #737475; }
  .section.section_tiny {
    padding: 40px 0; }
    @media screen and (max-width: 991px) {
      .section.section_tiny {
        padding: 24px 0 12px; } }
