@font-face {
  font-family: 'MyriadPro';
  src: url('../fonts/MyriadPro-Bold.otf') format('opentype');
  src: url('../fonts/MyriadProRegular.eot') format('eot'), url('../fonts/MyriadProRegular.woff') format('woff'), url('fonts/MyriadProRegular.ttf') format('truetype');
}

body {
   font-family: Arial, Helvetica, sans-serif;
   background: url('../images/background_layer.jpg.png');
   margin: 0px;
   color: #1b1b1b;
   background-repeat: no-repeat !important;
}

header {
   width: 1020px;
   margin: 0 auto;
}

.header-top {
   display: flex;
   padding-top: 37px;
   padding-bottom: 37px;
   background: #ffffff;
}

.header-logo {
    margin-right: 50px;
}

.header-logo a {
   text-decoration: none;
}

.header-logo-inner {
   display: table;
}

.header-logo-image {
   display: table-cell;
}

.header-logo-image img {
   margin-top: 5px;
}

.header-logo-text {
   color: #004a91;
   text-transform: uppercase;
   font-weight: 600;
   display: table-cell;
   vertical-align: top;
   /*
   font-family: 'MyriadPro';
   */
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   padding-left: 17px;
   line-height: 22px;
   /*
   letter-spacing: 1px;
   */
}

.header-currency-table {
   font-size: 13px;
}

.header-currency-table table thead tr th {
   font-size: 14px;
   padding-bottom: 8px;
   text-align: left;
   padding-right: 20px;
}

.header-currency-table-caption {
   color: #1b1b1b !important;
}

.header-currency-table td {
   color: #869097;
   font-size: 12px;
   padding-right: 17px;
}

.header-info-center-text {
   font-size: 13px;
   margin-top: 5px;
   line-height: 18px;
}

.header-info-center-mintext {
   font-size: 13px;
   color: #869097;
   margin-top: 2px;
}

.header-telephone {
  /*
   margin-left: 8px;
   */
  margin-left: 1px;
}

.header-telephone-number {
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 5px;
}

.header-info-center {
   padding-left: 66px;
   padding-right: 37px;
}

.header-menu {
   background: #004a91;
   float: left;
   width: 825px;
   height: 60px;
}

.header-menu ul {
   list-style-type: none;
   float: left;
   position: relative;
   padding-left: 0px;
   margin: 0px;
   margin-left: 15px;
}

.header-menu ul li {
   list-style-type: none;
   float: left;
   position: relative;
   padding: 21px;
}

.header-menu ul li:hover {
   background: #0a4579;
   cursor: pointer;
}

.header-menu ul li.active {
   background: #0a4579 !important;
}

.header-menu ul li a {
   color: #ffffff;
   text-decoration: none;
   font-size: 15px;
   font-weight: bold;
}

.navigation-dropdown {
   width: 73px;
}

.navigation-dropdown-toggle:after {
   content: '';
    position: absolute;
    left: 87px;
    bottom: 24px;
    border: 3px solid transparent;
    border-top: 4px solid #ffffff;
    color: #ffffff;
}

.navigation-dropdown-menu {
   display: none;
   position: absolute !important;
   background-color: #0a4579;
   width: 300px;
   z-index: 1;
   top: 60px;
   left: -15px;
   margin-left: 0px !important;
   padding-top: 10px;
   padding-bottom: 10px;
}

.navigation-dropdown-menu li {
   padding: 0px !important;
   width: 100%;
}

.navigation-dropdown-menu li span {
   border-bottom: 1px solid #205c90;
   margin-left: 37px !important;
   padding-left: 0px !important;
   width: 75%;
   float: left;
   padding-bottom: 15px;
   padding-top: 15px;
}

.navigation-dropdown-menu li:last-child span {
   border: 0 !important;
}

.navigation-dropdown-menu li a {
   font-size: 14px !important;
   font-weight: normal !important;
}

.navigation-dropdown-menu li:hover {
   background: #004a90 !important;
}

.navigation-dropdown:hover .navigation-dropdown-menu {
   display: block;
   z-index: 100;
}

.header-search {
   display: inline-block;
   height: 60px;
}

.header-search input {
   height: 60px;
   border: 0px;
   padding: 0px;
   background: #04447b;
   padding-left: 20px;
   float: left;
   width: 135px;
   font-style: italic !important;
   color: #798faa !important;
   font-size: 12px !important;
}

.header-search input:focus {
   outline: none !important;
}

::-webkit-input-placeholder {
  font-style: italic !important;
  color: #798faa !important;
  font-size: 12px !important;
}
::-moz-placeholder { 
  font-style: italic !important;
  color: #798faa !important;
  font-size: 12px !important;
}
:-ms-input-placeholder { 
   font-style: italic !important;
   color: #798faa !important;
   font-size: 12px !important;
}
:-moz-placeholder { 
   font-style: italic !important;
   color: #798faa !important;
   font-size: 12px !important;
}

.input-button-search img {
   vertical-align: middle;
   float: none;
   position: absolute;
   right: 453px;
   top: 162px;
}

.input-button-search {
   display: inline-block;
   background: #04447b;
   float: left;
   cursor: pointer;
}

.search-enter {
   padding-left: 0px !important;
   width: 40px !important;
   background-image: url(../images/search.png) !important;
   background-color: #04447b !important;
   background-repeat: no-repeat !important;
   cursor: pointer !important;
   background-position-x: 10px !important;
   background-position-y: 22px !important;
}

.main-container {
   width: 1020px;
   margin: 0 auto;
}

footer {
   width: 1020px;
   margin: 0 auto;
   background: #2f3a48;
   margin-bottom: 40px;
}

.footer-row {
   display: flex;
   padding-top: 25px;
   padding-bottom: 20px;
}

.footer-column {
   width: 33.3333%;
   padding-left: 50px;
   padding-right: 30px;
}

.footer-column:last-child {
   padding-left: 30px;
   padding-right: 50px;
}

.footer-menu {
   margin-top: -15px;
}

.footer-menu ul {
   list-style-type: none;
   padding-left: 0px;
}

.footer-menu ul li {
   list-style-type: none;
   border-bottom: 1px solid #59616d;
   padding: 7px 0px;
}

.footer-menu ul li:last-child {
   border-bottom: 0px;
}

.footer-menu ul li a {
   color: #ffffff;
   text-decoration: none;
   font-size: 13px;
}

.footer-menu ul li a:hover {
   color: #a9b2bf !important;
}

.footer-info {
   padding-right: 15px;
}

.footer-info p {
   border-bottom: 1px solid #59616d;
    font-size: 11px;
    color: #ffffff;
    margin: 0px;
    padding: 7px 0px;
    line-height: 18px;
}

.footer-info p:last-child {
   border-bottom: 0px;
}

.footer-info p a {
   color: #ffffff;
   text-decoration: none;
}

.footer-info p a:hover {
   color: #a9b2bf !important;
}

.footer-contacts {
   font-size: 13px;
}

.footer-contacts-copyright {
   color: #a9b2bf;
   padding: 7px 0px;
   line-height: 19px;
   padding-bottom: 10px;
}

.footer-contacts-info {
   padding: 7px 0px;
   color: #ffffff;
   line-height: 19px;
   padding-bottom: 10px;
}

.footer-contacts-telephone {
   padding: 7px 0px;
   color: #ffffff;
   line-height: 19px;
   padding-bottom: 10px;
}

.owl-dots {
   display: none;
}

.slider-image {
   position: relative;
}

.slider-title {
   position: absolute;
   top: 120px;
   left: 70px;
}

.slider-title h2 {
   text-transform: uppercase;
    color: #1b1b1b;
    font-size: 27px;
    letter-spacing: 4px;
    margin-bottom: 30px;
}
.slider-title p {
	color: #000;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 2.1px;
}
.slider-title ul {
   list-style-type: square;
   color: #004a91;
   padding-left: 17px;
}

.slider-title ul li {
   padding-bottom: 5px;
}

.slider-title ul li span {
   color: #1b1b1b !important;
}

.owl-nav {
   position: absolute;
   bottom: 0px;
   background: #004a90;
   cursor: pointer;
}

.owl-nav .owl-prev {
   background: url(../images/arrow_l.png) !important;
   width: 37px;
   height: 40px;
   background-repeat: no-repeat !important;
   margin: 0px !important;
   cursor: pointer !important;
   background-position-x: 14px !important;
   background-position-y: 12px !important;
}

.owl-nav .owl-prev:hover {
   cursor: pointer;
   outline: none;
   background-image: url(../images/arrow_l.png) !important;
   background-color: #0a4579 !important;
}

.owl-nav .owl-prev:focus,
.owl-nav .owl-prev:active {
   outline: none;
}

.owl-nav .owl-prev span {
   display: none;
}

.owl-nav .owl-next {
   background: url(../images/arrow_r.png) !important;
   width: 37px;
   height: 40px;
   background-repeat: no-repeat !important;
   margin: 0px !important;
   cursor: pointer !important;
   background-position-x: 14px !important;
   background-position-y: 12px !important;
}

.owl-nav .owl-next:hover {
   cursor: pointer;
   outline: none;
   background-image: url(../images/arrow_r.png) !important;
   background-color: #0a4579 !important; 
}

.owl-nav .owl-next:focus,
.owl-nav .owl-next:active
 {
   outline: none;
}

.owl-nav .owl-next span {
   display: none;
}

.block-news-wrapper {
   background: #ffffff;
   padding: 50px 0px;
}

.owl-carousel .owl-stage-outer {
   width: 100%;
}

.block-news-caption {
 text-transform: uppercase;
 color: #3f4346;
 font-weight: bold;
 font-size: 20px;
 letter-spacing: 2px;
 float: left;
 padding-left: 50px; 
}

.block-news-link {
   float: right;
   padding-right: 50px;
}

.block-news-item-date {
   color: #969696;
}

.block-news-link a {
   color: #3f4346;
   font-weight: bold;
   text-decoration: none;
   font-size: 14px;
   border-bottom: 1px dashed #3f4346;
}

.block-news-link a:hover {
   color: #004a90 !important;
   border-bottom: 1px dashed #004a90 !important;
}

.block-news-link a:after {
   content: '';
    position: absolute;
    background: url(../images/arrow_news.png);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 5px;
}

.block-news-list {
   margin-top: 50px;
   display: table;
   margin-bottom: 15px;
}

.block-news-item {
   display: table-cell;
   width: 33.33%;
   padding-right: 30px;
   padding-left: 50px
}

.block-news-item:last-child {
   padding-left: 30px;
   padding-right: 50px;
}

.block-news-item-date {
   font-size: 13px;
   margin-bottom: 10px;
}

.block-news-item a {
    text-decoration: none;
}

.block-news-item a .block-news-item-title {
   color: #3f4346;
   font-size: 15px;
   line-height: 25px;
   padding-right: 10px;
}

.block-news-item a .block-news-item-title:hover {
   color: #04447b;
}

@-moz-document url-prefix() {

   .header-logo-text {
       font-weight: 100 !important;
   }

   .owl-carousel .owl-stage-outer {
       width: -moz-available !important;
   }

   .header-menu {
       height: 60px !important;
   }
}

#specialButton {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-weight: bold;
  /* position: absolute;
  left: 0;
  bottom: 15px; */
}

#specialButton img {
  max-width:25px;
  margin-right: 10px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.operations_wrap .pages_numbers li::before {display:none;}