html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: 100%;
}

a {
  outline: 0 !important;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

a a:hover {
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

[class*="col-"],
.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

._no-padding {
  padding-left: 0;
  padding-right: 0;
}

.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-auto-grow {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}

.col-2 {
  -ms-flex: 0 0 16.66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -ms-flex: 0 0 41.66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66%;
  flex: 0 0 41.66%;
  max-width: 41.66%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
  max-width: 58.33%;
}

.col-8 {
  -ms-flex: 0 0 66.66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.col-10 {
  -ms-flex: 0 0 83.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33%;
  flex: 0 0 83.33%;
  max-width: 83.33%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.container {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.img-lazyloaded-holder img,
.parallax-img-section .parallax-fixed::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body {
  color: #595959;
  font-family: "Montserrat", sans-serif;
  min-height: 100%;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.4;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
}

h1:not(.main--intro-h1) {
  color: #fff;
}

h1 strong {
  color: #69b9ff;
}

h1 p {
  margin-bottom: 0;
  display: inline;
}

h1._centered {
  margin-left: -8px;
  margin-right: -8px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #3B3A3F;
  font-size: 30px;
  line-height: 1.2;
}

h2 strong {
  color: #69b9ff;
}

h2 p {
  margin-bottom: 0;
  display: inline;
}

h2._centered {
  margin-left: -8px;
  margin-right: -8px;
}

h3 {
  font-size: 15px;
  font-weight: 800;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #3B3A3F;
  text-transform: uppercase;
}

h4 {
  font-style: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.title-section {
  padding-bottom: 40px;
}

.title-section .inner {
  padding: 60px 40px 40px;
  position: relative;
}

a {
  color: inherit;
  outline: 0 !important;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

a:hover {
  color: #69b9ff;
}

b,
strong {
  font-weight: 800;
}

.page-content-section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-color: rgba(235, 235, 235, 0.75);
  min-height: 85vh;
}

.page-content-section ul {
  list-style: none;
  -webkit-padding-start: 2rem;
  padding-inline-start: 2rem;
  margin-bottom: 1rem;
}

.page-content-section ul li {
  margin-bottom: .5rem;
}

.page-content-section ul li::before {
  content: "\2022";
  color: #69b9ff;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
}

.blocks-group ul {
  list-style: none;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
  margin-bottom: 1rem;
}

.blocks-group ul li {
  margin-bottom: .5rem;
}

.blocks-group ul li::before {
  content: "\2022";
  color: #F05C24;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  margin-left: -1em;
  margin-top: -2px;
  font-style: 20px;
}

.title-section {
  background-color: rgba(235, 235, 235, 0.75);
  position: relative;
}

.grey-section {
  background-color: rgba(235, 235, 235, 0.75);
  position: relative;
  padding-bottom: 40px;
}

.subtitle {
  color: #3B3A3F;
  font-weight: 800;
  margin-bottom: 40px;
  font-size: 15px;
}

.img-lazyloaded-holder {
  position: relative;
  height: 0;
  display: block;
}

h1._text-center + .subtitle,
h2._text-center + .subtitle,
h3._text-center + .subtitle {
  text-align: center;
}

h1.-white-color,
h2.-white-color,
h3.-white-color {
  color: #fff;
}

.pretitle {
  font-weight: 800;
}

.pic-blue-angle {
  position: relative;
  width: 240px;
}

.pic-blue-angle::before {
  content: '';
  position: absolute;
  display: block;
  width: 75%;
  padding-bottom: 75%;
  background-color: #69b9ff;
  top: -15px;
  left: -15px;
}

.pic-blue-angle img {
  position: relative;
  z-index: 2;
  display: block;
  background-color: #fff;
  width: 100%;
}

._centered {
  text-align: center;
}

._img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

._text-center {
  text-align: center;
}

._text-right {
  text-align: right;
}

._gutter-bottom {
  margin-bottom: 30px;
}

._gutter-top {
  margin-top: 30px;
}

.slide-in-left {
  -webkit-animation: slide-in-left 0.7s forwards;
  animation: slide-in-left 0.7s forwards;
}

.slide-out-right {
  -webkit-animation: slide-out-right 0.7s forwards;
  animation: slide-out-right 0.7s forwards;
}

@-webkit-keyframes slide-in-left {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slide-in-left {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.buttons-group .button {
  margin-left: 8px;
  margin-right: 8px;
}

.styled-checkboxes {
  padding: 0 10px 0 0;
  list-style: none;
}

.styled-checkboxes li {
  margin-bottom: .4rem;
}

.styled-checkboxes label {
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
}

.styled-checkboxes input[type="checkbox"] {
  display: none;
}

.styled-checkboxes input[type="checkbox"] + label {
  cursor: pointer;
  position: relative;
  padding-left: 1.4rem;
  line-height: 1.3;
  margin-bottom: .4rem;
}

.styled-checkboxes input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #595959;
  content: ' ';
  cursor: pointer;
}

.styled-checkboxes input[type="checkbox"]:checked + label:after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #F05C24;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
}

.white-card {
  -webkit-box-shadow: 0 5px 25px rgba(26, 26, 26, 0.05);
  box-shadow: 0 5px 25px rgba(26, 26, 26, 0.05);
  border-radius: 2px;
  background-color: #ffffff;
}

._greyscale {
  -webkit-filter: url(../i/symbol/svg/sprite.symbol.svg#grayscale);
  filter: url(../i/symbol/svg/sprite.symbol.svg#grayscale);
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(1);
}

.socials-inline strong {
  margin-right: 10px;
}

.socials-inline a {
  display: inline-block;
  margin-right: 10px;
}

.socials-inline svg {
  width: 20px;
  height: 20px;
}

.row-center-vertical {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mfp-video:not(.button) {
  position: relative;
  display: block;
}

.mfp-video:not(.button)::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.mfp-video:not(.button)::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 43px;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/play_white.svg) no-repeat 0 0/contain;
}

.mfp-video:not(.button) img {
  display: block;
}

.icon-buttons {
  padding-top: 1rem;
}

img {
  max-width: 100%;
  display: block;
}

.intro-section {
  padding-top: 150px;
  padding-bottom: 60px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 50vh;
  position: relative;
}

.intro-section .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

.intro-section .container {
  position: relative;
  z-index: 1;
}

.intro-subtitle {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 24px;
}

.intro-sub-subtitle {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 60px;
}

.top-logos {
  padding: 30px 0 0;
  background-color: #fff;
}

.top-logos .row {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.top-logo {
  margin-bottom: 30px;
  max-height: 80px;
}

.top-logo img {
  max-height: 100%;
}

.swiper-bullets-wrapper {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper-bullets-wrapper .swiper-pagination {
  position: relative;
}

.news-slider-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.news-slider-section .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  color: #69b9ff;
}

.news-slider-section .swiper-button-next {
  right: -50px;
  display: none;
}

.news-slider-section .swiper-button-prev {
  left: -50px;
  display: none;
}

.news-slider-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.news-slider-text a {
  color: #69b9ff;
}

.news-slider-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 2;
}

.header ul {
  text-decoration: none;
}

.header li {
  display: inline-block;
  color: #fff;
  margin-right: 15px;
}

.header a {
  text-decoration: none;
}

.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.primary-menu > li {
  padding-bottom: 13px;
}

.primary-menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

.primary-menu.open li {
  color: #fff;
}

.primary-menu > li > a {
  display: inline-block;
}

.primary-menu a {
  text-decoration: none;
  color: #fff;
}

.index-page header:not(.-nav-show) .primary-menu li {
  color: #ffffff;
}

.index-page header:not(.-nav-show) .primary-menu li:hover {
  color: #F05C24;
}

.index-page header:not(.-nav-show) .primary-menu li a {
  color: #ffffff;
}

.index-page header:not(.-nav-show) .primary-menu li a:hover {
  color: #F05C24;
}

.index-page .-nav-show .primary-menu .with-ul li,
body:not(.index-page) .primary-menu .with-ul li {
  padding: 10px 15px;
}

.mobile-menu-trigger {
  cursor: pointer;
  -webkit-transition: none 0s ease 0s;
  -o-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  width: 30px;
  height: 17px;
  z-index: 1001;
  position: absolute;
  right: 15px;
}

.index-page .mobile-menu-trigger {
  top: 34px;
}

body:not(.index-page) .mobile-menu-trigger {
  top: 17px;
}

.-nav-show .mobile-menu-trigger {
  top: 17px;
}

.mobile-menu-trigger.menu-opened span {
  background-color: transparent !important;
}

.mobile-menu-trigger.menu-opened span::before {
  -webkit-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
  background-color: #fff !important;
}

.mobile-menu-trigger.menu-opened span::after {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
  background-color: #fff !important;
}

.mobile-menu-trigger:not(.menu-opened):hover span::before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.mobile-menu-trigger:not(.menu-opened):hover span::after {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

.mobile-menu-trigger span {
  background-color: white;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 30px;
  height: 2px;
  margin-top: -2px;
  font-size: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mobile-menu-trigger span::before,
.mobile-menu-trigger span::after {
  position: absolute;
  right: 0;
  width: 75%;
  height: 100%;
  content: " ";
  background-color: white;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: -webkit-transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.mobile-menu-trigger span::before {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}

.mobile-menu-trigger span::after {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}

.mobile-menu-trigger:not(.menu-opened) span::before {
  background-color: #F05C24 !important;
}

.menu-close {
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0 !important;
}

body:not(.index-page) .mobile-menu-trigger span,
body:not(.index-page) .mobile-menu-trigger span::before,
body:not(.index-page) .mobile-menu-trigger span::after {
  background-color: #595959;
}

/*** ESSENTIAL STYLES ***/

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  display: none;
  list-style-type: none;
}

.sf-menu ul li {
  padding: 3px 15px;
}

.sf-menu a {
  display: block;
  position: relative;
}

/*** DEMO SKIN ***/

.sf-menu a {
  text-decoration: none;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/*** arrows (for all except IE7) **/

.sf-arrows .sf-with-ul {
  padding-right: 1rem;
}

/* styling for both css and generated arrows */

/* styling for right-facing arrows */

/*.sf-arrows ul li > .sf-with-ul:focus,
.sf-arrows ul li:hover > .sf-with-ul,
.sf-arrows ul .sfHover > .sf-with-ul {
  &:before {
    border-left-color: $dgrey;
    transition: $trans;
  }
  
}*/

.button {
  text-align: center;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  line-height: 1;
  cursor: pointer;
  outline: 0 !important;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  border-radius: 2px;
}

.button.-dark-solid,
.button.dark_solid {
  background-color: #3B3A3F;
  color: #fff;
  border: 1px solid #3B3A3F;
}

.button.-dark-solid:hover,
.button.dark_solid:hover {
  background-color: transparent;
  color: #3B3A3F;
}

.button.-dark-bordered,
.button.dark_bordered {
  background-color: transparent;
  color: #3B3A3F;
  border: 1px solid #3B3A3F;
}

.button.-dark-bordered:hover,
.button.dark_bordered:hover {
  background-color: #3B3A3F;
  color: #fff;
}

.button.-dark-bordered:hover svg,
.button.dark_bordered:hover svg {
  color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.button.-accent-solid,
.button.accent_solid {
  background-color: #69b9ff;
  color: #fff;
  border: 1px solid #69b9ff;
}

.button.-accent-solid:hover,
.button.accent_solid:hover {
  background-color: transparent;
  color: #69b9ff;
}

.button.-white-bordered,
.button.white_bordered {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.button.-white-bordered:hover,
.button.white_bordered:hover {
  background-color: #fff;
  color: #3B3A3F;
}

.button.-blue-solid,
.button.blue_solid {
  background-color: #69b9ff;
  color: #fff;
  border: 1px solid #69b9ff;
}

.button.-blue-solid:hover,
.button.blue_solid:hover {
  background-color: transparent;
  color: #69b9ff;
}

.button.-yellow-solid,
.button.yellow_solid {
  background-color: #FAE266;
  color: #1A1A1A;
  border: 1px solid #FAE266;
}

.button.-yellow-solid:hover,
.button.yellow_solid:hover {
  background-color: transparent;
  border: 1px solid #3B3A3F;
  color: #3B3A3F;
}

.button.-xl {
  padding: 16px 20px;
  min-width: 210px;
}

.button.-md {
  padding: 16px 20px;
  min-width: 200px;
}

.button.-icon {
  background-color: transparent;
  border: 0;
  width: 40px;
  height: 40px;
}

.button.-icon svg {
  width: 30px;
  height: 26px;
  color: #69b9ff;
}

.button.-icon:hover svg {
  color: #F05C24;
}

.button svg,
.button span {
  display: inline-block;
  vertical-align: middle;
}

.button svg {
  max-height: 40px;
  width: auto;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.footer {
  background-color: rgba(235, 235, 235, 0.75);
  position: relative;
  padding: 40px 0 10px;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact > div {
  position: relative;
}

.footer-contact svg {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 4px;
}

.footer-contact a,
.footer-contact span {
  text-decoration: none;
}

.footer-social {
  margin-top: 20px;
}

.footer-social a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  color: white;
  opacity: 0;
  -webkit-transition: all 0.28s ease-out;
  -o-transition: all 0.28s ease-out;
  transition: all 0.28s ease-out;
}

#back-to-top.active {
  opacity: 1;
  z-index: 10;
}

#back-to-top:hover {
  color: #b3b3b3;
  opacity: 0.9;
}

.quote {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(235, 235, 235, 0.75);
}

.blocks-section.bullet-section {
  background-color: rgba(235, 235, 235, 0.75);
  padding-bottom: 30px;
}

.blocks-section.bullet-section .card-col {
  margin-bottom: 30px;
}

.image-wide-section {
  margin-bottom: 30px;
}

.image-wide-section img {
  display: block;
}

.text-block-section {
  margin-bottom: 40px;
}

.title-blocks-section {
  padding-top: 40px;
}

.buttons-row .col-auto {
  margin-bottom: 15px;
}

.image-grid-text a {
  text-decoration: none;
}

.image-grid-item {
  text-align: center;
  padding-bottom: 80px;
}

.image-grid-item p {
  font-weight: 800;
  margin-top: 30px;
}

.image-grid-item .small-size {
  max-width: 150px;
}

.image-grid-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.background-title-section {
  background-position: 50% 50%;
  background-size: cover;
  margin: 40px 0;
  text-align: center;
  position: relative;
}

.background-title-section h1,
.background-title-section h2 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.background-title-section .bg-pic {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50%;
}

.blocks-section {
  padding-bottom: 20px;
}

.buttons-section {
  padding-bottom: 40px;
  text-align: center;
}

.buttons-section .buttons-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bullet-card {
  height: 100%;
  margin-top: 30px;
}

.bullet-card .card-number {
  padding-left: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
  color: #fff;
  font-weight: 800;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: 6px 8px 15px rgba(26, 26, 26, 0.25);
  box-shadow: 6px 8px 15px rgba(26, 26, 26, 0.25);
  background: url(../images/circle.svg) 0 0/cover;
  border-radius: 50%;
  background-color: #69b9ff;
}

.bulcard-title {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  padding: 40px 40px 10px;
  min-height: 100px;
}

.bulcard-text {
  border-top: 1px solid #69b9ff;
  padding: 40px 10px 40px 30px;
  position: relative;
}

.bulcard-text ul {
  padding-left: 0 !important;
}

.accented-text-section {
  position: relative;
  border-left: 1px solid #69b9ff;
  padding-left: 20px;
}

.accented-text-section.-right {
  margin-left: 16.66667%;
}

.accented-text-section.-quote-icon::before {
  content: ',,';
  position: absolute;
  display: block;
  width: 30px;
  height: 21px;
  line-height: 21px;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
  font-weight: 800;
  font-size: 50px;
  left: -50px;
  top: 15px;
  color: #69b9ff;
}

.number-card-col {
  margin-bottom: 30px;
}

.number-card {
  padding: 23px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
}

.numbercard-num {
  color: #69b9ff;
  border-right: 1px solid #69b9ff;
  font-weight: 800;
  font-size: 20px;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.numbercard-text {
  padding: 0 15px 0;
}

.person-block {
  padding: 30px 8.33333% 8px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.person-block.-quote-icon {
  padding-left: 45px;
}

.person-block.-quote-icon::before {
  content: ',,';
  position: absolute;
  display: block;
  width: 30px;
  height: 21px;
  line-height: 21px;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
  font-weight: 800;
  font-size: 55px;
  left: 8px;
  top: 50px;
  color: #69b9ff;
}

.person-block .socials-inline {
  margin-left: 10px;
}

.person-block .socials-title,
.person-block .socials-inline {
  display: inline-block;
  vertical-align: middle;
}

.bullet-pic-card {
  border-top: 1px solid #69b9ff;
  height: 100%;
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.bullet-pic-card:hover .hover-button {
  background-color: #3B3A3F;
}

.bullet-pic-card .hover-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background-color: #69b9ff;
  color: #fff;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  font-weight: 800;
}

.bul-pic-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.bullet-pic {
  padding-bottom: 42%;
  background-size: cover;
  background-position: 50% 50%;
}

.bullet-pic-title {
  padding: 30px 80px 10px;
  min-height: 80px;
  position: relative;
  border-bottom: 1px solid #cccccc;
  color: #1A1A1A;
  text-transform: uppercase;
  text-align: center;
}

.bullet-pic-title.-big-pic {
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  padding: 30px 15px 10px;
}

.bullet-pic-title.-big-pic::before {
  content: "\2022";
  color: #69b9ff;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 30px;
}

.bullet-pic-title.-big-pic + .bullet-pic-text {
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 60px;
}

.bullet-pic-title.-small-pic {
  margin-left: 30px;
  margin-right: 30px;
  min-height: 85px;
}

.bullet-pic-title.-small-pic img {
  position: absolute;
  left: 0;
  top: 12px;
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
  display: block;
}

.bullet-pic-title.-small-pic + .bullet-pic-text {
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 30px;
}

.bullet-pic-text {
  padding-top: 20px;
}

.parallax-img-section {
  position: relative;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.parallax-img-section h2 {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.parallax-img-section h2 + .subtitle {
  text-align: center;
}

.parallax-img-section .parallax-fixed {
  background-attachment: fixed;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.parallax-img-section .parallax-fixed::after {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}

.parallax-img-section .subtitle {
  color: #fff;
}

.parallax-img-section .buttons-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.attention-card {
  position: relative;
  padding: 30px;
  text-align: center;
  overflow: hidden;
}

.attention-card::after {
  content: '';
  position: absolute;
  display: block;
  width: 71px;
  height: 71px;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  right: 8.33333%;
  top: -35px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.attention-card.-blue::before {
  background-color: #69b9ff;
}

.attention-card.-blue::after {
  background-color: #FAE266;
}

.attention-card.-blue::before {
  background-color: #69b9ff;
}

.attention-card.-blue::after {
  background-color: #CCCCCC;
}

.attention-card .subtitle {
  margin-top: -40px;
}

.attention-card .inner {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding: 40px 0 0;
}

.attention-card .inner img {
  content: '';
  display: block;
  position: absolute;
  left: -80px;
  top: -20px;
  width: 80px;
  height: 80px;
}

.img-visual-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.img-visual-section .col-md-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-visual-section .pic-col {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-visual-section .text-col {
  z-index: 1;
}

.stats-col {
  text-align: center;
}

.stats-col .digits {
  display: block;
  color: #69b9ff;
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
}

.stats-col .text {
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
}

.stats-longtext {
  color: #fff;
}

.video-title {
  padding: 30px;
}

.video-item {
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.organizers-section {
  background-color: rgba(235, 235, 235, 0.75);
  padding-top: 30px;
  padding-bottom: 30px;
}

.organizers-section + .organizers-section {
  padding-top: 0;
}

.organizers-col {
  margin-bottom: 30px;
}

.organizers-item {
  -webkit-box-shadow: 6px 8px 25px rgba(26, 26, 26, 0.05);
  box-shadow: 6px 8px 25px rgba(26, 26, 26, 0.05);
  border-radius: 1px;
  background-color: #ffffff;
  position: relative;
  padding: 30px 30px 15px;
  overflow: hidden;
  height: 100%;
}

.organizers-item:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #69b9ff;
  z-index: 1;
}

.organizers-icon {
  max-width: 100%;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 200px;
  height: 155px;
}

.organizers-icon img {
  max-width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.organizers-icon + hr {
  border-top: 1px solid #CCCCCC;
  border-bottom: 0;
  margin-bottom: 36px;
}

.participant-item {
  border: 1px solid #69b9ff;
  -webkit-box-shadow: 6px 8px 25px rgba(26, 26, 26, 0.05);
  box-shadow: 6px 8px 25px rgba(26, 26, 26, 0.05);
  border-radius: 1px;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  height: 100%;
  margin: 0 auto 30px;
  max-width: 450px;
}

.participant-item img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  height: auto;
}

.participant-item a {
  display: block;
}

.participant-text {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  padding: 20px;
  font-size: .85rem;
  line-height: 1.3;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.participant-item:hover .participant-text {
  opacity: 1;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.contact-form {
  padding: 40px 15px 15px;
  margin-top: 55px;
  -webkit-box-shadow: 6px 8px 25px rgba(26, 26, 26, 0.05), inset 0 1px 0 #dd6538;
  box-shadow: 6px 8px 25px rgba(26, 26, 26, 0.05), inset 0 1px 0 #dd6538;
  border-radius: 1px;
  background-color: #ffffff;
}

.contact-form .button {
  display: block;
  margin: 0 auto;
}

.contact-form .comment {
  margin-top: 20px;
}

.contact-form .form-control {
  margin-bottom: .5rem;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.contact-form .form-control .input-text,
.contact-form .form-control textarea {
  border-color: #CCCCCC;
}

.contact-form .form-control .input-text:focus,
.contact-form .form-control textarea:focus {
  border-color: #69b9ff;
}

option {
  background-color: rgba(235, 235, 235, 0.75);
}

.form-group {
  margin-bottom: 1rem;
}

.secondname {
  display: none !important;
}

label {
  color: #595959;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

::-webkit-input-placeholder {
  font-size: 16px;
  color: #595959;
  font-family: "Montserrat", sans-serif;
}

:-moz-placeholder {
  font-size: 16px;
  color: #595959;
  font-family: "Montserrat", sans-serif;
}

::-moz-placeholder {
  font-size: 16px;
  color: #595959;
  font-family: "Montserrat", sans-serif;
}

:-ms-input-placeholder {
  font-size: 16px;
  color: #595959;
  font-family: "Montserrat", sans-serif;
}

.input-text {
  width: 100%;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #3B3A3F;
  font-size: 15px;
  display: block;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  border-radius: 1px;
}

.input-text.error {
  border-color: red !important;
}

.input-text:focus {
  outline: 0;
  border-color: #69b9ff;
  background-color: #fff;
  outline-offset: -1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .35s ease-in-out;
  -o-transition: border .35s ease-in-out;
  transition: border .35s ease-in-out;
}

.form-group textarea {
  width: 100%;
  padding: 15px 20px;
  height: 219px;
  border-width: 1px;
  border-style: solid;
  border-color: #3B3A3F;
  font-size: 15px;
  display: block;
  border-radius: 1px;
}

.form-group textarea:focus {
  outline: 0;
  border-color: #69b9ff;
  background-color: #fff;
  outline-offset: -1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .35s ease-in-out;
  -o-transition: border .35s ease-in-out;
  transition: border .35s ease-in-out;
}

.form-group select {
  width: 100%;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #3B3A3F;
  font-size: 15px;
  display: block;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  border-radius: 1px;
  background-color: #fff;
}

.select-control {
  width: 100%;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #3B3A3F;
  font-size: 15px;
  display: block;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  border-radius: 1px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #3B3A3F;
  background: url(../images/angle-down-grey.svg) 98% 50%/11px auto no-repeat transparent;
}

.select-control:focus {
  outline-color: #69b9ff;
}

.select-country {
  position: relative;
  max-height: 45px;
  overflow: hidden;
}

.select-country::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  width: 54px;
  background-color: #3B3A3F;
  z-index: 1;
}

.select-country > * {
  display: inline-block;
  vertical-align: top !important;
}

.transparent-btn {
  color: #fff;
  padding: 15px 15px 15px 10px;
  background: transparent;
  max-height: 45px;
  overflow: hidden;
  border: 0;
  text-align: center;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  cursor: pointer;
  outline: 0 !important;
  border-color: transparent;
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  position: relative;
  z-index: 2;
}

span.visible {
  color: #F05C24;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + label:before {
  width: 24px;
  height: 24px;
  border: 1px solid #69b9ff;
  background: url(../images/check.svg) 60% 50% no-repeat;
  background-size: 70% auto;
}

input[type="checkbox"] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 38px;
}

input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #3B3A3F;
  cursor: pointer;
}

input[type="checkbox"] + label a {
  color: inherit;
}

[data-validate-for] {
  color: red;
}

.cookie-more-panel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 360px;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 10000;
  padding: 10px 20px;
  -webkit-box-shadow: 0 15px 20px rgba(24, 24, 24, 0.05), 0 1px 0 rgba(24, 24, 24, 0.2);
  box-shadow: 0 15px 20px rgba(24, 24, 24, 0.05), 0 1px 0 rgba(24, 24, 24, 0.2);
  overflow: hidden;
}

.cookie-more-panel.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.consent-desc {
  font-size: 13px;
  padding-top: 20px;
  padding-right: 30px;
}

.consent-desc a {
  color: #69b9ff;
}

.consent-cat-grp {
  padding-right: 30px;
}

.consent-header {
  height: 39px;
  position: relative;
  padding-right: 50px;
}

.consent-close-icon {
  outline: 0 !important;
  cursor: pointer;
  background: none;
  border: 0;
  top: 5px;
  right: 0;
  position: absolute;
  display: block;
  height: 15px;
  width: 15px;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzQ4LjMzM3B4IiBoZWlnaHQ9IjM0OC4zMzNweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODVjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NWwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6Ii8+PC9nPjwvc3ZnPg==");
}

.consent-scrollbar {
  position: absolute;
  top: 60px;
  bottom: 80px;
  left: 20px;
  right: -16px;
}

.consent-scrollbar > div {
  overflow: auto;
  overflow-x: hidden;
  max-height: 100%;
}

.consent-footer {
  position: absolute;
  bottom: 0;
  height: 60px;
}

.consent-footer button + button {
  margin-left: 15px;
}

.simplebar-scrollbar::before {
  background-color: #69b9ff;
}

h3.title {
  font-size: 1rem;
}

.cookies-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 8px 25px;
  z-index: 1001;
  font-size: 13px;
  -webkit-box-shadow: 4px 9px 30px rgba(6, 126, 192, 0.3);
  box-shadow: 4px 9px 30px rgba(6, 126, 192, 0.3);
}

.cookies-bar .buttons {
  text-align: right;
}

.cookies-bar .buttons a + a {
  margin-left: 20px;
}

.cookies-bar p {
  margin-bottom: .5rem;
}

.list-cookies input {
  display: block;
}

.consent-scrollbar > div {
  overflow-y: hidden;
}

.consent-footer button {
  padding: 10px 15px;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 5px 0 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none !important;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 120px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  width: 15px;
  height: 28px;
  color: #7e7e7e;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: -15px;
}

.slick-next {
  right: -15px;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background-color: rgba(59, 58, 63, 0.85);
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-close-btn-in .mfp-close {
  color: rgba(240, 92, 36, 0.8);
  font-size: 55px;
}

/* start state */

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

@media (min-width: 576px) {
  .person-block {
    padding-right: 40px;
  }

  .attention-card::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 40px;
    top: 120px;
    left: 0;
    border-radius: 2px;
  }

  .img-visual-section .pic-col img {
    max-width: 80%;
  }
}

@media (min-width: 768px) {
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .container {
    width: 720px;
    max-width: 100%;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 20px;
  }

  .grey-section {
    padding-bottom: 40px;
  }

  .subtitle {
    font-size: 20px;
    margin-top: -35px;
  }

  ._phone-only {
    display: none !important;
  }

  .intro-sub-subtitle {
    font-size: 1.6rem;
  }

  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .primary-menu > li {
    padding-bottom: 30px;
  }

  .mobile-menu-trigger {
    right: 30px;
  }

  .index-page .mobile-menu-trigger {
    top: 52px;
  }

  body:not(.index-page) .mobile-menu-trigger {
    top: 35px;
  }

  .footer {
    padding: 65px 0 55px;
  }

  .image-wide-section {
    margin-bottom: 40px;
  }

  .background-title-section {
    margin: 80px 0;
  }

  .blocks-section {
    padding-bottom: 40px;
  }

  .buttons-section {
    padding-bottom: 60px;
  }

  .accented-text-section {
    border-left: 2px solid #69b9ff;
    padding-left: 30px;
  }

  .accented-text-section.-right {
    margin-left: 25%;
  }

  .accented-text-section.-quote-icon::before {
    font-size: 55px;
    left: -60px;
  }

  .numbercard-num {
    max-width: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45px;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    padding-right: 10px;
  }

  .blocks-section.quote:nth-child(even) {
    padding-top: 0;
  }

  .blocks-section.quote:nth-child(even) .white-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .blocks-section.quote:nth-child(even) .pic-blue-angle:before {
    right: -15px;
    left: unset;
  }

  .person-block.-quote-icon {
    padding-left: 8.33333%;
  }

  .img-visual-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .img-visual-section .text-col {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .stats-col .digits {
    font-size: 55px;
  }

  .organizers-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-form {
    padding: 40px 30px 55px;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33%;
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.66%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .container {
    width: 960px;
    max-width: 100%;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 45px;
  }

  .page-content-section {
    padding-top: 80px;
  }

  .grey-section {
    padding-bottom: 80px;
  }

  .intro-section {
    padding-top: 300px;
    padding-bottom: 100px;
  }

  .top-logo {
    max-width: 20%;
  }

  .news-slider-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .news-slider-section .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .news-slider-section .swiper-button-next {
    display: block;
  }

  .news-slider-section .swiper-button-prev {
    display: block;
  }

  .device-menu-panel {
    display: none;
  }

  .primary-menu {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  .primary-menu > li {
    display: inline-block;
    padding: 0 7px;
    font-size: 14px;
  }

  [lang="ru"] .primary-menu > li {
    padding: 0 5px;
    font-size: 13px;
  }

  .primary-menu > li > a {
    display: block;
  }

  .primary-menu a {
    color: inherit;
    font-weight: 700;
  }

  .primary-menu a:hover {
    color: #69b9ff;
  }

  .primary-menu .active,
  .primary-menu .active a {
    color: #69b9ff;
  }

  .mobile-menu-trigger {
    display: none;
  }

  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block;
  }

  .sf-menu ul ul {
    top: 0;
    left: 100%;
  }

  .button.-xl {
    padding: 26px 20px;
  }

  .footer {
    padding: 80px 0;
  }

  .text-block-section.-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 8.33333%;
    -moz-column-gap: 8.33333%;
    column-gap: 8.33333%;
  }

  .text-block-section.-columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 8.33333%;
    -moz-column-gap: 8.33333%;
    column-gap: 8.33333%;
  }

  .numbercard-num {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    padding-right: 15px;
    font-size: 25px;
    padding-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .parallax-img-section h2 {
    margin-bottom: 80px;
  }

  .img-visual-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .img-visual-section.-pic-left .text-col {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .organizers-section {
    padding-bottom: 50px;
  }

  .contact-form {
    margin-top: 95px;
    padding: 75px 115px 55px;
  }

  .contact-form .form-control:nth-child(4),
  .contact-form .form-control:nth-child(5) {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .form-group textarea {
    height: 120px;
  }
}

@media (min-width: 1280px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .container {
    width: 1170px;
    max-width: 100%;
  }

  .index-page h1 p {
    white-space: nowrap;
  }

  .index-page h2 p {
    white-space: nowrap;
  }

  .title-section .inner {
    padding: 120px 0 120px 16.66%;
  }

  .title-section .inner h1 {
    padding-right: 16.66%;
  }

  .news-slider-text {
    padding-right: 40px;
  }

  .index-page .-nav-show .primary-menu .with-ul ul,
  body:not(.index-page) .primary-menu .with-ul ul {
    border-top: 1px solid #F05C24;
  }

  .index-page .-nav-show .primary-menu .with-ul li,
  body:not(.index-page) .primary-menu .with-ul li {
    background-color: #fff;
  }

  .index-page .-nav-show .primary-menu .with-ul li a:hover,
  body:not(.index-page) .primary-menu .with-ul li a:hover {
    color: #F05C24;
  }

  .sf-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
  }

  .sf-menu ul {
    min-width: 290px;
  }

  .button.-xl {
    min-width: 280px;
  }

  .buttons-row .button.-xl {
    min-width: 260px;
  }

  .background-title-section {
    margin: 160px 0;
  }

  .numbercard-num {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    padding-right: 15px;
  }

  .col-sm-6 .numbercard-num {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }

  .numbercard-text {
    padding: 0 70px 0 15px;
  }

  .person-block.-quote-icon::before {
    left: 4.16667%;
  }

  .parallax-img-section .-col-left {
    margin-right: 50%;
  }

  .parallax-img-section .-col-left h2 {
    text-align: left;
  }

  .parallax-img-section .-col-right {
    margin-left: 50%;
  }

  .parallax-img-section .-col-right h2 {
    text-align: left;
  }

  .organizers-icon {
    margin-left: auto;
  }

  .contact-form .form-control {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 30px;
  }

  .contact-form .form-control:first-of-type {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .contact-form .form-control:nth-last-of-type(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cookies-bar .buttons {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 1740px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 55px;
  }

  .image-wide-section {
    margin-bottom: 90px;
  }

  .numbercard-num {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .news-slider-pic {
    margin-bottom: 30px;
  }

  .device-menu-panel {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    bottom: 0;
  }

  header .primary-menu {
    display: none;
  }

  .primary-menu {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    overflow: auto;
    background-color: #69b9ff;
    padding: 68px 15px 20px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 290px;
  }

  .primary-menu > li {
    padding: 18px 0;
  }

  .empty-col {
    display: none;
  }

  .img-visual-section .text-col {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .col-auto-grow {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .container {
    width: 100%;
    max-width: 100%;
  }

  ._phone-hide {
    display: none !important;
  }

  .news-slider-text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .swiper-container {
    margin: 0 -15px 30px !important;
  }

  .footer .row {
    margin-left: 0;
    margin-right: 0;
  }

  .footer .col {
    padding-bottom: 30px;
  }

  .footer .col:first-child,
  .footer .social-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .quote .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .buttons-row {
    padding-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .buttons-row .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .buttons-row .col:first-child {
    margin-bottom: 15px;
  }

  .buttons-row .col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }

  .number-card-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .numbercard-num {
    padding-left: 15px;
    padding-right: 10px;
  }

  .person-block .button {
    margin-top: 1rem;
  }

  .card-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .organizers-item {
    max-width: 460px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .button.-xl {
    max-width: 280px;
    margin: 0 auto 15px;
    display: block;
  }

  .stats-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .empty-col {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .social-col {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .contacts-col {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .buttons-row .col:first-child .button {
    padding: 18px 43px;
    line-height: 1.1;
  }

  .contact-form .form-control:nth-child(2),
  .contact-form .form-control:nth-child(3) {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .social-col {
    max-width: 8.33333%;
  }

  .person-block .socials-title,
  .person-block .socials-inline {
    margin-bottom: 1rem;
  }

  .person-block .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
/*# sourceMappingURL=main.css.map */
