@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.b_header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #004cc9 -72.5%, rgba(0, 0, 0, 0) 100%);
  transition: all .2s linear;
  padding: 5px 0;
}

.b_header.scroll {
  background-color: #000;
}

@media (max-width: 767px) {
  .b_header .logo_wrapper {
    width: 76px;
  }
}

.b_header .link_logo {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767px) {
  .b_header .link_logo {
    max-width: 60px;
  }
}

.b_header .header_wrapper {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 767px) {
  .b_header .header_menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    z-index: 2;
    padding: 30px 20px;
    width: 100%;
    max-width: 250px;
    overflow: auto;
    transition: all .2s linear;
    transform: translate(-100%, 0);
  }
}

@media (max-width: 767px) {
  .b_header .header_menu.opened {
    transform: none;
  }
}

.b_header .menu ul {
  font-size: 0;
  padding: 0;
  margin: 0;
}

.b_header .menu ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
  .b_header .menu ul li {
    display: block;
  }
}

.b_header .menu ul li:not(:last-of-type) {
  margin-right: 28px;
}

@media (max-width: 991px) {
  .b_header .menu ul li:not(:last-of-type) {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .b_header .menu ul li:not(:last-of-type) {
    margin-right: unset;
    margin-bottom: 20px;
  }
}

.b_header .menu ul a {
  color: #fff;
  transition: all .2s linear;
}

.b_header .menu ul a:hover {
  color: #32B7D5;
}

.b_header .btn_contact {
  min-width: 130px;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 10px;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .b_header .btn_contact {
    min-width: auto;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 5px;
    font-size: 14px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.32527 0.713949H28.5866C28.9612 0.714578 29.3204 0.859982 29.5853 1.11831C29.8502 1.37663 29.9994 1.72681 30 2.09214V16.7261C30.0003 17.0021 29.9152 17.2717 29.7559 17.4997C29.726 17.5734 29.6802 17.64 29.6216 17.6949C29.5826 17.7314 29.5382 17.7619 29.4898 17.7854C29.2366 17.9923 28.917 18.106 28.5866 18.1067H16.5982C16.6849 17.7604 16.7195 17.4035 16.7008 17.0475H28.2277L20.6993 9.33773L18.2143 11.4038C18.1169 11.4828 17.9943 11.5261 17.8676 11.5261C17.741 11.5261 17.6183 11.4828 17.521 11.4038L14.9139 9.33773L12.5484 11.649C12.2226 11.4338 11.857 11.2826 11.4719 11.2039L14.0692 8.66649L9.2529 4.83661C9.23257 4.55957 9.17681 4.2861 9.0869 4.02255L8.89405 3.19183L17.8554 10.316L28.135 1.77556H8.56938L8.32527 0.713949ZM4.2608 7.37875C4.48909 8.60488 4.87712 9.79754 5.41545 10.9278C6.05074 12.2188 6.91145 13.3923 7.9591 14.3958C7.99567 14.4331 8.04023 14.4621 8.08961 14.4806C8.13899 14.4991 8.19195 14.5067 8.24471 14.503C8.41675 14.4822 8.58277 14.4279 8.73294 14.3435C8.91135 14.2474 9.08264 14.1392 9.24557 14.0198C10.0121 13.5009 10.9544 12.8558 11.7575 13.5794C11.777 13.5961 11.7868 13.6127 11.8063 13.627L14.3622 16.3715C14.3711 16.3812 14.3792 16.3915 14.3866 16.4024C14.5338 16.5974 14.6286 16.8253 14.6623 17.0652C14.696 17.3051 14.6675 17.5494 14.5794 17.7759C14.3798 18.3033 14.0493 18.7743 13.6176 19.1469C13.0793 19.6177 12.3995 19.9065 11.6794 19.9705C11.0044 20.0307 10.324 19.9987 9.65812 19.8753C8.66185 19.71 7.71749 19.3249 6.89721 18.7494C6.00107 18.1031 5.19234 17.3489 4.49027 16.5048L4.43168 16.4357C4.06063 16.0073 3.66028 15.5479 3.28679 15.0361C1.80961 12.9713 0.774308 10.6374 0.242712 8.17377C-0.177161 6.09102 -0.0917216 4.01065 0.811494 2.2897C1.29972 1.33758 2.0467 0.575892 3.0085 0.221229C3.84825 -0.0929686 4.84179 -0.0977292 5.96959 0.371188C6.03227 0.396666 6.08743 0.43701 6.13006 0.488555C6.17269 0.5401 6.20144 0.601213 6.2137 0.666343L7.12424 4.61286C7.20876 4.80478 7.23483 5.01637 7.19934 5.22235C7.16384 5.42834 7.06828 5.62 6.92407 5.77444C6.63577 6.06046 6.27415 6.26594 5.87682 6.36951C5.74012 6.42664 5.58145 6.47663 5.41301 6.52899C4.85888 6.70513 4.22662 6.91222 4.25836 7.3978L4.2608 7.37875ZM21.5244 8.64745L28.9113 16.2001V2.51821L21.5244 8.65459V8.64745Z' fill='white'/%3E%3C/svg%3E");
  }
}

@media (max-width: 767px) {
  .b_header .btn_contact:hover {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .b_header .button_wrapper {
    -ms-flex-order: -1;
        order: -1;
    width: calc(50% - 38px);
  }
}

.b_header .btn_menu {
  display: none;
}

@media (max-width: 767px) {
  .b_header .btn_menu {
    display: block;
    text-align: right;
    width: calc(50% - 38px);
  }
}

.menu_toggler {
  position: relative;
  border: none;
  padding: 0;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
}

.menu_toggler span {
  display: block;
  width: 24px;
  height: 3px;
  padding: 0;
  background: #fff;
  position: absolute;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s;
  transform-origin: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.menu_toggler .toggler_top {
  top: 11px;
}

.menu_toggler .toggler_middle {
  top: 18px;
}

.menu_toggler .toggler_bottom {
  top: 25px;
}

.menu_toggler.menu-is-active span {
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.menu_toggler.menu-is-active span.toggler_top {
  top: 18px;
  transform: rotate(135deg);
}

.menu_toggler.menu-is-active span.toggler_middle {
  opacity: 0;
  transform: rotate(135deg);
}

.menu_toggler.menu-is-active span.toggler_bottom {
  top: 18px;
  transform: rotate(225deg);
}

* {
  outline: 0 !important;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000;
  min-width: 320px;
  background-color: #fff;
  line-height: 1.4;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

body.menuopen {
  overflow: hidden;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1, h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

p {
  margin: 0;
  line-height: 1.4;
}

p:not(:last-child) {
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

@media (max-width: 991px) {
  input, textarea, select, select:focus {
    font-size: 16px;
  }
}

.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 16px 15px;
  transition: all .1s linear;
  font-size: 18px;
  font-weight: 500;
  height: auto;
  text-transform: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 12px;
  line-height: 1.334;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 280px;
}

.btn:hover, .btn:focus {
  box-shadow: none;
}

.btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.btn:disabled:hover {
  opacity: .5;
}

.btn_template {
  color: #fff;
  border-color: #0344AC;
  background-color: #0344AC;
}

.btn_template:focus {
  color: #fff;
}

.btn_template:active {
  color: #fff;
}

.btn_template:hover {
  border-color: #01368c;
  background-color: #01368c;
  color: #fff;
}

.btn_white_empty {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.btn_white_empty:focus {
  color: #fff;
}

.btn_white_empty:active {
  color: #fff;
}

.btn_white_empty:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.secondFont {
  font-family: 'Conthrax Sb';
}

.section_title {
  font-family: 'Conthrax Sb';
  font-weight: 600;
  font-size: 48px;
  margin: 0 0 30px;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .section_title {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .section_title {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .section_title {
    font-size: 28px;
  }
}

@media (max-width: 500px) {
  .section_title {
    font-size: 24px;
  }
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

input.form_control,
textarea.form_control {
  -webkit-appearance: none;
}

.form_control {
  width: 100%;
  border: 1px solid #808080;
  border-radius: 4px;
  font-size: 16px;
  padding: 15px 15px;
}

@media (max-width: 991px) {
  .form_control {
    padding: 10px 15px;
  }
}

textarea.form_control {
  display: block;
  resize: none;
}

.section {
  padding: 120px 0;
}

@media (max-width: 1199px) {
  .section {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .section {
    padding: 60px 0;
  }
}

.slick-arrow {
  font-size: 0;
  border: none;
  padding: 0;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #0344AC;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5L8 12L14 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19L16 12L10 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.b_main_banner {
  position: relative;
}

.b_main_banner .banner_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 870px;
}

@media (max-width: 1199px) {
  .b_main_banner .banner_image {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .b_main_banner .banner_image {
    height: 500px;
  }
}

.b_main_banner .banner_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b_main_banner .main_bammer {
  color: #fff;
  padding: 165px 0 0;
}

@media (max-width: 1199px) {
  .b_main_banner .main_bammer {
    padding: 120px 0 0;
  }
}

.b_main_banner .single_title {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .b_main_banner .single_title {
    font-size: 18px;
  }
}

.b_main_banner .banner_sub_title {
  font-size: 32px;
}

@media (max-width: 767px) {
  .b_main_banner .banner_sub_title {
    font-size: 25px;
  }
}

.b_main_banner .banner_title,
.b_main_banner .banner_title h1 {
  font-size: 76px;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  .b_main_banner .banner_title,
  .b_main_banner .banner_title h1 {
    font-size: 62px;
  }
}

@media (max-width: 767px) {
  .b_main_banner .banner_title,
  .b_main_banner .banner_title h1 {
    font-size: 52px;
  }
}

@media (max-width: 500px) {
  .b_main_banner .banner_title,
  .b_main_banner .banner_title h1 {
    font-size: 42px;
  }
}

.b_main_banner .button_wrapper {
  padding: 30px 0;
}

.b_main_banner .video_wrapper {
  padding: 58px 0 0;
}

@media (max-width: 1199px) {
  .b_main_banner .video_wrapper {
    padding: 0;
  }
}

.b_main_banner .video_link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .b_main_banner .video_link {
    border-radius: 10px;
  }
}

.b_main_banner .video_link:hover::before {
  transform: scale(1.1);
}

.b_main_banner .video_link:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.b_main_banner .video_link::before {
  position: absolute;
  z-index: 2;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='82' height='82' viewBox='0 0 82 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='41' cy='41' r='41' fill='white' fill-opacity='0.25'/%3E%3Ccircle cx='40.9999' cy='41' r='33.6786' fill='white' fill-opacity='0.35'/%3E%3Ccircle cx='40.9997' cy='41' r='26.3571' fill='white'/%3E%3Cpath d='M49.084 40.134C49.7507 40.5189 49.7507 41.4811 49.084 41.866L37.7074 48.4343C37.0407 48.8192 36.2074 48.3381 36.2074 47.5683L36.2074 34.4317C36.2074 33.6619 37.0407 33.1808 37.7074 33.5657L49.084 40.134Z' fill='%230344AC'/%3E%3C/svg%3E");
  width: 82px;
  height: 82px;
  top: 50%;
  left: 50%;
  margin: -41px 0 0 -41px;
  transition: all .2s linear;
}

.b_single_content .section_title {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.2;
}

.b_single_content .content_block {
  padding: 60px 0 0;
}

@media (max-width: 991px) {
  .b_single_content .content_block {
    padding: 20px 0 0;
  }
}

.b_single_content .titlem,
.b_single_content .title h1,
.b_single_content .title h2 {
  font-size: 28px;
  max-width: 460px;
  letter-spacing: 0.04em;
  margin: 0 0 20px;
}

@media (max-width: 991px) {
  .b_single_content .titlem,
  .b_single_content .title h1,
  .b_single_content .title h2 {
    max-width: none;
    font-size: 20px;
    letter-spacing: 0.02em;
  }
}

.b_hosts {
  background-color: #101114;
  color: #fff;
}

.b_hosts .host_row {
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1199px) {
  .b_hosts .host_row {
    -ms-flex-align: unset;
        align-items: unset;
  }
}

.b_hosts .host_row + .host_row {
  margin: 20px 0 0;
}

@media (max-width: 1199px) {
  .b_hosts .host_row + .host_row {
    margin: 50px 0 0;
  }
}

.b_hosts .host_row:nth-child(2n+1) .row_content {
  -ms-flex-order: -1;
      order: -1;
  padding: 50px 95px 50px 0;
}

@media (max-width: 1199px) {
  .b_hosts .host_row:nth-child(2n+1) .row_content {
    padding: 0 20px 125px 0;
  }
}

@media (max-width: 767px) {
  .b_hosts .host_row:nth-child(2n+1) .row_content {
    padding: 40px 0 0 0;
    -ms-flex-order: unset;
        order: unset;
  }
}

.b_hosts .host_row:nth-child(2n+1) .image_description {
  right: 100%;
  margin-right: -40px;
}

@media (max-width: 767px) {
  .b_hosts .host_row:nth-child(2n+1) .image_description {
    right: auto;
    margin: 0;
    left: -15px;
  }
}

.b_hosts .host_row:nth-child(2n) .row_content {
  padding: 50px 0 50px 95px;
}

@media (max-width: 1199px) {
  .b_hosts .host_row:nth-child(2n) .row_content {
    padding: 0 0 125px 20px;
  }
}

@media (max-width: 767px) {
  .b_hosts .host_row:nth-child(2n) .row_content {
    padding: 40px 0 0 0;
  }
}

.b_hosts .host_row:nth-child(2n) .image_description {
  right: -70px;
}

@media (max-width: 767px) {
  .b_hosts .host_row:nth-child(2n) .image_description {
    right: -15px;
  }
}

.b_hosts .image_wrapper {
  width: 380px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
}

@media (max-width: 767px) {
  .b_hosts .image_wrapper {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
}

.b_hosts .image_wrapper .content {
  margin: 0 0 5px;
}

.b_hosts .image_wrapper .image_block {
  border-radius: 12px;
  overflow: hidden;
}

.b_hosts .image_description {
  position: absolute;
  bottom: -20px;
  background: #F0F3F8;
  border-radius: 20px;
  padding: 25px 10px;
  text-align: center;
  color: #000000;
  font-size: 16px;
  width: 200px;
}

@media (max-width: 767px) {
  .b_hosts .image_description {
    padding: 15px 10px;
    border-radius: 12px;
  }
}

.b_hosts .image_description img {
  margin: 0 auto;
}

.b_hosts .row_content {
  width: calc(100% - 380px);
}

@media (max-width: 767px) {
  .b_hosts .row_content {
    width: 100%;
  }
}

.b_hosts .row_title {
  font-size: 32px;
  margin: 0 0 10px;
}

.b_hosts .logotypes_list {
  margin: 0 -12px;
}

@media (max-width: 767px) {
  .b_hosts .logotypes_list {
    margin: 0 -6px;
  }
}

.b_hosts .logotypes_wrapper {
  margin: 68px 0 0;
}

@media (max-width: 767px) {
  .b_hosts .logotypes_wrapper {
    margin: 30px 0 0;
  }
}

.b_hosts .logotypes_wrapper .logotype_item {
  width: 20%;
  padding: 12px;
}

@media (max-width: 991px) {
  .b_hosts .logotypes_wrapper .logotype_item {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .b_hosts .logotypes_wrapper .logotype_item {
    width: 50%;
    padding: 6px 6px;
  }
}

.b_hosts .logotypes_wrapper .item_inner {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  height: 100%;
  position: relative;
  height: 60px;
}

.b_hosts .logotypes_wrapper .item_inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}

.b_numbers .chronicles_image img {
  margin: 0 auto;
  border-radius: 20px;
  vertical-align: top;
}

.b_numbers .numbers_blocks {
  margin: 0 -15px;
}

.b_numbers .numbers_blocks .number_item {
  border: 1px solid #0344AC;
  border-radius: 12px;
  padding: 30px;
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .b_numbers .numbers_blocks .number_item {
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .b_numbers .numbers_blocks .number_item {
    width: 100%;
    margin: 0 15px 15px;
  }
}

.b_numbers .block_title {
  font-size: 28px;
  border-bottom: 1px solid #0344AC;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

@media (max-width: 1199px) {
  .b_numbers .block_title {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .b_numbers .block_title {
    font-size: 22px;
  }
}

.b_numbers .block_content {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.3;
  padding: 0 10px 0 0;
}

.b_numbers .block_content p {
  line-height: 1.3;
}

.b_small_banner {
  position: relative;
  z-index: 1;
}

.b_small_banner .banner_wrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b_small_banner .banner_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b_small_banner .banner_content {
  min-height: 408px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  padding: 30px 0;
}

@media (max-width: 1199px) {
  .b_small_banner .banner_content {
    min-height: 300px;
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .b_small_banner .banner_content {
    min-height: 200px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .b_small_banner .banner_content {
    font-size: 16px;
  }
}

.b_small_banner .content {
  max-width: 740px;
  margin: 0 auto;
}

.b_audience {
  background-color: #17181B;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}

.b_audience .audience {
  margin: 0 -15px;
}

.b_audience .block_wrapper {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .b_audience .block_wrapper {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .b_audience .block_wrapper + .block_wrapper {
    margin-top: 20px;
  }
}

.b_audience .block_wrapper .block {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  padding: 50px 30px 55px;
  text-align: center;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .b_audience .block_wrapper .block {
    padding: 30px 20px 35px;
    border-radius: 10px;
  }
}

.b_audience .block_wrapper .title {
  font-size: 28px;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .b_audience .block_wrapper .title {
    font-size: 22px;
  }
}

.b_audience .block_wrapper .content {
  font-size: 16px;
}

.b_audience .content_wrapper {
  width: 100%;
}

.b_audience .demographics {
  max-width: 430px;
  margin: 0 0 0 auto;
}

@media (max-width: 1199px) {
  .b_audience .demographics {
    max-width: calc(100% - 50px);
  }
}

@media (max-width: 991px) {
  .b_audience .demographics {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .b_audience .demographics {
    max-width: 100%;
    padding-bottom: 120px !important;
  }
}

.b_audience .graphic_wrapper {
  width: 100%;
  margin: 25px 0 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.b_audience .graphic_wrapper img {
  margin: 0 auto;
}

.b_audience .gender_block {
  position: absolute;
  top: 50px;
  left: -110px;
}

@media (max-width: 991px) {
  .b_audience .gender_block {
    left: -20px;
  }
}

@media (max-width: 675px) {
  .b_audience .gender_block {
    top: auto;
    bottom: -50px;
    left: auto;
    right: 15px;
  }
}

.b_audience .gender_block_inner {
  width: 160px;
  min-height: 150px;
  background: #888A90;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 15px;
}

.b_audience .gender_block_inner .title {
  font-size: 20px;
  margin: 0 0 5px;
}

.b_audience .gender_block_inner .gender_progressbar_wrap {
  position: relative;
  text-align: center;
  width: 80px;
  margin: 0 auto;
}

.b_audience .gender_block_inner .gender_progressbar {
  min-height: 80px;
}

.b_audience .gender_block_inner .gender_info {
  background: #C8B67C;
  box-shadow: 3px 3px 24px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -25px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}

.b_audience .gender_block_inner .gender_info .count {
  display: inline;
}

.b_custom_banner {
  background-color: #0344AC;
  color: #fff;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .b_custom_banner {
    text-align: center;
  }
}

.b_custom_banner .additional_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .b_custom_banner .additional_image {
    display: none;
  }
}

.b_custom_banner .banner_content {
  position: relative;
  min-height: 510px;
  padding: 50px 0;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1199px) {
  .b_custom_banner .banner_content {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .b_custom_banner .banner_content {
    min-height: auto;
  }
}

.b_custom_banner .content {
  font-weight: 600;
  font-size: 32px;
  max-width: 600px;
  letter-spacing: 0.02em;
}

@media (max-width: 1199px) {
  .b_custom_banner .content {
    font-size: 25px;
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .b_custom_banner .content {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .b_custom_banner .content {
    font-size: 20px;
    max-width: unset;
  }
}

.b_reviews .section_title {
  max-width: 700px;
  margin: 0 auto 50px;
}

@media (max-width: 991px) {
  .b_reviews .section_title {
    margin: 0 auto 30px;
  }
}

.b_reviews .reviews_block {
  padding: 0 55px;
}

@media (max-width: 767px) {
  .b_reviews .reviews_block {
    padding: 0 15px;
  }
}

.b_reviews .reviews {
  margin: 0 -10px;
}

.b_reviews .slide_item {
  padding: 10px;
}

.b_reviews .review_item {
  background: #F0F3F8;
  border-radius: 20px;
  padding: 30px 30px 44px;
  height: 100%;
  position: relative;
}

.b_reviews .review_item::after {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='40' viewBox='0 0 49 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.2549 40C2.15032 40 1.3268 39.0171 1.78432 37.0513L5.4902 18.0769L3.01961 18.0769C1.00653 18.0769 -1.81593e-06 17.1368 -1.65154e-06 15.2564L-5.64363e-07 2.82051C-3.99979e-07 0.94017 1.00653 -3.81025e-07 3.01961 -2.05037e-07L16.4706 9.70885e-07C18.5752 1.15487e-06 19.6275 0.940172 19.6275 2.82051L19.6275 13.5897C19.6275 14.7009 19.5817 15.641 19.4902 16.4103C19.3987 17.265 19.1242 18.3333 18.6667 19.6154L13.5882 37.0513C12.9477 39.0171 11.7124 40 9.88236 40L4.2549 40ZM33.6275 40C31.5229 40 30.6993 39.0171 31.1569 37.0513L34.8627 18.0769L32.3922 18.0769C30.3791 18.0769 29.3725 17.1368 29.3725 15.2564L29.3726 2.82051C29.3726 0.940172 30.3791 2.18681e-06 32.3922 2.36279e-06L45.8431 3.53872e-06C47.9477 3.7227e-06 49 0.940174 49 2.82051L49 13.5897C49 14.7009 48.9543 15.641 48.8627 16.4103C48.7712 17.265 48.4967 18.3333 48.0392 19.6154L42.9608 37.0513C42.3203 39.0171 41.085 40 39.2549 40L33.6275 40Z' fill='%235E85C3' fill-opacity='0.2'/%3E%3C/svg%3E");
  width: 49px;
  height: 40px;
  top: 28px;
  right: 30px;
}

.b_reviews .review_item .title {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 8px;
  padding: 0 50px 0 0;
}

.b_reviews .review_item_inner {
  position: relative;
  z-index: 1;
}

.b_reviews .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b_reviews .slick-track .slide_item {
  height: auto;
}

.b_reviews .custom_blocks_wrapper {
  margin: 100px 0 0;
}

.b_reviews .custom_blocks {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .b_reviews .custom_blocks {
    display: block;
  }
}

.b_reviews .custom_blocks .block_item_column {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .b_reviews .custom_blocks .block_item_column {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .b_reviews .custom_blocks .block_item_column + .block_item_column {
    margin: 20px auto 0;
  }
}

.b_reviews .custom_blocks .block_item {
  background: #151719;
  color: #fff;
  border-radius: 20px;
  padding: 80px 20px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1199px) {
  .b_reviews .custom_blocks .block_item {
    padding: 40px 20px;
  }
}

.b_reviews .custom_blocks .block_item_inner {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.b_reviews .custom_blocks .top_content,
.b_reviews .custom_blocks .center_content,
.b_reviews .custom_blocks .bottom_content {
  width: 100%;
  text-align: center;
}

.b_reviews .custom_blocks .title {
  font-size: 32px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  max-width: 380px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .b_reviews .custom_blocks .title {
    font-size: 25px;
  }
}

.b_reviews .custom_blocks .icon {
  background: rgba(255, 255, 255, 0.1);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 35px auto 30px;
  position: relative;
}

@media (max-width: 991px) {
  .b_reviews .custom_blocks .icon {
    margin: 25px auto 20px;
  }
}

.b_reviews .custom_blocks .icon img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
}

.b_reviews .custom_blocks .content {
  max-width: 315px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 1199px) {
  .b_reviews .custom_blocks .content {
    font-size: 18px;
  }
}

.b_reviews .custom_blocks .info {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 5px 0 0;
}

.b_reviews .custom_blocks .btn_wrap {
  margin: 30px 0 0;
}

.b_reviews .custom_blocks .btn_wrap .btn {
  min-width: 168px;
  font-size: 16px;
  padding: 10px 15px;
}

.b_reviews .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
}

.b_reviews .slick-prev {
  left: -45px;
}

@media (max-width: 767px) {
  .b_reviews .slick-prev {
    left: -10px;
  }
}

.b_reviews .slick-next {
  right: -45px;
}

@media (max-width: 767px) {
  .b_reviews .slick-next {
    right: -10px;
  }
}

.b_sponsors .sponsors_blocks {
  margin: 0 -15px;
}

.b_sponsors .sponsor_item {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 670px) {
  .b_sponsors .sponsor_item {
    width: 100%;
  }
}

@media (max-width: 670px) {
  .b_sponsors .sponsor_item + .sponsor_item {
    margin: 20px 0 0;
  }
}

.b_sponsors .sponsor {
  padding: 0 0 0 56px;
  width: 100%;
}

.b_sponsors .block_wrap {
  position: relative;
}

.b_sponsors .logo_wrapper {
  position: absolute;
  left: -56px;
  top: 14px;
  width: 110px;
  z-index: 2;
}

.b_sponsors .logo_wrapper .logo {
  height: 94px;
  background: #FFFFFF;
  box-shadow: 3px 4px 17px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}

.b_sponsors .logo_wrapper .logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  margin: auto;
}

.b_sponsors .video_link {
  display: block;
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.b_sponsors .video_link:hover::before {
  transform: scale(1.1);
}

.b_sponsors .video_link:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.b_sponsors .video_link::before {
  position: absolute;
  z-index: 2;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='58' height='58' viewBox='0 0 58 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='29' cy='29' r='29' fill='white' fill-opacity='0.25'/%3E%3Ccircle cx='29.0001' cy='28.9997' r='23.8214' fill='white' fill-opacity='0.35'/%3E%3Ccircle cx='28.9993' cy='29.0003' r='18.6429' fill='white'/%3E%3Cpath d='M34.2793 28.1344C34.946 28.5193 34.946 29.4815 34.2793 29.8664L27.1105 34.0054C26.4438 34.3903 25.6105 33.9091 25.6105 33.1393L25.6105 24.8615C25.6105 24.0917 26.4438 23.6106 27.1105 23.9955L34.2793 28.1344Z' fill='%230344AC'/%3E%3C/svg%3E");
  width: 58px;
  height: 58px;
  top: 50%;
  left: 50%;
  margin: -29px 0 0 -29px;
  transition: all .2s linear;
}

.b_sponsors .video_link .poster {
  padding-top: 66.12%;
  position: relative;
}

.b_sponsors .video_link .poster img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b_packages .packages_blocks {
  margin: 0 -15px;
}

.b_packages .package_block {
  padding: 15px;
  width: 33.33%;
}

@media (max-width: 1199px) {
  .b_packages .package_block {
    width: 100%;
  }
}

.b_packages .package_block.w100 {
  width: 100%;
}

.b_packages .package_block_inner {
  background: #FFFFFF;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: 100%;
}

.b_packages .package_block_head {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background: #0344AC;
  border-radius: 20px 20px 0 0;
  color: #fff;
  padding: 20px 24px;
  min-height: 76px;
}

@media (max-width: 991px) {
  .b_packages .package_block_head {
    min-height: auto;
  }
}

.b_packages .package_block_head .title {
  font-weight: 600;
  font-size: 28px;
}

@media (max-width: 991px) {
  .b_packages .package_block_head .title {
    font-size: 24px;
  }
}

.b_packages .package_block_head .period {
  font-weight: 400;
}

.b_packages .package_block_body {
  font-size: 16px;
  padding: 25px;
}

.b_packages .package_block_body a {
  font-weight: 500;
  text-decoration: underline;
  color: #000000;
}

.b_packages .package_block_body a:hover {
  text-decoration: none;
}

.b_packages .package_block_body p:not(:last-child) {
  margin-bottom: 15px;
}

.b_packages .package_block_body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.b_packages .package_block_body ul li {
  position: relative;
  padding: 0 0 0 18px;
}

.b_packages .package_block_body ul li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0344AC;
  left: 0;
  top: 7px;
}

.b_packages .package_block_body ul li + li {
  margin: 15px 0 0;
}

.b_packages .package_block_body ul ul li::before {
  content: '•';
  background: none;
  top: 0;
  left: 5px;
  width: auto;
  height: auto;
  line-height: 1.2;
}

.b_research {
  background-color: #17181B;
  color: #fff;
  background-position: center 30%;
}

.b_research .section_title {
  max-width: 900px;
  margin: 0 auto 15px;
}

.b_research .content {
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 991px) {
  .b_research .content {
    font-size: 16px;
  }
}

.b_research .blocks_wrapper_content {
  padding: 60px 0 0;
  max-width: 856px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .b_research .blocks_wrapper_content {
    padding: 30px 0 0;
  }
}

.b_research .blocks_wrapper {
  margin: 0 -16px;
}

@media (max-width: 991px) {
  .b_research .blocks_wrapper {
    margin: 0 -15px;
  }
}

.b_research .block_item {
  width: 25%;
  padding: 0 16px;
}

@media (max-width: 991px) {
  .b_research .block_item {
    width: 50%;
    margin: 20px 0 0;
    padding: 0 15px;
  }
}

.b_research .chart_block_wraap {
  margin: 0 0 10px;
}

.b_research .chart_block {
  background: rgba(255, 255, 255, 0.1);
  height: 184px;
  border-radius: 20px;
  padding: 40px 0 0;
}

.b_research .chart_block .chart {
  width: 100px;
  margin: 0 auto;
  position: relative;
  color: #fff;
}

.b_research .chart_block .progressbar-text {
  font-family: 'Conthrax Sb';
  font-size: 16px;
}

.b_research .chart_block .progressbar-text::after {
  content: '%';
}

.b_contact {
  position: relative;
  color: #fff;
}

.b_contact .contact_background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.b_contact .contact_background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b_contact .contact_form {
  color: #393939;
  max-width: 624px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 44px 42px;
}

@media (max-width: 991px) {
  .b_contact .contact_form {
    padding: 20px 20px;
    max-width: calc(100% - 30px);
    border-radius: 10px;
  }
}

.b_contact .contact_form .form_row + .form_row {
  margin: 15px 0 0;
}

.b_contact .contact_form label {
  margin: 0 0 4px;
  display: block;
}

.b_contact .contact_form .button_wrapper {
  padding: 40px 0 0;
}

.b_contact .contact_form .button_wrapper .btn {
  width: 100%;
  font-weight: 700;
  border-radius: 4px;
}

.b_footer {
  background-color: #00286a;
  color: #fff;
  padding: 24px 0;
}

@media (max-width: 991px) {
  .b_footer {
    padding: 15px 0;
  }
}

.b_footer .footer_wrapper {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 767px) {
  .b_footer .logo_wrapper {
    width: 100%;
    text-align: center;
  }
}

.b_footer .link_logo {
  display: inline-block;
  vertical-align: top;
}

.b_footer .footer_menu {
  padding: 30px 0 0;
}

@media (max-width: 767px) {
  .b_footer .footer_menu {
    width: 100%;
    text-align: center;
  }
}

.b_footer .menu a {
  color: #fff;
}

.b_footer .menu a:hover {
  color: #32B7D5;
}

.b_footer .menu ul {
  font-size: 0;
  padding: 0;
  margin: 0;
}

.b_footer .menu ul li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 520px) {
  .b_footer .menu ul li {
    display: block;
  }
}

.b_footer .menu ul li:not(:last-of-type) {
  margin-right: 28px;
}

@media (max-width: 520px) {
  .b_footer .menu ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .b_footer .footer_contacts {
    width: 100%;
  }
}

.b_footer .contacts_block {
  font-size: 16px;
  text-align: right;
  padding: 30px 0 0;
}

@media (max-width: 991px) {
  .b_footer .contacts_block {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (max-width: 520px) {
  .b_footer .contacts_block {
    display: block;
  }
}

.b_footer .contacts_block a {
  letter-spacing: 0.01em;
  color: #fff;
}

.b_footer .contacts_block a:hover {
  color: #32B7D5;
}

@media (min-width: 992px) {
  .b_footer .contacts_block p:not(:last-child) {
    margin-bottom: 5px;
  }
}

@media (max-width: 991px) {
  .b_footer .contacts_block p {
    margin: 5px 10px;
  }
}

@font-face {
  font-family: 'Conthrax Sb';
  src: url("../fonts/ConthraxSb-Regular.eot");
  src: url("../fonts/ConthraxSb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ConthraxSb-Regular.woff2") format("woff2"), url("../fonts/ConthraxSb-Regular.woff") format("woff"), url("../fonts/ConthraxSb-Regular.ttf") format("truetype"), url("../fonts/ConthraxSb-Regular.svg#ConthraxSb-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
