/*! normalize.css v8.0.0 | 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.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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; }

/* ==========================================================================
 * -------------------------------- FONTS -----------------------------------
 * ========================================================================== */
@font-face {
  font-family: 'Ash';
  src: url("../fonts/Ash.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Ash';
  src: url("../fonts/Ash.ttf");
  font-weight: 500;
  font-style: normal; }

/* ==========================================================================
 * -------------------------------- SIZES -----------------------------------
 * ========================================================================== */
/* ==========================================================================
 * -------------------------------- COLOR -----------------------------------
 * ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html {
  font-size: 16px; }

html, body {
  width: 100%;
  height: 100%;
  font-family: "Roboto"; }

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  overflow-x: hidden;
  color: #2A2A2A; }

a:hover {
  text-decoration: none; }

.show {
  display: block; }

.footer {
  background: -webkit-gradient(linear, right top, left top, color-stop(-7.22%, #24313C), color-stop(13.7%, #1D2729), color-stop(48.81%, #191E1F), to(#0E0F0B));
  background: linear-gradient(270deg, #24313C -7.22%, #1D2729 13.7%, #191E1F 48.81%, #0E0F0B 100%);
  padding: 55px 0 35px;
  text-align: center;
  color: #fff; }
  @media (max-width: 767px) {
    .footer {
      padding: 40px 0 35px; } }
  @media (max-width: 640px) {
    .footer {
      padding: 30px 0; } }
  @media (max-width: 575px) {
    .footer {
      padding: 15px 0; } }
  .footer a {
    color: #FF0000;
    text-decoration: none;
    font: 300 20px/23px "Roboto"; }
    @media (max-width: 767px) {
      .footer a {
        font-size: 16px;
        line-height: 21px; } }
    @media (max-width: 640px) {
      .footer a {
        font-size: 13px;
        line-height: 17px; } }
    @media (max-width: 480px) {
      .footer a {
        font-size: 11px;
        line-height: 13px; } }
    .footer a:hover {
      text-decoration: underline; }

.footer-text {
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
  color: #E3E3E3;
  font: 300 20px/23px "Roboto"; }
  @media (max-width: 767px) {
    .footer-text {
      font-size: 16px;
      line-height: 21px; } }
  @media (max-width: 640px) {
    .footer-text {
      font-size: 13px;
      line-height: 17px; } }
  @media (max-width: 480px) {
    .footer-text {
      font-size: 11px;
      line-height: 13px; } }
  .footer-text + .footer-text {
    margin-top: 15px; }
    @media (max-width: 480px) {
      .footer-text + .footer-text {
        margin-top: 10px; } }

.footer-links {
  margin-top: 35px; }
  @media (max-width: 767px) {
    .footer-links {
      margin-top: 27px; } }
  @media (max-width: 480px) {
    .footer-links {
      margin-top: 20px; } }

.container {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto; }

.container-fluid {
  padding: 0 15px;
  max-width: 100%; }

.header {
  height: 100vh;
  min-height: 278px;
  background: url("../img/header_bg.jpg") 0 0/cover no-repeat;
  position: relative; }
  @media (max-width: 1112px) {
    .header {
      background-image: url("../img/header_bg_min.jpg");
      background-position: center; } }
  @media (max-width: 767px) {
    .header {
      height: 380px; } }
  @media (max-width: 480px) {
    .header {
      height: 240px; } }
  .header:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
    @media (min-width: 1113px) {
      .header:after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 56, 39, 0)), to(rgba(14, 13, 10, 0.7)));
        background: linear-gradient(to bottom, rgba(231, 56, 39, 0) 0%, rgba(14, 13, 10, 0.7) 100%); } }
  .header__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    z-index: 2; }
  .header__title {
    text-transform: uppercase;
    color: #fff;
    font: 500 22px/26px "Ash";
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 266px; }
    .header__title span {
      font-weight: 400; }
    @media (min-width: 480px) {
      .header__title {
        font-size: 28px;
        line-height: 36px;
        width: 340px; } }
    @media (min-width: 640px) {
      .header__title {
        font-size: 40px;
        line-height: 50px;
        width: 510px; } }
    @media (min-width: 768px) {
      .header__title {
        font-size: 50px;
        line-height: 60px;
        width: 630px; } }
    @media (min-width: 992px) {
      .header__title {
        font-size: 60px;
        line-height: 70px;
        width: 680px; } }

.logo {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 257px;
  z-index: 11; }
  @media (max-width: 991px) {
    .logo {
      width: 190px;
      top: 0; } }
  @media (max-width: 767px) {
    .logo {
      width: 150px; } }
  @media (max-width: 640px) {
    .logo {
      width: 135px; } }
  @media (max-width: 479px) {
    .logo {
      width: 115px; } }
  .logo img {
    width: 100%;
    height: 100%; }

button {
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 0; }
  button:focus {
    outline: none; }

.btn {
  color: #fff;
  background-color: #FF0000;
  height: 50px;
  text-align: center;
  padding: 0 10px;
  font: 400 22px "Roboto";
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 630px) {
    .btn {
      font-size: 18px;
      height: 40px; } }
  @media (max-width: 576px) {
    .btn {
      height: 45px;
      font-size: 15px; } }

.info-wrap {
  padding: 160px 0;
  text-align: center; }
  @media (max-width: 992px) {
    .info-wrap {
      padding: 100px; } }
  @media (max-width: 768px) {
    .info-wrap {
      padding: 70px; } }
  @media (max-width: 576px) {
    .info-wrap {
      padding: 40px 0; } }

.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%; }
  @media (max-width: 992px) {
    .info-list {
      width: 708px;
      margin: 0 auto 20px; } }
  @media (max-width: 767px) {
    .info-list {
      width: 478px; } }

.info-item {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 33.3%; }
  @media (max-width: 992px) {
    .info-item {
      margin-bottom: 40px; } }
  @media (max-width: 576px) {
    .info-item {
      margin-bottom: 15px; } }
  .info-item__pic {
    margin-bottom: 20px;
    width: 165px;
    height: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .info-item__pic {
        margin-bottom: 10px;
        width: 120px;
        height: 120px; } }
    @media (max-width: 576px) {
      .info-item__pic {
        width: 75px;
        height: 75px; } }
    .info-item__pic img {
      max-width: 100%;
      max-height: 100%; }
  .info-item__text {
    font: 400 25px/29px "Roboto";
    color: #000; }
    @media (max-width: 992px) {
      .info-item__text {
        font-size: 21px;
        line-height: 25px; } }
    @media (max-width: 767px) {
      .info-item__text {
        font-size: 19px;
        line-height: 23px; } }
    @media (max-width: 640px) {
      .info-item__text {
        font-size: 17px;
        line-height: 20px; } }
    @media (max-width: 576px) {
      .info-item__text {
        font-size: 15px;
        line-height: 18px;
        font-weight: 300; } }
    @media (max-width: 460px) {
      .info-item__text {
        font-size: 14px;
        line-height: 16px; } }

.btn.info-btn {
  width: 220px;
  height: 54px; }
  @media (max-width: 630px) {
    .btn.info-btn {
      height: 48px;
      width: 180px; } }

.modal-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  display: none; }
  .modal-wrap.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.modal-wrap-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2; }

.modal-content {
  max-width: 652px;
  max-height: 80%;
  height: 100%;
  width: 90%;
  position: absolute;
  z-index: 3;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .modal-content h2 {
    font-weight: 700;
    font-size: 22px; }
    @media (max-width: 576px) {
      .modal-content h2 {
        font-size: 18px; } }
    .modal-content h2 + h2,
    .modal-content h2 + ul {
      margin-top: 22px; }
  .modal-content ul {
    list-style: disc;
    padding-left: 30px; }
    @media (max-width: 576px) {
      .modal-content ul li {
        font-size: 15px; } }
    .modal-content ul li + li {
      margin-top: 18px; }

.modal-inner-wrap {
  overflow: auto;
  margin-top: 20px;
  height: calc(100% - 82px); }

.modal-inner {
  padding: 0 50px 30px; }
  @media (max-width: 576px) {
    .modal-inner {
      padding: 0 20px 20px; } }

.modal-close {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #444444;
  margin: 10px;
  cursor: pointer; }
  .modal-close:after, .modal-close:before {
    content: '';
    position: absolute;
    background-color: #fff;
    display: block;
    top: 50%;
    left: 50%;
    width: 62%;
    height: 5px; }
  .modal-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .modal-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

.preloader-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 40; }

.preloader {
  position: relative;
  background-color: #FF8041;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  -webkit-animation: 1.4s linear infinite;
  animation: 1.4s linear infinite;
  -webkit-animation-name: u6954e0f7;
  animation-name: u6954e0f7; }

@-webkit-keyframes u6954e0f7 {
  20% {
    -webkit-transform: rotate(-30deg) scale(1);
    transform: rotate(-30deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(4);
    transform: rotate(360deg) scale(4);
    background-color: white; }
  80% {
    -webkit-transform: rotate(720deg) scale(0.8);
    transform: rotate(720deg) scale(0.8); }
  90%, 100% {
    -webkit-transform: rotate(720deg) scale(1);
    transform: rotate(720deg) scale(1);
    background-color: #FF8041; } }

@keyframes u6954e0f7 {
  20% {
    -webkit-transform: rotate(-30deg) scale(1);
    transform: rotate(-30deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(4);
    transform: rotate(360deg) scale(4);
    background-color: white; }
  80% {
    -webkit-transform: rotate(720deg) scale(0.8);
    transform: rotate(720deg) scale(0.8); }
  90%, 100% {
    -webkit-transform: rotate(720deg) scale(1);
    transform: rotate(720deg) scale(1);
    background-color: #FF8041; } }
  .preloader:before, .preloader:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #da4800;
    border-radius: 3px; }
  .preloader:before {
    right: calc(100% + 2px);
    -webkit-animation: 1.4s 0.2s ease infinite;
    animation: 1.4s 0.2s ease infinite;
    -webkit-animation-name: u27683b66;
    animation-name: u27683b66; }

@-webkit-keyframes u27683b66 {
  65% {
    -webkit-transform: translate(-200%, -100%) scale(0.2) rotate(-180deg);
    transform: translate(-200%, -100%) scale(0.2) rotate(-180deg);
    background-color: #ffc4a7; }
  70%, 100% {
    -webkit-transform: translate(0, 0) scale(1) rotate(-360deg);
    transform: translate(0, 0) scale(1) rotate(-360deg);
    background-color: #da4800; } }

@keyframes u27683b66 {
  65% {
    -webkit-transform: translate(-200%, -100%) scale(0.2) rotate(-180deg);
    transform: translate(-200%, -100%) scale(0.2) rotate(-180deg);
    background-color: #ffc4a7; }
  70%, 100% {
    -webkit-transform: translate(0, 0) scale(1) rotate(-360deg);
    transform: translate(0, 0) scale(1) rotate(-360deg);
    background-color: #da4800; } }
  .preloader:after {
    left: calc(100% + 2px);
    -webkit-animation: 1.4s 0.2s ease infinite;
    animation: 1.4s 0.2s ease infinite;
    -webkit-animation-name: ufd8f627f;
    animation-name: ufd8f627f; }

@-webkit-keyframes ufd8f627f {
  65% {
    -webkit-transform: translate(200%, 100%) scale(0.2) rotate(180deg);
    transform: translate(200%, 100%) scale(0.2) rotate(180deg);
    background-color: #ffc4a7; }
  70%, 100% {
    -webkit-transform: translate(0, 0) scale(1) rotate(360deg);
    transform: translate(0, 0) scale(1) rotate(360deg);
    background-color: #da4800; } }

@keyframes ufd8f627f {
  65% {
    -webkit-transform: translate(200%, 100%) scale(0.2) rotate(180deg);
    transform: translate(200%, 100%) scale(0.2) rotate(180deg);
    background-color: #ffc4a7; }
  70%, 100% {
    -webkit-transform: translate(0, 0) scale(1) rotate(360deg);
    transform: translate(0, 0) scale(1) rotate(360deg);
    background-color: #da4800; } }

.round {
  position: absolute;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  top: 120%; }

#cta {
  width: 100%;
  cursor: pointer;
  position: absolute; }
  #cta .arrow {
    left: 30%; }

.arrow {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: 12px; }

.segunda {
  margin-left: 8px; }

.next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==); }

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1); }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9); }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9); }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1); } }

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1); }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9); }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9); }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1); } }

.bounceAlpha {
  -webkit-animation-name: bounceAlpha;
  animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.arrow.primera.bounceAlpha {
  -webkit-animation-name: bounceAlpha;
  animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.round:hover .arrow {
  -webkit-animation-name: bounceAlpha;
  animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }
  .round:hover .arrow.primera {
    -webkit-animation-name: bounceAlpha;
    animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

.services-wrap {
  background: #0e0d0a;
  padding-top: 30px;
  padding-bottom: 170px; }
  @media (max-width: 992px) {
    .services-wrap {
      padding-bottom: 100px; } }
  @media (max-width: 768px) {
    .services-wrap {
      padding-bottom: 50px; } }
  @media (max-width: 576px) {
    .services-wrap {
      padding-bottom: 42px; } }

@media (max-width: 992px) {
  .services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 430px) {
  .services-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 992px) {
    .service {
      width: 47%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 576px) {
    .service {
      width: 192px; } }
  .service + .service {
    margin-top: 90px; }
    @media (max-width: 992px) {
      .service + .service {
        margin-top: 40px; } }
    @media (max-width: 576px) {
      .service + .service {
        margin-top: 26px; } }
  .service:nth-child(2n) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .service__desc {
    width: 580px;
    text-align: center; }
    @media (max-width: 1230px) {
      .service__desc {
        width: 48%; } }
    @media (max-width: 992px) {
      .service__desc {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .service__pic {
    width: 620px;
    height: 416px; }
    @media (max-width: 1230px) {
      .service__pic {
        width: 50%;
        height: 32.521vw; } }
    @media (max-width: 992px) {
      .service__pic {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 15px; } }
    @media (max-width: 576px) {
      .service__pic {
        margin-bottom: 13px;
        height: 128px; } }
    .service__pic img {
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .service__name {
    font: 400 45px/54px "Roboto";
    color: #fff;
    margin-bottom: 100px; }
    @media (max-width: 1100px) {
      .service__name {
        font-size: 39px;
        line-height: 47px;
        margin-bottom: 75px; } }
    @media (max-width: 992px) {
      .service__name {
        margin-bottom: 25px;
        font-size: 30px;
        line-height: 37px; } }
    @media (max-width: 768px) {
      .service__name {
        font-size: 26px;
        line-height: 33px; } }
    @media (max-width: 630px) {
      .service__name {
        font-size: 23px;
        line-height: 30px; } }
    @media (max-width: 576px) {
      .service__name {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 18px; } }
    .service__name span {
      color: #FF0000;
      font: 700 55px/54px "Roboto"; }
      @media (max-width: 1100px) {
        .service__name span {
          font-size: 44px;
          line-height: 47px; } }
      @media (max-width: 992px) {
        .service__name span {
          font-size: 32px;
          line-height: 37px; } }
      @media (max-width: 768px) {
        .service__name span {
          font-size: 28px;
          line-height: 33px; } }
      @media (max-width: 630px) {
        .service__name span {
          font-size: 25px;
          line-height: 30px; } }
      @media (max-width: 576px) {
        .service__name span {
          font-size: 20px;
          line-height: 21px; } }

/*# sourceMappingURL=main.css.map */
