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,
video,
audio {
    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,
main,
copyright,
address {
    display: block
}

body {
    line-height: 1
}

ol,
ul,
nav,
li {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    width: 100%
}

html * {
    max-height: 1000000px
}

body {
    width: 100%;
    min-height: 100%;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    background: #f6f6f6;
    color: #000;
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-size-adjust: none;
    text-rendering: optimizelegibility;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

table {
    margin-bottom: 26px
}

table th {
    font-weight: 600
}

table th,
table td {
    padding: 10px 14px;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #dfdfdf;
    vertical-align: top
}

table:last-child {
    margin-bottom: 0
}

body.no-scroll {
    overflow: hidden
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none !important;
    cursor: pointer
}

a:hover,
a:active,
a:focus {
    text-decoration: none
}

p:not(:last-child) {
    margin-bottom: 26px
}

ol {
    padding-left: 17px
}

ol li {
    list-style: decimal
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

input,
button,
textarea,
select {
    outline: none !important
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0
}

.f_left {
    float: left
}

.f_right {
    float: right
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

strong,
b {
    font-weight: 700
}

h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
    font-weight: 500
}

h6 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
    font-weight: 400;
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.center-text {
    text-align: center
}

.pt-60 {
    padding-top: 60px
}

.pt-50 {
    padding-top: 50px
}

.pb-40 {
    padding-bottom: 40px
}

header {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    background: #f6f6f6
}

header .header-top {
    border-bottom: 1px solid #dfdfdf;
    padding: 13px 0
}

header .logo {
    display: block;
    float: left
}

header .logo img {
    display: block;
    height: 55px
}

header .top-actions {
    float: right;
    padding: 12px 0
}

header .top-actions .bank-online,
header .top-actions .lang {
    position: relative;
    display: block;
    float: left;
    padding: 0 5px;
    margin: 0 10px;
    color: #214696;
    font-size: 13px;
    line-height: 31px;
    font-weight: 400;
    cursor: pointer
}

header .top-actions .bank-online svg,
header .top-actions .lang svg {
    display: inline-block;
    fill: #214696;
    margin-right: 10px;
    margin-top: 5px;
    vertical-align: top;
    overflow: visible;
    stroke-width: 0px
}

header .top-actions .lang:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #214696;
    -webkit-transition: width 0.4s ease;
    -moz-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease
}

header .top-actions .lang:hover:before {
    width: 100%
}

header .top-actions .bank-online .bank-online-button {
    display: block;
    position: relative;
    z-index: 2
}

header .top-actions .bank-online ul {
    position: absolute;
    top: -16px;
    left: -20px;
    z-index: 1;
    width: 240px;
    background: #fff;
    padding: 50px 30px 20px 30px;
    border: 1px solid #dfdfdf;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s
}

header .top-actions .bank-online ul li {
    display: block;
    position: relative;
    padding-left: 20px
}

header .top-actions .bank-online ul li a {
    display: block;
    padding: 5px 0;
    font-size: 13px;
    line-height: 22px;
    color: #000;
    white-space: nowrap
}

header .top-actions .bank-online ul li a:hover {
    color: #214696
}

header .top-actions .bank-online ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 0px;
    height: 3px;
    width: 3px;
    background: #214696
}

header .top-actions .bank-online:hover ul {
    opacity: 1;
    visibility: visible
}

header .nav-toggle {
    display: none;
    height: 31px;
    width: 32px;
    float: left;
    margin-right: -5px;
    cursor: pointer;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

header .nav-toggle span {
    display: block;
    overflow: hidden;
    width: 32px;
    height: 31px;
    padding: 3px 5px 2px 5px;
    margin: 0px auto
}

header .nav-toggle span i {
    margin: 5px auto;
    width: 22px;
    height: 2px;
    background: #214696;
    display: block;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s
}

header .nav-toggle.to-close span .rotate-left-i {
    -webkit-transform: scale(1) rotate(-45deg) translate(-4.9px, 4.9px) skew(0deg, 0deg);
    -moz-transform: scale(1) rotate(-45deg) translate(-4.9px, 4.9px) skew(0deg, 0deg);
    -o-transform: scale(1) rotate(-45deg) translate(-4.9px, 4.9px) skew(0deg, 0deg);
    transform: scale(1) rotate(-45deg) translate(-4.9px, 4.9px) skew(0deg, 0deg)
}

header .nav-toggle.to-close span .rotate-right-i {
    -webkit-transform: scale(1) rotate(45deg) translate(-4.9px, -4.9px) skew(0deg, 0deg);
    -moz-transform: scale(1) rotate(45deg) translate(-4.9px, -4.9px) skew(0deg, 0deg);
    -o-transform: scale(1) rotate(45deg) translate(-4.9px, -4.9px) skew(0deg, 0deg);
    transform: scale(1) rotate(45deg) translate(-4.9px, -4.9px) skew(0deg, 0deg)
}

header .nav-toggle.to-close span .hider-i {
    -webkit-transform: scale(1) translate(32px, 0) skew(0deg, 0deg);
    -moz-transform: scale(1) translate(32px, 0) skew(0deg, 0deg);
    -o-transform: scale(1) translate(32px, 0) skew(0deg, 0deg);
    transform: scale(1) translate(32px, 0) skew(0deg, 0deg);
    opacity: 0
}

header .search-wrap {
    float: left;
    position: relative;
    margin: 0 15px;
    min-width: 31px
}

header .search-wrap button {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 31px;
    height: 31px;
    padding: 0;
    margin: 0;
    border: none;
    background: #ededed;
    text-align: center;
    line-height: 31px;
    font-size: 0;
    box-shadow: none;
    border-radius: 0px;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s
}

header .search-wrap button svg {
    display: inline-block;
    fill: #646464;
    margin-top: 8px;
    vertical-align: top;
    overflow: visible;
    stroke-width: 0px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s
}

header .search-wrap button:hover {
    background: #214696
}

header .search-wrap button:hover svg {
    fill: #fff
}

header .search-wrap input[type="search"] {
    display: block;
    width: 230px;
    height: 31px;
    padding: 8px 40px 9px 15px;
    margin: 0;
    border: none;
    border-radius: 0px;
    color: #214696;
    background: #ededed;
    box-shadow: none;
    font-size: 13px;
    line-height: 14px;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 500;
    -webkit-appearance: none;
    outline: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s, width 0.3s, padding 0.3s;
    -moz-transition: opacity 0.3s, width 0.3s, padding 0.3s;
    -o-transition: opacity 0.3s, width 0.3s, padding 0.3s;
    transition: opacity 0.3s, width 0.3s, padding 0.3s
}

header .search-wrap input[type="search"]::-webkit-input-placeholder {
    color: #646464;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 500;
    line-height: 14px
}

header .search-wrap input[type="search"]:-moz-placeholder {
    color: #646464;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 500;
    line-height: 14px
}

header .search-wrap input[type="search"]:-ms-input-placeholder {
    color: #646464;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 500;
    line-height: 14px
}

header .search-wrap input[type="search"]::placeholder {
    color: #646464;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 500;
    line-height: 14px
}

header .search-wrap button.disabled+input {
    width: 0px;
    padding-left: 0;
    padding-right: 0;
    opacity: 0
}

header .nav-wrap {
    border-bottom: 1px solid #dfdfdf;
    background: #fff
}

header .nav-wrap.before-loaded {
    overflow: hidden
}

header .nav-wrap .nav-button {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 0.25px;
    color: #000;
    text-transform: uppercase
}

header .nav-wrap .nav-button:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background: #214696;
    -webkit-transition: width 0.4s ease;
    -moz-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease
}

header .nav-wrap .nav-button i {
    font-size: 10px;
    line-height: 54px;
    margin-left: 10px;
    vertical-align: top
}

header .nav-wrap .mobile-banking {
    display: none
}

header .nav-wrap nav {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

header .nav-wrap nav>li {
    display: inline-block;
    vertical-align: top;
    list-style: none
}

header .nav-wrap nav>li:hover .nav-button:before,
header .nav-wrap nav>li.opened .nav-button:before {
    width: 100%
}

header .nav-wrap nav>li.opened .nav-button i.fas:before {
    content: "\f077"
}

header .nav-wrap nav>li .nav-button.current:before {
    width: 100%
}

header .nav-wrap .nav-item {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 1px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 550px;
    overflow: hidden
}

header .nav-wrap .nav-item .nav-back {
    display: none
}

header .nav-wrap .nav-item .first-level,
header .nav-wrap .nav-item .nav-item-image,
header .nav-wrap .nav-item .nav-item-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33.333%;
    height: 550px;
    overflow: auto
}

header .nav-wrap .nav-item-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

header .nav-wrap .nav-item-description {
    padding: 40px 45px;
    font-size: 13px;
    line-height: 24px;
    color: #646464;
    letter-spacing: 0.5px
}

header .nav-wrap .nav-item-description h6 {
    color: #000;
    letter-spacing: 0.25px
}

header .nav-wrap .nav-item-description p:not(:last-child),
header .nav-wrap .nav-item-description ul:not(:last-child),
header .nav-wrap .nav-item-description ol:not(:last-child) {
    margin-bottom: 24px
}

header .nav-wrap .nav-item-description ul li {
    display: block;
    position: relative;
    padding-left: 20px
}

header .nav-wrap .nav-item-description ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 0px;
    height: 3px;
    width: 3px;
    background: #214696
}

header .nav-wrap .first-level>li:first-child {
    margin-top: 0px
}

header .nav-wrap .second-level>li:first-child {
    margin-top: 0px
}

header .nav-wrap .third-level>li:first-child {
    margin-top: 13px
}

header .nav-wrap .first-level>li {
    padding: 0 20px 0 20px;
    margin-top: -1px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden
}

header .nav-wrap .first-level>li>a {
    display: block;
    position: relative;
    padding: 11px 10px 11px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden
}

header .nav-wrap .first-level>li>a i {
    position: absolute;
    display: block;
    right: 0;
    top: 11px;
    font-size: 10px;
    line-height: 22px
}

header .nav-wrap .first-level>li:last-child>a {
    border-bottom: none
}

header .nav-wrap .first-level>li:first-child>a {
    border-top: 1px solid transparent
}

header .nav-wrap .first-level>li:hover {
    background: #214696;
    z-index: 2
}

header .nav-wrap .first-level>li:hover>a {
    color: #fff;
    border-bottom-color: transparent;
    border-top-color: transparent
}

header .nav-wrap .first-level>li:hover>a+.second-level-wrap {
    opacity: 1;
    visibility: visible
}

header .nav-wrap .second-level-wrap {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 33.333%;
    width: 66.666%;
    opacity: 0;
    visibility: hidden
}

header .nav-wrap .second-level-wrap .second-level {
    height: 100%;
    width: 50%;
    background: #f6f6f6;
    overflow: auto
}

header .nav-wrap .second-level-wrap .second-level>li {
    padding: 0 20px 0 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

header .nav-wrap .second-level-wrap .second-level>li>a {
    display: block;
    position: relative;
    padding: 12px 10px 12px 0px;
    color: #000;
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

header .nav-wrap .second-level-wrap .second-level>li>a i {
    position: absolute;
    display: block;
    right: 0;
    top: 12px;
    font-size: 9px;
    line-height: 21px
}

header .nav-wrap .second-level-wrap .second-level>li:hover {
    background: #214696
}

header .nav-wrap .second-level-wrap .second-level>li:hover>a {
    color: #fff
}

header .nav-wrap .second-level-wrap .second-level>li:hover>a+.third-level-wrap {
    opacity: 1;
    visibility: visible
}

header .nav-wrap .third-level-wrap {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
    opacity: 0;
    visibility: hidden
}

header .nav-wrap .third-level-wrap .third-level {
    height: 100%;
    padding: 0px 30px 0px 25px;
    background: #fff;
    overflow: auto
}

header .nav-wrap .third-level-wrap .third-level li {
    display: block;
    position: relative;
    padding-left: 20px
}

header .nav-wrap .third-level-wrap .third-level li a {
    display: block;
    padding: 5px 0;
    font-size: 13px;
    line-height: 24px;
    color: #000
}

header .nav-wrap .third-level-wrap .third-level li a:hover {
    color: #214696
}

header .nav-wrap .third-level-wrap .third-level li:before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 0px;
    height: 3px;
    width: 3px;
    background: #214696
}

.flexslider-wrap {
    position: relative;
    border-bottom: 1px solid #dfdfdf
}

.flexslider-control-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    height: 100px;
    z-index: 2
}

.flexslider-control-wrap .flexslider-controls {
    float: left;
    margin-left: 69px;
    margin-right: 30px;
    width: 120px;
    min-height: 1px
}

.flexslider-control-wrap .flexslider-controls ol {
    display: table;
    width: 120px;
    padding: 0;
    font-size: 0
}

.flexslider-control-wrap .flexslider-controls ol li {
    display: table-cell;
    table-layout: fixed;
    list-style: none;
    border: 1px solid transparent;
    padding: 1px 0;
    height: 6px;
    vertical-align: bottom;
    cursor: pointer
}

.flexslider-control-wrap .flexslider-controls ol li span {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.flexslider-control-wrap .flexslider-controls ol li:hover span {
    height: 2px
}

.flexslider-control-wrap .flexslider-controls ol li.flex-active span {
    height: 2px;
    opacity: 1
}

.flexslider-control-wrap .custom-navigation {
    float: left
}

.flexslider-control-wrap .custom-navigation a {
    display: block;
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    font-size: 0;
    line-height: 100px;
    text-align: center
}

.flexslider-control-wrap .custom-navigation a+a {
    border-left: 1px solid transparent;
    width: 101px
}

.flexslider-control-wrap .custom-navigation a:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1)
}

.flexslider-control-wrap .custom-navigation a span {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.flexslider-control-wrap .custom-navigation a span:before,
.flexslider-control-wrap .custom-navigation a span:after {
    content: "";
    position: absolute;
    display: block;
    background: #fff
}

.flexslider-control-wrap .custom-navigation a span:before {
    height: 2px;
    width: 100%
}

.flexslider-control-wrap .custom-navigation a span:after {
    height: 100%;
    width: 2px
}

.flexslider-control-wrap .custom-navigation a.flex-prev {
    padding-left: 7px
}

.flexslider-control-wrap .custom-navigation a.flex-prev span:before {
    bottom: 0
}

.flexslider-control-wrap .custom-navigation a.flex-prev span:after {
    left: 0
}

.flexslider-control-wrap .custom-navigation a.flex-next {
    padding-right: 7px
}

.flexslider-control-wrap .custom-navigation a.flex-next span:before {
    top: 0
}

.flexslider-control-wrap .custom-navigation a.flex-next span:after {
    right: 0
}

.flexslider-control-wrap .custom-navigation a:hover span {
    -webkit-transform: rotate(45deg) scale(1.2);
    -moz-transform: rotate(45deg) scale(1.2);
    -o-transform: rotate(45deg) scale(1.2);
    transform: rotate(45deg) scale(1.2)
}

.flexslider-control-wrap .custom-navigation a.flex-disabled {
    opacity: 0;
    visibility: hidden
}

.flexslider {
    min-height: 360px
}

.flexslider .slides,
.flexslider .container {
    position: relative;
    height: 100%
}

.flexslider .slides li.item {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-top: 90px;
    padding-bottom: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.flexslider .text-wrap {
    display: table;
    max-width: 100%;
    position: relative;
    height: 100%
}

.flexslider .text-wrap:before {
    content: "";
    display: block;
    position: absolute;
    width: 1444px;
    height: 1450px;
    top: 50%;
    left: 50%;
    margin-top: -695px;
    margin-left: -650px;
    background-image: url("../img/shadow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto
}

.flexslider .text-wrap .text {
    position: relative;
    display: table-cell;
    height: 100%;
    padding: 0 70px 70px 70px;
    vertical-align: middle
}

.flexslider .text-wrap .text-inner {
    position: relative;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: 0.8px;
    opacity: 0.5;
    -webkit-transform: translate(-70px, 0);
    -moz-transform: translate(-70px, 0);
    -o-transform: translate(-70px, 0);
    transform: translate(-70px, 0);
    -webkit-transition: transform 0.5s linear, opacity 0.5s linear;
    -moz-transition: transform 0.5s linear, opacity 0.5s linear;
    -o-transition: transform 0.5s linear, opacity 0.5s linear;
    transition: transform 0.5s linear, opacity 0.5s linear
}

.flexslider .text-wrap .text-inner strong {
    display: block;
    font-size: 50px;
    line-height: 65px
}

.flexslider .text-wrap .text-inner ul {
    font-size: 24px;
    line-height: 45px
}

.flexslider .text-wrap .text-inner ul li {
    display: block;
    position: relative;
    padding-left: 35px
}

.flexslider .text-wrap .text-inner ul li:before {
    content: "+";
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.flexslider .text-wrap .text-inner strong+ul {
    margin-top: 8px
}

.flexslider .text-wrap .colored-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 390px
}

.flexslider .flex-active-slide .text-wrap .text-inner {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.button-default {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    padding: 0 19px;
    border: 1px solid #214696;
    background: #fff;
    color: #214696;
    box-shadow: none;
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    -webkit-appearance: none;
    cursor: pointer
}

.button-default span {
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 20px;
    -webkit-backface-visibility: hidden
}

.button-default.submit {
    height: 60px;
    padding: 0 25px;
    font-size: 13px;
    line-height: 58px
}

.button-default i:not(.fas):not(.far) {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 14px;
    margin-left: 3px;
    vertical-align: top;
    -webkit-transform: rotate(45deg) scale(0.8, 0.8);
    -moz-transform: rotate(45deg) scale(0.8, 0.8);
    -o-transform: rotate(45deg) scale(0.8, 0.8);
    transform: rotate(45deg) scale(0.8, 0.8);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden
}

.button-default i:not(.fas):not(.far):before,
.button-default i:not(.fas):not(.far):after {
    content: "";
    position: absolute;
    display: block;
    background: #fff
}

.button-default i:not(.fas):not(.far):before {
    top: 0;
    height: 2px;
    width: 100%
}

.button-default i:not(.fas):not(.far):after {
    right: 0;
    height: 100%;
    width: 2px
}

.button-default i.download-ic {
    margin-top: 17px;
    margin-right: 12px;
    font-size: 20px;
    line-height: 24px;
    vertical-align: top
}

.button-default svg {
    margin-left: 6px;
    fill: #fff;
    vertical-align: top
}

.button-default .eye-icon {
    margin-top: 13px
}

.button-blue {
    background: #214696;
    color: #fff;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out
}

.button-blue:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.button-blue.center-hover:before {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.button-blue:hover {
    color: #fff
}

.button-blue:hover:before {
    -webkit-transform: scale(1.05, 1);
    -moz-transform: scale(1.05, 1);
    -o-transform: scale(1.05, 1);
    transform: scale(1.05, 1)
}

.markets {
    padding: 9px 0;
    border-bottom: 1px solid #dfdfdf;
    background: #fff
}

.markets-carousel {
    padding-right: 91px;
    height: 40px
}

.markets-carousel .item {
    display: block;
    white-space: nowrap;
    font-size: 0;
    color: #646464
}

.markets-carousel .item span {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    vertical-align: top
}

.markets-carousel .item span+span {
    margin-left: 5px
}

.markets-carousel .item span.market-label {
    color: #000;
    font-weight: 500;
    text-transform: uppercase
}

.markets-carousel .item span.value:after {
    display: inline-block;
    content: "-";
    margin-left: 5px;
    font-size: 15px;
    line-height: 38px;
    vertical-align: top
}

.markets-carousel .item.positive span.value {
    color: #dc4646
}

.markets-carousel .item.positive span.value:after {
    display: inline-block;
    content: "\f077";
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    line-height: 40px;
    vertical-align: top
}

.markets-carousel .item.negative span.value {
    color: #35b568
}

.markets-carousel .item.negative span.value:after {
    display: inline-block;
    content: "\f078";
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    line-height: 40px;
    vertical-align: top
}

.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.carousel-with-title.owl-theme .owl-nav [class*='owl-'] {
    top: 165px
}

.carousel-without-title.owl-theme .owl-nav [class*='owl-'] {
    top: 115px
}

.owl-carousel .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.carousel-with-title .cat-item {
    margin-top: 50px
}

.cat-item {
    position: relative;
    display: block;
    height: 100%;
    margin-bottom: 23px;
    background: #fff
}

.cat-item .image-holder {
    height: 230px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out
}

.cat-item .cat-image {
    overflow: hidden
}

.cat-item .cat-title {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 50px;
    padding: 0 10px;
    color: #646464;
    line-height: 20px;
    margin: 0
}

.cat-item .cat-title svg {
    display: inline-block;
    fill: #646464;
    margin-right: 8px;
    vertical-align: text-bottom;
    overflow: visible;
    stroke-width: 0px
}

.cat-item .cat-title span {
    color: #214696;
    margin-right: 8px
}

.cat-item .cat-text {
    padding: 28px 36px 36px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #000
}

.cat-item .button-default {
    position: absolute;
    bottom: -23px;
    right: 20px
}

.cat-item:hover .cat-title {
    color: #214696
}

.cat-item:hover .cat-title svg {
    fill: #000
}

.cat-item:hover .cat-title span {
    color: #000
}

.cat-item:hover .image-holder {
    -webkit-transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06)
}

.cat-item.mb-0 {
    margin-bottom: 10px
}

.cat-item.mb-0 .cat-text {
    padding-bottom: 28px
}

.chat-call {
    display: block;
    overflow: hidden;
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: 20px;
    height: 70px;
    width: 70px;
    line-height: 67px;
    font-size: 0;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: #214696;
    border: 1px solid #214696;
    -webkit-appearance: none;
    cursor: pointer
}

.chat-call:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.chat-call svg {
    position: relative;
    fill: #fff;
    vertical-align: middle
}

.chat-call:hover:before {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

footer {
    background: #ededed
}

footer .partners {
    padding: 45px;
    background: #f8f8f8
}

footer .partners .partners-title {
    display: block;
    float: left;
    color: #646464;
    width: 175px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 400
}

footer .partners .partners-title img {
    max-height: 61px
}

footer .partners .partners-title+.partner {
    margin-left: 25px
}

footer .partners .partner {
    display: block;
    float: left;
    opacity: 0.5
}

footer .partners .partner img {
    display: block;
    height: 61px
}

footer .partners .partner+.partner {
    margin-left: 26px
}

footer .partners .partner:hover {
    opacity: 1
}

footer .partners .right-partners {
    float: right
}

footer .partners .right-partners .partner+.partner {
    margin-left: 36px
}

footer .partners .carousel-partners {
    display: none
}

footer .footer-bottom {
    padding: 40px 0;
    color: #646464
}

footer copyright,
footer .developers {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.5px
}

footer copyright a,
footer .developers a {
    color: #646464;
    text-decoration: underline
}

footer copyright a:hover,
footer .developers a:hover {
    color: #214696;
    text-decoration: underline
}

footer .social {
    position: absolute;
    display: block;
    top: 0;
    left: 15px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: #ccc;
    font-size: 18px
}

footer .social:hover {
    background: #214696
}

footer .hot-line {
    padding-left: 120px
}

footer .hot-line .hot-text {
    float: left;
    font-size: 11px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.5px
}

footer .hot-line .hot-text .title {
    font-size: 16px;
    font-weight: 300
}

footer .hot-line a {
    float: right;
    display: block;
    font-size: 24px;
    line-height: 42px;
    font-weight: 300;
    color: #646464;
    letter-spacing: 0.5px
}

footer .hot-line a:hover {
    color: #214696
}

.tags-list {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px
}

.tags-list .tag {
    display: inline-block;
    margin: 10px 5px 0 5px;
    padding: 0 14px;
    background: #f8f8f8;
    color: #000;
    font-size: 13px;
    line-height: 25px;
    vertical-align: top
}

.tags-list a.tag {
    cursor: pointer
}

.tags-list a.tag:hover {
    background: #214696;
    color: #fff
}

.site-map-container {
    margin: 0 -15px 16px -15px
}

.site-map-col {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px
}

.site-map-col h6 a {
    color: #000
}

.site-map-col h6 a:hover {
    color: #214696
}

.site-map-col h6 i {
    display: none
}

.site-map-col .site-map-item {
    padding-bottom: 8px
}

.site-map-col ul {
    padding-bottom: 6px
}

.site-map-col ul li {
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 12px
}

.site-map-col ul li a {
    display: block;
    position: relative;
    padding-left: 20px;
    letter-spacing: 0.25px;
    color: #646464;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s
}

.site-map-col ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    height: 3px;
    width: 3px;
    background: #214696
}

.site-map-col ul li a:hover {
    color: #214696;
    text-decoration: underline
}

.sub-page {
    padding-top: 30px;
    padding-bottom: 70px
}

.sub-page h2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 26px;
    font-weight: 600;
    letter-spacing: 0.25px
}

.sub-page h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 18px;
    font-weight: 600;
    letter-spacing: 0.25px
}

.sub-page h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
    font-weight: 600;
    letter-spacing: 0.25px
}

.sub-page .text-block:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0
}

.sub-page .text-block a:not(.button-default) {
    color: #214696;
    text-decoration: underline
}

.sub-page .text-block a:not(.button-default):hover {
    text-decoration: none
}

.sub-page .text-block ul:not(:last-child),
.sub-page .text-block ol:not(:last-child) {
    margin-bottom: 26px
}

.sub-page .text-block ul:not(:last-child) li+li,
.sub-page .text-block ol:not(:last-child) li+li {
    margin-top: 16px
}

.sub-page .text-block ul:not(:last-child) ul li,
.sub-page .text-block ul:not(:last-child) ol li,
.sub-page .text-block ol:not(:last-child) ul li,
.sub-page .text-block ol:not(:last-child) ol li {
    margin-top: 10px
}

.sub-page .text-block ul:not(.pagination)>li {
    display: block;
    position: relative;
    margin-top: 16px;
    padding-left: 44px
}

.sub-page .text-block ul:not(.pagination)>li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 20px;
    height: 2px;
    background: #214696;
    opacity: 0.7
}

.sub-page .text-block ul:not(.pagination)>li.star-icon:before {
    content: "*";
    display: inline-block;
    top: 2px;
    width: auto;
    height: auto;
    font-weight: 700;
    font-size: 54px;
    line-height: 40px;
    color: #214696;
    vertical-align: top;
    background: transparent;
    opacity: 1
}

.sub-page .text-block ol>li {
    list-style: decimal;
    padding-left: 0
}

.sub-page .text-block img {
    display: inline-block;
    max-width: 100%;
    margin: 5px 0px 30px 0
}

.sub-page .text-block p img {
    margin: 0;
    vertical-align: text-top
}

.member-item {
    display: block;
    text-align: center
}

.member-item .member-image {
    overflow: hidden
}

.member-item .image-holder {
    height: 342px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out
}

.member-item h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0.25px
}

.member-item h6 span {
    display: block;
    text-transform: uppercase
}

.member-item .position {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 24px;
    color: #646464;
    font-weight: 400;
    letter-spacing: 0.25px
}

.member-item .button-default {
    margin-top: 10px;
    vertical-align: top
}

.member-item:hover .image-holder {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.head-master {
    padding-top: 45px
}

.head-master h3 {
    margin-bottom: 35px
}

.members-list {
    padding-top: 50px
}

.members-list .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.members-list .row:before,
.members-list .row:after {
    content: normal
}

.members-list .row>[class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.members-list .row>[class*='col-'] .member-item {
    height: 100%
}

.members-list h3 {
    margin-bottom: 0
}

.members-list .member-item {
    margin-top: 35px;
    margin-bottom: 20px
}

.quotes {
    position: relative;
    margin-top: 45px;
    padding-top: 15px;
    padding-left: 35px;
    color: #646464;
    font-style: italic;
    font-weight: 400
}

.quotes svg {
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    fill: #000
}

.quotes p+.signature {
    margin-top: -10px
}

.quotes .signature {
    line-height: 24px;
    color: #000;
    font-weight: 300;
    text-align: right
}

.quotes .signature b {
    display: block;
    font-weight: 700
}

.your-attention {
    padding-top: 40px
}

.your-attention h3 {
    margin-bottom: 40px
}

.your-attention .attention-item {
    display: block;
    float: left;
    width: 25%;
    padding: 72px 15px 15px 15px;
    height: 244px;
    background: #fff;
    color: #214696;
    border-left: 1px solid #ededed;
    text-align: center
}

.your-attention .attention-item:first-child {
    border-left: none
}

.your-attention .attention-item .icon-wrap {
    height: 53px;
    line-height: 53px
}

.your-attention .attention-item svg {
    vertical-align: bottom
}

.your-attention .attention-item h6 {
    margin-top: 22px;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 0.25px
}

.members-wrap+.container .your-attention {
    padding-top: 30px
}

.direction-banners {
    padding-top: 12px;
    margin-left: -1px;
    margin-right: -1px
}

.direction-item {
    display: block;
    position: relative;
    float: left;
    width: 33.33333%;
    padding: 58px 48px 20px 48px;
    height: 270px;
    border: 1px solid #f6f6f6;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.direction-item.wide-item {
    width: 50%
}

.direction-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(19, 51, 120, 0.4);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.direction-item .direction-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -webkit-transition: transform 0.7s ease-in-out;
    -moz-transition: transform 0.7s ease-in-out;
    -o-transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out
}

.direction-item .direction-cat,
.direction-item .direction-text {
    position: relative;
    z-index: 3;
    color: #fff
}

.direction-item .direction-cat {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase
}

.direction-item .direction-cat svg {
    margin-right: 10px;
    fill: #fff;
    vertical-align: top
}

.direction-item .direction-text {
    line-height: 36px
}

.direction-item:hover:before {
    background: rgba(19, 51, 120, 0.6)
}

.direction-item:hover .direction-image {
    -webkit-transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06)
}

.additional-info {
    position: relative;
    padding: 38px 50px 30px 50px;
    margin-top: 50px;
    margin-bottom: 10px;
    background: #fbfbfb
}

.additional-info h4 {
    margin-bottom: 24px
}

.additional-info .button-default {
    position: absolute;
    bottom: -23px;
    right: 50px
}

.media-carousel-wrap {
    padding-top: 50px
}

.media-carousel-wrap h3 {
    margin-bottom: 35px
}

.categories h3,
.product-info-table h3 {
    margin-bottom: 35px
}

.news-row {
    margin-top: -25px
}

.news-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-row:before,
.news-row:after {
    content: normal
}

.news-row>[class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-row .news-item {
    margin-top: 36px
}

.news-item {
    position: relative;
    display: block;
    height: 100%;
    margin-bottom: 23px;
    margin-top: 46px;
    background: #fff
}

.news-item .new-title {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 46px;
    padding: 0 10px;
    color: #646464;
    line-height: 20px;
    margin: 0
}

.news-item .new-title svg {
    display: inline-block;
    fill: #646464;
    margin-right: 8px;
    vertical-align: text-bottom;
    overflow: visible;
    stroke-width: 0px
}

.news-item .new-text {
    padding: 36px 36px 50px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #000
}

.news-item .date {
    font-size: 12px;
    line-height: 15px;
    color: #7a7a7a;
    margin-bottom: 20px
}

.news-item .date svg {
    display: inline-block;
    fill: #7a7a7a;
    margin-right: 6px;
    vertical-align: top;
    overflow: visible;
    stroke-width: 0px
}

.news-item .button-default {
    position: absolute;
    bottom: -23px;
    right: 20px
}

.news-item:hover .new-title,
.news-item:hover .date {
    color: #214696
}

.news-item:hover .new-title svg,
.news-item:hover .date svg {
    fill: #000
}

.news-item:hover .new-title span,
.news-item:hover .date span {
    color: #000
}

.history-item {
    position: relative;
    display: block;
    height: 100%;
    margin-bottom: 23px;
    margin-top: 22px;
    background: #fff
}

.history-item .history-text {
    padding: 36px 36px 50px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #000
}

.history-item .author {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px
}

.history-item .position {
    font-size: 14px;
    line-height: 25px;
    font-style: italic
}

.history-item .button-default {
    position: absolute;
    bottom: -23px;
    right: 20px
}

.history-item .quotes-icon {
    display: block;
    position: absolute;
    top: -22px;
    left: 36px;
    z-index: 5;
    fill: #dbdbdb;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.history-item:hover .quotes-icon {
    fill: #214696
}

.video-wrap iframe {
    display: block;
    width: 100%
}

.video-item {
    position: relative;
    display: block;
    height: 100%;
    background: #fff
}

.video-item .video-info {
    padding: 24px 36px 26px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #000
}

.video-item .time {
    font-size: 12px;
    line-height: 15px;
    color: #7a7a7a
}

.video-item .time svg {
    display: inline-block;
    fill: #7a7a7a;
    margin-right: 6px;
    vertical-align: top;
    overflow: visible;
    stroke-width: 0px
}

.video-item .name+.time {
    margin-top: 14px
}

.video-item .button-default {
    position: absolute;
    bottom: -23px;
    right: 20px
}

.video-item:hover .new-title,
.video-item:hover .date {
    color: #214696
}

.video-item:hover .new-title svg,
.video-item:hover .date svg {
    fill: #000
}

.video-item:hover .new-title span,
.video-item:hover .date span {
    color: #000
}

.video-item.history-item .video-info {
    padding: 14px 36px 14px 36px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #000
}

.video-item.history-item .video-info .name {
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.documents-carousel.owl-theme .owl-nav [class*='owl-'] {
    margin-top: -70px
}

.doc-item {
    display: block;
    position: relative;
    height: 100%;
    padding-bottom: 42px;
    text-align: left;
    cursor: pointer
}

.doc-item .doc-name {
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
    background: #fff;
    color: #000;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

.doc-item .doc-name span {
    display: table-cell;
    padding: 22px 36px 36px 36px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px
}

.doc-item .button-wrap {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 20px;
    bottom: 0;
    text-align: right
}

.doc-item .button-wrap .button-default {
    height: 60px;
    line-height: 58px;
    font-size: 14px;
    min-width: 120px;
    vertical-align: top
}

.doc-item:hover .doc-name {
    color: #214696
}

.post-banner img {
    display: block;
    margin-bottom: 40px;
    width: 100% !important;
    height: auto !important
}

.post-video {
    margin-top: 40px
}

.product-info-table table {
    width: 100%;
    line-height: 30px;
    letter-spacing: 0.25px;
    margin: 0
}

.product-info-table table th,
.product-info-table table td {
    padding: 5px 10px 5px 20px;
    line-height: 30px;
    vertical-align: top;
    border: none
}

.product-info-table table th {
    font-size: 14px;
    font-weight: 700
}

.product-info-table table td {
    font-size: 13px;
    font-weight: 400
}

.product-info-table table tr:nth-child(odd) th {
    background: #dbdbdb
}

.product-info-table table tr:nth-child(odd) td {
    background: #e9eaee
}

.product-banner {
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.product-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #214696;
    opacity: 0.1
}

.product-banner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #000;
    opacity: 0.5
}

.product-banner .product-banner-top,
.product-banner .product-banner-nav,
.product-banner .product-banner-slides {
    position: relative;
    z-index: 3;
    letter-spacing: 0.25px
}

.product-banner .product-banner-top {
    padding: 40px 60px 40px 60px;
    text-align: center
}

.product-banner .product-banner-top h2 {
    margin: 0;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700
}

.product-banner .product-banner-top .description {
    margin-top: 16px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700
}

.product-banner .product-banner-nav {
    padding: 0 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.product-banner .product-banner-nav .product-banner-nav-table {
    display: table;
    width: 100%
}

.product-banner .product-banner-nav .product-banner-nav-cell {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 45px
}

.product-banner .product-banner-nav .product-banner-nav-cell:last-child {
    padding-right: 0
}

.product-banner .product-banner-nav .product-banner-trigger {
    position: relative;
    height: 120px;
    line-height: 120px;
    cursor: pointer
}

.product-banner .product-banner-nav .product-banner-trigger:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: width 0.4s;
    -moz-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s
}

.product-banner .product-banner-nav .product-banner-trigger i {
    display: none
}

.product-banner .product-banner-nav .product-banner-trigger .product-banner-trigger-inner {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    vertical-align: middle
}

.product-banner .product-banner-nav .product-banner-trigger .product-banner-trigger-inner b {
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700
}

.product-banner .product-banner-nav .product-banner-trigger:hover:after,
.product-banner .product-banner-nav .product-banner-trigger.active-trigger:after {
    width: 100%
}

.product-banner .product-banner-slides {
    padding: 20px 60px 40px 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.2)
}

.product-banner .product-banner-slides .product-slides-inner {
    overflow: hidden
}

.product-banner .product-banner-slides .product-slide-title,
.product-banner .product-banner-slides .slide-back {
    display: none
}

.product-banner .product-banner-slides .product-slide {
    width: 100%;
    float: left;
    margin-right: -100%;
    position: relative;
    opacity: 0;
    display: block;
    -webkit-transform: translate(-80px, 0);
    -moz-transform: translate(-80px, 0);
    -o-transform: translate(-80px, 0);
    transform: translate(-80px, 0);
    -webkit-transition: opacity 0.6s ease, transform 0.6s ease;
    -moz-transition: opacity 0.6s ease, transform 0.6s ease;
    -o-transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    z-index: 1
}

.product-banner .product-banner-slides .product-slide.active-slide {
    opacity: 1;
    z-index: 2;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.sub-page .calc-section:first-child {
    padding-top: 0
}

.calc-section {
    padding-top: 50px
}

.calc-section.list-sort {
    padding-top: 0
}

.calc-section.list-sort h2 {
    margin-top: 0px
}

.calc-section h3 {
    margin-bottom: 35px
}

.calc-section .calc-form {
    padding: 50px;
    background: #fbfbfb
}

.calc-section .calc-form h3 {
    margin-bottom: 28px
}

.calc-section .calc-form .left-col,
.calc-section .calc-form .right-col,
.calc-section .calc-form .range-col,
.calc-section .calc-form .slider-col {
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.calc-section .calc-form .button-col,
.calc-section .calc-form .input-col {
    float: right;
    padding-left: 15px;
    padding-right: 15px
}

.calc-section .calc-form .range-col {
    width: 73.5%
}

.calc-section .calc-form .left-col {
    width: 56%
}

.calc-section .calc-form .right-col {
    width: 44%
}

.calc-section .calc-form .slider-col {
    width: 76.2%
}

.calc-section .calc-form .input-col {
    width: 23.8%
}

.calc-section .calc-form .button-col {
    width: 26.5%
}

.calc-section .calc-form .submit {
    display: block;
    width: 100%
}

.calc-section .slider-col {
    min-height: 60px
}

.calc-section .slider-col .slider-range {
    margin: 23px 0;
    cursor: pointer
}

.calc-section .slider-col .range-wrap {
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 14px
}

.calc-section .slider-col .slide-range-text {
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.25px;
    font-weight: 400
}

.calc-section .slider-col .slide-range-text.range-from {
    left: 0
}

.calc-section .slider-col .slide-range-text.range-to {
    right: 0
}

.calc-section .input-wrap {
    position: relative;
    margin-bottom: 20px
}

.calc-section .input-wrap .title {
    display: none
}

.calc-section .input-wrap .units {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 43px;
    background: #dbdbdb;
    height: 58px;
    line-height: 58px
}

.calc-section .input-wrap input[type="text"] {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0px 47px 0px 14px;
    margin: 0px;
    border: 1px solid #dbdbdb;
    border-radius: 0px;
    color: #000;
    background: #dbdbdb;
    box-shadow: none;
    font-size: 16px;
    line-height: 58px;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 300;
    text-align: right;
    -webkit-appearance: none;
    outline: none
}

.calc-section .input-wrap input[type="text"]::-webkit-input-placeholder {
    color: #646464;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 300
}

.calc-section .input-wrap input[type="text"]:-moz-placeholder {
    color: #646464;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 300
}

.calc-section .input-wrap input[type="text"]:-ms-input-placeholder {
    color: #646464;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 300
}

.calc-section .input-wrap input[type="text"]::placeholder {
    line-height: 58px
}

.calc-section .input-wrap input[type="text"]:disabled {
    background: #ededed;
    border-color: #ededed
}

.calc-section .input-wrap input[type="text"]:focus {
    background: #ededed;
    border-color: #214696
}

.calc-section .range-col {
    margin-bottom: 35px
}

.calc-section h4 {
    margin-top: 10px
}

.calc-section .description {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500
}

.calc-section .description:first-child {
    margin-top: 8px
}

.calc-section .form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.calc-section .form-wrapper>div[class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.calc-section .init-hidden {
    display: none !important
}

.calc-section .form-item {
    margin-bottom: 30px;
    letter-spacing: 0.25px
}

.calc-section .form-item label {
    width: 100%;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    white-space: nowrap;
    overflow: visible
}

.calc-section .form-item label .require-icon {
    color: #214696
}

.calc-section .form-item .col-lg-12 label {
    white-space: normal
}

.calc-section .form-item input[type="text"],
.calc-section .form-item input[type="tel"],
.calc-section .form-item input[type="email"],
.calc-section .form-item input[type="password"],
.calc-section .form-item textarea {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0px 19px 0px 19px;
    margin: 0px;
    border: 1px solid #dbdbdb;
    border-radius: 0px;
    color: #000;
    background: #dbdbdb;
    box-shadow: none;
    font-size: 16px;
    line-height: 58px;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 400;
    text-align: left;
    -webkit-appearance: none;
    outline: none
}

.calc-section .form-item input[type="text"]::-webkit-input-placeholder,
.calc-section .form-item input[type="tel"]::-webkit-input-placeholder,
.calc-section .form-item input[type="email"]::-webkit-input-placeholder,
.calc-section .form-item input[type="password"]::-webkit-input-placeholder,
.calc-section .form-item textarea::-webkit-input-placeholder {
    color: #646464;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 300
}

.calc-section .form-item input[type="text"]:-moz-placeholder,
.calc-section .form-item input[type="tel"]:-moz-placeholder,
.calc-section .form-item input[type="email"]:-moz-placeholder,
.calc-section .form-item input[type="password"]:-moz-placeholder,
.calc-section .form-item textarea:-moz-placeholder {
    color: #646464;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 300
}

.calc-section .form-item input[type="text"]:-ms-input-placeholder,
.calc-section .form-item input[type="tel"]:-ms-input-placeholder,
.calc-section .form-item input[type="email"]:-ms-input-placeholder,
.calc-section .form-item input[type="password"]:-ms-input-placeholder,
.calc-section .form-item textarea:-ms-input-placeholder {
    color: #646464;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 300
}

.calc-section .form-item input[type="text"]::placeholder,
.calc-section .form-item input[type="tel"]::placeholder,
.calc-section .form-item input[type="email"]::placeholder,
.calc-section .form-item input[type="password"]::placeholder,
.calc-section .form-item textarea::placeholder {
    line-height: 60px
}

.calc-section .form-item input[type="text"]:disabled,
.calc-section .form-item input[type="tel"]:disabled,
.calc-section .form-item input[type="email"]:disabled,
.calc-section .form-item input[type="password"]:disabled,
.calc-section .form-item textarea:disabled {
    background: #ededed;
    border-color: #ededed
}

.calc-section .form-item input[type="text"]:focus,
.calc-section .form-item input[type="tel"]:focus,
.calc-section .form-item input[type="email"]:focus,
.calc-section .form-item input[type="password"]:focus,
.calc-section .form-item textarea:focus {
    background: #ededed;
    border-color: #214696
}

.calc-section .form-item textarea {
    line-height: 24px;
    padding-top: 17px;
    padding-bottom: 17px;
    height: 200px;
    resize: vertical
}

.calc-section .form-item textarea::placeholder {
    line-height: 24px
}

.calc-section .form-item input[type="text"].error,
.calc-section .form-item input[type="email"].error,
.calc-section .form-item input[type="tel"].error,
.calc-section .form-item input[type="password"].error,
.calc-section .form-item textarea.error {
    color: #dc4646;
    border-color: #e95151 !important
}

.calc-section .form-item input[type="text"].error::-webkit-input-placeholder,
.calc-section .form-item input[type="email"].error::-webkit-input-placeholder,
.calc-section .form-item input[type="tel"].error::-webkit-input-placeholder,
.calc-section .form-item input[type="password"].error::-webkit-input-placeholder,
.calc-section .form-item textarea.error::-webkit-input-placeholder {
    color: #dc4646
}

.calc-section .form-item input[type="text"].error:-moz-placeholder,
.calc-section .form-item input[type="email"].error:-moz-placeholder,
.calc-section .form-item input[type="tel"].error:-moz-placeholder,
.calc-section .form-item input[type="password"].error:-moz-placeholder,
.calc-section .form-item textarea.error:-moz-placeholder {
    color: #dc4646
}

.calc-section .form-item input[type="text"].error:-ms-input-placeholder,
.calc-section .form-item input[type="email"].error:-ms-input-placeholder,
.calc-section .form-item input[type="tel"].error:-ms-input-placeholder,
.calc-section .form-item input[type="password"].error:-ms-input-placeholder,
.calc-section .form-item textarea.error:-ms-input-placeholder {
    color: #dc4646
}

.calc-section .form-item .error-text {
    display: none;
    color: #e95151
}

.calc-section .form-item .helper {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px
}

.calc-section .form-item .help-block {
    margin: 0
}

.calc-section .form-item .help-block.form-error {
    color: #e95151;
    line-height: 22px
}

.calc-section .form-item .error+.error-text {
    display: block
}

.calc-section .form-item select {
    width: 0;
    height: 0;
    opacity: 0
}

.calc-section .form-item .jq-selectbox {
    display: block !important
}

.calc-section .form-item .jq-selectbox__select {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0px 44px 0 20px;
    border: 1px solid #dbdbdb;
    color: #000;
    background: #dbdbdb;
    font-size: 16px;
    line-height: 58px;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    overflow: hidden
}

.calc-section .form-item .jq-selectbox__select .jq-selectbox__select-text {
    width: 100% !important
}

.calc-section .form-item .jq-selectbox__select .jq-selectbox__select-text.placeholder {
    color: #000
}

.calc-section .form-item .jq-selectbox.focused .jq-selectbox__select,
.calc-section .form-item .jq-selectbox.opened .jq-selectbox__select {
    border-color: #214696;
    background: #ededed
}

.calc-section .form-item .jq-selectbox.has-error .jq-selectbox__select {
    color: #dc4646;
    border-color: #e95151
}

.calc-section .form-item .jq-selectbox.disabled .jq-selectbox__select {
    background: #ededed;
    cursor: default
}

.calc-section .form-item .jq-selectbox__trigger {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 58px;
    width: 48px;
    color: #000;
    font-size: 18px;
    line-height: 59px;
    text-align: center
}

.calc-section .form-item .jq-selectbox__trigger:after {
    content: "\f107";
    display: inline-block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free"
}

.calc-section .form-item .jq-selectbox__dropdown {
    top: 59px;
    overflow: hidden;
    min-width: 100% !important;
    margin-top: 0px;
    background: #ededed;
    border: 1px solid #214696
}

.calc-section .form-item .jq-selectbox__dropdown input[type="search"] {
    display: block;
    width: 100%;
    height: 41px;
    padding: 0px 20px 1px 20px;
    margin: 0px;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0px;
    color: #000;
    background: #dbdbdb;
    box-shadow: none;
    font-size: 16px;
    line-height: 39px;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 400;
    text-align: left;
    -webkit-appearance: none;
    outline: none
}

.calc-section .form-item .jq-selectbox__dropdown input[type="search"]::-webkit-input-placeholder {
    color: #646464;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 300
}

.calc-section .form-item .jq-selectbox__dropdown input[type="search"]:-moz-placeholder {
    color: #646464;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 300
}

.calc-section .form-item .jq-selectbox__dropdown input[type="search"]:-ms-input-placeholder {
    color: #646464;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 300
}

.calc-section .form-item .jq-selectbox__dropdown input[type="search"]::placeholder {
    line-height: 39px
}

.calc-section .form-item .jq-selectbox__dropdown ul {
    max-height: 164px
}

.calc-section .form-item .jq-selectbox__dropdown .jq-selectbox__not-found {
    display: block;
    padding: 8px 20px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left
}

.calc-section .form-item .jq-selectbox__dropdown li {
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #dfdfdf;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.calc-section .form-item .jq-selectbox__dropdown li.disabled {
    color: #646464
}

.calc-section .form-item .jq-selectbox__dropdown li:before {
    display: none !important
}

.calc-section .form-item .jq-selectbox__dropdown li:last-child {
    border: none
}

.calc-section .form-item .jq-selectbox__dropdown li:not(.disabled):hover {
    background: #214696;
    color: #fff
}

.calc-section .form-item .jq-selectbox__dropdown li.selected {
    background: #214696;
    color: #fff
}

.calc-section .form-item .jq-selectbox__dropdown li.optgroup {
    cursor: default;
    border-bottom: none;
    background: #f6f6f6;
    font-weight: 600
}

.calc-section .form-item .jq-selectbox__dropdown li.optgroup:hover {
    background: #f6f6f6;
    color: #000
}

.calc-section .form-item .group-options .jq-selectbox__dropdown li {
    padding: 4px 20px;
    font-size: 14px;
    line-height: 20px
}

.calc-section .form-item .group-options .jq-selectbox__dropdown li li.optgroup {
    font-size: 16px
}

.calc-section .form-item .group-options .jq-selectbox__dropdown ul {
    max-height: 200px
}

.calc-section .form-item .add-action {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    vertical-align: top;
    font-size: 13px;
    font-weight: 600;
    color: #214696;
    text-transform: uppercase;
    cursor: pointer
}

.calc-section .form-item .add-action i {
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 24px;
    background: #214696;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    vertical-align: top;
    overflow: hidden
}

.calc-section .form-item .add-action i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.calc-section .form-item .add-action:hover i:after {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.calc-section .date-item {
    position: relative
}

.calc-section .date-item .field-icon {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 4;
    width: 60px;
    height: 60px;
    background: #214696;
    color: #fff;
    font-size: 27px;
    line-height: 60px;
    text-align: center;
    font-weight: 400
}

.calc-section .date-item .field-icon i {
    line-height: 60px;
    vertical-align: top
}

.calc-section .date-item input[type="text"] {
    padding-right: 76px
}

.calc-section .col-lg-12>.empty-label {
    display: none
}

.calc-section .with-hidden-field .col-lg-4:nth-child(4n+1):last-child .empty-label {
    display: none
}

.calc-section .form-wrapper.form-added-wrapper+.form-wrapper.form-added-wrapper {
    position: relative;
    padding-top: 20px
}

.calc-section .form-wrapper.form-added-wrapper+.form-wrapper.form-added-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #dfdfdf
}

.calc-section .agreement-row {
    margin-top: 10px
}

.calc-section .form-bottom .captcha-place {
    max-width: 100%;
    overflow: visible
}

.calc-section .form-bottom .captcha-place .form-error {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #e95151
}

.calc-section .form-bottom .submit {
    display: block;
    float: right;
    width: auto;
    min-width: 245px;
    max-width: 100%
}

.vacancy-form {
    margin-bottom: 15px
}

.vacancy-form .labels-group {
    margin-bottom: 30px
}

.vacancy-form .form-wrapper .labels-group {
    margin-top: 7px
}

.converter-form .currency-item {
    position: relative;
    margin-bottom: 30px
}

.converter-form .currency-item .field-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 60px;
    height: 60px;
    background: #214696;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    font-weight: 400
}

.converter-form .currency-item .jq-selectbox__select {
    padding-left: 76px
}

.converter-form .form-item input.currency-value {
    font-size: 30px;
    font-weight: 300
}

.converter-form .form-item input.currency-value:disabled {
    background: #dbdbdb;
    border-color: #dbdbdb
}

.converter-form .form-item .form-error {
    display: none
}

.converter-form .form-item input.error+.form-error {
    display: block
}

.converter-form .reverse-currency {
    display: block;
    position: absolute;
    top: 89px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

.converter-form .reverse-currency i {
    font-size: 48px;
    line-height: 60px;
    vertical-align: top
}

.converter-form .reverse-currency:hover {
    color: #214696
}

.converter-form .convert-result {
    line-height: 58px;
    font-size: 18px;
    font-weight: 400
}

.converter-form .convert-result>div {
    display: inline-block;
    line-height: 24px;
    verrtical-align: middle
}

.ui-autocomplete {
    background: #ededed !important;
    border: 1px solid #214696 !important;
    border-top: none !important;
    max-height: 204px;
    box-shadow: none !important;
    overflow-y: auto !important;
    overflow-x: hidden
}

.ui-menu-item {
    display: block;
    padding: 0 !important;
    clear: both;
    font-weight: normal;
    border: none !important;
    line-height: 24px !important;
    color: #000;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-size: 16px;
    white-space: normal;
    text-decoration: none
}

.ui-menu-item a,
.ui-menu-item div {
    padding: 8px 20px !important;
    background: transparent !important;
    font-weight: normal !important;
    color: #000 !important;
    border: none !important;
    border-bottom: 1px solid #dfdfdf !important;
    line-height: 24px !important;
    margin: 0 !important
}

.ui-menu-item .ui-state-active {
    background: #214696 !important;
    color: #fff !important
}

.ui-menu-item:hover {
    border: none;
    font-weight: normal;
    line-height: 24px !important
}

.ui-menu-item:hover a,
.ui-menu-item:hover div {
    padding: 8px 20px !important;
    background: #214696 !important;
    font-weight: normal !important;
    color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #dfdfdf !important;
    line-height: 24px !important;
    margin: 0 !important
}

.datepicker {
    cursor: pointer
}

.ui-widget.ui-widget-content {
    border: none;
    padding: 0;
    border-radius: 0;
    background: #fff;
    margin-left: 1px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    width: 273px;
    z-index: 3 !important
}

.ui-datepicker .ui-datepicker-header {
    background: #fff;
    color: #000;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 500 !important;
    font-size: 17px;
    padding: 8px 0 6px 0
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    line-height: 30px;
    margin: 0 40px;
    color: #000
}

.ui-datepicker .ui-datepicker-header select.ui-datepicker-year {
    width: auto;
    font-family: "Exo 2", "Roboto", sans-serif;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #000;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 500 !important;
    font-size: 17px
}

.ui-datepicker th {
    background: #214696;
    color: #fff;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 500 !important;
    font-size: 15px;
    padding: 5px 5px
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    height: 30px;
    line-height: 28px;
    width: 30px;
    text-align: center;
    top: 8px;
    border-radius: 0;
    border: 1px solid transparent
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: transparent;
    border-color: #214696
}

.ui-datepicker .ui-datepicker-prev {
    left: 10px
}

.ui-datepicker .ui-datepicker-prev span {
    padding-right: 1px
}

.ui-datepicker .ui-datepicker-prev span:before {
    content: "\f104";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #214696;
    font-size: 18px
}

.ui-datepicker .ui-datepicker-next {
    right: 10px
}

.ui-datepicker .ui-datepicker-next span {
    padding-left: 1px
}

.ui-datepicker .ui-datepicker-next span:before {
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #214696;
    font-size: 18px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    position: static;
    display: inline-block;
    margin: 0;
    background: none;
    text-indent: 0;
    font-size: 0;
    height: 28px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    vertical-align: top;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 400 !important
}

.ui-datepicker table {
    opacity: 1
}

.ui-datepicker table thead {
    background: #214696
}

.ui-datepicker table td {
    padding: 2px;
    font-size: 16px;
    color: #000;
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 400 !important;
    background: #fff !important
}

.ui-datepicker table td a,
.ui-datepicker table td span {
    font-family: "Exo 2", "Roboto", sans-serif;
    font-weight: 400 !important;
    text-align: center !important;
    border-radius: 0 !important;
    padding: 0 !important;
    height: 35px !important;
    width: 35px !important;
    line-height: 34px !important
}

.ui-datepicker table td .ui-state-default {
    color: #000;
    border-color: transparent;
    background: #fff
}

.ui-datepicker table td .ui-state-default:hover {
    border-color: #214696
}

.ui-datepicker table .ui-datepicker-today .ui-state-default {
    color: #000;
    border-color: #dfdfdf;
    background: #ededed
}

.ui-datepicker table .ui-datepicker-today .ui-state-default:hover {
    border-color: #214696
}

.ui-datepicker table .ui-datepicker-current-day .ui-state-default {
    color: #fff;
    border-color: #214696;
    background: #214696
}

.ui-datepicker table .ui-datepicker-current-day .ui-state-default:hover {
    color: #fff;
    border-color: #214696;
    background: #214696
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-base {
    width: 100%;
    height: 14px;
    position: relative;
    background: #214696
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 14px;
    background: #ededed
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-stacking .noUi-handle {
    z-index: 3
}

.noUi-stacking+.noUi-origin {
    *z-index: -1
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 14px;
    margin-top: 0px;
    width: 100%;
    border-radius: 0px;
    display: block
}

.noUi-horizontal.noUi-extended {
    padding: 0 15px
}

.noUi-horizontal.noUi-extended .noUi-origin {
    right: -15px
}

.noUi-background {
    background: #ededed
}

.noUi-origin {
    border-radius: 0px
}

.noUi-connect {
    background: #214696;
    -webkit-transition: background 450ms;
    -moz-transition: background 450ms;
    -o-transition: background 450ms;
    -ms-transition: background 450ms;
    transition: background 450ms;
    border-radius: 0px
}

.noUi-target {
    border-radius: 0px
}

.noUi-dragable {
    cursor: w-resize
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize
}

.noUi-handle {
    outline: none !important;
    width: 9px;
    height: 28px;
    background: #133378;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: -7px
}

.labels-group label {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 55px;
    cursor: pointer
}

.labels-group label+label {
    margin-top: 10px
}

.labels-group label.title {
    padding-left: 0;
    font-weight: 500
}

.labels-group label div {
    min-height: 30px;
    padding-top: 3px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700
}

.labels-group label span:not(.require-icon) {
    display: block;
    min-height: 30px;
    padding-top: 3px;
    font-size: 16px;
    line-height: 24px
}

.labels-group label .require-icon {
    color: #214696
}

.labels-group label span:not(.require-icon).form-error {
    padding: 0
}

.labels-group label .form-error {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #e95151
}

.labels-group .helper {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px
}

.labels-group .agreement-instructions {
    padding-left: 55px;
    margin-top: 18px
}

.labels-group input[type="checkbox"],
.labels-group input[type="radio"] {
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    left: -10000px
}

.labels-group input[type="checkbox"]+i {
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    display: block;
    background: #ededed;
    cursor: pointer
}

.labels-group input[type="checkbox"]+i:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    line-height: 30px;
    font-weight: 900;
    display: block;
    color: #214696;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0;
    right: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s
}

.labels-group input[type="radio"]+i {
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    background: #ededed;
    cursor: pointer
}

.labels-group input[type="radio"]+i:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #214696;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s
}

.labels-group input[type="checkbox"]:checked+i:before,
.labels-group input[type="radio"]:checked+i:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.labels-group input[type="checkbox"].error+i {
    box-shadow: inset 1px 1px 0px #e95151, inset -1px -1px 0px #e95151
}

.labels-group input[type="radio"].error+i {
    box-shadow: inset 0px 0px 3px #e95151
}

.highcharts-exporting-group,
.highcharts-credits,
.highcharts-tick {
    display: none
}

.stat-chart {
    width: 100%;
    height: 360px
}

.chart-section {
    padding-top: 15px
}

.chart-section h3 {
    margin-bottom: 25px
}

.styled-table {
    min-width: 100%;
    margin: 0
}

.styled-table th {
    background: #214696;
    color: #fff;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.25px;
    border: none
}

.styled-table td {
    padding: 10px 14px;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    border: none
}

.styled-table td:nth-child(odd) {
    background: #efeef0
}

.styled-table td:nth-child(even) {
    background: #faf9f9
}

.styled-table tr:nth-child(odd) td:nth-child(odd) {
    background: #dfe0e6
}

.styled-table tr:nth-child(odd) td:nth-child(even) {
    background: #e9eaee
}

.styled-table td.head {
    background: #214696 !important;
    color: #fff;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.25px
}

.styled-table table {
    width: 100%
}

.styled-table table th {
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #dfdfdf
}

.styled-table table th,
.styled-table table td {
    padding: 10px 14px;
    font-size: 13px;
    line-height: 20px;
    background: transparent !important;
    vertical-align: top
}

.clone-table {
    display: none
}

em {
    font-style: italic
}

hr {
    margin-top: 20px;
    margin-bottom: 24px;
    border-top: 2px solid #ddd
}

.table-scroll-wrap {
    margin-top: 20px;
    margin-bottom: 26px;
    overflow: auto
}

.table-scroll-wrap:last-child {
    margin-bottom: 0
}

#map {
    width: 100%;
    height: 700px;
    background: #f2f2f2
}

#departments .table-scroll-wrap {
    margin: 0
}

.map-filters {
    padding-top: 0
}

.map-filters .calc-form {
    padding-bottom: 20px;
    padding-top: 40px
}

.rates-list {
    padding-top: 10px;
    margin-bottom: 20px
}

.rates-list+.rates-list {
    padding-top: 20px
}

.map-toggles {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 62px;
    background: #e9eaee;
    font-size: 0
}

.map-toggles.p-r-0 {
    padding-right: 0
}

.map-toggles li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px
}

.map-toggles .map-toggle i {
    margin-right: 10px
}

.map-toggles li.map-view a,
.map-toggles .map-toggle {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 60px;
    padding: 0 50px;
    font-size: 13px;
    line-height: 60px;
    border: none;
    background: transparent;
    color: #7a7a7a;
    box-shadow: none;
    margin: 0;
    letter-spacing: 0.7px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: top;
    text-align: center;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out
}

.map-toggles li.map-view a span,
.map-toggles .map-toggle span {
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 20px;
    -webkit-backface-visibility: hidden
}

.map-toggles li.map-view a:before,
.map-toggles .map-toggle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(33, 70, 150, 0.1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.map-toggles li.map-view a:hover,
.map-toggles .map-toggle:hover {
    color: #214696
}

.map-toggles li.map-view a:hover:before,
.map-toggles .map-toggle:hover:before {
    -webkit-transform: scale(1.05, 1);
    -moz-transform: scale(1.05, 1);
    -o-transform: scale(1.05, 1);
    transform: scale(1.05, 1)
}

.map-toggles li.map-view a.active,
.map-toggles .map-toggle.active {
    background: #214696;
    color: #fff
}

.map-toggles li.map-view a.active:before,
.map-toggles .map-toggle.active:before {
    background: rgba(255, 255, 255, 0.1)
}

.map-toggles li.map-view a.active:hover,
.map-toggles .map-toggle.active:hover {
    color: #fff
}

.map-toggles li.map-view {
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.map-toggles li.map-view i {
    position: relative;
    z-index: 1;
    font-size: 26px;
    line-height: 60px;
    vertical-align: top;
    -webkit-backface-visibility: hidden
}

.map-toggles li.map-view a {
    background: #214696;
    color: #fff;
    padding: 0px;
    text-align: center;
    width: 60px
}

.map-toggles li.map-view a:before {
    background: rgba(255, 255, 255, 0.1)
}

.map-toggles li.map-view a:hover {
    color: #fff
}

.gm-style-iw-t:after,
.gm-style-iw-t:before {
    background: transparent !important;
    box-shadow: none !important;
    content: "";
    height: 16px !important;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 16px !important;
    border: 8px solid transparent;
    border-left-color: #214696;
    border-bottom-color: #214696
}

.gm-style-iw {
    background: #fff;
    padding: 0px;
    color: #000;
    font-family: "Exo 2", "Roboto", sans-serif !important;
    width: 300px;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-bottom: 3px solid #214696
}

.gm-style-iw * {
    font-family: "Exo 2", "Roboto", sans-serif !important
}

.gm-style-iw .gm-style-iw-d {
    overflow: auto !important
}

.gm-style-iw button {
    top: 0 !important;
    right: 0 !important
}

.gm-style-iw button img {
    width: 20px !important;
    height: 20px !important;
    margin: 5px !important
}

.gm-style-iw div {
    max-width: 100% !important;
    width: 100% !important
}

.gm-style-iw .department-info {
    padding: 14px 30px 26px 18px;
    font-size: 16px;
    line-height: 30px
}

.gm-style-iw .department-info sup {
    font-size: 12px
}

.gm-style-iw .department-info ul+ul {
    padding-top: 16px
}

.gm-style-iw .department-info.branche-info {
    padding: 12px 20px 12px 8px;
    font-size: 14px;
    line-height: 24px
}

.gm-style-iw .department-info .shedule-title {
    padding-top: 5px;
    font-weight: 500;
    line-height: 25px
}

.gm-style-iw .department-info table {
    margin: 0
}

.gm-style-iw .department-info table th,
.gm-style-iw .department-info table td {
    padding: 3px 6px 3px 0;
    border: none
}

.gm-style-iw .department-info table th {
    font-weight: 300;
    border-bottom: 1px solid #dfdfdf
}

.blue-text {
    color: #214696 !important
}

.fancybox-bg {
    background: #dfdfdf
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.90
}

.fancybox-slide>* {
    margin: 5px 0
}

.fancybox-slide .message {
    width: 100%;
    max-width: 480px;
    box-shadow: none;
    padding: 50px;
    border-radius: 0;
    background: #fff;
    overflow: visible
}

.fancybox-slide .message h3 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 600;
    color: #646464
}

.fancybox-close-small {
    -webkit-appearance: none;
    box-shadow: none;
    width: 50px;
    height: 50px;
    top: 2px;
    right: 2px;
    border-radius: 0;
    background: #ededed;
    color: transparent;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.fancybox-close-small:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 20px;
    border-radius: 0;
    background: #000;
    font-size: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.fancybox-close-small:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 50%;
    margin-right: -1px;
    width: 2px;
    height: 20px;
    border-radius: 0;
    background: #000;
    font-size: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.fancybox-close-small:hover {
    opacity: 1;
    background: #214696
}

.fancybox-close-small:hover:after,
.fancybox-close-small:hover:before {
    background: #fff
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:focus:after {
    outline: none
}

.fancybox-button--close {
    -webkit-appearance: none;
    box-shadow: none;
    width: 50px;
    height: 50px;
    top: 2px;
    right: 2px;
    border-radius: 0;
    background: #ededed;
    color: transparent;
    opacity: 1 !important;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.fancybox-button--close:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    right: auto;
    margin-left: -1px;
    width: 2px;
    height: 20px;
    border-radius: 0;
    background: #000;
    font-size: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.fancybox-button--close:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 50%;
    left: auto;
    margin-right: -1px;
    width: 2px;
    height: 20px;
    border-radius: 0;
    background: #000;
    font-size: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.fancybox-button--close:hover {
    opacity: 1;
    background: #214696 !important
}

.fancybox-button--close:hover:after,
.fancybox-button--close:hover:before {
    background: #fff
}

.fancybox-button--close:focus {
    outline: none
}

.fancybox-button--close:focus:after {
    outline: none
}

.fancybox-toolbar {
    opacity: 1;
    visibility: visible
}

.fancybox-button--close:hover:not([disabled]):hover {
    opacity: 1;
    background: #e8ecf0
}

.fancybox-button:hover:not([disabled]) {
    background: #e8ecf0
}

.pagination {
    position: relative;
    float: right;
    padding: 0;
    padding-right: 134px;
    margin-top: 55px;
    margin-bottom: 0;
    border-radius: 0
}

.pagination li {
    display: block;
    float: left
}

.pagination li a,
.pagination li span {
    -webkit-appearance: none;
    box-shadow: none;
    margin: 0;
    border: none;
    border-radius: 0;
    color: #7a7a7a !important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 11px;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    background: transparent;
    border: none;
    text-decoration: none !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li span:hover,
.pagination li span:focus {
    color: #000 !important;
    background: transparent
}

.pagination li a:active,
.pagination li span:active {
    color: #214696 !important;
    background: transparent
}

.pagination li+li {
    margin-top: 0px !important
}

.pagination li.selected span,
.pagination li.selected a {
    color: #214696 !important;
    font-weight: 700;
    cursor: default
}

.pagination li.prev,
.pagination li.next {
    position: absolute;
    top: 0
}

.pagination li.prev a,
.pagination li.next a {
    position: relative;
    height: 60px;
    width: 60px;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 60px;
    font-size: 0;
    background: #ccc
}

.pagination li.prev a i,
.pagination li.next a i {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease
}

.pagination li.prev a i:before,
.pagination li.prev a i:after,
.pagination li.next a i:before,
.pagination li.next a i:after {
    content: "";
    position: absolute;
    display: block;
    background: #fff
}

.pagination li.prev a i:before,
.pagination li.next a i:before {
    height: 2px;
    width: 100%
}

.pagination li.prev a i:after,
.pagination li.next a i:after {
    height: 100%;
    width: 2px
}

.pagination li.prev.disabled a,
.pagination li.next.disabled a {
    cursor: default;
    opacity: 0.7
}

.pagination li.prev.disabled a:hover,
.pagination li.prev.disabled a:focus,
.pagination li.next.disabled a:hover,
.pagination li.next.disabled a:focus {
    background: #ccc
}

.pagination li.prev.disabled a:active,
.pagination li.next.disabled a:active {
    background: #ccc
}

.pagination li.prev:not(.disabled):hover a i,
.pagination li.next:not(.disabled):hover a i {
    -webkit-transform: rotate(45deg) scale(1.2);
    -moz-transform: rotate(45deg) scale(1.2);
    -o-transform: rotate(45deg) scale(1.2);
    transform: rotate(45deg) scale(1.2)
}

.pagination li.prev {
    right: 61px
}

.pagination li.prev a {
    padding-left: 6px
}

.pagination li.prev a i:before {
    bottom: 0
}

.pagination li.prev a i:after {
    left: 0
}

.pagination li.next {
    right: 0
}

.pagination li.next a {
    padding-right: 6px
}

.pagination li.next a i:before {
    top: 0
}

.pagination li.next a i:after {
    right: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 0
}

.deposit-form .labels-group {
    margin-bottom: 30px
}

.deposit-form .labels-group label:not(.title) {
    display: inline-block;
    margin-top: 10px
}

.deposit-form .labels-group .title {
    font-weight: 600
}

.calc-form+.text-block {
    margin-top: 45px
}

@media (max-height: 840px) {
    .flexslider .slides li.item {
        padding-top: 50px;
        padding-bottom: 60px
    }
    .flexslider-control-wrap {
        bottom: 20px
    }
}

@media (max-height: 760px) {
    .flexslider .slides li.item {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .flexslider-control-wrap {
        bottom: 15px;
        height: 80px
    }
    .flexslider-control-wrap .custom-navigation a {
        width: 80px;
        height: 80px;
        line-height: 80px
    }
    .flexslider-control-wrap .custom-navigation a+a {
        width: 81px
    }
    .flexslider .text-wrap .text {
        padding: 0 70px 65px 70px
    }
    .flexslider-control-wrap .flexslider-controls {
        margin-left: 69px
    }
    .flexslider .text-wrap .text-inner {
        font-size: 24px;
        line-height: 40px
    }
    .flexslider .text-wrap .text-inner strong {
        font-size: 40px;
        line-height: 55px
    }
    .flexslider .text-wrap .text-inner ul {
        font-size: 20px;
        line-height: 40px
    }
    .flexslider .text-wrap .text-inner ul li {
        padding-left: 30px
    }
    .flexslider .text-wrap .text-inner strong+ul {
        margin-top: 6px
    }
    .flexslider-control-wrap .custom-navigation a span {
        width: 14px;
        height: 14px
    }
    .flexslider .text-wrap .colored-panel {
        width: 350px
    }
    .flexslider .text-wrap:before {
        width: 1082px;
        height: 1088px;
        margin-top: -541px;
        margin-left: -544px;
        background-size: 100% 100%;
        opacity: 0.8
    }
}

@media (max-height: 660px) {
    .flexslider-control-wrap {
        height: 60px
    }
    .flexslider-control-wrap .custom-navigation a {
        width: 60px;
        height: 60px;
        line-height: 60px
    }
    .flexslider-control-wrap .custom-navigation a+a {
        width: 61px
    }
    .flexslider-control-wrap .flexslider-controls {
        margin-left: 50px
    }
    .flexslider .text-wrap .text {
        padding: 0 50px 45px 50px
    }
    .flexslider .text-wrap .text-inner {
        font-size: 22px;
        line-height: 36px
    }
    .flexslider .text-wrap .text-inner strong {
        font-size: 32px;
        line-height: 42px
    }
    .flexslider .text-wrap .text-inner ul {
        font-size: 20px;
        line-height: 34px
    }
    .flexslider .text-wrap .text-inner strong+ul {
        margin-top: 6px
    }
    .flexslider-control-wrap .custom-navigation a span {
        width: 10px;
        height: 10px
    }
    .flexslider-control-wrap .custom-navigation a.flex-next {
        padding-right: 5px
    }
    .flexslider-control-wrap .custom-navigation a.flex-prev {
        padding-left: 5px
    }
    .flexslider .text-wrap:before {
        width: 862px;
        height: 806px;
        margin-top: -401px;
        margin-left: -433px;
        background-size: 100% 100%
    }
}

@media (max-width: 1380px) {
    .owl-theme .owl-nav [class*='owl-'] {
        width: 70px;
        height: 70px;
        margin-top: -35px;
        line-height: 70px
    }
    .owl-theme .owl-nav [class*='owl-'].owl-next {
        right: -15px
    }
    .owl-theme .owl-nav [class*='owl-'].owl-prev {
        left: -15px
    }
    .owl-theme .owl-nav [class*='owl-'] span {
        width: 16px;
        height: 16px
    }
    .documents-carousel.owl-theme .owl-nav [class*='owl-'] {
        margin-top: -55px
    }
}

@media (min-width: 1200px) {
    .product-banner .product-banner-slides,
    .product-banner .product-banner-nav {
        display: block !important
    }
}

@media (min-width: 1200px) and (max-height: 690px) {
    header .header-top {
        padding: 0
    }
    header .logo img {
        padding: 6px 0
    }
    header .nav-wrap .nav-item .first-level,
    header .nav-wrap .nav-item .nav-item-image,
    header .nav-wrap .nav-item .nav-item-description,
    header .nav-wrap .nav-item {
        height: 520px
    }
    header .nav-wrap .first-level>li>a {
        line-height: 20px
    }
    header .nav-wrap .first-level>li>a i {
        line-height: 20px
    }
    header .nav-wrap .second-level-wrap .second-level>li>a {
        line-height: 20px
    }
    header .nav-wrap .second-level-wrap .second-level>li>a i {
        line-height: 20px
    }
}

@media (max-width: 1199px) {
    html.no-scroll {
        min-height: 100%;
        overflow: hidden
    }
    html.no-scroll body {
        overflow: visible;
        height: 100%
    }
    footer .partners .partners-title {
        width: 100%;
        margin-bottom: 25px
    }
    footer .partners {
        padding: 35px 45px
    }
    footer .partners .partners-title+.partner {
        margin-left: 0
    }
    .footer-bottom {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto
    }
    footer copyright,
    footer .developers {
        text-align: center
    }
    footer .hot-line {
        margin-bottom: 30px
    }
    .pt-60 {
        padding-top: 50px
    }
    header .nav-toggle {
        display: block
    }
    header .header-top {
        position: relative;
        z-index: 2;
        background: #f6f6f6;
        padding: 11px 0
    }
    header .top-actions .bank-online,
    header .top-actions .lang {
        margin-left: 5px
    }
    header .top-actions .bank-online ul {
        top: -14px;
        left: -15px;
        z-index: 1;
        width: 230px;
        background: #ffffff;
        padding: 48px 25px 15px 25px;
        border: 1px solid #dfdfdf
    }
    header .nav-wrap {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        border: none;
        overflow: auto;
        background: transparent;
        cursor: pointer
    }
    header .nav-wrap .container {
        width: 100%;
        padding: 0
    }
    header .nav-wrap nav {
        display: block;
        height: 100%;
        overflow: visible;
        position: static
    }
    header .nav-wrap nav a {
        cursor: pointer
    }
    header .nav-wrap nav a i {
        cursor: pointer
    }
    header .nav-wrap nav li {
        background: #fff
    }
    header .nav-wrap nav .nav-button {
        width: 940px;
        margin: 0 auto;
        padding: 11px 35px 11px 0;
        line-height: 26px
    }
    header .nav-wrap nav .nav-button:before {
        display: none
    }
    header .nav-wrap nav .nav-button i {
        position: absolute;
        top: 0;
        right: -7px;
        width: 36px;
        text-align: center;
        margin: 0;
        font-size: 10px;
        line-height: 48px
    }
    header .nav-wrap nav .nav-button .fa-chevron-down:before {
        content: "\f054"
    }
    header .nav-wrap nav .nav-item {
        display: none;
        position: relative;
        top: 0;
        z-index: 2;
        height: auto;
        margin-top: 0;
        border-top: 1px solid #fff;
        -webkit-backface-visibility: hidden;
        overflow: visible
    }
    header .nav-wrap nav .nav-item li {
        background: #fff
    }
    header .nav-wrap nav>li {
        display: block;
        border-bottom: 1px solid #dfdfdf;
        background: #fff;
        padding: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
    header .nav-wrap nav>li.opened .nav-button i.fas:before {
        content: "\f054"
    }
    header .nav-wrap nav>li:hover {
        background: #fff
    }
    header .nav-wrap nav>li:hover>a {
        color: #000
    }
    header .nav-wrap nav>li.md-opened {
        background: #214696
    }
    header .nav-wrap nav>li.md-opened>a {
        color: #fff
    }
    header .nav-wrap nav>li.md-opened>.nav-button i.fas:before {
        content: "\f078"
    }
    header .nav-wrap .nav-item .first-level {
        width: 100%;
        height: auto;
        overflow: visible
    }
    header .nav-wrap .nav-item .first-level>li {
        margin-top: 0;
        background: #fff;
        padding: 0
    }
    header .nav-wrap .nav-item .first-level>li:hover {
        background: #fff
    }
    header .nav-wrap .nav-item .first-level>li:hover>a {
        color: #000
    }
    header .nav-wrap .nav-item .first-level>li.md-opened {
        background: #214696
    }
    header .nav-wrap .nav-item .first-level>li.md-opened>a {
        color: #fff
    }
    header .nav-wrap .nav-item .first-level>li.md-opened>a i:before {
        content: "\f078"
    }
    header .nav-wrap .nav-item .first-level>li>a {
        border: none;
        padding: 11px 35px 11px 14px;
        line-height: 26px;
        width: 940px;
        margin: 0 auto
    }
    header .nav-wrap .nav-item .first-level>li>a i {
        font-size: 10px;
        line-height: 48px;
        top: 0px;
        right: -7px;
        width: 36px;
        text-align: center
    }
    header .nav-wrap .first-level>li:first-child {
        margin-top: 0
    }
    header .nav-wrap .nav-item .nav-item-image,
    header .nav-wrap .nav-item .nav-item-description {
        display: none
    }
    header .nav-wrap .second-level-wrap,
    header .nav-wrap .third-level-wrap {
        display: none;
        width: 100%;
        position: relative;
        left: 0;
        bottom: auto;
        overflow: visible;
        opacity: 1;
        visibility: visible
    }
    header .nav-wrap .second-level>li:first-child {
        margin-top: 0
    }
    header .nav-wrap .second-level-wrap .second-level>li {
        padding: 0;
        background: transparent
    }
    header .nav-wrap .second-level-wrap .second-level>li:hover {
        background: transparent
    }
    header .nav-wrap .second-level-wrap .second-level>li:hover>a {
        color: #000
    }
    header .nav-wrap .second-level-wrap .second-level>li.md-opened {
        background: #e5e5e5
    }
    header .nav-wrap .second-level-wrap .second-level>li.md-opened>a {
        color: #133378
    }
    header .nav-wrap .second-level-wrap .second-level>li.md-opened>a i:before {
        content: "\f078"
    }
    header .nav-wrap .second-level-wrap .second-level>li>a {
        border: none;
        padding: 11px 35px 11px 30px;
        width: 940px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 26px;
        font-weight: 400
    }
    header .nav-wrap .second-level-wrap .second-level>li>a i {
        font-size: 10px;
        line-height: 48px;
        top: 0px;
        right: -7px;
        width: 36px;
        text-align: center
    }
    header .nav-wrap .third-level-wrap {
        padding: 0
    }
    header .nav-wrap .third-level-wrap .third-level {
        padding: 0;
        margin: 0 auto;
        padding: 0 0px 15px 0px;
        background: #e5e5e5;
        overflow: visible
    }
    header .nav-wrap .third-level-wrap .third-level li {
        width: 940px;
        margin: 0 auto;
        background: transparent;
        padding-left: 50px
    }
    header .nav-wrap .third-level-wrap .third-level li:before {
        left: 30px
    }
    header .nav-wrap .second-level-wrap .second-level {
        width: 100%;
        height: auto;
        background: #f6f6f6
    }
    .site-map-col {
        width: 100%
    }
    .site-map-col ul li a {
        padding-left: 13px
    }
    .site-map-col h6 {
        margin-bottom: 12px
    }
    .site-map-col .site-map-item {
        float: left;
        width: 33.33%;
        padding-right: 10px
    }
    .site-map-col.single-col .site-map-item {
        width: 100%;
        padding-right: 0
    }
    .site-map-col.single-col ul {
        font-size: 0
    }
    .site-map-col.single-col li {
        display: inline-block;
        width: 33.33%;
        padding-right: 10px;
        vertical-align: top
    }
    .member-item h6 {
        letter-spacing: 0;
        font-size: 15px
    }
    .product-info-table table {
        display: block
    }
    .product-info-table table th,
    .product-info-table table td,
    .product-info-table table tr,
    .product-info-table table tbody {
        display: block
    }
    .product-info-table table th {
        background: #dbdbdb
    }
    .product-info-table table td {
        background: #e9eaee
    }
    .owl-theme.arrow-dots .owl-nav [class*='owl-'],
    .owl-theme.arrow-nav .owl-nav [class*='owl-'] {
        top: -75px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: 0px;
        background: #e5e5e5;
        display: block;
        cursor: pointer;
        -webkit-appearance: none;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s
    }
    .owl-theme.arrow-dots .owl-nav [class*='owl-'] span,
    .owl-theme.arrow-nav .owl-nav [class*='owl-'] span {
        width: 10px;
        height: 10px
    }
    .owl-theme.arrow-dots .owl-nav [class*='owl-'].owl-prev,
    .owl-theme.arrow-nav .owl-nav [class*='owl-'].owl-prev {
        left: 100%;
        margin-left: -81px;
        padding-left: 5px
    }
    .owl-theme.arrow-dots .owl-nav [class*='owl-'].owl-next,
    .owl-theme.arrow-nav .owl-nav [class*='owl-'].owl-next {
        right: 0;
        padding-right: 5px
    }
    .owl-theme.arrow-dots .owl-nav [class*='owl-']:hover,
    .owl-theme.arrow-nav .owl-nav [class*='owl-']:hover {
        background: #ccc
    }
    .categories .owl-theme {
        margin-top: 50px
    }
    .categories .owl-theme.arrow-dots .owl-nav [class*='owl-'],
    .categories .owl-theme.arrow-nav .owl-nav [class*='owl-'] {
        top: -60px
    }
    .categories h3+.owl-theme {
        margin-top: 0px
    }
    .categories h3+.owl-theme.arrow-dots .owl-nav [class*='owl-'],
    .categories h3+.owl-theme.arrow-nav .owl-nav [class*='owl-'] {
        top: -75px
    }
    .categories h3,
    .media-carousel-wrap h3 {
        padding-right: 82px
    }
    .calc-section .calc-form .range-col {
        width: 75%
    }
    .calc-section .calc-form .button-col {
        width: 25%
    }
    .calc-section .calc-form .left-col,
    .calc-section .calc-form .right-col {
        width: 50%
    }
    .calc-section .calc-form .input-col {
        width: 33.3333%
    }
    .calc-section .calc-form .slider-col {
        width: 66.6666%
    }
    .product-banner-wrap {
        margin-top: -30px;
        width: 100%;
        padding: 0 1px
    }
    .product-banner .product-banner-top {
        padding: 45px 36px 45px 36px
    }
    .product-banner .product-banner-top h2 {
        font-size: 45px;
        line-height: 55px
    }
    .product-banner .product-banner-top .description {
        font-size: 20px;
        line-height: 28px
    }
    .product-banner .product-banner-nav {
        padding: 0;
        border: none
    }
    .product-banner .product-banner-nav .product-banner-nav-table {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .product-banner .product-banner-nav .product-banner-nav-cell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 0
    }
    .product-banner .product-banner-nav .product-banner-nav-cell:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.3)
    }
    .product-banner .product-banner-nav .product-banner-trigger {
        padding-left: 36px;
        padding-right: 80px
    }
    .product-banner .product-banner-nav .product-banner-trigger i {
        position: absolute;
        display: block;
        right: 40px;
        top: 50%;
        width: 18px;
        height: 18px;
        margin-top: -7px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-backface-visibility: hidden
    }
    .product-banner .product-banner-nav .product-banner-trigger i:before,
    .product-banner .product-banner-nav .product-banner-trigger i:after {
        content: "";
        position: absolute;
        display: block;
        background: #fff
    }
    .product-banner .product-banner-nav .product-banner-trigger i:before {
        top: 0;
        height: 2px;
        width: 100%
    }
    .product-banner .product-banner-nav .product-banner-trigger i:after {
        right: 0;
        height: 100%;
        width: 2px
    }
    .product-banner .product-banner-slides {
        padding: 25px 36px 80px 36px;
        display: none
    }
    .product-banner .product-banner-slides .product-slide-title {
        display: block;
        margin-bottom: 20px;
        font-weight: 700
    }
    .product-banner .product-banner-slides .product-slide-title b {
        font-size: 24px
    }
    .product-banner .product-banner-slides .product-slide {
        display: none
    }
    .product-banner .product-banner-slides .product-slide.active-slide {
        display: block
    }
    .product-banner .product-banner-slides .slide-back {
        display: block;
        position: absolute;
        left: 36px;
        bottom: 25px;
        font-size: 14px;
        line-height: 30px;
        font-weight: 400;
        text-transform: uppercase;
        cursor: pointer
    }
    .product-banner .product-banner-slides .slide-back i {
        position: relative;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-top: 11px;
        margin-left: 2px;
        margin-right: 6px;
        vertical-align: top;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-backface-visibility: hidden
    }
    .product-banner .product-banner-slides .slide-back i:before,
    .product-banner .product-banner-slides .slide-back i:after {
        content: "";
        position: absolute;
        display: block;
        background: #fff
    }
    .product-banner .product-banner-slides .slide-back i:before {
        top: 0;
        height: 2px;
        width: 100%
    }
    .product-banner .product-banner-slides .slide-back i:after {
        left: 0;
        height: 100%;
        width: 2px
    }
    .product-banner .product-banner-nav .product-banner-trigger.active-trigger:after {
        width: 0
    }
    .product-banner .product-banner-nav .product-banner-trigger:hover:after {
        width: 100%
    }
    .tables-wrapper h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px
    }
    .rates-table td {
        padding: 10px
    }
    .single-product-table {
        margin-bottom: 0px
    }
    .single-product-table+.single-product-table {
        margin-top: 45px
    }
    .calc-section .with-hidden-field .col-lg-4:nth-child(4n+1):last-child .empty-label {
        display: inline-block
    }
    .calc-section .col-md-6:nth-child(odd):last-child .empty-label {
        display: none
    }
    .calc-section .col-lg-12.col-md-6>.empty-label {
        display: inline-block
    }
    .calc-section .calc-form.vacancy-form {
        padding-top: 40px;
        margin-bottom: 0
    }
}

@media (max-width: 1199px) and (min-height: 750px) {
    .flexslider .slides li.item {
        padding-top: 70px;
        padding-bottom: 80px
    }
    .flexslider-control-wrap {
        bottom: 40px
    }
}

@media (max-width: 1199px) and (min-height: 950px) {
    .flexslider .slides li.item {
        padding-top: 140px;
        padding-bottom: 150px
    }
    .flexslider-control-wrap {
        bottom: 110px
    }
}

@media (min-width: 992px) {
    .converter-form .col-lg-5,
    .converter-form .col-md-5 {
        width: 45.8%
    }
}

@media (max-width: 991px) {
    footer .partners .partners-title {
        text-align: center
    }
    footer .partners {
        text-align: center
    }
    footer .partners .partner {
        display: inline-block;
        float: none;
        vertical-align: top
    }
    footer .partners .right-partners {
        float: none;
        margin-top: 25px
    }
    header .nav-wrap nav .nav-button,
    header .nav-wrap nav .nav-item .nav-back span,
    header .nav-wrap .nav-item .first-level>li>a,
    header .nav-wrap .second-level-wrap .second-level>li>a,
    header .nav-wrap .third-level-wrap .third-level li {
        width: 720px
    }
    .member-item h6 {
        letter-spacing: 0.25px;
        font-size: 16px
    }
    .your-attention .attention-item {
        width: 50%;
        border-bottom: 1px solid #ededed
    }
    .your-attention .attention-item:nth-child(odd) {
        border-left: none
    }
    .member-item .image-holder {
        background-position: top -20px center
    }
    .head-master .member-item .image-holder {
        background-position: top center
    }
    .quotes {
        margin-top: 0;
        padding-left: 15px;
        padding-top: 45px
    }
    .quotes svg {
        top: -18px;
        right: auto;
        left: 12px
    }
    .direction-item {
        padding: 56px 20px 20px 46px
    }
    .direction-item .direction-text {
        font-size: 24px
    }
    .calc-section .calc-form .range-col {
        width: 100%
    }
    .calc-section .calc-form .button-col {
        width: 40%
    }
    .calc-section .calc-form .left-col,
    .calc-section .calc-form .right-col {
        width: 100%;
        margin-top: 40px
    }
    .calc-section .calc-form .input-col {
        width: 30%
    }
    .calc-section .calc-form .slider-col {
        width: 70%
    }
    .calc-section .range-col {
        margin-bottom: 24px
    }
    .doc-item {
        padding-bottom: 23px
    }
    .doc-item .button-wrap {
        right: 20px
    }
    .doc-item .button-wrap .button-default {
        height: 40px;
        line-height: 38px;
        font-size: 11px
    }
    .button-default i.download-ic {
        margin-top: 10px;
        margin-right: 8px;
        font-size: 15px;
        line-height: 18px
    }
    .calc-section .col-sm-6:nth-child(odd):last-child .empty-label {
        display: none
    }
    .converter-form .form-wrapper {
        position: relative
    }
    .converter-form .col-reverse {
        position: static;
        width: 0;
        height: 0;
        padding: 0
    }
    .converter-form .col-reverse .reverse-currency {
        left: auto;
        top: auto;
        bottom: 100%;
        right: 10px
    }
}

@media (min-width: 768px) {
    .site-map-col ul {
        display: block !important
    }
    .product-banner .product-banner-top {
        display: block !important
    }
}

@media (max-width: 767px) {
    .pt-60,
    .pt-50 {
        padding-top: 40px
    }
    .cat-item .cat-title,
    .news-item .new-title {
        height: 45px;
        padding: 0
    }
    .carousel-with-title .cat-item,
    .news-item {
        margin-top: 45px
    }
    .cat-item.mb-0 {
        margin-bottom: 5px
    }
    footer.pt-50 {
        padding-top: 15px
    }
    footer .footer-bottom {
        padding: 30px 0
    }
    footer .hot-line {
        margin-bottom: 20px
    }
    footer .partners {
        padding: 25px 15px
    }
    .cat-item .cat-text {
        padding: 20px 30px 30px 30px
    }
    .cat-item.mb-0 .cat-text {
        padding: 20px 30px 20px 30px
    }
    .chat-call {
        right: 10px;
        bottom: 10px
    }
    header {
        height: 60px
    }
    header .logo img {
        height: 37px
    }
    header .top-actions {
        padding: 3px 0
    }
    header .top-actions .bank-online {
        display: none
    }
    header .top-actions .lang {
        margin-left: 0
    }
    .flexslider-control-wrap {
        height: 60px
    }
    .flexslider-control-wrap .custom-navigation a {
        width: 60px;
        height: 60px;
        line-height: 60px
    }
    .flexslider-control-wrap .custom-navigation a+a {
        width: 61px
    }
    .flexslider-control-wrap .flexslider-controls {
        margin-left: 25px
    }
    .flexslider .text-wrap .text {
        padding: 0 25px 45px 25px
    }
    .flexslider .text-wrap .text-inner {
        font-size: 20px;
        line-height: 34px;
        -webkit-transform: translate(-25px, 0);
        -moz-transform: translate(-25px, 0);
        -o-transform: translate(-25px, 0);
        transform: translate(-25px, 0)
    }
    .flexslider .text-wrap .text-inner strong {
        font-size: 24px;
        line-height: 36px
    }
    .flexslider .text-wrap .text-inner ul {
        font-size: 16px;
        line-height: 24px
    }
    .flexslider .text-wrap .text-inner li {
        margin-top: 6px
    }
    .flexslider .text-wrap .text-inner strong+ul {
        margin-top: 0px
    }
    .flexslider-control-wrap .flexslider-controls {
        margin-right: 25px
    }
    .flexslider-control-wrap .custom-navigation a span {
        width: 10px;
        height: 10px
    }
    .flexslider-control-wrap .custom-navigation a.flex-next {
        padding-right: 5px
    }
    .flexslider-control-wrap .custom-navigation a.flex-prev {
        padding-left: 5px
    }
    .flexslider .text-wrap:before {
        width: 862px;
        height: 806px;
        margin-top: -401px;
        margin-left: -433px;
        background-size: 100% 100%
    }
    .flexslider .text-wrap .colored-panel {
        width: 270px
    }
    header .nav-wrap nav .nav-button {
        width: 100%
    }
    header .nav-wrap nav>li,
    header .nav-wrap .nav-item .first-level>li,
    header .nav-wrap .second-level-wrap .second-level>li,
    header .nav-wrap .third-level-wrap .third-level {
        padding-left: 15px;
        padding-right: 15px
    }
    header .nav-wrap nav .nav-item,
    header .nav-wrap .second-level-wrap,
    header .nav-wrap .third-level-wrap {
        margin-left: -15px;
        margin-right: -15px;
        width: auto
    }
    header .nav-wrap nav .nav-button,
    header .nav-wrap nav .nav-item .nav-back span,
    header .nav-wrap .nav-item .first-level>li>a,
    header .nav-wrap .second-level-wrap .second-level>li>a,
    header .nav-wrap .third-level-wrap .third-level li {
        width: 100%
    }
    header .nav-wrap nav .nav-button,
    header .nav-wrap nav .nav-item .nav-back span,
    header .nav-wrap .nav-item .first-level>li>a,
    header .nav-wrap .second-level-wrap .second-level>li>a {
        padding-top: 9px;
        padding-bottom: 9px
    }
    header .nav-wrap nav .nav-item .nav-back span i,
    header .nav-wrap .nav-item .first-level>li>a i,
    header .nav-wrap .second-level-wrap .second-level>li>a i {
        line-height: 44px
    }
    header .nav-wrap nav .nav-button i {
        line-height: 44px
    }
    header .nav-wrap .mobile-banking a {
        position: relative;
        display: block;
        padding: 9px 35px 9px 0;
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.25px;
        color: #214696
    }
    header .nav-wrap .mobile-banking a svg {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
        fill: #214696
    }
    header .nav-wrap .mobile-banking a:hover {
        color: #214696
    }
    header .nav-wrap .mobile-banking {
        display: block
    }
    header .nav-wrap .mobile-banking.md-opened>a {
        color: #fff
    }
    header .nav-wrap .mobile-banking.md-opened a svg {
        fill: #fff
    }
    .tags.pb-40 {
        padding-top: 10px;
        padding-bottom: 26px
    }
    .tags.pb-40 h5 {
        margin-bottom: 14px
    }
    h5 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px
    }
    .site-map h5 {
        margin-bottom: 10px
    }
    .site-map-container {
        margin-bottom: 22px
    }
    .site-map-col ul li a {
        padding-left: 20px
    }
    .site-map-col .site-map-item {
        width: 100%;
        padding-right: 0
    }
    .site-map-col.single-col li {
        width: 100%;
        display: block;
        padding-right: 0
    }
    .site-map-col ul li:last-child {
        padding-bottom: 6px
    }
    .site-map-col h6 {
        margin-bottom: 0px;
        margin-top: 8px;
        line-height: 25px;
        padding-right: 25px
    }
    .site-map-col h6.map-toggle-button {
        position: relative
    }
    .site-map-col h6.map-toggle-button i {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background: #fff;
        cursor: pointer
    }
    .site-map-col h6.map-toggle-button i:after {
        content: '';
        display: block;
        position: absolute;
        top: 12px;
        left: 8px;
        width: 9px;
        height: 1px;
        background: #ccc
    }
    .site-map-col h6.map-toggle-button i:before {
        content: '';
        display: block;
        position: absolute;
        top: 8px;
        left: 12px;
        height: 9px;
        width: 1px;
        background: #ccc
    }
    .site-map-col h6.map-toggle-button i.map-to-close:before {
        display: none
    }
    .site-map-col ul {
        display: none;
        padding-top: 14px;
        padding-bottom: 0
    }
    .site-map-col:first-child .site-map-item:first-child ul {
        display: block
    }
    .quotes {
        padding-left: 0;
        padding-top: 0
    }
    .quotes svg {
        display: none
    }
    .sub-page {
        padding-top: 15px;
        padding-bottom: 40px
    }
    .sub-page h2 {
        font-size: 30px;
        line-height: 38px
    }
    .sub-page h3 {
        font-size: 24px;
        line-height: 32px
    }
    .head-master {
        padding-top: 35px
    }
    .head-master h3 {
        margin-bottom: 30px
    }
    .members-list {
        padding-top: 40px
    }
    .members-list .member-item {
        margin-top: 30px
    }
    .your-attention {
        padding-top: 35px
    }
    .members-wrap+.container .your-attention {
        padding-top: 20px
    }
    .your-attention h3,
    .calc-section h3 {
        margin-bottom: 30px
    }
    .direction-banners {
        padding-top: 0px
    }
    .direction-item {
        width: 100%;
        height: 220px
    }
    .direction-item.wide-item {
        width: 100%
    }
    .additional-info {
        margin-top: 40px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px 15px 15px 15px
    }
    .additional-info .button-default {
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -moz-transform: translate(50%, 0);
        -o-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }
    .media-carousel-wrap,
    .calc-section {
        padding-top: 40px
    }
    .media-carousel-wrap h3,
    .categories h3,
    .product-info-table h3 {
        margin-bottom: 30px
    }
    .owl-theme.arrow-dots .owl-nav [class*='owl-'],
    .owl-theme.arrow-nav .owl-nav [class*='owl-'] {
        top: -66px
    }
    .categories .owl-theme {
        margin-top: 50px
    }
    .categories .owl-theme.arrow-dots .owl-nav [class*='owl-'],
    .categories .owl-theme.arrow-nav .owl-nav [class*='owl-'] {
        top: -55px
    }
    .categories h3+.owl-theme {
        margin-top: 0px
    }
    .categories h3+.owl-theme.arrow-dots .owl-nav [class*='owl-'],
    .categories h3+.owl-theme.arrow-nav .owl-nav [class*='owl-'] {
        top: -66px
    }
    .news-item .new-text,
    .history-item .history-text {
        padding: 30px 30px 44px 30px
    }
    .video-item .video-info {
        padding: 20px 30px 22px 30px
    }
    .video-item.history-item .video-info {
        padding: 16px 30px
    }
    .post-banner img {
        margin-bottom: 30px
    }
    .sub-page .text-block img {
        width: 45%;
        margin: 0px 35px 35px 0
    }
    .post-video {
        margin-top: 35px
    }
    .calc-section .calc-form {
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px 15px 30px 15px
    }
    .calc-section .calc-form .button-col {
        width: 100%;
        text-align: center
    }
    .calc-section .calc-form .button-col .button-default {
        display: inline-block;
        width: 290px;
        vertical-align: top
    }
    .calc-section .calc-form .left-col,
    .calc-section .calc-form .right-col {
        margin-top: 36px
    }
    .calc-section .calc-form .input-col {
        width: 100%
    }
    .calc-section .input-wrap input[type="text"] {
        width: 50%;
        float: right
    }
    .calc-section .calc-form .slider-col {
        width: 100%
    }
    .calc-section .range-col {
        margin-bottom: 14px
    }
    .calc-section .range-col .row+.row {
        margin-top: 14px
    }
    .calc-section .slider-col .slider-range {
        margin-bottom: 14px
    }
    .calc-section .input-wrap {
        float: left;
        width: 100%;
        margin-bottom: 10px
    }
    .calc-section .input-wrap .title {
        display: block;
        float: left;
        line-height: 60px;
        font-weight: 700
    }
    .product-banner-wrap {
        margin-top: -15px;
        padding: 0
    }
    .product-banner .product-banner-nav .product-banner-nav-cell:nth-child(odd) {
        border-right: none
    }
    .product-banner .product-banner-nav .product-banner-nav-cell {
        width: 100%
    }
    .product-banner .product-banner-nav .product-banner-trigger {
        height: auto;
        line-height: 24px;
        padding: 12px 55px 14px 15px
    }
    .product-banner .product-banner-nav .product-banner-trigger i {
        width: 12px;
        height: 12px;
        margin-top: -5px;
        right: 17px
    }
    .product-banner .product-banner-top {
        padding: 20px 15px
    }
    .product-banner .product-banner-top h2 {
        font-size: 24px;
        line-height: 36px
    }
    .product-banner .product-banner-top .description {
        margin-top: 6px;
        font-size: 16px;
        line-height: 30px
    }
    .product-banner .product-banner-slides .product-slide-title {
        margin-bottom: 10px
    }
    .product-banner .product-banner-slides {
        padding: 75px 15px 30px 15px
    }
    .product-banner .product-banner-slides .slide-back {
        left: 0;
        top: 0;
        bottom: auto;
        width: 100%;
        padding: 10px 15px;
        border-bottom: 2px solid #fff
    }
    .chart-section {
        padding-top: 5px
    }
    .chart-section h3 {
        margin-bottom: 20px
    }
    .doc-item .doc-name span {
        padding: 22px 30px 36px 30px
    }
    .tables-wrapper h4 {
        font-size: 20px;
        line-height: 28px
    }
    .single-product-table .table-caption {
        margin-bottom: 18px
    }
    .single-product-table .table-caption h4 {
        margin-bottom: 8px
    }
    .single-product-table+.single-product-table {
        margin-top: 35px
    }
    .calc-section .calc-form.vacancy-form {
        padding-top: 30px;
        padding-bottom: 40px
    }
    .calc-section .form-item {
        margin-bottom: 25px
    }
    .calc-section .form-item label.empty-label {
        display: none !important
    }
    .calc-section .form-bottom .captcha-place {
        float: right;
        margin-bottom: 30px
    }
    .calc-section .form-item label {
        white-space: normal
    }
    #map {
        width: auto;
        height: 350px;
        margin: 0 -15px
    }
    .map-filters .calc-form {
        padding-bottom: 15px
    }
    .map-toggles li {
        width: 50%
    }
    .map-toggles li.map-view {
        width: 60px
    }
    .map-toggles .map-toggle {
        width: 100%;
        padding: 0 5px;
        letter-spacing: 0.25px
    }
    .map-filters {
        padding-top: 0
    }
    .map-toggles {
        width: auto;
        margin: -15px -15px 0 -15px
    }
    .gm-style-iw .department-info {
        padding: 4px 20px 16px 8px;
        font-size: 14px;
        line-height: 25px
    }
    .gm-style-iw {
        max-width: 280px !important
    }
    .converter-form .convert-result {
        line-height: 30px
    }
    .news-row .news-item {
        margin-top: 30px
    }
    .news-row {
        margin-top: -15px
    }
    .calc-section.list-sort .form-item {
        margin-bottom: 20px
    }
    .pagination {
        float: left;
        margin-top: 40px
    }
}

@media (max-width: 660px) {
    footer .partners .partner+.partner {
        margin-left: 20px
    }
}

@media (max-width: 600px) {
    footer .hot-line {
        padding-left: 80px
    }
    footer .partners .partner,
    footer .partners .right-partners {
        display: none
    }
    footer .partners .partners-title {
        float: none
    }
    footer .partners .partners-title.mobile-hidden {
        opacity: 0
    }
    footer .partners .carousel-partners {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 400px
    }
    footer .partners .carousel-partners .item {
        display: table;
        width: 100%
    }
    footer .partners .carousel-partners .partner {
        display: table-cell;
        width: 30%;
        padding: 0 15px;
        margin: 0
    }
    footer .partners .carousel-partners .partner img {
        display: inline-block;
        max-width: 100%;
        max-height: 61px;
        height: auto;
        width: auto
    }
    .markets .container {
        padding-left: 5px;
        padding-right: 5px
    }
    .markets-carousel.owl-theme .owl-nav {
        display: none
    }
    .markets-carousel {
        padding-right: 0
    }
    .head-master .col-xs-6,
    .members-list .col-xs-6 {
        width: 100%
    }
    .head-master .col-xs-6+.col-xs-6,
    .members-list .col-xs-6+.col-xs-6 {
        padding-top: 1px
    }
    .members-list .row,
    .members-list .row>[class*='col-'] {
        display: block;
        float: none
    }
    .member-item {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto
    }
    .quotes {
        padding-top: 28px
    }
    .your-attention .attention-item {
        width: 100%;
        border-left: none
    }
    .direction-item {
        padding-left: 15px;
        padding-right: 15px
    }
    .categories .owl-theme {
        margin-top: 0
    }
    .sub-page .text-block img {
        width: 100%;
        float: none;
        margin: 0px 0px 30px 0px
    }
    .cat-item.mb-0 {
        margin-bottom: 0px
    }
    .categories h3,
    .media-carousel-wrap h3 {
        padding-right: 0px
    }
}

@media (max-width: 500px) {
    footer .footer-bottom {
        padding: 30px 12px;
        text-align: center
    }
    footer .footer-bottom .col-xs-12 {
        float: none !important;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        max-width: 100%
    }
    footer .hot-line {
        padding-left: 65px;
        text-align: left
    }
    footer .hot-line .hot-text {
        float: none
    }
    footer .hot-line a {
        float: none;
        line-height: 28px
    }
    footer .social {
        top: 50%;
        margin-top: -32px
    }
    header .top-actions .lang .mobile-hidden {
        display: none
    }
    header .header-top {
        position: relative
    }
    header .search-wrap,
    header .search-wrap button {
        position: static
    }
    header .search-wrap input[type="search"] {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 40px;
        margin-top: 1px;
        padding: 12px 15px 13px 15px;
        margin: 0;
        border-bottom: 1px solid #dfdfdf;
        font-size: 14px;
        line-height: 14px;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s
    }
    header .search-wrap button.disabled+input {
        width: 100%;
        padding: 10px 15px 11px 15px;
        opacity: 0;
        visibility: hidden
    }
    .direction-banners {
        margin-left: -15px;
        margin-right: -15px
    }
    .direction-item {
        border-left: none;
        border-right: none;
        border-bottom: none;
        height: 260px
    }
    .calc-section .calc-form .button-col .button-default {
        width: 100%
    }
    .calc-section .form-bottom .captcha-place {
        float: none
    }
    .calc-section .form-bottom .submit {
        float: none;
        width: 100%
    }
    .pagination {
        margin-top: 30px;
        padding-right: 0;
        padding-bottom: 74px
    }
    .pagination li a,
    .pagination li span {
        margin: 0
    }
    .pagination li.prev,
    .pagination li.next {
        top: auto;
        bottom: 0
    }
    .pagination li.prev {
        right: auto;
        left: 0
    }
    .pagination li.next {
        right: auto;
        left: 61px
    }
}

@media (max-width: 480px) and (max-height: 580px) {
    .flexslider .text-wrap .colored-panel {
        width: 100%
    }
    .flexslider .text-wrap {
        width: 100%
    }
}

@media (max-width: 400px) {
    body,
    header {
        min-width: 320px
    }
    footer .partners .carousel-partners {
        margin-left: -10px;
        margin-right: -10px;
        width: auto
    }
    footer .partners .carousel-partners .partner {
        width: auto;
        padding: 0 10px
    }
    .flexslider .text-wrap .text-inner {
        letter-spacing: 0.25px
    }
    .map-toggles .map-toggle span {
        vertical-align: middle
    }
    .map-toggles .map-toggle {
        line-height: 58px
    }
}

@media (max-width: 360px) and (max-height: 580px) {
    .flexslider .text-wrap .colored-panel {
        width: 100%
    }
    .flexslider .text-wrap {
        width: 100%
    }
    .flexslider-control-wrap .flexslider-controls {
        margin-left: 20px
    }
    .flexslider .text-wrap .text {
        padding: 0 20px 40px 20px
    }
    .flexslider .text-wrap .text-inner {
        -webkit-transform: translate(-15px, 0);
        -moz-transform: translate(-15px, 0);
        -o-transform: translate(-15px, 0);
        transform: translate(-15px, 0)
    }
    .flexslider .text-wrap .text-inner strong {
        line-height: 34px
    }
    .flexslider .text-wrap .text-inner li {
        margin-top: 4px
    }
    .flexslider .text-wrap .text-inner br {
        display: none
    }
    .flexslider-control-wrap .flexslider-controls {
        margin-right: 20px
    }
    .flexslider .slides li.item {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .flexslider-control-wrap {
        bottom: 5px
    }
}

/*# sourceMappingURL=style.css.map */