body {
  font-weight: 400;
  font-family: 'Open Sans';
  line-height: 1em;
  min-width: 1000px;
}
a:focus,
a:active {
  outline: none;
}
button:focus,
button:active,
.btn:focus,
.btn:active {
  outline: none;
}
h1{
  background: #ffa430;
  color: #ffffff;
  text-align: center;
  font-family: 'Open Sans Condensed';
  font-size: 24px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 0 13px;	
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3em;
}
h2{
  font-family: 'Open Sans Condensed';
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0 15px 0;
  line-height: 1.3em;
}
h3{
  font-family: 'Open Sans Condensed';
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0 15px 0;
  line-height: 1.3em;
}
h4{
  font-family: 'Open Sans Condensed';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0 15px 0;
  line-height: 1.3em;
}
blockquote{
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 700;
  font-style: italic;
}
.post_wrap ul, .post_wrap ol{
  margin-bottom: 15px;
}
.post_wrap ul li, .post_wrap ol li{
  line-height: 1.3em;
  margin-bottom: 15px;
}
table{
  margin-bottom: 20px;
}
table tr{
  border-bottom: 1px solid #c5e3f7;
}
table tr td, table tr th{
  padding: 15px;
  line-height: 1.3em;
}
table tr th{
  background: #3498db;
  color: #fff;
}
.container {
  width: 940px;
  padding: 0;
}
.header .logo {
  float: left;
  margin: 15px 0 0 0;
}
.header .logo a {
  font-family: 'Open Sans Condensed';
  font-size: 18px;
  line-height: 22px;
  color: #3c3d3d;
  font-weight: 300;
}
.header .logo a > span {
  font-weight: 700;
  color: #3498db;
  font-size: 47px;
  line-height: 51px;
}
.header .logo a:hover {
  text-decoration: none;
}
.header .account {
  float: right;
  text-align: right;
  font-size: 12px;
  line-height: 12px;
  color: #3498db;
  margin-top: 22px;
}
.header .account a {
  color: #3498db;
}
.header .account a:hover {
  text-decoration: none;
}
.header .account a.login {
  padding-left: 18px;
  background: url(../img/account-ico.png) no-repeat left top 1px;
}
.header .account .social {
  margin-top: 13px;
}
.header .menu {
  background: #3498db;
  margin-top: 11px;
}
.header .menu .navbar.navbar-default {
  background: transparent;
  margin: 0;
  border: none;
  border-radius: 0;
  min-height: 0;
}
.header .menu .navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-family: 'Open Sans Condensed';
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  border-right: 1px solid #2c8bcb;
  padding: 21px 20px 25px;
}
.header .menu .navbar-default .navbar-nav > li:last-child > a {
  border-right: none;
}
.header .menu .navbar-default .navbar-nav > li.active > a {
  background: #467fa4;
}
.header .menu .navbar-default .navbar-nav > li a:hover {
  background: #65b8ed;
}
.header .menu .navbar-default .navbar-nav > li > .dropdown-menu {
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: none;
}
.header .menu .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  background: #3498db;
  font-family: "Open Sans Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #ffffff;
  padding: 8px 20px 13px;
}
.header .menu .navbar-default .navbar-nav > li > .dropdown-menu > li.active > a {
  background: #467fa4;
}
.header .menu .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover {
  background: #65b8ed;
}
.header .menu .navbar-form {
  margin-top: 14px;
}
.header .menu .navbar-form .form-control {
  font-size: 12px;
  line-height: 12px;
  color: #82868d;
  border: none;
  border-radius: 5px;
  width: 180px;
  background: #ffffff url(../img/search-ico.png) no-repeat right 13px top 11px;
  box-shadow: none;
  height: 35px;
}
.main .breadcrumb {
  background: transparent;
  padding: 16px 0;
  font-size: 12px;
  margin-bottom: 3px;
}
.main .breadcrumb a {
  color: #6a6c6c;
}
.main .breadcrumb a:hover {
  text-decoration: none;
  color: #3498db;
}
.main .breadcrumb > li + li::before {
  content: "► ";
  color: #6a6c6c;
  font-size: 10px;
}
.main .breadcrumb > .active {
  color: #ffa430;
}
.main .center-content {
  float: left;
  width: 700px;
}
.main .center-content .event-banner {
  background: #f4f4f4;
  margin: 0 0 20px;
}
.main .center-content .title {
  background: #ffa430;
  color: #ffffff;
  text-align: center;
  font-family: 'Open Sans Condensed';
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 0 13px;
}
.main .center-content .event-banner .info {
  border: 1px solid #e5e5e5;
}
.main .center-content .event-banner .info .name {
  padding: 0 20px;
  margin: 20px 0 0;
}
.main .center-content .event-banner .info .name a {
  font-family: 'Open Sans Condensed';
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3498db;
  text-decoration: underline;
}
.main .center-content .event-banner .info .name a:hover {
  text-decoration: none;
}
.main .center-content .event-banner .info .descr {
  font-size: 14px;
  line-height: 20px;
  color: #303333;
  padding: 0 20px;
  margin: 7px 0 23px;
}
.main .center-content .event {
  width: 345px;
  float: left;
  border: 1px solid #dddddd;
  background: #ffffff;
  margin: 0 0 16px;
}
.main .center-content .event:hover {
  border-color: #034b7b;
}
.main .center-content .event:nth-child(even) {
  margin-right: 9px;
}
.main .center-content .event img {
  max-width: 100%;
}
.main .center-content .event .name {
  padding: 0 20px;
  margin-top: 20px;
}
.main .center-content .event .name a {
  font-family: 'Open Sans Condensed';
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3498db;
  text-decoration: underline;
}
.main .center-content .event .name a:hover {
  text-decoration: none;
}
.main .center-content .event .descr {
  font-size: 14px;
  line-height: 20px;
  color: #303333;
  padding: 0 20px;
  margin: 16px 0 20px;
}
.main .new-item {
  width: 220px;
  float: left;
  border: 1px solid #dddddd;
  background: #ffffff;
  margin: 0 20px 16px 0;
  padding-bottom: 20px;
}
.main .new-item:hover {
  border-color: #034b7b;
}
.main .new-item:nth-child(4n) {
  margin-right: 0;
}
.main .full-content .new-item:nth-child(3n+1) {
  margin-right: 20px;
}
.main .full-content .new-item:nth-child(4n+1) {
  margin-right: 0;
}
.main .index-feed {
  margin-top: 20px;
}
.main .index-feed .new-item {
  margin-right: 20px;
}
.main .index-feed .new-item:nth-child(4n) {
  margin-right: 0px;
}
.main .new-item img {
  max-width: 100%;
}
.main .new-item .name {
  padding: 0 20px;
  margin-top: 20px;
}
.main .new-item .name a {
  font-family: 'Open Sans Condensed';
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3498db;
  text-decoration: underline;
}
.main .new-item .name a:hover {
  text-decoration: none;
}
.main .new-item .descr {
  font-size: 12px;
  line-height: 20px;
  color: #686868;
  padding: 0 20px;
  margin: 16px 0 16px;
}
.main .center-content .brand {
  border: 1px solid #dddddd;
  margin-bottom: 25px;
}
.main .center-content .brand .b-logo {
  float: left;
  margin: 28px 0 0 20px;
  width: 235px;
}
.main .center-content .brand .b-info {
  float: left;
  margin-top: 25px;
}
.main .center-content .brand .b-info .name {
  font-family: 'Open Sans Condensed';
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #ffa634;
}
.main .center-content .brand .b-info .link {
  margin: 11px 0 16px;
}
.main .center-content .brand .b-info .link a {
  font-size: 14px;
  line-height: 14px;
  color: #074089;
  text-decoration: underline;
}
.main .center-content .brand .b-info .country {
  font-size: 14px;
  line-height: 14px;
  color: #303333;
}
.main .center-content .brand .descr {
  font-size: 14px;
  line-height: 18px;
  color: #303333;
  padding: 0 20px;
  margin: 30px 0 0;
}
.main .center-content .brand .date {
  font-size: 12px;
  line-height: 12px;
  color: #82868d;
  padding-left: 20px;
  margin: 16px 0 30px;
}
.main .blue-title {
  background: #3498db;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed';
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px 0 13px;
}
.main .full-content .blue-title {
  margin-bottom: 18px;
}
.main .center-content .catalog-container {
  border: 0 solid #dddddd;
  border-width: 0 1px 1px 1px;
  padding-bottom: 24px;
  margin-bottom: 20px;
}
.main .center-content .catalogs {
  margin: 25px 20px 28px;
  border-top: 1px solid #898989;
}
.main .center-content .catalogs .catalog {
  border-bottom: 1px solid #898989;
}
.main .center-content .catalogs .catalog > a {
  color: #303333;
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 11px 0 12px;
  padding-right: 140px;
  background: url(../img/arrow-open.png) no-repeat right center;
}
.main .center-content .catalogs .catalog > a.collapsed {
  background: url(../img/arrow-close.png) no-repeat right center;
}
.main .center-content .catalogs .catalog > a:hover,
.main .center-content .catalogs .catalog > a:focus {
  text-decoration: none;
}
.main .center-content .catalogs .catalog > a:hover {
  color: #3498db;
}
.main .center-content .catalogs .catalog .panel-body {
  border-top: 1px solid #898989;
  padding: 11px 0 12px 26px;
}
.main .center-content .catalogs .catalog .panel-collapse a {
  font-size: 14px;
  line-height: 14px;
  color: #ffa634;
  padding-left: 16px;
  background: url(../img/arrow-left.png) no-repeat left center;
}
.main .center-content .catalog-container .brand {
  border: none;
}
.main .center-content .catalog-container .brand .b-info .name {
  margin-bottom: 21px;
}
.owl-carousel {
  width: 780px;
  margin: 0 auto 26px;
}
.owl-carousel .item a {
  display: block;
}
.owl-carousel .item .image {
  width: 100%;
  height: 80px;
  border: 1px solid #dddddd;
  display: table;
}
.owl-carousel .item:hover .image {
  border-color: #467fa4;
}
.owl-carousel .item .image .ic {
  display: table-cell;
  vertical-align: middle;
  height: 78px;
  width: 100%;
  text-align: center;
}
.owl-carousel .owl-item img {
  width: auto;
  display: inline;
}
.owl-carousel .item .name {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #434a54;
  margin-top: 16px;
}
.owl-carousel .item > a:hover .name {
  text-decoration: none;
  color: #467fa4;
}
.owl-nav {
  position: relative;
}
.owl-nav .owl-prev {
  position: absolute;
  width: 14px;
  height: 30px;
  top: -80px;
  left: -33px;
}
.owl-nav .owl-next {
  position: absolute;
  width: 14px;
  height: 30px;
  top: -80px;
  right: -33px;
}
.main .pagination {
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #dedede;
  border-radius: 2px;
  margin: 0 0 30px;
}
.main .pagination > li > a,
.main .pagination > li > span {
  background: transparent;
  border: none;
  font-size: 16px;
  line-height: 16px;
  color: #3498db;
  padding: 17px 15px 19px;
}
.main .pagination > li.active > a {
  background: transparent;
  color: #ffa430;
}
.main .right-content {
  float: right;
  width: 220px;
}
.main .right-content .info-block {
  margin: 0 0 24px;
}
.main .right-content .info-block .title {
  background: #3498db;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed';
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding: 9px 40px 10px;
}
.main .right-content .info-block .points {
  border: 0 solid #dedede;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 1px 1px;
}
.main .right-content .info-block .points .point {
  border-bottom: 1px solid #ededed;
  padding: 10px 20px 13px;
}
.main .right-content .info-block .points .point:last-child {
  border-bottom: none;
}
.main .right-content .info-block .points .point.active {
  background: #f4f4f4;
}
.main .right-content .info-block .points .point a {
  font-size: 14px;
  line-height: 20px;
  color: #303333;
  text-decoration: underline;
}
.main .right-content .info-block .points .point a:hover {
  text-decoration: none;
}
.main .left-content {
  float: left;
  width: 220px;
  margin-right: 20px;
}
.main .left-content .producers-list {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}
.main .left-content .producers-list li {
  border: 0 solid #dddddd;
  border-width: 0 1px 1px 1px;
  padding: 10px 0 11px 20px;
}
.main .left-content .producers-list li.active {
  background: #f8f8f8;
}
.main .left-content .producers-list li a {
  font-size: 14px;
  line-height: 14px;
  color: #303333;
}
.main .left-content .producers-list li.active a {
  color: #ffa634;
}
.main .left-content .producers-list li a:hover {
  text-decoration: none;
}
.footer {
  background: #3498db;
  padding: 18px 0 20px;
}
.footer .first {
  float: left;
  width: 295px;
  padding-left: 48px;
}
.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer li {
  margin-bottom: 8px;
}
.footer li a {
  color: #ffffff;
  font-family: 'Open Sans Condensed';
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: underline;
}
.footer li a:hover {
  color: #ffa430;
}
.footer .second {
  float: left;
  width: 236px;
}
.footer .third {
  float: left;
  width: 250px;
}
.fourth {
  float: left;
}
.fourth p {
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 12px;
}

.news_wrap .events{
  display: flex;
  flex-flow: row wrap;
}

.news_wrap .events .event-banner{
	width: 100%;
}