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

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

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}


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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

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

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

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

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.menu-nav .menu-item/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

table th{
    text-align: left;
}

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

body *, html *{
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

html{
    scroll-behavior: smooth;
}

#app{
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    position: relative;
}

.__margin-bottom-25{
    margin-bottom: 25px !important;
}

/*.full-page{
    overflow: hidden;
    height: 100%;
}

.full-page.menu-open{
    overflow: scroll;
}*/

.menu-nav{
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    margin: 0;
    padding: 0;
    /*transform: translateX(-100%);*/
    transition: transform 0.5s ease;
    background-color: #212121;
    z-index: 0;
}

.menu-wrap{
    height: 100%;
    width: 100%;
    display: flex;
}

.menu-nav.menu-open{
    transform: translateX(0);
    z-index: 10;
}

.menu-nav.index-main-menu{
    position: relative;
    transform: translateX(0);
}

.menu-nav{
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    transition: all 0.5s ease;
    background-color: rgb(33, 33, 33);
}

.menu-nav .menu-item{
    display: flex;
    width: 100%;
    transition: width 0.5s ease, opacity 0.5s ease;
    box-sizing: border-box;
    background-color:  rgb(33, 33, 33);
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: rgb(214, 213, 213);
    text-decoration: none;
    font-family: 'Comfortaa', cursive;
    text-transform: uppercase;
    text-align: center;
    opacity: 1;
    cursor: pointer;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.menu-nav .menu-item .main-menu{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 33, 33, 0.5);
    transition: all 0.5s ease;
}

.menu-nav .menu-item.current-menu-item{
    background-color: #243968;
}

.menu-nav .menu-item:first-child{
}

.menu-nav .menu-item:last-child{
}

.menu-nav .menu-item .menu-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 75%;

    transition: all 0.5s ease;
}

.menu-nav .menu-item .menu-title{
    position: relative;
    z-index: 1;
    background-color: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: background-color 0.5s ease;
}

.menu-nav .menu-item .menu-title span{
    z-index: 1;
    background-color: transparent;
    padding: 0 20px;
    transition: background-color 0.5s ease;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}

.menu-nav .menu-item .menu-description{
    font-size: 16px;
    transition: all 0.5s ease;
    opacity: 0;
    /*
    transform: translateY(150%);
    position: absolute;
     */
    text-transform: none;
    box-sizing: border-box;
    padding: 0 75px;
    width: 100%;
    line-height: 160%;
    font-weight: 400;
}

.menu-nav .menu-item .icon{
    width: 100%;
    height: 100%;
    background-color: rgba(26, 41, 79, 0.7);
    position: absolute;
    transition: all 0.5s ease;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-nav:hover .menu-item{
    width: calc(100% / 3);
}

.menu-nav:hover .menu-item{
    opacity: 0.4;
    font-size: 12px;
}

.menu-nav .menu-item .menu-title:before{
    content: '';
    position: absolute;
    left: 0;
    height: 3px;
    width: 60px;
    background-color: rgb(214, 213, 213);
    transform: translateX(-130%);
    transition: all 0.5s ease;
    top: 9px;
}

.menu-nav .menu-item:hover{
    width: 100%;
    background-color: #243968;
    opacity: 1;
    font-size: 24px;
    z-index: 2;
}

.menu-nav .menu-item:hover .menu-title:before{
    transform: translateX(0);
    transition-delay: 0.7s;
}


.menu-nav .menu-item:hover .icon{
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.menu-nav .menu-item .icon i, .menu-nav .menu-item .icon img{
    transform: translateY(180px);
    transition: all 0.5s ease;
}

.menu-nav .menu-item .icon img{
    width: 65px;
}

.menu-nav .menu-item:hover .icon{
    transform: translateY(-240px);
    transition-delay: 0.7s;

}

.menu-nav .menu-item:hover .icon i, .menu-nav .menu-item:hover .icon img{
    transform: translateY(0);
    transition-delay: 0.7s;
}

.menu-nav .menu-item:hover .menu-title{
    background-color: transparent;
    transition-delay: 0.7s;
}

.menu-nav .menu-item:hover .menu-title span{
    background-color: transparent;
    transition-delay: 0.7s;
}

.menu-nav .menu-item:hover .menu-description{
    /*transform: translateY(100%);*/
    transition-delay: 0.7s;
    opacity: 1;
    margin-top: 10px;
}

.menu-sub-title{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}

.menu-nav .menu-item.current-menu-item .icon{
    background-color: #243968;
}

.menu-nav .menu-item.current-menu-item .menu-title{
    position: relative;
    z-index: 1;
    background-color: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.menu-nav .menu-item.current-menu-item .menu-title span{
    z-index: 1;
    background-color: transparent;
    padding: 0 20px;
}

.menu-nav .menu-item:hover .menu-content{
    top: 35%;
    transition-delay: 0.7s;
    z-index: 2;
}

.menu-nav .menu-content .additional-menu{
    width: 100%;
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateY(100%);
}

.menu-nav .menu-content .additional-menu ul{
    display: flex;
    padding: 0;
    margin-left: 50px;
    flex-direction: column;
}

.menu-nav .menu-content .additional-menu ul li{
    display: flex;
    overflow: hidden;
}

.menu-nav .menu-content .additional-menu ul li a{
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-decoration: none;
    line-height: 23px;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
}
.menu-nav .menu-content .additional-menu ul li a i{
    margin-right: 15px;
    font-size: 14px;
}

.menu-nav .menu-content .additional-menu ul li a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -7px;
    background-color: rgba(247, 66, 37, 0.6);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    left: 0;
}

.menu-nav .menu-content .additional-menu ul li a:before{
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    bottom: -7px;
    transform: translateX(-100%);
    background-color: rgba(247, 66, 37, 1);
    transition: transform 0.5s ease;
    left: -3px;
}

.menu-nav .menu-content .additional-menu ul li a:hover:after{
    transform: translateX(0);
}

.menu-nav .menu-content .additional-menu ul li a:hover:before{
    transform: translateX(0);
}

.menu-nav .menu-item:hover .menu-content .additional-menu{
    opacity: 1;
    transform: translateY(100px);
    transition-delay: 0.7s;
}


.page-wrap{
    width: 100%;
    position: relative;
    transition: transform 0.5s ease, width 0.5s ease;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
    overflow: hidden;
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.inner-page-wrap{
    width: 100%;
    max-width: 100%;
    transition: transform 0.5s ease, width 0.5s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
}

.page-wrap.menu-open, .inner-page-wrap.menu-open{
    transform: translateX(100%);
}


.toggle-menu-wrap{
    position: fixed;
    z-index: 10;
    left: 15px;
    top: 15px;
}

.toggle-menu-wrap a{
    display: block;
    width: 30px;
}
.toggle-menu-wrap a.active{
    height: 30px;
}

.toggle-menu-wrap a div{
    height: 3px;
    margin: 4px 0;
    background-color: rgb(253, 67, 38);
    border-radius: 25px;
    transition: 0.3s ease;
}

.toggle-menu-wrap a div.line-one{
    width: 30px;
}

.toggle-menu-wrap a div.line-two{
    width: 15px;
}

.toggle-menu-wrap a div.line-three{
    width: 20px;
}

.toggle-menu-wrap a:hover div{
    width: 100%;
}

.toggle-menu-wrap a.active div.line-one{
    transform: rotate(45deg) translate(10px, 10px);
    width: 30px;
    background-color: rgb(255,255,255);
}

.toggle-menu-wrap a.active div.line-two{
    opacity: 0;
    visibility: hidden;
}

.toggle-menu-wrap a.active div.line-three{
    transform: rotate(-45deg) translate(0, 0);
    width: 30px;
    background-color: rgb(255,255,255);
}

.scroll-disabled{
    overflow: hidden;
}

.section-page{
    display: flex;
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    flex-direction: column;
    position: relative;
}

.section-page .page-section-video-background{
    position: absolute;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}

.section-page .page-section-video-background.current{
    opacity: 1;
}

.page-overflow{
    background: url(/img/patterns/14.png) rgba(33,33,33,0.8);
    position: absolute;
    width: 100%;
    height: 100%;
}

.section-page .section-page-wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    padding: 120px 100px;
    position: relative;
    justify-content: space-between;
}

.page-navigation{
    position: fixed;
    z-index: 7;
    top: 21px;
    left: 100px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-right: 115px;
}

.page-navigation ul{
    display: flex;
}

.page-navigation ul li{
    display: flex;
    margin: 0 15px 0 0;
    transition: all 0.2s ease;
    position: relative;
}

.page-navigation ul li a{
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    position: relative;
    transition: all 0.2s ease;
    font-size: 15px;
    line-height: 18px;
    opacity: 0.5;
    font-weight: bold;
}

.page-navigation ul li:hover, .page-navigation ul li.active{
    opacity: 1;
}


.page-navigation ul li.active a{
    opacity: 1;
}

.page-navigation ul li.active a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -7px;
    background-color: rgba(247, 66, 37, 0.6);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.page-navigation ul li.active a:before{
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    bottom: -7px;
    left: 0;
    background-color: rgba(247, 66, 37, 1);
}

.page-footer{
    position: fixed;
    width: 90%;
    bottom: 50px;
    display: flex;
    align-items: center;
    z-index: 9;
    left: 5%;
}

.page-footer.index-footer{
    z-index: 12;
    bottom: 5px;
}

.page-footer .page-footer-separate{
    flex-grow: 1;
    border-bottom: 1px solid #fff;
    margin: 0 5px;
}

.page-footer .page-footer-separate:first-child, .page-footer .page-footer-separate:last-child{
    width: 50px;
    max-width: 50px;
}

.page-footer .social-media ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.page-footer .social-media ul li{
    position: relative;
    list-style: none;
    width: 40px;
    height: 40px;
    margin: 0 15px;
    transform: rotate(-25deg) skew(25deg);
    font-size: 24px;
}

.page-footer .social-media ul li a{
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

.page-footer .social-media ul li a span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-footer .social-media ul li:hover a span:nth-child(5){
    transform: translate(40px, -40px);
    opacity: 1;
}

.page-footer .social-media ul li:hover a span:nth-child(4){
    transform: translate(30px, -30px);
    opacity: 0.8;
}

.page-footer .social-media ul li:hover a span:nth-child(3){
    transform: translate(20px, -20px);
    opacity: 0.6;
}

.page-footer .social-media ul li:hover a span:nth-child(2){
    transform: translate(10px, -10px);
    opacity: 0.4;
}

.page-footer .social-media ul li:hover a span:nth-child(1){
    transform: translate(0, 0);
    opacity: 0.2;
}

.page-footer .social-media ul li:hover:nth-child(1) a span{
    background-color: #3b5999;
}

.page-footer .social-media ul li:hover:nth-child(2) a span{
    background-color: #55acee;
}

.page-footer .social-media ul li:hover:nth-child(3) a span{
    background-color: #0077b5;
}

.page-footer .social-media ul li:nth-child(4) a span{
    background: radial-gradient(circle at 30% 107%, transparent 0%, transparent 5%, transparent 45%, transparent 60%, transparent 90%);
}

.page-footer .social-media ul li:hover:nth-child(4) a span{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.page-footer .copyright{
    font-size: 14px;
    color: #fff;
    margin: 0 10px;
}

.page-footer .copyright a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}

.page-footer .copyright a:hover{
    color: rgb(253, 67, 38);
}

.page-footer .page-footer-phone{
    font-size: 14px;
    color: #fff;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}

.page-footer .footer-nav{
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 15px;
}

.page-footer .footer-nav a{
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.social-media-wrap{
    position: fixed;
    top: 10%;
    left: 25px;
    height: 80vh;
    z-index: 9;
    display: flex;
    flex-direction: column;
}

.social-media-wrap.index-social-media-wrap{
    z-index: 10;
}

.social-media-wrap .page-footer-separate{
    height: 100%;
    width: 1px;
    background-color: #ffffff;
}

.social-media-wrap .social-media{
    transform: translate(-50%, 0);
}

.social-media-wrap .social-media ul{
    display: flex;
    list-style: none;
    margin: 15px 0;
    padding: 0;
    position: relative;
    flex-direction: column;
}

.social-media-wrap .social-media ul li{
    position: relative;
    list-style: none;
    width: 40px;
    height: 40px;
    margin: 0;
    font-size: 24px;
}

.social-media-wrap .social-media ul li a{
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

.social-media-wrap .social-media ul li a span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-wrap .social-media ul li:hover a span:nth-child(5){
    transform: translate(40px, -20px);
    opacity: 1;
}

.social-media-wrap .social-media ul li:hover a span:nth-child(4){
    transform: translate(30px, -15px);
    opacity: 0.8;
}

.social-media-wrap .social-media ul li:hover a span:nth-child(3){
    transform: translate(20px, -10px);
    opacity: 0.6;
}

.social-media-wrap .social-media ul li:hover a span:nth-child(2){
    transform: translate(10px, -5px);
    opacity: 0.4;
}

.social-media-wrap .social-media ul li:hover a span:nth-child(1){
    transform: translate(0, 0);
    opacity: 0.2;
}

.social-media-wrap .social-media ul li:hover:nth-child(1) a span{
    background-color: #3b5999;
}

.social-media-wrap .social-media ul li:hover:nth-child(2) a span{
    background-color: #55acee;
}

.social-media-wrap .social-media ul li:hover:nth-child(3) a span{
    background-color: #0077b5;
}

.social-media-wrap .social-media ul li a.footer--phone span{
    color: rgb(253, 67, 38);
}

.social-media-wrap .social-media ul li:hover:nth-child(4) a span{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.section-page .section-page-wrap .section-page-main-content{
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.section-page .section-page-wrap .section-page-main-content .section-header{
    width: 45%;
    min-width:400px;
    display: flex;
    align-items: center;
    font-size: 4.5vw;
    font-weight: 900;
    color: rgb(253, 67, 38);
    text-transform: uppercase;
    text-shadow: 1px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.section-page .section-page-wrap .section-page-main-content .section-page-main-content--content{
    width: 100%;
    max-width: 55%;
    padding: 30px;
    font-weight: 900;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    flex-direction: column;
    display: none;
}

.section-page .section-page-wrap .section-page-main-content .section-page-main-content--content.section-page-main-content-full-width{
    max-width: 100%;
}

.section-page .section-page-wrap .section-page-main-content .section-page-main-content--content.current{
    opacity: 1;
    visibility: visible;
    display: flex;
}

.section-page .section-page-wrap .section-page-main-content .section-page-main-content--content .section-page-main-content--content--header h5{
    font-size: 41px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 20px;
}

.section-page .section-page-wrap .section-page-main-content .section-page-main-content--content .section-page-main-content--content--text{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    overflow-y: scroll;
}

.section-page .section-page-wrap .section-page-main-content .section-page-main-content--content .section-page-main-content--content--text::-webkit-scrollbar {
    width: 2px;
    height: 30px;
}

.section-page .section-page-wrap .section-page-main-content .section-page-main-content--content .section-page-main-content--content--text::-webkit-scrollbar-track {

    height: 30px;
}

.section-page .section-page-wrap .section-page-main-content .section-page-main-content--content .section-page-main-content--content--text::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: rgba(255, 255, 255, 0.13);
    height: 30px;
}


.section-page .section-page-wrap .section-page-main-content .section-page-main-content--content .section-page-main-content--content--text p, .section-page .section-page-wrap .section-page-main-content .section-page-main-content--content .section-page-main-content--content--text ul{
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-size: 18px;
    padding-right: 0;
    text-align: justify;
    font-weight: 400;
}

.section-page .section-page-wrap .section-page-main-content .section-page-main-content--content .section-page-main-content--content--text ul{
    list-style: inside;
    display: flex;
    flex-direction: column;
}

.section-page .section-page-wrap .section-page-content-navigation{
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    min-height: max-content;
}

.section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap{
    display: flex;
    width: 100%;
    max-width: 100%;
}

.section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: max-content;
    margin: 0 30px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s ease;
    /*min-width: calc(33% - 80px);*/
}

.section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item .navigation-index{
    font-size: 54px;
    font-weight: 900;
    color: #fff;
    opacity: 0.2;
    transition: opacity 0.5s ease;
}

.section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item .navigation-separate{
    margin: 10px 0;
    width: 100%;
    height: 1px;
    position: relative;
    background-color: rgba(247, 66, 37, 0.6);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item .navigation-separate:before{
    position: absolute;
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(247, 66, 37, 1);
}

.section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item .navigation-label{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    transition: font-size 0.5s ease;
}

.page-wrap .section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item.current .navigation-index, .page-wrap .section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item:hover .navigation-index{
    opacity: 1;
    visibility: visible;

    transition: all 1s ease;
}

.section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item.current .navigation-separate, .section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item:hover .navigation-separate{
    transform: translateX(0);
    visibility: visible;

    transition: all 1s ease;
}

.section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item.current .navigation-label{
    font-size: 21px;
    margin-top: 0;
}

.inner-page-wrap .inner-page-title-bg{
    position: absolute;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
}

.inner-page-wrap .image-bg{
    position: absolute;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    background-position: center;
}

.inner-page-wrap .fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.inner-page-wrap .inner-page-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.inner-page-wrap .inner-page-header .page-title{
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0 50px;
}

.inner-page-wrap .inner-page-header h1{
    font-size: 95px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    color: rgb(253, 67, 38);
    position: relative;
    text-shadow: 1px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.inner-page-wrap .inner-page-header .overflow{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/img/patterns/14.png) rgba(33,33,33,0.8);
}

.blog-categories-wrap{
    margin: 50px 25px;
}

.blog-categories-wrap .blog-categories-list{
    display: flex;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}

.blog-categories-wrap .blog-category-item{
    margin: 0 20px 0 0;
    width: 100%;
    max-width: 100%;
    height: 18vw;
    max-height: 250px;
    background-position: center;
    background-size: cover;
}

.blog-categories-wrap .blog-category-item:last-child{
    margin: 0;
}

.blog-categories-wrap .blog-category-item a{
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(33, 33, 33, 0.7);
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    padding: 50px;
    text-align: center;
    line-height: 32px;
}

.blog-categories-wrap .blog-category-item a:after{
    position: absolute;
    border: 2px solid #fff;
    content: '';
    left: 15px;
    top: 15px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    transition: all 0.5s ease;
}

.blog-categories-wrap .blog-category-item a:hover, .blog-categories-wrap .blog-category-item a.current{
    color: rgb(253, 67, 38);
}

.blog-categories-wrap .blog-category-item a:hover:after, .blog-categories-wrap .blog-category-item a.current:after{
    border-color: rgb(253, 67, 38);
}

.blog-article{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.blog-article .article-image{
    height: 250px;
    background-size: cover;
    background-position: center;
}

.blog-article .article-link{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.blog-article.article-in-bg-image{
    justify-content: flex-end;
    padding: 15px 20% 15px 30px;
    background-position: center;
    background-size: cover;
    margin: 0;
}

.blog-article .overflow{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(33, 33, 33, 0.8);
}

.blog-article .article-title a{
    font-size: 18px;
    position: relative;
    color: rgba(255, 255,255, 1);
    text-decoration: none;
    transition: all 0.5s ease;
}

.blog-article .article-additional-info{
    width: 100%;
    display: flex;
    position: relative;
    color: rgb(202,202, 202);
    text-transform: uppercase;
    margin: 25px 0;
    font-size: 12px;
}

.blog-article .article-additional-info a{
    font-size: 11px;
    text-transform: uppercase;
    color: rgb(202,202, 202);
    text-decoration: none;
    position: relative;
}

.blog-article .article-additional-info a:after{
    position: absolute;
    content: '';
    bottom: -10px;
    width: 40px;
    height: 2px;
    background-color: rgb(202,202, 202);
    left: 0;
}

.blog-article .article-additional-info .separate{
    margin: 0 10px;
}

.article-grid-with-main-article{
    display: flex;
    width: 100%;
    max-width: 100%;
}

.fixed-width-content{
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

.article-grid-with-main-article .first-article{
    width: 100%;
    max-width: 70%;
    margin-right: 20px;
    display: flex;
}

.article-grid-with-main-article .other-article{
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 30%;
}

.article-grid-with-main-article .other-article .blog-article{
    height: 16vw;
}

.article-grid-with-main-article .first-article .blog-article{
    padding: 50px 20% 50px 50px;
}

.article-grid-with-main-article .first-article .blog-article .article-title a{
    font-size: 32px;
    transition: all 0.5s ease;
}

.article-grid-with-main-article .first-article:hover .article-title a{
    color: rgb(253, 67, 38);
}

.article-grid-with-main-article .other-article .blog-article:first-child{
    margin-bottom: 20px;
}

.article-list{
    display: flex;
    flex-wrap: wrap;
}

.article-list .blog-article{
    width: 100%;
    max-width: calc(33.333333% - 34px);
    margin-right: 50px;
    background-color: rgb(241, 241, 241);
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.article-list .blog-article:after{
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    background-color: rgb(253, 67, 38);
    content: '';
    transition: all 0.5s ease;
    transform: translateX(-100%);
}

.article-list .blog-article:hover:after{
    transform: translateX(0);
}

.article-list .blog-article .article-title{
    padding: 0 30px;
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
    margin: 30px 0;
    transition: all 0.5s ease;
    color: #212121;
}

.article-list .blog-article:hover .article-title{
    color: rgb(253, 67, 38);
}

.article-list .blog-article .article-description{
    padding: 0 30px;
    color: #525252;
    font-size: 13px;
    line-height: 20px;
}

.article-list .blog-article .article-additional-info{
    padding: 0 30px;
    color: #212121;
    margin-bottom: 50px;
}

.article-list .blog-article .article-additional-info a{
    color: #212121;
    font-weight: bold;
}

.article-list .blog-article .article-additional-info a:after{
    background-color: #212121;
}

.article-list .blog-article:nth-child(3n){
    margin-right: 0;
}

.blog-article:hover .article-title a{
    color: rgb(253, 67, 38);
}

.article-grid-three-in-row{
    flex-wrap: nowrap;
}

.article-grid-three-in-row .blog-article{
    margin-bottom: 0;
}

.margin-separate{
    width: 100%;
    max-width: 100%;
    height: 50px;
}

.blog-slider .blog-slider-item{
    height: 600px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.blog-slider .blog-slider-item .article-title{
    max-width: 900px;
    text-align: center;
}

.blog-slider .blog-slider-item .article-title a{
    font-size: 37px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
}

.blog-slider .blog-slider-item .article-additional-info{
    width: max-content;
}

.slick-prev{
    left: 50px;
}

.slick-next{
    right: 50px;
}

.section-title{
    margin: 0 auto 20px;
    width: 100%;
    max-width: 1280px;
}

.section-title h4{
    font-weight: bold;
    text-transform: uppercase;
    color: #212121;
    font-size: 27px;
    padding-left: 50px;
    position: relative;
    transition: all 0.5s ease;
    width: max-content;
}

.section-title h4 a{
    text-decoration: none;
    color: #212121;
    transition: all 0.5s ease;
}

.section-title h4:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 35px;
    background-color: #212121;
    transition: all 0.5s ease;
}

.section-title h4:hover{
    color: rgb(253, 67, 38);
}

.section-title h4:hover a{
    color: rgb(253, 67, 38);
}

.section-title h4:hover:before{
    background-color: rgb(253, 67, 38);
}

.slick-dots{
    bottom: 25px;
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.article-page .article-header{
    margin: 0 auto 50px;
    width: 100%;
    max-width: 1280px;
    position: relative;
}

.article-page .article-header-image{
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

.article-page .article-header .article-title{
    margin-top: 100px;
    max-width: 75%;
    margin-bottom: 30px;
}

.article-page .article-header .article-title h1{
    font-size: 44px;
    line-height: 60px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgb(253, 67, 38);
    position: relative;
    text-shadow: 1px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.article-page .article-header .article-description{
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    max-width: 65%;
    margin-bottom: 30px;
}

.article-page .article-header .article-additional-info{
    width: 100%;
    display: flex;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    margin: 25px 0;
    font-size: 12px;
}

.article-page .article-header .article-additional-info a{
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.article-page .article-header .article-additional-info a:after{
    position: absolute;
    content: '';
    bottom: -10px;
    width: 40px;
    height: 2px;
    background-color: #fff;
    left: 0;
}

.article-page .article-header .article-additional-info .separate{
    margin: 0 10px;
}

.article-page .article-header-image img{
    width: 100%;
    max-width: 100%;
}

.article-page .article-body{
    display: flex;
    margin: 50px auto;
    width: 100%;
    max-width: 1280px;
}

.article-page .article-body .left-sidebar{
    width: 100%;
    max-width: 20%;
    margin-right: 25px;
}

.article-page .article-body .right-sidebar{
    max-width: 30%;
    width: 100%;
    margin-left: 25px;
}

.article-page .article-body .article-content{
    width: 100%;
    max-width: 50%;
}

.article-page .article-body .article-content p{
    width: 100%;
    max-width: 100%;
    color: #212121;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 25px;
}

.article-page .article-body .article-content img{
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

.article-page .article-body .article-content h5{
    font-size: 21px;
    color: #212121;
    font-weight: bold;
    margin-bottom: 25px;
}

.article-page .article-body .article-content h6{
    font-size: 16px;
    color: #212121;
    font-weight: bold;
    margin-bottom: 25px;
}

.article-page .article-body .article-content .article-content--text ul{
    margin-left: 25px;
    list-style: square;
}

.article-page .article-body .article-content ul .article-content--text li{
    color: #212121;
    font-size: 14px;
    margin-bottom: 25px;
}

.article-page .article-body .article-content .article-content--text a{
    color: rgb(253, 67, 38);
    font-size: 14px;
}

.article-page .article-body .left-sidebar img{
    width: 100%;
    max-width: 100%;
}

.article-page .article-body .left-sidebar a{
    text-decoration: none;
}

.article-page .article-body .left-sidebar .title{
    font-size: 18px;
    color: #212121;
    text-decoration: none;
    font-weight: bold;
    margin: 15px 0;
    display: block;
    line-height: 24px;
}

.article-page .article-body .left-sidebar .article-date{
    font-size: 12px;
    color: #7d7d7d;
    text-decoration: none;
    margin: 15px 0;
    display: block;
    text-transform: uppercase;
}

.article-page .article-body .left-sidebar .next{
    font-size: 24px;
    color: rgb(253, 67, 38);
}

.article-page .article-body .right-sidebar .first-article{
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    border-bottom: 1px solid #cacaca;
    position: relative;
    margin-bottom: 25px;
}

.article-page .article-body .right-sidebar .first-article .article-link{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.article-page .article-body .right-sidebar .first-article img{
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
}

.article-page .article-body .right-sidebar .first-article .title{
    font-size: 24px;
    color: #212121;
    text-decoration: none;
    font-weight: bold;
    margin: 15px 0;
    display: block;
    line-height: 24px;
    transition: all 0.5s ease;
}

.article-page .article-body .right-sidebar .first-article:hover .title{
    color: rgb(253, 67, 38);
}

.article-page .article-body .right-sidebar .first-article .article-date{
    font-size: 12px;
    color: #7d7d7d;
    text-decoration: none;
    margin: 15px 0;
    display: block;
    text-transform: uppercase;
}

.article-page .article-body .right-sidebar .other-article{
    display: flex;
    margin-bottom: 25px;
    position: relative;
}

.article-page .article-body .right-sidebar .other-article .article-link{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.article-page .article-body .right-sidebar .other-article .image-wrap{
    width: 30%;
    margin-right: 15px;
    background-size: cover;
    background-position: center;
}

.article-page .article-body .right-sidebar .other-article .title{
    font-size: 16px;
    color: #212121;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    line-height: 21px;
    transition: all 0.5s ease;
}

.article-page .article-body .right-sidebar .other-article:hover .title{
    color: rgb(253, 67, 38);
}


.article-page .article-body .right-sidebar .other-article .article-date{
    font-size: 12px;
    color: #7d7d7d;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}

.inner-page-wrap .inner-page-footer{
    background-color: #212121;
    display: flex;
    flex-direction: column;
}

.inner-page-wrap .inner-page-footer .footer-top{
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}

.inner-page-wrap .inner-page-footer .footer-top .footer-logo a{
    text-decoration: none;
    font-size: 54px;
    font-weight: 900;
    color: rgb(253, 67, 38);
    text-transform: uppercase;
}

.inner-page-wrap .inner-page-footer .footer-top .footer-navigation>ul{
    display: flex;
}

.inner-page-wrap .inner-page-footer .footer-top .footer-navigation>ul>li{
    margin-right: 20px;
}

.inner-page-wrap .inner-page-footer .footer-top .footer-navigation>ul>li:last-child{
    margin-right: 0;
}

.inner-page-wrap .inner-page-footer .footer-top .footer-navigation>ul>li>a{
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    transition: all 0.5s ease;
}

.inner-page-wrap .inner-page-footer .footer-top .footer-navigation>ul>li>a:hover{
    color: rgb(253, 67, 38);
}

.inner-page-wrap .inner-page-footer .footer-top .footer-navigation>ul>li>ul{
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.inner-page-wrap .inner-page-footer .footer-top .footer-navigation>ul>li>ul>li{
    margin-bottom: 15px;
}

.inner-page-wrap .inner-page-footer .footer-top .footer-navigation>ul>li>ul>li>a{
    font-size: 12px;
    text-decoration: none;
    color: rgb(173, 173, 173);
    transition: all 0.5s ease;
}

.inner-page-wrap .inner-page-footer .footer-top .footer-navigation>ul>li>ul>li>a:hover{
    color: #fff;
}

.inner-page-wrap .inner-page-footer .social-media{
    max-width: 1280px;
    width: 100%;
    margin: 25px auto;
}

.inner-page-wrap .inner-page-footer .social-media ul{
    display: flex;
    justify-content: center;
    padding: 25px 0;
    border-top: 1px solid rgb(49, 49, 49);

}

.inner-page-wrap .inner-page-footer .social-media ul li{
    margin-right: 50px;
}

.inner-page-wrap .inner-page-footer .social-media ul li:last-child{
    margin-right: 0;
}

.inner-page-wrap .inner-page-footer .social-media ul li a{
    font-size: 24px;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease;
}

.inner-page-wrap .inner-page-footer .social-media ul li a:hover{
    color: rgb(253, 67, 38);
}

.inner-page-wrap .inner-page-footer .social-media span{
    font-family: "Font Awesome 5 Brands" !important;
}

.inner-page-wrap .inner-page-footer .footer-bottom{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}

.inner-page-wrap .inner-page-footer .footer-bottom .copyright{
    font-size: 12px;
    color: #fff;
    max-width: 33.3%;
    width: 100%;
}

.inner-page-wrap .inner-page-footer .footer-bottom .page-footer-phone{
    font-size: 12px;
    color: #fff;
    max-width: 33.3%;
    width: 100%;
    text-align: center;
}

.inner-page-wrap .inner-page-footer .footer-bottom .additional-nav{
    max-width: 33.3%;
    width: 100%;
}

.inner-page-wrap .inner-page-footer .footer-bottom .additional-nav ul{
    display: flex;
    justify-content: flex-end;
}

.inner-page-wrap .inner-page-footer .footer-bottom .additional-nav ul li{
    margin-right: 25px;
}

.inner-page-wrap .inner-page-footer .footer-bottom .additional-nav ul li a{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}

.inner-page-wrap .inner-page-footer .footer-bottom .additional-nav ul li a:hover{
    color: rgb(253, 67, 38);
}


.inner-page-wrap .inner-page-body .text-content{
    width: 100%;
    max-width: 1280px;
    margin: 50px auto;
    padding: 0 15px;
}

.inner-page-wrap .inner-page-body .text-content p{
    width: 100%;
    max-width: 100%;
    color: #212121;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 25px;
}

.inner-page-wrap .inner-page-body .text-content img{
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

.inner-page-wrap .inner-page-body .text-content h5{
    font-size: 21px;
    color: #212121;
    font-weight: bold;
    margin-bottom: 25px;
}

.inner-page-wrap .inner-page-body .text-content h6{
    font-size: 16px;
    color: #212121;
    font-weight: bold;
    margin-bottom: 25px;
}

.inner-page-wrap .inner-page-body .text-content ul{
    margin-left: 25px;
    list-style: square;
}

.inner-page-wrap .inner-page-body .text-content ul li{
    color: #212121;
    font-size: 14px;
    margin-bottom: 25px;
}

.inner-page-wrap .inner-page-body .text-content a{
    color: rgb(253, 67, 38);
    font-size: 14px;
}

.contact-information{
    display: flex;
    padding: 15px 0;
    width: 100%;
    max-width: 100%;
}

.contact-information .slick-track{
    display: flex !important;
    padding: 15px 0 !important;
    width: 100%;
    outline: none;
}

.contact-information .slick-list{
    width: 100%;
}

.contact-information .contact-info-item{
    width: 100%;
    min-width: calc(33.3% - 50px);
    margin: 0 25px;
    min-height: 335px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 35px;
    position: relative;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.55);
    outline: none;
}

.contact-information .contact-info-item .icon{
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-bottom-color: rgba(253, 67, 38, 0.5);
    position: relative;
    top: -30px;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}

.contact-information .contact-info-item .title{
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin: 0 0 20px;
    transition: all 0.5s ease;
}

.contact-information .contact-info-item .info{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: 100;
}

.contact-information .contact-info-item .icon i{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    transform: translate(-50%,125%);
}

.contact-information .contact-info-item .icon:after{
    content: '';
    position: absolute;
    left: -30px;
    top: 30px;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top-color: rgba(253, 67, 38, 0.5);
    transition: all 0.5s ease;
}

.contact-information .contact-info-item:hover .icon{
    border-bottom-color: rgba(253, 67, 38, 1);
}

.contact-information .contact-info-item:hover .icon:after{
    border-top-color: rgba(253, 67, 38, 1);
}

.contact-information .contact-info-item:hover .title{
    color: rgba(253, 67, 38, 1);
}

.map-frame{
    width: 100%;
    height: 300px;
}

form.form-wrap{
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
}

form.form-wrap .input-column{
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    max-width: 100%;
}

form.form-wrap .input-column .input-group{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-right: 25px;
}

form.form-wrap .input-column .input-group label{
    font-size: 21px;
    text-transform: uppercase;
    color: #212121;
    font-weight: bold;
    margin: 0 0 20px;
}

.contact-form form.form-wrap .input-column .input-group label{
    color: #fff;
}

form.form-wrap .input-column .input-group input, form.form-wrap .input-column .input-group textarea, form.form-wrap .input-column .input-group select{
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid rgb(120, 120, 120);
    color: #212121;
    font-size: 14px;
    line-height: 24px;
    outline: none;
    transition: all 0.5s ease;
}

.contact-form form.form-wrap .input-column .input-group input, .contact-form form.form-wrap .input-column .input-group textarea, .contact-form form.form-wrap .input-column .input-group select{
    padding: 5px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

form.form-wrap .input-column .input-group select{
    background-color: #fff;
    padding: 18px 0;
}

form.form-wrap .input-column .input-group input:focus, form.form-wrap .input-column .input-group textarea:focus{
    border-color: rgba(253, 67, 38, 1);
}

.contact-form form.form-wrap .input-column .btn-group button{
    padding: 20px 0;
    align-items: center;
    width: 200px;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgb(120, 120, 120);
    cursor: pointer;
    font-size: 21px;
    text-transform: uppercase;
    color: #212121;
    font-weight: bold;
    transition: all 0.5s ease;
    margin-top: 15px;
}

.contact-form form.form-wrap .input-column .btn-group button{
    border: 1px solid #fff;
    color: #fff;
}

form.form-wrap .input-column .btn-group button:hover{
    background-color: rgba(253, 67, 38, 1);
    color: #fff;
    border-color: rgba(253, 67, 38, 1);
}

form.form-wrap .input-column .input-group:last-child{
    margin-right: 0;
}

.input-column .file-wrap{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.input-column .file-wrap label span{
    display: block;
    cursor: pointer;
}

.input-column .file-wrap label .main-label{
    font-size: 24px;
    font-weight: 900;
    color: rgb(253, 67, 38);
    text-transform: uppercase;
    margin-bottom: 5px;
    cursor: pointer;
}

.input-column .file-wrap label .sub-label{
    font-size: 21px;
    color: #212121;
    font-weight: bold;
    margin: 0 0 20px;
    cursor: pointer;
}

.input-column .file-wrap label{
    margin-right: 25px;
}

.input-column .file-wrap .attachment-file-wrap input[type="file"]{
    display: none;
}

.input-column .file-wrap .attachment-file-wrap .action-btn{
    padding: 15px 15px;
    align-items: center;
    text-align: center;
    background-color: rgb(253, 67, 38);
    border: 1px solid rgb(253, 67, 38);
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    transition: all 0.5s ease;
}


.slider{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    z-index: 1;
}

.slider .item{
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-size: cover;
    height: 400px;
    position: relative;
}

.slider .item .slider-item-content{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: bold;
}

.slider .item .overflow{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(26, 41, 79, 0.4);
}

.slider-overflow{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
}

.slider-overflow .overflow-item{
    width: 100%;
    transition: width 0.5s ease, opacity 0.5s ease;
    box-sizing: border-box;
}

.slider-overflow .overflow-item.hover{
    width: calc(100% / 3);
}

.slick-prev, .slick-next{
    z-index: 1;
}

.section-page .section-page-wrap .section-page-main-content .navigation-tabs{
    position: absolute;
    bottom: -50px;
    right: 50px;
}

.careers-tags{
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    color: #212121;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    text-transform: uppercase;
}

.careers-description{
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

.careers-description p{
    width: 100%;
    max-width: 100%;
    color: #212121;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 25px;
}

.input-column h3{
    font-size: 24px;
    font-weight: 900;
    color: rgb(253, 67, 38);
    text-transform: uppercase;
    margin-top: 25px;
}

.message-box{
    margin-top: 50px;
    text-transform: uppercase;
    color: #f74225;
    font-size: 24px;
    border-bottom: 2px solid #f74225;
    text-align: center;
    padding-bottom: 10px;
}

.page-navigation-mobile-btn--home{
    display: none;
}

.mobile-additional-footer-navigation.page-navigation{
    z-index: 15;
    display: none;
}

.mobile-additional-footer-navigation.page-navigation.open{
    display: flex;
}

.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: rgba(48,48,48,.81);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
}

.popup--body{
    width: 100%;
    max-width: 100%;
}

.popup.popup__open{
    transform: translate(0);
}

.btn{
    display: inline-block;
    width: max-content;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    margin: 15px 0;
}

.btn__red{
    background-color: #f64225;
    border: 2px solid #f64225;
}

.btn__transparent{
    border: 2px solid #fff;
    color: #fff;
}

.popup--close-btn{
    display: block;
    border: 1px solid #fff;
    color: #fff;
    padding: 20px 0;
    align-items: center;
    width: 125px;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .5s ease;
    text-decoration: none;
    margin-top: 15px;
    margin-left: auto;
}

.popup--close-btn.popup--close-btn__center{
    margin: 0 auto;
}

.btn-group{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-nav--mobile-btn{
    display: none;
    color: #fff;
    font-size: 24px;
}

.footer-nav.footer-nav__open{
    position: absolute;
    right: 10px;
    background-color: hsl(0deg 0% 12% / 75%);
    display: flex;
    flex-direction: column;
    bottom: 18px;
    padding: 15px;
}

.footer-nav.footer-nav__open a{
    margin-bottom: 7px;
}

@keyframes shake{
    0% { transform:translate(0,0) }
    1.78571% { transform:translate(5px,0) }
    3.57143% { transform:translate(0,0) }
    5.35714% { transform:translate(5px,0) }
    7.14286% { transform:translate(0,0) }
    8.92857% { transform:translate(5px,0) }
    10.71429% { transform:translate(0,0) }
    100% { transform:translate(0,0) }
}

.footer--phone{
    animation: shake 4.72s ease infinite;
    transform-origin: 50% 50%;
    display: block;
    height: 40px;
}

.contact-form{
    max-width: 640px;
    margin: 0 auto;
}

.slider--video{
    height: 100%;
}

.slider--video video{
    height: auto;
    max-height: none;
}

.error-wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.error-title{
    font-size: 20vw;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    color: #fd4326;
    position: relative;
    text-shadow: 1px 4px 3px rgb(0 0 0 / 40%), 0 8px 13px rgb(0 0 0 / 10%), 0 18px 23px rgb(0 0 0 / 10%);
}

.error-sub-title{
    font-size: 5vw;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #fd4326;
    opacity: 0.8;
}

.error-description{
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    line-height: 160%;
    margin-top: 25px;
}

.error--btn-group a:first-child{
    margin-right: 25px;
}

.social-media-share{
    display: flex;
    margin-bottom: 20px;
}

.social-media-share--links{
    list-style: none;
    display: flex;
    margin-left: 15px;
}

.social-media-share--link-item{
    color: rgb(253, 67, 38);
    font-size: 14px;
    text-decoration: none;
}

.social-media-share--links li{
    margin-right: 10px;
}

.breadcrumbs{
    display: flex;
    margin-bottom: 25px;
}

.breadcrumbs li{
    margin-right: 26px;
    position: relative;
}

.breadcrumbs li:before{
    content: '/';
    position: absolute;
    right: -16px;
    color: rgb(253, 67, 38);
    opacity: 0.6;
}

.breadcrumbs li:last-child{
    margin-right: 0;
}

.breadcrumbs li:last-child:before{
    display: none;
}

.breadcrumbs--item{
    color: rgb(253, 67, 38);
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumbs--item__current{
    font-weight: 400;
    opacity: 0.8;
}

.bg-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg-img img, .bg-img amp-img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.i-amphtml-layout-size-defined>[fallback]{
    z-index: 0 !important;
}

.form-error--input-is-invalid{
    border: 1px solid #f64225 !important;
}

.phone-item{
    color: #fff;
    text-decoration: none;
}

.btn--to-top{
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #f64225;
    text-decoration: none;
}

.btn--to-top.btn--to-top__active{
    display: flex;
}

.social-media-share--title strong{
    margin-right: 5px;
}

.popup--title{
    text-transform: uppercase;
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}

.container-wrap{
    width: 100%;
    max-width: 1280px;
    margin: 50px auto;
    padding: 0 15px;
}

.alert-danger{
    margin-bottom: 15px;
    color: #f64225;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
}

.content-title{
    text-align: center;
    padding: 0 50px;
    font-weight: bold;
    font-size: 48px;
}

.question-form{
    width: 100%;
    max-width: 100%;
    margin: 50px 0;
}

.question-form__input{
    width: 100%;
    max-width: 100%;
    padding: 14px;
    border: none;
    background-color: #e7e7e7;
    color: #212121;
}

.content-divider-description{
    font-size: 16px;
    margin-bottom: 50px;
    text-align: center;
    color: #939393;
    line-height: 160%;
}

.faq-categories{
    display: flex;
    margin-bottom: 50px;
}

.faq-category__item{
    width: 100%;
    max-width: 25%;
    background-color: #fff;
    padding: 50px 25px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 9px 1px #939393;
    margin-right: 25px;
}

.faq-category__item.faq-category__item_current{
    box-shadow: 0 0 9px 1px rgb(246 66 37 / 33%);
}

.faq-category__icon{
    font-size: 36px;
    color: #939393;
    margin-bottom: 15px;
}

.faq-category__item_current .faq-category__icon{
    color: #f64225;
}

.faq-category__item:last-child{
    margin-right: 0;
}

.faq-category__title{
    font-weight: bold;
    text-transform: uppercase;
    color: #212121;
}

.faq-tab__title{
    text-align: center;
    padding: 0 25px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 32px;
    color: #f64225;
}

.faq-tab__sub-title{
    font-size: 16px;
    margin: 0 auto 50px;
    text-align: center;
    color: #939393;
    line-height: 160%;
    max-width: 768px;
}

.faq-questions{
    width: 100%;
    max-width: 100%;
    padding: 0 75px;
}

.faq-question__item{
    padding-bottom: 30px;
    margin-bottom: 30px;
    max-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #d1d1d1;
}

.faq-question__item.faq-question__item_opened{
    max-height: max-content;
    overflow: visible;
}

.faq-question__header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    cursor: pointer;
}

.faq-question__title{
    font-size: 18px;
    font-weight: bold;
    margin-left: 25px;
    position: relative;
    color: #212121;
}

.faq-question__title:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #212121;
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.faq-question__body{
    font-size: 14px;
    color: #5e5e5e;
    line-height: 160%;
    margin-left: 25px;
}

.faq-question__footer{
    margin-top: 15px;
    margin-left: 25px;
}

.text-bold{
    font-weight: 500;
}

.subscription{
    width: 100%;
    max-width: 100%;
    padding: 75px;
    background-color: #212121;
    border-radius: 7px;
}

.subscription__title{
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.subscription__description{
    line-height: 140%;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

.subscription__form{
    width: 100%;
    max-width: 100%;
    display: flex;
}

.subscription__input{
    width: 100%;
    max-width: 100%;
    border: none;
    outline: none;
    background-color: #fff;
    color: #212121;
    margin-right: 25px;
    padding: 15px;
}

.subscription__button{
    width: 100%;
    max-width: 240px;
    border: none;
    outline: none;
    background-color: #f64225;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.cookies{
    width: 100%;
    max-width: 1024px;
    position: fixed;
    bottom: 50px;
    left: 50px;
    background-color: #212121;
    padding: 30px;
    border-radius: 7px;
    display: flex;
    z-index: 20;
}

.cookies__icon{
    color: #fff;
    font-size: 32px;
    width: 100%;
    max-width: 50px;
    margin-right: 10px;
}

.cookies__description{
    font-size: 14px;
    line-height: 160%;
    color: #fff;
    width: 100%;
    max-width: 100%;
    margin-right: 10px;
}

.cookies__form{
    display: flex;
}

.cookies__button{
    width: 100%;
    max-width: 240px;
    min-width: 120px;
    border: none;
    outline: none;
    background-color: #f64225;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
    display: block;
}

@media screen and (max-width: 1920px) {
    .menu-nav .menu-item .icon i, .menu-nav .menu-item .icon img{
        transform: translateY(120px);
    }
}

@media screen and (max-width: 1440px) {
    .section-page .section-page-wrap{
        padding: 50px 50px 120px;
    }

    .page-footer{
        bottom: 20px;
    }

    .menu-nav .menu-item .icon i, .menu-nav .menu-item .icon img{
        transform: translateY(120px);
    }

    .menu-nav .menu-item .menu-title span{
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1366px) {
    .article-page .article-body{
        flex-wrap: wrap;

    }
}


@media screen and (max-width: 1280px) {

    .blog-categories-wrap{
        padding: 0 50px;
    }

    .blog-categories-wrap .blog-categories-list{
        flex-wrap: wrap;
    }

    .blog-categories-wrap .blog-category-item{
        max-width: calc(50% - 10px);
        margin-bottom: 25px;
    }

    .blog-categories-wrap .blog-category-item:nth-child(2n){
        margin-right: 0;
    }

    .blog-categories-wrap .blog-category-item:last-child{
        margin-bottom: 25px;
    }

    .fixed-width-content{
        padding: 0 50px;
    }

    .section-title{
        padding: 0 50px;
    }

    .inner-page-wrap .inner-page-footer{
        padding: 0 15px;
    }

    .inner-page-wrap .inner-page-footer .footer-top .footer-logo a{
        font-size: 32px;
    }

    .inner-page-wrap .inner-page-footer .footer-top{
        flex-direction: column;
    }

    .footer-logo{
        text-align: center;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1000px){
    .menu-nav{
        flex-wrap: wrap;
    }

    .menu-wrap{
        flex-wrap: wrap;
    }

    .slider{
        position: relative !important;
        margin: 0 !important;
    }

    .menu-nav .menu-item{
        width: 100%;
        height: 50vw;
        opacity: 1 !important;
    }

    .menu-nav .menu-item:hover{
        width:100%;
        height: 40vw;
        opacity: 1;
    }

    .menu-nav:hover .menu-item{
        width: 100%;
    }

    .menu-nav .menu-item:hover .icon{
        transform: translateY(25px);
        transition-delay: 0.7s;
        top: 0;
    }

    .menu-nav .menu-content .additional-menu{
        display: none;
    }

    .menu-nav .menu-item .icon i, .menu-nav .menu-item .icon img{
        transform: translateY(-50px);
        transition: all 0.5s ease;
    }

    .menu-nav .menu-item .menu-content{
        top: 50%;
    }

    .slider .item .slider-item-content{
        font-size: 5vw;
    }

    .menu-nav .menu-item .menu-title span{
        font-size: 2vw;
        line-height: 2.2vw;
    }

    #app{
        overflow: scroll;
    }

    .section-page .section-page-wrap{
        padding: 50px 10px 80px 50px;
    }

    .section-page .section-page-wrap .section-page-main-content .section-page-main-content--content .section-page-main-content--content--header h5{
        font-size: 32px;
        line-height: 36px;
    }

    .section-page .section-page-wrap .section-page-main-content .section-page-main-content--content .section-page-main-content--content--text p, .section-page .section-page-wrap .section-page-main-content .section-page-main-content--content .section-page-main-content--content--text ul{
        line-height: 23px;
        font-size: 15px;
    }

    .section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item .navigation-index{
        font-size: 36px;
    }

    .section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item .navigation-label{
        font-size: 13px;
    }

    .section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item.current .navigation-label{
        font-size: 16px;
    }

    .article-grid-with-main-article{
        display: none;
    }

    .article-list .blog-article{
        margin-right: 15px;
        max-width: 33.3%;
    }

    .article-list .blog-article .article-title{
        padding: 0 10px;
        margin: 15px 0;
    }

    .article-list .blog-article .article-description, .article-list .blog-article .article-additional-info{
        padding: 0 10px;
    }

    .inner-page-wrap .inner-page-header h2{
        font-size: 70px;
    }
    .page-navigation .static-menu{
        display: none;
    }
}

@media screen and (max-width: 1100px), (orientation: landscape) and (max-height: 768px)  and (max-width: 1366px)   {
    .menu-nav .menu-item{
        height: 23vw;
    }
}

@media screen and (max-width: 768px), (orientation: landscape) and (max-height: 768px) and (max-width: 1366px) {
    .menu-nav .menu-item .icon{
        font-size: 30px;
    }

    .menu-nav .menu-item .icon img{
        width: 40px;
    }

    .menu-nav .menu-item .icon{
        top: 0;
        transform: translateY(0);
    }

    .menu-nav .menu-item:hover .icon{
        width: 100%;
        height: 100%;
        transform: translateY(-50%);
        top: 50%;
        border-radius: 0;
    }

    .menu-nav .menu-item .menu-title:before{
        background-color: transparent;
    }

    .section-page .section-page-wrap .section-page-main-content .section-page-main-content--content{
        max-width: 60%;
    }

    .section-page .section-page-wrap .section-page-main-content .section-header{
        width: 40%;
        min-width: auto;
    }

    .section-page .section-page-wrap{
        padding: 50px 10px 100px 35px;
    }

    .section-page .section-page-wrap .section-page-main-content .section-page-main-content--content{
        padding: 10px 10px 10px 10px;
    }

    .section-page .section-page-wrap .section-page-main-content .section-page-main-content--content .section-page-main-content--content--text p{
        padding-right: 16px;
    }

    .page-footer{
        width: 94%;
        bottom: 30px;
        left: 2.5%;
    }

    .page-footer .social-media ul li{
        width: 30px;
        height: 30px;
        margin: 0 5px;
    }

    .page-footer .social-media ul li a{
        font-size: 14px;
    }

    .page-footer .page-footer-phone, .page-footer .copyright{
        font-size: 12px;
    }

    .footer-nav{
        display: none;
    }

    .footer-nav--mobile-btn{
        display: block;
    }

    .footer-nav--item-separate{
        display: none;
    }

    .blog-categories-wrap .blog-category-item a{
        font-size: 15px;
    }

    .article-list{
        flex-direction: column;
    }

    .article-list .blog-article{
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .blog-slider .blog-slider-item .article-title a{
        font-size: 24px;
        margin-bottom: 20px;
        display: block;
        padding: 0 15px;
    }

    .inner-page-wrap .inner-page-footer .footer-top .footer-navigation>ul{
        flex-wrap: wrap;
    }

    .inner-page-wrap .inner-page-footer .footer-top .footer-navigation>ul>li{
        width: 100%;
        max-width: calc(33.3% - 20px);
        margin-bottom: 15px;
    }

    .inner-page-wrap .inner-page-footer .footer-bottom .copyright, .inner-page-wrap .inner-page-footer .footer-bottom .page-footer-phone, .inner-page-wrap .inner-page-footer .footer-bottom .additional-nav{
        max-width: max-content;
    }

    .page-navigation-mobile-btn--home{
        display: block;
        z-index: 12;
    }
    .menu-nav .menu-item .main-menu{
        z-index: 2;
    }

    .menu-nav .menu-item .menu-description{
        display: none;
    }

    .menu-nav .menu-item .menu-content .additional-menu{
        display: none;
    }

    .menu-nav .menu-item .menu-title{
        transition: all .5s ease;
    }

    .menu-nav .menu-item:hover .menu-title{
        transform: translateY(30px);
    }

    .inner-page-wrap .inner-page-header h2{
        font-size: 54px;
    }
    form.form-wrap .input-column{
        flex-direction: column;
    }
    form.form-wrap .input-column .input-group{
        margin-bottom: 15px;
    }
    form.form-wrap .input-column .input-group label{
        margin-bottom: 5px;
    }

    .slider .item{
        height: 200px;
    }

    .slider .slick-dots{
        display: none;
    }
    .menu-wrap{
        height: max-content;
    }

    .slick-next, .slick-prev{
        display: none !important;
    }

    #full-page-nav{
        width: 100%;
    }

    .section-page .section-page-wrap .section-page-main-content .section-page-main-content--content .section-page-main-content--content--text{
        max-height: calc(58vh - 40px);
    }

    .left-sidebar, .right-sidebar{
        display: none;
    }

    .article-page .article-body .article-content{
        max-width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width: 670px), (orientation: landscape) and (max-height: 768px)  {
    .inner-page-wrap .inner-page-footer .footer-bottom{
        align-items: center;
        flex-direction: column;
    }
    .inner-page-wrap .inner-page-footer .footer-bottom .copyright, .inner-page-wrap .inner-page-footer .footer-bottom .page-footer-phone, .inner-page-wrap .inner-page-footer .footer-bottom .additional-nav{
        margin-bottom: 15px;
    }
    .inner-page-wrap .inner-page-header .page-title{
        height: 200px;
    }
}

@media screen and (max-width: 580px), (orientation: landscape) and (max-height: 768px) and (max-width: 1366px)  {
    .inner-page-wrap .inner-page-header h2{
        font-size: 36px;
    }

    .section-page .section-page-wrap .section-page-main-content{
        flex-direction: column;
        max-height: 65%;
        margin-bottom: 20px;
    }

    .section-page .section-page-wrap .section-page-main-content .section-header{
        width: 100%;
    }

    .section-page .section-page-wrap .section-page-main-content .section-header{
        justify-content: center;
    }

    .section-page .section-page-wrap .section-page-main-content .section-page-main-content--content{
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
        padding: 10px 10px 10px 20px;
    }

    .section-page .section-page-wrap .section-page-main-content .section-page-main-content--content .section-page-main-content--content--header h5{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap{
        flex-wrap: wrap;
    }

    .section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item{
        width: 100%;
        max-width: calc(50% - 20px);
        margin: 0 10px 10px;
    }

    .section-page .section-page-wrap .section-page-content-navigation{
        max-height: 35%;
    }

    .menu-nav .menu-item{
        width: 50%;
        /*height: 25vh;
        min-height: 200px;*/
    }

    .menu-nav .menu-item:hover{
        width: 50%;
    }

    .menu-nav:hover .menu-item{
        width: 50%;
    }

    .menu-nav:hover .menu-item:last-child{
        width: 100%;
    }

    .menu-nav .menu-item:last-child{
        width: 100%;
    }

    .menu-nav .menu-item .menu-title span {
        font-size: 10px;
        line-height: 160%;
        padding: 0 25px;
    }

    .menu-nav .menu-item:hover .menu-content{
        top: 50%;
    }

    .menu-nav .menu-item .icon i, .menu-nav .menu-item .icon img{
        transform: translateY(-30px);
    }

    .blog-categories-wrap .blog-category-item{
        max-width: 100%;
        margin: 0 0 15px;
        height: auto;
    }


    .blog-slider .blog-slider-item{
        height: 350px;
    }

    .blog-categories-wrap, .section-title, .fixed-width-content{
        padding: 15px;
        margin: 15px 0;
    }

    .section-title h4{
        font-size: 17px;
    }

    .inner-page-body .margin-separate{
        display: none;
    }

    .inner-page-wrap .inner-page-footer .footer-top .footer-navigation>ul>li{
        max-width: calc(50% - 20px);
    }

    .section-page .section-page-wrap .section-page-main-content .section-page-main-content--content .section-page-main-content--content--text p{
        font-size: 14px;
        line-height: 160%;
    }

    .section-page .section-page-wrap .section-page-main-content .section-page-main-content--content .section-page-main-content--content--text ul{
        font-size: 14px;
        line-height: 160%;
    }

    .section-page .section-page-wrap .section-page-main-content .section-page-main-content--content.current{
        margin-top: 0;
    }

    .section-page .section-page-wrap .section-page-main-content .section-header{
        display: none;
    }

    .section-page .section-page-wrap .section-page-main-content{
        margin-top: 25px;
    }

    .page-navigation{
        top: 55px;
        left: 0;
        padding: 0 40px;
    }

    .page-navigation ul li{
        height: 25px;
    }

    .page-navigation ul li a{
        font-size: 14px;
        display: block;
        width: max-content;
        margin: 0 auto;
    }
    .btn{
        font-size: 13px;
        text-transform: uppercase;
        padding: 7px;
    }

    .contact-information .contact-info-item{
        min-height: auto;
        padding: 15px;
        height: max-content;
        margin: 0 10px;
    }

    .contact-information .contact-info-item .title{
        margin: 0 0 10px;
        font-size: 16px;
    }

    .contact-information .contact-info-item .info{
        font-size: 13px;
        line-height: 18px;
    }

    .contact-information .contact-info-item .icon{
        top: -20px;
        border: 20px solid transparent;
        border-bottom-color: rgba(253,67,38,.5);
        margin-bottom: 15px;
    }

    .contact-information .contact-info-item .icon:after{
        left: -20px;
        top: 20px;
        border: 20px solid transparent;
        border-top-color: rgba(253,67,38,.5);
    }

    .contact-information .contact-info-item .icon i{
        top: -2px;
        font-size: 13px;
    }

    form.form-wrap .input-column .input-group label{
        font-size: 12px;
    }

    form.form-wrap .input-column .input-group input, form.form-wrap .input-column .input-group select, form.form-wrap .input-column .input-group textarea{
        font-size: 13px;
        line-height: 15px;
    }

    form.form-wrap .input-column{
        margin-bottom: 0;
    }

    .contact-form form.form-wrap .input-column .btn-group button, .popup--close-btn{
        padding: 9px 0;
        width: 110px;
        font-size: 14px;
    }

    .inner-page-wrap .inner-page-header .page-title{
        height: 265px;
    }
}

@media screen and (max-width: 580px) and (orientation: portrait){
    .menu-nav .menu-item{
        width: 50%;
        height: 25vh !important;
        min-height: auto;
    }
}

@media screen and (orientation: landscape) and (max-height: 768px)  and (max-width: 1366px)   {
    .inner-page-wrap .inner-page-header .page-title{
        height: 200px;
    }
}

@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 768px)  and (max-width: 1366px)  {
    .main-menu .menu-item:hover .menu-content .menu-header, .main-menu .menu-item .menu-content .menu-header{
        font-size: 14px;
    }

    .section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item .navigation-label {
        font-size: 12px;
    }

    .section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item .navigation-index{
        font-size: 27px;
    }

    .section-page .section-page-wrap .section-page-content-navigation .navigation-item-wrap .navigation-item.current .navigation-label{
        font-size: 12px;
    }

    .page-footer .page-footer-phone, .page-footer .copyright{
        text-align: center;
    }

    .inner-page-wrap .inner-page-footer .footer-top .footer-navigation>ul>li{
        max-width: 100%;
        text-align: center;
    }

    .page-footer .copyright{
        margin: 0 10px 0 25px;
    }
}

@media screen and (max-height: 360px) {
    .social-media-wrap .page-footer-separate{
        display: none;
    }
}
