@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500");
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
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

a,
a:focus,
a:hover,
a:active {
    text-decoration: none
}

.icon {
    display: inline-block
}

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

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-envelope:before {
    content: "\e906"
}

.icon-phone-square:before {
    content: "\e900"
}

.icon-home:before {
    content: "\e901"
}

.icon-angle-right:before {
    content: "\e902"
}

.icon-angle-left:before {
    content: "\e903"
}

body {
    font: 400 14px "Montserrat", Sans-serif;
    background: #6b7681;
    width: 100%;
    overflow-x: hidden
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
    transition: all 500ms
}

header.scrolling,
header.mm-active {
    background: #636d78;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.33)
}

header .logo {
    padding: 15px 0;
    float: left
}

header .logo img {
    max-height: 60px;
    object-fit: cover
}

header .bars {
    background: transparent;
    float: right;
    border: 1px solid #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px;
    width: 35px;
    height: 27px;
    cursor: pointer;
    margin: 33px 0;
    display: none
}

header .bars span {
    width: 100%;
    height: 1px;
    background: #FFF;
    margin-bottom: 4px;
    display: block
}

header .bars span:last-child {
    margin-bottom: 0
}

header .menu {
    float: right;
    text-transform: uppercase;
    font: 400 16px "Montserrat"
}

header .menu ul li {
    float: left;
    display: inline-block
}

header .menu ul li a {
    display: block;
    margin: 37px 36px;
    color: #3c3c3c;
    overflow: hidden
}

header .menu ul li a:hover span {
    transform: translateY(0)
}

header .menu ul li:last-child a {
    margin-right: 0
}

header .menu ul li span {
    transform: translateY(-100%);
    transition: transform .3s;
    display: inline-block;
    position: relative;
    color: #FFF
}

header .menu ul li span:before {
    content: attr(data-hover);
    position: absolute;
    top: 100%;
    transform: translate3d(0, 0, 0);
    color: #3c3c3c
}

footer {
    position: relative;
    background: #394654;
    margin-top: 50px;
    z-index: 1;
    color: #FFF
}

footer:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #303e4c;
    z-index: -1
}

footer:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #394654;
    z-index: -1
}

footer .light-bg {
    background: #394654;
    padding: 40px 0
}

footer .light-bg .fl-sl {
    font: 400 14px "Open Sans";
    margin-top: -17px
}

footer .light-bg .fl-sl ul {
    padding-left: 65px
}

footer .light-bg .fl-sl ul li a {
    display: block;
    padding-bottom: 4px
}

footer .light-bg .fl-sl a {
    color: #FFF
}

footer .light-bg .f-product {
    font: 400 14px "Open Sans";
    color: #FFF
}

footer .light-bg .f-product h3 {
    font: 700 18px "Open Sans";
}

footer .light-bg .f-product ul li {
    margin-right: 18px;
    float: left
}

footer .light-bg .f-product a {
    color: #FFF;
    display: block
}

footer .light-bg .f-product h3 {
    margin-bottom: 15px
}

footer .bold-bg {
    background: #303e4c;
    padding: 40px 0
}

footer .bold-bg .f-contact {
    color: #FFF;
    padding-left: 45px
}

footer .bold-bg .f-contact h3 {
    margin-bottom: 15px;
    font: 700 18px "Open Sans";
}

footer .bold-bg .f-contact ul li {
    margin-bottom: 25px;
    font: 400 14px "Open Sans"
}

footer .bold-bg .f-contact ul li:last-child {
    margin-bottom: 0
}

footer .bold-bg .f-contact ul li i {
    float: left;
    font-size: 17px;
}

footer .bold-bg .f-contact ul li p {
    padding-left: 30px
}

footer .bold-bg .f-form input,
footer .bold-bg .f-form textarea,.news textarea,.news input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: transparent;
    border: 1px solid #FFF;
    height: 35px;
    font: 400 12px "Montserrat";
    color: #8c959d
}
.news textarea {
    height: 260px;
    padding: 15px
}

.not-found {
    text-align: center;
}

.not-found i {
    margin-right: 5px;
}

.error-mobile {
    display: none;
    margin-bottom: 10px;
}

.not-found h1 {
    font-size: 200px;
}

.not-found h3 {
    margin-bottom: 20px;
}

.not-found .home_link {
    font-size: 12px;
}

.fk-pagination ul {
    margin: 0 !important;
}

.fk-pagination ul li.active a {
    background: #FFF;
    color: #303e4c;
}

.fk-pagination ul li {
    float: left;
    margin-right: 5px;
    list-style: none !important;
}

.fk-pagination ul li a {
    display: block;
    padding: 14px 16px;
    background: #303e4c;
}

footer .bold-bg .f-form textarea {
    height: 70px;
    padding-right: 50px;
}

footer .bold-bg .f-form .i-message {
    position: relative
}

footer .bold-bg .f-form .i-message button {
    position: absolute;
    bottom: 1px;
    right: 1px;
    background: #FFF;
    width: 50px;
    height: 32px;
    text-align: center;
    border: 0;
    font-size: 18px
}

footer .bold-bg .f-form .i-message button i {
    margin-top: -2px;
    display: block;
    color: #303e4c
}

footer .bold-bg .f-form h3 {
    margin-bottom: 15px;
    font: 700 18px "Open Sans";
}

.slider {
    background: rgba(52, 73, 94, 0.51);
    padding-top: 155px;
    position: relative;
    margin-bottom: 50px
}

.slider:before {
    content: '';
    display: block;
    background: url("../img/slider-bg.png") repeat-x top center;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.slider .item {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    max-height: 100vh;
    box-sizing: border-box
}

.slider .item figure {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: inherit
}

.slider .item figure img {
    width: auto;
    margin: auto
}

.slider .item .links {
    font: 200 48px "Montserrat";
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0
}

.slider .item .links .relative {
    position: relative
}

.slider .item .links .relative:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(#f5f5f5, #adadad, #818181);
    z-index: -1
}

.slider .item .links .relative:after {
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: radial-gradient(#fff, rgba(173, 173, 173, 0), rgba(146, 146, 146, 0))
}

.slider .item .links .relative .row {
    margin: 0
}

.slider .item .links a {
    color: #FFF;
    display: block;
    padding: 18% 0 13% 0;
    position: relative;
    z-index: 123
}

.slider .item .links .dark {
    background: rgba(38, 52, 67, 0.85)
}

.slider .item .links .light {
    background: rgba(38, 52, 67, 0.72)
}

.slider .owl-dots {
    position: absolute;
    left: 16%;
    top: 50%;
    transform: translateY(-50%)
}

.slider .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    background: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 7px
}

.slider .owl-dots .owl-dot.active {
    width: 15px;
    height: 15px;
    border: 2px solid #b30000;
    background: transparent;
    margin-left: -2.5px
}

.inside {
    padding: 50px 0
}

.inside .produts-s {
    background: #374350;
    box-shadow: 0 0 18px rgba(28, 57, 89, 0.36);
    padding: 17px 20px;
    position: relative;
    height: 230px
}

.inside .produts-s .p-slider .item {
    padding: 0 35px;
    height: 115px;
}

.inside .produts-s .p-slider .item img {
    display: initial;
    width: auto;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.inside .produts-s figure {
    text-align: center;
    width: 100%;
    height: 100%;
}

.inside .produts-s h2 {
    margin-bottom: 30px
}

.inside .produts-s a {
    color: #FFF
}

.inside .produts-s .controllers {
    color: #FFF;
    font-size: 48px
}

.inside .produts-s .controllers .prev {
    position: absolute;
    left: 20px;
    top: 62%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1
}

.inside .produts-s .controllers .next {
    position: absolute;
    right: 20px;
    top: 62%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1
}

.inside .news {
    background: #4a5764;
    padding: 17px 20px;
    color: #FFF;
    height: 230px;
    box-shadow: 0 0 18px rgba(28, 57, 89, 0.36);
    font: 400 14px "Open Sans";
}

.inside .news ul {
    margin: 20px;
}

.inside .news ul li {
    margin-bottom: 5px;
    list-style: disc;
}

.inside .news:after {
    content: '';
    display: block;
    clear: both
}

.inside .news h2 {
    margin-bottom: 20px
}

.inside .news h3 {
    margin-bottom: 10px
}

.inside .news p {
    line-height: 25px;
    font-size: 16px
}

.inside .news a.fk-button {
    float: right;
    margin-top: 10px;
}

.inside .logos {
    background: rgba(55, 67, 80, 0.75);
    margin-top: 15px;
    box-shadow: 0 0 18px rgba(28, 57, 89, 0.36);
    position: relative;
    padding: 88px 20px
}

.inside .logos:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../img/logos-bg.png") no-repeat;
    z-index: -1
}

.inside .logos .l-slider {
    position: relative;
    padding: 0 30px
}

.inside .logos .l-slider .item {
    padding: 0 12.5px;
    height: 115px
}

.inside .logos .l-slider .item figure {
    width: 100%;
    height: 100%;
    background: #FFF
}

.inside .logos .l-slider .item img {
    width: auto;
    max-width: 99%;
    max-height: 100%;
    object-fit: cover;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px
}

.inside .logos .l-slider .controllers {
    color: #FFF;
    font-size: 48px
}

.inside .logos .l-slider .controllers .prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1
}

.inside .logos .l-slider .controllers .next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1
}

h2 {
    font-size: 24px;
    font-weight: 700;
}

h1 {
    font-size: 36px;
    font-weight: 700;
}

h3 {
    font-size: 18px
}

img {
    max-width: 100%
}

a {
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    -webkit-transition: all 350ms;
    transition: all 350ms;
    color: #FFF
}

a:hover {
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    -webkit-transition: all 350ms;
    transition: all 350ms;
    color: #FFF
}

.pr-0 {
    padding-right: 0
}

.fk-button {
    color: #FFF;
    border: 1px solid #FFF;
    padding: 11px 17px;
    display: inline-block;
    min-width: 130px;
    background: transparent;
    transition: all 350ms;
    text-align: center
}

.fk-button:hover {
    color: #4a5764;
    background: #FFF
}

@media (min-width: 1460px) {
    .slider .item .links a {
        padding: 110px 0 85px 0
    }
}

@media (max-width: 1199px) {
    header .menu ul li a {
        margin: 37px 20px
    }
}

@media (min-width: 992px) {
    header .menu {
        display: block !important
    }
}

@media (max-width: 991px) {
    .inside .pr-0 {
        padding-right: 15px
    }
    .inside .produts-s {
        margin-bottom: 15px;
        height: auto
    }
    .inside .news {
        height: auto
    }
    footer .bold-bg {
        padding: 0 0 40px;
        background: none
    }
    footer:after {
        background: none
    }
    .slider .item .links a {
        padding: 24% 0 13% 0
    }
    header .menu {
        display: none;
        width: 100%;
        padding-bottom: 20px
    }
    header .menu ul li {
        display: block;
        width: 100%
    }
    header .menu ul li a {
        display: block;
        margin: 10px 0
    }
    header .bars {
        display: block
    }
}

@media (max-width: 767px) {
    .slider .item .links {
        font-size: 34px
    }
    .not-found h1, .not-found h3 {
        display: none;
    }
    .error-mobile {
        display: block;
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 28px
    }
    h2 {
        font-size: 20px
    }
    h3 {
        font-size: 16px
    }
    .inside .news p,
    footer .light-bg .fl-sl,
    footer .light-bg .f-product,
    footer .bold-bg .f-contact ul li {
        font-size: 14px
    }
    footer .bold-bg .f-form input,
    footer .bold-bg .f-form textarea {
        font-size: 11px
    }
    header .menu {
        font-size: 14px
    }
    .slider .item .links {
        font-size: 28px
    }
    footer .bold-bg {
        padding: 0 0 20px
    }
    footer .light-bg [class*='col-'],
    footer .bold-bg [class*='col-'] {
        width: 100%
    }
    footer .bold-bg .f-contact {
        padding-left: 15px
    }
    footer .light-bg {
        padding: 40px 0 35px
    }
    footer .bold-bg .f-form,
    footer .light-bg .f-product {
        display: none
    }
    .slider .item .links {
        font-size: 24px
    }
    .inside .logos {
        padding: 40px 15px
    }
    footer .bold-bg .f-contact ul li {
        margin-bottom: 10px
    }
    .inside {
        padding: 0
    }
}

@media (max-width: 400px) {
    .slider .item .links {
        font-size: 20px
    }
}