/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15 /* 1 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box /* 1 */;
  height: 0 /* 1 */;
  overflow: visible /* 2 */;
}
pre {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none /* 1 */;
  -webkit-text-decoration: underline /* 2 */;
          text-decoration: underline /* 2 */;
  -webkit-text-decoration: underline dotted /* 2 */;
          text-decoration: underline dotted /* 2 */;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit /* 1 */;
  font-size: 100% /* 1 */;
  line-height: 1.15 /* 1 */;
  margin: 0 /* 2 */;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]-moz-focusring,
[type="reset"]-moz-focusring,
[type="submit"]-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box /* 1 */;
  color: inherit /* 2 */;
  display: table /* 1 */;
  max-width: 100% /* 1 */;
  padding: 0 /* 3 */;
  white-space: normal /* 1 */;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  outline-offset: -2px /* 2 */;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button /* 1 */;
  font: inherit /* 2 */;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.red-txt {
  color: #ec5f5f;
  background-color: transparent;
}
.pastel-bg {
  background-color: #fff2ef;
}
.mt-6 {
  margin-top: 60px;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  font-size: 14px;
  color: #37495e;
  min-width: 320px;
}
.container {
  max-width: 1350px;
  width: 100%;
}
* {
  box-sizing: border-box;
}
li,
ul {
  list-style-type: none;
}
svg {
  transition: fill, stroke 0.2s ease-in-out;
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
a {
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
a.link {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.286em;
  letter-spacing: 0.03em;
}
a.link_red {
  color: #ec5f5f;
}
a.link_red svg {
  fill: #ec5f5f;
  transition: fill 0.2s ease-in-out;
}
a.link_red:hover {
  color: #37495e;
}
a.link_red:hover svg {
  fill: #37495e;
}
a.link_left-icon {
  display: flex;
  align-items: center;
}
a.link_left-icon svg {
  margin-right: 12px;
}
a.link_right-icon {
  display: flex;
  align-items: center;
}
a.link_right-icon svg {
  margin-left: 12px;
}
a:hover {
  color: #ec5f5f;
}
.ul_links .li_links a.active_link {
  color: #ec5f5f;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  min-width: 170px;
  font-size: 1em;
  line-height: 1.429em;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  padding: 13px 15px;
  transition: border, color, background-color 0.3s ease-in-out;
}
.button_filled_red {
  color: #fff;
  border: 2px solid #ec5f5f;
  background-color: #ec5f5f;
}
.button_filled_red:hover {
  color: #ec5f5f;
  background-color: transparent;
}
.button_filled_white {
  color: #ec5f5f;
  border: 2px solid #fff;
  background-color: #fff;
}
.button_filled_white:hover {
  color: #fff;
  background-color: #ec5f5f;
}
.button_border_red {
  border: 2px solid #ec5f5f;
  color: #ec5f5f;
  background-color: transparent;
}
.button_border_red:hover {
  color: #fff;
  background-color: #ec5f5f;
}
.button_border_red:hover svg {
  fill: #fff;
}
.single_icon_btn {
  min-width: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
  transition: stroke 0.3s ease-in-out;
}
.single_icon_btn svg {
  stroke: #ec5f5f;
}
.single_icon_btn:hover svg {
  stroke: #fff;
}
.buttons_row {
  display: flex;
}
.button_right_icon svg {
  fill: #ec5f5f;
  margin-left: 10px;
  transition: fill 0.3s ease-in-out;
}
.large-btn {
  padding: 15px 40px;
}
.button_left-stroke_icon svg {
  stroke: #fff;
  margin-right: 10px;
  transition: stroke 0.3s ease-in-out;
}
.button_left-stroke_icon:hover svg {
  stroke: #ec5f5f;
}
.more_btn_row {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.form__field {
  display: flex;
}
.form_field {
  position: relative;
}
.form_field svg {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  fill: #37495e;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
input {
  display: block;
  padding: 14px 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 20px;
  border: 1px solid #dbdfe9;
  transition: all 0.2s ease-in-out;
}
input::-moz-placeholder {
  color: #9ba4ae;
}
input:-ms-input-placeholder {
  color: #9ba4ae;
}
input::placeholder {
  color: #9ba4ae;
}
input.icon-input {
  padding-left: 40px;
}
input.icon-input:focus {
  padding-left: 40px;
  padding-right: 20px;
}
input.icon-input:focus ~ label svg {
  fill: #ec5f5f;
  opacity: 1;
  left: 12px;
}
.subscribe_form {
  display: flex;
}
.aside-block_content .price_fields input {
  width: 100%;
}
.aside-block_content .price_fields .form_field:first-child {
  padding-right: 4px;
}
.aside-block_content .price_fields .form_field:nth-child(2) {
  padding-left: 4px;
}
.button_filter {
  border: 1px solid #dbdfe9;
  background: #f5f5f5;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #37495e;
  width: 100%;
  margin: 8px 0;
}
.button_filter:hover {
  background: #dbdfe9;
}
p {
  font-size: 1em;
}
h1 {
  font-weight: bold;
  font-size: 2.857em;
}
h2 {
  font-size: 3em;
}
h3 {
  font-weight: bold;
  font-size: 2.571em;
}
h4 {
  font-weight: bold;
  font-size: 1.714em;
  line-height: 2.143em;
  letter-spacing: 0.03em;
}
h5 {
  font-weight: 600;
  font-size: 1.571em;
}
h6 {
  font-weight: 600;
  font-size: 1.143em;
  line-height: 1.714em;
}
.bigger-title {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
}
.bg_grey {
  background-color: #f5f5f5;
}
.filter-row {
  margin-bottom: 30px;
}
.filter-row h3 {
  margin: 0;
}
.category_row {
  display: flex;
}
.category,
.category_inside {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 20px;
  z-index: 99;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.category li,
.category_inside li {
  margin: 5px 0;
}
.category li a,
.category_inside li a {
  color: #37495e;
  padding: 15px;
}
.category li a:hover,
.category_inside li a:hover {
  color: #ec5f5f;
}
.category > li:not(.category_dropdown):not(.no-border) {
  border-right: 1px solid #dadada;
}
.category > li.category_dropdown_aside {
  margin-left: 50px;
}
.category_dropdown {
  position: relative;
}
.category_inside {
  top: -1000px;
  right: 0;
  display: block;
  position: absolute;
  transform: scaleY(0);
  transform-origin: top;
  padding: 27px 42px;
  background-color: #fff;
  box-shadow: 0px 10px 25px rgba(0,0,0,0.12);
  text-align: right;
  transition: transform 0.2s ease-in-out;
}
.category_inside li {
  padding: 5px 0px;
}
.category_inside li a {
  color: rgba(55,73,94,0.7);
}
.category_inside li a:hover {
  color: #ec5f5f;
}
.active_filter a {
  color: #ec5f5f !important;
}
.category_dropdown:hover .category_inside {
  top: 100%;
  transform: scaleY(1);
  transition: transform 0.2s ease-in-out;
}
.m-15 {
  margin: 15px 0;
}
.mb-0 {
  margin-bottom: 0;
}
ul.breadcrumb {
  display: flex;
  padding-top: 10px;
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 12px;
  color: #333;
  font-weight: 500;
}
ul.breadcrumb li a {
  color: #888;
  font-weight: normal;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #ec5f5f;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #888;
  content: "/\00a0";
}
.pagination {
  display: flex;
  align-items: center;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #37495e;
  font-size: 14px;
  padding: 7px 15px;
  text-decoration: none;
}
.pagination a:hover {
  color: #ec5f5f;
}
.pagination a:first-child,
.pagination a:nth-child(5) {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #dadada;
  transition: all 0.2s ease-in-out;
}
.pagination a:first-child:not(.pagination_disabled):hover,
.pagination a:nth-child(5):not(.pagination_disabled):hover {
  border: 1px solid rgba(236,95,95,0.3);
  background: rgba(236,95,95,0.3);
}
.pagination a:first-child:not(.pagination_disabled):hover svg,
.pagination a:nth-child(5):not(.pagination_disabled):hover svg {
  fill: #ec5f5f;
}
.pagination a:first-child {
  transform: rotate(180deg);
}
.pagination a svg {
  transition: all 0.2s ease-in-out;
  fill: #888;
}
a.pagination_disabled {
  opacity: 0.4;
  cursor: context-menu;
}
a.pagination_current {
  color: #ec5f5f;
}
.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px 30px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  outline: none;
  transition: all 0.6s ease;
}
.btn-blue {
  color: #fff;
  background: #263fd9;
  border: 2px solid #263fd9;
}
.btn-blue:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-white:hover {
  color: #fff;
  background: #263fd9;
  border: 2px solid #263fd9;
}
.modal-title {
  font-weight: 700;
  font-size: 18ox;
}
.header-pages .navbar {
  background: #242732;
}
.header-pages .header-banner {
  background: #fff;
}
.header-pages .header-banner-item a {
  color: #263fd9;
}
.header-pages .header-banner-item span {
  color: #888;
}
.navbar {
  background: transparent;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header .nav-item {
  margin-left: 10px;
}
.navbar-brand img {
  max-width: 190px;
}
.navbar-dark .navbar-nav .nav-link {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
}
.mobile-lang {
  display: none;
}
.desktop-lang .dropdown-menu,
.mobile-lang .dropdown-menu {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.mobile-lang {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  margin-right: 10px;
}
.mobile-lang .nav-link {
  color: #fff;
}
.header-banner {
  background: transparent;
  padding-top: 15px;
}
.header-banner-item {
  margin-bottom: 15px;
}
.header-banner-item.mr-3 {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow: hidden;
  height: auto;
}
.header-banner-item a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #fff;
}
.header-banner-item span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
}
.header-banner-item .previous-link {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.header-banner-item .previous-link:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #b4b4b4;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.navbar {
  position: absolute;
  width: 100%;
  transition: all 0.4s ease;
}
.navbar .logo-color {
  display: none;
}
.navbar.position-top {
  position: fixed;
  transition: all 0.4s ease;
  z-index: 999999;
  background: #242732;
}
.navbar.position-top .logo-color {
  display: block;
}
.navbar.position-top .logo-transparent {
  display: none;
}
.header-banner + .navbar.position-top {
  top: 0;
}
.navbar {
  background: transparent;
}
.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: #fff;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2030%2030%27%3e%3cpath%20stroke=%27rgba%28255,%20255,%20255,%200.99%29%27%20stroke-linecap=%27round%27%20stroke-miterlimit=%2710%27%20stroke-width=%272%27%20d=%27M4%207h22M4%2015h22M4%2023h22%27/%3e%3c/svg%3e");
}
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.cursor-pointer {
  cursor: pointer;
}
.w-max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(17,17,17,0.8), rgba(36,39,50,0.2));
}
#particles-js {
  width: 100%;
  height: 100%;
}
#particles-js .img-overlay {
  z-index: -1;
}
#particles-js img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  background-color: #111;
}
.hero-section {
  height: 100vh;
  position: relative;
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1160px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.hero-title {
  max-width: 1080px;
  margin: 0px auto 10px;
}
.hero-title h1 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 68px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.hero-buttons {
  margin-bottom: 60px;
}
.hero-buttons .btn {
  margin: 30px;
}
.hero-link-row {
  background-color: rgba(255,255,255,0.45);
}
.hero-link {
  display: flex;
  align-items: center;
  border-radius: 4px;
  width: 100%;
  height: 60px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}
.hero-link .icon {
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  width: 55px;
  min-width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-link .icon svg {
  width: 28px;
  height: 28px;
  fill: #263fd9;
}
.hero-link .link {
  background: #f1f1f1;
  height: 100%;
  transition: all 0.6s ease;
}
.hero-link .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #f1f1f1;
  border-radius: 0px 4px 4px 0px;
  width: 42px;
  height: 100%;
}
.hero-link .link svg {
  width: 18px;
  height: 18px;
  fill: #1c1c1c;
  transition: all 0.6s ease;
}
.hero-link .link:hover {
  background: #263fd9;
}
.hero-link .link:hover svg {
  fill: #fff;
}
.hero-link-description {
  padding: 0px 0px 0px 20px;
  background: transparent;
  height: 60px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
}
.hero-link-description h6 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #263fd9;
  margin-bottom: 5px;
}
.hero-link-description p {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
}
.hero-section-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 254px;
  height: 38px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%20%3csvg%20width=%27253%27%20height=%2738%27%20viewBox=%270%200%20253%2038%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url(%23clip0)%27%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M252%2036.001C199.397%2036.001%20176%200%20125.815%200C76%200%2052.988%2036.001%200%2036.001C4.336%2040.465%20273.563%2036.001%20252%2036.001Z%27%20fill=%27white%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0%27%3e%3crect%20width=%27253%27%20height=%2738%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  z-index: 33;
}
.hero-section-down svg {
  width: 28px;
  height: 28px;
  fill: #263fd9;
}
.tasks-header {
  padding-top: 0px;
}
.about-section {
  padding-top: 110px;
  padding-bottom: 110px;
}
.about-section h3 {
  font-weight: bold;
  font-size: 46px;
  line-height: 1.3;
  color: #1c1c1c;
  margin-bottom: 30px;
}
.about-section p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #242732;
}
.about-section a {
  color: #263fd9;
  font-size: 16px;
}
.about-section ul {
  padding-left: 0;
}
.about-section ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
  color: #242732;
}
.about-section ul li::before {
  content: "";
  color: #fff;
  position: absolute;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #242732;
  left: 10px;
}
.about-section h6 {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #1c1c1c;
  margin-top: 15px;
  padding-left: 20px;
}
.content-wrapper {
  max-width: 1160px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}
.speakers-section {
  background-color: #fff;
  transition: 450ms ease-out;
  padding-bottom: 0px;
  padding-top: 0;
}
.speakers-section .btn-blue:hover {
  border: 2px solid #263fd9;
  color: #263fd9;
}
.one-fifth {
  max-width: 20%;
}
.speaker-link {
  text-decoration: none;
  color: #000;
}
.speaker-link:hover {
  color: #000;
}
.speaker-item {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.speaker-item:hover img {
  filter: grayscale(0%);
  transition: 0.5s;
}
.speaker-item:hover .caption {
  transform: translateY(100%);
  transition: 0.5s;
}
.speaker-item img {
  width: 20vw;
  height: 20vw;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  filter: grayscale(100%);
  margin: auto;
  transition: 0.5s;
}
.speaker-item .caption {
  position: absolute;
  bottom: 0;
  background: rgba(255,255,255,0.741);
  width: 100%;
  padding: 10px 20px;
  transition: 0.5s;
}
.speaker-item h3 {
  font-weight: bold;
  text-transform: capitalize;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1;
}
#countdown-block {
  padding-top: 80px;
}
.countdown-section {
  padding-top: 30px;
  padding-bottom: 10px;
  background: #1b2642;
}
.countdown-section .countdown {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.countdown-section .countdown-number {
  padding: 10px;
  border-radius: 3px;
  background: rgba(255,255,255,0.1);
  display: inline-block;
}
.countdown-section .countdown-time {
  padding: 15px;
  border-radius: 3px;
  background: #2b63cc;
  display: inline-block;
}
.countdown-section .countdown-text {
  display: block;
  padding-top: 5px;
  font-size: 16px;
}
.countdown-title {
  color: #fff;
}
.countdown-title h4 {
  margin-bottom: 20px;
  font-size: 38px;
}
.description-section {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
  color: #fff;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}
.description-section h3 {
  font-weight: bold;
  font-size: 44px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.description-section p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
}
.description-section a {
  color: #263fd9;
  font-size: 16px;
}
.description-section ul {
  padding-top: 0px;
  padding-left: 0;
}
.description-section ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
}
.description-section ul li::before {
  content: "";
  color: #fff;
  position: absolute;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  left: 10px;
}
.description-section h6 {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-top: 15px;
  padding-left: 20px;
}
.schedule-section {
  padding-top: 110px;
  padding-bottom: 0px;
}
.section-title {
  text-align: center;
  margin-bottom: 60px;
}
.section-title .title {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  color: #242732;
}
.section-title .subtitle {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0px;
  color: #242732;
}
.schedule-tabs .nav-tabs li {
  display: flex;
  flex-grow: 1;
  min-height: 60px;
}
.schedule-tabs .nav-tabs a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #808080;
  transition: background-color 0.3 ease-in-out;
}
.schedule-tabs .nav-tabs a.active {
  background-color: #263fd9;
}
.schedule-tabs .nav-tabs a.active:before {
  content: '';
  top: 100%;
  z-index: 9;
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 8px solid #263fd9;
}
.schedule-tabs .accordion .card-header button {
  width: 100%;
  padding: 15px 10px;
  height: 100%;
  font-size: 18px;
  text-decoration: none;
  text-align: left;
  outline: none;
  font-weight: 500;
  box-shadow: none;
  text-transform: initial;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.schedule-tabs .accordion .card-header button.collapsed svg {
  transform: rotate(0deg);
  transition: 0.5s;
}
.schedule-tabs .accordion .card-header h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.schedule-tabs .accordion .card-header h2 svg {
  min-width: 16px;
  width: 16px;
  height: 9px;
  transform: rotate(-180deg);
  transition: 0.5s;
  fill: #0d6efd;
  margin-left: 15px;
}
.schedule-tabs .accordion .lunch_section .card-header {
  background: #fff;
}
.schedule-tabs .accordion .lunch_section .card-header .btn-link {
  color: #000;
}
.schedule-tabs .accordion .lunch_section .card-header button {
  cursor: default;
}
.schedule-tabs .accordion .lunch_section .card-header .collapse-arrow-down {
  display: none;
}
.schedule-tabs .card-body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
}
.schedule-tabs .card-body h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 500;
}
.schedule-tabs .card-body ul {
  padding-top: 0;
  padding-left: 0;
}
.schedule-tabs .card-body ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.schedule-tabs .card-body ul li::before {
  content: "";
  color: #fff;
  position: absolute;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #242732;
  left: 10px;
}
.schedule-description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 40px;
  margin-bottom: 40px;
}
.schedule-description ul {
  padding-top: 0;
  padding-left: 0;
}
.schedule-description ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.schedule-description ul li::before {
  content: "";
  color: #fff;
  position: absolute;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #242732;
  left: 10px;
}
.schedule-links a {
  min-width: 120px;
  background-color: transparent;
  border: 2px solid #8c8c8c;
  text-transform: uppercase;
  font-weight: 700;
  color: #263fd9;
  letter-spacing: 1px;
  border-radius: 15px;
  outline: none;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
}
.schedule-links a:hover {
  border: 2px solid #263fd9;
  background-color: #263fd9;
  color: #fff;
}
.partners-section {
  padding-top: 110px;
  padding-bottom: 0px;
}
.partners-section .section-title {
  margin-bottom: 30px;
}
.partners-section .partners-items {
  margin-top: 0;
}
.partners-section .partners-item {
  padding: 0px;
  margin-bottom: 25px;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  width: 320px;
  display: inline-block;
}
.partners-section .partners-item a {
  display: block;
}
.partners-section .partners-img {
  height: 120px;
  width: 278px;
  margin: auto;
  padding-top: 20px;
}
.partners-section .partners-img img {
  margin: 0;
  display: block;
  opacity: 1;
  max-height: 120px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.register-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(to right, rgba(0,0,0,0.8) 50%, rgba(13,22,90,0.5) 100%);
  color: #fff;
}
.register-section .section-title .title,
.register-section .section-title .subtitle {
  color: #fff;
}
.register-section .section-title h3 {
  font-weight: 400;
  font-size: 28px;
}
.register-section .btn {
  margin: auto;
}
.contact-section {
  position: relative;
  filter: grayscale(0.7);
}
.contact-section #map {
  width: 100%;
  height: 730px;
}
.contact-section .contact-details {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  max-width: 350px;
  width: 100%;
}
.contact-section .contact-content {
  padding: 50px;
  font-family: 'Open Sans', sans-serif;
}
.contact-section .contact-content h2 {
  text-align: left;
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
}
.contact-section .contact-content span.line {
  border-top: 2px solid #8c8c8c;
  display: block;
  width: 42%;
}
.gallery-section {
  padding-top: 110px;
}
.gallery-section .one-fifth-gallery {
  max-width: 25%;
}
.gallery-section .gallery-link {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  display: block;
  filter: grayscale(100%);
}
.gallery-section .gallery-link:hover {
  filter: grayscale(0%);
  transition: 0.5s;
}
.gallery-section img {
  width: 25vw;
  height: 20vw;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  margin: auto;
  transition: 0.5s;
}
.gallery-section .hidden-items {
  display: none;
}
.gallery-section .gallery-show-more {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 36px;
  display: none;
}
.one-fifth-gallery:nth-child(8) .gallery-show-more {
  display: flex;
}
.modal-body-social-like {
  min-height: 200px;
}
modal-dialog-social-like {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.pages-content {
  padding-top: 220px;
  padding-bottom: 60px;
}
.body-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.speaker-page .image-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
.speaker-page .image-container img {
  width: 100%;
  max-width: 350px;
}
.speaker-page .speaker-name {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.speaker-page .title {
  color: #242732;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: initial;
}
.speaker-page .description {
  color: #242732;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
}
.speaker-page .description p {
  color: #242732;
  font-size: 16px;
  line-height: 1.6;
}
.speaker-page ul {
  padding-left: 0;
}
.speaker-page ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
  color: #242732;
  margin-bottom: 10px;
}
.speaker-page ul li::before {
  content: "";
  color: #fff;
  position: absolute;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #242732;
  left: 10px;
}
.posts-container .img-fluid {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.posts-container .posts-date {
  font-size: 18px;
  color: #242732;
}
.posts-container .posts-date i {
  color: #8b8b8b;
  font-size: 14px;
}
.posts-container .post-title {
  font-size: 28px;
  line-height: 1.2;
}
.posts-container a {
  color: #37495e;
}
.posts-container a:hover {
  color: #263fd9;
}
.post-inside {
  font-size: 16px;
  line-height: 1.6;
  color: #242732;
}
.post-inside h3 {
  font-size: 28px;
  font-weight: 700;
  color: #242732;
  margin-bottom: 20px;
}
.post-inside p {
  font-size: 16px;
  line-height: 1.6;
  color: #242732;
}
.post-inside a {
  color: #263fd9;
}
.post-inside ul {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-inside ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
  color: #242732;
  margin-bottom: 10px;
}
.post-inside ul li::before {
  content: "";
  color: #fff;
  position: absolute;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #242732;
  left: 10px;
}
.venue-container {
  margin-bottom: 60px;
}
.venue-container .img-fluid {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.venue-container .venue-title {
  font-size: 28px;
  line-height: 1.2;
}
.venue-container a {
  color: #37495e;
}
.venue-container a:hover {
  color: #263fd9;
}
.venue-container .venue-text {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  color: #242732;
}
.venue-container .venue-footer {
  font-size: 18px;
  font-weight: 700;
}
.venue-container .mail-to-link {
  display: block;
  color: #263fd9;
  font-size: 18px;
  font-weight: 700;
}
.venue-tabs .nav {
  width: 100%;
  flex-wrap: nowrap;
}
.venue-tabs .nav-item {
  width: 100%;
}
.venue-tabs .nav-link {
  width: 100%;
  text-align: left;
  font-size: 21px;
  line-height: 1.3;
  color: #000;
  font-weight: bold;
  outline: none;
  padding: 20px 25px;
  border-radius: 0;
  transition: 0.6s;
  height: 100%;
}
.venue-tabs .nav-link:hover {
  color: #263fd9;
}
.venue-tabs .nav-tabs {
  border: none;
}
.venue-tabs .nav-tabs .nav-item .nav-link {
  border-color: #f4f4f4;
}
.venue-tabs .nav-tabs .nav-item.show .nav-link,
.venue-tabs .nav-tabs .nav-link.active {
  border-color: #263fd9;
  box-sizing: border-box;
  color: #263fd9;
}
.venue-tabs .tab-content {
  line-height: 1.6;
  color: #242732;
}
.venue-tabs .tab-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #242732;
  margin-bottom: 20px;
}
.venue-tabs .tab-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #242732;
}
.venue-tabs .tab-content .textBlock {
  font-size: 16px;
  line-height: 1.6;
  color: #242732;
}
.venue-tabs .tab-content a {
  color: #263fd9;
}
.venue-tabs .tab-content ul {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.venue-tabs .tab-content ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
  color: #242732;
  margin-bottom: 10px;
}
.venue-tabs .tab-content ul li::before {
  content: "";
  color: #fff;
  position: absolute;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #242732;
  left: 10px;
}
.venue-tabs .tab-pane {
  padding: 30px 30px 10px 30px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.04), 0px 0px 2px rgba(0,0,0,0.06), 0px 0px 1px rgba(0,0,0,0.04);
}
.news-show .post-inside img {
  height: auto;
  max-width: 100%;
}
.footer {
  color: #fff;
  background: #242732;
  padding-top: 45px;
  padding-bottom: 45px;
}
.footer-logo a {
  display: block;
}
.footer-logo img {
  max-width: 190px;
}
.footer-contacts {
  padding-left: 0;
}
.footer-contacts li {
  margin-bottom: 10px;
}
.footer-social {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.footer-social svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: all 0.5s ease;
}
.footer-social .social-icon {
  margin-right: 15px;
}
.footer-social .social-icon:hover svg {
  transition: all 0.5s ease;
}
.footer-copyright {
  background: #242732;
  padding-top: 15px;
  color: #b4b4b4;
  font-weight: 500;
}
.footer-copyright a {
  color: #fff;
  font-weight: 700;
}
.footer-copyright a:hover {
  color: #f00;
}
.footer-copyright .copyright-item {
  margin-bottom: 15px;
}
.subscribe-form button {
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.subscribe-form input {
  outline: none;
  box-shadow: none;
}
.subscribe-form input:focus {
  outline: none;
  border-color: #ced4da;
  box-shadow: none;
}
.slide-bottom {
  -webkit-animation: slide-bottom 3s infinite;
  animation: slide-bottom 3s infinite;
}
@-webkit-keyframes slide-bottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
@-webkit-keyframes slide-bottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30%);
  }
}
@keyframes slide-bottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30%);
  }
}
@media (min-width: 1199px) and (max-width: 1300px) {
  .header .nav-item {
    margin-left: 5px;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 1500px) {
  .contact-section .contact-details {
    right: 5%;
  }
}
@media screen and (max-width: 1199px) {
  .one-fifth {
    max-width: 33.333333%;
  }
  .speaker-item img {
    height: 33vw;
    width: 33vw;
  }
  .header-banner-item {
    width: 100%;
    height: auto;
  }
  .header-banner + .navbar.position-top {
    top: 0;
  }
  .mobile-lang {
    display: block;
  }
  .desktop-lang {
    display: none;
  }
  .header .nav-item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .hero-section {
    min-height: 992px;
  }
  .hero-title h1 {
    font-size: 56px;
  }
  .about-section ul {
    padding-left: 10px;
  }
  .schedule-links {
    flex-direction: column;
    align-items: center;
  }
  .schedule-links a {
    min-width: 50%;
  }
  .contact-section .contact-details {
    right: 0%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .one-fifth {
    max-width: 50%;
  }
  .speaker-item img {
    height: 50vw;
    width: 50vw;
  }
  .countdown-title {
    width: 100%;
    text-align: center;
  }
  .countdown-section .countdown {
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-section .one-fifth-gallery {
    max-width: 50%;
  }
  .gallery-section img {
    width: 50vw;
    height: 40vw;
  }
  .contact-section .contact-content {
    padding: 20px;
  }
  .header-banner + .navbar.position-top {
    transform: translateY(0px);
    top: 0;
  }
  .venue-tabs .nav {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .header-banner {
    padding-top: 5px;
  }
  .navbar-brand img {
    max-width: 120px;
  }
  .header-banner-item {
    margin-bottom: 10px;
  }
  .header-banner-item a {
    font-size: 12px;
  }
  .header-banner-item span {
    font-size: 12px;
  }
  .hero-title h1 {
    font-size: 36px;
  }
  .hero-buttons {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .hero-buttons .btn {
    margin: 15px;
  }
  .countdown-section .countdown {
    font-size: 20px;
  }
  .countdown-section .countdown-number {
    padding: 5px;
  }
  .countdown-section .countdown-time {
    padding: 10px;
  }
  .contact-section .contact-details {
    max-width: 280px;
  }
}
ol li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #242732;
  margin-bottom: 10px;
  list-style: inherit;
}

