@charset "UTF-8";
/* line 2, src/sass/components/nav.scss */
.custom-navbar {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    background-color: #354b68;
    padding: 0;
    height: 70px;
    font-size: 16px;
}

/* line 8, src/sass/components/nav.scss */
.custom-navbar .brand-wrapper {
    width: 220px;
    height: 70px;
}

/* line 12, src/sass/components/nav.scss */
.custom-navbar .brand {
    background-color: #fff;
    height: 100%;
    min-width: 100px;
    max-width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
}

/* line 21, src/sass/components/nav.scss */
.custom-navbar .icon-bar {
    width: 24px;
    height: 2px;
    background-color: #fff;
    display: block;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a#dropdownMenuLanguage{
    color:#fff;
}
/* line 27, src/sass/components/nav.scss */
.custom-navbar .icon-bar:not(:first-child) {
    margin-top: 5px;
}

/* line 32, src/sass/components/nav.scss */
.custom-navbar .nav-toggle {
    padding: 15px;
}

/* line 34, src/sass/components/nav.scss */
.custom-navbar .nav-toggle.active .top-bar {
    -webkit-transform: rotate(45deg) scaleX(1.1);
    -ms-transform: rotate(45deg) scaleX(1.1);
        transform: rotate(45deg) scaleX(1.1);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%;
}
.custom-navbar .dropdown-menu.menu-language {
    background-color: #354b68;
    border-radius: 0;
    margin: 0;
    min-width: 25px;
    left: auto;
    right: 0;
}
/* line 38, src/sass/components/nav.scss */
.custom-navbar .nav-toggle.active .middle-bar {
    opacity: 0;
}

/* line 41, src/sass/components/nav.scss */
.custom-navbar .nav-toggle.active .bottom-bar {
    -webkit-transform: rotate(-45deg) scaleX(1.1);
    -ms-transform: rotate(-45deg) scaleX(1.1);
        transform: rotate(-45deg) scaleX(1.1);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
}

/* line 46, src/sass/components/nav.scss */
.custom-navbar .nav-toggle .top-bar {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
}

/* line 49, src/sass/components/nav.scss */
.custom-navbar .nav-toggle .middle-bar {
    opacity: 1;
}

/* line 52, src/sass/components/nav.scss */
.custom-navbar .nav-toggle .bottom-bar {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
}

/* line 59, src/sass/components/nav.scss */
.custom-navbar .navbar-nav .nav-item > a {
    color: #fff;
}

@media (max-width: 1199.98px) {
    /* line 65, src/sass/components/nav.scss */
    .custom-navbar li:not(.dropdown) ul.dropdown-menu.show {
        margin-left: 10px;
        margin-right: 10px;
    }
    /* line 70, src/sass/components/nav.scss */
    .custom-navbar .navbar-nav {
        background-color: #354b68;
    }
    /* line 72, src/sass/components/nav.scss */
    .custom-navbar .navbar-nav > .nav-item {
        margin: 10px;
    }
}

@media (min-width: 992px) {
    /* line 2, src/sass/components/nav.scss */
    .custom-navbar {
        -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
        -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
        transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    }
    /* line 80, src/sass/components/nav.scss */
    .custom-navbar.floating {
        position: absolute;
        top: 50px;
        right: 30px;
        left: 30px;
        -webkit-box-shadow: 0 13px 34px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 13px 34px 3px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
    }
    /* line 88, src/sass/components/nav.scss */
    .custom-navbar.fixed {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }
    /* line 96, src/sass/components/nav.scss */
    .custom-navbar .navbar-nav.left {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    /* line 100, src/sass/components/nav.scss */
    .custom-navbar .navbar-nav.right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    /* line 103, src/sass/components/nav.scss */
    .custom-navbar .navbar-nav.right .nav-item {
        margin: 0 5px;
    }
    /* line 107, src/sass/components/nav.scss */
    .custom-navbar .navbar-nav > .nav-item {
        margin: 0 10px;
        position: relative;
    }
    /* line 109, src/sass/components/nav.scss */
    .custom-navbar .navbar-nav > .nav-item > a, .custom-navbar .navbar-nav > .nav-item.active {
        -webkit-transition: all 300ms linear 0ms !important;
        -o-transition: all 300ms linear 0ms !important;
        transition: all 300ms linear 0ms !important;
        position: relative;
        height: 70px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    /* line 116, src/sass/components/nav.scss */
    .custom-navbar .navbar-nav > .nav-item > a:before, .custom-navbar .navbar-nav > .nav-item.active:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #e30613;
        opacity: 0;
        height: 3px;
        margin-top: 12px;
        width: 0;
        -webkit-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }
    /* line 131, src/sass/components/nav.scss */
    .custom-navbar .navbar-nav > .nav-item.align-self-end {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    /* line 136, src/sass/components/nav.scss */
    .custom-navbar .navbar-nav .nav-item.active,
    .custom-navbar .navbar-nav .nav-item:hover > a {
        color: #fff;
    }
    /* line 139, src/sass/components/nav.scss */
    .custom-navbar .navbar-nav .nav-item.active:before,
    .custom-navbar .navbar-nav .nav-item:hover > a:before {
        opacity: 1;
        width: 100%;
    }
    /* line 146, src/sass/components/nav.scss */
    .custom-navbar .navbar-nav > .nav-item.icon > a:before {
        content: "";
        width: 2px;
        height: 16px;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        left: -5px;
        top: 50%;
        margin-top: -8px;
    }
    /* line 159, src/sass/components/nav.scss */
    .custom-navbar .navbar-nav > .nav-item.menu-item-has-children:hover,
    .custom-navbar .navbar-nav > .nav-item.dropdown.basic > a[aria-expanded="true"], .custom-navbar .navbar-nav > .nav-item.dropdown.basic > a:hover {
        color: #354b68;
        background-color: #e9e9e9;
    }
    .custom-navbar .navbar-nav > .nav-item.menu-item-has-children:hover a{
        color: #354b68;
        text-transform: none;
    }
    .custom-navbar .navbar-nav > .nav-item.menu-item-has-children .sub-menu li a:hover{
        color: #ff2b0b;
    }
    /* line 164, src/sass/components/nav.scss */
    .custom-navbar .navbar-nav > .nav-item.dropdown.basic > a .navbar-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    /* line 169, src/sass/components/nav.scss */
    .custom-navbar .navbar-nav > .nav-item.dropdown.basic > a:hover:before {
        opacity: 1;
        width: 100%;
    }
    /* line 177, src/sass/components/nav.scss */
    .custom-navbar .nav-link {
        padding: 0;
    }
    /* line 180, src/sass/components/nav.scss */
    .sub-menu,
    .custom-navbar .dropdown-menu.menu-basic {
        background-color: #e9e9e9;
        border-radius: 0;
        margin: 0;
        padding: 25px;
        position: absolute;
        list-style: none;
        display: none;
    }    
    .custom-navbar .navbar-nav > .nav-item:hover .sub-menu{
        display: block; 
    }
    /* line 185, src/sass/components/nav.scss */
    .sub-menu li a,
    .custom-navbar .dropdown-menu.menu-basic .dropdown-item {
        color: #354b68;
        letter-spacing: 1px;
        text-decoration: none;
        display: block;
        position: relative;
        padding: 10px 0 10px 2rem;
        white-space: nowrap;
    }
    /* line 192, src/sass/components/nav.scss */
    .sub-menu li a:before,
    .custom-navbar .dropdown-menu.menu-basic .dropdown-item:before {
        content: "";
        width: 10px!important;
        height: 2px;
        background: #ff2b0b;
        position: absolute;
        left: 0;
        top: 20px;
    }
    /* line 201, src/sass/components/nav.scss */
    .custom-navbar .dropdown-menu.menu-basic .dropdown-item:hover {
        background-color: transparent;
        color: #e30613;
    }
    /* line 207, src/sass/components/nav.scss */
    .custom-navbar .dropdown-menu.menu-language {
        background-color: #354b68;
        border-radius: 0;
        margin: 0;
        min-width: 61px;
        margin-right: -5px;
    }
    /* line 212, src/sass/components/nav.scss */
    .custom-navbar .dropdown-menu.menu-language .dropdown-item {
        color: #fff;
    }
    /* line 214, src/sass/components/nav.scss */
    .custom-navbar .dropdown-menu.menu-language .dropdown-item:hover {
        background-color: transparent;
        color: #e30613;
    }
}

/* roboto-100 - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-100italic - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100italic.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100italic.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100italic.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100italic.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-300 - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-300italic - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300italic.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300italic.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300italic.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300italic.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-regular - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-regular.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-regular.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-regular.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-regular.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-regular.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-italic - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-italic.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-italic.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-italic.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-italic.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-500 - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-500italic - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500italic.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500italic.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500italic.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500italic.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-700 - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-700italic - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700italic.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700italic.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700italic.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700italic.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-900 - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-900italic - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900italic.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900italic.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900italic.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900italic.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../../fonts/fontello/fontello.svg?99721437#fontello') format('svg');
  }
}
*/
/* line 169, src/sass/global.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 10px;
    font-size: 10px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 185, src/sass/global.scss */
.icon-long-arrow-alt-right-solid:before {
    content: '\e800';
    margin-left: 15px;
}

/* '' */
/* line 4, src/sass/components/common.scss */
a {
    text-transform: uppercase;
}

/* line 8, src/sass/components/common.scss */
.flipbox-wrapper {
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

/* line 9, src/sass/components/common.scss */
.flipbox-wrapper .flipbox-box {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

/* line 10, src/sass/components/common.scss */
.flipbox-wrapper .flipbox-box .flipbox-side {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* line 11, src/sass/components/common.scss */
.flipbox-wrapper .flipbox-box .flipbox-side.flipbox-front {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* line 12, src/sass/components/common.scss */
.flipbox-wrapper .flipbox-box .flipbox-side.flipbox-left {
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
        transform-origin: center left;
}

/* line 13, src/sass/components/common.scss */
.flipbox-wrapper .flipbox-box .flipbox-side.flipbox-right {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
        transform-origin: top right;
}

/* line 14, src/sass/components/common.scss */
.flipbox-wrapper .flipbox-box .flipbox-side.flipbox-top {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
        transform-origin: top center;
}

/* line 15, src/sass/components/common.scss */
.flipbox-wrapper .flipbox-box .flipbox-side.flipbox-bottom {
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
        transform-origin: bottom center;
}

/* line 18, src/sass/components/common.scss */
.tooltip.show {
    opacity: 1;
}

/* line 22, src/sass/components/common.scss */
.tooltip .tooltip-inner {
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    max-width: 300px;
    text-align: justify;
    font-size: 12px;
    padding: 10px;
}

/* line 33, src/sass/components/common.scss */
.tooltip.bs-tooltip-left .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
    border-left-color: #fff !important;
}

/* line 36, src/sass/components/common.scss */
.tooltip.bs-tooltip-left .arrow:after,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:after {
    top: 50%;
    left: 0;
}

/* line 43, src/sass/components/common.scss */
.tooltip.bs-tooltip-right .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
    border-right-color: #fff !important;
}

/* line 46, src/sass/components/common.scss */
.tooltip.bs-tooltip-right .arrow:after,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:after {
    top: 50%;
    left: 100%;
}

/* line 53, src/sass/components/common.scss */
.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
    border-top-color: #fff !important;
}

/* line 56, src/sass/components/common.scss */
.tooltip.bs-tooltip-top .arrow:after,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:after {
    top: 0;
    left: 50%;
}

/* line 63, src/sass/components/common.scss */
.tooltip.bs-tooltip-bottom .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
    border-bottom-color: #fff !important;
}

/* line 66, src/sass/components/common.scss */
.tooltip.bs-tooltip-bottom .arrow:after,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:after {
    top: 100%;
    left: 50%;
}

/* line 72, src/sass/components/common.scss */
.tooltip .arrow:after {
    content: "";
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
        transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    width: 0.5656rem;
    height: 0.5656rem;
}

/* roboto-100 - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-100italic - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100italic.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100italic.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100italic.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100italic.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-100italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-300 - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-300italic - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300italic.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300italic.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300italic.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300italic.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-300italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-regular - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-regular.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-regular.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-regular.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-regular.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-regular.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-italic - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-italic.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-italic.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-italic.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-italic.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-500 - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-500italic - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500italic.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500italic.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500italic.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500italic.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-500italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-700 - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-700italic - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700italic.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700italic.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700italic.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700italic.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-700italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-900 - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-900italic - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900italic.eot");
    /* IE9 Compat Modes */
    src: url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900italic.woff2") format("woff2"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900italic.woff") format("woff"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900italic.ttf") format("truetype"), url("../../fonts/roboto/roboto-v20-cyrillic-ext_cyrillic_latin-ext_latin-900italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../../fonts/fontello/fontello.svg?99721437#fontello') format('svg');
  }
}
*/
/* line 169, src/sass/global.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 10px;
    font-size: 10px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 185, src/sass/global.scss */
.icon-long-arrow-alt-right-solid:before {
    content: '\e800';
    margin-left: 15px;
}

/* '' */
/* line 85, src/sass/components/common.scss */
* {
    font-family: "Roboto";
}

/* line 87, src/sass/components/common.scss */
*:focus {
    outline: none !important;
}

/* line 92, src/sass/components/common.scss */
html,
body {
    height: 100%;
    font-size: 16px;
    max-width: 100%;
}

/* line 98, src/sass/components/common.scss */
a,
a:hover,
a:focus,
a:before,
a:after {
    outline: 0;
    text-decoration: none;
}

/* line 107, src/sass/components/common.scss */
.page-title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 45px 0 40px;
}

/* line 114, src/sass/components/common.scss */
.page-description {
    color: #6c757d;
}

/* line 118, src/sass/components/common.scss */
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-top: 85px;
}

/* line 122, src/sass/components/common.scss */
.breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    position: relative;
}

/* line 125, src/sass/components/common.scss */
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    font-size: 14px;
    font-weight: 500;
    color: #6f6f6f;
    position: relative
}

/* line 132, src/sass/components/common.scss */
.breadcrumb .breadcrumb-item.active {
    color: #e30613;
}

/* line 136, src/sass/components/common.scss */
.breadcrumb .breadcrumb-item a {
    padding-right:60px;
}

/* line 138, src/sass/components/common.scss */
.breadcrumb .breadcrumb-item:not(:last-child) a:after {
    content: url(../../images/arrow.svg);
    position: absolute;
    right: 10px;
    top: -2px;
}

@media (min-width: 992px) {
    /* line 148, src/sass/components/common.scss */
    .breadcrumb {
        margin-top: 150px;
    }
}

@media (max-width: 991.98px) {
    /* line 153, src/sass/components/common.scss */
    .custom-index-value {
        z-index: 2;
    }
}

/* line 159, src/sass/components/common.scss */
.section {
    position: relative;
    padding: 100px 0;
}
.page-template-categories .section {
    position: relative;
    padding: 0;
}
.page-template-categories .footer .section {    
    padding: 100px 0;
}
.page-template-categories .container.custom-index-value{
    height: 100%;
    margin: auto;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.page-template-categories .owl-carousel .owl-item img{
    width: auto;
    height: auto;
    display: inline-block;
}

/* line 163, src/sass/components/common.scss */
.section .section-title {
    text-transform: uppercase;
    font-size: 32px;
}

/* line 168, src/sass/components/common.scss */
.section--mt-80 {
    margin-top: 80px;
}

/* line 172, src/sass/components/common.scss */
.section--no-padding {
    padding: 0;
}

/* line 176, src/sass/components/common.scss */
.section.custom-jumbotron {
    height: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
}

@media (max-width: 991.98px) {
    /* line 176, src/sass/components/common.scss */
    .section.custom-jumbotron {
        background-color: transparent;
    }
}

/* line 185, src/sass/components/common.scss */
.section.custom-jumbotron .info-box__title {
    font-size: 52px;
    font-weight: 700;
    line-height: 54.12px;
    text-transform: uppercase;
}

/* line 191, src/sass/components/common.scss */
.section.custom-jumbotron .info-box__description {
    color: #5b6067;
    font-size: 25px;
    font-weight: 300;
    line-height: 37.71px;
    text-transform: uppercase;
}

/* line 200, src/sass/components/common.scss */
.section.custom-jumbotron .half-cover {
    height: 90%;
    width: calc(60% - 15px);
}

@media (max-width: 991.98px) {
    /* line 200, src/sass/components/common.scss */
    .section.custom-jumbotron .half-cover {
        width: 100%;
        height: 100%;
    }
}

/* line 210, src/sass/components/common.scss */
.section.index {
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    /* line 215, src/sass/components/common.scss */
    .section.index:nth-child(odd) {
        background-color: rgba(53, 75, 104, 0.6);
        color: #fff;
    }
    /* line 219, src/sass/components/common.scss */
    .section.index:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.6);
    }
}

/* line 225, src/sass/components/common.scss */
.section.standalone {
    background-color: #1e2733;
    margin-top: 50px;
}

/* line 228, src/sass/components/common.scss */
.section.standalone--no-margin {
    margin-top: 0;
}

/* line 232, src/sass/components/common.scss */
.section.standalone .half-cover {
    background-color: #000;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    opacity: 0.6;
}

/* line 239, src/sass/components/common.scss */
.section.standalone .lined-title {
    color: #fff;
}

/* line 243, src/sass/components/common.scss */
.section.standalone .info-box__title {
    color: #e30613;
    font-size: 52px;
    font-weight: 700;
    line-height: 54.12px;
    text-transform: uppercase;
    word-break: break-word;
}

/* line 251, src/sass/components/common.scss */
.section.standalone .info-box__caption {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 37.71px;
    text-transform: uppercase;
    margin-bottom: 70px;
}

/* line 259, src/sass/components/common.scss */
.section.standalone .info-box__description {
    color: #dadada;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
}

/* line 269, src/sass/components/common.scss */
.section .half-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 15px);
    height: 100%;
}

@media (max-width: 767.98px) {
    /* line 269, src/sass/components/common.scss */
    .section .half-cover {
        height: 100%;
        width: 100%;
        z-index: -1;
    }
}

/* line 283, src/sass/components/common.scss */
.section .half-cover.inverted {
    left: 0;
    right: 0;    
}

/* line 287, src/sass/components/common.scss */
.section .half-cover--rounded {
    border-radius: 5px;
}

/* line 290, src/sass/components/common.scss */
.section .half-cover.overlay-color {
    background-color: #000;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: black;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    opacity: 0.6;
}

/* line 299, src/sass/components/common.scss */
.section--background-gray {
    background-color: #ededed;
}

/* line 303, src/sass/components/common.scss */
.section--no-top-padding {
    padding-top: 0;
}

/* line 307, src/sass/components/common.scss */
.page-template-features .section:nth-child(3n),
.page-template-product .section:nth-child(even) a,
.section--inverse{
    color: #fff;
}
.page-template-product .section:nth-child(odd) a{
    color: #212529;
}
/* line 311, src/sass/components/common.scss */
.page-template-features .section:nth-child(3n),
.page-template-product .section:nth-child(even),
.section--bg-primary{
    background-color: #354b68;
}

/* line 315, src/sass/components/common.scss */
.section .tint {
    height: 100%;
    width: 100%;
}

/* line 321, src/sass/components/common.scss */
.lined-title {
    color: #e30613;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 70px;
}

/* line 328, src/sass/components/common.scss */
.lined-title.half-margin {
    margin-bottom: 35px;
}

/* line 334, src/sass/components/common.scss */
.section.options .lined-title {
    margin-bottom: 35px;
}

/* line 337, src/sass/components/common.scss */
.section.options .info-box__sub-title {
    margin-bottom: 50px;
}

/* line 343, src/sass/components/common.scss */
.info-box__list {
    list-style: none;
}

/* line 346, src/sass/components/common.scss */
.text_hardware li,
.info-box__list-item {
    position: relative;
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 23px;
    color: #727272;
    font-family: "Roboto";
    font-weight: 300;
}

/* line 354, src/sass/components/common.scss */
.text_hardware li:before,
.info-box__list-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: #e30613;
    position: absolute;
    top: 25%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    left: -20px;
}

/* line 365, src/sass/components/common.scss */
.info-box__title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 32px;
}

/* line 371, src/sass/components/common.scss */
.info-box__title-index a,
.info-box__title-index {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

/* line 379, src/sass/components/common.scss */
.info-box__sub-title {
    margin-bottom: 100px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
}

/* line 385, src/sass/components/common.scss */
.info-box__sub-title--half-margin {
    margin-bottom: 50px;
}

/* line 389, src/sass/components/common.scss */
.info-box__sub-title--category {
    margin: 30px 0;
}

/* line 394, src/sass/components/common.scss */
.info-box__description {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

/* line 399, src/sass/components/common.scss */
.info-box__description--index {
    color: #727272;
    font-size: 16px;
    font-weight: 400;
}

/* line 405, src/sass/components/common.scss */
.info-box--bold {
    font-weight: 700;
}

/* line 408, src/sass/components/common.scss */
.info-box__read-more {
    font-size: 14px;
    font-weight: 500;
    line-height: 20.35px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 9px 40px 11px rgba(0, 0, 0, 0.15);
    box-shadow: 0 9px 40px 11px rgba(0, 0, 0, 0.15);
    background-color: #202632;
    color:#fff!important;
    padding: 20px 20px;
    min-width: 260px;   
}

/* line 418, src/sass/components/common.scss */
.info-box__price {
    font-size: 32px;
    font-weight: 700;
    color: #354b68;
    margin-top: 50px;
}

/* line 424, src/sass/components/common.scss */
.section:nth-child(2n+1) .info-box__price,
.info-box__price--inverse {
    color: #fff;
}
.section.text{
    background:#fff;
}
/* line 428, src/sass/components/common.scss */
.info-box__price--product {
    margin-top: 0;
}

/* line 433, src/sass/components/common.scss */
.info-box__tip {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #354b68;
}

/* line 439, src/sass/components/common.scss */
.info-box__tip--inverse {
    color: #fff;
}

/* line 443, src/sass/components/common.scss */
.info-box__tip .btn-hint {
    margin-left: 15px;
}

/* line 449, src/sass/components/common.scss */
.stats {
    margin: 25px 0 50px;
}

/* line 452, src/sass/components/common.scss */
.stats--product {
    margin: 40px 0;
}

/* line 456, src/sass/components/common.scss */
.stats .bar {
    color: #000;
    background-color: #fff;
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #e1e0e0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
}

/* line 467, src/sass/components/common.scss */
.stats .bar__hint {
    height: 100%;
}

/* line 471, src/sass/components/common.scss */
.stats .bar__title {
    margin-left: 15px;
    width: 40%;
    font-size: 14px;
    font-weight: 500;
    text-transform:none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

/* line 481, src/sass/components/common.scss */
.stats .bar__progress {
    width: 60%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* line 489, src/sass/components/common.scss */
.stats .bar__divider {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #e1e0e0;
    width: 1px;
    height: 100%;
}

/* line 497, src/sass/components/common.scss */
.stats .bar .percentage {
    margin-left: 5px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

/* line 505, src/sass/components/common.scss */
.stats .progress {
    border-radius: 5px;
    height: 100%;
}

/* line 509, src/sass/components/common.scss */
.stats .progress--static {
    background-color: #e1e0e0;
    margin-right: 1px;
}

/* line 512, src/sass/components/common.scss */
.stats .progress--static:before {
    content: "";
    position: absolute;
    width: 1px;
    background-color: black;
    left: 20%;
    top: -20px;
    bottom: -20px;
}

/* line 523, src/sass/components/common.scss */
.stats .progress--dynamic {
    background-color: #354b68;
}

/* line 529, src/sass/components/common.scss */
.btn-hint {
    background-color: #eee;
    padding: 0;
    height: 100%;
    width: 30px;
    font-size: 16px;
    font-weight: 700;
    min-height: 30px;
}

/* line 539, src/sass/components/common.scss */
#map {
    height: 500px;
}

/* line 543, src/sass/components/common.scss */
.footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

/* line 548, src/sass/components/common.scss */
.footer .tint {
    background-color:rgba(0, 10, 22, 0.7)!important;
}

/* line 552, src/sass/components/common.scss */
.footer__logo {
    max-width: 270px;
    margin-bottom: 80px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

/* line 557, src/sass/components/common.scss */
.footer__content {
    margin-bottom: 150px;
}

/* line 561, src/sass/components/common.scss */
.footer__copyright {
    font-size: 14px;
}

/* line 565, src/sass/components/common.scss */
.footer__label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    /* line 565, src/sass/components/common.scss */
    .footer__label {
        margin-top: 0;
    }
}

/* line 577, src/sass/components/common.scss */
.footer .newsletter {
    position: relative;
    font-size: 14px;
    width: 100%;
}

/* line 582, src/sass/components/common.scss */
.rs-modal input,
.footer .newsletter__input {
    height: 50px;
    padding: 10px;
    padding-right: 90px;
    border-radius: 5px;
    border-width: 0;
    width: 100%;
}
.rs-modal input{
    border: 1px solid #eee;
}
.rs-modal input[type="submit"]{
    position: static;
    padding: 0px;
}
.rs-modal .modal-header .close {
    padding: 0;
    margin: 0;
}
/* line 591, src/sass/components/common.scss */
.footer .newsletter__submit {
    background-color: #354b68;
    border: 0;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 3px;
    line-height: 44px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
}

/* line 608, src/sass/components/common.scss */
.footer .icon-text:not(:last-child) {
    margin-bottom: 25px;
}

/* line 612, src/sass/components/common.scss */
.footer .icon-text__icon {
    font-size: 20px;
    width: 20px;
    text-align: center;
}

/* line 617, src/sass/components/common.scss */
.footer .icon-text__icon-v-w {
    margin-left: 10px;
    cursor: pointer;
}

/* line 621, src/sass/components/common.scss */
.footer .icon-text a {
    text-decoration: none;
    text-transform: lowercase;
    color: #fff!important;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* line 626, src/sass/components/common.scss */
.footer .icon-text a:hover {
    color: #e30613;
}

/* line 630, src/sass/components/common.scss */
.footer .icon-text__text {
    font-weight: 500;
    font-size: 20px;
    margin-left: 20px;
}

/* line 638, src/sass/components/common.scss */
.partners {
    background-color: #fff;
    border-top: 1px solid #9b9b9b;
    padding: 30px 0;
}

/* line 643, src/sass/components/common.scss */
.partners .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* line 647, src/sass/components/common.scss */
.partners .owl-carousel .owl-dots {
    display: none;
}

/* line 651, src/sass/components/common.scss */
.partners .partner-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
}

/* line 657, src/sass/components/common.scss */
.partners .partner-logo img {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    opacity: 0.6;
}

/* line 663, src/sass/components/common.scss */
.partners .partner-logo img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

/* line 672, src/sass/components/common.scss */
.articles {
    background-color: #f9f9f9;
    padding: 60px 0;
}

/* line 676, src/sass/components/common.scss */
.articles__title {
    margin-bottom: 30px;
    color: #000000;
    font-size: 52px;
    font-weight: 700;
    line-height: 54.12px;
    text-transform: uppercase;
}

/* line 684, src/sass/components/common.scss */
.articles__description {
    font-size: 18px;
    color: #525252;
    letter-spacing: 0.4px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
}

/* line 693, src/sass/components/common.scss */
.articles .article-card {
    padding: 10px 0;
}

/* line 695, src/sass/components/common.scss */
.articles .article-card * {
    padding: 10px 0;
}

/* line 699, src/sass/components/common.scss */
.articles .article-card .article-body__date {
    font-size: 14px;
    color: #828282;
    letter-spacing: 0;
    font-weight: 300;
}

/* line 705, src/sass/components/common.scss */
.articles .article-card .article-body__title a{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
}

/* line 713, src/sass/components/common.scss */
.articles .article-card .article-body__details {
    margin: 0;
    font-size: 14px;
    color: #676767;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 300;
}

/* line 723, src/sass/components/common.scss */
.articles .owl-dots {
    bottom: -10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* line 730, src/sass/components/common.scss */
.articles .owl-dots .owl-dot {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    border: 2px solid #354b68;
    position: relative;
}

/* line 737, src/sass/components/common.scss */
.articles .owl-dots .owl-dot:not(:first-child) {
    margin-left: 10px;
}

/* line 740, src/sass/components/common.scss */
.articles .owl-dots .owl-dot.active {
    background-color: #354b68;
    color: #fff;
}

@media (max-width: 1199.98px) {
    .custom-navbar .brand-wrapper {
        margin-right: auto;
        width: 140px;}
    /* line 750, src/sass/components/common.scss */
    .info-icons .info-icon {
        padding: 10px 0;
    }
}

@media (max-width: 991.98px) {
    /* line 748, src/sass/components/common.scss */
    .info-icons {
        padding: 50px 0 !important;
    }
}

/* line 758, src/sass/components/common.scss */
.info-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media (min-width: 992px) {
    /* line 758, src/sass/components/common.scss */
    .info-icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* line 766, src/sass/components/common.scss */
.info-icon:hover {
    cursor: pointer;
}

/* line 768, src/sass/components/common.scss */
.info-icon:hover .info-icon__icon {
    color: #fff;
    background-color: #e30613;
}

/* line 772, src/sass/components/common.scss */
.info-icon:hover .info-icon__text {
    border-bottom: 2px solid #eaeaea;
}

/* line 776, src/sass/components/common.scss */
.info-icon .fa {
    font-size: 20px;
}

/* line 780, src/sass/components/common.scss */
.info-icon__text {
    border-bottom: 2px solid transparent;
}

/* line 783, src/sass/components/common.scss */
.info-icon__icon {
    width: 50px;
    height: 50px;
    color: #e30613;
    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;
    border-radius: 25px;
    border: 2px solid #e30613;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-right: 30px;
}

/* line 795, src/sass/components/common.scss */
.info-icon__title {
    color: #676767;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.35px;
    text-transform: uppercase;
}

/* line 802, src/sass/components/common.scss */
.info-icon__phone {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.35px;
    text-transform: none;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    /* line 811, src/sass/components/common.scss */
    .info-icon__title {
        font-size: 16px;
    }
    /* line 814, src/sass/components/common.scss */
    .info-icon__phone {
        font-size: 12px;
    }
}
@media (max-width: 991.98px){
    .footer__logo {
        max-width: 80%;
        margin-bottom: 80px;
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
    }
}
/* line 820, src/sass/components/common.scss */
.btn-generic {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-box-shadow: 0 9px 40px 11px rgba(0, 0, 0, 0.15);
    box-shadow: 0 9px 40px 11px rgba(0, 0, 0, 0.15);
    background-color: #202632;
    line-height: 20px;
}

/* line 828, src/sass/components/common.scss */
.btn-generic--md {
    padding: 20px 35px;
}

/* line 833, src/sass/components/common.scss */
.divider {
    margin: 40px 0;
}

/* line 837, src/sass/components/common.scss */
.back-to-top-wrapper {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #202632;
    -webkit-box-shadow: 0 9px 40px 11px rgba(0, 0, 0, 0.2);
    box-shadow: 0 9px 40px 11px rgba(0, 0, 0, 0.2);
    display: none;
}

/* line 847, src/sass/components/common.scss */
.back-to-top-wrapper .back-to-top {
    color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* line 854, src/sass/components/common.scss */
.back-to-top-wrapper .back-to-top:hover {
    color: #fff;
}
#map iframe {
    display: block;
    max-width: 100%;
    height: 100%!important;
}
a#dropdownMenuLanguage {   
    position: relative;
}
#dropdownMenuLanguage:before,
.nav-item.dropdown.icon:before {
    content: "";
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}