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;
}
.nice-select {
    position: relative;
    margin: -5px -15px -5px -15px;
    padding: 5px 28px 5px 10px;
    height: auto;
    min-width: 58px;
    font-size: 16px;
    line-height: 16px;
    background: none;
    border: none;
    cursor: pointer;
}
.nice-select:after {
    right: 10px;
    border-color: #5ac1ff;
}
.nice-select .current {
    color: #5ac1ff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.nice-select:hover:after {
    border-color: #fff;
}
.nice-select:hover .current {
    color: #fff;
}
.nice-select.open {
    background-color: #5ac1ff;
    border-radius: 0;
}
.nice-select.open:after {
    border-color: #fff;
}
.nice-select.open .current {
    color: #fff;
}
.nice-select .list {
    top: -4px;
    min-width: 58px;
    background-color: #5ac1ff;
    border-radius: 0;
}
.nice-select .list .option {
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: 100%;
    min-height: auto;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}
.nice-select .list .option.selected {
    color: #007ac3;
    font-weight: 400;
    background-color: #fff;
}
.nice-select .list .option:hover {
    color: #5ac1ff;
    background-color: #fff;
}
.form-control .nice-select {
    float: none;
    position: relative;
    display: inline-block;
    margin: 0 0 0 30px;
    padding: 0 28px 0 15px;
    height: auto;
    font-size: 18px;
    line-height: 40px;
    background-color: #dedede;
    border: none;
    cursor: pointer;
}
.form-control .nice-select:after {
    right: 10px;
    border-color: #5ac1ff;
}
.form-control .nice-select .current {
    color: #545454;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.form-control .nice-select:hover:after {
    border-color: #545454;
}
.form-control .nice-select:hover .current {
    color: #fff;
}
.form-control .nice-select.open {
    background-color: #5ac1ff;
    border-radius: 0;
}
.form-control .nice-select.open:after {
    border-color: #fff;
}
.form-control .nice-select.open .current {
    color: #fff;
}
.form-control .nice-select .list {
    border-radius: 0;
}
.form-control .nice-select .list .option {
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: 100%;
    min-height: auto;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}
.form-control .nice-select .list .option.selected {
    color: #007ac3;
    font-weight: 400;
    background-color: #fff;
}
.form-control .nice-select .list .option:hover {
    color: #5ac1ff;
    background-color: #fff;
}
.lSSlideWrapper {
    padding: 30px 0 !important;
    height: 430px !important;
}
.lSAction > a {
    left: 0 !important;
    width: 120%;
    height: 30px;
    background: url("/assets/images/blue-arrow.png") no-repeat 90px 0 #f1f3f5;
    background-position: 90px 0 !important;
    opacity: 1;
}
.lSAction > a.lSPrev {
    top: 0 !important;
}
.lSAction > a.lSNext {
    height: 40px !important;
    background-position: 245px 8px !important;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 0 !important;
}
.lSPager.lSpg {
    display: none;
}
.checkator_source {
    position: relative;
    z-index: 2;
    display: block;
}
.checkator_holder {
    position: relative;
}
.checkator_element {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    background-color: #f1f1f1;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.checkator_source:checked + .checkator_element {
    background-color: #fff;
    border: 2px solid #004066;
}
.checkator_source:checked + .checkator_element::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 2.5px;
    display: block;
    background-color: transperent;
    width: 3px;
    height: 6px;
    border: solid #004066;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkator_source:hover + .checkator_element {
    border: 2px solid #004066;
}
.checkator_source.error + .checkator_element {
    border: 2px solid #fe0000;
}
.fancybox-container .fancybox-button {
    color: #fff;
    background-color: #007ac3;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.fancybox-container .fancybox-button:hover {
    background-color: #4f7295;
}
.autocompleter {
    position: absolute;
    z-index: 99999;
    left: 0;
    top: 79px;
    right: 0;
    min-width: 250px;
    max-height: 70vh;
    overflow-y: scroll;
    display: block;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.autocompleter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    background-color: #fff;
    width: 100%;
}
.autocompleter ul li {
    display: block !important;
    margin: 0 !important;
}
.autocompleter a {
    display: block;
    padding: 5px 10px;
    color: #007ac3 !important;
}
.autocompleter a:hover {
    color: #fff !important;
    background: #024271;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    color: #545454;
    font-family: "Rubik", sans;
    min-width: 320px;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
a:hover {
    color: #007ac3;
}
figure {
    display: block;
}
figure img,
figure svg {
    width: 100%;
    height: auto;
}
.hide-mobile {
    display: none !important;
}
.outer {
    position: relative;
    width: 100%;
}
.outer.gradient {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f3f5), to(#fff));
    background: linear-gradient(to bottom, #f0f3f5 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f3f5', endColorstr='#fff', GradientType=0);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 350px;
}
.inner {
    margin: 0 auto;
    padding: 0 40px;
    min-width: 320px;
}
.inner:before,
.inner:after {
    content: "";
    display: table;
}
.inner:after {
    clear: both;
}
.inner.has-sidebar {
    padding: 40px 40px 60px;
}
.inner.has-sidebar .content .text p {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 24px;
}
.inner.has-sidebar .content .text p + p {
    margin-top: 30px;
}
.inner.has-sidebar .sidebar {
    margin-top: 30px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.pt-5 {
    padding-top: 5px;
}
.pr-5 {
    padding-right: 5px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pl-5 {
    padding-left: 5px;
}
.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.plr-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.mt-5 {
    margin-top: 5px;
}
.mr-5 {
    margin-right: 5px;
}
.mb-5 {
    margin-bottom: 5px;
}
.ml-5 {
    margin-left: 5px;
}
.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.mlr-5 {
    margin-left: 5px;
    margin-right: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pr-10 {
    padding-right: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pl-10 {
    padding-left: 10px;
}
.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.plr-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.mr-10 {
    margin-right: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.ml-10 {
    margin-left: 10px;
}
.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mlr-10 {
    margin-left: 10px;
    margin-right: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pr-15 {
    padding-right: 15px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pl-15 {
    padding-left: 15px;
}
.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.mt-15 {
    margin-top: 15px;
}
.mr-15 {
    margin-right: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.ml-15 {
    margin-left: 15px;
}
.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mlr-15 {
    margin-left: 15px;
    margin-right: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pr-20 {
    padding-right: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pl-20 {
    padding-left: 20px;
}
.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.mr-20 {
    margin-right: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.ml-20 {
    margin-left: 20px;
}
.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mlr-20 {
    margin-left: 20px;
    margin-right: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pr-25 {
    padding-right: 25px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pl-25 {
    padding-left: 25px;
}
.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.plr-25 {
    padding-left: 25px;
    padding-right: 25px;
}
.mt-25 {
    margin-top: 25px;
}
.mr-25 {
    margin-right: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.ml-25 {
    margin-left: 25px;
}
.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.mlr-25 {
    margin-left: 25px;
    margin-right: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pr-30 {
    padding-right: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pl-30 {
    padding-left: 30px;
}
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.mr-30 {
    margin-right: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mlr-30 {
    margin-left: 30px;
    margin-right: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pr-35 {
    padding-right: 35px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pl-35 {
    padding-left: 35px;
}
.ptb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.plr-35 {
    padding-left: 35px;
    padding-right: 35px;
}
.mt-35 {
    margin-top: 35px;
}
.mr-35 {
    margin-right: 35px;
}
.mb-35 {
    margin-bottom: 35px;
}
.ml-35 {
    margin-left: 35px;
}
.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.mlr-35 {
    margin-left: 35px;
    margin-right: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pr-40 {
    padding-right: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pl-40 {
    padding-left: 40px;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.mr-40 {
    margin-right: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.ml-40 {
    margin-left: 40px;
}
.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mlr-40 {
    margin-left: 40px;
    margin-right: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pr-45 {
    padding-right: 45px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pl-45 {
    padding-left: 45px;
}
.ptb-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.plr-45 {
    padding-left: 45px;
    padding-right: 45px;
}
.mt-45 {
    margin-top: 45px;
}
.mr-45 {
    margin-right: 45px;
}
.mb-45 {
    margin-bottom: 45px;
}
.ml-45 {
    margin-left: 45px;
}
.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}
.mlr-45 {
    margin-left: 45px;
    margin-right: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pr-50 {
    padding-right: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pl-50 {
    padding-left: 50px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.plr-50 {
    padding-left: 50px;
    padding-right: 50px;
}
.mt-50 {
    margin-top: 50px;
}
.mr-50 {
    margin-right: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.ml-50 {
    margin-left: 50px;
}
.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mlr-50 {
    margin-left: 50px;
    margin-right: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pr-55 {
    padding-right: 55px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pl-55 {
    padding-left: 55px;
}
.ptb-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}
.plr-55 {
    padding-left: 55px;
    padding-right: 55px;
}
.mt-55 {
    margin-top: 55px;
}
.mr-55 {
    margin-right: 55px;
}
.mb-55 {
    margin-bottom: 55px;
}
.ml-55 {
    margin-left: 55px;
}
.mtb-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}
.mlr-55 {
    margin-left: 55px;
    margin-right: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pr-60 {
    padding-right: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pl-60 {
    padding-left: 60px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.plr-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.mt-60 {
    margin-top: 60px;
}
.mr-60 {
    margin-right: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.ml-60 {
    margin-left: 60px;
}
.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.mlr-60 {
    margin-left: 60px;
    margin-right: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pr-65 {
    padding-right: 65px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pl-65 {
    padding-left: 65px;
}
.ptb-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}
.plr-65 {
    padding-left: 65px;
    padding-right: 65px;
}
.mt-65 {
    margin-top: 65px;
}
.mr-65 {
    margin-right: 65px;
}
.mb-65 {
    margin-bottom: 65px;
}
.ml-65 {
    margin-left: 65px;
}
.mtb-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}
.mlr-65 {
    margin-left: 65px;
    margin-right: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pr-70 {
    padding-right: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pl-70 {
    padding-left: 70px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.plr-70 {
    padding-left: 70px;
    padding-right: 70px;
}
.mt-70 {
    margin-top: 70px;
}
.mr-70 {
    margin-right: 70px;
}
.mb-70 {
    margin-bottom: 70px;
}
.ml-70 {
    margin-left: 70px;
}
.mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}
.mlr-70 {
    margin-left: 70px;
    margin-right: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pr-75 {
    padding-right: 75px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pl-75 {
    padding-left: 75px;
}
.ptb-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.plr-75 {
    padding-left: 75px;
    padding-right: 75px;
}
.mt-75 {
    margin-top: 75px;
}
.mr-75 {
    margin-right: 75px;
}
.mb-75 {
    margin-bottom: 75px;
}
.ml-75 {
    margin-left: 75px;
}
.mtb-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}
.mlr-75 {
    margin-left: 75px;
    margin-right: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pr-80 {
    padding-right: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pl-80 {
    padding-left: 80px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.plr-80 {
    padding-left: 80px;
    padding-right: 80px;
}
.mt-80 {
    margin-top: 80px;
}
.mr-80 {
    margin-right: 80px;
}
.mb-80 {
    margin-bottom: 80px;
}
.ml-80 {
    margin-left: 80px;
}
.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.mlr-80 {
    margin-left: 80px;
    margin-right: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pr-85 {
    padding-right: 85px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pl-85 {
    padding-left: 85px;
}
.ptb-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}
.plr-85 {
    padding-left: 85px;
    padding-right: 85px;
}
.mt-85 {
    margin-top: 85px;
}
.mr-85 {
    margin-right: 85px;
}
.mb-85 {
    margin-bottom: 85px;
}
.ml-85 {
    margin-left: 85px;
}
.mtb-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}
.mlr-85 {
    margin-left: 85px;
    margin-right: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pr-90 {
    padding-right: 90px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pl-90 {
    padding-left: 90px;
}
.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.plr-90 {
    padding-left: 90px;
    padding-right: 90px;
}
.mt-90 {
    margin-top: 90px;
}
.mr-90 {
    margin-right: 90px;
}
.mb-90 {
    margin-bottom: 90px;
}
.ml-90 {
    margin-left: 90px;
}
.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}
.mlr-90 {
    margin-left: 90px;
    margin-right: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pr-95 {
    padding-right: 95px;
}
.pb-95 {
    padding-bottom: 95px;
}
.pl-95 {
    padding-left: 95px;
}
.ptb-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}
.plr-95 {
    padding-left: 95px;
    padding-right: 95px;
}
.mt-95 {
    margin-top: 95px;
}
.mr-95 {
    margin-right: 95px;
}
.mb-95 {
    margin-bottom: 95px;
}
.ml-95 {
    margin-left: 95px;
}
.mtb-95 {
    margin-top: 95px;
    margin-bottom: 95px;
}
.mlr-95 {
    margin-left: 95px;
    margin-right: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pr-100 {
    padding-right: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pl-100 {
    padding-left: 100px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.plr-100 {
    padding-left: 100px;
    padding-right: 100px;
}
.mt-100 {
    margin-top: 100px;
}
.mr-100 {
    margin-right: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.ml-100 {
    margin-left: 100px;
}
.mtb-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.mlr-100 {
    margin-left: 100px;
    margin-right: 100px;
}
h3 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.nav-top {
    margin-right: 17px;
}
nav.nav-top a {
    color: #5ac1ff;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
nav.nav-top a:hover {
    color: #fff;
}
nav.nav-top ul {
    font-size: 0;
    line-height: 0;
}
nav.nav-top ul li {
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
}
nav.nav-top ul li + li {
    margin-left: 29px;
}
nav.nav-top ul li.active a {
    color: #fff;
}
nav.nav-main {
    display: none;
}
nav.nav-main a {
    display: block;
    padding: 7px 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
}
nav.nav-main a:hover {
    color: #007ac3;
    background-color: #fff;
}
nav.nav-main ul {
    font-size: 0;
    line-height: 0;
}
nav.nav-main ul li.active a {
    color: #007ac3;
    background-color: #fff;
}
nav.nav-main .mobile-secondary {
    display: none;
}
nav.nav-main .mobile-language {
    display: none;
}
header {
    background-color: #007ac3;
    min-width: 375px;
    z-index: 100;
}
header + section {
    z-index: 99;
}
header .inner {
    padding: 11px 10px;
    min-height: 79px;
}
header .inner:before,
header .inner:after {
    content: "";
    display: table;
}
header .inner:after {
    clear: both;
}
header figure {
    float: left;
    display: block;
    font-size: 0;
    line-height: 0;
}
header figure img {
    display: inline-block;
    width: auto;
    height: 57px;
}
header figure figcaption {
    display: none;
}
header .mobile-toggle {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    margin: 0;
    padding: 0;
    width: 79px;
    height: 79px;
    background-color: #006fb1;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
header .mobile-toggle .hamburger {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 31px;
    height: 27px;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
header .mobile-toggle .hamburger span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
header .mobile-toggle .hamburger span:first-child {
    top: 0;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}
header .mobile-toggle .hamburger span:last-child {
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}
header .mobile-toggle:hover {
    background-color: #024271;
}
header .mobile-toggle:hover .hamburger span {
    background-color: #5ac1ff;
}
header .mobile-toggle.opened .hamburger {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
header .nav-wrapper {
    float: right;
}
header .nav-wrapper .nav-top:before,
header .nav-wrapper .nav-top:after {
    content: "";
    display: table;
}
header .nav-wrapper .nav-top:after {
    clear: both;
}
header .nav-wrapper .nav-top .nav-col {
    position: relative;
    display: none;
}
header .nav-wrapper .nav-top .nav-col + .nav-col {
    padding-right: 19px;
    margin-right: 22px;
    border-right: 1px solid #5ac1ff;
}
header .nav-wrapper .nav-top .search {
    float: right;
    margin: 16px 0 0;
    padding: 0;
}
header .nav-wrapper .nav-top .search:before,
header .nav-wrapper .nav-top .search:after {
    content: "";
    display: table;
}
header .nav-wrapper .nav-top .search:after {
    clear: both;
}
header .nav-wrapper .nav-top .search input {
    float: left;
    display: block;
    width: 90px;
    color: #5ac1ff;
    font-size: 22px;
    line-height: 22px;
    text-align: right;
    text-transform: uppercase;
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
header .nav-wrapper .nav-top .search input:focus {
    color: #fff;
}
header .nav-wrapper .nav-top .search button {
    float: left;
    display: block;
    width: 29px;
    height: 29px;
    margin-left: 7px;
    background: url("/assets/images/search.png") no-repeat center center;
    background-size: contain;
    border: none;
    cursor: pointer;
}
footer {
    padding: 55px 0 20px;
    background-color: #007ac3;
}
footer .copyright {
    color: #5eb2f0;
    font-size: 14px;
    line-height: 14px;
}
footer .copyright.copyright-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
}
footer .copyright.copyright-desktop {
    display: none;
    padding-bottom: 0;
    text-align: center;
}
footer .inner {
    padding-bottom: 60px;
}
footer .inner:before,
footer .inner:after {
    content: "";
    display: table;
}
footer .inner:after {
    clear: both;
}
footer .inner .logo {
    float: left;
    width: 27%;
    text-align: center;
}
footer .inner .logo img {
    width: auto;
    height: auto;
}
footer .inner .contacts {
    float: left;
    width: 73%;
    padding-right: 30px;
}
footer .inner .contacts .info div + div {
    margin-top: 30px;
}
footer .inner .contacts .info p {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}
footer .inner .contacts .info p span {
    display: block;
    margin: 0 0 5px;
    padding: 0;
    color: #024271;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
footer .inner .contacts .info p a:hover {
    color: inherit;
    text-decoration: underline;
}
footer .inner .contacts .info p a.tel {
    font-size: 29px;
    line-height: 29px;
}
footer .inner .contacts h4 {
    margin: 0 0 25px;
    padding: 0;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
footer .inner aside {
    clear: both;
    position: relative;
    display: block;
    padding-top: 55px;
    padding-left: 27%;
    padding-bottom: 50px;
}
footer .inner aside > div {
    margin-top: 55px;
}
footer .inner aside > div figure {
    display: inline-block;
}
footer .inner aside > div figure + figure {
    margin-top: 20px;
}
footer .inner aside > div figure img {
    width: auto;
    height: auto;
    max-width: 175px;
}
.button-wrapper {
    font-size: 0;
    line-height: 0;
}
.button-wrapper button + button,
.button-wrapper button .button,
.button-wrapper .button + button,
.button-wrapper .button .button {
    margin-left: 8px;
}
button,
.button {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    background-color: #007ac3;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
}
button .dropdown,
.button .dropdown {
    list-style: none;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
button .dropdown li,
.button .dropdown li {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    background: none;
}
button .dropdown li::before,
button .dropdown li::after,
.button .dropdown li::before,
.button .dropdown li::after {
    display: none;
}
button .dropdown li a,
.button .dropdown li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    background-color: #007ac3;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
}
button .dropdown li a:hover,
.button .dropdown li a:hover {
    color: #fff;
    background-color: #004066;
}
button:hover,
.button:hover {
    color: #fff;
    background-color: #004066;
}
button:hover .dropdown,
.button:hover .dropdown {
    display: block;
}
button.loading,
.button.loading {
    position: relative;
    color: rgba(255, 255, 255, 0.25);
    background-color: #004066;
    pointer-events: none;
}
button.loading::after,
.button.loading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 45px;
    height: 14px;
    background: url("/assets/images/button-preloader.gif") no-repeat center center;
    background-size: contain;
}
button.button-big,
.button.button-big {
    line-height: 40px;
}
button.button-white,
.button.button-white {
    color: #007ac3;
    background-color: #fff;
}
button.button-white:hover,
.button.button-white:hover {
    background-color: #004066;
}
button.button-secondary,
.button.button-secondary {
    color: #007ac3;
    background-color: #004066;
}
button.button-secondary:hover,
.button.button-secondary:hover {
    color: #fff;
}
button.ico,
.button.ico {
    position: relative;
    padding-left: 60px;
}
button.ico svg,
button.ico img,
.button.ico svg,
.button.ico img {
    display: block;
    position: absolute;
    left: 30px;
    top: 30px;
    max-width: 34px;
    max-height: 34px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: -webkit-filter 0.2s;
    transition: -webkit-filter 0.2s;
    transition: filter 0.2s;
    transition: filter 0.2s, -webkit-filter 0.2s;
}
button.button-block,
.button.button-block {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
}
button.button-block + .button-block,
.button.button-block + .button-block {
    margin-top: 10px;
}
.popup {
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-color: #004b77;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.popup .inner {
    display: block;
    padding: 25px;
}
.popup .popup-content p {
    color: #2fb1fe;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}
.popup .button-wrapper {
    margin-top: 30px;
    text-align: center;
}
.popup.active {
    -webkit-transform: none;
    transform: none;
}
.product-categories-popup .pagination-wrapper {
    margin-bottom: 0;
}
.product-categories-popup .pagination li a {
    color: #fff;
}
.product-categories-popup .pagination li a:hover {
    color: #fff;
    text-decoration: underline;
}
.product-categories-popup .pagination li.active a {
    color: #007ac3;
    background-color: #fff;
}
.product-categories-popup .pagination li.active a:hover {
    color: #007ac3;
}
.owl-pagination {
    counter-reset: pager;
}
.owl-pagination .owl-dots {
    margin-top: 30px;
    font-size: 0;
    line-height: 0;
}
.owl-pagination .owl-dots .owl-dot {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
}
.owl-pagination .owl-dots .owl-dot::before {
    display: block;
    padding: 5px;
    color: #fff;
    counter-increment: pager;
    content: counter(pager);
}
.owl-pagination .owl-dots .owl-dot.active::before,
.owl-pagination .owl-dots .owl-dot:hover::before {
    color: #007ac3;
    background: #fff;
}
.owl-pagination .owl-dots .owl-dot span {
    display: none;
}
.letter-range {
    list-style: none;
    display: block;
    margin: -10px 0 30px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-align: right;
}
.letter-range li {
    display: inline-block;
    margin-top: 10px;
}
.letter-range li a {
    display: block;
    padding: 3px 6px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    border: 2px solid #fff;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}
.letter-range li a:hover {
    color: #007ac3;
    background-color: #fff;
}
.letter-range li + li {
    margin-left: 10px;
}
.letter-range li.active a {
    color: #007ac3;
    background-color: #fff;
}
.systems-slider-wrapper {
    padding: 65px 0 33px;
    background-color: #007ac3;
}
.systems-slider-wrapper h3 {
    color: #fff;
}
.systems-slider-wrapper .systems-slider {
    font-size: 0;
    line-height: 0;
}
.systems-slider-wrapper .systems-slider figure {
    position: relative;
    display: block;
    text-align: center;
}
.systems-slider-wrapper .systems-slider figure div {
    position: relative;
    display: block;
    min-height: 180px;
    text-align: center;
}
.systems-slider-wrapper .systems-slider figure div img {
    position: absolute;
    left: 50%;
    top: 66%;
    width: auto;
    height: 135px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.systems-slider-wrapper .systems-slider figure figcaption {
    display: block;
    margin-top: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
.social-links {
    margin-bottom: 30px;
    font-size: 0;
    line-height: 0;
}
.social-links li {
    display: inline-block;
}
.social-links li a {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    background-color: #024271;
    border-radius: 100px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.social-links li a svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: auto;
    height: 20px;
}
.social-links li a svg path {
    fill: #007ac3;
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}
.social-links li a:hover {
    background-color: #5ac1ff;
}
.social-links li a:hover svg path {
    fill: #fff;
}
.social-links li + li {
    margin-left: 10px;
}
.breadcrumbs {
    list-style: none;
    display: block;
    margin: 15px 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.breadcrumbs li {
    display: inline-block;
    color: #b4b4b4;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}
.breadcrumbs li a {
    color: #b4b4b4;
}
.breadcrumbs li a:hover {
    color: #007ac3;
    text-decoration: underline;
}
.breadcrumbs li + li::before {
    content: "/";
    display: inline-block;
    margin: 0 3px;
}
.pagination-wrapper {
    margin: 30px 0;
    text-align: center;
}
.pagination {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.pagination li {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
}
.pagination li a {
    display: block;
    padding: 5px;
}
.pagination li + li {
    margin-left: 5px;
}
.pagination li.active {
    padding: 5px;
    color: #fff;
    background-color: #007ac3;
}
.pagination li.active a:hover {
    color: #fff;
}
.page-title {
    margin: 70px 0 34px;
}
.page-title:before,
.page-title:after {
    content: "";
    display: table;
}
.page-title:after {
    clear: both;
}
.page-title h3 {
    color: #007ac3;
    font-size: 26px;
    line-height: 26px;
}
.page-title .button-wrapper,
.page-title .status-container {
    float: right;
}
.page-title .status-container {
    float: none;
}
.form-bar {
    margin: 50px 0 60px;
}
.form-bar:before,
.form-bar:after {
    content: "";
    display: table;
}
.form-bar:after {
    clear: both;
}
.form-bar input[type="text"] {
    display: block;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    color: #363636;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    background-color: #dedede;
    border: none;
    outline: none;
}
.form-bar input[type="text"]::-webkit-input-placeholder {
    color: #757575;
}
.form-bar input[type="text"]::-moz-placeholder {
    color: #757575;
}
.form-bar input[type="text"]:-ms-input-placeholder {
    color: #757575;
}
.form-bar input[type="text"]:-moz-placeholder {
    color: #757575;
}
.form-bar .dropdown-toggle {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 10px 50px 10px 20px;
    width: 100%;
    color: #757575;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
    background: url("/assets/images/dropdown-toggle.png") no-repeat right 13px center #dedede;
    cursor: pointer;
}
.form-bar .dropdown-toggle label {
    cursor: pointer;
}
.form-bar .dropdown-toggle:hover {
    color: #007ac3;
    background-color: #d7d7d7;
}
.form-bar .or {
    display: block;
    margin: 0 25px;
    padding: 10px 0;
    color: #4f7295;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
}
.form-bar .search-bar {
    width: 100%;
    margin-bottom: 30px;
}
.form-bar .button-wrapper {
    width: 100%;
}
.form-bar + .tag-cloud {
    margin-top: -30px;
    margin-bottom: 60px;
}
.form-wrapper .form-row:before,
.form-wrapper .form-row:after {
    content: "";
    display: table;
}
.form-wrapper .form-row:after {
    clear: both;
}
.form-wrapper .form-row + .form-row {
    margin-top: 10px;
}
.form-wrapper .form-row .col {
    position: relative;
}
.form-wrapper .form-row .col > label {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 60px;
}
.form-wrapper .form-row .col .calculator-field {
    margin-left: -60px;
}
.form-wrapper .form-row .col.col-1-2 .calculator-field {
    margin-left: 0;
}
.form-wrapper .form-row .col.col-2-3 {
    margin-top: 10px;
}
.form-wrapper .form-row .col + .col {
    margin-top: 10px;
}
.form-wrapper label {
    display: block;
    margin: 0;
    padding: 11px 0 0 2px;
    color: #4f7295;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
}
.form-wrapper label.checkbox {
    position: relative !important;
    padding: 11px 0 0 21px;
    width: 100% !important;
    color: #696969;
    font-size: 11px;
    line-height: 11px;
    text-transform: none;
}
.form-wrapper label.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
}
.form-wrapper label.checkbox .checkator_holder {
    position: absolute;
    left: 0;
    top: 9px;
}
.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper textarea {
    position: relative;
    display: block;
    margin: 0;
    padding: 7px 15px;
    width: 100%;
    color: #4f7295;
    font-size: 13px;
    line-height: 13px;
    background-color: #f1f1f1;
    border: none;
    outline: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.form-wrapper input[type="text"].error,
.form-wrapper input[type="email"].error,
.form-wrapper textarea.error {
    padding: 5px 13px;
    color: #fe0000;
    border: 2px solid #fe0000;
}
.form-wrapper textarea {
    display: block;
    padding: 15px;
    height: 75px;
}
.form-wrapper textarea.error {
    padding: 13px;
}
.form-wrapper .calculator-field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    font-size: 0;
    line-height: 0;
    background-color: #dedede;
}
.form-wrapper .calculator-field label {
    position: static;
    margin: 0 10px 0 0;
    padding: 0;
    width: auto;
    color: #545454;
    font-size: 18px;
    line-height: 60px;
    white-space: nowrap;
}
.form-wrapper .calculator-field input[type="text"] {
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 18px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    background: none;
}
.form-wrapper .calculator-field input[type="text"]:-internal-autofill-selected,
.form-wrapper .calculator-field input[type="text"]:-internal-autofill-previewed {
    color: #545454 !important;
    background: none !important;
}
.form-wrapper .calculator-field.error::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border: 2px solid #ee1c24;
    pointer-events: none;
}
.status-container {
    padding-top: 2px;
}
.status-container .status-message {
    position: relative;
    display: none;
    padding-left: 30px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -1.15px;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.status-container .status-message::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
}
.status-container .status-message::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
}
.status-container .status-message.active {
    display: block;
    margin-top: 10px;
}
.status-container .status-message.error {
    color: #fe0000;
}
.status-container .status-message.error::before {
    background-color: #fe0000;
}
.status-container .status-message.error::after {
    content: "!";
    color: #fff;
}
.status-container .status-message.success {
    color: green;
}
.status-container .status-message.success::before {
    background-color: green;
}
.status-container .status-message.success::after {
    content: "!";
    color: #fff;
}
.calculator-status {
    padding: 30px 35px;
}
.calculator-status h3 {
    margin: 0 0 15px;
    padding: 0;
    color: #fff;
}
.calculator-status p {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}
.calculator-status ul {
    font-size: 16px;
    line-height: 19px;
}
.calculator-status ul li {
    color: #fff;
}
.calculator-status.calculator-success {
    display: none;
    background-color: #8dc73f;
}
.calculator-status.calculator-fail {
    display: none;
    position: relative;
    background-color: #ee1c24;
}
.calculator-status.calculator-fail::before {
    content: "";
    position: absolute;
    right: 18px;
    top: 18px;
    display: block;
    width: 22px;
    height: 22px;
    background: url("/assets/images/status-fail.png") no-repeat center center;
    background-size: contain;
}
.calculator-status.calculator-fail h3 {
    margin-right: 60px;
}
.filter {
    font-size: 0;
    line-height: 0;
}
+ .filter input[type="text"],
.filter input[type="text"] + .dropdown-toggle {
    margin-top: 30px;
}
+ .filter .dropdown-toggle,
.filter .dropdown-toggle .input[type="text"] {
    margin-top: 30px;
}
.filter .or {
    display: none;
}
.filter .or + .input[type="text"],
.filter .or + .dropdown-toggle {
    margin-top: 30px;
}
.filter.filter-narrow input[type="text"],
.filter.filter-narrow .dropdown-toggle,
.filter.filter-narrow .or {
    line-height: 18px;
}
.search-bar {
    position: relative;
    width: 100%;
}
.search-bar:before,
.search-bar:after {
    content: "";
    display: table;
}
.search-bar:after {
    clear: both;
}
.search-bar input[type="text"] {
    float: left;
}
.search-bar button,
.search-bar .button {
    float: left;
    position: absolute;
    right: 0;
}
.text {
    margin: 0 0 54px;
}
.text em,
.text i {
    font-style: italic;
}
.text b,
.text strong {
    font-weight: 700;
}
.text p {
    margin: 24px 0;
    font-size: 16px;
    line-height: 24px;
}
.text ul {
    margin: 35px 0;
    padding: 0;
    color: #545454;
    font-size: 16px;
    line-height: 24px;
}
.text ul li {
    position: relative;
    padding-left: 30px;
}
.text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    width: 13px;
    height: 11px;
    background: url("/assets/images/ul.png") no-repeat center center;
}
.text ol {
    list-style: decimal;
    margin: 35px 0 0 30px;
    padding: 0;
    color: #545454;
    font-size: 16px;
    line-height: 24px;
}
.text ol li {
    position: relative;
    padding-left: 0px;
}
.text ul li ul,
.text ul li ol,
.text ol li ul,
.text ol li ol {
    margin: 10px 0;
}
.text table {
    margin: 20px 0 40px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.text table th,
.text table td {
    padding: 15px 18px;
    color: #545454;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #696969;
}
.text table tr:first-child td {
    font-weight: 700;
    background-color: #e1eff8;
}
img {
    max-width: 100%;
}
img.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}
img.alignright {
    float: left;
    margin: 0 0 10px 20px;
}
.categories {
    margin: 0 0 60px;
    padding: 0;
}
.categories:not(.no-cols) {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
.categories li {
    position: relative;
    display: block;
    margin: 0 0 20px;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
}
.categories li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 0 8px 45px;
    color: #545454;
    font-weight: 600;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
}
.categories li a::before,
.categories li a::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fff;
}
.categories li a::before {
    left: 3px;
}
.categories li a::after {
    left: 8px;
}
.categories li a:hover {
    color: #fff;
    background-color: inherit;
}
.categories li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 13px;
    height: 100%;
}
.categories li.blue a:hover,
.categories li.blue::before {
    background-color: #00aeef;
}
.categories li.dark-green a:hover,
.categories li.dark-green::before {
    background-color: #114432;
}
.categories li.gray a:hover,
.categories li.gray::before {
    background-color: #d1d2d2;
}
.categories li.green a:hover,
.categories li.green::before {
    background-color: #00a261;
}
.categories li.light-blue a:hover,
.categories li.light-blue::before {
    background-color: #aebcd8;
}
.categories li.ocean a:hover,
.categories li.ocean::before {
    background-color: #078496;
}
.categories li.orange a:hover,
.categories li.orange::before {
    background-color: #f48b31;
}
.categories li.pastel a:hover,
.categories li.pastel::before {
    background-color: #77ae9a;
}
.categories li.pink a:hover,
.categories li.pink::before {
    background-color: #f38ab4;
}
.categories li.red a:hover,
.categories li.red::before {
    background-color: #ee3124;
}
.categories li.rose a:hover,
.categories li.rose::before {
    background-color: #fcd7cb;
}
.categories li.teal a:hover,
.categories li.teal::before {
    background-color: #88d4e3;
}
.categories li.violet a:hover,
.categories li.violet::before {
    background-color: #b196c6;
}
.categories li.yellow a:hover,
.categories li.yellow::before {
    background-color: #ffca00;
}
.categories li.polyglass a:hover,
.categories li.polyglass::before {
    background-color: #557c7f;
}
.products-grid {
    margin: 0 0 30px;
}
.products-grid .product + .product {
    margin-top: 30px;
}
.product {
    position: relative;
    padding: 20px;
    min-height: 160px;
    background-color: #e9e9e9;
}
.product:before,
.product:after {
    content: "";
    display: table;
}
.product:after {
    clear: both;
}
.product figure {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
}
.product figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.product figure a:hover img {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.5);
    transform: translateX(-50%) translateY(-50%) scale(1.5);
}
.product .info h4 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.product .info h4 a {
    color: #007ac3;
}
.product .info p {
    font-size: 16px;
    line-height: 24px;
}
.numbered-product {
    background-color: #e9e9e9;
    padding: 0 20px 15px 20px;
}
.numbered-product h4 {
    position: relative;
    color: #007ac3;
    padding-left: 40px;
    padding-top: 15px;
    min-height: 55px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.numbered-product h4.no-nr {
    padding-left: 0;
}
.numbered-product h4 span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    margin-right: 8px;
    width: 28px;
    color: #fff;
    line-height: 55px;
    text-align: center;
    background-color: #007ac3;
}
.numbered-product h4 a {
    color: #007ac3;
}
.numbered-product div:before,
.numbered-product div:after {
    content: "";
    display: table;
}
.numbered-product div:after {
    clear: both;
}
.numbered-product div p {
    margin: 14px 3px 0;
    font-size: 14px;
    line-height: 24px;
}
.numbered-product div figure {
    float: left;
    width: 120px;
    height: auto;
    margin-right: 12px;
}
.numbered-product div figure + p {
    margin-top: 0;
}
.numbered-product + .numbered-product {
    margin-top: 30px;
}
.single-product,
.product-more-info {
    position: relative;
}
.single-product h3,
.product-more-info h3 {
    margin: 0 0 25px;
    font-size: 30px;
    line-height: 30px;
}
.single-product .product-info,
.product-more-info .product-info {
    display: none;
    min-height: 450px;
}
.single-product .product-info.active,
.product-more-info .product-info.active {
    display: block;
}
.single-product .attachments,
.single-product .links,
.product-more-info .attachments,
.product-more-info .links {
    margin-top: 40px;
}
.single-product .language-select,
.product-more-info .language-select {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-align: right;
}
.single-product .language-select li,
.product-more-info .language-select li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.single-product .language-select li::before,
.product-more-info .language-select li::before {
    display: none;
}
.single-product .language-select li a,
.product-more-info .language-select li a {
    display: block;
    padding: 0 10px;
    color: #545454;
    font-size: 14px;
    line-height: 33px;
    text-transform: uppercase;
    background-color: #d7d7d7;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
}
.single-product .language-select li a:hover,
.product-more-info .language-select li a:hover {
    color: #007ac3;
}
.single-product .language-select li.active a,
.product-more-info .language-select li.active a {
    color: #fff;
    background-color: #007ac3;
}
.single-product .language-select li.active a:hover,
.product-more-info .language-select li.active a:hover {
    color: #fff;
}
.product-more-info {
    min-height: 250px;
    margin-top: 45px;
    padding-top: 45px;
    border-top: solid 1px #bfbfbf;
}
.product-more-info .links {
    top: 45px;
}
.product-gallery .slider {
    margin-bottom: 20px;
}
.product-gallery .slider figure img {
    display: block;
}
.product-gallery .thumbnails {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.product-categories-popup {
    display: none;
    background-color: #007ac3;
}
.product-categories-popup .page-title {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}
.product-categories-popup .page-title h3 {
    color: #fff;
    margin-right: auto;
}
.product-categories-popup .page-title .back {
    display: inline-block;
    margin-left: 50px;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #fff;
    outline: none;
    cursor: pointer;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
}
.product-categories-popup .page-title .back:hover {
    color: #007ac3;
    background-color: #fff;
}
.product-categories-popup .categories {
    margin: 0;
}
.product-categories-popup .categories li a {
    color: #fff;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
}
.product-categories-popup .categories li a::before,
.product-categories-popup .categories li a::after {
    background-color: #007ac3;
}
.product-categories-popup .categories li a:hover {
    color: #007ac3;
    background-color: #fff;
}
.product-categories-popup .categories li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 13px;
    height: 100%;
}
.product-categories-popup .categories li.blue a:hover {
    background-color: #fff;
}
.product-categories-popup .categories li.dark-green a:hover {
    background-color: #fff;
}
.product-categories-popup .categories li.gray a:hover {
    background-color: #fff;
}
.product-categories-popup .categories li.green a:hover {
    background-color: #fff;
}
.product-categories-popup .categories li.light-blue a:hover {
    background-color: #fff;
}
.product-categories-popup .categories li.ocean a:hover {
    background-color: #fff;
}
.product-categories-popup .categories li.orange a:hover {
    background-color: #fff;
}
.product-categories-popup .categories li.pastel a:hover {
    background-color: #fff;
}
.product-categories-popup .categories li.pink a:hover {
    background-color: #fff;
}
.product-categories-popup .categories li.red a:hover {
    background-color: #fff;
}
.product-categories-popup .categories li.rose a:hover {
    background-color: #fff;
}
.product-categories-popup .categories li.teal a:hover {
    background-color: #fff;
}
.product-categories-popup .categories li.violet a:hover {
    background-color: #fff;
}
.product-categories-popup .categories li.yellow a:hover {
    background-color: #fff;
}
.product-categories-popup .categories li.polyglass a:hover {
    background-color: #fff;
}
.product-categories-popup .categories.no-color {
    margin-left: -10px;
}
.product-categories-popup .categories.no-color li a {
    padding-left: 10px;
}
.product-categories-popup .categories.no-color li a::before,
.product-categories-popup .categories.no-color li a::after {
    display: none;
}
.news-grid {
    margin: 45px 0;
}
.news-grid .news-item {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px #e5e5e5;
}
.news-block {
    margin: 50px 0 75px;
}
.news-slider {
    background-color: #f0f3f5;
}
.news-slider .lSPager {
    display: none;
}
.news-slider .inner {
    padding: 50px 0;
}
.news-slider.owl-theme .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -30px;
}
.news-slider.owl-theme .owl-nav button,
.news-slider.owl-theme .owl-nav button:hover {
    position: absolute;
    width: 50px;
    height: 16px;
    background: url("/assets/images/blue-arrow.png") no-repeat center center;
    background-size: contain;
    cursor: pointer;
}
.news-slider.owl-theme .owl-nav button.owl-prev,
.news-slider.owl-theme .owl-nav button:hover.owl-prev {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -60px;
}
.news-slider.owl-theme .owl-nav button.owl-next,
.news-slider.owl-theme .owl-nav button:hover.owl-next {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -60px;
}
.news-item figure {
    display: block;
    margin: 0;
    padding: 0;
}
.news-item .info {
    padding: 0 20px 20px;
}
.news-item .info .date {
    display: block;
    margin: 40px 0 20px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}
.news-item .info h4 {
    margin: 20px 0;
    padding: 0;
    color: #545454;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
}
.news-item .info h4 a:hover {
    color: #007ac3;
}
.news-item .info p {
    color: #545454;
    font-size: 18px;
    line-height: 30px;
}
.news-item .info .button-wrapper {
    display: none;
}
.news-item .info .button-wrapper .button {
    float: left;
}
.news-item .info .button-wrapper .date {
    float: right;
    display: block;
    margin: 10px 0 0;
}
.tag-cloud {
    font-size: 0;
    line-height: 0;
}
.tag-cloud .tag {
    display: inline-block;
    padding: 0 5px 0 15px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    background-color: #007ac3;
}
.tag-cloud .tag + .tag {
    margin-left: 5px;
}
.tag-cloud .tag a {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.tag-cloud .tag a:hover {
    color: #fff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.catalogue-grid .catalogue + .catalogue {
    margin-top: 30px;
}
.catalogue {
    position: relative;
}
.catalogue figure {
    position: relative;
}
.catalogue figure img {
    display: block;
}
.catalogue figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 30px;
    background-color: rgba(25, 122, 195, 0.75);
}
.catalogue figure figcaption h4 {
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    line-clamp: 3;
    max-height: 72px;
}
.catalogue figure figcaption p {
    display: none;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}
.catalogue .button-wrapper {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: none;
}
.catalogue a:hover figure figcaption {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.catalogue a:hover figure figcaption p {
    display: block;
}
.catalogue a:hover .button-wrapper {
    display: block;
}
.embed-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}
.embed-wrapper img {
    width: 100%;
    height: auto;
}
.embed-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.systems-grid {
    margin-bottom: 30px;
}
.systems-grid .system + .system {
    margin-top: 20px;
}
.system figure {
    overflow: hidden;
}
.system figure a img {
    display: block;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.system figure a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.system h4 {
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
}
.locations-wrapper {
    margin: 40px 0 50px;
}
.location-grid {
    margin-top: 20px;
}
.location-grid .location + .location {
    margin-top: 20px;
}
.location {
    position: relative;
    color: #007ac3;
    font-size: 24px;
    line-height: 70px;
    background-color: #e9e9e9;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
}
.location:hover {
    color: #fff;
    background-color: #007ac3;
}
.location:hover .location-contacts {
    display: block;
}
.location .location-contacts {
    position: absolute;
    z-index: 100;
    left: 0;
    margin-top: 3px;
    top: 100%;
    display: none;
    padding: 30px 40px;
    width: 100%;
    background-color: #007ac3;
}
.location .location-contacts table {
    width: 100%;
}
.location .location-contacts table th,
.location .location-contacts table td {
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    text-transform: uppercase;
}
.location .location-contacts table th {
    padding: 0 0 15px;
    color: #59d3ff;
}
.location .location-contacts table td {
    padding: 8px 0;
    color: #fff;
}
.location .location-contacts table td a:hover {
    color: #fff;
    text-decoration: underline;
}
.projects-grid {
    margin: 0 0 30px;
}
.projects-grid .project + .project {
    margin-top: 20px;
}
.project figure {
    overflow: hidden;
}
.project figure a img {
    display: block;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.project figure a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.project h4 {
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
}
.contact {
    position: relative;
    padding: 30px;
    min-height: 205px;
    background-color: #e9e9e9;
}
.contact figure {
    margin-bottom: 20px;
}
.contact figure img {
    display: block;
}
.contact .info h4 {
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}
.contact .info h4 a {
    color: #007ac3;
}
.contact .info h4 a:hover {
    text-decoration: underline;
}
.contact .info .position {
    position: relative;
    display: block;
    margin: 0 0 20px;
    padding: 0 0 25px;
    font-size: 16px;
    line-height: 16px;
}
.contact .info .position::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #007ac3;
}
.contact .info p {
    margin: 0 !important;
    font-size: 16px;
    line-height: 16px;
}
.contact .info p span {
    color: #007ac3;
}
.box-slider {
    position: relative;
    margin: 45px 0 55px;
    padding: 0 60px;
}
.box-slider a figcaption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 33px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    background-color: rgba(0, 122, 195, 0.75);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.box-slider a:hover figcaption {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.box-slider.owl-theme .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -30px;
}
.box-slider.owl-theme .owl-nav button,
.box-slider.owl-theme .owl-nav button:hover {
    position: absolute;
    width: 50px;
    height: 16px;
    background: url("/assets/images/blue-arrow.png") no-repeat center center;
    background-size: contain;
    cursor: pointer;
}
.box-slider.owl-theme .owl-nav button.owl-prev,
.box-slider.owl-theme .owl-nav button:hover.owl-prev {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 0;
}
.box-slider.owl-theme .owl-nav button.owl-next,
.box-slider.owl-theme .owl-nav button:hover.owl-next {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0;
}
.template-bim-files .inner {
    padding: 35px 40px 50px;
}
.template-bim-files .title {
    margin: 0 0 45px;
}
.template-bim-files .title h3 {
    color: #4f7295;
}
.bim-grid .bim + .bim {
    margin-top: 30px;
}
.bim {
    padding: 20px;
    background-color: #e9e9e9;
}
.bim figure {
    margin: 0 0 20px;
    overflow: hidden;
}
.bim figure a img {
    display: block;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.bim figure a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.bim h4 {
    margin: 20px 0;
    font-size: 20px;
    line-height: 24px;
}
.tabs {
    padding: 57px 0 0;
}
.tabs .inner {
    padding-left: 0;
    padding-right: 0;
}
.tabs .tab-header {
    position: relative;
    z-index: 10;
}
.tabs .tab-header .inner:before,
.tabs .tab-header .inner:after {
    content: "";
    display: table;
}
.tabs .tab-header .inner:after {
    clear: both;
}
.tabs .tab-header h3 {
    float: left;
    display: block;
    margin: 10px 0 30px;
    color: #5b97c3;
}
.tabs .tab-header h3 + .tabs-selector {
    float: right;
}
.tabs .tab-header .tabs-selector {
    display: block;
    margin-bottom: -5px;
    font-size: 0;
    line-height: 0;
}
.tabs .tab-header .tabs-selector li {
    display: inline-block;
}
.tabs .tab-header .tabs-selector li a {
    display: block;
    padding: 10px 20px 15px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.tabs .tab-header .tabs-selector li a:hover {
    padding-bottom: 15px;
    background-color: #f6f7f8;
}
.tabs .tab-header .tabs-selector li a img {
    display: block;
    width: auto;
    height: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.tabs .tab-header .tabs-selector li + li {
    margin-left: 10px;
}
.tabs .tab-header .tabs-selector li.active {
    position: relative;
}
.tabs .tab-header .tabs-selector li.active::before,
.tabs .tab-header .tabs-selector li.active::after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    background-color: #f0f3f5;
    -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
    transform: translateX(-50%) translateY(50%) rotate(45deg);
}
.tabs .tab-header .tabs-selector li.active::before {
    z-index: 1;
    bottom: 0;
    width: 10px;
    height: 10px;
    -webkit-box-shadow: 0 0 40px #000;
    box-shadow: 0 0 40px #000;
}
.tabs .tab-header .tabs-selector li.active::after {
    bottom: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
}
.tabs .tab-header .tabs-selector li.active a {
    position: relative;
    z-index: 3;
    padding: 10px 20px 15px;
    margin-bottom: 0;
    background-color: #f0f3f5;
}
.tabs .tab-header .tabs-selector li.active a img {
    -webkit-filter: none;
    filter: none;
}
.tabs .tabs-content {
    position: relative;
    z-index: 9;
    padding: 45px 0 60px;
    background-color: #f0f3f5;
}
.tabs .tabs-content .tab {
    display: none;
}
.tabs .tabs-content .tab.active {
    display: block;
}
.seminar-popup {
    display: none;
}
.seminar-popup .page-title {
    margin-top: 0;
}
.seminar-popup .page-title h3 {
    color: #007ac3;
}
.seminar figure {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 92px 0 0;
}
.seminar figure img {
    position: relative;
    display: block;
}
.seminar figure .date-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 92px;
    background-color: #007ac3;
}
.seminar figure .date-wrapper .date {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
.seminar figure .date-wrapper .date span {
    display: block;
    color: #fff;
}
.seminar figure .date-wrapper .date span.day {
    font-size: 43px;
    line-height: 43px;
}
.seminar figure .date-wrapper .date span.month {
    font-size: 25px;
    line-height: 25px;
}
.seminar figure .date-wrapper .date span.time {
    position: relative;
    margin: 8px 0 0;
    padding: 8px 0 0;
    font-size: 19px;
    line-height: 19px;
}
.seminar figure .date-wrapper .date span.time::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 80%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.seminar .info {
    padding: 25px 35px;
    color: #545454;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-align: left;
    background-color: #f4f4f4;
}
.seminar a:hover .info {
    color: #007ac3;
}
.seminar + .seminar {
    margin-top: 50px;
}
.seminar-wrapper .seminar-entry {
    margin-bottom: 35px;
}
.seminar-wrapper .seminar-entry .seminar:before,
.seminar-wrapper .seminar-entry .seminar:after {
    content: "";
    display: table;
}
.seminar-wrapper .seminar-entry .seminar:after {
    clear: both;
}
.seminar-wrapper .seminar-entry .seminar .info {
    background: none;
    padding: 20px 0;
}
.seminar-wrapper .seminar-entry .seminar .info h4 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.seminar-wrapper .seminar-entry .seminar .info p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
}
.seminar-wrapper .seminar-entry .seminar .button-wrapper {
    margin-top: 46px;
    width: 100%;
}
.seminar-wrapper .seminar-entry .seminar .button-wrapper .button,
.seminar-wrapper .seminar-entry .seminar .button-wrapper button {
    display: block;
    width: 100%;
}
.seminar-wrapper .seminar-entry .seminar .button-wrapper .button img,
.seminar-wrapper .seminar-entry .seminar .button-wrapper button img {
    left: 35px;
}
.seminar-wrapper .seminar-entry .page-title {
    margin-top: 17px;
    margin-bottom: 49px;
    font-size: 26px;
    line-height: 26px;
}
.seminar-wrapper .seminar-entry .form-wrapper {
    margin-bottom: 50px;
}
.seminar-wrapper .seminar-entry .form-wrapper .form-row .col {
    padding-left: 139px;
}
.seminar-wrapper .seminar-entry .form-wrapper .form-row .col.col-f-85 {
    padding-left: 25px;
}
.seminar-wrapper .seminar-entry .form-wrapper .form-row .col > label {
    width: 139px;
}
.seminar-wrapper .seminar-entry .form-wrapper .form-row .col .dropdown-toggle {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 10px 50px 10px 20px;
    width: 100%;
    color: #757575;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
    background: url("/assets/images/dropdown-toggle.png") no-repeat right 11px center #f1f1f1;
    background-size: 14px auto;
    cursor: pointer;
}
.seminar-wrapper .seminar-entry .form-wrapper .form-row .col .dropdown-toggle label {
    cursor: pointer;
}
.seminar-wrapper .seminar-entry .form-wrapper .form-row .col .dropdown-toggle:hover {
    color: #007ac3;
    background-color: #d7d7d7;
}
.seminar-wrapper .seminar-entry + .seminar-entry {
    padding-top: 35px;
    border-top: 1px solid #e8e8e8;
}
.clients {
    display: none;
    padding: 60px 0 60px;
}
.clients h3 {
    color: #4f7295;
    margin: 0 0 25px;
    padding: 0;
}
.clients .client-wrapper figure {
    text-align: center;
}
.clients .client-wrapper figure:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.clients .client-wrapper figure img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
}
.about-us {
    padding: 75px 0 35px;
}
.about-us h3 {
    margin: 0 0 30px;
    color: #4f7295;
}
.about-us p {
    margin: 30px 0 15px;
    font-size: 16px;
    line-height: 24px;
}
.about-us .inner {
    padding-bottom: 55px;
}
.about-us .inner:before,
.about-us .inner:after {
    content: "";
    display: table;
}
.about-us .inner:after {
    clear: both;
}
.about-us .inner.stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #d8d8d8;
}
.about-us .inner.stats figure {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.about-us .inner.stats figure img {
    display: inline-block;
    width: auto;
    height: 100%;
    max-height: 30px;
}
.about-us .inner.stats figure figcaption {
    display: block;
    margin-top: 10px;
    color: #363636;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}
.about-us .inner.stats figure figcaption span {
    display: block;
}
.about-us aside {
    display: none;
}
.our-projects {
    padding: 60px 0 50px;
    background-color: #f1f3f5;
}
.our-projects .inner-head:before,
.our-projects .inner-head:after {
    content: "";
    display: table;
}
.our-projects .inner-head:after {
    clear: both;
}
.our-projects .inner-head h3 {
    float: left;
    color: #4f7295;
    margin-top: 5px;
}
.our-projects .inner-head .button-wrapper {
    float: right;
}
.our-projects .content {
    padding-top: 35px;
}
.our-projects .content:before,
.our-projects .content:after {
    content: "";
    display: table;
}
.our-projects .content:after {
    clear: both;
}
.our-projects .content article {
    display: block;
    margin: 0;
    padding: 0;
}
.our-projects .content article figure {
    position: relative;
}
.our-projects .content article figcaption {
    display: block;
}
.our-projects .content article figcaption span {
    display: block;
    margin: 10px 0;
    padding: 0;
}
.our-projects .content article figcaption span.category {
    color: #545454;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
.our-projects .content article figcaption span.title {
    color: #545454;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
}
.our-projects .content article figcaption span.description {
    color: #545454;
    font-size: 14px;
    line-height: 14px;
}
.our-projects .content aside {
    display: none;
    float: right;
    width: 30%;
    margin: 0;
    padding: 0 0 0 40px;
}
.our-projects .content aside .related-product {
    display: block;
}
.our-projects .content aside .related-product:before,
.our-projects .content aside .related-product:after {
    content: "";
    display: table;
}
.our-projects .content aside .related-product:after {
    clear: both;
}
.our-projects .content aside .related-product img {
    float: left;
    display: block;
    width: 60%;
    height: auto;
}
.our-projects .content aside .related-product figcaption {
    float: right;
    display: block;
    padding-left: 7%;
    width: 40%;
    height: auto;
    color: #545454;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}
.our-projects .content aside .related-product figcaption:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.our-projects .content aside .related-product figcaption span {
    display: inline-block;
    vertical-align: middle;
}
.news {
    padding: 55px 0 50px;
    background-color: #e4e4e4;
}
.news .inner-head {
    margin: 0 40px 15px 0;
    padding: 0;
}
.news .inner-head:before,
.news .inner-head:after {
    content: "";
    display: table;
}
.news .inner-head:after {
    clear: both;
}
.news .inner-head h3 {
    float: left;
    color: #4f7295;
}
.news .inner-head .button-wrapper {
    float: right;
}
.news .inner:before,
.news .inner:after {
    content: "";
    display: table;
}
.news .inner:after {
    clear: both;
}
.news .content.full-width {
    float: none;
    width: 100%;
}
.news .content.full-width .news-wrapper {
    border: none !important;
}
.news aside {
    display: none;
    float: right;
    width: 30%;
    margin: 0;
    padding: 0 0 0 40px;
}
.news aside h3 {
    margin: 0 0 35px;
    padding: 0;
}
.news .news-wrapper {
    padding: 15px 0 30px;
}
.news .news-wrapper .news-item:before,
.news .news-wrapper .news-item:after {
    content: "";
    display: table;
}
.news .news-wrapper .news-item:after {
    clear: both;
}
.news .news-wrapper .news-item + .news-item {
    margin-top: 40px;
}
.news .news-wrapper .news-item figure {
    display: block;
    margin: 0;
    padding: 0;
}
.news .news-wrapper .news-item .info h4 {
    margin: 0 0 10px;
    padding: 0;
    color: #545454;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .news-wrapper .news-item .info h4 a:hover {
    color: #007ac3;
}
.news .news-wrapper .news-item .info p {
    color: #545454;
    font-size: 14px;
    line-height: 22px;
}
.news .news-wrapper .news-item .info .button-wrapper {
    margin-top: 10px;
}
.news .news-wrapper .news-item .info .button-wrapper:before,
.news .news-wrapper .news-item .info .button-wrapper:after {
    content: "";
    display: table;
}
.news .news-wrapper .news-item .info .button-wrapper:after {
    clear: both;
}
.news .news-wrapper .news-item .info .button-wrapper .button {
    float: left;
}
.news .news-wrapper .news-item .info .button-wrapper .date {
    float: right;
    display: block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}
.news-list .inner {
    padding-top: 70px;
    padding-bottom: 60px;
}
.news-list .row:before,
.news-list .row:after {
    content: "";
    display: table;
}
.news-list .row:after {
    clear: both;
}
.news-list .row .col + .col {
    margin-top: 30px;
}
.news-list .row + .row {
    margin-top: 30px;
}
.useful-cards-wrapper {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.useful-cards-wrapper a {
    display: block;
    background-color: #007ac3;
}
.useful-cards-wrapper .card figure {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0 0 80%;
}
.useful-cards-wrapper .card figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
}
.useful-cards-wrapper .card span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}
.form-wrapper.contact-us-temp {
    padding: 0 0 70px;
}
.form-wrapper.contact-us-temp:before,
.form-wrapper.contact-us-temp:after {
    content: "";
    display: table;
}
.form-wrapper.contact-us-temp:after {
    clear: both;
}
.form-wrapper.contact-us-temp h3 {
    color: #4f7295;
}
.form-wrapper.contact-us-temp aside {
    display: none;
}
.form-control:before,
.form-control:after {
    content: "";
    display: table;
}
.form-control:after {
    clear: both;
}
.form-control input {
    float: left;
    display: block;
    padding: 0 15px;
    width: 520px;
    color: #545454;
    font-size: 18px;
    line-height: 60px;
    text-transform: uppercase;
    background-color: #dedede;
    border: none;
    outline: none;
}
.form-control input::-webkit-input-placeholder {
    color: #757575;
}
.form-control input::-moz-placeholder {
    color: #757575;
}
.form-control input:-ms-input-placeholder {
    color: #757575;
}
.form-control input:-moz-placeholder {
    color: #757575;
}
.form-control .button-wrapper {
    display: block;
    float: left;
}
.template-contacts .page-title {
    margin-top: 0;
}
.template-contacts .sidebar .page-title {
    margin-top: 40px;
    margin-bottom: 30px;
}
.template-contacts .sidebar .page-title:first-child {
    margin-top: 0;
}
.template-contacts .sidebar .button-wrapper {
    margin-top: 15px;
}
.template-contacts address h5 {
    margin: 0 0 12px;
    padding: 0;
    color: #024271;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.template-contacts address p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
}
.template-contacts address p strong {
    font-weight: 400;
    color: #024271;
    text-transform: uppercase;
}
.template-contacts.gradient .page-title {
    margin-top: 45px;
}
.template-contacts .contact-info + .contact-info {
    margin-top: 10px;
}
.template-contacts .contact-info .contact h4 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 22px;
    line-height: 22px;
}
.template-contacts .contact-info .contact .position {
    font-size: 14px;
    line-height: 14px;
}
.template-contacts .contact-info .contact p strong {
    font-weight: 400;
    text-transform: uppercase;
}
.template-contacts .contact-info .services {
    margin: 0;
    padding: 0 30px 30px;
    background-color: #e9e9e9;
}
.template-contacts .contact-info .services ul {
    margin: 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    font-size: 14px;
    line-height: 16px;
}
.template-contacts .contact-info .services ul li + li {
    margin-top: 7px;
}
.template-contacts .contact-us-temp {
    margin-top: 95px;
}
.template-contacts .contact-us-temp .inner-head {
    padding: 22px 0;
}
.template-contacts .contact-us-temp aside h5 {
    line-height: 18px;
    margin-bottom: 25px;
}
.template-contacts .contact-us-temp aside p a {
    font-weight: 700;
}
.template-calculator .inner .page-title {
    margin: 45px 0 5px;
}
.template-calculator .inner .text {
    margin-bottom: 61px;
}
.template-calculator .inner .text p:first-child {
    margin-top: 0;
}
.template-calculator .inner .content-wrapper {
    display: block;
    margin-bottom: 120px;
}
.template-calculator .inner .content-wrapper .sidebar {
    margin-bottom: 30px;
}
.template-calculator .form-wrapper {
    padding-right: 0;
}
.template-calculator .form-wrapper .form-row + .form-row {
    margin-top: 40px;
}
.template-calculator .form-wrapper .button-wrapper .button,
.template-calculator .form-wrapper .button-wrapper button {
    display: block;
    padding: 10px 30px 10px 22px;
    font-size: 13px;
    line-height: 40px;
    font-weight: 700;
}
.template-calculator .form-wrapper .button-wrapper .button + .button,
.template-calculator .form-wrapper .button-wrapper .button + button,
.template-calculator .form-wrapper .button-wrapper button + .button,
.template-calculator .form-wrapper .button-wrapper button + button {
    margin-top: 10px;
}
.template-system .inner .content-half:first-child {
    padding-bottom: 80px;
}
.template-system .inner .page-title {
    margin: 0 0 24px;
}
.template-system .inner .page-title h3 {
    float: none;
    color: #545454;
    font-size: 27px;
    line-height: 36px;
}
.template-system .inner .text .button-wrapper .button + .button,
.template-system .inner .text .button-wrapper .button button,
.template-system .inner .text .button-wrapper button + .button,
.template-system .inner .text .button-wrapper button button {
    margin-left: 10px;
}
.template-system .inner .project-category {
    padding-top: 3px;
    border-top: solid 1px #d8d8d8;
}
.template-system .inner .project-category figure {
    margin-top: 30px;
}
.template-system .inner .project-category figure:before,
.template-system .inner .project-category figure:after {
    content: "";
    display: table;
}
.template-system .inner .project-category figure:after {
    clear: both;
}
.template-system .inner .project-category figure img {
    float: left;
    display: block;
    margin-right: 28px;
    width: 64px;
    height: auto;
}
.template-system .inner .project-category figure figcaption {
    display: block;
    margin: 13px 60px 0 28px;
    color: #007ac3;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}
.template-system .inner .content-wrapper {
    margin: 30px 0 70px;
}
.template-system .inner .content-wrapper .content-half > .button-wrapper {
    position: absolute;
    left: 4px;
    bottom: 8px;
}
.template-system.gradient .inner {
    padding-top: 55px;
}
.template-system.gradient .inner .page-title {
    margin-bottom: 43px;
}
.template-system.gradient .inner .page-title h3 {
    color: #4f7295;
    font-size: 26px;
    line-height: 30px;
}
.template-system .used-products-grid + .page-title {
    margin-top: 50px;
}
.template-system .contact .info {
    margin-top: 7px;
}
.template-system .contact .info .position {
    padding-bottom: 21px;
}
.template-system .contact .info h4 {
    margin-bottom: 11px;
    font-size: 21.6px;
    line-height: 24px;
}
.template-system .contact .info p {
    line-height: 20px;
}
.template-system .contact .info p span {
    text-transform: uppercase;
}
.template-system .staff-grid {
    margin-bottom: 100px;
}
.template-system .staff-grid .contact-info + .contact-info {
    margin-top: 30px;
}
.template-project .inner .page-title {
    margin: 0 0 20px;
}
.template-project .inner .page-title h3 {
    color: #545454;
    font-size: 28px;
    line-height: 36px;
}
.template-project .inner .text {
    margin-bottom: 37px;
}
.template-project .inner .text p {
    margin: 20px 0 22px;
    font-size: 14.1px;
}
.template-project .inner .thumb-slider {
    margin-top: 15px;
}
.template-project .inner .project-category {
    padding-top: 3px;
    border-top: solid 1px #d8d8d8;
}
.template-project .inner .project-category figure {
    margin-top: 30px;
}
.template-project .inner .project-category figure:before,
.template-project .inner .project-category figure:after {
    content: "";
    display: table;
}
.template-project .inner .project-category figure:after {
    clear: both;
}
.template-project .inner .project-category figure img {
    float: left;
    display: block;
    margin-right: 28px;
    width: 64px;
    height: auto;
}
.template-project .inner .project-category figure figcaption {
    display: block;
    margin: 13px 60px 0 28px;
    color: #007ac3;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}
.template-project .inner .content-wrapper {
    margin: 32px 0 61px;
}
.template-project .inner .content-wrapper .content-project-left > .button-wrapper {
    position: absolute;
    left: 0;
    bottom: 2px;
}
.template-project .inner .content-wrapper .content-project-right {
    margin-top: 30px;
}
.template-project.gradient .page-title {
    margin: 50px 0 42px;
}
.template-project.gradient .page-title h3 {
    color: #4f7295;
    font-size: 25.5px;
}
.template-project .used-products-grid {
    margin-bottom: 64px;
}
.template-search .inner .content-wrapper {
    margin: 100px 0;
}
.template-search .inner .content-wrapper .content-search-right {
    margin-top: 50px;
}
.template-search .page-title {
    margin: 0 0 20px;
}
.template-search .search-params {
    margin: 20px 0 40px;
}
.template-search .search-params p {
    font-size: 18px;
    line-height: 24px;
}
.template-search .search-params p strong {
    color: #007ac3;
    font-weight: 700;
}
.template-search .search-results {
    margin: 10px 0 100px;
}
.template-search .search-result h4 {
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}
.template-search .search-result .badge {
    font-weight: normal;
    display: inline-block;
    background: #ccc;
    font-size: 0.7em;
    line-height: 1;
    padding: 3px 5px;
    position: relative;
    top: -2px;
    margin-left: 5px;
}
.template-search .search-result .badge::before {
    display: inline-block;
    content: "(";
}
.template-search .search-result .badge::after {
    display: inline-block;
    content: ")";
}
.template-search .search-result p {
    margin: 5px 0 0;
    font-size: 18px;
    line-height: 24px;
}
.template-search .search-result mark {
    font-weight: 700;
    background: none;
}
.template-search .search-result a {
    color: #007ac3;
}
.template-search .search-result a:hover {
    color: #4f7295;
}
.template-search .search-result + .search-result {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid #e9e9e9;
}
.template-search .search-categories {
    font-size: 0;
    line-height: 0;
}
.template-search .search-categories li {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.template-search .search-categories li a {
    color: #007ac3;
}
.template-search .search-categories li a:hover {
    color: #4f7295;
    text-decoration: underline;
}
.template-search .search-categories li a span {
    display: inline-block;
    margin-left: 10px;
    font-weight: 400;
}
.template-search .search-categories li + li {
    margin-top: 20px;
}
.template-catalogues .inner .form-bar {
    margin-top: 29px;
}
.template-catalogues .inner .form-bar + .tag-cloud {
    margin-top: -43px;
    margin-bottom: 50px;
}
.template-catalogues .inner .form-bar .filter form input[type="text"] {
    width: 100%;
}
.template-catalogues .inner .form-bar .filter form .dropdown-toggle {
    width: 100%;
}
.template-catalogues .catalogue-grid {
    margin-bottom: 55px;
}
.template-catalogues .pagination-wrapper {
    margin-bottom: 50px;
}
.template-seller-open .inner.has-sidebar {
    padding-top: 65px;
}
.template-seller-open .inner.has-sidebar .content .text {
    margin-right: 50px;
}
.template-seller-open .inner.has-sidebar .content .text h3 {
    margin-bottom: 12px;
    font-size: 26.3px;
    line-height: 33px;
}
.template-seller-open .product-gallery .button-wrapper {
    margin-top: 47px;
    text-align: center;
}
.template-seller-open .contact .info {
    margin-top: 7px;
}
.template-seller-open .contact .info .position {
    padding-bottom: 21px;
}
.template-seller-open .contact .info h4 {
    margin-bottom: 11px;
    font-size: 21.6px;
    line-height: 24px;
}
.template-seller-open .contact .info p {
    line-height: 20px;
}
.template-seller-open .contact .info p span {
    text-transform: uppercase;
}
.template-seller-open .product-more-info {
    min-height: 250px;
}
.template-seller-open .product-more-info .links .button-wrapper .button {
    padding: 25px 15px 20px;
    font-weight: 700;
    line-height: 16px;
}
.template-seller-open .product-more-info .links .button-wrapper .button img {
    display: inline-block;
    text-align: center;
    width: 72px;
    height: auto;
    margin: 0 15px 28px;
}
.template-about-us .gradient .page-title {
    margin: 56px 0 40px;
}
.template-about-us .gradient .page-title h3 {
    color: #4f7295;
}
.template-about-us .gradient .news-block {
    margin-top: 40px;
}
.template-products .inner .form-bar .filter form input[type="text"] {
    width: 100%;
}
.template-products .inner .form-bar .filter form .dropdown-toggle {
    width: 100%;
}
.template-products .inner .form-bar + .tag-cloud {
    margin-top: -43px;
}
.template-products-open .inner button.ico svg,
.template-products-open .inner button.ico img,
.template-products-open .inner .button.ico svg,
.template-products-open .inner .button.ico img {
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.template-products-open .contact .info {
    margin-top: 7px;
}
.template-products-open .contact .info .position {
    padding-bottom: 21px;
}
.template-products-open .contact .info h4 {
    margin-bottom: 11px;
    font-size: 21.6px;
    line-height: 24px;
}
.template-products-open .contact .info p {
    line-height: 20px;
}
.template-products-open .contact .info p span {
    text-transform: uppercase;
}
.template-projects .inner .form-bar .filter form input[type="text"] {
    width: 100%;
}
.template-projects .inner .form-bar .filter form .dropdown-toggle {
    width: 100%;
}
.template-systems .inner .form-bar .filter form input[type="text"] {
    width: 100%;
}
.template-systems .inner .form-bar .filter form .dropdown-toggle {
    width: 100%;
}
.template-seminars .inner.has-sidebar {
    display: none;
}
.template-seminars .inner.has-sidebar .content .form-wrapper {
    position: relative;
}
.template-seminars .inner.has-sidebar .content .form-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    bottom: -8px;
    display: block;
    width: 1px;
    background-color: #d8d8d8;
}
.template-seminars .inner .sidebar h4 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.template-seminars .inner .sidebar p {
    font-size: 15px;
    line-height: 27px;
}
@media (min-width: 480px) {
    header .nav-wrapper .nav-top .search input {
        width: 170px;
    }
}
@media (min-width: 576px) {
    .autocompleter {
        top: 101px;
    }
    .inner {
        padding: 0;
        width: 540px;
    }
    .inner.has-sidebar {
        padding: 40px 0 60px;
    }
    header .inner {
        padding: 22px 0;
        min-height: 100px;
    }
    header .mobile-toggle {
        width: 100px;
        height: 100px;
    }
    footer .inner aside > div figure + figure {
        margin-left: 20px;
        margin-top: 40px;
    }
    .categories:not(.no-cols) {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    .categories li a {
        margin-right: 15%;
    }
    .systems-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 55px 30px;
    }
    .systems-grid .system + .system {
        margin-top: 0;
    }
    .location-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px 27px;
    }
    .location-grid .location + .location {
        margin-top: 0;
    }
    .location .location-contacts {
        width: 535px;
    }
    .projects-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 55px 30px;
    }
    .projects-grid .project + .project {
        margin-top: 0;
    }
    .template-bim-files .inner {
        padding: 35px 0 50px;
    }
    .tabs .tab-header .tabs-selector li a {
        padding: 10px 35px 20px;
    }
    .tabs .tab-header .tabs-selector li a:hover {
        margin-bottom: 5px;
    }
    .tabs .tab-header .tabs-selector li a img {
        height: 30px;
    }
    .tabs .tab-header .tabs-selector li.active a {
        padding: 10px 35px 20px;
    }
    .tabs .tab-header .tabs-selector li.active a:hover {
        margin-bottom: 0;
    }
    .about-us .inner.stats figure img {
        max-height: 50px;
    }
    .about-us .inner.stats figure figcaption {
        font-size: 18px;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .inner {
        width: 720px;
    }
    header figure figcaption {
        display: inline-block;
        margin-left: 12px;
        color: #5ac1ff;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.2px;
        text-align: left;
        text-transform: uppercase;
    }
    footer .copyright.copyright-mobile {
        display: none;
    }
    footer .copyright.copyright-desktop {
        display: block;
    }
    footer .inner .logo {
        width: 12%;
    }
    footer .inner .contacts {
        width: 65%;
        border-right: 1px solid #4d80a6;
    }
    footer .inner .contacts .info {
        display: grid;
        grid-gap: 25px;
        grid-template-columns: repeat(2, 1fr);
    }
    footer .inner .contacts .info div + div {
        margin-top: 0;
    }
    footer .inner aside {
        clear: none;
        float: right;
        padding: 0;
        width: 23%;
        text-align: right;
    }
    footer .inner aside > div {
        margin-top: 30px;
    }
    footer .inner aside > div figure + figure {
        margin-left: 0;
        margin-top: 10px;
    }
    footer .inner aside > div figure img {
        max-width: auto;
    }
    .systems-slider-wrapper .systems-slider figure div {
        min-height: 125px;
    }
    .systems-slider-wrapper .systems-slider figure div img {
        height: auto;
    }
    .form-wrapper .form-row.form-row-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .form-wrapper .form-row.form-row-flex.form-row-spaced {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .form-wrapper .form-row.form-row-flex .col-f-1 {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }
    .form-wrapper .form-row.form-row-flex .col-f-15 {
        -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    }
    .form-wrapper .form-row.form-row-flex .col-f-85 {
        -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
        padding-left: 25px;
    }
    .form-wrapper .form-row .col {
        padding-left: 60px;
    }
    .form-wrapper .form-row .col.col-1-2 {
        float: left;
        width: 48%;
        padding-left: 0;
        padding-right: 28px;
    }
    .form-wrapper .form-row .col.col-1-2 + .col-1-2 {
        padding-right: 0;
        padding-left: 28px;
    }
    .form-wrapper .form-row .col.col-1-3 {
        float: left;
        width: 32%;
    }
    .form-wrapper .form-row .col.col-2-3 {
        float: right;
        margin-top: 0;
        width: 64%;
    }
    .form-wrapper .form-row .col + .col {
        margin-top: 0;
    }
    .form-wrapper .calculator-field label {
        font-size: 14px;
        line-height: 52px;
    }
    .form-wrapper .calculator-field input[type="text"] {
        font-size: 14px;
        line-height: 50px;
    }
    .products-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px 35px;
    }
    .products-grid .product + .product {
        margin-top: 0;
    }
    .used-products-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
    .product {
        padding: 20px 20px 20px 160px;
    }
    .product figure {
        position: absolute;
        left: 20px;
        top: 20px;
        display: block;
        margin-bottom: 0;
    }
    .numbered-product + .numbered-product {
        margin-top: 0;
    }
    .single-product .product-info,
    .single-product .contact-info,
    .product-more-info .product-info,
    .product-more-info .contact-info {
        padding-right: 190px;
    }
    .single-product .attachments,
    .single-product .links,
    .product-more-info .attachments,
    .product-more-info .links {
        position: absolute;
        right: 0;
        top: 0;
        width: 160px;
        margin-top: 0;
    }
    .product-gallery .thumbnails {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .news-item:before,
    .news-item:after {
        content: "";
        display: table;
    }
    .news-item:after {
        clear: both;
    }
    .news-item figure {
        float: left;
        width: 25%;
    }
    .news-item .info {
        float: right;
        width: 70%;
        padding: 0;
    }
    .news-item .info .date {
        display: none;
        font-size: 14px;
        line-height: 14px;
    }
    .news-item .info h4 {
        margin-top: 10px;
        font-size: 14px;
        line-height: 14px;
        font-weight: 700;
    }
    .news-item .info p {
        font-size: 14px;
        line-height: 22px;
    }
    .news-item .info .button-wrapper {
        display: block;
        margin-top: 10px;
    }
    .news-item .info .button-wrapper:before,
    .news-item .info .button-wrapper:after {
        content: "";
        display: table;
    }
    .news-item .info .button-wrapper:after {
        clear: both;
    }
    .news-item.featured {
        position: relative;
        max-height: 380px;
        overflow: hidden;
    }
    .news-item.featured figure {
        float: none;
        width: 100%;
        height: auto;
    }
    .news-item.featured figure img {
        display: block;
    }
    .news-item.featured .info {
        float: none;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 25px;
        width: 100%;
        background-color: rgba(25, 122, 195, 0.75);
    }
    .news-item.featured .info .date {
        color: #fff;
    }
    .news-item.featured .info h4 {
        font-size: 25px;
        line-height: 30px;
        font-weight: 500;
    }
    .news-item.featured .info h4 a {
        color: #fff;
    }
    .news-item.featured .info p {
        color: #fff;
    }
    .catalogue-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 35px 30px;
    }
    .catalogue-grid .catalogue + .catalogue {
        margin-top: 0;
    }
    .location-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .contact {
        padding: 30px 30px 30px 180px;
    }
    .contact figure {
        position: absolute;
        left: 30px;
        top: 30px;
        display: block;
        margin-bottom: 0;
        width: 120px;
        height: auto;
    }
    .bim-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
    .bim-grid .bim + .bim {
        margin: 0;
    }
    .clients {
        display: block;
    }
    .about-us .inner.stats figure {
        text-align: left;
    }
    .about-us .inner.stats figure:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    .about-us .inner.stats figure img {
        display: inline-block;
        vertical-align: middle;
    }
    .about-us .inner.stats figure figcaption {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        margin-left: 5px;
    }
    .about-us .content {
        float: left;
        width: 70%;
    }
    .about-us aside {
        display: block;
        float: right;
        width: 30%;
    }
    .our-projects .content article figcaption {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0;
        padding: 20px 30px;
        background-color: rgba(25, 122, 195, 0.75);
    }
    .our-projects .content article figcaption span.category {
        color: #fff;
    }
    .our-projects .content article figcaption span.title {
        color: #fff;
    }
    .our-projects .content article figcaption span.description {
        color: #fff;
    }
    .news .news-wrapper .news-item figure {
        float: left;
        width: 25%;
    }
    .news .news-wrapper .news-item .info {
        float: right;
        width: 70%;
    }
    .template-contacts .staff-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px 35px;
    }
    .template-contacts .contact-info + .contact-info {
        margin-top: 0;
    }
    .template-calculator .inner .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .template-calculator .inner .content-wrapper .content {
        -ms-flex-preferred-size: 64.5%;
        flex-basis: 64.5%;
    }
    .template-calculator .inner .content-wrapper .sidebar {
        -ms-flex-preferred-size: 33.5%;
        flex-basis: 33.5%;
        margin-bottom: 0;
    }
    .template-calculator .form-wrapper .button-wrapper .button,
    .template-calculator .form-wrapper .button-wrapper button {
        display: inline-block;
    }
    .template-calculator .form-wrapper .button-wrapper .button + .button,
    .template-calculator .form-wrapper .button-wrapper .button + button,
    .template-calculator .form-wrapper .button-wrapper button + .button,
    .template-calculator .form-wrapper .button-wrapper button + button {
        margin-top: 0;
        margin-left: 30px;
    }
    .template-system .staff-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px 35px;
    }
    .template-system .staff-grid .contact-info + .contact-info {
        margin-top: 0;
    }
    .template-catalogues .inner .form-bar .filter form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .template-catalogues .inner .form-bar .filter form input[type="text"] {
        width: 344px;
    }
    .template-catalogues .inner .form-bar .filter form .dropdown-toggle {
        width: 344px;
    }
    .template-products .inner .form-bar .filter form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .template-products .inner .form-bar .filter form input[type="text"] {
        width: 344px;
    }
    .template-products .inner .form-bar .filter form .dropdown-toggle {
        width: 344px;
    }
    .template-projects .inner .form-bar .filter form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .template-projects .inner .form-bar .filter form input[type="text"] {
        width: 344px;
    }
    .template-projects .inner .form-bar .filter form .dropdown-toggle {
        width: 344px;
    }
    .template-systems .inner .form-bar .filter form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .template-systems .inner .form-bar .filter form input[type="text"] {
        width: 344px;
    }
    .template-systems .inner .form-bar .filter form .dropdown-toggle {
        width: 344px;
    }
}
@media (min-width: 992px) {
    .hide-desktop {
        display: none !important;
    }
    .hide-mobile {
        display: inherit !important;
    }
    .inner {
        width: 960px;
    }
    .inner.has-sidebar .content {
        float: left;
        padding-right: 15px;
        width: 70%;
    }
    .inner.has-sidebar .sidebar {
        float: right;
        margin-top: 0;
        padding-left: 15px;
        width: 30%;
    }
    .inner .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .inner .content-wrapper .content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
    .inner .content-wrapper .sidebar {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
    .inner .content-wrapper .content-half {
        -ms-flex-preferred-size: 46.5%;
        flex-basis: 46.5%;
    }
    .popup .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .popup .popup-content {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
    .popup .popup-content p {
        font-size: 14px;
        line-height: 17px;
        text-align: left;
    }
    .popup .button-wrapper {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        margin-top: 0;
        text-align: right;
    }
    .form-bar .search-bar {
        float: left;
        width: 54%;
        margin-bottom: 0;
    }
    .form-bar .button-wrapper {
        float: right;
        width: auto;
    }
    .form-wrapper {
        padding-right: 38px;
    }
    .form-wrapper .calculator-field label {
        font-size: 16px;
        line-height: 56px;
    }
    .form-wrapper .calculator-field input[type="text"] {
        font-size: 16px;
        line-height: 54px;
    }
    .filter input[type="text"] {
        display: inline-block;
        width: auto;
    }
    + .filter input[type="text"],
    .filter input[type="text"] + .dropdown-toggle {
        margin-top: 0;
    }
    .filter .dropdown-toggle {
        display: inline-block;
        width: auto;
    }
    + .filter .dropdown-toggle,
    .filter .dropdown-toggle .input[type="text"] {
        margin-top: 0;
    }
    .filter .or {
        display: inline-block;
    }
    .filter .or + .input[type="text"],
    .filter .or + .dropdown-toggle {
        margin-top: 0;
    }
    .categories:not(.no-cols) {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
    .categories li a {
        margin-right: 30%;
    }
    .used-products-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .news-grid {
        margin: 65px 0 60px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px 30px;
    }
    .news-grid .news-item {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .catalogue-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .systems-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .location-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .location-grid .location:nth-child(4n) .location-contacts {
        left: auto;
        right: 0;
    }
    .projects-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .bim-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .tabs .tab-header h3 {
        margin-bottom: 0;
    }
    .seminar-wrapper .seminar-entry .seminar figure {
        float: left;
        width: 325px;
    }
    .seminar-wrapper .seminar-entry .seminar .info {
        float: left;
        width: 650px;
        padding: 5px 35px;
    }
    .seminar-wrapper .seminar-entry .seminar .button-wrapper {
        float: right;
        width: 190px;
    }
    .seminar-wrapper .seminar-entry .form-wrapper {
        padding-right: 58px;
    }
    .about-us .inner.stats figure img {
        max-height: 70px;
    }
    .about-us .inner.stats figure figcaption {
        font-size: 25px;
        line-height: 25px;
        margin-left: 15px;
    }
    .about-us .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .news .news-wrapper.as-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
    }
    .news .news-wrapper.as-grid .news-item + .news-item {
        margin-top: 0;
    }
    .news-list .row .col {
        float: left;
        padding-right: 15px;
        width: 50%;
    }
    .news-list .row .col + .col {
        margin: 0;
        padding-left: 15px;
    }
    .template-system .inner .content-wrapper .content-half {
        position: relative;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .template-system .inner .content-wrapper .content-half + .content-half {
        padding-top: 8px;
        -ms-flex-preferred-size: 46.5%;
        flex-basis: 46.5%;
    }
    .template-project .inner .content-wrapper .content-project-left {
        position: relative;
        -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
        padding-bottom: 60px;
    }
    .template-project .inner .content-wrapper .content-project-right {
        -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
        max-width: 792px;
        padding-top: 6px;
        margin-top: 0;
    }
    .template-search .inner .content-wrapper .content-search-left {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
    .template-search .inner .content-wrapper .content-search-right {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        margin-top: 0;
    }
}
@media (min-width: 1280px) {
    .autocompleter {
        top: 25px;
        right: auto;
    }
    .inner {
        width: 1200px;
    }
    nav.nav-main {
        display: block;
        margin-top: 16px;
        margin-right: 5px;
    }
    nav.nav-main ul li {
        display: inline-block;
        font-size: 16px;
        line-height: 16px;
    }
    nav.nav-main ul li + li {
        margin-left: 4px;
    }
    header .inner {
        padding: 21px 0 11px;
    }
    header figure {
        margin-top: 2px;
    }
    header .mobile-toggle {
        display: none;
    }
    header .nav-wrapper .nav-top .nav-col {
        float: right;
        display: block;
        padding: 3px 0;
    }
    header .nav-wrapper .nav-top .nav-col > a {
        font-size: 15px;
        line-height: 16px;
    }
    header .nav-wrapper .nav-top .search {
        position: relative;
        margin: 0 20px 0 0;
        padding: 0 19px 0 0;
        border-right: 1px solid #5ac1ff;
    }
    header .nav-wrapper .nav-top .search input {
        font-size: 16px;
        line-height: 16px;
    }
    header .nav-wrapper .nav-top .search button {
        width: 18px;
        height: 18px;
    }
    footer .inner .contacts .info {
        grid-template-columns: repeat(3, 1fr);
    }
    .form-wrapper .form-row .col.col-1-3 {
        width: 252px;
    }
    .form-wrapper .form-row .col.col-2-3 {
        width: 492px;
    }
    .form-wrapper .calculator-field label {
        font-size: 18px;
        line-height: 60px;
    }
    .form-wrapper .calculator-field input[type="text"] {
        font-size: 18px;
        line-height: 60px;
    }
    .calculator-status {
        height: 100%;
    }
    .calculator-status.calculator-success {
        position: relative;
    }
    .calculator-status.calculator-success p {
        position: absolute;
        bottom: 30px;
        left: 35px;
    }
    .catalogue-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .our-projects .content article {
        float: left;
        margin: 0;
        padding: 0 40px 0 0;
        width: 70%;
        border-right: 1px solid #d8d8d8;
    }
    .our-projects .content aside {
        display: block;
    }
    .news .content {
        float: left;
        width: 70%;
    }
    .news aside {
        display: block;
    }
    .news .news-wrapper {
        padding-right: 40px;
        border-right: 1px solid #fff;
    }
    .form-wrapper.contact-us-temp .content {
        float: left;
        width: 70%;
        padding-right: 40px;
        border-right: 1px solid #fff;
    }
    .form-wrapper.contact-us-temp aside {
        float: right;
        display: block;
        width: 30%;
    }
}
@media (max-width: 1279px) {
    nav.nav-main {
        position: absolute;
        z-index: 1000;
        left: 0;
        right: 0;
        top: 100px;
        padding-top: 55px;
        background-color: #006fb1;
    }
    nav.nav-main ul li {
        display: block;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }
    nav.nav-main ul li a {
        display: inline-block;
    }
    nav.nav-main ul li + li {
        margin-top: 26px;
    }
    nav.nav-main .mobile-secondary {
        display: block;
        margin-top: 35px;
    }
    nav.nav-main .mobile-secondary ul {
        font-size: 0;
        line-height: 0;
        text-align: center;
    }
    nav.nav-main .mobile-secondary ul li {
        display: inline-block;
        font-size: 25px;
        line-height: 25px;
    }
    nav.nav-main .mobile-secondary ul li a {
        color: #5ac1ff;
    }
    nav.nav-main .mobile-secondary ul li a:hover {
        color: #007ac3;
    }
    nav.nav-main .mobile-secondary ul li + li {
        margin-left: 17px;
    }
    nav.nav-main .mobile-language {
        display: block;
        margin-top: 50px;
        background-color: #007ac3;
    }
    nav.nav-main .mobile-language ul {
        font-size: 0;
        line-height: 0;
        text-align: center;
    }
    nav.nav-main .mobile-language ul li {
        display: inline-block;
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    nav.nav-main .mobile-language ul li a {
        color: #5ac1ff;
        padding: 30px;
    }
    nav.nav-main .mobile-language ul li a:hover {
        color: #007ac3;
    }
    nav.nav-main .mobile-language ul li.active a {
        color: #fff;
        background-color: #006fb1;
    }
    nav.nav-main .mobile-language ul li + li {
        margin-left: 17px;
    }
}
@media (max-width: 992px) {
    .template-seminars .inner.has-sidebar .content .form-wrapper::after {
        display: none;
    }
}
@media (max-width: 991px) {
}
@media (max-width: 768px) {
    .seminar-wrapper .seminar-entry .inner {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .news .news-wrapper .news-item .info {
        padding: 20px 0 0;
    }
}
@media (max-width: 575px) {
    nav.nav-main {
        top: 79px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .location-grid .location:nth-child(2n + 2) .location-contacts {
        left: auto;
        right: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .location-grid .location:nth-child(3n) .location-contacts {
        left: auto;
        right: 0;
    }
}
.teaser .teaser-slider {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.teaser .teaser-slider .inner {
    margin: 0 auto;
    padding: 10px 0 3px;
}
.teaser .teaser-slider .teaser-content {
    position: relative;
    background-color: rgba(0, 122, 195, 0.6);
}
.teaser .teaser-slider .teaser-content h3 {
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 5px;
}
.teaser .teaser-slider .teaser-content p {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
}
.teaser.teaser-narrow .teaser-slider .inner {
    padding-top: 10px;
}
.teaser.teaser-narrow .teaser-slider .teaser-content {
    bottom: 18px;
    left: 0;
}
.teaser.owl-theme {
    position: relative;
}
.teaser.owl-theme .owl-dots {
    display: none;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.teaser.owl-theme .owl-dots button span {
    width: 20px !important;
    height: 5px !important;
    background-color: #9e9e9e !important;
    border-radius: 0 !important;
}
.teaser.owl-theme .owl-dots button span:hover {
    background-color: #fff;
}
.teaser.owl-theme .owl-dots button.active span {
    background-color: #5b97c3 !important;
}
.teaser.owl-theme .owl-nav {
    position: absolute;
    top: 25% !important;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
    transform: translateY(-50%) translateX(-50%) !important;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 67px;
}
.teaser.owl-theme .owl-nav button,
.teaser.owl-theme .owl-nav button:hover {
    position: absolute;
    display: block;
    width: 35px;
    height: 67px;
    background: url("/assets/images/slider-arrow.png") no-repeat center center;
}
.teaser.owl-theme .owl-nav button span,
.teaser.owl-theme .owl-nav button:hover span {
    visibility: hidden;
}
.teaser.owl-theme .owl-nav button.owl-prev,
.teaser.owl-theme .owl-nav button:hover.owl-prev {
    left: 0;
}
.teaser.owl-theme .owl-nav button.owl-next,
.teaser.owl-theme .owl-nav button:hover.owl-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width: 576px) {
    .teaser .teaser-slider .teaser-content h3 {
        font-size: 36px;
        line-height: 36px;
    }
    .teaser .teaser-slider .teaser-content p {
        font-size: 14px;
        line-height: 17px;
    }
    .teaser.owl-theme .owl-nav {
        width: 540px;
    }
}
@media (min-width: 768px) {
    .teaser .teaser-slider .teaser-content h3 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .teaser .teaser-slider .teaser-content p {
        font-size: 16px;
        line-height: 21px;
    }
    .teaser.owl-theme .owl-nav {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .teaser .teaser-slider {
        height: 0;
        padding-bottom: 34.2%;
    }
    .teaser .teaser-slider .teaser-content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 65px;
    }
    .teaser .teaser-slider .teaser-content h3 {
        font-size: 60px;
        line-height: 60px;
    }
    .teaser .teaser-slider .teaser-content p {
        font-size: 18px;
        line-height: 24px;
    }
    .teaser.owl-theme .owl-dots {
        display: block;
        top: auto;
        bottom: 20px;
    }
    .teaser.owl-theme .owl-nav {
        top: 45% !important;
        width: 960px;
    }
}
@media (min-width: 1280px) {
    .teaser .teaser-slider .teaser-content h3 {
        font-size: 77px;
        line-height: 77px;
    }
    .teaser.owl-theme .owl-nav {
        width: 1200px;
    }
}
@media (max-width: 991px) {
    .teaser .teaser-slider {
        padding: 40% 0 0;
        width: 100%;
    }
    .teaser .teaser-slider .teaser-content {
        padding: 30px;
        background-color: #007ac3;
    }
}
.box-slider .owl-item {
    overflow: hidden;
}
header .inner figure > a {
    display: flex;
    align-items: center;
}
.mob {
	display: block !important;
}
.desktop {
	display: none !important;
}
@media (min-width: 991px) {
	.mob {
    	display: none !important;
	}
	.desktop {
    	display: block !important;
	}
}
@media (max-width: 991px) {
	.teaser-slider {
    	background-image: none !important;
    	padding: 0 !important;
	}
	.teaser-content {
    	padding: 0 !important;
	}
	.teaser-content .inner {
    	padding: 20px 30px !important;
	}
	.teaser-content .inner h3 {
    	font-size: 18px !important;
	}
	footer .inner .logo {
    	width: 100%;
	}
	footer .inner .logo {
    	padding-bottom: 35px;
	}
}