@import "../plugins/bootstrap/css/bootstrap.min.css";

@import "../plugins/fancybox/jquery.fancybox.css";

@import "../plugins/ui/totop/ui.totop.css";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
/* @font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-ExtraBold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-ExtraBoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-Bold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-BoldItalic.ttf);
  font-weight: 600;
  font-style: italic;
} */
@font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-Semibold.ttf);
  font-weight: 500;
}
/* @font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-SemiboldItalic.ttf);
  font-weight: 500;
  font-style: italic;
} */
@font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-Regular.ttf);
  font-weight: 400;
}
/* @font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-Italic.ttf);
  font-weight: 400;
  font-style: italic;
} */
@font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-Light.ttf);
  font-weight: 300;
}
/* @font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-LightItalic.ttf);
  font-weight: 300;
  font-style: italic;
} */
html,
body {
  height: 100%;
}


.content-dyn .content-dyn_page ul,
li {
  list-style: none;
}
ul,
form,
label {
  margin: 0;
}
a:focus,
.btn:focus,
select:focus {
  outline: none;
}
textarea,
input[type=text],
input[type=password] {
  box-shadow: none;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus {
  box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 100;
}
strong {
  font-weight: 500;
}
.alignCenter {
  text-align: center !important;
}
.alignRight {
  text-align: right !important;
}
.alignLeft {
  text-align: left !important;
}
img {
  max-width: auto !important;
}
body {
  background: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #000;
}
body strong {
  font-weight: 500;
}
td {
  padding: 0;
}
a {
  outline: 0 none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
}
pre {
  left: 100px;
  margin: 0 auto 10px;
  max-width: 980px;
  position: relative;
  top: 20px;
  z-index: 9999;
}
.container {
  width: 1132px;
  padding: 0;
  clear: both;
}
.b_pages {
  background: url("img/bg/body.png") repeat-x;
  background-position: top;
}
/* header */header {
  height: 139px;
  margin-bottom: 119px;
  padding-bottom: 119px;
  position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff; 
    z-index: 999; 
}
.header {
  border-top: 4px solid #434248;
}
.header__col-l {
  overflow: hidden;
    width: 149px;
    float: left;
    padding-top: 17px;
    position: relative;
    margin-bottom: -70px;
}
.header__col-r {
  float: right;
}
.h-gen {
  overflow: hidden;
  float: right;
  padding: 28px 0 23px 0;
}
.h-gen form {
  float: left;
}
.h-gen form label input {
  background: url("img/bg/search.jpg") no-repeat;
  background-position: 362px center;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  width: 374px;
  height: 34px;
  border-radius: 0;
  margin: 0;
  padding: 0 0 0 14px;
}
.h-gen__col-l {
  overflow: hidden;
  float: left;
}
.h-gen__col-r {
  overflow: hidden;
  float: right;
  padding: 6px 0 0 10px;
}
.nav-lang {
  float: right;
  overflow: hidden;
}
.nav-lang li {
  height: 28px;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 0 3px 0 0;
}
.nav-lang li:after {
  content: "|";
  margin-left: 3px;
}
.nav-lang li:last-child:after {
  content: "";
}
.nav-lang li a {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  padding: 0 7px 7px;
  display: inline-block;
}
.nav-lang li a:hover {
  color: #f15c22;
  text-decoration: none;
}
.nav-lang li.active a {
  border-bottom: 1px solid #f15c22;
  color: #b3b3b3;
}
.nav > li.dropdown.open.active > a:focus {
  background: #f3f3f3;
  border-top: 3px solid #f15c22;
  color: #000000;
}
.nav > li.dropdown.open.active > a:focus:hover {
  background: #434248;
  color: #ffffff;
  border-top: 3px solid #f15c22;
}
.menu {
  margin: 23px 0 0 0;
}
.menu > ul {
  float: right;
}
.menu > ul > li {
  float: left;
  border-left: 1px solid #d4d4d4;
  list-style: none;
}
.menu > ul > li:last-child {
  border-right: 1px solid #d4d4d4;
}
.menu > ul > li > a {
  color: #000000;
  display: block;
  background: #f3f3f3;
  padding: 13px 18px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.menu > ul > li.active > a {
  border-top: 3px solid #F15C22;
  padding-top: 10px;
}
.menu > ul > li:hover > a {
  background: #434248;
  color: #ffffff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #434248;
  color: #ffffff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background: #434248;
  color: #ffffff;
}
.menu .dropdown-menu {
  margin: 0 0 0 -1px;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  border: none !important;
}
.menu .dropdown-menu li {
  float: left;
  width: 298px;
  border-left: none;
  border-right: none;
  list-style: none;
}
.menu .dropdown-menu li a {
  display: block;
  background: #f3f3f3;
  color: #000000;
  border-top: 1px solid #d8d8d8;
  white-space: normal;
  padding: 13px 20px;
  font-size: 13px;
  line-height: 15px;
}
.menu .dropdown-menu li a:hover {
  background: #434248;
  color: #ffffff;
}
/* CONTENT *//* slider */.content-dyn {
  padding: 0 0 1px;
  padding-top: 210px;
  border-bottom: 1px solid #d4d4d4;
}
.content-dyn:hover .carousel-control {
  opacity: 0.5;
}
.content-dyn .carousel-inner {
  border-top: 1px solid #d4d4d4;
}
.content-dyn .carousel-inner > .item {
  padding-top: 1px;
}
.content-dyn .carousel-inner .text {
  display: block;
  height: 290px;
  left: 92px;
  overflow: hidden;
  position: absolute;
  top: 98px;
}
.content-dyn .carousel-inner .text h3 {
  background: none repeat scroll 0 0 #434248;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  padding: 16px 30px 13px;
  width: 232px;
}
.content-dyn .carousel-inner .text p.slider-desc {
  background: none repeat scroll 0 0 #EBE8E8;
  border-left: 1px solid #444349;
  border-right: 1px solid #444349;
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 20px 27px;
  width: 320px;
  margin: 0;
}
.content-dyn .carousel-inner .text a {
  /* background: url("http://sv5.macuser.ua/skin/default/www/css/img/slider/arrow.png") no-repeat scroll 194px 16px #f15c22; */
  background-color: #f15c22;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 20px 0 0;
  padding: 11px 48px 11px 27px;
  position: relative;
  z-index: 255;
}
.content-dyn .carousel {
  margin: 0;
}
.content-dyn .slideContainer {
  margin: 0 auto;
  position: relative;
  width: 980px;
}
.content-dyn .carousel-control {
  background: url("img/slider/prew.png") no-repeat;
  border: medium none;
  border-radius: 0;
  width: 67px;
  height: 67px;
  margin: -230px 0 0;
  opacity: 0;
  transition: none;
}
.content-dyn .carousel-control:hover {
  opacity: 1;
}
.content-dyn .carousel-control.right {
  background: url("img/slider/next.png") no-repeat;
  height: 67px;
}
.content-dyn .slidePopover {
  height: 62px;
  margin: -62px 0 0;
  overflow: hidden;
  position: relative;
}
.content-dyn .slidePopover .popoverText {
  margin: 0 auto;
  position: relative;
  width: 980px;
}
.content-dyn .slidePopover .popoverText #footerAction {
  display: block;
  float: left;
  height: 14px;
  margin: 5px 0 0 7px;
  overflow: hidden;
  position: relative;
  width: 27px;
}
.content-dyn .slidePopover .carousel-indicators {
  right: 20px;
  bottom: 20px;
}
.content-dyn .slidePopover .carousel-indicators li {
  background: url("img/slider/indicators.png") no-repeat;
  width: 24px;
  height: 24px;
}
.content-dyn .slidePopover .carousel-indicators li.active {
  background: url("img/slider/active-indicators.png") no-repeat left top;
  width: 24px;
  height: 24px;
}
.content-dyn .slidePopover .carousel-indicators li:hover {
  cursor: pointer;
}
.content-dyn_page {
  padding: 0 0 1px;
  border-bottom: 0;
}
.content-dyn_page .carousel-inner {
  height: 391px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.content-dyn_page .carousel-inner > .item {
  padding: 1px 0;
}
.content-dyn_page .carousel_page {
  overflow: hidden;
  padding: 1px 0;
}
.content-dyn_page .search-title {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.content-dyn_page .search-title h1 {
  font-size: 25px;
  line-height: 30px;
  padding: 24px 0 21px 0;
  text-align: center;
  font-weight: 300;
}
.content-dyn_page .content-dyn_crumbs {
  border-top: 1px solid #D4D4D4;
  overflow: hidden;
  padding: 261px 0 9px 23px;
}
.content-dyn_page .content-dyn_crumbs .breadcrumbs ul li {
  float: left;
  padding: 0 3px;
  list-style:none;
}
.content-dyn_page .content-dyn_crumbs .breadcrumbs ul li span {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
}
.content-dyn_page .content-dyn_crumbs .breadcrumbs ul li:first-child {
  padding-left: 0;
}
.content-dyn_page .content-dyn_crumbs .breadcrumbs ul li:first-child a {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 11px 0 0;
  color: #000000;
}
.content-dyn_page .content-dyn_crumbs .breadcrumbs ul li:last-child:after {
  content: "";
}
.content-dyn_page .content-dyn_crumbs .breadcrumbs ul li:after {
  content: "/";
}
.content-dyn_crumbs_error {
  border-bottom: 1px solid #D4D4D4;
}
.company-gen {
  border-top: 1px solid #f3f3f3;
  padding-top: 38px;
}
.company-gen .home-top-title {
  display: table;
  height: 60px;
  width: 100%;
  background: #f15c22;
}
.company-gen .home-top-title h1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  color: #ffffff;
}
.company-gen .company-gen__desc {
  background: #f3f3f3;
  overflow: hidden;
  border-bottom: 2px solid #f15c22;
  padding-bottom: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.company-gen .company-gen__desc .company-gen__col_l {
  width: 418px;
  margin-top: 27px;
  float: left;
  display: block;
  padding: 16px 27px 16px 44px;
}
.company-gen .company-gen__desc .company-gen__col_r {
  width: 417px;
  border-left: 1px solid #d4d4d4;
  float: right;
  margin-top: 27px;
  display: block;
  padding: 16px 31px 16px 41px;
}
.content_page {
  padding-top: 13px;
}
.content_page .home-top-title_cnts {
  border-bottom: 1px solid #d4d4d4;
  display: table;
  height: 60px;
  width: 100%;
  background: #ffffff;
  padding-bottom: 2px;
}
.content_page .home-top-title_cnts h1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
  color: #000000;
}
.content_page .home-top-title_cnts .home-top-title_error {
  height: 66px;
}
.content_page .content-page__desc {
  border-bottom: 1px solid #D4D4D4;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  padding: 40px 23px 20px;
}
.content_page .content-page__desc h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 20px;
}
.content_page .content-page__desc > ul {
  margin-left: 15px;
  padding-bottom: 30px;
}
.content_page .content-page__desc > ul li {
  list-style-type: disc;
}
.content_page .content-page__desc p {
  padding-bottom: 24px;
}
.content_page .content-page__desc .toys-file {
  margin: 0;
  padding: 0;
}
.content_page .content-page__desc .toys-file a:hover {
  text-decoration: none;
}
.content_page .content-page__desc > table {
  margin-bottom: 30px;
  border: 1px solid #dedede;
}
.content_page .content-page__desc > table tr {
  border-bottom: 1px solid #dedede;
}
.content_page .content-page__desc > table tr:nth-child(2n+1) {
  background: #f3f3f3;
}
.content_page .content-page__desc > table tr:last-child {
  border-bottom: none;
}
.content_page .content-page__desc > table tr th {
  width: 467px;
  padding: 17px 39px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  border-left: 1px solid #dedede;
}
.content_page .content-page__desc > table tr th:first-child {
  border-left: none;
}
.content_page .content-page__desc > table tr th:last-child {
  border-right: 1px solid #dedede;
}
.content_page .content-page__desc > table tr td {
  width: 467px;
  vertical-align: middle;
  padding: 19px 35px 19px 25px;
  border-right: 1px solid #dedede;
}
.content_page .content-page__desc > table tr td:last-child {
  padding-right: 0;
}
.content_page .content-page__desc > table tr td span {
  margin: 0;
  padding: 0;
  background: #fff;
}
.content_page .content-page__desc #table-col {
  margin-bottom: 16px;
}
.content_page .content-page__desc #table-col tr th {
  width: 597px;
  padding: 17px 0;
}
.content_page .content-page__desc #table-col tr td {
  width: 147px;
  padding: 0 0 0 20px;
}
.content_page .content-page__desc #table-col tr td:first-child {
  width: 597px;
  padding: 20px 10px 20px 20px;
}
.content_page .content-page__desc #table-col tr td:last-child {
  width: 167px;
}
.content_page .content-page__desc .gallery {
  margin: 0;
}
.content_page .content-page__desc .gallery li {
  float: left;
  margin-right: 30px;
  list-style-type: none;
  position: relative;
}
.content_page .content-page__desc .gallery li a .gallery-hover {
  width: 100%;
  height: 55px;
  position: absolute;
  top: 32%;
}
.content_page .content-page__desc .gallery li a:hover span {
  display: block;
  background: url("img/slider/prew.png") no-repeat;
  background-position: bottom center;
}
.content_page .content-page__desc .gallery li p {
  padding-top: 22px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.content_page .content-page__desc .contacts-table {
  border: none;
}
.content_page .content-page__desc .contacts-table tr {
  border: none;
}
.content_page .content-page__desc .contacts-table tr td {
  width: auto;
  border: none;
  background: #fff;
  padding: 0 0 23px 0;
  vertical-align: top;
}
.content_page .content-page__desc .contacts-table tr td:first-child {
  width: 110px;
}
.content_page .content-error {
  padding: 40px 23px 42px;
}
.content_page .content-error a {
  text-decoration: underline;
}
.content_page .content-dyn_crumbs {
  border-top: 1px solid #D4D4D4;
  overflow: hidden;
  padding: 11px 0 9px 23px;
}
.content_page .content-dyn_crumbs .breadcrumbs ul li {
  float: left;
  padding: 0 3px;
}
.content_page .content-dyn_crumbs .breadcrumbs ul li span {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
}
.content_page .content-dyn_crumbs .breadcrumbs ul li:first-child {
  padding-left: 0;
}
.content_page .content-dyn_crumbs .breadcrumbs ul li:first-child a {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 11px 0 0;
  color: #000000;
}
.content_page .content-dyn_crumbs .breadcrumbs ul li:last-child:after {
  content: "";
}
.content_page .content-dyn_crumbs .breadcrumbs ul li:after {
  content: "/";
}
.content-map {
  padding: 1px 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.content-map #map-container {
  height: 480px;
}
.contact-map > p {
  font-size: 18px;
  line-height: 24px;
}
.contact-map form {
  margin-bottom: 25px;
  overflow: hidden;
  width: 650px;
}
.contact-map form label {
  overflow: hidden;
  margin: 0;
}
.contact-map form span {
  display: inline-block;
  width: 114px;
  float: left;
  vertical-align: top;
  margin-top: 10px;
}
.contact-map form input {
  width: 488px;
  height: 39px;
  float: right;
  border-radius: 0;
  padding: 0 23px;
}
.contact-map form textarea {
  padding: 5px 23px;
  width: 488px;
  height: 159px;
  float: right;
  border-radius: 0;
  resize: none;
}
.contact-map form button {
  border-radius: 0;
  background: #f15c22;
  padding: 11px 49px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  float: right;
  border: none;
  font-size: 16px;
  line-height: 22px;
}
.contact-map form button:hover {
  background: #666666;
}
.company-ask h2 {
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  padding: 41px 0 18px;
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
}
.company-ask ul {
  overflow: hidden;
  padding-top: 55px;
  border-bottom: 1px solid #d4d4d4;
}
.company-ask ul li {
  float: left;
  text-align: center;
  width: 33%;
}
.company-ask ul li .company-ask__brd {
  background-color: #F3F3F3;
  height: 6px;
  margin: 28px auto 20px;
  width: 111px;
}
.company-ask ul li h4 {
  overflow: hidden;
  display: block;
  min-height: 78px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
}
.company-ask ul li .company-ask__brd_2 {
  background-color: #A7A9AC;
  height: 1px;
  margin: 0 auto 20px;
  text-align: center;
  width: 111px;
}
.company-ask ul li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 38px 30px;
  margin: 0 auto;
}
.company-ask ul li span {
  display: block;
  margin-bottom: 22px;
  color: #000;
}
.company-cat {
  padding-bottom: 34px;
}
.company-cat h2 {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  padding: 41px 0 24px;
  text-align: center;
}
.company-cat ul {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
  padding: 10px 0;
}
.company-cat ul li {
  float: left;
  padding-right: 10px;
  border-left: 1px solid #f3f3f3;
}
.company-cat ul li:last-child {
  padding-right: 0;
}
.company-cat ul li a {
  width: 285px;
  height: 60px;
  display: block;
  margin: 88px 8px 0 11px;
  padding: 15px 0 0 15px;
  position: absolute;
  background: #f3f3f3;
  opacity: 0.9;
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}
.company-cat ul li a:hover {
  color: #0060cb;
}
/* slider */.footer-slider .carousel-inner {
  border-bottom: 1px solid #d4d4d4;
  padding: 0 0 10px;
}
.footer-slider .carousel-control {
  background: url("img/slider/arrow-prew.png") no-repeat;
  background-position: 14px center;
  border: 2px solid #e7e7e7;
  border-radius: 0;
  bottom: -49px;
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 100;
  height: 40px;
  line-height: 30px;
  margin-top: -20px;
  opacity: 0.5;
  position: absolute;
  left: auto;
  text-align: center;
  top: 113%;
  width: 40px;
}
.footer-slider .left.carousel-control {
  right: 48px;
}
.footer-slider .right.carousel-control {
  right: 0;
  background: url("img/slider/arrow-next.png") no-repeat;
  background-position: 14px center;
}
.footer-slider .carousel-indicators {
  bottom: 20px;
  right: 435px;
  top: 204px;
}
.footer-slider .carousel-indicators li {
  background: url("img/slider/indicators1.png") no-repeat;
  width: 24px;
  height: 24px;
}
.footer-slider .carousel-indicators li.active {
  background: url("img/slider/active-indicators1.png") no-repeat left top;
  width: 24px;
  height: 24px;
}
.footer-slider .carousel-indicators li:hover {
  cursor: pointer;
}
.footer-slider {
  border-top: 1px solid #D4D4D4;
  padding-top: 10px;
}
.footer-slider_slide {
  overflow: hidden;
  float: left;
  padding-right: 11px;
      width: 32.6%;
}
.footer-slider_slide:last-child {
  padding-right: 0;
}
.footer-slider_slide .text {
  width: 319px;
}
.footer-slider_slide .text a {
  background: none repeat scroll 0 0 #F3F3F3;
  color: #000000;
  display: block;
  font-size: 20px;
  font-weight: 400;
  height: 60px;
  line-height: 23px;
  margin: 90px 8px 0 11px;
  opacity: 0.9;
  overflow: hidden;
  padding: 14px 15px 1px 15px;
  position: absolute;
  width: 270px;
}
.footer-slider_slide .text a:hover {
  color: #0060cb;
}
/* end slider */.footer__t {
  overflow: hidden;
  border-top: 8px solid #d4d4d4;
}
.footer-cat {
  padding-bottom: 51px;
}
.footer-cat h2 {
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  padding: 31px 0 16px;
  text-align: center;
}
.footer-cat ul {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
  padding: 10px 0;
}
.footer-cat ul li {
  float: left;
  padding-right: 10px;
  border-left: 1px solid #f3f3f3;
}
.footer-cat ul li:last-child {
  padding-right: 0;
}
.footer-cat ul li a {
  background: none repeat scroll 0 0 #F3F3F3;
  color: #000000;
  display: block;
  font-size: 20px;
  font-weight: 400;
  height: 60px;
  line-height: 23px;
  margin: 90px 8px 0 11px;
  opacity: 0.9;
  overflow: hidden;
  padding: 14px 0 1px 15px;
  position: absolute;
  width: 285px;
}
.footer-cat ul li a:hover {
  color: #0060cb;
}
.f-ext-menu {
  display: block;
  float: left;
  margin: 30px 32px 30px 25px;
  overflow: hidden;
  width: 300px;
}
.f-ext-menu span {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 27px;
}
.f-ext-menu ul {
  margin: 23px 0 0;
}
.f-ext-menu ul li {
  margin: 8px 0 0;
}
.f-ext-menu ul li:first-child {
  margin-top: 0;
}
.f-ext-menu ul li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
}
.f-ext-menu ul li a:hover {
  color: #025bab;
}
.footer__t .f-cnt {
  width: 220px;
  display: block;
  float: left;
  margin: 30px 29px 30px 0;
}
.footer__t .f-cnt span {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 27px;
}
.footer__t .f-cnt address {
  margin: 27px 0 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}
.footer__t .f-cnt address a {
  text-decoration: none;
  color: #000000;
}
.footer__t .f-cnt address a span {
  font-size: 13px;
  color: #ea1c25;
}
/* .footer__t .f-cnt address p {
  padding-top: 27px;
} */
.f-cnt address{
  width: 1100px;
  
  display: flex;
  justify-content: space-around;
}
.f-partners {
  display: block;
  float: right;
  margin: 36px 0 0;
}
.f-partners p {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #cecdce;
}
.descContacts {
  overflow: hidden;
  padding: 0 0 53px 30px;
}
.descContacts h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
.descContacts address {
  margin: 27px 0 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.descContacts address a {
  text-decoration: none;
  color: #000000;
}
.descContacts address span {
  color: #ea1c25;
}
.footer__b {
  border-top: 1px solid #000000;
}
.footer__b .copyright {
  float: left;
  font-family: "Helvetica", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 20px 0 30px 25px;
}
.footer__b .copyright a {
  color: #364ca7;
}
.footer__b .f-gen-menu {
  float: right;
  margin: 20px 34px 51px 0;
}
.footer__b .f-gen-menu ul li {
  float: left;
  list-style: none;
}
.footer__b .f-gen-menu ul li:after {
  content: "|";
  color: #000000;
  font-size: 13px;
  line-height: 18px;
}
.footer__b .f-gen-menu ul li:last-child:after {
  content: "";
}
.footer__b .f-gen-menu ul li a {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  margin: 0 4px;
}
.footer__b .f-gen-menu ul li a:hover {
  color: #025bab;
}
/* search */.searchBar {
  margin-top: 33px;
}
.searchBar .search {
  width: 508px;
}
.searchBar .search form {
  overflow: hidden;
  width: 508px;
}
.searchBar .search form label {
  width: 470px;
  float: left;
}
.searchBar .search form label input {
  padding: 0 0 0 25px;
  height: 36px;
  width: 445px;
  margin: 0;
  border-radius: 0;
  border-right: none;
  border-color: #d4d4d4;
}
input.error {
  border: 1px solid red !important;
}
textarea.error {
  border: 1px solid red !important;
}
.error {
  border: 1px solid red;
}
.searchBar .search form button {
  width: 38px;
  height: 38px;
  background: url("img/bg/search.jpg") no-repeat;
  background-position: right;
  border: none;
  float: right;
}
.result {
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #666666;
  border-bottom: 1px solid #d4d4d4;
  padding: 35px 0 19px 26px;
}
ul.searchList li {
  border-bottom: 1px solid #d4d4d4;
}
ul.searchList li .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
  padding: 31px 0 20px 26px;
}
ul.searchList li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 25px 0 26px 25px;
  display: block;
}
ul.searchList li a:hover {
  color: #0276cf;
}
ul.searchList li p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  padding: 0 0 7px 25px;
  color: #666666;
}
/* end search */.sList-empty {
  padding: 14px 30px 22px 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
/* paginate by Zyrab */.searchPaginate {
  margin: 25px 0 20px;
}
.listPagination table td.previous a,
.listPagination table td.next a {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 25px;
}
.listPagination table td.previous {
  width: 100px;
  padding: 0 1px 0 0;
}
.listPagination table td.next {
  width: 100px;
  padding: 0 0 0 1px;
}
.listPagination ul {
  box-shadow: none;
  display: table;
  margin: 2px auto !important;
}
.listPagination table {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.listPagination table td {
  border: none;
  padding: 0;
}
.listPagination table td a {
  border: 2px solid transparent;
  color: #000000;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin: 0 1px;
  padding: 0 1px;
  text-align: center;
  text-decoration: none;
  width: 40px;
}
.listPagination table td a.target:hover {
  opacity: 1;
  border: 1px solid #d4d4d4;
}
.listPagination table td a:hover {
  border: 2px solid #d4d4d4;
  height: 40px;
  opacity: 1;
  text-decoration: none;
  width: 40px;
}
.listPagination table td a.active {
  background: #ffffff;
  color: #000000;
  opacity: 1;
  border-radius: 0;
  border: 2px solid #d4d4d4;
  width: 40px;
  height: 40px;
  margin-top: -2px;
}
.listPagination table td a span {
  background-size: 38px;
  display: block;
  height: 21px;
  margin: 0 auto 0;
}
.listPagination table td.first {
  width: 50px;
}
/* .listPagination table td.first a span {
  background: url('img/pagination.png') no-repeat 8px -63px;
  margin: 10px 0 0 3px;
}
.listPagination table td.first a:hover span {
  background: url('img/pagination.png') no-repeat 8px -63px;
}
.listPagination table td.previous a span {
  background: url('img/pagination.png') no-repeat 8px -42px;
  margin: 10px 0 0 3px;
} */
.listPagination table td.previous a:hover span {
  background-position: 8px -42px;
}
.listPagination table td.pages {
  text-align: center;
}
.listPagination table td.pages ul li {
  display: block;
  float: left;
}
.listPagination table td.next {
  text-align: right;
}
/* .listPagination table td.next a span {
  background: url('img/pagination.png') no-repeat 9px top;
  margin: 10px 0 0 3px;
} */
.listPagination table td.next a:hover span {
  background-position: 9px top;
}
.listPagination table td.last {
  width: 50px;
  margin: 2px auto !important;
}
/* .listPagination table td.last a span {
  background: url('img/pagination.png') no-repeat 9px -21px;
  margin: 10px 0 0 3px;
} */
.listPagination table td.last a:hover span {
  background-position: 9px -21px;
}

.ac-container{
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #000;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	    background: #f15c226e;
    color: #000000;
	border-top: 3px solid #F15C22;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
/* .ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
} */
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
}
.content_page .content-page__desc ul, li {
    list-style: decimal;
}
