@font-face {
  font-family: "SansationBold";
  src: url("../fonts/SansationBold/SansationBold.eot");
  src: url("../fonts/SansationBold/SansationBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SansationBold/SansationBold.woff") format("woff"), url("../fonts/SansationBold/SansationBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "SansationRegular";
  src: url("../fonts/SansationRegular/SansationRegular.eot");
  src: url("../fonts/SansationRegular/SansationRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SansationRegular/SansationRegular.woff") format("woff"), url("../fonts/SansationRegular/SansationRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url('../fonts/GothamPro/GothamPro.eot?') format('eot'), url('../fonts/GothamPro/GothamPro.otf') format('opentype'), url('../fonts/GothamPro/GothamPro.woff') format('woff'), url('../fonts/GothamPro/GothamPro.ttf') format('truetype'), url('../fonts/GothamPro/GothamPro.svg#GothamPro') format('svg');
}
@font-face {
  font-family: 'GothamPro-Medium';
  src: url('../fonts/GothamPro-Medium/GothamPro-Medium.eot?') format('eot'), url('../fonts/GothamPro-Medium/GothamPro-Medium.otf') format('opentype'), url('../fonts/GothamPro-Medium/GothamPro-Medium.woff') format('woff'), url('../fonts/GothamPro-Medium/GothamPro-Medium.ttf') format('truetype'), url('../fonts/GothamPro-Medium/GothamPro-Medium.svg#GothamPro-Bold') format('svg');
}
@font-face {
  font-family: 'GothamPro-Bold';
  src: url('../fonts/GothamPro-Bold/GothamPro-Bold.eot?') format('eot'), url('../fonts/GothamPro-Bold/GothamPro-Bold.otf') format('opentype'), url('../fonts/GothamPro-Bold/GothamPro-Bold.woff') format('woff'), url('../fonts/GothamPro-Bold/GothamPro-Bold.ttf') format('truetype'), url('../fonts/GothamPro-Bold/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
}
.gradient-radial-blue {
  background: #00d2ff;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #00d2ff 0%, #3a7bd5 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #00d2ff 0%, #3a7bd5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #00d2ff 0%, #3a7bd5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d2ff', endColorstr='#3a7bd5', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn {
  font-family: GothamPro-Bold;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 22px;
  padding-right: 22px;
  text-transform: uppercase;
  font-size: 0.8rem;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -webkit-appearance: none;
  border-radius: 29px;
  cursor: pointer;
  border: 0;
}
.btn:active {
  outline: none;
}
.btn:focus {
  outline: none;
}
.btn i {
  margin-left: 5px;
}
.btn-green {
  background: #4DBC74;
  color: #fff;
}
.btn-blue {
  background: #33B0E5;
  color: #fff;
}
.btn-green:hover,
.btn-blue:hover {
  background: #0471DF;
  background: -moz-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0471DF), color-stop(100%, #00DF6A));
  background: -webkit-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -o-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -ms-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: linear-gradient(to right, #0471DF 0%, #00DF6A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0471DF', endColorstr='#00DF6A', GradientType=1);
}
.btn-text {
  background: none;
  border: 0;
  padding: 0;
  height: auto;
  line-height: normal;
}
.btn-text i {
  color: #979797;
}
.btn-text:hover,
.btn-text.active {
  background: none;
}
.btn-text:hover i,
.btn-text.active i {
  color: #33B0E5;
}
.btn-border-blue {
  background: none;
  border: 2px solid #33b0e5;
  color: #33b0e5;
  line-height: 36px;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-family: GothamPro;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  max-width: 2048px;
  color: #212121;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #212121;
}
img {
  max-width: 100%;
  height: auto;
}
input,
select,
textarea,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
p {
  margin: 0;
}
.content-pad {
  padding-left: 10%;
  padding-right: 10%;
}
.text-center {
  text-align: center;
}
.pos-relative {
  position: relative;
}
.m-b-20 {
  margin-bottom: 20px;
}
.d-inline {
  display: inline-block;
}
.d-block {
  display: block;
}
.hidden {
  display: none!important;
}
.h-100 {
  min-height: 100%;
  height: 100%;
}
.pad-l-0 {
  padding-left: 0;
}
.pad-r-0 {
  padding-right: 0;
}
.ml-auto,
.mx-auto {
  margin-left: auto!important;
}
.block {
  margin-left: 12rem;
  margin-right: 12rem;
}
.gradient-hover {
  padding-bottom: 2px;
  position: relative;
  display: inline!important;
}
.gradient-hover:hover {
  background: #0471DF;
  background: -moz-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0471DF), color-stop(100%, #00DF6A));
  background: -webkit-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -o-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -ms-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: linear-gradient(to right, #0471DF 0%, #00DF6A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0471DF', endColorstr='#00DF6A', GradientType=1);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 1px;
  padding-bottom: 2px;
}
.gradient-underline {
  padding-bottom: 2px;
  position: relative;
  display: inline!important;
  background: #0471DF;
  background: -moz-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0471DF), color-stop(100%, #00DF6A));
  background: -webkit-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -o-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -ms-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: linear-gradient(to right, #0471DF 0%, #00DF6A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0471DF', endColorstr='#00DF6A', GradientType=1);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 1px;
}
.gradient-underline:hover {
  background: transparent;
}
.name-cut {
  display: -webkit-box;
  max-height: 50px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.tabs-container {
  padding-top: 10px;
  position: relative;
}
.tabs-container .tabs-nav-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
.tabs-container .tabs-nav-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #D8D8D8;
  width: 100%;
  left: 0;
}
.tabs-container .tabs-nav {
  height: 25px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
.tabs-container .tabs-nav:after {
  content: '';
  display: block;
  height: 3px;
  background: #D8D8D8;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.tabs-container .tabs-nav li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  height: 100%;
}
.tabs-container .tabs-nav li:last-child {
  margin-right: 0;
}
.tabs-container .tabs-nav a {
  font-family: GothamPro-Bold;
  color: #212121;
  text-transform: uppercase;
  display: inline-block;
  height: 100%;
  position: relative;
  font-size: 0.8rem;
  vertical-align: top;
}
.tabs-container .tabs-nav a:after {
  content: '';
  display: block;
  height: 3px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.tabs-container .tabs-nav a:hover:after {
  background: #0471DF;
  background: -moz-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0471DF), color-stop(100%, #00DF6A));
  background: -webkit-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -o-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -ms-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: linear-gradient(to right, #0471DF 0%, #00DF6A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0471DF', endColorstr='#00DF6A', GradientType=1);
}
.tabs-container .tabs-nav li.active a:after,
.tabs-container .tabs-nav li a:hover a:after {
  background: #0471DF;
  background: -moz-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0471DF), color-stop(100%, #00DF6A));
  background: -webkit-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -o-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -ms-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: linear-gradient(to right, #0471DF 0%, #00DF6A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0471DF', endColorstr='#00DF6A', GradientType=1);
}
.tabs-container .tabs-content {
  margin-top: 25px;
}
.tabs-container .tabs-content .tabs-content-item {
  display: none;
}
.tabs-container .tabs-content .tabs-content-item.active {
  display: block;
}
.tabs-container .box-icons {
  position: absolute;
  right: 0;
  top: 25px;
}
.tabs-container.inverted:after {
  display: none;
}
.tabs-container.inverted .tabs-nav-wrapper {
  padding-left: 0;
}
.tabs-container.inverted .tabs-nav-wrapper:after {
  display: none;
}
.tabs-container.inverted .tabs-nav {
  width: 100%;
  white-space: normal;
  display: block;
}
.tabs-container.inverted .tabs-nav:after {
  display: none;
}
.tabs-container.inverted .tabs-nav li {
  margin-right: 5px;
  float: left;
  height: 30px;
}
.tabs-container.inverted .tabs-nav li.active a {
  background: #33b0e6;
}
.tabs-container.inverted .tabs-nav a {
  height: 30px;
  background: #1398c7;
  line-height: 30px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 2px;
  color: #fff;
  width: 100%;
}
.tabs-container.inverted .tabs-nav a:after {
  display: none;
}
.section-content .tabs-content {
  margin-top: 0;
}
#main-menu {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1000;
}
.main-menu-content {
  overflow-y: auto;
  padding-bottom: 40px;
}
.main-menu-content .main-menu-left {
  padding-left: 10%;
}
.main-menu-content .main-menu-right {
  padding-right: 2%;
}
.main-menu-title {
  font-family: GothamPro-Bold;
  color: #212121;
  font-size: 4rem;
  margin-top: 2.5rem;
  margin-bottom: 4.3rem;
}
.main-menu-element {
  margin-bottom: 50px;
}
.main-menu-element li {
  margin-bottom: 5px;
}
.main-menu-element a {
  font-family: GothamPro;
  color: #212121;
  font-size: 0.83rem;
  display: inline-block;
}
.main-menu-element li:first-child a {
  font-family: GothamPro-Bold;
  text-transform: uppercase;
  font-size: 0.95rem;
  line-height: 17px;
}
.main-menu-element .box-soc {
  margin-top: 20px;
}
.main-menu-element li.active a {
  background: #0471DF;
  background: -moz-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0471DF), color-stop(100%, #00DF6A));
  background: -webkit-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -o-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -ms-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: linear-gradient(to right, #0471DF 0%, #00DF6A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0471DF', endColorstr='#00DF6A', GradientType=1);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 1px;
  padding-bottom: 2px;
}
.main-menu-header {
  background: #fff;
  height: 140px;
}
.main-menu-header .box-logo {
  color: #212121;
}
.main-menu-header .localization {
  color: #212121;
}
.main-menu-events-title {
  font-family: GothamPro-Bold;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 30px;
  color: #212121;
}
.main-menu-list {
  padding-left: 10%;
}
.main-menu-events .event-element {
  color: #212121;
  height: 255px;
  line-height: 15px;
}
.main-menu-events .event-element .event-img {
  border: 2px solid #DEDEDE;
  display: block;
  height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main-menu-events .event-element .event-date {
  display: block;
  font-size: 0.85rem;
  margin-top: 10px;
  line-height: 12px;
  margin-bottom: 5px;
}
.main-menu-events .event-element .event-title {
  font-family: GothamPro-Medium;
  font-size: 0.83rem;
  padding-bottom: 2px;
  line-height: 17px;
}
.main-menu-events .event-element:hover .event-img {
  border-color: #212121;
}
.main-menu-events .event-element:hover .event-title {
  background: #0471DF;
  background: -moz-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0471DF), color-stop(100%, #00DF6A));
  background: -webkit-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -o-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -ms-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: linear-gradient(to right, #0471DF 0%, #00DF6A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0471DF', endColorstr='#00DF6A', GradientType=1);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 1px;
  padding-bottom: 2px;
}
#mobile-menu {
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
  z-index: 30;
}
#mobile-menu .box-search {
  float: right;
  height: auto;
  margin-top: 17px;
}
#mobile-menu .box-search i {
  top: 0;
}
#mobile-menu .close-main-menu {
  float: right;
  margin-top: 16px;
  z-index: 1;
  position: relative;
  right: 0;
}
#mobile-menu .box-logo {
  float: left;
}
.mobile-nav > li {
  font-family: GothamPro-Bold;
  display: table;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
}
.mobile-nav > li > a,
.mobile-nav > li .box-mobile-localization {
  font-size: 1rem;
  text-transform: uppercase;
  height: 49px;
  line-height: 17px;
  padding-left: 25px;
  padding-right: 50px;
  color: #212121;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.mobile-nav > li:first-child a {
  padding-top: 16px;
}
.mobile-nav > li i.icon-left {
  font-size: 23px;
  display: inline-block;
  width: 30px;
  text-align: center;
  margin-right: 15px;
  position: relative;
  top: 4px;
}
.mobile-nav > li i.icon-arrow-right,
.mobile-nav > li i.icon-arrow-left {
  color: #D8D8D8;
  font-size: 25px;
}
.mobile-nav > li i.icon-arrow-right {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
}
.mobile-nav > li i.icon-arrow-left {
  margin-right: 5px;
}
.mobile-nav > li .localization i {
  font-size: 5px;
}
.mobile-nav > li .localization .selected {
  color: #33B0E5;
}
.mobile-nav > li a:hover i {
  color: #212121;
}
.mobile-menu-content {
  position: relative;
}
.mobile-sub-menu {
  position: absolute;
  background: #fff;
  left: -1000px;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 5;
}
.sub-menu-back {
  font-size: 1rem;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid #D8D8D8;
  padding-left: 25px;
  cursor: pointer;
  color: #212121;
}
.sub-menu-back i {
  position: relative;
  top: 5px;
  margin-left: -10px;
  margin-right: 0!important;
}
.sub-menu-content {
  padding: 20px 25px 25px 25px;
}
.sub-menu-content .sub-menu-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #212121;
  font-size: 1.15rem;
}
.sub-menu-content div {
  margin-bottom: 10px;
}
.sub-menu-content a {
  display: inline-block;
  font-size: 1.1rem;
  background: #0471DF;
  background: -moz-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0471DF), color-stop(100%, #00DF6A));
  background: -webkit-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -o-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -ms-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: linear-gradient(to right, #0471DF 0%, #00DF6A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0471DF', endColorstr='#00DF6A', GradientType=1);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 1px;
  padding-bottom: 1px;
}
.covid-banner {
  padding-left: 80px;
}
.main-menu-line {
  background: #D8D8D8;
  height: 2px;
  width: 135px;
  margin-right: 30px;
}
.mobile-menu-header {
  height: 60px;
  border-bottom: 3px solid #f0efef;
  color: #212121;
}
.form-group {
  margin-top: 40px;
}
.form-element {
  position: relative;
}
.form-control {
  font-family: GothamPro;
  font-size: 0.9rem;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #e9e9e9;
  height: 30px;
  position: relative;
  z-index: 1;
  color: #212121;
  border-radius: 0;
}
.form-control:focus,
.form-control:hover {
  border-color: #212121;
}
.form-control.not-empty + .form-label {
  top: -20px;
}
textarea.form-control {
  resize: none;
  overflow: hidden;
  padding: 0;
  vertical-align: bottom;
}
.form-label {
  font-family: GothamPro-Medium;
  text-transform: uppercase;
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 25px;
  display: inline-block;
  width: 100%;
  height: 30px;
  color: #212121;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.select-container {
  position: relative;
}
.select-container .select-placeholder {
  font-family: GothamPro-Medium;
  height: 30px;
  bottom: 0;
  font-size: 0.9rem;
  position: absolute;
  left: 0;
}
.error-text {
  font-size: 0.8rem;
  position: absolute;
  bottom: -20px;
  height: 15px;
  color: #ff3872;
}
.form-element.error .form-control {
  border-color: #ff3872 !important;
}
.select2-selection--single {
  padding-left: 140px;
}
.form-default.inverted .form-label {
  color: #fff;
}
.form-default.inverted .form-group {
  margin-top: 50px;
}
.form-default.inverted .form-control {
  border-bottom: 2px solid rgba(255, 255, 255, 0.44);
  color: #fff;
}
.form-default.inverted .form-control:hover,
.form-default.inverted .form-control.not-empty {
  border-color: #fff;
}
.form-default.inverted .error-text {
  color: #fff;
}
.section-inverted .select2-results {
  background: #03A9F4;
}
.section-inverted .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
}
.section-inverted .select2-container--default .select2-results__option--highlighted[aria-selected],
.section-inverted .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(255, 255, 255, 0.45);
}
.section-inverted .select2-container--default .select2-selection--single,
.section-inverted .select2-dropdown {
  border-color: rgba(255, 255, 255, 0.45);
}
.section-inverted .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent rgba(255, 255, 255, 0.45) transparent;
}
.section-inverted .select2-container--default .select2-selection--single .select2-selection__rendered,
.section-inverted .select2-results__option {
  color: #fff;
}
.section-inverted .select-placeholder {
  color: #70d6f8;
}
.section-inverted .select2-results__option {
  color: #fff;
}
.form-default .btn {
  margin-top: 40px;
}
/* styles */
.irs-line {
  height: 6px;
  background: #E9E9E9;
  border-radius: 3px;
}
.irs-bar {
  background: #0471DF;
  background: -moz-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0471DF), color-stop(100%, #00DF6A));
  background: -webkit-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -o-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -ms-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: linear-gradient(to right, #0471DF 0%, #00DF6A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0471DF', endColorstr='#00DF6A', GradientType=1);
  height: 6px;
  top: 0;
}
.irs-slider {
  border: 5px solid #ffffff;
  box-sizing: border-box;
  border-radius: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: -5px;
}
.irs-slider.from {
  background: #33b0e5;
  box-shadow: #13d1ff 0px 0px 7px;
}
.irs-slider.to {
  background: #4DBC74;
  box-shadow: 0px 0px 7px #01E06B;
}
.irs-from,
.irs-to {
  top: 15px;
}
.irs-min,
.irs-max {
  display: none;
}
.loader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  z-index: 100;
}
.lds-ripple {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #4DBC74;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
.modal {
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 1000;
}
.modal:after {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0471DF;
  background: -moz-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0471DF), color-stop(100%, #00DF6A));
  background: -webkit-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -o-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -ms-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: linear-gradient(to right, #0471DF 0%, #00DF6A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0471DF', endColorstr='#00DF6A', GradientType=1);
  opacity: 0.8;
}
.modal .modal-wrapper {
  position: absolute;
  z-index: 1001;
  top: 100px;
  background: #fff;
  color: black;
  width: 100%;
  max-width: 870px;
  left: 50%;
  margin-left: -435px;
  padding: 50px;
}
.modal .modal-close {
  position: fixed;
  top: 40px;
  right: 40px;
  color: #fff;
  z-index: 1002;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.modal .modal-close:hover {
  opacity: 0.5;
}
.modal .modal-header h3 {
  font-family: GothamPro-Bold;
  margin: 0;
  text-transform: uppercase;
  font-size: 2.55rem;
  line-height: 45px;
}
.modal .modal-header span {
  font-size: 0.85rem;
}
.modal .modal-body {
  margin-top: 30px;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.panel-group .card {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #D8D8D8;
}
.panel-group .card:last-child {
  border-bottom: 1px solid #D8D8D8;
}
.panel-group .card .panel-title {
  margin: 0;
  cursor: pointer;
  position: relative;
  color: #33B0E5;
}
.panel-group .card .panel-title:after {
  display: block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 22px;
  color: #D8D8D8 !important;
  -webkit-font-smoothing: antialiased;
  content: '\e901';
  position: absolute;
  right: 0;
  top: 4px;
  height: 22px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.panel-group .card .panel-title.collapsed {
  color: #212121;
}
.panel-group .card .panel-title.collapsed:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.panel-group .card .panel-title:hover {
  color: #33B0E5;
}
.panel-group .card-body {
  margin-top: 20px;
}
.grain:before {
  content: '';
  -webkit-animation: grain 5s steps(10) infinite;
  -moz-animation: grain 5s steps(10) infinite;
  -ms-animation: grain 5s steps(10) infinite;
  animation: grain 5s steps(10) infinite;
  background-image: url('../images/grain.png');
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.25;
}
#header {
  height: 140px;
  background: transparent;
  font-size: 0.95rem;
  z-index: 2;
}
#header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.body-pad-top {
  padding-top: 140px;
}
.white-header {
  background: #fff !important;
}
.close-main-menu {
  font-family: GothamPro-Bold;
  display: inline-block;
  position: absolute;
  right: -95px;
  color: #212121;
  text-align: right;
  cursor: pointer;
}
.close-main-menu span {
  display: inline-block;
  vertical-align: top;
}
.close-main-menu i {
  font-size: 23px;
  margin-left: 10px;
}
.box-search {
  color: #212121;
  display: inline-block;
  float: right;
  vertical-align: top;
  height: 40px;
}
.box-search i {
  margin-right: 16px;
  font-size: 21px;
  position: relative;
  top: 7px;
  z-index: 1;
  cursor: pointer;
}
.box-search i:hover {
  opacity: 0.8;
}
.box-search input {
  font-family: GothamPro-Bold;
  border: 0;
  border-bottom: 2px solid #DCDCDC;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 300px;
  font-size: 1rem;
}
.box-logo {
  position: relative;
  margin-right: 30px;
}
.box-logo .logo-wrapper {
  display: inline-block;
  margin-left: -95px;
}
.box-logo .logo {
  width: auto;
  height: 60%;
  margin-top: 10%;
}
.box-logo span {
  font-family: GothamPro-Bold;
  color: inherit;
  font-size: 0.87rem;
  display: inline-block;
  line-height: 15px;
  margin-top: 10px;
}
.page-home .logo-black {
  display: none;
}
#header-menu li {
  display: inline-block;
  margin-right: 35px;
}
#header-menu li:last-child {
  margin-right: 0;
}
#header-menu a {
  font-family: GothamPro-Bold;
  color: inherit;
  position: relative;
  display: inline-block;
  line-height: 18px;
}
#header-menu a:hover {
  border-color: transparent!important;
}
#header-menu li.active a {
  color: #33B0E5;
  border-color: transparent!important;
}
.localization {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.localization .selected span {
  font-family: GothamPro-Bold;
  color: inherit;
  text-transform: capitalize;
}
.localization i {
  font-size: 9px;
  margin-left: 3px;
  position: relative;
  bottom: 1px;
}
.localization .box-lang {
  display: none;
  width: 100px;
  background: #fff;
  color: #212121;
  border-radius: 4px;
  padding: 15px 10px;
  position: absolute;
  right: 50%;
  margin-right: -50px;
  margin-top: 12px;
  font-family: GothamPro-Bold;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.localization .box-lang ul li {
  line-height: 20px;
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
  text-align: left;
  text-transform: capitalize;
  padding: 2px 0;
}
.localization .box-lang ul li:last-child {
  border: none;
}
.localization .box-lang .triangle {
  width: 16px;
  height: 10px;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 -4px 0px -4px rgba(0, 0, 0, 0.25);
  top: -10px;
  right: 50%;
  margin-right: -5px;
}
.localization .box-lang .triangle:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 5px;
  left: 2px;
  box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.25);
}
.menu-bars {
  display: inline-block;
  width: 30px;
}
.menu-bars .bar {
  height: 2px;
  margin-bottom: 5px;
  transition: all 0.1s linear;
}
.menu-bars .bar:nth-child(1) {
  width: 30px;
}
.menu-bars .bar:nth-child(2) {
  width: 15px;
}
.menu-bars .bar:nth-child(3) {
  width: 20px;
  margin-bottom: 0;
}
#show-main-menu {
  display: inline-block;
  width: 95px;
  position: absolute;
  right: -75px;
  text-align: right;
  cursor: pointer;
}
#show-main-menu span {
  font-family: GothamPro-Bold;
}
#show-main-menu .menu-bars {
  margin-left: 10px;
}
#show-main-menu:hover .bar:nth-child(1) {
  width: 20px;
}
#show-main-menu:hover .bar:nth-child(3) {
  width: 30px;
}
body.black {
  color: #212121;
}
body.black #fp-nav ul li a span {
  background: rgba(43, 43, 43, 0.247452);
}
body.black #fp-nav ul li a.active span {
  background: #2B2B2B;
}
body.black .bar {
  background: #212121;
}
body.black #header-menu a {
  border-bottom: 1px solid rgba(43, 43, 43, 0.3);
}
body.white {
  color: #fff;
}
body.white #fp-nav ul li a span {
  background: rgba(255, 255, 255, 0.5);
}
body.white #fp-nav ul li a.active span {
  background: #fff;
}
body.white .bar {
  background: #fff;
}
body.white #header-menu a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.section-content {
  position: relative;
  z-index: 4;
  padding-top: 110px;
}
#fullpage .section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
#fullpage .section .section-history:before {
  content: '';
  display: block;
  background: #0D161E;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#fullpage .section .section-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 4;
}
#fullpage .section .section-video video {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 1;
}
#fullpage .section .section-video:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  background: #181818;
  opacity: 0.5;
  z-index: 4;
}
#fullpage .nav-container {
  margin-bottom: 35px;
  position: absolute;
  z-index: 8;
  left: 10%;
}
#fullpage .section-header {
  font-family: GothamPro-Bold;
  color: inherit;
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 4rem;
  width: 60%;
}
#fullpage .section-text {
  color: inherit;
  font-size: 1.06rem;
  margin-bottom: 30px;
  width: 60%;
}
#fullpage .section-text img {
  width: 140%;
  max-width: 140%;
}
#fullpage .section-link {
  display: inline-block;
  color: inherit;
  font-size: 1.08rem;
}
.section a:after {
  background: rgba(255, 255, 255, 0.3);
}
.section-black {
  color: #212121 !important;
}
.section-black a:after {
  background: rgba(43, 43, 43, 0.3);
}
.box-home-btns {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.box-home-btns .btn:first-child {
  margin-right: 17px;
}
.box-home-btns.fixed {
  position: fixed;
  bottom: 50px;
  left: 10%;
  z-index: 1;
}
.scroll-text-help {
  font-family: GothamPro-Bold;
  color: inherit;
  font-size: 0.8rem;
  position: fixed;
  bottom: 100px;
  right: 7rem;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.section-indicators {
  font-family: GothamPro-Bold;
  color: #33B0E5;
  font-size: 1.15rem;
  text-transform: uppercase;
}
.section-places .place {
  font-family: GothamPro-Bold;
  font-size: 1.5rem;
}
.section-places .info {
  font-family: GothamPro;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.section-comment {
  position: absolute;
  right: 10%;
  top: -15px;
  width: 100%;
  font-family: GothamPro-Medium;
  margin-right: 0;
  margin-left: auto;
  padding: 30px;
  max-width: 580px;
  background: rgba(0, 0, 0, 0.754359);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 35px;
}
.section-comment .comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 20px;
}
.section-comment .comment-title {
  color: #2CA0DE;
  font-size: 0.9rem;
}
.section-comment .comment-text {
  font-family: GothamPro;
  margin-top: 10px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 23px;
}
#content {
  min-height: 700px;
  padding-bottom: 50px;
  overflow-x: hidden;
}
#content.gray {
  background: #F7F7F7;
}
.content-gray {
  background: #F7F7F7;
}
.footer-menu {
  padding-right: 100px;
}
#footer,
.main-menu-footer,
.mobile-menu-footer {
  background: #0471DF;
  background: -moz-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0471DF), color-stop(100%, #00DF6A));
  background: -webkit-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -o-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -ms-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: linear-gradient(to right, #0471DF 0%, #00DF6A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0471DF', endColorstr='#00DF6A', GradientType=1);
  height: 100px;
  padding-top: 27px;
  position: relative;
}
#footer .footer-logo,
.main-menu-footer .footer-logo,
.mobile-menu-footer .footer-logo {
  position: absolute;
  top: -15px;
  right: -75px;
  width: 190px;
}
#footer .footer-logo img,
.main-menu-footer .footer-logo img,
.mobile-menu-footer .footer-logo img {
  opacity: 0.3;
}
.footer-menu a {
  font-family: GothamPro;
  color: #fff;
  display: inline-block;
  line-height: 17px;
  font-size: 0.7rem;
  text-decoration: none;
  vertical-align: top;
  margin-right: 30px;
  letter-spacing: 0.7px;
}
.footer-menu a:hover {
  text-decoration: none;
}
.footer-menu .footer-menu-item:last-child a {
  margin-right: 0;
}
.main-image {
  height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main-image:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #212121;
  opacity: 0.5;
}
.main-image h1 {
  color: #fff;
  font-family: GothamPro-Bold;
  font-size: 7rem;
  position: absolute;
  bottom: 30px;
  left: 0;
  margin: 0;
  line-height: 135px;
  z-index: 1;
}
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text blockquote {
  font-family: GothamPro-Bold;
}
.box-text h2 {
  font-size: 2rem;
}
.box-text h3 {
  font-size: 1.5rem;
}
.box-text h4 {
  font-size: 1.4rem;
}
.box-text h5 {
  font-size: 1.3rem;
}
.box-text h6 {
  font-size: 1.2rem;
}
.box-text p {
  font-family: GothamPro;
  font-size: 1.15rem;
  line-height: 29px;
}
.box-text blockquote {
  margin: 50px 0;
  padding-top: 40px;
  padding-bottom: 45px;
  border-top: 2px solid #D8D8D8;
  border-bottom: 2px solid #D8D8D8;
  font-size: 1.48rem;
  line-height: 1.9rem;
}
.box-text ul li {
  padding-left: 20px;
  position: relative;
  line-height: 25px;
}
.box-text ul li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #33B0E5;
  position: absolute;
  left: 0;
  top: 7px;
}
.box-text iframe {
  max-width: 100%;
}
.box-text .infografic > div {
  margin-top: 20px;
}
.box-text > * {
  margin-top: 20px;
  margin-bottom: 20px;
}
.box-contacts {
  font-size: 1.19rem;
  line-height: 29px;
}
.box-page-content {
  margin-top: 20px;
}
.box-page-header {
  padding-top: 75px;
  margin-bottom: 20px;
  position: relative;
}
.box-page-header.inner-page {
  min-height: 170px;
}
.box-page-header h1 {
  font-family: GothamPro-Bold;
  font-size: 2.5rem;
  margin: 0;
  line-height: 40px;
  text-transform: uppercase;
}
.box-page-header.inner-page {
  padding-top: 35px;
}
.box-page-header .projects-status {
  margin-top: 20px;
}
.breadcrumbs,
.box-industry {
  color: rgba(33, 33, 33, 0.6);
  font-size: 0.85rem;
}
.breadcrumbs span,
.box-industry span {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
.breadcrumbs a,
.box-industry a {
  font-size: inherit;
  color: inherit;
}
.box-workers,
.box-page-team {
  margin-top: 40px;
}
.box-workers .box-worker,
.box-page-team .box-worker {
  margin-bottom: 30px;
}
.box-workers .box-post,
.box-page-team .box-post {
  font-family: GothamPro-Bold;
  font-size: 1.5rem;
  color: #212121;
  margin-bottom: 25px;
}
.box-workers .worker-img,
.box-page-team .worker-img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 20px;
  display: inline-block;
}
.box-workers .worker-name,
.box-page-team .worker-name {
  font-family: GothamPro-Bold;
  color: #212121;
  font-size: 1.13rem;
  line-height: 20px;
}
.box-workers .worker-content,
.box-page-team .worker-content {
  margin-top: 5px;
  line-height: 30px;
}
.box-page-team .box-worker {
  margin-right: 30px;
}
.box-page-team .box-worker .worker-content {
  margin-top: 10px;
  line-height: 19px;
  font-size: 0.8rem;
  word-break: break-all;
}
.box-page-team .box-worker .worker-img {
  margin-right: 10px;
}
.box-page-team .worker-post {
  margin-top: 13px;
  line-height: 15px;
  font-size: 0.85rem;
}
.box-page-team .row .col-sm-12:nth-child(4n) .box-worker {
  margin-right: 0;
}
.box-map {
  margin-top: 40px;
}
.box-map #map {
  margin-top: 5px;
  border-top: 2px solid #D8D8D8;
}
.box-team h2 {
  font-family: GothamPro-Bold;
  color: #212121;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 50px;
}
.box-team .box-teammate {
  margin-bottom: 40px;
}
.box-team .box-teammate .teammate-img {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 15px;
}
.box-team .box-teammate .teammate-name {
  font-family: GothamPro-Bold;
  margin-bottom: 15px;
  line-height: 20px;
}
.box-team .box-teammate .teammate-post {
  margin-bottom: 15px;
  font-size: 0.9rem;
  line-height: 15px;
}
.box-team .box-teammate .teammate-contacts {
  font-size: 0.86rem;
  line-height: 15px;
}
.soc {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
}
.soc.vk {
  background: #4D76A1;
}
.soc.fb {
  background: #3B5998;
}
.soc:last-child {
  margin-right: 0;
}
.box-icons .icon-wrapper {
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  line-height: 40px;
  box-sizing: content-box;
  margin-right: 10px;
}
.box-icons .icon-wrapper:hover {
  opacity: 0.8;
}
.box-icons .icon-wrapper:last-child {
  margin-right: 0;
}
.box-icons .icon-wrapper.file {
  background: #33B0E5;
  border: 5px solid #7ecaec;
}
.box-icons .icon-wrapper.map {
  background: #4DBC74;
  border: 5px solid #8ed3a6;
}
.box-news-list,
.box-events-list {
  margin-top: 20px;
}
.box-news-item,
.box-events-item,
.box-projects-item {
  background: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.157184);
  height: 340px;
  margin-bottom: 30px;
  overflow: hidden;
}
.news-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 220px;
}
.news-content {
  overflow-y: hidden;
  padding: 20px;
}
.news-content a {
  font-family: GothamPro-Bold;
  font-size: 1.14rem;
  line-height: 20px;
  display: inline-block;
}
.news-date {
  font-family: GothamPro;
  font-size: 0.84rem;
  line-height: 15px;
  color: #979797;
}
.box-years li {
  display: inline-block;
  margin-right: 25px;
}
.box-years a {
  display: inline-block;
  font-family: GothamPro-Bold;
  border-bottom: 3px solid transparent;
  padding-bottom: 4px;
  font-size: 1.6rem;
  line-height: 30px;
}
.box-years a.active,
.box-years a:hover {
  border-color: #212121;
}
.box-news-item.important {
  position: relative;
}
.box-news-item.important .news-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.box-news-item.important .news-img:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #0471DF;
  background: -moz-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0471DF), color-stop(100%, #00DF6A));
  background: -webkit-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -o-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -ms-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: linear-gradient(to right, #0471DF 0%, #00DF6A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0471DF', endColorstr='#00DF6A', GradientType=1);
  opacity: 0.7;
}
.box-news-item.important .news-date {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  font-family: GothamPro-Bold;
  color: #fff;
  font-size: 1.1rem;
}
.box-news-item.important a {
  position: absolute;
  bottom: 45px;
  left: 20px;
  right: 20px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 27px;
}
.box-news-item.no-img .news-img {
  display: none;
}
.box-news-item.no-img .news-content {
  height: 100%;
}
.box-news-item.no-img a {
  margin-top: 5px;
}
.box-news-item.no-img .news-intro {
  margin-top: 10px;
  line-height: 19px;
  font-size: 0.96rem;
}
.box-events-item a {
  font-family: GothamPro-Bold;
  font-size: 1.14rem;
  line-height: 20px;
  display: inline-block;
  margin-top: 35px;
}
.events-content {
  height: 100%;
  padding: 20px;
}
.events-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 180px;
}
.events-date {
  font-family: GothamPro-Bold;
  font-size: 1.14rem;
  line-height: 20px;
}
.box-filters {
  padding: 30px;
  border: 3px solid #D8D8D8;
  display: none;
  position: relative;
}
.box-filter-item {
  margin-bottom: 40px;
}
.box-filter-item .filter-header {
  margin-bottom: 15px;
  font-family: GothamPro-Bold;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.box-filter-item .range-slider {
  position: relative;
}
.box-filter-item .checkbox {
  margin-right: 15px;
}
.box-filter-item .checkbox input {
  display: none;
}
.box-filter-item .checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.box-filter-item .checkbox label:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #E9E9E9;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'icomoon' !important;
  font-size: 14px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.box-filter-item .checkbox input:checked + label:before {
  content: "\e910";
}
.box-projets-list {
  margin-top: 30px;
}
.box-projects-item {
  height: 375px;
}
.box-projects-item .projects-status {
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.projects-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 220px;
  position: relative;
  display: block;
}
.projects-status {
  display: inline-block;
  padding: 5px 20px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.350572);
  border-radius: 3px;
  color: #fff;
  font-family: GothamPro-Bold;
  font-size: 0.75rem;
}
.projects-status.implemented {
  background: #00d2ff;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #00d2ff 0%, #3a7bd5 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #00d2ff 0%, #3a7bd5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #00d2ff 0%, #3a7bd5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d2ff', endColorstr='#3a7bd5', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.projects-status.inProcess {
  background: #0471DF;
  background: -moz-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0471DF), color-stop(100%, #00DF6A));
  background: -webkit-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -o-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -ms-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: linear-gradient(to right, #0471DF 0%, #00DF6A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0471DF', endColorstr='#00DF6A', GradientType=1);
}
.projects-status.planned {
  background: #FC5535;
  background: -moz-linear-gradient(left, #FC5535 0%, #EC9921 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #FC5535), color-stop(100%, #EC9921));
  background: -webkit-linear-gradient(left, #FC5535 0%, #EC9921 100%);
  background: -o-linear-gradient(left, #FC5535 0%, #EC9921 100%);
  background: -ms-linear-gradient(left, #FC5535 0%, #EC9921 100%);
  background: linear-gradient(to right, #FC5535 0%, #EC9921 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC5535', endColorstr='#EC9921', GradientType=1);
}
.projects-status.successStory {
  background: #A71A8B;
  background: -moz-linear-gradient(left, #A71A8B 0%, #202070 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #A71A8B), color-stop(100%, #202070));
  background: -webkit-linear-gradient(left, #A71A8B 0%, #202070 100%);
  background: -o-linear-gradient(left, #A71A8B 0%, #202070 100%);
  background: -ms-linear-gradient(left, #A71A8B 0%, #202070 100%);
  background: linear-gradient(to right, #A71A8B 0%, #202070 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A71A8B', endColorstr='#202070', GradientType=1);
}
.projects-content {
  padding: 20px;
}
.projects-content a {
  font-family: GothamPro-Bold;
  font-size: 1.12rem;
  line-height: 1.35;
  display: inline-block;
}
.projects-content .name-cut {
  line-height: 1;
}
.projects-numbers {
  margin-top: 10px;
}
.projects-numbers span {
  font-size: 0.85rem;
  color: #9d9d9d;
  line-height: 15px;
  display: inline-block;
}
.projects-numbers p {
  font-family: GothamPro-Bold;
  font-size: 1.2rem;
  line-height: 20px;
}
.projects-numbers p i {
  font-weight: 600;
  line-height: 15px;
  font-size: 20px;
}
.box-industry {
  font-size: 0.8rem;
  color: #9d9d9d;
  line-height: 15px;
}
.post-date {
  display: inline-block;
  padding: 5px 20px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.350572);
  border-radius: 3px;
  color: #fff;
  font-family: GothamPro-Bold;
  font-size: 0.75rem;
  background: #0471DF;
  background: -moz-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0471DF), color-stop(100%, #00DF6A));
  background: -webkit-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -o-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: -ms-linear-gradient(left, #0471DF 0%, #00DF6A 100%);
  background: linear-gradient(to right, #0471DF 0%, #00DF6A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0471DF', endColorstr='#00DF6A', GradientType=1);
  margin-top: 25px;
}
.box-rel .rel-header {
  position: relative;
  margin-top: 120px;
}
.box-rel .rel-header .rel-line {
  height: 3px;
  background: #D8D8D8;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 0;
}
.box-rel .rel-header h3 {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #F7F7F7;
  padding-right: 35px;
  font-family: GothamPro-Bold;
  font-size: 1.55rem;
  margin: 0;
}
.box-rel .rel-list {
  margin-top: 20px;
}
.box-back {
  position: absolute;
  width: 250px;
  height: 40px;
  left: -165px;
  top: 135px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.box-back a {
  font-family: GothamPro-Bold;
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #F7F7F7;
  padding-right: 10px;
  font-size: 1.05rem;
  line-height: 45px;
  text-transform: uppercase;
}
.box-back .back-line {
  height: 3px;
  background: #D8D8D8;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 1px;
}
.box-back i {
  display: none;
}
.page-padding-right {
  padding-right: 30%;
}
.box-projects-slider-wrapper {
  padding-right: 25%;
  padding-left: 10%;
  margin-top: 25px;
  overflow: hidden;
}
.box-projects-slider {
  position: relative;
}
#projects-slider .slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 470px;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 30px;
}
.owl-carousel .owl-dot {
  margin-right: 30px;
}
.owl-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 100%;
  outline: none;
}
.projects-params {
  margin-right: 60px;
  margin-top: 30px;
}
.projects-params .param-item {
  margin-bottom: 12px;
}
.projects-params .param-item span {
  color: #999999;
  font-size: 0.85rem;
}
.projects-params .param-item p {
  font-family: GothamPro-Bold;
  font-size: 1.5rem;
  line-height: 20px;
}
.box-become-investor {
  position: absolute;
  width: 420px;
  height: 40px;
  left: -255px;
  top: 215px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.box-become-investor .box-investor-btn {
  display: inline-block;
  background: #F7F7F7;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}
.box-become-investor .investor-line {
  height: 3px;
  background: #33B0E5;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 1px;
}
div.text-gallery {
  display: inline-block;
  width: 100%;
  height: 330px;
  opacity: 0;
}
div.text-gallery img {
  height: 320px;
}
.owl-item {
  float: left;
  text-align: center;
}
.owl-nav.disabled {
  display: none;
}
owl-dots.disabled {
  display: none;
}
div.text-gallery img {
  max-width: 100%;
  margin: 0!important;
}
.owl-stage-outer {
  margin: 0;
}
.page-index .tabs-nav-wrapper {
  margin-top: 55px;
}
.search-item {
  margin-bottom: 20px;
}
.search-item .search-module {
  font-size: 0.8rem;
  color: #9d9d9d;
  line-height: 15px;
  margin-bottom: 5px;
}
.search-item a {
  font-family: GothamPro-Medium;
  font-size: 1.12rem;
  line-height: 1.35;
  display: inline-block;
}
.search-item .search-intro {
  margin-top: 5px;
}
#carousel-custom-dots {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
#carousel-custom-dots li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 30px;
  position: relative;
}
#carousel-custom-dots svg {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
#carousel-custom-dots .circle-timeline {
  stroke-width: 2px;
  stroke-dasharray: 201px;
  stroke-dashoffset: 201px;
  stroke: #33B0E5;
  fill: none;
}
#content {
  min-height: calc(100vh - 100px);
}
#header-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.up-arrow-btn {
  max-width: 150px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  cursor: pointer;
  display: none;
}
.up-arrow-btn.up-arrow-btn__show {
  display: block;
}
.up-arrow-btn.up-arrow-btn__hide {
  display: none;
}
.covid-banner {
  padding-left: 90px;
}
.single-window-home__btn {
  display: none;
}
/* media queries */
@media screen and (min-width: 1200px) {
  .box-projects-slider .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1680px) {
  .main-menu-line {
    display: none;
  }
  .box-page-team .worker-img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1525px) {
  #header-menu li:nth-child(n + 6) {
    display: none;
  }
  .box-search input {
    width: 250px;
  }
  .box-news-item a,
  .box-events-item a {
    font-size: 0.9rem;
    line-height: 18px;
  }
  .box-projects-item .projects-numbers p {
    font-size: 0.9rem;
  }
  .box-projects-item .projects-content a {
    font-size: 1rem;
  }
  #footer .footer-logo {
    top: -5px;
    width: 150px;
  }
}
@media screen and (max-width: 1380px) {
  .footer-logo {
    display: none;
  }
  .footer-menu {
    padding-right: 0;
  }
  .box-search input {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 40px;
    padding-right: 40px;
    display: none;
  }
  .box-search i {
    top: 9px;
  }
  #header-menu li:nth-child(n + 5) {
    display: none;
  }
  #fullpage .section-header {
    font-size: 3rem;
    margin-bottom: 5px;
    line-height: 3.1rem;
  }
  #fullpage .section-text {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  #fp-nav ul li a.active span,
  #fp-nav ul li:hover a.active span {
    height: 130px;
  }
  .close-main-menu span {
    display: none;
  }
  .page-padding-right {
    padding-right: 25%;
  }
  div.text-gallery {
    width: 100%;
  }
  .section-comment {
    max-width: 450px;
    padding: 15px;
  }
  .section-comment .comment-text {
    font-size: 0.8rem;
    line-height: 17px;
  }
  .section-comment .comment-title {
    font-size: 0.85rem;
    line-height: 15px;
  }
  .main-image h1 {
    font-size: 4rem;
    line-height: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .main-menu-events {
    background: #fff;
    padding: 50px 35px;
  }
  .main-menu-content .main-menu-right {
    padding: 0;
  }
  #header {
    height: 105px;
  }
  #header .text-center {
    text-align: left;
  }
  .main-menu-header {
    height: 105px;
  }
  .body-pad-top {
    padding-top: 105px;
  }
  .box-logo .logo-wrapper {
    margin-left: -65px;
  }
  .box-logo span {
    margin-top: 0;
  }
  html {
    font-size: 14px;
  }
  #show-main-menu,
  .close-main-menu {
    right: -45px;
  }
  #fp-nav.right {
    right: 60px;
  }
  #fullpage .section-header {
    font-size: 2.85rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  .main-image {
    height: 320px;
  }
  .box-text h2 {
    font-size: 2.3rem;
    line-height: 2.6rem;
  }
  .box-text h3 {
    font-size: 1.7rem;
  }
  .box-text p {
    font-size: 1.25rem;
  }
  .box-text blockquote {
    font-size: 1.7rem;
  }
  .box-workers {
    text-align: center;
    height: 460px;
    border: 3px solid #D8D8D8;
    padding: 45px;
    margin-top: 20px;
  }
  .box-workers .box-post {
    font-size: 1.7rem;
  }
  .box-workers .worker-name {
    margin-top: 15px;
    font-size: 1.35rem;
  }
  .box-workers .worker-content {
    margin-top: 15px;
    font-size: 1.32rem;
  }
  .box-news-item a,
  .box-events-item a,
  .box-projects-item a {
    font-size: 1.14rem;
    line-height: 20px;
  }
  .page-padding-right {
    padding-right: 0;
  }
  .post-date {
    margin-top: 15px;
  }
  .box-back {
    position: absolute;
    width: 150px;
    left: -135px;
    top: 85px;
  }
  .box-rel .rel-header {
    margin-top: 60px;
  }
  .box-projects-slider-wrapper {
    padding: 0;
  }
  #carousel-custom-dots {
    left: -10px;
  }
  .modal:after {
    background: #0471DF;
    background: -moz-linear-gradient(top, #0471DF 1%, #00DF6A 100%);
    background: -webkit-linear-gradient(top, #0471DF 1%, #00DF6A 100%);
    background: linear-gradient(to bottom, #0471DF 1%, #00DF6A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0471DF', endColorstr='#00DF6A', GradientType=0);
  }
  .modal .modal-wrapper {
    right: 0;
    left: 150px;
    margin: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
  }
  .modal .modal-close {
    right: auto;
    left: 50px;
    top: 50%;
    margin-top: -25px;
  }
  .box-projects-item .projects-content {
    padding: 15px;
  }
  .box-projects-item .projects-numbers {
    margin-top: 5px;
  }
  .box-projects-item .projects-numbers p {
    line-height: 15px;
  }
  .box-projects-item .projects-numbers p i {
    font-size: 14px;
  }
  .box-projects-item .name-cut a {
    font-size: 1.1rem;
    line-height: 17px;
  }
}
@media screen and (max-width: 940px) {
  .main-menu-header .btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.7rem;
  }
  #header-menu li:nth-child(n + 3) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .box-search input {
    border: 0;
    height: 50px;
    top: 5px;
    left: 14px;
    padding-right: 110px;
  }
  .box-become-investor {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    filter: none;
    position: static;
    height: 1px;
  }
  .box-become-investor .btn {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 4;
    -webkit-transform: none;
    width: 100%;
    height: 50px;
    border-radius: 0;
    opacity: 0.9;
    font-size: 1.1rem;
  }
  .box-become-investor .investor-line {
    display: none;
  }
  #header {
    height: 60px;
    z-index: 20;
  }
  #header .text-center {
    text-align: right;
  }
  .body-pad-top {
    padding-top: 60px;
  }
  .fp-slidesNav.top {
    top: 70px;
    left: 20px;
  }
  .content-pad {
    padding-left: 25px;
    padding-right: 25px;
  }
  #show-main-menu {
    position: static;
  }
  .box-logo .logo-wrapper {
    margin-left: 0;
    right: 0;
  }
  #fp-nav {
    display: none;
  }
  .fp-tableCell {
    vertical-align: bottom;
  }
  .d-xs-none {
    display: none!important;
  }
  #footer,
  .main-menu-footer,
  .mobile-menu-footer {
    height: auto;
    padding-top: 30px;
  }
  #footer a,
  .main-menu-footer a,
  .mobile-menu-footer a {
    margin-bottom: 30px;
  }
  .box-search {
    display: inline-block;
  }
  .box-icons {
    display: none;
  }
  .box-team h2 {
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
  }
  .box-workers {
    padding: 15px;
    height: auto;
  }
  .breadcrumbs {
    margin-top: 20px;
  }
  .box-back {
    left: -25px;
    top: 0;
    width: auto;
    right: -15px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    filter: none;
    padding: 10px 25px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 30px;
    height: auto;
  }
  .box-back a {
    font-size: 1.5rem;
  }
  .box-back .back-line {
    display: none;
  }
  .box-back i {
    display: inline-block;
    margin-right: 10px;
  }
  .box-page-header.inner-page {
    padding-top: 70px;
  }
  .box-page-content {
    margin: 0;
  }
  .box-rel .rel-header {
    margin-top: 40px;
  }
  .form-default.inverted .form-group {
    margin-top: 35px;
  }
  .modal .modal-wrapper {
    left: 0;
    bottom: auto;
    height: auto;
    min-height: 100%;
    padding: 15px;
  }
  .modal .modal-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000;
    border-color: #000;
    top: 20px;
    margin: 0;
    right: 20px;
    left: auto;
  }
  #fullpage .section-content {
    padding-bottom: 20px;
    padding-top: 0;
  }
  #fullpage .section-text {
    width: 100%;
  }
  #fullpage .section-text img {
    display: none;
  }
  #fullpage .section-header {
    width: 100%;
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .section.gradient-radial-blue .section-header {
    margin-top: 70px!important;
  }
  .section-comment {
    display: none;
  }
  .page-index .tabs-nav-wrapper {
    margin-top: 0;
  }
  .tabs-nav-wrapper {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
  }
  .tabs-nav-wrapper li:last-child {
    padding-right: 25px;
  }
  .tabs-container.inverted li {
    width: 50%;
    margin: 0!important;
    height: 30px;
    text-align: center;
    padding-right: 0!important;
  }
  .panel-group .card .panel-title {
    padding-right: 25px;
  }
  .box-text h2 {
    font-size: 2rem;
    line-height: 2.1rem;
  }
  .box-text h3 {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
  #carousel-custom-dots {
    left: 0px;
  }
  .form-group {
    margin-top: 22px!important;
  }
  .error-text {
    bottom: -17px;
    line-height: 10px;
  }
  .modal .modal-body {
    margin-top: 0;
  }
  .form-control,
  .form-label,
  .select2-container--default .select2-selection--single,
  .select-container .select-placeholder {
    height: 25px;
    line-height: 25px;
  }
  .form-default .btn {
    margin-top: 25px;
  }
  .box-page-team .box-worker {
    text-align: center;
    border-top: 1px solid #D8D8D8;
    margin-right: 0;
    padding-top: 10px;
    margin-bottom: 15px;
  }
  .box-page-team .box-post {
    text-align: center;
  }
  .box-page-team .worker-img {
    width: 110px;
    height: 110px;
    margin: 0;
  }
}
@media screen and (max-width: 670px) {
  html {
    font-size: 14px;
  }
  .box-logo {
    margin: 0;
  }
  .box-logo span {
    font-size: 0.7rem;
  }
  .content-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tabs-nav-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }
  .tabs-nav-wrapper li:last-child {
    padding-right: 15px;
  }
  .main-image {
    height: 360px;
  }
  .main-image h1 {
    line-height: 30px;
    font-size: 2rem;
    bottom: 20px;
  }
  .tabs-container {
    padding-top: 25px;
  }
  .tabs-container.inverted {
    padding-top: 0;
  }
  .tabs-container .tabs-nav {
    height: 35px;
  }
  .box-text p {
    font-size: 1rem;
    line-height: 20px;
  }
  .box-text blockquote {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin: 20px 0;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .box-text h2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  .box-text h3 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .box-page-header h1 {
    font-size: 1.9rem;
    line-height: 30px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 576px) {
  div.text-gallery img {
    height: 200px;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .box-page-header {
    padding-top: 25px;
  }
  .tabs-container .tabs-nav {
    height: 25px;
  }
  .box-years a {
    padding-bottom: 0px;
    font-size: 1.5rem;
    line-height: 25px;
  }
  .box-page-content .tabs-container {
    padding-top: 0;
  }
  .box-news-list,
  .box-events-list {
    margin-top: 30px;
  }
  .box-news-item,
  .box-events-item,
  .box-projects-item {
    background: none;
    box-shadow: none;
    height: auto;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 25px;
    overflow: auto;
  }
  .news-content,
  .projects-content {
    padding: 20px 0 0 0;
  }
  .events-content {
    padding: 0;
  }
  .box-news-item.important,
  .box-events-item.important {
    height: 340px;
    margin-left: -15px;
    margin-right: -15px;
    border: 0;
    padding: 0;
  }
  .box-news-item.important .news-date,
  .box-events-item.important .news-date {
    top: 15px;
    left: 15px;
    right: 15px;
  }
  .box-news-item.important a,
  .box-events-item.important a {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
  .box-news-item.no-img .news-content,
  .box-events-item.no-img .news-content {
    padding-top: 0;
  }
  .box-years {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    padding-left: 15px;
  }
  .worker-content a {
    word-wrap: break-word;
  }
  .mobile-nav > li > a,
  .mobile-nav > li .box-mobile-localization {
    font-size: 0.9rem;
  }
  .modal .modal-close {
    top: 5px;
    right: 5px;
  }
  .modal .modal-header h3 {
    font-size: 1.7rem;
    line-height: 25px;
    padding-right: 20px;
  }
  #carousel-custom-dots li,
  .fp-slidesNav li {
    margin-right: 10px!important;
  }
}
@media screen and (max-width: 380px) {
  .box-page-header h1 {
    font-size: 1.7rem;
  }
}
@media screen and (orientation: landscape) and (max-height: 700px) {
  .modal .modal-wrapper {
    height: min-content;
  }
  #fp-nav {
    display: none;
  }
  .box-home-btns.fixed {
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 1;
    left: auto;
  }
  .fp-slidesNav.top {
    top: 50%;
    right: 20%;
    left: auto;
  }
  #fullpage .section-header {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
  .form-default.inverted .form-group {
    margin-top: 10px;
  }
  .box-recaptcha {
    float: left;
  }
  .form-default input[type='submit'].btn {
    float: right;
    margin-top: 0;
  }
  #singleWindowModal {
    height: 100%;
  }
  .single-window-home {
    display: none;
  }
  .single-window-home__btn {
    display: inline-block;
  }
}
/*# sourceMappingURL=style.css.map */