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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

html {
  font-size: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  color: #262626;
  background-color: #f5f5fa;
  font-family: "Open Sans", sans-serif;
  min-height: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

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

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

.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: #2ddaff;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  margin-left: -1em;
  margin-top: -2px;
}

.title-section {
  background-color: #fafafa;
  position: relative;
}

.subtitle {
  color: #262626;
  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;
}

.white-card {
  border-radius: 35px;
  background-color: #ffffff;
}

.social img {
  width: 20px;
  height: 20px;
}

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

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

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

.swal2-container .swal2-popup {
  background: #010014;
  background: -webkit-gradient(linear, left top, right top, from(#010014), color-stop(50%, #091046), to(#421a90));
  background: -o-linear-gradient(left, #010014 0%, #091046 50%, #421a90 100%);
  background: linear-gradient(90deg, #010014 0%, #091046 50%, #421a90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#010014",endColorstr="#421a90",GradientType=1);
}

.swal2-html-container {
  color: #fff;
}

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

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

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

._bottom-gutter {
  margin-bottom: 30px;
}

/* for button group */

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

._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);
}

h1 {
  font-family: "Questrial", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 40px;
}

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

h2 {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
  color: #262626;
  font-size: 1.625rem;
  line-height: 1.2;
}

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

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

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;
  text-decoration: none;
}

a:hover {
  color: #66bc46;
}

b,
strong {
  font-weight: 700;
}

p {
  margin-bottom: 24px;
}

.intro-section {
  padding-top: 150px;
  padding-bottom: 100px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1px;
  position: relative;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
}

.intro-section .container {
  position: relative;
}

.intro-section h1 {
  color: #fff;
  line-height: 1.1;
}

.intro-section h1 p {
  display: block;
}

.intro-section .intro-subtitle {
  color: #fff;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 35px;
  margin-left: 0;
  margin-top: 20px;
}

.intro-page-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}

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

.intro-page-section h1 {
  color: #fff;
  line-height: 1.1;
}

.intro-page-section h1 p {
  display: block;
}

.intro-page-section .intro-subtitle {
  color: #fff;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 35px;
}

.button-round {
  right: 50px;
  bottom: 50px;
  display: none;
}

.button-round svg {
  width: 60px;
  height: 60px;
  overflow: visible;
}

.button-round:after {
  content: "";
  position: absolute;
  background-image: url(../svg/arrow.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 10px;
  -webkit-transform: translate(-55%, -84%);
  -ms-transform: translate(-55%, -84%);
  transform: translate(-55%, -84%);
}

.scroll-down {
  position: absolute;
  z-index: 101;
}

.scroll-up {
  position: fixed;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  z-index: 100;
}

.site-title-section {
  margin-top: 50px;
}

.site-subtitle {
  font-size: 40px;
  line-height: 45px;
  font-style: italic;
  margin-left: 30px;
}

.h1 {
  font-size: 2.5rem;
  font-weight: 400;
}

.h2 {
  font-size: 45px;
}

.clients-slider {
  padding-bottom: 50px !important;
}

.clients-slider .swiper-pagination {
  bottom: 20px;
}

.clients-slider .swiper-pagination-bullet-active {
  background-color: #2ddaff;
}

.site-title-svg svg {
  max-width: 500px;
  height: auto;
}

.particle {
  opacity: 0;
}

#block1 {
  scroll-margin: 250px 0 0 0;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #03062C;
  opacity: .85;
  z-index: 2;
}
.intro-page-section .dark-overlay {
    display: none;
}

.blog-section {
  margin-top: 100px;
  margin-bottom: 50px;
}

.post-item {
  margin-bottom: 40px;
}

.post-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

.blue-title {
  font-size: 20px;
  color: #2329c9;
}

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

.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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .nav {
  margin-left: auto;
  margin-right: 70px;
  display: none;
}

.header .locale-picker {
  width: 60px;
  height: 60px;
  border: 1px solid #262626;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-weight: 700;
  cursor: pointer;
  color: #262626;
}

.header.add-gradient {
background: rgb(255,255,255);
} 

.add-gradient .cls-2 {
    fill: #262626;
}

.add-gradient  li {
    color: #262626;
}

.top-logo {
  max-height: 80px;
  max-width: 70px;
}

.menu-item.active {
  padding-bottom: 5px;
  border-bottom: 1px solid #66bc46;
}

.social-top {
  margin-left: auto;
  margin-right: 70px;
}

.social-top img {
  margin-right: 10px;
}

.primary-menu {
  display: none;
}

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

.mobile-menu {
  overflow: auto;
  background-color: #66bc46;
  padding: 35px 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;
  margin: 0 auto;
  list-style: none;
  font-size: 18px;
  z-index: 100;
  line-height: 30px;
}

.primary-menu a:hover {
    color: inherit;
}

.mobile-menu li {
  color: #fff;
  display: block;
}

.mobile-menu a {
  text-decoration: none;
  margin-bottom: 10px;
}

.mobile-menu a:hover {
  color: #fff;
}


.mobile-menu-trigger {
  position: relative;
  cursor: pointer;
  -webkit-transition: none 0s ease 0s;
  -o-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  width: 30px;
  height: 30px;
  z-index: 1001;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 0;
  display: block;
  top: 10px;
  right: 20px;
}

.mobile-menu-trigger span {
  background-color: #66bc46;
  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: #66bc46;
  -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, -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);
}

.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;
}

.button {
  text-align: center;
  text-decoration: none;
  font-family: "Open Sans", 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: 2px;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  border-radius: 40px;
}

.button.-dark-solid,
.button.dark_solid {
  background-color: #262626;
  color: #fff;
  border: 2px solid #262626;
}

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

.button.-dark-bordered,
.button.dark_bordered {
  background-color: transparent;
  color: #262626;
  border: 2px solid #262626;
}

.button.-dark-bordered:hover,
.button.dark_bordered:hover {
  background-color: #262626;
  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.-gradient-solid,
.button.gradient_solid {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e1261c), to(#ff5c36));
  background-image: -o-linear-gradient(bottom, #e1261c 0%, #ff5c36 100%);
  background-image: linear-gradient(to top, #e1261c 0%, #ff5c36 100%);
  color: #fff;
  border: 2px solid #ff5c36;
}

.button.-gradient-solid:hover,
.button.gradient_solid:hover {
  background-color: transparent;
  color: #ff5c36;
}

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

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

.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: #006f55;
}

.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;
}

.button-round {
  width: 60px;
  height: 60px;
  line-height: 1;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  background-color: #66bc46;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  display: none;
}

.button-round:after {
  content: "";
  position: absolute;
  background-image: url(../svg/arrow.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: .5;
}

.outline-blue {
  background-color: #fff;
  color: #391A90;
  border: 1px solid #391A90;
}

.outline-blue:hover {
  background-color: #2ddaff;
  color: #000;
  border: 1px solid #2ddaff;
}

.solid-blue {
  background-color: #2ddaff;
  color: #000;
  border: 1px solid #2ddaff;
}

.solid-blue:hover {
  background-color: #fff;
  color: #391A90;
  border: 1px solid #391A90;
}

.simple-inline {
  color: #391A90;
  border: none;
  padding: 0 !important;
  display: inline-block !important;
  text-align: left;
  position: relative;
  min-width: 1px !important;
  display: inline-block !important;
  width: auto !important;
  font-size: 22px;
}

.simple-inline:after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: -20px;
  border: solid #391A90;
  display: inline-block;
  border-width: 0 4px 4px 0;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.simple-inline:hover {
  color: #391A90;
}

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

.footer {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/footer-bg.jpg);
  color: #fff;
  position: relative;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 100px;
}

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

.footer a {
  text-decoration: none;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer-title {
  color: #fff;
  font-size: 30px;
  max-width: 720px;
  line-height: 35px;
  margin: 0 auto 20px;
}

.footer-subtitle {
  color: #2ddaff;
  font-size: 22px;
}

.subscribe-form {
  margin-top: 50px;
}

.subscribe-title {
  color: #fff;
  font-size: 30px;
  max-width: 720px;
  line-height: 35px;
  margin: 0 auto 20px;
}

.subscribe-subtitle {
  color: #2ddaff;
  font-size: 22px;
}

.subscribe-form input {
  background-color: #fff;
  padding: 15px 120px 15px 10px;
  border: 1px solid rgba(204, 204, 204, 0.2);
  margin-right: 20px;
  color: #000;
}

.subscribe-form button {
  color: #000;
  padding: 15px 50px;
  text-transform: uppercase;
  background-color: #2ddaff;
  font-weight: 700;
  border: 1px solid #2ddaff;
}

.subscribe-form button:hover {
  color: #391A90;
  background-color: #fff;
  border: 1px solid #391A90;
}

.subscribe-form input::-webkit-input-placeholder {
  color: #262626;
}

.subscribe-form input::-moz-placeholder {
  color: #262626;
}

.subscribe-form input:-ms-input-placeholder {
  color: #262626;
}

.subscribe-form input::-ms-input-placeholder {
  color: #262626;
}

.subscribe-form input::placeholder {
  color: #262626;
}

.footer-bottom {
  color: #ccc;
  border-top: 1px solid rgba(204, 204, 204, 0.2);
  opacity: .5;
  margin-top: 95px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.footer-bottom span,
.footer-bottom .privacy {
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid rgba(204, 204, 204, 0.4);
}

.footer-bottom .social {
  padding-left: 15px;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
}

.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: 10px;
}

.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;
}

.copyright {
  background-color: #1a1a1a;
  text-align: center;
  color: #595959;
  font-size: 15px;
  line-height: 25px;
  border-top: #ececec;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
}

.block-section {
  padding-bottom: 20px;
  position: relative;
}

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

.blocks-group {
  padding-top: 30px;
}

.contact-form {
  padding: 40px 15px 15px;
  border-radius: 1px;
}

.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: #fafafa;
}

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

.secondname {
  display: none !important;
}

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

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

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

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

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

.input-text {
  width: 100%;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #262626;
  font-size: 15px;
  display: block;
  line-height: 1;
  font-family: "Open Sans", 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: #262626;
  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: #262626;
  font-size: 15px;
  display: block;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  border-radius: 1px;
  background-color: #fff;
}

.select-control {
  width: 100%;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #262626;
  font-size: 15px;
  display: block;
  line-height: 1;
  font-family: "Open Sans", 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: #262626;
  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: #ff5c36;
}

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;
}

.checkbox-group {
  text-align: center;
}

.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;
}

.quote-section {
  margin-top: 120px;
}

.quote-section .container {
  background-color: #fff;
  padding: 20px;
}

.quote-section .quote-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.quote-section .quote-pic {
  border-radius: 50%;
  margin: auto;
  display: inline-block;
}

.quote-section .quote-author {
  padding-left: 20px;
  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;
  padding-top: 0;
  display: inline-block;
  vertical-align: top;
}

.quote-section .quote-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 40px;
  color: #2ddaff;
}

.quote-section .col:last-child:before {
  position: absolute;
  content: "";
  background-color: #e6e6e6;
  width: 1px;
  top: 20px;
  left: 0;
  height: 220px;
}

.quote-section .swiper-button-prev {
  top: unset;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding-right: 20px;
  color: #1b3b55;
  height: 16px;
}

.quote-section .swiper-button-prev:after {
  left: -30px;
  position: absolute;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  font-size: 15px;
  color: #1b3b55;
}

.quote-section .swiper-button-next {
  top: unset;
  bottom: -55px;
  right: 50%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding-left: 20px;
  color: #1b3b55;
  border-left: 1px solid #1b3b55;
  height: 16px;
}

.quote-section .swiper-button-next:after {
  right: -30px;
  position: absolute;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  font-size: 15px;
  color: #1b3b55;
}

.half-bg-section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
}

.half-bg-section .row {
  position: relative;
  z-index: 1;
}

.img-text-section {
  padding-top: 20px;
  padding-bottom: 30px;
}

.img-text-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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.img-text-section .buttons-row .col-auto a {
  margin-bottom: 20px;
}

.text-block-section ul h3 {
  display: inline-block;
  margin-top: 0;
}

.text-block-section ul li {
  margin-bottom: 20px;
}

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

.icon-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;
}

.icon-card {
  height: 100%;
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.icon-card:hover .hover-button {
  background-color: #262626;
}

.icon-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;
}

.icon-card-pic {
  padding-bottom: 42%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 45px 45px 0 0;
}

.icon-card-title {
  padding: 15px 30% 15px 0;
  min-height: 80px;
  position: relative;
}

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

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

.icon-card-title.-big-pic + .icon-card-text {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 10px;
}

.icon-card-title.-small-pic {
  margin-left: 30px;
  margin-right: 30px;
  min-height: 85px;
  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;
  text-align: right;
}

.icon-card-title.-small-pic img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: block;
}

.icon-card-title.-small-pic p {
  margin-bottom: 0;
  padding-left: 135px;
}

.icon-card-title.-small-pic + .icon-card-text {
  border-top: 1px solid #e6e6e6;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 30px;
}

.icon-card-text {
  padding-top: 20px;
}

.title-block-section {
  padding: 30px 15px 0;
}

.bullet-card {
  padding: 30px 20px 15px 60px;
  position: relative;
  height: 100%;
}

.bullet-card::before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2ddaff;
  left: 30px;
  top: 37px;
}

.parallax-img-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 80vh;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

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

.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 .subtitle {
  color: #fff;
}

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

.parallax-img-section .container {
  z-index: 10;
}

#paralax-jobs .dark-overlay {
  display: none;
}

#paralax-jobs .parallax-fixed {
  background-size: contain;
}

.textcols-section {
  padding-left: 15px;
  padding-right: 15px;
}

.textcols-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.textcols-title-wrapper .textcols-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  padding-right: 20px;
}

.textcols-title-wrapper p:first-child {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
}

.textcols-title-wrapper p:last-child {
  color: #2ddaff;
}

.textcols-text {
  margin-bottom: 30px;
}

.col-md-6:first-child .textcols-text {
  margin-bottom: 50px;
}

.bg-gradient-section {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 20px;
}

.bg-gradient-section .col-md-6:first-child p {
  margin-bottom: 0;
}

.bg-gradient-item {
  background-color: #fff;
  border-radius: 35px;
  padding: 30px;
}

.contact-form-section {
  margin-bottom: 40px;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  scroll-margin-top: 100px;
}

.contact-form-section h2 {
  color: #fff;
  position: relative;
  z-index: 2;
}

.contact-form-section .contact-form-subtitle {
  position: relative;
  z-index: 2;
}

.contact-form-section form {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.contact-form-section .input-text {
  margin-bottom: 20px;
}

.contact-form-section .form-control {
  padding: 25px 20px;
}

.contact-form-section button {
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 1;
  background-color: #2ddaff;
}

.contact-form-section .checkbox-group a {
  display: inline-block;
  font-size: 15px;
  margin-left: 10px;
}

/* 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(38, 38, 38, 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) {
  .img-text-section .pic-col img {
    max-width: 80%;
    border-radius: 35px;
  }
}

@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%;
  }

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

  ._bigger-text {
    font-size: 1.375rem;
  }

  ._bigger-text p {
    margin-bottom: 36px;
  }

  ._bottom-gutter {
    margin-bottom: 40px;
  }

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

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.625rem;
  }

  h3 {
    font-size: 20px;
  }

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

  .intro-section .intro-subtitle {
    margin-left: 0;
    font-size: 2rem;
    line-height: 40px;
    margin-top: 20px;

  }

  .intro-page-section .intro-subtitle {
    font-size: 2rem;
    line-height: 40px;
  }

  .site-title-section {
    margin-top: 130px;
  }

  .site-subtitle {
    font-size: 60px;
    line-height: 65px;
    font-style: italic;
    margin-left: 100px;
  }

  .h1 {
    font-size: 3.5rem;
  }

  .h2 {
    font-size: 60px;
  }

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

  .social-top {
    margin-right: 30px;
  }

  .mobile-menu-trigger {
    top: 25px;
    right: 25px;
  }

  .footer {
    padding-top: 65px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-title {
    font-size: 60px;
    line-height: 75px;
  }

  .footer-social {
    margin-top: 0;
  }

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

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

  .quote-section .quote-text {
    padding-top: 30px;
  }

  .half-bg-section .bg {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    background-position: 50% top;
    display: block;
  }

  .half-bg-section .button {
    width: 270px;
    margin-top: 20px;
  }

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

  .icon-card-title.-small-pic img {
    width: 60px;
    height: 60px;
  }

  .title-block-section {
    padding: 40px 0 30px;
  }

  .bullet-card {
    padding: 30px 60px 15px;
  }

  .parallax-img-section {
    padding-left: 0;
    padding-right: 0;
  }

  .textcols-section {
    padding-left: 0;
    padding-right: 0;
  }

  .textcols-title-wrapper {
    margin-bottom: 30px;
  }

  .textcols-title-wrapper p:first-child {
    font-size: 22px;
  }

  .col-md-6:first-child .textcols-text {
    margin-bottom: 30px;
  }

  .bg-gradient-section {
    padding-top: 40px;
  }

  .bg-gradient-item {
    padding: 45px;
  }
}

@media (min-width: 992px) {
   .col-md-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-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: 6.25rem;
  }

  .intro-section .container {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .intro-page-section .container {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .button-round {
    display: block;
  }

  .header .container {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  

  .top-logo {
    max-width: 150px;
  }

  .social-top {
    margin-right: 0;
    padding-top: 12px;
  }

  .primary-menu {
    display: block;
  }

  .mobile-menu {
    display: none;
  }

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

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

  .button-round {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer {
    padding-top: 80px;
  }

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

  .contact-form {
    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;
  }

  .quote-section .quote-author {
    padding-left: 50px;
    padding-top: 10px;
  }

  .quote-section .quote-text {
    padding-top: 60px;
    padding-left: 100px;
    padding-right: 60px;
  }

  .quote-section .col-md-6:first-child {
    border-right: 1px solid #e6e6e6;
    padding-right: 8.3333%;
  }

  .quote-section .col-md-6:last-child {
    padding-left: 8.3333%;
  }

  .half-bg-section {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 50vw;
    max-height: 1000px;
    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;
  }

  .half-bg-section.-pic-left .bg {
    left: 0;
    background-position: right 50%;
  }

  .half-bg-section.-pic-left .col {
    margin-left: 58.33333%;
  }

  .half-bg-section.-pic-right .bg {
    left: 50%;
    background-position: left 50%;
  }

  .half-bg-section .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding-bottom: 50%;
    bottom: 0;
    max-height: 1000px;
  }

  .half-bg-section .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .half-bg-section .button {
    width: 290px;
    margin-top: 30px;
  }

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

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

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

  .img-text-section.-pic-right .pic-col {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .img-text-section.-pic-right .text-col {
    padding-right: 30px;
  }

  .img-text-section .pic-col img {
    max-width: 100%;
  }

  .text-block-section .container {
    width: auto;
  }

  .icon-card-title.-small-pic img {
    width: 70px;
    height: 70px;
  }

  .title-block-section {
    padding: 60px 0 30px;
  }

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

  #paralax-jobs .parallax-fixed {
    background-size: cover;
  }

  .textcols-section .col-md-6:first-child {
    border-right: 1px solid #e6e6e6;
    padding-right: 8.3333%;
  }

  .textcols-section .col-md-6:last-child {
    padding-left: 8.3333%;
  }

  .textcols-title-wrapper {
    margin-bottom: 40px;
  }

  .textcols-text {
    margin-bottom: 0;
  }

  .col-md-6:first-child .textcols-text {
    margin-bottom: 0;
  }

  .bg-gradient-section {
    padding-top: 60px;
  }

  .bg-gradient-section .col-md-6:first-child {
    border-right: 1px solid #e6e6e6;
    padding-right: 8.3333%;
  }

  .bg-gradient-section .col-md-6:first-child h2 {
    margin-bottom: 0;
  }

  .bg-gradient-section .col-md-6:last-child {
    padding-left: 8.3333%;
  }
}

@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%;
  }

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

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

  ._bottom-gutter {
    margin-bottom: 60px;
  }

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

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

  .header li {
    margin-right: 65px;
  }

  .header .nav {
    margin-right: 100px;
  }

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

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

  .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%);
  }

  .half-bg-section .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .half-bg-section .button {
    width: 320px;
    margin-top: 40px;
  }

  .img-text-section.-pic-left .text-col {
    padding-left: 8.33333%;
  }

  .img-text-section.-pic-right .text-col {
    padding-right: 8.33333%;
  }

  .text-block-section {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-card-title.-small-pic {
    min-height: 180px;
    font-size: 1.375rem;
  }

  .icon-card-title.-small-pic img {
    max-width: 30%;
    max-height: 120px;
    width: auto;
    height: auto;
  }

  .title-block-section {
    padding-top: 90px;
  }

  .parallax-img-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .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;
  }
}

@media (min-width: 1740px) {
  .container {
    width: 1410px;
    max-width: 100%;
  }

  ._bottom-gutter {
    margin-bottom: 90px;
  }

  h2 {
    font-size: 3.438rem;
  }

  .intro-section .container {
    margin-left: 90px;
    margin-right: 90px;
  }

  .intro-page-section .container {
    margin-left: 90px;
    margin-right: 90px;
  }

  .header .container {
    margin-left: 90px;
    margin-right: 90px;
  }

  .block-section {
    padding-bottom: 90px;
  }

  .half-bg-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .half-bg-section.-pic-left .col {
    margin-left: 58.33333%;
  }

  .img-text-section .pic-col img {
    max-width: 570px;
  }

  .bg-gradient-section {
    padding-top: 90px;
  }
}

@media (max-width: 991px) {
  .device-menu-panel {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .subscribe-form button {
    margin-top: 60px;
  }

  .footer-bottom span,
  .footer-bottom .privacy {
    display: block;
    margin-bottom: 10px;
    border-right: none;
  }

  .empty-col {
    display: none;
  }

  .quote-section {
    margin-top: 20px;
  }

  .quote-section .quote-item {
    padding-top: 120px;
  }

  .quote-section .quote-pic {
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .quote-section .quote-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-section .col-md-6:last-child {
    padding-left: 20px;
    padding-right: 8.3333%;
  }

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

  .img-text-section .pic-col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
  }

  .img-text-section .buttons-row .col-auto {
    margin: 0 auto;
  }
}

@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;
  }

  .header .locale-picker {
    position: absolute;
    top: 0;
    right: 90px;
  }

  .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%;
  }

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

  .half-bg-section .bg {
    display: none;
    background: none !important;
  }

  .half-bg-section .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 30px 45px;
  }

  .half-bg-section .button {
    max-width: 330px;
    display: block;
    margin: 0 auto;
  }

  .img-text-section .text-col {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .site-title-svg {
    margin-bottom: 20px;
  }

  .header .button {
    display: none;
  }

  .button.-xl {
    max-width: 280px;
    margin: 0 auto 15px;
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .header .button {
    position: relative;
    right: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .button {
    position: relative;
    right: 70px;
  }

  .header .locale-picker {
    position: absolute;
    top: 0;
    right: 50px;
  }

  .social-col {
    max-width: 8.33333%;
  }

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

  .half-bg-section {
    padding-top: 60%;
    padding-bottom: 40px;
  }

  .half-bg-section .bg {
    left: 0;
    right: 0;
    padding-bottom: 50%;
    background-attachment: fixed;
  }

  .half-bg-section .col {
    text-align: center;
  }
}

@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;
  }

  .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%;
  }
}


/*# sourceMappingURL=main.css.map */
#mc_embed_signup_scroll {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mc-field-group {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}


#mc_embed_signup div.mce_inline_error {
    position: absolute;
   font-size: 12px;
    top: 65px;
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

@media (min-width: 768px) {
      .mc-field-group {
        flex: 0 0 60%;
        max-width: 60%;
        text-align: right;
      }

    .optionalParent {
         flex: 0 0 40%;
        max-width: 40%;
        text-align: left;
    }

    #mc_embed_signup div.mce_inline_error {
          right: 20px;
    }


   .subscribe-form .optionalParent button {
      margin-top: 0;
  }
}

.subscribe-message {
    margin-top: 20px;
}

nav.top-nav {
  display: none;
  margin-left: auto;
}   

.header .nav {
    display: block;
}
.desktop-hamburger-menu {
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#010014), color-stop(50%, #091046), to(#421a90));
    background: -o-linear-gradient(left, #010014 0%, #091046 50%, #421a90 100%);
    background: linear-gradient(90deg, #010014 0%, #091046 50%, #421a90 100%);
  display: none;
  width: 100%;
  position: absolute;
  z-index: 10001;
  min-height: 60vh;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(1, 18, 41, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(1, 18, 41, 0);
}

.desktop-hamburger-menu p {
  color: #fff;
}

.desktop-hamburger-menu li {
  list-style: none;
}

.hamburger-menu-header {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  margin-bottom: 20px;
}

.hamburger-menu-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hamburger-menu-header-right {
  padding: 10px;
}

.hamburger-menu-header-right a,
.hamburger-menu-header-right li,
.hamburger-menu-header-right form,
.hamburger-menu-header-right ul,
.hamburger-menu-header-right div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.hamburger-menu-header-right a {
  text-decoration: none;
}

.hamburger-menu-body {
  padding-top: 50px;
}

.hamburger-menu-body li {
  color: #00c5b4;
}

.hamburger-menu-body a {
  font-size: 20px;
  text-decoration: none;
}

.desktop-hamburger-menu {
  display: none;
}

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

[x-cloak] {
  display: none !important;
}

.mobile-menu {
    display: block;
    z-index: 10000;
    color: #fff;
    font-size: 20px;
    height: 100vh;
}


.mobile-menu-trigger.menu-opened {
  top: 0;
}

.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);
}

.mobile-menu-trigger.menu-opened span::after {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}

.mobile-menu-trigger span {
  background-color: #66bc46;
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 15px;
  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: 0px;
  width: 100%;
  height: 100%;
  content: " ";
  background-color: #66bc46;
  -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, -webkit-transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

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

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

.mobile-menu-trigger:hover {
  background-color: #66bc46;
}

.mobile-menu-trigger:hover span,
.mobile-menu-trigger:hover span:after,
.mobile-menu-trigger:hover span:before {
  background-color: #fff;
}

.mobile-menu-trigger.close {
  background-color: #66bc46;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: unset;
}

.mobile-menu-trigger.close span {
  background-color: transparent !important;
  width: 15px;
  left: 8px;
}

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

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

.mobile-menu .mobile-menu-trigger.close {
  top: 20px;
  right: 15px;
  z-index: 10002;
  position: absolute;
}

.mobile-menu .mobile-menu-trigger.close span {
  left: 7px;
  margin-top: -1px;
}

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

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

.add-gradient .mobile-menu-trigger {
    background-color: #66bc46;
}

.add-gradient .mobile-menu-trigger span,
.add-gradient .mobile-menu-trigger span:after,
.add-gradient .mobile-menu-trigger span:before {
  background-color: #fff;
}

.social-top {
    margin-left: auto;
    display: none;
}

.hamburger-menu-body a {
    display: block;
    color: #2ddaff;
}

.hamburger-menu-contacts {
    border-left: 2px solid rgba(255, 255, 255, .3);
}

.hamburger-menu-socials {
    display: flex;

}

.hamburger-menu-socials a {
    margin-right: 15px;
}


.desktop-hamburger-menu {
    display: none;
}
@media (min-width: 992px) {
    nav.top-nav {
    display: block;
  }

  .mobile-menu {
    display: none;
  }

  .desktop-hamburger-menu {
    display: block;
  }

  .desktop-hamburger-menu {
    display: block;
  }

  .social-top {
        margin-left: 40px;
        display: block;
  }
}

.footer .top-logo {
    margin-bottom: 60px;
    display: block;

}


.footer-bottom {
    text-align: left;
    margin-left: -15px;
}

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

@media (max-width: 767px) {

    .footer .container {
        width: 100%;
    }

    .footer-bottom {
        margin-left: 0 ;
    }

}
.subscribe-section {
    padding-bottom: 80px;
    padding-top: 80px;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

.subscribe-section .container {
    z-index: 2;
}

.subscribe-section .privacy-consent {
    color: #fff;
    opacity: .8;
    text-align: center;
    margin-top: 20px;
}

.menu-block {
    display: flex;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
    padding: 8px 0 8px 8px;
    margin-left: 30px;
  }

  .header-nav { 
    display: flex;
    justify-content: flex-end;
  }
  .header .container {
    justify-content: space-between;
  }
  .header .button {
    right: 0;
  }

  .popup-form-section {
    position: absolute;
    width: 100%;
    transform: translateX(-50%);
    max-width: 800px;
    left: 50%;
    padding-left: 30px;
    padding-right: 30px;
    top: 0;
    z-index: 1111;
  }

  .popup-form-section .mobile-menu-trigger.close {
    margin-left: auto;
    top: -20px;
  }




