/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "proba_pro_semi_bold";
  src: url(../../fonts/ProbaPro-SemiBold.woff2%3F8a6284f84f1e58d3d410a904e3dd5b65) format("WOFF2"), url(../../fonts/ProbaPro-SemiBold.woff%3Fddf51e99e6045b39ce668a163ec965de) format("WOFF"), url(../../fonts/ProbaPro-SemiBold.eot%3Fa540ed7354ce91def01c2115041e11f6) format("EOT"), url(../../fonts/ProbaPro-SemiBold.svg%3F6fbb6202e3d265927cb47f3845173a6e) format("SVG");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proba_pro_regular";
  src: url(../../fonts/ProbaPro-Regular.woff2%3F60e94d15701d425420d6bfbce3658d15) format("WOFF2"), url(../../fonts/ProbaPro-Regular.woff%3F2d33ce2944e79807d9bd6a3731dc35f8) format("WOFF"), url(../../fonts/ProbaPro-Regular.svg%3Fe3d151b38ee6d2a6fe51135e7ae8e5d0) format("SVG");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proba_pro_bold";
  src: url(../../fonts/ProbaPro-Bold.woff2%3F3569e0b3e87a998fd572e4dc22d838b6) format("WOFF2"), url(../../fonts/ProbaPro-Bold.woff%3F680d09778d78b6abc8ed1000a03e4487) format("WOFF"), url(../../fonts/ProbaPro-Bold.eot%3F609f3b378e88993640e22097171b9beb) format("EOT"), url(../../fonts/ProbaPro-Bold.svg%3F0898b6953f1288bc1b0b40a7323b3548) format("SVG");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proba_pro_semi_bold";
  src: url(../../fonts/ProbaPro-SemiBold.woff2%3F8a6284f84f1e58d3d410a904e3dd5b65) format("WOFF2"), url(../../fonts/ProbaPro-SemiBold.woff%3Fddf51e99e6045b39ce668a163ec965de) format("WOFF"), url(../../fonts/ProbaPro-SemiBold.eot%3Fa540ed7354ce91def01c2115041e11f6) format("EOT"), url(../../fonts/ProbaPro-SemiBold.svg%3F6fbb6202e3d265927cb47f3845173a6e) format("SVG");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proba_pro_regular";
  src: url(../../fonts/ProbaPro-Regular.woff2%3F60e94d15701d425420d6bfbce3658d15) format("WOFF2"), url(../../fonts/ProbaPro-Regular.woff%3F2d33ce2944e79807d9bd6a3731dc35f8) format("WOFF"), url(../../fonts/ProbaPro-Regular.svg%3Fe3d151b38ee6d2a6fe51135e7ae8e5d0) format("SVG");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proba_pro_bold";
  src: url(../../fonts/ProbaPro-Bold.woff2%3F3569e0b3e87a998fd572e4dc22d838b6) format("WOFF2"), url(../../fonts/ProbaPro-Bold.woff%3F680d09778d78b6abc8ed1000a03e4487) format("WOFF"), url(../../fonts/ProbaPro-Bold.eot%3F609f3b378e88993640e22097171b9beb) format("EOT"), url(../../fonts/ProbaPro-Bold.svg%3F0898b6953f1288bc1b0b40a7323b3548) format("SVG");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  transition: 0s;
}
*:before, *:after {
  transition: 0s;
}

:before, :after {
  box-sizing: border-box;
}

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

a,
input,
label,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

button,
input,
img,
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

input:focus {
  outline: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

html {
  font-size: 16px;
}

body {
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  color: #000000;
  background-color: #FFFFFF;
}
body.show-menu {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
  position: fixed;
}

.container {
  position: relative;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

.main-logo {
  display: flex;
  align-items: center;
}
.main-logo .icon-flag {
  width: 13px;
  height: 50px;
  margin-right: 11px;
}
.main-logo .icon-flag .yellow {
  background-color: #ffe358;
  width: 100%;
  height: 50%;
}
.main-logo .icon-flag .blue {
  background-color: #2669e3;
  width: 100%;
  height: 50%;
}
.main-logo .wrap-text {
  display: flex;
  flex-direction: column;
}
.main-logo .wrap-text .one {
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #337ab7;
  line-height: 0.5;
  font-size: 175%;
  margin: 4px 0 0;
}
.main-logo .wrap-text .light {
  margin-top: 10px;
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #aab3c6;
  font-size: 0.8em;
  letter-spacing: 0.7px;
  white-space: nowrap;
}
.main-logo-light .wrap-text .one {
  color: #ffffff;
}
.main-logo-light .wrap-text .light {
  color: #7d90a2;
}
.main-logo-dark .wrap-text .one {
  color: #000000;
}
.main-logo-dark .wrap-text .light {
  color: #828385;
}

.lang-select-wrap {
  display: flex;
  align-items: center;
}
.lang-select-wrap #site-lang {
  display: flex;
  align-items: center;
}
.lang-select-wrap #site-lang a {
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  color: #7D90A2;
}
.lang-select-wrap #site-lang a:not(:last-child) {
  margin-right: 20px;
}
.lang-select-wrap #site-lang a:hover {
  color: #378AF3;
}
.lang-select-wrap #site-lang a.active {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .show-desktop {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .show-mobile {
    display: none;
  }
}

.card-link {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
}

.btn {
  background-color: #fff;
  border: 2px solid #378AF3;
  min-height: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100%;
  max-width: 160px;
  text-decoration: none !important;
  font-family: "proba_pro_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #378AF3;
  line-height: 24px;
  transition: none !important;
  margin-bottom: 15px;
  border-radius: 0;
  box-shadow: none;
}
.btn:hover {
  color: #fff;
  background: #234161;
  border: 2px solid #234161;
  text-decoration: none !important;
}
.btn:focus, .btn:active {
  outline: 2px dotted #6F777B !important;
  outline-offset: 3px;
  color: #fff;
  background: #234161;
  border-color: #234161;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  color: #fff;
  background: #234161;
  border-color: #234161;
}
.btn:disabled, .btn.disabled {
  color: #6F747E;
  background: #C2C5CB;
  border-color: #C2C5CB;
}

.btn-primary:not(.disabled) {
  background: #378AF3;
  border-color: #378AF3;
  color: #fff;
}
.btn-primary:not(.disabled):hover {
  color: #000000;
  background: #FFDD00;
  border: 2px solid #FFDD00;
  text-decoration: none !important;
}
.btn-primary:not(.disabled):focus, .btn-primary:not(.disabled):active {
  outline: 2px dotted #6F777B !important;
  outline-offset: 3px;
  color: #000000;
  background: #FFDD00;
  border: 2px solid #FFDD00;
}
.btn-primary:not(.disabled):not(:disabled):not(.disabled):active, .btn-primary:not(.disabled):not(:disabled):not(.disabled).active {
  color: #fff;
  background: #234161;
  border-color: #234161;
}

.btn-secondary:not(.disabled) {
  background: #FFDD00;
  border-color: #FFDD00;
  color: #1d1d1b;
}
.btn-secondary:not(.disabled):hover {
  color: #1d1d1b;
  background: #F6CD00;
  border: 2px solid #F6CD00;
  text-decoration: none !important;
}
.btn-secondary:not(.disabled):focus, .btn-secondary:not(.disabled):active {
  outline: 2px dotted #6F777B !important;
  outline-offset: 3px;
  color: #1d1d1b;
  background: #F6CD00;
  border-color: #F6CD00;
}
.btn-secondary:not(.disabled):not(:disabled):not(.disabled):active, .btn-secondary:not(.disabled):not(:disabled):not(.disabled).active {
  color: #1d1d1b;
  background: #F6CD00;
  border-color: #F6CD00;
}

.btn-md-with-br {
  font-size: 24px;
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  border-radius: 12px;
  text-transform: uppercase;
}

a {
  color: #378AF3;
  transition: all;
}
a:hover {
  color: #234161;
}
a:active {
  color: #552C92;
}

/* repeat elements - styles end */
.modal-content button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.section-title-h1 {
  font-size: 58px;
  font-family: "proba_pro_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 53px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .section-title-h1 {
    font-size: 40px;
  }
}

.section-title-v2 {
  font-size: 50px;
  font-family: "proba_pro_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #378AF3;
  line-height: 1.2;
  margin: 0 0 53px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .section-title-v2 {
    font-size: 28px;
    margin: 0 0 30px;
  }
}

.section-title-h2 {
  font-size: 46px;
  font-family: "proba_pro_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #378AF3;
  line-height: 1.2;
  margin: 0 0 25px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .section-title-h2 {
    font-size: 34px;
    margin: 0 0 30px;
  }
}

.wrapper {
  overflow-x: hidden;
}

.g-recaptcha {
  margin: 0 auto;
}
.g-recaptcha > div {
  width: 100%;
  margin: 0 auto;
}
.g-recaptcha > div iframe {
  width: 100%;
  margin: 0 auto;
}

.mt-2 {
  margin-top: 0 !important;
}

header {
  padding: 10px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #01264B;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  header {
    padding: 22px 0;
  }
}
@media only screen and (max-width: 768px) {
  header .row {
    flex-direction: row-reverse;
  }
  header .row div[class*=col-]:first-child {
    display: none;
  }
  header .row div[class*=col-]:last-child {
    display: none;
  }
}
header .form-show-btn {
  width: 100%;
  margin-right: 10px;
}
@media only screen and (min-width: 769px) {
  header .form-show-btn {
    margin-right: 0;
  }
  header .form-show-btn .btn:hover, header .form-show-btn .btn:disabled, header .form-show-btn .btn.disabled {
    background: #F6CD00 !important;
    border-color: #F6CD00 !important;
    color: #000000 !important;
    outline: none;
    opacity: 1;
  }
}
@media only screen and (max-width: 991px) {
  header .form-show-btn {
    display: none;
  }
}
header .btn {
  max-width: 240px;
  margin: 0;
  min-height: 40px;
  height: 40px;
  line-height: 1.2;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  font-family: "proba_pro_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 992px) {
  header .btn {
    padding: 7px 25px;
    min-width: 167px;
  }
}
@media only screen and (min-width: 992px) {
  header.fixed {
    padding: 13px 0;
  }
  header.fixed .form-show-wrap .form-show-btn {
    display: block;
    margin: 0 34px 0 0;
  }
}
header.fixed .logo.right-logo {
  display: none;
}
header .form-show-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  header .form-show-wrap {
    width: 100%;
  }
}
header .form-show-wrap .form-show-btn {
  display: none;
}
header .fixed-show {
  display: block;
}
header .fixed-hide {
  display: none;
}
header .goog-te-gadget {
  display: inline-flex;
  justify-content: flex-end;
  font-size: 0;
}
header .goog-te-gadget select {
  font-size: 16px;
  min-width: 176px;
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 991px) {
  header .goog-te-gadget select {
    min-width: 100%;
    width: 100%;
  }
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .header-row {
    width: 100%;
  }
}

.header-r {
  width: auto;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .header-r {
    max-width: 350px;
  }
}

.logo {
  height: 100%;
  display: flex;
  align-items: center;
}
.logo img {
  width: 222px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .logo.left-logo {
    width: 130px;
  }
}
.logo.right-logo {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 30px;
}
.logo.right-logo img {
  width: 204px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .logo.right-logo {
    justify-content: flex-start;
    display: none;
  }
  .logo.right-logo img {
    width: 100%;
    max-width: 215px;
  }
}

.header-lang-select-wrap {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .header-lang-select-wrap {
    width: 100%;
    padding: 0 0 0 7px;
  }
  .header-lang-select-wrap div {
    width: 100%;
  }
}
.header-lang-select-wrap #site-lang {
  margin: 0 20px 0 0;
  justify-content: flex-end;
}
.header-lang-select-wrap #site-lang a:not(.active):hover {
  color: #fff;
}
.header-lang-select-wrap #site-lang a.active {
  color: #fff;
}

.main-img {
  position: absolute;
  right: -231px;
  top: -7px;
  width: 700px;
}
.main-img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .main-img {
    display: none;
  }
}

.section-title {
  font-size: 57px;
  color: #378AF3;
  font-family: "proba_pro_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 43px;
  line-height: 1.06;
  text-transform: uppercase;
}
@media only screen and (min-width: 1201px) {
  .section-title {
    font-size: 58px;
  }
}
.section-title span {
  color: #FDCD00;
}

.section-subtitle {
  text-align: left;
  font-size: 18px;
  color: #01264B;
  line-height: 1.5;
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 1201px) {
  .section-subtitle {
    font-size: 30px;
    margin-bottom: 88px;
  }
}
.section-subtitle a {
  font-family: "proba_pro_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #378AF3;
}

.section-text {
  text-align: left;
  font-size: 18px;
  color: #01264B;
  line-height: 1.5;
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 1201px) {
  .section-text {
    font-size: 26px;
    margin-bottom: 88px;
  }
}
@media only screen and (max-width: 991px) {
  .section-text {
    max-width: 100%;
    font-size: 23px;
  }
}
.section-text span {
  font-family: "proba_pro_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #378AF3;
}

.select2-container {
  font-size: 16px;
  min-width: 176px;
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 991px) {
  .select2-container {
    min-width: 100%;
    width: 100%;
  }
}
.select2-container .select2-dropdown {
  border: none;
}
.select2-container .select2-selection--single {
  height: 40px;
  padding: 8px 5px;
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 1.3;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 3px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #4085BF transparent transparent transparent;
}
.select2-container.select2-container--default .select2-results__option--selected {
  background-color: #f6f7fb;
}
.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #004BC1;
}
.select2-container.select2-container--default .select2-selection--single {
  background-color: #00243e;
  border: 1px solid #4085BF;
  border-radius: 0;
}
.select2-container.select2-container--default.select2-container--open .select2-selection--single {
  border-radius: 0;
  border: 2px solid #004BC1;
  outline: 2px dotted #6F777B !important;
  outline-offset: 3px;
}

.main-section {
  padding: 0 0 50px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .main-section {
    padding: 0 0 44px;
  }
}
.main-section .container {
  position: relative;
  padding-top: 100px;
}
@media only screen and (min-width: 992px) {
  .main-section .container {
    padding-top: 172px;
  }
}
.main-section .section-title {
  text-align: left;
  max-width: 70%;
}
@media only screen and (max-width: 991px) {
  .main-section .section-title {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .main-section .section-title {
    max-width: 60%;
  }
}
.main-section .section-text {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1201px) {
  .main-section .section-text {
    margin-bottom: 90px;
    max-width: 660px;
  }
}
@media only screen and (min-width: 992px) {
  .main-section .item-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.main-section .item-list a {
  font-size: 20px;
  line-height: 1.5;
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .main-section .item-list a {
    font-size: 19px;
  }
}
.main-section .item-list .item {
  margin-bottom: 20px;
  padding: 12px 20px;
  background: #378AF3;
  min-height: 100px;
  width: 100%;
  max-width: 420px;
  display: flex;
  align-items: center;
  border-radius: 22px;
  transition: all 0s;
}
@media only screen and (min-width: 769px) {
  .main-section .item-list .item {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .main-section .item-list .item {
    min-height: 100px;
    padding: 12px 10px 12px 40px;
    margin: 0 20px 20px 0;
  }
  .main-section .item-list .item:hover {
    background: #FFDD00;
    color: #000000;
  }
  .main-section .item-list .item:hover svg path {
    fill: #378AF3;
  }
}
.main-section .item-list .title {
  transition: all 0s;
}
.main-section .item-list svg {
  max-width: 28px;
  height: auto;
  flex-shrink: 0;
  margin-right: 15px;
  transition: all 0s;
}
@media only screen and (min-width: 992px) {
  .main-section .item-list svg {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: -4px 20px 0 0;
  }
}
.footer {
  padding: 50px 0;
  background-color: #F2F4FB;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 50px 0 85px;
  }
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-column {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .footer-column {
    max-width: 300px;
    margin: 0 auto;
  }
  .footer-column:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-column {
    width: 30%;
  }
}

.footer-logo-left {
  height: auto;
}

.footer-menu-list {
  margin-bottom: 10px;
}
.footer-menu-list p {
  margin-bottom: 1px;
}
@media only screen and (min-width: 992px) {
  .footer-menu-list p:last-child {
    margin-bottom: 0;
  }
}
.footer-menu-list a {
  font-family: "proba_pro_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  outline: none;
  transition: all 0.5s;
}
.footer-menu-list a:focus, .footer-menu-list a:visited {
  color: #000000;
  outline: none;
}
.footer-menu-list a:focus, .footer-menu-list a:active, .footer-menu-list a:visited, .footer-menu-list a:hover {
  text-decoration: none;
  border: none;
}
@media only screen and (min-width: 992px) {
  .footer-menu-list a:hover {
    color: #378AF3;
  }
}

.footer-lang-select-wrap {
  margin: 0 0 7px;
}
@media only screen and (max-width: 768px) {
  .footer-lang-select-wrap {
    margin: 0 0 20px;
  }
}
.footer-lang-select-wrap #site-lang a {
  font-family: "proba_pro_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000000;
}
.footer-lang-select-wrap #site-lang a:not(:last-child) {
  margin-right: 11px;
}
.footer-lang-select-wrap #site-lang a:hover {
  color: #378AF3;
}
.footer-lang-select-wrap #site-lang a.active {
  color: #378AF3;
}

.footer-logo-block > div:not(:last-child) {
  margin-bottom: 30px;
}
.footer-logo-block .footer-logo {
  max-width: 215px;
}

.footer-logo-block #site-lang a {
  color: #000;
}
.footer-logo-block #site-lang a:not(.active):hover {
  color: #378AF3;
}
.footer-logo-block #site-lang a.active {
  color: #378AF3;
}

.country-support-section {
  background: #F2F4FB;
  padding: 50px 0 30px;
}
@media only screen and (min-width: 992px) {
  .country-support-section {
    padding: 88px 0;
  }
}
.country-support-section .row {
  margin-right: -20px;
  margin-left: -20px;
}
.country-support-section .col-12, .country-support-section .col-md-6, .country-support-section .col-lg-4 {
  padding-right: 20px;
  padding-left: 20px;
}
.country-support-section .text {
  font-size: 18px;
  line-height: 1.5;
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222441;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .country-support-section .text {
    font-size: 20px;
    max-width: 84%;
  }
}
.country-support-section .item-wrap {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px dashed rgba(55, 138, 243, 0.39);
}
@media only screen and (min-width: 992px) {
  .country-support-section .item-wrap {
    padding: 20px 20px;
    margin-bottom: 40px;
    min-height: 145px;
    display: flex;
    align-items: center;
  }
}
.country-support-section .item-text {
  font-size: 19px;
  line-height: 1.3;
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222441;
  display: flex;
  align-items: center;
}
.country-support-section .item-text img {
  width: 47px;
  height: auto;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 992px) {
  .country-support-section .item-text {
    font-size: 19px;
  }
}

.business-relocation-section {
  padding: 50px 0 30px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .business-relocation-section {
    padding: 100px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .business-relocation-section {
    padding-bottom: 0;
  }
}
.business-relocation-section .section-title-h1 {
  margin: 0 0 110px;
}
@media only screen and (max-width: 991px) {
  .business-relocation-section .section-title-h1 {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
.business-relocation-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  background-image: url("../../images/business-relocation-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.business-relocation-section .item-wrap {
  background: linear-gradient(180deg, #F4F9FF 67.39%, rgba(255, 255, 255, 0) 100%);
  border-radius: 12px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .business-relocation-section .item-wrap {
    margin-top: 20px;
    padding: 40px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #F5FAFF;
  }
}
@media only screen and (min-width: 992px) {
  .business-relocation-section .item-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 40px;
  }
}
.business-relocation-section .item-title {
  font-size: 22px;
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin: 0 0 44px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .business-relocation-section .item-title {
    font-size: 28px;
  }
}
.business-relocation-section .item-title span {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  z-index: 1;
}
.business-relocation-section .item-title span:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 1px;
  left: -7px;
  right: -7px;
  z-index: -1;
  background: #FFE159;
}
.business-relocation-section .item-title span:first-child:before {
  transform: rotate(1.51deg);
}
.business-relocation-section .item-title span:last-child:before {
  transform: rotate(-1.11deg);
}
.business-relocation-section .item-text {
  font-size: 16px;
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222441;
  line-height: 1.6;
  margin: 0 0 40px;
}
@media only screen and (min-width: 992px) {
  .business-relocation-section .item-text {
    font-size: 18px;
  }
}
.business-relocation-section .item-text p {
  margin: 0 0 20px;
}
.business-relocation-section .item-wrap-second .item-title span:before {
  transform: rotate(-1.03deg);
}
.business-relocation-section .item-wrap-second .item-title span:last-child:before {
  transform: rotate(0.07deg);
}
.business-relocation-section .btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .business-relocation-section .btn {
    width: 100%;
    max-width: 300px;
    height: 60px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .business-relocation-section .btn {
    height: 86px;
    min-width: 360px;
  }
}

.table-section {
  position: relative;
  padding: 70px 0;
}
.table-section .section-title-h2 {
  max-width: 96%;
}
.table-section .table-section-image {
  position: absolute;
  top: 20px;
  right: 0;
  width: 40vw;
}
.table-section .table-section-image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .table-section .table-section-image {
    width: 23.6vw;
  }
}
.table-section .dataTables_scroll {
  box-shadow: 0px 4px 15px rgba(39, 39, 39, 0.25);
}
.table-section .dataTables_scrollHeadInner {
  margin: 0 auto;
  min-width: 916px !important;
  width: 100%;
}
.table-section .dataTables_wrapper .dataTables_scrollBody {
  border-bottom: none;
}
.table-section table.dataTable {
  border: none;
  box-shadow: 0px 4px 15px rgba(39, 39, 39, 0.25);
  min-width: 916px !important;
  width: 100%;
  margin: 0 auto;
}
.table-section table.dataTable thead th {
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  background-color: #fff;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  color: #000;
  padding: 18px 15px;
}
.table-section table.dataTable thead .sorting,
.table-section table.dataTable thead .sorting_asc,
.table-section table.dataTable thead .sorting_desc,
.table-section table.dataTable thead .sorting_asc_disabled,
.table-section table.dataTable thead .sorting_desc_disabled {
  background-position: center right;
}
.table-section table.dataTable thead .sorting {
  background-image: url(https://relocation.gov.ua/images/up-down.svg) !important;
}
.table-section table.dataTable thead .sorting_asc {
  background-image: url(https://relocation.gov.ua/images/up.svg) !important;
}
.table-section table.dataTable thead .sorting_desc {
  background-image: url(https://relocation.gov.ua/images/down.svg) !important;
}
.table-section table.dataTable tbody th, .table-section table.dataTable tbody td {
  border-right: 1px solid #E5E5E5;
  border-color: #E5E5E5;
  font-size: 16px;
  padding: 13px 8px;
}
.table-section table.dataTable tbody th:last-child, .table-section table.dataTable tbody td:last-child {
  border-right: none;
}
.table-section table.dataTable tbody th:first-child, .table-section table.dataTable tbody td:first-child {
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.table-section table.dataTable tbody > tr.odd, .table-section table.dataTable tbody > tr.even {
  background: #fff;
  z-index: 2;
  position: relative;
}
.table-section table.dataTable tbody > tr.odd:hover, .table-section table.dataTable tbody > tr.even:hover {
  background: #f6f7fb;
}
.table-section table.dataTable tbody > tr.priority-high {
  background: #FFEDED;
}
.table-section table.dataTable tbody > tr.priority-high:hover {
  background: #ffd4d4;
}
.table-section table.dataTable tbody > tr.priority-medium {
  background: #FFECDD;
}
.table-section table.dataTable tbody > tr.priority-medium:hover {
  background: #ffdec4;
}
.table-section table.dataTable tbody tr.details-child-row {
  background: #F6F7FB;
  box-shadow: inset 0px 12px 10px -10px rgba(194, 197, 203, 0.15), inset 0px -12px 10px -10px rgba(194, 197, 203, 0.15);
}
.table-section table.dataTable tbody tr.details-child-row:hover {
  background: #F6F7FB;
}
.table-section table.dataTable tbody tr.details-control:hover {
  cursor: pointer;
}
.table-section table.dataTable tbody tr.details-control:hover .open-details svg path {
  fill: #004BC1;
}
.table-section table.dataTable tbody tr.dt-hasChild {
  border-color: transparent;
  position: relative;
  z-index: 1;
}
.table-section table.dataTable tbody tr.dt-hasChild .open-details svg {
  transform: rotate(180deg);
}
.table-section table.dataTable tbody tr.dt-hasChild .open-details svg path {
  fill: #004BC1;
}
.table-section table.dataTable tbody tr.dt-hasChild + tr td {
  padding: 27px;
  overflow: hidden;
}
.table-section table.dataTable tbody tr.dt-hasChild + tr td .col-6:nth-last-child(2) .building-detail, .table-section table.dataTable tbody tr.dt-hasChild + tr td .col-6:last-child .building-detail {
  border-bottom: none;
}
.table-section table.dataTable tbody tr.dt-hasChild + tr td .building-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
  height: 100%;
  min-height: 40px;
  padding-right: 20px;
}
.table-section table.dataTable tbody tr.dt-hasChild + tr td .building-detail span {
  letter-spacing: 0.25px;
}
.table-section table.dataTable tbody tr.dt-hasChild + tr td .building-detail span:first-child {
  padding-right: 30px;
}
.table-section table.dataTable tbody tr.dt-hasChild + tr td table {
  width: 100%;
  background: #F6F7FB;
}
.table-section table.dataTable tbody tr.dt-hasChild + tr td table td, .table-section table.dataTable tbody tr.dt-hasChild + tr td table th {
  border: none;
  border-bottom: 1px solid #E9E9E9;
  padding: 6px 17px;
  font-size: 14px;
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.table-section table.dataTable tbody tr.dt-hasChild + tr td table td:last-child, .table-section table.dataTable tbody tr.dt-hasChild + tr td table th:last-child {
  border-right: none;
}
.table-section table.dataTable tbody tr.dt-hasChild + tr td table tr:hover {
  background: #F6F7FB;
}
.table-section table.dataTable tbody tr.dt-hasChild + tr td table tr.coord-row td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-section table.dataTable tbody tr.dt-hasChild + tr td table tr:last-child td, .table-section table.dataTable tbody tr.dt-hasChild + tr td table tr:last-child th {
  border-bottom: none;
}
.table-section table.dataTable tbody tr.dt-hasChild + tr td table tr.headers td {
  padding: 11px 17px;
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.table-section table.dataTable tbody tr.dt-hasChild + tr td table tr td.no-data {
  text-align: center;
}
.table-section table.dataTable tbody tr:hover > .sorting_1 {
  background: transparent;
}
.table-section table.dataTable tbody tr.odd > .sorting_1, .table-section table.dataTable tbody tr.even > .sorting_1 {
  background: transparent;
}

.dataTables_wrapper .dataTables_filter label {
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.dataTables_wrapper .dataTables_filter input {
  height: 40px;
  font-size: 14px;
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  border: 1px solid #797E87;
  border-radius: 0;
  min-width: 250px;
  margin: 0 0 0 10px;
}
.dataTables_wrapper .dataTables_filter input:focus {
  border: 2px solid #4B8CC3;
  outline: 2px dotted #6F777B !important;
  outline-offset: 3px;
}
.dataTables_wrapper .dataTables_length {
  padding-left: 10px;
}
.dataTables_wrapper .dataTables_length label {
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.dataTables_wrapper .dataTables_length select {
  height: 40px;
  font-size: 14px;
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  border: 1px solid #797E87;
  border-radius: 0;
  margin: 0 7px;
}
.dataTables_wrapper .dataTables_length select:focus {
  border: 2px solid #4B8CC3;
  outline: 2px dotted #6F777B !important;
  outline-offset: 3px;
}
.dataTables_wrapper .dataTables_info {
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  padding-left: 10px;
  color: #1D1D1B;
  padding-top: 0.955em;
}
.dataTables_wrapper .dataTables_paginate {
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  padding-top: 0.6em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.2em 0.638em;
  color: #1D1D1B !important;
  border-radius: 0;
  min-width: 2.1em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #378AF3;
  color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #378AF3;
  border-color: #378AF3;
  color: #fff !important;
  border-radius: 50%;
}

.coord-content {
  display: flex;
  align-items: center;
}

.coord-row {
  text-align: left;
  padding: 0 17px;
}
.coord-row span {
  font-size: 14px;
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 25%;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
}
.coord-row span.coord-title {
  text-transform: uppercase;
  font-size: 16px;
  width: 20%;
}
.coord-row svg {
  width: 21px;
  height: 21px;
  margin: 0 3px 0 0;
}

.help-status {
  font-size: 12px;
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 0.4px;
  padding: 0 7px;
  height: 26px;
  line-height: 26px;
  border-radius: 27px;
  min-width: 87px;
  display: inline-block;
  text-align: center;
}
.help-status-cancelled {
  background: #FC5354;
}
.help-status-completed {
  background: #6DD887;
}
.help-status-in-progress {
  background: #FFA763;
}

.open-details {
  display: flex;
  align-items: center;
  justify-content: center;
}
.open-details svg {
  width: 16px;
  height: auto;
  fill: #C2C5CB;
  transform: rotate(0deg);
}

.hight-priority-icon {
  text-align: center;
  display: flex;
  align-items: center;
}
.hight-priority-icon img {
  width: 24px;
  height: auto;
  margin: 0 7px 0 0;
}
.hight-priority-icon span {
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

.stats-section {
  padding: 70px 0;
  position: relative;
}
.stats-section .stats-section-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 65vw;
}
.stats-section .stats-section-image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .stats-section .stats-section-image {
    width: 30vw;
  }
}
.stats-section .card {
  border-color: #C2C5CB;
  background: #F6F7FB;
  border-radius: 4px;
  padding: 18px 20px 24px;
  height: 100%;
}
.stats-section .card .diagram {
  max-width: 260px;
  max-height: 260px;
  margin: 30px auto 0;
}
.stats-section .card.card-gistogramma .diagram {
  max-width: 300px;
  max-height: 300px;
  margin: 0 auto;
}
.stats-section .card-contents h3 {
  color: #1D1D1B;
  font-family: proba_pro_semi_bold;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}

.form-content {
  text-align: center;
  margin: 0 0 40px;
}
.form-content p {
  color: #000000;
  font-size: 18px;
  margin: 0 0 20px;
}
.form-content strong {
  font-weight: normal;
  font-family: "proba_pro_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.form-section {
  padding: 70px 0;
}
@media only screen and (min-width: 992px) {
  .form-section {
    padding: 90px 0;
  }
}
.form-section .form-show-btn {
  text-align: center;
}
.form-section .form-show-btn .btn {
  margin-bottom: 0;
  min-height: 66px;
  line-height: 66px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  max-width: 715px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .form-section .form-show-btn .btn {
    max-width: 300px;
  }
}
.form-section .form-show-btn .btn, .form-section .form-show-btn .btn.disabled {
  background: #FFE358;
  border-color: #FFE358;
  color: #000000;
  opacity: 1;
}
.form-section .form-show-btn .btn:hover, .form-section .form-show-btn .btn.disabled:hover {
  background: #F6CD00;
  border-color: #F6CD00;
  color: #000000;
}
.form-section .form-block {
  margin-top: -80px;
  padding: 140px 15px 80px;
  background: #F6F7FB;
  border: 1px solid #C2C5CB;
  box-sizing: border-box;
}
.form-section .form-block.hide {
  display: none;
}
.form-section .first-block {
  margin: 0 0 40px;
}
.form-section .form-group-block {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.form-section .form-group-block.first-block {
  max-width: 400px;
}
.form-section .form-group-block.first-block label {
  font-family: "proba_pro_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.form-section .form-group-block textarea {
  min-height: 180px;
}
.form-section .form-group {
  margin: 0;
}
.form-section .form-group:not(:last-child) {
  margin-bottom: 20px;
}
.form-section .form-group h6 {
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  margin-bottom: 15px;
}
.form-section .form-group.radio {
  display: flex;
  justify-content: space-around;
}
.form-section label {
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 7px;
}
.form-section input:not([type=checkbox]):not([type=radio]):not([type=file]),
.form-section textarea:not(.select2-search__field) {
  width: 100%;
  min-height: 40px;
  margin-bottom: 0;
  padding: 8px 10px;
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  background-color: #FFFFFF;
  border: 2px solid #323A45;
  border-radius: 0;
  background-image: none;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (min-width: 992px) {
  .form-section input:not([type=checkbox]):not([type=radio]):not([type=file]),
.form-section textarea:not(.select2-search__field) {
    padding: 15px 20px;
    min-height: 50px;
  }
}
.form-section input:not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-search-decoration, .form-section input:not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-search-cancel-button, .form-section input:not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-search-results-button, .form-section input:not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-search-results-decoration,
.form-section textarea:not(.select2-search__field)::-webkit-search-decoration,
.form-section textarea:not(.select2-search__field)::-webkit-search-cancel-button,
.form-section textarea:not(.select2-search__field)::-webkit-search-results-button,
.form-section textarea:not(.select2-search__field)::-webkit-search-results-decoration {
  display: none;
}
.form-section input:not([type=checkbox]):not([type=radio]):not([type=file])::-ms-clear, .form-section input:not([type=checkbox]):not([type=radio]):not([type=file])::-ms-reveal,
.form-section textarea:not(.select2-search__field)::-ms-clear,
.form-section textarea:not(.select2-search__field)::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.form-section input:not([type=checkbox]):not([type=radio]):not([type=file]):focus,
.form-section textarea:not(.select2-search__field):focus {
  border: 2px solid #323A45;
  outline: 2px dotted #6F777B !important;
  outline-offset: 3px;
}
.form-section input:not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder,
.form-section textarea:not(.select2-search__field)::-webkit-input-placeholder {
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.4px;
  color: #D9E0E6;
}
.form-section input:not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder,
.form-section textarea:not(.select2-search__field):-moz-placeholder {
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.4px;
  color: #D9E0E6;
  opacity: 1;
}
.form-section input:not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder,
.form-section textarea:not(.select2-search__field)::-moz-placeholder {
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.4px;
  color: #D9E0E6;
  opacity: 1;
}
.form-section input:not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder,
.form-section textarea:not(.select2-search__field):-ms-input-placeholder {
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.4px;
  color: #D9E0E6;
}
.form-section input[type=checkbox], .form-section input[type=radio] {
  display: none;
}
.form-section select {
  width: 100%;
  height: 40px;
  padding: 8px 10px;
  font-size: 16px;
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  border: 2px solid #323A45;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .form-section select {
    padding: 8px 20px;
    min-height: 50px;
  }
}
.form-section select:focus {
  border: 2px solid #323A45;
  outline: 2px dotted #6F777B !important;
  outline-offset: 3px;
}
.form-section .custom-checkbox.checkbox {
  padding: 0;
  margin: 0;
}
.form-section .custom-checkbox.checkbox input[type=checkbox] + label {
  padding: 0 0 0 35px;
  display: block;
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  position: relative;
  cursor: pointer;
}
.form-section .custom-checkbox.checkbox input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgBnc9RDcAgDATQkzAJSKiEOWFOilMkIKGDbB+lAUK5P8K9QoHDiEjAaSpm+cLwRuGW7MVRY9caBpcO1wM5MWGwE08wTfFfyKrAA1zUPY1eCGZInOAHix2DKadtvPjuPlZDboMTvGkvHmM15NrtvseTF+ZKTe55AAAAAElFTkSuQmCC);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  transform: scale(0, 0);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: 0.2s ease-in-out;
  opacity: 0;
  z-index: 2;
}
.form-section .custom-checkbox.checkbox input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid #000000;
  border-radius: 2px;
  z-index: 1;
}
.form-section .custom-checkbox.checkbox input[type=checkbox]:focus + label:after {
  border: 2px solid #4085BF !important;
  outline: 2px dotted #6F777B !important;
  outline-offset: 3px;
}
.form-section .custom-checkbox.checkbox input[type=checkbox]:checked + label:before {
  opacity: 1;
  transform: scale(1, 1);
  transition: 0.2s ease-in-out;
}
.form-section .custom-checkbox.checkbox input[type=checkbox]:checked + label:after {
  background: #004BC1;
  border: none;
}
.form-section .custom-checkbox.checkbox input[type=checkbox]:disabled + label:after {
  background: #C4C4C4 !important;
  border: none;
}
.form-section .custom-checkbox.checkbox input[type=checkbox]:checked:disabled + label:after {
  background: #666 !important;
  border: none;
}
.form-section .custom-checkbox.toggle {
  padding: 0;
  margin: 0;
}
.form-section .custom-checkbox.toggle input[type=checkbox] + label {
  padding: 0 0 0 40px;
  display: block;
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  position: relative;
  cursor: pointer;
}
.form-section .custom-checkbox.toggle input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 13px;
  background: #F5F7FA;
  border: 1px solid #C7C7C7;
  border-radius: 6px;
}
.form-section .custom-checkbox.toggle input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 23px;
  height: 23px;
  background: #fff;
  border: 1px solid #C7C7C7;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.form-section .custom-checkbox.toggle input[type=checkbox]:focus + label:after {
  outline: 2px dotted #6F777B !important;
  outline-offset: 3px;
}
.form-section .custom-checkbox.toggle input[type=checkbox]:checked + label:before {
  background: #7FADD4;
  opacity: 0.5;
  border: 1px solid #508FC4;
}
.form-section .custom-checkbox.toggle input[type=checkbox]:checked + label:after {
  background: #004BC1;
  border: 1px solid #004BC1;
  left: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.form-section .custom-checkbox.toggle input[type=checkbox]:disabled + label:after {
  background: #C2C5CB !important;
  border: none;
  box-shadow: none;
}
.form-section .custom-checkbox.toggle input[type=checkbox]:checked:disabled + label:before {
  border-color: #C2C5CB;
  background: #C2C5CB;
}
.form-section .custom-checkbox.toggle input[type=checkbox]:checked:disabled + label:after {
  background: #666 !important;
  border: none;
  box-shadow: none;
}
.form-section .custom-radio {
  padding: 0;
  margin: 0;
}
.form-section .custom-radio input[type=radio] + label {
  padding: 0 0 0 35px;
  display: block;
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  position: relative;
  cursor: pointer;
}
.form-section .custom-radio input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: #F5F7FA;
  border: 2px solid #000000;
  border-radius: 50%;
  z-index: 1;
}
.form-section .custom-radio input[type=radio] + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  height: 16px;
  width: 16px;
  background: #004BC1;
  border-radius: 50%;
  transform: scale(0, 0);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: 0.2s ease-in-out;
  z-index: 2;
}
.form-section .custom-radio input[type=radio]:focus + label:after:before {
  border: 2px solid #4085BF !important;
  outline: 2px dotted #6F777B !important;
  outline-offset: 3px;
}
.form-section .custom-radio input[type=radio]:checked + label:before {
  border: 2px solid #004BC1;
}
.form-section .custom-radio input[type=radio]:checked + label:after {
  background: #004BC1;
  opacity: 1;
  transform: scale(1, 1);
  transition: 0.2s ease-in-out;
}
.form-section .custom-radio input[type=radio]:disabled + label:before {
  background: #C4C4C4 !important;
  border: none;
}
.form-section .custom-radio input[type=radio]:checked:disabled + label:before {
  border: 2px solid #666;
  background: #fff !important;
}
.form-section .custom-radio input[type=radio]:checked:disabled + label:after {
  background: #666666 !important;
}
.form-section .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #004BC1;
  background-color: #004BC1;
}
.form-section .custom-control-input.is-valid ~ .custom-control-label,
.form-section .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #004BC1;
}
.form-section .custom-control-input.is-valid ~ .custom-control-label::before, .form-section .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #004BC1;
}
.form-section .form-elem {
  margin: 10px 0 0;
}
.form-section .nav-tabs {
  justify-content: center;
  border: none;
}
.form-section .nav-item {
  margin: 10px 25px;
}
.form-section .nav-link {
  margin: 0;
  padding: 0 0 0 35px;
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  outline: none;
  transition: all 0.5s;
  border: none;
  position: relative;
}
.form-section .nav-link:focus, .form-section .nav-link:visited {
  color: #000000;
  outline: none;
}
.form-section .nav-link:focus, .form-section .nav-link:active, .form-section .nav-link:visited, .form-section .nav-link:hover {
  text-decoration: none;
  border: none;
}
.form-section .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 50%;
  z-index: 1;
}
.form-section .nav-link:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  height: 16px;
  width: 16px;
  background-color: #004BC1;
  background: #004BC1;
  border-radius: 50%;
  transform: scale(0, 0);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: 0.2s ease-in-out;
  z-index: 2;
}
.form-section .nav-link.active {
  color: #000000;
  background-color: transparent;
  border: none;
}
.form-section .nav-link.active:before {
  border-color: #004BC1;
}
.form-section .nav-link.active:after {
  background: #004BC1;
  opacity: 1;
  transform: scale(1, 1);
  transition: 0.2s ease-in-out;
}
.form-section .tab-content {
  max-width: 400px;
  margin: 0 auto;
}
.form-section .form-btn {
  margin: 20px auto 10px;
  text-align: center;
}
.form-section .form-btn .btn {
  min-width: 300px;
  margin: 0 auto;
}
.form-section .select2.select2-container {
  width: 100% !important;
}
.form-section .select2.select2-container.select2-container--default .select2-selection--multiple {
  border-radius: 0;
  padding: 8px 20px;
  min-height: 50px;
  font-size: 16px;
  color: #1D1D1B;
  background-color: #FFFFFF;
  border: 2px solid #323A45;
}
.form-section .select2.select2-container.select2-container--default .select2-selection--multiple textarea {
  margin: 0;
}
.form-section .select2.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-color: #f5f7fa;
  background-color: #f5f7fa;
  margin: 3px 3px 1px 0;
  font-size: 15px;
  padding: 0px 5px 0 23px;
  color: #000000;
}
.form-section .select2.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid rgba(50, 58, 69, 0.5);
  padding: 3px 4px 2px;
  color: #323a45;
}
.form-section .select2.select2-container.select2-container--default .select2-selection--multiple .select2-results > .select2-results__options {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.form-section .select2.select2-container.select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection--multiple {
  border: 2px solid #323A45;
  outline: 2px dotted #6F777B !important;
  outline-offset: 3px;
}
.form-section .select2.select2-container.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background: rgba(196, 196, 196, 0.41);
  border-color: rgba(196, 196, 196, 0.41);
}

.error-popup .modal-dialog {
  padding: 60px 0;
  text-align: center;
  min-height: 300px;
  align-items: center;
}
.error-popup .modal-content {
  box-shadow: 0 0 3px rgba(255, 0, 0, 0.22);
  border-color: rgba(255, 0, 0, 0.22);
}
.error-popup .modal-content p {
  font-family: "proba_pro_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.error-popup .modal-body {
  padding: 2rem 1rem;
  min-height: 100px;
}

.success-popup .modal-content {
  border: none;
}
.success-popup .modal-dialog {
  max-width: 600px;
}
.success-popup .success-content {
  padding: 100px 0;
  text-align: center;
}
.success-popup .success-content p {
  font-family: "proba_pro_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

.form-section-content {
  background: #378AF3;
  border-radius: 19px;
  padding: 83px 20px;
}
@media only screen and (max-width: 991px) {
  .form-section-content {
    padding: 50px 20px;
  }
}

.form-content-txt {
  text-align: center;
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 1.24;
  color: #fff;
  margin: 0 auto 28px;
}
@media only screen and (max-width: 991px) {
  .form-content-txt {
    font-size: 30px;
  }
}

.faq_section {
  padding: 0 0 84px;
}
.faq_section .section-title-v2 {
  text-align: left;
}
.faq_section .card {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.faq_section .card-header {
  background-color: transparent;
  border-radius: 0;
  border-bottom: none;
  padding: 0;
}
.faq_section .card-body {
  padding: 0 0 20px;
  color: #222441;
  font-family: proba_pro_regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
}
@media only screen and (min-width: 1201px) {
  .faq_section .card-body {
    font-size: 18px;
    padding: 0 0 30px;
    width: 80%;
  }
}
.faq_section .card-body h1, .faq_section .card-body h2, .faq_section .card-body h3 {
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 20px;
  color: #000000;
}
.faq_section .card-body p {
  margin: 0 0 15px;
}
.faq_section .card-body strong, .faq_section .card-body b {
  font-family: "proba_pro_semi_bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.faq_section .card-body table {
  width: 100% !important;
}
.faq_section .card-body table td {
  font-size: 16px !important;
  line-height: 1.2 !important;
  padding: 6px 10px !important;
  background: transparent !important;
  border-color: #000000 !important;
}
.faq_section .accordion-button {
  position: relative;
  padding: 5px 42px 12px 0;
  color: #000000;
  font-family: proba_pro_semi_bold;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  width: 100%;
  text-align: left;
  border: none;
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  .faq_section .accordion-button {
    transition: padding 0.4s, background 0.4s;
  }
  .faq_section .accordion-button.collapsed:hover {
    background: #f6f7fb;
    padding-left: 35px;
  }
  .faq_section .accordion-button.collapsed:hover:after {
    right: 35px;
  }
}
.faq_section .accordion-button.collapsed:after {
  margin-top: -4px;
  transform: translateY(-50%) rotate(135deg);
}
.faq_section .accordion-button:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #1D1D1B;
  border-right: 2px solid #1D1D1B;
  display: inline-block;
  margin-top: 8px;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease-in-out;
}
.faq_section .accordion-button.focus, .faq_section .accordion-button:focus {
  box-shadow: none;
}
@media only screen and (min-width: 1201px) {
  .faq_section .accordion-button {
    font-size: 30px;
    padding: 28px 66px 28px 0;
  }
  .faq_section .accordion-button:after {
    right: 20px;
    width: 16px;
    height: 16px;
    margin-top: 4px;
    transform: translateY(-50%) rotate(-45deg);
  }
  .faq_section .accordion-button.collapsed:after {
    margin-top: -4px;
  }
}

#google-translate select {
  height: 40px;
  padding: 8px 5px;
  font-size: 14px;
  font-family: "proba_pro_regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  border: 1px solid #4085BF;
  border-radius: 0;
}

#google-translate > span {
  display: none;
}

.goog-logo-link, .goog-te-banner-frame, .goog-te-spinner-pos, #goog-gt-tt {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}
