*,
:after,
:before {
  box-sizing: border-box;
  outline: none;
}
::-moz-selection {
  background-color: #ff540b;
  color: #fff;
}
::selection {
  background-color: #ff540b;
  color: #fff;
}
body {
  overflow-x: hidden;
  margin: 0 auto;
  color: #424242;
  line-height: 1.5;
  font-weight: 300;
}
@supports not (font-variation-settings: normal) {
  body {
    font-family: Raleway, sans-serif;
  }
}
@supports (font-variation-settings: normal) {
  body {
    font-family: Raleway-VF, sans-serif;
  }
}
body.is-block {
  overflow: hidden;
}
section {
  font-size: 10px;
}
@media (max-width: 992px) {
  section {
    font-size: 6.25px;
  }
}
@media (max-width: 576px) {
  section {
    font-size: 5.5px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #3c424f;
}
blockquote,
p,
ul {
  margin: 0;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
address {
  font-style: normal;
}
a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
b,
strong {
  font-weight: bolder;
}
mark {
  color: #000;
  background-color: #ff0;
}
small {
  font-size: 80%;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
.create-spiner {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.create-spiner.hide {
  display: none;
}
.hidden {
  display: none !important;
}
.spiner {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
}
.spiner > div {
  position: fixed;
  top: 50%;
  left: 50%;
}
.spiner img {
  width: 90px;
}
.spiner > div #spiner-message {
  font-size: 13px;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}
.link {
  position: relative;
  padding-left: 25px;
  color: #ff6d3c;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  text-decoration: none;
}
@supports not (font-variation-settings: normal) {
  .link {
    font-family: Montserrat, sans-serif;
  }
}
@supports (font-variation-settings: normal) {
  .link {
    font-family: Montserrat-VF, sans-serif;
  }
}
@media only screen and (max-width: 575px) {
  .link {
    font-size: 19px;
  }
}
.link:hover {
  color: #fa5923;
  text-decoration: none;
}
.link:hover:before {
  -webkit-animation: arrow-xs 0.3s ease-in-out infinite alternate;
  animation: arrow-xs 0.3s ease-in-out infinite alternate;
}
.link:before {
  top: 50%;
  left: 0;
  width: 16px;
  height: 14px;
  background-image: url(../img/home/arrow-xs.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.link:after,
.link:before {
  display: block;
  position: absolute;
  content: "";
}
.link:after {
  right: 0;
  bottom: -2px;
  left: 25px;
  width: 0;
  margin: auto;
  background-color: currentColor;
  transition: width 0.3s;
}
.link:hover:after {
  width: calc(100% - 25px);
  height: 2px;
}
.link.link--v2 {
  padding-left: 44px;
  color: #ff540b;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.link.link--v2:before {
  left: 0;
  width: 32px;
  height: 18px;
  background-image: url(../img/common/arrow-long.svg);
}
.link.link--v2:after {
  right: 0;
  left: 44px;
  width: 0;
  margin: auto;
  transition: width 0.3s;
}
.link.link--v2:hover:after {
  width: calc(100% - 44px);
}
@media only screen and (max-width: 991px) {
  .link.link--v2 {
    padding-left: 22px;
    font-size: 12px;
  }
  .link.link--v2:before {
    width: 13px;
    height: 10px;
    margin-right: 8px;
    background-image: url(../img/common/arrow-long-mob.svg);
  }
  .link.link--v2:after {
    left: 22px;
  }
  .link.link--v2:hover:after {
    width: calc(100% - 22px);
  }
}
.link.link--sm {
  font-size: 16px;
  line-height: 1.5;
}
.link--show-more:before {
  transform: translateY(-50%) rotate(90deg);
}
.link--show-more.active:before {
  transform: translateY(-50%) rotate(-90deg);
}
.link--show-more:hover:before {
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes arrow-xs {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  to {
    transform: translateY(-50%) translateX(-3px);
  }
}
@keyframes arrow-xs {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  to {
    transform: translateY(-50%) translateX(-3px);
  }
}
.first {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  width: 100%;
  max-width: 1920px;
}
@media (max-width: 576px) {
  .first {
    padding: 120px 15px 20px;
  }
}
@media (max-width: 992px) {
  .first {
    min-height: auto;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .first {
    min-height: inherit;
    height: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .first {
    min-height: inherit;
    height: 100%;
  }
}
.title {
  font-size: 10px;
  text-transform: uppercase;
  color: #3c424f;
}
@media (max-width: 992px) {
  .title {
    font-size: 7px;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 6.25px;
  }
}
@media (max-width: 576px) {
  .title {
    font-size: 3.5px;
  }
}
.subtitle {
  font-size: 3.4em;
  font-weight: 400;
  line-height: 1.24;
  padding-top: 0.8em;
  text-transform: none;
}
.subtitle--2 {
  font-weight: 300;
  padding-top: 0;
}
.subtitle--2,
.title-h2 {
  text-transform: uppercase;
}
.title-h2 {
  font-weight: 900;
  font-size: 60px;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media (max-width: 1600px) {
  .title-h2 {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .title-h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .title-h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .title-h2 {
    font-size: 22px;
  }
}
.title-h2-sub {
  width: 100%;
  max-width: 1040px;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.47;
  color: #595d6a;
}
@media (max-width: 992px) {
  .title-h2-sub {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .title-h2-sub {
    font-size: 15px;
  }
}
.common-title {
  line-height: 1.25;
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}
@supports not (font-variation-settings: normal) {
  .common-title {
    font-family: Montserrat, sans-serif;
  }
}
@supports (font-variation-settings: normal) {
  .common-title {
    font-family: Montserrat-VF, sans-serif;
  }
}
@media (min-width: 768px) {
  .common-title {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .common-title {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .common-title {
    font-size: 60px;
  }
}
.common-title-section {
  line-height: 1.25;
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}
@supports not (font-variation-settings: normal) {
  .common-title-section {
    font-family: Raleway, sans-serif;
  }
}
@supports (font-variation-settings: normal) {
  .common-title-section {
    font-family: Raleway-VF, sans-serif;
  }
}
@media (min-width: 768px) {
  .common-title-section {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .common-title-section {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .common-title-section {
    font-size: 50px;
  }
}
.common-subtitle {
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  font-feature-settings: normal;
}
@supports not (font-variation-settings: normal) {
  .common-subtitle {
    font-family: Raleway, sans-serif;
  }
}
@supports (font-variation-settings: normal) {
  .common-subtitle {
    font-family: Raleway-VF, sans-serif;
  }
}
@media (min-width: 1400px) {
  .common-subtitle {
    font-size: 21px;
    font-feature-settings: "pnum" on, "lnum" on;
  }
}
p.text {
  font-size: 2.1em;
  font-weight: 300;
  line-height: 1.7;
  color: #757575;
}
@media (max-width: 992px) {
  p.text {
    font-size: 2.9em;
  }
}
@media (max-width: 576px) {
  p.text {
    font-size: 2.7em;
  }
}
.numeral {
  font-family: Work Sans, sans-serif;
  font-weight: 900;
}
.white {
  color: #fff !important;
}
.global-item {
  font-size: 10px;
  flex: 1;
}
@media (max-width: 992px) {
  .global-item {
    font-size: 8px;
  }
}
@media (max-width: 576px) {
  .global-item {
    font-size: 6.7px;
    flex: inherit;
  }
}
.global-item h3 {
  color: #424242;
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.025em;
  margin-bottom: 1em;
}
.global-item p {
  font-weight: 300;
  font-size: 2.1em;
  color: #757575;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .global-item p {
    line-height: 1.4;
  }
}
.global-item strong {
  font-weight: 600;
  padding-top: 10px;
  display: block;
}
.global-item ul {
  padding-left: 2em;
  padding-top: 10px;
}
.global-item ul li {
  position: relative;
  padding-left: 13px;
  font-size: 18px;
  font-weight: 300;
  color: #757575;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .global-item ul li {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (max-width: 576px) {
  .global-item ul li {
    font-size: 13.8px;
  }
}
.global-item ul li:before {
  content: "\f111";
  position: absolute;
  left: 0;
  top: 15px;
  font: normal normal normal 4px/1 FontAwesome;
  color: #ff540b;
}
@media (max-width: 992px) {
  .global-item ul li:before {
    top: 10px;
  }
}
.banner-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 635px;
  color: #fff;
  background: #003539;
  transform: translateX(100%);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media screen and (max-height: 940px) {
  .banner-fixed {
    width: 600px;
  }
}
@media screen and (max-height: 768px), screen and (max-width: 768px) {
  .banner-fixed {
    width: 480px;
  }
}
@media screen and (max-height: 576px), screen and (max-width: 576px) {
  .banner-fixed {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .banner-fixed {
    display: none;
  }
}
.banner-fixed__title.heading {
  margin-bottom: 15px;
  color: #fff;
  font-feature-settings: "pnum" on, "lnum" on;
}
.banner-fixed__title.heading span {
  color: #72f3ca;
}
.banner-fixed__subtitle.subheading {
  display: block;
  margin-bottom: 25px;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .banner-fixed__subtitle.subheading {
    margin-bottom: 15px;
  }
}
.banner-fixed p {
  margin-bottom: 15px;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 27px;
}
@media only screen and (min-width: 576px) {
  .banner-fixed p {
    font-size: 18px;
  }
}
.banner-fixed p strong {
  color: #fff;
}
.banner-fixed__content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 55px 80px 65px 72px;
  overflow: auto;
}
@media screen and (max-height: 940px) {
  .banner-fixed__content {
    padding: 55px 70px;
  }
}
@media screen and (max-height: 820px), screen and (max-width: 768px) {
  .banner-fixed__content {
    padding: 50px;
  }
}
@media screen and (max-height: 576px), screen and (max-width: 576px) {
  .banner-fixed__content {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 374px) {
  .banner-fixed__content {
    padding: 30px 15px;
  }
}
.banner-fixed__text-section {
  margin-bottom: 70px;
}
@media screen and (max-height: 768px), screen and (max-width: 768px) {
  .banner-fixed__text-section {
    margin-bottom: 30px;
  }
}
.banner-fixed__text-section:last-child {
  margin-bottom: 0;
}
.banner-fixed__img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
}
@media screen and (max-height: 940px) {
  .banner-fixed__img {
    bottom: -50px;
  }
}
@media screen and (max-height: 880px) {
  .banner-fixed__img {
    bottom: -90px;
  }
}
@media screen and (max-height: 820px) {
  .banner-fixed__img {
    bottom: -140px;
  }
}
@media screen and (max-height: 768px), screen and (max-width: 768px) {
  .banner-fixed__img {
    display: none;
  }
}
.banner-fixed__discount {
  display: flex;
  align-items: center;
  color: #72f3ca;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .banner-fixed__discount {
    font-size: 16px;
  }
}
.banner-fixed__discount:before {
  display: inline-block;
  margin-right: 14px;
  width: 46px;
  height: 16px;
  background: url(../img/banner-fixed/arrow.svg) 50% no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 576px) and (min-width: 375px) {
  .banner-fixed__discount:before {
    width: 36px;
    height: 11px;
  }
}
@media screen and (max-width: 359px) {
  .banner-fixed__discount:before {
    display: none;
  }
}
.banner-fixed__contact {
  margin-top: 15px;
}
.banner-fixed .close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
  width: 20px;
  height: 20px;
  max-width: 100%;
  border: none;
  background: url(../img/banner-fixed/close-modal-white.png) 50% no-repeat;
  background-size: contain;
  cursor: pointer;
}
.banner-fixed .btn {
  width: auto;
  border: 1px solid transparent;
}
.banner-fixed .btn:after {
  display: none;
}
@media screen and (max-height: 576px), screen and (max-width: 576px) {
  body.banner-open {
    overflow: hidden;
  }
}
:root {
  --container: 1180px;
  --portfolioHeight: 500px;
  --padding: 15px;
}
@media (min-width: 768px) {
  :root {
    --portfolioHeight: 373px;
    --padding: 30px;
  }
}
.container-v2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container-v2 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-v2 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-v2 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-v2 {
    max-width: 1360px;
  }
}
@media (min-width: 1600px) {
  .container-v2 {
    max-width: 1568px;
  }
}
.section-v2 {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  .section-v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-v2--primary {
  background-color: #ff540b;
  color: #fff;
}
.heading {
  max-width: 1385px;
  font-size: 90px;
  font-weight: 900;
  line-height: 1.27;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@supports not (font-variation-settings: normal) {
  .heading {
    font-family: Montserrat, sans-serif;
  }
}
@supports (font-variation-settings: normal) {
  .heading {
    font-family: Montserrat-VF, sans-serif;
  }
}
@media (max-width: 1600px) {
  .heading {
    font-size: 74px;
  }
}
@media (max-width: 1200px) {
  .heading {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .heading {
    font-size: 44px;
    letter-spacing: 1px;
  }
}
@media (max-width: 576px) {
  .heading {
    font-size: 32px;
  }
}
.subheading {
  font-size: 46px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
@supports not (font-variation-settings: normal) {
  .subheading {
    font-family: Raleway, sans-serif;
  }
}
@supports (font-variation-settings: normal) {
  .subheading {
    font-family: Raleway-VF, sans-serif;
  }
}
@media (max-width: 1600px) {
  .subheading {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .subheading {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .subheading {
    font-size: 28px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 576px) {
  .subheading {
    font-size: 21px;
  }
}
.heading-2 {
  margin-bottom: 50px;
  color: #3c424f;
  font-size: 80px;
  font-weight: 900;
  line-height: 90px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@supports not (font-variation-settings: normal) {
  .heading-2 {
    font-family: Raleway, sans-serif;
  }
}
@supports (font-variation-settings: normal) {
  .heading-2 {
    font-family: Raleway-VF, sans-serif;
  }
}
@media (max-width: 1600px) {
  .heading-2 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1200px) {
  .heading-2 {
    font-size: 46px;
    margin-bottom: 30px;
    line-height: 42px;
  }
}
@media (max-width: 576px) {
  .heading-2 {
    font-size: 30px;
    margin-bottom: 18px;
    letter-spacing: 0;
  }
}
.services {
  overflow: hidden;
}
@-webkit-keyframes animate-circle {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes animate-circle {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes animate-letter {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.15);
  }
  40% {
    transform: scale(1.25);
  }
}
@keyframes animate-letter {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.15);
  }
  40% {
    transform: scale(1.25);
  }
}
.section {
  padding-bottom: 80px;
}
.section .subtitle {
  max-width: 27em;
}
.section--primary {
  background-color: #f4f4f4;
}
.section--secondary {
  background-color: #3c424f;
}
.section--gray {
  background-color: #f4f4f4;
}
.section--separated {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .section--separated {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--separated {
    padding-top: 30px;
  }
}
.section--lg-cont {
  padding-bottom: 0;
}
.section__content {
  margin-top: 40px;
}
.section__content--major {
  margin-top: 150px;
}
@media (max-width: 992px) {
  .section__content--major {
    margin-top: 80px;
  }
}
@media (max-width: 576px) {
  .section__content--major {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .section__content {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 1680px) {
  .section {
    padding-bottom: 130px;
  }
  .section--separated {
    padding-top: 130px;
  }
}
.gallery {
  padding-top: 200px;
  background: #fff;
}
@media (max-width: 576px) {
  .gallery {
    padding-top: 18em;
  }
}
.gallery__items {
  font-size: 0;
}
.gallery__image-wrapper {
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
@media (max-width: 992px) {
  .gallery__image-wrapper {
    height: 327px;
  }
}
@media (max-width: 768px) {
  .gallery__image-wrapper {
    height: 242px !important;
  }
}
@media (max-width: 576px) {
  .gallery__image-wrapper {
    height: 100px !important;
  }
}
.gallery__item {
  display: inline-block;
  vertical-align: top;
}
.gallery__item:nth-child(2) {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .gallery__item:nth-child(2) {
    padding: 0 5px;
  }
}
.gallery__item--s {
  width: 17%;
}
.gallery__item--l {
  width: 50%;
}
.gallery__item--m {
  width: 33%;
}
.gallery__item--xl {
  width: 67%;
}
.gallery__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20%;
  padding-right: 20%;
  height: 100%;
}
@media (max-width: 1480px) {
  .gallery__cta {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 1024px) {
  .gallery__cta {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .gallery__cta {
    display: none;
  }
}
.gallery__title {
  color: #3c424f;
  font-size: 46px;
  margin-bottom: 17px;
}
@media (max-width: 1024px) {
  .gallery__title {
    font-size: 26px;
  }
}
.gallery__btn {
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 55px;
  padding-right: 55px;
}
@media (max-width: 1024px) {
  .gallery__btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}
.features {
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .features {
    padding-bottom: 40px;
  }
}
.features__img {
  width: 90%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-animation: float-sb 20s infinite;
  animation: float-sb 20s infinite;
}
.features__img img {
  display: inline-block;
  vertical-align: middle;
}
.features__items {
  position: relative;
  display: flex;
  flex-direction: column;
}
.features__items .slick-dots {
  margin: 0;
}
.features__items .slick-dots li button {
  background-color: #e7e7e7;
}
.features__item {
  flex: 1;
}
.features__item + .features__item {
  margin-top: 20px;
}
.features__btn {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .features__img {
    width: 50%;
  }
  .features__items {
    flex-direction: row;
  }
  .features__item + .features__item {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .features__item + .features__item {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .features__img {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: -65px 0 -90px;
  }
  .features__items {
    max-width: 850px;
  }
  .features__btn {
    margin-top: 80px;
    text-align: left;
  }
}
@media only screen and (min-width: 1680px) {
  .features {
    padding-bottom: 130px;
  }
  .features__items {
    max-width: 930px;
  }
  .features__img {
    width: 65%;
  }
}
.card {
  height: 100%;
  min-height: 315px;
  padding: 5px;
  background-color: #fff;
}
.card--s {
  min-height: 200px;
}
.card--s .card__list {
  padding-top: 20px;
}
.card__head {
  position: relative;
  height: 95px;
  background-color: #f4f4f4;
}
.card__head img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  transform: translate(-50%, 40%);
}
.card__head--l img {
  width: 90%;
  max-width: 390px;
}
.card__list {
  padding: 65px 15px 30px;
}
.card__list-item {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  padding-left: 23px;
}
.card__list-item:before {
  position: absolute;
  top: 12.6px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #472176;
}
.card__list-item + .card__list-item {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .card__list {
    padding-top: 40px;
  }
  .card {
    box-shadow: 0 0 41px 5px rgba(0, 0, 0, 0.08);
  }
}
@media only screen and (min-width: 1024px) {
  .card {
    min-height: 315px;
  }
  .card--s {
    min-height: 0;
  }
  .card--s .card__list {
    padding-top: 35px;
  }
  .card__list {
    padding: 60px 25px 50px;
  }
}
.numbered-card {
  position: relative;
  padding: 22px 20px 15px;
  border: 1px solid #f4f4f4;
}
.numbered-card:before {
  color: #f4f4f4;
  font-size: 80px;
  font-weight: 900;
  line-height: 0.75;
  display: block;
  margin-bottom: 20px;
  content: counter(types-count, decimal-leading-zero) " ";
  counter-increment: types-count;
  transition: transform 0.2s ease-in;
  transition-delay: 0.15s;
}
@supports not (font-variation-settings: normal) {
  .numbered-card:before {
    font-family: Montserrat, sans-serif;
  }
}
@supports (font-variation-settings: normal) {
  .numbered-card:before {
    font-family: Montserrat-VF, sans-serif;
  }
}
.numbered-card__title {
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #3c424f;
  font-size: 24px;
  font-weight: 900;
}
.numbered-card__list {
  padding-left: 20px;
  list-style: none;
}
.numbered-card__list-item {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  padding-left: 22px;
  color: #757575;
}
.numbered-card__list-item:after {
  position: absolute;
  top: 13.4px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #472176;
}
.numbered-card__list-item + .numbered-card__list-item {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .numbered-card {
    padding: 42px 50px 25px 20px;
  }
  .numbered-card:before {
    font-size: 120px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    transform: translateX(69%) scale(1.5);
    transform: translateX(calc(100% - 41px)) scale(1.5);
  }
  .numbered-card.shtampPseudo:before {
    transform: translateX(69%) scale(1);
    transform: translateX(calc(100% - 41px)) scale(1);
  }
  .numbered-card__list {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 1680px) {
  .numbered-card {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 40px;
  }
  .numbered-card:before {
    font-size: 150px;
    transform: translateX(calc(100% - 50px)) scale(1.5);
  }
  .numbered-card.shtampPseudo:before {
    transform: translateX(calc(100% - 50px)) scale(1);
  }
}
.page-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  display: inline-block;
  max-width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 18px 25px;
  transition: color 0.3s ease, background-color 0.3s ease;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #472176;
  background-color: #472176;
}
.page-btn:hover {
  color: #472176;
  background-color: #fff;
}
.page-btn--view {
  padding-right: 60px;
  padding-left: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.page-btn--view:hover {
  color: #3c424f !important;
  background-color: #fff;
}
.page-btn--view:hover:after,
.page-btn--view:hover:before {
  border-color: #3c424f !important;
}
.page-btn--view:hover:before {
  transform: translateY(-50%) rotate(-45deg);
}
.page-btn--view:after,
.page-btn--view:before {
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  content: "";
  transition: 0.3s ease;
  background-color: transparent;
}
.page-btn--view:before {
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border: 1px solid #fff;
  border-top: 0;
  border-left: 0;
}
.page-btn--view:after {
  display: block;
  width: 28px;
  transform: translateY(-50%);
  border-top: 1px solid #fff;
}
@media only screen and (min-width: 1680px) {
  .page-btn {
    font-size: 16px;
    min-width: 290px;
    padding: 25px 35px;
  }
  .page-btn--view {
    min-width: 1px;
    padding-right: 60px;
    padding-left: 28px;
  }
}
.text-block__title {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.125;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.text-block__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #757575;
}
@media only screen and (min-width: 1366px) {
  .text-block__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .text-block__text {
    font-size: 16px;
  }
}
.development__pic {
  max-width: 550px;
  margin-bottom: 25px;
}
.development__content {
  flex-grow: 1;
}
.development__info-item {
  margin-bottom: 15px;
}
.development__btn {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .development__btn {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .development {
    display: flex;
    justify-content: space-between;
  }
  .development__pic {
    margin-right: 40px;
    margin-bottom: 0;
  }
  .development__content ~ .development__pic {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .development__info {
    display: flex;
  }
  .development__info-col {
    max-width: 410px;
    flex: 1 1;
  }
  .development__info-col + .development__info-col {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1366px) {
  .development__info-item {
    margin-bottom: 20px;
  }
  .development__btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1680px) {
  .development__pic {
    margin-right: 90px;
  }
  .development__content ~ .development__pic {
    margin-right: 0;
  }
  .development__info-col + .development__info-col {
    margin-left: 75px;
  }
  .development__info-item {
    margin-bottom: 35px;
  }
  .development__btn {
    margin-top: 25px;
  }
}
.development__pic img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.projects-slider .project__title {
  line-height: 1.1;
  text-transform: uppercase;
}
.projects-slider .slider-left_mission-slider,
.projects-slider .slider-right_mission-slider {
  top: 50%;
}
@media (max-width: 1023px) {
  .projects-slider .slider-left_mission-slider,
  .projects-slider .slider-right_mission-slider {
    top: 24%;
  }
}
@media only screen and (max-width: 1599px) {
  .projects-slider-wrap .slider-left,
  .projects-slider-wrap .slider-right {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .projects-slider-wrap .slider-left,
  .projects-slider-wrap .slider-right {
    top: 20%;
  }
}
@media (max-width: 420px) {
  .projects-slider-wrap .slider-left,
  .projects-slider-wrap .slider-right {
    top: 15%;
  }
}
@media (max-width: 380px) {
  .projects-slider-wrap .slider-left,
  .projects-slider-wrap .slider-right {
    top: 12%;
  }
}
.projects-slider-wrap .slider-left {
  left: -50px;
}
@media only screen and (max-width: 1599px) {
  .projects-slider-wrap .slider-left {
    left: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .projects-slider-wrap .slider-left {
    left: 0;
  }
}
.projects-slider-wrap .slider-right {
  right: -50px;
}
@media only screen and (max-width: 1599px) {
  .projects-slider-wrap .slider-right {
    right: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .projects-slider-wrap .slider-right {
    right: 0;
  }
}
.project {
  display: flex !important;
  overflow: hidden;
  flex-direction: column;
}
.project__pic {
  display: flex;
  align-items: flex-end;
  width: 70%;
  max-width: 840px;
  margin: 0 auto;
  flex-shrink: 0;
}
.project__pic img {
  display: inline-block;
  vertical-align: bottom;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.project__content {
  padding-top: 20px;
  padding-bottom: 50px;
  color: #fff;
  border-top: 3px solid #fff;
}
.project__title {
  font-size: 32px;
  font-weight: 100;
  color: #fff;
}
.project__title br {
  display: none;
}
.project__descr {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 20px;
  max-width: 560px;
}
.project__counts {
  display: flex;
  align-self: flex-start;
}
.project__count {
  display: inline-block;
  position: relative;
  margin-top: 25px;
  margin-right: 8.5em;
  padding-top: 20px;
  vertical-align: top;
}
.project__count--last {
  margin-right: 0;
}
.project__count:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 3px;
  content: "";
  background: #fff;
}
.project__count--no-border:after {
  display: none;
}
.project__count:last-of-type {
  margin-right: 0;
}
.project__count-header {
  font-size: 5em;
  font-weight: 400;
}
@supports not (font-variation-settings: normal) {
  .project__count-header {
    font-family: Montserrat, sans-serif;
  }
}
@supports (font-variation-settings: normal) {
  .project__count-header {
    font-family: Montserrat-VF, sans-serif;
  }
}
.project__count-descr {
  font-size: 3.2em;
  font-weight: 100;
}
.project__btn-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
@media (max-width: 1200px) {
  .project__btn-wrap {
    align-items: center;
  }
}
.project__btn + .project__btn {
  margin-top: 15px;
}
.project__btn .page-btn {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .project {
    flex-direction: column-reverse;
  }
  .project__content {
    padding-top: 0;
    border: 0;
  }
  .project__pic {
    margin: 0;
  }
  .project__title {
    font-size: 40px;
  }
  .project__descr {
    font-size: 16px;
  }
  .project__count-header {
    font-size: 4em;
  }
  .project__count-descr {
    font-size: 3em;
  }
  .project__btn-wrap {
    flex-direction: row;
    margin-top: 25px;
  }
  .project__btn + .project__btn {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .project {
    flex-direction: row;
  }
  .project.slick-active .project__content > *,
  .project.slick-active .project__pic {
    transform: translateY(0);
    opacity: 1;
  }
  .project__pic {
    width: 50%;
    transition: transform 0.4s ease-in, opacity 0.4s ease;
    transition-delay: 0.4s;
    transform: translateY(30%);
    opacity: 0;
  }
  .project__pic img {
    box-shadow: none;
  }
  .project__content {
    width: calc(50% - 20px);
    margin-left: 20px;
    padding-left: 20px;
  }
  .project__content > * {
    transition: transform 0.2s ease, opacity 0.2s ease;
    transform: translateY(20px);
    opacity: 0;
  }
  .project__content .project__title {
    transition-delay: 0.6s;
  }
  .project__content .project__descr {
    transition-delay: 0.7s;
  }
  .project__content .project__count {
    transition-delay: 0.8s;
  }
  .project__content .project__btn-wrap {
    transition-delay: 0.9s;
  }
  .project__btn-wrap {
    display: inline-flex;
    flex-direction: column;
    margin-top: 25px;
  }
  .project__btn + .project__btn {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .project__title {
    font-size: 60px;
  }
  .project__title br {
    display: block;
  }
  .project__descr {
    margin-top: 30px;
  }
  .project__count {
    margin-top: 40px;
    padding-top: 25px;
  }
  .project__count--no-border {
    padding-top: 0;
  }
  .project__content {
    padding-top: 40px;
    padding-left: 40px;
  }
  .project__btn-wrap {
    flex-direction: row;
    margin-top: 40px;
  }
  .project__btn + .project__btn {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1680px) {
  .project__content {
    width: auto;
    padding-top: 90px;
  }
  .project__title {
    font-size: 70px;
  }
  .project__count-header {
    font-size: 5em;
  }
  .project__count-descr {
    font-size: 3.2em;
  }
}
@media only screen and (min-width: 1920px) {
  .project__pic {
    width: 53%;
  }
  .project__content {
    margin-left: 80px;
  }
}
.section-niches__title {
  max-width: 918px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 575px) {
  .section-niches__title {
    margin-bottom: 50px;
  }
}
.section-niches__heading.heading {
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .section-niches__heading.heading {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .section-niches .slick-slide img {
    display: none;
  }
}
.niches {
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .niches {
    margin-right: -15px;
  }
}
.niches .slick-list {
  margin-right: -40px;
  margin-left: -3px;
}
@media only screen and (max-width: 1599px) {
  .niches .slick-list {
    margin-right: -18px;
  }
}
@media only screen and (max-width: 575px) {
  .niches .slick-list {
    margin-right: -15px;
    margin-left: 0;
  }
}
.niches .slick-track {
  display: flex;
  align-items: stretch;
}
.niches .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-right: 40px;
  margin-left: 40px;
}
@media only screen and (max-width: 1599px) {
  .niches .slick-slide {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .niches .slick-slide {
    max-width: 80vw;
    margin-right: 9vw;
    margin-left: 0;
  }
}
.niches__item {
  position: relative;
  border: 3px solid #ffc160;
  padding: 40px 40px 40px 100px;
}
@media only screen and (max-width: 1599px) {
  .niches__item {
    padding: 30px 30px 30px 75px;
  }
}
@media only screen and (max-width: 575px) {
  .niches__item {
    padding: 25px 20px 30px;
  }
}
.niches__item--social-media-platform {
  border-color: #ffc160;
}
.niches__item--web-app-for-businesses {
  border-color: #542e82;
}
.niches__item--betting-platform-dev {
  border-color: #000;
}
.niches__item--sports-and-fitness-apps {
  border-color: #ff540b;
}
.niches__item--job-boards {
  border-color: #38ca73;
}
.niches__item--educational-websites {
  border-color: #0084ff;
}
.niches__item--software-as-a-service {
  border-color: #30d2ea;
}
.niches__item--travel-booking-portals {
  border-color: #38ca73;
}
.niches__item--trading-systems {
  border-color: #460abe;
}
.niches__item--logistics-software-solutions {
  border-color: #ff540b;
}
.niches__item--healthcare-software-solutions {
  border-color: #3981fa;
}
.niches__item--internet-of-things {
  border-color: #ff540b;
}
.niches__item-img {
  position: absolute;
  top: 40px;
  left: -40px;
  width: auto;
  max-height: 140px;
}
@media only screen and (max-width: 1599px) {
  .niches__item-img {
    top: 30px;
    left: -20px;
    max-height: 100px;
  }
}
.niches__item-main-info {
  padding-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .niches__item-main-info {
    padding-bottom: 0;
  }
}
.niches__item-hours {
  flex-basis: 60%;
}
@media only screen and (max-width: 575px) {
  .niches__item-hours {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .niches__item-months {
    margin-top: 20px;
  }
}
.niches__item-bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .niches__item-bottom-info {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .niches__item-bottom-info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
.niches__item-bottom-info .subheading {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .niches__item-bottom-info .subheading {
    line-height: 1;
  }
}
.niches__item-bottom-info .btn {
  color: #3c424f;
  margin-top: 35px;
}
@media only screen and (max-width: 575px) {
  .niches__item-bottom-info .btn {
    margin-top: 25px;
  }
}
.niches__item-subheading.subheading {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .niches__item-subheading.subheading {
    margin-bottom: 15px;
  }
}
.niches__subheading.subheading {
  margin-top: 5px;
  margin-bottom: 5px;
}
.niches__container {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1600px) {
  .niches__container {
    padding: 0 130px;
  }
}
.niches__controls {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .niches__controls {
    margin-top: 40px;
  }
}
.niches__controls-arrows {
  display: flex;
  align-items: center;
  height: 50px;
}
@media only screen and (max-width: 575px) {
  .niches__controls-arrows {
    justify-content: space-between;
  }
}
.posts__item + .posts__item {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .posts {
    display: flex;
  }
  .posts__item {
    flex: 1 1;
  }
  .posts__item + .posts__item {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .posts__item + .posts__item {
    margin-left: 30px;
  }
}
.article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.article__pic {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 56%;
}
.article__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  transform: scale(1);
}
.article__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.article__type {
  display: block;
  color: #90a4ae;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.article__title {
  flex-grow: 1;
  color: #3c424f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  margin-bottom: 20px;
}
.article__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  overflow: hidden;
  height: 85px;
  text-overflow: ellipsis;
}
.article__rating {
  color: #90a4ae;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  margin-top: 15px;
  padding-top: 10px;
}
@supports not (font-variation-settings: normal) {
  .article__rating {
    font-family: Montserrat, sans-serif;
  }
}
@supports (font-variation-settings: normal) {
  .article__rating {
    font-family: Montserrat-VF, sans-serif;
  }
}
.article__rating:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 1px;
  content: "";
  background-color: #cfd8dc;
}
@media only screen and (min-width: 1024px) {
  .article__pic {
    margin-bottom: 40px;
  }
  .article__pic:hover img {
    transform: scale(1.1);
  }
  .article__info {
    padding-right: 30px;
  }
  .article__title {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .article__title:hover {
    text-decoration: underline;
  }
  .article__rating {
    margin-top: 25px;
    padding-top: 20px;
  }
}
._pt160 {
  padding-top: 160px;
}
._pb0 {
  padding-bottom: 0 !important;
}
._mt0 {
  margin-top: 0 !important;
}
._vertical-align-bottom {
  font-size: 0;
  white-space: nowrap;
}
._vertical-align-bottom:before {
  display: inline-block;
  width: 0;
  height: 100%;
  content: "";
  vertical-align: bottom;
}
._vertical-align-middle {
  font-size: 0;
  white-space: nowrap;
}
._vertical-align-middle:before {
  display: inline-block;
  width: 0;
  height: 100%;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 1366px) {
  ._lg-pt80 {
    padding-top: 80px;
  }
}
.section .subtitle {
  max-width: 100%;
  font-weight: 200;
}
.types__items {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: types-count;
  flex-shrink: 0;
}
.types__item + .types__item,
.types__pic {
  margin-top: 20px;
}
.types__pic {
  position: relative;
  width: 90%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .types__items {
    padding-right: 150px;
  }
  .types__item {
    width: 505px;
  }
  .types__item + .types__item {
    margin-top: 30px;
  }
  .types__pic {
    width: 65%;
  }
}
@media only screen and (min-width: 1024px) {
  .types {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .types__pic {
    width: 48%;
    margin-top: 0;
    margin-left: -40px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .types__item {
    width: 610px;
  }
  .types__pic {
    margin-left: -25px;
  }
}
@media only screen and (min-width: 1680px) {
  .types__pic {
    margin-left: -95px;
  }
}
section {
  overflow: hidden;
}
.section-niches {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .section-niches {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .section-niches {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.container {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1366px) {
  .container {
    max-width: 1340px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1568px;
  }
}
.container-fluid {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.main-container {
  width: 100%;
  max-width: calc(var(--container) + var(--padding) * 2);
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
}
@font-face {
  font-family: Montserrat-VF;
  font-weight: 100 900;
  font-style: normal;
  font-stretch: 25% 150%;
  font-display: fallback;
  src: url(../fonts/Montserrat/Montserrat-VF.ttf)
      format("truetype-variations"),
    url(../fonts/Montserrat/Montserrat-VF.woff2)
      format("woff2-variations");
}
@font-face {
  font-family: Montserrat-VF;
  font-weight: 100 900;
  font-style: italic;
  font-stretch: 25% 150%;
  font-display: fallback;
  src: url(../fonts/Montserrat/Montserrat-Italic-VF.ttf)
      format("truetype-variations"),
    url(../fonts/Montserrat/Montserrat-Italic-VF.woff2)
      format("woff2-variations");
}
@font-face {
  font-family: Raleway-VF;
  font-weight: 100 900;
  font-style: normal;
  font-stretch: 25% 150%;
  font-display: fallback;
  src: url(../fonts/Raleway/Raleway-VF.ttf)
      format("truetype-variations"),
    url(../fonts/Raleway/Raleway-VF.woff2)
      format("woff2-variations");
}
@font-face {
  font-family: Raleway-VF;
  font-weight: 100 900;
  font-style: italic;
  font-stretch: 25% 150%;
  font-display: fallback;
  src: url(../fonts/Raleway/Raleway-Italic-VF.ttf)
      format("truetype-variations"),
    url(../fonts/Raleway/Raleway-Italic-VF.woff2)
      format("woff2-variations");
}
@font-face {
  font-family: Montserrat-VF;
  font-weight: 100 900;
  font-style: normal;
  font-stretch: 25% 150%;
  font-display: fallback;
  src: url(../fonts/Montserrat/Montserrat-VF.ttf)
      format("truetype-variations"),
    url(../fonts/Montserrat/Montserrat-VF.woff2)
      format("woff2-variations");
}
@font-face {
  font-family: Montserrat-VF;
  font-weight: 100 900;
  font-style: italic;
  font-stretch: 25% 150%;
  font-display: fallback;
  src: url(../fonts/Montserrat/Montserrat-Italic-VF.ttf)
      format("truetype-variations"),
    url(../fonts/Montserrat/Montserrat-Italic-VF.woff2)
      format("woff2-variations");
}
@font-face {
  font-family: Raleway-VF;
  font-weight: 100 900;
  font-style: normal;
  font-stretch: 25% 150%;
  font-display: fallback;
  src: url(../fonts/Raleway/Raleway-VF.ttf)
      format("truetype-variations"),
    url(../fonts/Raleway/Raleway-VF.woff2)
      format("woff2-variations");
}
@font-face {
  font-family: Raleway-VF;
  font-weight: 100 900;
  font-style: italic;
  font-stretch: 25% 150%;
  font-display: fallback;
  src: url(../fonts/Raleway/Raleway-Italic-VF.ttf)
      format("truetype-variations"),
    url(../fonts/Raleway/Raleway-Italic-VF.woff2)
      format("woff2-variations");
}
.banner-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 635px;
  color: #fff;
  background: #003539;
  transform: translateX(100%);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media screen and (max-height: 940px) {
  .banner-fixed {
    width: 600px;
  }
}
@media screen and (max-height: 768px), screen and (max-width: 768px) {
  .banner-fixed {
    width: 480px;
  }
}
@media screen and (max-height: 576px), screen and (max-width: 576px) {
  .banner-fixed {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .banner-fixed {
    display: none;
  }
}
.banner-fixed__title.heading {
  margin-bottom: 15px;
  color: #fff;
  font-feature-settings: "pnum" on, "lnum" on;
}
.banner-fixed__title.heading span {
  color: #72f3ca;
}
.banner-fixed__subtitle.subheading {
  display: block;
  margin-bottom: 25px;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .banner-fixed__subtitle.subheading {
    margin-bottom: 15px;
  }
}
.banner-fixed p {
  margin-bottom: 15px;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 27px;
}
@media only screen and (min-width: 576px) {
  .banner-fixed p {
    font-size: 18px;
  }
}
.banner-fixed p strong {
  color: #fff;
}
.banner-fixed__content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 55px 80px 65px 72px;
  overflow: auto;
}
@media screen and (max-height: 940px) {
  .banner-fixed__content {
    padding: 55px 70px;
  }
}
@media screen and (max-height: 820px), screen and (max-width: 768px) {
  .banner-fixed__content {
    padding: 50px;
  }
}
@media screen and (max-height: 576px), screen and (max-width: 576px) {
  .banner-fixed__content {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 374px) {
  .banner-fixed__content {
    padding: 30px 15px;
  }
}
.banner-fixed__text-section {
  margin-bottom: 70px;
}
@media screen and (max-height: 768px), screen and (max-width: 768px) {
  .banner-fixed__text-section {
    margin-bottom: 30px;
  }
}
.banner-fixed__text-section:last-child {
  margin-bottom: 0;
}
.banner-fixed__img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
}
@media screen and (max-height: 940px) {
  .banner-fixed__img {
    bottom: -50px;
  }
}
@media screen and (max-height: 880px) {
  .banner-fixed__img {
    bottom: -90px;
  }
}
@media screen and (max-height: 820px) {
  .banner-fixed__img {
    bottom: -140px;
  }
}
@media screen and (max-height: 768px), screen and (max-width: 768px) {
  .banner-fixed__img {
    display: none;
  }
}
.banner-fixed__discount {
  display: flex;
  align-items: center;
  color: #72f3ca;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .banner-fixed__discount {
    font-size: 16px;
  }
}
.banner-fixed__discount:before {
  display: inline-block;
  margin-right: 14px;
  width: 46px;
  height: 16px;
  background: url(../img/banner-fixed/arrow.svg) 50% no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 576px) and (min-width: 375px) {
  .banner-fixed__discount:before {
    width: 36px;
    height: 11px;
  }
}
@media screen and (max-width: 359px) {
  .banner-fixed__discount:before {
    display: none;
  }
}
.banner-fixed__contact {
  margin-top: 15px;
}
.banner-fixed .close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
  width: 20px;
  height: 20px;
  max-width: 100%;
  border: none;
  background: url(../img/banner-fixed/close-modal-white.png) 50% no-repeat;
  background-size: contain;
  cursor: pointer;
}
.banner-fixed .btn {
  width: auto;
  border: 1px solid transparent;
}
.banner-fixed .btn:after {
  display: none;
}
@media screen and (max-height: 576px), screen and (max-width: 576px) {
  body.banner-open {
    overflow: hidden;
  }
}
.how-we-work {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .how-we-work {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.how-we-work .wrapper {
  position: relative;
  flex: 1 0 50%;
}
@media (max-width: 767px) {
  .how-we-work .wrapper {
    flex: 1 0 100%;
  }
}
.how-we-work .wrapper:first-child .how-card {
  max-width: 423px;
}
@media (max-width: 992px) {
  .how-we-work .wrapper:first-child .how-card {
    max-width: 100%;
  }
}
.how-we-work .wrapper:nth-child(2) .how-card {
  max-width: 513px;
}
@media (max-width: 992px) {
  .how-we-work .wrapper:nth-child(2) .how-card {
    max-width: 100%;
  }
}
.how-we-work .wrapper:nth-child(3) {
  padding-left: 130px;
}
@media (max-width: 1366px) {
  .how-we-work .wrapper:nth-child(3) {
    padding-left: 60px;
  }
}
@media (max-width: 1024px) {
  .how-we-work .wrapper:nth-child(3) {
    padding-left: 0;
  }
}
.how-we-work .wrapper:nth-child(3) .how-card {
  max-width: 523px;
}
@media (max-width: 992px) {
  .how-we-work .wrapper:nth-child(3) .how-card {
    max-width: 100%;
  }
}
.how-we-work .wrapper:nth-child(4) {
  padding-left: 130px;
}
@media (max-width: 1366px) {
  .how-we-work .wrapper:nth-child(4) {
    padding-left: 60px;
  }
}
@media (max-width: 1024px) {
  .how-we-work .wrapper:nth-child(4) {
    padding-left: 0;
  }
}
.how-we-work .wrapper:nth-child(4) .how-card {
  max-width: 612px;
}
@media (max-width: 992px) {
  .how-we-work .wrapper:nth-child(4) .how-card {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .how-we-work .wrapper:nth-child(4) .how-card {
    margin-bottom: 0;
  }
}
.how-we-work .wrapper__arrow {
  position: absolute;
  width: 290px;
  height: 40px;
  top: 18px;
  left: 77%;
  background-image: url(../img/for-business/arrow.png);
  background-repeat: no-repeat;
  background-position: 50%;
  flex-grow: 1;
}
.how-we-work .wrapper__arrow.right {
  left: 100%;
}
@media (max-width: 1600px) {
  .how-we-work .wrapper__arrow {
    width: 245px;
  }
}
@media (max-width: 1500px) {
  .how-we-work .wrapper__arrow {
    width: 200px;
  }
}
@media (max-width: 1366px) {
  .how-we-work .wrapper__arrow {
    display: none;
  }
}
.how-card {
  margin: 0 0 90px;
}
@media (max-width: 1024px) {
  .how-card {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .how-card {
    margin-bottom: 30px;
  }
}
.how-card__title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .how-card__title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
.how-card__title img {
  width: auto;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .how-card__title img {
    margin-left: 0;
    margin-bottom: 13px;
  }
}
.how-card__title span {
  font-size: 24px;
  color: #424242;
}
@supports not (font-variation-settings: normal) {
  .how-card__title span {
    font-family: Raleway, sans-serif;
  }
}
@supports (font-variation-settings: normal) {
  .how-card__title span {
    font-family: Raleway-VF, sans-serif;
  }
}
@media (max-width: 992px) {
  .how-card__title span {
    font-size: 18px;
  }
}
.how-card__text {
  font-size: 16px;
}
@media (max-width: 992px) {
  .how-card__text {
    font-size: 14px;
  }
}
.features-tabs {
  display: flex;
}
@media (max-width: 767px) {
  .features-tabs {
    flex-direction: column;
  }
}
.features-section {
  background-image: url(../img/for-business/tabs-bg.png);
  background-position: 100% 94.1%;
  background-repeat: no-repeat;
}
@media (max-width: 1320px) {
  .features-section {
    background-image: none;
  }
}
@media (max-width: 992px) {
  .features-section {
    padding-bottom: 30px;
  }
}
.features-tabs__links {
  flex: 0 0 640px;
}
@media (max-width: 1490px) {
  .features-tabs__links {
    flex: 0 0 480px;
  }
}
@media (max-width: 1320px) {
  .features-tabs__links {
    flex: 0 0 460px;
  }
}
@media (max-width: 992px) {
  .features-tabs__links {
    flex: 0 0 100px;
  }
}
@media (max-width: 767px) {
  .features-tabs__links {
    display: flex;
  }
}
.features-tabs__link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 30px;
  transition: all 0.1s ease;
  background-color: #fff;
  border-top: 2px solid #f4f4f4;
  border-left: 2px solid #f4f4f4;
  border-right: 2px solid #f4f4f4;
  cursor: pointer;
}
.features-tabs__link:last-child {
  border-bottom: 2px solid #f4f4f4;
}
@media (max-width: 1490px) {
  .features-tabs__link {
    height: 90px;
  }
}
@media (max-width: 1320px) {
  .features-tabs__link {
    padding: 0;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .features-tabs__link {
    flex: 1;
    border-bottom: 2px solid #f4f4f4;
  }
}
.features-tabs__link:after {
  content: "";
  display: block;
  position: absolute;
  right: -13px;
  top: 50%;
  width: 26px;
  height: 26px;
  background-color: #fff;
  transition: all 0.2s ease;
  opacity: 0;
  transform: translateY(-50%) translateX(-100%) rotate(45deg);
}
@media (max-width: 1320px) {
  .features-tabs__link:after {
    width: 16px;
    height: 16px;
    right: -8px;
  }
}
@media (max-width: 767px) {
  .features-tabs__link:after {
    top: auto;
    right: 50%;
    bottom: -8px;
    transform: translateY(-100%) translateX(50%) rotate(45deg);
  }
}
.features-tabs__link:hover {
  background-color: #f4f4f4;
}
.features-tabs__link img {
  position: absolute;
  width: auto;
  left: 30px;
  max-width: 30px;
}
@media (max-width: 992px) {
  .features-tabs__link img {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .features-tabs__link img {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 26px;
    height: 26px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
}
.features-tabs__link span {
  margin-left: 90px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.67px;
  color: #424242;
}
@media (max-width: 1490px) {
  .features-tabs__link span {
    font-size: 19px;
  }
}
@media (max-width: 1320px) {
  .features-tabs__link span {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .features-tabs__link span {
    display: none;
  }
}
.features-tabs__link.active {
  position: relative;
  background-color: #1aaadf;
  border-color: #1aaadf;
}
.features-tabs__link.active span {
  color: #fff;
}
.features-tabs__link.active img {
  filter: brightness(0) invert(1);
}
.features-tabs__link.active:after {
  opacity: 1;
  background-color: #1aaadf;
  transform: translateY(-50%) translateX(0) rotate(45deg);
}
@media (max-width: 767px) {
  .features-tabs__link.active:after {
    transform: translateY(0) translateX(50%) rotate(45deg);
  }
}
.features-tabs__content {
  display: none;
  padding-left: 130px;
  padding-right: 15px;
  font-size: 14px;
}
@media (max-width: 1490px) {
  .features-tabs__content {
    padding-left: 80px;
  }
}
@media (max-width: 1320px) {
  .features-tabs__content {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .features-tabs__content {
    padding-left: 15px;
  }
}
.features-tabs__content.active {
  display: block;
}
.features-tabs__content p {
  line-height: 26px;
}
.features-tabs__content h5 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .features-tabs__content h5 {
    margin-top: 20px;
  }
}
.features-tabs__title {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 1490px) {
  .features-tabs__title {
    font-size: 45px;
  }
}
@media (max-width: 1320px) {
  .features-tabs__title {
    font-size: 30px;
  }
}
.section {
  overflow-x: hidden;
}
.pt-0 {
  padding-top: 0 !important;
}
section {
  overflow: hidden;
}
