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%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: #262626;
  background-color: #f7f7f7;
  font-family: "Verdana", sans-serif;
  min-height: 100%;
  font-size: 0.9375rem;
  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: #ff5c36;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  margin-left: -1em;
  margin-top: -2px;
  font-style: 20px;
}

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

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

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

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

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

._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: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
  font-weight: 700;
  margin-bottom: 40px;
}

h1 strong {
  color: #ff5c36;
}

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

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

h2 strong {
  color: #ff5c36;
}

h2 p {
  margin-bottom: 0;
}

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

h4 {
  font-style: 1rem;
  margin-bottom: 1rem;
  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;
}

a:hover {
  color: #ff5c36;
}

b,
strong {
  font-weight: 600;
}

p {
  margin-bottom: 24px;
}

.intro-section {
  padding-top: 150px;
  padding-bottom: 120px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  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;
  font-size: 3rem;
}

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

.intro-section .svg-layout {
  display: none;
}

.intro-section .svg-layout svg {
  width: 100%;
  position: relative;
  left: 435px;
  height: auto;
  top: -430px;
  overflow: visible;
}

.svg-layout-whitebg {
  display: none;
}

.page-home .svg-layout-whitebg svg {
  width: 100%;
  position: relative;
  left: 450px;
  top: 0;
  height: auto;
  overflow: visible;
}

.intro-subtitle {
  color: #fff;
  margin-bottom: 0;
  max-width: 640px;
  padding-right: 90px;
  font-size: 1.3rem;
}

.main {
  overflow-x: hidden;
}

.scroll-down {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}

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

.page-home .news-list-item:hover .button {
  display: block;
}

.intro-page-section {
  padding-top: 250px;
  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;
  font-size: 3rem;
  margin-bottom: -40px;
}

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

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

.intro-page-section .scroll-down {
  display: none;
}

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

.careers-section h1 {
  text-align: center;
  margin-bottom: 30px;
}

.careers-section > img {
  margin-bottom: 30px;
}

.career-top-text {
  width: 70%;
  margin: 40px auto 0;
}

.job-opportunities-block {
  position: relative;
  padding-top: 50px;
}

.job-opportunity-item {
  position: relative;
  margin-bottom: 20px;
  padding: 0 50px 50px;
}

.job-buttons-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}

.job-buttons-item button {
  margin-bottom: 20px;
}

.job-opportunity-full {
  position: absolute;
  display: none;
  background-color: #fafafa;
  opacity: 1;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 50px;
}

.job-opportunity-full button {
  margin-top: 20px;
}

.job-justify {
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.career-testimonials-block {
  margin-top: 60px;
  margin-bottom: 60px;
}

.career-testimonials-block img {
  position: absolute;
  border-radius: 50%;
  z-index: 10;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 200px;
}

.career-testimonials-block .swiper-slide {
  padding: 60px 40px;
}

.career-testimonials-block .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.career-testimonials-block .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left bottom, left top, from(#e1261c), to(#ff5c36));
  background: -o-linear-gradient(bottom, #e1261c 0%, #ff5c36 100%);
  background: linear-gradient(to top, #e1261c 0%, #ff5c36 100%);
}

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

.testimonial-text {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 110px;
}

.academy-block {
  padding: 50px;
}

.academy-description {
  padding-right: 20px;
}

.academy-pic {
  border-radius: 15px;
}

.cv-section {
  background-color: #011229;
  padding-bottom: 100px;
  padding-top: 100px;
  color: #fff;
  margin-top: 50px;
}

.cv-section .button {
  margin-bottom: 20px;
}

.cv-section .textarea-col {
  margin-top: 30px;
}

.cv-section .justify-end button {
  margin: 20px auto;
  display: block;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.news-slider {
  margin-top: 30px;
  margin-bottom: 30px;
}

.news-slider .article-title {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-bottm: 10px;
}

.news-slider .button {
  display: none;
  margin: 0 auto;
  width: 165px;
}

.news-slider .button.-turq-gradient:hover {
  background: -webkit-gradient(linear, left top, right top, from(#0f808c), to(#00c5b4));
  background: -o-linear-gradient(left, #0f808c 0%, #00c5b4 100%);
  background: linear-gradient(to right, #0f808c 0%, #00c5b4 100%);
  color: #fff;
}

.news-slider .category {
  color: #00c5b4;
  font-weight: 700;
  margin-bottom: 40px;
}

.news-slider p {
  margin-bottom: 15px;
  margin-top: 5px;
  color: #000;
}

.main-page .news-list-item:hover .button {
  display: block;
}

.slider-button {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  bottom: 20%;
  height: 50px;
}

.news-list-item {
  position: relative;
}

.news-list-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.news-list-item img {
  border-radius: 20px;
}

.featured-status {
  color: #00c5b4;
  text-transform: uppercase;
  font-weight: 700;
}

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

.header ul {
  text-decoration: none;
}

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

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

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

.page-home .header {
  background-color: #330600;
}

.top-logo {
  width: 150px;
  max-height: 50px;
  display: inline-block;
}

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

.menu-item.active {
  color: #ff5c36;
  border-bottom: 1px solid #ff5c36;
  padding-bottom: 7px;
}

.right-words-deco {
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 10;
  width: 25px;
  right: 10px;
  bottom: 120px;
  position: absolute;
  font-size: 14px;
  color: #fff;
}

.right-words-deco ul {
  list-style: none;
  letter-spacing: 4.8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  white-space: nowrap;
  padding-left: 30px;
}

.right-words-deco li {
  margin-right: 10px;
  display: inline-block;
}

.primary-menu {
  display: none;
}

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

.primary-menu li {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 20px;
  left: -20px;
  display: none;
  background: #262626;
  width: 150px;
  padding-bottom: 20px;
}

.dropdown-menu a {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  line-height: 18px;
}

.has-submenu:hover .dropdown-menu {
  display: block;
}

.mobile-menu {
  overflow: auto;
  background-color: #ff5c36;
  padding: 60px 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: 20px;
  z-index: 100;
}

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

.mobile-menu a {
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
}

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

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

.mobile-menu-trigger span {
  background-color: #ff5c36;
  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: #ff5c36;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: -webkit-transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

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

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

.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: "Verdana", 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: 15px;
  font-weight: 800;
  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: #fff;
  color: #ff5c36;
}

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

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

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

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

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

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

.simple-orange {
  color: #ff5c36;
  border: none;
  padding: 0 !important;
  display: inline-block !important;
  text-align: left;
  position: relative;
  min-width: 1px !important;
  display: inline-block !important;
}

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

.outline-orange {
  background: #fff;
  color: #ff5c36;
  border: 2px solid #ff5c36;
}

.outline-orange:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#e1261c), to(#ff5c36));
  background: -o-linear-gradient(bottom, #e1261c 0%, #ff5c36 100%);
  background: linear-gradient(to top, #e1261c 0%, #ff5c36 100%);
  color: #fff;
}

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

.footer {
  background-color: #262626;
  color: #999999;
  position: relative;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.footer a {
  text-decoration: none;
}

.page-home .footer {
  background-color: #330600;
}

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

.page-home .copyright {
  background-color: #330600;
}

.email {
  margin-bottom: 20px;
}

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

.sertificates img {
  max-width: 300px;
  height: auto;
}

.other-sites {
  font-weight: 700;
}

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

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

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

.popup-form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup-form:before {
  position: absolute;
  content: "";
  background-color: #fff;
  opacity: .65;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.forms-section {
  position: absolute;
  top: 10vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.feedback-block {
  background-color: #fff;
  -webkit-box-shadow: 11px 11px 35px rgba(31, 31, 31, 0.15);
  box-shadow: 11px 11px 35px rgba(31, 31, 31, 0.15);
  width: 450px;
  height: 650px;
}

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

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

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

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

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

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

option {
  background-color: #fafafa;
}

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

.secondname {
  display: none !important;
}

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

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

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

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

:-ms-input-placeholder {
  font-size: 16px;
  color: #595959;
  font-family: "Verdana", 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: "Verdana", 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: "Verdana", 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: "Verdana", 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;
}

.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 .container {
  background-color: #fff;
  padding: 20px;
  border-radius: 35px;
  margin-bottom: 30px;
}

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

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

.quote-section .quote-pic img {
  border-radius: 20px;
}

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

.quote-section .author-name p:first-child {
  color: #262626;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

.quote-section .author-name p:last-child {
  color: #ff5c36;
  font-weight: 700;
}

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

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

.icon-card-title.-small-pic img {
  position: absolute;
  right: 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;
}

.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;
  margin-left: auto;
  margin-right: auto;
}

.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: #ff5c36;
  left: 30px;
  top: 37px;
}

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

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

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

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

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

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

.bg-gradient-section {
  background: #ff5e35;
  background: -webkit-gradient(linear, left top, right top, from(#ff5e35), to(#ff8301));
  background: -o-linear-gradient(left, #ff5e35 0%, #ff8301 100%);
  background: linear-gradient(90deg, #ff5e35 0%, #ff8301 100%);
  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;
}

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

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

/* 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%;
  }
}

@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: 42px;
  }

  h2 {
    font-size: 2.625rem;
  }

  h3 {
    font-size: 20px;
  }

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

  .intro-subtitle {
    font-size: 1.5rem;
  }

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

  .job-buttons-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .cv-section .justify-end button {
    margin: 20px 0 20px auto;
  }

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

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

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

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

@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-section h1 {
    font-size: 5rem;
  }

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

  .intro-page-section h1 {
    font-size: 5rem;
  }

  .careers-section > img {
    margin-bottom: 60px;
  }

  .job-justify {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .career-testimonials-block img {
    left: 200%;
    max-width: 100%;
  }

  .cv-section .textarea-col {
    margin-top: 0;
  }

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

  .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 {
    margin-top: 95px;
    padding: 75px 115px 55px;
  }

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

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

  .quote-section .container {
    margin-bottom: 60px;
  }

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

  .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;
    max-width: 930px;
  }

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

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

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

  .intro-section .svg-layout {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1500px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .page-home .svg-layout-whitebg {
    display: block;
    position: absolute;
    top: 1360px;
    left: 100%;
    width: 1500px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
  }

  .scroll-down {
    bottom: -35px;
  }

  .intro-page-section {
    padding-top: 350px;
  }

  .job-buttons-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .career-testimonials-block img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .testimonial-text {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .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: 1440px) {
  .scroll-down {
    right: 60px;
  }

  .scroll-up {
    right: 80px;
  }
}

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

  .scroll-down {
    right: 0;
    bottom: -30px;
  }

  .scroll-up {
    right: 80px;
  }

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

  .careers-section > img {
    margin-bottom: 100px;
  }

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

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

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

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

  .quote-section .container {
    margin-bottom: 80px;
  }

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

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

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

  .empty-col {
    display: none;
  }

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

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

  .quote-section .quote-pic {
    position: absolute;
    left: 50%;
    top: -50%;
    -webkit-transform: translate(-50%, 40px);
    -ms-transform: translate(-50%, 40px);
    transform: translate(-50%, 40px);
  }

  .quote-section .quote-text {
    padding-left: 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;
  }
}

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

  .cv-section .justify-end ._text-right {
    text-align: left;
  }

  .header .locale-picker {
    position: absolute;
    top: 10px;
    right: 90px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

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

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

  .sertificates {
    margin-top: 20px;
  }

  .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) {
  .button.-xl {
    max-width: 280px;
    margin: 0 auto 15px;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .locale-picker {
    position: absolute;
    top: 5px;
    right: 50px;
  }

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

  .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 */
