#about::before,
#about::after {
  content: '';
  display: table;
}

#about::after {
  clear: both;
}

#about .article {
  float: left;
  width: 60%;
  padding-right: 30px;
}

#about #news {
  float: right;
  width: 40%;
}

@media (max-width: 767px) {
  #about .article {
    float: none;
    width: auto;
    padding-right: 0;
  }

  #about #news {
    float: none;
    width: auto;
    margin-top: 20px;
  }
}
#main::before,
#main::after {
  content: '';
  display: table;
}

#main::after {
  clear: both;
}

.btn,
.btn-2 {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

/* reset browser styles */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1.2;
}

ol {
  padding-left: 16px;
  list-style: decimal;
}

ul {
  padding-left: 16px;
  list-style: disc;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* end reset browser styles */

* {
  outline: none;
}

body {
  font-family: "Ubuntu", sans-serif;
  color: #464545;
  font-size: 14px;
  background: #FFF;
  position: relative;
}

a {
  color: #00428c;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

i {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.ul-reset,
.ul-reset ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

::-moz-placeholder {
  opacity: 1;
}

::-webkit-input-placeholder {
  opacity: 1;
}

button {
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

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

.container {
  width: 960px;
  margin: 0 auto;
}

#main {
  padding: 35px 0;
}

#main #content {
  float: right;
  width: calc(100% - 278px);
}

#main #sidebar {
  float: left;
  width: 248px;
}

.btn {
  font-size: 14px;
  line-height: 29px;
  padding: 0 15px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}

.btn.btn-blue {
  background: #00428c;
  color: #fff;
}

.btn.btn-blue:hover {
  background: #005abf;
}

.btn.btn-yellow {
  background: #faa11b;
  color: #fff;
}

.btn.btn-yellow:hover {
  background: #fbb64d;
}

.btn.btn-empty {
  -webkit-box-shadow: inset 0 0 0 1px #00428c;
          box-shadow: inset 0 0 0 1px #00428c;
  font-weight: normal;
}

.title {
  margin-bottom: 24px;
}

.title span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 2px solid #00428c;
  padding-bottom: 4px;
}

.path {
  margin-bottom: 10px;
  color: #a5a5a6;
}

.path a {
  color: #a5a5a6;
}

.btn-2 {
  padding: 21px 13px;
  font-size: 0;
  width: 248px;
  background: #e6e8e9;
  text-align: left;
  border: 1px solid #00428c;
  margin-bottom: 25px;
}

.btn-2 figure {
  display: inline-block;
  vertical-align: middle;
  width: 61px;
}

.btn-2 figure img.hov {
  display: none;
}

.btn-2 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  color: #464545;
  width: calc(100% - 61px);
  padding-left: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.btn-2:hover {
  border: 1px solid #faa11b;
  background: #faa11b;
}

.btn-2:hover figure img {
  display: none;
}

.btn-2:hover figure img.hov {
  display: inline-block;
}

.btn-2:hover span {
  color: #fff;
}

.btn-2:last-child {
  margin-bottom: 0;
}

@media (max-width: 979px) {
  .container {
    width: 94%;
  }

  #main #content {
    float: none;
    width: auto;
  }

  #main #sidebar {
    float: none;
    width: auto;
    margin-top: 30px;
  }
}
.article::before,
.article::after {
  content: '';
  display: table;
}

.article::after {
  clear: both;
}

.article {
  margin-bottom: 70px;
}

.article h1 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}

.article h2 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 15px;
}


.article h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 15px;
}

.article p {
  margin-bottom: 15px;
}

.article p:last-child {
  margin-bottom: 0;
}

.article table {
  margin-bottom: 20px;
}

.article table th {
  background: #00428c;
  color: #ffffff;
  font-size: 11px;
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #FFF;
  font-weight: 500;
}

.article table td {
  border: 1px solid #242424;
  text-align: center;
  padding: 10px 5px;
}

.article .table0 td {
  border: 0px;
}


.article table tr:hover td {
  background: #d1d0d0;
}

.article .table0 tr:hover td {
  background: none;
}

.article table:last-child {
  margin-bottom: 0;
}

.article.full p {
  font-size: 18px;
}

.article.full ul li {
      list-style-type: none;
      font-size: 18px;
      background: url("../images/icon-lii.png") no-repeat 0 6px;
      padding-left: 24px; }

.article.full ol {
      font-size: 18px;
      padding-left: 24px; 
      list-style-type: decimal;
      background: url("../images/icon-lii.png") no-repeat 0 6px;}


.article.full ul:last-child {
      margin-bottom: 10px; }


.article.full ul {
  margin-bottom: 15px;
}

.article:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .article table {
    display: none;
  }
}
.call {
  width: 248px;
  background: #e6e8e9;
  border: 1px solid #00428c;
  text-align: center;
  padding-bottom: 10px;
}

.call .call-title {
  line-height: 37px;
  border-bottom: 2px solid #d6d7d7;
  margin-bottom: 10px;
}

.call .call-title span {
  text-transform: uppercase;
  background: url("../img/icon-tel-2.png") no-repeat left;
  padding-left: 20px;
  letter-spacing: 5px;
}

.call p b {
  font-size: 18px;
  font-weight: 500;
}

.call p b span {
  color: #00428c;
}

.call p a {
  text-decoration: underline;
}

.call p a:hover {
  text-decoration: none;
}

.call.fixed {
  position: fixed;
  top: 10px;
}
#catalog .row .item::before,
#catalog .row .item::after {
  content: '';
  display: table;
}

#catalog .row .item::after {
  clear: both;
}

#catalog {
  margin-bottom: 70px;
}

#catalog .row {
  font-size: 0;
}

#catalog .row .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 20px;
}

#catalog .row .item figure {
  width: 132px;
  float: left;
}

#catalog .row .item .item-body {
  margin-left: 152px;
}

#catalog .row .item .item-body .item-name {
  margin-bottom: 26px;
}

#catalog .row .item .item-body .item-name a {
  font-size: 16px;
  font-weight: 500;
}

#catalog .row .item .item-body p {
  font-size: 12px;
}

#catalog .row .item:hover {
  -webkit-box-shadow: inset 0 0 0 2px #464545;
          box-shadow: inset 0 0 0 2px #464545;
}

.catalog-desc {
  margin-bottom: 70px;
  background: url("../img/bg-cat-desc.jpg");
  padding: 35px 273px 35px 53px;
  border-left: 2px solid #00428c;
  position: relative;
}

.catalog-desc .catalog-desc-title {
  color: #00428c;
  font-size: 30px;
  margin-bottom: 10px;
}

.catalog-desc .btn-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 68px;
}

.catalog-desc .btn-wrap .btn {
  line-height: 39px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 12px;
  width: 164px;
}

.catalog-desc .btn-wrap .btn:last-child {
  margin-bottom: 0;
}

.catalog-desc:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #catalog {
    margin-bottom: 30px;
  }

  #catalog .row .item {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  #catalog .row .item:last-child {
    margin-bottom: 0;
  }

  #catalog .row .item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .catalog-desc {
    margin-bottom: 30px;
    padding: 20px;
  }

  .catalog-desc .btn-wrap {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 15px;
  }
}
#footer .container .menu ul::before,
#footer .container .menu ul::after {
  content: '';
  display: table;
}

#footer .container .menu ul::after {
  clear: both;
}

#footer {
  background: #2c364a;
  padding: 30px 0;
}

#footer .container {
  position: relative;
  color: #b6b8b7;
  font-size: 16px;
}

#footer .container .menu {
  position: absolute;
  top: 0;
  left: 270px;
}

#footer .container .menu ul {
  width: 510px;
}

#footer .container .menu ul li {
  float: left;
  width: 170px;
  margin-bottom: 10px;
}

#footer .container .menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

#footer .container .contact {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

#footer .container .contact .tel {
  font-size: 20px;
  color: #fff;
  background: url("../img/icon-tel.png") no-repeat left;
  padding-left: 32px;
  margin-bottom: 9px;
  font-weight: 500;
}

#footer .container .contact .mail {
  padding-left: 33px;
  background: url("../img/icon-mail.png") no-repeat left;
  margin-bottom: 9px;
  font-size: 18px;
}

#footer .container .contact .mail a {
  color: #ffff;
}

#footer .container .copyright {
  margin-bottom: 136px;
}

@media (max-width: 979px) {
  #footer .container .menu {
    position: static;
    margin-bottom: 20px;
  }

  #footer .container .copyright {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #footer .container .menu ul {
    width: auto;
  }

  #footer .container .menu ul li {
    width: 50%;
  }

  #footer .container .contact {
    position: static;
    text-align: left;
    margin-bottom: 20px;
  }
}
#header .container {
  height: 95px;
  position: relative;
}

#header .container .logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

#header .container .text {
  width: 240px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 172px;
}

#header .container .contact {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

#header .container .contact ul {
  font-size: 0;
}

#header .container .contact ul li {
  display: inline-block;
  margin-left: 66px;
  vertical-align: top;
  line-height: 21px;
}

#header .container .contact ul li .tel {
  font-size: 20px;
  color: #767677;
  background: url("../img/icon-tel.png") no-repeat left;
  padding-left: 32px;
  margin-bottom: 9px;
  font-weight: 500;
}

#header .container .contact ul li .tel span {
  color: #464545;
}

#header .container .contact ul li .city {
  line-height: 29px;
  padding-left: 32px;
  font-size: 14px;
  color: #aaabab;
}

#header .container .contact ul li .city a {
  font-weight: 500;
  color: #353536;
}

#header .container .contact ul li .mail {
  padding-left: 33px;
  background: url("../img/icon-mail.png") no-repeat left;
  margin-bottom: 9px;
  font-size: 18px;
}

@media (max-width: 979px) {
  #header .container .text {
    display: none;
  }
}

@media (max-width: 767px) {
  #header .container {
    height: auto;
    padding: 15px 0;
  }

  #header .container .logo {
    position: static;
    text-align: center;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 15px;
  }

  #header .container .contact {
    position: static;
    text-align: center;
    -webkit-transform: none;
            transform: none;
  }

  #header .container .contact ul li {
    margin: 0 15px;
  }
}
.icons {
  margin-bottom: 70px;
}

.icons ul {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.icons ul li {
  display: inline-block;
  vertical-align: middle;
}

.icons ul li figure {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 45px;
}

.icons ul li p {
  display: inline-block;
  vertical-align: middle;
  color: #535454;
  font-size: 16px;
}

@media (max-width: 979px) {
  .icons ul li p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .icons {
    margin-bottom: 30px;
  }

  .icons ul {
    display: block;
  }

  .icons ul li {
    width: 50%;
  }

  .icons ul li figure {
    width: 40px;
    margin-right: 0;
  }

  .icons ul li p {
    width: calc(100% - 40px);
    padding: 0 5px;
  }
}
#menu {
  margin-bottom: 25px;
}

#menu > ul > li {
  margin-bottom: 13px;
}

#menu > ul > li > a {
  display: block;
  padding: 10px 20px 10px 85px;
  position: relative;
  background: #f5f5f5;
  color: #464545;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  min-height: 51px;
}

#menu > ul > li > a figure {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;
  width: 75px;
  text-align: right;
}

#menu > ul > li > a:hover {
  background: #faa11b;
  color: #FFF;
}

/*
#menu > ul > li > a.active {
*/
#menu > ul > li > a.selected {
  background: #00428c;
  color: #FFF;
}

#menu > ul > li:last-child {
  margin-bottom: 0;
}

#menu > ul > li ul {
  margin-top: 7px;
}

#menu > ul > li ul li {
  margin-bottom: 5px;
}

#menu > ul > li ul li:last-child {
  margin-bottom: 5px;
}

#menu > ul > li ul li a {
  display: block;
  background: url("../img/arr-li.png") no-repeat 7px 8px #f5f5f5;
  padding: 3px 10px 3px 17px;
  color: #464545;
}

#menu > ul > li ul li a:hover,
#menu > ul > li ul li a.active {
  background: url("../img/arr-li-hov.png") no-repeat 7px 8px #00428c;
  color: #FFF;
}
.nav .container > ul::before,
.nav .container > ul::after {
  content: '';
  display: table;
}

.nav .container > ul::after {
  clear: both;
}

.nav {
  background: #00428c;
  position: relative;
  z-index: 100;
}

.nav .container {
  position: relative;
}

.nav .container .btn-nav {
  display: none;
  padding: 25px 0;
}

.nav .container .btn-nav .icon-burger {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 auto;
}

.nav .container .btn-nav .icon-burger,
.nav .container .btn-nav .icon-burger:before,
.nav .container .btn-nav .icon-burger:after {
  display: block;
  width: 30px;
  height: 5px;
  background-color: #FFF;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.nav .container .btn-nav .icon-burger:before,
.nav .container .btn-nav .icon-burger:after {
  position: absolute;
  content: "";
}

.nav .container .btn-nav .icon-burger:before {
  top: -8px;
}

.nav .container .btn-nav .icon-burger:after {
  top: 8px;
}

.nav .container .btn-nav.active .icon-burger {
  background-color: transparent;
}

.nav .container .btn-nav.active .icon-burger:before {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.nav .container .btn-nav.active .icon-burger:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.nav .container > ul > li {
  float: left;
  position: relative;
}

.nav .container > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  display: block;
  padding: 0 40px;
  line-height: 55px;
}

.nav .container > ul > li > a .arr {
  display: inline-block;
  background: url("../img/arr-down.png") no-repeat;
  width: 7px;
  height: 4px;
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
  top: -1px;
}

.nav .container > ul > li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 232px;
  background: #fff;
  -webkit-box-shadow: 2px 0 16px rgba(110, 108, 109, 0.64);
          box-shadow: 2px 0 16px rgba(110, 108, 109, 0.64);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.nav .container > ul > li ul li {
  border-bottom: 1px solid #b5b5b4;
  position: relative;
}

.nav .container > ul > li ul li a {
  display: block;
  padding: 10px 17px;
  color: #464545;
}

.nav .container > ul > li ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 192px;
}

.nav .container > ul > li ul li:hover > a,
.nav .container > ul > li ul li.active > a {
  color: #fff;
  background: #00428c;
}

.nav .container > ul > li ul li:last-child {
  border: none;
}

.nav .container > ul > li:hover > a,
.nav .container > ul > li.active > a {
  background: #387ecd;
}

.nav .container > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.nav .container > ul > li:hover > ul li:hover ul {
  opacity: 1;
  visibility: visible;
}

.nav .container .item-selected {
  background: #00428c;
}
.nav .container  > ul > li ul li.item-selected > a {
  color: #fff;
}

.nav .container .btn-search {
  background: url("../img/icon-search.png") no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 19px;
  right: 19px;
}

.nav.bottom .container > ul > li ul {
  top: auto;
  bottom: 100%;
}

@media (max-width: 979px) {
  .nav .container .btn-nav {
    display: block;
  }

  .nav .container > ul > li > a {
    padding: 0 20px;
  }

  .nav .container > ul > li ul {
    display: none;
    visibility: visible;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }

  .nav .container > ul > li:hover > ul {
    display: none;
  }
}

@media (max-width: 767px) {
  .nav .container > ul {
    display: none;
  }

  .nav .container > ul > li {
    float: none;
  }

  .nav .container > ul > li ul {
    position: static;
    width: auto;
  }

  .nav .container > ul > li ul li ul {
    position: static;
    width: auto;
    padding-left: 15px;
  }
}
#news .item::before,
#news .item::after {
  content: '';
  display: table;
}

#news .item::after {
  clear: both;
}

#news {
  position: relative;
}

#news .btn {
  position: absolute;
  top: 0;
  right: 0;
}

#news .item {
  margin-bottom: 30px;
}

#news .item figure {
  float: left;
  width: 90px;
}

#news .item .item-body {
  margin-left: 120px;
}

#news .item .item-body .date {
  font-size: 12px;
  border-left: 2px solid #a9a8a6;
  color: #6c6d6d;
  margin-bottom: 10px;
  padding-left: 8px;
}

#news .item .item-body a {
  font-size: 12px;
  font-weight: 500;
}

#news .item:last-child {
  margin-bottom: 0;
}
#products .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  height: 18px;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}

#products .slick-dots li {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  vertical-align: top;
}

#products .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 5px solid #FFFF;
  border-radius: 50%;
  outline: none;
  background: #fff;
  margin: 0;
}

#products .slick-dots li:hover button,
#products .slick-dots li.slick-active button {
  background: #ff7200;
}

#products {
  position: relative;
  margin-bottom: 70px;
  padding-right: 4px;
}

#products .item {
  padding: 50px 27px 12px 27px;
}

#products .item figure {
  font-size: 0;
  text-align: center;
  margin-bottom: 40px;
}

#products .item figure img {
  display: inline-block;
}

#products .item .item-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 60px;
}

#products .item p {
  font-size: 12px;
  color: #00428c;
}

#products .item:hover {
  -webkit-box-shadow: inset 0 0 0 2px #9e9e9f;
          box-shadow: inset 0 0 0 2px #9e9e9f;
}

#products .slick-dots {
  position: static;
  margin-top: 15px;
}

#products .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 6px;
}

#products .slick-dots li button {
  width: 8px;
  height: 8px;
  border: none;
  background: #8f8f8f;
}

#products .slick-dots li:hover button,
#products .slick-dots li.slick-active button {
  background: #00428c;
}

#products .arr-prev,
#products .arr-next {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
}

#products .arr-prev {
  right: 37px;
  background: url("../img/arr-prev-2.png");
}

#products .arr-next {
  right: 0;
  background: url("../img/arr-next-2.png");
}
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
#slider-wrap .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  height: 18px;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}

#slider-wrap .slick-dots li {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  vertical-align: top;
}

#slider-wrap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 5px solid #FFFF;
  border-radius: 50%;
  outline: none;
  background: #fff;
  margin: 0;
}

#slider-wrap .slick-dots li:hover button,
#slider-wrap .slick-dots li.slick-active button {
  background: #ff7200;
}

#slider-wrap .slide .container {
  height: 393px;
  position: relative;
}

#slider-wrap .slide .container .item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 760px;
  background: rgba(0, 66, 140, 0.89);
  color: #fff;
  padding: 30px;
  border-left: 5px solid #faa11b;
}

#slider-wrap .slide .container .item p {
  margin-bottom: 20px;
  font-size: 16px;
}

#slider-wrap .slide .container .item p strong {
  font-size: 21px;
  font-weight: 500;
}

#slider-wrap .slide .container .item p:last-child {
  margin-bottom: 0;
}

#slider-wrap .slide .container .arr-prev,
#slider-wrap .slide .container .arr-next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 22px;
  height: 36px;
  z-index: 10;
}

#slider-wrap .slide .container .arr-prev {
  background: url("../img/arr-prev.png");
  left: 0;
}

#slider-wrap .slide .container .arr-next {
  background: url("../img/arr-next.png");
  right: 0;
}

#slider-wrap .slide.slide-1 {
  background: url("../img/slider-1.jpg") no-repeat center;
  background-size: cover;
}

#slider-wrap .slide.slide-2 {
  background: url("../img/slider-2.jpg") no-repeat center;
  background-size: cover;
}

#slider-wrap .slide.slide-3 {
  background: url("../img/slider-3.jpg") no-repeat center;
  background-size: cover;
}

#slider-wrap .slick-dots {
  bottom: 15px;
}

#slider-wrap .slick-dots li {
  width: 13px;
  height: 13px;
}

#slider-wrap .slick-dots li button {
  background: none;
  width: 13px;
  height: 13px;
  border: 2px solid #faa11b;
}

#slider-wrap .slick-dots li:hover button,
#slider-wrap .slick-dots li.slick-active button {
  background: #faa11b;
}

@media (max-width: 979px) {
  #slider-wrap .slide .container .item {
    width: 500px;
  }
}

@media (max-width: 767px) {
  #slider-wrap .slide .container {
    height: auto;
    padding: 20px 0 40px 0;
  }

  #slider-wrap .slide .container .item {
    width: auto;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.window .window-inner .regions::before,
.window .window-inner .regions::after {
  content: '';
  display: table;
}

.window .window-inner .regions::after {
  clear: both;
}

.window {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 101;
  display: none;
}

.window .window-inner {
  width: 572px;
  margin: 0 auto;
  background: #00428c;
  text-align: center;
  color: #ffffff;
  padding: 34px 80px;
  position: relative;
}

.window .window-inner .window-title {
  font-size: 24px;
  margin-bottom: 30px;
}

.window .window-inner .regions {
  margin-bottom: 30px;
}

.window .window-inner .regions ul {
  float: left;
  width: calc(100% /3);
  font-size: 16px;
  padding: 0 10px;
}

.window .window-inner .info {
  font-size: 10px;
}

.window .window-inner .info span {
  font-size: 16px;
}

.window .window-inner .btn-close {
  background: url("../img/btn-close.png") no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 15px;
  right: 11px;
}

.window .window-inner a {
  color: #fff;
}

@media (max-width: 767px) {
  .window .window-inner {
    width: 290px;
    padding: 15px;
  }

  .window .window-inner .window-title {
    text-align: left;
  }

  .window .window-inner .regions ul {
    float: none;
    width: auto;
  }
}

.bx_sitemap {
    margin-bottom: 0px;
}