/*@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic);

@import url(//fonts.googleapis.com/css?family=Roboto:400,500,100&subset=latin,cyrillic);*/
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
}
.picker__input {
  cursor: default;
}
.picker__input.picker__input--active {
  border-color: #0089ec;
}
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js/themes.htm#classic
 */.picker {
  width: 100%;
}
.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  max-height: 0;
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: all 0.15s ease-out, max-height 0 0.15s;
  -moz-transition: all 0.15s ease-out, max-height 0 0.15s;
  transition: all 0.15s ease-out, max-height 0 0.15s;
}
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: all 0.15s ease-out, max-height 0;
  -moz-transition: all 0.15s ease-out, max-height 0;
  transition: all 0.15s ease-out, max-height 0;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
.picker__box {
  padding: 0 1em;
}
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: 0.25em;
}
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
.picker__select--month,
.picker__select--year {
  font-size: .8em;
  border: 1px solid #b7b7b7;
  height: 2.5em;
  padding: .66em .25em;
  margin-left: .25em;
  margin-right: .25em;
  margin-top: -0.5em;
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  top: -0.33em;
  padding: .5em 1.33em;
  width: 1em;
  height: 1em;
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.5em;
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.5em;
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: .75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: 0.5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  color: #0089ec;
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: .5em solid #0059bc;
  border-left: 0.5em solid transparent;
}
.picker__day--selected,
.picker__day--selected:hover {
  border-color: #0089ec;
}
.picker__day--highlighted {
  background: #b1dcfb;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #ddd;
  -ms-filter: "alpha(Opacity=66)";
  filter: alpha(opacity=66);
  -moz-opacity: .66;
  opacity: 0.66;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -0.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -0.1em;
  color: #e20;
  vertical-align: top;
  font-size: 1.1em;
}
html,
body {
  padding: 0;
  margin: 0;
  color: #000000;
  background: #FFF;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 17px;
}
* {
  -webkit-text-size-adjust: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1 {
  font-size: 31px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
a {
  text-decoration: underline;
  color: #0078c4;
  transition: color .1s ease;
}

h1 a:hover,
h2 a:hover {
	color: #000;
	border-bottom-color: #000;
}

a:hover {
  color: #e74c3c;
}
a:active {
  color: #e51919;
}
a img {
  border: none;
}
time {
  color: #999b9e;
  font-size: 16px;
  font-style: italic;
}
article h1 {
  color: #343434;
}
h1 a,
h2 a,
h3 a {
  color: #e74c3c;
  border-bottom-color: #e74c3c;
}
h1 a {
  text-decoration: none;
  border-bottom: 2px solid #e74c3c;
}
h3 a {
  color: #000000;
}
h3 + p {
  color: #999b9e;
}
.content-wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1260px;
}
.image-circle-border {
  border: 1px solid #e74c3c;
  border-radius: 50%;
  padding: 10px;
  width: 140px;
  height: 140px;
}
.image-circle-border img {
  border-radius: 50%;
  width: 140px;
  height: 140px;
}
.image-circle-border.large {
  width: 160px;
  height: 160px;
}
.image-circle-border.large img {
  width: 160px;
  height: 160px;
}
.image-circle-border:nth-child(1n) img,
*:nth-child(1n) > .image-circle-border img {
  margin: -5px 0 0 -5px;
}
.image-circle-border:nth-child(2n) img,
*:nth-child(2n) > .image-circle-border img {
  margin: -5px 0 0 0;
}
.image-circle-border:nth-child(3n) img,
*:nth-child(3n) > .image-circle-border img {
  margin: -5px 0 0 -5px;
}
.image-circle-border:nth-child(4n) img,
*:nth-child(4n) > .image-circle-border img {
  margin: 5px 0 0 0;
}
.section-background {
  background: url(../img/pinstriped_suit.png);
  background-size: 400px 333px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-min-moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .section-background {
    background: url(../img/pinstriped_suit_@2X.png);
  }
}
/* Sprites */
i[class^="sprite"] {
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.sprite-calendar {
  background-position: 0 0;
  width: 30px;
  height: 31px;
}
.sprite-clock {
  background-position: -34px 0;
  width: 20px;
  height: 20px;
}
.sprite-google-plus {
  background-position: -62px 0;
  width: 27px;
  height: 27px;
}
.sprite-tweet {
  background-position: -96px 0;
  width: 28px;
  height: 28px;
}
.sprite-facebook {
  background-position: -128px 0;
  width: 27px;
  height: 28px;
}
.sprite-youtube {
  background-position: -159px 0;
  width: 28px;
  height: 28px;
}
.sprite-order {
  background-position: -191px 0;
  width: 20px;
  height: 19px;
}
.sprite-phone-white {
  background-position: -191px -19px;
  width: 16px;
  height: 11px;
}
.sprite-phone {
  background-position: -212px -6px;
  width: 24px;
  height: 19px;
}
/* Header */
header .header-top {
  height: 131px;
  background: url(../img/top-background.png) repeat-x #343434;
}
header .header-top .logo {
  float: left;
  margin-top: 30px;
  margin-left: 160px;
}
@media screen and (max-width: 1260px) {
  header .header-top .logo {
    margin-left: 98px;
  }
}
header .header-top .phone {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-left: 100px;
  margin-right: 110px;
  display: inline-block;
}
header .header-top .phone .phone-line-first {
  font-size: 12px;
  display: block;
  text-align: left;
}
header .header-top .phone .phone-line-second,
header .header-top .phone .phone-line-second a {
  font-size: 22px;
  font-weight: bold;
  display: block;
  text-decoration: none!important;
  color: #fff;
}
header .header-top .phone .sprite-phone-white {
  margin-top: -3px;
}
header .header-top .header-items {
  display: inline-block;
}
header .header-top .header-item {
  display: inline-block;
  margin-top: 65px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  margin-right: 25px;
}
header .header-top .header-item,
header .header-top .header-item a {
  color: #fff;
}
header .header-top .header-item a {
  text-decoration: none;
  border-bottom: 1px solid white;
}
header .header-top .header-item:last-child {
  margin-right: 0;
}
header .header-top .header-item:last-child .dropdown {
  margin-left: -80px;
}
header .header-top .header-item i[class^="sprite"] {
  margin-bottom: -6px;
  margin-right: 5px;
}
header .header-top .header-item > span > a:hover {
  color: #e74c3c;
  border-color: #e74c3c;
}
header .header-nav {
  height: 107px;
  background: url(../img/menu-background.png) repeat-x #e74c3c;
}
header .header-nav > ul {
  margin: 0;
  padding: 0;
  height: 107px;
  text-align: center;
  overflow: hidden;
}
header .header-nav > ul > li {
  padding: 18px 24px 0 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: center;
  transition: background .3s ease;
  display: inline-block;
  height: 100%;
  margin-right: -5px;
}
header .header-nav > ul > li,
header .header-nav > ul > li a {
  color: #ffffff;
}
header .header-nav > ul > li a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid white;
  font-weight: 400;
}
header .header-nav > ul > li.active,
header .header-nav > ul > li:hover {
  background: #a2352a;
}
header .header-nav > ul > li img {
  display: block;
  padding-bottom: 5px;
  margin: 0 auto;
}
header .nav-dropmenu {
  left: 50%;
  margin-left: -450px;
  padding-top: 20px!important;
  max-width: 948px;
  width: 948px;
}
header .nav-dropmenu .menu-row {
  width: 25%;
  float: left;
}
header .nav-dropmenu ul {
  display: block;
  vertical-align: top;
  text-align: left!important;
  width: 100%;
  margin: 0 auto;
  min-height: 47px;
  /*float: left;*/
}
header .nav-dropmenu ul:only-child {
	/*margin-left: -80px!important;*/
}
header .nav-dropmenu ul li {
  background-color: white!important;
}
header .nav-dropmenu ul li a {
  padding-left: 30px!important;
}
header .nav-dropmenu ul li:first-child a,
header .nav-dropmenu ul li.header a {
  font-size: 17px!important;
  font-weight: 700!important;
  padding-left: 15px!important;
}
header .dropdown {
  position: absolute;
  padding-top: 9px;
  z-index: 12;
  display: none;
}
header .dropdown ul {
  padding: 0;
  margin: 0;
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}
header .dropdown ul li {
  display: block;
  background: white;
  border-top: 1px solid #e7e7e7!important;
  transition: background .3s ease, color .3s ease;
  margin-bottom: -1px;
}
header .dropdown ul li:first-child {
  border-top: none!important;
}
header .dropdown ul li,
header .dropdown ul li a {
  color: #c65b31!important;
  font-size: 15px!important;
  font-weight: 400!important;
}
header .dropdown ul li a {
  display: block;
  padding: 10px 15px;
  border: none!important;
}
header .dropdown ul li:hover {
  background-color: #969696!important;
}
header .dropdown ul li:hover,
header .dropdown ul li:hover a {
  color: white!important;
}
/* Slider */
.slider-container {
  overflow: hidden;
  height: 396px;
  position: relative;
}
.slider-container > ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 396px;
}
.slider-container > ul li {
  display: block;
  float: left;
  max-width: 100%;
}
.slider-container > ul li img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.slider-container .slider-controls {
  width: 860px;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 50%;
  margin-left: -430px;
  margin-top: -100px;
}
.slider-container .slider-controls .arrow-left,
.slider-container .slider-controls .arrow-right {
  border-radius: 50%;
  width: 55px;
  height: 42px;
  text-align: center;
  padding-top: 18px;
  margin-top: 70px;
  cursor: pointer;
}
.slider-container .slider-controls .hover {
	display: none;
}
.slider-container .slider-controls > div:hover .hover {
	display: inline-block;
}
.slider-container .slider-controls > div:hover .default {
	display: none!important;
}
.slider-container .slider-controls > .arrow-right:hover,
.slider-container .slider-controls > .arrow-left:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABBJREFUeNpi+P79+xmAAAMACYADsmyPGOkAAAAASUVORK5CYII=);
}
.slider-container .slider-controls .arrow-left {
  float: left;
  padding-right: 5px;
}
.slider-container .slider-controls .arrow-right {
  float: right;
  padding-left: 5px;
}
.slider-container .slider-controls .slider-description {
  width: 570px;
  margin: 0 auto;
  padding: 30px;
}
.slider-container .slider-controls .slider-description h1,
.slider-container .slider-controls .slider-description h1 a,
.slider-container .slider-controls .slider-description h1 a:hover {
  margin: 0;
  margin-bottom: 10px;
  color: white;
  font-size: 45px;
  padding: 0;
  text-decoration: none;
  border-bottom: none!important;
}
.slider-container .slider-controls .slider-description p {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
  color: white;
  line-height: 33px;
}
.slider-container .slider-controls > div {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAFoEvQfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMjgwMTE3NDA3MjA2ODExOERCQkY1MDAwMUQ2MkI4MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQjUyNjAwNEZDMzYxMUUyQjlEMjgyNDc5NjU3NkZGOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQjUyNjAwM0ZDMzYxMUUyQjlEMjgyNDc5NjU3NkZGOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDI4MDExNzQwNzIwNjgxMTgyMkFFQTJCMUNGNDFGRUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUJFNzE3MzM3MDYwMTFFMkE4QTVBQ0VBQjFGRTE2NzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zFVuNAAAADUlEQVR42mNmYGA4AwAA4ADQv+UCYAAAAABJRU5ErkJggg==);
}
/* Main page content */
.content-main {
  margin-top: 50px;
  margin-bottom: 50px;
}
.content-main .divisions {
  width: 60%;
  float: left;
  background: url(../img/content-border-shadow.png) no-repeat top right;
  padding-right: 5%;
}
.content-main .divisions .division-item {
  float: right;
  width: 650px;
  margin-top: 30px;
}
@media screen and (max-width: 1160px) {
  .content-main .divisions .division-item {
    width: 90%;
  }
}
.content-main .divisions .division-item .image-circle-border {
  float: left;
}
.content-main .divisions .division-item .division-item-content {
  float: right;
  width: 400px;
  color: #343434;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 22px;
  padding-top: 30px;
}
@media screen and (max-width: 1100px) {
  .content-main .divisions .division-item .division-item-content {
    width: 350px;
  }
}
.content-main .divisions .division-item .division-item-content p {
  margin: 0;
}
.content-main .divisions .division-item .division-item-content h1 {
  margin: 0 0 10px 0;
}
.content-main aside {
  width: 34%;
  float: right;
}
.content-main aside .sales {
  padding-bottom: 30px;
  max-width: 260px;
  padding-left: 20px;
}
.content-main aside .recipes {
  background: url(../img/recipe-shadow.png) no-repeat;
  padding-top: 15px;
  padding-left: 35px;
  margin-left: -5%;
  max-width: 260px;
}
.content {
  min-height: 300px;
}
.content.inner-page {
  max-width: 1020px;
  line-height: 23px;
  padding-top: 30px;
}
.content .content-items {
  margin-bottom: 45px;
  padding-top: 60px;
  padding-bottom: 0px;
  background: url(../img/content-shadow.png) no-repeat top center;
  margin-top: -15px;
}
.content .content-items .content-item {
  float: left;
  width: 45%;
  margin-left: 1%;
}
.content .content-items .content-item:not(:first-child) {
  margin-left: 4%;
}
.content .content-items .content-item .image-circle-border {
  float: left;
  margin-top: 20px;
}
.content .content-items .content-item .content-item-content {
  width: 60%;
  float: right;
}
.content .content-items:nth-child(-1) {
  padding-bottom: 20px;
  margin-top: 0px;
}
.content > h1,
.content .news-min-content > h1 {
  color: #343434;
}
.content-shadow {
  width: 100%;
  height: 30px;
  background: url(../img/content-shadow.png) no-repeat top center;
  margin-bottom: 40px;
}
a.disabled {
  color: #999b9e;
  cursor: default;
}
.news-page {
  background: white!important;
}
.news-page > h1 {
  margin-bottom: 30px;
}
.pagination {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  margin-top: -30px;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
/* NO IN LESS */
.pagination ul li.active a {
	font-weight: bold;
}
/* Map */
.fullmap,
#map {
  height: 447px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.fullmap {
	position: relative;
}
.work-time {
  position: absolute;
  background: url(../img/clock-bacbground.png) no-repeat right top #ffffff;
  bottom: 0px;
  right: 200px;
  padding-top: 1px;
}
.work-time .sprite-clock {
  margin-bottom: -4px;
  margin-left: 5px;
}
.work-time h2 {
  padding-left: 30px;
}
.work-time ul {
  margin: 0;
  padding: 0;
}
.work-time ul li {
  display: block;
  padding: 12px 45px 12px 45px;
  border-top: 1px solid #e7e7e7;
  font-size: 15px;
}
.work-time ul li .work-time-time {
  display: block;
  font-size: 25px;
  color: #e74c3c;
  font-weight: bold;
}
.work-time ul li .triangle-left,
.work-time ul li .triangle-right {
  display: none;
}
.work-time ul li.active {
  background: #e74c3c;
  position: relative;
}
.work-time ul li.active,
.work-time ul li.active + li {
  border: none;
}
.work-time ul li.active,
.work-time ul li.active .work-time-time {
  color: white;
}
.work-time ul li.active .triangle-left,
.work-time ul li.active .triangle-right {
  top: 50%;
  margin-top: -14px;
  position: absolute;
  display: inline-block;
}
.work-time ul li.active .triangle-left {
  left: -1px;
}
.work-time ul li.active .triangle-right {
  right: -1px;
}
@media (min-width: 720px) {
  .work-time.mini {
    height: 78px;
    width: 100%;
    position: static;
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden;
  }
  .work-time.mini ul {
    float: right;
  }
  .work-time.mini ul li {
    display: inline-block;
    padding: 14px 18px;
    border: none;
    border-left: 1px solid #e7e7e7;
  }
  .work-time.mini ul li .triangle-left,
  .work-time.mini ul li .triangle-right {
    display: none;
  }
  .work-time.mini ul li.active,
  .work-time.mini ul li.active + li {
    border: none!important;
  }
  .work-time.mini h2 {
    display: inline-block;
  }
  .work-time.mini .sprite-clock {
    margin-bottom: -2px;
  }
}
#addthis_toolbox {
  left: auto!important;
  right: 50%!important;
  margin-right: -575px !important;
  // top: 390px!important;
  top: 480px!important;
  position: fixed;
  display: block;
  background: url(../img/soc_bg.png) no-repeat top;
  padding: 0;
  z-index: 1000;
  height: 318px;
  width: 47px;
  text-align: center;
  opacity: 0.6;
  transition: opacity .3s ease;
}
#addthis_toolbox .at-floatingbar-inner {
  margin: 70px 0 0 8px;
}
#addthis_toolbox:hover {
  opacity: 1;
}
#addthis_toolbox a {
  margin-bottom: 4px!important;
}
#addthis_toolbox .at300bs {
  background: url(../img/soc.png) no-repeat;
  margin-bottom: 0;
  width: 22px;
  height: 22px;
}
#addthis_toolbox .at300bs a {
  margin-bottom: 0px;
  opacity: 1!important;
}
#addthis_toolbox .at300bs:hover {
  opacity: 1!important;
}
#addthis_toolbox .at300bs.at15t_facebook {
  background-position: 0 0;
}
#addthis_toolbox .at300bs.at15t_facebook:hover {
  background-position: -22px 0;
}
#addthis_toolbox .at300bs.at15t_google_plusone_share {
  background-position: 0 -22px;
}
#addthis_toolbox .at300bs.at15t_google_plusone_share:hover {
  background-position: -22px -22px;
}
#addthis_toolbox .at300bs.at15t_livejournal {
  background-position: 0 -44px;
}
#addthis_toolbox .at300bs.at15t_livejournal:hover {
  background-position: -22px -44px;
}
#addthis_toolbox .at300bs.at15t_twitter {
  background-position: 0 -66px;
}
#addthis_toolbox .at300bs.at15t_twitter:hover {
  background-position: -22px -66px;
}
#addthis_toolbox .at300bs.at15t_vk {
  background-position: 0 -88px;
}
#addthis_toolbox .at300bs.at15t_vk:hover {
  background-position: -22px -88px;
}
#addthis_toolbox .at300bs.at15t_youtube {
  background-position: 0 -110px;
}
#addthis_toolbox .at300bs.at15t_youtube:hover {
  background-position: -22px -110px;
}
@media screen and (max-height: 600px) {
  #addthis_toolbox {
    top: 290px!important;
  }
}
.contacts-page {
  padding-top: 30px!important;
}
.contacts-page .breadcrumbs + h1 {
  margin: 30px 0 40px 0;
}
html:not(.boxshadow) .work-time.mini {
  height: 78px;
  width: 100%;
  position: static;
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
html:not(.boxshadow) .work-time.mini ul {
  float: right;
}
html:not(.boxshadow) .work-time.mini ul li {
  display: inline-block;
  padding: 14px 18px;
  border: none;
  border-left: 1px solid #e7e7e7;
}
html:not(.boxshadow) .work-time.mini ul li .triangle-left,
html:not(.boxshadow) .work-time.mini ul li .triangle-right {
  display: none;
}
html:not(.boxshadow) .work-time.mini ul li.active,
html:not(.boxshadow) .work-time.mini ul li.active + li {
  border: none!important;
}
html:not(.boxshadow) .work-time.mini h2 {
  display: inline-block;
  padding-left: 0!important;
}
html:not(.boxshadow) .work-time.mini .sprite-clock {
  margin-bottom: -2px;
}
html:not(.boxshadow) .work-time-wrapper,
html:not(.boxshadow) .work-time.mini {
  background: url(../img/work-time-background.png) repeat-x bottom #ffffff;
}
html:not(.boxshadow) .logo {
  margin-left: 90px;
}
@media (min-width: 720px) {
  .work-time-wrapper,
  .work-time.mini {
    background: url(../img/work-time-background.png) repeat-x bottom #ffffff;
  }
}
/* News */
.news-min {
  background: url(../img/news-background.png) repeat-x bottom #fafafa;
}
.news-min .news-min-content {
  max-width: 970px;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 10px;
  margin: 0 auto;
}
.news-min .news-min-content.news-page {
  text-align: center;
}
.news-min .news-min-content.news-page h1 {
  text-align: left;
}
.news-min .news-min-content .all-news {
  display: block;
  margin-right: 200px;
  margin-top: 20px;
  text-align: right;
}
.news-min .news-min-content .news-min-content-item {
  max-width: 300px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.news-min .news-min-content .news-min-content-item img {
  margin-bottom: -15px;
  margin-top: 4px;
  max-width: 100%;
  border-radius: 6px;
}
.news-min .news-min-content:not(.news-page) .content-shadow {
  display: none!important;
}
.clear {
  clear: both;
}
.article {
  padding-top: 30px!important;
  margin-bottom: 50px;
}
.breadcrumbs {
  margin-top: 10px;
}
.breadcrumbs a {
  color: #0078c4!important;
}
.contacts-form {
  width: 480px;
  padding: 20px 0 35px 0;
  border: 1px solid #cdcdcd;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  float: left;
  margin-bottom: 50px;
}
.contacts-form .contacts-from-triangle {
  width: 40px;
  height: 73px;
  display: block;
  position: absolute;
  top: 48px;
  right: -39px;
  background: url(../img/contacts-form-traingle-noshadow.png) no-repeat;
}
.contacts-form .contacts-from-field {
  margin-top: 20px;
  padding: 0 100px 0 40px;
}
.contacts-form .contacts-from-field h4 {
  margin: 5px 0 5px 0;
}
.contacts-form .contacts-from-field input[type="text"],
.contacts-form .contacts-from-field input[type="password"],
.contacts-form .contacts-from-field input[type="email"],
.contacts-form .contacts-from-field input[type="tel"],
.contacts-form .contacts-from-field .custom-select {
  width: 100%;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.17);
  font-size: 16px;
  line-height: 32px;
  height: 33px;
  padding-left: 7px;
  margin-right: 7px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
}
.contacts-form .contacts-from-field input[type="text"]:focus,
.contacts-form .contacts-from-field input[type="password"]:focus,
.contacts-form .contacts-from-field input[type="email"]:focus,
.contacts-form .contacts-from-field input[type="tel"]:focus,
.contacts-form .contacts-from-field .custom-select:focus {
  border-color: #0078c4;
  box-shadow: 0 0 10px #0078c4, inset 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.contacts-form .contacts-from-field .date-input {
  background: url(../img/calendar.png) no-repeat 98% 2px;
}
.contacts-form .contacts-from-field input[type="submit"],
.contacts-form .contacts-from-field .submit {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
  padding: 10px 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.51);
  border: 1px solid #8e2b00;
  transition: background .3s ease;
  background: #e74c3c;
  cursor: pointer;
  text-decoration: none!important;
  display: inline-block;
}
.contacts-form .contacts-from-field input[type="submit"]:hover,
.contacts-form .contacts-from-field .submit:hover {
  background: #0eb94a;
  border-color: #1b8e00;
}
.contacts-form .contacts-from-field.bordered {
  padding-top: 30px;
  border-top: 1px dotted #cccccc;
}
.contacts-form .contacts-from-field .error-text {
  color: #e23d55;
  font-size: 15px;
  margin: 5px 0;
  display: none;
}
.contacts-form .contacts-from-field.error input[type="text"],
.contacts-form .contacts-from-field.error input[type="password"],
.contacts-form .contacts-from-field.error input[type="email"],
.contacts-form .contacts-from-field.error input[type="tel"] {
  border-color: #e23d55!important;
  box-shadow: inset 1px 1px 4px 0 rgba(226, 61, 85, 0.3) !important;
}
.contacts-form .contacts-from-field.error .error-text {
  display: block;
}
.contacts-form .description {
  font-family: 'PT Sans', sans-serif;
  line-height: 17px;
  font-size: 14px;
  font-style: italic;
  color: #878787;
  display: inline-block;
  width: 225px;
  float: right;
  margin-top: 5px;
  margin-right: -90px;
}
.form-description {
  float: right;
  max-width: 400px;
  margin-right: 90px;
}
.boxshadow .contacts-form .contacts-from-triangle {
  background: url(../img/contacts-form-traingle.png) no-repeat;
}
.custom-select {
  height: 33px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 0!important;
  margin: 0;
}
.custom-select li {
  display: block;
  background: white;
  padding-left: 7px;
  transition: background .3s ease;
}
.custom-select li:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.custom-select li:not(:first-child):hover {
  background: #cccccc;
}
.custom-select:after {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/dropdown.png) no-repeat;
  width: 54px;
  height: 33px;
  display: block;
  content: '';
}
.custom-select.active {
  overflow-y: visible!important;
  height: auto!important;
  z-index: 20;
}
.custom-select.active:after {
  background-position: 0 -34px;
}
.custom-select.childs-2.active {
  margin-bottom: -32px;
}
.custom-select.childs-3.active {
  margin-bottom: -65px;
}
.custom-select.childs-4.active {
  margin-bottom: -98px;
}
.custom-select.childs-5.active {
  margin-bottom: -131px;
}
.custom-select.childs-6.active {
  margin-bottom: -164px;
}
.custom-select.childs-7.active {
  margin-bottom: -197px;
}
.custom-select.childs-8.active {
  margin-bottom: -230px;
}
.custom-select.childs-9.active {
  margin-bottom: -263px;
}
.custom-select.childs-10.active {
  margin-bottom: -296px;
}
.custom-select.childs-11.active {
  margin-bottom: -329px;
}
.custom-select.childs-12.active {
  margin-bottom: -362px;
}
.custom-select.childs-13.active {
  margin-bottom: -395px;
}
.custom-select.childs-14.active {
  margin-bottom: -428px;
}
.custom-select.childs-15.active {
  margin-bottom: -461px;
}
.custom-select.childs-16.active {
  margin-bottom: -494px;
}
.custom-select.childs-17.active {
  margin-bottom: -527px;
}
.custom-select.childs-18.active {
  margin-bottom: -560px;
}
.custom-select.childs-19.active {
  margin-bottom: -593px;
}
.custom-select.childs-20.active {
  margin-bottom: -626px;
}
.custom-select.childs-21.active {
  margin-bottom: -659px;
}
.custom-select.childs-22.active {
  margin-bottom: -692px;
}
.custom-select.childs-23.active {
  margin-bottom: -725px;
}
.custom-select.childs-24.active {
  margin-bottom: -758px;
}
.custom-select.childs-25.active {
  margin-bottom: -791px;
}
article img {
  float: left;
  max-width: 100%;
  height: auto;
  margin-right: 20px;
}
article p.time {
  margin: -9px 0;
}
footer {
  padding: 50px 0;
}
footer .content-wrapper {
  max-width: 975px;
}
footer .socials {
  text-align: right;
  margin-top: -40px;
}
footer .footer-content {
  display: inline-block;
  margin-left: 30px;
}
footer .footer-content,
footer .footer-content a {
  color: #999b9e;
}
footer .footer-content a:hover {
  color: black;
}
footer .footer-content .footer-menu {
  padding: 0;
  margin: 0;
}
footer .footer-content .footer-menu li {
  display: inline-block;
  margin-right: 15px;
}
.picker.picker--opened .picker__holder {
  overflow-y: visible!important;
}
@media screen and (max-width: 1200px) {
  #addthis_toolbox {
    right: 0!important;
    background-position: bottom;
    margin: 0!important;
  }
  #addthis_toolbox .at-floatingbar-inner {
    margin: 70px 0 0 16px!important;
  }
  .news-min .news-min-content {
    margin-left: auto!important;
    margin: 0 auto!important;
  }
  .inner-page > p {
    margin: 0 30px;
  }
  .inner-page > h1 {
    margin: 15px 30px;
  }
}
@media screen and (max-width: 1100px) {
  article {
    margin-left: 20px;
    margin-right: 20px;
  }
  header .header-top .phone {
    margin-right: 50px!important;
    margin-left: 50px!important;
  }
  footer .content-wrapper {
    padding: 0 50px;
  }
  .form-description {
    margin-right: 30px;
  }
  .contacts-page {
    margin-left: 20px;
  }
  .slider-controls {
    /*top: 70px!important;*/
  }
}
@media screen and (max-width: 1050px) {
  .content-main .divisions .division-item {
    width: 98%;
  }
}
@media screen and (max-width: 990px) {
  .slider-controls {
    /*top: 60px!important;*/
  }
  header .header-top .logo {
    margin-left: 40px;
  }
  header .nav-dropmenu {
    max-width: 840px!important;
  }
  header .nav-dropmenu ul {
    width: 210px!important;
  }
  header .nav-dropmenu ul li a {
    padding-right: 5px!important;
    padding-left: 25px!important;
  }
  .work-time.mini {
    text-align: center;
  }
  .work-time.mini > h2 {
    display: none;
  }
  .work-time.mini > ul {
    display: inline-block;
    float: none;
  }
  .work-time.mini > ul > li:last-child {
    border-right: 1px solid #e7e7e7;
  }
  .work-time.mini .triangle-right {
    right: 0!important;
  }
  .content-shadow {
    display: none;
  }
  .pagination {
    margin-top: -20px;
  }
  .form-description {
    margin-right: 10px;
    max-width: 350px;
  }
  #addthis_toolbox {
    display: none!important;
  }
  .content-main .divisions .division-item .division-item-content {
    width: 320px;
  }
  .news-min.news-page .news-min-content {
    max-width: 100%!important;
  }
  .news-min .news-min-content,
  .news-min .news-min-content .all-news {
    max-width: 100%!important;
  }
  .news-min:not(.news-page) .news-min-content {
    text-align: center;
    padding-bottom: 20px!important;
  }
  .news-min .news-min-content .all-news {
    margin-right: 0;
    text-align: center;
  }
  .news-min .news-min-content .news-min-content-item {
    max-width: 270px!important;
  }
  .news-min.news-page .news-min-content {
    max-width: 900px !important;
  }
}
@media screen and (max-width: 900px) {
  header .header-top .phone {
    margin-left: 20px!important;
    margin-right: 20px!important;
  }
  .slider-container .arrow-right {
    margin-right: 20px!important;
  }
  .slider-container .arrow-left {
    margin-left: 20px!important;
  }
  header .nav-dropmenu ul li a {
    padding-right: 3px!important;
    padding-left: 15px!important;
  }
  .work-time.mini > ul > li {
    padding: 14px 14px;
  }
  .contacts-form {
    width: 98%;
    overflow: hidden;
  }
  .contacts-form .contacts-from-triangle {
    display: none!important;
  }
  .contacts-form .contacts-from-field {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
  .contacts-form .description {
    margin-right: 0;
  }
  .form-description {
    float: left;
    max-width: 100%;
  }
  .form-description .image-circle-border {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  article {
    margin-left: 10px;
    margin-right: 10px;
  }
  .work-time {
    right: 50px!important;
  }
  .news-min .news-min-content .news-min-content-item {
    max-width: 270px!important;
  }
  .content-main .divisions .division-item .image-circle-border,
  .content-main .divisions .division-item .image-circle-border img {
    width: 140px!important;
    height: 140px!important;
  }
  .content-main .divisions .division-item .division-item-content {
    width: 270px!important;
    padding-top: 10px!important;
  }
  .content-main .divisions .division-item .division-item-content h1 {
    font-size: 25px!important;
  }
  .content-main .divisions .division-item .division-item-content p {
    font-size: 18px;
    font-weight: 300;
  }
  .content-main {
    margin-top: 10px;
  }
  header .header-top .header-item {
    right: 40px!important;
    position: absolute;
    top: 80px;
    margin-top: 0!important;
    margin-right: 0!important;
  }
  header .header-top .contacts {
    top: 40px;
  }
  .slider-container .slider-controls {
    width: 760px;
    margin-left: -380px;
   /*top: 40px!important;*/
  }
  .slider-container .slider-controls .slider-description {
    width: 470px;
  }
  .slider-container .slider-controls .slider-description h1 {
    font-size: 25px;
  }
  .slider-container .slider-controls .slider-description p {
    font-size: 18px;
    font-weight: 300;
  }
  header .nav-dropmenu {
    max-width: 720px !important;
  }
  header .nav-dropmenu ul {
    max-width: 180px!important;
  }
}
@media screen and (max-width: 890px) {
  .content-items .content-item .content-item-content {
    width: 50%!important;
  }
  header .nav-dropmenu ul {
    max-width: 220px;
  }
  .news-min.news-page h1 {
    text-align: center!important;
  }
}
@media screen and (max-width: 750px) {
  .inner-page-table td {
    padding: 7px 5px!important;
  }
  header .nav-dropmenu ul, header .nav-dropmenu .menu-row {
    max-width: 100%!important;
    width: 100%!important;
  }
  .content-items {
    background: none!important;
    margin-top: 0!important;
    padding-top: 0!important;
  }
  .content-items .content-item {
    margin-left: 2%!important;
  }
  .content-items .content-item .image-circle-border {
    float: none!important;
  }
  .content-items .content-item .content-item-content {
    width: 100%!important;
    float: none!important;
  }
  .header-nav {
    height: auto!important;
    background: #e74c3c!important;
  }
  .header-nav > ul {
    margin: 0;
    padding: 0;
    height: 107px;
    text-align: center;
    overflow: visible!important;
  }
  .header-nav > ul > li {
    padding: 0!important;
    display: block;
    height: auto!important;
    width: 100%;
    float: left;
    margin: 0!important;
  }
  .header-nav > ul > li,
  .header-nav > ul > li a {
    color: #ffffff;
  }
  .header-nav > ul > li a {
    display: block;
    text-decoration: none;
    border-bottom: none!important;
    width: 100%;
    padding: 10px 0 10px 0!important;
  }
  .header-nav > ul > li.active,
  .header-nav > ul > li:hover {
    background: #a2352a;
  }
  .header-nav > ul > li img {
    display: none!important;
  }
  header .header-top .online-order {
    margin-left: 20px;
    margin-right: 0!important;
  }
  header .header-top .contacts {
    margin-left: -150px !important;
    position: relative;
    top: -40px !important;
    margin-right: 0!important;
  }
  .news-min-content {
    padding-left: 10px;
  }
  footer .socials {
    margin-top: 0!important;
    text-align: center!important;
  }
  .work-time.mini {
    position: static!important;
  }
  .work-time.mini ul {
    display: block!important;
  }
  .work-time.mini h2 {
    display: block!important;
  }
  .work-time.mini.mini {
    border-bottom: 1px solid #e7e7e7;
  }
  .contacts-form .contacts-from-field {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .news-min .news-min-content .news-min-content-item {
    max-width: 250px!important;
  }
  .content-main .divisions {
    width: 100%!important;
    background: none!important;
    padding: 0!important;
  }
  .content-main .divisions .division-item {
    float: right;
    width: 100%!important;
    margin-top: 10px!important;
  }
  .content-main .divisions .division-item .image-circle-border {
    float: left!important;
    margin-left: 10px!important;
  }
  .content-main .divisions .division-item .division-item-content {
    float: left!important;
    max-width: 65%!important;
    margin-left: 20px;
    width: auto!important;
  }
  .content-main aside {
    width: 100%!important;
    float: left;
    background: #fafafa;
    margin-top: 20px;
  }
  .content-main aside .sales {
    max-width: 45%!important;
    padding-left: 20px!important;
    background: none!important;
    padding-top: 15px;
    float: left;
  }
  .content-main aside .recipes {
    background: none!important;
    padding-top: 15px;
    padding-left: 0!important;
    margin-left: 0!important;
    max-width: 45%!important;
    text-align: center;
    float: right;
  }
  .content-main aside .recipes .image-circle-border {
    margin: 0 auto;
  }
  header .nav-dropmenu {
    position: static!important;
    margin: 0!important;
    padding-top: 0!important;
    max-width: 100%!important;
    overflow: hidden!important;
  }
  header .nav-dropmenu ul , header .nav-dropmenu ul:only-child{
    display: block!important;
    height: auto!important;
    min-height: 0!important;
    margin: 0!important;
    margin-left: 0!important;
  }
  header .nav-dropmenu ul li:first-child ~ li {
    display: none;
  }
  header .nav-dropmenu ul.opened li {
    display: block!important;
  }
  header .header-top,
  header .header-top .content-wrapper {
    height: 180px!important;
    background-image: none!important;
  }
  .header-item,
  header .header-top .contacts {
    position: absolute!important;
    bottom: 20px!important;
    display: block!important;
    margin-left: 0!important;
    left: 40px!important;
    top: auto!important;
  }
  header .header-top .contacts {
    left: 240px!important;
  }
  header .header-top .phone {
    margin-left: 100px!important;
  }
  .slider-container {
    height: auto!important;
  }
  .slider-container .slider {
    float: left!important;
    margin-bottom: -4px;
  }
  .slider-container .slider > .slider-item > img {
    height: auto!important;
  }
  .slider-container .slider-controls {
    width: 100%!important;
    left: 0!important;
    top: 0!important;
    margin: 0!important;
    position: relative!important;
    float: left!important;
  }
  .slider-container .slider-controls .slider-description {
    width: 100%!important;
    text-align: center;
  }
  .slider-container .slider-controls .slider-description h1 {
    font-size: 30px!important;
  }
  .slider-container .slider-controls p {
    width: 80%;
    margin: 0 auto!important;
  }
  .slider-container .slider-controls > div {
    background: black!important;
  }
}
@media screen and (max-width: 640px) {
  .slider-container {
    display: none;
  }
  .news-min .news-min-content .news-min-content-item {
    max-width: 270px!important;
  }
  .content-main .divisions .division-item .division-item-content {
    max-width: 60%!important;
  }
}
@media screen and (max-width: 585px) {
  header .header-top,
  header .header-top .content-wrapper {
    height: 160px!important;
    background-image: none!important;
  }
  header .header-top .logo {
    margin-left: 10px!important;
    margin-right: 10px;
  }
  header .header-top .phone {
    margin-left: 5px!important;
    margin-right: 0!important;
    margin-top: 40px!important;
  }
  .news-min .news-min-content {
    width: auto!important;
  }
  .news-min .news-min-content .news-min-content-item {
    width: 100%;
    margin-right: 0!important;
  }
  .content-items {
    padding-top: 40px!important;
  }
  .content-items .content-item {
    width: 98%!important;
    text-align: center;
  }
  .content-items .content-item p {
    text-align: left;
  }
  .content-items .content-item .image-circle-border {
    display: inline-block;
  }
  footer .content-wrapper {
    padding: 0 20px!important;
  }
  footer .footer-logo {
    display: none!important;
  }
  .fullmap {
    height: auto!important;
  }
  .work-time {
    position: static!important;
  }
  .work-time ul {
    display: block!important;
  }
  .work-time h2 {
    display: block!important;
  }
  .work-time.mini {
    border-bottom: 1px solid #e7e7e7;
  }
  .contacts-from-field.bordered {
    text-align: center;
  }
  .contacts-from-field .description {
    float: none;
  }
  /*.content-main .divisions {
  		text-align: center!important;
  
  		.division-item { width: 100%!important; }
  
  		.image-circle-border {
  			float: none!important;
  			display: block;
  			margin: 0 auto!important;
  		}
  
  		.division-item-content {
  			width: 100%!important;
  			float: none!important;
  		}
  	}*/
}
@media screen and (max-width: 480px) {
  .content-main .divisions .division-item .division-item-content {
    max-width: 100%!important;
  }
  .picker .picker__holder {
    width: 92%!important;
  }

  .content-main .divisions .division-item {
    text-align: center;
  }

  .content-main .divisions .division-item .image-circle-border {
    float: none!important;
    display: inline-block;
  }

  .division-item-content {
    text-align: left;
  }

  .content-main .divisions .division-item-content h1, 
  .content-main .divisions .division-item-content h2 {
    text-align: center;
  }

  .content-main aside .sales {
    max-width: 100%!important;
    width: 100%;
-moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px
  }
}
@media screen and (max-width: 450px) {
  /*header .header-top {
  		.logo {
  			margin-left: 10px!important;
  			width: 160px;
  			height: 50px;
  			margin-right: 10px;
  		}
  
  		.phone {
  			margin-left: 5px!important;
  			margin-right: 0!important;
  			margin-top: 40px!important;
  		}
  	}
  
  	.online-order {
  		left: 10px!important;
  	}
  
  	header .header-top .header-item.contacts {
  		left: 220px!important;
  	}*/
  .content-items .content-item p {
    text-align: center!important;
  }
  .pagination ul li:first-child {
    display: none;
  }
  .form-description-content,
  header .header-top .phone .phone-line-first {
    text-align: center!important;
  }
  .date-input {
    background: none!important;
  }
  .news-min .news-min-content .news-min-content-item {
    max-width: 300px!important;
  }
  header .header-top,
  header .header-top .content-wrapper {
    height: 210px!important;
  }
  header .header-top .content-wrapper > * {
    display: block!important;
    position: relative!important;
    float: left!important;
    margin: 0!important;
    width: 100%!important;
    text-align: center!important;
    top: auto!important;
    left: auto!important;
    right: auto!important;
    bottom: auto!important;
    margin-top: 10px!important;
  }
  header .header-top .logo {
    margin-left: none!important;
    float: none!important;
    margin: 0 auto!important;
    margin-top: 10px!important;
  }
  header .header-top .content-wrapper > .header-items {
    margin-top: 10px!important;
  }
  header .header-top .content-wrapper > .header-items > div {
    position: relative!important;
    top: auto!important;
    left: auto!important;
    right: auto!important;
    bottom: auto!important;
    display: inline-block !important;
  }
}
@media screen and (max-width: 310px) {
  .content-main .divisions .division-item .division-item-content h1 {
    font-size: 20px!important;
  }
  .content .divisions .division-item .image-circle-border {
    float: none!important;
    margin: 0 auto!important;
  }
  .content .divisions .division-item .division-item-content {
    max-width: 100%!important;
    margin: 0!important;
    text-align: center;
  }
  .content-main aside {
    background: none!important;
  }
  .content-main aside .sales {
    max-width: 100%!important;
    padding-left: 20px!important;
    background: none!important;
    padding-top: 15px;
    float: left;
    background: #fafafa!important;
  }
  .content-main aside .recipes {
    background: none!important;
    padding-top: 15px;
    padding-left: 0!important;
    margin-left: 0!important;
    max-width: 100%!important;
    text-align: center;
    float: right;
  }
  .content-main aside .recipes .image-circle-border {
    margin: 0 auto;
  }
}
@media screen and (max-width: 390px) {
  .content-main .divisions .division-item .division-item-content h1 {
    font-size: 20px!important;
  }
}
@media screen and (max-width: 360px) {
  header .header-top .phone {
    margin-left: 0!important;
  }
  header .header-top .header-item.contacts {
    left: 180px!important;
  }
  .contacts-page {
    margin-left: 5px!important;
  }
}
@media screen and (max-width: 330px) {
  #map {
    height: 250px!important;
  }
  .pagination ul li:last-child {
    display: none;
  }
  .news-min .news-min-content .news-min-content-item > img {
    max-width: 95%;
  }
}
@media screen and (max-width: 260px) {
  header .header-top,
  header .header-top .content-wrapper {
    height: 235px!important;
  }
}

.inner-page-table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 16px;
}
.inner-page-table td.head {
  font-size: 18px;
}
.inner-page-table td > img {
  max-width: 80px;
  max-height: 80px;
}
.inner-page-table th {
  background: #f0f1ec;
  padding: 7px;
  color: #343434;
  font-size: 18px;
}
.inner-page-table td {
  padding: 10px 12px;
}
.inner-page-table tr {
  background: #FAFAFA;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  transition: background .2s ease;
}
.inner-page-table tr:nth-child(2n) {
  background: #ffffff;
}
.inner-page-table .description {
  font-style: italic;
  color: #777;
}
.inner-page-table tr:hover {
  background: #d8dde6;
}
.inner-page-table img.circle {
  border-radius: 50%;
}
.inpage-gallery {
	float: left;
	/*padding-left: 30px;*/
	/*margin-top: -10px;*/
	width: 100%;
	text-align: center;
	padding-top: 15px;
}
.inpage-gallery .gal-item-active {
	margin-bottom: 20px;
	margin-right: 20px;
	display: inline-block;
}
.inpage-gallery .gal-item-active img {
	margin: 0!important;
	max-width: 100%;
	height: auto;
}

@media(min-width: 880px) {
  .header {
    padding-top: 131px;
  }

  .header-top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
-webkit-transition: height .2s ease-out;
-moz-transition: height .2s ease-out;
  transition: height .2s ease-out;
  }

  .header.float .header-top {
    height: 80px;
  }

  .header .content-wrapper {
-webkit-transition: margin-top .2s ease-out;
-moz-transition: margin-top .2s ease-out;
  transition: margin-top .2s ease-out;
  }

  .header.float .content-wrapper {
  margin-top: -20px
  }

  .header .logo,
  .header .phone,
  .header .header-items {
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: relative;
  }

  .header.float .logo {
  	top: 5px;
  	width: 157px!important;
  	height: 50px!important;
  	margin-right: 97px;
  }

  .header.float .phone {
	top: -6px;
	margin-top: 0;
  }

  .header.float .header-items {
	top: -15px;
  }
}

.icon-search,
.icon-search-hover,
.icon-search-white {
    background-image: url(../img/search-sprites.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 86px 39px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-min-moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-search,
  .icon-search-hover,
  .icon-search-white {
      background-image: url(../img/search-sprites@2X.png);
  }
}

.icon-search {
  width: 19px;
  height: 19px;
  background-position: -2.5px -2.5px;
}

.icon-search:hover {
  width: 19px;
  height: 19px;
  background-position: -26px -2.5px;
}

.icon-search-white {
  width: 34px;
  height: 34px;
  background-position: -50px -2.5px;
}

.header-search-block {
  display: inline-block;
  position: absolute;
  bottom: -5px;
  right: -15px;
}

.header-search-block_overlay {
  display: none;
  position: absolute;
  background: white;
  top: 31px;
  right: -15px;
  height: 40px;
  width: 205px;
  z-index: 99;
}

.header-search-block_input {
  line-height: 20px;
  height: 40px;
  background: white;
  font-size: 15px;
  color: #343434;
  outline: none;
  border: none;
  padding-left: 15px;
  padding-right: 85px;
  width: 100%;
  padding-top: 3px;
-moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header-search-block_button {
  width: 75px;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: white;
  background: #969696;
  text-decoration: none!important
}

.header-search-block_button:hover {
  background: #C8C8C8;
  color: white;
}

@media screen and (min-width: 700px) and (max-width: 930px) {
  header .header-top .header-item i[class^="sprite"] {
    display: none;
  }
}

@media screen and (min-width: 850px) and (max-width: 880px) {

  .header-search-block_overlay {
    right: 0px;
  }

  .header-search-block {
    right: 15px;
  }
}

@media screen and (max-width: 850px) {
  header .header-top .contacts {
    top: 30px;
  }

  header .header-top .online-order {
    top: 60px;
  }

  .header-search-block {
    right: 40px;
  }

  .b-search-trigger {
    display: none!important;
  }

  .header-search-block_overlay {
    display: block!important;
    top: -10px;
    height: 40px!important
  }
}

@media screen and (max-width: 750px) {
  .header-search-block_overlay {
    top: -52px;
  }

  header .header-top, header .header-top .content-wrapper {
    height: 210px!important;
  }
}

@media screen and (max-width: 650px) {
  .header-search-block_overlay {
    left: 42px;
    top: auto;
    bottom: 5px;
    width: 80%;
  }

  header .header-top .content-wrapper > .header-items > div.header-search-block {
    position: static!important;
  }

  header .header-top .contacts,
  header .header-top .online-order {
    bottom: 55px!important;
  }
}

@media screen and (max-width: 450px) {
  header .header-top, header .header-top .content-wrapper {
    height: 250px!important;
  }

  .header-search-block_overlay {
    left: 10%;
    bottom: -50px;
    z-index: 1!important;
  }
}

.header-search-block_input {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}

.gal-item {
  border: none!important;
  opacity: 1!important;
  float: none!important;
  display: inline-block!important;
}

.slider-container .slider-controls .slider-description h1 > a { border-bottom: 1px dashed white!important; display: inline-block; }
.slider-container .slider-controls .slider-description h1 > a:hover { border-bottom: 1px dashed white!important; }

@media screen and (min-width: 750px) {
  .slider-container_thin { height: 225px!important; }
  .slider-container_thin > ul { height: 225px!important; }
  .slider-container_thin .slider-description { padding: 10px 20px!important; border-radius: 10px; }
  .slider-container_thin .slider-description h1 { font-size: 23px!important; }
  .slider-container_thin .slider-description p { font-size: 18px!important; }
  .slider-container_thin .slider-controls { margin-top: -75px!important; }
  .slider-container_thin .arrow-right, .slider-container_thin .arrow-left { margin-top: 45px!important; }
}

.print--show {
  display: none;
}

@media print {
  .print--hide {
    display: none;
  }

  .print--show {
    display: block;
  }
}

.b-title-back-link {
  float: right;
  text-decoration: underline;
  color: #0078c4;
  transition: color .1s ease;
  border-bottom: none!important;
  font-size: 17px;
  font-weight: normal;
}

@media screen and (max-width: 450px) {
  .b-title-back-link {
    margin-top: 10px;
    margin-bottom: 10px;
    float: none;
    display: block;
  }
}

.article blockquote {
	margin-left: 0;
}

.article blockquote span {
	font-size: 130%!important;
	position: relative;
	color: #787C83;
	line-height: 1.4em!important;
	padding-left: 20px;
	font-style: italic;
}

.article blockquote span:before {
	content: '';
	position: absolute;
	display: block;
    top: -10px;
    left: -25px;
	width: 31px;
	height: 25px;
	opacity: .7;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAZCAYAAAG+8MWyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZFREQ3N0IxRUY5RTExRTU5QkJBRTA0NDQ1NjQ4NkE2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZFREQ3N0IyRUY5RTExRTU5QkJBRTA0NDQ1NjQ4NkE2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkVERDc3QUZFRjlFMTFFNTlCQkFFMDQ0NDU2NDg2QTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkVERDc3QjBFRjlFMTFFNTlCQkFFMDQ0NDU2NDg2QTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6PHVg9AAADU0lEQVR42mKsqGlmQAZMDKiABSTwEoj/QwV+gwTEgfg2VOA9QAAxQs3IBuKpQNzKAlXOCKNhhmpB6f8ggQYgvgbEfCAVAAHEiOQOmFZkfgDIzDlArIRFkhHm8IVA7AgVvISm6D9AACFbIQPET9B8Cvf6TyCehyRuA/M9SME+IO4DYjckBYdhbmCB2u+EZjc/uhX/kQIUBD4iW4EOXiOx5Vmgdj0A4mCooBgQbwHif0D8ECCAGNFjFAjWAXEglM2IxQZOIP4CtX0PshN+Qd21AaoRXbMWVP4bEDND5V1BBnBDJVihgouw2LoSiK8C8TR0g5mQUtdbIL4BxKuBWBLNgDAo7QLEZ4G4EdmAi1C2MBCrA3EIED+DKkQHakBsBMR1UFfLggzwBOIfWBSHI7HFGbCDxwABhC0WGKApNJ4BNwDFRCcLmqAcKF6h7KdAXIVFYzcQl8DSIAwkQzMNCFgA8UlsToVmB1BM6MDiPhCq8Sc0arBpfA7V2AnSCAt1FmhqAwEOHH4EOVUCiLcBcQVylF2DstPwBFAJlPZGTzCqUPZsHBpzoPQbXNmeAZrSjgNxIZoadyQv3QLirUCsi65ZHRrKoOLhE5I4O5TmgbrSC1o6BTPhcCovUjSewaFmMRNaEYLNS3045MEFsjUWiXfQPA8LqHtY1IQyQQNJEYgPAfEHIF4CzWnIQBka6nehqcwXVEwBBBiujIEOYoG4CYgVoNWPFQ7X4AOgYrgNiM1hsciCR7E7tPZSRhL7AS25fhBpoSYQz4LWGMgAVHi9wGZ5OhBPRyr+QCV4PagKxRO56MAOmuWQg38xEBcjVx0saK48AsRCSJVRIrRsIhbwQqtCEySxPqilGIAFS3HEAC2iLUgIXhAwhCY+WKb6DHXELQY8eSEUzeKP0FxIisWgOuIoksX/oRXwLXyamJBKLORq7x20qGcm0vIiqHoGpFLhGFSMFZ/lGmhioKL1O7TC/oPUEHmAXqQiARU0vim0tfANqYHwHxoVhciWPyfSd/LQ9stUAo0ffIAHmgBPwNqs60ksLEDVPRea2BoSzQC1IXRBltcA8QESNG6BBicyWAutW4kFoDRxGWT5X2grNBTaXMAFQLkgAIjzcMhXQLPbeQIW10KL5z8A5zG4rxoVzGAAAAAASUVORK5CYII=);
}

.article blockquote span ~ p {
	text-align: right;
    color: #787C83;
}

.blockquote-line {
	display: inline-block;
}

@media screen and (max-width: 450px) {
  .article blockquote span:before {
    top: 7px;
    left: -20px;
  }
}

.programs-list {
  text-align: center;
  padding: 0 15px;
}

.programs-list__item {
  width: 90px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  margin-bottom: 15px;
}

.programs-list__item_active a {
  cursor: default!important;
}

.programs-list__item_active .programs-list__link {
  color: black!important;
  text-decoration: none;
  font-weight: bold;
}

.programs-list__media {
  width: 90px;
  height: 90px;
}

.programs-list__image {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.programs-list__title {
  font-size: 16px;
  color: black;
  font-weight: normal;
  margin: 5px 0 0;
  line-height: 17px;
}

.programs-list__link {
  color: black;
}

.programs-list__link:hover {
  color: #e74c3c;
}

.anchor-trigger {
  position: relative;
  top: -120px;
}

.b-cpa-button {
    text-align: center;
    padding: 15px 0 0;
}
/*
.b-cpa-button__link {
    width: 300px;
    height: 65px;
    display: inline-block;
    line-height: 65px;
    text-decoration: none;
    text-align: center;
    background: #e74c3c;
    color: white;
    font-size: 26px;
    border: 2px #c95858 solid;
    text-transform: uppercase;
    border-radius: 4px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.b-cpa-button__link:hover {
   color: white;
   background: #eb5c4e;
   border-color: #e07575;
   background: #0eb94a;
   border-color: #1b8e00;
}*/

.b-cpa-button__link {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 15px 25px;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    margin: 0;
    background-color: #e85748;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    letter-spacing: .5px;
}

.b-cpa-button__link:hover {
    color: #fff;
    background-color: #2d98df;
}

.b-top-alert {
  background: #FEE660;
  padding: 5px 45px 5px 15px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  color: #000;
  position: absolute;
  z-index: 13;
  left: 0;
  top: 0;
  width: 100%;
-moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.b-top-alert__link {
  display: inline-block;
  text-decoration: none!important;
  margin-left: 15px;
  color: #655B2D;
  text-style: normal;
  font-weight: normal;
  line-left: 17px;
  border-bottom: 1px solid #655B2D;
}

.b-top-alert__link:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.b-top-alert.open {
  display: block!important;
}

.b-top-alert_green {
  background: #00a14b;
  color: white;
  font-style: italic;
  padding-bottom: 7px;
  padding-top: 10px;
  min-height: 41px;
}

/*.b-top-alert_green .b-top-alert__link {
  color: white;
  border: none;
  font-size: 13px;
  background: rgba(0,0,0,.3);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: bold;
  font-style: normal;
}*/

.b-top-alert_green .b-top-alert__link {
  display: inline-block;
  border-bottom: 1px solid white;
  color: white;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  font-style: normal;
  transition: none;
}

/*.b-top-alert_green .b-top-alert__link:hover {
  background: rgba(0,0,0,.2);
}*/

.b-top-alert_green .b-top-alert__link:hover {
    color: #e74c3c;
    border-bottom-color: #e74c3c;
}

@media (min-width: 880px) {

  .b-top-alert {
    position: fixed;
  }

  .b-top-alert.open ~ .header .header-top {
    top: 31px;
  }

  .b-top-alert_green.open ~ .header .header-top {
    top: 36px;
  }
}

@media (max-width: 880px) {
  .b-top-alert { position: relative; height: auto; }
}

.header.float .header-top {
/*   top: 0!important;*/
}

.b-top-alert__close {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 15px;
  display: block;
  opacity: .25;
  margin-top: -8px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAFMN540AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhDMDBGRUJFM0IxQTExRTZCRUIxRDhBNzUxQThCODg0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhDMDBGRUJGM0IxQTExRTZCRUIxRDhBNzUxQThCODg0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEMwMEZFQkMzQjFBMTFFNkJFQjFEOEE3NTFBOEI4ODQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEMwMEZFQkQzQjFBMTFFNkJFQjFEOEE3NTFBOEI4ODQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Eksu9AAAB30lEQVR42mL4//8/AwhDARuMAyK4wDRUgAsqCAbsSJz/AAEEIhiRzGBgBOJ9ULYjmI9k6D6YCqDYf0YgAAsABBBcEKQCySyYrR0MSA7dBxX8j+wkdHf+R1K4D1lBB5qXYSYyAAQQqh8YGRnQwX+oqzHEkP33H0UC5B4k+/6jSCDbCbQP2Vyw5UxoEtzIIc6AbhQ2B3GhuRYMAAIIJokS3lgCBTMOkDSjx8E+NM1caPKoQYHLEKyakJ2NjglqwqYZh/PQXcKAL2lhs2kfVkOgmqcja8IT2siGMAAEYKSKkQCGQVCn9M6X51W8LZl6NkHQHUUFMuWX7K7rmBwGjJ+dDsqKNvUjPRaxXXkwdW2U7zI/hv1zUySQCjMMng4YxWSrbRhtBwUXxwlrSRMGsgEFNpJk5PxyGZYbzGvnhqviA+5aApReRikAgzAMxR8H3p/tNj3YvqYwGHa2TaqfQ/LCaFLUl8sbFNEJo+P6wWQCLmr7MgarJcDNGJnJwAHMlQAd4wG1VtVRgg0kgS3KMirCA70dRxjggRF4w4APRMEkHING4I3fHRvYAEp6sIz1xorlJjuTYaeLKQNWXbq1mahLc8MMAyfS0+CS0Aamni4rkf6EqP377amu3jvGGcv3p/UAbdNrMScx2m0AAAAASUVORK5CYII=');
  background-size: cover;
  cursor: pointer;
}

.b-top-alert__close:hover {
  opacity: .4;
}

.b-slider-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.b-slider-video__content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: black;
}

.b-slider-video__close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 11;
  cursor: pointer;
  opacity: .8;
  border: 2px solid white;
  border-radius: 50%;
}

.b-slider-video__close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  display: block;
  margin-top: -8px;
  margin-left: -8px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAFMN540AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFFQ0M4OUE3M0JDMDExRTY4ODE4QTZBQzgyNUFFQTM1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFFQ0M4OUE4M0JDMDExRTY4ODE4QTZBQzgyNUFFQTM1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUVDQzg5QTUzQkMwMTFFNjg4MThBNkFDODI1QUVBMzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUVDQzg5QTYzQkMwMTFFNjg4MThBNkFDODI1QUVBMzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7trGc4AAAB1UlEQVR42mL8//8/AxJgY4IyQKJcQPyTAaQCiLn+QwADSAU7EH8FYkaQSoAAYgSKMkK1gAELEO+Fsh3BqqBmgMA+mBn/ofpBYB9AAIFkGZFVoNnawYKkYx+yZXBT0HTATIKbyAJVXYdkLwPcfiAACCBGtLBAASxIdiLrBosxIQn+R6O5mdB0wSWA+BuynRheYsKiA8VOFKOQrWCBcrigEijGAgQQLKSwhTc2DI8DsFuhgvv+o4J9ODQhAy50k7EZgqEJph6X8/BqwqUZm/Nwegevnwh4B655Oj7n4TCEASCAkJMHOzg3kgBgyWc6EP+AJgZ8ADVboTkZn7PR/c1ATGARDDB8BuBMfYTieB8x8UxMItlHKIXhcwEDMZr34bCZYNreRyBtc+HSjC1wuIjJkvhCFacBxJQiuAxgQy6/CJVhyAZ0YPMzAxEFYAeMDxBg6JKM0Iyyj0C+JhZzQc3qwBXNjFhy5n8KHMCFI8mg+JidiHRFrAO4iDSLjRxNXBRYyEUoLxNrCNmOpTTYyI4eBirFG8npgdJUSnYuoLZviXYApdmC7GxIcbYgN2VTIw+TZQa+4pLcYpOQAzBqGJADplGhnMblAJSKAlcfhg2IfzFQB2A1CwClMC+q67rEawAAAABJRU5ErkJggg==');
  background-size: cover;
  cursor: pointer;
}

.b-slider-video__close:hover,
.b-slider-video__close:hover:before {
  opacity: 1;
}

.b-slider-video__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
  transition: opacity .5s;
}

.b-slider-video__video.active {
  opacity: 1;
}

.b-slider-video__overlay {
  position: absolute;
  z-index: 11; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.b-slider-video__title {
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  padding: 70px 15px 15px;
}

.b-slider-video__description {
  font-style: italic;
  font-size: 17px;
  color: white;
  padding: 0 15px 15px;
  text-align: center;
}

.b-slider-video__links {
  text-align: center;
}

.b-slider-video__button {
  background: #ffffff;
  background: rgba(255,255,255,0.5);
  border-style: none;
  color: #fff;
  padding: 9px 27px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.43;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}

.b-slider-video__button:hover {
  background-color: rgba(0,0,0,0.35);
  color: #fff;
  border-color: #5a5a5a;
  border-bottom-color: #3c3c3c;
}

.b-slider-video__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -130px;
}

.b-slider-video__link {
  display: inline-block;
  margin-top: 10px;
  color: white;
  font-size: 17px;
  line-height: 18px;
  text-decoration: none;
  border-bottom: 1px solid white;
}

.b-slider-video__link:hover {
  color: #e74c3c;
  border-bottom-color: #e74c3c;
}

.nearest_events {
  width: 100%;
  max-width: 100%;
  background: aliceblue!important;
}

.nearest_events .news-page {
  background: aliceblue!important; 
  padding: 35px 0 15px 10px;
}

.nearest_events .content-shadow {
  display: none;
}

.nearest_events__title {
  color: #343434;
  margin-bottom: 30px;
  text-align: left;
  font-size: 31px;
  font-weight: normal;
}

.nearest_events time{
  color: #e74c3c;
}

@media screen and (max-width: 890px) {
.nearest_events__title {
    text-align: center!important;
}
}