/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: 'Gilroy-Regular';
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?iefix") format("eot"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?iefix") format("eot"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?iefix") format("eot"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro.eot");
  src: url("../fonts/GothamPro.eot?iefix") format("eot"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype"), url("../fonts/GothamPro.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-Medium';
  src: url("../fonts/GothamPro-Medium.eot");
  src: url("../fonts/GothamPro-Medium.eot?iefix") format("eot"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype"), url("../fonts/GothamPro-Medium.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-Light';
  src: url("../fonts/GothamPro-Light.eot");
  src: url("../fonts/GothamPro-Light.eot?iefix") format("eot"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype"), url("../fonts/GothamPro-Light.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-Bold';
  src: url("../fonts/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold.eot?iefix") format("eot"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype"), url("../fonts/GothamPro-Bold.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

b {
  font-family: 'GothamPro-Bold';
}

img {
  max-width: 100%;
  height: auto;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
}
@media (min-width: 1500px) {
    .container {
      max-width: 1430px;
    }
}
.container {
  width: 100%;
  padding: 0 15px;
  margin: auto;
}

body {
  color: #2B303B;
  overflow-x: hidden;
  font-size: 18px;
  font-family: 'GothamPro';
  position: relative;
  background: #F9F9F9;
}

.t-title {
  font-family: 'Gilroy-Bold';
  font-size: 36px;
  line-height: 113%;
  text-align: center;
}

#navigation-status-line {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 35px;
  transform: rotate(90deg);
}

#navigation-status-line .first-number {
  transform: rotate(-90deg);
  position: absolute;
  top: -7px;
  left: -30px;
  font-size: 14px;
  color: #ff5400;
  font-family: 'GothamPro-Bold';
}

#navigation-status-line .last-number {
  transform: rotate(-90deg);
  position: absolute;
  bottom: -7px;
  right: -30px;
  font-size: 14px;
  color: #ff5400;
  font-family: 'GothamPro-Bold';
}

#navigation-status-line .navigation-line {
  background: #F9D9CB;
  width: 208px;
  height: 3px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#navigation-status-line #navigation-engine {
  width: 0%;
  width: 0;
  height: 3px;
  background: #FF5400;
  display: inline-block;
}

.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#mobile-menu-open {
  display: none;
  z-index: 10;
  top: 40px;
  right: 30px;
  position: absolute;
  cursor: pointer;
  transition: transform 220ms;
}

#mobile-menu-open:hover {
  transform: scale(1.1);
}

#mobile-menu {
  z-index: 12;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: width 220ms;
  background: #F2F1ED;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mobile-menu.active {
  width: 100%;
}

#mobile-menu #mobile-menu-close {
  position: absolute;
  right: 30px;
  width: 20px;
  top: 40px;
  cursor: pointer;
  transition: transform 220ms;
}

#mobile-menu #mobile-menu-close:hover {
  transform: scale(1.1);
}

#mobile-menu .mobile-menu-list {
  text-align: center;
}

#mobile-menu .mobile-menu-list li {
  margin-bottom: 35px;
}

#mobile-menu .mobile-menu-list li:last-child {
  margin-bottom: 0;
}

#mobile-menu .mobile-menu-list li a {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  text-transform: uppercase;
  line-height: 22px;
  text-align: right;
  letter-spacing: 0.055em;
  line-height: 1;
  color: #171616;
  transition: color 220ms;
}

#mobile-menu .mobile-menu-list li a:hover {
  color: #ED6C0C;
}

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

.btn-signup {
  position: relative;
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #f7930d 0%, #ff5400 100%);
  background-image: -webkit-linear-gradient(0deg, #f7930d 0%, #ff5400 100%);
  background-image: -ms-linear-gradient(0deg, #f7930d 0%, #ff5400 100%);
  box-shadow: 0px 35px 60px 0px rgba(247, 147, 13, 0.4);
  padding: 20px 30px 20px 40px;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-family: 'GothamPro-Medium';
  border-radius: 50px;
  transition: transform 220ms;
}

.btn-signup:hover {
  transform: scale(1.05);
}

.btn-signup img {
  margin-left: 8px;
  margin-bottom: -1px;
}

.pulse {
  background-color: #FA7507;
  border-radius: 50%;
  animation: pulse 0.7s ease-out;
  transform: scale(0);
  position: absolute;
}

@keyframes pulse {
  to {
    transform: scale(2);
    background-color: #fff;
    opacity: 0;
  }
}

.btn-signin {
  border-width: 2px;
  border-color: #f1592a;
  border-style: solid;
  color: #000;
  padding: 20px 40px 20px 50px;
  margin-left: 40px;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-family: 'GothamPro-Medium';
  border-radius: 50px;
  transition: transform 220ms;
}

.btn-signin:hover {
  transform: scale(1.05);
  box-shadow: 0px 5px 70px 9px rgba(221, 69, 59, 0.2);
}

.btn-signin img {
  margin-left: 8px;
  margin-bottom: -1px;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#intro-section {
  padding: 65px 0 340px;
  background: #F9F9F9;
  position: relative;
  min-height: 940px;
  background-size: 100% auto;
  background-position: right top;
  background-repeat: no-repeat;
}

#intro-section .header {
  margin-bottom: 210px;
}

#intro-section .header .header-logo {
  margin-right: 40px;
}

#intro-section .header .header-menu a {
  font-family: 'GothamPro-Medium';
  text-decoration: none;
  color: #2b303b;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 50px;
  transition: color 220ms;
}

#intro-section .header .header-menu a:hover {
  color: #F1592A;
}

#intro-section .header .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#intro-section .intro__main .intro-xs-buttons {
  display: none;
  margin: 45px 0 0;
}

#intro-section .intro__main .title {
  font-size: 68px;
  font-family: 'Gilroy-Bold';
  margin-bottom: 70px;
}

#intro-section .intro__main .title span {
  color: #ff5400;
}

#intro-section .intro__main .subtitle {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'GothamPro-Bold';
  line-height: 30px;
}

#advantages-section {
  background-color: #F9F9F9;
  padding: 45px 0 170px;
  border-bottom: 1px solid #F0F0F0;
}


#advantages-section .d-flex {
  align-items: flex-start;
  margin-top: 150px;
}

#advantages-section .d-flex .item .item-img {
  display: block;
  margin-bottom: 40px;
}

#advantages-section .d-flex .item .item-desc {
  color: #ff5400;
  font-size: 14px;
}

#advantages-section .d-flex .item .item-title {
  margin: 30px 0 35px;
  font-size: 28px;
  font-family: 'Gilroy-Medium';
}

#advantages-section .d-flex .item .item-text {
  font-size: 16px;
  line-height: 26px;
}

#product-section {
  padding: 235px 0 150px;
  background-color: #F9F9F9;
  position: relative;
}

#product-section .cubes-bg {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

#product-section .d-flex {
  margin-top: 140px;
  align-items: flex-end;
}

#product-section .product-item {
  border-radius: 15px;
  background-color: white;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  padding: 65px 45px 75px;
  width: 30%;
}

#product-section .product-item .product-desc {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

#product-section .product-item .product-title {
  font-size: 26px;
  font-family: 'GothamPro-Bold';
  margin-bottom: 35px;
  text-align: center;
}

#product-section .product-item .product-img {
  display: block;
  margin: 0 auto 20px;
}

#product-section .product-item p {
  padding: 0 49px;
  font-size: 16px;
  margin-bottom: 15px;
}

#product-section .product1 .product-title {
  margin-bottom: 25px;
}

#product-section .product-big {
  overflow: hidden;
  padding-top: 90px;
  position: relative;
}

#product-section .product-big:before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  background-image: -moz-linear-gradient(45deg, #ff5400 0%, #f7930d 100%);
  background-image: -webkit-linear-gradient(45deg, #ff5400 0%, #f7930d 100%);
  background-image: -ms-linear-gradient(45deg, #ff5400 0%, #f7930d 100%);
  width: 309px;
  height: 306px;
  transform: rotate(45deg);
}

#about-section {
  padding: 200px 0;
  background-color: #F9F9F9;
  background-size: auto 100%;
  background-position: center;
  text-align: center;
}

#about-section .t-title {
  margin-bottom: 75px;
}

#about-section p {
  font-size: 20px;
  margin-bottom: 30px;
}

#about-section .main-text {
  margin-bottom: 60px;
}

#trigger-form {
  position: relative;
  padding: 120px 0 90px;
}

#trigger-form .title {
  font-size: 36px;
  font-family: 'Gilroy-Regular';
  margin-bottom: 33px;
}

#trigger-form .subtitle {
  font-size: 18px;
  font-family: 'Gilroy-Regular';
}

#reviews-section {
  background-color: #F9F9F9;
  padding: 160px 0 100px;
}


#reviews-section .t-title {
  margin: 0 0 100px;
}

#reviews-section .owl-nav {
  bottom: 50%;
  left: 80px;
  right: 80px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#reviews-section .owl-nav button {
  outline: none;
  transition: transform 220ms;
  opacity: 0.6;
  padding: 15px;
}

#reviews-section .owl-nav button span {
  font-size: 65px;
  color: #171616;
}

#reviews-section .owl-nav button img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#reviews-section .owl-nav button:hover {
  opacity: 1;
  background: none;
}

#reviews-section .owl-nav .owl-next img {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#reviews-section .owl-dots .owl-dot {
  outline: none;
}

#reviews-section .owl-dots .owl-dot span {
  outline: none;
  background: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #FF5400;
  margin: 5px;
}

#reviews-section .owl-dots .active span {
  background: #FF5400;
}

#reviews-section #reviews__slider .reviews__slider-item {
  position: relative;
  padding: 0 20px;
}

#reviews-section #reviews__slider .reviews__slider-item .slider-item-box {
  margin-top: 50px;
  width: 100%;
  border-width: 1px;
  position: relative;
  border-color: #dddddd;
  border-style: solid;
  border-radius: 15px;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  min-height: 280px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  z-index: 3;
  margin-bottom: 50px;
}

#reviews-section #reviews__slider .reviews__slider-item .overlay-2 {
  position: absolute;
  bottom: -10px;
  left: 43px;
  right: 43px;
  height: 63px;
  border-radius: 15px;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 2;
}

#reviews-section #reviews__slider .reviews__slider-item .overlay-3 {
  position: absolute;
  bottom: -23px;
  left: 70px;
  right: 80px;
  height: 60px;
  border-radius: 15px;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: 1;
}

#reviews-section #reviews__slider .reviews__slider-item .slider-item-img {
  height: 95px;
  width: 95px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  border: 1px solid #FD8143;
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
}

#reviews-section #reviews__slider .reviews__slider-item .slider-item-text {
  max-width: 70%;
  font-size: 16px;
  line-height: 24px;
}

#reviews-section #reviews__slider .reviews__slider-item .slider-item-name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 55px;
  color: #A2A3A6;
  font-size: 14px;
}

#footer {
  background-color: #F9F9F9;
  background-size: auto 100%;
  background-position: center;
  padding: 140px 0 90px;
}
#footer .d-flex {
  align-items: flex-start;
  justify-content: flex-start;
}

#footer .footer-partner img {
  margin-left: 7px;
  margin-bottom: -20px;
}

#footer .footer-main {
  max-width: 220px;
}

#footer .footer-main .footer-logo {
  display: block;
  margin-bottom: 45px;
}

#footer .footer-main .footer-address {
  color: #A6A1A2;
  font-size: 13px;
  line-height: 21px;
  font-family: 'Gilroy-Regular';
  margin-bottom: 40px;
  display: inline-block;
}

#footer .footer-main .support-link {
  font-size: 13px;
  color: #A6A1A2;
  font-family: 'Gilroy-Regular';
  text-decoration: none;
  margin-bottom: 10px;
}

#footer .footer-main .support-link:hover {
  color: #F1592A;
}

#footer .footer-navigation {
  margin-left: 50px;
  padding-top: 35px;
}

#footer .footer-navigation .footer-menu-list {
  margin-left: 120px;
}

#footer .footer-navigation .title {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'GothamPro-Medium';
  margin-bottom: 25px;
}

#footer .footer-navigation ul {
  margin: 0;
  padding: 0;
}

#footer .footer-navigation ul a {
  font-size: 14px;
  font-family: 'Gilroy-Regular';
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
  color: #2B303B;
}

#footer .footer-navigation ul a:hover {
  color: #F1592A;
}

@media (max-width: 1800px) {
  #navigation-status-line {
    top: 50%;
    right: -40px;
    left: auto;
  }
}

@media (max-width: 1560px) {
  #intro-section {
    background-size: cover;
    background-position: left;
  }

  
  #product-section .product-item p {
    padding: 0 30px;
  }
}

@media (max-width: 1368px) {
  #navigation-status-line {
    display: none;
    opacity: 0;
  }

  #product-section .product-big {
    padding-top: 110px;
  }

  #product-section .product3 .product-title {
    font-size: 22px;
  }
}

@media (max-width: 1280px) {
  #intro-section .header .header-menu a {
    margin-right: 30px;
    font-size: 13px;
  }

  #product-section .d-flex {
    align-items: stretch;
  }

  #product-section .product3 .product-title {
    font-size: 20px;
  }

  #product-section .product-item {
    padding: 65px 15px 75px;
  }

  #product-section .product-item p {
    padding: 0 30px;
  }

  #advantages-section .d-flex .item {
    width: 30%;
  }

  #advantages-section .d-flex .item .item-text {
    font-size: 14px;
  }

  .btn-signup {
    padding: 20px 25px 20px 30px;
    font-size: 13px;
  }

  .btn-signin {
    padding: 20px 25px 20px 30px;
    margin-left: 20px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  #product-section .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  #product-section .product-item {
    width: 80%;
    margin-bottom: 30px;
  }
  #intro-section {
    padding: 45px 0 340px;
    background-size: cover;
    background-position: left;
  }

  #intro-section .intro__main .title {
    font-size: 58px;
  }

  #intro-section .header {
    margin-bottom: 130px;
  }

  #intro-section .header .d-flex {
    align-items: flex-start;
  }

  #intro-section .header .header-logo {
    width: 90px;
  }

  #intro-section .header .header-menu {
    margin-top: 15px;
  }

  #intro-section .header .header-menu a {
    margin-right: 15px;
    font-size: 13px;
  }

  #intro-section .header .header-buttons {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }

  #intro-section .header .header-buttons .btn-signin {
    margin: 0 0 15px;
    order: 0;
  }

  #intro-section .header .header-buttons .btn-signup {
    order: 1;
    display: flex;
  }

  #footer .footer-navigation .footer-menu-list {
    margin-left: 60px;
  }
}

@media (max-width: 767px) {
  #mobile-menu-open {
    display: block;
  }


  #intro-section {
    padding: 30px 0 100px;
    background-image: none !important;
    background: #F8EDEA;
    min-height: 0;
  }

  #intro-section .header {
    margin-bottom: 80px;
  }

  #intro-section .header .header-logo {
    margin-left: 15px;
  }

  #intro-section .header .header-menu {
    display: none;
  }

  #intro-section .header .header-buttons {
    display: none;
  }

  #intro-section .header .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #intro-section .intro__main .intro-xs-buttons {
    display: block;
  }

  #intro-section .intro__main .title {
    font-size: 38px;
    margin-bottom: 40px;
  }

  #intro-section .intro__main .subtitle {
    font-size: 15px;
    line-height: 26px;
  }

  .t-title {
    font-size: 26px;
  }

  #reviews-section #reviews__slider .reviews__slider-item .slider-item-box .slider-item-text {
    width: 85%;
  }

  #advantages-section {
    padding: 65px 0 0px;
  }

  #advantages-section .d-flex {
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
  }

  #advantages-section .d-flex .item {
    width: 80%;
    margin-bottom: 80px;
  }

  #advantages-section .d-flex .item .item-img {
    margin-bottom: 20px;
  }

  #advantages-section .d-flex .item .item-desc {
    font-size: 14px;
  }

  #advantages-section .d-flex .item .item-title {
    margin: 20px 0 15px;
    font-size: 24px;
  }

  #advantages-section .d-flex .item .item-text {
    font-size: 14px;
    line-height: 20px;
  }

  #advantages-section .d-flex .item .item-text br {
    display: none;
  }

  #product-section {
    padding: 70px 0 30px;
  }

  #product-section .cubes-bg {
    display: none;
  }

  #product-section .d-flex {
    margin-top: 0;
    align-items: center;
    flex-direction: column;
  }

  #product-section .t-title {
    margin-bottom: 60px;
  }

  #product-section .product-item {
    margin-bottom: 60px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 5px 45px;
    width: 80%;
  }

  #product-section .product-item .product-desc {
    font-size: 15px;
    margin-bottom: 30px;
  }

  #product-section .product-item .product-title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  #product-section .product-item .product-img {
    display: block;
    margin: 0 auto 20px;
  }

  #product-section .product-item p {
    padding: 0 25px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  #product-section .product1 .product-title {
    margin-bottom: 10px;
  }

  #product-section .product-big {
    padding-top: 50px;
  }

  #product-section .product-big:before {
    top: -220px;
    right: -220px;
  }

  #about-section {
    padding: 170px 0;
  }

  #about-section .t-title {
    margin-bottom: 55px;
  }

  #about-section p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #reviews-section {
    padding: 80px 0 100px;
  }

  #reviews-section .owl-nav {
    left: -7px;
    right: -7px;
  }

  #trigger-form {
    padding: 0px 0 90px;
  }

  #trigger-form .d-flex {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #trigger-form .title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
  }

  #trigger-form .subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }

  #trigger-form .right-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #trigger-form .right-item .btn-signin {
    margin: 35px 0 0;
  }

  #footer {
    padding: 150px 0 40px;
  }

  #footer .footer__menu {
    align-items: flex-start;
    flex-direction: column;
  }

  #footer .footer__menu .footer-menu-list {
    margin: 0 0 30px;
  }

  #footer .footer__menu .footer-menu-list .title {
    margin-bottom: 5px;
  }

  #footer .footer-main {
    margin-top: 40px;
    order: 1;
  }

  #footer .footer-navigation {
    order: 0;
    margin: 0;
    padding: 0;
  }

  #footer .footer-navigation .d-flex {
    flex-direction: column;
  }
}
/*# sourceMappingURL=maps/main.css.map */
