

/* Start:/local/templates/html_dev/css/main.css?172458786850958*/
html {
    overflow-y: scroll;
    height: 100%
}
body {
    height: 100%;
    margin: 0;
    min-width: 300px
}
.underline {text-decoration: underline;}
/* AUTHORIZATION */
.authorization td.placeholder {width: 40%; font-weight: 500!important;}
.authorization .fields.boolean {
	float: right;
}
.authorization td select {
	width: 100%;
}
.authorization td input {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 8px;
	box-sizing: border-box;    
}
.authorization td {
    padding: 5px 5px 5px 0px;
}
.authorization .placeholder {
    font-size: 15px;
	font-weight: bold;
}
.authorization input {
	padding: 5px;
	}
.authorization input[type=checkbox] {
	width: 20px;
	height: 20px;
}
h2 {
  display:flex;
}

h3 {
  display:flex;
}
/*
h3:after {
  color:#004e94;
  content:'';
  flex:1;
  border-bottom:2px solid #004e94;
  margin:auto 0.55em;
  margin-right: 0;
}
h3:before 
{
  content:'';
  flex:1;
  border-bottom:2px solid #004e94;
  margin:auto 0.55em;
  margin-left: 0;
}
*/
b,
strong {font: 16px/1.4 Roboto; font-weight: 600;}
a img {
    border: none
}
:focus {
    outline: 0
}
ul {
    margin: 0;
    padding: 0;
    list-style: none
}
li {
    font: 16px/1.4 Roboto
}
.b-benefits li {list-style-type: square;}
.b-news-content li {list-style-type: square;}
.b-news-content ol li {list-style-type: decimal;}
.b-news-content ul {padding-left: 25px;}
table,
td,
th {
    vertical-align: middle;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0
}
caption,
th {
    text-align: left;
    font-weight: 400
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}
p {
    padding: 0;
    margin: 0 0 15px
}

body {
    background: #fff;
    color: #08283a;
    font: 14px/1.4 Roboto, Tahoma, arial, ' sans-serif';
}
._dash,
._dot,
._lnk,
a {
    -webkit-transition: color .2s, border-color .2s;
    -moz-transition: color .2s, border-color .2s;
    -o-transition: color .2s, border-color .2s;
    transition: color .2s, border-color .2s;
    color: #00283a;
    text-decoration: none
}
.b-news-content a {text-decoration: underline;}
a:active,
a:focus,
a:hover {
    color: #204f91
}
._dash,
._dot,
._lnk,
.brd a,
a.brd {
    text-decoration: none;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 40, 58, .75);
    cursor: pointer
}
._dash:hover,
._dot:hover,
._lnk:hover,
.brd a:active,
.brd a:focus,
.brd a:hover,
a.brd:active,
a.brd:focus,
a.brd:hover {
    border-bottom-color: rgba(27, 76, 143, .75);
    color: #204f91
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: Roboto, tahoma;
    line-height: 1.1;
    color: #000
}
h1 {
    font-size: 48px;
    margin-bottom: 30px
}
h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #262424;
}
h3 {
    font-size: 24px;
    margin-bottom: 15px
}
h4 {
    font-size: 16px;
    margin-bottom: 15px
}
._left {
    float: left
}
._right {
    float: right
}
._clear {
    *zoom: 1
}
._clear:after {
    display: block;
    content: '';
    width: 100%;
    clear: both
}
._hide {
    display: none
}
span._dash {
    border-bottom-style: dashed
}
span._dot {
    border-bottom-style: dotted
}
span._lnk {
    border-bottom: 1px solid
}
.g-wrapper {
    position: relative;
    margin: 0 auto;
    overflow: initial;
}
.g-header {
    width: 100%;
    background-color: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 300;
    border-bottom: 1px solid transparent;
    -webkit-transition: box-shadow .6s ease .6s, border-bottom-color .4s ease, background-color .6s ease;
    -moz-transition: box-shadow .6s ease .6s, border-bottom-color .4s ease, background-color .6s ease;
    -ms-transition: box-shadow .6s ease .6s, border-bottom-color .4s ease, background-color .6s ease;
    transition: box-shadow .6s ease .6s, border-bottom-color .4s ease, background-color .6s ease
}
.ws-menu .g-header {

}
.g-header.shadow {
    border-bottom-color: #e0e0e0;
    background-color: #192032;
}
.shadow .b-main-menu .menu-item>a,
.shadow .b-main-menu .menu-item>span {
    padding: 16px
}
.logo-sm {
    display: none
}
.logo-big,
.shadow .logo-sm {
    display: block
}
.shadow .logo-big {
    display: none
}
.shadow .b-logo {
    padding-top: 0px
}
.shadow .b-logo img {
    max-height: 40px
}
.shadow .b-header-controls {

}
.g-header:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}
.g-main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}
.g-main:after {
    content: '';
    display: table;
    clear: both
}
.ws-menu .g-main {
    padding-top: 0
}
.g-footer {
    position: relative;
    background-color: #fff
}
.inner-head-content {
    position: relative
}
.g-footer_i,
.g-wrapper_i,
.inner-head-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5%;
}
.g-header_i {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative
}
.error-page .g-wrapper {
    min-height: 100%;
    background: url(/local/templates/html_dev/css/../images/bg-404.jpg) 50% 0 no-repeat;
    background-size: cover;
    padding-top: 60px;    
}
.error-page .g-header {
    position: relative;
    background: 0 0;
    box-shadow: none
}
.error-page .g-main {
    height: 100%
}
.b-header-controls {
    float: right;
}
.b-header-controls:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}
.language,
.social {
    float: right
}
.language {
    padding: 1px 0 0 10px;
    border-left: 1px solid #fff
}
.language a {
    font: normal 600 14px/22px Roboto;
    color: #fff;
    font-weight: 300;
}
.social {
    margin: 0 10px 0 0
}
.social .fb,
.social .gp,
.social .in,
.social .tw {
    display: inline-block;
    width: 17px;
    height: 22px;
    margin: 0 10px 0 0;
    background: url(/local/templates/html_dev/css/../images/sprite.png) no-repeat
}
.social .tw {
    background-position: 0 0
}
.social .fb {
    background-position: -24px 0
}
.social .in {
    background-position: -46px 0
}
.social .gp {
    background-position: -70px 0
}
.social .tw:hover {
    background-position: -287px -44px
}
.social .fb:hover {
    background-position: -311px -44px
}
.social .in:hover {
    background-position: -333px -44px
}
.social .gp:hover {
    background-position: -357px -44px
}
.error-page .social .tw {
    background-position: -287px 0
}
.error-page .social .fb {
    background-position: -309px 0
}
.error-page .social .in {
    background-position: -333px 0
}
.error-page .social .gp {
    background-position: -357px 0
}
.error-page .social .tw:hover {
    background-position: -287px -83px
}
.error-page .social .fb:hover {
    background-position: -309px -83px
}
.error-page .social .in:hover {
    background-position: -333px -83px
}
.error-page .social .gp:hover {
    background-position: -357px -83px
}
.b-logo {
    float: left;
    max-width: 170px;
}
.b-logo a {
    display: block
}
.b-main-menu .menu-list {
    margin: 0 -16px;
    padding-top: 3px
}
.b-main-menu .menu-list {
    margin: 0 auto;
    padding-top: 0px
}
.b-main-menu {

}
.b-main-menu .menu-item {
    float: left
}
.b-main-menu .menu-item>a,
.b-main-menu .menu-item>span {
    font: 14px/22px Roboto;
    text-transform: uppercase;
    font-weight: light;
    display: block;
    cursor: pointer;
    padding: 25px 16px 23px
}
.b-main-menu .menu-item>a {
    color: #00283a
}
.b-main-menu .menu-item>span {
    color: #fff;
}
.b-main-menu .navbar-collapse.in .menu-item>span,
.b-main-menu .navbar-collapse.in .menu-item>a {
}
.b-main-menu .menu-item.active>a,
.b-main-menu .menu-item.active>span,
.b-main-menu .collapse.in .menu-item>a:hover,
.b-main-menu .collapse.in .menu-item>span:hover {
    color: #fff!important;
	text-decoration: underline;
}
.b-main-menu .menu-item.log-link {
    float: right;
    padding: 23px 16px 21px
}
.b-main-menu .menu-item.log-link a {
    font: italic 600 14px/22px palatino;
    text-transform: none;
    padding: 0;
    display: inline
}
.b-main-menu .menu-item.log-link a:hover {
    font: italic 600 14px/22px palatino;
    text-transform: none;
    color: #004E94;
    background: 0 0
}
.b-main-menu .menu-item.log-link.active {
    background: #004E94
}
.b-main-menu .menu-item.log-link.active a {
    border-bottom-color: transparent;
    color: #fff
}
.b-main-menu .menu-item.log-link.active a:hover {
    color: #fff
}
.b-promo {
    background: url(/local/templates/html_dev/css/../images/promo-map.png) 50% 50% no-repeat;
    padding: 100px 0 150px;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    background-size: contain
}
.b-promo:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 40px;
    bottom: 70px;
    left: 50%;
    margin-left: -10px;
    background: url(/local/templates/html_dev/css/../images/sprite.png) -44px -44px no-repeat
}
.b-promo .promo-content {
    text-align: right;
    max-width: 61%;
    font: italic 30px/1.5 palatino;
    color: #00283a;
    margin: 0 auto
}
.b-promo .promo-content p {
    text-align: left
}
.b-promo .promo-content .promo-keyword {
    font: 400 30px/1.5 pt_sansbold;
    text-transform: uppercase
}
.b-promo .promo-more {
    padding-right: 20px;
    position: relative
}
.b-promo .promo-more:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 15px;
    height: 20px;
    background: url(/local/templates/html_dev/css/../images/sprite.png) 0 -40px no-repeat
}
.b-promo .promo-more:hover:after {
    background-position: -44px -120px
}
.b-slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 80px
}
.b-slider .slider-wrap {
    width: 100%;
    overflow: hidden
}
.b-slider .slider-item {
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom
}
.b-slider .slider-menu {
    position: absolute;
    left: 0;
    top: 30px;
    display: table;
    width: 90%;
    margin: 0 5%;
    z-index: 4
}
.b-slider .slider-menu-item {
    display: table-cell;
    vertical-align: top
}
.b-slider .slider-item-tab {
    display: block;
    padding: 20px 30px;
    font: 18px/1.1 pt_sans_regular;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-left: 1px solid rgba(97, 100, 103, 1);
    cursor: pointer;
    -webkit-transition: font-size .3s;
    -moz-transition: font-size .3s;
    -ms-transition: font-size .3s;
    -o-transition: font-size .3s;
    transition: font-size .3s
}
.b-slider .slider-menu-item.selected .slider-item-tab {
    font-size: 28px
}
.b-slider .slider-menu-hidden {
    display: none
}
.b-slider .slider-controls .next,
.b-slider .slider-controls .prev {
    display: block;
    position: absolute;
    width: 50px;
    height: 20px;
    top: 60%;
    margin-top: -10px;
    background: url(/local/templates/html_dev/css/../images/sprite.png) no-repeat;
    cursor: pointer;
    z-index: 40
}
.b-slider .slider-controls .next {
    right: 5%;
    background-position: -194px -78px
}
.b-slider .slider-controls .prev {
    left: 5%;
    background-position: -108px -78px
}
.b-slider .slider-controls .next:hover {
    background-position: -194px -107px
}
.b-slider .slider-controls .prev:hover {
    background-position: -108px -107px
}
.b-slider .slide-content {
    padding: 210px 13% 95px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.b-slider .slide-head {
    display: block;
    font: 68px/1.1 pt_sansbold;
    color: #fff;
    margin-bottom: 25px
}
.b-slider .slide-text {
    font: italic 400 24px/1.2 palatino;
    color: #fff;
    max-width: 850px;
    margin-bottom: 30px
}
.b-slider .slide-head,
.b-slider .slide-text {
    text-shadow: 0 0 2px rgba(0, 0, 0, .7)
}
.b-slider .blue-btn-link {
    display: inline-block;
    padding: 16px 43px;
    background: #004E94;
    color: #fff;
    font: 14px/1 pt_sans_regular;
    text-transform: uppercase
}
.b-slider .blue-btn-link:hover {
    background: #0060A5
}
.b-slider .blue-btn-link:active {
    background: #00478D;
    -webkit-box-shadow: inset 1px 2px 2px rgba(0, 3, 1, .2);
    -moz-box-shadow: inset 1px 2px 2px rgba(0, 3, 1, .2);
    box-shadow: inset 1px 2px 2px rgba(0, 3, 1, .2)
}
.b-slider .blue-btn-link.disabled .b-slider .blue-btn-link:disabled {
    background: #ccc
}
.b-index-head {
    font: normal 400 48px/1.2 pt_sans_regular;
    color: #00283a;
    margin: 0 0 25px
}
.b-index-head {
  display:flex;
}
.b-index-head:after {
  color:#004e94;
  content:'';
  flex:1;
  border-bottom:2px solid #004e94;
  margin:auto 0.55em;
  margin-right: 0;
}
.b-index-head:before 
{
  content:'';
  flex:1;
  border-bottom:2px solid #004e94;
  margin:auto 0.55em;
  margin-left: 0;
}

.sub-head {
}
.sub-head a {
    color: #214f91;
    text-decoration: underline
}
.sub-head a:hover {
    text-decoration: none
}
.b-branches {
    padding: 0 0 80px
}
.b-branches .branches-columns {
    margin: 0 -30px
}
.b-branches .branch-item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 0 -5px 0 0;
    padding: 10px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 14px/1.4 pt_sans_regular;
    position: relative;
    min-height: 170px
}
.bgVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}
.ws-vid {
    margin-bottom: 100px!important
}
.b-inner-head .bgVideo {
    top: 70px
}
.bgVideo+.inner-head-content .sub-head {
    text-shadow: 1px 1px 1px #fff
}
.bgVideo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/local/templates/html_dev/css/../images/texture.png);
    opacity: .25
}
.bgVideo .ws-gif,
.bgVideo .ws-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}
.branch-item .bgVideo {
    opacity: 0
}
.branch-item:hover .bgVideo {
    opacity: 1
}
.b-branches .branch-head {
    display: block;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 15px
}
.b-branches .branch-item p {
    margin: 0
}
.b-branches .branch-item .branch-head,
.b-branches .branch-item p {
    position: relative
}
.b-branches .branch-item:hover .branch-head,
.b-branches .branch-item:hover p {
    color: #fff
}
.b-branches .branch-quote {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin: 0;
    padding: 10px 30px 10px 60px;
    font: italic 35px/1.2 palatino;
    color: #204f91;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.b-branches .branch-quote:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    left: 30px;
    top: 26px;
    background: url(/local/templates/html_dev/css/../images/sprite.png) -2px -88px no-repeat
}
.b-customers {
    padding: 0 0 40px
}
.b-customers .customers-slider {
    position: relative;
    margin: 0 0 20px
}
.b-customers .slider-wrap {
    overflow: hidden;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.b-customers .slider-item {
    float: left;
    width: 160px;
    margin: 0 10px
}
.b-customers .slider-controls .next,
.b-customers .slider-controls .prev {
    display: block;
    position: absolute;
    width: 50px;
    height: 20px;
    top: 40%;
    margin-top: -10px;
    background: url(/local/templates/html_dev/css/../images/sprite.png) no-repeat;
    cursor: pointer
}
.b-customers .slider-controls .next {
    right: 0;
    background-position: -194px 0
}
.b-customers .slider-controls .prev {
    left: 0;
    background-position: -108px 0
}
.b-customers .slider-controls .next:hover {
    background-position: -194px -39px
}
.b-customers .slider-controls .prev:hover {
    background-position: -108px -39px
}
.b-customers .customer {
    text-align: center;
    margin: 0 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
	min-height: 120px
}
.b-customers .customer .for-logo {
    width: 100%;
    height: 70px;
    margin-bottom: 20px
}
.b-customers .customer img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    max-height: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%)
}
.b-customers .customer:hover img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    max-height: 100%;
    filter: none;
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none
}
.b-customers .customer a {
    font: italic 400 14px/1 palatino;
    color: #000;
    text-decoration: underline;
    display: block
}
.b-customers .organizations {
    width: 65%;
    padding: 40px 0;
    border-top: 1px solid #c2c2c2
}
.b-customers .org-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px
}
.b-customers .org-item.name {
    font: italic 400 14px/1 palatino;
    color: #000
}
.b-customers .org-item.txt {
    font: 10px/1.2 pt_sans_regular;
    color: #000;
    width: 140px;
    margin: 0
}
.b-team {
    padding-bottom: 120px
}
.b-team .team-slider {
    max-height: 365px;
    position: relative
}
.team-slider .slider-wrap {
    padding: 0 50px
}
.b-team .slider-item {
    height: 330px;
    padding: 15px 5px;
    float: left;
    margin: 0 10px
}
.b-team .slider-controls .next,
.b-team .slider-controls .prev {
    display: block;
    position: absolute;
    width: 50px;
    height: 20px;
    top: 40%;
    margin-top: -10px;
    background: url(/local/templates/html_dev/css/../images/sprite.png) no-repeat;
    cursor: pointer
}
.b-team .slider-controls .next {
    right: 10px;
    background-position: -194px 0
}
.b-team .slider-controls .prev {
    left: 10px;
    background-position: -108px 0
}
.b-team .slider-controls .next:hover {
    background-position: -194px -39px
}
.b-team .slider-controls .prev:hover {
    background-position: -108px -39px
}
.b-team .person {
    width: 320px;
    height: 330px;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .14);
    margin-bottom: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 45px 10px 10px 140px;
    display: block
}
.b-team .person:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, .3)
}
.b-team .person .last-name {
    display: block;
    font: 16px;
    font-family: Roboto;
    font-weight: 500;
    color: #2a4687;
}
.b-team .person .first-name {
    display: block;
    font: 20px;
    font-family: Roboto;
    font-weight: bold;
    color: #2a4687;
}
.b-team .person .position {
    display: block;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 300;
    color: #262626;
}
.b-map {
    margin: 0 auto;
    width: 100%;
    position: relative
}
.b-map .map-tabs {
    height: 760px;
    position: absolute;
    top: 0;
    left: 120px
}
.b-map .map-tabs-head {
    position: absolute;
    width: 380px;
    left: 13%;
    top: 50%;
    margin-top: -248px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);   
}
.b-map .map-tabs-head.toggle {
    background-position: -393px -2px
}
.b-map .tabs-head-item {
    height: 50%;
    display: inline-block;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 35px 45px;
    padding-bottom: 120px;
}
.b-map .tabs-head-item:nth-child(2n-1) {
    opacity: 1
}
.b-map .tabs-head-item:nth-child(2n) {
    opacity: .5
}
.b-map .tabs-head-item:nth-child(2n):hover {
    opacity: .7
}
.b-map .toggle .tabs-head-item:nth-child(2n-1) {
    opacity: .5
}
.b-map .toggle .tabs-head-item:nth-child(2n-1):hover {
    opacity: .7
}
.b-map .toggle .tabs-head-item:nth-child(2n) {
    opacity: 1
}
.b-map .tabs-head-item {
	color: #fff;
}
.b-map .map-tabs-body {
    width: 100%;
    height: 100%
}
.b-map .tabs-body-item {
    width: 100%;
    height: 100%;
    background: #ececec
}
.b-info-box {
    margin-bottom: 50px
}
.b-info-box:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}
.b-info-box .side {
    float: left;
    width: 45%
}
.b-info-box .side:first-child {
    margin-right: 8%
}
.b-info-box .side-head {
    font: 24px/1.3 pt_sansbold;
    color: #00283a;
    margin-bottom: 25px
}
.b-info-box .presentation {
    padding: 0 0 20px;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 20px
}
.b-info-box .download-files {
    margin: 0 0 20px
}
.b-info-box .download-files:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}
.b-info-box .vacancy-link {
    padding: 3px 0
}
.vacancy-link {
    float: right;
    padding: 10px 0 0;
    margin-left: 20px;
    margin-right: 20px;
    font: 14px/1 pt_sans_regular;
    color: #424242;
    border-bottom: 1px solid rgba(66, 66, 66, .75);
}
..b-info-box .journal .b-news-item:first-child {
    padding-top: 0;
    border-bottom: 1px solid #c2c2c2
}
.b-file {
    position: relative;
    padding: 0 2% 0 50px;
    display: inline-block;
    vertical-align: top;
    min-height: 50px;
    margin: 0 -5px 15px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.b-file.pres {
    padding: 0 0 0 78px;
    margin: 0
}
.b-file .ico {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px!important;
    height: 44px;
    background: url(/local/templates/html_dev/css/../images/file.svg) no-repeat;
    background-size: contain;    
}
.b-file.pres .ico {
    width: 68px;
    height: 54px;
    background: url(/local/templates/html_dev/css/../images/certificate.svg) no-repeat;
    background-size: contain;
}
.b-file.pres:hover .ico {
}
.b-file .name {
    font-size: 15px;
    color: #efefef;
    display: block;
    padding: 4px 0
}
.b-file .info {    
    font-size: 14px;
    color: #efefef;
    font-weight: 300;
    display: none;
}
.b-news-item {
}
#contacts {

}
#team {
	max-height: 760px;
}
#partners {
	max-height: 881px;
}
.b-news-item .info {
    font-size: 13px;
    color: #818181;
    padding-bottom: 15px;
}
.b-news-item .info .date,
.b-news-item .info .date_no{
    text-transform: lowercase;
}    
.b-news-item .info .date:after {
    content: '/';
    display: inline-block;
    padding: 0 8px 0 8px;
}
.b-news-item a.name {
    font-size: 16px;
    font-weight: bold;
    color: #2c2c2c;
    padding-bottom: 20px;
    text-decoration: none;
    padding-right: 15px;
}
.b-news-item .content {
    font-size: 14px;
    margin-top: 15px;
    color: #3c3c3c;
	font-weight: 500;
}
.b-news-item a.more {
    font: 14px Roboto;
    color: #243561;
    text-decoration: none;
}
.b-news-item .news-pic {
    width: 100%;
    margin: 0 0 15px
}
.b-news-item .news-pic img {
    width: 100%
}
.news.img {
    padding: 25px 0
}
.b-articles {
    position: relative;
    margin: 0 -20px 80px;
    padding: 0;
    height: 100%;
    float: left;
    zoom: 1
}
.b-articles .articles-wrap {
    margin: 0 0 50px;
    position: relative;
    *zoom: 1;
    height: 100%
}
.b-articles .articles-wrap:after {
    content: '';
    width: 100%;
    display: block;
    clear: both
}
.b-articles .article-item {
    float: left;
    width: 33%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.b-articles .article-item.links {
    width: 100%
}
.ws-wrap {
	box-shadow: 0px 0px 12px 0px rgba(44, 44, 44, 0.1);
}
.news-content {
    padding: 20px 15px 30px 15px;
}
.b-articles .b-news-item .content {
    height: auto
}
.b-articles .b-news-item {

}
.b-articles .more-articles {
    display: block;
    margin: 20px auto 0;
    border: none;
    text-align: center;
    text-decoration: none;
    padding: 19px;
    width: 100%;
    background: #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    font: 14px/14px pt_sans_regular;
    color: #002839;
    cursor: pointer
}
.b-footer-items {
    padding: 15px 0
}
.b-footer-items:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}
.b-search {
    float: right;
    position: relative;
    width: 185px
}
.privacy {
	float: left;
    padding: 10px 10px 0;
    font: 14px/1 pt_sans_regular;
    color: #424242;
}
.privacy a {
	text-decoration: underline;
}
.b-search .search-text {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 45px 3px 5px;
    border: 1px solid #022a3c;
    height: 32px;
    font: italic 14px/26px;
    color: #00283a;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.b-search .search-btn {
    position: absolute;
    width: 40px;
    height: 32px;
    border: none;
    background: url('/local/templates/html_dev/images/search-black.png');
    background-repeat: no-repeat;
    background-position: center;    
    cursor: pointer;
    right: 0;
    top: 0;
    font-size: 0
}

.b-copy {
    float: left;
    padding: 10px 0 0;
    font: 14px/1 pt_sans_regular;
    color: #424242;
    margin-right: 35px
}
.b-made {
    float: left;
    padding: 10px 0 0;
    font: 14px/1 pt_sans_regular;
    color: #424242;
    border-bottom: 1px solid rgba(66, 66, 66, .75)
}
.b-made a {
    color: #424242
}
.b-made a:hover {
    color: #000
}
.b-inner-head {
    position: relative;
    z-index: 2;
    padding: 200px 0 70px;
    margin-bottom: 30px
}
.b-inner-head.about {
    background: url(/local/templates/html_dev/css/../images/about-bg.jpg) 50% center no-repeat;
    background-size: cover
}
.b-inner-head.sh {
    background: url(/local/templates/html_dev/css/../images/sh-bg.jpg) 50% center no-repeat;
    background-size: cover
}
.b-inner-head.investment-banking {
    background: url(/local/templates/html_dev/css/../images/investicionnii_banking.jpg) center bottom no-repeat;
    background-size: cover
}
.b-inner-head.support {
    background: url(/local/templates/html_dev/css/../images/podderjka_investorov.jpg) center bottom no-repeat;
    background-size: cover
}
.b-inner-head.studies {
    background: url(/local/templates/html_dev/css/../images/issledovanie_analitika.jpg) 50% -120px no-repeat;
    background-size: cover
}
.b-inner-head.management {
    background: url(/local/templates/html_dev/css/../images/Upravlenie_aktivami.jpg) center bottom no-repeat;
    background-size: cover
}
.b-inner-head.securities {
    background: url(/local/templates/html_dev/css/../images/cennie_bumagi.jpg) center top no-repeat;
    background-size: cover
}
.b-inner-head.investment-banking .main-head,
.b-inner-head.investment-banking .sub-head,
.b-inner-head.management .main-head,
.b-inner-head.management .sub-head,
.b-inner-head.securities .main-head,
.b-inner-head.securities .sub-head,
.b-inner-head.studies .main-head,
.b-inner-head.studies .sub-head,
.b-inner-head.support .main-head,
.b-inner-head.support .sub-head {
    color: #fff
}
.b-inner-head .main-head,
.vacancy.main-head {
    font-size: 68px;
    color: #08283a;
    margin-bottom: 25px
}
.ws-vid .main-head {
    color: #fff
}
.b-inner-head .sub-head {
    margin-bottom: 0
}
.b-default-content {
    margin: 0 0 80px
}
.b-default-content:after {
    display: table;
    height: 1px;
    clear: both;
    content: ''
}
.b-default-content>p {
    font: 15px/1.5 PT_SANS_REGULAR;
    color: #08283a;
    margin-bottom: 35px
}
.b-default-content blockquote {
    font: italic 400 30px/40px palatino;
    color: #837f7f;
    padding: 0;
    margin: 0 0 40px
}
.b-default-content .content-blockquote {
    margin: 0 0 35px
}
.b-default-content blockquote:before {
    content: '\00AB';
    font: italic 400 40px/40px palatino;
    color: #837f7f
}
.b-default-content blockquote:after {
    content: '\00BB';
    font: italic 400 40px/40px palatino;
    color: #837f7f
}
.b-default-content .num-list .head {
    font: 24px/1.1 pt_sansbold;
    color: #08283a;
    display: block;
    margin-bottom: 45px;
    text-align: center
}
.b-default-content .num-list p {
    font: 15px/1.4 PT_SANS_REGULAR;
    color: #08283a;
    margin-bottom: 0
}
.b-default-content .num-list ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0 0 80px;
    padding: 0
}
.b-default-content .num-list ol li {
    font: 15px/1.4 PT_SANS_REGULAR;
    color: #08283a;
    list-style-position: inside;
    margin: 0;
    text-indent: 50px
}
.b-default-content .num-list ol li:before {
    content: counter(item) ') ';
    counter-increment: item
}
.b-default-content i {
    font-family: palatino;
    font-style: italic
}
.b-default-content b {
    font-family: pt_sansbold
}
.b-default-content a {
    font-family: palatino;
    font-style: italic
}
.b-benefits {
    margin-bottom: 40px
}
.b-benefits>p {
    font: 15px/1.5 PT_SANS_REGULAR;
    color: #08283a;
    margin-bottom: 35px
}
.b-benefits .head {
    font: 24px/1.1 pt_sansbold;
    color: #08283a;
    display: block;
    clear: both;
    margin-bottom: 35px;
    text-align: center;
}
.b-default-content p+.b-benefits .head {
    padding: 50px 0 0
}
.b-benefits .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px 0 30px;
    width: 33.3%;
    margin: 0 -5px 30px 0;
    color: #08283a;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-benefits .item:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
    width: 30px;
    height: 5px;
    background: url(/local/templates/html_dev/css/../images/bullet.png) no-repeat
}
.b-benefits .item.wide {
    width: 66.6%
}
.b-benefits i {
    font-family: palatino;
    font-style: italic
}
.b-double-columns {
    margin-bottom: 50px
}
.b-double-columns:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}
.b-double-columns .side {
    width: 40%;
    float: left
}
.b-double-columns .side:first-child {
    margin-right: 15%
}
.b-double-columns .side .head {
    font: 24px/1.1 pt_sansbold;
    color: #08283a;
    display: block;
    margin-bottom: 15px
}
.b-double-columns .side p {
    font: 16px/1.5 pt_sans_regular;
    color: #08283a
}
.b-double-columns i {
    font-family: palatino;
    font-style: italic
}
.b-double-columns ul {
    margin-left: 0
}
.b-double-columns ul li {
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 15px;
    color: #08283a
}
.b-double-columns ul li:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 12px;
    width: 30px;
    height: 5px;
    background: url(/local/templates/html_dev/css/../images/sprite.png) -2px -87px no-repeat
}
.b-wide-pic {
    width: 100%;
    height: 480px;
    margin: 0 0 50px;
    background-color: #999;
    position: relative
}
.b-wide-pic.issledovanie {
    background: url(/local/templates/html_dev/css/../images/tmp/uslugi_bg1.jpg) 50% 50% no-repeat;
    background-size: 100% auto
}
.banking {
    background: url(/local/templates/html_dev/css/../images/tmp/uslugi_bg2.jpg) 50% 50% no-repeat;
    background-size: cover
}
.b-ad-txt-columns {
    margin-bottom: 40px;
    padding: 40px 0 0
}
.b-ad-txt-columns:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}
.b-ad-txt-columns .side {
    width: 40%;
    float: left
}
.b-ad-txt-columns .side:first-child {
    margin-right: 10%
}
.b-ad-txt {
    white-space: nowrap;
    max-width: 100%
}
.b-ad-txt .large-side {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 10px
}
.b-ad-txt .large-side .num {
    display: block;
    font: 90px/75px pt_sans_regular;
    color: #08283a
}
.b-ad-txt .large-side .txt {
    display: block;
    font: 22px/26px pt_sans_regular;
    color: #08283a
}
.b-ad-txt .content-side {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}
.ws-pic {
    width: 33%;
    position: fixed;
    bottom: 62px;
    left: 0;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
}
.ws-pic img {
    max-width: 100%;
    float: right
}
.b-person {
    margin-bottom: 100px;
    float: right;
    min-height: 700px;
    padding: 50px 5% 0 38%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.b-person .name {
    font: 68px/1.2;
    color: #08283a;
    margin-bottom: 20px
}
.b-person .position {
    font: italic 400 30px/1.2;
    color: #08283a;
    margin-bottom: 50px
}
.b-person .person-info p {
    font: 16px/1.3 ;
    color: #08283a;
    margin-bottom: 20px
}
.b-person .education {
    padding: 40px 0 0
}
.b-person .education .head {
    display: block;
    text-align: center;
    font: 24px/1.2 pt_sansbold;
    color: #08283a;
    margin-bottom: 55px
}
.b-person .education .edu-item {
    position: relative;
    font: 16px/1.3;
    color: #08283a;
    padding: 0 0 0 30px;
    margin: 0 0 15px
}
.b-person .education .edu-item:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 10px;
    width: 30px;
    height: 5px;
    background: url(/local/templates/html_dev/css/../images/bullet.png) no-repeat
}
.b-search-results {
    padding-top: 30px;
    padding-bottom: 50px
}
.b-search-results .b-search {
    width: 100%;
    float: none;
    margin-bottom: 35px
}
.b-search-results .search-head {
    border-bottom: 1px solid #000;
    font: 14px/1.3 
}
.b-search-results .search-head .query {
}
.b-search-results .results-list {
    margin: 0 0 40px;
    padding: 0
}
.b-search-results .list-item {
    list-style: none;
    position: relative;
    padding-left: 40px
}
.b-search-results .list-item .number {
    position: absolute;
    text-align: center;
    left: 0;
    top: 32px;
    width: 27px;
    height: 20px;
    font-size: 17px;
    color: #00283a;
    border-bottom: 1px solid #00283a
}
.b-result-item {
    padding: 16px 0;
    border-bottom: 1px solid #c2c2c2
}
.b-result-item .info {
    font: 12px/1.1 pt_sans_regular;
    color: #7a7c80;
    margin: 0 0 5px
}
.b-result-item .info .date:after {
    content: '/';
    display: inline-block;
    padding: 0 8px 0 10px
}
.b-result-item .name {
    font-size: 16px;
}
.b-result-item .content {
    padding: 15px 0 7px;
    margin: 0;
    font: italic 16px/1.3;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis
}
.b-result-item .more {
    font-size: 12px;
}
.b-result-item .search-word {
    font-family: palatino;
    font-style: normal;
    font-weight: 700
}
.b-pagging {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 115px;
    padding-top: 40px;
}
.b-pagging .page-num {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 7px
}
.b-pagging a {
    font: 500 17px Roboto;
    color: #1a1a1a;
    padding: 4px 9px;    
}
.b-pagging a:hover {
    color: #1a1a1a;
}
.b-pagging span {
    font: 500 17px Roboto;
    color: #1a1a1a;
    padding: 4px 9px;
    background-color: #e8e8e8;    
}
.b-blockquote {
    padding: 25px 40px;
    background: #ebebeb;
    margin: 25px 0
}
.b-blockquote blockquote {
    font: italic 400 24px/35px palatino;
    color: #00283a;
    padding: 0;
    margin: 0 0 25px
}
.b-blockquote blockquote:before {
    content: '\00AB';
    font: italic 400 40px/40px palatino;
    color: #00283a
}
.b-blockquote blockquote:after {
    content: '\00BB';
    font: italic 400 40px/40px palatino;
    color: #00283a
}
.b-blockquote .info {
    font: 12px/1.1 pt_sans_regular;
    color: #00283a;
    margin: 0 0 5px
}
.b-blockquote .info .date:after {
    content: '/';
    display: inline-block;
    padding: 0 5px 0 7px
}
.b-blockquote .more {
    font: italic 12px/1 Palatino
}
.b-news-content {
    padding: 15px 0;
    font: 16px/1.4 pt_sans_regular
}
.b-news-content .head {
    font: 36px/1.2 pt_sansbold;
    color: #08283a;
    margin-bottom: 30px
}
.b-news-content .info {
    font: 14px/1.1 pt_sans_regular;
    color: #08283a;
    margin: 0 0 20px
}
.b-news-content .info .date:after {
    content: '/';
    display: inline-block;
    padding: 0 8px 0 10px
}
.b-news-content p {
    font: 16px/1.4 pt_sans_regular;
    margin-bottom: 15px
}
.b-news-content p img {
    max-width: 100%;
    display: block;
    margin: 40px 0
}
.b-news-content p a {
    color: #1c4b8f;
}
.b-news-content p a:hover {
    color: #08283a;
    border-bottom-color: #08283a
}
.b-news-content .imp-info {
    padding: 15px 0 0;
    font: 24px/1.2 pt_sansbold;
    color: #08283a;
    margin-bottom: 30px
}
.b-news-content .bold-text {
    font-family: pt_sansbold
}
.b-bread-crumbs {
    margin: 45px 0 45px
}
.vacancy-container .b-bread-crumbs {
	margin: 45px 0 30px
}
.b-bread-crumbs .crumb-item,
.b-bread-crumbs .crumb-item a {
    display: inline;
    vertical-align: middle;
    font: 300 14px Roboto;
    color: #5e5959;
}
.b-bread-crumbs .crumb-item:after {
    content: "";
    width: 4px;
    height: 7px;
    background: url(/local/templates/html_dev/images/bread.png) no-repeat;
    background-position: center center;
    display: inline-block;
    padding: 0 15px;
}
.b-bread-crumbs .crumb-item:last-child:after {
  display: none;
}  
.b-bread-crumbs .crumb-item:last-child:after {
    content: ''
}
.b-error-text {
    text-align: center
}
.b-error-text .head-text {
    font: 265px/235px Roboto;
    color: #fff;
    margin: 0 0 80px
}
.b-error-text .sub-head {
    font: 51px/51px Roboto;
    color: #fff;
    margin: 0 0 30px;
    display: block;
}
.b-error-text p {
	font: italic 400 16px/1.3 Roboto;
    color: #fff;
    margin: 0 0 5px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 20px 60px 20px;
}
.b-error-text a {
    border-bottom: 1px solid #fff;
    color: #fff
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.navbar-toggle {
    position: relative;
    float: right;
    margin: 4px 0 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent
}
.navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 1px;
    background-color: #fff
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px
}
button {
    cursor: pointer
}
.vacancy-list {
    border-top: 1px solid #08283a;
    padding: 60px 0 0;
    margin: 0 0 80px
}
.vacancy-item {
    border-bottom: 1px solid #C2C2C2;
    padding: 0 0 14px;
    margin: 0 0 25px
}
.vacancy-item:last-child {
    border-bottom-color: transparent
}
.vacancy-item .head {
    font: 24px/1.1 pt_sans_regular;
    color: #08283a;
    margin-bottom: 14px
}
.ws-treb {
    font: italic 400 14px/1 palatino;
    color: #7a7c80;
    margin: 0 0 5px
}
.ws-descr {
    color: #00283a;
    font: 14px/1.1 pt_sans_regular;
    margin: 0 0 16px
}
.b-person .name {
    overflow-wrap: break-word;
    word-wrap: break-word
}
.caroufredsel_wrapper {
    cursor: e-resize!important;
    cursor: -webkit-grab!important
}
.caroufredsel_wrapper:active {
    cursor: -webkit-grabbing!important
}
@media (max-width: 1159px) {
    .g-main {
    
    }
    .b-main-menu {
        clear: both
    }
    .b-main-menu .menu-item {
        float: left
    }
    .b-main-menu .menu-item.log-link {
        float: right
    }
    .b-main-menu .menu-item>a,
    .b-main-menu .menu-item>span {
        padding: 16px
    }
    .b-main-menu .menu-item.log-link {
        padding: 17px 16px 15px
    }
    .b-logo {
    
    }
    .b-logo img {
        max-height: 40px
    }
    .b-header-controls {
    
    }
}
@media (max-width: 1000px) {
    .b-slider .slider-controls {
        display: none
    }
    .b-slider .slide-content {
        padding: 60px 5% 50px
    }
    .b-slider .slide-head {
        font-size: 40px
    }
    .b-slider .slide-text {
        font-size: 16px
    }
    .slider-menu {
        display: block;
        text-align: center
    }
    .b-slider .slider-menu-item {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: #004E94;
        border-radius: 50%;
        cursor: pointer;
        margin: 0 5px
    }
    .b-slider .slider-menu-item:hover {
        background: #0060A5
    }
    .b-slider .slider-menu-item.selected {
        background: #21798f
    }
    .b-slider .slider-item-tab {
        display: none
    }
    .b-articles .article-item {
        width: 49.5%
    }
    .b-promo .promo-content {
        max-width: 100%;
        font-size: 24px
    }
    .b-promo .promo-content .promo-keyword {
        font-size: 24px
    }
    .b-benefits .item,
    .b-branches .branch-item {
        width: 50%
    }
    .b-team .slider-controls .prev {
        left: 20px
    }
    .b-team .slider-controls .next {
        right: 20px
    }
    .map-tabs {
        width: 100%;
        left: 0
    }
    .b-map .map-tabs {
        position: static;
        height: auto
    }
    .b-map .map-tabs-head {
        height: auto;
        top: 0;
        margin: 0;
        width: 100%;
        background: #EFEFEF;
        left: 0;
        overflow: hidden;
        position: relative
    }
    .b-map .b-contact-info-block:first-child {
        background: transparent;
    }
    .b-map .toggle .b-contact-info-block:first-child {
        background: transparent;
    }
    .b-map .toggle .b-contact-info-block:last-child {
        background: transparent;
    }
    .b-map .b-contact-info-block:hover,
    .b-map .toggle .b-contact-info-block:hover {
        background: transparent;
    }
    .b-map .tabs-head-item {
        width: 50%;
        display: table-cell;
        height: auto;
        min-height: 154px;
        padding: 10px 5%;
        font-size: 14px
    }
    .b-map .tabs-head-item .adress {
        margin-bottom: 5px
    }
    .b-map .tabs-head-item .phone {
        font-size: 16px;
        font-weight: 700
    }
    #BX_GMAP_google_map_main_page {
        height: 300px!important
    }
    .b-info-box .side {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px
    }
    .b-branches .branch-quote {
        width: 47%
    }
    .b-promo .promo-more:after {
        top: 6px
    }
}
@media (max-width: 767px) {
    .b-inner-head .main-head,
    .b-person .name {
        font-size: 40px
    }
    .b-error-text .head-text {
        font-size: 150px;
        line-height: 1
    }
    .b-articles .article-item {
        width: 100%
    }
    .b-main-menu {
        clear: none;
        
    }
    .grey-bg .info-box .blue-side {
	    padding-left: 15px;
	    padding-right: 15px;
	}	   
	.grey-bg .side {
	    padding-left: 15px;
	    padding-right: 15px;	    
	} 
    .blue-top .navbar-collapse {
        position: absolute;
        top: 48px;
        left: 0;
        width: 100%;
    }
    .shadow .navbar-collapse {
        top: 38px;
    }
    .b-main-menu .menu-item {
        float: none;
        display: block;
        padding: 0 15px;
        background: #192032;
        margin: 0
    }
    .b-logo {
	    padding-top: 9px;
		padding-bottom: 9px;	    
    }
    .shadow .b-logo {
	    padding-top: 5px;
	}
    .b-main-menu .menu-item {
	    padding: 0px;
	}	    
    .b-main-menu .menu-item:hover {

    }
    .b-main-menu .menu-item+.menu-item {
        border-top: 1px solid #ccc
    }
    .b-promo {
        padding-top: 60px;
        padding-bottom: 100px
    }
    .b-branches .branch-item {
        width: 100%
    }
    .b-branches .branch-quote {
        font-size: 26px;
        width: 100%;
        margin-right: -5px
    }
    .b-file {
        display: block
    }
    .g-wrapper .b-double-columns .side {
        margin: 0 0 40px;
        width: 100%
    }
    .b-benefits .item {
        width: 100%;
        padding: 0 0 0 30px;
        margin: 0 0 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .g-main {
    
    }
    .b-map .tabs-head-item {
        float: none
    }
    .b-main-menu .menu-item.log-link {
        float: none;
        padding: 0 16px
    }
    .b-main-menu .menu-item.log-link a {
        padding: 9px 16px 7px;
        display: block;
        border-bottom: none
    }
    .b-main-menu .menu-item.log-link a:hover {
        color: #fff;
        background: #004E94
    }
    .b-main-menu .menu-item>a,
    .b-main-menu .menu-item>span,
    .shadow .b-main-menu .menu-item>a,
    .shadow .b-main-menu .menu-item>span {
        padding: 9px 9px 9px 9px;
    }
    .b-header-controls {
        display: none
    }
    .error-page .b-header-controls {
        display: block
    }
    .b-main-menu .visible-xs {
        padding: 8px 31px 3px
    }
    .b-main-menu .visible-xs:hover {
        background: #ECECEC
    }
    .visible-xs:after {
        display: table;
        height: 1px;
        content: '';
        clear: both
    }
    .social {
        float: left
    }
    .language {
        border: none
    }
    .b-search {
        float: left
    }
    .b-copy {
        clear: both
    }
    .ws-pic {
        position: static;
        width: 100%
    }
    .ws-pic img {
        float: none;
        display: block;
        margin: 0 auto;
        max-height: 830px
    }
    .b-person {
        float: none;
        width: 100%;
        padding: 20px 5%
    }
    .b-promo .promo-content .promo-keyword {
        font-size: 20px
    }
    .b-slider .slide-head {
        font-size: 28px
    }
    .b-map .tabs-head-item {
        width: 100%;
        display: block
    }

    .b-inner-head .main-head, .vacancy.main-head{font-size:45px;}
    .b-news-item td.img{display: none}
    .b-news-item td.date{display: none}
    .materials-list{width: 100% !important;}
    .filter-table div {padding:10px 0 !important;width:100% !important;}
    .filter-table select {width: 100%}
    .b-news-item td.desc {padding-left:0 !important }
}
@media (max-width: 559px) {
    .team-slider .slider-wrap {
        padding: 0
    }
    .b-team .slider-controls .next {
        right: 10px
    }
    .b-team .slider-controls .prev {
        left: 10px
    }
    .b-team .slider-controls .next,
    .b-team .slider-controls .prev {
        top: 105%
    }
    .b-inner-head .main-head, .vacancy.main-head{font-size:35px;}
    .b-news-item td.img{display: none}
    .b-news-item td.date{display: none}
    .b-news-item td.segment{display: none}
    .materials-list{width: 100% !important;}
    .filter-table div {padding:10px 0 !important;width:100% !important;}
    .filter-table select {width: 100%}
    .b-news-item td.desc {padding-left:0 !important }
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .shadow .b-main-menu .menu-item.log-link {
        padding: 14px 16px 15px
    }
    .visible-xs {
        display: none
    }
}
@media (min-width: 1200px) {
    .b-customers .slider-wrap {
        padding-left: 0;
        padding-right: 0
    }
    .b-customers .slider-controls .prev {
        left: -4px
    }
    .b-customers .slider-controls .next {
        right: -8px
    }
    .b-team .slider-controls .prev {
        left: 11px
    }
    .b-team .slider-controls .next {
        right: 6px
    }
    .team-slider .slider-wrap {
        padding-left: 0;
        padding-right: 0
    }
    
}
@media (max-width: 575px){
	.cc-compliance {
	    position: absolute;
		bottom: 0px;
		right: 0px;
	}	
}
/* cookie notice */
a.cc-link {
    background-color: transparent;
    color: #fff;
    border: 1px solid grey;
    opacity: 1;
    padding: 8px;
    text-decoration: none;	
    white-space: pre;    
}
.cc-window.cc-floating {
    padding: 1em 1.8em;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
/* End */


/* Start:/local/templates/html_dev/css/bootstrap.css?172458786877344*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #182031;
  border-color: #182031;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #c1893f;
  border-color: #c1893f;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/* End */


/* Start:/local/templates/html_dev/css/all.css?172458786853592*/
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(/local/templates/html_dev/css/../webfonts/fa-brands-400.eot);src:url(/local/templates/html_dev/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/local/templates/html_dev/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/local/templates/html_dev/css/../webfonts/fa-brands-400.woff) format("woff"),url(/local/templates/html_dev/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(/local/templates/html_dev/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(/local/templates/html_dev/css/../webfonts/fa-regular-400.eot);src:url(/local/templates/html_dev/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/local/templates/html_dev/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/local/templates/html_dev/css/../webfonts/fa-regular-400.woff) format("woff"),url(/local/templates/html_dev/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(/local/templates/html_dev/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(/local/templates/html_dev/css/../webfonts/fa-solid-900.eot);src:url(/local/templates/html_dev/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/local/templates/html_dev/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/local/templates/html_dev/css/../webfonts/fa-solid-900.woff) format("woff"),url(/local/templates/html_dev/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(/local/templates/html_dev/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1724601867666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/html_dev/styles.css?1724587869130311*/
.b-news-item a {
	color: #af854e;
	text-decoration: underline;
}
.g-main .g-wrapper_i .news_block{padding:40px 0 120px}.news.img{padding:0px 0}
.filter-table{margin-top:50px}
.filter-table label, .filter-table select {display: block;
    margin: .25em 0; font-size: 15px;}
.filter-table td{
    padding-right: 20px; vertical-align:top}

.filter-table input{margin-bottom: 3px;}
.filter-table select {
    height: 35px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.social-icons a {
	padding-right: 5px;
}
.more-materials {
	color: #fff;
    position: relative;
    z-index: 99;
    opacity: 1;	
}
.more-materials img {
    height: 20px;
    padding-right: 5px;
}
.more-materials:hover {
	text-decoration: none;
}	
.filter-table div {
display:inline-block;
padding:0 10px;
}
.ws-pic {
	z-index: -1;
}
.filter-table div:first-child {
display:inline-block;
padding:0 10px 0 0;
}
.g-footer {
	display: none;
}

.b-news-item td.desc{
padding:20px 20px;
}

.b-news-item td.img{
padding:20px 20px 20px 0;
}

.b-news-item td.segment{
padding:20px 20px;
}

.b-news-item td.date{
padding:20px 20px;
}

.b-news-item td.download{
padding:20px 0 20px 20px;
}
.blue-btn-link {
    display: inline-block;
    padding: 10px 20px;
    background: #004E94;
    color: #fff;
    font: 14px/1 pt_sans_regular;
    text-transform: uppercase;
    border: 0;
}

.materials-list img{
padding-right: 20px;}
    
.materials-list .name{
font: 14px/1.1 pt_sansbold;
    padding: 4px 0;
}
.materials-list .info {
    font: italic 12px/1 Palatino;
    color: #7a7c80;
}
.b-map .map-tabs-head {

}
.devs-only {
	display: none;
}
.b-map .ymaps-layers-pane {
	filter: invert(100%) grayscale(100%) contrast(80%);
    -webkit-filter: filter: invert(100%) grayscale(100%) contrast(80%);
    -moz-filter: filter: invert(100%) grayscale(100%) contrast(80%);
    -ms-filter: filter: invert(100%) grayscale(100%) contrast(80%);
    -o-filter: filter: invert(100%) grayscale(100%) contrast(80%);
   
}
.b-map .ymaps-image-with-content{
	background-image: url('/local/templates/html_dev/images/map.png')!important;
	width: 32px!important;
	height: 46px!important;
	background-size: contain!important;
}
/* D-Flex stiles */

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.3%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.row > div {
    box-sizing: border-box;
}
.row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


/* Erbiko style*/

.blue-top {
	background-color: transparent;
    z-index: 999;
    width: 100%;  
    border-bottom: 1px solid #3b3e4a;  
}
.top-menus {
    position: fixed;
    top: 0px;  
    width: 100%;
    z-index: 999;        
}
.blue-top.shadow {
	background-color: #192032;
	border-color: #3b3e4a;	
}
.main-image .row {
	position: relative;
}
.main-image {
    min-height: 400px;
    background-position: center center;	
    position: relative;   
    background-size: cover;     
}
#about .promo-content {
	position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    z-index: 20;
    padding-left: 25%;		
}
.main-services-bg {
	
}
.services-item {
    padding-bottom: 30px;	
}
.main-image:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(25, 32, 50, 0.93);
    background: url(/local/templates/html_dev/images/back-pattern.png);
    z-index: 10;
    position: absolute;
}
.language a:first-child {
	padding-right: 10px;
}
.language {
	padding-right: 40px;
}
.promo-title {
    font-size: 72px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: bold;
    font-family: Roboto;
    padding-top: 250px;	
}
.promo-description {
	padding-top: 35px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 300;
	color: #dedeeb;
}
.promo-blocks {
	padding-top: 130px;
	padding-bottom: 110px;
}
.promo-block {
	font-size: 14px;
	font-family: Roboto;
	font-weight: 300;
	color: #fff;
    padding-right: 30px;
    padding-left: 30px;
    border-left: 1px solid #3f4553;    
	padding-top: 15px;    
}
.promo-block:first-child {
	padding-left: 0px;
    border-left: 0px;
}
.arrow-box {
	position: absolute;
    left: 0px;
    top: 250px;
    writing-mode: tb-rl;
    transform: rotate(-180deg) translateX(50%);
    z-index: 30;
    font-weight: 300;
	text-transform: uppercase;
    padding: 20px;
    padding-top: 70px;
    border: 1px solid #3a3f4d;    
}
.arrow-box a,
.arrow-box a:hover {
    color: #fff;
    font-family: Roboto;    
    font-size: 13px;    
}    
.arrow-box:before {
	content: "";
	position: absolute;
	top: 20px;
	background: url(/local/templates/html_dev/images/arrow-down.svg);
	width: 11px;
	background-size: contain;
	height: 40px;
	left: 43%;
	transform: rotate(180deg);
}
.service-bg {
	padding-top: 64%;
    position: relative;
    background-size: cover;
}
.last-service-bg {
	padding-top: 64%;
    position: relative;
    background-size: cover;
}
.service-bg:after {
	content: "";
    position: absolute;
    z-index: 20;
    background-color: #24242b;
    opacity: 0.95;
    width: 100%;
    height: 100%;
    top: 0px;
    -webkit-transition: background-color ease-out 0.3s;
    -moz-transition: background-color  ease-out 0.3s;
    -o-transition: background-color  ease-out 0.3s;
    transition: background-color  ease-out 0.3s;
    background-size: cover;    
}
a:hover .service-bg:before {
	background-color: #141a28;
}
.white-title {
	padding-bottom: 50px;
	font-size: 40px;
	font-weight: bold;
    text-transform: uppercase;	
}
.white-title h3 {
    padding-bottom: 30px;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: bold;
    color: #262626;
    text-transform: uppercase;
}
#team {
	padding-top: 100px;
}
.service-text {
	position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 30;
    font-weight: 400;
    font-size: 17px;
    color: #fff;	
}
.last-service-text {
    position: absolute;
    bottom: 30px;
    width: calc( 100% - 30px);
    z-index: 30;
    padding-left: 15px;   	
}
.last-service-text .text {
	font-weight: 300;
    font-size: 17px;
    color: #262626;    
}
.last-service-text .number {
	color: #243561;
	font-weight: bold;
	font-size: 48px;
}
.service-text .slash {
	opacity: 0;
    -webkit-transition:all ease-out 1s;
    -moz-transition:all ease-out 1s;
    -o-transition:all ease-out 1s;
    transition:all ease-out 1s;    
}
a:hover .service-text .slash {
	opacity: 1;
    padding-left: 15px;	
}
.service-text .text{
    padding-left: 15px;	
}	
.white-back {
	padding-bottom: 140px;
	padding-top: 100px;	
}
.services-page.white-back {
	padding-top: 80px;
	padding-bottom: 110px;
}

.blue-back {
	padding-bottom: 120px;
	padding-top: 100px;	
	background-color: #192032;	
	position: relative;
}
.blue-back:before {
	content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(25, 32, 50, 0.93);
    background: url(/local/templates/html_dev/images/back-pattern.png);
    z-index: 0;
    top: 0px;
    position: absolute;
}
.blue-back.no-dash {
    background-color: #182238;
}
.blue-back.no-dash:before {
	display: none;	
}	
.ab-title {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-bottom: 40px;
}
.ab-sub {
	font-size: 18px;
	font-weight: 400;
	color: #fff;	
	text-align: center;	
	padding-bottom: 60px;
    max-width: 770px;
    margin: 0 auto;	
}
.material-title, .news-title {
	padding-bottom: 40px;
	text-transform: uppercase;
}
.numbering {
	background: url(/local/templates/html_dev/images/number-art.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 53px;
	height: 51px;
	color: #b78844;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	padding-bottom: 25px;
}
.numbering img {
    width: 22px;
    max-height: 22px;
}
.numbering-title {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	min-height: 60px;
	padding-bottom: 10px;
}
.numbering-sub {
	font-size: 14px;
	color: #fff;
	font-weight: 500;	
}
.numbering-row {
	
}
.side {
	padding: 40px;
}
.footer-bg {
	background-color: #212121;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 20px;
	overflow: hidden;
}
.footer-menu .menu-item a,
.footer-menu .menu-item span {
	font-size: 14px;
	font-weight: 300;
}
.company-name {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 25px;
}
.company-subname {
	font-weight: bold;
	font-size: 15px;
	margin-top: -1px;
}
.company-desc {
	font-weight: 300;
	font-size: 14px;
	color: #b5b5b5;
	padding-bottom: 25px;
	max-width: 200px;
    line-height: 24px;
	
}
.shadow .menu-item {
    padding: 0px 0;
}    
.second-footer-bg,
.second-footer-bg a,
.second-footer-bg a:hover {
	background-color: #1d1d1d;
	color: #fff;
	font-size: 13px;
}
.second-footer-bg > div > div {
    padding-top: 30px;    
    padding-bottom: 30px;    
}
.second-footer-bg {
	overflow: hidden;
}
.b-main-menu .menu-item>a,
.b-main-menu .menu-item>a:hover {
    color: #fff;
}
.social-icons svg,
.social-icons img {
    padding: 5px;
    height: 17px;
    width: 20px;
    background-color: #000;
}
.social-icons {
	-webkit-transition:all ease-out 0.3s;
    -moz-transition:all ease-out 0.3s;
    -o-transition:all ease-out 0.3s;
    transition:all ease-out 0.3s;	
}
.social-icons .linkedin:hover img {
	background: #007ab9;
}
.social-icons .facebook:hover img {
	background: #3b5793;
}
.social-icons .instagram:hover img {
	background: #f72490;
}
.social-icons .twitter:hover img {
	background: #00a7e6;
}
.social-icons .youtube:hover img {
	background: #FF0000;
}
.social-icons .facebook:hover img {
	background: #3b5793;
}
.social-icons .tableau:hover img {
	background: #2d4b65;
}
.m-present-outer .corp-load-outer {
	padding-left: 15px;
	padding-right: 15px;	
}
.footer-head {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 15px;
	text-transform: uppercase;	
}
.footer-row > div {
	padding-bottom: 30px;
}
.footer-menu li {
	font-size: 14px;
	font-weight: 300;
}
a.news-link {
	color: #243561;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
a.news-link:hover {
	text-decoration: none;
}
.material-title img, .news-title img {
	padding-bottom: 30px;
}
.material-title h5 {
	font-weight: bold;
	font-size: 24px;
	color: #efefef;
}
.news-title h5 {
	font-weight: bold;
	font-size: 24px;
	color: #262626;
}
.grey-bg {
	background-color: #efefef;
	padding: 70px 0px;
}

.info-box .blue-side {
	background-color: #192032;
    padding: 40px;
    position: relative;	
}
.blue-side > div{
  position: relative;
  z-index: 10;
}
.blue-side .presentation {
	padding-bottom: 50px;
}
.b-file .ico {
    width: 23px;
    height: 29px;
    top: 50%;
    transform: translateY(-50%);    
}
.presentation .b-file .name {
	text-decoration: underline;	
}	
.info-box .blue-side:before {
content: "";
    width: 100%;
    height: 100%;
    background: url(/local/templates/html_dev/images/pattern-bw.png);
    z-index: 0;
    top: 0px;
    left: 0px;
    position: absolute;
}	
.info-box a.brd {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
    z-index: 9;
    position: relative;
}
.info-box a.brd:hover {
	text-decoration: none;
}
.material-img {
	padding-bottom: 40px;
}
#partners {
	padding-top: 100px;
	padding-bottom: 70px;
}
.blue-title {
	padding-bottom: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
	text-transform: uppercase; 
	position: relative;
	z-index: 20;   
}
.branch-name {
	color: #fbfbfb;
	font-size: 18px;
	font-weight: 500;
	padding-top: 25px;
}
.branch-desc {
	color: #c4c4c4;
	font-size: 14px;
	font-weight: 300;
	padding-top: 15px;
}
.branches-item {
	padding-bottom: 50px;
}
.branch-border {
	position: relative;
    height: 100%;	
}

.branch-border:before {
	content: "";
	height: 1px;
	bottom: 0px;
	background-color: #424856;
	position: absolute;
	width: 100%;
	height: 1px;
	-webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.branch-border:after {
	content: "";
	bottom: 0px;
	background-color: #bb8741;
	position: absolute;
	width: 0%;
	height: 2px;
	-webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.branch-border:hover:after {
    
    width: 100%;
}  
.branch-border svg path {
	-webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}  
.branch-border:hover svg path {
    fill: #bb8741;
}
	
.branch-border img {

}
.branch-big-desc {
	color: #c4c4c4;
	font-size: 20px;
	font-weight: 500;
	padding-top: 15px;
}
.branch-border:before {
	content: "";
	height: 1px;
	bottom: 0px;
	background-color: #424856;
	position: absolute;
	width: 100%;
	height: 1px;
}
.menu-item a, .menu-item a:hover {
	color: #fff;
}
.menu-item:hover {
	cursor: pointer;
}
.footer-menu .menu-item {
	padding: 11px 0;
	border-bottom: 1px solid #2c2c2c;
}
.news-bg,
.vacancy-bg,
.materials-bg,
.general-bg {
	width: 100%;
	height: 480px;
    background-position: center center;
    position: relative;
}
.news-bg:before,
.vacancy-bg:before,
.general-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);    
    z-index: 0;
    position: absolute;
}
.news-bg .container,
.vacancy-bg .container,
.general-bg .container {
	height: 100%;
}
.news-bg .row,
.vacancy-bg .row,
.general-bg .row {
    position: relative;
    height: 100%;	
}
.news-bg h1 {
    position: absolute;
    top: 50%;
    left: 0px;
    font-weight: bold;
    font-size: 68px;
    color: #fff;
}
.title-subtitle > .row {
    max-width: 1200px;
    margin: 0 auto;	
}
.vacancy-bg .title-subtitle,
.general-bg .title-subtitle {
    position: absolute;
    top: 50%;
    left: 0px;
	transform: translateY(-50%);
	overflow: hidden;
}
.general-bg.insights .title-subtitle,
.general-bg.branches .title-subtitle {
	transform: translateY(-50%);	
}	
.vacancy-bg .title-subtitle h1,
.general-bg .title-subtitle h1 {
    font-weight: bold;
    font-size: 68px;
    color: #fff;
}
.general-bg.insights .title-subtitle h1 {
	font-size: 59px;
}
.presentation {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);	
}
.presentation-main {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #242b3c;	
}
.presentation a {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
.presentation img {
	padding-right: 12px;	
}
.general-bg.branches .title-subtitle h1 {
	font-size: 60px;
}
.rotshield.general-bg .title-subtitle h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;	
}	
.vacancy-bg .title-subtitle .subtitle,
.general-bg .title-subtitle .subtitle {
	color: #fff;
	font-size: 25px;
    font-weight: 400;
}
.general-bg.insights .title-subtitle .subtitle {
	font-size: 15px;
	padding-right: 15px;
}
.general-bg.branches .title-subtitle .subtitle {
  font-size: 15px;

}
.rotshield.general-bg .title-subtitle .subtitle {	    
	text-align: center;
	font-size: 18px;
	font-weight: 500;	
	max-width: 950px;
	margin: 0 auto;
}	
.detail-bg {
	width: 100%;
	height: 480px;
    background-position: center center;
    position: relative;
}
.detail-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    z-index: 0;
    position: absolute;
}
.detail-bg .container {
	height: 100%;
}
.detail-bg .row {
    position: relative;
    height: 100%;	
}
.detail-bg .center-detail {
	position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    width: 100%;    
    transform: translateY(-50%);
}
.news.img img{
	max-width: 100%;
	width: 100%;
}
.center-detail .detail-date {
	text-transform: lowercase;	
}
.detail-bg h1 {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #262424;
    max-width: 900px;
    margin: 0 auto;
}
.news-col {
	padding-bottom: 30px;
}
.ws-wrap {
	
}
.blog-page-navigation {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 40px;
	text-align: center;
}
.news-menu {
    padding-bottom: 10px;
}
.partner-menu {
    padding-bottom: 30px;
    padding-left: 0px;	
}
.partner-menu span {
    padding-bottom: 10px;
    display: inline-block;
}
.news-menu a,
.partner-menu item{
    padding: 8px 13px;
    background-color: #f1f1f1;
    margin-right: 15px;
    border-radius: 2px;
    color: #192032;
    font-size: 15px;
    display: inline-block	
}
.news-menu a.active {
	background-color: #243561;
	color: #fff;
}
.partner-menu item.active {
	background-color: #243561;
	color: #fff;
}
.blog-page-navigation > a,
.blog-page-navigation > span {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 7px
}
.blog-page-navigation a {
    font: 500 17px Roboto;
    color: #1a1a1a;
    padding: 4px 9px;    
}
.blog-page-navigation a:hover {
    color: #1a1a1a;
}
.blog-page-navigation span {
    font: 500 17px Roboto;
    color: #1a1a1a;
    padding: 4px 9px;
    background-color: #e8e8e8;    
}
.blog-page-previous {
	background: url(/local/templates/html_dev/images/arrow-pagination.png) no-repeat;
    height: 19px;
    width: 21px;
    background-position: center center;
    margin: 0 auto;	
}
.blog-page-next {
	background: url(/local/templates/html_dev/images/arrow-pagination.png) no-repeat;
    height: 19px;
    width: 21px;
    background-position: center center;
    margin: 0 auto;	
    transform: rotate(180deg);
}
span.blog-page-dots {
	background-color: unset;
}
.b-bread-crumbs .crumb-item a {
	text-decoration: none;
	border-bottom: 0px;
}
.b-bread-crumbs .crumb-item:last-child span {
    line-height: 23px;
}	
.content-limit {
    height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;	
}
.content-limit:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0px;
	transform: rotate(180deg);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.detail-bg {
	height: 350px;
	width: 100%;
}
.news.img {
	text-align: center;
}
.swiper-bg img {
	max-width: 270px;
}
.swiper-bg .container {
	position: relative;
}
.swiper-container {
}
.swiper-bg {
	padding: 40px 0px;
	padding-bottom: 0px;
    position: relative;	
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url(/local/templates/html_dev/css/../images/sprite.png) no-repeat;
    top: 50%;
    height: 15px;
    margin: 0px;
    cursor: pointer;	
    background-position: -108px 0;
    transform: translateY(-50%) rotate(180deg);
    right: 0px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: url(/local/templates/html_dev/css/../images/sprite.png) no-repeat;
	top: 50%;
    transform: translateY(-50%);
    height: 15px;
    margin: 0px;
    cursor: pointer;	
    background-position: -108px 0;
    left: 0px;
}
@media (min-width: 1300px) {
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: -30px;	
	}
	.inner-news .swiper-button-next{
		right: -20px;	
	}
	.color .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: -50px;	
	}	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: -30px;	
	}
	.inner-news .swiper-button-prev{
		right: -20px;	
	}
	.color .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: -50px;	
	}	
}
.swiper-news {
	text-align: center;
}
.slider-logo .swiper-slide {
	text-align: center;
}
.b-map .map-tabs-head {
	background-color: #192032;
	padding-top: 75px;	
    font: 500 17px Roboto;
}
.b-map .map-tabs-head .map-title {
	font-size: 24px;
	font-weight: 400;
	color: #fffefe;
	padding-bottom: 40px;
	text-transform: uppercase;	
}
.map-title > img {
	padding-bottom: 10px;
}
.b-map .tabs-head-item .adress,
.b-map .tabs-head-item .phone {
    font: 400 17px Roboto;
    color: #fff;
}
.detail-date {
	padding-top: 25px;
}
.navbar-collapse .b-main-menu .menu-list {
	margin: 0 auto;
	padding-top: 0px;
}	
.navbar-collapse .b-main-menu .menu-item>span,
.navbar-collapse .b-main-menu .menu-item>a {
    color: #182032;
}
.menu-about {
	width: 100%;
    padding: 20px 0 20px;	
}
.menu-about .menu-item {
	padding: 0 25px 0 25px;
}
.light-grey {
    background-color: #f3f2f2;
    padding: 60px 0 60px 0;	
}
.accordion {
	width: 100%;
}
.card {
    background-color: #fff;
    padding: 9px 20px;
    margin-bottom: 20px;    	
}
.card .btn {
    width: 100%;
    text-align: left;
    color: #1b2336;
    font-size: 15px;
    padding-left: 0px;
    font-weight: 500;
    position: relative;	
    white-space: normal;    
}
.card-header h5 {
	position: relative;
}
.card-header .fa-sort-down {
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 14px;
	-webkit-transition:all ease-out 0.1s;
    -moz-transition:all ease-out 0.1s;
    -o-transition:all ease-out 0.1s;
    transition:all ease-out 0.1s;	
}
.card-header .btn-link .fa-sort-down {
	transform: rotate(180deg);
}
.card-header .btn-link.collapsed .fa-sort-down {
	transform: rotate(0deg);
}

.card .collapse.in {
	padding-top: 15px;
}
.btn-link:focus {
	outline: none;
}
.material-item {
    height: 120px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8ea;	
    -webkit-transition:all ease-out 0.3s;
    -moz-transition:all ease-out 0.3s;
    -o-transition:all ease-out 0.3s;
    transition:all ease-out 0.3s;
}
.material-item.full {
	height: auto;
    -webkit-transition:all ease-out 0.3s;
    -moz-transition:all ease-out 0.3s;
    -o-transition:all ease-out 0.3s;
    transition:all ease-out 0.3s;	
}
.material-news-item.img {
    min-width: 150px;
    width: 150px;
    height: 120px;
    background-image: url(/upload/iblock/755/7552014….jpg);
    background-repeat: no-repeat;
    background-size: cover;	
    margin-right: 20px;    
}
.download-name {
	padding-bottom: 8px;
}
.download-name a {
	font-size: 16px;
	color: #262424;
	font-weight: bold;
}
.material-news-item.date {
	font-size: 13px;
	color: #262424;
	font-weight: 400;
    opacity: 0.6;		
	padding-bottom: 10px;    
}
.material-news-item.desc {
	overflow: hidden;
	position: relative;
}
.m-read-more {
	position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    text-decoration: underline;
    color: #243561;
    font-weight: 500;	
    padding-top: 3px; 
    cursor: pointer;   
}
.m-read-more:hover {
	text-decoration: none;
}
.material-news-item.download button {
    width: 140px;
    height: 40px;
    background-color: #2a4687;
    border-radius: 2px;
    border: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.material-news-item .preview-text {
    padding-right: 15px;
    padding-bottom: 21px;    
}
.material-download img{
	padding-right: 5px;
}
.section-list {
	background-color: #f1f1f1;
	padding: 40px 30px;
	position: relative;
}
.materials-list-choose {
	background-color: #292f40;
}	
.section-title {
    font-size: 17px;
    color: #262424;
    padding: 15px 0 35px;
    font-weight: bold;
    text-transform: uppercase;
}
.section a{
	color: #1b1b1b;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.section.active a{
	color: #243561;
	position: relative;
}	
.section.active a:before {
    position: absolute;
    content: "";
    left: -10px;
    width: 3px;
    height: 6px;
    top: 50%;
    background: url(/local/templates/html_dev/images/arrow-left.png);
    transform: translateY(-50%);
}
.section-outer {
	padding-bottom: 40px;
}
.section {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dbdcde;
}
.choose-section {
    background-color: #f1f1f1;
    padding: 20px;
    color: #262424;
    font-size: 15px;
    text-transform: uppercase;
    background: url(/local/templates/html_dev/images/expand-button.svg);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    text-decoration: none;	
	background-color: rgb(241, 241, 241);    
}
.choose-materials {
    padding: 20px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    background: url(/local/templates/html_dev/images/expand-button-white.svg);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    text-decoration: none;
    background-color: rgb(27, 33, 53);
    margin-top: 15px;  
}
.close-materials {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;	
	background: url(/local/templates/html_dev/images/close-button-white.svg);
    width: 15px;
    height: 15px;
    background-size: contain;  
    z-index: 23;      
}
.close-section {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;	
	background: url(/local/templates/html_dev/images/close-button.svg);
    width: 15px;
    height: 15px;
    background-size: contain;    
}
.second-menu {
	background-color: #202022;
}
.second-menu .menu-item.active {
	text-decoration: underline;
}
.partner-item {
	padding-bottom: 20px;
    display: inline-flex;
    overflow: hidden;
}
.partner-logo {
	margin-top: auto;
}
.partner-logo img{
    max-width: 100%;
    max-height: 34px;
}
.partner-inner {
    border: 5px solid #f5f5f5;
	padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;       	
    text-align: center;
    width: 100%;    
}
.branches-item a img,
.branches-item a svg {
    max-width: 40px;
    max-height: 40px;
}
.approach-outer .approach img{
	max-width: 39px;
	max-height: 35px;	
}
.partner-img {	
  text-align: center;	
  padding-top: 12px;	
  padding-bottom: 13px;
  min-height: 80px;  
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
-webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;          
}
.partner-img img {
    max-height: 45px;
}
.partner-name {	
  padding-bottom: 20px;
  color: #192032;	
  font-size: 15px;	
  font-weight: bold;	
  text-align: center;
}
.partner-category {	
	padding-bottom: 14px;
	color: #303030;
	font-size: 14px;
	font-weight: 400;
}
.partner-country {
  font-size: 14px;
  color: #303030;
  padding-bottom: 14px;
  opacity: 0.7;	
}
.partner-desc {
  color: #192032;
  font-size: 14px;
  padding-bottom: 20px;	
}
.partner-desc img {
	max-width: 100%;
    max-height: 26px;	
}
.partner-role {	
	color: #192032;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 15px;	
}
.partner-year {	
	color: #192032;
	font-size: 14px;	
	opacity: 0.5;
}
.menu-about ::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
.menu-about::-webkit-scrollbar-thumb {
    background: #202021;
}
.menu-about .menu-list {
    overflow-y: scroll;	
}
.menu-about .menu-item a {
	white-space: nowrap;
}
.image-col {
    padding-bottom: 30px;    
}
.square-image {
width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.13);	
}
.square-image-outer {
	position: relative;
    width: 100%;
    height: 100%;	
}
.square-image-outer:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #121212;
	opacity: 0.3;
}
.text-col {
    overflow: hidden;
    padding-bottom: 30px;
	display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;    
}
.sub {
    color: #192032;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 25px;	
}
.text-square li {
	color: #1f1f1f;
	font-size: 14px;
	font-weight: 500;	
}
.text-square {
	background-color: #f4f3f3;
	position: relative;	
    padding: 35px 40px;
}
.text-square > div,
.text-square > ul {
	position: relative;
	z-index: 2;	
}	
.text-square:before {
	content: "";
    width: 100%;
    height: 100%;
    background: url(/local/templates/html_dev/images/pattern-grey1.png);
    z-index: 0;
    top: 0px;
    left: 0px;
    position: absolute;	
}
.text-square img {
    height: 25px;
    padding-bottom: 15px;	
}
.rodshield-descr {
	border-top: 1px solid #e8e8ea;
	margin-top: 15px;
}
.rodshield-descr {
	position: relative;
	font-size: 18px;
	color: #262626;
	padding-top: 45px;
	padding-bottom: 100px;
	text-align: center;
}
.rodshield-descr:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 3px;
	background-color: #ca9c5f;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	
}
.about-text {
	color: #182238;
	font-size: 20px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 50px;
}
.about-border {
	width: 100%;
	border-bottom: 1px solid #eee;
    margin-bottom: 45px;	
}
.content ul {
    padding-left: 0px;
}
.content li {
    padding-bottom: 25px;
    padding-left: 15px;
    position: relative;    
}   
.content li:before {
	display: none;
}
li.crumb-item:before {
	display: none;
}
li.crumb-item {
	padding-left: 0px;
} 
.content li:before {
	position: absolute;
    content: "";
    left: 0px;
    top: 7px;
    width: 4px;
    height: 4px;
    background-color: #1f1f1f;
}
.content li.crumb-item:before {
	display: none;
}
.relative {
	position: relative;
}
.swiper-button-next.disable,.swiper-button-prev.disable {
	display: none;
}
.m-present-outer > div {
	width: 100%;
}
.gerb-row {
	padding-top: 60px;
	padding-bottom: 60px;
}
.about-gerb {
    background: url(/local/templates/html_dev/images/gerb.png) no-repeat center center;
    background-size: contain;
    padding-top: 60px;
    padding-bottom: 60px;	
}
.about-gerb .image {
	padding-bottom: 15px;
}
.about-gerb .text {
	color: #182238;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 50px;	
}
.about-gerb .text:last-child {
	padding-bottom: 0px;
}
.about-numb {
    padding: 45px 30px;
    background: url(http://bitrix.milochka.by/local/templates/html_dev/images/pattern-white.png);
    position: relative;
    max-width: 300px;
    width: 100%;   
}
.about-numb:before {
  content: "";
  bottom: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 20;
  background: url(http://bitrix.milochka.by/local/templates/html_dev/images/gold-border.png);	
}
.about-numb .big {
	color: #182238;
	font-size: 50px;
	font-weight: bold
}
.about-numb .small {
	color: #182238;
	font-size: 16px;
	font-weight: bold;
}
.numb-col {
	overflow: hidden;
    padding-bottom: 20px;	
    position: relative;
    display: inline-flex;    
}
.title-subtitle.about > div {
    box-sizing: border-box;	
}
.numbering-row > div{
	padding-bottom: 40px;
}
.values-title {
	font-weight: bold;
	font-size: 29px;
	color: #262424;
	padding-bottom: 45px;
	text-align: center;
}
.values-n-title {
	font-size: 18px;
	color: #262424;
	font-weight: bold;
	padding-bottom: 20px;
}
.values-n-sub {
	font-size: 15px;
	color: #262424;
	font-weight: 400;
}
.values-row > div {
	padding-bottom: 80px;
	padding-left: 50px;
	position: relative;
}
.values-row > div:before {
	content: "";
	position: absolute;
	bottom: 40px;
	height: 1px;
	left: 0px;
	width: calc(100% - 30px);
	background-color: #d4d4d4;
	
}
.rodshield-descr {
    border-top: 1px solid #e8e8ea;
}
.grey-hint {
	position: relative;
	color: #262626;
	font-weight: 400;
	font-size: 18px;
	padding-top: 50px;
	padding-bottom: 50px;
    text-align: center;		
}
.grey-hint:before {
	content: "";
    width: 100%;
    height: 100%;
    background: url(/local/templates/html_dev/images/pattern-grey1.png);
    z-index: -1;
    top: 0px;
    left: 0px;
    position: absolute;	
}
.grey-hint-row {
	padding-bottom: 45px;
}
.grey-hint-row > div {
}
.cases {
	background-color: #f1f1f1;
	padding-top: 45px;
	padding-bottom: 45px;
}
#alx_feed_back_FID1 .afbf_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''; 
    position: relative;   
}
#afbf_vacancy_fid1 > div:before {
	content: "\f0dd";
	z-index: 9;
	right: 40px;
	top: 10px;
	width: 5px;
	height: 5px;
	position: absolute;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;	
    pointer-events: none;
}
.cases.in-services {
    background-color: #ededed;	
}
.case-title {
	font-size: 24px;
	font-weight: bold;
	color: #262424;
	padding-bottom: 40px;
}
.case-desc {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
    line-height: 21px;
    padding-top: 25px;    	
}
.case-block {
    min-height: 250px;
    overflow: hidden;
    margin-bottom: 30px;
}
.swiper-slide.case-block {
    position: relative;
}
.swiper-slide.case-block:before {
    position:absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #191818;
    opacity: 0.7;
    z-index: 0;
}
.logo-big {
	max-width: 165px;
}
.case-slash,
.case-desc {
    position: relative;
}

.case-block:before { 
	-webkit-transition:all ease-out 4s;
    -moz-transition:all ease-out 4s;
    -o-transition:all ease-out 4s;
    transition:all ease-out 4s;

}    
.case-block:hover:before {   
    opacity: 0.9;   
}
.case-inner {
padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
    height: calc(100% - 70px);
    background-repeat: no-repeat!important;
    background-size: cover!important;
    min-height: 185px;
	-webkit-transition:all ease-out 4s;
    -moz-transition:all ease-out 4s;
    -o-transition:all ease-out 4s;
    transition:all ease-out 4s;     
}
.case-block:hover .case-inner {
    height: calc(120% - 70px);    
}
.slider-logo {
	padding-top: 70px;
	padding-bottom: 70px;
}
.swiper-logo-bg {
	position: relative;
}
.slider-logo img {
filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.slider-logo img:hover {
filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);		
}	
.slider-container > .row {
    padding-left: 15px;
    padding-right: 15px;	
}
.slider-logo.color {
    width: 100%;	
    padding-top: 0px;
    padding-bottom: 50px;    
}
.cooperation-title {
	color: #262424;
	font-size: 29px;
	font-weight: bold;
	padding-bottom: 35px;
	width: 100%;
	text-align: center;
}
.grey-hint.left {
    text-align: left;
    padding-left: 70px;
    padding-right: 70px;
}
.coop-g-title {
	color: #262424;
	font-size: 29px;
	font-weight: bold;
	padding-bottom: 25px;
	text-align: left;
}
.coop-g-desc {
	color: #262424;
	font-size: 16px;
	font-weight: 400;	
	text-align: left;	
}
.slider-logo.color img {
	filter: none; /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    padding-top: 20px;   
    max-height: 70px;     
}
.color .swiper-image {
    height: 100px;    
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;    
    padding-top: 20px;    
}
.slider-logo.color .container{
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
}
.color .swiper-container {
	padding-bottom: 10px;
}
.slider-logo.color .swiper-outer {
    border: 2px solid #ebebeb;	
    height: 100%;    

}
.cooperation-text {
    padding: 20px 25px;
    font-size: 14px;
    font-weight: 300;
    color: #262424;
    position: relative;	
}    
.cooperation-text {
    padding: 20px 25px;
    font-size: 14px;
    font-weight: 300;
    color: #262424;
    position: relative;
    text-align: left;
}    
.cooperation-text:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 27px;
    width: 4px;
    height: 4px;
    background-color: #000;
}

.slider-logo {
	max-width: 100%;
}
.case-slash img {
	height: 25px;
}
.cases row > div {
	overflow: hidden;
}
.with-presentation .container{
	position: relative;
}
.with-presentation .title-subtitle {
	width: 100%;
}
.corp-image {
    text-align: center;
    padding-bottom: 13px;	
}
.corp-text {
    font-weight: bold;
    color: #c1893f;
    text-align: center;
    font-size: 17px;
    padding-bottom: 15px;	
}
.corp-download {
	text-align: center;
}
.corp-download a {
    font-weight: 500;
    color: #c1893f;
    text-align: center;
    font-size: 14px;
    text-decoration: underline;	
}
.corp-load-outer {
    border: 2px solid #3d3831;
    padding: 30px 0;
}
.pad-left {
    margin-top: 10px;
}
/**** BTN No. 6 ****/
.btn-6 {
    width: 100px;
    height: 33px;
    line-height: 32px;
  padding: 0;
  border: none;
}
.btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-6:before,
.btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 2px;
  background: #c1893f;
}
.btn-6:before {
  right: 0;
  top: 0;
  transition: all 0.1s ease;
}
.btn-6:after {
  left: 0;
  bottom: 0;
  transition: all 0.1s 0.2s ease;
}
.btn-6:hover:before {
  transition: all 0.1s 0.2s ease;
  height: 100%;
}
.btn-6:hover:after {
  transition: all 0.1s ease;
  height: 100%;
}
.btn-6 span:before,
.btn-6 span:after {
  position: absolute;
  content: "";
  background: #c1893f;
}
.btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  transition: all 0.1s 0.1s ease;
}
.btn-6 span:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.btn-6 span:hover:before {
  width: 100%;
}
.custom-btn {
  /* padding: 10px 25px; */
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.btn-6 a {
	text-decoration: none;
}
.corp-outer-button {
	text-align: center;
}
.download-list {
    margin-top: 20px;
    position: relative;	
}
.download-list-inner {
    padding: 45px 25px;	
}
.download-list-inner img {
    position: relative;
    z-index: 99;	
}
.download-list-inner .slash {
	height: 20px;
}
.mat-download {
    padding-top: 12px;
    padding-bottom: 30px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 99;
    text-transform: uppercase;	
}
.mat-list {
    height: 100px;
    width: 90%;
    padding-left: 15px;	
    position: relative;
    margin-bottom: 15px;    
}
.mat-list:hover .mat-back-image {
    z-index: 99;
    content: "";    
    opacity: 0.2;	 
}
.mat-list .mat-back-image {
    position: absolute;
    opacity: 0;
    background-size: cover!important;
    width: 100%;
    height: 100%;
    left: 0px;
}
	
.mat-list {
    border: 2px solid #2e3445;
    position: relative;
    z-index: 99;
    width: calc(90% - 4px); 
	-webkit-transition:all ease-out 0.1s;
    -moz-transition:all ease-out 0.1s;
    -o-transition:all ease-out 0.1s;
    transition:all ease-out 0.1s;       
}
.mat-list:hover {
    border: 2px solid transparent;
    position: relative;
    z-index: 99;
    width: calc(90% - 4px);
}	
.mat-list a {
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 99;	
    padding-right: 15px;
    text-decoration: none;
}
.mat-list img {
	padding-right: 15px;
}
.quote {
    padding: 30px 20px;
    border: 1px solid #d5b07f;
    font-weight: 600;	
    margin: 25px 0 ;    
}
.disclamer {
	padding: 30px 20px;
    border: 1px solid #d5b07f;	
    margin: 25px 0 ; 
}
.disclamer .title {
	font-size: 15px;
	color: #9e7238;
	padding-bottom: 15px;	
}
.quote-grey {
    padding: 60px 20px;
    color: #b78e57;
    font-weight: 600;
    background: url(/local/templates/html_dev/images/pattern-grey1.png);
    margin: 25px 0 ;
}
.download-list:before {
	content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(25, 32, 50, 0.93);
    background: url(/local/templates/html_dev/images/back-pattern.png);
    z-index: 10;
    position: absolute;	
}
.b-news-item {
	overflow: hidden;
}	
.journal .b-news-item {	
	padding-bottom: 40px;
}
.case-swiper-container {
	position: relative;
	overflow: hidden;
}
.grey-blocks {
    padding-top: 40px;
    padding-bottom: 80px;	
}
.grey-top {
    padding: 55px 70px;
    position: relative;	
    height: 100%;
    
}
.big-text {
    color: #212121;
    font-size: 52px;
    font-weight: bold;
    padding-right: 10px;    	
    float: left;   
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
	display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; 
    padding-right: 5px;        
}
.smaller-text {
	color: #212121;
	font-size: 15px;
	font-weight: bold;
	float: left;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
    padding-bottom: 15px;
    padding-left: 12px;    	
}
.grey-bottom {
	color: #212121;
	font-size: 15px;
    float: none;
    clear: both;		
}
.grey-top > span,
.grey-top > div {
    z-index: 10;
    position: relative;
}
.grey-block .plus {
	font-size: 23px;
}
.grey-block {
	margin-bottom: 30px;
    overflow: hidden;	
}
.grey-block:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 15px;
    bottom: 0px;
    z-index: 10;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #243561;   
    border-right:5px solid #243561;
    border-left:5px solid transparent;
} 
.grey-top:before {
	content: "";
    width: 100%;
    height: 100%;
    background: url(/local/templates/html_dev/images/pattern-grey1.png);
    z-index: 0;
    top: 0px;
    left: 0px;
    position: absolute;	
}
.indent {
    margin: 20px 0;
    padding: 5px 0px;
    font-weight: bold;
    padding-left: 15px;
    border-left: 2px solid #ca9c5f;
    line-height: 20px;	
}
.just-blue-back {
    padding-bottom: 90px;
    padding-top: 70px;
    position: relative;
    background-color: #192032;
}
.services.just-blue-back {
	padding-bottom: 110px;
}
.approach {
    padding: 30px 20px;
    border: 2px solid #2c3242;	
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    box-sizing: border-box;
    height: 100%;    
    position: relative;
}
.approach-outer {
	margin-bottom: 30px;
}
.services-page .approach-outer {
    margin-bottom: 0px;
}
.approach img,
.approach svg {
	padding-bottom: 20px;
}
.check-adv {
	background-image: url(/local/templates/html_dev/images/check.png);
    min-width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #243561;
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}
.advantages {
    padding: 45px 15px;
    box-shadow: 0px 0px 10px #00000026;
    box-sizing: border-box;
    height: 100%;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
    
}
.advantages:hover {
   box-shadow: 0 3px 15px rgba(0, 0, 0, .14);    
}	
.advantages-desc {
    color: #192032;
    opacity: 0.9;    	
}
.advantages-outer {
	padding-bottom: 20px;
}
.services-text h3{
	color: #e7e5e5;
	opacity: 0.96;
	font-size: 20px;	
	font-weight: 500;
	padding-bottom: 25px;
}
.services-text ul {
	font-size: 14px;
	color: #e7e5e5;
}
.news-inner-text ul {
	font-size: 14px;
	color: #000;
}
.close,
.close:hover {
	opacity: 1;
}
.services-text li,
.news-inner-text li,
.accordion li {
    font: 14px/1.4 Roboto, Tahoma, arial, ' sans-serif';	
}
.card .btn:focus {
    outline: none;
}
.services-text li {
	padding-bottom: 5px;
	font-size: 16px;
}
.news-inner-text li,
.accordion li{
	padding-bottom: 0px;
}
.accordion ol{
	padding-left: 18px; 
}
.accordion ol li {
	padding-left: 0px;
}	
.news-inner-text li:before,
.accordion ul li:before {
	content: "";
    display: initial;
    position: absolute;
    left: 4px;
    top: 7px;
    width: 4px;
    height: 4px;
    background-color: #000;
}
.services-text li:before {
	content: "";
    display: initial;
    position: absolute;
    left: 4px;
    top: 7px;
    width: 4px;
    height: 4px;
    background-color: #e7e5e5;
}	
.services-employee {
    border: 2px solid #605244;
    padding: 40px;	
	position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 80px;    
}
.latest-news {
	position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 80px;  	
}
.service-notice {
	font-size: 20px;
    color: #c1893f;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #2b2d37;	
}
.service-name {
    font-size: 20px;
    font-weight: bold;
    color: #ededed;
    padding-bottom: 20px;	
}
.service-job {
    font-size: 16px;
    font-weight: 400;
    color: #ededed;
    padding-bottom: 40px;	
}
.service-phone{
	padding-bottom: 25px;	
}	
.service-phone a {
    font-size: 20px;
    color: #ededed;
    font-weight: 300;	    
}
.service-email a {
    font-size: 18px;
    color: #ededed;    
    font-weight: 300;
    text-decoration: underline;	
}
.services-employee img {
	padding-right: 20px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.partnership .grey-hint-row {
    padding-bottom: 45px;
}
.menu-item .toggler {
	display: none;
}	
.b-contact-info-block .phone {
	width: 100%;
	float: left;
}	
.b-contact-info-block span:last-child {
	padding-bottom: 100px;
}
.show-all {
	padding-top: 17px;
	padding-bottom: 20px;
}	
.show-all-news {
	padding-top: 18px;
	padding-bottom: 60px;
}
.service-bg .slash img {
	height: 18px;
}
.map-tabs-head .adress {
	padding-bottom: 45px;
}
.b-map .tabs-head-item .phone {
	padding-bottom: 15px;
}	
.afbf_item_pole .afbf_select {
    padding: 0px!important;
    padding-left: 15px!important;
}
.afbf_pole_captcha {
    padding-top: 13px;	
}
.no-pad {
	padding: 0px;
}
.modal-open {
	overflow: visible;	
}	
.addthis_inline_share_toolbox {
    padding-top: 40px;
    padding-bottom: 40px;	
}
.button-write,
.button-write:hover,
.button-write:active,
.button-write:focus {
	width: 100%;
    background-color: #bb8741;
    border: 0px;
    height: 50px;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    outline: none;	
}
.hotel-docs {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.hotel-doc {
	padding-bottom: 20px;
}
.hotel-doc img {
    max-width: 100%;
    padding-top: 5px;	
}
#partners .slider-item .for-logo {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.rotshild-container li:before {
	display: unset;
}        
.search-container {
	padding-top: 15px;
	padding-bottom: 15px;	
}
.search-bg {
/*	background-color: #0000003d;  */
    background-color: #000000c7;		
}
.search-sorting {
	float: right;
}
.search-input {
    border: 1px solid #3c4049;
    font-size: 14px;
    color: #fff;
    background: transparent;
    padding-left: 18px;	
    width: 100%;
}
.afbf_error_block {
	display: none;
}
.search-form {
	width: 100%;	
}
.search-button {
    background: #2a4687;
    border: 1px solid #2a4687;
    min-width: 170px;
    width: 170px;    
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 300;	
}
.afbf_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
}
.card-body img {
    max-width: 100%;
    height: unset;
}
.news-menu span {
    float: left;
    display: inline-block;
    margin-bottom: 30px;

}
.slider-logo img {
    max-height: 72px; 
    max-width: 100%;   	
}
.partner-menu .item{
	cursor: pointer;
}
.inner-news img {

}
.inner-news .news-inner-text img {
	width: 100%;
	height: auto;	
}	
.inner-news .news-inner-text .section-list.latest-news img {
	width: unset;
}
.news-inner-text li {
	
}
.inner-news .news-inner-text{
	color: #000;
    text-align: justify;	
}
.inner-news .news-inner-text a{
	color: #b78e57;
	text-decoration: underline;
	display: inline-block;
	position: relative;
}	
.inner-news .news-inner-text .addthis_inline_share_toolbox a{
	color: unset;
	text-decoration: none;
}	
.inner-news .news-inner-text a:hover{
	text-decoration: none;
}	
.inner .blue-top {
    background-color: #1a2032!important;
}
.blue-top .b-main-menu .menu-item>a,
.b-main-menu .menu-item>span,
.shadow .b-main-menu .menu-item>span {
	    padding: 25px 16px 23px;
}
.b-main-menu .menu-item>span:hover,
.b-main-menu .menu-item>a:hover {
	text-decoration: underline;
}
.menu-list.menu_level_2 {
	display: none;
}
.vacancy-container {
	padding-bottom: 70px;
}
.language-mobile {
	padding: 15px 0;	
}
.b-error-text .head-text {
    margin: 40px 0;	
}
.partner-inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;        
}
.general-bg.insights .title-subtitle {
	padding-top: 0px!important
}
.section-list .news-date {
    color: #243561;
    opacity: 0.6;
    padding-bottom: 13px;
	font-size: 15px;  
	text-transform: lowercase; 	
}
.section-list  .news-name {
	padding-bottom: 30px;
	color: #d5b07f;
	font-size: 15px;
}
.news-name a {
	color: #b78e57;
	text-decoration: underline	
}
.news-name a:hover {
	text-decoration: none;
}
/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 22px;
  position: relative;
  /* margin: 50px auto; */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/* DOWNLOAD BUTTONS */

/* Button 7c */
.btn-7c {
	overflow: hidden;
	position: relative;
	z-index: 2;	
}

.btn-7c:before {
	color: #fff;
	content: "";
	z-index: 1;
}

.btn-7c:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: -1;
	width: 0;
	background: #132763;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
#servicesModal .btn-7c:after {
	background: #73541d;	
}
.afbf_item_pole.error_pole .afbf_error_text,
.afbf_item_pole.error_fpole .afbf_error_ftext{
    color: #b98831;
}    
.vacancy-container .afbf_item_pole.error_pole .afbf_error_text {
	padding-left: 20px;
    position: absolute;	
}

#alx_feed_back_FID1 .afbf_item_pole.is_focused .afbf_select, #alx_feed_back_FID1 .afbf_item_pole.is_focused .afbf_textarea, #alx_feed_back_FID1 .afbf_item_pole.is_focused .afbf_inputtext {
    border-color: #2c448c;
}
.btn-7c.btn-activated:after {
	-webkit-animation: fillToRight 0.7s forwards;
	-moz-animation: fillToRight 0.7s forwards;
	animation: fillToRight 0.7s forwards;
}

@-webkit-keyframes fillToRight {
	to { 
		width: 100%;
	}
}

@-moz-keyframes fillToRight {
	to { 
		width: 100%;
	}
}

@keyframes fillToRight {
	to { 
		width: 100%;
	}
}


/* BUTTONS WAYRA */

/* Wayra */
.button--wayra {
	overflow: hidden;
	/* width: 245px; */
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #37474f;
	z-index: 0;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -80deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
	color: #fff;
	border-color: #3f51b5;
}
.button--wayra.button--inverted:hover {
	color: #3f51b5;
	border-color: #fff;
}
.button--wayra:hover::before {
	opacity: 1;
	background-color: #3f51b5;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
	background-color: #fff;
}
.partner-menu span  {  
  overflow: hidden;
  position: relative;
}
.partner-menu span item {
  z-index: 20;  
  cursor: pointer;
}
.inner-news iframe {
    width: 100%;
    height: 400px;
}
.b-news-item a.name:hover {
	color: #243561;
}
.b-news-item a.more:hover {
	border-bottom-color	: transparent;
}
.inner-news .swiper-slide a:before {
	-webkit-transition:all ease-out 1s;
    -moz-transition:all ease-out 1s;
    -o-transition:all ease-out 1s;
    transition:all ease-out 1s;
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 5px);
  left: 0px;
  top: 0px;
  background-color: #212121;
  opacity: 0; 
  pointer-events: none;  
}
.inner-news .swiper-slide:hover a:before {  
  opacity: 0.7;
}
.inner-news .swiper-slide a:after {
  background-image: url('/local/templates/html_dev/images/add.svg');
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  -webkit-transition:all ease-out 0.3s;
    -moz-transition:all ease-out 0.3s;
    -o-transition:all ease-out 0.3s;
    transition:all ease-out 0.3s;
	pointer-events: none;      
}  
.inner-news .swiper-slide:hover a:after {  
  opacity: 1;
}  
.partner-menu span:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .5;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  z-index: 100;
}

.partner-menu span:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}


.news-menu span  {  
  overflow: hidden;
  position: relative;
}
.news-menu span a {
  z-index: 20;  
}
.news-menu span:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .5;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  z-index: 100;
}

.news-menu span:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}


#about .arrow-box   {
  overflow: hidden;
  
}
#about .arrow-box {
  z-index: 200;  
}
#about .arrow-box:after {
  background: #fff;
  content: "";
  height: 155px;
  left: 0px;
  opacity: .1;
  position: absolute;
  top: -190px;
  width: 50px;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: 100;
}

#about .arrow-box:hover:after {
  left: 20%;
  top: 100%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/* line effects */

.hover {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.hover .line-1, .hover .line-3 {
  width: 100%;
  background: none;
  height: 4px;
  position: absolute;
}

.hover .line-2, .hover .line-4 {
  height: 100%;
  background: none;
  width: 4px;
  position: absolute;
}

.hover .line-1 {
  left: 0;
  top: 0;
}

.hover .line-2 {
  top: 0;
  right: 0;
}

.hover .line-3 {
  right: 0;
  bottom: 0;
}

.hover .line-4 {
  bottom: 0;
  left: 0;
}

.hover .line-1 i, .hover .line-3 i, .hover .line-2 i, .hover .line-4 i {
  background: #000;
}

.hover .line-1 i {
  left: 0;
  top: 0;
  -moz-transition: width .4s ease-out 1.2s;
  -o-transition: width .4s ease-out 1.2s;
  -webkit-transition: width .4s ease-out;
  -webkit-transition-delay: 1.2s;
  transition: width .4s ease-out 1.2s;
}

.hover:hover .line-1 i {
  -moz-transition: width .4s ease-out 0s;
  -o-transition: width .4s ease-out 0s;
  -webkit-transition: width .4s ease-out 0s;
  transition: width .4s ease-out 0s;
}

.hover .line-2 i {
  top: 0;
  left: 0;
  -moz-transition: height .4s ease-out .8s;
  -o-transition: height .4s ease-out .8s;
  -webkit-transition: height .4s ease-out;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
  transition: height .4s ease-out .8s;
}

.hover:hover .line-2 i {
  -moz-transition: height .4s ease-out .4s;
  -o-transition: height .4s ease-out .4s;
  -webkit-transition: height .4s ease-out;
  -webkit-transition-delay: .4s;
  transition: height .4s ease-out .4s;
}

.hover .line-3 i {
  right: 0;
  top: 0;
  -moz-transition: width .4s ease-out .4s;
  -o-transition: width .4s ease-out .4s;
  -webkit-transition: width .4s ease-out;
  -webkit-transition-delay: .4s;
  transition: width .4s ease-out .4s;
}

.hover:hover .line-3 i {
  -moz-transition: width .4s ease-out .8s;
  -o-transition: width .4s ease-out .8s;
  -webkit-transition: width .4s ease-out;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
  transition: width .4s ease-out .8s
}

.hover .line-4 i {
  bottom: 0;
  left: 0;
  -moz-transition: height .4s ease-out 0s;
  -o-transition: height .4s ease-out 0s;
  -webkit-transition: height .4s ease-out;
  -webkit-transition-delay: 0s;
  transition: height .4s ease-out 0s;
}

.hover:hover .line-4 i {
  -moz-transition: height .4s ease-out 1.2s;
  -o-transition: height .4s ease-out 1.2s;
  -webkit-transition: height .4s ease-out 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  transition: height .4s ease-out 1.2s;
}

.hover .line-1 i, .hover .line-3 i {
  display: block;
  position: absolute;
  height: 100%;
  width: 0;
  background: #000;
}

.hover .line-2 i, .hover .line-4 i {
  display: block;
  position: absolute;
  width: 100%;
  background: #000;
  height: 0;
}
.hover:hover, .news_container .item:hover .hover, .landing-page #adwords .content:hover .hover, .landing-page #top-block:hover .hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible
}
.hover:hover .line-1 i, .hover:hover .line-2 i, .hover:hover .line-3 i, .hover:hover .line-4 i {
  width: 100%;
  height: 100%
}

/* line effects */

.hover {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #fff; */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.hover .line-1, .hover .line-3 {
  width: 100%;
  background: none;
  height: 2px;
  position: absolute;
}

.hover .line-2, .hover .line-4 {
  height: 100%;
  background: none;
  width: 2px;
  position: absolute;
}

.hover .line-1 {
  left: -1px;
  top: -1px;
}

.hover .line-2 {
  top: -1px;
  right: -1px;
}

.hover .line-3 {
  right: -1px;
  bottom: -1px;
}

.hover .line-4 {
  bottom: -1px;
  left: -1px;
}

.hover .line-1 i, .hover .line-3 i, .hover .line-2 i, .hover .line-4 i {
  background: #000;
}

.hover .line-1 i {
  left: 0;
  top: 0;
  -moz-transition: width .4s ease-out 1.2s;
  -o-transition: width .4s ease-out 1.2s;
  -webkit-transition: width .4s ease-out;
  -webkit-transition-delay: 1.2s;
  transition: width .4s ease-out 1.2s;
}

.hover:hover .line-1 i {
  -moz-transition: width .4s ease-out 0s;
  -o-transition: width .4s ease-out 0s;
  -webkit-transition: width .4s ease-out 0s;
  transition: width .4s ease-out 0s;
}

.hover .line-2 i {
  top: 0;
  left: 0;
  -moz-transition: height .4s ease-out .8s;
  -o-transition: height .4s ease-out .8s;
  -webkit-transition: height .4s ease-out;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
  transition: height .4s ease-out .8s;
}

.hover:hover .line-2 i {
  -moz-transition: height .4s ease-out .4s;
  -o-transition: height .4s ease-out .4s;
  -webkit-transition: height .4s ease-out;
  -webkit-transition-delay: .4s;
  transition: height .4s ease-out .4s;
}

.hover .line-3 i {
  right: 0;
  top: 0;
  -moz-transition: width .4s ease-out .4s;
  -o-transition: width .4s ease-out .4s;
  -webkit-transition: width .4s ease-out;
  -webkit-transition-delay: .4s;
  transition: width .4s ease-out .4s;
}

.hover:hover .line-3 i {
  -moz-transition: width .4s ease-out .8s;
  -o-transition: width .4s ease-out .8s;
  -webkit-transition: width .4s ease-out;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
  transition: width .4s ease-out .8s
}

.hover .line-4 i {
  bottom: 0;
  left: 0;
  -moz-transition: height .4s ease-out 0s;
  -o-transition: height .4s ease-out 0s;
  -webkit-transition: height .4s ease-out;
  -webkit-transition-delay: 0s;
  transition: height .4s ease-out 0s;
}

.hover:hover .line-4 i {
  -moz-transition: height .4s ease-out 1.2s;
  -o-transition: height .4s ease-out 1.2s;
  -webkit-transition: height .4s ease-out 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  transition: height .4s ease-out 1.2s;
}

.hover .line-1 i, .hover .line-3 i {
  display: block;
  position: absolute;
  height: 100%;
  width: 0;
  background: #bb8741;
}

.hover .line-2 i, .hover .line-4 i {
  display: block;
  position: absolute;
  width: 100%;
  background: #bb8741;
  height: 0;
}
.approach:hover .hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible
}
.hover:hover .line-1 i, .hover:hover .line-2 i, .hover:hover .line-3 i, .hover:hover .line-4 i {
  width: 100%;
  height: 100%
}
.search-mobile {
    padding-right: 20px;
    padding-top: 3px;
    padding-left: 5px;	
}
.approach svg {
	max-width: 39px;
    max-height: 35px;
    
}
.approach svg path {
	-webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.approach:hover svg path {
	fill: #bb8741;
}




/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 9px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 18px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 3px;
  top: 6px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 6px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 3px;
  top: 15px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 15px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}
.fa-angle-up {
-webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;	
}
.active > .fa-angle-up {
	-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#login-authorize .btn-primary,
#login-authorize .btn-primary:focus {
    color: #fff;
    background-color: #182031;
    border-color: #182031;
}
#login-authorize .btn-primary:hover {
    color: #fff;
    background-color: #222e46;
    border-color: #222e46;
}
.news-col .ws-wrap {
    height: 100%;
}
.news-col.m .ws-wrap,
.news-col.no-image .ws-wrap {
    height: unset;
}
.news-col.m .b-blockquote {
	margin-top: 0px;
}
.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #c1893f;
    border-color: #c1893f;
}
.btn-success:hover {
    color: #fff;
    background-color: #d6a15b;
    border-color: #d6a15b;
}

.afbf_pole_captcha .afbf_inputtext{
		padding-top: 30px;
}
.afbf_item_pole.item_pole__captcha .afbf_inputtext {
    box-sizing: border-box;
    padding: 11px 10px !important;
    height: 40px!important;
}	
@media (min-width: 1300px)	{
	
	.cooperation .swiper-button-next {
		right: -40px;	
	}	
	.cooperation .swiper-button-prev {
		left: -40px;	
	}	
	
}
	

@media (min-width: 992px){

	.menu-list.menu_level_2 {
		display: none;
	}
	
}	


@media (max-width: 992px){
	.b-main-menu .menu-item>span {
	    padding-top: 16px;
	    padding: 8px;
	    font-size: 12px;    
	}	
	.afbf_pole_captcha {
		padding-top: 30px;
	}
	.corp-load-outer {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.with-presentation .title-subtitle {
	    margin-top: 40px;
	    padding-bottom: 40px;
	}
	.general-bg.insights .title-subtitle {
		padding-top: 60px!important
	}
	.title-subtitle .row > div {
	    padding: 0px;
	}
	.mat-list {
		border: 0px;
		border-bottom: 1px solid #2e3445;
		height: 50px;
		padding-left: 0px;
	}	
	.mat-back-image {
		display: none;
	}
	.mat-list img {
		display: none;	
	}	
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	#about .promo-content {	   
	    padding-left: 15%;
	}
	.blue-top .b-main-menu .menu-item>a,
	.b-main-menu .menu-item>span,
	.shadow .b-main-menu .menu-item>span {
	    padding: 15px 9px 15px;
	}
	.menu-about .menu-item {
	    padding: 0 15px 0 15px;
	}
	.last-service-text .text {
	    font-size: 14px;
	}


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.b-logo img {
	    width: 100px;	
	}
	.general-bg.insights .title-subtitle h1 {
	    font-size: 40px;
	}
	.general-bg.branches, .materials-bg, .general-bg.insights {
	    min-height: 480px;
		height: unset;	    
	}
	.general-bg.branches .title-subtitle, 
	.materials-bg .title-subtitle, 
	.general-bg.insights .title-subtitle {
	    position: initial;
	    top: 0;
	    left: 0;
	    transform: none;
	    padding-top: 40px;
	}	
	.language {
	    padding-right: 20px;
	}
	.blue-top .b-main-menu .menu-item>a,
	.b-main-menu .navbar-collapse.in .menu-item>a {	    
	    font-size: 12px;
	    padding: 10px 5px 10px;    
	}
	.b-main-menu .menu-item>span {
	    padding: 10px 5px 10px;    	
	}	
	.shadow .b-main-menu .menu-item>span {
	    padding: 10px 5px 10px;
	}
	#about .promo-content {	   
	    padding-left: 11%;
	}
	.promo-title {
	    padding-top: 125px;
	}
	.promo-blocks {
	    padding-top: 65px;
	    padding-bottom: 55px;
	}
	.arrow-box {
	    top: 125px;	
	}
	.choose-section {
		display: block;
	}
	.section-list,
	.materials-list-choose {
		display: none;
	}
	.close-section,
	.close-materials {
		display: block;
	}
	.b-team .slider-item {
	    height: 300px;
	    padding: 15px 5px;
	    float: left;
	    margin: 0 10px
	}
	.b-team .slider-controls .next {
	    right: 0px;
	}
	.b-team .slider-controls .prev {
	    left: 0px;
	}
	.team-slider .slider-wrap {
	    padding: 0 20px;
	}
	
	.white-back,
	#team,
	.blue-back,
	#partners {
	    padding-bottom: 44px;
	    padding-top: 44px;
	}
	.white-title,
	.blue-title {
	    padding-bottom: 30px;
	}     
	.white-title h3 {
	    padding-bottom: 10px;
	}
	.grey-bg {
	    padding: 44px 0px;
	    padding-bottom: 0px;    
	} 

	
	
}	
@media only screen and (min-width : 993px) {
	.choose-section,
	.choose-materials {
		display: none;
	}
	.section-list,
	.materials-list-choose {
		display: block;
	}
	.close-section,
	.close-materials {
		display: none;
	}
}
@media  (min-width : 768px) {	
	.menu_level_2._hide, .menu_level_2.hide {
	    display: none!important;
	}	
	.b-main-menu .navbar-collapse.in .menu-item>a,
	.b-main-menu .navbar-collapse.in .menu-item>span	 {
	    color: #fff;
	}
	.m-present-outer > div {
	    	
	}	
	
}	
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.m-header-outer .title-subtitle{
		position: relative;
	}
	.inner-news iframe {
	    width: 100%;
	}
	.quote-grey {
	    padding: 60px 20px;
    }
	.big-text {
		font-size: 32px;
	}
	.afbf_item_pole{
		margin:	15px 0px 10px;		
	}	
	.image-col {
	    padding-bottom: 0px;
	    display: none;
	}
	.afbf_submit_block {
		padding: 0px;
	}
	.news-menu span {
	    margin-bottom: 10px;
	}
	#industry.blue-back {
		padding-bottom: 5px;
	}
	
	.slider-logo {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.general-bg {
		background-size: cover;
	}
	.show-all-news {
	    padding-top: 0px;
	    padding-bottom: 30px;
	}
	.journal .b-news-item {
	    padding-bottom: 30px;
	}
	#partners {
	    padding-bottom: 10px;
	}
	.b-customers .customers-slider {
	    position: relative;
	    margin: 0 0 0px;
	}	
	.ws-pic {
	    position: static!important;
	    width: 100%;
	}
	.grey-top {
	    padding: 55px 15px;
    }
    .approach-outer {
	    margin-bottom: 15px;
	}
	.services-page .approach-outer {
	    margin-bottom: 15px;
	}
	.services-employee {
	    padding: 15px;
	    margin-top: 40px;
	}
	.grey-blocks {
	    padding-top: 20px;
	    padding-bottom: 40px;
	}	  
	.services-page.just-blue-back {
	    padding-bottom: 75px;
	    padding-top: 55px;
	}  
	.services-page.white-back {		
	    padding-bottom: 65px;
	    padding-top: 55px;		
	}

	.general-bg.insights .title-subtitle {
		padding-left: 0px;
	}
	.afbf_submit_block {
		margin: 0px;
	}
	.vacancy-container {
	    padding-bottom: 20px;
	}
	.afbf_pole_captcha {
	    margin-bottom: 0px;
		text-align: center!important;	    
	}
	.services-page .white-title,
	.services-page .blue-title {
		font-size: 30px;
	}
	.b-map .map-tabs-head {
		padding-top: 45px;
		padding-bottom: 40px;
	}
	.bx-yandex-map {
		height: 550px!important;
	}
	#contacts {
	}
	.g-wrapper {
		overflow: hidden;
	}
	.b-main-menu .menu_level_2 .menu-item {
        border-top: 0px;
    }
    .menu-list.menu_level_2 {
		display: block;
	}
	.blue-top .b-main-menu .menu-item>a,	 
	.b-main-menu .navbar-collapse.in .menu-item>a,
	.blue-top .b-main-menu .menu-item>span,	 
	.b-main-menu .navbar-collapse.in .menu-item>span {
	    font-size: 16px;
	    font-weight: 300;
	    padding: 20px 15px 20px;
	    border-top: 1px solid #303032
	}	
	.general-bg.insights .title-subtitle h1 {
	    font-size: 40px;
	}
	.insights .m-header-outer {
		padding-top: 40px;
	}
	.detail-bg h1 {
		padding-left: 0px;	
	}
	.news-bg h1 {
	    font-size: 40px;	
	}
	.menu_level_2._hide, .menu_level_2.hide {
	    display: block;
	}
	.m-present-outer .presentation {
		position: relative;
	    padding-left: 15px;
	    top: 20px;	
	}
	.material-download {
	    width: 100px;
    }
	#about .promo-content {	   
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.promo-title {
	    padding-top: 60px;
	}
	.promo-blocks {
	    padding-top: 65px;
	    padding-bottom: 55px;
	}
	.arrow-box {
		display: none;
	}
	.menu-list._hide {
		
	}
	.menu-item.has-children {
		position: relative;
	}
	.toggler .fa-caret-up{
		-webkit-transition: all ease-out 0.5s;
	    -moz-transition: all ease-out 0.5s;
	    -o-transition: all ease-out 0.5s;
	    transition: all ease-out 0.5s;
	}
	.toggler.active .fa-caret-up {
		transform: rotate(180deg);
	}
	.menu-item .toggler {
		display: block;
	    position: absolute;
	    top: 11px;
	    right: 20px;
	    color: #fff;
	    width: 40px;
	    text-align: center;
	    height: 40px;
	    -webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	    align-items: center !important;
	    -webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	    justify-content: center !important;
	    display: -webkit-box !important;
	    display: -ms-flexbox !important;
	    display: flex !important;	   
	}
	.menu-item .toggler svg {
	    -webkit-transition:all ease-out 0.3s;
	    -moz-transition:all ease-out 0.3s;
	    -o-transition:all ease-out 0.3s;
	    transition:all ease-out 0.3s; 		
	}
	.menu-item .toggler.active svg {
		transform: rotate(180deg);
	}	
	.menu_level_2.menu-list li.menu-item a,
	.b-main-menu .navbar-collapse.in .menu_level_2.menu-list li.menu-item>a,
	.b-main-menu .navbar-collapse.in .menu_level_2.menu-list li.menu-item>span{
		padding-left: 20px;
		text-transform: none;
	}
	.navbar-toggle {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.navbar-toggle .icon-bar {
	    width: 25px;
	    height: 4px;
    }
	.navbar-collapse {  
		overflow: auto;
        max-height: calc(100vh - 35px);
        align-items: flex-start;
	}
	.second-menu {
		display: none;
	}
	.b-team .slider-controls .next {
	    right: 20px;
	    top: 50%;
	}
	.b-team .slider-controls .prev {
	    left: 20px;
	    top: 50%;
	}
	.about-gerb {
		padding-top: 0px;
	}
	.collapse,
	.navbar-collapse {
		background-color: #232325fa;
	}
	.card .collapse,
	.card .navbar-collapse {
		background-color: transparent;
	}
	.b-main-menu .menu-item {
		background: transparent;
	}
	.b-main-menu .menu-item+.menu-item {
        border-top: 0px;
    }
	.b-main-menu .menu_level_2 .menu-item {
        border-top: 0px;
    }    
	
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 576px) {
	#contacts {

	}
	.material-item {
		height: auto;
	}
	.m-read-more {
	
	}
	.material-item .preview-text {
	    padding-bottom: 20px;
	    max-height: 20px;
	}
	.material-item.full .preview-text {
        max-height: none;
	}
	.material-news-item.download {
		padding-left: 15px;
		padding-top: 15px;
	}
	.material-news-item.desc {
		max-width: 94%
	}
	.rotshield.general-bg .title-subtitle h1 {
		padding-left: 0px;
		font-size: 27px;	
	}	
	.rotshield.general-bg .title-subtitle .subtitle {
	    font-size: 15px;
    }
	.general-bg .title-subtitle.about {
	    top: 52%;
	}
	.grey-hint.left {
	    padding-left: 30px;
	    padding-right: 30px;
	}	
	.gerb-row {
	    padding-top: 0px;
    }
    .ab-sub,
    .ab-title {
	    text-align: left;
	} 
	.ab-title {
	    font-size: 30px;
    }
    .text-square {
	    padding: 35px 15px;
	}
	
	.promo-block:first-child {
	    padding-left: 30px;
	    border-left: 1px solid #3f4553;    
   }
   .promo-block {
	    margin-bottom: 20px;   
   }
   .material-news-item.img {
	   display: none;
    }
    .vacancy-bg .title-subtitle h1,
	.general-bg .title-subtitle h1 {
	    font-size: 48px;
	}
	.vacancy-bg .title-subtitle .subtitle,
	.general-bg .title-subtitle .subtitle {
		color: #fff;
		font-size: 18px;
	    font-weight: 400;
	}
	.general-bg.insights .title-subtitle .subtitle {
		font-size: 14px;
	}

	.blue-back {
	    padding-bottom: 70px;
    }
    .values-row > div {		
		padding-left: 15px;
	}
	.general-bg.branches .title-subtitle h1 {
	    font-size: 32px;
	}


}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

@media (min-width: 992px) {
	.services-employee {
	    margin-top: -150px;
	}
}

@media (min-width: 768px) and (max-width: 844px){
	
	.g-wrapper .g-main > .content {
		width: 104%;	
	}	
	
}
@media (min-width: 576px) and (max-width: 660px){
	.b-news-item.choose-section,
	.b-news-item.col-12.col-lg-8 {
	    max-width: 92%;	
	}
}	
/* target Safari for a Bootstrap fix */ 

/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) { @media {

    .row:before {display: none;}
}}


/* Safari 6.1-10.0 (not 10.1) */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
    .row:before {display: none;}
}}
/* End */


/* Start:/local/templates/html_dev/template_styles.css?1724587868203*/
.modal-dialog .b-error{color:red}.modal-dialog .b-ok{color:green}._hide,.hide{display:none}.big-title{font-size:48px!important}.b-news-item .info .date_no:after{display:inline-block;padding:0 8px 0 10px}
/* End */
/* /local/templates/html_dev/css/main.css?172458786850958 */
/* /local/templates/html_dev/css/bootstrap.css?172458786877344 */
/* /local/templates/html_dev/css/all.css?172458786853592 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1724601867666 */
/* /local/templates/html_dev/styles.css?1724587869130311 */
/* /local/templates/html_dev/template_styles.css?1724587868203 */
